.wrap,
.container {
  font-size: 1em;
  font-family: "Noto Sans KR", sans-serif;
}

.sub-wrap {
  max-width: 1345px;
  margin: 0 auto;
}

.bar-wrap {
  max-width: 1212px;
  margin: 0 auto;
}

.bar-wrap-mo {
  max-width: 768px;
  margin: 0 auto;
}

.sub-wrap-mo {
  max-width: 638px;
  margin: 0 auto;
}

.sub-bar-wrap {
  max-width: 815px;
  margin: 0 auto;
}
.sub-bar-mo {
  max-width: 638px;
  margin: 0 auto;
}

/* custom checkbox */
#checkBox {
  position: absolute;
  opacity: 0;
}
#checkBox + label {
  position: relative;
  display: inherit;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
}
#checkBox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 3px;
}
#checkBox:hover + label:before {
  background: #7a9fba;
}
#checkBox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
#checkBox:checked + label:before {
  background: #7a9fba;
}
#checkBox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
#checkBox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
#checkBox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}

a {
  text-decoration: none;
  color: #333;
}


/* wrap */
.wrap {
  color: #414141;
  font-weight: 400;
  letter-spacing: -1px;
}

/* common */
.exclamation-mark {
  font-style: italic;
}

.section .section-container {
  min-width: 1132px;
  margin: 0 auto;
  text-align: center;
}

/* event-sticy-bar */
.event-sticky-bar {
  position: fixed;
  width: 100%;
  background: #343434;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 10;
}

.event-sticky-bar .sticky-bar-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;
  font-size: 1.8em;
  letter-spacing: -0.5px;
  color: #fff;
}

.event-sticky-bar .sticky-bar-item {
  position: relative;
}

.event-sticky-bar .sticky-bar-item:first-child {
  margin-right: 1em;
}

.event-sticky-bar .sticky-bar-item:last-child {
  padding-left: 1.8em;
}

.event-sticky-bar .sticky-flex-item {
  position: relative;
  display: flex;
  align-items: center;
}

.event-sticky-bar .sticky-bar-item + .sticky-bar-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 38px;
  background: #fff;
}

.event-sticky-bar .sticky-flex-item .kakao-icon {
  margin: 0 0.5em 0 1em;
}

.event-sticky-bar .sticky-flex-item .kakao-txt {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.event-sticky-bar .sticky-form {
  margin-left: 1em;
}

.event-sticky-bar .sticky-form > input {
  padding: 10px;
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  font-size: 15px;
}

.event-sticky-bar .sticky-form #consultBtn {
  background: #7a9fba;
  color: #fff;
  line-height: 1;
  border: none;
}

.event-sticky-bar .sticky-form > select {
  width: 150px;
  height: 40px;
  padding: 10px;
}

.event-sticky-bar .check-box {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.event-sticky-bar .check-box > span {
  font-size: 13px;
  margin-left: 3px;
}

@media all and (max-width: 1212px) {
  .event-sticky-bar .sticky-bar-items {
    font-size: 1.35em;
  }
}

@media all and (max-width: 1098px) {
  .event-sticky-bar .sticky-bar-items {
    align-items: baseline;
  }
  .event-sticky-bar .sticky-flex-item {
    flex-wrap: wrap;
  }

  .event-sticky-bar .sticky-flex-item .kakao-icon,
  .event-sticky-bar .sticky-form {
    margin-left: 0;
  }

  .event-sticky-bar .sticky-bar-items {
    font-size: 1.5em;
  }

  .event-sticky-bar .sticky-bar-item:last-child {
    padding-left: 1.5em;
  }

  .event-sticky-bar .sticky-title {
    margin-bottom: 1em;
  }
}

/* dual-canthoplasty-section */
.dual-canthoplasty-section {
  padding: 12em 0 6em;
  text-align: center;
}

.dual-canthoplasty-section .sisun-logo {
  margin-bottom: 4em;
}

.dual-canthoplasty-section .dual-sub-title {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: -1px;
}

.dual-canthoplasty-section .dual-sub-title {
  position: relative;
}

.dual-canthoplasty-section .dual-sub-title::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #c4e3e4;
  z-index: -1;
}

.dual-canthoplasty-section .dual-title {
  margin-top: 0.5em;
  font-size: 4.6em;
  letter-spacing: -5px;
  font-weight: 600;
  color: #7dcbce;
}

.dual-canthoplasty-section .dual-title-detail {
  display: block;
  margin-top: 10px;
  font-size: 2em;
  letter-spacing: -2px;
  font-weight: 500;
}

.dual-canthoplasty-section .dual-price {
  margin: 10px 0 30px;
  display: block;
  font-size: 9em;
  letter-spacing: -4px;
  font-weight: 600;
  color: #7dcbce;
}

.dual-canthoplasty-section .dual-price > strong {
  font-size: 100px;
}

.dual-canthoplasty-section .dual-desc {
  margin: 2.5em 0 3em;
  font-size: 1.5em;
  line-height: 1.3;
  color: #414141;
}

/* check-point-section */
.check-point-section {
  background-color: #fdf4eb;
  padding: 4em 0;
}

.check-point-section .check-point-title {
  font-size: 3em;
  font-weight: 600;
}

.check-point-section .check-point-subtitle {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0.6em 0 1em;
}

.check-point-section .check-point-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #555;
}

.check-point-section .check-point-detail {
  margin: 2em 0;
  line-height: 1.3;
  font-size: 1.5em;
  font-weight: 600;
}

.check-point-section .check-point-detail > span {
  display: block;
}

.check-point-section .check-point-detail > span.underline {
  display: inline-block;
  font-size: 1.3em;
  border-bottom: 1px solid #414141;
}

.check-point-section .check-point-desc{
  font-size: 1.2em;
  line-height: 1.3;
}

.check-point-section .check-point-desc > p + p{
  margin-top: 1em;
}

.check-point-section .check-point-desc > p span.point-underline {
  position: relative;
  font-weight: 600;
  z-index: 1;
}

.check-point-section .check-point-desc > p span.point-underline::before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  width: 100%;
  height: 7px;
  background-color: #b3e0e2;
  z-index: -1;
}

.check-point-before-after { }
.cocoen .cont {position: relative; width: 1180px;}
.cocoen .after {position: relative; z-index: 2;}
.cocoen .after img{width: 100%;}
.cocoen .before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; overflow: hidden;}
.cocoen .before > .img {position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden;}
.cocoen .before > .img img {position: absolute; top: 0; left: 0; width: 100%; height: auto; margin: auto;}
.cocoen .handle {position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: #000; z-index: 5;}
.cocoen .handle::after {position: absolute; bottom: 0.5em; left: 0.5em; display: block; content: 'After';}
.cocoen .handle::before {position: absolute; bottom: 0.5em; right: 0.5em; display: block; content: 'Before';}
.cocoen .bar {width: 1em; height: 100%; position: absolute; top: 0; left: -0.5em; cursor: col-resize;}
.cocoen .circle {width: 2.4em; height: 2.4em; border-radius: 50%; border: 2px solid #000; display: block; position: absolute; left: 0; top: 50%; margin-top: -1em; margin-left: -0.5em; font-size: 0.8em; box-sizing: border-box;}
.cocoen .circle::before {content: '\25C0'; display: block; width: 50%; line-height: 1em; color: #000; font-size: 0.6em; position: absolute; top: 50%; left: -2px; margin-top: -0.5em; text-align: right;}
.cocoen .circle::after {content: '\25B6'; display: block; width: 50%; line-height: 1em; color: #000; font-size: 0.6em; position: absolute; top: 50%; right: -1px; margin-top: -0.5em; text-align: left;}

/* sisun-text-section */
.sisun-text-section {
  background-color: #7dcbce;
  padding: 2em 0;
}

.sisun-text-section p {
  font-size: 1.4em;
  line-height: 1.3;
  color: #fff;
}

/* before-after-section */
.before-after-section {
  padding: 5em 0 3em;
}

.before-after-section .before-after-items {
  width: 1120px;
  margin: 0 auto;
}

.before-after-section .before-after-items + .before-after-items {
  margin-top: 3em;
}

.before-after-section .before-after-items .case-title {
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 1em;
  letter-spacing: 0;
  color: #7dcbce;
  border: 2px solid #7dcbce;
  padding: 8px 25px;
  border-radius: 30px;
}

.before-after-section .before-after-items .item-title {
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
  background-color: #7dcbce;
  padding: 1em 0;
}

.before-after-section .before-after-items .item-title > strong {
  font-weight: 600;
}

.before-after-section .before-after-items .item-title em {
  font-size: 0.8em;
}

.before-after-section .before-after-items .before {
  background-color: #a9a9a9;
  color: #fff;
  font-weight: 300;
  padding: 10px 20px;
  text-align: left;
}

.before-after-section .before-after-items .img-items {
  display: flex;
  display: -ms-flexbox;
  font-size: 0;
}

.before-after-section .before-after-items .img-items > div {
  width: 50%;
}

.before-after-section .before-after-items .img-items > div > img {
  width: 100%;
}

.before-after-section .before-after-items .after {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
  background-color: #4a4a4a;
  color: #fff;
  font-weight: 300;
  padding: 10px 20px;
  text-align: left;
}

.before-after-section .more-button {
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 1.2em;
  letter-spacing: -2px;
  color: #7dcbce;
  background-color: transparent;
  border: 1px solid #7dcbce;
  padding: 8px 25px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.before-after-section .more-button:hover {
  background-color: #7dcbce;
  color: #fff;
  transition: all .3s ease-in-out;
}

/* desc-bottom-section */
.desc-bottom-section {
  background-color: #fdf4eb;
  padding: 2em 0;
}

.desc-bottom-section h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 1em;
}

.desc-bottom-section .sisun-logo > img {
  width: 310px;
}

/* 2023-07-18 추가 */
.main_banner{padding: 120px 0 0; color: #333;}
.main_banner .container{width: 1300px; margin: 0 auto; padding: 80px 0; height: 648px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 80px; text-align: center;}
.main_banner .title{display: flex; flex-direction: column; align-items: center; gap: 30px;}
.main_banner .title h2{font-size: 120px; line-height: 120px; font-weight: bold; letter-spacing: -1.2px;}
.main_banner .title h2 span{color: transparent; background: linear-gradient(90deg, #7FCBD0 0%, #84BFE7 100%); -webkit-background-clip: text;}
.main_banner .title p{font-size: 50px; line-height: 50px; font-weight: 400;}
.main_banner .note {font-size: 24px; line-height: 35px; letter-spacing: -1.2px;}
.main_banner .note .point { font-weight: 700; padding: 0 5px; position: relative; display: inline-block; line-height: 28px; z-index: 1;}
.main_banner .note .point:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #BEF3F5; z-index: -1;}

.point {background: #F4F5F9; text-align: center;}
.point .container{width: 1300px; margin: 0 auto; padding: 80px 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 40px; text-align: center;}
.point .title{display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 46px; line-height: 46px; letter-spacing: -2.3px; font-weight: 700;}
.point .title h5{ color: #7FCBD0}
.point .contents{display: flex; flex-direction: column; gap: 80px; width: 100%;}
.point ol{padding: 30px; display: flex; flex-wrap: wrap; gap: 30px; justify-content: center;}
.point ol li{display: flex; width: 595px; height: 95px; flex-direction: column; justify-content:  center; border-radius: 50px; font-size: 30px; font-weight: 700; line-height: 30px; letter-spacing: -1.5px; color: #fff; box-shadow: 10px 10px 20px rgba(0,0,0,0.05);}
.point ol li:nth-child(1){background: #A9DEE2}
.point ol li:nth-child(2){background: #95D9DE}
.point ol li:nth-child(3){background: linear-gradient(90deg, #8BCDE2 0%, #84C0E7 100%, #84C0E7 100%);}
.point ol li:nth-child(4){background: #81B1DD}
.point .box{background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.1); display: flex; flex-direction: column; align-items: center; gap: 40px; padding: 80px 0;}
.point .box h6{background: linear-gradient(90deg, #7ECBCF 0%, #84BEE7 100%); height: 50px; padding: 0 8px; display: flex; align-items: center; color: #fff; font-size: 40px; font-weight: 700; letter-spacing: -0.02em;}
.point .box > p{font-size: 24px; line-height: 32px; letter-spacing: -1.2px; font-weight: 400; color: #333;}
.point .box > p span{font-weight: 500;}
.point .box .img_cont{display: flex; gap: 40px;}
.point .box:nth-child(3) .img_cont{flex-direction: column; align-items: center;}
.point .box:nth-child(3) .img_cont .img_wrap{width: 849px}


.img_wrap { display: inline-flex; flex-direction: column; width: 566px;}
.img_wrap p { background: #333; padding: 0 15px; height: 40px; line-height: 40px; font-size: 20px; color: #fff !important; text-align: center;}
.img_wrap .date{display: flex; background: #7C7C7F; padding: 0; height: auto;}
.img_wrap .date span{flex-basis: 0; flex-grow: 1; font-size: 20px; line-height: 30px; color: #fff; letter-spacing: -0.05em; font-weight: 400;}
.img_wrap .date span:last-child{background: #82C5DC;}
.img_wrap .img { position: relative;}
.img_wrap .img img { display: block; width: 100%;}
.img_wrap .img:before {content: 'Before'; display: block; position: absolute; top: 0; left: 0; color: #fff; font-weight: 300; line-height: 36px; width: 70px; height: 36px; background: #7C7C7F; font-size: 18px; text-align: center;}
.img_wrap .img:after {content: 'After'; display: block; position: absolute; top: 50%; left: 0; color: #fff; font-weight: 300; line-height: 36px; width: 70px; height: 36px; background: #82C5DC; font-size: 18px; text-align: center;}
.img_wrap.left .img:after {top: 0; left: 50%;}
.img_wrap .img.left {display: flex;}
.img_wrap .img.left img{width: 50%;}
.img_wrap .img.no_sticker:before, .img_wrap .img.no_sticker:after{display: none;}


.main_ban{display: flex; flex-direction: column; padding-top: 120px;}
.main_ban .top{height: 710px; background: url('../img/main_bg.jpg') no-repeat center; display: flex; justify-content: center; align-items: center; text-align: center;}
.main_ban .top .container{display: flex; width: 1142px; padding: 100px 0px; flex-direction: column; justify-content: center; align-items: center; gap: 60px; border-radius: 50px; background: rgba(255, 255, 255, 0.80); box-shadow: 2px 2px 30px 0px rgba(0,0,0,0.1);}
.main_ban .top .title{ display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 30px;}
.main_ban .top .title .name{color: #333; font-size: 24px; font-weight: 400; line-height: 34px;}
.main_ban .top .title h5{width: 505px; background: linear-gradient(90deg, #DEF6F8 0.1%, #D0EBFF 100.1%); font-size: 26px; line-height: 34px;}
.main_ban .top .title h5 strong{font-weight: 700}
.main_ban .top .title h2{font-size: 50px; font-weight: 700; line-height: 60px;}
.main_ban .top .title h2 .gra{background-clip: text !important; -webkit-background-clip: text;color: transparent; background: linear-gradient(90deg, #7FCBD0 33.87%, #84BFE7 98.17%); }
.main_ban .top .title h2 p{font-size: 30px; line-height: 34px; font-weight: 400; margin: 10px 0 0 0;}
.main_ban .top .container .des{font-size: 24px; font-weight: 400; line-height: 35px;}
.main_ban .top .container .des strong{font-weight: 700; color: #7FCBD0; padding: 0 5px;}
.main_ban .bottom{position: relative; overflow: hidden; display: flex; justify-content: center;}
.main_ban .bottom ul{position: absolute; display: flex; justify-content: center; gap: 10px; width: 100%;}
.main_ban .bottom li{display: flex; padding: 10px; border-radius: 20px; justify-content: center; align-items: center; font-size: 24px; font-weight: 500; color: #fff;}
.main_ban .bottom li:nth-child(1){background: #81C7D9;}
.main_ban .bottom li:nth-child(2){background: #82C5DD;}
.main_ban .bottom li:nth-child(3){background: #83C3E0;}
.main_ban .bottom li:nth-child(4){background: #84C1E5;}
.main_ban .bottom li:nth-child(5){background: #85C0E8;}

.check_point{background-color: #F4F5F9; display: flex; flex-direction: column; padding: 80px 0; gap: 80px;}
.check_point .title{display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center;}
.check_point .title .sub_title{font-size: 25px;font-weight: 300; line-height: 46px;}
.check_point .title h2{font-size: 46px;font-weight: 700; line-height: 46px;}
.check_point .title h3{font-size: 46px;font-weight: 700; line-height: 46px; color: #7FCBD0;}
.check_point .swiper-container{display: flex; flex-direction: column; gap: 30px; padding: 0 200px}
.check_point .container .swiper-slide{width: 566px !important;  position: relative; display: flex; flex-direction: column;}
.check_point .container .swiper-slide img{width: 100%;}
.check_point .container .swiper-slide .point{width: 130px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(51, 51, 51, 0.50); font-size: 20px; font-weight: 500; color: #fff; position: absolute; left: 0; top: 0;}
.check_point .container .swiper-slide p{display: flex; height: 36px; background-color: #82C5DC; align-items: center; justify-content: center; color: #fff; font-size: 18px;}
.swiper-container-horizontal>.swiper-scrollbar{ position: relative; width: 1100px; margin: 0 auto; height: 8px; background-color: transparent;}
.swiper-container-horizontal>.swiper-scrollbar:after{content: ''; display: block; width: 100%; height: 3px; background-color: #d9d9d9; position: absolute; left: 0; top: 2.5px; border-radius: 10px;z-index: 1;}
.swiper-scrollbar-drag{height: 8px; background-color: #BDBDBD; z-index: 10;}

.category{display: flex; flex-direction: column; padding: 140px 0 60px; gap: 150px; width: 1300px; margin: 0 auto;}
.category section{display: flex; flex-direction: column; gap: 60px; text-align: center; align-items: center}
.category .section_title{display: flex; flex-direction: column; gap: 20px;}
.category .section_title .circle_wrap{display: flex; gap: 20px; justify-content: center}
.category .section_title .circle_wrap span{display: flex; width: 210px; height: 48px; align-items: center; justify-content: center; border-radius: 24px; border: 1px solid #80C3EC; color: #80C3EC; font-size: 24px; font-weight: 400;}
.category .section_title h2{font-size: 45px; line-height: 45px; font-weight: 700;}
.category .summary{display: flex; flex-direction: column; gap: 60px; align-items: center;}
.category .img_cont{display: flex; flex-wrap: wrap; justify-content: center; gap: 40px;}
.category .img_wrap{ display: flex; flex-direction: column;}
.category .img_wrap p{background: #333; height: 36px; line-height: 36px; font-size: 18px; color: #fff; text-align: center !important;}
.category .img_wrap .img{position: relative;}
.category .img_wrap .img.flex{display: flex;}
.category .img_wrap .img img{display: block; width: 100%;}
.category .img_wrap .img:before{content: 'Before'; display: block; position: absolute; top: 0; left: 0; color: #fff; font-weight: 300; line-height: 36px; width: 70px; height: 36px; background: #7C7C7F; font-size: 18px; text-align: center;}
.category .img_wrap .img:after{content: 'After'; display: block; position: absolute; top: 50%; left: 0; color: #fff; font-weight: 300; line-height: 36px; width: 70px; height: 36px; background: #82C5DC; font-size: 18px; text-align: center;}
.category .img_wrap.left .img{display: flex; gap: 0 !important;}
.category .img_wrap.left .img img{width: 50%;}
.category .img_wrap .img.left:after{top: 0; left: 50%;}
.category .img_wrap.progress{width: 822px;}
.category .img_wrap.progress .img{display: flex;}
.category .img_wrap.progress .img:before, .category .img_wrap.progress .img:after{display: none}
.category .img_wrap.progress .img > div{display: flex; flex-direction: column;}
.category .img_wrap.progress .img > div span{height: 30px; background: #7c7c7f; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: 400}
.category .img_wrap.progress .img > div:last-child span{background: #82C5DC}
.category .note{text-align: center; font-size: 24px; line-height: 32px; }
.category .note .point{font-weight: 700; padding: 0 5px; position: relative;display: inline-block; line-height: 28px; z-index: 1;}
.category .note .point:before{content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #DAF1FB; z-index: -1;}
.category .note strong{font-weight: 700}

.category .ctg1 .summary .number{display: flex; flex-direction: column; gap: 20px; align-items: center}
.category .ctg1 .summary .number span{width: 65px; height: 65px; border-radius: 100%; background: #7AA3BB; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 700}
.category .ctg1 .summary .number strong{font-size: 30px; line-height: 30px; font-weight: 500;}
.category .ctg1 .summary .top{display: flex; flex-direction: column; gap: 30px;}
.category .ctg1 .summary .img{display: flex; gap: 43px}

.category .ctg1 .summary .bna{display: flex; align-items: center; gap: 0 30px;}
.category .ctg1 .summary .bna .box{width: 360px; height: 110px; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 22px; line-height: 22px;}
.category .ctg1 .summary .bna .box:first-child{background: #F4F7FB; border: 1px solid #D7E0ED;}
.category .ctg1 .summary .bna .box:last-child{background: #D8EAF9; border: 1px solid #A9CBE8;}

.category .ctg2 .img_cont{flex-direction: column; flex-wrap: nowrap; align-items: center; gap: 40px}

.category .ctg3 .summary{padding: 30px; display: flex; flex-direction: column; gap: 20px; align-items: center}
.category .ctg3 .summary .table{display: flex; flex-direction: column; border-top: 2px solid #A9CBE8; border-bottom: 2px solid #A9CBE8; width: 1040px;}
.category .ctg3 .summary .table li{display: flex}
.category .ctg3 .summary .table p{flex-grow: 1; flex-basis: 0; font-size: 22px; line-height: 27px; display: flex; align-items: center; justify-content: center; padding: 20px 0; border-bottom: 1px solid #fff;}
.category .ctg3 .summary .table p:first-child{background: #E9F0F5}
.category .ctg3 .summary .table p:last-child{background: #D8EAF9; font-weight: 500}
.category .ctg3 .summary .table strong{width: 168px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; border-bottom: 1px solid #eaeaea;}
.category .ctg3 .summary .table li:last-child *{border-bottom: none;}
.category .ctg3 .summary .check{display: flex; gap: 20px;}
.category .ctg3 .summary .check li{font-size: 20px; line-height: 20px; font-weight: 500; display: flex; gap: 8px; color: #333}
.category .ctg3 .summary .check li:before{content: '✓'; color: #82C5DC; font-weight: 700;}

.category .ctg4 .note{padding: 30px 0;}
.category .ctg4 .summary{display: flex; gap: 35px; align-items: center; flex-direction: row}
.category .ctg4 .summary .before, .category .ctg4 .summary .after{display: flex; flex-direction: column; gap: 35px; width: 500px;}
.category .ctg4 .summary h6{font-size: 35px; line-height: 35px; font-weight: 700; color: #686868}
.category .ctg4 .summary h6 strong{font-size: 48px; line-height: 55px;}
.category .ctg4 .summary .box{display: flex; flex-direction: column;}
.category .ctg4 .summary .box p{height: 36px; display: flex; align-items: center; justify-content: center; color: #fff; background: #7c7c7f; font-size: 18px;}
.category .ctg4 .summary .box ul{display: flex; flex-wrap: wrap;}
.category .ctg4 .summary .box li{position: relative; display: flex}
.category .ctg4 .summary .box li span{position: absolute; left: 0; top: 0; background: rgba(124, 124, 127, 0.50); color: #fff; font-size: 18px; font-weight: 700; width: 50px; display: flex; align-items: center; justify-content: center; height: 36px;}
.category .ctg4 .summary .after h6{background-clip: text !important; -webkit-background-clip: text;color: transparent; background: linear-gradient(90deg, #8BB9DF 0.12%, #8C98FF 100.12%);}
.category .ctg4 .summary .after .box p{background: #82C5DC}
.category .ctg4 .summary .after .box li span{background: rgba(130, 197, 220, 0.50);}
.category .ctg4 .summary .vs{font-size: 70px; font-weight: 900; background: linear-gradient(90deg, #B0DBFF -0.01%, #C4F5F9 99.99%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

