@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@font-face {
  font-family: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

/*header 시작*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 100;
  background-color: #fff;
}
header .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
header .logo {
  float: left;
  width: 98px;
  height: 50px;
  text-indent: -9999px;
  background: url(../../images/landing/logo.png) no-repeat 0 0;
  background-size: contain;
  margin: 17px 0 0 34px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .gnb {
  float: right;
  margin-top: 24px;
}
header .gnb li {
  float: left;
  margin-left: 40px;
}
header .gnb li:first-child {
  margin-left: 0 !important;
}
header .gnb li a {
  display: inline-block;
  height: 30px;
  transition: all 0.5s;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
header .gnb li a:hover,
header .gnb li a.active {
  color: #121f63;
}
header .gnb li a.login {
  display: inline-block;
  width: 142px;
  height: 30px;
  color: #cbef1e;
  line-height: 30px;
  text-align: center;
  border-radius: 90px;
  background-color: #121f63;
}
#header.scroll {
  background-color: rgba(255, 255, 255, 0.9);
}
/*header 끝*/

.text h4 {
  font-family: "GmarketSansBold";
}

.text p {
  font-family: GmarketSansmedium;
}

/*section 메인 시작*/
.section-main {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  height: 858px;
}
.section-main .inner-wrap {
  position: relative;
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 380px 0 0;
}
.section-main .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  right: -240px;
  bottom: -120px;
  width: 940px;
  height: 1118px;
  background: url(../../images/landing/main_illust.png) no-repeat 262px bottom;
  background-size: 80%;
}
.section-main .inner-wrap .text {
  z-index: 1;
  position: relative;
  bottom: 60px;
  display: inline-block;
  height: auto;
}
.section-main .inner-wrap .text h4 {
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: left;
  color: #121f63;
}
.section-main .inner-wrap .text h4 strong {
  color: #121f63;
  font-weight: bold;
}
.section-main .inner-wrap .text p {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
  margin: 48px 0 0;
}
.section-main .inner-wrap .text .btn-group {
  margin: 80px 0 0;
}
.section-main .inner-wrap .text .btn {
  display: inline-block;
  margin-top: 8px;
  width: 200px;
  height: 60px;
  text-align: center;
  margin-right: 6px;
}
.section-main .inner-wrap .text .btn a {
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.5s;
  border: 1.5px solid #161616;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 58px;
  font-weight: 600;
  color: #1b1b1b;
}
.section-main .inner-wrap .text .btn a:hover {
  background: #fff;
  color: #1b1b1b;
}
.section-main .inner-wrap .text .btn.google a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/landing/icon_google.png) no-repeat 0 0;
  background-size: contain;
}
.section-main .inner-wrap .text .btn.apple a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/landing/icon_apple.png) no-repeat 0 0;
  background-size: contain;
}
.section-main .inner-wrap .video {
  position: absolute;
  left: 50%;
  top: 300px;
  width: 570px;
  z-index: 0;
  padding-bottom: 320px;
  height: 0;
  overflow: hidden;
}
.section-main .inner-wrap .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-main .inner-wrap .text .btn-group p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
}

/*section cs 시작*/
.section-cs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #121f63;
  height: 422px;
}
.section-cs .inner-wrap {
  padding: 34px 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.section-cs .inner-wrap h4 {
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fcfcfc;
}
.section-cs .inner-wrap p {
  margin: 8px 40px 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e9e9e9;
}
.section-cs .inner-wrap .slider {
  margin: 50px 0 0;
  width: 100%;
  display: block;
  text-align: center;
  oveflow: hidden;
}
.section-cs .inner-wrap .slider .infographic {
  width: 1080px;
  height: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.section-cs .inner-wrap .slider .infographic li {
  position: relative;
  float: left;
  width: 20%;
}
.section-cs .inner-wrap .slider .infographic li div {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.section-cs .inner-wrap .slider .infographic li:nth-child(1) div {
  background: #fff url(../../images/landing/icon_cs_1.png) no-repeat center
    center;
  background-size: 60px;
}
.section-cs .inner-wrap .slider .infographic li:nth-child(2) div {
  background: #fff url(../../images/landing/icon_cs_2.png) no-repeat center
    center;
  background-size: 60px;
}
.section-cs .inner-wrap .slider .infographic li:nth-child(3) div {
  background: #fff url(../../images/landing/icon_cs_3.png) no-repeat center
    center;
  background-size: 60px;
}
.section-cs .inner-wrap .slider .infographic li:nth-child(4) div {
  background: #fff url(../../images/landing/icon_cs_4.png) no-repeat center
    center;
  background-size: 60px;
}
.section-cs .inner-wrap .slider .infographic li:nth-child(5) div {
  background: #fff url(../../images/landing/icon_cs_5.png) no-repeat center
    center;
  background-size: 60px;
}

.section-cs .inner-wrap .slider .infographic li div:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cbef1e;
  font-size: 18px;
  font-weight: 600;
  color: #121f63;
}
.section-cs .inner-wrap .slider .infographic li:nth-child(1) div:before {
  content: "1";
}
.section-cs .inner-wrap .slider .infographic li:nth-child(2) div:before {
  content: "2";
}
.section-cs .inner-wrap .slider .infographic li:nth-child(3) div:before {
  content: "3";
}
.section-cs .inner-wrap .slider .infographic li:nth-child(4) div:before {
  content: "4";
}
.section-cs .inner-wrap .slider .infographic li:nth-child(5) div:before {
  content: "5";
}

.section-cs .inner-wrap .slider .infographic li p {
  margin-top: 140px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.section-cs .inner-wrap .slider .infographic li span {
  margin-top: 2px;
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

/*section 1 시작*/
.section-1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  height: 580px;
}
.section-1 .inner-wrap {
  position: relative;
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.section-1 .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 580px;
  background: url(../../images/landing/illust_1.png) no-repeat right -60px top;
  background-size: 600px auto;
}
.section-1 .inner-wrap .text {
  position: absolute;
  top: 200px;
  left: 0;
  width: 720px;
  height: auto;
  z-index: 1;
  display: block;
  text-align: left;
}
.section-1 .inner-wrap .text h4 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.section-1 .inner-wrap .text p {
  margin: 32px 0 0;
  width: 490px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.54px;
  text-align: left;
  color: #161616;
}

/*section 2 시작*/
.section-2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
  height: 580px;
}
.section-2 .inner-wrap {
  position: relative;
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.section-2 .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  left: -60px;
  bottom: 0;
  width: 1104px;
  height: 580px;
  background: url(../../images/landing/illust_2.png) no-repeat 0 top;
  background-size: 600px auto;
}
.section-2 .inner-wrap .text {
  position: absolute;
  top: 210px;
  right: 0;
  width: 720px;
  z-index: 1;
  display: block;
  text-align: right;
}
.section-2 .inner-wrap .text h4 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #161616;
}
.section-2 .inner-wrap .text p {
  margin: 32px 0 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: right;
  color: #565656;
}

/*section 3 시작*/
.section-3 {
  position: relative;
  background-color: #fff;
}
.section-3 .inner-wrap {
  position: relative;
  display: block;
  width: 1080px;
  height: 580px;
  margin: 0 auto;
}
.section-3 .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1103px;
  height: 580px;
  background: url(../../images/landing/illust_3.png) no-repeat right -60px top;
  background-size: 600px auto;
}
.section-3 .inner-wrap .text {
  position: absolute;
  top: 180px;
  left: 0;
  width: 720px;
  height: auto;
  z-index: 1;
  display: block;
  text-align: left;
}
.section-3 .inner-wrap .text h4 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.section-3 .inner-wrap .text p {
  margin: 32px 0 0;
  width: 490px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: left;
  color: #565656;
}

/*section 4 시작*/
.section-4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
  height: 580px;
}
.section-4 .inner-wrap {
  position: relative;
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.section-4 .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  left: -60px;
  bottom: 0;
  width: 1103px;
  height: 580px;
  background: url(../../images/landing/illust_4.png) no-repeat 0 0;
  background-size: 600px auto;
}
.section-4 .inner-wrap .text {
  position: absolute;
  top: 207px;
  right: 0;
  height: auto;
  z-index: 1;
  display: block;
  text-align: right;
}
.section-4 .inner-wrap .text h4 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #161616;
}
.section-4 .inner-wrap .text p {
  margin: 32px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.54px;
  color: #565656;
}
.section-4 .inner-wrap .text > span {
  display: block;
  font-size: 16px;
  color: #565656;
  margin: 16px 0 0;
}

/*section 6 시작*/
.section-6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #ffe4ed;
  height: 840px;
}
.section-6 .inner-wrap {
  position: relative;
  display: block;
  width: 1103px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.section-6 .inner-wrap .text {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
}
.section-6 .inner-wrap .text h4 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: normal;
  color: #161616;
}
.swiper-container.tutorial {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 840px;
}
.swiper-container.tutorial .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container.tutorial .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-container.tutorial .swiper-wrapper .swiper-slide p {
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  margin-top: 180px;
}
.swiper-container.tutorial .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 584px;
  object-fit: cover;
}
.section-6 .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  left: 0;
  background: url(../../images/landing/icon_slider_prev.png) no-repeat 0 0;
  background-size: contain;
}
.section-6 .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  right: 0;
  background: url(../../images/landing/icon_slider_next.png) no-repeat 0 0;
  background-size: contain;
}

/*section 7 시작*/
.section-7 {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #757575;
  height: 363px;
}
.section-7 .inner-wrap {
  position: relative;
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
.section-7 .inner-wrap .text {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.section-7 .inner-wrap .text p {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}
.section-7 .inner-wrap .text p strong {
  font-weight: 600;
  color: #fff;
}
.section-7 .inner-wrap .text h4 {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.08px;
  color: #fff;
}
.section-7 .inner-wrap .text h4 strong {
  font-weight: bold;
  color: #fff;
}
.section-7 .inner-wrap .text .btn {
  display: inline-block;
  margin-top: 8px;
  width: 200px;
  height: 60px;
  text-align: center;
  margin-right: 6px;
}
.section-7 .inner-wrap .text .btn a {
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.5s;
  border: 1px solid #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 58px;
  font-weight: 500;
  color: #161616;
  border: solid 1px #1b1b1b;
}
.section-7 .inner-wrap .text .btn.google a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/landing/icon_google.png) no-repeat 0 0;
  background-size: contain;
}
.section-7 .inner-wrap .text .btn.apple a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/landing/icon_apple2.png) no-repeat 0 0;
  background-size: contain;
}
.section-7 .app {
  display: block;
  margin: 40px auto 0;
  width: 410px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left !important;
  color: #fff;
}

/*section 8 시작*/
.section-8 {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #121f63;
  height: 363px;
}
.section-8 .inner-wrap {
  position: relative;
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 92px 0;
}
.section-8 .inner-wrap .text {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 600px;
  height: 180px;
  flex-grow: 0;
  padding: 0 80px 0 236px;
  border-radius: 15px;
  background: #fff url(../../images/landing/section-8_bg.png) no-repeat 43px
    center;
  background-size: 150px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-8 .inner-wrap .text h4 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #121f63;
}
.section-8 .inner-wrap .text p {
  margin: 16px 0 0;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/* section-faq 시작 */
.section-faq {
  padding: 56px 0;
}
.section-faq h4 {
  font-family: GmarketSansBold;
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #121f63;
  margin: 0 0 16px;
}

.section-faq .accordion.faq .inner-wrap > ul > li .accordion-header > p:after {
  margin-top: 4px;
}
.section-faq
  .accordion
  .inner-wrap
  > ul
  > li.active
  .accordion-header
  > p:after {
  margin-top: 4px;
}

/* service-fee */
.service-fee {
  width: 650px;
  margin: 32px auto 0;
}
.service-fee > h5 {
  margin: 0 auto;
  width: 289px;
  height: 50px;
  padding: 13px 0;
  border-radius: 90px;
  background-color: #f6f6f6;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #121f63;
}
.service-fee .vat {
  margin: 5px 0 13px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}
.service-fee .table > div > div {
  display: flex;
}
.service-fee .table > div > div > p {
  display: table-cell;
  padding: 8px !important;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center !important;
  color: #000;
}
.service-fee .table > div > div > p:first-child {
  width: 250px;
  border-top: 1px solid #d6d6d6;
}
.service-fee .table > div > div > p:last-child {
  width: 400px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}
.service-fee .table > div.thead > div > p:first-child {
  background-color: #121f63;
  color: #cbef1e !important;
  border-top: 0;
  font-weight: 600;
}
.service-fee .table > div.thead > div > p:last-child {
  background-color: #cbef1e;
  color: #121f63;
  border-top: 0;
  font-weight: 600;
}
.service-fee .table > div.tbody > div > p {
  background-color: #f9f9f9;
  color: #000 !important;
}
/* section-faq 끝 */

/*footer 시작*/
footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
footer .inner-wrap {
  margin: 0 auto;
  width: 1080px;
  height: 295px;
  padding: 63px 0 80px;
  display: block;
}
footer .inner-wrap .text-1 {
  float: left;
}
footer .inner-wrap .text-1 .logo {
  width: 80px;
  height: 18.7px;
  background: url(../../images/landing/logo_footer.png) no-repeat 0 0;
  background-size: contain;
}
footer .inner-wrap .text-1 h4 {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
footer .inner-wrap .text-1 p {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
  margin-top: 22px;
}
footer .inner-wrap .text-2 {
  float: right;
  text-align: right;
}
footer .inner-wrap .text-2 h4 {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}
footer .inner-wrap .text-2 .tel {
  font-family: GmarketSansBold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #161616;
  margin: 8px 0 0;
}
footer .inner-wrap .text-2 p {
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #868686;
  margin-top: 16px;
}
footer .inner-wrap .text-2 p span {
  opacity: 0.8;
  color: #9195af;
  margin-right: 8px;
}
footer .inner-wrap .copyright {
  margin: 23px 0 0;
  font-family: SegoeUI, Pretendard;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b6b6b6;
}
/*footer 끝*/

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: 40px;
    overflow: hidden;
  }
  header .inner-wrap {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  header .logo {
    float: left;
    width: 80px;
    height: 20px;
    margin: 10px 0 0;
  }
  header .gnb {
    float: right;
    overflow: hidden;
    margin: 8px 0 0;
  }
  header .gnb li {
    float: left;
    margin-left: 8px;
  }
  header .gnb li a {
    font-size: 11px;
    letter-spacing: -1px;
  }

  .section-main {
    height: 560px;
  }
  .section-main .inner-wrap {
    width: 100%;
    padding: 140px 0 0;
  }
  .section-main .inner-wrap .illust {
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: url(../../images/landing/main_illust.png) no-repeat center
      bottom;
    background-size: auto 300px;
  }
  .section-main .inner-wrap .text {
    padding: 0 16px 500px;
    text-align: center;
  }
  .section-main .inner-wrap .text h4 {
    font-size: 24px;
    text-align: center;
  }
  .section-main .inner-wrap .text p {
    font-size: 14px;
    margin: 16px 0 0;
    text-align: center;
  }
  .section-main .inner-wrap .text h5 {
    font-size: 22px;
    margin: 16px 0 0;
    text-align: center;
  }
  .section-main .inner-wrap .text h5 img {
    width: 140px;
    height: auto;
  }
  .section-main .inner-wrap .text .btn-group {
    margin-top: 24px;
    text-align: center;
  }
  .section-main .inner-wrap .text .btn {
    width: 150px;
    margin: 0;
  }
  .section-main .inner-wrap .text .btn + .btn {
    margin-left: 6px;
  }
  .section-main .inner-wrap .text .btn a {
    border-radius: 4px;
    border-radius: 8px;
    transition: all 0.5s;
    border: 1px solid #161616;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    height: 50px;
    line-height: 48px;
    font-weight: 400;
  }

  .section-main .inner-wrap .video {
    position: absolute;
    left: 16px;
    top: 394px;
    width: calc(100% - 32px);
    z-index: 0;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
  }
  .section-main .inner-wrap .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-main .inner-wrap .text .btn-group p {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .section-cs {
    height: 360px;
  }
  .section-cs .inner-wrap h4 {
    font-size: 30px;
  }
  .section-cs .inner-wrap p {
    font-size: 16px;
  }
  .section-cs .inner-wrap {
    padding: 48px 0;
  }
  .section-cs .inner-wrap .slider {
    width: 100%;
    overflow: hidden;
    padding-right: 48px;
  }
  .section-cs .inner-wrap .slider .infographic {
    width: 800px;
    padding: 0 24px;
  }
  .section-cs .inner-wrap .slider .infographic li {
    position: relative;
    float: left;
    width: 96px;
    padding: 0 16px;
  }
  .section-cs .inner-wrap .slider .infographic li div {
    margin-left: -48px;
    width: 96px;
    height: 96px;
  }
  .section-cs .inner-wrap .slider .infographic li p {
    margin-top: 112px;
    font-size: 14px;
    width: 96px;
    margin-left: 0;
    text-align: center;
  }
  .section-cs .inner-wrap .slider .infographic li span {
    font-size: 10px;
    letter-spacing: -0.8px;
  }

  .section-1 {
    height: 480px;
  }
  .section-1 .inner-wrap {
    width: 100%;
  }
  .section-1 .inner-wrap .illust {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: url(../../images/landing/illust_1.png) no-repeat center bottom;
    background-size: auto 320px;
  }
  .section-1 .inner-wrap .text {
    position: absolute;
    top: 50px;
    left: 0;
    right: auto;
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .section-1 .inner-wrap .text h4 {
    width: 100%;
    font-size: 24px;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .section-1 .inner-wrap .text h4 strong {
    font-size: 24px;
    text-align: center;
    margin: 0;
  }
  .section-1 .inner-wrap .text p {
    width: 100%;
    font-size: 12px;
    margin: 16px 0 0;
    text-align: center;
    word-break: keep-all;
  }

  .section-2 {
    height: 480px;
  }
  .section-2 .inner-wrap {
    width: 100%;
  }
  .section-2 .inner-wrap .illust {
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../../images/landing/illust_2.png) no-repeat center bottom;
    background-size: auto 320px;
  }
  .section-2 .inner-wrap .text {
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    width: 100%;
    padding: 0 16px;
    overflow: hidden;
    text-align: center;
  }
  .section-2 .inner-wrap .text em {
    width: 72px;
    height: 24px;
    margin: 0 auto 16px;
  }
  .section-2 .inner-wrap .text h4 {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin: 0;
  }
  .section-2 .inner-wrap .text h4 strong {
    font-size: 24px;
    text-align: center;
    margin: 0;
  }
  .section-2 .inner-wrap .text p {
    width: 100%;
    font-size: 12px;
    margin: 16px 0 0;
    text-align: center;
    word-break: keep-all;
  }

  .section-3 {
    height: 580px;
  }
  .section-3 .inner-wrap {
    width: 100%;
  }
  .section-3 .inner-wrap .illust {
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../../images/landing/illust_3.png) no-repeat center bottom;
    background-size: auto 320px;
  }
  .section-3 .inner-wrap .text {
    position: absolute;
    top: 50px;
    left: 50%;
    right: auto;
    margin-left: -150px;
    width: 300px;
    overflow: hidden;
    text-align: center;
  }
  .section-3 .inner-wrap .text em {
    width: 72px;
    height: 24px;
    margin: 0 auto 16px;
  }
  .section-3 .inner-wrap .text h4 {
    width: 300px;
    font-size: 24px;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .section-3 .inner-wrap .text h4 strong {
    font-size: 24px;
    text-align: center;
    margin: 0;
  }
  .section-3 .inner-wrap .text p {
    width: 300px;
    font-size: 12px;
    margin: 16px 0 0;
    text-align: center;
    word-break: keep-all;
  }

  .section-4 {
    height: 560px;
  }
  .section-4 .inner-wrap {
    width: 100%;
  }
  .section-4 .inner-wrap .illust {
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../../images/landing/illust_4.png) no-repeat center bottom;
    background-size: auto 320px;
  }
  .section-4 .inner-wrap .text {
    top: 60px;
    margin-top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .section-4 .inner-wrap .text h4 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 16px;
  }
  .section-4 .inner-wrap .text h4 strong {
    font-size: 22px;
    font-weight: bold;
  }
  .section-4 .inner-wrap .text p {
    font-size: 12px;
    text-align: center;
  }
  .section-4 .inner-wrap .text span {
    font-size: 10px;
    text-align: center;
  }

  .section-6 {
    height: 420px;
  }
  .section-6 .inner-wrap {
    width: 100%;
  }
  .section-6 .inner-wrap .text {
    position: static;
  }
  .section-6 .inner-wrap .text h4 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 48px 0 16px;
  }
  .section-6 .inner-wrap .text h4 strong {
    font-size: 22px;
    font-weight: bold;
  }
  .swiper-container.tutorial {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    height: 340px;
  }
  .swiper-container.tutorial .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .swiper-container.tutorial .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .swiper-container.tutorial .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #161616;
    margin-top: 0;
  }
  .swiper-container.tutorial .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-6 .slider-btn-prev {
    z-index: 10;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    margin-top: 10px;
    left: 0;
    background: url(../../images/landing/icon_slider_prev.png) no-repeat 0 0;
    background-size: contain;
  }
  .section-6 .slider-btn-next {
    z-index: 10;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    margin-top: 10px;
    right: 0;
    background: url(../../images/landing/icon_slider_next.png) no-repeat 0 0;
    background-size: contain;
  }

  .section-7 {
    height: 230px;
    background-size: cover;
  }
  .section-7 .inner-wrap {
    width: 100%;
    padding: 50px 0;
  }
  .section-7 .inner-wrap .text {
    width: 100%;
  }
  .section-7 .inner-wrap .text p {
    font-size: 12px;
  }
  .section-7 .inner-wrap .text h4 {
    font-size: 18px;
  }
  .section-7 .inner-wrap .text .btn {
    width: 150px;
    height: 50px;
  }
  .section-7 .inner-wrap .text .btn a {
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    color: #161616;
  }
  .section-7 .inner-wrap .text .btn.google a:before {
    width: 24px;
    height: 24px;
    background: url(../../images/landing/icon_google.png) no-repeat 0 0;
    background-size: contain;
  }
  .section-7 .inner-wrap .text .btn.apple a:before {
    width: 24px;
    height: 24px;
    background: url(../../images/landing/icon_apple2.png) no-repeat 0 0;
    background-size: contain;
  }

  .section-7 .app {
    margin: 24px auto 0;
    width: 316px;
    font-size: 16px;
    font-weight: 500;
  }

  footer .inner-wrap {
    margin: 0 auto;
    width: 100%;
    padding: 32px 16px;
    display: block;
    height: auto;
  }

  footer .inner-wrap .text-1 {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .inner-wrap .text-1 .logo {
    width: 100%;
    background: url(../../images/landing/logo_footer.png) no-repeat center 0;
    background-size: contain;
  }
  footer .inner-wrap .text-1 p {
    font-size: 11px;
    margin-top: 8px;
    text-align: center;
  }
  footer .inner-wrap .text-1 p span {
    color: #9195af;
    margin-right: 0;
    letter-spacing: -1px;
  }
  footer .inner-wrap .text-1 p span + span {
    margin-left: 4px;
  }
  footer .inner-wrap .text-2 {
    float: none;
    text-align: center;
    margin: 24px 0 0;
  }
  footer .inner-wrap .text-2 h4 {
    font-size: 14px;
    text-align: center;
  }
  footer .inner-wrap .text-2 .tel {
    font-size: 26px;
    margin: 0 auto;
    text-align: center;
  }
  footer .inner-wrap .text-2 p {
    font-size: 12px;
    margin: 0;
    margin-top: 4px;
    text-align: center;
  }
  footer .inner-wrap .text-2 p span {
    margin-right: 0;
  }
  footer .inner-wrap .text-2 p span + span {
    margin-left: 8px;
  }
  footer .inner-wrap .copyright {
    font-size: 11px;
    padding: 0;
    text-align: center;
  }
}

#content {
  margin-top: 113px;
}
.sub-title-area {
  height: 110px;
  background-color: #ffe4ed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.sub-title-area h1 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1b1b1b;
}
#content > .inner-wrap {
  width: 1080px;
  margin: 0 auto;
}

/*tab-menu*/
.tab-menu {
  width: 100%;
  height: auto;
  display: block;
}
.tab-menu .inner-wrap {
  width: 100%;
  height: auto;
  display: block;
}
.tab-menu .inner-wrap .tab-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 48px;
  background: #fff;
}
.tab-menu .inner-wrap .tab-header li {
  transition: all 0.5s;
  display: table-cell;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #757575;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: 1px solid #bdbdbd;
  border-left: none;
}
.tab-menu .inner-wrap .tab-header li:first-child {
  border-left: 1px solid #bdbdbd;
}
.tab-menu .inner-wrap .tab-header li:hover {
  background: #f6f6f6;
}
.tab-menu .inner-wrap .tab-header li.active,
.tab-menu .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #121f63;
  border: 1px solid #121f63;
  font-weight: bold;
}
.sub-title-small {
  margin: 40px 0 0;
  padding-bottom: 14px;
}
.sub-title-small h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.sub-title-small.underline {
  border-bottom: 1px solid #161616;
}
/*게시판 목록 공통*/
.board-list-area {
  border-top: 1px solid #161616;
}
.search-type1 + .board-list-area {
  border-top: 1px solid #e9e9e9;
}
.sub-title-area + .board-list-area {
  border-top: 0;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 10%;
}
.board-list-area ul li.date {
  width: 12%;
}
.board-list-area ul li.writer {
  width: 12%;
}
.board-list-area ul li.hit {
  width: 8%;
}
.board-list-area ul li.status {
  width: 12%;
}
.board-list-area ul li.term {
  width: 20%;
}
.board-list-area ul li.point {
  width: 20%;
}
.board-list-area ul li.split3 {
  width: 33.33%;
}
.board-list-area ul li.split4 {
  width: 25%;
}
.board-list-area ul li.split5 {
  width: 20%;
}
.board-list-area ul li.split6 {
  width: 16.66%;
}
.board-list-area ul li.split7 {
  width: 14.28%;
}
.board-list-area ul li.split8 {
  width: 12.5%;
}
.board-list-header ul li {
  background-color: #f9f9f9;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  color: #a6a6a6;
}
.board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div.end:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.board-list-area .board-list-content > div > ul > li {
  background: #fff;
  padding: 16px 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #565656;
  text-align: center;
}
.board-list-area .board-list-content > div.notice > ul > li.num {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #121f63;
}

.board-list-area .board-list-content > div > ul > li.subject {
  position: relative;
  text-align: left;
  padding-left: 8px;
  overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #565656;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-content > div > ul > li.date {
  font-size: 12px;
  color: #a6a6a6;
}

/*■■■페이지네이션*/
.paginate-area {
  display: block;
  width: 226px;
  margin: 32px auto 0;
  height: 28px;
}
.paginate-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginate-area:after {
  content: "";
  display: block;
  clear: both;
}
.paginate-area ul li {
  float: left;
  margin: 0 2px;
}
.paginate-area ul li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  line-height: 26px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.paginate-area ul .dir.prev a {
  background: url(../../images/component/icon_pagination_prev.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.next a {
  background: url(../../images/component/icon_pagination_next.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.start a {
  background: url(../../images/component/pagination-start.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.end a {
  background: url(../../images/component/pagination-end.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.prev a:hover {
  background: #e9e9e9 url(../../images/component/icon_pagination_prev.png)
    center center no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.next a:hover {
  background: #e9e9e9 url(../../images/component/icon_pagination_next.png)
    center center no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.start a:hover {
  background: #e9e9e9 url(../../images/component/pagination-start.png) center
    center no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.end a:hover {
  background: #e9e9e9 url(../../images/component/pagination-end.png) center
    center no-repeat;
  background-size: contain;
}
.paginate-area ul li.on a {
  font-weight: 400;
  background: #121f63;
  color: #fff;
  border: 1px solid #121f63;
  border-radius: 2px;
}
.paginate-area ul li.on a:hover {
  background: #121f63;
  color: #fff;
  border: 1px solid #121f63;
}
.paginate-area ul li a:hover {
  background: #e9e9e9;
}

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0;
  border-top: 1px solid #161616;
  border-bottom: 1px solid #e6e6e6;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header h1 {
  font-size: 18px;
  font-weight: 400;
  color: #464646;
  word-break: break-all;
}
.board-view-area .header .info {
  margin: 8px 0 0;
}
.board-view-area .header .info > ul {
  position: relative;
}
.board-view-area .header .info > ul > li {
  float: left;
  font-size: 12px;
  color: #a6a6a6;
  margin: 0 16px 0 0;
}
.board-view-area .header .info > ul > li a {
  font-size: 12px;
  color: #868686;
  text-decoration: underline;
}
.board-view-area .content {
  padding: 16px 0 80px;
  font-size: 13px;
  color: #161616;
  line-height: 1.46;
  letter-spacing: -0.65px;
  min-height: 440px;
  word-break: break-all;
}
.board-view-area .content img {
  display: block;
  max-width: 100%;
  margin: 16px 0 0;
}
.board-view-area + .btn-group {
  padding-top: 16px;
}

/* btn-group-type1 */
.btn-group-type1 {
  display: flex;
  justify-content: space-between;
}
.btn-group-type1 .f-left {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
}
.btn-group-type1 .f-right {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.btn-group-type1 .center {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.btn-group-type1 .btn-small + .btn-small,
.btn-group-type1 .btn-regular + .btn-regular,
.btn-group-type1 .btn-medium + .btn-medium {
  margin-left: 6px;
}
.board-list-area + .btn-group-type1,
.board-view-area + .btn-group-type1 {
  padding: 16px 0 0;
}
.btn-regular {
  display: inline-block;
  min-width: 64px;
  height: 35px;
  padding: 0 16px;
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #868686;
  line-height: 33px;
  transition: all 0.5s;
  font-weight: 500;
}
/*■■■카테고리 슬라이더*/
.category-slider {
  width: 100%;
  height: 33px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 16px;
}
.category-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.category-slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #a6a6a6;
  line-height: 1;
  padding: 0 4px 8px;
  margin: 0 16px 0 0;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #121f63;
  border-bottom: 3px solid #121f63;
}

/*■■■아코디언*/
.accordion {
  width: 100%;
  height: auto;
  display: block;
}
.accordion .inner-wrap {
  width: 100%;
  height: auto;
  display: block;
}
.accordion .inner-wrap > ul {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #e9e9e9;
}
.accordion .inner-wrap > ul > li {
  width: 100%;
  display: inline-block;
}
.accordion .inner-wrap > ul > li .accordion-header {
  width: 100%;
  height: 44px;
  cursor: pointer;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.accordion .inner-wrap > ul > li .accordion-header > p {
  font-size: 14px;
  line-height: 44px;
  padding-left: 16px;
}
.accordion .inner-wrap > ul > li .accordion-header > p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: red;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(../../images/component/icon_accordion_arrow_down.png)
    no-repeat 0 0;
  background-size: contain;
}
.accordion .inner-wrap > ul > li .accordion-content {
  display: none;
  background: #fff;
  width: 100%;
  min-height: 200px;
  border-bottom: 1px solid #e9e9e9;
}
.accordion .inner-wrap > ul > li .accordion-content > p {
  padding: 16px;
  font-size: 13px;
  color: #565656;
}
.accordion .inner-wrap > ul > li.active .accordion-header > p:after {
  background: url(../../images/component/icon_accordion_arrow_up.png) no-repeat
    0 0;
  background-size: contain;
}
/* faq */
.accordion.faq {
  width: 100%;
}
.accordion.faq .inner-wrap {
  width: 1080px;
  margin: 0 auto;
}
.accordion.faq .inner-wrap > ul > li {
  display: block;
  padding-bottom: 32px;
  border-bottom: 1px solid #e9e9e9;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 32px 128px 0;
  border: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-header > p {
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #121f63;
}
.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  padding: 8px 128px 0;
  min-height: auto;
  border: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-content > p {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.accordion.faq .inner-wrap > ul > li .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
}

/*table-type-area*/
.table-type-area > ul {
  border-top: 1px solid #e6e6e6;
}
.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 68px;
  border-bottom: 1px solid #e6e6e6;
}
.table-type-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  text-align: left;
}
.table-type-area > ul > li > .title {
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  width: 180px;
  background-color: #f9f9f9;
  padding-left: 24px;
}
.table-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.table-type-area > ul > li > .con {
  font-size: 13px;
  color: #161616;
  padding: 8px 16px;
  padding-right: 0;
}
.table-type-area > ul > li > .con input[type="radio"] {
  margin: 0 4px 0 0;
}
.table-type-area > ul > li > .con .input-regular {
  width: 100%;
}
.table-type-area > ul > li > .con .input-regular.width100 {
  min-width: 100px;
  width: auto;
}
.table-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 4px;
}
.table-type-area > ul > li > .con .textarea-regular {
  width: 100%;
  height: 400px;
  margin: 8px 0;
}

.input-regular {
  display: inline-block;
  min-width: 200px;
  height: 35px;
  padding: 0 12px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
  line-height: 35px;
  transition: all 0.5s;
  font-weight: 400;
}
.textarea-regular {
  display: inline-block;
  min-width: 200px;
  padding: 8px 12px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: left;
  color: #565656;
  transition: all 0.5s;
  font-weight: 400;
}
/*■■■파일업로드*/
.file-upload .gallery {
  display: block;
}
.file-upload .gallery:after {
  display: block;
  content: "";
  display: block;
  clear: both;
}
.file-upload .gallery .img-thumb {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../../images/component/bg_upload_img_default.png) no-repeat 0
    0;
  background-size: contain;
}
.file-upload .gallery .delete {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  background: url(../../images/component/icon_file_upload_delete.png) no-repeat
    0 0;
  background-size: contain;
}
.file-upload .gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.file-upload .gallery .file-thumb {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../../images/component/bg_upload_file_default.png) no-repeat 0
    0;
  background-size: contain;
}
.file-upload .gallery .file-thumb .name {
  display: block;
  text-align: center;
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  top: 56px;
  font-size: 11px;
  color: #868686;
  letter-spacing: -1px;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.file-upload .gallery .file-thumb .size {
  display: block;
  text-align: center;
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  top: 76px;
  font-size: 10px;
  color: #a6a6a6;
}
.file-upload .upload {
  cursor: pointer;
  display: inline;
  position: relative;
}
.file-upload .upload > input {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.btn-regular.file-type:before {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: -4px;
  margin-right: 4px;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/component/icon_fileupload_file.png) center center
    no-repeat;
  background-size: contain;
}
.btn-medium {
  display: inline-block;
  min-width: 80px;
  height: 44px;
  padding: 0 16px;
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  font-size: 13px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #868686;
  line-height: 42px;
  transition: all 0.5s;
  font-weight: 500;
}
.btn-group-type1 .btn-medium + .btn-medium {
  margin-left: 6px;
}
.width160 {
  width: 160px !important;
}
.table-type-area + .btn-group-type1,
.table-type-area .btn-group-type1 {
  padding: 32px 0 0;
}
.radius4 {
  border-radius: 4px !important;
}
/*theme-color Setting*/
.theme1-c-btn {
  background-color: #121f63 !important;
  color: #fff !important;
  border: 1px solid #121f63 !important;
}
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #121f63 !important;
  border: 1px solid #121f63 !important;
}
.theme1-c-btn.line {
  background-color: #fff !important;
  color: #121f63 !important;
  border: 1px solid #121f63 !important;
}
.theme1-c-btn.line:hover {
  background-color: #121f63 !important;
  color: #fff !important;
  border: 1px solid #121f63 !important;
}
.theme1-c-font {
  color: #121f63 !important;
}
.theme1-c-bg {
  background-color: #121f63 !important;
}
.theme1-c-line {
  border-color: #121f63 !important;
}

/* mobile */
@media screen and (max-width: 767px) {
  header {
    height: 56px;
  }
  header > .inner-wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .logo {
    width: 80px;
    margin-top: 0;
  }
  header .gnb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }
  header .gnb li a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
  header .gnb li a.login {
    width: 70px !important;
    height: 16px;
    color: #cbef1e;
    line-height: 16px;
    text-align: center;
    border-radius: 90px;
    background-color: #121f63;
    margin-bottom: 4px !important;
  }
  #content {
    margin-top: 56px;
  }
  #content > .inner-wrap {
    width: 100%;
    padding: 0 8px;
  }
  .sub-title-area {
    height: 70px;
    margin-bottom: 20px;
  }
  .sub-title-area h1 {
    font-size: 20px;
  }
  .tab-menu .inner-wrap .tab-header {
    height: 32px;
  }
  .tab-menu .inner-wrap .tab-header li {
    font-size: 12px;
  }
  .sub-title-small {
    margin: 20px 0 0;
    padding-bottom: 8px;
  }
  .sub-title-small h1 {
    font-size: 15px;
  }

  .board-list-area ul li.num {
    width: 14%;
  }
  .board-list-area ul li.date {
    width: 20%;
  }
  .board-list-area .board-list-content > div > ul > li {
    background: #fff;
    padding: 10px 0;
    font-size: 12px;
  }
  .board-list-area .board-list-content > div.notice > ul > li.num {
    font-size: 11px;
  }
  .board-list-area .board-list-content > div.notice > ul > li.date {
    font-size: 11px;
  }
  .paginate-area {
    margin: 16px auto 0;
  }
  .board-view-area .header {
    padding: 12px 0;
  }
  .board-view-area .header h1 {
    font-size: 14px;
  }
  .board-view-area .header .info > ul > li,
  .board-view-area .header .info > ul > li a {
    font-size: 11px;
  }
  .board-view-area .content {
    padding: 16px 0 24px;
    font-size: 12px;
    min-height: 220px;
  }
  .accordion.faq {
    margin-top: 16px;
  }

  /* table-type-area */
  .table-type-area > ul > li {
    height: 40px;
  }
  .table-type-area > ul > li > * {
    padding: 8px;
  }
  .table-type-area > ul > li > .title {
    font-size: 11px;
    width: 100px;
    padding-left: 16px;
  }
  .table-type-area > ul > li > .con .textarea-regular {
    height: 200px;
  }
  .table-type-area + .btn-group-type1,
  .table-type-area .btn-group-type1 {
    padding: 24px 0 0;
  }

  /* section-faq */
  .section-faq {
    padding: 16px 0;
  }
  .section-faq > .accordion.faq .inner-wrap {
    width: 100%;
  }
  .section-faq > .accordion.faq .inner-wrap > ul > li {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9e9e9;
  }
  .section-faq > .accordion.faq .inner-wrap > ul > li .accordion-header {
    position: relative;
    height: auto;
    padding: 16px 24px 0;
    border: 0;
  }
  .section-faq > .accordion.faq .inner-wrap > ul > li .accordion-header > p {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #121f63;
  }
  .section-faq > .accordion.faq .inner-wrap > ul > li .accordion-content {
    position: relative;
    padding: 8px 24px 0;
    min-height: auto;
    border: 0;
  }
  .section-faq > .accordion.faq .inner-wrap > ul > li .accordion-content > p {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #565656;
  }
  .section-faq > .accordion.faq .inner-wrap > ul > li .accordion-content img {
    display: block;
    max-width: 100%;
    margin: 16px 0;
  }

  .section-faq
    > .accordion.faq
    .inner-wrap
    > ul
    > li
    .accordion-header
    > p:after {
    top: 12px;
    margin-top: 0;
  }

  .section-faq
    .accordion
    .inner-wrap
    > ul
    > li.active
    .accordion-header
    > p:after {
    top: 12px;
    margin-top: 0;
  }

  /* service-fee */
  .service-fee {
    width: 100%;
    margin: 16px auto 0;
  }
  .service-fee > h5 {
    margin: 0 auto;
    width: 200px;
    height: 40px;
    padding: 13px 0;
    border-radius: 90px;
    background-color: #f6f6f6;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #121f63;
  }
  .service-fee .vat {
    margin: 5px 0 13px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #a6a6a6;
  }
  .service-fee .table > div > div {
    display: flex;
  }
  .service-fee .table > div > div > p {
    display: table-cell;
    padding: 8px !important;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center !important;
    color: #000;
  }
  .service-fee .table > div > div > p:first-child {
    width: 40%;
    border-top: 1px solid #d6d6d6;
  }
  .service-fee .table > div > div > p:last-child {
    width: 60%;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
  }
  .service-fee .table > div.thead > div > p:first-child {
    background-color: #121f63;
    color: #cbef1e !important;
    border-top: 0;
    font-weight: 600;
  }
  .service-fee .table > div.thead > div > p:last-child {
    background-color: #cbef1e;
    color: #121f63;
    border-top: 0;
    font-weight: 600;
  }
  .service-fee .table > div.tbody > div > p {
    background-color: #f9f9f9;
    color: #000 !important;
  }
  /* section-faq 끝 */
}

/*■■■모달레이어*/
.popup {
  display: inline-block;
  display: none;
  min-width: 500px;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 16px;
  margin-top: 50px;
}
.popup .inner-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 24px 50px;
  position: relative;
}
.popup .inner-wrap .popup-header {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
}
.popup .inner-wrap .popup-content {
  width: 100%;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #000000;
}
.popup .inner-wrap .popup-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: url(../../images/component/icon_modal_close.png) no-repeat 0 0;
  background-size: contain;
}
.popup .inner-wrap .popup-close:hover {
  opacity: 1;
}
.popup .btn-medium {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 50px;
  flex-grow: 0;
  padding: 13px 0;
  border-radius: 5px;
  background-color: #121f63;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

/*block-type-area*/
.block-type-area > ul {
  background: #fff;
  overflow: hidden;
  border-bottom: 0;
  text-align: left;
}
.block-type-area > ul > li {
  margin: 16px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  overflow: hidden;
}
.block-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #f90909;
  margin-right: 8px;
}
.block-type-area > ul > li > .con {
  position: relative;
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.block-type-area > ul > li > .con .input-regular {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  border-radius: 4px;
}
.block-type-area > ul > li > .con .textarea-regular {
  width: 100% !important;
  border-radius: 4px;
  font-size: 18px;
  border-radius: 4px;
  padding: 16px 8px;
}
.block-type-area .agree {
  margin: 16px 0 24px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.block-type-area .agree a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0a40ff;
  text-decoration: underline;
}
