@charset "EUC-KR";

/*******************************************************************
   layout style
******************************************************************* */
/*
	1. header style
*/
#header {

}

#container .innerwrap {
	position: relative;
	padding-top: 0;
}

/*******************************************************************
   common style
******************************************************************* */
.main-col {
	padding: 50px 0;
}
.main-col h3 {
	margin: 0 0 45px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
.main-col h3 a {
	font-size: 32px;
	font-weight: 700;
	color: rgba(255,255,255,0.9);
}
.main-col h3 a:hover {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	color: rgba(255,255,255,1);
}
.main-col.vendor {
	border-top: 1px solid #f0f0f0;
}

/* *******************************************************************
	col1 : ¸ÞÀÎ ¹è³Ê
******************************************************************* */
.col1 {
	position: relative;
	height: 800px;
	padding: 0;
}
.col1 .innerwrap {
	width: 100%;
}
.col1 ul.swiper-wrapper {

}
.col1 ul.swiper-wrapper li.swiper-slide {
	position: relative;
	width: 100%;
	height: 800px;
}
.col1 ul.swiper-wrapper li.swiper-slide .inner {
	width: 1200px;
	height: 800px;
	margin: 0 auto;
}

/* *******************************************************************
        col2 : ¹Ù·Î°¡±â ¹× ÅëÇÕ°Ë»ö
******************************************************************* */
.col2 {
	position: relative;
	height: 215px;
	padding: 0;
	/*border-top: 1px solid #e4e4e4;*/
	background: #fff url(/images/main/bg_main_col2.jpg) center top no-repeat;
}
.col2 .innerwrap > div:not(.layer-popup-area) {
	float: left;
	width: 50%;
	height: 215px;
}

/* Äü¹öÆ° */
.col2 .quick-button-area {

}
.col2 .quick-button-area > ul {
	padding-top: 44px;
}
.col2 .quick-button-area > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.col2 .quick-button-area > ul > li:last-child {
	margin-right: 0;
}
.col2 .quick-button-area > ul > li a {
	display: block;
	text-align: center;
}
.col2 .quick-button-area > ul > li a span {
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 0 0 15px;
	border-radius: 45px;
	background-color: rgba(255,255,255,0.8);
	transition: all 0.25s;
}
.col2 .quick-button-area > ul > li a:hover span {
	background-color: rgba(255,255,255,1);
}
.col2 .quick-button-area > ul > li a span img {

}
.col2 .quick-button-area > ul > li a b {
	display: block;
	max-width: 120px;
	line-height: 1.1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: rgba(255,255,255,0.85);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	transition: all 0.25s;
}
.col2 .quick-button-area > ul > li a:hover b {
	color: rgba(255,255,255,1);
}

/* ¿Â¶óÀÎ ¿ë¾î»çÀü */
.col2 .online-dictionary-area {
	text-align: center;
	padding-left: 100px;
}
.col2 .online-dictionary-area p.title {
	padding: 40px 0 20px;
	font-family: 'EsaManru', sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.col2 .online-dictionary-area .online-dictionary {
	position: relative;
}
.col2 .online-dictionary-area .online-dictionary input[type=text] {
	width: 500px;
	height: 60px;
	padding: 0 100px 0 20px;
	font-size: 18px;
	color: #000;
	border: 3px solid #254cca;
	border-radius: 30px;
	background-color: #fff;
}
.col2 .online-dictionary-area .online-dictionary input[type=text]::placeholder {
	font-size: 18px;
	font-weight: 300;
	color: #aaa;
}
.col2 .online-dictionary-area .online-dictionary button {
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
	width: 80px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	border: 0;
	border-radius: 25px;
	background-color: #254cca;
	transition: all 0.25s;
}
.col2 .online-dictionary-area .online-dictionary button:hover {
	background-color: #2142B4;
}
.col2 .online-dictionary-area .logo-area {
	margin: 20px 0 0;
}

/* *******************************************************************
	col-etc : À¯Æ©ºê, ±âÀÚ´Ü, ¿ë¾î»çÀü
******************************************************************* */
.col-etc {
	position: relative;
	padding: 120px 0 150px;
	background: #F2FAFD url(/images/main/bg_publication_blue.png) center 50% no-repeat;
}
.col-etc h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.25px;
	color: #333;
}
.col-etc p.info {
	margin: 0 0 50px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #333;
}

.col-etc #etc_area {
	float: left;
	width: 895px;
	margin-right: 20px;
}

/* tab */
.col-etc #etc_area .tab-custom {

}
.col-etc #etc_area .tab-custom .tab-area {

}
.col-etc #etc_area .tab-custom .tab-area .nav.nav-tabs {
	border-bottom: 0;
}
.col-etc #etc_area .tab-custom .tab-area .nav.nav-tabs > li {
	float: left;
	width: 298px;
}
.col-etc #etc_area .tab-custom .tab-area .nav.nav-tabs > li > a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 80px;
	margin: 0;
	padding: 0 20px;
	line-height: 80px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #999;
	letter-spacing: -0.25px;
	border: 1px solid #f4f4f4;
	border-radius: 0;
	background-color: #f4f4f4;
}
.col-etc #etc_area .tab-custom .tab-area .nav.nav-tabs > li.active > a,
.col-etc #etc_area .tab-custom .tab-area .nav.nav-tabs > li.active > a:hover {
	font-size: 21px;
	color: #fff;
	border: 1px solid #235A9E;
	background: #235A9E url(/images/main/bg_main_banner_active_button.png) -20px 50% no-repeat;
}
.col-etc #etc_area .tab-custom .tab-area .nav.nav-tabs > li > a:hover {
	color: #235A9E;
	background-color: #f4f4f4;
}

.col-etc #etc_area .tab-custom .tab-content {
	padding-top: 20px;
}
.col-etc #etc_area .tab-custom .tab-content .etc-list {

}
.col-etc #etc_area .tab-custom .tab-content .etc-list > li {
	float: left;
	width: 285px;
	height: 285px;
	margin-right: 20px;
}
.col-etc #etc_area .tab-custom .tab-content .etc-list > li:nth-child(3n) {
	margin-right: 0;
}
.col-etc #etc_area .tab-custom .tab-content .etc-list > li.empty {
	float: none;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	border: 0;
	background-color: #fafafa;
}
.col-etc #etc_area .tab-custom .tab-content .notice-multi .etc-list > li:nth-child(3n) {
	margin-right: 0;
}
.col-etc #etc_area .tab-custom .tab-content .etc-list > li .thm-area {

}
.col-etc #etc_area .tab-custom .tab-content .etc-list > li .thm-area > iframe {
	display: block;
	width: 285px;
	height: 285px;
}
.col-etc #etc_area .tab-custom .tab-content .etc-list > li .thm-area > a {
	overflow: hidden;
	display: block;
	width: 285px;
	height: 285px;
}
.col-etc #etc_area .tab-custom .tab-content .etc-list > li .thm-area > a > img {
	display: block;
	width: 285px;
}

.col-etc #etc_area .tab-custom .tab-content .btn-area {
	margin-top: 50px;
	padding-left: 305px;
	text-align: center;
}
.col-etc #etc_area .tab-custom .tab-content .btn-area a {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #235A9E;
	border: 1px solid #235A9E;
}
.col-etc #etc_area .tab-custom .tab-content .btn-area a:hover {
	color: #fff;
	background-color: #235A9E;
}

/* ¿ë¾î»çÀü */
.col-etc .list-etc {
	float: left;
	width: 285px;
}
.col-etc .list-etc .thm-area {

}
.col-etc .list-etc .thm-area > a {
	display: block;
}
.col-etc .list-etc .thm-area > a > img {
	display: block;
	width: 285px;
	height: 385px;
}

/* *******************************************************************
	col3 : °Ô½ÃÆÇ
******************************************************************* */
.col3 {
	position: relative;
	padding: 150px 0 150px;
	background: #fff;
}
.col3 h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.25px;
	color: #333;
}
.col3 p.info {
	margin: 0 0 50px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #333;
}

.col3 #board_area {

}

/* tab */
.col3 #board_area .tab-custom {

}
.col3 #board_area .tab-custom .tab-area {

}
.col3 #board_area .tab-custom .tab-area .nav.nav-tabs {

}
.col3 #board_area .tab-custom .tab-area .nav.nav-tabs > li {
	float: left;
	width: 400px;
}
.col3 #board_area .tab-custom .tab-area .nav.nav-tabs > li > a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 80px;
	margin: 0;
	padding: 0 20px;
	line-height: 80px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #999;
	letter-spacing: -0.25px;
	border: 1px solid #f4f4f4;
	border-radius: 0;
	background-color: #f4f4f4;
}
.col3 #board_area .tab-custom .tab-area .nav.nav-tabs > li.active > a,
.col3 #board_area .tab-custom .tab-area .nav.nav-tabs > li.active > a:hover {
	font-size: 21px;
	color: #fff;
	border: 1px solid #7047CF;
	background: #7047CF url(/images/main/bg_main_banner_active_button.png) -20px 50% no-repeat;
}
.col3 #board_area .tab-custom .tab-area .nav.nav-tabs > li > a:hover {
	color: #7047CF;
	background-color: #f4f4f4;
}

.col3 #board_area .tab-custom .tab-content {
	padding-top: 20px;
}
.col3 #board_area .tab-custom .tab-content .boards-list {

}
.col3 #board_area .tab-custom .tab-content .boards-list > li {
	float: left;
	width: 285px;
	height: 445px;
	margin-right: 20px;
	/*box-shadow: 0px 1px 4px rgba(0,0,0,0.15);*/
}
.col3 #board_area .tab-custom .tab-content #tab1 .boards-list > li:nth-child(5),
.col3 #board_area .tab-custom .tab-content #tab1 .boards-list > li:nth-child(6) {
	display: none;
}
.col3 #board_area .tab-custom .tab-content .notice-multi .boards-list > li {
	width: 386px;
	height: 180px;
	margin-bottom: 20px;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li.empty {
	float: none;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	border: 0;
	background-color: #fafafa;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li:nth-child(4) {
	margin-right: 0;
}
.col3 #board_area .tab-custom .tab-content .notice-multi .boards-list > li:nth-child(3n) {
	margin-right: 0;
}
.col3 #board_area .tab-custom .tab-content .notice-multi .boards-list > li:nth-child(4) {
	margin-right: 20px;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .contents-area {
	position: relative;
	overflow: hidden;
	height: 160px;
	padding: 20px;
	border: 1px solid #e4e4e4;
}
.col3 #board_area .tab-custom .tab-content .notice-multi .boards-list > li .contents-area {
	height: 180px;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .contents-area .category {
	display: inline-block;
	height: 30px;
	line-height: 32px;
	margin: 0 0 16px;
	padding: 0 15px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	border-radius: 15px;
	background-color: #C4B4E9;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .contents-area .date {
	position: absolute;
	top: 26px;
	right: 20px;
	display: inline-block;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #999;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .contents-area p.title {

}
.col3 #board_area .tab-custom .tab-content .notice-multi .boards-list > li .contents-area p.title {

}
.col3 #board_area .tab-custom .tab-content .boards-list > li .contents-area p.title .notice {
	margin-right: 7px;
	color: #A58FDE;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .contents-area p.title a {
	display: block;
	line-height: 1.4;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	word-break: keep-all;
	/*word-break: break-all;*/
}
.col3 #board_area .tab-custom .tab-content .notice-multi .boards-list > li .contents-area p.title a {
	line-height: 1.6;
	word-break: keep-all;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .contents-area p.title a:hover {
	color: #7047CF;
}

.col3 #board_area .tab-custom .tab-content .notice-multi .boards-list > li .thm-area {
	display: none;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .thm-area a {
	display: block;
	height: 285px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	border-top: 0;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .thm-area a img {
	display: block;
	width: 100%;
	transition: all 0.45s;
}
.col3 #board_area .tab-custom .tab-content .boards-list > li .thm-area a:hover img {
	transform: scale(1.1,1.1)
}

.col3 #board_area .tab-custom .tab-content .btn-area {
	margin-top: 50px;
	text-align: center;
}
.col3 #board_area .tab-custom .tab-content .btn-area a {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #7047CF;
	border: 1px solid #7047CF;
}
.col3 #board_area .tab-custom .tab-content .btn-area a:hover {
	color: #fff;
	background-color: #7047CF;
}

/* *******************************************************************
	col4 : ÃâÆÇ¹°
******************************************************************* */
.col4 {
	position: relative;
	padding: 150px 0;
	background: #F5F1FF url(/images/main/bg_publication.png) center 50% no-repeat;
}
.col4 .innerwrap > div {
	float: left;
	width: 550px;
}
.col4 h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.25px;
	color: #333;
}
.col4 p.info {
	margin: 0 0 50px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #333;
}
.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

/* aik-books */
.col4 .aik-books {
	margin-right: 50px;
}
.col4 .aik-books .slide-list {
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
}
/*.col4 .aik-books .swiper-container {*/
/*	overflow: hidden;*/
/*}*/
.col4 .aik-books .swiper-wrapper {

}
.col4 .aik-books .swiper-slide {

}
.col4 .aik-books .swiper-slide a {
	display: block;
	width: 225px;
}
.col4 .aik-books .swiper-slide a img {
	display: block;
	width: 225px;
	height: 300px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
.col4 .aik-books .swiper-slide a p.title {
	display: block;
	width: 225px;
	line-height: 1.5;
	margin-top: 20px;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #000;
	word-break: keep-all;
}

.col4 .aik-books .swiper-horizontal>.swiper-pagination-bullets,
.col4 .aik-books .swiper-pagination-bullets.swiper-pagination-horizontal,
.col4 .aik-books .swiper-pagination-custom,
.col4 .aik-books .swiper-pagination-fraction {
	bottom: -40px;
}
.col4 .aik-books .swiper-pagination-bullet-active {
	background-color: #1d5dff;
}

/* publications */
.col4 .publications {
	margin-left: 50px;
}
.col4 .publications .slide-list {
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
}
/*.col4 .publications .swiper-container {*/
/*	overflow: hidden;*/
/*}*/
.col4 .publications .swiper-wrapper {

}
.col4 .publications .swiper-slide {

}
.col4 .publications .swiper-slide a {
	display: block;
	width: 225px;
}
.col4 .publications .swiper-slide a img {
	display: block;
	width: 225px;
	height: 300px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
.col4 .publications .swiper-slide a p.title {
	display: block;
	width: 225px;
	line-height: 1.4;
	margin-top: 20px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #000;
	word-break: keep-all;
}
.col4 .publications .swiper-slide a.btn-publication {
	display: block;
	width: 110px;
	height: 30px;
	margin: 5px auto 0;
	line-height: 30px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	border-radius: 15px;
	background-color: #7047CF;
}
.col4 .publications .swiper-slide a.btn-publication:hover {
	background-color: #5830B8;
}
.col4 .publications .swiper-horizontal>.swiper-pagination-bullets,
.col4 .publications .swiper-pagination-bullets.swiper-pagination-horizontal,
.col4 .publications .swiper-pagination-custom,
.col4 .publications .swiper-pagination-fraction {
	bottom: -40px;
}
.col4 .publications .swiper-pagination-bullet-active {
	background-color: #7047CF;
}

/* *******************************************************************
	col5 : ÇÐÈ¸ÀÏÁ¤
******************************************************************* */
.col5 {
	position: relative;
	padding: 150px 0 130px;
	background: #fff;
}
.col5 h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.25px;
	color: #333;
}
.col5 p.info {
	margin: 0 0 80px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #333;
}

/* calendar style */
/* /main_schedule/styles/main_schedule.css ¿¡ Á¤ÀÇ */

/* *******************************************************************
	col6 : ÇÐÈ¸ SNS
******************************************************************* */
.col6 {
	position: relative;
	height: 150px;
	padding: 39px 0 0;
	background: #EFF5FF url("/images/main/bg_sns_area.jpg") center top no-repeat;
}
.col6 .sns-area > ul {
	text-align: center;
}
.col6 .sns-area > ul > li {
	display: inline-block;
	vertical-align: middle;
	height: 72px;
	margin: 0 45px;
}
.col6 .sns-area > ul > li > a {
	display: block;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-align: left;
	color: #333;
}
.col6 .sns-area > ul > li > a:hover {
	color: #7047CF;
}
.col6 .sns-area > ul > li > a > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.col6 .sns-area > ul > li > a > span {
	display: inline-block;
	max-width: 120px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1.4;
}

/* *******************************************************************
	col7 : ¿¬°£ÈÄ¿ø»ç
******************************************************************* */
.col7 {
	position: relative;
	padding: 150px 0 130px;
	background: #fff;
}
.col7 h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.25px;
	color: #333;
}
.col7 p.info {
	margin: 0 0 80px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #333;
}

.col7 .sponsor-area {

}
.col7 .sponsor-area > ul {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	text-align: center;
}
.col7 .sponsor-area > ul > li {
	width: 220px;
	height: 100px;
}

.col7 .sponsor-area > ul > li > a {
	display: block;
	width: 220px;
	height: 93px;
	border: 1px solid #eee;
}
.col7 .sponsor-area > ul > li > a:hover {
	border: 1px solid #1d5dff;
}
.col7 .sponsor-area > ul > li > a img {
	width: 100%;
}
.col7 .sponsor-area .btn-area {
	margin-top: 50px;
	text-align: center;
}
.col7 .sponsor-area .btn-area a {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #1d5dff;
	border: 1px solid #1d5dff;
	transition: all 0.25s;
}
.col7 .sponsor-area .btn-area a:hover {
	color: #fff;
	background-color: #1d5dff;
}

/* *******************************************************************
	popup-contents
******************************************************************* */
/* main popup-contents */
.popup-contents {
	display: none;
	position: absolute;
	top: -50px;
	left:50%;
	margin-left: -200px;
	z-index: 9999;
	background: #fff;
}
.popup-contents .inner {
	position: relative;
	width: 400px;
	height: 180px;
	border:1px solid #ddd;
	border-top: 4px solid #0086bd;
	/*background: orange;*/
}
.popup-contents .inner p {
	font-size: 16px;
	text-align: center;
}
.popup-contents .inner p.text {
	margin : 0 0 10px;
	padding-top: 15px;
	line-height: 1.2;
}
.popup-contents .inner .btn-area {
	position: relative;
	/*top: 100%;*/
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
}
.popup-contents .inner p.button {
	position: relative;
	/*top: 100%;*/
}

/* ==================================================================================
    bootstrap
================================================================================== */
.tooltip {
	width: auto;
}
.tooltip-arrow {
	border-top-color: #bbb !important;
}
.tooltip-inner {
	max-width: 500px;
	white-space: nowrap;
	font-size: 13px;
	color: #000;
	border: 1px solid #dfdfdf;
	background-color: #fafafa;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	opacity: 1;
	text-align: left;
}

/* ==================================================================================
    swiper js
================================================================================== */
.swiper-pagination {
	z-index: 1;
}
.swiper-container {
	overflow: hidden;
}

/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-area {
	/*display: none;*/
	position: absolute;
	top: -300px;
	left: 50%;
	width: 720px;
	margin-left: -360px;
	border-radius: 5px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.45);
	z-index: 10;
}
.layer-popup-area.pop1 {
	/*top: 20px;*/
	top:-740px;
	/*left: 50%;*/
	left: auto;
	right: -40px;
	width: 600px;
	margin: 0;
	/*margin-left: -300px;*/
}
.layer-popup-area.pop2 {
	top: -760px;
	right: -20px;
	left: auto;
	width: 720px;
	margin-left: 0;
}
.layer-popup-area .close {
	float: none;
	/*width: 721px;*/
	/*width: 793px;*/
	width: 100%;
	padding: 7px 10px;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	color: #fff;
	text-shadow: none;
	border-radius: 0 0 5px 5px;
	background-color: #5E38C0;
	opacity: 1;
}

.layer-popup-area .pop-header {
	width: 100%;
	/*border-top: 5px solid #103861;*/
	border-radius: 5px 5px 0 0;
}
.layer-popup-area .pop-header h1 {
	padding: 15px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	color: #fff;
	background-color: #6F4DCB;
}
.layer-popup-area h2 {
	padding: 0 0 10px 22px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 16px;
	color: #195691;
	background: url(/images/bullet/bullet_h4_06.png) 0 2px no-repeat;
}
.layer-popup-area .cont {
	width: 100%;
	/*padding: 40px;*/
	background-color: #fff;
}
.layer-popup-area .cont img {
	max-width: 100%;
	width: 100%;
}
.layer-popup-area.pop1 .cont {
	width: 100%;
	/*height: 652px;*/
	/*padding: 40px;*/
	background-color: #fff;
	/*overflow-y: scroll;*/
}
.layer-popup-area.pop2 .cont {
	width: 100%;
	/*height: 652px;*/
	padding: 40px;
	background-color: #fff;
	/*overflow-y: scroll;*/
}
.layer-popup-area .cont .text-primary {
	color: #33f;
}
.layer-popup-area .cont .text-danger {
	color: #f33;
}
.layer-popup-area .cont p {
	margin: 0 0 20px;
	line-height: 1.6;
	text-align: justify;
	word-break: keep-all;
	font-size: 16px;
}
.layer-popup-area .cont p.small {
	margin-bottom: 40px;
	line-height: 1.8;
	font-size: 14px;
}
.layer-popup-area .cont p.name {
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.layer-popup-area .cont p.info-txt {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
.layer-popup-area .cont ul.list,
.layer-popup-area .cont ol.list {
	margin: 0;
	padding: 20px;
	background-color: #f5fcfe;
}
.layer-popup-area .cont ul.list li,
.layer-popup-area .cont ol.list li {
	margin: 0 0 10px 20px;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 600;
	word-break: keep-all;
	list-style: decimal;
}
.layer-popup-area .cont ul.list.list-none li,
.layer-popup-area .cont ol.list.list-none li {
	margin: 0 0 20px;
	list-style: none;
}
.layer-popup-area .cont ul.list li a,
.layer-popup-area .cont ol.list li a {
	margin: 0 0 10px;
	font-size: 15px;
	color: #33f;
}
.layer-popup-area .cont ul.list li:last-child,
.layer-popup-area .cont ol.list li:last-child {
	margin-bottom: 0;
}
/*section-list*/

.layer-popup-area .cont ul.section-list li {
	margin: 0 0 0 16px;
	padding-left: 14px;
	list-style: none;
	font-size: 14px;
	line-height: 1.8;
	background: url(/images/bullet/box-bullet02.gif) 0 9px no-repeat;
}

/*table*/
.layer-popup-area .tb-basic {
	border-top: 2px solid #1578c4;
	font-size: 14px;
}
.layer-popup-area .tb-basic th {
	background-color: #fafafa;
	font-weight: 700;
	text-align: center;
	vertical-align: middle !important;
}
.layer-popup-area .tb-basic td {
	font-weight: normal;
}
.layer-popup-area .tb-basic thead th {
	background-color: #f4f4f4;
	border-bottom: 3px double #dfdfdf !important;
}

.layer-popup-area .table > thead > tr > th,
.layer-popup-area .table > tbody > tr > th,
.layer-popup-area .table > tfoot > tr > th,
.layer-popup-area .table > thead > tr > td,
.layer-popup-area .table > tbody > tr > td,
.layer-popup-area .table > tfoot > tr > td {
	vertical-align: middle;
}

/* .btn-area */
.layer-popup-area .btn-area {
	padding: 20px 0;
	text-align: center;
}
.layer-popup-area .btn-area .btn {
	margin: 0 10px;
}

.layer-popup-area .close .check {

}
.layer-popup-area .close .check input {
	vertical-align: middle;
}
.layer-popup-area .close .check label {
	margin: 0 0 0 5px;
	vertical-align: middle;
	cursor: pointer;
}

.layer-popup-area .close .btn-close {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.layer-popup-area .close .check {

}
.layer-popup-area .close .check input {
	vertical-align: middle;
}
.layer-popup-area .close .check label {
	margin: 0 0 0 5px;
	vertical-align: middle;
	cursor: pointer;
}

.layer-popup-area .close .btn-close {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

/*******************************
popup conf
 *******************************/
.layer-popup-area.pop-conf {
	top: -320px;
	left: -20px;
	width: 640px;
	/*height: 480px;*/
	/*margin-left: -320px;*/
	background-color: #fffdee;
}
.layer-popup-area.pop-conf .cont {
	height: auto;
	padding: 0;
	background-color: #fffdee;
}
.layer-popup-area.pop-conf .cont img {
	display: block;
}
.layer-popup-area .cont img.map {
	border: 1px solid #cdcdcd;
}
.layer-popup-area.pop-conf .cont .pop-container {
	margin: 10px 0;
	padding: 0 40px;
}
.layer-popup-area.pop-conf .cont .pop-container .nav {
	margin: 0 0 10px;
	border: 0;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li > a {
	height: auto;
	font-size: 18px !important;
	font-weight: bold !important;
	border: 0 !important;
	border-radius: 5px;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li > a > i {
	margin: 0 0 0 5px;
	font-size: 18px !important;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.active > a > i,
.layer-popup-area.pop-conf .cont .pop-container .nav > li > a:hover > i {
	color: rgba(255,255,255,0.95) !important;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list1 {
	padding-right: 5px;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list1 > a {
	color: rgba(99,87,163,0.75) !important;
	background-color: #edecf4 !important;
	color: #fff !important;
	border: 0 !important;
	background-color: #6357a3 !important;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list1 > a > i {
	/*color: rgba(99,87,163,0.75);*/
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list1.active > a,
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list1 > a:hover {
	color: #fff !important;
	border: 0 !important;
	background-color: #6357a3 !important;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list2 {
	padding-left: 5px;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list2 > a {
	color: rgba(12,166,190,0.75) !important;
	background-color: #e6fafd !important;
	color: #fff !important;
	border: 0 !important;
	background-color: #0ca6be !important;
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list2 > a > i {
	/*color: rgba(12,166,190,0.75);*/
}
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list2.active > a,
.layer-popup-area.pop-conf .cont .pop-container .nav > li.list2 > a:hover {
	color: #fff !important;
	border: 0 !important;
	background-color: #0ca6be !important;
}
.layer-popup-area.pop-conf .cont .pop-container img {
	max-width: 100%;
	margin: 0 auto;
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {
	/*
        layer popup
    */
	.layer-popup-area {
		position: absolute;
		left: 2%;
		width: 96%;
		height: auto;
		margin-left: 2%;
	}
	.layer-popup-area .pop-header {
		width: 100%;
	}
	.layer-popup-area .pop-header h1 {
		padding: 15px 10px;
		font-size: 19px;
	}
	.layer-popup-area .cont {
		width: 100% !important;
		height: auto;
		padding: 20px;
	}
	.layer-popup-area.pop1 .cont {
		left: 2%;
		width: 100% !important;
		height: auto;
		/*padding: 20px;*/
		padding: 0;
	}
	.layer-popup-area.pop2 .cont {
		left: 2%;
		width: 100% !important;
		height: auto;
		padding: 20px;
	}
	.layer-popup-area .cont p {
		word-break: break-all;
		font-size: 15px;
	}

	.layer-popup-area.pop1,
	.layer-popup-area.pop2,
	.layer-popup-area.pop-conf {
		top: -450px;
		left: 0;
		width: 96% !important;
		height: auto;
		margin-left: 2%;
	}
	.layer-popup-area.pop-conf .cont img {
		display: block;
		width: 100%;
	}
	.layer-popup-area.pop-conf .cont {
		height: auto;
		padding: 0;
	}
	.layer-popup-area .close {
		width: 100% !important;
	}

	/* contents */
	.layer-popup-area.pop-conf .cont .pop-container {
		padding: 0 20px;
	}
	.layer-popup-area.pop-conf .cont .pop-container .nav {
		margin: 0 0 5px;
	}
	.layer-popup-area.pop-conf .cont .pop-container .nav > li {
		display: block;
		float: left;
		width: 50%;
	}
	.layer-popup-area.pop-conf .cont .pop-container .nav > li > a {
		line-height: 1.5;
		letter-spacing: -0.45px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 15px !important;
	}
	.layer-popup-area.pop-conf .cont .pop-container .nav > li.list1 {
		padding-right: 5px;
	}


}
