@charset "utf-8";

/* 공통 */
button {
    border: none
}

input[type=text],
input[type=password] {
    box-shadow: none;
    transition: none;
   
}

input[type=text]:focus,
input[type=text]:active,
input[type=password]:focus,
textarea:focus,
select:focus,
select:active {
    box-shadow: none;
    border: inherit !important;
    outline: none
}

input[type=submit]:focus {
    outline: none
}

input[type=submit] {
    border: none
}

button:focus,
button:active {
    outline: none
}

.required,
textarea.required {
    background-image: url(../../../img/require.png) !important
}

/* 관리자 버튼 */
.sh_adm_btn {
    width: 85px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #ffd8e1;
    font-size: 13.5px;
    line-height: 36px;
    color: #ff567f; 
    background-color: #fff7f9;
    -webkit-transition: all .2s;
    transition: all .2s;
   ;
    font-weight: 500
}

a.sh_adm_btn {
    display: block;
    text-align: center
}

.sh_adm_btn:hover {
    border-color: #fdb6c6
}

/*게시판 관리*/
.basicset_title {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #777;
    padding: 15px 0 5px 0
}

.basicset {
    width: 95%;
    padding: 0;
    margin: 15px;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse
}

.basicset th {
    width: 20%;
    border-bottom: 1px solid #ddd;
    background: #ebebeb;
    height: 30px
}

.basicset td {
    width: 30%;
    border-bottom: 1px solid #ddd;
    height: 30px;
    padding: 5px 0 5px 8px
}

.basicset input {
    height: 30px;
    border-radius: unset;
    box-shadow: none
}

.btn_submit {
    font-size: 14px;
    background: #555
}

.btn_submit:hover {
    background: #555
}

a.btn_cancel {
    border-radius: 3px;
    font-size: 14px
}

/* 버튼 공통 */
.btn_type01 {
    display: inline-block;
    width: 180px;
    height: 55px;
    margin: 0 auto;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    background-color: var(--dd-main);
    -webkit-transition: all .2s;
    transition: all .2s;
   ;
    font-weight: 500
}

.btn_type01:hover {
    background-color: var(--dd-green);
}

a.cancel_btn {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 55px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 55px;
    background-color: #bbb;
   ;
    font-weight: 500
}

a.btn_normal {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 55px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 55px;
    background-color: #bbb;
   ;
    font-weight: 500
}

a.btn_line {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 55px;
    border: none;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    text-align: center;
    color: #777;
    line-height: 53px;
   ;
    font-weight: 500
}

/* 페이지 */
.pg_wrap {
    display: block;
    float: none;
    margin: 40px 0 0;
    text-align: center;
   
}

.pg_wrap a {
    display: inline-block;
    vertical-align: middle
}

.pg_page {
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    background: none
}

.pg_page:hover {
    background: none
}

.pg_current {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 29px;
    color: #222;
    background: none;
    box-shadow: none;
   ;
    font-weight: 500
}

.pg_start,
.pg_end {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    font-size: 0;
    text-indent: 0;
    background-color: #fff
}

.pg_start {
    margin-right: 5px
}

.pg_next,
.pg_prev {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    font-size: 0;
    text-indent: 0;
    background-color: #fff
}

.pg_next:before,
.pg_prev:before {
    content: "\f105";
    padding: 0;
    font-size: 12px;
    text-align: center;
    color: #555;
    line-height: 28px; 
    font-family: 'fontawesome'
}

.pg_prev:before {
    content: "\f104"
}

.pg_prev:hover,
.pg_prev:hover {
    background-color: #f6f6f6
}

.pg_end {
    margin-left: 5px
}

.pg_start:before,
.pg_end:before {
    content: "\f104 \f104";
    padding: 0;
    font-size: 12px;
    text-align: center;
    color: #555;
    line-height: 28px;
    letter-spacing: .5px;
    font-family: 'fontawesome'
}

.pg_end:before {
    padding-left: 3px;
    content: "\f105 \f105"
}

.pg_start:hover,
.pg_end:hover {
    background-color: #f6f6f6
}

/* 테이블 공통 */
.sh_tbl_common {
    width: 100%;
    border-top: 1px solid #555
}

.sh_tbl_common table {
    width: 100%
}

.sh_tbl_common th {
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: normal;
    color: #222;
   ;
    font-weight: 500
}

.sh_tbl_common td {
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    color: #777
}

/* -------- 리스트 시작 [s] */
#sh_bo_list {
    font-size: 15px; 
    line-height: 1.8;
    color: #777;
   max-width: 1280px;
   margin:70px auto 0 auto;
}

/* 게시판 분류 */
#bo_cate_ul_line {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px
}

#bo_cate_ul_line li {
    margin: 2px 15px
}

#bo_cate_ul_line li a {
    padding: 5px 2px;
    font-size: 17px;
    color: #999;
    line-height: 1.8;
    background-color: transparent;
   
}

#bo_cate_ul_line li #bo_cate_on {
    border-bottom: 2px solid #222;
    color: #222;
   ;
    font-weight: 500
}

/* rss */
#sh_bo_list .list_top {
    position: relative;
    margin-bottom: 12px
}

#sh_bo_list .list_top:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

#sh_bo_list .list_top a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 24px;
    margin-top: 18px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    color: #aaa;
    background-color: #f6f6f6
}

#sh_bo_list .list_top a i {
    padding-right: 5px
}

/* 검색 */
#sh_bo_sch {
    float: right;
    padding-right: 10px;
    border-radius: 2px;
    border: 1px solid #e1e1e1
}

#sh_bo_sch select {
    width: 90px;
    height: 40px;
    padding: 0 0 0 10px;
    border: none;
    font-size: 14px;
    color: #777;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../../img/select_arr.png) 95% center no-repeat;
   
}

#sh_bo_sch select::-ms-expand {
    display: none
}

#sh_bo_sch input[type=text] {
    width: 150px;
    height: 40px;
    padding-left: 5px;
    border: none;
    font-size: 14px;
    color: #777
}

/* 리스트 */
#sh_bo_list #sh_gall_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1
}

#sh_bo_list .gall_li {
    position: relative;
    width: 100%
}

#sh_bo_list .gall_li+.gall_li {
    margin-top: 40px
}

#sh_bo_list .gall_li .gall_chk {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 101
}

#sh_bo_list .gall_li .gall_con {
    display: flex;
    align-items: stretch;
    height: 320px;
    background-color: #f7f7f7
}

#sh_bo_list .gall_li:nth-child(even) .gall_con {
    border: 1px solid #e1e1e1;
    background-color: #fff
}

#sh_bo_list .gall_con .img {
    overflow: hidden;
    position: relative;
    width: 40%;
    transition: all .2s
}

#sh_bo_list .gall_con .img a {
    display: block;
    height: 100%;
    font-size: 0;
    background: center no-repeat;
    background-size: cover
}

#sh_bo_list .gall_con .img .no_img {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #777;
    background-color: #ddd
}

#sh_bo_list .gall_con .img a:after {
    opacity: 0;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    transition: all .2s
}

#sh_bo_list .gall_con .img:hover a:after {
    opacity: 1
}

#sh_bo_list .gall_con .info {
    flex: 1;
   
}

#sh_bo_list .gall_con .info a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 40px;
    color: #777
}

#sh_bo_list .gall_con .info .name {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.2;
    color: #222;
   ;
    font-weight: 700
}

#sh_bo_list .gall_con .info .type {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    color: #222;
   ;
    font-weight: 500
}

#sh_bo_list .gall_con .info .type li:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #ccc
}

#sh_bo_list .gall_con .info .type li:last-child:after {
    display: none
}

#sh_bo_list .gall_con .info .desc {
    margin-top: 15px;
    word-break: keep-all
}

#sh_bo_list .gall_con .info .price {
    display: flex;
    margin-top: 20px;
    font-size: 13px
}

#sh_bo_list .gall_con .info .price li {
    display: flex;
    align-items: center;
    line-height: 1
}

#sh_bo_list .gall_con .info .price li+li:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #ccc
}

#sh_bo_list .gall_con .info .price li b {
    padding-left: 5px;
    font-size: 17px;
    font-weight: normal;
    color: #222;
   ;
    font-weight: 700
}

#sh_bo_list .gall_con .info .more_btn {
    width: 160px;
    height: 55px;
    margin: 15px 0 0 auto;
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    background-color: #333;
    transition: all .2s
}

#sh_bo_list .gall_con .info .more_btn:hover {
    background-color: #111
}

/* 리스트 버튼 */
#sh_bo_list .btn_area {
    position: relative;
    margin: 20px 0
}

#sh_bo_list .btn_area:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

#sh_bo_list .adm_btns {
    position: absolute;
    top: 0;
    left: 0
}

#sh_bo_list .adm_btns li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px
}

#sh_bo_list .w_btn {
    float: right
}

#sh_bo_list .w_btn:hover {
    background-color: #0064c5
}

/* -------- 리스트 끝 [e] */

/* -------- 글쓰기 시작 [s] */
#sh_bo_w {
    font-size: 15px; 
    line-height: 1.8;
    color: #666;
   
}

/* 라이트 */
#sh_write_tbl label {
    font-size: 15px
}

#sh_write_tbl th {
    width: 16%;
    padding: 10px 0;
    line-height: 1.6;
    background-color: #f5f6f8
}

#sh_write_tbl td {
    padding: 10px 0 10px 10px
}

#sh_write_tbl .cate_wrap {
    display: inline-block;
    min-width: 181px;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #e1e1e1
}

#sh_write_tbl .sh_select {
    min-width: 160px;
    height: 40px;
    border: none;
    font-size: 15px;
    color: #777;
    background-color: transparent;
   
}

#sh_write_tbl .sh_select:focus,
#sh_write_tbl .sh_select:active {
    border: none !important
}

#sh_write_tbl .sh_input {
    height: 40px;
    padding: 0 20px 0 12px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 15px;
    color: #777;
   
}

#sh_write_tbl .sh_input:focus,
#sh_write_tbl .sh_input:active {
    border: 1px solid #e1e1e1 !important;
    outline: none
}

#sh_write_tbl .frm_address {
    margin-top: 5px
}

#sh_write_tbl .zip_btn {
    width: 125px;
    height: 40px;
    margin-left: 2px;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    background-color: #555;
   ;
    font-weight: 500
}

#sh_write_tbl .read {
    background-color: #f5f6f8
}

#sh_write_tbl .txtarea {
    width: 100%;
    height: 100px;
    padding: 12px
}

#sh_write_tbl .frm_file {
    height: auto;
    padding: 0;
    font-size: 14px
}

#sh_write_tbl .ps {
    font-size: 14px;
    color: #ff567f
}

#sh_write_tbl span.ps {
    padding-left: 10px
}

#sh_write_tbl .privacy {
    font-size: 13px;
    background-color: #f5f6f8
}

#sh_write_tbl .agr_area {
    text-align: right
}

#sh_write_tbl .agr_area p {
    display: inline-block;
    vertical-align: middle
}

#sh_write_tbl .agr_area input {
    margin-left: 10px
}

#sh_write_tbl .agr_area label {
    vertical-align: middle;
    font-size: 14px
}

#sh_bo_w .img_file {
    padding: 0
}

#sh_bo_w .img_file ul {
    display: flex;
    flex-wrap: wrap
}

#sh_bo_w .img_file li {
    display: flex;
    flex: 1 1 50%;
    border-bottom: 1px solid #e1e1e1
}

#sh_bo_w .img_file li p {
    width: 32%;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    color: #222;
    background-color: #f5f6f8;
   ;
    font-weight: 500
}

#sh_bo_w .img_file li p img {
    max-width: 84px;
    width: 100%
}

#sh_bo_w .img_file li div {
    flex: 1;
    padding: 10px
}

/* 라이트 버튼 */
#sh_bo_w .btn_area {
    position: relative;
    margin: 20px 0;
    text-align: center
}

/* -------- 글쓰기 끝 [e] */

/* -------- 뷰 시작 [s] */
#sh_bo_v {
    font-size: 1rem;
    max-width: 1280px;
    margin:70px auto 0 auto; 
    color: #777;
   
}

#sh_bo_v .tit {
    text-align: center
}

#sh_bo_v .tit p {
    display: block;
    padding-bottom: 22px;
    font-size: 34px;
    line-height: 1.2;
    color: #222;
   ;
    font-weight: 700
}

#sh_bo_v .tit span {
    font-size: 15px;
    color: #4e4e4e;
   ;
    font-weight: 500
}

#sh_bo_v .type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 36px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

#sh_bo_v .type li {
    position: relative;
    width: 25%;
    padding: 34px 10px;
    text-align: center;
   
}

#sh_bo_v .type li+li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background: #ddd
}

#sh_bo_v .type li span {
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    line-height: 33px
}

#sh_bo_v .type li p {
    font-size: 18px;
    line-height: 1.4;
    color: #222;
   
}

#bo_v_img {
    margin-bottom: 36px
}

#bo_v_img div.gallery_img {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 700px;
    margin-bottom: 25px
}

#bo_v_img div.gallery_img li {
    text-align: center
}

#bo_v_img div.gallery_img li.no_img {
    width: 100%;
    padding: 100px 0
}

#bo_v_img div.gallery_img li.no_img+.no_img {
    display: none
}

#bo_v_img div.gallery_img img {
    width: auto;
    max-width: 100%;
    max-height: 750px;
    vertical-align: middle
}

#bo_v_img div.gallery_thumb {
    overflow: hidden
}

#bo_v_img div.gallery_thumb li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 10%;
    height: 86px;
    text-align: center;
    cursor: pointer;
    background-size: cover !important;
    background-position: center
}

#bo_v_img div.gallery_thumb li:before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.3s
}

#bo_v_img div.gallery_thumb li:hover:before,
#bo_v_img div.gallery_thumb li.swiper-slide-thumb-active:before {
    opacity: 0
}

#bo_v_img .arr {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 101;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .35);
    transition: all .2s
}

#bo_v_img .arr.next {
    left: auto;
    right: 0
}

@media (hover:hover) {
    #bo_v_img .arr:hover {
        background-color: rgba(0, 0, 0, .6)
    }
}

#sh_bo_v .info_area {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #e1e1e1
}

#sh_bo_v .price {
    display: flex;
    padding: 55px 0;
    border-bottom: 1px solid #e1e1e1
}

#sh_bo_v .price dt {
    width: 16%;
    font-size: 26px;
    color: #222; 
    font-weight: 500
}

#sh_bo_v .price dd {
    width: 84%
}

#sh_bo_v .price dd table {
    width: 100%;
    background: #ddd
}

#sh_bo_v .price dd table th {
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
    color: #222;
    background: #f7f7f7;
   ;
    font-weight: 500
}

#sh_bo_v .price dd table td {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    background: #fff
}

#sh_bo_v .guide {
    display: flex;
    padding: 55px 0
}

#sh_bo_v .guide dl {
    display: flex;
    width: 50%
}

#sh_bo_v .guide dl dt {
    width: 32%;
    font-size: 26px;
    color: #222; 
    font-weight: 500
}

#sh_bo_v .guide dl dd {
    width: 62%;
    font-size: 14px;
    word-break: keep-all;
   
}

#other_room {
    position: relative;
    padding: 60px 100px
}

#other_room .stit {
    margin-bottom: 30px;
    font-size: 22px;
    color: #222;
    text-align: center;
   ;
    font-weight: 700
}

#other_room .other_slide {
    overflow: hidden
}

#other_room ul li a {
    display: block;
    padding: 10px;
    text-align: center
}

#other_room ul li .img {
    height: 220px;
    background: center no-repeat;
    background-size: cover;
    transition: all .2s
}

#other_room ul li .img.no_img {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #ddd;
   
}

#other_room ul li .img.no_img:after {
    content: "이미지 준비중입니다."
}

#other_room ul li .name {
    position: relative;
    padding: 20px 15px;
    font-size: 16px;
    color: #222;
   ;
    font-weight: 500
}

#other_room ul li .name span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #888;
   
}

#other_room .arr_btn {
    position: absolute;
    top: 42%;
    left: 20px;
    width: calc(100% - 40px)
}

#other_room .arr_btn button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    font-size: 22px;
    color: #aaa;
    line-height: 48px;
    background: none;
    transition: all .2s
}

#other_room .arr_btn button.next {
    left: auto;
    right: 0
}

@media (hover:hover) {
    #other_room .arr_btn button:hover {
        border-color: #aaa
    }
}

#sh_bo_v .rsv_btn_area {
    display: flex;
    align-items: center;
    justify-content: center
}

#sh_bo_v .rsv_btn_area a {
    position: relative;
    width: 160px;
    height: 55px;
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    background-color: #333;
    transition: all .2s
}

#sh_bo_v .rsv_btn_area a.bd_btn {
    margin-right: 12px;
    border: 2px solid #ddd;
    color: #222;
    line-height: 51px;
    background-color: #fff;
   ;
    font-weight: 500
}

#sh_bo_v .rsv_btn_area a:not(.bd_btn):hover {
    background-color: #111
}

#sh_bo_v .rsv_btn_area a:after {
    opacity: 0;
    display: block;
    content: "\f178";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
    transition: all .2s;
    font-family: 'fontawesome'
}

@media (hover:hover) {
    #sh_bo_v .rsv_btn_area a:hover {
        padding-right: 25px
    }

    #sh_bo_v .rsv_btn_area a:hover:after {
        opacity: 1;
        margin-right: 0
    }

    #sh_bo_v .rsv_btn_area a.bd_btn:hover {
        border-color: #222
    }
}

/* 뷰 버튼 */
#sh_bo_v .btn_area {
    overflow: hidden;
    position: relative;
    margin: 20px 0
}

#sh_bo_v .btn_area ul {
    overflow: hidden
}

#sh_bo_v .btn_area ul li {
    float: left
}

#sh_bo_v .btn_area .left {
    float: left
}

#sh_bo_v .btn_area .left li {
    margin-right: 4px
}

#sh_bo_v .btn_area .right {
    float: right
}

#sh_bo_v .btn_area .right li {
    margin-left: 4px
}

#sh_bo_v .btn_area ul li a {
    height: 45px;
    line-height: 45px
}

#sh_bo_v .btn_area ul li a.w_btn {
    width: 120px
}

/*본문 사이즈 작을때*/
.cramped .info_area .price .info_tit {
    float: none;
    width: auto;
    margin-bottom: 25px
}

.cramped .info_area .price .price_cont {
    float: none;
    width: auto
}

.cramped .info_area .price .price_cont table td {
    padding: 7px
}

/* -------- 뷰 끝 [e] */

/* 반응형 [s] */
@media (max-width:1024px) {
    .btn_type01 {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    a.cancel_btn {
        height: 50px;
        line-height: 50px
    }

    .pg_current {
        min-width: 20px;
        font-size: 14px
    }

    .pg_page {
        min-width: 20px;
        font-size: 13px;
        line-height: 28px
    }

    #sh_bo_list {
        padding: 30px 20px;
        font-size: 14px
    }

    #sh_bo_list .list_top {
        padding: 0 10px
    }

    #sh_bo_list .list_top a {
        left: 10px
    }

    #sh_bo_list .gall_con .info a {
        padding: 20px 35px
    }

    #sh_bo_list .gall_con .info .name {
        font-size: 24px
    }

    #sh_bo_list .btn_area {
        padding: 0 10px
    }

    #sh_bo_list .adm_btns {
        position: relative;
        margin-bottom: 10px
    }

    #sh_bo_list .w_btn {
        display: block;
        float: none;
        width: 180px;
        margin: 0 auto
    }

    #sh_bo_w {
        padding: 20px 0
    }

    #sh_write_tbl .sh_select,
    #sh_write_tbl .sh_input {
        font-size: 14px
    }

    #sh_write_tbl input[type=text],
    #sh_write_tbl textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    #sh_write_tbl label {
        font-size: 14px
    }

    #sh_write_tbl th {
        font-size: 14px
    }

    #sh_write_tbl td {
        padding: 10px
    }

    #sh_bo_w .img_file li p {
        font-size: 14px
    }

    #sh_bo_w .img_file li input[type=file] {
        width: 90%
    }

    #sh_bo_v {
        margin: 20px 0;
        font-size: 14px
    }

    #sh_bo_v .tit {
        padding: 15px 20px;
        font-size: 15px
    }

    #sh_bo_v .tit p {
        font-size: 28px
    }

    #sh_bo_v .tit span {
        word-break: keep-all
    }

    #sh_bo_v .price {
        padding: 40px 20px
    }

    #sh_bo_v .guide {
        padding: 40px 20px
    }

    #other_room {
        padding: 60px 80px
    }

    #other_room ul li .img {
        height: 200px
    }

    .basicset {
        font-size: 12px
    }

    .basicset input[type=text],
    #fwrite input[type=submit] {
        border-radius: 2px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }
}

@media (max-width:768px) {
    #bo_cate_ul_line {
        margin-bottom: 30px
    }

    #bo_cate_ul_line li {
        flex-shrink: 0;
        margin: 0 5px
    }

    #bo_cate_ul_line li a {
        font-size: 14px
    }

    #sh_bo_list .gall_li {
        padding-bottom: 30px
    }

    #sh_bo_list .gall_li+.gall_li {
        padding-top: 30px;
        margin: 0;
        border-top: 1px solid #e1e1e1
    }

    #sh_bo_list .gall_li .gall_con {
        display: block;
        height: auto;
        background: none
    }

    #sh_bo_list .gall_li:nth-child(even) .gall_con {
        border: none
    }

    #sh_bo_list .gall_con .img {
        width: 100%;
        height: 250px
    }

    #sh_bo_list .gall_con .info a {
        padding: 30px 0 0
    }

    #sh_bo_list .gall_con .info .name {
        margin: 0
    }

    #sh_bo_list .gall_con .info .price {
        margin-top: 15px
    }

    #sh_write_tbl label {
        font-size: 13px
    }

    #sh_write_tbl th {
        font-size: 13px;
        padding: 5px;
        word-break: keep-all
    }

    #sh_write_tbl td {
        font-size: 13px;
        padding: 5px
    }

    #sh_bo_w .img_file li {
        flex: unset;
        width: 100%
    }

    #sh_bo_w .img_file li p {
        width: 30%;
        font-size: 13px
    }

    #sh_bo_v { 
    }

    #sh_bo_v .tit {
        text-align: left
    }

    #sh_bo_v .tit p {
        padding-bottom: 10px;
        font-size: 24px
    }

    #sh_bo_v .tit span {
        display: block;
        font-size: 13px;
        line-height: 1.6;
        color: #888;
       
    }

    #sh_bo_v .type {
        justify-content: unset;
        margin: 5px 0 25px;
        padding: 0 20px;
        border: none
    }

    #sh_bo_v .type li {
        width: auto;
        padding: 0;
        margin-right: 12px
    }

    #sh_bo_v .type li:first-child {
        display: none
    }

    #sh_bo_v .type li+li:before {
        display: none
    }

    #sh_bo_v .type li span {
        height: 22px;
        padding: 0 10px;
        margin: 4px 2px 0 0;
        font-size: 12px;
        color: #888;
        line-height: 22px
    }

    #sh_bo_v .type li p {
        display: inline-block;
        font-size: 14px;
        line-height: 1;
       ;
        font-weight: 500
    }

    #bo_v_img div.gallery_img img {
        max-height: 450px
    }

    #sh_bo_v .price {
        display: block;
        padding: 30px 20px
    }

    #sh_bo_v .price dt {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px; 
        font-weight: 700
    }

    #sh_bo_v .price dd {
        overflow-x: scroll;
        width: 100%
    }

    #sh_bo_v .price dd table {
        min-width: 430px
    }

    #sh_bo_v .price dd table.w620 {
        min-width: 620px
    }

    #sh_bo_v .price dd table th {
        font-size: 13px
    }

    #sh_bo_v .guide {
        display: block;
        padding: 30px 20px
    }

    #sh_bo_v .guide dl {
        display: block;
        width: 100%
    }

    #sh_bo_v .guide dl+dl {
        margin-top: 30px
    }

    #sh_bo_v .guide dl dt {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
       ;
        font-weight: 700
    }

    #sh_bo_v .guide dl dd {
        width: 100%
    }

    #other_room {
        padding: 40px 0
    }

    #other_room .stit {
        margin-bottom: 15px;
        padding: 0 20px;
        text-align: left;
        font-size: 18px
    }

    #other_room .other_slide {
        padding: 0 20px
    }

    #other_room ul li a {
        padding: 0;
        text-align: left
    }

    #other_room ul li .img {
        height: 180px
    }

    #other_room ul li .name {
        padding: 20px 8px 0
    }

    #other_room ul li .name span {
        margin: 0;
        font-size: 13px
    }

    #other_room .arr_btn {
        display: flex;
        justify-content: end;
        top: 40px;
        left: auto;
        right: 15px;
        width: 50px
    }

    #other_room .arr_btn button {
        position: relative;
        width: 25px;
        height: 30px;
        border: none;
        color: #888;
        line-height: 30px;
        background: none
    }

    #other_room .arr_btn button.next {
        right: auto
    }
}

@media (max-width:480px) {
    .btn_type01 {
        width: 120px
    }

    #sh_bo_list .list_top a {
        position: relative;
        left: 0;
        margin-bottom: 5px
    }

    #sh_bo_list .gall_con .img {
        height: 180px;
        border-radius: 14px
    }

    #sh_bo_list .gall_con .info a {
        padding: 20px 8px 0
    }

    #sh_bo_list .gall_con .info .name {
        position: relative;
        padding-right: 25px;
        font-size: 20px
    }

    #sh_bo_list .gall_con .info .name:after {
        content: "\f105";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #999;
        font-family: 'fontawesome'
    }

    #sh_bo_list .gall_con .info .desc {
        font-size: 14px;
        line-height: 1.6
    }

    #sh_bo_list .gall_con .info .more_btn {
        display: none
    }

    #sh_bo_list .gall_con .info .price {
        margin-top: 20px
    }

    #sh_bo_list .gall_con .info .price li {
        
    }

    #sh_bo_list .gall_con .info .price li b {
        font-size: 16px
    }

    #sh_bo_w {
        padding: 0
    }

    #sh_write_tbl .cate_wrap {
        width: 100%
    }

    #sh_write_tbl .sh_input {
        width: 100%;
        padding-left: 5px
    }

    #sh_write_tbl .sh_select {
        width: 100%
    }

    #sh_write_tbl .zip_input {
        width: calc(100% - 130px)
    }

    #sh_write_tbl .frm_address {
        width: 100%
    }

    #sh_write_tbl .ps {
        font-size: 13px
    }

    #sh_write_tbl .agr_area p {
        display: block
    }

    #sh_bo_v {
        padding: 0
    }

    #bo_v_img div.gallery_thumb li {
        height: 60px
    }

    #bo_v_img div.gallery_img img {
        max-height: 320px
    }

    #bo_v_img .arr {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: none
    }

    #other_room .other_slide {
        padding: 0 35px
    }

    #other_room ul li .img {
        height: 160px;
        border-radius: 14px
    }

    #other_room ul li .name:after {
        opacity: 0;
        content: "\f105";
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #999;
        font-family: 'fontawesome'
    }

    #other_room ul li.swiper-slide-active .name:after {
        opacity: 1
    }

    #sh_bo_v .rsv_btn_area a {
        width: 120px;
        height: 45px;
        font-size: 14px;
        line-height: 45px
    }

    #sh_bo_v .rsv_btn_area a.bd_btn {
        margin-right: 10px;
        line-height: 41px
    }

    #sh_bo_v .btn_area {
        padding: 0 10px
    }

    #sh_bo_v .btn_area ul li a {
        width: 50px;
        height: 35px;
        line-height: 35px;
        font-size: 13px
    }

    #sh_bo_v .btn_area ul li a.w_btn {
        width: 80px
    }
}

@media (max-width:380px) {
    #sh_bo_list {
        padding: 30px 15px
    }

    #sh_bo_list .gall_con .img {
        height: 160px
    }

    #sh_bo_list .gall_con .info .price li {
        flex-direction: column;
        flex: 1;
        position: relative
    }

    #sh_bo_list .gall_con .info .price li+li:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0
    }

    #sh_bo_list .gall_con .info .price li b {
        margin-top: 8px
    }

    #sh_bo_v .tit {
        padding: 10px 15px 15px
    }

    #sh_bo_v .type {
        padding: 0 15px
    }

    #bo_v_img div.gallery_thumb li {
        height: 50px
    }

    #sh_bo_v .price {
        padding: 30px 15px
    }
}

/* 반응형 [e] */