@charset "utf-8";

/* 로딩중 */
#loading {
	width: 100%; height: 100%;
	position: fixed; top: 0; bottom: 0;
	background: rgba(255,255,255,0.6);
	z-index: 1000;
}
#loading #loading_image{
	position: absolute; top: 50%; left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#loading #loading_image span {
	display: block;
	padding: 0px 5px;
	font-weight: bold; font-size: 1.2rem;
}

/* 브라우저 버전 알림 */
#browser {
	padding: 20px;
	position: relative; z-index: 100;
	text-align: center; color: #fff;
	background-color: #d93b3b;
}
#browser a {
	font-weight: bold; color: #f9c461;
}
#browser .upgradeinfo_close {
	display: inline-block;
	padding: 0 5px; margin-left: 10px;
}

/* 에러페이지 */
.error_wrap {
	width: 100%; height: 100%; min-height: 768px;
	position: relative;
	background-color: #f1f1f1;
}
.error_box {
	width: 700px; height: auto;
	margin-left: -350px; margin-top: -95px;
	position: absolute; top: 50%; left: 50%;
	text-align: left; color: #727272;
}
.error_box img {
	display: block;
	width: 250px; height: auto;
	position: absolute; right: 0; top: -50px;
	opacity: 0.4;
}
.error_box strong {
	display: block;
	margin-bottom: 20px;
	font-size: 2rem; color: #464646;
}
.error_box p {
	margin-bottom: 20px;
	font-size: 1.2rem; line-height: 1.8em;
}
.error_box a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.1rem; color: #fff;
	background: #727272;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.error_box a:hover {
	background-color: #454545;
}

/* 페이지 전체 영역 */
.page_wrap {
	position: relative;
	padding-top: 80px;
	width: 100%; min-height: 100%;
}

/* header */
.header_wrap {
	position: fixed; top: 0; left: 0; z-index: 20;
	width: 100%; height: 80px;
	background: #fff;
	border-width: 0 0 4px 0; border-style: solid;
	border-image: linear-gradient(to right, #55ade3 0%, #b9e7a8 100%);
	border-image-slice: 1;
}
.header_inner {
	position: relative;
	padding-right: 120px;
	height: 100%;
	text-align: right;
	overflow: visible;
}
.header_logo {
	position: absolute; top: 50%;
	width: 160px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_logo a {
	display: block;
}
.header_logo img {
	width: 100%;
}

.gnb_list {
	display: inline-block !important;
	margin-top: 25px;
	width: 50%;
}
.gnb_list li {
	display: inline-block;
	padding: 0 5%;
	border-right: 1px solid #d7d7d7;
}
.gnb_list li:first-child {
	border-left: 1px solid #d7d7d7;
}
.gnb_list li a {
	color: #434343;
}

.user_info {
	display: inline-block !important;
	margin-top: 25px; margin-left: 10px; padding-left: 25px;
	color: #767676;
	background: url(../../images/client/common/icon_user_info.png) no-repeat left center;
}
.user_info span {
	vertical-align: top;
}

.btn_log {
	position: absolute; top: 50%; right: 0;
	display: inline-block;
	padding: 5px 16px;
	color: #4c82b4; 
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_log span {
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat; background-position: left center;
}
.btn_login span {
	background-image: url(../../images/client/common/icon_login.png);
}
.btn_logout span {
	background-image: url(../../images/client/common/icon_logout.png);
}
.btn_admin {
	position: absolute; bottom: -38px; right: 0;
	display: inline-block;
	padding: 6px 15px 6px 45px;
	height: 34px;
	background: #f2f2f2 url(../../images/client/common/btn_admin.png) no-repeat 15px center;
}

/* footer */
.footer_wrap {
	padding: 15px 0;
	color: #a3a3a3; font-size: 1.4rem;
	background: #f2f2f2;
}
.footer_infolink {
	margin-bottom: 8px;
}
.footer_infolink li {
	display: inline-block;
}
.footer_infolink li:first-child {
	margin-right: 6px; padding-right: 10px;
	font-weight: 600; line-height: 1em;
	border-right: 1px solid #a3a3a3; 
}
.footer_infotxt {
	margin-bottom: 6px;
}
.footer_infotxt li {
	display: inline-block;
	padding-right: 10px;
}
.footer_infotxt li:last-child {
	padding-right: 0;
}

/* 서브페이지 전체 영역 */
.subcontent_wrap {
	overflow: hidden;
	position: relative;
	padding-bottom: 3em;
}








@media only screen and (max-width:1279px){}
@media only screen and (max-width:1080px){}
/*================================ hover(pc) ================================ */
@media screen and (min-width:1025px){



}
/*================================ //hover(pc) ================================ */
@media only screen and (max-width:1024px){
	
	/* 페이지 전체 영역 1024 */
	.page_wrap {
		padding-top: 60px;
	}
	
	/* header 1024 */
	.header_wrap {
		height: 60px;
	}
	.header_inner {
		padding-right: 0;
	}
	.header_logo {
		width: 130px; 
	}
	.gnb_list {
		display: none !important;
	}
	.user_info {
		display: none !important;
	}
	.btn_log {
		position: static;
		margin-top: 11px;
		transform: translate(0);
	}
	.btn_log.tab_mobile {
		display: inline-block !important;
	}
	.btn_admin {
		bottom: -37px;
		height: 33px;
	}
	
}
@media only screen and (max-width:768px){}
@media only screen and (max-width:480px){
	
	/* header 480 */
	.btn_admin {
		bottom: -32px;
		padding: 4px 10px 4px 33px;
		height: 28px;
		background-size: 18px; background-position: 10px center;
	}
	

	
}