@charset "utf-8";

/*
 * File       : jt-strap.css
 * Author     : STUDIO-JT (KMS)
 * Guideline  : JTstyle.1.1
 *
 * Dependency : css/reset.css
 *
 * SUMMARY:
 * 01) BUTTON / ok
 * 02) FORM / ok
 * 03) CATEGORY
 * 04) SEARCH / ok
 * 05) PAGINATION / ok
 * 06) SINGLE PAGINATION / ok
 * 07) COMMENTS (미완성)
 * 08) JT ACCORDION LIST / ok
 * 09) JT NOTICE LIST / ok
 * 10) JT THUMB LIST / ok
 * 11) JT GRID LIST
 * 12) JT ISOTOPE LIST
 * 13) JT NEWSFEED LIST / ok
 * 14) JT DIVIDE LIST
 * 15) JT HISTORY
 * 16) JT LIST COMPONENT
 * 17) JT COMING SOON / ok
 * 18) JT SHARE / ok
 * 19) JT LOADMORE / ok
 * 20) JT Alert
 * 21) TABS
 * 22) MEMBER (미완성)
 * 23) NICESCROLL / ok
 * 24) CONTACT FROM 7 / ok
 * 25) SLICK / ok
 * 26) CYCLE / ok
 * 27) MAGNIFIC POPUP / ok
 * 28) SPLIT WORD
 * 29) SINGLE / ok
 * 30) SINGLE SHORTCODE
 * 31) A11Y
 * 32) LAZYLOAD
 */



/* **************************************** *
 * BUTTON
 * **************************************** */
/* Basic Button */
.jt_btn_basic {display: inline-block;position: relative;vertical-align: middle;line-height: 1;text-align: center;padding: 20px; min-width: 169px; font-size: 16px;font-weight: 500;letter-spacing: 0;color: #fff;border: 2px solid #B5121B;background: transparent; color: #B5121B; -webkit-transition: all 300ms;transition: all 300ms; font-family: 'Gotham', 'NotoSansKR', sans-serif}
.jt_btn_basic.jt_small {padding: 13px 22px;}
.jt_btn_basic.jt_large {padding: 22px 40px;}
html.desktop .jt_btn_basic.jt_type_01:hover {background: #B5121B; color: #fff}

.jt_btn_basic.jt_type_02 {color: #fff; background: #B5121B;}
html.desktop .jt_btn_basic.jt_type_02:hover {color: #B5121B;background: transparent;}

.jt_btn_basic.jt_type_03 {color: #fff;border-color: #fff; background: transparent; border: none;}
.jt_btn_basic.jt_type_03:before {content: ''; width: calc(100% - 2px); height: calc(100% - 2px); position: absolute; top: 0px; left: 0px; border: 1px solid #fff; transition: border 300ms; -webkit-transition: border 300ms;}
html.desktop .jt_btn_basic.jt_type_03:hover {color: #fff;background: #B5121B; border-color: #B5121B}
html.desktop .jt_btn_basic.jt_type_03:hover:before {border-color: #B5121B;}

html.ios .jt_btn_basic {padding-top: 17px;padding-bottom: 15px;}
html.ios .jt_btn_basic.jt_small {padding-top: 14px;padding-bottom: 12px;}
html.ios .jt_btn_basic.jt_large {padding-top: 20px;padding-bottom: 18px;}

/* Icon Button */
.jt_btn_icon {display: inline-block;position: relative;vertical-align: middle;line-height: 1;text-align: center;width: 120px;padding: 16px;font-size: 16px;font-weight: 400;letter-spacing: -0.025em;color: #222;border: 1px solid #ddd;border-radius: 5px;background: #fff;-webkit-transition: all 300ms;transition: all 300ms;}
.jt_btn_icon span {display: inline-block;position: relative;-webkit-transition: padding 300ms;transition: padding 300ms;}
.jt_btn_icon span:after {display: block;width: 20px;height: 20px;position: absolute;right: -12px;top: 50%;margin-top: -9px;font-family: 'jt-font';font-size: 12px;font-weight: normal;line-height: 20px;text-align: center;opacity: 0;-webkit-transition: opacity 300ms;transition: opacity 300ms;}

html.desktop .jt_btn_icon:hover span {padding-right: 12px;}
html.desktop .jt_btn_icon:hover span:after {opacity: 1;}

.jt_btn_icon.jt_large {width: 160px;padding-top: 19px;padding-bottom: 19px;}

.jt_btn_icon.jt_icon_check span:after {content: '\e935';}
.jt_btn_icon.jt_icon_download span:after {content: '\e92f';font-size: 13px;}

.jt_btn_icon.jt_type_02 {color: #fff;background: #B5121B;border-color: #B5121B;}

html.ios .jt_btn_icon {padding-top: 17px;padding-bottom: 15px;}
html.ios .jt_btn_icon.jt_large {padding-top: 20px;padding-bottom: 18px;}

/* Point Button */
.jt_btn_point {display: inline-block;position: relative;vertical-align: middle;line-height: 1;text-align: center;min-width: 150px;padding: 16px 44px;font-size: 16px;font-weight: 400;letter-spacing: -0.025em;color: #222;background: #fff;border: 3px solid #ddd;border-radius: 28px;-webkit-transition: all 300ms;transition: all 300ms;}
.jt_btn_point.jt_small {min-width: 110px;padding: 13px 30px;}
.jt_btn_point.jt_large {min-width: 180px;padding: 19px 54px;}
html.desktop .jt_btn_point.jt_type_01:hover {background: #f4f5f6;}

.jt_btn_point.jt_type_02 {color: #B5121B;border-color: #B5121B;}
html.desktop .jt_btn_point.jt_type_02:hover {background: #edf0ff;}

html.ios .jt_btn_point {padding-top: 17px;padding-bottom: 15px;}
html.ios .jt_btn_point.jt_small {padding-top: 14px;padding-bottom: 12px;}
html.ios .jt_btn_point.jt_large {padding-top: 20px;padding-bottom: 18px;}

/* Gradient Button */
.jt_gradient_btn {display: inline-block;position: relative;vertical-align: middle;line-height: 1;text-align: center;width: 200px;padding: 22px 20px;font-size: 16px;font-weight: 400;letter-spacing: -0.025em;color: #222;background: transparent;border: none;border-radius: 30px;-webkit-transition: color 300ms, border 300ms;transition: color 300ms, border 300ms;overflow: hidden;}
.jt_gradient_btn:before {content: '';display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 3px solid #ddd;border-radius: 30px;}
.jt_gradient_btn > span {position:relative;z-index: 1;}
.jt_gradient_btn .jt_gradient_btn_bg {display: block;width: 200%;position: absolute;left: 0;top: 0;bottom: 0;right: 0;background: #5677fc;background: -webkit-linear-gradient(-45deg, #5677fc 0%,#75d891 100%);background: -webkit-linear-gradient(315deg, #5677fc 0%,#75d891 100%);background: linear-gradient(135deg, #5677fc 0%,#75d891 100%);border-radius: 30px;-webkit-transform: translateZ(0);transform: translateZ(0);will-change: left;opacity: 0;-webkit-transition: left .5s cubic-bezier(.19, 1, .22, 1), opacity .3s;transition: left .5s cubic-bezier(.19, 1, .22, 1), opacity .3s;}

html.desktop .jt_gradient_btn:hover {color: #fff;}
html.desktop .jt_gradient_btn:hover .jt_gradient_btn_bg {opacity: 1;}

html.ios .jt_gradient_btn {padding-top: 23px;padding-bottom: 11px;}

/* Read More Button */
.jt_btn_more { display: inline-block; position: relative; min-width: 255px; padding: 21px 20px 20px; font-size: 15px; line-height: 1; letter-spacing: 0.01em; text-align: center; font-weight: 500; border: 2px solid #B5121B; font-family: 'Gotham', 'NotoSansKR', sans-serif; background: transparent; color: #B5121B; -webkit-transition: all 300ms; transition: all 300ms; }
.jt_btn_more span { padding-right: 27px; position: relative; }
.jt_btn_more span:after { display: block; font-family: 'jt-font'; content: '\e92b'; font-size: 10px; font-weight: normal; text-align: center; color: #B5121B; position: absolute; right: 0; top: 5px; -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); }
html.ie .jt_btn_more span:after {top:3px;}
html.desktop .jt_btn_more:hover { color: #fff; background: #B5121B; }
html.desktop .jt_btn_more:hover span:after { color: #fff; }

/* Button motion */
.jt_btn_spread {overflow: hidden;}
html.ie .jt_btn_spread {border: 0;}
html.ie .jt_btn_spread:before {content: ''; display: block; width: calc(100% - 4px); height: calc(100% - 4px); width: -webkit-calc(100% - 4px); height: -webkit-calc(100% - 4px); border: 2px solid #b5121b; position: absolute; top: 0; left: 0;}
html.ie .main_visual_btn.jt_btn_spread:before { width: calc(100% - 2px); height: calc(100% - 2px); width: -webkit-calc(100% - 2px); height: -webkit-calc(100% - 2px); border: 1px solid #fff; }

.jt_btn_spread span {position: relative; z-index: 2;}
.jt_btn_overlay {display: block; width: 0; height: 0; position: absolute; transform: translate(-50%, -50%); background: #B5121B; border-radius: 50%; z-index: 1;}
html.desktop .jt_btn_basic.jt_type_01.jt_btn_spread:hover {background: transparent;}
html.desktop .jt_btn_basic.jt_type_03.jt_btn_spread:hover {background: transparent;border:none;}
html.desktop .jt_btn_basic.jt_type_03.jt_btn_spread:hover:before {border-color: #fff;}
html.desktop .jt_btn_spread:hover {background: transparent;}
html.desktop .jt_btn_spread:hover .jt_btn_overlay {width: 225%; height: 760.5%; transition: width .3s cubic-bezier(0, 0, 0.58, 0.32), height .3s cubic-bezier(0, 0, 0.58, 0.32);}


/* **************************************** *
 * FORM
 * **************************************** */
/* label */
.jt_label {display: block;position: relative;font-size: 16px;line-height: 1.35;font-weight: 600;color: #222;}
.jt_label.required:after {padding-left: 4px;content: '*';color: #ff0000;}

/* input */
.jt_form_field {display: inline-block;width: 350px;height: 50px;margin: 0;padding: 11px 14px 12px;vertical-align: middle;font-size: 16px;line-height: 1.75;color: #666;border: 1px solid #ddd;outline: none;background: #fff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: border 300ms, -webkit-box-shadow 300ms;transition: border 300ms, -webkit-box-shadow 300ms;transition: border 300ms, box-shadow 300ms;transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;}
html.mobile .jt_form_field {border-radius:0;}
html.safari .jt_form_field {padding-top:14px;}
textarea.jt_form_field {height: 194px;overflow: auto;resize: none;}
html.desktop .jt_form_field:hover {border-color: #B5121B;}
html.desktop  .jt_form_field:focus {border-color: #B5121B; background: #fff;}
.jt_form_field:disabled, .jt_form_field:-moz-read-only {background: #eee;border-color: #eee;box-shadow: none;}
.jt_form_field:disabled, .jt_form_field:read-only {background: #eee;border-color: #eee;-webkit-box-shadow: none;box-shadow: none;}
html.desktop .jt_form_field:disabled, html.desktop .jt_form_field:-moz-read-only {border-color: #eee;box-shadow: none;}
html.desktop .jt_form_field:disabled, html.desktop .jt_form_field:read-only {border-color: #eee;-webkit-box-shadow: none;box-shadow: none;}

.jt_form_block_field {display: block;}
.jt_form_full_field {display: block;width: 100%;}

/* 설명글 */
.explain {display: block;margin-top: 8px;padding-left: 10px;position: relative;font-size: 14px;line-height: 1.5;color: #888;}
.explain:before {content: '';display: block;width: 4px;height: 4px;position: absolute;top: 8px;left: 0;background: #B5121B;border-radius: 50%;}
html.ios .explain:before {top: 7px;}

/* file */
.jt_file_upload_wrapper {font-size: 0;}
.jt_file_upload_input {width: -webkit-calc(100% - 188px);width: calc(100% - 188px);cursor: pointer;}
.jt_file_btn {display: inline-block;height: 46px;padding: 0;margin: 0 0 0 10px;vertical-align: top;font-size: 15px;font-weight: 400;letter-spacing: -0.01em;text-align: center;border: 1px solid #ddd;border-radius: 4px;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: background 300ms;transition: background 300ms;cursor: pointer;}
label.jt_file_btn {line-height: 46px;}
html.ios .jt_file_btn {padding-bottom: 1px;}
.jt_file_upload_button {width: 100px;color: #fff;background: #B5121B;border-color: #B5121B;}
html.desktop .jt_file_upload_button:hover {background: #A30013;border-color: #A30013;}
.jt_file_upload_delete {width: 68px;color: #666;background: #fff;}
html.desktop .jt_file_upload_delete:hover {background: #f4f5f6;}

/* icheck */
.jt_icheck_label {display: inline-block;}
.jt_icheck_label + .jt_icheck_label {padding-left: 29px;}
div[class^="icheckbox"] > input, div[class^="iradio"] > input {left: 0;}
div[class^="icheckbox"] + span, div[class^="iradio"] + span {display: inline-block;padding-left: 9px;vertical-align: middle;cursor: pointer;font-size: 16px;line-height: 1.4;font-weight: 400;color: #666; padding-bottom: 4px;}
div[class^="icheckbox"].disabled + span, div[class^="iradio"].disabled + span {cursor: default;}

/* selectric */
.jt_selectric_wrap {width: 176px;position: relative; margin-left: 10px;}
.selectric {width: 100%;text-align: left;background: #fff;border: 1px solid #ddd;border-radius: 0;-webkit-transition: border-color 300ms;transition: border-color 300ms;}
.selectric .label {height: 44px;margin: 0 40px 0 18px;font-size: 16px;line-height: 44px;font-weight: 400;color: #666;}
.selectric .button {width: 42px;height: 44px;}
.selectric .button:after {width: 100%;font-family: 'jt-font';content: '\e929';font-size: 10px;color: #B5121B;border: none;-webkit-transition: -webkit-transform 0.4s;transition: -webkit-transform 0.4s;transition: transform 0.4s;transition: transform 0.4s, -webkit-transform 0.4s; -webkit-transform: scale(.7); -ms-transform: scale(.7); transform: scale(.7); right: -3px; }
.selectric-items {background: #fff;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;opacity: 0;-webkit-transition: all 0.4s;transition: all 0.4s; border: 0; box-shadow: inset 0 0 0 1px #ddd; -webkit-box-shadow: inset 0 0 0 1px #ddd;}
.selectric-items ul, .selectric-items li {width: 100%;font-size: 15px;text-align: left;}
.selectric-above .selectric-items {border-top:1px solid #ddd;}
.selectric-items ul {margin: 0;padding: 0;}
.selectric-items li {padding: 14px 18px 14px;line-height: 1.4;font-weight: 400;color: #666;border-bottom: 1px solid #ddd;}
.selectric-items li:last-child {padding-bottom: 15px; border-bottom: 0;}
html.desktop .selectric-items li:hover {color: #B5121B; background: transparent}
html.desktop .selectric-items li.selected:hover {color: #fff; background: #B5121B;}
.selectric-items li.selected {color: #fff; background: #B5121B;}
.selectric-hover .selectric {background: #fff; border-color: #B5121B;}
.selectric-hover .selectric:after {opacity: 0;}
.selectric-focus .selectric {background: #fff; border-color: #B5121B}
.selectric-focus .selectric:after {opacity: 0;}
.selectric-open .selectric {background: #fff; border-color: #B5121B; }
.selectric-open .selectric:after {border-bottom: none;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;opacity: 0;}
.selectric-open .selectric .button:after {-webkit-transform: scale(.7) rotate(-180deg);-ms-transform: scale(.7) rotate(-180deg);transform: scale(.7) rotate(-180deg);}
.selectric-open .selectric-items {opacity: 1;}
.selectric-above.selectric-open .selectric {border-radius: 0 ;border-top-color: #ddd;border-bottom-color: #B5121B;}
.selectric-above.selectric-open .selectric:after {border-bottom: 2px solid #B5121B;border-top: none;border-radius: 0;}
.selectric-above.selectric-open .selectric-items {border-radius: 0;border-width: 1px 1px 0;}

html.mobile .jt_selectric_wrap {background: #fff;border-radius: 0;overflow: hidden;}
html.mobile .jt_selectric_wrap:before {width: 42px;position: absolute;top: 0;right: 0;font-family: 'jt-font';content: '\e929';font-size: 10px;text-align: center;line-height: 46px;color: #B5121B;}
html.mobile .jt_selectric_wrap select {-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 100%;height:50px;margin: 0;padding: 11px 14px 12px;position: relative;font-family: 'NotoSansKR', sans-serif;font-size: 16px;line-height: 1;font-weight: 400;color: #666;background: transparent;border: 1px solid #ddd;border-radius:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;outline: none;opacity: 1;}

/* 약관동의 */
.jt_form_wrap + .jt_agree_rule {/* margin-top: 70px;padding-top: 55px;border-top: 1px solid #ddd; */ padding-top: 45px;}

.jt_agree_rule_title {display: block;padding-bottom: 20px;font-size: 20px;font-weight: 400;line-height: 1.45;color: #222;}
.jt_agree_rule_box {padding-bottom: 20px;}
.jt_agree_rule_box:last-child {padding-bottom: 0;}
.jt_agree_rule_box > * {padding-bottom: 8px;}
.jt_agree_rule_box > *:last-child {padding-bottom: 0;}
.jt_agree_rule_box b {display: block;font-size: 16px;font-weight: 600;line-height: 1.75;color: #222;}
.jt_agree_rule_box p {font-size: 15px;font-weight: 400;line-height: 1.75;color: #666;}
.jt_agree_rule_box li {margin-bottom: 4px;position: relative;font-size: 15px;font-weight: 400;line-height: 1.75;color: #666;}
.jt_agree_rule_box ol {counter-reset: item;}
.jt_agree_rule_box ol li:before {counter-increment: item;position: absolute;top: 0;left: 0;}
.jt_agree_rule_box > ol > li {padding-left: 24px;}
.jt_agree_rule_box > ol > li:before {content: '('counter(item)')';}
.jt_agree_rule_box > ol > li:last-child {margin-bottom: 0;}
.jt_agree_rule_box > ol > li > ol {margin-top: 4px;}
.jt_agree_rule_box > ol > li > ol > li {padding-left: 17px;}
.jt_agree_rule_box > ol > li > ol > li:before {content: counter(item)'.';}
.jt_agree_rule_box ul li { padding-left: 9px; position: relative; }
.jt_agree_rule_box ul li:before { content: ''; position: absolute; top: 13px; left: 0; width: 4px; height: 1px; background: #666; }
html.ios .jt_agree_rule_box ul li:before {top: 11px}
.jt_agree_check {padding-top: 29px;font-size: 0;text-align: center; padding-bottom: 46px; border-bottom: 1px solid #ddd;}
.jt_agree_check > b {display: inline-block;vertical-align: middle;padding-right: 31px;font-size: 16px;font-weight: 600;color: #222;}
.jt_agree_check > b > span {color: #B5121B;}
.jt_agree_check_field {display: inline-block;vertical-align: middle;}

/* form layout */
.jt_form {margin: 0 auto;}
.jt_form:after {content: '';display: table;clear: both;}

.jt_form_data {margin-bottom: 35px;}
.jt_form_data:last-child {margin-bottom: 0;}

.jt_form_field_wrap {display: block;font-size: 0;}
.jt_form_text {font-size: 16px;font-weight: 400;line-height: 1.85;color: #666;}

/* control */
.jt_form_control {padding-top: 80px;font-size: 0;text-align: center;}
.jt_form_control .jt_btn_basic {border: 0; padding: 0; min-width: unset;}
.jt_form_action_btn {display: inline-block; min-width: 220px;padding: 25px 29px; position: relative;vertical-align: middle;font-size: 16px;font-weight: 400;letter-spacing: 0;line-height: 1;color: #B5121B;text-align: center;background: transparent; border: 2px solid #B5121B; border-radius: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 300ms;transition: all 300ms;cursor: pointer; z-index:2; }
html.desktop .jt_form_action_btn:hover {color: #fff;}



/* **************************************** *
 * CATEGORY
 * **************************************** */
.jt_category {margin-bottom: 24px;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: 14px;position: absolute;top: 50%;margin-top: -7px;left: 0;border: none;border-radius: 0px;background: #d7d7d7;}
.jt_category ul a {display: block;padding: 10px 18px;font-size: 16px;font-weight: 400;line-height: 1.6;color: #666;-webkit-transition: color 300ms;transition: color 300ms;}
.jt_category ul li.active a, html.desktop .jt_category ul li:hover a {color: #B5121B;}
.jt_category ul li:first-child:before {display: none;}

.jt_category_btn {width: 30px;margin: 0;padding: 0;position: absolute;top: 0;bottom: 0;background: #fff;border: none;cursor: pointer;z-index: 2;-webkit-transition: color 300ms;transition: color 300ms;}
.jt_category_btn:after {display: block;width: 100%;height: 100%;font-family: 'jt-font';font-size: 12px;font-weight: normal;text-align: center;line-height: 46px;color: #666;}
.jt_category_prev {left: 0;}
.jt_category_prev:after {content: '\e909';}
.jt_category_next {right: 0;}
.jt_category_next:after {content: '\e90a';}

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: 51px;}
html.mobile .jt_category:before, html.mobile .jt_category:after {width: 18px;}
html.mobile .jt_category ul {-webkit-overflow-scrolling: touch;}



/* **************************************** *
 * SEARCH
 * **************************************** */
.jt_search {padding: 52px 20px;margin-bottom: 50px;font-size: 0;text-align: center;background: #f4f5f6;}
.jt_search_category {display: inline-block;width: 130px;vertical-align: top;position: relative;}
.jt_search_category .selectric {width: 100%; border-radius: 0;}
.jt_search_category .selectric .label {height: 44px;font-size: 15px;font-weight: 300;line-height: 44px;}
.jt_search_category .selectric .button {height: 44px;}
.jt_search_category .selectric .button:after {content: '\e929';font-size: 10px;color: #B5121B;}
.jt_search_category .selectric-items li {border-color: #ddd; transition: color 300ms; -webkit-transition: color 300ms;}
html.mobile .jt_search_category {background: #fff;overflow: hidden;}
html.mobile .jt_search_category:before {width: 40px;position: absolute;top: 0;right: 0;font-family: 'jt-font';content: '\e929';font-size: 10px;text-align: center;line-height: 45px;color: #B5121B; transform: scale(0.8); -webkit-transform: scale(0.8)}
html.mobile .jt_search_category > select {-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 100%;margin: 0;padding: 14px 40px 14px 12px;position: relative;font-family: 'NotoSansKR', sans-serif;font-size: 15px;line-height: 1;font-weight: 300;color: #666;background: transparent;border: 1px solid #ddd;-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; border-radius: 0;}

.jt_search_field {display: inline-block;position: relative;vertical-align: top;}
.jt_search_input.jt_form_field {width: 394px;height: 46px;margin: 0 10px;vertical-align: top;background: #fff;border-color: #ddd;text-overflow: ellipsis;}
.jt_search_input.jt_form_field:focus {border-color: #B5121B;}
.jt_search_button {display: inline-block;vertical-align: top;width: 130px;height: 45px;padding: 0;font-size: 16px;font-weight: 400;color: #fff;border: 1px solid #B5121B;background: #B5121B;outline: none;cursor: pointer;-webkit-transition: background 300ms, border-color 300ms;transition: background 300ms, border-color 300ms;}
html.desktop .jt_search_button:hover {background: #666;border-color: #666;}



/* **************************************** *
 * PAGINATION
 * **************************************** */
.jt_pagination {display: block;width: 100%;margin-top: 95px;font-size: 0;text-align: center;}
.jt_pagination:empty {margin-top: 0;}
.jt_pagination .page-numbers {display: inline-block;min-width: 32px;height: 33px;padding: 0 4px;margin: 0 4px;margin-bottom: 4px;position: relative;font-size: 16px;font-weight: 400;line-height: 30px;text-align: center;vertical-align: top;color: #666;-webkit-transition: color 300ms;transition: color 300ms;}
.jt_pagination .page-numbers:after {content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-bottom: 2px solid transparent;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html.desktop .jt_pagination .page-numbers:hover, .jt_pagination .page-numbers.current {color: #B5121B;}
.jt_pagination .page-numbers.current:after {border-color: #B5121B;}
.jt_pagination .page-numbers.first, .jt_pagination .page-numbers.prev, .jt_pagination .page-numbers.next, .jt_pagination .page-numbers.last {font-size: 0;border: 1px solid #dedede;}
.jt_pagination .page-numbers.first:before, .jt_pagination .page-numbers.prev:before, .jt_pagination .page-numbers.next:before, .jt_pagination .page-numbers.last:before {display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;font-family: 'jt-font';font-size: 10px;font-weight: normal;line-height: 30px;color: #aaa;}
.jt_pagination .page-numbers.first {margin-left: 0;margin-right: 0;}
.jt_pagination .page-numbers.first:before {content: '\e908';}
.jt_pagination .page-numbers.prev:before {content: '\e909';}
.jt_pagination .page-numbers.next:before {content: '\e90a';}
.jt_pagination .page-numbers.last {margin-left: 0;margin-right: 0;}
.jt_pagination .page-numbers.last:before {content: '\e90b';}



/* **************************************** *
 * SINGLE PAGINATION
 * **************************************** */
.single_pagination {display: table;width: 100%;max-width: 1200px;height: 180px;margin: 0 auto;position: relative;border-top: 1px solid #ddd;}
.single_pagination_link, .single_pagination_title {display: table-cell;width: 50%;height: 100%;position: relative;font-size: 15px;font-weight: 400;text-align: center;vertical-align: middle;color: #222;}
.single_pagination_next, .single_pagination_title_next {padding-left: 60px;padding-right: 20px;}
.single_pagination_prev, .single_pagination_title_prev {padding-right: 60px;padding-left: 20px;}
.single_pagination_prev:after, .single_pagination_next:after {content: '';display: block;width: 100%;height: 2px;position: absolute;top: -1px;left: 0;background: transparent;-webkit-transition: background 300ms;transition: background 300ms;}
.single_pagination_link span {display: block;padding-top: 10px;-webkit-transition: color 200ms;transition: color 200ms;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;}
.single_pagination_link b {display: inline-block;position: relative;font-size: 22px;line-height: 1;letter-spacing: 0.05em;font-weight: 600;text-transform: uppercase;-webkit-transition: color 200ms, padding 300ms;transition: color 200ms, padding 300ms;}
.single_pagination_link b:after {content: '';display: block;opacity: 0;visibility: hidden;width: 22px;height: 22px;position: absolute;top: 1px;font-family: 'jt-font';font-size: 12px;line-height: 22px;font-weight: normal;text-align: center;color: #B5121B;-webkit-transition: opacity 300ms, left 200ms, right 200ms;transition: opacity 300ms, left 200ms, right 200ms;}
.single_pagination_prev b:after {left: 0;content: '\e93e';}
.single_pagination_next b:after {right: 0;content: '\e93f';}
html.desktop .single_pagination_link:hover:after {background: #B5121B;}
html.desktop .single_pagination_link:hover span {color: #B5121B;}
html.desktop .single_pagination_link:hover b {color: #B5121B;}
html.desktop .single_pagination_link:hover b:after {opacity: 1;visibility: visible;}
html.desktop .single_pagination_prev:hover b {padding-left: 30px;}
.single_pagination_prev b:after {left: -3px;}
html.desktop .single_pagination_next:hover b {padding-right: 30px;}
.single_pagination_next b:after {right: -3px;}
.single_pagination_list {display: block;width: 72px;height: 72px;position: absolute;top: 50%;left: 50%;margin-top: -36px;margin-left: -36px;background: #333 url(../images/icon/icon-list-2x.png) no-repeat center center;background-size: 18px 18px;z-index: 1;-webkit-transition: background 300ms;transition: background 300ms;}
.single_pagination_list.single_pagination_link {font-size: 0;}
html.desktop .single_pagination_list:hover {background-color: #B5121B;}

/* span text-overflow ellipsis debug */
.single_pagination_prev, .single_pagination_next {max-width: 0;}



/* **************************************** *
 * COMMENTS (미완성)
 * **************************************** */
.comments-area .comments-title {position:relative; padding: 0;font-size: 18px;line-height: 2.6;font-weight: 600;color: #222; padding-left:31px;}
.comments-area .comments-title span {color: #333;}
.comments-area .comments-title:before {content:'\e952'; display:block; width:28px; height:28px; position:absolute; top:12px; left:-3px; font-family:'jt-font'; font-size:28px; font-weight:400; color:#000; line-height:1;}
.comments-area ol {list-style: none;}
.comment-list {margin-top: 4px;border-top: 2px solid #222;}
.comment-list > li {padding-top: 28px;border-bottom: 1px solid #dedede;}
.comment-list ol.children {margin-bottom: 0;}
.comment-list ol.children > li {padding-top: 20px;background: #f9f9f9;border-top: 1px solid #dedede;}
.comment-inner {position: relative;}
.comment-inner:after {content: '';display: table;clear: both;}
.comment-avatar {width: 48px;height: 48px;position: absolute;top: 7px;left: 0;border-radius: 3px;overflow: hidden;}
.comment-avatar img {margin: 0;padding: 0;}
.comment-content {float: left;width: 100%;padding: 0 20px 28px 80px;position: relative;}
ol.children .comment-content:before {content: '';display: block;width: 12px;height: 12px;position: absolute;top: 26px;left: -51px;background: url(../images/icon/icon-comments-arrow-2x.png) no-repeat center center;background-size: 12px 12px;}
.comment-head {position: relative;}
.comment-head .author-name {font-size: 15px;font-weight: 600;color: #222;}
.comment-head .comment-date {position: absolute;top: 0;right: 0;font-size: 13px;font-weight: 400;color: #222;}
.comment-body p {margin: 0;padding: 0;font-size: 15px;font-weight: 400;line-height: 1.93;color: #777;}
.comment-form {position:relative;}
.comment-form-comment, .comment-form .form-submit {display:inline-block; vertical-align:top;}
.comment-form .form-submit {position:absolute; bottom:0px; right:0; padding-bottom:0;}
p.comment-form-comment {width:100%; height:90px; padding-bottom:0; margin-top:0; padding-right:100px;}
.comment-form-comment label {display:none;}
.comment-form-comment textarea {width:100%; max-width:100%; height:100%; max-height:100%; background:#f9f9f9; border:1px solid #dedede; padding:15px;}
.form-submit input {width:90px; height:90px; background:#1e75d6; border-radius:4px; border:2px solid #1e75d6; color:#fff; font-size:15px; -webkit-transition: all 300ms; transition:all 300ms; cursor:pointer;}
html.desktop .form-submit input:hover {background:transparent; color:#1e75d6;}

/* 대댓글 depth표현 */
.comment-list ol.children .comment-inner {padding-left: 80px;}
.comment-list ol.children .comment-avatar {left: 80px}
.comment-list ol.children ol.children .comment-inner {padding-left: 160px;}
.comment-list ol.children ol.children .comment-avatar {left: 160px}
.comment-list ol.children ol.children ol.children .comment-inner {padding-left: 240px;}
.comment-list ol.children ol.children ol.children .comment-avatar {left: 240px}
.comment-list ol.children ol.children ol.children ol.children .comment-inner {padding-left: 320px;}
.comment-list ol.children ol.children ol.children ol.children .comment-avatar {left: 320px}

/* 소셜로그인 표시 */
.comment-inner.social-user {padding-bottom:10px;}
.comment-inner.social-user .comment-avatar {height: 68px;}
.comment-inner.social-user .comment-avatar:before,
.comment-inner.social-user .comment-avatar:after {content: '';display: block;width: 100%;height: 20px;position: absolute;left: 0;bottom: 0;}
.comment-inner.social-user .comment-avatar:before {background: #222;}
.comment-inner.social-user .comment-avatar:after {font-family: 'jt-font';font-size: 10px;text-align: center;line-height: 20px;font-weight: normal;color: #fff;}
.comment-inner.social-facebook .comment-avatar:before {background: #224b99;}
.comment-inner.social-facebook .comment-avatar:after {content: '\e90c';}
.comment-inner.social-twitter .comment-avatar:before {background: #40bff5;}
.comment-inner.social-twitter .comment-avatar:after {content: '\e90f';}
.comment-inner.social-kakao .comment-avatar:before {background: #fdc300;}
.comment-inner.social-kakao .comment-avatar:after {content: '\e92b';}
.comment-inner.social-naver .comment-avatar:before {background: #1dc800;}
.comment-inner.social-naver .comment-avatar:after {content: '\e92c';}
.comment-form .wp-social-login-widget {position:relative; margin-bottom:22px; padding-left:105px;}
.comment-form .wp-social-login-widget:before {content:'Social Login :'; position:absolute; top:0; left:0; font-size:15px; color:#333; font-weight:600; line-height:30px;}
.comment-form .wp-social-login-provider-list {font-size:0;}
.comment-form .wp-social-login-provider-list > a {display:inline-block; width:30px; height:30px; color:#fff; border-bottom:none; font-size:0; border-radius:4px; margin-left:5px;}
.comment-form .wp-social-login-provider-list > a:first-child {margin-left:0;}
.comment-form .wp-social-login-provider-list > a:after {display:block; width:100%; height:100%; font-family:'jt-font'; font-size:14px; line-height:30px; text-align:center;}
.comment-form .login_facebook {background: #224b99;}
.comment-form .login_facebook:after {content:'\e90c';}
.comment-form .login_naver {background: #1dc800;}
.comment-form .login_naver:after {content:'\e92c';}
.comment-form .login_kakao {background: #fdc300;}
.comment-form .login_kakao:after {content:'\e92b';}



/* **************************************** *
 * JT ACCORDION LIST
 * **************************************** */
.jt_accordion {width: 100%;position: relative;border-top: 1px solid #222;}

.jt_accordion_title {padding: 20px 0;position: relative;border-bottom: 1px solid #ddd;cursor: pointer;}
.jt_accordion_state {width: 30px;height: 30px;position: absolute;left: 20px;top: 50%;margin-top: -15px;}
.jt_accordion_state span {display: block;width: 100%;height: 100%;font-size: 14px;line-height: 28px;font-weight: 400;text-align: center;color: #fff;background: #B5121B;border-radius: 50%}
.jt_accordion_questions {width: 100%;padding-left: 70px;padding-right: 70px;}
.jt_accordion_questions p {font-size: 16px;font-weight: 400;line-height: 1.75;color: #666;}
.jt_accordion_control {width: 26px;height: 26px;position: absolute;right: 17px;top: 50%;margin-top: -13px;}
.jt_accordion_control i {display: block;width: 100%;height: 100%;position: relative;font-size: 0;}
.jt_accordion_control i:after {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-family: 'jt-font';content: '\e93d';font-size: 13px;font-style: normal;line-height: 26px;text-align: center;color: #ddd;-webkit-transition: color 300ms, -webkit-transform 300ms;transition: color 300ms, -webkit-transform 300ms;transition: color 300ms, transform 300ms;transition: color 300ms, transform 300ms, -webkit-transform 300ms;}
html.desktop .jt_accordion_title:hover .jt_accordion_control i:after, .jt_accordion_title.active .jt_accordion_control i:after {color: #222;}
.jt_accordion_title.active .jt_accordion_control i:after {-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}

.jt_accordion_content {position: relative;background: #f4f5f6;overflow: hidden;}
.jt_accordion_content_inner {padding: 30px 70px;font-size: 16px;font-weight: 400;line-height: 1.75;color: #666;}
.jt_accordion .jt_accordion_content.active > .jt_accordion_content_inner {border-bottom: 1px solid #ddd;}

.jt_accordion .jt_accordion_title:not(:first-child) + .jt_accordion_content .jt_accordion_content_inner {display: none;}



/* **************************************** *
 * JT NOTICE LIST
 * **************************************** */
.jt_notice_list {width: 100%;table-layout: fixed;position: relative;border-top: 1px solid #222; padding-top: 1px ;}
.jt_notice_list caption {width: 1px;height: 1px;position: absolute;top: 0;left: 0;font-size: 0;line-height: 0;overflow: hidden;}
.jt_notice_list tr {width: 100%;}
.jt_notice_list th {padding: 28px 0;position: relative;font-size: 16px;text-align: center;font-weight: 600;color: #222;vertical-align: middle;border-bottom: 1px solid #ddd;}
.jt_notice_list th:before {content: '';display: block;width: 1px;height: 13px;position: absolute;top: 50%;left: 0;margin-top: -6px;background: #ddd;}
.jt_notice_list th:first-child:before {display: none;}
.jt_notice_list td {padding: 29px 21px;font-size: 16px;font-weight: 400;text-align: center;color: #666;vertical-align: middle;border-bottom: 1px solid #ddd;cursor: pointer;-webkit-transition: background 300ms;transition: background 300ms; border-right: 0; line-height: normal; letter-spacing: -0.025em;}
.jt_notice_list .jt_notice_title_wrap {width: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;}
.jt_notice_list .jt_notice_title_wrap * {vertical-align: middle;}
.jt_notice_list .jt_notice_title_wrap a {font-size: 16px;color: #666; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal;}
.jt_notice_list .jt_board_sticky {display: inline-block;width: 64px;height: 32px;font-size: 14px;line-height: 32px;color: #fff;border-radius: 20px;background: #B5121B;}
.jt_notice_list .jt_board_notice_row td {padding: 25px 21px;}
.jt_notice_list .jt_board_notice_row td.title .jt_notice_title_wrap a { color: #B5121B; font-weight: 600;}
html.desktop .jt_notice_list tr:hover td:not(.jt_notice_nothing_found) {background: #b5121b;background: rgba(181, 18, 27, .05);}

.jt_notice_list .num {width: 119px;}
.jt_notice_list .title {width: auto;}
.jt_notice_list .author {width: 121px;}
.jt_notice_list .date {width: 121px;}
.jt_notice_list td.title {text-align: left;}

.jt_notice_list td.jt_notice_nothing_found {padding: 20px 0;background: #fff;cursor: default;}



/* **************************************** *
 * JT NEWS LIST
 * **************************************** */
.jt_news_list_wrap .jt_search {margin-bottom: 21px;}
.jt_news_list {display: table;width: 100%;}
.jt_news_list_item {display: table-row;cursor: pointer;}
.jt_news_list_item > div {display: table-cell;padding-top: 40px;padding-bottom: 40px;border-bottom: 1px solid #ddd;}

.jt_news_list_thumb {width: 206px;vertical-align: top;}
.jt_news_list_thumb img {display: block;max-width: 100%;}

.jt_news_list_txt {width: auto;vertical-align: middle;padding-left: 35px;padding-right: 100px;}
.jt_news_list_title {display: -webkit-box; font-size: 20px;font-weight: 600;line-height: 1.8;letter-spacing: -0.025em;color: #222;text-overflow: ellipsis;overflow: hidden; transition: color 300ms; -webkit-transition: color 300ms; letter-spacing: -0.025em;}
.jt_news_list_title span { position: relative; display: inline-block; }
.jt_news_list_title span:before { content: ''; display: block; width: 100%; height: 1px; background: #B5121B; position: absolute; bottom: 0; left: 0; opacity: 0; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.jt_news_list_title br {display: none}
.jt_news_list_desc {margin-top: 4px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;max-height: 3.5em;font-size: 16px;font-weight: 400;line-height: 1.75;color: #666;text-overflow: ellipsis;overflow: hidden; letter-spacing: -0.025em; }
.jt_news_list_date {display: block;margin-top: 30px;font-size: 16px;font-weight: 400;line-height: 1.3;color: #aaa; font-family: 'NotoSansKR', sans-serif; letter-spacing: -0.025em;}

.jt_news_list_more {width: 62px;vertical-align: middle;}
.jt_news_list_more > a {display: block;width: 60px;height: 60px;position: relative;font-size: 0;font-weight: normal;line-height: 58px;text-align: center;color: #ccc;border: 2px solid #ccc;border-radius: 50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: color 300ms, border-color 300ms;transition: color 300ms, border-color 300ms;}
.jt_news_list_more > a:after {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-family: 'jt-font';content: '\e93f';font-size: 10px;}

html.desktop .jt_news_list_item:hover .jt_news_list_more > a {color: #B5121B;border-color: #B5121B;}
html.desktop .jt_news_list_item:hover .jt_news_list_title {color: #B5121B}
html.desktop .jt_news_list_item:hover .jt_news_list_title span:before {opacity: 1;}

/* lazyload */
.jt_news_list_thumb .jt_lazyload_wrap {padding-top: 72.81%;}



/* **************************************** *
 * JT GRID LIST
 * **************************************** */
.jt_grid_list {margin-bottom: -2%;position: relative;}
.jt_grid_list:after {content: '';display: table;clear: both;}

.jt_grid_list_item {float: left;width: 32%;margin-right: 2%;margin-bottom: 2%;}
.jt_grid_list_item:nth-child(3n) {margin-right: 0;}
.jt_grid_list_item:nth-child(3n+1) {clear: both;}

.jt_grid_list_link {display: block;position: relative;}
.jt_grid_list_link:after {content: '';border: 2px solid #B5121B;opacity: 0;margin: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: 300ms border, 150ms opacity;transition: 300ms border, 150ms opacity;-webkit-transition-delay: 0ms, 100ms;transition-delay: 0ms, 100ms;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;}
html.desktop .jt_grid_list_link:hover:after {border-width: 6px;opacity: 1;-webkit-transition: 300ms border, 50ms opacity;transition: 300ms border, 50ms opacity;-webkit-transition-delay: 0ms, 0ms;transition-delay: 0ms, 0ms;}

.jt_grid_list_thumb {display: block;}
.jt_grid_list_thumb img {display: block;width: 100%;}

.jt_grid_list_content {padding: 23px 35px 48px;position: relative;}
.jt_grid_list_title {font-size: 20px;font-weight: 600;line-height: 1.5;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jt_grid_list_title span br {display: none;}
.jt_grid_list_desc {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;max-height: 3.7em;margin-top: 13px;font-size: 16px;font-weight: 400;line-height: 1.85;color: #666;text-overflow: ellipsis;overflow: hidden;}

/* lazyload */
.jt_grid_list_thumb.jt_lazyload_wrap {padding-top: 50.52%;}



/* **************************************** *
 * JT ISOTOPE LIST
 * **************************************** */
/* Hide the container (show with js) */
.jt_isotope {visibility:hidden;}

.jt_isotope .isotope_grid_sizer {width: 32%;}
.jt_isotope .isotope_gutter_sizer {width: 2%;}
.jt_isotope .isotope_item {width: 32%;margin-bottom: 2%;}

/* list */
.jt_isotope_list {margin-bottom: -2%;position:relative;}
.jt_isotope_list:after {content: '';display: table;clear: both;}

.jt_isotope_list_link {display: block;position: relative;}
.jt_isotope_list_link:after {content: '';border: 2px solid #B5121B;opacity: 0;margin: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: 300ms border, 150ms opacity;transition: 300ms border, 150ms opacity;-webkit-transition-delay: 0ms, 100ms;transition-delay: 0ms, 100ms;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;}
html.desktop .jt_isotope_list_link:hover:after {border-width: 6px;opacity: 1;-webkit-transition: 300ms border, 50ms opacity;transition: 300ms border, 50ms opacity;-webkit-transition-delay: 0ms, 0ms;transition-delay: 0ms, 0ms;}

.jt_isotope_list_thumb {display: block;position: relative;}
.jt_isotope_list_thumb img {display: block;max-width: 100%;}

.jt_isotope_list_content {padding: 23px 35px 48px;position: relative;}
.jt_isotope_list_title {font-size: 20px;font-weight: 600;line-height: 1.5;color: #333;}
.jt_isotope_list_title span br {display: none;}
.jt_isotope_list_desc {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;max-height: 3.7em;margin-top: 13px;font-size: 16px;font-weight: 400;line-height: 1.85;color: #666;text-overflow: ellipsis;overflow: hidden;}



/* **************************************** *
 * JT NEWSFEED LIST
 * **************************************** */
.jt_newsfeed_list {display: table;width: 100%;table-layout: fixed;}
.jt_newsfeed_item {display: table-row;cursor: pointer;}
.jt_newsfeed_item > div {display: table-cell;vertical-align: middle;border-bottom: 1px solid #ddd;-webkit-transition: border 300ms;transition: border 300ms;}

div.jt_newsfeed_type {width: 360px; padding-left: 40px; vertical-align: middle;}
.jt_newsfeed_type h4 {font-size: 23px; font-family: 'Gotham', 'NotoSansKR', sans-serif; font-weight: 500;line-height: 1;color: #222;-webkit-transition: color 300ms;transition: color 300ms; text-transform: uppercase;}

div.jt_newsfeed_content {padding: 40px 0 44px 30px;}
.jt_newsfeed_title {font-size: 0;overflow: hidden;white-space: nowrap;}
.jt_newsfeed_notice {display: inline-block;vertical-align: middle;width: auto;height: 29px;padding: 0 17px;margin-right: 12px;font-size: 15px;line-height: 29px;text-align: center;letter-spacing: -0.025em;color: #B5121B;border: 1px solid #B5121B;}
.jt_newsfeed_title p {max-width: 100%;display: inline-block;vertical-align: middle;font-size: 17px;font-weight: 400;line-height: 1.75;color: #666;letter-spacing: -0.025em;}
.jt_newsfeed_title p span {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;}
.jt_newsfeed_item.notice .jt_newsfeed_title p {max-width: -webkit-calc(100% - 85px);max-width: calc(100% - 85px);}
html.ios .jt_newsfeed_title p {padding-top: 2px;}

div.jt_newsfeed_more {width: 120px;text-align: center;}
.jt_newsfeed_more a {display: inline-block;vertical-align: middle;width: 42px;height: 42px;position: relative;font-size: 0;border: 1px solid #aaa;border-radius: 50%; -webkit-transition: background 300ms, border-color 300ms; transition: background 300ms, border-color 300ms;}
.jt_newsfeed_more a:after {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-family: 'jt-font';content: '\e903';font-size: 10px;font-weight: normal;line-height: 40px;text-align: center;text-indent: 2px;color: #aaa;-webkit-transition: color 300ms;transition: color 300ms;}

html.desktop .jt_newsfeed_item:hover .jt_newsfeed_more a {border-color: #B5121B; background: #B5121B}
html.desktop .jt_newsfeed_item:hover .jt_newsfeed_more a:after {color: #fff;}



/* **************************************** *
 * JT LIST COMPONENT
 * **************************************** */
/* nothing */
.jt_list_nothing_found {padding: 120px 0;text-align: center;border-top: 3px solid #ddd;border-bottom: 1px solid #ddd;}
.jt_list_nothing_found b {font-size: 32px;font-weight: 600;color: #222;}
.jt_list_nothing_found b span {color: #B5121B;}
.jt_list_nothing_found p {padding-top: 15px;font-size: 16px;line-height: 1.75;color: #666;}
.jt_list_nothing_found p span {color: #222;}

/* 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 COMING SOON
 * **************************************** */
.jt_coming_soon {padding: 120px 0;text-align: center;border-top: 3px solid #ddd;border-bottom: 1px solid #ddd;}
.jt_coming_soon b {font-size: 32px;font-weight: 600;color: #222;}
.jt_coming_soon b span {color: #B5121B;}
.jt_coming_soon p {padding-top: 15px;font-size: 16px;line-height: 1.75;color: #666;}
.jt_coming_soon p span {color: #222;}



/* **************************************** *
 * JT SHARE
 * **************************************** */
.jt_share { font-size: 0;text-align: center;}
.jt_share .jt_share_sns {display: inline-block;width: 50px;height: 50px;margin: 0 7px;position: relative;vertical-align: middle;font-size: 0;background: #fff;border: 1px solid #B5121B;border-radius: 50%;-webkit-transition: 0.4s;transition: 0.4s;z-index: 2;}
.jt_share .jt_share_sns:before {content: '';display: block;width: 50px;height: 50px;position: absolute;top: 50%;left: 50%;margin-left: -25px;margin-top: -25px;border-radius: 50%;-webkit-transition: all 0.3s;transition: all 0.3s;}
.jt_share .jt_share_sns:after {content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-family: 'jt-font';font-size: 18px;line-height: 48px;font-weight: normal;text-align: center;color: #B5121B;-webkit-transition: color 300ms;transition: color 300ms;}
.jt_share .jt_share_sns.jt_share_kakao:after {content: '\e923';}
.jt_share .jt_share_sns.jt_share_facebook:after {content: '\e916'; font-size: 14px;}
.jt_share .jt_share_sns.jt_share_twitter:after {content: '\e945'; font-size: 16px;}
.jt_share .jt_share_sns.jt_share_pinterest:after {content: '\e907';}
.jt_share .jt_share_sns.jt_share_kakaostory:after {content: '\e93b'; font-size: 14px;}
.jt_share .jt_share_sns.jt_share_print:after {content: '\e93a'; font-size: 14px;}
html.desktop .jt_share .jt_share_sns:hover {background: #B5121B;border-color: #B5121B;-webkit-transition: 300ms;transition: 300ms;z-index: 1;}
html.desktop .jt_share .jt_share_sns:hover:before {background: #B5121B;}
html.desktop .jt_share .jt_share_sns:hover:after {color: #fff;}



/* **************************************** *
 * JT LOADMORE
 * **************************************** */
.jt_loadmore {margin-top: 60px;font-size: 0;text-align: center;}



/* **************************************** *
 * JT Alert
 * **************************************** */
.jt_alert {position: fixed;left: 0;top: 0;height: 100%;width: 100%;background-color: #000000;background-color: rgba(0, 0, 0, .4);z-index: 99999;}
.jt_alert_container {position: relative;width: 90%;max-width: 376px;left: 50%;top: 50%;-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);border-radius: 4px;text-align: center;-webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, .1);box-shadow: 0 20px 80px rgba(0, 0, 0, .1);}
.jt_alert_content {width: 100%;min-height: 110px;text-align: center;padding: 43px 20px 29px;}
.jt_alert_content h1 { font-size: 20px; line-height: 1.35; color: #222; font-weight: 600; margin-top: -9px; padding-bottom: 10px;}
.jt_alert_content p {vertical-align: middle;font-size: 16px;line-height: 1.7;color:#666;word-wrap: break-word;word-break: keep-all;}
.jt_alert_actions button {font-size: 16px;line-height: 1.7;font-weight: 600;color: #484848; background: #f8f8f8; border: 1px solid #ddd; cursor:pointer; display:inline-block; -webkit-transition:300ms; transition:300ms;}
html.desktop .jt_alert_actions button:hover { background:#eee; }
.jt_alert_primary_button .jt_alert_actions button.jt_alert_ok { background: #B5121B; border: 1px solid #B5121B; color: #fff; }
html.desktop .jt_alert_primary_button .jt_alert_actions button.jt_alert_ok:hover {background: #A30013; border-color: #A30013;}

.jt_alert_button_icon .jt_alert_actions button:before {font-family:'jt-font';line-height: 1;font-size:12px;padding-right: 9px;}
.jt_alert_button_icon .jt_alert_actions button.jt_alert_ok:before {content: '\e935';}
.jt_alert_button_icon .jt_alert_actions button.jt_alert_cancel:before {content: '\e92e';}
.jt_alert_confirm .jt_alert_actions button { background: #eee; }
html.desktop .jt_alert_confirm .jt_alert_actions button:hover { background: #ddd; }
.jt_alert_primary_title .jt_alert_content h1 { color: #B5121B; }

.jt_alert_has_icon .jt_alert_content h1 { position:relative; padding-top: 71px;}
.jt_alert_has_icon .jt_alert_content h1:before {font-family: 'jt-font';font-size: 45px;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;}

/* classic */
.jt_alert_style_classic .jt_alert_container { background: #fff; }
.jt_alert_style_classic .jt_alert_container .jt_alert_actions { border-top: 1px solid #ddd; }
.jt_alert_style_classic .jt_alert_actions {padding: 20px 0; margin: 0 20px; text-align: center;}
.jt_alert_style_classic .jt_alert_actions button { padding: 7px 29px 9px 28px; border-radius: 5px; }
.jt_alert_style_classic.jt_alert_confirm .jt_alert_actions button { width: 159px; margin-right: 15px; }
.jt_alert_style_classic.jt_alert_confirm .jt_alert_actions button:last-child { margin-right: 0; }
.jt_alert_style_classic.jt_alert_primary_title .jt_alert_content h1 {padding-bottom:25px;}
.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: 76px;}

/* 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: 146px; padding: 59px 20px 29px;}
.jt_alert_style_basic .jt_alert_content h1 {margin-top: -19px;}
.jt_alert_style_basic .jt_alert_actions {background: #fff; border-top: 1px solid #ddd;}
.jt_alert_style_basic .jt_alert_actions button {padding:13px 0 14px;width: 100%;border-radius: 0;border: 0;background: #f8f8f8;border: 1px solid #ddd;color:#666;}
html.desktop .jt_alert_style_basic .jt_alert_actions button: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_actions button {color: #B5121B;background:#fff; border: 0; border-top: 1px solid #ddd;}
html.desktop .jt_alert_style_basic.jt_alert_primary_button .jt_alert_actions button:hover {  color:#fff; background: #B5121B;  border-top: 1px solid #B5121B; }
.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_actions button {border-top: 0;}
.jt_alert_style_basic.jt_alert_primary_button.jt_alert_confirm .jt_alert_actions button.jt_alert_ok {color:#fff;background: #B5121B;}
html.desktop .jt_alert_style_basic.jt_alert_primary_button.jt_alert_confirm .jt_alert_actions button.jt_alert_ok:hover { background: #A30013; }
.jt_alert_style_basic.jt_alert_confirm .jt_alert_actions { background: none; }
.jt_alert_style_basic.jt_alert_confirm .jt_alert_actions button {width: 50%;color: #484848;background: #eee;}
html.desktop .jt_alert_style_basic.jt_alert_confirm .jt_alert_actions button:hover { color:#484848; background: #ddd;}
.jt_alert_style_basic.jt_alert_confirm .jt_alert_actions button.jt_alert_cancel { border-top: 1px solid #ddd; padding-top:12px; }
.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: 38px 20px 35px; }
.jt_alert_style_basic.jt_alert_primary_title .jt_alert_content h1 {padding-bottom: 18px;margin-bottom: 33px;border-bottom: 1px solid #ddd;}
.jt_alert_style_basic.jt_alert_has_icon.jt_alert_type_info .jt_alert_content h1 { padding-top: 71px;}
.jt_alert_style_basic.jt_alert_has_icon .jt_alert_content {padding: 32px 20px 34px;}
.jt_alert_style_basic.jt_alert_has_icon .jt_alert_content h1 { margin-top:0; }



/* **************************************** *
 * TABS
 * **************************************** */
.tabs_component:after {content: '';display: table;clear: both;}
.tabs_menu li { width: 50%; }
.tabs_num_2 .tabs_menu li { width: 50%; }
.tabs_num_3 .tabs_menu li { width: 33.3333333333%; }
.tabs_num_4 .tabs_menu li { width: 25%; }
.tabs_num_5 .tabs_menu li { width: 20%; }
.tabs_num_6 .tabs_menu li { width: 16.6666666667%; }
.tabs_num_7 .tabs_menu li { width: 14.2857142857%; }
.tabs_num_8 .tabs_menu li { width: 12.5%; }
.tabs_num_9 .tabs_menu li { width: 11.1111111111%; }
.tabs_num_10 .tabs_menu li { width: 10%; }
.tabs_num_11 .tabs_menu li { width: 9.09090909091%; }
.tabs_num_12 .tabs_menu li { width: 8.33333333333%; }
.tabs_menu {display: table;width: 100%;margin: 0 auto 60px;border: solid #ddd;border-width: 1px 1px 0 1px;}
.tabs_menu li {display: table-cell;position: relative;vertical-align: middle;background: #f4f5f6;border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;cursor: pointer;}
.tabs_menu li:before {content: '';display: block;height: 3px;position: absolute;left: -1px;right: -1px;top: -1px;background: transparent;z-index: 1;}
.tabs_menu li:first-child {border-left: none;}
.tabs_menu li a {display: block;width: 100%;padding: 22px 15px;font-size: 18px;font-weight: 400;line-height: 1.35;text-align: center;color: #222;-webkit-transition: color 300ms;transition: color 300ms;}
.tabs_menu li.active {background: #fff;border-bottom-color: #fff;}
.tabs_menu li.active:before {background: #B5121B;}
html.desktop .tabs_menu li:hover a, .tabs_menu li.active a {color: #B5121B;}
.tabs_panels {float: left;width: 100%;}
.tabs_panels > div {display: none;}
.tabs_panels > div:first-child {display: block;}



/* **************************************** *
 * MEMBER (미완성)
 * **************************************** */
/* wrap */
.jt_member_table {display: table;width: 100%;height: 100%;}
.jt_member_cell {display: table-cell;padding: 40px 0;vertical-align: middle;}
.jt_member {width: 380px;margin: 0 auto;}

/* logo */
.jt_member_logo a {display: block;}
.jt_member_logo img {display: block;margin: 0 auto;}

/* content */
.jt_member_content {margin: 22px 0 14px 0;padding: 20px 0;position: relative;border-bottom: 1px solid #ddd;}
.jt_member_content:before {content: '';display: block;width: 100%;height: 3px;position: absolute;left: 0;top: -3px;background: url(../images/icon/icon-row-line.png) no-repeat center center;background-size: 100% 100%;}

/* intro */
.jt_member_intro {padding-bottom: 18px;}
.jt_member_intro p {font-size: 15px;font-weight: 400;line-height: 1.66;letter-spacing: -0.025em;color: #222;}

/* input */
.jt_member_form_row {margin-top: 10px;position: relative;}
.jt_member_form_row:first-child {margin-top: 0;}
.jt_member_form_row label {position: absolute;top: 0;left: 13px;font-size: 15px;line-height: 55px;color: #222;cursor: text;}
.jt_member_form_row label.fixed_label {display: block;padding-bottom: 4px;position: static;line-height: 1.6;font-weight: 600;color: #444;cursor: inherit;}
.jt_member_submit {padding-top: 18px;}

/* error */
.jt_member_error strong {font-weight: 600;}
.jt_member_error p {display: block;padding: 12px 20px 10px;margin-top: 10px;position: relative;font-size: 13px;font-weight: 400;letter-spacing: -0.025em;line-height: 1.66;color: #ff0000;background: #fef0f0;border: 1px solid #ff0000;border-radius: 5px;}
.jt_member_error a {font-size: 13px;}

/* other */
.jt_member_ohter {font-size:0;text-align:center;}
.jt_member_ohter a {display: inline-block;margin: 0 9px;position: relative;font-size: 14px;color: #222;-webkit-transition: 300ms;transition: 300ms;}
.jt_member_ohter a:before {content: '';display: block;width: 1px;height: 13px;position: absolute;left: -9px;top: 50%;margin-top: -6.5px;background: #ddd;}
.jt_member_ohter a:first-child:before {display: none;}
html.desktop .jt_member_ohter a:hover {color: #886152;}

/* result */
.jt_member_result {margin-top: 5px;}

/* check */
.jt_member_check {margin-top: 17px;}
.jt_member_check label {display: block;width: 100%;cursor: pointer;}
.jt_member_check span {color:#555;}
.jt_member_check div[class^="icheckbox"] + span {padding-right: 0;}
.jt_member_check a {border-bottom: 1px solid #222;}

/* sns login */
.jt_social_form a {display: block;height: 55px;margin-top: 10px;position: relative;font-size: 15px;line-height: 55px;letter-spacing: -0.01em;color: #fff;background: url(../images/sub/login/login-sprite.png) no-repeat center center;border-radius: 5px;}
.jt_social_form a:first-child {margin-top:0;}
.jt_social_form a > span {display: block;width: 100%;height: 100%;padding-left: 80px;}
.jt_social_form a > i {width: 60px;height: 100%;position: absolute;left: 0;top: 0;}
.jt_social_form a > i:after {content: '';display: block;width: 3px;height: 22px;position: absolute;right: 0;top: 50%;margin-top: -11px;background: url(../images/sub/login/login-line.png) no-repeat center center;}
.jt_social_form a > i:before {content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-family: 'jt-font';font-size: 23px;line-height: 53px;text-align: center;font-style: normal;color: #fff;}
.jt_social_form .login_facebook {background-color: #365396;background-position: -10px -10px;}
.jt_social_form .login_facebook > i:before {content: '\e900';}
html.desktop .jt_social_form .login_facebook:hover {background-position: -10px -85px;}
.jt_social_form .login_naver {background-color: #179c19;background-position: -10px -310px;}
.jt_social_form .login_naver > i:before {content: '\e903';font-size: 18px;}
html.desktop .jt_social_form .login_naver:hover {background-position: -10px -385px;}
.jt_social_form .login_kakao {background-color: #fff00e;background-position: -10px -160px;color: #3b1e1e;}
.jt_social_form .login_kakao > i:before {content: '\e905';font-size: 22px;color: #000;}
html.desktop .jt_social_form .login_kakao:hover {background-position: -10px -235px;}

/* clear sns wsl plugin */
.wp-social-login-connect-with {display:none}
.wp-social-login-provider-list {padding:0}

/* login - line */
.jt_login_or_line {position: relative;margin-top: 20px;margin-bottom: 15px;}
.jt_login_or_line:before {content: '';display: block;width: 100%;height: 1px;position: absolute;top: 5px;left: 0;background: #ddd;}
.jt_login_or_line > span {display: block;width: 44px;height: 15px;margin: 0 auto;position: relative;font-size: 13px;line-height: 1;font-weight: 600;text-align: center;color: #222;background: #f1efeb;z-index: 1;}



/* **************************************** *
 * NICESCROLL
 * **************************************** */
.nicescroll_area_outer {width: 100%;height: 255px;padding: 29px 30px 29px 38px;position: relative;background: #fff;border: 1px solid #ddd;border-radius: 0;overflow: hidden;}
.nicescroll_area {width: 100%;height: 100%;padding-right: 32px;position: relative;}



/* **************************************** *
 * CONTACT FROM 7
 * **************************************** */
div.wpcf7 {width: 100%;}
div.wpcf7 input[type="file"] {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

div.wpcf7 p:empty {display: none;}

span.wpcf7-list-item {margin-left: 29px;}
span.wpcf7-list-item.first {margin-left: 0;}
span.wpcf7-list-item label {display: block;}

.wpcf7-form-control-wrap {display: inline-block;width: 100%;vertical-align: top;position: relative;}

/* clear default style */
div.wpcf7 {float: left;position: relative;}
div.wpcf7 .ajax-loader {margin: 0;position: absolute;left: -30px;top: 50%;margin-top: -8px;}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {width: 100%;margin: 20px 0 0;padding: 10px 15px;position: static;font-size: 14px;border: none;font-weight: bold;}
div.wpcf7-mail-sent-ok {color: #3c763d;background-color: #dff0d8;}
div.wpcf7-validation-errors {color: #f4263a;background-color: #fff1ef;}
span.wpcf7-not-valid-tip {width: 100%;margin-top: 6px;padding: 0;line-height: 1.3;word-break: break-all;display: block; font-size: 14px;vertical-align: middle;font-weight: 400;color: #e2000c;}



/* **************************************** *
 * SLICK
 * **************************************** */
.slick-list, .slick-track {height: 100%;}

.slick_slider_wrap {position: relative;}

.slick_control {display: block;width: 100%;height: 50px;position: absolute;left: 0;top: 50%;margin-top: -25px;}
.slick_arrows {width: 50px;height: 100%;padding: 0;margin: 0;position: absolute;top: 0;font-size: 0;line-height: 1;background: none;border: none;outline: 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';}
html.desktop .slick_arrows:hover:after {color: #B5121B;}

.slick-dots {margin-top: 36px;font-size: 0;line-height: 1;text-align: center;}
.slick-dots > li {display: inline-block;vertical-align: top;width: 14px;height: 14px;margin: 0 4px;background: #ddd;border-radius: 10px;cursor: pointer;-webkit-transition: all 400ms;transition: all 400ms;}
.slick-dots > li.slick-active {background: #B5121B;}
.slick-dots > li > button {display: none;}


/* **************************************** *
 * CYCLE
 * **************************************** */
.cycle_slider_wrap {position: relative;}
.cycle_slider {position: relative;z-index: 1;}

.cycle_control {display: block;width: 86px;height: 166px;position: absolute; right: 57px; top: 50%; margin-top: -83px; z-index: 10; text-align: center;}
.cycle_btn {display: block; width: 80px; height: 80px; font-size: 0;line-height: 1;cursor: pointer;z-index: 2; /* border: 1px solid #fff;  */margin: 3px; -webkit-transition: background 300ms, color 300ms;transition: background 300ms, color 300ms; background: #fff;}
.cycle_btn:after {font-family: 'jt-font';font-weight: normal;font-size: 10px;line-height: 80px;text-align: center;color: #fff; color: #b5121b}
.cycle_prev:after {content: '\e93e';}
.cycle_next:after {content: '\e93f';}
.cycle_btn > button { display: block; width: 100%; margin: 0; padding: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-size: 0; background: transparent; border: none; cursor: pointer; }
.cycle_btn > button { position: relative; top: auto; left: auto; right: auto; bottom: auto; text-align: center; }
html.desktop .cycle_btn:hover { background: #b5121b; }
html.desktop .cycle_btn:hover:after { color: #fff; }

.cycle_pager {display: block;width: 100%;position: absolute;left: 0;bottom: 88px;font-size: 0;text-align: center;z-index: 2;}
.cycle_pager li {display: inline-block;width: 20px;height: 20px;margin: 0 3px;position: relative;border-radius: 50%;cursor: pointer;background: #ffffff;background: rgba(255, 255, 255, 0);-webkit-transition: width 400ms ease, background 300ms;transition: width 400ms ease, background 300ms;}
.cycle_pager li button {display: block;width: 6px;height: 6px;margin: 0;padding: 0;position: relative;top: 50%;left: 50%;font-size: 0;background: #fff;border: none;border-radius: 50%;-webkit-transform: translate3d(-50%, -50%, 0);transform: translate3d(-50%, -50%, 0);cursor: pointer;}
.cycle_pager li:after {content: '';display: block;width: 12px;height: 12px;position: absolute;left: 50%;top: 50%;border: 1px solid #fff;border-radius: 50%;-webkit-transform: translate3d(-50%, -50%, 0);transform: translate3d(-50%, -50%, 0);opacity: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: width 0.3s, height 0.3s, opacity 0.4s;transition: width 0.3s, height 0.3s, opacity 0.4s;}
.cycle_pager li.cycle-pager-active:after {width: 20px;height: 20px;opacity: 1;}
html.ie .cycle_pager li:after {transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
html.ie .cycle_pager li button {transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}



/* **************************************** *
 * MAGNIFIC POPUP
 * **************************************** */
/* overlay */
.mfp-bg {background: #000;opacity: 0.8;}
.mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8;}

/* content */
img.mfp-img {padding: 0;}

/* close button */
button.mfp-close, .mfp-iframe-holder button.mfp-close {width: 30px;height: 30px;padding: 0;top: 0;right: -63px;font-size: 0;opacity: 1;cursor: pointer;}
button.mfp-close:after {display: block;width: 100%;height: 100%;position: absolute;top: 1px;left: 0;font-family: 'jt-font';content: '\e944';font-size: 30px;line-height: 55px;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: -0px;}
.mfp-image-holder button.mfp-close {width: 40px;height: 40px;top: -5px;right: -64px;padding-right: 0;}
.mfp-image-holder button.mfp-close:after {font-size: 30px;line-height: 40px;}



/* **************************************** *
 * SPLIT WORD
 * **************************************** */
.split_word_txt > span {display: inline-block;padding: 0 2px;}



/* **************************************** *
 * SINGLE
 * **************************************** */
.js_popup_media {cursor: -webkit-zoom-in;cursor: zoom-in;}
.single_header {padding: 100px 0 40px;text-align: center;}
.single_header_inner {padding-bottom: 22px;border-bottom: 3px solid #B5121B;}
.single_title {font-size: 36px;font-weight: 300;line-height: 1.4;letter-spacing: -0.05em;color: #222;max-width: 792px; margin: 0 auto;}
.single_meta {padding-top: 16px;font-size: 0;}
.single_meta > * {display: inline-block;vertical-align: middle;padding: 0 6px;font-size: 13px;font-weight: 600;line-height: 1.75;color: #999;}
.single_meta .author > b {color: #222;}

.single_body {overflow: hidden;}

.single_wrap,
.single_content h1,
.single_content h2,
.single_content h3,
.single_content h4,
.single_content h5,
.single_content h6,
.single_content p,
.single_content ul:not(.jt_gallery),
.single_content ol:not(.jt_gallery),
.single_content blockquote {max-width: 792px;margin-left: auto;margin-right: auto;}
.single_content img, .single_content div.wp-caption {display: block;max-width: 100%;height: auto;margin-left: auto;margin-right: auto;}
.single_content img:first-child {margin-top: 0;}

.single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6 {margin-bottom: 20px;font-weight: 400;line-height: 1.4;color: #222;}
.single_content h1, .single_content h2 {font-size: 34px;}
.single_content h3 {font-size: 30px;}
.single_content h4 {font-size: 26px;}
.single_content h5 {font-size: 22px;}
.single_content h6 {font-size: 20px;}
.single_content p {margin-bottom: 32px;font-size: 16px;font-weight: 400;line-height: 2;letter-spacing: -0.025em;color: #666;}
.single_content b {font-weight: 600;}
.single_content strong {background: #fbf4d4;}
.single_content a {word-break: break-all;}
.single_content a:not(.jt_btn_basic) {color: #B5121B;border-bottom: 1px solid #B5121B;-webkit-transition: all 300ms;transition: all 300ms;}
html.desktop .single_content a:not(.jt_btn_basic):hover {color: #A30013;border-bottom-color: #A30013;}
.single_content ul:not(.jt_gallery), .single_content ol:not(.jt_gallery) {margin-bottom: 32px;}
.single_content li {position: relative;font-size: 16px;font-weight: 400;line-height: 2;letter-spacing: -0.025em;color: #666;}
.single_content ul li {padding-left: 13px;}
.single_content ul li:before {content: '';display: block;width: 4px;height: 4px;position: absolute;top: 14px;left: 0;background: #B5121B;border-radius: 50%;}
.single_content blockquote {margin-bottom: 32px;padding-left: 20px;border-left: 4px solid #B5121B;}
.single_content blockquote p {margin: 0;font-style: italic;}
.single_content img {margin-top: 65px;margin-bottom: 65px;}
.single_content div.wp-caption {margin-top: 65px;margin-bottom: 65px;}
.single_content div.wp-caption img {margin-top: 0;margin-bottom: 0;}
.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;}
.single_content figcaption { margin-top: 0; position: relative; top: -50px; }
.single_share .jt_share { padding: 100px 0 80px; }

/* clear */
.single_content > *:first-child {margin-top: 0;}
.single_content > *:last-child {margin-bottom: 0;}



/* **************************************** *
 * SINGLE SHORTCODE
 * **************************************** */
/* gallery */
.single_content .jt_gallery {max-width: 1200px;margin: 65px auto;}
.single_content .jt_gallery:after {content: '';display: table;clear: both;}
.single_content .jt_gallery .gallery-icon {padding: 12px;position: relative;text-align: center;}
.single_content .jt_gallery .gallery-icon a {display: block;border: none;}
.single_content .jt_gallery .gallery-icon:before {display: none;}
.single_content .jt_gallery img {margin: 0;}
.single_content .jt_gallery .gallery-caption {padding-top: 8px;font-size: 14px;font-weight: 400;line-height: 1.5;text-align: center;color: #666;}


/* video */
.jt_video_wrap {max-width: 1200px;margin-left: auto;margin-right: auto;margin-bottom: 65px;}
.jt_video_container {position: relative;width: 100%;padding-top: 56.25%;}
.jt_video_container 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;}
.jt_video_poster {width: 100%;height: 100%;position: absolute;top: 0;left: 0;cursor: pointer;}
.jt_video_poster .jt_video_poster_img {display: block;width: 100%;margin: 0;}
.jt_video_poster_overlay {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #000000;background: rgba(0, 0, 0, .7);}
.jt_video_poster_overlay_btn {display: block;width: 70px;height: 70px;position: absolute;top: 50%;left: 50%;margin-left: -35px;margin-top: -35px;border:1px solid #fff;border-radius: 50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;opacity: .6;-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_video_poster_overlay_btn:after {display: block;width: 100%;height: 100%;padding-left: 2%;position: absolute;top: 0;left: 0;font-family: 'jt-font';content: '\e91a';font-size: 17px;line-height: 68px;font-style: normal;font-weight: normal;text-align: center;color: #fff;-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_video_poster:hover .jt_video_poster_overlay_btn {opacity: 1;-webkit-transform: scale(1.2) translateZ(0);transform: scale(1.2) translateZ(0);}
html.desktop .jt_video_poster:hover .jt_video_poster_overlay_btn:after {-webkit-transform: scale(0.8) translateZ(0);transform: scale(0.8) translateZ(0);}
html.mobile .jt_video_poster_overlay_btn {opacity: 1;}


/* attachments */
.download_files_list {margin-top: 80px;padding-left: 20px;font-size: 0;border-left: 3px solid #B5121B;}
.download_files_list b {display: block;padding-left: 23px;position: relative;font-size: 16px;font-weight: 600;letter-spacing: -0.025em;line-height: 1.6;color: #222;}
.download_files_list b:before {display: block;width: 16px;height: 16px;position: absolute;left: 0;top: 50%;margin-top: -7px;font-family: 'jt-font';content: '\e94c';font-size: 16px;line-height: 1;font-weight: normal;color: #222;}
.download_files_list a, .download_files_list i {display: inline-block;vertical-align: middle;font-size: 16px;font-weight: 400;line-height: 1.6;color: #666;}
.download_files_list a {border-bottom: 1px solid transparent;-webkit-transition: border 300ms;transition: border 300ms;}
html.desktop .download_files_list a:hover {border-bottom-color: #B5121B;}
.download_files_list i.comma {padding-right: 8px;font-style: normal;}

/* button */
.single_btn_wrap {max-width: 792px;margin: 0 auto 45px;}

/* space */
.jt_empty_space {display: block;height: 50px;max-width: 792px;margin-left: auto;margin-right: auto;}



/* **************************************** *
 * A11Y
 * **************************************** */
.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-src] {opacity: 0;-webkit-transition: opacity .3s;transition: opacity .3s;}
img[data-src].loaded {opacity:1}

.jt_lazyload_wrap {position: relative;overflow: hidden;}
.jt_lazyload_wrap img {display: block;max-width: 100%;position: absolute;left: 0;top: 0;}
.jt_lazyload_wrap img.loaded {height: auto;}

/* color preview */
.jt_img_color_preview {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #aaa;opacity: 0.15;}
