@import url(./normalize.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

h1 {
  margin: 0;
}

h2 {
  display: block;
  font-weight: bold;
}

h3 {
  margin: 60px 0 0;
  font-family: "NanumSquareRound";
  color: #222;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

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

p {
  display: block;
}

button,
input,
select,
textarea {
  border: 0;
  background-color: transparent;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

img {
  border: 0;
  vertical-align: top;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

.title-slogan {
  text-align: center;
}
.title-slogan h3 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.title-slogan span {
  color: #2d9675;
  font-family: "NanumSquareBold";
}
.title-slogan p {
  margin: 20px 0 0;
  font-size: 19px;
  letter-spacing: -0.07em;
  line-height: 30px;
}
.title-slogan p span {
  display: block;
  color: #222;
}

.pro_click {
  display: inline-block;
  margin-top: 50px;
  transition: all 0.3s;
}

.bg-phone {
  width: 100%;
  margin: 115px 0 0;
  text-align: center;
}

.how {
  min-height: 80vh;
  background: #f1f0e5 url(../img/source-img/bg_how.jpg) no-repeat 50% 50%;
}

.title-slogan-left {
  margin-top: 60px;
  text-align: left;
}

.btn-detail {
  display: block;
  margin: 56px 0 0;
}

.service-modal {
  display: none;
  position: fixed;
  top: 12px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  text-align: center;
  overflow: auto;
}

.modal-pay {
  overflow: hidden;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.modal-close a {
  display: block;
}

@media screen and (max-width: 1640px) {
  #html5-lightbox-box {
    width: 80% !important;
  }
}
@media screen and (max-width: 1025px) {
  body,
html {
    overflow-x: hidden;
  }

  #main-visual h2 {
    margin: 160px 0 0 100px;
  }

  .title-slogan-left {
    margin-left: 50px;
  }

  .faq-list {
    width: 92%;
    padding: 0 4%;
  }
}
@media screen and (max-height: 930px) {
  .modal-container {
    padding: 80px 0 70px;
  }
}
@media screen and (max-height: 800px) {
  .modal-container {
    padding: 180px 0 170px;
  }
}
@media screen and (max-height: 600px) {
  .modal-container {
    padding: 250px 0 240px;
  }
}
@media screen and (max-height: 400px) {
  .modal-container {
    padding: 400px 0 240px;
  }
}
.tabs-container {
  margin: 85px 0 0;
  text-align: center;
  height: 952px;
}

.tabs-container ul li {
  display: inline-block;
  margin: 0 20px;
}

.tabs-container ul li span {
  display: block;
  margin: 15px 0 0;
  font-family: "Verdana", "Malgun Gothic";
}

.tabs-container ul li.active span {
  color: #2d9675;
}

#advantage {
  position: relative;
}

#advantage:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 378px;
  background: #2d9675;
  z-index: -1;
}

#advantage .container {
  padding: 100px 0 51px;
}

.tabs-body {
  max-width: 745px;
  margin: 100px auto 0;
}

.tabs-body:not(.tabs-body-01) {
  display: none;
}

.phone-image {
  position: relative;
  float: left;
  width: 372px;
  height: 671px;
  background: url(../img/source-img/bg_phone.jpg) no-repeat 0 0;
}

.phone-thumb {
  position: absolute;
  top: 82px;
  left: 20px;
}

.phone-thumb img:not(:first-child) {
  display: none;
}

.advantage-group {
  float: right;
  width: 310px;
  margin: 9px 0 0;
  text-align: left;
}

.advantage-01 h3 {
  color: #222;
  font-family: "NanumSquareBold";
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 48px;
}

.advantage-01 h3 span {
  display: block;
  font-family: "NanumSquareLight";
}

.advantage-01 p {
  margin: 18px 0 0;
  font-family: "Verdana", "Malgun Gothic";
  font-size: 15px;
  letter-spacing: -0.07em;
  line-height: 25px;
  height: 75px;
}

.advantage-01 p span {
  display: block;
}

.advantage-01 > div:not(:first-child) {
  display: none;
}

.advantage-02 {
  margin: 50px 0 0;
}

.advantage-02 ul {
  margin: -15px 0;
  padding: 80px 0 0;
}

.advantage-02 ul li:after {
  content: "";
  display: block;
  clear: both;
}

.advantage-02 ul li {
  margin: 15px 0;
}

.advantage-02 ul li .icon,
.advantage-02 ul li .advantage-item {
  float: left;
}

.advantage-02 .icon img {
  filter: brightness(0.9);
}

.advantage-02 ul li .advantage-item p {
  margin: 0 0 0 20px;
  color: #fff;
  font-family: "Verdana", "Malgun Gothic";
  font-size: 17px;
  letter-spacing: -0.07em;
  line-height: 25px;
}

.advantage-02 > div:not(:nth-child(2)) {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1024px) {
  .modal-pay {
    width: 100%;
    max-width: 1000px;
  }
  .modal-pay img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .title-slogan h3 {
    font-size: 30px;
  }
  .title-slogan p {
    font-size: 17px;
  }

  .tabs-container {
    height: auto;
  }
  .tabs-container .co-btn li {
    width: 23%;
  }
  .tabs-container .co-btn img {
    width: 100%;
  }

  .phone-image {
    display: none;
  }

  .advantage-group {
    width: 100%;
    padding: 0 6vw;
    float: none;
  }

  .advantage-01 h3 {
    font-size: 48px;
  }
  .advantage-01 p {
    font-size: 20px;
  }

  .advantage-02-sub li {
    width: 100%;
  }

  .advantage-item p {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .title-slogan h3 {
    font-size: 6vw;
  }
  .title-slogan p {
    font-size: 4.6vw;
  }

  .tabs-container .co-btn li {
    width: 21%;
  }

  .advantage-01 h3 {
    font-size: 9.6vw;
  }
  .advantage-01 p {
    font-size: 4vw;
  }

  .advantage-item p {
    font-size: 4.4vw;
  }
}