@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

@font-face {
  font-family: "HakgyoansimAllimjangTTF-R";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

a,
p,
span,
div,
input,
select {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #000000;
  word-break: keep-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pretendard", sans-serif;
  color: #000000;
  letter-spacing: -0.08em;
  word-break: keep-all;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  overflow: hidden;
}
.hide {
  display: none;
}
section#desktop {
  display: block;
}
section#mobile {
  display: none;
}

#top-section {
  position: relative;
  height: 654px;
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #237a2b;
}

#top-section .banner {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 130px;
  height: 130px;
}
#top-section .banner img {
  width: 100%;
  height: auto;
}

#tab-section {
  background: #097c25;
  margin-bottom: 0;
}

.promy119-tab-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 25px;
}

.promy119-tab-wrapper .single-tab-button {
  position: relative;
  display: block;
  text-align: center;
  padding: 24px 0;
  font-size: 22px;
  font-weight: 500;
  /* color: #fff; */
  cursor: pointer;
}

.promy119-tab-wrapper .single-tab-button span {
  color: #fff;
  /*position: relative;*/
  transition: all 0.2s linear;
}
.promy119-tab-wrapper .single-tab-button span em {
  font-style: normal;
  position: relative;
  z-index: 1;
}
.promy119-tab-wrapper .single-tab-button.active span {
  color: #005e15;
}
.promy119-tab-wrapper .single-tab-button.active span:before {
  content: "";
  position: absolute;
  display: block;
  width: 94%;
  left: 3%;
  height: 2px;
  bottom: 17px;
  background: #005e15;
  z-index: 2;
}
.promy119-tab-wrapper .single-tab-button.active span:after {
  content: "";
  position: absolute;
  display: block;
  width: 120%;
  min-width: 140px;
  height: 60px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #e6fac9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  transition: all 0.2s linear;
  opacity: 0;
}

.promy119-tab-wrapper .single-tab-button.active span:after {
  opacity: 1;
}

#tab-section.top-sticky {
  background: #549256;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #549256;
  left: 0;
  right: 0;
}

.promy119-single-tab {
  padding-top: 80px;
  padding-bottom: 110px;
  display: none;
  background-color: #e5fac9;
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/bg.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}
.promy119-single-tab.active {
  display: block;
}
.promy119-single-tab .pc {
  display: block;
  margin: 0px auto;
}
.promy119-single-tab .mo {
  display: none;
}

.promy119-single-tab .container {
  min-height: 400px;
  text-align: center;
}
.promy119-single-tab h3 {
  margin-bottom: 40px;
  text-align: center;
}
.promy119-single-tab h3 img {
  width: auto;
}
.promy119-single-tab .content {
  text-align: center;
}
.promy119-single-tab .div {
  margin-bottom: 70px;
}

.promy119-footer {
  padding: 20px 0px;
  border-top: 2px solid #4e944f;
}
.promy119-footer .container {
  text-align: center;
}
.promy119-footer .container.pc {
  display: block;
}
.promy119-footer .container.mo {
  display: none;
}
.promy119-footer img {
  vertical-align: middle;
}

/*프로그램 일정*/
.promy119-single-tab.schedule .content {
  margin-top: 80px;
  padding-top: 0px;
  border-top: 2px solid #01941b;
  position: relative;
}
.promy119-single-tab.schedule h4 {
  margin-bottom: 50px;
}
.promy119-single-tab.schedule .legend {
  top: 10px;
  right: 0%;
  position: absolute;
}
.promy119-single-tab.schedule p.notice {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

/*행사장 안내*/
.promy119-single-tab.eventhall .div {
  margin-bottom: 110px;
}
.promy119-single-tab.eventhall .div .content {
  position: relative;
}

/*행사 이모저모*/
.promy119-single-tab.gallery .tab {
  width: 1020px;
  margin: 0px auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.promy119-single-tab.gallery .tab div {
  font-size: 30px;
  line-height: 80px;
  border-radius: 24px;
  border: 2px solid #017030;
  width: 24%;
  font-weight: 700;
  color: #01941b;
  position: relative;
  cursor: pointer;
  background-color: rgb(255, 255, 255, 0.7);
}
.promy119-single-tab.gallery .tab div.active {
  border: 2px solid #01941b;
  color: #ffffff;
  background-color: #01941b;
}
.promy119-single-tab.gallery .tabContainer {
  width: 1020px;
  margin: 0px auto;
}
.promy119-single-tab.gallery .tabContainer .cont {
  display: none;
}
.promy119-single-tab.gallery .tabContainer p.soon {
  font-size: 32px;
  line-height: 500px;
  font-weight: 600;
  color: #c2c2c2;
  background-color: #ffffff;
  border-radius: 40px;
}
.promy119-single-tab.gallery .tabContainer .player {
  width: 96%;
  height: 540px;
  margin: 0px auto;
  margin-bottom: 10px;
  background-color: #000000;
}
.promy119-single-tab.gallery .tabContainer .player iframe.youtube-video {
  height: 100%;
  min-height: auto;
}

.promy119-gallery-item {
  display: block;
  height: auto;
  padding-top: 74%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #9ac264;
  background-position: center center;
  border-radius: 15px;
  box-shadow: 0 0 10px #9ac264;
  border: 2px solid #9ac264;
  box-sizing: border-box;
  position: relative;
}
.promy119-gallery-item p {
  font-size: 15px;
  padding: 5px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-height: 100px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(0, 0, 0, 0.5);
  color: #ffffff;
  overflow: hidden;
}
.promy119-gallery-desktop .swiper-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.promy119-gallery-desktop .swiper-slide a {
  width: 22%;
  margin: 1% 1.5%;
  display: block;
  height: auto;
}
.promy119-gallery-desktop .swiper-slide a .promy119-gallery-item {
  padding-top: 212px;
  overflow: hidden;
}
.promy119-gallery-wrapper {
  position: relative;
}
.promy119-gallery-wrapper .swiper-button-next {
  right: -30px;
}
.promy119-gallery-wrapper .swiper-button-prev {
  left: -30px;
}
.promy119-gallery-wrapper .swiper-button-next:after,
.promy119-gallery-wrapper .swiper-button-prev:after {
  color: #000000a1;
  font-size: 30px;
}

.promy119-gallery-wrapper .swiper-pagination {
  margin-bottom: -41px;
}

.promy119-gallery-wrapper .swiper-pagination-bullet-active {
  background: #000000a1;
}

/*FAQ*/
.promy119-single-tab .faq {
  max-width: 1000px;
  margin: 0px auto;
  font-family: "HakgyoansimAllimjangTTF-R";
}
.promy119-single-tab .faq a,
.promy119-single-tab .faq p,
.promy119-single-tab .faq span,
.promy119-single-tab .faq div,
.promy119-single-tab .faq input,
.promy119-single-tab .faq select {
  font-family: "HakgyoansimAllimjangTTF-R";
}
.promy119-single-tab .faq dl {
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.promy119-single-tab .faq dt {
  padding: 15px 32px;
  font-size: 24px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #017030;
  font-weight: 400;
  color: #017030;
  cursor: pointer;
  position: relative;
}
.promy119-single-tab .faq dd {
  font-size: 20px;
  line-height: 30px;
  padding: 30px 50px;
  margin: 0px 30px;
  color: #000000;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.promy119-single-tab .faq dd::before {
  width: 41px;
  height: 40px;
  top: 25px;
  left: 0px;
  position: absolute;
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/faq_answer.png);
  background-size: cover;
  content: "";
  display: block;
}
.promy119-single-tab .faq .left p {
  font-size: 18px;
}
.promy119-single-tab .faq dl.receipt p {
  margin-bottom: 20px;
}

table.camp-table {
  table-layout: fixed;
  word-break: normal;
}
.promy119-single-tab table.camp-table {
  font-family: "Pretendard", sans-serif;
}
.content table.camp-table thead td,
.content table.camp-table thead th {
  border-width: 2px;
  font-weight: 500;
  color: #000000;
}
.content table.camp-table tbody tr:last-child td,
.content table.camp-table tbody tr:last-child th {
  border-width: 2px;
}
table.camp-table td,
table.camp-table th {
  background: #f7ffda;
  border: 2px solid #027031;
  font-size: 19px;
  line-height: 25px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  color: #000000;
}
table.camp-table.type2 td,
table.camp-table.type2 th {
  font-size: 20px;
}
/*table.camp-table tr td:first-child, table.camp-table tr th:first-child {width:80px;}
table.camp-table.type2 tr td:first-child, table.camp-table.type2 tr th:first-child {width:180px;}*/
table.camp-table th {
  background: #d1eeb8;
}
.table-responsive {
  position: relative;
  z-index: 1;
}

/*이벤트*/
.promy119-single-tab.event {
  padding-top: 0px;
}
.promy119-single-tab.event .wrap {
  position: relative;
  display: inline-block;
}
.promy119-single-tab.event .sec {
  padding: 2px 0px;
  text-align: center;
}
.promy119-single-tab.event .player {
  position: absolute;
  top: 42.4%;
  left: 23.4%;
  width: 53.2%;
  height: 36%;
  z-index: 2;
}
.promy119-single-tab.event .player iframe.youtube-video {
  width: 100%;
  height: 100%;
  min-height: auto;
}
.promy119-single-tab.event .join {
  position: absolute;
  bottom: 10.5%;
  left: 38%;
  width: 24%;
  height: 9%;
  z-index: 2;
  font-size: 0px;
}
.promy119-single-tab.event .join a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.promy119-single-tab.event .container {
  max-width: 1920px !important;
}

/*참가신청*/
.promy119-single-tab.participation .wrap {
  position: relative;
  display: inline-block;
}
.promy119-single-tab.participation .sec {
  width: 910px;
  margin: 0px auto;
}
.promy119-single-tab.participation .sec2 {
  margin-top: 60px;
}
.promy119-single-tab.participation h4 {
  margin-bottom: 10px;
}
.promy119-single-tab.participation .state {
  width: 905px;
  height: 132px;
  margin: 0px auto;
  margin-bottom: 50px;
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/participation_state.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.promy119-single-tab.participation .state p {
  font-size: 50px;
  line-height: 120px;
  color: #054c06;
  display: flex;
  justify-content: center;
}
.promy119-single-tab.participation .state .able {
  margin-left: 10px;
  color: #054c06;
}
.promy119-single-tab.participation .state em {
  margin-left: 10px;
  font-style: normal;
}
.promy119-single-tab.participation .btnContainer {
  display: flex;
  justify-content: space-between;
}
.promy119-single-tab.participation .sec1 ul.txt1 {
  margin-top: 60px;
  padding-top: 30px;
  font-size: 22px;
  border-top: 2px dashed #257c26;
  text-align: left;
  position: relative;
}
.promy119-single-tab.participation .sec1 .line {
  margin-top: 60px;
  padding-top: 30px;
  font-size: 22px;
  border-top: 2px dashed #257c26;
  text-align: left;
  position: relative;
}
.promy119-single-tab.participation .wait .state p {
  font-size: 40px;
}
.promy119-single-tab.participation .wait .state p.txt1 {
  line-height: 70px;
}
.promy119-single-tab.participation .wait .state p.txt2 {
  line-height: 120px;
  font-weight: 800;
}
.promy119-single-tab.participation .wait .btnContainer {
  display: block;
}
.promy119-single-tab.participation .sec1.wait ul.txt1 {
  padding-left: 100px;
}
.promy119-single-tab.participation .sec1.wait ul.txt1::before {
  width: 70px;
  height: 70px;
  top: 25px;
  left: 10px;
  position: absolute;
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/participation_wait_icon.png);
  background-size: cover;
  content: "";
  display: block;
}

/*행사지 주변 여행안내*/
.promy119-single-tab.tour .tab {
  width: 1018px;
  margin: 0px auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.promy119-single-tab.tour .tab div {
  position: relative;
  cursor: pointer;
}
.promy119-single-tab.tour .tab div span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
.promy119-single-tab.tour .tabContainer .cont {
  display: none;
}
.promy119-single-tab.tour .tabContainer ul {
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promy119-single-tab.tour .tabContainer ul li {
  width: 32%;
  margin-bottom: 80px;
  margin-top: 0px;
}
.promy119-single-tab.tour .tabContainer .food {
  margin-top: 150px;
}
.promy119-single-tab.tour .tabContainer .food h4 {
  margin-bottom: 50px;
}

/*팝업*/
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9000000;
  box-sizing: border-box;
  background-color: hsla(0, 0%, 0%, 0.8);
  text-align: center;
  display: none;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.popup .wrap {
  width: 630px;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}

.popup .obj {
  position: absolute;
  z-index: 2;
}
.popup a {
  text-decoration: none;
  color: inherit;
}

.popup .btn {
  position: absolute;
  z-index: 2;
  font-size: 0px;
}
.popup img {
  vertical-align: top;
}
.popup .top {
  top: 0%;
  height: 12%;
  width: 100%;
  left: 0%;
}
.popup .top .close {
  width: 15%;
  height: 100%;
  top: 0%;
  right: 0%;
}
.popup .top .close a {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  font-size: 0px;
}
.popup .closeBtn {
  position: absolute;
  font-size: 0px;
}
.popup .top .closePolicy {
  width: 15%;
  height: 100%;
  top: 0%;
  right: 0%;
  cursor: pointer;
}
.popup .top .closePolicy a {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  font-size: 0px;
}
.popup .content1 {
  top: 12%;
  width: 100%;
  left: 0%;
}
.popup .content2 {
  top: 12%;
  width: 100%;
  height: 74%;
  left: 0%;
}
.popup.login .content1 {
  padding: 40px 50px;
  box-sizing: border-box;
}
.popup.login .content1 p.txt1 {
  font-size: 33px;
  font-weight: 500;
}
.popup.login .content1 p.txt2 {
  font-size: 23px;
  font-weight: 500;
}
.popup.login .content1 p.txt3 {
  font-size: 23px;
  margin: 5px 0px;
  color: #999999;
}
.popup.login .content1 .input {
  margin: 30px 10px;
  padding: 10px 30px;
  border: 2px solid #eaeaea;
  border-radius: 25px;
  width: auto;
  height: auto;
}
.popup.login .content1 .input li {
  padding-left: 120px;
  margin: 20px 0px;
  position: relative;
}
.popup.login .content1 .input li label {
  font-size: 29px;
  width: 100px;
  line-height: 62px;
  font-weight: 600;
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
}
.popup.login .content1 .input li input {
  font-size: 30px;
  width: 100%;
  height: 62px;
  padding: 0px 30px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  background-color: #eaeaea;
  text-align: center;
}
.popup.login .content1 .agree {
  font-size: 22px;
  margin: 20px 0px;
  color: #8cc33f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.login .content1 .agree label {
  display: flex;
  align-items: center;
}
.popup.login .content1 .agree label em {
  width: 39px;
  height: 39px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/popup_login_check.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popup.login .content1 .agree label input {
  display: none;
}
.popup.login .content1 .agree label input:checked + em {
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/popup_login_checkH.jpg);
}
.popup.login .content1 .agree a {
  margin-left: 10px;
}

.popup.policy .content1 .policy {
  margin: 30px 50px;
  padding: 10px 30px;
  border: 2px solid #eaeaea;
  border-radius: 25px;
}
.popup.policy .content1 .policy {
  height: 480px;
  overflow-y: auto;
  text-align: left;
}
.popup.policy .content1 .policy dl {
  margin-bottom: 20px;
  line-height: 25px;
}
.popup.policy .content1 .policy dt {
  font-size: 22px;
  margin: 5px 0px;
  font-weight: 700;
}
.popup.policy .content1 .policy dd {
  font-size: 18px;
}

.popup.sns .sns {
  width: 96%;
  height: 17%;
  top: 62%;
  left: 2%;
}
.popup.sns .sns .btn {
  width: 20%;
  height: 100%;
}
.popup.sns .sns .facebook {
  left: 0%;
}
.popup.sns .sns .kakao {
  left: 20%;
}
.popup.sns .sns .blog {
  left: 40%;
}
.popup.sns .sns .twitter {
  left: 60%;
}
.popup.sns .sns .threads {
  left: 80%;
}
.popup.sns .confirm {
  width: 52%;
  height: 11%;
  left: 24%;
  bottom: 0%;
}

.dbins-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(0 0 0 / 70%);
  top: 0;
  left: 0;
  display: none;
}
.dbins-popup-wrapper .popup-inner {
  position: absolute;
  width: 360px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  max-width: 100%;
  box-shadow: 0 0 15px #00000038;
  overflow: hidden;
}

.dbins-popup-wrapper .popup-inner .popup-head {
  background: linear-gradient(45deg, #4fc194, #28757d);
  width: 100%;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px 20px 0 0;
  height: 60px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.dbins-popup-wrapper .popup-inner .popup-body {
  padding: 0px 0px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}

.dbins-popup-wrapper .popup-inner .popup-body .popup-btn {
  background: linear-gradient(270deg, #04a778, #62d27c);
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  display: block;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  cursor: pointer;
  min-width: 40%;
  font-size: 18px;
}

.dbins-popup-wrapper .popup-close-btn {
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 14px;
  border-radius: 100%;
  background: #0003;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.dbins-popup-wrapper .popup-close-btn svg {
  width: 25px;
  height: 25px;
  opacity: 0.9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dbins-popup-wrapper p {
  color: #373737;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-weight: 400;
}

#popup_waiting .content1 p.txt1 {
  font-size: 24px;
}
#popup_waiting .content1 .input {
  margin: 20px 10px;
}
#popup_waiting .content1 .input li {
  padding: 0px 20px;
  margin: 15px 0px;
}
#popup_waiting .content1 .input li label {
  width: 130px;
  line-height: 50px;
}
#popup_waiting .content1 .input li input {
  height: 50px;
  padding: 0px 20px;
}
#popup_waiting .content1 .input li select {
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 30px;
  text-align: center;
  background-color: #eaeaea;
  color: #666;
  border: none;
}
#popup_waiting .content1 .input li select:focus {
  color: #000000;
}

/*이벤트2*/
.promy119-single-tab.event2 {
  padding: 10px 0;
}
.promy119-single-tab.event2 .wrap {
  position: relative;
  display: inline-block;
}
.promy119-single-tab.event2 .sec {
  margin: 100px 0px;
  text-align: center;
}
.promy119-single-tab.event2 .sec1 {
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/evt2_evt1_title_bg.png);
  background-position-x: center;
  background-repeat: no-repeat;
}
.promy119-single-tab.event2 .sec2 {
  background-image: url(/wp-content/themes/dbins/img/promy119_2026/evt2_evt2_title_bg.png);
  background-position-x: center;
  background-repeat: no-repeat;
}
.promy119-single-tab.event2 .sec .inputContainer {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.promy119-single-tab.event2 .sec .inputContainer input {
  font-size: 36px;
  height: 73px;
  padding: 0px 30px;
  margin-right: 16px;
  border-radius: 40px;
  border: 3px solid #00a316;
  width: 100%;
  text-align: center;
}
.promy119-single-tab.event2 .sec .inputContainer .join {
  line-height: 0px;
}
.promy119-single-tab.event2 .sec .gift {
  margin-top: 100px;
}
.promy119-single-tab.event2 .sec.notice {
  margin-top: 200px;
}

/*이벤트2_팝업*/
#popup_evt2 .wrap {
  width: 461px;
}
#popup_evt2 .wrap .top {
  display: block;
  position: relative;
}
#popup_evt2 .wrap .top span {
  display: none;
}
#popup_evt2 .wrap.evt1 span.evt1 {
  display: block;
}
#popup_evt2 .wrap.evt2 span.evt2 {
  display: block;
}
#popup_evt2 .content1 {
  padding: 20px 40px;
  background-color: #ffffff;
}
#popup_evt2 .content1 p.txt1 {
  font-size: 24px;
}
#popup_evt2 .content1 .input {
  margin: 20px 10px;
  padding: 10px 20px;
}
#popup_evt2 .content1 .input li {
  padding: 0px 20px;
  margin: 15px 0px;
}
#popup_evt2 .content1 .input li input {
  font-size: 25px;
  height: 45px;
  padding: 0px 20px;
}
#popup_evt2 .content1 p.txt2 {
  font-size: 17px;
}
#popup_evt2 .content1 p.txt3 {
  font-size: 17px;
}
#popup_evt2 .content1 .agree {
  font-size: 17px;
  margin: 15px 0px;
}
#popup_evt2 .content1 .agree label em {
  width: 30px;
  height: 30px;
}
#popup_evt2 .content1 .btn2 img {
  width: 220px;
}

/*이벤트2_팝업_개인정보*/
#popup_policy_evt2 .wrap {
  width: 461px;
}
#popup_policy_evt2 .wrap .top {
  display: block;
  position: relative;
}
#popup_policy_evt2 .content1 {
  padding: 20px 40px;
  background-color: #ffffff;
}
#popup_policy_evt2 .content1 .policy {
  margin: 20px 0px;
  height: 350px;
}
#popup_policy_evt2 .content1 .policy dl {
  line-height: 20px;
}
#popup_policy_evt2 .content1 .policy dt {
  font-size: 18px;
}
#popup_policy_evt2 .content1 .policy dd {
  font-size: 15px;
}
#popup_policy_evt2 .content1 .btn2 img {
  width: 220px;
}

/*룰렛*/
#popup_roulette .mid {
  padding: 2px 0px;
  background-color: #ffffff;
}
#popup_roulette .top {
  position: relative;
}
#popup_roulette p.txt1 {
  margin: 20px 0px;
  font-size: 30px;
  font-weight: 600;
  color: #047b36;
}

#popup_roulette .roulette {
  position: relative;
}

#popup_roulette .roulette .pin {
  width: 57px;
  margin-left: -28px;
  top: 8px;
  left: 50%;
  position: absolute;
  z-index: 2;
}

#popup_roulette .roulette .pan span {
  display: none;
}

#popup_roulette .roulette .pan .start {
  display: block;
  cursor: pointer;
}

.popup.win .top {
  position: relative;
}
.popup.win .content3 {
  position: relative;
}
.popup.win .closeBtn {
  width: 36%;
  height: 11%;
  bottom: 3%;
  left: 32%;
}

@media (max-width: 960px) {
  body {
    background: #f9f9f9;
  }

  #masthead .columns.is-mobile {
    max-height: 63px;
  }
  #wpadminbar {
    display: none;
  }
  html,
  html.has-scroll-init {
    margin-top: 0 !important;
  }
  .website-links .link-group {
    padding: 8px 8px;
  }
  #masthead .container {
    overflow: hidden;
  }
  #top-section {
    height: 103vw;
    background-image: url(/wp-content/themes/dbins/img/promy119_2026/main_mo.jpg);
    background-size: cover;
  }
  #top-section .banner {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
  }
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive img {
    width: 600px;
    max-width: unset;
  }

  .promy119-tab-wrapper {
    margin: 0 -8px;
    width: 100%;
    width: calc(100% + 16px);
    overflow-y: hidden;
    overflow-x: auto;
  }
  .promy119-single-tab {
    padding-top: 30px;
    padding-bottom: 100px;
    background-image: url(/wp-content/themes/dbins/img/promy119_2026/bg_mo.png);
  }
  .promy119-single-tab .pc {
    display: none;
  }
  .promy119-single-tab .mo {
    display: block;
    margin: 0px auto;
  }

  .promy119-single-tab .container {
    padding: 0px;
    width: 90%;
  }
  .promy119-single-tab h3 {
    margin-bottom: 20px;
  }
  .promy119-single-tab h3 img {
    width: 90%;
  }
  .promy119-single-tab .div {
    margin-bottom: 30px;
  }
  .promy119-single-tab .div h3 {
    margin-bottom: 10px;
  }
  .promy119-tab-wrapper .single-tab-button {
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.5;
    padding: 10px 12px;
    width: auto;
  }
  .promy119-tab-wrapper .single-tab-button.active {
    margin: 0px 3px;
  }
  .promy119-tab-wrapper .single-tab-button.active span:after {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 110%;
    min-width: 60px;
    height: 35px;
  }
  .promy119-tab-wrapper .single-tab-button.active span:before {
    width: 80%;
    left: 10%;
    height: 1px;
    bottom: 7px;
  }

  .promy119-footer {
    padding: 10px 20px;
  }
  .promy119-footer .container.pc {
    display: none;
  }
  .promy119-footer .container.mo {
    display: block;
  }

  .promy119-single-tab.schedule .content {
    margin-top: 30px;
    padding-top: 0px;
    border-top: 2px solid #01941b;
  }
  .promy119-single-tab.schedule h4 {
    margin-bottom: 20px;
    text-align: left;
  }
  .promy119-single-tab.schedule h4 img {
    width: 60%;
  }
  .promy119-single-tab.schedule .legend {
    width: 30%;
    height: auto;
  }
  .promy119-single-tab.schedule p.notice {
    font-size: 12px;
  }

  .promy119-single-tab.eventhall h3 img {
    width: 80%;
  }
  .promy119-single-tab.eventhall .div {
    margin-bottom: 50px;
  }

  /*행사 이모저모*/
  /*.promy119-single-tab.gallery h3 img{width:65%;}*/
  .promy119-single-tab.gallery h3 img {
    width: 100%;
  }
  .promy119-single-tab.gallery .tab {
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .promy119-single-tab.gallery .tab div {
    width: 49%;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 10px;
    border: 2px solid #017030;
  }
  .promy119-single-tab.gallery .tab div.active {
    border: 2px solid #01941b;
  }
  .promy119-single-tab.gallery .tabContainer {
    width: 100%;
  }
  .promy119-single-tab.gallery .tabContainer p.soon {
    padding: 60px 10px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 20px;
  }
  .promy119-single-tab.gallery .tabContainer .player {
    width: 100%;
    height: 200px;
  }

  .promy119-gallery-desktop .swiper-slide a .promy119-gallery-item {
    padding-top: 74%;
  }
  .promy119-gallery-desktop .swiper-slide a {
    width: 47%;
  }
  .promy119-gallery-item {
    box-shadow: 0 0 5px #9ac264;
  }
  .promy119-gallery-item p {
    font-size: 12px;
    padding: 3px;
  }
  .promy119-gallery-desktop-navigation {
    display: none;
  }

  .promy119-single-tab.faq h3 img {
    width: 70%;
  }
  .promy119-single-tab.faq .container {
    padding: 0px 10px;
  }
  .promy119-single-tab .faq dl {
    margin-bottom: 10px;
  }
  .promy119-single-tab .faq dt {
    padding: 10px 15px;
    font-size: 22px;
    border-radius: 25px;
    border: 1px solid #017030;
  }
  .promy119-single-tab .faq dd {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 20px;
    margin: 0px 15px;
  }
  .promy119-single-tab .faq dd::before {
    width: 20px;
    height: 20px;
    top: 12px;
    left: 0px;
  }
  .promy119-single-tab .faq .left p {
    font-size: 16px;
  }
  .promy119-single-tab .faq .left li {
    margin: 5px 0px;
  }

  table.camp-table {
    width: auto;
    min-width: 380px;
  }
  .content table.camp-table thead td,
  .content table.camp-table thead th {
    border-width: 1px;
  }
  .content table.camp-table tbody tr:last-child td,
  .content table.camp-table tbody tr:last-child th {
    border-width: 1px;
  }
  table.camp-table td,
  table.camp-table th {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 5px;
    border: 1px solid #027031;
  }
  table.camp-table.type2 td,
  table.camp-table.type2 th {
    font-size: 15px;
  }
  table.camp-table tr td:first-child,
  table.camp-table tr th:first-child {
    width: auto;
  }
  table.camp-table.type2 tr td:first-child,
  table.camp-table.type2 tr th:first-child {
    width: auto;
  }
  .table-responsive {
    overflow-x: auto;
  }

  .promy119-single-tab.event .sec {
    padding: 0px 0px;
  }
  .promy119-single-tab.event .container {
    width: 100%;
  }
  .promy119-single-tab.event .sec1 {
    background-size: contain;
  }
  .promy119-single-tab.event .sec2 {
    background-size: contain;
  }
  .promy119-single-tab.event .player {
    top: 58.6%;
    left: 0.1%;
    width: 99.8%;
    height: 28.5%;
  }
  .promy119-single-tab.event .join {
    bottom: 0.5%;
    left: 20%;
    width: 60%;
  }

  .promy119-single-tab.participation h3 img {
    height: auto;
    width: 80%;
  }
  .promy119-single-tab.participation .sec {
    width: 100%;
    margin: 0px auto;
  }
  .promy119-single-tab.participation .sec2 {
    margin-top: 30px;
  }
  .promy119-single-tab.participation .state {
    width: 320px;
    height: 51px;
    margin-bottom: 20px;
  }
  .promy119-single-tab.participation .state p {
    font-size: 20px;
    line-height: 50px;
  }
  .promy119-single-tab.participation .state em {
    margin-left: 10px;
  }
  .promy119-single-tab.participation .btnContainer {
    display: flex;
    justify-content: space-between;
  }
  .promy119-single-tab.participation .btnContainer div {
    margin: 0px 3px;
  }
  .promy119-single-tab.participation .sec1 ul.txt1 {
    margin-top: 30px;
    padding-top: 15px;
    font-size: 12px;
    border-top: 1px dashed #257c26;
    text-align: left;
  }
  .promy119-single-tab.participation .sec1 .line {
    margin-top: 30px;
    padding-top: 15px;
    font-size: 12px;
    border-top: 1px dashed #257c26;
    text-align: left;
  }
  .promy119-single-tab.participation h4 img {
    height: auto;
    width: 40%;
  }
  .promy119-single-tab.participation .sec3 h4 img {
    width: 67%;
  }
  .promy119-single-tab.participation .wait .state p {
    font-size: 16px;
  }
  .promy119-single-tab.participation .wait .state p.txt1 {
    line-height: 30px;
  }
  .promy119-single-tab.participation .wait .state p.txt2 {
    line-height: 49px;
  }
  .promy119-single-tab.participation .wait .btnContainer img {
    width: 60%;
  }
  .promy119-single-tab.participation .sec1.wait ul.txt1 {
    padding-left: 50px;
  }
  .promy119-single-tab.participation .sec1.wait ul.txt1::before {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 10px;
  }

  /*행사지 주변 여행안내*/
  .promy119-single-tab.tour h3 img {
    width: 80%;
  }
  .promy119-single-tab.tour .tab {
    width: 100%;
    margin-bottom: 20px;
  }
  .promy119-single-tab.tour .tab div {
    margin: 0px 0px;
  }
  .promy119-single-tab.tour .tabContainer ul li {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .promy119-single-tab.tour .tabContainer .food {
    margin-top: 30px;
  }
  .promy119-single-tab.tour .tabContainer .food h4 {
    margin-bottom: 20px;
  }

  .popup .wrap {
    width: 90%;
  }

  .popup.login .content1 {
    padding: 15px 15px;
  }
  .popup.login .content1 p.txt1 {
    font-size: 17px;
  }
  .popup.login .content1 p.txt2 {
    font-size: 12px;
  }
  .popup.login .content1 p.txt3 {
    font-size: 12px;
    margin: 2px 0px;
  }
  .popup.login .content1 .input {
    margin: 10px 5px;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
  }
  .popup.login .content1 .input li {
    padding-left: 75px;
    margin: 10px 0px;
  }
  .popup.login .content1 .input li label {
    font-size: 16px;
    width: 70px;
    line-height: 30px;
  }
  .popup.login .content1 .input li input {
    font-size: 16px;
    height: 30px;
    padding: 0px 10px;
    border-radius: 15px;
  }
  .popup.login .content1 .agree {
    font-size: 12px;
    margin: 10px 0px;
  }
  .popup.login .content1 .agree label em {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .popup.login .content1 .agree a {
    margin-left: 10px;
  }
  .popup.login .content1 .confirm img {
    width: 48%;
  }
  .popup.policy .content1 .policy {
    margin: 15px 15px;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
  }
  .popup.policy .content1 .policy {
    height: 250px;
  }
  .popup.policy .content1 .policy dl {
    margin-bottom: 15px;
    line-height: 15px;
  }
  .popup.policy .content1 .policy dt {
    font-size: 12px;
    margin: 5px 0px;
  }
  .popup.policy .content1 .policy dd {
    font-size: 11px;
  }
  .popup.policy .content1 .closePolicy img {
    width: 40%;
  }

  .dbins-popup-wrapper .popup-inner {
    width: 290px;
  }

  .dbins-popup-wrapper .popup-inner .popup-body .popup-btn {
    font-size: 16px;
  }

  .dbins-popup-wrapper p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  #popup_waiting .content1 p.txt1 {
    font-size: 12px;
  }
  #popup_waiting .content1 .input {
    margin: 10px 5px;
  }
  #popup_waiting .content1 .input li {
    padding: 0px 10px;
    margin: 7px 0px;
  }
  #popup_waiting .content1 .input li label {
    width: 75px;
    line-height: 30px;
  }
  #popup_waiting .content1 .input li input {
    height: 30px;
    padding: 0px 10px;
  }
  #popup_waiting .content1 .input li select {
    font-size: 16px;
    height: 30px;
    padding: 0px 10px;
    border-radius: 15px;
  }

  /*이벤트2*/
  .promy119-single-tab.event2 {
    padding: 10px 0;
  }
  .promy119-single-tab.event2 .sec {
    margin: 20px 0px;
    background-size: contain;
  }
  .promy119-single-tab.event2 .sec1 {
    background-image: url(/wp-content/themes/dbins/img/promy119_2026/evt2_evt1_title_bg.png);
    background-position-x: center;
    background-repeat: no-repeat;
  }
  .promy119-single-tab.event2 .sec2 {
    background-image: url(/wp-content/themes/dbins/img/promy119_2026/evt2_evt2_title_bg.png);
    background-position-x: center;
    background-repeat: no-repeat;
  }
  .promy119-single-tab.event2 .sec .inputContainer {
    margin-top: 40px;
    display: block;
  }
  .promy119-single-tab.event2 .sec .inputContainer input {
    font-size: 16px;
    height: 54px;
    padding: 0px 15px;
    margin-right: 0px;
    border-radius: 20px;
    border: 2px solid #00a316;
  }
  .promy119-single-tab.event2 .sec .inputContainer .join {
    margin-top: 10px;
  }
  .promy119-single-tab.event2 .sec .inputContainer .join img {
    max-width: 324px;
  }
  .promy119-single-tab.event2 .sec .gift {
    margin-top: 40px;
  }
  .promy119-single-tab.event2 .sec.notice {
    margin-top: 70px;
  }

  /*이벤트2_팝업*/
  #popup_evt2 .wrap {
    width: 90%;
  }
  #popup_evt2 .content1 {
    padding: 15px 20px;
  }
  #popup_evt2 .content1 p.txt1 {
    font-size: 16px;
  }
  #popup_evt2 .content1 .input {
    margin: 15px 10px;
    padding: 10px 10px;
  }
  #popup_evt2 .content1 .input li {
    padding: 0px 10px;
    margin: 10px 0px;
  }
  #popup_evt2 .content1 .input li input {
    font-size: 16px;
    height: 35px;
    padding: 0px 15px;
  }
  #popup_evt2 .content1 p.txt2 {
    font-size: 12px;
  }
  #popup_evt2 .content1 p.txt3 {
    font-size: 12px;
  }
  #popup_evt2 .content1 .agree {
    font-size: 12px;
    margin: 10px 0px;
  }
  #popup_evt2 .content1 .agree label em {
    width: 25px;
    height: 25px;
  }
  #popup_evt2 .content1 .btn2 img {
    width: 150px;
  }

  /*이벤트2_팝업_개인정보*/
  #popup_policy_evt2 .wrap {
    width: 90%;
  }
  #popup_policy_evt2 .content1 {
    padding: 15px 20px;
  }
  #popup_policy_evt2 .content1 .policy {
    margin: 10px 0px;
    height: 250px;
  }
  #popup_policy_evt2 .content1 .policy dl {
    line-height: 15px;
  }
  #popup_policy_evt2 .content1 .policy dt {
    font-size: 14px;
  }
  #popup_policy_evt2 .content1 .policy dd {
    font-size: 12px;
  }
  #popup_policy_evt2 .content1 .btn2 img {
    width: 150px;
  }

  /*룰렛*/
  #popup_roulette .roulette {
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
  }

  #popup_roulette .roulette .pin {
    width: 10%;
    margin-left: -5%;
    top: 0px;
    left: 50%;
  }

  #popup_roulette p.txt1 {
    font-size: 18px;
    margin: 15px 0px;
  }

  #popup_roulette .winCheck2 {
    margin-top: 10px;
    display: block;
  }

  #popup_roulette .winCheck2 img {
    width: 40%;
  }
}
