<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:100px;}
.scrollDisable{height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center &gt; br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
	background-color: #FFF;
    border-bottom: none;
    margin-bottom: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.navbar-inverse .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin: 35px 0 25px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}

.navbar-brand img{
    margin-top:0;
}
@media screen and (min-width: 768px) {
	.navbar-right {
		margin-top: 30px;
	}
	.navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 25px 10px 28px;
		margin: 0 20px;
		font-size: 17px;
		font-weight: 500;
		color: #212121;
		letter-spacing: -0.05em;
		-webkit-text-shadow: none;
		text-shadow: none;
	}
    .en .navbar-inverse .navbar-nav &gt; li &gt; a{
        margin: 0 8px;
    }
  
 	.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
	.navbar-inverse .navbar-nav &gt; li &gt; a:focus,
	.navbar-inverse .navbar-nav &gt; li:hover &gt; a,
	.navbar-inverse .navbar-nav &gt; li:focus &gt; a,
	.navbar-inverse .navbar-nav &gt; .open &gt; a,
	.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
	.navbar-inverse .navbar-nav &gt; .open &gt; a:focus,
	.navbar-inverse .navbar-nav &gt; .active &gt; a,
	.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
	.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #0e76bc;
  	}
}
@media screen and (min-width: 768px) {
	.navbar-nav&gt;li&gt;.dropdown-menu {
		left: 0;
		right: auto;
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: 1px solid #e0e0e0;
		background-color: rgb(255, 255, 255);
		box-shadow: none;
		padding: 20px 0;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu &gt; li &gt; a {
    padding: 5px 25px;
    font-size: 14px;
    color: #616161;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
	background-color: transparent;
	color: #212121;
	text-decoration: underline;
}
/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
	padding: 0 0 10px;
	margin: 20px 0 10px;
	border-bottom: 1px solid #6d6d6d;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	color: #555;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.intro-boardbox .page-header h4 .btn {
	padding: 5px 0 0;
	margin: 0;
	line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
	content: url('/skin/img/default/board-plus-icon.png');
}


/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel&gt;.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin-bottom: 0;
}

.intro-boardbox .panel-body {
	padding: 0
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    font-size: 15px;
    padding: 6px 0;
    letter-spacing: -0.04em;
    max-width:80%;
}
.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #fff;
    text-decoration: underline;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
    content: "∙";
    font-weight: bold;
    padding-right: 8px;
    font-size: 15px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: rgba(255,255,255,0.6) !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
/* //메인 페이지 설정 끝 */
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body &gt; div.col-sm-12,
.id-find-layout .panel-body &gt; div.col-sm-12,
.pw-find-layout .panel-body &gt; div.col-sm-12 {
    float: none;
}
.login-layout .panel-body &gt; div.col-sm-12 h2,
.id-find-layout .panel-body &gt; div.col-sm-12 h2,
.pw-find-layout .panel-body &gt; div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #0e76bc;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #0e76bc;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #0851a3;
}
.login-layout form &gt; div &gt; p,
.id-find-layout form &gt; div &gt; p,
.pw-find-layout form &gt; div &gt; p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form &gt; div &gt; p + p,
.id-find-layout form &gt; div &gt; p + p,
.pw-find-layout form &gt; div &gt; p + p {
    border-left: 1px solid #ccc;
}
.login-layout form &gt; div &gt; p &gt; a,
.id-find-layout form &gt; div &gt; p &gt; a,
.pw-find-layout form &gt; div &gt; p &gt; a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body &gt; div.col-sm-12 h2,
    .id-find-layout .panel-body &gt; div.col-sm-12 h2,
    .pw-find-layout .panel-body &gt; div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form &gt; div &gt; p &gt; a,
    .id-find-layout form &gt; div &gt; p &gt; a,
    .pw-find-layout form &gt; div &gt; p &gt; a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 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;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/* personal setting 0.60v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.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 */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.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: #0060B0;
}
.numbering.circle{
    border-radius: 50%;
}
/*list style*/
.li-none &gt; li{list-style:none!important; margin-left:20px;}
.li-circle &gt; li{list-style:circle!important; margin-left:20px;}
.li-square &gt; li{list-style:square!important; margin-left:20px;}
.li-disc &gt; li{list-style:disc!important; margin-left:20px;}
.li-dash &gt; li,
.li-dot &gt; li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash &gt; li:before,
.li-dot &gt; li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot &gt; li:before{
	content:'路';
}
.location-li{
    border-top: 1px 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;
}
.location-li span i {
    margin-right: 10px;
    color: #0e76bc;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li &gt; li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li &gt; li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li &gt; li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.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:#0060B0;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li &gt; li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	border-top:2px solid #0060B0;
	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:#0060B0;
}
.card .card-ttl:before{
    display:none;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.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 */
.container_contents,
.intro-html-layout,
.intro-html-layout &gt; div,
.footer_copy &gt; div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
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;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th {
    color: #222;
    background: #f5f5f5;
    padding: 10px 15px;
    font-weight: 500;
}

.dh-board .table-hover thead tr th {
    border-bottom: 1px solid #ccc;
}

.dh-board .subject strong a {
    font-weight: 400;
    color: #454545;
}

.dh-board .table-hover tr:hover {
    background: #fff !important;
}

.dh-board .subject strong a:hover {
    text-decoration: underline;
    color: #0e76bc;
}



/* view page */

.dh-view-box {
    max-width: 1170px;
    margin: 0 auto;
}
.dh-view-box&gt;.row&gt;.page-header {
    border-top: 1px solid #222;
    border-bottom: 1px solid #aaa;
    margin: 0;
    padding: 18px;
    background: #f8f8f8;
}
.dh-view-box&gt;.row&gt;.page-header&gt;h4 {
    margin: 0;
    font-size:22px;
    color: #212121;
    letter-spacing: -0.04em;
}
.dh-view-box&gt;.row&gt;.dh-view-info {
    background: #fff;
    border-bottom: 1px solid #dddddd;
    color: #9e9e9e;
}
.dh-view-box&gt;.row&gt;.dh-view-info strong {
    color: #9e9e9e !important;
}
.dh-view-box .dh-line {
    padding-bottom: 30px;
}

/* pagination */
.bbs-area .dh-margin-top {
    margin-top: 30px;
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
    border: 1px solid #fff;
    border-radius: 50% !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #616161 !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    text-align: center;
}

.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:last-child&gt;a {
    border: 1px solid #dddddd;
    font-size: 13px;
}

.pagination&gt;li:last-child&gt;a {
	margin-left: 20px;
}

.pagination&gt;li:first-child&gt;a {
	margin-right: 20px;
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:focus, 
.pagination&gt;.active&gt;a:hover, 
.pagination&gt;.active&gt;span, 
.pagination&gt;.active&gt;span:focus, 
.pagination&gt;.active&gt;span:hover {
    border: 1px solid #0e76bc;
    background: #fff !important;
    font-weight: 600;
    color: #0e76bc !important;
}

.pagination&gt;li&gt;a:focus, 
.pagination&gt;li&gt;a:hover, 
.pagination&gt;li&gt;span:focus, 
.pagination&gt;li&gt;span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #dddddd;
}

.input-group-btn #btnNew {
    background-color: #454545;
    border-color: #454545;
}



/* table style  */
.table-style {
    margin: 20px 0;
    border-top: 1px solid #222;
}

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

.table-style tr th {
    color: #222;
    text-align: center;
    background: #f8f8f8;
    font-weight: 500;
}

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

.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:15px 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #e0e0e0;
    font-size: 26px;
    color: #0e76bc;
    font-weight: 400;
    background: #fff;
}
.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #0e76bc;
}
.history-table tr td ul{
    margin-bottom:0;
}
.subpage-content .history-table tr td .numbering {
    color: #454545;
    margin-right: 8px;
}

/* personal setting 0.60v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide &gt; .fill,
.carousel-inner .item .fill{
	height:600px;
}
.carousel-caption {
    margin: 0;
    padding: 0 10px;
    left: 50%;
    right: auto;
    top: 50px;
    bottom: auto;
    transform: translatex(-50%);
    width: 85%;
    max-width: 1170px;
	text-align:right;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h1 {
    margin: 0 0 25px;
    font-size: 54px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.02em;
    position: relative;
}
.carousel-caption h1:after {
    content: '';
    display: block;
    width: 65%;
    height: 7px;
    background: rgba(4,124,206,1);
    background: linear-gradient(to left,rgba(4,124,206,0) 0%,rgba(4,124,206,0.75) 30%, rgba(4,124,206,1) 100%);
    position: absolute;
    left: 0;
    bottom: 0px;
}
.en .carousel-caption h1{
    font-size: 42px;
}
.en .carousel-caption h1::after{
    width: 40%;
}
/* .carousel-caption h1 small{
    display:inline-block;
    margin-bottom:30px;
    padding:5px 20px;
    color:#fff;
    background:#0060B0;
    border-radius: 10px 0 10px 0;
} */
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 23px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1.7;
}

.carousel-inner &gt; .item:nth-child(1) .carousel-caption h1 {
    color: #0e76bc;
}

.carousel-inner &gt; .item:nth-child(1) .carousel-caption p {
    color: #424242;
}

.carousel-control{
	display:none;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon{
	display:none;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 70px;
    text-align: left;
}

.carousel-indicators li {
    font-size: 14px;
    height: 14px;
    width: 14px;
    margin: 0 8px;
    border: 2px solid #fff;
}

.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: #fff;
}


.main-content  &gt; div{
    padding:80px 0;
}
.main-content .title h3 {
    font-size: 32px;
    margin: 0;
    letter-spacing: -0.04em;
    color: #212121;
}
.main-content .title h3 small {
    display: block;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #0e76bc;
    margin-bottom:10px;
    font-weight: 500;
}
.main-content .main-product {
    padding-bottom: 0;
    /* padding-bottom: 70px; */
    background: #f8f8f8;
}
.main-content .main-video {
    padding-top: 70px;
    background: #f8f8f8;
}
.main-product .prod-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}
.main-product .prod-wrap .row &gt; div {
    padding: 0 10px;
}
.main-product a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 150px;
    border: 3px solid #fff;
    background: #fff;
    transition: all ease 0.3s;
}
.main-product a:hover{
    border-color:#0e76bc;
    box-shadow:5px 5px 15px rgba(0,0,0,0.15)
}
.main-product .img-box {
    padding: 20px 0 45px;
}
.main-product a img{
    transition: all .3s ease;
}
.main-product a:hover img{
    transform:scale(1.1);
}
.main-product .txt-box {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #333;
    background-color: rgba(255,255,255,0);
    transition: all .3s ease;
}
.main-product a:hover .txt-box{
	background:rgba(255,255,255,0.8);
}
.main-product .txt-box h4 {
    font-weight: 600;
    position: absolute;
    margin: 0;
    transform: translateX(-50%);
    left: 50%;
    bottom: 20px;
    color: #212121;
    letter-spacing: -0.04em;
	min-width:230px;
	text-align:center;
}
.en .main-product .txt-box h4{
    bottom: 10px;
}
.main-product .txt-box h4 span{
    font-size:0.8em;
    border-top:2px solid;
    font-weight:bold;
	display:none;
}
.main-product .txt-box p{
    margin:0;
    position:absolute;
    right:20px;
    bottom:20px;
    width:26px;
    height:26px;
    border-radius:50%;
    text-align:center;
    line-height:26px;
    background:#f5f5f5;
    transition:all .3s ease;
	
	display:none;
}
.main-product a:hover .txt-box p{
    color:#fff;
    background:#0060B0;
}
.main-product a:hover .txt-box{
    background:rgba(255,255,255,0);
}
.main-content .main-news {
    background: url(/skin/img/main/main-news-bg.jpg) no-repeat center center / cover;
}
.main-news .label,
.main-news .page-header{
    display:none;
}
.main-news .panel-body {
    column-count: 2;
    column-gap: 50px;
}
.main-content .main-news .title h3 {
    color: #fff;
}

.main-content .main-news .title h3 small{
	color:#6bc3ff;
}

.main-bottom a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 50px 50px;
}
.main-bottom h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.04em;
}
.main-bottom span {
    display: block;
    font-size: 15px;
    letter-spacing: -0.04em;
    margin-top: 10px;
    opacity: 0.75;
}
.main-bottom i {
    opacity: 0.15;
    position: absolute;
    right: 80px;
    bottom: -10px;
    font-size: 110px;
    transition: all .3s ease;
}
.main-bottom a:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/skin/img/main/main-bottom-plus.png) no-repeat;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.main-bottom a:hover i{
    opacity:0.5;
    bottom:20px;
}
.main-price a {
    background: linear-gradient(to right, #0e76bc, #0851a3);
}
.main-as a {
    background: linear-gradient(to right,#3fa574,#129773);
}
.main-price a:hover{
	background: linear-gradient(to right, #0a6bad, #064892);
}
.main-as a:hover{
	background: linear-gradient(to right,#3b986b,#108464);
}
.main-bottom a:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/skin/img/main/main-bottom-plus.png) no-repeat;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.main-bottom a .more:before{
    content:'';
    display:inline-block;
    width:0;
    height:1px;
    background:#fff;
    vertical-align: middle;
    transition:all .3s ease;
}
.main-bottom a:hover .more:before{
    margin-right:10px;
    width:20px;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy &gt; div {
    padding: 60px 15px;
    background: #353b44;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    /* font-size: 14px;
    letter-spacing: -0.04em; */
}
.footer_copy ul{
	margin-bottom:0;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 1;
    margin-bottom: 10px;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    margin: 10px 0;
    font-weight: 300;
    opacity: 0.7;
}
.footer_copy img {
    margin-top: 3px;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:250px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: #fff;
    font-weight: 500;
}
.breadcrumb {
    margin: 20px 0 0;
    padding: 0;
    background: transparent;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    letter-spacing: -0.04em;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-layout {
    padding-top: 60px;
    padding-bottom: 100px;
}
.subpage-content .emp{
	font-weight:500;
	color:#0060B0;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 25px;
    font-size: 26px;
    letter-spacing: -0.04em;
    font-weight: 500;
}
.subpage-content section h4 small{
    margin-left:8px;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #222;
    position: relative;
    padding-left: 16px;
}
.subpage-content section h5:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 2px solid #0e76bc;
    position: absolute;
    left: 0;
    top: 7px;
}
.subpage-content section h6 {
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #0e76bc;
    font-weight:600;    
}
@media (min-width:768px){
	.snb-wrap{
		padding-right:50px;
		width:22%;
	}
	.subpage-content{
		width:78%
	}
}

.snb {
    border-top: 1px solid #ccc;
}
.snb &gt; li{
    line-height:1.2;
}
.snb &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 12px 20px;
    padding-right: 30px;
    font-size: 16px;
    color: #454545;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.6;
    letter-spacing: -0.04em;
    background: #fff;
}
.snb &gt; li:last-child a{
	border-bottom:1px solid #ccc;
}
.snb &gt; li &gt; a:hover {
    color: #212121;
	text-decoration:underline;
}
.snb &gt; li &gt; a:after {
    content: '\f105';
    font-family: "fontawesome";
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    color: rgba(0,0,0,0.15);
}
.snb &gt; li.active &gt; a {
    background: linear-gradient(to right, #0e76bc, #0851a3);
    border-color: #0e76bc;
    color: #fff;
}
.snb &gt; li.active &gt; a:after {
    color: rgba(255,255,255,0.8);
}
.sub-snb {
    background: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}
.sub-snb a {
    display: inline-block;
    padding: 2px 0;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.03em;
}
.en .sub-snb a{
    font-size: 12px;
    letter-spacing: -0.047em;
}
.sub-snb .active a{
    color: #454545;
    font-weight: 600;
}
.sub-snb a:hover{
    text-decoration:underline
}
.sub-snb a:before{
    content:'-';
    display:inline-block;
    margin-left:30px;
    margin-right:10px;
}
.en .sub-snb a:before{
    margin-left: 10px;
    margin-right: 5px;
}
.subpage-content .title h3 {
    font-size: 34px;
    letter-spacing: -0.04em;
    line-height: 1.3;
    font-weight: 600;
    color: #212121;
    margin: 0 0 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.subpage-content .title h3:before {
    content: "";
    width: 50px;
    height: 3px;
    background: #0e76bc;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.subpage p {
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #616161;
}
.subpage .quote-box {
    margin: 20px auto;
    padding: 30px;
    border: 5px solid #f5f5f5;
	background: #fff;
}
.subpage .quote-box h5{
    margin-top:0;
}
.subpage .quote-box p {
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #616161;
    line-height: 1.8;
    margin: 0;
}
.subpage .quote-box ul {
    margin: 0;
}
.subpage .quote-box ul.column-2  {
    column-rule: none;
}
.subpage .quote-box ul li{
	margin-bottom:10px;
}
.subpage .column-2{
    column-count: 2;
    column-rule: 1px solid #eee;
    column-gap: 50px;
}
.subpage-content ul &gt; li {
    list-style: none !important;
    color: #616161;
    letter-spacing: -0.04em;
    margin-left: 3px;
    margin-bottom: 6px;
    line-height: 1.55;
    position: relative;
}
.subpage-content .li-disc &gt; li {
    font-size: 15px;
    padding-left: 12px;
}
.subpage-content .li-disc &gt; li:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#454545;
}
.subpage-content ul &gt; li .numbering {
    font-weight: 500;
    color: #0e76bc;
    margin-right: 5px;
}
/*subpage about*/
#about02 .se1 img {
    padding: 16px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: 0 0 20px;
}
.greet p {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 16px;
    line-height: 1.8;
}
.greet img {
    margin-top: 45px;
    /* margin-top: 60px; */
    box-shadow: 6px 6px 0px #ddd;
}
.greet .name {
    margin-top: 30px;
    text-align: right;
    font-size: 22px;
    font-weight: 500;
    color: #222;
}
.greet .quote {
    font-size: 32px;
    font-weight: 500;
    color: #0e76bc;
    margin: 0 0 30px;
}
.greet .greet_top {
    color: #3fa574;
    font-size: 18px;
    line-height: 1.5;
    margin: 30px 0 12px;
    font-weight: 400;
}
.greet .name small {
    margin-right: 5px;
    font-weight: 400;
}
.cert-wrap{
    margin:10px -5px;
}
.cert-wrap &gt; div{
    padding:5px;
}
.cert-wrap img {
    padding: 8px;
    border: 1px solid #eee;
}

/* 교정서비스 */
#correct .box-field {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 30px;
    border: 5px solid #f5f5f5;
}
#correct .box-field &gt; .item {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #0060B0;
    border-radius: 50px;
}
#correct .wrap-list .inner {
    width: 100%;
    display: inline-block;
    padding: 0 20px 20px;
    border: 5px solid #f5f5f5;
}
#correct .wrap-list .block &gt; ul {
    padding-left: 15px;
}
#correct .wrap-list ul li span {
    display: block;
    font-weight: 500;
    color: #111;
}
#correct .images {
    margin: 0px -5px;
}
#correct .images &gt; div {
    padding: 5px;
}

/* subpage product */
#product01-1 .se1 .img-wrap img{
	max-height:525px;
}
#product05 .text-center-table td {
    font-size: 14px;
}
.prod07-3{
	margin:20px -15px;
	padding:1px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.prod07-3 &gt; div{
	padding:0;
	border:2px solid #fff;
}
.prod07-3 .caption{
	text-align:center;
	color:#fff;
	background:#3fa574;
}
#product07 .img-wrap {
	margin-top:40px;
}
.img-wrap .clearfix{
	padding-bottom:30px;
}
#product03-1 .trait-wrap .card{
	min-height:210px;
}
@media(max-width:767px){
	
}
.install-condition .clearfix,
#product01-1 .con-wrap .clearfix,
#product01-2 .con-wrap .clearfix{
    padding-bottom:30px;
}
.install-condition p{
    padding:10px 15px;
}
.menu-top{
    padding:7px 0;
    position:absolute;
    z-index:2000;
    left:0;
    right:0;
    top:0;
}
.menu-top ul{
    margin:0;
    padding-right:15px;
    float:right;
}
.menu-top ul li{
    display:inline-block;
    margin-left:15px;
}
.menu-top ul li a{
    color:#555;
    font-size:13px;
    font-weight: 500;
}
.menu-top ul li a:hover{
    color: #0e76bc;
}
.divider-vertical + li,
.divider-vertical + li + li{
    display:none;
}
.login-li .admin,
.login-li .join{
    display:none;
}

.menu-top .lang{
    position: relative;
    margin-top: -2px;
    padding-left: 10px;
    margin-left: 10px;
}
.menu-top .lang::before{
 
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    border-left: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 5px;

}
.menu-top .lang li{
    cursor: pointer;
    font-size: 12px;
    padding: 3px 8px;
    margin-left: 3px;
    color: #b7b7b7;
}
.menu-top .lang li.active{
    background: #0E6EB8;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
}
.intro_page{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: url(/skin/img/main/intro_bg.jpg) #fff bottom;
    z-index: -1;
    opacity: 0;
    text-align: center;
}
.intro-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 100;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    letter-spacing: -0.04em;
}
.intro-footer .container{
    padding: 40px 33px 20px;
    background: rgba(53, 59, 68, 0.87);
    border-radius: 10px;
}
.intro_page.on{
    z-index: 9999;
    opacity: 1;
}
.intro_page .intro_logo{
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}
.intro_page .intro_logo .tit{
    font-size: 51px;
    font-weight: 700;
    color: #036EB8;
    margin-top: 50px;
}
.intro_page .intro_btn{
    width: 690px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.intro_page .intro_btn button{
    display:block;
    padding: 0;
    border: 0;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    background: none;
}
.intro_page .intro_btn .intro_kr_btn{
    margin-left: auto;
    margin-right: 30px;
}
.intro_page .intro_btn .intro_en_btn{
    margin-left: 30px;
}
.intro_page .intro_btn button .flag{
    border-radius: 50%;
    border: 7px solid #fff;
    overflow: hidden;
    padding: 43px 26px 0;
    background: #fff;
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
}
.intro_page .intro_btn .intro_kr_btn .flag{
    padding: 36px 17px 0;
}
.intro_page .intro_btn button:hover .flag{
    border-color: #036EB8;
}
.intro_page .intro_btn button span{
    color: #fff;
}
#swemp-wrap{
    margin-bottom:40px;
}
#swemp-wrap .img-box img:first-child{
    margin-bottom: 15px;
}
.prod-dl dt{
    font-size:16px;
}
.prod-dl dd + dt{
    margin-top:15px;
}
.subpage .table-responsive table {
    margin-top: 0;
}

#estimate-as .bbs-area h4 {
    margin: 50px 0 20px;
    font-size: 26px;
    letter-spacing: -0.04em;
    font-weight: 600;
    color: #0e76bc;
}
#estimate-as form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
/* #estimate-as form .input01,
#estimate-as form .input07,
#estimate-as form .input11,
#estimate-as form .input12,
#estimate-as form .input13,
#estimate-as form .btn-wrap {
    grid-column: 1 / 3;
} */
#estimate-as form &gt; .q_number:nth-child(2) {
    grid-row: 6 / 7;
    grid-column: 2 /3;
}
#estimate-as form &gt; .q_number:nth-child(3) {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
}
#estimate-as form &gt; .q_number:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 /3;
}
#estimate-as form &gt; .q_number:nth-child(7),
#estimate-as form &gt; .q_number:nth-child(11),
#estimate-as form &gt; .q_number:nth-child(12),
#estimate-as form &gt; .q_number:nth-child(13),
#estimate-as form .btn-wrap {
    grid-column: 1 / 3;
}
#estimate-as form .q_number &gt; div {
    padding: 0;
}
#estimate-as .q_number h3 {
    margin: 10px 0 8px !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
#estimate-as .q_number h3 i {
    display: none;
}
#estimate-as form .q_number input,
#estimate-as form .q_number textarea {
    border-radius: 0;
}
#estimate-as form .q_number input[type="text"],
#estimate-as form .q_number input[type="email"] {
    height: 38px;
    margin: 0 0 10px;
}
#estimate-as form .radio {
    margin-bottom: 20px;
    padding: 15px 25px;
    background: #f5f5f5;
}
#estimate-as form .radio label+label {
    margin-left: 15px;
}
#estimate-as form .radio input {
    margin: 4px 0 0 -20px;
}
#estimate-as form .btn-wrap {
    margin-top: 60px !important;
}
#estimate-as form button[type="submit"] {
    float: unset !important;
    width: 150px;
    border-radius: 0;
}

@media (max-width:768px) {
    .intro_page .intro_logo {
        top: 5%;
        width: 120px;
    }
    .intro_page .intro_btn {
        top: 35%;
        width: 100%;
        padding: 0 45px;
    }
    .intro_page .intro_btn .row &gt; div {
        width: 50%;
    }
    .intro_page .intro_btn button {
        font-size: 21px;
    }
    .intro_page .intro_btn .intro_kr_btn {
        margin-left: 0;
    }
    .intro_page .intro_btn .intro_en_btn {
        margin-left: auto;
    }
    .intro_page .intro_btn button .flag {
        height: 120px;
        width: 120px;
        padding: 34px 23px 0;
    }
    .intro_page .intro_btn .intro_kr_btn .flag {
        padding: 24px 7px 0;
    }
    .intro-footer {
        bottom: 0;
        font-size: 11px;
    }
    .intro-footer .container {
        padding: 20px 15px 10px;
        border-radius: 0;
    }
    .intro-footer img {
        height: 40px;
        margin-bottom: 15px;
    }
    .intro-footer .text-right {
        text-align: left;
    }

    .menu-top {
        padding: 8px 0 0;
    }
    .menu-top ul {
        padding-right: 10px;
    }
    .menu-top ul li {
        margin-left: 8px;
    }
    .menu-top ul li:first-child {
        margin-left: 0;
    }
    .menu-top ul li a {
        font-size: 12px;
    }
    .menu-top .lang {
        margin-top: 2px;
        margin-left: 0;
        padding-right: 0;
    }
    .menu-top .lang::before {
        top: 4px;
        height: 15px;
    }
    .menu-top .lang li {
        font-size: 11px;
        padding: 2px 6px;
    }

    .navbar-inverse .navbar-brand {
        margin: 50px 0 15px 15px !important;
    }
    .navbar-brand img {
        height: 35px;
    }
    .navbar-nav {margin: 0 -15px;}
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 8px 20px;
        font-size: 16px;
        font-weight: 500;
        color: #212121;
    }
    .navbar-inverse .navbar-nav&gt;li&gt;a:focus,
    .navbar-inverse .navbar-nav&gt;li&gt;a:hover {
        color: #0e76bc;
    }
    .navbar-inverse .navbar-nav&gt;.open&gt;a,
    .navbar-inverse .navbar-nav&gt;.open&gt;a:focus,
    .navbar-inverse .navbar-nav&gt;.open&gt;a:hover {
        color: #fff !important;
        background: #0e76bc;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
        background: #f8f8f8;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        padding: 5px 22px;
        color: #333 !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
        font-weight: 600;
        color: #000 !important;
    }
    .navbar-inverse .navbar-toggle {
        margin-top: 53px;
        margin-bottom: 17px;
        padding: 7px 8px;
        background: #0e76bc;
        border-color: #0e76bc;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #0e76bc;
    }

    .container_slide &gt; .fill,
    .carousel-inner .item .fill {
        height: 350px;
    }
    .carousel-inner .item .fill::before {
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        position: absolute;
        background: #000;
        opacity: 0.5;
    }
    .carousel-caption {
        top: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    .carousel-caption h1 {
        font-size: 38px;
    }
    
    .carousel-caption h1:after {
        display: none;
    }
    .carousel-caption p {
        line-height: 1.5;
    }
    .carousel-inner &gt; .item:nth-child(1) .carousel-caption h1,
    .carousel-inner &gt; .item:nth-child(1) .carousel-caption p {
        color: #fff;
    }
    body:not(.en) .carousel-caption {
        padding: 0 60px;
    }
    body.en .carousel-caption h1 {
        font-size: 23px;
    }
    body.en .carousel-caption p {
        font-size: 21px;
    }

    .main-content  &gt; div {
        padding: 40px 0;
    }
    .main-content .title h3 {
        font-size: 30px;
        margin: 0 0 20px;
    }
    /* .main-content .main-product {
        padding-bottom: 40px;
    } */
    .main-content .main-video {
        padding-top: 30px;
    }
    .main-video iframe {
        height: 194px;
    }
    .main-news .panel-body {
        column-count: 1;
    }
    .dh-front-list2 .front-panel {
        padding: 0;
    }
    .dh-front-list2 .list-row-regdate,
    .dh-front-list2 .row-separator {
        display: none;
    }
    .dh-front-list2 h6 a,
    .dh-front-list2 h6 a span {
        max-width: none;
    }

    .footer_copy &gt; div {
        padding: 20px 0;
        font-size: 14px;
        /* font-size: 12px; */
    }
    .footer_copy  img {
        height: 30px;
        margin-bottom: 15px;
    }
    .footer_copy li {
        margin-bottom: 8px;
    }
    .footer_copy .text-right {
        text-align: left;
    }
    .footer_copy .copy {
        margin: 5px 0 0;
    }

    .pageheader {
        height: 170px;
    }
    .pageheader h2 {
        font-size: 42px;
    }
    .breadcrumb {
        margin: 15px 0 0;
        font-size: 13px;
    }
    .subpage-layout {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .snb {
        margin-bottom: 50px;
    }
    .snb &gt; li &gt; a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .subpage-content .title h3 {
        font-size: 31px;
        margin: 0 0 20px;
        padding-bottom: 20px;
    }
    .subpage-content section h4 {
        margin-bottom: 20px;
        font-size: 23px;
    }
    .subpage .column-2 {
        column-count: 1;
    }
    .greet img {
        margin-top: 0;
    }
    #about02 table &gt; tbody &gt; tr &gt; th,
    #about02 table &gt; tbody &gt; tr &gt; td {
        width: 100%;
        display: inline-block;
    }
    #about02 table &gt; tbody &gt; tr &gt; td {
        text-align: center;
    }
    .history-table.table-style tr th {
        padding-left: 0 !important;
        padding-right: 10px !important;
        font-size: 22px;
    }
    .history-table.table-style tr td {
        padding-right: 0 !important;
        padding-left: 10px !important;
    }
    .subpage-content .li-disc &gt; li {
        font-size: 14px;
    }
    #about05 iframe {
        height: 300px;
    }
    .location-li li:first-child span {
        width: 100%;
    }
    .subpage-content section h4 small {
        display: block;
        margin-top: 5px;
        margin-left: 0 !important;
        font-size: 16px;
        line-height: 1.3;
    }
    .subpage .quote-box {
        padding: 20px;
    }
    #product03-1 .trait-wrap .card {
        min-height: auto;
    }
    .subpage .quote-box ul.column-2 {
        column-count: 1;
    }
    .prod07-3 &gt; div {
        padding: 0 15px;
    }
    .prod07-3 .caption {
        font-size: 14px;
    }
    .trait-dl dt,
    .trait-dl dd {
        width: 100%;
        padding: 18px 15px;
    }
    .trait-dl dt {
        padding-bottom: 10px;
        font-size: 17px;
    }
    
    .dh-board .pagination {
		margin: 0px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.dh-board &gt; .table-hover td,
	.dh-board &gt; .table-hover th {
		padding: 8px !important;
		font-size: 13px !important;
	}
	.dh-board &gt; .table th.writer,
	.dh-board &gt; .table th.hits,
    .dh-board &gt; .table td.writer,
	.dh-board &gt; .table td.hits {
        display: none;
    }
	.dh-board &gt; .table-hover th.num {
        white-space: nowrap;
    }
	.dh-board &gt; .table-hover tr .num {
		width: 3% !important;
	}
	.bbs-list-index-layout .dh-board .table tr .regdate {
		width: 3%;
	}
    .dh-board &gt; .table-hover td.regdate {
		font-size: 12px !important;
		white-space: nowrap;
	}
	.bbs-list-index-layout .dh-board .subject&gt;strong&gt;a {
		font-size: 13px;
	}
    .pagination {
        margin-bottom: 30px !important;
    }
    .pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
        font-size: 14px;
        width: 32px;
        height: 32px;
        padding: 0;
        line-height: 29px;
    }
    .dh-view-box&gt;.row&gt;.page-header {
        padding: 15px;
    }
    .dh-view-box&gt;.row&gt;.page-header&gt;h4 {
        font-size: 19px;
    }
    .dh-view-box&gt;.row&gt;.dh-view-info {
        padding: 7px 10px;
    }
    .dh-view-box&gt;.row&gt;.dh-view-info&gt;span {
        font-size: 10px;
    }
    .dh-view-box&gt;.row&gt;.dh-view-info&gt;.pull-right {
        display: none;
    }
    .dh-popup img {
        width: auto;
    }

    #correct .box-field {
        flex-wrap: wrap;
        gap: 5px;
        padding: 15px;
    }
    #correct .box-field &gt; .item {
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 15px;
    }

    #estimate-as form {
        grid-template: 1fr / 1fr;
    }
    #estimate-as form &gt; .q_number {
        grid-column: unset !important;
    }
    #estimate-as form &gt; .q_number:nth-child(2) {
        grid-row: 10 / 11;
    }
    #estimate-as form &gt; .q_number:nth-child(4) {
        grid-row: 3 / 4;
    }
}</pre></body></html>