@charset "utf-8";
/*
 * File       : layout.css
 * Author     : Fastweb (IK)
 * Guideline  : FW_DesignSystem.1.0
 *
 * Dependency : css/reset.css
 * Dependency : css/fw-system.css
 * Dependency : css/font.css
 *
 * SUMMARY:
 * 01) GLOBAL
 * 02) CURSOR
 * 03) HEADER
 * 03-1) PAGE HEADER
 * 03-2) PAGE LAYOUT
 * 04) FOOTER
 * 05) CONTAINER
 * 06) PAGE
 * 07) SEARCH
 * 08) SCROLL TOP
 * 09) PRIVACY
 * 10) 404
 */

 
/* **************************************** *
 * 01) GLOBAL
 * 01-1) Type Usage
 * **************************************** */
 
/* ************************************** *
 * Type Usage
 * NOTE : 정의된 스케일은 '권장' 사항입니다. 타입스케일을 지정하면 디자인 자유도가 제약 받을 수 있으므로,
 폰트 크기의 굵기와 종류를 제시하되, 디자이너가 자유롭게 조합하여 사용할 수 있도록 합니다. 
 단 12pt 보다 작은 사이즈는 권장하지 않습니다.
 * IK 2022.11.12
 * ************************************** */

html{font-size: 10px; margin: 0 !important;}

body {
  overflow-x: hidden;
  font-family: "GmarketSans", "Pretendard", "-apple-system", sans-serif;
  word-break: keep-all;
  font-display: auto;
  letter-spacing: initial;
  color: initial;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}


[lang="en"],
.font_en,
.font_num {
  font-family: "Open Sans", "-apple-system", sans-serif;
  letter-spacing: inherit;
}

/* Type Usage END */

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
a:hover {
  color:  inherit;
  cursor: pointer;
  transition: ease-in-out .2s;
}
i[lang="en"] {
  font-style: normal;
}

/* WRAP */


/* Text Color */


/* img */
img{width: 100%; height: 100%;}




/* **************************************** *
 * 02) CURSOR
 * **************************************** */


/* **************************************** *
 * 03) HEADER
 * **************************************** */
#header_001{width: 100%; margin: 0 auto; height: 90px; position:absolute; top: 0px; left: 50%; transform: translate(-50%, 0%); border-bottom: 1px solid rgba(255,255,255,0.3);}
#header_001 .top_layout{display: flex; justify-content: space-between; align-items: center; height: 100%; z-index: 10;}

#header_001 #logo {z-index: 9; display: inline-block; float: left; position: relative;}
#header_001 #logo a {max-width: 120px; display: inherit;}
#header_001 .item_right { float: right; position: relative; display: flex;}
#header_001 .item_right > li > a {z-index: 9; position: relative; display: block; height: 100%; font-size: 14px; color: #fff; letter-spacing: 0; transition: all .3s; font-weight: 500; padding: 0 9px; line-height: 90px;}


/* gnb */
#header_001 nav{overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 90px; min-height: 90px;}
#header_001 nav .menu-container{max-width: 1180px; margin: 0 auto;}
#header_001 nav #menu {height: 90px; text-align: center;}
#header_001 nav #menu > li {display: inline-block; height: 100%; margin: 0;}
#header_001 nav #menu > li > a {position: relative; display: block; height: 100%; font-size: 18px; color: #fff; letter-spacing: 0; transition: all .3s; font-weight: 500; padding: 0 22px; line-height: 90px;}


/* **************************************** *
 * 03-1) PAGE HEADER
 * **************************************** */
 #page_header {display: inline-block; background-image: url(../img/bg_hero_2.png); background-repeat: no-repeat; background-size: cover; height: 430px; width: 100%; background-position: center;}
 #page_header .title_layout {height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;}
 #page_header .title_layout .title{font-family: "JSArirangPPURI"; display: block; font-size: 60px; color: #fff; font-weight: 500; line-height: 72px;}
 
 /* page lnb */
 #page_header .page_lnb {width: 100%; margin-top: -70px;}
 #page_header .page_lnb::before {display: block; position: absolute; content: ''; left: 0; right: 50%; width: auto; height: 70px; background: #1D388C;}
 #page_header .page_lnb_layout{width: 100%; display: flex; justify-content: space-between; z-index: 20; position: sticky}
 #page_header .page_lnb_layout > li{background-color: #1D388C; min-height: 70px;}
 #page_header .page_lnb_layout > li:last-child{border-radius: 0 10px 0 0;}
 #page_header .page_lnb_layout > li.on > a{background-color: #132A70;}
 #page_header .page_lnb_layout > li > a:hover{background-color: #132A70;}
 #page_header .page_lnb_layout.n5 > li > a{height: 70px; font-size: 17px; display: flex; justify-content: center; align-items: center; color: #fff; border-left: 1px solid rgba(255,255,255,.2);}
 #page_header .page_lnb_layout.n5 > li {width: 20%;}

 #page_header .page_lnb_title {font-size: 22px; font-weight: 700;}
 #page_header .page_sub_header{display: flex; justify-content: space-between; margin-top: 60px;}
 #page_header .breadCrumbs > ul > li > a{font-size: 15px; font-weight: 500; color: #666;}
 #page_header .breadCrumbs > ul > li:not(:last-child):after{ display: inline-block; content: ''; margin: 6px 12px 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid #c5c5c5; vertical-align: top; }
 #page_header .breadCrumbs > ul{display: flex;}

/* **************************************** *
 * 03-2) PAGE LAYOUT
 * **************************************** */

 .page_layout {border-top: 1px solid #dbdbdb; margin-top: 16px !important;}


/* **************************************** *
 * 04) FOOTER
 * **************************************** */
#footer {font-family: "Pretendard"; background-color: #333; margin-top: 120px;}
#footer .footer_top{padding: 34px 0 36px; border-bottom: 1px solid #444;}
#footer .footer_nav{display: flex;}
#footer .footer_nav > li {margin-right: 36px; color: #fff; font-size: 16px;}
#footer .footer_nav > li:last-child{margin-right: 0;}
#footer .footer_bottom { color: #6C6C6C; padding: 35px 0 42px;}
#footer .footer_logo{display: inline-block; width: 130px; margin-right: 76px;}
#footer .footer_info{display: inline-block; font-size: 15px; line-height: 24px;}

#footer .banner{background-color: #fff; font-family: "GmarketSans"; border-top: 1px solid #efefef;}
#footer .footerSwiper {color: #666; height: 60px; width: 80%; display: inline-block;}
#footer .footerSwiper .swiper-slide{font-size: 15px}
#footer .banner .title{ font-weight: 700; width: 5%; display: flex; align-items: center; color: #666;}
#footer .banner_layout{display: flex; justify-content: start;}
#footer .btn_banner {margin-left: 16px; display: flex;}
#footer .btn_banner .item{width: 20px; height: 20px; border: 1px solid #cecece; display: inline-block;}

/* page Footer */

/* **************************************** *
 * 05) CONTAINER
 
 * **************************************** */
.container{width: 100%; max-width: 1500px; margin: 0 auto;}


/* **************************************** *
 * 06) PAGE
 * **************************************** */
.page_container{width: 100%; max-width: 1240px; margin: 0 auto;}

/* **************************************** *
 * 07) SEARCH
 * **************************************** */

/* popup */


/* result page */


/* **************************************** *
 * 08) SCROLL TOP
 * **************************************** */



/* **************************************** *
 * 09) PRIVACY
 * **************************************** */

/* PAGE HEADER */


/* PAGE BODY */


/* custom */


/* **************************************** *
 * 10) 404
 * **************************************** */
 



/* **************************************** *
 * KEYFRAME
 * **************************************** */
@-webkit-keyframes blinker {
  50% {
    opacity: 1;
  }
}
@keyframes blinker {
  50% {
    opacity: 1;
  }
}
