@charset "UTF-8";
@import 'fontSet.css';
@import 'main.css';
@import 'check-radio.css';
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

body {
  height: 100%;
  color: #333;
  background-color: #fff;
  overflow-y:auto;
  overflow-x:hidden;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}

@media (min-width: 1200px){
	.container {
		width: 1230px;
	}
	.container.container-lg{
		width:1280px;
	}
	.container.container-sm{
		width:1100px;
	}
	.container.container-xs{
		width:1000px;
	}
}

/*푸터*/
#footerWrap {
	background:#363636;
}
#footerWrap > .bg-wrap{
	width:100%;
	padding:80px 0;
	background: url('../images/f-bg.jpg')no-repeat center center / cover;
}
#footerWrap > .bg-wrap .row > div{
	border-right: 1px solid rgba(255,255,255,0.3);
}
#footerWrap > .bg-wrap .row > div:last-child{
	border-right: none;
}
#footerWrap > .bg-wrap .row > div i,
#footerWrap > .bg-wrap .row > div p{
	display:inline-block;
	vertical-align: middle;
}
#footerWrap > .bg-wrap .row > div i{
	margin-right: 4px;
}
#footerWrap .inforLink {}
#footerWrap .inforLink li {
	padding:3px 0;
}
#footerWrap address > p {
	display:inline-block;
	margin:0;
	line-height:26px;
	letter-spacing: -0.025em;
	opacity:0.8;
}
#footerWrap address > p span{
	padding:0 6px;
}

#footerWrap .btn.dropdown-toggle{
	background:#f1f1f1 !important;
	border:1px solid #eee !important;
}
#footerWrap select{
	border:none;
	width:260px;
	color:#fff;
	font-weight: 500;
	outline:none;
	height:50px;
	line-height: 50px;
	padding:0 10px 0 20px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select-arrow.jpg') 94% / 4% no-repeat #363636;
	border:1px solid #616161;
}
#footerWrap select::-ms-expand {
    display: none;
}
#footerWrap > .CopyRight{
	background:#000;
}
@media(max-width:992px){
	#footerWrap > .bg-wrap{
		padding:60px 0;
		background: url('../images/f-bg_mo.jpg')no-repeat center center / cover;
	}
	#footerWrap address > p span {
		padding: 0 2px;
	}
}



/*서브*/
.f-nav{
	position:fixed;
	right:40px;
	bottom:40px;
	z-index:50
}
.f-nav > a{
	display:block;
}
.f-nav > .kakao{
	margin-bottom: 10px;	
}
.f-nav > .kakao img{
	/* width: 45px ; */
}
@media(max-width:992px){
.f-nav{
		right:15px;
		bottom:10px;
	}
}
#footerWrap .goTop{
	padding:10px 8px 10px 8px;
	text-align:center;
	background:#007990;
	line-height:1.1;

}
#footerWrap .goTop:hover{
		padding-bottom:25px;
		background:#007990;
}

#subVisual-Wrap {
	position:relative; 
	overflow:hidden;
	height:486px;
}
@media(max-width:992px){
	#subVisual-Wrap {
		height:250px;
	}
}
#subVisual-Wrap  > img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	z-index:1;
}
#subVisual-Wrap .subVisual-text {
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
}
#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}

/*로케이션 메뉴*/
#sub_location{
	position:relative;
	z-index:29;
    height:60px;
}
#sub_location .sub_location_area{
	position:absolute;
    left:50%;
    transform: translateX(-50%);
	width:1200px;
	height:61px;
	border:1px solid #ddd;
	background: #fff;
	top:-30px;
}
#sub_location .sub_location_area > ul,
#sub_location .sub_location_area > div{
    float:left;
    vertical-align: top;
}
#sub_location .sub_location_area > div{
    text-align: center;
    line-height: 58px;
}
#sub_location .sub_location_area > div > a{
    width: 60px;
	height:60px;
    display: inline-block;
	background: #007990;
}
#sub_location .sub_location_area > ul,
#left_menu02 > ul,
#left_menu02{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;
    width:210px;
}
#sub_location .sub_location_area > ul:last-child{
    margin-left: -1px;
}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #e1e1e1;
	float:left;
	background:none !important;
}
#sub_location .sub_location_area > ul li.home a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	color:#333;
	line-height:60px;
	text-align:center;
}
#sub_location .sub_location_area > ul li.sub_dept{
	float:block;
	width:100%;
	text-align:left;
	box-sizing:border-box;
}

@media(max-width:1200px){
	#sub_location .sub_location_area {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 992px;
		height: 60px;
	}
}
@media(max-width:992px){
	#sub_location .sub_location_area > div > a{
		width: 100%;
	}


}


#sub_location .sub_location_area > ul li.sub_dept ul,
#left_menu02 > ul{
	border:1px solid #e1e1e1;
	background:; 
	height:60px; 
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
	margin-left:-1px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a,
#left_menu02 > ul > li:first-child > a{
	color:#000; 
	background:url(../images/lnb-arrow.png) no-repeat 90% center #fff !important;
	background-size:15px 8px;    
} 
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover,
#left_menu02 > ul > li:first-child > a:hover{
    background:url(../images/lnb-arrow2.png) no-repeat 90% center #fff !important;
    z-index:10;
} 
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a,
#left_menu02 > ul > li:first-child > a{
	color:#000; 
	background:url(../images/lnb-arrow.png) no-repeat 90% center;
	background-size:15px 8px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a,
#left_menu02 > ul > li:first-child > a{
	background:url(../images/lnb-arrow2.png) no-repeat 90% center;
	background-size:15px 8px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
	background:;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a,
#left_menu02 > ul > li > a{
	display:block;
	width:100% !important;
	padding-left:20px;
	font-size:16px;
	font-weight:300;
	line-height:59px;
    border-bottom:1px solid #ddd;
    color:#333!important;
    text-decoration: none;
	background: #Fff !important;
	text-align:left;

}
#sub_location .sub_location_area > ul li.sub_dept ul li:last-child a{
	line-height:58px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a:hover{ background:;}
#sub_location .sub_location_area > ul li.sub_1dept{top:0px; left:61px;}
#sub_location .sub_location_area > ul li.sub_2dept{top:0px; left:260px;}

#left_menu02{
	margin-left:-1px;
	border-left:0 !important;
}
#left_menu02 > ul{
	float:left;
	width:210px;
	margin-left:-1px;
}
#left_menu02 > ul > li > a{
}



@media(max-width:992px){
	#sub_location .sub_location_area > ul li.sub_dept ul li a{
		padding-left: 6px;
		font-size: 14px;	
	}
	#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a,
	#left_menu02 > ul > li:first-child > a{
		background:url(../images/lnb-arrow.png) no-repeat 94% center #fff !important;
		background-size:8px !important;
	} 
	#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover,
	#left_menu02 > ul > li:first-child > a:hover{
		background:url(../images/lnb-arrow2.png) no-repeat 94% center #fff !important;
		background-size:8px !important;
	} 
	#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a,
	#left_menu02 > ul > li:first-child > a{
		background:url(../images/lnb-arrow.png) no-repeat 94% center;
		background-size:8px !important;
	}
	#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a,
	#left_menu02 > ul > li:first-child > a{
		background:url(../images/lnb-arrow2.png) no-repeat 94% center;
		background-size:8px !important;
	}
}




#pc-sub-menu{

}
#pc-sub-menu > #left-menu{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
#pc-sub-menu > #left-menu > ul {
	margin:0;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	padding-top:30px;
}
#pc-sub-menu > #left-menu > ul > li{
	float:left;
	position:relative;
	background:#acacac;
	margin:0px 5px;
	transition:all 0.3s ease !important;
	-moz-transition:all 0.3s ease !important;
	-webkit-transition:all 0.3s ease !important;
	-o-transition:all 0.3s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:after{
	content:"";
	background:#666;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transition:all 0.4s ease !important;
	-moz-transition:all 0.4s ease !important;
	-webkit-transition:all 0.4s ease !important;
	-o-transition:all 0.4s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:hover:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
#pc-sub-menu > #left-menu > ul > li:hover{

}
#pc-sub-menu > #left-menu > ul > li.on{
	background:#333333;
}
#pc-sub-menu > #left-menu > ul > li > a{
	position:relative;
	z-index:2;
	display:block;
	width:200px;
	padding:15px 0;
	color:#fff;
	font-size:18px;
	text-decoration:none;
}


#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

#sub-inner-wrap #left-menu {
	position:absolute;
	left:0;
	top:50px;
	
}
#sub-inner-wrap #left-menu ul{
	border-top:1px solid #0098f3;
	border-bottom:1px solid #0098f3;
	padding:20px 0;
	top:120px;
}
#sub-inner-wrap #left-menu ul li {
	margin:14px 0px;
	padding:0 30px;
}
#sub-inner-wrap #left-menu ul li a{
	display:block;
	color:#888;

}
#sub-inner-wrap #left-menu ul li.on{
	border-left:10px solid #0098f3;
	padding-left:20px;
}
#sub-inner-wrap #left-menu ul li.on a{
	color:#0098f3
}

@media(max-width:992px){
	#sub_location .sub_location_area {
		width: 100%;
		position: static;
		display: block;
		transform: translate(0,0);
	}
	#sub_location .sub_location_area::after{
		display:block;
		content:'';
		clear:both;
	}
	#sub_location .sub_location_area > div,
	#sub_location .sub_location_area > ul{
		float:left;
	}
	#sub_location .sub_location_area > div{
		width:16%;
	}
	#sub_location .sub_location_area > ul{
		width:42%;
	}
	#sub_location .sub_location_area > ul:last-child {
		margin-left: 0;
	}
}


#sub-inner-wrap {
	padding:70px 0;
	position:relative;
	max-width:1920px;
	margin:0 auto;

	min-height:500px;
}
#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

#sub-inner-wrap #left-menu {
	position:absolute;
	left:0;
	top:50px;
	
}
#sub-inner-wrap #left-menu ul{
	border-top:1px solid #0098f3;
	border-bottom:1px solid #0098f3;
	padding:20px 0;
	top:120px;
}
#sub-inner-wrap #left-menu ul li {
	margin:14px 0px;
	padding:0 30px;
}
#sub-inner-wrap #left-menu ul li a{
	display:block;
	color:#888;

}
#sub-inner-wrap #left-menu ul li.on{
	border-left:10px solid #0098f3;
	padding-left:20px;
}
#sub-inner-wrap #left-menu ul li.on a{
	color:#0098f3
}


/*레프트메뉴 있을시*/
#sub-inner-wrap #left-menu2 {}
#sub-inner-wrap #left-menu2 ul li a{
	border:1px solid #ddd;
	display:block;
	padding:20px 20px;
	font-size:16px;
	color:#555;
	margin:-1px 0;
}
#sub-inner-wrap #left-menu2 ul li a:after {
	content:">";
	float:right;
	font-family:dotum;
}
#sub-inner-wrap #left-menu2 ul li.on a{
	color:#037bc1;
	font-weight:bold;
}
.left-menu-wrap #subTitle{
	margin-bottom:0 !important;
	padding:100px 0px 20px 20px; 
	background:#037bc1;
}
@media(max-width:992px){
	.left-menu-wrap #subTitle{
		margin-bottom:0 !important;
		padding:20px 20px 20px 20px; 
		background:#037bc1;
		cursor:pointer;
	}
	.left-menu-wrap #subTitle:after {
		content:"▼";
		float:right;
	}
}

@media(max-width:992px){
	#over_menu_m {margin-bottom:30px;}
	#over_menu_m ul {display:none;}
	#over_menu_m ul li a {
		display:block;
		padding:20px 20px;
		border:1px solid #ddd;
		background:#fff;
		margin:-1px 0;
		font-size:16px;
		color:#444;
	}
	#over_menu_m ul li a:after {
		content:">";
		float:right;
		font-family:dotum;
	}
}


/*메뉴 css*/
#header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:30;
	border-bottom:1px solid rgba(255,255,255,.25);
	text-align:center;
	background:transparent;
}
#header.top-nav-collapse{
	padding:0px 0;
}


#header:hover,
#header.top-nav-collapse{
	background:#fff;
	border-bottom: 1px solid #ebebeb;
}
#header:hover .logo,
#header.top-nav-collapse .logo{
	display:none;
}
#header .clogo{
	display:none;
}
#header:hover .clogo,
#header.top-nav-collapse .clogo{
	display:block;
}
#header:hover .gnb-pc-list > li > a,
#header.top-nav-collapse .gnb-pc-list > li > a{
	color:black;
}
#header > .container{
	z-index:3;
	position:relative;
}

#header .gnb-pc-list {
	display:inline-block;
	vertical-align:bottom;
}
#header .gnb-pc-list > li{
	float:left;
	width: 154px;
	height:85px;

	position:relative;
}
#header .gnb-pc-list > li:hover > a{
	color:#077992;
}
#header .gnb-pc-list > li > a{
	display:block;
	padding: 32px 0 19px;
	position:relative;
	color:white;
	font-size:16px;
}
#header .gnb-pc-list > li > a:after{
	content:none;
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	width:0;
	background:#fff;
	transition:all 0.3s ease-in-out ;
	-moz-transition:all 0.3s ease-in-out ;
	-webkit-transition:all 0.3s ease-in-out ;
	-o-transition:all 0.3s ease-in-out ;
}
#header .gnb-pc-list > li:hover > a:after,
#header .gnb-pc-list > li.opened > a:after{
	width:100%;
}
#header .gnb-pc-list > li > ul.dp2-box{
	position:absolute;
	text-align:left;
	width:154px;
	height:180px;
	padding-top:4px;
	margin-top: 12px;
	display:none;
	z-index:6;
	border-left: 1px solid #38424d;
	border-right: 1px solid #38424d;
}
#header .gnb-pc-list > li > ul.dp2-box > li{
	display:block;
	text-align: center;
}
#header .gnb-pc-list > li > ul.dp2-box > li > a{
	display:block;
	padding:10px 0;
	color:#bbb;
	font-weight: 300;
	font-size:16px;
}
#header .gnb-pc-list > li > ul.dp2-box > li:hover > a{
	color:#fff;
	font-weight: 500;
}


#header nav > .dp-table > div:first-child{
	padding-left: 40px;
	width:20%;
}
#header nav > .dp-table > div:nth-child(2){
	height:85px;
}
#header nav > .dp-table > div:last-child{
	width:20%;
}
#header nav > .dp-table > div:last-child > div{
	display:inline-block;
	vertical-align: middle;
}
#header nav > .dp-table > div:last-child .sns{
	margin-right:10px;
}
#header nav > .dp-table > div:last-child .sns > a{
	display:inline-block;
	margin:0 4px;
}
#header nav > .dp-table > div:last-child .login-menu{
	background: #fff;
	width:85px;
	height:85px;
	color:black;
	border-left: 1px solid #ebebeb;
}
#header nav > .dp-table > div:last-child .login-menu > a{
	width:100%;
	height:100%;
	display:block;
	text-align: center;
	padding-top: 16px;
}

@media(max-width:1840px){
	#header .gnb-pc-list > li {
		width: 140px;
	}
	#header .gnb-pc-list > li > ul.dp2-box{
		width: 140px;
	}
}
@media(max-width:1660px){
	#header nav > .dp-table > div:first-child{
		width:14%;
	}
	#header nav > .dp-table > div:last-child{
		width:5%;
	}	
}
@media(max-width:1580px){
	#header nav > .dp-table > div:last-child .login-menu {
		width: 70px;
	}
}
@media(max-width:1400px){
	#header .gnb-pc-list > li, 
	#header .gnb-pc-list > li > ul.dp2-box {
		width: 137px;
	}
	#header .gnb-pc-list > li > a{
		font-size:15px;
	}
	#header .gnb-pc-list > li > ul.dp2-box {
		margin-top: 14px;
	}
	#header .gnb-pc-list > li > ul.dp2-box > li > a{
		font-size:15px;
	}
	#header nav > .dp-table > div:first-child {
		width: 13%;
		padding-left: 15px;
	}
	#header nav > .dp-table > div:first-child img{
		max-width:140px;
	}
	#header nav > .dp-table > div:last-child .sns{
		margin-right: 6px;
	}
	#header nav > .dp-table > div:last-child .sns > a {
		margin: 0 3px;
		width:30px;
		height:30px;
	}
	#header nav > .dp-table > div:last-child .sns > a img {
		max-width:100%;
	}
}
@media(max-width:1200px){
	#header nav > .dp-table > div:first-child img{
		width: 120px;
	}
	#header nav > .dp-table > div:last-child {
		width: 7%;
	}
	#header nav > .dp-table > div:last-child .sns{
		display:none;
	}
}


#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
}
@media(max-width:1200px){
	#header h1.logo img {
		max-width:220px !important;
	}
}
#header .menu-over-bg{
	position:absolute;
	left:0;
	top:85px;
	width:100%;
	height:180px;
	background:#21313f;
	z-index:2;
	display:none;
}
@media(max-width:1200px){
	#header .menu-over-bg{
		top:96px;
	}
	#header.top-nav-collapse .menu-over-bg{
		top:62px;
		height:60px;
	}
}
@media(max-width:1200px){
	#header{
		padding:15px 0;
	}
	#header.top-nav-collapse{
		padding:15px 0;
		border-bottom: 1px solid #ebebeb;
	}

	#header::after{
		content:'';
		width:66px;
		height:59px;
		background: #fff;
		position: absolute;
		right:0;
		top:0;
	}
	#header h1 a{
		font-size:0;
		line-height:auto;
	}
	.gnb-m-wrap,
	.gnb-m-control{
		position:relative;
		z-index:10;
	}
	#gnb-m-list{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:80%;
		background:#fff;
		z-index:5;
		display:none;
	}
	.all-menu-bg{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:100%;
		background:rgba(255,255,255,.3);
		z-index:4;
		display:none;
	}
	
	#header #gnb-m-list > ul {
		margin-top:71px;
		border-top:1px solid rgba(255,255,255,.2);
	}
	#header.top-nav-collapse #gnb-m-list > ul{
		margin-top:55px;
	}
	#header #gnb-m-list > ul > li > a.dp1{
		display:block;
		margin-bottom:1px;
		position:relative;
		padding:14px 15px;
		background:#fff;
		color:#222;
		border-bottom: 1px solid #ebebeb;
		margin:0 15px;
	}
	#header #gnb-m-list > ul > li > a.dp1 > i {
		position:absolute;
		right:20px;
		top:50%;
		margin-top:-10px;
		font-weight:100;
		font-size:22px;
	}
	#header #gnb-m-list > ul > li > a.dp1.opened > i{
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Safari */
		transform: rotate(45deg);
	}
	#header #gnb-m-list > ul > li > .dp2-box{
		padding:10px 0px 15px 20px;
		display:none;
	}
	#header #gnb-m-list > ul > li > .dp2-box > p{margin:0;}
	#header #gnb-m-list > ul > li > .dp2-box > p > a{
		display:block;
		padding:5px 0;
		color:#222;
	}

	#header .m-login{
		text-align: center;
		padding-left:15px;
		padding-right:15px;
		margin-top: 15px;
	}
	#header .m-login > a{
		color:#007990;
		border:1px solid #007990;
		padding:10px;
		display:block;
		width:100%;
		heighT:100%;
	}
	#header .m-login .sns{
		margin-top: 18px;
		text-align: left;
	}
}




/*모바일 메뉴 열기 아이콘 애니*/
.qodef-menu-appear {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.qodef-menu-appear span {
    display: block
}

.qodef-menu-appear .icon {
    width: 100%;
    height: 100%;
    padding-top: 3px;
}
.qodef-menu-appear .line {
    margin: 0 0 0 auto;
    position: relative;
	z-index:1;
    width: 100%;
    height: 2px;
    background: #000;
    -moz-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    transition: width .3s cubic-bezier(.77, 0, .175, 1)
}

.qodef-menu-appear .line:nth-child(1) {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-menu-appear .line:nth-child(2) {
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-menu-appear .line:nth-child(3) {
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-appear .line + .line {
    margin-top: 6px
}

.qodef-menu-appear .close {
    position: absolute;
    top: 0px;
    left: 0;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	opacity:1;

}

.qodef-menu-appear .close:after, 
.qodef-menu-appear .close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    content: '';
    -moz-transition: -moz-transform .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: -o-transform .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
    transition: transform .3s cubic-bezier(.77, 0, .175, 1)
}

.qodef-menu-appear .close:before {
    margin: -1px 0 0 -14px;
    width: 28px;
    height: 2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}

.qodef-menu-appear .close:after {
    margin: -14px 0 0 -1px;
    width: 2px;
    height: 28px;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0

}

.qodef-menu-appear.opened .icon .close:before {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-menu-appear.opened .icon .close:after {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-appear.opened .icon .line {
    width: 0
}

.qodef-menu-appear.opened .icon .line:nth-child(1) {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.qodef-menu-appear.opened .icon .line:nth-child(2) {
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.qodef-menu-appear.opened .icon .line:nth-child(3) {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-main-menu > ul > li {
    position: relative;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-main-menu > ul > li:nth-child(n+1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-main-menu > ul > li:nth-child(n+2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-main-menu > ul > li:nth-child(n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-main-menu > ul > li:nth-child(n+4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.qodef-main-menu > ul > li:nth-child(n+5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-main-menu > ul > li:nth-child(n+6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.qodef-main-menu > ul > li:nth-child(n+7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-main-menu > ul > li:nth-child(n+8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.qodef-main-menu > ul > li:nth-child(n+9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-main-menu > ul > li:nth-child(n+10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: visible
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}
/**/

.fl{
	float:left;
}
.fr{
	float:right;
}

@media(max-width:992px){
	#gray_board_write .cus-name .form-control{
		width:97% !important;	
	}
	#gray_board_write .phone .form-control{
		width:31.3% !important;	
	}
	#gray_board_write .mail .form-control{
		width:31% !important;
	}
}
@media(max-width:767px){
	#gray_board_write table,
	#gray_board_write table thead,
	#gray_board_write table tbody,
	#gray_board_write table tr,
	#gray_board_write table th,
	#gray_board_write table td{
		display:block;
		width:100% !importnat;
	}
	#gray_board_write table th{
		background: #fafafa;	
	}
	#gray_board_write .table_board_write th{
		border-right: none !important;
	}
	#gray_board_write .table_board_write th::after, 
	#gray_board_write .table_board_write td::after {
		content:'';
		display:block;
		clear:both;
	}
	#gray_board_write .phone span{
		width:3% !important;	
	}
	#gray_board_write .mail span{
		width:5% !important;
		font-size:12px;
	}
	#gray_board_write .phone .form-control{
		width:30% !important;	
	}
	#gray_board_write .mail .form-control{
		width:29.5% !important;
	}
	.filebox .upload-name {
		width: 68%;
	}
}

#sub-inner-wrap b{
	font-weight: 500;
}
#sub-inner-wrap p,
#sub-inner-wrap a,
#sub-inner-wrap li{
	color:#333;
	font-weight: 300;
	font-size:16px;
	letter-spacing: -0.025em;
}
#sub-inner-wrap .intro{
	text-align: center;
	position: relative;
	padding-top: 40px;
	margin-bottom: 46px;
}
#sub-inner-wrap .intro .ink{
	opacity: 0.2;
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
#sub-inner-wrap .intro .bfs24{
	margin-bottom: 6px;
}
#sub-inner-wrap .line{
	width:1px;
	height:60px;
	background: #ebebeb;
	display:inline-block;
	margin:40px auto;
}
@media(max-width:992px){
	#sub-inner-wrap .intro {
		padding-top: 20px;
		margin-bottom: 40px;
	}
	#sub-inner-wrap p,
	#sub-inner-wrap a,
	#sub-inner-wrap li{
		font-size:14px;
	}
}
@media(max-width:767px){
	#sub-inner-wrap .intro {
		padding-top: 16px;
	}
	#sub-inner-wrap .intro .ink {
		width:98%;
	}
	#sub-inner-wrap .intro .bfs24 {
		line-height: 1.4;
	}
}

/* details */
.sub0101 section.bg-complex .text-center{
	background: #fff;
	width:86%;
	margin:-116px auto 56px;
	padding:60px 46px;
	position: relative;
	z-index:1;
}
.sub0101 > section .container table{
	width:95%;
}
.sub0101 > section .container table th,
.sub0101 > section .container table td{
	font-size:16px;
	padding:20px 0;
	border-bottom: 1px solid #ebebeb;
}
.sub0101 > section .container table th{
	color:#000;
	padding-left: 20px;
	width:12%;
}
.sub0101 > section .container table th span{
	font-weight: 500;
	padding-left: 4px;
}
.sub0101 > section .container table td{
	color: #555;	
	font-weight: 300;
	width:38%;
}
.sub0101 > section:nth-last-child(2){
	padding:120px 0 230px;
}
.sub0101 > section:last-child .container{
	padding-top: 40px;
	margin-top: -200px;
	margin-bottom: 140px;
	background: #fff;
	position: relative;
	z-index:1;
}
@media(max-width:1200px){
	.sub0101 > section .container table th,
	.sub0101 > section .container table td{
		vertical-align: top;
	}
	.sub0101 > section .container table th{
		width:14%;
	}
	.sub0101 > section .container table td{
		width:36%;
	}
}
@media(max-width:992px){
	.sub0101 section.bg-complex .text-center {
		width: 750px;
		margin: -80px auto 0;
		padding: 60px 20px;
	}	
	.sub0101 > section:nth-last-child(2) {
		padding: 60px 0 160px;
	}
	.sub0101 > section:last-child .container {
		padding-top: 40px;
		margin-top: -130px;
		margin-bottom: 40px;
	}
	.sub0101 > section .container table,
	.sub0101 > section .container tbody,
	.sub0101 > section .container tbody tr{
		display:block;
		width:100%;	
	}
	.sub0101 > section .container tbody tr::after{
		content:'';
		clear:both;
		display:block;
	}
	.sub0101 > section .container table th,
	.sub0101 > section .container table td{
		font-size:14px;
		padding:16px 0;
	}
	.sub0101 > section .container tbody tr th{
		float:left;
		width:20%;	
		padding-left: 20px;
	}
	.sub0101 > section .container tbody tr td{
		float:left;
		width:80%;
	}
}
@media(max-width:767px){
	.sub0101 section.bg-complex .text-center {
		width: 90%;
		margin: -40px auto 0;
		padding: 40px 10px;
	}	
	.sub0101 > section:nth-last-child(2) {
		padding: 60px 0 160px;
	}
	.sub0101 > section:last-child .container {
		padding-top: 40px;
		margin-top: -130px;
		margin-bottom: 0;
		width:90%;
	}
	.sub0101 > section .container table,
	.sub0101 > section .container tbody,
	.sub0101 > section .container tbody tr{
		display:block;
		width:100%;	
	}
	.sub0101 > section .container tbody tr::after{
		content:'';
		clear:both;
		display:block;
	}
	.sub0101 > section .container table th,
	.sub0101 > section .container table td{
		border-bottom: none;
	}
	.sub0101 > section .container tbody tr th{
		float:left;
		display:inline-block;
		width:32%;	
		padding-left: 0;
	}
	.sub0101 > section .container tbody tr td{
		float:left;
		display:inline-block;
		width:68%;
		position: relative;
	}
	.sub0101 > section .container tbody tr td::after{
		content:'';
		position: absolute;
		left:-48%;
		bottom:0;
		width:148%;
		height:1px;
		background: #ebebeb;
	}
}

/* history */
.history{
	width:100%;
	position: relative;
	margin-bottom: 140px;
}
.history::after{
	content:'';
	width:11px;
	height:11px;
	background: #d6d6d6;
	position: absolute;
	top:22px;
	left:50%;
	transform:translateX(-50%);
	border-radius:50%;
}
.history .fl,
.history .fr{
	width:50%;
	position:relative;
}
.history .fl{
	text-align:right;
	padding-right:85px;
}
.history .fr{
	text-align:left;
	padding-left:85px;
}
.history .fr:before{
	left:-1px;
}
.history .fl:before{
	right:0;
}
.history .list-line:before{
    content:none;
}
.history .fr:after,
.history .fl:after{
	position:absolute;
	top:14px;
	content:'';
	border:5px solid #007990;
	background:#fff;
	width:17px;
	height:17px;
	border-radius:50%;
}
.history .fr:after{
	left:-7px;
}
.history .fl:after{
	right:-7px;
}
.history .fr:before,
.history .fl:before{
	position:absolute;
	top:18px;
	content:'';
	background:#007990;
	width:8px;
	height:8px;
	border-radius:50%;
	z-index:1;
}
.history .fr:before{
	left:56px;
}
.history .fl:before{
	right:56px;
}
.history .fr .deco:after,
.history .fl .deco:after{
	position: absolute;
    top: 21px;
    content: '';
    background: #0673ba;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: 10;
}
.history .fr .deco:after{
	left:-3px;
}
.history .fl .deco:after{
	right:-3px;
}
.history .year{
	color:#333;
	font-size:30px;
	font-weight:500;
	position:relative;
	margin-bottom: 30px;
	font-family: 'Noto Sans KR' !important;	
}
.history .year:after{
	position: absolute;
    top: 50%;
    content: '';
    background: #d6d6d6;
    width: 56px;
    height: 1px;
}
.history .fr .year:after{
	left:-80px;
}
.history .fl .year:after{
	right:-80px;
}
.history dl {
	width:100%;
	margin:5px 0;
}
.history dl::after{
	content:'';
	display:block;
	clear:both;
}
.history dl dt,
.history dl dd{
	font-size:15px;
	line-height: 1.5;
}
.history dl dt{
	font-size: 15px;
	font-weight:500;
	display:inline-block;
	width:12%;
    vertical-align: top;
	color:#333;
	float:left;
	font-family: 'Noto Sans KR' !important;	
}
.history dl dd{
	display:inline-block;
	width:87%;
	color:#555;
	font-weight:300;
	float:right;
	font-family: 'Noto Sans KR' !important;	
}

.history_item{
	display:block;
	width:100%;
	height:auto;
	/* margin:0; */
	position:relative;
    padding: 24px 0 0 0;
}
.history_item.mt-80{
	margin-top:-80px;
}
.history_item.mt-120{
	margin-top:-120px;
}
.history_item.item01{
	padding-top: 94px;
}
.history_item > .fr p{
	padding-left:15px;
}
.history_item > .fl p{
	padding-right:15px;
}
.history_item > .fl dt{
	float:right;
}
.history_item > .fl dd{
	float:left;
}
.history_item > .imgbox-1{
	float:left;
	width:50%;
	text-align: right;
	padding-right: 60px;
	margin-top:-72px;
}
.history_item > .imgbox-2{
	float:right;
	width:50%;
	text-align: left;
	padding-left: 60px;
	margin-top:-50px;
}
.history_item:after{
	display:block;
	content:'';
	clear:both;
}
.history .history_item:before{
	position:absolute;
	top:23px;
	content:'';
	background:#d6d6d6;
	width:1px;
	height:100%;
	left: 50%;
}

/* .history_item:nth-child(2){
	margin-top:-300px;
}
.history_item:nth-child(4){
	margin-top:-100px;
}
.history_item:nth-child(5){
	margin-top:-170px;
}
.history_item:last-child{
	padding-top:70px;
}
 */
@media(max-width:1200px){
	.history_item.item01 > .imgbox-1 img{
		max-width:90%;
	}	
	.history dl dt {
		width: 14%;
	}
	.history dl dd {
		width: 85%;
	}

	.history_item:nth-child(2){
		margin-top:-180px;
	}
}
@media(max-width:992px){
	.history{
		margin-bottom: 0;
	}
	.history_item.mt-80,
	.history_item.mt-120{
		margin-top:0;
	}
	.history .fl,
	.history .fr{
		width:100%;
		float:none;
		display:block;
		text-align: left;
		padding-left: 20px;
		padding-right: 0;
	}
	.history::after,
	.history .fr:before, 
	.history .fl:before,
	.history .fr .year:after,
	.history .fl .year:after,
	.history .history_item:before{
		content:none;
	}
	.history .fr:after, 
	.history .fl:after {
		top: 9px;
		border: 3px solid #007990;
		width: 10px;
		height: 10px;
		left:0;
	}
	.history_item {
		padding: 14px 0;
	}
	.history_item > .fl dt{
		float:left;
	}
	.history_item > .fl dd{
		float:left;
	}
	.history_item.item01 {
		padding-top: 0;
	}
	.history_item.item01 > .imgbox-1 {
		float: none;
		width: 100%;
		text-align: center;
		padding-right: 0;
		margin-top: 0;
	}
	.history_item.item01 > .imgbox-1 img {
		max-width: 100%;
		width:100%;
	}
	.history_item > .imgbox-2,
	.history_item > .imgbox-3{
		display:none;
	}
	.history .year {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.history dl dt,
	.history dl dd{
		font-size:14px;
	}
	.history dl::after{
		content:'';
		clear:both;
		display:block;
	}
	.history dl dt {
		width: 10%;
		float:left;
	}
	.history dl dd {
		width: 90%;
		float:right;
	}

/* 	.history_item:nth-child(2),
	.history_item:nth-child(4),
	.history_item:nth-child(5),
	.history_item:last-child{
		padding-top:0;
		margin-top: 0;
	} */
}
@media(max-width: 580px){
	.history dl dt {
		width: 20%;
	}
	.history dl dd {
		width: 80%;
	}
}

.sub0103 .root_daum_roughmap{
	width:100%;
}
.sub0103 .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
.sub0103 .address{
    margin-top:40px;
    border-top:1px solid #898989;
    border-bottom:1px solid #898989;
}
.sub0103 dl{
    padding: 40px 0;
    border-bottom: 1px dashed #ebebeb;
    margin:0;
}
.sub0103 dl:last-child{
    border-bottom:none;
}
.sub0103 dt,.sub0103 dd{
    display:inline-block;
    vertical-align: middle;
    font-size:16px;
}
.sub0103 dt{
    width: 100px;
}
.sub0103 dd p{
    font-size:16px;
    color:#000;
    font-weight: 300;
	line-height: 1.9;
	font-family: 'Noto Sans KR' !important;
}
@media(max-width:1200px){
    .sub0103 dt {
        width: 12%;
    }
    .sub0103 dd {
        width: 87%;
    }
}
@media(max-width:992px){
	.sub0103 .root_daum_roughmap .wrap_map {
		height: 200px !important;
	}
    .sub0103 dl {
        padding: 20px 0;
    }
    .sub0103 dt img{
        width:60px;
    }
    .sub0103 dt,.sub0103 dd{
        width:100%;
        display:block;
        font-size:14px;
    }
    .sub0103 dd{
        margin-top: 10px;
    }
}


#sub-inner-wrap .sub0201 .intro .ink{
	top: 5px;
}
.sub0201 section{
	position: relative;
}
.sub0201 section .deco{
	position: relative;
}
.sub0201 section .deco::after{
	content:'';
	position: absolute;
	bottom:-36px;
	left:-40px;
	width:1000px;
	height:374px;
	background: #f5f5f5;
	z-index: -1;
}
.sub0201 section .container .fl,
.sub0201 section .container .fr{
	width:50%;
}
.sub0201 section .container .txt{
	margin-bottom: 60px;
}
.sub0201 section .container .txt2{
	margin-bottom: 100px;
}
.sub0201 section .container .txt p{
	line-height: 1.7;
}
.sub0201 section .container .txt p.bfs24{
	margin-bottom: 15px;
}
.sub0201 section.bg{
	padding:150px 0;
}
.sub0201 section:last-child{
	padding:170px 0 90px;
}
@media(max-width:1200px){
	.sub0201{
		overflow-x:hidden;
	}
	.sub0201 section .deco::after {
		width: 632px;
		bottom: -30px;
		left: -20px;
		height: 320px;
	}
}
@media(max-width:992px){
	#sub-inner-wrap .sub0201 .intro .ink{
		top: 0;
	}
	#sub-inner-wrap .line {
		width: 1px;
		height: 40px;
		margin: 20px auto;
	}
	.sub0201 section .deco{
		margin-bottom: 50px;
		padding-left: 20px;
	}
	.sub0201 section .deco::after {
		width: 100%;
		bottom: -20px;
		left: 0;
		height: 380px;
	}
	.sub0201 section .container .fl, 
	.sub0201 section .container .fr {
		width: 100%;
		display:block;
		float:none;
	}
	.sub0201 section .container .txt {
		margin-bottom: 40px;
	}
	.sub0201 section .container .txt p.bfs24{
		margin-bottom: 10px;
	}
	.sub0201 section.bg {
		padding: 70px 0;
	}
	.sub0201 section:last-child {
		padding: 80px 0 0;
	}
}
@media(max-width:767px){
	.sub0201 section .deco::after {
		width: 104%;
		bottom: -15px;
		left: 0;
		height: 300px;
	}
}
@media(max-width:485px){
	.sub0201 section .deco::after {
		height: 200px;
	}
}

.sub0202 section{
	margin-bottom: 60px;
}

.sub0202 .top-box{
	display: flex;
	align-items: center;
}
.sub0202 .top-box > div{width: 50%;}
.sub0202 .top-box .img{
	text-align: right;
	padding-right: 160px;
}
.sub0202 .top-box .img img{ width: 171px;}
.sub0202 .top-box .text p:first-of-type{
	line-height: 1.3;
}
.sub0202 .top-box .text img{
	width: 440px;
	transform: translateX(-40px);
}

.sub0202 .table_1 .title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.sub0202 .table_1 .title p{
	display: flex;
	align-items: center;
	gap: 5px;
}
.sub0202 .table_1 .title p b{font-weight: 600 !important;}
.sub0202 .table_1 table {
	border-top: 1px solid #ddd;
}

.sub0202 .table_1_1 th,
.sub0202 .table_1_1 td{
	height: 80px;
}
.sub0202 .table_1 th {
	background: #fff;
	color: #222;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
}
.sub0202 .table_1 td.p20{
	padding:20px 1px;
}
.sub0202 .table_1 td{
	font-weight:400;
}
.sub0202 .table_1 td p {
	font-weight:400 !important;
	font-family:'Noto Sans KR' !important;
}
.sub0202 .table_1 .color1{
	color: #e81c47 !important;
}
.sub0202 .table_1 .color2{
	color: #007990 !important;
}

.sub0202 .table_1 th.red-bg { background:#fff5f5; }
.sub0202 .table_1 th.green-bg { background:#edf6f7; }
.sub0202 .table_1 .red-left { border-left:3px solid red; }
.sub0202 .table_1 .red-right { border-right:3px solid red; }
.sub0202 .table_1 .red-bottom { border-bottom:3px solid red; }
.sub0202 .table_1 .red-top { border-top:3px solid red; }
.sub0202 .table_1 .green-top { border-top:3px solid #007890; }
.sub0202 .table_1 .green-bottom { border-bottom:3px solid #007890; }
.sub0202 .table_1 .green-right { border-right:3px solid #007890; }
.sub0202 .table_1 .green-left { border-left:3px solid #007890; }
.sub0202 .table_1 .shadow { box-shadow: 0 7px 2px 0 rgba(0, 0, 0, .2);}
.sub0202 ul ,
.sub0301 ul {list-style:none; padding-left:0;}
.sub0301 ul > li ,
.sub0202 ul > li {position:relative; padding-left:1.5rem; font-weight:400 !important; line-height:1.8;}
.sub0301 ul > li:before ,
.sub0202 ul > li:before {content:""; position:absolute; left:0; top:13px; width:0.4rem; height:0.4rem; border-radius:50%; background:#007990;}

.sub0202 .cont{
	line-height: 2;
	height: 500px;
	overflow-y: scroll;
	padding: 25px 40px;
	border: 1px solid #ebebeb;
}
@media (max-width:992px){
	.sub0202 .top-box{display: block;}
	.sub0202 .top-box > div{
		width: 100%;
		text-align: center !important;
	}
	.sub0202 .top-box .img img{ width: 150px;}
	.sub0202 .top-box .text img {
    transform: translateX(0);	
		max-width: 400px;
		width: 100%;
	}
	.sub0202 ul > li:before ,
	.sub0301 ul > li:before {top:10px;}
	.sub0202 .cont{
		height: 350px;
		padding: 20px ;
	}
}


#sub-inner-wrap .sub0301 .intro{margin-bottom: 110px;}
#sub-inner-wrap .sub0301 .intro .ink {top: 5px;}
.sub0301 .table_1 .title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.sub0301 .table_1 .title p{
	display: flex;
	align-items: center;
	gap: 5px;
}
.sub0301 .table_1 .title p b{font-weight: 600 !important;}
.sub0301 .table_1 table {
	border-top: 1px solid #ddd;
}
.sub0301 .table_1 th, 
.sub0301 .table_1 td {
	padding: 8px 1px;
	color: #222;
}
.sub0301 .table_1 th {
	height: 40px;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
}
.sub0301 .table_1 td {
	background: #f9f9f9;
}
.sub0301 .table_1 .color1{
	color: #e81c47 !important;
}
.sub0301 .table_1 .color2{
	color: #007990 !important;
}
.sub0301 .table_1 .black-left { border-left:2px solid #333; }
.sub0301 .table_1 .black-right { border-right:2px solid #333; }
.sub0301 .table_1 .black-bottom { border-bottom:2px solid #333; }
.sub0301 .table_1 .black-top { border-top:2px solid #333; }
.sub0301 .table_1 .shadow { box-shadow: 0 7px 2px 0 rgba(0, 0, 0, .2);}

.sub0301 .table_1 .border{padding: 0;}
.sub0301 .table_1 .border span{
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	background: none;
}
.sub0301 .table_1 .border span::after{
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 4090%;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
}
.sub0301 .table_1 .border1 span::after{
	border: 2px solid #007990;
}
.sub0301 .table_1 .border2 span::after{
	border: 2px solid #e81c47;
}
@media (max-width:992px){
	.x-scroll-wrap{
		width:100%;
		overflow-x:scroll;
	}
	.x-scroll{
		width:100%;
		white-space:nowrap;
	}
	.sub0301 .table_1 .title{display: block;}
	#sub-inner-wrap .sub0301 .intro{margin-bottom: 60px;}
	.sub0301 .table_1 .border span::after{ height: 3800%;}
}

.sub0203 .container.text-center{
	margin:160px auto 100px;
}
.sub0203 .container.text-center .intro {
	padding-top: 60px !important;
}
.sub0203 .container.text-center .intro .ink {
    left: 55% !important;
}
@media (max-width:992px){
	.sub0203 .container.text-center{
		margin:60px auto 0;
	}
	.sub0203 .container.text-center .intro {
		padding-top: 40px !important;
	}
}
@media (max-width:485px){
	.sub0203 .container.text-center .intro {
		padding-top: 30px !important;
	}
}

.sub0204 section{
	padding:40px 0;
	border-bottom: 1px solid #ddd;
}
.sub0204 section:last-child{
	border-bottom: none;
	margin-bottom: 60px;
}
.sub0204 section ul li{
	margin:6px 0;
	font-family: 'Noto Sans KR' !important;	
}	
.sub0204 section ul li i{
	transform:translateY(1px);
}
@media (max-width:992px){
	.sub0204 section:last-child{
		margin-bottom: 0;
	}
}
@media (max-width:767px){
	.sub0204 section:last-child ul li i,
	.sub0204 section:last-child ul li span{
		display:inline-block;
		vertical-align: top;
	}
	.sub0204 section:last-child ul li i{
		width: 14px;
	}
	.sub0204 section:last-child ul li span{
		width: 92%;
	}
}

.sub0301,
.sub0401{
	margin-bottom: 140px;
}
.sub0301 .dots,
.sub0401 .dots {
	padding-left: 34px;
}
.sub0301 .dots::before,
.sub0401 .dots::before {
    top: 14px;
}

.sub0301 {
	counter-reset: num;	
}
.num::before{
	counter-increment: num;
	content: counter(num);
}

.sub0301 table tr td:nth-child(5){
	color: #007990;
}
.sub0301 table tr td:nth-child(7){
	color: #e81c47;
}

@media (max-width:992px){
	.sub0301,
	.sub0401{
		margin-bottom: 0;
	}
	.sub0301 .dots,
	.sub0401 .dots {
		padding-left: 24px;
	}
	.sub0301 .dots::before,
	.sub0401 .dots::before {
		top: 11px;
	}
}

.sub0401 .dots{
	margin-bottom: 20px;
}
.sub0401 section{
	padding:60px 0 20px;
	border-bottom: 1px solid #ddd;
}
.sub0401 section .bg{
	position: relative;
	text-align: center;
}
.sub0401 section .bg p{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	line-height: 1.8;
}
.sub0401 section dl{
	position: relative;
	padding-left: 12px;
	margin:40px 0;
}
.sub0401 section dl::before{
	content:'';
	width:4px;
	height:4px;
	background:#007990;
	position: absolute;
	top:12px;
	left:0;
	border-radius:50%;
}
.sub0401 section dl dt a,
.sub0401 section dl dt p,
.sub0401 section dl dd,
.sub0401 section dl dd p{
	font-family: 'Noto Sans KR' !important;
}
.sub0401 section dl dt{
	font-size:16px;
	margin:4px 0;
}
.sub0401 section dl dt a{
	color: #007990 !important;
	font-weight: 500 !important;
	position: relative;
}
.sub0401 section dl dt p{
	color:black !important;
	padding:10px 0 20px;
}
.sub0401 section dl dt a::after{
	content:'';
	position: absolute;
	right:-28px;
	top:3px;
	background: url('../images/link.jpg')no-repeat center center / contain;
	width:21px;
	height:20px;
}
.sub0401 section dl dd,
.sub0401 section dl dd p{
	font-size:14px !important;
	font-weight: 300 !important;
	color:#555 !important;
	margin:5px 0;
}
.sub0401 section dl dd b{
	font-weight: bold;
	color:#000;
}
.sub0401 section dl dd p{
	margin:0;
}
.sub0401 section dl dd b,
.sub0401 section dl dd p{
	display:inline-block;
	vertical-align: top;
	line-height: 1.5;
}
@media (max-width:992px){
	.sub0401 section dl.japan dd b{
		width:11%;
	}
	.sub0401 section dl.japan dd p{
		width:87%;
	}
	.sub0401 section dl dd b{
		width:8%;
	}
	.sub0401 section dl dd p{
		width:90%;
	}
	.sub0401 section{
		padding:40px 0 0;
		border-bottom: 1px solid #ddd;
	}
	.sub0401 section .bg p{
		line-height: 1.5;
		width:80%;
	}
}
@media (max-width:767px){
	.sub0401 section dl {
		padding-left: 6px;
		margin: 30px 0;
	}
	.sub0401 section dl::before {
		width: 3px;
		height: 3px;
		top: 11px;
	}
	.sub0401 section dl dd b {
		width: 16%;
	}
	.sub0401 section dl.japan dd p {
		width: 72%;
	}
	.sub0401 section dl dd p {
		width: 80%;
	}
	.sub0401 section dl.japan dd b {
		width: 24%;
	}
	.sub0401 section dl dt a::after {
		right: -22px;
		bottom: 2px;
		width: 16px;
		height: 15px;
		top:auto;
	}
}


.board-list-wrap h4,
.board-list-wrap a,
.board-list-wrap div,
.board-list-wrap p{
	font-family: 'Noto Sans KR' !important;
}
@media(max-width:767px){
	#board-list .board-list-wrap > a .option > p{
		margin-top: 4px;
	}
}
@media(max-width:485px){
	#board-list .dp-table-cell.vertical-middle div.fs16 > .news_content{
		line-height: 1.5 !important;
		height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 280px;
	}
	#wcontent{
		height:120px !important;
	}
}
@media(max-width:390px){
	#board-list .dp-table-cell.vertical-middle h4{
		height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 310px;	
	}
}
@media(max-width:360px){
	#board-list .dp-table-cell.vertical-middle h4{
		width: 290px;	
	}
}

.table_board_write input{
	padding:0 14px;
}
.table_board_write select{
	padding:0 12px;
}

.filetr > label{
	max-width:100%;
	width:100%;
}

.btn.btn-black {
    color: #fff !important;
}
#gallery-list .inner .row > div{
	margin-bottom: 20px;
}
#gallery-list .inner .thum{
	width:100%;
	position: relative;
	overflow:hidden
}
#gallery-list .inner .thum > a div{
	width:100%;
	max-width:100%;
	padding-top:66%;
}
#gallery-list .inner .subject .title{
	margin-top: 15px;
	height:24px;
	padding:0 10px;
	font-family: 'Noto Sans KR' !important;
}
#gallery-list .inner .subject h4{
	overflow: hidden;	
}
#gallery-list .inner .subject h4 a{
	width: 100%;
	text-overflow: ellipsis;
	display: block;
}
#gray_board_read .table_board_read thead th{
	padding:20px 0;
}
#gray_board_read .table_board_read .view-content-area{
	padding:40px 0 80px;
}
#gray_board_read .table_board_read td{
	text-align: left;
	padding:20px;
}
#gray_board_read .table_board_read .td_left_next{
	width:90%;
}
@media(max-width:485px){
	.sub0401 #border-bottom > .fl{
		float:none;
	}
	.sub0401 .btn-area > a{
		margin-top:20px;
	}
}



.sub0401 #gray_board_read p > img{
	width:100%;
	max-width:100% !important;
}





#media #gray_board_top{
	display:none;
}
#media #gray_gallery_list {
    border-top: none;
    border-bottom: none;
    padding-top: 10px;
}
#media #gray_gallery_list a {
	line-height: 1.6;
}
#media #gray_gallery_list li {
    padding-bottom: 68px;
}
#media #gray_gallery_list p.subject {
    padding: 20px 0 10px;
}
#media #gray_gallery_list ul li .gallery_1_thum img, #gray_gallery_list ul li .gallery_4_thum img {
    height: 100%;
}
@media (max-width:1200px){
	#board-list	div.bfs16{
		display:block;
		width:100%;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:normal;
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical;
		height:50px;		
	}
}
@media (max-width:992px){
	#board-list	div.bfs16{
		height:42px;		
	}
	#media #gray_gallery_list li {
		padding-bottom: 40px;
	}
}
@media (max-width:767px){
	#media #gray_gallery_list li:last-child{
		padding-bottom: 0;
	}
	#media #gray_gallery_list.gallery_col2 ul li {
		width: 100%;
		margin-right: 0;
	}
}
/* board - view */
@media (max-width:992px){
	#boardContents{
		font-size:14px;
	}
}
p.subject {
	text-align:center;
	padding:15px 0 10px 0;
	line-height:18px;
	font-weight:bold;
	font-size:14px;
}
.gallery_1_thum{
	 border:1px solid #ddd;
	 padding-top:60%;
	 overflow:hidden;
	 position:relative;
}

.td_left_num label{
	width:100%;
    font-weight: 400;
}
@media(max-width:767px){
	#gallery-list .inner .subject .title {
		height: auto;
		padding:10px 0 20px;
	}

	.member-skin-wrap .login-box {
		margin: 30px auto !important;
	}
}

.filebox .upload-name {
    font-weight: 300;
}


/*대명골프_신규추가*/
html, body {margin:0; padding:0;}
		body.modal-open{
			padding-right: 0 !important;
		}
		.membership-wrap{
			padding-bottom: 110px;
		}
		@media (max-width: 991.98px){
		.membership-wrap{
			padding-bottom:150px;
			}
		}
		.membership-wrap .row {
			width:100%;
			max-width:1200px;
			margin:0 auto;
		}
	   .membership-box {
			text-align:center;
	   }
	    .membership-box  > img {
			width:100%;
			max-width:1200px;
		}
		#main_container .quick02 {
			background: #ffc13d;
			position: fixed;
			max-width:1200px;
			margin:0 auto;
			bottom:0;
			left:50%;
			transform:translateX(-50%);
			width:100%;
			z-index:5;
		}
		#main_container .quick02 form > .d-lg-flex {
			width: 100%;
			margin: 0 auto;
			padding: 1.5rem 70px;
			justify-content: space-between;
		}
		#main_container .quick02 form > .d-lg-flex > p{
		    color: #302b28;
			font-weight: 700;
			font-size: 4rem;
			flex-basis:16%;
			padding:15px 20px 0 0;
		}
		#main_container .quick02 form > .d-lg-flex > .input-wrap{
			flex-basis:50%;
			padding:0 20px 0 0;
		}
		#main_container .quick02 form > .d-lg-flex > .privacy-div{
			flex-basis:34%;		
		}
		#main_container .quick02 form input.form-box{
			width:49%;
		}
		@media (max-width: 991.98px) {
			#main_container .quick02 form > .d-lg-flex {
				padding: 1rem 1.5rem;
			}
			#main_container .quick02 form > .d-lg-flex > .input-wrap{
				padding:0 0 0 0;
				margin-bottom: 0.5rem;
			}
			#main_container .quick02 form > .d-lg-flex > .privacy-div > div{
				display:flex;
				justify-content:center;
				align-items:center;
			}
		}
		#main_container .quick02 .form-box{
			height:5.5rem;
			font-weight: 300;
		}
		#main_container .privacy-div .modal-p{
			font-size:1.4rem;
			color:#6c552d;
			font-weight: 300;
			display:inline-block;
			cursor:pointer;
		}
		#main_container .privacy-div .checkbox_type1{
			display:flex;
			align-items: flex-start;
			min-width:14rem;
		}
		#main_container .privacy-div .checkbox_type1 label{
			margin-left: 0.5rem;
		}
		#main_container .privacy-div > .cta{
			width:20rem;
			padding-left: 2rem;
		}
		#main_container .privacy-div > .cta #btn_submit{
			width:100%;
			padding:0;
			display:flex;
			justify-content:center;
			align-items:center;
		}
		#myModal .modal-body{
			max-height:6rem;
			overflow:auto;
		}
		@media(max-width:992px){
			#main_container .quick02 .form-box{
				height:auto;
				font-size:1.5rem;
			}
			#main_container .quick02 form > .d-lg-flex > p{
				color: #302b28;
				font-weight: 500;
				font-size: 1.8rem;
				padding: 0;
				margin: 0;
				text-align: center;
			}
			#main_container .privacy-div .checkbox_type1{
				min-width:auto;
				margin-bottom: 0 !important;
			}
			#main_container .privacy-div .checkbox_type1 input{
				transform: translateY(-2px);
			}
			#main_container .privacy-div .checkbox_type1 label{
				font-size:1.3rem;
			}
			#main_container .privacy-div .modal-p{
				margin-left: 1rem;
				font-size:1.3rem;
			}
			#main_container .privacy-div > .cta{
				width:100%;
				padding:0;
				margin-top: 0.5rem;
			}
			#main_container .privacy-div > .cta #btn_submit{
				height:3.5rem;	
			}
		}
		.tab2{
		margin-top: 7rem;
		}
		.tab2 > ul{
			display:flex;
			margin:0;
			padding:0;
		}
		.tab2 > ul > li{
			padding: 2rem 2rem;
			color:#f4edd0;
			background-color: #302b28;
			border-right:1px solid #443f39;
			flex-basis:0;
			flex-grow:1;
			font-size:2rem;
			font-weight: 500;
			text-align: center;
			cursor:pointer;
		}
		.tab2 > ul > li:last-child{
			padding: 2rem 2rem;
			color:#f4edd0;
			background-color: #302b28;
			border-right:none;
			flex-basis:0;
			flex-grow:1;
			font-size:2rem;
			font-weight: 500;
			text-align: center;
			cursor:pointer;
		}
		.tab2 > ul > li > a{
			color:#f4edd0;
			text-decoration: none;
		}
		.tab2 > ul > li.on{
			background: #2e77ae;
			color:#f4edd0;
			font-weight: 500;
		}
		.tab2 > ul > li.on2{
			background: #3d7144;
			color:#f4edd0;
			font-weight: 500;
		}
		@media(max-width:991.98px){
			.tab2 > ul{
				flex-wrap:wrap;
			}
			.tab2 > ul > li{
				padding:1rem;
				font-size:1.4rem;
				width:50%;
				flex-basis:auto;
				border-top: none;
				border-bottom: 2px solid #443f39;
			}
			.tab2 > ul > li:last-child{
				padding:1rem;
				font-size:1.4rem;
				width:50%;
				flex-basis:auto;
				border-top: none;
				border-bottom: 2px solid #443f39;
			}
			.tab2 > ul > li.on{
				background: #2e77ae;
				color:#f4edd0;
			}
			.tab2 > ul > li.on2{
				background: #3d7144;
				color:#f4edd0;
			}
		}
		.form-box {
			padding: 1rem 10rem;
			background: #302b28;
			color: #6c552d;
			font-size: 1.8rem;
			font-weight: 500;
			letter-spacing: -0.03em;
			text-align: center;
			outline: none;
			border: none;
		}
		label{
		   font-size: 1.5rem;
		   font-weight: 400;
		}
		input.form-box{
			width: 25rem;
			text-align: left;
			padding: 2.5rem 1.5rem;
			margin: 0 0.5rem;
			border: solid 1px #c09437;
			background: #ffc13d;
		}
		input.form-box::placeholder {
			color: #6c552d;
		}
		@media (max-width: 991.98px) {
			.input-wrap > div {
				width:100%;
			}
			.form-box {
				padding: 0.7rem 1rem;
				margin: 0.2rem;
				width: 100%;
				min-width: auto;
				font-size: 16px;
			}
			input.form-box {
				padding: 0.3rem 1.2rem;
				margin: 0.2rem;
				width: 100%;
				min-width:auto;
			}
		}


/* 리뉴얼 */
#footerWrap.footerWrap_v2{background: #222;}
#footerWrap.footerWrap_v2 .inforLink li a{color: rgba(255,255,255,.3) !important;}
#footerWrap.footerWrap_v2 > .bg-wrap {
	width: 100%;
	padding: 85px 0 80px 0;
	background: url(../images/f-bg01.jpg)no-repeat center center / cover;
}
#footerWrap.footerWrap_v2 > .bg-wrap .row > div p {
	display: block;
	margin-top: 15px;
	font-size: 18px;
}
#footerWrap.footerWrap_v2 > .bg-wrap .row > div{
	position: relative;
	border-right: none !important;
}
#footerWrap.footerWrap_v2 > .bg-wrap .row > div:nth-child(2):before,
#footerWrap.footerWrap_v2 > .bg-wrap .row > div:nth-child(2)::after{
	content: '';
	position: absolute;
	top: 50%;
	width: 1px; height: 50%;
	background: rgba(255,255,255,0.3);
	transform: translateY(-50%);
}
#footerWrap.footerWrap_v2 > .bg-wrap .row > div:nth-child(2):before{left: 0;}
#footerWrap.footerWrap_v2 > .bg-wrap .row > div:nth-child(2):after{right: 0;}

#footerWrap.footerWrap_v2 .f-nav > .kakao {margin-bottom: 6px;}
#footerWrap.footerWrap_v2 .f-nav .goTop{
	padding: 0;
	background: none;
}

@media (max-width: 992px){
	#footerWrap.footerWrap_v2 > .bg-wrap {padding: 60px 0;}
	#footerWrap.footerWrap_v2 > .bg-wrap .row > div:nth-child(2):before,
	#footerWrap.footerWrap_v2 > .bg-wrap .row > div:nth-child(2)::after{
		left: 0; right: unset;
		width: 100%; height: 1px;
		transform: translateY(0);
	}
	#footerWrap.footerWrap_v2 > .bg-wrap .row > div:nth-child(2):before{top: 0;}
	#footerWrap.footerWrap_v2 > .bg-wrap .row > div:nth-child(2):after{top: unset; bottom: 0;}
}
@media (max-width: 767px){
	#footerWrap.footerWrap_v2 > .bg-wrap {padding: 40px 0;}
}