@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 #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: 1230px;
	}
	.container.container-lg{
		width:1280px;
	}
	.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:#363636;
}
#footerWrap .col-md-10{
	padding-left:106px;
}
#footerWrap .col-md-10 p{
	display:inline-block;
	line-height:24px;
}
#footerWrap .inforLink {}
#footerWrap .inforLink li {
	display:inline-block;
	margin-right:36px;
	position: relative;
}
#footerWrap .inforLink li:after{
	content:'';
	position: absolute;
	top:50px;
	right:0;
	width:3px;
	height:3px
	border-radius:50%;
	background:#949494;
}
#footerWrap .inforLink li a{
	font-size:14px;
	color:#949494;
	font-weight:300;
}
@media(max-width:992px){
	#footerWrap .inforLink li {
		padding:3px 5px;
		display:inline-block;
		margin-right: 6px;
	}
	#footerWrap .col-md-10 {
		padding-left: 0;
		margin-top:20px;
	}
	#footerWrap .col-md-10 p{
		display:block;
	}
	#footerWrap .footLogo img{
		max-width:140px;
	}
}
#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 .infowrap{
	background:#464646;
}
#footerWrap .infowrap .container{
	position: relative;
}
#footerWrap .infowrap .container .inforLink{
	padding:20px 0;
}
#footerWrap .goTop{
	width:60px;
	height:60px;
	background:url('../images/top.jpg') no-repeat center center/cover;
	display:inline-block;
	position: absolute;
	right:0;
	top:0;
}


/*서브*/
#subVisual-Wrap {
	position:relative; 
	overflow:hidden;
	height:290px;
	margin-top:99px;
}
@media(max-width:992px){
	#subVisual-Wrap {
		height:250px;
		margin-top:66px;
	}
}
#subVisual-Wrap  > img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
	width:100%;
	max-width:100%;
}
#subVisual-Wrap .subVisual-text {
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
}
#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}

/*로케이션 메뉴*/
#sub_location{
	position:relative;
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	z-index:29;
	height:60px;
}
#sub_location .sub_location_area{
	position:absolute;
	left:0;
	width:100%;
	height:60px;
}
#sub_location .sub_location_area > ul{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;

}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #ddd;
	float:left;
	background:none !important;
}
#sub_location .sub_location_area > ul li.home a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	color:#333;
	line-height:60px;
	text-align:center;
}
#sub_location .sub_location_area > ul li.sub_dept{
	float:block;
	width:100%;
	text-align:left;
	box-sizing:border-box;
}
@media(max-width:767px){
	#sub_location .sub_location_area > ul li.sub_dept{
		width:100%;
	}
}
#sub_location .sub_location_area > ul li.sub_dept ul{
	border:1px solid #ddd;
	background:#f1f1f1; 
	height:60px; 
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a{
	color:#333; 
	background:url(../images/lnb-arrow.png) no-repeat 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{

}
#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:#c3c3c3;
	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:#3895ff;
	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:#3d98ff;
}
#pc-sub-menu > #left-menu > ul > li > a{
	position:relative;
	z-index:2;
	display:block;
	width:200px;
	padding:15px 0;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-weight: 400;
}

#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:767px){
	#sub-inner-wrap {
		padding:30px 0;
	}
}
/*레프트메뉴 있을시*/
#sub-inner-wrap #left-menu2 {}
#sub-inner-wrap #left-menu2 ul li a{
	border:1px solid #ddd;
	display:block;
	padding:20px 20px;
	font-size:16px;
	color:#555;
	margin:-1px 0;
}
#sub-inner-wrap #left-menu2 ul li a:after {
	content:">";
	float:right;
	font-family:dotum;
}
#sub-inner-wrap #left-menu2 ul li.on a{
	color:#037bc1;
	font-weight:bold;
}
.left-menu-wrap #subTitle{
	margin-bottom:0 !important;
	padding:100px 0px 20px 20px; 
	background:#037bc1;
}
@media(max-width:992px){
	.left-menu-wrap #subTitle{
		margin-bottom:0 !important;
		padding:20px 20px 20px 20px; 
		background:#037bc1;
		cursor:pointer;
	}
	.left-menu-wrap #subTitle:after {
		content:"▼";
		float:right;
	}
}

@media(max-width:992px){
	#over_menu_m {margin-bottom:30px;}
	#over_menu_m ul {display:none;}
	#over_menu_m ul li a {
		display:block;
		padding:20px 20px;
		border:1px solid #ddd;
		background:#fff;
		margin:-1px 0;
		font-size:16px;
		color:#444;
	}
	#over_menu_m ul li a:after {
		content:">";
		float:right;
		font-family:dotum;
	}
}


/*메뉴 css*/
#header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:30;
	--border-bottom:1px solid rgba(255,255,255,.5);
	padding:17px 0;
	text-align:center;
	background: #fff;
}
#header.top-nav-collapse{
	padding:0px 0;
	border-bottom: 1px solid #e1e1e1;
}


#header:hover,
#header.top-nav-collapse{
	
}
#header .menu-over-bg{
	position:absolute;
	left:0;
	top:100px;
	width:100%;
	height:80px;
	background:rgba(0,0,0,.8);
	z-index:2;
	display:none;
}
#header.top-nav-collapse .menu-over-bg{
	top:66px;
	height:60px;
}
@media(max-width:1200px){
	#header .menu-over-bg{
		top:96px;
	}
	#header.top-nav-collapse .menu-over-bg{
		top:62px;
		height:60px;
	}
}
#header > .container{
	z-index:3;
	position:relative;
	width:1470px;
}
#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
}
#header .gnb-pc-list {
	display:inline-block;
	vertical-align:bottom;
}
#header .gnb-pc-list > li{
	float:left;
	margin:0px 35px;
	position:relative;
}
#header .gnb-pc-list > li > a{
	display:block;
	padding:20px 0;
	position:relative;
}
#header .gnb-pc-list > li > a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	width:0;
	background:#fff;
	transition:all 0.3s ease-in-out ;
	-moz-transition:all 0.3s ease-in-out ;
	-webkit-transition:all 0.3s ease-in-out ;
	-o-transition:all 0.3s ease-in-out ;
}
#header .gnb-pc-list > li:hover > a:after,
#header .gnb-pc-list > li.opened > a:after{
	width:100%;
}
@media(max-width:1450px){
	#header > .container{
		width:98%;
	}
}
@media(max-width:1350px){
	#header .gnb-pc-list > li {
		margin: 0px 20px;
	}
}
@media(max-width:1200px){
	#header {
		padding: 17px 0 80px;
	}
	#header h1.logo img {
		max-width:220px !important;
	}
	#header .d-day {
		position: absolute;
		left: 15px;
		top: 70px;
	}
}
#header .gnb-pc-list > li > ul.dp2-box{
	position:absolute;
	text-align:left;
	width:400px;
	padding-top:0px;
	display:none;
}
#header .gnb-pc-list > li.sub01 > ul.dp2-box{
	margin-left:16px;
}
#header .gnb-pc-list > li.sub02 > ul.dp2-box{
	margin-left:-50px;	
}
#header .gnb-pc-list > li.sub03 > ul.dp2-box{
	margin-left:-30px;	
}
#header .gnb-pc-list > li.sub04 > ul.dp2-box{
	margin-left:-10px;	
}
#header .gnb-pc-list > li.sub05 > ul.dp2-box{
	margin-right:-60px;	
}
#header .gnb-pc-list > li:last-child > ul.dp2-box{
	position:absolute;
	text-align:right;
	right:-15px;
	width:400px;
	padding-top:0px;
	display:none;
}
#header .gnb-pc-list > li > ul.dp2-box > li{
	display:inline-block;
}
#header .gnb-pc-list > li > ul.dp2-box > li > a{
	display:block;
	padding:44px 10px;
	color:#fff;
}
#header.top-nav-collapse .gnb-pc-list > li > ul.dp2-box > li > a{
	padding:20px 10px;
}

@media(max-width:992px){
	#header{
		padding:20px 0;
	}
	#header.top-nav-collapse{
		padding:15px 0;
	}
	#header h1 a{
		border:1px solid red;
		font-size:0;
		line-height:auto;
	}
	.gnb-m-wrap,
	.gnb-m-control{
		position:relative;
		z-index:10;
	}
	#gnb-m-list{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:80%;
		background:#fff;
		z-index:5;
		display:none;
	}
	.all-menu-bg{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:100%;
		background:rgba(255,255,255,.3);
		z-index:4;
		display:none;
	}
	
	#header #gnb-m-list > ul {
		margin-top:71px;
		border-top:1px solid rgba(255,255,255,.2);
	}
	#header.top-nav-collapse #gnb-m-list > ul{
		margin-top:55px;
	}
	#header #gnb-m-list > ul > li > a.dp1{
		display:block;
		margin-bottom:1px;
		position:relative;
		padding:14px 15px;
		background:#fff;
		color:#222;
	}
	#header #gnb-m-list > ul > li > a.dp1 > i {
		position:absolute;
		right:20px;
		top:50%;
		margin-top:-10px;
		font-weight:100;
		font-size:22px;
	}
	#header #gnb-m-list > ul > li > a.dp1.opened > i{
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Safari */
		transform: rotate(45deg);
	}
	#header #gnb-m-list > ul > li > .dp2-box{
		padding:10px 0px 15px 20px;
		display:none;
	}
	#header #gnb-m-list > ul > li > .dp2-box > p{margin:0;}
	#header #gnb-m-list > ul > li > .dp2-box > p > a{
		display:block;
		padding:5px 0;
		color:#222;
	}
}


#header .d-day{
	border:1px solid #ddd;
	padding:6px;
	width:280px;
	background: #fff;	
	border-radius:50px;
	-webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.09);
	box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.09);
}
#header .d-day i{
	transform:translateY(2px);
	margin-right:4px;
}

/*모바일 메뉴 열기 아이콘 애니*/
.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: #000;
    -moz-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    transition: width .3s cubic-bezier(.77, 0, .175, 1)
}

.qodef-menu-appear .line:nth-child(1) {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-menu-appear .line:nth-child(2) {
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-menu-appear .line:nth-child(3) {
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-appear .line + .line {
    margin-top: 6px
}

.qodef-menu-appear .close {
    position: absolute;
    top: 0px;
    left: 0;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	opacity:1;

}

.qodef-menu-appear .close:after, 
.qodef-menu-appear .close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    content: '';
    -moz-transition: -moz-transform .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: -o-transform .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
    transition: transform .3s cubic-bezier(.77, 0, .175, 1)
}

.qodef-menu-appear .close:before {
    margin: -1px 0 0 -14px;
    width: 28px;
    height: 2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}

.qodef-menu-appear .close:after {
    margin: -14px 0 0 -1px;
    width: 2px;
    height: 28px;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0

}

.qodef-menu-appear.opened .icon .close:before {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-menu-appear.opened .icon .close:after {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-appear.opened .icon .line {
    width: 0
}

.qodef-menu-appear.opened .icon .line:nth-child(1) {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.qodef-menu-appear.opened .icon .line:nth-child(2) {
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.qodef-menu-appear.opened .icon .line:nth-child(3) {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-main-menu > ul > li {
    position: relative;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-main-menu > ul > li:nth-child(n+1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-main-menu > ul > li:nth-child(n+2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-main-menu > ul > li:nth-child(n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-main-menu > ul > li:nth-child(n+4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.qodef-main-menu > ul > li:nth-child(n+5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-main-menu > ul > li:nth-child(n+6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.qodef-main-menu > ul > li:nth-child(n+7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-main-menu > ul > li:nth-child(n+8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.qodef-main-menu > ul > li:nth-child(n+9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-main-menu > ul > li:nth-child(n+10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: visible
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}
/**/

.subpage p,.subpage dt,.subpage dd,.subpage th,.subpage td{
	font-family: 'NanumR' !important;
	color:#555;
}
.subpage .plus{
	position:absolute;
	top:62%;
	left:50%;
	margin-left:-30px;
	display:inline-block;
	padding:8px 20px;
	background:#3d98ff;
	border-radius:100px;
	z-index:2;
}
.subpage .down-btn{
	display:inline-block;
	background:#daecf8;
	padding:5px 20px;
	border-radius:50px;
}
.subpage > div{
	position:relative;
	z-index:1;
}
.subpage dl{
	width:100%;
}
.subpage dl dt,
.subpage dl dd{
	letter-spacing:-0.025em;
	display:inline-block;
	vertical-align:top;
	font-size:20px;
}
.subpage dl dt{
	font-size:20px;
	font-weight: bold;
	color:white;
	height:30px;
	line-height:30px;
	text-align: center;
	width:22%;
	background: #3d98ff;
	border-radius:50px;
	max-width:136px;
}
.subpage dl dd{
	padding-left:20px;
	font-weight:400;
	width:77%;
}
.subpage dl dd p{
	padding:10px 0;
	font-weight:400;
	font-family: 'NanumR' !important;
	padding:0;
	position: relative;
	padding-left:15px;
}
.subpage dl dd p::before{
	content:'-';
	width:10px;
	position: absolute;
	left:0;
}
@media(max-width:992px){
	.subpage dl dt,
	.subpage dl dd{
		font-size:14px;
	}
	.subpage dl dt{
		font-size:14px;
		width:20%;
		max-width:100px;
	}
	.subpage dl dd{
		padding-left:15px;
		width:79%;
	}
	.subpage dl dd p{
		padding:2px 0;
		padding-left:15px;
	}
	.subpage .plus{
		position:relative;
		display:inline-block;
		margin-top:5px;
		margin-bottom:30px;
	}
}
@media(max-width:767px){
	.subpage dl dt,
	.subpage dl dd{
		width:100% !important;
		max-width:100%;
		padding-left: 0 !important;
	}
	.subpage dl dt{
		margin-bottom: 15px;
	}
	.subpage dl dt{
		padding-left: 0;
	}
}

.table-blue table{
	width:100% !important;
	border-top: 1px solid #3d98ff !important;
	font-weight: 400 !important;
}
.table-blue table th,
.table-blue table td{
	padding:10px 0 !important;
	border-right:1px solid #e1e1e1 !important;
	border-bottom: 1px solid #ebebeb !important;
	text-align: center !important;
	letter-spacing:-0.025em !important;
}
.table-blue table th:last-child,
.table-blue table td:last-child{
	border-right:none !important;
}
.table-blue table th{
	background: #f5faff !important;
	color:black !important;
}
.table-blue table td{
	background: #fff !important;
}
@media(max-width:992px){
	.table-blue table th,
	.table-blue table td{
		font-size:14px !important;
	}
}


/* sub01 */
.sub0101 section > img{
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.07);
}
.sub0101 section.clearfix{
	padding:75px 0;
}
.sub0101 table{
	font-family: 'NanumR' !important;
}
.sub0101 table th,
.sub0101 table td{
	font-size:20px;
}
.sub0101 .tables dl{
	margin-bottom: 30px;
}
.sub0101 .tables dl dd{
	width:88%;
}

@media(max-width:1200px){
	.sub0101 .tables dl dd {
		width: 85%;
	}
}
@media(max-width:992px){
	.sub0101 section.clearfix{
		padding:40px 0 0;
	}
	.sub0101 dl dd p{
		padding:2px 0;
		padding-left:15px;
	}
}

/* sub02 */
#guide section{
	padding:70px 0;
}
#guide .gray-box{
	border:1px solid #ddd;
	padding:56px 10px;
	text-align:center;
	border-radius:5px;
}
#guide .gray-box p,
#guide .gray-box img{
	display: inline-block;
	vertical-align: middle;
}
/* #guide .gray-box img{
	margin-right: 30px;
} */
@media(max-width:992px){
	#guide  section{
		padding:40px 0 0;
	}
	#guide  .row > div:first-child{
		margin-bottom:40px;
	}
	#guide  .row > div img{
		width:100%;
	}
	#guide .gray-box{
		padding:30px 10px;
	}
	#guide .gray-box img{
/* 		margin-right: 20px; */
		max-width: 120px !important;
	}
}
@media(max-width:485px){
	#guide .gray-box img{
		max-width: 100px !important;
		display:block;
		margin:0 auto 10px;
	}
}

.sub0201 dl{
	height:56px;
	margin-bottom: 50px;
}
.sub0202 dl{
	height:140px;
	margin-bottom: 50px;
}
@media(max-width:1200px){
	
}
@media(max-width:992px){
	.sub0201 dl,
	.sub0202 dl{
		height:auto;
		margin-bottom: 20px;
	}
}




/* 접수 */
.radio label::before {
    top: 3px;
}
.filebox .upload-name {
    font-size:16px;
	color:#555;
}
.filebox label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f1f1f1;
}

.form-group .checkbox label{
	color:#555;
	font-weight:400;
}
@media(max-width:992px){
	.filebox .upload-name {
		max-width:60%;
	}
}


.sub03012 table{
	border-top:2px solid #3d98ff !important;
	margin-bottom: 20px;
}
.sub03012 table th,
.sub03012 table td{
	font-size: 16px !important;
}
.sub03012 table th{
	font-weight: 400;	
}
.sub03012 table td{
	padding: 10px 16px !important;
}
.sub03012 table td select{
	border-color:#ebebeb !important;
	padding:0 15px 0 5px;
}
.sub03012 .filebox input {
    background: #fff;
	width:40%;
	display:inline-block;
	vertical-align: middle;
}
.sub03012 .password input{
	width:40%;
}
.sub03012 .form-group{
	max-width:1200px;
	margin:0 auto;
}
@media(max-width:992px){
	.sub03012 table th,
	.sub03012 table td{
		font-size: 14px !important;
	}
	.sub03012 .filebox input{
		width:67%;
	}
	.sub03012 .password input{
		width:100%;
	}
	.sub03012 .zipcode-wrap .dp-table,
	.sub03012 .zipcode-wrap .dp-table .dp-table-cell{
		display: block;
	}
}

.btn-blue{
	width:200px;
	height:44px;
	line-height: 44px;
	background: #3d98ff;
	border-radius:30px;
	color:white;
	font-size:16px;
	display:inline-block;
	border:none;
	outline:none;
	padding:0;
}
.btn-blue:hover{
	color:white;
}
@media(max-width:992px){
	.btn-blue{
		width:160px;
		height:38px;
		line-height: 38px;
		font-size:14px;
	}
}
@media(max-width:767px){
	.sub0401 .btn-blue{
		width:100%;
	}
}

.blue-bullet,
.member-skin-wrap h3{
	position: relative;
	padding:0 0 16px 16px !important;
}
.blue-bullet::before,
.member-skin-wrap h3::before{
	position: absolute;
	width:9px;
	height:9px;
	content:'';
	background: #3d98ff;
	border-radius:50%;
	top:7px;
	left:0;
}
@media(max-width:767px){
	.blue-bullet,
	.member-skin-wrap h3{
		line-height:1.5;
	}
	.blue-bullet::before,
	.member-skin-wrap h3::before{
		width:7px;
		height:7px;
		top:6px;
	}
}


.sub0302 .blue-bg{
	background: #f5faff;
	padding:40px 0;
	margin-top: 30px;
}
.sub0302 .blue-bg dl{
	width:100%;
	max-width:520px;
	margin:16px auto;
}
.sub0302 .blue-bg dl dt,
.sub0302 .blue-bg dl dd{
	display:inline-block;
	vertical-align: middle;
}
.sub0302 .blue-bg dl dt{
	width:16%;
}
.sub0302 .blue-bg dl dd{
	width:83%;
}

.sub0302 .blue-bullet::before, .member-skin-wrap h3::before {
    top: 10px;
}
@media(max-width:767px){
	.sub0302 .blue-bg {
		padding: 20px 15px;
		margin-top: 10px;
	}
	.sub0302 .blue-bg dl dt{
		width:22%;
	}
	.sub0302 .blue-bg dl dd{
		width:76%;
	}
}
.sub03_view.table-blue table td{
	text-align:left !important;
}
@media(max-width:767px){
	.sub03_view table,
	.sub03_view table thead,
	.sub03_view table tbody,
	.sub03_view table tr,
	.sub03_view table th,
	.sub03_view table td{
		display:block;
		width:100%;
		text-align:center !important;
	}
}

/* sub04 */
.sub0401 section{
	width:100%;
	padding:55px 0;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	position: relative;
}
.sub0401 section > div{
	display:inline-block;
	vertical-align: middle;
}
.sub0401 section > img{
	position: absolute;
	top:60px;
	right:0;
}

.sub0401 .imgbox{
	width:45%;
}
.sub0401 .imgbox > div{
	padding-top: 90%;
	max-width:500px;
	width:100%;
	border:1px solid #ebebeb;
}
.sub0401.design .imgbox > div{
	padding-top: 61%;
}
.sub0401.text .imgbox > div{
	padding-top: 74%;
}
.sub0401 .imgbox img,
.sub0401 .imgbox iframe{
	max-width:500px;
	width:100%;
	border:1px solid #ebebeb;
}
.sub0401 .imgbox .fluid-width-video-wrapper{
	padding-top: 52% !important;
}
.sub0401 .txtbox{
	width:54%;
}
.sub0401 .txtbox a i{
	transform:translateY(2px);
}
.sub0401 dl{
	width:100%;
	max-width: 648px;
	margin-bottom:14px;
}
.sub0401 dl dt,
.sub0401 dl dd{
	font-size:16px;
	display:inline-block;
	vertical-align: top;
}
.sub0401 dl dt{
	width:20%;
}
.sub0401 dl dd{
	width:79%;
	line-height:26px;
}
.sub0401 dl dt p{
	border:1px solid #3d98ff;
	color:#3d98ff;
	border-radius:30px;
	width:106px;
	height:30px;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
}
.sub0401 dl dd{
	color:#555;
}
@media(max-width:1200px){
	.sub0401 .imgbox,
	.sub0401 .txtbox{
		width:100%;
		padding-left: 0;
	}
	.sub0401 .imgbox > div {
		padding-top: 60%;
		max-width: 100%;
	}
	.sub0401 dl{
		margin:16px 0;
	}
	.sub0401 dl dt,
	.sub0401 dl dd{
		font-size:14px;
	}
	.sub0401 dl dd{
		width:100%;
		line-height:1.5;
	}
	.sub0401 dl dt p{
		width:100%;
		margin-bottom:15px;
	}
}
@media(max-width:992px){
	.sub0401 section{
		padding:80px 0 40px;
	}
	.sub0401 section > img{
		top:20px;
		max-width:60px !important;
	}

	.sub0401 .imgbox,
	.sub0401 .txtbox{
		width:100%;
		padding-left: 0;
	}
	.sub0401 dl{
		max-width:100%;
		margin:16px 0;
	}
	.sub0401 dl dt,
	.sub0401 dl dd{
		font-size:14px;
	}
	.sub0401 dl dt,
	.sub0401 dl dd{
		width:100%;
		line-height:1.5;
	}
	.sub0401 dl dt p{
		width:100%;
		margin-bottom:15px;
	}
}

.sub0502 table{
	border-top:2px solid #3d98ff;
}
.sub0502 table th,
.sub0502 table td{
	font-size:16px;
}
.sub0502 table td.subject{
	padding-left:20px !important;
	padding-right:20px !important;
}
.sub0502 table th {
    border-top:none;
	color:#222 !important;
	font-weight:500 !important;
}
.sub0502 table th a{
	color:#222 !important;
	font-weight:500 !important;
}
.sub0502 table td,
.sub0502 table td a{
	color:#555 !important;
	font-weight:400 !important;
}
.sub0502 table{
	.table-blue table th, 
	.table-blue table td {
		border-right: 1px solid #e5eaef !important;
	}
}
.sub0502 table td.category span{
	width:64px;
	height:24px;
	line-height: 24px;
	border-radius:30px;
	color:white;
	font-size:14px;
	font-weight: 500;
	display:block;
	margin:0 auto;
}
.sub0502 table td.category span.pending{
	background: #3d98ff;
}
.sub0502 table td.category span.done{
	background: #888888;
}
@media(max-width:992px){
	.sub0502 table th,
	.sub0502 table td{
		font-size:14px;
	}
	.sub0502 table td.category span{
		width:50px;
		height:20px;
		line-height: 20px;
		font-size:13px;
		font-weight: 400;
	}
}
@media(max-width:767px){
	.sub0502 table td.subject{
		padding-left:10px !important;
		padding-right:10px !important;
	}
}


#paging a.active {
    background: #3d98ff !important;
	border-color:#3d98ff;
}


.sm-box{
	display:inline-block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	height:48px;
}


.table-blue .text-left{
	text-align:left !important;
}




#gray_board_read,
#gray_board_read table th,
#gray_board_read table td,
#gray_board_read table p{
	font-size:16px !important;
}
#gray_board_read #boardContents{
	padding-top:30px;
}
@media(max-width:992px){
	#gray_board_read,
	#gray_board_read table th,
	#gray_board_read table td,
	#gray_board_read table p{
		font-size:14px !important;
	}
}