@charset "utf-8";

@font-face {
  font-family: 'Phosb';
  src: url('/img/assets/font/Phosb.woff2') format('woff2'),
  url('/img/assets/font/Phosb.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cafe24Dangdanghae';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, div, ul, li, span, b, strong {word-break: keep-all;}
img {max-width: 100%;}
.blue {color: #009be9;}
.gray-txt {
  font-size: 30px;
  color: #777;
  text-decoration: underline;
  font-weight: bold;
}
.en {
  font-family: 'Phosb', sans-serif;
  font-size: 30px;
  color: #009be9;
}
.desc {
  font-size: 22px;
  line-height: 1.5;
}
.note {
  font-size: 18px;
  margin-top: 15px;
}
.more-btn {
  border: 1px solid #009be9;
  background: #009be9;
  width: fit-content;
  min-width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  transition: all .2s;
}
.more-btn b {
  font-size: 18px;
  color: #fff;
}
.more-btn:hover {background: #fff;}
.more-btn:hover b {color: #009be9;}
.more-btn:hover svg polyline,
.more-btn:hover svg line {stroke: #009be9;}
.admin-btn {
  font-size: 20px;
  font-weight: bold;
  color: #009be9;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.admin-btn.left {text-align: left;}
.video-wrap .video {position: relative;}
.video-wrap .video video {
  width: 100%;
  position: relative;
  z-index: 1;
}
.video-wrap .video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  cursor: pointer;
}
.slider-controls > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  z-index: 1;
  cursor: pointer;
}
.slider-controls .prev-btn {left: 60px;}
.slider-controls .prev-btn svg {transform: scaleX(-1)}
.slider-controls .next-btn {right: 60px;}
@media all and (max-width: 1440px) {
  .desc {font-size: 20px;}
}
@media all and (max-width: 767px) {
  .en {font-size: 18px;}
  .desc {font-size: 16px;}
  .gray-txt {font-size: 20px;}
  .note {
    font-size: 14px;
    margin-top: 12px;
  }
  .more-btn {
    height: 50px;
    padding: 0 20px;
    min-width: 180px;
  }
  .more-btn b {font-size: 16px;}
  .slider-controls > div {
    width: 40px;
    height: 40px;
  }
  .slider-controls .prev-btn {left: -20px;}
  .slider-controls .next-btn {right: -20px;}
  .video-wrap .video .play-btn img {width: 50px;}
}

/*main*/
.main section {
  position: relative;
  padding: 150px 0;
}
.main .title {margin-bottom: 80px;}
.main .title .en {margin-bottom: 25px;}
.main .title h2 {
  font-size: 60px;
  line-height: 1.3;
}
.main .title h2 span {color: #009be9;}
.main .hero {
  background: url(/img/assets/main_hero_bg.jpg) center / cover no-repeat;
  padding: 0;
  height: 750px;
  overflow: hidden;
}
.main .hero .txt {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: calc((100% - 1400px)/2);
  z-index: 1;
}
.main .hero .txt p {
  font-size: 24px;
  line-height: 1.5;
}
.main .hero .more-btn {margin-top: 80px;}
.main .hero .img {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.main .issue {text-align: center;}
.main .issue .container {position: relative;}
.main .issue .title {
  position: relative;
  margin: 280px 0 150px;
}
.main .issue .title ul li {
  position: absolute;
  background: #eef2f4;
  border-radius: 50px;
  padding: 35px 10px;
  color: #666;
  font-size: 26px;
  font-family: 'Cafe24Dangdanghae', sans-serif;
  line-height: 1.5;
  display: inline-block;
}
.main .issue .title ul li::after {
  content: "";
  background: url(/img/assets/bubble_tail.svg) center / cover no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 80px;
}
.main .issue .title ul li.right::after {transform: scaleX(-1)}
.main .issue .title ul li.blue {
  background: #009be9;
  color: #fff;
}
.main .issue .title ul li.blue::after {background: url(/img/assets/bubble_tail_blue.svg) center / cover no-repeat;}
.main .issue .title ul li:nth-child(1) {left: 4%; bottom: 0; width: 30%;}
.main .issue .title ul li:nth-child(2) {left: 11%; bottom: 140%; width: 28%;}
.main .issue .title ul li:nth-child(2)::after {left: auto; right: 80px;}
.main .issue .title ul li:nth-child(3) {left: 45%; bottom: 190%; width: 28%;}
.main .issue .title ul li:nth-child(4) {left: 70%; bottom: 100%; width: 28%;}
.main .issue .title ul li:nth-child(4)::after {left: auto; right: 80px;}
.main .issue .title ul li:nth-child(5) {left: 67%; bottom: -30%; width: 27%;}
.main .issue strong {
  font-size: 42px;
  display: block;
  margin-top: 40px;
}
.main .review {background: url(/img/assets/main_review_bg.jpg) center / cover no-repeat;}
.main .review .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main .review .txt {width: 42%;}
.main .review .title h2 {color: #fff;}
.main .review .video-wrap {
  width: 58%;
  position: relative;
}
.main .review .video-wrap::before {
  content: "";
  background: url(/img/assets/deco_corner.svg) center / cover no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.main .review .video-wrap::after {
  content: "";
  background: #009be9;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.main .advantage .title {
  text-align: center;
  margin-bottom: 130px;
}
.main .advantage .box-wrap {
  background: #fff;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
}
.main .advantage .box-wrap::after {
  content: "";
  background: url(/img/assets/main_advantage_label.png) center / cover no-repeat;
  display: block;
  width: 60px;
  position: absolute;
  top: -23px;
  right: 50px;
  aspect-ratio: 60 / 100;
}
.main .advantage .box-wrap .inner {
  border: 1px solid #ddd;
  padding: 80px;
}
.main .advantage .advantage-list > div {margin-top: 80px;}
.main .advantage .box-title {
  border-bottom: 4px solid #eef2f4;
  padding-bottom: 20px;
  display: flex;
  align-items: start;
  position: relative;
  margin-bottom: 50px;
}
.main .advantage .box-title .number {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #009be9;
}
.main .advantage .box-title .number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  width: 36px;
  height: 4px;
  background: #009be9;
}
.main .advantage .box-title b {
  width: calc(100% - 36px);
  font-size: 30px;
  padding-left: 15px;
  margin-top: -4px;
}
.main .advantage .more-btn {margin-top: 50px;}
.main .advantage .advantage-01 .box {
  background: url(/img/assets/main_advantage_01_img.jpg) center / cover no-repeat;
  padding: 100px 60px;
}
.main .advantage .advantage-01 .box .txt p {
  font-size: 26px;
  color: #515152;
  font-weight: 600;
  margin-top: 30px;
}
.main .advantage .advantage-02 .img {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 50px;
}
.main .advantage .advantage-02 .img > div {margin-right: 80px;}
.main .advantage .advantage-02 .img > div:last-child {margin-right: 0;}
.main .advantage .advantage-02 .img img {
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.main .advantage .advantage-02 .img p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}
.main .advantage .advantage-02 .compare {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.main .advantage .advantage-02 .compare ul {
  width: 16%;
  margin: 0 5px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.main .advantage .advantage-02 .compare ul li {
  font-size: 22px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.main .advantage .advantage-02 .compare ul li:last-child {border-bottom: none;}
.main .advantage .advantage-02 .compare ul:first-child {
  margin-left: 0;
  background: #e9edf2
}
.main .advantage .advantage-02 .compare ul:first-child li {
  background: #e9edf2 !important;
  color: #002548 !important;
  font-weight: bold;
}
.main .advantage .advantage-02 .compare ul:last-child {margin-right: 0;}
.main .advantage .advantage-02 .compare ul li:first-child {
  background: #8f959d;
  color: #fff;
  font-weight: bold;
}
.main .advantage .advantage-02 .compare ul li:nth-child(3) {min-height: 110px;}
.main .advantage .advantage-02 .compare ul.point {
  width: calc(36% - 40px);
  border: 4px solid #002548;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.main .advantage .advantage-02 .compare ul.point li {
  color: #002548;
  font-weight: bold;
  padding: 19px 10px;
}
.main .advantage .advantage-02 .compare ul.point li:first-child {
  background: #002548;
  color: #fff;
}
.main .advantage .advantage-02 .box {
  background: #f5f5f5;
  border-radius: 10px;
  margin-top: 50px;
  padding: 30px;
}
.main .advantage .advantage-02 .box h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.main .advantage .advantage-02 .box h4 span {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #002548;
}
.main .advantage .advantage-02 .box h4 b {
  font-size: 22px;
  padding-left: 12px;
  width: calc(100% - 28px);
  font-weight: bold;
}
.main .advantage .advantage-02 .box ul {
  display: flex;
  flex-wrap: wrap;
}
.main .advantage .advantage-02 .box ul li {
  width: calc((69% - 80px)/4);
  margin-right: 20px;
}
.main .advantage .advantage-02 .box ul li:last-child {
  width: 31%;
  margin-right: 0;
}
.main .advantage .advantage-02 .box ul li img {border: 1px solid #ddd;}
.main .advantage .advantage-02 .box ul li p {
  text-align: center;
  font-size: 20px;
  color: #444;
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.main .advantage .advantage-03 .activities-slider {margin-bottom: 50px;}
.main .advantage .advantage-03 .activities-slider .swiper-slide {
  max-width: 600px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.main .advantage .advantage-03 .activities-slider .swiper-slide-active {transform: scale(1)}
.main .advantage .advantage-03 .activities-slider .slider-controls > div {top: 45%;}
.main .advantage .advantage-03 .activities-slider .slider-controls .prev-btn {left: calc(((100% - 600px)/2) - 30px);}
.main .advantage .advantage-03 .activities-slider .slider-controls .next-btn {right: calc(((100% - 600px)/2) - 30px);}
.main .advantage .advantage-03 .activities-slider .video-wrap {
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  width: 100%;
}
.main .advantage .advantage-03 .activities-slider .video-wrap .video {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.main .advantage .advantage-03 .activities-slider .video-wrap .video iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .advantage .advantage-03 .activities-slider .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  aspect-ratio: 600 / 341;
}
.main .advantage .advantage-03 .activities-slider p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.main .advantage .advantage-03 .activities-slider p {
  font-size: 20px;
  color: #444;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.main .advantage .advantage-04 .img img:last-child {margin-right: 0;}
.main .advantage .advantage-04 .img {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 50px;
}
.main .advantage .advantage-04 .img > div {margin-right: 50px;}
.main .advantage .advantage-04 .img > div:last-child {margin-right: 0;}
.main .advantage .advantage-04 .img img {
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.main .advantage .advantage-04 .img p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}
.main .advantage .advantage-05 .box-content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.main .advantage .advantage-05 .txt {
  width: 50%;
  padding-right: 30px;
}
.main .advantage .advantage-05 .img {
  width: 50%;
  text-align: right;
}
.main .advantage .advantage-06 .img {text-align: center;}
.main .advantage .advantage-06 .img .arrow {margin: 50px 0 30px;}
.main .advantage .advantage-06 .img p {
  font-size: 30px;
  font-weight: bold;
}
.main .advantage .advantage-07 .box-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main .advantage .advantage-07 .box-content .txt {
  width: 50%;
  padding-right: 50px;
}
.main .advantage .advantage-07 .box-content .txt h4 {
  font-size: 26px;
  margin-bottom: 30px;
}
.main .advantage .advantage-07 .box-content .img {
  width: 50%;
  height: 300px;
  background: url(/img/assets/main_advantage_07_bg.jpg) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .column {
  background: url(/img/assets/main_columns_bg.jpg) center / cover no-repeat;
  background-attachment: fixed;
}
.main .column .title {text-align: center;}
.main .column .column-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.main .column .column-list li {
  width: 33.33%;
  padding: 0 60px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.main .column .column-list li:first-child {padding-left: 0;}
.main .column .column-list li:last-child {
  padding-right: 0;
  border-right: none;
}
.main .column .column-list li a {display: block;}
.main .column .column-list li .img {
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 386 / 280;
  position: relative;
  overflow: hidden;
}
.main .column .column-list li .img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 155, 233, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .2s;
  text-align: center;
}
.main .column .column-list li .img .hover .circle {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto;
}
.main .column .column-list li .img .hover p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.main .column .column-list li:hover .img .hover {opacity: 1;}

.main .column .column-list li .subject {
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 25px;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
}
.main .column .column-list li .content {
  font-size: 18px;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}
.main .sns .container {
  display: flex;
  flex-wrap: wrap;
}
.main .sns .container > div {
  width: calc((100% - 30px)/2);
  margin-right: 30px;
}
.main .sns .container > div:last-child {margin-right: 0;}
.main .sns h4 {
  display: flex;
  align-items: start;
  margin-bottom: 25px;
}
.main .sns h4 b {
  font-size: 36px;
  font-weight: bold;
  padding-left: 15px;
  margin-top: -8px;
}
.main .sns ul {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sns ul li {margin-right: 50px;}
.main .sns ul li:last-child {margin-right: 0;}
.main .sns ul li a {display: block;}
.main .sns ul li .ico {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.main .sns ul li a:hover .ico {opacity: 0.8;}
.main .sns ul li p {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  text-align: center;
  margin-top: 15px;
}
.main .sns .container > div:first-child h4 img {width: 33px;}
.main .sns .container > div:first-child h4 b {width: calc(100% - 33px);}
.main .sns .container > div:last-child h4 img {width: 44px;}
.main .sns .container > div:last-child h4 b {width: calc(100% - 44px);}
.main .sns .container > div:first-child ul li .ico {background: #03c75a;}
.main .sns .container > div:last-child ul li:first-child .ico {background: url(/img/assets/instagram_bg.png) center / cover no-repeat;}
.main .sns .container > div:last-child ul li:nth-child(2) .ico {background: #3b5997;}
.main .sns .container > div:last-child ul li:nth-child(3) .ico {background: #ff0000;}
.main .contact {background: url(/img/assets/main_contact_bg.jpg) center / cover no-repeat;}
.main .contact .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main .contact .txt {
  width: 41%;
  color: #fff;
  padding-right: 30px;
}
.main .contact .title {margin-bottom: 60px;}
.main .contact ul {
  width: 59%;
  display: flex;
  flex-wrap: wrap;
}
.main .contact ul li {
  flex: 1;
  margin-right: 20px;
}
.main .contact ul li:last-child {margin-right: 0;}
.main .contact ul li a {
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  position: relative;
  min-height: 300px;
}
.main .contact ul li h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.main .contact ul li p {
  display: flex;
  align-items: center;
}
.main .contact ul li p b {
  font-size: 18px;
  color: #666;
}
.main .contact ul li p svg {
  margin-left: 7px;
  transition: all .2s;
}
.main .contact ul li .ico {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.main .contact ul li a:hover p svg {margin-left: 12px;}
@media all and (max-width: 1440px) {
  .main .title {margin-bottom: 60px;}
  .main .title h2 {font-size: 55px;}
  .main .hero {height: 700px;}
  .main .hero .txt {left: 80px;}
  .main .hero .img {
    right: 0;
    max-width: 60%;
  }
  .main .issue .title ul li:nth-child(1) {left: 0;}
  .main .issue .title ul li:nth-child(2) {left: 8%;}
  .main .issue .title ul li:nth-child(3) {left: 42%;}
  .main .advantage .advantage-02 .box ul li p {font-size: 17px;}
  .main .sns h4 b {font-size: 30px;}
}
@media all and (max-width: 1024px) {
  .main .title {
    text-align: center;
    margin-bottom: 50px;
  }
  .main .more-btn {margin: 0 auto;}
  .main .hero {
    height: auto;
    padding: 100px 0 0;
    text-align: center;
  }
  .main .hero .txt {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .main .hero .img {
    position: static;
    max-width: 100%;
  }
  .main .hero .more-btn {margin: 50px auto;}
  .main .issue .title ul li {
    padding: 20px 10px;
    font-size: 24px;
    border-radius: 30px;
  }
  .main .issue .title ul li:nth-child(1) {width: 25%;}
  .main .issue .title ul li:nth-child(4) {
    left: auto;
    right: 0;
  }
  .main .issue .title ul li:nth-child(5) {
    left: auto;
    right: 0;
    width: 24%;
  }
  .main .review .txt {
    width: 100%;
    margin-bottom: 50px;
  }
  .main .review .video-wrap {width: 100%;}
  .main .advantage .box-wrap .inner {padding: 40px;}
  .main .advantage .advantage-01 .box {
    background: url(/img/assets/main_advantage_01_img_m.jpg) center bottom / contain no-repeat;
    background-color: #eee;
    height: 600px;
    padding: 60px;
  }
  .main .advantage .advantage-01 .box .txt p {margin-top: 20px;}
  .main .advantage .advantage-02 .compare ul li:nth-child(2) {min-height: 103px;}
  .main .advantage .advantage-02 .compare ul li:nth-child(3) {min-height: 132px;}
  .main .advantage .advantage-04 .img > div {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
  }
  .main .advantage .advantage-05 .txt {
    width: 100%;
    padding: 50px 0 0;
    order: 2;
  }
  .main .advantage .advantage-05 .img {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .main .advantage .advantage-07 .box-content .txt {
    width: 100%;
    padding: 50px 0 0;
    order: 2;
  }
  .main .advantage .advantage-07 .box-content .img {
    width: 100%;
    order: 1;
  }
  .main .column .column-list li {padding: 0 30px;}
  .main .sns .container > div {
    width: 100%;
    margin: 0 0 50px;
  }
  .main .sns .container > div:last-child {margin-bottom: 0;}
  .main .contact .txt {
    width: 100%;
    padding: 0 0 50px;
  }
  .main .contact .title {margin-bottom: 50px;}
  .main .contact ul {width: 100%;}
}
@media all and (max-width: 991px) {
  .main .issue strong {font-size: 36px;}
  .main .issue .title ul li:nth-child(1) {width: 20%;}
  .main .advantage .advantage-02 .compare ul li:nth-child(3) {min-height: 163px;}
  .main .advantage .advantage-02 .box ul {margin-bottom: -30px;}
  .main .advantage .advantage-02 .box ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .main .advantage .advantage-02 .box ul li:nth-child(3) {margin-right: 0;}
  .main .advantage .advantage-02 .box ul li:last-child {
    width: calc((((100% - 40px) / 3) * 2) + 20px);
    margin-right: 0;
  }
  .main .advantage .advantage-03 .activities-slider .swiper-slide {max-width: 450px;}
  .main .advantage .advantage-03 .activities-slider .slider-controls .prev-btn {left: 0;}
  .main .advantage .advantage-03 .activities-slider .slider-controls .next-btn {right: 0;}
  .main .contact ul {
    margin-bottom: -20px;
    justify-content: center;
  }
  .main .contact ul li {
    flex: none;
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
  }
  .main .contact ul li:nth-child(2n) {margin-right: 0;}
  .main .contact ul li a {min-height: 200px;}
}
@media all and (max-width: 767px) {
  .main section {padding: 80px 0;}
  .main .title {margin-bottom: 30px;}
  .main .title .en {margin-bottom: 15px;}
  .main .title h2 {font-size: 36px;}
  .main .hero {padding-top: 50px;}
  .main .hero .txt {padding: 0 20px;}
  .main .hero .txt p {font-size: 16px;}
  .main .hero .more-btn {margin: 30px auto;}
  .main .issue .title {margin: 0 0 50px;}
  .main .issue .title ul {margin-top: 30px;}
  .main .issue .title ul li {
    position: relative;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 30px;
  }
  .main .issue .title ul li:last-child {margin-bottom: 0;}
  .main .issue .title ul li::after {
    width: 16px;
    height: 16px;
    bottom: -16px;
  }
  .main .issue strong {
    font-size: 24px;
    margin-top: 20px;
  }
  .main .issue strong img {width: 30px;}
  .main .review .video-wrap::before {content: none;}
  .main .review .video-wrap::after {
    right: -8px;
    bottom: -8px;
  }
  .main .advantage .title {margin-bottom: 80px;}
  .main .advantage .more-btn {margin-top: 30px;}
  .main .advantage .box-wrap {padding: 5px;}
  .main .advantage .box-wrap::after {
    width: 40px;
    right: 20px;
    top: -15px;
  }
  .main .advantage .box-wrap .inner {
    padding: 20px;
    overflow: hidden;
  }
  .main .advantage .advantage-list > div {margin-top: 40px;}
  .main .advantage .box-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .main .advantage .box-title .number {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .main .advantage .box-title .number::after {width: 24px;}
  .main .advantage .box-title b {
    width: calc(100% - 24px);
    font-size: 20px;
    padding-left: 10px;
    margin-top: -2px;
  }
  .main .advantage .advantage-01 .box {
    padding: 30px;
    height: 400px;
  }
  .main .advantage .advantage-01 .box .txt img {width: 40px;}
  .main .advantage .advantage-01 .box .txt p {font-size: 20px;}
  .main .advantage .advantage-02 .img {margin-bottom: 30px;}
  .main .advantage .advantage-02 .img > div {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
  }
  .main .advantage .advantage-02 .img p {
    font-size: 16px;
    margin-top: 15px;
  }
  .main .advantage .advantage-02 .compare {
    margin-top: 30px;
    display: block;
  }
  .main .advantage .advantage-02 .compare ul {
    width: 100%;
    display: flex;
    margin: 0 0 10px;
  }
  .main .advantage .advantage-02 .compare ul:last-child {margin-bottom: 0;}
  .main .advantage .advantage-02 .compare ul li {
    font-size: 15px;
    padding: 10px !important;
    border-bottom: none;
    border-right: 1px solid rgba(0,0,0,0.1);
    width: 25%;
    min-height: auto !important;
  }
  .main .advantage .advantage-02 .compare ul li:last-child {border-right: none;}
  .main .advantage .advantage-02 .compare ul.point {width: 100%;}
  .main .advantage .advantage-02 .box {
    margin-top: 30px;
    padding: 20px;
  }
  .main .advantage .advantage-02 .box h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .main .advantage .advantage-02 .box h4 span {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .main .advantage .advantage-02 .box h4 b {
    width: calc(100% - 24px);
    font-size: 16px;
    padding-left: 10px;
  }
  .main .advantage .advantage-02 .box ul {margin-bottom: 0;}
  .main .advantage .advantage-02 .box ul li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .main .advantage .advantage-02 .box ul li:nth-child(2n) {margin-right: 0;}
  .main .advantage .advantage-02 .box ul li:nth-child(3) {margin-right: 15px;}
  .main .advantage .advantage-02 .box ul li:last-child {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .main .advantage .advantage-02 .box ul li img {
    display: block;
    margin: 0 auto;
  }
  .main .advantage .advantage-02 .box ul li p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main .advantage .advantage-03 .activities-slider {
    overflow: visible;
    margin-bottom: 20px;
  }
  .main .advantage .advantage-03 .activities-slider .swiper-slide {transform: scale(1)}
  .main .advantage .advantage-03 .activities-slider p {
    font-size: 16px;
    margin-top: 15px;
  }
  .main .advantage .advantage-03 .activities-slider .slider-controls > div {top: 40%;}
  .main .advantage .advantage-03 .activities-slider .slider-controls .prev-btn {left: -20px;}
  .main .advantage .advantage-03 .activities-slider .slider-controls .next-btn {right: -20px;}
  .main .advantage .advantage-04 .img {margin-bottom: 20px;}
  .main .advantage .advantage-04 .img > div {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
  }
  .main .advantage .advantage-04 .img p {
    font-size: 16px;
    margin-top: 15px;
  }
  .main .advantage .advantage-05 .txt {padding-top: 30px;}
  .main .advantage .advantage-06 .img .arrow {
    margin: 20px 0;
    max-width: 180px;
  }
  .main .advantage .advantage-06 .img p {font-size: 20px;}
  .main .advantage .advantage-07 .box-content .img {height: 150px;}
  .main .advantage .advantage-07 .box-content .img img {max-width: 150px;}
  .main .advantage .advantage-07 .box-content .txt {padding-top: 20px;}
  .main .advantage .advantage-07 .box-content .txt h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main .column .column-list {margin-bottom: 30px;}
  .main .column .column-list li {
    width: 100%;
    padding: 30px 0;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .main .column .column-list li:first-child {padding-top: 0;}
  .main .column .column-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .main .column .column-list li .subject {
    font-size: 20px;
    margin: 20px 0 15px;
  }
  .main .column .column-list li .content {font-size: 16px;}
  .main .sns h4 {margin-bottom: 15px;}
  .main .sns h4 b {
    font-size: 20px;
    margin-top: -4px;
    padding-left: 10px;
  }
  .main .sns .container > div {margin-bottom: 30px;}
  .main .sns .container > div:first-child h4 img {width: 24px;}
  .main .sns .container > div:first-child h4 b {width: calc(100% - 24px)}
  .main .sns .container > div:last-child h4 img {width: 34px;}
  .main .sns .container > div:last-child h4 b {width: calc(100% - 34px)}
  .main .sns ul {padding: 20px;}
  .main .sns ul li {margin-right: 20px;}
  .main .sns ul li .ico {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .main .sns ul li .ico img {
    max-width: 32px;
    max-height: 24px;
  }
  .main .sns ul li p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main .contact .title {margin-bottom: 30px;}
  .main .contact ul {margin-bottom: -10px;}
  .main .contact ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main .contact ul li a {
    padding: 20px;
    min-height: 180px;
  }
  .main .contact ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main .contact ul li p b {font-size: 14px;}
  .main .contact ul li .ico {
    right: 20px;
    bottom: 20px;
    max-width: 50px;
    max-height: 50px;
  }
}
@media all and (max-width: 480px) {
  .main .advantage .advantage-01 .box {
    padding: 30px 30px 180px;
    height: auto;
  }
}

/*sub*/
.sub section {padding-bottom: 150px;}
.sub section:last-child {padding-bottom: 0;}
.sub .title {margin-bottom: 80px;}
.sub .title .en {margin-bottom: 20px;}
.sub .title h3 {
  font-size: 60px;
  margin-top: 10px;
  line-height: 1.3;
}
.sub .title h3 span {font-weight: normal;}
@media all and (max-width: 1024px) {
  .sub .title {margin-bottom: 50px;}
}
@media all and (max-width: 767px) {
  .sub section {padding-bottom: 60px;}
  .sub .title {margin-bottom: 30px;}
  .sub .title .en {margin-bottom: 10px;}
  .sub .title h3 {font-size: 30px;}
}

/*귀한보청기 소개*/
.sub-company .greeting .top {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 100px;
}
.sub-company .greeting .top .title {width: 28%;}
.sub-company .greeting .top .desc {width: 72%;}
.sub-company .greeting .bottom h4 {
  display: flex;
  align-items: center;
  width: fit-content;
  background: #009be9;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 30px;
}
.sub-company .greeting .bottom h4 span {
  font-weight: normal;
  font-size: 22px;
  padding-left: 10px;
  font-style: italic;
}
.sub-company .greeting .bottom .box {
  background: url(/img/assets/company_box_bg.jpg) center / cover no-repeat;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-company .greeting .bottom .box .img {
  width: 24%;
  text-align: center;
  padding: 0 30px;
}
.sub-company .greeting .bottom .box .img img {max-width: 200px;}
.sub-company .greeting .bottom .box .desc {
  width: 76%;
  border-left: 1px solid rgba(0,0,0,0.1);
  padding: 30px 60px;
}
.sub-company .specialists .tab-menu {
  display: flex;
  flex-wrap: wrap;
}
.sub-company .specialists .tab-menu li {
  background: #eeeff3;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  font-size: 24px;
  color: #888a91;
  font-weight: bold;
  text-align: center;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  transition: all .2s;
  cursor: pointer;
}
.sub-company .specialists .tab-menu li:hover {color: #009be9;}
.sub-company .specialists .tab-menu li.active {
  background: #009be9;
  color: #fff;
}
.sub-company .specialists .tab-content {
  background: #fff;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.sub-company .specialists .tab-content .inner {
  border: 1px solid #ddd;
  padding: 70px;
}
.sub-company .specialists .tab-content .inner > div {display: none;}
.sub-company .specialists .tab-content .inner > div.active {display: block;}
.sub-company .specialists .tab-content .profile .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
}
.sub-company .specialists .tab-content .profile .name {
  background: url(/img/assets/company_specialists_name_bar.jpg) center / cover no-repeat;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.sub-company .specialists .tab-content .profile .name b {
  font-size: 40px;
  color: #fff;
}
.sub-company .specialists .tab-content .profile .name span {
  font-size: 20px;
  color: #fff;
  background: #009be9;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  font-weight: bold;
  margin-left: 15px;
}
.sub-company .specialists .tab-content .profile .name img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 52px;
}
.sub-company .specialists .tab-content .profile-list > li {
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.sub-company .specialists .tab-content .profile-list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sub-company .specialists .tab-content .profile-list > li h4 {
  width: 19%;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.sub-company .specialists .tab-content .profile-list > li h4 span {
  font-size: 24px;
  padding-left: 15px;
}
.sub-company .specialists .tab-content .profile-list > li .content-list {width: 81%;}
.sub-company .specialists .tab-content .profile-list > li .content-list li {
  display: flex;
  align-items: start;
}
.sub-company .specialists .tab-content .profile-list > li .content-list li::before {
  content: "";
  background: #82888e;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-top: 12px;
}
.sub-company .specialists .tab-content .profile-list > li .content-list li .desc {
  width: calc(100% - 6px);
  padding-left: 10px;
}
@media all and (max-width: 1024px) {
  .sub-company .greeting .top .title,
  .sub-company .greeting .top .desc {width: 100%;}
}
@media all and (max-width: 991px) {
  .sub-company .greeting .bottom .box {padding: 50px;}
  .sub-company .greeting .bottom .box .img {
    width: 100%;
    padding: 0 0 30px;
  }
  .sub-company .greeting .bottom .box .desc {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 30px 0 0;
  }
  .sub-company .specialists .tab-content .inner {padding: 40px;}
}
@media all and (max-width: 767px) {
  .sub-company .greeting .top {margin-bottom: 30px;}
  .sub-company .greeting .bottom h4 {
    display: block;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  .sub-company .greeting .bottom h4 span {
    display: block;
    font-size: 14px;
    padding: 5px 0 0;
  }
  .sub-company .greeting .bottom .box {padding: 30px 20px;}
  .sub-company .greeting .bottom .box .img {padding-bottom: 20px;}
  .sub-company .greeting .bottom .box .img img {
    max-width: 150px;
    margin: 0 auto;
  }
  .sub-company .greeting .bottom .box .desc {padding-top: 20px;}
  .sub-company .specialists .tab-menu {margin-bottom: 10px;}
  .sub-company .specialists .tab-menu li {
    font-size: 16px;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .sub-company .specialists .tab-content {padding: 5px;}
  .sub-company .specialists .tab-content .inner {padding: 20px;}
  .sub-company .specialists .tab-content .profile .img {height: 200px;}
  .sub-company .specialists .tab-content .profile .name {padding: 10px 15px;}
  .sub-company .specialists .tab-content .profile .name b {font-size: 24px;}
  .sub-company .specialists .tab-content .profile .name span {
    font-size: 15px;
    padding: 3px 4px;
    margin-left: 10px;
  }
  .sub-company .specialists .tab-content .profile .name img {
    right: 15px;
    width: auto;
    height: 30px;
  }
  .sub-company .specialists .tab-content .profile-list > li {padding: 20px 0;}
  .sub-company .specialists .tab-content .profile-list > li h4 {
    width: 100%;
    padding: 0 0 10px;
  }
  .sub-company .specialists .tab-content .profile-list > li h4 img {
    max-width: 30px;
    max-height: 25px;
  }
  .sub-company .specialists .tab-content .profile-list > li h4 span {
    font-size: 18px;
    padding-left: 10px;
  }
  .sub-company .specialists .tab-content .profile-list > li .content-list li::before {
    width: 4px;
    height: 4px;
    margin-top: 9px;
  }
  .sub-company .specialists .tab-content .profile-list > li .content-list li .desc {
    width: calc(100% - 4px);
    padding-left: 6px;
  }
}

/*고객 후기*/
.sub-review .title {margin-bottom: 150px;}
.sub-review .title .desc {margin-top: 30px;}
.sub-review .content > div {margin-bottom: 150px;}
.sub-review .content > div:last-child {margin-bottom: 0;}
.sub-review .content h4 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.sub-review .content h4 span {
  font-size: 42px;
  padding-left: 20px;
}
.sub-review .content .board-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.sub-review .content .board-list li {
  width: calc((100% - 80px)/3);
  margin-right: 40px;
  margin-bottom: 50px;
  cursor: pointer;
}
.sub-review .content .board-list li:nth-child(3n) {margin-right: 0;}
.sub-review .content .board-list .img {
  border-radius: 10px;
  overflow: hidden;

}
.sub-review .content .board-list li > p {
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}
.sub-review .content .video-list .img {
  border: 4px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.sub-review .content .video-list .video-wrap .video {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.sub-review .content .video-list .video-wrap .video iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sub-review .content .photo-list .img {
  position: relative;
  aspect-ratio: 446 / 320;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub-review .content .photo-list .img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 155, 233, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .2s;
  text-align: center;
}
.sub-review .content .photo-list .img .hover .circle {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto;
}
.sub-review .content .photo-list .img .hover p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.sub-review .content .photo-list li:hover .img .hover {opacity: 1;}

.review-modal .modal-dialog {max-width: 900px;}
.review-modal .modal-content {padding: 50px;}
.review-modal .modal-content h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.review-modal .modal-content .btn-close {
  position: absolute;
  background: none;
  border: none;
  top: 50px;
  right: 50px;
}
.review-modal .modal-content > div {font-size: 18px;}
@media all and (max-width: 1024px) {
  .sub-review .title {margin-bottom: 80px;}
  .sub-review .content > div {margin-bottom: 100px;}
  .sub-review .content .board-list {margin-bottom: -40px;}
  .sub-review .content .board-list li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .sub-review .title {margin-bottom: 30px;}
  .sub-review .title .desc {margin-top: 15px;}
  .sub-review .content > div {margin-bottom: 50px;}
  .sub-review .content h4 {margin-bottom: 20px;}
  .sub-review .content h4 img {
    max-width: 30px;
    max-height: 30px;
  }
  .sub-review .content h4 span {
    font-size: 22px;
    padding-left: 10px;
  }
  .sub-review .content .board-list {margin-bottom: -30px;}
  .sub-review .content .board-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sub-review .content .board-list li > p {
    font-size: 16px;
    margin-top: 15px;
  }
  .review-modal .modal-content {padding: 20px;}
  .review-modal .modal-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .review-modal .modal-content .btn-close {
    top: 20px;
    right: 20px;
  }
  .review-modal .modal-content > div {font-size: 16px;}
}

/*우리의 장점*/
.sub-advantage > section {
  padding-top: 120px;
  padding-bottom: 0;
  margin-top: 120px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}
.sub-advantage > section:first-child {
  margin-top: 0;
  border-top: none;
}
.sub-advantage h3 {
  width: 28%;
  padding-right: 50px;
  font-size: 40px;
}
.sub-advantage h3 span {color: #009be9;}
.sub-advantage .content {width: 72%;}
.sub-advantage .content > div {margin-bottom: 50px;}
.sub-advantage .content > div:last-child {margin-bottom: 0;}
.sub-advantage .number-list li {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.sub-advantage .number-list li:last-child {margin-bottom: 0;}
.sub-advantage .number-list li .number {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009be9;
}
.sub-advantage .number-list li .desc {
  width: calc(100% - 30px);
  padding-left: 12px;
  margin-top: -1px;
}
.sub-advantage .video-box {
  background: url(/img/assets/advantage_02_bg_1.jpg) center / cover no-repeat;
  border-radius: 10px;
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
}
.sub-advantage .video-box .swiper-slide {
  max-width: 700px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.sub-advantage .video-box .swiper-slide-active {transform: scale(1)}
.sub-advantage .video-box .slider-controls > div {top: 45%;}
.sub-advantage .video-box .video-wrap {
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  width: 100%;
}
.sub-advantage .video-box .video-wrap .video {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.sub-advantage .video-box .video-wrap .video iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sub-advantage .video-box p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.sub-advantage .photo-box {
  background: url(/img/assets/advantage_02_bg_2.jpg) center / cover no-repeat;
  border-radius: 10px;
  padding: 50px 0;
  position: relative;
}
.sub-advantage .photo-box .swiper-slide {
  max-width: 700px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.sub-advantage .photo-box .swiper-slide-active {transform: scale(1)}
.sub-advantage .photo-box .slider-controls > div {top: 45%;}
.sub-advantage .photo-box .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  aspect-ratio: 700 / 395;
}
.sub-advantage .photo-box p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.sub-advantage .label-box h4 {
  font-size: 22px;
  display: inline-block;
  border-radius: 10px 10px 0 0;
  background: #002548;
  color: #fff;
  padding: 10px 20px;
}
.sub-advantage .label-box .box {
  background: url(/img/assets/advantage_03_bg.jpg) center / cover no-repeat;
  border-radius: 10px;
  padding: 30px;
}
.sub-advantage .certification-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.sub-advantage .certification-list li {
  width: calc((100% - 90px)/4);
  margin-right: 30px;
  margin-bottom: 30px;
}
.sub-advantage .certification-list li:nth-child(4n) {margin-right: 0;}
.sub-advantage .certification-list li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 212 / 296;
}
.sub-advantage .certification-list li .img img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ddd;
}
.sub-advantage .certification-list li p {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin-top: 15px;
  text-align: center;
}
.sub-advantage .gallery-slider {
  margin-top: 50px;
  position: relative;
  transition: height 0.3s ease;
}
.sub-advantage .gallery-slider .swiper-wrapper {overflow: visible;}
.sub-advantage .gallery-slider .swiper-slide {
  max-width: 350px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-advantage .gallery-slider .img img {box-shadow: 0 10px 30px rgba(0,0,0,0.1);}
.sub-advantage .gallery-slider p {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin-top: 15px;
  text-align: center;
}
.sub-advantage .question {
  display: flex;
  align-items: start;
}
.sub-advantage .question .circle {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #002548;
}
.sub-advantage .question p {
  width: calc(100% - 42px);
  padding-left: 15px;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  margin-top: -3px;
}
.sub-advantage .question p span {color: #002548;}
.sub-advantage .answer {
  background: #f0f1f4;
  padding: 20px 30px;
  display: flex;
  align-items: start;
  margin-top: 20px;
}
.sub-advantage .answer img {
  width: 31px;
  margin-top: 7px;
}
.sub-advantage .answer p {
  width: calc(100% - 31px);
  padding-left: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #666;
}
.sub-advantage .answer p span {color: #000;}
.sub-advantage .tab-menu {
  display: flex;
}
.sub-advantage .tab-menu li {
  flex: auto;
  background: #eeeff3;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  font-size: 24px;
  color: #888a91;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  transition: all .2s;
  cursor: pointer;
}
.sub-advantage .tab-menu li:hover {color: #009be9;}
.sub-advantage .tab-menu li.active {
  background: #009be9;
  color: #fff;
}
.sub-advantage .tab-menu li:last-child {margin-right: 0;}
.sub-advantage .tab-content {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px;
}
.sub-advantage .tab-content > div {display: none;}
.sub-advantage .tab-content > div.active {display: block;}
.sub-advantage .tab-content h5 {
  font-size: 26px;
  margin-bottom: 30px;
  display: flex;
  align-items: start;
}
.sub-advantage .tab-content h5::before {
  content: "";
  background: #009be9;
  width: 4px;
  height: 23px;
  display: block;
  margin-top: 6px;
}
.sub-advantage .tab-content h5 b {
  width: calc(100% - 4px);
  padding-left: 12px;
  font-weight: bold;
}
.sub-advantage .tab-content .img {
  background: #f8f8f8;
  position: relative;
}
.sub-advantage .tab-content .img .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42%;
  padding: 20px;
}
.sub-advantage .accordion-wrap .accordion-subject {
  border-bottom: 1px solid #ddd;
  padding: 25px 0 10px;
}
.sub-advantage .accordion-wrap .accordion-subject > div {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.sub-advantage .accordion-wrap .accordion-subject h6 {
  width: calc(100% - 110px);
  padding-right: 30px;
  margin-top: 5px;
  display: flex;
  align-items: start;
}
.sub-advantage .accordion-wrap .accordion-subject h6::before {
  content: "";
  background: #009be9;
  width: 5px;
  height: 5px;
  display: block;
  margin-top: 12px;
}
.sub-advantage .accordion-wrap .accordion-subject h6 b {
  width: calc(100% - 5px);
  padding-left: 10px;
  font-size: 22px;
  font-weight: bold;
}
.sub-advantage .accordion-wrap .accordion-subject h6 span {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.sub-advantage .accordion-wrap .accordion-subject .btn {
  width: 110px;
  height: 36px;
  border: 1px solid #009be9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sub-advantage .accordion-wrap .accordion-subject .btn b {
  font-size: 16px;
  color: #009be9;
  margin-right: 10px;
  font-weight: 600;
}
.sub-advantage .accordion-wrap .accordion-subject .btn img {transition: all .2s;}
.sub-advantage .accordion-wrap .accordion-subject p {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 15px;
}
.sub-advantage .accordion-wrap .accordion-subject.active .btn img {transform: rotate(180deg)}
.sub-advantage .accordion-wrap .accordion-content {
  display: none;
  font-size: 18px;
  color: #666;
  padding: 25px 0 20px;
  line-height: 1.5;
}
.sub-advantage .section-05 .img {text-align: center;}
.sub-advantage .section-05 .img .arrow {margin: 50px 0 30px;}
.sub-advantage .section-05 .img p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sub-advantage .section-06 .top .img {
  background: url(/img/assets/advantage_06_img_1.jpg) center / cover no-repeat;
  aspect-ratio: 1000 / 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.sub-advantage .section-06 .top .img p {
  background: rgba(0,0,0,0.8);
  padding: 2px 10px;
  color: #fff;
  margin: 10px auto;
  font-size: 30px;
  font-weight: bold;
  width: fit-content;
}
.sub-advantage .section-06 .top .img p span {color: #009be9;}
.sub-advantage .section-06 .bottom {margin-top: 80px;}
.sub-advantage .section-06 .bottom h4 {
  display: flex;
  align-items: center;
  font-size: 30px;
}
.sub-advantage .section-06 .bottom h4 img {margin-right: 12px;}
.sub-advantage .section-06 .bottom .click {
  display: flex;
  align-items: start;
  margin: 80px 0 30px;
}
.sub-advantage .section-06 .bottom .click b {
  background: #009be9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 5px 0;
  color: #fff;
  font-size: 20px;
  width: 95px;
}
.sub-advantage .section-06 .bottom .click b img {margin-left: 3px;}
.sub-advantage .section-06 .bottom .click .desc {
  width: calc(100% - 95px);
  padding-left: 12px;
  margin-top: 2px;
}
.sub-advantage .section-06 .bottom .etc {margin-top: 80px;}
.sub-advantage .section-06 .bottom .etc h4 {
  font-size: 26px;
  margin-bottom: 30px;
  display: flex;
  align-items: start;
}
.sub-advantage .section-06 .bottom .etc h4::before {
  content: "";
  background: #009be9;
  width: 4px;
  height: 23px;
  display: block;
  margin-top: 6px;
}
.sub-advantage .section-06 .bottom .etc h4 b {
  width: calc(100% - 4px);
  padding-left: 12px;
  font-weight: bold;
}
.sub-advantage .section-06 .bottom .etc .etc-list > div {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.sub-advantage .section-06 .bottom .etc .etc-list > div:last-child {margin-bottom: 0;}
.sub-advantage .section-06 .bottom .etc .etc-list .img {
  width: 300px;
  border-radius: 10px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.sub-advantage .section-06 .bottom .etc .etc-list .txt {
  width: calc(100% - 300px);
  padding-left: 50px;
  padding-top: 10px;
}
.sub-advantage .section-06 .bottom .etc .etc-list .txt h5 {
  font-size: 24px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.sub-advantage .section-06 .bottom .etc .accordion-subject {padding-top: 15px;}
.sub-advantage .section-06 .bottom .etc .accordion-subject h6 b {font-size: 20px;}
.sub-advantage .section-06 .bottom .etc .accordion-subject h6 span {font-size: 16px;}
.sub-advantage .section-06 .bottom .etc .accordion-content {
  font-size: 16px;
  padding: 15px 0;
}
@media all and (max-width: 1300px) {
  .sub-advantage .certification-list li p {font-size: 18px;}
}
@media all and (max-width: 1024px) {
  .sub-advantage h3 {
    width: 100%;
    padding: 0 0 50px;
  }
  .sub-advantage .content {width: 100%;}
}
@media all and (max-width: 991px) {
  .sub-advantage .tab-menu li {
    font-size: 20px;
    height: auto;
    line-height: 1.2;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-advantage .video-box .swiper-slide,
  .sub-advantage .photo-box .swiper-slide {max-width: 450px;}
  .sub-advantage .certification-list li {width: calc((100% - 60px) / 3);}
  .sub-advantage .certification-list li:nth-child(4n) {margin-right: 30px;}
  .sub-advantage .certification-list li:nth-child(3n) {margin-right: 0;}
  .sub-advantage .section-06 .bottom .etc .etc-list > div {margin-bottom: 50px;}
  .sub-advantage .section-06 .bottom .etc .etc-list .img {
    width: auto;
    margin: 0 auto;
  }
  .sub-advantage .section-06 .bottom .etc .etc-list .txt {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media all and (max-width: 767px) {
  .sub-advantage > section {
    padding-top: 70px;
    margin-top: 70px;
  }
  .sub-advantage .content > div {margin-bottom: 25px;}
  .sub-advantage h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .sub-advantage .number-list li .number {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    font-size: 14px;
  }
  .sub-advantage .number-list li .desc {
    width: calc(100% - 24px);
    padding-left: 10px;
  }
  .sub-advantage .video-box {margin-bottom: 15px;}
  .sub-advantage .video-box,
  .sub-advantage .photo-box {padding: 20px 30px;}
  .sub-advantage .video-box .swiper-slide,
  .sub-advantage .photo-box .swiper-slide {transform: scale(1)}
  .sub-advantage .video-box p,
  .sub-advantage .photo-box p {
    font-size: 16px;
    margin-top: 15px;
  }
  .sub-advantage .video-box .slider-controls .prev-btn,
  .sub-advantage .photo-box .slider-controls .prev-btn {left: 10px;}
  .sub-advantage .video-box .slider-controls .next-btn,
  .sub-advantage .photo-box .slider-controls .next-btn {right: 10px;}
  .sub-advantage .label-box h4 {
    font-size: 16px;
    padding: 6px 12px;
  }
  .sub-advantage .label-box .box {
    padding: 20px;
    overflow: hidden;
  }
  .sub-advantage .certification-list {margin-bottom: -20px;}
  .sub-advantage .certification-list li {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .sub-advantage .certification-list li:nth-child(3n) {margin-right: 20px;}
  .sub-advantage .certification-list li:nth-child(2n) {margin-right: 0;}
  .sub-advantage .certification-list li p {font-size: 15px;}
  .sub-advantage .gallery-slider {overflow: visible;}
  .sub-advantage .gallery-slider .slider-controls > div {top: 45%;}
  .sub-advantage .gallery-slider p {font-size: 16px;}
  .sub-advantage .question .circle {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .sub-advantage .question p {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 18px;
  }
  .sub-advantage .answer {
    padding: 10px 15px;
    margin-top: 12px;
  }
  .sub-advantage .answer img {
    width: 24px;
    margin-top: 5px;
  }
  .sub-advantage .answer p {
    width: calc(100% - 24px);
    padding-left: 8px;
    font-size: 16px;
  }
  .sub-advantage .section-05 .img .arrow {
    margin: 20px 0;
    max-width: 180px;
  }
  .sub-advantage .section-05 .img p {font-size: 20px;}
  .sub-advantage .section-06 .top .img {margin-top: 30px;}
  .sub-advantage .section-06 .top .img p {font-size: 18px;}
  .sub-advantage .section-06 .bottom {margin-top: 40px;}
  .sub-advantage .section-06 .bottom h4 {font-size: 20px;}
  .sub-advantage .section-06 .bottom h4 img {
    width: 24px;
    margin-right: 10px;
  }
  .sub-advantage .section-06 .bottom .click {margin: 20px 0;}
  .sub-advantage .section-06 .bottom .click b {
    width: 65px;
    font-size: 14px;
  }
  .sub-advantage .section-06 .bottom .click b img {width: 12px;}
  .sub-advantage .section-06 .bottom .click .desc {
    width: calc(100% - 65px);
    padding-left: 10px;
    margin-top: 0;
  }
  .sub-advantage .tab-menu {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .sub-advantage .tab-menu li {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .sub-advantage .tab-content {padding: 20px;}
  .sub-advantage .tab-content h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sub-advantage .tab-content h5::before {
    height: 18px;
    margin-top: 4px;
  }
  .sub-advantage .tab-content h5 b {padding-left: 10px;}
  .sub-advantage .tab-content .img {padding-bottom: 20px;}
  .sub-advantage .tab-content .img .box {
    position: static;
    transform: none;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sub-advantage .accordion-wrap .accordion-subject {padding-top: 15px;}
  .sub-advantage .accordion-wrap .accordion-subject h6 {
    width: calc(100% - 80px);
    padding-right: 15px;
    margin-top: 0;
  }
  .sub-advantage .accordion-wrap .accordion-subject h6::before {margin-top: 7px;}
  .sub-advantage .accordion-wrap .accordion-subject h6 b {font-size: 16px;}
  .sub-advantage .accordion-wrap .accordion-subject h6 span {font-size: 14px;}
  .sub-advantage .accordion-wrap .accordion-subject .btn {
    width: 80px;
    height: 30px;
  }
  .sub-advantage .accordion-wrap .accordion-subject .btn b {
    font-size: 14px;
    margin-right: 6px;
  }
  .sub-advantage .accordion-wrap .accordion-subject .btn img {width: 8px;}
  .sub-advantage .accordion-wrap .accordion-content {
    font-size: 15px;
    padding: 15px 0;
  }
  .sub-advantage .section-06 .bottom .etc {margin-top: 50px;}
  .sub-advantage .section-06 .bottom .etc h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sub-advantage .section-06 .bottom .etc h4::before {
    height: 18px;
    margin-top: 4px;
  }
  .sub-advantage .section-06 .bottom .etc h4 b {padding-left: 10px;}
  .sub-advantage .section-06 .bottom .etc .etc-list > div {margin-bottom: 30px;}
  .sub-advantage .section-06 .bottom .etc .etc-list .img {width: 100%;}
  .sub-advantage .section-06 .bottom .etc .etc-list .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .sub-advantage .section-06 .bottom .etc .etc-list .txt {padding-top: 20px;}
  .sub-advantage .section-06 .bottom .etc .etc-list .txt h5 {font-size: 20px;}
  .sub-advantage .section-06 .bottom .etc .accordion-subject h6 b {font-size: 16px;}
  .sub-advantage .section-06 .bottom .etc .accordion-subject h6 span {font-size: 14px;}
  .sub-advantage .section-06 .bottom .etc .accordion-content {
    font-size: 15px;
    padding: 15px 0;
  }
}

/*문의하기*/
.sub-inquiry .map {
  height: 501px;
  overflow: hidden;
}
.sub-inquiry .map .root_daum_roughmap {width: 100% !important;}
.sub-inquiry .map .root_daum_roughmap .wrap_map {height: 500px !important;}
.sub-inquiry .info {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.sub-inquiry .info > div {
  width: calc((100% - 80px)/2);
  margin-right: 80px;
}
.sub-inquiry .info > div:last-child {margin-right: 0;}
.sub-inquiry .info h4 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.sub-inquiry .info h4 span {
  font-size: 30px;
  padding-left: 12px;
}
.sub-inquiry .info h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
.sub-inquiry .info p {
  font-size: 20px;
  line-height: 1.5;
}
.sub-inquiry .info .info-list > div {margin-bottom: 50px;}
.sub-inquiry .info .info-list > div:last-child {margin-bottom: 0;}
.sub-inquiry .info .info-list ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
}
.sub-inquiry .info .info-list ul li:last-child {margin-bottom: 0;}
.sub-inquiry .info .info-list ul li h6 {
  width: 83px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.sub-inquiry .info .info-list ul li h6.green {background: #50a232;}
.sub-inquiry .info .info-list ul li h6.mint {background: #009997;}
.sub-inquiry .info .info-list ul li p {
  width: calc(100% - 83px);
  padding-left: 15px;
}
.sub-inquiry .info .right > div {margin-bottom: 50px;}
.sub-inquiry .info .right > div:last-child {margin-bottom: 0;}
.sub-inquiry .info .park-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-inquiry .info .park-wrap .txt {
  width: 39%;
  padding-right: 20px;
}
.sub-inquiry .info .park-wrap .img {width: 61%;}
.sub-inquiry .info .park-wrap .img img {
  max-width: none;
  width: 100%;
}
.sub-inquiry .info .inquiry-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sub-inquiry .info .inquiry-wrap li {
  flex: 1;
  margin-right: 10px;
}
.sub-inquiry .info .inquiry-wrap li:last-child {margin-right: 0;}
.sub-inquiry .info .inquiry-wrap li a {
  display: block;
  background: #eef2f5;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
  min-height: 160px;
}
.sub-inquiry .info .inquiry-wrap li h6 {font-size: 20px;}
.sub-inquiry .info .inquiry-wrap li img {
  position: absolute;
  right: 20px;
  bottom: 25px;
  max-width: 55px;
  max-height: 55px;
}
@media all and (max-width: 1024px) {
  .sub-inquiry .info > div {
    width: 100%;
    margin: 0 0 50px;
  }
  .sub-inquiry .info > div:last-child {margin-bottom: 0;}
}
@media all and (max-width: 767px) {
  .sub-inquiry .map {height: 301px;}
  .sub-inquiry .map .root_daum_roughmap .wrap_map {height: 300px !important;}
  .sub-inquiry .info {margin-top: 30px;}
  .sub-inquiry .info > div {margin-bottom: 30px;}
  .sub-inquiry .info h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .sub-inquiry .info h4 img {
    max-width: 24px;
    max-height: 24px;
  }
  .sub-inquiry .info h4 span {
    font-size: 20px;
    padding-left: 10px;
  }
  .sub-inquiry .info h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .sub-inquiry .info p {font-size: 16px;}
  .sub-inquiry .info .info-list > div {margin-bottom: 30px;}
  .sub-inquiry .info .info-list ul li {margin-bottom: 15px;}
  .sub-inquiry .info .info-list ul li h6 {
    width: 60px;
    height: 24px;
    border-radius: 3px;
    font-size: 14px;
  }
  .sub-inquiry .info .info-list ul li p {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
  .sub-inquiry .info .right > div {margin-bottom: 30px;}
  .sub-inquiry .info .park-wrap .txt {
    width: 100%;
    padding: 0 0 20px;
  }
  .sub-inquiry .info .park-wrap .img {width: 100%;}
  .sub-inquiry .info .inquiry-wrap {
    margin-bottom: -10px;
    justify-content: center;
  }
  .sub-inquiry .info .inquiry-wrap li {
    flex: none;
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }
  .sub-inquiry .info .inquiry-wrap li:nth-child(2n) {margin-right: 0;}
  .sub-inquiry .info .inquiry-wrap li a {
    padding: 20px 15px;
    min-height: 120px;
  }
  .sub-inquiry .info .inquiry-wrap li h6 {font-size: 18px;}
  .sub-inquiry .info .inquiry-wrap li img {
    max-width: 45px;
    max-height: 45px;
    right: 15px;
    bottom: 15px;
  }
}

.toggle-switch input[type="checkbox"],
.toggle-switch input[type="radio"] {
  display: none;
}

.toggle-switch span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}

.toggle-switch:has(input:checked) span {
  border-color: #007bff;
  color: #007bff;
  background-color: #e6f2ff;
}
