body {
    min-width: 1200px;
}
#wrap *{ box-sizing:border-box;}
a {
    text-decoration: none;
}
.container {max-width: 1200px; margin: 0 auto;}
/* header */
header {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
}

header .container h1 img {
    width: 280px;
}
#wrap .header {
    background: #f7f8fa;
}

/*  */
#wrap .header .container {
    padding: 160px 0 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#wrap .header .logo_wrap {
    width: 47%;
    cursor: pointer;
}
#wrap .header .logo_wrap img {width: 100%;}

#wrap .header .img_box h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1.2;
}
#wrap .header .img_box h2 b {
    color: #027CE2;
    font-weight: 700;
}
#wrap .header .img_box p {
    font-size: 30px;
    color: #666;
    letter-spacing: -2px;
    margin-top: 15px;
}
#wrap .header .img_box img {
    margin-top: 30px;
}
#wrap .header .text_box img {
    width: 30px;
    filter: invert(39%) sepia(22%) saturate(1016%) hue-rotate(224deg) brightness(87%) contrast(91%);
	position:absolute; left:0
}
#wrap .header .text_box {
	position:relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#wrap .header .div3_line {
    height: 10px;
    padding: 0 10px;
}
#wrap .header .text_box .header_color_text {
    font-size: 40px;
    color: #333;
    font-weight: 700;
}
#wrap .header .div3_line .div3_non_color {
    height: 100%;
    border-radius: 5px;
    background: #f0f2f6;
}
#wrap .header .div3_line .div3_non_color .div3_color {
    width: 50%;
    height: 100%;
    z-index: 1;
    position: relative;
    background: #f79900;
    border-radius: 5px;
    left: 0;
}
#wrap .text_box .main_text {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3em;
    padding: 65px 0 35px;
    color: #333;
    border-bottom: 2px solid #828282;
    letter-spacing: -1.5px;
}
#wrap .form-box input ,select {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 0 20px 10px;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    outline: none;
    background: #fff;
    box-sizing: border-box;
}
#inputform_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 60px;
    padding: 50px 30px;
}
#inputform_1 span {
    font-size:24px;
    margin-bottom:10px;
    display: block;
    width:100%;
    color: #333;
    font-weight: 600;
}
#wrap .form-box .form_jumin_items  {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    box-sizing: border-box;
}
#wrap .form-box input::placeholder {
    font-size: 24px;
    font-weight: 500;
}
#wrap .form-box .form_jumin_items input::placeholder {
    color:#bbb;
    font-size: 15px;
    letter-spacing: 3px;
}

#wrap .form-box .jumin_wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}  

#wrap .form-box .phone_num_wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}  

#wrap .form-box .name_wrap {
    display: flex;
    flex-direction: column;
}


#wrap .form-box .phone_num_wrap select option {font-size:20px;width:30%}
#inputform_1 span.dash {width:10px; margin:0}
#wrap .form-box input.btn_submit {
    background: #027ce2;
    border-radius: 20px;
    border: none;
    color: #fff;
    font-size: 35px;
    padding: 20px;
    width: 50%;
    margin: 50px auto;
    display: block;
}
.privacy {
	display: flex;
    align-items: center;
}
#privacy_checkbox_all {
    margin-top: 50px;
}

#wrap .form-box #privacy_checkbox {
    position: relative;
    display: flex;
    align-items: center;
}

#wrap .form-box input#check-box {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 14px;
    opacity: 0;
    z-index: 9;
    transform: translate(-50%, -50%);
}

#wrap .form-box #privacy_checkbox i {
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    position: relative;
}
#wrap .form-box #privacy_checkbox i::before {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 7px;
    height: 13px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: "";
}
#wrap .form-box #privacy_checkbox input[type="checkbox"]:checked + i {
    background: #027CE2;
    border: 1px solid #027CE2;
}
#wrap .form-box #privacy_checkbox input[type="checkbox"]:checked + i::before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
#privacy_checkbox_all .agree-text {
    font-weight: 600;
    color: #444;
    text-decoration: underline;
}
.agree-text {
    font-size: 22px;
    margin: 0 13px;
    color: #666;
    letter-spacing: -1px;
}
#popup_modal {border:none;background:none;font-size:30px;}
.underline {text-decoration:underline;padding:0 1px;}
.privacy a {    
    margin-left: 5px;
    color: #333;
    font-size: 22px;}

/* info_input css end */

.img_box img {width: 100%;}



/* privacy_modal_m.php */
.pop_wrap { max-width:800px; background:#fff; overflow:hidden;}
.pop_wrap h2 {padding:15px 30px; color:yellow; font-size:24px; font-weight:500; line-height:1.3em; letter-spacing:-.04em; background:#000;}
.pop_wrap .content {padding:25px 30px; overflow:auto; font-size:15px; font-weight:300; line-height:1.5em; letter-spacing:-.03em; color:#505050;}
.pop_wrap .sec {margin-bottom:30px;}
.pop_wrap .sec h3 {color:#222; font-size:1.4em; font-weight:500; margin-bottom:10px;}
.pop_wrap .sec h4 {color:#333; font-size:1.3em; font-weight:500; margin-bottom:7px;}
.pop_wrap .sec p {margin-bottom:1em;}
.pop_wrap .sec strong {font-weight:500;}
.pop_wrap .policy-contact {display:flex; padding:20px 0; background:#fafafa; border:1px solid #e5e5e5; margin-bottom:1em;}
.pop_wrap .policy-contact dl {flex:1; padding:0 20px; border-left:1px solid #e5e5e5;}
.pop_wrap .policy-contact dl:first-child {border-left:0;}
.pop_wrap .policy-contact dt {font-weight:500; color:#333; margin-bottom:12px;}
.pop_wrap table {width:100%; border-collapse:collapse; border-spacing:0;}
.pop_wrap table th {border:1px solid #ddd; background:#f4f4f4; padding:3px 0;}
.pop_wrap table td {border:1px solid #ddd; background:#fff; padding:5px;}



.pri_modal_wrap{ position: fixed; left: 50%; top: 0; transform: translateX(-50%); width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 99999999999; display: none; }

.pri_modal_inner{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);width: 600px; height: 650px; background: #eee; border: 10px solid #ccc; overflow-X:hidden; overflow-y: scroll; }
.pri_modal_txt {margin-top: -30px;}
.pri_modal_txt p{
    padding: 20px; line-height:2.0rem; 
    /* font-size:1.1em; */
}
.pri_modal_txt1 p{
    padding: 20px; line-height:2.0rem; 
    font-size:1.1em;
}
.agree_close {
    position: sticky;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 534px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pri_modal_inner h3 {
    margin-top: -30px;
}
.agree_close > div{
    width: 3px;
    height: 30px;
    background: #aaa;
    position: absolute;
}
.agree_close div {
    transform: rotate(45deg);
}
.agree_close div:last-child {
    transform: rotate(-45deg);
}
.touch-none {touch-action:none; height: 100%; min-height: 100%; overflow:hidden;}



.pri_modal_wrap2{ position: fixed; left: 50%; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 99999999999; display: none; }
/* .pri_modal_inner2{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);width: 600px; height: 650px; background: #eee; border: 10px solid #ccc; overflow-X:hidden; overflow-y: scroll; } */
.agree_close2 {
    position: sticky;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 534px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agree_close2 > div{
    width: 3px;
    height: 30px;
    background: #aaa;
    position: absolute;
}
.agree_close2 div {
    transform: rotate(45deg);
}
.agree_close2 div:last-child {
    transform: rotate(-45deg);
}

.form-box .notice_wrap {
    /* margin-top: 20px; */
}
.form-box .notice_wrap button {
    font-family: inherit;
    background: none;
    border: 0;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
    color: #444;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: -1.5px;
}
.form-box .notice_wrap span {
    color: #027CE2;
}
.form-box .notice_wrap button b{
    font-size: 20px;
    font-weight: 400;
}
.notice_text_wrap {
    display: none;
    color: #666;
    font-size: 20px;
    padding: 20px 25px;
    line-height: 1.4;
    letter-spacing: -1px;
    border-top: 1px solid #ccc;
    background: #F5F8FD;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
}

.info_content_wrap {margin-top: 30px; margin-bottom: 40px;}
.info_content_wrap ul {display: flex; flex-direction: column; gap: 50px;}
.info_content_wrap ul li img {width: 100%;}

/* FOOTER */
.footer { -webkit-text-size-adjust: none; padding: 0 35px; border-top: 1px solid #e0e0e0;}
.footer .notice_wrap, .footer .company_wrap {padding: 50px 0;}
.footer .notice_wrap h5 {font-size: 24px; font-weight: 500; margin-bottom: 30px; letter-spacing: -1px;}
.footer .notice_wrap p {font-size: 21px; line-height: 1.6; letter-spacing: -1px; color: #9b9b9b; word-break: break-all;}
.footer .company_wrap {border-top: 1px solid #e0e0e0;}
.footer .company_wrap .list_wrap {margin-top: 45px;}
.footer .company_wrap .list_wrap ul {display: flex; flex-wrap: wrap; gap: 40px;}
.footer .company_wrap .list_wrap ul li a {font-size: 24px; color: #222; text-decoration: none; letter-spacing: -1px;}
.footer .company_wrap .list_wrap ul li.bold a {font-weight: 600;}
.footer .company_wrap .kakao_wrap {margin-top: 45px;}
.footer .company_wrap .kakao_wrap p {font-size: 28px; display: flex; align-items: center; gap: 10px;}
.footer .company_wrap .kakao_wrap p a {color: #222; text-decoration: none; display: flex; align-items: center; gap: 10px; font-weight: 500;}
.footer .company_wrap .kakao_wrap p a img {width: 40px;}
.footer .company_wrap .info_wrap {margin-top: 45px; display: flex; flex-direction: column; gap: 30px;}
.footer .company_wrap .info_wrap p {font-size: 21px; line-height: 1.8; color: #9b9b9b;}
.footer .company_wrap .info_wrap ul {display: flex; flex-wrap: wrap; gap: 15px 20px; }
.footer .company_wrap .info_wrap ul li {font-size: 21px; color: #9b9b9b; letter-spacing: -1px;}

footer {padding: 50px 0; border-top: 1px solid #ddd;}
footer p {font-size: 20px; line-height: 1.6; letter-spacing: -1px; color: #777;}
footer button {font-family: inherit; font-size: inherit; background: none; border: 0; padding: 0; letter-spacing: -1px; color: #444; font-weight: 600;}

/* vue.js에서 하단 상담신청 부분 고정시키는 클래스 */
.fixed {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}
