@charset "utf-8";
@import url(/common/css/reset_KOR.css);

.inner {width: 95%; max-width: 1520px; margin: auto; padding: 0 100px;}
.wrap {width: 100%; min-width: 320px;}
h1 {font-size: 1px; color: transparent; position: absolute; left: 0; top: 0;}

/* s:header */
/* #header * {transition: 0.3s;} */
#header {width: 100%; position: relative; left: 0; top: 0; z-index: 500; transition: background-color 0.3s;}
#header .inner {display: flex; align-items: center; height: 104px; justify-content: space-between;}
#header .logo {height: 100%; position: relative; z-index: 1;}
#header .logo a {width: 145px; height: 100%; display: block; background-image: url(/images/user/logo_w.png); background-repeat: no-repeat; background-position: left center; background-size: 100% auto;}
#header .gnb-area { position: absolute; left: 0; right: 0; top: 0; margin: auto; /*transform: translateX(-50%);*/}
/* #header .gnb-area: */
#header .gnb {display: flex; justify-content: center; }
#header .gnb .dep1 {position: relative; padding: 0 32px; height: 104px; display: flex; align-items: center;}
#header .gnb .dep1::before {content:""; width: 100vw; height: 336px; position: fixed; left: 50%; top: 104px; background: #F4F5F8; opacity: 0;  transform: translateX(-50%); pointer-events: none; transition: opacity 0.3s; /*border-bottom: 1px solid #CDD7E1;*/}
#header .gnb .dep1 > a {font-weight: bold; font-size: var(--fz03); color: #fff; display: block; position: relative;}
#header .gnb .dep1 > a::before {content:""; width: 0; position: absolute; left: 0; bottom: -5px; height: 2px; background: #002C8A; }
#header .gnb .dep1 > ul {position: absolute; bottom: 0; transform: translateY(100%); left: 32px; padding: 39px 0; display: none;}
#header .gnb .dep1 .mo-btn {display: none; height: 54px; width: 50px; position: absolute; right: 0; top: 0; background-image: url(/images/user/arr_down.png); background-position: center; background-repeat: no-repeat; transition: transform 0.3s;}
#header .gnb .dep1 .mo-btn.open {transform: rotate(180deg);}
#header .gnb .dep2 {}
#header .gnb .dep2 + .dep2 { margin-top: 24px;}
#header .gnb .dep2 a {white-space: nowrap; font-size: var(--fz03);}
#header .gnb .dep2 a:hover {color: #002C8A; font-weight: bold;}
#header .gnb .dep2 dl a {font-size: calc(var(--fz02)*0.9);}
#header .gnb .dep2 dl dd {margin-top: 24px;}

#header .rit-h {display: flex; gap: 16px; align-items: center; position: relative; height: 100%;}
#header .app {height: 104px; display: flex; align-items: center;}
#header .app::before {content:""; width: 100vw; height: 336px; position: fixed; left: 50%; top: 104px; background: #F4F5F8; opacity: 0;  transform: translateX(-50%); pointer-events: none; transition: 0.3s; /*border-bottom: 1px solid #CDD7E1;*/}
#header .app > a { width: 150px; height: 29px; display: block; background-image: url(/images/user/app_down_w.svg); background-repeat: no-repeat; font-size: 1px; color: transparent; background-size: 100% auto; }
#header .app ul {position: absolute; left: 0; bottom: 0; transform: translateY(100%); padding: 36px 0; display: none;}
#header .app ul li + li {margin-top: 20px;}
#header .app ul a { font-size: var(--fz03); white-space: nowrap;}
#header .app ul a:hover {color: #002C8A; font-weight: bold;}

#header .language {font-size: 0;}
#header .lang {width: 24px; height: 24px; background-image: url(/images/user/icon_lang_w.svg); background-position: center; background-size: cover; }


#header .sitemap-btn {width: 24px; height: 24px; padding: 3px 0; display: flex; flex-direction: column; justify-content: space-between;}
#header .sitemap-btn span {width: 100%; height: 3px; background: #fff; }

#header .sitemap-area .sitemap {position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: #fff; flex-direction: column; justify-content: center; align-items: center; gap: 100px; z-index: 510; display: flex; transform: translateY(-100%); transition: transform 0.4s;} 
#header .sitemap .logo {height: fit-content;}
#header .sitemap > ul {width: 90%; max-width: 1320px; display: flex; justify-content: space-between; align-items: start;}
#header .sitemap > ul > li {flex: 1 1 0; max-width: 180px;}
#header .sitemap > ul > li > a {font-size: var(--fz00); font-weight: bold; color: #002C8A; margin-bottom: 32px; display: block;}
#header .sitemap > ul > li ul li a {font-size: var(--fz02); margin-bottom: 24px; display: block;}
#header .sitemap .site-close {width: 32px; height: 32px; position: absolute; right: 32px; top: 32px;} 

#header .sitemap-area .sitemap.show {transform: translateY(0);}


#header .gnb .dep1.on::before {opacity: 1; pointer-events: auto;}
#header .gnb .dep1.on > ul {display: block;}
#header .gnb .dep1.on > a {color: #002C8A;}
#header .gnb .dep1.on > a::before {width: 100%;}

#header .app.on::before {opacity: 1; pointer-events: auto;}
#header .app.on ul {display: block;}

#header.sub.mognb-open {transform: translateY(0) !important;}
#header.sub , #header.mognb-open {background-color: #fff; border-bottom: 1px solid #E6E6E6;}
#header.sub .logo a, #header.mognb-open .logo a{background-image: url(/images/user/logo_b.png);}
#header.sub .gnb .dep1 > a ,#header.mognb-open .gnb .dep1 > a {color: #002C8A;}
#header.sub .app > a ,#header.mognb-open .app > a  {background-image: url(/images/user/app_down_b.svg);}
#header.sub .lang , #header.mognb-open .lang{background-image: url(/images/user/icon_lang_b.svg);}
#header.sub .sitemap-btn span ,#header.mognb-open .sitemap-btn span {background: #002C8A;}


/* e:header */


/* popup */
.layerPop {display: none;  z-index: 520;width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.6);  justify-content: center; align-items: center;}
.layerPop.show {display: flex;}

/* lang popup */
.lang-pop {}
.lang-list { max-width: 480px; width: 90%; min-width: 320px;}
.lang-list .list {background: #fff; padding: 40px;}
.lang-list .tit {font-size: calc(var(--fz02)*1.4); color: #002C8A; font-weight: bold; text-align: center; margin-bottom: 28px;}
.lang-list ul {display: flex; flex-wrap: wrap; gap: 4px 16px;}
.lang-list ul li {width: calc(50% - 8px);}
.lang-list ul li button {border: 1px solid #F1F1F1; display: flex; align-items: center; padding: 6px 8px; gap: 8px; font-size: var(--fz03); width: 100%; transition: 0.3s;}
.lang-list ul li button:hover {background: #F1F1F1;}
.lang-list button img {box-shadow: 0 2px 4px rgba(0,0,0,0.16);}
.lang-list .btn-box {background: #E1E1E1; padding: 24px 0; gap: 16px; justify-content: center;}
.lang-list .lang-close {width: 100%; height: 60px; color: #fff; font-size: var(--fz03); text-align: center; background: #616161;}


/* quick */
.quick-wrap {z-index: 400; position: fixed; left: 50%; width: 98%; max-width: 1920px; bottom: 0; transform: translateX(-50%); }
.quick-menu {position: absolute; right: 0; bottom: 100px; text-align: right; transition: 0.4s;}
.quick-menu ul + ul {margin-top: 32px;}
.quick-menu ul.qm1 {position: absolute; bottom: 96px; right: 0; z-index: 1;}
/* .quick-menu ul.qm1 li {position: absolute; right: 0;bottom: 0;} */
.quick-menu ul.qm1 span {color: inherit; font-size: inherit; font-size: inherit;}
.quick-menu ul.qm1 li {opacity: 0;}
.quick-menu ul.qm1 li.qu1 {transform: translateY(calc(100% + 32px));}
.quick-menu li {padding: 14px; box-shadow: 0 3px 6px rgba(0,0,0,0.16); border-radius: 32px; margin-left: auto; background: #005FCE; transition: 0.3s; width: fit-content; position: relative; cursor: pointer;}
.quick-menu li + li {margin-top: 32px;}

.quick-menu li a {color: #fff; font-size: 16px; display: flex; align-items: center; justify-content: end; gap: 8px; padding-left: 8px; white-space: nowrap;}
.quick-menu li img {vertical-align: top;}

.quick-menu li.top {background: #FFFFFF; }





/* footer */
#footer {background: #F3F4F6; }
#footer * {color: #919191;}
#footer .f-top {padding-top: 80px; padding-bottom: 80px;}
#footer .f-top > span {display: flex; justify-content: space-between; width: 100%; gap: 20px;}
#footer .left {width: 50%; font-size: var(--fz);} 
#footer .left p {font-size: inherit;}
#footer .thepay {display: flex; justify-content: space-between; margin-bottom: 50px; flex-direction: column; gap: 50px;}
#footer .thepay .qr {width: 120px; height: 120px; background: #fff; padding: 4px; /*box-shadow: 4px 6px 16px rgba(0,0,0,0.16); border-radius: 16px;*/}
#footer .thepay .qr img {width: 100%;}
#footer .thepay .flogo a {font-size: 40px; font-weight: bold; display: flex; align-items: center;}
#footer .thepay p {font-size: 28px; font-weight: 600; margin-top: 10px; }
#footer .thepay .btn-box {gap: 16px ; margin-top: 44px;}
#footer .left address {max-width: 520px;}
#footer .left address li {font-size: inherit; font-weight: 300; line-height: 1.7; display: inline; margin-right: 8px;}
#footer .left address p {font-weight: 300; margin: 14px 0 12px;}
#footer .left .big {font-size: var(--fz03); margin-bottom: 10px;}
#footer .left .copyright {margin-top: 10px;}
#footer .right {padding-right: 16px; opacity: 0.8;}
#footer .right .ftit {font-size: var(--fz01); font-weight: 600; margin-bottom: 10px;}
#footer .right p {font-size: var(--fz02);}
#footer .right p b {font-size: 34px; font-weight: bold; line-height: 1;}
#footer .right p b a {font-size: inherit; font-weight: inherit;}
#footer .right li + li {margin-top: 12px;}
#footer .right .sns {margin-top: 32px;}
#footer .right .sns a {margin-right: 16px;}

#footer .f-btm {border-top: 2px solid rgba(145,145,145,0.2);}
#footer .f-btm ul {display: flex; gap: 100px; height: 85px; align-items: center;}
#footer .f-btm ul li {opacity: 0.8; transition: 0.3s;}
#footer .f-btm ul li:hover {opacity: 1;}
#footer .f-btm ul li a {font-size: var(--fz03);}

/* margin */
.mgT50 {margin-top: 50px;}
.mgT80 {margin-top: 80px;}
.mgT100 {margin-top: 100px;}
.mgT120 {margin-top: 120px;}

/* text align*/
.ta-c {text-align: center;}



/* btn */
.btn-box {display: flex;}
.btn-box.gap {gap: 16px;}
.btn-box.jc-c {justify-content: center;}
.btn {display: flex; width: 160px; height: 50px; align-items: center; justify-content: center; font-size: var(--fz02); font-weight: bold; transition: 0.3s; border-radius: 27px;}
.btn01 {background: #002C8A; color: #fff;}
.btn01:hover {background: #1848AE;}
.btn02 {background: #fff; border: 1px solid #002C8A; color: #002C8A;}
.btn02:hover {background: #F4F5F8;}
.btn03 {width: 95px; height: 50px; color: #fff; background-color: #919191; border-radius: 0; font-weight: 400; display: flex; align-items: center; justify-content: center; font-size: var(--fz); transition: 0.3s;}
.btn03:hover {background-color: #717171;}
.btn04 {color: #fff; background-color: #919191; border-radius: 0; font-weight: 400; display: flex; align-items: center; justify-content: center; width: 48px; height: 28px; font-size: 14px; font-weight: 600; transition: 0.3s;}
.btn04:hover {background-color: #717171;}

.appbtn {font-size: 18px; color: #fff !important; font-family: var(--ff); width: 160px; height: 50px; border-radius: 27px; line-height: 1; display: flex; align-items: center; justify-content: center; text-align: center; background: #000; font-weight: bold; transition: 0.3s;}
.appbtn::before {content:""; width: 26px; height: 30px; background-repeat: no-repeat; background-size: 100% auto; background-position: center;}
.appbtn.aps::before { background-image: url(/images/user/logo_apple_w.png); }
.appbtn.gop::before {background-image: url(/images/user/logo_gogle.png);}
.appbtn:hover {background: #707070;}


/* video */
video {-webkit-mask-image: -webkit-radial-gradient(white, black);   -webkit-backface-visibility: hidden;  -moz-backface-visibility: hidden;}

@media screen and (min-width:1025px) {
  #header.over {background: #fff; /*border-bottom: 1px solid #E6E6E6;*/}
  #header.over .logo a  {background-image: url(/images/user/logo_b.png);}
  #header.over .gnb .dep1 > a  {color: #002C8A;}
  #header.over .app > a {background-image: url(/images/user/app_down_b.svg);}
  #header.over .lang {background-image: url(/images/user/icon_lang_b.svg);}
  #header.over .sitemap-btn span {background: #002C8A;}
}

@media screen and (min-width:781px){
  .quick-menu li:hover {background: #1848AE;}
  .quick-menu li.top:hover {background: #F4F5F8;}
  .quick-menu ul.qm1:hover li {opacity: 1;}
  .quick-menu ul.qm1:hover li.quick-more {opacity: 1;}
  .quick-menu ul.qm1:hover li.qu1 {transform: translateY(0);}

  .quick-menu.down {transform: translateY(calc(200px + 100%));}
}

@media screen and (max-width:1480px) {
  .inner {padding: 0 2.5%;}

  #header .gnb .dep1 {padding: 0 26px;}
  #header .gnb .dep1 > ul {left: 26px;}
  #header .app > a {width: 135px;}
}

@media screen and (max-width:1260px) {

  #header .gnb .dep1 {padding: 0 18px;}
  #header .gnb .dep1 > ul {left: 18px;}

  #header .rit-h {gap: 12px;}
  #header .app > a {width: 120px; height: 24px;}

  #header .sitemap-area .sitemap {gap: 60px;}
  #header .sitemap > ul > li > a {margin-bottom: 26px;}
  #header .sitemap > ul > li ul li a {margin-bottom: 18px;}


  /* quick */
  .quick-menu li {padding: 10px;}
  .quick-menu li img {width: 30px;}
  .quick-menu ul.qm1 {bottom: 74px;}
  .quick-menu li + li {margin-top: 24px;}
  .quick-menu li a {font-size: 15px;}

  /* footer */
  #footer .left {width: 55%;}
  #footer .thepay .flogo a {font-size: 32px;}
  #footer .thepay .flogo a img {height: 28px;}
  #footer .thepay p {font-size: 22px;}
  /* #footer .right p b {font-size: 40px;} */
  #footer .thepay {margin-bottom: 60px;}
  /* #footer .thepay .qr {width: 140px; height: 140px;} */



  /* btn */
  .appbtn {font-size: 16px; height: 42px; width: 150px;}
  
}

@media screen and (max-width:1024px) {

  /* header */
  #header .inner {height: 80px;}
  #header .gnb-area {left: unset; top: 81px; height: calc(100vh - 81px); background: #fff; width: 100%; max-width: 360px; transform: translateX(100%); }
  #header .gnb {flex-direction: column; }
  #header .gnb .dep1 {height: auto; flex-direction: column; align-items: start; padding: 0;}
  #header .gnb .dep1 > a {padding: 16px 30px; color: #002C8A; width: 100%; border-bottom: 1px solid #F2F4F6;}
  #header .gnb .dep1 > a::before {display: none; }
  #header .gnb .dep1::before , #header .app::before{display: none;}
  #header .gnb .dep1.on::before, #header .app.on::before {display: none;}
  #header .gnb .dep1 > ul {position: static; display: none; transform: none; background: #F2F4F6; padding: 0; width: 100%; transition: unset;}
  #header .gnb .dep1 .mo-btn {display: block;}
  #header .gnb .dep2 {}
  #header .gnb .dep2 a {padding: 16px 50px; border-bottom: 1px solid #E0E6EC; display: block;}
  #header .gnb .dep2:last-child a {border-bottom: none;}
  #header .gnb .dep2 + .dep2 {margin: 0;}
  #header .gnb .dep2 dl dd {margin: 0;}

  #header .app ul {display: none;}
  /* #header .app.on::before {top: 81px;} */

  #header.mognb-open .gnb-area {display: block; transform: translateX(0);}

  #header .sitemap > ul {flex-wrap: wrap; gap: 30px 5%;}
  #header .sitemap > ul > li {width: 30%; flex: unset; max-width: unset;}

  /* footer */
  #footer .f-btm ul {gap: 50px;}
  #footer .thepay .qr {display: none;}
  #footer .thepay .btn-box {margin-top: 32px;}
  #footer .thepay p {font-size: 17px;}
  #footer .thepay .flogo a {font-size: 24px;}
  #footer .thepay .flogo a img {height: 21px; }

  /* #footer .right p b {font-size: 36px;} */
  #footer .right .sns img {height: 30px; vertical-align: top;}


  /* quick */
  .quick-menu {bottom: 70px; right: 10px;}
  
}

@media screen and (max-width:780px) {

  /* header */
  #header .gnb-area {width: 100%; max-width: 100%;}


  /* btn */
  .appbtn {font-size: 14px; height: 38px; width: 136px;}
  .appbtn::before {width: 18px;}

  /* footer */
  #footer .f-top {text-align: center; padding: 40px 0;}
  #footer .f-top > span {flex-direction: column; gap: 20px;}
  #footer .left {width: 100%;}
  #footer .left address {margin: auto; width: 90%;}
  #footer .left address li,#footer .left p {font-size: 12px;}
  #footer .thepay {margin-bottom: 30px; justify-content: center;}
  #footer .thepay .flogo a {justify-content: center;}
  #footer .right .sns a:last-child {margin: 0;}
  

  #footer .right {order: -1; }
  #footer .right ul {display: flex; flex-wrap: wrap;}
  #footer .right ul li {width: 100%;}
  #footer .right li + li {margin-top: 16px;}
  #footer .right ul li.sns {width: 100%; margin-top: 16px;}
  #footer .right p b {font-size: 28px;}

  #footer .thepay .btn-box {justify-content: center;}

  #footer .f-btm ul {gap: 20px; height: 60px;}


  /* quick */
  .quick-menu ul.qm1 {bottom: 120px; transform: translateY(100%); opacity: 0; z-index: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s;}
  .quick-menu ul.qm1 span {display: none;}
  .quick-menu ul.qm1 li {opacity: 1;}
  .quick-menu ul.qm1 li.qu1 {transform: translateY(0);}
  /* .quick-menu li.quick-more {display: none;} */
  .quick-menu li {background: #005FCE;}
  .quick-menu li + li {margin-top: 16px;}
  .quick-menu li img {width: 24px;}
  .quick-menu li a {font-size: 13px; padding: 0;}

  .quick-menu.mo ul.qm1 {pointer-events: auto; opacity: 1; transform: translateY(0);}

  .quick-menu.down {}
  .quick-menu.down li.top {transform: translateY(calc(100% + 80px));}


  /* btn */
  .btn03 {width: 75px; height: 32px;}
  .btn04 {font-weight: 400;}

  /*  */
  .mgT80 {margin-top: 60px;}
  .mgT100 {margin-top: 70px;}
  .mgT120 {margin-top: 80px;}

  .quick-link-box { bottom: -55px !important; }
  .quick-link-box a { padding: 0 10px !important; }
  .quick-link-box .aps::before { width: 20px !important; }
  .quick-link-box .gop::before { width: 20px !important; }
}

@media screen and (max-width:480px) {

  /* header */
  #header .inner {height: 60px;}
  #header .logo a {width: 100px;}
  #header .app > a {width: 110px; height: 21px;}
  #header .gnb-area {top: 61px; height: calc(100vh - 61px);}
  #header .gnb .dep1 > a {font-size: var(--fz02);}
  #header .gnb .dep2 a {font-size: var(--fz02);}
  #header .lang {width: 20px; height: 20px;}
  #header .sitemap-btn {width: 20px; height: 20px; }
  #header .sitemap-btn span {height: 2px;}

  .lang-list .list {padding: 25px;}
  .lang-list .tit {margin-bottom: 18px;}
  .lang-list ul {gap: 4px 8px;}
  .lang-list ul li {width: calc(50% - 4px);}
  .lang-list button img {width: 35px;}
  .lang-list .lang-close {height: 45px;}
  .lang-list .btn-box {padding: 12px 0;}

  /* quick */
  .quick-menu {bottom: 60px;}

  /* btn */
  .btn {width: 120px; height: 40px;}
  .btn-box.gap {gap: 10px;}

  
  /* footer */
  #footer .thepay {display: none;}
  #footer .f-btm .inner {padding: 0;}
  #footer .f-btm ul {gap: 16px; justify-content: center; height: 46px;}

  /*  */
  .mgT80 {margin-top: 40px;}
  .mgT100 {margin-top: 50px;}
}