﻿@charset "utf-8";

@font-face {
	font-family: 'InkLipquid';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* *******************************************************************
	공통 (아이콘 등)
******************************************************************* */
#container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.more > svg {
	height: 30px;
	width: 30px;
	color: #333;
	transition: 0.5s;
}

.more:hover > svg {
	transform: rotate(90deg);
	color:#ED6B6E;
}

/*게시판 내용 공통 사항*/
.boards-area .board-con ul > li .text,.boards-area .board-con ul > li .text *,.conference-area .new-area .new-area-text,.conference-area .new-area .new-area-text * {
	color: #777;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
}
.boards-area .board-con ul > li .text img {
	max-width: 180px!important;
	height: auto !important;
	margin-top: -22px;
}
.boards-area .board-con ul > li .text br,.conference-area .new-area .new-area-text br{
	display: none;
}
/* *******************************************************************
    main-col1 : 메인 배너, 공지사항 게시판
******************************************************************* */
.main-col1 {
	padding-top: 44px;
}
.main-col1 .inner-wrap {
	margin-bottom: -15px;
}
/* *******************************************************************
    메인 배너 -> 상세 배너 스타일은 main_banner.css 참조
******************************************************************* */
.main-banner-area,.boards-area {
	width: calc(50% - 22px);
}

/* 게시판 */
.boards-area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	flex-shrink: 0;
}
.boards-area .tab-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #999;
}

/*탭 상단 메뉴*/
.boards-area .tab-area {
	border: 0;
}
.boards-area .tab-area li {
	border: 0;
	border-bottom: 2px solid transparent;
}

.boards-area .tab-area li.active {
	border-bottom: 3px solid #2D68E4;
}
.boards-area .tab-area li > a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px 20px 20px;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	color: #999;
	border: 0;
	border-radius: 0;
	outline: none;
	transition: color 0.25s;
	background-color: #fff;
}
.boards-area .tab-area li > a:hover {
	color: #2D68E4;
	border: 0;
	font-weight: 800;
}
.boards-area .tab-area li.active > a {
	font-weight: 800;
	color: #2D68E4;
	border: 0;
}
/*탭 컨텐츠*/
.boards-area .board-con ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	align-self: stretch;
}
.boards-area .board-con ul > li {
	width: 33.33333%;
	border-radius: 10px 30px 10px 10px;
	background: #FFF;
	overflow: hidden;
	transition: 0.5s;
	border: 1px solid #E1E1E1;
	/*box-shadow: 0px 0px 11px #0000001f;*/
}
.boards-area .board-con ul > li > .notice-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 335px;
	padding: 24px;
}

.boards-area .board-con ul > li .title {
	margin-top: -20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
}
.boards-area .board-con ul > li .text {
	width: 100%;
	height: 88px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	align-self: stretch;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	word-break: break-all;
}
.boards-area .board-con ul > li .text > img {
	max-width: 188px;
	width: 100%;
}

.boards-area .board-con ul > li .date {
	color: #767676;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: right;
}
.boards-area .board-con ul > li .date svg {
	width: 15px;
	vertical-align: middle;
	margin-right: 5px;
}

/*라벨*/
.boards-area .tab-content .label {
	position: relative;
	left: -24px;
	top: -24px;
	display: block;
	width: 105px;
	border-radius: 0px 0px 20px 0px;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}
.boards-area .board-con ul > li:hover {
	box-shadow: 0px 0px 10px rgba(152, 152, 152, 0.6);
}
.boards-area .tab-content .board-con1 .label {
	background-color: #006DF6;
}
.boards-area .board-con ul > li.board-con1:hover {
	border: 1px solid #006DF6;
}
.boards-area .tab-content .board-con2 .label{
	background-color: #ED6B6E;
}
.boards-area .board-con  ul > li.board-con2:hover {
	border: 1px solid #ED6B6E;
}
.boards-area .tab-content .board-con3 .label {
	background-color: #16ACC0 ;
}
.boards-area .board-con  ul > li.board-con3:hover {
	border: 1px solid #16ACC0 ;
}

/* *******************************************************************
    main-col2 : 퀵메뉴
******************************************************************* */
.main-quick-area .quick-btn,.main-quick-area .paper-area {
	width: calc(50% - 22px);
}
/* quick-menu */
.main-quick-area .quick-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 37px;
	border-radius: 10px;
}

.main-quick-area .quick-btn h3 {
	margin-top: 10px;
	font-size: 27px;
	font-weight: 900;
	color: #fff;
	line-height: 1.33;
}
.main-quick-area .quick-btn h3 > span {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
}
/*left btn 주요서비스*/
.main-quick-area .quick-btn {
	background: url("/images/main/quick_menu_bg01.png") no-repeat -25% 60%, linear-gradient(90deg, #0069F5 0%, #0AC2FF 100%);
}
.main-quick-area .quick-btn > ul {
	display: flex;
	gap: 5px 29px;
}

.main-quick-area .quick-btn ul > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main-quick-area .quick-btn ul > li > a > div {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 80px;
	height: 80px;
	transition: 0.5s;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
}
.main-quick-area .quick-btn ul > li > a > .title {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	transition: 0.5s;
}
.main-quick-area .quick-btn ul > li > a:hover > div {
	box-shadow: 0px 0px 7px 5px rgba(0, 107, 192, 0.5);
	background-color: #fff;
}
.main-quick-area .quick-btn ul > li > a:hover > .title {
	font-weight: 800;
}
/*논문지*/
.main-quick-area .paper-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main-quick-area .paper-area h3 {
	font-size: 24px;
	font-weight: 900;
	color: #000;
}


.main-quick-area .paper-area a {
	display: flex;
	width: calc(50% - 10px);
	gap: 40px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	padding: 30px 25px;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 800;
}
.main-quick-area .paper-area a img {
	width: 22px;
	margin-top: 10px;
}
/*국문지*/
.main-quick-area .paper-area .jkswe-area {
	background: url("/images/main/jkswe_online_journal.png") no-repeat 95% 25px, url("/images/main/online_journal_bg01.png") no-repeat left top;
	background-color: #FAFCFF;
	background-size: 120px, 42% ;
	border: 2px solid #CBE2FD;
}
.main-quick-area .paper-area .jkswe-area:hover {
	border: 2px solid #006EF3;
}

.main-quick-area .paper-area .jkswe-area > p {
	color: #006EF3;
}

/*영문지*/
.main-quick-area .paper-area .mwt-area {
	background: url("/images/main/mwt_online_journal.png") no-repeat 95% 25px, url("/images/main/online_journal_bg02.png") no-repeat left top;
	background-size: 120px, 100% ;
	background-color: #FCFEFE;
	border: 2px solid #CEEDF1;
}
.main-quick-area .paper-area .mwt-area:hover {
	border: 2px solid #16ACC0 ;
}
.main-quick-area .paper-area .mwt-area > p {
	color: #16ACC0 ;
}


/* *******************************************************************
    main-col3 : 학술행사
******************************************************************* */
.main-col3 {
}
.conference-area,.right-area {
	width: calc(50% - 22px);
}
.conference-area {
	display: flex;
	flex-direction: column;
	gap: 30px;
	/*justify-content: space-between;*/
}
/* 탭 메뉴 */
.conference-area .tab-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #999;
}
.conference-area .tab-area {
	border: 0;
}
.conference-area .tab-area li {
	border: 0;
	border-bottom: 2px solid transparent;
}
.conference-area .tab-area li.active {
	border-bottom: 3px solid #2D68E4;
}
.conference-area .tab-area li > a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px 20px 20px;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	color: #999;
	border: 0;
	border-radius: 0;
	outline: none;
	transition:  0.25s;
	background-color: #fff;
}
.conference-area .tab-area li > a:hover {
	color: #2D68E4;
	border: 0;
	font-weight: 800;
}
.conference-area .tab-area li.active > a {
	font-weight: 800;
	color: #2D68E4;
	border: 0;
}
.conference-area .conference-con .tab-pane.active {
	display: flex;
	justify-content: space-between;
}
.conference-area .conference-con .new-area {
	width: calc( 45% - 15px );
}
/*오른쪽*/
.conference-area .conference-con .conference-list {
	padding-left: 30px;
	border-left: 1px solid #eee;
	width: calc( 55% - 15px );
}
.conference-area .conference-con .conference-list > li {
	display: flex;
	flex-direction: column;
	margin-bottom: 17px;
}
.conference-area .conference-con .conference-list > li a {
	color: #333;
	font-weight: 800;
	font-size: 16px;
}
.conference-area .conference-con .conference-list > li:last-child {
	margin-bottom: 0px;
}
.conference-area .conference-con .conference-list > li .title {
	max-width: 365px;
	width: 100%;
	align-self: stretch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}
.conference-area .conference-con .conference-list > li .date {
	margin-top: 4px;
	font-size: 12px;
	color: #767676;
}
.conference-area .conference-con .conference-list > li .date svg {
	width: 15px;
	vertical-align: middle;
	margin-right: 5px;
	color: #767676;
}
.conference-area .conference-con .conference-list > li:hover a {
	color: #3287d2;
}
/* 최신글 (왼쪽) */
.conference-area .new-area {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.conference-area .new-area .new-area-title {
	display: flex;
	padding: 0px 22px 22px 22px;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	align-self: stretch;
	border: 2px solid #2D68E4;
	border-radius: 5px;
	font-weight: 800;
}
.conference-area .new-area .new-area-title h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	text-align: center;
	overflow: hidden;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
	word-break: keep-all;
}
.conference-area .new-area .new-area-title span {
	padding: 7px 40px;
	background-color: #2D68E4;
	border-radius: 0px 0px 8px 8px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1.3px;
}

.conference-area .new-area .new-area-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	align-self: stretch;
	text-align: justify;
	overflow: hidden;
	font-weight: 500;
	line-height: 25px;
	color: #888;
	word-break: break-all;
}
/* *******************************************************************
    main-col3 : 간행물, 논문지
******************************************************************* */
.right-area {
	display: flex;
	justify-content: space-between;
}

/* 행사, 간행물 바로가기 공통 */
.right-area > div {
	width: calc( 50% - 10px );
	border-radius: 10px;
	overflow: hidden;
}

.right-area h3.title {
	position: relative;
	width: 100%;
	padding: 35px 25px 10px 25px;
	font-size: 24px;
	font-weight: 900;
	border-radius: 30px;
}
.right-area h3.title::before {
	content: "";
	width: 35px;
	height: 4px;
	position: absolute;
	top: 22px;
	left: 25px;
}
.right-area .quick-btn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.right-area .quick-btn h3.title::before {
	border-top: 3px solid #2D68E4;
}
.right-area .periodical-area  h3.title::before{
	border-top: 3px solid #16ACC0;
}
.right-area p.sub-title {
	font-size: 14px;
	color: #777777;
	line-height: 1.5;
}

.right-area .quick-btn-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0px;
}
.right-area .quick-btn-list > li {
	padding: 0 25px;
}
.right-area .quick-btn-list > li a {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	padding: 20px 0;
	font-size: 17px;
	font-weight: 800;
	transition: 0.5s;
	border-bottom: 1px dashed #EBEBEB;
}

.right-area .quick-btn-list > li:last-child a {
	border: none;
}
.right-area .quick-btn-list > li a svg {
	width: 24px;
	height: 24px;
	padding: 2px;
	border-radius: 50px;
	color:#fff;
	transition: 0.5s;
}
.right-area .periodical-area,.right-area .conference-quick-btn {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
}

/*행사 퀵메뉴*/
.right-area .conference-quick-btn .quick-btn-list > li:hover {
	background-color: rgba(45, 104, 228, 0.05);
}
.right-area .conference-quick-btn .quick-btn-list > li:hover a {
	color: #2D68E4;
}
.right-area .conference-quick-btn .quick-btn-list > li a svg {
	background-color: #2D68E4;
}
.right-area .conference-quick-btn h3.title > span {
	color: #2D68E4;
}


/*회원 서비스 퀵메뉴*/
.right-area .member-quick-btn ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.right-area .member-quick-btn ul li {
	width: 33.3333%;
	border-radius: 10px;
}
.right-area .member-quick-btn ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	height: 110px;
	transition: 0.2s;
	background-color: #E8EFFF;
	border-radius: 10px;
}
.right-area .member-quick-btn ul li a:hover {
	background-color: #cbd8f1;
}
.right-area .member-quick-btn ul li a > .title {
	font-weight: 700;
}

/*간행물 퀵메뉴*/
.right-area .periodical-area {
	background: #fff url("/images/main/book_icon.png") no-repeat 100% 105%;
}
.right-area .periodical-area > div > p {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
.right-area .periodical-area .quick-btn-list > li:hover {
	background-color: rgba(22, 172, 192, 0.05);
}
.right-area .periodical-area .quick-btn-list > li:hover a {
	color: #16ACC0;
}
.right-area .periodical-area h3.title > span {
	color: #16ACC0;
}
.right-area .periodical-area .quick-btn-list > li a svg {
	background-color: #16ACC0;
}

/* *******************************************************************
	main-col4 : 후원사
******************************************************************* */
.main-col4 {
	border-top: 1px solid #dfdfdf;
	padding: 20px 0;
}
.main-col4 .inner-wrap {
	display: block;
}
/* 후원사 */
.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: 840px;
	width: 100%;
	left: 50%;
	top: 120px;
	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 {
	float: left;
}
.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 10px;
	vertical-align: middle;
}

.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: 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%;
	}

}

