@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 전체 여백 제거 */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif; 
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
}

/* Bootstrap override */
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.shadow {box-shadow : 0px 0px 15px #333333;}
.header_img {width:700px;}
.title_1 {font-size:1.8em; color:#009ace;}
.title_2 {font-size:1.2em; font-weight:bold; color: #e9a59a;}
.title_help {font-size:0.9em; color:#333333; font-weight:normal;}
.form-short-inline {width:80px; display:inline;}
.form-control {padding:5px 5px; font-size:14px;}
.terms {padding: 20px; background-color:#f2f2f2; margin-bottom: 30px;}
.form-group2{font-weight: 500; display: inline-block;}

.btn-keysight {color: #fff; background-color: #e9a59a; border-color: #e9a59a;}
.btn-keysight:hover {color: #fff; background-color: #e9a59a; border-color: #e9a59a;}

.question {padding-bottom:10px;}
.answer input{margin-left:20px;}
.answer .answer1 {margin-left:0px !important;}
.term_txt{padding: 10px 15px 40px;}
.form_txt{fpnt-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: 12px;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;}

.term_answer_wrap{margin-left: 20px; float: right;}
.radio_agree{margin-right:10px;}
.text-md-center {text-align: center !important;}
.half_img {
    display: block;
    max-width: 100%;
    height: auto;
}

.submitBtn {display: inline-block; position: relative; width:100%; max-width: 400px; height: auto; position: relative;}
.submitBtn img {display: inline-block; width:100%; height: auto;}
.submitBtn .firstImg {position: absolute; left: 0; top: 0; animation: ani .8s steps(2, end) infinite alternate;}
@keyframes ani {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


/* Customize container */
.container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

@media (min-width: 700px) {
    .container {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .form-short-130 {width:100%;}
    .form-short-80 {width:100%;}
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 700px) {
    .form-short-130 {width:130px; display:inline;}
    .form-short-80 {width:80px; display:inline;}

}

@media(max-width:545px) {
    .inform_table{width: 100%; height: auto;  border-radius: 5px; float: left;}
    .inform_bottom{width: 100%; background-color: #fff; padding:10px; font-size: 12px;text-align: center; height: auto;}
}

.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;}

.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:#e9a59a; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
.join_subtitle{width: 100%; color: #34ad69; font-size: 22px; display: block; padding-bottom: 20px;}
.join_text_01{width: 100%; font-size: 15px; text-align: right; color: #e9a59a; 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: #34ad69;}
.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: #e9a59a; 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: #e9a59a; 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: #e9a59a; 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: 15px;
    height: 15px;
    cursor: pointer;
    outline: none !important;
    border: 2px solid #e9a59a;
    border-radius: 15px;
    background: #fbfbfb;
    margin-top: 10px;
}

.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: #e9a59a;
    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: #e9a59a; font-size: 22px; margin: 40px auto 0px; text-align: center; border-radius: 35px; cursor: pointer;}
.join_btn:hover{background-color: #e9a59a; 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 #e9a59a; padding:2px 15px; margin-bottom: 7px;}
.title_box_text {font-size: 12px; color:#e9a59a; float:left; margin-top: 7px;}

.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) {
    .header_all{width: 100%; padding: 0px 0px;}
    .header_wrap{width: 100%;  height: auto; margin: 0 auto; padding: 0px; display: block;}

        
    .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 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:#e9a59a; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
    .join_subtitle{width: 100%; color: #e9a59a; font-size: 22px; display: block; padding-bottom: 20px;}
    .join_text_01{width: 100%; font-size: 15px; text-align: right; color: #e9a59a; 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: #e9a59a;}
    .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: #e9a59a; 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: #e9a59a; 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: #e9a59a; 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: #e9a59a; font-size: 22px; margin: 40px auto 0; text-align: center; border-radius: 35px; cursor: pointer;}
    .join_btn:hover{background-color: #e9a59a; 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:768px) {
    .header_all{width: 100%; padding: 0px 0px;}
    .header_wrap{width: 100%;  height: auto; margin: 0 auto; padding: 0px; display: block;}
    .header_wrap img{width: 100%;}
        
        
    .join_wrap{width: 100%; margin: 0 auto; height: auto; padding: 10px 0px 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:#e9a59a; font-weight: 500; text-align: center; display: block; margin: 10px 0px;}
    .join_subtitle{width: 100%; color: #e9a59a; font-size: 22px; display: block; padding-bottom: 15px;}
    .join_text_01{width: 100%; font-size: 15px; text-align: right; color: #e9a59a; 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: #e9a59a;}
    .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: #e9a59a; 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: #e9a59a; 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: #e9a59a; 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: #e9a59a; font-size: 22px; margin: 40px auto 0; text-align: center; border-radius: 35px; cursor: pointer;}
    .join_btn:hover{background-color: #e9a59a; 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;}
    .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 #e9a59a; padding:2px 15px; margin-bottom: 7px;}
    .title_box_text {font-size: 12px; color:#e9a59a; padding-top:2px; margin-top: 7px; float:left; cursor: pointer;}
}

/* 커스텀 모달 스타일 */
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    overflow: hidden;
}

.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.custom-modal-content {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    z-index: 99999;
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.custom-modal-header {
    background: #f8f9fa;
    padding: 30px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}

.custom-modal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.custom-modal-body {
    padding: 20px;
    text-align: center;
}

.custom-modal-subtitle {
    margin: 0;
    font-size: 20px;
    color: #4a90e2;
    line-height: 1.5;
    font-weight: 500;
}

.custom-modal-footer {
    padding: 0 20px 20px;
    display: flex;
    gap: 10px;
}

.custom-modal-btn {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-modal-btn-gray {
    background: #f1f3f4;
    color: #5f6368;
}

.custom-modal-btn-gray:hover {
    background: #e8eaed;
}

.custom-modal-btn-blue {
    background: #4a90e2;
    color: white;
}

.custom-modal-btn-blue:hover {
    background: #357abd;
}

/* 모바일 대응 */
@media (max-width: 480px) {
    .custom-modal-content {
        max-width: 350px;
        width: calc(100vw - 40px);
        top: 50vh;
        left: 50vw;
        transform: translate(-50%, -50%);
    }
    
    .custom-modal-header h2 {
        font-size: 17px;
    }
    
    .custom-modal-subtitle {
        font-size: 18px;
    }
    
    .custom-modal-btn {
        font-size: 13px;
        padding: 12px 16px;
    }
}