@charset "utf-8";
@import url('./defaults/reset.css?ver=240126');
@import url('./defaults/utils.css?ver=240126');
@import url('./defaults/board.css?ver=240126');
@import url('./defaults/popup.css?ver=240126');
@import url('./defaults/ckeditor5.css?ver=240126');
@import url('./defaults/scroll-ani-transition.css?ver=240126');
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");

#sian-nav {position:fixed;top: 120px;right: 0;z-index: 9999999999;}
#sian-nav a {display: block; font-size: 14px; background-color: #666; color: #fff; line-height: 30px; padding: 0 10px; border-radius: 5px 0 0 5px; margin-bottom: 2px; transition: background-color 0.3s;  min-width: 80px;}
#sian-nav a:hover {background-color: #999;}
#sian-nav a.active {background-color: #FC6262; color: #fff;font-weight: 700;}

/* ** 전역적으로 사용될 변수 스타일을 작성합니다. */
:root {
  --container-width: 1400px;
  --container-medium-width: 1200px;
  --container-narrow-width: 1024px;
  --container-wide-width: 1400px;

  --primary: #09ADFF;
  --secondary: #55D1FF;
  --third:#0974FF;
  --gray-01:#CBCBCB;
  --gray-02:#F3F3F3;
  --gray-03:#8C8C8C;

  --ff-primary: "Pretendard", "맑은 고딕", sans-serif;
  --ff-secondary: "Raleway", var(--ff-primary);
  --ff-tertiary: "Wanted Sans Variable", var(--ff-primary);
  

  --cubic-pop1: cubic-bezier(.85,.14,.29,.99);
  --cubic-pop2: cubic-bezier(.71,.45,.36,1.31);
  --cubic-pop3: cubic-bezier(.85,.14,.29,.99);
  
  --scrollbar-color: var(--primary);
}

/* Base assets */
body {font-family: var(--ff-primary); letter-spacing: 0em;}
.primary {color: var(--primary) !important;}
.secondary {color: var(--secondary) !important;}
.white {color: #fff !important;}

.pcView {display: block;}
.tabView {display: none;}
.moView {display: none;}
.upper{ text-transform: uppercase;}

/* .container{width: 1400px; max-width: 1400px;} */


/* common */

.page-head{font-family: var(--ff-secondary); font-size:  1.25rem; font-weight: 600;line-height: 1;margin-bottom: 1.25rem;}
.page-title{font-family: var(--ff-secondary); font-size: 3.75rem; font-weight: 700; line-height: 1;}
.mp-head .mp-tit{font-size: 3.75rem}
.sp-head.with-bg .page-title{font-size: 3.75rem;}
.text-6xl{font-size: 3.75rem;}
.text-4xl{font-size: 2.5rem;}
.text-3xl{font-size: 2.125rem; line-height: 1.3;}
.text-2xl{font-size: 1.75rem;}
.text-xl{font-size: 1.25rem;}
.text-lg{font-size: 1.125rem;} 
.bold{font-weight: bold;}

.pt-200{padding-top: 12.5em}
.blue{color: var(--primary);}
.bg {position: absolute; top: 0; left:0; width: 100%; height: 100%; z-index: 0; object-fit: contain;}
.bg img {width: 100%; height: 100%; object-fit: cover;}
.bg video {width: 100%; height: 100%; object-fit: cover;}
.btn {display: flex; justify-content: space-between; align-items: center; width: 195px; padding: 16px; padding-left: 20px; border-radius: 35px; border: 1px solid var(--primary); background-color: var(--primary); transition: all .3s; flex-shrink: 0; white-space: nowrap;}
.btn span {font-size: 1rem; font-weight: 500; color: white; transition: all .3s;}
.btn .arrow-box {width: 31px; height: 31px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background-color: #fff; transition: all .3s;}
.btn .arrow-box .btn-arrow {stroke: var(--primary); transition: all .3s;}
.btn.light {border: 1px solid #E0E0E0; background-color: #fff;}
.btn.light span {color: #000;}
.btn.light .arrow-box {background-color: var(--primary);}
.btn.light .arrow-box .btn-arrow {stroke: #fff;}

.table-wrap {width: 100%;}
.inner{display: flex;justify-content: center;align-items: center;}


@media (hover: hover) {
  .btn:hover {background-color: #fff; border-color: #E0E0E0;}
  .btn:hover span {color: var(--primary);}
  .btn:hover .arrow-box {background-color: var(--primary);}
  .btn:hover .arrow-box .btn-arrow {stroke: #fff;}
  .btn.light:hover {background-color: var(--primary); border-color: var(--primary);}
  .btn.light:hover span {color: #fff;}
  .btn.light:hover .arrow-box {background-color: #fff;}
  .btn.light:hover .arrow-box .btn-arrow {stroke: var(--primary);}
}

@media screen and (max-width: 1399px) {
  .pcView {display: none;}
  .tabView {display: block;}
  .moView {display: none;}
  html{font-size: 14px;}
  .sp-head.with-bg .page-title{font-size: 3rem; line-height: 1.2;}
  .mp-head .mp-tit{font-size: 3rem;}
  .btn{padding:10px 14px}
  .text-6xl{font-size: 3.25rem;}
  .text-4xl{font-size: 2.2rem;}
  .pt-200{padding-top:8.5em;}

}
@media screen and (max-width: 767px) {
  .pcView {display: none;}
  .tabView {display: none;}
  .moView {display: block;}
  html{font-size: 13px;}
  .text-6xl{font-size: 2.75rem;}
  .text-4xl{font-size: 2rem;}
  .text-3xl{font-size: 1.825rem;}
  .text-2xl{font-size: 1.5rem;}
  .sp-head.with-bg .page-title{font-size: 2.5rem; line-height: 1.2;}
  .sp-head.with-bg{height: 300px !important;}
  .sp-head.with-bg > div{margin-top: 1.5em;}
  .mp-head .mp-tit{font-size: 2.15rem;}
}

.no-wrap{white-space: nowrap;}

/* Header */
.header {position: fixed; top: 22px; left: 50%; width: calc(100% - 80px); height: 85px; z-index: 9999;  transition: background 0s, transform .4s; background: #fff; border: 1px solid #E1E1E1; border-radius: 50px; transform: translateX(-50%);}
.header-container {display: grid; grid-template-columns: 250px 1fr 250px; align-items: center; height: 100%; gap: 55px; width: 100%; padding-inline: 40px;}
.header .logo {display: flex; position: relative; width: 196px;}
.header .logo img {display: block; transition: opacity .4s;}

.header-gnb {display: flex; gap: 3.75rem; margin: 0 auto; height: 100%;}
.header-gnb-item {display: flex; align-items: center; position: relative;}
.header-gnb-item > a {display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 400; font-family: var(--ff-tertiary); text-align: center; position: relative; transition: all .3s; height: 100%;}
.header-gnb-item > a.active {color: var(--primary);}
.header-submenu {position: absolute; top: 100%; left: 50%; transform: translate(-50%, 0px); padding: 20px 15px; background: white; border-block: 1px solid rgb(255,255,255,0.3); border-radius: 0 0 16px 16px; overflow: hidden; box-shadow: 0 5px 10px rgb(0,0,0,.05); color: #303030;  height: auto; padding-block: 10px; min-width: 190px; opacity: 0; transition: transform .5s var(--easing1), opacity .5s var(--easing1); text-align: center; pointer-events: none; font-family: var(--ff-primary); display: flex; flex-direction: column; justify-content: center; color: #000}
.header-submenu-item > a {display: block; padding: 0.5em 20px; color: black}
.header .etc-nav {display: flex; justify-content: flex-end; align-items: center; gap: 25px;}
.header .lang-nav .lang-ls {display: flex; font-weight: 500; text-transform: uppercase; }
.header .lang-nav .lang-ls a {position: relative; padding-inline: 1em; color: #989898; line-height: 1;}
.header .lang-nav .lang-ls a:not(:last-child)::after {position: absolute; top: 50%; right: 0; width: 6px; height: 6px; border-radius: 50%; background: #989898; content: ''; transform: translate(50%, -50%);}
.header .lang-nav .lang-ls a.active {color: black;}

.header-dropdown {position: relative; font-size: 15px;}
.header-dropdown .trigger {padding: 0 1em 0 1em; transition: color .4s,; display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 40px; text-transform: uppercase; font-weight: 600;}
.header-dropdown .trigger .ico-down { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #000;}
.header-dropdown ul {position: absolute; top: 100%; left: 0; width: 100%; padding-block: 0.5em; display: none; transition: color .4s, border .4s, background .4s; z-index: 51; background-color: #fff;}
.header-dropdown ul > li {}
.header-dropdown ul > li > a {display: flex; align-items: center; padding-inline: 1em; padding-block: 0.3em; line-height: 1; font-weight: 500; font-family: var(--font-secondary); transition: color .3s; gap: 0.5em;}
.header-dropdown ul > li > a img {width: 1.4em; height: 1.4em; border-radius: 50%; object-fit: cover;}
.header-dropdown:hover .trigger {border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.header-dropdown:hover ul {display: block;}
.header-dropdown ul > li > a:hover {color: var(--primary);}


/* Header 상태관리 */
/* .header--scrolled {background: black;} */
.header--hide {transform: translate(-50%, -150%);}

.sitemap {display: none;}

@media (hover: hover) {
  .header .header-gnb-item:hover > a {color: var(--primary);}
  .header-gnb-item:hover .header-submenu {opacity: 1; pointer-events: initial;}
  .header-submenu-item > a:hover {color: var(--primary);}
  .header.header--hover .header-dropdown {color: var(--primary); }
  .header.header--hover .header-dropdown .trigger {color: var(--primary); border-color: var(--primary);}
  .header.header--hover .header-dropdown .trigger .ico-down {border-color: var(--primary);}
  .header.header--hover .header-dropdown ul {color: var(--primary); border-color: var(--primary);}
}
@media screen and (max-width: 1399px) {
  .header {height: 60px; background: #fff; border-bottom: 1px solid #dfdfdf; color: #333!important;     width:100%; border-radius: 0; top: 0;}
  .header-container {width: min(1920px, calc(100% - 20px)); display: flex; justify-content: space-between; padding-inline: 0; gap: 0;}
  .header-gnb {display: none;}
  .header .logo {font-size: 32px;}
  .header .logo img {height: 100%; width:80%; object-fit: contain;}
  .header .logo .light {opacity: 0!important;}
  .header .logo .dark {opacity: 1!important;}

  .header-etc-nav {gap: 25px; padding: 0;}
  .header-etc-nav .btn--sitemap-toggle {display: flex;}
  .header-lang-nav {display: none;}
  .header .header-dropdown {display: none;}

  .header .btn--sitemap-toggle {display: flex; flex-direction: column; justify-content: center; gap: 3px; border: none; outline: none; box-shadow: none; appearance: none; width: 45px; height: 30px; border-radius: 10px; padding: 10px 12px; cursor: pointer; position: relative; overflow: hidden; background: var(--primary);}
  .header .btn--sitemap-toggle .bar {width: 100%; height: 2px; background: #fff; transition: .4s; border-radius: 2px;}
  .header .btn--sitemap-toggle .bar {background: #fff;}

  .sitemap {display: block; position: fixed; top: 0; left: 0; z-index: 9998; width: 100%; height: calc(var(--vh, 1vh) * 100); pointer-events: none;}
  .sitemap-dim {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0,0,0,.6); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); opacity: 0; transition: opacity .5s;}
  .sitemap-container {position: absolute; z-index: 10; top: 0; right: 0; width: 100%; max-width: 520px; height: 100%; background: #fff; overflow: hidden auto; --padding-inline: 30px; transform: translate(100%); opacity: 0; transition: opacity .5s, transform .5s; padding-top: 80px;}
  .sitemap-container .body {padding-block: 20px;}
  .sitemap-container .body .block {padding-inline: var(--padding-inline); padding-block: 15px;}

  body.sitemap--open .sitemap {pointer-events: initial;}
  body.sitemap--open .sitemap-dim {opacity: 1;}
  body.sitemap--open .sitemap-container {opacity: 1; transform: translate(0);}

  .sitemap-gnb {}
  .sitemap-gnb-item {padding-block: .7em;}
  .sitemap-gnb-item:not(:last-child) {border-bottom: 1px solid #ededed;}
  .sitemap-gnb-item .trigger {display: flex; align-items: center; justify-content: space-between; font-size: 22px; font-family: var(--sub-font1);}
  .sitemap-gnb-item .trigger .ico--plus {width: 1em; height: auto; aspect-ratio: 1 / 1; display: none;}
  .sitemap-gnb-item .trigger .ico--plus::before,
  .sitemap-gnb-item .trigger .ico--plus::after {background: #afafaf; border-radius: 2px;}
  .sitemap-gnb-item .trigger .ico--plus::before {width: 2px;}
  .sitemap-gnb-item .trigger .ico--plus::after {height: 2px;}
  .sitemap-gnb-item.active .trigger {font-weight: 700;}
  .sitemap-gnb-item.active .trigger .ico--plus::before {display: none;}
  .sitemap-gnb-item.active .trigger .ico--plus::before,
  .sitemap-gnb-item.active .trigger .ico--plus::after {background: var(--secondary);}

  .sitemap-submenu {display: none; margin-block: 10px; padding: 0 0 20px 5px;}
  .sitemap-gnb-item.active .sitemap-submenu {display: block;}
  .sitemap-submenu-ls {font-size: 20px;}
  .sitemap-submenu-ls > .item {}
  .sitemap-submenu-ls > .item > a {display: block; padding-block: 5px; font-weight: 300;}
  .sitemap-submenu-ls > .item.active > a {font-weight: 500;}

  .sitemap-submenu-ls > .item:has(.depth2-ls) > a {display: flex; align-items: center; gap: .8em;}
  .sitemap-submenu-ls > .item:has(.depth2-ls) > a::after {width: .3em; aspect-ratio: 1 / 1; border-top: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; transform: rotate(45deg); content: ''; display: block; transition: transform .4s;}
  .sitemap-submenu-ls > .item:has(.depth2-ls).active > a::after {transform: translate(0, -25%) rotate(135deg);}
  .sitemap-submenu-ls > .item .depth2-ls {display: none; font-size: 0.9em; padding: 5px 0 40px 0;}
  .sitemap-submenu-ls > .item.active .depth2-ls {display: block;}
  .sitemap-submenu-ls > .item:last-child .depth2-ls {padding-bottom: 0;}
  .sitemap-submenu-ls > .item .depth2-ls > li > a {display: block; padding-block: 8px; line-height: 1;}
  .sitemap-submenu-ls > .item .depth2-ls > li.active {color: #1b1b1b; font-weight: 500;}

  .sitemap-lang {display: flex; font-size: 18px;}
  .sitemap-lang a {display: flex; align-items: center; color: #909090; text-transform: uppercase;}
  .sitemap-lang a.active {color: var(--primary); font-weight: 600;}
  .sitemap-lang a:not(:last-child)::after {width: 1px; height: .7em; content: ''; background: #dfdfdf; margin: 0 .6em;}
}
@media screen and (max-width: 767px) {
  .header {height: 50px;}
  .header-etc-nav {gap: 10px;}

  .sitemap-container {--padding-inline: 20px;}
}



/* Footer */

.footer {background: #272727; color: #DBDBDB;}
.footer .container {position: relative; display: flex; gap: 70px; padding: 80px 0;}
.footer-col-head {display: flex; flex-direction: column; justify-content: space-between;}
.footer-col-head .footer-logo {margin-bottom: 2.9375em; width: 22.5rem; opacity: .4;}
.footer-col-head .footer_nav .modal-trigger {padding:0 15px; border-right: 1px solid #707070; font-size: 14px; color:#858585;}
.footer-col-head .footer_nav .modal-trigger:first-child {padding-left: 0;}
.footer-col-head .footer_nav .modal-trigger:last-child {border-right: none;}

.footer-col-body {display: flex; flex-direction: column; justify-content: space-between;}
.footer-col-body .add-box {display: flex; flex-direction: column; gap: 10px; padding-block: 0.625em;}
.footer-col-body .add-box p {font-size: 1rem; font-weight: 400; color: #fff; display: flex; gap: 0.3em; line-height: 1.6;}
.footer-col-body .add-box p .tit {display: inline-block;  width: 6.5rem; font-size: 16px; font-weight: 700; color: var(--primary); margin-right: 10px;}
.footer-col-body .slogan {display: block; opacity: 0.5; font-weight: 400; text-transform: uppercase; margin-bottom: 1em;}
.footer-col-body .copyright {font-size: 14px; font-weight: 500; color: #858585;}

.footer-col-foot {margin-left: auto; padding-top: 15px;}
.footer-col-foot ul > li {min-width: 300px; padding-block: 8px; border-bottom: 1px solid #656565; display: grid; grid-template-columns: 63px 1fr; align-items: center; gap: 22px; padding-left: 10px;}
.footer-col-foot ul > li:first-child {padding-top: 0;}
.footer-col-foot ul > li .tag {font-size: 1.125rem; font-weight: 700; color: var(--primary); text-transform: uppercase;}
.footer-col-foot ul > li .val {font-size: 1.125rem; color: white;}

@media screen and (max-width: 1399px) {
  .footer-col-body .add-box p .tit{width: auto;}
  .footer-col-head{flex-direction: row; align-items: center;}
  .footer .container {display: flex; flex-direction: column;}
  .footer-col-head .footer-logo {margin-bottom: 0;}
  .footer-col-body .add-box p{flex-direction: column;}
  .footer-col-body address {font-size: 16px;}
  .footer-col-foot {grid-column: span 2; margin-left: 0;}
  .footer_nav{
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .footer .container{flex-direction: column;}
  .footer-col-head{flex-direction: column; align-items: start; gap: 2em;}
  /* .footer .container {grid-template-columns: repeat(1, 1fr);}
  .footer-col-head .footer-logo {width: 180px; margin-bottom: 0px;}
  .footer-col-body {padding-top: 0px;}
  .footer-col-foot {grid-column: span 1;}
  .footer-col-foot ul > li {font-size: 16px; padding-left: 0;} */
}


/* Modal */
.modal {--width: 890px; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 999999; align-items: center; justify-content: center; padding: 50px 15px; display: none; opacity: 0;  background: rgb(0,0,0,.7); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);}
.modal-small {--width: 652px;}
.modal .dim {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.modal .container {--padding: 70px 60px; width: var(--width)!important; max-width: 100%; position: relative; z-index: 1; background: #fff; overflow: hidden auto; max-height: 100%; border-radius: 10px;}
.modal .container .head {position: sticky; top: 0; left: 0; width: 100%; padding: var(--padding); padding-bottom: 30px; background: #fff; z-index: 10;}
.modal .container .btn--close {position: absolute; top: 20px; right: 20px;}
.modal .container .btn--close .ico--times::before {background: #000;}
.modal .container .btn--close .ico--times::after {background: #000;}
.modal .container .content {padding: var(--padding); padding-top: 0;}

.modal.overflow {overflow: hidden auto; align-items: flex-start;}
.modal.overflow .dim {background: none; backdrop-filter: none;}
.modal.overflow .container {overflow: visible; max-height: none;}
.modal.overflow .container .head {top: -50px; border-radius: 10px 10px 0 0; padding-block: 50px 20px; padding-right: 60px; border-bottom: 1px solid var(--gray-lighter);}
.modal.overflow .container .content {padding-top: 20px;}

.modal-brand-notice {--width: 500px;}
.modal-brand-notice.active {opacity: 1; display: flex;}
.modal-brand-notice .container .head {padding-block: 50px 20px;}
.modal-brand-notice .container .content .title {margin-bottom: 0.6em;}

.modal.type--video {--width: 1000px;}
.modal.type--video .container {--padding: 0; border-radius: 0; display: flex; overflow: visible; flex-direction: column; background: transparent; gap: 20px;}
.modal.type--video .container .content {border-radius: 10px; overflow: hidden; order: 1;}
.modal.type--video .container .btn--close {position: static; margin-inline: auto; order: 2;}
.modal.type--video .container .btn--close .ico--times::before,
.modal.type--video .container .btn--close .ico--times::after {background: #fff;}


.modal.type--image {--width: 100vw; width: auto;}
.modal.type--image .container {--padding: 0; border-radius: 10px; display: flex; overflow: visible; flex-direction: column; background: transparent; gap: 20px; width: auto; max-width: none;}
.modal.type--image .container .content {border-radius: 10px; overflow: hidden; order: 1; padding: 0; width: auto;}
.modal.type--image .container .btn--close {position: static; margin-inline: auto; order: 2;}
.modal.type--image .container .btn--close .ico--times::before,
.modal.type--image .container .btn--close .ico--times::after {background: #fff;}
.modal.type--image .image-box {width: auto; display: flex; justify-content: center; align-items: center; border: 0; padding: 0;}
.modal.type--image .modal-image {max-width: 90vw; max-height: 80vh; object-fit: contain; border-radius: 10px; width: auto; height: auto;}
.modal-trigger {cursor: pointer;}


@media screen and (max-width: 1399px) {
  .modal .container {--padding: 70px 30px;}
  .modal.overflow .container .head {padding-block: 20px;}
}
@media screen and (max-width: 767px) {
  .modal .container {--padding: 70px 15px;}
  .modal.type--video {padding-inline: 0;}
  .modal.type--video .container {--padding: 0; max-height: none;}
  .modal.type--image .container{width: unset !important;}
}


/* Policy */
.policy-doc {padding: 30px; border-radius: 10px; background: #FCFCFC; border: 1px solid #E8E8E8; font-size: 16px;}
.policy-doc dl {word-break: break-all;}
.en .policy-doc dl {word-break: normal;}
.policy-doc dt {display: block; font-weight: 700; color: var(--dark-navy); margin-bottom: 0.3em;}
.policy-doc dd {margin-bottom: 1.5em;}
.policy-doc dd :where(h1, h2, h3, h4, h5, h6) {color: var(--dark-navy); margin-bottom: 0.3em;}
.policy-doc dd .indent {padding-left: 1em;}
.policy-doc dd p {margin-bottom: 0.5em;}
.policy-doc dd table {width: 100%; font-size: 13px;}
.policy-doc dd table :where(th, td) {border: 1px solid var(--gray-lighter); padding: .3em .5em; line-height: 1.5;}
.policy-doc dd table thead th {background: var(--gray-light);}
.policy-doc .bullet > li::before {background: var(--primary);}
.policy-doc ol {margin-block: 1em;}
.policy-doc ol > li:not(:last-child) {margin-bottom: 0.7em;}

@media screen and (max-width: 1399px) {
  .policy-doc {padding: 30px 20px; font-size: 15px;}
}
@media screen and (max-width: 767px) {
  .policy-doc {padding: 25px 15px; font-size: 14px;}
  .policy-doc dd .indent {padding-left: 0em;}
}

