@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) 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: 120px;position: fixed;top: 0;left: 0;background: transparent;z-index: 500;transition: box-shadow 400ms;transition-delay: 0ms;}
.header_inner {width: 1903px;height: 100%;margin: 0 auto;position: relative;}
.header_inner:before {content: '';display: block;width: 1320px;height: 100%;position: absolute;top: 0;right: 0;background: #fff;transition: width 300ms;z-index: -1;}
.header_inner:after {content: '';display: table;clear: both;}

/* LOGO */
#logo {width: 126px;height: 43px;position: absolute;left: 80px;top: 48px;transition: top 300ms;}
#logo a {display: block;}
#logo a svg {display: block;width: 100%;height: 100%;}
#logo a svg path {transition: fill 300ms;}

/* DATA */
.header_data {float: right;width: 1320px;height: 100%;background: #fff;}
.header_data > div {height: 100%;}

/* MENU */
.header_menu {float: left;}
.header_menu > ul > li {float: left;position: relative;}
.header_menu > ul > li > a {display: block;position: relative;padding: 0 78px;font-size: 18px;font-weight: 500;letter-spacing: 0.1em;line-height: 120px;color: #222;transition: background 200ms, color 200ms;}
.header_menu > ul > li > a:after {content: '';display: block;width: 1px;height: 13px;position: absolute;right: 0;top: 50%;margin-top: -7px;background: #ddd;}
.header_menu > ul > li:last-child > a:after {display: none;}
.header_menu > ul > li > ul {width: 332px;position: absolute;top: 100%;left: 0;padding: 48px 80px;background: #158593;opacity: 0;visibility: hidden;transition: opacity 300ms;}
.header_menu > ul > li > ul > li {display: block;font-size: 0;}
.header_menu > ul > li > ul > li > a {display: inline-block;position: relative;padding: 10px 0;font-size: 18px;font-weight: 400;letter-spacing: 0.05em;color: #fff;}
.header_menu > ul > li > ul > li > a:after {content: '';display: block;width: 0;height: 1px;position: absolute;left: 0;bottom: 6px;background: #fff;transition: width 300ms;}
.header_menu > ul > li > ul > li > a:hover:after {width: 100%;}
.header_menu_group_wrap {width: 332px;padding: 55px 80px;position: absolute;left: 100%;top: 0;background: #166872;opacity: 0;visibility: hidden;transition: opacity 200ms;}
.header_menu_group + .header_menu_group {margin-top: 63px;}
.header_menu_group > b {display: block;padding-bottom: 14px;font-size: 20px;font-weight: 400;letter-spacing: 0.2em;color: #fff;}
.header_menu_group a {display: block;position: relative;padding: 9px 0 8px;font-size: 16px;font-weight: 400;letter-spacing: 0.05em;color: #aaa;text-transform: uppercase;transition: color 400ms;}
.header_menu_group a:before {content: '';display: block;width: 5px;height: 5px;position: absolute;left: -22px;top: 50%;margin-top: -3px;background: #fff;border-radius: 50%;opacity: 0;transition: opacity 200ms;}
.header_menu_group a:hover {color: #fff;}
.header_menu_group a:hover:before {opacity: 1;transition: opacity 400ms;}
.header_menu > ul:hover > li > a:after {display: none;}
.header_menu > ul > li:hover > a {color: #fff;background: #158593;}
.header_menu > ul > li:hover > ul {opacity: 1;visibility: visible;}
.header_menu > ul > li > ul > li.hover .header_menu_group_wrap {opacity: 1;visibility: visible;}

/* LINK */
.header_web_link {float: right;}
.header_web_link a {display: block;padding: 0 48px;font-size: 14px;font-weight: 600;letter-spacing: 0.2em;line-height: 122px;color: #222;}

/* SEARCH */
.header_search {float: right;width: 112px;text-align: center;border-left: 1px solid #ddd;cursor: pointer;}
.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: 120px;font-weight: normal;color: #222;}

/* LANG */
.header_lang {float: right;width: 105px;text-align: center;border-left: 1px solid #ddd;cursor: pointer;}
.header_lang span {display: inline-block;padding-right: 7px;position: relative;font-size: 14px;letter-spacing: 0.2em;line-height: 120px;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;}

/* MINIMIZE */
#header.minimize {box-shadow: 0 1px 3px rgba(0, 0, 0, .12);transition-delay: 200ms;}
#header.minimize .header_inner:before {width: 100%;}
#header.minimize #logo {top: 38px;}
#header.minimize #logo a svg path {fill: #646569;}



/* **************************************** *
 * FOOTER
 * **************************************** */
#footer {width: 1903px;margin: 0 auto;padding: 102px 0 113px;position: relative;background: #58595b;}
.footer_inner {max-width: 1520px;margin: 0 auto;position: relative;}

.footer_btn {display: block;width: 220px;padding: 14px 25px;position: absolute;top: 3px;right: 0;font-size: 14px;font-weight: 500;line-height: 1;letter-spacing: 0.2em;color: #fff;border-bottom: 1px solid rgba(255,255,255,0.3);transition: border-color 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 {border-bottom-color: rgba(255,255,255,0.8);}

.footer_menu {margin-left: -5px;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 {margin: 8px 0 52px;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;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-bottom: 165px;position: relative;overflow: hidden;}



/* **************************************** *
 * 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%;}

.slick-dots {display: block;margin-top: 20px;font-size: 0;text-align: center;z-index: 2;}
.slick-dots li {display: inline-block;width: 19px;height: 19px;position: relative;margin: 0 4px;cursor: pointer;}
.slick-dots 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;}
.slick-dots li button {display: block;width: 6px;height: 6px;margin: 6px auto;padding: 0;font-size: 0;background: var(--color-primary);border: none;border-radius: 50%;outline: none;box-sizing: border-box;}
.slick-dots li.slick-active:after {width: 19px;height: 19px;border-color: var(--color-primary);}

/* CYCLE */
.cycle_control {display: block;width: 100px;height: 164px;position: absolute;right: 86px;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: #fff;}
.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: #fff;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;} */
