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:#0054a6;color:#fff;
        text-decoration:none;vertical-align:middle;
         border: 1px solid #0054a6;
        }
        .btn_b01:hover, .btn_b01:hover {
            color:#0054a6; 
            background:white; 
            border:1px solid #0054a6;
        }
    a.btn_b02,.btn_b02 {
        display:inline-block;
        background:#0054a6;
        padding:0 10px;color:#fff;
        text-decoration:none;
        border:1px solid #0054a6;
        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:300px;
    }
    .board_head.write {
        height:auto;
    }
    .board_head.pension_mt {
        margin-top:90px;
    }

    .b_h_bg1 {
        background:url('/img/board/b_h_bg1.jpg')no-repeat 50% 50%;
        background-size:100%;
    }
    .b_h_bg2 {
        background:url('/img/board/b_h_bg2.jpg')no-repeat 50% 45%;
		background-size:100%;
    }
    .b_h_bg3 {
        background:url('/img/board/b_h_bg3.jpg')no-repeat 50% 55%;
		background-size:100%;
    }

    .board_head h1 {
        font-size:35px;
        font-weight:bold;
        color:white;
    }
    .board_head h3 {
        margin-top:15px;
        font-size:13px;
        font-weight:bold;
        color:white;
    }
	@media only screen and (max-width: 900px) {
		.board_head.pension_mt h1{
			margin-top: 10%;
		}
	}


/* 게시글 제목 */
    .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 #0054a6;}



/* 테이블 추가 수정 사항 */
    .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:#0054a6; 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;}
            .wrap_list_search {width:1200px;}
            .mb_display {display:table-cell;}
            .tbl_head01 td.list_title {padding:10px 5px;}
        }



/* ========== 게시판 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: #0054a6;
        color:white;
        border:1px solid #0054a6;
        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;
    }
    .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:#0054a6;}











/* ============================= 

 ::::::::::::: 글쓰기  :::::::::::::

    ============================= */


    .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 #0054a6;
        background:#0054a6;
        color:white;
        font-weight:bold;
    }
    #bo_w .btn_submit.wr:hover {
        background:white;
        color:#0054a6;
    }


    /* 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%;}
    }






    




/* ============================= 

 ::::::::::::: 팝업 레이어  :::::::::::::

    ============================= */

    #hd_pop,
    #hd_wrapper,
    #tnb ul,
    #gnb .gnb_wrap,
    #container_wr,
    #ft_wr{width:1200px}

    /* 팝업레이어 */
    #hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
    #hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
    .hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
    .hd_pops img{max-width:100%}
    .hd_pops_con {}
    .hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
    .hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
    .hd_pops_footer button {padding: 10px;border:0;color:#fff}
    .hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
    .hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}













/* ============================= 

 ::::::::::::: 기타조정  :::::::::::::

    ============================= */

.pension_mt {
    margin-top:70px;
}

.nav1 ul > li:hover ul.m_ul_in li {
    height:46px;
}


/* ============================= 

 ::::::::::::: 실시간예약  :::::::::::::

    ============================= */

.wetoz > .col-md-12 {
    max-width: 1200px;
    margin: 10vw auto 5vw;
    float: none;
}

.wetoz .nav-tabs > li.active > a, .wetoz .nav-tabs > li.active > a:hover, .wetoz .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

