@charset "utf-8";

/*Mobile*/
.greeting{text-align:center;letter-spacing:-1px;}
.greeting .gree_txt{font-size: 18px;color:#000;word-break: keep-all;}
.greeting .gree_txt span{display:block;font-size:1.4em;font-weight:700;color:#3376b8;}
.greeting ul{padding:30px 0;}
.greeting ul li{padding-bottom:10px;word-break: keep-all;}
.greeting .gree_img img{width:100%;max-width: 910px;}

.bbs_total .red, .bbs_total .bold{color: #d61e49;font-weight: bold;}
.bbs_search3 .s_button{height: 34px;border-radius: 5px;background: var(--point1);color: #fff;}
.bbs_search3 .s_button:hover, .bbs_search3 .s_button:focus{background: var(--point3);color: #000;}

.com_box .bbs_search2 .intxt{width: 40%!important;}
.com_box .bbs_search2 .right a{display: inline-block;height: 34px;padding: 0 10px;border-radius: 5px;background: var(--point1);color: #fff;}
.com_box .bbs_search2 .right a:last-of-type{background: var(--point2);}
.com_box .bbs_search2 .right a:hover, .com_box .bbs_search2 .right a:focus{background: var(--point3);color: #000;}
.com_box .bbs_search2 .right a span{display: inline-block;padding: 0;color: inherit;}

.buttonBox{margin: 10px 0;}
.buttonBox .btn_wrap{display: inline-block;margin: 2px;}
.buttonBox .btn_wrap a{display: inline-block;padding: 5px 10px;background: var(--bgpoint);color: var(--point1);border-radius: 5px;}
.buttonBox.fr{text-align: right;}
.buttonBox.fr .btn_wrap a{background: var(--dkgray);color: #fff;}
.buttonBox .btn_wrap a:hover, .buttonBox .btn_wrap a:focus, .buttonBox .btn_wrap.on a{background: var(--point3);color: #000;}

.bbs_skin2 .sbtn a{display: inline-block;padding: 5px 10px;background: var(--bggray2);color: var(--dkgray);border-radius: 5px;}
.bbs_skin2 .sbtn a:hover, .bbs_skin2 .sbtn a:focus{background: var(--dkgray);color: #fff;}
.minwon_list a[class^="tbox"]{display: inline-block;padding: 3px 0;color:#fff;line-height:1em;font-size:14px;text-align:center;width: 60px;margin-left: 6px;border-radius: 5px;}
.bbs_page .paging span.on{display: inline-block;width: 40px;height: 40px;margin: 2px;text-align: center;line-height: 40px;border-radius: 15px;background: var(--point2);color: #fff;text-decoration: underline;font-weight: bold;}

/* Tablet */
@media all and (min-width:768px) {
.greeting .gree_txt{font-size:1.7em;}
.greeting .gree_txt span{width:60%;margin:0 auto;padding-bottom:20px;border-bottom:dashed 1px #ccc;}
.greeting ul{font-size:1.1em;position:relative;z-index:100;background:#fff;width: 80%;margin:0 auto;padding:20px 30px;opacity:0.9}
.greeting .gree_img{position:relative;margin-top:-150px;z-index:1;}

.buttonBox.fl{float: left;}
.buttonBox.fr{float: right;}
.buttonBox:after{display: block;clear: both;content: "";}
}   

/*PC*/
@media all and (min-width:1023px) {
.greeting ul{width: 56%;}   

}    