/************************************************************************************************************ 
  Setting 
************************************************************************************************************/
html,
body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  font-family: Malgun Gothic;
}

ul,
ol {
  list-style: none;
}

img,
button {
  border: 0 none;
}

button {
  cursor: pointer;
  outline: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

em,
address {
  font-style: normal;
}

a,
u {
  text-decoration: none;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  outline: none;
}

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
  word-break: break-all;
  word-wrap: break-word;
  text-shadow: none;
}

body {
  background: url(../images/bg_top.png) left top 55px no-repeat, url("../images/bg.jpg") left top repeat;
  background-size: contain;
}

header.mo-layout-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  background-color: #263056;
  z-index: 10;
}

.mo-header-top {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 15px;
}

header.mo-layout-header h1 {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 17px;
  color: #98ddde;
  font-weight: 400;
}

header.mo-layout-header h1:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 24px;
  background: url(../images/ic_logo.png) no-repeat;
  background-size: 18px;
  margin-right: 15px;
}

header.mo-layout-header .mo-form-select {
  flex: 0 0 auto;
  margin-left: auto;
  height: 28px;
  border: 1px solid #13182b;
  background-color: #202949;
  border-radius: 50px;
  width: 50%;
}

header.mo-layout-header .mo-form-select select.combo {
  color: rgba(255, 255, 255, .7);
  border: 0 none;
  width: 100%;
  height: 100%;
  padding: 1px 30px 0 10px;
  background: url(../images/ic_arrow.png) no-repeat right 12px center;
  font-size: 15px;
  -webkit-background-size: 7px 4.5px;
}

/* 탭 메뉴 */
.mo-ui-link {
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  padding: 55px 20px 0;
  background-color: #263056;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.mo-ui-link li {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 20px;
  height: 45px;
  color: rgba(152, 221, 222, .4);
}

.mo-ui-link li:first-child {
  margin-left: 0px;
}

.mo-ui-link li.mo-select {
  color: rgba(152, 221, 222, 1);
  border-bottom: 2px solid #98ddde;
}

.mo-contents {
  padding: 0 15px;
  overflow: hidden;
}

section.mo-layout-content {
  position: relative;
  width: 100vw;
  /*margin-top: 55px;*/
  overflow: hidden;
}

section.mo-layout-content:after {
  clear: both;
  content: '';
}

.operating-time {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  padding: 25px 9px 20px 0px;
  background-size: 15px;
}

a {
  display: block;
  -webkit-user-select: none; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
  text-decoration: none;
}

a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

#dlg-time a, #dlg-time a:visited, #dlg-time a:hover, #dlg-time a:active, #dlg-time a:focus {
  text-decoration: none;
  color: #fff !important;
}

.corner {
  border-radius: 8px;
  -webkit-box-shadow: 2px 4px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 8px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 0 10px 12px 20px;
  box-sizing: border-box;
}

.corner:after {
  display: block;
  content: '';
  clear: both;
}

.num-floor {
  margin-top: -7.5px;
  z-index: 10;
}

.num-floor img {
  width: 48px;
}

.num-floor.tie {
  margin-top: -2px;
  margin-left: 10px;
  z-index: 10;
}

.num-floor.tie img {
  width: 22px;
}

.corner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -15px 10px 0 0;
  height: 50px;
}

.corner-title img {
  -webkit-transform: scale(0.5);
  /* Saf3.1+, Chrome */
  transform: scale(0.5);
}

.corner-title .title-text {
  font-size: 20px;
  color: #414042;
  font-weight: bold;
  letter-spacing: -0.75px;
}

dl.menu {
  float: left;
  width: 56%;
  margin-top: 12px;
  margin-bottom: 10px;
  min-height: 86.5px;
}

dl.menu dt.menu-title {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.75px;
  line-height: 1.3;
}

dl.menu dd.menu-detail {
  font-size: 12px;
  color: #666;
  line-height: 1.3;
  margin-top: 8px;
}

dl.menu dd.menu-detail span {
  word-break: keep-all;
}

dl.menu dd.menu-detail span.menu-calorie {
  display: block;
  color: #999;
  margin-top: 6px;
}

.menu-img {
  position: relative;
  float: right;
  display: block;
  width: 44%;
  margin-top: 12px;
  text-align: right;
  cursor: pointer;
}

.menu-img img {
  width: 100%;
  max-width: 130px;
  height: 100%;
  max-height: 86px;
}

.menu-img .ic-zoom {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(240, 240, 240, 1);
  background: rgba(255, 255, 255, .8);
  z-index: 1;
}

.menu-img .ic-zoom:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  background: url(../images/ic_zoom.png) no-repeat 50% 50%;
  background-size: 10px 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* 운영안함 메세지 */
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: -55px;
}

.corner-no-operation {
  border-radius: 8px;
  -webkit-box-shadow: 2px 4px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 8px 1px rgba(0, 0, 0, 0.1);
  width: 95%;
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.info-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-top: 85px;
  background: url(../images/ic_notice.png) no-repeat top center;
  background-size: 60px;
}

.info-title-eng {
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}

.info-cont {
  font-size: 18px;
  color: #666;
  display: block;
  margin: 0 auto;
  width: 50%;
  padding-top: 35px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #d8d8d8;
}

.info-cont-time {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  color: #666;
  padding-top: 10px;
}

button.mo-btn-top {
  z-index: 100;
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 43px;
  height: 39px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 2px;
}

button.mo-btn-top span {
  display: block;
  width: 25px;
  height: 26px;
  margin: 0 auto;
  background: url(../images/icon_top.png) no-repeat left top;
  -webkit-background-size: 100%;
}


/* 그림자 이동 */

body.fixed .mo-layout-header {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

body.fixed .mo-ui-link {
  box-shadow: none;
}

/* 뒤로가기 버튼 */
.btn-back {
  width: 44px;
  height: 44px;
  background: url(../images/ic_back.png) no-repeat;
  background-size: 44px 44px;
  font-size: 0px;
  text-indent: -9999px;
  margin: 0 0 0 -11px;
}

.btn-back.mo-home {
  display: none;
}

.btn-back.mo-home.show {
  display: block;
}

.modal.fade .modal-dialog {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: calc(100% - 30px) !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-content {
  width: 100%;
  border-radius: 8px;
  border: 0 none;
}

.modal-header {
  padding: 4px;
  height: 56px;
  border: 0 none;
}

.modal-header .close {
  width: 44px;
  height: 44px;
  background: url(../images/ic_close.png) no-repeat 50% 50%;
  background-size: 20px 20px;
  opacity: 1;
}

.modal-header .close>span {
  font-size: 0;
  text-indent: -9999em;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 30px 60px;
}

.modal-body>img {
  max-width: 100%;
  height: auto;
  max-height: 270px;
}

.modal-backdrop.in {
  opacity: .6;
}
