﻿@charset "utf-8";

/* *******************************************************************
	공통 (아이콘 등)
******************************************************************* */
#container {
	display: flex;
	flex-direction: column;
	gap: 44px;
}
#container .inner-wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 44px;
}
.more > svg {
	height: 30px;
	width: 30px;
	color: #333;
	transition: 0.5s;
}

.more:hover > svg {
	transform: rotate(90deg);
	color:#ED6B6E;
}
h2.section-title {
	font-size: 28px;
	font-weight: 800;
	font-family: "TheJamsil", sans-serif;
}
#container {
	gap: 28px;
}
/* *******************************************************************
     main-col1
******************************************************************* */
#container .main-col1 {
	padding-top: 44px;
}
/* 왼쪽영역 : 관리자 직업 추가하는 메인 스와이프 배너 */
#container .main-col1 .main-banner-area {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-grow: 1;
	flex-basis: 820px;
	position: relative;
	overflow: hidden;
}
#container .main-col1 .main-banner-area .swiper {
	width: 100%;
	height: auto;
}
#container .main-col1 .main-banner-area .swiper a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#container .main-col1 .main-banner-area .swiper a img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 41 / 21;
	object-fit: cover;
	border-radius: 20px;
	border: 1px solid #eee;
}

#container .main-col1 .main-banner-area .swiper .control-area {
	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
#container .main-col1 .main-banner-area .swiper .control-area .swiper-pagination {
	position: static;
	display: inline-block;
	width: auto;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	vertical-align: middle;
	border-radius: 30px;
	background-color: rgba(0,0,0,0.25);
}
#container .main-col1 .main-banner-area .swiper .control-area .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet {
 	background-color: #fff;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #137CF4;
}

/*우측 미니 html 배너*/
#container .main-col1 .small-banner-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-grow: 1;
	flex-basis: 820px;
	height: 245px;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
#container .main-col1 .small-banner-area .banner {
	display: flex;
	justify-content: center;
}
#container .main-col1 .small-banner-area .banner .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#container .main-col1 .small-banner-area .banner .bg-video__content {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#container .main-col1 .small-banner-area .banner.default .title-area {
	position: absolute;
	right: 0px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 30px;
	padding: 20px;
	font-family: "TheJamsil", sans-serif;
	color: rgba(255, 255, 255, 1);
	text-align: right;
}
#container .main-col1 .small-banner-area .banner.default .title-area .title {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-weight: 800;
	font-size: 24px;
	word-break: keep-all;
}
#container .main-col1 .small-banner-area .banner.default .title-area .sub-title {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.17px;
}
#container .main-col1 .small-banner-area .banner.default .title-area .info {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
}

/* 오른쪽 영역 : 퀵메뉴 */
#container .main-col1 .introduce-area {
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 490px;
	position: relative;
	border-radius: 20px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#container .main-col1 .chairman-area {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 300px
}
/*#container .main-col1 .chairman-area {*/
/*	width: 100%;*/
/*}*/
/*#container .main-col1 .chairman-area .slogan-area .slogan {*/
/*	color: #383B55;*/
/*	font-family: "TheJamsil", sans-serif;*/
/*	font-size: 20px;*/
/*	font-weight: 500;*/
/*}*/
/*#container .main-col1 .chairman-area .slogan-area .slogan b {*/
/*	font-weight: 800;*/
/*	font-size: 33px;*/
/*}*/
/*#container .main-col1 .chairman-area .slogan-area .btn-area a {*/
/*	display: flex;*/
/*	padding: 12px 24px;*/
/*	align-items: center;*/
/*	gap: 10px;*/
/*	border-radius: 50px;*/
/*	border: 2px solid #383B55;*/
/*	position: absolute;*/
/*	top: 110px;*/
/*	color: #383B55;*/
/*	font-weight: 900;*/
/*}*/
/*#container .main-col1 .chairman-area .slogan-area .btn-area a b {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	gap: 4px;*/
/*}*/
/*#container .main-col1 .chairman-area .slogan-area .btn-area:hover a b {*/
/*	filter: brightness(200);*/
/*}*/
/*#container .main-col1 .chairman-area .slogan-area .btn-area:hover a {*/
/*	background-color: #EA1C62;*/
/*	border: 2px solid #EA1C62;*/
/*	color: #fff;*/
/*}*/

/*#container .main-col1 .chairman-area .chairman {*/
/*	display: flex;*/
/*	align-items: flex-end;*/
/*	justify-content: space-between;*/
/*	z-index: -1;*/
/*}*/
/*#container .main-col1 .chairman-area .chairman .name {*/
/*	display: flex;*/
/*	padding: 10px 30px;*/
/*	flex-direction: row;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	gap: 15px;*/
/*	border-radius: 20px 20px 0 0;*/
/*	background: #383B55;*/

/*}*/
/*#container .main-col1 .chairman-area .chairman .name span {*/
/*	color: #fff;*/
/*}*/
/*#container .main-col1 .chairman-area .chairman .name b {*/
/*	color: #FFF;*/
/*	text-align: center;*/
/*	font-size: 20px;*/
/*	font-weight: 900;*/
/*	letter-spacing: 5px;*/
/*}*/

/*행사 이미지 등 배너 추가*/
#container .main-col1 .right-banner-area {
	width: 100%;
	background: url("/images/main_banner/main_banner_20260107.jpg") no-repeat center 45%;
	background-size: cover;
	height: 245px;
	position: relative;
	border-radius: 10px 10px 0 0;
}


/*하단의 퀵버튼*/
#container .main-col1 .chairman-area .chairman-btn-list {
	display: flex;
	width: 100%;
	align-items: center;
	align-self: stretch;
	justify-content: space-around;
	/*background: #137CF4;*/
}
#container .main-col1 .chairman-area .chairman-btn-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 25%;
}
#container .main-col1 .chairman-area .chairman-btn-list a {
	position: relative;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	background-color: #137CF4;
}
#container .main-col1 .chairman-area .chairman-btn-list li:nth-child(1) a {
	border-radius: 0 0 0 10px;
}
#container .main-col1 .chairman-area .chairman-btn-list li:nth-child(4) a {
	border-radius: 0 0 10px 0;
}
#container .main-col1 .chairman-area .chairman-btn-list a:hover {
	background-color: #0e6edc;
}
#container .main-col1 .chairman-area .chairman-btn-list li a::after {
	position: absolute;
	right: 0;
	top: 18px;
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #eeeeee40;
}
#container .main-col1 .chairman-area .chairman-btn-list li:last-child a::after {
	display: none;
}
/* 하단 퀵메뉴 */
#container .main-col1 .quick-btn-list {
	display: flex;
	gap: 1.3%;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-shrink: 0;
	align-self: stretch;
	flex-wrap: wrap;
	border-radius: 10px;
	background: #F7F7F7;
}
#container .main-col1 .quick-btn-list li {
	width: 24%;
	height: 100%;
}
#container .main-col1 .quick-btn-list li:hover .title {
	color: #137cf4;
}
#container .main-col1 .quick-btn-list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	width: 100%;
	height: 100%;
	padding: 17px 0 15px;
}
#container .main-col1 .quick-btn-list li a:hover {
	background: #f0f8ff;
}
#container .main-col1 .quick-btn-list li:nth-child(1) a {
	border-radius: 10px 0 0 10px ;
}
#container .main-col1 .quick-btn-list li:nth-child(2) a {
	gap: 12px;
}
#container .main-col1 .quick-btn-list li:nth-child(4) a {
	gap: 10px;
	border-radius:  0 10px 10px 0;
}
#container .main-col1 .quick-btn-list li a .title {
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	transition: all 0.3s;
}
/* *******************************************************************
    main-col2
******************************************************************* */
.main-col2 {
	background: linear-gradient(94deg, #E9F3FF 0.35%, #FFF6F9 99.65%);
}
.main-col2 .inner-wrap {
	display: flex;
	padding: 44px 24px;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
}
/* 왼쪽 영역 : 게시판 */
.main-col2 .board-area {
	display: flex;
	flex-grow: 1;
	padding: 30px 32px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	border-radius: 20px;
	background: #FFF;
}
.main-col2 .board-area .tab-content {
	width: 100%;
}
.main-col2 .board-area .board-top-area {
	display: flex;
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
}
.main-col2 .board-area .board-top-area .tab-wrap {
	display: flex;
	align-items: center;
	gap: 35px;
}
.main-col2 .board-area .board-top-area .tab-content .tab-pane.active {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
/*탭버튼 커스텀*/
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs {
	border-bottom: none;
}
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs li {
	font-size: 20px;
	font-weight: 800;
	color: #999;
}
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs li a {
	display: flex;
	align-items: center;
	padding: 0 15px;
}
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs li a:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #137CF4;
}
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs li a::after {
	content: "";
	position: absolute;
	right: -2px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: #dfdfdf;
}
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs li:last-child a::after {
	display: none;
}
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs > li.active > a,
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs > li.active > a:hover,
.main-col2 .board-area .board-top-area .tab-wrap .nav-tabs > li.active > a:focus {
	color: #137CF4;
	border: 1px solid #fff;
	border-bottom-color: transparent;
}
/* 최신글 */
.main-col2 .tab-content .latest-news-area {
	display: flex;
	gap: 20px;
	padding: 24px 0;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}

.main-col2 .tab-content .latest-news-area .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	flex: 0 0 125px;
	gap: 10px;
	padding: 0 28px 23px 28px;
	font-weight: 800;
	border-radius: 500px;
	background: #137CF4;
	color: #fff;
}
.main-col2 .tab-content .latest-news-area .date b {
	margin-top: 25px;
	font-size: 45px;
	font-weight: 900;
}
.main-col2 .tab-content .latest-news-area .contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 7px;
	max-width: 589px;
	border-radius: 20px;
	padding: 10px 12px;
	transition: all 0.3s;
}
.main-col2 .tab-content .latest-news-area:hover > .contents {
	background-color: rgba(182, 182, 182, 0.15);
}
.main-col2 .tab-content .latest-news-area .contents .title {
	color: #000;
	font-size: 19px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main-col2 .tab-content .latest-news-area .contents .text {
	height: 44px;
	font-weight: 400;
	line-height: 21px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #767676;
}
/* 제목 리스트 */
.main-col2 .tab-content .board-list {
	padding-top: 15px;
}
.main-col2 .tab-content .board-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	min-height: 30px;
}
.main-col2 .tab-content .board-list li .title {
	flex: 1 1 550px;
	width: 150px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.main-col2 .tab-content .board-list li .title:hover {
	color: #137CF4;
}
.main-col2 .tab-content .board-list li .date {
	flex: 0 0 80px;
	display: block;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.tab-content > .tab-pane .empty {
	padding: 15px;
	background-color: #f4f4f4;
	text-align: center;
	color: #999;
}


/* 오른쪽 영역 : 퀵메뉴 */
.main-col2 .pc-btn-area {
	display: flex;
	max-width: 490px;
	padding: 30px 32px;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 490px;
	align-self: stretch;
	gap: 40px;
	border-radius: 20px;
	background: #FFF;
}
.main-col2 .pc-btn-area .top-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.main-col2 .pc-btn-area .pc-btn-list {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 10px 1%;
	align-self: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-col2 .pc-btn-area .pc-btn-list li {
	width: 49%;
}
.main-col2 .pc-btn-area .pc-btn-list li a {
	display: flex;
	width: 100%;
	height: 90px;
	padding: 0 20px;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	border-radius: 16px;
	background-color:#E9F3FF;
}
.main-col2 .pc-btn-area .pc-btn-list li a:hover {
	background-color: #d9e2ed;
}
.main-col2 .pc-btn-area .pc-btn-list li:nth-child(5) a,
.main-col2 .pc-btn-area .pc-btn-list li:nth-child(6) a {
	background-color:#383B55;
}
.main-col2 .pc-btn-area .pc-btn-list li:nth-child(5) a .title,
.main-col2 .pc-btn-area .pc-btn-list li:nth-child(6) a .title {
	color: #fff;
}
.main-col2 .pc-btn-area .pc-btn-list li:nth-child(5):hover a,
.main-col2 .pc-btn-area .pc-btn-list li:nth-child(6):hover a {
	background-color: #63688c;
}
.main-col2 .pc-btn-area .pc-btn-list li a p {
	display: flex;
	width: 62px;
	height: 62px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 50px;
	background-color: #fff;
}
.main-col2 .pc-btn-area .pc-btn-list li a .title {
	color: #383B55;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: -0.36px;
	text-align: left;
}
/* *******************************************************************
    main-col3  : 스케쥴
******************************************************************* */
.main-col3 {

}
#container .main-col3 .inner-wrap .schedule-contents {
	flex-grow: 1;
	overflow: hidden;
}
/* 스케쥴 타이틀 */
#container .main-col3 .schedule-contents .schedule-title-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	margin-bottom: 15px;
}

#container .main-col3 .schedule-contents .filter-area {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
	text-align: center;
	font-size: 24px;
}
#container .main-col3 .schedule-contents .filter-area .title-year {
	vertical-align: middle;
	font-weight: 800;
}
#container .main-col3 .schedule-contents .filter-area .title-month {
	vertical-align: middle;
	font-weight: 800;
}
#container .main-col3 .schedule-contents .filter-area a.arrow .feather {
	width: 32px;
	height: 32px;
}
#container .main-col3 .schedule-contents .filter-area a.arrow {
	display: flex;
	align-items: center;
}
/* 스케쥴 날짜 리스트 */
#container .main-col3 .schedule-contents .date-list {

}
#container .main-col3 .schedule-contents .date-list > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	margin-bottom: 20px;
	padding: 15px 12px;
	border-radius: 7px;
	background: #E9F3FF;
}
#container .main-col3 .schedule-contents .date-list > ul > li {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 3px;
}
#container .main-col3 .schedule-contents .date-list > ul > li > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
#container .main-col3 .schedule-contents .date-list > ul > li.active > a {
	color: #fff;
	border-radius: 100%;
	background-color: #137CF4;
}
#container .main-col3 .schedule-contents .date-list > ul > li.sun > a {
	color: #EA1C62;
}
#container .main-col3 .schedule-contents .date-list > ul > li.sat > a {
	color: #0A649A;
}
/* 스케쥴 하단 컨텐츠 */
#container .main-col3 .schedule-contents .schedule-list > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px 1.33333333%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#container .main-col3 .schedule-contents .schedule-list > ul li {
	position: relative;
	display: flex;
	flex-basis: 24%;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	padding: 24px 24px 20px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
}
#container .main-col3 .schedule-contents .schedule-list > ul li .date {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #137CF4;
}
#container .main-col3 .schedule-contents .schedule-list>ul li .date strong {
	font-size: 33px;
}
#container .main-col3 .schedule-contents .schedule-list .schedule-top {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#container .main-col3 .schedule-contents .schedule-list > ul li .title {
	display: block;
	height: 35px;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	line-height: 1.2;
	word-break: break-all;
}
#container .main-col3 .schedule-contents .schedule-list > ul li .etc-area {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#container .main-col3 .schedule-contents .schedule-list>ul li .etc-area .date-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 9px;
	margin: 0 0 5px;
}
#container .main-col3 .schedule-contents .schedule-list>ul li .etc-area .place-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
#container .main-col3 .schedule-contents .schedule-list > ul li .etc-area p svg {
	width: 18px;
	height: 18px;
}
#container .main-col3 .schedule-contents .schedule-list > ul li .etc-area p.date-area svg {
	color: #137CF4;
}
#container .main-col3 .schedule-contents .schedule-list > ul li .etc-area p.place-area svg {
	color: #EA1C62;
}

#container .main-col3 .schedule-contents .schedule-list>ul li .etc-area p span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 700;
	font-size: 16px;
	color: #666;
}

/* *******************************************************************
	main-col4 : 후원사
******************************************************************* */
.main-col4 {
	/*border-top: 1px solid #dfdfdf;*/
	padding: 20px 0;
}
#container .main-col4 .inner-wrap {
	/*display: block;*/
	display: none;
}
/* 후원사 */
.main-col4 .sponsors-area {
	display: flex;
	gap: 15px;
	align-items: center;
}
.main-col4 .sponsors-area > h4 {
	width: 230px;
	font-size: 20px;
	font-weight: 900;
}
/*후원사 배너*/
.main-col4 .sponsors-area .swiper {
}
.main-col4 .sponsors-area .swiper .swiper-wrapper {
}
.main-col4 .sponsors-area > .swiper > ul {
	align-items: center;
}

.main-col4 .sponsors-area > .swiper > ul > li {
}
.main-col4 .sponsors-area > .swiper > ul > li > a {
	display: block;
	text-align: center;

}
.main-col4 .sponsors-area .swiper-button-prev,.main-col4 .sponsors-area .swiper-button-next {
	position: static;
	margin-top:0;
}
.swiper-button-next, .swiper-button-prev {
	color: #bfbfbf;
}
.main-col4 .sponsors-area .swiper-button-prev:after,
.main-col4 .sponsors-area .swiper-button-next:after{
	font-size: 15px;
	font-weight: 800;
}

/* ==================================================================================
    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;
}

/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-area {
	/*display: none;*/
	position: absolute;
	/*width: 750px;*/
	/*margin-left: -375px;*/
	border-radius: 5px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.45);
	z-index: 999;
}
.layer-popup-area.pop1 {
	top: 10px;
	/*right: -200px;*/
	left: 50%;
	/*left: 0;*/
	width: 600px;
	transform:translate(-50%,0%);
	/*margin-left: -360px;*/
}
.layer-popup-area.pop2 {
	top: -320px;
	right: -20px;
	width: 480px;
}
.layer-popup-area .close {
	float: none;
	width: 100%;
	padding: 10px;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	color: #fff;
	text-shadow: none;
	border-radius: 0 0 5px 5px;
	/*background-color: #6b6b6b;*/
	background-color: #3754ba;
	opacity: 1;
}

/* 배너 커스텀 공지팝업 1 */
.layer-popup-area.imgpop1 {
	max-width: 850px;
	width: 100%;
	left: 50%;
	top: 220px;
	transform:translate(-50%,0%);
}
.layer-popup-area.imgpop1 img {
	width: 100%;
}

/* 배너 커스텀 포스터 팝업 1 */
.layer-popup-area.poster1 {
	max-width: 700px;
	width: 100%;
	left: 65%;
	top: 120px;
	transform:translate(-50%,0%);
}
.layer-popup-area.poster1 img {
	width: 100%;
}


.layer-popup-area .pop-header h1 {
	padding: 15px;
	line-height: 1.4;
	text-align: center;
	font-weight: 800;
	font-size: 21px;
	color: #fff;
	background-color: #006EF3;
}
.layer-popup-area .cont h1{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:20px;
	text-align: center;
	margin-bottom:30px;
	line-height: 1.3;
	font-size: 33px;
	font-weight: 800;
}
.layer-popup-area .cont h1 span{
	font-size: 19px;
}
.layer-popup-area h2 {
	padding: 0 0 10px 22px;
	line-height: 1.2;
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	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.pop1 .cont {
	width: 100%;
	/*height: 652px;*/
	padding: 30px 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.5;
	text-align: justify;
	word-break: keep-all;
	font-size: 16px;
	font-weight: 500;
}
.layer-popup-area .cont p.name {
	margin-top: 50px;
	text-align: center;
	font-weight: 800;
	font-size: 18px;
}
.layer-popup-area .cont p.info-txt {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
}
.layer-popup-area .cont ul.list {
	margin: 0;
	padding: 15px;
	background-color: #f2fcfe;
}
.layer-popup-area .cont ul.list li {
	margin: 0 0 10px;
	line-height: 1.5;
}
.layer-popup-area .cont ul.list li a {
	margin: 0 0 10px;
	font-size: 15px;
	color: #004a57;
	font-weight: 500;
}
.layer-popup-area .cont ul.list li:last-child {
	margin: 0;
}
/*section-list*/
.layer-popup-area .cont ul.section-list{
	margin-top:30px;
}
.layer-popup-area .cont ul.section-list li {
	padding-left: 14px;
	list-style: none;
	font-size: 16px;
	line-height: 2;
	background: url(/images/bullet/bullet_main_list_3x3.png) 1px no-repeat;
	font-weight: 500;
}

/*table*/
.layer-popup-area .tb-basic {
	border-top: 2px solid #006EF3;
	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: 30px 0;
	text-align: center;
}
.layer-popup-area .close .check input {
	vertical-align: middle;
	margin-top:0;
}
.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 20px;
	vertical-align: middle;
	font-weight: 700;
}

.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;
}


/*******************************
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: 0.7px solid #e1e1e1e1;
}
.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: 800 !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;
}

/* pop2 */
.layer-popup-area.pop2 .cont {
	width: 480px;
	height: auto;
}
.layer-popup-area.pop2 .close {
	width: 480px;
}

/*global 변역 스타일 */
/*영문 메인*/

@media screen and (max-width: 768px) {

}
/* phone ~ 1900px */
@media screen and (max-width: 1900px) {

}
/* Desktop ~ 1700px */
@media screen and (max-width: 1700px) {

}
/* Desktop ~ 1500px */
@media screen and (max-width: 1500px) {

}
/* Notebook ~ 1024px */
@media screen and (max-width: 1024px) {

}
/* 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.imgpop1 {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.layer-popup-area.pop1 .cont {
		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.pop-conf {
		top: -280px;
		left: 0;
		width: 92%;
		height: auto;
		margin-left: 4%;
	}
	.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;
	}

	/* 배너 커스텀 공지팝업 1 */
	.layer-popup-area.imgpop1 {
		left: 50%;
	}
	/* 배너 커스텀 포스터 팝업 1 */
	.layer-popup-area.poster1 {
		left: 50%;
	}

}

