@charset "UTF-8";
@import url(../font/font.css);
@import url(../css/reset.css);
/* 공통 */
header {
  width: 100vw;
  background: linear-gradient(to bottom, #000, #000 10%, transparent);
  position: fixed;
  z-index: 999;
}
header .inner {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
header .inner h1 img {
  width: 100%;
}
header .inner .fa-bars {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

::-webkit-scrollbar {
  display: none;
}

figure {
  margin: 0;
  padding: 0;
  position: relative;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  position: relative;
}

body {
  font-family: "Pretendard";
  font-weight: 400;
  overflow-x: hidden;
  background: #eee;
}

.menu_wrap {
  display: none;
  z-index: 999;
  width: 20%;
  height: 100%;
  background: #ffb414;
  position: fixed;
  top: 0;
  right: -20%;
  font-size: 2rem;
  border-radius: 50px 0 0 0;
}
.menu_wrap .close {
  padding: 30px;
}
.menu_wrap ul li a {
  padding: 15px 0 0 30px;
  font-weight: 700;
  font-style: italic;
}
.menu_wrap ul li a:hover {
  transition: 0.35s;
}
.menu_wrap ul li a:hover span::after {
  content: "";
  width: 100%;
  left: 0%;
  height: 2px;
  display: block;
  position: absolute;
  margin-top: 3px;
  border-bottom: 3px solid #000;
  transition: 0.35s;
}
.menu_wrap ul li a span {
  position: relative;
}
.menu_wrap ul li a span::after {
  content: "";
  width: 0%;
  left: 50%;
  height: 2px;
  display: block;
  position: absolute;
  margin-top: 3px;
  border-bottom: 3px solid #000;
  transition: 0.35s;
}

.menu_bg {
  z-index: 980;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  display: none;
}

#sect1 video {
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

#sect2 article .slideContainer .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#sect2 article .slideContainer .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 235px;
  height: 316px;
}
#sect2 article .slideContainer .swiper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 30px 30px 0 0;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
}
#sect2 article .ing_list {
  display: none;
}
#sect2 .bg {
  display: none;
}

#sect3 .tag h3 {
  display: inline-block;
  background: #000;
  color: #ffb414;
  font-size: 1.5vw;
  padding: 10px 20px;
  border-radius: 0px 30px 30px 0px;
}

#sect3 article .slideContainer .ing_list li.box {
  padding: 10px;
  display: inline-block;
  background: #eee;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

#sect3 .btn {
  display: none;
}

#sect3 .circle01 {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background: #ffcc11;
  position: absolute;
  left: -10%;
  bottom: -20%;
  z-index: -1;
}

#sect3 .circle02 {
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  background: #ffb414;
  position: absolute;
  left: 25%;
  bottom: -30%;
  z-index: -2;
}

#sect3 .box,
#sect3 .swiper-slide img {
  width: 100%;
}

#sect4 figure img {
  display: none;
}
#sect4 .box2 .notice {
  background: #fff;
}
#sect4 .box2 .notice ul li a:hover {
  background: #eee;
}

#sect5 .banner a img {
  vertical-align: top;
}
#sect5 .m_banner {
  display: none;
}

footer {
  background: #333333;
  color: #fff;
  padding: 20px;
}

/* 모바일 */
@media screen and (max-width: 516px) {
  figure {
    width: 100vw;
    height: 100vh;
    background: #000;
  }
  article {
    width: 460px;
    margin: auto;
  }
  header .inner {
    width: 460px;
  }
  #sect1 .title {
    color: #fff;
  }
  #sect1 .title ul {
    width: 60vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    text-align: center;
  }
  #sect1 .title ul li {
    font-size: 5.3vw;
  }
  #sect1 .title ul li img {
    width: 100%;
  }
  #sect1 .title ul li:nth-child(2) {
    font-size: 15vw;
    font-weight: 900;
  }
  #sect2 figure {
    display: none;
  }
  #sect2 article {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
  }
  #sect2 article .title {
    width: 80px;
    margin-left: 10px;
    margin-right: 10px;
    border: 5px solid #ffb414;
  }
  #sect2 article .title h2 {
    text-align: center;
  }
  #sect2 article .slideContainer {
    display: none;
  }
  #sect2 article .text_pairing ul {
    width: 360px;
    height: 68px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 13px;
    border-top: 3px solid #c4c4c4;
    border-bottom: 3px solid #c4c4c4;
    background: rgba(255, 255, 255, 0.5);
  }
  #sect2 article .text_pairing ul li span {
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
  }
  #sect2 article .text_pairing ul li p {
    margin-top: 10px;
  }
  #sect2 .bg {
    display: block;
    width: 100%;
    height: 700%;
    background: #ffcc11;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: -1;
    transform: skewY(-20deg);
  }
  #sect3 article .title .line {
    width: 300px;
    height: 4px;
    background: #000;
    position: absolute;
    right: 0;
    top: 1%;
  }
  #sect3 article .title h2 {
    font-size: 6vw;
    display: inline-block;
  }
  #sect3 article .slideContainer {
    margin-top: 50px;
  }
  #sect3 article .slideContainer .tag h3 {
    font-size: 4vw;
  }
  #sect3 article .slideContainer .ing_list .box {
    width: 460px;
    margin: 10px 0;
  }
  #sect3 article .slideContainer .ing_list .box a {
    display: flex;
  }
  #sect3 article .slideContainer .ing_list .box a img {
    width: 170px;
    height: 85px;
  }
  #sect3 article .slideContainer .ing_list .box a ul.list {
    padding: 0 10px 0;
  }
  #sect3 article .slideContainer .ing_list .box a ul.list li.list_title {
    font-size: 16px;
    font-weight: bold;
  }
  #sect3 article .slideContainer .ing_list .box a ul.list li.list_text {
    font-size: 14px;
    margin-top: 5px;
  }
  #sect3 article .slideContainer .ing_list .box a ul.list li.list_text span {
    font-weight: bold;
    color: #ffb414;
  }
  #sect3 article .slideContainer .ing_list .box a ul.list li.list_text p {
    letter-spacing: -0.95px;
    line-height: 20px;
  }
  #sect3 article .slideContainer .end {
    display: none;
  }
  #sect3 article .slideContainer .btn {
    display: block;
    text-align: center;
    margin: 50px 0;
  }
  #sect3 article .slideContainer .btn .btn_txt {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    color: #fc7700;
    border: 3px solid #fc7700;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #sect3 .circle01 {
    display: none;
  }
  #sect3 .circle02 {
    display: none;
  }
  #sect3 .bg {
    display: block;
    width: 100%;
    height: 70%;
    background: #ffcc11;
    position: absolute;
    top: 900px;
    left: 0;
    z-index: -1;
    transform: skewY(30deg);
  }
  #sect3 .bg img {
    display: none;
  }
  #sect4 figure {
    display: none;
  }
  #sect4 article .contentsWrap .box1 {
    margin-bottom: 100px;
  }
  #sect4 article .contentsWrap .box1 h2 {
    display: flex;
    font-size: 6vw;
  }
  #sect4 article .contentsWrap .box1 h2 img {
    position: absolute;
    top: -1030px;
  }
  #sect4 article .contentsWrap .box1 .line {
    width: 320px;
    height: 4px;
    background: #000;
    position: absolute;
    right: 0;
    top: 2%;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper-button-prev {
    left: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper-button-next {
    right: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper {
    margin: 0;
    width: 100%;
    height: 90px;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper {
    margin: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 150px;
    margin: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #sect4 article .contentsWrap .box2 {
    margin-bottom: 100px;
  }
  #sect4 article .contentsWrap .box2 h2 {
    display: flex;
    font-size: 6vw;
  }
  #sect4 article .contentsWrap .box2 h2 img {
    position: absolute;
    right: 10px;
    top: -50px;
  }
  #sect4 article .contentsWrap .box2 .line {
    width: 340px;
    height: 4px;
    background: #000;
    position: absolute;
    right: 0;
    top: 25.5%;
  }
  #sect4 article .contentsWrap .box2 .fa-plus {
    color: #fc7700;
    position: absolute;
    right: 10px;
    font-size: 6vw;
    top: 27%;
  }
  #sect4 article .contentsWrap .box2 .notice {
    margin: 20px 0;
    background: #fff;
  }
  #sect4 article .contentsWrap .box2 .notice ul {
    font-size: 14px;
  }
  #sect4 article .contentsWrap .box2 .notice ul li a {
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box2 .notice ul li a p {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #sect4 article .contentsWrap .box3 {
    width: 250px;
    margin-bottom: 20px;
  }
  #sect4 article .contentsWrap .box3 .replay .btn {
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box3 .replay .btn li {
    width: 125px;
    font-size: 15px;
    white-space: normal;
    text-align: center;
    word-break: keep-all;
    padding: 8px 15px;
    background: #ffb414;
  }
  #sect4 article .contentsWrap .box3 .replay .btn li.on {
    font-weight: bold;
    background: #000;
    color: #fff;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 {
    background: #000;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 .swiper {
    width: 250px;
    height: 288px;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 img {
    width: 100%;
    height: 100%;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul {
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul li a {
    width: 70%;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul li a img {
    width: 100%;
  }
  #sect4 .bg {
    width: 70%;
    position: absolute;
    right: -70px;
    bottom: 10px;
    z-index: -1;
  }
  #sect4 .bg img {
    width: 100%;
  }
  #sect4 .circle {
    display: none;
  }
  #sect4 .TARGET {
    display: none;
  }
  #sect5 {
    height: 65vh;
    overflow: hidden;
  }
  #sect5 .banner {
    display: none;
    vertical-align: top;
  }
  #sect5 .m_banner {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  #sect5 .m_banner a:first-child img {
    border-radius: 30px 0 0 0;
  }
  #sect5 .m_banner a:last-child img {
    border-radius: 0 30px 0 0;
  }
  #sect5 .bg {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffcc11;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: -2;
    transform: skewY(-20deg);
  }
  footer .wrap {
    display: flex;
    flex-direction: column;
  }
  footer .wrap .left {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  footer .wrap .right img {
    margin: 0 10px;
  }
}
/* 태블릿 */
@media screen and (min-width: 517px) {
  figure {
    width: 100vw;
    min-width: 1194px;
    height: 100vh;
  }
  article {
    width: 1050px;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .inner {
    width: 1050px;
  }
  #sect1 figure video {
    display: block;
    width: 100%;
    height: 100vh;
    margin: auto;
  }
  #sect1 article .title {
    color: #fff;
  }
  #sect1 article .title ul {
    width: 24vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    text-align: center;
  }
  #sect1 article .title ul li {
    font-size: 2vw;
  }
  #sect1 article .title ul li img {
    width: 100%;
  }
  #sect1 article .title ul li:nth-child(2) {
    font-size: 6vw;
    font-weight: 900;
  }
  #sect2 figure {
    width: 100vw;
    height: 100vh;
    background: url(../img/sect2/bg.png) no-repeat center/cover;
  }
  #sect2 article .title .line {
    width: 100%;
    height: 5px;
    background: #ffb414;
    position: absolute;
    top: 10%;
  }
  #sect2 article .title h2 {
    font-size: 2.5vw;
    color: #ffb414;
    background: #000;
    padding: 30px;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sect2 article .slideContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sect2 article .slideContainer .swiper {
    width: 1050px;
    padding: 0 100px;
  }
  #sect2 article .slideContainer .swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 402px;
  }
  #sect2 article .slideContainer .contents {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  #sect2 article .slideContainer .contents.on {
    display: block;
  }
  #sect2 article .slideContainer .contents .guide {
    background: #ffb414;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 30px 0;
  }
  #sect2 article .slideContainer .contents .guide p {
    font-size: 1.2vw;
    font-weight: 600;
  }
  #sect2 article .slideContainer .contents .division {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  #sect2 article .slideContainer .contents .division .Disabled {
    display: inline-block;
    background: #ed7b7b;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 5px;
  }
  #sect2 article .slideContainer .contents .division .Rating {
    color: #fff;
    padding: 2px 3px;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  #sect3 {
    height: 100vh;
  }
  #sect3 article {
    z-index: 90;
  }
  #sect3 article .title .line {
    width: 100%;
    height: 5px;
    background: #000;
    position: absolute;
    top: 9%;
  }
  #sect3 article .title h2 {
    font-size: 2.5vw;
    color: #000;
    background: #eee;
    padding: 30px;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sect3 article .slideContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sect3 article .slideContainer ul.list {
    width: 240px;
    padding: 5px;
  }
  #sect3 article .slideContainer li.list_title {
    font-size: 0.7vw;
    font-weight: bold;
  }
  #sect3 article .slideContainer li.list_text {
    margin-top: 5px;
  }
  #sect3 article .slideContainer li.list_text span {
    font-weight: bold;
    color: #ffb414;
  }
  #sect3 article .slideContainer li.list_text p {
    letter-spacing: -0.95px;
    line-height: 20px;
    font-size: 0.9vw;
  }
  #sect3 article .slideContainer .ing ul.ing_list {
    padding: 0 20px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }
  #sect3 article .slideContainer .ing ul.ing_list li.box {
    width: 260px;
    height: 260px;
  }
  #sect3 article .slideContainer .end .swiper {
    padding: 20px 0;
    width: 1050px;
  }
  #sect3 article .slideContainer .end .swiper .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 260px;
    padding: 10px;
    background: #eee;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  }
  #sect3 article .slideContainer .end .swiper .swiper-slide .swiper-slide {
    width: 100%;
  }
  #sect3 article .slideContainer .end .swiper .swiper-slide .swiper-slide img {
    width: 100%;
  }
  #sect3 .bg img {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  #sect4 {
    height: 100vh;
  }
  #sect4 article {
    z-index: 10;
  }
  #sect4 article .contentsWrap {
    width: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box1 {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box1 h2 {
    position: relative;
    font-size: 5vw;
    padding-right: 50px;
  }
  #sect4 article .contentsWrap .box1 h2 p {
    color: #ffb414;
  }
  #sect4 article .contentsWrap .box1 h2 img {
    position: absolute;
    top: 20px;
    left: 140px;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper-button-prev {
    left: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper-button-next {
    right: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper {
    margin: 0;
    width: 750px;
    height: 150px;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper {
    margin: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 150px;
    margin: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #sect4 article .contentsWrap .box2 {
    width: 65%;
    height: 360px;
    position: relative;
  }
  #sect4 article .contentsWrap .box2 h2 {
    margin-top: 10px;
    font-size: 5vw;
    color: #ffb414;
    position: relative;
  }
  #sect4 article .contentsWrap .box2 h2 img {
    position: absolute;
    top: 20px;
    left: 250px;
  }
  #sect4 article .contentsWrap .box2 .fa-plus {
    color: #ffb414;
    font-size: 3vw;
    position: absolute;
    top: 50px;
    right: 0;
  }
  #sect4 article .contentsWrap .box2 .notice {
    background: #fff;
    margin-top: 15px;
  }
  #sect4 article .contentsWrap .box2 .notice ul li a {
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box3 {
    width: 30%;
    height: 360px;
    position: relative;
  }
  #sect4 article .contentsWrap .box3 .replay {
    position: absolute;
    right: 0;
  }
  #sect4 article .contentsWrap .box3 .replay .btn {
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box3 .replay .btn li {
    width: 50%;
    font-size: 1.2vw;
    text-align: center;
    padding: 15px 20px;
    background: #ffb414;
  }
  #sect4 article .contentsWrap .box3 .replay .btn li.on {
    font-weight: bold;
    background: #000;
    color: #fff;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 {
    width: 100%;
    background: #000;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 .swiper {
    width: 313px;
    height: 263px;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul {
    display: flex;
    width: 100%;
    height: 50px;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul li a {
    width: 50%;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul li a img {
    width: 100%;
  }
  #sect4 .bg {
    display: none;
  }
  #sect4 .circle {
    position: absolute;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    background: #ffcc11;
    right: -3%;
    bottom: -5%;
  }
  #sect5 .banner {
    width: 100%;
  }
  #sect5 .banner a {
    display: block;
  }
  #sect5 .banner a img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  footer {
    display: flex;
    align-items: center;
    height: 250px;
    background: #333;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.8vw;
  }
  footer .wrap {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  footer .wrap .left {
    line-height: 2rem;
  }
  footer .wrap .right {
    display: flex;
  }
  footer .wrap .right img {
    width: 40px;
    height: 38px;
    margin: 10px;
  }
}
/* PC */
@media screen and (min-width: 1400px) {
  figure {
    width: 100vw;
    height: 100vh;
  }
  article {
    width: 1400px;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .inner {
    width: 1400px;
  }
  #sect1 figure video {
    display: block;
    width: 100%;
    min-width: 1400px;
    height: 100vh;
  }
  #sect1 article .title {
    color: #fff;
  }
  #sect1 article .title ul {
    width: 18vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    text-align: center;
  }
  #sect1 article .title ul li {
    font-size: 1.4vw;
  }
  #sect1 article .title ul li img {
    width: 100%;
  }
  #sect1 article .title ul li:nth-child(2) {
    font-size: 4.5vw;
    font-weight: 900;
  }
  #sect2 figure {
    width: 100vw;
    height: 100vh;
    background: url(../img/sect2/bg.png) no-repeat center/cover;
  }
  #sect2 article .title .line {
    width: 100%;
    height: 5px;
    background: #ffb414;
    position: absolute;
    top: 10%;
  }
  #sect2 article .title h2 {
    font-size: 2.5vw;
    color: #ffb414;
    background: #000;
    padding: 30px;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sect2 article .slideContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sect2 article .slideContainer .swiper {
    width: 1400px;
    padding: 100px;
  }
  #sect2 article .slideContainer .swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 402px;
  }
  #sect2 article .slideContainer .contents {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  #sect2 article .slideContainer .contents.on {
    display: block;
  }
  #sect2 article .slideContainer .contents .guide {
    background: #ffb414;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 30px 0;
  }
  #sect2 article .slideContainer .contents .guide p {
    font-size: 0.8vw;
    font-weight: 600;
  }
  #sect2 article .slideContainer .contents .division {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  #sect2 article .slideContainer .contents .division .Disabled {
    display: inline-block;
    background: #ed7b7b;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 5px;
  }
  #sect2 article .slideContainer .contents .division .Rating {
    color: #fff;
    padding: 2px 3px;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  #sect3 {
    height: 100vh;
  }
  #sect3 article {
    z-index: 90;
  }
  #sect3 article .title .line {
    width: 100%;
    height: 5px;
    background: #000;
    position: absolute;
    top: 9%;
  }
  #sect3 article .title h2 {
    font-size: 2.5vw;
    color: #000;
    background: #eee;
    padding: 30px;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sect3 article .slideContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sect3 article .slideContainer ul.list {
    width: 240px;
    padding: 5px;
  }
  #sect3 article .slideContainer li.list_title {
    font-size: 0.7vw;
    font-weight: bold;
  }
  #sect3 article .slideContainer li.list_text {
    margin-top: 5px;
  }
  #sect3 article .slideContainer li.list_text span {
    font-weight: bold;
    color: #ffb414;
  }
  #sect3 article .slideContainer li.list_text p {
    letter-spacing: -0.8px;
    line-height: 20px;
    font-size: 0.7vw;
  }
  #sect3 article .slideContainer .ing ul.ing_list {
    padding: 0 50px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }
  #sect3 article .slideContainer .ing ul.ing_list li.box {
    width: 260px;
    height: 260px;
  }
  #sect3 article .slideContainer .end .swiper {
    padding: 50px;
    width: 1400px;
  }
  #sect3 article .slideContainer .end .swiper .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 260px;
    padding: 10px;
    background: #eee;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  }
  #sect3 .bg img {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  #sect4 {
    height: 100vh;
    width: 100vw;
  }
  #sect4 figure img {
    display: block;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-animation: twink 1s step-end infinite;
            animation: twink 1s step-end infinite;
  }
  #sect4 article {
    z-index: 10;
  }
  #sect4 article .contentsWrap {
    width: 1400px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  #sect4 article .contentsWrap .box1 {
    width: 900px;
    height: 317px;
    display: block;
  }
  #sect4 article .contentsWrap .box1 h2 {
    position: relative;
    font-size: 3vw;
  }
  #sect4 article .contentsWrap .box1 h2 p {
    color: #ffb414;
  }
  #sect4 article .contentsWrap .box1 h2 img {
    position: absolute;
    top: 15px;
    left: 110px;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper-button-prev {
    left: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper-button-next {
    right: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper {
    margin: 0;
    width: 900px;
    height: 150px;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper {
    margin: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 150px;
    margin: 0;
  }
  #sect4 article .contentsWrap .box1 .slidecontainer01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #sect4 article .contentsWrap .box2 {
    position: relative;
    width: 900px;
    height: 347px;
    display: block;
  }
  #sect4 article .contentsWrap .box2 h2 {
    margin-top: 10px;
    font-size: 3vw;
    color: #ffb414;
    position: relative;
  }
  #sect4 article .contentsWrap .box2 h2 img {
    position: absolute;
    top: 15px;
    left: 210px;
  }
  #sect4 article .contentsWrap .box2 .fa-plus {
    color: #ffb414;
    font-size: 1.8vw;
    position: absolute;
    right: 0;
    top: 35px;
  }
  #sect4 article .contentsWrap .box2 .notice {
    background: #fff;
    margin-top: 15px;
  }
  #sect4 article .contentsWrap .box2 .notice ul li a {
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box3 {
    margin-top: 50px;
    width: 400px;
    height: 580px;
  }
  #sect4 article .contentsWrap .box3 .replay .btn {
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box3 .replay .btn li {
    font-size: 0.8vw;
    text-align: center;
    width: 200px;
    height: 60px;
    line-height: 30px;
    background: #ffb414;
  }
  #sect4 article .contentsWrap .box3 .replay .btn li.on {
    font-weight: bold;
    background: #000;
    color: #fff;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 {
    background: #000;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 .swiper {
    width: 400px;
    height: 460px;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sect4 article .contentsWrap .box3 .replay .slidecontainer02 img {
    width: 100%;
    height: 100%;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul {
    display: flex;
    justify-content: space-between;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul li {
    width: 50%;
  }
  #sect4 article .contentsWrap .box3 .replay .sns ul li a img {
    width: 100%;
  }
  #sect4 .bg {
    position: absolute;
    left: -120px;
    bottom: 10px;
  }
  #sect4 .bg img {
    width: 70%;
  }
  #sect4 .circle {
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    background: #ffcc11;
    position: absolute;
    right: 0%;
    bottom: -20%;
    z-index: -2;
  }
  #sect4 .TARGET {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
  }
  #sect5 .banner {
    width: 100%;
  }
  #sect5 .banner a {
    display: block;
  }
  #sect5 .banner a img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  footer {
    display: flex;
    align-items: center;
    height: 250px;
    background: #333;
    color: #fff;
    font-size: 0.7vw;
    line-height: 1.2vw;
  }
  footer .wrap {
    width: 1600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  footer .wrap .left p span {
    padding-right: 10px;
  }
  footer .wrap .right {
    display: flex;
    align-items: center;
  }
  footer .wrap .right img {
    width: 30px;
    margin: 10px;
  }
}
@-webkit-keyframes twink {
  50% {
    opacity: 0;
  }
}
@keyframes twink {
  50% {
    opacity: 0;
  }
}/*# sourceMappingURL=OCN.css.map */