@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Jua&family=Nanum+Gothic:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet");

/* 주현소스추가 */


/* 주현소스추가 */

/* 공통영역 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Nanum Gothic", sans-serif; */
}

body {
  font-family: 'Noto Sans KR', sans-serif;
}

ul {
  list-style: none;
}

/* header, 언어설정 */
#header-area {
  width: 100%;
  height: 100px;
}

header#header {
  height: 100px;

  margin: 0 auto;
}

#header-top {
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  background-color: #000;
}

header #logo {
  border: 1px solid #eee;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}

#lang {
  height: 40px;
  text-align: right;
  padding-top: 6px;
  margin-right: 24rem;
}




#lang button {
  width: 100px;
  color: grey;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}

#lang button img {
  position: relative;
  top: 4px;
}

#lang button:last-child {
  border-left: 1px solid #eee;
}

#lang button:last-child img {
  top: 2px;
}

#lang button.check {
  color: #000;
  font-weight: 500;
  font-weight: bold;
}


#lang button.check .fa-refresh {
  display: none;
}


button.check::after {
  content: "✓";
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

button#defaultlang::after {
  /* content: "✓"; */
  font-size: 18px;
  color: #000;
  font-weight: bold;
}



#wrap {
  width: 1280px;
  margin: 0 auto;
}

/* main 영역 */
.main-image {
  width: 100%;
  height: 500px;
}

.main-img-bg {
  width: 100vw;
  height: 500px;
  background-color: #229ee6;
  background-image: url(../img/main5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
}

.main-img-bg2 {
  width: 100vw;
  height: 500px;
  background-color: #229EE6;
  background-image: url(../img/main_en.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
}



#section-chracter {
  width: 1000px;
  margin: 0 auto;
}

.divider {
  border-top: 1px solid #eee;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.divider-txt {
  color: #888;
  font-size: 22px;
  text-align: center;
  padding: 0 10px;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
}

.fz24px {
  color: #000000;
  font-size: 29px;
  font-family: "Jua", sans-serif !important;
 }
/* tab button 시작 */
.tab {
  width: 1000px;
  height: 66px;
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
}

.tab button {
  width: 210px;
  color: #888888;
  font-size: 16px;
  padding: 9px 12px;
  border: 1px solid #ccc;
  border-bottom: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}

.tab button:last-child {
  border-left: none;
  margin-left: -4px;
}

.tab button:hover {
  font-weight: 500;
  /* background-color: #eee; */
}

.tab button.active {
  color: #ffff;
  font-weight: 500;
  border-bottom: 2px solid #ffff;
  background-color: #2161c1;
}

.tabcontent {
  display: none;
}

/* character, reviewing 시작 */
.character {
  width: 950px;
  margin: 0 auto;
}

.character-top,
.character-bottom {
  display: flex;
}

.character-intro {
  width: 316px;
  height: 385px;
  /* 주현 소스 추가 시작 */
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1); 
  -o-transform:scale(1);  
  transform:scale(1);
  -webkit-transition:.2s;
  -moz-transition:.2s;
  -ms-transition:.2s;
  -o-transition:.2s;
  transition:.2s;
}

.character-intro:hover img {
  -webkit-transform:scale(0.9);
  -moz-transform:scale(0.9);
  -ms-transform:scale(0.9);   
  -o-transform:scale(0.9);
  transform:scale(0.9);
}
.goods  img {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.goods:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);   
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

.character-rel  img {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.character-rel:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);   
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

 /* 주현 소스 추가 끝 */


/* 캐릭터 소개영역 */
.character-intro {
  text-align: center;
  position: relative;
}

.divider-character {
  border-top: 2px solid #eee;
  margin-bottom: 30px;
}

.character-intro img {
  padding: 0 20px 0 12px;
  border-right: 2px solid #eee;
}

.character-intro:first-child img,
.character-intro:nth-child(4) img {
  padding-left: 0;
}

.character-intro:nth-child(2) .character-txt,
.character-intro:nth-child(5) .character-txt {
  padding-left: 4px;
}

.character-intro:nth-child(3) .character-txt,
.character-intro:last-child .character-txt {
  padding-left: 12px;
}

.character-intro:nth-child(3) img,
.character-intro:last-child img {
  padding-left: 20px;
  border-right: none;
}

.character-txt {
  text-align-last: left;
  position: absolute;
  bottom: 10px;
  left: 6px;
}

.character-txt h3 {
  font-size: 20px;
  padding-bottom: 5px;
}

.character-txt p {
  height: 90px;
  font-size: 18px;
  /* border: 1px solid #000; */
}

/* 인물관계도 */
.character-rel {
  width: 100%;
  height: 740px;

}

/* 다시보기 영역 시작 */
.reviewing-2001,
.reviewing-2021 {
  width: 1280px;
  margin: 0 auto;
  /* border: 1px solid #000; */
  display: flex;
  flex-wrap: wrap;
}

.reviewing-2021 {
  margin-bottom: 100px;
}

.reviewing-2001 .goods-area,
.reviewing-2021 .goods-area {
  width: 42%;
  height: 520px;
  text-align: center;
}

.reviewing-2001 .goods-area,
.reviewing-2021 .goods-area {
  display: flex;
  flex-flow: row wrap;
}
.reviewing-2001 .goods,
.reviewing-2021 .goods {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
}

.goods p {
  text-align: left;
  margin-left: 24px;
}

.goods-area .goods:first-child p,
.goods-area .goods:nth-child(2) p,
.goods-area .goods:nth-child(3) p,
.goods-area .goods:last-child p {
  width: 80%;
  padding: 11px 0;
  border-bottom: 1px solid #eee;
}

.goods-area .goods:first-child,
.goods-area .goods:nth-child(3) {
  border-right: 1px solid #eee;
}

.reviewing-2021 .goods-area .goods {
  position: relative;
}

.goods span.more-btn {
  color: #ffffff;
  padding: 2px 4px;
  background-color: #2161c1;

  position: absolute;
  top: 8px;
  right: 31px;

  cursor: pointer;
  font-size: 15px;
}

.reviewing-2001 .advertise,
.reviewing-2021 .advertise {
  padding-left: 25px;
  border-left: 2px solid #eee;
}

.reviewing-2001 .advertise {
  width: 700px;
}

.slick-prev {
  color: rgba(0, 0, 0, 0);
  width: 50px;
  height: 5px;
  border: none;
  outline: none;
  background-color: #2161c1;
  position: relative;
  top: 484px;
  left: 43%;
  z-index: 999;
}

.slick-next {
  color: rgba(0, 0, 0, 0);
  width: 50px;
  height: 5px;
  border: none;
  outline: none;
  background-color: #fff;
  position: relative;
  top: -45px;
  left: 51%;
  z-index: 999;
}

.reviewing-2001 .advertise > video {
  width: 700px;
  height: 520px;
  border-radius: 4px;
  display: inline-block;
}

/* footer 시작 */
#footer-area {
  width: 100vw;
  height: 120px;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  /* background-color: #000; */
}
#footer {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.foo-info {
  color: #000;
  width: 100%;
  height: 120px;
  text-align: right;
  padding-top: 10px;
}

.foo-info p {
  font-size: 14px;
  padding-top: 80px;
}

/* 플로팅메뉴 */
div#floating {
  /* border: 4px solid #fa1; */
  position: fixed;
  bottom: 30px;
  right: 6%;

  cursor: pointer;
}
#floating-small,
#floating-large {
  position: relative;
}

#large {
  display: none;
}
