@charset "utf-8";
@import url('/public/nanumSquare/stylesheet.css');
@import url('/public/notokr/notokr.css');

#site {
	padding-top: 147px;
	padding-right: 0 !important;
	font-family: 'notokr', sans-serif;
}

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

#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%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	padding: 0;
	margin-bottom: 0;
	border: 0
}

.navbar-brand {
	height: auto;
	padding: 0px;
}
.navbar-inverse .navbar-nav>li>a {
    font-weight: 600;
    color: #666;
    font-family: "NanumSquare" !important;
}
.navbar-inverse .navbar-nav>li>a::before {
    font-family: "Font Awesome 5 Free";
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #237f39;
}

.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: #237f39;
}

@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-right > li:last-child{
		display:none;
	}
	.navbar-header {
		display: none;
	}
	.navbar-inverse .navbar-right{
		width:100%;
		text-align:center;
	}
	.navbar-nav>li{
		float:none;
		display:inline-block;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding: 18px 25px;
		font-size: 17px;
		letter-spacing: -0.04em;
	}

	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 12px;
		border: 1px solid #d5d5d5;
		padding: 15px 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		background: #fff;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 7px 25px;
		font-size: 15px;
		color: #666;
		letter-spacing: -0.03em;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		color:#237f39;
		text-decoration:underline;
	}
}

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

.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 li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

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

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

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 30px 0;
	background-color: #222;
	color: #e3e4e5;

}

#site footer .footer-link {
	padding: 15px 0;
	border-bottom: 1px solid #444
}

#site footer .footer-link ul {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0
}

#site footer .footer-link ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	line-height: 26px
}

#site footer .footer-link ul li a {
	color: inherit
}

#site footer .footer-info {
	padding: 30px 0
}

#site footer .footer-info ul {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0
}

#site footer .footer-info ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	line-height: 26px
}

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

@media (max-width: 767px) {
	#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 {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.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;
}


/* personal setting 0.64v */
@media(min-width:768px) {
	.col-sm-20 {
		width: 20%;
	}
}

/* img */
.img-bordered {
	border: 1px solid #ddd;
}

.img-caption {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #555;
	font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
	text-align: center !important;
	vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
	text-align: left !important;
}

/* font */
.numbering {
	margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #237f39;
}

.numbering.circle {
	border-radius: 50%;
}

/*list style*/
.li-none>li {
	list-style: none !important;
	margin-left: 20px;
}

.li-circle>li {
	list-style: circle !important;
	margin-left: 20px;
}

.li-square>li {
	list-style: square !important;
	margin-left: 20px;
}

.li-disc>li {
	list-style: disc !important;
	margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-dash>li:before,
.li-dot>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

.li-dot>li:before {
	content: '·';
}

.li-check>li:before {
	content: '\f00c';
	left: 0;
	font-family: 'fontawesome';
	color: #237f39;
}

.location-li {
	margin: 10px 0 0;
}

.location-li li {
	padding: 10px;
	font-size: 15px;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
}

.location-li li a {
    color: #237f39;
    text-decoration: underline;
}

.location-li span {
	display: inline-block;
	margin-right: auto;
	min-width: 130px;
	padding-right:20px;
	font-weight: 600;
	color: #222;
	border-radius: 4px;
	text-align:right;
}

@media(max-width:767px) {
	.location-li span {
		display: block;
	}
}

.location-li span i {
	margin-right: 5px;
	color: #237f39;
}

.partner-li {
	margin: 20px 0;
}

.partner-li:after {
	content: '';
	display: block;
	clear: both;
}

.partner-li>li {
	float: left;
	padding: 10px;
}


.category-li {
	display: inline-block;
	margin: 20px auto;
}

.category-li:after {
	content: '';
	display: block;
	clear: both;
}

.category-li>li {
	float: left;
	margin: 5px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.li-pill li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 100px;
}

.li-pill li span {
	position: absolute;
	left: 0;
	padding: 5px 0;
	text-align: center;
	width: 90px;
	color: #555;
	line-height: 1.1;
	font-weight: 500;
	border-radius: 4px;
	background: #d5d5d5;
}

.btn-li {
	text-align: center;
}

.btn-li li {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.trait-dl {
	margin: 40px 0;
}

.trait-dl:after {
	content: '';
	display: block;
	clear: both;
}

.trait-dl dt,
.trait-dl dd {
	float: left;
	margin-bottom: 10px;
	padding: 20px 40px;
	border-top: 2px solid #ddd;
}

.trait-dl dt {
	border-color: #237f39;
	font-size: 18px;
}

.stripe-dl {
	margin: 30px 0;
}

.stripe-dl dt {
	padding: 10px 20px;
	font-size: 16px;
	background: #f5f5f5;
}

.stripe-dl dd {
	margin-bottom: 20px;
	padding: 20px;
}

@media(min-width:768px) {
	.trait-dl dt {
		width: 25%;
	}

	.trait-dl dd {
		width: 75%;
	}
}

@media(max-width:767px) {
	.partner-li>li {
		width: 50%;
	}
}

/* component */
.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.card .card-ttl {
	margin: -15px -15px 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #237f39;
}

.column-2 {
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
}

.li-more{
	display: flex;
	justify-content: center;
	gap: 0 30px;
}

.more-btn {
    display: block;
    margin: 35px auto 10px;
    width: 200px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.03em;
    border: 1px solid #237f39;
    background: #237f39;
    border-radius: 60px;
	text-transform: uppercase;
	transition: all ease .3s;
}

.more-btn:hover {
	color: #237f39;
	background: transparent;
}

.circle-wrap {
	margin: 30px 0;
	text-align: center;
}

.circle-wrap .circle {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 0 15px;
	vertical-align: top;
	border-radius: 50%;
	background: #555;
}

.circle-wrap .circle span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	min-width: 80%;
}

@media(max-width:767px) {
	.column-2 {
		column-count: 1;
	}
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
	margin: 0;
}

.quote-box {
	margin: 20px auto;
	padding: 25px;
	background: #f5f5f5;
}

.greet .quote,
p.quote {
	margin: 30px 0;
	font-size: 26px;
	font-weight: 300;
	color: #555;
	line-height: 1.2;
}

p.quote span {
	font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
	padding: 0;
}

p, 
li, 
dt, 
dd {
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: -0.03em;
}

a:hover,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}

.table-style {
	margin: 0 0 20px;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #e0e0e0 !important;
	letter-spacing: -0.03em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	color:#fff;
	background: #5dae57;
}
.table-style tbody tr .highlight,
.table-style tbody tr .type1{background:#faf6ca;}
.table-style tbody tr .type2{background:#efc2d5;}
.table-style tbody tr .type3{background:#f8c4bb;}

.table-style tbody tr .highlight{
	border-color:rgba(0,0,0,0.15) !important
}

.table-style tr td {
	color: #666;
}

.history-table {
	border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom: none !important;
	padding: 25px !important;
}

.history-table.table-style tr th {
	position: relative;
	border-right: 1px solid #ccc;
	font-size: 22px;
	color: #237f39;
}

.history-table.table-style tr th:after {
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translatey(-50%);
	width: 10px;
	height: 10px;
	border: 3px solid #237f39;
	border-radius: 50%;
	background: #fff;
}

/* personal setting 0.64v end */
/* navigation setting */
.menu-top .container {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.menu-top .logo {
	margin: 0;
	display: inline-block;
	position: relative;
    left: 50%;
	transform: translateX(-50%);
}
.menu-top ul {
    float: right;
    padding-top: 23px;
    margin: 0;
}
.menu-top ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    line-height: 1;
    font-size: 13px;
}
.menu-top ul li:last-child{
	border:none;
}
.menu-top ul li a {
    color: #999;
}
.menu-top ul li a:hover{
	color:#666;
}

@media(max-width:767px) {}

/* mainpage setting */
.carousel-caption h1 {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 56px;
    margin-bottom: 16px;
	font-family: "NanumSquare";
	margin:0;
}
.carousel-caption a {
    margin-top: 40px;
    display: inline-block;
    background: #47b034;
    background-image: linear-gradient(to right, #47b034 0%, #314a2e 100%);
    color: #fff;
    font-size: 16px;
    width: 280px;
    height: 56px;
    line-height: 56px;
    border-radius: 80px;
    text-decoration: none;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	transition:all ease 0.3s;
}
.carousel-caption a.color2{
	background-image: linear-gradient(to right, #e96124 0%, #7a2f1e 100%);
}
.carousel-caption a:hover{
	box-shadow:0 3px 8px rgba(0,0,0,0.5);
}
.main-content > div{
	padding:80px 0;
}
.m-title {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 40px;
    font-family: "NanumSquare";
}
.m-title:before{
	content: "";
    width: 32px;
    display: block;
    height: 4px;
    background: #237f39;
    margin-bottom: 16px;
}
.m-title small {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #a8a8a8;
    margin-top: 4px;
    letter-spacing: 0;
}
.m-prog a{
	position: relative;
	display: block;
}
.m-prog a .icon{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	padding-bottom: 93%;
	/* 	background-size:contain; */
	background-position: center;
	background-repeat: no-repeat;
	transition: all .5s ease;
}
.m-prog a:hover .icon{
	opacity: 0;
}
.m-prog a .icon.on{
	z-index: 10;
	opacity: 0;
}
.m-prog a:hover .icon.on{
	opacity: 1;
}
.m-prog .box1 .icon.off{background-image:url(/public/img/main/p1-icon.png);}
.m-prog .box1 .icon.on{background-image:url(/public/img/main/p1-icon_on.png);}
.m-prog .box2 .icon.off{background-image:url(/public/img/main/p2-icon.png);}
.m-prog .box2 .icon.on{background-image:url(/public/img/main/p2-icon_on.png);}
.m-prog .box3 .icon.off{background-image:url(/public/img/main/p3-icon.png);}
.m-prog .box3 .icon.on{background-image:url(/public/img/main/p3-icon_on.png);}
.m-prog .box4 .icon.off{background-image:url(/public/img/main/p4-icon.png);}
.m-prog .box4 .icon.on{background-image:url(/public/img/main/p4-icon_on.png);}
.m-prog .box5 .icon.off{background-image:url(/public/img/main/p5-icon.png);}
.m-prog .box5 .icon.on{background-image:url(/public/img/main/p5-icon_on.png);}

.prog-li {
    margin: 0;
    text-align: center;
}
.prog-li li{
	display:inline-block;
	padding:0 15px;
}
.prog-li li a{
	position:relative;
	display:block;
	width:110px;
	height:110px;
	border:1px solid #e0e0e0;
	text-align:center;
	color:#777;
	border-radius:50%;
	line-height:1.3;
	transition:all .3s ease;
}
.prog-li li a:hover{
	border-color:#237f39;
	background:#237f39;
	color:#fff;
}
.prog-li li a span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.main-content .main-second{
	color:#fff;
	background:#237f39;
}
.main-second .m-title small{
	margin-bottom:20px;
}
.main-content .main-second .m-title:before {
    background: #fff;
}
.m-review-con,
.m-concern-con{
	padding-top:76px;
}
.main-concern .quote {
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 42px;
    color: #237f39;
    font-family: "NanumSquare";
}
.main-review{
	background:#f3f195;
}
.m-review-con{
	text-align:center;
}
.main-review .m-title:before{
	background:#237f39;
}
.m-review-con .small-quote {
    margin: 25px auto 15px;
    font-size: 24px;
    letter-spacing: -0.06em;
    line-height: 1;
    color: #333;
}
.m-review-con .small-quote .q-mark {
    color: #d0cd6d;
    font-weight: bold;
    font-size: 50px;
    line-height: 20px;
    position: relative;
    top: 15px;
    margin: 0 5px;
}
.m-review-con p {
	color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    text-align: center;
    line-height: 26px;
}
.m-review-con .more-btn{
	border-color:#888;
	background:#888;
}
.m-review-con .more-btn:hover{
	background:transparent;
	border-color:#888;
	color:#888;
}
.main-location .m-title{
	margin-bottom:20px;
}
.main-location .col-sm-6{
	text-align:center;
}
.main-location dl{
	min-width: 325px;
	display: inline-block;
	text-align: left;
}
.main-location dt span{
	margin-top:10px;
    margin-bottom: 15px;
	font-size: 16px;
    letter-spacing: -0.04em;
    color: #111;
    display: inline-block;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
}
.main-location dd {
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
}
.m-prog > div{
	padding:0 23px;
}
@media(max-width:767px) {}

/* footer setting */
#site footer{
	background: #444;
    display: inline-block;
    width: 100%;
	padding: 40px 0;
	color:#999;
	margin-bottom:-5px;
}
footer h5 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #fff;
}
footer p, 
footer li {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: -0.01em;
}
footer li{
	position:relative;
	margin-right: 10px;
	padding-right: 10px;
}
footer .li-none>li {
    margin-left: 0;
    padding-left: 27px;
}
footer li img, footer li i {
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
footer li i{
	font-size: 20px;
    color: #C6C6C6;
}
footer li a{
	color:#999;
}
footer p a{
	color: #999;
}
footer p a i{
	margin-right: 5px;
}
footer p a:hover{
	color: #fff;
}
footer li a:hover{
	color:#fff;
}
@media(max-width:767px) {}

/* subpage setting */
.pageheader {
	display:table;
	width:100%;
	height: 324px;
	text-align:center;
	background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
	border-bottom:1px solid #eee;
}

.pageheader .container {
	position: relative;
	display:table-cell;
	width:100%;
	height: 100%;
	vertical-align: middle;
}
.pageheader h2 {
    margin: 0;
    font-weight: 700;
    font-size: 42px;
    color: #111;
    letter-spacing: -0.05em;
    position: relative;
    padding-bottom: 25px;
    font-family: "NanumSquare";
}
.pageheader h2:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 35px;
    height: 3px;
    background: #e0e0e0;
}
.pageheader h2 small {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 900;
    color: #999;
    letter-spacing: 0;
    font-family: "Noto Sans KR";
}
.pageheader p {
	font-size: 15px;
	margin-bottom:0;
	letter-spacing: -0.04em;
	font-weight: 500;
}
.pageheader p.edu-caution{
	padding: 15px;
	background: #fafafa;
	border-radius: 10px;
	width: 920px;
	margin: 15px auto 0;
}
#center01 .pageheader p.edu-caution{
    text-align: left;
    font-size: 14px;
    padding: 15px 30px;
}
#center01 .pageheader p.edu-caution b{
    text-align: left;
    display: block;
    margin-bottom: 0px;
}
.pageheader p.edu-caution .color_r{
	color: #f00;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #bbb;
}

.breadcrumb .active {
	color: #fff;
}

.subpage-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.subpage-content .emp {
	color: #237f39;
}

.subpage-content section {
	padding-bottom: 120px;
}
.subpage-content section h4 {
	position: relative;
	margin: 0 0 20px;
	font-size: 24px;
}

.subpage-content section h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight:600;
	letter-spacing: -0.02em;
}
.sub-title{
	position: relative;
    margin-bottom: 50px;
}
.sub-title:after{
	content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.sub-title h3{
	margin: 0;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 16px 40px;
    display: inline-block;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
	background: #fff;
	letter-spacing: -0.04em;
    line-height: 1;
}


.maintenance {
    text-align: center;
    background: #f9f9f9;
    padding: 50px 15px 65px;
    border-radius: 15px;
}

.maintenance .big-cont {
    display: block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.maintenance .small-cont {
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -0.03em;
    color: #666;
}

.maintenance .btn-default {
    display: inline-block;
    margin: 35px auto 0px;
    width: 180px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.03em;
    border: 1px solid #237f39;
    background: #237f39;
    border-radius: 60px;
    text-transform: uppercase;
    transition: all ease .3s;padding: 0;
}

.maintenance .btn-default:hover {
    background: #fff;
    color: #237f39;
}

.maintenance .icon {
    font-size: 93px;
    color: #d5d5d5;
}

/* subpage about */
.greet+.greet {
    margin-top: 120px;
}
.intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.greet h4,
.intro h4,
.branch h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #111;
    line-height: 1.4;
    font-family: "NanumSquare";
}
.greet h4:after,
.intro h4:after,
.branch h4:after {
	content: "";
    width: 45px;
    height: 4px;
    background: #e0e0e0;
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
}
.greet .left-con {
    padding: 0 60px;
}
.greet .right-con,
.intro .right-con {
	padding:0 60px;
}
.greet+.greet .right-con::before {
    content: "";
    top: -60px;
    left: 60px;
    width: 45px;
    height: 4px;
    position: absolute;
    background: #e0e0e0;
}
#about01 .greet h5,
#about01 .intro h5 {
    margin-bottom: 8px;
    color: #237f39;
}
.greet p,
.intro p{
	color:#666;
}
.greet .from {
    margin-top: 35px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.brand-mou ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
.brand-mou ul li img {
    max-width: 360px;
}

.branch+.branch {
    margin-top: 120px;
}
.branch .top-con {
    margin-bottom: 10px;
}
.branch .left-con {
	width: 36%;
}
.branch .right-con {
	width: 64%;
}
.branch ul li {
    display: grid;
    grid-template-columns: 145px auto;
    gap: 25px;
    font-size: 16px;
    line-height: 1em;
}
.branch ul li:first-child {
	margin-top: 5px;
}
.branch ul li+li {
    margin-top: 30px;
}
.branch ul li .tit {
    margin: 0;
    padding-right: 20px;
    font-size: 17px;
    font-weight: 600;
    font-family: "NanumSquare";
    color: #111;
    letter-spacing: -0.05em;
    line-height: 1em;
    text-align: center;
    border-right: 1px solid #ddd;
}
.branch ul li a {
	color: inherit;
}

.partner-wrap .partner-logos {
    margin: 50px 0;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    /* border: 4px solid #ecf9e1; */
}
.partner-wrap .btn-go-center {
    display: inline-block;
    padding: 0;
    background: #237f39;
    color: #fff;
    font-size: 16px;
    width: 280px;
    height: 56px;
    line-height: 56px;
    border-radius: 80px;
    text-decoration: none;
    transition: all ease 0.3s;
}
.partner-wrap .btn-go-center:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}

.brand-wrap{
	text-align:center;
}
.brand-wrap p {
    margin: 30px 0 0;
    color: #333;
    line-height: 1.8;
}
.brand-wrap p + p {
    margin-top: 13px;
    color: #666;
}
.brand-wrap li{
	display:inline-block;
	padding:0 15px;
}
.brand-wrap li img{
	border:1px solid #ddd;
}
.prog-wrap{
	display: flex;
	flex-wrap: wrap;
	margin:0 -5px;
}
.prog-wrap > div{
	flex: 1;
	padding:0 5px;
}

.prog-wrap .inner{
	height: 100%;
	display: block;
	color: inherit;
	border: 1px solid #ddd;
}
.prog-wrap .inner:hover{
	border-color:#44903b;
}
.prog-wrap .txt-box{
    min-height: 245px;
    padding: 24px 15px;
}
.prog-wrap .txt-box h4 {
    margin-top: 0;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -0.07em;
    margin-bottom: 16px;
    padding-bottom: 18px;
    position: relative;
}
.prog-wrap .txt-box h4:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #e0e0e0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.prog-wrap .txt-box h4 span {
    display: inline-block;
    margin-bottom: 15px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    background: #eff4c8;
    color: rgba(0,0,0,0.7);
    font-weight: 600;
    letter-spacing: -0.035em;
}
.prog-wrap .txt-box h4 span.case2{
	background:#f9d4e1;
}
.prog-wrap .txt-box h4 small {
    font-size: 13px;
    letter-spacing: -0.04em;
    display: block;
    color: #44903b;
    font-weight: 500;
    margin-bottom: 6px;
}
.prog-wrap .txt-box  li{
	margin-left:0;
    margin-bottom: 4px;
    padding-left: 12px;
	font-size: 13px;
    letter-spacing: -0.12em;
    line-height: 20px;
    color: #444;
	font-weight: 600;
}
.prog-wrap .txt-box li.price{
	color: #d60e0e;
}
.partner-wrap {
	text-align: center;
}
.partner-wrap .quote {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 40px;
    color: #237f39;
    margin-bottom: 32px;
    font-family: "NanumSquare";
}
.partner-wrap  .partner-li{
	display:inline-block;
	/* width:800px;
	max-width:100%; */
}
.partner-wrap  .partner-li li{
	width:calc(100% / 8);
	padding:15px 20px;
}
#about01 .se5{
	position:relative;
	margin-bottom:160px;
	padding-bottom: 60px;
}
#about01 .se5:before{
	content:'';
	display:block;
	width:100%;
	height:calc(100% - 51px);
	position:absolute;
	left:0;
	top:51px;
	z-index:0;
	background:#ffffd2;
}



/* Slick Slider */
/* .slick-slide {
    margin: 0px 10px;
} */
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    position: relative;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    height: auto;
    display: block;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow::before {
    content: '';
    padding: 0 5px;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}
.slick-prev:before {content: '\f053';}
.slick-next:before {content: '\f054';}
.slick-dots {
    bottom: -50px;
}
.slick-dots li,
.slick-dots li button {
    width: 15px;
    height: 15px;
}
.slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 20px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background: #bd2228;
}







.snb {
    padding: 50px 0 0px;
}
.snb ul {
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 50px;
}
.snb ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb ul li{
	float:left;
	width:20%;
}
#center01 .snb ul li{
	width: calc(100% / 9);
}
.snb ul li a{
	font-size: 15px;
    color: #333;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    border: 1px solid #d3d3d3;
    margin-right: 10px;
    transition: all ease .3s;
	text-decoration: none;
	height:46px
}
.snb ul li a:hover {
    background: #f6f6f6;
    border-color: #ccc;
}
#center01 .snb ul li.hq a{
    color: #333;
    border: 2px solid #5dae57;
}
.snb ul .active a {
    background: #5dae57 !important;
    border-color: #5dae57 !important;
    color: #fff !important;
}
:where(div[id^="about02"],#about01_2) .li-disc li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #666;
    line-height: 1.7;
}
:where(div[id^="about02"],#about01_2) .li-disc+.row,
:where(div[id^="about02"],#about01_2) .li-disc+img{
	margin-top: 30px;
}
:where(div[id^="about02"],#about01_2) .disc2 li{
	padding-left:100px;
} 
:where(div[id^="about02"],#about01_2) .disc2 li .numbering{
	position: absolute;
	left: 35px;
	display:inline-block;
	width:80px;
	text-align:center;
	font-weight:bold;
}
#about01_2 .disc2 li{
	padding-left: 150px;
}
#about01_2 .disc2 li.bank{
	color: #47b034;
}
#about01_2 .disc2 li .numbering{
	width: 150px;
	text-align: left;
}
#about01_2 .bank-box{
	display: inline-block;
	border: 2px solid #ccc;
	padding: 10px 15px;
	margin-top: 10px;
	font-weight: 600;
}
#about01_2 .se4 .li-disc{
	margin: 30px 0;
}
.img-wrap{
	margin:0 -1px;
}
.img-wrap > div:not(.clearfix){
	padding:1px;
}
.text-danger {
    color: #e42929;
}
/* subpage grade */
.bbs-title {
    margin: 0;
    font-size: 28px;
    border-left: 6px solid #e3e3e3;
    line-height: 1;
    margin-bottom: 35px;
    position: relative;
    padding-left: 10px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.03em;
    font-family: "NanumSquare";
}
.bbs-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    display: block;
    position: absolute;
    bottom: -10px;
}
#form_grade p{
	display: inline-block;
    width: 140px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.034em;
    color: #222;
}
#form_grade input{
	display: inline-block;
    width: calc(100% - 150px);
    box-shadow: none;
    border-radius: 3px;
    /* border-color: #e0e0e0; */
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
#form_grade input#wr_captcha {
    margin-left: 143px;
}
#form_grade .clearfix {
    margin-bottom: 10px;
}
#grade #grade-agree {
    width: 100%;
	height:24em;
    padding: 20px;
    border:1px solid #d5d5d5;
    margin-bottom: 30px;
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    letter-spacing: -0.03em;
	overflow-y: scroll;
	resize : vertical;
	background:#fff;
	font-family: 'notokr',sans-serif;
}

#grade #form_grade fieldset .col-sm-6:last-child {
    display: block;
    width: 100%;
}
#grade #form_grade fieldset .agree-form-wrap {
    margin: 0 auto 60px;
    float: none;
    padding: 40px 0 0;
    max-width: 450px;
}
#grade #form_grade fieldset .agree-form-wrap input{
	width:auto;
}
#grade #form_grade fieldset .agree-form-wrap p {
    width: 180px;
    margin: 0;
    text-align: right;
    font-size: 16px;
    padding-right: 20px;
}
#grade #form_grade fieldset .agree-form-wrap .clearfix {
    margin: 0;
}
#grade #form_grade fieldset .agree-form-wrap span {
    font-size: 15px;
    letter-spacing: -0.03em;
	color: #666;
	font-weight:700;
}
#grade #form_grade fieldset .agree-form-wrap span::before {
    margin: 0 7px 0 0;
}
#grade #form_grade fieldset .agree-form-wrap span a {
    color: #5dae57;
    text-decoration: underline;
}
#grade #form_grade fieldset .agree-form-wrap span a:hover {
    text-decoration: none;
}
#grade #form_grade fieldset .agree-form-wrap .checkbox-inline{
	padding-left:0;
	margin-top:0 !important;
}
#grade #write_btn {
    width: 180px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
	padding: 0;
	transition:all ease 0.3s
}
/* subpage center */
.profile-wrap{
	margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #ddd;
}
.profile-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.profile-wrap .major{
	display: none;
}
.profile-wrap .inner {
    position: relative;
    padding: 40px 25px 50px;
    border: 1px solid #ddd;
    min-height: 490px;
}
.profile-wrap .name-left h5 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #111;
    font-family: "NanumSquare";
}
.profile-wrap .name-left h5 small {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #888;
    font-family: "notokr";
    line-height: 1.35;
}
.profile-wrap .name-left h5 span {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}
.profile-wrap .name-left h5:after {
    margin-top: 15px;
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #e0e0e0;
}
.profile-wrap .name-left h5 span.hq{
	position: relative;
}
/* .profile-wrap .name-left h5 span.hq:after{
    content: '본점';
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    background: #f00;
    color: #fff;
    padding: 5px 7px 5px;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 0.01em;
    margin-left: 10px;
    vertical-align: middle;
} */
.profile-wrap .inner .disc-title {
    margin: 0 0 15px;
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    letter-spacing: -0.05em;
    color: #111;
}
.profile-wrap .inner .disc-title + ul {
    margin-top: -8px;
}
.profile-wrap .disc-title:before{
	content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #111;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.profile-wrap .refer{
	min-height:160px;
	/* border-right:1px solid #ddd; */
}
.profile-wrap .inner ul {
    margin-bottom: 0;
}
.profile-wrap .refer li, 
.profile-wrap .qualify li {
    font-size: 14px;
    color: #666;
}
.name-right ul{
	text-align:right;
}
.name-right ul li{
	padding-left:10px;
	display:inline-block;
}
.name-right ul li img{
	width:30px;
}
.profile-wrap .qualify li{
	letter-spacing: -0.03em;
}
.profile-wrap .inner .contact {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: auto;
    margin: 0;
}
.profile-wrap .contact li {
    display: inline-block;
    padding-right: 19px;
    font-size: 16px;
    font-weight: 500;
}
.profile-wrap .contact li:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url(/public/img/sub/phone.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.profile-wrap .contact .kakao:before{
	background-image:url(/public/img/sub/kakao.png);
}
.profile-wrap .contact .plus:before{
	background-image:url(/public/img/sub/plus.png);
}

.profile-wrap .clearfix{margin-bottom: 30px;}


#center02 .center-title{
    margin-bottom: 40px;
	padding-bottom: 40px;
	font-size:36px;
	text-align: center;
    font-weight: 600;
    letter-spacing: -.03em;
    border-bottom: 2px solid #D5D5D5;
}
#center02-wrap{
	
}
#center02-wrap .cetner02-box{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
}
#center02-wrap .cetner02-box:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
#center02-wrap .tit{
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: 600;
	color: #2b803a;
	width: 230px;
	padding-right: 30px;
}
#center02-wrap .box{
	width: calc(100% - 230px);
}
#center02-wrap .des{
	font-size: 15px;
}
#center02-wrap .li-num{}
#center02-wrap .li-dash li,
#center02-wrap .li-dot li,
#center02-wrap .li-num li{
    padding-left: 30px;
    margin-left: 0;
    position: relative;
    margin-bottom: 8px;
}
#center02-wrap .li-num li::before{
	content: '';
	position: absolute;
	left: 0;
	font-weight: 500;
	width: 22px;
	text-align: right;
}
#center02-wrap .li-num li:nth-child(1):before{content: '1)';}
#center02-wrap .li-num li:nth-child(2):before{content: '2)';}
#center02-wrap .li-num li:nth-child(3):before{content: '3)';}
#center02-wrap .li-num li:nth-child(4):before{content: '4)';}
#center02-wrap .li-num li:nth-child(5):before{content: '5)';}
#center02-wrap .li-num li:nth-child(6):before{content: '6)';}
#center02-wrap .li-num li:nth-child(7):before{content: '7)';}
#center02-wrap .li-num li:nth-child(8):before{content: '8)';}
#center02-wrap .li-num li:nth-child(9):before{content: '9)';}
#center02-wrap .li-num li:nth-child(10):before{content: '10)';}
#center02-wrap .li-num li:nth-child(11):before{content: '11)';}
#center02-wrap .li-num li:nth-child(12):before{content: '12)';}
#center02-wrap .li-num li:nth-child(13):before{content: '13)';}
#center02-wrap .li-num li:nth-child(14):before{content: '14)';}
#center02-wrap .li-num li:nth-child(15):before{content: '15)';}
#center02-wrap .li-num li:nth-child(16):before{content: '16)';}
#center02-wrap .li-num li:nth-child(17):before{content: '17)';}
#center02-wrap .li-num li:nth-child(18):before{content: '18)';}
#center02-wrap .li-num li:nth-child(19):before{content: '19)';}
#center02-wrap .li-num li:nth-child(20):before{content: '20)';}

#center02-wrap .li-dash>li:before, #center02-wrap .li-dot>li:before{
	left: 15px;
}

/* subpage education */
.edu-link .col-sm-6 a{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding-bottom: 20px;
    min-height: 175px;
    display: block;
    transition:all ease .3s;
 }
.edu-link .col-sm-6 a .top{
    display: block;
    position:relative;
    text-align: left;
    text-decoration: none;
    background: #ddd;
    padding: 25px 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 35px;
    font-family: "NanumSquare";
    transition:all ease .3s;
}
.edu-link .col-sm-6 a .top::after{
    content:"〉";
    position:absolute;
    right: 28px;
    top: 18px;
    font-weight:900;
    color:#333;
    font-size: 22px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    transition:all ease .3s;
    text-align: center;
}
.edu-link .col-sm-6 a .bottom p{
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    color:#333;
    margin: 0;
}
.edu-link .col-sm-6 a:hover {
    border-color:#237f39
}
.edu-link .col-sm-6 a:hover .top{
    background:#ecf9e1;
}
.edu-link .col-sm-6 a:hover .top::after{
    background:#237f39;
    color:#fff
}
.edu-link .col-sm-6 a .top h3 {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.03em;
    margin: 0;
}

/* form */
.board_wrapper{
	margin-top:0;
}
.btn.btn-primary {
    border: 1px solid #5dae57;
    background: #5dae57;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
    border: 1px solid #458c40;
    background : #458c40;
}
.btn.btn-dark{
    background: #4f4f4f;
    border: 1px solid #4f4f4f
}
.btn.btn-dark:hover,
.btn.btn-dark:focus{
    background:#333;
    border: 1px solid #333
}
.checkbox span a {
    color: #5dae57;
    text-decoration: underline;
}
.checkbox span a:hover {
    text-decoration: none;
}
.form-control:not([readonly]):focus {
    border-color: #5dae57;
}
.category_wrap ul {
    margin: 0;
}
.category_wrap ul:after {
    content: "";
    display: block;
    clear: both;
}

.category_wrap ul li {
	float: left;
	margin-left:0 !important;
} 
.category_wrap ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    text-align: center;
    padding: 10px 15px;
    font-weight: 500;
    border: 1px solid #d3d3d3;
    margin-right: 10px;
    transition: all ease .3s;
    text-decoration: none;
    height: 46px;
	line-height: 1.6;
	min-width:130px;
	text-align:center;
}
.category_wrap ul li a:hover{
	background: #f6f6f6;
    border-color: #ccc;
}
.category_wrap ul li.on a{
	background: #5dae57 !important;
    border-color: #5dae57 !important;
    color: #fff !important;
}

.form-control{
	font-size: 15px;
	border-radius: 3px;
}

.board_wrapper .table.board_write_table tbody tr th{
	background-color:rgba(0, 0, 0, 0.03);
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text{
	color:#5dae57
}

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

/* review */
#review .category_wrap ul li {
    width: 20%;
}
.review_area {
	background: #fbfbfb;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 40px 70px;
	margin-bottom: 30px;
	height: auto;
}

.review_area .col-md-3,
#review .review_area .col-md-4 {
	/* border-right: 1px solid #ddd; */
	padding-bottom: 10px;
}

.review_area img {
	float: left;
	width: 55px;
	margin-right: 15px;
}

.review_area .name_area {
	float: left;
}
.review_area .name_area img{
	float:none;
	margin:0;
}
.review_area .clearfix{
	padding-bottom:20px;
}
.review_area .name_area p {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	margin-bottom: 5px;
}

.review_area .name_area img {
	width: 110px;
}

.review_area .col-md-8 p,
.review_area .col-md-9 p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	padding-left: 30px;
	color: #000;
}

.review_area .col-md-1 p {
	font-weight: 600;
	color: #111;
	background: #ddd;
	text-align: center;
	border-radius: 5px;
	display: none
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#review .owl-carousel .owl-item img {
	width: 55px;
}

#review .owl-theme .owl-nav > button {
    position: absolute;
    margin:-20px 5px 0;
    left: 0;
    top: 50%;
    padding: 4px 10px!important;
    transform: translateY(-50%);
	color: #FFF;
    font-size: 14px;
    background: #D6D6D6;
    display: inline-block;
    border-radius: 3px;
}

#review .owl-carousel .owl-nav .owl-next {
	right: 0;
	left: auto;
}
#review .se1{
	padding-bottom:20px;
}
.board_wrapper, .search_wrap{
    visibility: hidden;
}
.partner-wrap .partner-li li{
	float:none;
	display:inline-block;
}
@media(max-width:767px) {
	#site{
		padding-top:95px;
	}
	.menu-top .logo{
		display: none;
	}
	.navbar-brand {
		padding:10px;
	}
	.navbar-brand img{
		height:40px;
	}
	.menu-top .container{
		padding:7px 15px;
	}
	.menu-top ul{
		padding-top:0;
	}
	.navbar-inverse .navbar-toggle{
		top:5px;
	}
	#mainCarousel .carousel-inner .item{
		height:450px;
	}
	#mainCarousel .carousel-caption h1{
		line-height:1.7;
	}
	.main-content > div{
		padding:60px 0;
	}
	.m-title{
		font-size:25px;
		line-height:1.6;
	}
	.m-news-wrap a{
		display: block;
		margin-bottom:20px;
	}
	.main-video{
		padding-top:40px;
	}
	.m-review-con, .m-concern-con{
		padding-top:20px;
	}
	.main-concern .quote{
		font-size:20px;
		line-height:32px;
	}
	.partner-li>li{
		width:25%;
	}
	.m-review-con .small-quote{
		font-size:19px;
	}
	.m-review-con .small-quote .q-mark{
		font-size:40px;
	}
	.li-more{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.carousel-caption a{
		margin-top: 20px;
	}
	footer h5{
		margin-top:15px;
		font-size:16px;
	}
	.pageheader{
		height: auto;
		padding: 70px 0 40px;
	}
	.pageheader h2{
		font-size:36px;
	}
	.pageheader p{
		margin-bottom: 20px;
	}
	.greet .right-con{
		padding:20px 15px 0;
	}
	.brand-wrap li img{
		width:130px;
	}
	.prog-wrap > div{
		flex: auto;
		width: 100%;
	}
	.prog-wrap > div+div {
		margin-top: 15px;
	}
	.prog-wrap .inner{
		margin-bottom:20px;
	}
	.partner-wrap .quote{
		font-size:20px;
	}
	.partner-wrap .partner-li li{
		float:left;
		width:33.333%;
	}
	.location-li span{
		display: block;
		text-align:left;
	}

	.intro {
		gap: 30px;
		flex-direction: column;
	}
	
	.greet .left-con,
	.greet .right-con,
	.intro .right-con {
		padding: 0 30px;
	}
	.greet .left-con,
	.branch .left-con {
		margin-bottom: 30px;
	}
	.greet+.greet .left-con::before {
		content: "";
		top: -60px;
		left: 30px;
		width: 45px;
		height: 4px;
		position: absolute;
		background: #e0e0e0;
	}
	.greet+.greet .right-con::before {
		display: none;
	}
	.branch+.branch {
		margin-top: 60px;
	}
	.branch .left-con,
	.branch .right-con {
		width: 100%;
	}
	.branch ul li {
		display: block;
	}
	.branch ul li .tit {
		margin: 0 0 12px;
		text-align: left;
		border-right: none;
	}

	.snb ul li{
		margin-bottom:5px;
		width:100%;
	}
	:where(div[id^="about02"],#about01_2) .disc2 li .numbering {
		display: block;
		width: auto;
		text-align: left;
	}
	.pageheader p.edu-caution{
		width: 100%;
	}
	#grade #grade-agree{
		white-space: pre-line;
	}
	#form_grade p{
		font-size:16px;
	}
	#grade #form_grade fieldset .agree-form-wrap p{
		text-align:left;
	}
	#form_grade input#wr_captcha{
		margin-left:0;
	}
	.subpage-content section{
		padding-bottom:50px;
	}
	#center01 .snb ul li{
		width:50%;
	}
	.profile-wrap .name-left h5{
		margin-bottom:20px;
		font-size:26px;
	}
	.profile-wrap .name-right ul{
		margin-bottom:30px;
		text-align:left;
	}
	.profile-wrap .inner{
		border:none;
		padding:20px 15px;
	}
	.profile-wrap .inner .contact{
		position: static;
		margin-top:15px;
	}
	.profile-wrap .inner .disc-title + ul{
		margin-bottom:15px;
	}
	.profile-wrap .refer{
		min-height:0;
	}
	.review_area{
		padding:20px 40px;
	}
	#review .category_wrap ul li{
		width:100%;
		margin-bottom:10px;
	}
	.table.table_default{
		/* table-layout: auto; */
	}
	.table_default colgroup,
	.table_default .num,
	.table_default .writer,
	.table_default .regdate,
	.table_default .cate,
	.table_default .hits{
		display: none;
	}
	.edu-link .col-sm-6 a{
		margin-bottom:20px;
	}
	.prog-wrap img{
		width:100%;
	}
}

.li-disc .no-ci{
	list-style: none !important;
}

.emp1{
	color: red;
}

.red-point{
	color: red;
	font-size: 100%;
}


/* 21098 */
.profile-wrap img.none{
	border: 1px solid #ccc;
}

.calendar_wrapper{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.fc-day-grid-container{
	height: 100% !important;
}
.fc-basic-view .fc-body .fc-row{
	height: 160px !important;
}
.link_page{
	border: 3px solid #2b803a;
    color: #2b803a;
    transform: translateY(7px);
}