@charset "utf-8";

/*웹폰트 추가*/
@import url("/css/fonts/fonts.css");

/*스타일 추가*/
@import url("style.css");

/*보드 스타일 초기화*/
*:focus {outline:none;}
html{margin: 0 auto;max-width: 1920px;}
body{
    max-width: 1920px;
    min-width: 320px;
    width: 100%;
    background-color: #ffffff;
    font-family:'Noto Sans KR', dotum, sans-serif;
    line-height: 1;
    letter-spacing: -0.5px;
}
a{color: #000000;}
h1 {
    font-size: 26px;
    letter-spacing: -2px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
}
h2, h3, h4, h5, h6{font-family:'Noto Sans KR', dotum, sans-serif;}
hr{display: block;border: 0;margin: 0;}
input[type=text], input[type=password], textarea{
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
}
/*인풋박스 스타일 수정*/
.required, textarea.required{background-image: none !important;}
.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input{border-radius: 0;}


#hd {border-top:0;}
#hd, #wrapper, #ft{width: 100%;min-width: auto;}
#hd_pop, #hd_wrapper, #tnb ul, #gnb .gnb_wrap, #container_wr, #ft_wr{width: 100%;}
#container{width: 100%;margin: 0;}

/*로그인*/
#login_fs{margin-bottom: 60px;}
#mb_login #login_info{margin: 0;}
.mbskin{max-width: 400px;width: 100%;}



input[type="checkbox"] {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
}
input[type="checkbox"] + label {
    text-align: left;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #00aeef;
    color: #00aeef;
    border-radius: 4px;
}

input[type="checkbox"]:checked + label:before {
    content: '';
    font-size: 13px;
    line-height: 0.9em;
    color: #99a1a7;
    border: 2px solid #00aeef;
    text-shadow: 1px 1px #fff;
    background: #ffffff url(../../img/check.png) no-repeat center;
}





/*---------------------------------------------------------------------------*/

.container{max-width: 1200px;width: 100%;margin: 0 auto;padding: 0 20px;}
.container.long{max-width: 1640px;padding: 0;}

@media (max-width: 1200px) {

}

@media (max-width: 768px) {
    .container{padding: 0 10px;}
}

.ul_hz{overflow: hidden;}
.ul_hz li{float: left;}

.ul_blet li{position: relative;}
.ul_blet li:after{content: "";position: absolute;left: 0;top: 0;width: 1px;height: 100%;background-color: #c2c2c2;}
.ul_blet li:first-child:after{display: none;}

.btn_ts{transition: all .25s;}

/*---------------------------------------------------------------------------*/
.br_l{display: block;}
.br_lm{display: block;}
.br_m{display: inline-block;}
.br_ms{display: inline-block;;}
.br_s{display: inline-block;;}

.show_l{display: block !important;}
.show_lm{display: block !important;}
.show_m{display: none !important;}
.show_ms{display: none !important;}
.show_s{display: none !important;}

.show_inline_l{display: inline-block !important;}
.show_inline_lm{display: inline-block !important;}
.show_inline_m{display: none !important;}
.show_inline_ms{display: none !important;}
.show_inline_s{display: none !important;}

.show_table_l {
    display: table-cell !important;
}
.show_table_lm {
    display: table-cell !important;
}

.show_table_s {
    display: none !important;
}

@media (max-width: 1240px) {
    .br_l{display: inline-block;; !important;}
    .br_lm{display: block; !important;}
    .br_m{display: block; !important;}
    .br_ms{display: block; !important;}
    .br_s{display: inline-block;; !important;}

    .show_l{display: none !important;}
    .show_m{display: block !important;}
    .show_ms{display: block !important;}
    .show_s{display: none !important;}

    .show_inline_l{display: none !important;}
    .show_inline_lm{display: inline-block !important;}
    .show_inline_m{display: inline-block !important;}
    .show_inline_ms{display: inline-block !important;}
    .show_inline_s{display: none !important;}


    .show_table_l {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .br_l{display: inline-block;; !important;}
    .br_lm{display: inline-block;; !important;}
    .br_m{display: inline-block;; !important;}
    .br_ms{display: block; !important;}
    .br_s{display: block; !important;}

    .show_l{display: none !important;}
    .show_lm{display: none !important;}
    .show_m{display: none !important;}
    .show_ms{display: block !important;}
    .show_s{display: block !important;}

    .show_inline_l{display: none !important;}
    .show_inline_lm{display: none !important;}
    .show_inline_m{display: none !important;}
    .show_inline_ms{display: inline-block !important;}
    .show_inline_s{display: inline-block !important;}


    .show_table_lm {
        display: none !important;
    }

    .show_table_s {
        display: table-cell !important;
    }


}
/*---------------------------------------------------------------------------*/


/*서브메뉴*/
.sub_visual{
    height: 250px;
    /*background: url("../../img/sub01_img.png") no-repeat;*/
    background-position: center;
    position: relative;
}

.sub_visual.sub0{
    background: url("../../img/sub01_img.png") no-repeat;
}

.sub_visual.sub1{
    background: url("../../img/sub02_img.png") no-repeat;
}

.sub_visual.sub2{
    background: url("../../img/sub03_img.png") no-repeat;
}

.sub_visual.sub3{
    background: url("../../img/sub04_img.png") no-repeat;
}

.sub_visual.sub4{
    background: url("../../img/sub05_img.png") no-repeat;
}

.sub_visual.sub5{
    background: url("../../img/sub01_img.png") no-repeat;
}


.sub_visual .textArea{
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 92px;
}
.sub_visual .textArea .tlt{
    font-size: 40px;
}
.sub_visual .textArea .txt{
    font-size: 14px;
    margin-top: 15px;
}
.sub_visual .textArea .txt span{color:#eb4c44;}
.sub_visual .textArea .txt em{width:10px; display:inline-block;}
.menuBar{
    position: relative;
    background: #fff;
    height: 60px;
    border-bottom: 1px solid #cdcdcd;
    z-index: 100000;
}
.menuBar.down{position:fixed;z-index: 9;top: 100px;width: 100%;}
.sub_hd02{background-color: #fff;height: 60px;/* position: absolute; */top: 0;max-width: 1382px;margin: 0 auto;border-bottom: 1px solid #cdcdcd;z-index: 100;position: relative;}
.sub_hd02 .menu_1dp{display: table;}
.sub_hd02 .menu_1dp > li{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
    border-right: 1px solid #cdcdcd;
    height: 60px;
    font-size: 15px;
    color: #636363;
    position: relative;
    text-align: left;
    font-weight: 300;
    cursor: pointer;
    line-height: 60px;
}
.sub_hd02 .menu_1dp > li:hover{color: #636363;}
.sub_hd02 .menu_1dp > li:first-child{/* background-color: #224498; *//* border-right: 0; */width: 60px;text-align: center;border-left: 1px solid #cdcdcd;padding: 0px;}
.sub_hd02 .menu_1dp > li:nth-child(n+2){width: 200px;}
.sub_hd02 .menu_1dp > li:last-child{color: #636363; }
.sub_hd02 .menu_1dp > li .img_01 {float: right;/* font-size: 10px; *//* line-height: 20px; */line-height: 60px;}
.sub_hd02 .menu_2dp1{
    position: absolute;
    top: 59px;
    left: 0;
    width: 201px;
    border: 1px solid #c2c2c2;
    margin-left: -1px;
    background-color: #ffffff;
    z-index: 9;
    padding: 5px 20px;
    display: none;
    box-shadow: 0 2px 2px rgba(0,0,0,.12);
    z-index: 100000;
}
.sub_hd02 .menu_2dp1 > li{line-height: 34px; }
.sub_hd02 .menu_2dp1 > li a{font-size: 15px;color: #252525;font-weight: 300;}
.sub_hd02 .menu_2dp1 > li a:hover{color: #eb4c44; }
.sub_hd02 .menu_2dp1 > li .on{color: #eb4c44;}
@media (max-width: 1200px){
    .menuBar.down{top:80px;}
}
@media (max-width: 768px){
    .sub_visual{
        height: 80px;
        background-size: cover;
    }
    .sub_visual .textArea{
        margin-top: 26px;
    }
    .sub_visual .textArea .tlt{
        font-size: 20px;
    }
    .sub_visual .textArea .tlt img{height:20px;}
    .sub_visual .textArea .txt{
        display: none;
    }
    .menuBar{height:40px;}
    .sub_hd02{height: 40px; padding: 0;}
    .sub_hd02 .menu_1dp{width: 100%;}
    .sub_hd02 .menu_1dp > li{display: none;height: 40px;font-size: 14px;padding:0 10px;line-height: 40px;}
    .sub_hd02 .menu_1dp > li:last-child{display: table-cell}
    .sub_hd02 .menu_2dp1{width: 100.2%;top: 40px;margin-left: 0;padding: 0 10px;}
    .sub_hd02 .menu_2dp1 > li{line-height: 30px;}
    .sub_hd02 .menu_2dp1 > li a{font-size: 14px;}
    .menuBar.down{
        position: static;
    }
    .sub_hd02 .menu_1dp > li .img_01{
        line-height: 40px;
    }

}

/*-------------------
    *로그인페이지
    *login_lay
-------------------*/

.loginPage {
    height: 100vh;
    display: flex;
    align-items: center;
}
.logo_center {text-align: center;margin-top: 102px;}
.login_lay{max-width: 680px;width: 100%;margin: 0 auto;border: 1px solid #b7b7b7;padding: 0 20px;height: 659px;}
.login_lay .login_box{text-align: center; padding: 20px 0}
.login_lay .login_box .row_10{margin-bottom: 19px;}
.login_lay .login_box .row_20{line-height: 1;margin-bottom: 41px;}
.login_lay .login_box .row_20 .p_10{font-size: 25px;font-weight: bold;color: #464646;margin-bottom: 17px;}
.login_lay .login_box .row_20 .p_20{font-size: 16px;color: #707070;}
.login_lay .login_box .login_input_text{
    max-width: 480px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 15px;
    color: #898989;
    padding: 0 30px;
    margin-bottom: 10px;
    font-weight:100;
    background: #f3f2f2;
}
.login_lay .login_box .row_30{margin-bottom: 16px;}
.login_lay .login_box .btn_submit {width: 100%;max-width: 480px;line-height: 60px;background-color: #363636;font-weight: bold;color: #fff;font-size: 17px;border-radius: 30px;font-family: 'Noto Sans KR', dotum, sans-serif;}
.login_lay .login_box .row_40{margin-bottom: 18px;}
.loginPage .back_home {text-align: center; margin-bottom: 20px; overflow: hidden;}
.loginPage .back_home a{font-size: 15px;font-weight: bold;color: #0072bc;display: inline-block;position: relative;}
.loginPage .back_home a:first-child:after{
    content: "";
    border-right: 1px solid #b7b7b7;
    margin: 0 15px;
}
.loginPage .back_home a:last-child{font-size: 15px;font-weight: bold;color: #252525;display: inline-block;position: relative;}
/*.loginPage .back_home a:first-child:after{content: "";width: 100%;height: 2px;border-top: 1px solid #0072bc;border-bottom: 1px solid #0072bc;position: absolute;left: 0;bottom: -5px;}*/

@media (max-width: 768px) {
    .login_lay{margin: 30px auto;height: 580px;}
    .login_lay .login_box .login_input_text{height: 45px;line-height: 45px;padding: 0 10px;font-size: 14px;}
    .login_lay .login_box .btn_submit{line-height: 45px;font-size: 14px;}
    .login_lay .login_box .row_20 .p_10{font-size: 17px;margin-bottom: 15px;}
    .login_lay .login_box .row_20 .p_20{font-size: 14px;}
    .login_lay .login_box .row_20{margin-bottom: 30px;}
    .login_lay .login_box .row_40{margin-bottom: 20px;}
    .login_lay .login_box .row_50 a{font-size: 14px;}
}



/*약관*/
.agree_content_bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.4);z-index: 99999;display: none;}
.agree_content{
    position: fixed;width: 90%;max-width: 1200px;top:50%; left:50%;background-color: #f5f5f5;padding: 50px;
    box-shadow: 5px 5px 10px;display: none;z-index: 999999;height: 80vh;margin-top: calc(80vh / 2 * -1);margin-left: -600px;
}
.agree_content .block{height: 100%;}
.agree_content .icon_img{margin-right: 10px;vertical-align: sub;}
.agree_content .close_btn{float: right;}

.agree_content .row_10{font-size: 25px;color: #252525;margin-bottom: 35px;}
.agree_content .row_20{border: 1px solid #b7b7b7;background-color: #ffffff;padding: 30px;font-size: 15px;line-height: 24px;overflow-y: scroll;color: #252525;height: calc(100% - 64px)}

@media (max-width: 1200px) {
    .agree_content{margin-left: calc(90% / 2 * -1);}
}

@media (max-width: 768px) {
    .agree_content{padding: 20px;}
    .agree_content .row_10{font-size: 18px;margin-bottom: 15px;}
    .agree_content .icon_img,
    .agree_content .close_btn img{height: 20px;}
    .agree_content .row_20{height: calc(100% - 36px);padding: 10px;font-size: 13px;line-height: 20px;}
}