@charset "UTF-8";
.container_fix {
  width: 1430px;
}

@media (min-width: 2000px) {
  .container_img img {
    width: 100%;
    display: block;
  }
}
/******************************************
메인시작
*******************************************/
.mc05 {
  width: 100%;
  position: relative;
  background: url(/img/mc05_bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .mc05 {
    padding: 60px 0;
    background: url(/img/mmc05_bg.png) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
.mc05 .mc05_top {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .mc05 .mc05_top {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 55px;
  }
}
.mc05 .mc05_top .mc05_title {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc05 .mc05_top .mc05_title {
    font-size: 29px;
    margin-bottom: 20px;
  }
}
.mc05 .mc05_top .mc05_subtitle {
  font-size: 21px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc05 .mc05_top .mc05_subtitle {
    font-size: 14px;
  }
}
.mc05 .mc05_content .mc05_ul {
  display: flex;
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul {
    flex-wrap: wrap;
    position: relative;
  }
  .mc05 .mc05_content .mc05_ul .mc05_plus {
    display: none;
  }
  .mc05 .mc05_content .mc05_ul::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
    background-color: #ffffff;
    opacity: 0.08;
  }
  .mc05 .mc05_content .mc05_ul::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background-color: #ffffff;
    opacity: 0.08;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul .mc05_li {
    width: 50%;
    border-right: none;
  }
  .mc05 .mc05_content .mc05_ul .mc05_li:nth-child(1) a, .mc05 .mc05_content .mc05_ul .mc05_li:nth-child(2) a {
    padding-bottom: 40px;
  }
  .mc05 .mc05_content .mc05_ul .mc05_li:nth-child(3) a, .mc05 .mc05_content .mc05_ul .mc05_li:nth-child(4) a {
    padding-top: 40px;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul .mc05_li:nth-child(1) {
    border-left: none;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li .mc05_a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 345px 0 74px;
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_a {
    padding: 0;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li .mc05_a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_a::before {
    display: none;
  }
}
@media (hover: hover) {
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_a:hover .mc05_plus_span {
    opacity: 1;
    visibility: visible;
  }
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_a:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li .mc05_icon {
  margin-bottom: 30px;
  height: 63px;
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_icon {
    margin-bottom: 20px;
    height: 48px;
  }
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_icon img {
    height: 48px;
    object-fit: cover;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li .mc05_text {
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_text {
    margin-bottom: 0;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li .mc05_text .icon_title {
  margin-bottom: 26px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_text .icon_title {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li .mc05_text .icon_con {
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 991px) {
  .mc05 .mc05_content .mc05_ul .mc05_li .mc05_text .icon_con {
    font-size: 14px;
    line-height: 1.4;
  }
}
.mc05 .mc05_content .mc05_ul .mc05_li .mc05_plus_span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff7f00;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.mc05 .mc05_content .mc05_ul .mc05_li .mc05_plus_span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mc06_07 {
  margin: 100px 0 0;
}
@media (max-width: 991px) {
  .mc06_07 {
    margin: 60px 0 0;
  }
}
.mc06_07 > .container_fix {
  position: relative;
  display: flex;
  gap: 0 90px;
}
.mc06_07 > .container_fix::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 66%;
  width: 1px;
  height: calc(100% - 70px);
  background-color: #ececec;
}
@media (max-width: 991px) {
  .mc06_07 > .container_fix::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .mc06_07 > .container_fix {
    gap: 60px 0;
    flex-direction: column;
  }
}
.mc06_07 .mc07_bot {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_bot {
    margin-top: 40px;
  }
}
.mc06_07 .mc07_ul {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_ul {
    gap: 15px 0;
  }
}
.mc06_07 .mc07_ul li {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_ul li {
    border-radius: 10px;
  }
}
.mc06_07 .mc07_ul li a {
  display: block;
  width: 100%;
}
.mc06_07 .mc07_ul li a .mc07_textbox {
  padding: 45px 50px;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_ul li a .mc07_textbox {
    padding: 29.5px 29px;
  }
}
.mc06_07 .mc07_ul li a .mc07_sub {
  font-size: 16px;
  color: #666666;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_ul li a .mc07_sub {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.mc06_07 .mc07_ul li a .mc07_title {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.mc06_07 .mc07_ul li a .mc07_title h3 {
  font-size: 25px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_ul li a .mc07_title h3 {
    font-size: 19px;
  }
}
.mc06_07 .mc07_ul li a .mc07_title img {
  height: 22px;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_ul li a .mc07_title img {
    height: 15px;
  }
}
.mc06_07 .mc07_ul li.mc07_li1 a {
  background: url(/img/mc08_01.png) no-repeat;
  background-position: right;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_ul li.mc07_li1 a {
    background: url(/img/mmc08_01.png) no-repeat;
    background-size: cover;
  }
}
.mc06_07 .mc07_ul li.mc07_li2 a {
  background: url(/img/mc08_02.png) no-repeat;
  background-position: right;
}
@media (max-width: 991px) {
  .mc06_07 .mc07_ul li.mc07_li2 a {
    background: url(/img/mmc08_02.png) no-repeat;
    background-size: cover;
  }
}

/******************************************
서브 공통
*******************************************/
.container_fix.sc_container {
  max-width: 1510px;
}
@media (max-width: 991px) {
  .container_fix.sc_container {
    max-width: none;
    padding: 0;
  }
}

.sc_title {
  font-size: 38px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc_title {
    font-size: 26px;
  }
}

.sc_sub_title {
  font-size: 28px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc_sub_title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.main_color {
  color: #ff7f00;
}

.sc_contents {
  font-size: 17px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc_contents {
    font-size: 14px;
    letter-spacing: -0.04em;
  }
}

.sc_bold {
  font-weight: 700;
  color: #1c2028;
}

.sc_bold_under {
  font-weight: 700;
  color: #1c2028;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sc_ul {
  display: flex;
  gap: 0 10px;
  justify-content: center;
}
@media (max-width: 991px) {
  .sc_ul {
    flex-direction: column;
  }
  .sc_ul li {
    margin-bottom: 10px;
  }
  .sc_ul li:last-child {
    margin-bottom: 0;
  }
  .sc_ul li.sc_li3 {
    margin: 0 auto;
  }
}

.sc_ul .sc_li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #666666;
  padding: 19px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}
.sc_ul .sc_li a span.arrow {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .sc_ul .sc_li a span.arrow {
    margin-left: 8px;
  }
}
.sc_ul .sc_li a:hover {
  color: #fff;
  background-color: #ff7f00;
  border: 1px solid #ff7f00;
}
@media (max-width: 991px) {
  .sc_ul .sc_li a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 17.5px 0;
  }
  .sc_ul .sc_li a.sc_a3 {
    width: auto;
    padding: 17.5px 20px;
  }
}

.m04_sub_title {
  font-size: 26px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .m04_sub_title {
    font-size: 20px;
  }
}

/******************************************
서브 시작
*******************************************/
.sc01 .sc01_section1 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc01 .sc01_section1 {
    margin-bottom: 35px;
  }
}
.sc01 .sc01_section1 .sc01_title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc01 .sc01_section1 .sc01_title {
    margin-bottom: 30px;
  }
}
.sc01 .sc01_section1 .sc01_img {
  width: 100%;
}
.sc01 .sc01_section1 .sc01_img img {
  width: auto;
}
@media (max-width: 1481px) {
  .sc01 .sc01_section1 .sc01_img img {
    width: 100%;
  }
}
.sc01 .sc01_section2 {
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .sc01 .sc01_section2 {
    margin-bottom: 35px;
  }
}
.sc01 .sc01_section2 .sc01_sub_tit {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc01 .sc01_section2 .sc01_sub_tit {
    margin-bottom: 13px;
  }
}
.sc01 .sc01_section2 .sc01_content.sc_contents {
  line-height: 1.75;
}
@media (max-width: 991px) {
  .sc01 .sc01_section2 .sc01_content.sc_contents {
    line-height: 1.488;
  }
}
.sc01 .sc01_section3 .sc_ul {
  justify-content: start !important;
}
.sc02 .sc02_section1 {
  margin-bottom: 103px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 {
    margin-bottom: 55px;
  }
}
.sc02 .sc02_section1 .krw_box1 {
  margin-bottom: 77px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box1 {
    margin-bottom: 40px;
  }
}
.sc02 .sc02_section1 .krw_box1 .krw_title1 {
  margin-top: -2px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box1 .krw_title1 {
    line-height: 1.25;
    margin-bottom: 17px;
  }
}
.sc02 .sc02_section1 .krw_box1 .krw_con {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box1 .krw_con {
    margin-bottom: 33px;
  }
}
.sc02 .sc02_section1 .krw_box1 .krw_con .sc_contents {
  line-height: 1.7;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box1 .krw_con .sc_contents {
    line-height: 1.488;
  }
}
.sc02 .sc02_section1 .krw_box1 .krw_img1 img {
  width: 100%;
  object-fit: cover;
}
.sc02 .sc02_section1 .krw_box2 {
  margin-bottom: 66px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box2 {
    margin-bottom: 42px;
  }
}
.sc02 .sc02_section1 .krw_box2 .krw_title2 {
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box2 .krw_title2 {
    margin-bottom: 12px;
  }
}
.sc02 .sc02_section1 .krw_box2 .krw_ul {
  margin-bottom: 41px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box2 .krw_ul {
    margin-bottom: 32px;
  }
}
.sc02 .sc02_section1 .krw_box2 .krw_li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box2 .krw_li {
    padding-left: 10px;
  }
}
.sc02 .sc02_section1 .krw_box2 .krw_li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #666666;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box2 .krw_li::after {
    top: 6px;
    width: 3.5px;
    height: 3.5px;
  }
}
.sc02 .sc02_section1 .krw_box2 .krw_li p {
  line-height: 1.75;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .krw_box2 .krw_li p {
    line-height: 1.488;
  }
}
.sc02 .sc02_section1 .krw_box2 .krw_img2 img {
  width: 100%;
}
.sc02 .sc02_section1 .wallet_box .wallet_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_title {
    margin-bottom: 13px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_con {
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 53px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_con {
    font-size: 14px;
    line-height: 1.488;
    margin-bottom: 40px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_wrap {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_wrap {
    margin-bottom: 50px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul {
  display: flex;
  gap: 0 90px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul {
    flex-direction: column;
    gap: 40px 0;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li {
  width: calc((100% - 90px) / 2);
  text-align: center;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li {
    width: 100%;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item1 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item1 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item1::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("/img/sc01_01_02_dashed.png") no-repeat;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item1::after {
    bottom: -20px;
    background: url("/img/mdashed.png") no-repeat;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item1.wallet_tit1 {
  color: #fcc800;
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item1.wallet_tit2 {
  color: #ff7f00;
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item2 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 58px;
  color: #1c2028;
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("/img/sc01_01_02_dashed.png") no-repeat;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item2::after {
    bottom: -20px;
    background: url("/img/mdashed.png") no-repeat;
  }
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item2 {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item3 {
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item3 {
    margin-bottom: 22.5px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item3 .wallet_p1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item3 .wallet_p1 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item3 .wallet_p2 {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item3 .wallet_p2 {
    font-size: 13px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item4 {
  background-color: #fffdf8;
  border: 1px solid;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item4 {
    font-size: 14px;
    line-height: 65px;
    border-radius: 5px;
  }
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item4.wallet_tit3 {
  border-color: #fcc800;
  color: #fcc800;
}
.sc02 .sc02_section1 .wallet_box .wallet_ul .wallet_li .wallet_item4.wallet_tit4 {
  border-color: #ff7f00;
  color: #ff7f00;
}
.sc02 .sc02_section2 {
  margin-bottom: 92px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 {
    margin-bottom: 50px;
  }
}
.sc02 .sc02_section2 .virtual_box1 {
  margin-bottom: 63px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 {
    margin-bottom: 38px;
  }
}
.sc02 .sc02_section2 .virtual_box1 .introduction1 {
  margin-bottom: 62px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 .introduction1 {
    margin-bottom: 37px;
  }
}
.sc02 .sc02_section2 .virtual_box1 .introduction1 .asset_title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 .introduction1 .asset_title {
    line-height: 1.25;
    margin-bottom: 12px;
  }
}
.sc02 .sc02_section2 .virtual_box1 .introduction1 .asset_con {
  line-height: 1.7;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 .introduction1 .asset_con {
    line-height: 1.488;
  }
}
.sc02 .sc02_section2 .virtual_box1 .introduction2 {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 .introduction2 {
    margin-bottom: 36px;
  }
}
.sc02 .sc02_section2 .virtual_box1 .introduction2 .asset_sub_title1 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 .introduction2 .asset_sub_title1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.sc02 .sc02_section2 .virtual_box1 .introduction2 .asset_sub_con1 {
  line-height: 1.65;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 .introduction2 .asset_sub_con1 {
    line-height: 1.488;
  }
}
.sc02 .sc02_section2 .virtual_box1 .introduction3 .asset_sub_title2 {
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 .introduction3 .asset_sub_title2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.sc02 .sc02_section2 .virtual_box1 .introduction3 .asset_sub_con2 {
  line-height: 1.65;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box1 .introduction3 .asset_sub_con2 {
    line-height: 1.488;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_title_box {
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box2 .virtual_title_box {
    margin-bottom: 16px;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_wrap {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box2 .virtual_wrap {
    margin-bottom: 45px;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul {
  display: flex;
  gap: 0 32px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul {
    flex-direction: column;
    gap: 20px 0;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_li {
  position: relative;
  width: calc((100% - 64px) / 3);
  padding: 35px 74px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_li {
    width: 100%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_title2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 23px;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_title2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_title2::after {
  content: "";
  position: absolute;
  top: 16%;
  left: 7%;
  width: 28px;
  height: 28px;
  background: url("/img/sc01_check.png") no-repeat;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_title2::after {
    top: 23.5px;
    left: 20px;
    width: 19px;
    height: 19px;
    background: url("/img/msc01_check.png") no-repeat;
    background-size: cover;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_text1 {
  font-size: 20px;
  line-height: 1.35;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_text1 {
    font-size: 14px;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_text2 {
  position: relative;
  margin-top: 6px;
  padding-left: 9px;
  font-size: 16px;
  line-height: 1.4;
  color: #888888;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_text2 {
    font-size: 12px;
  }
}
.sc02 .sc02_section2 .virtual_box2 .virtual_wrap .virtual_ul .virtual_text2::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #888;
}
.sc02 .sc02_section2 .virtual_box3 .word_title {
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .word_title {
    margin-bottom: 23px;
  }
}
.sc02 .sc02_section2 .virtual_box3 .term_li {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .term_li {
    margin-bottom: 25px;
  }
}
.sc02 .sc02_section2 .virtual_box3 .term_li:last-child {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .term_li:last-child {
    margin-bottom: 35px;
  }
}
.sc02 .sc02_section2 .virtual_box3 .term_li .term_title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .term_li .term_title {
    margin-bottom: 13px;
    font-size: 14px;
  }
}
.sc02 .sc02_section2 .virtual_box3 .term_li .term_con {
  line-height: 1.6;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .term_li .term_con {
    line-height: 1.488;
  }
}
.sc02 .sc02_section2 .virtual_box3 .pre {
  padding: 58px 65px;
  background-color: #f8f8f8;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .pre {
    padding: 40px 37.5px;
    border-radius: 12.5px;
  }
}
.sc02 .sc02_section2 .virtual_box3 .pre .pre_title {
  position: relative;
  padding-left: 22px;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .pre .pre_title {
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 22px;
  }
}
.sc02 .sc02_section2 .virtual_box3 .pre .pre_title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 28px;
  height: 28px;
  background: url("/img/sc01_ex.png") no-repeat;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .pre .pre_title::after {
    top: 1px;
    left: -15px;
    width: 22px;
    height: 22px;
    background: url("/img/mex.png") no-repeat;
    background-size: cover;
  }
}
.sc02 .sc02_section2 .virtual_box3 .pre .pre_li {
  position: relative;
  margin-bottom: 12px;
}
.sc02 .sc02_section2 .virtual_box3 .pre .pre_li p {
  line-height: 1.7;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .pre .pre_li p {
    line-height: 1.488;
  }
}
.sc02 .sc02_section2 .virtual_box3 .pre .pre_li:last-child {
  margin-bottom: 0;
}
.sc02 .sc02_section2 .virtual_box3 .pre .pre_li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
}
@media (max-width: 991px) {
  .sc02 .sc02_section2 .virtual_box3 .pre .pre_li::after {
    left: -12px;
    width: 3.5px;
    height: 3.5px;
  }
}
.sc02 .sc02_section3 .compare_title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section3 .compare_title {
    line-height: 1.25;
    margin-bottom: 35px;
  }
}
.sc02 .sc02_section3 .compare_top {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc02 .sc02_section3 .compare_top {
    margin-bottom: 35px;
  }
}
.sc02 .sc02_section3 .compare_top .compare_img img {
  width: auto;
}
@media (max-width: 1511px) {
  .sc02 .sc02_section3 .compare_top .compare_img img {
    width: 100%;
  }
}
.sc03 .sc03_section1 {
  margin-bottom: 68px;
}
@media (max-width: 991px) {
  .sc03 .sc03_section1 {
    margin-bottom: 40px;
  }
}
.sc03 .sc03_section1 .wrong_title_box {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .sc03 .sc03_section1 .wrong_title_box {
    margin-bottom: 30px;
  }
}
.sc03 .sc03_section1 .wrong_title_box .wrong_title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc03 .sc03_section1 .wrong_title_box .wrong_title {
    margin-bottom: 12px;
    line-height: 1.25;
  }
}
.sc03 .sc03_section1 .wrong_title_box .wrong_content {
  line-height: 1.65;
}
@media (max-width: 991px) {
  .sc03 .sc03_section1 .wrong_title_box .wrong_content {
    line-height: 1.488;
  }
}
.sc03 .sc03_section1 .wrong_img_box .wrong_img {
  position: relative;
}
.sc03 .sc03_section1 .wrong_img_box .wrong_img img {
  width: 100%;
}
.sc03 .sc03_section1 .wrong_img_box .wrong_img .wrong_ul {
  position: absolute;
  top: 70px;
  left: 63px;
}
@media (max-width: 991px) {
  .sc03 .sc03_section1 .wrong_img_box .wrong_img .wrong_ul {
    top: 30px;
    left: 30px;
  }
}
.sc03 .sc03_section1 .wrong_img_box .wrong_img .wrong_ul .wrong_li {
  position: relative;
  padding: 25px 35px 25px 65px;
  margin-bottom: 15px;
  border-radius: 20px;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  border-top-left-radius: 0px;
  background-color: rgba(255, 127, 0, 0.6);
}
@media (max-width: 991px) {
  .sc03 .sc03_section1 .wrong_img_box .wrong_img .wrong_ul .wrong_li {
    margin-bottom: 12.5px;
    font-size: 14px;
    line-height: 1.25;
    padding: 22.5px 47px;
    border-radius: 10px;
    border-top-left-radius: 0px;
  }
}
.sc03 .sc03_section1 .wrong_img_box .wrong_img .wrong_ul .wrong_li:last-child {
  margin-bottom: 0;
}
.sc03 .sc03_section1 .wrong_img_box .wrong_img .wrong_ul .wrong_li::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: 27px;
  height: 27px;
  background: url("/img/sc01_ex_2.png") no-repeat;
}
@media (max-width: 991px) {
  .sc03 .sc03_section1 .wrong_img_box .wrong_img .wrong_ul .wrong_li::after {
    top: 22px;
    left: 20px;
    width: 18px;
    height: 18px;
    background: url("/img/mex2.png") no-repeat;
    background-size: cover;
  }
}
.sc03 .sc03_section2 {
  margin-bottom: 50px;
}
.sc03 .sc03_section2 .policy_title_box {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .sc03 .sc03_section2 .policy_title_box {
    margin-bottom: 28px;
  }
}
.sc03 .sc03_section2 .policy_title_box .policy_title {
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .sc03 .sc03_section2 .policy_title_box .policy_title {
    margin-bottom: 12px;
  }
}
.sc03 .sc03_section2 .policy_title_box .policy_content {
  line-height: 1.65;
}
@media (max-width: 991px) {
  .sc03 .sc03_section2 .policy_title_box .policy_content {
    line-height: 1.488;
  }
}
.sc03 .mob_scroll {
  margin-bottom: 15px;
}
.sc03 .mob_scroll img {
  width: 100%;
  object-fit: cover;
}
.sc03 .policy_table {
  border-top: 1px solid #111;
}
@media (max-width: 991px) {
  .sc03 .policy_table {
    overflow-x: scroll;
  }
}
.sc03 .policy_table table {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  .sc03 .policy_table table {
    width: 562px;
  }
}
.sc03 .policy_table table thead {
  position: relative;
  border-collapse: collapse;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f9fafc;
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sc03 .policy_table table thead {
    font-size: 14px;
  }
}
.sc03 .policy_table table thead th {
  padding: 25px 0;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}
@media (max-width: 991px) {
  .sc03 .policy_table table thead th {
    padding: 19px 0;
  }
}
.sc03 .policy_table table thead th:last-child {
  border-right: none;
}
.sc03 .policy_table table tbody .policy_category {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.7;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc03 .policy_table table tbody .policy_category {
    font-size: 13px;
  }
}
.sc03 .policy_table table tbody .policy_type {
  padding: 30px 0;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.sc03 .policy_table table tbody .policy_type.none-border {
  border-bottom: none;
}
@media (max-width: 991px) {
  .sc03 .policy_table table tbody .policy_type {
    padding: 17.5px 0;
  }
}
.sc03 .policy_table table tbody .policy_type .policy_type_p {
  padding-left: 35px;
  line-height: 1.7;
  font-size: 17px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc03 .policy_table table tbody .policy_type .policy_type_p {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.35;
  }
}
.sc03 .policy_table table tbody .policy_charge {
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-size: 17px;
}
@media (max-width: 991px) {
  .sc03 .policy_table table tbody .policy_charge {
    font-size: 13px;
  }
}
.sc03 .policy_table table tbody .policy_process {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-size: 17px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc03 .policy_table table tbody .policy_process {
    font-size: 13px;
  }
}
.sc03 .policy_table table .policy_category {
  width: 14.19%;
}
@media (max-width: 991px) {
  .sc03 .policy_table table .policy_category {
    width: 18.685%;
  }
}
.sc03 .policy_table table .policy_type {
  width: 46.62%;
}
@media (max-width: 991px) {
  .sc03 .policy_table table .policy_type {
    width: auto;
  }
}
.sc03 .policy_table table .policy_charge {
  width: 13.514%;
}
@media (max-width: 991px) {
  .sc03 .policy_table table .policy_charge {
    width: 18.685%;
  }
}
.sc03 .policy_table table .policy_process {
  width: 25.676%;
}
@media (max-width: 991px) {
  .sc03 .policy_table table .policy_process {
    width: 21.355%;
  }
}
.sc04 .sc04_section1 {
  margin-bottom: 53px;
}
@media (max-width: 991px) {
  .sc04 .sc04_section1 {
    margin-bottom: 40px;
  }
}
.sc04 .sc04_section1 .invest_title_box .invest_title {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .sc04 .sc04_section1 .invest_title_box .invest_title {
    margin-bottom: 15px;
  }
}
.sc04 .sc04_section1 .invest_title_box .invest_content {
  line-height: 1.75;
}
@media (max-width: 991px) {
  .sc04 .sc04_section1 .invest_title_box .invest_content {
    line-height: 1.488;
  }
}
.sc04 .sc04_section2 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc04 .sc04_section2 {
    margin-bottom: 55px;
  }
}
.sc04 .invest_flex {
  display: flex;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .sc04 .invest_flex {
    flex-direction: column;
    gap: 25px 0;
  }
}
.sc04 .invest_flex > div {
  width: 50%;
}
@media (max-width: 991px) {
  .sc04 .invest_flex > div {
    width: 100%;
  }
}
.sc04 .invest_flex .invest_img img {
  width: 100%;
}
.sc04 .invest_flex .invet_text {
  display: flex;
  height: 100%;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .sc04 .invest_flex .invet_text {
    padding-left: 0px;
  }
}
.sc04 .invest_flex .invet_text .invest_sub_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc04 .invest_flex .invet_text .invest_sub_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.sc04 .invest_flex .invet_text .invest_sub_content p {
  line-height: 1.78;
  margin-bottom: 22px;
}
.sc04 .invest_flex .invet_text .invest_sub_content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sc04 .invest_flex .invet_text .invest_sub_content p {
    line-height: 1.488;
    margin-bottom: 18px;
  }
}
.sc04 .sc04_section3 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc04 .sc04_section3 {
    margin-bottom: 55px;
  }
  .sc04 .sc04_section3 .invest_flex {
    flex-direction: column-reverse;
  }
}
.sc04 .sc04_section3 .invet_text {
  padding-left: 0;
}
.sc04 .sc04_section4 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .sc04 .sc04_section4 {
    margin-bottom: 52px;
  }
}
.sc04 .sc04_section5 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc04 .sc04_section5 {
    margin-bottom: 35px;
  }
}
.sc04 .sc04_section5 .invest_sub_title {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .sc04 .sc04_section5 .invest_sub_title {
    margin-bottom: 12px;
  }
}
.sc04 .sc04_section5 .invest_sub_content {
  line-height: 1.75;
}
@media (max-width: 991px) {
  .sc04 .sc04_section5 .invest_sub_content {
    line-height: 1.488;
  }
}
.sc05 .sc05_section1 {
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section1 {
    margin-bottom: 32px;
  }
}
.sc05 .sc05_section1 .sc_title {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section1 .sc_title {
    margin-bottom: 18px;
  }
}
.sc05 .sc05_section1 .sc_contents {
  line-height: 1.75;
}
@media (max-width: 991px) {
  .sc05 .sc05_section1 .sc_contents {
    line-height: 1.488;
  }
}
.sc05 .sc05_section2 {
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 {
    margin-bottom: 45px;
  }
}
.sc05 .sc05_section2 .phishing_content {
  padding: 58px 50px;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_content {
    padding: 40px 25px;
    border-radius: 12.5px;
  }
}
.sc05 .sc05_section2 .phishing_text {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_text {
    margin-bottom: 30px;
  }
}
.sc05 .sc05_section2 .phishing_text .sc_sub_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_text .sc_sub_title {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
.sc05 .sc05_section2 .phishing_ul {
  display: flex;
  gap: 0 50px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul {
    flex-direction: column;
    gap: 20px 0;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_li {
  position: relative;
  width: calc((100% - 100px) / 3);
  padding: 33px 30px;
  border-radius: 25px;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li {
    width: 100%;
    padding: 22.5px 20px;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_li .phshing_top {
  display: flex;
  gap: 0 15px;
  align-items: center;
  margin-bottom: 53px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li .phshing_top {
    gap: 0 12.5px;
    margin-bottom: 35px;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_li .phshing_title {
  font-size: 22px;
  color: #1c2028;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li .phshing_title {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li.phshing_1 img {
    width: 33px;
  }
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li.phshing_2 img {
    width: 31px;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_li.phshing_3 {
  padding: 43px 30px 33px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li.phshing_3 {
    padding: 22.5px 20px;
  }
  .sc05 .sc05_section2 .phishing_ul .phshing_li.phshing_3::after {
    top: 65px;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_li.phshing_3 .phshing_top {
  margin-bottom: 63px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li.phshing_3 .phshing_top {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li.phshing_3 img {
    width: 42px;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_li::after {
  content: "";
  position: absolute;
  top: 117px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #dcdcdc;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_li::after {
    top: 77px;
    width: calc(100% - 40px);
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_bot {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_bot {
    gap: 12px 32.5px;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_bot .phshing_bot_li {
  position: relative;
  width: 94px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_bot .phshing_bot_li {
    width: auto;
  }
  .sc05 .sc05_section2 .phishing_ul .phshing_bot .phshing_bot_li.phshing_2_bot {
    width: 75px;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_bot .phshing_bot_li span {
  padding-left: 7px;
  font-size: 15px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_bot .phshing_bot_li span {
    padding-left: 6px;
    font-size: 12px;
  }
}
.sc05 .sc05_section2 .phishing_ul .phshing_bot .phshing_bot_li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff7f00;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .sc05 .sc05_section2 .phishing_ul .phshing_bot .phshing_bot_li::after {
    width: 3.5px;
    height: 3.5px;
  }
}
.sc05 .sc05_section3 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section3 {
    margin-bottom: 35px;
  }
}
.sc05 .sc05_section3 .itemc_ul .itemc_li {
  display: flex;
  gap: 0 30px;
  align-items: center;
  margin-bottom: 51px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section3 .itemc_ul .itemc_li {
    gap: 0 20px;
    margin-bottom: 35px;
  }
}
.sc05 .sc05_section3 .itemc_ul .itemc_li:last-child {
  margin-bottom: 0;
}
.sc05 .sc05_section3 .itemc_ul .itemc_icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sc05 .sc05_section3 .itemc_ul .itemc_icon {
    width: 65px;
    height: 65px;
  }
}
.sc05 .sc05_section3 .itemc_ul .itemc_title {
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section3 .itemc_ul .itemc_title {
    margin-bottom: 16px;
  }
}
.sc05 .sc05_section3 .itemc_ul .itemc_title span {
  font-size: 25px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc05 .sc05_section3 .itemc_ul .itemc_title span {
    font-size: 18px;
    line-height: 1.25;
  }
}
.sc05 .sc05_section3 .itemc_ul .itemc_con p {
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc05 .sc05_section3 .itemc_ul .itemc_con p {
    line-height: 1.488;
  }
}
@media (max-width: 991px) {
  .sc05 .sc05_section3 .itemc_ul .itemc_li1 img {
    height: 36px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li2 img {
    height: 21px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li3 img {
    height: 26px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li4 img {
    height: 29px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li5 img {
    height: 32px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li6 img {
    height: 33px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li7 img {
    height: 29px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li8 img {
    height: 29px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li9 img {
    height: 29px;
    object-fit: cover;
  }
  .sc05 .sc05_section3 .itemc_ul .itemc_li10 img {
    height: 28px;
    object-fit: cover;
  }
}
.sc05 .sc05_section4 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 {
    margin-bottom: 45px;
  }
}
.sc05 .sc05_section4 .sc05_circle-wrap {
  display: flex;
  align-items: center;
  gap: 0 110px;
  padding: 55px 205px;
  border-radius: 25px;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .sc05_circle-wrap {
    gap: 56px 0;
    flex-direction: column;
    padding: 40px 15px;
    border-radius: 12.5px;
  }
  .sc05 .sc05_section4 .sc05_circle-wrap .sc05_circle_right {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sc05 .sc05_section4 .sc05_circle-wrap .sc05_circle_right::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: calc(100% - 147px);
    height: 1px;
    transform: translateX(-50%);
    background-color: #e9e9e9;
    z-index: 2;
  }
}
.sc05 .sc05_section4 .sc05_circle_left {
  position: relative;
}
.sc05 .sc05_section4 .sc05_circle_left .left_circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #ff7f00;
  z-index: 5;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .sc05_circle_left .left_circle {
    width: 133px;
    height: 133px;
  }
}
.sc05 .sc05_section4 .sc05_circle_left .left_circle span {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .sc05_circle_left .left_circle span {
    font-size: 17px;
    line-height: 1.177;
  }
}
.sc05 .sc05_section4 .sc05_circle_left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #e9e9e9;
  z-index: 2;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .sc05_circle_left::before {
    display: none;
    bottom: -27%;
    top: unset;
    right: 50%;
    height: 1px;
    transform: translate(50%, 0%);
    width: calc(100% + 24px);
  }
}
.sc05 .sc05_section4 .sc05_circle_left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% + 70px);
  background-color: #e9e9e9;
  z-index: 2;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .sc05_circle_left::after {
    top: 35px;
    right: 50%;
    height: 100%;
    transform: translate(-50%, 0);
    width: 1px;
  }
}
.sc05 .sc05_section4 .circle_ul {
  position: relative;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .circle_ul {
    flex-direction: column;
    gap: 27.5px 0;
  }
}
.sc05 .sc05_section4 .circle_ul.circle_top {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .circle_ul.circle_top {
    margin-bottom: 0;
  }
}
.sc05 .sc05_section4 .circle_ul li {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .circle_ul li {
    width: 145px;
    height: 145px;
  }
}
.sc05 .sc05_section4 .circle_ul::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: calc(100% + 60px);
  height: 2px;
  transform: translateY(-50%);
  background-color: #e9e9e9;
  z-index: 1;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .circle_ul::after {
    top: 46%;
    right: 50%;
    width: 1px;
    height: 100%;
  }
}
.sc05 .sc05_section4 .right_circle {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 105px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .right_circle {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
  }
}
.sc05 .sc05_section4 .circle_title {
  font-size: 22px;
  margin-bottom: 23px;
  font-weight: 700;
  color: #1c2028;
  position: absolute;
  top: 66px;
  width: 100%;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .circle_title {
    font-size: 15px;
    line-height: 1.177;
    position: static;
    margin-bottom: 8.5px;
  }
}
.sc05 .sc05_section4 .circle_text {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 991px) {
  .sc05 .sc05_section4 .circle_text {
    font-size: 12px;
    line-height: 1.488;
    letter-spacing: -0.025em;
  }
}
.sc05 .sc05_section5 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 {
    margin-bottom: 45px;
  }
}
.sc05 .sc05_section5 .sc05_thing_top {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_top {
    margin-bottom: 32px;
  }
}
.sc05 .sc05_section5 .sc05_thing_top .sc_sub_title {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_top .sc_sub_title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.sc05 .sc05_section5 .sc05_thing_top .sc_contents p {
  line-height: 1.75;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_top .sc_contents p {
    line-height: 1.488;
    margin-bottom: 21px;
  }
}
.sc05 .sc05_section5 .sc05_thing_top .sc_contents p:last-child {
  margin-bottom: 0;
}
.sc05 .sc05_section5 .sc05_thing_ul {
  display: flex;
  gap: 0 28px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_ul {
    flex-direction: column;
    gap: 20px 0;
  }
}
.sc05 .sc05_section5 .sc05_thing_ul .sc05_thing_li {
  position: relative;
  padding: 47px 0px 47px 73px;
  width: calc((100% - 84px) / 4);
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_ul .sc05_thing_li {
    padding: 25px 0px 25px 50px;
    width: 100%;
    border-radius: 10px;
  }
}
.sc05 .sc05_section5 .sc05_thing_ul .thing5-top {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_ul .thing5-top {
    margin-bottom: 15px;
  }
}
.sc05 .sc05_section5 .sc05_thing_ul .thing5-top .thing_title {
  font-size: 24px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_ul .thing5-top .thing_title {
    font-size: 18px;
  }
}
.sc05 .sc05_section5 .sc05_thing_ul .thing5-top .thing_title::after {
  content: "";
  position: absolute;
  top: 19%;
  left: 8%;
  width: 28px;
  height: 28px;
  background: url(/img/sc01_check.png) no-repeat;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_ul .thing5-top .thing_title::after {
    top: 23.5px;
    left: 20px;
    width: 19px;
    height: 19px;
    background: url(/img/msc01_check.png) no-repeat;
    background-size: cover;
  }
}
.sc05 .sc05_section5 .sc05_thing_ul .thing5-bot .thing_con {
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .sc05 .sc05_section5 .sc05_thing_ul .thing5-bot .thing_con {
    font-size: 14px;
    line-height: 1.4;
  }
}
.sc05 .sc05_section6 {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section6 {
    margin-bottom: 30px;
  }
}
.sc05 .sc05_section6 .sc_sub_title {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section6 .sc_sub_title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.sc05 .sc05_section6 .sc_contents p {
  line-height: 1.78;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc05 .sc05_section6 .sc_contents p {
    line-height: 1.488;
    margin-bottom: 20px;
  }
}
.sc05 .sc05_section6 .sc_contents p:last-child {
  margin-bottom: 0;
}
.sc06 .sc06_section1 {
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section1 {
    margin-bottom: 39px;
  }
}
.sc06 .sc06_section1 .sc_title {
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section1 .sc_title {
    margin-bottom: 18px;
  }
}
.sc06 .sc06_section1 .ponzi_contents p {
  margin-bottom: 30px;
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc06 .sc06_section1 .ponzi_contents p {
    margin-bottom: 20px;
    line-height: 1.488;
  }
}
.sc06 .sc06_section1 .ponzi_contents p:last-child {
  margin-bottom: 0;
}
.sc06 .sc06_section2 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section2 {
    margin-bottom: 45px;
  }
}
.sc06 .sc06_section2 .sc06_item_title {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section2 .sc06_item_title {
    margin-bottom: 25px;
  }
  .sc06 .sc06_section2 .sc06_item_title .sc_sub_title {
    font-size: 22px;
  }
}
.sc06 .sc06_section2 .itemc_ul .itemc_li {
  display: flex;
  gap: 0 30px;
  align-items: center;
  margin-bottom: 51px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section2 .itemc_ul .itemc_li {
    gap: 0 20px;
  }
}
.sc06 .sc06_section2 .itemc_ul .itemc_li:last-child {
  margin-bottom: 0;
}
.sc06 .sc06_section2 .itemc_ul .itemc_li.itemc_li1 img {
  height: 33px;
  object-fit: cover;
}
.sc06 .sc06_section2 .itemc_ul .itemc_li.itemc_li2 img {
  height: 27px;
  object-fit: cover;
}
.sc06 .sc06_section2 .itemc_ul .itemc_li.itemc_li3 img {
  height: 28px;
  object-fit: cover;
}
.sc06 .sc06_section2 .itemc_ul .itemc_icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sc06 .sc06_section2 .itemc_ul .itemc_icon {
    width: 65px;
    height: 65px;
  }
}
.sc06 .sc06_section2 .itemc_ul .itemc_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section2 .itemc_ul .itemc_title {
    margin-bottom: 13.5px;
  }
}
.sc06 .sc06_section2 .itemc_ul .itemc_title span {
  font-size: 25px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc06 .sc06_section2 .itemc_ul .itemc_title span {
    font-size: 18px;
  }
}
.sc06 .sc06_section2 .itemc_ul .itemc_con p {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .sc06 .sc06_section2 .itemc_ul .itemc_con p {
    line-height: 1.488;
  }
}
.sc06 .sc06_section3 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 {
    margin-bottom: 45px;
  }
}
.sc06 .sc06_section3 .sc06_step_ul {
  display: flex;
  gap: 0 45px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_ul {
    flex-direction: column;
    gap: 40px 0;
  }
}
.sc06 .sc06_section3 .sc06_step_li {
  width: calc((100% - 90px) / 3);
  padding: 17px 28px 30px;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li {
    padding: 15.5px 21px 26.5px;
    width: 100%;
  }
}
.sc06 .sc06_section3 .sc06_step_li .step_num {
  width: 100%;
  text-align: center;
  line-height: 50px;
  margin-bottom: 34px;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li .step_num {
    line-height: 35px;
    border-radius: 50px;
    margin-bottom: 26px;
  }
}
.sc06 .sc06_section3 .sc06_step_li .step_num p {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li .step_num p {
    font-size: 15px;
  }
}
.sc06 .sc06_section3 .sc06_step_li .step_top {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li .step_top {
    margin-bottom: 40px;
  }
}
.sc06 .sc06_section3 .sc06_step_li .step_top::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("/img/sc06_line.png") no-repeat;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li .step_top::after {
    bottom: -22.5px;
  }
}
.sc06 .sc06_section3 .sc06_step_li .step_title {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 15px;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li .step_title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.sc06 .sc06_section3 .sc06_step_li .step_con {
  line-height: 1.5;
  font-size: 17px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li .step_con {
    font-size: 13px;
    line-height: 1.488;
  }
}
.sc06 .sc06_section3 .sc06_step_li1 {
  position: relative;
  border: 1.5px solid #ffe2c5;
}
.sc06 .sc06_section3 .sc06_step_li1 .step_num {
  background-color: #ffead6;
}
.sc06 .sc06_section3 .sc06_step_li1 .step_num p {
  color: #ff7f00;
}
.sc06 .sc06_section3 .sc06_step_li1::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-family: "SUIT", sans-serif;
  color: #ffc286;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li1::after {
    top: unset;
    bottom: -19.5%;
    right: 44%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.sc06 .sc06_section3 .sc06_step_li2 {
  position: relative;
  border: 1.5px solid #ffb46a;
}
.sc06 .sc06_section3 .sc06_step_li2 .step_num {
  background-color: #ffb46a;
}
.sc06 .sc06_section3 .sc06_step_li2 .step_num p {
  color: #fff;
}
.sc06 .sc06_section3 .sc06_step_li2::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-family: "SUIT", sans-serif;
  color: #ff7f00;
}
@media (max-width: 991px) {
  .sc06 .sc06_section3 .sc06_step_li2::after {
    top: unset;
    bottom: -19.5%;
    right: 44%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.sc06 .sc06_section3 .sc06_step_li3 {
  border: 1.5px solid #ff7f00;
}
.sc06 .sc06_section3 .sc06_step_li3 .step_num {
  background-color: #ff7f00;
}
.sc06 .sc06_section3 .sc06_step_li3 .step_num p {
  color: #fff;
}
.sc06 .sc06_section4 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc06 .sc06_section4 {
    margin-bottom: 35px;
  }
}
.sc06 .sc06_section4 .sc_contents {
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc06 .sc06_section4 .sc_contents {
    line-height: 1.488;
  }
}
.sc07 .sc07_section1 {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section1 {
    margin-bottom: 45px;
  }
}
.sc07 .sc07_section1 .sc_title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section1 .sc_title {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .sc07 .sc07_section1 .sc_contents {
    line-height: 1.488;
  }
}
.sc07 .sc07_section2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section2 {
    margin-bottom: 35px;
  }
}
.sc07 .sc07_section2 .itemc_ul .itemc_li {
  display: flex;
  gap: 0 30px;
  align-items: center;
  margin-bottom: 51px;
}
.sc07 .sc07_section2 .itemc_ul .itemc_li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sc07 .sc07_section2 .itemc_ul .itemc_li {
    gap: 0 20px;
    margin-bottom: 35px;
  }
  .sc07 .sc07_section2 .itemc_ul .itemc_li.itemc_li1 img {
    height: 31px;
    object-fit: cover;
  }
  .sc07 .sc07_section2 .itemc_ul .itemc_li.itemc_li2 img {
    height: 28px;
    object-fit: cover;
  }
  .sc07 .sc07_section2 .itemc_ul .itemc_li.itemc_li3 img {
    height: 21px;
    object-fit: cover;
  }
  .sc07 .sc07_section2 .itemc_ul .itemc_li.itemc_li4 img {
    height: 28px;
    object-fit: cover;
  }
}
.sc07 .sc07_section2 .itemc_ul .itemc_icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sc07 .sc07_section2 .itemc_ul .itemc_icon {
    width: 65px;
    height: 65px;
  }
}
.sc07 .sc07_section2 .itemc_ul .itemc_title {
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section2 .itemc_ul .itemc_title {
    margin-bottom: 15.5px;
  }
}
.sc07 .sc07_section2 .itemc_ul .itemc_title span {
  font-size: 25px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc07 .sc07_section2 .itemc_ul .itemc_title span {
    font-size: 18px;
  }
}
.sc07 .sc07_section2 .itemc_ul .itemc_con p {
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc07 .sc07_section2 .itemc_ul .itemc_con p {
    line-height: 1.488;
  }
}
.sc07 .sc07_section2 .itemc_li1 p {
  letter-spacing: -0.02em;
}
.sc07 .sc07_section3 {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section3 {
    margin-bottom: 45px;
  }
}
.sc07 .sc07_section3 .sc07_flex {
  display: flex;
  gap: 0 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section3 .sc07_flex {
    flex-direction: column;
    gap: 0;
    margin-bottom: 26px;
  }
}
.sc07 .sc07_section3 .sc07_flex .sc07_left {
  width: 50%;
  max-width: 734px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section3 .sc07_flex .sc07_left {
    max-width: none;
    width: 100%;
    margin-bottom: 35px;
  }
}
.sc07 .sc07_section3 .sc07_flex .sc07_left img {
  width: 100%;
}
.sc07 .sc07_section3 .sc07_flex .sc07_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 991px) {
  .sc07 .sc07_section3 .sc07_flex .sc07_right {
    width: 100%;
  }
}
.sc07 .sc07_section3 .sc07_flex .sc07_right .sc_sub_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section3 .sc07_flex .sc07_right .sc_sub_title {
    margin-bottom: 14px;
    font-size: 22px;
  }
}
.sc07 .sc07_section3 .sc07_flex .sc07_right .sc_contents p {
  line-height: 1.78;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
}
.sc07 .sc07_section3 .sc07_flex .sc07_right .sc_contents p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sc07 .sc07_section3 .sc07_flex .sc07_right .sc_contents p {
    line-height: 1.488;
    margin-bottom: 20px;
  }
}
.sc07 .sc07_section3 .sc07_mid img {
  width: 100%;
  object-fit: cover;
}
.sc07 .sc07_section4 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc07 .sc07_section4 {
    margin-bottom: 30px;
  }
}
.sc07 .sc07_section4 .sc_contents p {
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc07 .sc07_section4 .sc_contents p {
    line-height: 1.488;
  }
}
.sc08 .sc08_section1 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc08 .sc08_section1 {
    margin-bottom: 40px;
  }
}
.sc08 .sc08_section1 .sc_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc08 .sc08_section1 .sc_title {
    margin-bottom: 18px;
  }
}
.sc08 .sc08_section1 .sc_contents {
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc08 .sc08_section1 .sc_contents {
    line-height: 1.488;
  }
}
.sc08 .sc08_section2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc08 .sc08_section2 {
    margin-bottom: 31px;
  }
}
.sc08 .sc08_section2 .sc_sub_title {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .sc08 .sc08_section2 .sc_sub_title {
    font-size: 22px;
  }
}
.sc08 .sc08_section2 .sc_contents p {
  margin-bottom: 30px;
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc08 .sc08_section2 .sc_contents p {
    margin-bottom: 20px;
    line-height: 1.488;
  }
}
.sc08 .sc08_section2 .sc_contents p:last-child {
  margin-bottom: 0;
}
.sc08 .sc08_section3 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 {
    margin-bottom: 35px;
  }
}
.sc08 .sc08_section3 .sc08_flex {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 .sc08_flex {
    flex-direction: column;
    gap: 30px 0;
  }
}
.sc08 .sc08_section3 .sc08_left {
  width: 50%;
  max-width: 725px;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 .sc08_left {
    width: 100%;
    max-width: none;
  }
}
.sc08 .sc08_section3 .sc08_left img {
  width: 100%;
}
.sc08 .sc08_section3 .sc08_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 .sc08_right {
    width: 100%;
  }
}
.sc08 .sc08_section3 .sc08_right .steal_title {
  margin-bottom: 36px;
  font-size: 28px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 .sc08_right .steal_title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.sc08 .sc08_section3 .sc08_ul {
  width: 100%;
}
.sc08 .sc08_section3 .sc08_ul .sc08_li {
  display: flex;
  gap: 0 74px;
  align-items: center;
  border: 1px solid #ff7f00;
  border-radius: 15px;
  padding: 24.25px 45px;
  background: #fffcf8;
  margin-bottom: 20px;
}
.sc08 .sc08_section3 .sc08_ul .sc08_li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 .sc08_ul .sc08_li {
    gap: 0 50px;
    padding: 22px 30px;
  }
}
.sc08 .sc08_section3 .steal_left span {
  font-size: 21px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 .steal_left span {
    font-size: 14px;
  }
}
.sc08 .sc08_section3 .steal_right {
  position: relative;
}
.sc08 .sc08_section3 .steal_right p {
  font-size: 17px;
  line-height: 1.75;
  color: #666666;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 .steal_right p {
    font-size: 13px;
    line-height: 1.488;
    letter-spacing: -0.02em;
  }
}
.sc08 .sc08_section3 .steal_right::after {
  content: "";
  position: absolute;
  left: -15%;
  top: 2px;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #d7dae0;
}
@media (max-width: 991px) {
  .sc08 .sc08_section3 .steal_right::after {
    left: -20%;
  }
}
.sc09 .sc09_section1 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section1 {
    margin-bottom: 45px;
  }
}
.sc09 .sc09_section1 .rugpull_top {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section1 .rugpull_top {
    margin-bottom: 30px;
  }
}
.sc09 .sc09_section1 .sc_title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section1 .sc_title {
    margin-bottom: 18px;
  }
}
.sc09 .sc09_section1 .sc_contents p {
  margin-bottom: 30px;
  line-height: 1.78;
}
.sc09 .sc09_section1 .sc_contents p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sc09 .sc09_section1 .sc_contents p {
    margin-bottom: 20px;
    line-height: 1.488;
  }
}
.sc09 .sc09_section1 .rugpull_bot_img {
  position: relative;
}
.sc09 .sc09_section1 .rugpull_bot_img img {
  width: 100%;
}
.sc09 .sc09_section1 .rugpull_bot_img .rugpull_ul {
  position: absolute;
  top: 56px;
  left: 60px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section1 .rugpull_bot_img .rugpull_ul {
    top: 30px;
    left: 30px;
  }
}
.sc09 .sc09_section1 .rugpull_bot_img .rugpull_ul .rugpull_li {
  position: relative;
  padding: 25px 35px 25px 65px;
  margin-bottom: 15px;
  border-radius: 20px;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  border-top-left-radius: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .sc09 .sc09_section1 .rugpull_bot_img .rugpull_ul .rugpull_li {
    margin-bottom: 12.5px;
    font-size: 14px;
    line-height: 1.25;
    padding: 22.5px 47px;
    border-radius: 10px;
    border-top-left-radius: 0px;
  }
}
.sc09 .sc09_section1 .rugpull_bot_img .rugpull_ul .rugpull_li:last-child {
  margin-bottom: 0;
}
.sc09 .sc09_section1 .rugpull_bot_img .rugpull_ul .rugpull_li::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: 27px;
  height: 27px;
  background: url("/img/sc09_ex.png") no-repeat;
}
@media (max-width: 991px) {
  .sc09 .sc09_section1 .rugpull_bot_img .rugpull_ul .rugpull_li::after {
    top: 22px;
    left: 20px;
    width: 18px;
    height: 18px;
    background: url("/img/msc09_ex.png") no-repeat;
    background-size: cover;
  }
}
.sc09 .sc09_section2 {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section2 {
    margin-bottom: 38px;
  }
}
.sc09 .sc09_section2 .sc_sub_title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section2 .sc_sub_title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.sc09 .sc09_section2 .sc_contents p {
  margin-bottom: 30px;
  line-height: 1.78;
}
.sc09 .sc09_section2 .sc_contents p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sc09 .sc09_section2 .sc_contents p {
    margin-bottom: 21px;
    line-height: 1.488;
  }
}
.sc09 .sc09_section3 {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section3 {
    margin-bottom: 38px;
  }
}
.sc09 .sc09_section3 .sc_sub_title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section3 .sc_sub_title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.sc09 .sc09_section3 .sc_contents {
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc09 .sc09_section3 .sc_contents {
    line-height: 1.488;
  }
}
.sc09 .sc09_section4 {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section4 {
    margin-bottom: 38px;
  }
}
.sc09 .sc09_section4 .sc_sub_title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section4 .sc_sub_title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.sc09 .sc09_section4 .sc_contents {
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc09 .sc09_section4 .sc_contents {
    line-height: 1.488;
  }
}
.sc09 .sc09_section5 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section5 {
    margin-bottom: 35px;
  }
}
.sc09 .sc09_section5 .sc_sub_title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section5 .sc_sub_title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.sc09 .sc09_section5 .sc_contents {
  line-height: 1.78;
}
@media (max-width: 991px) {
  .sc09 .sc09_section5 .sc_contents {
    line-height: 1.488;
  }
}
.sc09 .sc09_section5 .jacking_top {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .sc09 .sc09_section5 .jacking_top {
    margin-bottom: 30px;
  }
}
.sc09 .sc09_section5 .jacking_bot img {
  width: 100%;
}
.sc10 .sc10_section1 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc10 .sc10_section1 {
    margin-bottom: 45px;
  }
}
.sc10 .sc10_section1 .sc_title {
  margin-bottom: 30px;
}
.sc10 .sc10_section1 .voca_img {
  position: relative;
}
.sc10 .sc10_section1 .voca_img img {
  width: 100%;
}
.sc10 .sc10_section1 .voca_img .vaca_intro {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sc10 .sc10_section1 .voca_img .vaca_intro .voca_title {
  margin-bottom: 30px;
  font-family: "Pretendard", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .sc10 .sc10_section1 .voca_img .vaca_intro .voca_title {
    margin-bottom: 15px;
    font-size: 35px;
  }
}
.sc10 .sc10_section1 .voca_img .vaca_intro .voca_text {
  margin-bottom: 45px;
  font-family: "Pretendard", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991px) {
  .sc10 .sc10_section1 .voca_img .vaca_intro .voca_text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.sc10 .sc10_section1 .voca_img .vaca_intro .voca_text .highlighter {
  background: linear-gradient(to bottom, transparent 0, rgb(255, 255, 255) 0) left top 0px no-repeat;
  font-weight: 700;
  color: #111;
}
.sc10 .sc10_section1 .voca_img .vaca_intro .voca_eng {
  line-height: 1.4;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 991px) {
  .sc10 .sc10_section1 .voca_img .vaca_intro .voca_eng {
    font-size: 12px;
    line-height: 17px;
  }
}
.sc10 .sc10_section2 .sc_sub_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc10 .sc10_section2 .sc_sub_title {
    margin-bottom: 15px;
  }
}
.sc10 .sc10_section2 .sc_contents {
  line-height: 1.65;
}
@media (max-width: 991px) {
  .sc10 .sc10_section2 .sc_contents {
    line-height: 1.488;
  }
}
.sc11 .sc11_section .sc11_title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc11 .sc11_section .sc11_title {
    margin-bottom: 30px;
  }
}
.sc11 .sc11_section .sc11_title .sc_title {
  line-height: 1.3;
  font-size: 32px;
}
@media (max-width: 991px) {
  .sc11 .sc11_section .sc11_title .sc_title {
    line-height: 1.25;
    font-size: 26px;
  }
}
.sc11 .sc11_section .sc11_img {
  width: 100%;
  margin-bottom: 45px;
}
.sc11 .sc11_section .sc11_img img {
  width: 100%;
}
.sc11 .sc11_section .sc_contents {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc11 .sc11_section .sc_contents {
    margin-bottom: 21px;
  }
}
.sc11 .sc11_section .sc_contents p {
  line-height: 1.78;
  margin-bottom: 30px;
}
.sc11 .sc11_section .sc_contents p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .sc11 .sc11_section .sc_contents p {
    line-height: 1.488;
    margin-bottom: 21px;
  }
}
.sc11 .sc11_section .sc_contents.sc11_thank {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc11 .sc11_section .sc_contents.sc11_thank {
    margin-bottom: 40px;
  }
}
.sc11 .sc11_section .sc11_from p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .sc11 .sc11_section .sc11_from p {
    font-size: 14px;
  }
}
.sc12 .sc12_section1 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section1 {
    margin-bottom: 40px;
  }
}
.sc12 .sc12_section1 .sc_title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section1 .sc_title {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .sc12 .sc12_section1 .sc_contents {
    line-height: 1.488;
  }
}
.sc12 .sc12_section2 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section2 {
    margin-bottom: 45px;
  }
}
.sc12 .sc12_section2 .m04_sub_title {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section2 .m04_sub_title {
    margin-bottom: 20px;
  }
}
.sc12 .sc12_section3 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section3 {
    margin-bottom: 35px;
  }
}
.sc12 .sc12_section3 .m04_sub_title {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section3 .m04_sub_title {
    margin-bottom: 15px;
  }
}
.sc12 .sc12_section3 .mission_ul {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section3 .mission_ul {
    margin-bottom: 30px;
  }
}
.sc12 .sc12_section3 .mission_ul .mission_li {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section3 .mission_ul .mission_li {
    margin-bottom: 12px;
  }
}
.sc12 .sc12_section3 .mission_ul .mission_li p {
  padding-left: 17px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section3 .mission_ul .mission_li p {
    padding-left: 13.5px;
    line-height: 1.488;
  }
}
.sc12 .sc12_section3 .mission_ul .mission_li:last-child {
  margin-bottom: 0;
}
.sc12 .sc12_section3 .mission_ul .mission_li::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #666666;
}
@media (max-width: 991px) {
  .sc12 .sc12_section3 .mission_ul .mission_li::after {
    width: 3.5px;
    height: 3.5px;
    top: 9px;
  }
}
.sc12 .sc12_section3 .sc12_img img {
  width: 100%;
}
.sc12 .sc12_section4 .point_title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section4 .point_title {
    margin-bottom: 25px;
  }
}
.sc12 .sc12_section4 .point_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
}
@media (max-width: 991px) {
  .sc12 .sc12_section4 .point_ul {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 35px 0;
  }
}
.sc12 .sc12_section4 .point_ul .point_li {
  display: flex;
  gap: 0 30px;
  width: 50%;
}
.sc12 .sc12_section4 .point_ul .point_li .m04_sub_title {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section4 .point_ul .point_li .m04_sub_title {
    margin-bottom: 17.5px;
  }
}
@media (max-width: 991px) {
  .sc12 .sc12_section4 .point_ul .point_li {
    width: 100%;
    gap: 0 20px;
  }
  .sc12 .sc12_section4 .point_ul .point_li.point_li1 img {
    height: 40px;
    object-fit: cover;
  }
  .sc12 .sc12_section4 .point_ul .point_li.point_li2 img {
    height: 34px;
    object-fit: cover;
  }
  .sc12 .sc12_section4 .point_ul .point_li.point_li3 img {
    height: 35px;
    object-fit: cover;
  }
  .sc12 .sc12_section4 .point_ul .point_li.point_li4 img {
    height: 36px;
    object-fit: cover;
  }
}
.sc12 .sc12_section4 .point_ul .point_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .sc12 .sc12_section4 .point_ul .point_icon {
    width: 87.5px;
    height: 87.5px;
  }
}
.sc12 .sc12_section4 .point_ul .point_text_li {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sc12 .sc12_section4 .point_ul .point_text_li {
    margin-bottom: 6px;
  }
}
.sc12 .sc12_section4 .point_ul .point_text_li p {
  padding-left: 17px;
  font-size: 17px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc12 .sc12_section4 .point_ul .point_text_li p {
    padding-left: 13px;
    font-size: 13px;
    line-height: 1.488;
  }
}
.sc12 .sc12_section4 .point_ul .point_text_li::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #666666;
}
@media (max-width: 991px) {
  .sc12 .sc12_section4 .point_ul .point_text_li::after {
    width: 3.5px;
    height: 3.5px;
  }
}
.sc13 .sc13_section1 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section1 {
    margin-bottom: 45px;
  }
}
.sc13 .sc13_section1 .sc_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section1 .sc_title {
    line-height: 1.25;
    margin-bottom: 12px;
  }
}
.sc13 .sc13_section1 .sc_contents {
  line-height: 1.78;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section1 .sc_contents {
    line-height: 1.488;
    margin-bottom: 31px;
  }
}
.sc13 .sc13_section1 .sc13_persimmon {
  position: relative;
}
.sc13 .sc13_section1 .sc13_persimmon img {
  width: 100%;
}
.sc13 .sc13_section1 .sc13_persimmon .persimmon_text {
  position: absolute;
  top: 17.8%;
  right: 8.8%;
}
@media (max-width: 991px) {
  .sc13 .sc13_section1 .sc13_persimmon .persimmon_text {
    top: unset;
    bottom: 40px;
    right: unset;
    left: 25px;
  }
}
.sc13 .sc13_section1 .sc13_persimmon .persimmon_title {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
@media (max-width: 991px) {
  .sc13 .sc13_section1 .sc13_persimmon .persimmon_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.sc13 .sc13_section1 .sc13_persimmon .persimmon_con p {
  font-size: 17px;
  line-height: 1.78;
  color: #fff;
}
.sc13 .sc13_section1 .sc13_persimmon .persimmon_con p.persimmon1 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section1 .sc13_persimmon .persimmon_con p.persimmon1 {
    margin-bottom: 17.5px;
  }
}
@media (max-width: 991px) {
  .sc13 .sc13_section1 .sc13_persimmon .persimmon_con p {
    font-size: 13px;
    line-height: 1.488;
  }
}
.sc13 .sc13_section2 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 {
    margin-bottom: 41px;
  }
}
.sc13 .sc13_section2 .compagin_txt {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_txt {
    margin-bottom: 30px;
  }
}
.sc13 .sc13_section2 .compagin_flex {
  display: flex;
  gap: 0 60px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_flex {
    flex-direction: column;
  }
}
.sc13 .sc13_section2 .compagin_flex .campaign_left {
  width: 50%;
  max-width: 677px;
}
.sc13 .sc13_section2 .compagin_flex .campaign_left img {
  width: 100%;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_flex .campaign_left {
    max-width: none;
    width: 100%;
    margin-bottom: 35px;
  }
}
.sc13 .sc13_section2 .compagin_flex .campaign_right {
  width: 50%;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_flex .campaign_right {
    width: 100%;
  }
}
.sc13 .sc13_section2 .compagin_flex .compaign_ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 80px;
}
.sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li:last-child {
  margin-bottom: 0;
}
.sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li:last-child::after {
  display: none;
}
.sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li::after {
    bottom: -35px;
  }
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li {
    gap: 0 20px;
    margin-bottom: 70px;
  }
  .sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li.compaign_li1 img {
    height: 32px;
    object-fit: cover;
  }
  .sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li.compaign_li2 img {
    height: 41px;
    object-fit: cover;
  }
  .sc13 .sc13_section2 .compagin_flex .compaign_ul .compaign_li.compaign_li3 img {
    height: 38px;
    object-fit: cover;
  }
}
.sc13 .sc13_section2 .compagin_flex .compaign_ul .comapaign_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_flex .compaign_ul .comapaign_icon {
    width: 65px;
    height: 65px;
  }
}
.sc13 .sc13_section2 .compagin_flex .compaign_ul .comapaign_text .compaign_title {
  margin-bottom: 21px;
  font-size: 25px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_flex .compaign_ul .comapaign_text .compaign_title {
    margin-bottom: 14.5px;
    font-size: 18px;
  }
}
.sc13 .sc13_section2 .compagin_flex .compaign_ul .comapaign_text .compaign_con {
  line-height: 1.7;
  font-size: 17px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc13 .sc13_section2 .compagin_flex .compaign_ul .comapaign_text .compaign_con {
    font-size: 13px;
    line-height: 1.488;
  }
}
.sc13 .sc13_section3 .distinction_title {
  font-size: 22px;
  font-weight: 700;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc13 .sc13_section3 .distinction_title {
    font-size: 14px;
  }
}
.sc13 .sc13_section3 .distinction_con {
  margin-top: 20px;
  font-size: 17px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc13 .sc13_section3 .distinction_con {
    margin-top: 15px;
    font-size: 13px;
  }
}
.sc13 .sc13_section3 .distinction_top {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section3 .distinction_top {
    margin-bottom: 40px;
  }
}
.sc13 .sc13_section3 .distinction_top .distinction_intro {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section3 .distinction_top .distinction_intro {
    margin-bottom: 30px;
  }
}
.sc13 .sc13_section3 .distinction_mid {
  margin-bottom: 80px;
}
.sc13 .sc13_section3 .distinction_mid .distinction_title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc13 .sc13_section3 .distinction_mid .distinction_title {
    margin-bottom: 25px;
  }
}
.sc13 .vv_box .vv_top {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_top {
    margin-bottom: 60px;
  }
}
.sc13 .vv_box .vv_top .virtue_verse {
  position: relative;
  margin: 0 auto;
}
.sc13 .vv_box .vv_top .virtue_verse p {
  position: relative;
  width: 200px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background: #ff7f00;
  z-index: 3;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_top .virtue_verse p {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    border-radius: 50px;
  }
}
.sc13 .vv_box .vv_top .virtue_verse::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 49.89%;
  width: 1px;
  height: 100%;
  background-color: #e3e3e3;
  z-index: 2;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_top .virtue_verse::after {
    bottom: -31px;
  }
}
.sc13 .vv_box .vv_top.verse_top .virtue_verse::after {
  left: 50%;
}
.sc13 .vv_box .vv_bot .vv_ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .vv_ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 35px 37.5px;
  }
}
.sc13 .vv_box .vv_bot .vv_ul::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 61px;
  width: calc(100% - 122px);
  height: 1px;
  background: #e3e3e3;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .vv_ul::before {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 98px);
  }
}
.sc13 .vv_box .vv_bot .vv_li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .vv_li {
    width: calc((100% - 75px) / 3);
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li1 img {
    height: 37px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li1::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 20%;
    background-color: #e3e3e3;
    z-index: 3;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li2 img {
    height: 39px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li2::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 20%;
    background-color: #e3e3e3;
    z-index: 3;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li3 img {
    height: 33px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li3::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 20%;
    background-color: #e3e3e3;
    z-index: 3;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li4 img {
    height: 37px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li5 img {
    height: 36px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li6 img {
    height: 29px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.virtue_li7 img {
    height: 37px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.verse_li1 img {
    height: 38px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.verse_li1::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 20%;
    background-color: #e3e3e3;
    z-index: 3;
  }
  .sc13 .vv_box .vv_bot .vv_li.verse_li2 img {
    height: 38px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.verse_li2::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 20%;
    background-color: #e3e3e3;
    z-index: 3;
  }
  .sc13 .vv_box .vv_bot .vv_li.verse_li3 img {
    height: 38px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.verse_li3::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 20%;
    background-color: #e3e3e3;
    z-index: 3;
  }
  .sc13 .vv_box .vv_bot .vv_li.verse_li4 img {
    height: 36px;
    object-fit: cover;
  }
  .sc13 .vv_box .vv_bot .vv_li.verse_li5 img {
    height: 43px;
    object-fit: cover;
  }
}
.sc13 .vv_box .vv_bot .vv_li .vv_header {
  position: relative;
  width: 68px;
  line-height: 30px;
  margin: 0 auto 20px;
  text-align: center;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 15px;
  z-index: 5;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .vv_li .vv_header {
    width: 60px;
    line-height: 25px;
    border-radius: 25px;
    margin: 0 auto 15px;
  }
}
.sc13 .vv_box .vv_bot .vv_li .vv_header p {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .vv_li .vv_header p {
    font-size: 12px;
  }
}
.sc13 .vv_box .vv_bot .vv_li .vv_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  margin-bottom: 24px;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .vv_li .vv_icon {
    width: 85px;
    height: 85px;
    margin-bottom: 18px;
  }
}
.sc13 .vv_box .vv_bot .vv_li .vv_title p {
  font-weight: 500;
  line-height: 1.5;
  font-size: 19px;
  text-align: center;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .vv_li .vv_title p {
    font-size: 14px;
    line-height: 1.488;
  }
}
.sc13 .vv_box .vv_bot .vv_li::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 1px;
  height: 20%;
  background-color: #e3e3e3;
  z-index: 3;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .vv_li::after {
    display: none;
  }
}
.sc13 .vv_box .vv_bot .verse_content {
  margin: 16px -15.5px 0;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .verse_content {
    margin: 5px auto 0;
  }
}
.sc13 .vv_box .vv_bot .verse_content p {
  width: 155px;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  color: #666666;
}
@media (max-width: 991px) {
  .sc13 .vv_box .vv_bot .verse_content p {
    width: auto;
    line-height: 1.488;
    font-size: 12px;
  }
}
.sc14 .sc14_section1 {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .sc14 .sc14_section1 {
    margin-bottom: 33px;
  }
}
.sc14 .sc14_section1 .sc_title {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .sc14 .sc14_section1 .sc_title {
    margin-bottom: 25px;
  }
}
.sc14 .sc14_section1 .sc14_img img {
  width: 100%;
}
.sc14 .m04_sub_title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sc14 .m04_sub_title {
    margin-bottom: 14px;
    line-height: 1.25;
  }
}
.sc14 .sc14_contents {
  font-size: 17px;
  line-height: 1.78;
  color: #666666;
}
@media (max-width: 991px) {
  .sc14 .sc14_contents {
    font-size: 13px;
    line-height: 1.488;
  }
}
.sc15 .sc15_section1 {
  margin-bottom: 107px;
}
@media (max-width: 991px) {
  .sc15 .sc15_section1 {
    margin-bottom: 55px;
  }
}
.sc15 .sc15_section1 .sc15_title_box {
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  .sc15 .sc15_section1 .sc15_title_box {
    margin-bottom: 30px;
  }
}
.sc15 .sc15_section1 .sc15_title_box p {
  font-size: 38px;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc15 .sc15_section1 .sc15_title_box p {
    font-size: 24px;
  }
}
.sc15 .sc15_section1 .sc15_title_box p.sc15_title1 {
  font-weight: 700;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .sc15 .sc15_section1 .sc15_title_box p.sc15_title1 {
    margin-bottom: 3px;
  }
}
.sc15 .sc15_section1 .sc15_title_box p.sc15_title2 {
  font-weight: 300;
}
@media (max-width: 991px) {
  .sc15 .sc15_section1 .sc15_title_box p.sc15_title2 {
    line-height: 1.25;
  }
}
.sc15 .sc15_section1 .sc15_img {
  position: relative;
}
.sc15 .sc15_section1 .sc15_img img {
  width: 100%;
}
.sc15 .sc15_section1 .sc15_img .sc15_img_text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sc15 .sc15_section1 .sc15_img .sc15_img_text .history_head {
  font-family: "Pretendard", sans-serif;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 991px) {
  .sc15 .sc15_section1 .sc15_img .sc15_img_text .history_head {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.sc15 .sc15_section1 .sc15_img .sc15_img_text .history_title {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .sc15 .sc15_section1 .sc15_img .sc15_img_text .history_title {
    font-size: 23px;
    line-height: 1.1958;
  }
}
.sc15 .sc15_section2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 {
    width: 100%;
    justify-content: flex-start;
  }
}
.sc15 .sc15_section2 .history_ul {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_ul {
    padding-bottom: 0;
  }
}
.sc15 .sc15_section2 .history_li {
  position: relative;
  display: flex;
  gap: 0 175px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_li {
    gap: 0 76px;
    padding-bottom: 55px;
  }
}
.sc15 .sc15_section2 .history_li:last-child {
  padding-bottom: 0;
}
.sc15 .sc15_section2 .history_li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 266px;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_li::after {
    left: 117px;
  }
}
.sc15 .sc15_section2 .history_li .history_left {
  width: 16%;
  margin-top: -17px;
  margin-left: 23px;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_li .history_left {
    margin-left: 0;
    margin-top: -5px;
  }
}
.sc15 .sc15_section2 .history_li .history_left .year {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_li .history_left .year {
    font-size: 28px;
  }
}
.sc15 .sc15_section2 .history_li .history_right li {
  position: relative;
  display: flex;
  gap: 0 30px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_li .history_right li {
    gap: 0 10px;
  }
}
.sc15 .sc15_section2 .history_li .history_right li .month {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #222;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_li .history_right li .month {
    font-size: 13px;
  }
}
.sc15 .sc15_section2 .history_li .history_right li .desc {
  font-size: 17px;
  line-height: 1.65;
  margin-top: -5px;
  color: #666666;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_li .history_right li .desc {
    font-size: 13px;
    letter-spacing: -0.02em;
    margin-top: -4px;
  }
}
.sc15 .sc15_section2 .history_li .history_right li:nth-child(1) {
  margin-top: 0;
}
.sc15 .sc15_section2 .history_li .history_right li::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -60px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff7f00;
  z-index: 10;
}
@media (max-width: 991px) {
  .sc15 .sc15_section2 .history_li .history_right li::after {
    width: 6px;
    height: 6px;
    left: -23px;
  }
}
.sc16 .sc16_section1 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sc16 .sc16_section1 {
    margin-bottom: 35px;
  }
}
.sc16 .sc16_section1 .sc_title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sc16 .sc16_section1 .sc_title {
    margin-bottom: 20px;
  }
}
.sc16 .sc16_section2 .map_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 53px 50px 53px 70px;
  border: 1px solid #eaeaea;
  border-radius: 25px;
  background: #fff;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}
.sc16 .sc16_section2 .map_li:last-child {
  margin-bottom: 0;
}
.sc16 .sc16_section2 .map_li.on {
  border: 1px solid #FF7F00;
}
@media (max-width: 1440px) {
  .sc16 .sc16_section2 .map_li {
    gap: 0 100px;
    justify-content: normal;
  }
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_li {
    flex-direction: column;
    gap: 50px 0;
    align-items: flex-start;
    padding: 35px 20px;
    margin-bottom: 30px;
    border-radius: 12.5px;
  }
}
.sc16 .sc16_section2 .map_left .map_left_top {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_top {
    margin-bottom: 29px;
  }
}
.sc16 .sc16_section2 .map_left .map_left_top .map_title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 35px;
  margin-right: 17px;
  color: #1c2028;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_top .map_title {
    font-size: 23px;
    margin-right: 15px;
  }
}
.sc16 .sc16_section2 .map_left .map_left_top a {
  display: flex;
  align-items: center;
  padding: 7px 9px;
  border-radius: 7px;
  background: #ff7f00;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_top a {
    padding: 5px 7.5px;
    border-radius: 5px;
  }
  .sc16 .sc16_section2 .map_left .map_left_top a img {
    height: 12px;
    object-fit: cover;
  }
}
.sc16 .sc16_section2 .map_left .map_left_top a .map_look {
  margin-left: 5px;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  margin-top: 2px;
  color: #fff;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_top a .map_look {
    font-size: 12px;
    margin-top: 1px;
  }
}
.sc16 .sc16_section2 .map_left .map_left_bot li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sc16 .sc16_section2 .map_left .map_left_bot li:nth-child(4) {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_bot li {
    margin-bottom: 13px;
    align-items: flex-start;
  }
  .sc16 .sc16_section2 .map_left .map_left_bot li:nth-child(4) {
    margin-bottom: 10px;
  }
}
.sc16 .sc16_section2 .map_left .map_left_bot .sc16_icon {
  display: inline-block;
  width: 21px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_bot .sc16_icon {
    width: 14px;
  }
  .sc16 .sc16_section2 .map_left .map_left_bot .sc16_icon img {
    width: 100%;
    object-fit: cover;
  }
}
.sc16 .sc16_section2 .map_left .map_left_bot .address_tel {
  display: inline-block;
  width: 70px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1c2028;
}
@media (max-width: 1440px) {
  .sc16 .sc16_section2 .map_left .map_left_bot .address_tel {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_bot .address_tel {
    width: 50px;
    font-size: 14px;
  }
}
.sc16 .sc16_section2 .map_left .map_left_bot .address_tel.emergency {
  width: auto;
}
.sc16 .sc16_section2 .map_left .map_left_bot .address_tel.togo {
  width: auto;
  color: #ff7f00;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sc16 .sc16_section2 .map_left .map_left_bot .address {
  margin-left: 20px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1440px) {
  .sc16 .sc16_section2 .map_left .map_left_bot .address {
    margin-left: 15px;
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_bot .address {
    display: inline-block;
    margin-top: -4px;
    margin-left: 28px;
    font-size: 14px;
    line-height: 1.488;
  }
  .sc16 .sc16_section2 .map_left .map_left_bot .address.emergency_tel {
    margin-left: 7px;
  }
}
.sc16 .sc16_section2 .map_left .map_left_bot .sc16_time {
  position: relative;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_bot .sc16_time {
    margin-left: 20px;
  }
}
.sc16 .sc16_section2 .map_left .map_left_bot .sc16_time::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background: #ccc;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .map_left .map_left_bot .sc16_time::after {
    top: 3px;
    left: -10px;
    height: 75%;
  }
}
.sc16 .sc16_section2 .sc16_a {
  display: block;
  margin-left: 37px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #ff7f00;
}
@media (max-width: 991px) {
  .sc16 .sc16_section2 .sc16_a {
    font-size: 14px;
    margin-left: 28px;
  }
}
.sc16 .sc16_section2 .map_right img {
  width: 100%;
}

.itemc_ul .itemc_li {
  display: flex;
  gap: 0 30px;
  align-items: center;
  margin-bottom: 51px;
}
.itemc_ul .itemc_li:last-child {
  margin-bottom: 0;
}
.itemc_ul .itemc_icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemc_ul .itemc_title {
  margin-bottom: 15px;
}
.itemc_ul .itemc_title span {
  font-size: 25px;
  font-weight: 700;
  color: #1c2028;
}
.itemc_ul .itemc_con p {
  line-height: 1.5;
}

.center_section {
  margin-top: 85px;
}
.center_section .center_li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px;
  margin-bottom: 40px;
  border-radius: 25px;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .center_section .center_li {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12.5px;
  }
  .center_section .center_li:last-child {
    margin-bottom: 0;
  }
}
.center_section .center_li:last-child {
  margin-bottom: 0;
}
.center_section .center_left {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .center_section .center_left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .center_section .center_left img {
    width: 100%;
  }
}
.center_section .center_title {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .center_section .center_title {
    margin-bottom: 12px;
  }
  .center_section .center_title .sc_sub_title {
    font-size: 20px;
  }
}
.center_section .center_con {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .center_section .center_con {
    margin-bottom: 20px;
  }
  .center_section .center_con .sc_contents {
    line-height: 1.488;
  }
}
.center_section .center_call {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.center_section .center_call .call_num {
  margin-top: 2px;
  font-size: 17px;
  color: #666666;
}
@media (max-width: 991px) {
  .center_section .center_call .call_num {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .center_section .center_call {
    gap: 0 7.5px;
  }
  .center_section .center_call img {
    height: 12px;
    object-fit: cover;
  }
}
.center_section .center_right {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.center_section .center_right a {
  display: inline-block;
  width: 270px;
  font-size: 17px;
  text-align: center;
  line-height: 57px;
  font-weight: 500;
  color: #666666;
  background-color: #fff;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .center_section .center_right a:hover {
    color: #fff;
    background-color: #ff7f00;
  }
}
@media (max-width: 991px) {
  .center_section .center_right a {
    width: 100%;
    font-size: 13px;
    line-height: 50px;
    border-radius: 50px;
  }
}
@media (max-width: 991px) {
  .center_section .center_right {
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}