@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
	/* font-family: 'Noto Sans Korean', sans-serif, Arial; */
}
body {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	left: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.menu-open {
	overflow-x: hidden;
	position: relative;
	left: -240px;
}
body.menu-open header.small {
	right: 240px;
	left: -240px;
}
body.menu-open .menu-window {
	right: 0px;
}
/* chrome */
input::-webkit-input-placeholder {
  color: black;
  font-family: 'Gulim';
  font-size: 12px;
  text-align: left; 
}
/* IE */
input:-ms-input-placeholder {
  color: black;
  font-family: 'Gulim';
  font-size: 12px !important;
  text-align: left;  
}
textarea::-webkit-input-placeholder {
  color: black;
  font-family: 'Gulim';
  font-size: 12px;
  text-align: left;  
}
textarea:-ms-input-placeholder {
  color: black;
  font-family: 'Gulim';
  font-size: 12px;
  text-align: left;  
}
/* 모바일 메뉴 */
.menu-window {
	position: fixed;
	right: -240px;
	top: 0px;
	bottom: 0px;
	width: 240px;
	background: #28303d;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99999;
}
.menu-window header .nav {
	padding: 10px;
}
.menu-window header .nav a {
	color: white;
}
.menu-window header .nav a :visited {
	color: white;
}
.menu-window .menu {
	list-style: none;
	padding: 0px;
}
.menu-window .menu li {
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px solid #474a52;
}
.menu-window .menu li a {
	color: white;
}
.menu-window .menu li.active {
	color: #834dc1;
}
/*----------모바일 메뉴 */
/* 버튼 스타일 */
a {
	text-decoration: none;
}
.trial-btn {
	display: inline-block;
	border-radius: 18.5px;
	color: #ffffff;
	border: 1px solid #ff6e6e;
	background-color: #ff6e6e;
	font-size: 12px;
	padding: 5px 17px;
	font-weight: 500;
	cursor: pointer;
}
.trial-btn.large {
	padding: 10px 30px;
	font-size: 12px;
}
.trial-btn.green {
	color: white;
	border: 1px solid #1ccab3;
	background-color: #1ccab3;
}
.trial-btn.wide {
	padding-left: 30px;
	padding-right: 30px;
}
.trial-btn.wide2 {
	padding-left: 70px;
	padding-right: 70px;
}
.trial-btn.text-large {
	font-size: 15px;
}
.readmore-btn {
	display: none;
	-webkit-border-radius: 15px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 15px;
	-moz-background-clip: padding;
	border-radius: 15px;
	background-clip: padding-box;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 20px;
}
.readmore-btn.large {
	padding: 10px 40px;
	-webkit-border-radius: 20px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 20px;
	-moz-background-clip: padding;
	border-radius: 20px;
	background-clip: padding-box;
	font-size: 12px;
}
.readmore-btn.show {
	display: inline-block;
}
.readmore-btn.black {
	color: #555;
	border: 0px;
}
.btn-border {
	border-width: 2px !important;
}
/*----------------- 버튼 스타일 */
/*로고 css*/
header .logo_img {
	display: inline;
}
header .logo_fixed {
	display: none;
}
header .white-menu-btn {
	display: inline;
}
header .gray-menu-btn {
	display: none;
}
header .right a:not(.trial-btn) {
	color: rgba(0, 0, 0, 0.6);
}
/*a테그 css*/
header .right a:not(.trial-btn):hover,
header .right a:not(.trial-btn).active {
	color: #000;
}
header .right a:not(.trial-btn):hover::after,
header .right a:not(.trial-btn).active::after {
	background-color: #834dc1;
}
/*------a테그 css*/
/*-------로고 css*/
/* 네비 큰거*/
header.large {
	top: 0px;
	border-color: rgba(0, 0, 0, 0.15);
}
.fixed header.large {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
	background-color: rgba(255, 255, 255, 0.9) !important;
}
.fixed header.large .container-inner {
	padding-top: 0px !important;
}
/* -------네비 큰거*/
/* 네비 축소*/
.fixed header.small {
	background-color: rgba(255, 255, 255, 0.9) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.fixed header.small .logo_img {
	display: none;
}
.fixed header.small .logo_fixed {
	display: inline;
	margin-top: -5px;
}
.fixed header.small .white-menu-btn {
	display: none;
}
.fixed header.small .gray-menu-btn {
	display: inline;
}
/*-------- 네비 축소*/
/*네비게이션*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.fixed header.large .container-inner {
		width: auto;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1201px) {
	.fixed header.large .container-inner {
		margin: 0 auto;
	}
}
.fixed header.large .nav {
	height: 70px;
}
.fixed header.large .logo_img {
	display: none;
}
.fixed header.large .logo_fixed {
	display: inline;
}
.fixed header.large .line {
	margin-top: 2px;
	border-top: 0px solid rgba(0, 0, 0, 0.15) !important;
}
.fixed header.large .right a:not(.trial-btn) {
	color: rgba(0, 0, 0, 0.6) !important;
}
.fixed header.large .right a:not(.trial-btn):hover,
.fixed header.large .right a:not(.trial-btn).active {
	color: #000 !important;
}
.fixed header.large .right a:not(.trial-btn):hover::after,
.fixed header.large .right a:not(.trial-btn).active::after {
	background-color: #834dc1 !important;
}
/*컨테이너*/
.wrap {
	position: static;
}
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap h6 {
	margin: 0px;
}
.wrap .container {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 100%;
}
.wrap .container.rel {
	position: relative;
}
/*컨테이너 가운데 정렬*/
@media only screen and (max-width: 340px) {
	.wrap .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .container {
		padding-left: 20px;
		padding-right: 20px;
		width: 980px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .container {
		width: 980px;
		margin: 0 auto;
	}
}
/*----------컨테이너 가운데 정렬*/
/*1024이하 일때 상단 네이비바 변형*/
.wrap header {
	transition: all 0.5s linear;
}
.wrap header.small {
	display: block;
}
.wrap header.large {
	display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap header.small {
		display: none;
	}
	.wrap header.large {
		display: block;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap header.small {
		display: none;
	}
	.wrap header.large {
		display: block;
	}
}
/*--------- 1024이하 일때 상단 네이비바 변형*/
/*상단 네이비바 로고 이미지 조정*/
.wrap header .nav {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.wrap header .nav .left {
	float: left;
	display: inline-block;
	padding-top: 10px;
}
.wrap header .nav .left img {
	max-width: 100%;
	max-height: 100%;
}
@media only screen and (max-width: 340px) {
	.wrap header .nav .left {
		padding-top: 5px;
	}
	.wrap header .nav .left img {
		width: 100px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap header .nav .left {
		padding-top: 5px;
		font-size: 25px;
	}
	.wrap header .nav .left img {
		width: 110px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap header .nav .left {
		padding-top: 5px;
		font-size: 25px;
		line-height: 50px;
	}
}
/*-------- 상단 네이비바 로고 이미지 조정*/
/*상단 네이비바 a테크 조정*/
.wrap header .nav .left a {
	color: #ffffff;
}
.wrap header .nav .right {
	padding-top: 10px;
	float: right;
	color: white;
}
.wrap header .nav .right a {
	color: white;
}
.wrap header .nav .right img {
	margin-left: 5px;
}
.wrap header .nav .right .trial-btn {
	display: inline;
}
@media only screen and (max-width: 340px) {
	.wrap header .nav .right {
		padding-top: 5px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap header .nav .right {
		padding-top: 5px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap header .nav .right {
		padding-top: 5px;
		margin-top: 0px;
	}
}
/*--------상단 네이비바 a테크 조정*/
/*상단 네이비바 고정*/
.wrap header .nav .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -69px;
	margin-top: -17.5px;
	width: 138px;
	height: 35px;
}
.wrap header.small {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	/*background:white; */
	z-index: 9999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wrap header.small .white-menu-btn img,
.wrap header.small .gray-menu-btn img {
	margin: 5px 0;
	width: 35px;
}
/*-------상단 네이비바 고정*/
/*상단 네이비바 a테크 디자인, a테그 열맞춤*/
.wrap header.large {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.wrap header.large .container-inner {
	padding-top: 0px;
	transition: all 0.5s linear;
}
.wrap header.large .line {
	margin-top: -2px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.wrap header.large .nav {
	position: relative;
	height: 100%;
}
.wrap header.large .nav .left {
	float: left;
	display: inline-block;
	padding-top: 10px;
}
.wrap header.large .nav .left a {
	color: #ffffff;
}
.wrap header.large .nav .right {
	padding-top: 20px;
	width: 70%;
	float: right;
	text-align: right;
}
.wrap header.large .nav .right ul {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.wrap header.large .nav .right ul li {
	display: inline;
	margin-right: 20px;
}
.wrap header.large .nav .right ul li a {
	font-size: 14px;
	position: relative;
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	display: inline-block;
	font-weight: 500;
}
.wrap header.large .nav .right ul li a:hover,
.wrap header.large .nav .right ul li a.active {
	color: #fff ;
    cursor: pointer;
}
.wrap header.large .nav .right ul li a:hover::after,
.wrap header.large .nav .right ul li a.active::after {
	position: absolute;
	content: "";
	bottom: -4px;
	height: 3px;
	left: 0px;
	right: 0px;
	background-color: white ;
}
/*상단 네이비바 a테크 디자인, a테그 열맞춤*/


/*하단 메뉴*/
.wrap footer {
	background: #28303d;
	color: #ffffff;
	padding: 10px;
	padding-top: 90px;
	padding-bottom: 100px;
	/* background-image: url(../img/bottom_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	*/
}
@media only screen and (max-width: 340px) {
	.wrap footer {
		background-position: 50% 50%;
		background-size: cover;
		padding-top: 0px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap footer {
		background-position: center bottom;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap footer {
		background-size: cover;
	}
}
.wrap footer a {
	color: #ffffff;
}
.wrap footer .menu-list {
	text-align: center;
}
@media only screen and (max-width: 340px) {
	.wrap footer .menu-list .row {
		display: block;
	}
	.wrap footer .menu-list .row .menu-column {
		display: block;
		flex: none;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	.wrap footer .menu-list .row .menu-column .body .item {
		display: inline-block;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap footer .menu-list .row {
		display: block;
	}
	.wrap footer .menu-list .row .menu-column {
		display: block;
		flex: none;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	.wrap footer .menu-list .row .menu-column .body .item {
		display: inline-block;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap footer .menu-list .row {
		display: block;
	}
	.wrap footer .menu-list .row .menu-column {
		display: block;
		flex: none;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	.wrap footer .menu-list .row .menu-column .body .item {
		display: inline-block;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap footer .menu-list .row {
		display: block;
	}
	.wrap footer .menu-list .row .menu-column {
		display: block;
		flex: none;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	.wrap footer .menu-list .row .menu-column .body .item {
		display: inline-block;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap footer .menu-list .row {
		display: flex;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap footer .menu-list .row {
		display: flex; /*수평 맞추기*/		
	}
}
.wrap footer .menu-column {
	display: inline-block;
	vertical-align: middle;
	flex: 1;
	width: 130px;
	height: 175px;
	padding-left: 20px;
	padding-bottom: 70px;
}
.wrap footer .menu-column .big-only {
	display: block;
}
.wrap footer .menu-column .small-only {
	display: none;
}
@media only screen and (max-width: 340px) {
	.wrap footer .menu-column {
		padding-left: 0px;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		height: auto;
	}
	.wrap footer .menu-column .big-only {
		display: none;
	}
	.wrap footer .menu-column .small-only {
		display: block;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap footer .menu-column {
		padding-left: 0px;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		height: auto;
	}
	.wrap footer .menu-column .big-only {
		display: none;
	}
	.wrap footer .menu-column .small-only {
		display: block;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap footer .menu-column {
		margin-right: 10px;
		width: 140px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap footer .menu-column {
		margin-right: 10px;
		width: 140px;
	}
}
.wrap footer .menu-column .title {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 30px;
}
@media only screen and (max-width: 340px) {
	.wrap footer .menu-column .title {
		padding-top: 20px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap footer .menu-column .title {
		padding-top: 20px;
	}
}
.wrap footer .menu-column .body {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 20px;
}
.wrap footer .menu-column .body .item {
	padding: 5px 0px;
}
@media only screen and (max-width: 340px) {
	.wrap footer .menu-column .body .item {
		padding-right: 10px;
		display: inline;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap footer .menu-column .body .item {
		padding-right: 10px;
		display: inline;
	}
}
.wrap footer .menu-column .body a {
	cursor: pointer;
	color: #818489;
}
.wrap footer .menu-column .body a:hover {
	color: white;
}
.wrap footer .social-list {
	text-align: center;
	font-size: 1.5em;
	padding: 20px 0px;
	paddinb-bottom: 100px;
}
.wrap footer .social-list span {
	padding: 0px 10px;
}
.wrap footer .social-list a {
	color: rgba(255, 255, 255, 0.7);
}
.wrap footer .social-list a:hover {
	color: white;
}
.wrap footer .contact {
	text-align: center;
	border-top: 1px solid #474a52;	
	padding: 30px 0px;
	padding-bottom: 10px;
	color: #474a52;
	display: flex;
	display: -webkit-flex;
}
@media only screen and (max-width: 340px) {
  .wrap footer .contact {
    display: block;
  }
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
  .wrap footer .contact {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .wrap footer .contact {
    display: block;
  }
}
.wrap footer .contact .contact-item {
  flex: 1;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: normal;
  color: #adaeb0;
  text-align: center;
}
.wrap footer .contact .contact-item > div {
  text-align: left;
  /* width: 160px; */
  margin: 0 auto;
}
.wrap footer .contact .contact-introduce > div {
  text-align: left;
  /* width: 560px; */
  margin: 0 auto;
}
@media only screen and (max-width: 340px) {
  .wrap footer .contact .contact-item > div {
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
  .wrap footer .contact .contact-item > div {
    text-align: center;
    width: auto;
    margin: 0;
  }
  .wrap footer .contact .contact-item > div .email {
    display: inline;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .wrap footer .contact .contact-item > div {
    text-align: center;
    width: auto;
    margin: 0;
  }
  .wrap footer .contact .contact-item > div .email {
    display: inline;
  }
  .wrap footer .contact .contact-img{
	    margin: 0px auto;
  }  
}
.wrap footer .contact .contact-item:first-child {
  text-align: left;
}
.wrap footer .contact .contact-item:first-child.right > div {
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 340px) {
  .wrap footer .contact .contact-item:first-child.right > div {
    text-align: center;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
  .wrap footer .contact .contact-item:first-child.right > div {
    text-align: center;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .wrap footer .contact .contact-item:first-child.right > div {
    text-align: center;
    padding-right: 0px;
  }
}
.wrap footer .contact .contact-item:first-child > div {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 340px) {
  .wrap footer .contact .contact-item:first-child > div {
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
  .wrap footer .contact .contact-item:first-child > div {
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .wrap footer .contact .contact-item:first-child > div {
    width: auto;
    margin: 0;
  }
}
.wrap footer .contact .contact-item:last-child {
  text-align: right;
}
.wrap footer .contact .contact-item:last-child > div {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 340px) {
  .wrap footer .contact .contact-item:last-child > div {
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
  .wrap footer .contact .contact-item:last-child > div {
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .wrap footer .contact .contact-item:last-child > div {
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 340px) {
  .wrap footer .contact .contact-item {
    flex: none;
    text-align: left !important;
  }
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
  .wrap footer .contact .contact-item {
    flex: none;
    text-align: left !important;
  }
}
.contact-img{
	background-image: url('/img/main/bottom_logo.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px 70px;
    width: 300px;
    height: 70px;
    margin-left: 15px;
}
.contact-introduce{
	/* width: 560px; */
}
@media only screen and (max-width: 340px) {
	.wrap .contact-introduce {
		
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .contact-introduce {
		
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .contact-introduce {
		width: 560px !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .contact-introduce {
		width: 560px !important;
	}
}
.wrap footer .contact .contact-item strong {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}
.wrap footer .copyright {
  text-align: center;
  color: #818489;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0px;
}
.wrap footer .policy {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  color: #818489;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0px;
  padding-top: 0px;
}
.wrap footer .policy a {
  color: #818489;
}
.wrap footer .policy span {
  padding: 0px 5px;
}
.wrap footer .partners {
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .wrap footer .group {
    padding-top: 12px;
    text-align: center;
  }
  .wrap footer .policy,
  .wrap footer .partners,
  .wrap footer .copyright {
    display: inline;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1201px) {
  .wrap footer .group {
    padding-top: 12px;
    text-align: center;
  }
  .wrap footer .policy,
  .wrap footer .partners,
  .wrap footer .copyright {
    display: inline;
    margin-right: 40px;
  }
}
.wrap footer .language-group-button {
  position: relative;
  display: inline-block;
}
.wrap footer .language-group-button .selected-btn {
  width: 100px;
  display: inline-block;
  border-radius: 18.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 23px;
  font-size: 13px;
  font-weight: 300;
  background: #28303d;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.wrap footer .language-group-button .selected-btn:hover {
  color: white;
}
.wrap footer .language-group-button .button-group {
  position: absolute;
  display: none;
  width: 100px;
  z-index: 2;
  top: 6px;
  border-radius: 18.5px;
}
.wrap footer .language-group-button .button-group .btn {
  display: block;
  padding: 5px 23px;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 0px;
  background: #28303d;
}
.wrap footer .language-group-button .button-group .btn:hover {
  background: #333;
}
.wrap footer .language-group-button .button-group .btn:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 18.5px;
  border-top-right-radius: 18.5px;
}
.wrap footer .language-group-button .button-group .btn:last-child {
  border-bottom-left-radius: 18.5px;
  border-bottom-right-radius: 18.5px;
}
.wrap footer .language-group-button.open .button-group {
  display: block;
}
/* home 공통 */
body.home header.large .logo_img,
.category-partners header.large .logo_img,
.category-library header.large .logo_img,
.category-notice header.large .logo_img,
.category-news header.large .logo_img,
.category-why header.large .logo_img,
.category-events header.large .logo_img,
.category-blog.single header.large .logo_img,
.archive.tag header.large .logo_img,
.error404 header.large .logo_img {
	display: none;
}
body.home header.large .logo_fixed,
.category-partners header.large .logo_fixed,
.category-library header.large .logo_fixed,
.category-notice header.large .logo_fixed,
.category-news header.large .logo_fixed,
.category-why header.large .logo_fixed,
.category-events header.large .logo_fixed,
.category-blog.single header.large .logo_fixed,
.archive.tag header.large .logo_fixed,
.error404 header.large .logo_fixed {
	display: inline !important;
}
body.home header.large .line,
.category-partners header.large .line,
.category-library header.large .line,
.category-notice header.large .line,
.category-news header.large .line,
.category-why header.large .line,
.category-events header.large .line,
.category-blog.single header.large .line,
.archive.tag header.large .line,
.error404 header.large .line {
	margin-top: -2px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
body.home header.large .nav .left a,
.category-partners header.large .nav .left a,
.category-library header.large .nav .left a,
.category-notice header.large .nav .left a,
.category-news header.large .nav .left a,
.category-why header.large .nav .left a,
.category-events header.large .nav .left a,
.category-blog.single header.large .nav .left a,
.archive.tag header.large .nav .left a,
.error404 header.large .nav .left a {
	color: #ffffff;
}
body.home header.large .nav .right ul li a,
.category-partners header.large .nav .right ul li a,
.category-library header.large .nav .right ul li a,
.category-notice header.large .nav .right ul li a,
.category-news header.large .nav .right ul li a,
.category-why header.large .nav .right ul li a,
.category-events header.large .nav .right ul li a,
.category-blog.single header.large .nav .right ul li a,
.archive.tag header.large .nav .right ul li a,
.error404 header.large .nav .right ul li a {
	color: rgba(102, 102, 102, 0.6) !important;
}
body.home header.large .nav .right ul li a:hover,
.category-partners header.large .nav .right ul li a:hover,
.category-library header.large .nav .right ul li a:hover,
.category-notice header.large .nav .right ul li a:hover,
.category-news header.large .nav .right ul li a:hover,
.category-why header.large .nav .right ul li a:hover,
.category-events header.large .nav .right ul li a:hover,
.category-blog.single header.large .nav .right ul li a:hover,
.archive.tag header.large .nav .right ul li a:hover,
.error404 header.large .nav .right ul li a:hover,
body.home header.large .nav .right ul li a.active,
.category-partners header.large .nav .right ul li a.active,
.category-library header.large .nav .right ul li a.active,
.category-notice header.large .nav .right ul li a.active,
.category-news header.large .nav .right ul li a.active,
.category-why header.large .nav .right ul li a.active,
.category-events header.large .nav .right ul li a.active,
.category-blog.single header.large .nav .right ul li a.active,
.archive.tag header.large .nav .right ul li a.active,
.error404 header.large .nav .right ul li a.active {
	color: #666 !important;
}
body.home header.large .nav .right ul li a:hover::after,
.category-partners header.large .nav .right ul li a:hover::after,
.category-library header.large .nav .right ul li a:hover::after,
.category-notice header.large .nav .right ul li a:hover::after,
.category-news header.large .nav .right ul li a:hover::after,
.category-why header.large .nav .right ul li a:hover::after,
.category-events header.large .nav .right ul li a:hover::after,
.category-blog.single header.large .nav .right ul li a:hover::after,
.archive.tag header.large .nav .right ul li a:hover::after,
.error404 header.large .nav .right ul li a:hover::after,
body.home header.large .nav .right ul li a.active::after,
.category-partners header.large .nav .right ul li a.active::after,
.category-library header.large .nav .right ul li a.active::after,
.category-notice header.large .nav .right ul li a.active::after,
.category-news header.large .nav .right ul li a.active::after,
.category-why header.large .nav .right ul li a.active::after,
.category-events header.large .nav .right ul li a.active::after,
.category-blog.single header.large .nav .right ul li a.active::after,
.archive.tag header.large .nav .right ul li a.active::after,
.error404 header.large .nav .right ul li a.active::after {
	background-color: #834dc1 !important;
}
body.home header.small,
.category-partners header.small,
.category-library header.small,
.category-notice header.small,
.category-news header.small,
.category-why header.small,
.category-events header.small,
.category-blog.single header.small,
.error404 header.small {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
body.home header.small .logo_img,
.category-partners header.small .logo_img,
.category-library header.small .logo_img,
.category-notice header.small .logo_img,
.category-news header.small .logo_img,
.category-why header.small .logo_img,
.category-events header.small .logo_img,
.category-blog.single header.small .logo_img,
.error404 header.small .logo_img {
	display: none;
}
body.home header.small .logo_fixed,
.category-partners header.small .logo_fixed,
.category-library header.small .logo_fixed,
.category-notice header.small .logo_fixed,
.category-news header.small .logo_fixed,
.category-why header.small .logo_fixed,
.category-events header.small .logo_fixed,
.category-blog.single header.small .logo_fixed,
.error404 header.small .logo_fixed {
	display: inline !important;
	margin-top: -5px;
}
body.home header.small .right .white-menu-btn,
.category-partners header.small .right .white-menu-btn,
.category-library header.small .right .white-menu-btn,
.category-notice header.small .right .white-menu-btn,
.category-news header.small .right .white-menu-btn,
.category-why header.small .right .white-menu-btn,
.category-events header.small .right .white-menu-btn,
.category-blog.single header.small .right .white-menu-btn,
.error404 header.small .right .white-menu-btn {
	display: none !important;
}
body.home header.small .right .gray-menu-btn,
.category-partners header.small .right .gray-menu-btn,
.category-library header.small .right .gray-menu-btn,
.category-notice header.small .right .gray-menu-btn,
.category-news header.small .right .gray-menu-btn,
.category-why header.small .right .gray-menu-btn,
.category-events header.small .right .gray-menu-btn,
.category-blog.single header.small .right .gray-menu-btn,
.error404 header.small .right .gray-menu-btn {
	display: inline !important;
}
input[type="text"]{
	width: 100%;
	height: 100%;
	line-height: 60px;
	border: 1px solid #c8ccce;
	margin:0px;
	padding: 0px;
	padding-left: 10px;
	font-family:'Gulim';
	/* background-color: gray;	 */
	font-size: 1.2em;
	font-weight: bold;
}
textarea{
	border: 1px solid #c8ccce;
	margin:0px; 
	padding: 10px;
	font-family:'Gulim';
	/* background-color: gray; */
	font-size: 1.2em;
	font-weight: bold;
}
select{
	width: 264px;
    height: 39px;
    border: 1px solid #c8ccce;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
}