﻿@charset "utf-8";

/*******************************************************************
   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-family: 'Nanum Barun Gothic', Arial, Sans-Serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
.main-col h3 a {
	font-family: 'Nanum Barun Gothic', Arial, Sans-Serif;
	font-size: 32px;
	font-weight: 700;
	color: rgba(255,255,255,0.9);
}
.main-col h3 a:hover {
	font-family: 'Nanum Barun Gothic', Arial, Sans-Serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	color: rgba(255,255,255,1);
}

/*******************************************************************
   .banner-notice
******************************************************************* */
.banner-notice {
	height: 100px;
	background-color: #2ebae2;
}

/* *******************************************************************
	col1 : 메인 배너
******************************************************************* */
.col1 {
	position: relative;
	height: 350px;
	padding: 0;
}
.col1 .innerwrap {
	/*visibility: hidden;*/
	width: 100%;
}
.col1 ul {

}
.col1 ul li {
	position: relative;
	width: 100%;
	height: 350px;
}
.col1 ul li .inner {
	width: 1100px;
	height: 350px;
	margin: 0 auto;
}
.col1 .bx-wrapper .bx-viewport {
	background: transparent;
}
.col1 .controls-arrow {
	position: absolute;
	top: 40%;
}
.col1 .controls-arrow {

}
.col1 .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);
}
.col1 .controls-arrow a i {
	font-size: 48px;
	color: rgba(255,255,255,0.45);
}
.col1 .controls-arrow a.bx-next i {
	padding-left: 5px;
}
.col1 .controls-arrow a.bx-prev i {
	padding-right: 5px;
}
.col1 .controls-arrow a:hover {
	background: rgba(21,120,196,0.75);
}
.col1 .controls-arrow a:hover i {
	color: rgba(255,255,255,0.75);
}
.col1 .prev-arrow {
	left: 50px;
}
.col1 .next-arrow {
	right: 50px;
}
.col1 .bx-wrapper .bx-pager,
.col1 .bx-wrapper .bx-controls-auto {
	top: auto;
	bottom: 20px;
}
.col1 .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%;
}
.col1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.col1 .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 100%;
}

/* banner-type0 */
.col1 ul li.type0 {
	background: #f5fafd url(/images/banner_main/bg_main_banner_00.png) center 50% no-repeat;
}
.col1 ul li.type0 .inner {
	padding-top: 60px;
	text-align: left;
}
.col1 ul li.type0 p.title {
	margin: 0 0 40px;
	padding-left: 60px;
	line-height: 1.3;
	font-size: 20px;
	color: #005596;
}
.col1 ul li.type0 p.title b {
	margin-right: 10px;
	font-size: 42px;
	font-weight: 700;
}
.col1 ul li.type0 p.title strong {
	font-size: 52px;
	font-weight: 700;
}
.col1 ul li.type0 p.info {
	padding-left: 60px;
	line-height: 1.5;
	font-size: 28px;
	color: #a3cfe7;
	letter-spacing: -0.75px;
	font-family: "Times New Roman", serif;
}

/*
type 0 - 2023년 배너
*/
.col1 ul li.type0.v2023 {
	background: #0d113b url(/images/banner_main/bg_main_banner_2023_background.jpg) center top no-repeat;
}
.col1 ul li.type0.v2023 .inner {
	padding: 0;
	background: none;
}
.col1 ul li.type0.v2023 .inner img {
	display: block;
}

/* banner-type1 */
.col1 ul li.type1 {
	background: #132642 url(/images/banner_main/bg_main_banner_01_v2.jpg) center 50% no-repeat;
}
.col1 ul li.type1 .inner {
	text-align: center;
	padding: 30px 0 0;
}
.col1 .con-area {
	padding: 30px;
	background-color: rgba(0,0,0,0.3);
}
.col1 ul li.type1 p.title {
	margin: 0 0 30px;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 0 4px rgba(0,0,0,0.75);
}
.col1 ul li.type1 p.sub-title {
	margin: 0 0 15px;
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 0 2px rgba(0,0,0,0.75);
}
.col1 ul li.type1 p.date {
	margin: 0 0 35px;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 0 1px rgba(0,0,0,0.75);
}
.col1 ul li.type1 a.btn-go {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #24c180;
}
.col1 ul li.type1 a.btn-go:hover {
	background-color: #21af73;
}

/* *******************************************************************
        col2 : 바로가기
    ******************************************************************* */
.col2 {
	position: relative;
	/*height: 160px;*/
	height: 130px;
	padding: 0;
	border-bottom: 1px solid #ddf0fa;
	background: #f1fbff;
}

/* slide */
.col2 .slide-area {
	/*visibility: hidden;*/
	/*width: 980px;*/
}
.col2 ul.slide1 {
	/*width: 980px;*/
	width: 100%;
}
.col2 ul > li {
	float: left;
	width: 16.66666%;
}
/*.col2 ul > li:last-child {*/
/*float: left;*/
/*width: 165px;*/
/*}*/
.col2 ul > li > a {
	position: relative;
	display: block;
	/*height: 160px;*/
	height: 130px;
	text-align: center;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #ddf0fa;
	background: #f1fbff;
}

.col2 ul > li > a:hover {
	color: #1578c4;
	background-color: #dff7ff !important;
}
.col2 ul > li > a > span.title {
	position: absolute;
	/*top: 110px;*/
	top: 90px;
	left: 0;
	display: block;
	width: 100%;
}
/*.col2 ul > li:last-child > a > span.title {*/
/*width: 100%;*/
/*}*/
.col2 .bx-wrapper {
	margin: 0 !important;
}
.col2 .bx-wrapper .bx-viewport {
	background: transparent;
}
.col2 .controls-arrow {
	position: absolute;
	top: 0;
}
.col2 .controls-arrow a {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 72px;
	color: rgba(21,120,196,0.45);
	border: 1px solid #ddf0fa;
	background: #fff;
}
.col2 .controls-arrow a:hover {
	color: rgba(21,120,196,0.85);
}
.col2 .prev-arrow {
	right: 0;
}
.col2 .prev-arrow a {
	border-bottom: 0;
}
.col2 .next-arrow {
	top: 80px;
	right: 0;
}

/*!* quick-icon : slide1 *!*/
.col2 ul.slide1 > li:nth-child(1) > a { background: #f1fbff url(/images/main/quick_01.png) center 17px no-repeat; }
.col2 ul.slide1 > li:nth-child(2) > a { background: #f1fbff url(/images/main/quick_04.png) center 20px no-repeat; }
.col2 ul.slide1 > li:nth-child(3) > a { background: #f1fbff url(/images/main/quick_10.png) center 20px no-repeat; }
.col2 ul.slide1 > li:nth-child(4) > a { background: #f1fbff url(/images/main/quick_07.png) center 20px no-repeat; }
.col2 ul.slide1 > li:nth-child(5) > a { background: #f1fbff url(/images/main/quick_03.png) center 15px no-repeat; }
.col2 ul.slide1 > li:nth-child(6) > a { background: #f1fbff url(/images/main/quick_14.png) center 15px no-repeat; }


/* *******************************************************************
	col3 : 게시판
******************************************************************* */
.col3 {
	position: relative;
	height: 300px;
}

/* 학회소식공지 / 회원동정 / 회원홍보 */
.main-board {
	position: relative;
	float: left;
	/*width: 50%;*/
	width: 500px;
	margin-right: 100px;
}
.main-board.board-event {
	margin-right: 0;
}
.main-board .tab-area {
	border-bottom: 1px solid #1578c4;
}
.main-board.board-event .tab-area {
	border-color: #ff4057;
}
.main-board .tab-area li {
	float: left;
	width: 120px;
	margin-bottom: -1px;
}
.main-board .tab-area li > a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #767676;
	border: 1px solid #eee;
	border-bottom: 1px solid #1578c4;
	background-color: #fafafa;
	border-radius: 0;
	padding: 0;
	outline: none;
}
.main-board.board-event .tab-area li > a {
	border-bottom-color: #ff4057;
}
.main-board .tab-area li > a:hover {
	color: #1578c4;
	background-color: #fff;
}
.main-board.board-event .tab-area li > a:hover {
	color: #ff4057;
}
.main-board .tab-area li.active > a {
	color: #1578c4;
	border: 1px solid #1578c4;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
.main-board.board-event .tab-area li.active > a {
	color: #ff4057;
	border: 1px solid #ff4057;
	border-bottom: 1px solid #fff;
}
.main-board .more {
	position: absolute;
	right: 0;
	top: 12px;
	display: block;
	width: 13px;
	height: 13px;
	background: url(/images/main/btn_notice_more.png) left top no-repeat;
	outline: none;
}
.main-board.board-event .more {
	background: url(/images/main/btn_event_more.png) left top no-repeat;
}
.main-board .board-con {
	padding-top: 25px;
}
.main-board .board-con ul {

}
.main-board .board-con ul > li {
	margin: 0 0 15px;
}
.main-board .board-con ul > li span.highlight {

}
.main-board .board-con ul > li p.title.empty {
	padding-top: 3px;
	font-size: 14px;
	font-weight: 300;
}
.main-board .board-con ul > li p.title a {
	display: inline-block;
	float: left;
	width: 390px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 300;
}
.main-board .board-con 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: 300;
	color: #fff;
	background: #1578c4;
}
.main-board.board-event .board-con ul > li p.title span.highlight {
	background: #ff4057;
}
.main-board .board-con ul > li p.title a b {
	display: inline-block;
	vertical-align: middle;
}
.main-board.board-event .board-con ul > li p.title a:hover b,
.main-board.board-event .board-con ul > li p.title a:hover {
	color: #ff4057;
}
.main-board .board-con ul > li p.date {
	display: inline-block;
	float: right;
	width: 80px;
	/*height: 20px;*/
	/*line-height: 20px;*/
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 300;
	color: #999999;
}
.main-board .board-con ul > li p.date.top {
	padding-top: 4px;
}

/* *******************************************************************
	col-eng : 간행물 및 관련기관
******************************************************************* */
.col-eng {
	padding: 0;
	background-color: #fff;
}
.col-eng .journal {
	float: left;
	width: 20%;
	/*height: 500px;*/
	padding: 30px 7px;
	/*border: 1px solid #eee;*/
}
.col-eng .journal:first-child {
	padding-left: 0;
}
.col-eng .journal:last-child {
	padding-right: 0;
}
.col-eng .journal .journal-inner {
	border-radius: 5px;
	height: 370px;
	text-align: center;
}
.col-eng .journal.magazine .journal-inner {
	border: 1px solid #886b3e;
}
.col-eng .journal.kiee .journal-inner {
	border: 1px solid #394b9f;
}
.col-eng .journal.kieep .journal-inner {
	border: 1px solid #2db7d4;
}
.col-eng .journal.jeet .journal-inner {
	border: 1px solid #a2ad48;
}
.col-eng .journal.ijcas .journal-inner {
	border: 1px solid #175197;
}
.col-eng .journal.jicee .journal-inner {
	border: 1px solid #0d44b3;
}

.col-eng .journal .journal-inner .title {
	padding: 7px 0;
	color: #fff;
	font-size: 22px;
	border: 1px solid transparent;
}
.col-eng .journal.magazine .journal-inner .title {
	background-color: #886b3e;
}
.col-eng .journal.kiee .journal-inner .title {
	background-color: #394b9f;
}
.col-eng .journal.kieep .journal-inner .title {
	background-color: #2db7d4;
}
.col-eng .journal.jeet .journal-inner .title {
	background-color: #a2ad48;
}
.col-eng .journal.ijcas .journal-inner .title {
	background-color: #175197;
}
.col-eng .journal.jicee .journal-inner .title {
	background-color: #0d44b3;
}

.col-eng .journal .journal-inner img {
	margin-top: 20px;
	max-width: 100%;
	width: 160px;
}
.col-eng .journal.kiee .journal-inner img {
	border: 1px solid #eee;
}
.col-eng .journal.kieep .journal-inner img {
	border: 1px solid #eee;
}

.col-eng .journal .journal-inner .btn-area a {
	margin: 20px;
	display: block;
	line-height: 30px;
	font-size: 13px;
}
.col-eng .journal .journal-inner .btn-area a.btn-search {
	background-color: #005596;
	color: #fff;
}
.col-eng .journal .journal-inner .btn-area a.btn-submit {
	background-color: #4cbdc3;
	color: #fff;
}
.col-eng .journal.kiee .journal-inner .btn-area a {
	margin: 10px 20px;
}
.col-eng .journal.kiee .journal-inner .btn-area a:first-child {
	margin-top: 20px;
}
.col-eng .journal.kieep .journal-inner .btn-area a {
	margin: 10px 20px;
}
.col-eng .journal.kieep .journal-inner .btn-area a:first-child {
	margin-top: 20px;
}
.col-eng .journal.jeet .journal-inner .btn-area a {
	margin: 10px 20px;
}
.col-eng .journal.jeet .journal-inner .btn-area a:first-child {
	margin-top: 20px;
}
/*.col-eng .journal.jicee .journal-inner .btn-area {*/
/*margin-top: 65px;*/
/*}*/

.col-eng .journal .journal-inner .btn-area a i {
	padding-right: 10px;
}

.col-eng .journal .journal-inner .text {
	padding: 20px 20px 0;
	font-size: 13px;
}

/* *******************************************************************
    col8 : 관련기관 슬라이드
******************************************************************* */
.col8 {
	position: relative;
	/*height: 75px;*/
	/*height: 100px;*/
	padding: 20px;
	/*border-top: 1px solid #dfdfdf;*/
	background-color: #eceff9;
}
/*.col8 .innerwrap {*/
/*visibility: hidden;*/
/*}*/
.col8 ul {

}
.col8 ul li {
	float: left;
	width: 275px;
	/*height: 60px;*/
}
.col8 ul li a {
	display: block;
	text-align: center;
}
/*.col8 ul li a img {*/
/*border: 1px solid #eee;*/
/*}*/
.col8 .bx-wrapper .bx-viewport {
	background: transparent;
}

/* *******************************************************************
	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;
}

