@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;1,400&display=swap&family=Open+Sans+Condensed:wght@300;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 128bit reset */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* 128bit reset */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

/* Default Style */
html, body, button, input[type="submit"], input[type="button"], textarea, a, input, select {
  font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",맑은고딕,돋움,Dotum,sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 150%;
  letter-spacing: -1px;
}

.noto {
  font-family: 'Noto Sans KR', sans-serif;
}

html, body {
  background: white;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.roundBtn {
  display: inline-block;
  padding: 10px 35px 14px;
  border-radius: 22px;
  font-size: 13px;
  color: white;
  line-height: 100%;
  cursor: pointer;
  border: none;
}

.bgBlue {
  background: #0f5e86;
}

.bgBlue:hover {
  background: #0078b1;
}

.bgBrown {
  background: #f3c261;
}

.bgBrown:hover {
  background: #5f453b;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.popup {
  width: 1000px;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -490px;
  z-index: 99;
}

.popup a {
  border: 1px solid black;
  display: inline-block;
  margin-right: 0;
  position: relative;
  vertical-align: top;
}

.popup a .close_btn {
  position: absolute;
  width: 36px;
  right: 0;
}

.popup a img {
  display: block;
  cursor: pointer;
}

.popup a .cookie_btn {
  background: #014A80;
  color: #aaa;
  padding: 2px 10px;
  font-size: 12px;
  cursor: pointer;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 800;
  transition: all 500ms ease-out;
  border-bottom: 2px solid #2a76ad;
  background: rgba(255, 255, 255, 0.9);
}

#header .inner {
  padding-top: 1px;
}

#header h1 {
  top: 20px;
  left: 10px;
  position: absolute;
  display: block;
  transition: top 500ms ease-out;
}

#header h1 a {
  text-indent: -9999px;
  background-image: url(/images/logo_black2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 400px;
  height: 50px;
  transition: width 500ms ease-out;
}

#header .gnb {
  display: block;
  margin-top: 20px;
  text-align: right;
  max-height: 55px;
  overflow: hidden;
  margin-right: -50px;
  transition: all 500ms ease-out;
}

#header .gnb > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 6px;
  width: 130px;
}

#header .gnb > li h3 a {
  font-weight: normal;
  font-size: 17px;
  display: block;
  padding: 14px 10px 14px 0;
  border-bottom: 0px solid white;
  cursor: pointer;
  margin: 0;
  color: black;
  transition: all 150ms ease-out;
  text-transform: uppercase;
}

#header .gnb > li ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

#header .gnb > li ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  color: #aaa;
  font-size: 15px;
  letter-spacing: -1px;
  padding: 1px 0 1px 10px;
  width: 140px;
  line-height: 200%;
  border-radius: 4px;
  margin-left: -4px;
}

#header .gnb > li ul li a:hover {
  color: black;
  background: rgba(255, 255, 255, 0.8);
}

#header.index {
  border: none;
  background: none;
}

#header.index h1 a {
  background-image: url(/images/logo_white2.png);
}

#header.index .gnb > li > h3 > a {
  color: white;
  transition: color 300ms;
}

#header:hover {
  background: rgba(0, 0, 0, 0.9) !important;
  padding-bottom: 40px !important;
}

#header:hover h1 a {
  background-image: url(/images/logo_white2.png);
}

#header:hover .gnb {
  max-height: 600px;
}

#header:hover .gnb > li > h3 > a {
  color: white;
}

#header.fixed {
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  border: none;
}

#header.fixed h1 {
  top: 8px;
}

#header.fixed h1 a {
  background-image: url(/images/logo_white2.png);
  width: 200px;
}

#header.fixed .gnb {
  margin-top: -1px;
}

#header.fixed .gnb > li {
  margin: 0 6px;
}

#header.fixed .gnb > li > h3 > a {
  color: white;
}

.mobile_menu_btn, .dimmer {
  display: none;
}

.main_graphic {
  height: 480px;
  overflow: hidden;
  background: #a6c9db;
  text-align: center;
}

.main_graphic > div {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 330%;
  height: 800px;
  padding-top: 370px;
  background-repeat: no-repeat;
  background-position: center top;
}

.main_wrapper {
  margin-top: 77px;
}

.quick_menu {
  position: absolute;
  margin-top: -480px;
  right: 0;
  width: 240px;
}

.quick_menu a {
  display: block;
  width: 220px;
  height: 240px;
  text-align: center;
  padding-top: 150px;
  background-position: center 50px;
  background-repeat: no-repeat;
  color: white;
  font-size: 16px;
}

.quick_bbs {
  width: 780px;
  height: 240px;
  padding: 30px 50px;
  background: #f5f5f5;
}

.quick_bbs h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #132e55;
}

.quick_bbs h2 i {
  margin-right: 10px;
}

.quick_bbs li {
  list-style-type: disc;
  position: relative;
  margin-left: 20px;
}

.quick_bbs li a {
  font-size: 14px;
  line-height: 200%;
}

.quick_bbs li .date {
  position: absolute;
  right: 0;
}

.facility_slider > div {
  width: 100%;
  background: #dcd9cf;
  height: 406px;
  position: relative;
}

.facility_slider > div .left_column {
  width: 356px;
  text-align: left;
  padding: 140px 30px;
}

.facility_slider > div .left_column h3 {
  font-size: 24px;
  font-weight: bold;
  color: black;
}

.facility_slider > div .left_column .desc {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 150%;
  letter-spacing: -1px;
  text-align: justify;
}

.facility_slider > div .left_column dt {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  color: black;
}

.facility_slider > div .left_column dd {
  font-size: 12px;
  display: inline-block;
  color: black;
  margin-right: 10px;
}

.facility_slider > div img {
  position: absolute;
  right: 0;
  top: 0;
}

.promotions {
  font-size: 0;
  margin-top: 50px;
}

.promotions li {
  width: 372px;
  position: relative;
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.promotions li:first-child {
  margin-left: 0;
}

.promotions li img {
  width: 100%;
  display: block;
}

.promotions li p.tag {
  position: absolute;
  padding: 6px;
  width: 130px;
  text-align: center;
  background: #2a76ad;
  top: 257px;
  left: 0;
  color: white;
  font-size: 13px;
}

.promotions li div.desc {
  text-align: left;
  margin-top: 20px;
  height: 65px;
}

.promotions li div.desc h3 {
  font-weight: bold;
  font-size: 14px;
  color: black;
}

.promotions li div.desc p {
  font-size: 12px;
}

.gallery_slider > div {
  width: 100%;
  background: #dcd9cf;
  height: 540px;
  position: relative;
}

.gallery_slider > div p.desc {
  position: absolute;
  top: 20px;
  left: 20px;
  background: black;
  width: 200px;
  padding: 7px 20px;
  color: white;
  margin: 0;
  text-align: left;
  opacity: 0.7;
}

.dot_list li {
  list-style: disc;
}

#subGraphic {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 180%;
  height: 600px;
  padding-top: 380px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1948px;
}

#subGraphic h3 {
  color: white;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

#subGraphic p {
  opacity: 0.9;
  color: white;
  letter-spacing: -2px;
}

.slogan1 {
  background-color: #339995;
  padding: 40px 0;
  position: relative;
}

.slogan1 h2 {
  color: white;
  font-size: 20px;
}

.slogan1 h2 strong {
  color: white;
  font-size: 23px;
}

.slogan1 .inner p {
  color: white;
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.8;
}

.slogan1 a {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background: #232627;
  border-radius: 5px;
  padding: 18px 30px;
  cursor: pointer;
}

.slogan2 {
  text-align: center;
  color: #339995;
  font-size: 28px;
  padding: 65px;
}

#mediaLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/images/bk_op6.png);
  top: 0;
  z-index: 999;
  display: none;
}

#mediaLayer iframe {
  display: block;
  margin: 0 auto;
}

#mediaLayer a {
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.3) url(/images/closeBtnLight.png) 10px 7px no-repeat;
  width: 43px;
  height: 37px;
  display: block;
  position: absolute;
  margin-left: 426px;
  margin-top: -473px;
  left: 50%;
  border-radius: 0 5px 5px 0;
}

.underline:after {
  content: " ";
  display: block;
  width: 36px;
  border-top: 2px solid black;
  margin-top: 20px;
}

.contents {
  text-align: center;
  padding: 100px 0 70px;
}

.contents h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  color: #2a76ad;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  padding-top: 100px;
}

.contents > h4 {
  margin: 50px auto 30px;
  font-size: 26px;
}

.contents > img {
  display: block;
  margin: 0 auto;
}

.para_about {
  text-align: justify;
  font-size: 18px;
  line-height: 200%;
  margin-top: 30px;
  margin-bottom: 100px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  font-weight: 300;
  padding: 0 100px;
}

.para_about .para_header {
  font-weight: 300;
  font-size: 30px;
  color: #2a76ad;
}

.para_about p {
  margin-bottom: 20px;
}

.para_terms {
  text-align: justify;
  font-size: 18px;
  line-height: 250%;
  margin-top: 30px;
  margin-bottom: 100px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  font-weight: 300;
  padding: 0 100px;
}

.para_terms h3 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
}

.para_terms h4 {
  font-weight: bold;
  font-style: 18px;
}

.para_terms p {
  margin-bottom: 20px;
  padding-left: 20px;
}

#history {
  position: relative;
  padding: 170px 0 170px;
  background-image: url(/images/history_bg.jpg);
  background-repeat: no-repeat;
  background-size: 2000px;
  background-position: center 78px;
}

#history .wrapper {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin-left: 90px;
}

#history h2 {
  text-align: center;
  font-size: 30px;
  color: #0f5e86;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}

#history h4 {
  color: #0f5e86;
  font-size: 24px;
  font-weight: bold;
}

#history ul {
  margin-bottom: 20px;
}

#history ul li {
  color: #000;
  line-height: 200%;
  margin-left: 20px;
  font-size: 15px;
}

#history ul li span {
  color: #0f5e86;
  margin-right: 10px;
}

.terms {
  text-align: left;
  padding-bottom: 30px;
  line-height: 180%;
}

.terms div {
  position: relative;
  padding-left: 350px;
  margin-bottom: 50px;
  width: 1000px;
}

.terms h3 {
  color: #2a76ad;
  position: absolute;
  left: 150px;
  font-size: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 140%;
  font-weight: bold;
}

.terms h3 p {
  color: black;
  font-size: 16px;
  font-weight: 100;
}

.terms li {
  list-style: disc;
  margin-left: 25px;
}

.terms .steps {
  margin-bottom: 20px;
}

.terms .steps li {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  margin-right: 20px;
}

.terms .steps .step_item {
  background: #666;
  padding: 10px 20px;
  border-radius: 8px;
  color: white;
}

.terms .indent1 {
  text-indent: -13px;
  margin-left: 20px;
}

.terms .indent2 {
  text-indent: -13px;
  margin-left: 40px;
}

.terms .indent3 {
  text-indent: -13px;
  margin-left: 60px;
  font-size: 12px;
}

.file_down {
  padding: 10px 20px;
  background: #ddd;
  display: inline-block;
  margin-top: 20px;
}

.file_down i {
  margin-right: 7px;
}

.file_down:hover {
  background: #ccc;
}

.short_bar {
  width: 50px;
  border-bottom: 1px solid #aaa;
  margin: 30px auto;
  display: block;
}

.gray_btn {
  background: white;
  width: 300px;
  border: 1px solid #999;
  padding: 15px;
  display: block;
  margin: 50px auto;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.gray_btn:hover {
  background: #ccc;
}

.sub_slide .incomplete {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 300px;
  font-size: 50px;
  letter-spacing: -2px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 100;
  text-align: center;
}

.sub_slide .incomplete p {
  font-size: 24px;
  line-height: 180%;
  margin-top: 30px;
}

.accomo_info {
  background: #f1f1f1;
  padding: 40px;
  margin-bottom: 80px;
  position: relative;
  height: 260px;
  margin-top: -100px;
}

.accomo_info h3 {
  font-size: 30px;
  color: #2a76ad;
  display: inline-block;
  width: 250px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 100%;
  font-weight: 300;
  vertical-align: top;
}

.accomo_info h3 span {
  font-size: 14px;
  display: block;
}

.accomo_info > div {
  display: inline-block;
  width: 600px;
}

.accomo_info .column {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.accomo_info .column p {
  margin: 7px;
  white-space: nowrap;
}

.accomo_info .column p span {
  display: inline-block;
}

.accomo_info label {
  width: 100px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: #333;
}

.accomo_info img {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 180px;
}

.fac_info {
  background: #f1f1f1;
  padding: 40px;
  margin-bottom: 80px;
  position: relative;
  margin-top: -100px;
}

.fac_info h3 {
  font-size: 30px;
  color: #2a76ad;
  display: inline-block;
  width: 250px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 100%;
  font-weight: 300;
  vertical-align: top;
}

.fac_info h3 span {
  font-size: 14px;
  display: block;
}

.fac_info > div {
  display: inline-block;
}

.fac_info .column {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.fac_info .column label.mutant {
  width: 100px;
}

.fac_info .column p {
  margin: 15px 0;
  white-space: nowrap;
}

.fac_info .column p span {
  display: inline-block;
  vertical-align: top;
}

.fac_info .column div {
  margin: 15px 0;
}

.fac_info .column2 {
  width: 460px;
  padding-left: 50px;
}

.fac_info label {
  width: 70px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: #333;
}

.fac_info .mutant {
  display: block;
}

.fac_info table {
  border-collapse: collapse;
  border: 1px solid #aaa;
  margin-top: 10px;
  width: 100%;
}

.fac_info table th {
  border: 1px solid #aaa;
  padding: 3px;
  text-align: center;
  background: #e1e1e1;
}

.fac_info table td {
  border: 1px solid #aaa;
  padding: 3px;
  text-align: center;
}

.fac_info2 {
  padding: 50px 20px;
  margin-bottom: 60px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}

.fac_info2 h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: #2a76ad;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.fac_info2 p.desc {
  line-height: 200%;
  color: #333;
  font-size: 14px;
  margin-top: -30px;
  margin-bottom: 20px;
  text-align: center;
}

.fac_info2 ul {
  display: inline-block;
  width: 550px;
  vertical-align: top;
  margin-top: 30px;
}

.fac_info2 .single_column {
  display: block;
  width: 100%;
  margin-left: 80px;
}

.fac_info2 li {
  list-style: disc;
  margin-bottom: 10px;
  margin-left: 30px;
  text-align: left;
}

.fac_info2 .column {
  width: 530px;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  text-align: left;
  line-height: 180%;
}

.fac_info2 table {
  border-collapse: collapse;
  border: 1px solid #aaa;
  width: 100%;
}

.fac_info2 table th {
  border: 1px solid #aaa;
  padding: 2px;
  text-align: center;
  background: #e1e1e1;
}

.fac_info2 table td {
  border: 1px solid #aaa;
  padding: 2px;
  text-align: center;
  vertical-align: top;
}

.fac_info2 .img_table {
  width: 100%;
  margin: 20px auto 0;
}

.fac_info2 .img_table th {
  padding: 0;
  width: 200px;
  padding: 10px;
  background: none;
}

.fac_info2 .img_table td {
  text-align: left;
  padding: 15px;
  width: 300px;
}

.fac_info2 .img_table img {
  display: block;
  width: 100%;
}

.fac_info2 h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.fac_box {
  background: url(/images/spa_bg.jpg) no-repeat;
  background-size: 100%;
  height: 350px;
  padding-top: 60px;
  margin-bottom: 20px;
}

.fac_box h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: #2a76ad;
  text-transform: uppercase;
  text-align: center;
}

.fac_box p {
  font-size: 20px;
  line-height: 220%;
  text-align: center;
  margin-top: 35px;
  color: white;
}

.bbs_list table {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  border-top: 1px solid #2a76ad;
  margin-top: 30px;
}

.bbs_list tr.nonHover:hover {
  background: #fff;
}

.bbs_list th {
  border-bottom: 1px solid #e5e4e1;
  color: #666;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
  background: #f0efeb;
}

.bbs_list td {
  border-bottom: 1px solid #e5e4e1;
  height: 25px;
  padding: 15px 5px;
  color: #666;
}

.bbs_list td img {
  max-width: 700px;
}

.bbs_list td.date {
  letter-spacing: 0;
  font-size: 14px;
}

.bbs_list td.title {
  text-align: left;
  padding-left: 20px;
  width: 70%;
}

.bbs_list td.title a:hover {
  text-decoration: underline;
}

.bbs_list .fileName {
  color: #0f5e86;
  text-decoration: underline;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bbs_view {
  margin-top: 30px;
}

.bbs_view .content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px;
  text-align: left;
}

.bbs_view .content p {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 20px;
}

.bbs_view .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 40px;
}

.bbs_view .file {
  border-bottom: 1px solid #ddd;
  padding: 20px 30px;
  text-align: left;
}

.bbs_view .file label {
  margin-right: 10px;
}

.bbs_view .file a:hover {
  text-decoration: underline;
}

.bbs_view .file p {
  margin: 10px 0;
}

.bbs_view #ContentPlaceHolder1_title, .bbs_view #title {
  font-size: 16px;
  border: 1px solid #2a76ad;
  padding: 10px;
  width: 94%;
}

.bbs_view textarea {
  font-size: 16px;
  border: 1px solid #2a76ad;
  padding: 10px;
  width: 94%;
  height: 300px;
  margin-top: 30px;
}

.bbs_view iframe {
  width: 94% !important;
  margin: 0 auto;
  margin-top: 30px;
  border-right: 1px solid #bbb;
}

.gallery_list {
  font-size: 0;
  margin-top: 50px;
  text-align: left;
}

.gallery_list li {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 374px;
  height: 530px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  margin: 0 13px 40px;
}

.gallery_list li:hover {
  border: 1px solid #2a76ad;
}

.gallery_list li a {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery_list li img {
  width: 100%;
}

.gallery_list li div.desc {
  padding: 20px 0 0;
  text-align: center;
}

.gallery_list li div.desc h3 {
  font-size: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #2a76ad;
  margin-bottom: 10px;
}

.gallery_list li div.desc p {
  font-size: 14px;
  letter-spacing: normal;
  color: #666;
  height: 120px;
  padding: 10px 20px;
}

.gallery_list li div.desc .date {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  font-size: 12px;
}

.gallery_list li.expire:after {
  content: "만료된 이벤트 입니다";
  display: block;
  width: 372px;
  height: 290px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  padding-top: 135px;
  font-size: 26px;
  text-align: center;
}

.gallery_view {
  margin-top: 30px;
}

.gallery_view .content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px;
  text-align: left;
}

.gallery_view .content p {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 20px;
}

.gallery_view .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 40px;
}

.gallery_view .file {
  border-bottom: 1px solid #ddd;
  padding: 20px 30px;
  text-align: left;
}

.gallery_view .file label {
  margin-right: 10px;
}

.gallery_view .file a:hover {
  text-decoration: underline;
}

.gallery_view .file p {
  margin: 10px 0;
}

.gallery_view #ContentPlaceHolder1_title, .gallery_view #title {
  font-size: 16px;
  border: 1px solid #2a76ad;
  padding: 10px;
  width: 94%;
}

.gallery_view textarea {
  font-size: 16px;
  border: 1px solid #2a76ad;
  padding: 10px;
  width: 94%;
  height: 300px;
  margin-top: 30px;
}

.gallery_view .list_desc {
  height: 80px;
}

.gallery_view .event_period {
  margin-top: 25px;
  text-align: left;
}

.gallery_view .event_period label {
  display: inline-block;
  margin-left: 40px;
  margin-right: 20px;
}

.gallery_view .event_period input {
  width: 200px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #2a76ad;
  padding: 10px;
  margin: 0 20px;
}

.gallery_view iframe {
  width: 94% !important;
  margin: 0 auto;
  margin-top: 30px;
  border-right: 1px solid #bbb;
}

.btn_set {
  margin-top: 30px;
  text-align: center;
}

.btn_set a {
  background: #2a76ad;
  padding: 10px;
  display: inline-block;
  margin: 5px;
  width: 150px;
  color: white;
}

.btn_set a:hover {
  background: #65503F;
}

.bbsSearch {
  text-align: center;
  margin-top: 20px;
}

.bbsSearch select {
  font-size: 14px;
  padding: 2px;
}

.bbsSearch a {
  padding: 3px 20px;
  font-size: 14px;
}

.paging {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.paging li {
  display: inline-block;
}

.paging li a {
  display: block;
  width: 30px;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

.paging li a:hover {
  background: #f4f4f4;
}

.paging .active a {
  cursor: initial;
  font-weight: bold;
  background: #f4f4f4;
}

.tabs {
  background: #eee;
  padding: 30px 0;
}

.tabs li {
  display: inline-block;
}

.tabs li:first-child {
  border-right: 1px solid #999;
  padding-right: 40px;
  margin-right: 36px;
  padding-left: 35px;
}

.tabs li a {
  font-size: 16px;
}

.tabs li.active a {
  color: #b3904a;
}

.tab_content {
  padding-top: 50px;
}

.tab_content h3 {
  font-size: 20px;
  font-weight: 400;
}

.tab_list {
  text-align: center;
}

.tab_list a {
  background: white;
  width: 200px;
  border: 1px solid #999;
  padding: 15px;
  display: inline-block;
  margin: 20px 10px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.tab_list a:hover {
  background: #ccc;
}

.contents .tab_title {
  padding: 100px 0 10px;
}

.faq_list {
  text-align: left;
  border-top: 1px solid #eee;
}

.faq_list li {
  position: relative;
}

.faq_list .question {
  font-size: 15px;
  font-weight: bold;
  color: #2a76ad;
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.faq_list .question:before {
  content: "Q";
  padding: 2px 6px 4px 6px;
  background: #2a76ad;
  color: white;
  border-radius: 6px;
  margin-right: 8px;
  font-weight: normal;
  font-size: 14px;
}

.faq_list .answer {
  color: #666;
  text-align: left;
  height: 0;
  overflow: hidden;
  line-height: 180%;
}

.faq_list .answer.on {
  height: auto;
  padding: 30px 50px;
  border-bottom: 1px solid #eee;
}

.bgArea {
  position: relative;
}

.bgArea .whiteLeftWrapper {
  background: url(/images/wh_op8.png);
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  padding: 60px;
}

.bgArea .whiteRightWrapper {
  background: url(/images/wh_op6.png);
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: 0px;
  height: 100%;
  padding: 60px;
}

.bgArea h3 {
  line-height: 125%;
}

.bgArea h4 {
  color: #333;
  line-height: 140%;
  font-size: 22px;
}

.bgArea p {
  margin: 20px 0;
  font-size: 12px;
  color: #333;
}

#subMenu {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin: -40px 0 0 -600px;
  text-align: right;
}

#subMenu li {
  display: inline-block;
  margin-left: 20px;
}

#subMenu li a {
  font-size: 11px;
  color: white;
  opacity: 0.9;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.wrapper_r {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.left_box {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #666;
  margin-top: 50px;
}

.left_box img {
  width: 100%;
  display: block;
}

.right_box {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin-left: 90px;
}

#map {
  width: 100%;
  height: 680px;
  border: 2px solid #666;
}

#map .addr_box {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 30px;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  border-radius: 10px;
  text-align: left;
}

#map .addr_box p {
  margin: 10px 0;
}

#footer {
  width: 100%;
  background: #212529;
}

#footer .bottom {
  width: 100%;
  background: #1c2023;
  height: 140px;
  position: relative;
  padding: 20px 0 200px;
}

#footer .bottom .copyright {
  color: white;
  font-size: 13px;
  opacity: 0.4;
  letter-spacing: 0;
  margin-top: 20px;
  line-height: 180%;
}

#footer .bottom .copyright a {
  color: white;
  display: block;
  cursor: initial;
  font-size: 14px;
}

#footer .bottom .copyright span {
  margin-right: 10px;
  display: inline-block;
}

#toTop {
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: 550px;
  display: block;
  padding: 5px 11px;
  border-radius: 3px;
  background: url(/images/bk_op6.png);
  color: #ddd;
  font-size: 25px;
  line-height: 100%;
  opacity: 0;
  transition: opacity 500ms;
}

.thumbnailList {
  margin-top: 30px;
  text-align: left;
  font-size: 0;
}

.thumbnailList li {
  width: 180px;
  margin: 10px;
  border: 1px solid #ddd;
  transition: opacity .2s ease;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.thumbnailList li div {
  overflow: hidden;
}

.thumbnailList li div img {
  width: 150px;
  transition: all 500ms;
  display: block;
  margin: 10px auto;
}

.thumbnailList li h4 {
  font-size: 10px;
  padding: 20px 15px 5px 15px;
  color: #666;
}

.thumbnailList li a {
  font-size: 10px;
  padding: 20px 15px 5px 15px;
  color: #666;
}

.thumbnailList li p {
  font-size: 9px;
  padding: 11px;
  line-height: 140%;
  padding: 0 15px;
  margin-top: 0;
  color: #999;
}

.thumbnailList li:hover img {
  transform: scale(1.1, 1.1);
}

.thumbnailList:after {
  content: " ";
  display: block;
  clear: both;
}

.sub_title {
  margin: 140px auto 40px;
  padding: 40px 10px;
  border-bottom: 1px solid #ddd;
}

.sub_title h2 {
  overflow: hidden;
  height: 50px;
}

.sub_title h2 p {
  color: #2a76ad;
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: -2px;
  margin-top: 34px;
  opacity: 0;
  transition: all 1500ms ease-out;
  text-align: center;
}

.sub_title h2.on p {
  margin-top: 0;
  opacity: 1;
}

.sub_title p {
  font-size: 14px;
  line-height: 150%;
}

.sub_title2 {
  margin: 140px auto 0;
  padding: 40px 10px 0;
  text-align: center;
}

.sub_title2 h2 {
  overflow: hidden;
  height: 50px;
}

.sub_title2 h2 p {
  color: #2a76ad;
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.sub_title2 p {
  font-size: 14px;
  line-height: 150%;
}

.sub_title2 .date {
  font-size: 16px;
  letter-spacing: normal;
}

.sub_title2 .date label {
  font-weight: bold;
  margin-right: 10px;
}

.no_title {
  margin-top: 140px;
}

.thumbnailList_mo {
  margin-bottom: 50px;
  display: inline-block;
  text-align: left;
}

.thumbnailList_mo li {
  height: 120px;
  display: inline-block;
  margin: 10px;
}

.thumbnailList_mo li:after {
  content: url(../images/webdev/mobile_edge.png);
  margin-left: -66px;
}

.thumbnailList_mo li > img {
  width: 60px !important;
  height: 100px !important;
  vertical-align: top;
  margin-top: 20px;
}

table.memberList {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
}

table.memberList th {
  border-bottom: 2px solid #ccc;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

table.memberList td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
  font-size: 18px;
}

table.memberList tr.odd td {
  background: #f0f0f0;
}

table.memberList.fullTable th {
  border: 1px solid #777;
  background: #999;
  color: white;
}

table.memberList.fullTable td {
  border: 1px solid #ccc;
}

caption {
  text-align: right;
  padding: 0 5px 5px 0;
}

.media {
  text-align: center;
  margin-bottom: 100px;
}

.media h4 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 21px;
}

.media h4 span {
  font-size: 14px;
}

.media iframe {
  margin: 0 auto;
}

.specList {
  font-size: 0;
  margin-top: 50px;
}

.specList > li {
  display: inline-block;
  background: url(../images/bk_op5.png);
  padding: 15px;
  padding-left: 40px;
  width: 220px;
  margin: 5px;
  border-radius: 5px;
  vertical-align: top;
  text-align: left;
}

.specList > li h4 {
  font-weight: 700;
  font-size: 18px;
  font-weight: 900;
  color: white;
  margin-bottom: 10px;
  margin-left: -17px;
}

.specList > li h4:before {
  content: url(../images/list_bullet_gr.png);
  margin-right: 6px;
}

.specList > li li {
  list-style: circle outside;
  line-height: 20px;
  font-size: 12px;
  border-bottom: 1px solid #909090;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #ddd;
  margin-left: 6px;
}

.specList > li li:last-child {
  border-bottom: none;
}

.login_box {
  margin-top: 100px;
}

.login_box p {
  margin: 15px 0;
}

.login_box label {
  color: #2a76ad;
  width: 64px;
  display: inline-block;
  text-align: left;
}

.login_box input {
  font-size: 16px;
  border: 1px solid #2a76ad;
  padding: 10px;
}

.login_box .admin_login {
  background: #2a76ad;
  padding: 10px;
  display: block;
  margin: 15px auto;
  width: 260px;
  color: white;
}

.login_box .admin_login:hover {
  background: #65503F;
}

.login_box .join_btn {
  border: 1px solid #2a76ad;
  padding: 10px;
  display: block;
  margin: 15px auto;
  width: 260px;
  color: #2a76ad;
}

.join_page {
  width: 900px;
  margin-left: 150px;
}

.join_page table {
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #2a76ad;
}

.join_page table th {
  background: #f0efeb;
  width: 20%;
}

.join_page table th, .join_page table td {
  border-bottom: 1px solid #e5e4e1;
}

.join_page table td {
  text-align: left;
  padding: 10px 10px 10px 20px;
}

.join_page table label {
  color: #2a76ad;
  width: 64px;
  display: inline-block;
  text-align: left;
}

.join_page table input, .join_page table select {
  font-size: 16px;
  border: 1px solid #2a76ad;
  padding: 5px;
}

.join_page table .greyBtn {
  border: 1px solid #999;
  background: #ddd;
  padding: 5px 15px;
  font-size: 16px;
}

.join_page h2 {
  margin-top: 50px;
}

.join_page .termBox {
  border: 1px solid #999;
  width: 100%;
  margin: 10px auto;
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  padding: 15px;
}

.join_page .termBox div {
  margin-bottom: 20px;
}

.join_page .termBox h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.join_page .termBox h3 p {
  font-size: 16px;
  font-weight: 100;
}

.join_page .termBox li {
  list-style: disc;
  margin-left: 25px;
}

.join_page .termBox .steps {
  margin-bottom: 20px;
}

.join_page .termBox .steps li {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  margin-right: 20px;
}

.join_page .termBox .steps .step_item {
  background: #666;
  padding: 10px 20px;
  border-radius: 8px;
  color: white;
}

.join_page .termBox .indent1 {
  text-indent: -13px;
  margin-left: 20px;
}

.join_page .termBox .indent2 {
  text-indent: -13px;
  margin-left: 40px;
}

.join_page .termBox .indent3 {
  text-indent: -13px;
  margin-left: 60px;
  font-size: 12px;
}

.search_box {
  margin-top: 50px;
}

.search_box p {
  margin: 15px;
}

.search_box label {
  width: 110px;
  color: #2a76ad;
  display: inline-block;
  text-align: left;
}

.search_box input {
  font-size: 16px;
  border: 1px solid #2a76ad;
  padding: 10px;
  width: 160px;
}

.search_box .search_btn {
  background: #2a76ad;
  padding: 13px;
  display: block;
  margin: 15px auto;
  width: 274px;
  color: white;
}

.search_box .search_btn:hover {
  background: #65503F;
}

.search_list table {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  border-top: 1px solid #2a76ad;
  margin-top: 30px;
}

.search_list tr.nonHover:hover {
  background: #fff;
}

.search_list th {
  border-bottom: 1px solid #e5e4e1;
  color: #666;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
  background: #f0efeb;
}

.search_list td {
  border-bottom: 1px solid #e5e4e1;
  height: 25px;
  padding: 15px 5px;
  color: #666;
  font-size: 16px;
}

.search_list td a {
  padding: 7px 20px;
  color: white;
  background: #999;
}

.reserv_complete table {
  width: 600px;
  margin: 30px auto;
  text-align: center;
  border-top: 1px solid #2a76ad;
  margin-top: 30px;
}

.reserv_complete th {
  border-bottom: 1px solid #e5e4e1;
  color: #666;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
  background: #f0efeb;
  width: 30%;
}

.reserv_complete td {
  border-bottom: 1px solid #e5e4e1;
  height: 25px;
  padding: 15px 25px;
  color: #666;
  font-size: 16px;
  text-align: left;
}

.donation_info {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  border: 4px solid #ffafaf;
  width: 600px;
  margin: 20px auto;
  line-height: 200%;
}

@media all and (max-width: 640px) {
  #toTop {
    display: none;
  }
  .popup {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }
  .popup a {
    width: 100%;
  }
  .popup a img {
    width: 100%;
  }
  #header {
    padding-bottom: 0;
    width: 100%;
    z-index: 1001;
    background: white !important;
    height: 60px;
  }
  #header:hover {
    background: white !important;
  }
  #header .inner {
    width: 100%;
  }
  #header h1 {
    width: 100%;
    height: 50px;
    top: 15px;
    left: 15px;
    padding: 0;
    z-index: 1;
  }
  #header h1 a {
    width: 160px;
    background-image: url(/images/logo_black2.png) !important;
  }
  #header .gnb {
    position: absolute;
    top: 0;
    right: -220px;
    margin: 0;
    padding: 80px 0 0 0;
    width: 220px;
    z-index: 2;
    background: #333;
    max-height: 1000px !important;
    height: 1000px;
    transition: right 200ms ease-out;
  }
  #header .gnb > li {
    width: 100%;
    margin: 0;
  }
  #header .gnb > li h3 a {
    margin: 0 0;
    text-align: left;
    padding: 0 0 0 40px;
    color: white;
    font-size: 20px;
  }
  #header .gnb > li ul {
    overflow: hidden;
    height: 0;
    margin: 10px;
  }
  #header .gnb > li ul li {
    display: block;
    margin: 0;
    padding: 0 0 0 40px;
    text-align: left;
    list-style-type: disc;
  }
  #header .gnb > li ul li a {
    color: #aaa;
    font-size: 16px;
  }
  #header .gnb > li:hover h3 a {
    border-bottom: none;
    font-weight: bold;
  }
  #header .gnb > li:hover h3 + ul {
    height: auto;
    margin-bottom: 30px;
  }
  #header .gnb:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    font-size: 0;
  }
  #header .gnb.on {
    right: 0;
  }
  .mobile_menu_btn {
    display: block;
    width: 60px;
    height: 60px;
    background: #2a76ad url("/images/menu.png") center center no-repeat;
    background-size: 34px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    text-indent: -9999px;
    transition: right 200ms ease-out;
  }
  .mobile_menu_btn.on {
    background: #666 url("/images/menu_close.png") center center no-repeat;
    background-size: 22px;
    right: 220px;
  }
  .dimmer {
    width: 100%;
    height: 100%;
    display: block;
    background: black;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: opacity 200ms;
    display: none;
  }
  .inner {
    width: 100%;
  }
  .inner > img {
    width: 100%;
  }
  .main_graphic {
    height: 65vw;
    margin-top: 0;
    position: relative;
  }
  .main_graphic > div {
    height: 100%;
    padding-top: 100px;
    background-size: cover;
    background-position: top left;
  }
  .main_wrapper {
    margin-top: 60px;
  }
  .main_wrapper .bx-wrapper {
    margin-bottom: 0;
  }
  .main_wrapper .bx-viewport {
    height: calc(70vw + 60px) !important;
  }
  .main_element {
    overflow: hidden;
    margin-top: 60px !important;
  }
  .main_element h2 {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 20px !important;
  }
  .main_element .bx-wrapper {
    margin-bottom: 10px;
  }
  .promotions {
    margin-top: 20px;
    text-align: center;
  }
  .promotions li {
    width: 100%;
    margin-left: initial;
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .promotions li img {
    width: 40vw;
  }
  .promotions li .tag {
    display: none;
  }
  .promotions li div.desc {
    position: absolute;
    top: 0;
    left: 40vw;
    width: 54vw;
    padding: 10px;
    margin-top: 0;
  }
  .promotions li div.desc h3 {
    margin-bottom: 10px;
  }
  .quick_menu {
    position: relative;
    margin-top: -0;
    right: 0;
    width: 100%;
    font-size: 0;
    background: #2a76ad;
  }
  .quick_menu a {
    display: inline-block;
    width: 33vw;
    height: 33vw;
    text-align: center;
    padding-top: 24vw;
    background-position: center 7vw;
    background-size: 50%;
    background-repeat: no-repeat;
    color: white;
    font-size: 14px;
  }
  .quick_bbs {
    width: 100%;
    padding: 30px 30px;
    background: #f5f5f5;
    height: auto;
  }
  .quick_bbs h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #132e55;
  }
  .quick_bbs h2 i {
    margin-right: 10px;
  }
  .quick_bbs li {
    list-style-type: disc;
    position: relative;
    margin-left: 20px;
  }
  .quick_bbs li a {
    font-size: 14px;
    line-height: 200%;
  }
  .quick_bbs li .date {
    position: absolute;
    right: 0;
    display: block;
  }
  .gallery_slider > div {
    height: 50vw;
  }
  .gallery_slider > div p.desc {
    top: 0;
    left: 0;
    width: initial;
  }
  .contents > img {
    width: 100%;
  }
  .contents .para_about {
    font-size: 15px;
    margin: 30px 0;
    padding: 0 30px;
    line-height: 200%;
  }
  .contents .para_about p {
    margin-bottom: 10px;
  }
  .contents .para_terms {
    padding: 0 30px;
    line-height: 150%;
    margin-bottom: 50px;
  }
  .contents h2 {
    font-size: 24px;
    margin: 0 0 50px;
    padding-top: 0;
  }
  .left_box {
    width: 100%;
  }
  .right_box {
    width: 100%;
    margin-left: 0;
  }
  table.memberList {
    margin: 20px 0 50px;
  }
  table.memberList th {
    padding: 15px 0;
  }
  table.memberList td {
    padding: 15px 0;
  }
  table.memberList td:first-child {
    width: 20%;
  }
  #history {
    position: relative;
    height: auto;
    background-size: 2500px;
    background-position: center top;
    padding: 100px 0 200px;
  }
  #history .wrapper {
    width: 90vw;
    margin-left: 10vw;
  }
  #history h2 {
    text-align: center;
    font-size: 30px;
    color: #0f5e86;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
  }
  #history h4 {
    color: #0f5e86;
    font-size: 20px;
    font-weight: bold;
  }
  #history ul {
    margin-bottom: 20px;
  }
  #history ul li {
    color: #000;
    line-height: 200%;
    margin-left: 20px;
    font-size: 13px;
  }
  .donation_info {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 0;
    border: 4px solid #ffafaf;
    width: 94vw;
    margin: 20px auto;
    line-height: 200%;
  }
  .donation_info + p {
    width: 80vw;
    margin: 0 auto;
  }
  .sub_slide .incomplete {
    padding-top: 23vw;
    font-size: 26px;
  }
  .sub_slide .incomplete p {
    font-size: 16px;
    margin-top: 10px;
  }
  .sub_title {
    margin: 0;
    padding: 80px 50px 20px;
  }
  .sub_title h2 {
    height: 60px;
  }
  .sub_title h2 p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sub_title2 {
    margin: 0;
    padding: 80px 0 20px;
  }
  .sub_title2 h2 {
    height: initial;
  }
  .sub_title2 h2 p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .no_title {
    margin-top: 100px;
  }
  .no_title .bx-controls {
    display: none;
  }
  .accomo_info {
    height: initial;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .accomo_info h3 {
    margin-bottom: 20px;
  }
  .accomo_info div {
    width: 100%;
  }
  .accomo_info div > p {
    margin-bottom: 20px;
  }
  .accomo_info .column {
    width: 100%;
    margin-top: 0;
  }
  .accomo_info img {
    position: initial;
    width: 90%;
    margin-top: 20px;
  }
  .fac_info {
    height: initial;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .fac_info h3 {
    margin-bottom: 20px;
  }
  .fac_info div {
    width: 100%;
  }
  .fac_info div > p {
    margin-bottom: 20px;
  }
  .fac_info .column {
    width: 100%;
    margin-top: 0;
  }
  .fac_info .column p {
    white-space: initial;
  }
  .fac_info .column p span {
    display: inline-block;
  }
  .fac_info .column2 {
    width: initial;
    padding-left: 0;
  }
  .fac_info label.mutant {
    display: block;
    margin-bottom: 10px;
  }
  .fac_info > img {
    position: initial;
    width: 90%;
    margin-top: 20px;
  }
  .fac_info2 .single_column {
    margin-left: 0;
  }
  .fac_info2 li {
    margin-left: 15px;
  }
  .fac_info2 ul {
    width: 100%;
  }
  .fac_info2 ul + ul {
    margin-top: 0;
  }
  .fac_info2 .column {
    width: 100%;
    padding: 0;
  }
  .fac_info2 .column + .column {
    margin-top: 20px;
  }
  .fac_box {
    padding: 30px 10px 20px;
    height: initial;
    background-size: cover;
  }
  .fac_box p {
    font-size: 14px;
  }
  .amenities {
    margin-bottom: 30px;
  }
  .amenities div {
    border-left: none;
    padding: 10px 20px 20px;
    width: 100%;
    display: block;
  }
  .accomo_notice {
    margin-bottom: 30px;
  }
  .accomo_notice ul {
    width: 100%;
  }
  .accomo_notice li {
    height: initial;
    margin-bottom: 10px;
  }
  .reserv_info {
    font-size: 18px;
  }
  .reserv_info span {
    display: block;
    margin: 0;
  }
  #map {
    height: 450px;
    margin-bottom: 20px;
  }
  #map .addr_box {
    font-size: 12px;
    top: 8px;
    right: 8px;
    border-radius: 10px;
    padding: 5px 10px;
  }
  #map .addr_box p {
    margin: 0;
  }
  .table_wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .table_wrapper table {
    width: 600px;
  }
  .bbs_list table {
    margin-top: 0;
  }
  .bbs_list th.num {
    width: 50px;
  }
  .bbs_list th.title {
    width: initial;
  }
  .bbs_list .date {
    display: none;
  }
  .bbs_list .read {
    display: none;
  }
  .bbs_view {
    margin-top: 0;
  }
  .bbs_view .content {
    padding: 20px 10px;
  }
  .bbs_view .file {
    padding: 20px 10px;
  }
  .gallery_list {
    margin-top: 0;
  }
  .gallery_list li {
    width: 100%;
    height: initial;
    margin: 0 0 10px;
    overflow: hidden;
  }
  .gallery_list li img {
    height: initial;
    width: 40vw;
    display: block;
  }
  .gallery_list li div.desc {
    padding: 10px;
    position: absolute;
    width: 54vw;
    top: 0;
    left: 40vw;
    text-align: left;
    line-height: 120%;
  }
  .gallery_list li div.desc h3 {
    font-size: 12px;
  }
  .gallery_list li div.desc p {
    height: initial;
    padding: 0;
    font-size: 12px;
  }
  .gallery_list li div.desc .date {
    display: none;
  }
  .gallery_view .content {
    padding: 20px 10px;
  }
  .gallery_view .file {
    padding: 20px 10px;
  }
  .gallery_view .event_period {
    text-align: center;
  }
  .gallery_view .event_period label {
    display: none;
  }
  .gallery_view .event_period input {
    width: 150px;
    margin: 0;
  }
  .terms div {
    width: 100%;
    padding-left: 0;
  }
  .terms h3 {
    position: initial;
    margin-bottom: 10px;
  }
  .terms h3 p {
    display: inline-block;
    margin-left: 10px;
  }
  .terms h3 br {
    display: none;
  }
  .terms .steps li {
    margin-right: 0;
  }
  .terms .steps .step_item {
    padding: 5px 10px;
  }
  #footer .bottom {
    height: initial;
    padding: 40px 30px;
  }
  #footer .bottom .inner {
    width: 100%;
  }
  #footer .inner {
    padding: 0;
  }
  #footer .inner ul {
    display: none;
  }
  #footer .inner .copyright {
    margin-top: 0;
  }
  #footer .inner .copyright span {
    display: block;
  }
  #footer .inner .copyright a {
    display: inline-block;
    font-size: 11px;
  }
  .reserv_btn_set a {
    width: 40vw;
    margin: 50px 10px;
  }
  .tab_list a {
    width: 40vw;
    padding: 15px 0;
  }
  .contents .tab_title {
    padding: 50px 0 10px;
  }
  .faq_list .question {
    text-indent: -30px;
    margin-left: 30px;
    line-height: 170%;
  }
  .faq_list .answer.on {
    padding: 15px 20px 15px 50px;
  }
  .reserv_complete table {
    width: 100%;
  }
}
