@charset "UTF-8";
/* 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, sub, sup, 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;
}

@keyframes fadein {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scroll_guide {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  7% {
    transform: translateY(0);
    opacity: 1;
  }
  14% {
    transform: translateY(-15px);
  }
  21% {
    transform: translateY(0);
  }
  28% {
    transform: translateY(-15px);
  }
  35% {
    transform: translateY(0);
    opacity: 1;
  }
  42% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* 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: "���� ���","Malgun Gothic",�������,����,Dotum,sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 180%;
}

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

.btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #aaa;
  background: #ddd;
  text-align: center;
}

html, body {
  height: 100%;
}

strong {
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.sample_desc {
  position: absolute;
  right: 0;
  font-size: 11px;
  color: #777;
}

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

.header {
  background: url(/jeolla/images/bk_op7.png);
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  z-index: 999;
  overflow: hidden;
  transition: height 150ms ease-out;
}

.header.index {
  background: #0a4181;
}

.header .inner {
  padding: 30px 20px 20px;
}

.header h1 {
  margin-top: -15px;
  left: 10px;
  position: absolute;
  width: 179px;
  height: 46px;
  display: block;
}

.header h1 a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(/jeolla/images/logo.png) no-repeat;
  text-indent: -9999px;
}

.header .gnb {
  display: block;
  position: absolute;
  right: 0;
}

.header .gnb > li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}

.header .gnb > li > a {
  color: white;
  font-size: 17px;
}

.header .gnb > li.reservMenu > a {
  color: #fff200;
}

.header .subMenu {
  margin-top: 15px;
}

.header .subMenu li {
  display: block;
}

.header .subMenu li a {
  color: #ccc;
  line-height: 180%;
}

.header .subMenu li a:hover {
  color: skyblue;
}

.header.on {
  height: 290px;
}

.thumbList {
  width: 1240px;
  font-size: 0;
}

.thumbList > a {
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 21px;
  height: 483px;
  position: relative;
  overflow: hidden;
}

.thumbList > a img {
  width: 100%;
  display: block;
  transition: all 500ms;
}

.thumbList > a div {
  background: #e1e1e1;
  height: 97px;
  padding: 24px 0 0 22px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.thumbList > a div h4 {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.thumbList > a div p {
  color: #666;
  font-size: 14px;
}

.thumbList > a:hover img {
  transform: scale(1.1, 1.1);
}

#mainGraphic {
  width: 100%;
  text-align: center;
  position: relative;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mainGraphic .inner {
  text-align: left;
  padding: 280px 30px 0;
}

#mainGraphic h3 {
  line-height: 125%;
  color: white;
  font-size: 36px;
  font-weight: bold;
}

#mainGraphic p {
  margin-bottom: 65px;
  margin-top: 25px;
  opacity: 0.8;
  color: white;
  font-size: 18px;
  line-height: 150%;
}

.main_map {
  background-image: url(/jeolla/images/route.png);
  background-position: top center;
  height: 680px;
  margin-bottom: 100px;
}

.camp_map {
  text-align: center;
  margin-bottom: 50px;
}

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

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

#mainGraphic + .subMenu li a {
  font-size: 15px;
  color: white;
  opacity: 0.9;
}

.content.mainMid .half_right > img {
  width: auto;
}

.reservBnr {
  background: #0a0a2c url(/jeolla/images/foot_bg.jpg) no-repeat center top;
  padding-top: 467px;
  padding-bottom: 5px;
  margin-top: 70px;
}

.reservBnr a {
  display: block;
  margin: 0 auto 165px;
  background: #1e1d4e;
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 12px 0;
  width: 400px;
  border-radius: 35px;
}

#map {
  width: 100%;
  height: 680px;
}

.mobile_menu_btn {
  display: none;
}

#form1:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

.top_bnr {
  width: 100%;
  background-position: top center;
  height: 253px;
  display: none;
}

h2 {
  color: white;
  font-size: 26px;
  display: block;
  padding: 25px 5px;
  margin: 25px 0 10px;
  text-align: center;
  margin-top: 100px;
}

.bbsTitle {
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #444;
}

.bbsTitle span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
  font-size: 14px;
}

.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  padding-top: 70px;
  margin-top: 0;
  margin-bottom: 60px;
}

.content img.single_top {
  width: 100%;
  margin-top: 110px;
  margin-bottom: 40px;
  display: block;
}

.content .bx-wrapper + .sample_desc {
  margin-top: -40px !important;
}

.content h2 {
  color: #89734e;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  padding: 10px 0;
}

.content h3 {
  color: #0a4181;
  font-weight: normal;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.content h3:before {
  content: " ";
  display: block;
  width: 80px;
  height: 3px;
  font-size: 0;
  background: #0a4181;
  margin-bottom: 15px;
}

.content h4 {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

.content p {
  margin: 10px 0;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  border-top: 1px solid #0a4181;
}

.content table th {
  border-bottom: 1px solid #cad1d9;
  background: #e6ecf2;
  padding: 7px 10px;
  font-weight: bold;
  text-align: left;
}

.content table td {
  border-bottom: 1px solid #cad1d9;
  padding: 7px 10px;
  vertical-align: middle;
}

.content table.roomInfo {
  border-top: 1px solid #0a4181;
}

.content table.roomInfo th {
  width: 120px;
  border-bottom: 1px solid #cad1d9;
  background: #e6ecf2;
}

.content .chargeTable {
  margin: 1.5em auto 2.5em auto;
  width: 100%;
}

.content .chargeTable th {
  border: 1px solid #cad1d9;
  border-top: 1px solid #0a4181;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  background: #e6ecf2;
}

.content .chargeTable th:first-child {
  border-left: none;
}

.content .chargeTable th:last-child {
  border-right: none;
}

.content .chargeTable th.last-child {
  border-right: none;
}

.content .chargeTable td {
  border-bottom: 1px solid #cad1d9;
  padding: 7px;
  text-align: center;
  border-right: 1px solid #cad1d9;
}

.content .chargeTable td:last-child {
  border-right: none;
}

.content .chargeTable td.last-child {
  border-right: none;
}

.content .chargeTable caption {
  caption-side: bottom;
  text-align: right;
}

.content .half_left, .content .half_right {
  width: 600px;
  float: left;
  position: relative;
  vertical-align: top;
}

.content .half_left > img, .content .half_right > img {
  width: 100%;
}

.content .half_left {
  padding: 0 30px 0 0;
}

.content .half_left h2 {
  text-align: right;
}

.content .half_right {
  padding: 0 0 0 30px;
}

.content .backBtn {
  color: white;
  background: #263846;
  padding: 5px 20px;
  font-size: 12px;
  margin: 0 7px;
  border: none;
  cursor: pointer;
}

.content .bbsTable {
  border-top: 1px solid #cad1d9;
  margin-bottom: 20px;
}

.content .bbsTable th {
  border: 1px solid #cad1d9;
  background: #e6ecf2;
}

.content .bbsTable td {
  border-bottom: 1px solid #cad1d9;
}

.content .bbsTable td.square {
  border: 1px solid #cad1d9;
}

.content .bbsContent {
  padding: 30px;
  width: 100%;
}

.content .telinfo2 {
  border: 3px solid #0a4181;
  width: 100%;
  padding: 30px;
  font-size: 18px;
  line-height: 200%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.content .faq_list {
  width: 100%;
  border-top: 2px solid #0a4181;
}

.content .faq_list th {
  background: #f5f5f5;
  border-bottom: 1px solid #d4d7db;
  padding: 14px 0 13px;
  text-align: center;
  font-weight: bold;
}

.content .faq_list td {
  border-bottom: 1px solid #d4d7db;
  padding: 14px 0 13px;
  text-align: center;
}

.content .faq_list .num {
  width: 120px;
}

.content .faq_list .title {
  text-align: left;
  padding: 15px;
}

.content .faq_list .icon {
  width: 100px;
  text-indent: -9999px;
  background-position: center 14px;
  background-repeat: no-repeat;
}

.content .faq_list .question {
  cursor: pointer;
}

.content .faq_list .question .icon {
  background-image: url(/jeolla/images/utill_q.png);
}

.content .faq_list .answer {
  background: #f5f5f5;
  display: none;
}

.content .faq_list .answer .icon {
  background-image: url(/jeolla/images/utill_a.png);
}

.content .faq_list .answer .subs {
  text-align: left;
  padding: 15px;
  line-height: 180%;
}

.content .simple_map {
  width: 65%;
  display: block;
  margin: 0 auto;
}

.content:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

.content ul.normalList {
  margin-bottom: 30px;
}

.content ul.normalList li {
  list-style: disc;
  margin-left: 25px;
}

.content .cal {
  border-collapse: collapse;
  width: 400px;
  margin-left: 50px;
  vertical-align: top;
  display: inline-block;
}

.content .cal h3 {
  font-weight: normal;
}

.content .cal h3:before {
  content: none;
}

.content .cal caption {
  font-size: 2.2em;
  margin-bottom: 1em;
  font-weight: bold;
}

.content .cal th, .content .cal td {
  text-align: center;
  vertical-align: middle;
}

.content .cal th {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  height: 30px;
  width: 90px;
  border-top: 1px solid #e5e5e5;
  background: #fafafa;
}

.content .cal td {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  height: 45px;
  padding: 4px;
  color: black;
}

.content .cal td > p {
  height: 60px;
  width: 80px;
  /*border-radius:50px; */
  padding: 13px 0;
  *height: 34px;
}

.content .cal td a {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 17px;
}

.content .cal .weekend {
  color: #cc5252;
}

.content .cal .reservAble > a {
  background: #abbfdf;
  border-radius: 30px;
  color: white;
}

.content .cal .reservAble > a:hover {
  background: #0a4181;
}

.content .cal .reservAble > a.select {
  background: #0a4181;
}

.content .cal select {
  width: 66px;
}

.content .cal input[value="radio"] {
  display: block;
  margin: 0 auto;
}

.content .cal .selectDate {
  background: #544c44;
  color: white;
  font-weight: bold;
}

.content .cal .selectDate .reservTime {
  border: none;
}

.content #prevCal {
  position: absolute;
  left: 50px;
  background: url(/jeolla/images/pre_img2.png) left no-repeat;
  text-indent: -9999px;
  height: 68px;
  width: 37px;
  margin-top: 140px;
}

.content #nextCal {
  position: absolute;
  right: 50px;
  background: url(/jeolla/images/next_img2.png) left no-repeat;
  text-indent: -9999px;
  height: 68px;
  width: 37px;
  margin-top: 140px;
}

.content #step2 h3 {
  margin-top: 70px;
}

.content #step2 h3:before {
  content: none;
}

.content .campType {
  margin: 20px auto 0;
  width: 1000px;
  text-align: left;
  padding-left: 20px;
}

.content .campType h3 {
  display: block;
  text-align: center;
}

.content .campType div {
  display: inline-block;
  width: 230px;
  margin: 5px 3px;
}

.content .campType div img {
  width: 100%;
  display: block;
}

.content .campType div p {
  background: #abbfdf;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 4px 0;
}

.content .campType div .select p {
  background: #0a4181;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 4px 0;
}

.content .select_camp {
  margin: 0 auto;
  background: url(/images/camp_map_bg.jpg) no-repeat top center;
  width: 1000px;
  height: 650px;
  position: relative;
}

.content .select_camp ul {
  font-size: 0;
  text-align: left;
  position: absolute;
}

.content .select_camp li {
  display: inline-block;
  vertical-align: top;
}

.content .select_camp li a {
  display: block;
  width: 63px;
  height: 67px;
  color: white;
  cursor: pointer;
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: -2px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding-top: 25px;
  padding-right: 12px;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.content .select_camp li a:hover:not(.reserved) {
  background-position: top right;
  margin-top: -6px;
}

.content .select_camp li a.on {
  background-position: top right;
  margin-top: -6px;
}

.content .select_camp li .reserved {
  cursor: initial;
  opacity: 0.4;
}

.content .select_camp li [data-tooltip]:hover {
  position: relative;
}

.content .select_camp li [data-tooltip]:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: white;
  border: 2px solid #0072bc;
  color: #0072bc;
  font-size: 14px;
  z-index: 9;
  padding: 4px;
  border-radius: 8px;
  width: 71px;
  text-align: center;
  margin-left: -4px;
  text-shadow: none;
  line-height: 120%;
}

.content .select_camp .beachcamp {
  top: 178px;
  left: 305px;
}

.content .select_camp .beachcamp2 {
  top: 256px;
  left: 825px;
}

.content .select_camp .caravan {
  top: 262px;
  left: 84px;
}

.content .select_camp .caravan2 {
  top: 290px;
  left: 242px;
}

.content .select_camp .villa {
  top: 288px;
  left: 538px;
}

.content .select_camp .autocamp {
  top: 391px;
  left: 242px;
}

.content .select_camp .autocamp2 {
  top: 391px;
  left: 538px;
}

.content .select_camp .normalcamp {
  top: 465px;
  left: 242px;
}

.content .select_camp .normalcamp2 {
  top: 545px;
  left: 242px;
}

.content .select_camp .beachcamp a, .content .select_camp .beachcamp2 a {
  background-image: url(/jeolla/images/camp_beach.png);
  margin-left: -16px;
  padding-right: 17px;
}

.content .select_camp .caravan a, .content .select_camp .caravan2 a {
  background-image: url(/jeolla/images/camp_caravan.png);
}

.content .select_camp .villa a {
  background-image: url(/jeolla/images/camp_house.png);
}

.content .select_camp .autocamp a, .content .select_camp .autocamp2 a {
  background-image: url(/jeolla/images/camp_auto.png);
}

.content .select_camp .normalcamp a, .content .select_camp .normalcamp2 a {
  background-image: url(/jeolla/images/camp_normal.png);
}

.content .map_wrapper .notice {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 6px;
  width: 440px;
  color: #eee;
  position: absolute;
  z-index: 9;
  margin-top: 30px;
  margin-left: 140px;
  line-height: 150%;
  text-align: left;
}

.content .map_wrapper .notice h4 {
  color: white;
  margin-top: 0;
  margin-bottom: 7px;
  margin-left: 5px;
}

.content .campInfo {
  width: 450px;
  display: inline-block;
  vertical-align: top;
  margin-top: 90px;
  margin-right: 30px;
}

.content .campInfo td {
  text-align: left;
}

.content .reservInfo {
  width: 450px;
  display: inline-block;
  vertical-align: top;
  margin-top: 90px;
}

.content .reservInfo table {
  width: 100%;
}

.content .reservInfo th, .content .reservInfo td {
  text-align: left;
  padding-left: 30px;
}

.content .reservInfo .charge {
  font-weight: bold;
  font-size: 20px;
}

.content .reservTerms h4 {
  margin: 30px 0 10px 0;
}

.content .reservTerms th {
  border-top: 1px solid #0a4181;
  text-align: center;
  padding: 5px;
}

.content .reservTerms td {
  padding: 5px;
  text-align: center;
}

.content .reservTerms input {
  margin-top: 15px;
}

.content #rsv_ok {
  background: #0a4181;
  padding: 7px;
  color: white;
  font-size: 20px;
  border: none;
  border-radius: 30px;
  display: block;
  margin: 50px auto;
  width: 300px;
  text-align: center;
}

.rsv_notice {
  background: #eee;
  padding: 15px;
  border-radius: 14px;
  width: 940px;
  margin: 0 auto 15px;
}

.rsv_notice li {
  list-style: disc;
  text-align: left;
  margin-left: 15px;
  line-height: 150%;
  margin-bottom: 10px;
}

.rsv_notice li strong {
  color: orangered;
}

.imgslider li img + p {
  font-size: 16px;
  background: url(/jeolla/images/bk_op7.png);
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: -45px;
  position: absolute;
  width: 100%;
}

.pacList {
  margin: 10px 0;
  width: 100%;
}

.pacList li {
  width: 340px;
  margin: 10px 8px;
  display: inline-block;
}

.pacList .thumb {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.pacList .desc {
  display: block;
  padding: 10px 20px 40px 20px;
  background: #263846;
  width: 100%;
  position: relative;
}

.pacList .desc .period {
  font-size: 12px;
  color: #999;
}

.pacList .desc a {
  display: block;
  position: absolute;
  right: 20px;
  font-size: 12px;
  color: #bec3c8;
  border: 1px solid #68737d;
  padding: 1px 10px;
}

.with_photo {
  margin: 60px 0;
  position: relative;
  height: 350px;
}

.with_photo .photo_wrapper {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.with_photo .photo_wrapper img {
  width: 100%;
  display: block;
}

.with_photo .desc {
  float: left;
  width: 50%;
  padding: 10px 20px;
  border: 1px solid #333;
  border-left: none;
  height: 100%;
}

.with_photo .desc h3 {
  color: white;
  margin-bottom: 10px;
}

.with_photo .desc > .copyright {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
}

.with_photo .desc .location {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 50%;
  background: #222;
  margin-left: -20px;
}

.with_photo .desc .location .copyright {
  color: #999;
  font-size: 12px;
  margin-top: -55px;
  margin-bottom: 25px;
}

.with_photo .desc .location h4 {
  font-weight: bold;
}

.with_photo .desc .location p {
  color: #999;
}

.with_photo:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

.tabs, .tabs2 {
  width: 100%;
  margin-top: 30px;
  overflow-x: auto;
  white-space: nowrap;
  width: auto;
}

.tabs li, .tabs2 li {
  border: 1px solid #333;
  border-left: none;
  border-bottom: none;
  padding: 8px 10px;
  display: inline-block;
  margin-right: -4px;
  color: #666;
}

.tabs li.active, .tabs2 li.active {
  background: #222;
  border-bottom: 1px solid #222;
  color: #999;
}

.tabs li:first-child, .tabs2 li:first-child {
  border-left: 1px solid #333;
}

.tabs:after, .tabs2:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

.tab_content, .tab_content2 {
  background: #222;
  padding: 10px 20px;
  border: 1px solid #333;
  margin-top: -1px;
}

/* ����ȭ�� */
.mainGraphic {
  width: 100%;
  margin-top: 75px;
}

.mainGraphic .fp-controlArrow.fp-prev {
  border-width: 19.2px 17px 19.2px 0;
}

.mainGraphic .fp-controlArrow.fp-next {
  border-width: 19.2px 0 19.2px 17px;
}

.mainGraphic div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  min-height: 760px;
}

.reservBtn {
  width: 1200px;
  margin: 30px auto;
  position: relative;
  text-align: center;
}

.reservBtn a {
  text-align: center;
  display: inline-block;
  width: 300px;
  padding: 16px 0;
  font-size: 22px;
  color: white;
  line-height: 160%;
  border: none;
  font-weight: bold;
  margin: 5px;
}

.reservBtn a:hover {
  color: #fff200;
}

.telinfo {
  background: #0a4181;
  color: white;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  line-height: 200%;
  margin-top: 30px;
  text-align: center;
}

.callBtn {
  position: absolute;
  right: 0;
  margin-top: -105px;
}

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

.popup {
  position: absolute;
  top: -800px;
  left: 0;
  border: 1px solid #0a4181;
}

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

.popup img {
  display: block;
  width: 400px;
}

div.promotion {
  text-align: center;
}

div.promotion h3 {
  color: white;
  margin-top: 40px;
  margin-bottom: 12px;
  font-weight: normal;
  text-align: left;
}

div.promotion .item {
  display: inline-block;
  width: 352px;
  height: 270px;
  overflow: hidden;
  margin: 2px 2px 0 2px;
  position: relative;
}

div.promotion .item p {
  background: url("/jeolla/images/wh_op7.png");
  padding: 8px 20px;
  color: black;
  position: absolute;
  bottom: 0;
  width: 352px;
  text-align: left;
  transition: all 200ms;
}

div.promotion .item_double {
  display: inline-block;
  width: 714px;
  height: 270px;
  margin-top: 10px;
  margin: 2px 2px 0 2px;
  overflow: hidden;
  position: relative;
}

div.promotion .item:hover p {
  padding: 20px 20px;
}

div.promotion .sample_desc {
  color: #777;
  font-size: 11px;
  position: absolute;
  right: 3px;
  margin-top: -5px;
}

div.promotion .sns_hover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/jeolla/images/promotion1_hover.png");
  transition: all 300ms ease-out;
  transform: scale(1.1);
  opacity: 0;
  overflow: hidden;
}

div.promotion .sns_hover:hover {
  transform: scale(1);
  opacity: 1;
}

.footer {
  background: black;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.footer .footLogo {
  opacity: 0.8;
}

.footer .footMenu {
  width: 100%;
}

.footer .footMenu li {
  display: inline-block;
  padding-bottom: 10px;
  margin: 15px 10px;
}

.footer .footMenu li a {
  font-size: 14px;
  color: white;
}

.footer .copyright {
  font-size: 12px;
  color: #999;
  margin: 10px 0;
  line-height: 220%;
}

.popup_area {
  position: absolute;
  top: 89px;
  left: 0;
  z-index: 1000;
}

.popup_layer {
  position: relative;
  top: 0;
  margin-right: 5px;
  border: 1px solid #333;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
}

.popup_layer img {
  display: block;
}

.popup_layer .close_btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media all and (max-width: 1080px) {
  #header {
    width: 1080px;
  }
}

@media all and (max-width: 640px) {
  #popuppn2, #popuppn3 {
    display: none;
  }
  .popup_area {
    width: 100%;
    text-align: center;
    top: 80px;
  }
  .popup_area .popup_layer {
    display: inline-block;
    max-width: 80%;
  }
  .popup_area .popup_layer img {
    width: 100%;
  }
  .header {
    padding-bottom: 0;
    width: 100%;
    z-index: 1001;
    height: 50px;
    overflow: initial;
  }
  .header h1 {
    width: 130px;
    height: 45px;
    z-index: 1;
    top: 24px;
    left: 15px;
  }
  .header h1 a {
    background-size: 100%;
  }
  .header .gnb {
    position: absolute;
    top: 0;
    right: -200px;
    margin: 0;
    padding: 70px 0 20px 0;
    width: 200px;
    background: #333;
    max-height: 1000px !important;
    height: 1000px;
    transition: right 200ms ease-out;
  }
  .header .gnb > li {
    width: 100%;
    float: none;
    margin: 0;
  }
  .header .gnb > li > a {
    margin: 0 0;
    text-align: left;
    padding: 0 0 0 30px;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
  }
  .header .gnb > li ul {
    overflow: hidden;
    height: 0;
    margin-bottom: 0;
  }
  .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: #555;
    font-size: 13px;
  }
  .header .gnb > li:hover h3 a {
    border-bottom: none;
    font-weight: bold;
  }
  .header .gnb > li:hover h3 + ul {
    height: auto;
  }
  .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: 50px;
    height: 50px;
    background: #666 url("/jeolla/images/menu.png") center center no-repeat;
    background-size: 26px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    text-indent: -9999px;
  }
  .mobile_menu_btn.on {
    background: #666 url("/jeolla/images/menu_close.png") center center no-repeat;
    background-size: 22px;
  }
  .mainGraphic {
    background-size: 120%;
    background-position: center 50px;
    margin-top: 50px;
  }
  .mainGraphic div {
    min-height: 300px;
  }
  .reservBtn {
    width: 100%;
  }
  .reservBtn a {
    font-size: 18px;
    width: 44%;
  }
  .telinfo, .telinfo2 {
    font-size: 14px;
  }
  .telinfo strong, .telinfo2 strong {
    display: inline-block;
  }
  .content .faq_list .icon {
    width: 60px;
  }
  .main_map {
    height: 300px;
    background-size: cover;
  }
  .camp_map img {
    width: 100%;
  }
  .bx-prev {
    display: none;
  }
  .bx-next {
    display: none;
  }
  .callBtn {
    width: 100px;
    right: 20px;
    margin-top: -50px;
  }
  .popup {
    position: absolute;
    top: -390px;
    left: 10%;
    border: 1px solid #0a4181;
    width: 80% !important;
  }
  .popup img {
    width: 100%;
  }
  #mainGraphic {
    background-size: 800px;
    height: 250px;
  }
  #mainGraphic .inner {
    padding: 110px 15px 0;
    text-align: center;
  }
  #mainGraphic h3 {
    font-size: 22px;
    font-weight: bold;
  }
  #mainGraphic p {
    display: none;
  }
  #mainGraphic + .subMenu {
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0;
    margin: -60px 0 0 0;
  }
  #mainGraphic + .subMenu li {
    margin: 0 10px;
  }
  .content.mainMid {
    padding: 70px 0 10px !important;
  }
  .content.mainMid .half_right > img {
    width: 100%;
  }
  h3 > img {
    width: 90%;
    margin-left: 5%;
  }
  .thumbList {
    width: 100%;
    text-align: left;
  }
  .thumbList > a {
    width: 44%;
    height: 230px;
    margin: 0 0 1% 4%;
  }
  .thumbList > a div {
    height: 90px;
    padding: 12px;
  }
  .thumbList > a div h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .thumbList > a div p {
    font-size: 12px;
    line-height: 150%;
  }
  .reservBnr {
    background-size: 800px;
    padding-top: 200px;
    padding-bottom: 5px;
    margin-top: 70px;
  }
  .reservBnr a {
    margin: 0 auto 80px;
    font-size: 18px;
    padding: 10px 0;
    width: 300px;
  }
  .inner {
    width: 100%;
  }
  .inner > img {
    width: 100%;
  }
  div.promotion {
    text-align: center;
  }
  div.promotion h3 {
    text-align: center;
  }
  div.promotion .item {
    display: block;
    width: 48vw;
    height: 36vw;
    overflow: hidden;
    margin: 1vw;
    position: relative;
    float: left;
  }
  div.promotion .item img {
    width: 100%;
  }
  div.promotion .item:hover {
    padding: 0;
  }
  div.promotion .item_double {
    display: block;
    width: 100vw;
    height: 38vw;
    margin: 10px auto;
    overflow: hidden;
  }
  div.promotion .item_double img {
    width: 100%;
  }
  div.promotion p {
    bottom: 0;
  }
  div.promotion .item:hover p {
    padding: 20px 20px;
  }
  div.promotion:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    font-size: 0;
  }
  .pacList {
    text-align: center;
  }
  .pacList li {
    text-align: left;
  }
  h2 {
    margin-top: 60px;
  }
  .content {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .content h3 {
    text-align: center;
    font-size: 20px;
  }
  .content h3:before {
    margin: 0 auto 10px;
  }
  .content .half_right {
    margin-right: 0;
    margin-left: 0;
  }
  .content img.single_top {
    margin-top: 60px;
  }
  .content .half_left, .content .half_right {
    padding: 0 20px;
    width: 100%;
    float: none;
  }
  .content .half_left h2, .content .half_right h2 {
    text-align: center;
  }
  .content .half_left h2 img, .content .half_right h2 img {
    width: auto;
  }
  .content .half_left img, .content .half_right img {
    width: 100%;
  }
  .content .simple_map {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .content .bx-wrapper {
    margin-top: 30px;
  }
  .content .bx-wrapper .imgslider li img + p {
    bottom: -10px;
    font-size: 12px;
  }
  .content .bbsTable {
    margin: 0 auto;
    width: 90%;
  }
  .content .bbsTable th {
    min-width: 20%;
  }
  .content .bbsContent img {
    max-width: 100%;
  }
  .content .cal {
    width: 100%;
    margin-left: 0;
  }
  .content .cal h3 {
    font-weight: normal;
  }
  .content .cal h3:before {
    content: none;
  }
  .content .cal td {
    height: 45px;
    padding: 4px;
  }
  .content .cal td > p {
    height: 60px;
    width: 80px;
    padding: 13px 0;
    *height: 34px;
  }
  .content .cal td a {
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 15px;
  }
  .content #calArea2 {
    display: none;
  }
  .content #prevCal {
    left: 20px;
    background-size: 100%;
    height: 68px;
    width: 20px;
    top: -110px;
  }
  .content #nextCal {
    right: 20px;
    background-size: 100%;
    height: 68px;
    width: 20px;
    top: -110px;
  }
  .stepContent {
    padding: 0 20px;
  }
  .stepContent .campType {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .stepContent .campType > div {
    width: 30%;
  }
  .stepContent .campInfo {
    width: 100%;
    margin-right: 0;
  }
  .stepContent .reservInfo {
    width: 100%;
    margin-top: 10px;
  }
  .tableWrapper {
    width: 100%;
    overflow-x: scroll;
    padding: 0 20px;
  }
  .tableWrapper table {
    width: 600px !important;
  }
  .mo500 {
    overflow-x: scroll;
    white-space: nowrap;
    width: auto;
  }
  .mo500 table {
    width: 500px !important;
  }
  .left_box {
    width: 100%;
  }
  .right_box {
    width: 100%;
  }
  .with_photo {
    width: 100%;
    padding: 15px;
    margin: 0;
    position: relative;
    height: auto;
  }
  .with_photo .photo_wrapper {
    float: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #333;
    border-bottom: none;
  }
  .with_photo .desc {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
    height: 100%;
    border: 1px solid #333;
    border-top: none;
  }
  .with_photo .desc h3 {
    color: white;
    margin-bottom: 10px;
    padding: 15px 0 0 15px;
  }
  .with_photo .desc > p {
    padding: 0 15px;
  }
  .with_photo .desc .location {
    position: relative;
    bottom: 0;
    padding: 20px;
    width: 100%;
    background: #222;
    margin-left: 0;
    margin-top: 20px;
  }
  .with_photo .desc .location .copyright {
    color: #999;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .with_photo .desc .location h4 {
    font-weight: bold;
  }
  .with_photo .desc .location p {
    color: #999;
  }
  #map {
    width: 100%;
    height: 400px;
  }
  .content .map_wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .content .map_wrapper .select_camp {
    transform: scale(0.5);
    margin: -162px -250px;
  }
  .content .map_wrapper .notice {
    background: none;
    padding: 0 20px;
    border-radius: 6px;
    width: 480px;
    color: #333;
    position: relative;
    margin: 0;
  }
  .content .map_wrapper .notice h4 {
    color: black;
    margin-left: 0;
  }
  .rsv_notice {
    width: 100%;
  }
  .bbsTitle {
    text-align: center;
    width: 90%;
    margin: 60px auto 0 auto;
    position: relative;
    font-size: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #444;
  }
  .bbsTitle span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #999;
    font-size: 14px;
  }
  .footer {
    padding: 30px 20px;
  }
}
