@charset "utf-8";


select { background: url(/img/ico_select.png) no-repeat 98% center; background-size: auto; cursor: pointer; border-radius:0; /* 아이폰 사파리 보더 없애기 */ -webkit-appearance:none; /* 화살표 없애기 for chrome*/ -moz-appearance:none; /* 화살표 없애기 for firefox*/ appearance:none /* 화살표 없애기 공통*/ }
select::-ms-expand{ display:none /* 화살표 없애기 for IE10, 11*/ }



/* 게시판 기본 설정 */
#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 !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
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:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;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;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 관리자 버튼 */
#btn_bo_user{ width: 100%; margin-bottom: 30px; }
#btn_bo_user ul{ display: flex; align-items: center; justify-content: flex-end; }
#btn_bo_user ul li{ text-align:center; margin-left: 10px;}
#btn_bo_user ul > li > *{ display: inline-block; height: 37px; font-size:14px; font-weight:400; line-height: 35px; color: #4b4b4b; border: 1px solid #dedede; padding: 0 20px; background-color: #fff; border-radius:0; }
#btn_bo_user ul > li > .btn_admin{ color: #000099; border: 1px solid #000099; }

/* 게시판 목록 공통 */
#gall_allchk{ margin-bottom: 15px; }
.selec_chk { display: none; }
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label { position:relative; font-size: 14px; font-weight: 400; color: #797979; letter-spacing: -0.5px; line-height: 25px; cursor: pointer; }
.chk_box input[type="checkbox"] + label span{ display: inline-block; width: 25px; height: 25px; background: #f8f8f8; border: 1px solid #ddd; border-radius: 8px; vertical-align: -7px; margin-right: 10px; }
.chk_box input[type="checkbox"]:checked + label span{ background: url(/img/ico_board_check.png) no-repeat center center, #000099; border: 1px solid #000099; }


#bo_v_img{ text-align: center; margin-bottom: 20px; }

@media screen and (max-width: 767px){ 
    input, textarea{ -webkit-appearance: none; }

    /* 관리자 버튼 */
    #btn_bo_user{ margin-bottom: 20px; }
    #btn_bo_user ul li{ margin-left: 5px; }
    #btn_bo_user ul > li > *{ height: 30px; font-size: 12px; font-weight:400; line-height: 28px; padding: 0 8px; }

    /* 체크박스 */
    .chk_box input[type="checkbox"] + label span{ width: 20px; height: 20px; border-radius: 5px; vertical-align: -5px; }
    #bo_list .chk_box input[type="checkbox"] + label span{ margin-right: 0; }

    /*! ========== L I S T ========== */
    /* 갤러리 목록 */
    #bo_gall{ width: 100%; }
    #bo_gall #gall_ul{ margin: 0; padding:0; list-style:none; margin-bottom: 70px; }
    #bo_gall .gall_li{ width: 100%; margin-bottom: 70px; }
    #bo_gall .gall_li:last-of-type{ margin-bottom: 0; }
    #bo_gall .gall_li .gall_chk {position:absolute;top:0;left:0;padding:5px;z-index:1}
    /*? 이미지박스 */
    #bo_gall .gall_box { position:relative; }
    #bo_gall .gall_box .gall_con { position:relative; }
    #bo_gall .gall_box .gall_con .gall_img { width: 100%; height: 52vw; overflow: hidden; border: 1px solid #ececec; margin-bottom: 20px; }
    #bo_gall .gall_box .gall_con .gall_img img{ width: 100%; transition: all 0.2s linear;}
    #bo_gall .gall_box .gall_con:hover .gall_img img{ -ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); }
    /*? 텍스트박스 */
    #bo_gall .gall_box .gall_con .gall_text_href{ width: 100%; }
    #bo_gall .gall_box .gall_con .gall_text_href a{ position: relative; display: block; }
    #bo_gall .gall_box .gall_con .gall_text_href a > *{ display: block; }
    #bo_gall .gall_box .gall_con .gall_text_href a > .bo_tit{ font-size: 23px; font-weight: 500; color: #111111; letter-spacing: -0.5px; line-height: 35px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom: 5px; }
    #bo_gall .gall_box .gall_con .gall_text_href a > div{ width: 100%; height: 78px; font-size: 17px; color: #666; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;  }
    #bo_gall .gall_box .gall_con .gall_text_href a > span{ display: block; font-size: 15px; font-weight: 600; color: #111; margin-top: 20px; }
    #bo_gall .gall_box .gall_con:hover .gall_text_href a > .bo_tit{ color: #000099; }

    /*! ========== V I E W ========== */
    #bo_v > #bo_v_title{ padding: 20px 10px; border-top: 2px solid #000000; }
    #bo_v > #bo_v_title > h3{ font-size: 18px; font-weight: 400; color: #000000; letter-spacing: -0.8px; line-height: 28px; }
    #bo_v > #bo_v_title > h3::after{ display: none; }
    #bo_v > #bo_v_title > p{ font-size: 12px; font-weight: 300; color: #333333; letter-spacing: -0.5px; }
    #bo_v > #bo_v_atc{ padding: 30px 10px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
    #bo_v > #bo_v_atc #bo_v_img img{ max-width: 100%; }
    #bo_v > #bo_v_atc #bo_v_con img{ max-width: 100%; }
    #bo_v > #bo_v_atc #bo_v_con{ font-size: 15px; font-weight: 400; color: #111; letter-spacing: -0.5px; line-height: 26px; }

    /*! ========== W R I T E ========== */
    #bo_w .flex{ display: flex; align-items: center; justify-content: space-between; }
    #bo_w .flex .wid02{ width: 49.5%; }
    #bo_w .write_div{ margin-bottom: 10px; }
    #bo_w .write_div textarea{ width: 100%; height: 200px; font-size: 16px; font-weight: 400; color: #111; letter-spacing: -0.5px; padding: 20px; border: 1px solid #ececec; border-radius: 0; outline: none; transition: all 0.2s ease-in-out; }
    #bo_w .write_div select,
    #bo_w .write_div .form_input{ width: 100%; height: 50px; font-size: 16px; font-weight: 400; color: #111; letter-spacing: -0.5px; padding: 0 20px; border: 1px solid #ececec; border-radius: 0; outline: none; transition: all 0.2s ease-in-out; }
    #bo_w .write_div select:focus,
    #bo_w .write_div select:focus-visible,
    #bo_w .write_div .form_input:focus,
    #bo_w .write_div .form_input:focus-visible{ border: 1px solid #000099; }
    #bo_w .write_div .form_input::placeholder{ font-size: 14px; color: #797979; }
    #bo_w .write_div .btn_frmline{ display: none; }
    #bo_w .filebox{ height: 50px; display: flex; align-items: center; padding: 0 20px; border: 1px solid #ececec; }
    #bo_w .filebox p{ display: none; }
    #bo_w .filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
    #bo_w .filebox label { display:inline-block; margin-right: 10px; width: 100px; height:35px; font-size: 14px; font-weight: 400; color: #797979; line-height: 35px; text-align: center; background-color: #f8f8f8; border: 1px solid #ececec; border-radius: 0; cursor: pointer; }
    #bo_w .filebox .upload-name { display: inline-block; width: calc(100% - 120px); font-size: 14px; color: #111; border: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
    .btn_confirm{ text-align: center; margin-top: 20px; }
    #bo_w #btn_submit,
    #bo_v .btn_submit{ display: inline-block; height: 50px; font-size: 16px; font-weight: 700; color: #000099; line-height: 50px; border: 1px solid #f4f4f4; padding: 0 50px; border-radius: 30px; background-color: #f8f8f8; }
    #bo_w #btn_submit:hover,
    #bo_v .btn_submit:hover{ color: #fff; border: 1px solid #000099; background-color: #000099; }

}

@media screen and (min-width:768px) and (max-width: 1199px){ 
    input, textarea{ -webkit-appearance: none; }

    /*! ========== L I S T ========== */
    /* 갤러리 목록 */
    #bo_gall{ width: 100%; }
    #bo_gall #gall_ul{ display: flex; flex-wrap: wrap; align-items: flex-start; margin: 0; padding:0; list-style:none; margin-bottom: 70px; }
    #bo_gall .gall_li{ width: 49%; margin-right: 2%; margin-bottom: 70px; }
    #bo_gall .gall_li:nth-of-type(2n){ margin-right: 0; }
    #bo_gall .gall_li:nth-of-type(n+7){ margin-bottom: 0; }
    #bo_gall .gall_li .gall_chk {position:absolute;top:0;left:0;padding:5px;z-index:1}
    /*? 이미지박스 */
    #bo_gall .gall_box { position:relative; }
    #bo_gall .gall_box .gall_con { position:relative; }
    #bo_gall .gall_box .gall_con .gall_img { width: 100%; height: 25vw; overflow: hidden; border: 1px solid #ececec; margin-bottom: 20px; }
    #bo_gall .gall_box .gall_con .gall_img img{ width: 100%; transition: all 0.2s linear;}
    #bo_gall .gall_box .gall_con:hover .gall_img img{ -ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); }
    /*? 텍스트박스 */
    #bo_gall .gall_box .gall_con .gall_text_href{ width: 100%; }
    #bo_gall .gall_box .gall_con .gall_text_href a{ position: relative; display: block; }
    #bo_gall .gall_box .gall_con .gall_text_href a > *{ display: block; }
    #bo_gall .gall_box .gall_con .gall_text_href a > .bo_tit{ font-size: 23px; font-weight: 500; color: #111111; letter-spacing: -0.5px; line-height: 35px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom: 5px; }
    #bo_gall .gall_box .gall_con .gall_text_href a > div{ width: 100%; height: 78px; font-size: 17px; color: #666; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;  }
    #bo_gall .gall_box .gall_con .gall_text_href a > span{ display: block; font-size: 15px; font-weight: 600; color: #111; margin-top: 20px; }
    #bo_gall .gall_box .gall_con:hover .gall_text_href a > .bo_tit{ color: #000099; }

    /*! ========== V I E W ========== */
    #bo_v > #bo_v_title{ padding: 35px 30px; border-top: 2px solid #000000; }
    #bo_v > #bo_v_title > h3{ font-size: 26px; font-weight: 400; color: #000000; letter-spacing: -1.5px; line-height: 32px; }
    #bo_v > #bo_v_title > h3::after{ display: none; }
    #bo_v > #bo_v_title > p{ font-size: 14px; font-weight: 300; color: #333333; letter-spacing: -0.5px; margin-top: 10px; }
    #bo_v > #bo_v_atc{ padding: 50px 30px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
    #bo_v > #bo_v_atc #bo_v_img img{ max-width: 100%; }
    #bo_v > #bo_v_atc #bo_v_con img{ max-width: 100%; }

    /*! ========== W R I T E ========== */
    #bo_w .flex{ display: flex; align-items: center; justify-content: space-between; }
    #bo_w .flex .wid02{ width: 49.5%; }
    #bo_w .write_div{ margin-bottom: 10px; }
    #bo_w .write_div select,
    #bo_w .write_div .form_input{ width: 100%; height: 50px; font-size: 16px; font-weight: 400; color: #111; letter-spacing: -0.5px; padding: 0 20px; border: 1px solid #ececec; border-radius: 0; outline: none; transition: all 0.2s ease-in-out; }
    #bo_w .write_div select:focus,
    #bo_w .write_div select:focus-visible,
    #bo_w .write_div .form_input:focus,
    #bo_w .write_div .form_input:focus-visible{ border: 1px solid #000099; }
    #bo_w .write_div .form_input::placeholder{ font-size: 14px; color: #797979; }
    #bo_w .write_div .btn_frmline{ position: absolute; right: 10px; top: 6px; }
    #bo_w .filebox{ height: 50px; display: flex; align-items: center; padding: 0 20px; border: 1px solid #ececec; }
    #bo_w .filebox p{ display: inline-block; font-size: 14px; color: #111; }
    #bo_w .filebox p span{ font-size: 14px; color: #797979; }
    #bo_w .filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
    #bo_w .filebox label { display:inline-block; margin: 0 20px; width:100px; padding:0 5px; height:35px; font-size: 14px; font-weight: 400; color: #797979; line-height: 35px; text-align: center; background-color: #f8f8f8; border: 1px solid #ececec; border-radius: 0; cursor: pointer; }
    #bo_w .filebox .upload-name { display: inline-block; font-size: 14px; color: #797979; border: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
    .btn_confirm{ text-align: center; margin-top: 50px; }
    #bo_w #btn_submit,
    #bo_v .btn_submit{ display: inline-block; height: 55px; font-size: 18px; font-weight: 600; color: #000099; line-height: 55px; border: 1px solid #f4f4f4; padding: 0 50px; border-radius: 30px; background-color: #f8f8f8; transition: all 0.2s ease-in-out; }
    #bo_w #btn_submit:hover,
    #bo_v .btn_submit:hover{ color: #fff; border: 1px solid #000099; background-color: #000099; }

}

@media screen and (min-width: 1200px){ 

    /*! ========== L I S T ========== */
    /* 갤러리 목록 */
    #bo_gall{ width: 100%; }
    #bo_gall #gall_ul { display: flex; flex-wrap: wrap; align-items: flex-start; margin: 0; padding:0; list-style:none; margin-bottom: 70px; }
    #bo_gall .gall_li { width: 32%; max-width: 380px; margin-right: 2%; margin-bottom: 70px;}
    #bo_gall .gall_li:nth-of-type(3n){ margin-right: 0; }
    #bo_gall .gall_li:nth-of-type(n+7){ margin-bottom: 0; }
    #bo_gall .gall_li .gall_chk {position:absolute;top:0;left:0;padding:5px;z-index:1}
    /*? 이미지박스 */
    #bo_gall .gall_box { position:relative; }
    #bo_gall .gall_box .gall_con { position:relative; }
    #bo_gall .gall_box .gall_con .gall_img { width: 100%; height: 16.5vw; max-height: 220px; overflow: hidden; border: 1px solid #ececec; margin-bottom: 20px; }
    #bo_gall .gall_box .gall_con .gall_img img{ width: 100%; transition: all 0.2s linear;}
    #bo_gall .gall_box .gall_con:hover .gall_img img{ -ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); }
    /*? 텍스트박스 */
    #bo_gall .gall_box .gall_con .gall_text_href{ width: 100%; }
    #bo_gall .gall_box .gall_con .gall_text_href a{ position: relative; display: block; }
    #bo_gall .gall_box .gall_con .gall_text_href a > *{ display: block; }
    #bo_gall .gall_box .gall_con .gall_text_href a > .bo_tit{ font-size: 23px; font-weight: 500; color: #111111; letter-spacing: -0.5px; line-height: 35px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom: 5px; }
    #bo_gall .gall_box .gall_con .gall_text_href a > div{ width: 100%; height: 78px; font-size: 17px; color: #666; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;  }
    #bo_gall .gall_box .gall_con .gall_text_href a > span{ display: block; font-size: 15px; font-weight: 600; color: #111; margin-top: 20px; }
    #bo_gall .gall_box .gall_con:hover .gall_text_href a > .bo_tit{ color: #000099; }

    /*! ========== V I E W ========== */
    #bo_v > #bo_v_title{ padding: 35px 30px; border-top: 2px solid #000000; }
    #bo_v > #bo_v_title > h3{ font-size: 30px; font-weight: 400; color: #000000; letter-spacing: -2px; line-height: 40px; }
    #bo_v > #bo_v_title > h3::after{ display: none; }
    #bo_v > #bo_v_title > p{ font-size: 14px; font-weight: 300; color: #333333; margin-top: 10px; }
    #bo_v > #bo_v_atc{ padding: 50px 30px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
    #bo_v > #bo_v_atc #bo_v_img img{ max-width: 100%; }
    #bo_v > #bo_v_atc #bo_v_con img{ max-width: 100%; }

    /*! ========== W R I T E ========== */
    #bo_w .flex{ display: flex; align-items: center; justify-content: space-between; }
    #bo_w .flex .wid02{ width: 49.5%; }
    #bo_w .write_div{ margin-bottom: 10px; }
    #bo_w .write_div select,
    #bo_w .write_div .form_input{ width: 100%; height: 50px; font-size: 16px; font-weight: 400; color: #111; letter-spacing: -0.5px; padding: 0 20px; border: 1px solid #ececec; border-radius: 0; outline: none; transition: all 0.2s ease-in-out; }
    #bo_w .write_div select:focus,
    #bo_w .write_div select:focus-visible,
    #bo_w .write_div .form_input:focus,
    #bo_w .write_div .form_input:focus-visible{ border: 1px solid #000099; }
    #bo_w .write_div .form_input::placeholder{ font-size: 14px; color: #797979; }
    #bo_w .write_div .btn_frmline{ position: absolute; right: 10px; top: 6px; }
    #bo_w .filebox{ height: 50px; display: flex; align-items: center; padding: 0 20px; border: 1px solid #ececec; }
    #bo_w .filebox p{ display: inline-block; font-size: 14px; color: #111; }
    #bo_w .filebox p span{ font-size: 14px; color: #797979; }
    #bo_w .filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
    #bo_w .filebox label { display:inline-block; margin: 0 20px; width:100px; padding:0 5px; height:35px; font-size: 14px; font-weight: 400; color: #797979; line-height: 35px; text-align: center; background-color: #f8f8f8; border: 1px solid #ececec; border-radius: 0; cursor: pointer; }
    #bo_w .filebox .upload-name { display: inline-block; font-size: 14px; color: #797979; border: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
    .btn_confirm{ text-align: center; margin-top: 50px; }
    #bo_w #btn_submit,
    #bo_v .btn_submit{ display: inline-block; height: 60px; font-size: 18px; font-weight: 600; color: #000099; line-height: 60px; border: 1px solid #f4f4f4; padding: 0 60px; border-radius: 30px; background-color: #f8f8f8; transition: all 0.2s ease-in-out; }
    #bo_w #btn_submit:hover,
    #bo_v .btn_submit:hover{ color: #fff; border: 1px solid #000099; background-color: #000099; }


    <!-- 
    .bo_cate_link {float:left;display:inline-block;margin-right:10px;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_tit {display:block;color:#000;font-weight:bold}
    -->


    

}
