﻿@charset "utf-8";

@font-face {
  font-family: 'Gmarket';
  font-style: normal;
  font-weight: 300;
  src: local('Gmarket Sans Light'),
    local('GmarketSans-Light'),
    url('/css/font/GmarketSansLight.woff2') format('woff2'),
    url('/css/font/GmarketSansLight.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket';
  font-style: normal;
  font-weight: 500;
  src: local('Gmarket Sans Medium'),
    local('GmarketSans-Medium'),
    url('/css/font/GmarketSansMedium.woff2') format('woff2'),
    url('/css/font/GmarketSansMedium.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket';
  font-style: normal;
  font-weight: 700;
  src: local('Gmarket Sans Bold'),
    local('GmarketSans-Bold'),
    url('/css/font/GmarketSansBold.woff2') format('woff2'),
    url('/css/font/GmarketSansBold.woff') format('woff');
}

@font-face {
  font-family: 'Cafe24';
  font-weight: normal;
  font-style: normal;
  src: url('/css/font/Cafe24Ohsquare-v2.0.woff');
  src: local(※), url('/css/font/Cafe24Ohsquare-v2.0.woff2') format('woff');
}


@font-face {
  font-family: 's-core-dream';
  font-weight: 400;
  src: url('/css/font/scdream4.woff');
  src: local(※), url('/css/font/scdream4.woff2') format('woff');
}

@font-face {
  font-family: 's-core-dream';
  font-weight: 500;
  src: url('/css/font/scdream5.woff');
  src: local(※), url('/css/font/scdream5.woff2') format('woff');
}

@font-face {
  font-family: 's-core-dream';
  font-weight: 600;
  src: url('/css/font/scdream7.woff');
  src: local(※), url('/css/font/scdream7.woff2') format('woff');
}

@font-face {
  font-family: 's-core-dream';
  font-weight: 700;
  src: url('/css/font/scdream9.woff');
  src: local(※), url('/css/font/scdream9.woff2') format('woff');
}

@font-face {
  font-family: 's-core-dream';
  font-weight: 700;
  src: url('/css/font/scdream9.woff');
  src: local(※), url('/css/font/scdream9.woff2') format('woff');
}


@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/css/font/NotoSansKR-Light.woff2) format('woff2'),
    url(/css/font/NotoSansKR-Light.woff) format('woff'),
    url(/css/font/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(/css/font/NotoSansKR-Regular.woff2) format('woff2'),
    url(/css/font/NotoSansKR-Regular.woff) format('woff'),
    url(/css/font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(/css/font/NotoSansKR-Medium.woff2) format('woff2'),
    url(/css/font/NotoSansKR-Medium.woff) format('woff'),
    url(/css/font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(/css/font/NotoSansKR-Bold.woff2) format('woff2'),
    url(/css/font/NotoSansKR-Bold.woff) format('woff'),
    url(/css/font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(/css/font/NotoSansKR-Black.woff2) format('woff2'),
    url(/css/font/NotoSansKR-Black.woff) format('woff'),
    url(/css/font/NotoSansKR-Black.otf) format('opentype');
}


/*** common ***/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fn {
  float: none !important;
}

.cb {
  clear: both !important;
}

.pr {
  position: relative !important
}

.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.jf {
  text-align: justify !important;
}

.oh {
  overflow: hidden !important;
}

.oh_y {
  overflow-y: hidden !important;
}

.cp {
  cursor: pointer !important;
}

.di {
  display: inline !important;
}

.dib {
  display: inline-block !important;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.vv {
  visibility: visible !important;
}

.vh {
  visibility: hidden !important;
}

.bn {
  border: none !important;
}

.bbn {
  border-bottom: none !important;
}

.brn {
  border-right: none !important;
}

.bgn {
  background: none !important;
}

.fb {
  font-weight: bold !important;
}

.BDB {
  border-bottom: 2px solid #d1d1d1 !important
}

.zoom1 {
  *zoom: 1
}

/* Margin */
.MN0 {
  margin: 0 !important;
}

.ML2 {
  margin-left: 2px !important;
}

.ML4 {
  margin-left: 4px !important;
}

.ML5 {
  margin-left: 5px !important;
}

.ML8 {
  margin-left: 8px !important;
}

.ML10 {
  margin-left: 10px !important;
}

.ML15 {
  margin-left: 15px !important;
}

.ML20 {
  margin-left: 20px !important;
}

.ML24 {
  margin-left: 24px
}

.ML30 {
  margin-left: 30px;
}

.ML50 {
  margin-left: 50px !important;
}

.ML57 {
  margin-left: 57px;
}

.ML80 {
  margin-left: 80px;
}

.ML120 {
  margin-left: 120px;
}

.ML200 {
  margin-left: 200px;
}

.ML213 {
  margin-left: 213px;
}

.ML293 {
  margin-left: 293px;
}

.MR5 {
  margin-right: 5px
}

.MR10 {
  margin-right: 10px;
}

.MR15 {
  margin-right: 15px;
}

.MR16 {
  margin-right: 16px;
}

.MR20 {
  margin-right: 20px;
}

.MR30 {
  margin-right: 30px;
}

.MR37 {
  margin-right: 37px;
}

.MR40 {
  margin-right: 40px;
}

.MR60 {
  margin-right: 60px;
}

.MR72 {
  margin-right: 72px;
}

.MT2 {
  margin-top: 2px !important;
}

.MT4 {
  margin-top: 4px !important;
}

.MT5 {
  margin-top: 5px !important;
}

.MT7 {
  margin-top: 7px !important;
}

.MT10 {
  margin-top: 10px !important;
}

.MT15 {
  margin-top: 15px;
}

.MT20 {
  margin-top: 20px !important;
}

.MT22 {
  margin-top: 22px;
}

.MT25 {
  margin-top: 25px;
}

.MT28 {
  margin-top: 28px;
}

.MT30 {
  margin-top: 30px !important;
}

.MT35 {
  margin-top: 35px !important;
}

.MT40 {
  margin-top: 40px !important;
}

.MT45 {
  margin-top: 45px !important
}

.MT50 {
  margin-top: 50px;
}

.MT55 {
  margin-top: 55px;
}

.MT60 {
  margin-top: 60px !important;
}

.MT65 {
  margin-top: 65px !important;
}

.MT70 {
  margin-top: 70px;
}

.MT80 {
  margin-top: 80px !important;
}

.MT120 {
  margin-top: 120px;
}

.MT267 {
  margin-top: 267px !important
}

.MB0 {
  margin-bottom: 0 !important
}

.MB5 {
  margin-bottom: 5px;
}

.MB10 {
  margin-bottom: 10px !important;
}

.MB12 {
  margin-bottom: 12px !important
}

.MB15 {
  margin-bottom: 15px;
}

.MB20 {
  margin-bottom: 20px !important;
  ;
}

.MB26 {
  margin-bottom: 26px !important;
  ;
}

.MB30 {
  margin-bottom: 30px !important;
}

.MB40 {
  margin-bottom: 40px !important;
}

.MB50 {
  margin-bottom: 50px
}

.MB55 {
  margin-bottom: 55px;
}

.MB60 {
  margin-bottom: 60px;
}

.MB70 {
  margin-bottom: 70px !important
}

.MB180 {
  margin-bottom: 180px !important
}

.MB260 {
  margin-bottom: 260px !important
}


.MT10MB100 {
  margin: 10px 0 100px 0;
}

.minusT40 {
  margin-top: -40px
}

/* padding_top */
.PN0 {
  padding: 0 !important
}

.PT0 {
  padding-top: 0 !important
}

.PT5 {
  padding-top: 5px !important;
}

.PT7 {
  padding-top: 7px;
}

.PT10 {
  padding-top: 10px;
}

.PT12 {
  padding-top: 12px;
}

.PT15 {
  padding-top: 15px;
}

.PT20 {
  padding-top: 20px !important;
}

.PT25 {
  padding-top: 25px;
}

.PT27 {
  padding-top: 27px;
}

.PT30 {
  padding-top: 30px;
}

.PT37 {
  padding-top: 37px;
}

.PT38 {
  padding-top: 38px;
}

.PT43 {
  padding-top: 43px;
}

.PT40 {
  padding-top: 40px !important;
}

.PT50 {
  padding-top: 50px !important;
}

.PT65 {
  padding-top: 65px !important;
}

.PT75 {
  padding-top: 75px;
}

/* padding_left */
.PL0 {
  padding-left: 0px !important;
}

.PL3 {
  padding-left: 3px;
}

.PL5 {
  padding-left: 5px;
}

.PL8 {
  padding-left: 8px;
}

.PL10 {
  padding-left: 10px;
}

.PL20 {
  padding-left: 20px !important;
}

.PL23 {
  padding-left: 23px;
}

.PL25 {
  padding-left: 25px;
}

.PL30 {
  padding-left: 30px;
}

.PL40 {
  padding-left: 40px;
}

.PL45 {
  padding-left: 45px;
}

.PL50 {
  padding-left: 50px;
}

.PL55 {
  padding-left: 55px;
}

.PL60 {
  padding-left: 60px;
}

.PL65 {
  padding-left: 6px;
}

.PL100 {
  padding-left: 100px;
}

/* padding_right */
.PR6 {
  padding-right: 6px;
}

.PR10 {
  padding-right: 10px;
}

.PR20 {
  padding-right: 20px;
}

.PR35 {
  padding-right: 35px;
}

.PR40 {
  padding-right: 40px;
}

.PR60 {
  padding-right: 60px;
}

.PR72 {
  padding-right: 72px;
}

/* padding_bottom */
.PB0 {
  padding-bottom: 0 !important
}

.PB10 {
  padding-bottom: 10px;
}

.PB13 {
  padding-bottom: 13px;
}

.PB15 {
  padding-bottom: 15px !important
}

.PB20 {
  padding-bottom: 20px !important;
}

.PB23 {
  padding-bottom: 23px !important;
}

.PB30 {
  padding-bottom: 30px !important;
}

.PB40 {
  padding-bottom: 40px;
}

.PB50 {
  padding-bottom: 50px
}

.PB65 {
  padding-bottom: 65px;
}

.PB70 {
  padding-bottom: 70px;
}

.PB110 {
  padding-bottom: 110px;
}

/* padding_all */
.PT10L5 {
  padding: 10px 0 0 5px !important;
}

.PTB10 {
  padding: 10px 0 !important;
}

.PTBL {
  padding: 20px 0 20px 20px !important;
}



::-webkit-scrollbar {
  width: 20px;
  height: 12px;
}

::-webkit-scrollbarno-button:start:decrement {
  display: block;
  width: 20px;
  height: 12px;
  background: rgba(46, 136, 204, 0.3);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(46, 136, 204, 0.3);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: rgb(108, 173, 222);
  border-radius: 5px;
}



/* Reset */
* {
  outline: 0 !important;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', 's-core-dream', 'Malgun Gothic', '맑은 고딕', 'arial', 'sans-serif';
}

html,
body {
  width: 2160px;
}

body {
  width: 2160px;
  background: #fff;
}

body,
input,
select,
textarea,
button {
  border: none;
  font-family: 'Noto Sans KR', sans-serif;
  color: #000;
}

ul,
ol,
li {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

img,
fieldset {
  border: 0;
}

address,
cite,
code,
em {
  font-style: normal;
  font-weight: normal;
}

label,
img,
input,
select,
textarea,
button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

.hide,
caption,
legend {
  line-height: 0;
  font-size: 0px;
  overflow: hidden;
}

hr {
  display: none;
}

main,
header,
section,
nav,
footer,
aside,
article,
figure {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */

/* color */
.color1 {
  color: #2f89e9;
}

.color2 {
  color: #fc7000;
}

.color3 {
  color: #44c1b9;
}

.color4 {
  color: #ee4699;
}

.color5 {
  color: #79c405;
}

#Wrap {
  width: 2160px;
  height: 3840px;
  position: relative;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.main-bg {
  background: url(/images/main/bg.jpg) no-repeat;
}

.main-tit {
  margin: 300px 0 200px;
  text-align: center;
}

.lang {
  position: absolute;
  top: 1515px;
  right: 0;
  width: 243px;
  height: 543px;
  background: url(/images/main/btn_lang.png) no-repeat;
}

.btn_lang_kr, .btn_lang_en {
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  height: 255px;
  background-color: transparent;
}

/* main - 메뉴 */
.main-gnb {
  width: 1320px;
  margin: auto;
}

.main-gnb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-gnb ul li {
  width: 612px;
}

/* 메인 quick 메뉴 */
.quick-link {
  /* width: 1330px; */
  margin: 100px auto 0;
}

.quick-link ul {
  /* display: flex; */
  text-align: center;
}

.quick-link ul li {
  margin: 0 15px;
  width: 330px;
  display: inline-block;
  vertical-align: top;
  /* display: flex;
  text-align: center;
  justify-content: center; */
}

.quick-link ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quick-link ul li .icon {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #4f90ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.quick-link ul li .txt {
  font-family: 'Gmarket';
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}

/* sub */
.layout {
  width: 2160px;
  height: 2870px;
  overflow: hidden;
  background: url(/images/common/bg.jpg) no-repeat;
  padding: 700px 150px 0;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
}

.layout h3 {
  position: absolute;
  left: 150px;
  top: 200px;
  font-size: 130px;
  font-family: 'Cafe24';
  letter-spacing: 5px;
  font-weight: normal;
  font-style: normal;
}

.layout h3 span {
  display: block;
}

.layout .sec-1 {
  position: absolute;
  top: 200px;
  right: 180px;
}

.layout .btn-back1 {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.layout .inner {
  margin-top: 100px;
  width: 1860px;
  height: 2000px;

}

.inner .back-btn {
  position: absolute;
  bottom: 170px;
  left: 0px;
  z-index: 111;
  width: 175px;
  height: 228px;
}

.inner .btn-prev {
  position: absolute;
  top: 60%;
  left: 70px;
  transform: translateY(-50%);
  z-index: 111;
}

.inner .btn-next {
  position: absolute;
  top: 60%;
  right: 70px;
  transform: translateY(-50%);
  z-index: 111;
}

.picture-list {
  padding-top: 0;
}

.picture-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.picture-list ul li {
  margin-bottom: 50px;
}

.picture-list1{
  text-align: center;
}
.picture-list1 li{
  margin-bottom: 150px;
}

/*  관광정보-box */
.site-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 2000px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  padding: 50px;
  box-sizing: border-box;
}
.site-box .qr-map{
  position: absolute;
  right: 150px;
  bottom: 100px;
}
.site-box .sub-tit {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 914px;
  height: 205px;
  background: url(/images/common/subTit_bg.png) no-repeat;
}

.site-box .sub-tit p {
  font-size: 80px;
  width: 813px;
  height: 127px;
  margin-top: 30px;
  margin-left: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Gmarket';
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.info {
  width: 100%;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}

/* map */
.map-box {
  width: 100%;
  height: 1900px;
  overflow: auto;
  position: relative;
  object-fit: cover;
}

.map-box span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
}

/* sub - 메뉴 */
.gnb-wrap {
  width: 2160px;
  height: 620px;
  background: #59a4d1;
}

.gnb-wrap ul {
  width: 2000px;
  height: 620px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gnb-wrap ul li {
  width: 471px;
  height: 562px;
}

.gnb-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* footer */
footer {
  width: 2160px;
  height: 350px;
  background: url(/images/common/bg_footer.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 셀카 */
.selfie {
  background: url(/images/sub4/bg_sub4.png) no-repeat;
}

.selfie .photo {
  width: 1500px;
  height: 888px;
  z-index: 111;
  margin: 105px auto 0;
  position: relative;
}

.selfie .photo .clip {
  position: absolute;
  bottom: -50px;
  right: -75px;
  z-index: 1111;
}

.selfie .photo::before {
  position: absolute;
  width: 300px;
  height: 1006px;
  content: '';
  background: url(/images/sub4/ico_paper.png) no-repeat;
  z-index: -1;
  top: -50px;
  right: -130px;
}

.selfie .photo::after {
  position: absolute;
  width: 542px;
  height: 109px;
  content: '';
  background: url(/images/sub4/ico_sticker.png) no-repeat;
  z-index: 222;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.selfie .shoot {
  width: 399px;
  margin: 50px auto 0;
}

.selfie .photo-box {
  width: 1400px;
  height: 788px;
  background: #000;
  border: 50px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 111;
}

.selfie .photo-box .pick-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 222;
}

.selfie .photo-pick {
  width: 1400px;
  height: 350px;
  margin: 100px auto 0;
  overflow: hidden;
}

.selfie .photo-pick ul {
  display: flex;
}

.selfie .photo-pick li {
  position: relative;
  width: 331px;
  height: 283px;
  padding: 11px;
  display: flex;
  background: url(/images/sub4/bg_pick.png) no-repeat;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.selfie .photo-pick li .img {
  display: flex;
  width: 309px;
  height: 261px;
  border-radius: 18px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.selfie .photo-pick li .img img {
  width: 100%;
}

.selfie .photo-pick li .img.ov::before {
  content: '';
  position: absolute;
  width: 309px;
  height: 261px;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 18px;
}

.selfie .photo-pick li .img.ov::after {
  content: '';
  position: absolute;
  background: url(/images/sub4/ico_pick.png);
  width: 105px;
  height: 104px;
}

.selfie .photo-pick li .btn {
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
}

/* qr-popup */
.qr-box {
  width: 902px;
  height: 1598px;
  background: url(/images/sub4/bg_qr.png) no-repeat;
  margin: 100px auto 0;
  padding: 250px 150px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.qr-box h4 {
  text-align: center;
  font-size: 70px;
  font-family: 'Gmarket';
}

.qr-box .qr-info {
  width: 470px;
  height: 470px;
  background: #fff;
  border: 5px solid #000;
  margin-top: 70px;
  overflow: hidden;
}

.qr-box .qr-info img {
  width: 100%;
}

.qr-box .qr-txt {
  font-size: 60px;
  font-family: 's-core-dream';
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-top: 200px;
}

.qr-box .btn-close {
  width: 280px;
  height: 110px;
  border-radius: 75px;
  background: #64bde2;
  position: absolute;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.3);
}

.qr-box .btn-close a {
  font-size: 70px;
  font-family: 'Cafe24';
  color: #fff;
}
