* {
  font-family: 'SUIT Variable', sans-serif;
  color: #555555;
  font-weight: 500;
  letter-spacing: -0.5px;
  word-break: keep-all;
  line-height: 1.7;
  font-size: 16px
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'SuseongDotum';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/SuseongDotum.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h10,
div,
a,
form {
  margin: 0;
  padding: 0;
}

body {
  max-width: 2000px;
  margin: 0 auto;
  /* background-color: */
}

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

b {
  color: inherit;
  font-weight: 700;
  font-famliy: inherit;
}

u {
  color: inherit;
  font-weight: 700;
  font-famliy: inherit;
}

span {
  color: inherit;
  font-famliy: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none
}

input:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}

.page ul {
  margin-bottom: 20px;
}

.page li:before {
  color: #824ef9;
  content: "·";
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  margin-left: -15px;
}

.page li {
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 25px;
  color: #cccccc;
}

img {
  border: 0px;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

dl {
  display: table;
  padding: 20px 0 20px 0;
  border-top: 1px solid #000000;
  width: 100%;
}

dl:last-child {
  border-bottom: 1px solid #000000
}

dt {
  width: 20%;
  float: left;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center
}

dt i {
  margin-right: 10px;
  color: #000000;
}

dd {
  width: 80%;
  float: right;
  font-size: 16px;
  line-height: 30px;
  color: #333333
}

dd span {
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}

dd span:before {
  color: #000000;
  font-family: "Font Awesome 5 free";
  content: "\f058";
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

input[type=text],
input[type=password],
input[type=button],
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type="button"],
button {
  border: 0 none;
  padding: 0;
  margin: 0;
  background: transparent;
  /* *overflow: visible; */
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

.swiper-slide {
  cursor: pointer
}

.allcenter2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pagenum {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 80px;
}

.pagenum p {
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  float: left;
  background-color: #ffffff;
  margin-left: -1px;
  font-size: 13px !important;
}

.pagenum b {
  color: #000000;
  font-size: 13px;
}

.pagenum i {
  line-height: 40px;
  width: 100%;
  text-align: center;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
}




table {
  padding: 0;
  border-spacing: 0px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 0px;
  margin-top: 0px;
  border-left: 0px solid #dddddd;
  margin-bottom: 30px;
}

th,
td {
  text-align: center;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

td {
  font-size: 14px;
  line-height: 20px;
  border-right: 1px solid #dddddd
}

td.tdnotice {
  font-size: 14px;
  color: #000000;
  background-color: #f6f6f6;
  font-weight: bold
}

th {
  font-size: 15px;
  color: #00805d;
  font-weight: 700;
  border-top: 1px solid #00805d;
  border-bottom: 1px solid #00805d;
}

th:last-child {
  border-right: 0px solid #dddddd
}

td:last-child {
  border-right: 0px solid #dddddd
}

label {
  position: relative;
  padding-left: 25px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 0
}

label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #cccccc;
  border-radius: 5px;
}

label input:checked~.checkmark {
  background-color: #000000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

label input:checked~.checkmark:after {
  display: block;
}

label .checkmark:after {
  left: 7px;
  top: 5px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.popup {
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 999;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  width: 600px;
  margin-left: -300px;
}

.popup img {
  width: 600px;
  display: block;
  float: left;
  border-radius: 10px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.popup img:first-child {
  margin-top: 0px;
}

.popup a:nth-child(1) img {
  border-radius: 10px
}

.popup section button {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  bottom: -30px;
}

.popup section button i {
  margin-right: 5px;
  color: #ffffff;
  font-size: 14px;
}

.popup section button:nth-child(1) {
  right: 70px
}

.popup section button:nth-child(2) {
  right: 0px
}

.popupbg {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 998;
}




#head {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100px;
  z-index: 99;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

#head .logo {
  float: left;
}

#head img {
  margin: 20px 0 0 40px;
  display: block;
  height: 60px;
}

#head a {}

#head a.on {
  color: #7c6c63;
}




#head div.sns {
  float: right;
  margin-right: 30px;
  margin-top: 7px;
}

#head div.sns button {
  display: block;
  text-align: left;
  padding: 5px 0 5px 0
}

#head div.sns button i {
  display: block;
  float: left;
  margin-right: 10px;
  color: #000000;
  border-radius: 30px;
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

#head div.sns button p {
  float: left;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
}



#head div.login {
  display: flex;
  align-items: center;
  float: right;
  margin-right: 40px;
  margin-top: 30px;
  gap: 30px;
}

#head div.login .menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

#head div.login .menu p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

#head div.login .menu a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

#head div.login button {
  background-color: #c5a86f;
  color: #000000;
  height: 40px;
  width: 150px;
  border-radius: 40px;
  text-align: center;
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: 900
}

#head div.login button {
  background: linear-gradient(to right, #ffffff 50%, #c5a86f 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
}

#head div.login button:hover {
  background-position: left bottom;
  color: #000000
}

#head div.login button i {
  color: #000000;
  margin-right: 5px
}

#head div.login button:hover i {
  color: #000000
}

#head .pcmenu {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#head.shown {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  height: 70px;
  background-color: #0f0f70;
  border-bottom: 0px solid rgba(255, 255, 255, 0);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

#head.shown a {
  color: #ffffff;
  font-size: 16px;
}

#head.shown img {
  margin: 20px 0 0 20px;
  display: block;
  height: 30px;
}

#head.shown .login {
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}

.menubox {
  display: none;
}

.toggle-sidebar {
  display: none;
}

/*드롭메뉴*/
.subnav {
  margin-right: 40px;
  margin-left: 40px;
  float: left;
}

.subnav a {
  line-height: 150px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 800
}

.subnav-content a {
  line-height: 20px;
  display: block;
  padding: 10px 0 10px 0
}

.subnav-content b {
  line-height: 20px;
  display: block;
  padding: 10px 0 0px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px !important;
}

.subnav {
  position: relative;
  cursor: pointer;
}

.subnav-content {
  padding: 10px 25px 10px 25px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  background-color: #00805d;
  width: 150px;
  z-index: 1000 !important;
  line-height: 50px !important;
  border-radius: 10px;
  margin-top: -10px;
  box-shadow: 0 10px 20px 0 rgba(234, 85, 86, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
}

.subnav-content a {
  display: block;
  color: #ffffff !important;
  font-size: 14px !important;
}

.subnav-content a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.subnav:hover>a {
  color: #c5a86f !important;
  border-bottom: 1px solid #c5a86f;
  padding-bottom: 10px;
}



.subnavon>a {
  color: #c5a86f !important;
  border-bottom: 1px solid #c5a86f;
  padding-bottom: 10px;
}

.subnav:hover .subnav-content {
  display: block;
}

.subnav-content a:hover {
  color: #add377 !important;
}


#head.shown .subnav a {
  line-height: 70px;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

/*드롭메뉴*/
@media (max-width: 1600px) {
  .subnav {
    margin-right: 20px;
    margin-left: 20px;
    float: left;
  }
}



#main {
  position: relative;
  height: 950px;
}

#main div.bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px
}

#main div.text {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#main div.text h1 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 100px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1
}

#main div.text h1 span {
  position: relative;
  padding: 0px 5px 5px 0px;
  font-size: 100px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1
}

#main div.text h1 span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: 65px;
  z-index: -1;
  background-color: #c5a86f;
  clip: rect(0px, 0px, 50px, 0px);
  transform: skew(30deg);
  transition: all 2s;
}

#main div.text h1 span.line::before {
  clip: rect(0px, 900px, 50px, 0px);
}

#main div.text h1 b {
  line-height: 60px;
  color: #c5a86f;
  font-size: 100px;
}

#main div.text h2 {
  text-align: left
}

#main div.text h3 {
  text-align: left;
  margin-bottom: 50px;
  font-size: 30px;
  color: #c5a86f;
  line-height: 1;
  font-weight: 900;
}

#main div.text h3 b {
  font-size: 40px;
  color: #ffffff;
  line-height: 0.5;
  font-weight: 900;
  margin-left: 5px
}


#main div.text p {
  text-align: left;
  color: #ffffff;
  font-size: 20px;
  /* font-weight: ; */
  margin-bottom: 10px;
  line-height: 30px;
}

#main div.text i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 20px
}

#main div.text button {
  background-color: #6624cc;
  color: #ffffff;
  width: 400px;
  height: 60px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 20px;
  font-family: 'LOTTERIADDAG';
}

#main div.text .spons {
  margin-top: 50px
}

#main div.text .spons img {
  width: 100%
}

#main div.text i.fa-arrow-circle-right {
  margin-left: 5px;
  margin-right: 5px
}

.apply {
  height: 100px;
  background-color: #111111;
  padding: 0 285px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply a {
  width: 50%;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.apply a:hover {
  background-color: #22223b;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 950px;
  width: 100%;
  z-index: -1;
}

.bg-video__content {
  height: 950px;
  width: 100%;
  object-fit: cover;

}

.bg-video-img {
  object-fit: cover;
  height: 100%;
}

#subv {
  width: 100%;
  height: 200px;
  margin-top: 0px;
  padding-top: 100px;
  box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.1) inset, 0 -10px 20px -10px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: auto
}


.bg-video-subv {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  z-index: -1;
}

.bg-video__content-subv {
  height: 300px;
  width: 100%;
  object-fit: cover;

}

#subv div.bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px
}

#subv img {
  height: 40px;
  margin: 70px 0 0 0
}

#subv .subv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

#subv h1 {
  font-family: 'SuseongDotum';
  color: #ffffff;
  font-size: 40px;
  margin: 70px 0 0 0;
  position: relative
}

#subv h1:after {
  content: "●";
  font-size: 15px;
  color: #c5a46f;
  position: absolute;
  bottom: 5px;
  margin-left: 10px;
}

#smenu {
  width: 100%;
  height: 50px;
  background-color: #c5a46f;
  line-height: 50px;
  text-align: center;
  position: -webkit-sticky;
  /* 사파리 브라우저 지원 */
  position: sticky;
  top: 70px;
  z-index: 999
}

#smenu a {
  color: #ffffff;
  line-height: 50px;
  margin: 0 20px 0 20px;
  font-size: 15px;
}

#smenu a.on {
  color: #000000;
  border-bottom: 4px solid #000000;
  padding-bottom: 10px;
}


#notice {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}

#notice div {
  margin-left: 100px;
}

#notice div h1 {
  color: #000000;
  font-size: 35px;
  width: 200px;
  float: left;
  margin-top: 20px;
  font-weight: 900
}

#notice div h1 span {
  display: block;
  font-size: 13px;
  float: right;
  width: 170px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 18px;
}

#notice div button {
  width: 40%;
  height: 100px;
  display: block;
  float: left;
  color: #000000;
  text-align: left;
  font-size: 15px;
}

#notice div button b {
  padding: 5px 20px 5px 20px;
  font-size: 13px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 30px;
  margin-right: 20px;
}

#infobox1 {
  width: 100%;
  display: flex;
}

#infobox1 div {
  float: left;
}

#infobox1 div:nth-child(1) {
  background: url('/img/main/bg1.png?v=2'), #020234;
  background-position: right center;
  background-size: auto 90%;
  background-repeat: no-repeat;
  width: calc(50% - 200px);
  padding: 100px;
}

#infobox1 div:nth-child(1) h1 {
  font-size: 35px;
  color: #ffffff;
  line-height: 60px;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 30px;
}

#infobox1 div:nth-child(1) h1 b {
  border-bottom: 1px solid #c5a46f;
  color: #c5a46f;
  font-size: 35px;
  font-weight: 800;
  line-height: 60px;
}

#infobox1 div:nth-child(1) h1 span {
  color: #c5a46f;
  font-size: 50px;
  line-height: 40px;
}

#infobox1 div:nth-child(1) p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
}

#infobox1 div:nth-child(1) button {
  color: #ffffff;
  height: 50px;
  border: 1px solid #ffffff;
  padding: 0 20px 0 20px
}

#infobox1 div:nth-child(2) {
  width: 50%;
  background: red
}

#infobox1 div:nth-child(2) p {
  width: 100%;
}

#infobox1 div:nth-child(2) p button {
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  position: relative
}

#infobox1 div:nth-child(2) p button {
  color: #000000;
  font-size: 22px;
  padding-left: 100px;
  font-weight: 900
}

#infobox1 div:nth-child(2) p button span {
  display: block;
  font-size: 15px;
  margin-top: 0px;
}

#infobox1 div:nth-child(2) p button i {
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  color: #cccccc
}

#infobox1 div:nth-child(2) p:nth-child(1) {
  background: #c5a46f;
  height: 50%;
}


#infobox1 div:nth-child(2) p:nth-child(2) {
  background: #ffffff;
  height: 50%
}

#infobox1 div:nth-child(2) p:nth-child(3) {
  background: #dddddd;
  height: 33.3%
}


#banner {
  width: 100%;
  height: 200px;
  position: relative
}

#banner .title {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

#banner .title div {
  text-align: center;
  margin-top: 0px;
}

#banner .title div button {
  color: #000000;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  margin: 0 70px 0 70px;
}

#banner .title div button {}

#banner .title div button i {
  color: #000000;
  font-size: 40px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

#banner .title div button:hover {
  transform: translateY(-10%);
  transition: 0.3s;
}

#sido {
  width: 100%;
  height: 140px;
  /* border-bottom: */
}

#sido img {
  height: 40px;
  float: left;
  padding: 50px;
}


footer {
  width: calc(100% - 200px);
  padding: 100px;
  background: #111111
}

footer address {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
}

footer address img {
  display: block;
  width: 50px;
  float: right;
  margin-bottom: 0px;
}

.bus dd,
.bus dl {
  display: flex !important;
}

.bus dt {
  margin-bottom: 5px;
}

.bus dd p {
  width: 100%;
}

.bus dl,
.bus dd dl dd {
  flex-direction: column !important;
}

.bus dl dt,
.bus dl dd {
  width: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 200%;
  transition: transform 0.5s ease-in-out;
  cursor: grab;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider:active {
  cursor: grabbing;
}

.slide {
  width: 100%;
  height: 50%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #181d42;
  pointer-events: none;
}

.slide-desktop-img {
  display: block;
}

.slide-mobile-img {
  display: none;
}

.slider-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}

.indicator.active {
  background: white;
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.8);
}

.swal-popup {
  max-width: 585px !important;
}

.swal-title {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.swal-title-sub {
  color: #C5A46F;
  font-size: 32px;
  font-weight: 900;
}

.swal-html-container {
  padding: 5% 15%;
}

.swal-html-content {
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.swal-html-content-title {
  font-size: 22px;
  font-weight: 900;
}

.swal-html-content-date {
  color: #C5A46F;
  font-size: 22px;
  font-weight: 900;
  text-decoration: underline;
}

.swal-actions {
  justify-content: space-between;
  width: 100%;
  padding: 0 3%;
}

@media (max-width: 1210px) {
  body {
    max-width: 640px;
    margin: 0 auto;
  }

  * {
    font-size: 11px;
  }

  .wrap {
    width: 100%;
    margin: 0 auto
  }

  img {
    max-width: 100%;
  }

  .checkmark {
    top: 0px;
  }

  .mobile {
    display: block
  }

  .pc {
    display: none
  }

  .pcmenu {
    display: none
  }



  dl {
    display: table;
    padding: 10px 0 10px 0;
  }

  dt {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }

  dd {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }

  dd span {
    font-size: 11px;
    line-height: 20px;
  }

  dd b {
    font-size: 12px;
    line-height: 20px;
  }

  #fade-in {
    right: -100%;
    width: 100%;
    transition: all .5s ease;
    z-index: 9999999;
  }

  #fade-in.show {
    right: 0px;
  }

  .toggle-sidebar {
    display: block !important;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    text-align: center;
  }

  .toggle-sidebar i {
    color: #ffffff;
    font-size: 20px;
    line-height: 80px;
  }

  .menubox {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 9999999999 !important;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    min-height: 100%;
  }

  .menubox .Mmenulist {
    width: 70%;
    height: 100%;
    min-height: 100%;
    background-color: #343434;
    margin-left: 30%;
  }

  .menubox .Mmenulist a {
    color: #ffffff;
    display: block;
    line-height: 60px;
    padding-left: 20px;
    font-size: 14px !important;
    font-weight: 600
  }

  .menubox .Mclose {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999999 !important;
    height: 100%;
    min-height: 100%;
    width: 30%;
    cursor: pointer;
    background: url('https://eventcdn.cafe24.com/royal/img/close-button.png') no-repeat center 22px;
    background-size: 20px 20px;
  }

  .Mmenulist {
    overflow: auto;
  }

  .Mmenulist ul,
  .Mmenulist li {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .Mmenulist ul .inner {
    padding: 0;
    overflow: hidden;
    display: none;
    background-color: #00805d;
  }

  .Mmenulist ul .inner li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .Mmenulist ul .inner li a {
    font-size: 13px;
  }

  .Mmenulist ul li .toggle {
    width: calc(100% - 20px);
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #555555;
  }


  #head {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 80px;
    z-index: 99;
    transition: all 0.3s ease;
    border-bottom: none;
  }

  #head .logo {
    float: left;
  }

  #head img {
    margin: 25px 0 0 30px;
    display: block;
    height: 30px;
  }


  #head.shown {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    height: 80px;
    /* background-color: ; */
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }

  #head.shown img {
    margin: 25px 0 0 30px;
    display: block;
    height: 30px;
  }

  #head div.login {
    float: right;
    margin-right: 80px;
    margin-top: 25px;
  }

  #head div.login .menu {
    display: none;
  }

  #head div.login button {
    background-color: #c5a86f;
    color: #000000;
    height: 30px;
    width: 100px;
    border-radius: 30px;
    text-align: center;
    margin: 0 0 0 10px;
    font-size: 12px;
    font-weight: 900
  }

  #head.shown div.login {
    float: right;
    margin-right: 80px;
    margin-top: 25px;
  }


  #main {
    position: relative;
    height: auto;
  }

  #main div.text {
    width: 80%;
    top: 55%
  }

  #main div.text h1 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1
  }

  #main div.text h1 span {
    position: relative;
    padding: 0px 5px 5px 0px;
    font-size: 33px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1
  }

  #main div.text h1 span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 23px;
    z-index: -1;
    background-color: #c5a86f;
    clip: rect(0px, 0px, 50px, 0px);
    transform: skew(30deg);
    transition: all 2s;
  }

  #main div.text h1 span.line::before {
    clip: rect(0px, 900px, 50px, 0px);
  }

  #main div.text h1 b {
    line-height: 20px;
    color: #c5a86f;
    font-size: 30px;
  }

  #main div.text h2 {
    text-align: left
  }

  #main div.text h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    color: #c5a86f;
    line-height: 1;
    font-weight: 900;
  }

  #main div.text h3 b {
    font-size: 20px;
    color: #ffffff;
    line-height: 0.5;
    font-weight: 900;
    margin-left: 5px
  }


  #main div.text p {
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    /* font-weight: ; */
    margin-bottom: 10px;
    line-height: 1;
  }

  #main div.text i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 13px
  }

  #main div.text button {
    background-color: #6624cc;
    color: #ffffff;
    width: 400px;
    height: 60px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
    font-family: 'LOTTERIADDAG';
  }

  #main div.text .spons {
    margin-top: 50px
  }

  #main div.text .spons img {
    width: 100%
  }

  #main div.text i.fa-arrow-circle-right {
    margin-left: 5px;
    margin-right: 5px
  }

  .apply {
    height: 80px;
    padding: 0 25px;
  }

  .apply a {
    font-size: 14px;
  }

  .apply a img {
    width: 36px;
    height: 36px;
  }

  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 550px;
    width: 100%;
    z-index: -1;
  }

  .bg-video__content {
    height: 550px;
    width: 100%;
    object-fit: cover;

  }

  .bg-video-img {
    object-fit: contain;
    background-color: #181d42;
  }

  #subv {
    width: 100%;
    height: 100px;
    margin-top: 0px;
    padding-top: 100px;
    box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.1) inset, 0 -10px 20px -10px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: auto
  }


  .bg-video-subv {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: -1;
  }

  .bg-video__content-subv {
    height: 200px;
    width: 100%;
    object-fit: cover;

  }

  #subv div.bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    left: 0px
  }

  #subv img {
    height: 40px;
    margin: 70px 0 0 0
  }

  #subv h1 {
    font-family: 'SuseongDotum';
    color: #ffffff;
    font-size: 25px;
    margin: 20px 0 0 0;
    position: relative
  }

  #subv h1:after {
    content: "●";
    font-size: 10px;
    color: #c5a46f;
    position: absolute;
    bottom: 5px;
    margin-left: 10px;
  }

  #smenu {
    width: 100%;
    height: 40px;
    background-color: #c5a46f;
    line-height: 40px;
    text-align: center;
    position: -webkit-sticky;
    /* 사파리 브라우저 지원 */
    position: sticky;
    top: 80px;
    z-index: 9
  }

  #smenu a {
    color: #ffffff;
    line-height: 40px;
    margin: 0 10px 0 10px;
    font-size: 14px;
  }

  #smenu a.on {
    color: #000000;
    border-bottom: 3px solid #000000;
    padding-bottom: 10px;
  }

  /*
#main2 section:nth-child(1) .notice {width:100%; height:auto; margin-top:30px;}
#main2 section:nth-child(1) .notice div {width:90%; margin:0 auto; padding:20px 0 20px 0; display:table;}
#main2 section:nth-child(1) .notice div h1 {color:#ffffff; font-size:15px; width:100%; float:left; width:20%; line-height:30px; margin-top:0px; margin-bottom:0px;}
#main2 section:nth-child(1) .notice div h1 span {display:none;}
#main2 section:nth-child(1) .notice div button {width:80%; height:30px; display:block; float:left; color:#ffffff; text-align:left; font-size:13px; margin-bottom:0px; overflow:hidden; text-overflow:ellipsis;  white-space:nowrap;}
#main2 section:nth-child(1) .notice div button b {padding:5px 10px 5px 10px; font-size:11px; background-color:#ffffff; border-radius:20px; margin-right:10px;}
#main2 section:nth-child(1) .notice div button:nth-child(3) {display:none}
*/

  #notice {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
  }

  #notice div {
    margin-left: 30px;
  }

  #notice div h1 {
    color: #000000;
    font-size: 15px;
    width: 50px;
    float: left;
    margin-top: 0px;
    line-height: 60px;
    font-weight: 900
  }

  #notice div button {
    width: calc(100% - 50px);
    height: 60px;
    display: block;
    float: left;
    color: #000000;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #notice div button b {
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    margin-right: 10px;
  }

  #notice div button:nth-child(3) {
    display: none
  }

  #infobox1 {
    width: 100%;
    display: table;
  }

  #infobox1 div {
    float: left;
  }

  #infobox1 div:nth-child(1) {
    background: url('/img/main/bg1.png?v=2'), #020234;
    background-position: right bottom;
    background-size: auto 50%;
    background-repeat: no-repeat;
    width: calc(100% - 60px);
    padding: 30px;
  }

  #infobox1 div:nth-child(1) h1 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 20px;
  }

  #infobox1 div:nth-child(1) h1 b {
    border-bottom: 1px solid #c5a46f;
    color: #c5a46f;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
  }

  #infobox1 div:nth-child(1) h1 span {
    color: #c5a46f;
    font-size: 20px;
    line-height: 20px;
  }

  #infobox1 div:nth-child(1) p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
  }

  #infobox1 div:nth-child(1) button {
    color: #ffffff;
    height: 30px;
    border: 1px solid #ffffff;
    padding: 0 20px 0 20px
  }

  #infobox1 div:nth-child(2) {
    width: 100%;
  }

  #infobox1 div:nth-child(2) p {
    width: 100%;
  }

  #infobox1 div:nth-child(2) p button {
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
    position: relative
  }

  #infobox1 div:nth-child(2) p button {
    color: #000000;
    font-size: 15px;
    padding-left: 30px;
    font-weight: 900;
    padding: 30px;
  }

  #infobox1 div:nth-child(2) p button span {
    display: block;
    font-size: 12px;
    margin-top: 0px;
  }

  #infobox1 div:nth-child(2) p button i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #cccccc
  }

  #infobox1 div:nth-child(2) p:nth-child(1) {
    background: #c5a46f;
    height: 33.3%;
  }


  #infobox1 div:nth-child(2) p:nth-child(2) {
    background: #ffffff;
    height: 33.4%
  }

  #infobox1 div:nth-child(2) p:nth-child(3) {
    background: #dddddd;
    height: 33.3%
  }


  #banner {
    width: 100%;
    height: 200px;
    position: relative
  }

  #banner .title {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
  }

  #banner .title div {
    text-align: center;
    margin-top: 0px;
  }

  #banner .title div button {
    color: #000000;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    margin: 0 70px 0 70px;
  }

  #banner .title div button {}

  #banner .title div button i {
    color: #000000;
    font-size: 40px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }

  #banner .title div button:hover {
    transform: translateY(-10%);
    transition: 0.3s;
  }

  #sido {
    width: 100%;
    height: 80px;
    /* border-bottom: */
  }

  #sido img {
    height: 20px;
    float: left;
    padding: 30px;
  }

  #sido .simply-scroll-text {
    padding: 30px;
  }

  #sido .simply-scroll-text span {
    font-size: 12px;
  }

  footer {
    width: calc(100% - 60px);
    padding: 30px;
    background: #111111
  }

  footer address {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
  }

  footer address img {
    display: block;
    width: 30px;
    float: none;
    margin-bottom: 20px;
  }


  .popup {
    position: absolute;
    top: 50px;
    left: 10%;
    z-index: 999;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    width: 80%;
    margin-left: 0px;
  }

  .popup img {
    width: 100%;
    display: block;
    float: left;
  }

  .popup a:nth-child(1) img {
    border-radius: 10px
  }

  .popup button {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    bottom: -30px;
  }

  .popup button i {
    margin-right: 5px;
    color: #ffffff;
    font-size: 14px;
  }

  .popup button:nth-child(2) {
    right: 70px
  }

  .popup button:nth-child(3) {
    right: 0px
  }

  .popupbg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 998;
  }

  .bus dd,
  .bus dl {
    flex-wrap: wrap;
  }

  .slider {
    height: auto;
    transition: height .35s ease;
  }

  .slide {
    height: auto;
  }

  .slide img {
    width: 100%;
    height: auto;
  }

  .slide-desktop-img {
    display: none;
  }

  .slide-mobile-img {
    display: block;
  }

  .swal-popup {
    width: 99% !important;
    max-width: none !important;
  }

  .swal-html-container {
    padding: 5% 8%;
  }

  .swal-title {
    font-size: 22px;
  }

  .swal-title-sub {
    font-size: 22px;
  }

  .swal-html-content {
    font-size: 13px;
  }

  .swal-html-content-title {
    font-size: 18px;
  }

  .swal-html-content-date {
    font-size: 18px;
  }
}

/* Spinner */
.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border: 1px solid red;
  /* 디버깅용 */
}

.spinner {
  width: 30px;
  height: 30px;
  border: 5px solid #eee;
  border-top: 5px solid #c5a46f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 375px;
  max-width: 90%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 32px;
  border-radius: 8px;
  z-index: 1001;
}

.modal .modal-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.modal .modal-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  white-space: break-spaces;
}

.modal .modal-content .modal-footer {
  display: flex;
  justify-content: center;
}

.modal .modal-content .modal-footer button {
  width: 100%;
  padding: 10px;
  background-color: #c5a46f;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

/* Utility */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: .25rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.text-thin {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-base {
  font-size: 16px !important;
}

.text-lg {
  font-size: 18px !important;
}

.text-xl {
  font-size: 20px !important;
}

.text-xl {
  font-size: 20px !important;
}

.text-primary {
  color: #c5a46f !important;
}

.text-danger {
  color: #ff6767 !important;
}

.text-muted {
  color: #676879 !important;
}

.bg-primary {
  background-color: #c5a46f;
}

.bg-danger {
  background-color: #ff6767;
}

.border-primary {
  border: 1px solid #c5a46f !important;
}

.border-danger {
  border: 1px solid #ff6767 !important;
}

.h-1\/2 {
  height: 50% !important;
}

.h-1\/3 {
  height: 33.333333% !important;
}

.h-1\/4 {
  height: 25% !important;
}