@charset "UTF-8";
/* ^scss에서 수정해주세요! */
.com_Main .head {
  border-bottom: none;
  z-index: 2;
  position: relative;
}
.com_Main .footer {
  margin-top: 0;
}
.com_Main main {
  position: relative;
  z-index: 1;
}
.com_Main main.policy {
  margin-top: 0;
  padding: 100px 0;
}
.com_Main main .main_tit {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .main_tit {
    font-size: 24px;
    font-weight: bold;
  }
}
.com_Main main .main_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.com_Main main .main_tit__wrap .main_tit {
  margin-bottom: 0;
}
.com_Main main .main_more {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .main_more {
    width: 18px;
    height: 18px;
  }
}
.com_Main main .sec_visual {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #f08110;
}
.com_Main main .sec_step {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step {
    padding-bottom: 50px;
  }
}
.com_Main main .sec_step .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65%;
  width: 35%;
  z-index: -1;
  background: #1c4b94;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .bg {
    display: none;
  }
}
.com_Main main .sec_step .com_center_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .com_center_wrap {
    display: block;
  }
}
.com_Main main .sec_step .banner {
  width: 30%;
  padding-top: 150px;
  padding-right: 130px;
  align-self: flex-start;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .banner {
    padding: 47px 30px;
    width: 100%;
    background: #1c4b94;
  }
}
.com_Main main .sec_step .banner .tit {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .banner .tit {
    font-size: 24px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1400px) {
  .com_Main main .sec_step .banner .tit .block {
    display: block;
  }
}
.com_Main main .sec_step .banner .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.45px;
  margin-block: 20px 40px;
  word-break: break-all;
  padding-right: 70px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .banner .txt {
    margin-block: 15px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.35px;
  }
}
.com_Main main .sec_step .banner .com_btn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.45px;
  text-align: left;
  color: #fff;
  padding-inline: 23px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .banner .com_btn {
    display: none;
  }
}
.com_Main main .sec_step .banner .com_btn .icon {
  margin-left: 15px;
  width: 22px;
  height: 22px;
}
.com_Main main .sec_step .banner .com_btn.line {
  border-width: 2px;
  background: none;
}
.com_Main main .sec_step .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  padding-top: 150px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-top: 45px;
  }
}
.com_Main main .sec_step .step .item {
  width: calc(50% - 120px);
  margin-left: 120px;
  margin-bottom: 150px;
  min-height: 210px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step .item {
    width: 100%;
    margin: 15px 0 0 0;
    min-height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step .item.active .top:after {
    transform: rotate(270deg);
  }
  .com_Main main .sec_step .step .item.active .txt {
    display: block;
    padding-bottom: 30px;
  }
}
.com_Main main .sec_step .step .item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step .item .top {
    padding-bottom: 15px;
    margin-bottom: 19px;
  }
  .com_Main main .sec_step .step .item .top:after {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    background-image: url(../img/arrow_right.png);
    transform: rotate(90deg);
    width: 24px;
    height: 24px;
  }
}
.com_Main main .sec_step .step .item .top .icon {
  margin-right: 13px;
  width: 110px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step .item .top .icon {
    margin-right: 16px;
    width: 50px;
  }
}
.com_Main main .sec_step .step .item .top .tit {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: normal;
  position: absolute;
  left: 120px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step .item .top .tit {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    position: relative;
    left: 0;
  }
}
.com_Main main .sec_step .step .item .top .tit .sub {
  font-size: 15px;
  letter-spacing: normal;
  margin-bottom: 6px;
  display: block;
  color: #f08111;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step .item .top .tit .sub {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.com_Main main .sec_step .step .item .top .num {
  font-size: 130px;
  font-weight: bold;
  line-height: 0.45;
  letter-spacing: normal;
  text-align: right;
  color: #efefef;
  margin-left: auto;
  margin-bottom: -19px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step .item .top .num {
    display: none;
  }
}
.com_Main main .sec_step .step .item .txt {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.55px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step .step .item .txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.35px;
    display: none;
  }
}
.com_Main main .sec_step .btn_bottom {
  margin-inline: 30px;
  width: calc(100% - 60px);
  margin-top: 15px;
}
@media screen and (min-width: 1400px) {
  .com_Main main .sec_step .btn_bottom {
    display: none;
  }
}
.com_Main main .sec_book {
  background-color: #fcf6f1;
  padding-block: 110px 130px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book {
    padding: 50px 0 60px 30px;
  }
}
.com_Main main .sec_book .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book .list {
    overflow-x: auto;
  }
  .com_Main main .sec_book .list::-webkit-scrollbar {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
}
.com_Main main .sec_book .list .item {
  background-color: #fff;
  padding: 30px;
  width: calc((100% - 80px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.com_Main main .sec_book .list .item:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book .list .item:not(:first-child) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book .list .item {
    min-width: 298px;
    padding: 20px 18px;
  }
}
.com_Main main .sec_book .list .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  min-width: 166px;
  aspect-ratio: 166/240;
  margin-right: 30px;
}
.com_Main main .sec_book .list .item .thumb > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book .list .item .thumb {
    min-width: 122px;
    width: 122px;
    margin-right: 14px;
  }
}
.com_Main main .sec_book .list .item .info {
  width: calc(100% - 196px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book .list .item .info {
    width: calc(100% - 136px);
  }
}
.com_Main main .sec_book .list .item .info .lang {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.38px;
  color: #f08111;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book .list .item .info .lang {
    font-size: 12px;
  }
}
.com_Main main .sec_book .list .item .info .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.55px;
  margin-bottom: 20px;
  width: 100%;
  word-break: break-all;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book .list .item .info .tit {
    font-size: 16px;
    margin-bottom: 11px;
  }
}
.com_Main main .sec_book .list .item .info .txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.38px;
  color: #666;
  margin-bottom: 30px;
  width: 100%;
  word-break: break-all;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_book .list .item .info .txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.com_Main main .sec_book .list .item .info .com_btn {
  margin-top: auto;
}
.com_Main main .sec_class {
  padding: 140px 0;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class {
    padding: 50px 0 135px;
  }
}
@media screen and (max-width: 639.9px) {
  .com_Main main .sec_class {
    padding: 50px 0 10px;
  }
}
.com_Main main .sec_class + .sec_class {
  border-top: 1px solid #ddd;
}
.com_Main main .sec_class .com_center_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .com_center_wrap {
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 30px;
  }
}
.com_Main main .sec_class .banner {
  width: 25%;
  align-self: flex-start;
}
@media screen and (min-width: 1400px) {
  .com_Main main .sec_class .banner {
    min-height: 500px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .banner {
    width: 100%;
  }
}
.com_Main main .sec_class .banner .tit {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: normal;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .banner .tit {
    font-size: 24px;
    line-height: 1.38;
  }
}
.com_Main main .sec_class .banner .tit .block {
  display: block;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .banner .tit .block {
    display: inline-block;
  }
}
.com_Main main .sec_class .banner .tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.com_Main main .sec_class .banner .tit__wrap .main_more {
  display: none;
}
@media screen and (max-width: 639.9px) {
  .com_Main main .sec_class .banner .tit__wrap .main_more {
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 639.9px) {
  .com_Main main .sec_class .banner .tit__wrap {
    padding-right: 30px;
  }
}
.com_Main main .sec_class .banner .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.45px;
  margin-block: 20px 40px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .banner .txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.35px;
    margin-block: 17px 30px;
  }
}
.com_Main main .sec_class .banner .com_btn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.45px;
  text-align: left;
  color: #000;
  padding-inline: 23px;
}
.com_Main main .sec_class .banner .com_btn .icon {
  margin-left: 30px;
}
.com_Main main .sec_class .banner .com_btn.line {
  border-width: 2px;
  background: none;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .banner .com_btn.line {
    border-width: 1px;
    height: 44px;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
    letter-spacing: -0.38px;
    text-align: left;
    position: absolute;
    bottom: -80px;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 639.9px) {
  .com_Main main .sec_class .banner .com_btn.line {
    display: none;
  }
}
.com_Main main .sec_class .com_class_box {
  width: 74%;
  min-width: 1040px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .com_class_box {
    position: relative;
    min-width: auto;
    width: 100%;
  }
}
.com_Main main .sec_class .com_class_box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0;
}
.com_Main main .sec_class .com_class_box .item {
  margin-left: auto;
  min-height: auto;
}
.com_Main main .sec_class .com_class_box .img_box {
  width: 320px;
  height: 180px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .com_class_box .img_box {
    width: 100%;
  }
}
.com_Main main .sec_class .com_class_box .class_bg_box {
  display: inline-block;
  margin-bottom: 13px;
  min-width: 95px;
  height: 29px;
  line-height: 29px;
  background-color: #fff1e6;
  color: #f08111;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.33px;
  text-align: center;
}
.com_Main main .sec_class .com_class_box .info {
  flex: initial;
  height: 270px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_class .com_class_box .info {
    height: 160px;
  }
}
.com_Main main .sec_class .com_class_box .info_top {
  padding-bottom: 20px;
}
.com_Main main .sec_class .com_class_box .box {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.com_Main main .sec_class .com_class_box .box .rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.com_Main main .sec_class .com_class_box .box .rate + .rate {
  margin-left: 15px;
}
.com_Main main .sec_class .com_class_box .box .icon_rate {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.com_Main main .sec_class .com_class_box.class_swiper2 .info_tit {
  padding: 20px 0 10px;
}
.com_Main main .sec_class .com_class_box.class_swiper2 .info_tit .tit {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.35px;
}
.com_Main main .sec_class .swiper-button-next, .com_Main main .sec_class .swiper-button-prev {
  color: #222;
  right: auto;
  left: 50px;
  top: auto;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .swiper-button-next::after, .com_Main main .sec_class .swiper-button-prev::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .swiper-button-next, .com_Main main .sec_class .swiper-button-prev {
    top: -45px;
    bottom: auto;
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 639.9px) {
  .com_Main main .sec_class .swiper-button-next, .com_Main main .sec_class .swiper-button-prev {
    display: none;
  }
}
.com_Main main .sec_class .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_class .swiper-button-prev {
    right: 50px;
    left: auto;
    bottom: auto;
    top: -45px;
  }
}
.com_Main main .sec_review {
  display: none;
  background-color: #fcf6f1;
  padding-block: 110px 130px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review {
    padding: 50px 30px 57px;
  }
}
.com_Main main .sec_review.isActive {
  display: block;
}
.com_Main main .sec_review .com_center_wrap {
  position: relative;
}
.com_Main main .sec_review .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: normal;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .tit {
    font-size: 20px;
  }
}
.com_Main main .sec_review .tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 25px;
}
.com_Main main .sec_review.m_type .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: inherit;
  -moz-align-items: inherit;
  align-items: inherit;
}
.com_Main main .sec_review.m_type .list .item + .item {
  margin-top: 14px;
}
.com_Main main .sec_review .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: inherit;
  -moz-align-items: inherit;
  align-items: inherit;
}
.com_Main main .sec_review .list .item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 34px 40px;
  background: #fff;
  min-height: 240px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .list .item .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 23px 20px;
  }
}
.com_Main main .sec_review .list .item .inner .profile_box {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .list .item .inner .profile_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.com_Main main .sec_review .list .item .inner .profile_box .profile img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 100%;
}
.com_Main main .sec_review .list .item .inner .profile_box .profile img > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .list .item .inner .profile_box .profile img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .list .item .inner .profile_box .info_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-left: 10px;
  }
}
.com_Main main .sec_review .list .item .inner .profile_box .info_box .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .list .item .inner .profile_box .info_box .name {
    font-size: 18px;
  }
}
.com_Main main .sec_review .list .item .inner .profile_box .info_box .country {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  color: #c4c4c4;
}
.com_Main main .sec_review .list .item .inner .content_box {
  margin-left: 43px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .list .item .inner .content_box {
    margin-left: 0;
    margin-top: 22px;
  }
}
.com_Main main .sec_review .list .item .inner .content_box .tit {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .list .item .inner .content_box .tit {
    font-size: 15px;
  }
}
.com_Main main .sec_review .list .item .inner .content_box .txt {
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: -0.38px;
  text-align: left;
  color: #666;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .list .item .inner .content_box .txt {
    font-size: 13px;
  }
}
.com_Main main .sec_review .list .item .flag {
  display: block;
  margin-left: auto;
  background: url("../img/icon_review_flag.png") no-repeat 0 0;
  width: 44px;
  height: 26px;
  background-size: contain;
}
.com_Main main .sec_review .swiper-wrapper {
  height: auto;
}
.com_Main main .sec_review .swiper-button-next, .com_Main main .sec_review .swiper-button-prev {
  color: #222;
  right: 50px;
  top: 27px;
  bottom: 0;
  left: auto;
}
.com_Main main .sec_review .swiper-button-next::after, .com_Main main .sec_review .swiper-button-prev::after {
  font-size: 28px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_review .swiper-button-next, .com_Main main .sec_review .swiper-button-prev {
    display: none;
  }
}
.com_Main main .sec_review .swiper-button-prev {
  right: 94px;
}
.com_Main main .sec_faq {
  position: relative;
  overflow: hidden;
  padding-block: 110px 160px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_faq {
    padding: 0;
  }
}
.com_Main main .sec_faq .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70%;
  width: 30%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.com_Main main .sec_faq .bg > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_faq .bg {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.com_Main main .sec_faq .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: normal;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_faq .tit {
    font-size: 20px;
  }
}
.com_Main main .sec_faq .tit__wrap {
  width: 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #222;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_faq .tit__wrap {
    width: calc(100% - 60px);
    margin: 50px 30px 0;
    padding-bottom: 30px;
  }
}
.com_Main main .sec_faq .faq_list {
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_faq .faq_list {
    width: 100%;
    padding: 0 30px 60px;
  }
}
.com_Main main .sec_faq .faq_list .faq_item {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.com_Main main .sec_faq .faq_list .faq_item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 110px;
  padding: 43px 30px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_faq .faq_list .faq_item .title {
    min-height: auto;
    padding: 16px 10px;
  }
}
.com_Main main .sec_faq .faq_list .faq_item .title .link {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  padding-right: 20px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_faq .faq_list .faq_item .title .link {
    font-size: 15px;
    line-height: 1.43;
    letter-spacing: -0.35px;
  }
}
.com_Main main .sec_faq .faq_list .faq_item .title::after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid #222;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  margin-left: auto;
  cursor: pointer;
}
.com_Main main .sec_faq .faq_list .faq_item.active .title::after {
  border: solid #f08111;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
}
.com_Main main .sec_faq .faq_list .faq_item.active .title .link {
  color: #f08111;
}
.com_Main main .sec_faq .faq_list .faq_item.active .ico::before {
  color: #f08111;
}
.com_Main main .sec_faq .faq_list .faq_item.active .content {
  display: block;
}
.com_Main main .sec_faq .faq_list .faq_item .ico {
  position: relative;
}
.com_Main main .sec_faq .faq_list .faq_item .ico::before {
  content: "Q";
  display: inline-block;
  margin-right: 19px;
  color: #222;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.75px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_faq .faq_list .faq_item .ico::before {
    font-size: 20px;
    margin-right: 10px;
  }
}
.com_Main main .sec_faq .faq_list .faq_item .content {
  display: none;
  background: #f8f8f8;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.4px;
  padding: 28px 35px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_faq .faq_list .faq_item .content {
    padding: 21px 16px;
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: -0.33px;
  }
}
.com_Main main .cs_sec {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70%;
  width: 30%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_Main main .cs_sec > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 1400px) {
  .com_Main main .cs_sec {
    width: 100%;
    position: relative;
    left: 0;
    padding: 50px 0;
    justify-content: flex-start;
  }
}
.com_Main main .cs_sec .txt_area {
  padding-inline: 92px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 22px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .cs_sec .txt_area {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_Main main .cs_sec .txt_area {
    font-size: 14px;
  }
}
.com_Main main .cs_sec .txt_area .tit_field {
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .cs_sec .txt_area .tit_field {
    font-size: 24px;
  }
}
.com_Main main .cs_sec .txt_area .tel_field {
  font-weight: bold;
  margin-top: 20px;
}
.com_Main main .cs_sec .txt_area .com_btn {
  margin-top: 40px;
  justify-content: space-between;
  padding-inline: 20px;
}
.com_Main main .cs_sec .txt_area .com_btn.line.white {
  background: none;
  min-width: 290px;
}
.com_Main main .cs_sec .img {
  position: absolute;
  z-index: 0;
}
.com_Main main .sec_notice {
  background-color: #fcf6f1;
  padding-block: 110px 130px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_notice {
    padding: 53px 30px 61px;
  }
}
.com_Main main .sec_notice .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: inherit;
  -moz-align-items: inherit;
  align-items: inherit;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_notice .list {
    flex-direction: column;
  }
}
.com_Main main .sec_notice .list .item {
  width: calc((100% - 80px) / 3);
  background: #fff;
  padding: 34px 40px;
}
.com_Main main .sec_notice .list .item:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_notice .list .item:not(:first-child) {
    margin-left: 0;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_notice .list .item {
    width: 100%;
    padding: 20px;
  }
}
.com_Main main .sec_notice .list .item > a {
  display: block;
}
.com_Main main .sec_notice .list .item .cate {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #f08111;
  margin-bottom: 7px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_notice .list .item .cate {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}
.com_Main main .sec_notice .list .item .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_notice .list .item .tit {
    font-size: 15px;
    letter-spacing: -0.38px;
  }
}
.com_Main main .sec_notice .list .item .txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.4px;
  text-align: left;
  color: #666;
  margin-bottom: 50px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_notice .list .item .txt {
    letter-spacing: -0.33px;
    margin-bottom: 15px;
  }
}
.com_Main main .sec_notice .list .item .date {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.38px;
  color: #c4c4c4;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_notice .list .item .date {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.3px;
  }
}
.com_Main main .com_customer {
  margin-top: 0;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .com_customer .com_center_wrap {
    padding-inline: 30px;
  }
}
.com_Main main .sec_challenge {
  padding-block: 110px 50px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge {
    padding-block: 50px 30px;
  }
}
.com_Main main .sec_challenge:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .com_Main main .sec_challenge:after {
    background: #286CF0;
  }
}
.com_Main main .sec_challenge .btn_wrap {
  position: relative;
  z-index: 2;
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .btn_wrap {
    margin-inline: 30px;
    margin-top: 13px;
  }
}
.com_Main main .sec_challenge .btn_wrap .com_btn {
  width: 480px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .btn_wrap .com_btn {
    width: 100%;
  }
}
.com_Main main .sec_challenge .com_center_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: center;
  -moz-flex-direction: center;
  -ms-flex-direction: center;
  flex-direction: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .com_Main main .sec_challenge .com_center_wrap {
    margin-inline: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_challenge .com_center_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .com_center_wrap {
    margin-inline: 30px 30px;
  }
}
.com_Main main .sec_challenge .main_tit {
  text-align: center;
  font-size: 60px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .main_tit {
    font-size: 30px;
  }
}
.com_Main main .sec_challenge .challenge {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #D4D4D4;
  padding: 68px 60px 37px 46px;
  width: 50%;
  height: 435px;
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_challenge .challenge {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .challenge {
    padding: 40px 30px;
    height: 254px;
    margin-top: 20px;
  }
  .com_Main main .sec_challenge .challenge:first-of-type {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .com_Main main .sec_challenge .challenge:last-child {
    border-left: none;
  }
}
.com_Main main .sec_challenge .challenge .num {
  position: absolute;
  top: -30px;
  left: -14px;
  background: #286CF0;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  height: 80px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: all;
  -moz-flex-direction: all;
  -ms-flex-direction: all;
  flex-direction: all;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .challenge .num {
    font-size: 19px;
    height: 48px;
    padding-inline: 10px;
    top: -15px;
  }
}
.com_Main main .sec_challenge .challenge .num:after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../img/bubble.png) no-repeat center/contain;
  position: absolute;
  bottom: -18px;
  left: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .challenge .num:after {
    bottom: -10px;
  }
}
.com_Main main .sec_challenge .challenge .txt_area {
  position: relative;
  z-index: 1;
}
.com_Main main .sec_challenge .challenge .txt_area .txt1 {
  font-size: 38px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .challenge .txt_area .txt1 {
    font-size: 21px;
  }
}
.com_Main main .sec_challenge .challenge .txt_area .txt2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .challenge .txt_area .txt2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.com_Main main .sec_challenge .challenge .txt_area .txt2.blue {
  color: #286CF0;
}
.com_Main main .sec_challenge .challenge .txt_area .point {
  border-radius: 4px;
  padding-inline: 20px;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: all;
  -moz-flex-direction: all;
  -ms-flex-direction: all;
  flex-direction: all;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .challenge .txt_area .point {
    height: 22px;
    font-size: 10px;
    padding-inline: 10px;
  }
}
.com_Main main .sec_challenge .challenge .txt_area .point.blue {
  background: #286CF0;
}
.com_Main main .sec_challenge .challenge .txt_area .point.purple {
  background: #7143D3;
}
.com_Main main .sec_challenge .challenge .txt_area .point_wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: y;
  -moz-flex-direction: y;
  -ms-flex-direction: y;
  flex-direction: y;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .challenge .txt_area .point_wrap {
    gap: 5px;
    margin-top: 7px;
  }
}
.com_Main main .sec_challenge .challenge .img {
  height: 225px;
  text-align: right;
  position: absolute;
  bottom: 37px;
  right: 50px;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_challenge .challenge .img {
    height: 130px;
    bottom: 16px;
    right: 14px;
  }
}
.com_Main main .sec_challenge .challenge .img img {
  max-height: 100%;
}
@media screen and (min-width: 767.9px) {
  .com_Main main .sec_challenge .challenge:last-child .img {
    right: 30px;
    bottom: 30px;
  }
}
.com_Main main .sec_visual2 {
  position: relative;
  overflow: hidden;
  background: transparent;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_visual2 .com_pc {
    display: none !important;
  }
}
@media screen and (min-width: 767.9px) {
  .com_Main main .sec_visual2 .com_mobile {
    display: none !important;
  }
}
.com_Main main .sec_visual2 .com_center_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_visual2 .com_center_wrap {
    display: block;
  }
}
@media screen and (min-width: 767.9px) {
  .com_Main main .sec_visual2 .img {
    position: absolute;
    top: 0;
    /* transform: translateX(-50%); */
    z-index: -1;
    height: 100%;
    /* max-width: none; */
    right: 0;
    left: inherit;
    right: 0;
    width: 65%;
    object-fit: cover;
  }
}
.com_Main main .sec_visual2 .banner {
  width: 35%;
  padding-block: 107px;
  padding-right: 20px;
  align-self: flex-start;
  color: #fff;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_visual2 .banner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_visual2 .banner {
    padding: 47px 30px;
    width: 100%;
  }
}
.com_Main main .sec_visual2 .banner .img_spt {
  margin-bottom: 43px;
}
.com_Main main .sec_visual2 .banner .img_spt img {
  width: 350px;
  height: 288px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_visual2 .banner .img_spt img {
    width: 60%;
    height: auto;
  }
}
.com_Main main .sec_visual2 .banner .tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_visual2 .banner .tit {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 767.9px) {
  .com_Main main .sec_visual2 .banner .tit .block {
    display: block;
  }
}
.com_Main main .sec_visual2 .banner .txt {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.45px;
  margin-block: 20px 40px;
  word-break: break-all;
  padding-right: 70px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_visual2 .banner .txt {
    margin-block: 15px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.35px;
  }
}
.com_Main main .sec_visual2 .banner .com_btn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.45px;
  text-align: left;
  color: #fff;
  padding-inline: 23px;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_visual2 .banner .com_btn {
    margin-top: 20px;
  }
}
.com_Main main .sec_visual2 .banner .com_btn .icon {
  margin-left: 15px;
  width: 22px;
  height: 22px;
}
.com_Main main .sec_visual2 .banner .com_btn .icon.arrow {
  background-image: url(../img/icon_arrow_black.png);
}
.com_Main main .sec_visual2 .banner .com_btn.line {
  border-width: 2px;
  background: none;
  border-color: #000;
}
.com_Main main .sec_step2 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 {
    padding-bottom: 50px;
  }
}
.com_Main main .sec_step2 .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65%;
  width: 35%;
  z-index: -1;
  background: #f08111;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .bg {
    display: none;
  }
}
.com_Main main .sec_step2 .com_center_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .com_center_wrap {
    display: block;
  }
}
.com_Main main .sec_step2 .banner {
  width: 30%;
  padding-right: 130px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .banner {
    padding: 47px 30px;
    width: 100%;
    background: #f08111;
  }
}
.com_Main main .sec_step2 .banner .tit {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .banner .tit {
    font-size: 24px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1400px) {
  .com_Main main .sec_step2 .banner .tit .block {
    display: block;
  }
}
.com_Main main .sec_step2 .banner .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.45px;
  margin-block: 20px 40px;
  word-break: break-all;
  padding-right: 70px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .banner .txt {
    margin-block: 15px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.35px;
  }
}
.com_Main main .sec_step2 .banner .com_btn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.45px;
  text-align: left;
  color: #fff;
  padding-inline: 23px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .banner .com_btn {
    margin-top: 20px;
    height: 50px;
    font-size: 16px;
    display: none;
  }
}
.com_Main main .sec_step2 .banner .com_btn .icon {
  margin-left: 15px;
  width: 22px;
  height: 22px;
}
.com_Main main .sec_step2 .banner .com_btn.line {
  border-width: 2px;
  background: none;
}
.com_Main main .sec_step2 .step {
  width: 70%;
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step {
    width: 100%;
    padding-top: 50px;
  }
}
.com_Main main .sec_step2 .step .step_tit {
  margin-left: 90px;
  margin-bottom: 50px;
  color: #f08111;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .step_tit {
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
.com_Main main .sec_step2 .step .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
}
.com_Main main .sec_step2 .step .list .item {
  width: calc(50% - 90px);
  margin-left: 90px;
  margin-bottom: 118px;
  min-height: 290px;
  min-width: 400px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list .item {
    width: 100%;
    margin: 36px 0 0 0;
    min-height: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list .item.active .top:after {
    transform: rotate(270deg);
  }
  .com_Main main .sec_step2 .step .list .item.active .txt {
    display: block;
    padding-bottom: 30px;
  }
}
.com_Main main .sec_step2 .step .list .item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list .item .top {
    padding-bottom: 15px;
    margin-bottom: 19px;
  }
}
.com_Main main .sec_step2 .step .list .item .top .icon {
  margin-right: 13px;
  width: 110px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list .item .top .icon {
    margin-right: 16px;
    width: 50px;
  }
}
.com_Main main .sec_step2 .step .list .item .top .tit {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: normal;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list .item .top .tit {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    position: relative;
    left: 0;
    padding-right: 50px;
  }
}
.com_Main main .sec_step2 .step .list .item .top .tit .sub {
  font-size: 15px;
  letter-spacing: normal;
  margin-bottom: 6px;
  display: block;
  color: #f08111;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list .item .top .tit .sub {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.com_Main main .sec_step2 .step .list .item .top .tit .transLang {
  word-break: break-all;
  min-height: 108px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_step2 .step .list .item .top .tit .transLang {
    height: auto;
  }
}
.com_Main main .sec_step2 .step .list .item .top .num {
  font-size: 130px;
  font-weight: bold;
  line-height: 0.45;
  letter-spacing: normal;
  text-align: right;
  color: #efefef;
  margin-left: auto;
  margin-bottom: -19px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list .item .top .num {
    font-size: 70px;
    margin-bottom: 0;
    position: absolute;
    bottom: 7px;
    right: 0;
  }
}
.com_Main main .sec_step2 .step .list .item .txt {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.55px;
  color: #666;
  word-break: break-all;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_step2 .step .list .item .txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.35px;
  }
}
.com_Main main .sec_step2 .btn_bottom {
  margin-inline: 30px;
  width: calc(100% - 60px);
  margin-top: 15px;
}
@media screen and (min-width: 1400px) {
  .com_Main main .sec_step2 .btn_bottom {
    display: none;
  }
}
.com_Main main .sec_logo {
  padding: 120px 0;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_logo {
    padding: 0 0 10px;
  }
}
.com_Main main .sec_logo .com_center_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_logo .com_center_wrap {
    flex-direction: column;
    padding: 0 30px;
    gap: 15px;
  }
}
.com_Main main .sec_logo .com_center_wrap .logo_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  border: solid 1px #ddd;
  background-color: #fff;
  min-width: 400px;
  height: 205px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_logo .com_center_wrap .logo_box {
    min-width: 100%;
    height: 120px;
  }
}
.com_Main main .sec_logo .com_center_wrap .logo_box .img {
  width: 300px;
  height: 76px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_logo .com_center_wrap .logo_box .img {
    width: 50%;
    height: auto;
  }
}
.com_Main main .sec_logo .com_center_wrap .logo_box .txt {
  margin-top: 5px;
  font-size: 24px;
  color: #222;
}
.com_Main main .sec_tutor {
  padding: 60px 0 120px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_tutor {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_tutor .com_center_wrap {
    padding: 0 30px;
  }
}
.com_Main main .sec_tutor .tutor_tit {
  margin-bottom: 40px;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.93px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_tutor .tutor_tit {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.com_Main main .sec_tutor .desc {
  margin-bottom: 60px;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.58px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_tutor .desc {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.com_Main main .sec_tutor .img {
  width: 1021px;
  height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_tutor .img {
    width: 100%;
    height: auto;
  }
}
.com_Main main .sec_bottom_banner {
  position: relative;
  height: 430px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_bottom_banner {
    height: auto;
  }
}
.com_Main main .sec_bottom_banner .bg_left {
  width: 50%;
  height: 100%;
  background-color: #646260;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_bottom_banner .bg_left {
    display: none;
  }
}
.com_Main main .sec_bottom_banner .bg_right {
  width: 50%;
  height: 100%;
  background-color: #f08111;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_bottom_banner .bg_right {
    display: none;
  }
}
.com_Main main .sec_bottom_banner .com_center_wrap {
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
  position: relative;
  padding: 70px 0px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_bottom_banner .com_center_wrap {
    flex-direction: column;
    padding: 0;
  }
}
.com_Main main .sec_bottom_banner .com_center_wrap .left_wrap, .com_Main main .sec_bottom_banner .com_center_wrap .right_wrap {
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_bottom_banner .com_center_wrap .left_wrap, .com_Main main .sec_bottom_banner .com_center_wrap .right_wrap {
    width: 100%;
    padding: 30px 30px;
  }
}
.com_Main main .sec_bottom_banner .com_center_wrap .left_wrap .com_btn, .com_Main main .sec_bottom_banner .com_center_wrap .right_wrap .com_btn {
  margin-top: 50px;
  height: 66px;
  background: none;
  width: 290px;
  font-size: 22px;
  justify-content: space-between;
  padding: 0 20px;
}
.com_Main main .sec_bottom_banner .com_center_wrap .left_wrap .com_btn .icon, .com_Main main .sec_bottom_banner .com_center_wrap .right_wrap .com_btn .icon {
  width: 22px;
  height: 22px;
}
.com_Main main .sec_bottom_banner .com_center_wrap .left_wrap {
  background-color: #646260;
}
.com_Main main .sec_bottom_banner .com_center_wrap .right_wrap {
  background-color: #f08111;
  margin-left: 130px;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_bottom_banner .com_center_wrap .right_wrap {
    margin-left: 0;
  }
}
.com_Main main .sec_bottom_banner .com_center_wrap .main_tit, .com_Main main .sec_bottom_banner .com_center_wrap .desc, .com_Main main .sec_bottom_banner .com_center_wrap .link_txt {
  color: #fff;
}
.com_Main main .sec_bottom_banner .com_center_wrap .desc, .com_Main main .sec_bottom_banner .com_center_wrap .link_txt {
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .com_Main main .sec_bottom_banner .com_center_wrap .desc, .com_Main main .sec_bottom_banner .com_center_wrap .link_txt {
    font-size: 16px;
  }
}
.com_Main main .sec_bottom_banner .com_center_wrap .btn_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 10px;
  font-size: 22px;
}
.com_Main main .sec_bottom_banner .com_center_wrap .btn_list .link_txt .icon {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon_right_white.png);
  width: 20px;
  height: 20px;
  margin-left: 7px;
  vertical-align: -2px;
}
.com_Main main .sec_quick_link {
  padding-block: 60px;
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_quick_link {
    padding-block: 30px;
  }
}
.com_Main main .sec_quick_link .com_center_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main main .sec_quick_link .com_center_wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_quick_link .com_center_wrap {
    flex-direction: column;
    padding-inline: 30px;
  }
}
.com_Main main .sec_quick_link .link {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 27px;
  padding-block: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main main .sec_quick_link .link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_Main main .sec_quick_link .link {
    width: 100%;
    gap: 5px;
  }
}
.com_Main main .sec_quick_link .link img {
  width: 48px;
}
.com_Main .btn_top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  z-index: 10;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap {
  width: 680px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main.p_FriendRecommend .com_bg .com_center_wrap {
    width: 100%;
  }
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .visual {
  width: 100%;
  background: #e3eff5;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_Main.p_FriendRecommend .com_bg .com_center_wrap .visual {
    background: none;
  }
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .visual > img {
  width: 500px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main.p_FriendRecommend .com_bg .com_center_wrap .visual > img {
    width: 90%;
  }
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content {
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_Main.p_FriendRecommend .com_bg .com_center_wrap .content {
    background: none;
    padding: 20px 30px;
  }
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box {
  border-top: 1px solid #dddddd;
  padding: 25px 0;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box:first-child {
  border-top: none;
  padding-top: 0;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .tit {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1023.9px) {
  .com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .info .item {
  display: flex;
  justify-content: space-between;
  color: #999;
}
@media screen and (max-width: 1023.9px) {
  .com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .info .item {
    font-size: 14px;
  }
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .info .item + .item {
  margin-top: 5px;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .info .item.type_total {
  color: #222;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .info .input {
  height: 50px;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .info .txt {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.3;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .info .txt + .txt {
  margin-top: 10px;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .info .txt::before {
  content: "";
  position: relative;
  width: 3px;
  height: 3px;
  margin-right: 3px;
  background: #f08111;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
  position: absolute;
  left: 0;
  top: 10px;
}
.com_Main.p_FriendRecommend .com_bg .com_center_wrap .content .cont_box .btn_copy {
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
}
.com_Main.p_Counsulting main .com_center_wrap, .com_Main.p_FreeTrial main .com_center_wrap {
  max-width: 620px;
  padding: 60px 90px;
  background: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_Main.p_Counsulting main .com_center_wrap, .com_Main.p_FreeTrial main .com_center_wrap {
    padding: 30px 30px;
  }
}
.com_Main.p_Counsulting main .com_center_wrap .pg_tit, .com_Main.p_FreeTrial main .com_center_wrap .pg_tit {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}
.com_Main.p_Counsulting main .com_center_wrap .notice_box, .com_Main.p_FreeTrial main .com_center_wrap .notice_box {
  padding-block: 15px;
  border-top: 1px solid #ddd;
}
.com_Main.p_Counsulting main .com_center_wrap .notice_box .notice_txt, .com_Main.p_FreeTrial main .com_center_wrap .notice_box .notice_txt {
  position: relative;
  padding-left: 10px;
}
.com_Main.p_Counsulting main .com_center_wrap .notice_box .notice_txt::before, .com_Main.p_FreeTrial main .com_center_wrap .notice_box .notice_txt::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #f08111;
  position: absolute;
  left: 0;
  top: 10px;
}
.com_Main.p_Counsulting main .com_center_wrap .notice_box .notice_txt + .notice_txt, .com_Main.p_FreeTrial main .com_center_wrap .notice_box .notice_txt + .notice_txt {
  margin-top: 10px;
}
.com_Main.p_Counsulting main .com_center_wrap .com_input_sec, .com_Main.p_FreeTrial main .com_center_wrap .com_input_sec {
  border-bottom: 0;
}
.com_Main.p_Counsulting main .com_center_wrap .com_btn_wrap, .com_Main.p_FreeTrial main .com_center_wrap .com_btn_wrap {
  display: flex;
  padding-top: 0;
  margin-inline: auto;
}
.com_Main.p_Counsulting main .com_center_wrap .com_btn_wrap .com_btn, .com_Main.p_FreeTrial main .com_center_wrap .com_btn_wrap .com_btn {
  flex: 1;
}

@media screen and (max-width: 1023.9px) {
  .main_pop {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    max-width: 95vw !important;
  }
  .main_pop .pop-img-box img {
    height: auto !important;
    width: 100% !important;
  }
}