#contbody_scroll {
    position: relative;
    z-index: 12;
    overflow: hidden;
    min-height: 100%;
}

#contwrap {
    position: relative;
    left: 0;
    z-index: 13;
    margin-bottom: 70px;
}

header{
    width: 100%;
    height: 765px;
    background: url(../img/main/main_bg1.png) center top no-repeat;
    background-size: 100% 765px;
}

.header_box{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo{
    width: 20%;
    margin: 0 auto;
}

.header_logo a{
    font-size: 20px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #334979;
    font-family:'Roboto-Black' ;
	font-style: italic;
}

.header_menu{
    width: 80%;
    margin: 0 auto;

    display: flex;
    justify-content: right;
    align-items: center;
}

.header_menu .join_btn{
    color: #384876;
    font-size: 12px;
    padding: 4px 7px 2px;
    margin: 0 5px;

    border: 1px solid black;
    border-radius: 5px;

    transition: all 0.5s;
}

.header_menu .join_btn:hover{
    background-color: #fff;
}

.header_menu .login_btn{
    color: #384876;
    font-size: 12px;
    padding: 4px 13px 2px;
    margin: 0 5px;

    border: 1px solid black;
    border-radius: 5px;

    transition: all 0.5s;
}

.header_menu .login_btn:hover{
    background-color: #fff;
}

.header_menu .mypage_btn{
    color: #384876;
    font-size: 12px;
    padding: 4px 7px 2px;
    margin: 0 5px;

    border: 1px solid black;
    border-radius: 5px;

    transition: all 0.5s;
}

.header_menu .mypage_btn:hover{
    background-color: #fff;
}

.header_menu .logout_btn{
    color: #384876;
    font-size: 12px;
    padding: 4px 13px 2px;
    margin: 0 5px;

    border: 1px solid black;
    border-radius: 5px;

    transition: all 0.5s;
}

.header_menu .logout_btn:hover{
    background-color: #fff;
}

.header_menu .menu_btn{
    width: 24px;
    height: 24px;
    margin-left: 5px;
    border-radius: 5px;
    position: relative;

    transition: all 0.5s;
}

.header_menu .menu_btn:hover{
    background-color: #fff;
}

.header_menu .menu_btn img{
    width: 100%;
}

nav{
    width: 100%;
    height: 20px;
    margin: 20px auto 0;
    padding-right: 10%;
    padding-left: 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav .nav_menu{
    font-size: 13px;
    color: #334979;
    font-family:'NotoSansKR-Medium' ;
}

/* ------------section1----------- */

.section1{
    margin-top: 135px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.text_h1{
    width: 100%;
    margin: 0 auto;
}

.text_h1 h1{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.3;
    color: rgba(255,255,255,0.8);
    font-family:'NotoSansKR-Medium' ;
}

.text_h1 span.strong{
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 1.5.5;
    color: rgba(255,255,255,1);
    font-family:'NotoSansKR-Bold' ;
}

.strong{
    font-family:'NotoSansKR-Bold' ;
}

.contents{
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    position: relative;
}

.number_white{
    font-size: 10px;
    width: 14px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    background: #fff;
    margin-top: 3px;
    padding-right: 2px;
    font-family:'Roboto-Medium' ;
}

.text_contents_list_1{
    display: flex;
}

.text_contents_list_1 p{
    font-size: 14px;
    letter-spacing: -1px;
    color: #fff;
    margin-left: 8px;
    width: 200px;
    line-height: 1.5;
    font-family:'NotoSansKR-Medium' ;
}

.text_contents_list_2{
    display: flex;
    margin-top: 10px;
}

.text_contents_list_2 p{
    font-size: 14px;
    letter-spacing: -1px;
    color: #fff;
    margin-left: 8px;
    width: 200px;
    line-height: 1.5;
    font-family:'NotoSansKR-Medium' ;
}

.circle_bg{
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50%;
}

.text_contents{
    width: 90px;
    height: 90px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 0;
}

.text_contents p{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding-top: 17px;
    line-height: 1.4;
    letter-spacing: -1px;
    font-family:'NotoSansKR-Bold' ;
}

.text_contents p span{
    font-size: 18px;
    font-family:'Roboto-Medium' ;
}

.contents_login{
    width: 65%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.contents_login p{
    color: #fff;
    font-size: 12px;
    font-family:'NotoSansKR-Regular' ;
    letter-spacing: -0.5px;
    text-align: center;
}

.contents_login p a{
    color: #fff;
    font-size: 12px;
    font-family:'NotoSansKR-Regular' ;
    letter-spacing: -0.5px;
    text-align: center;
}

.contents_login .arrow{
    width: 10px;
    padding-bottom: 3px;
}

img{
    width: 100%;
}

.contents_best{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.contents_best h1{
    margin-top: 35px;
    margin-bottom: 20px;
    color: #20285D;
    font-size: 22px;
    font-family:'NotoSansKR-Medium' ;
}

.contents_best_list{
    display: flex;
}

.contents_best_list p{
    font-size: 14px;
    letter-spacing: -1px;
    color: #20285D;
    margin-left: 8px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 1.5;
    font-family:'NotoSansKR-Regular' ;
}

/* -----------section2---------- */

.section2{
    width: 100%;
    margin-top: 60px;
}

.section2_container{
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #ccc;
}

.title_wrap{
    width: 100%;
    margin: 0 auto;
}

.section2_title_box{
    width: 100%;
    height: 60px;
    background-color: #1E2860;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.section2_title_box .title{
    text-align: center;
    line-height: 60px;
    color: #fff;
    letter-spacing: -1px;
    font-family:'NotoSansKR-Bold' ;
    font-size: 18px;
}

.section2_title_img{
    width: 100%;
    margin-bottom: 10px;
}

.section2_title_img img{
    width: 100%;
}

.img_recommended{
    width: 100px;
    margin: 0 auto;
}

.text_recommend{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.best_expert{
    color: #20285D;
    font-size: 20px;
    font-family:'NotoSansKR-Bold' ;
}

.normal_text{
    color: #20285D;
    font-size: 15px;
    font-family:'NotoSansKR-bold' ;
    letter-spacing: 1;
}

.contents_img{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 80px;
    padding-bottom: 25px;
}

/* --------------section3-------------- */

.section3{
    width: 100%;
}

.section3_wrap{
    width: 100%;
    background: url(../img/main/main_bg2.png) center top repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section3_container{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.section3_title_box{
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,0.4);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.section3_title_box h1{
    color: #1F2554;
    line-height: 60px;
    font-size: 18px;
    font-family:'NotoSansKR-bold' ;
}

.section3_title_img{
    width: 100%;
    height: 180px;
    background: #fff url(../img/main/graph.png) center center no-repeat;
    background-size: 250px 150px;
}

.span_graph{
    width: 100%;
    height: 130px;
    background-color: rgba(255,255,255,0.1);
}

.span_graph .text_graph{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
    box-sizing: border-box;
    color: #1F2554;
    font-size: 16px;
    font-family:'NotoSansKR-bold' ;
}

.list_graph{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: rgba(255,255,255,0.1);
    padding-left: 25px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.graph_list_1{
    display: flex;
    margin-bottom: 7px;
}

.graph_list_1 p{
    font-family:'NotoSansKR-Regular' ;
    font-size: 14px;
    margin-left: 10px;
}

.graph_list_2{
    display: flex;
    margin-bottom: 7px;
}

.graph_list_2 p{
    color: #1C2864;
    font-family:'NotoSansKR-bold' ;
    font-size: 14px;
    margin-left: 10px;
}

.number_navy{
    color: #fff;
    font-size: 10px;
    width: 14px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    background: #1E2860;
    margin-top: 3px;
    padding-right: 2px;
    font-family:'Roboto-Medium' ;
}

.graph_list_3{
    display: flex;
}

.graph_list_3 p{
    font-family:'NotoSansKR-Regular' ;
    font-size: 14px;
    margin-left: 10px;
}

.contents_img_watch{
    width: 100%;
    height: 130px;
    background-color: rgba(255,255,255,0.4);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.img_watch{
    width: 65px;
}

.img_watch img{
    width: 100%;
}

.watch_text{
    width: 170px;
    text-align: left;
    line-height: 1.8;
    font-family:'NotoSansKR-bold' ;
    font-size: 14px;
    color: #22285A;
}

/* --------------section4----------- */

.section4{
    width: 100%;
    padding: 60px 0;
}

.section4_container{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.section4_title_box{
    width: 100%;
    height: 60px;
    background-color: #20285D;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.section4_title_box h1{
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    font-family:'NotoSansKR-bold' ;
}

.section4_title_img{
    width: 100%;
}

.section4_title_img img{
    width: 100%;
}

.span_soshorse{
    width: 100%;
    height: 100px;
    padding-top: 20px;
    box-sizing: border-box;
}

.text_soshorse{
    color: #202551;
    font-size: 16px;
    font-family:'NotoSansKR-bold' ;
}

/* --------------section5----------- */

.section5{
    width: 100%;
}

.section5_wrap{
    width: 100%;
    background: url(../img/main/main_bg3.png) center repeat;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
}

.section5_container{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.section5_title_box{
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,0.1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.section5_title_box h1{
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    font-family:'NotoSansKR-bold' ;
}

.section5_title_img{
    width: 100%;
    background-color: rgba(255,255,255,0.1);;
}

.section5_title_img img{
    width: 100%;
}

.list_allsms{
    width: 100%;
    height: 140px;
    padding-top: 20px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.allsms_list_1{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 10px;
}

.number_transparent{
    color: #fff;
    font-size: 10px;
    width: 13px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 5px;
    background: transparent;
    margin-top: 3px;
    padding-right: 1px;
    font-family:'Roboto-Medium' ;
}

.allsms_list_1 p{
    font-family:'NotoSansKR-Regular' ;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.allsms_list_2{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 10px;
}

.allsms_list_2 p{
    font-family:'NotoSansKR-Regular' ;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.allsms_list_3{
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.allsms_list_3 p{
    font-family:'NotoSansKR-Bold' ;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

/* ------------section6----------- */

.section6{
    width: 100%;
    padding: 60px 0;
}

.section6_container{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.section6_title_box{
    width: 100%;
    height: 60px;
    background-color: #22285A;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.section6_title_box h1{
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    font-family:'NotoSansKR-bold' ;
}

.section6_title_img{
    width: 100%;
}

.section6_title_img img{
    width: 100%;
}

.list_lastrace{
    width: 100%;
    height: 140px;
    padding-top: 20px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.lastrace_list_1{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 10px;
}

.number_white_border{
    color: #384876;
    font-size: 10px;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    border: 1px solid #232549;
    border-radius: 5px;
    background: transparent;
    margin-top: 3px;
    padding-right: 1px;
    font-family:'Roboto-Medium' ;
}

.lastrace_list_1 p{
    font-family:'NotoSansKR-Regular' ;
    color: #21254E;
    font-size: 14px;
    margin-left: 10px;
}

.lastrace_list_2{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 10px;
}

.lastrace_list_2 p{
    font-family:'NotoSansKR-Regular' ;
    color: #21254E;
    font-size: 14px;
    margin-left: 10px;
}

.lastrace_list_3{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 10px;
}

.lastrace_list_3 p{
    font-family:'NotoSansKR-Bold' ;
    color: #21254E;
    font-size: 14px;
    margin-left: 10px;
}

/* ------------section7----------- */

.section7{
    width: 100%;
}

.section7_wrap{
    width: 100%;
    height: 650px;
    background: url(../img/main/main_bg4.png) center center no-repeat;
    background-size: 100% 650px;
    padding-top: 60px;
    box-sizing: border-box;
}

.section7_contents_box1{
    width: 90%;
    height: 160px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.1);
}

.notice_box{
    width: 80%;
    height: 100px;
    margin: 0 auto;
}

.notice_title_box{
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;

    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.notice_title{
    font-family:'Roboto-Regular' ;
    font-size: 16px;
    color: #fff;
}

.notice_title_box a{
    color: white;
    font-size: 10px;
}

.notice_list{
    list-style: inside url(../img/main/circle.png);
}

.notice_list li{
    padding: 2px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.notice_list li a{
    color: #fff;
    font-family:'NotoSansKR-Regular' ;
    font-size: 11px;
    display: inline-block;
}

.section7_contents_box2{
    width: 90%;
    height: 125px;
    margin: 60px auto 0;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #33468C;
}

.section7_span_bold{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family:'NotoSansKR-Bold' ;
    padding-top: 23px;
    box-sizing: border-box;
}



.menu_category>li{
    list-style: none;
}


@media all and (min-width:374px){
    
    header{
        height: 900px;
        background-size: 100% 900px;
    }
    
    nav .nav_menu{
        font-size: 16px;
    }
    
    /* ------------section1----------- */
    
    .section1{
        margin-top: 175px;
    }
    
    .text_h1 h1{
        font-size: 28px;
    }
    
    .text_h1 span.strong{
        font-size: 28px;
    }
    
    .contents{
        margin: 58px auto 0;
    }
    
    .number_white{
        font-size: 11px;
        width: 13px;
        height: 13px;
        line-height: 13px;
        margin-top: 5px;
        padding: 2px 2px 1px;
    }
    
    .text_contents_list_1 p{
        font-size: 16px;
    }
    
    .text_contents_list_2{
        margin-top: 15px;
    }
    
    .text_contents_list_2 p{
        font-size: 16px;
    }
    
    .text_contents{
        width: 110px;
        height: 110px;
    }
    
    .text_contents p{
        font-size: 15px;
    }
    
    .text_contents p span{
        font-size: 25px;
    }
    
    .contents_login{
        width: 100%;
        margin-top: 39px;
    }
    
    .contents_login p{
        font-size: 15px;
    }
    
    .contents_login p a{
        font-size: 15px;
    }
    
    .contents_login .arrow{
        width: 12px;
        padding-bottom: 2px;
    }
    
    .contents_best h1{
        margin-top: 40px;
        margin-bottom: 25px;
        font-size: 29px;
    }
    
    .contents_best_list p{
        padding-top: 2px;
       /*  width: 275px;*/
    }
    
    /* -----------section2---------- */
    
    .section2_title_box{
        height: 80px;
    }
    
    .section2_title_box .title{
        line-height: 80px;
        font-size: 22px;
    }
    
    .img_recommended{
        width: 110px;
    }
    
    .best_expert{
        font-size: 23px;
    }
    
    .normal_text{
        font-size: 17px;
    }
    
    /* --------------section3-------------- */
    
    .section3_title_box{
        height: 80px;
    }
    
    .section3_title_box h1{
        line-height: 80px;
        font-size: 22px;
    }
    
    .span_graph .text_graph{
        font-size: 18px;
    }
    
    .graph_list_1 p{
        font-size: 15px;
        padding-top: 1px;
    }
    
    .graph_list_2 p{
        font-size: 15px;
        padding-top: 1px;
    }
    
    .number_navy{
        font-size: 11px;
        width: 13px;
        height: 13px;
        line-height: 13px;
        margin-top: 5px;
        padding: 2px 2px 1px;
    }
    
    .graph_list_3 p{
        font-size: 15px;
        padding-top: 1px;
    }
    
    .contents_img_watch{
        justify-content: center;
    }
    
    .img_watch{
        width: 70px;
    }
    
    .watch_text{
        width: 185px;
        margin-left: 5%;
        font-size: 15px;
    }
    
    /* --------------section4----------- */
    
    .section4_title_box{
        height: 80px;
    }
    
    .section4_title_box h1{
        line-height: 80px;
        font-size: 22px;
    }
    
    .span_soshorse{
        padding-top: 22px;
    }
    
    /* --------------section5----------- */
    
    .section5_title_box{
        height: 80px;
    }
    
    .section5_title_box h1{
        line-height: 80px;
        font-size: 22px;
    }
    
    .allsms_list_1{
        align-items: center;
    }
    
    .number_transparent{
        font-size: 11px;
        width: 11px;
        height: 12px;
        line-height: 12px;
        padding: 1px 2px 1px;
    }
    
    .allsms_list_1 p{
        font-size: 16px;
    }
    
    .allsms_list_2{
        align-items: center;
    }
    
    .allsms_list_2 p{
        font-size: 16px;
    }
    
    .allsms_list_3{
        align-items: center;
    }
    
    .allsms_list_3 p{
        font-size: 16px;
    }
    
    /* ------------section6----------- */
    
    .section6_title_box{
        height: 80px;
    }
    
    .section6_title_box h1{
        line-height: 80px;
        font-size: 22px;
    }
    
    .lastrace_list_1{
        align-items: center;
    }
    
    .number_white_border{
        font-size: 11px;
        width: 11px;
        padding: 1px 2px 1px;
    }
    
    .lastrace_list_1 p{
        font-size: 15px;
    }
    
    .lastrace_list_2{
        align-items: center;
    }
    
    .lastrace_list_2 p{
        font-size: 15px;
    }
    
    .lastrace_list_3{
        align-items: center;
    }
    
    .lastrace_list_3 p{
        font-size: 15px;
    }
    
    /* ------------section7----------- */
    
    .section7_wrap{
        height: 700px;
        background-size: 100% 700px;
    }
    
    .section7_contents_box1{
        height: 180px;
    }
    
    .notice_title{
        font-size: 20px;
    }
    
    .notice_title_box a{
        font-size: 12px;
    }
    
    .notice_list li{
        padding: 4px 0;
    }
    
    .notice_list li a{
        font-size: 13px;
    }
    
    .section7_contents_box2{
        margin: 75px auto 0;
    }
}


@media all and (min-width:800px){

    #contwrap {
        position: relative;
        left: 0;
        z-index: 13;
        margin-bottom: 140px;
    }
    
	.section7_wrap {
		height: 880px;
		background-size: 100% 100%;
	}
}
