@charset "utf-8";


/*
 * File       : jt-strap.css
 * Author     : STUDIO-JT (HEE)
 * Guideline  : JTstyle.1.1
 *
 * Dependency : css/reset.css
 *
 * SUMMARY:
 * 01) BUTTON
 * 02) FORM
 * 03) CATEGORY
 * 04) SEARCH
 * 05) PAGINATION
 * 06) SINGLE PAGINATION
 * 00) ATTACHMENTS
 * 07) COMMENTS
 * 16) JT LIST COMPONENT
 * 17) JT COMING SOON
 * 18) JT SHARE
 * 19) JT LOADMORE
 * 20) JT Alert
 * 21) TABS
 * 22) MEMBER
 * 23) NICESCROLL
 * 24) CONTACT FROM 7
 * 25) SLICK
 * 26) CYCLE
 * 27) MAGNIFIC POPUP
 * 28) SPLIT WORD
 * 29) SINGLE
 * 30) SINGLE COMPONENT
 * 31) SINGLE GUTEMBERG
 * 32) A11Y
 * 33) LAZYLOAD
 */



/* **************************************** *
 * BUTTON
 * **************************************** */
.jt-btn__basic {display: inline-block; position: relative; vertical-align: middle; line-height: 1; text-align: center; padding: 1.5rem 3.2rem; font-size: 1.4rem; font-weight: 500; letter-spacing: -0.025em; color: #222; border: 0.2rem solid #222; background: transparent; -webkit-transition: all 300ms; transition: all 300ms;}
.jt-btn__basic.jt-btn--type-02 {border-color: #0f4c82; color: #fff; background: #0f4c82;}
.jt-btn__basic.jt-btn--type-03 {color: #0f4c82; border-color: #0f4c82;}
.jt-btn__basic.jt-btn--small {padding: 0.7rem 1rem; font-size: 1.2rem; border-width: 0.1rem; min-width: 8rem;}
.jt-btn__basic.jt-btn--large {padding: 1.4rem 3.5rem;}

.jt-btn__icon {display: inline-block; position: relative; vertical-align: middle; min-width: 18.2rem; line-height: 1; text-align: left; padding: 1.5rem 1.9rem; font-size: 1.4rem; font-weight: 600; letter-spacing: -0.025em; color: #222; border: 0.2rem solid #222; background: transparent; -webkit-transition: all 300ms; transition: all 300ms;}
.jt-btn__icon span { position: relative; padding-right: 2.2rem; }
.jt-btn__icon span:after {content: ''; font-family: 'jt-font'; font-weight: 400; color: #000; position: absolute; top: 0.3rem;right: 0;}
.jt-btn__icon--download span:after {content: '\e92f';font-size: 1.3rem;}
.jt-btn__icon--outlink span:after { content: '\e919'; font-size: 1.3rem; top: 0.5rem; }
.jt-btn__icon.jt-btn--small {padding: 0.9rem 1.4rem; font-size: 1.3rem; min-width: unset;}
.jt-btn__icon.jt-btn--large {padding: 1.4rem 3.5rem;}

.jt-btn__subscribe {display: inline-block; position: relative; vertical-align: middle; line-height: 1; text-align: center; padding: 0.7rem 1rem; font-size: 1.2rem; font-weight: 500; letter-spacing: -0.025em; color: #eb0808; border: 0.1rem solid #eb0808; background: transparent; -webkit-transition: all 300ms; transition: all 300ms; min-width: 7rem;}
.jt-btn__subscribe--done {color: #999; background: #f2f2f2; border-color: #ddd;}

.jt-btn--secondary { color: #999; border-color: #999;}


/* **************************************** *
 * FORM
 * **************************************** */

/* Selectric */
.jt-selectric__wrap {width: 100%; position: relative;}

html.mobile .jt-selectric__wrap {background: #fff; border-radius: 0; }
html.mobile .jt-selectric__wrap:before {width: 0; height: 0; position: absolute; top: 2.1rem; right: 2rem; content: ''; text-align: center; border-left: 0.4rem solid transparent; border-right: 0.4rem solid transparent; border-top: 0.5rem solid #222;}
html.mobile .jt-selectric__wrap > select {-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; margin: 0; padding: 1.4rem 3.4rem 1.5rem 1.4rem; position: relative; font-family: 'NotoSansKR', sans-serif; font-size: 1.4rem; line-height: 1; font-weight: 400; color: #666; background: transparent; border: 0.1rem solid #ddd; 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; letter-spacing: -0.025em;}
html.mobile .selectric-wrapper.selectric-jt-selectric .selectric .label {height:4.3rem; line-height:4.3rem;}

html.mobile .selectric-hide-select.selectric-is-native {background: #fff; border-radius: 0; }
html.mobile .selectric-hide-select.selectric-is-native:before {width: 0; height: 0; position: absolute; top: 2.1rem; right: 2rem; content: ''; text-align: center; border-left: 0.4rem solid transparent; border-right: 0.4rem solid transparent; border-top: 0.5rem solid #222;}
html.mobile .selectric-hide-select.selectric-is-native select {-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 100%;height: auto;margin: 0;padding: 1.4rem 3.4rem 1.5rem 1.4rem;position: relative;font-family: 'NotoSansKR', sans-serif;font-size: 1.4rem;line-height: 1;font-weight: 400;color: #666;background: transparent;border: 0.1rem solid #ddd;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;letter-spacing: -0.025em;position: s;}

.selectric { background: #fff;}
.jt_selectric, .jt-selectric{opacity: 0;}
.selectric .button {width: 4.8rem; height: 4.8rem;}
.selectric .button:after,
.selectric-hover .selectric .button:after {border-top-color: #b2b2b2;border-width: 0.5rem 0.4rem; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s}
.selectric-open {z-index: 100;}
.selectric-open .button:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.selectric .label {font-size: 1.4rem;color: #666;font-weight: 400;margin: 0 3.8rem 0 1.5rem;height: 4.8rem;line-height: 4.8rem;}
.selectric-wrapper .jt_selectric,
.selectric-wrapper .jt-selectric{opacity: 1;}
.selectric-open .selectric {  /* background: #fff; border: #0f4c82 0.1rem solid; border-bottom-color: #ddd; */}
.selectric-items {background: #fff;border: solid #0f4c82;border-width: 0.1rem;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: all 0.4s;transition: all 0.4s; margin-top: -0.1rem; z-index: 0;}
.selectric-items li {padding: 0.9rem 3.8rem 0.9rem 1.6rem;font-size: 1.3rem;}
.selectric-items li:hover { background: #f6f6f6;}
.selectric-items li.selected {color: #0f4c82;	background: #6c9bc5;	background: rgba(108, 155, 197, .1);}

.selectric-open.selectric-above .selectric { /* border-bottom-color: #0f4c82; border-top-color: #ddd; */}
.selectric-above .selectric-items { border-width: -0.1rem -0.1rem 0; margin-top: 0; margin-bottom: -0.1rem;}
.selectric-open:before,
.selectric-open:after { position: absolute; bottom: -0.1rem; content: ""; background: #fff; height: 0.3rem; width: 1.4rem; z-index: 111; display: none;}
.selectric-open.selectric-above:before,
.selectric-open.selectric-above:after{bottom: auto; top:-0.1rem}
.selectric-open:before { left: -0.1rem;}
.selectric-open:after {  right: -0.1rem;}

.jt-selectric__wrap--count-2 { display: inline-block; vertical-align: top; width: -webkit-calc(50% - 0.4rem); width: calc(50% - 0.4rem); }
.jt-selectric__wrap--count-2 + .jt-selectric__wrap--count-2{margin-left: 0.8rem;}

.jt-selectric__wrap--count-3 { display: inline-block; vertical-align: top; width: -webkit-calc(33.33% - 0.52rem); width: calc(33.33% - 0.52rem); }
.jt-selectric__wrap--count-3 + .jt-selectric__wrap--count-3 { margin-left: 0.78rem; }



/* selectic cutom multi select*/
.selectric-jt-selectric--multiple .selectric > .label { font-size: 0;}
.selectric-jt-selectric--multiple .jt-selectric__tag {font-size: 1.2rem;padding: 0.3rem 1rem;margin-right: 0.5rem;background: #eee;border-radius: 99rem;color: #999;}
.selectric-jt-selectric--multiple .selectric-items{padding: 1rem 0 0;}
.selectric-jt-selectric--multiple.selectric-above .selectric-items{padding: 0;}
.selectric-jt-selectric--multiple .selectric-items .selectric-scroll > ul > li:first-child {display:none}
.selectric-jt-selectric--multiple .jt-selectric__tag--default{font-size: 1.4rem;}
.selectric-jt-selectric--multiple .selectric .button { -webkit-box-shadow: -1.5rem 0 1rem 0 rgba(255, 255, 255, .9); box-shadow: -1.5rem 0 1rem 0 rgba(255, 255, 255, .9); background: #fff;}
.selectric-jt-selectric--multiple .selectric {overflow: hidden;}
.selectric-jt-selectric--multiple .selectric-items li { position: relative; padding-left: 5rem;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.selectric-jt-selectric--multiple .selectric-items ul li:before {content: "";width: 2rem;height: 2rem;line-height: 2.2rem;background: #fff;display: inline-block;margin-right: 1rem;font-family: jt-font;font-size: 1rem;color: #fff;text-align: center;-webkit-transform: scale(.8);-ms-transform: scale(.8);transform: scale(.8);position: absolute;left: 2rem;top: 0.8rem;border: 0.1rem solid #ddd;}
.selectric-jt-selectric--multiple .selectric-items ul li.selectric-group-label:before{ display:none}
.selectric-jt-selectric--multiple .selectric-items ul li.selected:before {background: #0f4c82;content: "\e935"; border-color: #0f4c82}
.selectric-jt-selectric--multiple .selectric-items li.selected,
html.mobile .selectric-jt-selectric--multiple .selectric-items li.selectric-group-label:active{ background: transparent;}
/*html:not(.mobile) .selectric-jt-selectric--multiple .selectric-items li:hover,*/
html.mobile .selectric-jt-selectric--multiple .selectric-items li:active{background: #6c9bc5;background:rgba(108, 155, 197, .1)}
html.mobile .jt-selectric__wrap.jt-selectric--disabled:before { border-top-color: #b2b2b2; }
html.mobile .jt-selectric__wrap.jt-selectric--disabled > select:disabled { color: #b2b2b2; }



/* **************************************** *
 * CATEGORY
 * **************************************** */
.jt-category { margin-bottom: 16px; position: relative; overflow: hidden; }
.jt-category:before, .jt-category:after { content: ''; display: block; height: 100%; position: absolute; top: 0; z-index: 1; }
.jt-category:before { left: 0; background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffffff), to(#ffffff)); background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%); }
.jt-category:after {right: 0; background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(40%, #ffffff)); background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 1))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%);}
.jt-category ul { display: block; width: 100%; font-size: 0; line-height: 1; text-align: center; white-space: nowrap; overflow-y: hidden; overflow-x: auto; }
.jt-category ul li { display: inline-block; position: relative; }
.jt-category ul li:before { content: ''; display: block; width: 1px; height: 10px; position: absolute; top: 50%; margin-top: -5px; left: 0; border: none; border-radius: 0px; background: #d7d7d7; }
.jt-category ul li:first-child:before {display: none;}
.jt-category ul a { display: block; padding: 8px 13px; font-size: 14px; font-weight: 400; line-height: 1.6; color: #666; -webkit-transition: color 300ms; transition: color 300ms; }
.jt-category ul li.jt-category--active a, html.desktop .jt-category ul li:hover a { color: #0f4c82; }

html.desktop .jt-category {height: 45px;}
html.desktop .jt-category:before, html.desktop .jt-category:after {width: 48px;}
html.desktop .jt-category ul li:first-child {padding-left: 30px;}
html.desktop .jt-category ul li:last-child {padding-right: 30px;}

html.mobile .jt-category { height: 32px; }
html.mobile .jt-category:before, html.mobile .jt-category:after { width: 13px; }
html.mobile .jt-category ul { -webkit-overflow-scrolling: touch; }



/* **************************************** *
 * SEARCH
 * **************************************** */
.jt-search {padding: 0; margin-bottom: 30px; font-size: 0; text-align: center; background: transparent;}
.jt-search__category {display: inline-block; width: 85px; vertical-align: top; position: relative;}
.jt-search__field {display: inline-block; position: relative; vertical-align: top; width: -webkit-calc(100% - 85px); width: calc(100% - 85px); padding-left: 5px;}
.jt-search__input.jt-form__field {width: 100%; height: 40px; margin: 0; vertical-align: top; background: #fff; border-color: #ddd; text-overflow: ellipsis;}
.jt-search__submit {display: inline-block; vertical-align: top; width: 40px; height: 40px; position: absolute; top: 0; right: 0; padding: 0; font-size: 0; font-weight: 400; color: #fff; border: none; border-radius: 4px; background: none; outline: none; cursor: pointer; -webkit-transition: background 300ms, border-color 300ms; transition: background 300ms, border-color 300ms;}
.jt-search__submit:after {display: block; width: 100%; height: 100%; font-family: 'jt-font'; content: '\e932'; font-size: 13px; font-weight: normal; line-height: 40px; color: #0f4c82;}

html.mobile .jt-search__category {background: #fff; border-radius: 4px; overflow: hidden;}
html.mobile .jt-search__category:before {width: 30px; position: absolute; top: 0; right: 0; font-family: 'jt-font'; content: '\e90d'; font-size: 10px; text-align: center; line-height: 40px; color: #383838;}
html.mobile .jt-search__category > select {-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; margin: 0; padding: 12px 30px 12px 12px; position: relative; font-family: 'NotoSansKR', sans-serif; font-size: 14px; line-height: 1; font-weight: 300; color: #666; background: transparent; border: 1px solid #ddd; border-radius: 4px; -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;}



/* **************************************** *
 * PAGINATION
 * **************************************** */
.jt-pagination {display: block; width: 100%; margin-top: 2.5rem; font-size: 0; text-align: center;}
.jt-pagination .jt-pagination__numbers {display: inline-block; /* min-width: 28px; */ height: 2.8rem; padding: 0 0.7rem; margin: 0 0.7rem; position: relative; font-size: 1.4rem; font-weight: 400; line-height: 2.6rem; text-align: center; vertical-align: top; color: #666; -webkit-transition: color 300ms; transition: color 300ms;}
.jt-pagination .jt-pagination__numbers:after {content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-bottom: 0.2rem solid transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.jt-pagination .jt-pagination__numbers.jt-pagination--current:after {border-color: #0f4c82;}
html.desktop .jt-pagination .jt-pagination__numbers:hover, .jt-pagination .jt-pagination__numbers.jt-pagination--current {color: #0f4c82;}
.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: 1px solid #dedede; min-width: 2.8rem; padding: 0 0.4rem; margin: 0 0.25rem;}
.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: 16px;font-weight: normal;line-height: 2.8rem;color: #666;}
.jt-pagination .jt-pagination__numbers.jt-pagination--first {margin-left: 0;}
.jt-pagination .jt-pagination__numbers.jt-pagination--first:before {content: '\e908';}
.jt-pagination .jt-pagination__numbers.jt-pagination--prev {margin-right: 1.6rem;}
.jt-pagination .jt-pagination__numbers.jt-pagination--prev:before {content: '\e909';}
.jt-pagination .jt-pagination__numbers.jt-pagination--next {margin-left: 1.6rem;}
.jt-pagination .jt-pagination__numbers.jt-pagination--next:before {content: '\e90a';}
.jt-pagination .jt-pagination__numbers.jt-pagination--last {margin-right: 0;}
.jt-pagination .jt-pagination__numbers.jt-pagination--last:before {content: '\e90b';}



/* **************************************** *
 * SINGLE PAGINATION
 * **************************************** */
.single-pagination {display: table; width: 100%; max-width: 120rem; height: 5.8rem; margin: 0 auto; position: relative;}
.single-pagination__link, .single-pagination__title {display: table-cell; width: 50%; height: 100%; position: relative; font-size: 1.5rem; line-height:1; font-weight: 400; vertical-align: middle; color: #222;}
.single-pagination__title {text-align: center; color: #b2b2b2; }
.single-pagination__title:after { content: ''; display: block; width: 1rem; height: 1rem; position: absolute; top: 50%; margin-top: -0.5rem; font-family: 'jt-font'; font-size: 1rem; line-height: 1rem; font-weight: normal; text-align: center; color: #b2b2b2; }
.single-pagination__title.single-pagination--prev { text-align: left; padding-left: 3.6rem; }
.single-pagination__title.single-pagination--prev:after { left: 1.8rem; content: '\e912'; }
.single-pagination__title.single-pagination--next { text-align: right; padding-right: 3.6rem; }
.single-pagination__title.single-pagination--next:after { right: 1.8rem; content: '\e913'; }
.single-pagination--prev, .single-pagination--next {max-width: 0;}
.single-pagination--prev {padding-right: 4.7rem; padding-left: 2rem;}
.single-pagination--next {padding-left: 4.7rem; padding-right: 2rem;}
.single-pagination__link b {display: inline-block; position: relative; font-size: 1.5rem; line-height: 1; letter-spacing: -0.025em; font-weight: 400; -webkit-transition: color 200ms, padding 300ms; transition: color 200ms, padding 300ms;}
.single-pagination__link b:after { content: ''; display: block; width: 1rem; height: 1rem; position: absolute; top: 50%; margin-top: -0.5rem; font-family: 'jt-font'; font-size: 1rem; line-height: 1rem; font-weight: normal; text-align: center; color: #222; }
.single-pagination__link.single-pagination--prev {text-align: left;}
.single-pagination__link.single-pagination--next {text-align: right;}
.single-pagination__link.single-pagination--prev b {padding-left: 1.6rem;}
.single-pagination__link.single-pagination--prev b:after {left: -0.2rem; content: '\e912';}
.single-pagination__link.single-pagination--next b {padding-right: 1.6rem;}
.single-pagination__link.single-pagination--next b:after {right: -0.2rem; content: '\e913';}
.single-pagination__list {display: block; width: 6rem; height: 5.8rem; position: absolute; top: 0; left: 50%; margin-left: -3rem;  z-index: 1; border-left: 0.1rem solid #ddd; border-right: 0.1rem solid #ddd; text-align: center;}
.single-pagination__list:after {content: '\e92d';font-family: 'jt-font';font-size: 1.6rem;color: #222;line-height: 5.8rem;}
.single-pagination__link span {display: block; padding-top: 1rem; -webkit-transition: color 200ms; transition: color 200ms; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; display: none;}
html.ios .single-pagination__list:after {line-height: 6rem;}


/* **************************************** *
 * ATTACHMENTS
 * **************************************** */
.jt-download-files {margin-top: 35px; padding-left: 12px; font-size: 0; border-left: 2px solid #0f4c82;}
.jt-download-files b {display: block; padding-left: 18px; position: relative; font-size: 15px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.6; color: #222;}
.jt-download-files b:before {display: block; width: 14px; height: 14px; position: absolute; left: 0; top: 50%; margin-top: -6px; font-family: 'jt-font'; content: '\e94c'; font-size: 14px; line-height: 1; font-weight: normal; color: #222;}
.jt-download-files a, .jt-download-files i {display: inline-block; vertical-align: middle; font-size: 15px; font-weight: 400; line-height: 1.6; color: #666;}
.jt-download-files a {border-bottom: 1px solid transparent; -webkit-transition: border 300ms; transition: border 300ms;}
.jt-download-files i.jt-download-files__comma {padding-right: 4px; font-style: normal;}



/* **************************************** *
 * JT LIST COMPONENT
 * **************************************** */
/* Nothing */
.jt-list-nothing {max-width: 120rem;  margin:0 2rem; padding: 4rem 1.5rem;text-align: center;/* border-top: 0.1rem solid #ddd;border-bottom: 0.1rem solid #ddd; */}
.jt-list-nothing b {font-size: 1.8rem;font-weight: 600;color: #222;}
.jt-list-nothing b span {color: #0f4c82;}
.jt-list-nothing p {padding-top: 1rem;font-size: 1.4rem;line-height: 1.55;color: #666;}
.jt-list-nothing p br {display: none;}
.jt-list-nothing p span {color: #222;}
.wrap .jt-list-nothing {margin: 0;}

/* Control */
.jt-list-control {padding-top: 40px;font-size: 0;line-height: 1;}
.jt_list_control:after {content: '';display: table;clear: both;}
.jt-list-control--primary {float: left;}
.jt-list-control--secondary {float: right;}



/* **************************************** *
 * JT SHARE
 * **************************************** */
 /*
.jt-share {padding: 44px 0 52px; font-size: 0; text-align: center;}
.jt-share .jt-share__item {display: inline-block; width: 40px; height: 40px; margin: 0 4px; position: relative; vertical-align: middle; background: #fff; border: 2px solid #222; border-radius: 50%; -webkit-transition: 0.4s; transition: 0.4s; z-index: 2;}
.jt-share .jt-share__item:before {content: ''; display: block; width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; margin-left: -20px; margin-top: -20px; border-radius: 50%; -webkit-transition: all 0.3s; transition: all 0.3s;}
.jt-share .jt-share__item:after {content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; font-family: 'jt-font'; font-size: 14px; line-height: 36px; font-weight: normal; text-align: center; color: #222; -webkit-transition: color 300ms; transition: color 300ms;}
.jt-share .jt-share__item.jt-share--kakao:after {content: '\e923';}
.jt-share .jt-share__item.jt-share--facebook:after {content: '\e916';}
.jt-share .jt-share__item.jt-share--twitter:after {content: '\e919';font-size: 13px;}
.jt-share .jt-share__item.jt-share--pinterest:after {content: '\e907';}
*/
.jt-share {display:inline-block;}
.jt-share__button {display:block;}
.jt-share__button:after {content:'\e907'; font-family: 'jt-font'; font-size: 1.4rem; width: 100%; height: 100%; line-height: 2.8rem; color: #b2b2b2;}
.jt-share-popup-wrap {position: fixed;left: 0;top: 0;height: 100%;width: 100%;background-color:#000000;background-color: rgba(0, 0, 0, .75);z-index: 99999; opacity:0; visibility: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.jt-share-popup-overlay{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
.jt-share-popup {width: 30.4rem;padding: 0;font-size: 0;text-align: center;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);background: #fff;position:relative;}
.jt-share-popup .jt-share__title {padding: 1.4rem 1.6rem 1.5rem;font-size:1.4rem;color:#222;font-weight:700;border-bottom:0.1rem solid #ddd;text-align:left;}
.jt-share-popup .jt-share__title button {padding:0.5rem;background:none;border:none;position:absolute;right: 1.3rem;top: 1.3rem; cursor:pointer;}
.jt-share-popup .jt-share__title button span:before {font-family: 'jt-font';font-size: 1.4rem;font-weight:normal;color:#aaa;content: '\e92e';display: block;}
.jt-share-popup .jt-share__content {padding: 2.8rem 1.5rem 2.6rem;}
.jt-share-popup .jt-share__content a {display: inline-block;margin: 0 0.7rem;}
.jt-share-popup .jt-share__content i {width: 4.7rem;height: 4.7rem;line-height: 5rem;border-radius:50%;display:block;position: relative;font-style: normal;}
.jt-share-popup .jt-share__content i:before {font-family: 'jt-font';content: '';display: block;width: 4.7rem;height: 4.7rem;font-size: 2rem;font-weight:normal;color:#222;position: absolute;top: 50%;left: 50%;margin-left: -2.3rem;margin-top: -2.4rem;border-radius: 50%;-webkit-transition: all 0.3s;transition: all 0.3s;}
.jt-share-popup .jt-share__content span {margin-top: 0.5rem;font-size:1.2rem;color:#666;display: block;}
.jt-share-popup .jt-share__content .jt-share--kakao i {background:#ffe812;}
.jt-share-popup .jt-share__content .jt-share--kakao i:before {content: '\e923'; color:#381e1f;}
.jt-share-popup .jt-share__content .jt-share--facebook i {background:#1178f2;}
.jt-share-popup .jt-share__content .jt-share--facebook i:before {content: '\e916';color:#fff;} 
.jt-share-popup .jt-share__content .jt-share--twitter i {background:#0f1419;}
.jt-share-popup .jt-share__content .jt-share--twitter i:before {content: '\e980';color:#fff;}
.jt-share-popup .jt-share__content .jt-share--link i {background:#e9e9e9;}
.jt-share-popup .jt-share__content .jt-share--link i:before {font-size: 1.8rem;content: '\e96a';}

body.open_share .jt-share-popup-wrap {opacity:1; visibility: visible;}

.jt-share--copynote {width:100%; max-width:30.4rem; padding: 1rem 1rem; background: #000000; background: rgba(0, 0, 0, .9); border-radius:0.8rem; text-align:center; position: fixed;z-index: 501;top:-webkit-calc(50% + 12rem);top:calc(50% + 12rem);left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);opacity: 0;visibility: hidden;}
.jt-share--copynote p {font-size: 1.4rem;font-weight: 500;line-height: 1.6;letter-spacing: -0.025em;color: #fff;}
.jt-share--copynote p br {display: none;}


/* **************************************** *
 * JT LOADMORE
 * **************************************** */
.jt-loadmore {margin-top: 2.7rem; font-size: 0; text-align: center;}
.jt-loadmore__btn { width: 100%; border-width: 0.1rem; border-color: #ddd; background: #f8f8f8; color: #999; font-size: 1.2rem; padding: 1.6rem 3.2rem 1.8rem; }
.jt-loadmore__btn span { position: relative; padding-left: 1.8rem; line-height: 1; }
.jt-loadmore__btn span:before {content: '\e911';font-family: 'jt-font';font-size: 1rem;color: #999;position: absolute;top: 0.5rem;left: 0;}
.jt-loadmore__spinner {display: none; width: 7rem; margin: 0; position: absolute; top: 1.5rem; left: 50%; margin-left: -3.5rem; text-align: center;}
.jt-loadmore__spinner > div {display: inline-block;width: 1rem;height: 1rem;margin: 0 0.4rem;background-color: #999;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;}

html.ios .jt-loadmore__btn {padding-top: 1.7rem; padding-bottom: 1.7rem;}
html.ios .jt-loadmore__btn span:before {top: 0.7rem;}

@-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);
    }
}



/* **************************************** *
 * SLICK
 * **************************************** */
.slick-list, .slick-track {height: 100%;}
.use_mouse .slick_arrows, .use_mouse .slick-slide {outline:none;}

.slick_slider_wrap {position: relative;}

.slick_control {display: block;width: 100%;height: 50px;position: absolute;left: 0;top: 50%;margin-top: -25px; display: none;}
.slick_arrows {width: 50px;height: 100%;padding: 0;margin: 0;position: absolute;top: 0;font-size: 0;line-height: 1;background: none;border: none;-webkit-box-shadow: none;box-shadow: none;cursor: pointer;z-index: 2;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.slick_arrows:after {font-family: 'jt-font';font-weight: normal;font-size: 36px;line-height: 50px;text-align: center;color: #ddd;-webkit-transition: color 300ms;transition: color 300ms;}
.slick_prev {left: -80px;}
.slick_prev:after {content: '\e93e';}
.slick_next {right: -80px;}
.slick_next:after {content: '\e93f';}

.slick_additional {margin-top: 36px;font-size: 0;text-align: center;}

.slick_dots_wrap {display: inline-block;vertical-align: middle;}
.slick-dots > li {display: inline-block;vertical-align: top;}
.slick-dots > li > button {width: 7px;height: 7px;margin: 0 4px;font-size:0;border: 1px solid #222;background: transparent;border-radius: 50%; padding: 0;cursor: pointer;-webkit-transition: all 400ms;transition: all 400ms;}
.slick-dots > li.slick-active > button {background: #222;}

.slick_play_state {display: inline-block;vertical-align: middle;width: 25px;height: 20px;position: relative;}
.slick_play_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 300ms;transition: opacity 300ms;}
.slick_play_state_btn:after {display: block;font-family: 'jt-font';font-size: 20px;font-weight: normal;text-align: center;line-height: 20px;color: #ddd;}
.slick_state_play:after {content: '\e91a';}
.slick_state_pause:after {content: '\e94d';}
.slick_play_state.play .slick_state_pause {opacity: 1; visibility: visible;}
.slick_play_state.pause .slick_state_play {opacity: 1; visibility: visible;}



/* **************************************** *
 * CYCLE
 * **************************************** */
.cycle_slider_wrap {position: relative;}
.cycle_slider {position: relative;z-index: 1;}

.cycle_control {display: block; width: 100%; height: 50px; position: absolute; left: 0; top: 50%; margin-top: -25px;}
.cycle_btn {width: 50px; height: 100%; position: absolute; top: 0; font-size: 0; line-height: 1; cursor: pointer; z-index: 2; opacity: 0.5; -webkit-transition: opacity 300ms; transition: opacity 300ms;}
.cycle_btn:after {font-family: 'jt-font';font-weight: normal;font-size: 42px;line-height: 50px;text-align: center;color: #fff;}
.cycle_prev {left: 50px;}
.cycle_prev:after {content: '\e93e';}
.cycle_next {right: 50px;}
.cycle_next:after {content: '\e93f';}

.cycle_additional {display: block;width: 100%;position: absolute;left: 0;bottom: 3.3rem;font-size: 0;text-align: center;z-index: 2;}

.cycle_pager {display: inline-block;vertical-align: middle;}
.cycle_pager li {display: inline-block;width: 0.7rem;height: 0.7rem;margin: 0 0.5rem;background: transparent;border: 0.1rem solid #fff;border-radius: 50%;cursor: pointer;}
.cycle_pager li button {display: block;width: 100%;height: 100%;margin: 0;padding: 0;font-size: 0;background: transparent;border: none;cursor: pointer;}
.cycle_pager li.cycle-pager-active {background: #fff;}

.cycle_play_state {display: inline-block;vertical-align: middle;width: 1.7rem;height: 1.7rem;position: relative;}
.cycle_play_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 300ms;transition: opacity 300ms;}
.cycle_play_state_btn:after {display: block;font-family: 'jt-font';font-size: 1.3rem;font-weight: normal;text-align: center;line-height: 1.7rem;color: #fff;}
.cycle_state_play:after {content: '\e91a';}
.cycle_state_pause:after {content: '\e94d';}
.cycle_play_state.play .cycle_state_pause {opacity: 1; visibility: visible;}
.cycle_play_state.pause .cycle_state_play {opacity: 1; visibility: visible;}




/* **************************************** *
 * SWIPER
 * **************************************** */
.swiper_control {position: relative; z-index: 2;font-size: 0;}
.swiper_control .swiper-pagination {position: static;}

.swiper_control .swiper-pagination-wrap {display: inline-block;vertical-align: top;position: relative;}
.swiper_control .swiper-pagination-bullet {width: 0.7rem;height: 0.7rem;padding: 0;position: relative;background: transparent;opacity: 1;margin: 0 0.4rem;vertical-align: top;border: 0.1rem solid #000; overflow: hidden;}
.use_mouse .swiper_control .swiper-pagination-bullet {outline: none;}
.swiper_control .swiper-pagination-bullet > i {display: block;width: 100%;height: 100%;background: transparent;font-style: normal;}
.swiper_control .swiper-pagination-bullet-active {background: #000;}

.swiper_play_state {display: inline-block;vertical-align: middle;width: 1.7rem;height: 1.7rem;position: relative;}
.swiper_play_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 300ms;transition: opacity 300ms;color: #fff;}
.swiper_play_state_btn:after {display: block;font-family: 'jt-font';font-size: 1.3rem;font-weight: normal;text-align: center;line-height: 1.7rem;}
.swiper_state_play:after {content: '\e91a';}
.swiper_state_pause:after {content: '\e94d';}
.swiper_play_state.play .swiper_state_pause {opacity: 1; visibility: visible;}
.swiper_play_state.pause .swiper_state_play {opacity: 1; visibility: visible;}
html.ios .swiper_play_state {width: 1.8rem; height: 1.8rem;}
html.ios .swiper_play_state:after {line-height: 1.8rem;}



/* **************************************** *
 * SINGLE
 * **************************************** */
 body.single .main_container {padding-bottom: 0;}
.js-single-media-popup {cursor: -webkit-zoom-in;cursor: zoom-in;}
.js-single-media-popup--open .mfp-container {padding-left:0; padding-right:0;}
.js-single-media-popup--open .mfp-close {right: -1px;top: -12px;opacity: 1;}
.js-single-media-popup--open .mfp-close:after {content:'\e92e';font-family: 'jt-font';font-size: 1.6rem;color: #fff;cursor: pointer;padding: 15px;}

.jt_single_outer {border-top: 0.7rem solid #eee;}
.jt-single__header {padding: 2.9rem 0 4rem;text-align: left;}
.jt-single__header-inner {position: relative;}
.jt-single__cat {font-size: 1.2rem; font-weight: 600; letter-spacing: -0.025em; line-height: 1; display: inline-block; vertical-align: top; color: #0f4c82; margin-bottom: 0.7rem;}
.jt-single__subcat {font-size: 1.2rem; font-weight: 400; letter-spacing: -0.025em; line-height: 1; display: inline-block; vertical-align: top; color: #6c9bc5;margin-bottom: 0.7rem;}
.jt-single__title {font-size: 2rem;font-weight: 600;line-height: 1.5;letter-spacing: -0.035em;color: #000; display: block;}
.jt-single__meta {padding-top: 0.7rem;font-size: 0; margin: 0 -0.6rem;}
.jt-single__meta > * {display: inline-block;vertical-align: middle;padding: 0 0.6rem;font-size: 1.2rem;font-weight: 400;letter-spacing: -0.025em; line-height: 1.4;color: #666; position: relative;}
.jt-single__meta > * + *:after { content: ''; display: block; width: 0.1rem; height: 0.7rem; position: absolute; top: 50%; left: 0; margin-top: -0.2rem; background: #ddd;}
.jt-single__date {color: #b2b2b2;}
.jt-single__location {color: #b2b2b2; padding-left: 1.5rem; position: relative;}
.jt-single__location:before { content: '\e91e'; font-family: 'jt-font'; font-size: 1.2rem; color: #b2b2b2; position: absolute; top: 0.1rem; left: 0; }
.jt-single__share { position: absolute; bottom: 0.7rem; right: 0; width: 1.4rem; height: 1.4rem; }
.jt-single__share .jt-share__button:after {line-height:normal;}
/* .jt-single__share:after {content: '\e907';font-family: 'jt-font';font-size: 1.4rem;color: #b2b2b2;} */
.jt-single__subscribe { display: inline-block; position: relative; vertical-align: middle; line-height: 1; text-align: center; padding: 0.7rem 1rem; font-size: 1.2rem; font-weight: 500; letter-spacing: -0.025em; color: #eb0808; border: 0.1rem solid #eb0808; background: transparent; -webkit-transition: all 300ms; transition: all 300ms; min-width: 7rem;margin-top: 1.8rem; margin-right: 8px;}
/* .jt-single__subscribe:after {content:'\e940'; font-size: 2rem; font-family: 'jt-font'; position: absolute; top: 0.3rem; left: 0.6rem; } */
.jt-single__subscribe.jt-btn__subscribe--done,
.jt-single__subscribe.jt-qt-attend__btn.jt-btn__subscribe--done{color: #999; background: #f2f2f2; border-color: #ddd;}

/* My QT */
.jt-single__title.jt-single__title-qt{max-width: 23.3rem;}
.jt-form__btn-wrap.jt-qt-diary{margin-top: 2.4rem; margin-bottom: 2.4rem; width: 100%;}
.jt-form__btn-wrap.jt-qt-diary .jt-qt-diary__btn-wrap{display: flex; justify-content: center; width: 100%;}
.jt-form__btn-wrap.jt-qt-diary .jt-qt-diary__btn-wrap > a{margin-left: 0%; width: 64.6%;}
.jt-form__btn-wrap.jt-qt-diary .jt-qt-diary__btn-wrap > a.jt-qt-attend__btn{margin-left: 2.7%; width: 62.5%; line-height: 1.6;}
html.desktop .jt-qt-diary .jt-qt-diary__btn:hover{background: #173652; border: 0.2rem solid #173652;}
.jt-form__btn.jt-qt-diary__btn.jt-qt-diary__btn--done{color: #999; background: #f2f2f2; border: 0.1rem solid #ddd;}

.jt-single__subscribe.jt-qt-attend__btn{color: #fff; background:#0f4c82; border: 0.1rem solid #0f4c82; margin-top: 0;}
html.desktop .jt-qt-diary .jt-qt-diary__btn-wrap .jt-qt-attend__btn:hover{color: #fff; background: #173652; border: 0.1rem solid #0f4c82;}
html.desktop .jt-qt-diary .jt-qt-diary__btn-wrap .jt-btn__subscribe--done:hover{color: #999; background: #f2f2f2; border-color: #ddd;}
.jt-qt-attend__btn span{position: relative; padding-left: 2.4rem; display: inline-block;}
.jt-qt-attend__btn span::before{content: '\e96e'; position: absolute; font-family: 'jt-font';font-size: 1.5rem; top: 0; left: 0;}

.jt-single__header-inner-top{display: flex; justify-content: space-between; align-items: baseline;}
.jt-single__header-inner-top .jt-single__read-btn{font-size: 1.6rem; color: #0f4c82; font-weight: 500;}
.jt-single__header-inner-top .jt-single__read-btn::before{content: '\e927'; font-family: 'jt-font'; font-size: 1.4rem; width: 100%; height: 100%; line-height: 2.8rem; color: #0f4c82;}
.jt-single__header-inner-top .jt-single__read-btn span {padding-left: 0.5rem; letter-spacing: -0.025em;}

.jt_qt_slider_wrap{overflow: hidden;}
.jt-xl-only.jt-namu-read .jt-title-with-pagination{padding: 1rem 0;}
.jt-xl-only.jt-namu-read .jt-title-with-pagination__title{font-size: 2.8rem; padding: 0 10.6rem;}
.jt-xl-only.jt-namu-read .jt-single__header.jt-single__header--with-title-with-pagination{padding-bottom: 2.8rem;}
.jt-xl-only.jt-namu-read .jt-title-with-pagination__arrow{top: -0.3rem}
.jt-title-with-pagination__arrow.swiper-button-disabled{opacity: 0; cursor: default;}
html.desktop .jt-title-with-pagination__arrow.swiper-button-disabled:hover{ border: 0.1rem solid #ddd;}
html.desktop .jt-title-with-pagination__arrow--prev.swiper-button-disabled:hover:after{border-right: 0.5rem solid #222;}
html.desktop .jt-title-with-pagination__arrow--next.swiper-button-disabled:hover:after{border-left: 0.5rem solid #222;}

.jt-rows .jt-row__content.jt-row__content-check{}
.jt-rows .jt-row__content.jt-row__content-check > div{display: block; vertical-align: middle;}
.jt-rows .jt-row__content.jt-row__content-check .jt-row__read_wrap{padding-left: 0rem}
.jt-rows .jt-row__content.jt-row__content-check .jt-row__read_wrap span{font-size: 1.2rem; color: #b2b2b2; font-weight: 500;}
.jt-rows .jt-row__content.jt-row__content-check .jt-row__read_wrap span.check-complete{color: #088042;}

.jt-xl-only.jt-namu-read .jt-single__share{right: 4.7rem;}
.jt-namu-read .jt-single__share{right: 2.3rem; top:-1.8rem;}
.jt-namu-read.jt-single__header .jt-single__header-inner{padding: 0;}

.jt-form__btn_qt-wrap{height: 5rem; margin: 0 auto; width: 100%; text-align: center;}
.jt-form__btn_qt--delete{vertical-align: top; height: 100%; border: 0.1rem solid #ddd; background: #fff; font-size: 1.6rem; color: #666; cursor: pointer; transition: border 0.3s, color 0.3s, background 0.3s; -webkit-transition: border 0.3s, color 0.3s, background 0.3s;}
.jt-form__btn_qt--delete:hover{background: rgba(108, 155, 197, .2);}
.jt-form__btn_qt-wrap .jt-form__btn_qt--delete{width: 26%; margin-right: 2.7%;}
.jt-form__btn_qt-wrap .jt-form__action{width: 70%}

html.mobile .wrap.wrap_narrow--form{margin: 0;}


.jt-single__body {overflow: hidden;}
.jt-single__content {padding-bottom: 4rem;}

.jt-single__wrap,
.jt-single__content h1,
.jt-single__content h2,
.jt-single__content h3,
.jt-single__content h4,
.jt-single__content h5,
.jt-single__content h6,
.jt-single__content p,
.jt-single__content ul:not(.jt-gallery),
.jt-single__content ol:not(.jt-gallery),
.jt-single__content blockquote,
.jt-single__content .wp-block-verse,
.jt-single__content .wp-block-preformatted,
.jt-single__content blockquote.wp-block-quote,
.jt-single__content .wp-block-button,
.jt-single__content .wp-block-columns,
.jt-single__content .wp-block-audio {max-width: 79rem; margin-left: auto; margin-right: auto;}
.jt-single__content img, .jt-single__content div.wp-caption {display: block;max-width: 100%;height: auto;margin-left: auto;margin-right: auto;}

.jt-single__content h1,
.jt-single__content h2,
.jt-single__content h3,
.jt-single__content h4,
.jt-single__content h5,
.jt-single__content h6 {margin-bottom: 0.9rem;font-weight: 600;letter-spacing: -0.035em; line-height: 1.5;color: #222; margin-top: 2.2rem;}
.jt-single__content h1 {font-size: 2.2rem;}
.jt-single__content h2 {font-size: 2rem;}
.jt-single__content h3 {font-size: 1.8rem;}
.jt-single__content h4 {font-size: 1.7rem;}
.jt-single__content h5 {font-size: 1.5rem;}
.jt-single__content h6 {font-size: 1.4rem;}

/* jubo custom */
.single-jubo .jt-single__content h1 {font-size: 2rem;}
.single-jubo .jt-single__content h2 {font-size: 1.8rem;}
.single-jubo .jt-single__content h3 {font-size: 1.7rem;}
.single-jubo .jt-single__content h4 {font-size: 1.5rem;}
.single-jubo .jt-single__content h5 {font-size: 1.4rem;}
.single-jubo .jt-single__content h6 {font-size: 1.4rem;}

.jt-single__content h2.xl { font-size: 2.2rem;}

.jt-single__content p {font-size: 1.4rem;font-weight: 400;line-height: 1.67;letter-spacing: -0.04em;color: #666; margin-bottom: 1.4rem;}
.jt-single__content b {font-weight: 600;}
.jt-single__content strong {/* background: #d2e5f6; *//* display: inline-block; *//* vertical-align: middle; *//* line-height: 1; */font-weight: 600;}
.jt-single__content a {word-break: break-all;}
/*
.jt-single__content a:not(.jt-btn__basic):not(.jt-btn__icon) {color: var(--color-primary-light);border-bottom: 1px solid var(--color-primary-light);-webkit-transition: all 300ms;transition: all 300ms;}
html.desktop .jt-single__content a:not(.jt-btn__basic):not(.jt-btn__icon):hover {color: var(--color-primary-dark);border-bottom-color: var(--color-primary-dark);}
*/

.jt-single__content ul:not(.jt-gallery),
.jt-single__content ol:not(.jt-gallery) {margin-bottom: 3rem;}
.jt-single__content li {position: relative;font-size: 1.4rem;font-weight: 400;line-height: 1.67;letter-spacing: -0.035em;color: #666;}
.jt-single__content ul li {padding-left: 1.1rem; margin-bottom: 0.2rem;}
.jt-single__content ul.point li {margin-bottom: 0.65rem;}
/* .jt-single__content ul li:last-child {margin-bottom: 0;} */
.jt-single__content ul li:before {content: '';display: block;width: 4px;height: 4px;position: absolute;top: 1rem;left: 0;background: #0f4c82;border-radius: 50%;}
.jt-single__content ol:not(.jt-gallery){list-style-type: decimal;list-style-position: outside;padding-left: 15px;}
html.ios .jt-single__content ul li:before {top: 1.1rem;}

.jt-single__content blockquote {margin-bottom: 15px;background: #f8f8f8; text-align: center; border: 0; padding: 2.4rem 3rem;}
.jt-single__content blockquote p {margin: 0;font-style: italic; font-size: 1.4rem; line-height: 1.72}
.jt-single__content img {margin-top: 26px;margin-bottom: 26px;}
.jt-single__content div.wp-caption {margin-top: 26px;margin-bottom: 26px;}
.jt-single__content div.wp-caption img {margin-top: 0;margin-bottom: 0;}
.jt-single__content div.wp-caption p.wp-caption-text {margin-top: 8px;margin-bottom: 0;font-size: 14px;line-height: 1.5;text-align: center;}

.jt-single__content .wp-block-embed figcaption {font-size: 1.4rem; letter-spacing: -0.035em; margin-top: 1rem; margin-bottom: 0;}

.jt-single__wrap,
.jt-single__content h1,
.jt-single__content h2,
.jt-single__content h3,
.jt-single__content h4,
.jt-single__content h5,
.jt-single__content h6,
.jt-single__content p,
.jt-single__content ul:not(.jt-gallery),
.jt-single__content ol:not(.jt-gallery),
.jt-single__content blockquote,
.jt-single__content .wp-block-verse,
.jt-single__content .wp-block-preformatted,
.jt-single__content blockquote.wp-block-quote,
.jt-single__content .wp-block-button,
.jt-single__content .wp-block-audio,
.single-btn-group,
.block_slideshow-block,
.block-accordion{margin-left: 2rem; margin-right: 2rem;}

.jt-single__content ul:not(.jt-gallery) a:after,
.jt-single__content ol:not(.jt-gallery) a:after {content: '\e913';font-family: jt-font;padding-left: 0.5rem;top: -0.1rem;font-size: 1.02rem;vertical-align: middle;position: relative;line-height: 1;}
.jt-single__content ul:not(.jt-gallery) a[target="_blank"]:after,
.jt-single__content ol:not(.jt-gallery) a[target="_blank"]:after{padding-left: 0.6rem; content: "\e919";font-size: 1.15rem;}

.jt-single__content .jt-accordion { max-width: 79rem;}
.jt-single__content h2 + .jt-accordion {margin-top: 1.6rem;}
.jt-single__content h3 + .history-shortcode {margin-top: 1.6rem;}

html.ios .jt-single__content ul:not(.jt-gallery) a:after,
html.ios .jt-single__content ol:not(.jt-gallery) a:after {top: 0rem;}

/* Training */
.single-training .jt-single__wrap,
.single-training .jt-single__content h1,
.single-training .jt-single__content h2,
.single-training .jt-single__content h3,
.single-training .jt-single__content h4,
.single-training .jt-single__content h5,
.single-training .jt-single__content h6,
.single-training .jt-single__content p,
.single-training .jt-single__content ul:not(.jt-gallery),
.single-training .jt-single__content ol:not(.jt-gallery),
.single-training .jt-single__content blockquote,
.single-training .jt-single__content .wp-block-verse,
.single-training .jt-single__content .wp-block-preformatted,
.single-training .jt-single__content blockquote.wp-block-quote,
.single-training .jt-single__content .wp-block-button,
.single-training .jt-single__content .wp-block-columns,
.single-training .jt-single__content .wp-block-audio {
    max-width: 120rem;
}

.single-training .jt-single__content .alignundefined,
.single-training .jt-single__content .wp-block-cover,
.single-training .jt-single__content .wp-block-button,
.single-training .jt-single__content .wp-block-audio,
.single-training .jt-single__content .wp-block-pullquote,
.single-training .jt-single__content .wp-block-verse,
.single-training .jt-single__content .wp-block-code,
.single-training .jt-single__content .wp-block-preformatted,
.single-training .jt-single__content .wp-block-embed-video,
.single-training .jt-single__content .wp-block-image,
.single-training .jt-single__content .wp-block-embed-youtube.alignwide  {
    max-width: 120rem;
}

.single-training .jt-single__content table{
    max-width: 120rem;
}

.single-training .jt-single__content .jt-accordion{
    max-width: 120rem;
}

.single-training .jt-single__content .wp-block-separator:not(.is-style-wide):not(.is-style-dots){
    max-width: 120rem;
}

.single-training .jt-single__content .jt-single-slideshow {
    max-width: 120rem;
}

.single-training .jt-single__content .wp-block-image.alignfull {
	max-width: inherit;
}

.single-training .jt-single__content-outer { padding-top: 4rem;}
.single-training .jt-single__content {padding-bottom:0}

/* Serving */
.single-serving .jt-single__wrap,
.single-serving .jt-single__content h1,
.single-serving .jt-single__content h2,
.single-serving .jt-single__content h3,
.single-serving .jt-single__content h4,
.single-serving .jt-single__content h5,
.single-serving .jt-single__content h6,
.single-serving .jt-single__content p,
.single-serving .jt-single__content ul:not(.jt-gallery),
.single-serving .jt-single__content ol:not(.jt-gallery),
.single-serving .jt-single__content blockquote,
.single-serving .jt-single__content .wp-block-verse,
.single-serving .jt-single__content .wp-block-preformatted,
.single-serving .jt-single__content blockquote.wp-block-quote,
.single-serving .jt-single__content .wp-block-button,
.single-serving .jt-single__content .wp-block-columns,
.single-serving .jt-single__content .wp-block-audio {
    max-width: 120rem;
}

.single-serving .jt-single__content .alignundefined,
.single-serving .jt-single__content .wp-block-cover,
.single-serving .jt-single__content .wp-block-button,
.single-serving .jt-single__content .wp-block-audio,
.single-serving .jt-single__content .wp-block-pullquote,
.single-serving .jt-single__content .wp-block-verse,
.single-serving .jt-single__content .wp-block-code,
.single-serving .jt-single__content .wp-block-preformatted,
.single-serving .jt-single__content .wp-block-embed-video,
.single-serving .jt-single__content .wp-block-image,
.single-serving .jt-single__content .wp-block-embed-youtube.alignwide  {
    max-width: 120rem;
}

.single-serving .jt-single__content table{
    max-width: 120rem;
}

.single-serving .jt-single__content .jt-accordion{
    max-width: 120rem;
}

.single-serving .jt-single__content .wp-block-separator:not(.is-style-wide):not(.is-style-dots){
    max-width: 120rem;
}

.single-serving .jt-single__content .jt-single-slideshow {
    max-width: 120rem;
}

.single-serving .jt-single__content .wp-block-image.alignfull {
	max-width: inherit;
}

.single-serving .jt-single__content-outer { padding-top: 4rem;}
.single-serving .jt-single__content {padding-bottom:0}



/* **************************************** *
 * SINGLE COMPONENT
 * **************************************** */
/* Gallery */
.jt-gallery {max-width: 120rem;margin: 65px auto;}
.jt-gallery:after {content: '';display: table;clear: both;}
.jt-gallery .jt-gallery__icon {padding: 12px;position: relative;text-align: center;}
.jt-gallery .jt-gallery__icon a {display: block;border: none;}
.jt-gallery .jt-gallery__icon:before {display: none;}
.jt-gallery img {margin: 0;}
.jt-gallery .jt-gallery__caption {padding-top: 8px;font-size: 14px;font-weight: 400;line-height: 1.5;text-align: center;color: #666;}

/* Video */
.jt-embed-video {max-width: 120rem;margin-left: auto;margin-right: auto;/* margin-bottom: 65px; */ position:relative;}
.jt-embed-video--wide {  margin-left: -2rem;  margin-right: -2rem;}
.jt-embed-video__inner {position: relative;width: 100%;padding-top: 56.25%;}
.jt-embed-video__inner iframe {width: 100%;height: 100%;position: absolute;top: 0;left: 0;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box; background: #000 url(../images/layout/spin-dark.gif) no-repeat center center; background-size: 32px 32px;}
.jt-embed-video__poster {width: 100%;height: 100%;position: absolute;top: 0;left: 0;cursor: pointer; z-index: 1; }
.jt-embed-video__poster .jt-embed-video__img {display: block;width: 100%;margin: 0;}
.jt-embed-video__overlay {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #000000;background: rgba(0, 0, 0, 0);}
.jt-embed-video__overlay-btn {display: block;width: 3.8rem;height: 3.8rem;position: absolute; bottom: 1.8rem; right: 1.8rem;border-radius: 50%;background: #fff; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transform: scale(1) translateZ(0);transform: scale(1) translateZ(0);-webkit-transition: opacity .5s cubic-bezier(.165,.84,.44,1), -webkit-transform 1s cubic-bezier(.23,1,.32,1);transition: opacity .5s cubic-bezier(.165,.84,.44,1), -webkit-transform 1s cubic-bezier(.23,1,.32,1);transition: opacity .5s cubic-bezier(.165,.84,.44,1), transform 1s cubic-bezier(.23,1,.32,1);transition: opacity .5s cubic-bezier(.165,.84,.44,1), transform 1s cubic-bezier(.23,1,.32,1), -webkit-transform 1s cubic-bezier(.23,1,.32,1);}
.jt-embed-video__overlay-btn:after {content: ''; width: auto; height: auto; display: block; position: absolute; top: 50%; left: 50%; margin-top: -0.5rem; margin-left: -0.2rem; font-style: normal; border-top: 0.5rem solid transparent; border-bottom: 0.5rem solid transparent; border-left: 0.7rem solid #0f4c82; -webkit-transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1);transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1);transition: transform 1s cubic-bezier(.23,1,.32,1);transition: transform 1s cubic-bezier(.23,1,.32,1), -webkit-transform 1s cubic-bezier(.23,1,.32,1);}
html.desktop .jt-embed-video__poster:hover .jt-embed-video__overlay-btn {opacity: 1;-webkit-transform: scale(1.2) translateZ(0);transform: scale(1.2) translateZ(0);}
html.desktop .jt-embed-video__poster:hover .jt-embed-video__overlay-btn:after {-webkit-transform: scale(0.8) translateZ(0);transform: scale(0.8) translateZ(0);}

.ios .jt-embed-video__poster {opacity: 0; visibility: hidden;}

/* Button */
.single-btn-group {max-width: 79rem; margin-top: 2rem;margin-bottom: 2rem;}

/* Space */
.single-empty-space {display: block;height: 50px;max-width: 79rem;margin-left: auto;margin-right: auto;}




/* **************************************** *
 * SINGLE GUTEMBERG
 * **************************************** */
/* Custom color palette */
/* !important required to work correctly (TODO dry this code) */
.jt-single__content .has-type-01-color { color: #0033ff !important;}
.jt-single__content .has-type-02-color { color: #666666 !important;}
.jt-single__content .has-type-03-color { color: #222222 !important;}
.jt-single__content .has-type-04-color { color: #ffffff !important;}

.jt-single__content .has-type-01-background-color,
.jt-single__content .wp-block-button__link.has-type-01-background-color,
.jt-single__content a.wp-block-button__link.has-type-01-background-color,
.jt-single__content button.wp-block-button__link.has-type-01-background-color { background-color: #0f4c82 !important;border-color: #0f4c82}

.jt-single__content .has-type-02-background-color,
.jt-single__content .wp-block-button__link.has-type-02-background-color,
.jt-single__content a.wp-block-button__link.has-type-02-background-color,
.jt-single__content button.wp-block-button__link.has-type-02-background-color  {  background-color: #666666 !important;border-color: #666666}

.jt-single__content .has-type-02-background-color,
.jt-single__content .wp-block-button__link.has-type-03-background-color,
.jt-single__content a.wp-block-button__link.has-type-03-background-color,
.jt-single__content button.wp-block-button__link.has-type-03-background-color  {  background-color: #222222 !important;border-color: #222222}

.jt-single__content .has-type-02-background-color,
.jt-single__content .wp-block-button__link.has-type-04-background-color,
.jt-single__content a.wp-block-button__link.has-type-04-background-color,
.jt-single__content button.wp-block-button__link.has-type-04-background-color  {  background-color: #ffffff !important;border-color: #ffffff}

/* Container */
.jt-single__content .alignundefined,
.jt-single__content .wp-block-cover,
.jt-single__content .wp-block-button,
.jt-single__content .wp-block-audio,
.jt-single__content .wp-block-pullquote,
.jt-single__content .wp-block-verse,
.jt-single__content .wp-block-code,
.jt-single__content .wp-block-preformatted,
.jt-single__content .wp-block-embed-video,
.jt-single__content .wp-block-image,
.jt-single__content .wp-block-embed-youtube,
.jt-single__content .wp-block-embed-vimeo { max-width: 79rem; margin-left:auto; margin-right:auto}
.jt-single__content .wp-block-image {margin-top: 3rem;margin-bottom: 3rem; /* margin-right: 2rem; */}
.jt-single__content .wp-block-image img{ max-width:100%;margin-top: 0; margin-bottom:0}
.jt-single__content .wp-block-cover.alignfull {  width: 100%;}
.jt-single__content .alignwide{max-width: 120rem; margin-left:auto;margin-right:auto; }
.jt-single__content .alignfull{max-width: inherit; margin-left:auto;margin-right:auto; }
.jt-single__content .wp-block-image.alignfull{ width: auto;}
.jt-single__content .wp-block-image .alignright {margin-left:2rem;}
.jt-single__content .wp-block-image .alignleft {margin-right:2rem;}
.jt-single__content .wp-block-image .alignleft img,
.jt-single__content .wp-block-image .alignright img {margin-top:0;}
.jt-single__content .alignfull img{max-width:100%;width: auto;}
.jt-single__content ul.alignfull { max-width: inherit;}
.jt-single__content .wp-block-cover.alignfull { max-width: inherit;}


/* Inline tags */
.jt-single__content p.has-drop-cap:not(:focus):first-letter{ font-size:inherit; margin: inherit; line-height: inherit; font-weight: inherit; float: none;}
.jt-single__content .has-background strong{ background:none; font-weight:bold;}

/* Cover block */
.jt-single__content .wp-block-cover p { font-size: 44px;color: #fff;}

/* columns */
.jt-single__content .wp-block-columns.has-2-columns .wp-block-column {-webkit-box-flex: 50%;-webkit-flex: 50%;-ms-flex: 50%;flex: 50%;}
.jt-single__content .wp-block-columns.has-2-columns.flex-70-30 .wp-block-column{-webkit-box-flex: 30%;-webkit-flex: 30%;-ms-flex: 30%;flex: 30%;}
.jt-single__content .wp-block-columns.has-2-columns.flex-70-30 .wp-block-column:first-child{-webkit-box-flex: 70%;-webkit-flex: 70%;-ms-flex: 70%;flex: 70%;}
.jt-single__content .wp-block-columns.has-2-columns.flex-70-30 .wp-block-column .wp-block-image  {margin-top: 0; margin-bottom: 0;}
.jt-single__content .wp-block-columns.has-2-columns.flex-70-30 .wp-block-column .wp-block-image .alignright {margin-top: 0.1rem;margin-right: 2rem;}
.jt-single__content .wp-block-columns.has-2-columns.flex-70-30 .wp-block-column p {margin-bottom: 0;}

.jt-single__content .wp-block-columns.has-3-columns .wp-block-column {-webkit-box-flex: 33%;-webkit-flex: 33%;-ms-flex: 33%;flex: 33%;}

.jt-single__content .wp-block-column h2 { margin-top: 0.5rem;}

/* Blockquote block */
.jt-single__content blockquote.wp-block-quote {margin: 2.5rem auto 2.6rem auto;}
.jt-single__content blockquote.wp-block-quote.is-large,
.jt-single__content blockquote.wp-block-quote.is-style-large { padding: 2.4rem 2rem;}
.jt-single__content blockquote.wp-block-quote.is-large p,
.jt-single__content blockquote.wp-block-quote.is-style-large p { font-size: 2rem; margin-bottom: 1.4rem;}
.jt-single__content blockquote.wp-block-quote.is-large p:last-child,
.jt-single__content blockquote.wp-block-quote.is-style-large p:last-child {margin-bottom: 0;}
.jt-single__content blockquote.wp-block-quote.is-large strong,
.jt-single__content blockquote.wp-block-quote.is-style-large strong { font-size: inherit; line-height: inherit; background: none; font-weight: bold;}
.jt-single__content blockquote.wp-block-quote[style*="text-align:center"],
.jt-single__content blockquote.wp-block-quote[style*="text-align: center"] {padding-left: 2rem; padding-right: 2rem;}

/* Pullquote block */
.jt-single__content .wp-block-pullquote  {padding-top:2rem; padding-bottom:2rem;}
.jt-single__content .wp-block-pullquote blockquote {border:none;padding:0;margin-bottom: 0; margin-left: 1rem; margin-right: 1rem;}
.jt-single__content .wp-block-pullquote{  border-width:0.1rem; border-color:#666; margin-bottom: 3.2rem; margin-left: 2rem; margin-right: 2rem;}
.jt-single__content .wp-block-pullquote p{ font-size:1.4rem; background:#fff;}

/* Separator block */
.jt-single__content hr.wp-block-separator { border: none; margin: 4.5rem auto 3.8rem; height: 0.8rem; background: #eee; border-top: 0.1rem solid #ddd;}
.jt-single__content .wp-block-separator { border: none; border-bottom: 1px solid #222; margin: 1.65em 2rem;}
.jt-single__content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) { max-width: inherit;}


/* Columns block */
.jt-single__content .wp-block-columns{max-width: 79rem;margin: auto; margin-top:3rem; margin-bottom:1.7rem; flex-wrap: nowrap;}
.jt-single__content .wp-block-column { margin-bottom: 0;}
.jt-single__content .wp-block-column h4{ font-size:18px; margin-bottom:19px}
.jt-single__content .wp-block-text-columns .wp-block-column {margin:0;}
/* Gallery block */
.jt-single__content .wp-block-gallery.alignwide {max-width: 120rem;}
.jt-single__content .wp-block-gallery{padding-top: 4rem;margin-bottom: 4.5rem;}
/* .jt-single__content .wp-block-gallery .blocks-gallery-item {margin: 0 10px 10px 0; width: -webkit-calc(50% - 5px); width: calc(50% - 5px)}
.jt-single__content .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {margin-right: 0;}
.jt-single__content .wp-block-gallery .blocks-gallery-item:last-child {margin-right: 0;} */
.jt-single__content .wp-block-gallery .blocks-gallery-item img { max-width: inherit;}
.jt-single__content .wp-block-gallery .blocks-gallery-item figure { padding-top: 0; }
.jt-single__content .wp-block-gallery .blocks-gallery-item figcaption { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-bottom:1.4rem; font-size: 1.3rem; line-height:1.6;}
.jt-single__content li.blocks-gallery-item figure > a { border-bottom: none; position:relative;display:block;}

/* Video block */
.jt-single__content .wp-block-embed-video { margin-bottom: 3.2rem;}
.jt-single__content .wp-block-embed.is-type-video .jt_video_wrap{margin-bottom: 0px;}
.jt-single__content .wp-block-embed-video.alignwide video,
.jt-single__content .wp-block-embed-video.alignfull video {max-width: inherit;max-height: 100vh;width: 100%;background: #000;}

/* Youtube block */
.jt-single__content .wp-block-embed-youtube {margin-top: 2.5rem; margin-bottom: 3.1rem; margin-left: 2rem; margin-right: 2rem; }
.jt-single__content .wp-block-embed-youtube .jt_video_poster .jt_video_poster_img { width: 100%;}
.jt-single__content .wp-block-embed-youtube.alignwide{max-width: 120rem; margin-left:auto;margin-right:auto;width: 100%; }
.jt-single__content .wp-block-embed-youtube.alignfull,
.jt-single__content .wp-block-embed-youtube.alignfull .jt_video_wrap{max-width: inherit; margin-left:auto;margin-right:auto; width: 100%; }
.jt-single__content .wp-block-embed-youtube.alignwide .jt-embed-video__overlay {background: #000000;background: rgba(0, 0, 0, .65);}
.jt-single__content .wp-block-embed-youtube.alignwide .jt-embed-video__overlay-btn {width: 4.5rem; height: 4.5rem; bottom: auto; right: auto; top: 50%;left: 50%;margin-left: -2.25rem;margin-top: -2.25rem; }

/* SNS block */
.is-provider-instagram,
.is-provider-facebook,
.is-provider-twitter{ max-width: 780px;margin: auto;margin-bottom: 32px; padding: 32px 15px; background: #f5f5f5; text-align: center;}
.is-provider-wordpress-org{ max-width: 780px;margin: auto;margin-bottom: 32px; }
.wp-block-embed twitter-widget,
.wp-block-embed .instagram-media{margin: auto !important;} /* !important to overide js inline style */
.wp-block-embed-wordpress iframe {width: 100%;}

/* Code block */
.wp-block-code { background: #f5f5f5; letter-spacing:0.04em;  font-size:14px; overflow: auto;}

/* Preformatted + verse */
.wp-block-preformatted,
.wp-block-verse {font-family: 'NotoSansKR', sans-serif; margin-bottom: 32px;font-size: 16px; font-weight: 400; line-height: 2; letter-spacing: -0.025em; color: #666;overflow: auto;}

/* Button */
.jt-single__content .wp-block-button__link,
.jt-single__content a.wp-block-button__link,
.jt-single__content button.wp-block-button__link{border: 3px solid #ddd;}

html.desktop .jt-single__content .wp-block-button__link:hover,
html.desktop .jt-single__content a.wp-block-button__link:hover,
html.desktop .jt-single__content button.wp-block-button__link:hover{border-color: #132332;}

.jt-single__content .wp-block-button a,
.jt-single__content .jt_btn_wrap a.jt_grad_btn{background: transparent;color: #222;width: auto;display: inline-block;padding: 20px 40px 22px; border-radius:999px}
.jt-single__content a.jt_btn:hover{ color:#fff;}

.jt-single__content .wp-block-button{margin-left: 2rem;margin-right: 2rem;margin-top: 1.4rem;margin-bottom: 1.4rem;}
.jt-single__content .wp-block-button .wp-block-button__link{display: inline-block;position: relative;vertical-align: middle;min-width: 18.2rem;line-height: 1;text-align: center;padding: 1.5rem 1.9rem;font-size: 1.4rem;font-weight: 600;letter-spacing: -0.025em;color: #222;border: 0.2rem solid #222;background: transparent;-webkit-transition: all 300ms;transition: all 300ms;border-radius: 0px;}

html.ios .jt-single__content .wp-block-button .wp-block-button__link {padding-top:1.4rem; padding-bottom:1.6rem;}

/* Gallery */
.jt-single__content .wp-block-gallery li:before {display:none}
.jt-single__content .wp-block-gallery li {list-style: none; padding-left: 0;}
.jt-single__content .wp-block-gallery img { margin: 0;}

.jt-single__content .blocks-gallery-item figure > a:after { content : ""; position: absolute; top : 0; left: 0; display: block; bottom: 0; right: 0; opacity: 0; background: #0f4c82; z-index: 1; -webkit-transition: opacity 500ms; transition: opacity 500ms; }
.jt-single__content .blocks-gallery-item figure > a:before {content : '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;opacity: 0;-webkit-transition: opacity 500ms;transition: opacity 500ms;background: transparent url(../images/icon/icon-plus.svg) no-repeat center center;}
.jt-single__content .blocks-gallery-item figure > a:hover:after,
.jt-single__content .blocks-gallery-item figure > a:hover:before { opacity: 0.85; -webkit-transition: opacity 0ms; transition: opacity 0ms; }
.jt-single__content .blocks-gallery-item figure img{ margin-bottom:0 }

/* Table block  */
.jt-single__content table {max-width: 79rem;position: relative;clear:both;border-top: 0.1rem solid #222;margin: auto;margin-top: 2.5rem;margin-bottom: 2.5rem; margin-left: 2rem; margin-right: 2rem; width: -webkit-calc(100% - 4rem); width: calc(100% - 4rem);}
.jt-single__content table.alignwide,
.jt-single__content table.alignfull{ width: 100%; margin-left: auto; margin-right: auto;}
.jt-single__content table caption {width: 0.1rem;height: 0.1rem;position: absolute;top: 0;left: 0;font-size: 0;line-height: 0;overflow: hidden;}
.jt-single__content table tr {width: 100%;}
.jt-single__content table tr:first-child td:first-child:before {display:none}
.jt-single__content table tr:first-child td,
.jt-single__content table th {padding: 1.2rem 0 1.3rem;position: relative;font-size: 1.4rem;text-align: center;font-weight: 500;color: #222;vertical-align: middle;border: none;/* border-left: 1px solid #ddd; */border-bottom: 1px solid #ddd;background: #f8f8f8;}
.jt-single__content table tr:first-child td:before,
.jt-single__content table th:before {content: '';display: block;width: 0.1rem;height: 1.2rem;position: absolute;top: 50%;left: 0;margin-top: -0.6rem;background: #ddd;}
.jt-single__content table th:first-child:before {display: none;}
.jt-single__content table td {padding: 1.2rem 0 1.3rem;font-size: 1.4rem;font-weight: 400;text-align: center;color: #666;vertical-align: middle;border: none;border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;-webkit-transition: background 300ms;transition: background 300ms;}
.jt-single__content table th:first-child,
.jt-single__content table td:first-child{ border-left:none}
.jt-single__content table.wp-block-table strong{ background:none; font-weight:bold}
.jt-single__content table.has-fixed-layout{width: -webkit-calc(100% - 4rem);width: calc(100% - 4rem);}

.jt-single__content p a{ box-shadow: 0 0.1rem 0 0px #0f4c82;}

/* Custom class */
.jt-single__content ul.point,
.jt-single__content ol.point{background:#f5f5f5;padding:1.7rem 1.5rem;border-radius:0.4rem;}
.jt-single__content h1.point,
.jt-single__content h2.point,
.jt-single__content h3.point,
.jt-single__content h4.point,
.jt-single__content h5.point,
.jt-single__content h6.point,
.jt-single__content p.point { color: #0f4c82;}

.jt-single__content p.with-b-point b,
.jt-single__content p.with-b-point strong{ color: #0f4c82;}

.jt-single__content p.xl{font-size: 1.6rem; color:#222}

.jt-single__content p.inner{ padding-left: 1.1rem;}

.jt-single__content ul.one:not(.jt-gallery),
.jt-single__content ol.one:not(.jt-gallery) { margin-bottom: 1.4rem;}

.jt-single__content .wp-block-button.xs .wp-block-button__link{padding: 0.6rem 1.2rem;font-size: 1.2rem;min-width: auto;font-weight: 500;border-width: 0.1rem;}

.jt-single__content .clear {clear:both;}

/* Clear */
.jt-single__content > *:first-child {margin-top: 0 !important;}
.jt-single__content > *:last-child {margin-bottom: 0 !important;}


/* Page Gutemberg */
.page .jt-single__content{padding-bottom:0;} /* need to recheck if is the right way */
.page #modal_page .jt-single__content {padding-bottom: 4rem;}

/* Gutemberg IE11 debug */

.jt-single__content .wp-block-gallery.columns-6 .blocks-gallery-image,
.jt-single__content .wp-block-gallery.columns-6 .blocks-gallery-item {width: -webkit-calc(16.66% - 16px);width: calc(16.66% - 16px);}

.ie11 .jt-single__content .blocks-gallery-item {background-position : center center;}
.ie11 .jt-single__content .blocks-gallery-item a {height: 100%}
.ie11 .jt-single__content .blocks-gallery-item img {opacity: 0}

/* Gutemberg IE9 IE10 debug */
.ie9 .jt-single__content .wp-block-gallery .blocks-gallery-image,
.ie9 .jt-single__content .wp-block-gallery .blocks-gallery-item,
.ie10 .jt-single__content.wp-block-gallery .blocks-gallery-image,
.ie10 .jt-single__content .wp-block-gallery .blocks-gallery-item,
.ie9 .jt-single__content .wp-block-column,
.ie10 .jt-single__content .wp-block-column{ display: block; float: left;}
.ie9 .jt-single__content .wp-block-gallery,
.ie10 .jt-single__content .wp-block-gallery,
.ie9 .jt-single__content .wp-block-columns,
.ie10 .jt-single__content .wp-block-columns {display: block;}
.ie9 .jt-single__content .wp-block-gallery:after ,
.ie10 .jt-single__content .wp-block-gallery:after {content: ""; display: table;clear: both;}

/* Gutemberg table custom */
.jt-single__content table.jt-read-list{max-width: 69.4rem;}
.jt-single__content table.jt-read-list tr:not(:first-child) td{font-size: 1.5rem}
.jt-single__content table.jt-read-list tr:not(:first-child) td:nth-child(2),
.jt-single__content table.jt-read-list tr:not(:first-child) td:nth-child(3){color: #000022; font-weight: 500;}
.jt-single__content table.jt-read-list tr:first-child td, .jt-single__content table th{background: #0f4c82; color: #fff;}
.jt-single__content table.jt-read-list tr:first-child td:before, .jt-single__content table th:before{height: 100%; top: 0; margin-top: 0;}
.jt-single__content table.jt-read-list th:first-child, .jt-single__content table td{border: 1px solid #ddd;}
.jt-single__content table.jt-read-list th:first-child, .jt-single__content table td:first-child{border-left: 1px solid #ddd; background: #f8f8f8;}

.jt-single__content table.jt-read-list tr:first-child td:nth-child(1){width: 16%;}
.jt-single__content table.jt-read-list tr:first-child td:nth-child(2){width: 28%;}
.jt-single__content table.jt-read-list tr:first-child td:nth-child(3){width: 28%;}
.jt-single__content table.jt-read-list tr:first-child td:nth-child(4){width: 28%;}

.jt-single__content table.jt-read-list .jt-read-list__link { font-size: 1.2rem; display: inline-block; border-bottom: 0.1rem solid #0f4c82; line-height: 1.4; }


/* MOBILE FIRST (TODO cleanup this) */
/*
.jt-single__wrap,
.jt-single__content h1,
.jt-single__content h2,
.jt-single__content h3,
.jt-single__content h4,
.jt-single__content h5,
.jt-single__content h6,
.jt-single__content p,
.jt-single__content ul:not(.jt-gallery),
.jt-single__content ol:not(.jt-gallery),
.jt-single__content blockquote,
.jt-single__content .wp-block-verse,
.jt-single__content .wp-block-preformatted,
.jt-single__content blockquote.wp-block-quote,
.jt-single__content .wp-block-button,
.jt-single__content .wp-block-audio {margin-left: 15px;margin-right: 15px;}
.jt-single__content h1,
.jt-single__content h2,
.jt-single__content h3,
.jt-single__content h4,
.jt-single__content h5,
.jt-single__content h6 {margin-bottom: 10px;}
.jt-single__content h1 {font-size: 2.4rem;}
.jt-single__content h2 {font-size: 2.2rem;}
.jt-single__content h3 {font-size: 2rem;}
.jt-single__content h4 {font-size: 1.8rem;}
.jt-single__content h5 {font-size: 1.7rem;}
.jt-single__content h6 {font-size: 1.6rem;}
.jt-single__content p {margin-bottom: 15px;line-height: 1.75;}
.jt-single__content ul:not(.jt-gallery),
.jt-single__content ol:not(.jt-gallery) {margin-bottom: 15px;}
.jt-single__content li {line-height: 1.7;}
.jt-single__content ul li:before {top: 10px;}
.jt-single__content blockquote {margin-bottom: 15px;padding-left: 10px;border-left-width: 2px;}
.jt-single__content img {margin-top: 26px;margin-bottom: 26px;}
.jt-single__content div.wp-caption {margin-top: 26px;margin-bottom: 26px;}
*/




/* **************************************** *
 * MOVE TO SUB (common)
 * **************************************** */
body.page-template-intro-landing .main_container,
body.page-template-subwith-quickmenu-php .main_container{padding-bottom: 0;}
.single-people .jt-single__content h2{font-size: 2rem;border-bottom: 1px solid #222;padding-bottom: 1.8rem;margin-bottom: 2.2rem;}


/* **************************************** *
 * shortcode
 * **************************************** */
.divide-bar {  padding: 0 0.3rem; opacity: 0.5;display: inline-block; vertical-align: top; margin-top: -0.1rem;}
html.mobile.android .divide-bar {padding: 0; margin: 0 -0.2rem;}

/* **************************************** *
 * A11Y
 * **************************************** */
.sr_only,
.sr-only {position: absolute;height: 1px;width: 1px;overflow: hidden;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);}

#skip a {width: 1px;height: 1px;position: absolute;left: -10000px;top: auto;overflow: hidden;}
#skip a:focus {display: block;width: 100%;height: 40px;position: fixed;top: 0;left: 0;line-height: 40px;text-align: center;color: #fff;background: #444;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;}
img[data-unveil].jt-lazyload--loaded {opacity:1}

.jt-lazyload {position: relative;overflow: hidden;}
.jt-lazyload img {display: block;/* max-width: 100%; */position: absolute;left: 0;top: 0; width: 100%;}
.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: #aaa;opacity: 0.6;}
