@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;
}

.btn.btn-red-o{
	background:none;
	border:1px solid #c02126;
	color:#c02126;
}
.btn.btn-blue-o{
	background:none;
	border:1px solid #2a3869;
	color:#2a3869;
}
.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: 1230px;
	}
	.container.container-lg{
		width:1310px;
	}
	.container.container-sm{
		width:1100px;
	}
	.container.container-xs{
		width:1000px;
	}
}



/*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:#f5f5f5;
	color:#aaa;
	font-weight:300;
}


#footerWrap .f_link > ul,
#footerWrap .copy_info > ul{
	display:inline-block;
	margin:0;
}
#footerWrap .f_link > ul > li,
#footerWrap .copy_info > ul > li{
	float:left;
}
#footerWrap .f_link > ul > li > a{
	padding:5px 15px;
	color:#aaa;
	position: relative;	
}
#footerWrap .f_link > ul > li > a:after{
	position: absolute;
	top:50%;
	right:0;
	width:3px;
	height:3px;
	background:#555;
	border-radius:50%;
	content:'';
	transform:translateY(-50%);
}
#footerWrap .f_link > ul > li:last-child a:after{
	content:none;
}
#footerWrap .copy_info > ul > li{
	margin:0 15px;
	width:100%;
}
/* #footerWrap .copy_info > ul > li.fle{
	display:flex;
} */
/* #footerWrap .copy_info > ul > li.fle > span:last-child{
	padding-left: 3px;
} */
#footerWrap .f-logo{
	width:59%;
}
#footerWrap .f-info{
	width:40%;
}
/* #footerWrap .f-past{
	width:20%;
	text-align: right;
} */
#footerWrap .f-past p{
	padding-bottom: 15px;
}
#footerWrap .f-past a{
	color:#666;
}
#footerWrap .f-past a:hover{
	color:#000;
	display:inline-block;
}
@media(max-width:1200px){
	#footerWrap .f-logo {
		width: 26%;
	}
	#footerWrap .f-logo img{
		width: 200px;
	}
	#footerWrap .f-past{
		width:25%;
	}
}
@media(max-width:992px){
	#footerWrap .f_link > ul > li > a{
		padding:0 15px 0 0;
		color:#aaa;
	}
	#footerWrap .copy_info > ul > li{
		margin:0;
	}
	#footerWrap .copy_info > ul > li > span{
		padding-left: 0;
	}
	#footerWrap .f-logo,
	#footerWrap .f-past{
		width:49%;
		float:none;
		word-break:keep-all;
	}
	#footerWrap .f-info{
		margin-top:30px;
		width:100%;
	}
	#footerWrap .f-logo img{
		width:200px;
	}
	#footerWrap .f-past p{
		padding-bottom: 5px;
	}
	#footerWrap li {
		margin: 0 0;
		font-size:13px;
	}
	#footerWrap .f_link > ul > li > a:after {
		right: 7px;
	}
}
@media(max-width:767px){
	#footerWrap .f-logo,
	#footerWrap .f-past{
		width:100%;
	}
	#footerWrap .f-past{
		text-align: left;
		margin-top: 30px;
	}
	#footerWrap .copy_info > ul{
		display:block;
		margin:0;
	}
	#footerWrap .copy_info > ul > li{
		float:none;
		display:inline-block;
	}
	#footerWrap .copy_info > ul > li.fle > span:first-child{
		flex-basis:50px;
	}
	#footerWrap .copy_info > ul > li.fle > span:last-child{
		flex-grow:1;
	}
}


/*서브*/

#footerWrap .goTop{
	position:fixed;
	right:50px;
	bottom:40px;
	padding:10px 18px 15px 18px;
	text-align:center;
	background:#3c3c3c;
	line-height:1.1;
	z-index:50
}


#subVisual-Wrap {
	position:relative;
	height:420px;
	margin-top:110px;
	overflow:hidden;
	
}

#subVisual-Wrap .subVisual-text {
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:19%;
	/* transform:translateY(-50%); */
	color:#fff;
}
@media(max-width:992px){
	#subVisual-Wrap {
		height:250px;
		margin-top:70px;
	}
}
@media(max-width:767px){
	#subVisual-Wrap {
		height:200px;
	}
}




/*로케이션 메뉴*/
#sub_location{
	position:relative;
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	z-index:100;
	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:left;
	width:200px;
	text-align:left;
	margin-left:-1px;
	box-sizing:border-box;
}
@media(max-width:767px){
	#sub_location .sub_location_area > ul li.sub_dept{
		width:50%;
	}
}
#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;}




#sub-inner-wrap {
	padding:0 0 60px 0;
	_position:relative;
}
#sub-inner-wrap .container,
.host.container{
	width:1200px;
}
@media(max-width:1200px){
	#sub-inner-wrap .container,
	.host.container{
		width:950px;
	}
}
@media(max-width:992px){
	#sub-inner-wrap {
		position:relative;
		padding:0;
	}
	#sub-inner-wrap .container,
	.host.container{
		width:730px;
	}
}
@media(max-width:767px){
	#sub-inner-wrap .container,
	.host.container{
		width:100%;
	}
}
#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

.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;
	}
}





/*메뉴*/
#header{
	background:#451671;
}
#header #topNav{
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,.5); */
	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;
}
#header #topNav > h1{
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);
	margin:0;
}
#header #topNav > h1 > a{
	display:block;
	font-size:0;
	background:url(../images/comm/logo.png) no-repeat center center / contain;
	width:270px;
	height:55px;
	text-indent:-100px;
	overflow:hidden;
}
#header #topNav > .global-menu{
	text-align:center;
	padding:34px 0;
	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;
}
#header.top-nav-collapse #topNav > .global-menu,
#header.top-nav-collapse.header_sub #topNav > .global-menu{
	padding:15px 0;
}

#header #topNav > .global-menu ul{
	display:inline-block;
	vertical-align:top;
	margin:0;
	float:right;
}
#header #topNav > .global-menu ul > li {
	float:left;
	margin:0 30px;
	position:relative;
}
#header #topNav > .global-menu ul > li:before{
	content:"";
	position:absolute;
	left:-30px;
	top:50%;
	transform:translateY(-50%);
	height:5px;
	width:5px;
	border-radius:50%;
	background:rgba(219,118,255,0.5);
}
#header #topNav > .global-menu ul > li:first-child:before{
	content:none;
}
#header #topNav > .global-menu ul > li:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	height:3px;
	width:0;
	background:#fff;
	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;
}
#header.top-nav-collapse #topNav > .global-menu ul > li:after,
#header.header_sub #topNav > .global-menu ul > li:after{
	background:#000;
}
#header #topNav > .global-menu ul > li.opened a{
	/* color:#451671 !important; */
}
/* #header #topNav > .global-menu ul > li.opened:after,
#header #topNav > .global-menu ul > li:hover:after{
	width:100%;
}
 */
#header #topNav > .global-menu ul > li > a{
	display:block;
	padding:10px 20px;
	color:#222;
	font-weight:500;
	color:#fff;
}
#header.top-nav-collapse #topNav > .global-menu ul > li > a,
#header.header_sub #topNav > .global-menu ul > li > a{
	color:#fff;
}

#header #topNav > .sns_quick{
	position:absolute;
	right:40px;
	top:50%;
	transform:translateY(-50%);
}
#header #topNav > .sns_quick > ul{
	display:inline-block;
	margin:0;
}
#header #topNav > .sns_quick > ul > li{
	float:left;
	margin-left:15px;
}
#header #topNav > .sns_quick > ul > li > a{
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	font-size:0;
	text-indent:-100px;
}
#header #topNav > .sns_quick > ul > li.login > a{
	background:url(../images/comm/icon_login_w.png) no-repeat center center / cover;
}
#header #topNav > .sns_quick > ul > li.logout > a{
	background:url(../images/comm/icon_login_w.png) no-repeat center center / cover;
}
#header #topNav > .sns_quick > ul > li:nth-child(2) > a{
	background:url(../images/comm/icon_office_w.png) no-repeat center center / cover;
}
#header #topNav > .sns_quick > ul > li:nth-child(3) > a{
	background:url(../images/comm/icon_i_w.png) no-repeat center center / cover;
}
#header #topNav > .sns_quick > ul > li:nth-child(4) > a{
	width:24px;
	background:url(../images/comm/icon_b_w.png) no-repeat center center / cover;
}
#header #topNav > .sns_quick > ul > li:nth-child(5) > a{
	width:28px;
	background:url(../images/comm/icon_u_w.png) no-repeat center center / cover;
}

#header.top-nav-collapse #topNav > .sns_quick > ul > li.login > a,
#header.header_sub #topNav > .sns_quick > ul > li.login > a{
	background:url(../images/comm/icon_login_b.png) no-repeat center center / cover;
}
#header.top-nav-collapse #topNav > .sns_quick > ul > li.logout > a,
#header.header_sub #topNav > .sns_quick > ul > li.logout > a{
	background:url(../images/comm/icon_login_b.png) no-repeat center center / cover;
}
#header.top-nav-collapse #topNav > .sns_quick > ul > li:nth-child(2) > a,
#header.header_sub #topNav > .sns_quick > ul > li:nth-child(2) > a{
	background:url(../images/comm/icon_office_b.png) no-repeat center center / cover;
}
#header.top-nav-collapse #topNav > .sns_quick > ul > li:nth-child(3) > a,
#header.header_sub #topNav > .sns_quick > ul > li:nth-child(3) > a{
	background:url(../images/comm/icon_i_b.png) no-repeat center center / cover;
}
#header.top-nav-collapse #topNav > .sns_quick > ul > li:nth-child(4) > a,
#header.header_sub #topNav > .sns_quick > ul > li:nth-child(4) > a{
	background:url(../images/comm/icon_b_b.png) no-repeat center center / cover;
}

#header.top-nav-collapse #topNav > .sns_quick > ul > li:nth-child(5) > a,
#header.header_sub #topNav > .sns_quick > ul > li:nth-child(5) > a{
	background:url(../images/comm/icon_u_b.png) no-repeat center center / cover;
}

#header #topNav .all-menu-btn{
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	z-index:100;
}
.m_menu_bg{
	position:fixed;
	right:0;
	top:0;
	width:60%;
	height:100%;
	background:#29a9e1;
	z-index:10;
}


@media(max-width:1440px){
	#header #topNav > h1{
		left:20px;
	}
	#header #topNav > .sns_quick{
		right:20px;
	}
	#header #topNav > .global-menu ul > li {
		margin:0 5px;
	}
}
@media(max-width:1200px){
	#header #topNav > h1{
		left:20px;
	}
	#header #topNav > h1 > a{
		width:200px;
		height:48px;
	}
	#header #topNav > .sns_quick{
		right:20px;
	}
	#header #topNav > .global-menu ul > li {
		margin:0 0px;
	}
}
@media(min-width:992px){
	#header .global-menu,
	#header #topNav > .sns_quick{
		display:block !important;
	}
	.m_menu_bg{
		position:fixed;
		right:0;
		top:0;
		width:60%;
		height:100%;
		background:#29a9e1;
		z-index:10;
		display:none !important
	}
}
@media(max-width:992px){
	#header{
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#header #topNav{
		height:70px;
		border-bottom: none;
	}
	#header #topNav > .sns_quick{
		right:65px;
	}
	.m_menu_bg{
		position:fixed;
		right:0;
		top:0;
		width:60%;
		height:100%;
		background:#744f98;
		z-index:10;
		display:none;
	}
	#header #topNav > .global-menu{
		position:fixed;
		right:0;
		width:0%;
		height:100%;
		z-index:50;
		text-align:center;
		padding:40px 25px !important;
		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;
	}
	#header #topNav.m_menu_on > .global-menu{
		width:60%;
	}
	#header.top-nav-collapse #topNav > .global-menu,
	#header.top-nav-collapse.header_sub #topNav > .global-menu{
		padding:15px 0;
	}

	#header #topNav > .global-menu ul{
		display:block;
		vertical-align:top;
		margin:0;
		text-align:left;
	}
	#header #topNav > .global-menu ul > li {
		float:none;
		display:block;
		margin:0 10px;
		position:relative;
	}
	#header #topNav > .global-menu ul > li  > a{
		padding:10px 0 !important;
		color:#fff !important;
	}
	#header #topNav > .global-menu ul > li:after{
		height:2px;
	}
	#header #topNav > .global-menu ul > li {
		opacity:0;
		transform:translateX(100px);
	}
	#header #topNav > .global-menu ul li:nth-child(1) {transition:all 0.5s cubic-bezier(0.32, 0.08, 0.24, 1) 0.3s;}
	#header #topNav > .global-menu ul li:nth-child(2) {transition:all 0.5s cubic-bezier(0.32, 0.08, 0.24, 1) 0.4s;}
	#header #topNav > .global-menu ul li:nth-child(3) {transition:all 0.5s cubic-bezier(0.32, 0.08, 0.24, 1) 0.5s;}
	#header #topNav > .global-menu ul li:nth-child(4) {transition:all 0.5s cubic-bezier(0.32, 0.08, 0.24, 1) 0.6s;}
	#header #topNav > .global-menu ul li:nth-child(5) {transition:all 0.5s cubic-bezier(0.32, 0.08, 0.24, 1) 0.7s;}
	#header #topNav > .global-menu ul li:nth-child(6) {transition:all 0.5s cubic-bezier(0.32, 0.08, 0.24, 1) 0.8s;}
	#header #topNav > .global-menu ul li:nth-child(7) {transition:all 0.5s cubic-bezier(0.32, 0.08, 0.24, 1) 0.9s;}
	#header #topNav.m_menu_on > .global-menu ul li{
		opacity:1;
		transform:translateX(0px);
	}
}

@media(max-width:767px){
	#header #topNav > .global-menu ul{
	}
	#header #topNav > .global-menu ul > li {
		opacity:0;
		transform:translateX(100px);
		margin-top:10px;
	}
}




/*공통 퀵*/
.f_quick{
	position:fixed;
	right:40px;
	bottom:40px;
	width:90px;
	height:90px;
	z-index:100;
}
@media(max-width:992px){
	.f_quick{
		position:fixed;
		right:30px;
		bottom:30px;
		width:60px;
		height:60px;
	}
}
@media(max-width:767px){
	.f_quick{
		position:fixed;
		right:25px;
		bottom:25px;
		width:50px;
		height:50px;
	}
}
.f_quick > a{
	position:absolute;
	width:100%;
	height:100%;
	border-radius:100%;
	z-index:2;
	background:#f1f1f1;
	overflow:hidden;
}
.f_quick > a > img{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
}
.f_quick > a > img:nth-child(1){
	_animation: fquickimg1 3s step-end infinite;
	animation-name:fquickimg1;
	animation-duration:6s;
	animation-iteration-count:infinite;
}
.f_quick > a > img:nth-child(2){
	_animation: fquickimg2 3s step-end infinite;
	animation-name:fquickimg2;
	animation-duration:6s;
	animation-iteration-count:infinite;
	_display:none;
}
.f_quick:before{
	content:""; 
	position:absolute;
	top:0; 
	left:0; 
	z-index:1; 
	width:100%;
	height:100%; 
	background:#26a9d4; 
	border-radius:100px; 
	animation-name:quick;
	animation-duration:1.8s;
	animation-iteration-count:infinite;
}
@keyframes fquickimg1 {
	0%{	top:0px; _opacity:1;}
	45% {top:0px;	_opacity:0;}
	55%{top:-100px; z-index:2;}
	90%{top:-100px}
	100% {top:0px;	_opacity:0;}
}
@keyframes fquickimg2 {
	0%{	top:-100px; _opacity:1;}
	40% {top:-100px;	_opacity:0;}
	50%{top:0px}
	90%{top:0px}
	100% {top:-100px;	_opacity:0;}

}
@keyframes quick {
	0%{opacity:0.1; transform:scale(1,1);}
	50%{opacity:0.3;}
	100%{opacity:0; transform:scale(1.4,1.4);}
}

/*sub0101*/
.sub0101_wrap .sec01_no1,
.sub0101_wrap .sec01_no2{
	position:relative;
}
.sub0101_wrap .sec01_no1:after,
.sub0101_wrap .sec01_no2:after{
	content:"";
	position:absolute;
	left:30px;
	top:-40px;
	opacity:.8
}
.sub0101_wrap .sec01_no1:after{
	background:url(../images/sub0101_bg01.png) no-repeat center center / cover;
	width:160px;
	height:120px;
}
.sub0101_wrap .sec01_no2:after{
	background:url(../images/sub0101_bg02.png) no-repeat center center / cover;
	width:190px;
	height:120px;
}


.sub0101_wrap .sec02{
	background:url(../images/sub01_img03.jpg) no-repeat center center  / cover;
	height:270px;
	padding:0px 15px;
	position:relative;
	margin:140px 0;
}
.sub0101_wrap .sec02 > p{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	padding:0px 15px;
}
@media(max-width:992px){
	.sub0101_wrap .sec02{
		margin:100px 0;
	}
	.sub0101_wrap .sec01_no1:after{
		background:url(../images/sub0101_bg01.png) no-repeat center center / cover;
		width:133px;
		height:100px;
	}
	.sub0101_wrap .sec01_no2:after{
		background:url(../images/sub0101_bg02.png) no-repeat center center / cover;
		width:158px;
		height:100px;
	}
}
@media(max-width:767px){
	.sub0101_wrap .sec02{
		height:180px;
		margin:60px 0;
	}
	.sub0101_wrap .sec01_no1:after,
	.sub0101_wrap .sec01_no2:after{
		left:15px;
		top:-20px;
	}
	.sub0101_wrap .sec01_no1:after{
		background:url(../images/sub0101_bg01.png) no-repeat center center / cover;
		width:80px;
		height:60px;
	}
	.sub0101_wrap .sec01_no2:after{
		background:url(../images/sub0101_bg02.png) no-repeat center center / cover;
		width:95px;
		height:60px;
	}
}
.sub0101_wrap .sec03{
	position:relative;
}
.sub0101_wrap .sec03:after{
	content:""; 
	position:absolute;
	top:-30px; 
	left:0; 
	background:url(../images/sub0101_bg03.png) no-repeat center center / 813px auto;
	width:100%;
	height:150px;
	opacity:.8
}
@media(max-width:992px){
	.sub0101_wrap .sec03:after{
		background:url(../images/sub0101_bg03.png) no-repeat center center / 613px auto;
		height:100px;
	}
}
@media(max-width:767px){
	
	.sub0101_wrap .sec03:after{
		background:url(../images/sub0101_bg03.png) no-repeat center center / 380px auto;
		height:70px;
	}
}


/*sub0201*/
.sub0201_wrap{}
.sub0201_wrap .sbg{
	height:270px;
}

.sub0201_wrap .container .row{}
.sub0201_wrap .container .row > [class^="col-"]{
	padding-left:80px;
}
.sub0201_wrap .container .row > [class^="col-"]:first-child{
	border-right:1px solid #ddd;
}

.sub0201_wrap .department{/* text-align:center; */}
.sub0201_wrap .department > dt{
	font-size:34px;
	font-weight:500;
	padding: 70px 0 20px;
	/* padding-left:80px; */
	position:relative;
	text-align: center;
}
.sub0201_wrap .department > dt:after{
	content:"";
	position:absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width:60px;
	height:50px;
}
.sub0201_wrap .department > dt:before{
	content:"";
	position:absolute;
	left:0;
	top: 25px;
	width:100%;
	height:34px;
}

.sub0201_wrap .department > dt > span{
	font-weight:300;
}
.sub0201_wrap .department > dd{
	font-size:16px;
	/* padding-left: 20px; */
	/* margin-top:15px; */
	/* margin: 0 auto; */
	position:relative;
	/* text-align: center; */
} 
.sub0201_wrap .department > dd > ul {margin:0 auto;text-align: center;padding: 0;}
.sub0201_wrap .department > dd > ul > li {list-style:none;margin-top:15px;display: block;padding: 0;}
.sub0201_wrap .department > dd > i{
	position:absolute;
	left: 0;
	top:50%;
	padding-: 35px;
	transform:translateY(-50%);
}

.sub0201_wrap .department > dd:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
}


.sub0201_wrap .department.dep1 > dt:after{
	background:url(../images/sub0201_icon01.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep1 > dt:before{
	background: url(../images/sub0201_tx01.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep2 > dt:after{
	background:url(../images/sub0201_icon02.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep2 > dt:before{
	background:url(../images/sub0201_tx02.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep3 > dt:after{
	background:url(../images/sub0201_icon03.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep3 > dt:before{
	background:url(../images/sub0201_tx03.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep4 > dt:after{
	background:url(../images/sub0201_icon04.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep4 > dt:before{
	background:url(../images/sub0201_tx04.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep5 > dt:after{
	background:url(../images/sub0201_icon05.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep5 > dt:before{
	background:url(../images/sub0201_tx05.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep6 > dt:after{
	background:url(../images/sub0201_icon06.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep6 > dt:before{
	background:url(../images/sub0201_tx06.png) no-repeat center center / contain;
}

.sub0201_wrap .department.dep7 > dt:after{
	background:url(../images/sub0201_icon07.png) no-repeat center center / cover;
}
.sub0201_wrap .department.dep7 > dt:before{
	background:url(../images/sub0201_tx07.png) no-repeat center center / contain;
}


@media(max-width:1200px){
	.sub0201_wrap .container .row > [class^="col-"]{
		padding-left:40px;
	}

	.sub0201_wrap .department > dt{
		font-size:30px;
		padding:22px 0 22px;
		/* padding-left:65px; */
	}
	.sub0201_wrap .department > dt:after{
		width:50px;
		height:40px;
	}
	.sub0201_wrap .department > dt:before{
		top:8px;
		height:32px;
	}

	.sub0201_wrap .department > dd{
		font-size:15px;
		margin-top:15px;
	} 
}
@media(max-width:992px){
	.sub0201_wrap .sbg{
		height:200px;
	}

	.sub0201_wrap .container .row > [class^="col-"]{
		padding-left:30px;
	}
	.sub0201_wrap .department > dt{
		font-size:24px;
		padding: 43px 0 18px;
		/* padding-left:55px; */
	}
	.sub0201_wrap .department > dt:after{
		width:40px;
		height:35px;
	}
	.sub0201_wrap .department > dt:before{
		top:8px;
		height:24px;
	}
	.sub0201_wrap .department > dd{
		font-size:14px;
		margin-top:15px;
	} 
	.sub0201_wrap .department > dd:nth-child(2){
		margin-top:0;
	}
	.sub0201_wrap .department > dd > i{
		position:absolute;
		left:0;
		top:3px;
		transform:translateY(0%);
	}
    .sub0201_wrap .department > dd > ul > li {
    	margin-top:5px;
    }
}

@media(max-width:767px){
	.sub0201_wrap .sbg{
		height:160px;
	}

	.sub0201_wrap .container .row > [class^="col-"]{
		padding-left:20px;
		border-right:0 !important;
	}

	.sub0201_wrap .department > dt{
		font-size:20px;
		padding: 37px 0 14px;
		/* padding-left:45px; */
	}
	.sub0201_wrap .department > dt:after{
		width:30px;
		height:25px;
	}
	.sub0201_wrap .department > dt:before{
		top:8px;
		height:20px;
	}
	.sub0201_wrap .department > dd{
		font-size:14px;
		margin-top:10px;
	} 
	.sub0201_wrap .department > dd:nth-child(2){
		margin-top:0;
	}
	.sub0201_wrap .department > dd > i{
		position:absolute;
		left:0;
		top:3px;
		transform:translateY(0%);
	}
}




/*sub0301*/
.sub0301_wrap .service_list > div{
	display:inline-block;
	width:280px;
	margin:40px 10px;
}
@media(max-width:767px){
	/*sub0301*/
	.sub0301_wrap .service_list > div{
		margin:25px 0px;
	}
}




/*sub0401*/
#list-recruting{}
#list-recruting table{
	width:100%;
}
#list-recruting  thead th{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:20px 0;
	font-size:16px;
	font-weight:400;
	color:#000;
	text-align:center;
}


.list_row td{
	padding:20px 0;
	text-align:center;
	font-size:16px;
	font-weight:300;
	cursor:pointer;
}
.list_row td.arrow{
	position:relative;
	padding:0;
}
.list_row td.arrow > i {
	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;
}
.list_row.opened td.arrow > i{
	transform: rotate(-180deg);
}


.detail_row td{
	border-bottom:1px solid #ddd;
}
.detail_row td > .detail_contents{
	display:none;
}
.detail_row td > .detail_contents .detail_inner{
	padding:20px 0;
}

@media(max-width:992px){
	#list-recruting{
		border-top:1px solid #000;
	}
	.list_row td{
		padding:15px 0;
	}
}

/*sub0501*/
.faq_m_tab_title{
	display:none;
}
.faq_tab_menu{
	padding-left:4px;
	margin-bottom:80px;
}
.faq_tab_menu ul  > li{

}
.faq_tab_menu ul{}
.faq_tab_menu ul:after{
	content:"";
	display:block;
	clear:both;
}
.faq_tab_menu ul  > li{
	background:#f7f7f7;
	float:left;
	width:14.28%;
	border:1px solid #ddd;
	margin-left:-1px;
	position:relative;
	z-index:2;
}
.faq_tab_menu ul  > li > a{
	display:block;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	color:#000;
	font-weight:300;
}
.faq_tab_menu ul  > li.on{
	background:#fff;
	border:1px solid #000;
	z-index:3;
	border-bottom:#fff;
}

@media(min-width:993px){
	.faq_tab_menu{
		display:block !important;
	}
}
@media(max-width:992px){
	.faq_m_tab_title{
		display:block;
		width:100%;
		border:1px solid #ddd;
		background:#f7f7f7;
		padding:15px;
		color:#000;
		font-size:15px 20px;
		position:relative;
		text-align:center;
	}
	.faq_m_tab_title > i {
		position:absolute;
		right:20px;
		top:50%;
		transform:translateY(-50%);
		font-size:22px;
		transition:all .3s ease-in-out;
	}
	.faq_m_tab_title.open > i{
		transform:translateY(-50%) rotate(180deg) ;
	} 
	.faq_tab_menu{
		padding-left:0;
		display:none;
	}
	.faq_tab_menu ul  > li{ 
		float:none;
		width:100%; 
		margin:0;
		margin-top:-1px;
	}
	.faq_tab_menu ul  > li.on{
		background:#fff;
		border:1px solid #000;
		z-index:3;
		border-bottom:1px solid #000;
	}
	.faq_tab_menu ul  > li > a{
		display:block;
		padding:15px 20px;
		text-align:center;
		font-size:14px;
		color:#000;
		font-weight:300;
	}
}



.sub_tab {
	box-sizing:border-box;
	/* padding:0.7rem;
	background:#f5f5f5; */
}
.sub_tab > ul {
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	list-style:none;
	padding:0;
}
.sub_tab > ul > li{
	position:relative;
	padding:0 2rem;
	background:#f5f5f5;
	margin-right: 10px;
}
.sub_tab > ul > li:last-child{
	margin-right: 0px;
}
.sub_tab > ul > li a{
	color:#aaa;
}
.sub_tab > ul > li.active{
	background:#451671;
}
.sub_tab > ul > li.active a{
	color:#fff;
}
/* .sub_tab > ul > li:before {
	content:"";
	width:0.5rem;
	height:0.5rem;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	border-radius:50%;
	background:#dedede;
} */
.sub_tab > ul > li:last-child:before{
	display:none;
}
.sub_tab > ul > li > a {
	display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #aaa;
    text-align: center;
    box-sizing: border-box;
    padding: 1.4rem 1rem;
}
.sub_tab > ul > li > a.active {
	color:#222;
	font-weight:800;
}
@media(max-width:767.98px){
	.sub_tab {
		padding-top:2rem;
	}
	.sub_tab > ul > li{
		padding:0 1rem;
	}
	.sub_tab > ul > li:before {
		width:0.4rem;
		height:0.4rem;
	}
	.sub_tab > ul > li > a {
		font-size:1.5rem;
		padding:1rem 0;
	}
}


/*sub0601*/
.sub0601_wrap .tab_menu{
	padding-left:3px;
}
.sub0601_wrap .tab_menu > ul > li{
	background:#f7f7f7;
	float:left;
	width:33.33%;
	border:1px solid #ddd;
	margin-left:-1px;
	position:relative;
	z-index:2;
}
.sub0601_wrap .tab_menu > ul > li > a{
	display:block;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	color:#000;
	font-weight:300;
}
.sub0601_wrap .tab_menu > ul > li.active{
	background:#fff;
	border:1px solid #000;
	z-index:3;
	border-bottom:#fff;
}

.sub0601_wrap .tab_contents .info{
	border-left:1px solid #ddd;
}
.sub0601_wrap .tab_contents .info p{
	display:inline-block;
	position:relative;
	padding-left:100px;
}
.sub0601_wrap .tab_contents .info p > span{
	position:absolute;
	left:0;
}
.sub0601_wrap .root_daum_roughmap{
	bordeR:0;
	width:100% !important;
	padding:0;
}

@media(max-width:992px){
	.sub0601_wrap .tab_menu > ul > li > a{
		padding:12px 10px;
		font-size:14px;
	}
	.sub0601_wrap .tab_contents .info{
		border-left:0;
	}
}
@media(max-width:767px){
	.sub0601_wrap .tab_menu > ul > li > a{
		padding:12px 10px;
		font-size:14px;
	}
	.sub0601_wrap .tab_contents .info{
		border-left:0;
	}
	.sub0601_wrap .tab_contents .info p{
		display:block;
		padding-left:80px;
	}
}





/*모바일 메뉴 열기 아이콘 애니*/
.qodef-menu-appear {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}


.qodef-menu-appear span {
    display: block
}

.qodef-menu-appear .icon {
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

.qodef-menu-appear .line {
    margin: 0 0 0 auto;
    position: relative;
    width: 100%;
    height: 2px;
    background: #fff;
    -moz-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    transition: width .3s cubic-bezier(.77, 0, .175, 1)
}
#header.top-nav-collapse .qodef-menu-appear .line,
#header.header_sub .qodef-menu-appear .line{
	background:#fff;
}


.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: #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)
}
#header.top-nav-collapse .qodef-menu-appear .close:after, 
#header.top-nav-collapse .qodef-menu-appear .close:before {
	background:#fff;
}



.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
}
/**/

/* common */
dl{
	margin:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.bg-gray{
	background:#f3f3f3;
}
.bg-white{
	background:#fff;
}
.bg-sky{
	background:#53b0db;
}
.bg-blue{
	background:#0859a4;
}
.bg-Dblue{
	background:#172a40;
}
.font-italic{
	font-style:italic !important;
}
.bb{
	border-bottom:1px solid #333;
}
.parent{
	position: relative;
}
.blue-bullet{
	position: relative;
	padding-left:15px;
}
.blue-bullet:before{
    width: 4px;
    height: 4px;
    background: #53b0db;
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
}
.cta a {
	display: inline-block;
	color: white;
	font-weight: 300;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 13px;
}
.text-underline{
	position: relative;
}
.text-underline:after{
	position: absolute;
	bottom:2px;
	left:0;
	width:100%;
	height:1px;
	background:#000;
	content:'';
}
.bg-up{
	margin-top:-200px;
	position: relative;
	_z-index:1;
	background:#fff;
	padding-left:0;
	padding-right:0;
	border:1px solid #efeeee;
}
.up-board{
	padding-left:60px;
	padding-right:60px;
}
.tab {
    display:block;
    width:100%;
    position: relative;
	border-bottom:1px solid #ddd;
	margin-bottom:60px;
}
.tab li{
	width:50%;
	float:left;
	text-align:center;
	position: relative;
}
.tab li.last:after{
	display:none;
}
.tab .tab_2 li{
	width:50%;
}
.tab .tab_3 li{
	width:33.33%;
}
.tab .tab_5 li{
	width:20%;
}
.tab li:after{
	position: absolute;
	content:'';
	width:1px;
	height:15px;
	background:#ddd;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.tab li a{
	width:100%;
	height:100%;
	padding:16px;
	font-size:18px;
	color:#666;
	display:inline-block;
}
.tab .active a{
    font-weight: 500;
    color:#451671;
	border-bottom:2px solid #451671 !important;
}
@media(max-width:992px){
	.tab {
		width: 95%;
		margin: auto;
		/* margin-bottom:15px; */
	}
	.tab .tab_2 li,
	.tab .tab_3 li,
	.tab .tab_5 li{
		/* display: inline-block; */
		width: 100%;
	}
/* 	.tab .tab_3 li{
		width: 32.7%;
	}
	.tab .tab_2 li{
		width: 49.5%;
	} */
	.blue-bullet{
		padding-left:10px;
	}
	.blue-bullet:before{
		top: 9px;
	}
}

/* detail */
/* .sub0101 > div{
	width:100%;
	height:100%;
	margin:0 auto;
	background: #fff;
	background-size:cover;
	background-position:center center;
	padding:100px 95px 150px;
	background-repeat:no-repeat;
	border:1px solid #efeeee;
	margin-top:-200px;
	position: relative;
	z-index:1;
} */
.sub0101 .txtbox{
	padding: 50px 70px 100px 70px;
}
.complete{
	padding-bottom:70px;
}
.complete h1{
	padding:150px 0 50px;
}
.complete p{
	padding-bottom:170px;
}
/*sub2020 신규추가*/
.sub0102 .up-board {
	padding:0;
}
.sub0102 .up-board .item{
	padding:40px 0;
	border-bottom:1px solid #ddd;
}
.sub0102 .up-board .item p{
	font-size:16px;
}
.sub0102 .up-board .item li{
	font-size:16px;
	color:#555;
	font-weight:300;
	margin:10px 0;
	width:100%;
}
.sub0102 .up-board .item li span,
.sub0102 .up-board .item li p{
	display:inline-block;
	vertical-align:top;
}
.sub0102 .up-board .item li span.ml_70{
	margin-left:70px;
}
.sub0102 .up-board .item li span.hy{
	width:1%;	
	/* transform:translateY(4px); */
}
.sub0102 .up-board .item li p.hy_p{
	line-height:1.5;
	width:97%;
}
.sub0102 .up-board .item > div:first-child{
	width: 25%;
	padding-left:60px;
}
.sub0102 .up-board .item > div:last-child{
	width: 74%;
	margin-top:50px;
}
.sub0102 .up-board .item > div h2{
	display:inline-block;
	vertical-align:middle;
}
.sub0102 .up-board .item > div > img{
	display:inline-block;
	vertical-align:middle;
	width:200px;
}
.sub0102 .up-board .item .cta {
	display:inline-block;
	margin:25px 10px 10px 0;
}
.sub0102 .up-board .item .cta a{
    padding: 12px 20px;
	text-align:center;
}
.sub0102 .up-board .item.btn-apply p,
.sub0102 .up-board .item.btn-apply .cta{
	display:inline-block;
	margin-right:10px;
}
.sub0102 .up-board .item table{
	border-top:1px solid #000;
	width:100%;
	max-width:700px;
	margin-top:20px;
}
.sub0102 .up-board .item table th,
.sub0102 .up-board .item table td{
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	text-align:center;
	padding:10px 2px;
}
.sub0102 .up-board .item table th{
	background:#f7f8f8;
}
.sub0102 .up-board .item table td{
	color:#555;
}
.sub0102 .up-board .item table th:last-child,
.sub0102 .up-board .item table td:last-child{
	border-right: none;
}
.sub0102 .up-board .poster{
	padding:0px 60px;
}
.btn_b{
	text-align: center;
}
.btn_b a {
	display: inline-block;
	color: white;
	font-weight: 300;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 14px;
}
.sub0102 .up-board .poster .p_box{
	margin-bottom:60px;
}
.sub0102 .up-board .poster .p_box h2{
	line-height: 24px;
	text-align: center;
}
.sub0102 .up-board .poster img{
	width:100%;
}
.sub0102 .up-board .poster hr{
	margin-top: 20px;
    margin-bottom: 60px;
    border: 1px solid #eee;
}
@media(max-width:1199.98px){
	.sub0102 .up-board .poster .p_box {
    text-align: center;
		padding-bottom: 5rem;
		border-bottom: 1px solid #ccc;
	}
	.sub0102 .up-board .poster img {
    max-width: 700px;
	}
	.sub0102 .up-board .poster .p_box h2 {
		max-width: 700px;
		line-height: 1.8;
		margin: 0 auto !important;
		margin-top: 4rem !important;
		margin-bottom: 2.5rem !important;
    font-size: 2.8rem !important;
	}
	.btn_b a {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
    width: 23rem;
		height: 7rem;
		font-size: 2.5rem;
	}
	.sub0102 .up-board .poster .p_box:first-child{
		margin-top: 6rem;
	}
	.sub0102 .up-board .poster .p_box:last-child{
		margin-bottom:0px;
		border-bottom:none;
	}
	.sub0102 .up-board .poster hr{
		display:none;
	}
}
@media(max-width:991.98px){
	.sub0102 .up-board .poster img{
		width:100%;
	}
}
@media(max-width:575.98px){
	.sub0102 .up-board .poster .p_box h2 {
		margin-top: 3rem !important;
		margin-bottom: 1.5rem !important;
    font-size: 2.1rem !important;
	}
	.btn_b a {
    width: 18rem;
		height: 5rem;
		font-size: 1.9rem;
	}
}
/*sub2020 신규추가*/
.sub030301 .survey_form{
	padding-right:30px;
	margin:70px auto 20px;
}
.sub030301 .survey_form > span:first-child{
	margin-right:70px;
}
.sub0201 .up-board {
	padding:0;
}
.sub0201 .up-board .item{
	padding:40px 0;
	border-bottom:1px solid #ddd;
}
.sub0201 .up-board .item p{
	font-size:16px;
}
.sub0201 .up-board .item li{
	font-size:16px;
	color:#555;
	font-weight:300;
	margin:10px 0;
	width:100%;
}
.sub0201 .up-board .item li span,
.sub0201 .up-board .item li p{
	display:inline-block;
	vertical-align:top;
}
.sub0201 .up-board .item li span.hy{
	width:1%;	
	/* transform:translateY(4px); */
}
.sub0201 .up-board .item li p.hy_p{
	line-height:1.5;
	width:98%;
}
.sub0201 .up-board .item > div:first-child{
	width:34%;
	padding-left:60px;
}
.sub0201 .up-board .item > div:last-child{
	width:65%;
}
.sub0201 .up-board .item > div > img,
.sub0201 .up-board .item > div h2{
	display:inline-block;
	vertical-align:middle;
}
.sub0201 .up-board .item .cta {
	display:inline-block;
	margin:25px 10px 10px 0;
}
.sub0201 .up-board .item .cta a{
    padding: 12px 20px;
	text-align:center;
}
.sub0201 .up-board .item.btn-apply p,
.sub0201 .up-board .item.btn-apply .cta{
	display:inline-block;
	margin-right:10px;
}
.sub0201 .up-board .item table{
	border-top:1px solid #000;
	width:100%;
	max-width:700px;
	margin-top:20px;
}
.sub0201 .up-board .item table th,
.sub0201 .up-board .item table td{
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	text-align:center;
	padding:10px 2px;
}
.sub0201 .up-board .item table th{
	background:#f7f8f8;
}
.sub0201 .up-board .item table td{
	color:#555;
}
.sub0201 .up-board .item table th:last-child,
.sub0201 .up-board .item table td:last-child{
	border-right: none;
}

.sub030301 .survey_form label{
	font-size:15px;
	color:#222;
	font-weight:400;
}
.sub030301 form{
	max-width:500px;
	margin:0 auto;
}
.sub030301 .item > p{
	text-align:right;
	width:19%;
}
.sub030301 .item > p,
.sub030301 .item > div{
	display:inline-block;
	vertical-align:middle;
}
.sub030301 .item > div {
	width:80%;
	margin:2.5px 0;
}
.sub030301 .item > div > input,
.sub030301 .item > div > select{
	height: 45px;
	display:inline-block;
}
.sub030301 .item > div.tel > input,
.sub030301 .item > div.tel > select{
	width:31.4%;
}
.sub030301 .btn-area{
	padding:40px 0 130px;
}
@media(max-width:992px){
	.bg-up{
		margin-top:-100px;
	}
	/* .sub0101 > div{
		padding:60px 40px 100px;
		border:1px solid #efeeee;
		margin-top:-100px;
	} */
	.sub0101 .txtbox{
		padding:40px 20px;
	}
	.sub0201 .up-board .item > div:first-child,
	.sub0201 .up-board .item > div:last-child {
		width: 100%;
		display:block;
		padding-left:15px;
		padding-right:15px;
	}
	.sub0201 .up-board .item > div:first-child{
		margin-bottom:20px;
	}
	.sub0201 .up-board .item p {
		font-size: 14px;
	}
	.sub0201 .up-board .item.btn-apply p{
		display: block;
	}
	.sub0201 .up-board .item.btn-apply .cta{
		display: block;
		text-align:center;
		margin:10px 0;
	}
	.sub0201 .up-board .item .cta{
		display:block;
		width:100%;
		display:inline-block;
		margin:10px 0;
	}
	.sub0201 .up-board .item .cta a{
		padding:10px;
		width:100%;
	}
	.sub0201 .up-board .item > div img, .sub0201 .up-board .item > div h2 {
		margin-right: 0;
	}
	.sub0201 .up-board .item.btn-apply .cta a{
		width:100%;	
		padding: 10px 18px;
	}
	.sub0201 .up-board .item table th, 
	.sub0201 .up-board .item table td{
		padding: 8px 1px;
		font-size:13px;
	}
	.sub0102 .up-board .item > div:first-child,
	.sub0102 .up-board .item > div:last-child {
		width: 100%;
		display:block;
		padding-left:15px;
		padding-right:15px;
		margin-top:0px;
	}
	.sub0102 .up-board .item > div:first-child{
		margin-bottom:20px;
	}
	.sub0102 .up-board .item p {
		font-size: 14px;
	}
	.sub0102 .up-board .item.btn-apply p{
		display: block;
	}
	.sub0102 .up-board .item li span.ml_70{
	margin-left:0px;
	}
	.sub0102 .up-board .item.btn-apply .cta{
		display: block;
		text-align:center;
		margin:10px 0;
	}
	.sub0102 .up-board .item .cta{
		display:block;
		width:100%;
		display:inline-block;
		margin:10px 0;
	}
	.sub0102 .up-board .item .cta a{
		padding:10px;
		width:100%;
	}
	.sub0102 .up-board .item > div img, .sub0102 .up-board .item > div h2 {
		width: 100%;
	}
	.sub0102 .up-board .item.btn-apply .cta a{
		width:100%;	
		padding: 10px 18px;
	}
	.sub0102 .up-board .item table th, 
	.sub0102 .up-board .item table td{
		padding: 8px 1px;
		font-size:13px;
	}
	.sub030301 .btn-area {
		padding: 40px 0 60px;
	}
	.complete h1{
		padding:100px 0 50px;
	}
	.complete p{
		padding-bottom:60px;
	}
}
@media(max-width:767px){
	.bg-up{
		margin-top:-60px;
		border:none;
	}
	/* .sub0101 > div{
		padding:60px 15px;
		margin-top:-60px;
	} */
	#gray_board_list .table_board_basic td a {
		display:-webkit-box;
/* 		-webkit-line-clamp:3; */
		-webkit-box-orient:vertical;
		white-space:nowrap;
		max-height: 40px;
		height:100%;
		width:100%;
		max-width:400px;
		overflow: hidden;
		display: inline-block;
		text-overflow: ellipsis;
	}
}
@media(max-width:485px){
	.cta a {
		padding: 6px;
		font-size: 14px;
	}
	.sub0101 .cta > a{
		display:block;
		margin:10px 0;
		text-align:center;
	}
	.sub030301 .item{
		margin:15px 0;
	}
	.sub030301 .item > p, .sub030301 .item > div {
		display:block;
		width:100%;
		text-align:left;
	}
	.sub030301 .item > div > input, 
	.sub030301 .item > div > select {
		height: 35px;
		display: inline-block;
	}
	.sub030301 .tel input{
		width:30.7% !important;
	}
	.sub030301 .survey_form {
		margin: 60px 0 20px;
		text-align: left;
	}
	.sub030301 .survey_form > span:first-child {
		margin-right:30px;
		padding-right:0;
	}
	#gray_board_list .table_board_basic td a {
		max-width:230px;
	}
}


/* 신청서 */
.apply .table-intro{
	padding:55px 0 0;
	position: relative;
}
.apply .table-intro > img{
	position: absolute;
	bottom:4px;
	right:0;
}
.apply .agree-form-1{
	border:1px solid #ebebeb;
	height:250px;
	overflow:scroll;
	width:100%;
	padding:25px 30px;
	margin-bottom:15px;
}
.apply #gray_board_write .table_board_write .th_bold,
.apply #gray_board_write .table_board_write td{
    padding:8px;
    font-size:15px;
    border-bottom:1px solid #ebebeb;
}
.apply #gray_board_write .table_board_write .th_bold:last-child,
.apply #gray_board_write .table_board_write td:last-child{
    border-right:none;
	border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.apply #gray_board_write .table_board_write .th_bold{
    background:#f7f8f8!important;
    color:#222;
    font-weight: 500;
	text-align:center;
}
.apply #gray_board_write .table_board_write td{
    background:#fff;
    color:#666;
    font-weight: 300;
}
.apply #gray_board_write .survey_form .input_chk {
    width: 24%;
	display:inline-block;
    margin:7px 0;
}
.apply #gray_board_write .survey_form2 .input_chk {
    width: 48%;
}
.apply #gray_board_write .filebox .upload-name{
	width:100%;
}
.apply #gray_board_write .filebox label{
	position: absolute;
    right:5px;
    top: 50%;
    font-size: 13px;
    font-weight: 300;
    transform: translateY(-50%);
    background: #333333;
    color: white;
    width: 70px;
    padding: 2.5px 3px;
    border-radius: 0;
}
.apply #gray_board_write .filebox.preview-image{
	display:inline-block;
	width:100%;
	position: relative;
}
.apply #gray_board_write.complete .survey_form .input_chk {
    width: auto;
	margin-right:20px;
}
.apply #gray_board_write.complete th,
.apply #gray_board_write.complete td{
	height:60px;
	box-sizing:border-box;
	color:#222 !important;
	font-size:15px !important;
}
.complete .input_chk label{
	cursor:default;
}
.input_chk label {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    padding-left: 5px;
}
.input_chk label{
	cursor: pointer;
}
.btn-dblue{
	background:#172a40;
	color:white;
	font-size:16px;
	font-weight:300;
	padding: 13px 37px;
}
.btn-blue{
	background:#0859a4;
	color:white;
	font-size:16px;
	font-weight:300;
	padding: 13px 37px;
}
.btn-sky{
	background:#0859a4;
	color:white;
	font-size:16px;
	font-weight:300;
    padding: 15px 57px;
}
.btn-sky:hover,
.btn-dblue:hover,
.btn-blue:hover{
	color:#fff;
}
.warningTxt{
	line-height:2;
}
#border-bottom,
.btn_board_bottom{
	margin:20px 0 60px;
}
.st {
	width:50%;
}
.st > span,
.st > p{
	display:inline-block;
	vertical-align:top;
}
.st > span{
	width:1%;
}
.st > p{
	width:98%;
}


@media(max-width:1200px){
	.apply #gray_board_write .survey_form .input_chk {
		width: 100%;
		margin: 5px 0;
	}	
	.apply #gray_board_write .filebox label {
		top: 17px;
		left:auto;
		right: 1.5%;
	}
	.st {
		width:100%;
	}
}
@media(max-width:992px){
	.up-board {
		padding-left: 15px;
		padding-right: 15px;
		border-left:none;
		border-right:none;
	}
	.tab li a {
		font-size: 15px;
	}
	.warningTxt{
		line-height:1.5;
	}
	.btn-sky {
		font-size: 15px;
		padding: 12px 40px;
	}
	.btn-dblue,
	.btn-blue {
		font-size: 15px;
		padding: 8px 34px;
	}
	.table-intro {
		padding: 10px 0 20px;
		border-bottom: 2px solid #22407f;
		position: relative;
	}
	.table-intro > img {
		width:200px;
	}
	.apply #gray_board_write .table_board_write,
	.apply #gray_board_write .table_board_write thead,
	.apply #gray_board_write .table_board_write tbody,
	.apply #gray_board_write .table_board_write tr,
	.apply #gray_board_write .table_board_write .th_bold,
	.apply #gray_board_write .table_board_write td{
		display:block;
		width:100%;
	}
	.apply #gray_board_write .survey_form .input_chk {
		width: 49%;
	}
	.apply #gray_board_write .survey_form2 .input_chk {
		width: 100%;
	}
	.apply .agree-form-1{
		padding:25px 15px;
	}
	#gray_board_bottom .btn_board_bottom p{
		float: none;
		display:block;
	}
	#gray_board_bottom .btn_board_bottom .li_left,
	#gray_board_bottom .btn_board_bottom .li_right {
		float: none;
		display:inline-block;
		position: relative;
		margin-top:15px;
	}
	.btn_board_bottom {
		margin: 20px 0 60px;
		padding-bottom: 0!important;
	}
}
@media(max-width:767px){
	.st > span{
		width:2%;
	}
	.st > p{
		width:96%;
	}
}
@media(max-width:485px){
	.tab {
		border-bottom:0;
		margin-top:20px;
	}
	.tab li {
		width: 95%;
		float: none;
		margin:0 auto;
		border:.1px solid #ddd;
		border-bottom:none;
	}
	.tab li a {
		height:46px;
		line-height:46px;
		display:block;
		padding:0;
	}
	.tab li:last-child a{
		border-bottom:.1px solid #ddd;	
	}
	.tab li:after {
		content:none;
	}
	.table-intro > img {
		width:80px;
	}
	#gray_board_top .search_info {
		text-align: left;
		float:none;
	}
	#gray_board_top .select_search {
		min-width: 86px;
		margin:30px 0;
	}
	#gray_board_top .input_search {
		width: 53.4%;
	}
	#gray_board_write table,
	#gray_board_write thead,
	#gray_board_write tbody,
	#gray_board_write tr,
	#gray_board_write th,
	#gray_board_write td{
		display:block;
		width:100%;
		border-right:none !important;
	}
	#gray_board_write th{
		background:#fafafa;
	}
	#gray_board_write td > input{
		width:100% !important;
	}
	#gray_board_write tr.email td > input,
	#gray_board_write tr.email td > select{
		width:30.8% !important;
	}
	#gray_board_list .table_board_basic .td_left {
		text-align: left;
	}
	.filebox .upload-name{
		max-width:100%;
	}
	#gray_board_write tr.tel input{
		width:30% !important;
	}
	#gray_board_write td.parent > div:last-child{
		margin:10px 0;
	}

	.paging-in > a{
		margin-right: 0!important;
		margin-left: 0!important;
	}
	.contentTxt{
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.table_board_read tr th, .table_board_read tr td {
		padding: 10px 2px;
	}
	#gray_board_read{
		margin-top:40px;
	}
}








@media(min-width:1200px){
	.wp27-lg{
		width:27% !important;
	}
}
@media(max-width:1199px){
	.wp100-xs{
		width:100% !important;
	}
}


.up-board .modal .modal-dialog{
	top:40%;
	transform:translateY(-50%);
}

.host{
	padding:50px 0;
}
.host .row > div{
	height:54px;
	line-height:54px;
}
.host .row > div p,
.host .row > div img{
	display:inline-block;
	vertical-align:middle;
}
.host .row > div p{
	padding-right:32px;
	position: relative;
}
.host .row > div p:after{
	position: absolute;
	content:'';
	top:50%;
	transform:translateY(-50%);
	right:18px;
	width:1px;
	height:30px;
	background:#989898;
}
.host img{
	height: 60px;
}
@media(max-width:992px){
	.host {
		padding: 25px 15px;
	}
	.host .row > div{
		margin:15px 0;
	}
	.host .row > div p:after {
		height: 15px;
	}
	.host img{
	height: 35px;
	}
}

/* #passwordDiv{
    z-index: 999;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index:9999;
	background:#fff;
	padding-right:0 !important;
} */

.btn-Dblue{
	display: inline-block;
	border: 1px solid #ddd;
	background: #172a40;
	height: 36px;
	color: #fff;
	line-height: 35px;
	border-radius: 3px !important;
	padding: 0px 15px;
	font-size: 16px;
	font-weight: 300;
	font-size:14px !important;
}
.btn-blue{
    display: inline-block;
    border: 1px solid #0859a4;
    background: #0859a4;
    height: 36px;
    line-height: 35px;
    border-radius: 3px !important;
    padding: 0px 15px;
    color: #fff;
	font-size:14px !important;
}
.btn-Dblue:hover,
.btn-blue:hover{
	color:#fff;
}
#gray_board_bottom .list_page a {
	margin-left:0!important;
	margin-right:0!important;
}
.more{
	color:#333;
	border:1px solid #53b0db;
	border-radius:10px;
	padding:4px 10px;
	display:inline-block;
	max-width:180px;
	font-size:14px;
	text-align:center;
	font-weight:400;
    transform: translateY(-3px);
}

.sub0201 .item li{
	margin:5px 0;
}
.sub0201 .up-board .item li p.hy_p{
	margin:5px 0;
}
@media(max-width:992px){
	.sub0201 .up-board .item li span.hy {
		width: 3%;
	}
	.sub0201 .up-board .item li p.hy_p {
		width: 95%;
	}
}
@media(max-width:767px){
	.more{
		display:block;
		margin-top:10px;
	}
	.sub0201 .up-board .item li{
		font-size:14px;
	}
}
@media(max-width:485px){
	.pop{
		padding-left:10px;
	}
}
@media(min-width:500px){
	.visible-xx{
		display:none !important;
	}
}
@media(max-width:499px)
	.visible-xx{
		display:inline-block;
	}
}
.btn-Dblue{
	z-index:10;
	position:relative;
}


.list_page > .paging-in > a.f_arrow, .list_page > .paging-in > a.f_arrow2 {
    border: none;
}	
#gray_board_bottom .list_page {
    height: 36px;
}
#gray_faq_list .faq_view2 h4 {
    font-size:14px;
}
#gray_faq_list .faq_view2 h4 {
    background-size: 24px;
}
#gray_faq_list .faq_view2 div.content {
    background-size: 24px;
}


.pass-in {
    width: 100% !important;
}


#sub-inner-wrap h1{
	border-bottom: 4px solid #451671;
	position: relative;
	padding-bottom: 5rem;
	z-index:1;
}
#sub-inner-wrap h1 img{
	position: absolute;
	bottom:0;
	right:0;
	z-index:-1;
}
@media(max-width:992px){
	#sub-inner-wrap h1{
		padding-bottom: 5rem;
	}
	#sub-inner-wrap h1 img{
		max-width:119px !important;
	}
}



/* ul.num-ul li{
	margin-bottom: 4px;
}
ul.num-ul li > span{
	display:inline-block;
	vertical-align: top;
}
ul.num-ul li > span:first-child{
	transform:translateY(1px);
}
ul.num-ul li > span:first-child{
	width:2%;
}
ul.num-ul li > span:last-child{
	width:97%;
}
@media(max-width:992px){
	ul.num-ul li > span:first-child{
		width:6%;
	}
	ul.num-ul li > span:last-child{
		width:92%;
	}
} */

ul.num-ul{
	max-width:700px;
}
ul.num-ul > li{
	display:flex;
	flex-wrap:wrap;
}
ul.num-ul > li > span{
	padding-left: 3px;
}
ul.num-ul > li > span:first-child{
	padding-left: 0;
}
@media(max-width:992px){
	ul.num-ul > li > span:last-child{
		padding-left: 18px;
	}
}

.team-member-row{
	margin-left: -3px;
	margin-right: -3px;
}
.team-member-row > div{
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}
.team-member-row > div:nth-child(9),
.team-member-row > div:nth-child(10){
	margin-bottom: 0;
}

/*포스터 확대보기*/
#poster_pop .modal-dialog{
	max-width:1000px;
}
#poster_pop .modal-dialog .modal-content{
	border-radius:0;
	border:0;
	padding:6rem 6rem;
	border:1px solid #000;
}
#poster_pop .modal-dialog  .modal_close{
	position:absolute;
	right:1rem;
	top:1rem;
	border:0;
	background:none;
	font-size:3rem;
	color:#000;
	outline:none;
}
.poster_pop_style .modal-dialog .poster img{
	border:1px solid #ddd;
}

@media(max-width:576.98px){
	#poster_pop .modal-dialog .modal-content{
		padding:4rem 4rem;
	}
	#poster_pop .modal-dialog  .modal_close{
		right:0rem;
		top:0rem;
	}
}



/* 공모전 추진현황 상세페이지 추가작업 */
#contest{
	padding: 0px 60px;
}
#contest .top{
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}
#contest .top .img_box{
	max-width: 320px;
	padding-right: 60px;
}
#contest .top .img_box img{
	width: 100%;
}
#contest .top .text_box h2{
	font-size: 2.4rem;
}
#contest .top .text_box p{
	padding-left: 15px;
	font-size: 1.7rem;
	color: #666;
	font-weight: 300;
}
#contest .top .text_box strong{
	position: relative;
	font-weight: 500;
	color: #000;
}
#contest .top .text_box strong::before{
	content: '';
	position: absolute;
	top: 50%; left: -15px;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00aeef;
}

/* bottom */
#contest .bottom{
	display: flex;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}
#contest .bottom .img_box{
	min-width: 300px;
	padding-right: 40px;
}
#contest .bottom .img_box h2{
	display: inline-block;
	font-size: 2.2rem;
	margin-left: 1rem;
	line-height: 3rem;
}
#contest .bottom .aword_box{
	display: flex;
	flex-wrap: wrap;
}
#contest .bottom .aword_box .tab,
#contest .bottom .aword_box_mo .tab{
	display: flex;
	border-bottom: none;
}
#contest .bottom .aword_box .tab p,
#contest .bottom .aword_box_mo .tab p{
	font-size: 1.8rem;
	padding: 1.5rem 3rem;
	color: #444;
	background: #eee;
}
#contest .bottom .aword_box_mo .tab p{
	width: 50%;
	text-align: center;
}
#contest .bottom .aword_box .tab .model,
#contest .bottom .aword_box_mo .tab .model{
	margin-left: 15px;
}
#contest .bottom .aword_box .tab .tab_active,
#contest .bottom .aword_box_mo .tab .tab_active{
	color: #fff;
	background: #037bc1;
}
#contest .bottom .aword_box li{
	padding: 0 1rem;
	width: calc(100% / 3);
}
#contest .bottom .aword_box li img{
	width: 100%;
}
#contest .bottom .aword_box li img.last-child{
	width: 100%;
	margin-top:20px;
}
#contest .bottom .aword_box .text{
	margin-top: 1rem;
}
#contest .bottom .aword_box .text span,
#contest .bottom .aword_box_mo .text span{
	display: inline-block;
	margin-top: 1rem;
}
#contest .bottom .aword_box .text .title,
#contest .bottom .aword_box_mo .text .title{
	padding: .1rem 1.5rem;
	font-size: 1.7rem;
	color: #fff;
	border-radius: 2rem;
}
#contest .bottom .aword_box .text .title.title1,
#contest .bottom .aword_box_mo .text .title.title1{
	background: #f1c500;
}
#contest .bottom .aword_box .text .title.title2,
#contest .bottom .aword_box_mo .text .title.title2{
	background: #cf1313;
}
#contest .bottom .aword_box .text .title.title3,
#contest .bottom .aword_box_mo .text .title.title3{
	background: #0d6bb8;
}
#contest .bottom .aword_box .text .desc,
#contest .bottom .aword_box_mo .text .desc{
	font-size: 1.8rem;
	font-weight: 600;
}
#contest .bottom .aword_box .text .aword_host,
#contest .bottom .aword_box_mo .text .aword_host{
	margin-top: 1rem;
	font-size: 1.7rem;
	font-weight: 300;
	color:#888;
}
/* mo 버전 스와이퍼 */
#contest .bottom .aword_box_mo{
	position: relative;
	display: none;
}
swiper-container {
	width: 100%;
	height: 100%;
}
swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
swiper-slide img {
	margin: 0 auto;
	display: block;
	width: 80%;
	height: auto;
	object-fit: contain;
}
#contest .bottom .aword_box_mo li{
	width: 100%;
}
#contest:not(.contest_2019,.contest_2021,.contest_2022) .bottom .aword_box_mo li:not(.img_on){
	padding-top: 40%;
}

@media (max-width:1199.98px) {
	#contest .bottom .img_box{
		min-width: 30%;
	}
	#contest .bottom .aword_box li{
		width: 50%;
	}
	#contest .bottom .aword_box li.li_mt{
		margin-top: 4rem;
	}
}

@media (max-width:991.98px) {
	#contest .top{
		padding-top: 60px;
		display: block;
	}
	#contest .top .img_box{
		margin: 0 auto;
		margin-bottom: 4rem;
		max-width: 100%;
		padding-right: 0;
	}
	#contest .top .text_box h2 {
    font-size: 3.5rem;
	}
	#contest .top .text_box p {
    font-size: 2.5rem;
	}
	#contest .bottom .aword_box li img.last-child{
	margin-top:0px;
	}


	#contest .bottom{
		display: block;
	}
	#contest .bottom .img_box{
		margin-bottom: 3rem;
	}
	/* #contest .bottom .img_box img{
		min-width: 27px;
	} */
	#contest .bottom .img_box h2 {
    font-size: 3.5rem;
	}
	#contest .bottom .aword_box{
		display: none;
	}
	#contest .bottom .aword_box_mo{
		display: block;
	}
	#contest .bottom .aword_box_mo .tab .tab_active{
		color: #fff;
		background: #037bc1;
	}
	#contest .bottom .aword_box_mo .idea_container{
		display: block;
	}
	#contest .bottom .aword_box_mo .model_container{
		display: none;
	}
	#contest .bottom .aword_box_mo .text{
		text-align: center;
		margin-top: 2rem;
	}
	#contest .bottom .aword_box_mo .text .title ,
	#contest .bottom .aword_box_mo .text .aword_host {
    font-size: 2.3rem;
	}
	#contest .bottom .aword_box_mo .text .aword_host{
		margin-top: 2.5rem;
	}
	#contest .bottom .aword_box_mo .text .desc {
		max-width: 400px;
    font-size: 2.4rem;
	}
}

@media (max-width:600px){
	#contest .bottom .aword_box_mo .tab {
    display: block;
	}
	#contest .bottom .aword_box_mo .tab p {
    width: 100%;
    margin: 0 !important;
	}
}

@media (max-width:575.98px){
	#contest .top .text_box h2 {
    font-size: 2.5rem;
	}
	#contest .top .text_box p {
    font-size: 2rem;
	}

	#contest .bottom .img_box h2 {
    font-size: 2.5rem;
	}
	#contest .bottom .aword_box_mo .text .title ,
	#contest .bottom .aword_box_mo .text .aword_host {
    font-size: 1.7rem;
	}
	#contest .bottom .aword_box_mo .text .title{
		padding: 0.1rem .5rem;
	}
	#contest .bottom .aword_box_mo .text .desc {
		max-width: 180px;
    font-size: 1.6rem;
	}
	swiper-slide img {
    width: 60%;
	}
}

.bg-purple{
	background:#451671;
}
.btn-purple{
	background:#451671;
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 5px;
}
.btn-purple:hover{
	background:#451671;
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
}

.purple-bullet{
	position: relative;
	padding-left:15px;
}
.purple-bullet:before{
    width: 4px;
    height: 4px;
    background: #451671;
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
}