@charset "utf-8";

/*-------------------------------------------------------------------
	파일정의 : style
	작성날짜 : 2021-06-16 김하연
	참고사항 : 이 파일은 전체 style을 정의한다.
	분류순서 : 기본정책 > 유틸리티 > 사용자정의(컬러, 폰트, 보더, 간격 등)
	속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    ## Top section
-------------------------------------------------------------------*/
.top_sec {
    position: relative;
    height: 0;
    padding-bottom: 168.888%;
    background: url(../img/bg_top_area.jpg) top center / cover no-repeat;
    overflow: hidden;
}

.top_sec:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    content: '';
    background: -moz-linear-gradient(top, rgba(220, 221, 223, 0) 0%, rgba(220, 221, 223, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(220, 221, 223, 0) 0%, rgba(220, 221, 223, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(220, 221, 223, 0) 0%, rgba(220, 221, 223, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dcdddf', endColorstr='#dcdddf', GradientType=0);
    /* IE6-9 */
}

.top_els {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.top_els span {
    position: absolute;
    left: 0;
    bottom: 0;
}

.top_els .pole_1 {
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 168.888%;
    background: url(../img/main_top_deco.png) top left / cover no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translate(-100%, 0);
}

.top_sec.ani_in .top_els .el_pole {
    animation: polesAni cubic-bezier(.2, .38, .24, 1) .9s forwards;
    animation-delay: 220ms;
}

@keyframes polesAni {
    0% {
        opacity: 0;
        transform: translate(-100%, 0);
    }
    20% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.top_els .el_bottom_bar {
    width: 0;
    height: 20.6207%;
    background: #11004c;
    left: 0;
    z-index: 1;
}

.top_sec.ani_in .top_els .el_bottom_bar {
    animation: bottomBarAni cubic-bezier(.2, .38, .24, 1) 1s forwards;
}

.el_bottom_bar .uel_logo {
    position: absolute;
    right: 44px;
    top: 45%;
    width: 162px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 30px;
    opacity: 0;
    -webkit-transition: ease-out .5s .8s;
    -moz-transition: ease-out .5s .8s;
    -ms-transition: ease-out .5s .8s;
    -o-transition: ease-out .5s .8s;
    transition: ease-out .5s .8s;
}

.ani_in .el_bottom_bar .uel_logo {
    margin-right: 0;
    opacity: 1;
}

@keyframes bottomBarAni {
    0% {
        width: 0;
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

.top_els .graphic {
    position: absolute;
    width: 100%;
    left: 5%;
    top: 44px;
    padding-right: 7px;
    box-sizing: border-box;
    text-align: left;
    z-index: 2;
}

.top_els .cars {
    margin-top: 12px;
}

.top_els .graphic .img {
    display: inline-block;
    vertical-align: top;
}

.top_els .graphic .txt {
    opacity: 0;
    width: 87px;
}

.top_sec.ani_in .top_els .graphic .txt {
    animation: elsInPoleAni ease-out .3s 540ms forwards;
}

.top_els .graphic .cars img {
    opacity: 0;
}

.top_sec.ani_in .top_els .graphic .cars img {
    width: 37px;
    animation: elsInPoleAni ease-out .3s 580ms forwards;
    vertical-align: top;
}

.top_sec.ani_in .top_els .graphic .cars img + img {
    animation-delay: 620ms;
}

@keyframes elsInPoleAni {
    0% {
        -webkit-transform: translate(-40px, 0);
        -moz-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        -o-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.top_els .cars img + img {
    margin-left: 5px;
}

.top_sec .set_inner {
    position: relative;
    height: 100%;
}

.logo_partner {
    position: absolute;
    right: 0;
    bottom: 72px;
}

/*-------------------------------------------------------------------
    ## Tire section
-------------------------------------------------------------------*/
.tire_sec {
    padding-bottom: 41.77777%;
}

.tire_area {
    position: relative;
    height: 0;
    padding-bottom: 144.177%;
    background: url(../img/bg_tire_sec.jpg) top center / cover no-repeat;
}

.rotating_box {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 4.7%;
}

.tire_img {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: grab
}

.tire_img:active {
    cursor: grabbing
}

.tire_img:before,
.tire_img:after {
    display: block;
    content: '';
    position: absolute;
}

.tire_img:before {
    left: 10px;
    right: 10px;
    bottom: 5%;
    z-index: 2;
    max-width: 100%;
    height: 0;
    padding-bottom: 11%;
    background-image: url(../img/img_360_line.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.tire_img:after {
    left: 10px;
    right: 10px;
    bottom: 0;
    z-index: 0;
    height: 0;
    padding-bottom: 95.1690821%;
    background-image: url(../img/tire_shadow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tire_img img {
    position: relative;
    z-index: 1;
    pointer-events: none
}

.tire_controls {
    display: flex;
    position: absolute;
    bottom: 10%;
    z-index: 4;
    left: 48%;
    margin-left: -70px;
    text-align: center;
    padding: 0 30px;
    align-items: center;
}

.tire_controls:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 95px;
    height: 20px;
    background: url(../img/img_rotate_txt.png) center no-repeat;
    vertical-align: top;
}

.tire_controls .arw {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-repeat: no-repeat;
    background-position: center;
}

.tire_controls .arw.prev {
    left: 0;
    background-image: url(../img/arw_rotate_l.png);
}

.tire_controls .arw.next {
    right: 0;
    background-image: url(../img/arw_rotate_r.png);
}

.dummy {
    display: none;
}

/*-------------------------------------------------------------------
    ## Image section
-------------------------------------------------------------------*/
.img_sec {
    padding: 28% 0 0;
}

.img_sec .img_area {
    margin-top: 36%;
}

.img_sec .ttl.ifit {
    width: 180px;
    margin: 0 auto;
}

.img_sec .ttl_area .ttl.ifit + .ttl {
    margin-top: 29%;
}

.img_sec .ttl_area .ttl.ifit + .ttl ~ .ttl {
    margin-top: 16%;
}

.img_grid_wrap:after {
    display: block;
    clear: both;
    content: '';
}

.img_grid_wrap li {
    float: left;
    padding: 8px;
    box-sizing: border-box;
}

.img_grid_wrap li img {
    max-width: inherit;
    width: 100%;
}

.img_grid_wrap {
    overflow: hidden;
    height: 71%;
}

.img_grid_wrap .top_l {
    width: 61%;
}

.img_grid_wrap .top_r {
    width: 39%;
}

.img_grid_wrap .btm {
    width: 100%;
}

/*-------------------------------------------------------------------
    ## Summary section
-------------------------------------------------------------------*/
.summary_sec {
    padding: 112.711% 0 0;
    background: url(../img/bg_summary_sec.png) top center / contain no-repeat;
}

.summary_sec .ttl_area {
    margin-top: 40px;
}

.summary_sec .graph_area {
    width: 100%;
    height: 0;
    padding-bottom: 71.18421%;
    margin: 11.8222% auto 10%;
}

.summary_sec .ttl_area .ttl {
    font-size: 30px;
}

#summaryGraph > svg > defs + g > g > g > path[stroke-linecap="butt"] {
    fill-opacity: 0 !important;
}

.summary_words {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.summary_words li {
    position: absolute;
    font-size: 2.15vw;
    font-weight: 700;
    color: #666;
    white-space: pre-line;
}

.summary_words li:nth-of-type(1) {
    bottom: 93%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.summary_words li:nth-of-type(2) {
    left: 82%;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.summary_words li:nth-of-type(3) {
    left: 71%;
    top: 87%;
}

.summary_words li:nth-of-type(4) {
    right: 71%;
    top: 87%;
    text-align: right;
}

.summary_words li:nth-of-type(5) {
    right: 82%;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.features_area {
    margin: 15% -12px 0;
}

.feature_item {
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
}

.feature_item > .ttl {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 7px;
    border-bottom: 1px solid #bbb;
    color: #666;
}

.feature_item ul {
    padding-top: 8px;
}

.feature_item ul:after {
    display: block;
    clear: both;
    content: '';
}

.feature_item li {
    text-align: center;
}

.feature_item li p {
    font-weight: 700;
    color: #666;
    font-size: 10px;
}

.feature_item.property {
    width: 32%;
}

.feature_item.benefit {
    width: 68%;
}

.feature_item.award {
    width: 100%;
    margin-top: 12%;
}

.feature_item.property li {
    float: left;
    width: 40%;
}
/* 20211006 update - Max */
.localsnowArea {
    width: 60%!important;
}
/* //20211006 */
.feature_item.benefit li {
    float: left;
    width: 25%;
}

.feature_item.download {
    float: none;
    width: 100%;
}

.feature_item.download > .ttl {
    padding-bottom: 17px;
    border-bottom: none;
}

.feature_item.download .btn i {
    margin-right: 4px;
    margin-top: -2px;
}

.feature_item.download .btn {
    line-height: 40px;
}

.award_group {
    /* max-height: 345px; */ 
    overflow: auto;
    font-size: 0;
}

.award_item {
    /* height: 115px; */
    padding: 14px 0;
}

.award_item .img_box {
    display: inline-block;
    width: 80px;
    height: 100%;
    text-align: center;
    vertical-align: top;
    padding: 0 8px;
}

.award_item .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.award_item .info_box {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
}

.award_item + .award_item {
    border-top: 1px solid #cacbcc;
}

.award_item .info_box .ttl {
    font-family: 'Hankook TTF Semibold Oblique', 'Arial', Sans-Serif;
    font-size: 12px;
    color: #444;
    margin-bottom: 5px;
    margin-top: -2px;
}

.award_item dt {
    display: inline-block;
    width: 80px;
    font-size: 10px;
    line-height: 17px;
    color: #999;
    vertical-align: middle;
}

.award_item dd {
    display: inline-block;
    font-size: 10px;
    line-height: 17px;
    color: #444;
    vertical-align: middle;
}

.feature_item.size {
    width: 100%;
    margin-top: 35px;
}

/*-------------------------------------------------------------------
    ## Video section
-------------------------------------------------------------------*/
.video_sec {
    position: relative;
    min-height: 0;
    background: #fff;
}

.video_sec:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    content: '';
    z-index: 2;
    background-image: url(../img/bg_gradient.png);
    background-size: 1px 170px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.video_sec iframe {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -ms-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35);
}

.video_sec.last .video_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video_sec.last:before {
    display: none;
}

.video_sec.last .video_wrap iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.video_wrap .txt_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 16.7%;
}

.video_wrap .txt_area .ttl {
    color: #fefefe;
    font-size: 30px;
    line-height: 1.2;
}

/*-------------------------------------------------------------------
    ## benefit section
-------------------------------------------------------------------*/
.benefit_sec {
    position: relative;
    padding-bottom: 42.66666%;
    padding-top: 14.22222%;
    overflow: hidden;
}

.benefit_sec.handling .bg_wrap {
    left: auto;
    width: 100%;
}

.benefit_sec .bg_area {
    opacity: 1;
}

.benefit_sec.detail_on .bg_area {
    opacity: 0 !important;
}

.benefit_sec .animation_area {
    position: relative;
    top:0;
    height: 100%;
    z-index: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.benefit_sec .animation_area:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}

.benefit_sec .set_inner {
    height: 100%;
}

.benefit_sec .bg_wrap {
    position: relative;
}

.benefit_txt {
    color: #222;
}

.benefit_txt .ttl {
    font-size: 36px;
    line-height: 1;
}

.benefit_txt .txt {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 18px;
    font-weight: 500;
}

.benefit_box {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.benefit_graph {
    position: relative;
    border: 1px solid #b6babf;
    text-align: center;
    padding: 12px;
    font-size: 0;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
}

.benefit_item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.benefit_item:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #231916;
    border-radius: 50%;
    content: '';
}

.benefit_item + .benefit_item {
    margin-left: 38px;
}

.btn_detail {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    overflow: visible;
    right: 20px;
    bottom: -4px;
}

.btn_detail i {
    background: #222;
    border-radius: 50%;
}

.btn_detail:before {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    content: '';
    margin-left: -14px;
    margin-top: -14px;
    background: rgba(0, 0, 0, .3);
    animation-duration: 1.4s;
    animation-name: detailCircle;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.09, .56, .96, .8);
}

.btn_detail.is_active i {
    background-color: #4d2385;
}

.btn_detail.is_active:before {
    background: rgba(169, 155, 191, .3);
}

.benefit_item:nth-of-type(2) .btn_detail:before {
    animation-delay: .3s;
}

.benefit_item:nth-of-type(3) .btn_detail:before {
    animation-delay: .6s;
}

.benefit_sec.braking .benefit_item img {
    width: 200px;
}

.benefit_sec.braking .btn_detail {
    bottom: 73px;
    right: -10px;
}

.benefit_sec.braking .benefit_item:before {
    display: none;
}

.benefit_sec.handling .info_area {
    right: auto;
    left: 0;
}

.benefit_sec.handling .handling_road {
    position: absolute;
    bottom: 0;
    right: 0;
}

.benefit_sec.handling .ic_box,
.benefit_sec.handling .ic_box img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.benefit_sec.handling .bg_area i {
    display: inline-block;
    vertical-align: bottom;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.benefit_sec.handling .benefit_item {
    width: 85px;
}

.benefit_sec.handling .benefit_item + .benefit_item {
    margin-left: 19px;
}

.benefit_sec.handling .btn_detail,
.benefit_sec.traction .btn_detail {
    right: 0;
    bottom: -6px;
}

.benefit_sec.handling .benefit_graph,
.benefit_sec.traction .benefit_graph {
    padding-bottom: 18px;
}

.benefit_sec.traction .benefit_item {
    width: 85px;
}

.benefit_sec.traction .benefit_item + .benefit_item {
    margin-left: 19px;
}

.benefit_sec.traction .animation_item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.benefit_sec.traction .bg_area {
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.benefit_sec.traction .traction_car {
    opacity: 0;
    -webkit-transform: translate(-100px, 100px);
    -moz-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    -o-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px);
    -webkit-transition: cubic-bezier(.2, .38, .24, 1) 1s;
    -moz-transition: cubic-bezier(.2, .38, .24, 1) 1s;
    -ms-transition: cubic-bezier(.2, .38, .24, 1) 1s;
    -o-transition: cubic-bezier(.2, .38, .24, 1) 1s;
    transition: cubic-bezier(.2, .38, .24, 1) 1s;
}

.benefit_sec.traction .bg_wrap.ani_in .traction_car {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.benefit_sec.traction .traction_arw {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.benefit_sec.traction .ani_el.ani_in .traction_arw {
    animation-timing-function: ease-out;
    animation-duration: 2.1s;
    animation-iteration-count: infinite;
    animation-delay: .5s;
}

.benefit_sec.traction .ani_el.ani_in .traction_arw.arw_1 {
    animation-name: tractionArrow1;
}

.benefit_sec.traction .ani_el.ani_in .traction_arw.arw_2 {
    animation-name: tractionArrow2;
}

.benefit_sec.traction .ani_el.ani_in .traction_arw.arw_3 {
    animation-name: tractionArrow3;
}

.benefit_sec.traction .ani_el.ani_in .traction_arw.arw_4 {
    animation-name: tractionArrow4;
}

.benefit_sec.traction .ani_el.ani_in .traction_arw.arw_5 {
    animation-name: tractionArrow5;
}

.benefit_sec.traction .ani_el.ani_in .traction_arw.arw_6 {
    animation-name: tractionArrow6;
}

.benefit_sec.traction .ani_el.ani_in .traction_arw.arw_7 {
    animation-name: tractionArrow7;
}

.traction .benefit_graph {
    margin-top: 5px;
}

@keyframes tractionArrow1 {
    0% {
        opacity: 0;
    }

    14% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tractionArrow2 {
    14% {
        opacity: 0;
    }

    28% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tractionArrow3 {
    28% {
        opacity: 0;
    }

    42% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tractionArrow4 {
    42% {
        opacity: 0;
    }

    57% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tractionArrow5 {
    57% {
        opacity: 0;
    }

    71% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tractionArrow6 {
    71% {
        opacity: 0;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tractionArrow7 {
    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes detailCircle {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.ic_plus {
    position: relative;
    display: block;
    height: 100%;
}

.ic_plus:before,
.ic_plus:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 7px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    content: '';
}

.ic_plus:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* .bg_wrap .handling_road:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background: #dcdddf;
  content: '';
  -webkit-transition: cubic-bezier(.2, .38, .24, 1) 1.4s;
  -moz-transition: cubic-bezier(.2, .38, .24, 1) 1.4s;
  -ms-transition: cubic-bezier(.2, .38, .24, 1) 1.4s;
  -o-transition: cubic-bezier(.2, .38, .24, 1) 1.4s;
  transition: cubic-bezier(.2, .38, .24, 1) 1.4s;
}

.bg_wrap.ani_in .handling_road:before {
  height: 0;
} */

.bg_wrap .handling_road:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(220, 221, 223, 0) 0%, rgba(220, 221, 223, 1) 40%, rgba(220, 221, 223, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(220, 221, 223, 0) 0%, rgba(220, 221, 223, 1) 40%, rgba(220, 221, 223, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(220, 221, 223, 0) 0%, rgba(220, 221, 223, 1) 40%, rgba(220, 221, 223, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dcdddf', endColorstr='#dcdddf', GradientType=0);
    /* IE6-9 */
    content: '';
    -webkit-transition: ease-out 1.2s;
    -moz-transition: ease-out 1.2s;
    -ms-transition: ease-out 1.2s;
    -o-transition: ease-out 1.2s;
    transition: ease-out 1.2s;
}

.bg_wrap.ani_in .handling_road:after {
    top: 100%;
}

.bg_wrap .handling_tire {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.bg_wrap.ani_in .handling_tire {
    opacity: 0;
    animation: tireAnimation ease-out .6s .4s forwards;
}

@keyframes tireAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50px, 20px);
        -moz-transform: translate(-50px, 20px);
        -ms-transform: translate(-50px, 20px);
        -o-transform: translate(-50px, 20px);
        transform: translate(-50px, 20px);
    }
}

.bg_wrap .ic_box img {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: cubic-bezier(.2, .38, .24, 1) .4s;
    -moz-transition: cubic-bezier(.2, .38, .24, 1) .4s;
    -ms-transition: cubic-bezier(.2, .38, .24, 1) .4s;
    -o-transition: cubic-bezier(.2, .38, .24, 1) .4s;
    transition: cubic-bezier(.2, .38, .24, 1) .4s;
}

.bg_wrap.ani_in .ic_box img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.bg_wrap .ic_box .ic_bg_dry {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.bg_wrap .ic_box .ic_bg_wet {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.bg_wrap .ic_box .ic_bg_snow {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.animation_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.animation_item {
    width: 90%;
    margin: auto;
    margin-top: 12px;
}

.animation_item.video {
    /* position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 50%; */
}

.handling .animation_item.video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.animation_item .video_wrap {
    position: relative;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 2;
    opacity: 0;
    max-width: 100%;
}

.animation_item .video_wrap.has_img {
    background: transparent;
}

.animation_item .video_area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.animation_item .video_area video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.animation_item .video_area .img_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/img_handling_animation.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.animation_item .video_area .arrow {
    position: absolute;
    left: 26.5%;
    top: 47%;
    width: 15%;
    text-align: center;
}

.animation_item .video_area .arrow .bar {
    display: inline-block;
    position: relative;
    width: 26%;
    height: 1px;
    background: #44187f;
    -webkit-transition: step-start 0s 0s;
    -moz-transition: step-start 0s 0s;
    -ms-transition: step-start 0s 0s;
    -o-transition: step-start 0s 0s;
    transition: step-start 0s 0s;
}

.animation_item.is_show .video_area .arrow .bar {
    width: 54%;
    -webkit-transition: ease-out .7s .3s;
    -moz-transition: ease-out .7s .3s;
    -ms-transition: ease-out .7s .3s;
    -o-transition: ease-out .7s .3s;
    transition: ease-out .7s .3s;
}

.animation_item .video_area .arrow .arw_r {
    position: absolute;
    top: -4px;
    right: -11px;
    width: 0;
    height: 0;
    border: 7px solid #44187f;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
}

.animation_item .video_area .arrow .arw_l {
    position: absolute;
    top: -4px;
    left: -11px;
    width: 0;
    height: 0;
    border: 7px solid #44187f;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
}

.animation_item .txt_box {
    position: relative;
    z-index: 2;
    margin-top: 16px;
}

.animation_item .txt_box .ttl {
    font-size: 15px;
    font-weight: 700;
    color: #4d2385;
    line-height: 1;
    padding-bottom: 10px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.animation_item .txt_box .txt {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.animation_item.video.is_show .video_wrap,
.animation_item.video.is_show .txt_box .ttl,
.animation_item.video.is_show .txt_box .txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -ms-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}

.animation_item.video.is_show .txt_box .ttl {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.animation_item.video.is_show .txt_box .txt {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.benefit_sec .bg_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.benefit_sec .bg_wrap {
    height: 0;
    padding-bottom: 85%;
}

.benefit_sec.braking .bg_area > img,
.benefit_sec.braking .bg_area > span {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
}

.benefit_sec.braking .bg_area .txt {
    z-index: 1;
    margin-top: -10px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease-out .4s .2s;
    -moz-transition: ease-out .4s .2s;
    -ms-transition: ease-out .4s .2s;
    -o-transition: ease-out .4s .2s;
    transition: ease-out .4s .2s;
}

.benefit_sec.braking .bg_area.mob .txt_wrap {
    right: 5%;
}

.benefit_sec.braking .bg_area.mob .txt_wrap {
    bottom: 27%;
}

/*.benefit_sec.braking .bg_area.mob>span em{
  bottom: 30%;
  right: 6%;
}*/
.benefit_sec.braking .bg_area.mob .txt_wrap > span {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.benefit_sec.braking .bg_area.mob .txt_wrap > span em {
    margin-left: 5px;
}

.benefit_sec.braking .bg_area.mob .txt {
    margin-top: 0
}

.benefit_sec.braking .bg_wrap .car_1,
.benefit_sec.braking .bg_wrap .car_2 {
    top: 0;
    transform: translate(-200px, 0);
}

.benefit_sec.braking .bg_area .car_1 {
    z-index: 2;
}

.benefit_sec.braking .bg_area .car_2 {
    z-index: 3;
}

.benefit_sec.braking .bg_area > span em {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    -webkit-transform: skew(20deg, 0);
    -moz-transform: skew(20deg, 0);
    -ms-transform: skew(20deg, 0);
    -o-transform: skew(20deg, 0);
    transform: skew(20deg, 0);
    line-height: 1;
}

.benefit_sec.braking .bg_area .txt_wrap {
    position: absolute;
    right: 4%;
    bottom: 21%;
    color: #fff;
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    -o-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

.benefit_sec.braking .bg_area .txt_wrap strong {
    display: block;
    line-height: 1.2;
    letter-spacing: .05em;
}

.benefit_sec.braking .bg_area .txt_wrap .txt_1 {
    font-size: .4rem;
}

.benefit_sec.braking .bg_area .txt_wrap .txt_2 {
    font-size: 1rem;
    line-height: 1;
    margin-top: 2px;
}

.benefit_sec.braking .bg_wrap.ani_in .bg_area .txt {
    opacity: 1;
}

.benefit_sec.braking .bg_wrap .bg_area > span em::before {
    display: inline-block;
    vertical-align: middle;
    content: attr(data-count);
}

.benefit_sec.braking .bg_wrap .bg_area > span em::after {
    display: inline-block;
    vertical-align: middle;
    content: '%';
}

/*
.benefit_sec.braking .bg_wrap .txt_wrap strong {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.benefit_sec.braking .bg_wrap.ani_in .txt_wrap strong {
  opacity: 1;
  -webkit-transition: ease-out .4s;
  -moz-transition: ease-out .4s;
  -ms-transition: ease-out .4s;
  -o-transition: ease-out .4s;
  transition: ease-out .4s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.benefit_sec.braking .bg_wrap.ani_in .txt_wrap .txt_1 {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.benefit_sec.braking .bg_wrap.ani_in .txt_wrap .txt_2 {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
*/

.animation_item.is_show .txt_box .ttl {
    opacity: 1;
}

.animation_item.is_show .txt_box .txt {
    opacity: 1;
}

.benefit_sec.braking .bg_wrap.ani_in .car_1,
.benefit_sec.braking .bg_wrap.ani_in .car_2 {
    opacity: 0;
    animation: brakingCarAni cubic-bezier(.2, .38, .24, 1) 1.2s forwards;
}

.benefit_sec.braking .bg_wrap.ani_in .car_2 {
    animation-delay: .3s;
    perspective: 400px;
}

@keyframes brakingCarAni {
    0% {
        opacity: 0;
        -webkit-transform: translate(-200px, 0);
        -moz-transform: translate(-200px, 0);
        -ms-transform: translate(-200px, 0);
        -o-transform: translate(-200px, 0);
        transform: translate(-200px, 0);
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.guide_sec {
    padding-bottom: 15.64444%;
}

.toggle_cnt {
    padding-bottom: 10px;
}

.toggle_btn {
    position: relative;
    display: block;
    width: 100%;
    line-height: 55px;
    height: 55px;
    border-top: 1px solid #999;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding: 0 14px;
    box-sizing: border-box;
}

.toggle_btn:before {
    position: absolute;
    width: 7px;
    height: 7px;
    right: 16px;
    top: 50%;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}

.toggle_btn.is_active:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}

.btn_download {
    position: relative;
    display: inline-block;
    font-size: 10px;
    height: 35px;
    line-height: 35px;
    color: #4a2885;
    font-weight: 500;
    padding-right: 36px;
}

.btn_download:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #4a2885;
    border-right: 1px solid #4a2885;
    content: '';
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.guide_box {
    padding: 0 10px 33px;
    border-bottom: 1px solid #bbb;
}

.guide_box .ttl {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}

.guide_box .txt {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    font-weight: 500;
}

.guide_box .txt.blk {
    color: #333;
}

.guide_box .txt.point {
    color: #4a2885;
}

.guide_box .ttl + .txt,
.guide_box .txt + .txt {
    margin-top: 12px;
}

.guide_item.tyre .tabs li button {
    line-height: 1.2;
}

.guide_item:last-child {
    border-bottom: 1px solid #999;
}

.toggle_cnt {
    display: none;
}

.size .toggle_cnt {
    padding-bottom: 0
}
.youtube_link_area img{
  width: 100%;
}
@media only screen and (max-width: 320px) {
    .benefit_txt .txt br {
        display: none;
    }
}
@media (orientation: landscape) {
    .video_wrap .txt_area{
        padding-top: 6%;
    }
}


/* 20210928 모바일 수정 */
.top_sec.ani_in{margin-top:50px;}
footer {width:100%;padding:32px 16px 35px;font-size:0.8em;background:#27134a;color:#aba7b4;text-align:left;font-family:'Roboto', sans-serif;box-sizing:border-box;z-index: 10000000;display:table}

footer a, footer p{width:auto;font-size:inherit;color:#aeaeae;text-decoration:none;/*font-weight:100*/font-weight:normal;}
footer a{display:inline-block;position:relative;/* margin:0 0 0.3em; *//*padding:0 0 0 0.5em;*/padding:0;color:#fff;/*white-space:nowrap;*/}
footer .footer_sns{margin-bottom:24px!important}
/* footer a::after {content:'|'; position:absolute; top:-1px; right:0;margin:0 .5em 0 .5em;} */
footer p {margin-top:10px; color:#aba7b4;}
/* 20230103  SNS Update - Zzj */
footer {width:100%;padding:34px 16px 37px;font-size:0.8em;background:#27134a;color:#c6b5e4;text-align:center;font-family:'Roboto', sans-serif;box-sizing:border-box;z-index: 10000000;}/* 20220608 Footer.v2 - Max */
footer a, footer p{width:auto;font-size:inherit;color:#c6b5e4;text-decoration:none;font-weight:normal;}
footer a{display:inline-block;position:relative;padding:0;color:#c6b5e4!important;font-size: 12px!important;}
footer p {margin-top:10px; color:#c6b5e4!important;font-size: 12px!important;line-height: 1.6;}
.footer_sns img {width: 40px;height: 40px;}
.footer_sns .youtube {padding: 0 10px!important;}
.footer_sns {margin-bottom: 23px!important;}
.footer_space {padding-left: 26px!important;}
.copyright_text {margin-top: -1px!important;}
.copyright_area {margin-top: 6px!important;}
.footer_link_text {margin-top: 2px!important;}
footer .footer_sns p {margin-top: 22px;margin-bottom: 10px;}
footer .footer_sponsorship p {margin-top: 28px;margin-bottom: 10px;}
footer .footer_contact {margin-top: 6px;}
footer .footer_copyright_font {font-size: 10px!important;}
/* //20220103 */
