@charset "UTF-8";
/* ==========================================================================================
공통
========================================================================================== */
:root {
  --color1: #1198BB;
  --color2: #E34891;
  --color3: #FFD500;
  --color4: #F77E0B;
  /* --scolor1 : #EFCBA6; 
  --scolor2 : #EFCBA6; 
  --scolor3 : #CFD1F2; */
  --btn1: #616D84;
  --btn2: #1B2539;
  --btn1_txt: #fff;
  --btn2_txt: #fff;
  --btn1_ov: #E7F0F6;
  --btn2_ov: #17809B;
  --btn1_ov_txt: #333333;
  --btn2_ov_txt: #fff;
  --gnbColor0: rgb(100, 80, 61);
  --gnbColor1: rgb(123, 100, 114);
  --gnbColor2: rgb(36, 147, 40);
  --gnbColor3: rgb(117, 67, 142);
  --gnbColor4: rgb(99, 104, 210);
  --gnbColor5: rgb(185, 125, 44);
  --gnbColor6: rgb(48, 113, 197);
  --gnbColor7: rgb(222, 76, 149);
  --side_util_txt: #fff;
  --side_util_bg: #202C40;
  --category0: #0D91B4;
  --category1: #1466B8;
  --category2: #E8730C;
  --category3: #2FA867;
  --category4: #BA59CC;
  --category5: #D9267B;
  --category6: #20A55E;
  --category7: #F35850;
  --category8: #6068cd;
  --progressW: 50%;
}

/* ==========================================================================================
공통
========================================================================================== */
@media (prefers-color-scheme: dark) {
  html {
    background: #202020;
  }
  html:root {
    --txt1: #fff;
    --txt2: #eee;
    --txt3: #ddd;
    --txt5: #bbb;
    --txt6: #aaa;
    --txt7: #999;
    --txt9: #888;
    --txta: #777;
    --txtc: #666;
    --txtd: #555;
    --txte: #444;
    --txtf: #111;
    --black: #fff;
    --white: #202020;
    --side_util_txt: #151515;
    --side_util_bg: #E8E8E8;
    --btn2:#353540;
  }
  html body {
    color: inherit;
  }
  html .header .logo .main_logo {
    background-position: 0 -4rem;
  }
  html .header .logo .sub_logo {
    background-position: 0 -1.4rem;
  }
  html .header .topmenu > li > a.link span {
    background-position: 0 -4.1rem;
  }
  html .header.active {
    --txt1: #151515;
    --black: #000;
  }
  html .header.active .logo .main_logo {
    background-position: 0 0;
  }
  html .header.active .logo .sub_logo {
    background-position: 0 0;
  }
  html .header.active .topmenu > li > a.link span {
    background-position: 0 0;
  }
  html .main {
    color: #fff;
  }
  html .section4 .line {
    opacity: 0.3;
  }
  html .ri-moon-line::before {
    content: "\f1bf";
  }
  html .form-control,
  html .board_detail_search .input_date input[type=date] {
    background-color: transparent;
  }
  html .arr::before {
    background-position: 0 -1.7rem;
  }
  html .board_pager .arr::before {
    background-position: 0 -1.7rem;
  }
  html .relate_area .item {
    background: none;
  }
  html [class*=icon_] {
    mix-blend-mode: exclusion;
  }
  html .board_list .list_li:hover > .item,
  html .board_list .list_li > .item:hover {
    background: var(--black);
  }
  html .board_list .list_li:hover > .item .type .kind,
  html .board_list .list_li:hover > .item .list_num,
  html .board_list .list_li:hover > .item .txt .title,
  html .board_list .list_li:hover > .item .etc_info,
  html .board_list .list_li > .item:hover .type .kind,
  html .board_list .list_li > .item:hover .list_num,
  html .board_list .list_li > .item:hover .txt .title,
  html .board_list .list_li > .item:hover .etc_info {
    color: var(--white);
  }
  html .login_cont .id_login,
  html .login_cont .one_pass_login,
  html .login_cont .sns_login {
    color: #000;
  }
  html .view_section .title_area.dimm::before {
    background: rgba(0, 0, 0, 0.6);
  }
  html .member_section > .title {
    color: #fff;
  }
  html .join_step_cont .box {
    background: #333;
  }
  html .select_cert .phone_cert .icon {
    background: url(/img/id_pw_sch_icon1_white.svg) 0 0/cover no-repeat;
  }
  html .select_cert .ipin_cert .icon {
    background: url(/img/id_pw_sch_icon2_white.svg) 0 0/cover no-repeat;
  }
  html .member_section .basic_note {
    color: #ddd;
  }
  html .side_left_util .btn_braille_view {
    background-image: url(../img/common/braille_view.svg);
  }
  html .side_left_util .btn_braille_view:hover, html .side_left_util .btn_braille_view:focus {
    background-image: url(../img/common/braille_view_white.svg);
  }
  html .side_left_util .btn_braille_down {
    background-image: url(../img/common/braille_down.svg);
  }
  html .side_left_util .btn_braille_down:hover, html .side_left_util .btn_braille_down:focus {
    background-image: url(../img/common/braille_down_white.svg);
  }
  html .breadcrumbs [class^=btn_braille_] {
    border-color: #D5D5D5;
    background-color: transparent;
  }
  html .breadcrumbs [class^=btn_braille_]:hover, html .breadcrumbs [class^=btn_braille_]:focus {
    background-color: #151515;
  }
  html .breadcrumbs .btn_braille_view {
    background-image: url(../img/common/braille_view_white.svg);
  }
  html .breadcrumbs .btn_braille_down {
    background-image: url(../img/common/braille_down_white.svg);
  }
}
html.fixed {
  overflow: hidden;
}
html.fixed .header {
  background: #fff;
}
html.dark-theme {
  background: #202020;
}
html.dark-theme:root {
  --txt1: #fff;
  --txt2: #eee;
  --txt3: #ddd;
  --txt5: #bbb;
  --txt6: #aaa;
  --txt7: #999;
  --txt9: #888;
  --txta: #777;
  --txtc: #666;
  --txtd: #555;
  --txte: #444;
  --txtf: #111;
  --black: #fff;
  --white: #202020;
  --side_util_txt: #151515;
  --side_util_bg: #E8E8E8;
  --btn2:#353540;
}
html.dark-theme body {
  color: inherit;
}
html.dark-theme .header .logo .main_logo {
  background-position: 0 -4rem;
}
html.dark-theme .header .logo .sub_logo {
  background-position: 0 -1.4rem;
}
html.dark-theme .header .topmenu > li > a.link span {
  background-position: 0 bottom !important;
}
html.dark-theme .header .topmenu > li.on > a.link::before {width: calc(100% - 6rem);}
html.dark-theme .header.active {
  --txt1: #151515;
  --black: #000;
}
html.dark-theme .header.active .logo .main_logo {
  background-position: 0 0;
}
html.dark-theme .header.active .logo .sub_logo {
  background-position: 0 0;
}
html.dark-theme .header.active .topmenu > li > a.link span {
  background-position: 0 0;
}
html.dark-theme .main {
  color: #fff;
}
html.dark-theme .section4 .line {
  opacity: 0.3;
}
html.dark-theme .ri-moon-line::before {
  content: "\f1bf";
}
html.dark-theme .form-control,
html.dark-theme .board_detail_search .input_date input[type=date] {
  background-color: transparent;
}
html.dark-theme .arr::before {
  background-position: 0 -1.7rem;
}
html.dark-theme .board_pager .arr::before {
  background-position: 0 -1.7rem;
}
html.dark-theme .relate_area .item {
  background: none;
}
html.dark-theme [class*=icon_] {
  mix-blend-mode: exclusion;
}
html.dark-theme .board_list .list_li:hover > .item,
html.dark-theme .board_list .list_li > .item:hover {
  background: var(--black);
}
html.dark-theme .board_list .list_li:hover > .item .type .kind,
html.dark-theme .board_list .list_li:hover > .item .list_num,
html.dark-theme .board_list .list_li:hover > .item .txt .title,
html.dark-theme .board_list .list_li:hover > .item .etc_info,
html.dark-theme .board_list .list_li > .item:hover .type .kind,
html.dark-theme .board_list .list_li > .item:hover .list_num,
html.dark-theme .board_list .list_li > .item:hover .txt .title,
html.dark-theme .board_list .list_li > .item:hover .etc_info {
  color: var(--white);
}
html.dark-theme .login_cont .id_login,
html.dark-theme .login_cont .one_pass_login,
html.dark-theme .login_cont .sns_login {
  color: #000;
}
html.dark-theme .view_section .title_area.dimm::before {
  background: rgba(0, 0, 0, 0.6);
}
html.dark-theme .member_section > .title {
  color: #fff;
}
html.dark-theme .join_step_cont .box {
  background: #333;
}
html.dark-theme .select_cert .phone_cert .icon {
  background: url(/img/id_pw_sch_icon1_white.svg) 0 0/cover no-repeat;
}
html.dark-theme .select_cert .ipin_cert .icon {
  background: url(/img/id_pw_sch_icon2_white.svg) 0 0/cover no-repeat;
}
html.dark-theme .member_section .basic_note {
  color: #ddd;
}
html.dark-theme .side_left_util .btn_braille_view {
  background-image: url(../img/common/braille_view.svg);
}
html.dark-theme .side_left_util .btn_braille_view:hover, html.dark-theme .side_left_util .btn_braille_view:focus {
  background-image: url(../img/common/braille_view_white.svg);
}
html.dark-theme .side_left_util .btn_braille_down {
  background-image: url(../img/common/braille_down.svg);
}
html.dark-theme .side_left_util .btn_braille_down:hover, html.dark-theme .side_left_util .btn_braille_down:focus {
  background-image: url(../img/common/braille_down_white.svg);
}
html.dark-theme .breadcrumbs [class^=btn_braille_] {
  border-color: #D5D5D5;
  background-color: transparent;
}
html.dark-theme .breadcrumbs [class^=btn_braille_]:hover, html.dark-theme .breadcrumbs [class^=btn_braille_]:focus {
  background-color: #151515;
}
html.dark-theme .breadcrumbs .btn_braille_view {
  background-image: url(../img/common/braille_view_white.svg);
}
html.dark-theme .breadcrumbs .btn_braille_down {
  background-image: url(../img/common/braille_down_white.svg);
}

#wrap {
  position: relative;
}
#wrap::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
}

.wide {
  width: 100%;
  max-width: var(--wide);
  margin: 0 auto;
  position: relative;
}

.govTopBnr {
  position: relative;
  background: #EDF1F5;
  font-size: 1.5rem;
  z-index: 9;
}
.govTopBnr .container {
  max-width: 1840px;
}
.govTopBnr .gtb_top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.8rem 0.5rem;
}
.govTopBnr .flag_desc {
  margin-right: 1.6rem;
  line-height: 1;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.govTopBnr .flag_desc img {
  width: 2.4rem;
  margin-right: 0.8rem;
}
.govTopBnr .govBnr_detail {
  font-size: 1.4rem;
  color: #003675;
}
.govTopBnr .govBnr_detail::after {
  content: "\ea4e";
  display: inline-block;
  font-family: "remixicon";
  margin-left: 0.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.govTopBnr .gtb_bot {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.govTopBnr .gtb_bot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #CDD7E4;
}
.govTopBnr .gtb_bot .container {
  padding: 2.4rem 0.5rem;
}
.govTopBnr .nuri dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #1D1D1D;
}
.govTopBnr .nuri dt::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: url(../img/common/ico_nuri.svg) center no-repeat;
  background-size: contain;
}
.govTopBnr .nuri dd {
  padding-left: 2.8rem;
  color: #555;
  line-height: 1.5;
}
.govTopBnr a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.govTopBnr a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/ico_go_20.svg) center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.govTopBnr .nuri_link {
  margin-top: 1.6rem;
}
.govTopBnr .nuri_link:hover, .govTopBnr .nuri_link:focus {
  text-decoration: underline;
}

.govTopBnr.active .gtb_bot {
  visibility: visible;
  height: auto;
}

.govTopBnr.active .govBnr_detail::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topAddBnr {
  background: #edf1f5;
}

.topAddBnr .inner {
  position: relative;
  max-width: 184rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.topAddBnr::after {
  display: none;
  content: "";
  background: #cdd7e4;
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 203;
}

.topAddBnr.active::after {
  display: block;
}

.topFlagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1d1d1d;
  font-size: 1.5rem;
}

.topFlagIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  height: 3rem;
  line-height: 1;
}

.topFlagIn img {
  margin-right: 0.9rem;
  width: 2.4rem;
}

.topFlagInfo {
  color: #003675;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 1.8rem;
  padding-right: 1.6rem;
  position: relative;
  border: 0;
  background: none;
}

.topFlagInfo:after {
  content: "\ea4e";
  font-family: "remixicon";
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
}

.topFlagInfo.active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.topFlagInfo span {
  display: inline-block;
  height: 0;
  overflow: hidden;
  text-indent: -20000px;
  width: 0;
}

.chkNuriAddrBnr {
  position: relative;
  top: 0;
  left: 0;
  background: #edf1f5;
  display: none;
  padding: 2.4rem 0 1.5rem;
  z-index: 202;
}

.chkNuriAddrBnr.active {
  display: block;
}

.chkNuriAddrBnr .inner {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chkNuriAddrBnr strong, .chkNuriAddrBnr p {
  padding-left: 2.8rem;
}

.chkNuriAddrBnr strong {
  color: #1d1d1d;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
}

.chkNuriAddrBnr strong:before {
  background: url(https://www.arko.or.kr/assets/images/newLayout/icoNurizip.png) center/1.2rem auto no-repeat #fff;
  border-radius: 50%;
  content: "";
  left: 0;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
}

.chkNuriAddrBnr p {
  color: #555;
  font-size: 1.5rem;
  margin-top: 1.6rem;
}

.chkNuriAddrBnr p a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  color: #1d1d1d;
  padding: 1.5rem 0;
}

.chkNuriAddrBnr p a:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(https://www.arko.or.kr/assets/images/newLayout/icoInfoModify.png) no-repeat;
  background-size: contain;
}

/* 한국문화예술위원회 배너 lightmode 추가 20240625 */
#lightmode .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0.2rem;
  right: 1.5rem;
}

#lightmode .right .utilList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#lightmode .right .utilList li {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}

#lightmode .right .utilList li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#lightmode .right .utilList li:first-child:before {
  width: 0;
  height: 0;
  background: none;
}

#lightmode .right .utilList li:before {
  position: absolute;
  top: 50%;
  left: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background: #b6b6b6;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#lightmode .right .utilList li a {
  display: block;
  font-size: 1.5rem;
}

#lightmode .right .utilList li a:after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 0.5rem;
  background: url(https://www.arko.or.kr/assets/images/newLayout/iconBlank.png) 0 0 no-repeat;
  background-size: 100% !important;
}

#lightmode .right .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2rem;
}

#lightmode .right .snsList li {
  margin-left: 0.5rem;
}

#lightmode .right .snsList li:first-child {
  margin-left: 0;
}

#lightmode .right .snsList li a {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: block;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

#lightmode .right .snsList li a:before {
  content: "";
  font-family: "remixicon";
}

#lightmode .right .snsList .blog {
  background: #43b134;
}

#lightmode .right .snsList .blog:before {
  background: url(https://www.arko.or.kr/assets/images/newLayout/icoBlog.png) center no-repeat;
  width: 1.1rem;
  height: 1.4rem;
}

#lightmode .right .snsList .facebook {
  background: #4169af;
}

#lightmode .right .snsList .facebook:before {
  content: "\ecbc";
}

#lightmode .right .snsList .insta {
  /* background: -webkit-gradient(linear, left top, left bottom, from(#ec464a), to(#8926c0));
  background: linear-gradient(to bottom, #ec464a 0%, #8926c0 100%); */
  background: black;
}

#lightmode .right .snsList .insta:before {
  content: "\ee66";
}

#lightmode .right .snsList .insta.type1 {
  background: #ffc400;
}

#lightmode .right .snsList .insta.type2 {
  background: #ab4fcd;
}

#lightmode .right .snsList .podbbang {
  background: url('../img/common/icon_podbbang.png') no-repeat center center #1FA1ED;
}
#lightmode .right .snsList .podbbang::before {display: none;}

#lightmode .right .snsList .youtube {
  background: #fa3c3c;
}

#lightmode .right .snsList .youtube:before {
  content: "\f2d5";
}

#lightmode .right .snsList .twitter {
  background: #000;
}

#lightmode .right .snsList .twitter:before {
  content: "\f3e6";
}

#lightmode .right .arko_logo {
  width: 18.2rem;
  height: 2rem;
  display: block;
  background: url(https://www.arko.or.kr/assets/images/newLayout/arko_logo.svg) no-repeat;
  background-size: 100% !important;
  text-indent: -9999px;
}

@media all and (max-width: 1788px) {
  .topAddBnr > .inner {
    width: 100%;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lightmode .right {
    right: 1.5rem;
  }
}
@media all and (max-width: 850px) {
  #lightmode .right .utilList {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #lightmode .right .arko_logo {
    width: 16.8rem;
    height: 1.9rem;
  }
}
@media all and (max-width: 750px) {
  .topFlagIn {
    font-size: 1.8rem;
    height: 4rem;
  }
  .topFlagInfo {
    font-size: 1.7rem;
  }
  #lightmode .right {
    top: 0.7rem;
  }
  #lightmode .right .snsList {
    margin-left: 0;
  }
}
@media all and (max-width: 640px) {
  .topAddBnr::after {
    top: 4rem;
  }
  #lightmode .right {
    position: relative;
    top: 0;
    right: auto;
    padding: 1rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #lightmode .right:after {
    display: block;
    content: "";
    background: #cdd7e4;
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: calc(100% + 3rem);
    height: 1px;
    z-index: 3;
  }
}
@media all and (max-width: 480px) {
  #lightmode .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1rem 0;
  }
  #lightmode .right .snsList {
    margin-right: 0;
  }
  #lightmode .right .snsList li {
    margin-left: 1rem;
  }
  #lightmode .right .snsList li a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.9rem;
  }
  #lightmode .right .arko_logo {
    margin-top: 0.5rem;
  }
}
@media all and (max-width: 415px) {
  .topFlagWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topFlagInfo {
    margin: 0 0 1rem 3.2rem;
  }
  .topAddBnr::after {
    top: 7rem;
  }
}
/* ==========================================================================================
header
=========================================================================================== */
@-webkit-keyframes marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -400%;
  }
}
@keyframes marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -400%;
  }
}
.gnb2 .sitemap_title a, .header .logo .main_logo {
  width: 16.1rem;
  height: 4rem;
  background: url("../img/common/logo.svg") 0 0/auto 8rem no-repeat;
}

.header {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 3;
  border-bottom: 1px solid rgba(106, 127, 128, 0.16);
  color: var(--txt1);
  /* 채널의 기본칼라가 텍스트에 적용하기에는 너무 밝아서 따로 적용 */
}
.header.start {
  -webkit-transform: none;
          transform: none;
}
.header .container {
  max-width: 1840px;
}
.header .gnb_wrap {
  height: var(--headerHeight);
}
.header .logo {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  font-size: 3rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 50%;
}
.header .logo i {
  display: block;
}
.header .logo .sub_logo {
  display: none;
  height: 1.4rem;
  margin-left: auto;
  background: 0 0/auto 2.8rem no-repeat;
}
.header .gnb_wrap .time {margin-left: auto; font-size: 1.4rem;}
.header .gnb_wrap .time::before {margin-right: 0.5rem; font-family: 'remixicon'; font-size: 2rem; content: '\F20F';}
.header .gnb_wrap .time p {display: inline;}
.header .gnb_wrap .time a {display: inline-block; position: relative; top: -0.2rem; height: 3rem; margin-left: 1rem; padding: 0 1rem; border-radius: 0.4rem; background-color: #1198BB; color: #fff; line-height: 3rem; vertical-align: middle;}
.header .gnb_wrap .time + .util_btn {margin-left: 3rem;}
.header .gnb1 {
  height: 100%;
}
.header .btn_back {
  display: none;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 16rem;
  top: 50%;
}
.header .etc_info {
  display: none;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 16rem;
  top: 50%;
  font-size: 1.9rem;
}
.header .etc_info i {
  font-size: 2.4rem;
}
.header::after {
  display: block;
  width: 100%;
  height: 26rem;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0;
  visibility: hidden;
  content: "";
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1606.86' height='99.42' viewBox='0 0 1606.86 99.42'%3E%3Cg id='그룹_23051' data-name='그룹 23051' opacity='0.3' transform='translate(-9.04 -420.94)'%3E%3Cpath id='_' data-name='ㄱ' d='M45.86-7.2H22.74V-62.78h-70.7V-83.66H45.86Zm-22.12-1H44.86V-82.66H-46.96v18.88h70.7Z' transform='translate(57 520)' fill='1772f8'/%3E%3Cpath id='_2' data-name='ㄴ' d='M47.26-7.2H-46.56V-85.06h23.12v56.98h70.7Zm-92.82-1H46.26V-27.08h-70.7V-84.06H-45.56Z' transform='translate(173 520)' fill='1772f8'/%3E%3Cpath id='_3' data-name='ㄷ' d='M-46.56-83.66H45.16v20.88h-68.6v34.7h70V-7.2H-46.56Zm90.72,1H-45.56V-8.2H45.56V-27.08h-70v-36.7h68.6Z' transform='translate(289 520)' fill='1772f8'/%3E%3Cpath id='_4' data-name='ㄹ' d='M46.56-5.8H-46.56V-55.52H21.76v-9.36H-46.56V-85.06H45.16v49.02H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H44.16V-84.06H-45.56v18.18H22.76v11.36H-45.56Z' transform='translate(405 520)' fill='1772f8'/%3E%3Cpath id='_5' data-name='ㅁ' d='M46.56-7.2H-46.56V-83.66H46.56Zm-92.12-1H45.56V-82.66H-45.56Zm70-18.88H-24.44v-36.7H24.44Zm-47.88-1H23.44v-34.7H-23.44Z' transform='translate(521 520)' fill='1772f8'/%3E%3Cpath id='_6' data-name='ㅂ' d='M-46.56-84.36h23.12v18.9H23.44v-18.9H46.56V-7.2H-46.56Zm22.12,1H-45.56V-8.2H45.56V-83.36H24.44v18.9H-24.44Zm0,37.78H24.44v18.5H-24.44Zm47.88,1H-23.44v16.5H23.44Z' transform='translate(637 520)' fill='1772f8'/%3E%3Cpath id='_7' data-name='ㅅ' d='M42.151-5.747-2.706-34.763A94.944,94.944,0,0,1-19.872-19.506,152.687,152.687,0,0,1-43.751-5.986l-.435.2L-54.719-26.267l.462-.223c15.733-7.589,27.173-15.344,34-23.051C-13.463-57.2-10.02-65.689-10.02-74.76v-10.3H13.1v10.3A58.185,58.185,0,0,1,9.431-54.383l45.3,28.891ZM-53.361-25.813-43.735-7.1c17.653-8.194,31.3-17.832,40.555-28.65l.284-.332L41.849-7.133l11.5-18.054L8.208-53.977l.145-.38A57.193,57.193,0,0,0,12.1-74.76v-9.3H-9.02v9.3a35.773,35.773,0,0,1-2.627,13.505,43.351,43.351,0,0,1-7.859,12.376,73.868,73.868,0,0,1-13.814,11.72A162.025,162.025,0,0,1-53.361-25.813Z' transform='translate(753 520)' fill='1772f8'/%3E%3Cpath id='_8' data-name='ㅇ' d='M10.36-5.8H-10.36A43.551,43.551,0,0,1-21.283-7.129a36.285,36.285,0,0,1-9.564-3.993A37.309,37.309,0,0,1-38.7-17.383a36.98,36.98,0,0,1-5.837-8.142,40.511,40.511,0,0,1-3.615-9.568,45.363,45.363,0,0,1-1.2-10.546,44.387,44.387,0,0,1,1.2-10.425,40.055,40.055,0,0,1,3.615-9.481A36.545,36.545,0,0,1-38.7-73.619a37.02,37.02,0,0,1,7.858-6.191,36.552,36.552,0,0,1,9.563-3.939A44.1,44.1,0,0,1-10.36-85.06H10.36a44.1,44.1,0,0,1,10.922,1.311,36.551,36.551,0,0,1,9.563,3.939A37.019,37.019,0,0,1,38.7-73.619a36.546,36.546,0,0,1,5.838,8.073,40.055,40.055,0,0,1,3.615,9.481,44.387,44.387,0,0,1,1.2,10.425,45.363,45.363,0,0,1-1.2,10.546,40.511,40.511,0,0,1-3.615,9.568A36.98,36.98,0,0,1,38.7-17.383a37.309,37.309,0,0,1-7.858,6.262,36.285,36.285,0,0,1-9.564,3.993A43.551,43.551,0,0,1,10.36-5.8ZM-10.36-84.06a38.642,38.642,0,0,0-19.975,5.11A35.271,35.271,0,0,0-43.659-65.074a40.7,40.7,0,0,0-4.7,19.434,41.4,41.4,0,0,0,4.7,19.645A35.633,35.633,0,0,0-30.333-11.979,38.236,38.236,0,0,0-10.36-6.8H10.36a38.236,38.236,0,0,0,19.973-5.179A35.633,35.633,0,0,0,43.658-25.995a41.4,41.4,0,0,0,4.7-19.645,40.7,40.7,0,0,0-4.7-19.434A35.271,35.271,0,0,0,30.335-78.95,38.642,38.642,0,0,0,10.36-84.06ZM5.88-25.4H-5.88A26.4,26.4,0,0,1-14.6-26.758a19.1,19.1,0,0,1-6.809-4.1,17.68,17.68,0,0,1-4.375-6.41A22.256,22.256,0,0,1-27.24-45.5a21.507,21.507,0,0,1,1.454-8.1,17.171,17.171,0,0,1,4.379-6.271A19.2,19.2,0,0,1-14.6-63.858,27.041,27.041,0,0,1-5.88-65.18H5.88A27.041,27.041,0,0,1,14.6-63.858a19.2,19.2,0,0,1,6.808,3.989A17.171,17.171,0,0,1,25.786-53.6a21.507,21.507,0,0,1,1.454,8.1,22.256,22.256,0,0,1-1.453,8.235,17.68,17.68,0,0,1-4.375,6.41,19.1,19.1,0,0,1-6.809,4.1A26.4,26.4,0,0,1,5.88-25.4ZM-5.88-64.18c-6.188,0-11.185,1.7-14.853,5.049S-26.24-51.206-26.24-45.5c0,5.8,1.855,10.484,5.512,13.915S-12.066-26.4-5.88-26.4H5.88c6.186,0,11.181-1.744,14.848-5.185S26.24-39.7,26.24-45.5c0-5.706-1.853-10.292-5.507-13.631S12.068-64.18,5.88-64.18Z' transform='translate(869 520)' fill='1772f8'/%3E%3Cpath id='_9' data-name='ㅈ' d='M42.45-5.763-2.434-31.852A94.123,94.123,0,0,1-19.65-18.336,171.3,171.3,0,0,1-43.906-5.979l-.433.182-10.1-20.355.487-.208c14.719-6.295,25.481-12.505,31.989-18.459C-15.7-50.549-12.043-56.5-11.079-62.5H-47.4V-83.66H47.4V-62.5H12.083A52.679,52.679,0,0,1,9.837-51.191L54.455-25.234ZM-53.077-25.649l9.216,18.565c18.026-7.64,31.813-16.3,40.983-25.745l.272-.28L42.11-7.117,53.065-24.886,8.642-50.729l.122-.382a51.606,51.606,0,0,0,2.358-11.924l.033-.464H46.4V-82.66H-46.4V-63.5H-9.929l-.075.566a25.046,25.046,0,0,1-3.479,9.589,42.34,42.34,0,0,1-7.809,9.264,75.261,75.261,0,0,1-13.055,9.217A180.834,180.834,0,0,1-53.077-25.649Z' transform='translate(985 520)' fill='1772f8'/%3E%3Cpath id='_10' data-name='ㅊ' d='M44.581-5.771-3.27-30.749A92.528,92.528,0,0,1-20.957-17.629,169.089,169.089,0,0,1-45.741-5.973l-.434.166-9.8-20.924.5-.195C-42.474-32.018-32.2-37.412-24.944-42.957c6.948-5.311,11.3-10.893,12.95-16.6H-47.4v-21.3h36.12v-16.8h23.4v16.8H47.4v21.3H11.782a45.426,45.426,0,0,1-2.2,9.615L55.988-26.391Zm-99.2-20.419,8.956,19.116c18.4-7.092,32.51-15.382,41.955-24.643l.259-.254L44.179-7.109l10.433-18.86L8.335-49.457l.157-.419a44.279,44.279,0,0,0,2.352-10.244l.052-.441H46.4v-19.3H11.12v-16.8h-21.4v16.8H-46.4v19.3h35.7l-.158.623a25.532,25.532,0,0,1-4.567,9.1,46.948,46.948,0,0,1-8.914,8.67,93.537,93.537,0,0,1-13.231,8.27A175.11,175.11,0,0,1-54.621-26.189Z' transform='translate(1101 520)' fill='1772f8'/%3E%3Cpath id='_11' data-name='ㅋ' d='M-47.96-83.66H45.86V-7.2H22.74V-28.3C4.4-26.85-16.781-26.11-40.239-26.1h-7.273L-48.69-46.56h10.47c21.549,0,42.056-.695,60.96-2.065V-62.78h-70.7Zm92.82,1H-46.96v18.88h70.7V-47.7l-.464.034c-19.056,1.394-39.746,2.1-61.5,2.1h-9.41l1.062,18.46h5.829c23.861,0,45.373-.753,63.94-2.238l.54-.043V-8.2H44.86Z' transform='translate(1217 520)' fill='1772f8'/%3E%3Cpath id='_12' data-name='ㅌ' d='M46.56-5.8H-46.56V-85.06H44.46v20.18H-23.16v9.36H44.46v19.48H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H43.46V-54.52H-24.16V-65.88H43.46V-84.06H-45.56Z' transform='translate(1333 520)' fill='1772f8'/%3E%3Cpath id='_13' data-name='ㅍ' d='M-47.26-83.66H47.26V-63.2H31.16v35.12h16.8V-7.2H-47.96V-28.08h16.8V-63.2h-16.1Zm93.52,1H-46.26V-64.2h16.1v37.12h-16.8V-8.2H46.96V-27.08H30.16V-64.2h16.1Zm-56,18.46H9.74v37.12H-9.74Zm18.48,1H-8.74v35.12H8.74Z' transform='translate(1449 520)' fill='1772f8'/%3E%3Cpath id='_14' data-name='ㅎ' d='M-11.7-99.06H11.7v14.7H50.9v20.6H-50.9v-20.6h39.2Zm22.4,1H-10.7v14.7H-49.9v18.6H49.9v-18.6H10.7ZM-14.14-56.92H14.14A33.378,33.378,0,0,1,30.2-53.15,27.485,27.485,0,0,1,41.031-42.813,28.573,28.573,0,0,1,44.88-28.14a28.307,28.307,0,0,1-3.849,14.533A27,27,0,0,1,30.194-3.338,33.892,33.892,0,0,1,14.14.36H-14.14a33.892,33.892,0,0,1-16.054-3.7A27,27,0,0,1-41.031-13.607,28.307,28.307,0,0,1-44.88-28.14a28.573,28.573,0,0,1,3.849-14.673A27.485,27.485,0,0,1-30.2-53.15,33.378,33.378,0,0,1-14.14-56.92ZM14.14-.64A32.907,32.907,0,0,0,29.726-4.222a26.018,26.018,0,0,0,10.443-9.891A27.321,27.321,0,0,0,43.88-28.14a27.587,27.587,0,0,0-3.711-14.167A26.5,26.5,0,0,0,29.722-52.27,32.392,32.392,0,0,0,14.14-55.92H-14.14a32.392,32.392,0,0,0-15.582,3.65,26.5,26.5,0,0,0-10.447,9.963A27.587,27.587,0,0,0-43.88-28.14a27.32,27.32,0,0,0,3.711,14.027A26.018,26.018,0,0,0-29.726-4.222,32.907,32.907,0,0,0-14.14-.64ZM-9.94-37.32H9.94c4.208,0,7.377.863,9.42,2.566a8.13,8.13,0,0,1,3.12,6.474,8.13,8.13,0,0,1-3.12,6.474c-2.043,1.7-5.212,2.566-9.42,2.566H-9.94c-4.208,0-7.377-.863-9.42-2.566a8.13,8.13,0,0,1-3.12-6.474,8.13,8.13,0,0,1,3.12-6.474C-17.317-36.457-14.148-37.32-9.94-37.32ZM9.94-20.24c3.967,0,6.921-.785,8.78-2.334a7.082,7.082,0,0,0,2.76-5.706,7.082,7.082,0,0,0-2.76-5.706c-1.859-1.549-4.813-2.334-8.78-2.334H-9.94c-3.967,0-6.921.785-8.78,2.334a7.082,7.082,0,0,0-2.76,5.706,7.082,7.082,0,0,0,2.76,5.706c1.859,1.549,4.813,2.334,8.78,2.334Z' transform='translate(1565 520)' fill='1772f8'/%3E%3C/g%3E%3C/svg%3E%0A") 50% calc(100% + 5rem)/auto 10rem repeat-x;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: marquee 12s linear infinite;
          animation: marquee 12s linear infinite;
}
.header.lnb1::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1606.86' height='99.42' viewBox='0 0 1606.86 99.42'%3E%3Cg id='그룹_23051' data-name='그룹 23051' opacity='0.3' transform='translate(-9.04 -420.94)'%3E%3Cpath id='_' data-name='ㄱ' d='M45.86-7.2H22.74V-62.78h-70.7V-83.66H45.86Zm-22.12-1H44.86V-82.66H-46.96v18.88h70.7Z' transform='translate(57 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_2' data-name='ㄴ' d='M47.26-7.2H-46.56V-85.06h23.12v56.98h70.7Zm-92.82-1H46.26V-27.08h-70.7V-84.06H-45.56Z' transform='translate(173 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_3' data-name='ㄷ' d='M-46.56-83.66H45.16v20.88h-68.6v34.7h70V-7.2H-46.56Zm90.72,1H-45.56V-8.2H45.56V-27.08h-70v-36.7h68.6Z' transform='translate(289 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_4' data-name='ㄹ' d='M46.56-5.8H-46.56V-55.52H21.76v-9.36H-46.56V-85.06H45.16v49.02H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H44.16V-84.06H-45.56v18.18H22.76v11.36H-45.56Z' transform='translate(405 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_5' data-name='ㅁ' d='M46.56-7.2H-46.56V-83.66H46.56Zm-92.12-1H45.56V-82.66H-45.56Zm70-18.88H-24.44v-36.7H24.44Zm-47.88-1H23.44v-34.7H-23.44Z' transform='translate(521 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_6' data-name='ㅂ' d='M-46.56-84.36h23.12v18.9H23.44v-18.9H46.56V-7.2H-46.56Zm22.12,1H-45.56V-8.2H45.56V-83.36H24.44v18.9H-24.44Zm0,37.78H24.44v18.5H-24.44Zm47.88,1H-23.44v16.5H23.44Z' transform='translate(637 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_7' data-name='ㅅ' d='M42.151-5.747-2.706-34.763A94.944,94.944,0,0,1-19.872-19.506,152.687,152.687,0,0,1-43.751-5.986l-.435.2L-54.719-26.267l.462-.223c15.733-7.589,27.173-15.344,34-23.051C-13.463-57.2-10.02-65.689-10.02-74.76v-10.3H13.1v10.3A58.185,58.185,0,0,1,9.431-54.383l45.3,28.891ZM-53.361-25.813-43.735-7.1c17.653-8.194,31.3-17.832,40.555-28.65l.284-.332L41.849-7.133l11.5-18.054L8.208-53.977l.145-.38A57.193,57.193,0,0,0,12.1-74.76v-9.3H-9.02v9.3a35.773,35.773,0,0,1-2.627,13.505,43.351,43.351,0,0,1-7.859,12.376,73.868,73.868,0,0,1-13.814,11.72A162.025,162.025,0,0,1-53.361-25.813Z' transform='translate(753 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_8' data-name='ㅇ' d='M10.36-5.8H-10.36A43.551,43.551,0,0,1-21.283-7.129a36.285,36.285,0,0,1-9.564-3.993A37.309,37.309,0,0,1-38.7-17.383a36.98,36.98,0,0,1-5.837-8.142,40.511,40.511,0,0,1-3.615-9.568,45.363,45.363,0,0,1-1.2-10.546,44.387,44.387,0,0,1,1.2-10.425,40.055,40.055,0,0,1,3.615-9.481A36.545,36.545,0,0,1-38.7-73.619a37.02,37.02,0,0,1,7.858-6.191,36.552,36.552,0,0,1,9.563-3.939A44.1,44.1,0,0,1-10.36-85.06H10.36a44.1,44.1,0,0,1,10.922,1.311,36.551,36.551,0,0,1,9.563,3.939A37.019,37.019,0,0,1,38.7-73.619a36.546,36.546,0,0,1,5.838,8.073,40.055,40.055,0,0,1,3.615,9.481,44.387,44.387,0,0,1,1.2,10.425,45.363,45.363,0,0,1-1.2,10.546,40.511,40.511,0,0,1-3.615,9.568A36.98,36.98,0,0,1,38.7-17.383a37.309,37.309,0,0,1-7.858,6.262,36.285,36.285,0,0,1-9.564,3.993A43.551,43.551,0,0,1,10.36-5.8ZM-10.36-84.06a38.642,38.642,0,0,0-19.975,5.11A35.271,35.271,0,0,0-43.659-65.074a40.7,40.7,0,0,0-4.7,19.434,41.4,41.4,0,0,0,4.7,19.645A35.633,35.633,0,0,0-30.333-11.979,38.236,38.236,0,0,0-10.36-6.8H10.36a38.236,38.236,0,0,0,19.973-5.179A35.633,35.633,0,0,0,43.658-25.995a41.4,41.4,0,0,0,4.7-19.645,40.7,40.7,0,0,0-4.7-19.434A35.271,35.271,0,0,0,30.335-78.95,38.642,38.642,0,0,0,10.36-84.06ZM5.88-25.4H-5.88A26.4,26.4,0,0,1-14.6-26.758a19.1,19.1,0,0,1-6.809-4.1,17.68,17.68,0,0,1-4.375-6.41A22.256,22.256,0,0,1-27.24-45.5a21.507,21.507,0,0,1,1.454-8.1,17.171,17.171,0,0,1,4.379-6.271A19.2,19.2,0,0,1-14.6-63.858,27.041,27.041,0,0,1-5.88-65.18H5.88A27.041,27.041,0,0,1,14.6-63.858a19.2,19.2,0,0,1,6.808,3.989A17.171,17.171,0,0,1,25.786-53.6a21.507,21.507,0,0,1,1.454,8.1,22.256,22.256,0,0,1-1.453,8.235,17.68,17.68,0,0,1-4.375,6.41,19.1,19.1,0,0,1-6.809,4.1A26.4,26.4,0,0,1,5.88-25.4ZM-5.88-64.18c-6.188,0-11.185,1.7-14.853,5.049S-26.24-51.206-26.24-45.5c0,5.8,1.855,10.484,5.512,13.915S-12.066-26.4-5.88-26.4H5.88c6.186,0,11.181-1.744,14.848-5.185S26.24-39.7,26.24-45.5c0-5.706-1.853-10.292-5.507-13.631S12.068-64.18,5.88-64.18Z' transform='translate(869 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_9' data-name='ㅈ' d='M42.45-5.763-2.434-31.852A94.123,94.123,0,0,1-19.65-18.336,171.3,171.3,0,0,1-43.906-5.979l-.433.182-10.1-20.355.487-.208c14.719-6.295,25.481-12.505,31.989-18.459C-15.7-50.549-12.043-56.5-11.079-62.5H-47.4V-83.66H47.4V-62.5H12.083A52.679,52.679,0,0,1,9.837-51.191L54.455-25.234ZM-53.077-25.649l9.216,18.565c18.026-7.64,31.813-16.3,40.983-25.745l.272-.28L42.11-7.117,53.065-24.886,8.642-50.729l.122-.382a51.606,51.606,0,0,0,2.358-11.924l.033-.464H46.4V-82.66H-46.4V-63.5H-9.929l-.075.566a25.046,25.046,0,0,1-3.479,9.589,42.34,42.34,0,0,1-7.809,9.264,75.261,75.261,0,0,1-13.055,9.217A180.834,180.834,0,0,1-53.077-25.649Z' transform='translate(985 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_10' data-name='ㅊ' d='M44.581-5.771-3.27-30.749A92.528,92.528,0,0,1-20.957-17.629,169.089,169.089,0,0,1-45.741-5.973l-.434.166-9.8-20.924.5-.195C-42.474-32.018-32.2-37.412-24.944-42.957c6.948-5.311,11.3-10.893,12.95-16.6H-47.4v-21.3h36.12v-16.8h23.4v16.8H47.4v21.3H11.782a45.426,45.426,0,0,1-2.2,9.615L55.988-26.391Zm-99.2-20.419,8.956,19.116c18.4-7.092,32.51-15.382,41.955-24.643l.259-.254L44.179-7.109l10.433-18.86L8.335-49.457l.157-.419a44.279,44.279,0,0,0,2.352-10.244l.052-.441H46.4v-19.3H11.12v-16.8h-21.4v16.8H-46.4v19.3h35.7l-.158.623a25.532,25.532,0,0,1-4.567,9.1,46.948,46.948,0,0,1-8.914,8.67,93.537,93.537,0,0,1-13.231,8.27A175.11,175.11,0,0,1-54.621-26.189Z' transform='translate(1101 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_11' data-name='ㅋ' d='M-47.96-83.66H45.86V-7.2H22.74V-28.3C4.4-26.85-16.781-26.11-40.239-26.1h-7.273L-48.69-46.56h10.47c21.549,0,42.056-.695,60.96-2.065V-62.78h-70.7Zm92.82,1H-46.96v18.88h70.7V-47.7l-.464.034c-19.056,1.394-39.746,2.1-61.5,2.1h-9.41l1.062,18.46h5.829c23.861,0,45.373-.753,63.94-2.238l.54-.043V-8.2H44.86Z' transform='translate(1217 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_12' data-name='ㅌ' d='M46.56-5.8H-46.56V-85.06H44.46v20.18H-23.16v9.36H44.46v19.48H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H43.46V-54.52H-24.16V-65.88H43.46V-84.06H-45.56Z' transform='translate(1333 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_13' data-name='ㅍ' d='M-47.26-83.66H47.26V-63.2H31.16v35.12h16.8V-7.2H-47.96V-28.08h16.8V-63.2h-16.1Zm93.52,1H-46.26V-64.2h16.1v37.12h-16.8V-8.2H46.96V-27.08H30.16V-64.2h16.1Zm-56,18.46H9.74v37.12H-9.74Zm18.48,1H-8.74v35.12H8.74Z' transform='translate(1449 520)' fill='rgb(123, 100, 114)'/%3E%3Cpath id='_14' data-name='ㅎ' d='M-11.7-99.06H11.7v14.7H50.9v20.6H-50.9v-20.6h39.2Zm22.4,1H-10.7v14.7H-49.9v18.6H49.9v-18.6H10.7ZM-14.14-56.92H14.14A33.378,33.378,0,0,1,30.2-53.15,27.485,27.485,0,0,1,41.031-42.813,28.573,28.573,0,0,1,44.88-28.14a28.307,28.307,0,0,1-3.849,14.533A27,27,0,0,1,30.194-3.338,33.892,33.892,0,0,1,14.14.36H-14.14a33.892,33.892,0,0,1-16.054-3.7A27,27,0,0,1-41.031-13.607,28.307,28.307,0,0,1-44.88-28.14a28.573,28.573,0,0,1,3.849-14.673A27.485,27.485,0,0,1-30.2-53.15,33.378,33.378,0,0,1-14.14-56.92ZM14.14-.64A32.907,32.907,0,0,0,29.726-4.222a26.018,26.018,0,0,0,10.443-9.891A27.321,27.321,0,0,0,43.88-28.14a27.587,27.587,0,0,0-3.711-14.167A26.5,26.5,0,0,0,29.722-52.27,32.392,32.392,0,0,0,14.14-55.92H-14.14a32.392,32.392,0,0,0-15.582,3.65,26.5,26.5,0,0,0-10.447,9.963A27.587,27.587,0,0,0-43.88-28.14a27.32,27.32,0,0,0,3.711,14.027A26.018,26.018,0,0,0-29.726-4.222,32.907,32.907,0,0,0-14.14-.64ZM-9.94-37.32H9.94c4.208,0,7.377.863,9.42,2.566a8.13,8.13,0,0,1,3.12,6.474,8.13,8.13,0,0,1-3.12,6.474c-2.043,1.7-5.212,2.566-9.42,2.566H-9.94c-4.208,0-7.377-.863-9.42-2.566a8.13,8.13,0,0,1-3.12-6.474,8.13,8.13,0,0,1,3.12-6.474C-17.317-36.457-14.148-37.32-9.94-37.32ZM9.94-20.24c3.967,0,6.921-.785,8.78-2.334a7.082,7.082,0,0,0,2.76-5.706,7.082,7.082,0,0,0-2.76-5.706c-1.859-1.549-4.813-2.334-8.78-2.334H-9.94c-3.967,0-6.921.785-8.78,2.334a7.082,7.082,0,0,0-2.76,5.706,7.082,7.082,0,0,0,2.76,5.706c1.859,1.549,4.813,2.334,8.78,2.334Z' transform='translate(1565 520)' fill='rgb(123, 100, 114)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header.lnb2::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1606.86' height='99.42' viewBox='0 0 1606.86 99.42'%3E%3Cg id='그룹_23051' data-name='그룹 23051' opacity='0.3' transform='translate(-9.04 -420.94)'%3E%3Cpath id='_' data-name='ㄱ' d='M45.86-7.2H22.74V-62.78h-70.7V-83.66H45.86Zm-22.12-1H44.86V-82.66H-46.96v18.88h70.7Z' transform='translate(57 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_2' data-name='ㄴ' d='M47.26-7.2H-46.56V-85.06h23.12v56.98h70.7Zm-92.82-1H46.26V-27.08h-70.7V-84.06H-45.56Z' transform='translate(173 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_3' data-name='ㄷ' d='M-46.56-83.66H45.16v20.88h-68.6v34.7h70V-7.2H-46.56Zm90.72,1H-45.56V-8.2H45.56V-27.08h-70v-36.7h68.6Z' transform='translate(289 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_4' data-name='ㄹ' d='M46.56-5.8H-46.56V-55.52H21.76v-9.36H-46.56V-85.06H45.16v49.02H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H44.16V-84.06H-45.56v18.18H22.76v11.36H-45.56Z' transform='translate(405 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_5' data-name='ㅁ' d='M46.56-7.2H-46.56V-83.66H46.56Zm-92.12-1H45.56V-82.66H-45.56Zm70-18.88H-24.44v-36.7H24.44Zm-47.88-1H23.44v-34.7H-23.44Z' transform='translate(521 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_6' data-name='ㅂ' d='M-46.56-84.36h23.12v18.9H23.44v-18.9H46.56V-7.2H-46.56Zm22.12,1H-45.56V-8.2H45.56V-83.36H24.44v18.9H-24.44Zm0,37.78H24.44v18.5H-24.44Zm47.88,1H-23.44v16.5H23.44Z' transform='translate(637 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_7' data-name='ㅅ' d='M42.151-5.747-2.706-34.763A94.944,94.944,0,0,1-19.872-19.506,152.687,152.687,0,0,1-43.751-5.986l-.435.2L-54.719-26.267l.462-.223c15.733-7.589,27.173-15.344,34-23.051C-13.463-57.2-10.02-65.689-10.02-74.76v-10.3H13.1v10.3A58.185,58.185,0,0,1,9.431-54.383l45.3,28.891ZM-53.361-25.813-43.735-7.1c17.653-8.194,31.3-17.832,40.555-28.65l.284-.332L41.849-7.133l11.5-18.054L8.208-53.977l.145-.38A57.193,57.193,0,0,0,12.1-74.76v-9.3H-9.02v9.3a35.773,35.773,0,0,1-2.627,13.505,43.351,43.351,0,0,1-7.859,12.376,73.868,73.868,0,0,1-13.814,11.72A162.025,162.025,0,0,1-53.361-25.813Z' transform='translate(753 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_8' data-name='ㅇ' d='M10.36-5.8H-10.36A43.551,43.551,0,0,1-21.283-7.129a36.285,36.285,0,0,1-9.564-3.993A37.309,37.309,0,0,1-38.7-17.383a36.98,36.98,0,0,1-5.837-8.142,40.511,40.511,0,0,1-3.615-9.568,45.363,45.363,0,0,1-1.2-10.546,44.387,44.387,0,0,1,1.2-10.425,40.055,40.055,0,0,1,3.615-9.481A36.545,36.545,0,0,1-38.7-73.619a37.02,37.02,0,0,1,7.858-6.191,36.552,36.552,0,0,1,9.563-3.939A44.1,44.1,0,0,1-10.36-85.06H10.36a44.1,44.1,0,0,1,10.922,1.311,36.551,36.551,0,0,1,9.563,3.939A37.019,37.019,0,0,1,38.7-73.619a36.546,36.546,0,0,1,5.838,8.073,40.055,40.055,0,0,1,3.615,9.481,44.387,44.387,0,0,1,1.2,10.425,45.363,45.363,0,0,1-1.2,10.546,40.511,40.511,0,0,1-3.615,9.568A36.98,36.98,0,0,1,38.7-17.383a37.309,37.309,0,0,1-7.858,6.262,36.285,36.285,0,0,1-9.564,3.993A43.551,43.551,0,0,1,10.36-5.8ZM-10.36-84.06a38.642,38.642,0,0,0-19.975,5.11A35.271,35.271,0,0,0-43.659-65.074a40.7,40.7,0,0,0-4.7,19.434,41.4,41.4,0,0,0,4.7,19.645A35.633,35.633,0,0,0-30.333-11.979,38.236,38.236,0,0,0-10.36-6.8H10.36a38.236,38.236,0,0,0,19.973-5.179A35.633,35.633,0,0,0,43.658-25.995a41.4,41.4,0,0,0,4.7-19.645,40.7,40.7,0,0,0-4.7-19.434A35.271,35.271,0,0,0,30.335-78.95,38.642,38.642,0,0,0,10.36-84.06ZM5.88-25.4H-5.88A26.4,26.4,0,0,1-14.6-26.758a19.1,19.1,0,0,1-6.809-4.1,17.68,17.68,0,0,1-4.375-6.41A22.256,22.256,0,0,1-27.24-45.5a21.507,21.507,0,0,1,1.454-8.1,17.171,17.171,0,0,1,4.379-6.271A19.2,19.2,0,0,1-14.6-63.858,27.041,27.041,0,0,1-5.88-65.18H5.88A27.041,27.041,0,0,1,14.6-63.858a19.2,19.2,0,0,1,6.808,3.989A17.171,17.171,0,0,1,25.786-53.6a21.507,21.507,0,0,1,1.454,8.1,22.256,22.256,0,0,1-1.453,8.235,17.68,17.68,0,0,1-4.375,6.41,19.1,19.1,0,0,1-6.809,4.1A26.4,26.4,0,0,1,5.88-25.4ZM-5.88-64.18c-6.188,0-11.185,1.7-14.853,5.049S-26.24-51.206-26.24-45.5c0,5.8,1.855,10.484,5.512,13.915S-12.066-26.4-5.88-26.4H5.88c6.186,0,11.181-1.744,14.848-5.185S26.24-39.7,26.24-45.5c0-5.706-1.853-10.292-5.507-13.631S12.068-64.18,5.88-64.18Z' transform='translate(869 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_9' data-name='ㅈ' d='M42.45-5.763-2.434-31.852A94.123,94.123,0,0,1-19.65-18.336,171.3,171.3,0,0,1-43.906-5.979l-.433.182-10.1-20.355.487-.208c14.719-6.295,25.481-12.505,31.989-18.459C-15.7-50.549-12.043-56.5-11.079-62.5H-47.4V-83.66H47.4V-62.5H12.083A52.679,52.679,0,0,1,9.837-51.191L54.455-25.234ZM-53.077-25.649l9.216,18.565c18.026-7.64,31.813-16.3,40.983-25.745l.272-.28L42.11-7.117,53.065-24.886,8.642-50.729l.122-.382a51.606,51.606,0,0,0,2.358-11.924l.033-.464H46.4V-82.66H-46.4V-63.5H-9.929l-.075.566a25.046,25.046,0,0,1-3.479,9.589,42.34,42.34,0,0,1-7.809,9.264,75.261,75.261,0,0,1-13.055,9.217A180.834,180.834,0,0,1-53.077-25.649Z' transform='translate(985 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_10' data-name='ㅊ' d='M44.581-5.771-3.27-30.749A92.528,92.528,0,0,1-20.957-17.629,169.089,169.089,0,0,1-45.741-5.973l-.434.166-9.8-20.924.5-.195C-42.474-32.018-32.2-37.412-24.944-42.957c6.948-5.311,11.3-10.893,12.95-16.6H-47.4v-21.3h36.12v-16.8h23.4v16.8H47.4v21.3H11.782a45.426,45.426,0,0,1-2.2,9.615L55.988-26.391Zm-99.2-20.419,8.956,19.116c18.4-7.092,32.51-15.382,41.955-24.643l.259-.254L44.179-7.109l10.433-18.86L8.335-49.457l.157-.419a44.279,44.279,0,0,0,2.352-10.244l.052-.441H46.4v-19.3H11.12v-16.8h-21.4v16.8H-46.4v19.3h35.7l-.158.623a25.532,25.532,0,0,1-4.567,9.1,46.948,46.948,0,0,1-8.914,8.67,93.537,93.537,0,0,1-13.231,8.27A175.11,175.11,0,0,1-54.621-26.189Z' transform='translate(1101 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_11' data-name='ㅋ' d='M-47.96-83.66H45.86V-7.2H22.74V-28.3C4.4-26.85-16.781-26.11-40.239-26.1h-7.273L-48.69-46.56h10.47c21.549,0,42.056-.695,60.96-2.065V-62.78h-70.7Zm92.82,1H-46.96v18.88h70.7V-47.7l-.464.034c-19.056,1.394-39.746,2.1-61.5,2.1h-9.41l1.062,18.46h5.829c23.861,0,45.373-.753,63.94-2.238l.54-.043V-8.2H44.86Z' transform='translate(1217 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_12' data-name='ㅌ' d='M46.56-5.8H-46.56V-85.06H44.46v20.18H-23.16v9.36H44.46v19.48H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H43.46V-54.52H-24.16V-65.88H43.46V-84.06H-45.56Z' transform='translate(1333 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_13' data-name='ㅍ' d='M-47.26-83.66H47.26V-63.2H31.16v35.12h16.8V-7.2H-47.96V-28.08h16.8V-63.2h-16.1Zm93.52,1H-46.26V-64.2h16.1v37.12h-16.8V-8.2H46.96V-27.08H30.16V-64.2h16.1Zm-56,18.46H9.74v37.12H-9.74Zm18.48,1H-8.74v35.12H8.74Z' transform='translate(1449 520)' fill='rgb(36, 147, 40)'/%3E%3Cpath id='_14' data-name='ㅎ' d='M-11.7-99.06H11.7v14.7H50.9v20.6H-50.9v-20.6h39.2Zm22.4,1H-10.7v14.7H-49.9v18.6H49.9v-18.6H10.7ZM-14.14-56.92H14.14A33.378,33.378,0,0,1,30.2-53.15,27.485,27.485,0,0,1,41.031-42.813,28.573,28.573,0,0,1,44.88-28.14a28.307,28.307,0,0,1-3.849,14.533A27,27,0,0,1,30.194-3.338,33.892,33.892,0,0,1,14.14.36H-14.14a33.892,33.892,0,0,1-16.054-3.7A27,27,0,0,1-41.031-13.607,28.307,28.307,0,0,1-44.88-28.14a28.573,28.573,0,0,1,3.849-14.673A27.485,27.485,0,0,1-30.2-53.15,33.378,33.378,0,0,1-14.14-56.92ZM14.14-.64A32.907,32.907,0,0,0,29.726-4.222a26.018,26.018,0,0,0,10.443-9.891A27.321,27.321,0,0,0,43.88-28.14a27.587,27.587,0,0,0-3.711-14.167A26.5,26.5,0,0,0,29.722-52.27,32.392,32.392,0,0,0,14.14-55.92H-14.14a32.392,32.392,0,0,0-15.582,3.65,26.5,26.5,0,0,0-10.447,9.963A27.587,27.587,0,0,0-43.88-28.14a27.32,27.32,0,0,0,3.711,14.027A26.018,26.018,0,0,0-29.726-4.222,32.907,32.907,0,0,0-14.14-.64ZM-9.94-37.32H9.94c4.208,0,7.377.863,9.42,2.566a8.13,8.13,0,0,1,3.12,6.474,8.13,8.13,0,0,1-3.12,6.474c-2.043,1.7-5.212,2.566-9.42,2.566H-9.94c-4.208,0-7.377-.863-9.42-2.566a8.13,8.13,0,0,1-3.12-6.474,8.13,8.13,0,0,1,3.12-6.474C-17.317-36.457-14.148-37.32-9.94-37.32ZM9.94-20.24c3.967,0,6.921-.785,8.78-2.334a7.082,7.082,0,0,0,2.76-5.706,7.082,7.082,0,0,0-2.76-5.706c-1.859-1.549-4.813-2.334-8.78-2.334H-9.94c-3.967,0-6.921.785-8.78,2.334a7.082,7.082,0,0,0-2.76,5.706,7.082,7.082,0,0,0,2.76,5.706c1.859,1.549,4.813,2.334,8.78,2.334Z' transform='translate(1565 520)' fill='rgb(36, 147, 40)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header.lnb3::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1606.86' height='99.42' viewBox='0 0 1606.86 99.42'%3E%3Cg id='그룹_23051' data-name='그룹 23051' opacity='0.3' transform='translate(-9.04 -420.94)'%3E%3Cpath id='_' data-name='ㄱ' d='M45.86-7.2H22.74V-62.78h-70.7V-83.66H45.86Zm-22.12-1H44.86V-82.66H-46.96v18.88h70.7Z' transform='translate(57 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_2' data-name='ㄴ' d='M47.26-7.2H-46.56V-85.06h23.12v56.98h70.7Zm-92.82-1H46.26V-27.08h-70.7V-84.06H-45.56Z' transform='translate(173 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_3' data-name='ㄷ' d='M-46.56-83.66H45.16v20.88h-68.6v34.7h70V-7.2H-46.56Zm90.72,1H-45.56V-8.2H45.56V-27.08h-70v-36.7h68.6Z' transform='translate(289 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_4' data-name='ㄹ' d='M46.56-5.8H-46.56V-55.52H21.76v-9.36H-46.56V-85.06H45.16v49.02H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H44.16V-84.06H-45.56v18.18H22.76v11.36H-45.56Z' transform='translate(405 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_5' data-name='ㅁ' d='M46.56-7.2H-46.56V-83.66H46.56Zm-92.12-1H45.56V-82.66H-45.56Zm70-18.88H-24.44v-36.7H24.44Zm-47.88-1H23.44v-34.7H-23.44Z' transform='translate(521 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_6' data-name='ㅂ' d='M-46.56-84.36h23.12v18.9H23.44v-18.9H46.56V-7.2H-46.56Zm22.12,1H-45.56V-8.2H45.56V-83.36H24.44v18.9H-24.44Zm0,37.78H24.44v18.5H-24.44Zm47.88,1H-23.44v16.5H23.44Z' transform='translate(637 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_7' data-name='ㅅ' d='M42.151-5.747-2.706-34.763A94.944,94.944,0,0,1-19.872-19.506,152.687,152.687,0,0,1-43.751-5.986l-.435.2L-54.719-26.267l.462-.223c15.733-7.589,27.173-15.344,34-23.051C-13.463-57.2-10.02-65.689-10.02-74.76v-10.3H13.1v10.3A58.185,58.185,0,0,1,9.431-54.383l45.3,28.891ZM-53.361-25.813-43.735-7.1c17.653-8.194,31.3-17.832,40.555-28.65l.284-.332L41.849-7.133l11.5-18.054L8.208-53.977l.145-.38A57.193,57.193,0,0,0,12.1-74.76v-9.3H-9.02v9.3a35.773,35.773,0,0,1-2.627,13.505,43.351,43.351,0,0,1-7.859,12.376,73.868,73.868,0,0,1-13.814,11.72A162.025,162.025,0,0,1-53.361-25.813Z' transform='translate(753 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_8' data-name='ㅇ' d='M10.36-5.8H-10.36A43.551,43.551,0,0,1-21.283-7.129a36.285,36.285,0,0,1-9.564-3.993A37.309,37.309,0,0,1-38.7-17.383a36.98,36.98,0,0,1-5.837-8.142,40.511,40.511,0,0,1-3.615-9.568,45.363,45.363,0,0,1-1.2-10.546,44.387,44.387,0,0,1,1.2-10.425,40.055,40.055,0,0,1,3.615-9.481A36.545,36.545,0,0,1-38.7-73.619a37.02,37.02,0,0,1,7.858-6.191,36.552,36.552,0,0,1,9.563-3.939A44.1,44.1,0,0,1-10.36-85.06H10.36a44.1,44.1,0,0,1,10.922,1.311,36.551,36.551,0,0,1,9.563,3.939A37.019,37.019,0,0,1,38.7-73.619a36.546,36.546,0,0,1,5.838,8.073,40.055,40.055,0,0,1,3.615,9.481,44.387,44.387,0,0,1,1.2,10.425,45.363,45.363,0,0,1-1.2,10.546,40.511,40.511,0,0,1-3.615,9.568A36.98,36.98,0,0,1,38.7-17.383a37.309,37.309,0,0,1-7.858,6.262,36.285,36.285,0,0,1-9.564,3.993A43.551,43.551,0,0,1,10.36-5.8ZM-10.36-84.06a38.642,38.642,0,0,0-19.975,5.11A35.271,35.271,0,0,0-43.659-65.074a40.7,40.7,0,0,0-4.7,19.434,41.4,41.4,0,0,0,4.7,19.645A35.633,35.633,0,0,0-30.333-11.979,38.236,38.236,0,0,0-10.36-6.8H10.36a38.236,38.236,0,0,0,19.973-5.179A35.633,35.633,0,0,0,43.658-25.995a41.4,41.4,0,0,0,4.7-19.645,40.7,40.7,0,0,0-4.7-19.434A35.271,35.271,0,0,0,30.335-78.95,38.642,38.642,0,0,0,10.36-84.06ZM5.88-25.4H-5.88A26.4,26.4,0,0,1-14.6-26.758a19.1,19.1,0,0,1-6.809-4.1,17.68,17.68,0,0,1-4.375-6.41A22.256,22.256,0,0,1-27.24-45.5a21.507,21.507,0,0,1,1.454-8.1,17.171,17.171,0,0,1,4.379-6.271A19.2,19.2,0,0,1-14.6-63.858,27.041,27.041,0,0,1-5.88-65.18H5.88A27.041,27.041,0,0,1,14.6-63.858a19.2,19.2,0,0,1,6.808,3.989A17.171,17.171,0,0,1,25.786-53.6a21.507,21.507,0,0,1,1.454,8.1,22.256,22.256,0,0,1-1.453,8.235,17.68,17.68,0,0,1-4.375,6.41,19.1,19.1,0,0,1-6.809,4.1A26.4,26.4,0,0,1,5.88-25.4ZM-5.88-64.18c-6.188,0-11.185,1.7-14.853,5.049S-26.24-51.206-26.24-45.5c0,5.8,1.855,10.484,5.512,13.915S-12.066-26.4-5.88-26.4H5.88c6.186,0,11.181-1.744,14.848-5.185S26.24-39.7,26.24-45.5c0-5.706-1.853-10.292-5.507-13.631S12.068-64.18,5.88-64.18Z' transform='translate(869 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_9' data-name='ㅈ' d='M42.45-5.763-2.434-31.852A94.123,94.123,0,0,1-19.65-18.336,171.3,171.3,0,0,1-43.906-5.979l-.433.182-10.1-20.355.487-.208c14.719-6.295,25.481-12.505,31.989-18.459C-15.7-50.549-12.043-56.5-11.079-62.5H-47.4V-83.66H47.4V-62.5H12.083A52.679,52.679,0,0,1,9.837-51.191L54.455-25.234ZM-53.077-25.649l9.216,18.565c18.026-7.64,31.813-16.3,40.983-25.745l.272-.28L42.11-7.117,53.065-24.886,8.642-50.729l.122-.382a51.606,51.606,0,0,0,2.358-11.924l.033-.464H46.4V-82.66H-46.4V-63.5H-9.929l-.075.566a25.046,25.046,0,0,1-3.479,9.589,42.34,42.34,0,0,1-7.809,9.264,75.261,75.261,0,0,1-13.055,9.217A180.834,180.834,0,0,1-53.077-25.649Z' transform='translate(985 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_10' data-name='ㅊ' d='M44.581-5.771-3.27-30.749A92.528,92.528,0,0,1-20.957-17.629,169.089,169.089,0,0,1-45.741-5.973l-.434.166-9.8-20.924.5-.195C-42.474-32.018-32.2-37.412-24.944-42.957c6.948-5.311,11.3-10.893,12.95-16.6H-47.4v-21.3h36.12v-16.8h23.4v16.8H47.4v21.3H11.782a45.426,45.426,0,0,1-2.2,9.615L55.988-26.391Zm-99.2-20.419,8.956,19.116c18.4-7.092,32.51-15.382,41.955-24.643l.259-.254L44.179-7.109l10.433-18.86L8.335-49.457l.157-.419a44.279,44.279,0,0,0,2.352-10.244l.052-.441H46.4v-19.3H11.12v-16.8h-21.4v16.8H-46.4v19.3h35.7l-.158.623a25.532,25.532,0,0,1-4.567,9.1,46.948,46.948,0,0,1-8.914,8.67,93.537,93.537,0,0,1-13.231,8.27A175.11,175.11,0,0,1-54.621-26.189Z' transform='translate(1101 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_11' data-name='ㅋ' d='M-47.96-83.66H45.86V-7.2H22.74V-28.3C4.4-26.85-16.781-26.11-40.239-26.1h-7.273L-48.69-46.56h10.47c21.549,0,42.056-.695,60.96-2.065V-62.78h-70.7Zm92.82,1H-46.96v18.88h70.7V-47.7l-.464.034c-19.056,1.394-39.746,2.1-61.5,2.1h-9.41l1.062,18.46h5.829c23.861,0,45.373-.753,63.94-2.238l.54-.043V-8.2H44.86Z' transform='translate(1217 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_12' data-name='ㅌ' d='M46.56-5.8H-46.56V-85.06H44.46v20.18H-23.16v9.36H44.46v19.48H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H43.46V-54.52H-24.16V-65.88H43.46V-84.06H-45.56Z' transform='translate(1333 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_13' data-name='ㅍ' d='M-47.26-83.66H47.26V-63.2H31.16v35.12h16.8V-7.2H-47.96V-28.08h16.8V-63.2h-16.1Zm93.52,1H-46.26V-64.2h16.1v37.12h-16.8V-8.2H46.96V-27.08H30.16V-64.2h16.1Zm-56,18.46H9.74v37.12H-9.74Zm18.48,1H-8.74v35.12H8.74Z' transform='translate(1449 520)' fill='rgb(223, 59, 248)'/%3E%3Cpath id='_14' data-name='ㅎ' d='M-11.7-99.06H11.7v14.7H50.9v20.6H-50.9v-20.6h39.2Zm22.4,1H-10.7v14.7H-49.9v18.6H49.9v-18.6H10.7ZM-14.14-56.92H14.14A33.378,33.378,0,0,1,30.2-53.15,27.485,27.485,0,0,1,41.031-42.813,28.573,28.573,0,0,1,44.88-28.14a28.307,28.307,0,0,1-3.849,14.533A27,27,0,0,1,30.194-3.338,33.892,33.892,0,0,1,14.14.36H-14.14a33.892,33.892,0,0,1-16.054-3.7A27,27,0,0,1-41.031-13.607,28.307,28.307,0,0,1-44.88-28.14a28.573,28.573,0,0,1,3.849-14.673A27.485,27.485,0,0,1-30.2-53.15,33.378,33.378,0,0,1-14.14-56.92ZM14.14-.64A32.907,32.907,0,0,0,29.726-4.222a26.018,26.018,0,0,0,10.443-9.891A27.321,27.321,0,0,0,43.88-28.14a27.587,27.587,0,0,0-3.711-14.167A26.5,26.5,0,0,0,29.722-52.27,32.392,32.392,0,0,0,14.14-55.92H-14.14a32.392,32.392,0,0,0-15.582,3.65,26.5,26.5,0,0,0-10.447,9.963A27.587,27.587,0,0,0-43.88-28.14a27.32,27.32,0,0,0,3.711,14.027A26.018,26.018,0,0,0-29.726-4.222,32.907,32.907,0,0,0-14.14-.64ZM-9.94-37.32H9.94c4.208,0,7.377.863,9.42,2.566a8.13,8.13,0,0,1,3.12,6.474,8.13,8.13,0,0,1-3.12,6.474c-2.043,1.7-5.212,2.566-9.42,2.566H-9.94c-4.208,0-7.377-.863-9.42-2.566a8.13,8.13,0,0,1-3.12-6.474,8.13,8.13,0,0,1,3.12-6.474C-17.317-36.457-14.148-37.32-9.94-37.32ZM9.94-20.24c3.967,0,6.921-.785,8.78-2.334a7.082,7.082,0,0,0,2.76-5.706,7.082,7.082,0,0,0-2.76-5.706c-1.859-1.549-4.813-2.334-8.78-2.334H-9.94c-3.967,0-6.921.785-8.78,2.334a7.082,7.082,0,0,0-2.76,5.706,7.082,7.082,0,0,0,2.76,5.706c1.859,1.549,4.813,2.334,8.78,2.334Z' transform='translate(1565 520)' fill='rgb(223, 59, 248)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header.lnb4::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1606.86' height='99.42' viewBox='0 0 1606.86 99.42'%3E%3Cg id='그룹_23051' data-name='그룹 23051' opacity='0.3' transform='translate(-9.04 -420.94)'%3E%3Cpath id='_' data-name='ㄱ' d='M45.86-7.2H22.74V-62.78h-70.7V-83.66H45.86Zm-22.12-1H44.86V-82.66H-46.96v18.88h70.7Z' transform='translate(57 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_2' data-name='ㄴ' d='M47.26-7.2H-46.56V-85.06h23.12v56.98h70.7Zm-92.82-1H46.26V-27.08h-70.7V-84.06H-45.56Z' transform='translate(173 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_3' data-name='ㄷ' d='M-46.56-83.66H45.16v20.88h-68.6v34.7h70V-7.2H-46.56Zm90.72,1H-45.56V-8.2H45.56V-27.08h-70v-36.7h68.6Z' transform='translate(289 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_4' data-name='ㄹ' d='M46.56-5.8H-46.56V-55.52H21.76v-9.36H-46.56V-85.06H45.16v49.02H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H44.16V-84.06H-45.56v18.18H22.76v11.36H-45.56Z' transform='translate(405 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_5' data-name='ㅁ' d='M46.56-7.2H-46.56V-83.66H46.56Zm-92.12-1H45.56V-82.66H-45.56Zm70-18.88H-24.44v-36.7H24.44Zm-47.88-1H23.44v-34.7H-23.44Z' transform='translate(521 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_6' data-name='ㅂ' d='M-46.56-84.36h23.12v18.9H23.44v-18.9H46.56V-7.2H-46.56Zm22.12,1H-45.56V-8.2H45.56V-83.36H24.44v18.9H-24.44Zm0,37.78H24.44v18.5H-24.44Zm47.88,1H-23.44v16.5H23.44Z' transform='translate(637 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_7' data-name='ㅅ' d='M42.151-5.747-2.706-34.763A94.944,94.944,0,0,1-19.872-19.506,152.687,152.687,0,0,1-43.751-5.986l-.435.2L-54.719-26.267l.462-.223c15.733-7.589,27.173-15.344,34-23.051C-13.463-57.2-10.02-65.689-10.02-74.76v-10.3H13.1v10.3A58.185,58.185,0,0,1,9.431-54.383l45.3,28.891ZM-53.361-25.813-43.735-7.1c17.653-8.194,31.3-17.832,40.555-28.65l.284-.332L41.849-7.133l11.5-18.054L8.208-53.977l.145-.38A57.193,57.193,0,0,0,12.1-74.76v-9.3H-9.02v9.3a35.773,35.773,0,0,1-2.627,13.505,43.351,43.351,0,0,1-7.859,12.376,73.868,73.868,0,0,1-13.814,11.72A162.025,162.025,0,0,1-53.361-25.813Z' transform='translate(753 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_8' data-name='ㅇ' d='M10.36-5.8H-10.36A43.551,43.551,0,0,1-21.283-7.129a36.285,36.285,0,0,1-9.564-3.993A37.309,37.309,0,0,1-38.7-17.383a36.98,36.98,0,0,1-5.837-8.142,40.511,40.511,0,0,1-3.615-9.568,45.363,45.363,0,0,1-1.2-10.546,44.387,44.387,0,0,1,1.2-10.425,40.055,40.055,0,0,1,3.615-9.481A36.545,36.545,0,0,1-38.7-73.619a37.02,37.02,0,0,1,7.858-6.191,36.552,36.552,0,0,1,9.563-3.939A44.1,44.1,0,0,1-10.36-85.06H10.36a44.1,44.1,0,0,1,10.922,1.311,36.551,36.551,0,0,1,9.563,3.939A37.019,37.019,0,0,1,38.7-73.619a36.546,36.546,0,0,1,5.838,8.073,40.055,40.055,0,0,1,3.615,9.481,44.387,44.387,0,0,1,1.2,10.425,45.363,45.363,0,0,1-1.2,10.546,40.511,40.511,0,0,1-3.615,9.568A36.98,36.98,0,0,1,38.7-17.383a37.309,37.309,0,0,1-7.858,6.262,36.285,36.285,0,0,1-9.564,3.993A43.551,43.551,0,0,1,10.36-5.8ZM-10.36-84.06a38.642,38.642,0,0,0-19.975,5.11A35.271,35.271,0,0,0-43.659-65.074a40.7,40.7,0,0,0-4.7,19.434,41.4,41.4,0,0,0,4.7,19.645A35.633,35.633,0,0,0-30.333-11.979,38.236,38.236,0,0,0-10.36-6.8H10.36a38.236,38.236,0,0,0,19.973-5.179A35.633,35.633,0,0,0,43.658-25.995a41.4,41.4,0,0,0,4.7-19.645,40.7,40.7,0,0,0-4.7-19.434A35.271,35.271,0,0,0,30.335-78.95,38.642,38.642,0,0,0,10.36-84.06ZM5.88-25.4H-5.88A26.4,26.4,0,0,1-14.6-26.758a19.1,19.1,0,0,1-6.809-4.1,17.68,17.68,0,0,1-4.375-6.41A22.256,22.256,0,0,1-27.24-45.5a21.507,21.507,0,0,1,1.454-8.1,17.171,17.171,0,0,1,4.379-6.271A19.2,19.2,0,0,1-14.6-63.858,27.041,27.041,0,0,1-5.88-65.18H5.88A27.041,27.041,0,0,1,14.6-63.858a19.2,19.2,0,0,1,6.808,3.989A17.171,17.171,0,0,1,25.786-53.6a21.507,21.507,0,0,1,1.454,8.1,22.256,22.256,0,0,1-1.453,8.235,17.68,17.68,0,0,1-4.375,6.41,19.1,19.1,0,0,1-6.809,4.1A26.4,26.4,0,0,1,5.88-25.4ZM-5.88-64.18c-6.188,0-11.185,1.7-14.853,5.049S-26.24-51.206-26.24-45.5c0,5.8,1.855,10.484,5.512,13.915S-12.066-26.4-5.88-26.4H5.88c6.186,0,11.181-1.744,14.848-5.185S26.24-39.7,26.24-45.5c0-5.706-1.853-10.292-5.507-13.631S12.068-64.18,5.88-64.18Z' transform='translate(869 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_9' data-name='ㅈ' d='M42.45-5.763-2.434-31.852A94.123,94.123,0,0,1-19.65-18.336,171.3,171.3,0,0,1-43.906-5.979l-.433.182-10.1-20.355.487-.208c14.719-6.295,25.481-12.505,31.989-18.459C-15.7-50.549-12.043-56.5-11.079-62.5H-47.4V-83.66H47.4V-62.5H12.083A52.679,52.679,0,0,1,9.837-51.191L54.455-25.234ZM-53.077-25.649l9.216,18.565c18.026-7.64,31.813-16.3,40.983-25.745l.272-.28L42.11-7.117,53.065-24.886,8.642-50.729l.122-.382a51.606,51.606,0,0,0,2.358-11.924l.033-.464H46.4V-82.66H-46.4V-63.5H-9.929l-.075.566a25.046,25.046,0,0,1-3.479,9.589,42.34,42.34,0,0,1-7.809,9.264,75.261,75.261,0,0,1-13.055,9.217A180.834,180.834,0,0,1-53.077-25.649Z' transform='translate(985 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_10' data-name='ㅊ' d='M44.581-5.771-3.27-30.749A92.528,92.528,0,0,1-20.957-17.629,169.089,169.089,0,0,1-45.741-5.973l-.434.166-9.8-20.924.5-.195C-42.474-32.018-32.2-37.412-24.944-42.957c6.948-5.311,11.3-10.893,12.95-16.6H-47.4v-21.3h36.12v-16.8h23.4v16.8H47.4v21.3H11.782a45.426,45.426,0,0,1-2.2,9.615L55.988-26.391Zm-99.2-20.419,8.956,19.116c18.4-7.092,32.51-15.382,41.955-24.643l.259-.254L44.179-7.109l10.433-18.86L8.335-49.457l.157-.419a44.279,44.279,0,0,0,2.352-10.244l.052-.441H46.4v-19.3H11.12v-16.8h-21.4v16.8H-46.4v19.3h35.7l-.158.623a25.532,25.532,0,0,1-4.567,9.1,46.948,46.948,0,0,1-8.914,8.67,93.537,93.537,0,0,1-13.231,8.27A175.11,175.11,0,0,1-54.621-26.189Z' transform='translate(1101 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_11' data-name='ㅋ' d='M-47.96-83.66H45.86V-7.2H22.74V-28.3C4.4-26.85-16.781-26.11-40.239-26.1h-7.273L-48.69-46.56h10.47c21.549,0,42.056-.695,60.96-2.065V-62.78h-70.7Zm92.82,1H-46.96v18.88h70.7V-47.7l-.464.034c-19.056,1.394-39.746,2.1-61.5,2.1h-9.41l1.062,18.46h5.829c23.861,0,45.373-.753,63.94-2.238l.54-.043V-8.2H44.86Z' transform='translate(1217 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_12' data-name='ㅌ' d='M46.56-5.8H-46.56V-85.06H44.46v20.18H-23.16v9.36H44.46v19.48H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H43.46V-54.52H-24.16V-65.88H43.46V-84.06H-45.56Z' transform='translate(1333 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_13' data-name='ㅍ' d='M-47.26-83.66H47.26V-63.2H31.16v35.12h16.8V-7.2H-47.96V-28.08h16.8V-63.2h-16.1Zm93.52,1H-46.26V-64.2h16.1v37.12h-16.8V-8.2H46.96V-27.08H30.16V-64.2h16.1Zm-56,18.46H9.74v37.12H-9.74Zm18.48,1H-8.74v35.12H8.74Z' transform='translate(1449 520)' fill='rgb(99, 104, 210)'/%3E%3Cpath id='_14' data-name='ㅎ' d='M-11.7-99.06H11.7v14.7H50.9v20.6H-50.9v-20.6h39.2Zm22.4,1H-10.7v14.7H-49.9v18.6H49.9v-18.6H10.7ZM-14.14-56.92H14.14A33.378,33.378,0,0,1,30.2-53.15,27.485,27.485,0,0,1,41.031-42.813,28.573,28.573,0,0,1,44.88-28.14a28.307,28.307,0,0,1-3.849,14.533A27,27,0,0,1,30.194-3.338,33.892,33.892,0,0,1,14.14.36H-14.14a33.892,33.892,0,0,1-16.054-3.7A27,27,0,0,1-41.031-13.607,28.307,28.307,0,0,1-44.88-28.14a28.573,28.573,0,0,1,3.849-14.673A27.485,27.485,0,0,1-30.2-53.15,33.378,33.378,0,0,1-14.14-56.92ZM14.14-.64A32.907,32.907,0,0,0,29.726-4.222a26.018,26.018,0,0,0,10.443-9.891A27.321,27.321,0,0,0,43.88-28.14a27.587,27.587,0,0,0-3.711-14.167A26.5,26.5,0,0,0,29.722-52.27,32.392,32.392,0,0,0,14.14-55.92H-14.14a32.392,32.392,0,0,0-15.582,3.65,26.5,26.5,0,0,0-10.447,9.963A27.587,27.587,0,0,0-43.88-28.14a27.32,27.32,0,0,0,3.711,14.027A26.018,26.018,0,0,0-29.726-4.222,32.907,32.907,0,0,0-14.14-.64ZM-9.94-37.32H9.94c4.208,0,7.377.863,9.42,2.566a8.13,8.13,0,0,1,3.12,6.474,8.13,8.13,0,0,1-3.12,6.474c-2.043,1.7-5.212,2.566-9.42,2.566H-9.94c-4.208,0-7.377-.863-9.42-2.566a8.13,8.13,0,0,1-3.12-6.474,8.13,8.13,0,0,1,3.12-6.474C-17.317-36.457-14.148-37.32-9.94-37.32ZM9.94-20.24c3.967,0,6.921-.785,8.78-2.334a7.082,7.082,0,0,0,2.76-5.706,7.082,7.082,0,0,0-2.76-5.706c-1.859-1.549-4.813-2.334-8.78-2.334H-9.94c-3.967,0-6.921.785-8.78,2.334a7.082,7.082,0,0,0-2.76,5.706,7.082,7.082,0,0,0,2.76,5.706c1.859,1.549,4.813,2.334,8.78,2.334Z' transform='translate(1565 520)' fill='rgb(99, 104, 210)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header.lnb5::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1606.86' height='99.42' viewBox='0 0 1606.86 99.42'%3E%3Cg id='그룹_23051' data-name='그룹 23051' opacity='0.3' transform='translate(-9.04 -420.94)'%3E%3Cpath id='_' data-name='ㄱ' d='M45.86-7.2H22.74V-62.78h-70.7V-83.66H45.86Zm-22.12-1H44.86V-82.66H-46.96v18.88h70.7Z' transform='translate(57 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_2' data-name='ㄴ' d='M47.26-7.2H-46.56V-85.06h23.12v56.98h70.7Zm-92.82-1H46.26V-27.08h-70.7V-84.06H-45.56Z' transform='translate(173 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_3' data-name='ㄷ' d='M-46.56-83.66H45.16v20.88h-68.6v34.7h70V-7.2H-46.56Zm90.72,1H-45.56V-8.2H45.56V-27.08h-70v-36.7h68.6Z' transform='translate(289 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_4' data-name='ㄹ' d='M46.56-5.8H-46.56V-55.52H21.76v-9.36H-46.56V-85.06H45.16v49.02H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H44.16V-84.06H-45.56v18.18H22.76v11.36H-45.56Z' transform='translate(405 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_5' data-name='ㅁ' d='M46.56-7.2H-46.56V-83.66H46.56Zm-92.12-1H45.56V-82.66H-45.56Zm70-18.88H-24.44v-36.7H24.44Zm-47.88-1H23.44v-34.7H-23.44Z' transform='translate(521 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_6' data-name='ㅂ' d='M-46.56-84.36h23.12v18.9H23.44v-18.9H46.56V-7.2H-46.56Zm22.12,1H-45.56V-8.2H45.56V-83.36H24.44v18.9H-24.44Zm0,37.78H24.44v18.5H-24.44Zm47.88,1H-23.44v16.5H23.44Z' transform='translate(637 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_7' data-name='ㅅ' d='M42.151-5.747-2.706-34.763A94.944,94.944,0,0,1-19.872-19.506,152.687,152.687,0,0,1-43.751-5.986l-.435.2L-54.719-26.267l.462-.223c15.733-7.589,27.173-15.344,34-23.051C-13.463-57.2-10.02-65.689-10.02-74.76v-10.3H13.1v10.3A58.185,58.185,0,0,1,9.431-54.383l45.3,28.891ZM-53.361-25.813-43.735-7.1c17.653-8.194,31.3-17.832,40.555-28.65l.284-.332L41.849-7.133l11.5-18.054L8.208-53.977l.145-.38A57.193,57.193,0,0,0,12.1-74.76v-9.3H-9.02v9.3a35.773,35.773,0,0,1-2.627,13.505,43.351,43.351,0,0,1-7.859,12.376,73.868,73.868,0,0,1-13.814,11.72A162.025,162.025,0,0,1-53.361-25.813Z' transform='translate(753 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_8' data-name='ㅇ' d='M10.36-5.8H-10.36A43.551,43.551,0,0,1-21.283-7.129a36.285,36.285,0,0,1-9.564-3.993A37.309,37.309,0,0,1-38.7-17.383a36.98,36.98,0,0,1-5.837-8.142,40.511,40.511,0,0,1-3.615-9.568,45.363,45.363,0,0,1-1.2-10.546,44.387,44.387,0,0,1,1.2-10.425,40.055,40.055,0,0,1,3.615-9.481A36.545,36.545,0,0,1-38.7-73.619a37.02,37.02,0,0,1,7.858-6.191,36.552,36.552,0,0,1,9.563-3.939A44.1,44.1,0,0,1-10.36-85.06H10.36a44.1,44.1,0,0,1,10.922,1.311,36.551,36.551,0,0,1,9.563,3.939A37.019,37.019,0,0,1,38.7-73.619a36.546,36.546,0,0,1,5.838,8.073,40.055,40.055,0,0,1,3.615,9.481,44.387,44.387,0,0,1,1.2,10.425,45.363,45.363,0,0,1-1.2,10.546,40.511,40.511,0,0,1-3.615,9.568A36.98,36.98,0,0,1,38.7-17.383a37.309,37.309,0,0,1-7.858,6.262,36.285,36.285,0,0,1-9.564,3.993A43.551,43.551,0,0,1,10.36-5.8ZM-10.36-84.06a38.642,38.642,0,0,0-19.975,5.11A35.271,35.271,0,0,0-43.659-65.074a40.7,40.7,0,0,0-4.7,19.434,41.4,41.4,0,0,0,4.7,19.645A35.633,35.633,0,0,0-30.333-11.979,38.236,38.236,0,0,0-10.36-6.8H10.36a38.236,38.236,0,0,0,19.973-5.179A35.633,35.633,0,0,0,43.658-25.995a41.4,41.4,0,0,0,4.7-19.645,40.7,40.7,0,0,0-4.7-19.434A35.271,35.271,0,0,0,30.335-78.95,38.642,38.642,0,0,0,10.36-84.06ZM5.88-25.4H-5.88A26.4,26.4,0,0,1-14.6-26.758a19.1,19.1,0,0,1-6.809-4.1,17.68,17.68,0,0,1-4.375-6.41A22.256,22.256,0,0,1-27.24-45.5a21.507,21.507,0,0,1,1.454-8.1,17.171,17.171,0,0,1,4.379-6.271A19.2,19.2,0,0,1-14.6-63.858,27.041,27.041,0,0,1-5.88-65.18H5.88A27.041,27.041,0,0,1,14.6-63.858a19.2,19.2,0,0,1,6.808,3.989A17.171,17.171,0,0,1,25.786-53.6a21.507,21.507,0,0,1,1.454,8.1,22.256,22.256,0,0,1-1.453,8.235,17.68,17.68,0,0,1-4.375,6.41,19.1,19.1,0,0,1-6.809,4.1A26.4,26.4,0,0,1,5.88-25.4ZM-5.88-64.18c-6.188,0-11.185,1.7-14.853,5.049S-26.24-51.206-26.24-45.5c0,5.8,1.855,10.484,5.512,13.915S-12.066-26.4-5.88-26.4H5.88c6.186,0,11.181-1.744,14.848-5.185S26.24-39.7,26.24-45.5c0-5.706-1.853-10.292-5.507-13.631S12.068-64.18,5.88-64.18Z' transform='translate(869 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_9' data-name='ㅈ' d='M42.45-5.763-2.434-31.852A94.123,94.123,0,0,1-19.65-18.336,171.3,171.3,0,0,1-43.906-5.979l-.433.182-10.1-20.355.487-.208c14.719-6.295,25.481-12.505,31.989-18.459C-15.7-50.549-12.043-56.5-11.079-62.5H-47.4V-83.66H47.4V-62.5H12.083A52.679,52.679,0,0,1,9.837-51.191L54.455-25.234ZM-53.077-25.649l9.216,18.565c18.026-7.64,31.813-16.3,40.983-25.745l.272-.28L42.11-7.117,53.065-24.886,8.642-50.729l.122-.382a51.606,51.606,0,0,0,2.358-11.924l.033-.464H46.4V-82.66H-46.4V-63.5H-9.929l-.075.566a25.046,25.046,0,0,1-3.479,9.589,42.34,42.34,0,0,1-7.809,9.264,75.261,75.261,0,0,1-13.055,9.217A180.834,180.834,0,0,1-53.077-25.649Z' transform='translate(985 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_10' data-name='ㅊ' d='M44.581-5.771-3.27-30.749A92.528,92.528,0,0,1-20.957-17.629,169.089,169.089,0,0,1-45.741-5.973l-.434.166-9.8-20.924.5-.195C-42.474-32.018-32.2-37.412-24.944-42.957c6.948-5.311,11.3-10.893,12.95-16.6H-47.4v-21.3h36.12v-16.8h23.4v16.8H47.4v21.3H11.782a45.426,45.426,0,0,1-2.2,9.615L55.988-26.391Zm-99.2-20.419,8.956,19.116c18.4-7.092,32.51-15.382,41.955-24.643l.259-.254L44.179-7.109l10.433-18.86L8.335-49.457l.157-.419a44.279,44.279,0,0,0,2.352-10.244l.052-.441H46.4v-19.3H11.12v-16.8h-21.4v16.8H-46.4v19.3h35.7l-.158.623a25.532,25.532,0,0,1-4.567,9.1,46.948,46.948,0,0,1-8.914,8.67,93.537,93.537,0,0,1-13.231,8.27A175.11,175.11,0,0,1-54.621-26.189Z' transform='translate(1101 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_11' data-name='ㅋ' d='M-47.96-83.66H45.86V-7.2H22.74V-28.3C4.4-26.85-16.781-26.11-40.239-26.1h-7.273L-48.69-46.56h10.47c21.549,0,42.056-.695,60.96-2.065V-62.78h-70.7Zm92.82,1H-46.96v18.88h70.7V-47.7l-.464.034c-19.056,1.394-39.746,2.1-61.5,2.1h-9.41l1.062,18.46h5.829c23.861,0,45.373-.753,63.94-2.238l.54-.043V-8.2H44.86Z' transform='translate(1217 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_12' data-name='ㅌ' d='M46.56-5.8H-46.56V-85.06H44.46v20.18H-23.16v9.36H44.46v19.48H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H43.46V-54.52H-24.16V-65.88H43.46V-84.06H-45.56Z' transform='translate(1333 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_13' data-name='ㅍ' d='M-47.26-83.66H47.26V-63.2H31.16v35.12h16.8V-7.2H-47.96V-28.08h16.8V-63.2h-16.1Zm93.52,1H-46.26V-64.2h16.1v37.12h-16.8V-8.2H46.96V-27.08H30.16V-64.2h16.1Zm-56,18.46H9.74v37.12H-9.74Zm18.48,1H-8.74v35.12H8.74Z' transform='translate(1449 520)' fill='rgb(185, 125, 44)'/%3E%3Cpath id='_14' data-name='ㅎ' d='M-11.7-99.06H11.7v14.7H50.9v20.6H-50.9v-20.6h39.2Zm22.4,1H-10.7v14.7H-49.9v18.6H49.9v-18.6H10.7ZM-14.14-56.92H14.14A33.378,33.378,0,0,1,30.2-53.15,27.485,27.485,0,0,1,41.031-42.813,28.573,28.573,0,0,1,44.88-28.14a28.307,28.307,0,0,1-3.849,14.533A27,27,0,0,1,30.194-3.338,33.892,33.892,0,0,1,14.14.36H-14.14a33.892,33.892,0,0,1-16.054-3.7A27,27,0,0,1-41.031-13.607,28.307,28.307,0,0,1-44.88-28.14a28.573,28.573,0,0,1,3.849-14.673A27.485,27.485,0,0,1-30.2-53.15,33.378,33.378,0,0,1-14.14-56.92ZM14.14-.64A32.907,32.907,0,0,0,29.726-4.222a26.018,26.018,0,0,0,10.443-9.891A27.321,27.321,0,0,0,43.88-28.14a27.587,27.587,0,0,0-3.711-14.167A26.5,26.5,0,0,0,29.722-52.27,32.392,32.392,0,0,0,14.14-55.92H-14.14a32.392,32.392,0,0,0-15.582,3.65,26.5,26.5,0,0,0-10.447,9.963A27.587,27.587,0,0,0-43.88-28.14a27.32,27.32,0,0,0,3.711,14.027A26.018,26.018,0,0,0-29.726-4.222,32.907,32.907,0,0,0-14.14-.64ZM-9.94-37.32H9.94c4.208,0,7.377.863,9.42,2.566a8.13,8.13,0,0,1,3.12,6.474,8.13,8.13,0,0,1-3.12,6.474c-2.043,1.7-5.212,2.566-9.42,2.566H-9.94c-4.208,0-7.377-.863-9.42-2.566a8.13,8.13,0,0,1-3.12-6.474,8.13,8.13,0,0,1,3.12-6.474C-17.317-36.457-14.148-37.32-9.94-37.32ZM9.94-20.24c3.967,0,6.921-.785,8.78-2.334a7.082,7.082,0,0,0,2.76-5.706,7.082,7.082,0,0,0-2.76-5.706c-1.859-1.549-4.813-2.334-8.78-2.334H-9.94c-3.967,0-6.921.785-8.78,2.334a7.082,7.082,0,0,0-2.76,5.706,7.082,7.082,0,0,0,2.76,5.706c1.859,1.549,4.813,2.334,8.78,2.334Z' transform='translate(1565 520)' fill='rgb(185, 125, 44)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header.lnb6::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1606.86' height='99.42' viewBox='0 0 1606.86 99.42'%3E%3Cg id='그룹_23051' data-name='그룹 23051' opacity='0.3' transform='translate(-9.04 -420.94)'%3E%3Cpath id='_' data-name='ㄱ' d='M45.86-7.2H22.74V-62.78h-70.7V-83.66H45.86Zm-22.12-1H44.86V-82.66H-46.96v18.88h70.7Z' transform='translate(57 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_2' data-name='ㄴ' d='M47.26-7.2H-46.56V-85.06h23.12v56.98h70.7Zm-92.82-1H46.26V-27.08h-70.7V-84.06H-45.56Z' transform='translate(173 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_3' data-name='ㄷ' d='M-46.56-83.66H45.16v20.88h-68.6v34.7h70V-7.2H-46.56Zm90.72,1H-45.56V-8.2H45.56V-27.08h-70v-36.7h68.6Z' transform='translate(289 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_4' data-name='ㄹ' d='M46.56-5.8H-46.56V-55.52H21.76v-9.36H-46.56V-85.06H45.16v49.02H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H44.16V-84.06H-45.56v18.18H22.76v11.36H-45.56Z' transform='translate(405 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_5' data-name='ㅁ' d='M46.56-7.2H-46.56V-83.66H46.56Zm-92.12-1H45.56V-82.66H-45.56Zm70-18.88H-24.44v-36.7H24.44Zm-47.88-1H23.44v-34.7H-23.44Z' transform='translate(521 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_6' data-name='ㅂ' d='M-46.56-84.36h23.12v18.9H23.44v-18.9H46.56V-7.2H-46.56Zm22.12,1H-45.56V-8.2H45.56V-83.36H24.44v18.9H-24.44Zm0,37.78H24.44v18.5H-24.44Zm47.88,1H-23.44v16.5H23.44Z' transform='translate(637 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_7' data-name='ㅅ' d='M42.151-5.747-2.706-34.763A94.944,94.944,0,0,1-19.872-19.506,152.687,152.687,0,0,1-43.751-5.986l-.435.2L-54.719-26.267l.462-.223c15.733-7.589,27.173-15.344,34-23.051C-13.463-57.2-10.02-65.689-10.02-74.76v-10.3H13.1v10.3A58.185,58.185,0,0,1,9.431-54.383l45.3,28.891ZM-53.361-25.813-43.735-7.1c17.653-8.194,31.3-17.832,40.555-28.65l.284-.332L41.849-7.133l11.5-18.054L8.208-53.977l.145-.38A57.193,57.193,0,0,0,12.1-74.76v-9.3H-9.02v9.3a35.773,35.773,0,0,1-2.627,13.505,43.351,43.351,0,0,1-7.859,12.376,73.868,73.868,0,0,1-13.814,11.72A162.025,162.025,0,0,1-53.361-25.813Z' transform='translate(753 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_8' data-name='ㅇ' d='M10.36-5.8H-10.36A43.551,43.551,0,0,1-21.283-7.129a36.285,36.285,0,0,1-9.564-3.993A37.309,37.309,0,0,1-38.7-17.383a36.98,36.98,0,0,1-5.837-8.142,40.511,40.511,0,0,1-3.615-9.568,45.363,45.363,0,0,1-1.2-10.546,44.387,44.387,0,0,1,1.2-10.425,40.055,40.055,0,0,1,3.615-9.481A36.545,36.545,0,0,1-38.7-73.619a37.02,37.02,0,0,1,7.858-6.191,36.552,36.552,0,0,1,9.563-3.939A44.1,44.1,0,0,1-10.36-85.06H10.36a44.1,44.1,0,0,1,10.922,1.311,36.551,36.551,0,0,1,9.563,3.939A37.019,37.019,0,0,1,38.7-73.619a36.546,36.546,0,0,1,5.838,8.073,40.055,40.055,0,0,1,3.615,9.481,44.387,44.387,0,0,1,1.2,10.425,45.363,45.363,0,0,1-1.2,10.546,40.511,40.511,0,0,1-3.615,9.568A36.98,36.98,0,0,1,38.7-17.383a37.309,37.309,0,0,1-7.858,6.262,36.285,36.285,0,0,1-9.564,3.993A43.551,43.551,0,0,1,10.36-5.8ZM-10.36-84.06a38.642,38.642,0,0,0-19.975,5.11A35.271,35.271,0,0,0-43.659-65.074a40.7,40.7,0,0,0-4.7,19.434,41.4,41.4,0,0,0,4.7,19.645A35.633,35.633,0,0,0-30.333-11.979,38.236,38.236,0,0,0-10.36-6.8H10.36a38.236,38.236,0,0,0,19.973-5.179A35.633,35.633,0,0,0,43.658-25.995a41.4,41.4,0,0,0,4.7-19.645,40.7,40.7,0,0,0-4.7-19.434A35.271,35.271,0,0,0,30.335-78.95,38.642,38.642,0,0,0,10.36-84.06ZM5.88-25.4H-5.88A26.4,26.4,0,0,1-14.6-26.758a19.1,19.1,0,0,1-6.809-4.1,17.68,17.68,0,0,1-4.375-6.41A22.256,22.256,0,0,1-27.24-45.5a21.507,21.507,0,0,1,1.454-8.1,17.171,17.171,0,0,1,4.379-6.271A19.2,19.2,0,0,1-14.6-63.858,27.041,27.041,0,0,1-5.88-65.18H5.88A27.041,27.041,0,0,1,14.6-63.858a19.2,19.2,0,0,1,6.808,3.989A17.171,17.171,0,0,1,25.786-53.6a21.507,21.507,0,0,1,1.454,8.1,22.256,22.256,0,0,1-1.453,8.235,17.68,17.68,0,0,1-4.375,6.41,19.1,19.1,0,0,1-6.809,4.1A26.4,26.4,0,0,1,5.88-25.4ZM-5.88-64.18c-6.188,0-11.185,1.7-14.853,5.049S-26.24-51.206-26.24-45.5c0,5.8,1.855,10.484,5.512,13.915S-12.066-26.4-5.88-26.4H5.88c6.186,0,11.181-1.744,14.848-5.185S26.24-39.7,26.24-45.5c0-5.706-1.853-10.292-5.507-13.631S12.068-64.18,5.88-64.18Z' transform='translate(869 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_9' data-name='ㅈ' d='M42.45-5.763-2.434-31.852A94.123,94.123,0,0,1-19.65-18.336,171.3,171.3,0,0,1-43.906-5.979l-.433.182-10.1-20.355.487-.208c14.719-6.295,25.481-12.505,31.989-18.459C-15.7-50.549-12.043-56.5-11.079-62.5H-47.4V-83.66H47.4V-62.5H12.083A52.679,52.679,0,0,1,9.837-51.191L54.455-25.234ZM-53.077-25.649l9.216,18.565c18.026-7.64,31.813-16.3,40.983-25.745l.272-.28L42.11-7.117,53.065-24.886,8.642-50.729l.122-.382a51.606,51.606,0,0,0,2.358-11.924l.033-.464H46.4V-82.66H-46.4V-63.5H-9.929l-.075.566a25.046,25.046,0,0,1-3.479,9.589,42.34,42.34,0,0,1-7.809,9.264,75.261,75.261,0,0,1-13.055,9.217A180.834,180.834,0,0,1-53.077-25.649Z' transform='translate(985 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_10' data-name='ㅊ' d='M44.581-5.771-3.27-30.749A92.528,92.528,0,0,1-20.957-17.629,169.089,169.089,0,0,1-45.741-5.973l-.434.166-9.8-20.924.5-.195C-42.474-32.018-32.2-37.412-24.944-42.957c6.948-5.311,11.3-10.893,12.95-16.6H-47.4v-21.3h36.12v-16.8h23.4v16.8H47.4v21.3H11.782a45.426,45.426,0,0,1-2.2,9.615L55.988-26.391Zm-99.2-20.419,8.956,19.116c18.4-7.092,32.51-15.382,41.955-24.643l.259-.254L44.179-7.109l10.433-18.86L8.335-49.457l.157-.419a44.279,44.279,0,0,0,2.352-10.244l.052-.441H46.4v-19.3H11.12v-16.8h-21.4v16.8H-46.4v19.3h35.7l-.158.623a25.532,25.532,0,0,1-4.567,9.1,46.948,46.948,0,0,1-8.914,8.67,93.537,93.537,0,0,1-13.231,8.27A175.11,175.11,0,0,1-54.621-26.189Z' transform='translate(1101 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_11' data-name='ㅋ' d='M-47.96-83.66H45.86V-7.2H22.74V-28.3C4.4-26.85-16.781-26.11-40.239-26.1h-7.273L-48.69-46.56h10.47c21.549,0,42.056-.695,60.96-2.065V-62.78h-70.7Zm92.82,1H-46.96v18.88h70.7V-47.7l-.464.034c-19.056,1.394-39.746,2.1-61.5,2.1h-9.41l1.062,18.46h5.829c23.861,0,45.373-.753,63.94-2.238l.54-.043V-8.2H44.86Z' transform='translate(1217 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_12' data-name='ㅌ' d='M46.56-5.8H-46.56V-85.06H44.46v20.18H-23.16v9.36H44.46v19.48H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H43.46V-54.52H-24.16V-65.88H43.46V-84.06H-45.56Z' transform='translate(1333 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_13' data-name='ㅍ' d='M-47.26-83.66H47.26V-63.2H31.16v35.12h16.8V-7.2H-47.96V-28.08h16.8V-63.2h-16.1Zm93.52,1H-46.26V-64.2h16.1v37.12h-16.8V-8.2H46.96V-27.08H30.16V-64.2h16.1Zm-56,18.46H9.74v37.12H-9.74Zm18.48,1H-8.74v35.12H8.74Z' transform='translate(1449 520)' fill='rgb(48, 113, 197)'/%3E%3Cpath id='_14' data-name='ㅎ' d='M-11.7-99.06H11.7v14.7H50.9v20.6H-50.9v-20.6h39.2Zm22.4,1H-10.7v14.7H-49.9v18.6H49.9v-18.6H10.7ZM-14.14-56.92H14.14A33.378,33.378,0,0,1,30.2-53.15,27.485,27.485,0,0,1,41.031-42.813,28.573,28.573,0,0,1,44.88-28.14a28.307,28.307,0,0,1-3.849,14.533A27,27,0,0,1,30.194-3.338,33.892,33.892,0,0,1,14.14.36H-14.14a33.892,33.892,0,0,1-16.054-3.7A27,27,0,0,1-41.031-13.607,28.307,28.307,0,0,1-44.88-28.14a28.573,28.573,0,0,1,3.849-14.673A27.485,27.485,0,0,1-30.2-53.15,33.378,33.378,0,0,1-14.14-56.92ZM14.14-.64A32.907,32.907,0,0,0,29.726-4.222a26.018,26.018,0,0,0,10.443-9.891A27.321,27.321,0,0,0,43.88-28.14a27.587,27.587,0,0,0-3.711-14.167A26.5,26.5,0,0,0,29.722-52.27,32.392,32.392,0,0,0,14.14-55.92H-14.14a32.392,32.392,0,0,0-15.582,3.65,26.5,26.5,0,0,0-10.447,9.963A27.587,27.587,0,0,0-43.88-28.14a27.32,27.32,0,0,0,3.711,14.027A26.018,26.018,0,0,0-29.726-4.222,32.907,32.907,0,0,0-14.14-.64ZM-9.94-37.32H9.94c4.208,0,7.377.863,9.42,2.566a8.13,8.13,0,0,1,3.12,6.474,8.13,8.13,0,0,1-3.12,6.474c-2.043,1.7-5.212,2.566-9.42,2.566H-9.94c-4.208,0-7.377-.863-9.42-2.566a8.13,8.13,0,0,1-3.12-6.474,8.13,8.13,0,0,1,3.12-6.474C-17.317-36.457-14.148-37.32-9.94-37.32ZM9.94-20.24c3.967,0,6.921-.785,8.78-2.334a7.082,7.082,0,0,0,2.76-5.706,7.082,7.082,0,0,0-2.76-5.706c-1.859-1.549-4.813-2.334-8.78-2.334H-9.94c-3.967,0-6.921.785-8.78,2.334a7.082,7.082,0,0,0-2.76,5.706,7.082,7.082,0,0,0,2.76,5.706c1.859,1.549,4.813,2.334,8.78,2.334Z' transform='translate(1565 520)' fill='rgb(48, 113, 197)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header.lnb7::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1606.86' height='99.42' viewBox='0 0 1606.86 99.42'%3E%3Cg id='그룹_23051' data-name='그룹 23051' opacity='0.3' transform='translate(-9.04 -420.94)'%3E%3Cpath id='_' data-name='ㄱ' d='M45.86-7.2H22.74V-62.78h-70.7V-83.66H45.86Zm-22.12-1H44.86V-82.66H-46.96v18.88h70.7Z' transform='translate(57 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_2' data-name='ㄴ' d='M47.26-7.2H-46.56V-85.06h23.12v56.98h70.7Zm-92.82-1H46.26V-27.08h-70.7V-84.06H-45.56Z' transform='translate(173 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_3' data-name='ㄷ' d='M-46.56-83.66H45.16v20.88h-68.6v34.7h70V-7.2H-46.56Zm90.72,1H-45.56V-8.2H45.56V-27.08h-70v-36.7h68.6Z' transform='translate(289 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_4' data-name='ㄹ' d='M46.56-5.8H-46.56V-55.52H21.76v-9.36H-46.56V-85.06H45.16v49.02H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H44.16V-84.06H-45.56v18.18H22.76v11.36H-45.56Z' transform='translate(405 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_5' data-name='ㅁ' d='M46.56-7.2H-46.56V-83.66H46.56Zm-92.12-1H45.56V-82.66H-45.56Zm70-18.88H-24.44v-36.7H24.44Zm-47.88-1H23.44v-34.7H-23.44Z' transform='translate(521 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_6' data-name='ㅂ' d='M-46.56-84.36h23.12v18.9H23.44v-18.9H46.56V-7.2H-46.56Zm22.12,1H-45.56V-8.2H45.56V-83.36H24.44v18.9H-24.44Zm0,37.78H24.44v18.5H-24.44Zm47.88,1H-23.44v16.5H23.44Z' transform='translate(637 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_7' data-name='ㅅ' d='M42.151-5.747-2.706-34.763A94.944,94.944,0,0,1-19.872-19.506,152.687,152.687,0,0,1-43.751-5.986l-.435.2L-54.719-26.267l.462-.223c15.733-7.589,27.173-15.344,34-23.051C-13.463-57.2-10.02-65.689-10.02-74.76v-10.3H13.1v10.3A58.185,58.185,0,0,1,9.431-54.383l45.3,28.891ZM-53.361-25.813-43.735-7.1c17.653-8.194,31.3-17.832,40.555-28.65l.284-.332L41.849-7.133l11.5-18.054L8.208-53.977l.145-.38A57.193,57.193,0,0,0,12.1-74.76v-9.3H-9.02v9.3a35.773,35.773,0,0,1-2.627,13.505,43.351,43.351,0,0,1-7.859,12.376,73.868,73.868,0,0,1-13.814,11.72A162.025,162.025,0,0,1-53.361-25.813Z' transform='translate(753 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_8' data-name='ㅇ' d='M10.36-5.8H-10.36A43.551,43.551,0,0,1-21.283-7.129a36.285,36.285,0,0,1-9.564-3.993A37.309,37.309,0,0,1-38.7-17.383a36.98,36.98,0,0,1-5.837-8.142,40.511,40.511,0,0,1-3.615-9.568,45.363,45.363,0,0,1-1.2-10.546,44.387,44.387,0,0,1,1.2-10.425,40.055,40.055,0,0,1,3.615-9.481A36.545,36.545,0,0,1-38.7-73.619a37.02,37.02,0,0,1,7.858-6.191,36.552,36.552,0,0,1,9.563-3.939A44.1,44.1,0,0,1-10.36-85.06H10.36a44.1,44.1,0,0,1,10.922,1.311,36.551,36.551,0,0,1,9.563,3.939A37.019,37.019,0,0,1,38.7-73.619a36.546,36.546,0,0,1,5.838,8.073,40.055,40.055,0,0,1,3.615,9.481,44.387,44.387,0,0,1,1.2,10.425,45.363,45.363,0,0,1-1.2,10.546,40.511,40.511,0,0,1-3.615,9.568A36.98,36.98,0,0,1,38.7-17.383a37.309,37.309,0,0,1-7.858,6.262,36.285,36.285,0,0,1-9.564,3.993A43.551,43.551,0,0,1,10.36-5.8ZM-10.36-84.06a38.642,38.642,0,0,0-19.975,5.11A35.271,35.271,0,0,0-43.659-65.074a40.7,40.7,0,0,0-4.7,19.434,41.4,41.4,0,0,0,4.7,19.645A35.633,35.633,0,0,0-30.333-11.979,38.236,38.236,0,0,0-10.36-6.8H10.36a38.236,38.236,0,0,0,19.973-5.179A35.633,35.633,0,0,0,43.658-25.995a41.4,41.4,0,0,0,4.7-19.645,40.7,40.7,0,0,0-4.7-19.434A35.271,35.271,0,0,0,30.335-78.95,38.642,38.642,0,0,0,10.36-84.06ZM5.88-25.4H-5.88A26.4,26.4,0,0,1-14.6-26.758a19.1,19.1,0,0,1-6.809-4.1,17.68,17.68,0,0,1-4.375-6.41A22.256,22.256,0,0,1-27.24-45.5a21.507,21.507,0,0,1,1.454-8.1,17.171,17.171,0,0,1,4.379-6.271A19.2,19.2,0,0,1-14.6-63.858,27.041,27.041,0,0,1-5.88-65.18H5.88A27.041,27.041,0,0,1,14.6-63.858a19.2,19.2,0,0,1,6.808,3.989A17.171,17.171,0,0,1,25.786-53.6a21.507,21.507,0,0,1,1.454,8.1,22.256,22.256,0,0,1-1.453,8.235,17.68,17.68,0,0,1-4.375,6.41,19.1,19.1,0,0,1-6.809,4.1A26.4,26.4,0,0,1,5.88-25.4ZM-5.88-64.18c-6.188,0-11.185,1.7-14.853,5.049S-26.24-51.206-26.24-45.5c0,5.8,1.855,10.484,5.512,13.915S-12.066-26.4-5.88-26.4H5.88c6.186,0,11.181-1.744,14.848-5.185S26.24-39.7,26.24-45.5c0-5.706-1.853-10.292-5.507-13.631S12.068-64.18,5.88-64.18Z' transform='translate(869 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_9' data-name='ㅈ' d='M42.45-5.763-2.434-31.852A94.123,94.123,0,0,1-19.65-18.336,171.3,171.3,0,0,1-43.906-5.979l-.433.182-10.1-20.355.487-.208c14.719-6.295,25.481-12.505,31.989-18.459C-15.7-50.549-12.043-56.5-11.079-62.5H-47.4V-83.66H47.4V-62.5H12.083A52.679,52.679,0,0,1,9.837-51.191L54.455-25.234ZM-53.077-25.649l9.216,18.565c18.026-7.64,31.813-16.3,40.983-25.745l.272-.28L42.11-7.117,53.065-24.886,8.642-50.729l.122-.382a51.606,51.606,0,0,0,2.358-11.924l.033-.464H46.4V-82.66H-46.4V-63.5H-9.929l-.075.566a25.046,25.046,0,0,1-3.479,9.589,42.34,42.34,0,0,1-7.809,9.264,75.261,75.261,0,0,1-13.055,9.217A180.834,180.834,0,0,1-53.077-25.649Z' transform='translate(985 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_10' data-name='ㅊ' d='M44.581-5.771-3.27-30.749A92.528,92.528,0,0,1-20.957-17.629,169.089,169.089,0,0,1-45.741-5.973l-.434.166-9.8-20.924.5-.195C-42.474-32.018-32.2-37.412-24.944-42.957c6.948-5.311,11.3-10.893,12.95-16.6H-47.4v-21.3h36.12v-16.8h23.4v16.8H47.4v21.3H11.782a45.426,45.426,0,0,1-2.2,9.615L55.988-26.391Zm-99.2-20.419,8.956,19.116c18.4-7.092,32.51-15.382,41.955-24.643l.259-.254L44.179-7.109l10.433-18.86L8.335-49.457l.157-.419a44.279,44.279,0,0,0,2.352-10.244l.052-.441H46.4v-19.3H11.12v-16.8h-21.4v16.8H-46.4v19.3h35.7l-.158.623a25.532,25.532,0,0,1-4.567,9.1,46.948,46.948,0,0,1-8.914,8.67,93.537,93.537,0,0,1-13.231,8.27A175.11,175.11,0,0,1-54.621-26.189Z' transform='translate(1101 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_11' data-name='ㅋ' d='M-47.96-83.66H45.86V-7.2H22.74V-28.3C4.4-26.85-16.781-26.11-40.239-26.1h-7.273L-48.69-46.56h10.47c21.549,0,42.056-.695,60.96-2.065V-62.78h-70.7Zm92.82,1H-46.96v18.88h70.7V-47.7l-.464.034c-19.056,1.394-39.746,2.1-61.5,2.1h-9.41l1.062,18.46h5.829c23.861,0,45.373-.753,63.94-2.238l.54-.043V-8.2H44.86Z' transform='translate(1217 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_12' data-name='ㅌ' d='M46.56-5.8H-46.56V-85.06H44.46v20.18H-23.16v9.36H44.46v19.48H-23.16v10.06H46.56Zm-92.12-1H45.56V-24.98H-24.16V-37.04H43.46V-54.52H-24.16V-65.88H43.46V-84.06H-45.56Z' transform='translate(1333 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_13' data-name='ㅍ' d='M-47.26-83.66H47.26V-63.2H31.16v35.12h16.8V-7.2H-47.96V-28.08h16.8V-63.2h-16.1Zm93.52,1H-46.26V-64.2h16.1v37.12h-16.8V-8.2H46.96V-27.08H30.16V-64.2h16.1Zm-56,18.46H9.74v37.12H-9.74Zm18.48,1H-8.74v35.12H8.74Z' transform='translate(1449 520)' fill='rgb(222, 76, 149)'/%3E%3Cpath id='_14' data-name='ㅎ' d='M-11.7-99.06H11.7v14.7H50.9v20.6H-50.9v-20.6h39.2Zm22.4,1H-10.7v14.7H-49.9v18.6H49.9v-18.6H10.7ZM-14.14-56.92H14.14A33.378,33.378,0,0,1,30.2-53.15,27.485,27.485,0,0,1,41.031-42.813,28.573,28.573,0,0,1,44.88-28.14a28.307,28.307,0,0,1-3.849,14.533A27,27,0,0,1,30.194-3.338,33.892,33.892,0,0,1,14.14.36H-14.14a33.892,33.892,0,0,1-16.054-3.7A27,27,0,0,1-41.031-13.607,28.307,28.307,0,0,1-44.88-28.14a28.573,28.573,0,0,1,3.849-14.673A27.485,27.485,0,0,1-30.2-53.15,33.378,33.378,0,0,1-14.14-56.92ZM14.14-.64A32.907,32.907,0,0,0,29.726-4.222a26.018,26.018,0,0,0,10.443-9.891A27.321,27.321,0,0,0,43.88-28.14a27.587,27.587,0,0,0-3.711-14.167A26.5,26.5,0,0,0,29.722-52.27,32.392,32.392,0,0,0,14.14-55.92H-14.14a32.392,32.392,0,0,0-15.582,3.65,26.5,26.5,0,0,0-10.447,9.963A27.587,27.587,0,0,0-43.88-28.14a27.32,27.32,0,0,0,3.711,14.027A26.018,26.018,0,0,0-29.726-4.222,32.907,32.907,0,0,0-14.14-.64ZM-9.94-37.32H9.94c4.208,0,7.377.863,9.42,2.566a8.13,8.13,0,0,1,3.12,6.474,8.13,8.13,0,0,1-3.12,6.474c-2.043,1.7-5.212,2.566-9.42,2.566H-9.94c-4.208,0-7.377-.863-9.42-2.566a8.13,8.13,0,0,1-3.12-6.474,8.13,8.13,0,0,1,3.12-6.474C-17.317-36.457-14.148-37.32-9.94-37.32ZM9.94-20.24c3.967,0,6.921-.785,8.78-2.334a7.082,7.082,0,0,0,2.76-5.706,7.082,7.082,0,0,0-2.76-5.706c-1.859-1.549-4.813-2.334-8.78-2.334H-9.94c-3.967,0-6.921.785-8.78,2.334a7.082,7.082,0,0,0-2.76,5.706,7.082,7.082,0,0,0,2.76,5.706c1.859,1.549,4.813,2.334,8.78,2.334Z' transform='translate(1565 520)' fill='rgb(222, 76, 149)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header.active {
  background: #fff !important;
}
.header.active::after {
  display: none;
}
.header.active:not(.noSubM)::after {
  display: block;
  height: 37rem;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.header.fixed {
  position: fixed;
  top: 0;
  background: var(--white);
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(128, 128, 128, 0.33);
          box-shadow: 0px 3px 6px rgba(128, 128, 128, 0.33);
  --headerHeight: 8rem;
}
.header.fixed .btn_back {
  display: block;
  font-size: 3rem;
  color: var(--txt1);
}
.header.fixed .topmenu {
  opacity: 0;
  visibility: hidden;
}
.header.fixed .btn_login {
  display: none;
}
.header.fixed .etc_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.fixed .etc_info li {
  display: none;
}
.header.fixed .etc_info li i {
  margin-right: 0.5rem;
}
.header.fixed .etc_info li ~ li {
  margin-left: 1rem;
}
.header.fixed .etc_info li.like, .header.fixed .etc_info li.cmt, .header.fixed .etc_info li.share, .header.fixed .etc_info li.hit {
  display: block;
}
.header.fixed + .main {
  margin-top: var(--headerHeight);
}
.header.noSubM .topmenu > li .submenu {
  display: none;
}

/* gnb */
/*  
메뉴 오버시 - li에 active 
활성화 - a에 active
*/
.topmenu {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  line-height: 0.9;
  margin-left: 2.7rem;
  margin-right: 9rem;
}
.topmenu > li { /* 문학광장만 로고의 노란색으로 */
  /* 동그라미 배경이 채널은 옅은 노란색이라서 글씨를 검은색으로 */
  /* 채널 아이콘색은 다시 원래색으로 */
  /* 세번째이후의 메뉴를 오른쪽으로 배치 */
  /* 문학광장 GNB 우측 아이콘 제거 */
}
.topmenu > li > a.link {
  padding: 2.9rem 3rem 3rem;
  /* 문학광장 */
  /* 문장웹진 */
  /* 글틴 */
  /* 채널문장 */
}
.topmenu > li > a.link span {
  display: block;
  height: 1.9rem;
  background: url(../img/common/link_logo_mj.svg) no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-position-y: -2.2rem !important;
}
.topmenu > li.on > a.link::before {width: calc(100% - 6rem); background-color: var(--gnbColor1) !important;}
.topmenu > li.active > a.link::before {background-color: var(--gnbColor1) !important;}
body[onload="initEditor();"] #wrap {padding-top: 9.1rem;}
body[onload="initEditor();"] #header {position: fixed; left: 0; top: 0; width: 100%; background-color: #fff;}
#header.start .topmenu > li > a.link span {background-position-y: bottom !important}
#header.start .topmenu > li > a.link.t3 span {background-color: #fff !important;}
#header.active .topmenu > li > a.link.t3 span,
#header.mainFix .topmenu > li > a.link.t3 span {background-color: var(--gnbColor1) !important;}
#header.active .topmenu > li > a.link span,
#header.mainFix .topmenu > li > a.link span,
.topmenu > li > a.link:hover span,
.topmenu > li > a.link:focus span {background-position-y: -2.2rem !important}
.topmenu > li > a.link.t0 span {
  background-image: url(../img/common/link_logo_mj.svg);
  width: 6.5rem;
}
.topmenu > li > a.link.t1 span {
  background-image: url(../img/common/link_logo_webzine.svg);
  width: 6.2rem;
}
.topmenu > li > a.link.t2 span {
  background-image: url(../img/common/link_logo_teen.svg);
  width: 3rem;
}
.topmenu > li > a.link.t3 span {
  mask-image: url(../img/common/logo_sound.png);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center bottom;
  background: none var(--gnbColor1) !important;
  width: 7.9rem;
}
.topmenu > li > a {
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 4.6rem 3rem 4rem;
  letter-spacing: -0.025em;
  font-size: 1.7rem;
  font-weight: 700;
}
.topmenu > li > a::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 1.5rem;
  height: 0.4rem;
  width: 0;
  background-color: var(--black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topmenu > li > a.active::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  left: 50%;
  bottom: 0;
  z-index: 2;
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
}
.topmenu > li.active > a:after {
  display: none;
}
.topmenu > li .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: var(--headerHeight);
  z-index: 98;
  width: 100%;
  height: 37rem;
  padding-bottom: 5rem;
}
.topmenu > li .submenu .title {
  border-radius: 50%;
  width: 17.2rem;
  height: 17.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.2rem;
          flex: 0 0 17.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
}
.topmenu > li .submenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 5rem;
  max-width: 105.4rem;
}
.topmenu > li .submenu > ul > li {
  width: 20rem;
}
.topmenu > li .submenu > ul > li > a {
  display: inline-block;
  padding: 2rem;
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
  line-height: 1.25;
}
.topmenu > li .submenu > ul > li > a::before {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: -1;
  width: 0;
  height: 0.6rem;
  border-radius: 0.5rem;
  opacity: 0.2;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.topmenu > li .submenu > ul > li > a:hover, .topmenu > li .submenu > ul > li > a:focus {
  font-weight: 700;
}
.topmenu > li .submenu > ul > li > a:hover::before, .topmenu > li .submenu > ul > li > a:focus::before {
  width: calc(100% - 4rem);
}
.topmenu > li .submenu > ul > li .depth3 {
  text-align: left;
  margin-top: -1rem;
  margin-bottom: 1.2rem;
}
.topmenu > li .submenu > ul > li .depth3 li {
  margin-left: 2rem;
}
.topmenu > li .submenu > ul > li .depth3 a {
  display: block;
  font-size: 1.6rem;
  color: #666666;
  position: relative;
  padding-left: 1.5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.topmenu > li .submenu > ul > li .depth3 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #ddd;
}
.topmenu > li .submenu > ul > li .depth3 a:hover {
  color: #000;
  text-decoration: underline;
}
.topmenu > li .submenu > ul > li .depth3 a:hover::before {
  background: #000;
}
.topmenu > li .submenu > ul > li .depth4 {
  display: none;
}
.topmenu > li.active { /* 메뉴 오버시 */ }
.topmenu > li.active > a::before {
  width: calc(100% - 6rem);
}
.topmenu > li.active .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.topmenu > li.lnb0 .title, .topmenu > li.lnb0.active > a::before,
.topmenu > li.lnb0 > a.active::before,
.topmenu > li.lnb0 > a.active::after,
.topmenu > li.lnb0 .submenu > ul > li > a::before {
  background: var(--gnbColor0);
}
.topmenu > li.lnb0.active > a,
.topmenu > li.lnb0 > a.active {
  color: var(--gnbColor0);
}
.topmenu > li.lnb1 .title, .topmenu > li.lnb1.active > a::before,
.topmenu > li.lnb1 > a.active::before,
.topmenu > li.lnb1 > a.active::after,
.topmenu > li.lnb1 .submenu > ul > li > a::before {
  background: var(--gnbColor1);
}
.topmenu > li.lnb1.active > a,
.topmenu > li.lnb1 > a.active {
  color: var(--gnbColor1);
}
.topmenu > li.lnb2 .title, .topmenu > li.lnb2.active > a::before,
.topmenu > li.lnb2 > a.active::before,
.topmenu > li.lnb2 > a.active::after,
.topmenu > li.lnb2 .submenu > ul > li > a::before {
  background: var(--gnbColor2);
}
.topmenu > li.lnb2.active > a,
.topmenu > li.lnb2 > a.active {
  color: var(--gnbColor2);
}
.topmenu > li.lnb3 .title, .topmenu > li.lnb3.active > a::before,
.topmenu > li.lnb3 > a.active::before,
.topmenu > li.lnb3 > a.active::after,
.topmenu > li.lnb3 .submenu > ul > li > a::before {
  background: var(--gnbColor3);
}
.topmenu > li.lnb3.active > a,
.topmenu > li.lnb3 > a.active {
  color: var(--gnbColor3);
}
.topmenu > li.lnb4 .title, .topmenu > li.lnb4.active > a::before,
.topmenu > li.lnb4 > a.active::before,
.topmenu > li.lnb4 > a.active::after,
.topmenu > li.lnb4 .submenu > ul > li > a::before {
  background: var(--gnbColor4);
}
.topmenu > li.lnb4.active > a,
.topmenu > li.lnb4 > a.active {
  color: var(--gnbColor4);
}
.topmenu > li.lnb5 .title, .topmenu > li.lnb5.active > a::before,
.topmenu > li.lnb5 > a.active::before,
.topmenu > li.lnb5 > a.active::after,
.topmenu > li.lnb5 .submenu > ul > li > a::before {
  background: var(--gnbColor5);
}
.topmenu > li.lnb5.active > a,
.topmenu > li.lnb5 > a.active {
  color: var(--gnbColor5);
}
.topmenu > li.lnb6 .title, .topmenu > li.lnb6.active > a::before,
.topmenu > li.lnb6 > a.active::before,
.topmenu > li.lnb6 > a.active::after,
.topmenu > li.lnb6 .submenu > ul > li > a::before {
  background: var(--gnbColor6);
}
.topmenu > li.lnb6.active > a,
.topmenu > li.lnb6 > a.active {
  color: var(--gnbColor6);
}
.topmenu > li.lnb7 .title, .topmenu > li.lnb7.active > a::before,
.topmenu > li.lnb7 > a.active::before,
.topmenu > li.lnb7 > a.active::after,
.topmenu > li.lnb7 .submenu > ul > li > a::before {
  background: var(--gnbColor7);
}
.topmenu > li.lnb7.active > a,
.topmenu > li.lnb7 > a.active {
  color: var(--gnbColor7);
}
.topmenu > li.lnb0 .submenu > ul > li > a::before {
  background: #FEE38A;
  opacity: 1;
}
.topmenu > li.lnb3 .title {
  color: #fff;
}
.topmenu > li.lnb3.active > a span::before {
  color: var(--gnbColor3);
}
.topmenu > li:nth-child(3) {
  margin-right: auto;
}
.topmenu > li.lnb0 > a > span, .topmenu > li.lnb1 > a > span, .topmenu > li.lnb2 > a > span, .topmenu > li.lnb3 > a > span {
  position: relative;
}
.topmenu > li.lnb0 > a > span.link, .topmenu > li.lnb1 > a > span.link, .topmenu > li.lnb2 > a > span.link, .topmenu > li.lnb3 > a > span.link {
  display: block;
}
.topmenu > li.lnb0 > a > span::before, .topmenu > li.lnb1 > a > span::before, .topmenu > li.lnb2 > a > span::before, .topmenu > li.lnb3 > a > span::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  left: 50%;
  top: 0;
  font-family: var(--icon);
  font-size: 1.8rem;
  font-weight: 400;
}
.topmenu > li:nth-child(n+4).lnb0 > a > span::before {
  display: none;
}

.gnb2 {
  color: #151515;
}
.gnb2 .control {
  font-size: 3rem;
}
.gnb2 .open {
  width: 5rem;
  height: 5rem;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -1.2rem;
  top: 50%;
  color: var(--txt1);
}
.gnb2 .sitemap_title {
  display: none;
  padding: 2.5rem 2rem;
}
.gnb2 .sitemap_title a {
  display: block;
}
.gnb2 .sitemap_title img {
  display: none;
}
.gnb2 .family_site {
  display: none;
  padding: 4rem 14rem;
}
.gnb2 .family_site li {
  font-size: 4.8rem;
  flex-grow: 1;
  /* -webkit-box-flex: 0;
       -ms-flex: 0 1 25%;
          flex: 0 1 25%; */
}
.gnb2 .family_site li a {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 2.7rem 0;
  font-size: 5.6rem;
  font-weight: 700;
  color: #767676;
  transition: all 0.2s;
}
.gnb2 .family_site li a::before {position: absolute; left: 0; bottom: 2rem; z-index: -1; width: 0; height: 3rem; max-height: 30%; background-color: #FFC400; content: ''; transition: all 0.2s;}
.gnb2 .family_site li a.active {color: #151515;}
.gnb2 .family_site li a.active::before {width: 100%;}
.gnb2 .family_site li i {
  display: none;
}
.gnb2 .topmenu_all {
  display: none;
  padding: 0 14rem;
  overflow-y: auto;
  height: calc(100% - 33rem);
}
.gnb2 .topmenu_all::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 0;
}
.gnb2 .topmenu_all::-webkit-scrollbar {
  width: 0.8rem;
}
.gnb2 .topmenu_all::-webkit-scrollbar-thumb {
  background-color: #151515;
  border-radius: 0;
}
.gnb2 .topmenu_all > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.gnb2 .topmenu_all > li::before {position: absolute; left: 0; bottom: -1px; width: 23.5rem; height: 1px; background-color: #151515; content: '';}
.gnb2 .topmenu_all > li > a {
  position: relative;
  display: block;
  padding: 1.6rem 0 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 4rem;
  font-weight: 700;
}
.gnb2 .topmenu_all > li ~ li {
  margin-top: 6rem;
}
.gnb2 .topmenu_all .submenu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.gnb2 .topmenu_all .submenu > .title {
  display: none;
}
.gnb2 .topmenu_all .submenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2.5rem;
  margin-bottom: 2rem;
}
.gnb2 .topmenu_all .submenu > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33% - 0.8rem);
          flex: 0 1 calc(33.33% - 0.8rem);
  padding: 2rem;
  word-break: keep-all;
}
.gnb2 .topmenu_all .submenu > ul > li > a {
  display: block;
  font-size: 2.4rem;
  padding: 0;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19.4rem;
          flex: 0 1 19.4rem;
  margin-right: 2rem;
  white-space: nowrap;
}
.gnb2 .topmenu_all .submenu > ul > li .lnb-detail {
  display: none; /* margin-top: -.8rem;    */
}
.gnb2 .topmenu_all .submenu > ul > li .lnb-detail a:hover,
.gnb2 .topmenu_all .submenu > ul > li .lnb-detail a:focus {
  text-decoration: underline;
}
.gnb2 .topmenu_all .submenu > ul > li .lnb-detail li ~ li {
  margin-top: 1.3rem;
}
.gnb2 .topmenu_all .submenu > ul > li.active {
  background: #F2F5F9;
}
.gnb2 .topmenu_all::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.gnb2 .close {
  display: none;
  position: fixed;
  top: 3.5rem;
  right: 5rem;
  z-index: 3;
}
.gnb2 .close i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.gnb2 .close:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gnb2 .line_group {
  display: none;
}
.gnb2.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  height: calc(100% - 10rem);
  background: #fff;
  z-index: 2;
  -webkit-box-shadow: 0px 0.6rem 0.9rem rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0.6rem 0.9rem rgba(0, 0, 0, 0.09);
  padding: 0 5rem 0 3rem;
  overflow: hidden;
}
.gnb2.active .open {
  display: none;
}
.gnb2.active .family_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnb2.active .sitemap_title, .gnb2.active .topmenu_all, .gnb2.active .close {
  display: block;
}
.gnb2.active .line_group .line {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #d9dfe2;
  opacity: 0.3;
  position: absolute;
  top: 0;
  z-index: -1;
}
.gnb2.active .line_group .line.line1 {
  left: calc(16.6666667% * 0);
}
.gnb2.active .line_group .line.line2 {
  left: calc(16.6666667% * 1);
}
.gnb2.active .line_group .line.line3 {
  left: calc(16.6666667% * 2);
}
.gnb2.active .line_group .line.line4 {
  left: calc(16.6666667% * 3);
}
.gnb2.active .line_group .line.line5 {
  right: calc(100% - 16.6666667% * 4);
}
.gnb2.active .line_group .line.line6 {
  right: calc(100% - 16.6666667% * 5);
}
.gnb2.active .line_group .line.line7 {
  right: calc(100% - 16.6666667% * 6);
}

/* gnb_util */
.gnb_util {
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  top: 50%;
  z-index: 2;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnb_util .my_layer_wrap .my_layer {
  position: absolute;
  right: 0;
  top: 4rem;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 23rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #151515;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_head .icon {
  background: #E5EAEC;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_head .name {
  font-weight: 500;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_head .modify {
  margin-left: auto;
  font-size: 1.8rem;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_cont li {
  font-size: 1.6rem;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_cont li ~ li {
  margin-top: 0.96rem;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_cont li .num {
  color: #D52A2A;
  margin-left: 1rem;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_cont li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_cont li a::after {
  content: "\ea6e";
  display: none;
  font-family: var(--icon);
  font-size: 1.6rem;
  margin-left: auto;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_cont li a:hover {
  font-weight: 700;
}
.gnb_util .my_layer_wrap .my_layer .my_layer_cont li a:hover::after {
  display: block;
}
.gnb_util .my_layer_wrap .my_layer::before {
  content: "";
  border: solid transparent;
  border-width: 1rem 0.7rem;
  border-bottom-color: #fff;
  position: absolute;
  right: 5.3rem;
  top: -2rem;
}
.gnb_util .my_layer_wrap.active .my_layer {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.gnb_util .layer_open {
  margin-left: 2rem;
}

.sch_layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  background: #fff;
  width: 100%;
  min-height: 30rem;
  text-align: center;
  padding: 10rem 0 3rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.sch_layer .sch_form {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  position: relative;
}
.sch_layer input[type=text] {
  border: 0;
  width: 100%;
  border-bottom: 1px solid rgba(70, 70, 74, 0.3);
  color: #727272;
  font-size: 2.4rem;
  padding: 1.5rem 5rem 1.5rem 0rem;
}
.sch_layer .btn_sch {
  font-size: 2.5rem;
  color: #242427;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  top: 50%;
}
.sch_layer .btn_close {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.sch_layer .btn_close i {
  color: #000;
  font-size: 3rem;
}
.sch_layer .keyword {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  text-align: left;
}
.sch_layer .keyword .title {
  display: block;
  margin: 2rem 0;
  color: #333333;
  font-size: 1.8rem;
}
.sch_layer .keyword .item_list {
  margin: 0 -1rem;
}
.sch_layer .keyword .item {
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #666;
  margin: 0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sch_layer .keyword .item:hover {
  background: #0097E0;
  border-color: #0097E0;
  color: #fff;
}

/* ==========================================================================================
main
=========================================================================================== */
@-webkit-keyframes sizeUp {
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@keyframes sizeUp {
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
/* ==========================================================================================
side_util
=========================================================================================== */
.side_right_util .btn_go_top, .side_right_util .btn_back_magazine, .side_left_util [class*=btn_] {
  display: block;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  font-size: 2.2rem;
  -webkit-box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 0.8rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.side_left_util {
  position: fixed;
  left: 2.4rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 2;
  color: var(--side_util_txt);
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.side_left_util.start {
  opacity: 1;
}
.side_left_util .btn_sns .eng {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_left_util .sns_wrap {
  position: relative;
}
.side_left_util .sns_wrap .sns_list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  width: auto;
  border-radius: 3rem;
  padding: 0 2rem;
  background: var(--side_util_bg);
}
.side_left_util .sns_wrap .sns_list a {
  display: block;
  padding: 1.1rem 0.8rem;
  line-height: 1;
  color: var(--txta);
  font-size: 2.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.side_left_util .sns_wrap .sns_list a:hover {
  color: var(--white);
}
.side_left_util .sns_wrap .sns_list a:hover [class*=type] {
  opacity: 1;
}
.side_left_util .sns_wrap .sns_list .naver_blog {
  font-weight: 900;
  font-size: 2.8rem;
  display: inline-block;
  vertical-align: middle;
}
.side_left_util .sns_wrap .sns_list [class*=type] {
  opacity: 0.7;
}
.side_left_util .sns_wrap .sns_list .type1 {
  color: #ffc400;
}
.side_left_util .sns_wrap .sns_list .type2 {
  color: #ab4fcd;
}
.side_left_util .sns_wrap.active .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_left_util [class*=btn_] {
  background: var(--side_util_bg);
  position: relative;
}
.side_left_util [class*=btn_] .tooltip {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  visibility: visible;
  position: absolute;
  left: 100%;
  top: 50%;
  color: #000;
  background: #fff;
  border: 1px solid #C9C9C9;
  font-size: 1.2rem;
  padding: 0.5rem;
  border-radius: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.side_left_util [class*=btn_] .tooltip::before, .side_left_util [class*=btn_] .tooltip::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 100%;
  top: 50%;
  border: 0.4rem solid transparent;
}
.side_left_util [class*=btn_] .tooltip::before {
  border-right-color: #fff;
  z-index: 1;
}
.side_left_util [class*=btn_] .tooltip::after {
  border-width: 0.5rem;
  border-right-color: #CECECE;
}
.side_left_util [class*=btn_]:hover, .side_left_util [class*=btn_]:focus {
  background-color: #3636A8;
  color: #fff;
}
.side_left_util [class*=btn_]:hover .tooltip, .side_left_util [class*=btn_]:focus .tooltip {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.side_left_util [class*=btn_].active {
  background: #3636A8;
  color: #fff;
}
.side_left_util [class*=btn_].active i {
  -webkit-animation: sizeUp 0.2s;
          animation: sizeUp 0.2s;
}
.side_left_util [class*=btn_]:last-child {
  margin-bottom: 0;
}
.side_left_util .btn_fontsize {
  fill: var(--side_util_txt);
}
.side_left_util .btn_fontsize.active path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.side_left_util .btn_fontsize.active #sizeUp {
  -webkit-transform: translate(22px, 16px);
          transform: translate(22px, 16px);
}
.side_left_util .btn_fontsize.active #sizeDown {
  -webkit-transform: translate(5px, 15px);
          transform: translate(5px, 15px);
}
.side_left_util .btn_fontsize .tooltip span,
.side_left_util .btn_bookmark .tooltip span,
.side_left_util .btn_contrast .tooltip span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.side_left_util .quick_nav {
  display: none;
}
.side_left_util.active .quick_nav {
  display: block;
}
.side_left_util.active .btn_more {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--black);
}
.side_left_util.active .btn_more i::before {
  content: "\ef78";
}

.side_right_util {
  position: fixed;
  right: 1.65rem;
  bottom: 3rem;
  z-index: 2;
}
.side_right_util .btn_back_magazine {
  display: none;
  background: #1198BB;
  color: #fff;
  position: relative;
}
.side_right_util .btn_back_magazine .tooltip {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.side_right_util .btn_back_magazine:hover, .side_right_util .btn_back_magazine:focus {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F13131), to(#3636A8)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F13131 0%, #3636A8 100%) 0% 0% no-repeat padding-box;
}
.side_right_util .btn_back_magazine:hover i, .side_right_util .btn_back_magazine:focus i {
  display: none;
}
.side_right_util .btn_back_magazine:hover .tooltip, .side_right_util .btn_back_magazine:focus .tooltip {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  font-size: 1.6rem;
}
.side_right_util .btn_go_top {
  margin-bottom: 0;
  background: #fff;
  color: #333333;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: relative;
}
.side_right_util .btn_go_top i {
  position: relative;
  z-index: 2;
}
.side_right_util .btn_go_top svg {
  position: absolute;
  top: 0;
  left: 0;
}
.side_right_util .btn_go_top circle {
  fill: #fff;
}
.side_right_util .btn_go_top svg .animated-circle {
  fill: none;
  stroke-width: 3px;
  stroke: #1877F2;
  stroke-dasharray: 275;
  stroke-dashoffset: 275;
}
.side_right_util .btn_go_top.fixed {
  opacity: 1;
}
.side_right_util.up {
  bottom: 33rem;
}
.side_right_util.stick {
  position: absolute;
  bottom: 31.4rem;
}

.side_right_util .btn_notify,
.side_left_util .btn_notify {
  display: none;
}

.side_left_util .btn_braille_down {
  background: var(--side_util_bg) url("../img/common/braille_down_white.svg") center no-repeat;
  background-size: auto 2.4rem;
}

.side_left_util .btn_braille_view {
  background: var(--side_util_bg) url("../img/common/braille_view_white.svg") center no-repeat;
  background-size: auto 2.4rem;
}

/* ==========================================================================================
footer
=========================================================================================== */
.footer {
  position: relative;
  margin: 0 auto;
  background-color: #121416;
  padding: 6.2rem 0 9rem;
  z-index: 1;
}
.footer .footer_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer_link .fnb {
  letter-spacing: -0.05em;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_link .fnb li a {
  color: #fff;
}
.footer .footer_link .fnb li a:hover, .footer .footer_link .fnb li a:focus {
  text-decoration: underline;
}
.footer .footer_link .fnb li ~ li {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
.footer .footer_link .fnb li ~ li::before {
  content: "";
  display: block;
  background-color: rgba(204, 204, 204, 0.2);
  width: 1px;
  height: 1.2rem;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.footer .footer_link .fnb li:first-child a {
  color: #FF5353;
}
.footer .footer_link .family_site {
  width: 22rem;
  display: inline-block;
  position: relative;
  margin-left: auto;
}
.footer .footer_link .family_site .link_title {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.4rem 2rem;
  color: #fff;
  letter-spacing: -0.05em;
  text-align: left;
  font-size: 1.6rem;
  border: 1px solid #BEBEBE;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .footer_link .family_site .link_title:hover, .footer .footer_link .family_site .link_title:focus {
  background: #fff;
  color: #555555;
}
.footer .footer_link .family_site .link_title i {
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 1.5rem;
  top: 50%;
}
.footer .footer_link .family_site .link_list {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0 2rem;
  background: #fff;
  border: solid 1px #d7dbde;
  letter-spacing: -0.05em;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1607843137);
}
.footer .footer_link .family_site .link_list li ~ li {
  margin-top: 0.6rem;
}
.footer .footer_link .family_site .link_list a {
  color: #333;
  font-size: 1.6rem;
}
.footer .footer_link .family_site .link_list a:hover, .footer .footer_link .family_site .link_list a:focus {
  text-decoration: underline;
}
.footer .footer_link .family_site.active .link_title {
  background: #fff;
  color: #555555;
  border-color: transparent;
}
.footer .footer_link .family_site.active .link_title i::before {
  content: "\ea78";
}
.footer .footer_link .family_site.active .link_list {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  opacity: 1;
  visibility: visible;
  height: auto;
  bottom: 4.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .site_info {
  margin-right: auto;
  color: #ACACAC;
  font-size: 1.6rem;
  line-height: 1.8;
}
.footer .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1.5rem;
  right: 33rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .sns_list a {
  color: #ADBBC2;
  font-size: 3.2rem;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .sns_list a ~ a {
  margin-left: 1.8rem;
}
.footer .sns_list a:hover {
  color: #fff;
}
.footer .sns_list a:hover [class*=type] {
  opacity: 1;
}
.footer .sns_list .naver_blog {
  font-weight: 900;
  font-size: 2.8rem;
}
.footer .sns_list .arco {
  margin-left: 5rem;
}
.footer .sns_list .type1 {
  color: #ffc400;
}
.footer .sns_list .type2 {
  color: #ab4fcd;
}
.footer .sns_list [class*=type] {
  opacity: 0.7;
}
.footer .mark {
  position: absolute;
  right: 0;
  top: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.footer .mark .wa {
  height: 4rem;
}
.footer .mark > * {
  margin-right: 5rem;
}
.footer .mark > *:last-child {
  margin-right: 0;
}

@media (max-width: 1439.98px) {
  .gnb_util {
    right: 2rem;
  }
  .topmenu > li > a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gnb2 .open {
    left: 1.2rem;
  }
  .gnb2 .topmenu_all {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .gnb2 .topmenu_all > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gnb2 .topmenu_all > li > a {
    padding: 0 0 2rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    border-right: 0;
  }
  .gnb2 .topmenu_all .submenu {
    padding: 2rem 0 0 0;
  }
  .gnb2 .topmenu_all .submenu > ul {
    margin-left: 0;
  }
  .gnb2 .topmenu_all .submenu > ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .gnb2 .topmenu_all .submenu > ul a {
    padding-left: 0;
  }
  .gnb2.active {
    padding: 0;
  }
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .footer .sns_list {
    position: static;
  }
  .footer .mark {
    right: 2rem;
    top: 7rem;
  }
}
@media (max-width: 1024.98px) {
  .header .gnb1 {
    display: none;
  }
  .header.all_nav {
    height: 100vh;
  }
  .header.all_nav .gnb_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    height: 100%;
  }
  .header.all_nav .gnb_wrap .logo {
    margin-left: 2rem;
  }
  .header .gnb2 .close {
    top: 3rem;
    right: 2.8rem;
  }
  .gnb2 .sitemap_title {
    text-align: center;
  }
  .gnb2 .sitemap_title a {
    display: inline-block;
  }
  #lightmode .right .snsList {
    display: none;
  }
  #lightmode .right .arko_logo {
    display: none;
  }
  .header .gnb2 .family_site {
    padding: 2rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #f5f5f5;
  }
  .header .gnb2 .family_site li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .header .gnb2 .family_site li a {
    font-size: 2.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .header .gnb2 .family_site li i {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .header .topmenu_all {
    padding: 2rem;
    height: calc(100% - 20rem);
  }
  .header .topmenu_all > li ~ li {
    margin-top: 0;
  }
  .header .topmenu_all > li > a {
    padding: 2rem 0;
    line-height: 2.2rem;
    word-break: keep-all;
    font-size: 3rem;
    color: #767676;
    font-weight: 500;
    position: relative;
  }
  .header .topmenu_all > li > a::after {
    content: "\ea4e";
    font-family: var(--icon);
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    top: 50%;
  }
  .header .topmenu_all > li.active > a {
    color: #151515;
    font-weight: 700;
  }
  .header .topmenu_all > li.active > a::after {
    content: "\ea78";
  }
  .header .topmenu_all > li.active .submenu {
    display: block !important;
  }
  .header .topmenu_all .submenu {
    display: none !important;
    padding-top: 1.5rem;
    margin-top: 0;
  }
  .header .topmenu_all .submenu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .topmenu_all .submenu > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 1rem 0;
  }
  .header .topmenu_all .submenu > ul > li .depth3 {
    margin-top: 0;
  }
  .header .topmenu_all .submenu > ul > li > a {
    font-size: 3rem;
    padding: 0.5rem;
    white-space: nowrap;
  }
  .header .topmenu_all .lnb-detail > li a:before {
    display: none;
  }
  .header .topmenu_all .lnb-detail > li a {
    padding: 2px 0;
    font-size: 2.4rem;
  }
  .header .topmenu_all > li.active .depth2 {
    display: block;
    top: 0;
    height: 70vh;
    overflow-y: scroll;
  }
  .header .topmenu_all > li:nth-of-type(5) > .depth2 > li:nth-of-type(4n) {
    min-height: inherit;
  }
  .header .topmenu_all > li:nth-of-type(6) > .depth2 > li:nth-of-type(4n) {
    min-height: inherit;
  }
  .side_left_util {
    left: inherit;
    right: 1rem;
    bottom: 7rem;
    -webkit-transform: none;
            transform: none;
  }
  .side_left_util .btn_fontsize svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .side_left_util [class*=btn_] .tooltip {
    display: none;
  }
  .side_left_util .btn_more {
    background: var(--white);
    color: var(--black);
    margin-top: 0.8rem;
  }
  .side_left_util.active .btn_more {
    background: var(--side_util_bg);
    color: var(--white);
  }
  .side_right_util {
    right: 1rem;
    bottom: 1rem;
  }
  .footer .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .footer .footer_link .family_site {
    margin: 2rem auto;
  }
  .footer .footer_cont {
    display: block; position: static;
  }
  .footer .footer_cont .site_info {
    text-align: center;
    margin-bottom: 5rem;
  }
  .footer .footer_cont .sns_list {
    display: block;
    text-align: center;
  }
  .footer .footer_cont .sns_list .arco {
    display: block;
    margin-left: 0;
    margin-top: 5rem;
  }
  .footer .mark {
    display: none;
  }
  .gnb2 .topmenu_all .submenu > ul > li .lnb-detail {
    display: block;
  }

  .gnb2 .family_site li a.active::before {display: none;}
  .header .topmenu_all > li > a {z-index: 0;}
  .header .topmenu_all > li > a::before {position: absolute; left: 0; bottom: 1rem; z-index: -1; width: 0; height: 40%; background-color: #FFC400; content: ''; transition: all 0.2s;}
  .header .topmenu_all > li.active > a::before {width: 10rem;}
  .header .head_menu_all[data-site="archive"] .topmenu_all > li:nth-child(1).active > a::before {width: 15rem;}
  .header .head_menu_all[data-site="webzine"] .topmenu_all > li:nth-child(2).active > a::before,
  .header .head_menu_all[data-site="channel"] .topmenu_all > li.active > a::before,
  .header .head_menu_all[data-site="teen"] .topmenu_all > li:nth-child(n+2).active > a::before {width: 12.5rem;}

  .footer {padding-top: 10rem;}
  .footer .sns_list {position: absolute; left: 0; top: 3rem; z-index: 0; width: 100%; height: 100%;}
  .footer .sns_list a:last-child {position: relative; top: 25rem;}
}
@media (max-width: 413.98px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 280.98px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 330px) {
  .govTopBnr .gtb_top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .govTopBnr .flag_desc {
    margin-right: 0;
  }
  .govTopBnr .govBnr_detail {
    margin: 0.8rem 0 0 3.2rem;
  }
}