@charset "utf-8";

/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Pretendard';
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button{
    border: none;
    cursor: pointer;
}

@font-face {
    font-family: 'Hakgyoansim_Nadeuri';
    src: url('../font/Hakgyoansim_Nadeuri_B.otf') format('opentype'),
         url('../font/Hakgyoansim_Nadeuri_L.otf') format('opentype');
}
@font-face {
    font-family: 'Pretendard Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-display: swap;
}
.bn_fix{
    position: fixed;
    height: auto;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 9;
}
.bn_fix a{
    display: block;
    height: 70px;
    width: 100%;
    background: linear-gradient(#527FD9, #A8C5FF);
    line-height: 70px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
	text-decoration: none;
}
.wrap{padding-bottom: 60px;}
.inner{
    width: 964px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}
.hide {display:none;}

.back-to-top {
    display: none;
    position: fixed;
    right: 10%;
    bottom: 10%;
    width: 50px;
    height: 50px;
    z-index: 9;    
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    background: url(/img/back_top.png);
    background-position: center;
    background-size: cover;
    font-size: 14px;
    font-weight: bold;
    color: #6e6e6e;
    text-align: center;
}

section.sec0001{
    background-image: url(../img/sec0001_bg.png);
    background-size: cover;
}

.tit{
    font-family: 'Hakgyoansim_Nadeuri';
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 60px;
}
/* sec00 */

section.sec0001 .inner.sec00{
    padding-bottom: 0;
    position: relative;
}

section.sec0001 .inner.sec00 .logo{
    display: block;
    right: 0;
    position: absolute;
}
section.sec0001 .inner.sec00 .logo.use{
    background-image: url(../img/logo_useschool.png);
    width: 144px;
    height: 62px;
    top: 80px;
}
section.sec0001 .inner.sec00 .logo.cu{
    background-image: url(../img/logo_childu.png);
    width: 144px;
    height: 40px;
    top: 100px;
}
section.sec0001 .inner.sec00 .sub_tit{
    background-color: #A6C4FF;
    width: 420px;
    line-height: 50px;
    border-radius: 50px;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
section.sec0001 .inner.sec00 .tit{
    font-family: 'Hakgyoansim_Nadeuri';
    font-size: 80px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 10px #5492FF;
    background-image: url(../img/sec00_tit_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin-bottom: 140px;
}
section.sec0001 .inner.sec00 .tit .name_wrap{
    display: inline-block;
    margin-left: -280px;
}
section.sec0001 .inner.sec00 .tit .slick-list{
    margin-bottom: -30px;
    width: 26vw;
}
section.sec0001 .inner.sec00 .tit .name_wrap .slick-slide{
    line-height: 1.3;
    width: 100%;
    text-align: right;
}
section.sec0001 .inner.sec00 .bubble_wrap{
    position: relative;
    width: 100%;
} 
section.sec0001 .inner.sec00 .bubble_wrap .bb01{
    position: absolute;
    width: 480px;
    height: 290px;
    background-image: url(../img/sec00_bubble_l.png);
    top: -200px;
    left: -50px;
}
section.sec0001 .inner.sec00 .bubble_wrap .bb02{
    position: absolute;
    width: 480px;
    height: 290px;
    background-image: url(../img/sec00_bubble_r.png);
    top: -100px;
    right: -50px;
}

/* sec01 */
section.sec0001 .inner.sec01 .tit{
    color: #9BACD1;
    margin-bottom: 40px;
}
section.sec0001 .inner.sec01 .cont01{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 100PX;
}
section.sec0001 .inner.sec01 .cont01::after{
    display: block;
    content: "";
    width: 285px;
    height: 346px;
    background-image: url(../img/sec01_cont01_acc.png);
    position: absolute;
    top: -50px;
    right: 0px;
}
section.sec0001 .inner.sec01 .cont01 .all{
    width: 198px;
    height: 198px;
    border-radius: 100px;
    background-color: #7F8AD6;
    margin: 0 10px;
}
section.sec0001 .inner.sec01 .cont01 .all>p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.sec0001 .inner.sec01 .cont02{margin-bottom: 100px;}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap::after{
    display: block;
    content: "";
    clear: both;
}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .box1{
    float: left;
}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .box2{
    float: right;
}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box{
    width: 100%;
    max-width: 472px;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1));
    box-shadow: 0 0 10px #CAC5FF;
    border-radius: 20px;
}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap{
    background-color: #CAC5FF;
    width: 100%;
    max-width: 472px;
    line-height: 60px;
    border-radius: 20px;
    color: #fff;
}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap::after{
    display: block;
    content: "";
    clear: both;
}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap p{
    float: left;
    font-size: 18px;
    font-weight: 800;
    padding: 0 40px;
    box-sizing: border-box;
}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap a{
    float: right;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.6;
    padding: 0 40px;
    box-sizing: border-box;
}
section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .txt{
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    text-align: start;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    word-break: keep-all;
}
section.sec0001 .inner.sec01 .cont02>.btn{
    width: 100%;
    max-width: 456px;
    line-height: 120px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    background-image: url(../img/sec01_cont02_btn_bg.png);
    background-repeat: no-repeat;
    background-position: center left 0;
    background-size: auto 100%;
    margin-top: 40px;
}
section.sec0001 .inner.sec01 .cont03 .video_wrap{
    clear: both;
    content: "";
    display: block;
}
section.sec0001 .inner.sec01 .cont03 .video_box{
    width: 100%;
    max-width: 472px;
}
section.sec0001 .inner.sec01 .cont03 .video_box:nth-child(1){

    float: left;
}
section.sec0001 .inner.sec01 .cont03 .video_box:nth-child(2){
    float: right;
}
section.sec0001 .inner.sec01 .cont03 .video_box .video_tit{
    width: 100%;
    max-width: 308px;
    background-color: #7397E6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 auto;
}
section.sec0001 .inner.sec01 .cont03 .video_box iframe{
    width: 100%;
    max-width: 472px;
    border-radius: 20px;
    position: inherit;
    aspect-ratio: 16/9;
}
section.sec0001 .inner.sec01 .cont03>.btn{
    width: 100%;
    max-width: 456px;
    line-height: 120px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    background-image: url(../img/sec01_cont03_btn_bg.png);
    background-repeat: no-repeat;
    background-position: center right 0;
    background-size: auto 100%;    margin-top: 40px;
}




/* sec02 */
section.sec02{
    background-image: url(../img/sec02_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.sec02 .inner .tit{color: #fff;}
section.sec02 .inner .all{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
}
section.sec02 .inner .all .c_tit{
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    width: 240px;
    border-radius: 640px;
    margin: 0 auto 40px;
    text-align: center;
}
section.sec02 .inner .cont01{
    margin-bottom: 40px;}
section.sec02 .inner .cont01 .c_tit{
    background-color: #576CD6;
    color: #fff;
}
section.sec02 .inner .cont01 img{margin-bottom: 15px;}
section.sec02 .inner .cont01 img.m{display: none;}
section.sec02 .inner .cont01>p{
    text-align: start;
    width: 620px;
    margin: 0 auto;
    color: #D65757;
    font-weight: 600;
}
section.sec02 .inner .cont01-1{
    background-image: url(../img/sec02_cont01-1_bg.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
section.sec02 .inner .cont01-1 .c_tit{
    background-color: #7057D6;
    color: #fff;
    margin-bottom: 40px;
}
section.sec02 .inner .cont01-1 .bn .b_tit{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 60px;
    word-break: keep-all;
}
section.sec02 .inner .cont01-1 .bn .b_tit>span{
    margin-right: 10px;
    color: #FF87A8;
}
section.sec02 .inner .cont01-1 .bn .img{
    margin-bottom: 30px;
}
section.sec02 .inner .cont01-1 .bn .txt{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}
section.sec02 .inner .cont01-1 .bn .txt>.m{display: inline;}
section.sec02 .inner .cont01-1 .bn .point{
    color: #D65757;
    font-size: 16px;
    font-weight: 300;
}
section.sec02 .inner .cont01-1 .boon01{margin-bottom: 100px;}

section.sec02 .inner .cont02 .c_tit{
    background-color: #5792D6;
    color: #fff;
}

section.sec02 .inner .cont02 .step01, section.sec02 .inner .cont02 .step02{
    margin-bottom: 80px;
}

section.sec02 .inner .cont02 .step01 .step_c_wrap
section.sec02 .inner .cont02 .step01 .step_c_wrap.pc{display: block;}
section.sec02 .inner .cont02 .step01 .step_c_wrap.m{display: none;}

section.sec02 .inner .cont02 .step03 .step_c_wrap.pc{display: block;}
section.sec02 .inner .cont02 .step03 .step_c_wrap.m{display: none;}

section.sec02 .inner .cont02 .step_tit{
    margin-bottom: 40px;
}
section.sec02 .step_tit.m{display: none;}
section.sec02 .inner .cont02 .notice{
    margin: 40px auto 0;
}
section.sec02 .inner .cont02 .notice.pc{display: block;}
section.sec02 .inner .cont02 .notice.m{display: none;}


section.sec02 .inner .cont02 .step01 .step_c_wrap img, section.sec02 .inner .cont02 .step03 .step_c_wrap img{
    margin: 0 10px;
}

section.sec02 .inner .cont02 .step03 .step_c_wrap{
    margin-bottom: 20px;
}
section.sec02 .inner .cont02 .step03 .channel{
    width: 636px;
    margin: 0 auto;
}
section.sec02 .inner .cont02 .step03 .channel p{
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}
section.sec02 .inner .cont02 .step03 .channel p span{font-weight: 700;}
section.sec02 .inner .cont02 .step03 .channel p.u{
    background-color: #ffcc33;
    color: #000;
    margin-bottom: 5px;
}
section.sec02 .inner .cont02 .step03 .channel p.c{
    background-color: #DC0D0D;
    color: #fff;
}




/* sec03 */
section.sec03{
    background-image: url(../img/sec03_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
section.sec03 .inner .all{margin-bottom: 100px;}
section.sec03 .inner .all:last-child{margin-bottom: 0;}

section.sec03 .inner .all .tit{
    color: #FF5785;
    margin-bottom: 0;
}

section.sec03 .inner .all .box{
    margin-top: 60px;
}
section.sec03 .inner .all .txt{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
section.sec03 .inner .all ul{
    display: flex;
    justify-content: space-between;
}
section.sec03 .inner .all ul li{
    padding: 40px 0;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    box-sizing: border-box;
}
section.sec03 .inner .all ul li span{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
section.sec03 .inner .cont02 ul li.fs{
    width : calc(70% - 10px);
    background: radial-gradient( #FF8B57, #FFC4AA );
    color: #fff;
}
section.sec03 .inner .cont02 ul li.ls{
    width : calc(30% - 10px);
    background-color: #FFFDF8;
    border: 2px solid #FF8B57;
}

section.sec03 .inner .cont03 ul li span{margin-bottom: 0;}
section.sec03 .inner .cont03 ul li.fs{
    width : calc(50% - 10px);
    background: radial-gradient(#FF7EA1, #FFBBCD );
    color: #fff;
}
section.sec03 .inner .cont03 ul li.ls{
    width : calc(50% - 10px);
    background-color: #FFFFFF;
    border: 2px solid #FF7EA1;
}
section.sec03 .inner .all ul li.fs{position: relative;}
section.sec03 .inner .all ul li.fs::after{
    display: block;
    content: "\002B";
    width: 52px;
    height: 52px;
    border-radius: 50px;
    line-height: 44px;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    background-color: #FF8B57;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -36px;
}
section.sec03 .inner .cont03 .tit{
    font-size: 30px;
    line-height: 80px;
    color: #fff;
    background-color: #FF5785;
    width: 380px;
    border-radius: 40px;
    margin: 0 auto;
}






/* sec04 */
section.sec04{
    background-image: url(../img/sec04_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
section.sec04 .inner .gift, section.sec04 .inner .course{
    border-radius: 20px;
    width: 472px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}
section.sec04 .inner .tit{
    margin-bottom: 20px;
    color: #F5C8FF;
}
section.sec04 .inner .txt{
    margin-bottom: 120px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}
section.sec04 .inner .gift span, section.sec04 .inner .course span{
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
}
section.sec04 .inner .gift .g_tit{
    width: 144px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -62px;
    right: 20px;
}
section.sec04 .inner .gift::before, section.sec04 .inner .course::before{
    display: block;
    content: "";
    width: 472px;
    height: 300px;
    background-size: 472px auto;
    background-repeat: no-repeat;
    background-position: center;
}
section.sec04 .inner .gift.h3 .g_tit{
    background-color: #FFAF24;
}
section.sec04 .inner .gift.h3{
    border: 2px solid #FFAF24;
    background: linear-gradient(rgba(255, 255, 255, 0), #FFF7E8);
    margin-bottom: 63px;
}
section.sec04 .inner .gift.h3::before{
    background-image: url(../img/sec04_cont01_gift01.png);
}
section.sec04 .inner .gift_notice{margin-bottom: 40px}
section.sec04 .inner .gift_notice li{
    font-size: 18px;
    font-weight: 200;
    color: #FFA5A5;
    line-height: 1.5;
}
section.sec04 .inner .h3_notice{
    width: 100%;
    padding: 60px;
    background-color: rgba(000, 000, 000, 0.4);
    border-radius: 20px;
    margin-bottom: 90px;
    box-sizing: border-box;
}
section.sec04 .inner .h3_notice .h_tit{
    line-height: 60px;
    width: 144px;
    font-size: 24px;
    font-weight: 800;
    background-color: #fff;
    border-radius: 60px;
    color: #3C1651;
    margin: 0 auto 40px;
}
section.sec04 .inner .h3_notice .step_img{
    width: 636px;
    height: 354px;
    background-image: url(../img/sec04_cont01_step.png);
    background-position: center;
    background-size: 460px auto;
    background-repeat: no-repeat;
    background-color: #000;
    border-radius: 20px;
    margin: 0 auto 60px;
}
section.sec04 .inner .h3_notice .notice_box {
    width: 636px;
    margin: 0 auto;
    text-align: start;    
}
section.sec04 .inner .h3_notice .notice_box .n_tit{
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 20px;
}
section.sec04 .inner .h3_notice .notice_box .n_tit::before{
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../img/icon_notice.png);
    vertical-align: middle;
    margin-right: 10px;
}
section.sec04 .inner .h3_notice .notice_box ul li{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-left: 9px;
}
section.sec04 .inner .h3_notice .notice_box ul li::before{
    display: inline-block;
    content: " \002D";
    margin-left: -9px;
}


section.sec04 .inner .gift_box{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
section.sec04 .inner .gift_box .gift{
    margin: 0 10px;
}





section.sec04 .inner .gift.h2 .g_tit{
    background-color: #F283C5;
}
section.sec04 .inner .gift.h2{
    border: 2px solid #F283C5;
    background: linear-gradient(rgba(255, 255, 255, 0), #FFE2F1);
    margin-bottom: 63px;
}
section.sec04 .inner .gift.h2::before{
    background-image: url(../img/sec04_cont01_gift02.png);
}


section.sec04 .inner .gift.h1 .g_tit{
    background-color: #6E84F2;
}
section.sec04 .inner .gift.h1{
    border: 2px solid #6E84F2;
    background: linear-gradient(rgba(255, 255, 255, 0), #DEE3FF);
    margin-bottom: 63px;
}
section.sec04 .inner .gift.h1::before{
    background-image: url(../img/sec04_cont01_gift03.png);
}
section.sec04 .inner .tit.c, section.sec04 .inner .tit.u{
    margin-bottom: 60px;
}

section.sec04 .inner .course{
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

section.sec04 .inner .course .c_tit{    
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 16px;
    overflow: hidden;
}
section.sec04 .inner .course .c_tit::after{
    display: block;
    width: 120px;
    height: 120px;
    line-height: 132px;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    top: -20px;
    right: -15px;
}
section.sec04 .inner .course.common{
    border: 2px solid #CC6EE2;
    margin-bottom: 63px;
}
section.sec04 .inner .course.common .c_tit::after{
    content: "공통";
    background-color: #CC6EE2;
}

section.sec04 .inner .course.common::before{
    background-image: url(../img/sec04_cont02_gift01.png);
}


section.sec04 .inner .course.h3 .c_tit::after{
    content: "3시간";
    background-color: #886EE2;
}
section.sec04 .inner .course.h3{
    border: 2px solid #886EE2;
    margin-bottom: 63px;
    width: 308px;
}
section.sec04 .inner .course.h3::before{
    background-image: url(../img/sec04_cont02_gift02.png);
    width: 308px;
    background-size: 308px auto;
}

section.sec04 .inner .course.h2 .c_tit::after{
    content: "2시간";
    background-color: #6E99E2;
}
section.sec04 .inner .course.h2{
    border: 2px solid #6E99E2;
    margin-bottom: 63px;
    width: 308px;
}
section.sec04 .inner .course_box .course.h2::before{
    background-image: url(../img/sec04_cont02_gift03.png);
    width: 308px;
    background-size: 308px auto;
}

section.sec04 .inner .course.h1 .c_tit::after{
    content: "1시간";
    background-color: #6ECEE2;
}
section.sec04 .inner .course.h1{
    border: 2px solid #6ECEE2;
    margin-bottom: 63px;
    width: 308px;
}
section.sec04 .inner .course.h1::before{
    background-image: url(../img/sec04_cont02_gift04.png);
    width: 308px;
    background-size: 308px auto;
}


section.sec04 .inner .course_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}


section.sec04 .inner .gift_wrap .gift{
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFC8C8;
    border-radius: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
section.sec04 .inner .gift_wrap .gift::before{
    background-image: url(../img/sec04_cont03_gift.png);
}
section.sec04 .inner .gift_wrap .txt{margin-bottom: 0;}
section.sec04 .inner .gift_wrap .txt span{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #40125B;
    margin: 0 10px -6px;
    border-radius: 25px;
    background-image: url(../img/sec03_icon.png);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center;
}




/* sec05 */
section.sec05{
    background-image: url(../img/sec05_bg.png);
}
section.sec05 .inner .tit{
    color: #45C19A;
}
section.sec05 .inner .mountain_wrap{margin-bottom: 50px;}
section.sec05 .inner .mountain_wrap ul{
    display: flex;
    justify-content: center;
}
section.sec05 .inner .mountain_wrap ul li{
    width: 33.33%;
    aspect-ratio: 321 / 380;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
section.sec05 .inner .mountain_wrap ul li::after{
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-family: 'Hakgyoansim_Nadeuri';
}


section.sec05 .inner .mountain_wrap ul li.h3{
    background-image: url(../img/sec05_before_3hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h3::after{
    content: "따라비오름 코스";
}
section.sec05 .inner .mountain_wrap ul li.h3:hover{
    background-image: url(../img/sec05_after_3hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h3:hover::after{color: #0095C4;}
section.sec05 .inner .mountain_wrap ul li.h3:hover a span{
    background: linear-gradient(rgba(000, 149, 196, 1), rgba(000, 149, 196, 0.4));
}
section.sec05 .inner .mountain_wrap ul li.h3.activity{
    background-image: url(../img/sec05_after_3hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h3.activity::after{color: #0095C4;}
section.sec05 .inner .mountain_wrap ul li.h3.activity a span{
    background: linear-gradient(rgba(000, 149, 196, 1), rgba(000, 149, 196, 0.4));
}




section.sec05 .inner .mountain_wrap ul li.h2{
    background-image: url(../img/sec05_before_2hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h2::after{
    content: "큰노꼬메오름 코스";
}
section.sec05 .inner .mountain_wrap ul li.h2:hover{
    background-image: url(../img/sec05_after_2hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h2:hover::after{color: #C875FF;}
section.sec05 .inner .mountain_wrap ul li.h2:hover a span{
    background: linear-gradient(rgba(200, 117, 255, 1), rgba(200, 117, 255, 0.4));
}

section.sec05 .inner .mountain_wrap ul li.h2.activity{
    background-image: url(../img/sec05_after_2hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h2.activity::after{color: #C875FF;}
section.sec05 .inner .mountain_wrap ul li.h2.activity a span{
    background: linear-gradient(rgba(200, 117, 255, 1), rgba(200, 117, 255, 0.4));
}



section.sec05 .inner .mountain_wrap ul li.h1{
    background-image: url(../img/sec05_before_1hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h1::after{
    content: "바리메오름 코스";
}
section.sec05 .inner .mountain_wrap ul li.h1:hover{
    background-image: url(../img/sec05_after_1hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h1:hover::after{color: #5858FF;}
section.sec05 .inner .mountain_wrap ul li.h1:hover a span{
    background: linear-gradient(rgba(88, 88, 255, 1), rgba(88, 88, 255, 0.4));
}


section.sec05 .inner .mountain_wrap ul li.h1.activity{
    background-image: url(../img/sec05_after_1hour.png);
}
section.sec05 .inner .mountain_wrap ul li.h1.activity::after{color: #5858FF;}
section.sec05 .inner .mountain_wrap ul li.h1.activity a span{
    background: linear-gradient(rgba(88, 88, 255, 1), rgba(88, 88, 255, 0.4));
}



section.sec05 .inner .mountain_wrap ul li a{
    display: block;
    width: 100%;
    aspect-ratio: 321 / 380;
    cursor: pointer;
	text-decoration: none;
}
section.sec05 .inner .mountain_wrap ul li a span{
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    background: linear-gradient(rgba(000, 000, 000, 1), rgba(000, 000, 000, 0.4));
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
}
section.sec05 .inner .app{
    width: 100%;
    max-width: 456px;
    line-height: 120px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    background-image: url(../img/sec05_btn_bg.png);
    background-repeat: no-repeat;
    background-position: center left 0;
    background-size: auto 100%;
    margin-top: 40px
}
section.sec05 .inner .app.disable{
    color: #777;
    background-image: url(../img/sec05_btn_bg_disable.png);
}




/* sec06 notice */
section.sec06{
    background-color: #000;
}
section.sec06 .inner{padding: 80px 0; text-align: start;}
section.sec06 .inner .notice_tit{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
section.sec06 .inner .notice_tit::before{
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/icon_notice.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
section.sec06 .inner ul li::before{
    content: "\002E";
    display: inline-block;
    margin-left: -10px;
    width: 10px;
}
section.sec06 .inner ul li{
    color: #999;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    margin-bottom: 15px;
    padding-left: 20px;
}
section.sec06 .inner ul li span{color: #fff;}




/* modal */
.modal_wrap {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

}
.modal_wrap>div{
    width: 100%;
    height: 100vh;
    position: relative;
}
.modal_wrap>div .modal_box{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 636px;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
}
.modal_wrap>div .modal_box .modal_tit{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-right: 20px;
}
.modal_wrap>div .modal_box .modal_tit::before{
    display: inline-block;
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(../img/icon_modal_tit.png);
    vertical-align: middle;
    margin-right: 10px;
}
.modal_wrap>div .modal_box .txt{
    color: #aaa;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.modal_wrap>div .modal_box .txt span{color: #fff;}
.modal_wrap>div .modal_box .btn{
    color: #fff;
    padding: 10px 23px 10px 30px;
    background-color: #000;
    border-radius: 10px;
    cursor: pointer;
}
.modal_wrap>div .modal_box .btn::after{
    display: inline-block;
    content: "";
    width: 9px;
    height: 14px;
    background-image: url(../img/icon_moda_btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-left: 7px;
}
.modal_wrap>div .modal_box a.btn {
	text-decoration:none;
}


/* pc - 태블릿 가로 */
@media all and (min-width:1024px) and (max-width:1919px){
	.inner{
        width: 100%;
        max-width: 900px;
    }


    /* sec00 */
    section.sec0001{
        background-size: cover;
        background-position: top center;
    }
    section.sec0001 .inner.sec00 .tit{
        margin-bottom: 180px;
    }
    section.sec0001 .inner.sec00 .bubble_wrap .bb01{top: -240px;}
    section.sec0001 .inner.sec00 .bubble_wrap .bb02{top: -140px;}


    /* sec01 */
    section.sec0001 .inner.sec01 .cont01 .all{
        width: 210px;
        height: 210px;
        border-radius: 200px;
    }

    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box{
        width: calc(50% - 10px);
    }
    section.sec0001 .inner.sec01 .cont02>.btn{
        max-width: 440px;
    }
    section.sec0001 .inner.sec01 .cont03 .video_box{width: calc(50% - 10px);}

    /* sec03 */
    section.sec03 .inner .all .box{width: 100%;}


    /* sec04 */
    section.sec04 .inner .gift::before, section.sec04 .inner .course::before{
        width: 90%;
        background-size: contain;
        margin: 0 auto;
    }
    section.sec04 .inner .gift{width: calc(50% - 10px);}
    section.sec04 .inner .course_box>.course{width:  calc(33.33% - 10px);}
    section.sec05 .inner .app{width: 440px;}


    /* modal */
    .modal_wrap>div .modal_box{
        width: calc(50% - 10px);
    }
}

/* 태블릿 가로 - 태블랫 세로 */

@media all and (min-width:768px) and (max-width:1023px){
    .inner{
        width:  calc(100% - 64px);
        padding: 150px 32px;
    }
    .tit{font-size: 8.8542vw;}

    /* sec00 */
    section.sec0001{
        background-image: url(../img/m_sec0001_bg.png);
        background-position: top -59vw center;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: auto 60%;
        box-sizing: border-box;
    }
    section.sec0001 .inner.sec00 .logo{right: 32px;}
    section.sec0001 .inner.sec00 .logo.cu{top: 80px;}
    section.sec0001 .inner.sec00 .logo.use{top: 60px;}
    section.sec0001 .inner.sec00 .sub_tit{
        width: 100%;
        font-size: 3.9063vw;
        font-weight: 500;
        line-height: 75px;
    }
    section.sec0001 .inner.sec00 .tit{
        margin-bottom: 0;
    }
    section.sec0001 .inner.sec00 .tit .name_wrap{
        margin-left: 0;
        display: block;
        margin-bottom: 30px;
    }
    section.sec0001 .inner.sec00 .tit .slick-list{
        width: 80vw;
    }
    section.sec0001 .inner.sec00 .tit .name_wrap .slick-slide{text-align: center;}
    section.sec0001 .inner.sec00 .bubble_wrap .bb01{
        position: inherit;
        top: inherit;
        left: 0;
        right: inherit;
        width: 100%;
        background-position: left center;
        background-repeat: no-repeat;
    }
    section.sec0001 .inner.sec00 .bubble_wrap .bb02{
        position: inherit;
        top: inherit;
        left: inherit;
        right: 0;
        width: 100%;
        background-position: right center;
        background-repeat: no-repeat;
    }
    


    /* sec01 */
    section.sec0001 .inner.sec01 .cont01 .all{
        width: calc(33.33% - 5px);
        border-radius: 200px;
        aspect-ratio: 1 / 1;
    }
    section.sec0001 .inner.sec01 .cont01 .all>p{font-size: 3.9063vw; font-weight: 600;}
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box{
        width: 100%;
        max-width: none;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .box1{margin-bottom: 30px;}
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .box1, section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .box2{float: none;}

    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap{
        width: 100%; 
        max-width: none;
        line-height: 90px;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap p{
        font-weight: 600;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .txt{
        font-size: 3.5156vw;
        font-weight: 300;
    }


    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap p, section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap a{
        font-size: 3.9063vw;
    }
    section.sec0001 .inner.sec01 .cont02>.btn{
        background-color: #877FDF;
        line-height: 160px;
        font-size: 5.8594vw;
        width: 100%;
        max-width: none;
    }


    section.sec0001 .inner.sec01 .cont03 .video_box{width: 100%; max-width: none;}
    section.sec0001 .inner.sec01 .cont03 .video_box .video_tit{
        width: 60.2778vw;
        height: 90px;
        line-height: 90px;
        font-weight: 500;
        font-size: 3.5vw;
    }
    section.sec0001 .inner.sec01 .cont03 .video_box iframe{max-width: none;}
    section.sec0001 .inner.sec01 .cont03 .video_box:nth-child(1){float: none; margin-bottom: 30px;}
    section.sec0001 .inner.sec01 .cont03 .video_box:nth-child(2){float: none;}
    section.sec0001 .inner.sec01 .cont03>.btn{
        background-color: #D385FF;
        line-height: 160px;
        font-size: 5.8594vw;
        width: 100%;
        max-width: none;
    }


    /* sec02 */
    section.sec02 .inner .all{padding: 60px 20px;}
    section.sec02 .inner .all .c_tit{    
        width: 47.2222vw;
        line-height: 90px;
        font-size: 4.1667vw;
        margin: 0 auto 60px;
    }
    section.sec02 .inner .cont01 img.pc{display: none;}
    section.sec02 .inner .cont01 img.m{
        display: block;
        margin: 0 auto 30px;
    }
    section.sec02 .inner .cont01>p {
        text-align: center;
        font-size: 3.3333vw;
        font-weight: 300;
    }
    section.sec02 .inner .cont01-1 .bn .b_tit{font-size: 4.1667vw;}
    section.sec02 .inner .cont01-1 .bn .b_tit>span{
        margin-right: 0;
        display: block;
        margin-bottom: 30px;
    }section.sec02 .inner .cont01-1 .bn .txt{
        font-size: 3.7500vw;
    }
    section.sec02 .inner .cont01-1 .bn .txt>.m{display: block;}
    section.sec02 .inner .cont01-1 .bn .point{
        font-size: 3.3333vw;
    }


    /* sec03 */
    section.sec03 .inner .all .box{
        overflow: scroll;
    }
    section.sec03 .inner .all ul{display: block;}
    section.sec03 .inner .cont02 ul li.fs{width: 100%; margin-bottom: 30px;}
    section.sec03 .inner .cont02 ul li.ls{width: 100%;}
    section.sec03 .inner .cont03 ul li.fs{width: 100%; margin-bottom: 30px}
    section.sec03 .inner .cont03 ul li.ls{width: 100%;}
    section.sec03 .inner .all ul li{
        box-sizing: border-box;
        padding: 50px 30px;
        font-size: 3.7500vw;
    }
    section.sec03 .inner .all ul li span{
        font-size: 4.1667vw;
        font-weight: 600;
        margin-bottom: 30px;
    }
    section.sec03 .inner .all.cont03 ul li span{margin-bottom: 00;}

    section.sec03 .inner .all ul li.fs::after{
        left: 50%;
        right: inherit;
        top: inherit;
        bottom: -36px;
        transform: translatex(-50%);
        font-size: 5vw;
        font-weight: 300;
    }

    /* sec04 */
    section.sec04 .inner .gift, section.sec04 .inner .course{    
        width: 60.2778VW;
        height: 34vw;
    }
    section.sec04 .inner .gift::before, section.sec04 .inner .course::before{
        width: 60.2778vw;
        height: 34vw;
        background-size: 60.2778vw auto;
        background-size: contain;
    }
    section.sec04 .inner .gift span, section.sec04 .inner .course span{
        font-size: 4.1667vw;
        bottom: -61px;
    }



    section.sec04 .inner .gift.h3{
        margin-bottom: 93px;
    }
    section.sec04 .inner .gift_notice {
        margin-bottom: 60px;
    }
    section.sec04 .inner .gift_notice li{font-size: 3.7500vw;}


    section.sec04 .inner .h3_notice{
        padding: 70px 20px 80px;
    }
    section.sec04 .inner .h3_notice .h_tit{
        line-height: 90px;
        width: 210px;
        font-size: 5vw;
    }
    section.sec04 .inner .h3_notice .notice_box .n_tit{
        font-size: 3.7500vw;
        font-weight: 400;
        margin-bottom: 40px;
        line-height: 90px;
    }
    section.sec04 .inner .h3_notice .notice_box .n_tit::before{
        width: 38px;
        height: 38px;
        background-size: 38px;
    }
    section.sec04 .inner .h3_notice .notice_box ul li::before{
        padding-right: 14px;
        margin-left: -23px;
    }
    section.sec04 .inner .h3_notice .notice_box ul li{
        font-size: 3.7500vw;
        margin-left: 15px;
    }


    section.sec04 .inner .gift_box{flex-direction: column; margin-bottom: 190px;}
    section.sec04 .inner .gift_box .gift{margin: 0 auto;}
    section.sec04 .inner .gift_box .gift:first-child{margin-bottom: 150px;}


    section.sec04 .inner .course_box{flex-direction: column;}
    section.sec04 .inner .course.h3, section.sec04 .inner .course.h2, section.sec04 .inner .course.h1{
        width: 60.2778VW;
        margin-bottom: 100px;
    }
    section.sec04 .inner .course_box .course.h3::before, section.sec04 .inner .course_box .course.h2::before, section.sec04 .inner .course_box .course.h1::before{
        width: 60.2778vw;
        background-size: 45vw auto;
    }
    section.sec04 .inner .course .c_tit::after{
        font-size: 3.3333vw;
    }
    section.sec04 .inner .gift_wrap .gift::before{
        background-size: 45vw auto;
    }
    section.sec04 .inner .gift_wrap .txt{font-size: 4.1667vw;}
    section.sec04 .inner .gift_wrap .txt span{
        width: 30px;
        height: 30px;
        margin: 0 10px -4px;
    }



    /* sec05 */
    section.sec05 {
        background-size: auto 110%;
        background-position: bottom center;
    }
    section.sec05 .inner .mountain_wrap ul li{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    section.sec05 .inner .mountain_wrap{margin-bottom: 80px;}
    section.sec05 .inner .mountain_wrap ul li::after{width: 100%; font-size: 5vw;    bottom: -60px;}
    section.sec05 .inner .app{
        background-color: #51DFB2;
        line-height: 160px;
        font-size: 5.8594vw;
        width: 100%;
        max-width: none;
    }


    /* sec06 notice */
    section.sec06 .inner{
        padding: 120px 0;
    }
    section.sec06 .inner .notice_tit{font-size: 3.7500vw;}
    section.sec06 .inner .notice_tit::before{margin-bottom: 2px;}
    section.sec06 .inner ul li{
        font-size: 3.7500vw;
    }

    /* modal */
    .modal_wrap>div .modal_box{
        width: calc(80% - 16.1458vw);
    }

}



/* pc - 태블릿 가로 */
@media all and (min-width:310px) and (max-width:767px){
    .inner{
        width:  calc(100% - 10.0000vw);
    }
    
    .bn_fix{
        height: 18.7500vw;
    }
    .bn_fix a{
        height: 18.7500vw;
		line-height: 1.5;
        font-size: 4.3750vw;
        padding-top: 3vw;
    }
    .bn_fix a span{
        display: block;
    }

    .tit{font-size: 10.6250vw; margin-bottom: 9.3750vw;}
    section.sec0001 {
        background-image: url(../img/m_sec0001_bg.png);
        background-repeat: no-repeat;
        background-size: 117% auto;
        background-position: top center;
    }


    /* sec00 */
    section.sec0001 .inner.sec00 .logo{
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
    }
    section.sec0001 .inner.sec00 .logo.use{    
        width: 16vw;
        height: 7.5vw;
        top: 5vw;
    }
    section.sec0001 .inner.sec00 .logo.cu{
        width: 18.1146vw;
        height: 5vw;
        top: 5.4vw;
    }
    section.sec0001 .inner.sec00 .sub_tit{
        width: 100%;
        font-size: 4vw;
        font-weight: 500;
    }
    section.sec0001 .inner.sec00 .tit .name_wrap{
        margin-left: 0;
        display: block;
        margin-bottom: 30px;
    }
    section.sec0001 .inner.sec00 .tit .slick-list{
        width: 100%;
    }
    section.sec0001 .inner.sec00 .tit .name_wrap .slick-slide{
        text-align: center;
    }
    section.sec0001 .inner.sec00 .tit{
        background-image: none;
        font-size: 13vw;
        margin-bottom: 7.8125vw;
    }
    section.sec0001 .inner.sec00 .tit .name_wrap .slick-slide{text-align: center;}
    section.sec0001 .inner.sec00 .bubble_wrap .bb01{
        position: inherit;
        top: inherit;
        left: 0;
        right: inherit;
        width: 100%;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 47vw;
    }
    section.sec0001 .inner.sec00 .bubble_wrap .bb02{
        position: inherit;
        top: inherit;
        left: inherit;
        right: 0;
        width: 100%;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 47vw;
    }
    section.sec0001 .inner.sec00>img{
        width: 50%;
    }



    /* sec01 */
    section.sec0001 .inner.sec01 .cont01{margin-bottom: 14.0625vw;}
    section.sec0001 .inner.sec01 .cont01 .all{
        width: 100%;
        margin: 0 0.7813vw;
        height: 27vw;
    }
    section.sec0001 .inner.sec01 .cont01 .all>p{
        font-size: 3.6875vw;
        font-weight: 500;
        line-height: 1.3;
    }
    section.sec0001 .inner.sec01 .cont01::after{display: none;}

    section.sec0001 .inner.sec01 .cont02{
        margin-bottom: 23.4375vw;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box{
        max-width: none;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap{ 
        line-height: 14.0625vw;
        border-radius: 3.1250vw;
        max-width: none;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box{
        border-radius: 3.1250vw;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap p{font-weight: 500;}
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap p, section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .tit_wrap a{
        font-size: 4.6875vw;
        padding: 0 6.2500vw;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box .txt{
        border-radius: 3.1250vw;
        font-size: 4.2188vw;
        font-weight: 300;
        padding: 6.2500vw;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box.box1{
        margin-bottom: 4.6875vw;
        float: none;
    }
    section.sec0001 .inner.sec01 .cont02 .reivwe_wrap .review_box.box2{float: none;}
    section.sec0001 .inner.sec01 .cont02>.btn{
        max-width: none;
        line-height: 25.0000vw;
        font-size: 7.0313vw;
        font-weight: 500;
        border-radius: 3.1250vw;
    }



    section.sec0001 .inner.sec01 .cont03 .video_box .video_tit{
        max-width: 67.8125vw;
        font-size: 4.6875vw;
        border-top-left-radius: 3.1250vw;
        border-top-right-radius: 3.1250vw;
        line-height: 14.0625vw;
    }
    section.sec0001 .inner.sec01 .cont03 .video_box iframe{
        max-width: none;
        border-radius: 3.1250vw;
        max-width: none;
    }
    section.sec0001 .inner.sec01 .cont03 .video_box:nth-child(1){
        float: none;
        margin-bottom: 4.6875vw;
        max-width: none;
    }
    section.sec0001 .inner.sec01 .cont03 .video_box:nth-child(2){
        float: none;
        max-width: none;
    }
    section.sec0001 .inner.sec01 .cont03>.btn{
        max-width: none;
        line-height: 25.0000vw;
        font-size: 7.0313vw;
        font-weight: 500;
        border-radius: 3.1250vw;
    }



    /* sec02 */
    section.sec02{
        background-image: none;
        background-color: #A8C5FF;
    }

    section.sec02 .inner .all{
        padding: 6.2500vw;
        border-radius: 4.6875vw;
    }
    section.sec02 .inner .all .c_tit{    
        width: 53.1250vw;
        font-size: 4.6875vw;
        line-height: 14.0625vw;
        margin-bottom: 9.3750vw;
    }
    section.sec02 .inner .cont01, section.sec02 .inner .cont01-1{
    margin-bottom: 4.6875vw;
}
    section.sec02 .inner .cont01 img.m{
        display: block;
        width: 50%;
        margin: 0 auto 7.8125vw;
        height: auto;
    }
    section.sec02 .inner .cont01 img.pc{display: none;}
    section.sec02 .inner .cont01>p{
        font-size: 3.7500vw;
        font-weight: 200;
        width: 100%;
        text-align: center;
        line-height: 1.5;
        word-break: keep-all;
    }


    section.sec02 .inner .cont01-1 .bn .b_tit{
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 12.5000vw;
    }
    section.sec02 .inner .cont01-1 .bn .b_tit>span{
        display: block;
        line-height: 1.5;
        font-size: 4.6875vw;
    }
    section.sec02 .inner .cont01-1 .bn>img{width: 100%;}
    section.sec02 .inner .cont01-1 .bn .img {
        margin-bottom: 4.6875vw;
        width: 47.5000vw;
    }
    section.sec02 .inner .cont01-1 .bn .txt{
        font-size: 4.2188vw;
        line-height: 1.5;
    }
    section.sec02 .inner .cont01-1 .bn .point{font-size: 3.7500vw;}


    section.sec02 .inner .cont01-1 .boon01 {
        margin-bottom: 21.8750vw;
    }
    section.sec02 .inner .cont01-1{
        background-image: url(../img/m_sec02_cont01-1_bg.png);
        background-size: cover;
    }
    section.sec02 .inner .cont02 img{
        width: 100%;
    }

    section.sec02 .inner .cont02 .step01 .step_c_wrap.pc{display: none;}
    section.sec02 .inner .cont02 .step01 .step_c_wrap.m{display: block;}

    section.sec02 .inner .cont02 .step03 .step_c_wrap.pc{display: none;}
    section.sec02 .inner .cont02 .step03 .step_c_wrap.m{display: block;}


    section.sec02 .inner .cont02 .step01 .step_c_wrap img{
        margin: 0 auto 4.6875vw;
        width: 67.8125vw;
    }

    section.sec02 .inner .step_tit{display: none;}
    section.sec02 .inner .step_tit.m{
        display: block;
        width: 100%;
    }
    section.sec02 .inner .cont02 .step02 .notice.pc{display: none;}
    section.sec02 .inner .cont02 .step02 .notice.m{display: block;}
    section.sec02 .inner .cont02 .step02 .step_tit{
        width: auto;
        height: 16.8750vw;
        margin: 0 auto 14.0625vw;
    }






    
    section.sec02 .inner .cont02 .step03 .step_tit{
        width: auto;
        height: 21.8750vw;
        margin: 0 auto 14.0625vw;
    }
    section.sec02 .inner .cont02 .step03 .step_c_wrap{
        display: flex;
    }
    section.sec02 .inner .cont02 .step03 .step_c_wrap img{
        width: calc(50% - 1.5625vw);
        margin: 0;
    }

    section.sec02 .inner .cont02 .step03 .channel{
        width: 100%;
        padding: 2vw;
    }
    section.sec02 .inner .cont02 .step03 .channel p{
        font-size: 3.7500vw;
        line-height: 1.5;
        word-break: keep-all;
    }
    section.sec02 .inner .cont02 .step03 .channel span{
        display: block;
    }

    section.sec02 .inner .cont02 .notice.pc{display: none;}
    section.sec02 .inner .cont02 .notice.m{display: block;}
    section.sec02 .inner .cont02 .notice{margin: 9.3750vw auto 0;}




    /* sec03 */
    section.sec03{
        background-image: none;
        background-color: #FFECEC;
    }
    section.sec03 .inner .all{margin-bottom: 23.4375vw;}
    section.sec03 .inner .all:last-child{margin-bottom: 0;}

    section.sec03 .inner .all .tit{
        color: #FF5785;
        margin-bottom: 0;
    }

    section.sec03 .inner .all .box{
        margin-top: 9.3750vw;
        overflow: scroll;
    }
    section.sec03 .inner .all .txt{
        margin-top: 4.6875vw;
        font-size: 4.2188vw;
        font-weight: 300;
        line-height: 1.5;
    }
    section.sec03 .inner .all ul{
        display: block;
    }
    section.sec03 .inner .all ul li{
        padding: 7.8125vw 0;
        border-radius: 3.1250vw;
        font-size: 4.2188vw;
        font-weight: 300;
        line-height: 1;
    }
    section.sec03 .inner .all ul li span{
        font-size: 4.6875vw;
        font-weight: 700;
        display: block;
    }
    section.sec03 .inner .cont02 ul li.fs{
        width : 100%;
    }
    section.sec03 .inner .cont02 ul li.ls{
        width : 100%;
    }

    section.sec03 .inner .cont03 ul li span{margin-bottom: 0;}
    section.sec03 .inner .cont03 ul li.fs{
        width : 100%;
    }
    section.sec03 .inner .cont03 ul li.ls{
        width : 100%;
    }
    section.sec03 .inner .all ul li.fs{
        position: relative;
        margin-bottom: 4.6875vw;
    }
    section.sec03 .inner .all ul li.fs::after{
        display: block;
        content: "\002B";
        width: 8.1250vw;
        height: 8.1250vw;
        border-radius: 10vw;
        line-height: 8.1250vw;
        color: #fff;
        font-size: 3.4375vw;
        font-weight: 900;
        background-color: #FF8B57;
        position: absolute;
        top: inherit;
        transform: translatex(50%);
        right: 50%;
        bottom: -6vw;
    }
    section.sec03 .inner .cont03 .tit{
        font-size: 7.0313vw;
        line-height: 80px;
        color: #fff;
        background-color: #FF5785;
        width: 100%;
        border-radius: 40px;
        margin: 0 auto;
    }



    /* sec04 */
    section.sec04 .inner .txt{
        font-size: 4.2188vw;
        margin-bottom: 25.0000vw;
    }


    section.sec04 .inner .h3_notice .h_tit{
        line-height: 14.0625vw;
        width: 32.8125vw;
        font-size: 5.6250vw;
        font-weight: 800;
        background-color: #fff;
        border-radius: 14.0625vw;
        color: #3C1651;
        margin: 0 auto 5.6250vw;
    }
    section.sec04 .inner .gift, section.sec04 .inner .course {
        border-radius: 4.6875vw;
        width: 68.1250vw;
        height: 40.6250vw;
    }
    section.sec04 .inner .gift::before, section.sec04 .inner .course::before{
        width: 68.1250vw;
        height: 40.6250vw;
        background-size: contain;
    }
    section.sec04 .inner .gift span, section.sec04 .inner .course span{
        font-size: 4.6875VW;
        bottom: -9.2vw;
        font-weight: 400;
    }
    section.sec04 .inner .gift .g_tit{
        width: 28.1250vw;
        line-height: 10.9375vw;
        font-size: 4.6875vw;
        border-top-left-radius: 4.6875vw;
        border-top-right-radius: 4.6875vw;
        top: -10.9375vw;
        right: 4.6875vw;
    }
    section.sec04 .inner .gift_notice li{
        font-size: 4.2188vw;
    }
    section.sec04 .inner .h3_notice{
        padding: 12.5000vw 4.6875vw;
        margin-bottom: 18.7500vw;
    }
    section.sec04 .inner .h3_notice .step_img{
        width: 100%;
        height: 82.0313vw;
        background-image: url(../img/m_sec04_cont01_step.png);
        background-size: 85% auto;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 14.0625vw;
    }

    section.sec04 .inner .h3_notice .notice_box{
        width: 100%;
    }
    section.sec04 .inner .h3_notice .notice_box .n_tit {
        font-size: 4.2188vw;
        line-height: 8vw;
        border-bottom: 1px solid #fff;
        color: #fff;
        margin-bottom: 5vw;
    }
    section.sec04 .inner .h3_notice .notice_box ul li{
        font-size: 4.2188vw;
        line-height: 1.5;
    }


    section.sec04 .inner .gift_box{
        flex-direction: column;
        margin-bottom: 34.3750vw;
    }
    section.sec04 .inner .gift_box .gift{margin: 0 auto;}
    section.sec04 .inner .gift_box .gift:first-child{margin-bottom: 28.1250vw;}


    section.sec04 .inner .tit.c, section.sec04 .inner .tit.u {
        margin-bottom: 14.0625vw;
    }

    section.sec04 .inner .course .c_tit{
        width: 21.8750vw;
        height: 21.8750vw;
        border-top-right-radius: 3.9vw;
    }
    section.sec04 .inner .course_box{flex-direction: column; margin-bottom: 23.4375vw;}
    section.sec04 .inner .course.h3, section.sec04 .inner .course.h2, section.sec04 .inner .course.h1{
        width: 68.1250vw;
        height: 40.6250vw;
        margin-bottom: 17.1875vw;
    }
    section.sec04 .inner .course_box .course.h3::before, section.sec04 .inner .course_box .course.h2::before, section.sec04 .inner .course_box .course.h1::before{
        width: 68.1250vw;
        height: 40.6250vw;
        background-size: 45vw auto;
    }
    section.sec04 .inner .course .c_tit::after{
        width: 21.8750vw;
        height: 21.8750vw;
        line-height: 27.875vw;
        font-size: 4.6875vw;
        right: -0.5vw;
    }
    section.sec04 .inner .gift_wrap .gift::before{
        background-size: 45vw auto;
    }
    section.sec04 .inner .gift_wrap .txt{font-size: 4.1667vw;}
    section.sec04 .inner .gift_wrap .txt span{
        width: 5.6250vw;
        height: 5.6250vw;
        margin: 0 10px -4px;
    }




    /* sec05 */
    section.sec05 {
        background-image: url(../img/m_sec05_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    section.sec05 .inner .mountain_wrap ul{
        display: block;
    }
    section.sec05 .inner .mountain_wrap ul li{
        width: 49.3750vw;
        margin-bottom: 14.0625vw;
    }
    section.sec05 .inner .mountain_wrap ul li:nth-child(2){
        margin-left: auto;
    }
    section.sec05 .inner .mountain_wrap ul li::after{
        font-size: 5.6250vw;
        width: 100%;
        bottom: -10.2vw;
    }

    section.sec05 .inner .mountain_wrap ul li a span{
        width: 23.4375vw;
        height: 23.4375vw;
        line-height: 23.4375vw;    
        font-size: 4.6875vw;
    }
    section.sec05 .inner .app{
        max-width: none;
        line-height: 25.0000vw;
        font-size: 7.0313vw;
        font-weight: 500;
        border-radius: 3.1250vw;
    }


    /* sec06 notice */
    section.sec06 .inner .notice_tit{font-size: 4.2188vw; margin-bottom: 9.3750vw;}
    section.sec06 .inner ul li{
        font-size: 4.2188vw;
        margin-bottom: 3.5vw;
    }
    section.sec06 .inner .notice_tit::before{
        width: 5.1563vw;
        height: 5.1563vw;
    }

    /* modal */
    .modal_wrap>div .modal_box{
        width: 90%;
    }
    .modal_wrap>div .modal_box .txt{word-break: keep-all;}

}