@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

#site {
	padding-top:156px;
	font-family: "Nanum Gothic", 'Malgun Gothic', 'notokr', sans-serif;
	letter-spacing: -0.02em;
}

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;
}
/* -------로고부분 설정 시작------- */
.main_logo {
    width: 100%;
    padding: 20px 0 24px 8%;
    text-align: center;
    background: #fff;
}

.main_logo h1 {
    margin: 0px 0 0;
    text-align: left;
    line-height: 1;
    height: 62px;
}

.main_logo h1 img {
    /* height: 62px; */
}

.main_logo h1 a {
    position: relative;
    display: inline-block;
}

.main_logo h1 span {
    position: absolute;
    font-size: 10px;
    letter-spacing: 4px;
    color: #888;
    left: 187px;
    bottom: -9px;
    display: none;
}

.main_logo h1 a:after {
    content: ".";
    visibility: hidden;
    font-size: 1px;
    display: block;
    clear: both;
    line-height: 0;
}

/* -------로고부분 설정 끝------- */

/* -------메뉴 설정 시작------- */
.navbar-inverse {
    background: #1E51A2;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
}

.navbar-brand {
    display: none
}

.topmarginLay_a {
    height: 147px !important;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    margin: 15px 0 0 0;
    height: 50px;
}

.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 0;
    background-color: #FFF;
    line-height: 0;
}

.navbar-inverse .navbar-collapse>ul {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
    /* border-left: 1px solid #0d3675; */
}

@media screen and (min-width:768px) {
    .navbar-inverse .navbar-nav>li {
        display: table-cell;
        width: 1%;
        float: none;
        text-align: center;
        background: #1E51A2;
        min-width: 142px;
    }
}



.navbar-inverse .navbar-nav>li>a {
    padding: 15px 5px;
    text-shadow: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #1E51A2;
}

.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li:focus>a,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    box-shadow: none;
    background: none;
}


/* ----- 하단 서브 메뉴 설정 시작 ----- */
.navbar-inverse .dropdown-menu {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    background: #eaeaea;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.navbar-inverse .dropdown-menu>li>a {
    background: #efefef;
    color: #444;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding: 12px 10px;
    text-align: center;
    /* border-bottom: 1px solid #dbdbdb; */
}
.navbar-inverse .dropdown-menu li {
    border-bottom: 1px solid #dbdbdb;
}
.navbar-inverse .dropdown-menu li:last-child {
	border-bottom: 0;
}
.navbar-inverse .dropdown-menu>li>a:hover,
.navbar-inverse .dropdown-menu>li>a:focus {
    background: #0568c3;
    color: #fff;
    font-weight: 600;
}

/* ----- 상단 메뉴 모바일 설정 시작 ----- */
@media screen and (max-width: 767px) {
    #site {
        padding-top: 59px;
    }

    .navbar-inverse {
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    .navbar-inverse .container {
        padding: 0;
    }

    .main_logo {
        /* display: none; */  
        padding: 22px 0 0 15px;  
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_logo h1 img {
        height: 30px;
    }

    .navbar-brand {
        display: block;
        padding: 13px;
    }

    .navbar-brand img {
        max-width: 115px;
        float: left;
        margin-right: 6px;
    }

    .navbar-brand:after {
        content: "";
        color: #888;
        font-size: 10px;
        float: left;
    }

    .topmarginLay_a {
        height: 59px !important;
    }

    .navbar_top_wrap .navbar_top_logo {
        display: none;
    }

    .navbar_top_wrap .navbar_top_contact {
        position: fixed;
        padding: 6px 0;
        right: 90px;
        text-align: right;
        left: auto;
    }

    .navbar-inverse .navbar-header {
        display: inherit;
        border-bottom: 1px solid #ededed;
        margin: 0;
    }

    .navbar-inverse .navbar-collapse {
        margin: 0;
    }

    .navbar-inverse .navbar-collapse>ul,
    .navbar-inverse .navbar-collapse>ul>li {
        width: 100%;
        border: none;
    }

    .navbar-inverse .navbar-toggle {
        margin: 13px 12px;
        border: none;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #444;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #ac2f30;
    }

    .navbar-inverse .navbar-nav>li>a {
        text-align: left;
        border: none;
    }

    .navbar-inverse .navbar-collapse>ul>li {
        border-bottom: 1px solid #0d3675;
    }

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

    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        padding: 15px 15px;
        text-align: left;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
        background: #f3f3f3;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px;
        text-align: left;
        color: #616161;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #1E51A2;
    }
}

/* -------메뉴 설정 끝------- */

/* ---------- footer 설정 시작 ---------- */
.footer_copy {
    padding: 35px 0 35px;
    overflow: hidden;
    font-size: 13px;
    /* border-top: 1px solid #ddd; */
    background: #f3f3f3;
}

.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.footer-wrap+br {
    display: none;
}

.footer-sns {
    float: right;
}

.footer-logo,
.footer-list {
    float: left;
    font-size: 13px;
}

.footer-logo {
    margin-right: 50px;
    margin-bottom: 20px;
}

.footer-list ul {
    overflow: hidden;
    padding: 0;
}

.footer-list ul li {
    float: left;
    list-style: none;
}

.footer-list .link {
    overflow: hidden;
    margin: 10px 0 20px;
}

.footer-list .link li {
    color: #777;
    margin-right: 30px;
}

.footer-list .link li a {
    color: inherit;
}

.footer-list .link li a:hover,
.footer-list .link li a:focus {
    text-decoration: underline !important;
}

.footer-list .info {
    max-width: 800px;
    color: #777;
    margin-bottom: 0;
}

.footer-list .info li span {
    font-weight: 500;
}

.footer-list .info li {
    margin-right: 15px;
    line-height: 1.7;
}

.footer-list .copyright {
    font-size: inherit;
    color: #777;
}

@media screen and (max-width:767px) {
    .footer-logo {
        display: none;
    }

    .footer-list {
        font-size: 12px;
    }

    .footer-list .link {
        margin: 0 0 10px;
    }

    .footer-list .link li {
        margin-right: 15px;
    }
}

/* footer 설정 끝*/
/* 슬라이드 공통 */
.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: 11px;
	height: 11px;
	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: 11px;
	height: 11px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}
.carousel-caption h1{
	font-size: 65px;
	text-shadow: none;
	margin-top: -35px;
}
.carousel-caption p{
    margin-left: 26px;
    padding-left: 26px;
    line-height: 1.4;
    font-size: 22px;
    position: relative;
}
.carousel-caption p::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 109px;
    background: rgba(255, 255, 255, 0.75);
    left: -1px;
    top: 10px;
}
.carousel-caption p span{
    display:block;
    margin-bottom: 7px;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Nanum Myeongjo', serif;
    text-shadow: none;
}
.carousel-caption p small{
	font-size: 20px;
	text-shadow: none;
}
.carousel-caption {
	display: flex;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
	align-items: center;
	text-align: left;
	top: 60%;
}

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

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

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

.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;
}
.main-calendar .fc-toolbar .fc-left{
    visibility: hidden;
}
.main-calendar #default_calendar_65 .fc-right {
	display: none;
}
.main-calendar #default_calendar_65{
    min-height: 400px;
    margin-bottom: 0 !important;
    /* box-shadow: 5px 5px 5px 0px rgba(0,0,0,.05); */
}
.main-calendar .page-header{
    display:none;
}
.main-calendar .fc-right a{
    font-size: 19px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 33px;
    color: #636363;
}
div[class^="board_box_"] .page-header h4 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.035em;
    margin: 0;
} 
.main-content .board_box_blog2 .inner {
    margin-top: 15px;
}
.main-content .board_box_blog2 .inner:hover {
    border: 1px solid #ddd;
}
/* 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
}
.main_con02{
    padding: 40px 0;
    background: #39475d;
}
.main-partner .slick-slider {
    margin: 0 -5px;
}

.main-partner .slick-slider img {
    border: 1px solid #ddd;
}

.main-partner .slick-slider li {
    padding: 0 5px;
}

.main-partner h5 {
    font-size: 20px;
    font-weight: 900;
    width: 11%;
    margin-right: 4%;
    float: left;
    padding: 0px 30px 0 30px;
    color: #abbdd8;
    line-height: 1.1em;
    letter-spacing: 0.01em;
}
.slick-prev{
    margin-left: 175px;
}

.slick-prev:before,
.slick-next:before {
    color: #999;
    font-size: 21px;
}

.slick-prev, .slick-next {
    height: 100%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: none;
    outline: none;
    /* background: #ddd; */
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
/* personal setting 0.71v */
.flex-row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.flex-row > .col{
	flex:1;
	padding:0 15px;
}
@media(min-width:768px){
	
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
	}
}
@media(max-width:767px){
	.flex-row{
		display:block;
	}
	.flex-row > .col{
		width:100%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin: 5px 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.6em;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #1E51A2;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
li > ul{
	padding-left:20px;
}
ul[class^="li-"] > li{padding-left: 20px;position:relative;}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top: 10px;
	/* transform: translateY(-50%); */
}
.li-dash > li:before{
	width:10px;
	height:2px;
	background:#1E51A2;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#1E51A2;
}
.li-dot > li:before{
	width: 4px;
	height: 4px;
	background:#555;
	left: 7px;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #1E51A2;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    color: #000;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 800;
    color: #1e51a2;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 15px;
    color: #1E51A2;
}
.partner-li{
	margin:0 0 30px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.partner-li > li{
	flex:1;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:0 auto 30px;
	display:flex;
	align-items: center;
}
.category-li > li{
	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:#fff;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#1E51A2;
}
.trait-dl{
	margin:40px 0;
	display:flex;
	flex-wrap: wrap;
}
.trait-dl dt,
.trait-dl dd{
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#1E51A2;
	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:30px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-30px -30px 20px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#1E51A2;
}
.column-2{
	column-count:2;
	column-gap:30px;
}
.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #1E51A2;
	background:#1E51A2;
}
.more-btn:hover{
	color:#1E51A2;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.circle-wrap .circle{
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	width:200px;
	height:200px;
	margin:0 15px;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#1E51A2;
	position:absolute;
	left:0;
	top:0.5em;
	margin-top:-3px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}

.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 #1E51A2;
}

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

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

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-wrap{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 7px;
    background: #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
}
.history-wrap.zigzag:before{
	left: 50%;
    transform: translateX(-50%);
}
.history-wrap .history-box{
	position:relative;
	width:100%;
	padding:20px 50px;
}
.history-wrap.zigzag .history-box{
	position:relative;
	width:50%;
	padding: 30px 50px 50px;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 20px;
    color: #494949;
    font-size: 35px;
    letter-spacing: -0.05em;
    font-weight: 600;
}
.history-wrap  h6:before{
	content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #1E51A2;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #1E51A2;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li{
	position:relative;
	margin: 5px 0 17px;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #313131;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 17px;
	color:#1E51A2;
}
@media(min-width:768px){
	.history-wrap.zigzag .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap.zigzag .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -63px;
	}
}
@media(max-width:767px){
	.history-wrap.zigzag:before{
		left:15px;
	}
	.history-wrap.zigzag .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.71v end */
/* navigation setting */

/* mainpage setting */


/* main-q-menu */
#main-q-menu {
    z-index: 99999;
    position: fixed;
    bottom: 10%;
    right: 5%;
}

#main-q-menu .top-btn {
    background: #1e51a2;
    color: #fff;
    width: 90px;
    height: 60px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

#main-q-menu .top-btn span {
    padding-top: 13px;
}

#main-q-menu button {
    background: #1e51a2;
    color: #fff;
    width: 90px;
    height: 60px;
    text-align: center;
    border: none;
    display: block;
}

#main-q-menu button i {
    font-size: 22px;
    transition: all 0.2s;
    position: absolute;
    top: 10px;
    left: 38px;
}

#main-q-menu .bot-btn {
    background: transparent;
    color: #333;
    position: relative;
    padding-top: 16px;
}

#main-q-menu span {
    font-weight: 900;
    display: block;
    font-size: 13px;
    line-height: 1.3em;
    letter-spacing: 0.02em;
}

.q-list {
    padding-left: 0;
    margin-bottom: 0;
}

.q-list.on {
    display: none;
    height: 0;
}

.q-list .top-btn.on i {
    transform: rotate(-180deg);
}

#main-q-menu .bot-btn.on {
    margin-top: -100px;
}

.q-list li {
    display: block;
    width: 90px;
    height: 80px;
    background: #7a93bd;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.q-list li:hover {
    background: #2f4b79;
}
.q-list li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
}

.q-list li a {
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -0.034em;
    display: flex;
    min-width: 100%;
    height: 80px;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
}
.main-content .main_con01{
    padding:70px 0;
}
.main-content .main_con01 .clearfix{
    padding-bottom:120px;
}
#section_072b03{
    /* main bbs */
    display:none;
}
.board_box_blog2 .row>div[class^="col-"] {
    width:100%;
}
.page-header {
    margin: 0;
    border-bottom: 1px solid #2168d8;
    padding-bottom: 20px;
}
.board_box_list ul li {
    font-size: 14px;
    color: #777;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #ddd;
    padding: 13px 5px;
}
.board_box_list .pull-right {
    float: right!important;
    color: #333;
}
.board_box_list ul li span {
    font-size: 14px;
}
.board_box_list ul li a {
    font-weight: 600;
    color: #2c2c2c;
}
div[class^="board_box_"] .page-header .pull-right {
    margin-top: 0px;
}
div[class^="board_box_"] .page-header .pull-right i {
    font-size: 19px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 41px;
    color: #636363;
}
.main-news .writer,
.main-news .hits,
.main-program .writer,
.main-program .hits{
    display:none;
}
/* footer setting */

/* subpage setting */
.pageheader{
	height:250px;
	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;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:50px;
    color:#fff;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#777;
}
.breadcrumb .active{
	color:#777;
}
.breadcrumb>li+li:before{
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f105";
    padding: 0 6px;
    color:#777;
}
.subpage-content{
	padding-top: 80px;
	padding-bottom: 0px;
	min-height:600px;
}
.s-title{
    display: flex;
    justify-content:space-between;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    align-items: center;
}
.s-title h3{
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #2c2c2c;
    letter-spacing: -0.04em;
}
.subpage-content .emp{
	font-weight:500;
	color:#1E51A2;
}
.subpage-content section{
	padding-bottom: 80px;
}
#dmz01 .subpage-content section {
    padding-bottom: 40px;
}
#dmz02 .subpage-content section {
    padding-bottom: 40px;
}
.subpage-content section h4{
    position: relative;
    margin: 20px 0 32px;
    padding-left:30px;
    font-weight: 600;
    font-size: 27px;
}
.subpage-content section h4:before {
    content: '';
    display: inline-block;
    position:absolute;
    top: 7px;
    left: 0;
    width: 19px;
    height: 19px;
    border: 5px solid #3d79d8;
    border-radius: 50%;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}


/* subpage about */
.greet-top{
    margin-bottom:80px;
}
.greet .img-box img{
    margin-right:0;
}
.greet p{
    margin-bottom:20px;
    font-size: 16px;
    color: #222;
}
.greet .name{
    font-weight: 800;
    color: #006fb4;
    font-size: 17px;
}
.vision-top{
  display:flex;
}
.vision-top .txt-box p{
    position:relative;
    padding: 30px 45px 30px;
    height: 98%;
    font-size: 15px;
    letter-spacing: -0.04em;
    background: #f3f5f7;
    display: flex;
    align-items: center;
    color: #222;
    font-weight: 600;
}
.vision-top .txt-box p:after,
.vision-top .txt-box p:before{
    content:'';
    display:block;
    width: 50px;
    height: 1px;
    position:absolute;
    left: -25px;
    top: 45px;
    background: #75a7c5;
}
.vision-top .txt-box p:after{
    right:0;
    bottom:0;
    background:#fff;
    display: none;
}
.tab-menu{
	margin-bottom: 50px;
	text-align:center;
	display: flex;
	justify-content: center;
}
.tab-menu:after{
	content:'';
	display:block;
	clear:both;
}
.tab-menu li{
	flex-basis: 230px;
}
.tab-menu li a{
	position: relative;
	display: block;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	color: #666;
	/* border-bottom: 1px solid #b3b3b3; */
	background: #f5f6f7;
}
.tab-menu li.active a{
	font-weight: 600;
	z-index: 999;
	border-color: #b3b3b3;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	background: #7a93bd;
}
/* subpage dmz */
.magazine-wrap article{
    margin-bottom:70px;
}
#dmz02 .at1 .img-box {
    margin-top: 40px;
}
#dmz02 .magazine-wrap .img-box.right {
    margin-left: 60px;
    margin-bottom: 35px;
    margin-top: 13px;
}
.magazine-wrap p{
    margin-bottom:30px;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height:1.8;
}
.magazine-wrap .img-box.right{
    float: right;
    margin-left: 60px;
    margin-bottom: 15px;
}
#dmz01 .magazine-wrap .img-box.right {
    margin-top: 40px;
}
#dmz01 .at1 .img-wrap {
    padding: 0 200px;
}
.magazine-wrap .img-box.right p {
    font-size: 14px;
}
.vision-wrap{
    margin-top: 60px;
    margin-bottom: 30px;
}
.vision-wrap .clearfix{
    padding-bottom: 28px;
}
.vision-wrap .inner{
    border: 1px solid #ddd;
    padding: 30px;
    min-height: 336px;
}
.vision-wrap .inner h5{
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.vision-wrap h5 i{
    display: block;
    font-size: 40px;
    margin-bottom: 14px;
    margin-top: 10px;
}
.vision-wrap .box1 h5 i{color: #26d1d1;}
.vision-wrap .box2 h5 i{ color: #06b66e;}
.vision-wrap .box3 h5 i{color: #ffab63;}
.vision-wrap .box4 h5 i{color: #70a4f7;}
.vision-wrap h5 span{
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 24px;
}
.vision-wrap h5 small{
    font-size: 15px;
    color: #1e51a2;
    font-weight: 600;
}
.vision-wrap ul li{margin-bottom: 10px;}
.small-quote{
    font-size:15px;
    font-weight:600;
    color: #222;
    background: #f3f5f7;
    padding: 35px 40px;
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 75px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
	margin-top: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.board_wrapper .text-center {
    margin-top: 40px;
    margin-bottom: 70px;
}
#reply_write .btn_wrap {
    margin-bottom: 120px;
}
#reply_list span {
    font-size: 16px !important;
}

