﻿@charset "utf-8";

/*******************************************************************
   layout style
******************************************************************* */

/*
	1. header style
*/
#header {}
#container {}
#footer{}


/*******************************************************************
   common style
******************************************************************* */

/* placeholder */
::-webkit-input-placeholder { color: #bbb !important; }
::-moz-placeholder { color: #bbb !important; } /* firefox 19+ */
:-ms-input-placeholder { color: #bbb !important; } /* ie */
input:-moz-placeholder { color: #bbb !important; }

/* *******************************************************************
	main page style
******************************************************************* */

/* contents-area */
.contents-area {
	width: 100%;
}
.contents-area hr {
	display: none;
}
.contents-area + .quick-area {
	display: none;
}
.contents-area .inner-wrap h2 {
	position: relative;
	margin: 0 0 25px;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.contents-area .inner-wrap .more-info {
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	font-size: 20px;
	font-weight: 400;
}
.contents-area .inner-wrap .more-info:hover {
	color: #1d64a1;
}

/* *******************************************************************
	main-spot-area : 메인 배너
******************************************************************* */
.main-spot-area {
	position: relative;
	height: 360px;
	padding: 0;
}
.main-spot-area .inner-wrap {
	visibility: hidden;
	width: 100%;
}
.main-spot-area ul.main-bg {

}
.main-spot-area ul.main-bg li {
	position: relative;
	width: 100%;
	height: 360px;
}
.main-spot-area ul.main-bg li .inner {
	height: 360px;
	margin: 0 auto;
}
.main-spot-area .main-bg .bx-wrapper .bx-viewport {
	background: transparent;
}
.main-spot-area .main-bg .controls-arrow {
	position: absolute;
	top: 40%;
}
.main-spot-area .main-bg .controls-arrow {

}
.main-spot-area .main-bg .controls-arrow a {
	display: block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 64px;
	background: rgba(200,200,200,0.45);
}
.main-spot-area .main-bg .controls-arrow a i {
	font-size: 48px;
	color: rgba(255,255,255,0.45);
}
.main-spot-area .main-bg .controls-arrow a.bx-next i {
	padding-left: 5px;
}
.main-spot-area .main-bg .controls-arrow a.bx-prev i {
	padding-right: 5px;
}
.main-spot-area .main-bg .controls-arrow a:hover {
	background: rgba(21,120,196,0.75);
}
.main-spot-area .main-bg .controls-arrow a:hover i {
	color: rgba(255,255,255,0.75);
}
.main-spot-area .main-bg .prev-arrow {
	left: 50px;
}
.main-spot-area .main-bg .next-arrow {
	right: 50px;
}
.main-spot-area .main-bg .bx-wrapper .bx-pager,
.main-spot-area .main-bg .bx-wrapper .bx-controls-auto {
	top: auto;
	bottom: 20px;
}
.main-spot-area .main-bg .bx-wrapper .bx-pager.bx-default-pager a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	vertical-align: middle;
	background: #fff;
	border-radius: 100%;
}
.main-spot-area .main-bg .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-spot-area .main-bg .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 100%;
}

/* main banner publication */
.main-spot-area .main-spot-inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.main-spot-area .main-spot {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px;
	width: 330px;
	height: 360px;
	background-color: rgba(33,49,86,0.65);
	z-index: 100;
}
.main-spot-area .main-spot .publication-area {
	padding-top: 25px;
}
.main-spot-area .main-spot h2 {
	display: none;
	margin: 0;
	padding: 20px 0 15px;
	font-size: 18px;
	font-weight: normal;
}
.main-spot-area .main-spot h2 a {
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
}
.main-spot-area .main-spot h2 a .more {
	display: none;
	width: 25px;
	line-height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	margin-left: -25px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.25);
}

/* 학술대회 배너 */
.main-spot-area .conf-banner-area {
	position: absolute;
	top: 25px;
	left: 0;
	width: 730px;
	height: 310px;
	z-index: 100;
}
.main-spot-area .conf-banner-area a {
	display: block;
	border: 5px solid rgba(255,255,255,0.75)
}
/* bx-control */
.main-spot-area .main-highlight .controls-arrow {
	position: absolute;
	top: 40%;
}
.main-spot-area .main-highlight .controls-arrow {

}
.main-spot-area .main-highlight .controls-arrow a {
	display: block;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
}
.main-spot-area .main-highlight .controls-arrow a i {
	transition: all 0.25s;
}
.main-spot-area .main-highlight .controls-arrow a i {
	font-size: 86px;
	color: rgba(255,255,255,0.45);
	text-shadow: 1px 2px 4px rgba(0,0,0,0.25);
}
.main-spot-area .main-highlight .controls-arrow a.bx-next i {
	padding-left: 2px;
}
.main-spot-area .main-highlight .controls-arrow a.bx-prev i {
	padding-right: 2px;
}
.main-spot-area .main-highlight .controls-arrow a:hover i {
	color: rgba(255,255,255,0.75);
}
.main-spot-area .main-highlight .prev-arrow {
	left: 0;
}
.main-spot-area .main-highlight .next-arrow {
	right: 0;
}

/* publication */
.main-spot-area .main-spot .bx-wrapper .bx-viewport {
	background: transparent;
}
.main-spot-area .main-spot .publication-list {
	visibility: hidden;
	overflow: hidden;
	height: 220px;
}
.main-spot-area .main-spot .publication-list li {
	width: 160px;
	margin: 0 auto;
}
.main-spot-area .main-spot .publication-list li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 220px;
}
.main-spot-area .main-spot .publication-list li > a > img {
	width: 160px;
	height: 220px;
	border: 0;
}
.main-spot-area .main-spot .publication-list li > a > span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	/*background-color: rgba(33,47,67,0.85);*/
	/*background-color: #732735;*/
	background-color: rgb(67 103 91 / 88%);
}
.main-spot-area .main-spot .publication-list li.ko-journal > a > span {
	background-color: #242223;
}
.main-spot-area .main-spot .publication-list li.conf-journal > a > span {
	background-color: #11188a;
}
.main-spot-area .main-spot .controls-arrow {
	position: absolute;
	top: 38%;
}
.main-spot-area .main-spot .controls-arrow {

}
.main-spot-area .main-spot .controls-arrow a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 36px;
	background: rgba(255,255,255,0.25);
}
.main-spot-area .main-spot .controls-arrow a i {
	font-size: 24px;
	color: rgba(255,255,255,0.45);
}
.main-spot-area .main-spot .controls-arrow a.bx-next i {
	padding-left: 2px;
}
.main-spot-area .main-spot .controls-arrow a.bx-prev i {
	padding-right: 2px;
}
.main-spot-area .main-spot .controls-arrow a:hover {
	background: #3c3e99;
}
.main-spot-area .main-spot .controls-arrow a:hover i {
	color: rgba(255,255,255,0.75);
}
.main-spot-area .main-spot .prev-arrow {
	left: 15px;
}
.main-spot-area .main-spot .next-arrow {
	right: 15px;
}

/* calender-box */
.main-spot-area .main-spot .calender-box {
	margin-top: 20px;
}
.main-spot-area .main-spot .calender-box li {
	float: left;
	width: 50%;
	height: auto;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.main-spot-area .main-spot .calender-box li a {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #364f8d;
}
.main-spot-area .main-spot .calender-box li a:hover {
	background-color: rgba(24,49,85,1);
}
.main-spot-area .main-spot .calender-box li:nth-child(odd) {
	border-left: 1px solid rgba(255,255,255,0.2);
}
.main-spot-area .main-spot .calender-box li:nth-child(even) {
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}
.main-spot-area .main-spot .calender-box li:nth-child(3) a {
	background-color: #293c6b;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.main-spot-area .main-spot .calender-box li:nth-child(3) a:hover {
	background-color: #213156;
}
.main-spot-area .main-spot .calender-box li:nth-child(4) a {
	background-color: #293c6b;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.main-spot-area .main-spot .calender-box li:nth-child(4) a:hover {
	background-color: #213156;
}

/* *******************************************************************
	main-news-horizen : 건설계소식
******************************************************************* */
.main-news-horizen {
	height: 61px;
	line-height: 60px;
	border-bottom: 1px solid #ebf0fc;
	/*background-color: #f8fafe;*/
	/*border-bottom: 1px solid #eeeeee;*/
	/*background-color: #fff;*/
}
.main-news-horizen .inner-wrap {
	visibility: hidden;
}
.main-news-horizen .inner-wrap h3 {
	float: left;
	width: 183px;
	height: 60px;
	line-height: 60px;
	padding-left: 38px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #3c3e99;
	background: url(/images/main/bg_main_news_horizon.png) left 20px no-repeat;
}
.main-news-horizen .inner-wrap h3 a {
	color: #3c3e99;
}
.main-news-horizen .inner-wrap .more {
	position: absolute;
	right: 0;
	top: 17px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background-color: #3c3e99;
	transition: all 0.25s;
}
.main-news-horizen .inner-wrap .more:hover {
	background-color: #494db8;
}
.main-news-horizen .inner-wrap .notice-bd-area {
	position: relative;
	float: left;
	display: block;
	width: 916px;
}
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid {
	margin: 0;
	padding: 0;
}
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li {
	position: relative;
	width: 916px;
	height: 60px;
}
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li a,
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li p.empty {
	display: inline-block;
	width: 700px;
	height: 60px;
	padding-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #3c3e99;
}
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li p.empty {
	font-weight: 400;
}
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li a:hover {
	color: #3c3e99;
}
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li span {
	position: absolute;
	right: 50px;
	display: inline-block;
	width: 100px;
	height: 60px;
	text-align: right;
	font-size: 15px;
	color: #767676;
}
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li span.date {
	visibility: hidden;
}
.main-news-horizen .inner-wrap .notice-bd-area ul.notice-bid li a > span.highlight {
	display: none;
}

.main-news-horizen .inner-wrap .bx-wrapper .bx-viewport {
	background: transparent;
}
.main-news-horizen .inner-wrap .controls-arrow {
	position: absolute;
}
.main-news-horizen .inner-wrap .prev-arrow {
	top: 14px;
	right: 0;
	width: 14px;
	height: 14px;
}
.main-news-horizen .inner-wrap .next-arrow {
	bottom: 16px;
	right: 0;
	width: 14px;
	height: 14px;
}
.main-news-horizen .inner-wrap .controls-arrow a {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 15px;
	font-size: 15px;
	color: #ccc;
	outline: none;
}
.main-news-horizen .inner-wrap .controls-arrow a:hover {
	color: #3c3e99
}

/* ==================================================================================
    바로가기 - main-quick-area
================================================================================== */
.quick-menu-area {
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #f7f7f7;*/
	background-color: #fff;
}
.quick-menu-area .inner-wrap {

}
.quick-menu-area .quick-menu:after {
	content: '';
	display: block;
	clear: both;
}
.quick-menu-area .quick-menu li {
	float: left;
	height: 110px;
}
.quick-menu-area .quick-menu li:nth-child(2n) {
	width: 137px;
}
.quick-menu-area .quick-menu li:nth-child(2n+1) {
	width: 138px;
}
.quick-menu-area .quick-menu li a {
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	padding: 0;
	overflow: hidden;
	text-align: center;
	color: #666;
	background-repeat: no-repeat;
	transition: all 0.25s;
}
.quick-menu-area .quick-menu li a:hover {
	font-weight: 700;
	color: #333;
	background-color: #f9fcff;
}
.quick-menu-area .quick-menu li a .quick-title {
	display: inline-block;
	padding-top: 75px;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.25s;
}
.quick-menu-area .quick-menu li a:hover .quick-title {
	/*font-weight: 700;*/
}
.quick-menu-area .quick-menu li.membership a {
	background-image: url(/images/main/main_quick_01_v2.png);
	background-position: center 18px, right 50%;
}
.quick-menu-area .quick-menu li.submission a {
	background-image: url(/images/main/main_quick_02_v2.png);
	background-position: center 18px, right 50%;
}
.quick-menu-area .quick-menu li.conference a {
	background-image: url(/images/main/main_quick_03_v2.png);
	background-position: center 18px, right 50%;
}
.quick-menu-area .quick-menu li.publication a {
	background-image: url(/images/main/main_quick_04_v2.png);
	background-position: center 18px, right 50%;
}
.quick-menu-area .quick-menu li.reference a {
	background-image: url(/images/main/main_quick_05_v2.png);
	background-position: center 18px, right 50%;
}
.quick-menu-area .quick-menu li.schedule a {
	background-image: url(/images/main/main_quick_06_v2.png);
	background-position: center 18px, right 50%;
}
.quick-menu-area .quick-menu li.kacepma a {
	background-image: url(/images/main/main_quick_07_v2.png);
	background-position: center 18px, right 50%;
}
.quick-menu-area .quick-menu li.members a {
	background-image: url(/images/main/main_quick_09_v2.png);
	background-position: center 20px, right 50%;
}
.quick-menu-area .quick-menu li.mypage a {
	background-image: url(/images/main/main_quick_08_v2.png);
	background-position: center 18px, right 50%;
}

/*********************************************************************/
/* notice-area
/********************************************************************/
.notice-event-area {
	padding: 0 0 20px;
	background-color: #fff;
}
.board-notice {
	float: left;
	width: 525px;
	background-color: #fff;
}
.board-notice.event-area {
	width: 525px;
}
.board-notice .tab-wrap {
	position: relative;
}
.board-notice .tab-wrap .more {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 30px;
	color: #aaa;
	border: 1px solid #eee;
	border-radius: 0;
	background-color: #fff;
	transition: all 0.25s;
}
.board-notice .tab-wrap .more:hover {
	color: #fff;
}
.board-notice ul.nav-tabs {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.board-notice ul.nav-tabs li a {
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #767676;
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 0;
	background-color: #f0f0f0;
}
.board-notice .nav-tabs > li > a:hover {
	background-color: #f0f0f0;
}
.board-notice ul.nav-tabs li.empty a:hover {
	cursor: default;
	border: 0;
	/*border-top: 1px solid #eee;*/
	/*border-bottom: 1px solid #eee;*/
	background-color: #fff;
}

/* 공지사항 */
.notice-area.board-notice {
	margin-right: 25px;
}
.notice-area.board-notice ul.nav-tabs li {
	float: left;
	width: 120px;
	margin: 0;
}
.notice-area.board-notice ul.nav-tabs li:nth-child(2) {
	width: 120px;
}
.notice-area.board-notice ul.nav-tabs li a {
	font-size: 16px;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #f0f0f0;
}
.notice-area.board-notice .tab-wrap .more:hover {
	color: #fff;
	border: 1px solid #6f6f6f;
	background-color: #6f6f6f;
}
.notice-area.board-notice .nav-tabs > li > a:hover {
	color: #767676;
	background-color: #f0f0f0;
}
.notice-area.board-notice .nav-tabs > li.active > a,
.notice-area.board-notice .nav-tabs > li.active > a:hover,
.notice-area.board-notice .nav-tabs > li.active > a:focus {
	color: #fff;
	border: 1px solid #706e6f !important;
	background-color: #706e6f;
}
.board-notice .label {
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 10px;
	padding: 4px 5px 5px;
	vertical-align: middle;
	font-weight: normal;
	border-radius: 2px;
	background-color: #385194;
}

.board-notice .label.label-event {
	background-color: #a3bcf1;
}

/* 학회행사 */
.event-area.board-notice {
	margin-left: 25px;
}
.event-area.board-notice .tab-wrap .more:hover {
	color: #fff;
	border: 1px solid #6f6f6f;
	background-color: #6f6f6f;
}
.event-area.board-notice ul.nav-tabs li {
	width: 120px;
}
.event-area.board-notice ul.nav-tabs li:nth-child(3) {
	width: 120px;
}
.event-area.board-notice ul.nav-tabs li a {
	font-size: 16px;
}
.event-area.board-notice .nav-tabs > li > a:hover {
	color: #767676;
	background-color: #f0f0f0;
}
.event-area.board-notice .nav-tabs > li.active > a,
.event-area.board-notice .nav-tabs > li.active > a:hover,
.event-area.board-notice .nav-tabs > li.active > a:focus {
	color: #fff;
	border: 1px solid #706e6f !important;
	background-color: #706e6f;
}

/* 회원동정 */
.member-area.board-notice {
	margin-right: 25px;
}
.member-area.board-notice ul.nav-tabs li {
	float: left;
	width: 120px;
	margin: 0;
}
.member-area.board-notice ul.nav-tabs li:nth-child(1) {
	width: 120px;
}
.member-area.board-notice ul.nav-tabs li:nth-child(2) {
	width: 120px;
}
.member-area.board-notice ul.nav-tabs li a {
	font-size: 16px;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #f0f0f0;
}
.member-area.board-notice .tab-wrap .more:hover {
	color: #fff;
	border: 1px solid #6f6f6f;
	background-color: #6f6f6f;
}
.member-area.board-notice .nav-tabs > li > a:hover {
	color: #767676;
	background-color: #f0f0f0;
}
.member-area.board-notice .nav-tabs > li.active > a,
.member-area.board-notice .nav-tabs > li.active > a:hover,
.member-area.board-notice .nav-tabs > li.active > a:focus {
	color: #fff;
	border: 1px solid #706e6f !important;
	background-color: #706e6f;
}
.member-area.board-notice .label {
	background-color: #385194;
}

/*게시판 글들*/
.tab-content .tab-pane.board-con {
	height: 215px;
	padding: 20px 10px;
	border: 0px solid #dfdfdf;
	border-top: 0;
}
.board-notice .tab-content ul > li a {
	font-size: 15px;
	line-height: 1.5;
}
.board-notice .tab-content ul > li {
	margin: 0 0 7px;
}
.board-notice .tab-content ul > li.notice-all {
	position: relative;
}
.board-notice .tab-content ul > li.notice-all span.label-notice {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	padding: 4px 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	background-color: #ccc;
}
.board-notice .tab-content ul > li.notice-all span.label-notice.arch {
	background-color: #D9D9D9;
}
.board-notice .tab-content ul > li.notice-all span.label-notice.member {
	background-color: #68d085;
}
.board-notice .tab-content ul > li:last-child {
	margin-bottom: 9px;
}
.board-notice .tab-content ul > li span.highlight {

}
.board-notice .tab-content ul > li p.title.empty {
	font-size: 15px;
	font-weight: 400;
}
.board-notice .tab-content ul > li p.title a {
	display: inline-block;
	float: left;
	width: 400px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
}
.board-notice .tab-content ul > li.notice-all p.title a {
	padding-left: 40px;
}
.board-notice .tab-content ul > li p.title span.highlight {
	display: inline-block;
	width: 32px;
	height: 20px;
	line-height: 20px;
	margin-right: 7px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background: #1554b0;
}
.board-notice .tab-content ul > li p.title span.highlight {
	background: #ff4057;
}
.board-notice .tab-content ul > li p.title a b {
	display: inline-block;
	vertical-align: middle;
	width: 315px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.board-notice .tab-content ul > li p.title a:hover b,
.board-notice .tab-content ul > li p.title a:hover {
	color: #3287d2;
}
.board-notice .tab-content ul > li p.date {
	display: inline-block;
	float: right;
	width: 80px;
	/*height: 20px;*/
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

/* ==================================================================================
    건축계소식 및 회원사동정 - notice-info-area
================================================================================== */
.notice-info-area {
	background-color: #fafafa;
	/*background-color: #f3f9fe;*/
}
.notice-info-area .inner-wrap {
	height: 290px;
	padding: 50px 0;
}
.notice-info-area .inner-wrap h2 {

}

/* notice-info-area */
.notice-info {
	position: relative;
	float: left;
	width: 440px;
	height: 190px;
	margin-right: 50px;
}
.notice-info h2 {
	visibility: hidden;
}

/* notice-organ */
.notice-organ {
	position: relative;
	float: left;
	width: 440px;
	height: 190px;
	margin-right: 50px;
}

/* notice-member-area */
.notice-member {
	position: relative;
	float: left;
	width: 490px;
	height: 190px;
	padding-left: 50px;
	border-left :1px dashed #dfdfdf;
}

/*********************************************************************/
/* notice-area
/********************************************************************/
.journal-banner-area {
	padding: 0 0 30px;
	/*border-bottom: 1px solid #dfdfdf;*/
	background-color: #fff;
}

/* .ko-journal */
.journal-banner-area .ko-journal {
	position: relative;
	float: left;
	width: 270px;
	height: 360px;
	margin: 0 10px 0 0;
	padding: 30px;
	border: 1px solid #dfdfdf;
	background: #fff;
}
.journal-banner-area .ko-journal .title {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 700;
}
.journal-banner-area .ko-journal a.more {
	position: absolute;
	right: 25px;
	top: 25px;
	display: block;
	font-size: 30px;
	color: #aaa;
}
.journal-banner-area .ko-journal a.more:hover {
	color: #3b4196;
}
.journal-banner-area .ko-journal .thm {
	display: block;
	width: 180px;
	margin: 0 auto;
}

/* .academic-journal */
.academic-journal {
	position: relative;
	float: left;
	width: 270px;
	height: 360px;
	padding: 30px;
	margin: 0 10px 0 0;
	border: 1px solid #dfdfdf;
	background: #fff;
}
.academic-journal .title {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 700;
}
.academic-journal a.more {
	position: absolute;
	right: 25px;
	top: 25px;
	display: block;
	font-size: 30px;
	color: #aaa;
}
.academic-journal a.more:hover {
	color: #3b4196;
}
.academic-journal .thm {
	display: block;
	width: 180px;
	margin: 0 auto;
}

/* .main-banner */
.main-banner {
	position: relative;
	float: left;
	width: 525px;
	margin-left: 25px;
}

/* slide banner */
.main-banner-slide {
	visibility: hidden;
	margin: 0 0 10px;
}
.main-banner .bx-wrapper {
	margin: 0 0 10px;
}
.main-banner .bx-wrapper img {
	width: 525px;
	height: 245px;
	border: 0;
	padding:0 3px;
}
.main-banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 100%;
	text-align: center;
}
.main-banner .bx-controls {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
.main-banner .bx-controls .bx-pager {
	text-align: center;
}
.main-banner .bx-controls .bx-pager-item {
	display: inline-block;
	margin-right: 4px;
}
.main-banner .bx-controls .bx-pager-item > a {
	display: block;
	height: 12px;
	width: 12px;
	font-size: 0;
	color: transparent;
	border-radius: 100%;
	background-color: #eee;
}
.main-banner .bx-controls .bx-pager-item > a.active {
	width: 12px;
	background-color: #3b4196;
}


/* .etc-banner */
.etc-banner {

}

/* ==================================================================================
    상시배너 - rotation-banner-area
================================================================================== */
.rotation-banner-area {
	border-top: 1px solid #eee;
	background-color: #fff;
}
.rotation-banner-area .inner-wrap {
	padding: 20px 0;
}

/* type2 : cycle2 */
.rotation-banner-area .inner-wrap > div {
	float: left;
	width: 204px;
	margin: 0 20px 0 0;
}
.rotation-banner-area .inner-wrap > div:last-child {
	margin: 0;
}

/* type1 : bxslider */
/*.rotation-banner-area .inner-wrap .bx-wrapper {*/
/*	margin: 0;*/
/*}*/
/*.rotation-banner-area .inner-wrap > ul {*/
/*    !*visibility: hidden;*!*/
/*    width: 1100px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*}*/
/*.rotation-banner-area .inner-wrap > ul li {*/
/*    float: left;*/
/*    width: 204px;*/
/*    height: 60px;*/
/*    margin: 0 20px 0 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*}*/
/*.rotation-banner-area .inner-wrap > ul li:last-child {*/
/*    margin: 0;*/
/*}*/
/*.rotation-banner-area .inner-wrap > ul li a {*/
/*    display: block;*/
/*    position: relative;*/
/*    width: 204px;*/
/*    height: 60px;*/
/*    background-color: #eee;*/
/*}*/
/*.rotation-banner-area .inner-wrap > ul li a img {*/
/*    max-width: 100%;*/
/*    width: 204px;*/
/*}*/
/*.rotation-banner-area .bx-wrapper .bx-viewport {*/
/*	background-color: transparent;*/
/*}*/
/*.rotation-banner-area .bx-wrapper img {*/
/*	border: 0;*/
/*}*/

/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	z-index: 900;
}
.layer-popup-area {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	width: 570px;
	margin-left: -285px;
	/*width: 750px;*/
	/*margin-left: -375px;*/
	background-color: #fff;
	box-shadow: 0 3px 7px rgba(0,0,0,0.45);
	z-index: 999;
}
.layer-popup-area .cont {
	padding: 30px;
	border-top: 7px solid #2690ea;
	/*background: url(/assets/images/main/bg_layer_popup1.png) left top no-repeat;*/
}
.layer-popup-area .cont h1.title {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.1;
	font-size: 32px;
	font-weight: bold;
}
.layer-popup-area .cont p.date {
	margin: 0 0 5px;
	font-size: 15px;
}
.layer-popup-area .cont p.place {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-size: 15px;
	border-bottom: 1px solid #eee;
}
.layer-popup-area .cont ul.layer-pop-list {
	margin: 0;
	padding: 0;
}
.layer-popup-area .cont ul.layer-pop-list li {
	display: block;
	list-style: disc;
	margin: 0 0 10px;
}
.layer-popup-area .cont ul.layer-pop-list li:last-child {
	margin: 0;
}
.layer-popup-area .cont ul.layer-pop-list li a {
	font-size: 15px;
}
.layer-popup-area .cont ul.layer-pop-list li a i {
	margin-right: 7px;
}

.layer-popup-area .close {
	float: none;
	width: 570px;
	/*width: 750px;*/
	padding: 7px 10px;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	color: #fff;
	text-shadow: none;
	background-color: #125aac;
	opacity: 0.8;
}
.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;
}

/* ==================================================================================
    bx slider
================================================================================== */
.bx-wrapper {
	border: 0;
	box-shadow: none;
	background: transparent;
}

/* bx-control */
/*.bx-wrapper .bx-prev {*/
/*left: 50px;*/
/*}*/
/*.bx-wrapper .bx-controls-direction a.bx-prev {*/
/*margin-top: -32px;*/
/*width: 38px;*/
/*height: 64px;*/
/*background: url(../images/main/main_banner_prev.png) left top no-repeat;*/
/*}*/
/*.bx-wrapper .bx-controls-direction a.bx-prev:hover {*/
/*background: url(../images/main/main_banner_prev.png) left -64px no-repeat;*/
/*}*/
/*.bx-wrapper .bx-controls-direction a.bx-next {*/
/*margin-top: -32px;*/
/*width: 38px;*/
/*height: 64px;*/
/*background: url(../images/main/main_banner_next.png) left top no-repeat;*/
/*}*/
/*.bx-wrapper .bx-controls-direction a.bx-next:hover {*/
/*background: url(../images/main/main_banner_next.png) left -64px no-repeat;*/
/*}*/
/*.bx-wrapper .bx-next {*/
/*right: 50px;*/
/*}*/

/* .main-banner-area - bx-pager */
.main-banner-area .bx-wrapper .bx-pager {
	bottom: 20px;
	padding: 0;
	z-index: 100;
}
.main-banner-area .bx-wrapper .bx-pager-item,
.main-banner-area .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	vertical-align: middle;
}
.main-banner-area .bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
	margin: 0 12px;
	border-raidus: 100%;
	background-color: #fff;
	transition: all 0.05s;
}
.main-banner-area .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-banner-area .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 100%;
	background-color: transparent;
}

/* .notice-info - bx-pager */
.notice-info .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	top: -46px;
	right: 0;
	padding: 0 30px 0 0;
	text-align: right;
}
.notice-info .bx-viewport {
	z-index: 100;
}
.notice-info .bx-wrapper .bx-pager-item,
.notice-info .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	vertical-align: middle;
}
.notice-info .bx-wrapper .bx-pager.bx-default-pager a {
	width: 7px;
	height: 7px;
	margin: 0 6px;
	font-size: 0;
	text-indent: -9999px;
	border-raidus: 100%;
	background-color: #c9d9f6;
	transition: all 0.05s;
}
.notice-info .bx-wrapper .bx-pager.bx-default-pager a:hover {
	/*width: 16px;*/
	/*height: 16px;*/
	/*border-radius: 100%;*/
	background-color: #2a7efa;
}
.notice-info .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #2a7efa;
}

/* notice-info : bx-controls-auto */
.notice-info  .bx-wrapper {
	position: relative;
}
.notice-info  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	position: absolute;
	width: 22px;
	height: 21px;
	top: -50px !important;
	left: auto;
	right: 0px !important;
	z-index: 300;
}
.notice-info .bx-wrapper .bx-controls-auto .bx-start,
.notice-info .bx-wrapper .bx-controls-auto .bx-start:hover,
.notice-info .bx-wrapper .bx-controls-auto .bx-start:focus,
.notice-info .bx-wrapper .bx-controls-auto .bx-start.active {
	width: 22px;
	height: 21px;
	margin: 0;
	/*background: url(/images/main/btn_auto_controls.png) left -21px no-repeat;*/
}
.notice-info .bx-wrapper .bx-controls-auto .bx-stop,
.notice-info .bx-wrapper .bx-controls-auto .bx-stop:hover,
.notice-info .bx-wrapper .bx-controls-auto .bx-stop:focus,
.notice-info .bx-wrapper .bx-controls-auto .bx-stop.active  {
	width: 22px;
	height: 21px;
	margin: 0;
	/*background: url(/images/main/btn_auto_controls.png) left top no-repeat;*/
}

/* ==================================================================================
    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;
	top: -60px;
	left: 50%;
	width: 570px;
	margin-left: -285px;
	/*width: 750px;*/
	/*margin-left: -375px;*/
	box-shadow: 0 3px 12px rgba(0,0,0,0.45);
	z-index: 999;
}
.layer-popup-area .cont {
	padding: 0 0 30px 0;
	/*border-top: 3px solid #1554b0;*/
	background-color: #fff;
}
.layer-popup-area h1 {
	margin: 0 0 20px;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #1554b0;
}
.layer-popup-area p {
	margin: 0 0 20px;
	padding: 0 30px;
	line-height: 1.5;
	font-size: 14px;
	word-break: keep-all;
}
.layer-popup-area .iframe-area {
	width: 510px;
	margin: 0 auto;
	border: 1px solid #999;
}

.layer-popup-area .close {
	float: none;
	width: 570px;
	/*width: 750px;*/
	padding: 7px 10px;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	color: #fff;
	text-shadow: none;
	background-color: #125aac;
	opacity: 0.9;
}
.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-layer {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
