body {
    background-color:white;
    font-size:1em;
}

#bo_list, #bo_v, #bo_w, #bo_gall {
    font-size:0.8em;
}


/* 버튼 관련 CSS  */
    a.btn,.btn{
    line-height:35px;height:35px;padding:0 10px;
    text-align:center;font-weight:bold;border:0;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}


/* View, List, Write Btn 색상 */
    a.btn_b01,.btn_b01 {
        display:inline-block;
        background:#232476;color:#fff;
        text-decoration:none;vertical-align:middle;
         border: 1px solid #232476;
        }
        .btn_b01:hover, .btn_b01:hover {
            color:#232476;
            background:white;
            border:1px solid #232476;
        }
    a.btn_b02,.btn_b02 {
        display:inline-block;
        background:#232476;
        padding:0 10px;color:#fff;
        text-decoration:none;
        border:1px solid #232476;
        vertical-align:middle;
    }
    a.btn_b02:hover, .btn_b02:hover {
        color:#232476; background:white;
        border:1px solid #232476;
    }

    .btn_submit {
        background:#232476; border:1px solid #232476;
        color:white; transition:500ms;
    }
    .btn_submit:hover {
        background:white; color:#232476;
        border:1px solid #232476;
    }

    a.btn_b03, .btn_b03 {
        display:inline-block;
        background:#fff;
        border:1px solid #b9bdd3;color:#646982;
        text-decoration:none;vertical-align:middle
    }
    a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
    a.btn_b04, .btn_b04 {
        display:inline-block;
        background:#fff;border:1px solid #ccc;
        color:#707070;text-decoration:none;
        vertical-align:middle
    }
    a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
    a.btn_admin,.btn_admin {
        display:inline-block;
        background:#d13f4a; color:#fff;
        text-decoration:none;vertical-align:middle
    } /* 관리자 전용 버튼 */
    .btn_admin:hover, a.btn_admin:hover {background:#ff3746}

    #reg_result {
        padding: 100px 0 40px;
        text-align: center;
        background: #fff;
    }
    #reg_result .reg_result_p {
        font-size: 20px;
        font-weight:bold;
        margin: 0 0 10px;
    }
    #reg_result .reg_result_p strong {
        color: #3497d9;
        font-size:30px;
    }



/* Search 관련 CSS /board/skin/board/basic/style.css  */
    .wrap_board_search {
        display:flex; justify-content:center;
        width:100%;
    }
    #bo_sch {
        float:left;
        border:1px solid #ccc;background:#fff;
        border-radius:3px
    }
    #bo_sch:after {
        display:block;
        visibility:hidden;clear:both;content:""
    }
    #bo_sch legend {
        position:absolute;
        margin:0;padding:0;font-size:0;line-height:0;
        text-indent:-9999em;overflow:hidden
    }
    #bo_sch select{
        border:0;
        margin:9px 5px ;height:20px;
        float:left;border-right:1px solid #ddd;
    }
    #bo_sch .sch_input{
        height:38px;
        border:0;padding:0;
        background-color:transparent;
        float:left
    }
    #bo_sch .sch_btn{
        float:left;
        height:38px;
        width:40px;
        font-size:15px
    }


/* 서치 Box Style */
    .wrap_list_search {
        display:flex; justify-content:center;
        width:1200px;
        margin:0 auto;
    }



/* 페이징 관련 */
    .pg_current {
        background-color:#232476; color:white;
        border: 1px solid #232476; box-shadow:none;
    }
    .pg_page {
        background-color:white; color:#232476;
        border:1px solid #232476;
    }
    .pg_page:hover {
        background-color:white;
        font-weight:bold;
    }
    .pg_start {
        background:none;
        font-size:25px; font-weight:bold;
        text-indent:0px; line-height:23px;
    }
    .pg_end {
        background:none;
         font-size:25px; font-weight:bold;
         text-indent:0px; line-height:23px;
    }


.tbl_wrap table {
    width:100%;
    border-collapse:collapse; border-spacing: 0 5px;
    border:1px solid #ccc;
}
.tbl_wrap caption {
    padding:10px 0;
    font-weight:bold;text-align:left
}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {
    padding:0;font-size:0;line-height:0;overflow:hidden
}


/* 버튼 옆에 아이콘 지우고 싶을 시 display:none;을 추가해주세요 */
    .btn_b02 i.fa {}
    .btn_admin i.fa {}




/* =============================

 ::::::::::::: 게시판  :::::::::::::

    ============================= */




/* ========== 1. 게시판 List =========== */


/* 게시판 List Page 전체 Wrap */

    .wrap_basic_easy_list {
        width:1200px;
        margin:50px auto;
        padding:0 10px 50px 10px;
    }
    .board_head {
        display:flex; flex-direction:column; justify-content:center; align-items:center;
        text-align:center;
        height:250px;
    }
    .board_head.pension_mt {
        margin-top:90px;
    }

    .b_h_bg1 {
        background:url('/img/board/b_h_bg4.jpg')no-repeat 50% 48%;
        background-size:100%;
    }
    .b_h_bg2 {
        background-size:100%;
        background:url('/img/board/b_h_bg4.jpg')no-repeat 50% 48%;
    }
    .b_h_bg3 {
        background-size:100%;
        background:url('/img/board/b_h_bg3.jpg')no-repeat 50% 50%;
    }

    .board_head h1 {
        font-size:35px;
        font-weight:bold;
        color:white;
		text-shadow: 1px 1px 1px #000;
    }
    .board_head h3 {
        margin-top:15px;
        font-size:13px;
        font-weight:bold;
        color:white;
		text-shadow: 1px 1px 1px #000;
    }


/* 게시글 제목 */
    .list_HL .bo_tit a {
        font-size:13px;
    }

/* 게시글 글쓴이 */
    .list_HL span.sv_member {font-size:12px;}

/* 게시글 조회 */
    .list_HL span.list_viewed  {font-size:12px;}

/* 게시글 날짜 */
    .list_date  {font-size:12px;}


/* Width 조정 */
    .list_num {width:5%; min-width:30px;}
    .list_title {width:65%;}
    .list_writer {width:15%; text-align:center; padding:}
        #bo_list .td_name {text-align:center;}
    .list_viewed {width:5%;}
    .list_date {width:10%;}



/* 후버 관련 */
    .tbl_head01 tbody tr:hover td a {color:#232476; text-decoration:none;}
    .tbl_head01 tbody tr:hover td span {}
    .tbl_head01 tbody tr:nth-child(even):hover td {}
    #bo_list tbody tr:hover {border-left:3px solid #232476;}



/* 테이블 추가 수정 사항 */
    .bo_tit {text-align:center;}



/* 테이블 th 배경 색상 */
    .tbl_head01 thead th {
        padding:10px 0;
        height:40px;
        font-weight:normal;text-align:center;
        border-bottom:1px solid #ddd;
        background:#232476; color:white;
    }
    .tbl_head01 thead th a {
        color:white;
    } /* 조회, 날짜 */
    .tbl_head01 thead th input {
        vertical-align:top;
    }

    .tbl_head01 tfoot th, .tbl_head01 tfoot td {
        padding:10px 0;
        border-top:1px solid #c1d1d5;
        border-bottom:1px solid #c1d1d5;
        background:#d7e0e2;
        text-align:center
    }

    .tbl_head01 tbody th {
        padding:8px 0;
        border-bottom:1px solid #e8e8e8;
        background:red;
    }
    .tbl_head01 td {
        color:#666; background:#fff;
        padding:10px 5px;border-top:1px solid #ecf0f1;
        line-height:1.4em;height:60px;
        word-break:break-all
    }
    .tbl_head01 tbody tr:nth-child(even) td {
        background-color: #f2f2f2;
    }
    .tbl_head01 a {
        display:block;
    }

    .tbl_head02 {
        margin:0 0 10px
    }
    .tbl_head02 caption {
        padding:0;
        font-size:0;line-height:0;
        overflow:hidden
    }
    .tbl_head02 thead th {
        padding:5px 0;
        border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;
        font-size:0.95em;text-align:center;letter-spacing:-0.1em
    }
    .tbl_head02 thead a {color:#383838}
    .tbl_head02 thead th input {vertical-align:top}
            /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
    .tbl_head02 tfoot th, .tbl_head02 tfoot td {
        padding:10px 0;
        border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center
    }
    .tbl_head02 tbody th {
        padding:5px 0;
        border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;
        background:#fff
    }
    .tbl_head02 td {
        padding:5px 3px;
        border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;
        background:#fff;line-height:1.4em;
        word-break:break-all
    }




    /* List Responsive */

        @media only screen and (min-width: 320px) {
            .wrap_basic_easy_list {width:100%; padding:0px 10px 50px 10px;}
            .wrap_list_search {width:100%;}
            .mb_display {display:none;}
            .tbl_head01 td.list_title {padding:10px 20px;}
        }

        @media only screen and (min-width: 760px) {
            .list_viewed.mb_display {display:table-cell}
        }

        @media only screen and (min-width: 1200px) {
            .wrap_basic_easy_list {width:1220px; padding:0px 10px 50px 10px; margin-bottom: 260px;}
            .wrap_list_search {width:1200px;}
            .mb_display {display:table-cell;}
            .tbl_head01 td.list_title {padding:10px 5px;}
        }

		@media screen and (max-width: 500px) {
			.b_h_bg1 {
				background-size:cover;
				background:url('/img/board/b_h_bg4_mb.jpg')no-repeat 50% 50%;
			}
			.b_h_bg2 {
				background-size:cover;
				background:url('/img/board/b_h_bg4_mb.jpg')no-repeat 50% 50%;
			}
			.b_h_bg3 {
				background-size:cover;
				background:url('/img/board/b_h_bg3.jpg')no-repeat 50% 50%;
			}
		}



/* ========== 게시판 View =========== */

    .wrap_basic_easy_view {
        width:1200px; margin:0 auto;
    }


    /* 이전글, 다음글 Style */
    .bo_v_nb li .nb_tit {display: inline-block;
        padding-right: 20px;
        color: #4567b5;}

    /* 댓글목록 */
    .cmt_btn {
            text-align: left;
            width: 100%;
            border: 0;
            color: #ed6478;
            font-weight: bold;
            font-size: 1.25em;
            margin: 30px 0 0px;
            padding: 0 0 10px;
        }

        /* View 반응형 */

            @media only screen and (min-width: 320px) {
                .wrap_basic_easy_view {width:100%; padding:50px 10px;}
            }

            @media only screen and (min-width: 760px) {

            }

            @media only screen and (min-width: 1200px) {
                .wrap_basic_easy_view {width:1220px; padding:50px 0;}
            }













/* =============================

 ::::::::::::: 갤러리  :::::::::::::

    ============================= */


/* ========= 갤러리 Common ========= */

    .btn.btn_b01.gallery {
        background: #232476;
        color:white;
        border:1px solid #232476;
        padding:0 10px;
        font-weight:bold;
    }


    .btn.btn_b01.gallery:hover {
        background: white;
        color:#232476;
    }





/* ========= 갤러리 - List ========= */

    .wrap_gallery {
        width:1200px;
        margin:0 auto;
        padding:100px 0;
		margin-bottom: 180px;
    }
    .gal_dis_num {
        width:32% !important; height:auto !important;
    }

    .gall_img img.gal_list_img {
        height:300px !important;
    }
    #bo_gall a.btn_b02 {
        border:1px solid #232476;
    }
    #bo_gall .gall_box {
        font-weight:bold;
        height:300px;
    }

    .gall_img img {
        width:70%;
    }

    #bo_gall .gall_box {
        border:none;
    }

    #bo_gall .gall_img {
        border:none;
    }

    .gall_li  {
        margin:20px 10px;
        border:1px solid #eee;
    }

    #bo_gall .gall_info .gall_date {
        position:relative;
        float:right;
        bottom:0; right:10px;
    }

    .gall_view {
        position:relative;
    }

    .btn_bo_user.gall {
        margin-top:20px;
    }

    .wrap_list_search.gall {
        margin-top:70px;
    }

    /* Hover 관련 */
        .gall_li:hover .gall_text_href a {
            color:#232476;
        }


        /* 갤러리 반응형 */

        @media only screen and (max-width: 1200px) {
            .wrap_gallery {
                width:100%;
                padding-left:20px;
            }
            #bo_gall .gall_box {
                max-height:250px;
            }
            .gall_li {padding:0 !important;}
        }

        @media only screen and (max-width: 850px) {
            #bo_gall #gall_ul {padding:0 0 0 20px;}
            .gal_dis_num {width:46% !important; height:auto !important; }
            .gall_li {margin:10px 20px;}
            #bo_gall .gall_box {
                max-height:auto;
            }

        }

        @media only screen and (max-width: 600px) {
            #bo_gall #gall_ul {padding:0;}
            .wrap_gallery {width:100%; padding:50px 0px;}
            .gal_dis_num {width:100% !important; height:auto !important;}
            .gall_li {margin:20px 0px;}

        }







/* ========= 갤러리 - View ========= */

    /* 버튼 색상 */
        #bo_v a.btn_b01 {color:white;}
        #bo_v a.btn_b01:hover {color:#232476;}











/* =============================

 ::::::::::::: 글쓰기  :::::::::::::

    ============================= */


    .wrap_basic_easy_write {width:1000px; margin:0 auto; padding:50px 0;}

    input.frm_input.tit_write {
        font-size:30px; border:none;
        -webkit-box-shadow: none;
        box-shadow:none;
        border-bottom:1px solid #ccc;
        outline:0;
    }
        input[type=text].frm_input.tit_write:focus {
            border:none !important;  border-bottom:1px solid #ccc !important;
        }

    .frm_input.input_write::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size:30px;
        opacity: 1; /* Firefox */
        color:#ccc;
    }

    .frm_input.input_write::-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size:30px;
        color:#ccc;
        opacity: 1;
    }


    .bo_w_tit {
        margin:30px 0 !important;
    }


    /* Button */

    #bo_w .btn_submit.wr {
        border:1px solid #232476;
        background:#232476;
        color:white;
        font-weight:bold;
    }
    #bo_w .btn_submit.wr:hover {
        background:white;
        color:#232476;
    }


    /* Write 반응형 */


        @media only screen and (min-width: 320px) {
            .wrap_basic_easy_write {width:100%; padding:50px 10px;}
        }

        @media only screen and (min-width: 1000px) {
            .wrap_basic_easy_write {width:1000px; padding:50px 0;}
        }











/* =============================

 ::::::::::::: 로그인 관련 :::::::::::::

    ============================= */

    .wrap_normal_login {padding:20vh 0; }
    .wrap_normal_login.pension {height:90vh;}
    .wrap_normal_login .mbskin {margin:0px auto; }
        .wrap_normal_login .mbskin h1 {font-size:30px;}
    .wrap_normal_login .btn_submit.HL_login {
        background:#232476;
        color:white;
        transition:300ms;
    }
    .wrap_normal_login #mb_login #login_info.HL_login {background:#232476; color:white;}
    .wrap_normal_login #mb_login #login_info.HL_login a {font-size:14px; color:white;}

    /* Hover */
    .wrap_normal_login .btn_submit.HL_login:hover {
        background:white;
        color:#232476;
        border:1px solid #232476;
    }
    .wrap_normal_login #mb_login #login_info.HL_login a:hover{
        font-weight:bold;
    }


/* 비밀번호 찾기 */
    .wrap_find {
        position:relative;
        width:100%; height:100vh;
        background-color: #2c3338;
        color:white;
    }
    .new_win.special {
        position:absolute;
        top:50%; left:50%;
        transform: translate(-50%,-55%);
        width:600px;
        padding:100px;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        border:3px solid black;
    }

    .new_win #win_title {background:black; font-weight:bold; font-size:15px;}
    .new_win .btn_submit {background:black; border:1px solid black;}
    .new_win .btn_submit:hover {color:white;}

    .drop-shadow {
        position: relative;
        float: left;
        width: 40%;
        padding: 1em;
        margin: 2em 10px 4em;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
      }
      .drop-shadow:before,
      .drop-shadow:after {
        content: "";
        position: absolute;
        z-index: -2;
      }
      .raised {
        -webkit-box-shadow: 0 25px 15px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -mox-box-shadow: 0 25px 15px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 25px 15px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
      }





/*  회원가입 동의 페이지 ( register.php ) */

.wrap_normal_register {width:1200px; margin:50px auto;}
    #fregister_private table th {background-color:black;}
    #fregister h2 {background:#232476;}
    #fregister_private table th { background:#232476; border: 1px solid #ddd;}


/* New style - Register_form */
.wrap_normal_register_form {width:90%; margin:50px auto;}
    input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
        /* -webkit-box-shadow: 0 0 5px #9ed4ff; */
        -moz-box-shadow: none;
        /* box-shadow: 0 0 5px #9ed4ff; */
       border: 1px solid #558ab7 !important;
    }

    @media only screen and (max-width: 500px) {
        .mbskin {width:90%;}
    }




/* =============================

 ::::::::::::: 기타조정  :::::::::::::

    ============================= */

.pension_mt {
    margin-top:70px;
}

.nav1 ul > li:hover ul.m_ul_in li {
    height:46px;
}

















/* =============================

 ::::::::::::: 예약모듈 Style  :::::::::::::

    ============================= */


.mo_reser_tit {
  margin:50px 0;
  font-size:35px;
  font-weight:bold;
  text-align:center;
}

ul.list_mo_reser {
  margin-top:70px;
}
ul.list_mo_reser li {
  display:inline-block;
  font-family:"Nanum Gothic";
  font-weight:bold;
}

ul.list_mo_reser li a {
  display:inline-block;
  padding:10px 30px;
  font-size:20px;
  background-color:#F4F4F4;
  transition:color 300ms, background 300ms;
}

ul.list_mo_reser li a:hover {
  color:white;
  background-color:#1297EB;
}

ul.list_mo_reser li a.on {
  color:white;
  background-color:#1297EB;
}


.hidden-xs .hoday-text {
  min-height:200px;
}

.wetoz {
  width:1200px;
  margin:50px auto 100px auto;
  min-height:650px;
  font-family:"Nanum gothic" !important;
}

    /* .wetoz.nextMonth  {
      min-height:1400px;
    }
    .wetoz.orderlist {
      min-height:1300px;
    }

    .wetoz.orderdetail {
      min-height:1300px;
    }

    .wetoz.ordercheck {
      min-height:400px;
    }
    .wetoz.cp_code {
      min-height:2100px;
    }

    .wetoz.step1 {
      min-height:750px;
    } */


    .wzb_pops_con p img {
      width:100%;
    }

.text_request {
  width:50% !important;
}


/* ======== Dsplay none Elements ======== */

.mb_display {
  display:none;
}


@media only screen and (max-width: 1200px) {
    * {box-sizing: border-box;}
    .wetoz {
      width:100%;
      padding:0 10px;
    }


}

@media only screen and (max-width: 500px) {

    .mb_none {
      display:none;
    }
    .mb_display {
      display:none;
    }

    .wetoz .panel-body {
      padding:10px !important;
    }

    .mo_reser_tit {
      margin:0;
    }

    .board_head h1 {
      font-size:25px;
    }

    .sbj {
      font-size:12px;
    }
    #room-select-form .list-group .label-title {
      height:25px !important; line-height:25px !important;
      font-size:13px !important;
      font-weight:bold;
    }

    .wetoz .form-control.inline-fix {
      margin-top:10px !important;
    }

    .board_head.pension_mt {
      margin-top:150px !important;
    }


    ul.list_mo_reser li a {
      display: inline-block;
      padding: 5px 12px;
      font-size: 12px;
      background-color: #F4F4F4;
      transition: color 300ms, background 300ms;
    }


  /* 실시간 예약 다음단계 */
    .table.form-group th {
      font-size:10px !important;
    }
    .table.form-group td {
      font-size:10px !important;
    }
    .rer_ins {
      margin-top: 0 !important;
    }

  .wetoz .form-inline .form-control {
    width:80% !important;
  }


}






/* ::::::::::::: 추가 Style :::::::::::::: */

@media (max-width: 500px) {

  .wetoz .col-xs-1,.wetoz .col-sm-1,.wetoz .col-md-1,.wetoz .col-lg-1,.wetoz .col-xs-2,.wetoz .col-sm-2,.wetoz .col-md-2,.wetoz .col-lg-2,.wetoz .col-xs-3,.wetoz .col-sm-3,.wetoz .col-md-3,.wetoz .col-lg-3,.wetoz .col-xs-4,.wetoz .col-sm-4,.wetoz .col-md-4,.wetoz .col-lg-4,.wetoz .col-xs-5,.wetoz .col-sm-5,.wetoz .col-md-5,.wetoz .col-lg-5,.wetoz .col-xs-6,.wetoz .col-sm-6,.wetoz .col-md-6,.wetoz .col-lg-6,.wetoz .col-xs-7,.wetoz .col-sm-7,.wetoz .col-md-7,.wetoz .col-lg-7,.wetoz .col-xs-8,.wetoz .col-sm-8,.wetoz .col-md-8,.wetoz .col-lg-8,.wetoz .col-xs-9,.wetoz .col-sm-9,.wetoz .col-md-9,.wetoz .col-lg-9,.wetoz .col-xs-10,.wetoz .col-sm-10,.wetoz .col-md-10,.wetoz .col-lg-10,.wetoz .col-xs-11,.wetoz .col-sm-11,.wetoz .col-md-11,.wetoz .col-lg-11,.wetoz .col-xs-12,.wetoz .col-sm-12,.wetoz .col-md-12,.wetoz .col-lg-12{position:relative;min-height:1px;padding-left:5px;padding-right:5px}

  #room-select-list > ul > li .room-frame {
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .wetoz .form-horizontal .form-group {
    margin-left:0 !important;
    margin-right:0 !important;

  }
  .wetoz .input-group .form-control {
    width:100% !important;
  }

  .wetoz .list-group-item .pull-right{float:none!important}



}



/*
