@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */
input[type="checkbox"] {margin-bottom:10px;}

/* 게시판 버튼 */
/* 쓰기 버튼 */
#bo_w .btn_confirm { text-align: center; } /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline { font-size: 14px; } /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

#bo_w .btn_submit, #bo_w .btn_cancel { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 120px; height: 40px; border-radius: 0px;}

/* 기본 테이블 */
/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table { border-top: 2px solid #222; }
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input { }
#bo_w .tbl_frm01 textarea { padding: 10px; }
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_cate {float:left;width:50%;padding-left:62px;box-sizing:border-box;min-width:450px;}
#bo_cate:before {content:'';display:block;position:relative;width:100%;height:1px;top:26px;background:#7fdbff;}
#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1;width:auto;float:left;}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px;}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 10px 5px;width:auto;border:none;border-bottom:1px solid #7fdbff;color:#7fdbff;text-align:center;letter-spacing:0.1em;line-height:1.2em;cursor:pointer;font-size:11px;background:#fff;transition:color 0.3s ease-in;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;color:#0074d9;}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #7fdbff;background:#fff;color:#0074d9;font-weight:bold;border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px;}

.td_subject img {margin-left:3px}

.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.gall_chk { position:absolute; z-index: 9; }
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70;vertical-align:baseline}
.chk_box input[type="checkbox"] + label:hover{color:#2172f8}
.chk_box input[type="checkbox"] + label span {position:absolute;top:10px;left:10px;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
.all_chk.chk_box input[type="checkbox"] + label span {top:0;left:0}

/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {margin:10px 0 0;padding:0;list-style:none;zoom:1;font-family:'open sans',sans-serif;font-weight:300;}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li { float:left; }

#bo_gall .gall_con {margin:0;padding:0;list-style:none;font-family:'open sans',sans-serif;font-weight:300;}
#bo_gall .gall_con li {margin:0 0 4px}
#bo_gall .gall_con .gall_subject {display:inline-block;width:50px}

#bo_gall .gall_now .gall_text_href a {color:#ff3061}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
#bo_gall .gall_href strong, #bo_gall .gall_href span {display:inline-block;background:#f7f7f7;text-align:center;line-height:10em}
#bo_gall .gall_href .gall_href_title { position: absolute; left: 0; bottom: 15px; text-align: left; width: 100%; padding: 0 80px 0 30px; background: transparent; color: #fff; font-size: 32px; line-height: 1.3; letter-spacing: -0.03em; transition: 0.3s; z-index: 99; opacity: 0; }
#bo_gall .gall_li:hover .gall_href .gall_href_title { opacity: 1; font-size: 25px;}

#bo_gall .gall_text_href {margin:10px 0 !important}
#bo_gall .gall_text_href a {font-weight:bold}
#bo_gall .gall_text_href span {display:inline !important}
#bo_gall .gall_text_href img {margin:0 0 0 4px}

/* 게시판 목록 공통 */
#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c; font-size: 13px; }
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {display:inline-block;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_current {color:#e8180c}
#bo_list .profile_img {display:inline-block;margin-right:5px}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold;color:#ed6478;font-size:0.86em}

#bo_gall li.empty_list { width: 100%; padding:85px 0; text-align:center; }

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:calc(50% - 90px);left:calc(50% - 165px);background:#fff;text-align:left;width:330px;max-height:300px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); }
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height: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}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}

/* 게시판 읽기 */
#bo_v { margin-bottom:20px; box-sizing:border-box; }

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#7fdbff;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title { padding:10px 0; }

#bo_v_info { padding: 10px 0 16px; border-bottom: 1px solid #ddd; }
#bo_v_info { margin-bottom: 30px; text-align: center; font-size: 0.85em; }
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}

#bo_v_file {}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}

/* list 상단 버튼 */
#bo_v_top {padding:10px 0;zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_btn_top .btn_bo_user > li{width:inherit; border:1px solid #ddd; border-radius:0;}
#bo_btn_top li i{padding-right:4px;}
#bo_btn_top .list_btn_write{display:none;}
#bo_btn_top .list_btn_rss{background:#fff;}
#bo_btn_top a.btn_b01, #bo_btn_top .btn_b01 { font-size: 0.9em; font-weight:400; }
#bo_v_top .btn_b01 { font-weight:400; }
#bo_btn_top .more_opt{margin:10px 0; top:inherit; box-shadow:0 1px 6px 0 rgba(0,0,0,0.2);} 
#bo_btn_top .more_opt li{width:auto; border-bottom:1px solid #ddd;}
#bo_btn_top .more_opt li:last-child{border-bottom:0;}
#bo_btn_top .more_opt li i{float:none;}
#bo_btn_top .more_opt li button, .more_opt li a{width:80px;}

#bo_v_bot {zoom:1;clear:both;}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:5px}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:5px}

#bo_v_atc {min-height:200px;height:auto !important;height:200px;position:relative;max-width:1400px;margin:auto;}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:auto;overflow:hidden;zoom:1;}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;height:auto;}

.right-content {position:absolute;top:0;right:0; width:400px;padding-left:30px;box-sizing:border-box;}
#bo_v_con {margin-bottom:30px;width:auto;line-height:1.7em;word-break:break-all;overflow:hidden;}
#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;clear:both;}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#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_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin:0 0 20px;padding:20px 20px 10px;border:1px solid #e5e8ec;background:#f5f8f9}
#bo_vc h2 {margin-bottom:10px}
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:15px 0 5px}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:20px !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 {float:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
#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_sns {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 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

/*검색*/
#bo_sch {font-size:0.8em;padding-top:0;height:26px;width:50%;min-width:450px;}
#bo_sch:before {content:'';position:relative;width:100%;height:1px;background:#7fdbff;display:none;top:26px;}
#bo_sch select {height:26px;line-height:26px;width:auto;float:left;}
#stx {padding-left:5px;;right:50px;width:140px;height:26px;line-height:26px;box-sizing:border-box;background:#fff!important;border:none;border-bottom:1px solid #ddd;transition:color 0.25s linear;text-align:left;}
#stx:hover,#stx:focus {border-color:#7fdbff;}
#bo_sch {min-width:290px;width:auto;}
#bo_sch:hover .btn_submit , #stx:focus + .btn_submit {top:30px;}
fieldset .btn_submit {background:transparent;;color:#595968;padding:0 10px;height:26px;line-height:26px;position:absolute;z-index:3;font-size:12px;right:257px;transition:all 0.2s ease-in-out;top:50px;display:none;}

.pg_wrap {margin:0 0 80px;}
.pg_page ,.pg_current {border-radius:12px;width:25px;height:25px;line-height:25px;}
.pg_page {background:#fff;transition:all 0.2s linear;}
.pg_page:hover {background :#888;color:#fff;}

#container_title {display:none;}

#wookmark1 li a { overflow:hidden; display:block; height:auto; text-align:left; border:none; font-size:12px; font-weight:700; line-height:16px; }

#wookmark1 li a:after { content:''; position: absolute; left:0; top: 0px; width: 100%; height: 100%; background: rgb(6,51,145); background: linear-gradient(0deg, rgba(6,51,145,1) 0%, rgba(0,0,0,0) 100%); opacity: 0; transition: 0.3s; }
#wookmark1 li:hover a:after { opacity: 1; }

#wookmark1 li a:before { content: '\e93f'; position: absolute; right: 15px; bottom: 15px; opacity: 0; transition: 0.3s; z-index: 9; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 50px; height: 50px; background: #fff; border-radius: 50px; color: #063391; font-family: 'xeicon'; font-size: 30px; font-weight: normal; }
#wookmark1 li:hover a:before { opacity: 1; }

#wookmark1 li a.title {padding-top:10px;font-weight:300;}
#wookmark1 li a.bo_cate_link {padding-bottom:20px;font-weight:300;}
#wookmark1 li a.content {margin-top:10px;color:#595968;max-height:50px;}
#wookmark1 li div.info {margin-top:10px;font-size:11px;color:#cecece;height:30px;padding:5px 0;}
#wookmark1 li div.info .title {color:#888;font-size:12px;font-weight:700;}
#wookmark1 li a.good {float:left;margin-right:10px;margin-top:5px;font-weight:300;}
#wookmark1 li a.good strong {color:#7fdbff;margin:0 3px;}
#wookmark1 li a.nogood {float:left;margin-top:5px;font-weight:300;}
#wookmark1 li a.nogood strong {color:#f18d28;margin:0 3px;}
#wookmark1 li a span {display:inline-block;text-align:center;}
#wookmark1 li a .cnt_cmt {font-size:13px;color:#f98287;line-height:16px;}
#wookmark1 li div .icon-wrapper {width:30px;height:30px;display:inline-block;margin-right:3px;position:relative;float:left;vertical-align:middle;text-align:left;}
#wookmark1 li div .userIcon {width:22px;height:22px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
#wookmark1 li div {text-align:left;}

#wookmark1 .sv_wrap img {display:none;}
#wookmark1 .sv_wrap .sv a {border-radius:0;background:rgba(9,9,9,0.84);}
#wookmark1 .sv_wrap .qs_on {display:block!important;position:absolute;top:10px;left:20px;width:auto;height:auto;}

#loadingImage {position:fixed;width:80px;height:80px;left:0;right:0;top:0;bottom:0;margin:auto;z-index:2000;background:rgba(5,5,5,0.13);display:none;border-radius:8px;}
#loadingImage img {width:100%;height:100%;}

/* ****************************************************************************************** *
 * basic - view 게시판 읽기
 * ****************************************************************************************** */
#bo_v{ }

/* 게시글 타이틀 */
#bo_v_title{padding:16px 16px 0; border-top:1px solid #000; text-align:center;}
#bo_v_title .bo_v_cate, #bo_v_title .bo_v_tit{line-height:1.5; vertical-align:middle;}
#bo_v_title .bo_v_tit { display: inline; margin: 0; font-size: 1.3em; font-weight: 400; }
#bo_v_title .bo_v_cate{ display:inline-block; margin-right:6px; background:#fff; border:1px solid #646873; border-radius:0; font-size:14px; color:#646873; }

/* 상단 버튼 */
#bo_v_top ul { margin:0px 0 0px; }
#bo_v_top .btn_bo_user > li{width:inherit; border:1px solid #ddd; font-size:13px; font-weight:400;}
#bo_v_top ul li.view_btn_wirte{display:none;}
#bo_v_top ul li span{font-weight:400;}
#bo_v_top li i {padding-right:4px;}
#bo_v_top .more_opt{margin:10px 0; top:inherit; box-shadow:0 1px 6px 0 rgba(0,0,0,0.2);}
#bo_v_top .more_opt li{text-align:center; border-bottom:1px solid #ddd;}
#bo_v_top .more_opt li:last-child{border-bottom:0;}
#bo_v_top .more_opt li i{float:none; padding-right:4px;}
#bo_v_share .btn{width:auto;}

/* 수정 사항 추가 */
#container{padding:15px 0px 15px 0px !important; width:100% !important; border:none;}
#wrapper{width:100% !important; border:none;}
.wrap{width:100%; height:100%; background:rgba(0, 0, 0, 0.8); position:fixed; top:0; left:0; z-index:999; display:none;}

.more_wrap { position: fixed; top: 0; left: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; height: 100%; z-index: 999; }
.more_wrap_inr{ display: flex; flex-wrap: wrap; width: 1200px; max-width: 90%; background: #fff; }
.more_wrap_imgbox{width:530px; overflow:hidden; margin:auto; height:auto; z-index:99998; }
.more_wrap_imgbox .swiper-wrapper { align-items: center; }
ul.more{ padding:0; position:relative; list-style:none; z-index:99999; }
.more_wrap ul.more li img{width:auto; max-width:530px;margin:auto; position:relative;}
.more_wrap ul.more li {width:530px; margin:0; padding:0; float:left; background:#fff; height:100%; position:relative;}
#wookmark1 .more_wrap ul.more li a { margin-bottom: 0px; }
.close { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 50px; height: 50px; position: absolute; top: 0px; right: 0%; color: #fff; font-size: 32px; cursor: pointer; z-index: 999999; }
.arrow { position:absolute; top:50%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top:-25px; width:50px; height:50px; color: #fff; font-size: 32px; cursor:pointer; z-index:999; opacity:0.5; }
.more_wrap ul.more li .arrow:hover{opacity:1;}
.prev{ left:0; }
.next{ right:0; }

.view{width:530px; color:#fff; text-align:center; font-size:18px; padding:20px 0 20px 0; background:#eee; display:block;z-index:99999;}

.more_wrap_imgbox .swiper-button-prev, .more_wrap_imgbox .swiper-button-next { width: 45px; height: 45px; background: rgba(0, 0, 0, 0.3); border-radius: 500px; }
.more_wrap_imgbox .swiper-button-prev:after, .more_wrap_imgbox .swiper-button-next:after { font-family: swiper-icons; font-size: 22px; text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1; }

.more_wrap_infobox { width: calc(100% - 530px); padding: 50px 50px; }
.more_wrap_infobox h3 { margin-bottom: 30px; font-size: 1.8em; font-weight: 900; letter-spacing: -0.03em; word-break: keep-all; }
.more_wrap_infobox h4 { margin-bottom: 30px; color: #4c4c4c; font-size: 1.3em; font-weight: 300; }
.more_wrap_infobox .info_inr { margin-bottom: 20px; }
.more_wrap_infobox .info_inr:last-child { margin-bottom: 0px; }
.more_wrap_infobox dl { display: flex; flex-wrap: wrap; }
.more_wrap_infobox dl dt, .more_wrap_infobox dl dd { color: #4c4c4c; font-size: 0.95em; letter-spacing: -0.02em; line-height: 1.7; word-break: keep-all; }
.more_wrap_infobox dl dt { width: 100px; font-weight: 700; }
.more_wrap_infobox dl dd { width: calc(100% - 100px); }
.more_wrap_infobox dl dt.wh100 { margin: 20px 0 10px; }
.more_wrap_infobox dl dt.wh100, .more_wrap_infobox dl dd.wh100 { width: 100%; }
.more_wrap_infobox dl dd.wh100 { overflow-y: auto; height: 160px; }

.more_wrap_infobox dl dd.wh100::-moz-selection{color:#fff;background-color:#777}
.more_wrap_infobox dl dd.wh100::selection{color:#fff;background-color:#777}
.more_wrap_infobox dl dd.wh100::-webkit-selection{color:#fff;background-color:#777}

.more_wrap_infobox dl dd.wh100::-webkit-scrollbar { width:5px; height: 5px; }
.more_wrap_infobox dl dd.wh100::-webkit-scrollbar-track { background:#eee; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }
.more_wrap_infobox dl dd.wh100::-webkit-scrollbar-thumb { height:50px; width:50px; background:#777; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; }
.more_wrap_infobox dl dd.wh100::-webkit-scrollbar-thumb:window-inactive { background:#777; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; }

.tbl_frm01 th { width: 200px; padding: 10px 15px; }
.tbl_frm01 td { padding: 10px 10px; word-break: break-all; }
.tbl_frm01 td input[type="checkbox"] { margin-bottom: 0px; }

.insert a {
    width: 80px;
    height: 35px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

/* media Query */

@media screen and (max-width: 1024px) {
	.more_wrap_imgbox { width: 420px; }
	.more_wrap_infobox { width: calc(100% - 420px); padding: 30px 50px; }
	.more_wrap_infobox .info_inr { margin-bottom: 10px; }
}

@media screen and (max-width: 950px) {
	
	.more_wrap_imgbox { width: 360px; }
	.more_wrap_infobox { width: calc(100% - 360px); padding: 40px 30px; }
	.more_wrap_infobox h3 { margin-bottom: 10px; font-size: 1.5em; }
	.more_wrap_infobox h4 { margin-bottom: 10px; font-size: 1em; }
	.more_wrap_infobox .info_inr { margin-bottom: 10px; }
	.more_wrap_infobox dl dt.wh100 { margin: 10px 0 5px; }
	.more_wrap_infobox dl dd.wh100 {  height: 100px; }

}

@media screen and (max-width: 768px) {
	
	.more_wrap_inr { width: 480px; height: 90%; overflow-y: auto;}
	.more_wrap_imgbox { width: 100%; }
	.more_wrap_infobox { width: 100%; }

}

@media screen and (max-width:600px){
	#bo_v_img img {width:100%!important;}
	.right-content {display:none;}
}


@media screen and (max-width: 580px) {
	
	#bo_gall .gall_li { float: left; margin: 0; left: 0 !important; }
	
	.tbl_frm01 th { width: 120px; }
	.frm_input { width: 100%; }

}

@media screen and (max-width: 430px) {
	
	.tbl_frm01 th { width: 80px; }
	a.btn_frmline, button.btn_frmline { width: 120px; height: 30px; }

	#bo_gall .gall_href .gall_href_title { font-size: 25px; }

}