@charset "utf-8";
.fl{float: left}
.fr{float: right}
.board_list > table td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board_list > table td .title {display: inline-block;width: 100%; max-width: 90%;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board_list > table td a {display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.tab_type{position:relative;overflow:hidden;background:#fff;margin:25px 0;}
.tab_type ul.title_box{width:100%;float: left;margin: 1px 0 0 2px;height: inherit;}
.tab_type ul.title_box li{width: calc(100% /9); text-align: center;margin: 0 0 0 -1px;}
.tab_type ul.title_box li a{
    display: inline-block;
    line-height: 1.2;
    color:#808080;
    font-weight:bold;
    background: #F9F9F9;
    width: 100%;
    float: left;
    border: 1px solid #D9D9D9;
    margin: -1px 0 0 -1px;
    font-size: 16px;
    padding: 17px 2px;
    font-weight: 500;
    }
.tab_type ul.title_box li a.on{background:#4b4b4b;color:#fff;font-weight:600;}
.tab_type ul.title_box li a:hover {background:#4b4b4b;color:#fff}
/* select */
/*  초기화 */
select{-webkit-appearance:none; -moz-appearance:none;appearance:none}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand{display:none}
select{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none;appearance:none;border:1px solid #ccc;font-size:14px;letter-spacing:-.04em;color:#000;box-sizing:border-box;text-align:left;vertical-align:top;height:31px;line-height:28px;padding:0 6px;
    background:#fff url(/assets/img/select_arrow.png) right top no-repeat;text-indent:3px}


/* .select_type{border-radius:10px;border:1px solid #ccc;min-width:100px;font-size:1.4rem;color:#727272;font-weight:400;text-align:left;vertical-align:top;line-height: 4rem;padding:0 20px;background:#fff url(/assets/img/select_arrow.png) right top no-repeat;text-indent:3px} */

a[href^=tel] {
    text-decoration:inherit;
    color:inherit;
}

.board_search_form {display: flex; justify-content: center;margin: 0 0 30px 0;}
.board_search_form form{display: flex;}
.board_search_form .input_box {/* flex: 0 1 auto; */float: left;}

.no_data_type1{width:100%;text-align:center;padding:25px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc}


/* board css */
/* 게시판공통 */
#board_basic{padding:0}
#board_view img { border: none; vertical-align: top;max-width:100%;position:relative;margin:0 auto;text-align:center}

/* pw */
.pw_btn {display:inline-block}
.pw_btn button{display:inline-block;margin:15px 2px 0;width:150px;height:45px}

/* textarea */
.textarea_type{position:relative;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:#fff;font-size:12px;font-family:'Nanum Gothic';padding:0 3px;-webkit-appearance:none;border-radius:0;box-sizing: border-box}

mark {background: #ff0;color: #000; }
/* border_info */
#border_info{width:100%;height:auto;line-height:32px}
#border_info p{color:#666;font-weight:400;font-size:15px}
span.star{font-weight:700;color:#e6224c;padding:0 2px}

.m_info{display:none;}

/* 카테고리 */
#board_category{position:relative; overflow:hidden;margin-bottom:10px}
#board_category ul.title_box{height:42px}
#board_category ul.title_box li{float:left}
#board_category ul.title_box li h4 a{display:block; height:27px;padding:13px 25px 0 25px; font-size:13px; line-height:16px; color:#555555; font-weight:bold; border:1px solid #d8d8d8; ;border-left:1px solid #d8d8d8;background:#f5f5f5;border-radius:3px 3px 0 0;margin-right:-1px;}
#board_category ul.title_box li h4 a.on{border-bottom:1px solid #fff; color:#4b4b4b; background:#fff}
#board_category ul.title_box li h4 a:hover{background:#fff}

/* 카테고리 */
.tab_type1{position:relative; overflow:hidden;margin-bottom:20px}
.tab_type1 ul{height:42px}
.tab_type1 ul li{float:left}
.tab_type1 ul li a{display:block; height:27px;padding:13px 25px 30px  25px; font-size:13px; line-height:16px; color:#555555; font-weight:bold; border:1px solid #d8d8d8; ;border-left:1px solid #d8d8d8;background:#f5f5f5;border-radius:3px 3px 0 0;margin-right:-1px;}
.tab_type1 ul li.on a,
.tab_type1 ul li a.on {border-bottom:1px solid #fff; color:#fff; background:#4b4b4b}
.tab_type1 ul li a:hover{background:#4b4b4b; color: #fff;}

/* 검색영역 */
#board_search{clear:both;padding:20px;box-sizing:border-box;float:right}
#board_search .board_search_date{float:left;padding-right:10px}
#board_search .board_search_form legend, #board_search .board_search_form label{overflow:hidden;position:absolute;width:1px;height:1px;font-size:0;line-height:0}
#board_search{float:none;text-align:center}

/* 페이지 */
#paginate_complex{text-align:center;height:34px;display:inline-block;width:100%;margin-bottom:30px}
#paginate_complex p.btn_page{display:inline-block;text-align: center}
p.btn_page a{width: 40px;height: 40px;display:inline-block;float:left;border:1px solid #d4d4d4;margin-left:1px;color:#666;font-size:13px;line-height: 40px;}
p.btn_page a:hover{background:#fff;border:1px solid #222;background:#f8f8f8}
p.btn_page span.on{background:#fff;border:1px solid #222;margin-left: 5px;color:#222;}
p.btn_page a.prev_back{display:inline-block;width:40px;height:40px;font-size:0;background:url(../img/icon_page_prev.png) center no-repeat}
p.btn_page a.next_back{display:inline-block;width: 40px;height: 40px;font-size:0;background: url(../img/icon_page_next.png) center no-repeat;margin-left:1px}
p.btn_page a.first_back{display:inline-block;width: 40px;height: 40px;font-size:0;background: url(../img/icon_page_firstback.png) center no-repeat;margin-left:5px}
p.btn_page a.last_back{display:inline-block;width: 40px;height: 40px;font-size:0;background: url(../img/icon_page_lastback.png) center no-repeat;margin-left:1px}
p.btn_page a img{vertical-align:baseline}
p.btn_page a.on{background:#324358 !important;color:#fff !important;border:1px solid #29384b}
p.btn_page strong{line-height: 30px;display:inline-block;float:left;background:#324358;color:#fff;width:28px;height:30px;margin-left:4px;font-weight:400;font-size:13px;border:1px solid #324358}


/* 카운트 수 */
#list_total_count{padding-bottom:18px;font-size:17px;color:#909090;clear:both;width:100%;line-height:16px}
#list_total_count span{padding-left:5px}
#list_total_count strong{color:#333}
#list_total_count a.btn_rss{padding-left:5px}

/* 게시판 버튼 */
#board_btn{width:100%;padding-bottom:20px}
span.highlight{font-weight:bold;color:#ff7200}
#board_btn .fr span{float:left;margin-left:3px}


/* board_basic */
#board_wrap{width:100%;margin:0 auto;height:auto;overflow:hidden; max-width:1500px}



.go_list:before{position:absolute;top:7px;left:0;width:24px;height:15px;background-position:-232px -69px;content:''}
.go_list{margin:30px 0 0px 0;display:inline-block;position:relative;background:url(/assets/img/goback_ico.png) left center no-repeat;padding-left:38px;font-size:18px;letter-spacing:-1px;line-height:27px;color:#000}
.go_list:after{display:block;width:100%;height:1px;background-color:#000;content:''}
.go_list:hover{text-decoration:none;font-weight:500}

.btn_basic{display:inline-block;font-weight:bold;background:#222;font-size:15px;color:#fff;border:none;padding:0px 15px;cursor:pointer;min-width:120px;height:100px;line-height:100px}


/* 이전글 다음글 */
.nextPrev_list {clear: both;margin-top:9px;border-top: solid 1px #eee;border-bottom: solid 1px #eee;overflow:hidden}
.nextPrev_list li{float:left;width:100%;height:50px;line-height:48px;border-top: solid 1px #eee}
.nextPrev_list li:first-child{border-top: none}
.nextPrev_list li strong {display:block;float:left;padding: 2px 40px 2px 49px;background: url(/assets/img/prev_next_bg.gif) left top no-repeat;width:50px;height:50px;color:#333;line-height:48px;font-size:15px}
.nextPrev_list li strong.next_list {background-position: 0 -50px}
.nextPrev_list li a{display: block;text-overflow: ellipsis;white-space: nowrap;overflow:hidden;color:#666}

/* 팁 
#board_write tbody td .f_alert{font-size:1.4rem!important;font-weight:400!important;padding:5px 0 10px!important;letter-spacing:0!important;display:block!important;color:#d63232!important}
.bbs_file_tip li {font-size:1.4rem!important;font-weight:400!important;color:#d63232!important}*/

/* 버튼 */
.button_type1 {
    background: #fff;
    color: #727272;
    border: solid #ccc 1px;
    text-decoration: none;
    font-weight:700;
    display:inline-block;
    cursor:pointer;
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    border-radius: 3px;
}


.easyimage-align-left { text-align: left !important; }
.easyimage-align-center { text-align: center !important; }
.easyimage-align-right { text-align: right !important; }


.button_type2 {margin-bottom:30px;
  background: #35454d;
  background-image: -webkit-linear-gradient(top, #35454d, #263238);
  background-image: -moz-linear-gradient(top, #35454d, #263238);
  background-image: -ms-linear-gradient(top, #35454d, #263238);
  background-image: -o-linear-gradient(top, #35454d, #263238);
  background-image: linear-gradient(to bottom, #35454d, #263238);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  border: solid #16193b 1px;
  text-decoration: none;
  box-sizing:border-box;
  display:inline-block;
  cursor:pointer

 }

.button_type2:hover {
  background-image: -webkit-linear-gradient(top, #263238, #35454d);
  background-image: -moz-linear-gradient(top, #263238, #35454d);
  background-image: -ms-linear-gradient(top, #263238, #35454d);
  background-image: -o-linear-gradient(top, #263238, #35454d);
  background-image: linear-gradient(to bottom, #263238, #35454d);
  text-decoration: none;
}


  .button_type3 {
  margin-bottom:30px;
  background: #00b8d4;
  background-image: -webkit-linear-gradient(top, #00b8d4, #00a8c1);
  background-image: -moz-linear-gradient(top, #00b8d4, #00a8c1);
  background-image: -ms-linear-gradient(top, #00b8d4, #00a8c1);
  background-image: -o-linear-gradient(top, #00b8d4, #00a8c1);
  background-image: linear-gradient(to bottom, #00b8d4, #00a8c1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  border: solid #009cb1 1px;
  text-decoration: none;
  box-sizing:border-box;
  display:inline-block;
  cursor:pointer
 }

.button_type3:hover {
  background: #00a8c1;
  background-image: -webkit-linear-gradient(top, #00a8c1, #00b8d4);
  background-image: -moz-linear-gradient(top, #00a8c1, #00b8d4);
  background-image: -ms-linear-gradient(top, #00a8c1, #00b8d4);
  background-image: -o-linear-gradient(top, #00a8c1, #00b8d4);
  background-image: linear-gradient(to bottom, #00a8c1, #00b8d4);
  text-decoration: none;
 }


  .button_type4 {
  background: #c82b3a;
  background-image: -webkit-linear-gradient(top, #d24c59, #862c2c);
  background-image: -moz-linear-gradient(top, #d24c59, #862c2c);
  background-image: -ms-linear-gradient(top, #d24c59, #862c2c);
  background-image: -o-linear-gradient(top, #d24c59, #862c2c);
  background-image: linear-gradient(to bottom, #d24c59, #862c2c);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  border: solid #b10000 1px;
  text-decoration: none;
  box-sizing:border-box;
  display:inline-block;
  cursor:pointer
 }

.button_type4:hover {
  background: #00a8c1;
  background-image: -webkit-linear-gradient(top, #862c2c, #d24c59);
  background-image: -moz-linear-gradient(top, #862c2c, #d24c59);
  background-image: -ms-linear-gradient(top, #862c2c, #d24c59);
  background-image: -o-linear-gradient(top, #862c2c, #d24c59);
  background-image: linear-gradient(to bottom, #862c2c, #d24c59);
  text-decoration: none;
 }

.mt20 { margin-top:20px; }

.video_btn{text-align:center}
/* 뷰 */
.board_view_contents p{padding:4px 0 !important}

/*로딩바*/
#bbs_loading{display: none}
.board_list_bg {background-color:rgba( 0, 0, 0, 0.5 );width: 100%;height: 100%;position: fixed;z-index: 99999;display: table;top: 0;left: 0;}
.loader {width: 100px;height: 100px;border: 6px solid #4d68c4;border-color: #4d68c4 transparent transparent;border-radius: 50%;margin: 0 auto;  margin-top: 20%; animation: spin 1s linear infinite;}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.board_view hr {    display: block; border: 1px dashed #ccc; }
.board_view img {cursor: pointer;max-width: 100%}
#board_modal{display: block;position: fixed;z-index: 9999;padding-top: 10%;left: 0;top: 0; width: 100%;height: 100%;overflow: auto;background-color: rgba(0, 0, 0, 0.8); }
#board_img{margin: 0 auto;display: block;max-width:95%;-webkit-animation-name: zoom;-webkit-animation-duration: 0.6s;animation-name: zoom;animation-duration: 0.6s;top: 30%;position: relative}
@-webkit-keyframes zoom {from {-webkit-transform:scale(0)}to {-webkit-transform:scale(1)}}
@keyframes zoom {from {transform:scale(0)}to {transform:scale(1)}}

/****** Mobile ******/

@media screen and (max-width:900px){
.tab_type ul.title_box li{width: calc(100% / 3);}
.tab_type ul.title_box li a{width:100%;}
}

@media screen and (max-width:500px){
.tab_type ul.title_box li{width: calc(100% / 2);}
}
@media screen and (max-width:690px){

    div, p, span, li, table td{word-break:break-all}

    .input_type{width:calc(100% - 146px)}

    .board_search_date{display:none}

    /* 페이지 */
    #board_search{width:100%;padding:10px 0;text-align:center;margin-bottom:10px;margin:0}
    #board_search .board_search_form{float:none}
    #paginate_complex{text-align:center;height:auto;margin-bottom:0}
    /*  p.btn_page a{margin-left:-1px !important} */

    #board_search{width:100%;padding:10px 0;text-align:center;margin-bottom:10px}
    #board_search .board_search_form .select_type{width:14%;margin-bottom:4px}
    #board_search .board_search_form input[type="text"]{width:calc(100% - 100px - 40px - 20px)}
    #board_search .board_search_form .search_category{width:50%}


    #board_wrap{width:100%;padding:0 0px}
    #board_basic{width:100%;padding:0 0 0px 0}


    /* 카테고리 */
    #board_category ul.title_box{border-left:none}
    #board_category ul.title_box li{width:50%}
    #board_category ul.title_box li h4 a{font-size:12px;border:1px solid #d8d8d8; border-left:1px solid #d8d8d8;margin:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:3px;}
    #board_category ul.title_box li h4 a.on{border-bottom:1px solid #d8d8d8; color:#41a2a8; background:#fff ;}
    .board_search_date{display:none}

    #list_total_count{font-size:13px;padding:10px 0}

    /* 페이지 */
    #board_search{padding:10px 0;text-align:center;margin-bottom:10px;margin:0}
    #board_search .board_search_form{float:none}

    #paginate_complex{text-align:center;height:auto;margin-bottom:0}
    /*  p.btn_page a{margin-left:-1px !important} */
    #board_search .select_type{/* min-width:70px; */font-size:13px}

    /* 댓글/코멘트 */
    .comment_top{padding:15px 0}
    /* board_basic */

    .board_view{width:100%;float:left}

    /* 페이지 */
    #paginate_complex p.btn_page{width:auto}

    .m_info{display: block;}

    p.btn_page a.first_back{width:27px}

    /*tab*/
    /* .tab_type ul.title_box li a{width:33.3%} */

}

/****** Tablet Device ******/
@media screen and (min-width:691px) and (max-width:899px) {

    #board_wrap{width:100%;}
    #board_basic{width:100%;padding:0 0 50px 0}

    /* 카테고리 */
    #board_category ul.title_box{border-left:none}
    #board_category ul.title_box li{width:25%}
    #board_category ul.title_box li h4 a{border:1px solid #d8d8d8; border-left:1px solid #d8d8d8;margin:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:3px;}
    #board_category ul.title_box li h4 a.on{border-bottom:1px solid #d8d8d8; color:#41a2a8; background:#fff ;}



    .greeting_talkbox{overflow: hidden; overflow-x: scroll; width:100%; clear:both;}
    .m_info{display: block;}



    /* 페이지 */
    #paginate_complex{text-align:center;height:50px}

    /* board_basic */
    #board_wrap{width:100%}

    /*tab*/
    /* .tab_type ul.title_box li a{width:33.3%} */

}

/****** Desktop Device ******/
@media screen and (min-width:900px) and (max-width:1150px) {

    #board_basic{width:100%;padding:0 0 50px 0}

    #board_wrap{width:100%}
    .board_view{width:100%}


}

/****** Desktop Wide Device ******/
@media screen and (min-width:1151px){

}


/****** Print ******/
@media print{
    #paginate_complex{display:none}
    #board_search{display:none}
    #board_btn{display:none}
    #list_total_count{font-size:11px}
    .board_btn,.go_list{display:none}
}
#board_list tbody thead tr {background-color: #4d68c4!important;}
#board_list thead {background-color: #fff !important; border: 0!important; border-top:2px solid #231815 !important;}
#board_list thead th {color: #282626 !important; padding: 0 10px; box-sizing:border-box;}
#board_list tbody tr:nth-child(2n) {background-color: #f2f5f7;}

.bbs_file_tip{float:left;width:100%;overflow:hidden;padding:24px 0;box-sizing:border-box;margin:4px 0}
.bbs_file_tip li {line-height:24px;color:#4d68c4;position:relative;}
.bbs_file_tip li:after{content:'';position:absolute;top:14px;left:0;width:7px;height:1px;}
/* .bbs_file_tip li span{color:#4d68c4;font-weight:400} */

#board_write div.bbs_file_ctl .button input{height:28px;width:28px;font-size:22px}
