@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list .btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list .btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list a.btn_admin:hover {}
.chk_all{margin:10px 0}
/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {text-align:right} /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w .btn_cancel {}
#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w .form_01 {margin:10px 0}
#bo_w .btn_top {margin-bottom: 100px;}
/* 게시판 목록 */
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_num {width:100px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_name {width:100px;text-align:left}
#bo_list .td_date {width:100px;text-align:center}
#bo_list .td_datetime {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .notice_icon i{color:#94bb66;font-size:18px}
#bo_list .bo_subject .fa-download{display: inline-block;width: 16px; line-height: 16px;font-size: 11px;color: #51b071; background: #e7f8ed;  border-bottom: 1px solid #c4e7d7;;text-align: center;border-radius: 5px;}
#bo_list .bo_subject .fa-link{display: inline-block;width: 16px; line-height: 16px;font-size: 11px; color: #00a7ff; background: #e7f7f8; border-bottom: 1px solid #c4dbe7;;text-align: center;border-radius: 5px;}
#bo_list .bo_subject .hot_icon{display: inline-block;width: 16px;line-height: 16px;font-size: 11px; color: #8b00ff;background: #ece7f8;border-bottom: 1px solid #e5cbf8;text-align: center; border-radius: 5px;}
#bo_list .bo_subject .new_icon{display: inline-block;width: 16px; line-height: 16px;font-size: 11px; color: #ff0000;background: #f8e7e7;border-bottom: 1px solid #e7c4c4;text-align: center;border-radius: 5px;}
#bo_list .bo_tit .fa-lock {display: inline-block;width: 16px;line-height: 16px;font-size: 11px;color: #aaa; background: #eee; border-bottom: 1px solid #ddd; text-align: center;border-radius: 5px; }
#bo_list .bo_tit {color: #333333;}

#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin: 10px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_cate li{display:inline-block;float:left;background:url('img/cate_bg.gif') no-repeat 0 50%;padding:0 15px 0 20px;}
#bo_cate li:first-child{background:none;padding-left:0}
#bo_cate a {display:block;line-height:24px;border-radius:13px;}
#bo_cate #bo_cate_on {color:#e9586f;font-weight:bold;}

/* 관리자가 아닐 때 */
#bo_list td:nth-of-type(2) {text-align:left}

/* 관리자일 때 */
#bo_list_admin th label {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_list_admin th:nth-of-type(1) {width:40px}
#bo_list_admin th:nth-of-type(2) {width:100px}

#bo_list_admin td:nth-of-type(1) {text-align:center}
#bo_list_admin td:nth-of-type(2) {text-align:center}



/* 게시판 목록 공통 */

.bo_fx {margin:10px 0;float:right}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total{margin: 10px 0;font-size: 16px;line-height: 40px;}
#bo_list_total .total{color: #035cb8;}
#bo_list_total a{line-height:33px;padding:0 10px;vertical-align:Top}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {text-align:center}
.btn_bo_adm li {display:inline-block;}
.btn_bo_adm button {border:0;padding:0 10px;background:#d13f4a;color:#fff;text-decoration:none;height:40px;vertical-align:middle}
.btn_bo_adm  a{line-height:40px;padding:0 10px;}
.bo_notice td {background:#f7f7f7}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:block;;color:#e9586f !important;font-weight:bold;text-decoration:none;font-size:0.92em;margin-bottom:10px} /* 글제목줄 분류스타일 */
.bo_subject{display:block;margin-bottom: 5px;}
.bo_subject .bo_tit{font-size: 1.25em;color: #484f56}
.bo_subject i{color: #8d96c2;font-size:12px}
.bo_subject  .fa-heart{color:#ff0000}
.bo_detail{margin: 0px;font-size: 16px;}
.bo_detail01 {display: flex;justify-content: space-between;}
.bo_detail01 .bo_detail02 {width:45%;}
.bo_detail .bo_detail02 {border-bottom: 1px solid #dddddd;display: flex;justify-content: space-between;line-height: 30px;margin-bottom: 5px;}
.bo_detail .bo_detail02 span {color: #666666;position: relative;padding-left: 10px;}
.bo_detail .bo_detail02 span:before {content: "";position: absolute;width: 3px;height: 3px;background-color: #1562BB;border-radius: 4px;display: block;top: 12px;left: 0;}
.bo_detail .bo_detail02 b {color: #333333;}


.bo_current {color:#e8180c}
.bo_info{ color: #666666;font-size: 16px;position:relative;margin-bottom: 40px;}
.bo_info .sv_wrap img{display:none;}
.bo_info .pf-icon {position:absolute;bottom:0;left:0;}
.bo_info .pf-icon img{border-radius:50%;;width:43px;height:43px;}
.bo_info .comment_icon{background:url(./img/icon_comment.png) no-repeat 50% 50% ;display:inline-block;width:20px;height:28px;text-indent:-999px;overflow:hidden;vertical-align:top;background-size:70%;margin:0 0px 0 5px}
.bo_info .bo_date{display:block;margin-top:5px}
.bo_info .bo_cmt{position:absolute;bottom:0;right:0;font-style: italic;}
.bo_info .bo_cmt span{display:inline-block;margin:0 3px;font-size:0.92em}
.bo_info .cnt_cmt {display:inline-block;margin: 0 5px 0 3px;}
.bo_info .profile_img img{border-radius:50%;vertical-align:top}

#bo_sch {position:relative;margin:0;}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch form{display: flex;justify-content: center;flex-wrap: wrap;}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{height:40px;width:90px;margin-right: 5px;border: 1px solid #B1B2B4;background: #ffffff;}
#bo_sch .sch_input{height:40px;padding:0;background-color:#ffffff;width:230px;padding:0 40px 0 10px;border: 1px solid #B1B2B4;}
#bo_sch .sch_btn{width:450px;height:50px;border:0;background-color:#035cb8;font-size:16px;color: #ffffff;border-radius: 40px;margin: auto;display: block;margin-top: 10px;}

#bo_list{margin:auto;position:relative;max-width: 1234px;}
#bo_list .list_01{padding:0;clear:both;padding:0 50px;padding-top:100px}
#bo_list .list_01 ul{display: flex;flex-wrap: wrap;margin-left: -20px;margin-right: -20px;}
#bo_list .list_01 li{padding:15px 5px;margin:0;position:relative;flex-basis: 29%;border: 1px solid #f3f3f3;border-radius: 10px;margin:0 20px;margin-bottom: 45px;}
#bo_list .list_01 li:hover{background:#fafafa}
#bo_list .list_01 .bo_notice{background:#f5f6e6;border-color:#e3e6b6;padding:10px 20px}
#bo_list .list_01 .bo_notice:hover{background:#f0f2de}
#bo_list .list_01 .bo_notice .bo_tit{color:#71a526}
#bo_list .list_01 .bo_notice .bo_detail,#bo_list .list_01 .bo_notice .bo_info{display:none}
.al_chk{padding:10px}
#bo_list .list_01 .bo_notice .bo_subject{margin:10px 0}


@media (min-width: 640px){
    .bo_subject .bo_tit{font-size: 1.8em;}
    #bo_list .list_01 li{padding:20px}
    #bo_list_total{float: left;}
    #bo_list .list_01 .bo_notice .bo_tit{font-size:1.5em}

}

#bo_list .list_01 li {padding-top: 60px;padding-bottom: 26px;}

/* 게시판 쓰기 */
#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%}

#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%}

/* 게시판 읽기 */
#bo_v {padding:10px 0 }

#bo_v_table {padding: 10px;color:#999;font-size:0.9em;font-weight:bold}

#bo_v_title {margin-top:10px;padding:0 15px}
.bo_v_cate{display: block;color: #e9586f !important;font-weight: bold;text-decoration: none;font-size: 0.92em;}
.bo_v_tit{display:block;font-size:16px;}

#bo_v header {border-top:2px solid #424242;border-bottom: 2px solid #989898;}
#bo_v header p{font-size:0.92em;color:#777;font-style:italic ;text-align:center;margin:10px 0 0 }

#bo_v_info {padding:9px 15px;position:relative;border-bottom:1px solid #e9e9e9;color:#666666}
#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_info .bo_v_name {position:relative}
#bo_v_info .bo_v_name img{border-radius:50%;vertical-align:top}
#bo_v_info .bo_v_name .sv_wrap img{display:none}
#bo_v_info .pf-icon{position: absolute; top: 0; left: 0;} 
#bo_v_info .pf-icon img{width: 43px;  height: 43px;}
#bo_v_info .bo_v_cmt{position:absolute;bottom:20px;right:15px}
#bo_v_info .bo_v_cmt span{display:inline-block;margin:0 3px}
#bo_v_info .bo_v_name .date{}
#bo_v_info .icon_view{display:inline-block;background:url(./img/icon_view.png) no-repeat 50% 50%;background-size:80%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin:0 3px 0 5px}
#bo_v_info .icon_comment{display:inline-block;background:url(./img/icon_comment.png) no-repeat 50% 50%;background-size:70%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin:0 3px 0 5px}

.btn_top:after {display:block;visibility:hidden;clear:both;content:""} 
.btn_top a{padding:0 20px}
.btn_top .btn_b02{float:right}

#bo_v_file {padding:0 15px}
#bo_v_file h2  {position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {margin:10px 0;}
#bo_v_file a {display:inline-block;color:#666666;text-decoration:none;margin-left:5px}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file a strong{text-decoration:none}
#bo_v_file  span {font-size:0.91em}
#bo_v_file li:hover{color:#666666}
#bo_v_file li:hover a{color:#666666}

#bo_v_link {}
#bo_v_link h2  {position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding: 10px 10px 10px 60px;border:1px solid #dac4e5;color:#a573c8;margin:10px 0;border-radius:5px;position:relative;
-webkit-box-shadow: 0 0 5px  #e2e4f1;
-moz-box-shadow: 0 0 5px #e2e4f1;
box-shadow: 1px 2px 8px #e2e4f1
}
#bo_v_link li i{position:absolute;top:50%;left:15px;font-size:25px;;width:40px;line-height:40px;margin-top:-20px}
#bo_v_link a {display:block;color:#a629e0;text-decoration:none;margin:0 0 3px}
#bo_v_link a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_link a strong{text-decoration:underline}
#bo_v_link  span {font-size:0.91em}
#bo_v_link li:hover{background:#9c5eb9;color:#e5cef0}
#bo_v_link li:hover a{color:#fff}
.bo_v_link_cnt {font-size:0.92em}


#bo_v_top {padding:10px 0;position:relative}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}
#bo_v_top ul:after {display:block;visibility:hidden;clear:both;content:""}

#bo_v_edit{position:absolute;top:10px;right:0}
#bo_v_edit .view_btn{background:none;border:0;width:30px;height:30px;font-size:18px;color:#86909a}
#bo_v_edit .view_btn:hover{color:#000}
#bo_v_edit .bo_v_left{display:none;position:absolute;top:30px;right:0;width: 100px;background: #fff;border: 1px solid #d4d4d4;z-index: 599;
-webkit-box-shadow: 0 2px 3px #eee;
-moz-box-shadow: 0 2px 3px #eee;
box-shadow: 0 2px 3px #eee;}
#bo_v_edit .bo_v_left li{line-height: 40px;width: 100%;border-top: 1px solid #f1f1f1;font-size: 12px !important;text-align: left;padding: 0 10px;position: relative;}
#bo_v_edit .bo_v_left li a{color:#92a1af;display:block}
#bo_v_edit li i { position: absolute; top: 0;right: 10px;line-height: 40px; font-size: 14px !important;color: #92a1af; }

#bo_v_share{position:relative;float:left}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .bo_v_snswr{float:left}
.btn_share{display:none;}
.bo_v_snswr{position:relative;float:right}
#bo_v_sns {padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:30px;text-align:center;margin-left:3px}
#bo_v_sns li a{height:30px;padding-top:5px}
#bo_v_sns li .sns_f{display:block;background:#415b92;border-radius:3px}
#bo_v_sns li .sns_f:hover{background:#3861b8}
#bo_v_sns li .sns_t{display:block;background:#35b3dc;border-radius:3px}
#bo_v_sns li .sns_t:hover{background:#0ec4ff}
#bo_v_sns li .sns_g{display:block;background:#d5503a;border-radius:3px}
#bo_v_sns li .sns_g:hover{background:#eb3d20}
#bo_v_sns li .sns_k{display:block;background:#fbe300;border-radius:3px}
#bo_v_sns li .sns_k:hover{background:#0ec4ff}
#bo_v_sns li img{vertical-align:top}
#bo_v_share .btn_scrap{line-height:28px;border:1px solid #cbd0d5;width:30px;text-align:center;display:inline-block;margin-left:3px;border-radius:3px}

#bo_v_bot {padding:0 10px}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb{margin:20px 0;border-top:1px solid #e9ebed;position:relative;}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {padding:17px 30px;text-overflow: ellipsis;;border-bottom:1px solid #e9ebed;overflow: hidden;white-space: nowrap;}
.bo_v_nb li a{color:#484f56}
.bo_v_nb li a span {display: inline-block;margin-left: 20px;}
.bo_v_nb li i{color:#666666;width:20px}

#bo_v_atc {min-height:200px;margin:10px 0}
#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto}

#bo_v_con {min-height:200px;margin-bottom:20px;width:100%;font-size:16px;line-height:1.7em;word-break:break-all;overflow:hidden;color:#333333;padding:15px}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act a:hover{background-color:#f3f3f3}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good{display:inline-block;border:1px solid #dedede;x;border-radius:50px;line-height:50px;padding:0 26px;color:#ff0c05}
#bo_v_act .bo_v_nogood{display:inline-block;border:1px solid #dedede;x;border-radius:50px;line-height:50px;padding:0 26px}
#bo_v_act .bo_v_good i,#bo_v_act .bo_v_nogood i{font-size:18px;}

#bo_v .btn_top {text-align:left}


@media (min-width: 640px){
    #bo_v_top {min-height:60px}
    .bo_v_tit{font-size:16px}
    #bo_v_sns li{width:40px}
    #bo_v_sns li a{height:40px;;padding-top:10px}
    #bo_v_share .btn_scrap{line-height:38px;width:40px}
    #bo_v_edit .view_btn{height:40px}
    #bo_v_edit .bo_v_left{top:40px}
}

/* 게시판 댓글 */
.cmt_btn{text-align:left ;width:100% ;border:0;color:#000;background:none;font-weight:bold;font-size:1.167em;margin: 20px 0 10px;padding:0  0 10px }
.cmt_btn_op{background:url('./img/cmt_btn.png') no-repeat right  -23px}

#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {padding:20px 0;border-bottom:1px solid #e2e4e7;}
#bo_vc header {position:relative;padding:0 0 0 50px;height:40px;line-height:20px;color:#86909a}
#bo_vc .comment_profile_img{position:absolute;top:0;left:0}
#bo_vc .comment_profile_img img, #bo_vc .profile_img img{border-radius:50%}
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
#bo_vc .sv_member img{display:none}
.bo_vc_hdinfo {display:inline-block}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {margin:10px 0 0;line-height:1.8em}
#bo_vc .cmt_contents  p{font-size:1.083em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:15px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {text-align:right;;margin:0;list-style:none}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;margin:0 2px}
.bo_vc_act li a{color:#628590;font-size:0.92em}
.bo_vc_act .reply-btn{float:left;color:#68b880}
.bo_vc_act .reply-btn a{color:#68b880}
.bo_vc_act li a:hover{color:#000}
.bo_vc_act .reply-btn a:hover{color:#00d941}
.bo_vc_w {position:relative;margin:10px 0;display:block;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea{width:100%;height:120px}
#wr_secret{}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{float:left;;margin:5px 0;width:49%;}
.bo_vc_w_info #wr_password{margin-left:2%}
.bo_vc_w_info #captcha{display:block;clear:both}
.bo_vc_w .btn_confirm{float:none;margin-top:5px;text-align:left}
.bo_vc_w .icon_lock{display:inline-block;font-size:17px;padding: 5px;margin-right:5px;}
.bo_vc_w .btn_submit{width:100%;height:40px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w .bo_vc_secret{}

#bo_vc_w{margin:20px 0}
#bo_vc_w h2  {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_vc_send_sns{display:block;float:left}
#bo_vc_sns {display:block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f{border-radius:3px;background:#3a589b;height:40px;;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_t{border-radius:3px;background:#00aced;height:40px;;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_off{background:#bbb}
#bo_vc_sns a{display:inline-block;padding:0 15px 0 5px;}
#bo_vc_sns input {margin:0 5px 0 0 }

@media (min-width: 640px){
    .bo_vc_w_info{float:left}
    .bo_vc_w .btn_confirm{margin-top:5px;float:right}
    .bo_vc_w .btn_submit{width:auto}

}

/*글쓰기*/
#bo_w .bo_w_select select{border: 1px solid #dbdbdb;background: none;;width:100%;margin: 0 0 8px;padding: 0 10px;
    border-radius: 5px;font-size: 1.077em;;-webkit-box-shadow: inset 2px 2px 4px rgb(0 0 0 / 8%);-moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.08);box-shadow: inset 2px 2px 4px rgb(0 0 0 / 8%);}
#bo_w .bo_w_link label{position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#eee;text-align:center}
#bo_w .bo_w_link .frm_input{padding-left:50px}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#eee;text-align:center}
#bo_w .bo_w_flie .frm_file{padding-left:50px;}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input{margin:5px 0 0 }


#bo_list .sec01{display: flex;justify-content: center;max-width: 1200px;margin: auto;margin-bottom:60px}
#bo_list .sec01_01 {border:1px solid #ddd}
#bo_list .sec01_01:first-child{border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
#bo_list .sec01_01:last-child{border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
#bo_list .sec01_01 a{color: #333333;width:400px;display: inline-block;padding:20px;padding-left:40px;font-size:16px}
#bo_list .sec01_01 a img {display: inline-block;margin-right:10px}
#bo_list .sec01_01 a:hover {background-color: #ECF8F8;}

#bo_list .sub_tit {font-size: 30px;margin-bottom: 40px;line-height: 30px;}
#bo_list .sub_tit img {margin-bottom: 8px;width: 20px;}

#bo_list .sub_tit2 {font-size: 20px;margin-bottom: 8px;}
#bo_list .sub_tit2 img {margin-bottom: 5px;}


#container_title {display: none;}
#board_title {
    font-size: 40px;
    color: #333333;
    margin: 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1;
}
.top_wrap {display:flex}
.top_wrap01{width:55%;padding-left:30px}
.top_wrap01 p {padding-left: 22px;font-size: 16px;line-height: 28px;padding-right: 45px;}
.top_wrap02{width:45%;padding: 30px 60px;background: #f0f5fb;border-radius: 10px;}

.wr_num{width:50px;height:50px;border-radius: 50px;background-color: #2ab6ad;color: #ffffff;font-size: 11px;text-align: center;padding-top: 12px;position: absolute;top: -25px;left: 15px;}
.wr_num span {font-size: 17px;display: block;line-height: 17px;}

.bo_subject{font-size: 22px;}

.bo_v01 {display: flex;margin-bottom: 30px;}
.bo_v01_lt{padding:15px 25px;margin:0;position:relative;width: 345px;border: 1px solid #dddddd;border-radius: 20px;margin-right:30px;text-align: center;}
.bo_v01_lt_tit {color: #666666;font-size: 16px;margin-bottom: 35px;}
.bo_v01_lt_tit b {color: #333333;display: block;font-size: 18px;}

.bo_v01_img {margin-bottom: 20px;min-height: 120px;}
.bo_v01_img img {width: 200px;height: auto;}
.bo_v01_rt {width: 920px;padding-top:60px;padding-left:30px;padding-right:10px;padding-bottom:65px;margin:0;position:relative;border: 1px solid #dddddd;border-radius: 20px;}
.bo_rt_wrap {display: flex;justify-content: space-between;margin-bottom:30px}
.bo_rt_wrap:last-child {margin-bottom:0}
.bo_v01_01{width:45%;border-bottom: 1px solid #dddddd;padding-bottom: 20px;}
.bo_v01_02 {font-size: 18px;color: #000000;margin-bottom:10px;}
.bo_v01_02 img {margin-right: 5px;margin-bottom: 3px;}
.bo_v01_03 {font-size: 16px;color: #666666;position: relative;}


.bo_v02 {padding:40px 30px;margin:0;position:relative;border: 1px solid #dddddd;border-radius: 20px;margin-bottom: 50px;}


#bo_v .bo_detail .bo_detail02 {margin-bottom: 10px;}
#bo_v .bo_detail .bo_detail02:last-child {border: 0;}

.bo_v02_wrap {display: flex;justify-content: space-between;margin-bottom:37px}
.bo_v02_wrap:last-child {margin-bottom:0}

.bo_v02_01{width:49%;border-bottom: 1px solid #dddddd;padding-bottom: 20px;}
.bo_v02_02 {font-size: 18px;color: #000000;margin-bottom:10px;}
.bo_v02_02 img{margin-right: 5px;margin-bottom: 3px;}
.bo_v02_03 {font-size: 16px;color: #666666;position: relative;}
.bo_v02_04 {color: #000000;font-size: 18px;
    position: relative;
    padding-left: 19px;}
    .bo_v02_04:before{content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: #1562BB;
        border-radius: 4px;
        display: block;
        top: 9px;
        left: 0;}
.bo_v02_img {display: flex;}
.bo_v02_img div {width: 33%;}

.order_link {color: #333333;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 10px;
    top: -15px;}

@media (max-width: 1000px){
    #bo_list {padding:0 20px}
    #bo_list .sec01 {flex-direction: column;margin-bottom: 40px;}
    #bo_list .sec01_01 {border-radius: 10px;margin-bottom: 10px;}
    #bo_list .sec01_01 a {font-size: 20px;padding-left: 20px;width: 100%;white-space: nowrap;}
    #bo_list .sec01_01 a img {width: 40px;}

    .top_wrap {flex-direction: column;}
    .top_wrap01,.top_wrap02 {width:100%;}
    .top_wrap01{padding:0}
    .top_wrap01 p {padding-right: 0;}
    .top_wrap02 {padding:15px}

    #bo_sch select {width:80px;height: 35px;}
    #bo_sch .sch_input {width:120px;height: 35px;}
    #bo_sch .sch_btn {width:100%;height: 40px;}

    #bo_list .list_01 {padding:0;padding-top: 60px;}
    #bo_list .list_01 ul {flex-direction: column;}
    #bo_list .list_01 li{padding-left: 15px;padding-right: 15px;}


    #board_title {font-size: 30px;padding:0 20px}
    #bo_v {padding:10px 20px}
    .bo_v01,.bo_v02 {flex-direction: column;margin-bottom: 0;}
    .bo_v01_lt,.bo_v01_rt {width:100%;margin:0;margin-bottom: 20px;}
    .bo_v01_rt {padding:20px;padding-bottom: 0;}
    .bo_rt_wrap,.bo_v02_wrap {flex-direction: column;margin-bottom: 0;}
    .bo_v01_01,.bo_v02_01 {width: 100%;margin-bottom: 20px;padding-bottom: 10px;}

    .bo_v02 {padding:20px;padding-bottom: 15px;}

    .order_link{display: none;}
    .bo_v02_04 {padding-bottom: 20px;margin: 0 15px; padding-left: 10px;}
    .bo_v02_img {flex-direction: column;padding: 0 15px;}
    .bo_v02_img div {width: 100%;margin-bottom: 15px;}
}
    