/* 공통 */
ul { width: 100%; float: left; }
ul li { width: 100%; float: left; }
.text_box{padding-left: 20px;}

/* 폰트 */
.gwbold { font-family: 'GangwonEduPowerExtraBoldA';}

/* header */
.header {
    width: 100%;
    float: left;
    height: 120px;
    line-height: 120px;
    position: fixed;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px 0 #BDCDE5;
}
.main_logo { width: 100%; float: left;}
.main_logo img { cursor: pointer; width: 15%; height: 74px; left: 50%; transform: translateX(-50%); }
.main_menu {width: 20%; float: right; }
.header_nav {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15%;
}
.header_nav li { width: 100%; float: left; cursor: pointer;}

.header_nav li:not(:last-child) { margin-right: 10px }
.header_nav li.regist_btn{
    width: 45%;
    float: left;
    height: 37px;
    line-height: 37px;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    background-color: #7C9FFA;
    color: #fff;
}
.header_nav li.regist_btn a { display: block; width: 100%;}
.header_nav li.login_btn {
    width: 45%;
    float: left;
    height: 37px;
    line-height: 37px; 
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    background-color: #2C4A7C;
    color: #fff;
}
.header_nav li.login_btn a { display: block; width: 100%;}

/* section */
.section_01{ width: 100%; float: left; margin-top: 85px; padding-top: 75px; overflow: hidden; background: url(/images/BG.png) center; background-repeat: no-repeat; background-size: cover;}
.section_01 .main_wrap{width: 100%; height: 800px; float: left;}
.section_01 .text_box{width: 75%; float: left; color: #fff; padding-right: 5%; padding-top: 70px; text-align: left;}

.section_01 .text_box .box_header {
    width: 100%;
    float: left;
}

.section_01 .text_box .box_header .sub_title{
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    color: #202020;}
.section_01 .text_box .box_header .main_title{
    width: 100%;
    float: left;
    font-size: 55px;
    font-weight: 800;
    margin-top: 10px;
    color: #5791E2;}
.section_01 .text_box .box_header .main_title span{color: #2C4A7C;}

.section_01 .text_box .box_main {
    width: 100%;
    float: left;
    margin-top: 45px;
}
.section_01 .text_box .box_main .main_content {
    /* width: 630px; */
    width: 100%;
    float: left;
    height: 60px;
    margin-bottom: 12px;
}
.section_01 .text_box .box_main .main_content .num {
    /* width: 60px; */
    width: 7%;
    height: 60px;
    float: left;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 58px;
    border: 1px solid #4A70AA;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #4A70AA;
    color: #fff;
}
.section_01 .text_box .box_main .main_content .text {
    /* width: 570px; */
    width: 70%;
    height: 60px;
    float: left;
    padding-left: 20px;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #BDCDE5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    color: #282828;
}
.section_01 .text_box .box_main .main_content .text span {
    font-weight: 700;
}

.section_01 .text_box .box_footer {
    margin-top: 50px;
}
.section_01 .text_box .box_footer .regist_btn {
    width: 30%;
    height: 55px;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 55px;
    border-radius: 5px;
    background-color: #7C9FFA;
    margin-right: 10px;
    margin-top: 50px;
}
.section_01 .text_box .box_footer .regist_btn a { display: block; width: 100%; }
/* .section_01 .text_box .box_footer .info_btn {
    width: 30%;
    height: 55px;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 55px;
    border-radius: 5px;
    background-color: #2C4A7C;
    margin-right: 10px;
    } */
/* .section_01 .text_box .box_footer .info_btn a { display: block; width: 100%; } */
.section_01 .img_box{width: 25%; float: left; margin-top: 75px;}


/* footer */
.footer{ width: 100%; float: left; background: #fff; padding: 30px 0;}
.footer .footer_wrap{width: 100%; float: left;}
.footer .footer_wrap .logo_Wrap{
    width: 30%;
    float: left;
    padding: 40px 0 40px 20px;
}
.footer .footer_wrap .logo_Wrap img{
    height: 74px;
    opacity: 0.5;
}
.footer .footer_wrap .info_Wrap{width: 70%; float: left; padding: 30px 0 30px;}
.footer .info_Wrap ul{width: 100%; float: left;}
.footer .info_Wrap ul li{width: 100%; float: left; font-size: 16px; color: #636363;}
.footer .info_Wrap .sub{width: 100%;  float: left; font-weight: 500; }
.footer .info_Wrap .main{width: 100%;  float: left; font-size: 15px; margin-top: 25px; line-height: 25px; font-weight: bold;}
