@charset "UTF-8";
@import 'fontSet.css';
@import 'main.css';
@import 'check-radio.css';
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

body {
  height: 100%;
  color: #333;
  background-color: #fff;
  overflow-y:auto;
  overflow-x:hidden;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}

@media (min-width: 1200px){
	.container {
		width: 1230px;
	}
}
@media (max-width: 1400px){
	.container {
		width: 90%;
	}
}
@media (max-width: 992px){
	.container {
		width: 97%;
	}
}
@media (max-width: 767px){
	.container {
		width: 100%;
		padding-right:15px;
		padding-left:15px;
	}
}


/*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;
  }
}

.member-skin-wrap h3{
	position: relative;
	padding-left:18px;
	color:black;
	font-weight: 500;
	margin-bottom: 20px;
}
.member-skin-wrap h3::before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    background: #3d98ff;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

/*라인 설정*/
.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:#f4f4f4;
}
#footerWrap .footLogo{
	margin:0;
	line-height:0;
}
#footerWrap .footLogo img{
	max-width:100%;
}

#footerWrap .sitemap{
	position: relative;
}
#footerWrap .sitemap > .trigger{
	color:#333;
	background: #fff;
	border:1px solid #777;
	padding:1.5rem 11rem 1.5rem 2rem;
	cursor:pointer;
	position: relative;
}
#footerWrap .sitemap > .trigger i{
	position: absolute;
	top:50%;
	transform:translatey(-50%);
	right:1.5rem;
}
#footerWrap .sitemap.on > .trigger i{
	transform:translatey(-50%) rotate(180deg);
}
#footerWrap .sitemap > .family_wrap{
	position: absolute;
	top:-73px;
	left:0;
	background: #fff;
	width:100%;
	text-align: left;
	border:1px solid #ddd;
	border-bottom: none;
	display:none;
}
#footerWrap .sitemap.on > .family_wrap{
	display:block;
	z-index:1;
}
#footerWrap .sitemap > .family_wrap ul > li > a{
	display:block;
	color:#111;
	font-size:14px;
	padding:8px 15px;
	font-weight: 300;
}
#footerWrap .sitemap > .family_wrap ul > li > a:hover{
	background: #59703a;
	color:#fff;
}

@media(max-width:992px){
	#footerWrap .footLogo img{
		max-width:120px;
		margin-bottom:20px;
	}
	#footerWrap .sitemap > .family_wrap{
		top:-95px;
	}
	#footerWrap .sitemap > .family_wrap ul > li > a{
	font-size:12px;
	padding:15px 15px !important;
	}
	#footerWrap .sitemap > .trigger{
	text-align:left;
	}
}

#footerWrap .sns{
}
#footerWrap .sns > a{
	display:inline-block;
	margin-right:20px;
}
#footerWrap .sns > a:hover > img{
	-ms-transform: scale(1.6,1.6); /* IE 9 */
    -webkit-transform: scale(1.6,1.6); /* Safari */
    transform: scale(1.6,1.6); /* Standard syntax */
}
#footerWrap .btn.dropdown-toggle{
	background:#f1f1f1 !important;
	border:1px solid #eee !important;
}
#footerWrap > .CopyRight{
	background:#000;
}
#footerWrap address {margin:0px -7px;}
#footerWrap address > p {
	display:inline-block;
	padding:3px 7px;
	font-size:14px;
	margin:0;
}
@media(max-width:767px){
	#footerWrap address > p {
		display:inline-block;
		float:none;
	}
}
#footerWrap .inforLink {}
#footerWrap .inforLink li {
	padding:3px 0;
	position: relative;
}
#footerWrap .inforLink li::after{
	position: absolute;
	top:14px;
	right:-17px;
	width:3px;
	height:3px;
	background: #888;
	content:'';
	border-radius:50%;
}
#footerWrap .inforLink li:last-child:after{
	content:none;
}
@media(max-width:992px){
	#footerWrap .inforLink li {
		padding:3px 5px;
		display:inline-block;
	}
}
@media(max-width:767px){
	#footerWrap .inforLink li {
		margin-right:3px !important;
	}
	#footerWrap .inforLink li::after {
		right: -5px;
	}
}
#footerWrap .SocialLink li a{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	color:#fff;
	line-height:50px;
	text-align:center;
	background:#52555a;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#footerWrap .SocialLink li a.facebook:hover {
	background:#3b5998;
}
#footerWrap .SocialLink li a.twitter:hover {
	background:#1DA1F3;
}
#footerWrap .SocialLink li a.blog:hover {
	background:#00C33B;
}
#footerWrap .SocialLink li a.instagram:hover {
	background:#3b5998;
}


/*서브*/

#footerWrap .goTop{
	position:fixed;
	right:50px;
	bottom:40px;
	padding:10px 8px 10px 8px;
	text-align:center;
	background:#59703a;
	line-height:1.1;
	z-index:50
}
#footerWrap .goTop:hover{
		padding-bottom:25px;
		background:#729246;
}

#subVisual-Wrap {
	position:relative; 
	overflow:hidden;
	height:395px;
	background: url('../images/subVisual01_0409-pc.jpg')no-repeat center center / cover;
	margin-top: 66px;
}
@media(max-width:992px){
	#subVisual-Wrap {
		height:250px;
	}
}
#subVisual-Wrap  > img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
#subVisual-Wrap .subVisual-text {
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
}
#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}

/*subVisual-Wrap-02*/
#subVisual-Wrap-02 {
	position:relative; 
	overflow:hidden;
	height:395px;
	background: url('../images/subVisual02_0409-pc.jpg')no-repeat center center / cover;
	margin-top: 66px;
}
@media(max-width:992px){
	#subVisual-Wrap-02 {
		height:250px;
	}
}
#subVisual-Wrap-02  > img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
#subVisual-Wrap-02 .subVisual-text {
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
}
#subVisual-Wrap-02 .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;

	display:none !important;
}
#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:#a6a6a6;
	margin:0px 5px;
	transition:all 0.3s ease !important;
	-moz-transition:all 0.3s ease !important;
	-webkit-transition:all 0.3s ease !important;
	-o-transition:all 0.3s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:after{
	content:"";
	background:#729246;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transition:all 0.4s ease !important;
	-moz-transition:all 0.4s ease !important;
	-webkit-transition:all 0.4s ease !important;
	-o-transition:all 0.4s ease !important;
}
#pc-sub-menu > #left-menu > ul > li:hover:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
#pc-sub-menu > #left-menu > ul > li:hover{

}
#pc-sub-menu > #left-menu > ul > li.on{
	background:#729246;
}
#pc-sub-menu > #left-menu > ul > li > a{
	position:relative;
	z-index:2;
	display:block;
	width:200px;
	padding:15px 0;
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

#sub-inner-wrap {
	padding:120px 0;
	position:relative;
}
@media(max-width:1200px){
	#sub-inner-wrap {
		padding:80px 0;
	}
}
@media(max-width:992px){
	#sub-inner-wrap {
		padding:40px 0;
	}
}

#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

#sub-inner-wrap #left-menu {
	position:absolute;
	left:0;
	top:50px;
	
}
#sub-inner-wrap #left-menu ul{
	border-top:1px solid #0098f3;
	border-bottom:1px solid #0098f3;
	padding:20px 0;
	top:120px;
}
#sub-inner-wrap #left-menu ul li {
	margin:14px 0px;
	padding:0 30px;
}
#sub-inner-wrap #left-menu ul li a{
	display:block;
	color:#888;

}
#sub-inner-wrap #left-menu ul li.on{
	border-left:10px solid #0098f3;
	padding-left:20px;
}
#sub-inner-wrap #left-menu ul li.on a{
	color:#0098f3
}

/*레프트메뉴 있을시*/
#sub-inner-wrap #left-menu2 {}
#sub-inner-wrap #left-menu2 ul li a{
	border:1px solid #ddd;
	display:block;
	padding:20px 20px;
	font-size:16px;
	color:#555;
	margin:-1px 0;
}
#sub-inner-wrap #left-menu2 ul li a:after {
	content:">";
	float:right;
	font-family:dotum;
}
#sub-inner-wrap #left-menu2 ul li.on a{
	color:#037bc1;
	font-weight:bold;
}
.left-menu-wrap #subTitle{
	margin-bottom:0 !important;
	padding:100px 0px 20px 20px; 
	background:#037bc1;
}
@media(max-width:992px){
	.left-menu-wrap #subTitle{
		margin-bottom:0 !important;
		padding:20px 20px 20px 20px; 
		background:#037bc1;
		cursor:pointer;
	}
	.left-menu-wrap #subTitle:after {
		content:"▼";
		float:right;
	}
}

@media(max-width:992px){
	#over_menu_m {margin-bottom:30px;}
	#over_menu_m ul {display:none;}
	#over_menu_m ul li a {
		display:block;
		padding:20px 20px;
		border:1px solid #ddd;
		background:#fff;
		margin:-1px 0;
		font-size:16px;
		color:#444;
	}
	#over_menu_m ul li a:after {
		content:">";
		float:right;
		font-family:dotum;
	}
}


/*메뉴 css*/
#header{
	position:fixed;
	width:100%;
	left:50%;
	transform:translateX(-50%);
	top:0;
	z-index:30;
	--border-bottom:1px solid rgba(255,255,255,.5);
	padding:10px 0;
	text-align:center;
	background:#fff;
}
#header > div{
 	max-width:1720px; 
	margin:0 auto;
}
@media(max-width:1720px){
	#header > div{
		max-width:90%; 
	}
}
@media(max-width:992px){
	#header > div{
		max-width:100%; 
	}
}

#header.top-nav-collapse{
	padding:0px 0;
	border-bottom: 1px solid #ebebeb;
	background:#fff;
}
#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 !important;
}
#header.top-nav-collapse .menu-over-bg{
	top:66px;
	height:60px;
}
#header h1.logo img {
		max-width:200px !important;
	}
@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;
}
#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
	transform:translateY(-10px);
}
@media(max-width:1200px){
	#header h1.logo img {
		max-width:180px !important;
	}
}
#header .gnb-pc-list {
	display:inline-block;
	vertical-align:bottom;
}
#header .gnb-pc-list > li{
	float:left;
	margin-left:100px;
	position:relative;
}
#header .gnb-pc-list > li > a{
	display:block;
	padding:20px 0;
	position:relative;
}
#header .gnb-pc-list > li > a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	width:0;
	background:#fff;
	transition:all 0.3s ease-in-out ;
	-moz-transition:all 0.3s ease-in-out ;
	-webkit-transition:all 0.3s ease-in-out ;
	-o-transition:all 0.3s ease-in-out ;
}
#header .gnb-pc-list > li:hover > a:after,
#header .gnb-pc-list > li.opened > a:after{
	width:100%;
}
#header .gnb-pc-list > li > ul.dp2-box{
	position:absolute;
	text-align:left;
	width:400px;
	padding-top:0px;
	margin-left:-5px;
	display:none;
}
#header .gnb-pc-list > li:last-child > ul.dp2-box{
	position:absolute;
	text-align:right;
	right:-15px;
	width:400px;
	padding-top:0px;
	display:none;
}
#header .gnb-pc-list > li > ul.dp2-box > li{
	display:inline-block;
}
#header .gnb-pc-list > li > ul.dp2-box > li > a{
	display:block;
	padding:44px 10px;
	color:#fff;
}
#header.top-nav-collapse .gnb-pc-list > li > ul.dp2-box > li > a{
	padding:20px 10px;
}
@media(max-width:1400px){
	#header .gnb-pc-list > li {
		margin-left: 70px;
	}
}
@media(max-width:1200px){
	#header .gnb-pc-list > li {
		margin-left: 50px;
	}
}
@media(max-width:992px){
	#header{
		padding:20px 0;
	}
	#header.top-nav-collapse{
		padding:15px 0;
	}
	#header h1 a{
		font-size:0;
		line-height:auto;
	}

	#header h1.logo img {
		max-width:80px !important;
	}

	.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{
		height:1000px;
	}
	#header #gnb-m-list > ul {
		margin-top:66px;
		background: #fff;
		height: 100%;
		border-top:1px solid #ebebeb;
		border-right:1px solid #ebebeb;
		margin-left:-1px;
	}
	#header.top-nav-collapse #gnb-m-list > ul{
		margin-top:56px;
	}
	#header #gnb-m-list > ul > li > a.dp1{
		display:block;
		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 #gnb-m-list .sns {
		top: 37%;
		right:auto;
		left: 0;
	}
	#header .menu-over-bg{
		display:block;
	}
}

/*상단 sns*/
#header nav{
	position: relative;
}
#header .sns{
	position: absolute;
	top: -14px;
	right:-14px;
	text-align: right;
}
#header .sns > a{
	display:inline-block;
	padding:14px;
}

/*모바일 메뉴 열기 아이콘 애니*/
.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
}
/**/

#project .inner .row > div{
	margin-bottom:40px;
}
#project .inner .row > div:hover .overlay{
	display:block;
}
#project .thum{
	border:1px solid #ddd;
	position: relative;
}
#project .thum a{
	display:block;
	padding-top: 92%;
}
#project .thum .overlay{
	display:none;
	background: rgba(40,177,254,0.9);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#project .thum .overlay .iwrap{
	position: relative;
	width:100%;
	height:100%;
}
#project .thum .overlay .iwrap i{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:white;
	border:1px solid white;
	width:60px;
	height:60px;
	border-radius:50%;	
	text-align: center;
	line-height:60px;
	font-weight: 100;
}
#project .project{
	padding:0 9px;
	border:1px solid #555;
	border-radius:8px;
	display:inline-block;
}
#project .inner .subject .title > a{
	height:100%;
	display:block;
}

#project-view .clearfix{
	width:100%;
}
#project-view .fl {
	width:44%;
}
#project-view .fl dl{
	margin:10px 0;
}
#project-view .fl dl dt,
#project-view .fl dl dd{
	font-size:16px;
	display:inline-block;
	vertical-align: middle;
	font-weight: 400;
}
#project-view .fl dl dt{
	color:#28b1fe;
	border:1px solid #28b1fe;
	border-radius:20px;
	padding:0 9px;
	width:84px;
	text-align: center;
	margin-right: 14px;
}
#project-view .fl .cta > a {
    padding: 11px 22px 11px 27px;
	/* color:black !important;
	border-color:black !important; */
}
#project-view .fl .cta > a:hover{
	color:white !important;
	border-color:white !important;
}
#project-view .fl .txt{
	overflow:hidden;
}

#project-view .fr {
	width:50%;
	position: relative;
}
#project-view .fr #sub-slider{
	max-width:530px;
	height:530px;
	border:1px solid #e1e1e1;
	-webkit-box-shadow: 30px 30px 0px 0px rgba(245,245,245,1);
	-moz-box-shadow: 30px 30px 0px 0px rgba(245,245,245,1);
	box-shadow: 30px 30px 0px 0px rgba(245,245,245,1);
}
#project-view .fr #sub-slider .swiper-slide{
	position: relative;
}
#project-view .fr #sub-slider .swiper-slide img{
	width:100%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#project-view .fr .swiper-button-next, 
#project-view .fr .swiper-button-prev{
	outline:none;
	width:48px;
	height:51px;
}

#project-view .fr .swiper-button-prev{
	left:-10px;
	background: url('../images/prev.png')no-repeat center center /contain;
}
#project-view .fr .swiper-button-next{
	right:-10px;
	background: url('../images/next.png')no-repeat center center /contain;
}
#project-view .fr .swiper-button-next:after, 
#project-view .fr .swiper-button-prev:after{
	display:none;
}

@media(max-width:1400px){
	#project-view .fr #sub-slider {
		max-width: 450px;
		height: 450px;
	}
}
@media(max-width:1200px){
	#project-view .fl dl dd{
		vertical-align: top;
	}
	#project-view .fl dl dt {
		width: 22%;
	}
	#project-view .fl dl dd{
		width: 73%;
	}
	#project-view .fr #sub-slider {
		max-width: 350px;
		height: 350px;
	}
	#project-view .fl .cta > a {
		padding: 10px 12px;
	}
}
@media(max-width:992px){
	#project .inner .row > div{
		margin-bottom:20px;
	}
	#project-view .fl,
	#project-view .fr{
		width:100%;
		display:block;
		float:none;
		position: relative;
	}
	#project-view .fl{
		margin-bottom: 60px;
	}
	#project-view .fl dl dt,
	#project-view .fl dl dd{
		vertical-align: middle;
	}
	#project-view .fl dl dt {
		padding: 2px 9px;
		width:16%;
	}
	#project-view .fl .cta > a {
		padding: 10px 20px;
	}
	#project-view .fr #sub-slider {
		width: 100%;
		max-width:500px;
		height: auto;
	}
	#project-view .fr #sub-slider .swiper-slide{
		padding-top:100%;
	}
}
@media(max-width:767px){
	#project-view .fl dl {
		margin: 6px 0;
	}
	#project-view .fl dl dt,
	#project-view .fl dl dd{
		font-size:14px;
		margin-bottom: 10px;
	}
	#project-view .fl dl dt {
		padding: 4px 9px;
		width:22%;
	}	
	#project-view .fl dl dd {
		width: 72%;
	}
	#project-view .fl .cta > a {
		padding: 7px 12px;
	}
	#project-view .fr #sub-slider {
		max-width: 266px;
		-webkit-box-shadow: 15px 15px 0px 0px rgba(245,245,245,1);
		-moz-box-shadow: 15px 15px 0px 0px rgba(245,245,245,1);
		box-shadow: 15px 15px 0px 0px rgba(245,245,245,1);
	}
}



.terms_necessary {
    font-size: 6px;
    display: inline-block;
    color: #cc2020;
	transform:translateY(-4px);
}

.member-skin-wrap .join-form-box  table{
	border-top:2px solid #3d98ff;
}
.member-skin-wrap .join-form-box  table th,
.member-skin-wrap .join-form-box  table td{
	font-size:16px;
}
.member-skin-wrap .join-form-box  table td.subject{
	padding-left:20px !important;
	padding-right:20px !important;
}
.member-skin-wrap .join-form-box  table th {
    border-top:none;
	color:#555 !important;
	font-weight:500 !important;
	background: #f7f7f7;
	text-align: center;
	border-right:none;
}
.member-skin-wrap .join-form-box  table th a{
	color:#555 !important;
	font-weight:500 !important;
}
.member-skin-wrap .join-form-box  table td,
.member-skin-wrap .join-form-box  table td a{
	color:#555 !important;
	font-weight:400 !important;
}
.member-skin-wrap .join-form-box  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;
}
.member-skin-wrap .join-form-box  table td.category span.pending{
	background: #3d98ff;
}
.member-skin-wrap .join-form-box  table td.category span.done{
	background: #888888;
}
@media(max-width:992px){
	.member-skin-wrap .join-form-box  table th,
	.member-skin-wrap .join-form-box  table td{
		font-size:14px;
	}
	.member-skin-wrap .join-form-box  table td.category span{
		width:50px;
		height:20px;
		line-height: 20px;
		font-size:13px;
		font-weight: 400;
	}
}
@media(max-width:767px){
	.member-skin-wrap .join-form-box  table td.subject{
		padding-left:10px !important;
		padding-right:10px !important;
	}
}




.member-skin-wrap .social-num p,
.member-skin-wrap .social-num span,
.member-skin-wrap .social-num input{
	display:inline-block;
	vertical-align: middle;
}
.member-skin-wrap .social-num span{
	display:inline-block;
	width:6px;
	height:6px;
	background: #555;
	border-radius:50%;
	margin-left:1px;
}

.member-skin-wrap .fund select,
.member-skin-wrap .fund div,
.member-skin-wrap .fund input,
.member-skin-wrap .fund p,
.member-skin-wrap .fund label{
	display:inline-block;
	vertical-align: middle;
	color:#555;
	font-weight: 300;
}
.member-skin-wrap .fund select,
.member-skin-wrap .fund .cash{
	width:120px;
	border:1px solid #e2e2e1;
}
.member-skin-wrap .fund input{
	margin:0 4px;
}
.member-skin-wrap .fund label{
	cursor:pointer;
}


.member-skin-wrap .form-control{
	border-radius:0;
}
.member-skin-wrap .pre{
	font-size:16px;
	color:#555;
	white-space:pre-line;
	line-height:1.8;
}

.member-skin-wrap .pre ul li{
	padding-left:15px;
	position: relative;
}
.member-skin-wrap .pre ul li::before{
	position: absolute;
	content:'-';
	top:0;
	left:0;
}

.member-skin-wrap .btn-blue{
	width:196px;
	height:44px;
	line-height: 40px;
	background: #28b1fe;
	border:1px solid #4ba0ff;
	color:white;
	text-align: center;
	border-radius:40px;
	outline:none;
}


@media (max-width: 992px){
	.member-skin-wrap .join-form-box table td {
		padding:15px 0 !important;
	}
	.member-skin-wrap .fund select,
	.member-skin-wrap .fund .cash{
		height:30px;
	}
}
@media (max-width: 767px){
	.member-skin-wrap .info{
		display:block !important;
	}
	.member-skin-wrap .pre{
		font-size:14px;
		line-height:1.5;
	}
	.member-skin-wrap .pre ul li{
		padding-left:10px;
	}
}


#comment{
	font-size:16px;
	color:#555;
	white-space:pre-line;
	line-height:1.8;
}
#comment hr{
	display: none !important;
}
#comment hr p,
#comment hr span{
	border:: none !important;
}
@media (max-width: 767px){
	#comment{
		font-size:14px;
		line-height:1.5;
	}
}

