@charset "UTF-8";
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@import url(/html/css/font.css);
@import url(https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome.min.css);

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent;
}

body {
  /* line-height:1.4; */
  font-size: 18px;
  color: #444;
  /* min-width: 1340px; */
}

:root {
  --color_bg: #313C56;
  --color_yellow: #FFE100;
  --color_fff: #fff;
  --color_blue: #1A4687;
}

header,
nav,
section,
article,
footer,
canvas,
details,
aside,
figcaption,
figure,
hgroup,
menu {
  display: block;
}

nav ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #222;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c9c9c9;
  padding: 0;
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
}

input,
select {
  vertical-align: middle;
}

input[type="color"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"] {
  /*BUGFIX: http://stackoverflow.com/questions/5449412/css-styling-for-input-buttons-on-ipad-iphone*/
  -webkit-appearance: none;
}

p,
pre {
  margin: 0;
}

em,
address {
  font-style: normal;
}

/*iphone reset*/
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="password"],
textarea {
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  color: #888;
  height: 36px;
  font-family: 'Noto Sans Korean', sans-serif;
  font-size: 1em;
  vertical-align: top;
}

input[type="image"] {
  max-width: 100% !important;
  height: auto !important;
}

select {
  padding: 5px 1px 5px 10px;
  border: 1px solid #d3d3d3;
  color: #888;
  height: 48px;
  vertical-align: top;
  min-width: 150px;
  background: #fff;
  position: relative;
  z-index: 1;
  background: none;
  vertical-align: middle;
}

.select {
  text-align: center;
}

.select::after {
  content: "\E875";
  font-family: "icon_font";
  position: absolute;
  margin-left: -42px;
  background: #fff;
  line-height: 47px;
  width: 37px;
  margin-top: 1px;
  color: #bdbdbd;
}

select::-ms-expand {
  display: none;
}

input[type="tel"] {
  width: 20%;
  max-width: 150px;
}

textarea {
  min-height: 90px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=checkbox] {
  display: none;
}

/* to hide the checkbox itself */
input[type=checkbox]+label {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  text-align: justify;
  color: #fff;
}

input[type=checkbox]+label:before {
  display: inline-block;
  vertical-align: text-bottom;
  content: "";
  margin-right: 8px;
  line-height: 20px;
  position: absolute;
  left: 0;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  top: 7px;
  margin-left: 3px;
}

/* unchecked icon */
input[type=checkbox]:checked+label:before {
  font-family: 'LineAwesome';
  top: 4px;
  content: "\f17f";
  color: #fff;
  margin-right: 5px;
  left: 0;
  font-size: 19px;
  border: 0;
  margin-left: .5px;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}


@media screen and (max-width: 767px) {
  hr {
    margin: 0 15px
  }

  .inwrap hr {
    margin: 0
  }
}


@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  font-weight: 300;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Gmarket/GmarketSansLight.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'GmarketSans';
  font-weight: 500;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Gmarket/GmarketSansMedium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Gmarket/GmarketSansBold.woff') format('woff');
  font-display: swap;
}


.mobile {
  display: none;
}

.con_wrap {
  font-family: 'GmarketSans';
  background-position: top center;
  min-width: 1340px;
  background-size: cover;
}

#fullpage {
  max-width: 1920px;
  min-height: 100vh;
  text-align: center;
  margin: 0 auto;

  section {
    min-height: 100vh;

    &.fp-auto-height.fp-section {
      min-height: auto;

      >div {
        min-height: 0px;
        max-height: 200vh;
      }

    }

    >div {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: calc(100vh - 90px);
      padding-bottom: 90px;
    }
  }

  .section_1 {
    background: url(../images/intro_bg.jpg) bottom center;
    background-size: cover;

    img {
      max-width: 740px;
    }

    h4 {
      background: linear-gradient(107deg, #B47026 -1.24%, #BB792A 4.19%, #CF9237 12.88%, #E8B147 20.48%, #EDC25B 30.25%, #F4D877 45.46%, #F7E182 55.23%, #ECBF59 74.78%, #E8B147 86.73%, #DA9F3E 89.98%, #C58530 96.5%, #B87528 103.02%, #B47026 107.36%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0px 3.083px 3.083px rgba(0, 0, 0, 0.25);
      font-size: 50px;
      margin-top: 20px;
      margin-bottom: -40px;
      letter-spacing: .2em;
      font-weight: 700;
    }

    h3 {
      font-size: 40px;
      border-radius: 75px;
      border: 7px solid transparent;
      background-image: linear-gradient(#051338, #051338), linear-gradient(107deg, #B47026 -1.24%, #BB792A 4.19%, #CF9237 12.88%, #E8B147 20.48%, #EDC25B 30.25%, #F4D877 45.46%, #F7E182 55.23%, #ECBF59 74.78%, #E8B147 86.73%, #DA9F3E 89.98%, #C58530 96.5%, #B87528 103.02%, #B47026 107.36%);
      border-radius: 100px;
      background-origin: border-box;
      background-clip: content-box, border-box;
      display: inline-block;
      margin-top: -1em;
      box-shadow: 0px 3.083px 3.083px rgba(0, 0, 0, 0.25);
      span {
        background: linear-gradient(107deg, #B47026 -1.24%, #BB792A 4.19%, #CF9237 12.88%, #E8B147 20.48%, #EDC25B 30.25%, #F4D877 45.46%, #F7E182 55.23%, #ECBF59 74.78%, #E8B147 86.73%, #DA9F3E 89.98%, #C58530 96.5%, #B87528 103.02%, #B47026 107.36%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        margin: 0px 50px;
      }

    }

    h5 {
      font-size: 48px;
      color: var(--color_fff);
      font-weight: 400;
      margin-top: 20px;
      text-shadow: 0px 3.083px 3.083px rgba(0, 0, 0, 0.25);

      span {
        color: var(--color_orange);
        font-weight: 800;
      }
    }
    h6 {
      font-size: 40px;
      color: var(--color_fff);
      font-weight: 400;
      text-shadow: 0px 3.083px 3.083px rgba(0, 0, 0, 0.25);
      line-height: 1.2;
      margin-top: 1em;
      span {
        font-weight: 700;
        color: var(--color_yellow);
      }
    }
  }


  .section_2 {
    background: url(../images/section2_bg.jpg) top center;
    background-size: cover;

    h2 {
      font-size: 54px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      color: var(--color_fff);
      margin-top: 50px;

      span {
        color: #92EFFF;
      }
    }

    h5 {
      color: #FFF;
      font-family: Pretendard;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      margin-top: 10px;
    }

    ul {
      display: flex;
      margin-top: 2em;

      li {
        position: relative;

        h4 {
          color: var(--color_fff);
          position: absolute;
          left: 0;
          right: 0;
          bottom: 90px;
          font-size: 35px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, 40%);
          span {
            display: block;
            font-size: 20px;
          }
        }
      }
    }
  }

  .section_3 {
    /* background: #333333; */
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;

    &.fp-auto-height.fp-section {
      >div {
        width: 100%;
        display: block;
        text-align: center;
      }
    }

    div.event {
      background: #F1F1F1;
      padding: 50px 0 50px 0;
      gap: 70px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;

      h3 {
        font-family: Pretendard;
        font-size: 38px;
        color: #303030;
      }

      ul {
        text-align: left;
        color: #303030;
        font-family: Pretendard;
        font-size: 20px;
        font-weight: 500;

        li {
          line-height: 1.6em;
          list-style: disc;
        }
      }
    }

    div.copy {
      background: #333333;
      /* font-size: 11px; */
      padding: 30px 0;
      
      
      
      p {
        font-size: .8em;
        color: #8f8f8f;
      }

      address {
        color: #8f8f8f;
        letter-spacing: 0;
        font-family: 'Barlow', 'Noto Sans KR';
        padding: 0px 0 10px 0;
        
        p {
          margin: 0;
        }

        span {
          margin-left: 15px
        }
      }
    }
  }
}


footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5f6063;
  min-width: 1340px;
  padding: 18px 0;
  z-index: 10;

 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  
    h5 {
      color: #FFF;
      font-family: Pretendard;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
    }
    form{
      display: flex;
      align-items: center;
      gap: 20px;
      
      input[type="text"],
      input[type="tel"] {
        width: 300px;
      height: 54px;
      background: #fff;
      border: 0;
      padding: 0px;
      padding-left: 20px;
      font-size: 22px;
      color: #422311;
      line-height: 22px;
      max-width: 300px;
      font-family: 'S-CoreDream';
      }
      button {
        width: 160px;
      height: 54px;
      line-height: 54px;
      background: #00a8e7;
      border: none;
      font-weight: 600;
      font-size: 28px;
      color: #fff;
      padding: 0;
      animation-name: color-effect;
      animation-duration: 1200ms;
      animation-iteration-count: infinite;
      font-family: 'S-CoreDream';
      cursor: pointer;
      }
    } 
    
  }
}

@keyframes color-effect {
  0% {
    color: #fff;
    background-color: #00a8e7;
  }

  50% {
    background-color: #de0000;
  }
}

@keyframes color-effect2 {
  0% {
    color: #fff;
    background-color: #07003f;
  }

  50% {
    color: #07003f;
    background-color: #00c6d3;
  }
}


@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: inherit;
  }

  #fullpage {
    .con_wrap {
      min-width: 100%;
      /* background-size: 1020px; */
      
      section {
        min-height: auto;
        position: relative;
        >div {
          min-height: calc(100vh - 145px);
          overflow: hidden;
          padding-bottom: 0;
        }
  
      }
      .section_1 {
        h4 {
        font-size: 1.5em;
        margin-bottom: 0;
        letter-spacing: 3px;
      }
       h1 {
        img {
          width: 320px;
        }
       }
       h3 {
        font-size: 21px;
        border-width: 4px;
        margin-top: 0;
        span {
          margin: 0 10px;
        }
      }
      h5 {
        font-size: 20px;
      }
       h6 {
        font-size: 20px
      }

      }
      .section_2{
        >div {
          display: flex;
          flex-direction: column;
          padding-bottom: 60px;
          h2 {
            font-size: 40px;
            margin-top: 60px;
          }
          h5 {
            font-size: 18px;
          }
          ul {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 1em;
            li {
              width: 150px;
              img {
                width: 100%;
              }
              h4 {
                font-size: 16px;
                width: 100%;
                transform: translate(-50%, 330%);
                span {
                  font-size: 11px;
                }
              }
              &:first-child {
                h4 {
                  transform: translate(-50%, 170%);
                }
              }
            }
          }

        }
      }
      .section_3{
        min-height:0;
        padding-bottom: 145px;
        
        > div{
          display: block;
          min-height: auto;
          
          
          .event {
            padding: 33px 10px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            /* padding-bottom: 190px; */
            width: auto;
            position: relative;
            z-index: 1;
            
            
            
            
             h3 {
              font-size: 24px;
            }
            ul {
              font-size: 11px;
              text-align: left;
            }
          }
          .copy{
            font-size: 11px;
            padding: 20px 15px;
          }
        }
      }
    }

  }


  footer {
    min-width: calc(100vw - 30px);
    /* background-size: cover; */
    padding: 15px 15px 15px 15px;
    width: calc(100vw - 30px);
    >div {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      h5{
        font-size: 1.5em;
        width: 100%;
        text-align: center;
      }
      form{
        display: flex;
      flex-wrap: wrap;
       gap: 10px;
      input[type=checkbox]{
        &:checked{
          &+label{
            &:before {
              top: 0;
            }
          }
        }
        &+label {
        font-size: 14px;
        margin-bottom: 7px;
        &:before {
          top: 3px;
        }
      }
      }
      input[type="text"],
      input[type="tel"] {
        width: 48%;
        font-size: 16px;
        padding-left: 0;
        height: 2em;
        text-align: center;
      }
      button {
        height: 2em;
        font-size: 16px;
        line-height: 2em;
        width: 48%;
        max-width: 300px;
      }
      > div {
        width:48%;
      }
      }

    
    }
  }

}

@keyframes right {
  0% {
    opacity: 0.3;
  }

  45% {
    opacity: 1;
  }

  55% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}


@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}