.botton{
    color: #9C2F50;
}

h2{
    line-height: 4.8rem;
}

figure {
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

figure > img{
    transform: matrix(1, 0, 0, 1, 0, 0);
}

ul{
    visibility: inherit; opacity: 1;
}

.research_hue_product {
    width: 100%;
}

.jt_tabs_container {
    position: relative;
    padding-top: 105px;
    padding-bottom: 160px;
}

.jt_tabs {
    position: relative;
    z-index: 1;
}

.jt_tabs:after {
    content: '';
    display: table;
    clear: both;
}

.jt_tabs_menu {
    width: 60%;
    margin-left: -25px
}

.jt_tabs_menu li {
    display: inline-block;
    position: relative;
}

.jt_tabs_menu li a {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 18px;
    color: #666;
    letter-spacing: -0.01em;
}

.jt_tabs_menu li.active a {
    color: #9C2F50;
}

.jt_tabs_menu li a span {
    position: relative;
}

.jt_tabs_menu li a span:after {
    content: "";
    height: 2px;
    background: #9C2F50;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
}

.jt_tabs_menu li.active a span:after {
    opacity: 1;
}

.jt_tabs_panels {
    float: left;
    width: 45%;
    line-height: 3rem;
}

.jt_tabs_panels>div {
    display: none;
    min-height: 220px;
}

.jt_tabs_panels>div:first-child {
    display: block;
}

.jt_tabs_panels h3 {
    font-size: 45px;
    font-weight: 300;
    font-family: 'Roboto', 'NotoSansKR', sans-serif;
    margin: 60px 0 23px;
    letter-spacing: 0.04em;
    margin-left: -2px;
}

.jt_tabs_panels li {
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -0.01em;
    color: #666;
}

.jt_tabs_panels li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 15px;
    background: #9C2F50;
    border-radius: 50%;
}

html.ie .jt_tabs_panels li:before {
    top: 14px;
}

.jt_tabs_bubble {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 500px;
    height: 500px;
}

.jt_tabs_bubble figure {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    top: 0;
    right: 0px;
    width: 500px;
    height: 500px;
    background: #f8f8f8;
}

@media (max-width: 991px) {
    .jt_tabs_bubble {
        position: relative;
        margin-top: 10rem;
        width: 300px;
        height: 300px;
    }
    .jt_tabs_bubble figure {
        position: absolute;
        width: 300px;
        height: 300px;
    }
    .jt_tabs_panels {
        float: left;
        width: 100%;
        line-height: 2rem;
    }
    .jt_tabs_container {
        position: relative;
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px){
    section{
        text-align: left !important;
    }
}

