.main {
  width: 100%;
  overflow-x: hidden;
}
.main .slider {
  overflow-x: hidden;
}
.main .item {
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.main .item .text-box {
  /* border:1px solid red; */
  /* text-align: center; */
  width: 80%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textb1 {
  width: 26%;
  top: 13px;
}
.textb2 {
  width: 26%;
  top: 13px;
}
.main .item .text-box .textb1 > * {
  opacity: 0;
  top: 50px;
  transition: 0.5s;
}
.main .item .text-box .textb2 > * {
  opacity: 1;
  top: 50px;
  transition: 0.5s;
}
.main .item .text-box .textb1 h4,
.main .item .text-box .textb2 h4 {
  font-style: italic;
  color: #ffddee;
  font-size: 20px;
  text-transform: none;
  line-height: 40px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.pop {
  /* font-size: 23px !important; */
  line-height: 79px !important;
}
.main .item .text-box .textb1 h1 {
  /* color: #0e3eda; */
  color: #ffbde6;
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.main .item .text-box .textb2 h1 {
  color: #ffbde6;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.main .item .textb1 h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  width: 90px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.main .item .textb2 h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  width: 90px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.textb1 {
  padding-left: 30px;
}
.textb2 {
  padding-left: 30px;
}

.big {
  font-size: 55px;
  font-weight: 900;
  top: 8px;
  margin-left: 12px;
}
.big1 {
  font-size: 38px;
}
.mug {
  font-size: 15px;
  margin-left: -4px;
  margin-right: 7px;
}
.fanm {
  /* font-weight: 550; */
}

.main .item .text-box .btnmine {
  margin: 0 auto;
  margin-top: 50px;
}

/* owl slider part */
.main .owl-item.active .text-box h4 {
  opacity: 1;
  transition: 0.7s 0.3s;
  top: 0;
}
.main .owl-item.active .text-box h1 {
  opacity: 1;
  transition: 1s 0.3s;
  top: 0;
}
.main .owl-item.active .pop {
  opacity: 1;
  transition: 1.3s 0.3s;
  top: 0;
}

/* 슬라이드2,3 문구 */
.main .item .slide2txt {
  /* border:1px solid red; */
  text-align: center;
}
.main .item .slide2txt > * {
  opacity: 0;
  top: 50px;
  transition: 0.5s;
}
.main .item .slide2txt h4 {
  font-style: italic;
  color: rgb(201, 171, 129);
  font-size: 21px;
  text-transform: none;
  line-height: 50px;
}
.main .item .slide2txt h1 {
  color: #fff;
  font-size: 55px;
  letter-spacing: 10px;
}
.main .item .slide2txt h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.main .item .slide2txt h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.and {
  font-family: "Roboto", sans-serif;
  margin-left: 5px;
  font-size: 22px;
  font-weight: 300;
}
.textb2 h1 {
  font-family: "Noto Sans KR", sans-serif;
}
.year {
  font-size: 27px;
}
.slide2txt2 h4 {
  color: rgb(252 238 141) !important;
}
.slide2txt3 h4 {
  color: rgb(127 15 139) !important;
}

/* owl slider part */
.main .owl-item.active h4 {
  opacity: 1;
  transition: 0.7s 0.3s;
  top: 0;
}
.main .owl-item.active h1 {
  opacity: 1;
  transition: 1s 0.3s;
  top: 0;
}
.main .owl-item.active .btn {
  opacity: 1;
  transition: 1.3s 0.3s;
  top: 0;
}

header .row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .textb1 h1 {
    font-size: 20px !important;
  }
  .textb1 .big {
    font-size: 30px !important;
    top: 0 !important;
  }
  .textb2 h1 {
    font-size: 18px !important;
  }
  .textb2 .big1 {
    font-size: 21px !important;
    color: #ffbde6 !important;
  }
  .main .item .textb1 h1::before {
    width: 35px !important;
  }
  .main .item .textb2 h1::after {
    width: 35px !important;
  }
  .textb2 h4 {
    color: #fa45c1 !important;
  }
  .textb2 h1 {
    color: #f808ae !important;
  }
  .owl-nav {
    top: 49.4% !important;
  }
}
@media (max-width: 1080px) {
  .textb2 .big1 {
    margin-left: 43px;
    color: #fa45c1 !important;
  }
}
@media (max-width: 1024px) {
  .textb1 h1 {
    font-size: 18px !important;
  }
  .textb1 .big {
    font-size: 21px !important;
  }
  .textb1 .mug {
    display: none;
  }
}
@media (max-width: 915px) {
  .textb2 h4 {
    font-size: 16px !important;
  }
  .textb1 {
    padding-left: 23px !important;
  }
  .textb2 {
    padding-left: 37px !important;
  }
}
@media (max-width: 900px) {
  .main .item {
    width: 100%;
    height: 60vh;
  }
  .main .owl-nav {
    display: none;
  }
  .main .item .text-box h1 {
    font-size: 40px;
  }
  .main .owl-dots {
    bottom: 10px;
  }
  .textb2 h1 {
    font-size: 17px !important;
  }
  .textb2 h1,
  .textb2 h4 {
    color: #ffddee !important;
  }
}
@media (max-width: 853px) {
  .textb1 h1,
  .textb2 h1 {
    font-size: 15px !important;
  }
  .textb2 h1,
  .textb2 h4 {
    color: rgb(225 3 145) !important;
  }
  .textb1,
  .textb2 {
    width: 28%;
  }
}
@media (max-width: 770px) {
  .textb1,
  .textb2 {
    width: 31%;
  }
  .textb2 {
    padding-left: 45px !important;
  }
}
@media (max-width: 720px) {
  .textb1 h1::before,
  .textb2 h1::after {
    display: none !important;
    width: 0 !important;
  }
  .textb1,
  .textb2 {
    width: 42%;
  }
  .textb2 {
    padding-left: 115px !important;
  }
  .textb1 {
    padding-left: 0px !important;
  }
  .textb2 h4 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .textb2 h1 {
    font-size: 14px !important;
  }
  .textb2 .pop {
    line-height: 45px !important;
  }
  .textb2 .big1 {
    margin-left: 28px !important;
  }
  .slide2txt h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 710px) {
  .textb2 {
    display: none;
  }
  .textb1 {
    width: 80%;
    top: -45px;
    right: 25px;
  }
}
@media (max-width: 480px) {
  .logo {
    width: 110px !important;
    top: 20px;
  }
  .textb1 {
    width: 100%;
    top: 120px;
    right: -3px;
  }
  .container-full .bar {
    background-color: hotpink;
  }
  .textb1 h1 {
    font-size: 9vw !important;
    text-align: center;
  }
  .textb1 .big {
    font-size: 12vw !important;
  }
  .textb1 h4 {
    line-height: 15px !important;
    font-size: 22px !important;
    text-align: center;
  }
  .textb1 .pop {
    line-height: 16px !important;
  }
  .slide2txt h4 {
    font-size: 16px !important;
  }
  .slide2txt .year {
    font-size: 20px !important;
  }
  .slide2txt h1::before,
  .slide2txt h1::after {
    width: 53px !important;
  }
  .slide2txt3 h4 {
    font-size: 20px !important;
  }
  .slide2txt3 h1 {
    letter-spacing: 5px;
  }
  .slide2txt3 h1::before,
  .slide2txt3 h1::after {
    width: 17px !important;
  }
  .slide2txt3 h1::before {
    right: calc(100% + 17px) !important;
  }
  .slide2txt3 h1::after {
    left: calc(100% + 17px) !important;
  }
}
@media (max-width: 386px) {
  .textb1 .big {
    font-size: 11vw !important;
  }
}
@media (max-width: 320px) {
  .textb1 .big {
    font-size: 10vw !important;
  }
  .textb1 h4 {
    font-size: 8vw !important;
  }
  .logo {
    width: 88px !important;
  }
  .textb1 h4 {
    font-size: 21px !important;
  }
}

/* banner */
.ban {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe7ed;
}
.ban .img-box {
  height: 100%;
}
.ban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.1);
}
@media (max-width: 670px) {
  .ban {
    height: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* section2 */
/* .section2 {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
  color: #615454;
  margin: 0 auto;
} */
.section2 {
  padding-top: 58px;
  padding-bottom: 58px;
  overflow: hidden;
  color: #615454;
  margin: 0 auto;
}
.section2 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 1400px; */
  margin: 0 auto;
}
.section2 .item {
  height: 10px;
  overflow: hidden;
  margin-right: 55px;
  /* width:33.33%; */
  text-align: center;
  margin-bottom: 50px;
  cursor: pointer;
  border: 1px solid rgba(255, 174, 0, 0.2);
  border-radius: 30px;
  padding: 59px 0 17px;
}
.section2 .item2 {
  padding: 19px 0;
}
.section2 .item3 {
  margin-right: 0;
}
.section2 img {
  width: 100%;
}
.section2 .item .tit {
  border: 2px solid rgb(252, 209, 131);
  padding: 6px 50px 2px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}
.section2 .vip {
  font-family: "EB Garamond", serif;
  font-size: 25px;
}

/* section2 item의 tit hover시 */
.section2 .item .tit::after,
.section2 .item .tit::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  visibility: hidden;
}

.section2 .item .tit::after {
  bottom: -3px;
  right: -1.4px;
  border-left: 3px solid #743300;
  border-bottom: 3px solid #743300;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}

.section2 .item .tit::before {
  top: -3px;
  left: -1.4px;
  border-top: 3px solid #743300;
  border-right: 3px solid #743300;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
}

.section2 .item:hover .tit {
  animation: pulse 1s ease-out 0.4s;
}

.section2 .item:hover .tit::after,
.section2 .item:hover .tit::before {
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  visibility: visible;
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.section2 .item:hover .tit::after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.section2 .item:hover .tit::before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}
/* hover end */

.section2 .item .subtit {
  font-size: 15px;
  line-height: 30px;
}
.section2 .nname {
  font-weight: 700;
  font-size: 17px;
}
.section2 .item .subtit1::before {
  content: "";
  height: 1px;
  width: 131px;
  background-color: #615454;
  display: block;
  position: absolute;
  top: 31px;
  left: 30%;
}
.section2 .item .subtit2 {
  margin-bottom: 38px;
}
.section2 .item .circle {
  border-radius: 80%;
  background-color: #743300;
  width: 143px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 178px;
  left: 28%;
}
.section2 .item .circle2 {
  border-radius: 80%;
  background-color: rgb(151 89 4 / 50%);
  border: 1px solid #f4f4b5;
  width: 123px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2 .item .ing {
  color: #f4f4b5;
  font-size: 15px;
  top: 3px;
}
.section2 .item2 .tit {
  margin-top: 40px;
}
.section2 .item2 .circle {
  top: 424px;
}
.section2 .imgbox {
  margin-top: 100px;
}
.section2 .item2 .imgbox {
  margin-bottom: 61px;
  margin-top: 0;
}
.section2 .item:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

@media (max-width: 1320px) {
  .section2 .item {
    width: 20%;
    height: 550px !important;
  }
  .section2 .item .circle {
    left: 19%;
  }
  .section2 .item2 .circle {
    top: 316px;
  }
}
@media (max-width: 1257px) {
  .section2 .item {
    margin-right: 20px;
  }
}
@media (max-width: 1196px) {
  .section2 .item {
    width: 30%;
    height: 634px !important;
  }
  .section2 .item .circle {
    left: 26%;
  }
  .section2 .item2 .circle {
    top: 377px;
  }
}
@media (max-width: 990px) {
  .section2 .item .circle {
    left: 17%;
  }
  .section2 .item2 .circle {
    top: 302px;
  }
  .section2 .item {
    height: 563px !important;
  }
}
@media (max-width: 900px) {
  .section2 .container {
    display: block;
  }
  .section2 .item {
    height: 719px !important;
  }
  .section2 img {
    width: 50%;
    margin: 0 auto;
  }
  .section2 .item .subtit1::before {
    left: 41%;
  }
  .section2 .item .circle {
    left: 40%;
  }
  .section2 .item2 .circle {
    top: 469px;
  }
  .section2 .container .item {
    margin-right: 0;
    width: 100%;
  }
  .section2 .container .item p {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .section2 .item .subtit1::before {
    display: NONE;
  }
  .section2 .circle {
    display: none !important;
  }
  .section2 .imgbox {
    margin-top: -50px !important;
  }
  .section2 .item {
    height: 557px !important;
  }
  .section2 .item2 .imgbox {
    margin-bottom: 0 !important;
    margin-top: -24px !important;
  }
}
@media (max-width: 555px) {
  .section2 img {
    width: 75%;
  }
  .section2 .item2 .tit {
    margin-top: 0 !important;
  }
}
@media (max-width: 420px) {
  .section2 img {
    width: 100%;
  }
  .section2,
  .section3 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .section-title {
    margin-bottom: 58px !important;
  }
}
@media (max-width: 369px) {
  .section2 .item {
    height: 516px !important;
  }
  .section2 .item2 {
    height: 476px !important;
  }
}

/* pic section  */
.pic {
  height: 800px;
  width: 100%;
}
.pic .container-full {
  width: 100%;
  height: 100%;
}
.pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.5s ease-in;
}
.pic .im1,
.pic .im2,
.pic .im3 {
  object-position: center right;
}

.pic img + img {
  opacity: 0;
}

@media (max-width: 815px) {
  .pic {
    height: 500px !important;
  }
}
@media (max-width: 420px) {
  .pic {
    height: 258px !important;
  }
}

/* text slide */
.text-slide {
  /* border: 1px solid green; */
  /* width: 100%; */
  height: 160px;
  margin-top: 29px;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  overflow-x: hidden;
}
.text-slide .ttext {
  display: flex;
  animation: tt 20s linear infinite;
  
}
.text-slide .ttext p {
  color: #746a8b;
  letter-spacing: 20px;
  white-space: nowrap;
  font-size: 92px;
  font-weight: 500;
  font-family: "East Sea Dokdo", cursive;
}
.text-slide .mic {
  width: 187px;
  height: 100%;
  bottom: 16px;
}
.text-slide .gui {
  width: 153px;
  height: 100%;
  bottom: 18px;
}
@keyframes tt {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 420px) {
  .text-slide {
    height: 81px;
    margin-top: 5px;
  }
  .text-slide .ttext p {
    letter-spacing: 15px;
    font-size: 52px;
  }
  .text-slide .mic {
    width: 114px;
    bottom: 4px;
  }
  .text-slide .gui {
    width: 103px;
    bottom: 6px;
  }
}

/* section3 */
.section3 {
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  background-color: #0a022e;
}
.section3 h1 {
  color: white;
}
.section3 h1::before,
.section3 h1::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.section3 .container {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px; */
  /* width: 1400px;
  margin: 0 auto; */
}
.section3 .vid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}
.section3 .imgbox {
  overflow: hidden;
  border-radius: 15px;
}
.section3 .vid:nth-child(4),
.vid:nth-child(5),
.vid:nth-child(6),
.vid:nth-child(7),
.vid:nth-child(8) {
  margin-top: 45px;
}
.section3 img {
  width: 100%;
  transition: transform 0.2s;
}
.section3 img:hover {
  transform: scale(1.1);
}
.section3 .subj {
  margin-top: 20px;
  font-weight: 800;
}

@media (max-width: 420px) {
  .section3 .vid:nth-child(2),
  .vid:nth-child(3) {
    margin-top: 45px;
  }
}
