@charset "UTF-8";
@import 'fontSet.css';
@import 'main.css';
@import 'check-radio.css';
@import 'jquery.ui.css';
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

body {
  height: 100%;
  color: #333;
  background-color: #faf9ec;
  overflow-y:auto;
  overflow-x:hidden;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}

.form-control[readonly]{
	display:inline-block;
}

.btn.btn-red-o{
	background:none;
	border:1px solid #c02126;
	color:#c02126;
}
.btn.btn-blue-o{
	background:none;
	border:1px solid #0057b8;
	color:#0057b8;
}
.btn.btn-white-o{
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.radius-none{
	border-radius:0 !important
}
.btn.btn-bullet{
	border:1px solid #333;
	border-radius:0 !important;
	position:relative;
}
.btn.btn-bullet:after {
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:6px;
	height:4px;
	background:#333;
	transition:all 0.2s ease-in-out !important;
	-moz-transition:all 0.2s ease-in-out !important;
	-webkit-transition:all 0.2s ease-in-out !important;
	-o-transition:all 0.2s ease-in-out !important;
}

@media (min-width: 1200px){
	.container {
		width: 1090px;
	}
	.container.container-lg{
		width:1280px;
	}
	.container.container-sm{
		width:1100px;
	}
	.container.container-xs{
		width:1000px;
	}
}
@media (max-width: 1200px){
	.container {
		width: 950px;
	}
}
@media (max-width: 992px){
	.container {
		width: 750px;
	}
}
@media (max-width: 767px){
	.container {
		width: 100%;
		padding-left:15px;
		padding-right:15px;
	}
}


.header-container{
	width:1230px;
}



/*boots 추가 스타일*/
/* content styles */

.inside {

}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


#Wrapper {
 height: 100%;
  width: 100%;
  _overflow-x:hidden !important;
}

/*라인 설정*/
.titleLine {border-top:1px solid #00aeef;}
.titleLine.lineBlue{border-color:#00aeef;}
.titleLine.lineWhite{border-color:#fff;}
.titleLine.line-lg {border-width:6px;}
.titleLine.line-md {border-width:4px;}
.titleLine.line-sm {border-width:2px;}
.titleLine.line-left{display:inline-block;}


/**/
.listMore {
	padding:30px 0;
	text-align:center;
}


/*푸터*/
#footerWrap {
	background:#565656;
}
#footerWrap .footLogo{
	opacity:.4;
	margin:0;
	line-height:0;
}
#footerWrap .sns{
}
#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 {
	margin:0px -7px;
}
#footerWrap address > p {
	display:inline-block;
	padding:3px 7px;
	font-size:14px;
	margin:0;
	position: relative;
}
#footerWrap address > p::after{
	position: absolute;
	right:0;
	content:'';
	top:50%;
	transform:translateY(-50%);
	width:1px;
	height:13px;
	background: white;
}
#footerWrap address > p.noline::after{
	content:none
}
@media(max-width:767px){
	#footerWrap address > p {
		float:none;
	}
	#footerWrap address > p::after{
		content:none
	}
}
#footerWrap .inforLink {
	margin-bottom:15px;
}
#footerWrap .inforLink li {
	padding:3px 0;
	margin-right:20px;
}
#footerWrap .inforLink li a{
	transform: skew(-0.03deg);
}
@media(max-width:992px){
	#footerWrap .inforLink li {
		padding:3px 5px;
		display:inline-block;
		margin-right:6px;
	}
}
#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:#59703a;
	line-height:1.1;
	z-index:50
}
#footerWrap .goTop:hover{
		padding-bottom:25px;
		background:#729246;
}

#subVisual-Wrap {
	position:relative; 
	overflow:hidden;
	width:100%;
	height:430px;
	background:url('../images/subVisual01-pc.png')no-repeat center center / cover;
}
@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;
}
#subVisual-Wrap .subVisual-text .dp-table .fs14 {
	margin: 135px;
}
@media(max-width:767px){
	#subVisual-Wrap .subVisual-text .dp-table .fs14 {
		margin: 100px 15px;
	}
}

/*로케이션 메뉴*/
#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 right center;
	background-size:40px 10px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a{
	background:url(../images/lnb-arrow2.png) no-repeat right center;
	background-size:40px 10px;

}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
	background:#f1f1f1;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a{
	display:block;
	padding-left:20px;
	font-size:14px;
	font-weight:700;
	color:#052969;
	line-height:59px;
	border-bottom:1px solid #ddd;
}
#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;}
#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{
	border-top: 1px solid rgba(255,255,255,0.3);
	text-align:center;
	position: relative;
	background: transparent;
	z-index:2;

	box-sizing:border-box;
	position: absolute;
	top:288px;
	left:0;
	width:100%;
}
#pc-sub-menu > #left-menu{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#pc-sub-menu > #left-menu > ul {
	margin:0;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	position: relative !important;
}
#pc-sub-menu > #left-menu > ul > li{
	float:left;
	position:relative;
	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.on:after{
	content:"";
	background: #f4c422;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-1px;
	height:3px;
	width:45px;
	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:after{
	content:"";
	background: #f4c422;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-1px;
	height:3px;
	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{
	width:45px;;
}
#pc-sub-menu > #left-menu > ul > li:hover{
	font-weight: 500;
}
#pc-sub-menu > #left-menu > ul > li > a{
	position:relative;
	z-index:2;
	display:block;
	width:200px;
	padding:19.5px 0;
	color:white;
	font-size:16px;
	text-decoration:none;
	font-weight: 500;
	transform: skew(-0.03deg);
}

#sub-inner-wrap {
	position:relative;
	background: #fff;
	border-radius:10px;
	width:1200px;
	margin:-80px auto 124px;
	min-height:300px;

	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
}
#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 .sub-intro{
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	padding: 50px 0;
}

@media(max-width:1200px){
	#sub-inner-wrap {
		width:950px;
	}
}
@media(max-width:992px){
	#sub-inner-wrap {
		width:750px;
	}
}
@media(max-width:767px){
	#sub-inner-wrap {
		width:94%;
		margin: -80px auto 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:34px 0;
	text-align:center;

	transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-webkit-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
}
#header.top-nav-collapse{
	padding:10px 0;
	background: rgba(0,0,0,0.3);
}


#header:hover,
#header.top-nav-collapse{
}
#header .menu-over-bg{
	position:absolute;
	left:0;
	top:100px;
	width:100%;
	height:80px;
	background:rgba(0,0,0,.8);
	z-index:2;
	display:none;
}
#header.top-nav-collapse .menu-over-bg{
	top:66px;
	height:60px;
}
@media(max-width:1200px){
	#header .menu-over-bg{
		top:96px;
	}
	#header.top-nav-collapse .menu-over-bg{
		top:62px;
		height:60px;
	}
}
#header > .container{
	z-index:3;
	position:relative;
	z-index:41;
}
#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
	position: relative;
}
@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;
	margin:0px 20px;
	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;
	display:none;
}
#header .gnb-pc-list > li:last-child > ul.dp2-box{
	position:absolute;
	text-align:right;
	right:-15px;
	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:44px 10px;
	color:#fff;
}
#header.top-nav-collapse .gnb-pc-list > li > ul.dp2-box > li > a{
	padding:20px 10px;
}

@media(min-width:993px){
	#header #gnb-m-list {
		position: fixed;
		top: 0;
		left:0;
		width: 100%;
		height:100%;
		z-index: 40;
		display: none;
		background:url('../images/gnb-bg.jpg')no-repeat center center /cover;
	}
	#header #gnb-m-list .all-menu-btn{
		position: absolute;
		top: 28px;
		right: 395px;
	}
	#header .qodef-menu-appear.opened > .open-img{
		display:none;
	}
	#header #gnb-m-list > ul{
		width:80%;
		padding-left:82px;
		position: absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	#header #gnb-m-list > ul > li {
		display:block;
		margin:30px 0;
	}
	#header #gnb-m-list > ul > li a{
		display:block;
		font-size:18px;
		font-weight:300;
		color:white;
	}
	#header #gnb-m-list > ul > li a:hover{
		color: # !important;
	}
	#header #gnb-m-list > ul > li:hover a.dp1:after {
		display:block;
	}
	#header #gnb-m-list > ul > li > a.dp1{
		display: inline-block;
		background: transparent;
		position: relative;
		color:#fff;
		font-weight:400;
		margin-bottom:7px;
	}
	#header #gnb-m-list > ul > li > a.dp1.opened{
		color:#fff !important;
	}
	#header #gnb-m-list > ul > li > .dp2-box{
		display:none;
		padding-top: 1px;
	}
	#header #gnb-m-list > ul > li > .dp2-box p{
		padding:6px 0;
	}
	#header #gnb-m-list > ul > li > a.dp1 > i{
		display:none;
	}

	#header #gnb-m-list .download {
		width:83%;
		margin:0 auto;
		border-top: 1px solid #fff;
		opacity:0.4;
		position: absolute;
		left:20px;
		bottom:40px;
		padding:40px;
	}
	#header #gnb-m-list .download > a{
		color:white;
		font-weight: 400;
		display:block;
		text-align:left;
		margin-bottom: 18px;
	}
	#header #gnb-m-list .download > a i{
		margin-right:14px;
	}

	.all-menu-bg{
		background: transparent;
	}
	.bk-bg{
		content:'';
		display:block;
		background:rgba(0,0,0,0.5);
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:30;
		display:none;
	}
	#header .qodef-menu-appear.opened:before{
		color:#fff;
	}
	#header .all-menu-btn > div{
		position: absolute;
		display: none;
		right: 20px;
	}
	#header .qodef-menu-appear.opened:before{
		color:#fff;
	}
}
@media(max-width:992px){
	#header{
		padding:20px 0;
		background:none;
		border:none;
	}
	#header.top-nav-collapse{
		padding:15px 0;
	}
	#header h1 a{
		border:1px solid red;
		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;
		text-align: left;
	}
	#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 20px;
		display:none;
		text-align: left;
	}
	#header #gnb-m-list > ul > li > .dp2-box > p{margin:0;}
	#header #gnb-m-list > ul > li > .dp2-box > p > a{
		display:block;
		padding:10px 0;
		color:#444;
		font-size:16px
	}
}

/*모바일 메뉴 열기 아이콘 애니*/
.qodef-menu-appear {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.qodef-menu-appear img{
    position: absolute;
	right: -40px;
    top: -8px;
}

.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
}
/**/
.dropdown-menu>li>a {
    transform: skew(-0.03deg);
}

.subpage{
	padding:60px 0;
}
.subpage p{
	color: black;
	font-weight: 300;
	letter-spacing: -0.015em;
}
.subpage p,.subpage div,.subpage a,
.subpage li,.subpage th,.subpage td,
.subpage section{
    transform: skew(-0.03deg);
}


.sub0101{
	text-align: center;
	margin-top: 60px;
}
.sub0101 .gradient{
	height:180px;
	background: rgb(242,247,229);
	background: linear-gradient(60deg, rgba(242,247,229,1) 0%, rgba(239,247,234,1) 33%, rgba(235,246,243,1) 67%, rgba(233,246,247,1) 100%);

	position: relative;
	padding-top:80px;
	line-height:30px;
	width:100%;
}
.sub0101 .gradient p{
	letter-spacing: -0.025em;
}
.sub0101 .gradient img{
	max-width:290px;
	position: absolute;
	top:-100px;
	left:50%;
	transform:translateX(-50%);
}
@media(max-width:767px){
	.sub0101 {
		margin-top: 40px;
	}
	.sub0101 .gradient {
		height: 160px;
		line-height: 1.5;
		padding:60px 15px 0;
	}
	.sub0101 .gradient img{
		max-width:200px;
		top:-70px;
	}
}


.sub0103 dt{
    color:#1295e1;
    font-weight: 500;
    font-size:26px;
	letter-spacing: -0.025em;
}
.sub0103 dd{
    color:#474747;
    font-weight: 400;
    position: relative;
    padding: 10px;
    font-size:16px;
	letter-spacing: -0.025em;
	width:100%;
}
.sub0103 dd > span,
.sub0103 dd > p{
    color:#474747;
    font-weight: 400;
	display:inline-block;
	vertical-align: top;
}
.sub0103 dd > span{
	width:9%;
}
.sub0103 dd > p{
	width:90%;
}
.sub0103 dd.date-2 > span{
	width:11%;
}
.sub0103 dd.date-2 > p{
	width:88%;
}
.sub0103 dd:before{
    position: absolute;
    content:'';
    width:4px;
    height: 4px;
    background:#b1b1b1;
    top:20px;
    left:0;  
    border-radius: 50%;
}
.sub0103 .text-uppercase{
	color:#c9c9c9;
	letter-spacing: 0.2em;
	margin-top: 15px;
	position: relative;
}
.sub0103 .text-uppercase::after{
	background:#c9c9c9;
	width:200px;
	height:1px;
	content:'';
	position: absolute;
	top:12px;
	left:110px;
}
@media(max-width:1200px){
    .sub0103 section:last-child img {
        width:90%;
    }
	.sub0103 dd.date-2 > span{
		width:13%;
	}
	.sub0103 dd.date-2 > p{
		width:86%;
	}
}
@media(max-width:992px){
    .sub0103 section:last-child img{
        width:100%;
    }
    .sub0103 .row > div{
        margin-bottom:40px;
    }
    .sub0103 dt{
        font-size:18px;
    }
    .sub0103 dd{
        padding: 4px 10px;
        font-size:14px;
    }
	.sub0103 dd:before{
		top:12px;
	}
	.sub0103 dd.date-2 > span{
		width:7%;
	}
	.sub0103 dd.date-2 > p{
		width:92%;
	}
}
@media(max-width:767px){
    .sub0103 dd:before{
        top:15px;
        width:3px;
        height:3px;
    }
	.sub0103 dd > span{
		width:9%;
	}
	.sub0103 dd > p {
		width: 90%;
	}
	.sub0103 dd.date-2 > span{
		width:12%;
	}
	.sub0103 dd.date-3 > span{
		width:9%;
	}
	.sub0103 dd.date-2 > p{
		width:80%;
	}
	.sub0103 .text-uppercase::after{
		width:180px;
	}

	.sub0104 img{
		max-width:100%;
		width:100%;
	}
}
@media(max-width:485px){
	.sub0103 dd > span{
		width:9%;
	}
	.sub0103 dd > p {
		width: 90%;
	}
	.sub0103 dd.date-2 > span{
		width:16%;
	}
	.sub0103 dd.date-3 > span{
		width:14%;
	}
	.sub0103 dd.date-2 > p{
		width:80%;
	}
}

.sub0105 .root_daum_roughmap{
	width:100%;
}
.sub0105 .root_daum_roughmap .wrap_map{
	height:450px;
}
.sub0105 .address{
    margin-top:40px;
    border-top:1px solid #898989;
    border-bottom:1px solid #898989;
}
.sub0105 dl{
    padding: 40px 0;
    border-bottom: 1px solid #ebebeb;
    margin:0;
}
.sub0105 dl:last-child{
    border-bottom:none;
}
.sub0105 dt,.sub0105 dd{
    display:inline-block;
    vertical-align: middle;
    font-size:16px;
}
.sub0105 dt{
    width: 100px;
}
.sub0105 dd p{
    font-size:16px;
    color:#000;
    font-weight: 300;
}
@media(max-width:1200px){
    .sub0105 dt {
        width: 12%;
    }
    .sub0105 dd {
        width: 87%;
    }
}
@media(max-width:992px){
    #daumRoughmapContainer1582613719771 {
        margin: 40px 0 20px;
        height:250px;
    }
    .sub0105 dl {
        padding: 20px 0;
    }
    .sub0105 dt img{
        width:60px;
    }
    .sub0105 dt{
		width:12%;	
	}
	.sub0105 dd{
		width:86%;
    }
    .sub0105 dt p,.sub0105 dd p{
        font-size:14px;
    }
}
@media(max-width:767px){
    .sub0105 dt{
		width:18%;	
		text-align: center;
	}
	.sub0105 dt img {
		width: 40px;
	}
	.sub0105 dd{
		width:79%;
    }
}
@media(max-width:485px){
    .sub0105 dt{
		text-align: left;
	}
}




.tt{
	text-align: center;
}
.tt > span{
	color:#ffe9e8;
	font-size:50px;
	font-weight: bold;
	display:inline-block;
	position: relative;
	transform: translateY(20px);
}
.tt.yellow > span{
	color:#fff0a5;
}
.tt.purple > span{
	color:#ecdaed;
}
.tt > span::before{
	content:'';
	position: absolute;
	top:42px;
	left:0;
	width:100%;
	height:16px;
	background: #fff;
}
.tt > div{
	position: relative;
	z-index:1;
}
.tt > div p{
	font-weight: 500;
	color:#000;
	display:inline-block;
	position: relative;
}
.tt > div p::after{
	content:'';
	position: absolute;
	top:14px;
	left:-2%;
	width:104%;
	height:16px;
	z-index:-1;
}
.tt.pink > div p::after{
	background: #ffd8d6;
}
.tt.green > div p::after{
	background: #c0e4cd;
}
.tt.yellow > div p::after{
	background: #fff7d2;
}
.tt.purple > div p::after{
	background: #ecd8ed;
}
@media(max-width:992px){
	.tt > span {
		font-size: 40px;
	}
	.tt > span::before {
		top: 34px;
	}
}
@media(max-width:767px){
	.tt > span {
		font-size: 30px;
	}
	.tt > span::before {
		top: 26px;
	}
	.tt > div p::after {
		top: 10px;
		height: 14px;
	}
}

#sub-inner-wrap li{
	font-size:16px;
}
@media(max-width:992px){
	#sub-inner-wrap li{
		font-size:14px;
	}
}
.sub0203  section:nth-child(5){
	height:700px;
}
.sub0203  section:last-child{
	height:450px;
}

/* details */
.sub0201 .tt{
	margin:0 auto 46px;
}
.sub0201 > section{
	padding:60px 0 80px;
	border-bottom: 1px solid #ebebeb;
}
.sub0201 > section > p{
	line-height: 26px;
	margin:44px 0 58px;
}
.sub0201 > section ul li{
	font-weight: 500;
	display:inline-block;
	margin:0 33px;
}
.sub0201 > section:last-child{
	margin-bottom: 60px;
}
@media(max-width:992px){
	.sub0201 > section > p{
		line-height: 1.6;
		margin:30px 0 10px;
	}
	.sub0201 > section ul li {
		margin: 0 12px;
	}	
}
@media(max-width:767px){
	.sub0201.subpage,
	.sub0202.subpage,
	.sub0203.subpage,
	.sub0204.subpage{
		padding-top: 40px;
	}
	.sub0201 .tt{
		margin: 0 auto 30px;
	}
	.sub0201 > section{
		padding:40px 0 60px;
	}
	.sub0201 > section ul li{
		margin:4px 0;
		display:block;
		width:100%;
		font-size:15px !important;
	}
	.sub0201 hr{
		margin:40px 0;
	}
	.sub0201 > section:last-child{
		margin-bottom: 0;
	}
}

.sub0202 > section > p{
	line-height: 26px;
	margin:44px 0 38px;
}
.sub0202 .green-box{
	padding:20px 90px;
	max-width:820px;
	width:100%;
	margin:0 auto;
}
.sub0202 .green-box p{
	display:inline-block;
	margin:3px 0;
}
.sub0202 section:last-child{
	max-width:820px;
	width:100%;	
	margin:68px auto 48px;
}
.sub0202 section:last-child .row > div {
	display:block;
}
.sub0202 section:last-child .row > div.col-md-8 p{
	display:inline-block;
	color:#333 !important;
	margin:4px 0 4px 28px;
}
@media(max-width:767px){
	.sub0202 > section > p{
		line-height: 1.6;
	}
	.sub0202 .green-box {
		padding: 20px 20px;
	}
	.sub0202 .green-box p{
		margin:2px 0;
	}
	.sub0202 section:last-child{
		margin:60px auto 20px;
	}
	.sub0202 section:last-child .row > div.col-md-8 p{
		margin:3px 0;
		display:block;
	}
}

.sub0203 > section > p{
	line-height: 26px;
	margin:20px 0;
}
.sub0203 section{
	float:left;
	width:48%;
	margin-left:2%;
	padding:60px 20px 80px;
	height:630px;
	/* border-bottom: 1px solid #ebebeb; */
	border:5px solid #fff0a5;
	border-radius:20px;
	margin-bottom:20px;
}
.sub0203 section:nth-child(2n+1){
	clear:both;
	margin-left:0;
}
.sub0203 section .tt{
	margin-bottom: 40px;
}
@media(max-width:767px){
	.sub0203 section{
		width:100%;
	}
	.sub0203 > section > p{
		line-height: 1.6;
	}
	.sub0203 section{
		padding:40px 0 50px;
	}
}

.sub0204 > section p{
	line-height: 26px;
}
.sub0204 section{
	padding:60px 0 80px;
	border-bottom: 1px solid #ebebeb;
}
.sub0204 section .tt{
	margin-bottom: 40px;
}
.sub0204 section .row > div.col-md-10 p{
	padding-left: 20px;
}
.sub0204 section:last-child{
	max-width:820px;
	width:100%;
	margin:0 auto;
}
@media(max-width:1200px){
	.sub0204 section:nth-child(2){
		max-width:820px;
		width:100%;
		margin:0 auto;
	}
	.sub0204 section .row > div.col-md-10 p{
		padding-left: 0;
		margin-top: 15px;
	}
}
@media(max-width:767px){
	.sub0204 section{
		padding:30px 0 50px;
	}
	.sub0204 > section > p{
		line-height: 1.6;
	}
}

.sub0301 .sec1{
	width:100%;
	position: relative;
	padding:20px;
	border-radius:10px;
	margin-top: 80px;
}
.sub0301 .sec1 > div{
	width:50%;
}
.sub0301 .sec1 > div.po{
	width:152px;
	height: 172px;
	position: absolute;
	bottom:10px;
	left:50%;
	transform:translateX(-50%);
}
.sub0301 .sec1 > div.po .text-center{
	position: absolute;
	bottom:50px;
	left:50%;
	transform:translateX(-50%);
	width:90%;
}
.sub0301 .sec1 > div.fl{
	padding-left: 17%;
	padding-top: 10px;
}
.sub0301 .sec1 > div.fr{
	padding-left: 11%;
}
.sub0301 .sec1 > div > p > span{
	display:inline-block;
	vertical-align: top;
}
.sub0301 .sec1 > div > p > span:first-child{
	margin-right: 40px;
}
.sub0301 .sec1 > div.fr > p > span{
	vertical-align: middle;
}
@media(max-width:992px){
	.sub0301 .sec1{
		padding-bottom: 60px;
	}
	.sub0301 .sec1 > div{
		width:100%;
	}
	.sub0301 .sec1 > div.po{
		width:130px;
		top:-80px;
	}
	.sub0301 .sec1 > div.po img{
		max-width:130px;
	}
	.sub0301 .sec1 > div.po .text-center{
		position: absolute;
		bottom:50px;
		left:50%;
		transform:translateX(-50%);
		width:90%;
	}
	.sub0301 .sec1 > div.fl{
		padding-left: 0;
		padding-top: 70px;
	}
	.sub0301 .sec1 > div.fr{
		padding-left: 0;
		padding-top: 40px;
	}
	.sub0301 .sec1 > div.fr img{
		max-width:30px;
	}
	.sub0301 .sec1 > div > p > span:first-child{
		margin-right: 20px;
	}
}

.sub0301 .sec2{
	padding:20px 0 100px;
}
.sub0301 .sec2 > div{
	width:50%;
	padding:0 30px;
}
.sub0301 .sec2 > div::after{
	content:'';
	clear:both;
	display:block;
}
.sub0301 .sec2 > div > .clearfix > div{
	display:inline-block;
	vertical-align: middle;
}
.sub0301 .sec2 > div .title{
	text-align: center;
	width:28%;
}
.sub0301 .sec2 > div .txt{
	width:285px;
	height: 60px;
	border-radius:5px;
	padding-top: 12px;
	padding-left: 40px;
	position: relative;
}
.sub0301 .sec2 > div.fl .txt{
	background: url('../images/sub0301_bg3.jpg')no-repeat center center / contain;
}
.sub0301 .sec2 > div.fr .txt{
	background: url('../images/sub0301_bg4.jpg')no-repeat center center / contain;
}
.sub0301 .sec2 > div .txt p{
	display:inline-block;
	vertical-align: middle;
}
.sub0301 .sec2 > div .txt p:first-child{
	margin-right: 25px;
}
@media(max-width:992px){
	.sub0301 .sec2{
		padding:20px 0;
	}
	.sub0301 .sec2 > div{
		width:100%;
		padding:0;
	}
	.sub0301 .sec2 > div .txt{
		width:195px;
		height: 50px;
		padding-left: 30px;
	}
	.sub0301 .sec2 > div .txt p:first-child{
		margin-right: 5px;
	}
}


.sub0301 .sec2 > div.fl{
	padding-left: 80px;
}
.sub0301 .sec2 > div.fl > .fl > .box:nth-child(1){
	padding-top: 110px;
}
.sub0301 .sec2 > div.fl > .fl > .box:nth-child(2){
	padding-top: 60px;
}
.sub0301 .sec2 > div.fl > .fl > .box:nth-child(3){
	padding-top: 100px;
}
.sub0301 .sec2 > div.fr{
	padding-right: 80px;
}
.sub0301 .sec2 > div.fr > .fr > .box:nth-child(1){
	padding-top: 50px;
}
.sub0301 .sec2 > div.fr > .fr > .box:nth-child(2){
	padding-top: 70px;
}
.sub0301 .sec2 > div.fr > .fr > .box:nth-child(3){
	padding-top: 90px;
}
.sub0301 .sec2 > div.fr > .fr > .box:nth-child(4){
	padding-top: 60px;
}
@media(max-width:1200px){
	.sub0301 .sec2 > div.fr {
		padding-right: 30px;
	}
	.sub0301 .sec2 > div.fl {
		padding-left: 30px;
	}
}
@media(max-width:992px){
	.sub0301 .sec2 > div img{
		max-width:60px;
	}
	.sub0301 .sec2 > div.fl {
		padding-left: 0;
	}
	.sub0301 .sec2 > div.fl > .fl{
		float:right !important;
		width:70%;
	}
	.sub0301 .sec2 > div.fl > .fr{
		float:left !important;
		width:30%;
	}
	.sub0301 .sec2 > div.fl > .fl > .box:nth-child(1){
		padding-top: 50px;
	}
	.sub0301 .sec2 > div.fl > .fl > .box:nth-child(3){
		padding-top: 80px;
	}
	.sub0301 .sec2 > div .box > p{
		padding-left: 3%;	
	}
	.sub0301 .sec2 > div.fl .txt{
		background: url('../images/sub0301_bg4.jpg')no-repeat center center / contain;
	}
	.sub0301 .sec2 > div.fr > .fr{
		float:right !important;
		width:70%;
	}
	.sub0301 .sec2 > div.fr > .fl{
		float:left !important;
		width:30%;
	}
}
@media(max-width:767px){
	.sub0301 .sec2 > div .box > p{
		padding-left:6%;	
	}
	.sub0301 .sec2 > div.fl > .fl > .box:nth-child(1){
		padding-top: 50px;
		height: 190px;
	}
	.sub0301 .sec2 > div.fl > .fl > .box:nth-child(2){
		padding-top: 20px;
	}
	.sub0301 .sec2 > div.fl > .fl > .box:nth-child(3){
		padding-top: 80px;
	}
	.sub0301 .sec2 > div.fr > .fr > .box:nth-child(3){
		height: 210px;
	}
	.sub0301 .sec2 > div.fr > .fr > .box:nth-child(4){
		padding-top: 40px;
	}
}



.filebox .upload-name {
    font-weight: 300;
}

#gallery-list .inner .box{
	margin-bottom: 40px;
}
#gallery-list .inner .subject .title {
	margin: 20px 0 10px;
}
@media(max-width:700px){
	#gray_board_read td img{
		max-width:100% !important;
	}
}

/* 
@media(max-width:992px){
	#gray_board_write table,
	#gray_board_write table th,
	#gray_board_write table td,
	#gray_board_write table thead,
	#gray_board_write table tbody,
	#gray_board_write table tr{
		display:block;
		width:100%;
	}
	#gray_board_write table td::after{
		content:'';
		display:block;
		clear:both;
	}
} */