@charset "utf-8";

/* 팝업 공통 */
.pop_wrapper {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	overflow: hidden;
}
.pop_lg_wrap{
	width: 940px;
	margin: 0 auto;
}
.pop_md_wrap{
	width: 750px;
	margin: 0 auto;
}
.pop_sm_wrap{
	width: 600px;
	margin: 0 auto;
}
.pop_xs_wrap{
	width: 520px;
	margin: 0 auto;
}
.pop_content{
	padding: 15px;
	min-height: 100px;
}
.pop_lg_content{
	max-height: 650px;
	overflow-y: auto;
}
.pop_md_content{
	max-height: 500px;
	overflow-y: auto;
}
.pop_sm_content{
	max-height: 400px;
	overflow-y: auto;
}

.pop_header{
	position: relative;
	padding: 0 20px;
	height: 50px;
	border-bottom: 1px solid #d7d7d7;
}
.pop_header h2{
	padding-right: 50px;
	height: 100%;
	color: #071631; font-size: 2rem; font-weight: 600; line-height: 50px; 
}
.pop_close {
	display: inline-block;
	width: 20px; height: 20px;
	text-indent: -9999px;
	background: url(../../images/client/popup/btn_pop_close.png) no-repeat center;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.pop_header .pop_close{
	position: absolute; top: 0; right: 0;
	width: 50px; height: 50px;
	border-left: 1px solid #d7d7d7;
}
.pop_footer{
	padding: 15px 15px 20px 15px;
	text-align: center;
	border-top: 1px solid #d7d7d7;
}
.pop_footer button {
	margin: 0 2px;
}

/* 로그인 */
.pop_login_box {
	position: relative;
	margin: 0 auto; padding: 20px;
	width: 450px;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.pop_logo {
	margin: 0 auto 25px;
	width: 180px;
}
.pop_logo img {
	width: 100%;
}
.pop_login_form {
	position: relative;
}
.pop_login_box .radio_row {
	margin-bottom: 10px;
}
.pop_login_box .radio_row:nth-of-type(2) {
	margin-right: 0;
}
.pop_login_form .login_input {
	display: block;
	width: 100%; height: 40px;
	margin-bottom: 5px; padding: 0 10px 0 50px; 
	color: #071631; font-size: 1.4rem; line-height: 40px; 
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 18px;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pop_login_form .login_input:focus {
	border-color: #4c82b4; 
}
.pop_login_form .submit_login {
	display: block;
	height: 40px;
	font-size: 2rem; color: #fff; line-height: 40px; text-align: center;
	background: #4c82b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pop_login_form + p {
	margin-top: 10px;
	font-size: 1.4rem; text-align: center; word-break: keep-all;
}
.pop_login_box .forgot_pw {
	display: block;
	margin: 30px auto 0;
	width: 86px;
	color: #4c82b4; text-align: center;
}
.pop_login_box .forgot_pw:link {
	text-decoration: underline #9eb7d2;
}
.pop_login_box .pop_close {
	position: absolute; top: 18px; right: 20px;
}

/* 만족도 조사 */
.survey_list dt {
	padding: 0 0 5px 40px;
	font-weight: 600;
}
.survey_list dt:nth-child(1){
	padding-top: 10px;
}
.survey_list dt span {
	display: inline-block;
	width: 24px; height: 24px;
	margin-left: -40px; margin-right: 10px;
	font-size: 1.6rem; color: #858585; font-weight: 600;
	text-align: center; line-height: 24px;
	background-color: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.survey_list dd {
	padding: 0 20px 20px 40px;
}

/* 공지사항 팝업 */
.pushpop_wrap  {
	width: 100%; height: 530px;
	padding-bottom: 50px;
	position: relative;
}
.push_header {
	padding: 10px 10px 0 10px;
	text-align: center; word-break: keep-all;
}
.push_header h1 {
	font-size: 1.7rem; font-weight: 600;
}
.push_header h1 span {
	display: block;
	font-size: 1.5rem; color: #999;
}
.push_container {
	padding: 10px;
}
.push_content {
	overflow-y: auto;
	height: 400px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}
.pusupop_footer {
	padding: 10px; margin-top: -40px;
	position: relative;
	background-color: #23316e;
	color: #fff;
	z-index: 2;
}
.pusupop_footer p {
	display: inline-block;
}
.pusupop_footer p input {
	display: none;
}
.pusupop_footer p label {
	padding: 3px 0 3px 25px;
	background: url(../../images/client/formstyle/icon_check_off.png) no-repeat left center;
}
.pusupop_footer p input:checked + label {
	background-image: url(../../images/client/formstyle/icon_check_on.png);
}
.pusupop_footer p label:hover {
	cursor: pointer;
}
.pusupop_footer .push_close {
	position: absolute; right: 10px;
	display: inline-block;
	padding: 4px 8px 6px;
	background-color: #727272;
	color: #fff; line-height: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pusupop_footer .push_close:hover {
	background-color: #464646;
}


@media only screen and (max-width:1279px){}
@media only screen and (max-width:1080px){}
/*================================ hover(pc) ================================ */
@media screen and (min-width:1025px){
	.pop_close:hover {
		background-image: url(../../images/client/popup/btn_pop_close_hover.png);
	}


}
/*================================ //hover(pc) ================================ */
@media only screen and (max-width:1024px){
	
	/* 팝업 공통 1024 */
	.pop_lg_wrap {
		width: 94%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:768px){
	
	/* 팝업 공통 768 */
	.pop_md_wrap{
		width: 90%;
		margin: 0 auto;
	}
	.pop_sm_wrap{
		width: 80%;
		margin: 0 auto;
	}
	.pop_xs_wrap{
		width: 80%;
		margin: 0 auto;
	}
	.pop_content{
		padding: 10px;
	}
	.pop_content{
		max-height: 400px;
		overflow-y: auto;
	}
	.pop_lg_content{
		max-height: 400px;
	}
	.pop_md_content{
		max-height: 400px;
	}
	.pop_sm_content{
		max-height: 400px;
	}
	
	.pop_header{
		height: 45px;
		padding: 0px 10px;
	}
	.pop_header h2 {
		padding-right: 45px;
		font-size: 1.8rem; text-align: left; line-height: 45px;
	}
	.pop_header .pop_close{
		width: 45px; height: 45px;
	}
	.pop_footer {
		padding: 10px;
	}
	
	/* 만족도 조사 */
	.survey_list dt {
		padding: 0 0 5px 26px;
	}
	.survey_list dt span {
		margin-left: -26px; margin-right: 6px;
		width: 20px; height: 20px;
		line-height: 20px; font-size: 1.4rem;
	}
	.survey_list dd {
		padding: 0 0 10px 26px;
	}
}
@media only screen and (max-width:480px){
	
	
	
	
	/* 로그인 */
	.pop_login_box {
		width: 95%;
	}
	.pop_logo {
		width: 150px;
	}
	.pop_login_form .submit_login {
		font-size: 1.8rem;
	}
	.pop_login_box .pop_close {
		top: 15px; right: 15px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}