<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-------------------------------------------------------------------
    ## Icon
-------------------------------------------------------------------*/
.ic {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ic_snow {
    background-image: url(../img/ic_snow.png);
}

.ic_wet {
    background-image: url(../img/ic_wet.png);
}
.ic_braking {
    background-image: url(../img/ic_braking.png);
}

.ic_handling {
    background-image: url(../img/ic_handling.png);
}

.ic_traction {
    background-image: url(../img/ic_traction.png);
}

.ic_sport {
    background-image: url(../img/ic_sport.png);
}

.feature_item .ic {
    width: 29px;
    height: 23.6px;
}

/*-------------------------------------------------------------------
    ## button
-------------------------------------------------------------------*/
.btn_top {
    position: fixed;
    right: 14px;
    bottom: 30px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 10px;
    background: #dcdddf;
    color: #4b2885;
    text-align: center;
    z-index: 100;
}

.btn_top .ic_arw {
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #4b2885;
    border-right: 2px solid #4b2885;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 2px auto;
}

.btn_top strong {
    display: block;
    line-height: 1;
}
.btn{
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    color: #333;
    text-align: center;
    font-weight: 500;
}
.btn.basic{
    border: 1px solid #999;
    box-sizing: border-box;
}
.btn.h_m{
    height: 45px;
    line-height: 45px;
}
.btn.round{
    border-radius: 2px;
}
.btn.full{
    width: 100%;
}
.btn.row_x2 i{
    display: inline-block;
    vertical-align: middle;
}
.btn.row_x2 span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}


/*-------------------------------------------------------------------
    ## text
-------------------------------------------------------------------*/
.ttl_area.tac {
    text-align: center;
}

.ttl_area &gt; img {
    vertical-align: top;
}

.ttl_area .ttl {
    font-family: 'Hankook TTF Bold Oblique', 'Arial', Sans-Serif;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.ttl_area .ttl + .ttl {
    margin-top: 80px;
}

.ttl_area .ttl + .txt {
    margin-top: 9.6%;
}

.ttl_area .txt {
    font-size: 13px;
    color: #666;
    line-height: 1.3;
    font-weight: 500;
}
.c_point{
    color: #4b2885;
}

/*-------------------------------------------------------------------
    ## Contents
-------------------------------------------------------------------*/
.video_wrap {
    position: relative;
}

.video_wrap .video_area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 160.75%;
    overflow: hidden;
}

.video_area iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_wrap.fade_video .video_area {
    top: 0;
    transform: translateY(0)
}

.video_wrap.fade_video .video_area:before,
.video_wrap.fade_video .video_area:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 150px;
}
.video_wrap .video_area canvas,
.video_wrap .video_area img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*height: 100%;*/
}
.animation_item .video_wrap .video_area canvas{
    position: relative;
    width: 100%;
}
.video_wrap.fade_video .video_area:before {
    bottom: 55px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.video_wrap.fade_video .video_area:after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

.video_wrap video {
    width: 100%;
}
.youtube_link_area .link {
    display: block;
    position: relative;
}
.youtube_link_area .link:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left: 22px solid #fff;
    margin-left: -8px;
    margin-top: -14px;
}

/*-------------------------------------------------------------------
    ## Loading
-------------------------------------------------------------------*/
.ic{
    display: inline-block;
    vertical-align: middle;
}
.loading_wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #dcdddf;
    z-index: 100;
}
.loading_area{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ic_loading{
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(../img/ic_loading.png)center no-repeat;
    animation: loadingBar linear 1s infinite;
}
.loading_area p{
    font-size: 18px;
    color: #431980;
    font-weight: 700;
    line-height: 1;
    margin-top: 14px;
}
@keyframes loadingBar {
    from{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ic_pdf{
    width: 16px;
    height: 16px;
    background: url(../img/ic_pdf.png)center / contain no-repeat;
}

/*-------------------------------------------------------------------
    ## Table
-------------------------------------------------------------------*/
table{
    width: 100%;
}
table thead{
    background: #ccc;
}
table th{
    line-height: 25px;
    color: #4a2885;
    font-weight: 700;
    text-align: center;
    font-size: 10px;
}
table td{
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
}
table tbody tr{
    border-bottom: 1px solid #bbb;
}
table tbody tr:last-child{
    border-bottom-width: 2px;
}

/*-------------------------------------------------------------------
    ## Tab
-------------------------------------------------------------------*/
.tabs li{
    float: left;
    width: 25%;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.tabs li button{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    background: #fff;
}
.tabs.x3 li{
  width: 33.33333%;
}
.tabs li.is_active{
    border-bottom-color: #4a2885;
}
.tabs li.is_active button{
    color: #4a2885;
    font-weight: 700;
}
.tabs li:nth-child(n+5){
  margin-top: 5px;
}
.tabs.x3 li:nth-child(n+4){
  margin-top: 5px;;
}
.tab_cnts{
    margin-top: 16px;
    max-height: 311px;
    overflow: hidden;
    overflow-y: auto;
}
.tab_cnts .tab_cnt{
    display: none;
}
.tab_cnts .tab_cnt.is_active{
    display: block;
}

/*-------------------------------------------------------------------
    ## Common
-------------------------------------------------------------------*/
.effect_canvas{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.ani_el .effect_canvas,
.ani_el+.effect_canvas#rain{
    opacity: 0;
    -webkit-transition: ease-out .5s .2s;
    -moz-transition: ease-out .5s .2s;
    -ms-transition: ease-out .5s .2s;
    -o-transition: ease-out .5s .2s;
    transition: ease-out .5s .2s;
}
.ani_el.ani_in .effect_canvas,
.ani_el.ani_in+.effect_canvas#rain{
    opacity: 1;
}



@media only screen and (max-width: 1550px) {

}


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 834px) {

}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 320px) {

}
@media (orientation: portrait) {
    .video_wrap .video_area{
        padding-bottom: 177.0666%;
    }
    img.portrait{
        display: inline-block;
    }
    img.landscape{
        display: none;
    }
}

@media (orientation: landscape) {
    .video_wrap .video_area{
        padding-bottom: 56.47%;
    }
    img.portrait{
        display: none;
    }
    img.landscape{
        display: inline-block;
    }
}</pre></body></html>