/* login.html - start */
.login_box {
	width:450px;
	margin:130px auto;
}
.login_box .login_logo {
	text-align: center;
	margin-bottom:40px;
}
.login_box .form_wrap .form_box {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.login_box .form_wrap .form_box input {
	width:100%;
	height:45px;
	font-size:14px;
	padding:0 15px;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.login_box .form_wrap .submit {
	margin-bottom:10px;
	width:100%;
	height:50px;
	text-align: center;
	line-height: 50px;
	font-size:18px;
	font-weight:bold;
	color:white;
	background:#00315c;
	border-radius:3px;
	cursor:pointer;
}
.login_box .form_bot {
	width:100%;
	margin-top:15px;
	padding-bottom:15px;
	box-sizing: border-box;
	border-bottom:1px solid #b8b8b8;
}
.login_box .form_bot .save_id_text,
.login_box .form_bot .find_btn a {
	font-size:14px;
	color:black;
}
.login_box .form_bot .save_id_text,
.login_box .form_bot input[type="checkbox"],
.login_box .form_bot .find_btn {
	display:inline-block;
	vertical-align: middle;
}
.login_box .form_bot .find_btn {
	float:right;
}
.login_box .form_bot .find_btn a:hover {
	color:#606060;
}
.login_box .form_bot .find_btn span.line {
	margin:0 7px;
}
.login_box .social_btn {
	margin-top:15px;
}
.login_box .social_btn div {
	margin-top:10px;
	width:100%;
	height:50px;
	text-align: center;
	line-height: 50px;
	font-size:18px;
	font-weight:bold;
	color:white;
	border-radius:3px;
	cursor:pointer;
}
.login_box .social_btn .myungli_btn {
	background: #00315c;
	background-image: url(/img/bg_menu2.png);
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: 4px center;
}
.login_box .social_btn .naver_btn {
	background: #1EC800;
	background-image: url(/img/naver_login.png);
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: 2px center;
}
.login_box .social_btn .google_btn {
	background: #4285F4;
	background-image: url(/img/google_login.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0px center;
}
.login_box .social_btn .kakao_btn {
	color: black;
	background: #FEE500;
	background-image: url(/img/kakao_login.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 2px center;
}
@media screen and (max-width: 500px){
	.login_box {
		width:90%;
	}
	.login_box .form_bot .find_btn {
		margin-top: 10px;
		width: 100%;
		float: unset;
		text-align: right;
	}
}
/* login.html - end */



/* registration.html - start */
.join_box {
   margin:50px auto;
   width:580px;
}
.join_box .login_logo {
   text-align: center;
   margin-bottom:30px;
}
.join_box .form_join {
   width:100%;
}
.join_box .form_join tr th,
.join_box .form_join tr td {
   font-size:14px;
   color:black;
   padding:10px 12px;
   box-sizing: border-box;
   word-break: keep-all;
}
.join_box .form_join tr th {
   text-align: right;
}
.join_box .form_join tr td p.warn {
   color:#2175b0;
   margin-top:5px;
   font-size:13px;
}
.join_box .form_join tr td p.warn.red {
   color:red;
}
.join_box .form_join tr td input[type="text"],
.join_box .form_join tr td input[type="password"] {
   height:40px;
   padding:0 8px;
   box-sizing: border-box;
   font-size:14px;
   width:100%;
   border:1px solid #bbb;
   display:inline-block;
   vertical-align: middle;
}
.join_box .form_join tr td label {
   margin-right:15px;
}
.join_box .form_join tr td label input,
.join_box .form_join tr td label span {
   display:inline-block;
   vertical-align: middle;
   margin:0;
}
.join_box .form_join tr td label span {
   font-size:14px;
   margin-left:3px;
}
.join_box .form_join tr td label span strong {
   color:#11a49d;
   font-size:13px;
   margin-left:2px;
}
.join_box .form_join tr td .input_box {
   margin-top:7px;
   overflow: hidden;
}
.join_box .form_join tr td .input_box .user_id,
.join_box .form_join tr td .input_box .tel_01,
.join_box .form_join tr td .input_box .tel_02 {
   width:calc(100% - 100px);
   float:left;
}
.join_box .form_join tr td .input_box .btn {
   float:left;
   width:100px;
   height:40px;
   line-height: 40px;
   font-size:13px;
   color:white;
   background:#223358;
   text-align: center;
   cursor:pointer;
}
.join_box .form_join tr td .auth_box {
	display:none;
}
.join_box .join_btn_wrap {
   text-align: center;
   padding-top:20px;
   box-sizing: border-box;
   border-top:1px solid #ddd;
   margin-top:20px;
}
.join_box .join_btn {
   display:inline-block;
   cursor:pointer;
   padding:0 30px;
   box-sizing: border-box;
   height:40px;
   line-height: 40px;
   color:white;
   background:#00315c;
   text-align: center;
   font-size:15px;
}
@media screen and (max-width: 600px){
	.join_box {
		width:90%;
	}
	.join_box .form_join colgroup {
		display:none;
	}
	.join_box .form_join tr th,
	.join_box .form_join tr td {
		padding:5px 8px;
		display:block;
		width:100%;
		text-align:left;
	}
	.join_box .form_join tr td {
		padding-bottom:12px;
	}
}
/* registration.html - end */



/* terms.html - start */
.tos_wrap {
   width:700px;
   margin:50px auto;
} 
.tos_wrap .login_logo {
   text-align: center;
   margin-bottom:40px;
}
.tos_wrap label {
   display:flex;
}
.tos_wrap label p {
   font-size:14px;
   margin-left:3px;
   color:#323232;
}
.tos_wrap label p span {
   color:#0f32dd;
   font-size:13px;
}
.tos_wrap .tos_ch_box p span.choice {
   color:#989696;
}
.tos_wrap .tos_ch_box {
   margin-top:25px;
}
.tos_wrap .tos_ch_box textarea {
   width:100%;
   border:1px solid #ccc;
   box-sizing: border-box;
   height:300px;
   padding:7px;
   resize:none;
   margin-top:7px;
   text-align: left;
   font-size:13px;
}
.tos_wrap .tos_btn_wrap {
   margin-top:40px;
   text-align: center;
}
.tos_wrap .tos_btn_wrap .tos_btn {
   display:inline-block;
   height:40px;
   line-height: 40px;
   padding:0 50px;
   box-sizing: border-box;
   background:#00315c;
   color:white;
   font-size:16px;
   margin:0 10px;
   cursor:pointer;
}
.tos_wrap .tos_btn_wrap .tos_btn#tos_cancel {
   background:#686767;
}
/* terms.html - end */



/* account_find.html - start */
.find_wrap {
   width:700px;
   margin:100px auto;
}
.find_wrap .login_logo {
   text-align: center;
   margin-bottom:30px;
}
.find_wrap .find_tab {
   width:100%;
}
.find_wrap .find_tab ul {
   width:100%;
   overflow: hidden;
}
.find_wrap .find_tab ul li {
   float:left;
   width:50%;
   border:1px solid #175c99;
   border-bottom:3px solid #175c99;
   box-sizing: border-box;
   height:40px;
   line-height: 40px;
   text-align: center;
   color:black;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   font-size:15px;
   cursor:pointer;
}

.find_wrap .find_tab ul li.active {
   background: #164064;
   border: 1px solid #164064;
   border-bottom:3px solid #175c99;
   color: white;
}
.find_wrap .find_box {
   box-sizing: border-box;
   padding:0 15px;
}
.find_wrap .find_box#pw_find {
   display:none;
}
.find_wrap .label_box {
   text-align:center;
   margin:40px auto 30px;
}
.find_wrap .label_box label {
   margin-right:15px;
   display:inline-block;
}
.find_wrap .label_box label input,
.find_wrap .label_box label span {
   display:inline-block;
   vertical-align: middle;
   margin:0;
}
.find_wrap .label_box label span {
   font-size:14px;
   color:black;
}
.find_wrap .input_form {
   width:100%;
}
.find_wrap .input_form tr th,
.find_wrap .input_form tr td {
   padding:5px 15px;
   box-sizing: border-box;
   font-size:14px;
   color:black;
   text-align: left;
}
.find_wrap .input_form tr th {
   text-align: right;
}
.find_wrap .input_form tr td input[type="text"],
.find_wrap .input_form tr td select {
   height:35px;
   padding:0 10px;
   box-sizing: border-box;
   font-size:14px;
   width:80%;
   border:1px solid #ccc;
   display:inline-block;
   vertical-align: middle;
}
.find_wrap .input_form tr td select {
   width:auto;
}
.find_wrap .input_form tr td .tel_box input {
   width:57%;
}
.find_wrap .input_form tr td .tel_box .tel_btn {
   height:35px;
   line-height: 35px;
   padding:0 15px;
   box-sizing: border-box;
   font-size:14px;
   color:white;
   background:#23467b;
   display:inline-block;
   vertical-align: middle;
   cursor:pointer;
}
.find_wrap .input_form tr.tr_detail {
	display:none;
}
.find_wrap #t_email {
   display:none;
}
.find_wrap #p_tel {
	margin-top: 40px;
}
.find_box div.btn_wrap {
   margin:25px 0 20px;
   text-align: center;
} 
div.find_box .btn_wrap .btn {
   display: inline-block;
   margin:0 5px;
   margin-left: 10px;
   padding: 0 15px;
   height: 36px;
   color: white;
   font-size: 15px;
   background: #1d4f9b;
   line-height: 36px;
   box-sizing: border-box;
   cursor: pointer;
}
.find_box .find_result {
	display:none;
}
.find_box .pw_cont {
   margin:30px 0 15px;
   font-size:14px;
}
.find_box input[name="user_id"] {
   height:35px;
   padding:0 10px;
   box-sizing: border-box;
   font-size:14px;
   width:80%;
   border:1px solid #ccc;
   display:inline-block;
   vertical-align: middle;
}
.find_result p.ref {
   color:red;
   font-size:14px;
   font-weight: bold;
}
.find_result .result {
   margin-top:30px;
   border:1px solid #ccc;
   box-sizing: border-box;
   padding:20px;
   font-size:15px;
   text-align: center;
}
.find_result .result span {
   color:black;
   font-weight: bold;
   font-size:16px;
}
@media screen and (max-width:768px) {
	.find_wrap {
		width:90%;
	}
	.find_wrap .find_box {
		padding:0;
	}
	.find_wrap .input_form tr th,
	.find_wrap .input_form tr td {
		padding:5px;
	}
	.find_wrap .input_form tr td .tel_box input {
		width:80%;
	}
}
/* account_find.html - end */



/* mypage.html - start */
.mypageCont,
.mypageCont .content_wrap {
	background:#f8f8f8;
}
.mypageCont .content {
	margin:87px 0 0 40px;
    padding: 15px;
    width: 1200px;
    border: 2px solid #ddd;
    background: #fff;
}

/* 회원정보 수정 */
table.th_blue {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}
table.th_blue tr {
    height: 50px;
}
table.th_blue th {
	width: 30%;
    padding-left: 25px;
    background: #f7fbff;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: normal;
}
table.th_blue td {
    padding-left: 25px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
table.th_blue td span.token_btn,
table.th_blue td span.confirm_btn {
	display:inline-block;
	padding:9px 12px;
	width:fit-content;
	color:#fff;
	font-size:12px;
	background:#0072ff;
	border-radius:3px;
	cursor:pointer;
	transition:all 0.2s linear;
}
table.th_blue td span.token_btn:hover,
table.th_blue td span.confirm_btn:hover {
	opacity:0.7;
}
table.th_blue td .social_wrap {
	display:flex;
	align-items:center;
	width:100%;
	height:48px;
	border-bottom:1px solid #ddd;
}
table.th_blue td .social_wrap:last-child {
	border:0;
}
table.th_blue td .social_wrap > span {
	display:inline-block;
	margin-left:5px;
	font-weight:bold;
}
table.th_blue td .social_wrap > span.txt_red {
	color:#f44336;
}
table.th_blue td .social_wrap > span.txt_blue {
	color:#0072ff;
}
table.th_blue td .social_wrap > div {
	display:inline-block;
	margin:0;
	padding-left:25px;
	width:100px;
	height:36px;
	text-align: center;
	line-height: 36px;
	font-size:14px;
	font-weight:bold;
	color:white;
	border-radius:3px;
	cursor:pointer;
}
table.th_blue td .social_wrap .naver_icon {
	background: #1EC800;
	background-image: url(/img/naver_login.png);
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: 2px center;
}
table.th_blue td .social_wrap .google_icon {
	background: #4285F4;
	background-image: url(/img/google_login.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0px center;
}
table.th_blue td .social_wrap .kakao_icon {
	color: black;
	background: #FEE500;
	background-image: url(/img/kakao_login.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 2px center;
}
table.th_blue td input[type='number'] {
    height: 32px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align:right;
}
.mypageCont .btn_wrap {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:15px 0;
}
.mypageCont .btn_wrap .modify_btn {
	margin:0;
	padding:8px 12px;
	width:fit-content;
	height:auto;
	color: #fff;
	font-size:14px;
	font-weight:bold;
    background: #363636;
    border: 1px solid #363636;
    cursor: pointer;
    transition:all 0.2s linear;
}
.mypageCont .btn_wrap .deregist_btn {
	margin:0 0 0 10px;
	padding:8px 12px;
	width:fit-content;
	height:auto;
	color: #fff;
	font-size:14px;
	font-weight:bold;
    background: #f44336;
    border: 1px solid #f44336;
    cursor: pointer;
    transition:all 0.2s linear;
}
.mypageCont .btn_wrap .modify_btn:hover,
.mypageCont .btn_wrap .deregist_btn:hover {
	opacity:0.7;
}
@media screen and (max-width: 1500px){
	.mypageCont,
	.mypageCont .content_wrap {
		background:#fff;
	}
	.mypageCont .content {
		margin: 57px auto 0 auto;
	    width: 90%;
	    border: 0;
	}
}
@media screen and (max-width: 768px){
	table.th_blue th,
	table.th_blue td {
		font-size:12px;
	}
}
/* mypage.html - end */



/* self_authentication.html - start */
#modal_wrap_self_authentication {
	width: 100vw;
	height:100vh;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	align-items:center;
	justify-content:center;	
}
#modal_self_authentication {
	width: 500px;
	height: auto;
	position: relative;
	z-index: 999;
	border-radius:5px;
	background:white;
	transition:width 0.2s;
}
#modal_self_authentication .tr_detail {
	display:none;
}
#modal_self_authentication div.auth_num {
	display:inline-block;
	padding:5px 8px;
	color:#fff;
	background:#333;
	border-radius:3px;
	cursor:pointer;
}
#modal_self_authentication div.auth_num:hover {
	opacity:0.9;
}
#modal_self_authentication div.confirm_wrap {
	position:relative;
	display:inline-block;
	width:fit-content;
	height:auto;
}
#modal_self_authentication span.auth_time {
	position:absolute;
	top:calc(50% - 7px);
	right:10px;
    color: red;
    font-size: 14px;
    font-weight: bold;
}
#modal_self_authentication .but_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
}
#modal_self_authentication .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 5px;
	background: #181e2a;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
#modal_self_authentication .but:hover {
	background: #484451;
}
@media screen and (max-width:560px) {
    #modal_self_authentication {
        width:90%;
    }
    #modal_self_authentication input[type='text'] {
    	width:160px;
    }
}
/* self_authentication.html - end */



/* deregistration.html - start */
#modal_wrap_deregistration {
	width: 100vw;
	height:100vh;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	align-items:center;
	justify-content:center;	
}
#modal_deregistration {
	width: 500px;
	height: auto;
	position: relative;
	z-index: 999;
	border-radius:5px;
	background:white;
	transition:width 0.2s;
}
#modal_deregistration .t_write div {
	text-align:center;
}
#modal_deregistration .t_write div:last-child {
	margin:15px auto;
	font-size:16px;
}
#modal_deregistration .but_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
}
#modal_deregistration .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 5px;
	background: #f44336;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
#modal_deregistration .but:hover {
	opacity:0.7;
}
@media screen and (max-width:560px) {
    #modal_deregistration {
        width:90%;
    }
}
/* deregistration.html - end */