@charset "UTF-8";

/* font-family: 'Noto Sans', sans-serif; */
/* font-family: aktiv-grotesk-extended, sans-serif; */
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Pretendard-Regular';
    overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover{
    cursor: pointer;
}

/* 공통 */
/* 웹폰트 부드럽게, 모서리의 경계 픽셀이 깨지지 않음 */
* {
    -webkit-font-smoothing:antialiased;
}
.hidden {
    display: none;
}
.container_index {
    max-width:1280px;
    margin: 0 auto;
}
.container {
    max-width:1600px;
    margin: 0 auto;
}
.container-1650 {
    max-width:1650px;
    margin: 0 auto;
}
.container-1200 {
    max-width:1200px;
    margin: 0 auto;
}
.posrel {
    position: relative;
}

.pc {
    display: block;
}

.mo {
    display: none;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}

/* header */
#main_header {
    background: #fff;
}
body.dark #main_header {
    background: #000;
}
#main_header .tophd {
    height: 100px;
    /* background: #fff; */
    position: relative;
}
#main_header .tophd h2 {
    text-align: center;
}
#main_header .tophd h2 a {
    /* display: block; */
    font-size: 38px;
    /* font-weight: 700; */
    color: #FD4400;
    text-align: center;
    text-transform: uppercase;
    line-height: 100px;
}
#main_header .tophd h2 a img {
    width: 240px;
}
#barsbtn {
    display: none;
}
#closedbtn {
    display: none;
}
.modechange {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    display: block;
    width: 120px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 15px;
    line-height: 2;
}

/* #modechange.dark {
    background: #fff;
    color: #333;
} */

.modechange1 {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    display: block;
    width: 120px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 15px;
    line-height: 2;
}

/* #modechange1.dark {
    background: #fff;
    color: #333;
} */



#main_header .mainhd {
    width: 100%;
    height: 50px;
    background: #333;
    display: none;
}
#main_header .mainhd nav {
    width: 100%;
}
#main_header .mainhd nav ul {
    display: flex;
}
#main_header .mainhd nav ul li {
    border-right:1px solid #707070;
}
#main_header .mainhd nav ul li:first-of-type {
    border-left: 1px solid #707070;
}
#main_header .mainhd nav ul li a{}
#main_header .mainhd nav ul li span{
    display: inline-block;
    width: 100%;
    color: #fff;
    line-height: 50px;
    padding: 0 40px;
   
}
#main_header .mainhd nav ul li:first-of-type span{
    color: #FD4400;
}
#main_header .main_banner {
    background:#f9fafc;
    width: 100%;
}
body.dark #main_header .main_banner {
    background:#000;
    width: 100%;
}
#main_header .main_banner .b_all ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
#main_header .main_banner .b_all ul li {
    width: 100%;
}
#main_header .main_banner .b_all ul li img {
    width: 100%;
}
/* 
index main */
.main {
    background: #f9fafc;
    padding-top: 20px;
    padding-bottom: 20px;
}
body.dark .main {
    background: #000;
}

.main_wrap {
    display: flex;
}
.main_wrap .main_right_all {
    display: flex;
}
.main_wrap .main_left {
    width: 200px;
}
.main_wrap .main_right {
    width: 250px;
    padding-left: 20px;
}
/* .main_wrap .main_right .login_box {
    margin-left: 20px;
    width: 180px;
}
.main_wrap .main_right .ol h2 {
    color: #fff;
}
.main_wrap .main_right .ol #ol_be_cate {
    display: flex;
}
.main_wrap .main_right #ol_auto label {
    display: none;
}
.main_wrap .main_right #ol_svc a {
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
} */
.main_wrap .main_right #ol_submit {
    border-left: none;
}
.main_wrap .main_right #ol_submit {
    background: #333;
}
.main_wrap .main_right .ol form {
    padding: 20px 10px;
}

.main_wrap .main_right .sub_manu {
    /* border: 1px solid #fff; */
    width: 230px;
    margin-bottom: 30px;
    background: none;
    border: 1px solid #666;
}
.main_wrap .main_right .sub_manu .ttl {
    background: #fff;
    color: #000;
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #cdcdcd; */
}
body.dark .main_wrap .main_right .sub_manu .ttl{
    background: #000;
    color: #fff
}
.main_wrap .main_right .sub_manu .ttl .ttl_hd {
    font-weight: 700;
    display: block;
    padding: 10px 10px;
    /* color: red; */
}

.main_wrap .main_right .sub_manu .ttl .plus {
     border-bottom: 1px solid #666;
     display: block;
     width: 185px;
     text-align: end;
     border-left: 1px solid #666;
    padding:10px 10px;
    background: #f5f5f5;
}
.main_wrap .main_right .sub_manu.sm3 .ttl .plus {
    width: 150px;
}
.main_wrap .main_right .sub_manu.sm2 .ttl .plus {
    width: 150px;
}

.main_wrap .main_right .sub_manu .ttl .plus a{
    font-size: 10px;
    font-weight: 400;
}
.main_wrap .main_right .sub_manu ul {
    padding: 5px 0px;
    min-height: 135px;
}
body.dark .main_wrap .main_right .sub_manu ul {
    background: #000;
}

.main_wrap .main_right .sub_manu li {
    padding: 5px 10px;
    /* border-bottom: 1px solid #fff; */
    display: flex;
    justify-content: space-between;
}
/* .main_wrap .main_right .sub_manu li:nth-of-type(1){
    background: #fff;
    color: #000;
} */

.main_wrap .main_right .sub_manu li .cont {
    width: 160px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_wrap .main_right .sub_manu li .cont a {
    font-size: 16px;
    color: #666;
}

body.dark .main_wrap .main_right .sub_manu li .cont a {
    color: #fff;
}

.main_wrap .main_right .sub_manu li .date {
    color: #a6a6a6;
    font-size: 14px;
}

.main_wrap .main_right .sub_manu li:last-of-type {
    border-bottom: none;
}
.main_wrap .main_right .sub_manu li a span {
    color:#FD4400
}
.main_wrap .main_right .sub_manu li:nth-of-type(1) a span{
    color: #000;
}

.main_wrap .main_right .sub_manu .nodata {
    min-height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.main_wrap .main_right .sub_manu .nodata p {
    text-align: center;
}

.main_wrap .main_right .sub_manu li .img {
    width: 100%;
}
.main_wrap .main_right .sub_manu li .img img{
    width: 100%;
}






.main_wrap .main_left .login_box {
    margin-right: 20px;
    width: 180px;
}
.main_wrap .main_left .ol h2 {
    color: #000;
    font-size: 14px;
}
body.dark .main_wrap .main_left .ol h2 {
    color: #fff;
}
.main_wrap .main_left .ol #ol_be_cate {
    display: flex;
}
.main_wrap .main_left #ol_auto label {
    display: none;
}
.main_wrap .main_left #ol_svc a {
    color: #666;
    font-size: 10px;
    padding: 2px 10px;
}
body.dark .main_wrap .main_left #ol_svc a {
    color: #fff;
}
.main_wrap .main_left #ol_submit {
    border-left: none;
}
.main_wrap .main_left #ol_submit {
    background: #333;
}
.main_wrap .main_left .ol form {
    padding: 20px 10px;
}
.main_wrap .main_left .ol .join {
    color: #000;
    font-size: 14px;
}


.main_wrap .main_left .sub_manu {
    border: 1px solid #666;
    width: 180px;
    margin-bottom: 30px;
}

.main_wrap .main_left .sub_manu >ul> li {
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}
.main_wrap .main_left .sub_manu >ul >li:nth-of-type(1){
    background: #fff;
    color: #000;
}

.main_wrap .main_left .sub_manu>ul >li:last-of-type {
    border-bottom: none;
}
.main_wrap .main_left .sub_manu >ul> li > a {
    display: flex;
    justify-content: space-between;
}
.main_wrap .main_left .sub_manu >ul> li > a  span {
    color:#000;
    font-size: 14px;
}
body.dark .main_wrap .main_left .sub_manu >ul> li > a  span {
    color:#fff;
}
.main_wrap .main_left .sub_manu >ul >li:nth-of-type(1) a span{
    color: #000;
    font-size: 16px;
}
body.dark .main_wrap .main_left .sub_manu >ul >li:nth-of-type(1) a span{
    color: #000;
}
.main_wrap .main_left .sub_manu >ul> li > ul {
    padding: 5px 20px;
    display: none;
}
.main_wrap .main_left .sub_manu >ul> li > ul.active {
    display: block;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li {
    padding: 3px 0;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li > a {
    display: flex;
    justify-content: space-between;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li > a span{
    color:#000;
    font-size: 14px;
}
body.dark .main_wrap .main_left .sub_manu >ul> li > ul > li > a span{
    color:#fff;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li > a span.down_arrow{
    color:#666;
    display:none;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li:nth-of-type(1) > a span.down_arrow{
    color:#666;
    display:inline;
}
body.dark .main_wrap .main_left .sub_manu >ul> li > ul > li:nth-of-type(1) > a span.down_arrow{
    color:#fff;
    display:inline;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li:nth-of-type(2) > a span.down_arrow{
    color:#666;
    display:inline;
}
body.dark .main_wrap .main_left .sub_manu >ul> li > ul > li:nth-of-type(2) > a span.down_arrow{
    color:#fff;
    display:inline;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li > ul{
    padding: 5px 20px;
    display: none;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li > ul.active {
    display: block;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li > ul > li {
    padding: 3px 0;
}
.main_wrap .main_left .sub_manu >ul> li > ul > li > ul > li a span{
    color:#666;
}
body.dark .main_wrap .main_left .sub_manu >ul> li > ul > li > ul > li a span{
    color:#fff;
}


.main_wrap .main_middle {
    width: 1200px;
    background: #f5f5f5;
    margin: 0 auto;
    padding: 25px 30px 50px;
    min-height: 700px;
    position: relative;
}
/* .main_wrap .main_middle.v2 {
    padding: 50px 30px;
} */
body.dark .main_wrap .main_middle {
    background: #333;
}
.main_wrap .main_middle .title_name {
    margin-bottom: 20px;
}
.main_wrap .main_middle .title_name h2{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.main_wrap .main_middle .title_name h2 span {
    color: #FD4400;
}

.main_wrap .main_middle .section.section_search {
    margin: 10px auto 20px;
    max-width: 100%;
    /* padding: 30px 50px; */
    box-sizing: border-box;
    /* background: #fff; */
    border-radius: 10px;
    /* border: 1px solid #cdcdcd; */
    position: absolute;
    top: 0;
    width: 485px;
    left: 50%;
    transform: translateX(-50%);  
}
.main_wrap .main_middle .section.section_search .input_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}
.main_wrap .main_middle .section.section_search .input_wrap .input_content {
    display: flex;
    align-items: center;
}
.main_wrap .main_middle .section.section_search .input_wrap .input_content span {
    display: inline-block;
    color: #666;
    margin-right: 10px;
}
.main_wrap .main_middle .section.section_search .input_wrap .input_content select {
    margin-right: 5px;
    width: 150px;
}
.main_wrap .main_middle .section.section_search .input_wrap .input_content input[type="submit"] {
    display: inline-block;
    background: #FD4400;
    color: #fff;
    padding: 5px 60px;
    border-radius: 5px;
    border-width:0;
}

.main_wrap .main_middle .section { width: 100%;}

.main_wrap .main_middle .section.section1 { width: 100%;}
.main_wrap .main_middle .section.section1 h2{
    font-size: 20px;
    color: #666;
    margin: 50px 0;
}
body.dark .main_wrap .main_middle .section.section1 h2{
    color: #fff;
}
.main_wrap .main_middle .section.section1 .content_wrap{ width: 100%;}
.main_wrap .main_middle .section.section1 .content_wrap > ul {
     width: 100%;
     display: flex;
     flex-wrap: wrap;  
     /* background: #fff; */
}
.main_wrap .main_middle .section.section1 .content_wrap > ul > li{
    width: 19.2%;
    height: 370px;
    background: #f9fafc;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    margin-right:10px ;
    border: 1px solid #cdcdcd;

}
body.dark .main_wrap .main_middle .section.section1 .content_wrap > ul > li {
    background: #000;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(5n){
    margin-right: 0;
}
.main_wrap .main_middle .section.section1 .content_wrap >ul > li .box {
  width: 100%;
}
.main_wrap .main_middle .section.section1 .content_wrap >ul > li .box .img {
    width: 100%;
    height: 200px;
}
.main_wrap .main_middle .section.section1 .content_wrap >ul >li .box .img > img {
    width: 100%;
    height: 100%;
}
.main_wrap .main_middle .section.section1 .content_wrap >ul >li .box .info_top {
    width: 100%;
    margin-top: 5px;
}
.main_wrap .main_middle .section.section1 .content_wrap >ul> li .box .info_top ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_top ul li {
    height: 15px;

}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_top ul li span {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 3px;
    
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_top ul li span.span1 {
    background: #FD4400;
    color: #fff;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_top ul li span.span2 {
    background: #2532D5;
    color: #fff;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_top ul li span.span3 {
    background: #4F59DB;
    color: #fff;
}

.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_top ul li:last-of-type {
    text-align: end;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_top ul li:last-of-type .span3 {
    margin-left: 5px;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_ttl {
    margin: 15px auto 5px;
    font-size: 24px;
    font-weight: 700;
    color:#FD4400;
    text-align: center;
    word-break: keep-all;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_tel {
    font-size: 18px;
    font-weight: 400;
    color:#666;
    text-align: center;
    /* border-bottom: 1px solid #cdcdcd; */
    padding-bottom: 5px;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_addr {
    font-size: 18px;
    font-weight: 400;
    color:#666;
    text-align: center;
    /* border-bottom: 1px solid #cdcdcd; */
    /* padding-bottom: 5px; */
}
body.dark .main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_tel {
    color: #fff;
}
body.dark .main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_addr {
    color: #999;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_bottom {
    margin-top: 5px;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_bottom ul{
 display: flex;
 justify-content: flex-end;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_bottom ul li span {
    display: inline-block;
    background: #f2cc00;
    font-size: 10px;
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: 3px;
}
.main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_bottom ul li:last-of-type{
    margin-left: 5px;
}

.main_wrap .main_middle .section.section2 {
    margin-top: 30px;
}
.main_wrap .main_middle .section.section2 .content ul li {
    border-top: 1px solid #e1e1e1;
    padding: 10px 30px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.main_wrap .main_middle .section.section2 .content ul li:last-of-type{
    border-bottom: 1px solid #e1e1e1;
}
.main_wrap .main_middle .section.section2 .content ul li span {
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-right: 5px;
}
.main_wrap .main_middle .section.section2 .content ul li span:nth-of-type(1){
    color: #FFC400;
}

.main_wrap .main_middle .section.section2 .content ul li span:nth-of-type(2){
    background: #FD4400;
}
.main_wrap .main_middle .section.section2 .content ul li span:nth-of-type(3){
    background:#2532D5;
}
.main_wrap .main_middle .section.section2 .content ul li span:last-of-type {
    background: none;
}
.main_wrap .main_middle .section.section2 .content ul li span a{
    font-size: 14px;
    color: #666;
}
body.dark .main_wrap .main_middle .section.section2 .content ul li span a{
    color: #fff;
}
.main_wrap .main_middle .section.section2 .content .sch_true {
    font-size: 18px;
}

.footer {
    padding: 20px 0 40px;       
    background: #f9fafc;
}
.footer p { 
    text-align: center;
    font-size: 14px;
    color: #666;   
}

body.dark .footer {
    background: #000;
}
body.dark .footer p{
    color: #fff;  
}

.section-board {
    margin: 100px auto;
    min-height: 700px;
}
#bo_list_total {
    display: none;
}
.btn_bo_user li {
    float: left;
    width: 40px;
    text-align: center;
    margin-left: 5px;
    background: none;
}
.tbl_wrap table {
    background: #f5f5f5;
}
#bo_list tbody tr {
    border-left: none;
}
.bo_notice td {
    background: #f5f5f5 !important;
    border-bottom: 1px solid #ecf0f1;
}
body.dark .bo_notice td {
    background: #333 !important;
}
.bo_notice td a {
    color:#666;
}
#bo_list .bo_tit .new_icon {
    display: none;
}
.tbl_head01 td {
    height: auto;
}
#bo_list .td_name .sv_member {
    color: #666;
}
#captcha #captcha_info {
    color: #666;
}
#bo_v {
    padding: 30px ;
}
#bo_v_title {
    color: #666;
}

#bo_gall .bo_tit {
    color: #666;
}
.write_flex .write_ttl {
    color: #666;
}
.write_flex .write_cont.radio_part label{
    color: #666;
}
.bo_tit {
    display: block;
    color: #666;
    font-weight: bold;
}
.bo_tit a {
    color: #666;
}
.tbl_head01 td {
    color: #666;
}
body.dark .tbl_head01 td {
   background: #333;
}
#ol_after_private a {
    color: #666;
}
#ol_after_hd strong {
    color: #666;
}
body.dark #ol_after_hd strong {
    color: #fff;
}
#bo_v_info .sv_member {
    color: #666;
    font-size: 16px;
}
#bo_v_con {
    font-size: 16px;
}
body.dark #bo_v_con  {
    color: #fff;
}
.topbanner_m {
    display: none;
}

body.dark #bo_v {
    background: #333;
}
#bo_v_title .bo_v_tit {
    display: block;
    font-size: 1.3em;
    margin: 5px 0 0;
    word-break: break-all;
    line-height: 1.5;
}
body.dark #bo_v_title .bo_v_tit {
    color:#fff;
}
#bo_v_info strong a {
    color: #666;
}
body.dark #bo_v_top ul {
    background: #333;
}
body.dark .bo_v_nb li a {
    color: #fff;
}
body.dark #bo_vc .guest {
    color: #fff;
}
body.dark #bo_vc .cmt_contents p {
    color: #fff;
}
body.dark .cmt_btn {
    background: #333;
}
body.dark .cmt_btn b {
    color: #fff;
}

a.btn_b01, .btn_b01 {
    color: #666 !important;
}
#bo_v_info {
    border-bottom: 1px solid #666 !important;
}
.bo_v_nb li {
    border-top: 1px solid #666 !important;
}
.bo_v_nb li:last-child {
    border-bottom: 1px solid #666 !important;
}
.tbl_head01 td {
    border-top: 1px solid #666 !important;
    border-bottom: 1px solid #666 !important;
}
.ol {
    border: 1px solid #666 !important;
}
#hd_sch #sch_stx {
    border: 1px solid #666 !important;
}
.bo_fx {
    display: none !important;
}

#quick_bar {
    position: fixed;
    bottom: -240px;
    z-index: 10;
    width: 100%;
    transition: 1s;
}
#quick_bar.active {
    transition: 1s;
    bottom: 0;
}

#quickbtn {
    border-bottom: 65px solid #f9e54e;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    width: 240px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    top: -300px;
}
#quickbtn > span {
    display: block;
    font-size: 21px;
    font-weight: 800;
    color: #303030;
    position: absolute;
    top: 15px;
    text-indent: 50px;
}
#quickbtn > span > img {
    width: 26px;
    animation: updown 1.2s infinite linear;
    transition: all .3s;
}
#quickbtn > span > img.active {
    transform: rotate(-180deg);
    animation: none;
}

#quick_bar .content {
    width: 100%;
    height: 250px;
    background-color: #f9e54e;
    position: absolute;
    top: -250px;
}
#quick_bar .content .txt {
    width: 100%;
    text-align: center;
    margin: 25px 0 20px 0;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 2;
    letter-spacing: -1px;
}
#quick_bar .content .txt span {
    font-weight: 700;
    color: #31b7bc;
}
#quick_bar .content .form_div {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
#quick_bar .content .form_div .input_div {
    width: 70%;
    float: left;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
#quick_bar .content .form_div::after{
    content: '';
    display: block;
    clear: both;
}
#quick_bar .content .form_div .input_div input[type="text"] {
    width: 45%;
    height: 45px;
    border: 1px solid #606060;
    border-radius: 10px;
    background-color: #f9e54e;
    text-indent: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
#quick_bar .content .form_div .input_div input[type="text"].f1 {
    margin-right: 10px;
    margin-bottom: 7.5px
}
#quick_bar .content .form_div .input_div input[type="text"].f2 {
    margin-left: 10px;
    margin-bottom: 7.5px;
}
#quick_bar .content .form_div .input_div input[type="text"].f3 {
    margin-right: 10px;
    margin-top: 7.5px;
}
#quick_bar .content .form_div .input_div input[type="text"].f4 {
    margin-left: 10px;
    margin-top: 7.5px;
}
#quick_bar .content .form_div .submit_div {
    width: 30%;
    float: left;
}
#quick_bar .content .form_div .submit_div input[type="submit"] {
    width: 60%;
    height: 70px;
    border-radius: 15px;
    font-size: 21px;
    color: #fff;
    font-weight: 800;
    background-color: #2e4c7e;
    border: 0px;
    letter-spacing: -1px;
    cursor: pointer;
}
#quick_bar .content .form_div .submit_div .check_div {
    display: block;
    padding-top: 15px;
}
#quick_bar .content .form_div .submit_div .check_div input[type="checkbox"] {
    display: none;
}
#quick_bar .content .form_div .submit_div .check_div label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
    cursor: pointer;
}
#quick_bar .content .form_div .submit_div .check_div input[type="checkbox"] + label > span {
    width: 16px;
    height: 16px;
    border: 1px solid #303030;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 3px;
    margin-bottom: 1px;
}

.search_form {
    text-align: center;
    margin-bottom: 25px;
}
.search_form form input[type="text"]{
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    width: 350px;
    font-size: 18px;
    margin-right: 10px;
}
.search_form form input[type="submit"]{
    border-radius: 10px;
    padding: 10px 40px;
    border: none;
    background: red;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

#bo_gall #gall_ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 10px 0 0;
}

#bo_gall #gall_ul .col-gn-4 {
    width: 24%;
    margin-right: 1.3%;
}
#bo_gall #gall_ul .col-gn-4:nth-of-type(4n) {
    width: 24%;
    margin-right: 0;
}

.pg_box {
    text-align: center;
}

.main .pg_page {
    text-align: center;
    margin-right: 5px;
}
.main .pg_page:last-of-type {
    margin-right: 0;
}






@keyframes updown {
    0%   {transform: translateY(0);}
    25%  {transform: translateY(-7px);}
    75%  {transform: translateY(7px);}
    100% {transform: translateY(0px);}
}






@media screen and (max-width:1650px){

    .main_wrap {
        justify-content: center;
    }
    .main_wrap .main_right_all {
        display: block;
    }

    .main_wrap .main_right {
       display: flex;
       justify-content: space-between;
       margin-top: 50px;
       width: 100%;
       padding-left: 0;
    }
    .main_wrap .main_middle {
        margin: 0;
    }
    .main_wrap .main_right .sub_manu{
        width: 100%;
        margin-right: 20px;
    }
    .main_wrap .main_right .sub_manu:last-of-type {
        margin-right: 0;
    }

    .hd_sch_wr {
        /* padding:27px 0; */
    }
    #hd_sch #sch_stx {
        /* width: 200px; */
    }
    #hd_sch #sch_submit {
        /* right: 40px; */
    }
       
}
@media screen and (max-width:1420px){
    .main_wrap .main_middle {
        width: 100%;
    }
}
@media screen and (max-width:1280px){
    #barsbtn {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        left: 30px;
        z-index: 100000;
        color: #666;
        

    }
    #closedbtn {
        position: absolute;
        z-index: 12;
        font-size: 18px;
        top: 20px;
        left: 20px;
        color: #666;
    }
    .main_wrap {
        display: block;
    }
    .main_wrap .main_left {
       display: none;
    }
    .main_wrap .main_left.active {
        display: block;
        position: absolute;
        z-index: 9;
        background: #fff;
        top: 0px;
        width: 250px;
        padding-left: 50px;
        height: 230%;
        border-right: 1px solid #cdcdcd;
        padding-top: 50px;
        overflow-y: hidden;
    }
    body.dark .main_wrap .main_left.active {
        background: #000;
    }
    .main_wrap .main_middle{
        width: 100%;
        padding: 25px 30px 50px;
    }
    .main_wrap .main_middle .section.section1 {
        margin: 0 auto;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul {
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li {
        width: 19.1%;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(5n){
       
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(4n){
       
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul>li .box .img {
        width: 100%;
    }
}

@media screen and (max-width:1080px){
    .main_wrap .main_middle .section.section1 .content_wrap > ul >li{
        height: 300px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .img{
        height:130px;
    }
    /* .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(5n){
        margin-right: 21px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(4n){
        margin-right: 21px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(3n){
        margin-right: 0px;
    } */
    
    
    
}
@media screen and (max-width:986px){
    .main_wrap .main_right {
        flex-wrap: wrap;
    }
    .main_wrap .main_right .sub_manu {
        width: 48%;
    }
    .main_wrap .main_right .sub_manu:nth-of-type(2n) {
        margin-right: 0;
    }
    .main_wrap .main_right .sub_manu.sm3 .ttl .plus {
        width: 185px;
    }

  

}

@media screen and (max-width:965px){
    .main_wrap .main_middle .section.section1 .content_wrap > ul>li {
        width: 19%;
    }

    
    
    /* .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(5n){
        margin-right: 21px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(4n){
        margin-right: 21px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(3n){
        margin-right: 0px;
    } */
    
}
@media screen and (max-width:880px) {
    .main_wrap .main_middle .section.section1 .content_wrap > ul>li {
        width: 24%;
    }

    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(5n){
        margin-right: 10px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(4n){
        margin-right: 0
    }
    /* .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(3n){
        margin-right: 0px;
    } */
    #main_header .tophd {
        height: 70px;
        position: relative;
    }
    #main_header .tophd h2 a {
        font-size: 20px;
        line-height: 70px;
    }
    #main_header .tophd h2 a img {
        width: 160px;
    }

    #closedbtn {
        line-height: 70px;
        font-size: 18px;
        color: #666;
        position: absolute;
        top: 0;
        right: 20px;
        display: none;
    }
    #main_header .mainhd {
        display: none;
        width: 100vw;
        height: 100vh;
        background: #000;
    }
    #main_header .mainhd.active {
        display: block;
    }

    #main_header .mainhd nav ul {
        display: block;
    }
    #main_header .mainhd nav ul li:nth-of-type(1){
        display: none;
    }
    .hd_sch_wr {
        padding: 20px 0;
    }
    #hd_sch #sch_stx {
    }
    #hd_sch #sch_submit {
    }
    .main {
        padding-top: 0;
    }
    .main_wrap .main_middle {
        width: 100%;
        padding: 25px 0px 50px;
    }
    .main_wrap .main_middle .section.section_search .input_wrap {
        display: block;
    }
    .main_wrap .main_middle .section.section_search .input_wrap .input_content {
        margin-bottom: 10px;
    }
    .main_wrap .main_middle .section.section2 .content ul li {
        height: 70px;
        padding: 10px 30px;
    }

}
@media screen and (max-width:830px) {
    .main_wrap .main_middle .section.section1 .content_wrap > ul>li {
        width: 23.9%;
        
    }
    .main_wrap .main_middle .section.section2 .content ul li {
        height: 70px;
        padding: 10px 30px;
    }
    #main_header .main_banner .b_all ul {
        display: block;
    }
    #main_header .main_banner .b_all ul li:nth-of-type(2) {
        display: none;
    }
    .topbanner_m {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    .topbanner_m img {
        width: 100%;
    }
    #bo_gall #gall_ul.gall_row .col-gn-4 {
        width: 32%;
        margin-right: 1%;
    }
    #bo_gall #gall_ul.gall_row .col-gn-4:nth-of-type(4n) {
        margin-right: 1%;
     }
    #bo_gall #gall_ul.gall_row .col-gn-4:nth-of-type(3n) {
       margin-right: 0;
    }

}
@media screen and (max-width:776px){
    .main_wrap .main_middle {
        padding: 15px 0 50px;
    }
    .search_form {
        margin-bottom: 15px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul {
        justify-content: space-between;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul>li {
        width: 49%;
        height: 415px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(3n){
        margin-right: 10px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(2n){
        margin-right: 0px;
    }
    

    /* .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(2n){
        margin-right: 0px;
    } */
    .main_wrap .main_middle .section.section2 .content ul li {
        border-top: 1px solid #fff;
        padding: 5px 0px;
        height: 60px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .img {
        height: 240px;
    }

    .main_wrap .main_middle .section.section1 .content_wrap > ul > li .box .info_ttl {
        margin: 20px auto 5px;
        font-size: 28px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li .box .info_tel {
        font-size: 24px;
    }

    .main_wrap .main_middle .section.section2 .content ul li span {
        font-size: 8px;
    }
    .main_wrap .main_middle .section.section2 .content ul li span a {
        font-size: 10px;
    }
    .main_wrap .main_middle .section.section1 h2 {
        font-size: 16px;
        /* color: #fff; */
        margin: 30px 0 10px;
    }
    .main_wrap .main_middle .section.section1 h2 span{
        font-size: 12px;
        font-weight: 400;
    }
    .main_wrap .main_middle .section.section1 {
        width: 100%;
        min-height: 500px;
        padding: 0 0px;
    }
    .main_wrap .main_middle .section2 {
        padding: 0 10px;
    }
    #bo_list .td_name {
        display: none;
    }
    #bo_list .td_num {
        display: none;
    }

    .hd_sch_wr {
       
    }
    #hd_sch #sch_stx {
       
    }
    #hd_sch #sch_submit {
        
    }
    .modechange {
        right: 20px;
        width: 100px;
        font-size: 12px;
        line-height: 1.7;
    }
    .modechange1 {
        right: 20px;
        width: 100px;
        font-size: 12px;
        line-height: 1.7;
    }
    #bo_v {
        padding: 30px 5px;
    }

    
}
@media screen and (max-width:576px){
    .main_wrap .main_middle .section.section1 .content_wrap > ul {}
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li {
        width: 48.5%;
        height: 310px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .img{
        height:170px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_ttl {
        font-size: 16px;
    
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_top ul li span {
        padding: 4px 6px;
        font-size: 10px;
    }
    .main_wrap .main_middle .section.section2 .content ul li {
        border-top: 1px solid #fff;
        padding: 10px 0px;
        height: 80px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul >li .box .info_tel {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .main_wrap .main_middle .section.section2 .content ul li span {
        font-size: 8px;
    }
    .main_wrap .main_middle .section.section2 .content ul li span a {
        font-size: 10px;
    }
    .main_wrap .main_middle .section.section1 h2 {
        font-size: 16px;
        /* color: #fff; */
        margin: 30px 0 10px;
    }
    .main_wrap .main_middle .section.section1 h2 span{
        font-size: 12px;
        font-weight: 400;
    }
    .main_wrap .main_middle .section.section1 {
        width: 100%;
        min-height: 500px;
    }
    #bo_list .td_name {
        display: none;
    }
    #bo_list .td_num {
        display: none;
    }

    .hd_sch_wr {
       
    }
    #hd_sch #sch_stx {
        
    }
    #hd_sch #sch_submit {
        
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li .box .info_ttl {
        font-size: 20px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(3n) {
        margin-right: 10px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(2n) {
        margin-right: 00px;
    }
    .main_wrap .main_middle .section.section2 .content ul li {
        border-top: 1px solid #fff;
        padding: 10px 0px;
        height: 80px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .main_wrap .main_middle .section.section2 .content ul li span {
        font-size: 8px;
    }
    .main_wrap .main_middle .section.section2 .content ul li span a {
        font-size: 10px;
    }
    .main_wrap .main_middle .section.section1 h2 {
        font-size: 16px;
        /* color: #fff; */
        margin: 30px 0 10px;
    }
    .main_wrap .main_middle .section.section1 h2 span{
        font-size: 12px;
        font-weight: 400;
    }
    .main_wrap .main_middle .section.section1 {
        width: 100%;
        min-height: 500px;
    }
    #bo_list .td_name {
        display: none;
    }
    #bo_list .td_num {
        display: none;
    }

    .main_wrap .main_middle .section.section_search {
        width: 400px;
    }

    .hd_sch_wr {
       
    }
    #hd_sch #sch_stx {
        width: 300px;
    }
    #hd_sch #sch_submit {
        
    }
    .main_wrap .main_right .sub_manu {
        width: 100%;
        margin-right: 0;
    }
    .main_wrap .main_right .sub_manu .ttl .plus {
        width: 360px;
    }
    .main_wrap .main_right .sub_manu.sm2 .ttl .plus {
        width: 360px;
    }
    .main_wrap .main_right .sub_manu.sm3 .ttl .plus {
        width: 360px;
    }
    .main_wrap .main_right .sub_manu.sm4 .ttl .plus {
        width: 360px;
    }
    
    .search_form form input[type="text"] {
        width: 70%
    }
    .search_form form input[type="submit"] {
        padding: 10px 30px;
    }
    
}

@media screen and (max-width:520px){
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li {
        width: 48%;
        /* height: 280px; */
    }
    #smart_editor2 {
        min-width: 360px !important;
        width: 100%;
    }
}



@media screen and (max-width:480px){
    .pc {
        display: none !important;
    }
    .tab {
        display: none;
    }
    .mo {
        display: block;
    }
    #main_header .tophd {
        height: 70px;
        position: relative;
    }
    #main_header .tophd h2 a {
        font-size: 20px;
        line-height: 70px;
    }
    #main_header .tophd h2 a img {
        width: 100px;
    }
    #barsbtn {
        
    }
    #closedbtn {
        
    }
    #main_header .mainhd {
        display: none;
        width: 100vw;
        height: 100vh;
        background: #000;
    }
    #main_header .mainhd.active {
        display: block;
    }
    #main_header .mainhd nav ul {
        display: block;
    }
    #main_header .mainhd nav ul li:nth-of-type(1){
        display: none;
    }

    .search_form form input[type="text"] {
        font-size: 12px;
    }
    .search_form form input[type="submit"] {
        font-size: 12px;
        padding: 10px 25px;
    }



    .main_wrap .main_left {
        
    }
    .main_wrap .main_right {
       
    }
    .main {
        padding-top: 0;
    }
    .main_wrap {
        display: block;
    }
    .main_wrap .main_middle {
       
    }
    .main_wrap .main_middle .section.section_search .input_wrap {
        display: block;
    }
    .main_wrap .main_middle .section.section_search {
        width: 330px;
    }
    #hd_sch #sch_stx {
       
    }
    .main_wrap .main_middle .section.section_search .input_wrap .input_content {
        margin-bottom: 5px;
    }
    .main_wrap .main_middle .section.section_search .input_wrap .input_content select {
        margin-right: 5px;
        width: 110px;
    }
    .main_wrap .main_middle .section.section_search .input_wrap .input_content:nth-of-type(3){
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul {
        
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li {
        height: 285px;
        width: 48.5%;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(5n) {
        margin-right: 10px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(2n){
        margin-right: 0;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li .box .img {
        width: 100%;
        height: 150px;
    }
    .main_wrap .main_middle .section.section2 .content ul li {
        padding: 10px 0px;
        height: 120px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .main_wrap .main_middle .section.section2 .content ul li span {
        font-size: 10px;
    }
    .main_wrap .main_middle .section.section2 .content ul li span a {
        font-size: 14px;
        line-height: 1.5;
    }
    .main_wrap .main_middle .section.section1 h2 {
        font-size: 16px;
        color: #666;
        margin: 30px 0 10px;
    }
    .main_wrap .main_middle .section.section1 h2 span{
        font-size: 12px;
        font-weight: 400;
    }
    .main_wrap .main_middle .section.section1 {
        width: 100%;
        min-height: 500px;
    }
    #bo_list .td_name {
        display: none;
    }
    #bo_list .td_num {
        display: none;
    }

    .hd_sch_wr {
       
    }
    #hd_sch #sch_stx {
        width: 230px;
        
    }
    #hd_sch #sch_submit {
        
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li .box .info_ttl {
        font-size: 14px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li .box .info_ayrl {
        font-size: 14px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li .box .info_addr {
        font-size: 12px;
    }

    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(3n) {
        margin-right: 10px;
    }
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .main_wrap .main_right .sub_manu .ttl .plus {
        width: 240px;
    }
    .main_wrap .main_right .sub_manu.sm2 .ttl .plus {
        width: 240px;
    }
    .modechange {
        right: 20px;
        width:45px;
        font-size: 13px;
        line-height: 1.3;
        padding: 3px 0;
        word-break: keep-all;
    }
    .modechange1 {
        right: 20px;
        width:45px;
        font-size: 13px;
        line-height: 1.3;
        padding: 3px 0;
        word-break: keep-all;
    }
    #bo_v_title .bo_v_tit {
        display: block;
        font-size: 1.1em;
        margin: 5px 0 0;
        word-break: break-all;
        line-height: 1.5;
    }
    .main_wrap .main_right .sub_manu.sm3 .ttl .plus {
        width: 240px;
    }
    .bo_sch {
        margin-left: -176px !important;
    }
    #quick_bar {
        bottom: -290px;
    }

    #quickbtn {
        top: -350px;
    }
    #quick_bar .content {
        width: 100%;
        height: 350px;
        top: -300px;
    }
    #quick_bar .content .txt {
        font-size: 14px;
    }
    #quick_bar .content .form_div .input_div {
        width: 100%;
        float: none;
    }
    #quick_bar .content .form_div .submit_div {
        width: 100%;
        float: none;
        margin: 20px auto;
        text-align: center;
    }
    #quick_bar .content .form_div .input_div input[type="text"] {
        height: 40px;
    }
    #quick_bar .content .form_div .submit_div input[type="submit"] {
        width: 30%;
        height: 40px;
        font-size: 16px;
        margin: 0 auto;
    }
    #quick_bar .content .form_div .submit_div .check_div label {
        font-size: 12px;
    }

    .main_wrap .main_middle {
        width: 100%;
        padding: 15px 0px 30px;
    }
    .search_form {
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:395px){

    .main_wrap .main_middle {
        padding: 15px 0px 30px;
    }
    .main_wrap .main_middle.v2 {
        padding: 15px 0px 30px;
    }
    
    .main_wrap .main_middle .section.section1 .content_wrap > ul > li {
        width: 48.5%;
        margin-bottom: 12px;
    }
    .main_wrap .main_middle .section.section_search {
        width: 280px;
    }
    .main_wrap .main_middle .section2 {
        padding: 0 0px;
    }

}
@media screen and (max-width:380px){
    .hd_sch_wr {
        padding: 5px 0;
    }
    #hd_sch #sch_stx {
        width: 200px;
        height: 30px;
        font-size: 0.8em;
    }
    #hd_sch #sch_stx {
        width: 230px;
    }
    #hd_sch #sch_submit {
        width: 50px;
        height: 30px;
        font-size: 12px;
    } 
}