.kakao_btn {
  position: fixed;
  right: 4%;
  bottom: 12%;
  width: 100%;
  max-width: 90px;
  height: 114px;
  border-radius: 8px;
  background-color: #FFDA1E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
@media (max-width: 1024px) {
  .kakao_btn {
    max-width: 50px;
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .kakao_btn > img {
    width: 70%;
    margin-bottom: 5px;
  }
}
.kakao_btn > h2 {
  font-size: 18px;
  font-weight: 700;
  color: #381E1F;
}
@media (max-width: 1024px) {
  .kakao_btn > h2 {
    font-size: 11px;
  }
}

.top_btn {
  position: fixed;
  right: 5.2%;
  bottom: 5%;
  width: 45px;
  height: 45px;
  border-radius: 500px;
  background-color: #FF5B67;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  color: white;
  font-weight: 700;
  font-size: 14px;
  opacity: 0.9;
  transition: 0.3s;
}
.top_btn:hover {
  opacity: 1;
  transition: 0.3s;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
main > .main_wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  gap: 18px;
}
@media (max-width: 1024px) {
  main > .main_wrap {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 240px;
  }
}
main > .main_wrap > .left_swiper {
  width: 100%;
  max-width: 1140px;
  height: auto;
}
@media (max-width: 1024px) {
  main > .main_wrap > .left_swiper {
    height: auto;
  }
}
main > .main_wrap > .left_swiper .swiper-button-next {
  color: #FF5B67;
}
main > .main_wrap > .left_swiper .swiper-button-prev {
  color: #FF5B67;
}
@media (max-width: 768px) {
  main > .main_wrap > .left_swiper .swiper-button-next:after, main > .main_wrap > .left_swiper .swiper-button-prev:after {
    font-size: 13px;
  }
}
main > .main_wrap > .left_swiper .swiper-slide {
  width: 100%;
  max-width: 1140px;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 19/12;
}
main > .main_wrap > .left_swiper .swiper-slide > .word {
  margin-bottom: 25px;
  width: 80%;
}
main > .main_wrap > .left_swiper .swiper-slide > .word > h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
  color: white;
}
@media (max-width: 1024px) {
  main > .main_wrap > .left_swiper .swiper-slide > .word > h2 {
    font-size: 30px;
  }
}
main > .main_wrap > .left_swiper .swiper-slide > .bot_word {
  width: 80%;
}
main > .main_wrap > .left_swiper .swiper-slide > .bot_word > h2 {
  font-size: 20px;
  font-weight: 300;
  color: white;
}
@media (max-width: 1024px) {
  main > .main_wrap > .left_swiper .swiper-slide > .bot_word > h2 {
    font-size: 15px;
  }
}
main > .main_wrap > .right {
  width: 100%;
  max-width: 365px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 1024px) {
  main > .main_wrap > .right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  main > .main_wrap > .right > .top {
    width: 100%;
  }
}
main > .main_wrap > .right > .top .hb-login-form {
  width: 100%;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 18px;
  background: #F6F6F6;
}
@media (max-width: 1024px) {
  main > .main_wrap > .right > .top .hb-login-form {
    padding: 20px 28px;
  }
}
main > .main_wrap > .right > .top .hb-login-form .form-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main > .main_wrap > .right > .top .hb-login-form .form-top > strong {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  color: #FF5B67;
}
main > .main_wrap > .right > .top .hb-login-form .form-top > h2 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
main > .main_wrap > .right > .top .hb-login-form .form-top > h2 > span {
  color: #FF5B67;
  font-size: 20px;
}
main > .main_wrap > .right > .top .hb-login-form .form-top .form-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main > .main_wrap > .right > .top .hb-login-form .form-top .form-nav > a {
  font-size: 14px;
  color: #FF5B67;
  line-height: 1;
}
main > .main_wrap > .right > .top .hb-login-form .form-top .form-nav > a:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #FF5B67;
}
main > .main_wrap > .right > .top .hb-login-form .input-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
main > .main_wrap > .right > .top .hb-login-form .input-list > li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
main > .main_wrap > .right > .top .hb-login-form .input-list > li > h2 {
  font-size: 16px;
  font-weight: 400;
  color: #B6B6B6;
  width: 90px;
}
main > .main_wrap > .right > .top .hb-login-form .input-list > li > input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  background: #fff;
  border: 0px solid #ccc;
  font-size: 15px;
  line-height: 1;
  color: #C1C1C1;
}
main > .main_wrap > .right > .top .hb-login-form .input-list > li > input[type=password] {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  background: #fff;
  border: 0px solid #ccc;
  font-size: 15px;
  line-height: 1;
  color: #C1C1C1;
}
main > .main_wrap > .right > .top .hb-login-form .input-list > li > input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 8px;
}
main > .main_wrap > .right > .top .hb-login-form .input-list > li > label {
  font-size: 16px;
  line-height: 1;
  color: black;
}
main > .main_wrap > .right > .top .hb-login-form .login-btn {
  width: 100%;
  max-width: 150px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: #FF5B67;
  border: none;
}
main > .main_wrap > .right > .top .hb-login-form > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main > .main_wrap > .right > .top .hb-login-form > .bot > .id_box {
  background-color: transparent;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #A7A7A7;
  font-size: 14px;
}
main > .main_wrap > .right > .bot {
  width: 100%;
  max-width: 365px;
  height: 100%;
  background: #F6F6F6;
  padding: 21px 20px 0 20px;
}
@media (max-width: 1024px) {
  main > .main_wrap > .right > .bot {
    max-width: 100%;
  }
}
main > .main_wrap > .right > .bot > .tit {
  width: 100%;
  margin-bottom: 20px;
}
main > .main_wrap > .right > .bot > .tit > h2 {
  font-size: 23px;
  font-weight: 700;
  color: black;
}
main > .main_wrap > .right > .bot > .right_bot {
  height: 100%;
}
main > .main_wrap > .right > .bot > .right_bot > .cont {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.1294117647);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  main > .main_wrap > .right > .bot > .right_bot > .cont {
    flex-direction: column;
    align-items: flex-start;
  }
}
main > .main_wrap > .right > .bot > .right_bot > .cont > .left {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  main > .main_wrap > .right > .bot > .right_bot > .cont > .left {
    align-items: flex-start;
    gap: 10px;
  }
}
main > .main_wrap > .right > .bot > .right_bot > .cont > .left > h2 {
  font-size: 15px;
  font-weight: 400;
  color: #5D5D5D;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 180px;
}
@media (max-width: 1024px) {
  main > .main_wrap > .right > .bot > .right_bot > .cont > .left > h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
main > .main_wrap > .right > .bot > .right_bot > .cont > .left > h3 {
  background-color: #FF5B67;
  color: white;
  font-weight: 700;
  padding: 5px;
  border-radius: 500px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
main > .main_wrap > .right > .bot > .right_bot > .cont > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
@media (max-width: 1024px) {
  main > .main_wrap > .right > .bot > .right_bot > .cont > .right {
    align-items: flex-start;
  }
}
main > .main_wrap > .right > .bot > .right_bot > .cont > .right > p {
  font-size: 14px;
  font-weight: 400;
  color: #949292;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sns_sec_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sns_sec_box .sns_sec {
  width: 100%;
  max-width: 1520px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .sns_sec_box .sns_sec {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.sns_sec_box .sns_sec > a {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 110px;
  border-radius: 6px;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sns_sec_box .sns_sec > a {
    gap: 10px;
    justify-content: space-between;
    padding: 0 20px;
    height: 80px;
  }
}
.sns_sec_box .sns_sec > a > img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1024px) {
  .sns_sec_box .sns_sec > a > img {
    width: 20%;
    height: 55px;
  }
}
.sns_sec_box .sns_sec > a > h2 {
  font-size: 19px;
  font-weight: 500;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .sns_sec_box .sns_sec > a > h2 {
    font-size: 16px;
    margin-right: 15px;
    word-break: keep-all;
  }
}
.sns_sec_box .sns_sec > a > h3 {
  font-size: 25px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .sns_sec_box .sns_sec > a > h3 {
    font-size: 13px;
    word-break: keep-all;
  }
}
.sns_sec_box .sns_sec > a > h3 > span {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sns_sec_box .sns_sec > a > h3 > span {
    font-size: 13px;
  }
}
.sns_sec_box .sns_sec > .left {
  background-color: #FFDA1E;
}
.sns_sec_box .sns_sec > .right {
  background-color: #0088cc;
  color: white;
}
.sns_sec_box .sns_sec > .right_2 {
  background-color: #00b800;
  color: white;
}

.center_sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .center_sec {
    padding-top: 320px;
  }
}
@media (max-width: 768px) {
  .center_sec {
    padding-top: 280px;
  }
}
.center_sec > .center_wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  gap: 70px;
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.2823529412);
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap {
    padding: 0 20px;
    margin-bottom: 40px;
    border-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap {
    flex-direction: column;
  }
}
.center_sec > .center_wrap > .left {
  width: 100%;
  max-width: 970px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .left {
    height: auto;
  }
}
.center_sec > .center_wrap > .left > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}
.center_sec > .center_wrap > .left > .tit > h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  font-weight: 500;
  color: black;
}
.center_sec > .center_wrap > .left > .img_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 18px;
  height: auto;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .left > .img_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.center_sec > .center_wrap > .left > .img_box > .box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .left > .img_box > .box {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.center_sec > .center_wrap > .left > .img_box > .box > img {
  width: 310px;
  height: 200px;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .left > .img_box > .box > img {
    height: 120px;
    width: 100%;
    max-width: 310px;
  }
}
.center_sec > .center_wrap > .left > .img_box > .box > .fav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center_sec > .center_wrap > .left > .img_box > .box > .fav_box > .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.center_sec > .center_wrap > .left > .img_box > .box > .fav_box > .left > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #A5A3A3;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .left > .img_box > .box > .fav_box > .left > h2 {
    font-size: 14px;
  }
}
.center_sec > .center_wrap > .left > .img_box > .box > .fav_box > .left > h3 {
  font-size: 13px;
  font-weight: 500;
  color: #A5A3A3;
}
.center_sec > .center_wrap > .left > .img_box > .box > .sub_tit {
  width: 100%;
}
.center_sec > .center_wrap > .left > .img_box > .box > .sub_tit > h2 {
  font-size: 18px;
  font-weight: 300;
  color: black;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .left > .img_box > .box > .sub_tit > h2 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.center_sec > .center_wrap > .left > .img_box > .box > .word > h2 {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #747474 !important;
  text-align: left !important;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 55px;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .left > .img_box > .box > .word > h2 {
    font-size: 15px !important;
    height: 56px;
  }
}
.center_sec > .center_wrap > .left > .img_box > .box > .word > h2 > p {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #747474 !important;
  text-align: left !important;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "Pretendard Variable" !important;
}
.center_sec > .center_wrap > .left > .img_box > .box > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .left > .img_box > .box > .bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.center_sec > .center_wrap > .left > .img_box > .box > .bot > .left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.center_sec > .center_wrap > .left > .img_box > .box > .bot > .left > h2 {
  font-size: 16px;
  font-weight: 300;
  color: #A7A7A7;
}
.center_sec > .center_wrap > .left > .img_box > .box > .bot > .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.center_sec > .center_wrap > .left > .img_box > .box > .bot > .right > .good {
  display: flex;
  align-items: center;
  gap: 5px;
}
.center_sec > .center_wrap > .left > .img_box > .box > .bot > .right > .good > h2 {
  font-size: 15px;
  font-weight: 300;
  color: #A7A7A7;
}
.center_sec > .center_wrap > .left > .img_box > .box > .bot > .right > .reple {
  display: flex;
  align-items: center;
  gap: 5px;
}
.center_sec > .center_wrap > .left > .img_box > .box > .bot > .right > .reple > h2 {
  font-size: 15px;
  font-weight: 300;
  color: #A7A7A7;
}
.center_sec > .center_wrap > .right {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}
.center_sec > .center_wrap > .right > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}
.center_sec > .center_wrap > .right > .tit > h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
.center_sec > .center_wrap > .right > .pro_cat {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .right > .pro_cat {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.center_sec > .center_wrap > .right > .pro_cat li > a {
  color: #9B9B9B;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .right > .pro_cat li > a {
    font-size: 14px;
  }
}
.center_sec > .center_wrap > .right > .pro_cat .active {
  color: #FF5B67;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid #FF5B67;
}
.center_sec > .center_wrap > .right > .tab-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.center_sec > .center_wrap > .right > .tab-content > .review_box {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.3960784314);
  margin-bottom: 5px;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .right > .tab-content > .review_box {
    gap: 10px;
  }
}
.center_sec > .center_wrap > .right > .tab-content > .review_box > .left > h2 {
  font-size: 23px;
  color: black;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .right > .tab-content > .review_box > .left > h2 {
    font-size: 18px;
    word-break: keep-all;
  }
}
.center_sec > .center_wrap > .right > .tab-content > .review_box > .right {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.center_sec > .center_wrap > .right > .tab-content > .review_box > .right > .r_left {
  display: flex;
  flex-direction: column;
  width: 305px;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .right > .tab-content > .review_box > .right > .r_left {
    width: 150px;
  }
}
.center_sec > .center_wrap > .right > .tab-content > .review_box > .right > .r_left > h2 {
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
  word-break: keep-all;
  text-align: left;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .right > .tab-content > .review_box > .right > .r_left > h2 {
    font-size: 16px;
    word-break: keep-all;
  }
}
.center_sec > .center_wrap > .right > .tab-content > .review_box > .right > .r_left > p {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #747474;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .center_sec > .center_wrap > .right > .tab-content > .review_box > .right > .r_left > p {
    font-size: 13px;
    word-break: keep-all;
  }
}
.center_sec > .center_wrap > .right > .tab-content > .review_box > .right > .r_right > img {
  width: 150px;
  height: 100px;
}

.bot_sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.bot_sec > .bot_wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .left {
    padding: 0 20px;
  }
}
.bot_sec > .bot_wrap > .left > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.bot_sec > .bot_wrap > .left > .tit > h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  font-weight: 500;
  color: black;
}
.bot_sec > .bot_wrap > .left > .img_box {
  width: 100%;
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .left > .img_box > img {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .left > .img_box > img {
    width: 100%;
  }
}
.bot_sec > .bot_wrap > .center {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .center {
    align-items: center;
    padding: 0 20px;
  }
}
.bot_sec > .bot_wrap > .center > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.bot_sec > .bot_wrap > .center > .tit > h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  font-weight: 500;
  color: black;
}
.bot_sec > .bot_wrap > .center > table {
  width: 100%;
  border-collapse: collapse;
}
.bot_sec > .bot_wrap > .center > table th {
  background-color: #FF5B67;
  color: white;
  font-weight: 700;
  padding: 10px 0;
  font-size: 20px;
}
.bot_sec > .bot_wrap > .center > table tbody tr {
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.4196078431);
}
.bot_sec > .bot_wrap > .center > table tbody td {
  text-align: center;
  padding: 18.7px 0;
  font-size: 16px;
  color: #9B9B9B;
  background-color: transparent;
}
.bot_sec > .bot_wrap > .right {
  width: 100%;
  max-width: 480px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3647058824);
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .right {
    padding: 0 20px;
  }
}
.bot_sec > .bot_wrap > .right > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .right > .tit {
    margin-bottom: 25px;
  }
}
.bot_sec > .bot_wrap > .right > .tit > h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  font-weight: 500;
  color: black;
}
.bot_sec > .bot_wrap > .right > .news_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.bot_sec > .bot_wrap > .right > .news_box > .news {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .right > .news_box > .news {
    padding-bottom: 20px;
    align-items: flex-start;
  }
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .left {
  width: 100%;
  max-width: 211px;
  height: 150px;
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .left > img {
  width: 211px;
  height: 148px;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .right > .news_box > .news > .left > img {
    width: 170px;
  }
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right > h2 {
  font-size: 18px;
  font-weight: 400;
  color: black;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .right > .news_box > .news > .right > h2 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right > h3 {
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 300;
  color: #A7A7A7;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right > h3 > p {
  text-align: left !important;
}
@media (max-width: 1024px) {
  .bot_sec > .bot_wrap > .right > .news_box > .news > .right > h3 {
    font-size: 13px;
    word-break: keep-all;
  }
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right > .bot {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right > .bot > .left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right > .bot > .left > h2 {
  font-size: 15px;
  font-weight: 300;
  color: #A7A7A7;
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right > .bot > .right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bot_sec > .bot_wrap > .right > .news_box > .news > .right > .bot > .right > h2 {
  font-size: 15px;
  font-weight: 300;
  color: #A7A7A7;
}/*# sourceMappingURL=main.css.map */