@charset "utf-8";

#site {
	padding-top: 96px;
	font-family: 'notokr', sans-serif;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
	padding: 0;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #eaeaea;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin-left: 0 !important;
	margin-top: 14px;
}

.navbar-inverse .navbar-nav>li>a {
	position: relative;
	padding: 38px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.028em;
}

.navbar-inverse .navbar-nav>li>a:after {
	content: "";
	width: 0;
	height: 3px;
	background: #da8bd4;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #da8bd4;
}

.navbar-inverse .navbar-nav>li>a:hover:after,
.navbar-inverse .navbar-nav>li>a:focus:after {
	width: 65px;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #222;
}

#gnb_64 img {
	/* height: 30px; */
}

#gnb_64 a {
	padding: 0;
	margin: 33px 30px 0;
}

#gnb_64 a:after{
	content:none;
}
@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: .25rem;
		border: 1px solid #d5d5d5;
		padding: 10px 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 5px 20px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 600;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding-left: 26px;
		padding-right: 26px;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
	background: rgba(0, 0, 0, 0) !important;
}

.carousel-control span {
	font-size: 45px !important;
	margin-top: -22px !important
}

.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators {
	display: none;
	margin-bottom: 0;
	bottom: 23%;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 60px;
	height: 9px;
	margin: 0 3px;
	border-radius: 40px;
	transition: ease-in-out .15s all;
	border: 1px solid #fff;
}

.carousel-indicators li.active {
	background-color: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption {
	top: 50%;
	padding: 0;
	text-shadow: none;
}

.carousel-caption h1 {
	margin: 0 0 17px;
	font-size: 68px;
	font-weight: 500;
	letter-spacing: -0.045em;
}

.carousel-caption p {
	font-size: 26px;
	font-weight: 300;
	display: inline-block;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

.navbar-inverse .navbar-brand img {}

/* 푸터 */
#site footer {
	margin-top: 0px;
	background-color: #efefef;
	color: #6f6f6f;
	padding: 45px 0 40px;
	font-size: 12px;
	letter-spacing: -0.015em;
}

.left-con img {
	height: 100px;
}

.center-con ul {
	margin-top: 0px;
	margin-bottom: 7px;
	padding-left: 0;
}

.center-con li {
	display: inline-block;
	margin-right: 10px;
	line-height: 1.5;
}

.center-con li:first-child {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}

.copy {
	margin-bottom: 0;
	opacity: 0.63;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 650px;
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 24px
	}

	#mainCarousel .carousel-caption p {
		font-size: 12px;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.55);
	padding: 8px 8px;
	color: #fff;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}

.board_wrapper,
.calendar_wrapper {
	margin-top: 0;
	visibility: hidden;
}

.pagination_wrap,
.search_wrap {
	visibility: hidden;
}

/* 메인 페이지 */
#main-content {
	padding-bottom: 80px;
}

.notice,
.gallery {
	min-height: 240px;
}

.m-link {
	text-align: center;
}

#main-content .m-link {
	padding: 0 15px;
	margin-top: -110px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 75px;
}

#main-content .m-link>div {
	padding: 0;
}

.link-cont img {
	height: 60px;
	float: left;
	margin-left: 10px;
}

.m-link p {
	float: left;
	margin: 0 0 0 13px;
	font-size: 25px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: -0.03em;
}

.link-cont a {
	text-decoration: none;
	padding: 25px 86px;
	color: #fff;
	position: relative;
	display: block;
	background: #d27ac7;
	border-radius: 20px 20px 0 0;
	transition: all 0.3s ease;
}

#main-content .m-link>div:nth-child(2) a {
	background: #2c82ca;
}

#main-content .m-link>div:nth-child(3) a {
	background: #43b2e6;
}

.link-cont a:after {
	content: "";
	display: block;
	clear: both;
}

.link-cont a:hover {
	transform: translateY(-14px);
	padding: 32px 86px;
	margin-bottom: -20px;
}

#main-content .col-sm-6 {
	padding: 0 55px;
}

#main-content .col-sm-6:last-child:before {
	content: "";
	width: 1px;
	height: 240px;
	background: #e3e3e3;
	position: absolute;
	left: 0;
	top: 0;
}

.board_box_blog2 {
	margin-bottom: 0 !important;
}

div[class^="board_box_"] .page-header {
	padding: 0;
	margin: 0 0 25px;
	border-bottom: none;
}

div[class^="board_box_"] .page-header h4 {
	padding: 0;
	margin: 0;
	font-size: 26px;
	letter-spacing: -0.035em;
}

div[class^="board_box_"] .page-header a {
	width: 28px;
	height: 28px;
	background: #999;
	text-align: center;
	padding-top: 4px;
	margin-top: 0px !important;
	color: #fff !important;
	font-size: 15px;
}

.board_box_list .info span.writer,
.board_box_list .info span.hits {
	display: none;
}

.board_box_list ul li {
	padding: 8px 0;
	font-size: 15px;
	letter-spacing: -0.01em;
	border-bottom: 1px solid #ececec;
}

.board_box_list .info .regdate {
	font-size: 15px;
}

/* popup 봄학기 대모집 */
#main_popup_2 {
	width: 500px;
}

#main_popup_2 .top-cont {
	height: 200px;
	background-image: url('/public/img/popup/popup-bg.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

#main_popup_2 .top-cont h2 {
	margin: 0;
	position: absolute;
	top: 51%;
	font-size: 36px;
	right: 1%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #333;
}

#main_popup_2 .top-cont h2 span {
	font-size: 20px;
}

#main_popup_2 .container {
	width: 438px;
}

#main_popup_2 .table-popup {
	border: 1px solid #f2f2f2;
	border-top: 2px solid #91268f;
	text-align: center;
}

#main_popup_2 .table-popup th {
	background: #f2f2f2;
	text-align: center;
}

.table-popup>tbody>tr>td,
.table-popup>tbody>tr>th,
.table-popup>tfoot>tr>td,
.table-popup>tfoot>tr>th,
.table-popup>thead>tr>td,
.table-popup>thead>tr>th {
	padding: 18px;
}

.info-cont ul {
	padding: 0;
	text-align: center;
}

.info-cont ul li {
	font-size: 20px;
	margin-bottom: 20px;
}

.tel a {
	text-decoration: none;
	color: #333;
}

.tel span {
	margin-right: 7px;
}

.tel:hover a {
	text-decoration: underline;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
	padding: 15px;
}

/* sub 공통 */
.subtitle {
	position: relative;
	background: url(/public/img/sub/sub-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 260px;
}

.subtitle>.container {
	height: 100%;
	line-height: 260px;
	text-align: center;
}

.subtitle .inner {
	display: inline-block;
	vertical-align: middle;
}

.subtitle .inner h2 {
	margin: 0;
	padding-bottom: 8px;
	font-size: 50px;
	color: #fff;
	vertical-align: middle;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	letter-spacing: -0.03em;
}

.sub-cont {
	padding: 80px 0 100px 0;
}

.sub-cont .se+.se {
	margin-top: 50px;
}

.title {
	margin-bottom: 20px;
}

.title h3 {
	font-size: 38px;
	position: relative;
	margin: 0 0 70px;
	font-weight: 600;
	color: #222;
	letter-spacing: -0.025em;
	text-align: center;
}

.title h4 {
	font-size: 24px;
	position: relative;
	padding-left: 17px;
	margin: 0;
	letter-spacing: -0.025em;
	color: #333;
	font-weight: 500;
}

.title h4:after {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 8px;
	height: 22px;
	position: absolute;
	background: #eacada;
	background: -moz-linear-gradient(#e29bd7 0%, #7dcff9 100%);
	background: -webkit-linear-gradient(#e29bd7 0%, #7dcff9 100%);
	background: linear-gradient(#e29bd7 0%, #7dcff9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e29bd7", endColorstr="#7dcff9", GradientType=1);
	border-radius: 50px;
}

/* subject01 */
.table-sub {
	border-top: 2px solid #e1a0d9;
}

.table-sub td {
	color: #444
}

.table-sub th {
	background: #f7f7f7;
	text-align: center;
	font-weight: 500;
	letter-spacing: -0.035em;
	color: #000;
}

.table-sub>tbody>tr>td,
.table-sub>tbody>tr>th,
.table-sub>tfoot>tr>td,
.table-sub>tfoot>tr>th,
.table-sub>thead>tr>td,
.table-sub>thead>tr>th {
	padding: 15px;
	text-align: center;
	border: 1px solid #e3e3e3;
	font-size: 16px;
	letter-spacing: -0.032em;
}

.txt-box p{
	padding: 30px;
	font-size: 18px;
	background: #f2f2f2;
}

.txt-box ul{
	border: 3px solid #f2f2f2;
	padding: 30px;
}

.txt-box ul li{
	font-size: 18px;
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}

.txt-box ul li::before{
	content: '-';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
}

/* bbs */
.table.table_default,
.board_data_view {
	border-top: 2px solid #e1a0d9;
}

.board_data_view .header_wrap {
	border-bottom: 1px solid #d0d0d0;
}

.board_data_view .header_wrap h4 {
	font-size: 30px;
	letter-spacing: -0.025em;
}

.table.table_default thead th {
	background: #f7f7f7;
	border-bottom: 1px solid #d0d0d0 !important;
}

.table.table_default tr th,
.table.table_default tr td {
	border-color: #e3e3e3;
	font-size: 15px;
	letter-spacing: -0.032em;
}

.table.table_default tbody tr:hover {
	background: #fafafa;
}


.table_video dd .inner:hover,
.table_blog2 dd .inner:hover,
.board_box_video .inner:hover,
.board_box_blog2 .inner:hover {
	border-color: #da8bd4;
}
.table_video dd .inner .bottom .title,
.table_blog2 dd .inner .bottom .title {
	margin: 0;
	text-align: center;
}
.table_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
	font-weight: 500;
}
.table_video dd .inner .bottom .info,
.table_blog2 dd .inner .bottom .info {
	display: none;
}
.table_video dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
	color: #da8bd4;
}

/* #section_d2ddea .board_box_list{
	width: 50%;
} */


/* form */
.board_wrapper .table.board_write_table>tbody>tr>td,
.board_wrapper .table.board_write_table>tbody>tr>th,
.board_wrapper .table.board_write_table>tfoot>tr>td,
.board_wrapper .table.board_write_table>tfoot>tr>th,
.board_wrapper .table.board_write_table>thead>tr>td,
.board_wrapper .table.board_write_table>thead>tr>th {
	font-size: 15px;
	letter-spacing: -0.032em;
	border-color: #e3e3e3;
}

.board_wrapper .table.board_write_table tbody tr th {
	background: #f7f7f7;
	font-size: 16px;
}

.board_wrapper .table.board_write_table {
	border-top: 2px solid #e1a0d9;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
	color: #ec3fad;
	font-size: 18px;
}

.board_wrapper .table.board_write_table tbody tr td {
	padding: 15px 15px;
}

.checkbox {
	margin-top: 4px;
}

.checkbox a {
	text-decoration: underline;
	color: #ec3fad;
}

.btn.btn-primary {
	background-color: #da8bd4;
	border: 1px solid #da8bd4;
	color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #c76fc1;
	border-color: #c76fc1;
}

.btn.btn-dark {
	background-color: #444;
	border: 1px solid #444;
	color: #fff
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background-color: #333;
	border-color: #333;
}


/* 페이지준비중 */
.ac-img p{
	text-align: center;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}

.ac-txt{
	position: relative;
	padding-top: 70px;
	height: 300px;
	padding-left: 70px;
}

.ac-txt::before,
.ac-txt::after{
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
}

.ac-txt::before{
	border-top: 5px solid #e29bd7;
	border-right: 5px solid #7dcff9;
	right: 0;top: 0;
}

.ac-txt::after{
	border-bottom: 5px solid #7dcff9;
	border-left: 5px solid #e29bd7;
	bottom: 0;
	left: 0;
}

.ac-txt p{
	font-size: 30px;
	font-weight: 300;
}

.ac-li{
	margin-top: 50px;
}

.ac-li li{
	font-size: 18px;
	padding: 20px 0;
}

.ac-li li p{
	display: inline-block;
}

.ac-li li span{
	background: #e29bd7;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    font-style: oblique;
	margin-right: 10px;
}

.map-li{
	margin-top: 50px;
}

.map-li li{
	font-size: 18px;
	letter-spacing: -0.014em;
	line-height: 1.6;
	margin-bottom: 30px;
}

.map-li li i{
	color: #7dcff9;
}

/* 모바일 최적화 */
@media (max-width: 767px) {

	#site {
		padding-top: 70px;
	}

	.navbar-brand {
		padding: 10px 10px 10px 15px;
		margin-top: 0;
	}

	.navbar-inverse .navbar-brand img {
		height: 50px;
	}

	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 20px 0 9px 0;
	}
	
	#main-content .m-link {
		padding: 0;
		margin-top: -55px;
	}

	.link-cont a {
		padding: 15px 0 0 0;
	}

	.link-cont img {
		height: 50px;
		float: none;
		margin-left: 0;
	}

	.m-link p {
		float: none;
		margin: 0;
		font-size: 18px;
		line-height: 40px;
	}

	#main-content .col-sm-6 {
		padding: 0 15px;
	}
	
	#site footer {
		text-align: center;
		padding: 25px 0 20px;
		font-size: 12px;
	}

	.foot-logo{
		margin-bottom: 15px;
	}

	div[class^="board_box_"] .page-header h4 {
		font-size: 20px;
	}


	.navbar-inverse .navbar-nav>li>a {
		padding: 15px;
	}

	#gnb_64 a {
		padding: 15px;
		margin: 0;
	}

	.subtitle {
		background: url(/public/img/sub/sub-bg.jpg) no-repeat right center;
		height: 200px;
	}

	.subtitle .inner {
		margin-top: -55px;
	}

	.subtitle .inner h2 {
		font-size: 35px;
	}

	.title h3 {
		font-size: 30px;
	}

	.ac-txt {
		padding-left: 0;
		text-align: center;
	}

	.ac-txt p {
		font-size: 26px;
		line-height: 1.6;
		margin-bottom: 0;
	}

	.ac-li li {
		font-size: 16px;
		padding: 20px 0;
		letter-spacing: -0.014em;
	}

	.ac-li li span{
		width: 13%;
		margin-right: 2%;
		float: left;
	}

	.ac-li li p{
		width: 85%;
	}

	.map-li li{
		font-size: 16px;
	}

	.table-sub>tbody>tr>td, .table-sub>tbody>tr>th, .table-sub>tfoot>tr>td, .table-sub>tfoot>tr>th, .table-sub>thead>tr>td, .table-sub>thead>tr>th {
		font-size: 13px;
		width: 15%;
		padding: 8px;
	}

	.txt-box p {
		font-size: 16px;
		padding: 15px;
	}
	
	.txt-box ul li {
		font-size: 16px;
	}

	.table_video dd, .table_blog2 dd {
		width: 100%;
	}




























	/* 게시판 */
	.board_wrapper .table colgroup,
	.board_wrapper .table.table_default tr .num,
	.board_wrapper .table.table_default tr .regdate,
	.board_wrapper .table.table_default tr .hits {
		display: none;
	}

	.board_wrapper .table .table-style>tbody>tr>th {
		width: auto;
	}

	.board_wrapper .table.table_default tr .subject {
		width: 70%;
	}

	.board_wrapper .table.table_default tr .writer {
		width: 30%;
	}

	/* .table-responsive */
	.table-responsive::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.table-responsive::-webkit-scrollbar:vertical {
		width: 12px;
	}

	.table-responsive::-webkit-scrollbar:horizontal {
		height: 5px;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 1px solid #ffffff;
	}

	.table-responsive::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}

	/* 주문폼 */
	.board_wrapper .table.board_write_table .input-group.input-group-big,
	.board_wrapper .table.board_write_table .form-control.form-control-big {
		width: 100%;
	}

	.board_wrapper .table.board_write_table tbody tr td .btn,
	.board_wrapper .table.board_write_table tbody tr td .form-control {
		width: 100%;
		vertical-align: middle;
	}

	.board_wrapper .text-center .btn.btn-lg {
		padding-left: 60px;
		padding-right: 60px;
	}

	/* 주무폼 라디오 버튼 */
	.radio-inline {
		margin-top: 0 !important;
	}
}