@charset "utf-8";

/* ****************** 공통클래스 ********************** */


@media all and (max-width:1340px) {
.area {
	padding: 0 15px;
}
#gnb .area > ul > li {
    width: 110px;
}
#gnb .area > ul > li > a {
    font-size: 19px;
}
}
@media all and (max-width:1165px) {
#gnb .area > ul {
    margin-left: 100px;
}
	#quick {right:0px;}
	#quick img {width:90px;}
	#quick.open {right:-91px;}
}
@media all and ( max-width: 950px ) {
	.pc_view {display:none;}
	.mb_view {display:block;}
#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: rgba(0,146,65,0.95);
	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: center;
}
#navigation > li.active > a {
	color: #fff;
}
#navigation > li .gnb-icon {
	margin-left:10px;
	color:#fff;
}
#navigation > li .gnb-icon i {
	font-size: 14px;
}
/* GNB Mobile ::  메뉴영역 :: 2차 */
#navigation > li .gnb-2dep {
	display: none;
	padding: 0 0 15px 0;
}
	#navigation > li .gnb-2dep .mbmenu {text-align:center;}
	#navigation > li .gnb-2dep .mbmenu a {color:#40e2f3;padding: 8px 0px;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 0px;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	text-align: center;
}
#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:0 15px;}
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; width:100%;  height:40px; padding:0 30px; background-color:#4c4c4c;}
	#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:13px; 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:#009342; font-weight:500;}
	
	.table-wrap .table_cover {display: block;}
	.table-wrap .table_cover {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
}
.table-wrap .table_cover .detail_cover_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
}
	.table-wrap {overflow-x:scroll;position:relative;}

}

@media all and (max-width:800px) {
#header, #headerInnerWrap {
	height: 60px;
}
#headerInner {
	background: none;
	margin: 0px auto 0;
}
#header .logo {
	padding: 19px 0;
}
#header .logo a .logo-default {
	background-size: 126px auto;
	width: 126px;
	height: 20px;
}
#header .logo a .logo-color {
	background-size: 126px auto;
	width: 126px;
	height: 20px;
}
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 :: 하단정보 */
#footerTop {
    padding: 20px 0;
}
#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;
}
#footerBottom h1 {width:100%;text-align:center;}
	#footerBottom h1 img {height:20px;}
.footer-address {
	padding:  20px 0 0 0;
	width:100%;text-align:center;
}
	

	
	#leftItem {bottom:35px;}
	#leftItem.bottom-fixed { bottom:70px; }
	#leftItem .left-item-list li {float:right; margin:0;}
	#leftItem .left-item-list li > a {width:50px; height:50px; }
	#leftItem .left-item-list li > a .inner {background-size:50px;background-position:center; padding-left:50px;}
	.to-top-btn {width:50px; height:50px; line-height:50px;}
	#leftItem .left-item-inquiry {display:none;}
	
	
}

@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: 250px;
}
#visual .visual-txt-con {
	padding: 0 15px;
}
#visual .visual-tit {
	font-size: 28px;
}
/*  SUB LAYOUT :: 상단정보 (공통) */
#middleArea {
	padding:30px 0
}
.content-tit {
	font-size: 22px;
	margin-bottom:40px;
}
/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {
	padding-top: 25px;padding-bottom: 50px;
}
.content-subtit {
    font-size: 20px;
}
}

@media all and ( max-width: 480px ) {
#content {
	padding-bottom: 30px;
}
	.content-subtit {
    font-size: 17px;
}
	
	
}
