.swiper-button-prev:after, .swiper-button-next:after {
  border-color: #ffffff;
  height: 18px;
  width: 18px;
}

.swiper-slide {
  height: auto;
}

#main_slider .swiper-button-prev, #main_slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
#main_slider .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #ffffff;
}
#main_slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.7;
}

#main_slider img, #index_banner img {
  height: auto;
  width: 100%;
}

#template {
    display: flex;
    justify-content: center;
}

#gt3 {
    max-width: 1140px;
    width: 100%;
    color: #6F5745;
}

#gt3 .home_banner_container {
    width: auto;
}

#gt3 .section_row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #000;
    min-height: 350px;
}

#gt3 .section_img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

#gt3 .section_collection_img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

#gt3 .section_left_container {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-right: 1px solid #000;
    min-width: 0;
    position: relative;
}

#gt3 .section_right_container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    position: relative;
}

#gt3 .section_block {
    position: relative;
    flex: 1;
    border-bottom: 1px solid #000;
    padding: 24px;
    padding-bottom: 50px;
}

#gt3 .section_block:last-child {
    border-bottom-width: 0px;
}

#gt3 .section_major_title {
    font-size: 24px;
    margin-bottom: 12px;
}

#gt3 .section_block_title {
    font-size: 20px;
    margin-bottom: 20px;
}

#gt3 .section_block_content {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}

#gt3 .bottom_right_container {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#gt3 .bottom_left_container {
    position: absolute;
    bottom: 40px;
    left: 24px;
    display: flex;
    flex-direction: column;
}

#gt3 .section_button {
    border: 1px solid #000;
    background: transparent;
    padding: 4px 24px;
    width: 250px;
    font-size: 13px;
    background-color: #F5F4F0;
}

#gt3 .section_center {
    align-items: center;
    justify-content: center;
}

#gt3 .section_flex_column {
    display: flex;
    flex-direction: column;
}

#gt3 .section_collection_container {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #fff;
    height: 500px;
    color: #fff;
    position: relative;
}

#gt3 .section_collection_container:last-child {
    border-right: 0;
}

#gt3 .section_collection_header {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #fff;
}

#gt3 .section_collection_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

#gt3 .brown_section {
    background-color: #7E695A;
    color: #fff;
}