@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
html,
body {
  padding: 0;
  margin: 0;
}
body {
  background-color: #f7f7f7;
  font-family: "Nanum Gothic", sans-serif;
  color: #666;
  position: relative;
  -webkit-text-size-adjust: none;
  margin: 0px auto;
}
::-webkit-input-placeholder {
  font-family: "Nanum Gothic", sans-serif;
  color: #ddd;
}
::-moz-placeholder {
  font-family: "Nanum Gothic", sans-serif;
  color: #ddd;
} /* firefox 19+ */
:-ms-input-placeholder {
  font-family: "Nanum Gothic", sans-serif;
  color: #ddd;
} /* ie */
input:-moz-placeholder {
  font-family: "Nanum Gothic", sans-serif;
  color: #ddd;
}
input,
select,
textarea,
button {
  font-family: inherit;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dcdcdc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dcdcdc;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dcdcdc;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dcdcdc;
}
body * {
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
h1,
h2,
h3 {
  font-size: 18px;
}
h4,
h5,
h6 {
  font-size: 16px;
}
p {
  margin: 0 0 10px 0;
}
a,
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  border: 0;
}

nav:not(.mm-menu) {
  display: none;
}
.header {
  /*background-color:rgb(21,199,193); /* top_bar color */
  font-size: 16px;
  font-weight: bold;
  color: #000;

  width: 100%;
  padding: 12px 0px;
}
.header,
.footer {
  text-align: center;
}

.header a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0px;
}
#page {
  max-width: 550px;
  margin: 0px auto;
}
select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}
.layout_sub {
  width: 95%;
  margin: 0px auto;
  padding: 10px 0;
}

.main_View {
  width: 100%;
  margin: 0px auto;
  display: table;
}
.main_View .list {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.main_View .btn {
  width: 95%;
  margin: 0px auto;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
  background: #fff;
  color: #4b4b4b;
  font-size: 17px;
  margin-top: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.main_View .btn img {
  width: auto;
  height: 70px;
}

/* Custom Popup */
.popupLayout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0000000,endColorstr=#a0000000);
}
.popupLayout .message {
  min-height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 100%;
  border: 2px solid #000;
  min-width: 320px;
  max-width: 320px;
  height: 230px;
  margin-left: -160px;
  margin-top: -115px;
}
.popupLayout .message .close_btn {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  right: 0;
  background: #888;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.popupLayout .message .contents {
  width: 80%;
  margin: 0px auto;
  display: table;
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: 160%;
}
.popupLayout .message .title {
  font-weight: bold;
  font-size: 18px;
}
.popupLayout .message .content {
  font-size: 16px;
  padding: 20px 0;
  min-height: 50px;
}
.popupLayout .message .btn {
  width: 100%;
  margin: 0px auto;
  padding: 12px 0;
  background: #888;
  color: white;
  text-align: center;
  cursor: pointer;
}

.bottom_div .btn_a1 {
  color: #848484;
  padding-left: 5px;
  padding-right: 5px;
}
.bottom_div .bottom_view {
  float: left;
  margin-left: 10px;
  padding-bottom: 20px;
  color: #848484;
}
.bottom_div .bottom_info {
  line-height: 160%;
}
.bottom_div .bottom_logo {
  width: 194px;
  float: left;
  padding-left: 10px;
  padding-right: 25px;
}
.bottom_btn {
  float: right;
  width: auto;
  padding-left: 10px;
}
.bottom_div .bottom_logo img {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 7px;
}
.footer .bottom_div {
  width: 100%;
  margin: 0px auto;
  display: table;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  padding-top: 30px;
  text-align: left;
  max-width: 550px;
}
