@charset "utf-8";

body.page-template-sub-store .main_container {
    padding-bottom: 280px;
}

.store_list>li {
    width: 486px;
    position: relative;
}

.store_list>li:nth-child(odd) {
    float: left;
}

.store_list>li:nth-child(even) {
    float: right;
}

.store_list>li+li {
    margin-top: 169px;
}

.store_list>li:nth-child(2) {
    margin-top: 199px;
}

.store_thumb_wrap {
    position: relative;
}

.store_thumb.basic {
    position: relative;
    z-index: 1;
}

.store_thumb.action {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0, 0, 0.58, 0.32);
    transition: opacity .3s cubic-bezier(0, 0, 0.58, 0.32);
    z-index: 2;
}

.store_info {
    padding: 30px 60px 0 0;
    position: relative;
}

.store_info:after {
    position: absolute;
    right: 15px;
    top: 29px;
    font-family: 'jt-font';
    content: '\e914';
    font-size: 44px;
    font-weight: normal;
    line-height: 1;
    color: #1e39b4;
    opacity: 0;
    -webkit-transition: opacity 400ms, right 300ms;
    transition: opacity 400ms, right 300ms;
    -webkit-transition-delay: 0ms, 400ms;
    transition-delay: 0ms, 400ms;
}

.store_name {
    display: block;
    font-size: 34px;
    font-weight: 700;
    color: #1e39b4;
}

.store_desc {
    margin-top: 13px;
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.77;
    font-weight: 600;
    color: #1e39b4;
}

.store_more_desc {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    letter-spacing: -0.025em;
    line-height: 1.8;
    font-weight: 600;
    color: #1e39b4;
}

html.desktop .store_list>li>a:hover .store_thumb.action,
.store_list>li.hover .store_thumb.action {
    opacity: 1;
}

html.desktop .store_list>li>a:hover .store_info:after {
    right: 0;
    opacity: 1;
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms;
}

html.mobile .store_info {
    padding-right: 0;
}

.store_thumb.jt_lazyload_wrap {
    padding-top: 128.39%;
}

/* **************************************** *
 * BeLOG
 * **************************************** */

.page-template-sub-belog .article_icon_y {
    left: -15.8%;
    top: 444px;
}

/* **************************************** *
 * PRODUCTS LIST
 * **************************************** */

.products_list:after {
    content: '';
    display: table;
    clear: both;
}

.products_list_item {
    float: left;
}

.products_list>div:first-child+div+div+div {
    margin-top: 200px;
}

.products_list_link {
    display: block;
}

.products_list_thumb {
    position: relative;
}

.products_list_thumb_item.basic {
    position: relative;
    z-index: 1;
}

.products_list_thumb_item.action {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0, 0, 0.58, 0.32);
    transition: opacity .3s cubic-bezier(0, 0, 0.58, 0.32);
    z-index: 2;
}

.products_list_label {
    position: absolute;
    right: 21px;
    top: 22px;
    font-size: 0;
    z-index: 3;
}

.products_list_label>div {
    border-radius: 20px;
    float: left;
    margin-right: 5px;
}

.products_list_label>div:last-child {
    margin-right: 0;
}

.products_list_label>div>span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}

.products_list_label>div>img {
    display: inline-block;
    vertical-align: middle;
}

.products_list_hero {
    padding: 9px 17px;
    background: #1e39b4;
}

.products_list_hero>span {
    color: #fff;
}

.products_list_new_label {
    padding: 7px 15px;
    background: #fff;
    border: 2px solid #1e39b4;
    max-width: 89px;
}

.products_list_new_label>span {
    color: #1e39b4;
}

.products_list_txt b {
    display: block;
    margin-left: -2px;
    padding-top: 32px;
    font-size: 32px;
    letter-spacing: -0.025em;
    font-weight: 600;
    line-height: 1.41;
    color: #1e39b4;
}

.products_list_txt p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}

.products_list_txt p a {
    color: #666;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

html.desktop .products_list_txt p a:hover {
    color: #1e39b4;
}

.products_list_txt em {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #1e39b4;
}

.products_list_txt em span {
    font-size: 15px;
}

.products_list_colorchip {
    margin-top: 30px;
}

.products_list_colorchip>span {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1.75;
    font-weight: 600;
    color: #666;
}

.products_list_colorchip>ul {
    margin: -5px;
    font-size: 0;
}

.products_list_colorchip>ul>li {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 5px;
    position: relative;
    cursor: pointer;
}

.products_list_colorchip>ul>li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-transition: border 300ms;
    transition: border 300ms;
}

.products_list_colorchip>ul>li>i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.products_list_colorchip>ul>li.active:after {
    border-color: #1e39b4;
}

html.desktop .products_list_link:hover .products_list_thumb_item.action {
    opacity: 1;
}

/* video */

.products_list_item .jt_video_group {
    position: absolute;
    top: 0;
    left: 0;
}

/* lazyload */

.products_list_thumb_item.jt_lazyload_wrap {
    padding-top: 128.39%;
}

.products_list .jt_lazyload_wrap.loaded,
.products_latest_list .jt_lazyload_wrap.loaded {
    background: transparent;
}

/* latest */

.products_latest_list {
    margin: 0 -21px;
    font-size: 0;
    text-align: center;
}

.products_latest_list_item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 21px;
    position: relative;
}

.products_latest_list_item .products_list_txt {
    text-align: left;
}

/* coming soon */

.products_list_coming_soon {
    padding-top: 128.39%;
    position: relative;
    border: 1px solid #1e39b4;
}

.products_list_coming_soon figure {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    transform: translateY(-46%);
}

.products_list_coming_soon figcaption {
    padding-top: 41px;
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.6;
    font-weight: 500;
    color: #1e39b4;
}

/* **************************************** *
 * PRODUCTS VIEW
 * **************************************** */

/* TOP CONTENT */

.single_product_top {
    width: 100%;
    height: 100vh;
    max-height: 954px;
    position: relative;
    overflow: hidden;
}

.single_product_top>.wrap_full,
.single_product_top>.wrap_full>.wrap {
    height: 100%;
}

/* DATA */

.product_data {
    display: table;
    width: 42.8%;
    height: 100%;
    padding: 50px 60px 0 0;
}

.product_data_inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}

.product_data_extned_wrap {
    position: relative;
    z-index: 1;
}

.product_data .jt_share_wrap {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 0;
    background: #ddd;
    border-radius: 25px;
    /*overflow: hidden;*/
}

.product_data .jt_share_btn {
    width: 45px;
    height: 100%;
    padding-right: 0;
    color: #888;
}

.product_data .jt_share_btn:after {
    width: 100%;
    line-height: 27px;
    text-indent: -1px;
}

.product_data .jt_share {
    width: 259px;
    height: 100%;
    padding: 0px 19px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    text-align: right;
}

.product_data .jt_share .jt_share_sns {
    display: inline-block;
    width: 44px;
    height: 100%;
    margin: 0;
}

.product_data .jt_share .jt_share_sns:after {
    line-height: 45px;
}

html.desktop .product_data .jt_share .jt_share_sns:hover:after {
    color: #1e39b4;
}

.product_data .jt_share .custom_element_cursor_point {
    display: none !important;
}

.product_share_close {
    display: block;
    width: 53px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.product_share_close:before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: #bbb;
}

.product_share_close:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'jt-font';
    content: '\e925';
    font-size: 12px;
    line-height: 45px;
    text-indent: 3px;
    font-weight: normal;
    text-align: center;
    color: #888;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

html.desktop .product_share_close:hover:after {
    color: #1e39b4;
}

.products_data_container>div {
    margin-left: 5px;
}

.products_data_container>div:first-child {
    margin-left: 0;
}

.products_data_hero_wrap {
    display: inline-block;
    position: relative;
}

.products_data_hero {
    display: inline-block;
    padding: 9px 17px;
    font-size: 0;
    background: #1e39b4;
    border-radius: 20px;
}

.products_data_hero>span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
}

.products_data_hero>img {
    display: inline-block;
    vertical-align: middle;
}

.products_data_hero_tooltip {
    width: 250px;
    padding-top: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}

.products_data_hero_tooltip>a {
    display: block;
    padding: 21px 24px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.025em;
    color: #666;
    background: #fff;
    border-radius: 10px;
}

.products_data_hero_tooltip>a:before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    left: 23px;
    top: -18px;
    border: 9px solid transparent;
    border-bottom-color: #fff;
}

html.ios .products_data_hero_tooltip>a {
    padding-top: 22px;
    padding-bottom: 20px;
}

.products_data_new_wrap {
    display: inline-block;
    position: relative;
}

.products_data_new_wrap .products_new_label {
    display: inline-block;
    padding: 7px 15px;
    border: 2px solid #1e39b4;
    font-size: 0;
    background: #fff;
    border-radius: 20px;
    max-width: 89px;
}

.products_data_new_wrap .products_new_label span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #1e39b4;
}

.products_data_new_wrap .products_new_label img {
    display: inline-block;
    vertical-align: middle;
}

.product_title_wrap {
    margin: 20px 0 13px;
}

.product_title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.025em;
    color: #1e39b4;
}

.product_sub_title {
    display: block;
    margin-top: 4px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    color: #1e39b4;
}

.product_tag {
    margin: -2px -2px 16px -2px;
    font-size: 0;
}

.product_tag span {
    display: inline-block;
    vertical-align: top;
}

.product_tag span a {
    display: block;
    padding: 2px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.025em;
    color: #666;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

html.desktop .product_tag span a:hover {
    color: #1e39b4;
}

.product_desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.025em;
    color: #666;
}

.products_colorchip {
    margin-top: 56px;
}

.products_colorchip>span {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1.75;
    font-weight: 600;
    color: #666;
}

.products_colorchip>ul {
    margin: -6px;
    font-size: 0;
}

.products_colorchip>ul>li {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 6px;
    position: relative;
    cursor: pointer;
}

.products_colorchip>ul>li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-transition: border 300ms;
    transition: border 300ms;
}

.products_colorchip>ul>li>button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
    border: none;
}

.products_colorchip>ul>li>button>i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.products_colorchip>ul>li.active:after {
    border-color: #1e39b4;
}

.products_price {
    display: block;
    margin-top: 49px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #1e39b4;
}

.products_price span {
    font-size: 15px;
}

.products_btn_wrap {
    margin-top: 29px;
    font-size: 0;
}

.products_btn_wrap .jt_btn_basic {
    min-width: 242px;
    padding: 22px 0;
}

.products_btn_wrap .jt_btn_basic>span {
    -webkit-transition: padding 300ms;
    transition: padding 300ms;
}

.products_btn_wrap .jt_btn_basic>span:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -9px;
    background: url(../images/icon/icon-arrow.svg) no-repeat center center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms, right 200ms;
    transition: opacity 300ms, right 200ms;
}

.products_btn_wrap .jt_btn_basic.findcolor {
    margin-left: 10px;
}

.products_btn_wrap .jt_btn_basic.findcolor>span {
    padding-left: 38px;
}

.products_btn_wrap .jt_btn_basic.findcolor>span:after {
    background-image: url(../images/icon/icon-arrow-point.svg);
}

.products_btn_wrap .jt_btn_basic.findcolor>span:before {
    content: '';
    width: 30px;
    height: 34px;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -17px;
    background: url(../images/sub/products/visual-find-color.svg) no-repeat center center;
    background-size: auto 100%;
}

html.ie .products_btn_wrap .jt_btn_basic.findcolor>span:before {
    background-size: cover;
}

html.desktop .products_btn_wrap .jt_btn_basic.buy:hover {
    color: #fff;
    background: #1e39b4;
}

html.desktop .products_btn_wrap .jt_btn_basic.findcolor:hover {
    color: #1e39b4;
    background: transparent;
}

html.desktop .products_btn_wrap .jt_btn_basic:hover>span {
    padding-right: 29px;
}

html.desktop .products_btn_wrap .jt_btn_basic:hover>span:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.products_btn_wrap .jt_btn_basic.buy.disabled>span:after {
    display: none;
}

html.desktop .products_btn_wrap .jt_btn_basic.buy.disabled:hover>span {
    padding-right: 0;
}

.products_detail_data {
    margin: 25px -10px -10px;
    font-size: 0;
}

.products_detail_data>a {
    display: inline-block;
    padding: 10px 23px 10px 10px;
    margin-right: 16px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #666;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.products_detail_data>a:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    font-family: 'jt-font';
    content: '\e940';
    font-size: 16px;
}

html.ios .products_detail_data>a:after {
    margin-top: -9px;
}

.products_detail_data>a:last-child {
    margin-right: 0;
}

html.desktop .products_detail_data>a:hover {
    color: #1e39b4;
}

/* VISUAL */

.product_visual {
    width: 55.8%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.product_visual_inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.product_visual_slider_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}

.product_visual_slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product_visual_item,
.product_visual_item_inner {
    width: 100%;
    height: 100%;
}

.product_visual_item figure {
    height: 100%;
}

.product_visual_item img {
    width: auto;
    height: 100%;
    max-width: none;
}

.product_visual .cycle_control {
    top: 230px;
    left: inherit;
    right: 272px;
    opacity: 0;
}

.product_visual_slider_helper {
    width: 354px;
    height: 454px;
    position: absolute;
    top: 50%;
    right: -164px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
}

.product_visual_inner .products_data_container {
    display: none;
}

/* USE */

.product_use {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.product_use_thumb {
    width: 60.9%;
}

.product_use_play {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 81.53%;
    position: relative;
    background: #ddd no-repeat center center;
    background-size: cover;
}

.product_use_icon {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 80px;
    bottom: 90px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

.product_use_icon:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e92b';
    font-size: 64px;
    line-height: 102px;
    text-indent: 0.15em;
    text-align: center;
    color: #1e39b4;
}

.product_use_txt {
    width: 39.1%;
    padding: 80px 77px;
    position: relative;
    background: #1e39b4;
}

.product_use_txt_space_wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.product_use_txt_space {
    display: table-cell;
    vertical-align: middle;
}

.product_use_txt p {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.65;
    color: #fff;
}

.product_use_txt p+p {
    margin-top: 28px;
}

.product_use_emblem {
    position: absolute;
    left: 73px;
    bottom: 73px;
    font-size: 0;
}

.product_use_emblem>li {
    display: inline-block;
    vertical-align: top;
    max-width: 109px;
    margin: 5px;
}

.use_emblem_2line .product_use_emblem>li {
    float: left;
    margin: 15px 5px 5px 5px;
}

.use_emblem_2line .product_use_emblem>li:nth-child(3n+1) {
    clear: both;
}

/* RECOMMEND */

.product_recommend {
    padding-top: 185px;
    position: relative;
}

.product_recommend_inner {
    position: relative;
    z-index: 2;
}

.product_recommend_icon {
    position: absolute;
    z-index: 1;
}

.product_recommend_icon_01 {
    width: 382px;
    height: 395px;
    bottom: 63px;
    right: -16.9%;
}

.product_recommend_icon_02 {
    width: 394px;
    height: 113px;
    top: 14px;
    left: -12%;
}

.product_recommend_title {
    margin-bottom: 70px;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-align: center;
    color: #1e39b4;
}

.product_recommend .products_latest_list {
    width: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* POPUP */

.product_popup {
    display: none;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    background: #fff;
}

.product_popup_close {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 88px;
    top: 52px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.product_popup_close:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e925';
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.product_popup_data_list>li+li {
    margin-top: 24px;
}

.product_popup_data_list>li>b {
    display: block;
    padding-left: 13px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.64;
    color: #222;
}

.product_popup_data_list>li>b:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #1e39b4;
}

.product_popup_data_content {
    padding: 13px 14px;
}

.product_popup_data_content * {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.86;
    color: #666;
}

.product_popup_data_content ol>li+li {
    margin-top: 8px;
}

.product_popup_data_content ol ul {
    padding: 11px 12px 0;
}

.product_popup_data_content ol ul>li {
    padding-left: 10px;
    position: relative;
}

.product_popup_data_content ol ul>li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #666;
}

.product_popup_data_list>li:last-child .product_popup_data_content {
    padding-bottom: 0;
}

/* REQUIRE POPUP */

.product_require_popup .nicescroll_area_outer:before,
.product_require_popup .nicescroll_area_outer:after {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.product_require_popup .nicescroll_area_outer:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    top: 140px;
}

.product_require_popup .nicescroll_area_outer:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 140px;
}

.product_require_popup .product_popup_data_list {
    padding: 17px 0;
}

/* DETAIL POPUP */

html.mobile body.open_product_popup_fix {
    overflow: hidden;
}

.product_detail_popup.product_popup {
    background: #1e39b4;
}

.product_detail_popup .product_popup_close:after {
    color: #fff;
}

.product_detail_popup .product_popup_data_list>li>b {
    color: #fff;
}

.product_detail_popup .product_popup_data_list>li>b:before {
    background: #fff;
}

.product_detail_popup .product_popup_data_content * {
    color: #fff;
}

.product_detail_popup .product_popup_data_content ol ul>li:before {
    background: #fff;
}

.product_detail_popup_content p {
    font-size: 17px;
    letter-spacing: -0.025em;
    font-weight: 500;
    line-height: 1.7;
    color: #fff;
}

.product_detail_popup_content p+p {
    margin-top: 28px;
}

/* VIDEO POPUP */

html.product_use_popup_open {
    overflow: hidden;
}

html.product_use_popup_open:not(.mobile) {
    margin-right: 17px;
}

html.mobile body.open_product_video_popup_fix {
    overflow: hidden;
}

.product_video_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    background: #222;
    overflow: hidden;
}

.product_video_popup_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.product_video_popup_close {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 73px;
    top: 52px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.product_video_popup_close:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e925';
    font-size: 29px;
    line-height: 44px;
    text-align: center;
    color: #1e39b4;
}

.product_use_video_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product_use_video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.product_use_video_poster {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center center;
    background-size: cover;
}

.product_video_popup .mejs-overlay-button {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.product_video_popup .mejs-overlay-button:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'jt-font';
    content: '\e92b';
    text-indent: 7px;
    font-size: 56px;
    line-height: 100px;
    text-align: center;
    color: #1e39b4;
}

.product_video_popup .mejs-controls {
    height: 5px;
    padding: 0 126px;
    bottom: 34px;
    opacity: 1 !important;
}

.product_video_popup .mejs-container .mejs-controls {
    background: transparent;
}

.product_video_popup .mejs-time-rail {
    height: 5px;
    margin: 0;
    padding-top: 0;
    overflow: hidden;
}

.product_video_popup .mejs-time-total {
    margin: 0;
}

.product_video_popup .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #fff;
}

.product_video_popup .mejs-time-buffering,
.product_video_popup .mejs-time-current,
.product_video_popup .mejs-time-loaded,
.product_video_popup .mejs-time-total {
    height: 5px;
}

.product_video_popup .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #1e39b4;
    -webkit-transition: all .3s cubic-bezier(0, 0, 1, 1);
    transition: all .3s cubic-bezier(0, 0, 1, 1);
}

.product_video_popup .mejs-time-hovered,
.product_video_popup .mejs-time-float,
.product_video_popup .mejs-time-handle {
    display: none !important;
}

.product_video_popup .mejs-playpause-button {
    width: 32px;
    height: 5px;
    position: relative;
}

.product_video_popup .mejs-playpause-button>button {
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    left: -10px;
    top: 50%;
    background: none;
}

.product_video_popup .mejs-playpause-button>button:before,
.product_video_popup .mejs-playpause-button>button:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'jt-font';
    font-size: 26px;
    line-height: 30px;
    color: #1e39b4;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.product_video_popup .mejs-playpause-button>button:before {
    content: '\e94d';
}

.product_video_popup .mejs-playpause-button>button:after {
    content: '\e92b';
}

.product_video_popup .mejs-playpause-button.mejs-pause>button:before {
    opacity: 1;
}

.product_video_popup .mejs-playpause-button.mejs-play>button:after,
.product_video_popup .mejs-playpause-button.mejs-replay>button:after {
    opacity: 1;
}

.product_video_popup .mejs-volume-button {
    width: 45px;
    height: 5px;
}

.product_video_popup .mejs-volume-button>button {
    width: 25px;
    height: 24px;
    margin: -12px 0 0;
    left: 0;
    top: 50%;
    background: none;
}

.product_video_popup .mejs-volume-button>button:before,
.product_video_popup .mejs-volume-button>button:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #1e39b4;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product_video_popup .mejs-volume-button>button:before {
    background-image: url(../images/icon/howto-sound-on.svg);
}

.product_video_popup .mejs-volume-button>button:after {
    background-image: url(../images/icon/howto-sound-off.svg);
}

.product_video_popup .mejs-volume-button.mejs-mute>button:before {
    opacity: 1;
}

.product_video_popup .mejs-volume-button.mejs-unmute>button:after {
    opacity: 1;
}

.product_video_popup .mejs-volume-button .mejs-volume-slider {
    bottom: 24px;
    left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.product_video_popup .mejs-volume-button .mejs-volume-slider:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
}

/* 웨이크 업 생기 립밤 */

.product_detail_popup_wakeup_lip .product_detail_popup_content p {
    font-size: 15px;
    line-height: 1.8;
}

.product_detail_popup_wakeup_lip>img {
    max-width: 141px;
    margin: 54px 0 34px;
}

.product_detail_popup_wakeup_lip .product_popup_data_list>li>b>span {
    font-size: 15px;
}

.product_detail_popup_wakeup_lip .product_popup_data_list>li+li {
    margin-top: 8px;
}

/* 프라이드 업 아이브로우 다크브라운 */

.product_detail_popup_pride_up_eyebrow_dark_brown>img {
    max-width: 247.5px;
    margin: 48px 0;
}

/* 틴티드 쿨링 립밤, 원 샷 오일 폼 클렌저 공통 */

.product_detail_popup_tintes_cooling_lip_balm .product_popup_data_list>li,
.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_data_list>li {
    padding-left: 13px;
    position: relative;
    margin-top: 52px;
}

.product_detail_popup_tintes_cooling_lip_balm .product_popup_data_list>li:first-child,
.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_data_list>li:first-child {
    margin-top: 0;
}

.product_detail_popup_tintes_cooling_lip_balm .product_popup_data_list>li:before,
.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_data_list>li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #fff;
}

.product_detail_popup_tintes_cooling_lip_balm .product_popup_data_list>li>b,
.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_data_list>li>b {
    padding-left: 0;
}

.product_detail_popup_tintes_cooling_lip_balm .product_popup_data_list>li>b:before,
.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_data_list>li>b:before {
    width: 0;
}

.product_detail_popup_tintes_cooling_lip_balm .product_popup_data_list>li>p,
.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_data_list>li>p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding-top: 17px;
}

.product_detail_popup_tintes_cooling_lip_balm .product_popup_img,
.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_img {
    padding-top: 16px;
}

/* 틴티드 쿨링 립밤 */

.product_detail_popup_tintes_cooling_lip_balm .product_popup_img_01 {
    max-width: 86px;
}

.product_detail_popup_tintes_cooling_lip_balm .product_popup_img_02 {
    max-width: 90px;
}

/* 원 샷 오일 폼 클렌저 */

.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_img_01 {
    max-width: 94px;
}

.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_img_02 {
    max-width: 90px;
}

.product_detail_popup_one_shot_oil_foam_cleanser .product_popup_img_03 {
    max-width: 104px;
}

/* 무드 업 음영 아이 팔레트 4구 */

.product_detail_popup_mood_up_shading_eye_palette img {
    max-width: 100%;
    margin: 35px 0 33px;
    width: 336px;
}

.product_detail_popup_mood_up_shading_eye_palette .product_popup_data_list>li>ul {
    padding-top: 8px;
    padding-left: 12px;
}

.product_detail_popup_mood_up_shading_eye_palette .product_popup_data_list>li>ul>li {
    font-size: 15px;
    color: #fff;
}

.product_detail_popup_mood_up_shading_eye_palette .product_popup_data_list>li>ul>li+li {
    padding-top: 10px;
}

.product_detail_popup_mood_up_shading_eye_palette .product_popup_data_list>li>ul>li p {
    padding-left: 11px;
    margin-left: 1px;
    position: relative;
}

.product_detail_popup_mood_up_shading_eye_palette .product_popup_data_list>li>ul>li p:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 1px;
    background-color: #fff;
}

/* 슈퍼 마일드 선 프라이머, 유브이 디펜스 선 베이스 톤업, 유브이 디펜스 선 베이스 프레쉬, 마그네틱 피팅 컨실러, 페이스 피팅 브러쉬 */

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li {
    padding-left: 13px;
    position: relative;
    margin-top: 52px;
}

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li:first-child {
    margin-top: 0;
}

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #fff;
}

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li>b {
    padding-left: 0;
}

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li>b:before {
    width: 0;
}

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li>p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding-top: 17px;
}

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li>span {
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding-left: 12px;
}

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li>span:before {
    content: '*';
    position: absolute;
    top: 5px;
    left: 0;
}

.product_detail_popup_super_mild_sun_primer .product_popup_data_list>li>span br {
    display: none;
}

.product_detail_popup_super_mild_sun_primer .product_popup_img {
    padding-top: 16px;
}

.product_detail_popup_super_mild_sun_primer .product_popup_img_01 {
    max-width: 78px;
}

.product_detail_popup_super_mild_sun_primer .product_popup_img_02 {
    max-width: 64px;
}

.product_detail_popup_super_mild_sun_primer .product_popup_img_03 {
    max-width: 63px;
}

/* 무드 어 듀얼 아이 섀도우 브러쉬 */

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_data_list>li {
    padding-left: 13px;
    position: relative;
    margin-top: 52px;
}

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_data_list>li:first-child {
    margin-top: 0;
}

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_data_list>li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #fff;
}

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_data_list>li>b {
    padding-left: 0;
}

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_data_list>li>b:before {
    width: 0;
}

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_data_list>li>p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding-top: 17px;
}

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_data_list>li>span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.025em;
    display: block;
    padding-top: 2px;
}

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_img {
    padding-top: 16px;
}

.product_detail_popup_tintes_mood_up_dual_eye_shadow_brush .product_popup_img_01 {
    max-width: 108px;
}

/* 마그네틱 피팅 쿠션 */

.product_detail_popup_magnetic_fitting_cushion p {
    font-size: 17px;
    letter-spacing: -0.025em;
    font-weight: 500;
    line-height: 1.7;
    color: #fff;
}

.product_detail_popup_magnetic_fitting_cushion img {
    margin: 32px 0 52px;
}

.product_detail_popup_magnetic_fitting_cushion img:last-child {
    margin-bottom: 0;
}

.product_detail_popup_magnetic_fitting_cushion .product_popup_data_list {
    margin-top: 13px;
}

.product_detail_popup_magnetic_fitting_cushion .product_popup_data_list>li>b {
    font-size: 15px;
}

.product_detail_popup_magnetic_fitting_cushion .product_popup_data_list>li>b:before {
    top: 10px;
}

.product_detail_popup_magnetic_fitting_cushion .product_popup_data_list>li>b>span {
    font-size: 15px;
}

.product_detail_popup_magnetic_fitting_cushion .product_popup_data_list>li+li {
    margin-top: 8px;
}

/* Ball product debug */

.single-product .jt_ball_content {
    position: relative
}

/* **************************************** *
 * STORY
 * **************************************** */

.page-template-sub-story .main_container {
    padding-top: 0;
}

.story_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 122px;
    position: relative;
    z-index: 2;
}

/* VISUAL */

.story_visual {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: #dee2e8;
}

.story_visual_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.story_visual_bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat center right;
    background-size: cover;
}

.story_visual_bg .iframe_poster {
    background-image: url(../images/sub/story/story-visual-20200401.jpg);
}

.story_visual_content_outer {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.story_visual_content {
    display: table;
    width: 100%;
    height: 100%;
}

.story_visual_content_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.story_typo {
    font-size: 0;
}

.story_typo * {
    font-size: 145px;
    font-weight: 600;
    line-height: 1;
}

.story_typo_strok {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 45px;
}

.story_typo_fake {
    color: transparent;
}

.story_typo_strok svg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.story_typo_strok text {
    paint-order: stroke;
    stroke: #1e39b4;
    stroke-width: 2px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    fill: rgba(255, 255, 255, 0);
}

.story_typo_text_group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    color: #1e39b4;
}

.story_typo_text_fake {
    color: transparent;
}

.story_typo_text_rolling {
    position: absolute;
    width: 100%;
    height: 76%;
    top: 12%;
    left: 0;
    overflow: hidden;
}

.story_typo_text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.77;
}

.story_typo_text>.story_typo_text_fake {
    line-height: 0.77;
}

.story_typo_text.turn {
    opacity: 0;
}

html.ie:not(.edge) .story_typo_strok {
    font-size: 170px;
}

html.edge .story_typo_strok svg {
    padding-right: 5px;
}

/* INTRO */

.story_intro {
    padding-top: 184px;
}

.story_intro_icon {
    width: 382px;
    height: 395px;
    position: absolute;
    top: -208px;
    right: -3.8%;
    z-index: -1;
}

.story_intro_txt p {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: -0.025em;
    color: #1e39b4;
}

.story_intro_txt p+p {
    margin-top: 43px;
}

.story_intro_txt p br {
    display: none;
}

/* VISION */

.story_vision {
    padding: 189px 0;
    position: relative;
}

.story_vision_slier {
    height: 793px;
    position: relative;
}

.story_vision_slie_item {
    width: 618px;
    position: absolute;
    overflow: hidden;
}

.story_vision_slie_item .jt_lazyload_wrap {
    padding-top: 128.39%;
}

.story_vision_slie_item:nth-child(1) {
    left: -11.4%;
    top: -37.8%;
}

.story_vision_slie_item:nth-child(2) {
    left: 50%;
    margin-left: -309px;
}

.story_vision_slie_item:nth-child(3) {
    right: -11.4%;
    bottom: -37.8%;
}

.story_vision_txt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.story_vision_txt * {
    font-size: 145px;
    line-height: 1.2;
    font-weight: 600;
    color: #1e39b4;
}

.story_vision_txt em {
    -webkit-text-stroke: 2px;
    -webkit-text-fill-color: transparent;
}

.story_vision_txt u {
    font-size: 1.28em;
    line-height: 1;
    text-decoration: none;
}

/* QUESTION */

.story_question {
    padding-top: 152px;
}

.story_question h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.025em;
    color: #1e39b4;
}

.story_question p {
    padding-top: 40px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #1e39b4;
}

/* **************************************** *
 * COLORFINDER
 * **************************************** */

/* clear */

.page-template-sub-colorfinder #logo,
.page-template-sub-colorfinder .global_search_container,
.page-template-sub-colorfinder #global_menu_btn_wrap,
.page-template-sub-colorfinder #footer,
.page-template-sub-colorfinder .global_support_container {
    display: none;
}

.page-template-sub-colorfinder .main_container_outer {
    margin-bottom: 0;
    background: none;
}

.page-template-sub-colorfinder .main_container {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-sub-colorfinder .nicescroll-rails {
    z-index: 2 !important;
}

/* sound */

.colorfinder_sound {
    display: none;
}

/* container */

.colorfinder_container {
    width: 367px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background: url(../images/layout/color-finder-bg.jpg) repeat-y center center;
    overflow: hidden;
}

.colorfinder_container>form {
    width: 100%;
    height: 100%;
}

.colorfinder_bubble {
    display: none;
    width: 243px;
    height: 243px;
    position: absolute;
    border-radius: 50%;
}

.colorfinder_bubble_01 {
    top: -145px;
    left: -81px;
    background: #cb9571;
}

.colorfinder_bubble_02 {
    bottom: -52px;
    left: -144px;
    background: #e1b087;
}

.colorfinder_bubble_03 {
    bottom: 33px;
    right: -91px;
    background: #f2c9ab;
}

/* header */

.colorfinder_header {
    height: 70px;
    padding: 26px 29px;
    position: relative;
    z-index: 2;
    background: #1e39b4;
    background: -moz-linear-gradient(left, rgba(40, 79, 226, 1) 0%, rgba(30, 57, 180, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(40, 79, 226, 1) 0%, rgba(30, 57, 180, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40, 79, 226, 1)), to(rgba(30, 57, 180, 1)));
    background: linear-gradient(to right, rgba(40, 79, 226, 1) 0%, rgba(30, 57, 180, 1) 100%);
}

.colorfinder_header h1 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 21px;
    color: #fff;
}

.colorfinder_header h1 a {
    color: #fff;
}

.colorfinder_logo {
    display: none;
    width: 149px;
    height: 21px;
}

.colorfinder_logo a {
    display: block;
    outline: none
}

body:not(.use_mouse) .colorfinder_logo a:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.colorfinder_logo svg {
    width: 100%;
    height: auto;
}

.colorfinder_close {
    width: 75px;
    height: 70px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

body:not(.use_mouse) .colorfinder_close:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.colorfinder_close:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e945';
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 73px;
    color: #fff;
}

.colorfinder_home {
    display: none;
    width: 75px;
    height: 70px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.colorfinder_home:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e943';
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 75px;
    color: #fff;
}

/* content */

.colorfinder_content {
    width: 100%;
    height: -webkit-calc(100% - 130px * 1);
    height: calc(100% - 130px * 1);
    position: relative;
    z-index: 1;
}

.colorfinder_content_inner {
    width: 100%;
    height: 100%;
    position: relative;
}

html.ios .colorfinder_content_inner {
    width: 1px;
    min-width: 100%;
}

.colorfinder_content_workspace {
    width: 100%;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

/* footer */

.colorfinder_footer {
    height: 60px;
    position: relative;
    font-size: 0;
    background: #1e39b4;
    overflow: hidden;
    z-index: 2;
}

.colorfinder_container .colorfinder_footer .jt_share_wrap {
    width: 100%;
    padding: 0 6px;
    z-index: 2;
}

.colorfinder_share_title {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    padding: 0 12px 0 24px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 61px;
    color: #fff;
}

.colorfinder_container .colorfinder_footer .jt_share {
    display: inline-block;
    vertical-align: top;
    position: static;
    padding: 0 7px;
    opacity: 1;
    visibility: visible;
}

.colorfinder_container .colorfinder_footer .jt_share .jt_share_sns {
    display: inline-block;
    width: 46px;
    height: 60px;
    margin: 0;
}

.colorfinder_container .colorfinder_footer .jt_share .jt_share_sns:after {
    line-height: 61px;
    color: rgba(255, 255, 255, 0.4);
}

html.desktop .colorfinder_container .colorfinder_footer .jt_share .jt_share_sns:hover:after {
    color: #fff;
}

.colorfinder_container .jt_share .custom_element_cursor_point {
    display: none !important;
}

.colorfinder_container .jt_share_copynote {
    width: 290px;
    padding: 21px 15px;
    position: fixed;
    bottom: 80px;
    left: 50%;
    margin-left: -145px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    z-index: 501;
}

.colorfinder_container .jt_share_copynote p {
    font-size: 15px;
    word-break: break-all;
}

.colorfinder_container .jt_share_copynote p br {
    display: block;
}

.colorfinder_container .jt_share_copynote p>span {
    font-size: 14px;
}

/* first init */

.colorfinder_container.ready {
    background: #f4f4f4;
}

.colorfinder_container.ready .colorfinder_bubble {
    display: block;
}

.colorfinder_container.ready .colorfinder_header {
    background: transparent;
}

.colorfinder_container.ready .colorfinder_header h1 {
    opacity: 0;
    visibility: hidden;
}

.colorfinder_container.ready .colorfinder_logo {
    display: block;
}

.colorfinder_container.ready .colorfinder_close:after {
    color: #222;
}

.colorfinder_container.ready .colorfinder_home:after {
    color: #222;
}

.colorfinder_container.ready .colorfinder_content_workspace {
    height: -webkit-calc(100vh - 130px * 1);
    height: calc(100vh - 130px * 1);
}

/* loading */

.colorfinder_loading {
    display: none;
    padding-bottom: 30px;
    font-size: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.colorfinder_loading>span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #1e39b4;
    border-radius: 50%;
    -webkit-animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
}

.colorfinder_loading>span:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.colorfinder_loading>span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.colorfinder_loading>span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/* intro */

.colorfinder_section_intro {
    display: table;
    width: 100%;
    height: 100%;
}

.colorfinder_section_intro_inner {
    display: table-cell;
    vertical-align: middle;
}

.colorfinder_section_intro b {
    display: block;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.27;
    color: #1e39b4;
}

.colorfinder_section_intro p {
    margin: 12px 0 35px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.26;
    color: #666;
}

.colorfinder_section_intro img {
    display: block;
    max-width: 170px;
    margin: 50px auto 0;
}

.colorfinder_start_btn {
    width: 100%;
    margin: 0;
    padding: 22px 10px;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #fff;
    background: #1e39b4;
    border: 2px solid #1e39b4;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

body:not(.use_mouse) .colorfinder_start_btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

html.desktop .colorfinder_start_btn:hover {
    color: #1e39b4;
    background: #fff;
}

/* component */

.colorfinder_content_workspace .swiper-button-next,
.colorfinder_content_workspace .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -38px;
    background: none;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.colorfinder_content_workspace .swiper-button-next:after,
.colorfinder_content_workspace .swiper-button-prev:after {
    font-family: 'jt-font';
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.11);
    color: #fff;
}

.colorfinder_content_workspace .swiper-button-prev:after {
    content: '\e939';
}

.colorfinder_content_workspace .swiper-button-next:after {
    content: '\e93a';
}

.colorfinder_content_workspace .swiper-button-next.swiper-button-disabled,
.colorfinder_content_workspace .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.colorfinder_msg_row {
    margin-top: 40px;
}

.colorfinder_msg_row:first-child {
    margin-top: 0;
}

.colorfinder_msg_row.answer {
    margin-top: 35px;
}

.colorfinder_msg_row.result {
    margin-top: 10px;
}

.colorfinder_msg_row.question+.colorfinder_msg_row.question {
    margin-top: 10px;
}

.colorfinder_msg_row.choice+.colorfinder_msg_row.choice {
    margin-top: 5px;
}

.colorfinder_author {
    margin-bottom: 10px;
}

.colorfinder_thumb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.colorfinder_profile {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.colorfinder_profile b {
    display: inline-block;
    vertical-align: baseline;
    padding-right: 9px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #1e39b4;
}

.colorfinder_profile time {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #aaa;
}

.colorfinder_thumb+.colorfinder_profile {
    margin-top: -3px;
}

.colorfinder_msg {
    font-size: 0;
}

.colorfinder_msg:after {
    content: '';
    display: table;
    clear: both;
}

.colorfinder_msg_item {
    float: left;
    clear: both;
    display: inline-block;
    vertical-align: top;
    padding: 15px 24px 17px 20px;
    background: #fff;
    border-radius: 0 35px 35px 35px;
}

.colorfinder_msg_item+.colorfinder_msg_item,
.colorfinder_product_slide_wrap+.colorfinder_msg_item {
    margin-top: 10px;
}

.colorfinder_msg p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    color: #666;
}

.colorfinder_msg p u {
    display: inline-block;
    padding-top: 5px;
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    color: #1e39b4;
}

.colorfinder_msg p img {
    display: inline-block;
    vertical-align: sub;
}

.colorfinder_msg p.choice_data {
    margin: 3px -2px 7px;
}

.colorfinder_msg p.choice_data em {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    padding: 15px 19px;
    font-weight: 500;
    color: #fff;
    background: #1e39b4;
    border-radius: 20px;
}

.colorfinder_choice_photo {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    color: #fff;
    background: #1e39b4;
    border: 2px solid #1e39b4;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.colorfinder_choice_photo img {
    max-width: 134px;
}

.colorfinder_choice_photo figcaption {
    padding: 8px 12px;
    text-align: center;
}

.colorfinder_msg_row.answer .colorfinder_author {
    margin-bottom: 7px;
}

.colorfinder_msg_row.answer .colorfinder_profile time {
    padding-right: 18px;
}

.colorfinder_msg_row.answer .colorfinder_profile time:after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    font-family: 'jt-font';
    content: '\e930';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    color: #000;
}

.colorfinder_msg_row.choice,
.colorfinder_msg_row.answer {
    text-align: right;
}

.colorfinder_choice {
    margin: -5px;
    font-size: 0;
}

.colorfinder_choice_item {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.colorfinder_choice_item a,
.colorfinder_choice_item span {
    display: block;
    padding: 13px 18px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    border: 2px solid #1e39b4;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.colorfinder_choice_item span {
    color: #fff;
    background: #1e39b4;
}

.colorfinder_choice_item a {
    color: #1e39b4;
    background: #fff;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

html.desktop .colorfinder_choice_item a:hover {
    color: #fff;
    background: #1e39b4;
}

.colorfinder_card_reopen>a {
    padding-top: 10px;
}

.colorfinder_card_reopen>a>figure {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 36px;
    width: 36px;
    margin: -5px 8px -5px -7px;
    border-radius: 50%;
    overflow: hidden;
}

.colorfinder_card_reopen>a>figure img {
    width: 55px;
    max-width: inherit;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -28px;
}

.colorfinder_card_reopen>a>i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.colorfinder_msg_row.result .colorfinder_msg_item {
    background: #1e39b4;
}

.colorfinder_msg_row.result .colorfinder_msg p {
    color: #fff;
}

.colorfinder_choice_slide_wrap {
    margin: 0 -30px 10px;
}

.colorfinder_choice_slide.swiper-wrapper.little {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.colorfinder_choice_slide .colorfinder_choice_item {
    width: auto;
    margin: 0;
    padding: 0 5px;
}

.colorfinder_choice_slide .colorfinder_choice_item:first-child {
    padding-left: 30px;
}

.colorfinder_choice_slide .colorfinder_choice_item:last-child {
    padding-right: 30px;
}

.colorfinder_choice_slide .colorfinder_choice_item a {
    width: 138px;
    padding: 0;
}

.colorfinder_choice_slide .colorfinder_choice_item figcaption {
    padding: 8px 12px;
    text-align: center;
}

/* 추천제품 */

.colorfinder_product_card {
    display: none;
    width: -webkit-calc(100% - 20px * 1);
    width: calc(100% - 20px * 1);
    height: -webkit-calc(100% - 20px * 1);
    height: calc(100% - 20px * 1);
    max-height: 570px;
    padding: 41px 20px 0;
    position: fixed;
    left: 10px;
    bottom: 70px;
    text-align: center;
    background: #1e39b4;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}

.colorfinder_product_card>b {
    display: block;
    font-size: 32px;
    line-height: 1.32;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #fff;
}

.colorfinder_product_card>p {
    display: block;
    margin: 7px 0 34px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #fff;
}

.colorfinder_product_data {
    position: relative;
    background: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    text-align: center;
}

.colorfinder_product_data>b {
    padding: 0 30px;
    margin: 16px 0 25px;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.025em;
    text-overflow: ellipsis;
    color: #1e39b4;
    height: 2.6em;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.colorfinder_product_btn {
    background: #fff;
    border-top: 1px solid #ddd;
}

.colorfinder_product_btn:after {
    content: '';
    display: table;
    clear: both;
}

.colorfinder_product_btn>li {
    float: left;
    width: 50%;
}

.colorfinder_product_btn>li:first-child {
    border-right: 1px solid #ddd;
}

.colorfinder_product_btn>li>a {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #1e39b4;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.colorfinder_product_btn>li.share>a>span {
    display: inline-block;
    padding-right: 21px;
    position: relative;
}

.colorfinder_product_btn>li.share>a>span:after {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -13px;
    font-family: 'jt-font';
    content: '\e91e';
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
    color: #1e39b4;
}

html.desktop .colorfinder_product_btn>li>a:hover {
    background: #f4f5fb;
}

.colorfinder_product_restart {
    display: inline-block;
    padding: 13px 24px;
    margin: 17px 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #fff;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.colorfinder_product_restart>span {
    display: inline-block;
    padding-right: 22px;
    position: relative;
}

.colorfinder_product_restart>span:after {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -14px;
    font-family: 'jt-font';
    content: '\e93b';
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

html.desktop .colorfinder_product_restart:hover>span:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform ease-out .45s;
    transition: -webkit-transform ease-out .45s;
    transition: transform ease-out .45s;
    transition: transform ease-out .45s, -webkit-transform ease-out .45s;
}

.colorfinder_product_close {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 13px;
    right: 12px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}

.colorfinder_product_close:after {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'jt-font';
    content: '\e925';
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.colorfinder_product_share_wrap {
    display: block;
    width: 230px;
    position: absolute;
    bottom: 58px;
    right: 30px;
    font-size: 0;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.colorfinder_product_share_wrap:after {
    content: '';
    width: 10px;
    height: 8px;
    position: absolute;
    right: 42px;
    bottom: -8px;
    background: url(../images/sub/colorfinder/finder-product-clipnote.svg) no-repeat center center;
    background-size: cover;
}

.colorfinder_share {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 60px;
    position: relative;
}

.colorfinder_share:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'jt-font';
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    color: #888;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.colorfinder_share.colorfinder_share_kakao:after {
    content: '\e923';
}

.colorfinder_share.colorfinder_share_facebook:after {
    content: '\e916';
}

.colorfinder_share.colorfinder_share_twitter:after {
    content: '\e919';
    font-size: 19px;
}

.colorfinder_share.colorfinder_share_link:after {
    content: '\e924';
    font-size: 16px;
}

html.desktop .colorfinder_share:hover:after {
    color: #1e39b4;
}

.colorfinder_product_share_clip {
    width: -webkit-calc(100% - 40px * 1);
    width: calc(100% - 40px * 1);
    padding: 21px 15px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.025em;
    text-align: center;
    word-break: break-all;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    z-index: 501;
    opacity: 0;
    visibility: hidden;
}

/* 전체 제품보기 */

.colorfinder_product_slide_wrap {
    clear: both;
    margin: 0 -30px;
    padding-top: 10px;
}

.colorfinder_product_slide_wrap .swiper-slide {
    width: auto;
    padding: 0 5px;
}

.colorfinder_product_slide_wrap .colorfinder_product_data {
    width: 270px;
    border-radius: 8px;
}

.colorfinder_product_slide_wrap .swiper-slide:first-child {
    padding-left: 30px;
}

.colorfinder_product_slide_wrap .swiper-slide:last-child {
    padding-right: 30px;
}

.colorfinder_content_workspace .colorfinder_product_slide_wrap .swiper-button-next:after,
.colorfinder_content_workspace .colorfinder_product_slide_wrap .swiper-button-prev:after {
    text-shadow: none;
    color: #1e39b4;
}

.colorfinder_product_slide_wrap .colorfinder_product_share_clip {
    width: -webkit-calc(100% + 20px * 1);
    width: calc(100% + 20px * 1);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}

/* TYPE DETAIL */

html:not(.iframe) .colorfinder_container .colorfinder_close {
    display: none;
}

html:not(.iframe) .colorfinder_container:not(.ready) .colorfinder_home {
    display: block;
}

html:not(.iframe) .colorfinder_product_card {
    position: absolute;
    bottom: 10px;
}

html.iframe .colorfinder_container {
    width: 100%;
}

/* MOBILE */

html.mobile .colorfinder_header {
    height: 64px;
    padding: 22px 14px;
}

html.mobile .colorfinder_header h1 {
    font-size: 19px;
}

html.mobile .colorfinder_close {
    width: 55px;
    height: 64px;
}

html.mobile .colorfinder_close:after {
    line-height: 64px;
}

html.mobile .colorfinder_home {
    width: 64px;
    height: 64px;
}

html.mobile .colorfinder_home:after {
    line-height: 64px;
}

html.mobile .colorfinder_footer {
    height: 54px;
}

html.mobile .colorfinder_share_title {
    height: 54px;
    padding: 0 10px 0 20px;
    line-height: 57px;
}

html.mobile.ios .colorfinder_share_title {
    line-height: 53px;
}

html.mobile .colorfinder_container .colorfinder_footer .jt_share_wrap {
    padding: 0;
}

html.mobile .colorfinder_container .colorfinder_footer .jt_share {
    padding: 0 5px;
}

html.mobile .colorfinder_container .colorfinder_footer .jt_share .jt_share_sns {
    width: 40px;
    height: 54px;
}

html.mobile .colorfinder_container .colorfinder_footer .jt_share .jt_share_sns:after {
    line-height: 56px;
}

html.mobile.ios .colorfinder_container .colorfinder_footer .jt_share .jt_share_sns:after {
    line-height: 54px;
}

html.mobile .colorfinder_container .jt_share_copynote p {
    font-size: 14px;
}

html.mobile .colorfinder_container:not(.ready) .colorfinder_content_inner {
    overflow-y: auto;
}

html.mobile .colorfinder_content {
    height: -webkit-calc(100% - 118px * 1);
    height: calc(100% - 118px * 1);
}

html.mobile .colorfinder_content_workspace {
    padding: 15px;
}

html.mobile .colorfinder_loading {
    padding-bottom: 15px;
}

html.mobile .colorfinder_msg_item {
    padding: 13px 19px 14px 18px;
    border-radius: 0 26px 26px 26px;
}

html.mobile .colorfinder_thumb {
    width: 30px;
    margin-right: 5px;
}

html.mobile .colorfinder_profile b {
    padding-right: 8px;
    font-size: 16px;
}

html.mobile .colorfinder_profile time {
    font-size: 11px;
}

html.mobile .colorfinder_msg_row.answer .colorfinder_profile time:after {
    font-size: 18px;
}

html.mobile.ios .colorfinder_msg_row.answer .colorfinder_profile time:after {
    margin-top: -9px;
}

html.mobile .colorfinder_msg p {
    font-size: 15px;
}

html.mobile .colorfinder_msg p.choice_data em {
    padding: 10px 17px;
}

html.mobile .colorfinder_msg p u {
    font-size: 22px;
}

html.mobile .colorfinder_choice {
    margin: -3px;
}

html.mobile .colorfinder_choice_item {
    margin: 3px;
}

html.mobile .colorfinder_choice_item a,
html.mobile .colorfinder_choice_item span {
    padding: 11px 15px;
    font-size: 15px;
}

html.mobile .colorfinder_card_reopen>a {
    padding-top: 10px;
}

html.mobile .colorfinder_card_reopen>a>figure {
    margin-right: 0;
}

html.mobile .colorfinder_choice_slide_wrap {
    margin: 0 -15px 10px;
}

html.mobile .colorfinder_choice_slide .colorfinder_choice_item {
    padding: 0 3px;
    margin: 0;
}

html.mobile .colorfinder_choice_slide .colorfinder_choice_item a {
    padding: 0;
}

html.mobile .colorfinder_choice_slide .colorfinder_choice_item:first-child {
    padding-left: 15px;
}

html.mobile .colorfinder_choice_slide .colorfinder_choice_item:last-child {
    padding-right: 15px;
}

html.mobile .colorfinder_product_slide_wrap {
    margin: 0 -15px;
}

html.mobile .colorfinder_product_slide_wrap .swiper-slide:first-child {
    padding-left: 15px;
}

html.mobile .colorfinder_product_slide_wrap .swiper-slide:last-child {
    padding-right: 15px;
}

html.mobile .colorfinder_product_data>b {
    padding: 0 26px;
    margin: 15px 0 22px;
    font-size: 19px;
}

html.mobile .colorfinder_product_card {
    height: auto;
    max-height: inherit;
    position: absolute;
    bottom: 10px;
}

html.mobile .colorfinder_product_card>b {
    font-size: 29px;
}

html.mobile .colorfinder_product_card>p {
    margin-bottom: 28px;
    font-size: 15px;
}

html.mobile .colorfinder_product_btn>li>a {
    padding: 22px 0;
    font-size: 15px;
}

html.mobile .colorfinder_product_share_wrap {
    width: 200px;
}

html.mobile .colorfinder_share {
    width: 45px;
    height: 54px;
}

html.mobile .colorfinder_share:after {
    line-height: 54px;
}

html.mobile .colorfinder_section_intro b {
    font-size: 31px;
}

html.mobile .colorfinder_start_btn {
    padding: 18px 10px;
    font-size: 16px;
}

html.mobile .colorfinder_section_intro img {
    max-width: 146px;
    margin-top: 44px;
}

html.mobile .colorfinder_content_workspace .swiper-button-next,
html.mobile .colorfinder_content_workspace .swiper-button-prev {
    display: none !important;
}

/* IE */

html.ie .colorfinder_product_slide_wrap .swiper-slide {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html.ie .colorfinder_choice_slide .colorfinder_choice_item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* **************************************** *
 * PSYCHOLOGICAL
 * **************************************** */

/* admin monitoring */

.jt_admin_monitoring {
    font-size: 0;
}

.jt_admin_monitoring a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    background-color: #1e39b4;
    border-radius: 10px;
    padding: 3px 10px 4px;
    margin-right: 10px;
}

/* clear */

.page-template-sub-psychological #logo,
.page-template-sub-psychological .global_search_container,
.page-template-sub-psychological #global_menu_btn_wrap,
.page-template-sub-psychological #footer,
.page-template-sub-psychological .global_support_container {
    display: none;
}

.page-template-sub-psychological .main_container_outer {
    margin-bottom: 0;
    background: none;
}

.page-template-sub-psychological .main_container {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-sub-psychological .nicescroll-rails {
    z-index: 2 !important;
}

/* sound */

.psychological_sound {
    display: none;
}

/* container */

.psychological_container.ready {
    background: #ebf6ff;
}

.psychological_container {
    width: 367px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background: url(../images/sub/psychological/psychological-bg.jpg) repeat-y center center;
    overflow: hidden;
}

.psychological_container>form {
    width: 100%;
    height: 100%;
}

.psychological_bubble {
    display: none;
    position: absolute;
    background-repeat: no-repeat;
}

.psychological_bubble_01 {
    width: 243px;
    height: 206px;
    top: -71px;
    left: -91px;
    background-image: url(../images/sub/psychological/psychological-heart-01.svg);
}

.psychological_bubble_02 {
    width: 243px;
    height: 206px;
    bottom: -103px;
    left: -92px;
    background-image: url(../images/sub/psychological/psychological-heart-01.svg);
}

.psychological_bubble_03 {
    width: 260px;
    height: 221px;
    bottom: 12px;
    right: -102px;
    background-image: url(../images/sub/psychological/psychological-heart-02.svg);
}

/* header */

.psychological_header {
    height: 70px;
    padding: 26px 29px;
    position: relative;
    z-index: 2;
    background: #1e39b4;
    background: -moz-linear-gradient(left, rgba(40, 79, 226, 1) 0%, rgba(30, 57, 180, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(40, 79, 226, 1) 0%, rgba(30, 57, 180, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40, 79, 226, 1)), to(rgba(30, 57, 180, 1)));
    background: linear-gradient(to right, rgba(40, 79, 226, 1) 0%, rgba(30, 57, 180, 1) 100%);
}

.psychological_header h1 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 21px;
}

.psychological_header h1 a {
    color: #fff;
}

.psychological_logo {
    display: none;
    width: 149px;
    height: 21px;
}

.psychological_logo a {
    display: block;
    outline: none
}

body:not(.use_mouse) .psychological_logo a:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.psychological_logo svg {
    width: 100%;
    height: auto;
}

.psychological_close {
    width: 75px;
    height: 70px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

body:not(.use_mouse) .psychological_close:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.psychological_close:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e945';
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 73px;
    color: #fff;
}

.psychological_home {
    display: none;
    width: 75px;
    height: 70px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.psychological_home:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e943';
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 75px;
    color: #fff;
}

/* content */

.psychological_content {
    width: 100%;
    height: -webkit-calc(100% - 130px * 1);
    height: calc(100% - 130px * 1);
    position: relative;
    z-index: 1;
}

.psychological_content_inner {
    width: 100%;
    height: 100%;
    position: relative;
}

html.ios .psychological_content_inner {
    width: 1px;
    min-width: 100%;
}

.psychological_content_workspace {
    width: 100%;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

/* footer */

.psychological_footer {
    height: 60px;
    position: relative;
    font-size: 0;
    background: #1e39b4;
    overflow: hidden;
    z-index: 2;
}

.psychological_container .psychological_footer .jt_share_wrap {
    width: 100%;
    padding: 0 6px;
    z-index: 2;
}

.psychological_container .psychological_footer .jt_share_wrap .jt_share_copynote {
    display: none;
}

.psychological_share_title {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    padding: 0 12px 0 24px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 61px;
    color: #fff;
}

.psychological_container .psychological_footer .jt_share {
    display: inline-block;
    vertical-align: top;
    position: static;
    padding: 0 7px;
    opacity: 1;
    visibility: visible;
}

.psychological_container .psychological_footer .jt_share .jt_share_sns {
    display: inline-block;
    width: 46px;
    height: 60px;
    margin: 0;
}

.psychological_container .psychological_footer .jt_share .jt_share_sns:after {
    line-height: 61px;
    color: rgba(255, 255, 255, 0.4);
}

html.desktop .psychological_container .psychological_footer .jt_share .jt_share_sns:hover:after {
    color: #fff;
}

.psychological_container .jt_share .custom_element_cursor_point {
    display: none !important;
}

.psychological_container .jt_share_copynote {
    width: 290px;
    padding: 21px 15px;
    position: fixed;
    bottom: 80px;
    left: 50%;
    margin-left: -145px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    z-index: 501;
}

.psychological_container .jt_share_copynote p {
    font-size: 15px;
    word-break: break-all;
}

.psychological_container .jt_share_copynote p br {
    display: block;
}

.psychological_container .jt_share_copynote p>span {
    font-size: 14px;
}

/* first init */

.psychological_container.ready .psychological_bubble {
    display: block;
}

.psychological_container.ready .psychological_header {
    background: transparent;
}

.psychological_container.ready .psychological_header h1 {
    opacity: 0;
    visibility: hidden;
}

.psychological_container.ready .psychological_logo {
    display: block;
}

.psychological_container.ready .psychological_close:after {
    color: #222;
}

.psychological_container.ready .psychological_home:after {
    color: #222;
}

.psychological_container.ready .psychological_content_workspace {
    height: -webkit-calc(100vh - 130px * 1);
    height: calc(100vh - 130px * 1);
}

/* loading */

.psychological_loading {
    display: none;
    padding-bottom: 30px;
    font-size: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.psychological_loading>span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #1e39b4;
    border-radius: 50%;
    -webkit-animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
}

.psychological_loading>span:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.psychological_loading>span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.psychological_loading>span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/* intro */

.psychological_section_intro {
    display: table;
    width: 100%;
    height: 100%;
}

.psychological_section_intro_inner {
    display: table-cell;
    vertical-align: middle;
}

.psychological_section_intro b {
    display: block;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.27;
    color: #1e39b4;
}

.psychological_section_intro p {
    margin: 12px 0 35px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.26;
    color: #666;
}

.psychological_section_intro img {
    display: block;
    max-width: 170px;
    margin: 50px auto 0;
}

/* .psychological_msg p.choice_data {margin: 3px -2px 7px;} */

/* .psychological_msg p.choice_data em {display: inline-block;vertical-align: middle;margin: 2px;padding: 15px 19px;font-weight: 500;color: #fff;background: #1e39b4;border-radius: 20px;} */

.psychological_start_btn {
    width: 100%;
    padding: 22px 10px;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #fff;
    background: #1e39b4;
    border: 2px solid #1e39b4;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

body:not(.use_mouse) .psychological_start_btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

html.desktop .psychological_start_btn:hover {
    color: #1e39b4;
    background: #fff;
}

/* component */

.psychological_content_workspace .swiper-button-next,
.psychological_content_workspace .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 31.5%;
    background: none;
    outline: none;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.psychological_content_workspace .swiper-button-next:after,
.psychological_content_workspace .swiper-button-prev:after {
    font-family: 'jt-font';
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #aaa;
}

.psychological_content_workspace .swiper-button-prev:after {
    content: '\e939';
}

.psychological_content_workspace .swiper-button-next:after {
    content: '\e93a';
}

.psychological_content_workspace .swiper-button-next.swiper-button-disabled,
.psychological_content_workspace .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.psychological_msg_row {
    margin-top: 40px;
}

.psychological_msg_row:first-child {
    margin-top: 0;
}

.psychological_msg_row.answer {
    margin-top: 35px;
}

.psychological_msg_row.result {
    margin-top: 10px;
}

.psychological_msg_row.question+.psychological_msg_row.question {
    margin-top: 32px;
}

.psychological_msg_row.choice+.psychological_msg_row.choice {
    margin-top: 5px;
}

.psychological_author {
    margin-bottom: 10px;
}

.psychological_thumb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.psychological_profile {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.psychological_profile b {
    display: inline-block;
    vertical-align: baseline;
    padding-right: 9px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #1e39b4;
}

.psychological_profile time {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #aaa;
}

.psychological_thumb+.psychological_profile {
    margin-top: -3px;
}

.psychological_msg {
    font-size: 0;
}

.psychological_msg:after {
    content: '';
    display: table;
    clear: both;
}

.psychological_msg_item {
    float: left;
    clear: both;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px 17px 20px;
    background: #fff;
    border-radius: 0 20px 20px 20px;
}

.psychological_msg_item+.psychological_msg_item,
.psychological_result_slide_wrap+.psychological_msg_item {
    margin-top: 10px;
}

.psychological_msg p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    color: #666;
}

.psychological_msg p u {
    display: inline-block;
    padding-top: 5px;
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    color: #1e39b4;
}

.psychological_msg p img {
    display: inline-block;
    vertical-align: sub;
}

.psychological_msg p.choice_data {
    margin: 8px -2px 17px;
}

.psychological_msg p.choice_data em {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    padding: 15px 19px;
    font-weight: 500;
    color: #fff;
    background: #1e39b4;
    border-radius: 20px;
}

.psychological_msg_row.answer .psychological_author {
    margin-bottom: 7px;
}

.psychological_msg_row.answer .psychological_profile time {
    padding-right: 18px;
}

.psychological_msg_row.answer .psychological_profile time:after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    font-family: 'jt-font';
    content: '\e930';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    color: #000;
}

.psychological_msg_row.choice,
.psychological_msg_row.answer {
    text-align: right;
}

.psychological_choice {
    margin: -5px;
    font-size: 0;
}

.psychological_choice_item {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.psychological_choice_item a,
.psychological_choice_item span {
    display: block;
    padding: 13px 18px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    border: 2px solid #63bafd;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.psychological_choice_item span {
    color: #fff;
    background: #2c99fe;
    border-color: #2c99fe;
}

.psychological_choice_item a {
    color: #63bafd;
    background: #fff;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.psychological_choice_item a[data-role="back"],
.psychological_choice_item a[data-role="first"] {
    color: #888;
    border-color: #ddd;
}

html.desktop .psychological_choice_item a:hover {
    color: #fff;
    background: #2c99fe;
    border-color: #2c99fe;
}

html.desktop .psychological_choice_item a[data-role="back"]:hover,
html.desktop .psychological_choice_item a[data-role="first"]:hover {
    color: #888;
    background: #dddd;
    border-color: #ddd;
}

.psychological_msg.result .psychological_result_card {
    padding: 15px 20px 0;
    border-radius: 10px;
}

.psychological_msg.result .psychological_result_card b {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.025em;
    line-height: 1.42;
    padding-top: 1px;
    display: block;
}

.psychological_msg.result .psychological_result_card b span.color_name_en {
    font-size: 20px;
    font-weight: 600;
}

.psychological_msg.result .psychological_result_card b span.color_type {
    font-size: 18px;
    font-weight: 600;
}

.psychological_msg.result .psychological_result_card p {
    color: #fff;
}

.psychological_msg.result .psychological_result_card p.choice_data em {
    background-color: #fff;
    color: #666;
    padding: 11px 12px 12px;
    margin-bottom: 6px;
    min-width: 77px;
    text-align: center;
    font-size: 14px;
}

.psychological_msg.result .psychological_result_card .psychological_color_box {
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 14px;
    padding: 14px 0;
}

.psychological_msg.result .psychological_result_card .psychological_color_box figure {
    position: relative;
}

.psychological_msg.result .psychological_result_card .psychological_color_box svg {
    width: 104px;
    height: 104px;
}

.psychological_msg.result .psychological_result_card .psychological_color_box figure i {
    font-style: normal;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 19px;
    margin-top: -12px;
}

.psychological_card_btn {
    margin: 0 -20px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
}

.psychological_card_btn:after {
    content: '';
    display: table;
    clear: both;
}

.psychological_card_btn>li {
    float: left;
    width: 50%;
}

.psychological_card_btn>li:first-child {
    border-right: 1px solid #ddd;
}

.psychological_card_btn>li>a {
    display: block;
    width: 100%;
    padding: 24px 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #1e39b4;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.psychological_card_btn>li>a>span {
    display: inline-block;
    padding-right: 21px;
    position: relative;
}

.psychological_card_btn>li>a>span:after {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -13px;
    font-family: 'jt-font';
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
    color: #1e39b4;
}

.psychological_card_btn>li.reload>a>span:after {
    content: '\e93b';
}

.psychological_card_btn>li.home>a>span:after {
    content: '\e93b';
}

.psychological_card_btn>li.share>a>span:after {
    content: '\e91e';
}

html.desktop .psychological_card_btn>li>a:hover {
    background: #f4f5fb;
}

.psychological_card_finder_btn {
    display: block;
    margin: 0 -20px;
    padding: 23px 24px 24px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #1e39b4;
    border: none;
    border-radius: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.psychological_card_finder_btn>span {
    display: inline-block;
    padding-right: 21px;
    position: relative;
}

.psychological_card_finder_btn>span:after {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -14px;
    font-family: 'jt-font';
    content: '\e951';
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

.psychological_result_recheck {
    background: #1e39b4;
    border-radius: 10px 10px 12px 12px;
}

.psychological_result_recheck em {
    display: block;
    padding: 37px 23px 35px;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.psychological_result_recheck_btn {
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
}

.psychological_result_recheck_btn:after {
    content: '';
    display: table;
    clear: both;
}

.psychological_result_recheck_btn img {
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 3px;
}

.psychological_result_recheck_btn>a {
    float: left;
    width: 50%;
    display: block;
    padding: 19px 0 21px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #666;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.psychological_result_recheck_btn>a>span {
    display: inline-block;
    vertical-align: middle;
}

.psychological_result_recheck_btn>a.psychological_result_recheck_no {
    color: #1e39b4;
    border-left: 1px solid #ddd;
}

html.desktop .psychological_result_recheck_btn>a:hover {
    background: #f4f5fb;
}

.psychological_msg.result .wish_blue {
    background-color: #1e39b4;
}

.psychological_msg.result .wish_blue .psychological_color_box svg path {
    fill: #1e39b4;
}

.psychological_msg.result .calm_navy {
    background-color: #21385a;
}

.psychological_msg.result .calm_navy .psychological_color_box svg path {
    fill: #21385a;
}

.psychological_msg.result .grape_purple {
    background-color: #4d2c52;
}

.psychological_msg.result .grape_purple .psychological_color_box svg path {
    fill: #4d2c52;
}

.psychological_msg.result .pastel_lilac {
    background-color: #b8aaca;
}

.psychological_msg.result .pastel_lilac .psychological_color_box svg path {
    fill: #b8aaca;
}

.psychological_msg.result .pale_turquoise {
    background-color: #9ecccc;
}

.psychological_msg.result .pale_turquoise .psychological_color_box svg path {
    fill: #9ecccc;
}

.psychological_msg.result .stormy_blue {
    background-color: #52839d;
}

.psychological_msg.result .stormy_blue .psychological_color_box svg path {
    fill: #52839d;
}

.psychological_msg.result .greenery {
    background-color: #81aa41;
}

.psychological_msg.result .greenery .psychological_color_box svg path {
    fill: #81aa41;
}

.psychological_msg.result .pale_chartreuse {
    background-color: #bbc722;
}

.psychological_msg.result .pale_chartreuse .psychological_color_box svg path {
    fill: #bbc722;
}

.psychological_msg.result .living_coral {
    background-color: #f76d5f;
}

.psychological_msg.result .living_coral .psychological_color_box svg path {
    fill: #f76d5f;
}

.psychological_msg.result .radiant_raspberry {
    background-color: #c7386d;
}

.psychological_msg.result .radiant_raspberry .psychological_color_box svg path {
    fill: #c7386d;
}

.psychological_msg.result .avocado_green {
    background-color: #635f30;
}

.psychological_msg.result .avocado_green .psychological_color_box svg path {
    fill: #635f30;
}

.psychological_msg.result .moss_green {
    background-color: #4f5432;
}

.psychological_msg.result .moss_green .psychological_color_box svg path {
    fill: #4f5432;
}

.psychological_msg.result .melon_yellow {
    background-color: #efc159;
}

.psychological_msg.result .melon_yellow .psychological_color_box svg path {
    fill: #efc159;
}

.psychological_msg.result .mellow_mauve {
    background-color: #946173;
}

.psychological_msg.result .mellow_mauve .psychological_color_box svg path {
    fill: #946173;
}

.psychological_msg.result .dusty_rose {
    background-color: #d9aeaa;
}

.psychological_msg.result .dusty_rose .psychological_color_box svg path {
    fill: #d9aeaa;
}

.psychological_msg.result .royal_plum {
    background-color: #69456e;
}

.psychological_msg.result .royal_plum .psychological_color_box svg path {
    fill: #69456e;
}

.psychological_msg.result .autumn_gold {
    background-color: #b0995e;
}

.psychological_msg.result .autumn_gold .psychological_color_box svg path {
    fill: #b0995e;
}

.psychological_msg.result .warm_olive {
    background-color: #888752;
}

.psychological_msg.result .warm_olive .psychological_color_box svg path {
    fill: #888752;
}

.psychological_result_slide_wrap {
    margin: 0 -30px;
    padding: 0 25px;
}

.psychological_result_slide .swiper-slide {
    clear: both;
    width: 302px;
    padding: 0 5px;
    overflow: hidden;
}

/*.psychological_result_slide .swiper-slide:first-child {padding-left: 30px;}
.psychological_result_slide .swiper-slide:last-child {padding-right: 30px;}*/

.psychological_result_slide .psychological_result_slide_title {
    background-color: #e3edf6;
    padding: 15px 20px 14px;
    border-radius: 10px 10px 0 0;
}

.psychological_result_slide .psychological_result_slide_title figure {
    display: inline-block;
}

.psychological_result_slide .psychological_result_slide_title figure img {
    padding-top: 2px;
}

.psychological_result_slide figure.psychological_result_slide_icon_heart {
    width: 20px;
    height: 19px;
}

.psychological_result_slide figure.psychological_result_slide_icon_lip {
    width: 24px;
    height: 16px;
}

.psychological_result_slide figure.psychological_result_slide_icon_flower {
    width: 17px;
    height: 21px;
}

.psychological_result_slide figure.psychological_result_slide_icon_fire {
    width: 16px;
    height: 21px;
}

.psychological_result_slide .psychological_result_slide_title b {
    font-size: 20px;
    color: #1e39b4;
    padding-left: 11px;
    vertical-align: middle;
}

.psychological_result_slide .psychological_result_slide_title+p {
    padding: 12px 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    letter-spacing: -0.025em;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    word-break: break-all;
}

.psychological_msg.result .psychological_msg_item+.psychological_msg_item,
.psychological_msg.result .psychological_result_slide_wrap+.psychological_msg_item {
    background-color: #fff;
}

.psychological_msg.result .psychological_msg_item+.psychological_msg_item p,
.psychological_msg.result .psychological_result_slide_wrap+.psychological_msg_item p {
    color: #666;
}

.psychological_msg.result .psychological_msg_item.result_proposal {
    overflow: hidden;
    margin-right: 84px;
    position: relative;
}

.psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn {
    width: -webkit-calc(100% + 44px * 1);
    width: calc(100% + 44px * 1);
    display: block;
    background-color: #d6ebff;
    margin: 16px -24px -17px -20px;
    padding: 16px 20px 19px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    -webkit-transition: .3s;
    transition: .3s;
}

.psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    position: relative;
    padding-right: 21px;
    -webkit-transition: .3s;
    transition: .3s;
}

.psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn span:after {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -7px;
    top: 50%;
    font-family: 'jt-font';
    line-height: 1;
    font-weight: normal;
    color: #1e39b4;
    -webkit-transition: .3s;
    transition: .3s;
}

.psychological_msg.result .psychological_msg_item.result_share .psychological_result_btn span:after {
    content: '\e91e';
    font-size: 28px;
    margin-top: -13px;
}

.psychological_msg.result .psychological_msg_item.find_color .psychological_result_btn span:after {
    content: '\e951';
    font-size: 17px;
    margin-top: -7px;
}

html.desktop .psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn:hover {
    background-color: #1e39b4;
}

html.desktop .psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn:hover span,
html.desktop .psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn:hover span:after {
    color: #fff;
}

/*
.psychological_result_share_wrap {display: block;width: 190px;position: absolute;bottom: 50px;right: 50%;-webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%);font-size: 0;text-align: center;background: #f8f8f8;border: 1px solid #ddd;border-radius: 10px;z-index: 2;opacity: 0;visibility: hidden;}
.psychological_result_share_wrap:after {content: '';width: 10px;height: 8px;position: absolute;right: 50%;-webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%);bottom: -8px;background: url(../images/sub/psychological/finder-product-clipnote.svg) no-repeat center center;background-size: cover;}
*/

.psychological_result_share_wrap {
    display: block;
    width: 190px;
    position: absolute;
    bottom: 120px;
    right: 30px;
    font-size: 0;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.psychological_result_share_wrap:after {
    content: '';
    width: 10px;
    height: 8px;
    position: absolute;
    right: 42px;
    bottom: -8px;
    background: url(../images/sub/psychological/finder-product-clipnote.svg) no-repeat center center;
    background-size: cover;
}

.psychological_share {
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 60px;
    position: relative;
}

.psychological_share:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'jt-font';
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    color: #888;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.psychological_share.psychological_share_kakao:after {
    content: '\e923';
}

.psychological_share.psychological_share_facebook:after {
    content: '\e916';
}

.psychological_share.psychological_share_twitter:after {
    content: '\e919';
    font-size: 19px;
}

.psychological_share.psychological_share_link:after {
    content: '\e924';
    font-size: 16px;
}

html.desktop .psychological_share:hover:after {
    color: #1e39b4;
}

.psychological_result_share_clip {
    width: -webkit-calc(100% - 40px * 1);
    width: calc(100% - 40px * 1);
    padding: 21px 15px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.025em;
    text-align: center;
    word-break: break-all;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    z-index: 501;
    opacity: 0;
    visibility: hidden;
}

.psychological_result_share_wrap .psychological_result_share_clip {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}

.psychological_msg.result .psychological_result_slide_wrap+.psychological_msg_item p.psychological_result_share_clip {
    color: #fff;
}

.psychological_let_colorfinder {
    background-color: #2c99ff;
    margin-top: 11px;
    padding: 15px 15px 17px 19px;
    border-radius: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.psychological_let_colorfinder span {
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.025em;
    position: relative;
    padding-right: 19px;
}

.psychological_let_colorfinder span:after {
    content: '\e951';
    font-family: 'jt-font';
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

html.desktop .psychological_let_colorfinder:hover {
    background-color: #1e39b4;
}

.psychological_msg.result .psychological_msg_item+.psychological_msg_item.go_back {
    padding: 0;
    background-color: transparent;
    clear: both;
    float: right;
    margin-right: 0;
    margin-top: 40px;
}

.psychological_msg.result .psychological_msg_item+.psychological_msg_item.go_back a {
    display: block;
    padding: 13px 18px;
    font-size: 16px;
    color: #63bafd;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    border: 2px solid #63bafd;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.psychological_msg.result .psychological_msg_item+.psychological_msg_item.go_back a:hover {
    color: #fff;
    background: #2c99fe;
    border-color: #2c99fe;
}

.psychological_msg_row .psychological_msg.result.error .psychological_msg_item p {
    color: #666;
}

.postid-834 .single_btn_wrap .jt_btn_basic {
    color: #fff;
    background-color: #222;
    border-color: #222;
    -webkit-transition: .3s;
    transition: .3s;
}

.postid-834 .single_btn_wrap .jt_btn_basic:hover {
    background-color: #1d39b4;
    border-color: #1d39b4;
}

html.ios .psychological_item_colorfinder_info.psychological_msg_item,
.psychological_item_colorfinder_info.psychological_msg_item {
    width: 270px;
    padding-bottom: 0;
}

.psychological_item_colorfinder_info_txt {
    margin: -15px -20px 0;
    padding: 46px 20px 42px;
    background: url(../images/sub/psychological/psychological-msg-bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0 20px 0 0;
}

.psychological_item_colorfinder_info_txt b {
    display: block;
    font-size: 27px;
    letter-spacing: -0.025em;
    line-height: 1.3;
    font-weight: 600;
    color: #1d39b4;
}

.psychological_item_colorfinder_info .psychological_card_finder_btn {
    border-radius: 0 0 20px 20px;
}

.psychological_banner {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: 83px;
    background: #e3edf6;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .1s;
}

.psychological_banner a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px 27px;
}

.psychological_banner b {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #1e39b4;
}

.psychological_banner p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #222;
}

.psychological_banner i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 100%;
    background: url(../images/sub/psychological/psychological-banner.png) no-repeat left center;
    background-size: auto 100%;
}

.psychological_container.use_banner .psychological_banner {
    opacity: 1;
    visibility: visible;
}

.psychological_container.use_banner .psychological_content_workspace {
    padding-bottom: 113px;
}

/* TYPE DETAIL */

html:not(.iframe) .psychological_container .psychological_close {
    display: none;
}

html:not(.iframe) .psychological_container:not(.ready) .psychological_home {
    display: block;
}

html.iframe .psychological_container {
    width: 100%;
}

/* MOBILE */

html.mobile .psychological_container {
    width: 100%;
    height: 100%;
    background-size: cover;
}

html.mobile .psychological_container:not(.ready) .psychological_content_inner {
    overflow-y: auto;
    padding-bottom: 98px;
}

html.mobile .psychological_container.use_banner .psychological_content_workspace {
    padding-bottom: 15px;
}

html.mobile .psychological_header {
    height: 64px;
    padding: 22px 14px;
}

html.mobile .psychological_header h1 {
    font-size: 19px;
}

html.mobile .psychological_close {
    width: 55px;
    height: 64px;
}

html.mobile .psychological_close:after {
    line-height: 64px;
}

html.mobile .psychological_home {
    width: 64px;
    height: 64px;
}

html.mobile .psychological_home:after {
    line-height: 64px;
}

html.mobile .psychological_footer {
    height: 54px;
}

html.mobile .psychological_share_title {
    height: 54px;
    padding: 0 10px 0 20px;
    line-height: 57px;
}

html.mobile.ios .psychological_share_title {
    line-height: 53px;
}

html.mobile .psychological_share {
    width: 46px;
}

html.mobile .psychological_container .psychological_footer .jt_share_wrap {
    padding: 0;
}

html.mobile .psychological_container .psychological_footer .jt_share {
    padding: 0 5px;
}

html.mobile .psychological_container .psychological_footer .jt_share .jt_share_sns {
    width: 40px;
    height: 54px;
}

html.mobile .psychological_container .psychological_footer .jt_share .jt_share_sns:after {
    line-height: 56px;
}

html.mobile.ios .psychological_container .psychological_footer .jt_share .jt_share_sns:after {
    line-height: 54px;
}

html.mobile .psychological_container .jt_share_copynote p {
    font-size: 14px;
}

html.ios .psychological_container .jt_share_copynote {
    padding-top: 18px;
    padding-bottom: 18px;
}

html.mobile .psychological_banner {
    bottom: 54px;
}

html.mobile .psychological_content {
    height: -webkit-calc(100% - 118px * 1);
    height: calc(100% - 118px * 1);
}

html.mobile .psychological_content_workspace {
    padding: 15px;
}

html.ios .psychological_msg_item {
    padding: 12px 19px 14px 18px;
    border-radius: 0 26px 26px 26px;
}

html.mobile .psychological_thumb {
    width: 30px;
    margin-right: 5px;
}

html.mobile .psychological_profile b {
    padding-right: 8px;
    font-size: 16px;
}

html.mobile .psychological_profile time {
    font-size: 11px;
}

html.mobile .psychological_msg_row.answer .psychological_profile time:after {
    font-size: 18px;
}

html.mobile.ios .psychological_msg_row.answer .psychological_profile time:after {
    margin-top: -9px;
}

html.mobile .psychological_msg p {
    font-size: 15px;
}

html.mobile .psychological_msg p.choice_data em {
    padding: 10px 17px;
}

html.mobile .psychological_msg p u {
    font-size: 22px;
}

html.mobile .psychological_choice {
    margin: -3px;
}

html.mobile .psychological_choice_item {
    margin: 3px;
}

html.mobile .psychological_choice_item a,
html.mobile .psychological_choice_item span {
    font-size: 15px;
}

html.ios .psychological_choice_item a,
html.ios .psychological_choice_item span {
    padding: 11px 15px;
}

html.mobile .psychological_result_slide_wrap {
    clear: both;
    padding: 10px 50px 0 25px;
}

html.mobile .psychological_msg_row .psychological_msg.result .psychological_msg_item {
    margin-right: 0;
    max-width: 320px;
}

html.mobile .psychological_msg_row .psychological_msg.result .psychological_msg_item p.choice_data em {
    padding: 15px 10px 14px;
}

html.mobile .psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn {
    padding: 16px 20px 18px
}

html.ios .psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn {
    padding: 16px 20px 20px;
}

html.mobile .psychological_msg.result .psychological_msg_item.result_proposal .psychological_result_btn span:after {
    margin-top: -8px;
}

html.mobile .psychological_msg.result .psychological_msg_item.result_share .psychological_result_btn span:after {
    margin-top: -14px;
}

html.mobile.ios .psychological_content_workspace .psychological_result_slide {
    z-index: -1;
}

html.mobile .psychological_result_slide .swiper-slide {
    width: 100%;
    max-width: 330px;
}

html.mobile .psychological_let_colorfinder {
    padding: 14px 15px 15px 19px;
}

html.mobile .psychological_let_colorfinder span:after {
    margin-top: -8px;
}

html.mobile .psychological_result_share_wrap {
    width: 220px;
}

html.mobile .psychological_section_intro b {
    font-size: 31px;
}

html.mobile .psychological_start_btn {
    padding: 18px 10px;
    font-size: 16px;
}

html.mobile .psychological_section_intro img {
    max-width: 146px;
    margin-top: 44px;
}

html.mobile .psychological_content_workspace .swiper-button-next,
html.mobile .psychological_content_workspace .swiper-button-prev {
    /*display: none !important;*/
}

html.ios .psychological_result_recheck_btn>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

html.ios .psychological_result_recheck_btn img {
    vertical-align: middle;
}

html.ios .psychological_card_finder_btn>span:after {
    margin-top: -15px;
}

html.ios .psychological_banner a {
    padding-top: 19px;
}

html.mobile .psychological_loading {
    padding-bottom: 15px;
}

/* **************************************** *
 * LOVEBALANCE
 * **************************************** */

/* clear */

.page-template-sub-lovebalance #logo,
.page-template-sub-lovebalance .global_search_container,
.page-template-sub-lovebalance #global_menu_btn_wrap,
.page-template-sub-lovebalance #footer,
.page-template-sub-lovebalance .global_support_container {
    display: none;
}

.page-template-sub-lovebalance .main_container_outer {
    margin-bottom: 0;
    background: none;
}

.page-template-sub-lovebalance .main_container {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-sub-lovebalance:not(.result_popup_open) .nicescroll-rails {
    z-index: 2 !important;
}

/* sound */

.lovebalance_sound {
    display: none;
}

/* container */

.lovebalance_container.ready {
    background: #f8f4f6;
    background-image: linear-gradient( to right, rgba( 0, 0, 0, 0.05) 1px, transparent 2px), linear-gradient( to bottom, rgba( 0, 0, 0, 0.05) 1px, transparent 2px);
    background-size: 54px 54px;
    background-position: center;
}

.lovebalance_container {
    width: 370px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background: #f8f8f8;
    overflow: hidden;
}

.lovebalance_container>form {
    width: 100%;
    height: 100%;
}

/* header */

.lovebalance_header {
    height: 70px;
    padding: 26px 29px;
    position: relative;
    z-index: 2;
    background: #1e39b4;
}

.lovebalance_header h1 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 21px;
}

.lovebalance_header h1 a {
    color: #fff;
}

.lovebalance_header h1 svg {
    position: relative;
    width: 128px;
    vertical-align: middle;
    top: -1px;
}

.lovebalance_header h1 svg path {
    fill: #fff !important;
}

.lovebalance_logo {
    display: none;
    width: 149px;
    height: 21px;
}

.lovebalance_logo a {
    display: block;
    outline: none
}

body:not(.use_mouse) .lovebalance_logo a:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.lovebalance_logo svg {
    width: 100%;
    height: auto;
}

.lovebalance_close {
    width: 75px;
    height: 70px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

body:not(.use_mouse) .lovebalance_close:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.lovebalance_close:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e945';
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 73px;
    color: #fff;
}

.lovebalance_home {
    display: none;
    width: 75px;
    height: 70px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.lovebalance_home:after {
    display: block;
    width: 100%;
    font-family: 'jt-font';
    content: '\e943';
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 75px;
    color: #fff;
}

/* content */

.lovebalance_content {
    width: 100%;
    height: -webkit-calc(100% - 130px * 1);
    height: calc(100% - 130px * 1);
    position: relative;
    z-index: 1;
}

.lovebalance_content:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient( 0deg, transparent 0%, #f8f8f8 50%);
    z-index: 1;
    display: none;
}

.lovebalance_content_inner {
    width: 100%;
    height: 100%;
    position: relative;
}

html.ios .lovebalance_content_inner {
    width: 1px;
    min-width: 100%;
}

.lovebalance_content_workspace {
    width: 100%;
    padding: 70px 30px 30px;
    position: relative;
    overflow: hidden;
}

/* footer */

.lovebalance_footer {
    height: 60px;
    position: relative;
    font-size: 0;
    background: #1e39b4;
    /* overflow: hidden; */
    z-index: 2;
}

.lovebalance_container .lovebalance_footer .jt_share_wrap {
    width: 100%;
    padding: 0 6px;
    z-index: 2;
}

.lovebalance_container .lovebalance_footer .jt_share_wrap .jt_share_copynote {
    opacity: 0;
    visibility: hidden;
}

.lovebalance_share_title {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    padding: 0 12px 0 24px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 61px;
    color: #fff;
}

.lovebalance_container .lovebalance_footer .jt_share {
    display: inline-block;
    vertical-align: top;
    position: static;
    padding: 0 7px;
    opacity: 1;
    visibility: visible;
}

.lovebalance_container .lovebalance_footer .jt_share .jt_share_sns {
    display: inline-block;
    width: 46px;
    height: 60px;
    margin: 0;
}

.lovebalance_container .lovebalance_footer .jt_share .jt_share_sns:after {
    line-height: 61px;
    color: rgba(255, 255, 255, 0.4);
}

html.desktop .lovebalance_container .lovebalance_footer .jt_share .jt_share_sns:hover:after {
    color: #fff;
}

.lovebalance_container .jt_share .custom_element_cursor_point {
    display: none !important;
}

.lovebalance_container .jt_share_copynote {
    width: 290px;
    padding: 21px 15px;
    position: fixed;
    bottom: 80px;
    left: 50%;
    margin-left: -145px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    z-index: 501;
}

.lovebalance_container .jt_share_copynote p {
    font-size: 15px;
    word-break: break-all;
}

.lovebalance_container .jt_share_copynote p br {
    display: block;
}

.lovebalance_container .jt_share_copynote p>span {
    font-size: 14px;
}

/* first init */

.lovebalance_container.ready .lovebalance_bubble {
    display: block;
}

.lovebalance_container.ready .lovebalance_header {
    background: transparent;
}

.lovebalance_container.ready .lovebalance_header h1 {
    opacity: 0;
    visibility: hidden;
}

.lovebalance_container.ready .lovebalance_logo {
    display: block;
}

.lovebalance_container.ready .lovebalance_close:after {
    color: #222;
}

.lovebalance_container.ready .lovebalance_home:after {
    color: #222;
}

.lovebalance_container.ready .lovebalance_progressbar {
    display: none;
}

.lovebalance_container.ready .lovebalance_content {
    height: -webkit-calc(100% - 130px * 1);
    height: calc(100% - 130px * 1);
}

.lovebalance_container.ready .lovebalance_content:before {
    opacity: 0;
}

.lovebalance_container.ready .lovebalance_content_workspace {
    height: -webkit-calc(100vh - 130px * 1);
    height: calc(100vh - 130px * 1);
}

/* loading */

.lovebalance_loading {
    display: none;
    padding-bottom: 30px;
    font-size: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.lovebalance_loading>span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #1e39b4;
    border-radius: 50%;
    -webkit-animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
}

.lovebalance_loading>span:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.lovebalance_loading>span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.lovebalance_loading>span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/* intro */

.lovebalance_section_intro {
    display: table;
    width: 100%;
    height: 100%;
}

.lovebalance_section_intro_inner {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 70px;
}

.lovebalance_section_intro b {
    display: block;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.27;
    color: #1e39b4;
}

.lovebalance_section_intro p {
    margin: 12px 0 35px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.26;
    color: #666;
}

.lovebalance_section_intro figure {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
    padding-top: 355px;
    margin-bottom: 15px;
}

.lovebalance_section_intro img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 419px;
    margin: 0;
}

.lovebalance_start_btn {
    width: 94%;
    padding: 18px 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #fff;
    background: #1e39b4;
    border: 2px solid #1e39b4;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
}

/* body:not(.use_mouse) .lovebalance_start_btn:focus { outline: -webkit-focus-ring-color auto 5px;} */

html.desktop .lovebalance_start_btn:hover {
    color: #1e39b4;
    background: #fff;
    border-color: #1e39b4;
}

/* PROGRESS BAR */

.lovebalance_progressbar {
    position: relative;
    height: 60px;
    position: absolute;
    width: -webkit-calc(100% - 40px * 1);
    width: calc(100% - 40px * 1);
    margin: 0 18px;
    background: #f8f8f8;
    z-index: 10;
}

.lovebalance_progressbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    width: -webkit-calc(100% + 40px * 1);
    width: calc(100% + 40px * 1);
    height: 100%;
    background: #f8f8f8;
}

.lovebalance_progressbar:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -18px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px * 1);
    height: 15px;
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(248, 248, 248, 0)), to(rgba(248, 248, 248, 1)));
    background: -o-linear-gradient( bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient( 0deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 100%);
    z-index: 1;
}

.lovebalance_progressbar_emoji {
    position: absolute;
    top: 12px;
    left: 0;
    width: 36px;
    height: 36px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lovebalance_progressbar_line {
    position: absolute;
    top: 25px;
    left: 0;
    width: -webkit-calc(100% + 36px * 1);
    width: calc(100% + 36px * 1);
    height: 10px;
    left: -18px;
    font-size: 0;
    background: #e8e8e8;
    border-radius: 5px;
    /* background: url(../images/sub/lovebalance/lovebalance-progress-line.svg) repeat-x; background-size: 387.7px 8.3px; */
}

.lovebalance_progressbar_line.point {
    position: relative;
    width: 0%;
    overflow: hidden;
    /* background-image: url(../images/sub/lovebalance/lovebalance-progress-line-point.svg); */
    background: #1e39b4;
    border-radius: 5px 0 0 5px;
}

/* component */

.lovebalance_content_workspace .swiper-button-next,
.lovebalance_content_workspace .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background: none;
    outline: none;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.lovebalance_content_workspace .swiper-button-next:after,
.lovebalance_content_workspace .swiper-button-prev:after {
    font-family: 'jt-font';
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #aaa;
}

.lovebalance_content_workspace .swiper-button-prev:after {
    content: '\e939';
}

.lovebalance_content_workspace .swiper-button-next:after {
    content: '\e93a';
}

.lovebalance_content_workspace .swiper-button-next.swiper-button-disabled,
.lovebalance_content_workspace .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.lovebalance_msg_row {
    margin-top: 40px;
}

.lovebalance_msg_row:first-child {
    margin-top: 0;
}

.lovebalance_msg_row.answer {
    margin-top: 35px;
}

.lovebalance_msg_row.result {
    margin-top: 10px;
}

.lovebalance_msg_row.question+.lovebalance_msg_row.question {
    margin-top: 32px;
}

.lovebalance_msg_row.choice+.lovebalance_msg_row.choice {
    margin-top: 5px;
}

.lovebalance_author {
    margin-bottom: 10px;
}

.lovebalance_thumb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.lovebalance_profile {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.lovebalance_profile b {
    display: inline-block;
    vertical-align: baseline;
    padding-right: 9px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #1e39b4;
}

.lovebalance_profile time {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #999;
}

.lovebalance_thumb+.lovebalance_profile {
    margin-top: -3px;
}

.lovebalance_msg {
    font-size: 0;
    /* display: flex; align-items: flex-end; flex-wrap: wrap; */
}

.lovebalance_msg:after {
    content: '';
    display: table;
    clear: both;
}

.lovebalance_msg_item {
    float: left;
    clear: both;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px 17px 20px;
    background: #fff;
    border-radius: 0 20px 20px 20px;
    border: 2px solid #000;
}

.lovebalance_msg_item+.lovebalance_msg_item,
.lovebalance_result_slide_wrap+.lovebalance_msg_item {
    margin-top: 10px;
}

.lovebalance_msg_item.last {
    position: relative;
    margin-right: 36px;
}

.lovebalance_msg_item.last .lovebalance_msg_share_wrap {
    position: absolute;
    bottom: 14px;
    right: -38px;
}

.lovebalance_msg_item.last .lovebalance_msg_share_btn {
    margin-left: 0;
    margin-bottom: 0;
}

.lovebalance_msg p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    color: #000;
}

.lovebalance_msg p u {
    display: inline-block;
    padding-top: 5px;
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    color: #1e39b4;
}

.lovebalance_msg p img {
    display: inline-block;
    vertical-align: sub;
}

.lovebalance_msg p span {
    font-weight: 600;
    color: #1e39b4;
}

.lovebalance_msg p.choice_data {
    margin: 8px -2px 17px;
}

.lovebalance_msg p.choice_data em {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    padding: 15px 19px;
    font-weight: 500;
    color: #fff;
    background: #1e39b4;
    border-radius: 20px;
}

.lovebalance_msg_row.answer .lovebalance_author {
    margin-bottom: 7px;
}

.lovebalance_msg_row.answer .lovebalance_profile time {
    padding-right: 18px;
}

.lovebalance_msg_row.answer .lovebalance_profile time:after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    font-family: 'jt-font';
    content: '\e930';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    color: #000;
    opacity: .6;
}

.lovebalance_msg_row.choice,
.lovebalance_msg_row.answer {
    text-align: right;
}

.lovebalance_msg_row.answer .lovebalance_choice_item {
    text-align: center;
}

.lovebalance_choice {
    margin: -5px;
    font-size: 0;
}

.lovebalance_choice_item {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.lovebalance_choice_item a,
.lovebalance_choice_item span {
    display: block;
    padding: 13px 18px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    border: 2px solid #63bafd;
    border-radius: 20px 0 20px 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lovebalance_choice_item span {
    color: #fff;
    background: #2c99fe;
    border-color: #2c99fe;
    text-align: left;
}

.lovebalance_choice_item a {
    color: #63bafd;
    background: #fff;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.lovebalance_choice_item a[data-role="back"],
.lovebalance_choice_item a[data-role="first"] {
    color: #888;
    border-color: #ddd;
}

html.desktop .lovebalance_choice_item a:hover {
    color: #fff;
    background: #2c99fe;
    border-color: #2c99fe;
}

html.desktop .lovebalance_choice_item a[data-role="back"]:hover,
html.desktop .lovebalance_choice_item a[data-role="first"]:hover {
    color: #888;
    background: #ddd;
    border-color: #ddd;
}

.lovebalance_choice_item.full {
    width: -webkit-calc(100% - 10px * 1);
    width: calc(100% - 10px * 1);
    text-align: center;
}

.lovebalance_choice_item.secondary a {
    border-color: #1d39b4;
    color: #1d39b4;
}

.lovebalance_choice_item.secondary span {
    border-color: #1d39b4;
    background: #1d39b4;
}

html.desktop .lovebalance_choice_item.secondary a:hover {
    border-color: #1d39b4;
    background: #1d39b4;
}

.lovebalance_choice_item.tertiary.tertiary a {
    color: #888;
    border-color: #ddd;
}

html.desktop .lovebalance_choice_item.tertiary.tertiary a:hover {
    color: #888;
    background: #ddd;
    border-color: #ddd;
}

.lovebalance_msg.result {
    position: relative;
    display: block;
    align-items: unset;
    flex-wrap: unset;
    background: #fff;
    border-radius: 0 20px 20px 20px;
    border: 2px solid #000;
    overflow: hidden;
}

.lovebalance_msg.result .lovebalance_result {
    position: relative;
}

.lovebalance_msg.result .lovebalance_result_card {
    position: relative;
    padding: 20px;
    border-radius: 10px;
}

.lovebalance_msg.result .lovebalance_result_card>b {
    font-size: 18px;
    font-weight: 600;
    color: #1e39b4;
    letter-spacing: -0.025em;
    line-height: 1.45;
    padding-top: 1px;
    display: block;
    margin-top: 24px;
    margin-bottom: 7px;
}

.lovebalance_msg.result .lovebalance_result_card>b img.emoji {
    margin-right: 6px;
}

.lovebalance_msg.result .lovebalance_result_card>p {
    color: #000;
    font-size: 14px;
    line-height: 1.58;
}

.lovebalance_msg.result .lovebalance_result_card>p>a.more {
    display: none;
}

.lovebalance_msg.result .lovebalance_result_card>p>span {
    color: inherit;
    font-weight: 500;
}

.lovebalance_msg.result .lovebalance_result_card p.choice_data em {
    background-color: #fff;
    color: #666;
    padding: 11px 12px 12px;
    margin-bottom: 6px;
    min-width: 77px;
    text-align: center;
    font-size: 14px;
}

.lovebalance_msg.result .lovebalance_result_card .lovebalance_color_box {
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 14px;
    padding: 14px 0;
}

.lovebalance_msg.result .lovebalance_result_card .lovebalance_color_box figure {
    position: relative;
}

.lovebalance_msg.result .lovebalance_result_card .lovebalance_color_box svg {
    width: 104px;
    height: 104px;
}

.lovebalance_msg.result .lovebalance_result_card .lovebalance_color_box figure i {
    font-style: normal;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 19px;
    margin-top: -12px;
}

.lovebalance_msg.result .lovebalance_result_card_inner {
    display: block;
    width: 100%;
    height: 166px;
    position: relative;
    margin-top: 10px;
    padding-bottom: 20px;
}

.lovebalance_msg.result .lovebalance_result_card_inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/sub/lovebalance/lovebalance-dot-bg.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lovebalance_msg.result figure.lovebalance_result_card_txt {
    height: 100%;
}

.lovebalance_msg.result figure.lovebalance_result_card_txt img {
    max-width: none;
    max-height: 100%;
    width: auto;
}

.lovebalance_msg.result figure.lovebalance_result_card_img {
    position: absolute;
    top: 0;
    right: 0;
    height: -webkit-calc(100% - 20px * 1);
    height: calc(100% - 20px * 1);
}

.lovebalance_msg.result figure.lovebalance_result_card_img img {
    max-width: none;
    max-height: 100%;
    width: auto;
}

.lovebalance_result_more {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.lovebalance_result_more:after {
    content: '\e956';
    font-family: 'jt-font';
    font-size: 25px;
    color: #aaa;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
}

.lovebalance_result_close {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 1;
    display: none;
    background: #1e39b4;
    border-radius: 3px;
}

.lovebalance_result_close:after {
    content: '\e925';
    font-family: 'jt-font';
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 28px;
    animation: twinkle_scale 2s infinite;
}

html.mobile .lovebalance_result_close {
    right: 6px;
}

.lovebalance_result_chemistry {
    margin: 20px 0 0;
    font-size: 0;
}

.lovebalance_result_chemistry>li {
    display: inline-block;
    width: -wekbit-calc(50% - 10px * 1);
    width: calc(50% - 10px * 1);
    text-align: center;
}

.lovebalance_result_chemistry>li+li {
    margin-left: 20px;
}

.lovebalance_result_chemistry>li figure+figure {
    margin-top: 13px;
}

@keyframes twinkle_scale {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.16);
    }
    16% {
        transform: scale(0.86);
    }
    22% {
        transform: scale(1);
    }
}

.lovebalance_card_btn {
    margin: 12px -5px 0;
    text-align: center;
}

.lovebalance_card_btn:after {
    content: '';
    display: table;
    clear: both;
}

.lovebalance_card_btn>li {
    float: left;
    width: 50%;
    padding: 0 5px
}

.lovebalance_card_btn>li>a {
    display: block;
    width: 100%;
    padding: 17px 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    background: #e8e6f7;
    color: #1e39b4;
    border-radius: 10px;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.lovebalance_card_btn>li.share>a {
    background: #1e39b4;
    color: #fff;
}

html.desktop .lovebalance_card_btn>li>a:hover {
    background: #d5d3ec;
}

html.desktop .lovebalance_card_btn>li.share>a:hover {
    background: #1b2e86;
}

/* popup */

.lovebalance_result_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: calc(100% - 50px);
    background: #fff;
    z-index: 501;
    max-width: 310px;
    max-height: 728px;
    /* overflow-x: hidden; overflow-y: scroll; border: 2px solid #000; */
    overflow: hidden;
}

.lovebalance_result_popup_inner {
    height: 100%;
    border: 2px solid #000;
    overflow-x: hidden;
    overflow-y: scroll;
}

.lovebalance_result_popup .lovebalance_msg.result {
    border: 0;
    border-radius: 0;
}

.lovebalance_result_popup .lovebalance_result_more {
    display: none;
}

.lovebalance_result_popup .lovebalance_result_close {
    display: block;
}

.lovebalance_result_popup .lovebalance_card_btn {
    display: none;
}

.lovebalance_result_popup .lovebalance_result_share_wrap {
    display: none;
}

.lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p {
    display: flex;
    align-items: flex-end;
    overflow-wrap: break-word;
}

.lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p>span.explain {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    max-height: 4.74em;
}

.lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p>a.more {
    display: -webkit-inline-box;
    color: #999;
    position: relative;
}

.lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p.expand {
    display: block;
}

.lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p.expand span.explain {
    display: inline;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: auto;
    word-break: keep-all;
    max-height: none;
}

.lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p.expand span.explain+a.more {
    /* display: none; */
    display: inline;
}

/* html.ios .lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card > p.expand span.explain + a.more {top: 0;} */

.lovebalance_result_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 501;
    display: none;
}

html.mobile .lovebalance_result_popup {
    max-width: 345px;
}

.lovebalance_card_finder_btn {
    display: block;
    margin: 0 -20px;
    padding: 23px 24px 24px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #1e39b4;
    border: none;
    border-radius: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.lovebalance_card_finder_btn>span {
    display: inline-block;
    padding-right: 21px;
    position: relative;
}

.lovebalance_card_finder_btn>span:after {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -14px;
    font-family: 'jt-font';
    content: '\e951';
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

.lovebalance_result_recheck {
    background: #1e39b4;
    border-radius: 10px 10px 12px 12px;
}

.lovebalance_result_recheck em {
    display: block;
    padding: 37px 23px 35px;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.lovebalance_result_recheck_btn {
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
}

.lovebalance_result_recheck_btn:after {
    content: '';
    display: table;
    clear: both;
}

.lovebalance_result_recheck_btn img {
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 3px;
}

.lovebalance_result_recheck_btn>a {
    float: left;
    width: 50%;
    display: block;
    padding: 19px 0 21px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #666;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.lovebalance_result_recheck_btn>a>span {
    display: inline-block;
    vertical-align: middle;
}

.lovebalance_result_recheck_btn>a.lovebalance_result_recheck_no {
    color: #1e39b4;
    border-left: 1px solid #ddd;
}

html.desktop .lovebalance_result_recheck_btn>a:hover {
    background: #f4f5fb;
}

.lovebalance_msg.result .wish_blue {
    background-color: #1e39b4;
}

.lovebalance_msg.result .wish_blue .lovebalance_color_box svg path {
    fill: #1e39b4;
}

.lovebalance_msg.result .calm_navy {
    background-color: #21385a;
}

.lovebalance_msg.result .calm_navy .lovebalance_color_box svg path {
    fill: #21385a;
}

.lovebalance_msg.result .grape_purple {
    background-color: #4d2c52;
}

.lovebalance_msg.result .grape_purple .lovebalance_color_box svg path {
    fill: #4d2c52;
}

.lovebalance_msg.result .pastel_lilac {
    background-color: #b8aaca;
}

.lovebalance_msg.result .pastel_lilac .lovebalance_color_box svg path {
    fill: #b8aaca;
}

.lovebalance_msg.result .pale_turquoise {
    background-color: #9ecccc;
}

.lovebalance_msg.result .pale_turquoise .lovebalance_color_box svg path {
    fill: #9ecccc;
}

.lovebalance_msg.result .stormy_blue {
    background-color: #52839d;
}

.lovebalance_msg.result .stormy_blue .lovebalance_color_box svg path {
    fill: #52839d;
}

.lovebalance_msg.result .greenery {
    background-color: #81aa41;
}

.lovebalance_msg.result .greenery .lovebalance_color_box svg path {
    fill: #81aa41;
}

.lovebalance_msg.result .pale_chartreuse {
    background-color: #bbc722;
}

.lovebalance_msg.result .pale_chartreuse .lovebalance_color_box svg path {
    fill: #bbc722;
}

.lovebalance_msg.result .living_coral {
    background-color: #f76d5f;
}

.lovebalance_msg.result .living_coral .lovebalance_color_box svg path {
    fill: #f76d5f;
}

.lovebalance_msg.result .radiant_raspberry {
    background-color: #c7386d;
}

.lovebalance_msg.result .radiant_raspberry .lovebalance_color_box svg path {
    fill: #c7386d;
}

.lovebalance_msg.result .avocado_green {
    background-color: #635f30;
}

.lovebalance_msg.result .avocado_green .lovebalance_color_box svg path {
    fill: #635f30;
}

.lovebalance_msg.result .moss_green {
    background-color: #4f5432;
}

.lovebalance_msg.result .moss_green .lovebalance_color_box svg path {
    fill: #4f5432;
}

.lovebalance_msg.result .melon_yellow {
    background-color: #efc159;
}

.lovebalance_msg.result .melon_yellow .lovebalance_color_box svg path {
    fill: #efc159;
}

.lovebalance_msg.result .mellow_mauve {
    background-color: #946173;
}

.lovebalance_msg.result .mellow_mauve .lovebalance_color_box svg path {
    fill: #946173;
}

.lovebalance_msg.result .dusty_rose {
    background-color: #d9aeaa;
}

.lovebalance_msg.result .dusty_rose .lovebalance_color_box svg path {
    fill: #d9aeaa;
}

.lovebalance_msg.result .royal_plum {
    background-color: #69456e;
}

.lovebalance_msg.result .royal_plum .lovebalance_color_box svg path {
    fill: #69456e;
}

.lovebalance_msg.result .autumn_gold {
    background-color: #b0995e;
}

.lovebalance_msg.result .autumn_gold .lovebalance_color_box svg path {
    fill: #b0995e;
}

.lovebalance_msg.result .warm_olive {
    background-color: #888752;
}

.lovebalance_msg.result .warm_olive .lovebalance_color_box svg path {
    fill: #888752;
}

.lovebalance_result_slide_wrap {
    margin: 0 -30px;
    padding: 0 25px;
}

.lovebalance_result_slide .swiper-slide {
    clear: both;
    width: 302px;
    padding: 0 5px;
    overflow: hidden;
}

.lovebalance_result_slide .lovebalance_result_slide_title {
    background-color: #e3edf6;
    padding: 15px 20px 14px;
    border-radius: 10px 10px 0 0;
}

.lovebalance_result_slide .lovebalance_result_slide_title figure {
    display: inline-block;
}

.lovebalance_result_slide .lovebalance_result_slide_title figure img {
    padding-top: 2px;
}

.lovebalance_result_slide figure.lovebalance_result_slide_icon_heart {
    width: 20px;
    height: 19px;
}

.lovebalance_result_slide figure.lovebalance_result_slide_icon_lip {
    width: 24px;
    height: 16px;
}

.lovebalance_result_slide figure.lovebalance_result_slide_icon_flower {
    width: 17px;
    height: 21px;
}

.lovebalance_result_slide figure.lovebalance_result_slide_icon_fire {
    width: 16px;
    height: 21px;
}

.lovebalance_result_slide .lovebalance_result_slide_title b {
    font-size: 20px;
    color: #1e39b4;
    padding-left: 11px;
    vertical-align: middle;
}

.lovebalance_result_slide .lovebalance_result_slide_title+p {
    padding: 12px 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    letter-spacing: -0.025em;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    word-break: break-all;
}

.lovebalance_msg.result .lovebalance_msg_item+.lovebalance_msg_item,
.lovebalance_msg.result .lovebalance_result_slide_wrap+.lovebalance_msg_item {
    background-color: #fff;
}

.lovebalance_msg.result .lovebalance_msg_item+.lovebalance_msg_item p,
.lovebalance_msg.result .lovebalance_result_slide_wrap+.lovebalance_msg_item p {
    color: #666;
}

.lovebalance_msg.result .lovebalance_msg_item.result_proposal {
    overflow: hidden;
    margin-right: 84px;
    position: relative;
}

.lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn {
    width: -webkit-calc(100% + 44px * 1);
    width: calc(100% + 44px * 1);
    display: block;
    background-color: #d6ebff;
    margin: 16px -24px -17px -20px;
    padding: 16px 20px 19px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    -webkit-transition: .3s;
    transition: .3s;
}

.lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    position: relative;
    padding-right: 21px;
    -webkit-transition: .3s;
    transition: .3s;
}

.lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn span:after {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -7px;
    top: 50%;
    font-family: 'jt-font';
    line-height: 1;
    font-weight: normal;
    color: #1e39b4;
    -webkit-transition: .3s;
    transition: .3s;
}

.lovebalance_msg.result .lovebalance_msg_item.result_share .lovebalance_result_btn span:after {
    content: '\e91e';
    font-size: 28px;
    margin-top: -13px;
}

.lovebalance_msg.result .lovebalance_msg_item.find_color .lovebalance_result_btn span:after {
    content: '\e951';
    font-size: 17px;
    margin-top: -7px;
}

html.desktop .lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn:hover {
    background-color: #1e39b4;
}

html.desktop .lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn:hover span,
html.desktop .lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn:hover span:after {
    color: #fff;
}

.lovebalance_msg_share_wrap {
    position: relative;
}

.lovebalance_msg_share {
    display: block;
    width: 190px;
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -35px;
    font-size: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.lovebalance_msg_share:after {
    content: '';
    width: 10px;
    height: 8px;
    position: absolute;
    right: 30px;
    bottom: -8px;
    background: url(../images/sub/psychological/finder-product-clipnote.svg) no-repeat center center;
    background-size: cover;
}

.lovebalance_msg_share_btn {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: #8c9fb0;
    border-radius: 50%;
    margin-left: 10px;
    margin-bottom: 14px;
    font-style: normal;
}

.lovebalance_msg_share_btn:after {
    content: '\e955';
    font-family: 'jt-font';
    font-size: 11px;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 26px;
    display: block;
    text-align: center;
    letter-spacing: 0;
}

.lovebalance_msg_share_icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: #8c9fb0;
    border-radius: 50%;
    margin-top: -7px;
    margin-left: 6px;
    font-style: normal;
}

.lovebalance_msg_share_icon:after {
    content: '\e955';
    font-family: 'jt-font';
    font-size: 11px;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 26px;
    display: block;
    text-align: center;
    letter-spacing: 0;
}

.lovebalance_msg_share_clip {
    width: -webkit-calc(100% - 40px * 1);
    width: calc(100% - 40px * 1);
    padding: 21px 15px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.025em;
    text-align: center;
    word-break: break-all;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    z-index: 501;
    opacity: 0;
    visibility: hidden;
}

.lovebalance_msg_share_wrap .lovebalance_msg_share_clip {
    width: 290px;
    left: 50%;
    bottom: 80px;
    color: #fff;
    margin-left: -145px;
}

.lovebalance_result_share {
    display: block;
    width: 190px;
    position: absolute;
    bottom: 65px;
    right: 36px;
    font-size: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.lovebalance_result_share:after {
    content: '';
    width: 10px;
    height: 8px;
    position: absolute;
    right: 42px;
    bottom: -8px;
    background: url(../images/sub/psychological/finder-product-clipnote.svg) no-repeat center center;
    background-size: cover;
}

.lovebalance_share {
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 60px;
    position: relative;
}

.lovebalance_share:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'jt-font';
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    color: #888;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.lovebalance_share.lovebalance_share_kakao:after {
    content: '\e923';
}

.lovebalance_share.lovebalance_share_facebook:after {
    content: '\e916';
}

.lovebalance_share.lovebalance_share_twitter:after {
    content: '\e919';
    font-size: 19px;
}

.lovebalance_share.lovebalance_share_link:after {
    content: '\e924';
    font-size: 16px;
}

html.desktop .lovebalance_share:hover:after {
    color: #1e39b4;
}

.lovebalance_result_share_clip {
    width: -webkit-calc(100% - 40px * 1);
    width: calc(100% - 40px * 1);
    padding: 21px 15px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.025em;
    text-align: center;
    word-break: break-all;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    z-index: 501;
    opacity: 0;
    visibility: hidden;
}

.lovebalance_result_share_wrap .lovebalance_result_share_clip {
    width: 290px;
    left: 50%;
    bottom: 80px;
    color: #fff;
    margin-left: -145px;
}

.lovebalance_msg.result .lovebalance_result_slide_wrap+.lovebalance_msg_item p.lovebalance_result_share_clip {
    color: #fff;
}

.lovebalance_let_colorfinder {
    background-color: #2c99ff;
    margin-top: 11px;
    padding: 15px 15px 17px 19px;
    border-radius: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.lovebalance_let_colorfinder span {
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.025em;
    position: relative;
    padding-right: 19px;
}

.lovebalance_let_colorfinder span:after {
    content: '\e951';
    font-family: 'jt-font';
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

html.desktop .lovebalance_let_colorfinder:hover {
    background-color: #1e39b4;
}

.lovebalance_msg.result .lovebalance_msg_item+.lovebalance_msg_item.go_back {
    padding: 0;
    background-color: transparent;
    clear: both;
    float: right;
    margin-right: 0;
    margin-top: 40px;
}

.lovebalance_msg.result .lovebalance_msg_item+.lovebalance_msg_item.go_back a {
    display: block;
    padding: 13px 18px;
    font-size: 16px;
    color: #63bafd;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.62;
    border: 2px solid #63bafd;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.lovebalance_msg.result .lovebalance_msg_item+.lovebalance_msg_item.go_back a:hover {
    color: #fff;
    background: #2c99fe;
    border-color: #2c99fe;
}

.lovebalance_msg_row .lovebalance_msg.result.error .lovebalance_msg_item p {
    color: #666;
}

.postid-834 .single_btn_wrap .jt_btn_basic {
    color: #fff;
    background-color: #222;
    border-color: #222;
    -webkit-transition: .3s;
    transition: .3s;
}

.postid-834 .single_btn_wrap .jt_btn_basic:hover {
    background-color: #1d39b4;
    border-color: #1d39b4;
}

html.ios .lovebalance_item_colorfinder_info.lovebalance_msg_item,
.lovebalance_item_colorfinder_info.lovebalance_msg_item {
    width: 270px;
    padding-bottom: 0;
}

.lovebalance_item_colorfinder_info_txt {
    margin: -15px -20px 0;
    padding: 46px 20px 42px;
    background: url(../images/sub/psychological/psychological-msg-bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0 20px 0 0;
}

.lovebalance_item_colorfinder_info_txt b {
    display: block;
    font-size: 27px;
    letter-spacing: -0.025em;
    line-height: 1.3;
    font-weight: 600;
    color: #1d39b4;
}

.lovebalance_item_colorfinder_info .lovebalance_card_finder_btn {
    border-radius: 0 0 20px 20px;
}

.lovebalance_banner {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: 83px;
    background: #e3edf6;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .1s;
}

.lovebalance_banner a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px 27px;
}

.lovebalance_banner b {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #1e39b4;
}

.lovebalance_banner p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #222;
}

.lovebalance_banner i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 100%;
    background: url(../images/sub/psychological/psychological-banner.png) no-repeat left center;
    background-size: auto 100%;
}

.lovebalance_container.use_banner .lovebalance_banner {
    opacity: 1;
    visibility: visible;
}

.lovebalance_container.use_banner .lovebalance_content_workspace {
    padding-bottom: 30px;
}

.lovebalance_msg .colorfinder_product_data {
    border: 2px solid #000;
}

/* 추천제품 */

.lovebalance_product_card {
    display: none;
    width: -webkit-calc(100% - 20px * 1);
    width: calc(100% - 20px * 1);
    height: -webkit-calc(100% - 20px * 1);
    height: calc(100% - 20px * 1);
    max-height: 570px;
    padding: 41px 20px 0;
    position: fixed;
    left: 10px;
    bottom: 70px;
    text-align: center;
    background: #1e39b4;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}

.lovebalance_product_card>b {
    display: block;
    font-size: 32px;
    line-height: 1.32;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #fff;
}

.lovebalance_product_card>p {
    display: block;
    margin: 7px 0 34px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #fff;
}

.lovebalance_product_data {
    position: relative;
    background: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #000;
}

.lovebalance_product_data>b {
    padding: 0 30px;
    margin: 16px 0 25px;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.025em;
    text-overflow: ellipsis;
    color: #1e39b4;
    height: 2.6em;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lovebalance_product_btn {
    background: #fff;
    border-top: 1px solid #ddd;
}

.lovebalance_product_btn:after {
    content: '';
    display: table;
    clear: both;
}

.lovebalance_product_btn>li {
    float: left;
    width: 50%;
}

.lovebalance_product_btn>li:first-child {
    border-right: 1px solid #ddd;
}

.lovebalance_product_btn>li>a {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #1e39b4;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.lovebalance_product_btn>li.share>a>span {
    display: inline-block;
    padding-right: 21px;
    position: relative;
}

.lovebalance_product_btn>li.share>a>span:after {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -13px;
    font-family: 'jt-font';
    content: '\e91e';
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
    color: #1e39b4;
}

html.desktop .lovebalance_product_btn>li>a:hover {
    background: #f4f5fb;
}

.lovebalance_product_restart {
    display: inline-block;
    padding: 13px 24px;
    margin: 17px 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #fff;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.lovebalance_product_restart>span {
    display: inline-block;
    padding-right: 22px;
    position: relative;
}

.lovebalance_product_restart>span:after {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -14px;
    font-family: 'jt-font';
    content: '\e93b';
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

html.desktop .lovebalance_product_restart:hover>span:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform ease-out .45s;
    transition: -webkit-transform ease-out .45s;
    transition: transform ease-out .45s;
    transition: transform ease-out .45s, -webkit-transform ease-out .45s;
}

.lovebalance_product_close {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 13px;
    right: 12px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}

.lovebalance_product_close:after {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'jt-font';
    content: '\e925';
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.lovebalance_product_share {
    display: block;
    width: 190px;
    position: absolute;
    bottom: 58px;
    right: 30px;
    font-size: 0;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.lovebalance_product_share:after {
    content: '';
    width: 10px;
    height: 8px;
    position: absolute;
    right: 42px;
    bottom: -8px;
    background: url(../images/sub/colorfinder/finder-product-clipnote.svg) no-repeat center center;
    background-size: cover;
}

.lovebalance_product_share_clip {
    width: -webkit-calc(100% - 40px * 1);
    width: calc(100% - 40px * 1);
    padding: 21px 15px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.025em;
    text-align: center;
    word-break: break-all;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    z-index: 501;
    opacity: 0;
    visibility: hidden;
}

/* 전체 제품보기 */

.lovebalance_product_slide_wrap {
    clear: both;
    margin: 0 -30px;
    padding-top: 10px;
}

.lovebalance_product_slide_wrap .swiper-slide {
    width: auto;
    padding: 0 5px;
}

.lovebalance_product_slide_wrap .lovebalance_product_data {
    width: 270px;
    border-radius: 8px;
}

.lovebalance_product_slide_wrap .swiper-slide:first-child {
    padding-left: 30px;
}

.lovebalance_product_slide_wrap .swiper-slide:last-child {
    padding-right: 30px;
}

.lovebalance_content_workspace .lovebalance_product_slide_wrap .swiper-button-next:after,
.lovebalance_content_workspace .lovebalance_product_slide_wrap .swiper-button-prev:after {
    text-shadow: none;
    color: #1e39b4;
}

.lovebalance_product_slide_wrap .lovebalance_product_share_clip {
    /* width: -webkit-calc(100% + 20px * 1);width: calc(100% + 20px * 1); */
    position: absolute;
    left: 5%;
    bottom: 50px;
    color: #fff;
    width: 90%;
}

/* IE */

html.ie .lovebalance_msg_row.question {
    z-index: 1;
}

html.ie .lovebalance_product_slide_wrap .swiper-slide {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html.ie .lovebalance_choice_slide .lovebalance_choice_item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html.ie .lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p>a.more {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

html.ie .lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p>a.more:before {
    content: '...';
    color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* TYPE DETAIL */

html:not(.iframe) .lovebalance_container .lovebalance_close {
    display: none;
}

html:not(.iframe) .lovebalance_container:not(.ready) .lovebalance_home {
    display: block;
}

html.iframe .lovebalance_container {
    width: 100%;
}

/* MOBILE */

html.mobile .lovebalance_container {
    width: 100%;
    height: 100%;
    /* background-size: cover; */
}

html.mobile .lovebalance_container:not(.ready) .lovebalance_content_inner {
    overflow-y: auto;
    padding-bottom: 15px;
}

html.mobile .lovebalance_container.use_banner .lovebalance_content_workspace {
    padding-bottom: 15px;
}

html.mobile .lovebalance_header {
    height: 64px;
    padding: 22px 14px;
}

html.mobile .lovebalance_header h1 {
    font-size: 19px;
}

html.mobile.ios .lovebalance_header h1 svg {
    width: 112px;
    top: -1px;
}

html.mobile .lovebalance_close {
    width: 55px;
    height: 64px;
}

html.mobile .lovebalance_close:after {
    line-height: 64px;
}

html.mobile .lovebalance_home {
    width: 64px;
    height: 64px;
}

html.mobile .lovebalance_home:after {
    line-height: 64px;
}

html.mobile .lovebalance_footer {
    height: 54px;
}

html.mobile .lovebalance_share_title {
    height: 54px;
    padding: 0 10px 0 20px;
    line-height: 57px;
}

html.mobile.ios .lovebalance_share_title {
    line-height: 53px;
}

html.mobile .lovebalance_share {
    width: 46px;
}

html.mobile .lovebalance_container .lovebalance_footer .jt_share_wrap {
    padding: 0;
}

html.mobile .lovebalance_container .lovebalance_footer .jt_share {
    padding: 0 5px;
}

html.mobile .lovebalance_container .lovebalance_footer .jt_share .jt_share_sns {
    width: 40px;
    height: 54px;
}

html.mobile .lovebalance_container .lovebalance_footer .jt_share .jt_share_sns:after {
    line-height: 56px;
}

html.mobile.ios .lovebalance_container .lovebalance_footer .jt_share .jt_share_sns:after {
    line-height: 54px;
}

html.mobile .lovebalance_container .jt_share_copynote p {
    font-size: 14px;
}

html.ios .lovebalance_container .jt_share_copynote {
    padding-top: 18px;
    padding-bottom: 18px;
}

html.mobile .lovebalance_banner {
    bottom: 54px;
}

html.mobile .lovebalance_content {
    height: -webkit-calc(100% - 118px * 1);
    height: calc(100% - 118px * 1);
}

html.mobile .lovebalance_content_workspace {
    padding: 15px;
    padding-top: 70px;
}

html.mobile .lovebalance_container.ready .lovebalance_content_workspace {
    padding-top: 0;
    height: inherit;
}

html.ios .lovebalance_msg_item {
    padding: 14px 19px 12px 18px;
    border-radius: 0 26px 26px 26px;
}

html.mobile .lovebalance_thumb {
    width: 30px;
    margin-right: 5px;
}

html.mobile .lovebalance_profile b {
    padding-right: 8px;
    font-size: 16px;
}

html.mobile .lovebalance_profile time {
    font-size: 11px;
}

html.mobile .lovebalance_msg_row.answer .lovebalance_profile time:after {
    font-size: 18px;
}

html.mobile.ios .lovebalance_msg_row.answer .lovebalance_profile time:after {
    margin-top: -7px;
}

html.ios .lovebalance_msg_row.answer .lovebalance_profile time:after {
    line-height: 16px;
}

html.mobile .lovebalance_msg p {
    font-size: 15px;
}

html.mobile .lovebalance_msg p.choice_data em {
    padding: 10px 17px;
}

html.mobile .lovebalance_msg p u {
    font-size: 22px;
}

html.mobile .lovebalance_choice {
    margin: -3px;
}

html.mobile .lovebalance_choice_item {
    margin: 3px;
}

html.mobile .lovebalance_choice_item.full {
    width: -webkit-calc(100% - 6px * 1);
    width: calc(100% - 6px * 1);
    max-width: 375px;
}

html.mobile .lovebalance_choice_item a,
html.mobile .lovebalance_choice_item span {
    font-size: 15px;
}

html.ios .lovebalance_choice_item a,
html.ios .lovebalance_choice_item span {
    padding: 11px 15px;
}

html.mobile .lovebalance_result_slide_wrap {
    clear: both;
    padding: 10px 50px 0 25px;
}

html.mobile .lovebalance_msg.result {
    max-width: 375px;
}

html.mobile .lovebalance_msg_row .lovebalance_msg.result .lovebalance_msg_item {
    margin-right: 0;
    max-width: 320px;
}

html.mobile .lovebalance_msg_row .lovebalance_msg.result .lovebalance_msg_item p.choice_data em {
    padding: 15px 10px 14px;
}

html.mobile .lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn {
    padding: 16px 20px 18px
}

html.ios .lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn {
    padding: 16px 20px 20px;
}

html.mobile .lovebalance_msg.result .lovebalance_msg_item.result_proposal .lovebalance_result_btn span:after {
    margin-top: -8px;
}

html.mobile .lovebalance_msg.result .lovebalance_msg_item.result_share .lovebalance_result_btn span:after {
    margin-top: -14px;
}

html.mobile.ios .lovebalance_content_workspace .lovebalance_result_slide {
    z-index: -1;
}

html.mobile .lovebalance_result_slide .swiper-slide {
    width: 100%;
    max-width: 330px;
}

html.mobile .lovebalance_let_colorfinder {
    padding: 14px 15px 15px 19px;
}

html.mobile .lovebalance_let_colorfinder span:after {
    margin-top: -8px;
}

html.mobile .lovebalance_result_share {
    width: 220px;
}

html.mobile.ios .lovebalance_msg.result .lovebalance_result_card b img.emoji {
    margin-top: -3px;
}

html.ios .lovebalance_msg_share_icon {
    margin-top: -3px;
}

html.ios .lovebalance_msg_share_icon:after {
    line-height: 25px;
}

html.ios .lovebalance_msg_share_btn:after {
    line-height: 25px;
}

html.ios .lovebalance_result_recheck_btn>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

html.ios .lovebalance_result_recheck_btn img {
    vertical-align: middle;
}

html.ios .lovebalance_card_btn>li>a {
    padding-top: 18px;
    padding-bottom: 16px;
}

html.ios .lovebalance_card_finder_btn>span:after {
    margin-top: -15px;
}

html.ios .lovebalance_banner a {
    padding-top: 19px;
}

html.ios .lovebalance_result_popup .lovebalance_msg.result .lovebalance_result_card>p>a.more {
    top: 0;
}

html.mobile .lovebalance_loading {
    padding-bottom: 15px;
}

html.mobile .lovebalance_product_slide_wrap {
    margin: 0 -15px;
}

html.mobile .lovebalance_product_slide_wrap .swiper-slide:first-child {
    padding-left: 15px;
}

html.mobile .lovebalance_product_slide_wrap .swiper-slide:last-child {
    padding-right: 15px;
}

html.mobile .lovebalance_product_data>b {
    padding: 0 26px;
    margin: 15px 0 22px;
    font-size: 19px;
}

html.mobile .lovebalance_product_card {
    height: auto;
    max-height: inherit;
    position: absolute;
    bottom: 10px;
}

html.mobile .lovebalance_product_card>b {
    font-size: 29px;
}

html.mobile .lovebalance_product_card>p {
    margin-bottom: 28px;
    font-size: 15px;
}

html.mobile .lovebalance_product_btn>li>a {
    padding: 22px 0;
    font-size: 15px;
}

html.mobile .lovebalance_product_share {
    width: 200px;
}

html.mobile .lovebalance_share {
    width: 45px;
    height: 54px;
}

html.mobile .lovebalance_share:after {
    line-height: 54px;
}

html.mobile.ios .lovebalance_footer .colorfinder_share_title {
    line-height: 55px;
}

html.mobile.ios .lovebalance_footer .lovebalance_share_title {
    line-height: 55px;
}

html.mobile .lovebalance_section_intro_inner {
    padding-bottom: 10px;
}

html.mobile .lovebalance_section_intro b {
    font-size: 31px;
}

html.mobile .lovebalance_section_intro figure {
    padding-top: 297px;
    margin-bottom: 20px;
}

html.mobile .lovebalance_section_intro img {
    max-width: 350px;
}

html.mobile .lovebalance_start_btn {
    width: 86%;
    padding: 14px 10px;
    font-size: 18px;
    max-width: 380px;
}

html.mobile .lovebalance_container.ready .lovebalance_content {
    height: -webkit-calc(100% - 118px * 1);
    height: calc(100% - 118px * 1);
}

html.mobile .lovebalance_content_workspace .swiper-button-next,
html.mobile .lovebalance_content_workspace .swiper-button-prev {
    /*display: none !important;*/
}

html.mobile .lovebalance_progressbar {
    width: -webkit-calc(100% - 36px * 1);
    width: calc(100% - 36px * 1);
}

html.mobile .lovebalance_progressbar:before,
html.mobile .lovebalance_progressbar:after {
    width: -webkit-calc(100% + 36px * 1);
    width: calc(100% + 36px * 1);
}

html.mobile .lovebalance_content_workspace .swiper-button-next,
html.mobile .lovebalance_content_workspace .swiper-button-prev {
    display: none !important;
}

/* 인트로 모션 */

.lovebalance_section_intro_img-wrap {
    position: relative;
    width: calc(100% + 60px);
    padding-top: 355px;
    overflow: hidden;
    margin-left: -30px;
    margin-bottom: 20px;
}

.lovebalance_section_intro_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 419px;
    height: 355px;
    display: block;
}

.lovebalance_section_intro_img img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: none;
    vertical-align: top;
}

.lovebalance_section_intro_character_pink {
    position: absolute;
    bottom: 0;
    right: 22px;
    width: 164px;
    display: block;
}

.lovebalance_section_intro_character_green {
    position: absolute;
    top: 69px;
    left: 16px;
    width: 198px;
    display: block;
}

.lovebalance_section_intro_vs {
    position: absolute;
    top: 151px;
    left: 118px;
    width: 178px;
    display: block;
}

.lovebalance_section_intro_txt_green {
    position: absolute;
    top: 17px;
    left: 161px;
    width: 124px;
    display: block;
}

.lovebalance_section_intro_txt_pink {
    position: absolute;
    bottom: 10px;
    left: 78px;
    width: 146px;
    display: block;
}

.lovebalance_section_intro_heart_01 {
    position: absolute;
    top: 143px;
    right: 141px;
    width: 29px;
    display: block;
}

.lovebalance_section_intro_heart_02 {
    position: absolute;
    top: 121px;
    right: 116px;
    width: 23px;
    display: block;
}

.lovebalance_section_intro_bubble_01 {
    position: absolute;
    top: 0px;
    left: 48px;
    width: 66px;
    display: block;
}

.lovebalance_section_intro_bubble_02 {
    position: absolute;
    top: 46px;
    left: 94px;
    width: 14px;
    display: block;
}

.lovebalance_section_intro_bubble_03 {
    position: absolute;
    top: 53px;
    left: 112px;
    width: 12px;
    display: block;
}