@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-ll{
		width:1600px;
	}
	.container.container-lg{
		width:1490px;
	}
	.container.container-md{
		width:1430px;
	}
	.container.container-xs{
		width:1000px;
	}
}
@media (max-width: 1630px){
	.container.container-ll{
		width:1400px;
	}
}
@media (max-width: 1430px){
	.container.container-ll,
	.container.container-lg,
	.container.container-md{
		width:1230px;
	}
}
@media (max-width: 1230px){
	.container.container-ll,
	.container.container-lg,
	.container.container-md{
		width:950px;
	}
}
@media (max-width: 992px){
	.container.container-ll,
	.container.container-lg,
	.container.container-md{
		width:750px;
	}
}
@media (max-width: 767px){
	.container.container-ll,
	.container.container-lg,
	.container.container-md{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
}

/*푸터*/
#footerWrap {
	background:#2b2b2b;
}
#footerWrap hr{
	border-top: 1px solid #ebebeb;	
	opacity:0.1;
	margin:26px 0;
}
#footerWrap .sns > a{
	display:inline-block;
	margin-right:20px;
}
#footerWrap .sns > a:hover > img{
	-ms-transform: scale(1.6,1.6); /* IE 9 */
    -webkit-transform: scale(1.6,1.6); /* Safari */
    transform: scale(1.6,1.6); /* Standard syntax */
}
#footerWrap .btn.dropdown-toggle{
	background:#f1f1f1 !important;
	border:1px solid #eee !important;
}
#footerWrap > .CopyRight{
	background:#000;
}
#footerWrap address > p {
	display:inline-block;
	margin:0;
	letter-spacing: 0.025em;
	padding:4px 0;
}
#footerWrap address > p span.dot {
	padding:0 6px;
}
@media(max-width:767px){
	#footerWrap address > p {
		display:inline-block;
		float:none;
	}
}
#footerWrap .inforLink {}
#footerWrap .inforLink li {
	padding:3px 0;
	display:inline-block;
}
#footerWrap .inforLink li span{
	display:inline-block;
	padding:0 20px;
}
@media(max-width:992px){
	#footerWrap .inforLink li {
		padding:0;
		display:inline-block;
	}
	#footerWrap address > p {
		padding:0;
	}
	#footerWrap address > p span.dot {
		padding:0 2px;
	}
	#footerWrap .inforLink li span{
		padding:0 2px;
	}
}
#footerWrap .SocialLink li a{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	color:#fff;
	line-height:50px;
	text-align:center;
	background:#52555a;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#footerWrap .SocialLink li a.facebook:hover {
	background:#3b5998;
}
#footerWrap .SocialLink li a.twitter:hover {
	background:#1DA1F3;
}
#footerWrap .SocialLink li a.blog:hover {
	background:#00C33B;
}
#footerWrap .SocialLink li a.instagram:hover {
	background:#3b5998;
}


/*서브*/

#footerWrap .goTop{
	position:fixed;
	right:50px;
	bottom:40px;
	padding:10px 8px 10px 8px;
	text-align:center;
	background:#806a55;
	line-height:1.1;
	z-index:50
}
#footerWrap .goTop:hover{
		padding-bottom:25px;
		background:#806a55;
}

#subVisual-Wrap {
	position:relative; 
	overflow:hidden;
	height:500px;
}
@media(max-width:992px){
	#subVisual-Wrap {
		height:250px;
	}
}
#subVisual-Wrap  > img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	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;
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	z-index:29;
	height:60px;
}
#sub_location .sub_location_area{
	position:absolute;
	left:0;
	width:100%;
	height:60px;
}
#sub_location .sub_location_area > ul{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;

}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #ddd;
	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:767px){
	#sub_location .sub_location_area > ul li.sub_dept{
		width:100%;
	}
}
#sub_location .sub_location_area > ul li.sub_dept ul{
	border:1px solid #ddd;
	background:#f1f1f1; 
	height:60px; 
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a{
	color:#333; 
	background:url(../images/lnb-arrow.png) no-repeat 94% center;
	background-size:11px 8px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a{
	background:url(../images/lnb-arrow2.png) no-repeat 94% center #f1f1f1 !important;
	background-size:11px 8px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a{
	display:block;
	padding-left:20px;
	font-size:14px;
	font-weight:500;
	color:#333;
	line-height:59px;
	border-bottom:1px solid #ddd;
	font-family: 'Noto Sans KR' !important;
}
#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:#f1f1f1 !important;}
#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;}

#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:#a6a6a6;
	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:#729246;
	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:#729246;
}
#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 {
	padding:100px 0;
	position:relative;
}
#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:767px){
	#sub-inner-wrap {
		padding:60px 0 40px;
	}
}

/*레프트메뉴 있을시*/
#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,.5);
	padding:40px 0 20px;
	text-align:center;
	background:transparent;
}
#header.top-nav-collapse{
	padding:0px 0;
}


#header:hover,
#header.top-nav-collapse{
	background: rgba(0,0,0,0.5);	
}
#header .menu-over-bg{
	position:absolute;
	left:0;
	top:125px;
	width:100%;
	height:80px;
	background:rgba(0,0,0,.8);
	z-index:2;
	display:none;
}
#header.top-nav-collapse .menu-over-bg{
	top:65px;
	height:60px;
}
@media(max-width:1200px){
	#header .gnb-pc-list > li:last-child > ul.dp2-box {
		right: -70px;
	}
}

#header .workt{
	position: relative;
	padding-right:100px;
}
#header .workt::after{
/* 	content:'';
	width:150px;
	height:56px;
	background: #806a56;
	position: absolute;
	right:70px;
	top:6px; */
}
#header .workt a{
	position: relative;
	z-index:1;
	padding:10px;
}
#header .workt a:after{
	content:"";
	position:absolute;
	background: #806a56;
	right:0;
	top:0;
	height:100%;
	width:70%;
	z-index:-1;
	transition:all .3s ease-in-out;
}
#header .workt a:hover:after{
	width:100%;
}

@media(max-width:992px){
	#header .workt{
		padding-right:10px;
	}
	#header .workt::after{
		width:80px;
		height:30px;
		right:0;
		top:4px;
	}
	#header .workt a{
		position: relative;
		z-index:1;
	}
}


#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
}
@media(max-width:1200px){
	#header h1.logo img {
		max-width:220px !important;
	}
}
#header .gnb-pc-list {
	display:inline-block;
	vertical-align:bottom;
}
#header .gnb-pc-list > li{
	float:left;
	padding:0px 40px;
	position:relative;
}
#header .gnb-pc-list > li > a{
	display:block;
	padding:20px 0;
	position:relative;
}
#header .gnb-pc-list > li > a:after{
	content:"";
	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:400px;
	padding-top:0px;
	margin-left:-5px;
	z-index:6;
	display:none;
}
#header .gnb-pc-list > li:last-child > ul.dp2-box{
	position:absolute;
	text-align:right;
	right:-63px;
	width:400px;
	padding-top:0px;
	display:none;
}
#header .gnb-pc-list > li > ul.dp2-box > li{
	display:inline-block;
}
#header .gnb-pc-list > li > ul.dp2-box > li > a{
	display:block;
	padding:50px 10px;
	color:#fff;
}
#header.top-nav-collapse .gnb-pc-list > li > ul.dp2-box > li > a{
	padding:20px 10px;
}

@media(max-width:1400px){
	#header .dp-table > div:first-child {
		padding-left: 40px !important;
		width:25% !important;
	}
	#header .dp-table > div:last-child {
		padding-right: 70px !important;
		width:25% !important;
	}
}
@media(max-width:1100px){
	#header .gnb-pc-list > li {
		padding: 0px 33px;
	}
	#header .dp-table > div:last-child {
		padding-right: 40px !important;
	}
}
@media(max-width:992px){
	#header{
		padding:20px 0;
	}
	#header.top-nav-collapse{
		padding:15px 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:#222;
		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:85px;
		border-top:1px solid rgba(255,255,255,.2);
	}
	#header.top-nav-collapse #gnb-m-list > ul{
		margin-top:85px;
	}
	#header #gnb-m-list > ul > li > a.dp1{
		display:block;
		margin-bottom:1px;
		position:relative;
		padding:14px 15px;
		background:#222;
		color:#fff;
	}
	#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:#fff;
	}

	#header .dp-table > div:last-child a {
		padding:0;
	}
	#header .dp-table > div:last-child::after{
		content:none;
	}
	#header .dp-table > div:first-child {
		padding-left: 15px !important;
	}
	#header .dp-table > div:last-child {
		padding-right: 15px !important;
		width:14% !important;
	}
}

/*모바일 메뉴 열기 아이콘 애니*/
.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;
    width: 100%;
    height: 2px;
    background: #fff;
    -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;
}


/* 사업실적 */
.sub0301 .container-fluid{
	padding-right:0;
	padding-left:0;
}

.grid-sizer { 
	width: 23.7%; 
}

.works_list_wrap{
	width:100%;
}
.works_list{
	width:100% !important;
}
.works_list:after {
  content: '';
  display: block;
  clear: both;
}
.works_item {
  width: 23.7%;
  /* height:446px; */
  float: left;
  border-color: hsla(0, 0%, 0%, 0.5);
  margin-bottom: 20px;
  overflow:hidden;
}
.works_item .title {
    height: auto !important;
}
/* .works_item .thum{
	height:100%;
} */
.works_item .thum img{
	width:100%;
	max-width:100%;
	height:100%;
}
.works_item .subject{
	position: absolute;
	bottom:0;
	left:0;
	background: #fff;
	width:80%;
	padding: 24px 14px 8px 10px;
	display:none;
}
.works_item:hover .subject{
	display:block;
}
@media(max-width:992px){
	.works_item .subject {
		display: block;
		padding: 14px 10px 8px 10px;

		display:none !important;
	}
	.sub0301 #paging a {
		margin: 2px !important;
	}
}
/* 높이 px */
.works_item:nth-child(2) .thum,
.works_item:nth-child(4) .thum,
.works_item:nth-child(7) .thum,
.works_item:nth-child(9) .thum,
.works_item:nth-child(10) .thum,
.works_item:nth-child(12) .thum,
.works_item:nth-child(15) .thum,
.works_item:nth-child(17) .thum{
	padding-top:81%;
}
.works_item:nth-child(3) .thum,
.works_item:nth-child(5) .thum,
.works_item:nth-child(6) .thum,
.works_item:nth-child(8) .thum,
.works_item:nth-child(11) .thum,
.works_item:nth-child(13) .thum,
.works_item:nth-child(14) .thum,
.works_item:nth-child(16) .thum{
	padding-top:150%;
}
@media(max-width:1600px){
	.grid-sizer { 
		width: 23.1%; 
	}
}
@media(max-width:1200px){
	.grid-sizer { 
		width: 23.2%; 
	}
}
@media(max-width:992px){
	.grid-sizer { 
		width: 48%; 
	}
	.works_item {
		width: 48%;
	}
	.works_item .thum img {
		height:auto;
	}
}
@media(max-width:530px){
	.grid-sizer { 
		width: 100%; 
	}
	.works_item {
		width: 100%;
	}
	.works_item:nth-child(2),
	.works_item:nth-child(4),
	.works_item:nth-child(7),
	.works_item:nth-child(9),
	.works_item:nth-child(10),
	.works_item:nth-child(12),
	.works_item:nth-child(15),
	.works_item:nth-child(17),
	.works_item:nth-child(3),
	.works_item:nth-child(5),
	.works_item:nth-child(6),
	.works_item:nth-child(8),
	.works_item:nth-child(11),
	.works_item:nth-child(13),
	.works_item:nth-child(14),
	.works_item:nth-child(16){
		height:auto;
		position: relative;
	}
	.works_item .thum img {
		height:auto;
	}
}

.project .filter ul{
	text-align:center;
	margin-bottom: 70px;
}
.project .filter ul li{
	display:inline-block;
	margin:0 30px;
}
.project .filter ul li a{
	color:#acacac;
	font-family:'Noto Sans KR' !important;
	font-weight: 300;
	font-size:18px;
}
.project .filter ul li.active a{
	font-weight: bold;
	color:black;
}


.project .board_top_tab {
	margin-bottom: 20px;
	width:100%;
	border:none;
	border-bottom: 1px solid #dbdbdb;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.project .board_top_tab a {
    float: left;
    width: 15.83%;
	margin-right:1%;
    height: 50px;
    text-align: center;
    line-height: 50px;
	border: 1px solid #dbdbdb;
    color: #888;
	font-weight: 300;
	font-size:16px;
	border-radius:5px;
	border-bottom: 0;
}
.project .board_top_tab a:last-child{
	margin-right: 0;
}
.project a.board_tab_on {
    color: #000;
	font-weight: 500;
    border:1px solid #000;
	border-bottom: 0;
	background: #fff;
}
@media(max-width:767px){
	.project .board_top_tab {
		width: 100%;
		margin:0 auto 20px;
		border-bottom: 0;
	}
	.project .board_top_tab a {
		width: 100%;;
		height: 40px;
		line-height: 40px;
		font-size:14px;
		width:49%;
		margin-bottom: 1%;
		border-bottom: 1px solid #dbdbdb;
	}
	.project a.board_tab_on {
		border-bottom: 1px solid #000;
	}
	.project .filter ul {
		margin-bottom: 40px;
	}
	.project .filter ul li {
		margin: 0 10px;
	}
	.project .filter ul li a{
		font-size:16px;	
	}
}


#sub-inner-wrap p{
	font-size:16px;
	color:#333;
	font-weight:300;
	line-height: 1.5;
}
@media(max-width:992px){
	#sub-inner-wrap p{
		font-size:14px;
	}
}

.sub0101 .circles{
	width:100%;
	padding:70px 0 120px;
	position: relative;
}
.sub0101 .circles::after,
.sub0101 .circles::before{
	width:600px;
	height:1px;
	background: #ddd;
	position: absolute;
	top:44%;
}
.sub0101 .circles::after{
	left:-478px;
}
.sub0101 .circles::before{
	right:-478px;
}
.sub0101 .circles > .item{
	width:330px;
	height:330px;
	border-radius:50%;
	border:1px solid #ddd;
	text-align: center;
	position: relative;
	display:inline-block;
	margin:0 -10px;
}
.sub0101 .circles > .item > div{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:95%;	
}
.sub0101 .circles > .item > div .bfs20{
	letter-spacing: -0.03em;
	line-height: 28px !important;
	padding:10px 0 20px;
}
@media(max-width:1200px){
	.sub0101 .circles::before {
		right: -609px;
	}
	.sub0101 .circles::after {
		left: -609px;
	}
}
@media(max-width:992px){
	.sub0101 .circles{
		padding:60px 0;
	}
	.sub0101 .circles > .item{
		width:230px;
		height:230px;
	}
	.sub0101 .circles::before,
	.sub0101 .circles::after {
		display:none;
	}
}
@media(max-width:767px){
	.sub0101 .circles{
		padding:40px 0;
	}
	.sub0101 .circles > .item{
		width: 120px;
		height: 120px;
		vertical-align: top;
		margin: 0 -7px;
	}
	.sub0101 .circles > .item .fs14{
		font-size:9px !important;
	}
	.sub0101 .circles > .item .bfs20{
		font-size:8px !important;
		padding: 3px 0 4px !important;
	}
	.sub0101 .circles > .item .fcGray5 {
		font-size: 9px !important;
	}




	.sub0101 .circles::before,
	.sub0101 .circles::after {
		content:none;
	}
	.sub0101 .circles > .item > div .bfs20{
		line-height: 1.5 !important;
		padding:10px 0 15px;
	}
}
.sub0101 .bg-black{
	background: #222;
}
.sub0101 .bg-black .container{
	position: relative;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	padding:200px 0;
}

.sub0101 .bg-black .container .lines{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.sub0101 .bg-black .container .lines span{
	width:20%;
	height:100%;
	display:block;
	float:left;
	border-right:1px solid #393939;
}
.sub0101 .bg-black .container .content1{
	position: relative;
	z-index:1;
}
.sub0101 .bg-black .container .content1 p{
	color:white !important;
}
.sub0101 .bg-black .container .content1 .clearfix{
	margin-bottom: 100px;
}
.sub0101 .bg-black .container .content1 .clearfix:last-child{
	margin-bottom: 0;
}
.sub0101 .bg-black .container .content1 .clearfix:nth-child(1) .fr{
	padding-top: 175px;
}
.sub0101 .bg-black .container .content1 .clearfix:nth-child(1) .fr p{
    padding-right: 75px;
}
.sub0101 .bg-black .container .content1 .clearfix:nth-child(2) .fl{
	padding-top: 290px;
	padding-left: 320px;
}
.sub0101 .bg-black .container .content1 .clearfix:nth-child(3) .fr{
	padding-top: 225px;	
	padding-right:30px;
	position: relative;
}
.sub0101 .bg-black .container .content1 .clearfix:nth-child(4) .fl{
	padding-top: 290px;	
	position: relative;
}
.sub0101 .bg-black .container .content1 .clearfix .num1{
	position: absolute;
	right:0;
	bottom:0;
}
.sub0101 .bg-black .container .content1 .clearfix .num3{
    position: absolute;
    top: 108px;
    left: -206px;
}
.sub0101 .bg-black .container .content1 .clearfix .num4{
    position: absolute;
    bottom: -120px;
    right: 8px;
}
.sub0101 .bg-black .container .content1 .clearfix .fl > img,
.sub0101 .bg-black .container .content1 .clearfix .fr > img{
	max-width:100%;
}
.sub0101 .bg-black .container .content1 ul li{
	font-size:16px;
	color:white;
}
.opacity6{
	opacity:0.6;
	line-height: 26px;
	letter-spacing: -0.03em;
	font-weight: 100 !important;
}
@media(max-width:1630px){
	.sub0101 .bg-black .container .content1 .clearfix br{
		display:none;
	}
	.sub0101 .bg-black .container .content1 .clearfix .fl,
	.sub0101 .bg-black .container .content1 .clearfix .fr{
		width:49%;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(1) .fr {
		padding-left: 126px;
		padding-top: 100px;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(1) .fr p {
		padding-right: 0;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(2) .fl {
		padding-left: 280px;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(3) .fr {
		padding-right: 0;
		padding-left: 124px;
	}
	.sub0101 .bg-black .container .content1 .clearfix .num3 {
		left: -65px;
	}
}
@media(max-width:1430px){
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(1) .fr {
		padding-left: 110px;
	}	
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(2) .fl {
		padding-left: 245px;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(3) .fr {
		padding-left: 109px;
	}
	.sub0101 .bg-black .container .content1 .clearfix .num1 {
		right: -60px;
		bottom: -30px;
	}
}
@media(max-width:1230px){
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(1) .fr {
		padding-left: 85px;
		padding-top: 0;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(2) .fl {
		padding-left: 0;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(3) .fr {
		padding-left: 85px;
		padding-top: 120px;
	}
	.sub0101 .bg-black .container .content1 .clearfix .num3 {
		left: -120px;
	}
}
@media(max-width:992px){
	.sub0101 .bg-black .container .content1 .clearfix .fl,
	.sub0101 .bg-black .container .content1 .clearfix .fr{
		width:100%;
		float:none;
		display:block;
	}	
	.sub0101 .bg-black .container {
		padding: 100px 0;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(1) .fr,
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(2) .fl,
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(3) .fr,
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(4) .fl {
		padding-left: 0;
		padding-top: 40px;
	}
	.sub0101 .bg-black .container .content1 ul li {
		font-size: 14px;
	}
	.sub0101 .bg-black .container .content1 .clearfix .num1,
	.sub0101 .bg-black .container .content1 .clearfix .num2,
	.sub0101 .bg-black .container .content1 .clearfix .num3,
	.sub0101 .bg-black .container .content1 .clearfix .num4{
		max-width: 180px !important;
		position: relative;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	.sub0101 .bg-black .container .content1 .clearfix .num1 {
		margin: 0;
	}

	.sub0101 .bg-black .container .content1 .clearfix .fr{
		width:100%;
		padding-top: 66.5%;
		overflow:hidden;
		position: relative;
	}
	.sub0101 .bg-black .container .content1 .clearfix .fr img{
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
}
@media(max-width:767px){
	.sub0101 .bg-black .container {
		padding: 80px 15px;
	}
	.sub0101 .bg-black .container .content1 .clearfix {
		margin-bottom: 60px;
	}
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(1) .fr,
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(2) .fl,
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(3) .fr,
	.sub0101 .bg-black .container .content1 .clearfix:nth-child(4) .fl {
		padding-top: 20px;
	}
	.sub0101 .bg-black .container .content1 .clearfix .num1,
	.sub0101 .bg-black .container .content1 .clearfix .num2,
	.sub0101 .bg-black .container .content1 .clearfix .num3,
	.sub0101 .bg-black .container .content1 .clearfix .num4{
		max-width: 100px !important;
	}
	.sub0101 .bg-black .container .lines span{
		width:33.33%;
	}
}

.sub0102 .col5{
	width:100%;
}
.sub0102 .col5 > li{
	width:18.8%;
	margin:40px 0;
	margin-right:1.5%;
	float:left;
}
.sub0102 .col5 > li:nth-child(5n){
	margin-right:0;
}

.sub0102 .col5 > li .thum{
	overflow:hidden;
}
.sub0102 .col5 > li .thum img{
	max-width:100%;
	transition:all 0.4s ease-in-out;
}
.sub0102 .col5 > li .thum:hover img{
	transform:scale(1.1);
}
.sub0102 .col5 > li .txt {
	margin-top: 15px;
	padding-left: 20px;
	border-left: 1px solid #806a55;
}
.sub0102 .col5 > li .txt > p{
	font-family: 'Noto Sans KR' !important;
}
.sub0102 .col5 > li .txt > p:first-child{
	font-weight: 500 !important;
	color: #806a55 !important;
	margin-bottom: 6px;
}
.sub0102 .col5 > li .txt > p:nth-child(2){
	font-weight: 500;
}
.sub0102 .col5 > li .txt > p:nth-child(2) span{
	color:#999;
}
.sub0102 .col5 > li .txt > p:nth-child(3){
	color:#333;
}
@media(max-width:1200px){
	.sub0102 .col5 > li{
		width:31.33%;
		margin-right:3%;
	}
	.sub0102 .col5 > li:nth-child(3n){
		margin-right:0;
	}
	.sub0102 .col5 > li:nth-child(5n){
		margin-right:inherit;
	}
}
@media(max-width:992px){
	.sub0102 .col5 > li{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sub0102 .col5 > li:nth-child(5),
	.sub0102 .col5 > li:nth-child(10),
	.sub0102 .col5 > li:nth-child(20),
	.sub0102 .col5 > li:nth-child(23),
	.sub0102 .col5 > li:nth-child(25){
		margin-right:3%;
	}
}
@media(max-width:767px){
	.sub0102 .col5 > li .txt {
		padding-left: 8px;
	}

	.sub0102 .col5 > li .txt > p:first-child,
	.sub0102 .col5 > li .txt > p:last-child{
		font-size:12px !important;
	}
	.sub0102 .col5 > li .txt .bfs20{
		font-size:15px !important;
	}


	.sub0102 .col5 > li .txt > p:nth-child(2){
		line-height: 1.3 !important;
	}
	.sub0102 .col5 > li .txt > p:nth-child(2) span{
		display:block;
		font-size:10px;
		margin-bottom: 4px;
	}
}

/* history */
.history{
	width:100%;
	position: relative;
}
.history::after{
	content:'';
	border:4px solid #bfb4aa;
	background:#806a56;
	width:16px;
	height:16px;
	border-radius:50%;
	position: absolute;
	top:-7px;
	left:50%;
	transform:translateX(-50%);
	border-radius:50%;
}
.history .fl,
.history .fr{
	width:50%;
	position:relative;
}
.history .fl{
	text-align:right;
	padding-top: 40px;
	padding-right:60px;
}
.history .fr{
	text-align:left;
	padding-top: 40px;
	padding-left:60px;
}
.history dl {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}
.history  dl::after{
	content:'';
	display:block;
	clear:both;
}
.history  dl::before{
	position:absolute;
	top:12px;
	content:'';
	border:4px solid #bfb4aa;
	background:#806a56;
	width:16px;
	height:16px;
	border-radius:50%;
}
.history .fl dl:before{
	right:-68px;
}
.history .fr dl:before{
	left:-68px;
}
.history dl dt.year{
	display:block;
	color:#806a56;
	font-size:24px;
	font-weight:bold;
	position:relative;
	margin-bottom: 15px;
	font-family: 'Raleway' !important;	
}
.history dl dd{
	display:block;
	color:#555;
	font-weight:300;
	font-size:16px;
	padding:3px 0;
	font-family: 'Noto Sans KR' !important;	
}

.history_item{
	display:block;
	width:100%;
	height:auto;
	position:relative;
    margin: 16px 0 0 0;
}
.history_item > .fr p{
	padding-left:15px;
}
.history_item > .fl p{
	padding-right:15px;
}
.history_item:after{
	display:block;
	content:'';
	clear:both;
}
.history .history_item:before{
	position:absolute;
	top:0;
	content:'';
	background:#d6d6d6;
	width:1px;
	height:100%;
	left: 50%;
}

.sub0103 section > .clearfix .fl,
.sub0103 section > .clearfix .fr{
	position: relative;
}
.sub0103 section > .clearfix p{
	letter-spacing: -0.02em;
}
.sub0103 section > .clearfix .fl{
	padding-right: 60px;
}
.sub0103 section > .clearfix .fl span{
	font-weight: 900;
	opacity:0.2;
	position: absolute;
	top:-30px;
	right:60px;
}
.sub0103 section > .clearfix .fr{
	padding-left: 60px;
}
.sub0103 section > .clearfix .fr span{
	font-weight: 900;
	opacity:0.2;
	position: absolute;
	top:-30px;
	left:370px;
}
.sub0103 .mt-{
	margin-top: -80px;
}
.sub0103 section > p{
	padding-bottom: 120px;
}
.sub0103 section > .h_1 dl:last-child{
	padding-bottom: 120px;
}
@media(max-width:1200px){
	.history_item img{
		max-width:100%;
	}
}
@media(max-width:992px){
	.sub0103{
		padding-left:15px;
		padding-righT:15px;	
	}
	.history::after{
		content:none;
	}
	.history .fl,
	.history .fr{
		width:100%;
		padding-top: 20px;
	}
	.history .fl{
		padding-right:0;
		text-align: left;
	}
	.history .fr{
		padding-left:0;
	}
	.history dl {
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.history  dl::before{
		top:7px;
		border:3px solid #bfb4aa;
		width:10px;
		height:10px;
	}
	.history .fl dl:before{
		right:auto;
		left:0;
	}
	.history .fr dl:before{
		left:0;
	}
	.history dl dt.year{
		font-size:16px;
		margin-bottom: 12px;
	}
	.history dl dd{
		font-size:14px;
		padding:2px 0;
	}
	.history_item > .fr p{
		padding-left:0;
	}
	.history_item > .fl p{
		padding-right:0;
	}
	.history .history_item:before{
		content:none;
	}
	.sub0103 section > .clearfix .fl{
		padding-right: 0;
	}
	.sub0103 section > .clearfix .fl span{
		top: -16px;
		left: 90px;
	}
	.sub0103 section > .clearfix .fr{
		padding-left: 0;
	}
	.sub0103 section > .clearfix .fr span{
		top: -16px;
		left: 170px;
	}
	.sub0103 section > p{
		padding-bottom: 60px;
	}
	.sub0103 section > .h_1 dl:last-child{
		padding-bottom: 0;
	}	
	.sub0103 .mt-{
		margin-top: 60px;
	}
	.sub0103 .wp50{
		width:100% !important;
		text-align: left;
	}
}

.sub0104 .ci{
	display:table;
	width:100%;
}
.sub0104 .ci .item{
	border-bottom: 1px solid #ebebeb;
}
.sub0104 .ci .item > div{
	padding:40px 34px;
	display:table-cell;
	vertical-align: middle;		
}
.sub0104 .ci .item > div:first-child{
	width:400px;
}
.sub0104 .ci .item > div:last-child{
	padding-left: 0;
}
.sub0104 .fcBrown{
	color:#806a56 !important;
}
.sub0104 section > .clearfix{
	margin:100px 0;
	position: relative;
}
.sub0104 section > .clearfix > div{
	position: relative;
}
.sub0104 section > .clearfix > div p{
	letter-spacing: -0.032em;	
}
.sub0104 section > .clearfix > div .txt p.montserrat{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 0;	
}
.sub0104 section > .clearfix > div .txt p.montserrat::before{
	content:'';
	width:60px;
	heighT:1px;
	background: #806a56;
	position: absolute;
	top:50%;
}
.sub0104 section > .clearfix:nth-child(odd) > .fl{
	width:60%;
}
.sub0104 section > .clearfix:nth-child(odd) > .fr{
	width:40%;
	padding-left: 30px;
	padding-top: 120px;
}
.sub0104 section > .clearfix:nth-child(1) > img{
    position: absolute;
    top: 22px;
    right: -600px;
}
.sub0104 section > .clearfix:nth-child(1) > div .txt p.montserrat::before{
	left:-80px;
}
.sub0104 section > .clearfix:nth-child(2) > .fl{
	width:40%;
	text-align: right;
	padding-right: 50px;
	padding-top: 130px;
}
.sub0104 section > .clearfix:nth-child(2) > img{
	position: absolute;
	top: 90px;
	left: -224px;
}
.sub0104 section > .clearfix:nth-child(2) > .fr{
	width:60%;
}
.sub0104 section > .clearfix:nth-child(2) > div .txt p.montserrat::before{
	right: -80px;
}
.sub0104 section > .clearfix:nth-child(3) > img{
    position: absolute;
	bottom: 70px;
	right: -300px;
}
.sub0104 section > .clearfix:nth-child(3) > div .txt p.montserrat::before{
	left:-80px;
}
@media(max-width:1200px){
	.sub0104 .ci .item > div{
		padding:30px 24px;
	}
	.sub0104 .ci .item > div:first-child{
		width:340px;
	}
	.sub0104 section > .clearfix:nth-child(odd) > .fl{
		width:50%;
	}
	.sub0104 section > .clearfix:nth-child(odd) > .fr{
		width:50%;
		padding-left: 40px;
		padding-top: 40px;
	}
	.sub0104 section > .clearfix:nth-child(1) > div .txt p.montserrat::before {
		left: -73px;
	}
	.sub0104 section > .clearfix:nth-child(2) > .fl{
		width:50%;
		padding-right: 40px;
		padding-top: 80px;
	}
	.sub0104 section > .clearfix:nth-child(2) > .fr{
		width:50%;
	}
	.sub0104 section > .clearfix:nth-child(2) > div .txt p.montserrat::before {
		right: -73px;
	}
	.sub0104 section > .clearfix:nth-child(1) > img{
		max-width: 500px !important;
		top: 0;
		right: -400px;
	}
	.sub0104 section > .clearfix:nth-child(2) > img{
		max-width: 500px !important;
		top: 80px;
		left: -30px;
	}
	.sub0104 section > .clearfix:nth-child(3) > img{
		max-width: 500px !important;
		bottom: 00px;
		right: -100px;
	}
	.sub0104 section > .clearfix:nth-child(3) > div .txt p.montserrat::before{
		left:-73px;
	}	
}
@media(max-width:992px){
	.sub0104 .ci .item {
		display:block;
	}
	.sub0104 .ci .item > div{
		padding:30px 14px 20px;
		display:block;
	}
	.sub0104 .ci .item > div:first-child{
		width:100%;
		text-align: center;
		display:none;
	}
	.sub0104 section > .clearfix {
		margin: 40px 0;
	}
	.sub0104 section > .clearfix > .fl img,
	.sub0104 section > .clearfix > .fr img{
		width:100%;
	}
	.sub0104 section > .clearfix:nth-child(odd) > .fl,
	.sub0104 section > .clearfix:nth-child(odd) > .fr,
	.sub0104 section > .clearfix:nth-child(2) > .fl,
	.sub0104 section > .clearfix:nth-child(2) > .fr{
		width:100%;
		padding-left: 0;
		padding-right:0;
		padding-top: 30px;
	}
	.sub0104 section > .clearfix:nth-child(1) > div .txt p.montserrat::before {
		left: 20px;
		width:30px;
	}
	.sub0104 section > .clearfix:nth-child(2) > div .txt p.montserrat::before {
		right: 39px;
		width: 30px;
	}
	.sub0104 section > .clearfix:nth-child(3) > div .txt p.montserrat::before{
		left: 62px;
		width: 30px;
	}	
	.sub0104 section > .clearfix:nth-child(1) > img,
	.sub0104 section > .clearfix:nth-child(2) > img,
	.sub0104 section > .clearfix:nth-child(3) > img{
		max-width: 100% !important;
		z-index: 1;
		bottom: 0;
		right: 0;
		left:0;
		top:0;
	}
}

.sub0105 section > div{
	width:49.5%;
}
.sub0105 .root_daum_roughmap {
	width:100%;
}
.sub0105 .root_daum_roughmap .wrap_map{
	height:760px;
}
.sub0105 .txt{
	padding-left: 180px;
}
.sub0105 .txt p.fs14{
	letter-spacing: 0.1em;
	color: #806a56 !important;
	font-weight: 600 !important;
	margin-bottom: 4px;
}
.sub0105 .addr{
	width:100%;
	padding-top: 10px;
}
.sub0105 .addr dl{
	margin:3px 0;
}
.sub0105 .addr dt,
.sub0105 .addr dd{
	font-size:16px;
	font-family: 'Noto Sans KR' !important;
	display:inline-block;
	vertical-align: top;
	line-height: 1.5;
	margin:3px 0;
}
.sub0105 .addr dt{
	font-weight: 300;
	width:13%;
	color:#333;
}
.sub0105 .addr dt i{
	margin-right: 4px;
}
.sub0105 .addr dd{
	font-weight: 500;
	color:#000;
	width:86%;
	float:right;
}
@media(max-width:1430px){
	.sub0105 .root_daum_roughmap .wrap_map{
		height:700px;
	}	
	.sub0105 .txt{
		padding-left: 100px;
	}
}
@media(max-width:1230px){
	.sub0105 .root_daum_roughmap .wrap_map{
		height:500px;
	}	
	.sub0105 .txt{
		padding-left: 60px;
	}
	.sub0105 .addr dt{
		width:16%;
	}
	.sub0105 .addr dd{
		width:83%;
	}
}
@media(max-width:992px){
	.sub0105 section > div{
		width:100%;
	}
	.sub0105 section > div:last-child{
		margin-top: 40px;
	}
	.sub0105 .root_daum_roughmap .wrap_map{
		height:300px;
	}	
	.sub0105 .txt{
		padding-left: 0;
	}
	.sub0105 .addr {
		padding-top: 0;
	}
	.sub0105 .addr dt,
	.sub0105 .addr dd{
		font-size:14px;
		margin:2px 0;
	}
	.sub0105 .addr dt{
		width:16%;
	}
	.sub0105 .addr dd{
		width:83%;
	}
}
@media(max-width:767px){
	.sub0105 .root_daum_roughmap .wrap_map{
		height:200px;
	}	
}

.sub0201 .clearfix{
	margin-bottom: 70px;
}
.sub0201 .clearfix:last-child{
	margin-bottom: 0;
}
.sub0201 .clearfix > div{
	width:50%;
	height:426px;
	position: relative;
}
.sub0201 .clearfix > div > div{
	height:426px;
}
.sub0201 .clearfix:nth-child(odd) > div.fr {
	padding-left: 60px;
}
.sub0201 .clearfix:nth-child(even) > div.fl {
	text-align: right;
}
.sub0201 .clearfix:nth-child(even) > div.fl .txt {
	right:60px;
}
.sub0201 .clearfix .txt {
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	height:auto;
}
.sub0201 .clearfix .txt > p:nth-child(2){
	padding:24px 0 34px;
}
.sub0201 .clearfix .txt > p:nth-child(3){
	line-height: 30px !important;
	letter-spacing: -0.035em;
}
@media(max-width:1630px){
	.sub0201 .clearfix .txt > p:nth-child(3) br{
		display:none;
	}	
}
@media(max-width:1200px){
	.sub0201 .clearfix .txt > p:nth-child(2){
		padding:24px 0;
	}
	.sub0201 .clearfix .txt > p:nth-child(3){
		line-height: 1.6 !important;
	}
}
@media(max-width:992px){
	.sub0201 .clearfix{
		margin-bottom: 60px;
	}
	.sub0201 .clearfix > div{
		width:100%;
		height:auto;
		float:none;
		display:block;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.sub0201 .clearfix > div > div:first-child{
		height:auto;
	}
	.sub0201 .clearfix:nth-child(odd) > div.fl > div {
		padding-top: 60%;
	}
	.sub0201 .clearfix:nth-child(even) > div.fr > div {
		padding-top: 60%;
	}
	.sub0201 .clearfix .txt {
		position: relative;
		top:0;
		transform:translateY(0);
		padding-top: 20px;
	}
	.sub0201 .clearfix .txt > p:nth-child(2){
		padding:14px 0;
		line-height: 1.4 !important;
	}
	.sub0201 .clearfix .txt > p:nth-child(2) span{
		line-height: 1.4 !important;
		display:block;
		margin-top: 6px;
		font-weight: 400 !important;
	}
	.sub0201 .clearfix:nth-child(even) > div.fl .txt{
		right:0;	
	}
}

.sub0201 #po1,
.sub0201 #po2,
.sub0201 #po3,
.sub0201 #po4,
.sub0201 #po5{
	position: absolute;
	top:-300px;
}


#gallery-list .row{
	margin-left: -7.5px;
	margin-right: -7.5px;
}
#gallery-list .row > div{
	padding:7.5px;
}
#gallery-list .row > div > a{
	position: relative;
	display:block;
	width:100%;
	height:100%;
}
#gallery-list .row > div .thum{
	padding-top:102%;
}
#gallery-list .row > div .subject{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:30px;
	z-index:5;
	display:none;
}
#gallery-list .row > div .hover-bg{
	position: absolute;
	bottom:0;
	left:0;
	background: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	display:none;
}

#view-content .content{
	overflow:hidden;
}
#view-slider{
	position: relative;
	width:100%;
	height:100%;
}
#view-slider .owl-item.active{
	overflow:hidden;
}
#view-slider .owl-item .item{
	width:100%;
	height:100%;
	position: relative;
	background: #fafafa;	
	margin:0 auto;
}
#view-slider .owl-item .item .thum{
	padding-top:62.814%;
}

#view-slider .owl-item .item p{
	height:auto;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#view-slider .owl-item img{
	max-width:100%;
	width:auto;
}
#view-slider .owl-nav::after{
	content:'';
	display:block;
	clear:both;
}
#view-slider .owl-nav{
	display:block !important;
}
#view-slider .owl-nav .owl-prev,
#view-slider .owl-nav .owl-next{
	width:65px;
	height:100px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	color:transparent;
	padding:10px 20px;
	cursor:pointer;
	text-indent:-9999px;
}
#view-slider .owl-nav .owl-prev{
	background: url('../images/sub_prev.png')no-repeat center center / contain;
	left:-15px;
}
#view-slider .owl-nav .owl-next{
	background: url('../images/sub_next.png')no-repeat center center / contain;
	right:-15px;
}

#view-content .clearfix{
	padding:30px 0 60px;
	border-bottom: 1px solid #ddd;	
}
#view-content .clearfix .fl{
	width:44%;
}
#view-content .clearfix .fl p{
	line-height:30px;
	letter-spacing: -0.03em;	
}
#view-content .clearfix .fr{
	width:37%;
}
#view-content .clearfix .fr .info{
	width:100%;
	border-top:1px solid #000;
}
#view-content .clearfix .fr .info dl{
	margin:0;	
	display:table;
	width:100%;
}
#view-content .clearfix .fr .info dl::after{
	display:block;
	content:'';
	clear:both;
}
#view-content .clearfix .fr .info dl dt,
#view-content .clearfix .fr .info dl dd{
	font-size:14px;
	height:auto;
	padding:10px 16px;
	border-bottom:1px solid #ddd;
}
#view-content .clearfix .fr .info dl dt{
	font-weight: 500;
	color:black;
	background: #f7f7f7;
	width:25%;
	display:table-cell;
}
#view-content .clearfix .fr .info dl dd{
	color:#666;
	width:75%;
	font-weight: 300;
	line-height: 1.5;
	overflow:hidden;
	word-break:break-all;
	display:table-cell;
}

.btn-gray{
	width:180px;
	height:50px;
	line-height: 50px;
	background: #806a55;
	color:white;
	text-align: center;
	display:inline-block;
}
.btn-gray:hover{
	color:white;
}

@media(max-width:1200px){
	#view-slider .owl-item .item{
		_height:600px;
	}
}
@media(max-width:992px){
	#gallery-list .row > div .subject{
		padding:10px;
	}
/* 	#gallery-list .row > div .hover-bg{
		display:block !important;
	} */
	#view-slider {
		overflow:hidden;
	}
	#view-slider .item{
		width:100%;
		margin:0 auto;
	}
	#view-slider .owl-item .item{
		_height:350px;
	}
	#view-slider .item img{
		width:100%;
		max-width:992px;
	}
	#view-slider .owl-nav .owl-prev,
	#view-slider .owl-nav .owl-next{
		width:30px;
		height:40px;
	}
	#view-slider .owl-nav .owl-prev{
		left:-14px;
	}
	#view-slider .owl-nav .owl-next{
		right:-14px;
	}
	#view-content .clearfix {
		padding: 0 0 10px;
		border-bottom: 0;
	}
	#view-content .clearfix .fl,
	#view-content .clearfix .fr {
		width: 100%;
	}
	#view-content .clearfix .fl{
		margin-bottom: 20px;
	}
	#view-content .clearfix .fl p{
		line-height:1.5;
	}
	.btn-gray{
		width:106px;
		height:34px;
		line-height: 34px;
	}
}
@media(max-width:767px){
	#view-slider .owl-item{
		min-height:auto;
	}
	#view-slider .owl-item .item{
		min-height:auto;
	}
	#view-slider .owl-item .item p{
		width:100%;
	}
	#gallery-list .row{
		margin-left: -4px;
		margin-right: -4px;
	}
	#gallery-list .row > div{
		padding:4px;
	}
}










.board-list-view .view-contents-wrap {
    padding: 40px 0;
	min-height:540px;
}
@media(max-width:992px){
	.board-list-view .view-contents-wrap {
		padding: 20px 0;
		min-height:100px;
	}
}


#board-list .info{
	padding-left: 80px;
}
@media(max-width:1200px){
	#board-list .info{
		padding-left: 40px;
	}
}
@media(max-width:992px){
	#board-list .info{
		padding-left: 0;
	}
	#board-list .info .info-content{
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		width: 100%;
		height:24px;
	} 
}

#gray_board_read h4 div > span.fcBlack{
	font-weight: 500;	
}
@media(max-width:992px){
	#gray_board_read h4 div > span.fcBlack{
		font-weight: 400;	
	}
	#wcontent{
		height:150px !important;
	}
}


.filebox label {
    padding: 4px 20px !important;
    color: #444;
	font-weight: 400;
	font-size:14px;
}



.effect > div{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #000;
  width:100%;
}
.effect > div span{
  display: block;
}
.effect > div::before, .effect > div::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: rgba(255,255,255,0.5);
  z-index:10;
}
.effect > div span::before, .effect > div span::after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: rgba(255,255,255,0.5);
  z-index:10;
}
.effect > div:hover::before, .effect > div:hover::after{
  width: 98%;
}
.effect > div:hover span::before, .effect > div:hover span::after{
  height: 98%;
}
/*--- Button 2 -------*/
.btn-2::before, .btn-2::after{
  transition-delay: 0s;
}
.btn-2 span::before, .btn-2 span::after{
  transition-delay: 0.2s;
}
.btn-2::before{
  right: 1%;
  top: 1%;
}
.btn-2::after{
  left: 1%;
  bottom: 1%;
}
.btn-2 span::before{
  left: 1%;
  top: 1%;
}
.btn-2 span::after{
  right: 1%;
  bottom: 1%;
}
.btn-2:hover::before, .btn-2:hover::after{
	transition-delay: 0.2s;
}
.btn-2:hover span::before, .btn-2:hover span::after{
	transition-delay: 0s;
}
