@charset "utf-8";

div, p, span, strong, b, ul, li, h1, h2, h3, h4, h5 {word-break: keep-all;}
h1, h2, h3, h4, h5 {line-height: 1.3}
img {max-width: 100%;}

.arrow {
  width: 14px !important;
  aspect-ratio: 14 / 12;
}
.arrow .color {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.more-btn {
  background: #90373d;
  height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: max-content;
  min-width: 200px;
  border-radius: 60px;
  color: #fff;
  font-size: 18px;
  transition: all .2s;
}
.more-btn:hover {background: #812f35}
.desc {font-size: 18px;}
.purple {color: #90373d;}
@media all and (max-width: 767px) {
  .arrow {width: 12px !important;}
  .more-btn {
    height: 45px;
    padding: 0 20px;
    font-size: 15px;
    min-width: 150px;
  }
  .desc {font-size: 15px;}
}

/*main*/
.main section {
  position: relative;
  padding: 150px 0;
}
.main .title {margin-bottom: 80px;}
.main .title .en {
  font-size: 24px;
  font-weight: bold;
  color: #90373d;
  margin-bottom: 35px;
}
.main .title h2 {
  font-size: 50px;
  font-weight: 600;
}
.main .hero {padding: 0 50px;}
.main .hero .inner {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: calc(100dvh - 100px);
}
.main .hero h1 {
  position: absolute;
  left: calc((100% - 1400px)/2);
  bottom: 150px;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  z-index: 2;
}
.main .hero .video-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.main .hero .video-slider video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.main .service .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.main .service .service-list li {width: calc((100% - 30px)/3);}
.main .service .service-list li a {
  background: #f3f3f3;
  border-radius: 15px;
  padding: 40px;
  display: block;
  position: relative;
  min-height: 330px;
  transition: all .2s;
  border: 1px solid #f3f3f3;
}
.main .service .service-list li h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 80%;
}
.main .service .service-list li h3 .desc {color: #58585a;}
.main .service .service-list li .ico {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.main .service .service-list li .ico img {
  max-width: 72px;
  max-height: 72px;
}
.main .service .service-list li a:hover {
  background: #fff;
  border: 1px solid #90373d;
}
.main .service .service-list li a:hover h3 {color: #90373d;}
.main .member {padding-top: 0;}
.main .member::after {
  content: "";
  background: url(/img/assets/main_member_bg.jpg) center left / cover no-repeat;
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .member .title {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.main .member .slider-controls {
  display: flex;
  align-items: center;
}
.main .member .slider-controls > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main .member .slider-controls .prev-btn::after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 30px;
  display: block;
  margin: 0 30px;
}
.main .member .member-slider {
  padding: 40px 0;
  padding-left: calc((100% - 1400px)/2);
  margin: -40px 0;
  position: relative;
  z-index: 1;
}
.main .member .member-slider a {
  display: block;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
  overflow: hidden;
}
.main .member .member-slider .txt {padding: 40px;}
.main .member .member-slider .txt .position {
  font-size: 18px;
  font-weight: bold;
  color: #90373d;
  width: fit-content;
  border: 2px solid #90373d;
  padding: 6px 18px;
  border-radius: 36px;
  margin-bottom: 25px;
}
.main .member .member-slider .txt .name {
  font-size: 36px;
  font-weight: 600;
}
.main .member .member-slider .txt .desc {
  color: #58585a;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.main .member .member-slider .img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.main .member .member-slider .img .thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s;
}
.main .member .member-slider a:hover .img .thumb {transform: scale(1.1)}
.main .client .client-slider .slick-slide {
  margin: 0 15px;
  height: 120px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .client .client-slider img {
  max-width: 100%;
  max-height: 80px;
}
/*.main .youtube {padding-top: 0;}*/
.main .youtube .youtube-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.main .youtube .youtube-list li {width: calc((100% - 90px)/4)}
.main .youtube .youtube-list li a {
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background: #000;
}
.main .youtube .youtube-list li .thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s;
  opacity: 0.9;
}
.main .youtube .youtube-list li .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70px;
  aspect-ratio: 1 / 1;
  background: rgba(144,55,61,0.85);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.main .youtube .youtube-list li .play-btn span {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  margin-right: -5px;
}
.main .youtube .youtube-list li a:hover .thumb {transform: scale(1.1)}
.main .youtube .more-btn {margin-top: 50px;}

@media all and (max-width: 1600px) {
  .main .hero h1 {left: 100px;}
}
@media all and (max-width: 1440px) {
  .main .hero {padding: 0 20px;}
  .main .member .member-slider {padding-left: 80px;}
}
@media all and (max-width: 1024px) {
  .main .hero h1 {left: 80px;}
  .main .service .service-wrap,
  .main .youtube .youtube-wrap {
    overflow-x: scroll;
    padding-bottom: 40px;
  }
  .main .service .service-wrap::-webkit-scrollbar,
  .main .youtube .youtube-wrap::-webkit-scrollbar {height: 3px;}
  .main .service .service-wrap::-webkit-scrollbar-track,
  .main .youtube .youtube-wrap::-webkit-scrollbar-track {background-color:#eeeeee; border-radius: 3px}
  .main .service .service-wrap::-webkit-scrollbar-thumb,
  .main .youtube .youtube-wrap::-webkit-scrollbar-thumb {background-color:#aaa; border-radius: 3px;}
  .main .service .service-list,
  .main .youtube .youtube-list {width: 1200px;}
  .main .member .member-slider {padding-left: 40px;}
}
@media all and (max-width: 991px) {
  .main .hero h1 {
    font-size: 50px;
    left: 40px;
    bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .main section {padding: 80px 0;}
  .main .title {margin-bottom: 50px;}
  .main .title .en {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
  }
  .main .title .en span {display: none;}
  .main .title h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
  }
  .main .hero {padding: 0;}
  .main .hero .inner {
    border-radius: 0;
    height: calc(100dvh - 52px);
  }
  .main .hero h1 {
    font-size: 36px;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }
  .main .service .service-wrap, .main .youtube .youtube-wrap {padding-bottom: 20px;}
  .main .service .service-list {
    width: 650px;
    gap: 10px;
  }
  .main .service .service-list li {width: calc((100% - 20px)/ 3)}
  .main .service .service-list li a {
    padding: 20px;
    min-height: 150px;
    border-radius: 8px;
  }
  .main .service .service-list li h3 {
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .main .service .service-list li .ico {
    right: 25px;
    bottom: 25px;
  }
  .main .service .service-list li .ico img {
    max-width: 42px;
    max-height: 42px;
  }
  .main .service .service-list li .desc br {display: none;}
  .main .member::after {height: 270px;}
  .main .member .member-slider {padding-left: 16px;}
  .main .member .member-slider .swiper-slide {width: calc((650px - 20px) / 3) !important;}
  .main .member .member-slider a {border-radius: 8px;}
  .main .member .member-slider .txt {padding: 20px;}
  .main .member .member-slider .txt .position {
    font-size: 14px;
    padding: 3px 8px 2px;
    margin-bottom: 10px;
    border-width: 1px;
    font-weight: 500;
  }
  .main .member .member-slider .txt .name {font-size: 24px;}
  .main .member .member-slider .txt .desc {margin-top: 8px;}
  .main .member .slider-controls {margin-bottom: 8px;}
  .main .member .slider-controls .prev-btn::after {
    height: 24px;
    margin: 0 20px;
  }
  .main .member .slider-controls > div img {height: 24px;}
  .main .client {padding: 30px 0;}
  .main .client .client-slider .slick-slide {
    height: 80px;
    margin: 0 10px;
    padding: 10px;
  }
  .main .youtube .youtube-list {
    width: 870px;
    gap: 10px;
  }
  .main .youtube .youtube-list li {width: calc((100% - 30px) / 4);}
  .main .youtube .youtube-list li a {border-radius: 8px;}
  .main .youtube .youtube-list li .play-btn {width: 50px;}
  .main .youtube .more-btn {margin-top: 30px;}
}

/*sub*/
.sub .title {margin-bottom: 100px;}
.sub .title h2 {
  font-size: 50px;
  font-weight: 600;
}
.sub .title h3 {
  font-size: 36px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .sub .title {margin-bottom: 30px;}
  .sub .title h2 {font-size: 30px;}
  .sub .title h3 {font-size: 24px;}
}

/*hyun in*/
.sub-hyunin section {padding: 150px 0;}
.sub-hyunin .title {
  text-align: center;
  margin-bottom: 80px;
}
.sub-hyunin .title h3 {
  font-size: 40px;
  line-height: 1.4;
}
.sub-hyunin .title p {
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.6;
}
.sub-hyunin .arrow-btn {
  width: 40px;
  aspect-ratio: 1 / 1;
  background: rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-top: 15px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.sub-hyunin .arrow-btn::after {
  content: "";
  background: url(/img/assets/close_white.svg) center / cover no-repeat;
  transform: rotate(45deg);
  transform-origin: center;
  display: block;
  width: 15px;
  height: 15px;
  transition: all .2s;
}
.sub-hyunin .active .arrow-btn {background: #90373d;}
.sub-hyunin .active .arrow-btn::after {transform: rotate(0deg);}
.sub-hyunin .hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.sub-hyunin .hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/assets/hyunin_hero_bg5.jpg) center / cover no-repeat;
}
.sub-hyunin .hero .txt {
  position: relative;
  z-index: 2;
}
.sub-hyunin .hero h2 {font-size: 80px;}
.sub-hyunin .hero p {
  font-size: 50px;
  font-weight: 600;
  margin-top: 20px;
}
.sub-hyunin .about,
.sub-hyunin .value,
.sub-hyunin .books {
  position: relative;
  z-index: 2;
  background: #fff;
}
.sub-hyunin .about {
  height: 100dvh;
  margin-top: 100dvh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-hyunin .about::before {
  content: "";
  position: absolute;
  left: 0;
  top: -300px;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}
.sub-hyunin .about .title {
  opacity: 0;
  margin-bottom: 0;
}
.sub-hyunin .about .title h3 {color: #90373d;}
.sub-hyunin .value {padding-top: 0;}
.sub-hyunin .value ul {
  max-width: 1000px;
  margin: 0 auto;
}
.sub-hyunin .value ul li {
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  position: relative;
}
.sub-hyunin .value ul li:last-child {margin-bottom: 0;}
.sub-hyunin .value ul li .txt {
  position: relative;
  z-index: 1;
}
.sub-hyunin .value ul li h4 {
  font-size: 30px;
  font-weight: 600;
}
.sub-hyunin .value ul li .desc {
  opacity: 0;
  margin-top: 20px;
  transition: all .2s;
}
.sub-hyunin .value ul li.active {color: #000;}
.sub-hyunin .value ul li.active::after {
  content: "";
  background: rgba(255,255,255,0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-hyunin .value ul li.active .desc {opacity: 1;}
.sub-hyunin .books ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.sub-hyunin .books ul li {
  width: calc((100% - 60px)/4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  aspect-ratio: 458 / 626;
  padding: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-hyunin .books ul li .txt {
  opacity: 0;
  transition: all .2s;
  position: relative;
  z-index: 1;
  color: #fff;
}
.sub-hyunin .books ul li h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.sub-hyunin .books ul li p {font-size: 16px;}
.sub-hyunin .books ul li .arrow-btn {background: rgba(0,0,0,0.5)}
.sub-hyunin .books ul li.active .txt {opacity: 1;}
.sub-hyunin .books ul li.active::after {
  content: "";
  background: rgba(0,0,0,0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-hyunin .books ul li.active .arrow-btn {background: #90373d;}
@media all and (max-width: 1400px) {
  .sub-hyunin .books ul li h4 {font-size: 20px;}
}
@media all and (max-width: 1200px) {
  .sub-hyunin .books ul li {width: calc((100% - 20px) / 2);}
}
@media all and (max-width: 767px) {
  .sub-hyunin section {padding: 100px 0;}
  .sub-hyunin .title {margin-bottom: 50px;}
  .sub-hyunin .title h3 {
    font-size: 28px;
    line-height: 1.3;
  }
  .sub-hyunin .title p {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.4;
  }
  .sub-hyunin .arrow-btn {
    width: 32px;
    margin-top: 10px;
  }
  .sub-hyunin .arrow-btn::after {width: 10px; height: 10px;}
  .sub-hyunin .hero .bg {background-position: center right 32%;}
  .sub-hyunin .hero h2 {font-size: 40px;}
  .sub-hyunin .hero p {
    font-size: 20px;
    margin-top: 15px;
  }
  .sub-hyunin .about {padding: 0 16px;}
  .sub-hyunin .value ul li {
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 15px;
    min-height: 200px;
  }
  .sub-hyunin .value ul li h4 {font-size: 20px;}
  .sub-hyunin .books ul {gap: 15px;}
  .sub-hyunin .books ul li {
    width: calc((100% - 15px) / 2);
    padding: 20px;
  }
  .sub-hyunin .books ul li h4 {font-size: 18px;}
  .sub-hyunin .books ul li p {font-size: 14px;}
}
/*.sub-hyunin {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sub-hyunin .title {
  width: 50%;
  padding-right: 50px;
}
.sub-hyunin .title .deco {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.sub-hyunin .content {width: 50%;}
.sub-hyunin .content > div {margin-bottom: 50px;}
.sub-hyunin .content > div:last-child {margin-bottom: 0;}
.sub-hyunin .content strong {
  display: block;
  font-size: 30px;
  margin-bottom: 30px;
}
.sub-hyunin .content b {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  color: #90373d;
}
.sub-hyunin .content .sign {text-align: right;}
.sub-hyunin .content .sign img {width: 150px;}
@media all and (max-width: 1024px) {
  .sub-hyunin .title {
    width: 100%;
    padding: 0;
  }
  .sub-hyunin .title .deco {
    left: auto;
    right: 0;
    bottom: auto;
    top: -30px;
  }
  .sub-hyunin .content {width: 100%;}
}
@media all and (max-width: 767px) {
  .sub-hyunin .title .deco {
    top: 0;
    right: -30px;
    max-width: 200px;
  }
  .sub-hyunin .content > div {margin-bottom: 30px;}
  .sub-hyunin .content strong {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sub-hyunin .content b {font-size: 16px;}
  .sub-hyunin .content .sign img {width: 120px;}
}*/

.sub-service .service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.sub-service .service-list li {
  width: 33.33%;
  border-right: 1px solid #ddd;
  padding: 40px 50px;
}
.sub-service .service-list li:nth-child(1),
.sub-service .service-list li:nth-child(2),
.sub-service .service-list li:nth-child(3) {padding-top: 0;}
.sub-service .service-list li:nth-child(3n) {border-right: none;}
.sub-service .service-list li a {display: block;}
.sub-service .service-list li .img {
  aspect-ratio: 400 / 330;
  overflow: hidden;
}
.sub-service .service-list li .img .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .2s;
}
.sub-service .service-list li .txt {
  position: relative;
  padding-top: 40px;
}
.sub-service .service-list li .txt .subject {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sub-service .service-list li .txt .desc {
  color: #58585a;
  padding-right: 60px;
}
.sub-service .service-list li .txt .circle {
  width: 40px;
  aspect-ratio: 1 / 1;
  background: #90373d;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sub-service .service-list li a:hover .thumb {transform: scale(1.1)}
.sub-service .service-list li a:hover .txt .subject {color: #90373d;}

@media all and (max-width: 1200px) {
  .sub-service .service-list {margin: 0 -30px;}
  .sub-service .service-list li {padding: 30px;}
}
@media all and (max-width: 1024px) {
  .sub-service .service-list {margin: 0 -30px;}
  .sub-service .service-list li {padding: 30px;}
  .sub-service .service-list li .txt .desc {padding: 0;}
  .sub-service .service-list li .txt .circle {
    position: static;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .sub-service .service-list {margin: 0;}
  .sub-service .service-list li {
    width: 100%;
    border-right: none;
    padding: 0 0 50px !important;
  }
  .sub-service .service-list li:last-child {padding-bottom: 0 !important;}
  .sub-service .service-list li .txt {padding-top: 25px;}
  .sub-service .service-list li .txt .subject {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .sub-service .service-list li .txt .desc {padding-right: 50px;}
  .sub-service .service-list li .txt .circle {
    position: absolute;
    margin: 0;
  }
}

/*member*/
.sub-member .member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sub-member .member-list li {
  width: calc((100% - 60px)/3);
  display: block;
  border-radius: 15px;
  background: #f5f5f5;
  overflow: hidden;
  cursor: pointer;
}
.sub-member .member-list li .txt {padding: 40px;}
.sub-member .member-list li .txt .position {
  font-size: 18px;
  font-weight: bold;
  color: #90373d;
  width: fit-content;
  border: 2px solid #90373d;
  padding: 6px 18px;
  border-radius: 36px;
  margin-bottom: 25px;
}
.sub-member .member-list li .txt .name {
  font-size: 36px;
  font-weight: 600;
}
.sub-member .member-list li .txt .desc {
  color: #58585a;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.sub-member .member-list li .img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.sub-member .member-list li .img .thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s;
}
.sub-member .member-list li:hover .img .thumb {transform: scale(1.1)}
.member-modal .modal-dialog {max-width: 800px;}
.member-modal .modal-content {
  padding: 50px;
  overflow: visible;
}
.member-modal .btn-close {
  position: absolute;
  right: 0;
  top: -40px;
  background: none;
  border: none;
}
.member-modal .btn-close img {width: 24px;}
.member-modal .img {
  aspect-ratio: 500 / 374;
  max-width: 500px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.member-modal .name {
  font-size: 50px;
  font-weight: 600;
  margin: 25px 0 15px;
  text-align: center;
}
.member-modal .position {
  font-size: 18px;
  font-weight: bold;
  color: #90373d;
  width: fit-content;
  border: 2px solid #90373d;
  padding: 6px 18px;
  border-radius: 36px;
  margin: 0 auto;
}
.member-modal .career {margin-top: 50px;}
.member-modal .career > div {margin-bottom: 50px;}
.member-modal .career > div:last-child {margin-bottom: 0;}
.member-modal .career h4 {
  font-size: 22px;
  color: #90373d;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media all and (max-width: 1024px) {
  .sub-member .member-list li {width: calc((100% - 60px)/2)}
}
@media all and (max-width: 767px) {
  .sub-member .member-list {gap: 15px;}
  .sub-member .member-list li {width: 100%;}
  .sub-member .member-list li .txt {padding: 25px;}
  .sub-member .member-list li .txt .position {
    font-size: 14px;
    padding: 3px 8px;
    margin-bottom: 10px;
  }
  .sub-member .member-list li .txt .name {font-size: 24px;}
  .sub-member .member-list li .txt .desc {margin-top: 8px;}
  .member-modal .modal-content {padding: 25px;}
  .member-modal .btn-close {top: -25px;}
  .member-modal .btn-close img {width: 18px;}
  .member-modal .name {
    font-size: 30px;
    margin: 15px 0 10px;
  }
  .member-modal .position {
    font-size: 14px;
    padding: 3px 8px;
  }
  .member-modal .career {margin-top: 30px;}
  .member-modal .career > div {margin-bottom: 30px;}
  .member-modal .career h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/*client*/
.sub-client .client-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 15px;
}
.sub-client .client-list li {width: calc((100% - 60px)/5);}
.sub-client .client-list li .img {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 268 / 150;
}
.sub-client .client-list li .img img {
  max-width: 100%;
  max-height: 100%;
}
.sub-client .client-list li .txt {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.sub-client .client-list li .txt b {font-size: 18px;}
.sub-client .client-list li .txt a {display: block}
@media all and (max-width: 1440px) {
  .sub-client .client-list li {width: calc((100% - 45px) / 4);}
}
@media all and (max-width: 1200px) {
  .sub-client .client-list li {width: calc((100% - 30px) / 3);}
  .sub-client .client-list li .img img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media all and (max-width: 767px) {
  .sub-client .client-list {gap: 30px 10px;}
  .sub-client .client-list li {width: calc((100% - 10px) / 2);}
  .sub-client .client-list li .img {padding: 20px;}
  .sub-client .client-list li .txt {
    margin-top: 12px;
    gap: 6px;
  }
  .sub-client .client-list li .txt b {font-size: 16px;}
}

/*contact us*/
.sub-contact {
  display: flex;
  flex-wrap: wrap;
}
.sub-contact .title {
  width: 50%;
  padding-right: 50px;
}
.sub-contact .title h3 {color: #90373d;}
.sub-contact .title .desc {
  color: #666;
  margin-top: 30px;
}
.sub-contact .title .info {margin-top: 100px;}
.sub-contact .title .info li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.sub-contact .title .info li:last-child {margin-bottom: 0;}
.sub-contact .title .info li span {
  flex: 1;
  font-size: 20px;
}
.sub-contact .content {width: 50%;}
.sub-contact .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 40px;
}
.sub-contact .half-group {width: calc((100% - 30px)/2);}
.sub-contact .form-label {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.sub-contact .form-label b {font-weight: 600;}
.sub-contact .form-label span {
  font-weight: bold;
  color: #90373d;
  margin-left: 5px;
}
.sub-contact .form-input {
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  font-size: 18px;
  width: 100%;
  outline: none;
}
.sub-contact .form-input::placeholder {opacity: 0.4}
.sub-contact .form-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
}
.sub-contact textarea.form-input {
  border: 1px solid #000;
  padding: 20px;
  height: 300px;
  width: 100%;
}
.sub-contact textarea.form-input:focus {border: 1px solid #000 !important;}
.sub-contact .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub-contact .radio-group label {
  width: calc((100% - 20px)/3);
  border: 1px solid #ddd;
  font-size: 18px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  padding: 10px;
}
.sub-contact .radio-group label input {display: none;}
.sub-contact .radio-group label:hover,
.sub-contact .radio-group label:has(input:checked) {
  border: 1px solid #90373d;
  background: #90373d;
  color: #fff;
  font-weight: bold;
}
.sub-contact .btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.sub-contact .agree-group input {width: 20px; height: 20px;}
.sub-contact .agree-group label {
  font-size: 18px;
  padding-left: 5px;
}
.sub-contact .agree-group label span {
  font-weight: 600;
  cursor: pointer;
}
.sub-contact button {
  border: none;
  justify-content: center;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .sub-contact .title {
    width: 100%;
    padding: 0;
  }
  .sub-contact .title .info {margin-top: 50px;}
  .sub-contact .content {width: 100%;}
}
@media all and (max-width: 767px) {
  .sub-contact .title .desc {margin-top: 20px;}
  .sub-contact .title .info {margin-top: 25px;}
  .sub-contact .title .info li {
    margin-bottom: 5px;
    gap: 10px;
  }
  .sub-contact .title .info li img {width: 15px;}
  .sub-contact .title .info li span {font-size: 16px;}
  .sub-contact .form-group {margin-bottom: 30px;}
  .sub-contact .half-group {
    width: 100%;
    margin-bottom: 30px;
  }
  .sub-contact .half-group:last-child {margin-bottom: 0;}
  .sub-contact .form-label {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .sub-contact .form-input {font-size: 16px;}
  .sub-contact textarea.form-input {
    padding: 12px;
    height: 200px;
  }
  .sub-contact .radio-group {gap: 5px;}
  .sub-contact .radio-group label {
    width: calc((100% - 10px) / 3);
    font-size: 15px;
  }
  .sub-contact .agree-group {width: 100%;}
  .sub-contact .agree-group input {width: 16px; height: 16px;}
  .sub-contact .agree-group label {font-size: 15px;}
  .sub-contact button {margin: 30px auto 0;}
}