@charset "utf-8";


/* main_visual */
.main_visual{
    width: 100vw;
}
.main_visual .inner{
    margin-top: 6.77vw;
    height: 43.4375vw;
    position: relative;
    width: 100%;
}
.main_visual .inner .bg{
    width: 100%;
    height: 100%;    
}
.main_visual .inner .bg figure{
    width: 100%;
    height: 100%;
}
.main_visual .inner .text{
    position: absolute;
    left: 50%;
    top: 2.60vw;
    transform: translateX(-50%);
    z-index: 1;
}
.main_visual .inner .text h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 1.04vw;
    color: #fff;
}
.main_visual .inner .text p span{
    font-weight: 900;
    color: #000;
}
/* main_visual */


/* section01 */
.section01{
    padding: 13.54vw 0;
}
.section01 .title{
    margin: 0 auto;
    margin-bottom: 6.77vw;
    position: relative;
}
.section01 .title h1{
    padding-left: 13.54vw;
    font-size: 3.125vw;
    mix-blend-mode: lighten;
}
.section01 .title video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.section01 .title h1:nth-child(1){
    -webkit-text-stroke: 8px #000;
    letter-spacing: 0.1vw;
    background: #fff;
    position: relative;
    z-index: 2;
}
.section01 .title h1:nth-child(1) span:nth-child(2){
    -webkit-text-stroke: 10px transparent;
    font-weight: 900;
}
.section01 .title h1:nth-child(1) span:nth-child(3){
    -webkit-text-stroke: 8px transparent;
    letter-spacing: 0.35vw;
    font-family: 'null';
}
.section01 .title figure{
    width: 36.82vw;
    height: 4.84375vw;
}
.section01 .text{
    text-align: center;
}
.section01 .text figure{
    width: 13.02vw;
    height: 5.73vw;
    margin: 0 auto;
}
.section01 .text h1{
    font-size: 2.60vw;
    font-weight: 700;
}
.section01 .text h1 p{
    color: #000;
}
.section01 .text h1 span{
    font-weight: 900;
    font-size: 3.125vw;
    position: relative;
}
.section01 .text h1 span::before{
    content: "";
    position: absolute;
    top: -0.52vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0.52vw;
    height: 0.52vw;
    background-color: #000;
    border-radius: 50%;
}
.section01 .text > p{
    font-size: 1.56vw;
    font-weight: 700;
    margin: 2.08vw 0 0;
}
.section01 .img{
    position: relative;
    height: max-content;
    width: 100%;
    height: max-content;
}
.section01 .img figure:nth-child(1){
    width: 50vw;
    height: 50vw;
    margin: 0 auto;

}
.section01 > a{
    width: 10.41vw;
    height: 3.125vw;
    border-radius: 1.56vw;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.30vw;
    font-weight: 700;
    margin: 0 auto;
    transition: 0.5s;
}
.section01 > a:hover{
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}
/* section01 */



/* section02 */
.section02{
    margin: 6.77vw 0;
    width: 100vw;
    height: 26.04vw;
    background-image: url(/img/sec02_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%, 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section02 .title{
    display: flex;
    color: #fff;
    align-items: center;
}
.section02 .title h1{
    font-size: 3.125vw;
    font-weight: 700;

}
.section02 .title figure{
    width: 23.85vw;
    height: 3.125vw;
    margin-right: 1.04vw;
}
.section02 .title h1 span{
    font-weight: 900;
}
/* section02 */


/* section03 */
.section03{
    padding: 6.77vw 0;
}
.section03 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 5.20vw;
    text-align: center;
}
.section03 .cont{
    margin-bottom: 5.20vw;
}
.section03 .cont .box{
    display: flex;
    align-items: center;
    height: 18.22vw;
    margin-bottom: 2.60vw;
    position: relative;
    width: 100%;
}
.section03 .cont .box:nth-child(2){
    justify-content: flex-end;
}
.section03 .cont .box:nth-child(2) .left{
    border-radius: 2.60vw 0 0 2.60vw;
}
.section03 .cont .box:nth-child(2) .left h1{
    right: unset;
    left: 2.60vw;
}
.section03 .cont .box .left{
    width: 72.91vw;
    height: 100%;
    border-radius: 0 2.60vw 2.60vw 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100%, 100%;
    position: relative;
}
.section03 .cont .box .left::after{
    content: "";
    background-color: #0000007a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section03 .cont .box .left h1{
    position: absolute;
    right: 2.60vw;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.60vw;
    color: #fff;
    z-index: 2;
    font-weight: 700;
}
.section03 .cont .box .left h1 span{
    font-size: 5.20vw;
    font-weight: 900;
}
.section03 .cont .box:nth-child(1) .left{
    background-image: url('/img/sec03_img01.png');
}
.section03 .cont .box:nth-child(2) .left{
    background-image: url('/img/sec03_img02.png');
}
.section03 .cont .box:nth-child(3) .left{
    background-image: url('/img/sec03_img03.png');
}
.section03 > p{
    width: 100%;
    text-align: center;
    font-size: 1.56vw;
    font-weight: 600;
}
/* section03 */


/* section04 */
.section04{
    width: 100vw;
    padding: 6.77vw 0;
    background-color: #F2F2F2;
}
.section04 > h1{
    font-size: 2.08vw;
    margin-bottom: 5.20vw;
    text-align: center;
    font-weight: 900;
}
.section04 .slider{
    width: 100%;
    height: 21.875vw;
    margin-bottom: 5.20vw;
}
.section04 > a{
    width: 10.41vw;
    height: 3.125vw;
    border-radius: 1.56vw;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.30vw;
    font-weight: 700;
    margin: 0 auto;
    transition: 0.5s;
}
.section04 > a:hover{
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;

}

/* section04 */


/* section05 */
.section05{
    padding: 6.77vw 0;
}
.section05 > h1{
    background-color: #000;
    border-radius: 2.60vw;
    padding: 1.30vw 2.60vw;
    width: max-content;
    margin: 0 auto;
    color: #fff;
    font-size: 2.08vw;
    font-weight: 900;
}
.section05 > p{
    font-size: 1.56vw;
    text-align: center;
    margin: 2.08vw 0 4.16vw;
}
.section05 > p span{
    font-weight: 700;
}
.section05 .cont{
    width: 100%;
    padding: 2.60vw 0;
    position: relative;
    background-color: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.section05 .cont .slider{
    width: 100%;
    height: 19.47vw;
}
.section05 .text h1{
    width: max-content;
    margin: 0 auto;
    margin-top: 2.60vw;
    font-size: 1.56vw;
    font-weight: 700;
    position: relative;
}
.section05 .text h1 span{
    font-weight: 900;
    font-size: 2.08vw;
    position: relative;
}
.section05 .text h1 span::before{
    content: "";
    position: absolute;
    background-image: url('/img/sec05_chat.png');
    background-size: cover;
    width: 50px;
    height: 50px;

    left: 2vw;
    top: -1.3vw;
    transform: rotate(-10deg);
    color: #000;
    font-weight: 900;
    font-size: 1.04vw;
    animation: move 2s infinite ease-in-out;
}
.section05 .text h1 span::after{
    content: "";
    position: absolute;
    background-image: url('/img/sec05_chat.png');
    background-size: cover;
    width: 50px;
    height: 50px;

    left: -0.5vw;
    transform: rotate(-10deg);
    color: #000;
    font-weight: 900;
    font-size: 1.04vw;
    animation: moves 2s infinite ease-in-out;
}

.section05 .text h1::before{
    content: "";
    background-image: url('/img/sec05_new.png');
    width: 100px;
    height: 100px;
    position: absolute;
    left: -4vw;
    top: -3.3vw;
    transform: rotate(-45deg);
    color: #ffef12;
    font-weight: 900;
    animation: blink 1s infinite ease-in-out;
}
@keyframes blink {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes move {
    0%{
        top: -2.5vw;
    }
    50%{
        top: -2vw;
    }
    100%{
        top: -2.5vw;
    }
}
@keyframes moves {
    0%{
        bottom: 1vw;
    }
    50%{
        bottom: 0.7vw;
    }
    100%{
        bottom: 1vw;
    }
}
.section05 .text p{
    font-size: 1.04vw;
    text-align: center;
    margin: 1.04vw 0 2.60vw;
    font-weight: 700;
}
.section05 .text p span{
    font-weight: 900;
}
.section05 .text a{
    display: block;
    background-color: #000;
    border: 2px solid #000;

    border-radius: 2.60vw;
    padding: 0.83vw 1.56vw;
    width: max-content;
    margin: 0 auto;
    color: #fff;
    font-size: 1.30vw;
    font-weight: 700;
    transition: 0.5s;
}
.section05 .text a:hover{
    background-color: #fff;
    color: #000;
}

/* section05 */


/* section06 */
.section06{
    padding: 6.77vw 0;
    background-color: #F2F2F2;
}
.section06 .inner{
    display: flex;
    width: 72.91vw;
    margin: 0 auto;
    justify-content: space-between;
}
.section06 .inner .left{
    width: 36.45vw;
    position: relative;
}
.section06 .inner .left > figure{
    position: absolute;
    right: 0;
    top: 0;
    width: 19.94vw;
    height: 31.25vw;
    z-index: 0;
}
.section06 .inner .left > .text{
    padding-top: 6.77vw;
    margin-bottom: 2.60vw;
}
.section06 .inner .left > .text h1{
    font-size: 3.125vw;
    font-family: 'null';
}
.section06 .inner .left > .text p{
    font-size: 2.60vw;
    font-weight: 900;
}
.section06 .inner .left > .text span{
    font-size: 1.56vw;
    font-weight: 900;
}
.section06 .inner .left ul{
    width: 100%;
    position: relative;
    z-index: 1;
}
.section06 .inner .left ul li{
    width: 100%;
    height: 6.25vw;
    border-radius: 1.04vw;
    background-color: #000;
    color: #fff;
    margin-bottom: 1.56vw;
}
.section06 .inner .left ul li:last-child{
    margin-bottom: 0;
}
.section06 .inner .left ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.60vw 0 4.16vw;
    transition: 0.5s;
    cursor: pointer;
}
/* .section06 .inner .left ul li:hover{
    transform: translateX(2vw);
}
 */.section06 .inner .left ul li:nth-child(even){
    background-color: #fff;
    color: #000;
}
.section06 .inner .left ul li figure{
    width: 5.20vw;
    height: 5.20vw;
}
.section06 .inner .left ul li .text p{
    font-size: 1.56vw;
    font-weight: 900;
    margin-bottom: 0.26vw;
}
.section06 .inner .left ul li .text span{
    font-size: 1.30vw;
    font-weight: 600;
}
.section06 .inner .right{
    width: 26.04vw;
    height: 73.17vw;
}
.section06 .inner .right figure{
    width: 100%;
    height: 100%;
}
/* section06 */



/* section07 */
.section07{
    padding: 6.77vw 0;
    position: relative;
}
.section07 .bg{
    position: absolute;
    top: 6.77vw;
    right: 0;
    width: 53.78125vw;
    height: 58vw;
    z-index: -1;
}
.section07 .bg figure{
    width: 100%;
    height: 100%;
}
.section07 .inner{
    width: 72.91vw;
    margin: 0 auto;
    margin-top: 10.15625vw;
}
.section07 .inner .up{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.16vw;
}
.section07 .inner .up .box{
    width: 20.83vw;
    height: 23.4375vw;
    border-radius: 1.56vw;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    padding-top: 2.08vw;
    align-items: center;
}
.section07 .inner .up .box figure{
    width: 16.66vw;
    height: 12.65625vw;
    border-radius: 1.04vw;
    overflow: hidden;
    margin-bottom: 2.08vw;
}
.section07 .inner .up .box h1{
    font-size: 1.56vw;
    font-weight: 700;
    text-align: center;
}
.section07 .inner .up .box h1 span{
    color: #000;
    font-weight: 900;
}
.section07 .inner .up .text{
    text-align: right;
    color: #fff;
    background: #000;
    padding: 4vw;
    border-radius: 12vw 12vw 0 12vw;
}
.section07 .inner .up .text span{
    font-size: 3.125vw;
    font-family: 'null';
}
.section07 .inner .up .text h1{
    font-size: 3.125vw;
    font-weight: 900;
    margin: 1.04vw 0 2.60vw;
}
.section07 .inner .up .text p{
    font-size: 1.56vw;
    font-weight: 900;
}
.section07 .inner .down{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section07 .inner .down .box{
    width: 20.83vw;
    height: 23.4375vw;
    border-radius: 1.56vw;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    padding-top: 2.08vw;
    align-items: center;

}
.section07 .inner .down .box figure{
    width: 16.66vw;
    height: 12.65625vw;
    border-radius: 1.04vw;
    overflow: hidden;
    margin-bottom: 2.08vw;
}
.section07 .inner .down .box h1{
    font-size: 1.56vw;
    font-weight: 700;
    text-align: center;
}
.section07 .inner .down .box h1 span{
    color: #000;
    font-weight: 900;
}

/* section07 */


/* section08 */
.section08{
    width: 100vw;
}
.section08 .title{
    width: 100%;
    height: 8.33vw;
    background-color: #B9CBDC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section08 .title .inner{
    width: 72.91vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section08 .title .inner .left{
    display: flex;
    align-items: center;
}
.section08 .title .inner .left > figure{
    width: 5.72vw;
    height: 5.72vw;
    margin-right: 1.56vw;
}
.section08 .title .inner .left .text h1:nth-child(1){
    font-size: 2.08vw;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.52vw;
}
.section08 .title .inner .left .text h1:nth-child(2){
    display: flex;
    font-size: 1.56vw;
    font-weight: 600;
    align-items: center;
    color: #858585;
}
.section08 .title .inner .left .text h1:nth-child(2) figure{
    width: 2.60vw;
    height: 2.60vw;
    margin-right: 0.52vw;
}
.section08 .title .inner .right{
    display: flex;
    align-items: center;
}
.section08 .title .inner .right figure{
    width: 2.60vw;
    height: 2.60vw;
    margin-left: 1.56vw;
}
.section08 .title .inner .right figure:last-child{
    width: 1.92vw;
    height: 1.35vw;
}
.section08 .cont{
    width: 100%;
    height: 41.66vw;
    background-color: #BACEE0;
}
.section08 .cont .inner{
    width: 72.91vw;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section08 .cont .inner .left{
    padding-top: 4.16vw;
    height: 100%;
    overflow: hidden;
}
.section08 .cont .inner .left ul{
    animation: kakao 30s linear infinite alternate;
}
@keyframes kakao {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-100%);
    }
}
.section08 .cont .inner .left ul li{
    display: flex;
    margin-bottom: 5.20vw;
}
.section08 .cont .inner .left ul li:last-child{
    margin-bottom: 0;
}
.section08 .cont .inner .left ul li > figure{
    width: 5.20vw;
    height: 5.20vw;
    margin-right: 1.56vw;
}
.section08 .cont .inner .left ul li > .text{
    padding-top: 0.52vw;
}
.section08 .cont .inner .left ul li > .text h1{
    font-size: 1.30vw;
    font-weight: 600;
    margin-bottom: 0.52vw;
}
.section08 .cont .inner .left ul li > .text .box{
    position: relative;
    padding-left: 0.52vw;
}
.section08 .cont .inner .left ul li > .text .box figure{
    position: absolute;
    top: 0.52vw;
    left: 0;
    width: 0.52vw;
    height: 0.52vw;
    z-index: 1;
    
}
.section08 .cont .inner .left ul li > .text .box p{
    width: 26.04vw;
    padding: 1.04vw;
    font-size: 1.30vw;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 0px 3px 10px 1px #0000002c;
    border-radius: 0.2vw;
}
.section08 .cont .inner .right{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 10vw;
    padding-right: 0.52vw;
}
.section08 .cont .inner .right >figure{
    width: 5.20vw;
    height: 5.20vw;
    margin-left: 1.56vw;

}
.section08 .cont .inner .right .box{
    width: 26.04vw;
    position: relative;
}
.section08 .cont .inner .right .box figure{
    position: absolute;
    top: 0.52vw;
    right: -0.52vw;
    width: 0.52vw;
    height: 0.52vw;
    z-index: 1;
}
.section08 .cont .inner .right .box p {
    width: 26.04vw;
    padding: 1.04vw;
    font-size: 1.30vw;
    font-weight: 600;
    background-color: #FFEB33;
    box-shadow: 0px 3px 10px 1px #0000002c;
    border-radius: 0.2vw;
}
/* section08 */


/* section09 */
.section09{
    padding: 6.77vw 0;
    background-color: #000;
}
.section09 .title{
    text-align: center;
    color: #fff;
    margin-bottom: 5.20vw;
}
.section09 .title h1{
    font-size: 3.125vw;
    margin-bottom: 1.56vw;
    font-family: 'null';
}
.section09 .title p{
    font-size: 2.60vw;
    font-weight: 900;
}
.section09 .cont{
    overflow: hidden;
}
.section09 .cont ul{
    width: max-content;
    display: flex;
    margin-bottom: 2.60vw;
    animation: sec09 20s infinite ease-in-out alternate;
}
.section09 .cont ul li{
    width: 15.625vw;
    height: 4.16vw;
    margin-right: 1.56vw;
}
.section09 .cont ul li figure{
    width: 100%;
    height: 100%;
}
.section09 .cont ul:last-child{
    margin-bottom: 0;
}
.section09 .cont ul:nth-child(even){
    animation: sec09_1 20s infinite ease-in-out alternate;
}
@keyframes sec09 {
    0%{
        transform: translateX(-45%);
    }
    50%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-45%);

    }
}
@keyframes sec09_1 {
    0%{
        transform: translateX(0%);
    }
    50%{
        transform: translateX(-45%);
    }
    100%{
        transform: translateX(0%);

    }
}
/* section09 */



/* section10 */
#faq-list li:nth-child(n+6) {
    display: none; /* 6번째 이후 항목 숨기기 */
}

#load-more-btn {
    margin-top: 20px;
    background-color: #000;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 1vw 0;
    font-size: 1.04vw;
    border-radius: 2.04vw;
    transition: 0.5s;
    box-sizing: border-box;
    border: 2px solid #000;

}

#load-more-btn:hover {
    background-color: #fff;
    color: #000;
}
.section10{
    padding: 6.77vw 0;
}
.section10> h1{
    text-align: center;
    font-size: 3.125vw;
    font-weight: 900;
    margin-bottom: 5.20vw;
}
.section10> .cont{
    width: 78.125vw;
    margin: 0 auto;
}
.section10> .cont ul li{
    border-radius: 3.125vw;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1.56vw;
    transition: 0.5s;
}
.section10> .cont ul li.on{
    border-radius: 2.04vw;
}
.section10> .cont ul li:last-child{
    margin-bottom: 0;
}
.section10> .cont ul li .title{
    width: 100%;
    height: 6.25vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 5.20vw;
    position: relative;
}
.section10> .cont ul li .title::before{
    content: "";
    position: absolute;
    right: 2.60vw;
    top: 50%;
    transform: translateY(-50%);
    width: 2.60vw;
    height: 0.26vw;
    border-radius: 0.1vw;
    background-color: #000;
}
.section10> .cont ul li .title.on::after{
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
}
.section10> .cont ul li .title::after{
    content: "";
    position: absolute;
    right: 3.78vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.26vw;
    height: 2.60vw;
    border-radius: 0.1vw;
    background-color: #000;
    transition: 0.5s;
}

.section10> .cont ul li .title h1{
    font-size: 1.56vw;
    font-weight: 600;
}
.section10> .cont ul li .cont{
    border-top: 1px solid #000;
    display: none;
    padding-top: 2.60vw;
    margin: 0 2.60vw 4.16vw 5.20vw;
}
.section10> .cont ul li .cont p{
    font-size: 1.04vw;
    margin-bottom: 0.52vw;
    font-weight: 600;
}
.section10> .cont ul li .cont p:first-child{
    margin-bottom: 1.04vw
}
.section10> .cont ul li .cont p:last-child{
    margin-bottom: 0;
}
/* section10 */





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


    /* main_visual */
    .main_visual{
        width: 100vw;
        height: 180vw;
    }
    .main_visual .inner{
        margin-top: 24vw;
        height: 100%;
    }
    .main_visual .inner .text h1{
        font-size: 8vw;
        width: max-content;
        text-align: center;color: #000;
    }
    .main_visual .inner .text{
        top: 10%;
    }
    /* main_visual */


    /* section01 */
    .section01{
        padding: 20vw 0;
    }
    .section01 .text figure{
        width: 49.02vw;
        height: 17.73vw;
    }
    .section01 .title h1:nth-child(1){
        -webkit-text-stroke: 1vw #000;
        text-align: center;
        padding: 0;
        font-size: 7vw;
        letter-spacing: 0.3vw;
    }
    .section01 .title h1:nth-child(1) span:nth-child(3){
        -webkit-text-stroke: 1vw transparent;
        letter-spacing: 0.8vw;
    }
    .section01 .title{
        margin-bottom: 20vw;
    }
    .section01 .text h1{
        font-size: 10vw;
    }
    .section01 .text h1 span{
        font-size: 12vw;
    }
    .section01 .text h1 span::before{
        width: 2vw;
        height: 2vw;
        top: -2vw;
    }
    .section01 .text > p{
        font-size: 4vw;
        margin-top: 8vw;
        margin-bottom: 0;
    }
    .section01 .img{
        margin-bottom: 0;
    }
    .section01 .img figure:nth-child(1){
        width: calc(100% - 40px);
        height: calc(100vw - 40px);
    }
    .section01 > a{
        font-size:5vw;
        border-radius: 6vw;
        width: 40vw;
        height: 12vw;
    }
    /* section01 */


    /* section03 */
    .section03{
        padding: 20vw 0;
    }
    .section03 > h1{
        font-size: 8vw;
        margin-bottom: 20vw;
    }
    .section03 .cont .box{
        height: 40vw;
        margin-bottom: 10vw
    }
    .section03 .cont .box .left{
        width: calc(100% - 40px);
        background-attachment: local;
    }
    .section03 .cont .box .left h1{
        font-size: 10vw;
    }
    .section03 .cont .box .left h1 span{
        font-size: 16vw;
    }
    .section03 > p{
        padding: 0;
        text-align: center;
        font-size: 4vw;
    }
    /* section03 */


    /* section04 */
    .section04{
        padding: 20vw 0;
    }
    .section04 > h1{
        font-size: 8vw;
        margin-bottom: 20vw;
    }
    .section04 .slider{
        width: calc(100% - 40px);
        height: calc(100vw - 40px);
        margin: 0 auto;
        margin-bottom: 20vw;
    }
    .section04 > a{
        font-size:5vw;
        border-radius: 6vw;
        width: 40vw;
        height: 12vw;
    }
    /* section04 */


    /* section02 */
    .section02{
        display: none;
    }
    /* section02 */


    /* section05 */
    .section05{
        padding: 20vw 0;
    }
    .section05 > h1{
        padding: 4vw 6vw;
        font-size: 7vw;
        border-radius: 8vw;
    }
    .section05 > p{
        margin: 8vw 0 16vw;
        font-size: 6vw;
    }
    .section05 .cont{
        padding: 4vw;
    }
    .section05 .cont .slider{
        width: 100%;
        height: calc(100vw - 40px);
        margin:  0 auto;
    }
    .section05 .text h1{
        margin-top: 10vw;
        font-size: 10vw;
    }
    .section05 .text h1::before{
        top: -6vw;
        left: -7vw;
        width: 50px;
        height: 50px;
        background-size: cover;
    }
    .section05 .text h1 span::before{
        font-size: 8vw;
    }
    .section05 .text h1 span::after{
        font-size: 8vw;
    }
    .section05 .text h1 span{
        font-size: 12vw;
    }
    .section05 .text p{
        margin-top: 4vw;
        font-size: 4vw;
        margin-bottom: 10vw;
    }
    .section05 .text a{
        border-radius: 10vw;
        font-size: 5vw;
        padding: 3.2vw 6vw;
    }
    /* section05 */


    /* section06 */
    .section06{
        padding: 20vw 0;
    }
    .section06 .inner .right{
        display: none;
    }
    .section06 .inner{
        display: block;
        width: calc(100% - 40px);
    }
    .section06 .inner .left{
        width: 100%;
    }
    .section06 .inner .left > figure{
        width: 38.94vw;
        height: 62vw;
    }
    .section06 .inner .left > .text{
        padding-top: 14vw;
    }
    .section06 .inner .left > .text h1{
        font-size: 10vw;
    }
    .section06 .inner .left > .text p{
        font-size: 10vw;
    }
    .section06 .inner .left > .text span{
        font-size: 6vw;
    }
    .section06 .inner .left ul li{
        height: 20vw;
        border-radius: 4vw;
        padding: 0 10vw;
    }
    .section06 .inner .left ul li figure{
        width: 16vw;
        height: 16vw;
    }
    .section06 .inner .left ul li .text p{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .section06 .inner .left ul li .text span{
        font-size: 3.2vw;
    }
    /* section06 */


    /* section07 */
    .section07{
        padding: 20vw 0;
    }
    .section07 .inner{
        margin-top: 0;
        width: calc(100% - 40px);
    }
    .section07 .bg{
        display: none;
        width: 100vw;
        height: 98vw;
        top: 20vw;
        right: 0;
    }
    .section07 .inner .up{
        margin-bottom: 26vw;
    }
    .section07 .inner .up .text{
        text-align: center;
        margin: 0 auto;
        padding: 3vw 7vw;
    }
    .section07 .inner .up .text span{
        font-size: 10vw;
    }
    .section07 .inner .up .text h1{
        font-size: 7vw;
        margin: 4vw 0 6vw;
    }
    .section07 .inner .up .text p{
        font-size: 4vw;
    }
    .section07 .inner .down{
        flex-direction: column;
    }
    .section07 .inner .down .box{
        padding-top: 10vw;
        width: 100%;
        height: 100vw;
        border-radius: 6vw;
        margin-bottom: 4vw;
    }
    .section07 .inner .down .box:last-child{
        margin-bottom: 0;
    }
    .section07 .inner .down .box figure {
        width: 72vw;
        height: 54vw;
        margin-bottom: 8vw;
    }
    .section07 .inner .down .box h1{
        font-size: 6vw;
    }
    /* section07 */
    

    /* section08 */
    .section08{
        height: 180vw;
    }
    .section08 .title{
        height: 20vw;
    }
    .section08 .title .inner{
        width: calc(100% - 40px);
    }
    .section08 .title .inner .left > figure{
        width: 12vw;
        height: 12vw;
        margin-right: 4vw;
    }
    .section08 .title .inner .left .text h1:nth-child(1){
        font-size: 3vw;
        margin-bottom: 2vw;
        
    }
    .section08 .title .inner .left .text h1:nth-child(2){
        font-size: 2.5vw;
    }
    .section08 .title .inner .left .text h1:nth-child(2) figure{
        width: 4vw;
        height: 4vw;
        margin-right: 1vw;
    }
    .section08 .title .inner .right figure{
        width: 4vw;
        height: 4vw;
        margin-left: 5vw;
    }
    .section08 .title .inner .right figure:last-child{
        width: 3vw;
        height: 2.2vw;
    }
    .section08 .cont{
        height: 160vw;
    }
    .section08 .cont .inner{
        position: relative;
        width: calc(100% - 40px);
    }
    .section08 .cont .inner .left ul li{
        margin-bottom: 10vw;
    }
    .section08 .cont .inner .left ul li > figure{
        width: 8vw;
        height: 8vw;
    }
    .section08 .cont .inner .left ul li > .text h1{
        font-size: 2.5vw;
        margin-bottom: 2vw;
        padding-left: 2vw;
    }
    .section08 .cont .inner .left ul li > .text .box{
        padding-left: 2vw;
    }
    .section08 .cont .inner .left ul li > .text .box figure{
        top: 2vw;
        width: 2vw;
        height: 2vw;
    }
    .section08 .cont .inner .left ul li > .text .box p{
        width: 45vw;
        border-radius: 1vw;
        font-size: 2.5vw;
        padding: 2vw;
    }
    .section08 .cont .inner .right{
        width: 62vw;
        position: absolute;
        bottom: 10vw;
        right: 0;
        padding-right: 4vw;
        padding-top: 70vw;
    }
    .section08 .cont .inner .right >figure{
        width: 8vw;
        height: 8vw;
        margin-left: 4vw;
    }
    .section08 .cont .inner .right .box{
        width: max-content;
    }
    .section08 .cont .inner .right .box figure{
        top: 2vw;
        width: 2vw;
        height: 2vw;
        right: -2vw;
    }
    .section08 .cont .inner .right .box p{
        width: 45vw;
        border-radius: 1vw;
        font-size: 2.5vw;
        padding: 2vw;

    }
    /* section08 */


    /* section10 */
    #load-more-btn{
        padding: 2vw 0;
        font-size: 4vw;
        border-radius: 6vw
    }
    .section10{
        padding: 20vw 0;
    }
    .section10> h1{
        font-size: 8vw;
        margin-bottom: 10vw;
    }
    .section10> .cont{
        width: calc(100% - 40px);
    }
    .section10> .cont ul li .title{
        height: 16vw;
        padding-left: 4vw;
    }
    .section10> .cont ul li .title h1{
        font-size: 4vw;
    }
    .section10> .cont ul li{
        border-radius: 12vw;
        margin-bottom: 4vw;
    }
    .section10> .cont ul li.on{
        border-radius: 6vw;
    }
    .section10> .cont ul li .title::before{
        width: 6vw;
        height: 1vw;
        border-radius: 0.5vw;
        right: 4vw;
    }
    .section10> .cont ul li .title::after{
        width: 1vw;
        height: 6vw;
        border-radius: 0.5vw;
        right: 6.5vw;
    }
    .section10> .cont ul li .cont{
        padding-top: 4vw;
    }
    .section10> .cont ul li .cont p{
        font-size: 2.8vw;
        word-break: keep-all;
        margin-bottom: 2vw;
    }
    .section10> .cont ul li .cont{
        margin: 0 4vw 8vw 4vw;
    }

    /* section10 */



    /* section09 */
    .section09{
        padding: 20vw 0;
    }
    .section09 .title h1{
        font-size: 10vw;
        margin-bottom: 4vw;
    }
    .section09 .title p{
        font-size: 10vw;
    }
    .section10> .cont ul li .cont p:first-child{
        margin-bottom: 6vw;
    }
    .section09 .title{
        margin-bottom: 20vw;
    }
    .section09 .cont ul{
        width: max-content;
        animation: mosec09 60s infinite ease-in-out alternate;
    }
    .section09 .cont ul:nth-child(even){
        width: max-content;
        animation: mosec09_1 60s infinite ease-in-out alternate;
    }
    .section09 .cont ul li{
        width: 60vw;
        height: 16vw;
    }
    @keyframes mosec09 {
        0%{
            transform: translateX(-70%);
        }
        50%{
            transform: translateX(0%);
        }
        100%{
            transform: translateX(-70%);
    
        }
    }
    @keyframes mosec09_1 {
        0%{
            transform: translateX(0%);
        }
        50%{
            transform: translateX(-70%);
        }
        100%{
            transform: translateX(0);
    
        }
    }
    
    /* section09 */

}