@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;
}
li{
    list-style: none;
}
.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: 1590px;
	}
	.container.container-lg{
		width:1280px;
	}
	.container.container-sm{
		width:1100px;
	}
	.container.container-xs{
		width:1000px;
	}
}
@media (max-width: 1630px){
	.container {
		width: 1230px;
	}
}
@media (max-width: 1230px){
	.container {
		width: 1040px;
	}
}
@media (max-width: 1040px){
	.container {
		width: 992px;
	}
}
@media (max-width: 992px){
	.container {
		width: 750px;
	}
}
@media (max-width: 767px){
	.container {
		width: 100%;
		padding-right:15px;
		padding-left:15px;
	}
}








@media (max-width: 767px){
	#subpage .container {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 768px){
	#subpage .container {
		width: 750px;
	}
}
@media (min-width: 992px){
	#subpage .container {
		width: 970px;
	}
}
@media (min-width: 1200px){
	#subpage .container {
		width: 1170px;
	}
}
@media (min-width: 1200px){
	#subpage .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;
}

/* right-gnb */
.right-gnb{
	position:fixed;
	top:85px;
	right:0;
	z-index:9;
	padding:0 15px;
	background:rgba(39,85,165,.7);
}
.right-gnb .item{
	padding:10px 0;
	border-bottom:solid 1px rgba(0,0,0,.15);
}
@media(max-width:992px){
	.right-gnb{
    display:none;
  }
}

/*푸터*/
#footerWrap {
	background:#222;
}
#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;
}
@media(max-width:767px){
	#footerWrap address > p {
		display:inline-block;
		float:none;
	}
}
#footerWrap .inforLink-box{
  border-top:solid 1px #ebebeb;
  border-bottom:solid 1px #ebebeb;
}
#footerWrap .inforLink-box .inforLink {
  float:left;
}
#footerWrap .inforLink-box .inforLink li {
  display:inline-block;
	padding:3px 0;
}
#footerWrap .inforLink-box .familySite{
  float:right;
}
#footerWrap .inforLink-box .familySite p{
  background:#acacac;
}
#footerWrap .inforLink-box .familySite p:after{
  content:'+';
  display:inline-block;
  margin-left:10px;
}
@media(max-width:992px){
	#footerWrap .inforLink-box .inforLink li {
		padding:3px 5px;
		display:inline-block;
	}
}
@media(max-width:767px){
  #footerWrap .inforLink-box .inforLink{
    float:none;
    text-align:center;
  }
}

#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:10px;
	padding:10px 8px 10px 8px;
	text-align:center;
	background:#3e3e40;
	line-height:1.1;
	z-index:50
}
#footerWrap .goTop:hover{
		padding-bottom:25px;
		background:#c69c6d;
}

#subVisual-Wrap {
	position:relative;
	overflow:hidden;
	height:250px;
}
/* @media(max-width:992px){
	#subVisual-Wrap {
		height:350px;
	}
} */
#subVisual-Wrap  > img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
#subVisual-Wrap .subVisual-text {
	position:relative;
	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:#fff;
	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;
	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:solid 1px rgba(255,255,255,.5);
}
#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;
}
#pc-sub-menu > #left-menu > ul > li{
	float:left;
	position:relative;
	/* background:#acacac; */
	margin:0px 5px;
	transition:all 0.3s ease !important;
	-moz-transition:all 0.3s ease !important;
	-webkit-transition:all 0.3s ease !important;
	-o-transition:all 0.3s ease !important;
}
/* #pc-sub-menu > #left-menu > ul > li:after{
	content:"";
	background:#666;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transition:all 0.4s ease !important;
	-moz-transition:all 0.4s ease !important;
	-webkit-transition:all 0.4s ease !important;
	-o-transition:all 0.4s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:hover:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
} */
#pc-sub-menu > #left-menu > ul > li:hover{
  border-top:solid 1px #ffffff;
}
#pc-sub-menu > #left-menu > ul > li.on{
	border-top:solid 1px #ffffff;
}
#pc-sub-menu > #left-menu > ul > li > a{
	position:relative;
	z-index:2;
	display:block;
	width:200px;
	padding:25px 0;
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

#sub-inner-wrap {
	padding:50px 0 80px 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
}

/*레프트메뉴 있을시*/
#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);
	text-align:center;
}



/* #header:hover,
#header.top-nav-collapse{
	border-bottom: solid 1px #2755a6;
} */
#header, #header:hover, #header.top-nav-collapse {

}
#header .menu-over-bg{
	position:absolute;
	left:0;
	top:82px;
	width:100%;
	height:60px;
	background:rgba(0,0,0,.8);
	z-index:2;
	display:none!important;
}
#header.top-nav-collapse .nav-container{
    padding: 15px 0;
}
#header.top-nav-collapse .menu-over-bg{
	top:90px;
	height:60px;
	display:none;
}
#header.top-nav-collapse {
  padding: 0px 0;
  background: rgba(0,0,0,0.5);
  height:90px;
}
@media(max-width:1200px){
	#header .menu-over-bg{
		top:82px;
	}
	#header.top-nav-collapse .menu-over-bg{
		top:62px;
		height:60px;
	}
	#header .gnb-pc-list > li > ul.dp2-box > li > a {
		padding: 32px 10px;
	}
}
#header > .container{
	z-index:3;
	position:relative;
}
#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
  text-align:left;
}
#header .gnb-pc-list {
	display:inline-block;
	vertical-align:bottom;

	padding-right:150px;
}
#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;
	color:#2b2b2b;
	font-weight:500;
}
#header .gnb-pc-list > li a:hover{
	color:#fac30c!important;
	text-decoration:none;
}
/* #header .gnb-pc-list > li > a:after{
	content:"";
	position:absolute;
	bottom:12px;
	left:0;
	height:2px;
	width:0;
	background:#fac30c;
	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.opened > a{
	color:#fac30c!important;
}
#header .gnb-pc-list > li:hover > a:after,
#header .gnb-pc-list > li.opened > a:after{
	width:100%;
	color:#fac30c;
}
#header .gnb-pc-list > li > ul.dp2-box{
	position:absolute;
	text-align:left;
	width:184px;
	padding-top:2px;
	margin-left:-5px;
	display:none;
	background:#000;
	height:auto;
	padding:20px;
	left:-48px;
}
#header .gnb-pc-list > li:last-child > ul.dp2-box{
	position:absolute;
	text-align:right;
	/* padding-top:0px; */
	display:none;
}
#header .gnb-pc-list > li > ul.dp2-box > li{
	display:block;
	text-align:center;
}
#header .gnb-pc-list > li > ul.dp2-box > li > a{
	display:block;
	padding:6px 10px;
	color:#fff;
}
#header.top-nav-collapse .gnb-pc-list > li > ul.dp2-box{
	margin-top:0;	
}

#gnb-m-list{
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:80%;
  background: #Fff;
  /* background:rgba(51,51,51,1); */
  z-index:10;
  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;
  cursor:pointer;
}

#header #gnb-m-list > ul {
  margin-top:65px;
  /* 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;
  padding:14px 15px;
  /* background:rgba(30,30,30,.9); */
  margin-bottom:1px;
  position:relative;
  color: #a3a3a3;
}
#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;
}
#header .gnb-m-wrap .gnb-icon{
  position:absolute;
  top:8px;
  right:20px;
}

@media(max-width:992px){
	#header{
		padding:15px 0!important;
		background:none;
		border:none;
		background:#ffffff;
	}
	#header.top-nav-collapse{
		padding:15px 0;
		background:#ffffff;
		height:auto;
	}
	#header h1 a{
		font-size:0;
		line-height:auto;
	}
	.gnb-m-wrap,
	.gnb-m-control{
		position:relative;
		z-index:10;
  }
  #header #gnb-m-list > ul > li > a.dp1{
    color:#2b2b2b;
  }
  #header #gnb-m-list > ul > li > .dp2-box > p > a {
    display: block;
    padding: 5px 0;
    color:#787878!important;
  }
}




/*로케이션 메뉴*/
#sub_location{
	position:relative;
	border-bottom:1px solid #e1e1e1;
	z-index:29;
    height:60px;
	display:none
}
#sub_location .sub_location_area{
	position:absolute;
    left:50%;
    transform: translateX(-50%);
	width:1230px;
	height:60px;
}
#sub_location .sub_location_area > ul,
#sub_location .sub_location_area > div{
    float:left;
    vertical-align: top;
}
#sub_location .sub_location_area > div{
    text-align: center;
    line-height: 60px;
    border-left:1px solid #e1e1e1;
}
#sub_location .sub_location_area > div a{
    width: 60px;
    display: inline-block;
}
#sub_location .sub_location_area > ul{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;
    width:210px;
}
#sub_location .sub_location_area > ul:last-child{
    margin-left: -1px;
}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #e1e1e1;
	float:left;
	background:none !important;
}
#sub_location .sub_location_area > ul li.home a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	color:#333;
	line-height:60px;
	text-align:center;
}
#sub_location .sub_location_area > ul li.sub_dept{
	float:block;
	width:100%;
	text-align:left;
	box-sizing:border-box;
}

@media(max-width:1200px){
	#sub_location .sub_location_area {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 992px;
		height: 60px;
	}
}


#sub_location .sub_location_area > ul li.sub_dept ul{
	border:1px solid #e1e1e1;
	background:; 
	height:60px; 
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a{
	color:#000; 
	background:url(../images/lnb-arrow.jpg) no-repeat 90% center;
	background-size:15px 8px;    
} 
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
    background:url(../images/lnb-arrow2.jpg) no-repeat 90% center!important;
    z-index:10;
} 
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a{
	color:#000; 
	background:url(../images/lnb-arrow.jpg) no-repeat 90% center;
	background-size:15px 8px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a{
	background:url(../images/lnb-arrow2.jpg) no-repeat 90% center;
	background-size:15px 8px;

}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
	background:;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a{
	display:block;
	padding-left:20px;
	font-size:16px;
	font-weight:400;
	line-height:59px;
    border-bottom:1px solid #d9d9d9;
    color:#999!important;
    text-decoration: none;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:last-child a{
	line-height:58px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a:hover{ background:;}
#sub_location .sub_location_area > ul li.sub_1dept{top:0px; left:61px;}
#sub_location .sub_location_area > ul li.sub_2dept{top:0px; left:260px;}

#pc-sub-menu{

}
#pc-sub-menu > #left-menu{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
#pc-sub-menu > #left-menu > ul {
	margin:0;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	padding-top:30px;
}
#pc-sub-menu > #left-menu > ul > li{
	float:left;
	position:relative;
	background:#acacac;
	margin:0px 5px;
	transition:all 0.3s ease !important;
	-moz-transition:all 0.3s ease !important;
	-webkit-transition:all 0.3s ease !important;
	-o-transition:all 0.3s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:after{
	content:"";
	background:#666;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transition:all 0.4s ease !important;
	-moz-transition:all 0.4s ease !important;
	-webkit-transition:all 0.4s ease !important;
	-o-transition:all 0.4s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:hover:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
#pc-sub-menu > #left-menu > ul > li:hover{

}
#pc-sub-menu > #left-menu > ul > li.on{
	background:#333333;
}
#pc-sub-menu > #left-menu > ul > li > a{
	position:relative;
	z-index:2;
	display:block;
	width:200px;
	padding:15px 0;
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

#sub-inner-wrap {
	padding:30px 0 80px 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:992px){
	#sub_location .sub_location_area {
		width: 100%;
		position: static;
		display: block;
		transform: translate(0,0);
	}
	#sub_location .sub_location_area > ul {
		width: 100%;
	}
	#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a {
		background: url(../images/lnb-arrow.jpg) no-repeat 97% center!important;
		background-size: 15px 8px;
	}
	#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover {
		background: url(../images/lnb-arrow2.jpg) no-repeat 97% center!important;
		z-index: 10;
	}
	#sub_location .sub_location_area > ul:last-child {
		margin-left: 0;
	}
}

/*모바일 메뉴 열기 아이콘 애니*/
.qodef-menu-appear {
    display: inline-block;
    position: relative;
    width: 21px;
    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: 4px
}

.qodef-menu-appear .close {
    position: absolute;
    top: -6px;
    left: 0;
    width: 21px;
    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: #fff;
    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 -11px;
    width: 22px;
    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: -11px 0 0 -1px;
    width: 2px;
    height: 22px;
    -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
}
/**/
@media(max-width:992px){
	.qodef-menu-appear .line {
		background: #000;
	}
	.qodef-menu-appear .close:after,
	.qodef-menu-appear .close:before {
		background: #000;
	}
}
/* gnb */
#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 30;
    --border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 10px 0;
    text-align: center;
}
#header nav {
    padding-left: 50px;
    padding-right: 50px;
}
#header > .nav-container {
    z-index: 3;
    position: relative;
	padding:20px 0;
}
#header .gnb-pc-list > li {
    float: left;
    margin: 0px 40px;
    position: relative;
}
@media (max-width:1200px){
  #header nav {
    padding-left: 40px;
    padding-right: 40px;
}
  #header .logo{
    max-width:140px!important;
  }
  #header .gnb-pc-list > li {
    margin: 0px 28px;
  }
  #pc-sub-menu > #left-menu > ul > li > a {
    width: 180px;
  }
}

@media (min-width:993px){
	#gnb-m-list {
		position: absolute;
		left: 50%;
		transform:translateX(-50%);
		top: 120px;
		width: 80%;
		background: transparent;
		z-index: 5;
		display: none;
	}
	#header #gnb-m-list > ul{
		text-align:center!important;
		background: #fff;
		-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
	}
	#header #gnb-m-list > ul > li {
		display:inline-block;
		vertical-align: top;
		margin: 0 40px;
	}
	#header #gnb-m-list > ul > li a{
		color: #2b2b2b!important;
		font-size:18px!important;
	}
	#header #gnb-m-list > ul > li a:hover{
		color: #fac30c!important;
		text-decoration:none;
	}
	#header #gnb-m-list > ul > li > a.dp1 {
		display: block;
		padding: 14px 15px;
		background: transparent;
		margin-bottom: 1px;
		position: relative;
		padding-top: 100px;
		font-size:22px!important;
	}
	#header #gnb-m-list > ul > li > a.dp1::after{
		content: '';
		width: 20px;
		height: 1px;
		position: absolute;
		top: 150px;
		left: 50%;
		transform:translateX(-50%);
		background: #2b2b2b;
	}
	#header #gnb-m-list > ul > li > .dp2-box{
		display:block;
		text-align: center!important;
		padding: 20px 0 150px;
	}
	#header #gnb-m-list > ul > li > a.dp1 > i{
		display:none;
	}
	.all-menu-bg{
		background: transparent;
	}
}



/* 버튼 */
.button{
  border:1px solid #ebebeb;
}
.button,.btn{
  background:#fff!important;
}
@media (max-width:486px){
  #mainSection02 .button_area{
    display:block!important;
    width: 100%!important;
  }
  .button{
    padding:0!important;
  }
}



.etcpage{
	margin-top: 100px;
}
	@media (max-width:486px){
	.etcpage{
		margin-top: 50px;
	}
}
.btn-black{
	display: inline-block;
    border: 1px solid #444;
    background: #444!important;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    color: #fff;
}
.btn-white{
	background:#fff;
	border: 1px solid #ebebeb;
	color: #989898;
	font-size: 16px;
	width:200px;
	height:50px;
	display:block;
	text-decoration:none;
	line-height:50px;
	text-align:center;
	margin: 0 auto;
}
.btn-white:hover{
	text-decoration:none;
	background:#2755a6;
	border: 1px solid #2755a6;
	color: #fff!important;
}
@media (max-width:485px){
	.btn-white{
		width: 100%;
		height: 40px;
		line-height:40px;
		font-size: 14px!important;
	}
}





#gray_board_top .search_info {
    margin-bottom:10px;
}


@media (max-width:767px){
	#gray_board_top .select_search {
		min-width: 100px!important;
	}
	#gray_board_top .input_search {
		width:50%!important;
	}

	#gray_board_read tbody,
	#gray_board_read thead,
	#gray_board_read tbody,
	#gray_board_read tr {
		display: block!important;
		width: 100%!important;
	}
	#gray_board_read tbody .th_bold, #gray_board_read tbody .td_left_num {
		float: left;
		border-bottom: 1px solid #ddd;
		height: 50px;
		text-align: left!important;
	}
	#gray_board_read tbody .th_bold{
		width:30%
	}
	#gray_board_read tbody .td_left_num{
		width:70%
	}
	#gray_board_read table,
	#gray_board_read tbody::after,
	#gray_board_read thead::after,
	#gray_board_read tr::after{
		content:'';
		display:block;
		clear:both;
	}
	.widthresize{
		width:100%!important;
		display:block;
	}
	#gray_board_read .table_board_read .td_left {
		padding: 15px 10px 40px!important;
	}
}
#gray_board_bottom .btn_board_bottom .board-btn-gray{
    color: #363636!important;
}
#gray_board_read .table_board_read thead th,
#gray_board_read .table_board_read .th_bold {
    line-height: 2;
}

.inforLink li{
	margin-right:20px;
}
.inforLink .has-right-line a{position:relative;}
.inforLink .has-right-line a::after{position:absolute;top:5px;right:-12px;background:#989898;width:1px;height:12px;content:'';}

@media (max-width:992px){
.inforLink .has-right-line a::after{top:5px;right:-16px;}
}
@media (max-width:767px){
.inforLink .has-right-line a::after{top:5px;right:-18px;}
}

.main-sns{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    z-index: 999;
}
.main-sns dd{
	margin:20px 0;
}
.main-sns dd:last-child{
	margin-top:30px;
}

.cta{
	width:240px;
	padding:20px;
	color:#616161;
	border:1px solid #cbcbcb;
	text-align:center;
	display:inline-block;
	text-decoration:none;
}
.cta:hover{
	text-decoration:none;
}
#mainSection01 a,
#mainSection02 a,
#mainSection03 a{
	text-decoration:none;
	color:#616161;
}


#footerWrap > .container{
	padding:80px 15px 60px;
}
#footerWrap p,
#footerWrap dt,
#footerWrap dd{
	color:#949494;
}
#footerWrap dt{
	margin-bottom:20px;
}
#footerWrap dd{
	padding:5px 0;
}
#footerWrap dd a{
	font-weight:500;
	color:#949494;
}

.privacy{
    margin-top: 20px;
    display: inline-block;
	color:#949494;
}
.privacy:hover{
    color: #949494;
    margin-top: 20px;
	text-decoration:none;
}
#footerWrap .fsns dd{
	display:inline-block;
	padding-right:20px;
}

#footerWrap .copyR{
	background:#191919;
	padding:14px 0;
	color:#7c7c7c;
}



@media (max-width:992px){
	.cta {
		width: 180px;
		padding: 10px;
		font-size: 13px;
	}
	#footerWrap > .container {
		padding: 40px 15px;
	}
}












/* SUBPAGE */
.sub0101 h1{
	position:relative;
	padding-left:15px;
}
.sub0101 h1:after{
	position:absolute;
	top:90px;
	left:20px;
	content:'';
	width:2px;
	height:80px;
	background:#222;
}
.sub0101 .text-center > img:first-child{
	margin-top:60px;
}
.sub0101 .text-center p{
	margin:70px 0 45px;
}
.sub0101 ul{
	width:100%;
}
.sub0101 li {
	border-top:1px solid #e7e7e7;
	padding: 30px 0;
	padding-left:50px;
}
.sub0101 li:last-child{
	border-bottom:1px solid #e7e7e7;		
}
.sub0101 li div{
	display:inline-block;
	vertical-align:middle;
}
.sub0101 .imgbox{
	padding-right:50px;
}
.sub0101 ul h2{
	font-size:20px;
	color:#000;
}

@media(max-width:992px){
	#subVisual-Wrap {
		height: 200px;
	}
	.sub0101 > div > img {
		width:40px;
		transform: translateY(35px);
	}
	.sub0101 .text-center > img:first-child {
		margin-top: 40px;
	}
	.sub0101 h1:after {
		top: 60px;
		left: 20px;
		width: 2px;
		height: 60px;
	}
	.sub0101 .text-center > img:last-child{
		width:160px;
	}
	.sub0101 .text-center p {
		margin: 50px 0 30px;
	}
	.sub0101 ul h2{
		font-size:18px;
	}
	.sub0101 .imgbox img{
		width:120px;
	}
	.sub0101 .imgbox{
		padding-right:10px;
	}
}
@media(max-width:767px){
	.sub0101 > div > img {
		width:20px;
		transform: translateY(30px);
	}
	.sub0101 .text-center > img:first-child {
		margin-top: 20px;
	}
	.sub0101 h1:after {
		top: 40px;
		left: 15px;
		width: 2px;
		height: 30px;
	}
	.sub0101 .text-center > img:last-child{
		width:120px;
	}
	.sub0101 .text-center p {
		margin: 40px 0 20px;
	}
	.sub0101{
		margin-top:-20px;
	}
	.sub0101 ul h2{
		font-size:16px;
	}
	.sub0101 li {
		padding: 10px 0;
	}
	.sub0101 .imgbox{
		text-align:center;	
	}
	.sub0102 .imgbox img{
		width:100px;
	}
	.sub0101 li div{
		display:block;
	}
}

.sub0102 > .container > img{
	margin:60px 0 100px;
}

@media(max-width:767px){
	#sub-inner-wrap {
		padding: 30px 0 50px 0;
		position: relative;
	}
	.sub0102 > .container > img {
		margin: 0 0 40px;
	}
}

.sub0103 #daumRoughmapContainer1582104708593{
	padding:0;
}
.sub0103 .root_daum_roughmap {
    width: 100%;
	border:none;
}
.sub0103 dl{
	margin-bottom:10px;
}
.sub0103 dt,.sub0103 dd{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:25px;
}
.sub0103 dt{
	width:140px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
.sub0103 dd{
	color:#333;
}
@media (max-width:992px){
	.sub0103 .wrap_map{
		height:300px!important;
	}
	.sub0103 dt,.sub0103 dd{
		font-size:14px;
		line-height:1.5;
	}
	.sub0103 dt,.sub0103 dd{
		display:block;
		width:100%;
	}
}

#sub_location .sub_location_area > ul li.sub_dept ul li:last-child a {
    line-height: 59px;
}

.sub0201 > div{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.sub0201 .container{
	position:relative;
	height:100%;
}
.content{
	background-image:url(../images/sub0201_01.jpg);
	height:800px;
}
.tv{
	background-image:url(../images/sub0201_02.jpg);
	height:800px;
}
.music{
	background-image:url(../images/sub0201_03.jpg);
	height:800px;
}
.man{
	background-image:url(../images/sub0201_04.jpg);
	height:800px;
}
.sub0201 .txtBox{
	color:white;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
.sub0201 .text-right{
	right:0;
}
.sub0201 .txtBox h4{
	text-transform:uppercase;
	margin:0;
	position:relative;
}
.sub0201 .txtBox h4 span{
	padding-left:40px;
}
.sub0201 .txtBox h4:after{
	position:absolute;
	content:'';
	top:50%;
	transform:translateY(-50%);
	left:104px;
	width:20px;
	height:2px;
	background:#f3b807;
}
.sub0201 .text-right h4:after{
	right:34px;
	left:auto;
}
.article-who .title img:first-child{
	width:60px;
}
.article-who .title img:last-child{
	width:340px;
}
.article-who{ position:relative;padding-bottom:75px; }
.article-who:before{ content:'';position:absolute;left:50%;right:0;top:0;bottom:0;background:#f1f0ed; }
.article-who .in{ position:relative;overflow:hidden;padding-top:400px; }
.article-who .title{ position:absolute;left:0;top:70px;width:50%;padding-right:80px;box-sizing:border-box; }
.article-who .title_fixed{position:fixed;top:100px;left:350px;}
.article-who .title h3{line-height:45px;letter-spacing:-0.075em;color:#222;}
.article-who .title:before,
.article-who .title:after{ position:absolute;left:50%;height:74px;gin-left:-77px;font-size:180px;color:#f1f0ed; }
.article-who .history{ float:right;width:50%; }
.article-who .history dl{ position:relative;padding-left:25px;margin-bottom:40px;}
.article-who .history dt{ position:absolute;right:100%;padding-right:25px;color:#fac30c;font-size:20px;font-weight:bold;font-family:'Roboto';text-align:right;width:160px;padding-top:4px;letter-spacing:-0.05em;}
.article-who .history dd{ position:relative;gin-bottom:22px;font-size:16px;line-height:33px;color:#222;font-weight:300;letter-spacing:-0.03em;}
.article-who .history dd:before{ content:'';position:absolute;left:-27px;top:16px;width:5px;height:5px;background:#fac30c;border-radius:50%;}
.article-who .history dd span.dep2,.article-who .history dd p{display:inline-block;vertical-align:top;}
.article-who .history dd span.dep2{width:3%;}
.article-who .history dd p{font-size:16px;line-height:33px;color:#222;font-weight:300;letter-spacing:-0.03em;width:96%;}
.article-who .history dd em{ position:absolute;left:-60px;text-transform:uppercase;color:#878787;font-size:13px; }

@media(max-width:1600px){
	.sub0201 > div{
		height:700px;
	}
	.sub0201 .txtBox h4:after{
		left:95px;
	}
	.article-who .in {
		padding-top: 320px;
	}
	.sub0201 .text-right h4:after{
		right:34px;
		left:auto;
	}
	.article-who .title_fixed {
		left: 55px;
	}
	.article-who .title h3 {
		line-height: 1.7;
		margin-top:10px;
	}
	.article-who .title img:first-child{
		width:30px;
	}
	.article-who .title img:last-child{
		width:170px;
	}
	.article-who .history dt {
		padding-right: 17px;
		font-size: 19px;
	}
}
@media(max-width:1200px){
	.article-who .title_fixed {
		left: 80px;
		top:110px;
	}
}
@media(max-width:992px){
	.sub0201 > div{
		height:600px;
	}
	.article-who .title img:last-child{
		width:150px;
	}
	.article-who{ padding-top:0;padding-bottom:0; }
	.article-who:before{ display:none; }
	.article-who .in{ padding:0;overflow:visible; }
	.article-who .title{ position:static;width:auto;margin:0;padding:34px 0 0;text-align:center;}	
	.article-who .title h3{line-height:1.7;}
	.article-who .title:before,
	.article-who .title:after{ display:none; }
	.article-who .subTit{ font-size:36px;line-height:1.25;text-align:center; }
	.article-who .history{ position:relative;float:none;width:auto;padding-top:81px;overflow-x:scroll;white-space:nowrap;box-sizing:border-box;-webkit-overflow-scrolling:touch; }
	.article-who .history:before,
	.article-who .history:after{ content:none;display:inline-block;vertical-align:top;width:48px;height:790px;background:#f1f0ed; }
	.article-who .history:before{ margin-right:-5px; }
	.article-who .history:after{ margin-left:0; }
	.article-who .history dl{ display:inline-block;padding:0;vertical-align:top;background:#f1f0ed;display:inline-block;width:300px;height:790px;padding:21px 16px 0;margin:0 2px;box-sizing:border-box;white-space:normal; }
	.article-who .history dl:last-child{margin-right:0;}
	.article-who .history dt{ left:16px;right:auto;top:-46px;padding-right:0;font-size:20px;text-align:left;}
	.article-who .history dd{ vertical-align:top;font-size:14px;padding-left:15px;line-height:2.2;}
	.article-who .history dd p {font-size:14px;}
	.sub0201 > div{
		height:550px;
	}
	.sub0201 .txtBox {
		padding:0 15px;
	}
	.sub0201 .txtBox h4:after {
		left: 76px;
	}
	.sub0201 .text-right h4:after{
		right:30px;
		left:auto;
	}
 	.article-who .title img:first-child{
		width:20px;
	}
	.article-who .title img:last-child{
		width:130px;
	}
	.article-who .title {padding:0;} 
	.article-who .history{overflow:scroll;max-width:100%}
	.article-who .history dl{margin-bottom:0}
	.article-who .history dd:before {
		left: 0;
		top: 14px;
	}
}


.work section{
	padding: 40px 0;
}
.work .tab{
	text-align:center;
	position:relative;
	margin: 50px 0 30px;
}
.work .tab a{
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	padding:0 50px;
}
.work .tab a:first-child{
	margin-left:-20px;
}
.work .tab:after{
	content:'';
	width:100%;
	background:#e1e1e1;
	height:1px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.work .tab:before{
	content: '';
    width: 5px;
    height: 5px;
    background: #e1e1e1;
    position: absolute;
    bottom: 10px;
	left: 50.4%;
    border-radius: 50%;
}
.work .tab a.on{
	position:relative;
}
.work .tab a.on:after{
	content:'';
	width:50%;
	background:#fac30c;
	height:2px;
	position:absolute;
	bottom:-21px;
	left:50%;
	transform:translateX(-50%);
}
.work .box{
	margin-bottom:40px;
}
.work .box .thum{
	height:530px;
	overflow:hidden;
}
.work .box .thum img{
	width:100%;
	height:100%;
}
.work .box .thum,
.work .box .subject{
	border:1px solid #e1e1e1;
}
.work .box .subject{
	border-top:none;
	padding:25px 20px;
	min-height:243px
}

.work .box .subject .category,
.work .box .subject .cta-loc {
	font-size:14px;
	font-weight:500;
	color:#000;
	margin-bottom:0;
}
.work .box .subject .title {
	height: 54px!important;
    overflow: hidden;
    text-overflow: ellipsis;
	margin:0;
}
.work .box .subject p {
    margin-bottom:0;
	font-size:14px;
	color:#666;
	font-weight:400;
	line-height:1.5;
}
.work .box .subject .book-cta {
	margin-top:20px;
}
.work .box .subject .book-cta div{
	margin:5px 0;
}
.work .box .subject .book-cta div p,
.work .box .subject .book-cta div a{
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
}
.work .box .subject .book-cta div p{
	width:80px;
}
.work .box .subject .book-cta div a{
	font-size:16px;
	font-weight:500;
	color:#000;
	margin-bottom:0;
	width:200px;
	text-align:center;
	padding:8px;
	border:1px solid #e1e1e1;
	margin-left:10px;
}
.work .fl{
	width:65%;
}
.work .fr{
	width:35%;
}

@media(max-width:1200px){
	.work .box .thum{
		height:410px;
		overflow:hidden;
	}
}
@media(max-width:992px){
	.work .box .subject .book-cta div p{
		width:auto;
		margin-bottom:5px;
	}
	.work .box .subject .book-cta div a{
		font-size:14px;
		width:100%;
		padding:8px;
		margin-left:0;
	}
}
@media(max-width:992px){
	.work section {
		padding: 0;
	}
	.work .tab{
		margin: 0 auto 50px;
	}
	.work .tab a{
		font-size:16px;
	}
	.work .box .subject .category{
		font-size:13px;
	}
	.work  .subject{
		padding:auto;
	}
	.work .box .subject .title {
		font-size:16px;
	}
	.work .box .subject .book-cta div p{
		font-size:13px;
	}
	.work .box .subject .book-cta div a{
		font-size:13px;
	}
}

@media(max-width:767px){
	.work .box .subject{
		padding:15px 10px;
	}
	.work .box .subject .title {
		font-size:16px;
	}
	.work .tab:after{
		bottom:-15px;
		left:0;
	}
	.work .tab:before{
		width: 4px;
		height: 4px;
		bottom: 8px;
		left: 50.4%;
	}
	.work .tab a.on:after{
		bottom:-16px;
	}
	.work .tab a{
		font-size:14px;
		padding:0 30px;
	}
	.work .box .subject .category{
		font-size:13px;
		margin-bottom:4px;
	}
	.work .box .subject p {
		font-size: 14px;
	}
	.work .box {
		margin-bottom: 20px;
	}
/* 	.work .row > div:nth-child(odd){
		padding-right:5px;
	}
	.work .row > div:nth-child(even){
		padding-left:5px;
	} */
	.work .box .subject .book-cta div p{
		font-size:12px;
	}
	.work .box .subject .book-cta div a{
		font-size:12px;
	}
	.work .box .subject .title {
		height: 30px!important;
	}
	.work .box .thum{
		height:auto;
	}
	.work .box .subject{
		min-height:auto;
	}
}


.sub0401 .board-search-area {
		margin: 60px 0 30px;
}

.sub0401 #gray_board_read{
	border-top: 4px solid #000;
}

.sub0401 #gray_board_read .board-list-view .view-contents-wrap {
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    padding: 50px 60px;
	min-height:500px;
}
.sub0401 .board-cta{
	padding:40px 0;
    border-bottom: 1px solid #666666;
}

@media(max-width:992px){
	.sub0401 .board-search-area {
		margin: 20px 0 10px;g
	}	
}

.sub0501  .agree-box {
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
    padding: 20px 0;
}
.sub0501  .agree-scroll{
	width: 100%;
    height: 160px;
    overflow-y: scroll;
}
.sub0501  .agree-box p{
	color:#000;
}
.sub0501 .agreeform {
	margin-top:10px;
}
.sub0501 .agreeform input{
	transform: translateY(1px);
	margin-right:6px;
}
.sub0501 .agreeform label{
	font-weight:400;
	color:#000;
}

.sub0501 .table_board_write {
	border-top:none;
}
#gray_board_write{
	border-top:1px solid #000;
}
.sub0501 .table_board_write tr th {
    border-right: none;
	background:#f9f9f9;	
	text-align:center;
	font-size:15px;
	font-weight:400;
}
.sub0501 #wcontent{
	border: none;
    border-top: none;
    box-shadow: none;
}
.sub0501 .spam-txt{
	transform:translateY(5px);
}

@media(max-width:992px){
	.table_board_read tr,
	.table_board_read tr th,
	.table_board_read tr td,
	.sub0501 .table_board_write tr,
	.sub0501 .table_board_write tr th,
	.sub0501 .table_board_write tr td{
		display:block;
		width:100%;
		float:none;
	}
	.sub0501 .td_left_num:after{
		content:'';
		clear:both;
		display:block;
	}
}

.black-bullet {
	width:100%;
	padding-top:40px;
	border-top:1px solid #e1e1e1;
}
.black-bullet dt,
.black-bullet dd{
	display:inline-block;
	vertical-align:top;
}
.black-bullet dt{
	padding-left:12px;
	position:relative;
	font-size:18px;
	color:#111;
	font-weight:500;
	width:32%;
}
.black-bullet dt:before{
	position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}
.black-bullet dd{
	font-size:16px;
	color:#666;
	font-weight:300;
	width:67%;
}



/* view page style */
.fl{float:left;}
.fr{float:right;}
.tt{font-size:34px;color:#222;font-weight:500;padding-bottom:10px;}
.fl,.fr{width:50%;}
.fr.view{padding-left:50px;}
.fr.view .black-bullet{padding-left:10px;}

.subVisualWrap{
	position:relative;
	max-width:100%;
	width:100%;
}
.subVisualWrap .item{
	position:relative;
	overflow:hidden;
	max-width:100%;
	width:100%;
	height:519px;
	border:1px solid #e1e1e1;
}
.subVisualWrap .item img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
}
.subVisualWrap .owl-theme .owl-nav [class*='owl-']{
	width:50px;
	height:150px;
	color:transparent;
	border-radius:0;
	top:50%;
	transform:translateY(-50%);
	position:absolute;
	background:transparent;
	margin:0;
	padding:0;
	background-size:contain;
	background-repeat:no-repeat;
}
.subVisualWrap .owl-carousel .owl-nav .owl-prev{
	background-image:url(../images/prev.png);
	left:0;
}
.subVisualWrap .owl-carousel .owl-nav .owl-next{
	background-image:url(../images/next.png);
	right:0;
}
.subVisualWrap .owl-carousel .owl-nav .owl-prev:hover{
	background:transparent;
	color:transparent;
	background-image:url(../images/prev.png);
	background-size:contain;
	background-repeat:no-repeat;
}
.subVisualWrap .owl-carousel .owl-nav .owl-next:hover{
	background:transparent;
	color:transparent;
	background-image:url(../images/next.png);
	background-size:contain;
	background-repeat:no-repeat;
}
@media(max-width:1200px){
	.subVisualWrap .item{
		height:500px;
	}
}
@media(max-width:992px){
	.fl,.fr{
		width:100%;
		display:block;
		float:none;
	}	
	.tt{
		font-size:20px;
	}
	.subVisualWrap .item{
		width:100%;
		height:100%;
		max-width:100%;
		border:none
	}
	.subVisualWrap .item img{
		position: relative;
		top:0;
		left:0;
		transform:none;
		max-width:100%;
	}
	.fr.view{
		padding-left:0;
		margin-top:40px;
	}
	.fr.view .black-bullet{
		padding-left:0;
		padding-top:20px;
	}
	.subVisualWrap{
		position:relative;
		max-width:100%;
	}
	.subVisualWrap .owl-theme .owl-nav [class*='owl-']{
		width:30px;
		height:100px;
	}
	.black-bullet dt {
		font-size: 15px;
		width: 20%;
	}
	.black-bullet dd {
		font-size: 14px;
		width: 79%;
	}
}
@media(max-width:767px){ 
	.subVisualWrap .item{
		width:100%;
		height:100%;
		max-width:100%;
	}
	.black-bullet dt {
		font-size: 15px;
		width: 100%;
	}
	.black-bullet dd {
		font-size: 14px;
		width: 100%;
		margin-top:5px;
		padding-left:12px;
	}
}

.tab02_wrap{
	background:#f4f4f4;
	width:100%;
	padding:35px 15px;
	border:1px solid #e8e8e8;
}
.tab02{
	border:1px solid #e8e8e8;
	margin:0 auto;
	width:80%;
	background:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.tab02 a{
	display:inline-block;
	float:left;
	box-sizing:border-box;
	height:60px;
	border-right:1px solid #e8e8e8;
	color:#999;
	font-size:16px;
	font-weight:300;
	text-align:center;
	padding-top:16px;
}
.tab02 a.active{
	border:1px solid #fac30c;
	border-radius:5px;
	font-weight:500;
	color:#fac30c;
}
.tab02 a:first-child{
}
/* .tab02 a:last-child{
	border:none;
} */
@media(max-width:767px){
	.tab02 {
		width: 100%;
	}
	.tab02 a {
		height: 45px;
		font-size: 14px;
		padding-top: 12px;
	}
}