.container{
    width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 메인섹션 */
.main-section{
    position: relative;
    width: 100%;
    height: 800px;
    background: url(../images/main-bg.png) 50% 0 repeat;
    background-size: cover;
    box-sizing: border-box;
}
.main-section .container{
    display: flex;
}
.main-section .container .main-left{
    position: relative;
    width: 370px;
}
.main-section .container .main-left .main-logo{
    position: relative;
    width: 100%;
    height: 96px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.main-section .container .main-left .main-logo span{
    position: absolute;
    left: 0;
    top: 0;
    width: 138px;
    height: 96px;
    background: url(../images/logo.svg) 0 repeat;
    background-size: cover;
    box-sizing: border-box;
}
.main-section .container .main-left .main-txt h5{
    position: relative;
    width: 100%;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -.5px;
    margin-bottom: 10px;
}
.main-section .container .main-left .main-txt h2{
    position: relative;
    width: 101%;
    color: #000;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -.5px;
}
.main-section .container .main-left .main-txt h2 span{
    font-size: 32px;
    font-weight: 400;
    padding-left: 6px;
    box-sizing: border-box;
}
.main-section .container .main-left .main-txt p{
    position: relative;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.main-section .container .main-left .main-txt .main-btns{
    position: relative;
    width: 100%;
    display: flex;
}
.main-section .container .main-left .main-txt .main-btns li + li{
    margin-left: 10px;
}

.main-section .container .main-tablet{
    position: absolute;
    left: calc(50% - 100px);
    bottom: 140px;
    width: 524px;
    height: 296px;
    background: url(../images/main-tablet.png) 0 no-repeat;
    background-size: contain;
}

/* sub01 섹션 */
.sub01-section{
    position: relative;
    width: 100%;
    height: 642px;
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../images/sub01-bg.svg) 100% 100% no-repeat #4E4333;
    background-size: auto 532px;
    box-sizing: border-box
}
.sub01-section .title-center{
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.sub01-section .title-center h3, .sub01-section .title-center p{
    color: #fff;
}
.sub01-section .title-center h3{
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.5px;
}
.sub01-section .title-center p{
    margin-top: 6px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.5px;
}
.sub01-section .sub01-slider{
    position: relative;
    width: 100%;
}
.sub01-section .sub01-slider .slick-prev{
    left: -30px;
    background: url(../images/ico-prev.svg) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .slick-next{
    right: -30px;
    background: url(../images/ico-next.svg) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide .sub01-slide-txt{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 21px;
    color: #fff;
}
.sub01-section .sub01-slider .sub01-slide .sub01-slide-img{
    margin: 0 auto;
    width: 540px;
    height: 293px;
    box-sizing: border-box;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic01 .sub01-slide-img{
    background: url(../images/sub01-pic01.png) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic02 .sub01-slide-img{
    background: url(../images/sub01-pic02.png) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic03 .sub01-slide-img{
    background: url(../images/sub01-pic03.png) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic04 .sub01-slide-img{
    background: url(../images/sub01-pic04.png) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic05 .sub01-slide-img{
    background: url(../images/sub01-pic05.png) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic06 .sub01-slide-img{
    background: url(../images/sub01-pic06.png) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic07 .sub01-slide-img{
    background: url(../images/sub01-pic07.png) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic08 .sub01-slide-img{
    background: url(../images/sub01-pic08.png) 50% no-repeat;
    background-size: cover;
}
.sub01-section .sub01-slider .sub01-slide.sub01-pic09 .sub01-slide-img{
    background: url(../images/sub01-pic09.png) 50% no-repeat;
    background-size: cover;
}
/* sub02 섹션 */
.sub02-section{
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.sub02-section .sub02-between{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.sub02-section .sub02-left{
    position: relative;
    width: 50%;
}
.sub02-section .sub02-left h3{
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.5px;
}
.sub02-section .sub02-left p{
    margin-top: 6px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin-bottom: 34px;
}
.sub02-section .sub02-left .sub02-img{
    width: 185px;
    height: 198px;
    background: url(../images/sub02-img.png) 50% no-repeat;
    background-size: cover;
}
.sub02-section .sub02-right{
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub02-section .sub02-right .sub02-img2{
    width: 454px;
    height: 464px;
    background: url(../images/sub02-img02.svg) 50% 0 no-repeat;
    background-size: cover;
}
/* sub03 섹션 */
.sub03-section{
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background: #f9f9f9;
    box-sizing: border-box;
}
.sub03-section .title-center{
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.sub03-section .title-center h3{
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #000;
}
.sub03-section .sub03-between{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.sub03-section .sub03-between li{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 340px;
    height: 340px;
    background: #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}
.sub03-section .sub03-between li::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.sub03-section .sub03-between li:nth-child(1)::after{
    top: 40px;
    width: 190px;
    height: 168px;
    background: url(../images/sub04-img01.png) 50% no-repeat;
    background-size: contain;
}
.sub03-section .sub03-between li:nth-child(2)::after{
    top: 19px;
    width: 197px;
    height: 202px;
    background: url(../images/sub04-img02.png) 50% no-repeat;
    background-size: contain;
}
.sub03-section .sub03-between li:nth-child(3)::after{
    top: 32px;
    width: 170px;
    height: 182px;
    background: url(../images/sub04-img03.png) 50% no-repeat;
    background-size: contain;
}
.sub03-section .sub03-between li h5{
    font-size: 21px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #000;
    text-align: center;
}
.sub03-section .sub03-between li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.5px;
    color: #666;
    text-align: center;
}
/* sub04 섹션 */
.sub04-section{
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.sub04-section .sub04-between{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.sub04-section .sub04-left{
    position: relative;
    width: calc(50% - 35px);
}
.sub04-section .sub04-left h3,.sub04-section .sub04-right h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -.5px;
    color: #000;
}
.sub04-section .sub04-left p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.5px;
    color: #555;
    margin-top: 14px;
}
.sub04-section .sub04-left .card{
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    background: #f9f9f9;
    box-sizing: border-box;
}
.sub04-section .sub04-left .card .card-head{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sub04-section .sub04-left .card .card-head h6{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.5px;
    color: #000;
}
.sub04-section .sub04-left .card .card-head h6 span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.5px;
    color: #000;
    margin-top: 6px;
}
.sub04-section .sub04-left .card .card-head .caption{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.5px;
    color: #4E4333;
    text-align: right;
}
.sub04-section .sub04-left .card .card-body{
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -.5px;
    color: #666;
    margin-top: 24px;
}

.sub04-section .sub04-right{
    position: relative;
    width: calc(50% - 35px);
}
.sub04-section .sub04-right .logos{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
}
.sub04-section .sub04-right .logos li:nth-child(1){
    width: 168px;
    height: 121px;
    margin-bottom: 53px;
    background: url(../images/sub05-logo01.png) 50% no-repeat;
    background-size: contain;
}
.sub04-section .sub04-right .logos li:nth-child(2){
    width: 167px;
    height: 121px;
    margin: 0 24px 53px 24px;
    background: url(../images/sub05-logo02.png) 50% no-repeat;
    background-size: contain;
}
.sub04-section .sub04-right .logos li:nth-child(3){
    width: 147px;
    height: 132px;
    margin-bottom: 53px;
    background: url(../images/sub05-logo03.png) 50% no-repeat;
    background-size: contain;
}
.sub04-section .sub04-right .logos li:nth-child(4){
    width: 242px;
    height: 62px;
    background: url(../images/sub05-logo04.png) 50% no-repeat;
    background-size: contain;
}
.sub04-section .sub04-right .logos li:nth-child(5){
    width: 262px;
    height: 93px;
    margin-left: 26px;
    background: url(../images/sub05-logo05.png) 50% no-repeat;
    background-size: contain;
}
/* sub05 섹션 */
.sub05-section{
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 100px;
    background: #f9f9f9;
    box-sizing: border-box;
}
.sub05-section .sub05-between{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.sub05-section .sub05-left{
    position: relative;
}
.sub05-section .sub05-left h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -.5px;
    color: #000;
}
.sub05-section .sub05-left p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.5px;
    color: #555;
    margin-top: 14px;
}
.sub05-section .sub05-right{
    position: relative;
    width: 684px;
}
.sub05-section .sub05-graph{
    position: relative;
    width: 684px;
    height: 504px;
    background: url(../images/sub06-graph.svg) 50% no-repeat;
    background-size: contain;
}
.sub05-section .sub05-graph .sub05-caption{
    position: absolute;
    left: -220px;
    bottom: 0;
    width: 205px;
    height: 70px;
}
.sub05-section .sub05-graph .sub05-caption h6{
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -.5px;
    color: #222;
    margin-bottom: 8px;
}
.sub05-section .sub05-graph .sub05-caption p{
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -.5px;
    color: #666;
}
/* sub06 섹션 */
.sub06-section{
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.sub06-section .sub06-between{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.sub06-section .sub06-left{
    position: relative;
    width: 339px;
    height: 365px;
    background: url(../images/sub07-clock.png) 50% no-repeat;
    background-size: contain;
}
.sub06-section .sub06-right{
    position: relative;
    width: 709px;
}
.sub06-section .sub06-title h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -.5px;
    color: #000;
}
.sub06-section .sub06-title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.5px;
    color: #555;
    margin-top: 14px;
}
.sub06-section .sub06-steps{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.sub06-section .sub06-steps li{
    width: 25%;
    text-align: center;
    box-sizing: border-box;
}
.sub06-section .sub06-steps li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.5px;
    color: #222;
}
.sub06-section .sub06-steps li p + p{
    margin-top: 6px;
}
.sub06-section .sub06-steps li .ico{
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #FFCA47 24.48%, rgba(255, 202, 71, 0) 100%);
    margin-bottom: 30px;
}
.sub06-section .sub06-steps li .ico::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translate(-50%,-50%);
}
.sub06-section .sub06-steps li:nth-child(1) .ico::after{
    background: url(../images/sub07-ico01.svg) 50% no-repeat;
    background-size: contain;
}
.sub06-section .sub06-steps li:nth-child(2) .ico::after{
    background: url(../images/sub07-ico02.svg) 50% no-repeat;
    background-size: contain;
}
.sub06-section .sub06-steps li:nth-child(3) .ico::after{
    background: url(../images/sub07-ico03.svg) 50% no-repeat;
    background-size: contain;
}
.sub06-section .sub06-steps li:nth-child(4) .ico::after{
    background: url(../images/sub07-ico04.svg) 50% no-repeat;
    background-size: contain;
}

/* sub07 섹션 */
.sub07-section{
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background: #FFCA47;
    box-sizing: border-box;
}
.sub07-section .sub07-between{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.sub07-section .sub07-left h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -.5px;
    color: #000;
}
.sub07-section .sub07-left p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.5px;
    color: #555;
    margin-top: 14px;
}
.sub07-section .sub07-right .sub07-slider{
    width: 570px;
    height: 200px;
    background: #fff;
    border-radius: 20px;
}
.sub07-section .sub07-right .sub07-slider .slick-prev{
    left: -70px;
    background: url(../images/ico-prev.svg) 50% no-repeat;
    background-size: cover;
}
.sub07-section .sub07-right .sub07-slider .slick-next{
    right: -70px;
    background: url(../images/ico-next.svg) 50% no-repeat;
    background-size: cover;
}
.sub07-section .sub07-right .sub07-slider .slick-dots{
    bottom: auto;
    top: 20px;
    text-align: right
}
.sub07-section .sub07-right .sub07-slider .slick-dots .slick-active button{
    background: #FFCA47
}
.sub07-section .sub07-right .sub07-slide{
    padding: 30px;
    box-sizing: border-box;
}
.sub07-section .sub07-right .sub07-slide h5{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.5px;
    color: #000;
}
.sub07-section .sub07-right .sub07-slide h5 span{
    font-size: 16px;
    padding-left: 6px;
}
.sub07-section .sub07-right .sub07-slide h6{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.5px;
    color: #4E4333;
    margin-top: 6px;
}
.sub07-section .sub07-right .sub07-slide p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.5px;
    color: #666;
    margin-top: 14px;
}
/* footer 섹션 */
.footer-section{
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
    background: #6f6f6f;
    box-sizing: border-box;
}
.footer-section .footer-between{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.footer-section .footer-left{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.5px;
    color: #fff;
}
.footer-section .footer-right ul{
    display: flex;
    justify-content: flex-end;
}
.footer-section .footer-right ul li{
    margin-left: 6px;
}
.footer-section .footer-right ul li img{
    width: 190px;
}
.pc{
    display: block;
}
.mobile{
    display: none;
}
@media (max-width: 1280px) {
    .sub07-section .sub07-between{
        justify-content: space-around
    }
}
@media (max-width: 1200px) {
    .container{
        width: 100%;
        padding: 0 20px;
    }
    .sub01-section .sub01-slider .slick-prev{
        left: 10%;
    }
    .sub01-section .sub01-slider .slick-next{
        right: 10%;
    }
}
@media (max-width: 1099px) {
    .sub05-section{
        padding-top: 80px;
    }
    .sub05-section .sub05-between{
        flex-direction: column;
    }
    .sub05-section .sub05-left{
        margin-bottom: 50px;
    }
    .sub05-section .sub05-right{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .sub05-section .sub05-between h3,.sub05-section .sub05-between p{
        text-align: center;
    }
    .sub05-section .sub05-graph .sub05-caption p{
        text-align: left;
    }
}
@media (max-width: 1030px) {
    .main-section{
        height: 700px;
        background: url(../images/main-bg-tablet.png) calc(50% + 120px) 0px repeat;
        background-size: cover;
    }
    .main-section .container {
        align-items: center;
    }
    .main-section .container .main-tablet {
        left: calc(50% - 23px);
        bottom: 140px;
        width: 414px;
        height: 236px;    
    }
    .sub01-section{
        position: relative;
        height: auto;
        background: url(../images/sub01-bg.svg) 100% 100% no-repeat #4E4333;
        background-size: auto 332px;
        box-sizing: border-box
    }
    .sub02-section .sub02-between{
        justify-content: space-around;
    }
    .sub07-section .sub07-between{
        flex-direction: column;
    }
    .sub07-section .sub07-between .sub07-left{
        margin-bottom: 30px;
    }
    .sub07-section .sub07-between .sub07-left h3{
        text-align: center;
    }
    .sub07-section .sub07-between .sub07-left p{
        text-align: center;
    }
}
@media (max-width: 999px) {
    .sub04-section .sub04-between{
        flex-direction: column;
    }
    .sub04-section .sub04-left{
        width: 100%;
        margin-bottom: 80px;
    }
    .sub04-section .sub04-left h3,.sub04-section .sub04-right h3,.sub04-section .sub04-left p{
        text-align: center;
    }
    .sub04-section .sub04-left .card{
        width: 60%;
        margin: 30px auto 0 auto;
    }
    .sub04-section .sub04-left .card .card-body{
        text-align: left;
    }
    .sub04-section .sub04-right{
        width: 100%;
    }
    .sub04-section .sub04-right .logos{
        justify-content: center;
    }
    .sub04-section .sub04-right .logos li{
        width: 15% !important;
        margin-right: 15px;
        margin-bottom: 0 !important;
    }
    .sub04-section .sub04-right .logos li:last-child{
        margin-right: 0px;
    }
    .footer-section .footer-left{
        text-align: center;
        margin-top: 20px;
    }
    .footer-section .footer-between{
        flex-direction: column-reverse;
    }
    .footer-section .footer-right ul{
        justify-content: center;
    }
}
@media (max-width: 940px) {
    .sub02-section .sub02-between{
        flex-direction: column;
    }
    .sub02-section .sub02-left,.sub02-section .sub02-right{
        width: 100%;
    }
    .sub02-section .sub02-left h3,.sub02-section .sub02-left p{
        text-align: center;
    }
    .sub02-section .sub02-left .sub02-img{
        position: absolute;
        left: 0;
        top: 0;
    }
    .sub03-section .sub03-between{
        justify-content: space-around;
    }
    .sub03-section .sub03-between li{
        width: 30%;
    }
    .sub05-section .sub05-graph .sub05-caption{
        right: 0;
        left: auto;
        bottom: calc(50% - 150px);
    }
    .sub05-section .sub05-graph{
        margin: 0 auto;
    }
}
@media (max-width: 840px) {
    .sub03-section .sub03-between{
        flex-direction: column;
    }
    .sub03-section .sub03-between li{
        width: 100%;
        height: auto;
        align-items: flex-start;
    }
    .sub03-section .sub03-between li h5,.sub03-section .sub03-between li p{
        text-align: left;
    }
    .sub03-section .sub03-between li + li{
        margin-top: 10px;
    }
    .sub03-section .sub03-between li:nth-child(1)::after{
        width: 130px;
        height: 108px;
    }
    .sub03-section .sub03-between li:nth-child(2)::after{
        width: 127px;
        height: 132px;
    }
    .sub03-section .sub03-between li:nth-child(3)::after{
        width: 110px;
        height: 132px;
    }
    .sub03-section .sub03-between li::after{
        left: auto;
        right: 2em;
        top: 50% !important;
        transform: translateY(-50%);
    }
    .sub03-section .title-center{
        margin-bottom: 30px;
    }
    
}
@media (max-width: 786px) {
    .main-section{
        height: 560px;
        background: url(../images/main-bg-mobile.png) calc(50%) calc(100%) repeat;
        background-size: cover;
    }
    .main-section .container .main-left{
        width: 100%;
    }
    .main-section .container .main-left .main-logo{
        width: 100%;
        height: 76px;
        margin: 20px auto 0 auto;
    }
    .main-section .container .main-left .main-logo span{
        width: 81px;
        height: 56px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-section .container .main-left .main-txt{
        width: 100%;
        text-align: center;
    }
    .main-section .container .main-left .main-txt h5{
        font-size: 18px;
        line-height: 21px;
    }
    .main-section .container .main-left .main-txt .main-btns{
        justify-content: center;
    }
    .main-section .container .main-left .main-txt h2{
        font-size: 36px;
    }
    .main-section .container .main-left .main-txt h2 span{
        font-size: 26px;
    }
    .main-section .container .main-left .main-txt p{
        margin-top: 14px;
        margin-bottom: 24px;
    }
    .main-section .container .main-tablet {
        left: calc(50% - 143px);
        bottom: 40px;
        width: 294px;
        height: 170px;
    }
    .sub01-section{
        padding-bottom: 150px;
    }
    .sub01-section .sub01-slider .slick-next{
        right: calc(50% - 60px);
        top: auto;
        bottom: -90px;
    }
    .sub01-section .sub01-slider .slick-prev{
        left: calc(50% - 60px);
        top: auto;
        bottom: -90px;
    }
    .sub02-section .sub02-left .sub02-img{
        width: 120px;
        height: 130px;
        left: calc(50% - 210px);
        top: 130px;
    }
    .sub04-section .sub04-left .card{
        width: 100%;
    }
    .sub06-section .sub06-left{
        position: absolute;
        right: 0;
        top: -30px;
        width: 149px;
        height: 145px;
    }
    .sub06-section .sub06-right{
        width: 100%;
    }
    .sub06-section .sub06-right .sub06-title{
        width: calc(100% - 160px);
    }
    .sub07-section{
        padding-bottom: 150px;
    }
    .sub07-section .sub07-right .sub07-slider .slick-next{
        right: calc(50% - 60px);
        top: auto;
        bottom: -90px;
    }
    .sub07-section .sub07-right .sub07-slider .slick-prev{
        left: calc(50% - 60px);
        top: auto;
        bottom: -90px;
    }
}
@media (max-width: 720px) {
    .sub05-section .sub05-graph {
        width: 540px;
        height: 404px;
        background: url(../images/sub06-graph.svg) 50% 0 no-repeat;
        background-size: contain;
    }
    .sub06-section .sub06-steps{
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .sub06-section .sub06-steps li{
        width: 50%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .sub06-section .sub06-steps li p{
        text-align: left;
    }
    .sub06-section .sub06-steps li .ico{
        margin-bottom: 0;
        margin-right: 20px;
    }
}
@media (max-width: 680px) {
    .sub01-section .title-center{
        margin-bottom: 30px;
    }
    .sub01-section .sub01-slider .sub01-slide .sub01-slide-img{
        width: 440px;
        height: 233px;
    }
}
@media (max-width: 660px) {
    .sub06-section .sub06-steps li span{
        width: calc(100% - 160px);
    }
    
}
@media (max-width: 600px) {
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .sub06-section .sub06-steps li{
        width: 100%;
    }
    .sub07-section .sub07-right .sub07-slider{
        width: 540px;
    }
}
@media (max-width: 580px) {
    .sub05-section .sub05-graph {
        width: 440px;
        height: 404px;
        background: url(../images/sub06-graph.svg) 50% 0 no-repeat;
        background-size: contain;
    }
    .sub05-section .sub05-graph .sub05-caption{
        bottom: calc(50% - 220px);
        right: 50%;
        transform: translateX(50%);
    }
    .sub07-section .sub07-right .sub07-slider{
        width: 500px;
        height: 240px;
    }
}
@media (max-width: 510px) {
    .sub01-section .sub01-slider .sub01-slide .sub01-slide-img{
        width: 400px;
    }
    .sub01-section .title-center h3,.sub02-section .sub02-left h3,.sub03-section .title-center h3,.sub04-section .sub04-left h3,.sub04-section .sub04-left h3, .sub04-section .sub04-right h3,.sub05-section .sub05-left h3,.sub06-section .sub06-title h3{
        font-size: 21px;
        line-height: 30px;
    }
    .sub04-section .sub04-left .card .card-head h6{
        font-size: 21px;
    }
    .sub01-section .title-center p,.sub02-section .sub02-left p,.sub04-section .sub04-left p,.sub05-section .sub05-left p,.sub06-section .sub06-title p{
        font-size: 17px;
        line-height:25px;
    }
    .sub04-section .sub04-left .card .card-head h6 span{
        font-size: 14px;
        margin-top: 0;
    }
    .sub04-section .sub04-left .card .card-head{
        flex-direction: column;
        justify-content: flex-start;
    }
    .sub04-section .sub04-left .card .card-head .caption{
        text-align: left;
        font-size: 13px;
        margin-top: 6px;
    }
    .sub04-section .sub04-right .logos li{
        width: 25% !important;
    }
    .sub07-section .sub07-right .sub07-slider{
        width: 440px;
    }
}
@media (max-width: 480px) {
    .sub02-section .sub02-right .sub02-img2{
        width: 380px;
        height: 390px;
    }
}
@media (max-width: 430px) {
    .sub01-section .title-center h3,.sub02-section .sub02-left h3,.sub03-section .title-center h3,.sub04-section .sub04-left h3,.sub04-section .sub04-left h3, .sub04-section .sub04-right h3,.sub05-section .sub05-left h3,.sub06-section .sub06-title h3{
        font-size: 19px;
        line-height: 26px;
    }
    .sub04-section .sub04-left .card .card-head h6{
        font-size: 19px;
    }
    .sub01-section .title-center p,.sub02-section .sub02-left p,.sub04-section .sub04-left p,.sub05-section .sub05-left p,.sub06-section .sub06-title p{
        font-size: 14px;
        line-height:21px;
    }
    .sub04-section .sub04-left .card{
        padding: 20px;
    }
    .sub04-section .sub04-left .card .card-body{
        font-size: 14px;
        line-height:21px;
    }
    .sub01-section .sub01-slider .sub01-slide .sub01-slide-img{
        width: 320px;
        height: 170px;
    }
    .sub07-section .sub07-right .sub07-slide{
        padding: 20px;
    }
    .sub07-section .sub07-right .sub07-slider{
        width: 380px;
    }
    .sub05-section .sub05-graph{
        height: 294px;
    }
    .footer-section .footer-right ul li img{
        width: 160px;
    }
}
