@import "/reset.css";
body {
  background-color: #fffdf6;
  overflow-x: hidden;
}

header {
  z-index: 60;
  position: fixed;
  width: 100%;
  height: 76px;
  background-image: url(./img/bgHeader.gif);
}
header .wrap {
  height: 76px;
  padding: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subTit,
.contentMenu {
  position: relative;
  z-index: 10;
}

.footer_menu {
  display: none;
}

select {
  margin: 10px 0;
  color: #fff;
  padding: 5px 15px 5px 5px;
  border: 1px solid #000;
  background: #000 url("https://freepikpsd.com/media/2019/10/down-arrow-icon-png-7-Transparent-Images.png");
}

select option {
  background: #000;
  color: #fff;
  padding: 10px 0;
}

.container {
  width: 100%;
  height: 100%;
  background: url(./img/bgContent.gif);
  background-position: center;
  background-repeat: repeat-y;
  z-index: -1;
}

footer {
  background: url(./img/bgBodyTop.gif);
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 820px) {
  section {
    position: relative;
  }
  .subTit h2 .pc {
    display: none;
  }
  header {
    z-index: 60;
    width: 100%;
    height: 76px;
    background-image: url(./img/bgHeader.gif);
  }
  header .wrap {
    height: 76px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .wrap nav {
    display: none;
  }
  header .wrap .gnb {
    display: none;
  }
  #sect1 {
    padding-top: 120px;
  }
  #sect1 .subTit {
    text-align: center;
  }
  #sect1 .subTit .wide {
    display: inline-block;
  }
  #sect1 .subTit .wide {
    display: none;
  }
  #sect1 .content {
    position: relative;
  }
  #sect1 .content .visual {
    display: none;
    width: 819px;
    height: 560px;
    position: relative;
    margin: auto;
  }
  #sect1 .content .visual .music {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #sect1 .content .visual .snack {
    z-index: 1;
    position: absolute;
    width: 335px;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
  }
  #sect1 .content .visual .snack2 {
    position: absolute;
    left: 22%;
    bottom: 20%;
  }
  #sect1 .content .visual .snack3 {
    position: absolute;
    right: 30%;
    bottom: 20%;
  }
  #sect1 .content .visual .txt {
    position: absolute;
    left: 47%;
    bottom: 0%;
    transform: translateX(-50%);
  }
  #sect1 .content .mobile_viual .set {
    display: block;
    text-align: center;
    padding: 50px 0;
  }
  #sect1 .content .mobile_viual .sns {
    position: relative;
    width: 100%;
    border: 1px solid #999;
    background: #fff;
    font-size: 13px;
    padding: 20px 0;
    margin: 20px auto;
  }
  #sect1 .content .mobile_viual .sns span img {
    width: 30%;
  }
  #sect1 .content .mobile_viual .ad {
    display: block;
    text-align: center;
    padding-bottom: 120px;
  }
  #sect1 .content .mobile_viual .ad div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sect1 .content .mobile_viual .ad div span {
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
  }
  #sect2 {
    height: 500px;
  }
  #sect2 .wrap {
    position: relative;
    height: 100%;
    width: 500px;
    margin: auto;
  }
  #sect2 .wrap .subTit h2 {
    text-align: center;
    font-weight: normal;
  }
  #sect2 .wrap .subTit h2 img {
    width: 40%;
  }
  #sect2 .wrap .subTit h2 p {
    font-size: 15px;
  }
  #sect2 .wrap .subTit h2 p br {
    display: inline-block;
    content: " ";
    letter-spacing: -2;
  }
  #sect2 .wrap .contentMenu {
    z-index: 10;
    text-align: center;
  }
  #sect2 .anibg img {
    width: 150%;
    z-index: 2;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: anibg 15s ease-in-out infinite;
            animation: anibg 15s ease-in-out infinite;
  }
  #sect3 {
    height: 500px;
  }
  #sect3 .wrap {
    position: relative;
    height: 100%;
    width: 500px;
    margin: auto;
  }
  #sect3 .wrap .subTit h2 {
    text-align: center;
    font-weight: normal;
  }
  #sect3 .wrap .subTit h2 img {
    width: 40%;
  }
  #sect3 .wrap .subTit h2 p {
    font-size: 15px;
  }
  #sect3 .wrap .subTit h2 p br {
    display: inline-block;
    content: " ";
    letter-spacing: -2;
  }
  #sect3 .wrap .contentMenu {
    z-index: 10;
    text-align: center;
  }
  #sect3 .anibg img {
    width: 200%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: anibg 15s ease-in-out infinite;
            animation: anibg 15s ease-in-out infinite;
  }
  #sect4 {
    height: 600px;
  }
  #sect4 .wrap {
    position: relative;
    height: 100%;
    width: 500px;
    margin: auto;
  }
  #sect4 .wrap .subTit h2 {
    text-align: center;
    font-weight: normal;
  }
  #sect4 .wrap .subTit h2 img {
    width: 40%;
  }
  #sect4 .wrap .subTit h2 p {
    font-size: 15px;
  }
  #sect4 .wrap .subTit h2 p br {
    display: inline-block;
    content: " ";
    letter-spacing: -2;
  }
  #sect4 .wrap .contentMenu {
    z-index: 10;
    text-align: center;
  }
  #sect4 .anibg img {
    width: 200%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: anibg 15s ease-in-out infinite;
            animation: anibg 15s ease-in-out infinite;
  }
  #sect5 {
    height: 100vh;
  }
  #sect5 .wrap {
    position: relative;
    height: 100%;
    width: 500px;
    margin: 0 auto;
  }
  #sect5 .wrap .subTit h2 {
    text-align: center;
    font-weight: normal;
  }
  #sect5 .wrap .subTit h2 img {
    width: 40%;
  }
  #sect5 .wrap .subTit h2 p {
    font-size: 15px;
  }
  #sect5 .wrap .subTit h2 p br {
    display: inline-block;
    content: " ";
    letter-spacing: -2;
  }
  #sect5 .wrap .contentMenu {
    z-index: 10;
    text-align: center;
  }
  #sect5 .anibg img {
    width: 200%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: anibg 15s ease-in-out infinite;
            animation: anibg 15s ease-in-out infinite;
  }
  #sect5 .bottombg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  footer {
    top: -8px;
    height: 185px;
  }
  footer .footer_menu {
    display: block;
  }
  footer .wrap {
    font-size: 12px;
    width: 463px;
    margin: auto;
    padding: 30px;
  }
  footer .wrap .pc {
    display: none;
  }
  footer .wrap p {
    color: #999;
  }
  footer .wrap span {
    color: #ffa12e;
    font-weight: bold;
    padding-right: 6px;
  }
  .basic {
    display: none;
  }
  #remote {
    display: none;
    top: 50%;
    left: 50%;
    z-index: 3000;
    width: 44px;
    height: 207px;
    margin: -103px 0 0 -532px;
    background: url(./img/remote_bg.gif);
    text-indent: -99999px;
  }
}
@media screen and (min-width: 821px) {
  header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 76px;
    background-image: url(./img/bgHeader.gif);
  }
  header .wrap {
    max-width: 1064px;
    height: 76px;
    margin: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .wrap nav {
    width: 55%;
  }
  header .wrap nav ul {
    display: flex;
    justify-content: space-between;
  }
  header .wrap nav ul li {
    position: relative;
  }
  header .wrap nav ul li a span.hover {
    display: none;
  }
  header .wrap nav ul li::after {
    content: url(./img/bulGnb.gif);
    position: absolute;
    top: -15px;
    right: -5px;
  }
  header .wrap nav ul li:hover span.off {
    display: none;
  }
  header .wrap nav ul li:hover span.hover {
    display: block;
  }
  header .wrap nav ul li:hover a {
    color: #f26518;
    text-decoration: underline;
  }
  header .wrap .btngnb {
    display: none;
  }
  header .wrap .gnb {
    display: flex;
    font-size: 13px;
    gap: 1rem;
  }
  .subTit h2 .mobile {
    display: none;
  }
  section {
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  #sect1 {
    background: #fffdf6;
    height: 85vh;
    padding-top: 120px;
  }
  #sect1 .subTit {
    text-align: center;
  }
  #sect1 .subTit .wide {
    display: inline-block;
  }
  #sect1 .subTit .wide img {
    width: 500px;
  }
  #sect1 .subTit .small {
    display: none;
  }
  #sect1 .visual {
    width: 1064px;
    height: 560px;
    position: relative;
    margin: auto;
  }
  #sect1 .visual .music {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #sect1 .visual .snack {
    z-index: 2;
    position: absolute;
    left: 51.5%;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-animation: snack 0.45s linear 3s forwards;
            animation: snack 0.45s linear 3s forwards;
  }
  #sect1 .visual .snack2 {
    position: absolute;
    left: 19%;
    bottom: 20%;
    opacity: 0;
    -webkit-animation: snacks 1s linear 3.5s forwards;
            animation: snacks 1s linear 3.5s forwards;
  }
  #sect1 .visual .snack3 {
    position: absolute;
    right: 21%;
    bottom: 20%;
    opacity: 0;
    z-index: 1;
    -webkit-animation: snacks 1s linear 3.5s forwards;
            animation: snacks 1s linear 3.5s forwards;
  }
  #sect1 .visual .txt {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
  }
  #sect1 .visual .shrimp1 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: shrimp1 2s linear forwards;
            animation: shrimp1 2s linear forwards;
  }
  #sect1 .visual .shrimp2 {
    position: absolute;
    left: 30%;
    top: 0;
    -webkit-animation: shrimp2 2s 0.4s linear forwards;
            animation: shrimp2 2s 0.4s linear forwards;
  }
  #sect1 .visual .shrimp3 {
    position: absolute;
    left: 45%;
    top: 0;
    -webkit-animation: shrimp3 2s 0.8s linear forwards;
            animation: shrimp3 2s 0.8s linear forwards;
  }
  #sect1 .visual .shrimp4 {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-animation: shrimp4 2s 1.1s linear forwards;
            animation: shrimp4 2s 1.1s linear forwards;
  }
  #sect1 .visual .ship {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #sect1 .visual .ad {
    position: absolute;
    right: 2%;
    bottom: 30%;
  }
  #sect1 .visual .ad img {
    width: 220px;
  }
  #sect1 .visual .sns {
    position: absolute;
    width: 220px;
    height: 210px;
    font-size: 13px;
    right: 2%;
    top: 5%;
    background: #fff;
    border: 1px solid #999;
    color: #333;
    padding: 10px;
  }
  #sect1 .visual .sns p:last-child {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    padding: 0 0 10px 0;
  }
  #sect1 .visual .sns img {
    width: 100%;
  }
  #sect1 .mobile_viual {
    display: none;
  }
  #sect2 .wrap {
    position: relative;
    height: 100%;
    width: 1064px;
    margin: auto;
  }
  #sect2 .wrap .subTit {
    position: absolute;
    left: 0;
    top: 35%;
  }
  #sect2 .wrap .subTit h2 {
    width: 350px;
    text-align: right;
  }
  #sect2 .wrap .subTit h2 p {
    font-size: 20px;
    font-weight: normal;
  }
  #sect2 .wrap .contentMenu {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 35%;
  }
  #sect2 .anibg {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: anibg 15s ease-in-out infinite;
            animation: anibg 15s ease-in-out infinite;
  }
  #sect3 {
    background: url(./img/bgContent.gif);
    background-size: contain;
    background: center bottom;
    height: 700px;
  }
  #sect3 .wrap {
    position: relative;
    height: 100%;
    width: 1064px;
    margin: auto;
  }
  #sect3 .wrap .subTit {
    position: absolute;
    left: 0;
    top: 35%;
  }
  #sect3 .wrap .subTit h2 {
    width: 350px;
    text-align: right;
  }
  #sect3 .wrap .subTit h2 p {
    font-size: 20px;
    font-weight: normal;
  }
  #sect3 .wrap .contentMenu {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 35%;
  }
  #sect3 .anibg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-animation: anibg 18s 1.2s ease-in-out infinite;
            animation: anibg 18s 1.2s ease-in-out infinite;
  }
  #sect4 {
    height: 770px;
  }
  #sect4 .wrap {
    position: relative;
    height: 100%;
    width: 1064px;
    margin: auto;
  }
  #sect4 .wrap .subTit {
    position: absolute;
    left: 0;
    top: 35%;
  }
  #sect4 .wrap .subTit h2 {
    width: 350px;
    text-align: right;
  }
  #sect4 .wrap .subTit h2 p {
    font-size: 20px;
    font-weight: normal;
  }
  #sect4 .wrap .contentMenu {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 35%;
  }
  #sect4 .anibg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-animation: anibg 16s ease-in-out infinite;
            animation: anibg 16s ease-in-out infinite;
  }
  #sect5 {
    background: url(./img/bgContent.gif);
    background-size: contain;
    background: center bottom;
    height: 736px;
    overflow: hidden;
  }
  #sect5 .wrap {
    position: relative;
    height: 100%;
    width: 1064px;
    margin: auto;
  }
  #sect5 .wrap .subTit {
    position: absolute;
    left: 0;
    top: 35%;
  }
  #sect5 .wrap .subTit h2 {
    width: 350px;
    text-align: right;
  }
  #sect5 .wrap .subTit h2 p {
    font-size: 20px;
    font-weight: normal;
  }
  #sect5 .wrap .contentMenu {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 35%;
  }
  #sect5 .anibg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-animation: anibg 18s ease-in-out infinite;
            animation: anibg 18s ease-in-out infinite;
  }
  #sect5 .bottombg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #remote {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 3000;
    width: 44px;
    height: 207px;
    margin: -103px 0 0 -532px;
    background: url(./img/remote_bg.gif);
    text-indent: -99999px;
  }
  #remote .main a {
    height: 43px;
    background: url(./img/remote_mainOff.gif) center center no-repeat;
  }
  #remote .main a:hover, #remote .main a.on {
    background: url(./img/remote_mainOn.gif) center center no-repeat;
  }
  #remote li a {
    display: block;
    overflow: hidden;
    height: 40px;
    text-indent: -1000px;
    background: url(./img/remote_btnOff.gif) center center no-repeat;
  }
  #remote li a:hover, #remote li a.on {
    background: url(./img/remote_btnOn.gif) center center no-repeat;
  }
  .basic {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    z-index: 70;
    opacity: 0;
    transition: 0.35s;
  }
  .basic.on {
    opacity: 1;
  }
  footer {
    height: 250px;
    top: -8px;
  }
  footer .wrap {
    width: 650px;
    margin: auto;
    padding: 60px 0;
    font-size: 12px;
  }
  footer .wrap ul {
    padding: 5px 0;
  }
  footer .wrap ul li {
    padding: 5px;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
  }
  footer .wrap p {
    padding: 5px 0;
    color: #999;
  }
  footer .wrap p img {
    padding-right: 6px;
  }
  footer .wrap p span {
    color: #ffa12e;
    font-weight: bold;
    padding-right: 6px;
  }
}
@-webkit-keyframes shrimp1 {
  0% {
    left: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 460px;
    top: 160px;
    opacity: 0;
  }
}
@keyframes shrimp1 {
  0% {
    left: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 460px;
    top: 160px;
    opacity: 0;
  }
}
@-webkit-keyframes shrimp2 {
  0% {
    left: 30%;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 460px;
    top: 160px;
    opacity: 0;
  }
}
@keyframes shrimp2 {
  0% {
    left: 30%;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 460px;
    top: 160px;
    opacity: 0;
  }
}
@-webkit-keyframes shrimp3 {
  0% {
    left: 45%;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 460px;
    top: 160px;
    opacity: 0;
  }
}
@keyframes shrimp3 {
  0% {
    left: 45%;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 460px;
    top: 160px;
    opacity: 0;
  }
}
@-webkit-keyframes shrimp4 {
  0% {
    right: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    right: 460px;
    top: 160px;
    opacity: 0;
  }
}
@keyframes shrimp4 {
  0% {
    right: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    right: 460px;
    top: 160px;
    opacity: 0;
  }
}
@-webkit-keyframes snack {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes snack {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes snacks {
  0% {
    opacity: 0;
    bottom: 15%;
  }
  100% {
    opacity: 1;
    bottom: 20%;
  }
}
@keyframes snacks {
  0% {
    opacity: 0;
    bottom: 15%;
  }
  100% {
    opacity: 1;
    bottom: 20%;
  }
}
@-webkit-keyframes anibg {
  0% {
    bottom: 0%;
  }
  50% {
    top: 50%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes anibg {
  0% {
    bottom: 0%;
  }
  50% {
    top: 50%;
  }
  100% {
    bottom: 0%;
  }
}/*# sourceMappingURL=index.css.map */