/* Default */
html, body {
    height: 100%;
}
a{
	text-decoration:none!important;
}
body {
    margin:0;
    padding:0;
    padding-bottom: 42px;
}

img {
    max-width: 100%!important;
}

textarea {
    height: 100%;
    line-height: 160%;
    max-width: 100%;
}

i {
    vertical-align: middle;
}

xmp {
    margin: 0;
}

pre {
    background: none!important;
    padding: 0!important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/* Common */
body {
    background: #f7f7f7;
}

input {
    height: auto!important;
}

/* to-top-btn */
#to-top-btn {
    background: #162948;
    border-radius: 4px;
    bottom: 1%;
    color: #fff;
    cursor: pointer;
    display: none;
    max-width: 21%;
    opacity: 0.9;
    padding: 9px 0;
    position: fixed;
    right: 1%;
    text-decoration: none;
    text-align: center;
    width: 70px;
    z-index: 9;
}

    #to-top-btn:hover {
        opacity: 1;
    }

/* header */
#header {
    background: #1d365d;
    border-color: #12223C;
    z-index: 300;
}

    #header #logo {
        color: #fff;
        margin-right: 12px;
    }

        #header #logo img {
            display: inline-block;
            height: 20px;
            vertical-align: top;
            margin-right: 9px;
        }

    #header #gnb {
        padding: 0;
    }

        #header #gnb > ul {
            margin: 0;
        }

            #header #gnb > ul > li > a {
                background: none;
                color: #eee;
                outline: none;
            }

                #header #gnb > ul > li > a:active,
                #header #gnb > ul > li > a:focus,
                #header #gnb > ul > li > a:hover {
                    background: none;
                }

            #header #gnb > ul > li.active > a {
                background: #12223C;
                border-radius: 0px;
            }

    #header #nav-btn,
    #header #nav-btn:hover,
    #header #nav-btn:active,
    #header #nav-btn:focus {
        background: none;
        border-color: #1d365d;
    }

        #header #nav-btn.active {
            background: #333;
            border-color: #333;
        }

    #header #gnb > ul > li > ul {
        background: #12223C;
        border-radius: 0px;
        padding: 0;
    }

        #header #gnb > ul > li > ul > li > a {
            color: #fff;
            margin: 0 0 1px 0;
            padding: 8px;
        }

            #header #gnb > ul > li > ul > li > a:hover {
                background: #12223C;
                color: #fff;
            }

            #header #gnb > ul > li > ul > li > a:before {
                content: ' - ';
            }

        #header #gnb > ul > li > ul > li.active > a {
            background: #fff;
            color: #333;
            font-weight: bold;
        }


/* content-header */
#content-header {
    background: #162948;
    color: #fff;
    padding: 15px 15px 25px;
}

    #content-header h1 > a {
        color: #fff;
        font-size: 30px;
        text-decoration: none;
    }

    #content-header p {
        color: #b9c8e0;
        font-size: 1.2em;
    }

/* content-news */
#content-news {
    color: #000;
    background-color: #5dccdd;
    /*border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;*/
    padding: 15px 20px;
	font-size: 1.2em;
}

/* content-content */
.content-content {
    padding: 0;
}

    .content-content .book > a > img {
        width: 100%;
    }

#book-list img {
    border-radius: 4px;
}

.content-content #navigation {
    padding: 21px 0 0 0;
}

    .content-content #navigation h5 {
        margin: 11px 0;
        padding: 0 12px;
    }

    .content-content #navigation #calendar {
        margin-bottom: 21px;
    }

        .content-content #navigation #calendar > div > div {
            max-width: 258px;
            width: 100%;
        }

    .content-content #navigation a {
    }

.content-content #room-select > a {
    cursor: pointer;
}

    .content-content #room-select > a.list-title {
        background: #12223C;
        border: 1px solid #162948;
        color: #fff;
    }

    .content-content #room-select > a.on {
        background: #f5f5f5;
    }

#core-content {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    min-height: 770px;
    padding: 21px;
}


/* login modal */
.loginmodal-container {
    padding: 21px 30px;
    max-width: 560px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: scroll;
	height: 900px;

}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
    }

    .loginmodal-container button {
        width: 100%;
        display: block;
        margin-top:12px;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=number], input[type=password] {
        height: 44px!important;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        text-align:center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }



        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-button {
    border: 0px;
    color: #fff;
    background-color: #000;
    padding: 17px 0px;
    font-size: 14px;
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}
::selection{
	background:#a6a6a6;
}
.reserveInfoDetail td.highlighted{
	background:#08c;
}

#fggnUl {
		text-align:left;
    overflow: hidden;
    padding: 0;
    list-style: none;
    max-width:770px;
    clear: both;
    margin: 25px auto 0;
    position: relative;
    top: 0;
    font-size: 16px;
    color:#264779;
    line-height: 160%;
}

#fggnP {
	font-size: 17px;
	color:#264779;
	margin:3px 0 0;
}

#fggnUl li {
	padding:3px 0; 
}

#fggnComment {
	clear:both;
	overflow:hidden;
	border:3px solid #656bbf;
	width:53%;
	margin:50px auto 0;
	padding:15px 0;  
}

#fggnComment h6 {
	font-size:12pt;
	font-weight:bold;
	position:relative;
	clear:both; 
	color:#656bbf;
	line-height:150%;
	margin:0;
}


/* admin/adminRoomMonth.asp */
.day-simples {
	display:block;
}
.day-details {
	display:none;
}
.day-simple-buttons {
	display:none;
	cursor:pointer;
}
.day-detail-buttons {
	display:block;
	cursor:pointer;
}

/* media query */

@media (max-height:900px) {
	.modal-dialog { max-height:90%;  }
	/*.modal-dialog { max-height:90%; overflow-y:scroll; }*/
}

@media (max-width:768px) {
    .pc-only {
        display: none;
    }

	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 0px !important;
		line-height: 1.42857143;
		vertical-align: middle;
		border-top: 1px solid #ddd;
	}

	#core-content {
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		min-height: 370px;
		padding: 0px;
		overflow: auto;
   		white-space: nowrap;
	}

#ifroom_img {    display: none; }

#reserveInfoDetail { overflow: auto; white-space: nowrap; }



    #header #gnb > ul {
        width: 100%;
    }

        #header #gnb > ul > li > a {
            background: none;
        }

            #header #gnb > ul > li > a:active,
            #header #gnb > ul > li.open > a {
                background: none;
            }

        #header #gnb > ul > li#log-in-out > a,
        #header #gnb > ul > li#log-in-out > a:active {
            background: none;
        }

        #header #gnb > ul > li.on > a,
        #header #gnb > ul > li.active > a {
            background: #12223C;
        }

        #header #gnb > ul > li.on > ul {
            display: block;
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            display: block;
            background: #12223C;
        }

    #content-header p {
        font-size: 1em;
    }
    .content-content #navigation #calendar > div > div {
        max-width:100%;
    }

	#content-header{padding: 0px 0px 0px;}
	
	.ind_title{text-align:center;padding-top:10px;font-size:14pt;color:#777572;font-weight:600;letter-spacing:-2px;}

	.ind_div1{text-align:center;color:#6589bf;width:100%;float:left;padding-top:20px;}
	.ind_div1_1{display:none;}
	.ind_div1_2{display:none;}

	.ind_div1_S{text-align:center;color:#6589bf;width:100%;padding-top:20px;}
	.ind_div1_1S{text-align:center;;color:#6589bf;width:100%;}
	.ind_div1_2S{display:none;}
	.ind_div1_3S{text-align:center;;padding-top:10px;;color:#6589bf;width:100%;}

	.ind_div2{text-align:center;padding-top:30px;color:#656bbf;width:100%;float:right}
	.ind_div2_1{text-align:center;color:#6589bf;width:100%;}
	.ind_div2_2{display:none;}
	.ind_div2_3{text-align:center;font-size:14pt;;color:#6589bf;width:100%;}
	.row{margin:0px!important;}
	.fast_search{display:none;}
	.ifr_none{text-align:center;font-size:48px;padding-top:20px;color:red}
	.content-content #navigation{padding-top:0px;}
	.mfast_search{display:none;}

	.smart_chk{display:none;}

	.donaton_btn{width:100%;font-size:14px}

	#myroom_table{font-size:12px;}

	#smartType_table{font-size:12px;}

	#adminType_table{font-size:10px;}

	#smartType_td{width:16%;}

	#room_name{width:65%;float:left;height:30px!important;margin-bottom:0px;font-size:10px;}

	#car_name{width:65%;float:left;height:30px!important;margin-bottom:0px;font-size:10px;}

	#rent_year{width:48%;float:left;height:30px!important;margin-bottom:0px;font-size:10px;}

	#rent_year_end{width:48%;float:left;height:30px!important;margin-bottom:0px;font-size:10px;}

	#rent_year2{width:80%;height:30px!important;margin-bottom:0px;}

	#rent_year_end2{width:80%;height:30px!important;margin-bottom:0px;}

	#sHour{width:40%;float:left;height:30px!important;margin-bottom:0px;font-size:10px;}

	#sMinute{width:40%;float:left;height:30px!important;margin-bottom:0px;font-size:10px;}

	#eHour{width:40%;float:left;height:30px!important;margin-bottom:0px;font-size:10px;}

	#eMinute{width:40%;height:30px!important;margin-bottom:0px;font-size:10px;}

	#rname{height:30px!important;margin-bottom:0px;}

	#phone{height:30px!important;margin-bottom:0px;}

	#usrname{height:30px!important;margin-bottom:0px;}

	#usrphone{height:30px!important;margin-bottom:0px;}

	#usrcnt{height:30px!important;margin-bottom:0px;}

	#user_staff{height:30px!important;margin-bottom:0px;}

	#prepare{height:30px!important;margin-bottom:0px;}

	#reqBusu{height:30px!important;margin-bottom:0px;}

	#useFor{height:30px!important;margin-bottom:0px;}

	#etc{height:30px!important;margin-bottom:0px;}

	#user_staff{height:30px!important;margin-bottom:0px;}

	#rent_year_list{width:120px;height:80px;}

	#day_rent{width:80%;float:left;height:30px!important;margin-bottom:0px;}

	#day_rent1{width:80%;float:left;height:30px!important;margin-bottom:0px;}

	#Honame_m{width:100%;}

	#count_sub{font-size:10px;}

	#roomweekchk{float:left;}

	#carweekchk{float:left;}

	#modal3_pc{display:none;}

	#calenda3_pc{display:none;}
	
	#menuType{display:none;}

	#panel-default{display:none;}

	#mpanel-default{margin-top:10px;}
	
	#well-sm{display:none;}

	#main_time{display:none;}
	
	#content-news{display:none;}

	#ifroom{display:none;}

	#ifroom_Week{display:none;}

	#ifcar{display:none;}

	#ifcar_Week{display:none;}

	#nonval{display:none;}

	#brid{display:none;}

	#pccomment{display:none;}
	

	#ind_icon{font-size:14pt;}

	#gift_years{width:100%;}

	#gift_yeare{width:100%;}

	#SMONTH{width:50%;float:left;}

	#SYEAR{width:50%;float:left;}
	
	#content-news {
		color: #777;
		background-color: #fafafa;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e5e5e5;
		padding: 0px 0px;
	}

.loginmodal-container {
    padding: 12px 12px 0px 12px !important;
    max-width: 560px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: scroll;
	height: 600px !important;

}
	.loginmodal-container h1 {
		text-align: center;
		font-size: 14px;
		margin-top:0px;
	    margin-bottom:0px;
	}

}

/* index css */
@media (min-width:768px) {
.ind_title{text-align:center;padding-top:0px;font-size: 20pt;color:#777572;font-weight:600;letter-spacing:-2px;}
.ind_div1{text-align:center;padding-top:50px;font-size:20pt;color:#6589bf;width:50%;float:left}
.ind_div1_1{text-align:left;;color:#6589bf;width:80%;margin-left:100px}
.ind_div1_2{text-align:left;font-size:12pt;padding-top:50px;;color:#6589bf;width:80%;margin-left:100px}
.ind_div1_3{text-align:center;font-size:14pt;padding-top:50px;;color:#6589bf;width:80%;margin-left:55px}
.ind_div1_4{text-align:center;font-size:14pt;padding-top:50px;;color:#6589bf;width:80%;margin-left:55px}

.ind_div1_S{text-align:center;padding-top:50px;font-size:20pt;color:#6589bf;width:100%;}
.ind_div1_1S{text-align:center;;color:#6589bf;width:100%;}
.ind_div1_2S{text-align:center;font-size:12pt;padding-top:50px;;color:#6589bf;width:100%;}
.ind_div1_3S{text-align:center;font-size:14pt;padding-top:50px;;color:#6589bf;width:100%;}

.ind_div2{text-align:center;font-size:20pt;padding-top:50px;;color:#656bbf;width:50%;float:right}
.ind_div2_1{text-align:left;font-size:20pt;;color:#6589bf;width:80%;margin-left:100px}
.ind_div2_2{text-align:left;font-size:12pt;padding-top:50px;;color:#6589bf;width:80%;margin-left:100px}
.ind_div2_3{text-align:center;font-size:14pt;padding-top:50px;;color:#6589bf;width:80%;margin-left:55px}
.ind_div2_4{text-align:center;font-size:14pt;padding-top:50px;;color:#6589bf;width:80%;margin-left:55px}

.ind_div3{text-align: center;font-size: 14pt;padding-top: 50px;color: #6589bf;width: 50%;float: left;}
.ind_div4{text-align: center;font-size: 14pt;padding-top: 50px;color: #6589bf;width: 50%;float: left;}
.ifr_none{text-align:center;font-size:48px;padding-top:200px;color:red}

.mfast_search{display:none;}

.donaton_btn{width:60%;font-size:20px}

#smartType_td{width:22%;}

#ind_icon{font-size:28pt;}

#mpanel-default{display:none;}

#mifroom{display:none;}

#mifcar{display:none;}

#room_name{width:70%;float:left;}

#car_name{width:70%;float:left;}

#rent_year{width:45%;}

#rent_year_end{width:45%;}

#rent_year2{width:40%;}

#rent_year_end2{width:40%;}

#modal3_m{display:none;}

#calenda3_m{display:none;}

#bridm{display:none;}

#Honame_m{width:100%;}

#day_rent{width:25%;}

#day_rent1{width:25%;}

#roomweekchk{float:left;}

#carweekchk{float:left;}

#gift_years{width:20%;}

#gift_yeare{width:20%;}

#gibu_years{width:80%;}

#gibu_yeare{width:80%;}

#SMONTH{width:13%;}

#SYEAR{width:13%;}

#mobilecomment{display:none;}

}

.app-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 12px;
	text-align: center;
	font-size: 12px;
	width: 100%;
	color: #fff;
	background: #233a5c;
}



/*주간현황보기에서 하단에 신청버튼 만든것 관련 css*/
.week_register_btn{background:#d7d7d7;     padding: 5px;    border-radius: 5px;     position: absolute;    width: calc(100% - 16px);    bottom: 13px;}
.week_register_btn:hover{background:#4d90fe;    transition:all .2s linear;} 
.week_register_btn a{color:white;}
.week_register_btn:hover a{color:white;}

td.week_text >div:nth-of-type(1){padding-bottom: 35px;}
td.week_text  {position: relative; }

.week_register_btn_mobile{display:none;  position: absolute;    width: calc(100% - 16px);    bottom: 13px;} 



/*장소예약, 차량예약  화면구성 추가적인 css*/

.content-content .content-content-left #navigation h5 , 
.content-content-left .panel-heading {margin: 10px 0; padding:0; display:flex;align-items: center;    justify-content: space-between;	font-size: 1.3em;  letter-spacing: -2px;	font-weight: bold; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.content-content .content-content-left #navigation h5 span,
.content-content-left .panel-heading span { color: #0096ab;	font-size: 0.75em;   text-align:right;}
.content-content .content-content-left #navigation h5 span.title_num , .content-content-left .panel-heading span.title_num { 	font-size: 1.4em;       color: #24a5b7;  }
.content-content .content-content-left .select_options{display:inline-block; text-align:right;}
.content-content .content-content-left #navigation h5 font , 
.content-content-left .panel-heading font{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.content-content .content-content-left .panel-heading a.select_options font{ color: #24a5b7; letter-spacing: 0px;} 

.content-content .content-content-left .fa{font-size: 1.5em; padding-left: 5px;     color: #0096ab;}

.content-content .content-content-left ul#subLeftRoomMenuSelect label,
.content-content .content-content-left ul#subLeftRoomMenuSelect > li > a  {      color: #545454;    font-size: 1.1em;    padding: 8px 15px;    padding-left: 0px;    margin: 0;}

.content-content .content-content-left ul#subLeftRoomMenuSelect li:hover label {    background-color: #eee;}

.roomresv_well >div {padding:20px 25px; background: white; font-size: 1.2em;}
.roomresv_well >div:nth-of-type(1) {border-bottom:1px solid #e3e3e3;     background-color: #f5f5f5;}
.roomresv_well {padding: 0px!important;     margin-top: 30px;}
.roomresv_well >div:nth-of-type(1) >div:nth-of-type(1){  font-size: 1.3em; font-weight:bold; padding-bottom: 10px; }
.roomresv_well >div:nth-of-type(1)  >div >span{ border-radius:3px; margin-left: 15px;}
.roomresv_well >div:nth-of-type(1)  >div >span:nth-of-type(1){  margin-left: 0px;}


.content-content-left .panel-heading.pc_select_title{display: flex;}
.content-content-left .panel-heading.mobile_select_title{display: none;}

.content-content .content-content-left #navigation h5 .title_num.pc{display: initial;}
.content-content .content-content-left #navigation h5 .title_num.mobile{display: none;}

@media (max-width:1200px) {  
	/*주간현황보기에서 하단에 신청버튼 만든것 관련 css*/
	.week_register_btn_mobile{    margin: 0 8px;}  
}

  
@media (max-width:767px) {
	#click_button{font-size: 13px;}
	#header #logo{width: 60%;}
	
	.week_register_btn_mobile{display:flex;}
	.week_register_btn{display:none;}
	
	.content-content-left .panel-heading.pc_select_title{display: none;}
	.content-content-left .panel-heading.mobile_select_title{display: flex; margin-bottom: 0;}
	
	.content-content .content-content-left #navigation h5 .title_num.pc{display: none;}
	.content-content .content-content-left #navigation h5 .title_num.mobile{display: initial;}
}
@media (max-width:500px) {
	#printPer{display:none;}
	#printCom{display:none;}
	input[type=checkbox] { -webkit-transform: scale(1.0,1.0) !important; transform:scale(0.5); }
}