@charset "utf-8";

/* ****************** 공통클래스 ********************** */


@media all and (max-width:1340px) {
.area {
	padding: 0 15px;
}
#gnb .area > ul > li {
    width: 150px;
}
#gnb .area > ul > li > a {
    font-size: 19px;
}
}
@media all and (max-width:1280px) {
#gnb .area > ul {
    margin-left: 0px;
}
#gnb .area > ul > li {
    width: 120px;
}
}
@media all and ( max-width: 1024px ) {
#header, #headerInnerWrap {
	height: 80px;
}
#headerInnerWrap {
	position: fixed;
	z-index: 99;
}
#headerInner {
	background: none;
}
#header .logo {
	padding: 22px 0;
}
#header.fixed .nav-open-btn .line {
	background-color: #555;
}
	.header-util-box {display:none;}
	#header .nav-open-btn.active .line {background-color: #fff;}
/* -------- Header :: GNB(Pc) -------- */
#gnb {
	display: none;
}
.gnb-overlay-bg {
	display: none
}
.header-mutil-box {padding:20px}
	.header-mutil-box a {color:#fff;border:1px solid rgba(255,255,255,0.5);padding:8px 15px;display:inline-block;margin-right:3px;}
/* -------- Header :: GNB(Mobile/기본스타일) -------- */
#gnbM {
	display: block;
	position: fixed;
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.88);
	z-index: 999;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);		/* gnb OPEN 속도 */
	visibility: hidden;
}
#gnbM.open {
	right: 0px;
	visibility: visible;
}
/* GNB Mobile :: 레이아웃 */
.gnb-navigation-wrapper {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding-top: 80px;
	overflow-y: auto;
}	/* padding-top : Header 높이값 */
.header-util-menu-box + .gnb-navigation-wrapper {
	padding-top: 0
}
/* GNB Mobile :: 메뉴영역 :: 1차 */
#navigation > li > a {
	position: relative;
	display: block;
	padding: 15px;
	color: rgba(255,255,255,0.7);
	font-size: 24px;
	font-weight: 500;
	    text-align: left;
		border-bottom:1px solid rgba(255,255,255,0.2)
}
#navigation > li.active > a {
	color: #fff;
}
#navigation > li .gnb-icon {
	position:absolute;
	right:15px;
	top:50%;
	transform: translateY(-50%);
	color:#fff;
}
#navigation > li .gnb-icon i {
	font-size: 14px;
}
/* GNB Mobile ::  메뉴영역 :: 2차 */
#navigation > li .gnb-2dep {
	display: none;
	padding: 0 0;
	background:#0071bd;
}
	#navigation > li .gnb-2dep .mbmenu a {color:#40e2f3;padding: 8px 30px;display: block;opacity: 0.7;font-size: 17px;
	filter: Alpha(opacity=70);}
#navigation > li .gnb-2dep li {
	height: auto !important;
}
#navigation > li .gnb-2dep li > a {
	display: block;
	color: #fff;
	font-size: 17px;
	padding: 8px 30px;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
#navigation > li .gnb-2dep li.on > a {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	font-weight: 500;
}
/* -------- Header :: 네비게이션 오픈 버튼 -------- */
.nav-open-btn {
	display: block;
	position: fixed;
	top: 27px;
	right: 25px;
	z-index: 9998;
	height: 30px;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.nav-open-btn .line {
	display: block;
	width: 28px;
	height: 3px;
	background-color: #000;
	margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4) {
	opacity: 0;
}
.nav-open-btn.active .line:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.nav-open-btn.active .line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
#header.fixed-header .nav-open-btn .line {
	background-color: #fff
}
.content-tit {
    font-size: 26px;
}
.content-tit span:after {bottom:-5px;height:10px;}
#topMenu01,
	#topMenu02{display:none}

	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:block; position:relative; height:40px; }
	#topMenuM02 .side-menu-inner{height:40px; padding:0px;}
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; width:100%;  height:40px; padding:0 30px; background-color:#1c94ff;}
	#topMenuM02 .menu-location > .cur-location span{display:inline-block; vertical-align:middle; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:40px; color:#fff; font-weight:400; font-size:13px;}
	#topMenuM02 .menu-location > .cur-location .arrow{vertical-align:middle; font-size:13px; color: #fff; margin-left:10px;}
	#topMenuM02 .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); }
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:40px; left:0px; width:100%; border:1px solid #ddd; border-top:0; padding:10px 0; background-color:#fff; z-index:11; }
	#topMenuM02 .menu-location.location1 .location-menu-con{width:calc(100% - 1px)}
	#topMenuM02 .menu-location .location-menu-con li a{display:block; padding:7px 15px; font-size:12px; line-height:1.5; word-break:keep-all; text-align:center;}
	#topMenuM02 .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM02 .menu-location .location-menu-con li.on a{color:#0765ab; font-weight:500;}
}

@media all and (max-width:800px) {
#header, #headerInnerWrap {
	height: 60px;
}
#headerInner {
	background: none;
	margin: 0px auto 0;
}
#header .logo {
	padding: 17px 0;
}
#header .logo a .logo-default,
#header .logo.eng a .logo-default {
	background-size: 128px auto;
	width: 128px;
	height: 26px;
}
#header .logo a .logo-color,
#header .logo a.eng .logo-color {
	background-size: 128px auto;
	width: 128px;
	height: 26px;
}
body, table, th, td, button, select, input, textarea {
	font-size: 13px;
}
.nav-open-btn {
	top: 15px;
	margin-top: 0;
	right: 4%;
}
.nav-open-btn .line {
	width: 20px;
	height: 2px;
	z-index: 9999999999999999999;
}
.nav-open-btn.active .line:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
.nav-open-btn.active .line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}
/* Header :: GNB(Mobile) */
#navigation > li .gnb-2dep > li > a {
	font-size: 13px;
}
#navigation > li .gnb-2dep .mbmenu a {}
/* Footer :: 하단정보 */

#footerBottom {
	padding: 24px 0;
}
.footer-address p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}
.footer-address span {
	display: inline-block;
}
.footer-address .link {display:block;}
.footer-address p span.address1:before {display:none;}
.footer-copyright {
	font-size: 11px;
	margin: 0 0px 0 15px;
}
.footer-address {
	padding:  20px 0 0 0;
	width:100%;text-align:center;order: 2; 
}
.footer-link {text-align:center;width:100%;order: 1; }
a.main-btn {
	line-height: 35px;
	font-size: 14px;
	padding: 0 20px;
}
a.main-white-btn {
	line-height: 35px;
	font-size: 14px;
	padding: 0 30px;
}
	
	.con_location li {
    width: 40%;
}
.con_location li.depth01 a.title {
	background-size:10px auto;
}
.con_location li.depth01.on a.title {
	background-size:10px auto;
}
.con_location li.depth02 a.title {
	background-size:10px auto;
}
.con_location li.depth02.on a.title {
	background-size:10px auto;
}
.con_location li.home {display:none}
	.con_location li {
    line-height: 37px;height: 37px;
}
.con_location_box {
    margin: -15px auto 0;
    border-radius: 0px;
}
.con_location li ul {
    top: 37px;
}
}

@media all and (max-width:480px) {
#navigation > li > a {
	font-size: 20px;
}
#navigation > li .gnb-2dep li > a {
	font-size: 14px;
}
#navigation > li .gnb-2dep .mbmenu a {}
.footer-address span:before {
	display: none;
}
.footer-copyright {
	margin: 0 0px 0 5px;
}
.footer-address {
	padding: 20px 0 10px 0;
}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1220px) {
#visual {
	padding-left: 15px;
	padding-right: 15px;
}
/*  SUB LAYOUT :: 비주얼 */
#visual .visual-txt-con {
	padding: 0
}
}

@media all and (max-width:800px) {
/*  SUB LAYOUT :: 비주얼 */
#visual {
	height: 200px;
}
#visual .visual-txt-con {
	padding: 0 15px;
}
#visual .visual-tit {
	font-size: 28px;
}
/*  SUB LAYOUT :: 상단정보 (공통) */
#middleArea {
	padding:0 0 0px 0
}
.content-tit {
	font-size: 22px;
	margin-bottom:40px;
}
/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {
	padding-top: 25px;padding-bottom:50px;
}
}

@media all and ( max-width: 480px ) {
	
	#daum_juso_pagemb_zip {margin-left:-70px!important;min-width:300px;}
	
	.to-top-btn {
    width: 34px;
    height: 34px;
    line-height: 34px;
}
}
