﻿@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: 460px;
	padding: 0;
}
.main-spot-area .inner-wrap {
	visibility: hidden;
	width: 100%;
}
.main-spot-area ul {

}
.main-spot-area ul li {
	position: relative;
	width: 100%;
	height: 460px;
}
.main-spot-area ul li .inner {
	height: 460px;
	margin: 0 auto;
}
.main-spot-area .bx-wrapper .bx-viewport {
	background: transparent;
}
.main-spot-area .controls-arrow {
	position: absolute;
	top: 40%;
}
.main-spot-area .controls-arrow {

}
.main-spot-area .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 .controls-arrow a i {
	font-size: 48px;
	color: rgba(255,255,255,0.45);
}
.main-spot-area .controls-arrow a.bx-next i {
	padding-left: 5px;
}
.main-spot-area .controls-arrow a.bx-prev i {
	padding-right: 5px;
}
.main-spot-area .controls-arrow a:hover {
	background: rgba(21,120,196,0.75);
}
.main-spot-area .controls-arrow a:hover i {
	color: rgba(255,255,255,0.75);
}
.main-spot-area .prev-arrow {
	left: 50px;
}
.main-spot-area .next-arrow {
	right: 50px;
}
.main-spot-area .bx-wrapper .bx-pager,
.main-spot-area .bx-wrapper .bx-controls-auto {
	top: auto;
	bottom: 20px;
}
.main-spot-area .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 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-spot-area .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 100%;
}

/* *******************************************************************
	메인컨텐츠
******************************************************************* */
.main-contents {
	padding: 40px 0 80px;
	background-color: #f8fafe;
}

/* *******************************************************************
	main-news-horizen : 공지사항
******************************************************************* */
.main-news-horizen {
	width: 1100px;
	height: 61px;
	line-height: 60px;
	margin: 0 auto 60px;
	background-color: #fff;
}
.main-news-horizen .inner-wrap {
	visibility: hidden;
	padding: 0 30px;
	border: 1px solid #dfdfdf;
}
.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/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: 30px;
	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: 800px;
}
.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: 840px;
	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: 640px;
	height: 60px;
	padding-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 15px;
	color: #333;
}
.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 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: 21px;
	color: #ccc;
	outline: none;
}
.main-news-horizen .inner-wrap .controls-arrow a:hover {
	color: #3c3e99
}
.bx-wrapper .bx-viewport {
	background-color: transparent;
}


/* ==================================================================================
    진행중인 강좌
================================================================================== */
.lecture-list-area {

}
.lecture-list-area h3 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #333;
}
.lecture-list-area ul.lecture-list {
	/*visibility: hidden;*/
}
.lecture-list-area ul.lecture-list > li {
	float: left;
	width: 340px;
	margin: 0 40px 40px 0;
	padding-bottom: 5px;
}
.lecture-list-area ul.lecture-list > li:nth-child(3n) {
	margin-right: 0;
}
.lecture-list-area ul.lecture-list > li > a {
	display: block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.lecture-list-area ul.lecture-list > li > a > .thm-area {
	overflow: hidden;
	height: 200px;
}
.lecture-list-area ul.lecture-list > li > a > .thm-area > img {
	width: 340px;
}
.lecture-list-area ul.lecture-list > li > a > .title-area {
	height: 80px;
	padding: 18px 20px 0;
	border: 1px solid #dfdfdf;
	background-color: #fff;
}
.lecture-list-area ul.lecture-list > li > a > .title-area p {
	height: 46px;
	margin: 0;
	line-height: 22px;
	font-size: 16px;
	font-weight: 700;
}
.lecture-list-area .bx-wrapper .bx-pager,
.lecture-list-area .bx-wrapper .bx-controls-auto {
	top: auto;
	bottom: -40px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 34px;
	height: 3px;
	background-color: #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 34px;
	height: 3px;
	background-color: #f45555;
}
.lecture-list-area .btn-area {
	padding: 0;
	text-align: center;
}
.lecture-list-area .btn-area .btn-all {
	display: inline-block;
    width: 240px;
    height: 42px;
    margin: 0;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    font-family: 'NanumSquare', sans-serif;
    color: #fff;
    border-radius: 25px;
    background-color: #f45555;
}
.lecture-list-area .btn-area .btn-all:hover {
	background-color: #f23c3c;
}

/* ==================================================================================
    Contact us
================================================================================== */
.contact-area {
	border-top: 1px solid #dfdfdf;
}
.contact-area .inner-wrap {
	height: 120px;
	background: url(../images/bg_contact.png) right 50% no-repeat;
}
.contact-area .inner-wrap h3 {
	display: inline-block;
	margin-right: 90px;
	vertical-align: middle;
	line-height: 120px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
}
.contact-area .inner-wrap .info-text {
	display: inline-block;
	vertical-align: middle;
}
.contact-area .inner-wrap .info-text ul {
	margin: 5px 0 15px;
}
.contact-area .inner-wrap .info-text ul li {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
}
.contact-area .inner-wrap .info-text ul li:after {
	content: '·';
	margin: 0 20px;
	color: #333;
}
.contact-area .inner-wrap .info-text ul li:last-child:after {
	display: none;
}
.contact-area .inner-wrap .info-text p {
	font-size: 14px;
	font-weight: 700;
	color: #2e3192;
}


/* ==================================================================================
    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;
}
