/* CSS Document */
*{margin: 0; padding:0; box-sizing:border-box;}
li {list-style:none;}
a {text-decoration:none; cursor:pointer;}
html {font-size:16px;}
body{font-family: 'Noto Sans KR', sans-serif; border: 0; padding: 0px;}


/* Page */
nav{
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 54px;
    padding: 0 80px;
}
nav a{
    position: relative;
    top: 10px;
}
.header_all{width: 100%; background-image:url(../images/reg_top_bg.jpg); background-position: center; background-size: cover;}
.header_wrap{width: 1200px;  height: auto; margin: 0 auto; padding: 0px; display: block;}

/* text-wrap */
.text_wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 45px;
}
.text_wrap .title{
    font-size: 18px;
    font-weight: 600;
    color: #fb7652;
    margin-bottom: 60px;
}
/* cont1 */
.text_wrap .cont1{
    font-size: 16px;
    margin-bottom: 54px;
}
.text_wrap .cont1 h2{
    font-weight: 600;
    font-size: 20px;
    background-color: #FA582D;
    padding: 4px 12px;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
}
.text_wrap .cont1 p{
    line-height: 21px;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
}
.text_wrap .cont1 p .po{
    font-size: 17px;
    display: block;
    margin-bottom: 4px;
}
.text_wrap .cont1 p .b{
    font-weight: 600;
    color: #FA582D;
}
.text_wrap .cont1 p::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #FA582D;
    position: absolute;
    left: 0;
    top: 9px;
}
.text_wrap .cont1 span{
    font-weight: 600;
}
/* cont2 */
.text_wrap .cont2 h2{
    display: inline-block;
    line-height: 27px;
    font-weight: 600;
    font-size: 20px;
    background-color: #00cc66;
    padding: 4px 12px;
    margin-bottom: 20px;
}
.text_wrap .cont2{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 54px;
}
.text_wrap .cont2 p{
    font-size: 16px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 12px;
    line-height: 21px;
}
.text_wrap .cont2 p::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #FA582D;
    position: absolute;
    left: 0;
    top: 9px;
}
.text_wrap .cont2 h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    padding-left: 12px;
}
.text_wrap .cont2 span{
    font-weight: 600;
}
/* cont3 */

.text_wrap .cont3{
    margin-bottom: 64px;
}
.text_wrap .cont3 h2{
    font-weight: 600;
    font-size: 20px;
    background-color: #FA582D;
    padding: 4px 12px;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
}
.text_wrap .cont3 p{
    width: 420px;
    height: 44px;
    align-items: center;
    border: 2px solid #FA582D;
    background-color: #ffe5d8;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 37px;
}
.text_wrap .cont3 p a{
    height: 100%;
    color: #FA582D;
    display: block;
}
.text_wrap .img-wrap{
    width: 100%;
}
.text_wrap .img-wrap img{
    width: 100%;
}
.link{
    padding:20px 0;
}

.link li{
    display: inline-block;
    background-color: rgb(250, 88, 45);
    color: #000;
    font-weight: 600;
    padding: 4px 8px;
}
.link li a{color: #fff;}
.link2{
    margin-top: 40px;
}
.link2 h5{
    font-size: 18px;
}
.link2 ul li a{
    color: #fb7652;
    font-size: 15px;
}
.link2 ul .bg{
    font-size: 18px;
    font-weight: 600;
    margin-top: 28px;
}
.link2 ul .bg a{
    display: block;
    color: #fff;
    background-color: rgb(250, 88, 45);
    border-radius: 20px;
    margin-top: 8px;
    font-size: 15px;
    width: 120px;
    height: 38px;
    line-height: 36px;
    text-align: center;
}
.link2 p{
    font-size: 15px;
    margin-top: 40px;
    font-weight: 400;
    color: #333;
}
.link2 .vid{
    margin-top: 20px;
} 
/* hr */
.hr_01 {border: 1px solid #cccccc; margin:20px 0px; border-bottom:none;}
.hr_02 {border: 1px solid #d2dbe4; margin: 30px 0px;}
.hr_03 {border: 1px solid #f0f0f0; margin: 30px 0px;}
.hr_04 {border: 1px solid #eeeeee; margin: 50px 0px 35px;}


.body_all{width: 100%; height: auto; display: block;}
.body_wrap_join{width: 100%; height: auto; background-color: #fff;}


.join_wrap{width: 1200px; margin: 0 auto; height: auto; padding: 40px 0px; background-color: #fff; border-radius: 10px; display: block;}
.join_title{width: 100%; font-size: 32px; font-weight: 500; text-align: center; display: block;}
.join_title_bottom{width: 100%; font-size: 20px; color:#FA582D; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #FA582D; font-size: 22px; display: block; padding-bottom: 20px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #FA582D; display: block; padding: 30px 0px 0px; margin-bottom: -30px;}
.join_input_wrap{width:100%; height: auto; display: inline-block; padding: 10px 0px;}
.join_input_box_01{width: 49%; float: left; display: block;}
.join_input_box_02{width: 49%; float: right; display: block;}
.join_form_title{width: 100%; font-size: 16px; color: #000000; display: block; padding-bottom: 10px;}
.join_form_important{color: #FA582D;}
.join_form_01{width: 100%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center;}
.join_form_01:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_form_02{width: 26%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_02:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.phone_blank{width:4%; text-align: center; float: left; padding: 12px 0px;}
.join_form_03{width: 33%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_03:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_agree_wrap{background-color: #f0f0f0; border-radius: 5px; padding: 25px; font-size: 14px; color: #535353;}

.join_agree_check{float:right; height:30px;}
.join_agree_check input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: none !important;
    border: 2px solid #FA582D;
    border-radius: 15px;
    background: #fbfbfb;
}

.join_agree_check input[type="checkbox"]::before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: scale(0) translate(-50%, -50%);
    line-height: 1;
}

.join_agree_check input[type="checkbox"]:hover {
    border-color: rgba(170, 170, 170, 0.5);
}

.join_agree_check input[type="checkbox"]:checked {
    background-color: #FA582D;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.join_agree_check input[type="checkbox"]:checked::before {
    border-radius: 2px;
    transform: scale(1) translate(-50%, -50%)
}



.join_btn{width: 200px; height: 60px; display: grid; align-items: center; color: #fff; background-color: #FA582D; font-size: 22px; margin: 40px auto 0px; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #FA582D; transition: 0.5s;}




.question {padding-bottom:10px; font-weight: 500;}
.answer {padding-bottom:20px; line-height: 30px; padding-left:20px;}
.answer .answer1 {margin-left:0px !important;}



.title_box_wrap {overflow:hidden; cursor: pointer;}
.title_box {border:1px solid #FA582D; padding:10px 15px; margin-bottom: 15px;}
.title_box_text {font-size: 20px; color:#FA582D; float:left;}

.term_txt{padding: 10px 0px 40px;}
.form_txt{font-size:14px; padding-bottom: 15px;}

.inform_wrap{width:100%; height:auto; display: inline-block; background-color: #fff; border: 1px solid #888;}
.inform_table{width: 25%; height: auto;  border-radius: 5px; float: left;}
.inform_top{width: 100%; height: auto; background-color: #888; color: #fff; padding: 10px; text-align: center;}
.inform_bottom{width: 100%; background-color: #fff; padding:10px; font-size: 14px; text-align: center; height: 120px; overflow-y: scroll; resize: none;}
.inform_bottom::-webkit-scrollbar{width: 6px;}
.inform_bottom::-webkit-scrollbar-thumb{background-color: #d6d6d6; border-radius: 10px; border: 10px solid #d6d6d6;}
.inform_bottom::-webkit-scrollbar-track{ background-color:none; border-radius: 10px; box-shadow: inset 0px 0px 5px #f4f4f4;}

.terms {padding: 20px; background-color:#f2f2f2; margin-top:15px; margin-bottom: 30px; display: none;}
.term_answer_wrap{margin-left: 20px; float: right;}
.radio_agree{margin-right:10px;}
.form-group2{font-weight: 500; display: inline-block;}

.view {display: block;}



.footer_all{width: 100%; height: auto; display: block; background-color: #1b1b1b;}
.footer_wrap{width: 1200px; height: auto; margin: 0 auto; display: flex; align-items: center; padding: 25px 0px;}
.footer_box_01{width: 80%; height: auto; float:left; color: #a7a7a7; font-size: 13px;}
.footer_box_02{width: 20%; height: auto; float:right; display: inline-block; text-align: right; font-size: 13px;}
.footer_menu{margin-left: 50px; text-decoration: none; color: #a7a7a7;}




@media(max-width:1199px) {
nav{
    padding: 0 15px;
}    
.header_all{width: 100%; padding: 0px 0px;}
.header_wrap{width: 100%;  height: auto; margin: 0 auto; padding: 0px 15px; display: block;}

.text_wrap{width: 100%; padding: 40px 15px 0;}
.text_wrap .title{
    margin-bottom: 40px;
}
.text_wrap .cont1 h2{
    font-size: 18px;
}
.text_wrap .cont3 h2{
    font-size: 18px;
}
.text_wrap .cont2 h2{
    font-size: 18px;
}
.hr_02{border: 1px solid #d2dbe4; margin: 30px 0px;}
.hr_03{border: 1px solid #f0f0f0; margin: 30px 0px;}
.hr_04{border: 1px solid #eeeeee; margin: 50px 0px 35px;}


.body_all{width: 100%; height: auto; display: block;}
/* .body_wrap_main{width: 100%; height: calc(100vh - 69px); margin: 0 auto; background-image: url(http://jtmgtest.cafe24.com/temp/images/main_bg_00.jpg); background-position: left; background-repeat: no-repeat; background-size: cover; margin-top: -100px;} */
.body_wrap_login{width: 100%; height: calc(100vh - 169px); margin: 0 auto; background: linear-gradient(to right, #0a7dff, #0066ff);}
.body_wrap_join{width: 100%; height: auto; background-color: #fff;}
.body_wrap_dashboard{width: 100%; height: auto; background-color: #fff;}
.body_wrap_notice{width: 100%; height: auto; background-color: #fff;}
.body_wrap_faq{width: 100%; height: auto; background-color: #fff;}


.join_wrap{width: 100%; margin: 0 auto; height: auto; padding: 80px 15px; background-color: #fff; border-radius: 10px; display: block;}
.join_title{width: 100%; font-size: 32px; font-weight: 500; text-align: center; display: block;}
.join_title_bottom{width: 100%; font-size: 20px; color:#FA582D; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #FA582D; font-size: 22px; display: block; padding-bottom: 20px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #FA582D; display: block; padding: 30px 0px 0px; margin-bottom: -30px;}
.join_input_wrap{width:100%; height: auto; display: inline-block; padding: 10px 0px;}
.join_input_box_01{width: 49%; float: left; display: block;}
.join_input_box_02{width: 49%; float: right; display: block;}
.join_form_title{width: 100%; font-size: 18px; color: #000000; display: block; padding-bottom: 10px;}
.join_form_important{color: #FA582D;}
.join_form_01{width: 100%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center;}
.join_form_01:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_form_02{width: 26%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_02:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.phone_blank{width:4%; text-align: center; float: left; padding: 12px 0px;}
.join_form_03{width: 33%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_03:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_agree_wrap{background-color: #f0f0f0; border-radius: 5px; padding: 25px; font-size: 14px; color: #535353;}
.join_agree_check{float:right;}
.join_btn{width: 200px; height: 60px; display: grid; align-items: center; color: #fff; background-color: #FA582D; font-size: 22px; margin: 40px auto 0; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #FA582D; transition: 0.5s;}


.footer_all{width: 100%; height: auto; display: block; background-color: #1b1b1b;}
.footer_wrap{width: 100%; height: auto; margin: 0 auto; display: flex; align-items: center; padding: 25px 0px;}
.footer_box_01{width: 80%; height: auto; float:left; color: #a7a7a7; font-size: 13px;}
.footer_box_02{width: 20%; height: auto; float:right; display: inline-block; text-align: right; font-size: 13px;}
.footer_menu{margin-left: 50px; text-decoration: none; color: #a7a7a7;}


} 


/* Mobile */
@media(max-width:850px) {
nav{
    height: 40px;
}
nav a{
    top: 6px;
}
nav a img{
    height: 28px;
}
.header_all{width: 100%; padding: 0px 0px;}
.header_wrap{width: 100%;  height: auto; margin: 0 auto; padding: 0px 15px; display: block;}
.header_wrap img{width: 100%;}
    
    
.join_wrap{width: 100%; margin: 0 auto; height: auto; padding: 10px 15px 40px 15px; background-color: #fff; border-radius: 10px; display: block;}
.join_title{width: 100%; font-size: 32px; font-weight: 500; text-align: center; display: block;}
.join_title_bottom{width: 100%; font-size: 20px; color:#FA582D; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #FA582D; font-size: 22px; display: block; padding-bottom: 15px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #FA582D; display: block; padding: 30px 0px 0px; margin-bottom: -30px;}
.join_input_wrap{width:100%; height: auto; display: inline-block; padding: 10px 0px;}
.join_input_box_01{width: 100%; margin-bottom:20px; float: left; display: block;}
.join_input_box_02{width: 100%; float: right; display: block;}
.join_form_title{width: 100%; font-size: 18px; color: #000000; display: block; padding-bottom: 10px;}
.join_form_important{color: #FA582D;}
.join_form_01{width: 100%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center;}
.join_form_01:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_form_02{width: 26%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_02:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.phone_blank{width:4%; text-align: center; float: left; padding: 12px 0px;}
.join_form_03{width: 33%; height: 50px; background-color: #fff; border: 2px solid #e5e5e5; padding: 0px 10px; border-radius: 5px; display: flex; align-items: center; float: left;}
.join_form_03:focus {color: #FA582D; background-color: #fff; border-color: #80a4e1; outline:0; transition: 0.5s;}
.join_agree_wrap{background-color: #f0f0f0; border-radius: 5px; padding: 25px; font-size: 14px; color: #535353;}
.join_agree_check{float:right;}
.join_btn{width: 200px; height: 60px; display: grid; align-items: center; color: #fff; background-color: #FA582D; font-size: 22px; margin: 40px auto 0; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #FA582D; transition: 0.5s;}

.footer_all{width: 100%; height: auto; display: block; background-color: #1b1b1b;}
.footer_wrap{width: 100%; height: auto; margin: 0 auto; display: flex; align-items: center; padding: 25px 0px;}
.footer_box_01{width: 80%; height: auto; float:left; color: #a7a7a7; font-size: 13px; padding:0px 15px;}
.footer_menu{margin-left: 50px; text-decoration: none; color: #a7a7a7;}


.inform_table{width: 100%; height: auto;  border-radius: 5px; float: left;}
.inform_bottom{width: 100%; background-color: #fff; padding:10px; font-size: 13px; text-align: center; height: auto;}

.term_answer_wrap{width:100%; margin-left: 20px; padding-top:10px; float: right; text-align: center;}

.title_box_wrap {overflow:hidden;}
.title_box {border:1px solid #FA582D; padding:10px 15px; margin-bottom: 15px;}
.title_box_text {font-size: 18px; color:#FA582D; padding-top:2px; float:left; cursor: pointer;}

}
@media(max-width:565px){
    nav{padding: 0; height: 36px;}
    nav a{top:2px;}
    nav a img{height: 24px;}
    .text_wrap .title{
        font-size: 16px;
    }
    .text_wrap .cont1 p{
        font-size: 15px;
    }
    .text_wrap .cont2 p{
        font-size: 15px;
    }
    .text_wrap .cont3 p{
        width: 340px;
    }
    .text_wrap .cont3 p a{
        font-size: 15px;
    }
    .link li a{font-size: 15px;}
}
@media(max-width:420px){
    nav{padding: 0; height: 32px;}
    nav a{top: -1px;}
    nav a img{height: 20px;}
    .text_wrap .cont3 p{
        width: 100%;
    }
    .text_wrap .cont3 p a{
        font-size: 15px;
    }
}