@charset "UTF-8";
.sub_vis {
  width: 100%;
  height: 770px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/sub_vis.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 140px;
  margin-top: 99px;
}
@media (max-width: 1024px) {
  .sub_vis {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 20px;
    height: 360px;
  }
}
.sub_vis > .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  gap: 55px;
}
@media (max-width: 1024px) {
  .sub_vis > .tit {
    gap: 20px;
  }
}
.sub_vis > .tit > h2 {
  font-size: 90px;
  font-weight: 700;
  color: white;
  font-family: "SBAggro";
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h2 {
    font-size: 48px;
  }
}
.sub_vis > .tit > h3 {
  font-size: 18px;
  font-weight: 200;
  color: white;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h3 {
    font-size: 15px;
  }
}
.sub_vis > .tit > p {
  margin-top: 150px;
  font-size: 25px;
  font-weight: 500;
  color: white;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > p {
    font-size: 19px;
    margin-top: 40px;
  }
}

.all_sub_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .all_sub_tit {
    margin-bottom: 40px;
    gap: 20px;
    padding: 0 20px;
  }
}
.all_sub_tit > h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "SBAggro";
}
@media (max-width: 1024px) {
  .all_sub_tit > h2 {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
  }
}
.all_sub_tit > h3 {
  font-size: 33px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .all_sub_tit > h3 {
    font-size: 18px;
    text-align: center;
  }
}
.all_sub_tit > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .all_sub_tit > p {
    font-size: 15px;
  }
}

.ab_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab_con .ab_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 {
    margin-bottom: 60px;
  }
}
.ab_con .ab_1 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .tit {
    margin-bottom: 40px;
    gap: 20px;
    padding: 0 20px;
  }
}
.ab_con .ab_1 > .tit > h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "SBAggro";
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .tit > h2 {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
  }
}
.ab_con .ab_1 > .tit > h3 {
  font-size: 33px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .tit > h3 {
    font-size: 18px;
    text-align: center;
  }
}
.ab_con .ab_1 > .tit > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .tit > p {
    font-size: 15px;
  }
}
.ab_con .ab_1 > .img_box {
  width: 100%;
  height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
  background-image: url(../img/ab_1_back.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .img_box {
    height: auto;
    gap: 20px;
    padding: 40px 20px;
  }
}
.ab_con .ab_1 > .img_box > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ab_con .ab_1 > .img_box > .tit > h2 {
  font-size: 30px;
  color: white;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .img_box > .tit > h2 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.ab_con .ab_1 > .img_box > .tit > h2 > span {
  font-weight: 700;
  color: white;
}
.ab_con .ab_1 > .img_box > .img_box {
  width: 100%;
  max-width: 1150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 115px;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .img_box > .img_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.ab_con .ab_1 > .img_box > .img_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .img_box > .img_box > .box {
    gap: 20px;
  }
}
.ab_con .ab_1 > .img_box > .img_box > .box > .top {
  height: 153px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .img_box > .img_box > .box > .top {
    height: auto;
  }
}
.ab_con .ab_1 > .img_box > .img_box > .box > .bot {
  width: 100%;
  height: 97px;
  background-image: url(../img/ans_cl.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .img_box > .img_box > .box > .bot {
    height: 105px;
  }
}
.ab_con .ab_1 > .img_box > .img_box > .box > .bot > h2 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .ab_con .ab_1 > .img_box > .img_box > .box > .bot > h2 {
    font-size: 18px;
  }
}
.ab_con .ab_2 {
  width: 100%;
  max-width: 1550px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .ab_con .ab_2 {
    margin-bottom: 60px;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 20px;
  }
}
.ab_con .ab_2 > .left {
  width: 100%;
  max-width: 952px;
}
.ab_con .ab_2 > .left > .tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 58px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .ab_con .ab_2 > .left > .tit {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.ab_con .ab_2 > .left > .tit > h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .ab_con .ab_2 > .left > .tit > h2 {
    font-size: 20px;
  }
}
.ab_con .ab_2 > .left > .tit > h3 {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .ab_con .ab_2 > .left > .tit > h3 {
    font-size: 21px;
    line-height: 1.5;
  }
}
.ab_con .ab_2 > .left > .tit > h3 > strong {
  font-weight: 400;
}
.ab_con .ab_2 > .left > .tit .dotted-text span {
  position: relative;
  display: inline-block;
  padding-top: 10px; /* 글자와 점 사이 간격 조정 */
}
.ab_con .ab_2 > .left > .tit .dotted-text span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
}
.ab_con .ab_2 > .left > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
  padding: 50px 67px;
  background-color: #F8F8F8;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .ab_con .ab_2 > .left > .word {
    padding: 30px;
    gap: 20px;
  }
}
.ab_con .ab_2 > .left > .word > h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .ab_con .ab_2 > .left > .word > h2 {
    font-size: 17px;
  }
}
.ab_con .ab_2 > .left > .word > h2 > span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .ab_con .ab_2 > .right > img {
    width: 100%;
  }
}
.ab_con > .ab_3 {
  width: 100%;
  max-width: 1550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .ab_con > .ab_3 {
    margin-bottom: 60px;
    gap: 20px;
    padding: 0 20px;
    height: auto;
  }
}
.ab_con > .ab_3 > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ab_con > .ab_3 > .tit > h2 {
  font-size: 44px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .ab_con > .ab_3 > .tit > h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.ab_con > .ab_3 > .tit > h2 > span {
  font-weight: 700;
}
.ab_con > .ab_3 > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .ab_con > .ab_3 > .word {
    gap: 20px;
    margin-bottom: 20px;
    height: auto;
  }
}
.ab_con > .ab_3 > .word > h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .ab_con > .ab_3 > .word > h2 {
    font-size: 15px;
  }
}
.ab_con > .ab_3 > .word > h2 > span {
  font-weight: 700;
}
.ab_con > .ab_3 > .sign_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .ab_con > .ab_3 > .sign_box > .sign {
    width: 100%;
  }
}

.web_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.web_con > .web_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .web_con > .web_1 {
    margin-bottom: 60px;
  }
}
.web_con > .web_1 > .img_box {
  width: 100%;
  height: 544px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .web_con > .web_1 > .img_box {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
.web_con > .web_1 > .img_box > .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 80px 0 80px;
  background-image: url(../img/web_1_back_1.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .web_con > .web_1 > .img_box > .box {
    padding: 10px;
  }
}
.web_con > .web_1 > .img_box > .box > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .web_con > .web_1 > .img_box > .box > .tit {
    margin-bottom: 20px;
  }
}
.web_con > .web_1 > .img_box > .box > .tit > h2 {
  font-family: "SBAggro";
  font-size: 25px;
  font-weight: 500;
  color: white;
}
@media (max-width: 1024px) {
  .web_con > .web_1 > .img_box > .box > .tit > h2 {
    font-size: 17px;
  }
}
.web_con > .web_1 > .img_box > .box > .tit > h3 {
  font-family: "SBAggro";
  font-size: 35px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1024px) {
  .web_con > .web_1 > .img_box > .box > .tit > h3 {
    font-size: 19px;
  }
}
.web_con > .web_1 > .img_box > .box > .tit > p {
  font-size: 20px;
  font-weight: 400;
  color: white;
}
@media (max-width: 1024px) {
  .web_con > .web_1 > .img_box > .box > .tit > p {
    font-size: 15px;
  }
}
.web_con > .web_1 > .img_box > .box > .word {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.web_con > .web_1 > .img_box > .box > .word > .left {
  width: 20px;
  padding-top: 7px;
}
.web_con > .web_1 > .img_box > .box > .word > .left > h2 {
  font-size: 10px;
  color: white;
}
.web_con > .web_1 > .img_box > .box > .word > .right {
  width: 100%;
}
.web_con > .web_1 > .img_box > .box > .word > .right > h2 {
  line-height: 1.5;
  font-size: 20px;
  color: white;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .web_con > .web_1 > .img_box > .box > .word > .right > h2 {
    font-size: 13px;
  }
}
.web_con > .web_1 > .img_box > .box:nth-of-type(2) {
  background-image: url(../img/web_1_back_2.png);
}
.web_con > .web_1 > .img_box > .box:nth-of-type(3) {
  background-image: url(../img/web_1_back_3.png);
}
.web_con > .web_1 > .img_box > .box:nth-of-type(4) {
  background-image: url(../img/web_1_back_4.png);
}
.web_con > .web_2 {
  width: 100%;
  max-width: 1550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .web_con > .web_2 {
    margin-bottom: 60px;
  }
}
.web_con > .web_2 > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .tit {
    margin-bottom: 40px;
  }
}
.web_con > .web_2 > .tit > h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .tit > h2 {
    font-size: 20px;
  }
}
.web_con > .web_2 > .tit > p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .tit > p {
    font-size: 15px;
  }
}
.web_con > .web_2 > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .img_box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    padding: 0 10px;
  }
}
.web_con > .web_2 > .img_box > .box {
  width: 100%;
  height: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border: 1px solid #ccc;
  position: relative;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .img_box > .box {
    gap: 20px;
    height: 265px;
  }
}
.web_con > .web_2 > .img_box > .box > .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .img_box > .box > .top {
    width: 100%;
    height: 180px;
  }
}
.web_con > .web_2 > .img_box > .box > .top > img {
  margin-bottom: 20px;
}
.web_con > .web_2 > .img_box > .box > .top > h2 {
  font-family: "SBAggro";
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .img_box > .box > .top > h2 {
    font-size: 15px;
  }
}
.web_con > .web_2 > .img_box > .box > .top > h3 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .img_box > .box > .top > h3 {
    font-size: 17px;
  }
}
.web_con > .web_2 > .img_box > .box > .bot {
  width: 100%;
}
.web_con > .web_2 > .img_box > .box > .bot > h2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .img_box > .box > .bot > h2 {
    font-size: 13px;
  }
}
.web_con > .web_2 > .img_box > .box > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16%;
  z-index: 9;
}
@media (max-width: 1024px) {
  .web_con > .web_2 > .img_box > .box > img {
    display: none;
  }
}
.web_con > .web_2 > .img_box > .box:nth-of-type(1) {
  border: 4px solid #A9B7EB;
}
.web_con > .web_2 > .img_box > .box:nth-of-type(2) {
  border: 4px solid #889CDF;
}
.web_con > .web_2 > .img_box > .box:nth-of-type(3) {
  border: 4px solid #627BCE;
}
.web_con > .web_2 > .img_box > .box:nth-of-type(4) {
  border: 4px solid #3C56AC;
}
.web_con > .web_2 > .img_box > .box:nth-of-type(5) {
  border: 4px solid #1C327D;
}
.web_con > .web_2 > .img_box > .box:nth-of-type(6) {
  border: 4px solid #0A1B58;
}
.web_con > .web_3 {
  width: 100%;
  height: 720px;
  background-image: url(../img/web_3_back.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .web_con > .web_3 {
    height: auto;
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}
.web_con > .web_3 > .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.web_con > .web_3 > .tit > h2 {
  font-size: 35px;
  font-weight: 700;
  color: white;
  margin-bottom: 38px;
  font-family: "SBAggro";
}
@media (max-width: 1024px) {
  .web_con > .web_3 > .tit > h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.web_con > .web_3 > .tit > h3 {
  font-size: 35px;
  font-weight: 500;
  color: white;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .web_con > .web_3 > .tit > h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.web_con > .web_3 > .tit > p {
  font-size: 22px;
  font-weight: 300;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .web_con > .web_3 > .tit > p {
    font-size: 14px;
  }
}

.cat_wrap {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  font-family: "SBAggro";
}
.cat_wrap .pro_cat {
  list-style: none;
  width: 100%;
  height: 88px;
  max-width: 1550px;
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: rgba(204, 204, 204, 0.2823529412);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cat_wrap .pro_cat {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .cat_wrap .pro_cat {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cat_wrap .pro_cat > li {
  flex: 1 1 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cat_wrap .pro_cat > li a {
  text-decoration: none;
  padding: 10px 15px;
  color: #858585;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .cat_wrap .pro_cat > li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cat_wrap .pro_cat > li a {
    padding: 12px 1rem;
  }
}
@media (max-width: 640px) {
  .cat_wrap .pro_cat > li a {
    font-size: 13px;
  }
}
.cat_wrap .pro_cat > li a.active, .cat_wrap .pro_cat > li a:hover {
  color: white;
  background-color: #C10000;
}
.cat_wrap .pro_cat > li:not(:last-of-type) a {
  border-right: 1px solid #ccc;
}
@media (max-width: 768px) {
  .cat_wrap .pro_cat > li:not(:last-of-type) a {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .cat_wrap .pro_cat > li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  .cat_wrap .pro_cat > li:nth-of-type(-n+2) {
    border-bottom: 1px solid #ccc;
  }
}

.tab-content {
  margin-top: 140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content {
    margin-top: 60px;
  }
}
.tab-content > .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1550px;
}
.tab-content > .host > .img_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .tab-content > .host > .img_box {
    margin-bottom: 60px;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .tab-content > .host > .img_box > img {
    width: 100%;
  }
}
.tab-content > .host > .hosting_banner {
  width: 100%;
  max-width: 1100px;
  height: 143px;
  border-radius: 15px;
  background: linear-gradient(45deg, #362E95, #DF3D0F);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 133px;
  gap: 90px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .tab-content > .host > .hosting_banner {
    gap: 20px;
    padding: 20px;
    width: 93%;
    margin-bottom: 60px;
  }
}
.tab-content > .host > .hosting_banner > .left > h2 {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tab-content > .host > .hosting_banner > .left > h2 {
    font-size: 13px;
  }
}
.tab-content > .host > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #4e4e4e;
}
@media (max-width: 1024px) {
  .tab-content > .host > table {
    width: 80%;
  }
}
.tab-content > .host > table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.337254902);
}
.tab-content > .host > table tr:first-of-type {
  border-bottom: 1px solid #4e4e4e;
}
.tab-content > .host > table th {
  font-size: 21px;
  font-weight: 600;
  padding: 20px;
  background-color: rgba(232, 232, 232, 0.2117647059);
  vertical-align: middle;
}
.tab-content > .host > table th:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
@media (max-width: 1024px) {
  .tab-content > .host > table th {
    font-size: 15px;
    padding: 10px;
  }
}
.tab-content > .host > table th:nth-of-type(1) {
  background-color: #E8E8E8;
}
.tab-content > .host > table td {
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.tab-content > .host > table td:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
@media (max-width: 1024px) {
  .tab-content > .host > table td {
    font-size: 14px;
    padding: 10px;
  }
}
.tab-content > .host > table td:nth-of-type(1) {
  background-color: #E8E8E8;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .tab-content > .host > table td:nth-of-type(1) {
    font-size: 15px;
  }
}
.tab-content > .host > .wrong_word {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 100px;
  background-color: rgba(242, 242, 242, 0.5764705882);
  border-radius: 9px;
  gap: 30px;
  margin-bottom: 20px;
}
.tab-content > .host > .wrong_word:last-of-type {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .tab-content > .host > .wrong_word {
    margin-bottom: 60px;
    gap: 20px;
    padding: 20px;
    border-radius: 0;
  }
}
.tab-content > .host > .wrong_word > .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tab-content > .host > .wrong_word > .right > h2 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .tab-content > .host > .wrong_word > .right > h2 {
    font-size: 14px;
  }
}
.tab-content > .host > .wrong_word > .right > p {
  font-size: 20px;
  font-weight: 400;
  color: #C10000;
}
@media (max-width: 1024px) {
  .tab-content > .host > .wrong_word > .right > p {
    font-size: 14px;
  }
}
.tab-content > .host > .bot_img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .tab-content > .host > .bot_img_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tab-content > .host > .bot_img_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  padding-bottom: 47px;
  width: 100%;
  border-bottom: 2px solid #707070;
}
@media (max-width: 1024px) {
  .tab-content > .host > .bot_img_box > .box {
    gap: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .tab-content > .host > .bot_img_box > .box > .top > img {
    width: 100%;
  }
}
.tab-content > .host > .bot_img_box > .box > .bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab-content > .host > .bot_img_box > .box > .bot {
    gap: 20px;
  }
}
.tab-content > .host > .bot_img_box > .box > .bot > h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tab-content > .host > .bot_img_box > .box > .bot > h2 {
    font-size: 17px;
  }
}
.tab-content > .host > .bot_img_box > .box > .bot > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tab-content > .host > .bot_img_box > .box > .bot > p {
    font-size: 14px;
  }
}
.tab-content > .mail > .img_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .img_box {
    gap: 20px;
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .tab-content > .mail > .img_box > img {
    width: 100%;
  }
}
.tab-content > .mail > .center_img_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .center_img_box {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.tab-content > .mail > .center_img_box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 90px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 13px #CBCBCB;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .center_img_box .box {
    padding: 20px;
    gap: 20px;
  }
}
.tab-content > .mail > .center_img_box .box > .word {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 55px;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .center_img_box .box > .word {
    gap: 20px;
  }
}
.tab-content > .mail > .center_img_box .box > .word > h3 {
  font-size: 40px;
  font-weight: 700;
  color: #747474;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .center_img_box .box > .word > h3 {
    font-size: 25px;
  }
}
.tab-content > .mail > .center_img_box .box > .word > h2 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .center_img_box .box > .word > h2 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .tab-content > .mail > .center_img_box .box > .img > img {
    width: 80%;
  }
}
.tab-content > .mail > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #4e4e4e;
}
.tab-content > .mail > table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.337254902);
}
.tab-content > .mail > table tr:first-of-type {
  border-bottom: 1px solid #4e4e4e;
}
.tab-content > .mail > table th {
  font-size: 21px;
  font-weight: 600;
  padding: 20px;
  background-color: rgba(232, 232, 232, 0.2117647059);
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .tab-content > .mail > table th {
    font-size: 15px;
    padding: 10px;
  }
}
.tab-content > .mail > table th:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.tab-content > .mail > table th:nth-of-type(1) {
  background-color: #E8E8E8;
}
.tab-content > .mail > table td {
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .tab-content > .mail > table td {
    font-size: 14px;
    padding: 10px;
  }
}
.tab-content > .mail > table td:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.tab-content > .mail > table td:nth-of-type(1) {
  background-color: #E8E8E8;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .tab-content > .mail > table td:nth-of-type(1) {
    font-size: 15px;
  }
}
.tab-content > .mail > .wrong_word {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: rgba(242, 242, 242, 0.5764705882);
  border-radius: 9px;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .wrong_word {
    padding: 20px;
  }
}
.tab-content > .mail > .wrong_word > .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tab-content > .mail > .wrong_word > .right > h2 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .wrong_word > .right > h2 {
    font-size: 14px;
  }
}
.tab-content > .mail > .wrong_word > .right > p {
  font-size: 20px;
  font-weight: 400;
  color: #C10000;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .wrong_word > .right > p {
    font-size: 14px;
  }
}
.tab-content > .mail > .bot_img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .bot_img_box {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
}
.tab-content > .mail > .bot_img_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  height: 236px;
  padding: 40px;
  border-right: 1px solid rgba(204, 204, 204, 0.2588235294);
}
@media (max-width: 1024px) {
  .tab-content > .mail > .bot_img_box > .box {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .tab-content > .mail > .bot_img_box > .box > .top {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .tab-content > .mail > .bot_img_box > .box > .top > img {
    width: 100%;
  }
}
.tab-content > .mail > .bot_img_box > .box > .bot > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab-content > .mail > .bot_img_box > .box > .bot > h2 {
    font-size: 13px;
  }
}
.tab-content > .mail > .bot_img_box > .box:nth-last-of-type(1) {
  border: 0;
}
.tab-content > .maintenance > .img_box {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .tab-content > .maintenance > .img_box {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .tab-content > .maintenance > .img_box > img {
    width: 100%;
  }
}
.tab-content > .maintenance > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  border: 1px solid #4e4e4e;
}
.tab-content > .maintenance > table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.337254902);
}
.tab-content > .maintenance > table tr:first-of-type {
  border-bottom: 1px solid #4e4e4e;
}
.tab-content > .maintenance > table th {
  font-size: 21px;
  font-weight: 600;
  padding: 20px;
  background-color: rgba(232, 232, 232, 0.2117647059);
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .tab-content > .maintenance > table th {
    font-size: 14px;
  }
}
.tab-content > .maintenance > table th:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.tab-content > .maintenance > table th:nth-of-type(1) {
  background-color: #E8E8E8;
}
.tab-content > .maintenance > table td {
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .tab-content > .maintenance > table td {
    font-size: 13px;
  }
}
.tab-content > .maintenance > table td:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.tab-content > .maintenance > table td:nth-of-type(1) {
  background-color: #E8E8E8;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .tab-content > .maintenance > table td:nth-of-type(1) {
    font-size: 14px;
  }
}
.tab-content > .domain > .img_box {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .tab-content > .domain > .img_box {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .tab-content > .domain > .img_box > img {
    width: 100%;
  }
}
.tab-content > .domain > .bot_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  height: 373px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .tab-content > .domain > .bot_box {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    row-gap: 35px;
    margin-bottom: 60px;
    padding: 0 10px;
  }
}
.tab-content > .domain > .bot_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #DBDBDB;
  position: relative;
  box-shadow: 0 0 13px #CBCBCB;
}
@media (max-width: 1024px) {
  .tab-content > .domain > .bot_box > .box {
    height: auto;
    padding: 40px 10px 20px 10px;
  }
}
.tab-content > .domain > .bot_box > .box > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7%;
  box-shadow: 0 0 13px #CBCBCB;
  border-radius: 500px;
}
.tab-content > .domain > .bot_box > .box > .top {
  height: 160px;
}
@media (max-width: 1024px) {
  .tab-content > .domain > .bot_box > .box > .top {
    height: 150px;
  }
  .tab-content > .domain > .bot_box > .box > .top > img {
    width: 100%;
  }
}
.tab-content > .domain > .bot_box > .box > .bot {
  height: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab-content > .domain > .bot_box > .box > .bot {
    height: auto;
  }
}
.tab-content > .domain > .bot_box > .box > .bot > h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tab-content > .domain > .bot_box > .box > .bot > h2 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .tab-content > .domain > .bot_box > .box > .bot > p {
    font-size: 12px;
  }
}
.tab-content.active {
  display: block;
}

#airpacking {
  padding-bottom: 100px;
}

.advertising_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advertising_con > .wrap {
  width: 100%;
  max-width: 1550px;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap {
    padding-bottom: 60px;
  }
}
.advertising_con > .wrap > .ad_1 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 114px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .left {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .left img {
    width: 100%;
  }
}
.advertising_con > .wrap > .ad_1 > .right {
  width: 674px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right {
    width: 100%;
    padding: 0 20px;
  }
}
.advertising_con > .wrap > .ad_1 > .right > .tit {
  width: 100%;
}
.advertising_con > .wrap > .ad_1 > .right > .tit > h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .tit > h2 {
    font-size: 18px;
  }
}
.advertising_con > .wrap > .ad_1 > .right > .tit > h2 > span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .tit > h2 > span > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .tit > h2 > br {
    display: none;
  }
}
.advertising_con > .wrap > .ad_1 > .right > .cont {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.advertising_con > .wrap > .ad_1 > .right > .cont > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 3px 15px #D27C25;
  padding: 44px 30px 20px 30px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .cont > .box {
    padding: 10px;
    gap: 10px;
  }
}
.advertising_con > .wrap > .ad_1 > .right > .cont > .box > div {
  width: 100%;
  display: flex;
}
.advertising_con > .wrap > .ad_1 > .right > .cont > .box > .word {
  justify-content: flex-start;
}
.advertising_con > .wrap > .ad_1 > .right > .cont > .box > .word > h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .cont > .box > .word > h2 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .cont > .box > .word > h2 > br {
    display: none;
  }
}
.advertising_con > .wrap > .ad_1 > .right > .cont > .box > .num_box {
  justify-content: flex-end;
}
.advertising_con > .wrap > .ad_1 > .right > .cont > .box > .num_box > h2 {
  font-size: 50px;
  font-weight: 700;
  color: #F38415;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .cont > .box > .num_box > h2 {
    font-size: 25px;
  }
}
.advertising_con > .wrap > .ad_1 > .right > .bot_word {
  width: 100%;
}
.advertising_con > .wrap > .ad_1 > .right > .bot_word > h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .bot_word > h2 {
    font-size: 18px;
  }
}
.advertising_con > .wrap > .ad_1 > .right > .bot_word > h2 > span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_1 > .right > .bot_word > h2 > span > br {
    display: none;
  }
}
.advertising_con > .wrap > .ad_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advertising_con > .wrap > .ad_2 > .ad_2_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_2 > .ad_2_box {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    gap: 30px;
    padding: 0 20px;
  }
}
.advertising_con > .wrap > .ad_2 > .ad_2_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_2 > .ad_2_box > .box {
    gap: 20px;
  }
}
.advertising_con > .wrap > .ad_2 > .ad_2_box > .box > .top {
  width: 100%;
  height: 173px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #EFEFEF;
}
.advertising_con > .wrap > .ad_2 > .ad_2_box > .box > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertising_con > .wrap > .ad_2 > .ad_2_box > .box > .bot > h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_2 > .ad_2_box > .box > .bot > h2 {
    font-size: 15px;
  }
}
.advertising_con > .wrap > .ad_2 > .ad_2_box > .box > h2 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7%;
  background-color: #9F1CC5;
  border-radius: 100px;
}
.advertising_con > .wrap > .ad_2 > .ad_2_box > .box > img {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  right: -13%;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_2 > .ad_2_box > .box > img {
    display: none;
  }
}
.advertising_con > .wrap > .ad_2 > .ad_2_box > .box:nth-of-type(odd) > .top {
  background-color: #9A2ABB;
}
.advertising_con > .wrap > .ad_2 .adv-process-area {
  position: relative;
  width: 100%;
  margin-bottom: 140px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 3px solid #D68432;
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area {
    margin-bottom: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area {
    border: 3px solid #D68432;
    padding: 20px 0;
    background: #D68432;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr;
  z-index: 1;
}
@media (max-width: 1550px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list {
    grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list {
    grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;
  }
}
@media (max-width: 640px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .bordered-dot {
  width: 18px;
  height: 18px;
  margin-bottom: 48px;
  background: white;
  border: 3px solid #D68432;
  border-radius: 5000rem;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .bordered-dot {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .bordered-dot {
    width: 14px;
    height: 14px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 640px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .bordered-dot {
    display: none;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step {
  width: 100%;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step {
    margin-bottom: 28px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step {
    margin-bottom: 1rem;
    gap: 8px;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step .step-number {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: #D68432;
  border-radius: 50000rem;
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step .step-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step .step-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step .step-number {
    color: #D68432;
    background: white;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step .step-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #D68432;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step .step-name {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step .step-name {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .process-step .step-name {
    color: white;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .step-icon-wrap {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 3px solid #D68432;
  border-radius: 12px;
  background: white;
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .step-icon-wrap {
    height: 160px;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .step-icon-wrap {
    height: 120px;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .step-icon-wrap > img {
  width: auto;
  height: 88px;
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .step-icon-wrap > img {
    height: 72px;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .item .step-icon-wrap > img {
    height: 48px;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .arrow-head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
}
.advertising_con > .wrap > .ad_2 .adv-process-area .process-list .arrow-head > svg {
  width: 28px;
  height: auto;
  transform: translateY(calc(-50% - 1px));
  fill: #D68432;
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .arrow-head > svg {
    width: 24px;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .arrow-head > svg {
    width: 20px;
  }
}
@media (max-width: 640px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .process-list .arrow-head > svg {
    transform: rotate(90deg);
    fill: white;
  }
}
.advertising_con > .wrap > .ad_2 .adv-process-area .adv-process-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #D68432;
  z-index: 0;
}
@media (max-width: 1280px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .adv-process-bottom {
    height: 160px;
  }
}
@media (max-width: 768px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .adv-process-bottom {
    height: 120px;
  }
}
@media (max-width: 640px) {
  .advertising_con > .wrap > .ad_2 .adv-process-area .adv-process-bottom {
    display: none;
  }
}
.advertising_con > .wrap > .ad_2 > .ct_img_box {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_2 > .ct_img_box {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_2 > .ct_img_box > img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_2 > .ct_img_box > .pc_cat {
    display: none;
  }
}
.advertising_con > .wrap > .ad_2 > .ct_img_box > .m_cat {
  display: none;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ad_2 > .ct_img_box > .m_cat {
    display: block;
  }
}
.advertising_con > .wrap > .ct_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 {
    margin-bottom: 40px;
  }
}
.advertising_con > .wrap > .ct_1 > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.advertising_con > .wrap > .ct_1 > .tit > h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .tit > h2 {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.advertising_con > .wrap > .ct_1 > .tit > h2 > span {
  font-weight: 700;
}
.advertising_con > .wrap > .ct_1 > .box {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box img {
    width: 100%;
  }
}
.advertising_con > .wrap > .ct_1 > .box > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box > div {
    width: 100%;
  }
}
.advertising_con > .wrap > .ct_1 > .box > .word {
  padding: 90px 70px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box > .word {
    padding: 20px;
  }
}
.advertising_con > .wrap > .ct_1 > .box > .word > h2 {
  font-size: 74px;
  font-weight: 400;
  color: #ACACAC;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box > .word > h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box > .word > h2 {
    margin-bottom: 40px;
  }
}
.advertising_con > .wrap > .ct_1 > .box > .word > h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box > .word > h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.advertising_con > .wrap > .ct_1 > .box > .word > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box > .word > p > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box > .word > p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .box:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.advertising_con > .wrap > .ct_1 > .bot_word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .bot_word {
    margin-top: 40px;
  }
}
.advertising_con > .wrap > .ct_1 > .bot_word > h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ct_1 > .bot_word > h2 {
    font-size: 18px;
  }
}
.advertising_con > .wrap > .ct_1 > .bot_word > h2 > span {
  font-weight: 700;
}
.advertising_con > .wrap > .ms_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ms_1 {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ms_1 > .ms_pc_1 {
    display: none;
  }
}
.advertising_con > .wrap > .ms_1 > .ms_m_1 {
  display: none;
}
@media (max-width: 1024px) {
  .advertising_con > .wrap > .ms_1 > .ms_m_1 {
    display: block;
    width: 100%;
  }
}
.advertising_con > .wrap > .ms_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
.advertising_con > .wrap > .ms_2 > img {
  width: 100%;
}
.advertising_con .img_box {
  margin-top: 60px;
}

.grid_img_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .grid_img_box {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .grid_img_box img {
    width: 100%;
  }
}
.grid_img_box > .top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .grid_img_box > .top {
    flex-direction: column;
  }
}
.grid_img_box > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .grid_img_box > .bot {
    flex-direction: column;
  }
}

.ci_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ci_con > .wrap {
  width: 100%;
  max-width: 1550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ci_con > .wrap > .ci_1 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 66px;
  height: 458px;
  margin-bottom: 140px;
  height: auto;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .ci_1 {
    gap: 20px;
    margin-bottom: 60px;
    flex-direction: column;
    height: auto;
  }
}
.ci_con > .wrap > .ci_1 > .left {
  width: 100%;
  max-width: 723px;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .ci_1 > .left {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .ci_1 > .left > img {
    width: 100%;
  }
}
.ci_con > .wrap > .ci_1 > .right {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 75px 15px;
  gap: 50px;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .ci_1 > .right {
    padding: 20px;
    gap: 20px;
    align-items: center;
  }
}
.ci_con > .wrap > .ci_1 > .right > .tit {
  width: 100%;
}
.ci_con > .wrap > .ci_1 > .right > .tit > h2 {
  font-size: 33px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .ci_1 > .right > .tit > h2 {
    font-size: 20px;
  }
}
.ci_con > .wrap > .ci_1 > .right > .word {
  width: 100%;
}
.ci_con > .wrap > .ci_1 > .right > .word > h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .ci_1 > .right > .word > h2 {
    font-size: 14px;
  }
}
.ci_con > .wrap .sub_tit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .ci_con > .wrap .sub_tit {
    margin-bottom: 40px;
  }
}
.ci_con > .wrap .sub_tit > h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .ci_con > .wrap .sub_tit > h2 {
    font-size: 18px;
  }
  .ci_con > .wrap .sub_tit > h2 > br {
    display: none;
  }
}
.ci_con > .wrap .sub_tit > h2 > span {
  font-weight: 700;
}
.ci_con > .wrap > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .img_box {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 60px;
    gap: 20px;
  }
}
.ci_con > .wrap > .img_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(204, 204, 204, 0.3843137255);
  gap: 40px;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .img_box > .box {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .img_box > .box > .top > img {
    width: 100%;
  }
}
.ci_con > .wrap > .img_box > .box > .bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.ci_con > .wrap > .img_box > .box > .bot > h2 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .img_box > .box > .bot > h2 {
    font-size: 15px;
  }
}
.ci_con > .wrap > .img_box > .box > .bot > p {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .ci_con > .wrap > .img_box > .box > .bot > p {
    font-size: 18px;
  }
}

.photo_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .photo_con {
    padding-bottom: 60px;
  }
}
.photo_con > .wrap > .img_box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box img {
    width: 100%;
  }
}
.photo_con > .wrap > .img_box > .top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box > .top {
    flex-direction: column;
  }
}
.photo_con > .wrap > .img_box > .top > .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box > .top > .left {
    width: 100%;
    flex-direction: column;
  }
}
.photo_con > .wrap > .img_box > .top > .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box > .top > .right {
    width: 100%;
    flex-direction: column;
  }
}
.photo_con > .wrap > .img_box > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box > .bot {
    flex-direction: column;
  }
}
.photo_con > .wrap > .img_box > .bot > .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box > .bot > .left {
    width: 100%;
    flex-direction: column;
  }
}
.photo_con > .wrap > .img_box > .bot > .right {
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box > .bot > .right {
    width: 100%;
    flex-direction: column;
  }
}
.photo_con > .wrap > .img_box > .bot > .right > h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box > .bot > .right > h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.photo_con > .wrap > .img_box > .bot > .right > h2 > span {
  font-weight: 700;
}
.photo_con > .wrap > .img_box > .bot > .right > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .photo_con > .wrap > .img_box > .bot > .right > p {
    font-size: 14px;
  }
}
.photo_con > .wrap > .img_box > .bot > .right > p > span {
  font-weight: 700;
}

.portfolio_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portfolio_con > .wrap {
  width: 100%;
  max-width: 1550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portfolio_con > .wrap > .content_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portfolio_con > .wrap > .content_box .menu_bar {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: 88px;
  margin-bottom: 15px;
  background-color: #F2F2F2;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .content_box .menu_bar {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
.portfolio_con > .wrap > .content_box .menu_bar > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #858585;
  font-family: "SBAggro";
  border-left: 1px solid rgba(204, 204, 204, 0.3960784314);
  border-right: 1px solid rgba(204, 204, 204, 0.3960784314);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .content_box .menu_bar > li {
    font-size: 15px;
    padding: 10px 0;
  }
}
.portfolio_con > .wrap > .content_box .menu_bar > li:hover {
  background-color: #D11F1F;
  color: white;
}
.portfolio_con > .wrap > .content_box .menu_bar > li:nth-of-type(1) {
  border-left: 0;
}
.portfolio_con > .wrap > .content_box .menu_bar > li:nth-last-of-type(1) {
  border-right: 0;
}
.portfolio_con > .wrap > .content_box .menu_bar > .active {
  background-color: #D11F1F;
  color: white;
  border: 0;
}
.portfolio_con > .wrap > .latest {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .latest {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}
.portfolio_con > .wrap > .latest > .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 375px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .latest > .box {
    height: 160px;
  }
}
.portfolio_con > .wrap > .latest > .box > .info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 80px 40px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 0;
  transition: 0.3s;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .latest > .box > .info {
    padding: 10px 7px;
  }
}
.portfolio_con > .wrap > .latest > .box > .info > .tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio_con > .wrap > .latest > .box > .info > .tit > h2 {
  font-size: 30px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .latest > .box > .info > .tit > h2 {
    font-size: 17px;
  }
}
.portfolio_con > .wrap > .latest > .box > .info > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.portfolio_con > .wrap > .latest > .box > .info > .word > h2 {
  font-size: 22px;
  font-weight: 600;
  color: white;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .latest > .box > .info > .word > h2 {
    font-size: 15px;
  }
}
.portfolio_con > .wrap > .latest > .box > .info > .word > p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.692);
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .latest > .box > .info > .word > p {
    font-size: 12px;
  }
}
.portfolio_con > .wrap > .latest > .box > .info:hover {
  opacity: 1;
  transition: 0.3s;
}
.portfolio_con > .wrap > .view_btn {
  width: 236px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .view_btn {
    width: 205px;
    height: 55px;
  }
}
.portfolio_con > .wrap > .view_btn > h2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "SBAggro";
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 35px;
}
@media (max-width: 1024px) {
  .portfolio_con > .wrap > .view_btn > h2 {
    font-size: 14px;
  }
}

.det_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .det_1 {
    margin-bottom: 40px;
  }
}
.det_1 > .wrap {
  width: 100%;
  max-width: 1550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .det_1 > .wrap {
    padding: 0 20px;
  }
}
.det_1 > .wrap > .item_box {
  width: 100%;
  max-width: 1550px;
  display: flex;
  align-items: flex-start;
  gap: 65px;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .item_box {
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.det_1 > .wrap > .item_box > .item_left {
  width: 100%;
  max-width: 775px;
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .left {
  width: 100%;
  height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .item_box > .item_left > .swip_img_box > .left {
    height: auto;
  }
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .left > img {
  width: 100%;
  height: 100%;
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .right {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .right > .box {
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .item_box > .item_left > .swip_img_box > .right > .box {
    height: auto;
  }
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .right > .box > img {
  width: 100%;
  height: 100%;
}
.det_1 > .wrap > .item_box > .item_right {
  width: 100%;
  max-width: 665px;
  display: flex;
  flex-direction: column;
}
.det_1 > .wrap > .item_box > .item_right > .tit {
  width: 100%;
  padding: 25px 0;
  border-bottom: 3px solid #000;
  margin-bottom: 37px;
}
.det_1 > .wrap > .item_box > .item_right > .tit > h2 {
  font-size: 40px;
  font-weight: 700;
}
.det_1 > .wrap > .item_box > .item_right > .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.det_1 > .wrap > .item_box > .item_right > .info > .word {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.det_1 > .wrap > .item_box > .item_right > .info > .word > .left {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}
.det_1 > .wrap > .item_box > .item_right > .info > .word > .left > h2 {
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
}
.det_1 > .wrap > .item_box > .item_right > .info > .word > .left > h2 > span {
  font-size: 20px;
  font-weight: 700;
}
.det_1 > .wrap > .item_box > .item_right > .info > .word > .right {
  width: 100%;
}
.det_1 > .wrap > .item_box > .item_right > .info > .word > .right > h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.det_1 > .wrap > .det_2_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 67px;
}
.det_1 > .wrap > .det_2_tit > h2 {
  font-size: 33px;
  font-weight: 700;
}
.det_1 > .wrap > .det_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.det_1 > .wrap > .det_img > img {
  width: 100%;
}

.det_1_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding: 0 20px;
}
.det_1_1 > .wrap {
  width: 100%;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.det_1_1 > .wrap > .top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 100px;
}
@media (max-width: 1024px) {
  .det_1_1 > .wrap > .top {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .det_1_1 > .wrap > .top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
  }
}
.det_1_1 > .wrap > .top > .tit {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  .det_1_1 > .wrap > .top > .tit {
    width: 100%;
    align-items: center;
  }
}
.det_1_1 > .wrap > .top > .tit > h2 {
  font-size: 20px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 480px) {
  .det_1_1 > .wrap > .top > .tit > h2 {
    font-size: 1rem;
  }
}
.det_1_1 > .wrap > .top > .tit > h3 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1024px) {
  .det_1_1 > .wrap > .top > .tit > h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .det_1_1 > .wrap > .top > .tit > h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .det_1_1 > .wrap > .top > .tit > h3 {
    font-size: 24px;
  }
}
.det_1_1 > .wrap > .top > .word {
  width: 100%;
}
.det_1_1 > .wrap > .top > .word > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 768px) {
  .det_1_1 > .wrap > .top > .word > h2 {
    font-size: 1rem;
    word-break: keep-all;
    text-align: center;
  }
}
.det_1_1 > .wrap > .bot {
  width: 100%;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.det_1_1 > .wrap > .bot img {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3960784314);
}
.det_1_1 > .wrap > .bot img:nth-last-of-type(1) {
  padding-bottom: 0;
  border-bottom: 0;
}

.sub_content_tit {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_content_tit {
    margin-bottom: 60px;
    gap: 20px;
  }
}
.sub_content_tit > h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_content_tit > h2 {
    font-size: 20px !important;
  }
}
.sub_content_tit > h2 > span {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_content_tit > h2 > span {
    font-size: 15px !important;
  }
}
.sub_content_tit > p {
  width: 50px;
  height: 5px;
  background-color: #000;
  font-size: 20px;
  font-weight: 400;
}

.cont_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .cont_1 {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.cont_1 > .wrap {
  width: 100%;
  max-width: 1550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont_1 > .wrap > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 56px;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cont_1 > .wrap > .tit > h2 {
  font-size: 95px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .tit > h2 {
    font-size: 40px;
  }
}
.cont_1 > .wrap > .tit > h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .tit > h3 {
    font-size: 14px;
  }
  .cont_1 > .wrap > .tit > h3 > br {
    display: none;
  }
}
.cont_1 > .wrap > iframe {
  width: 100%;
  height: 423px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3019607843);
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > iframe {
    height: 320px;
  }
}
.cont_1 > .wrap > .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 3px solid #707070;
  border-bottom: 3px solid #C1C1C1;
}
.cont_1 > .wrap > .info > div {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 60px;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .info > div {
    padding: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .cont_1 > .wrap > .info > div {
    align-items: flex-start;
  }
}
.cont_1 > .wrap > .info > .top {
  border-bottom: 1px solid rgba(204, 204, 204, 0.4196078431);
}
.cont_1 > .wrap > .info > .top > .box {
  display: flex;
  align-items: center;
  gap: 48px;
}
.cont_1 > .wrap > .info > .top > .box > h2 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .info > .top > .box > h2 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .info > .bot {
    flex-direction: column;
    gap: 20px;
  }
}
.cont_1 > .wrap > .info > .bot > .box {
  display: flex;
  align-items: center;
  gap: 48px;
}
.cont_1 > .wrap > .info > .bot > .box > h2 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .info > .bot > .box > h2 {
    font-size: 14px;
  }
}
.cont_1 > .wrap > .info > .bot > .box:nth-of-type(2) {
  padding-left: 24px;
  margin-left: 24px;
  border-left: 1px solid #CECECE;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .info > .bot > .box:nth-of-type(2) {
    padding-left: 0;
    margin-left: 0;
  }
}/*# sourceMappingURL=sub.css.map */