﻿.guide_con {margin-top: 49px; padding: 0;}


.guide_wrap * {font-family: var(--font-r); padding: 0; margin: 0; box-sizing: border-box; line-height: normal; font-size: 16px; color: #333;}
.guide_wrap .guide_inner {max-width: 1200px; margin: 0 auto;}
.guide_mo {display: none;}
.guide_wrap .gtop_txt {margin-bottom: 100px;}
.guide_wrap .gtop_txt h3 {font-size: 40px; font-family: var(--font-b);}



.tutorial_wrap .tuto_top {background-color: #f2f2f2; padding: 80px 100px;}
.tutorial_wrap .tuto_top p {font-size: 50px; font-family: var(--font-b);}
.tutorial_wrap .tuto_top .tuto_img {display: flex; align-items: flex-end; justify-content: space-between;}
.tutorial_wrap .tuto_top .tuto_img .ktm_logo {width: 200px;}

.tuto_bottom {padding: 60px; display: flex;}
.tuto_bottom .tuto_mbtn {display: inline-block; padding: 20px; border-radius: 15px; margin: 10px; width: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.tuto_bottom .tuto_mbtn div {display: flex; justify-content: end;}
        
.tuto_bottom .tuto_mbtn p {color: #fff; font-size: 24px; margin-bottom: 30px;}
.tuto_bottom .tuto_mbtn span {color: #fff;}
.tuto_bottom .tuto_mbtn i {color: #fff; display: flex; align-items: center;}
.tuto_bottom .tuto_mbtn i img {margin-left: 15px; width: 25px;}

.tuto_bottom .tuto_mbtn1 {background-color: #0067B6;}
.tuto_bottom .tuto_mbtn2 {background-color: #E40073;}
.tuto_bottom .tuto_mbtn3 {background-color: #51B04A;}

.tuto_bottom .tuto_down_btn img {width: 90px;}


.how_wrap {text-align: center; padding: 100px 0 0;}

.how_steps {display: flex; flex-wrap: wrap;}
.how_steps li {width: 50%; overflow: hidden; margin-bottom: 20px;}
.how_steps .how_step {position: relative; padding: 50px 0 0;}
.how_steps .how_step .step_phone {width: 70%; display: block; margin: 0 auto; position: relative; z-index: 2;}
.how_steps .how_step2, .how_steps .how_step4 {background-color: #E4F0FE;}
.how_steps .how_num {background-color: #4385F4;color: #fff;border-radius: 50%;width: 50px;height: 50px;font-size: 24px;display: flex;align-items: center;justify-content: center; margin: 0 auto 30px;}

.how_steps .how_step .how_tit {font-family: var(--font-b); font-size: 18px;}
.how_steps .how_step .how_tit span {font-family: var(--font-b); font-size: 18px; color: #478AF4;}

.how_steps .how_step .how_wave {position: absolute; z-index: 1; width: 110%;}
.how_steps .how_step1 .how_wave {left: 32px; transform: rotate(38deg); bottom: 0;}
.how_steps .how_step3 .how_wave {left: -38px;}
.how_steps .how_step5 .how_wave {left: 0; top: 0; transform: rotate(25deg);}
.how_steps .how_step .how_square {margin: 10px 0 40px;}
.how_steps .how_step .how_square i {width: 10px; height: 10px; border-radius: 2px; display: inline-block; margin: 0 1px; background-color: #E4E4E4;}
.how_steps .how_step .how_square i.blue {background-color: #4687F4;}

.guide_wrap .how_btn {margin-top: 20px;}
.guide_wrap .how_btn a {margin-right: 10px; display: inline-block;}
.guide_wrap .how_btn a img {display: block;}
.guide_wrap .how_line {background-color: #4385F5; color: #fff; padding: 15px 0; font-size: 18px;}

.guide_wrap .how_down {display: flex; justify-content: center; margin: 50px 0 100px;}
.guide_wrap .how_down a {border-radius: 8px; box-shadow: 0 8px 6px #d1d1d1; padding: 10px 40px; font-size: 16px; display: flex; align-items: center; width: 215px; justify-content: center;}
.guide_wrap .how_down .how_back {background-color: #fff; margin-right: 20px;}
.guide_wrap .how_down .how_app {background-color: #4385F4; color: #fff;}
.guide_wrap .how_down a img {margin-left: 10px; width: 25px;}

.movie_wrap {background: #618DEE; background: linear-gradient(180deg, #618DEE 0%, #B6CCF5 50%, #E9F0FA 100%); text-align: center; padding: 80px 0 30px;}
.movie_wrap .movie_inner {display: flex; justify-content: center; align-items: center; flex-direction: column;}
.movie_wrap h3 {font-size: 40px; color: #fff; margin-bottom: 50px; font-family: var(--font-b);}
.movie_wrap p {font-size: 20px; color: #fff;}
.movie_wrap .kt_how_img {margin-top: -80px;}
.movie_wrap .how_down {margin-top: -20px;}


/* 태블릿 */
@media screen and (max-width: 1200px) {
    .tutorial_wrap .tuto_top {padding: 50px;}

    .tuto_bottom {flex-wrap: wrap;}
    .tuto_bottom .tuto_mbtn {width: calc(50% - 20px);}
    .tuto_bottom .tuto_mbtn3 {width: 100%;}


    .how_steps li {width: 50%; margin-bottom: 20px;}

    .movie_wrap .kt_how_img {width: 80%;}
}

/* 모바일 */
@media screen and (max-width: 767px) {
    .tutorial_wrap .tuto_top {padding: 30px;}
    .tutorial_wrap .tuto_top p {font-size: 50px; margin-bottom: 10px;}
    .tutorial_wrap .tuto_top .tuto_img .ktm_main {width: 140px;}
    .tutorial_wrap .tuto_top .tuto_img .ktm_logo {width: 120px;}

    .tuto_bottom {padding: 20px;}
    .tuto_bottom .tuto_mbtn {margin: 5px; width: calc(50% - 10px); padding: 18px;}
    .tuto_bottom .tuto_mbtn3 {width: 100%;}

    .tuto_bottom .tuto_mbtn p {font-size: 22px; margin-bottom: 20px;}
    .tuto_bottom .tuto_mbtn3 p {margin-bottom: 35px;}

    .tuto_bottom .tuto_mbtn i {font-size: 13px;}
    .tuto_bottom .tuto_mbtn i img {width: 24px; margin-left: 10px;}


    .guide_mo {display: block;}
    .guide_wrap .guide_inner {padding: 0;}
    .guide_wrap .gtop_txt {margin-bottom: 60px;}
    .guide_wrap .gtop_txt h3 {font-size: 30px;}


    .how_wrap {padding: 50px 0 0;}
    .how_steps li {width: 100%; margin-bottom: 0;}

    .how_steps .how_num {font-size: 16px; width: 35px; height: 35px; margin-bottom: 15px;}
    .how_steps .how_step .how_tit {font-size: 20px;}
    .how_steps .how_step .how_tit span {font-size: 20px;}

    .guide_wrap .how_btn a img {width: 140px;}
    .guide_wrap .how_line {padding: 8px 0; font-size: 14px;}

    .guide_wrap .how_down a {padding: 10px 0; border-radius: 5px; font-size: 14px; width: 150px;}
    .guide_wrap .how_down .how_back {margin-right: 5px;}
    .guide_wrap .how_down a img {width: 20px;}


    .movie_wrap h3 {font-size: 24px; margin-bottom: 20px;}

    .movie_wrap {overflow: hidden; padding: 50px 0 0;}
    .movie_wrap p {font-size: 14px;}
    .movie_wrap .kt_how_img {width: 130%; margin-top: -50px; margin-left: -10%;}

    .movie_wrap .how_down {margin-top: -10px;}
}
/* 폴드 */
@media screen and (max-width: 374px) {
    .tutorial_wrap .tuto_top p {font-size: 40px;}
    .tuto_bottom .tuto_mbtn i img {width: 20px;}
    .tuto_bottom .tuto_down_btn img {width: 80px;}
}
