@charset "utf-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.section03 img {
  max-width: 100%;
  object-fit: cover;
}
.block1200 {
  display: none !important;
}
@media (max-width: 1200px) {
  .block1200 {
    display: block !important;
  }
  .none1200 {
    display: none !important;
  }
}
.section03 {
  width: 100%;
  /* height: 100vh; */
  padding: 3% 0;
}
  
/* section03 */
.section03 .clear {
  clear: both;
}
.section03 img {
  max-width: 100%;
  border: 0px;
}
.section03 ul,
.section03 ol {
  list-style: none;
}
.section03 a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.section03 a:focus,
.section03 a:active,
.section03 a:visited,
.section03 a:hover {
  text-decoration: none;
  outline: none;
}
.section03 a:hover {
  color: #e73700;
}
.section03 h2.title {
  padding-bottom: 16px;
  padding-left: 15px;
  font-size: 70px;
  line-height: 74px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}
.section03 p.title {
  padding-left: 20px;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.36px;
}
.section03 h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}

.section03 button {
  outline: none !important;
}
/******* Common Element CSS End *********/

/* -------- title style ------- */
.section03 .line-title {
  position: relative;
}
/* .section03 .line-title::before,
.section03 .line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.section03 .line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.section03 .section03 .line-title::after {
  width: 32px;
  background: #e73700;
} */

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.section03 {
  padding: 60px 0 60px 10%;
}
.section03 .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.section03 .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.section03 .item.active {
  width: 500px;
  box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.25);
}
.section03 .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, 
    rgba(109, 93, 82, 0) 0%, 
    rgba(109, 93, 82, 0) 80%, 
    rgba(109, 93, 82, 0.8) 100%
    );
}
.section03 .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.section03 .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.section03 .item-desc p,  .section03 .item-desc a{
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.section03 .item.active .item-desc p, .section03 .item.active .item-desc a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section03 .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
.section03 .owl-controls-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 15px;
  max-width: 600px;
}

.section03 .progress-bar {
  flex-grow: 1;
  height: 3px;
  background: #eee;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.section03 .progress-bar .progress {
  height: 100%;
  background: #333;
  width: 0%;
  transition: width 0.4s ease;
}

.section03 .pagination-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section03 .pagination-controls button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #464646;
}

.section03 .pagination-controls .counter {
  font-size: 16px;
  font-family: 'nelp', 'serif';
  letter-spacing: 1px;
}
.section03 .move_text_wrap {
  width: 100%;
  overflow: hidden;
}
.section03 .move_text {
  font-size: 119px;
  line-height: 1em;
  letter-spacing: 0.13em;
  color:#6D5D52;
  white-space: nowrap;
  animation: move_text 50s linear infinite;
}
@keyframes move_text {
  0% {
    transform: translateX(50%);
  }
  100% {
      transform: translateX(-130%);
  }
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  .section03 h2 {
    margin-bottom: 32px;
  }
  .section03 h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .section03 {
    padding: 50px 30px;
  }
  .section03 .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .section03 .item.active {
    width: 400px;
  }
  .section03 .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section03 h2.title {
    /* margin-bottom: 32px; */
    font-size: 50px;
  }
  .section03 h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .section03 {
    padding: 50px 30px 40px;
  }
  .section03 .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .section03 .item.active {
    width: 360px;
  }
  .section03 .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  .section03 {
    font-size: 14px;
  }
  .section03 h2.title {
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 5px;
  }
  .section03 p.title {
    font-size: 11px;
    line-height: 18px;
    padding-left: 17px;
  }
  .section03 h3 {
    margin: 18px 0;
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-align: center;
  }

  /* -------- Landing page ------- */
  .section03 {
    padding: 30px 15px 20px;
  }
  .section03 .item {
    margin: 0 10px;
    width: 200px;
    height: 280px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    background-position: 5% 50%;
  }
  .section03 .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .section03 .item-desc {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 0 14px 5px;
    height: 100%;
    transform: none;
    -webkit-transform: none;
  }
  .section03 .item-desc p,  .section03 .item-desc a{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 7px;
  }
  .section03 .move_text {
    font-size: 40px;
    animation: move_text 20s linear infinite;
  }
}
/* section03 끝*/

/* more 버튼 공용 */
.section03 a.more_btn { 
  width: 107px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 4px 12px 1px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: rgba(165,165,165,0.5);
}
.section03 a.more_btn span {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.section03 .more_btn .arrowbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin: 6px 0px 6px;
  /* border: 1px solid #fff;
  transform: rotate(45deg); */
}
.section03 a.more_btn .arrowbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  transform: rotate(45deg);
  /* transition: all 0.2s linear; */
}
.section03 a.more_btn .arrowbox img {
  transform: translateX(-7px);
  /* transition: 0.2s; */
  width: 16px;
  max-width: 16px;
}
.section03 a.more_btn:hover img {
  transform: translateX(7px);
}
.section03 a.more_btn:hover .arrowbox::before {
  transform: rotate(-135deg);
}
@media(max-width:768px){
	/* more 버튼 공용 */
  .section03 a.more_btn { 
    width: 87px;
  }
  .section03 a.more_btn span {
    font-size: 12px;
  }
}