@charset "utf-8";

/*
 * File       : jt-strap.css
 * Author     : STUDIO-JT (KMS, Chaehee)
 * Guideline  : JTstyle.2.0
 *
 * Dependency : css/reset.css
 *
 * SUMMARY:
 * 01) TYPOGRAPHY
 * 02) JT GUIDE
 * 03) BUTTON
 * 04) FORM
 * 05) SEARCH
 * 06) LIST PAGINATION
 * 07) LIST COMPONENT
 * 08) SINGLE LAYOUT
 * 09) SINGLE PAGINATION
 * 10) ATTACHMENTS
 * 11) JT SHARE
 * 12) JT COMING SOON
 * 13) JT LOADMORE
 * 14) JT ALERT
 * 15) JT LOADING ALERT
 * 16) SWIPER
 * 17) SLICK
 * 18) NICESCROLL
 * 19) MAGNIFIC POPUP
 * 20) A11Y
 * 21) LAZYLOAD
 * 22) VIDEO
 * 23) ANIMATIOM KEYFRAME
 * 24) MARQUEE
 * 25) JT ACCORDION
 */



/* **************************************** *
 * TYPOGRAPHY
 * **************************************** */
.jt-ko-text--01 { font-size: 80rem; line-height: 1.25; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--02 { font-size: 72rem; line-height: 1.19; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--03 { font-size: 62rem; line-height: 1.38; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--04 { font-size: 48rem; line-height: 1.41; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--05 { font-size: 32rem; line-height: 1.62; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--06 { font-size: 24rem; line-height: 1.66; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--07 { font-size: 18rem; line-height: 1.77; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--08 { font-size: 17rem; line-height: 1.76; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--09 { font-size: 16rem; line-height: 1.75; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--10 { font-size: 15rem; line-height: 1.6; font-weight: 600; letter-spacing: 0; }
.jt-ko-text--11 { font-size: 14rem; line-height: 1.42; font-weight: 600; letter-spacing: 0; }

.jt-en-text--01 { font-size: 200rem; line-height: 1.05; font-weight: 400; letter-spacing: 0; }
.jt-en-text--02 { font-size: 100rem; line-height: 1.08; font-weight: 400; letter-spacing: 0; }
.jt-en-text--03 { font-size: 80rem; line-height: 1.2; font-weight: 400; letter-spacing: 0; }
.jt-en-text--04 { font-size: 60rem; line-height: 1.2; font-weight: 400; letter-spacing: 0; }
.jt-en-text--05 { font-size: 46rem; line-height: 1; font-weight: 400; letter-spacing: 0; }
.jt-en-text--06 { font-size: 30rem; line-height: 1.2; font-weight: 400; letter-spacing: 0; }
.jt-en-text--07 { font-size: 22rem; line-height: 1.2; font-weight: 400; letter-spacing: 0; }
.jt-en-text--08 { font-size: 20rem; line-height: 1.2; font-weight: 400; letter-spacing: 0; }
.jt-en-text--09 { font-size: 18rem; line-height: 1.33; font-weight: 400; letter-spacing: 0; }
.jt-en-text--10 { font-size: 17rem; line-height: 1.29; font-weight: 400; letter-spacing: 0; }
.jt-en-text--11 { font-size: 14rem; line-height: 1.28; font-weight: 400; letter-spacing: 0; }



/* **************************************** *
 * JT GUIDE
 * **************************************** */
/* ICON */
.jt-guide--icon {display: inline-block;}
.jt-guide--icon svg {display: block;width: 100%;height: auto;}



/* **************************************** *
 * BUTTON
 * **************************************** */
/* Basic Button */
.jt-btn__basic { display: inline-block; position: relative; vertical-align: middle; line-height: 1; text-align: center; padding: 0 20rem; font-size: 17rem; font-weight: 400; letter-spacing: 0em; }
.jt-btn__basic > span { display: inline-block; padding: 9rem 0; position: relative; }
.jt-btn__basic > span:after { content: ''; display: block; width: 100%; height: 2rem; position: absolute; left: 0; bottom: 1rem; background: #fff; -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1); transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1); transition: transform .6s cubic-bezier(.19, 1, .22, 1); transition: transform .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1); }
html.desktop .jt-btn__basic:hover > span:after { -webkit-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; transform-origin: 0% 50%; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }



/* **************************************** *
 * FORM
 * **************************************** */
/* Selectric */
.jt-selectric__wrap { width: 250rem; position: relative; }

html.js .jt-selectric { opacity: 0; } /* fix fouc */

.selectric { width: 100%; text-align: left; background: transparent; border: 1rem solid #E8E9EB; border-radius: 0; -webkit-transition: border-color .3s; transition: border-color .3s; }
.selectric .label { height: 58rem; margin: 0 42rem 0 24rem; font-size: 17rem; line-height: 58rem; font-weight: 400; color: #fff; }
.selectric .button { width: 60rem; height: 58rem; }
.selectric .button:after { content: ''; background: url(../images/icon/jt-chevron-down-mini-2px-square.svg) no-repeat center; background-size: 10rem 7rem; border: 0; width: 10rem; height: 7rem; -webkit-transition: -webkit-transform .4s; transition: -webkit-transform .4s; transition: transform .4s; transition: transform .4s, -webkit-transform .4s;}
.selectric-items { background: #020A0A; border: solid #fff; border-width: 0 1rem 1rem; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; opacity: 0; -webkit-transition: all .4s; transition: all .4s; }
.selectric-items ul, .selectric-items li { width: 100%; font-size: 17rem; text-align: left; }
.selectric-items ul { margin: 0; padding: 0; }
.selectric-items li { padding: 6rem 24rem; line-height: 1.4; font-weight: 400; color: #666; -webkit-transition: color .3s; transition: color .3s; }
.selectric-items li:first-child { padding-top: 20rem; }
.selectric-items li:last-child { padding-bottom: 20rem; }
html.desktop .selectric-items li:hover, .selectric-items li.selected { color: #fff; background: transparent; }
.selectric-open .selectric .button:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.selectric-open .selectric-items { opacity: 1; }
.selectric-above.selectric-open .selectric-items { border-width: 1rem 1rem 0; }
html.js-privacy-open .selectric-open .selectric-items {width: 100% !important}

html.mobile .jt-selectric__wrap { border-radius: 0; overflow: hidden; }
html.mobile .jt-selectric__wrap:after { content: ''; background: url(../images/icon/jt-chevron-down-mini-2px-square.svg) no-repeat center; background-size: 10rem 7rem; border: 0; width: 60rem; height: 58rem; position: absolute; top: 0; right: 0; }
html.mobile .jt-selectric__wrap > select { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; margin: 0; padding: 21rem 42rem 20rem 24rem; position: relative; font-family: 'Pretendard', sans-serif; font-size: 17rem; line-height: 1; font-weight: 400; color: #fff; background: transparent; border: 1rem solid #E8E9EB; border-radius: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; -webkit-box-shadow: none; box-shadow: none; opacity: 1; }



/* **************************************** *
 * SEARCH
 * **************************************** */
.jt-search { margin-bottom: 30rem; }
.jt-search:after { content: ''; display: table; clear: both; }
.jt-search__field { float: right; width: 396rem; position: relative; }

.jt-search__input { display: block; width: 100%; height: 56rem; margin: 0; padding: 0 75rem 0 0; font-size: 17rem; line-height: 1.76; font-weight: 400; letter-spacing: 0; color: #fff; text-overflow: ellipsis; background: none; border-radius: 0; border: none; border-bottom: 1rem solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.jt-search__input::-ms-clear { display: none; width: 0; height: 0 }
.jt-search__input::-webkit-search-cancel-button { -webkit-appearance: none }
.jt-search__input::-webkit-search-decoration { -webkit-appearance: none }

.jt-search__submit { width: 35rem; height: 100%; margin: 0; padding: 0; position: absolute; right: 0; top: 0; background: none; border: none; cursor: pointer; }
.jt-search__submit .jt-guide--icon { display: block; width: 25rem; margin: 0 0 0 auto; }
.jt-search__submit .jt-guide--icon path { stroke: #fff; }

.jt-search__reset { display: block; width: 32rem; height: 100%; margin: 0; padding: 0; position: absolute; right: 35rem; top: 0; background: none; border: none; opacity: 0; -webkit-transition: opacity .15s; transition: opacity .15s }
.jt-search__reset .jt-guide--icon { display: block; width: 20rem; margin: 0 0 0 auto; }
.jt-search__reset .jt-guide--icon path { fill: rgba(255,255,255,0.8); }
.jt-search__field.jt-search__field--active .jt-search__reset { opacity: 1; visibility: visible; }



/* **************************************** *
 * LIST PAGINATION
 * **************************************** */
.jt-pagination { display: block; width: 100%; margin-top: 50rem; font-size: 0; text-align: center; clear: both; }
.jt-pagination:empty { margin-top: 0; }
.jt-pagination .jt-pagination__numbers { display: inline-block; min-width: 32rem; height: 32rem; padding: 0 4rem; margin: 0 4rem; margin-bottom: 4rem; position: relative; font-size: 16rem; font-weight: 400; line-height: 32rem; text-align: center; vertical-align: top; color: #666; -webkit-transition: color .3s; transition: color .3s; }
.jt-pagination .jt-pagination__numbers:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 1rem solid transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html.desktop .jt-pagination .jt-pagination__numbers:hover, .jt-pagination .jt-pagination__numbers.jt-pagination--current { color: #020A0A; }
.jt-pagination .jt-pagination__numbers.jt-pagination--current:after { border-color: #020A0A; }
.jt-pagination .jt-pagination__numbers.jt-pagination--first, .jt-pagination .jt-pagination__numbers.jt-pagination--prev, .jt-pagination .jt-pagination__numbers.jt-pagination--next, .jt-pagination .jt-pagination__numbers.jt-pagination--last { font-size: 0; border: 1rem solid #dedede; }
.jt-pagination .jt-pagination__numbers.jt-pagination--first:before, .jt-pagination .jt-pagination__numbers.jt-pagination--prev:before, .jt-pagination .jt-pagination__numbers.jt-pagination--next:before, .jt-pagination .jt-pagination__numbers.jt-pagination--last:before { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; font-family: 'jt-font'; font-size: 16rem; font-weight: normal; line-height: 30rem; color: #aaa; }
.jt-pagination .jt-pagination__numbers.jt-pagination--first { margin-left: 0; margin-right: 0; }
.jt-pagination .jt-pagination__numbers.jt-pagination--first:before { content: '\e908'; }
.jt-pagination .jt-pagination__numbers.jt-pagination--prev:before { content: '\e909'; }
.jt-pagination .jt-pagination__numbers.jt-pagination--next:before { content: '\e90a'; }
.jt-pagination .jt-pagination__numbers.jt-pagination--last { margin-left: 0; margin-right: 0; }
.jt-pagination .jt-pagination__numbers.jt-pagination--last:before { content: '\e90b'; }



/* **************************************** *
 * LIST COMPONENT
 * **************************************** */
/* Nothing */
.jt-list-nothing { margin-top: 60rem; padding: 94rem 50rem; text-align: center; border: 1rem solid #fff; }



/* **************************************** *
 * SINGLE LAYOUT
 * **************************************** */
/* header */
.jt-single__header { padding-bottom: 30rem; margin-bottom: 50rem; border-bottom: 4rem solid #fff; }
.jt-single__title br { display: none; }
.jt-single__meta { margin-top: 22rem; }

/* content */
.jt-single__body .jt-single__content.jt-blocks > *:first-child { margin-top: 0; }
.jt-single__body .jt-single__content.jt-blocks > *:last-child { margin-bottom: 0; }

.jt-blocks .wp-block-image img {width: 100%;}

/* share */
.jt-single-share { margin-top: 122rem; }



/* **************************************** *
 * SINGLE PAGINATION
 * **************************************** */
.single-pagination { margin-top: 100rem; }

/* paging */
.single-pagination__post { position: relative; border-top: 1rem solid rgba(255,255,255,0.3); border-bottom: 1rem solid rgba(255,255,255,0.3); }
.single-pagination__post-inner { position: relative; }
.single-pagination__post-inner:first-child { border-bottom: 1rem solid rgba(255,255,255,0.3); }
.single-pagination__type { display: block; position: absolute; top: 25rem; left: 22rem; }
.single-pagination__type > span { font-size: 18rem; line-height: 1.33; font-weight: 400; }
.single-pagination__link { width: 100%; padding: 21rem 22rem 18rem 187rem; position: relative; }
.single-pagination__link > * { display: block; font-size: 17rem; line-height: 1.76; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.single-pagination__link > span { opacity: 0.3; }
.single-pagination__link br { display: none; }

/* back to list */
.single-pagination__list { margin-top: 50rem; font-size: 0; text-align: right; }
.single-pagination__list .jt-btn__basic { padding-left: 0; padding-right: 0; }



/* **************************************** *
 * ATTACHMENTS
 * **************************************** */
.jt-download-files { margin-top: 120rem; padding: 2rem 0 0 20rem; font-size: 0; border-left: 3rem solid #fff; }
.jt-download-files b { display: block; padding-left: 20rem; position: relative; font-size: 16rem; line-height: 1.75; font-weight: 600; letter-spacing: 0; }
.jt-download-files b .jt-guide--icon { display: block; width: 20rem; position: absolute; left: -5rem; top: 50%; margin-top: -10rem; }
.jt-download-files b .jt-guide--icon path { stroke: #fff; }
.jt-download-files a, .jt-download-files i { display: inline-block; vertical-align: middle; font-size: 16rem; line-height: 1.75; font-weight: 400; letter-spacing: 0; }
.jt-download-files a { border-bottom: 1rem solid transparent; -webkit-transition: border .3s; transition: border .3s; }
html.desktop .jt-download-files a:hover { border-bottom-color: #fff; }
.jt-download-files i.jt-download-files__comma { padding-right: 8rem; font-style: normal; }



/* **************************************** *
 * JT SHARE
 * **************************************** */
.jt-share { font-size: 0; text-align: center; }
.jt-share .jt-share__item { display: inline-block; vertical-align: middle; width: 36rem; height: 36rem; margin: 0 15rem; position: relative; opacity: 0.8; -webkit-transition: opacity .3s; transition: opacity .3s; }
.jt-share .jt-share__item .jt-guide--icon { width: 31rem; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.jt-share .jt-share__item .jt-guide--icon path { fill: #fff; }
.jt-share .jt-share__item.jt-share--naver-band .jt-guide--icon { width: 25rem; }
html.desktop .jt-share .jt-share__item:hover { opacity: 1; }

.jt-share__copynote { padding: 20rem 50rem; position: fixed; left: 51rem; bottom: 40rem; background: #020A0A; border: 4rem solid #fff; z-index: 501; opacity: 0; visibility: hidden; }



/* **************************************** *
 * JT COMING SOON
 * **************************************** */
.jt-comingsoon { padding: 120rem 0; text-align: center; border-top: 3rem solid #ddd; border-bottom: 1rem solid #ddd; }
.jt-comingsoon b { font-size: 32rem; font-weight: 600; color: #222; }
.jt-comingsoon b span { color: #020A0A; }
.jt-comingsoon p { padding-top: 15rem; font-size: 16rem; line-height: 1.75; color: #666; }
.jt-comingsoon p span { color: #222; }



/* **************************************** *
 * JT LOADMORE
 * **************************************** */
.jt-loadmore { margin-top: 73rem; font-size: 0; text-align: center; }
.jt-loadmore__spinner { display: none; width: 80rem; margin: 0; position: absolute; top: 9rem; left: 50%; margin-left: -40rem; text-align: center; }
.jt-loadmore__spinner > div { display: inline-block; width: 10rem; height: 10rem; margin: 0 6rem; background-color: rgba(255,255,255,0.3); border-radius: 100%; -webkit-animation: bounce-delay 1.4s infinite ease-in-out both; animation: bounce-delay 1.4s infinite ease-in-out both; }
.jt-loadmore__spinner .jt-loadmore__spinner_ball_01 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.jt-loadmore__spinner .jt-loadmore__spinner_ball_02 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }
.jt-loadmore.jt-loadmore--loading a span { visibility: hidden; }
.jt-loadmore.jt-loadmore--loading a .jt-loadmore__spinner { display: block; }



/* **************************************** *
 * JT ALERT
 * **************************************** */
.jt-alert { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 99999; }
.jt-alert__container { position: relative; width: 90%; max-width: 376rem; left: 50%; top: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 4rem; text-align: center; -webkit-box-shadow: 0 20rem 80rem rgba(0, 0, 0, .1); box-shadow: 0 20rem 80rem rgba(0, 0, 0, .1); }
.jt-alert__content { width: 100%; min-height: 110rem; text-align: center; padding: 43rem 20rem 29rem; }
.jt-alert__content h1 { font-size: 20rem; line-height: 1.35; color: #222; font-weight: 600; margin-top: -9rem; padding-bottom: 10rem; }
.jt-alert__content p { vertical-align: middle; font-size: 16rem; line-height: 1.7; color: #666; word-wrap: break-word; word-break: keep-all; }
.jt-alert__btn { font-size: 16rem; line-height: 1.7; font-weight: 600; color: #484848; background: #f8f8f8; border: 1rem solid #ddd; cursor: pointer; display: inline-block; -webkit-transition: .3s; transition: .3s; }
html.desktop .jt-alert__btn:hover { background:#eee; }
.jt-alert--primary-button .jt-alert__btn.jt-alert--ok { background: #020A0A; border: 1rem solid #020A0A; color: #fff; }

.jt-alert--button-icon .jt-alert__btn:before { font-family: 'jt-font'; line-height: 1; font-size: 12rem; padding-right: 9rem; }
.jt-alert--button-icon .jt-alert__btn.jt-alert--ok:before { content: '\e935'; }
.jt-alert--button-icon .jt-alert__btn.jt-alert--cancel:before { content: '\e92e'; }
.jt-alert--confirm .jt-alert__btn { background: #eee; }
html.desktop .jt-alert--confirm .jt-alert__btn:hover { background: #ddd; }
.jt-alert--primary-title .jt-alert__content h1 { color:#020A0A; }

.jt-alert--has-icon .jt-alert__content h1 { position: relative; padding-top: 71rem; }
.jt-alert--has-icon .jt-alert__content h1:before { font-family: 'jt-font'; font-size: 45rem; position: absolute; font-weight: normal; top: 0; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.jt-alert--has-icon.jt-alert__type-info .jt-alert__content h1:before { content: '\e94e'; color: #aaa; }
.jt-alert--has-icon.jt-alert__type-success .jt-alert__content h1:before { content: '\e94f'; color: #20bd54; }
.jt-alert--has-icon.jt-alert__type-error .jt-alert__content h1:before { content: '\e950'; color: #dd4242; }

.jt-alert--no-message .jt-alert__content h1 { margin-top: 0; }

/* Classic */
.jt-alert__style-classic .jt-alert__container { background: #fff; }
.jt-alert__style-classic .jt-alert__container .jt-alert__actions { border-top: 1rem solid #ddd; }
.jt-alert__style-classic .jt-alert__actions { padding: 20rem 0; margin: 0 20rem; text-align: center; }
.jt-alert__style-classic .jt-alert__btn { padding: 7rem 29rem 9rem 28rem; border-radius: 5rem; }
.jt-alert__style-classic.jt-alert--confirm .jt-alert__btn { width: 159rem; margin-right: 15rem; }
.jt-alert__style-classic.jt-alert--confirm .jt-alert__btn:last-child { margin-right: 0; }
.jt-alert__style-classic.jt-alert--primary-title .jt-alert__content h1 { padding-bottom: 25rem; }
.jt-alert__style-classic.jt-alert--primary-title .jt-alert__content p { color:#444; }
.jt-alert__style-classic.jt-alert--has-icon.jt-alert__type-info .jt-alert__content h1 { padding-top: 76rem; }

/* Basic */
.jt-alert__style-basic .jt-alert__container { overflow: hidden; }
.jt-alert__style-basic .jt-alert__container .jt-alert__actions { border-top: 0; }
.jt-alert__style-basic .jt-alert__content { background: #fff; min-height: 146rem; padding: 59rem 20rem 29rem; }
.jt-alert__style-basic .jt-alert__content h1 { margin-top: -19rem; }
.jt-alert__style-basic .jt-alert__actions { background: #fff; border-top: 1rem solid #ddd; }
.jt-alert__style-basic .jt-alert__btn { padding: 13rem 0 14rem; width: 100%; height: 100%; border-radius: 0; background: #f8f8f8; border: 1rem solid #ddd; color: #666; }
html.desktop .jt-alert__style-basic .jt-alert__btn:hover { background: #eee; }
.jt-alert__style-basic.jt-alert--primary-button .jt-alert__content { background: #f8f8f8; }
.jt-alert__style-basic.jt-alert--primary-button .jt-alert__btn { color: #020A0A; background: #fff; border: 0; border-top: 1rem solid #ddd; }
html.desktop .jt-alert__style-basic.jt-alert--primary-button .jt-alert__btn:hover { color: #fff; background: #020A0A; border-top: 1rem solid #020A0A; }
.jt-alert__style-basic.jt-alert--primary-button.jt-alert--confirm .jt-alert__content { background: #fff; }
.jt-alert__style-basic.jt-alert--primary-button.jt-alert--confirm .jt-alert__btn { border-top: 0; }
.jt-alert__style-basic.jt-alert--primary-button.jt-alert--confirm .jt-alert__btn.jt-alert--ok { color: #fff; background: #020A0A; }
.jt-alert__style-basic.jt-alert--confirm .jt-alert__actions { background: none; }
.jt-alert__style-basic.jt-alert--confirm .jt-alert__btn { width: 50%; color: #484848; background: #eee; }
html.desktop .jt-alert__style-basic.jt-alert--confirm .jt-alert__btn:hover { color: #484848; background: #ddd; }
.jt-alert__style-basic.jt-alert--confirm .jt-alert__btn.jt-alert--cancel { border-top: 1rem solid #ddd; padding-top: 12rem; }
.jt-alert__style-basic.jt-alert--button-icon.jt-alert--confirm .jt-alert__content { background: #fff; }
.jt-alert__style-basic.jt-alert--primary-title .jt-alert__content { padding: 38rem 20rem 35rem; }
.jt-alert__style-basic.jt-alert--primary-title .jt-alert__content h1 { padding-bottom: 18rem; margin-bottom: 33rem; border-bottom: 1rem solid #ddd; }
.jt-alert__style-basic.jt-alert--has-icon.jt-alert__type-info .jt-alert__content h1 { padding-top: 71rem; }
.jt-alert__style-basic.jt-alert--has-icon .jt-alert__content { padding: 32rem 20rem 34rem; }
.jt-alert__style-basic.jt-alert--has-icon .jt-alert__content h1 { margin-top: 0; }



/* **************************************** *
 * JT LOADING ALERT
 * **************************************** */
.jt-alert-loading { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: #000000; background-color: rgba(0, 0, 0, .4); z-index: 9999999; }
.jt-alert-loading__container { position: relative; width: 90%; max-width: 320rem; left: 50%; top: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 0; text-align: center; -webkit-box-shadow: 0 20rem 80rem rgba(0, 0, 0, .1); box-shadow: 0 20rem 80rem rgba(0, 0, 0, .1); background: #fff; }
.jt-alert-loading__content { width: 100%; min-height: 95rem; text-align: center; padding: 45rem 20rem; }
.jt-alert-loading__content h1 { font-size: 16rem; line-height: 1.35; color: #222; font-weight: 600; margin-top: 0; padding-bottom: 8rem; letter-spacing: 0em; }
.jt-alert-loading__progress { font-size: 0; display: block; margin-top: 2rem; }
.jt-alert-loading__progress-icon { width: 8rem; height: 8rem; background: #ddd; display: inline-block; border-radius: 50%; margin: 0 6rem; position: relative; }
.jt-alert-loading__progress-icon:before { content: ''; display: block; width: 8rem; height: 8rem; background: #ddd; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; }
.jt-alert-loading__progress-icon-01:before { -webkit-animation: jt-alert-loading-01 2.1s infinite cubic-bezier(0, 0, 0, 0); animation: jt-alert-loading-01 2.1s infinite cubic-bezier(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; }
.jt-alert-loading__progress-icon-02:before { -webkit-animation: jt-alert-loading-02 2.1s infinite cubic-bezier(0, 0, 0, 0); animation: jt-alert-loading-02 2.1s infinite cubic-bezier(0, 0, 0, 0); }
.jt-alert-loading__progress-icon-03:before { -webkit-animation: jt-alert-loading-03 2.1s infinite cubic-bezier(0, 0, 0, 0); animation: jt-alert-loading-03 2.1s infinite cubic-bezier(0, 0, 0, 0); }



/* **************************************** *
 * SWIPER
 * **************************************** */
.swiper-control { position: absolute; left: 38rem; bottom: 35rem; font-size: 0; z-index: 2; }

/* NAVIGATION */
.swiper-button-navigation { display: inline-block; vertical-align: middle; width: 34rem; height: 34rem; padding: 0; margin: 0; position: relative; top: auto; bottom: auto; left: auto; right: auto; font-size: 0; background: none; border: none; z-index: 2; }
.swiper-button-navigation.swiper-button-prev { margin-right: 16rem; }
.swiper-button-navigation.swiper-button-next { margin-left: 4rem; }
.swiper-button-navigation .jt-guide--icon { width: 9rem; margin: 0 auto; vertical-align: middle; }
.swiper-button-navigation .jt-guide--icon path { stroke: #fff; }

/* PAGINATION */
.swiper-control .swiper-pagination { display: inline-block; vertical-align: middle; position: relative; font-size: 16rem; line-height: 1; font-weight: 400; -webkit-font-feature-settings: 'tnum'; -moz-font-feature-settings: 'tnum'; font-feature-settings: 'tnum'; }
.swiper-control .swiper-pagination.swiper-pagination-fraction { width: auto; left: 0; bottom: auto; }

/* STATE (PLAY/PAUSE) */
.swiper-state { display: inline-block; vertical-align: middle; width: 34rem; height: 34rem; margin-top: -1rem; position: relative; }
.swiper-state__btn { display: block; width: 100%; height: 100%; margin: 0; padding: 0; position: absolute; top: 0; left: 0; background: transparent; border: none; cursor: pointer; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s; transition: opacity .3s; cursor: pointer; }
.swiper-state__btn .jt-guide--icon { width: 18rem; margin: 0 auto; vertical-align: middle; }
.swiper-state__btn--play .jt-guide--icon { width: 17rem; }
.swiper-state.swiper-state--play .swiper-state__btn--play { opacity: 1; visibility: visible; }
.swiper-state.swiper-state--pause .swiper-state__btn--pause { opacity: 1; visibility: visible; }

/* PROGRESS BAR */
.swiper-progress { display: none !important; width: 100%; height: 5rem; position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, 0.3); overflow: hidden; z-index: 2; }
.swiper-progress__bar { display: block; width: 0; height: 100%; background: #fff; }



/* **************************************** *
 * SLICK
 * **************************************** */
/* SLIDER */
.slick-list, .slick-track { height: 100%; }

/* CONTROLLER */
.slick-control { position: absolute; left: 38rem; bottom: 35rem; font-size: 0; z-index: 2; }

/* NAVIGATION */
.slick-arrows { display: inline-block; vertical-align: middle; width: 34rem; height: 34rem; padding: 0; margin: 0; position: relative; top: auto; bottom: auto; left: auto; right: auto; font-size: 0; background: none; border: none; z-index: 2; cursor: pointer; }
.slick-arrows.slick-prev { margin-right: 16rem; }
.slick-arrows.slick-next { margin-left: 4rem; }
.slick-arrows .jt-guide--icon { width: 9rem; margin: 0 auto; vertical-align: middle; }
.slick-arrows .jt-guide--icon path { stroke: #fff; }

/* PAGINATION */
.slick-control .slick-pagination { display: inline-block; vertical-align: middle; position: relative; font-size: 16rem; line-height: 1; font-weight: 400; -webkit-font-feature-settings: 'tnum'; -moz-font-feature-settings: 'tnum'; font-feature-settings: 'tnum'; }
.slick-control .slick-pagination.slick-pagination-fraction { width: auto; left: 0; bottom: auto; }

/* STATE (PLAY/PAUSE) */
.slick-state { display: inline-block; vertical-align: middle; width: 34rem; height: 34rem; margin-top: -1rem; position: relative; }
.slick-state__btn { display: block; width: 100%; height: 100%; margin: 0; padding: 0; position: absolute; top: 0; left: 0; background: transparent; border: none; cursor: pointer; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s; transition: opacity .3s; cursor: pointer; }
.slick-state__btn .jt-guide--icon { width: 18rem; margin: 0 auto; vertical-align: middle; }
.slick-state__btn--play .jt-guide--icon { width: 17rem; }
.slick-state.slick-state--play .slick-state__btn--play { opacity: 1; visibility: visible; }
.slick-state.slick-state--pause .slick-state__btn--pause { opacity: 1; visibility: visible; }

/* PROGRESS BAR */
.slick-progress { display: none !important; width: 100%; height: 5rem; position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, 0.3); overflow: hidden; z-index: 2; }
.slick-progress__bar { display: block; width: 0; height: 100%; background: #fff; }



/* **************************************** *
 * NICESCROLL
 * **************************************** */
.jt-nicescroll { width: 100%; height: 245rem; padding: 24rem 19rem 24rem 29rem; position: relative; background: #fff; border: 1rem solid #ddd; border-radius: 4rem; overflow: hidden; }
.jt-nicescroll__content { width: 100%; height: 100%; padding-right: 32rem; position: relative; }



/* **************************************** *
 * MAGNIFIC POPUP
 * **************************************** */
/* Overlay */
.mfp-bg { background: #000; opacity: 0.76; }

/* Content */
.mfp-iframe-holder .mfp-content { max-width: 1200rem; }
.mfp-iframe-scaler iframe { background: #000; }
html.ie11 .mfp-iframe-scaler { width: 99.99%; padding-top: 56.24%; }

/* Close button */
button.mfp-close { width: 55rem; height: 55rem; top: -11rem; right: -73rem; font-size: 0; opacity: 1; cursor: pointer; }
button.mfp-close:after { display: block; width: 100%; height: 100%; position: absolute; top: 1rem; left: 0; font-family: 'jt-font'; content: '\e944'; font-size: 30rem; line-height: 55rem; font-weight: normal; text-align: center; color: #fff; -webkit-transition: 1s -webkit-transform cubic-bezier(.075, .82, .165, 1); transition: 1s -webkit-transform cubic-bezier(.075, .82, .165, 1); transition: 1s transform cubic-bezier(.075, .82, .165, 1); transition: 1s transform cubic-bezier(.075, .82, .165, 1), 1s -webkit-transform cubic-bezier(.075, .82, .165, 1); -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }
button.mfp-close:active { top: -11rem; }



/* **************************************** *
 * A11Y
 * **************************************** */
.sr-only { position: absolute; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(0px 0px 99.9% 99.9%); clip-path: inset(0px 0px 99.9% 99.9%); overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; }

#skip a { width: 1rem; height: 1rem; position: absolute; left: -10000rem; top: auto; overflow: hidden; }
#skip a:focus { display: block; width: 100%; height: 46rem; position: fixed; top: 0; left: 0; line-height: 47rem; text-align: center; color: #020A0A; background: #fff; z-index: 999; }

.use-mouse, 
.use-mouse select, 
.use-mouse input[type=text], 
.use-mouse input[type=tel], 
.use-mouse input[type=email], 
.use-mouse input[type=password], 
.use-mouse input[type=url], 
.use-mouse input[type=number], 
.use-mouse input[type=search], 
.use-mouse textarea, 
.use-mouse input[type=submit], 
.use-mouse input[type=button], 
.use-mouse button, 
.use-mouse a:focus { outline: none; }



/* **************************************** *
 * LAZYLOAD
 * **************************************** */
img[data-unveil] { opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; }
.jt-lazyload--loaded img[data-unveil], img[data-unveil].jt-lazyload--loaded { opacity: 1 }

.jt-lazyload { position: relative; overflow: hidden; }
.jt-lazyload img { display: block; width: 100%; position: absolute; left: 0; top: 0; }
.jt-lazyload.jt-lazyload--loaded img, .jt-lazyload img.jt-lazyload--loaded { height: auto; }

/* Color preview */
.jt-lazyload__color-preview { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #040E0E; }
.jt-lazyload.jt-lazyload--loaded .jt-lazyload__color-preview { background: transparent; -webkit-transition: background .1s; transition: background .1s; -webkit-transition-delay: .3s; transition-delay: .3s }



/* **************************************** *
 * VIDEO
 * **************************************** */
.jt-fullvid-container { width: 100%; height: 100%; position: relative; overflow: hidden; }
.jt-fullvid-container:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.jt-fullvid__poster { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.jt-fullvid__poster-bg { display: block; position: relative; width: 100%; height: 100%; background: no-repeat center center; background-size: cover; }
.jt-fullvid__poster-bg--low { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center center; background-size: cover; }



/* **************************************** *
 * ANIMATIOM KEYFRAME
 * **************************************** */
/* LOADMORE BOUNCE DELAY */
@-webkit-keyframes bounce-delay {
    0%,80%,100% { -webkit-transform: scale(0); transform: scale(0); }
    40% { -webkit-transform: scale(1.0); transform: scale(1.0); }
}
@keyframes bounce-delay {
    0%,80%,100% { -webkit-transform: scale(0); transform: scale(0); }
    40% { -webkit-transform: scale(1.0); transform: scale(1.0); }
}

/* LOADING ALERT */
@-webkit-keyframes jt-alert-loading-01 {
    0% { background: #b2b2b2; -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; } 
    20% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; } 
    80% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; } 
    100% { background: #b2b2b2; -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; }
}
@keyframes jt-alert-loading-01 {
    0% { background: #b2b2b2; -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; } 
    20% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; } 
    80% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; } 
    100% { background: #b2b2b2; -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; }
}
@-webkit-keyframes jt-alert-loading-02 {
    0% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; } 
    20% { background: #b2b2b2; -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; } 
    40% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; }
}
@keyframes jt-alert-loading-02 {
    0% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; } 
    20% { background: #b2b2b2; -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; } 
    40% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; }
}
@-webkit-keyframes jt-alert-loading-03 {
    20% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; } 
    40% { background: #b2b2b2; -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; } 
    60% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; }
}
@keyframes jt-alert-loading-03 {
    20% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; } 
    40% { background: #b2b2b2; -webkit-box-shadow: 0 0 0 1rem #b2b2b2; box-shadow: 0 0 0 1rem #b2b2b2; } 
    60% { background: #ddd; -webkit-box-shadow: 0 0 0 1rem transparent; box-shadow: 0 0 0 1rem transparent; }
}



/* **************************************** *
 * MARQUEE
 * **************************************** */
/* Marqee code */
.jt-marquee-wrap { width: 100%; overflow: hidden; }
.jt-marquee { white-space: nowrap; }
.jt-marquee span { display: inline-block; vertical-align: top; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-name: Marquee; animation-name: Marquee; }
.jt-marquee i { font-style: normal; margin-right: 150rem; }

@-webkit-keyframes Marquee  { 
  
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes Marquee  {
  
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}



/* **************************************** *
 * ACCORDION
 * **************************************** */
.jt-accordion { width: 100%; position: relative; border-top: 4rem solid #fff; }
.jt-accordion__title { padding: 32rem 0 28rem; position: relative; border-bottom: 1rem solid rgba(255,255,255,.4); cursor: pointer; color: rgba(255,255,255,.6); -webkit-transition: color .3s; transition: color .3s;}
.jt-accordion__questions { width: 100%; padding-left: 20rem; padding-right: 20rem; font-size: 0; }
.jt-accordion__questions p { display: inline; vertical-align: middle; }
.jt-accordion__questions p:not(:last-child) { margin-right: 8rem; }
.jt-accordion__questions .jt-guide--icon { width: 36rem; vertical-align: middle; opacity: 0.6; -webkit-transition: opacity .3s; transition: opacity .3s}
.jt-accordion__questions .jt-guide--icon svg path { fill: #fff; }
.jt-accordion__control { width: 16rem; height: 10rem; position: absolute; right: 50rem; top: 50%; margin-top: -1rem; }
.jt-accordion__control .jt-guide--icon { width: 17rem; vertical-align: top; opacity: .6; -webkit-transition: opacity .3s, -webkit-transform .4s; transition: opacity .3s, -webkit-transform .4s; transition: opacity .3s, transform .4s; transition: opacity .3s, transform .4s, -webkit-transform .4s; }
.jt-accordion__control .jt-guide--icon svg path { stroke: #fff; }
.jt-accordion__title.jt-accordion--active .jt-accordion__control .jt-guide--icon { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
html.desktop .jt-accordion__title:hover .jt-accordion__control .jt-guide--icon, .jt-accordion__title.jt-accordion--active .jt-accordion__control .jt-guide--icon { opacity: 1; }
html.desktop .jt-accordion__title:hover, .jt-accordion__title.jt-accordion--active { color: rgba(255,255,255,1); }
html.desktop .jt-accordion__title:hover .jt-accordion__questions .jt-guide--icon, .jt-accordion__title.jt-accordion--active .jt-accordion__questions .jt-guide--icon { opacity: 1; }

.jt-accordion__content { position: relative; overflow: hidden; }
.jt-accordion__content-inner { padding: 60rem 60rem; }
.jt-accordion__content-inner p { margin-bottom: 30rem; }
.jt-accordion__content-inner p { font-size: 17rem; line-height: 1.76; font-weight: 600; letter-spacing: 0; }
.jt-accordion__content-inner a { border-bottom: 1rem solid rgba(255,255,255,0.5); -webkit-transition: border .3s; transition: border .3s; }
html.desktop .jt-accordion__content-inner a:hover { border-bottom-color: #fff; }
.jt-accordion__content-inner span.point { color: #C09A5D; }
.jt-accordion__content-inner strong { color: #C09A5D; }
.jt-accordion__content-inner > *:last-child { margin-bottom: 0;}
.jt-accordion__content-inner ol { counter-reset: item; }
.jt-accordion__content-inner ol:not(:last-child) { margin-bottom: 30rem;}
.jt-accordion__content-inner ol > li { font-size: 16rem; line-height: 1.75; font-weight: 600; letter-spacing: 0; counter-increment: item; position: relative; padding-left: 20rem; margin-bottom: 6rem; }
.jt-accordion__content-inner ol > li:last-child { margin-bottom: 0; }
.jt-accordion__content-inner ol > li:before { content: counter(item)'.'; position: absolute; top: 0; left: 0; }
.jt-accordion__content-inner ol > li > ul { margin-top: 10rem; margin-bottom: 10rem; }
.jt-accordion__content-inner ol > li .privacy-table-wrap { margin-top: 20rem; margin-bottom: 40rem; }
.jt-accordion__content-inner ul:not(:last-child) { margin-bottom: 30rem;}
.jt-accordion__content-inner ul > li { font-size: 16rem; line-height: 1.75; font-weight: 600; letter-spacing: 0; position: relative; display: block; padding-left: 13rem; margin-bottom: 6rem; }
.jt-accordion__content-inner ul > li:before { content: ''; width: 5rem; height: 2rem; display: block; background: #fff; position: absolute; top: 12rem; left: 0; }
.jt-accordion__content-inner .privacy-table-wrap { margin-bottom: 50rem; }
.jt-accordion__content-inner .privacy-table-wrap:last-child { margin-bottom: 0; }
.jt-accordion__content-inner .privacy-table-wrap .jt-guide--icon svg path { fill: #fff; }
.jt-accordion__content-inner .privacy-table--labelling .jt-guide--icon { vertical-align: top; margin-bottom: 8rem; width: 52rem; }
.jt-accordion__content-inner .privacy-table--labelling td { width: 33.33%; }
.jt-accordion__content-inner .privacy-table--labelling p small { display: block; line-height: 1.43; margin-top: 2rem; }
.jt-accordion__content-inner .privacy-table--labelling p:last-child { margin-bottom: 0; }
.jt-accordion__content-inner .privacy-table--v-center td { vertical-align: middle; }
.jt-accordion__content-inner table { width: 100%;border-top: 1rem solid #fff; }
.jt-accordion__content-inner table.col-3 th { width: 33.33%; }
.jt-accordion__content-inner table th { font-size: 14rem; line-height: 1.42; font-weight: 600; letter-spacing: 0; border-bottom: 1rem solid rgba(255,255,255,.3); text-align: center; padding: 14rem 10rem 10rem; }
.jt-accordion__content-inner table td { font-size: 16rem; line-height: 1.75; font-weight: 600; letter-spacing: 0; border-bottom: 1rem solid rgba(255,255,255,.3); text-align: center; padding: 22rem 10rem 20rem; }
.jt-accordion .jt-accordion__content.jt-accordion--active > .jt-accordion__content-inner { border-bottom: 1rem solid rgba(255,255,255,.4); }
.jt-accordion .jt-accordion__title:not(:first-child) + .jt-accordion__content .jt-accordion__content-inner { display: none; }