@charset "utf-8";

/* ****************** 공통클래스 ********************** */
@media all and (max-width:1440px) {
#gnb .area > ul > li > a {
	font-size: 19px;
}
}
@media all and (max-width:1200px) {
.area {
	padding-left:15px!important;
	padding-right:15px!important;
}
#gnb .area > ul > li > a {
	font-size: 18px;
}
.tableA tbody td textarea {
    height: 150px;
}
}
 @media all and (max-width:1024px) {
	 #header_new {border-bottom: 3px solid #b6b6b6;}
#header_new, #headerInnerWrap {
	height: 80px;
	left:0;
	top:0;
	width:100%;
}
#headerInnerWrap {
	position: fixed;
	z-index: 99;
}
#headerInner {
	background: none;
}
#header_new .logo {
	padding: 12px 0;
}
#header_new .logo a {
   background-size:142px 65px;
    width: 142px;
    height: 65px;
}
.header-util-box {
	display: none;
}
#header_new .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: #385eb3;
	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: 80px 10% 0 10%;
	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;
}
#navigation > li.active > a {
	color: #fff;
}
#navigation > li .gnb-icon {
	margin-left: 10px;
	color: #fff;
	position: absolute;
	right: 15px;
	transform: translateY(-50%);
	top: 50%;
}
#navigation > li .gnb-icon i {
	font-size: 14px;
}
/* GNB Mobile ::  메뉴영역 :: 2차 */
#navigation > li .gnb-2dep {
	display: none;
	padding: 10px 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 20px;
	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;
}
#header_new.open .nav-open-btn .line, #header_new.fixed .nav-open-btn .line {
	background-color: #000;
}
.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);
	background-color: #fff;
}
.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);
	background-color: #fff;
}
#header_new.open .nav-open-btn.active .line, #header_new.fixed .nav-open-btn.active .line {
	background-color: #fff;
}
.content-tit {
	font-size: 26px;
}
.content-tit span:after {
	bottom: -5px;
	height: 10px;
}
}
 @media all and (max-width:800px) {
	 html {
   scroll-padding-top: 60px;
}
body, table, th, td, button, select, input, textarea {
	font-size: 13px;
}
#header_new, #headerInnerWrap {
	height: 60px;
}
#headerInner {
	background: none;
	margin: 0px auto 0;
}
#header_new .logo {
	padding: 12px 0;
}
#header_new .logo a {
	background-size: 100px auto;
	width: 100px;
	height: 38px;
}
.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 {
}
	
}
 @media all and (max-width:480px) {
#header_new .logo a {
}
#navigation > li > a {
	font-size: 18px;
}
#navigation > li .gnb-2dep li > a {
	font-size: 14px;
}
#navigation > li .gnb-2dep .mbmenu a {
}

}

/* ****************** 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: 100px;
}
#visual .visual-txt-con {
	padding: 0 15px;
}
#visual .visual-tit {
	font-size: 20px;
}
#visual .visual-sub-txt {
	font-size: 14px;    margin-top: 10px;
}
/*  SUB LAYOUT :: 상단정보 (공통) */
#middleArea {
	padding: 20px 0 0px 0
}
.content-tit {
	font-size: 22px;
	margin-bottom: 40px;
}
/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {
	padding-top: 25px;
	padding-bottom: 50px;
}
	 .footer_new .area {
    padding: 15px 0;
}
	 .footer_new .area h1 {
    width: 100%;
		 text-align:center;
}
	 .footer_new p.link  {justify-content: center}
	 .footer_new .area h1 img {height:40px;}
	 .footer_new .area .address {
    width: 100%;
    padding-top: 10px;
    text-align:center;
    padding-left: 0%;
}
	 #topMenu01 .side-menu-inner ul {
    gap:5px;
}
#topMenu01 .side-menu-inner ul li > a {
    padding: 5px 10px 4px 10px;
    font-size: 14px;
    border: 2px solid #797d82;
}
	 .business_area {
    padding-bottom: 20px;
    margin-bottom: 45px;
}
	 .business_area .business_txt h4 {
    font-size: 28px;
    margin: 5px 0 10px;
}
	 .business_area .business_txt .red {
    font-size: 18px;
    margin-bottom: 80px;
   
}
	 ul.dot li {
    padding: 3px 0 3px 8px;
    font-size: 18px;
}
	 ul.dot li:before {
    top: 13px;
    width: 3px;
    height: 3px;
}
	.location_area {
    background-size:cover;
    padding: 40px 0;
    font-size: 30px;
} 
	 .location_item p {
    font-size: 18px;
}
	 .location_item p strong {
    font-size: 26px;
    margin-bottom: 5px;
}
	 .location_item p span {
    font-size: 21px;
}
	  .location_item p.img img {width:60px;}
	 .location_info {
    padding: 60px 0;
}
}
 @media all and ( max-width: 480px ) {



	 
	 .business_area .img {width:100%;}
.business_area .business_txt {padding-left:0%;width:100%;padding-top:20px;}
	  .business_area .business_txt h4 {
    font-size: 22px;
}
	  .business_area .business_txt .red {
    font-size: 14px; min-height: auto;margin-bottom: 30px;
}
	 	 ul.dot li {
    font-size: 14px;
}
	 .location_area {
    padding: 30px 0;
    font-size: 20px;
} 
	  .location_item p {
    font-size: 13px;
}
	  .location_item p strong {
    font-size: 18px;
}
	  .location_item p span {
    font-size: 15px;
}
	 .location_item p.img img {width:40px;}
	 .root_daum_roughmap {height:300px!important}
	  .location_info {
    padding: 40px 0;
}
}
