@charset "utf-8";

#site {
	padding-top: 84px;
	font-family: 'notokr', sans-serif;
}
.board_wrapper, .search_wrap{
    visibility: hidden;
}
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%;
	margin-bottom: 0;
	border: 0
}

.navbar-brand {
	height: auto;
	padding: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
    padding: 32px 25px;
}


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

.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: #15843b;
}

@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: 0;
		border: 1px solid #ddd;
		border-top: none;
		padding: 0;
		background: #fff;
		box-shadow: none;
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 13px 18px;
		color: #333;
		border-top: 1px solid #e3e3e3;
		font-size: 14px;
		letter-spacing: -0.035em;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #15843b;
		color:#fff
	}
}

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

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

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

.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 {
    bottom: 100px
}

.carousel-indicators li {
	width: 13px;
	height: 13px;
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid #fff;
	margin: 0 4px;
	border-radius: 50%;
	transition: ease-in-out .15s all;
}

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

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@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: 580px
}
.carousel-caption {
	padding: 0;
	text-align: left;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.47);
}
.carousel-caption h1 {
    font-size: 62px;
    font-weight: 500;
    margin: 0 0 18px;
	letter-spacing: -0.035em;
	position:relative;
}
.carousel-caption h1:before {
    content: "";
    width: 84px;
    height: 84px;
    background: #d2a549;
    opacity:0.3;
    position:absolute;
    left:-40px;
    top:-30px;
    border-radius:50%;
    z-index:-1;
}

.carousel-caption p {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.03em;
    margin: 0;
}
.login_extra{
	display:none;
}
@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

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

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

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

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

/* 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: 50%;
    background: #15843b;
}
.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: #3485D7;
}

.location-li {
	border-top: 2px solid #222;
	margin: 20px 0 0;
}

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

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

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

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

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

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

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

.partner-li>li img {
	border: 1px solid #ddd;
}

.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: 50px 0 0;
}

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

.trait-dl dt, 
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 20px 20px 43px;
    border-top: 1px solid #ddd;
    font-size: 15px;
    letter-spacing: -0.035em;
}
.trait-dl dt {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.4;
}
.trait-dl dt span {
    position: absolute;
    left: 13px;
    top: 19px;
}
.trait-dl dd ul {
    margin: 5px 0 15px;
}
.trait-dl dd ul li {
    font-size: 15px;
    letter-spacing: -0.035em;
    color: #666;
    margin-bottom: 4px;
}

.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: #3485D7;
}

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

.more-btn {
    display: block;
    margin: 20px auto 0px;
    width: 240px;
    padding: 15px 18px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #15843b;
    background: #15843b;
    border-radius: 4px;
    transition: all 0.25s;
    letter-spacing: -0.035em;
}

.more-btn i {
    float: right;
    margin-top: 3px;
    margin-right: 2px;
}

.more-btn:hover {
	color: #15843b;
	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;
}

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

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

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #333;
}

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

.table-style tr th {
	color: #333;
	text-align: center;
}
.table-style thead tr th {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc !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 50px !important;
    border-top: none !important;
    position: relative;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 2px solid #e4eade;
    font-size: 28px;
    color: #15843b;
    width: 25%;
}

.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translatey(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #79b539;
    border-radius: 50%;
    background: #fff;
}
.history-table.table-style tr td {
    font-size: 16px;
}
.history-table.table-style tr td:before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    background: #d1dec4;
    z-index: -1;
}

/* personal setting 0.64v end */
/* navigation setting */
.navbar-brand {
    display: block;
    margin: 30px 0 0 !important;
    font-size: 26px;
    font-weight: 500;
    color: #111!important;
    letter-spacing: -0.045em;
}
@media(max-width:767px) {}



/* mainpage setting */
.main-content {
    /* padding: 60px 0; */
    /* background: #f5f5f5; */
    margin-top: -85px;
}

.main-content .row {
	margin-left:-10px;
	margin-right:-10px;
}

.main-content .row > div{
	padding: 0 10px;
}
.main-content .inner {
    padding: 25px 40px;
    color: #fff;
	min-height: 180px;
	position: relative;
	border-bottom-right-radius: 25px;
}

.main-about .inner{
	background:#73b132;
}
.main-scholarship .inner{
	background:#247b42;
}
.main-content .inner:after{
	content:'';
	display:block;
	clear:both;
}
.main-content dl:after {
    content: "";
    display: block;
    clear: both;
}
.main-content dl{
	margin-bottom:0;
}
.main-content dd,
.main-content dt{
	float:left;
	width:33%;
}
.main-content dt {
    font-size: 28px;
    letter-spacing: -0.045em;
    font-weight: 500;
    line-height: 1;
    padding-top: 10px;
}
.main-content dd {
    padding-left: 0px;
    width: 60%;
}
.main-content ul {
    margin: 7px 0 0;
}
.main-content li {
    margin-bottom: 15px;
    font-size: 17px;
    letter-spacing: -0.035em;
    font-weight: 300;
}
.main-content ul > li:last-child {
    margin-bottom: 0;
}
.main-content li a {
	color: #fff;
	opacity: 0.8;
	text-decoration:none;
}
.main-content  li a:hover{
	opacity: 1;
	font-weight:400
}

/* 메인 게시판 */
#section_ea5d2f{
	padding:90px 0 65px;
}
#section_ea5d2f > .container {
    max-width: 1110px;
}
.board_box_list{
	width: 50%;
}
div[class^="board_box_"] .page-header {
	position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin: 0 0 20px;
}
div[class^="board_box_"] .page-header:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #15843b;
    display: block;
    margin: 0;
    position: absolute;
    bottom: -2px;
}
div[class^="board_box_"] .page-header h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.05em;
}
.board_box_list ul li {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.75;
}
.board_box_list ul li span {
    color: #aaa;
}
.board_box_list ul li a:hover {
    text-decoration: underline;
    color: #13843b;
}


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

/* footer setting */
.foot-logo{
	font-size:28px;
	color:#fff;
	font-weight: bold;
}
#site footer{
	color:#ccc;
	background:#333;
}
footer li{
	display:inline-block;
	margin-right:15px;
}
@media(max-width:767px) {}

/* subpage setting */
.pageheader {
	height: 180px;
	background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
	position: relative;
	height: 100%;
}

.pageheader h2 {
    margin: 0;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.47);
}

.breadcrumb {
	position:absolute;
	top:13px;
	left:15px;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 12px;
	color: #fff;
}

.breadcrumb>li+li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.breadcrumb .active {
	color: #bfff7b;
}

.subpage-layout {
	padding-top: 70px;
	padding-bottom: 90px;
}
.snb{
	padding-right:45px;
}
.snb h2 {
    position: relative;
    margin: 0;
    padding: 55px 20px;
    color: #fff;
    font-size: 28px;
    background: #73b132 url(/public/img/sub/snb_bg.png) no-repeat 0 0 / cover;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.05em;
    border-top-right-radius: 25px;
}
.snb h2:after{
	content:'';
}
.snb li{
}
.snb li a {
    position: relative;
    display: block;
    padding: 15px 18px;
    color: #444;
    font-size: 16px;
    border: 1px solid #ddd;
    border-top: none;
    letter-spacing: -0.04em;
}
.snb li a:hover{
	background:#f5f5f5;
}
.snb li.active a {
    color: #fff;
    background: #15843b;
    border-color: #15843b;
}
.snb li a:after {
    content: '\f054';
    font-family: 'font awesome 5 free';
    font-weight: 900;
    position: absolute;
    right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color:#ccc;
}
.snb li.active a:after{
	color:#fff
}
.subpage-content .emp {
	font-weight: 500;
	color: #3485D7;
}

.subpage-content section {
	padding-bottom: 40px;
}
.subpage-content section h4 {
    position: relative;
    font-size: 22px;
    letter-spacing: -0.05em;
    margin: 0 0 20px;
    padding-left: 27px;
    font-weight: 500;
}
.subpage-content section h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #15843b;
    border-bottom: 3px solid #76b830;
    border-right: 3px solid #76b830;
    border-left: 3px solid #15843b;
}
.subpage-content section h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
}
.subpage-content .title {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.subpage-content .title:before{
}
.subpage-content .title h3 {
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0;
}
.li-disc > li {
    list-style: none !important;
    position: relative;
    margin-left: 0;
    padding-left: 15px;
}
.li-disc > li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #15843b;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

/* subpage about */
.greet-top {
    text-align: center;
    padding: 90px 0;
	background: #f7f3e6 url(/public/img/sub/about01.png) no-repeat center / cover;
	position: relative;
}
.greet-top:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid rgba(0,0,0,0.035);
    z-index: 1;
}
.greet-top .quote {
	margin: 0;
	color:#6d6152;
	font-weight:500;
    font-size: 32px;
}
.greet .small-quote {
    margin: 40px 0 30px;
    font-size: 22px;
    font-weight: 500;
    color: #15843b;
    line-height: 1.55;
}
.greet p {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 1.9;
    color: #666;
}
.greet .name{
	margin-top:30px;
	text-align:right;
	font-size:20px;
	font-weight: 500;
	color:#111;
}
.establishment {
    position: relative;
    background: #f7f3e6;
    filter: grayscale(0.55);
}
.establishment:before {
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/public/img/sub/about02.jpg) no-repeat center / cover;
    opacity: 0.08;
}
.establishment .txt-box {
    position: relative;
    display: inline-block;
    z-index: 10;
    padding: 70px 70px;
    border: 10px solid rgba(0,0,0,0.035);
}
.establishment p {
    line-height: 2;
    font-size: 16px;
    letter-spacing: -0.035em;
    margin: 0;
    color: #3c3830;
}
/* subpage scholarship */
.scholar-wrap{
	margin:0
}
.scholar-wrap > div {
    width: 100%;
}
.scholar-wrap .img-box{
	padding:0;
}
.scholar-wrap .txt-box {
    padding: 35px 45px;
    border: 1px solid #d8d8d8;
    margin: 0 0 20px;
    position: relative;
    background: #fcfcfc;
}
.scholar-wrap .txt-box:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-top: 2px solid #15843b;
    border-left: 2px solid #15843b;
}
.scholar-wrap .txt-box:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
}
.scholar-wrap .txt-box p {
    line-height: 1.75;
    font-size: 15px;
    letter-spacing: -0.035em;
    color: #666;
}
.scholar-wrap .txt-box p:last-child{
	margin-bottom:0;
}
/* subpage apply */
.board_wrapper{
	margin-top:0;
}
#apply01 .se1{
	padding-bottom:0;
}
#apply01 .trait-dl {
    margin-bottom: 35px;
    margin-top: 0;
}
#apply01 .trait-dl dt {
    min-height: 85px;
    margin: 0;
}
#apply02 .li-disc {
    padding: 35px 45px;
    border: 1px solid #d8d8d8;
    margin: 0 0 20px;
    position: relative;
    background: #fcfcfc;
}
#apply02 .li-disc li {
    font-size: 15px;
	letter-spacing: -0.035em;
	color:#666;
    line-height: 1.6;
    margin-bottom: 5px;
}
#apply02 .li-disc li:last-child {
    margin-bottom: 0;
}


.table.table_default tr th, 
.table.table_default tr td {
    letter-spacing: -0.035em;
}
.table.table_default tr td {
	color:#666;
}
.board_data_view .header_wrap .title{
	border-bottom:none;
	padding-bottom:0;
}
.btn.btn-primary {
    background-color: #15843b;
    border: 1px solid #15843b;
    color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0f6b2e;
    border: 1px solid #0f6b2e;
    color: #fff;
}

/* subpage foundation */
.foundation-wrap .quote{
	text-align:center;
	font-size:24px;
	font-weight: 400;
	color:#15843b;
}
.foundation-wrap .card{
	padding:30px;
	border:none;
	text-align: center;
}
.foundation-wrap i{
	display: block;
	margin:40px 0;
	font-size:50px;
	color:#15843b;
}
.foundation-wrap .card p{
	font-size:16px;
}

#inquiry .board_write_table tr:nth-child(3){
	display: none;
}
.btn-wrap{
	text-align: center;
}
.btn-wrap .more-btn{
	display:inline-block;
	margin:0 5px;
	width:auto;
	min-width:240px;
}
.btn-wrap .more-btn i{
	margin-left:10px;
}
.text-info {
    color: #2471e4;
}
.foot-partner{
	/* border-radius: 4px;
	overflow:hidden; */
	color:#fff;
}
.foot-partner:hover{
	color:#fff;
	text-decoration: underline;
}
@media(max-width:767px) {
	#site{
		padding-top:60px;
	}
	.navbar-brand{
		margin:20px 10px!important;
	}
	.navbar-inverse .navbar-toggle{
		top:7px;
	}
	.navbar-inverse .navbar-nav>li>a{
		padding:10px 25px;
		font-size:16px;
	}
	.navbar-nav .open .dropdown-menu>li>a{
		padding-left:35px;
	}
	.main-content{
		margin-top:30px;
	}
	.main-content .inner{
		padding:25px;
	}
	.main-about .inner{
		margin-bottom:10px;
	}
	.main-content ul{
		padding-left:20px;
	}
	.board_box_list{
		width:100%;
		padding-bottom:20px;
	}
	.foot-logo{
		font-size:22px;
	}
	.pageheader h2{
		font-size:38px;
	}
	.snb{
		display:none;
	}
	.greet-top .quote{
		font-size:22px;
		padding:0 20px;
	}
	.greet .small-quote{
		font-size:18px;
	}
	.foundation-wrap .quote{
		font-size:20px;
	}
	.foundation-wrap .card{
		padding:0;
	}
	.trait-dl dt{
		width:100%;
		min-height:0;
	}
	.trait-dl dd{
		padding-top:0;
		border:none;
	}
	.trait-dl dd ul li{
		margin-left:-18px;
	}
	#site .table_default{
		table-layout: auto;
	}
	.table_default .num,
	.table_default .writer,
	.table_default .hits,
	.table_default .regdate,
	.table_default colgroup,
	.table_default .cate{
		display: none;
	}
	#apply02 .li-disc{
		padding:35px;
	}
	.btn-wrap .more-btn{
		margin-bottom:10px;
	}
	.subpage-content .title h3{
		font-size:28px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
}