#sec_01 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

#sec_01 .wrap {
  width: 100%;
  max-width: 90%;
  height: 800px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

#sec_01 .wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#sec_01 .wrap .t_box {
  width: auto;
  height: auto;
}

#sec_01 .wrap .t_box h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#sec_01 .wrap .t_box .line {
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 30px auto;
}

#sec_01 .wrap .t_box p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#sec_01 .wrap .t_box p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#sec_02 {
  width: 100%;
  height: auto;
  display: flex;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  overflow: hidden;
}

#sec_02 .box {
  width: 100%;
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  gap: 30px;
}

#sec_02 .box:first-of-type {
  border-right: 1px solid #D2D2D2;
}

#sec_02 .box h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
}

#sec_02 .box h2 span {
  color: #1862D6;
}

#sec_02 .box p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #202020;
}

#sec_03 {
  width: 100%;
  height: auto;
  background: url(../img/main/sec_03_bg.png) no-repeat center / cover;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

#sec_03 .mb {
  display: none;
}

#sec_03 .wrap {
  width: auto;
  height: auto;
  text-align: center;
}

#sec_03 .wrap img {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#sec_03 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #202020;
}

#sec_03 .wrap h2 {
  width: fit-content;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}

#sec_03 .wrap h2::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  z-index: -1;
}

#sec_03 .wrap p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  margin-bottom: 20px;
}

#sec_03 .wrap p:last-of-type {
  margin-bottom: 0;
}

#sec_03 .wrap p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#sec_03 .wrap p span.blue {
  color: #1862D6;
}

#sec_03 .circle{
  position:absolute;
  right:-180px;
  top:50%;
  transform-origin:50% 50%; 
  animation:spin 30s linear infinite;
}

@keyframes spin{
  0%   { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}

#sec_04 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
  text-align: center;
}

#sec_04 .wrap {
  width: 100%;
  max-width: 90%;
  height: auto;
}

#sec_04 .wrap h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

#sec_04 .wrap h2::after {
  content: "";
  width: 462px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #D1E0F7;
}

#sec_04 .wrap .box_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

#sec_04 .wrap .box_wrap img {
  width: calc((100% - 120px) / 4);
  height: auto;
}

#sec_05 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  background: #EFF5FF;
}

#sec_05 h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
}

#sec_05 h2 span {
  position: relative;
  z-index: 1;
}

#sec_05 h2 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#sec_06 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #FAFAFA;
}

#sec_06 h2,
#sec_07 h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #202020;
  text-align: center;
  margin-bottom: 10px;
}

#sec_06 h2 span,
#sec_07 h2 span {
  color: #1862D6;
}

#sec_06 h3,
#sec_07 h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #202020;
  text-align: center;
  margin-bottom: 50px;
}

#sec_06 .slide_wrap {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}

#sec_06 .slide_wrap .btn_wrap {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#sec_06 .slide_wrap .btn_wrap button {
  width: 100%;
  height: 70px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #D2D2D2;
  background: #fff;
  border: none;
  border-radius: 10px;
}

#sec_06 .slide_wrap .btn_wrap button.active {
  background: #1862D6;
  color: #fff;
}

#sec_06 .slide_wrap .slide_box {
  width: 100%;
  max-width: 470px;
  height: auto;
}

#sec_06 .slide_wrap .slide_box .item {
  width: 100%;
  height: auto;
}

#sec_06 .slide_wrap .slide_box .item h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #1862D6;
  margin-bottom: 20px;
}

#sec_06 .slide_wrap .slide_box .item p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #202020;
}

#sec_06 .slide_wrap .slide_box .item .line {
  width: 100%;
  max-width: 400px;
  height: 1px;
  background: #888;
  margin: 30px 0;
}

#sec_06 .slide_wrap .slide_box .item a {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  color: #202020;
  display: flex;
  align-items: center;
  gap: 20px;
}

#sec_07 {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

#sec_07 .wrap {
  width: 100%;
  max-width: 950px;
  height: auto;
  margin: 0 auto 50px;
}

#sec_07 .wrap .item {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
  box-shadow: 3px 2px 5px rgba(000,000,000,0.2);
  position: relative;
}

#sec_07 .wrap .top,
#sec_07 .wrap .bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

#sec_07 .wrap .bottom {
  margin-top: -112px;
}

#sec_07 .wrap .item:nth-of-type(1) {
  background: #BAD0F3;
}

#sec_07 .wrap .top .item:nth-of-type(2) {
  background: #8CB1EB;
}

#sec_07 .wrap .top .item:nth-of-type(3) {
  background: #5E92E3;
}

#sec_07 .wrap .top .item:nth-of-type(4) {
  background: #3072DB;
}

#sec_07 .wrap .bottom .item:nth-of-type(1) {
  background: #A3C0EF;
}

#sec_07 .wrap .bottom .item:nth-of-type(2) {
  background: #74A1E6;
}

#sec_07 .wrap .bottom .item:nth-of-type(3) {
  background: #4681DE;
}

#sec_07 a {
  width: 150px;
  height: 40px;
  border-radius: 10px;
  background: #1862D6;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 16px;
}

#re_sec_07 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 0 100px 100px;
  overflow: hidden;
  position: relative;
}

#re_sec_07 .m_tit {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

#re_sec_07 .m_tit * {
  white-space: nowrap;
}

#re_sec_07 .m_tit h2 {
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 50px;
  color: #202020;
  margin-bottom: 10px;
}

#re_sec_07 .m_tit h2 span {
  color: #1862D6;
}

#re_sec_07 .m_tit h3 {
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 20px;
  color: #202020;
}

#re_sec_07 .wrap {
  width: 100%;
  height: auto;
  padding: 240px 100px 100px;
  background: #EFF5FF;
  border-radius: 50px 0 0 50px;
  text-align: center;
}

#re_sec_07 .wrap .slide_wrap {
  width: 100%;
  height: auto;
}

#re_sec_07 .wrap .slide_wrap .item {
  width: auto;
  height: auto;
  margin: 0 25px;
  border-radius: 10px;
  background: #D1E0F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  padding: 100px 0;
}

#re_sec_07 .wrap .slide_wrap .item.white {
  background: #fff;
}

#re_sec_07 .wrap .slide_wrap .item img {
  width: auto;
  height: auto;
  margin-bottom: 40px;
}

#re_sec_07 .wrap .slide_wrap .item .tit {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #202020;
  margin-bottom: 20px;
}

#re_sec_07 .wrap .slide_wrap .item .in_t {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  color: #202020;
}

#re_sec_07 .wrap .slide_wrap .item a {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
}

#re_sec_07 .wrap .slide_wrap .item:hover a {
  opacity: 1;
} 

#re_sec_07 .wrap .slide_wrap .item a img {
  width: auto;
  height: auto;
  margin: 0;
}

#sec_08 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #FAFAFA;
}

#sec_08 h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  text-align: center;
  margin-bottom: 50px;
}

#sec_08 h2 span {
  position: relative;
  z-index: 1;
}

#sec_08 h2 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#sec_08 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}

#sec_08 .wrap .box {
  width: calc((100% - 120px) / 4);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

#sec_08 .wrap .box .top {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

#sec_08 .wrap .box .top img {
  width: auto;
  height: auto;
}

#sec_08 .wrap .box .top h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #202020;
}

#sec_08 .wrap .box .line {
  width: 100%;
  max-width: 90%;
  height: 1px;
  margin: 0 auto;
  background: #202020;
  opacity: 0;
}

#sec_08 .wrap .box.active .line {
  opacity: 1;
}

#sec_08 .wrap .box .bottom {
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_08 .wrap .box.active .bottom {
  max-height: 250px;
  padding: 50px 10px;
}

#sec_08 .wrap .box .bottom p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  color: #202020;
}

#sec_08 .wrap .box button {
  width: 100%;
  height: 50px;
  background: #1862D6;
  border: none;
}

#sec_08 .wrap .box button img {
  width: auto;
  height: auto;
  transition: all 0.3s;
}

#sec_08 .wrap .box.active button img {
  transform: rotate(180deg);
}

/* ===== OUR CLIENTS 마키 ===== */
#sec_09 {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

#sec_09 h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 100px;
}

#sec_09 h2 span {
  position: relative;
  z-index: 1;
}

#sec_09 h2 span::after {
  content: "";
  width: 100%;
  height: 25px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#sec_09 h3 {
  text-align: center;
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 30px;
  color: #1862D6;
  margin-bottom: 50px;
}

#sec_09 .n_wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}

#sec_09 .n_wrap img {
  width: calc((100% - 200px) / 5);
  height: auto;
}

#sec_09 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  background: #FAFAFA;
  border-radius: 10px;
  padding: 50px 0;
  margin: 0 auto;
}

#sec_09 .slide_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

#sec_09 .slide_wrap:last-of-type {
  margin-bottom: 0;
}

#sec_09 .slide_wrap .row {
  position: relative;
  overflow: hidden;
}

/* 스크롤 트랙(두 세트를 이어붙임) */
#sec_09 .slide_wrap .track{
  display: inline-flex;
  will-change: transform;
  animation: marquee-left var(--speed, 28s) linear infinite;
}
#sec_09 .slide_wrap .track[data-dir="right"]{
  animation-name: marquee-right;
}

/* 한 세트(12개) */
#sec_09 .slide_wrap .group{
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin: 0 10px;
}

/* 로고 이미지 */
#sec_09 .slide_wrap img{
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .9;
  transition: opacity .2s, filter .2s;
}
#sec_09 .slide_wrap img:hover{ opacity: 1; filter: none; }

/* 가장자리 페이드(선택) */
#sec_09 .slide_wrap .row::before,
#sec_09 .slide_wrap .row::after{
  content:"";
  position:absolute; top:0; bottom:0; width:80px; pointer-events:none;
}
#sec_09 .slide_wrap .row::before{
  left:0;  background:linear-gradient(to right, #fff, rgba(255,255,255,0));
}
#sec_09 .slide_wrap .row::after{
  right:0; background:linear-gradient(to left,  #fff, rgba(255,255,255,0));
}

/* 애니메이션: translate3d로 사파리 떨림 방지 */
@keyframes marquee-left{
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); } /* 두 세트(200%) 중 절반 이동 */
}
@keyframes marquee-right{
  from { transform: translate3d(-50%,0,0); }
  to   { transform: translate3d(0,0,0); }
}

@media (prefers-reduced-motion: reduce){
  #sec_09 .slide_wrap .track{ animation-play-state: paused !important; }
}

#sec_10 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background: url(../img/main/sec_10_bg.png) no-repeat center / cover;
}

#sec_10 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 120px;
}

#sec_10 .wrap .t_box {
  width: auto;
  height: auto;
  flex-shrink: 0;
}

#sec_10 .wrap .t_box h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #333;
  /* margin-bottom: 20px; */
}

#sec_10 .wrap .t_box h2 span {
  color: #1862D6;
}

#sec_10 .wrap .t_box .tel {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #1862D6;
}

#sec_10 .wrap .t_box .tel img {
  width: auto;
  height: auto;
}

#sec_10 .wrap form {
  width: 100%;
  max-width: 690px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(000,000,000,0.2);
  padding: 50px 30px;
}

#sec_10 .wrap form label {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

#sec_10 .wrap form input[type=text] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  background: #F5F5F5;
  border: none;
  margin-bottom: 10px;
}

#sec_10 .wrap form textarea {
  width: 100%;
  height: 150px;
  resize: none;
  background: #F5F5F5;
  padding: 10px;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
  border: none;
}

#sec_10 .wrap form .agree_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}

#sec_10 .wrap form .agree_wrap input {
  width: 10px;
  height: 10px;
}

#sec_10 .wrap form .agree_wrap label {
  margin: 0;
  font-size: 16px;
}

#sec_10 .wrap form button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #1862D6;
  color: #fff;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  border: none;
}

#re_sec_10 {
  width: 100%;
  max-width: 80%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
  background: #1862D6;
  padding: 100px 0;
  text-align: center;
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
}

#re_sec_10:hover {
  max-width: 100%;
  border-radius: 0;
}

#re_sec_10 h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

#re_sec_10 h2 span {
  color: #fff;
  font-size: 50px;
}

#re_sec_10 button {
  width: 250px;
  height: 60px;
  border-radius: 100px;
  background: #fff;
  color: #1862D6;
  border: none;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
}

#re_sec_10 img {
  width: auto;
  height: auto;
  position: absolute;
  left: -100px;
  bottom: -100px;
  transform-origin:50% 50%; 
  animation: spin_2  30s linear infinite;
}

@keyframes spin_2 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 1400px) {
  #sec_08 .wrap {
    max-width: 90%;
    flex-wrap: wrap;
  }

  #sec_08 .wrap .box {
    width: calc((100% - 40px) / 2);
  }

  #sec_10 .wrap {
    max-width: 90%;
  }

  #re_sec_07 {
    padding: 100px 0;
  }

  #re_sec_07 .wrap {
    width: 95%;
  }

  #re_sec_07 .wrap .slide_wrap .item {
    margin: 0 15px;
  }
}

@media (max-width: 1200px) {
  #sec_01 .wrap {
    height: 600px;
  }

  #sec_02 .box {
    height: 250px;
  }

  #sec_04 .wrap .box_wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  #sec_04 .wrap .box_wrap img {
    width: calc((100% - 40px) / 2);
  }

  #sec_06 .slide_wrap .btn_wrap {
    max-width: 300px;
  }

  #sec_07 .wrap .top, #sec_07 .wrap .bottom {
    gap: 30px;
  }

  #sec_10 .wrap .t_box h2 {
    font-size: 24px;
  }

  #sec_10 .wrap .t_box .tel {
    font-size: 42px;
  }

  #sec_10 .wrap .t_box .tel img {
    width: 40px;
  }

  #re_sec_07 .m_tit h2 {
    font-size: 42px;
  }

  #re_sec_07 .wrap .slide_wrap .item {
    padding: 50px 0;
  }

  #sec_09 .n_wrap {
    max-width: 90%;
  }

  #re_sec_10 h2 {
    font-size: 24px;
  }

  #re_sec_10 h2 span {
    font-size: 42px;
  }
}

@media (max-width: 900px) {
  #sec_01 .wrap .t_box h2 {
    font-size: 24px;
  }

  #sec_01 .wrap .t_box p {
    font-size: 18px;
  }

  #sec_02 .box h2 {
    font-size: 24px;
  }

  #sec_02 .box p {
    font-size: 18px;
  }

  #sec_03 {
    padding: 100px 0;
  }

  #sec_03 .circle {
    width: 300px;
    right: -150px;
  }

  #sec_03 .wrap img {
    width: 150px;
  }

  #sec_04 .wrap h2 {
    font-size: 24px;
  }

  #sec_04 .wrap h2::after {
    width: 375px;
    height: 15px;
  }

  #sec_05 h2 {
    font-size: 24px;
  }

  #sec_05 h2 span::after {
    height: 15px;
  }

  #sec_06 h2,
  #sec_07 h2 {
    font-size: 42px;
  }

  #sec_06 h3,
  #sec_07 h3 {
    font-size: 18px;
  }

  #sec_06 .slide_wrap {
    flex-wrap: wrap;
    gap: 50px;
  }

  #sec_06 .slide_wrap .btn_wrap {
    max-width: 90%;
    flex-direction: unset;
    gap: 20px;
    flex-wrap: wrap;
  }

  #sec_06 .slide_wrap .btn_wrap button {
    width: calc((100% - 20px) / 2);
    height: 50px;
  }

  #sec_06 .slide_wrap .slide_box {
    max-width: 90%;
  }

  #sec_06 .slide_wrap .slide_box .item .line {
    max-width: 100%;
  }

  #sec_07 .wrap .item {
    width: 150px;
    height: 150px;
    font-size: 16px;
  }

  #sec_07 .wrap .bottom {
    margin-top: -60px;
  }

  #sec_08 h2 {
    font-size: 24px;
  }

  #sec_08 h2 span::after {
    height: 15px;
  }

  #sec_09 h2 {
    font-size: 24px;
  }

  #sec_09 h2 span::after {
    height: 15px;
  }

  #sec_09 h3 {
    font-size: 24px;
  }

  #sec_09 .slide_wrap img {
    height: 60px;
  }

  #sec_10 .wrap {
    gap: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  #sec_10 .wrap .t_box {
    width: 100%;
  }

  #sec_10 .wrap form {
    max-width: 100%;
  }

  #re_sec_07 .m_tit h3 {
    font-size: 18px;
  }

  #sec_09 .n_wrap {
    gap: 30px;
  }

  #sec_09 .n_wrap img {
    width: calc((100% - 120px) / 5);
  }

  #re_sec_10 {
    max-width: 100%;
    border-radius: 0;
  }

  #re_sec_10 h2 {
    font-size: 20px;
  }

  #re_sec_10 h2 span {
    font-size: 30px;
  }

  #re_sec_10 button {
    width: 200px;
    height: 50px;
    font-size: 18px;
  }

  #re_sec_10 img {
    width: 250px;
    left: -75px;
    bottom: -75px;
  }
}

@media (max-width: 700px) {
  #sec_01 .wrap .t_box h2 {
    font-size: 20px;
  }

  #sec_01 .wrap .t_box .line {
    height: 30px;
    margin: 20px auto;
  }

  #sec_01 .wrap .t_box p {
    font-size: 16px;
  }

  #sec_02 {
    flex-wrap: wrap;
  }

  #sec_02 .box:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #D2D2D2;
  }

  #sec_02 .box {
    height: 200px;
    gap: 15px;
  }

  #sec_03 .circle {
    width: 200px;
    right: -100px;
    top: 20%;
  }

  #sec_03 .wrap img {
    width: 120px;
    margin-bottom: 30px;
  }

  #sec_03 .wrap h3 {
    font-size: 16px;
  }

  #sec_03 .wrap h2 {
    font-size: 24px;
  }

  #sec_03 .wrap h2::after {
    height: 15px;
  }

  #sec_03 .wrap p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  #sec_04 .wrap h2 {
    font-size: 20px;
  }

  #sec_04 .wrap h2::after {
    width: 315px;
  }

  #sec_04 .wrap .box_wrap img {
    width: calc((100% - 20px) / 2);
  }

  #sec_04 .wrap .box_wrap {
    gap: 20px;
  }

  #sec_06 h2,
  #sec_07 h2 {
    font-size: 36px;
  }

  #sec_06 .slide_wrap .btn_wrap button {
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
  }

  #sec_06 .slide_wrap .slide_box .item h4 {
    font-size: 24px;
  }

  #sec_06 .slide_wrap .slide_box .item p {
    font-size: 18px;
  }

  #sec_07 .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sec_07 .wrap .top, #sec_07 .wrap .bottom {
    flex-direction: column;
  }

  #sec_07 .wrap .bottom {
    margin-top: 0;
    margin-left: -45px;
  }

  #sec_07 .wrap .top, #sec_07 .wrap .bottom {
    width: fit-content;
  }

  #sec_08 .wrap .box .top img {
    height: 40px;
  }

  #sec_08 .wrap .box .top h3 {
    font-size: 18px;
  }

  #sec_08 .wrap .box .top {
    height: 150px ;
  }

  #sec_08 .wrap .box .bottom p {
    font-size: 14px;
  }

  #sec_08 .wrap .box .bottom p br {
    display: none;
  }

  #sec_08 .wrap .box.active .bottom {
    padding: 30px 15px;
  }

  #sec_08 .wrap .box button {
    height: 40px;
  }

  #sec_09 h2 {
    font-size: 20px;
  }

  #sec_09 h2 span::after {
    height: 10px;
  }

  #sec_09 h3 {
    font-size: 20px;
  }

  #sec_10 .wrap .t_box h2 {
    font-size: 20px;
  }

  #sec_10 .wrap .t_box .tel {
    font-size: 36px;
  }

  #re_sec_07 .m_tit h2 {
    font-size: 36px;
  }

  #re_sec_07 .wrap {
    padding: 140px 50px 50px;
  }

  #re_sec_07 .m_tit {
    top: 130px;
  }

  #re_sec_07 .wrap .slide_wrap .item a {
    position: unset;
    transform: unset;
    display: block;
    margin: 0 auto;
    opacity: 1;
    width: 40px;
    margin-top: 30px;
  }

  #re_sec_10 h2 span {
    font-size: 24px;
  }

  #re_sec_10 button {
    width: 160px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #sec_01 .wrap {
    height: 500px;
    padding: 30px;
  }

  #sec_01 {
    margin-bottom: 50px;
  }

  #sec_02 .box h2 {
    font-size: 20px;
  }

  #sec_02 .box p {
    font-size: 16px;
  }

  #sec_02 .box {
    height: 150px;
  }

  #sec_03 .wrap h2::after {
    height: 50px;
    width: 80%;
  }

  #sec_03 .circle {
    width: 150px;
    right: -75px;
  }

  #sec_03 .wrap {
    width: 90%;
  }

  #sec_03 .wrap p br {
    display: none;
  }

  #sec_03 {
    padding: 50px 0;
  }

  #sec_04 {
    padding: 50px 0;
  }

  #sec_05 {
    padding: 50px 0;
  }

  #sec_05 h2 {
    font-size: 18px;
  }

  #sec_05 h2 span::after {
    height: 10px;
  }

  #sec_06 {
    padding: 50px 0;
  }

  #sec_06 h2,
  #sec_07 h2 {
    font-size: 24px;
  }

  #sec_06 h3,
  #sec_07 h3 {
    font-size: 16px;
  }

  #sec_06 .slide_wrap .btn_wrap {
    gap: 10px;
  }

  #sec_06 .slide_wrap .btn_wrap button {
    width: calc((100% - 10px) / 2);
    height: 35px;
    font-size: 14px;
  }

  #sec_06 .slide_wrap .slide_box .item h4 {
    font-size: 20px;
  }

  #sec_06 .slide_wrap .slide_box .item p {
    font-size: 16px;
  }

  #sec_07 {
    padding: 50px 0;
  }

  #sec_07 a {
    width: 130px;
    height: 35px;
    font-size: 14px;
  }

  #sec_08 .wrap {
    gap: 20px;
  }

  #sec_08 .wrap .box {
    width: calc((100% - 20px) / 2);
  }

  #sec_08 {
    padding: 50px 0;
  }

  #sec_08 h2 {
    font-size: 20px;
  }

  #sec_08 h2 span::after {
    height: 10px;
  }

  #sec_08 .wrap .box .top img {
    height: 30px;
  }

  #sec_08 .wrap .box .top h3 {
    font-size: 16px;
  }

  #sec_08 .wrap .box .top {
    height: 130px;
  }

  #sec_08 .wrap .box .bottom p {
    font-size: 12px;
  }

  #sec_08 .wrap .box button {
    height: 30px;
  }

  #sec_08 .wrap .box button img {
    width: 14px;
  }

  #sec_09 {
    padding: 50px 0;
  }

  #sec_09 h2 {
    font-size: 18px;
  }

  #sec_09 h3 {
    font-size: 18px;
  }

  #sec_09 .slide_wrap img {
    height: 40px;
  }

  #sec_10 {
    padding: 50px 0;
  }

  #sec_10 .wrap .t_box h2 {
    font-size: 18px;
  }

  #sec_10 .wrap .t_box .tel {
    font-size: 30px;
  }

  #sec_10 .wrap .t_box .tel img {
    width: 30px;
  }

  #sec_10 .wrap form label {
    font-size: 16px;
  }

  #sec_10 .wrap form input[type=text] {
    height: 30px;
    font-size: 16px;
  }

  #sec_10 .wrap form textarea {
    height: 120px;
    padding: 5px;
    font-size: 16px;
  }

  #sec_10 .wrap form .agree_wrap label {
    font-size: 14px;
  }

  #sec_10 .wrap form button {
    height: 35px;
    font-size: 18px;
  }

  #re_sec_07 .m_tit h2 {
    font-size: 24px;
  }

  #re_sec_07 .m_tit h3 {
    font-size: 16px;
  }

  #re_sec_07 .wrap .slide_wrap .item img {
    height: 40px;
    margin-bottom: 20px;
  }

  #re_sec_07 .wrap .slide_wrap .item .tit {
    font-size: 16px;
  }

  #re_sec_07 .wrap .slide_wrap .item .in_t {
    font-size: 14px;
  }

  #re_sec_07 {
    padding: 50px 0;
  }

  #sec_09 h2 {
    margin-bottom: 50px;
  }

  #sec_09 .n_wrap {
    margin-bottom: 50px;
  }

  #sec_09 .n_wrap img {
    width: calc((100% - 60px) / 3);
  }

  #re_sec_10 h2 {
    font-size: 18px;
  }

  #re_sec_10 h2 span {
    font-size: 20px;
  }

  #re_sec_10 button {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }

  #re_sec_10 img {
    width: 180px;
  }

  #re_sec_10 {
    padding: 50px 0;
  }

  #re_sec_10 h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  #sec_01 .wrap .t_box h2 {
    font-size: 18px;
  }

  #sec_01 .wrap .t_box p {
    font-size: 14px;
  }

  #sec_01 .wrap .t_box p br {
    display: none;
  }

  #sec_01 .wrap {
    height: 400px;
  }

  #sec_02 .box h2 {
    font-size: 18px;
  }

  #sec_02 .box p {
    font-size: 14px;
  }

  #sec_02 .box {
    height: 120px;
  }

  #sec_03 .mb {
    display: block;
  }

  #sec_03 .wrap img {
    width: 100px;
  }

  #sec_03 .wrap h3 {
    font-size: 14px;
  }

  #sec_03 .wrap h2 {
    font-size: 20px;
  }

  #sec_03 .wrap h2::after {
    width: 85%;
    height: 40px;
  }

  #sec_03 .wrap p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #sec_04 .wrap h2 {
    font-size: 14px;
  }

  #sec_04 .wrap h2::after {
    width: 220px;
    height: 10px;
  }

  #sec_04 .wrap .box_wrap {
    justify-content: center;
    gap: 10px;
  }

  #sec_04 .wrap .box_wrap img {
    width: calc((100% - 10px) / 2);
  }

  #sec_05 h2 {
    font-size: 16px;
  }

  #sec_06 h2,
  #sec_07 h2 {
    font-size: 20px;
  }

  #sec_06 h3,
  #sec_07 h3 {
    font-size: 14px;
  }

  #sec_06 .slide_wrap {
    gap: 30px;
  }

  #sec_06 .slide_wrap .slide_box .item h4 {
    font-size: 16px;
  }

  #sec_06 .slide_wrap .slide_box .item p {
    font-size: 14px;
  }

  #sec_06 .slide_wrap .slide_box .item a {
    font-size: 14px;
  }

  #sec_06 .slide_wrap .slide_box .item .line {
    margin: 20px 0;
  }

  #sec_07 .wrap .item {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }

  #sec_08 .wrap {
    gap: 10px;
  }

  #sec_08 .wrap .box {
    width: 100%;
  }

  #sec_08 .wrap .box .top img {
    height: 25px;
  }

  #sec_08 .wrap .box .top h3 {
    font-size: 14px;
  }

  #sec_08 h2 {
    font-size: 18px;
  }

  #sec_08 .wrap .box .bottom p {
    font-size: 10px;
  }

  #sec_08 .wrap .box button {
    height: 25px;
  }

  #sec_08 .wrap .box button img {
    width: 12px;
  }

  #sec_09 h2 {
    font-size: 16px;
  }

  #sec_09 h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #sec_09 .slide_wrap .group {
    gap: 10px;
    margin: 0 5px;
  }

  #sec_09 .slide_wrap {
    margin-bottom: 10px;
  }

  #sec_10 .wrap .t_box h2 {
    font-size: 16px;
    /* margin-bottom: 10px; */
  }

  #sec_10 .wrap .t_box .tel {
    font-size: 24px;
  }

  #sec_10 .wrap .t_box .tel img {
    width: 25px;
  }

  #sec_10 .wrap form {
    padding: 30px 15px;
  }

  #sec_10 .wrap form label {
    font-size: 14px;
  }

  #sec_10 .wrap form input[type=text] {
    height: 25px;
    padding: 0 5px;
    font-size: 14px;
  }

  #sec_10 .wrap form textarea {
    height: 100px;
    font-size: 14px;
  }

  #sec_10 .wrap form .agree_wrap label {
    font-size: 12px;
  }

  #sec_10 .wrap form button {
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
  }

  #re_sec_07 .wrap {
    padding: 120px 30px 50px;
  }

  #re_sec_07 .m_tit {
    top: 90px;
  }

  #re_sec_07 .wrap .slide_wrap .item {
    margin: 0 5px;
  }

  #re_sec_07 .m_tit h2 {
    font-size: 20px;
  }

  #re_sec_07 .m_tit h3 {
    font-size: 14px;
  }

  #re_sec_07 .wrap .slide_wrap .item img {
    height: 30px;
  }

  #re_sec_07 .wrap .slide_wrap .item .tit {
    font-size: 14px;
  }

  #re_sec_07 .wrap .slide_wrap .item .in_t {
    font-size: 12px;
  }

  #re_sec_07 .wrap .slide_wrap .item a img {
    width: 35px;
  }

  #re_sec_10 h2 {
    font-size: 16px;
  }

  #re_sec_10 h2 span {
    font-size: 18px;
  }

  #re_sec_10 button {
    width: 120px;
    height: 30px;
    font-size: 12px;
  }

  #re_sec_10 img {
    width: 150px;
  }
}