@charset "uft-8";
body{
    overflow-x: hidden;
}
.mob_only{
    display: none;
}
.section a{
    display: block;
}
.section1{
    height: 805px;
    background: url(../img/report/sec01_bg.png) no-repeat;
    background-size: cover;
    padding: 167px 353px;
}
.section1 .container{
    width: 1200px;
    margin: auto;
}
.section1 .container .logo_box{
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}
.section1 .container .logo_box .logo{
    width: 130px;
    margin-right: 43px;
}
.section1 .container .logo_box .center_logo{
    width: 216px;
}
.section1 .container a.download{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 311px;
    border: 2px solid #505050;
    border-radius: 41px;
    background: #f6f6f6;
    font-size: #000;
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 28px;
}
.section1 .container a.download img{
    width: 17px;
    height: 19px;
    margin-left: 8px;
}
.section1 .container h2.title{
    font-size: 57px;
    margin-bottom: 34px;
}
.section1 .container p.sub_title{
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 73px;
}
.section1 .container a.start_btn{
    position: relative;
    width: 191px;
    height: 17px;
    background: #df1614;
}
.section1 .container a.start_btn::before{
    position: absolute;
    content: "START NOW";
    font-size: 33px;
    font-weight: 800;
    line-height: 44px;
    left: 0;
    bottom: 0;
}

/* sec2 (start now 버튼 클릭시 나오는 첫번째)*/
.section2{
    display: none;
    width: 1205px;
    height: 100%;
    margin: 0 auto 47px;
    padding-top: 81px;
    text-align: center;
}
.section2 .container h2.title{
    color: #df1614;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 5px;
}
.section2 .container p.sub_title{
    font-size: 15px;
    margin-bottom: 73px;
}
.section2 .container .select_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 30px;
}
.section2 .container .select_box select{
    background: url("../img/report/arr.png") no-repeat 93% 50%;
    background-size: 15px;
    width: 391px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #000;
    padding: 0 35px;
}
.section2 .container .big_select{
    background: url("../img/report/arr.png") no-repeat 98% 50%;
    background-size: 15px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #000;
    padding: 0 35px;
}

/* sec03 2번째 슬라이드 다운 */
.section3{
    display: none;
    width: 1205px;
    margin: auto;
}
.section3 ul.select_list{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #777;
    margin-bottom: 18px;
}
.section3 ul.select_list li{
    margin-right: 5px;
}
.section3 ul.select_list li:last-child{
    margin-right: 0;
}
.section3 h4.sub_txt{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 34px;
}
.section3 .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 50px;
}
.section3 .content table{width: 100%;}

.section3 .content table th, .section3 .content table td{
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}
.section3 .content table th{
    width: 30%;
    text-align: center;
    background: #f8f7f7;
    font-weight: 800;
    padding: 20px 0;
}
.section3 .content table tr:first-child th{border-radius: 25px 25px 0 0;}
.section3 .content table tr:last-child th{border-radius: 0 0 25px 25px;}
.section3 .content table td{
    width: 70%;
    text-align: left;
    border-top: 1px solid #ccc;
    border-left: 20px solid transparent;
    padding: 20px;
}
.section3 .content table tr:last-child td{border-bottom: 1px solid #ccc;}
/*
.section3 .content ul.th{
    width: 327px;
    border-radius: 25px;
    padding-right: 35px;
    text-align: right;
    background: #f8f7f7;
    margin-right: 20px;
    font-weight: 800;
}
.section3 .content ul li{
    line-height: 60px;
    height: 60px;
}
.section3 .content ul.td{
    width: 858px;
    border-top: 1px solid #ccc;
}
.section3 .content ul.td li{
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}
*/
.section3 a.btn{
    display: block;
    width: 393px;
    margin: auto;
    text-align: center;
    line-height: 55px;
    height: 55px;
    background: #df1614;
    color: #fff;
    font-size: 15px;
    margin-bottom: 108px;
}

/* sec04 */
.section4{
    position: relative;
    overflow: hidden;
}
.section4::after{
    content: "";
    position: absolute;
    width: 1205px;
    height: 1205px;
    border-radius: 100%;
    border: 2px solid #42434b;
    top: 50%;
    right: -480px;
    transform: translate(0,-50%);
}
.section4 .container{
    padding: 248px 0 226px 0;
    background: #f6f6f6;
    color: #42434b;
}
.section4 .container .content{
    width: 1245px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.section4 .container .content .left h2.title{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 13px;
}
.section4 .container .content .left p.sub_title{
    font-size: 20px;
    color: #aaa;
    font-weight: bold;
    margin-bottom: 60px;
}
.section4 .container .content .left ul li{
    margin-bottom: 18px;
    margin-left: 45px;
    position: relative;
}
.section4 .container .content .left ul li::before{
    content: "1";
    position: absolute;
    background: #42434b;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 17px;
    left: -45px;
    top: 0;
}
.section4 .container .content .left ul li.number2::before{
    content: "2";
}
.section4 .container .content .left ul li.number3::before{
    content: "3";
}
.section4 .container .content .left ul li.number4::before{
    content: "4";
}
.section4 .container .content .left ul li h3{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.24;
    margin-bottom: 8px;
}
.section4 .container .content .left ul li p{
    font-size: 15px;
    color: #656565;
}
.section4 .container .content .right img{
    width: 535px;
    height: 535px;
    border-radius: 100%;
    border: 30px solid #42434b;
}
.section4 .container .content .right{
    position: relative;
    z-index: 1;
}
.section4 .container .content .right::before{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #df1614;
    top: 60px;
    left: 30px;
}
.section4 .container .content .right::after{
    position: absolute;
    content: "";
    width: 132px;
    height: 132px;
    border-radius: 100%;
    background: #df1614;
    bottom: 0;
    right: -100px;
}

/* sec05 */
.section5{
    padding: 178px 0 193px;
    background: url(../img/report/sec05_bg.png) no-repeat;
    background-size: cover;
}
.section5 .txt_box{
    text-align: center;
    color: #fff;
}
.section5 .txt_box h4.sub_title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}
.section5 .txt_box h2.title{
    font-size: 45px;
    font-weight: 800;
}

/* sec06 */
.section6 .container .content .left h2.title{
    font-weight: bold;
}
.section6 .container .content .right::before{
    width: 132px;
    height: 132px;
    top: 0;
    left: -100px;
}
.section6 .container .content .right::after{
    width: 35px;
    height: 35px;
    bottom: -100px;
    left: 180px;
}
.section6 .container .content .left ul li{
    margin-bottom: 64px;
}
/* 2줄일때는 margin-bottom 46px */
.section6 .container .content .left ul li.number1{
    margin-bottom: 46px;
}

/* sec07 */
.section7{
    position: relative;
    padding: 186px 0 271px;
}
.section7::after{
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 100%;
    background: #df1614;
    top: 165px;
    left: -195px;
}
.section7 .container{
    width: 1042px;
    margin: auto;
}
.section7 .container h2.title{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.28;
    margin-bottom: 40px;
    position: relative;
}
.section7 .container h2.title:before{
    content: "";
    position: absolute;
    width: 284px;
    height: 1px;
    background: #000;
    bottom: 20px;
    right: 386px;
}
.section7 .container h2.title:after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #000;
    bottom: 12px;
    right: 386px;
}
.section7 .container ul.step{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.section7 .container ul.step li h3.number{
    font-size: 98px;
    font-weight: 900;
    color: #df1614;
    margin-bottom: 13.5px;
    position: relative;
    width: 113px;
}
.section7 .container ul.step li h3.number::after{
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background: #000;
    top: -15px;
    right: -23px;
}
.section7 .container ul.step li p.txt{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.63;
}

/* sec08 */
.section8{
    padding: 217px 0 326px;
    background: url(../img/report/sec08_bg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.section8:after{
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    border: 15px solid #c3c3c3;
    top: -110px;
    right: -80px;
}
.section8 .container ul{
    display: flex;
    align-items: center;
    width: 953.5px;
    justify-content: space-between;
    margin: auto;
}
.section8 .container ul li img{
    width: 433px;
    margin-bottom: 20px;
}
.section8 .container ul li .text_box{
    width: 433px;
    text-align: center;
    background: #6b6b6b;
    border-radius: 15px;
    padding: 10px 0;
}
.section8 .container ul li .text_box2{
    background: #464646;
}
.section8 .container ul li .text_box p{
    color: #fff;
    font-size: 25px;
    line-height: 1.38;
    font-weight: bold;
}

/* sec09 */
.section9{
    padding: 146px 0;
    background: #f6f6f6;
}
.section9 .container{
    width: 1202px;
    margin: auto;
}
.section9 .container h2.title{
    padding-left: 85px;
    font-size: 40px;
    line-height: 1.28;
    font-weight: 800;
    margin-bottom: 53px;
}
.section9 .container .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}
.section9 .container .content .cont{
    width: 578px;
    border-radius: 30px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    background: #e0e0e0;
    height: 394px;
}
.section9 .container .content .cont .top{
    display: table-cell;
    position: relative;
    width: 578px;
    height: 142px;
    background: #6b6b6b;
    border-radius: 30px 30px 0 0;
    text-align: center;
    vertical-align: middle;
}
.section9 .container .content .cont .top2{
    background: #464646;
}
.section9 .container .content .cont .top::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 8.7px;
    border-radius: 12px;
    background: #df1614;
    bottom: 0;
    left: 0;
}
.section9 .container .content .cont .top p{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.76;
}
.section9 .container .content .cont .btm{
    width: 100%;
    height: 100%;
    padding:35px 0 0 120px;
    border-radius: 0 0 30px 30px;
}
.section9 .container .content .cont .btm ul li{
    position: relative;
    font-size:15px;
    margin-bottom: 20px;
    line-height: 1.31;
}
.section9 .container .content .cont .btm ul li:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 5px;
    left: -40px;
    background: #494949;
}
.section9 .container .content2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.section9 .container .content2 .logo_box{
    display: flex;
    align-items: center;
}
.section9 .container .content2 .logo_box a .logo{
    width: 130px;
    margin-right: 43px;
}
.section9 .container .content2 .logo_box a .center_logo{
    width: 216px;
}
.section9 .container .content2 .icon_box{
    display: flex;
}
.section9 .container .content2 .icon_box img{
    width: 168px;
}

/* sec10 */
.section10{
    background: url(../img/report/sec10_bg.png)no-repeat;
    background-size: cover;
    padding: 250px 0 242px;
}
.section10 .container .text_box{
    text-align: center;
}
.section10 .container .text_box p.sub_title{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    margin-bottom: 23px;
}
.section10 .container .text_box h2.title{
    font-size: 30.5px;
    line-height: 1.31;
    font-weight: 500;
}
.section10 .container .text_box h2.title span{
    font-size: 27.2px;
    font-weight: bold;
}

/* 1500px */
@media all and (max-width:1500px){
    .section1{
        height: calc(100vw * (805/1500));
        padding: calc(100vw * (167/1500)) calc(100vw * (180/1500));
    }
    .section1 .container{
        width: calc(100vw * (1200/1500));
    }
    .section1 .container .logo_box{
        margin-bottom: calc(100vw * (29/1500));
    }
    .section1 .container .logo_box .logo{
        width: calc(100vw * (130/1500));
        margin-right: calc(100vw * (43/1500));
    }
    .section1 .container .logo_box .center_logo{
        width: calc(100vw * (216/1500));
    }
    .section1 .container a.download{
        display: inline-flex;
        width: auto;
        border-radius: calc(100vw * (41/1500));
        line-height: calc(100vw * (45/1500));
        margin-bottom: calc(100vw * (28/1500));
        
    }
    .section1 .container a.download img{
        width: calc(100vw * (17/1500));
        height: calc(100vw * (19/1500));
        margin-left: calc(100vw * (8/1500));
    }
    .section1 .container h2.title{
        font-size: calc(100vw * (57/1500));
        margin-bottom: calc(100vw * (34/1500));
    }
    .section1 .container p.sub_title{
        font-size: calc(100vw * (25/1500));
        margin-bottom: calc(100vw * (73/1500));
    }
    .section1 .container a.start_btn{
        width: calc(100vw * (191/1500));
        height: calc(100vw * (17/1500));
    }
    .section1 .container a.start_btn::before{
        font-size: calc(100vw * (33/1500));
        line-height: calc(100vw * (44/1500));
    }
    
    /* sec2 (start now 버튼 클릭시 나오는 첫번째)*/
    .section2{
        width: calc(100vw * (1205/1500));
        margin: 0 auto calc(100vw * (47/1500));
        padding-top: calc(100vw * (81/1500));
    }
    .section2 .container h2.title{
        font-size: calc(100vw * (25/1500));
        margin-bottom: calc(100vw * (5/1500));
    }
    .section2 .container p.sub_title{
        font-size: calc(100vw * (15/1500));
        margin-bottom: calc(100vw * (73/1500));
    }
    .section2 .container .select_box{
        margin: 0 auto calc(100vw * (30/1500));
    }
    .section2 .container .select_box select{
        background-size: calc(100vw * (15/1500));
        width: calc(100vw * (391/1500));
        height: calc(100vw * (50/1500));
        border-radius: calc(100vw * (25/1500));
        padding: 0 calc(100vw * (35/1500));
    }
    .section2 .container .big_select{
        background-size: calc(100vw * (15/1500));
        height: calc(100vw * (50/1500));
        border-radius: calc(100vw * (25/1500));
        padding: 0 calc(100vw * (35/1500));
    }
    
    /* sec03 2번째 슬라이드 다운 */
    .section3{
        width: calc(100vw * (1205/1500));
    }
    .section3 ul.select_list{
        font-size: calc(100vw * (18/1500));
        margin-bottom: calc(100vw * (18/1500));
    }
    .section3 ul.select_list li{
        margin-right: calc(100vw * (5/1500));
    }
    .section3 h4.sub_txt{
        font-size: calc(100vw * (18/1500));
        margin-bottom: calc(100vw * (34/1500));
    }
    .section3 .content{
        font-size: calc(100vw * (18/1500));
        margin-bottom: calc(100vw * (50/1500));
    }
    .section3 .content ul.th{
        width: calc(100vw * (327/1500));
        border-radius: calc(100vw * (25/1500));
        padding-right: calc(100vw * (35/1500));
        margin-right: calc(100vw * (20/1500));
    }
    .section3 .content ul li{
        line-height: calc(100vw * (60/1500));
        height: calc(100vw * (60/1500));
    }
    .section3 .content ul.td{
        width: calc(100vw * (858/1500));
    }
    .section3 .content ul.td li{
        padding-left: calc(100vw * (10/1500));
    }
    .section3 a.btn{
        width: calc(100vw * (393/1500));
        line-height: calc(100vw * (55/1500));
        height: calc(100vw * (55/1500));
        font-size: calc(100vw * (15/1500));
        margin-bottom: calc(100vw * (108/1500));
    }
    
    /* sec04 */
    .section4::after{
        width: calc(100vw * (1205/1500));
        height: calc(100vw * (1205/1500));
        right: calc(100vw * (-650/1500));
    }
    .section4 .container{
        padding: calc(100vw * (248/1500)) 0 calc(100vw * (226/1500)) 0;
    }
    .section4 .container .content{
        width: calc(100vw * (1245/1500));
    }
    .section4 .container .content .left h2.title{
        font-size: calc(100vw * (40/1500));
        margin-bottom: calc(100vw * (13/1500));
    }
    .section4 .container .content .left p.sub_title{
        font-size: calc(100vw * (20/1500));
        margin-bottom: calc(100vw * (60/1500));
    }
    .section4 .container .content .left ul li{
        margin-bottom: calc(100vw * (18/1500));
        margin-left: calc(100vw * (45/1500));
    }
    .section4 .container .content .left ul li::before{
        width: calc(100vw * (25/1500));
        height: calc(100vw * (25/1500));
        line-height: calc(100vw * (25/1500));
        font-size: calc(100vw * (17/1500));
        left: calc(100vw * (-45/1500));
    }
    .section4 .container .content .left ul li h3{
        font-size: calc(100vw * (21/1500));
        margin-bottom: calc(100vw * (8/1500));
    }
    .section4 .container .content .left ul li p{
        font-size: calc(100vw * (15/1500));
    }
    .section4 .container .content .right img{
        width: calc(100vw * (535/1500));
        height: calc(100vw * (535/1500));
        border: calc(100vw * (30/1500)) solid #42434b;
    }
    .section4 .container .content .right::before{
        width: calc(100vw * (35/1500));
        height: calc(100vw * (35/1500));
        top: calc(100vw * (60/1500));
        left: calc(100vw * (30/1500));
    }
    .section4 .container .content .right::after{
        width: calc(100vw * (132/1500));
        height: calc(100vw * (132/1500));
        right: calc(100vw * (-100/1500));
    }
    
    /* sec05 */
    .section5{
        padding: calc(100vw * (178/1500)) 0 calc(100vw * (193/1500));
    }
    .section5 .txt_box h4.sub_title{
        font-size: calc(100vw * (30/1500));
        margin-bottom: calc(100vw * (12/1500));
    }
    .section5 .txt_box h2.title{
        font-size: calc(100vw * (45/1500));
    }
    
    /* sec06 */
    .section6 .container .content .right::before{
        width: calc(100vw * (132/1500));
        height: calc(100vw * (132/1500));
        left: calc(100vw * (-120/1500));
        top: calc(100vw * (-60/1500));
    }
    .section6 .container .content .right::after{
        width: calc(100vw * (35/1500));
        height: calc(100vw * (35/1500));
        bottom: calc(100vw * (-130/1500));
        left: calc(100vw * (140/1500));
    }
    .section6 .container .content .left ul li{
        margin-bottom: calc(100vw * (64/1500));
    }
    /* 2줄일때는 margin-bottom 46px */
    .section6 .container .content .left ul li.number1{
        margin-bottom: calc(100vw * (46/1500));
    }
    
    /* sec07 */
    .section7{
        padding: calc(100vw * (186/1500)) 0 calc(100vw * (271/1500));
    }
    .section7::before{
        width: calc(100vw * (390/1500));
        height: calc(100vw * (390/1500));
        top: calc(100vw * (165/1500));
        left: calc(100vw * (-195/1500));
    }
    .section7 .container{
        width: calc(100vw * (1042/1500));
    }
    .section7 .container h2.title{
        font-size: calc(100vw * (40/1500));
        margin-bottom: calc(100vw * (40/1500));
    }
    .section7 .container h2.title:before{
        width: calc(100vw * (284/1500));
        bottom: calc(100vw * (20/1500));
        right: calc(100vw * (386/1500));
    }
    .section7 .container h2.title:after{
        width: calc(100vw * (16/1500));
        height: calc(100vw * (16/1500));
        bottom: calc(100vw * (12/1500));
        right: calc(100vw * (386/1500));
    }
    .section7 .container ul.step li h3.number{
        font-size: calc(100vw * (98/1500));
        margin-bottom: calc(100vw * (13.5/1500));
        width: calc(100vw * (113/1500));
    }
    .section7 .container ul.step li h3.number::after{
        width: calc(100vw * (23/1500));
        height: calc(100vw * (23/1500));
        top: calc(100vw * (-15/1500));
        right: calc(100vw * (-23/1500));
    }
    .section7 .container ul.step li p.txt{
        font-size: calc(100vw * (25/1500));
    }
    
    /* sec08 */
    .section8{
        padding: calc(100vw * (217/1500)) 0 calc(100vw * (326/1500));
    }
    .section8:after{
        width: calc(100vw * (230/1500));
        height: calc(100vw * (230/1500));
        border: calc(100vw * (15/1500)) solid #c3c3c3;
        top: calc(100vw * (-110/1500));
        right: calc(100vw * (-80/1500));
    }
    .section8 .container ul{
        width: calc(100vw * (953.5/1500));
    }
    .section8 .container ul li img{
        width: calc(100vw * (433/1500));
        margin-bottom: calc(100vw * (20/1500));
    }
    .section8 .container ul li .text_box{
        width: calc(100vw * (433/1500));
        border-radius: calc(100vw * (15/1500));
        padding: calc(100vw * (10/1500)) 0;
    }
    .section8 .container ul li .text_box p{
        font-size: calc(100vw * (25/1500));
    }
    
    /* sec09 */
    .section9{
        padding: calc(100vw * (146/1500)) 0;
    }
    .section9 .container{
        width: calc(100vw * (1202/1500));
    }
    .section9 .container h2.title{
        padding-left: calc(100vw * (85/1500));
        font-size: calc(100vw * (40/1500));
        margin-bottom: calc(100vw * (53/1500));
    }
    .section9 .container .content{
        margin-bottom: calc(100vw * (46/1500));
    }
    .section9 .container .content .cont{
        width: calc(100vw * (578/1500));
        border-radius: calc(100vw * (30/1500));
        height: calc(100vw * (394/1500));
    }
    .section9 .container .content .cont .top{
        width: calc(100vw * (578/1500));
        height: calc(100vw * (142/1500));
    }
    .section9 .container .content .cont .top::before{
        height: calc(100vw * (8.7/1500));
    }
    .section9 .container .content .cont .top p{
        font-size: calc(100vw * (18/1500));
    }
    .section9 .container .content .cont .btm{
        padding: calc(100vw * (35/1500)) 0 0 calc(100vw * (120/1500));
    }
    .section9 .container .content .cont .btm ul li{
        font-size: calc(100vw * (15/1500));
        margin-bottom: calc(100vw * (20/1500));
    }
    .section9 .container .content .cont .btm ul li:before{
        width: calc(100vw * (15/1500));
        height: calc(100vw * (15/1500));
        top: calc(100vw * (0/1500));
        left: calc(100vw * (-40/1500));
    }
    .section9 .container .content2 .logo_box a .logo{
        width: calc(100vw * (130/1500));
        margin-right: calc(100vw * (43/1500));
    }
    .section9 .container .content2 .logo_box a .center_logo{
        width: calc(100vw * (216/1500));
    }
    .section9 .container .content2 .icon_box img{
        width: calc(100vw * (168/1500));
    }
    
    /* sec10 */
    .section10{
        padding: calc(100vw * (250/1500)) 0 calc(100vw * (242/1500));
    }
    .section10 .container .text_box p.sub_title{
        font-size: calc(100vw * (22/1500));
        margin-bottom: calc(100vw * (23/1500));
    }
    .section10 .container .text_box h2.title{
        font-size: calc(100vw * (30.5/1500));
    }
    .section10 .container .text_box h2.title span{
        font-size: calc(100vw * (27.2/1500));
    }


}
/********** 모바일 **********/
@media all and (max-width:1024px){
    .mob_only{
        display: block;
    }
    .pc_only{
        display: none;
    }

    .section1{
        height: auto;
        padding: calc(100vw * (290/428)) 0 calc(100vw * (103.5/428));
    }
    .section1 .container{
        width: calc(100vw * (355/428));
    }
    .section1 .container .logo_box{
        margin-bottom: calc(100vw * (16.4/428));
    }
    .section1 .container .logo_box .logo{
        width: calc(100vw * (74/428));
        margin-right: calc(100vw * (24.5/428));
    }
    .section1 .container .logo_box .center_logo{
        width: calc(100vw * (122.3/428));
    }
    .section1 .container a.download{
        /*width: calc(100vw * (176.4/428));*/
        border: 1px solid #505050;
        line-height: calc(100vw * (25.6/428));
        height: calc(100vw * (25.6/428));
        margin-bottom: calc(100vw * (8.2/428));
        font-size: calc(100vw * (9/428));
        padding: 0 calc(100vw * (15/428));
    }
    .section1 .container a.download img{
        width: calc(100vw * (10.1/428));
        height: calc(100vw * (11/428));
        margin-left: calc(100vw * (26/428));
    }
    .section1 .container h2.title{
        font-size: calc(100vw * (32/428));
        margin-bottom: calc(100vw * (20.2/428));
    }
    .section1 .container p.sub_title{
        font-size: calc(100vw * (13/428));
        line-height: 1.23;
        margin-bottom: calc(100vw * (43.5/428));
    }
    .section1 .container a.start_btn{
        width: calc(100vw * (104/428));
        height: calc(100vw * (9.6/428));
    }
    .section1 .container a.start_btn::before{
        font-size: calc(100vw * (18/428));
        line-height: calc(100vw * (24/428));
    }
    
    /* sec2 (start now 버튼 클릭시 나오는 첫번째)*/
    .section2{
        width: calc(100vw * (390/428));
        margin: 0 auto calc(100vw * (52/428));
        padding-top: calc(100vw * (53.5/428));
    }
    .section2 .container h2.title{
        font-size: calc(100vw * (25/428));
        margin-bottom: calc(100vw * (4/428));
    }
    .section2 .container p.sub_title{
        font-size: calc(100vw * (15/428));
        margin-bottom: calc(100vw * (55/428));
    }
    .section2 .container .select_box{
        flex-direction: column;
        margin: 0 auto calc(100vw * (15/428));
    }
    .section2 .container .select_box select{
        background-size: calc(100vw * (11/428));
        width: 100%;
        height: calc(100vw * (50/428));
        border-radius: 50px;
        padding: 0 calc(100vw * (50/428)) 0 calc(100vw * (35/428));
        margin-bottom: calc(100vw * (15/428));
    }
    .section2 .container .big_select{
        background: url("../img/report/arr.png") no-repeat 92.5% 50%;
        background-size: calc(100vw * (11/428));
        height: calc(100vw * (95/428));
        border-radius: 35px;
        padding: 0 calc(100vw * (50/428)) 0 calc(100vw * (35/428));
    }
    
    /* sec03 2번째 슬라이드 다운 */
    .section3{
        width: calc(100vw * (391/428));
    }
    .section3 ul.select_list{
        font-size: calc(100vw * (15/428));
        margin-bottom: calc(100vw * (22/428));
    }
    .section3 ul.select_list li{
        margin-right: calc(100vw * (10/428));
    }
    .section3 h4.sub_txt{
        font-size: calc(100vw * (15/428));
        margin-bottom: calc(100vw * (32.3/428));
    }
    .section3 .content{
        flex-direction: column;
        font-size: calc(100vw * (14/428));
        margin-bottom: calc(100vw * (22.7/428));
        width: calc(100vw * (391/428));
    }
    .section3 .content .cont{
        width: 100%;
        margin-bottom: calc(100vw * (9/428));
    }
    .section3 .content .cont .th{
        line-height: calc(100vw * (45/428));
        height: calc(100vw * (45/428));
        border-radius: 25px;
        text-align: center;
        background: #f8f7f7;
        font-weight: 800;
    }
    .section3 .content .cont .td{
        border-bottom: 1px solid #ccc;
        text-align: center;
        line-height: 4;
        height: auto;
        /*height: calc(100vw * (51.5/428));*/
    }
    .section3 a.btn{
        width: 100%;
        line-height: calc(100vw * (54.6/428));
        height: calc(100vw * (54.6/428));
        font-size: calc(100vw * (15/428));
        margin-bottom: calc(100vw * (55.1/428));
    }
    
    /* sec04 */
    .section4::after{
        width: calc(100vw * (587.4/428));
        height: calc(100vw * (587.4/428));
        border: 2px solid #42434b;
        top: calc(100vw * (280/428));
        left: calc(100vw * (270/428));
        transform: translate(0);
    }
    .section4 .container{
        padding: calc(100vw * (114.6/428)) 0 calc(100vw * (143.3/428)) calc(100vw * (21.7/360));
    }
    .section4 .container .content{
        width: 100%;
        flex-direction: column;
        margin: 0 auto calc(100vw * (23.2/428));
    }
    .section4 .container .content .left h2.title{
        font-size: calc(100vw * (25/428));
        margin-bottom: calc(100vw * (13.8/428));
    }
    .section4 .container .content .left p.sub_title{
        font-size: calc(100vw * (12/428));
        margin-bottom: calc(100vw * (26.6/428));
    }
    .section4 .container .content .left ul li{
        margin-bottom: calc(100vw * (14/428));
        margin-left: calc(100vw * (27/428));
    }
    .section4 .container .content .left ul li::before{
        width: calc(100vw * (19.1/428));
        height: calc(100vw * (19.1/428));
        line-height: calc(100vw * (19.1/428));
        font-size: calc(100vw * (13/428));
        left: calc(100vw * (-30/428));
    }
    .section4 .container .content .left ul li h3{
        font-size: calc(100vw * (14/428));
        line-height: 1.21;
        margin-bottom: 0;
    }
    .section4 .container .content .left ul li p{
        font-size: calc(100vw * (12/428));
        line-height: 0.83;
    }
    .section4 .container .content .right img{
        width: calc(100vw * (206.9/428));
        height: calc(100vw * (207.7/428));
        border: calc(100vw * (12/428)) solid #42434b;
    }
    .section4 .container .content .right::before{
        width: calc(100vw * (12.9/428));
        height: calc(100vw * (12.9/428));
        top: calc(100vw * (32.6/428));
        left: calc(100vw * (-17.3/428));
    }
    .section4 .container .content .right::after{
        width: calc(100vw * (49.8/428));
        height: calc(100vw * (49.8/428));
        bottom: calc(100vw * (-50/428));
        right: calc(100vw * (-12/428));
    }
    
    /* sec05 */
    .section5{
        padding: calc(100vw * (224.1/428)) 0 calc(100vw * (228.1/428));
        background: url(../img/report/sec05_bg.png) no-repeat 62% 20%;
    }
    .section5 .txt_box h4.sub_title{
        font-size: calc(100vw * (17/428));
        margin-bottom: calc(100vw * (18.4/428));
    }
    .section5 .txt_box h2.title{
        font-size: calc(100vw * (21/428));
    }
    
    /* sec06 */
    .section6 .container .content .left h2.title{
        font-weight: 800;
        width: calc(100vw * (391/428));
    }
    .section6 .container .content .right::before{
        width: calc(100vw * (12.9/428));
        height: calc(100vw * (12.9/428));
        left: calc(100vw * (-30/428));
    }
    .section6 .container .content .right::after{
        left: calc(100vw * (165/428));
    }
    .section6 .container .content .left ul li{
        margin-bottom: calc(100vw * (30.4/428));
    }
    .section6 .container .content .left ul li.number1{
        margin-bottom: calc(100vw * (29.8/428));
    }
    
    /* sec07 */
    .section7{
        padding: calc(100vw * (123.7/428)) 0 calc(100vw * (129.7/428)) calc(100vw * (20/428));
    }
    .section7::before{
        display: none;
    }
    .section7::after{
        display: none;
    }
    .section7 .container{
        width: 100%;
    }
    .section7 .container h2.title{
        font-size: calc(100vw * (25/428));
        font-weight: 800;
        margin-bottom: calc(100vw * (80/428));
    }
    .section7 .container h2.title:before{
        width: calc(100vw * (284/428));
        bottom: calc(100vw * (-26.9/428));
        left: 0;
    }
    .section7 .container h2.title:after{
        width: calc(100vw * (16/428));
        height: calc(100vw * (16/428));
        bottom: calc(100vw * (-35/428));
        right: calc(100vw * (100/428));
    }
    .section7 .container ul.step{
        display: block;
    }
    .section7 .container ul.step li{
        margin-bottom: calc(100vw * (56.4/428));
    }
    .section7 .container ul.step li:last-child{
        margin-bottom: 0;
    }
    .section7 .container ul.step li.step2{
        padding-left: calc(100vw * (102.5/428));
    }
    .section7 .container ul.step li.step3{
        padding-left: calc(100vw * (238.2/428));
    }
    .section7 .container ul.step li h3.number{
        font-size: calc(100vw * (74/428));
        margin-bottom: calc(100vw * (18.9/428));
        width: calc(100vw * (85/428));
    }
    .section7 .container ul.step li h3.number::after{
        width: calc(100vw * (18.2/428));
        height: calc(100vw * (18.2/428));
        top: calc(100vw * (-20/428));
        right: calc(100vw * (-20/428));
    }
    .section7 .container ul.step li p.txt{
        font-size: calc(100vw * (15/428));
        line-height: 1.8;
    }
    
    /* sec08 */
    .section8{
        padding: calc(100vw * (100/428)) 0;
    }
    .section8:after{
        display: none;
    }
    .section8 .container ul{
        flex-direction: column;
        width: 100%;
    }
    .section8 .container ul li img{
        width: calc(100vw * (321.8/428));
        margin-bottom: calc(100vw * (10/428));
    }
    .section8 .container ul li .text_box{
        width: calc(100vw * (321.8/428));
        padding: calc(100vw * (7/428)) 0;
    }
    .section8 .container ul li .text_box p{
        font-size: calc(100vw * (18/428));
    }
    
    /* sec09 */
    .section9{
        padding: calc(100vw * (104/428)) 0 calc(100vw * (136/428));
    }
    .section9 .container{
        width: calc(100vw * (400/428));
    }
    .section9 .container h2.title{
        padding-left: calc(100vw * (6.4/428));
        font-size: calc(100vw * (25/428));
        margin-bottom: calc(100vw * (37.5/428));
    }
    .section9 .container .content{
        flex-direction: column;
        margin-bottom: 0;
    }
    .section9 .container .content .cont{
        width: 100%;
        height: calc(100vw * (320.4/428));
        margin-bottom: calc(100vw * (31.3/428));
    }
    .section9 .container .content .cont:last-child{
        margin-bottom: 0;
    }
    .section9 .container .content .cont .top{
        width: calc(100vw * (400/428));
        height: calc(100vw * (115.9/428));
    }
    .section9 .container .content .cont .top::before{
        width: 100%;
        height: calc(100vw * (8.7/428));
    }
    .section9 .container .content .cont .top p{
        font-size: calc(100vw * (15/428));
        line-height: 1.76;
    }
    .section9 .container .content .cont .btm{
        padding: calc(100vw * (13.4/428)) 0 0 calc(100vw * (56.7/428));
    }
    .section9 .container .content .cont .btm ul li{
        font-size: calc(100vw * (13/428));
        margin-bottom: calc(100vw * (25/428));
        line-height: 1.52;
    }
    .section9 .container .content .cont .btm ul li:before{
        width: calc(100vw * (15/428));
        height: calc(100vw * (15/428));
        top: calc(100vw * (2.5/428));
        left: calc(100vw * (-35/428));
    }
    .section9 .container .content2{
        display: none;
    }
    
    /* sec10 */
    .section10{
        background: url(../img/report/sec10_bg.png)no-repeat 20%;
        background-size: cover;
        padding: calc(100vw * (219.3/428)) 0 calc(100vw * (227.5/428));
    }
    .section10 .container .text_box p.sub_title{
        font-size: calc(100vw * (14/428));
        line-height: 1.79;
        margin-bottom: calc(100vw * (55.8/428));
    }
    .section10 .container .text_box h2.title{
        font-size: calc(100vw * (18/428));
        line-height: 1.67;
        font-weight: 800;
    }
    .section10 .container .text_box h2.title span{
        font-size: calc(100vw * (13/428));
        font-weight: bold;
    }
    
}