@charset "utf-8";

/* 서브 공통 */


/* 서브 비주얼 */

.sub_visual_01 {
    position: relative;
    height: 226px;
    background: url(../img/sub/sub_bn_img_01.png)no-repeat center center;
    padding: 0;
}

.sub_visual_02 {
    position: relative;
    height: 226px;
    background: url(../img/sub/sub_bn_img_02.png)no-repeat center center;
    padding: 0;
}

.sub_visual_03 {
    position: relative;
    height: 226px;
    background: url(../img/sub/sub_bn_img_03.png)no-repeat center top;
    padding: 0;
}

.sub_visual_04 {
    position: relative;
    height: 226px;
    background: url(../img/sub/sub_bn_img_04.png)no-repeat center center;
    padding: 0;
}

.sub_visual_05 {
    position: relative;
    height: 226px;
    background: url(../img/sub/sub_bn_img_05.png)no-repeat center center;
    padding: 0;
}

#sub_visual .sub_visual_wrap {
    height: 226px;
    background: rgba(0, 0, 0, 0.45);
    padding: 0;
}

#sub_visual .sub_v_slogan {
    padding: 66px;
}

h5.sub_v_ti {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-bottom: 13px;
}

p.sub_v_txt {
    font-size: 16px;
    color: #fff;
    text-align: center;
}


/* 서브 비주얼 - 메뉴*/

#sub_visual .sub_v_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
}

#sub_visual .sub_v_menu .sub_v_menu_box > ul {
    display: inline-block;
}

#sub_visual .sub_v_menu .sub_v_menu_box ul li {
    float: left;
}

#sub_visual .sub_v_menu .sub_v_menu_box ul li.home {
    padding: 0 30px;
    border-right: 1px solid #949494;
    border-left: 1px solid #949494;
}

#sub_visual .sub_v_menu .sub_v_menu_box ul li.sub_sec1 {
    width: 172px;
    padding: 0 10px 0 30px;
    border-right: 1px solid #949494;
    position: relative;
}

#sub_visual .sub_v_menu .sub_v_menu_box ul li.sub_sec1:after {
    content: " ";
    width: 11px;
    height: 7px;
    background: url(../img/sub/sub_v_arrow_1.png)no-repeat center center;
    position: absolute;
    top: 17px;
    right: 10px;
}

#sub_visual .sub_v_menu .sub_v_menu_box ul li.sub_sec2 {
    width: 222px;
    padding: 0 10px 0 30px;
    border-right: 1px solid #949494;
    position: relative;
}

#sub_visual .sub_v_menu .sub_v_menu_box ul li.sub_sec2:after {
    content: "";
    width: 11px;
    height: 7px;
    background: url(../img/sub/sub_v_arrow_2.png)no-repeat center center;
    position: absolute;
    top: 17px;
    right: 10px;
}

#sub_visual .sub_v_menu .sub_v_menu_box ul li a {
    color: #fff;
    font-size: 15px;
}


/* 서브 비주얼 - 메뉴 드롭다운 */

.sub_sec2 > ul.obj {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.sub_sec2:hover ul.obj {
    display: block;
}

ul.obj li:hover {
    display: block;
    text-decoration: underline;
}

.sub_sec2 > ul.obj li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #949494;
}


/* 좌측 메뉴 */

#content_wrap .nuri_content .con_left_menu {
    /*height: 1000px;*/
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box {
    padding-top: 47px;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box h4.l_title {
    width: 135px;
    margin: 0 auto;
    font-size: 20px;
    color: #474747;
    text-align: center;
    padding-bottom: 17px;
    border-bottom: 2px solid #aaa;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box ul.left_m_list {
    margin-top: 22px;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box ul.left_m_list li {
    width: 100%;
    height: 41px;
    line-height: 41px;
    cursor: pointer;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box ul.left_m_list li:hover {
    background: #19b5fe;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box ul.left_m_list li:hover a {
    color: #fff;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box ul.left_m_list li.active {
    background: #19b5fe;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box ul.left_m_list a li.active {
    background: #19b5fe;
    color: #fff;
}

#content_wrap .nuri_content .con_left_menu .left_menu_box ul.left_m_list a li {
    font-size: 15px;
    color: #474747;
    padding-left: 31px;
}


/* 컨텐츠 */

#content_wrap {
    border-bottom: 1px solid #bbb;
    /*padding-bottom: 75px;*/
}

h4.con_title {
    font-size: 20px;
    color: #252525;
    padding-top: 47px;
    padding-bottom: 17px;
    border-bottom: 2px solid #aaa;
}

h5.con_nu_ti {
    font-size: 18px;
    color: #525252;
    padding-left: 18px;
    position: relative;
    padding-bottom: 25px;
}

h5.con_nu_ti:after {
    content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    border: 4px solid #19b5fe;
    height: 18px;
}

.con_right_box {
    padding-top: 35px;
    padding-bottom: 35px;
}

p.con_nu_txt {
    color: #525252;
    font-size: 15px;
    padding-left: 27px;
    padding-bottom: 35px;
    line-height: 24px;
}

p.con_nu_txt_2 {
    color: #525252;
    font-size: 15px;
    padding-bottom: 35px;
    line-height: 24px;
}

h6.con_nu_ti_2 {
    font-size: 17px;
    color: #19b5fe;
    padding-left: 27px;
    padding-bottom: 13px;
}

h6.con_nu_ti_3 {
    font-size: 18px;
    color: #19b5fe;
    padding-bottom: 8px;
}


/* 인사말 */

.ceo_box_bg {
    overflow: hidden;
    background: url(../img/sub/sub_bg_introduction.png)no-repeat center 45%;
}

.ceo_box_bg .ceo_box ul {}

.ceo_box_bg .ceo_box ul li {
    float: left;
}

.ceo_name_01 {
    font-size: 18px;
    color: #252525;
    padding-top: 235px;
    padding-left: 10px;
}

.ceo_name_01 span.ceo_name {
    font-size: 22px;
    padding-left: 5px;
    font-weight: 400;
}

.ceo_txt_box {
    padding-top: 300px;
}

h3.ceo_strong {
    font-size: 30px;
    color: #252525;
    font-weight: 400;
    padding-top: 35px;
}

h3.ceo_strong > span {
    font-size: 35px;
    color: #19b5fe;
}

p.ceo_middle {
    font-size: 20px;
    color: #545454;
    padding: 25px 0;
}

p.ceo_txt {
    font-size: 15px;
    color: #545454;
    line-height: 22px;
}

p.ceo_nuri_people {
    font-size: 18px;
    color: #545454;
    float: right;
    padding-top: 65px;
    padding-bottom: 65px;
}


/* 시설현황 */

.nuri_organi_table {
    margin: 0;
}

.nuri_organi_table .l_ti {
    background: #eee;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

.nuri_organi_table .r_txt {
    background: #fff;
    text-align: left;
    font-weight: 300;
    padding-left: 25px;
    font-size: 14px;
}

.nuri_organi_table > thead > tr {
    border-bottom: 1px solid #c5c5c5;
}

.nuri_organi_table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.organi_view_img > div {
    padding: 0;
}

p.organi_f {
    text-align: center;
    background: #eee;
    font-size: 15px;
    color: #525252;
    padding: 8px 0;
    border: 1px solid #c5c5c5;
}


/* 오시는 길 */

.nuri_add_02 {
    padding: 75px 0;
}

.nuri_organi_table .l_padding {
    padding: 30px 0;
}

.nuri_organi_table .r_padding {
    padding: 30px 0 30px 14px;
}


/* 요양서비스 */

.service_box > div {
    text-align: center;
}

.service_box .service_txt {
    padding-top: 30px;
    text-align: left;
}

.service_box_last {
    padding-bottom: 95px;
}


/* 전문 프로그램 */

td.war_box {
    width: 50%;
}

.war_ing {
    overflow: hidden;
    margin-bottom: 0;
}

.war_ing li {
    float: left;
    font-size: 14px;
}

.war_ing li.r_icon {
    padding: 0 15px;
}

.war_ing li.r_ico_txt {}


/* 알림마당 - 공지사항 */

table.notice_bbs {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.notice_bbs thead tr th {
    text-align: center;
    background: #eeeeee;
    font-weight: 400;
}

table.notice_bbs tbody tr.bo_notice td.td_num {
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}

table.notice_bbs tbody tr.bo_notice td.td_name {
    text-align: left;
    font-weight: 300;
    cursor: pointer;
    padding: 10px;
}

table.notice_bbs tbody tr.bo_notice td.td_date {
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}

#bo_sch {
    margin-bottom: 10px;
}

#bo_sch .bbs_btn {
    background: #ddd;
    font-size: 14px;
    font-weight: 300;
}

#bbs_count {
    width: 100%;
    margin: 0 auto;
}

#bbs_count ul {
    width: 300px;
    margin: 0 auto;
}

#bbs_count ul li {
    float: left;
    padding: 7px;
    color: #919191;
}

#bbs_count ul li a {
    color: #919191;
}

#bbs_count ul li:hover a {
    font-weight: bold;
    text-decoration: underline;
    color: #919191;
}

#bbs_count ul li.active {
    font-weight: bold;
    text-decoration: underline;
}

#bbs_count p.bbs_write {
    background: #eee;
    padding: 5px 20px;
    border: 1px solid #ddd;
}

#bbs_count p.bbs_write:hover {
    font-weight: 400;
}


/* 알림마당 - 식단표 */

.month-pay {
    margin: 0 auto;
    width: 25%;
}

.nuri_menu_card {
    border: none;
    background: #19b5fe;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    margin-left: 27px;
}

.nuri_menu_card {
    color: #fff;
    font-size: 15px;
}

h4.diet {
    font-size: 18px;
}

.nuri_menu_card_02 {
    background: #19b5fe;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    margin: 15px 0;
}

.nuri_menu_card_02 a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.weekly .table {
    table-layout: fixed;
}

.weekly .t_header {
    height: 200px;
    background-image: url('../img/sub/diet_bg_img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.weekly .t_headtxt {
    transform: translateY(41px);
    -ms-transform: translateY(41px);
    -webkit-transform: translateY(41px);
}

.weekly h2 {
    font-size: 40px;
}

.weekly .date_list {
    position: relative;
    display: inline-block;
    padding-top: 6%;
}

.weekly h3 {
    font-size: 20px;
}

.weekly .btn_prev_week {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url('../img/sub/sub_ico_prev.png');
    position: absolute;
    left: -60px;
    bottom: -6px;
}

.weekly .btn_next_week {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url('../img/sub/sub_ico_next.png');
    position: absolute;
    right: -60px;
    bottom: -6px;
}

.weekly .r_txt {
    padding: 8px;
}

.weekly thead .bold {
    background: #a5937d;
    color: #fff;
}

.weekly_mobile {
    display: none;
}


/* 알림마당 - 프로그램 일정 */
.m_schedule td a:hover, #calendar_wrap a:hover {
    color: #19b5fe;
}

.m_schedule td a:visited, #calendar_wrap a:visited {
    color: #000;
}

.m_schedule .t_header {
    height: 200px;
    background-image: url('../img/sub/program_bg_img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.m_schedule .t_headtxt {
    transform: translateY(41px);
    -ms-transform: translateY(41px);
    -webkit-transform: translateY(41px);
}

.m_schedule h2 {
    font-size: 40px;
}

.m_schedule .date_list {
    position: relative;
    display: inline-block;
    padding-top: 6%;
}

.m_schedule h3 {
    font-size: 20px;
}

.m_schedule .btn_prev_week {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url('../img/sub/sub_ico_prev.png');
    position: absolute;
    left: -60px;
    bottom: -6px;
}

.m_schedule .btn_next_week {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url('../img/sub/sub_ico_next.png');
    position: absolute;
    right: -60px;
    bottom: -6px;
}

.m_schedule .cal_table {
    position: relative;
}

.m_schedule .cal_table .infor ul {
    position: absolute;
    right: 0;
    top: -25px;
}

.m_schedule .cal_table .infor li{
    float: left;
}

.m_schedule .cal_table .infor li:first-child {
    color: #8f82bc;
    margin-right: 13px; 
}

.m_schedule .cal_table .infor li:last-child {
    color: #ff8400;
}

.m_schedule .cal_table .infor div, .m_schedule #sidebar_calendar tr div.inside, .m_schedule #sidebar_calendar tr div.outside {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 5px;
    display: inline-block;
}

.m_schedule .cal_table div.inside, .m_schedule #sidebar_calendar tr div.inside {
    background: #8f82bc;
}

.m_schedule .cal_table div.outside, .m_schedule #sidebar_calendar tr div.outside {
    background: #ff8400;
}

.m_schedule .r_txt {
    padding: 8px;
}

#sidebar_calendar thead th {
    border: 1px solid #ddd;
    padding: 11px 0;
    width: 14.285714286%;
    text-align: center;
    background: #89b162;
    color: #fff;
}

#sidebar_calendar tbody td {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    background: transparent;
}

#sidebar_calendar tbody td > div {
    min-height: 100px;
}

#sidebar_calendar div.date {
    display: inline-block;
    padding: 5px;
}

#sidebar_calendar td .sunday {
    color: #F22613;
}

#sidebar_calendar td .saturday {
    color: #22A7F0;
}

#sidebar_calendar td.today {
    background: #e8e8e8;
}

#sidebar_calendar td .holiday {
    color: #F22613;
}

#sidebar_calendar div.count {
    padding: 5px;
}

#calendar_wrap {
    margin: 75px 0 25px 0;
    font-size: 20px;
}

#calendar_wrap .common_bbs tbody > tr > td:first-child {
    letter-spacing: 0;
}

.common_bbs {
    margin-top: 10px;
    table-layout: fixed;
    width: 100%;
}

.common_bbs thead th,
.common_bbs tbody td {
    min-width: 200px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;    
}

.common_bbs thead th {
    background: #eee;
    font-weight: normal;
    padding: 8px;
}

.common_bbs tbody td {
    border-bottom: 1px solid #ddd;
    padding: 11px;
    height: 60px;
}

.common_bbs .th1 {
    width: 20%;
}

.common_bbs .th2 {
    width: 60%;
}

.common_bbs .th3 {
    width: 20%;
}

.common_bbs .date {
    color: #89b162;
}

.common_bbs .content {
    display: none;
}

.common_bbs .content td {
    padding: 10px;
    background: #EFEFEF;
    min-height: 66px;
    vertical-align: middle;
    text-align: left;
}


/* 알림마당 - 로그인 */

.nuri_login_wrap {
    border: 1px solid #ddd;
    height: 255px;
    padding: 25px 15px;
}

h4.log_title {
    font-size: 24px;
    color: #19b5fe;
    font-weight: 300;
    border-bottom: 2px solid #19b5fe;
    padding-bottom: 8px;
}

.log_input_txt {
    padding: 40px 0;
}

.log_input_go {
    padding: 40px 0 0 5px;
}

.log_input_go .log_btn {
    height: 80px;
    background: #19b5fe;
    padding: 0px 38px;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    border: none;
}

.log_nuri_num {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}


/* 알림마당 - 월 급여제공내역 */

.month_data_box {
    background: #fbfbfb;
    height: 280px;
    border: 1px solid #ddd;
    padding: 35px 25px;
}

.month_data_box h5.data-name {
    font-size: 24px;
    font-weight: 400;
    color: #525252;
}

.month_data_box h5.data-name > span {
    font-size: 32px;
    color: #19b5fe;
}

.month_data_box p.data-good-txt {
    font-size: 32px;
    color: #525252;
    font-weight: 400;
    padding-bottom: 15px;
}

.month_data_box p.data-text {
    font-size: 16px;
    color: #525252;
    font-weight: lighter;
}

.month_data_box .month_data_box_01 {
    background: url(../img/sub/sub_btn_login_monthly_pay.png)no-repeat center center;
    height: 199px;
    padding: 0;
}

.month_data_box .month_data_box_01 > p {
    line-height: 150px;
    text-align: center;
    font-size: 22px;
    color: #19b5fe;
    font-weight: 500;
}

.month_data_box .month_data_box_02 {
    background: url(../img/sub/sub_btn_login_claim.png)no-repeat center center;
    height: 199px;
    padding: 0
}

.month_data_box .month_data_box_02 > p {
    line-height: 150px;
    text-align: center;
    font-size: 22px;
    color: #19b5fe;
    font-weight: 500;
}


/* 후원 및 자원봉사 */

.txt_box p {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
}

.txt_box p.box_head {
    background-color: #19b5fe;
    color: #fff;
    font-size: 18px;
}

.txt_box p.box_content {
    border-top: none;
    padding: 30px 0;
}

.pro_box {
    width: 200px;
    height: 200px;
    background: url('../img/sub/sub_icon_circle.png') no-repeat center center;
    text-align: center;
}

.pro_txt {
    font-size: 18px;
    font-weight: 400;
    height: 200px;
    vertical-align: middle;
    line-height: 200px;
}

.pro_arrow {
    width: 80px;
    height: 200px;
    background: url('../img/sub/sub_arrow_3_rigth.png') no-repeat center center;
    display: table-cell;
}

.pro_arrow > .pro_txt {
    display: none;
}


/* 비용 및 상담신청 */

.con_nu_ti_3.tit {
    font-size: 18px;
    color: #19b5fe;
    padding-bottom: 25px;
}

.cost_table {
    padding: 0 0 75px 27px;
}

.l_ti.bold {
    font-weight: 400;
    vertical-align: middle;
}

.r_txt.right {
    text-align: right;
    padding-left: 8px;
}

.r_txt.center {
    text-align: center;
    vertical-align: middle;
    padding-left: 8px;
}

.pro_box {
    position: relative;
}

.pro_box.etc {
    width: 25%;
    float: left;
}

.pro_box.etc > .pro_txt {
    text-align: center;
}

.pro_box.etc > img {
    position: absolute;
    top: 50%;
    right: -13px;
    margin: -20px 0 0 0;
}

.td_check,
.td_writer {
    text-align: center;
}


/* 캘린더 */

h1.title {
    color: #19b5fe;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0;
}

.calendar {
    margin: 0px 40px;
}

.popover.calendar-event-popover {
    font-size: 12px;
    color: rgb(120, 120, 120);
    border-radius: 2px;
    max-width: 300px;
}

.popover.calendar-event-popover h4 {
    font-size: 14px;
    font-weight: 900;
}

.popover.calendar-event-popover .location,
.popover.calendar-event-popover .datetime {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.popover.calendar-event-popover .location > span,
.popover.calendar-event-popover .datetime > span {
    margin-right: 10px;
}

.popover.calendar-event-popover .space,
.popover.calendar-event-popover .attending {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(160, 160, 160);
    font-weight: 700;
}

.popover.calendar-event-popover .space > .pull-right,
.popover.calendar-event-popover .attending > .pull-right {
    font-weight: 400;
}

.popover.calendar-event-popover .attending {
    margin-top: 5px;
    font-size: 18px;
    padding: 0px 10px 5px;
}

.popover.calendar-event-popover .attending img {
    border-radius: 50%;
    width: 40px;
}

.popover.calendar-event-popover .attending span.attending-overflow {
    display: inline-block;
    width: 40px;
    background-color: rgb(200, 200, 200);
    border-radius: 50%;
    padding: 8px 0px 7px;
    text-align: center;
}

.popover.calendar-event-popover .attending > .pull-right {
    font-size: 28px;
}

.popover.calendar-event-popover a.btn {
    margin-top: 10px;
    width: 100%;
    border-radius: 3px;
}

[data-toggle="calendar"] > .row > .calendar-day {
    width: 14.28571428571429%;
    border: 1px solid rgb(93, 93, 93);
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height: 115px;
}

[data-toggle="calendar"] > .row > .calendar-mon {
    min-height: 25px;
    background: #d1d1d1;
    color: #252525;
}

[data-toggle="calendar"] > .row > .calendar-day.calendar-no-current-month {
    color: rgb(200, 200, 200);
}

[data-toggle="calendar"] > .row > .calendar-day:last-child {
    border-right-width: 1px;
}

[data-toggle="calendar"] > .row:last-child > .calendar-day {
    border-bottom-width: 1px;
}

.calendar-day > time {
    position: absolute;
    display: block;
    top: 0px;
    left: 5px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    padding: 5px 0px 0px 5px;
}

.calendar-day > .events {
    cursor: pointer;
}

.calendar-day > .events > .event h4 {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.calendar-day > .events > .event > .desc,
.calendar-day > .events > .event > .location,
.calendar-day > .events > .event > .datetime,
.calendar-day > .events > .event > .attending {
    display: none;
}

.calendar-day > .events > .event > .progress {
    height: 10px;
}

span.calender-month-1 {
    padding: 0 35px;
}

a.month-prev {
    color: #19b5fe;
}

a.month-next {
    color: #19b5fe;
}


/* 게시판 글쓰기 */

form.bbs_notice_write_box {
    border: 1px solid #ddd;
    padding: 20px 20px;
}

form.bbs_notice_write_box .wr_name {
    display: block;
    margin-bottom: 10px;
}

form.bbs_notice_write_box .wr_title {
    display: block;
    margin-bottom: 10px;
}

form.bbs_notice_write_box .wr_file > input {
    display: inline-block;
    width: 200px;
}

form.bbs_notice_write_box label {
    font-weight: 300;
    font-size: 14px;
    color: #252525;
    width: 100px;
}

form.bbs_notice_write_box .wr_ti_box {
    padding-right: 200px;
}

form.bbs_notice_write_box .wr_txt_box {
    margin-top: 15px;
}

form.bbs_notice_write_box .wr_txt_box > textarea {
    width: 100%;
    border-top: 5px solid #c5c5c5;
    border-radius: 0;
}

button.nuri_bbs_btn {
    background: #eee;
    color: #252525;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-size: 14px;
}


/* 게시판 글보기 */

.bbs_view {
    border: 1px solid #ddd;
    padding: 16px 20px;
}

.bbs_view .bbs_view_ti ul.bbs_view_top {
    overflow: hidden;
    border-bottom: 2px solid #c5c5c5;
    padding: 5px 0;
}

.bbs_view .bbs_view_ti ul.bbs_view_top li {
    float: left;
}

.bbs_view .bbs_view_ti ul.bbs_view_top li.view_top_03 {
    float: right;
}

.bbs_view .bbs_view_ti ul.bbs_view_top li.view_top_02 > span {
    padding: 0 15px;
}

.bbs_view .bbs_view_ti .view_top_01 {
    font-size: 16px;
    color: #252525;
    font-weight: 400;
}

.bbs_view .bbs_view_ti ul.bbs_view_bottom {
    overflow: hidden;
}

.bbs_view .bbs_view_ti ul.bbs_view_bottom li {
    float: left;
}

.bbs_view .bbs_view_ti ul.bbs_view_bottom li:nth-child(1) {
    font-weight: 400;
    color: #999;
    padding-right: 15px;
    font-size: 16px;
}

.bbs_view .bbs_view_ti ul.bbs_view_bottom li:nth-child(2) {
    font-size: 16px;
}

.bbs_view .bbs_view_ti ul.bbs_view_bottom li.bbs_view_date {
    float: right;
    letter-spacing: 0.5px;
}

.bbs_view .bbs_veiw_txt {
    padding: 40px 0 70px 0px;
}

.bbs_view .bbs_veiw_txt > p {
    line-height: 24px;
    font-size: 14px;
    color: #252525;
}

.bbs_view .bbs_veiw_review {
    background: #f6f6f6;
    padding: 20px 25px;
}

.bbs_view .bbs_veiw_review > ul:first-child {
    overflow: hidden;
    margin-bottom: 0;
}

.bbs_view .bbs_veiw_review ul li {
    float: left;
}

.bbs_view .bbs_veiw_review ul li:first-child {
    font-weight: 500;
    font-size: 14px;
    color: #525252;
    padding-right: 18px;
}

.bbs_view .bbs_veiw_review ul li:nth-child(2) {
    font-size: 12px;
    color: #555;
    letter-spacing: 0.5px;
    padding-top: 5px;
}

.bbs_view .bbs_veiw_review p.review_comment {
    font-size: 14px;
    color: #525252;
    border-bottom: 1px solid #c5c5c5;
    padding: 0px 0 15px 0;
}

.bbs_view .bbs_veiw_review .bbs_view_review_bottom {
    margin-top: 15px;
}

.bbs_view .bbs_veiw_review .bbs_view_review_bottom form > .review_comm_box {
    width: 89%;
}

.bbs_view .bbs_veiw_review .bbs_view_review_bottom form > .review_comm_box > input {
    width: 100%;
    height: 70px;
    border-radius: 0
}

.bbs_view .bbs_veiw_review .bbs_view_review_bottom form > button {
    border-radius: 0;
    height: 70px;
    width: 10%;
    float: right;
}

input.nuri_bbs_btn_2 {
    background: #eee;
    color: #252525;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-size: 14px;
    margin-left: 8px;
}


/* ---------------------------------------------------------------------- */


/*  Media Queries
/* ---------------------------------------------------------------------- */


/* 모바일에서 테블릿 사이 */

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .nuri_login_wrap {
        height: auto;
    }
    .log_input_go .log_btn {
        width: 100%;
        height: 40px;
    }
    .log_input_go {
        padding: 0;
    }
    .log_input_txt {
        padding: 25px 0;
    }
    .log_nuri_num {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pro_box.etc {
        width: 100%;
        text-align: center;
    }
    .pro_box.etc > img {
        transform: rotate(90deg);
        position: relative;
        text-align: center;
        right: 0;
    }
    #bo_sch {
        width: 100%;
    }
    #bo_sch .form-control {
        width: 80%;
        display: inline-block;
    }
    #bo_sch .bbs_btn {
        width: 18%;
        display: inline-block;
        float: right;
    }
    #bbs_count {
        margin-bottom: 30px;
    }
    #bbs_count p.bbs_write {
        width: 100%;
        text-align: center;
    }
    #content_wrap .nuri_content {
        padding-bottom: 25px;
    }
    .log_input_txt {
        padding: 20px 0;
    }
    .log_input_go {
        padding: 0;
    }
    .log_input_go .log_btn {
        width: 100%;
        height: 40px;
    }
    .month_data_box {
        height: auto;
        padding: 25px 10px;
    }
    .month_data_box .month_data_box_01 {
        margin: 13px 0;
    }
    .month-pay {
        width: 100%;
    }
    .nuri_menu_card_02 {
        width: 100%;
    }
    .nuri_menu_card_02 a {
        color: #fff;
    }
    .pro_box {
        width: 100%;
    }
    .calendar {
        margin: 0;
    }
    [data-toggle="calendar"] > .row > .calendar-mon {
        min-height: 15px !important;
    }
    [data-toggle="calendar"] > .row > .calendar-day {
        min-height: 80px;
    }
    .weekly_pc {
        display: none;
    }
    .weekly_mobile {
        display: block;
    }
    .weekly .btn_next_week {
        right: -40px;
    }
    .weekly .btn_prev_week {
        left: -40px;
    }
    ..weekly_mobile table {
        table-layout: fixed;
    }
    .weekly_mobile .r_txt {
        vertical-align: middle;
    }
    .weekly_mobile .nuri_organi_table td.l_ti {
        vertical-align: middle;
    }
}