@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html.open {
  overflow: hidden;
}


body {
  margin:0;
  padding:0;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #000;
}
input {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid;
  border-top-color: #ccc;
  border-left-color: #ccc;
  border-bottom-color: #eee;
  border-right-color: #eee;
  background-color: #f8f8f8;
  margin-top: 3px;
  width: 13px;
  height: 13px;
  float: left;
  margin-right: .5em;
  color: gray;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.fa-solid {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.fa-solid {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.fa-solid {
  opacity: .5;
}





select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    0px 0em;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    0px 0em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

* {margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif;}
.wrap {
  padding:20px;
}
.wrap .title {
  position: relative;
  text-align: center;
}
.wrap .title img {

}
.wrap .title h1 {
  font-size: 20px;
  margin-top: 10px;
  color: #a39161;
}
div.round  { width:80px; height:20px; background: #e3e3e3; }
div.inner,
a.inner { margin: 0; background: #ffffff; padding: 0; border:0; zoom:1; }
div.outer { background: #eae4d4; padding:0px;}
.table_left {background:url('menu1/images/line.gif') top right repeat-y;
text-align:center;
}
.table_end {
  text-align:center;
}
.table_right {
  text-align:center;
  font-weight:bold;
  color:#000000;
}
table{padding:0px;}
#ttb {
  color:#000000;
  font-weight:bold;
  padding-right:0px;
  padding-left:0px;
  text-align:center;
  background:url('menu1/images/wline.gif') top right repeat-y;
}

#tblist table td:nth-child(1) {
  width: 70%;
  text-align: left !important;
  padding: 5px 10px;
  padding-right: 0;
}

#tblist table td:nth-child(2) {
    width: 15%;
    padding: 5px 5px;
}

#tblist table td:nth-child(3) {
    width: 15%;
    padding: 5px 5px;
}

#tblist table .th_title td {
    padding: 5px 10px !important;
}

#tblist table tr {
  overflow: hidden;
}

#tblist table tr.tr_odd td {
  background: #eaeaea;
}

#tblist table tr.tr_even td {
  background: #fbfbfb;
}

#tblist table tr.tr_blank {
  height: 15px;
}


#tblist table td a img {
  width: 13px;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 5px
}

h4, strong {
  font-size: 13px;
}

.flex {
    display: flex;
    margin-top: 30px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.flex > div > div:first-child {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 10px;
}

.flex > div.flex2  {
  width: 100%;
}

.flex > div.flex2 > div:first-child {
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.flex > div.flex2 > div:first-child p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}

.flex > div {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}


.flex > div h1 {
  font-size: 16px;
  color: #a39161;
  position: relative;
  margin-right: 5px;
}

.flex > div:first-child {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    top: -20px;
}


.flex > div img {
    width: 100%;
    max-width: 100%;
}

.flex > div:last-child img {
  position: relative;
  left: 25px;
}

.flex > div p {
    font-size: 13px;
    margin-top: 0px;
}

.flex2 {
  display: flex;
  align-items: center;
  padding-left: 0;
  box-sizing: border-box;
  text-align: center;
}

.flex2 > h4 {
  width: 100% !important;
}

.flex2 > h4 a div:first-child {
  line-height: 1.3;
}

body {
  max-width: 640px;
  margin:0 auto;
}

div.round  { height:20px; background: #e3e3e3; }
div.inner { margin: 0; background: #ffffff; padding: 0; border:0; zoom:1; }
div.outer { background: #eae4d4; padding:0px;}
div.btn1 {

}
.table_right {
	background:url('menu1/images/line.gif') top right repeat-y;
	text-align:center;
	font-weight:bold;
	color:#000000;
}
.txt-l {
  text-align: left;
}
.csdiv {border-bottom:1px solid #eaeaea; background:url('images/do.png') right 5px no-repeat;}
.cdiv {border-bottom:1px solid #80a9bd; }
#tblist table {padding:0px; }
#tblist ul { display: block !important; padding:0; }
#tblist table {border-top-color:#888; margin:0px;}
#tblist table th{padding:5px 2px; text-align:center; color:#444; border-bottom:1px solid #888;}
#tblist table td{padding:15px 10px; font-size:12px; letter-spacing: -0.05em; line-height: 1.5;text-align:center; color:#444; background-color:#f6f6f6;}
#tblist table td.txt-l { text-align: center !important; }
#tblist table td span { font-size: 15px; font-weight: bold; }
.th_th {
	padding: 5px 2px !important;
	text-align: center;
	color: #444 !important;
	border-bottom: 1px solid #888!important;
	text-align: center !important;
	background: #a39161 !important;
	color: #fff !important;
	font-weight:400 !important;
	/* border-top: 3px solid #80a9bd; */
	font-size: 15px !important;
	padding: 5px 10px !important;
	font-weight: bold;
}
.th_title td{padding:5px 2px !important; text-align:center; color:#444 !important; border-bottom:1px solid #888!important; }
.demo h3{font-weight:normal; margin:0px;}

#customerWrite {
    z-index: 10000;
    width: 100%;
    max-width: 600px;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow-y: scroll;
    display: none;
    /* border: 3px solid #a29061; */
    padding: 20px;
    background: url(images/pop_bg.png) repeat-x;
    background-size: contain;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding-bottom:50px;
  }
  #customerWrite .close {
    position: absolute;
    top: 0;
    right: 0;
    filter: invert(1);
    padding: 24px;
  }
  #table1 td{border:1px solid #666;}
  a{ text-decoration:none; color:#666; }
  #rsv_form table { padding-bottom: 10px; border-bottom:1px solid #aaa;}
  #rsv_form table tr {
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    display: flex;
  }

  #rsv_form table tr:first-child {
    display: block;
  }
  #rsv_form table td {
    padding: 0px 5px;
    width: calc( 100% - 90px );
  }
  #rsv_form table th { font-weight:bold; text-align:left; border-bottom:2px solid #222; color:#444; height:30px; letter-spacing:0px; }
  #rsv_form .label {
    width: 90px;
    /* background-color: #f8f8f8; */
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
  }
  #rsv_form .input_style,
  #rsv_form select {width:100%; height:35px; font-size:14px; padding:0 10px; border:1px solid; border-top-color:#ccc; border-left-color:#ccc; border-bottom-color:#eee; border-right-color:#eee; background-color:#f8f8f8;}

  .txt_num{
    display: inline-block;
    margin-right:4px; padding:0;
    margin-top: 20px;
  }
  .num_txt {
    display: inline;
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  span {
    font-size: 12px;
  }
  h4,strong {
    font-size:13px;
  }