@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : 플랜아이 moni
Create date : 2024-11-11
-------------------------------------------------*/
html.active {
  overflow: hidden;
}

#wrap {
  outline: 0;
}

#header {
  position: relative;
  padding: 2.5rem 0;
  height: 10rem;
}
#header::before {
  content: "";
  width: 100%;
  height: 14rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(90.89deg, #002162 -8.53%, #1A9199 106.23%);
}
#header .header_wrap {
  width: 180rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .search .control.open {
  font-size: 3rem;
  overflow: hidden;
  position: absolute;
  right: 5.5rem;
  bottom: 3.5rem;
  width: 3rem;
  height: 3rem;
  color: #333;
  text-align: center;
  line-height: 3rem;
}
#header .search .control.open::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\e97a";
}
#header .search .group {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 100% !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .search .group::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  border-top: 1px solid #ddd;
  background-color: #fff;
}
#header .search .form {
  width: 50rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  margin: 5rem 0;
  padding-left: 6rem;
  color: #000;
  line-height: 6rem;
}
#header .search .form label {
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
#header .search .form input {
  width: 100%;
  height: 6rem;
  padding-left: 1rem;
  border: 0 none;
  background-color: #efefef;
}
#header .search .form button {
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
}
#header .search .form button::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\e97a";
}
#header .search .close {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3.5rem;
  border: 1px solid #ddd;
  line-height: 3.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  display: inline-block;
  min-width: 7rem;
  padding: 0 1rem;
  background-color: #fff;
  color: #555;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 0;
}
#header .search .close:hover, #header .search .close:focus {
  background-color: #ddd;
  color: #fff;
}
#header .search.active .group {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}

#logo {
  margin-right: 3.6rem;
  width: 13.7rem;
  height: 5rem;
  position: relative;
}
#logo::before {
  content: "";
  width: 1px;
  height: 1.9rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -1.8rem;
  top: 1.3rem;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/layout/logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#category {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -0.03rem;
}
#category i {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 0.9rem;
  background: rgba(0, 0, 0, 0.25);
  margin-left: 1.2rem;
  margin-top: 0.2rem;
  display: inline-block;
  vertical-align: top;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#category a:hover i, #category a:focus i {
  background: #096A93;
}
#category .location {
  display: none;
}

#hnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 3rem;
}
#hnb .hnb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hnb .hnb2 li {
  margin-right: 1.2rem;
  padding-right: 1rem;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
#hnb .hnb2 li::before {
  content: "";
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -0.2rem;
  top: 0.7rem;
}
#hnb .hnb2 li:last-child::before {
  display: none;
}
#hnb .hnb2 i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#hnb .hnb2 a {
  position: relative;
}
#hnb .hnb2 a::before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 2.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#hnb .hnb2 a:hover, #hnb .hnb2 a:focus {
  color: #fff;
  font-weight: 500;
}
#hnb .hnb2 a:hover::before, #hnb .hnb2 a:focus::before {
  content: "";
  width: 100%;
}
#hnb .hnb2 a:hover i, #hnb .hnb2 a:focus i {
  color: #fff;
}
#hnb .lang_con a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  position: relative;
}
#hnb .lang_con a::before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 2.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#hnb .lang_con a:hover::before, #hnb .lang_con a:focus::before {
  content: "";
  width: 100%;
}

#gnb1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3.4rem;
  background: rgba(255, 255, 255, 0.1);
}
#gnb1 > ul a {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 2.4rem;
  border-radius: 3.4rem;
  display: inline-block;
  letter-spacing: -0.02rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 3.9rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  text-align: center;
}
#gnb1 > ul a:hover, #gnb1 > ul a:focus {
  background: rgba(255, 255, 255, 0.1882352941);
  color: #fff;
}
#gnb1 > ul a.active {
  background: #313131;
  color: #fff;
  font-weight: 600;
}

.layer_wrap {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer_wrap .close {
  color: #999;
  font-size: 2.6rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 0.9rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 2.7rem;
  top: 2.7rem;
}
.layer_wrap .close i {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layer_wrap .close:hover, .layer_wrap .close:focus {
  background: #111;
  color: #fff;
}
.layer_wrap .close:hover i, .layer_wrap .close:focus i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.layer_wrap .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(100% - 6rem);
  overflow: hidden;
  overflow-y: auto;
  border-radius: 3rem;
  background-color: #fff;
  text-align: left;
  padding: 9rem;
  max-height: calc(100vh - 12rem);
  /*&::-webkit-scrollbar{ width: 10px;  }
  &::-webkit-scrollbar-thumb{ background-color: #D9D9D9; border-radius: 5px;  }
  &::-webkit-scrollbar-track{ background-color: #F5F5F5; border-radius: 5px; }*/
}
.layer_wrap .inner.type1 {
  padding: 9rem;
}
.layer_wrap .inner.type2 {
  width: 92rem;
  padding: 6rem;
}
.layer_wrap .inner.type3 {
  padding: 2rem 2.5rem;
  background: #202332;
  width: 30rem;
}
.layer_wrap .inner.type3 .close {
  position: relative;
  left: initial;
  width: 100%;
  height: 4rem;
  text-align: center;
  right: initial;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  top: 0;
  margin-top: 2rem;
  color: #fff;
  font-size: 1.78rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layer_wrap .inner.type3 .close:hover, .layer_wrap .inner.type3 .close:focus {
  background: #fff;
  color: #222;
}
.layer_wrap .img1 {
  display: block;
  margin: 0 auto 3rem;
}
.layer_wrap .title_1 {
  font-size: 3.1rem;
  text-align: center;
  letter-spacing: -0.2rem;
  margin-bottom: 3rem;
}
.layer_wrap .title_1 b {
  color: #283673;
}
.layer_wrap .title_2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.2rem;
  margin-bottom: 4rem;
}
.layer_wrap .title_2 b {
  color: #283673;
}
.layer_wrap.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.login_box .text1 {
  color: #777;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.login_box .text1 i {
  color: #283673;
}
.login_box .btn_1 {
  border: 1px solid #283673;
  background: #283673;
  color: #fff;
  line-height: 2.8rem;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.5rem;
  width: 100%;
  display: block;
  text-align: center;
}
.login_box .btn_1 i {
  margin-left: 1rem;
}
.login_box .btn_1:hover, .login_box .btn_1:focus {
  background: #000;
  border-color: #000;
}
.login_box .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  padding-top: 2.2rem;
  border-top: 1px dashed #ddd;
}
.login_box .group a {
  font-size: 1.5rem;
  color: #777;
  letter-spacing: -0.03rem;
}
.login_box .group a + a {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  position: relative;
}
.login_box .group a + a::before {
  content: "";
  width: 1px;
  height: 1rem;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.login_box .group a:first-of-type {
  margin-left: auto;
}
.login_box .group a:hover, .login_box .group a:focus {
  text-decoration: underline;
  color: #333;
}

.category_wrap {
  width: 89.5rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category_wrap .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.category_wrap .item.type2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 2.5rem);
          flex: 1 1 calc(50% - 2.5rem);
}
.category_wrap .item.type2:nth-child(even) {
  margin-left: 5rem;
}
.category_wrap .item.item1 li:nth-child(1) a::before {
  background-image: url(../img/layout/ics_a_1.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(2) a::before {
  background-image: url(../img/layout/ics_a_2.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(3) a::before {
  background-image: url(../img/layout/ics_a_3.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(4) a::before {
  background-image: url(../img/layout/ics_a_4.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(5) a::before {
  background-image: url(../img/layout/ics_a_5.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(6) a::before {
  background-image: url(../img/layout/ics_a_6.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(7) a::before {
  background-image: url(../img/layout/ics_a_7.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(8) a::before {
  background-image: url(../img/layout/ics_a_8.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(9) a::before {
  background-image: url(../img/layout/ics_a_9.png);
  background-size: cover;
}
.category_wrap .item.item1 li:nth-child(10) a::before {
  background-image: url(../img/layout/ics_a_10.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(1) a::before {
  background-image: url(../img/layout/ics_b_1.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(2) a::before {
  background-image: url(../img/layout/ics_b_2.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(3) a::before {
  background-image: url(../img/layout/ics_b_3.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(4) a::before {
  background-image: url(../img/layout/ics_b_4.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(5) a::before {
  background-image: url(../img/layout/ics_b_5.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(6) a::before {
  background-image: url(../img/layout/ics_b_6.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(7) a::before {
  background-image: url(../img/layout/ics_b_7.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(8) a::before {
  background-image: url(../img/layout/ics_b_8.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(9) a::before {
  background-image: url(../img/layout/ics_b_9.png);
  background-size: cover;
}
.category_wrap .item.item2 li:nth-child(10) a::before {
  background-image: url(../img/layout/ics_b_10.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(1) a::before {
  background-image: url(../img/layout/ics_c_1.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(2) a::before {
  background-image: url(../img/layout/ics_c_2.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(3) a::before {
  background-image: url(../img/layout/ics_c_3.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(4) a::before {
  background-image: url(../img/layout/ics_c_4.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(5) a::before {
  background-image: url(../img/layout/ics_c_5.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(6) a::before {
  background-image: url(../img/layout/ics_c_6.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(7) a::before {
  background-image: url(../img/layout/ics_c_7.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(8) a::before {
  background-image: url(../img/layout/ics_c_8.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(9) a::before {
  background-image: url(../img/layout/ics_c_9.png);
  background-size: cover;
}
.category_wrap .item.item3 li:nth-child(10) a::before {
  background-image: url(../img/layout/ics_c_10.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(1) a::before {
  background-image: url(../img/layout/ics_d_1.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(2) a::before {
  background-image: url(../img/layout/ics_d_2.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(3) a::before {
  background-image: url(../img/layout/ics_d_3.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(4) a::before {
  background-image: url(../img/layout/ics_d_4.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(5) a::before {
  background-image: url(../img/layout/ics_d_5.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(6) a::before {
  background-image: url(../img/layout/ics_d_6.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(7) a::before {
  background-image: url(../img/layout/ics_d_7.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(8) a::before {
  background-image: url(../img/layout/ics_d_8.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(9) a::before {
  background-image: url(../img/layout/ics_d_9.png);
  background-size: cover;
}
.category_wrap .item.item4 li:nth-child(10) a::before {
  background-image: url(../img/layout/ics_d_10.png);
  background-size: cover;
}
.category_wrap .text1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #555;
  letter-spacing: -0.03rem;
  border-bottom: 1px dashed #ddd;
  margin: 0 0.5rem 1.5rem;
  text-align: left;
  line-height: 1.2;
  padding-bottom: 1rem;
}
.category_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  /*p{
      padding: 2.5rem 4.4rem; display: inline-block; border-radius: 5.8rem; border: 1px solid rgba(0, 0, 0, 0.08); background: rgba(0, 0, 0, 0.08); color: rgba(255,255,255,.6); font-size: 2rem; font-weight: 600; letter-spacing: -0.03em; margin: 0 1rem 2rem;
  }*/
}
.category_wrap ul a {
  padding: 1rem 2rem 1rem 6rem;
  display: inline-block;
  border-radius: 5.8rem;
  border: 1px solid #EEEEEE;
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 2.8rem;
  margin: 0 0.5rem 1rem;
  position: relative;
  height: 5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.category_wrap ul a::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 2rem;
  top: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category_wrap ul a.inactive {
  background: #F5F5F5 !important;
  border: none !important;
  color: #999 !important;
  cursor: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 1rem 2rem 1rem 6rem !important;
  font-weight: 400;
}
.category_wrap ul a.inactive::before {
  background-position: 0 0 !important;
}
.category_wrap ul a:hover, .category_wrap ul a:focus {
  background: #172D8A;
  color: #fff;
  border: none;
  padding: 1rem 2.1rem 1rem 6.1rem;
}
.category_wrap ul a:hover::before, .category_wrap ul a:focus::before {
  background-position: 0 -3rem; /*top: 1.1rem; left: 2.1rem;*/
}

/* =======================================================================================
폼 : input, 체크박스, 라디오박스, 선택박스
======================================================================================= */
.fo_select, .fo_input {
  border: 1px solid #ddd;
  padding: 0 1rem;
  font-size: 1.6rem;
  height: 5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0.4rem;
}
.fo_select:hover, .fo_select:focus, .fo_input:hover, .fo_input:focus {
  outline: none;
  border-color: #333;
}
.fo_select::-webkit-input-placeholder, .fo_input::-webkit-input-placeholder {
  color: #888;
}
.fo_select::-moz-placeholder, .fo_input::-moz-placeholder {
  color: #888;
}
.fo_select:-ms-input-placeholder, .fo_input:-ms-input-placeholder {
  color: #888;
}
.fo_select::-ms-input-placeholder, .fo_input::-ms-input-placeholder {
  color: #888;
}
.fo_select::placeholder, .fo_input::placeholder {
  color: #888;
}

.fo_select {
  display: inline-block;
  position: relative;
  height: 4rem;
  padding: 0 3rem 0 1.6rem;
  vertical-align: top;
  background: #F2F2F2 url(../kli/img/contents/select_arrow.png) right 1.5rem center no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fo_check {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-right: 2rem;
  padding-left: 2.5rem;
  vertical-align: top;
  line-height: 2.5rem;
}
.fo_check label {
  cursor: pointer;
  font-size: 1.5rem;
  color: #777;
  letter-spacing: -0.03rem;
}
.fo_check label:before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
  z-index: -2;
  border: 1px solid #ddd;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
.fo_check label:after {
  content: "\eb7a";
  font-family: "remixicon";
  width: 2rem;
  height: 2rem;
  font-size: 1.6rem;
  position: absolute;
  right: auto;
  left: 0;
  top: 0.2rem;
  z-index: -1;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fo_check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 0;
}
.fo_check input:focus + label::before {
  outline: 1px dotted #172D8A;
}
.fo_check input:checked + label::before {
  background: #172D8A;
  border-color: #172D8A;
}
.fo_check input:checked + label::after {
  opacity: 1;
}
.fo_check:last-child {
  margin-right: 0;
}

.fo_radio {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-right: 4rem;
  padding-left: 2.5rem;
  vertical-align: top;
  line-height: 2.5rem;
}
.fo_radio label {
  cursor: pointer;
}
.fo_radio label::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: -2;
  border-radius: 100%;
  border: 2px solid #A7ABC7;
  background-color: #fff;
}
.fo_radio label::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0.6rem;
  top: 0.9rem;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fo_radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.fo_radio input:focus + label::before {
  outline: 1px dotted #009fdc;
}
.fo_radio input:checked + label::before {
  border-color: #009fdc;
}
.fo_radio input:checked + label::after {
  background: #009fdc;
}
.fo_radio:last-child {
  margin-right: 0;
}

#gnb2 {
  display: none;
}
#gnb2 .control {
  position: absolute;
  right: 0rem;
  top: 2rem;
  z-index: 7;
  width: 3.8rem;
  height: 3.8rem;
  padding: 1rem;
  text-align: center;
  border-radius: 1.1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.25);
}
#gnb2 .control [class*=bar] {
  display: block;
  width: 1.7rem;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 1rem;
  top: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 .control [class*=bar].bar2 {
  top: 1.8rem;
  width: 1.1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gnb2 .control [class*=bar].bar3 {
  top: 2.4rem;
}
#gnb2 .control.open:hover {
  background: #222;
}
#gnb2 .control.open:hover .bar1 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#gnb2 .control.open:hover .bar2 {
  width: 1.7rem;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
#gnb2 .control.open:hover .bar3 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#gnb2 .control.close {
  display: none;
  background: #222;
  right: 2rem;
}
#gnb2 .control.close [class*=bar] {
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 0.9rem;
}
#gnb2 .control.close [class*=bar].bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 2.1rem;
  top: 1.8rem;
}
#gnb2 .control.close [class*=bar].bar2 {
  display: none;
}
#gnb2 .control.close [class*=bar].bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 2.1rem;
  top: 1.8rem;
}
#gnb2 .control.close:hover .bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#gnb2 .control.close:hover .bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#gnb2 .control .excep_menu {
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: 700;
  position: absolute;
  right: 5rem;
  top: 0rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#gnb2 > ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  right: 0rem;
  top: 14rem;
  z-index: 2;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: #F5F5F5;
  border-bottom-left-radius: 3rem;
}
#gnb2 > ul > li {
  padding: 0 2rem;
}
#gnb2 > ul > li:first-child {
  padding-top: 1rem;
}
#gnb2 > ul > li:last-child {
  padding-bottom: 2rem;
}
#gnb2 > ul > li > a {
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding: 1.2rem 0;
  display: block;
  font-weight: 600;
  color: #111;
  border-bottom: 1px dashed #ddd;
  position: relative;
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#gnb2 > ul > li > a::before {
  content: "\ea4e";
  font-family: "remixicon";
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.8rem;
  color: #000;
  position: absolute;
  right: 0;
  top: 1.75rem;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}
#gnb2 > ul > li > a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #283673;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}
#gnb2 > ul > li > a:hover, #gnb2 > ul > li > a:focus {
  color: #283673;
  font-weight: 700;
}
#gnb2 > ul > li > a:hover::before, #gnb2 > ul > li > a:focus::before {
  color: #283673;
}
#gnb2 > ul > li > a:hover::after, #gnb2 > ul > li > a:focus::after {
  width: 100%;
}
#gnb2 > ul > li.active > a {
  color: #283673;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#gnb2 > ul > li.active > a::before {
  color: #283673;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#gnb2 > ul > li.active > a::after {
  width: 100%;
}
#gnb2 > ul > li.active .submenu {
  height: auto;
  visibility: visible;
}
#gnb2 .submenu {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
#gnb2 .submenu li {
  margin-bottom: 0.8rem;
}
#gnb2 .submenu li a {
  font-size: 1.8rem;
  font-weight: 600;
  word-break: keep-all;
  border-radius: 0.6rem;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0.8rem 1rem;
}
#gnb2 .submenu li a.inactive {
  background: #ddd !important;
  color: #888 !important;
  cursor: auto;
}
#gnb2 .submenu li a:hover, #gnb2 .submenu li a:focus {
  background: #283673;
  color: #fff;
}
#gnb2 .submenu li.active a {
  background: #283673;
  color: #fff;
}
#gnb2.active {
  width: calc(100% + 4.1rem);
  height: 100vh;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: auto;
  z-index: 10;
}
#gnb2.active::before {
  content: "";
  width: 45rem;
  height: 14rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
#gnb2.active::after {
  content: "";
  width: 45rem;
  height: 1px;
  background: rgba(205, 205, 205, 0.3019607843);
  position: absolute;
  right: 0;
  top: 8rem;
}
#gnb2.active .open {
  display: none;
}
#gnb2.active .close {
  display: block;
}
#gnb2.active > ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 45rem;
  height: calc(100vh - 14rem);
  overflow: hidden;
  overflow-y: auto;
}

#footer {
  background: #313131;
  border-radius: 3rem 3rem 0 0;
  position: relative;
}
#footer .footer_wrap {
  width: 180rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .related {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 4rem;
}
#footer .related .group {
  width: 21rem;
  height: 5rem;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  font-weight: 500;
}
#footer .related .group.active .label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer .related .group.active .list {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 2rem 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .related .label {
  display: block;
  position: relative;
  padding: 0 2.5rem;
  line-height: 4.5rem;
  text-align: left;
}
#footer .related .label:after {
  content: "\ea77";
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  font-size: 1.8rem;
  right: 2rem;
  color: #bcc3c9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .related .list {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100% !important;
  margin-bottom: 0.1rem;
  background-color: #969ca1;
  color: #fff;
  line-height: 2.5rem;
  border-radius: 0.5rem;
}
#footer .related .list li + li {
  margin-top: 0.5rem;
}
#footer .related .list a {
  display: block;
  position: relative;
  padding: 0 2.5rem;
  line-height: 1.5;
  text-align: left;
}
#footer .related .list a:hover, #footer .related .list a:focus {
  text-decoration: underline;
}

@-webkit-keyframes updown {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0.5rem;
  }
}

@keyframes updown {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0.5rem;
  }
}
#linklist {
  margin-right: 4rem;
}
#linklist .f_logo + .f_logo {
  margin-left: 2rem;
}

#fnb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
#fnb .fnb1 li {
  display: inline;
  color: rgba(255, 255, 255, 0.8);
}
#fnb .fnb1 li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin: 0 1.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}
#fnb .fnb1 li a:hover, #fnb .fnb1 li a:focus {
  text-decoration: underline;
}
#fnb .fnb1 li .emp {
  color: #21ABB0;
}
#fnb .fnb2 {
  position: absolute;
  right: 0;
  bottom: 6rem;
  z-index: 1;
}
#fnb .fnb2 li {
  display: inline;
}
#fnb .fnb2 a {
  height: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 3.8rem;
  font-size: 2rem;
  display: inline-block;
  overflow: hidden;
  width: 4rem;
  margin-left: 0.25rem;
  border-radius: 100%;
  text-align: center;
}
#fnb .fnb2 a::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  height: 200%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#fnb .fnb2 a:hover::before, #fnb .fnb2 a:focus::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#fnb .fnb2 .blog a::before {
  padding: 0 0.5rem;
  font-family: "Pretendard";
  font-weight: 800;
  content: "b b";
}
#fnb .fnb2 .facebook a::before {
  content: "\ebd3  \ebd3";
}
#fnb .fnb2 .instagram a::before {
  content: "\ebe9  \ebe9";
}
#fnb .fnb2 .twitter a::before {
  content: "\ec1f  \ec1f";
}
#fnb .fnb2 .youtube a::before {
  content: "\ec32  \ec32";
}
#fnb .fnb2 .kakao a::before {
  content: "\ebef  \ebef";
}

#siteinfo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.5rem;
  color: #fff;
}
#siteinfo address {
  margin-bottom: 0.5rem;
  opacity: 0.6;
  line-height: 2rem;
}
#siteinfo .copyright {
  opacity: 0.3;
  line-height: 2rem;
}
#siteinfo span {
  margin-right: 1rem;
}