@charset "utf-8";

/*
 * File       : layout.css
 * Author     : STUDIO-JT (KMS)
 * Guideline  : JTstyle.1.1
 *
 * Dependency : css/reset.css
 *
 * SUMMARY:
 * 1) GLOBAL
 * 2) HEADER
 * 3) FOOTER
 * 4) SCROLL TOP
 * 5) CONTAINER
 * 6) MENU
 * 7) COMPONENT
 */



/* **************************************** *
* CSS Variables
* **************************************** */
:root {
    --color-primary: #007a88;
    --font-primary: 'aritaSans', sans-serif;
}



/* **************************************** *
 * GLOBAL
 * **************************************** */
body {font-size: 16px;font-family: var(--font-primary);}
a {color: var(--color-primary);text-decoration: none;}

/* WRAP */
.wrap {max-width: 1520px;margin: 0 auto;position: relative;z-index: 2;}



/* **************************************** *
 * HEADER
 * **************************************** */
#header {width: 100%;height: 164px;position: fixed;top: 0;left: 0;background: transparent;z-index: 500;transition: height 300ms, top 290ms, box-shadow 400ms, background 300ms;}
.header_inner {width: 1903px;height: 100%;margin: 0 auto;position: relative;}

/* LOGO */
#logo {width: 126px;height: 43px;position: absolute;left: 80px;top: 60px;transition: top 300ms;}
#logo a {display: block;}
#logo a img {display: block;width: 100%;height: 100%;}

/* SEARCH */
.header_search {width: 31px;height: 31px;position: absolute;top: 68px;right: 328px;cursor: pointer;transition: top 300ms;}
.header_search > span {display: block;width: 100%;height: 100%;position: relative;font-size: 0;}
.header_search > span:after {font-family: 'jt-font';content: '\e90c';font-size: 31px;line-height: 1;font-weight: normal;color: #222;}

/* LANG */
.header_lang {width: 114px;height: 47px;padding: 14px 0;position: absolute;top: 60px;right: 191px;text-align: center;border: 1px solid #ddd;border-radius: 30px;cursor: pointer;transition: top 300ms;}
.header_lang span {display: inline-block;padding-right: 7px;position: relative;font-size: 14px;letter-spacing: 0.2em;line-height: 1;font-weight: 600;color: #222;}
.header_lang span:after {position: absolute;right: -16px;top: 50%;margin-top: -12px;font-family: 'jt-font';content: '\e909';font-size: 24px;font-weight: normal;line-height: 1;color: #58595b;}

/* MENU */
.header_menu_btn {width: 40px;height: 40px;position: absolute;right: 75px;top: 64px;cursor: pointer;transition: top 300ms;}
.menu_btn_line {width: 30px;height: 2px;position: absolute;left: 50%;margin-left: -15px;background: #222;}
.menu_btn_line_01 {top: 6px;}
.menu_btn_line_02 {top: 19px;}
.menu_btn_line_03 {top: 32px;}

/* MINIMIZE */
#header.minimize {background: rgba(255, 255, 255, .9);height: 100px;box-shadow: 0 1px 3px rgba(0, 0, 0, .12);}
#header.minimize #logo {top: 28px;}
#header.minimize .header_search {top: 36px;}
#header.minimize .header_lang {top: 28px;}
#header.minimize .header_menu_btn {top: 32px;}



/* **************************************** *
 * FOOTER
 * **************************************** */
#footer {width: 1903px;margin: 0 auto;padding: 42px 0 85px;position: relative;background: #566055 url(../images/layout/footer-bg.jpg) repeat;}

.footer_pic {display: block;position: absolute;left: 0;background: no-repeat center center;background-size: cover;}
.footer_pic_01 {width: 1903px;height: 210px;top: -188px;background-image: url(../images/layout/footer-01.png);}
.footer_pic_02 {width: 848px;height: 252px;top: -158px;background-image: url(../images/layout/footer-02.png);z-index: -1;}

.footer_inner {max-width: 1520px;margin: 0 auto;position: relative;text-align: center;}

.footer_btn {display: block;width: 270px;height: 60px;margin: 0 auto;padding: 24px 20px;font-size: 14px;font-weight: 500;line-height: 1;letter-spacing: 0.2em;color: #fff;background: transparent;border: 1px solid #ddd;border-radius: 30px;transition: background 300ms;}
.footer_btn > span {padding-right: 10px;position: relative;}
.footer_btn > span:after {display: block;position: absolute;right: -23px;top: 50%;margin-top: -12px;font-family: 'jt-font';content: '\e90b';font-size: 24px;font-weight: normal;line-height: 1;}
.footer_btn:hover {background: rgba(255,255,255,0.1);}

.footer_menu_wrap {margin: 32px 0;}
.footer_menu {font-size: 0;}
.footer_menu > li {display: inline-block;}
.footer_menu > li:after {display: inline-block;content: '/';padding: 0 10px;position: relative;font-size: 16px;font-weight: 400;letter-spacing: 0.1em;color: #fff;}
.footer_menu > li:last-child:after {display: none;}
.footer_menu > li > a {display: inline-block;padding: 10px 5px;font-size: 16px;font-weight: 400;letter-spacing: 0.1em;color: #fff;transition: color 300ms;}
.footer_menu > li > a:hover {color: #bbb;}

.footer_info {font-size: 13px;font-weight: 400;letter-spacing: 0.1em;line-height: 2.15;color: #ddd;opacity: 0.5;}
.footer_info a {color: #ddd;}

.footer_copy {display: block;margin-top: 43px;font-size: 11px;font-weight: 400;letter-spacing: 0.2em;color: #ccc;}



/* **************************************** *
 * SCROLL TOP
 * **************************************** */
.scroll_btn {display: block;height: 65px;width: 65px;position: fixed;bottom: 47px;right: 94px;z-index: 499;}
.scroll_btn_progress {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50%;}
.scroll_btn_txt {display: block;width: 100%;height: 100%;font-size: 0;}
.scroll_btn_txt:after {display: block;width: 100%;height: 100%;font-family: 'jt-font';content: '\e905';font-size: 15px;font-weight: normal;line-height: 65px;text-align: center;color: #ccc;transition: transform .4s;}
body.sticky_header .scroll_btn_txt:after {transform: rotate(-180deg);}



/* **************************************** *
 * MAIN CONTAINER
 * **************************************** */
.main_container {width: 1903px;margin: 0 auto;padding: 164px 0 278px;position: relative;overflow: hidden;}

.main_container_pic {position: absolute;top: 0;left: 344px;}
.main_container_pic img {display: block;max-width: 100%;height: auto;}



/* **************************************** *
 * MENU
 * **************************************** */
.gnb_menu_container {width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: #fff;z-index: -1;overflow: hidden;transform: translate3d(100%,0,1px) rotate(.001deg);transition: transform .5s ease;}
.gnb_menu_container_inner {display: block;width: 1903px;height: 951px;margin: 0 auto;transform: translate3d(-100%,0,1px) rotate(.001deg);transition: transform .5s ease;}
.gnb_menu_container_inner:after {content: '';display: table;clear: both;}
.gnb_menu_container_inner > div {width: 50%;height: 100%;position: relative;}

/* 좌측 */
.gnb_menu_left {float: left;background: #fff url(../images/layout/menu-pic.jpg) no-repeat left top;z-index: 1;}
.gnb_menu_left_box {display: table;width: 100%;height: 100%;position: relative;z-index: 2;}
.gnb_menu_left_box_inner {display: table-cell;padding: 165px 189px 0;/* vertical-align: middle; */}
.gnb_menu_list {width: 260px;}
.gnb_menu_list b {display: block;padding-bottom: 16px;margin-left: -0.04em;font-size: 36px;font-weight: 400;letter-spacing: 0.2em;color: var(--color-primary);}
.gnb_menu_list ul {margin-bottom: 41px;}
.gnb_menu_list li {display: block;font-size: 0;}
.gnb_menu_list li a {display: inline-block;position: relative;padding: 10px 0;font-size: 18px;font-weight: 400;letter-spacing: 0.05em;color: #666;transition: color 300ms;}
.gnb_menu_list li a:after {content: '';display: block;width: 0;height: 1px;position: absolute;left: 0;bottom: 6px;background: var(--color-primary);transition: width 300ms;}
.gnb_menu_list li a:hover {color: var(--color-primary);}
.gnb_menu_list li a:hover:after {width: 100%;}
.go_korea_home {display: inline-block;padding-left: 4px;padding-right: 68px;position: relative;font-size: 0;}
.go_korea_home img {display: inline-block;vertical-align: middle;}
.go_korea_home > i {display: block;width: 54px;height: 54px;position: absolute;right: 0;top: 50%;margin-top: -27px;font-style: normal;}
.go_korea_home > i:before,
.go_korea_home > i:after {position: absolute;top: 0;left: 0;font-family: 'jt-font';content: '\e903';font-size: 54px;font-weight: normal;line-height: 1;text-align: center;color: #666;}
.go_korea_home > i:after {opacity: 0;transform: translateX(-10px);}
/* .go_korea_home:hover > i:before {opacity: 0;transform: translateX(10px);transition: all .2s cubic-bezier(.645, .045, .355, 1) 0s;} */
/* .go_korea_home:hover > i:after {opacity: 1;transform: translateX(0);transition: all .2s cubic-bezier(.645, .045, .355, 1) .4s;} */

.gnb_sns {margin-top: 34px;padding-left: 4px;font-size: 0;}
.gnb_sns > a {display: inline-block;width: 46px;height: 46px;margin-right: 10px;background: #ddd;border-radius: 50%;transition: background 300ms;}
.gnb_sns > a > i {display: block;width: 100%;height: 100%;font-size: 0;font-style: normal;background: no-repeat center center;}
.gnb_sns > a.facebook > i {background-image: url(../images/layout/gnb-facebook.png);}
.gnb_sns > a.insta > i {background-image: url(../images/layout/gnb-insta.png);}
.gnb_sns > a.facebook:hover {background: #395796;}
.gnb_sns > a.insta:hover {background: #c13584;}

.gnb_menu_lef_prod {width: 370px;position: absolute;top: 0;right: 0;bottom: 0;z-index: 1;opacity: 0;}
.gnb_menu_lef_prod_item {position: absolute;top: 0;bottom: 0;right: 0;opacity: 0;}
.gnb_menu_lef_prod_item:before {content: '';display: inline-block;vertical-align: middle;height: 100%;}
.gnb_menu_lef_prod_item > img {display: inline-block;vertical-align: middle;max-width: 100%;height: auto;}

.gnb_child_menu {width: 370px;position: absolute;top: 0;right: 0;bottom: 0;background: rgba(248, 248, 248, 0.95);z-index: 3;opacity: 0;visibility: hidden;}
.gnb_child_menu_box {display: table;width: 100%;height: 100%;}
.gnb_child_menu_box_inner {display: table-cell;padding: 163px 80px 0;/* vertical-align: middle; */}
/*
.gnb_child_menu_box_inner b {display: block;padding-bottom: 13px;margin-left: -0.04em;font-size: 20px;font-weight: 400;letter-spacing: 0.2em;color: var(--color-primary);}
.gnb_child_menu_box_inner b.second {padding-top: 58px;}
.gnb_child_menu_box_inner ul.last {margin-bottom: -8px;}
*/
.gnb_child_menu_box_position {position: relative;}
.gnb_depth_menu {position: absolute;top: 0;left: 0;opacity: 0;}
.gnb_depth_menu a {display: block;position: relative;padding: 9px 0 8px;font-size: 16px;font-weight: 400;letter-spacing: 0.05em;color: #888;text-transform: uppercase;transition: color 400ms;}
.gnb_depth_menu a:before {content: '';display: block;width: 5px;height: 5px;position: absolute;left: -22px;top: 50%;margin-top: -3px;background: var(--color-primary);border-radius: 50%;opacity: 0;transition: opacity 200ms;}
.gnb_depth_menu a:hover {color: var(--color-primary);}
.gnb_depth_menu a:hover:before {opacity: 1;transition: opacity 400ms;}

/* 우측 */
.gnb_menu_right {float: right;position: relative;background: #fff;z-index: 2;}
.gnb_menu_slider {position: absolute; z-index: 2; top: 0; left: 0;}
.gnb_menu_slide_item {position: relative;}
.gnb_menu_slide_item img {display: block;max-width: 100%;height: auto; opacity: 0;}
.gnb_menu_slide_txt {position: absolute;left: 111px;top: 50%;margin-top: -113px;}
.gnb_menu_slide_txt b {display: block;font-size: 32px;font-weight: 400;letter-spacing: 0.2em;line-height: 1.25;color: #fff;}
.gnb_menu_slide_txt p {display: block;margin: 14px 0 45px;font-size: 16px;font-weight: 300;letter-spacing: 0.05em;line-height: 1.63;color: #fff;}
.gnb_menu_slide_txt a {display: inline-block;vertical-align: middle;position: relative;padding: 3px 0;font-size: 16px;font-weight: 300;letter-spacing: 0.05em;color: #fff;opacity: 0.5;transition: opacity 300ms;}
.gnb_menu_slide_txt a:after {content: '';display: block;width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #fff;transition: width 0.4s;}
.gnb_menu_slide_txt a:hover {opacity: 1;}
.gnb_menu_right .cycle_pager {width: 100%;padding-right: 128px;bottom: 88px;text-align: center;}

.gnb_menu_slider_bg { position: relative; max-width: 952px; height: 953px; overflow: hidden;  }
.gnb_menu_slider_bg .dis_content_slideshow { position: absolute; top: 50%; left: 15%; font-size: 40px; transform: translateY(-50%); color: #fff; }


.gnb_close_btn {width: 40px;height: 40px;position: absolute;right: 75px;top: 64px;cursor: pointer;z-index: 2;}
.gnb_close_btn > span {width: 30px;height: 2px;position: absolute;left: 50%;margin-left: -15px;background: #222;transition: background-color 300ms;}
.gnb_close_btn_line_01 {top: 6px;}
.gnb_close_btn_line_02 {top: 19px;}
.gnb_close_btn_line_03 {top: 32px;}
body.sticky_header .gnb_close_btn {top: 32px;}

/* open */
.gnb_menu_container.active {transform: translate3d(0,0,1px) rotate(.001deg);}
.gnb_menu_container.active .gnb_menu_container_inner {transform: translate3d(0,0,1px) rotate(.001deg);}
.gnb_menu_container.active .gnb_close_btn > span {background: #fff;}



/* **************************************** *
 * COMPONENT
 * **************************************** */
/* button */
.jt_btn {display: block;width: 216px;height: 45px;position: relative;font-size: 0;}
.jt_btn .txt {display: inline-block;position: relative;font-size: 16px;font-weight: 300;letter-spacing: 0.05em;line-height: 43px;color: var(--color-primary);z-index: 1;}
.jt_btn .circle {display: block;width: 45px;height: 45px;position: absolute;right: 0;top: 50%;margin-top: -22.5px;background: var(--color-primary);border-radius: 50%;transition: transform .3s;}
.jt_btn .icon, .jt_btn .icon_2 {display: block;width: 54px;height: 1px;position: absolute;top: 50%;margin-top: -0.5px;right: 26px;font-size: 0;background: var(--color-primary);box-sizing: border-box;z-index: 1;}
.jt_btn .icon:before, .jt_btn .icon_2:before {content: '';height: 1px;position: absolute;top: 0;margin-top: -0.5px;right: 3px;background: #fff;z-index: 2;}
.jt_btn .icon:before {width: 29%;}
.jt_btn .icon_2:before {width: 32%;}
.jt_btn .icon:after, .jt_btn .icon_2:after {display: block;position: absolute;top: 50%;margin-top: -14px;right: -11px;font-family: 'jt-font';content: '\e90b';font-size: 28px;font-weight: normal;line-height: 1;color: #fff;z-index: 3;}
.jt_btn .icon_2 {opacity: 0;transform: translateX(-20px);}
.jt_btn:hover .icon {opacity: 0;transform: translateX(10px);transition: all .2s ease 0s;}
.jt_btn:hover .icon_2 {opacity: 1;transform: translateX(0);transition: all .4s ease .25s;}
.jt_btn:hover .circle {transform: scale(1.1) rotate(0.05deg);transition: transform .55s;}

.jt_btn.secondary .txt {color: #fff;}
.jt_btn.secondary .icon, .jt_btn.secondary .icon_2 {background: #fff;}

/* slick */
.slick-list, .slick-track {height: 100%;}

/* CYCLE */
.cycle_control {display: block;width: 100px;height: 164px;position: absolute;right: -50px;top: 50%;margin-top: -105px;z-index: 2;}
.cycle_btn {width: 100%;height: 54px;position: relative;font-size: 0;text-align: center;cursor: pointer;}
.cycle_btn:before, .cycle_btn:after {position: absolute;top: 0;left: 0;right: 0;font-family: 'jt-font';font-weight: normal;font-size: 54px;text-align: center;color: #222;}
.cycle_btn:after {opacity: 0;}
.cycle_prev:after {transform: translateX(20px);}
.cycle_prev:before, .cycle_prev:after {content: '\e902';}
.cycle_next:after {transform: translateX(-20px);}
.cycle_next:before, .cycle_next:after {content: '\e903';}
.cycle_btn:hover:before {opacity: 0;transition: all .3s ease 0s;}
.cycle_prev:hover:before {transform: translateX(-20px);}
.cycle_next:hover:before {transform: translateX(20px);}
.cycle_btn:hover:after {opacity: 1;transform: translateX(0);transition: transform .3s ease .35s, opacity .5s ease .35s;}

.cycle_count {margin: 28px 0;font-size: 0;}
.cycle_count > span {display: inline-block;height: 50px;vertical-align: middle;position: relative;font-size: 50px;line-height: 1;font-weight: 300;text-align: center;color: #222;overflow: hidden;}
.cycle_count > span.cycle_count_line {width: 28px;}
.cycle_count > span.cycle_count_current,
.cycle_count > span.cycle_count_total {width: 36px;}
.cycle_count > span.cycle_count_current > i {display: block;width: 100%;position: absolute;left: 0;top: 0;font-style: normal;}
.cycle_count > span.cycle_count_current > i.next_el {opacity: 0;}

.cycle_pager {display: block;position: absolute;left: 76px;bottom: 74px;font-size: 0;z-index: 2;}
.cycle_pager li {display: inline-block;width: 19px;height: 19px;position: relative;margin: 0 4px;cursor: pointer;}
.cycle_pager li:after {content: '';display: block;width: 12px;height: 12px;position: absolute;left: 50%;top: 50%;transform: translate3d(-50%, -50%, 0);border: 1px solid transparent;border-radius: 50%;transition: width 300ms, height 300ms, border-color 400ms;}
.cycle_pager li span {display: block;width: 6px;height: 6px;margin: 7px auto;background: #fff;border-radius: 50%;}
.cycle_pager li.cycle-pager-active:after {width: 19px;height: 19px;border-color: #fff;}

/* video */
.jt_full_video_outer {width: 100%;height: 100%;position: relative;overflow: hidden;}
.jt_full_video {display: block;width: auto;height: auto;min-width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;}
.jt_full_video_poster {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: no-repeat center center;background-size: cover;z-index: 2;}
.jt_full_video_outer:after {content: '';display: block;height: 100%;width: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(8,49,68,0.2);z-index: 3;}
