/* 온라인 예약 관리 */
.row {display:flex;flex-direction:row}
.between {justify-content:space-between}
.reservation {font-size:16px;padding-top:40px}
.reservation .reservation ul.phone input {
    width: 120px;
}

.reservation .reservation textarea {
    border: 1px solid #c8c8c8;
    resize: none;
}

.reservation .reservation input[type="radio"] {
    margin-top: 5px;
    margin-right: 10px;
}

.reservation .reservation label+label {
    margin-left: 10px;
}

.reservation .reservation-tab {
    width: 1300px;
    margin: 0 auto 50px;
}

.reservation .reservation-tab a {
    display: block;
    width: 50%;
    padding: 15px;
    text-align: center;
    background-color: #f0f0f0;
}

.reservation .reservation-tab a.active {
    background-color: #0D71AB;
    color: #fff;
}

.reservation .choice-date {
    width: 1300px;
    margin: 0 auto 20px;
    font-size: 0.9em;
}

.reservation .choice-date>div {
    width: 650px;
    min-height: 200px;
}

.reservation .choice-date div.date {}

.reservation .choice-date div.date .month-choice {
    background-color: #3c3c3c;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.reservation .choice-date div.date .month-choice a {
    margin: 0 10px;
}

.reservation .choice-date div.date .day-choice table {
    width: 100%;
    border-collapse: collapse;
}

.reservation .choice-date div.date .day-choice table td,
.day-choice table th {
    border: 1px solid #c8c8c8;
    width: 14.28%;
    padding: 7px;
    box-sizing: border-box;
    text-align: center;
}

.reservation .choice-date div.date .day-choice table th {
    background-color: #f8f8f8;
    font-weight: 500;
    color: #828282;
}

.reservation .choice-date div.date .day-choice table th.sun {
    color: #ce1919;
}

.reservation .choice-date div.date .day-choice table th.sat {
    color: #4a92e3;
}

.reservation .choice-date div.date .day-choice table td.selected {
    background-color: #0D71AB;
	color:#fff;
}

.reservation .choice-date div.date .day-choice table td.selectable,
span.selectable {
    background-color: #f5f8fa;
	cursor:pointer;
}

.reservation span.selectable {
    display: block;
    width: 60px;
    height: 20px;
    margin-right: 5px;
}

.reservation .choice-date div.date .day-choice table+div.between {
    font-size: 0.8em;
    border: 1px solid #c8c8c8;
    padding: 15px;
    border-top: none;
}

.reservation .choice-date div.date .day-choice table+div.between #selectedDate {
    width: 150px;
    color: #0D71AB;
    font-weight: 500;
    font-size: 0.8rem;
    margin-left: 5px;
    border: 1px solid #c8c8c8;
    padding: 0 5px;
}

.reservation .choice-date div.time {
    border: 1px solid #c8c8c8;
}

.reservation .choice-date div.time ul.time-header {
    background-color: #666;
}

.reservation .choice-date div.time ul.time-header li {
    color: #fff;
    text-align: center;
    width: 50%;
    padding: 10px;
}

.reservation .choice-date div.time ul.time-header li+li {
    border-left: 1px solid #c8c8c8;
}

.reservation .choice-date div.time ul.row {
    border-bottom: 1px solid #c8c8c8;
}

.reservation .choice-date div.time ul.row li {
    text-align: center;
    width: 50%;
    padding: 10px;
}

.reservation .choice-date div.time ul.row li.selected {
    background-color: #f8f8f8;
    color: #b2b2b2;
}

.reservation .choice-date div.time ul.row li+li {
    border-left: 1px solid #c8c8c8;
}

.reservation .choice-date div.time div.forscroll {
    overflow-y: scroll;
    height: 270px;
}
.reservation .choice-date div.time div.forscroll .normal {cursor:pointer}

.reservation .desc {
    width: 1300px;
    margin: 0 auto 50px;
    color: #666;
}





/*
.reservation .btn.square-black {
    text-align: center;
    display: table;
    margin: 0 400px 80px auto;
    width: 910px;
    padding: 10px 100px;
}*/


.reservation .square-black,
.modal .square-black {
    background-color: #383838;
    color: #fff;
	margin:10px 0 60px 0;
}

.reservation .btn.square-black img {
    position: relative;
    top: 3px;
    left: -20px;
    width: 40px;
}

.reservation .btn.square-black span {
    position: relative;
    top: -8px;
    left: -10px;
    font-size: 20pt;
}
.counsel.wrapper>h1 {
    color: #262626;
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 30px;
}

.counsel.wrapper ul.category {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 1110px;
    margin-bottom: 40px;
}

.counsel.wrapper ul.category a {
    display: block;
    background-color: #f3f3f3;
    padding: 10px;
    width: 16.6%;
    text-align: center;
}

.counsel.wrapper ul.category a.active {
    background-color: #d3ab79;
    color: #fff;
}

.counsel.wrapper ul.category a+a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.counsel div.online-view {
    border: 2px solid #262626;
    border-left: none;
    border-right: none;
}

.counsel div.online-view div.row {
    background-color: #f8f8f8;
    border-bottom: 1px solid #c8c8c8;
    align-items: center;
}

.counsel div.online-view div.row h4.title {
    font-size: 13pt;
    margin: 35px;
    padding: 0;
    font-weight: 500;
}

.counsel div.online-view div.row ul {
    margin-right: 35px;
}

.counsel div.online-view div.row ul li {
    font-size: 11pt;
    opacity: 0.6;
}

.counsel div.online-view div.online-contents {
    padding: 35px;
    font-weight: 400;
    color: #666;
    letter-spacing: -1px;
}

.counsel div.online-view div.online-contents>span.label {
    display: inline-block;
    background-color: #262626;
    font-weight: lighter;
    color: #fff;
    letter-spacing: -1px;
    padding: 4px 15px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.counsel div.btn-box {
    width: 450px;
    margin: 50px auto 100px;
}

.counsel div.btn-box a.btn {
    padding: 5px 50px;
    font-weight: 300;
    margin: 0 2.5px;
}

.counsel div.btn-box a.btn:hover {
    color: #fff;
    opacity: 0.9;
}

.counsel div.online-view div.online-reply {
    background-color: #f8f8f8;
    color: #666;
    padding: 35px;
    border-top: 1px solid #c8c8c8;
    letter-spacing: -1px;
}

.counsel div.online-view div.online-reply>span.label {
    display: inline-block;
    background-color: #c09867;
    color: #fff;
    letter-spacing: -1px;
    padding: 4px 15px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.counsel.wrapper div.list ul li {
    text-align: center;
    padding: 15px 0;
}

.counsel.wrapper div.list ul li:nth-child(1) {
    width: 10%;
}

.counsel.wrapper div.list ul li:nth-child(2) {
    width: 10%;
}

.counsel.wrapper div.list ul li:nth-child(3) {
    width: 50%;
}

.counsel.wrapper div.list ul li:nth-child(4) {
    width: 10%;
}

.counsel.wrapper div.list ul li:nth-child(5) {
    width: 10%;
}

.counsel.wrapper div.list ul li:nth-child(6) {
    width: 10%;
}

.counsel.wrapper div.list ul li:nth-child(6) {
    width: 10%;
}

.counsel.wrapper div.list ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.counsel.wrapper div.list ul.list-main li:nth-child(1) {}

.counsel.wrapper div.list ul.list-main li:nth-child(2) {
    color: #d3ab79;
}

.counsel.wrapper div.list ul.list-main li:nth-child(3) {
    text-align: left;
    padding: 15px 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.counsel.wrapper div.list ul.list-main li:nth-child(4) span.status {
    display: inline-block;
    padding: 1px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.85em;
}

.counsel.wrapper div.list ul.list-main li:nth-child(4) span.ing {
    background-color: #c2c2c2;
}

.counsel.wrapper div.list ul.list-main li:nth-child(4) span.complete {
    background-color: #d3ab79;
}

.counsel div.header-online {
    background-image: url("../img/online-counsel-bg.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0 300px;
    color: #262626;
}

.counsel div.header-online h1 {
    font-size: 32pt;
    margin-bottom: 10px;
    padding: 30px 0 0 0 !important;
}

.counsel div.header-online p {
    font-size: 30pt;
}
.write div.write-form {
    border-top: 2px solid #262626;
    width: 1300px;
    margin: 0 auto;
}

.write div.write-form .row {
    border-bottom: 1px solid #c8c8c8;
    align-items: stretch;
}

.write div.write-form .row b {
    display: block;
    width: 200px;
    padding: 15px;
    font-size: 13pt;
    font-weight: 500;
    background-color: #f8f8f8;
}

.write div.write-form .row b.required:after {
    content: "*";
    color: #b32121;
    padding-left: 5px;
}

.write div.write-form .row li {
    padding: 15px;
    font-size: 14pt;
}

.write div.write-form .row li input[type="text"] {
    border: 1px solid #c8c8c8;
    width: 200px;
    height: 25px;
    line-height: 25px;
    padding: 0 3px;
    font-size: 1rem;
}

.write div.write-form .row li input[name="subject"] {
    width: 450px;
}

.write div.write-form .row li input[name="name"] {
    width: 220px;
}

.write div.write-form .row li input[name="number"] {
    width: 70px;
}

.write div.write-form .row li input[name="email"] {
    width: 150px;
    margin-right: 5px;
}

.write div.write-form .row li input {
    height: 25px;
}

.write div.write-form .row li input+input {
    margin-left: 5px;
}

.write div.write-form .row li option,
div.write-form .row li select {
    height: 25px;
    width: 100px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.write div.write-form .row input[disabled="disabled"] {
    border: none !important;
    width: 20px;
    padding-left: 2px;
}

.write div.write-form .row li textarea {
    border: 1px solid #c8c8c8;
    width: 700px;
    height: 180px;
}

.write form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.write input[type="submit"] {
    margin-top: 50px;
}

.write div.reservation-check .row li input[type="text"] {
    width: 450px;
}

.write div.reservation-check .row li input:disabled {
    border: none;
    font-weight: 500;
    color: #be9a66;
	background:rgba(0, 0, 0, 0);
}

.noborder {
    border: none !important;
}

.counsel div.header-kakao {
    background-image: url("../img/with-kakao-bg.png");
    background-size: cover;
}

.reservation .box {
    margin-top: 30px;
    width: auto;
}

.reservation .box input {
    width: 200px;
    padding: 10px 0;
}

.reservation div.header {
    background-image: url("../img/check-bg.png");
}

.reservation div.list {
    margin-bottom: 40px;
    position: relative;
}

.reservation div.list ul li:nth-child(1) {
    width: 10%;
}

.reservation div.wrapper div.list ul li:nth-child(2) {
    width: 20%;
}

.reservation div.wrapper div.list ul li:nth-child(3) {
    width: 15%;
}

.reservation div.wrapper div.list ul li:nth-child(4) {
    width: 20%;
}

.reservation div.wrapper div.list ul li:nth-child(5) {
    width: 20%;
}

.reservation div.wrapper div.list ul li:nth-child(6) {
    width: 15%;
}

.reservation span.status {
    display: inline-block;
    padding: 1px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.85em;
}

.reservation span.cancle {
    background-color: #262626;
    color: #fff;
}

.reservation span.complete {
    background-color: #0D71AB;
    color: #fff;
}

.reservation span.ing {
    background-color: #c2c2c2;
}

.reservation .contents .list a.abs {
    display: block;
    right: 0;
    top: -80px;
}




.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.borderright {
    border-right: 1px solid #ddd;
}

.borderleft {
    border-left: 1px solid #ddd;
}

.bordertop {
    border-top: 1px solid #ddd;
}

.borderbottom {
    border-bottom: 1px solid #ddd;
}

.center {
    text-align: center;
}


/* width */

::-webkit-scrollbar {
    /*width: 5px;*/
}

::-webkit-scrollbar-thumb {
    /*background: #d4aa7a;*/
}



.reservation .btn,
div.modal .btn {
    display: inline-block;
    padding: 10px 50px;
    font-size: 1rem;
}




.bbs .list ul.list-head {
    width: 100%;
    border-top: 1px solid #000;
    background-color: #f8f8f8;
}

.notice .list ul.list-main {
    width: 100%;
    color: #464646;
    border-bottom: 1px solid #c8c8c8;
}

.contents .search-zone {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 0;
}

.contents .search-zone * {
    font-size: 1rem;
}

.contents .search-zone select {
    border: 1px solid #e1e1e1;
    width: 100px;
    height: 40px;
}

.contents .search-zone input::placeholder {
    color: #e1e1e1;
}

.contents .search-zone input[type="text"] {
    width: 250px;
    border: 1px solid #e1e1e1;
    height: 40px;
    line-height: 40px;
    padding: 0 3px;
}

.contents .search-zone form {
    margin-right: 5px;
}

.contents .pager {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.contents .pager a {
    display: block;
    border: 1px solid #c8c8c8;
    padding: 5px 13px;
    margin: 4px;
}

.contents .pager a.active {
    border: 1px solid #262626;
    background-color: #262626;
    color: #fff;
}

.contents .pager a.control,
.contents .pager a:hover {
    border: 1px solid #262626;
}

#ask-pw {
    width: 500px;
    height: 300px;
    background-color: #fff;
    overflow: hidden;
    border: none;
}

#ask-pw form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

#ask-pw div.header {
    width: 100%;
    height: 50px;
    background-color: #d3ab78;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#ask-pw .modal-close {
    width: 30px;
    height: 30px;
    right: 5px;
    top: -3px;
    font-size: 2rem;
    font-weight: lighter;
    background-image: none;
}

#ask-pw form p {
    margin: 50px 0 20px;
}

#ask-pw form input[type="password"] {
    border: 1px solid #c8c8c8;
    width: 80%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    text-align: center;
}
div#dark {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
}

div.modal {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    z-index: 9999;
    position: fixed;
    top: 0;
    overflow-y: auto;
}

div.modal>img {
    width: 100%;
}

div.modal>div {
    background-color: #000;
    height: 150px;
}

a.modal-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-image: url("../img/about/modalclose.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 10000;
}





.counsel div.wrap {
	padding:80px 0;
}


.counsel div.wrap>h1 {
	color: #262626;
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 30px;
}
.counsel div.wrap div.list ul li {
    text-align: center;
    padding: 15px 0;
}

.counsel div.wrap div.list ul li:nth-child(1) {
    width: 10%;
}

.counsel div.wrap div.list ul li:nth-child(2) {
    width: 10%;
}

.counsel div.wrap div.list ul li:nth-child(3) {
    width: 50%;
}

.counsel div.wrap div.list ul li:nth-child(4) {
    width: 10%;
}

.counsel div.wrap div.list ul li:nth-child(5) {
    width: 10%;
}

.counsel div.wrap div.list ul li:nth-child(6) {
    width: 10%;
}

.counsel div.wrap div.list ul li:nth-child(6) {
    width: 10%;
}

.counsel div.wrap div.list ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



#container .header h2 {
    background-image: url("../img/about/notice-header-title.png");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
    background-size: contain;
    height: 46px;
}

.bbs div.header {
    height: 330px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    letter-spacing: -1px;
}

.reservation div.header {
    background-image: url("/img/page/old/check-bg.png");
}

#container .header h1 {
    padding: 30px 0 20px;
}