@CHARSET "UTF-8";

/* 
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1240px;
	}	
}
 */

.kakao_floating{
	position: fixed;
/* 	right: 3%; */
	right: 25px;
/* 	top: 80%; */
	bottom: 65px;
	text-align: center;
	z-index: 99;
}


#ojhicon{
	border-radius: 10px;
}

.icon-size{
	font-size: 25px;
}

.cplogoText{
	text-align: center; 
	vertical-align: middle; 
	font-size: 20px; 
	letter-spacing: -3px;
	background: linear-gradient( to right, #2EFEF7, #819FF7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "맑은 고딕";
}

.header {
	position: relative;
	background-color: black;
	height: 107px;
	width: 100%;
	/* min-width: 1300px; */
}

.header.main {
	background: black;
}

.header .menu_bg {
	/* width: 1300px; */
	width: 100%;
	height: 107px;
	margin: 0 auto;
}

.header .menu_contents {
	position: relative;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	z-index: 3;
}
.header .logo_total {
	position: absolute;
	left: 0;
	top: 25px;
}
/* cp로인해 분리 header */
.header .logo_total2 {
	position: absolute;
	left: 0;
	top: 20px;
}

.header .logo_total > div {
	float: left;
}

.header .logo > img {
	width: 135px;
	height: 55px;
}

.header .logo_smart > img {
	width: 115px;
	height: 60px;
	margin-left: 20px;
}

.header .top_menu {
	position: absolute;
	top: 16px;
	right: 0;
}

.header .top_menu > div {
	float: left;
}

.header .top_menu_langurage {
	display: table;
	box-sizing: border-box;
	width: 112px;
	height: 26px;
	padding-right: 25px;
}

.header .top_menu_site {
	display: table;
	box-sizing: border-box;
	width: 180px;
	height: 26px;
	padding-right: 25px;
}

.header .top_menu_langurage span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-left: 10px;
	cursor: pointer;
}

.header .top_menu_site span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-left: 10px;
	cursor: pointer;
}

.header .top_menu_right_10 {
	margin-right: 10px;
}

.header ul.list {
	-webkit-transition: height, 0.3s;
	transition: height, 0.3s;
	position: relative;
	left: 0;
	top: 0;
	width: 110px;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	border: 1px solid white;
	border-top: none;
	border-bottom: none;
	background: black;
	font-size: 14px;
	overflow: hidden;
}

.site ul.list {
	-webkit-transition: height, 0.3s;
	transition: height, 0.3s;
	position: relative;
	left: 0;
	top: 0;
	width: 180px;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	border: 1px solid white;
	border-top: none;
	border-bottom: none;
	background: black;
	font-size: 14px;
	overflow: hidden;
}

.header ul.list > li {
	border-bottom: 1px solid white;
}

.header ul.list > li:last-child {
	border-bottom: none;
}

.header ul.list > li > a {
	display: block;
	box-sizing: border-box;
	min-height: 26px;
	line-height: 26px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.header .top_menu_langurage ul.list > li > a {
	display: block;
	box-sizing: border-box;
	min-height: 26px;
	line-height: 26px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.header .top_menu_site ul.list > li > a {
	display: block;
	box-sizing: border-box;
	min-height: 26px;
	line-height: 26px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.header ul.list.selected {
	height: 108px;
	border-bottom: 1px solid white;
}

.header .site ul.list.selected {
	border-bottom: 1px solid white;
	height: auto;
	height: initial;
}

.header .login {
	display: table;
	width: 79px;
	height: 26px;
}

.header .login > a {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.header .main_menu {
	position: absolute;
	top: 52px;
	right: 0;
}

.header .main_menu > ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.header .main_menu > ul > li {
	float: left;
	text-align: right;
}

.header .main_menu > ul > li > a {
	box-sizing: border-box;
	display: inline-block;
	text-align: right;
	min-height: 56px;
	padding-top: 14px;
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}

.jp .header .main_menu > ul > li > a {
	padding-bottom: 8px;
}

.header .main_menu > ul > li.selected > a {
	border-bottom: 5px solid white;
}

.header .main_menu > ul > li:hover > a {
	color: #39e1ff;
}

.header .main_menu > ul > li > a.drop {
	cursor: default;
}

.header .main_menu > ul:after {
	clear: both;
}

.header .main_menu ul.depth2 {
	display: none;
	margin: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
	list-style: none;
}

.header .main_menu ul.depth2 > li {
}

.header .main_menu ul.depth2 > li > a {
	display: inline-block;
	padding-bottom: 14px;
	text-align: right;
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.header .main_menu ul.depth2 > li:hover > a {
	color: #39e1ff;
}

/* 한국어 메뉴 널비 */
.header .main_menu .theme {
	width: 136px;
}

.header .main_menu .education {
	width: 96px;
}

.header .main_menu .portfolio {
	width: 144px;
}

.header .main_menu .beacon {
	width: 120px;
}

.header .main_menu .reject {
	width: 120px;
}

.header .main_menu .couponUse{
	width: 120px;
}
.header .main_menu .nfc {
	width: 120px;
}

.header .main_menu .gps {
	width: 120px;
}

.header .main_menu .progress {
	width: 106px;
}

.header .main_menu .like {
	width: 106px;
}

.header .main_menu .assessment {
	width: 149px;
}

.header .main_menu .admin {
	width: 116px;
}

.header .main_menu .test {
	width: 106px;
}

.header .main_menu .charge {
	width: 134px;
}

.header .main_menu .statistic {
	width: 90px;
}

/* 일본어 메뉴 넓이 */
.jp .main_menu .theme {
	width: 136px;
}

.jp .header .main_menu .education {
	width: 145px;
}

.jp .header .main_menu .portfolio {
	width: 181px;
}

.jp .header .main_menu .progress {
	width: 106px;
}

.jp .header .main_menu .like {
	width: 181px;
}

.jp .header .main_menu .assessment {
	width: 164px;
}

.jp .header .main_menu .admin {
	width: 164px;
}

.jp .header .main_menu .test {
	width: 106px;
}

/* 영어 메뉴 넓이 */
.en .main_menu .theme {
	width: 200px;
}

.en .header .main_menu .education {
	width: 160px;
}

.en .header .main_menu .portfolio {
	width: 130px;
}

.en .header .main_menu .progress {
	width: 130px;
}

.en .header .main_menu .like {
	width: 100px;
}

.en .header .main_menu .assessment {
	width: 250px;
}

.en .header .main_menu .admin {
	width: 240px;
}

.en .header .main_menu .test {
	width: 110px;
}

/* 중국어 메뉴 넓이 */
.zh .main_menu .theme {
	width: 106px;
}

.zh .header .main_menu .education {
	width: 106px;
}

.zh .header .main_menu .portfolio {
	width: 126px;
}

.zh .header .main_menu .progress {
	width: 126px;
}

.zh .header .main_menu .like {
	width: 106px;
}

.zh .header .main_menu .assessment {
	width: 106px;
}

.zh .header .main_menu .admin {
	width: 106px;
}

.zh .header .main_menu .test {
	width: 106px;
}

.header .humen {
	box-sizing: border-box;
	height: 26px;
	text-align: right;
	font-size: 0;
}

.header .humen > div {
	display: inline-block;
	vertical-align: bottom;
}

.header .humen > div > a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: -1px;
}

.header .humen_txt {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #b2b2b2;
}

.submenu_bg {
	display: none;
	background: rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 108px;
	width: 100%;
	height: 263px;
	z-index: 1;
	border-bottom: 2px solid white;
}

.header.main .submenu_bg {
	display: none;
	background: rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 108px;
	width: 100%;
	height: 520px;
	z-index: 1;
	border-bottom: 2px solid white;
}

/** 개발자 코드 **/
.not_env_logo {
	display: none;
}

.env .not_env_logo {
	display: inherit;
}

.floating {
	background-color: #transparent;
	border: 2px solid #transparent;
	position: fixed;
	right: 40%;
	top: 20%;
	margin-right: -36%;
	text-align: center;
	width: 70px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 100;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(-5px);
}

.floating > div{
	border: 2px solid #F2F2F2;
	border-radius: 8px;
	width: 65px;
	height: 60px;
}

.floating > div > img {
	width: 65px;
	height: 60px;
	cursor: pointer;
}

.floating2 {
	/* background-color: #transparent; */
	/* border: 2px solid #transparent; */
	position: fixed;
	right: 42%;
	top: 78%;
	margin-right: -26%;
	text-align: center;
	width: 70px;
	/* border-radius: 8px; */
	/* -webkit-border-radius: 8px; */
	z-index: 99;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(-5px);
}
/*  */

#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #1e4356;
}

#header.header-transparent {
  background: rgba(30, 67, 86, 0.8);
}

#header.header-scrolled {
  background: rgba(30, 67, 86, 0.8);
  height: 70px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: -10;
  max-height: 50px;
}


.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ddecf5;
  /* padding: 10px 15px; */
  padding: 5px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  /* min-width: 180px; */
  min-width: 130px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1c3745;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #68A4C4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -270px;
  width: 270px;
  padding-top: 18px;
  background: #1e4356;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .moblieMenu{
	padding-top: 20px;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 67, 86, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
