/*# sourceURL=/page/connectplace/css/login.css */
/*@ sourceURL=/page/connectplace/css/login.css */
@charset "utf-8";

/* COMMON */
html {overflow-y: hidden;}
@media screen and (max-width:768px) {
    html {overflow-y: auto;}
}

/* FOOTER */
footer .inner_footer {max-width: 1300px; justify-content: space-between;margin: 0 auto;align-items: center;}
footer .inner_footer .copyright {color: #fff; opacity: 50%; font-weight: 400;}

/* ------------------------------------------------------
                        POPUP CSS
---------------------------------------------------------*/
/* 공통 영역 */
.layer-pop-wrap .layer-pop-bg {display: none; position: fixed; left: 0; top: 0; z-index: 88888; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: none; transition: none;}
.layer-pop-wrap .layer-pop-area {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99999; width: 450px; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3); box-shadow: 7.4px 3px 7px 0 rgba(0, 0, 0, 0.08); background: #fff; overflow-y: auto; max-height: 100%;}
.layer-pop-wrap .layer-pop-area::-webkit-scrollbar {width: 0px;}
.layer-pop-wrap .layer-pop-bg.active, .layer-pop-wrap .layer-pop-area.active {display: block;}
.layer-pop-wrap .layer-pop-area .pop-head {overflow: hidden; position: relative; padding-left: 40px; background: #4c5266;}
.layer-pop-wrap .layer-pop-area .pop-head h2 {font-size: 20px; font-weight: bold; color: #fff; line-height: 60px;}
.layer-pop-wrap .layer-pop-area .pop-head .pop-close {width: 16px; height: 16px; background: url(../images/icon/ico_close_w.png) no-repeat center/cover;position: absolute; top: 50%; right: 40px; transform: translateY(-50%); text-indent: -99999px; -webkit-transition: all .4s; transition: all .4s;}
.layer-pop-wrap .layer-pop-area .pop-head .pop-close:hover {cursor: pointer; -webkit-transform: translateY(-50%) rotate(180deg);transform: translateY(-50%) rotate(180deg);}
.layer-pop-wrap .layer-pop-area .pop-cont {padding: 30px 40px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.layer-pop-wrap .layer-pop-area .pop-cont .tit{display: block;margin-bottom: 10px; font-size: 20px; font-weight: 500; text-align: center; word-break: keep-all; color: #222;}
.layer-pop-wrap .layer-pop-area .pop-cont .txt-p{display: block; font-size: 20px; font-weight: 500; padding: 10px 20px; text-align: center; word-break: keep-all; color: #1382f4;}
.layer-pop-wrap .layer-pop-area .pop-cont .txt{font-size: 18px; font-weight: 500; padding: 10px 20px; text-align: center; word-break: keep-all; line-height: 30px;}
.pop-btn-area {padding: 20px 0 0; text-align: center;}
.pop-btn-area button.popbtn {height: 40px; width: 160px; font-size: 18px; color: #fff; background-color: #0f447c; font-weight: bold; border-radius: 3px; transition: all 0.2s ease-in-out;}
.pop-btn-area button.popbtn:hover {background-color: #06315f; transition: all 0.2s ease;}
.pop-btn-area button.popbtn.gr {background-color: #828eac; transition: all 0.2s ease-in-out;}
.pop-btn-area button.popbtn.gr:hover {background-color: #5f6d91; transition: all 0.2s ease;}

/* ------------------------------------------------------
                        PAGE CSS
---------------------------------------------------------*/

/* PAGE LOGIN */
.login_wrap {width: 100%;position: relative;height: 100vh;background-image: url(../images/bg/login_bg.jpg);background-size: 1600px;background-color: #0072E2; background-repeat: no-repeat;background-position: center;}
.login_area {width: 100%;height: 100%;display: flex;}
.login_area.reverse {flex-direction: row-reverse;}
.login_txt {font-size: 48px; color: #fff;width: 50%; position: relative;}
.login_txt p { font-size: 48px; letter-spacing: -1.2px; text-align: center; word-break: keep-all; display: inline-block; font-weight: 400; position: absolute; letter-spacing: -1.2px; top: 23%; right: 150px; line-height:70px;transform: translateY(-23%);}
.login_txt p strong {font-weight: 800; letter-spacing: 0.5px;}
.login_section {background-color: #fff;width: 50%;border-bottom-left-radius: 50px;max-height: 90%;position: relative;}
.login_area.reverse .login_section {border-bottom-left-radius: 0px; border-bottom-right-radius: 50px;}
.login_section > div {width: 570px;position: absolute;top: 50%;transform: translateY(-50%); left: 100px;}
.login_area.reverse .login_section > div {left: unset; right: 100px;}
.login_section h3 {padding-bottom: 20px; border-bottom: 1px solid #e9e9e9;}
.login_section h3 img {min-width: 200px; min-height: 50px;}
.login_section .input_wrap {padding-top: 20px;}
.login_section .input_wrap input {border: unset;background-color: #f8f9fb;color: #000; padding: 0px 20px;width: 100%;box-sizing: border-box;font-size: 18px;font-weight: 600;height: 66px;margin-bottom: 12px;}
.login_section .input_wrap input:focus{outline: 1px solid #d1d1d1;outline-offset: -1px;}
.login_section .input_wrap input:last-child {margin-bottom: 20px;}
.login_section .input_wrap input::placeholder {color: #4c5266;font-size: 18px;font-weight: 500;letter-spacing: -1px;}
.login_section .error {font-size: 16px; color: red; font-weight: 400; margin-bottom: 10px; letter-spacing: -0.96px;}
.login_section .login_btn {width: 100%; background: #0172e2;color: #fff;height: 60px;font-size: 24px;font-weight: 600; letter-spacing: -0.48px;}
.login_section .login_btn:hover {background: linear-gradient(to top, #1382f5, #3695fa);}
.login_section .login_auth {width: 100%; margin-top: 30px; gap: 20px;}
.login_section .login_auth li {width: 100%; text-align: center; margin-right: 20px;}
.login_section .login_auth li:first-child {margin-right: 0;}
.login_section .login_auth li:nth-child(2) {margin: 0px 20px;}
.login_section .login_auth li:last-child {margin: 0 !important;}
.login_section .login_auth li > div {background-color: #fff; border: 3px solid #E6E9F0; padding: 12px 0; cursor: pointer;}
.login_section .login_auth li > div:hover{border: 3px solid #d5dced; box-shadow: 1px 1px 2px #005fce20;}
.login_section .login_auth li > div > img {width: 24px; height: 24px; display: inline-block;}
.login_section .login_auth li > div > p {font-weight: 600;color: #404043;letter-spacing: -0.96px;}
.login_section .login_auth li > a {font-size: 14px; color: #005fce;letter-spacing: -0.84px;padding-bottom: 3px;font-weight: 400; display: inline-block; margin-top: 15px; position: relative;}
.login_section .login_auth li > a::after {content: ''; width: 100%; height: 1px; background-color: #005fce; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.login_section .login_auth li > a:hover {opacity: 0.8;}
.login_section .login_auth li > a:hover::after {opacity: 0.8;}

.login_wrap .lang_box{position: absolute; top: 5%; right: 10%; left: unset; width: auto; transform: translateY(0);}
.login_wrap .lang_box .select_btn{display: flex; align-items: center; justify-content: center; height: 35px; padding: 10px 20px; font-size: 14px; font-weight: 600;color: #4c5266; border: 1px solid #f0f0f0; border-radius: 30px;}
.login_wrap .lang_box .select_btn.active + ul{display: flex !important;}
.login_wrap .lang_box ul{position: absolute;top: 37px; left: 0; display: none; flex-flow: column; justify-content: center; align-items: center; gap: 0; border-radius: 5px; overflow: hidden; box-shadow: 1px 2px 5px rgba(0, 0, 0, .09); background-color: #fff;}
.login_wrap .lang_box ul li{ width: 100%; padding: 10px 20px; background-color: #fff;}
.login_wrap .lang_box ul li.point{background-color: #f0f6ff;}
.login_wrap .lang_box ul li:hover:not(.lang_box ul li.point){cursor: pointer;background-color: #f0f0f0;}
.login_wrap .lang_box ul li.point button{cursor: default;}
.login_wrap .lang_box ul button{display: flex; align-items: center; justify-content: center; width: 100%; font-size: 14px; font-weight: 600; color: #4c5266;}

/* LOGIN FOOTER */
.login_wrap footer {width: 100%;position: absolute;left: 0;bottom: 20px;padding: 0 20px; background: unset;}
.login_wrap footer .logo {opacity: 0.5; width: 230px;}
.login_wrap footer .logo img {width: 100%;}
.login_wrap footer .copyright {opacity: 0.5;}

/* COMPANY LOGIN */
.login_wrap.Co {background-image: url(../images/bg/loginCo_bg.png);background-color: #54A9F7;}
.login_wrap.Co .login_txt p { font-size: 20px;text-align: left; word-break: keep-all; width: auto; left: initial; right: 100px; top: 23%; font-weight: 300; letter-spacing: -1.2px; line-height: 38px; transform: translateY(-23%);}
.login_wrap.Co .login_txt p span{font-size: 25px; letter-spacing: 0.5px; font-weight: 600; line-height: 30px; letter-spacing: 1px;}
.login_wrap.Co .login_txt p strong {font-size: 40px;display: block; font-weight: 700;margin-bottom: 10px;}
.login_section.Co h3 {font-size: 44px;letter-spacing: -1.2px;color: #151515;display: inline-block; font-weight: 400; line-height: 70px; width: 100%; padding-bottom: 50px;}
.login_section.Co h3 span {font-weight: 800;letter-spacing: 0.5px;}
.login_section.Co .input_wrap {padding-top: 35px; margin-bottom: 20px;}
.login_section.Co .input_wrap input {margin-bottom: 0;}
.login_section.Co .login_btn {background-color: #1382f4;}
.login_section.Co .login_auth li > div {padding: 20px 0;}
.login_section.Co .login_auth li.domain_btn {margin: 0 !important;}
.login_section.Co .select_box{position: relative; display: inline-block; width: 100%; height: 66px; border: unset; background-color: #f8f9fb; color: #000; padding: 0px 20px; font-size: 18px; font-weight: 600; box-sizing: border-box; cursor: pointer;}
.login_section.Co .selected{display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; width: 100%; height: 100%;}
.login_section.Co .selected_value{width: 90%;}
.login_section.Co .arrow{width: 10%; height: 100%; background-image: url(../images/icon/ico_arrow-down_gr.png); background-repeat: no-repeat; background-size: 20px; background-position: center;}
.login_section.Co .select_box.active .arrow{transform:rotate(180deg); transition: all 0.5s ease;}
.login_section.Co .select_box ul li, .login_section.Co .selected_value{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.login_section.Co .select_box ul{width: 100%; border: 1px solid #dfecf9; display: none; position: absolute; left: 0px; top: 70px; cursor: pointer;}
.login_section.Co .select_box.active ul{display: initial; max-height: 250px; overflow-x: hidden; overflow-y: scroll;}
.login_section.Co .select_box li{ padding: 10px 20px; box-sizing: border-box;background: #fffffff4;}
.login_section.Co .select_box li:hover{background-color: #fff; padding: 8px 20px; border-top: 2px solid #dfecf9; border-bottom: 2px solid #dfecf9; font-weight: bold; color: #1382f4;}
.login_section.Co .select_box li:first-child:hover{border-top: 0px; padding: 9px 20px;}
.login_section.Co .select_box li:last-child:hover{border-bottom: 0px; padding: 9px 20px;}
.login_section.Co .select_box.active ul::-webkit-scrollbar {width: 7px; background-color: #fffffff4;}
.login_section.Co .select_box.active ul::-webkit-scrollbar-thumb {background-color: #9fa2ac;}
.login_section.Co .select_box.active ul::-webkit-scrollbar-track {background-color: transparent;}

/* QR코드 로그인 */
.login_section.Co .qr_wrap, .login_section.Co .login_auth .domain_btn{display: none;}
.login_section.Co h3.on {padding-bottom:20px;}
.login_section.Co .qr_wrap{margin: 35px 0 30px;}
.login_section.Co .qr_wrapinner .qr_box{background: #f8f9fb; padding: 20px; box-sizing: border-box;}
.login_section.Co .qr_wrapinner{display: flex; flex-flow: row nowrap; align-items: top; justify-content: space-between;}
.login_section.Co .qr_wrapinner .timer_qr{position: relative; width: auto; color: #555; font-size:14px; line-height: 21px;}
.login_section.Co .qr_wrapinner .timer_qr #remainTime{display: inline-block; margin-left: 10px; color: #0172e2;}
.login_section.Co .qr_wrapinner .refresh{position: absolute; top: 2px; right: 0; text-indent: -9999px; display: block; width: 16px; height: 16px;cursor: pointer; background-image: url(../images/icon/ico_refresh.png);background-repeat: no-repeat;background-position: center; background-size: contain;}
.login_section.Co .qr_wrapinner p{width: 100%; padding: 20px; margin-left: 20px; box-sizing: border-box; text-align: center; font-size: 16px; line-height: 30px; background: #f8f9fb;}
.login_section.Co .qr_wrapinner p strong{display: inline-block; font-size: 22px; font-weight: bold;line-height: 30px; margin-bottom: 10px;}
.login_section.Co .qr_wrapinner p img{display: inline-block; width: 16px; margin: 0 5px -2px 5px;}
.login_section.Co .qr_wrapinner p span{font-weight: 600;}
.login_section.Co .qr_wrapinner p span.qr_num{display: inline-block; margin: 0 5px; font-weight: bold; font-size: 22px; color:#0172e2;}

/* 새로운 회사 만들기 */
.background{display:none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .2);}
.background02{display: none; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, .2);}
.background03{ display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .2); z-index: 9;}
.create_company{display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; padding: 40px 50px; box-sizing: border-box; transition: all 1s ease;}

.createCompany_wrap .close_btn{position: absolute; right: 20px; top: 20px; cursor: pointer;}
.createCompany_wrap .close_btn img{display: inline-block; width: 20px; height: 20px;}
.createCompany_wrap .close_btn:hover{transform:rotate(180deg); margin-top: -7px; transition: all 0.5s ease;}
.create_company h4{width: 100%; text-align: center;line-height: 1.5; font-size: 25px; font-weight: 600;}
.create_company .create_wrap{  display: flex; flex-flow: column; align-items: center; gap:15px; width: 100%; margin-top: 20px; padding: 30px; box-sizing: border-box; background-color: #f8f9fb;}
.create_company .create_box{ height: 50px; padding: 0 20px; line-height: 50px; color: #fff; text-align: center; font-size: 20px; font-weight: 600; cursor: pointer; background-color: #1382f4; box-shadow: 1px 2px 5px rgba(0, 0, 0, .1); }
.create_company .create_box:hover{background: linear-gradient(to top, #1382f5, #3695fa);}
.create_company .explain_txt{font-size: 18px; line-height: 1.7; font-weight: 500; text-align: center; color: #4c5266;}
.create_company .sub_txt{margin-top: 20px; font-size: 16px; font-weight: 500; line-height: 1.7; text-align: center; color: #555;}
.create_company .sub_txt>span{display: inline-block; margin: 0 auto 10px; font-size: 18px; font-weight: 600; color: #005fce;}

.create_company02{display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 600px; background-color: #fff; padding: 30px 40px; box-sizing: border-box; transform: all 1s ease; z-index: 10;}
.create_company02 .table_head{display: flex; align-items: center; gap: 20px; padding-bottom: 10px;}
.create_company02 .table_head .title{font-size: 22px; font-weight: 600; width: 100%; text-align: center; letter-spacing: -1.2px;}
.create_company02 .table_head .back_btn { width: 12px; height: 20px;}
.create_company02 .table_head .back_btn img{cursor: pointer; display: inline-block; width: 100%; height: 100%;}
.create_company02 .table_body{ border-top: 1px solid #dcdfe6; border-bottom: 1px solid #dcdfe6; padding: 10px 0; margin-bottom: 10px; display: flex; flex-flow: column; justify-content: start; align-items: start; gap: 10px;  max-height: 550px; overflow-y: auto;}
.create_company02 .table_body::-webkit-scrollbar {width: 8px; margin-left: 10px;}
.create_company02 .table_body::-webkit-scrollbar-track {background: #fff; border-radius: 4.5px;}
.create_company02 .table_body::-webkit-scrollbar-thumb {background: #dcdfe6; border-radius: 4.5px;}
.create_company02 .table_body::-webkit-scrollbar-thumb:hover {background: #e9e9e9;}
.create_company02 .table_body .input_box{display: flex; flex-flow: column nowrap; justify-content: start; gap: 10px; padding-right: 10px; box-sizing: border-box;}
.create_company02 .table_body .input_box li{position: relative; display: flex; flex-flow: row wrap; gap: 5px; align-items: center;}
.create_company02 .table_body .input_box .input_title{width: 100%; font-size: 15px; font-weight: bold; color: #1382f4;}
.create_company02 .table_body .input_box .input_title span{font-size: 13px; font-weight: 300; color: #777; margin-left: 5px;}
.create_company02 .table_body .input_box input{width: 100%; height: 35px; border: 1px solid #ccc; padding: 0 10px; margin-top: 5px; box-sizing: border-box; font-size: 15px; font-weight: 500;letter-spacing: -0.5px;}
.create_company02 .table_body .input_box input::placeholder{font-size: 14px; font-weight: 300;color: #aaa; letter-spacing: -0.5px;}
.create_company02 .table_body .input_box input:focus{box-sizing: border-box; outline: 1px solid #1382f4;outline-offset: -1px; border: 0; border-radius: 0; box-shadow: none;}
.create_company02 .table_body .input_box li .alert_txt{width: 100%; text-indent: 10px; font-size: 14px; font-weight: 500; color: #00b200;}
.create_company02 .table_body .input_box li .alert_txt .wrong{display: none; color: #ea0000;}
.create_company02 .table_body .input_box li .duplicate{cursor: pointer; width: auto; min-width: 72px; height: 35px; line-height:35px; padding: 0 10px; text-align: center; font-size: 15px; font-weight: 600; color: #fff; background-color: #1382f4;}
.create_company02 .table_body .input_box li .duplicate:hover{background: linear-gradient(to top, #1382f5, #3695fa);}

.create_company02 .table_body .input_box li.input02{display: flex; flex-flow: row nowrap; gap: 5px;}
.create_company02 .table_body .input_box li.input02 .name{width: calc(40% - 10px);}
.create_company02 .table_body .input_box li.input02 .num{width: 60%;}

.create_company02 .table_body .input_box li.input03 .input_title>span{ display: inline-block; width: 15px; height: 15px; background-color: #ccc; border-radius: 10px; text-align: center; line-height:15px; margin-left: 5px; text-indent: -1px; font-size: 11px; font-weight: 500; cursor: pointer;  color:#eee !important;}
.create_company02 .table_body .input_box li.input03 .detail_popup{display: none; position: absolute; left: 90px; top: 0; padding: 10px; background-color: #f1f1f1cc; letter-spacing: -0.88px; font-size: 14px; font-weight: 500; text-align: left; color: #4c5266; box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);}
.input_box li.input03 .address01, .input_box li.input03 .address02{width: 100%; display: flex; flex-flow: row nowrap; align-items: center; gap: 5px;}
.input_box li.input03 .address01 input, .input_box li.input03 .address02 input{width: calc(100% - 160px); margin-top: 0;}
.input_box li.input03 .address01 .send, .input_box li.input03 .address01 .resend, .input_box li.input03 .address02 .num_check{cursor: pointer; width: auto; min-width: 72px; height: 35px; line-height: 35px; padding: 0 10px; box-sizing: border-box; text-align: center; font-size: 15px; font-weight: 600; color: #fff; background-color: #1382f4;}
.input_box li.input03 .address01 .resend{display: none;}
.input_box li.input03 .address02 .count_time{display: none; min-width: 72px; font-size: 14px; letter-spacing: 1.2px; color: #ea0000; text-align: center;}
.input_box li.input03 .address01 .send:hover, .input_box li.input03 .address02 .num_check.on:hover, .input_box li.input03 .address01 .resend:hover {background: linear-gradient(to top, #1382f5, #3695fa);}

.create_company02 .table_body .input_box li.input04>div:not(.input_title){ position: relative; display: flex; flex-flow: column;width: 100%;}
.create_company02 .table_body .input_box li.input04>div input{width: 100%; margin-top: 0;}
.create_company02 .table_body .input_box li.input04 .eye_off{opacity: 0.9; cursor: pointer; position:absolute; top:10px; right: 20px; width: 20px; height: 15px; background-image: url(../images/icon/ico_eye1.png); background-repeat:no-repeat; background-size: contain; background-position: center;}
.create_company02 .table_body .input_box li.input04 .eye_off.on{top: 11px; height: 13px; background-image: url(../images/icon/ico_eye2.png);}

.create_company02 .table_body .input_box li.input05 input{width: calc(100% - 182px);margin-top: 0px;}
.create_company02 .table_body .input_box li.input05 input+span{min-width: 100px; font-size: 14px; letter-spacing: -0.5px;}

.create_company02 .table_body .input_box li.input06 input{width: calc(100% - 77px);margin-top: 0px;}

.create_company02 .table_body .rule_box{width: 100%; border-top: 1px solid #f0f0f0; padding-right: 10px; box-sizing: border-box; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;}
.create_company02 .table_body .rule_box li{position: relative; display: flex; flex-flow: row nowrap; align-items: center; gap: 10px; width: 100%; margin-top: 5px; font-size: 15px;line-height:20px; color: #333;}
.create_company02 .table_body .rule_box li.all_check{ width: 100%; padding-bottom: 5px; box-sizing: border-box; border-bottom: 1px solid #f0f0f0; font-size: 17px; font-weight: 600;}
.create_company02 .table_body .rule_box li .ruleCheck{ cursor: pointer; }
.create_company02 .table_body .rule_box li .check{ display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url(../images/icon/ico_check1.png); background-repeat: no-repeat; background-size: contain; background-position: center; vertical-align: middle;}
.create_company02 .table_body .rule_box li .check.on{background-image: url(../images/icon/ico_check2.png);}
.create_company02 .table_body .rule_box li .detail_btn{position: absolute; right: 15px; width: 8px; height: 18px; float: right;box-sizing: border-box; cursor: pointer;}
.create_company02 .table_body .rule_box li .detail_btn img{display: inline-block; width: 100%;}

.create_company02 .table_foot{ width: 100%; height: 50px; margin-top:10px; background-color: #1382F4; color: #fff; text-align: center; line-height: 50px; font-size: 18px; font-weight: 400; cursor: pointer;}
.create_company02 .table_foot:hover,.create_popup .btn_box .yes_btn:hover{background: linear-gradient(to top, #1382f5, #3695fa);}

/* 인증메일 전송팝업 */
.create_popup{ display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 450px; min-height: 200px; height: auto; padding: 30px 40px; box-sizing: border-box; background-color: #fff; z-index: 11;}
.create_popup h2{ font-size: 20px; font-weight: 500; text-align: center; padding: 10px 20px; color: #1382f4; word-break: keep-all;}
.create_popup p{ width: 100%; text-align: center; padding: 10px 20px; font-size: 18px; line-height: 30px; font-weight: 500; text-align: center; word-break: keep-all;}
.create_popup p span{color: #1382f4;}
.create_popup .btn_box{padding: 20px 0 0; text-align: center;}
.create_popup .btn_box .yes_btn{ margin: 0 auto; width: 160px; height: 40px; line-height: 40px;border-radius: 3px; background: #0f447c; text-align: center;font-size: 18px; font-weight:bold; color: #fff; cursor:pointer; transition: all 0.2s ease-in-out;}
.create_popup .btn_box .yes_btn:hover {background-color: #06315f;transition: all 0.2s ease;}

/* 이용약관 상세 */
.detail{ display: none; position:absolute;top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; background-color: #fff; padding: 30px 40px; box-sizing: border-box; z-index: 10; -moz-user-select: none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;}
.detail h4{ font-size: 20px; padding: 10px 0px;}
.detail .detail_txt{ border-top: 1px solid #dcdfe6; border-bottom: 1px solid #dcdfe6; font-size: 14px; letter-spacing: -0.5px; width:100%; height: 600px; padding: 10px; box-sizing: border-box; overflow: hidden; overflow-y: scroll;}

.detail .detail_txt::-webkit-scrollbar {width: 8px;}
.detail .detail_txt::-webkit-scrollbar-track {background: #fff; border-radius: 4.5px;}
.detail .detail_txt::-webkit-scrollbar-thumb {background: #dcdfe6; border-radius: 4.5px;}
.detail .detail_txt::-webkit-scrollbar-thumb:hover {background: #e9e9e9;}
.detail .detail_txt select{display: block;border: 1px solid #138ff4; background-color: #fff; box-shadow: 1px 1px 3px rgba(0, 0, 0, .1); margin-top: 10px; width: 50%; line-height: 2; padding: 0 10px; box-sizing: border-box; font-size: 15px; letter-spacing: -0.5px; font-weight: 600; color: #1382F4; outline: 1px solid #dcdfe6;}
.detail .detail_txt select option{color: #4c5266; font-weight: 600;}
.detail .detail_txt select option[selected="selected"]{color: #1382f4;}
.detail .detail_txt table{ width: 100%; margin-top: 10px; border: 1px solid #aaa; }
.detail .detail_txt table thead tr{font-weight: 500;text-align: center;}
.detail .detail_txt table tr{border-bottom: 1px solid #aaa;text-align: center; word-break: keep-all;}
.detail .detail_txt table td{padding-left: 5px; border-right: 1px solid #aaa;text-align: center; word-break: keep-all;}

/* 비밀번호 변경 */
.login_section.pass h3{display: flex; flex-flow: row nowrap; align-items:center; justify-content: space-between; margin-bottom: 20px;}
.login_section.pass h3 div{width: 65%; font-size: 40px;letter-spacing: 0; color: #151515;display: inline-block;font-weight: 500; line-height: 50px; width: 100%;}
.login_section.pass h3 img{display: inline-block; min-width: 25%; min-height: auto;}
.login_section.pass .input_wrap {padding-top: 0;}
.login_section.pass .input_wrap input {padding-left: 40px;}
.login_section.pass .input_wrap input:last-child {margin-bottom: 15px;}
.login_section.pass p {font-size: 16px; color: red; font-weight: 400; margin-bottom: 20px; letter-spacing: -0.96px;}
.login_section.pass .pass_btn {width: 100%; background-color: #0172e2;color: #fff;height: 60px;font-size: 24px;font-weight: 600; letter-spacing: -0.48px;}
.login_section.pass .pass_btn.nextTime {background-color: #838EAC; margin-top: 10px;}
.login_section.pass .pass_btn:hover{background: linear-gradient(to top, #0172e2, #2c8ff2);}
.login_section.pass .pass_btn.nextTime:hover{background: linear-gradient(to top, #838EAC, #a5b1d0);}

/* 개인정보활용정책 */
.login_section.policy {display: none;}
.login_section.policy h3{display: flex; flex-flow: row nowrap; align-items:center; justify-content: space-between; margin-bottom: 20px;}
.login_section.policy h3 div{width: 65%; font-size: 40px;letter-spacing: 0; color: #151515;display: inline-block;font-weight: 500; line-height: 50px; width: 100%;}
.login_section.policy h3 img{display: inline-block; min-width: 25%; min-height: auto;}
.login_section.policy p {font-size: 16px; color: red; font-weight: 400; margin-bottom:50px; letter-spacing: -0.96px;}
.login_section.policy .policy_btn {width: 100%; background-color: #0172e2;color: #fff;height: 60px;font-size: 24px;font-weight: 600; letter-spacing: -0.48px;}
.login_section.policy .policy_btn.nextTime {background-color: #838EAC; margin-top: 10px;}
.login_section.policy .policy_btn:hover{background: linear-gradient(to top, #0172e2, #2c8ff2);}
.login_section.policy .policy_btn.nextTime:hover{background: linear-gradient(to top, #838EAC, #a5b1d0);}

/* 개인정보활용동의 */
.login_section.policy2 {display: none;}
.login_section.policy2 h3{display: flex; flex-flow: row nowrap; align-items:center; justify-content: space-between; margin-bottom: 20px;}
.login_section.policy2 h3 div{width: 65%; font-size: 40px;letter-spacing: 0; color: #151515;display: inline-block;font-weight: 500; line-height: 50px; width: 100%;}
.login_section.policy2 h3 img{display: inline-block; min-width: 25%; min-height: auto;}
.login_section.policy2 p {font-size: 16px; color: red; font-weight: 400; margin-bottom:10px; letter-spacing: -0.96px;}
.login_section.policy2 .user_info{width: 100%; padding: 10px 30px 10px 160px; box-sizing: border-box; background-color: #F5F5F5; background-image: url(../images/icon/ico_user-wh.png); background-repeat: no-repeat;background-position: left 40px center;}
.login_section.policy2 .user_info li{font-size: 16px; font-weight: 500; line-height: 30px;}
.login_section.policy2 .user_info li span{margin-left: 10px; color: #0172e2; font-weight: 500;}
.login_section.policy2 .user_info li span em{font-weight: 600;}
.login_section.policy2 .user_info li strong{font-size: 18px; font-weight: 600;line-height: 30px;}
.login_section.policy2 .input_wrap {padding-left:30px; padding-right:30px; box-sizing: border-box; margin-bottom: 30px;}
.login_section.policy2 .input_wrap li{display: flex; flex-flow: row nowrap; align-items: center; justify-content: start; margin-bottom: 10px;}
.login_section.policy2 .input_wrap li>div{min-width: 110px; font-size: 18px; font-weight: 500;}
.login_section.policy2 .input_wrap li>div::before{display: inline-block; width: 8px; height: 8px; content: ""; background-color: #838EAC; line-height: 30px; margin-right: 10px;}
.login_section.policy2 .input_wrap li input[type="text"]{display: inline-block; width: 100%; height: 35px; margin: 0; padding-left: 10px; box-sizing: border-box; border: 1px solid #ccc; background-color: #fff; font-size: 16px; font-weight: 400;}
.login_section.policy2 .input_wrap ul.input_box{display: flex; flex-flow: row nowrap; align-items: center; justify-content: start; gap: 10px; margin-left: 20px; width: 100%;}
.login_section.policy2 .input_wrap ul.input_box select{cursor: pointer; width: 100%; border: 1px solid #ccc; height: 35px; font-size: 16px;padding: 0px 15px 0 10px; box-sizing: border-box;background-image: url(../images/icon/ico_arrow-down_gr.png);background-position: right 10px center; background-size: 10px; background-repeat: no-repeat;}
.login_section.policy2 .input_wrap ul.input_box select:focus, .login_section.policy2 .input_wrap ul.input_box select:active{background-image: url(../images/icon/ico_arrow-up_gr.png);background-position: right 10px center; background-size: 10px; background-repeat: no-repeat;}
.login_section .input_wrap ul.input_box{position: relative;}
.login_section .input_wrap ul.input_box .display{position: absolute; right: 10px; top: 7px; width: 20px; height: 20px; cursor: pointer; background-size: contain; background-image: url(../images/icon/ico_eye2.png); background-position: center; background-repeat: no-repeat;}
.login_section .input_wrap ul.input_box .display.on{ top: 8px; background-image: url(../images/icon/ico_eye1.png);}
.login_section.policy2 .policy2_btn {width: 100%; background-color: #0172e2;color: #fff;height: 60px;font-size: 24px;font-weight: 600; letter-spacing: -0.48px;}
.login_section.policy2 .policy2_btn:hover{background: linear-gradient(to top, #0172e2, #2c8ff2);}

/* 서비스가입 */
.login_section.join {display: none;}
.login_section.join h3{display: flex; flex-flow: row nowrap; align-items:center; justify-content: space-between; margin-bottom: 20px;}
.login_section.join h3 div{width: 65%; font-size: 40px;letter-spacing: 0; color: #151515;display: inline-block;font-weight: 500; line-height: 50px; width: 100%;}
.login_section.join h3 img{display: inline-block; min-width: 25%; min-height: auto;}
.login_section.join p {font-size: 16px; color: red; font-weight: 400; margin-bottom:10px; letter-spacing: -0.96px;}
.login_section.join .user_info{width: 100%; padding: 10px 30px 10px 160px; box-sizing: border-box; background-color: #F5F5F5; background-image: url(../images/icon/ico_user-wh.png); background-repeat: no-repeat;background-position: left 40px center;}
.login_section.join .user_info li{font-size: 16px; font-weight: 500; line-height: 30px;}
.login_section.join .user_info li span{margin-left: 10px; color: #0172e2; font-weight: 500;}
.login_section.join .user_info li span em{font-weight: 600;}
.login_section.join .user_info li strong{font-size: 18px; font-weight: 600;line-height: 30px;}
.login_section.join .input_wrap {padding-left:30px; padding-right:30px; box-sizing: border-box; margin-bottom: 30px;}
.login_section.join .input_wrap li{display: flex; flex-flow: row nowrap; align-items: center; justify-content: start; margin-bottom: 10px;}
.login_section.join .input_wrap li>div{min-width: 110px; font-size: 18px; font-weight: 500;}
.login_section.join .input_wrap li>div::before{display: inline-block; width: 8px; height: 8px; content: ""; background-color: #838EAC; line-height: 30px; margin-right: 10px;}
.login_section.join .input_wrap li input[type="text"]{display: inline-block; width: 100%; height: 35px; margin: 0; padding-left: 10px; box-sizing: border-box; border: 1px solid #ccc; background-color: #fff; font-size: 16px; font-weight: 400;}
.login_section.join .input_wrap ul.input_box{display: flex; flex-flow: row nowrap; align-items: center; justify-content: start; gap: 10px; margin-left: 20px; width: 100%;}
.login_section.join .input_wrap ul.input_box select{cursor: pointer; width: 100%; border: 1px solid #ccc; height: 35px; font-size: 16px;padding: 0px 15px 0 10px; box-sizing: border-box;background-image: url(../images/icon/ico_arrow-down_gr.png);background-position: right 10px center; background-size: 10px; background-repeat: no-repeat;}
.login_section.join .input_wrap ul.input_box select:focus, .login_section.join .input_wrap ul.input_box select:active{background-image: url(../images/icon/ico_arrow-up_gr.png);background-position: right 10px center; background-size: 10px; background-repeat: no-repeat;}
.login_section.join .join_btn {width: 100%; background-color: #0172e2;color: #fff;height: 60px;font-size: 24px;font-weight: 600; letter-spacing: -0.48px;}
.login_section.join .join_btn:hover{background: linear-gradient(to top, #0172e2, #2c8ff2);}

/* 개인정보동의 */
.agree_policy{ width: 100%; margin-top: 10px; padding-top: 15px; border-top: 1px solid #e5e5e5;}
.agree_policy>div::before{display: none !important;}
.agree_policy .tit{	float: left; font-size: 18px ; font-weight: 500; margin-bottom: 10px;}
.agree_policy .tit>span{display: inline-block;font-size: 13px ;color: #ea0000;margin-left: 5px; }
.agree_policy .check_wrap{float: right; display: flex;flex-flow: row nowrap;justify-content: end; align-items: center;}
.agree_policy .check_wrap>span.check01{display: block;width: 18px;height: 18px; background-image: url(../images/icon/ico_check1.png);background-repeat: no-repeat;background-size: contain;margin-right: 5px;cursor: pointer;}
.agree_policy .check_wrap>span.check01.check{background-image: url(../images/icon/ico_check2.png);}
.agree_policy .agree_top{clear: both; display: flex;flex-flow: row nowrap;justify-content: space-between; align-items: center; padding-top: 10px;border-top: 1px solid #e5e5e5;}
.agree_policy .agree_top .tit{font-size: 16px; color: #555;margin:0;}
.agree_policy .agree_top img{display: block;height: 17px;cursor: pointer;}
.agree_policy .agree_detail{position: absolute;display: none;top: 1px;left: 0;width: 100%;height: 100%; background-color: #fff;cursor: pointer;}
.agree_policy .agree_detail.show{display: block; }
.agree_policy .agree_detail .back_btn{float: left;width: 20px;height: 30px;margin-bottom: 10px; }
.agree_policy .agree_detail .back_btn>img{display: inline-block;height:20px;margin-top: 5px;box-sizing: border-box;cursor: pointer;}
.agree_policy .agree_detail .tit{float: right;font-size: 18px;color: #222;font-weight: 600;}
.agree_policy .agree_ct{clear: both;width: 100%;height: 87%;font-size: 12px;padding: 10px;overflow: auto;border: 1px solid #efefef; }
.agree_policy .agree_ct::-webkit-scrollbar{	width: 8px;	height:8px;  border-radius: 5px;}
.agree_policy .agree_ct::-webkit-scrollbar-thumb{background-color: #ccc; border-radius: 5px;}
.agree_policy .agree_ct::-webkit-scrollbar-track{background-color: #fff; }
.agree_ct table{width: auto;margin-top: 5px;border: 1px solid #aaa;font-size: 12px; }
.agree_ct table thead tr{font-weight: 500;font-size: 12px; }
.agree_ct table tr{border-bottom: 1px solid #aaa; }
.agree_ct table td{	padding-left: 5px;border-right: 1px solid #aaa;font-size: 12px; }

/* 서비스가입 완료 */
.login_section.complete {display: none;}
.login_section.complete h3{display: flex; flex-flow: row nowrap; align-items:center; justify-content: space-between; margin-bottom: 20px;}
.login_section.complete h3 div{width: 65%; font-size: 40px;letter-spacing: 0; color: #151515;display: inline-block;font-weight: 500; line-height: 50px; width: 100%;}
.login_section.complete h3 img{display: inline-block; min-width: 25%; min-height: auto;}
.login_section.complete form{padding: 20px 0; box-sizing: border-box; margin-bottom: 20px; background-color: #f4faff;}
.login_section.complete form img{display: block; width: 200px; margin: 0 auto 10px;}
.login_section.complete form div{width: 100%; text-align: center; font-size: 28px; font-weight: 500; }
.login_section.complete p {font-size: 16px; color: #333; font-weight: 400;margin: 10px 0 0; letter-spacing: -0.96px; word-break: keep-all; text-align: center;}
.login_section.complete .complete_btn {width: 100%; background-color: #0172e2;color: #fff;height: 60px;font-size: 24px;font-weight: 600; letter-spacing: -0.48px;}
.login_section.complete .complete_btn:hover{background: linear-gradient(to top, #0172e2, #2c8ff2);}

/* VISITE LOGIN */
.login_wrap.visit {background-image: url(../images/bg/visit_bg.png); background-color: #5479F7;}
.login_wrap.visit .login_txt p { font-size: 20px;text-align: left; word-break: keep-all; width: auto; left: initial; right: 100px; top: 23%; font-weight: 300; letter-spacing: -1.2px; line-height: 38px; transform: translateY(-23%);}
.login_wrap.visit .login_txt p strong {font-size: 50px;display: block; font-weight: 600; margin-bottom: 10px;}
.login_section.visit h3 {font-size: 44px;letter-spacing: -1.2px; color: #333333;display: inline-block;font-weight: 400; line-height: 70px; width: 100%; padding-bottom: 150px;}
.login_section.visit h3 span {font-weight: 800;letter-spacing:0.5px;}
.login_section.visit .input_wrap {position: relative; padding-top: 35px; margin-bottom: 20px;}
.login_section.visit .input_wrap input {margin-bottom: 0;}
.ico_search {background-image: url(../images/icon/ico_search.png); background-repeat: no-repeat; background-position: center; background-size: 30px;}
.login_section.visit .input_wrap .ico_search{position: absolute; right: 0px; bottom: 0px; width: 70px; height: 66px;}
.login_section.visit .input_wrap .ico_search:hover{cursor: pointer;opacity: 0.85;}
.login_section.visit .login_btn {background-color: #5479f7;}
.login_section.visit .login_btn:hover { background: linear-gradient(to top, #5479f7, #7393fb);}
.login_section.visit .login_auth li > div {padding: 20px 0;}
.login_section.visit .company_list{display: none; width: 100%; height: 180px; max-height: 180px; overflow-y: scroll; border: 1px solid #f5f5f5; margin: 20px 0; padding: 10px 20px; box-sizing: border-box;}
.login_section.visit .company_list::-webkit-scrollbar {width: 5px;}
.login_section.visit .company_list::-webkit-scrollbar-thumb {background-color: #f5f5f5;}
.login_section.visit .company_list::-webkit-scrollbar-track {background-color: transparent;}
.login_section.visit .company_list li{position:relative; width: 100%; height: 60px; background:#fff; border:1px solid #f5f5f5; margin-bottom: 10px; line-height: 60px; padding-left: 50px; box-sizing: border-box; font-size: 18px;}
.login_section.visit .company_list li:hover{cursor: pointer; background:#f8f9fb; border:1px solid #f5f5f5;}
.login_section.visit .company_list li.active{border: 1px solid #5479f7; background: #fff; color: #5479F7; font-weight: 600;}
.login_section.visit .company_list li.active::before{background-image: url(../images/icon/ico_office_p.png); opacity: 0.8;}
.login_section.visit .company_list li:before{display:block; position: absolute; left: 0; top: 0; content: ""; width: 50px; height: 60px; background-image: url(../images/icon/ico_office.png); background-repeat: no-repeat; background-position: center; background-size: 23px; opacity: 0.7;}
.login_wrap footer {width: 100%;position: absolute;left: 0;bottom: 20px;padding: 0 20px; background: unset;}
.login_wrap footer .logo {opacity: 0.5; width: 230px;}
.login_wrap footer .logo .mo_logo {display: none;}
.login_wrap footer .logo img {width: 100%;}
.login_wrap footer .copyright {opacity: 0.5;}
.login_section.visit .input_wrap.on {padding-top: 20px; margin-bottom: 0px;}
.login_section.visit h3.on {padding-bottom:20px;}

@media screen and (max-width:1400px) {
    .login_section {display: flex; align-items: center; padding: 0 40px;}
    .login_section > div {width: 100%; position: unset; transform: unset;}

    .login_wrap .lang_box{position: absolute; top: 40px; right: 40px; left: unset; width: auto; transform: translateY(0);}
}

@media screen and (max-width:1300px) {
    .login_txt p{right:10%;}
    .login_section {padding: 0 30px;}
    .login_wrap.Co .login_txt p {transform: unset; position: unset; margin: 70px 30px 0;}

    .login_wrap .lang_box{top: 30px; right: 30px;}
    
    /* COMPANY LOGIN */
    .login_wrap.Co .pc_none{display: none;}
    .login_wrap.Co .login_txt p{position: absolute; right: 5%; top: 18%; transform: translateY(-18%);}
    .login_wrap.Co .login_txt p span{font-weight: 500;}
    .login_wrap.Co .login_txt p strong{font-size: 32px;}
    .login_wrap.Co .login_txt p b{font-size: 18px; letter-spacing: -1px;}
    .login_section.Co h3{line-height: 60px; font-size: 40px; padding-bottom: 40px;}

    /* VISITE LOGIN */
    .login_wrap.visit .login_txt p{position: absolute; right: 10%; top: 28%; transform: translateY(-28%);}
    .login_wrap.visit .login_txt p strong{font-size: 40px;}
    .login_wrap.visit .login_txt p{letter-spacing: -1.2px; font-size: 18px;}
}

@media screen and (max-width:1200px) {
    /* COMPANY LOGIN */
    .login_wrap.Co .pc_none{display: block;}
    .login_wrap.Co .login_txt p {right: 23%; top: 27%; transform: translateY(-27%); margin: 0;}
    .login_wrap.Co .login_txt p>b{display: none;}
    .login_wrap.Co .login_txt p span{font-size: 28px;}
    .login_wrap.Co .login_txt p strong{font-size: 36px; line-height: 1.4;}
    .login_section.Co h3{line-height: 55px;}

    /* qr코드로그인 */
    .login_section.Co .qr_wrapinner .qr_box img{max-width: 120px;}
    .login_section.Co .qr_wrapinner .timer_qr #remainTime{margin-left: 0px;}
    .login_section.Co .qr_wrapinner p span.qr_num{font-size: 20px; margin: 0;}

    /* 새로운 회사 만들기 */
    .create_company{padding: 30px 40px;}
    .create_company h4{line-height: 1.5; font-size: 24px;}
    .create_company .create_wrap{ margin-top: 20px; padding: 20px 30px;}
    .create_company .create_box{ height: 50px; padding: 0 20px; line-height: 50px; font-size: 20px;}
    .create_company .explain_txt{font-size: 18px; line-height: 1.7;}
    .create_company .sub_txt{margin-top: 20px; font-size: 16px; line-height: 1.5;}
    .create_company .sub_txt>span{font-size: 18px;}
    .create_company02{max-width: 500px; padding: 30px;}
    .create_company02 .table_body{ max-height: 500px;}
    .input_box li.input03 .address01 input, .input_box li.input03 .address02 input{width: calc(100% - 150px);}
    .input_box li.input03 .address02 .count_time{min-width: 65px;}
    .create_company02 .table_body .rule_box li .detail_btn{right: 0; width:20px; height: 12px; padding-right: 10px;}

    /* 이용약관 상세 */
    .detail{ width:500px; padding: 30px;}
    .detail h4{font-size: 22px; padding: 10px 0px;}
    .detail .detail_txt{ font-size: 14px; height: 550px;}
    .detail .detail_txt select{padding: 0 10px;font-size: 14px;}

    /* 인증메일 전송팝업 */
    .create_popup{ width:350px; min-height: 200px; height: auto; padding: 20px 30px 30px;}
    .create_popup h2{ font-size:20px; font-weight: 500;padding: 10px;}
    .create_popup p{ padding: 10px 0; font-size: 18px; line-height: 30px;}
    .create_popup .btn_box{padding: 10px 0 0; text-align: center;}
    .create_popup .btn_box .yes_btn{width:50%; height: 40px; line-height: 40px;font-size: 18px;}

    /*QR확인 알림 팝업 */
    .layer-pop-wrap .layer-pop-area{width:350px; min-height: 200px; height: auto;}
    .layer-pop-wrap .layer-pop-area .pop-cont{padding:20px 30px 30px;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt-p{ font-size:20px; font-weight: 500;padding: 10px;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt{ padding: 10px 0; font-size: 18px; line-height: 30px;}
    .pop-btn-area{padding: 10px 0 0; text-align: center;}
    .pop-btn-area button.popbtn{width:50%; height: 40px; line-height: 40px;font-size: 18px;}
}

@media screen and (max-width:1000px) {
    .login_wrap{background-size: 1200px; background-position:center;}
    .login_txt p {font-size: 40px; line-height: 50px; letter-spacing: -3.24px; right: 8%;top: 28%;transform: translateY(-28%);}
    .login_section .login_auth li > div > p {font-size: 15px;}

    .login_wrap .lang_box{top: 30px; right: 30px;}
    .login_wrap .lang_box .select_btn{padding: 5px 15px;}
    .login_wrap .lang_box ul li{ padding: 10px 15px;}
    
    /* 비밀번호 변경 */
    .login_section.pass h3 div{font-size: 36px;}
    .login_section.pass h3 img{max-width: 120px;}

    /* COMPANY LOGIN */
    .login_wrap.Co .login_txt p {right: 15%;}
    .login_wrap.Co .login_txt p strong{margin-bottom: 0; margin-top: 10px;}
    .login_section.Co h3 {font-size: 35px; line-height: 1.4; text-align: center;}

    /* qr코드로그인 */
    .login_section.Co .qr_wrap{margin: 25px 0 20px;}
    .login_section.Co .qr_wrapinner{flex-flow: wrap; background: #f8f9fb; padding: 20px; gap: 15px; box-sizing: border-box;}
    .login_section.Co .qr_wrapinner .qr_box{display: flex; flex-flow: column-reverse nowrap; width: 100%; align-items: center; padding: 0; justify-content: center; gap: 10px; background: transparent;}
    .login_section.Co .qr_wrapinner .qr_box img{max-width: 100px;}
    .login_section.Co .qr_wrapinner .timer_qr{display: flex; flex-flow: row nowrap; align-items: center; gap: 10px;}
    .login_section.Co .qr_wrapinner .timer_qr button{display: block; width: 16px; height: 16px;}
    .login_section.Co .qr_wrapinner p{margin-left: 0;line-height: 1.2; padding: 0;}
    .login_section.Co .qr_wrapinner p strong{font-size: 20px; line-height: 1.3;}

    /* VISITE LOGIN */
    .login_wrap.visit{background-position: top 40% center;}
    .login_wrap.visit .login_txt p{position: absolute; right: 15%; top: 32%; transform: translateY(-32%);}
    .login_wrap.visit .login_txt p span{display: none;}
    .login_section.visit h3{padding-bottom: 50px;}
    .login_section.visit h3{font-size: 35px; line-height: 1.4; text-align: center;}

    /* 새로운 회사 만들기 */
    .create_company{width: 50%; min-width: 400px; padding: 30px;}
    .create_company h4{line-height: 1.5; font-size: 22px;}
    .create_company .create_wrap{ margin-top: 15px; padding: 20px;}
    .create_company .create_box{ height: 50px; padding: 0 20px; line-height: 50px; font-size: 18px;}
    .create_company .explain_txt{font-size: 15px; line-height: 1.5;}
    .create_company .sub_txt{margin-top: 15px; font-size: 15px; line-height: 1.5;}
    .create_company .sub_txt>span{font-size: 16px;}
    .create_company02{width: 50%; max-width: unset; min-width: 400px; padding: 30px;}
    .create_company02 .table_head{gap: 0;}
    .create_company02 .table_head .title{font-size: 20px;}
    .create_company02 .table_body{ max-height: 500px;}
    .input_box li.input03 .address01 input, .input_box li.input03 .address02 input{width: calc(100% - 150px);}
    .input_box li.input03 .address02 .count_time{min-width: 65px;}
    .create_company02 .table_body .rule_box li .detail_btn{right: 0; width:20px; height: 12px; padding-right: 10px;}

    /* 이용약관 상세 */
    .detail{ width:50%; min-width: 400px; padding: 30px;}
    .detail h4{font-size:20px; padding: 0px 0px 10px;}
    .detail .detail_txt{ font-size: 14px; height: 550px;}
    .detail .detail_txt select{padding: 0 10px;font-size: 14px;}

    /* 인증메일 전송팝업 */
    .create_popup{ width:40%; min-width: 300px; min-height: 200px; height: auto; padding: 20px; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center;}
    .create_popup h2{ font-size:18px; font-weight: 500; padding:0;}
    .create_popup p{ padding: 10px 0; font-size: 16px; line-height: 2;}
    .create_popup .btn_box{width: 100%; padding:0; text-align: center;}
    .create_popup .btn_box .yes_btn{ width: 50%; min-width: 100px; height: 40px; line-height: 40px;font-size: 18px; font-weight: 400;}

    /*QR확인 알림 팝업 */
    .layer-pop-wrap .layer-pop-area{width:40%; min-width: 300px; min-height: 200px; height: auto;}
    .layer-pop-wrap .layer-pop-area .pop-cont{padding:20px; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt-p{ font-size:18px; font-weight: 500;padding: 0;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt{ padding: 10px 0; font-size: 16px; line-height:2;}
    .pop-btn-area{width: 100%; padding: 0; text-align: center;}
    .pop-btn-area button.popbtn{width: 50%; min-width: 100px; height: 40px; line-height: 40px;font-size: 18px; font-weight: 400;}
}

@media screen and (max-width:768px) {
    .login_wrap {background-image: url(../images/bg/login_bg_mo.png); background-size: 540px; background-position: top 80% left 50%; height: 100%;}
    .login_area {flex-direction: column; justify-content: space-between;}
    .login_txt {height: 650px; width: 100%;}
    .login_txt p {top: 50px; font-size: 40px; line-height: 1.5; right: unset; left: 50%; transform: translateX(-50%);}
    .login_section {width: 100%; padding: 40px 75px 120px; border-bottom-left-radius: 0px; border-top-left-radius: 50px; border-top-right-radius: 50px;}
    .login_section .login_btn{font-size: 22px;}
    .login_section h3 {text-align: center;}
    .login_section .input_wrap input {height: 60px; font-size: 18px;}
    .login_section .input_wrap input::placeholder {font-size: 18px;}
    .login_section .login_btn {height: 50px;}
    .login_section .login_auth li > div > p {font-size: 14px;}

    .login_wrap .lang_box{top: -50px; right: 30px;}
    .login_wrap .lang_box .select_btn{height: auto; padding:10px 20px; background-color: #fffffff4; border: 0px;}
    .login_wrap .lang_box ul li{ padding: 10px 20px;}
    
    /* 비밀번호 변경 */
    .login_wrap.pass {background-position: top 100% left 50%;}
    .login_section.pass h3 div{text-align:left;}

    /* COMPANY LOGIN */
    .login_wrap.Co .pc_none{display: none;}
    .login_wrap.Co {background-image: url(../images/bg/loginCo_bg_mo.png); padding-top: 0px; background-size: 500px; background-position: top -0% right 70%;}
    .login_wrap.Co .login_txt {height: 550px; width: 100%;}
    .login_wrap.Co .login_txt p {top: 60px; right: unset; left: 50%; transform: translateX(-50%); margin: 0; width: 100%;}
    .login_wrap.Co .login_txt p span {display: none;}
    .login_wrap.Co .login_txt p strong { font-size: 40px; line-height: 1.5; text-align: center; margin: 0;}
    .login_section.Co h3 {padding-bottom: 20px;}
    .login_section.Co .login_auth li > div {padding: 12px 0;}
    .login_section.Co .login_auth li > div > p {font-size: 18px;}

    /* 로그인 푸터 */
    .login_wrap footer {padding: 0 75px;}
    footer .inner_footer{flex-direction: column;}
    .login_wrap footer .logo {margin-bottom: 10px; width: 200px;}
    .login_wrap footer .logo .pc_logo {display: none;}
    .login_wrap footer .logo .mo_logo {display: block;}
    .login_wrap footer .copyright {color: #77777780;}

    /* VISITE LOGIN */
    .login_wrap.visit {background-image: url(../images/bg/visit_bg_mo.png); background-size: 650px; background-position: top -180px left 50%;}
    .login_wrap.visit .login_txt{height: 500px;}
    .login_wrap.visit .login_txt p {top: 90px; right: unset; left: 50%;transform: translateX(-50%);}
    .login_wrap.visit .login_txt p strong{margin-bottom: 0;font-size: 40px;}
    .login_section.visit .input_wrap .ico_search{width: 30px; height: 40px; right: 20px; bottom: 10px; background-size: 100%;}
    .login_section.visit .company_list{height: 200px; max-height: 200px;}

    /* 새로운 회사 만들기 */
    .createCompany_wrap .close_btn{right: 40px; top: 25px;}
    .create_company{width: 80%; min-width: 400px; padding: 30px 40px 40px;}
    .create_company h4{line-height: 1.5; font-size: 25px;}
    .create_company .create_wrap{ margin-top: 20px; padding: 30px;}
    .create_company .create_box{ height: 50px; padding: 0 20px; line-height: 50px; font-size: 20px;}
    .create_company .explain_txt{font-size: 18px; line-height: 30px;}
    .create_company .sub_txt{margin-top: 20px; font-size: 18px; line-height: 30px;}
    .create_company .sub_txt>span{font-size: 20px;}
    .create_company02{width: 80%; max-width: unset; min-width: 500px; padding: 30px 40px 40px;}
    .create_company02 .table_head .title{font-size: 25px;}
    .create_company02 .table_body{ max-height: 600px;}
    .create_company02 .table_body .input_box .input_title{font-size: 17px;}
    .create_company02 .table_body .input_box .input_title span{font-size: 15px;}
    .create_company02 .table_body .input_box input{height: 40px;font-size: 18px;}
    .create_company02 .table_body .input_box input::placeholder{font-size: 16px;}
    .create_company02 .table_body .input_box li .alert_txt{font-size: 15px;}
    .input_box li.input03 .address01 input, .input_box li.input03 .address02 input{width: calc(100% - 150px);}
    .input_box li.input03 .address02 .count_time{min-width: 65px;}
    .input_box li.input03 .address01 .send, .input_box li.input03 .address01 .resend, .input_box li.input03 .address02 .num_check{font-size: 18px;font-weight: 400; height: 40px; line-height: 40px;}
    .create_company02 .table_body .input_box li.input03 .input_title>span{display: none;}
    .input_box li.input03 .address02 .count_time{font-size: 15px;}
    .create_company02 .table_body .input_box li.input04 .eye_off{width: 22px; height: 17px;top: 12px;}
    .create_company02 .table_body .input_box li.input04 .eye_off.on{top: 13px;}
    .create_company02 .table_body .input_box li.input05 input{width:calc(100% - 220px);}
    .create_company02 .table_body .input_box li.input05 input+span{font-size: 16px; min-width: 120px;}
    .create_company02 .table_body .input_box li.input06 input{width: calc(100% - 95px);}
    .create_company02 .table_body .input_box li .duplicate{height: 40px; line-height: 40px;font-size: 18px;font-weight: 400; letter-spacing: -0.88px;}
    .create_company02 .table_body .rule_box li.all_check{padding: 10px 0; font-size: 20px; margin-top: 0;}
    .create_company02 .table_body .rule_box li.all_check .ruleCheck{font-weight: bold;}
    .create_company02 .table_body .rule_box li:not(li.all_check){margin: 15px 0; font-size: 17px;}
    .create_company02 .table_body .rule_box li .check{width: 23px; height: 23px;}
    .create_company02 .table_body .rule_box li .detail_btn{right: 0; width:20px; height: 20px; padding-right: 10px;}
    .create_company02 .table_foot{font-size: 18px; font-weight: 400;}

    /* 이용약관 상세 */
    .detail{ width:80%; min-width: 500px; padding: 30px 40px 40px;}
    .detail h4{font-size:25px; padding: 0px 0px 10px;}
    .detail .detail_txt{ font-size: 16px; height: 660px;}
    .detail .detail_txt select{padding: 0 10px;font-size: 16px;}

    /* 인증메일 전송팝업 */
    .create_popup{ width:60%; min-width: 350px; min-height: 200px; height: auto; padding: 30px}
    .create_popup h2{ font-size:22px;}
    .create_popup p{padding: 20px 0; font-size: 18px; line-height: 30px;}
    .create_popup .btn_box .yes_btn{ width: 50%; min-width: 100px; height: 50px; line-height: 50px;font-size: 18px; font-weight: 400;}

    /*QR확인 알림 팝업 */
    .layer-pop-wrap .layer-pop-area{width:60%; min-width: 350px; min-height: 200px; height: auto;}
    .layer-pop-wrap .layer-pop-area .pop-cont{padding:30px}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt-p{ font-size:22px;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt{ padding: 20px 0; font-size: 18px; line-height: 30px;}
    .pop-btn-area button.popbtn{width: 50%; min-width: 100px;height: 50px; line-height: 50px;font-size: 18px; font-weight: 400;}
}

@media screen and (max-width:600px) {
    .login_section{padding: 40px 50px 120px;}
    .login_wrap footer .copyright{text-align: center; word-break: keep-all;}

    /* COMPANY LOGIN */
    .login_wrap.Co {background-size: 450px; background-position: top 0 right 70%;}
    .login_wrap.Co .login_txt {height: 500px;}
    .login_wrap.Co .login_txt p strong{font-size: 36px;}
    .login_wrap .lang_box{top: -50px; right: 40px;}
    
    /* 새로운 회사 만들기 */
    .createCompany_wrap .close_btn{right: 30px; top: 25px;}
    .create_company{width: 90%; padding: 40px;}
    .create_company h4{font-size: 23px;}
    .create_company .create_wrap{padding: 25px;}
    .create_company .create_box{ padding: 0 20px; font-size: 20px;}
    .create_company .explain_txt{font-size: 18px; line-height: 30px;}
    .create_company .sub_txt{margin-top: 20px; font-size: 18px; line-height: 30px;}
    .create_company .sub_txt>span{font-size: 20px;}
    .create_company02{width: 90%; max-width: unset; min-width: 400px; padding: 30px 40px;}
    .create_company02 .table_head .title{font-size: 23px;}
    .create_company02 .table_body{ max-height: 65vh;}
    .create_company02 .table_body .input_box .input_title{font-size: 16px;}
    .create_company02 .table_body .input_box .input_title span{font-size: 14px;}
    .create_company02 .table_body .input_box input{height: 40px;font-size: 18px;}
    .create_company02 .table_body .input_box input::placeholder{font-size: 14px;}
    .create_company02 .table_body .input_box li .alert_txt{font-size: 14px;}
    .input_box li.input03 .address01 input{width: calc(100% - 95px);}
    .input_box li.input03 .address02 input{width: calc(100% - 172px);}
    .input_box li.input03 .address02 .count_time{min-width: 65px; letter-spacing: 0.8px;}
    .input_box li.input03 .address01 .send, .input_box li.input03 .address01 .resend, .input_box li.input03 .address02 .num_check{font-size: 17px;}
    .input_box li.input03 .address02 .count_time{font-size: 15px;}
    .create_company02 .table_body .input_box li.input05 input{width:calc(100% - 200px);}
    .create_company02 .table_body .input_box li.input05 input+span{font-size: 16px; min-width: 110px;}
    .create_company02 .table_body .input_box li.input06 input{width: calc(100% - 85px);}
    .create_company02 .table_body .input_box li .duplicate{font-size: 17px;}
    .create_company02 .table_body .rule_box li.all_check{font-size: 18px;}
    .create_company02 .table_body .rule_box li:not(li.all_check){font-size: 16px;}
    .create_company02 .table_body .rule_box li .check{width: 22px; height: 22px;}
    .create_company02 .table_foot{font-size: 18px; font-weight: 400;}

    /* 이용약관 상세 */
    .detail{ width:90%; min-width: 400px; padding: 30px 40px;}
    .detail h4{font-size:23px;}
    .detail .detail_txt{ font-size: 16px; height: calc(65vh + 60px);}
    .detail .detail_txt select{padding: 0 10px;font-size: 16px;}

    /* 인증메일 전송팝업 */
    .create_popup{ width:75%; padding: 30px 40px;}
    .create_popup h2{font-size:20px;}
    .create_popup p{padding: 20px 0; font-size: 18px; line-height: 30px;}
    .create_popup .btn_box .yes_btn{ width: 50%; min-width: 80px; height: 50px; line-height: 50px;font-size: 18px; font-weight: 500;}

    /*QR확인 알림 팝업 */
    .layer-pop-wrap .layer-pop-area{width:75%;}
    .layer-pop-wrap .layer-pop-area .pop-cont{padding:30px 40px;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt-p{ font-size:20px;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt{ padding: 20px 0; font-size: 18px; line-height: 30px;}
    .pop-btn-area button.popbtn{ width: 50%; min-width: 80px; height: 50px; line-height: 50px;font-size: 18px; font-weight: 500;}
}

@media screen and (max-width:550px) {
    /* COMPANY LOGIN */
    .login_wrap.Co .login_txt {height: 420px;}
    .login_wrap.Co {background-size: 400px; background-position: top 0 left 50%;}
    
    /* VISITE LOGIN */
    .login_wrap.visit {background-size: 520px; background-position: top -140px left 50%;}
    .login_wrap.visit .login_txt{height: 420px;}
    .login_wrap.visit .login_txt p {top: 70px;}
    .login_wrap.visit .login_txt p strong{font-size: 38px; white-space: nowrap;}
    .login_section.visit .input_wrap .ico_search{width: 25px; height: 30px; right: 20px; bottom: 15px;}
    .login_section.visit h3{padding-bottom: 30px;}
   
    /* 새로운 회사 만들기 */
    .createCompany_wrap .close_btn{right: 30px; top: 25px;}
    .create_company{width: 90%; padding: 30px;}
    .create_company h4{font-size: 23px;}
    .create_company .create_wrap{padding: 25px;}
    .create_company .create_box{ padding: 0 20px; font-size: 20px;}
    .create_company .explain_txt{font-size: 18px; line-height: 30px;}
    .create_company .sub_txt{margin-top: 20px; font-size: 18px; line-height: 30px;}
    .create_company .sub_txt>span{font-size: 20px;}
    .create_company02{width: 90%; max-width: unset; min-width: unset; padding: 30px;}
    .create_company02 .table_head .title{font-size: 22px;}
    .create_company02 .table_body{max-height: 60vh;}
    .create_company02 .table_body .input_box li{justify-content: space-between;}
    .create_company02 .table_body .input_box li.input02{flex-flow: column nowrap; justify-content: start; align-items: start;}
    .create_company02 .table_body .input_box li.input02 .name{width: 60%; min-width: 200px;}
    .create_company02 .table_body .input_box li.input02 .num{width: 100%;}
    .input_box li.input03 .address01 input{width: calc(100% - 85px);}
    .input_box li.input03 .address02 input{width: calc(100% - 162px);}
    .create_company02 .table_body .input_box li.input05 input{width:calc(100% - 200px);}
    .create_company02 .table_body .input_box li.input05 input+span{font-size: 16px; min-width: 110px;}
    .create_company02 .table_body .input_box li.input06 input{width: calc(100% - 85px);}
    .create_company02 .table_body .rule_box li:not(li.all_check){letter-spacing: -0.88px;}

    /* 이용약관 상세 */
    .detail{ width:90%; min-width:unset; padding: 30px;}
    .detail h4{font-size:22px;}
    .detail .detail_txt{ height: calc(60vh + 60px);}

    /* 인증메일 전송팝업 */
    .create_popup{ width:80%; padding: 30px 20px;}

    /*QR확인 알림 팝업 */
    .layer-pop-wrap .layer-pop-area{width:80%;}
    .layer-pop-wrap .layer-pop-area .pop-cont{padding:30px 20px;}
}

@media screen and (max-width:500px) {
    .login_wrap {background-size: 450px; background-position: top 60% left 50%;}
    .login_txt {height: 500px;}
    .login_section {padding: 30px 30px 130px;}
    .login_section h3 img {min-width: unset; max-width: 180px; width: 50%; min-height: unset;}
    .login_txt p {font-size: 36px;}
    .login_wrap footer .logo{width: 180px;}
    .login_wrap footer .copyright{font-size: 14px;}

    /* 비밀번호 변경 */
    .login_wrap.pass {background-position: top 80% left 50%;}

    /* COMPANY LOGIN */
    .login_wrap.Co .pc_none{display: block;}
    .login_wrap.Co .login_txt {height: 420px;}
    .login_wrap.Co {background-size: 400px; background-position: top -5% left 50%;}
    .login_wrap.Co .login_txt p{top: 50px; left: 5%; transform: translateX(10%); width: auto;}
    .login_wrap.Co .login_txt p strong { font-size: 35px; line-height: 42px; text-align: left; letter-spacing: 1px;}

    /* 새로운 회사 만들기 */
    .create_company{min-width: unset;}
    .create_company h4{font-size: 22px;}
    .create_company .create_wrap{padding: 20px;}
    .create_company .create_box{ font-size: 20px;}
    .create_company .explain_txt{font-size: 16px;}
    .create_company .sub_txt{font-size: 16px; line-height: 25px;}
    .create_company .sub_txt>span{font-size: 18px;}
    .create_company02{padding:20px 20px 30px;}
    .create_company02 .table_head{padding: 0 10px 10px;}
    .create_company02 .table_body{max-height: 70vh;}
    .create_company02 .table_body .input_box li.input02 .name{width: 100%; min-width: unset;}
    .create_company02 .table_body .input_box li.input02 .num{width: 100%;}
    .input_box li.input03 .address01, .input_box li.input03 .address02{justify-content: space-between;}
    .create_company02 .table_body .input_box li.input05 input{width:calc(100% - 115px);}
    .input_box li.input03 .address01 input{width: calc(100% - 75px);}
    .input_box li.input03 .address02 input{width: calc(100% - 130px);}
    .create_company02 .table_body .input_box li.input05 input+span{font-size: 16px; min-width: 110px;}
    .create_company02 .table_body .input_box li.input06 input{width: 100%;}
    .create_company02 .table_body .input_box li .duplicate{margin-left: auto;}
    .create_company02 .table_body .input_box li .alert_txt{ width: auto; text-indent: 0;}
    .create_company02 li.input04 .alert_txt{margin-top: 5px;}
    .create_company02 li.input05 .alert_txt, .create_company02 li.input06 .alert_txt{ position: absolute; top: 75px; left: 0; max-width: calc(100% - 85px);}
    .input_box li.input03 .address02 .count_time{min-width: unset; width: auto; padding: 0 5px;}

    /* 이용약관 상세 */
    .detail{ padding:20px 20px 30px;}
    .detail .detail_txt{ height: calc(70vh + 60px);}

    /* 인증메일 전송팝업 */
    .create_popup{ padding: 20px 30px;}

    /*QR확인 알림 팝업 */
    .layer-pop-wrap .layer-pop-area .pop-cont{ padding: 20px 30px;}
}

@media screen and (max-width:450px) {
    .login_wrap {background-size: 400px; background-position: top 45% left 50%;}
    .login_txt {height: 480px;}
    .login_txt p{line-height: 1.2; font-size: 32px;}
    .login_section .login_btn {height: 45px; font-size: 20px;}
    .login_wrap.Co .login_txt {height: 400px;}
    .login_wrap .lang_box{top: -50px; right: 30px;}

    /* 비밀번호 변경 */
    .login_wrap.pass {background-position: top 50% left 50%;}
    .login_section.pass h3 div{font-size: 32px;}

    /* VISITE LOGIN */
    .login_wrap.visit {background-size: 470px; background-position: top -120px left 50%;}
    .login_wrap.visit .login_txt{height: 400px;}
    .login_wrap.visit .login_txt p {top: 70px;}
    .login_wrap.visit .login_txt p strong{font-size: 32px;}
    .login_section.visit .input_wrap .ico_search{width: 25px; height: 35px; right: 20px; bottom: 15px;}
    .login_section.visit h3{padding-bottom: 30px; font-size: 30px;}

    /* 새로운 회사 만들기 */
    .create_company .create_box{ font-size: 18px;}
    .create_company .explain_txt{word-break: keep-all;}
    .create_company .sub_txt{font-size: 16px; word-break: keep-all;}
    .create_company .sub_txt>span{font-size: 18px;}
    .create_company02 .table_head{padding: 0 0 10px;}
    .create_company02 .table_head .title{font-size: 21px;}
    .create_company02 .table_body .input_box li.input05 input{width:calc(100% - 115px);}
    .create_company02 .table_body .input_box input{padding: 0 5px;}
    .input_box li.input03 .address01 input{width: calc(100% - 70px);}
    .input_box li.input03 .address02 input{width: calc(100% - 125px);}
    .create_company02 .table_body .input_box li.input04 .eye_off{right: 10px;}
    .create_company02 .table_body .input_box li.input04 .eye_off.on{right: 10px;}
    .create_company02 .table_body .input_box li.input05 input+span{font-size: 16px; min-width: 110px;}
    .create_company02 .table_body .input_box li.input06 input{width: 100%;}
    .create_company02 .table_body .input_box li .duplicate{font-size: 16px; min-width: 65px; padding: 0 5px;}
    .input_box li.input03 .address01 .send, .input_box li.input03 .address01 .resend, .input_box li.input03 .address02 .num_check{font-size: 16px; min-width: 65px; padding:  0 5px;}
    .create_company02 li.input05 .alert_txt, .create_company02 li.input06 .alert_txt{ max-width: calc(100% - 70px);}
    .create_company02 .table_body .rule_box li .ruleCheck{position: relative; padding: 0 30px; word-break: keep-all;}
    .create_company02 .table_body .rule_box li .check{margin-right: 0;position: absolute; left: 0; top: 0; transform: translateY(15%);}

    /* 이용약관 상세 */
    .detail h4{font-size: 21px;}
    .detail .detail_txt{font-size: 14px; padding: 0;}

    /* 인증메일 전송팝업 */
    .create_popup{ padding:30px;}
    .create_popup h2{font-size: 18px;}
    .create_popup p{font-size: 17px; padding: 10px 20px;}
    .create_popup .btn_box .yes_btn{height: 45px; line-height: 45px;}

    /*QR확인 알림 팝업 */
    .layer-pop-wrap .layer-pop-area .pop-cont{ padding:30px;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt-p{font-size: 18px;}
    .layer-pop-wrap .layer-pop-area .pop-cont .txt{font-size: 17px; padding: 10px 20px;}
    .pop-btn-area button.popbtn{height: 45px; line-height: 45px;}
}

@media screen and (max-width:400px) {
    .login_wrap {background-size: 380px; background-position: top 40% left 50%;}
    .login_txt p{font-size: 28px; top: 45px;}
    .login_txt {height: 420px;}
    .login_section {padding: 30px 20px 140px;}
    .login_section .login_auth {gap: 5px;}
    .login_section h3 img{max-width: 160px;}
    .login_txt p {font-size: 30px;}
    .login_wrap footer {padding: 0 30px;}
    .login_wrap .lang_box .select_btn{padding:10px 15px}
    .login_wrap .lang_box ul li{padding:10px 15px}
    /* COMPANY LOGIN */
    .login_wrap.Co .login_txt {height: 400px;}
    .login_wrap.Co .login_txt p strong {font-size: 30px;}
    .login_section.Co h3{font-size: 30px; line-height: 1.4;}
    .login_section.Co .login_auth li > div > p{font-size: 16px;}
    /* VISITE LOGIN */
    .login_section.visit h3{font-size: 28px;}
}

@media screen and (max-width:350px) {
    /* COMPANY LOGIN */
    .login_section.Co h3{font-size: 27px;}
    .login_section.Co .input_wrap{padding-top: 30px;}
    /* 비밀번호 변경 */
    .login_section.pass h3 div{font-size: 28px;}
}
