@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: white;
}
.header,
.footer,
.review {
  transition: padding 0.3s ease-in-out;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 100px;
  max-width: 1280px;
  color: white;
  box-sizing: border-box;
}
.header--mobile {
  display: none;
}

.header__nav-ul {
  display: flex;
}

.header__nav-ul li {
  padding-left: 40px;
  font-size: 18px;
}
.header__nav-ul li a {
  cursor: pointer;
  display: block;
  margin-left: 10px;
  padding: 15px 20px;
  border-radius: 50px;
  background: #ffd819;
  color: #382727;
  font-weight: bold;
  transition: all 0.1s linear;
}
.header__nav-ul li a:hover {
  background-color: #382727;
  color: #ffd819;
}
.header__logo img {
  width: 280px;
}
.footer__logo img {
  width: 200px;
}
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90%;
  margin: 0 auto;
}
.main .main__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.main:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-size: cover;
  z-index: -1;
}
.icon_down {
  width: 100%;
  margin: 80px auto 0;
}
.icon_down img {
  width: 30px;
}
.main__copywrap {
  position: relative;
  margin: 0 auto;
  width: 600px;
  padding: 0 20px;
  text-align: center;
  color: white;
  transform: translateY(-30px);
  animation: mainstart 0.8s linear;
}

@keyframes mainstart {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(-30px);
  }
}

.crown-logo {
  width: 120px;
  margin-bottom: 10px;
}
.copy__big {
  width:100%;
  margin: 0 auto;
  max-width:400px;
}
.since {
  display: block; 
  margin-top: 0px; 
  font-weight: 400; 
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  letter-spacing: 0.15em;
  font-style: normal;
}
.copy_group {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.copy__small {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.hit_txt {
  color: #ecc336;
  font-weight: bold;
}

.class {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: -150px auto 0;
 padding: 0 20px;
  box-sizing: border-box;
}
.class__box {
  flex:1;
max-width: 1280px;
gap: 30px;
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-content: center;
align-items: center;
}
.class__boxlist {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
  overflow: hidden;
}
.class__boxlist .img_wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;       
}
.class__boxlist .img_wrap img {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  object-fit: cover;
  z-index: -1;
}
.class__boxlist:nth-child(1) .class__info {
  background: #9caa00;
}
.class__boxlist:nth-child(2) .class__info {
  background: #2e5c01;
}
.class__boxlist:nth-child(3) .class__info {
  background: #4b2d00;
}
.class__boxlist .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.class__txt {
  font-weight: bold;
  font-size: 25px;
}
.class__info  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width: 100%;
}
.class__info .time {margin-top: 10px;font-size: 20px;}
.class__info .time > i {font-size:15px; margin-right: 8px;}

.class__boxlist:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.class__btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background-color .2s ease-in-out;
}

.footer {

  padding: 30px 30px;
  width: 100%;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  box-sizing: border-box;
  color: #fff;
  background-color: #31480f;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.footer__txt {
  font-weight: normal;
}
.footer__txt p {
  line-height: 1.5;
  font-size: 14px;
}
.btn__floting a {
  cursor: pointer;
  display: block;
  margin-left: 10px;
  padding: 10px 15px;
  border-radius: 50px;
  background: #ffd819;
  color: #382727;
  font-weight: bold;
}

.cury {
  position: relative;
  max-width: 1280px;
  padding: 80px 20px 150px;
  margin: 0 auto;
  text-align: center;
}
.cury__btn {
  display: block;
  margin: 0 auto;
  padding: 15px 20px;
  width: 150px;
  border-radius: 50px;
  background: #092a3e;
  text-align: center;
  color: white;
  transition: all 0.2s linear;
}
.cury__btn:hover {
  background: #0096d1;
}
.cury__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  transition: all 0.2s ease-in-out;
}
.text__area h3 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  color: #0096d1;
}
.text__area p {
  font-size: 18px;
  font-weight: 300;
}
.review {
  position: relative;
  width: 100%;
  padding: 90px 250px;
  text-align: left;
  box-sizing: border-box;
  background: url("../image/main_img.jpg");
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}
.review__chat {
  margin-top: 30px;
  cursor: pointer;
}
.review__chat .swiper-wrapper {
  height: 15%;
}
.review__chat .swiper-pagination-bullet-active {
  background: #fff;
}

.review__chat .swiper-slide {
  font-family: "Nanum Gothic", sans-serif;
  color: white;
}
.review__more {
  position: absolute;
  top: 20px;
  right: 0;
  text-decoration: underline;
  transition: color 0.1s linear;
}
.review__more:hover {
  color: #0096d1;
}

.map {
  max-width: 1280px;
  margin: 100px auto;
  padding: 0 20px;
}
#map,#map2 {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
}

.map dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0;
  width: 100%;
  border-top: 1px solid #ddd;
}
.map dt {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}
.map dt span {
  display: block;
}
.map dd {
  width: 70%;
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block;
}

.tab_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0 10px;
}
.tab_wrap li {
  padding: 10px 30px;
  border-radius: 50px;
  background: #ddd;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
}
.tab_wrap li.active,
.tab_wrap li:hover {
  background: #a3a329;
  color: white;
}   

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

/* 미디어쿼리 */

@media (max-width: 1280px) {
  .review {
    padding: 50px 80px;
  }
 
}
@media (max-width: 1100px) {
  .cury {
    padding: 80px 20px 0;
  }
 
  .cury__img {
    margin-top: 20px;
    position: unset;
  }
  .review__chat .swiper-wrapper {
    height: 30%;
  }
}

@media(max-width:1000px){
.class__box {
  gap: 15px;
}
.class__boxlist .img_wrap {
  height: 200px;
}
.class__info {
  padding: 20px;
}
.class__txt {
  font-size: 20px;
}
.class__info .time {
  margin-top: 5px;
  font-size: 16px;      
}
}
@media (max-width: 640px) {
  .review {
    padding: 50 20px;
  }
  .class__box {
    
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .class__boxlist {
    height: 20%;
    width: 100%;
  }
  .class {
    height: auto;
    margin: 50px auto 0;
  }
  .main {
    height: auto;
    background: url("../image/fresh-green-olives-olive-tree.jpg") center center / cover no-repeat;
  }
  .main .main__video {
    display: none;
  }
  .main:after {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    z-index: 1;
  }
  .main__copywrap {
    position: relative;
    z-index: 2;
  }
  .main__copywrap {
    transform: translateY(0);
    padding: 60px 20px;
  }
  .header {
    display: none;
  }
  .header--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #31480f;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .header--mobile .header__logo img {
    width: 200px;
  }
.icon_down img {
  width: 20px;
}

  .footer__logo {
    display: none;
  }

  .text__area p {
    display: inline;
  }
  .text__area h3 {
    margin-bottom: 30px;
  }
  .map dt span {
    display: inline-block;
  }
  .map {
    margin: 50px auto;
  }
  .text__area h3 {
    font-size: 30px;
  }
  .copy__big {
    max-width: 300px;
  }
  .since {
    margin-top: 10px;
  }
  @keyframes mainstart {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
}
@media (max-width: 350px) {
  .cury__img {
    width: 100%;
  }
}

/* guide */

.center {
  text-align: center !important;
}
.colW {
  color: white !important;
}
.col3 {
  color: #333 !important;
}
.col9 {
  color: #999 !important;
}
.disb {
  display: block !important;
}
.txt14 {
  font-size: 14px !important;
}
.txt16 {
  font-size: 16px !important;
}
.txt20 {
  font-size: 20px !important;
}
.txt25 {
  font-size: 25px !important;
}
.txt30 {
  font-size: 30px !important;
}
.txt35 {
  font-size: 35px !important;
}
.txt40 {
  font-size: 40px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.bold {
  font-weight: 700 !important;
}
.thin {
  font-weight: 300 !important;
}
.mr10 {
  margin-right: 10px !important;
}
.txt-bold{font-weight:bold;}