/* Font */
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'), url('../fonts/pretendard/Pretendard-Regular.woff2') format('woff2'), url('../fonts/pretendard/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff'), url('../fonts/pretendard/Pretendard-Medium.woff2') format('woff2'), url('../fonts/pretendard/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff'), url('../fonts/pretendard/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/pretendard/Pretendard-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff'), url('../fonts/pretendard/Pretendard-Bold.woff2') format('woff2'), url('../fonts/pretendard/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff'), url('../fonts/pretendard/Pretendard-ExtraBold.woff2') format('woff2'), url('../fonts/pretendard/Pretendard-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/Gmarket/GmarketSansLight.woff') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/Gmarket/GmarketSansLight.woff') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/Gmarket/GmarketSansMedium.woff') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/Gmarket/GmarketSansBold.woff') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/Gmarket/GmarketSansBold.woff') format('opentype');
  font-weight: 700;
}

/* common */
.text-point {
  color: #00f1f5;
}

.text-yellow {
  color: #ffff00;
}

.text-main {
  color: #0056a8;
}

.text-red {
  color: #db2290;
}

.text-white {
  color: #ffffff;
}

.title-ff {
  font-family: 'GmarketSans';
}

/* custom */
body {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  min-width: 320px;
  padding: 0;
  color: #404043;
  word-break: keep-all;
  background-color: #e9f6fd;
}

a {
  text-decoration: none;
}

p.desc {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.6rem;
  letter-spacing: -0.1rem;
}

p.desc span {
  white-space: nowrap;
}

h2.title {
  font-size: 68px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.1rem;
}

h3.title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: -0.1rem;
}

.sec-1 {
  background: #2d4487;
}

.sec-1 .bg-img {
  background: url(../../images/landing/main_bg.png) 50% 50% no-repeat;
  background-size:contain;
  height: 956px;
}

.sec-1 header .top_logo {
    background: url("../../images/landing/top_logo.png") no-repeat left 50%;
    padding-left: 45px;
}

.sec-1 .title {
  margin: 3rem 0 0;
  text-align: center;
}

.sec-1 .pcview {
  font-family: 'GmarketSans';
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin: 4rem 0;
  line-height: 1.3;
}

.sec-1 .mobileview {
  font-family: 'GmarketSans';
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin: 4rem 0;
  line-height: 1;
  display: none;
}

.sec-1 p .textbox {
  color: #ffff00;
  background-color: #db2290;
  padding: 0.3rem 0.3rem 0 0.3rem;
}

.sec-1 p .ppoint {
    position: relative;
}

.sec-1 p .ppoint::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #db2290;
    display: block;
    position: absolute;
    top: -30px;
    left: 30%;
}

.sec-5 {
  background: #e9f6fd;
  padding: 6rem 0;
}

.sec-5 .card {
  border: none;
  border-radius: 1.2rem;
  box-shadow: 0 0 12px #00000040;
  align-items: center;
  padding: 3rem 2rem 1rem;
}

.sec-5 .card p.title {
  color: #0056a8;
  font-size: 32px;
  font-weight: 600;
  font-family: 'GmarketSans';
  padding: 2rem 0 0;
  text-align: center;
}

.sec-5 .card p.desc {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}

.sec-2 {
  background: #ffffff;
  padding: 6rem 0;
}

.swiper {
  width: 100%;
}

.swiper img {
  width: 100%;
}

.swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  margin: 1rem;
}

.swiper-slide {
  overflow: hidden;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  margin: 1rem;
}

.sec-3{
  background: #142f4c;
  padding: 6rem 0;
}

.sec-3 .card {
  background: #142f4c;
  align-items: start;
  padding: 2rem 2.8rem;
  height: 240px;
}

.sec-3 .card p.title {
  font-size: 26px;
  color: #fff;
  text-align: start;
  font-weight: 500;
  line-height: 1.2;
}

.sec-3 .card p.desc {
  color: #ffff00;
  text-align: start;
  font-size: 36px;
  font-weight: 600;
  font-family: 'GmarketSans';
  margin-bottom: 1rem;
}

.sec-3 .card span.rounded {
  background-color: #ffffff;
  border-radius: 5px !important;
  padding: 4px 10px 2px;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 26px;
}

.sec-3 .card .txt {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 130px;
  margin-bottom: 20px;
}

.sec-3 .card .icon1 {
  background: url(../../images/landing/icon_y1.png) no-repeat 0 center;
}
.sec-3 .card .icon2 {
  background: url(../../images/landing/icon_y2.png) no-repeat 0 center;
}
.sec-3 .card .icon3 {
  background: url(../../images/landing/icon_y3.png) no-repeat 0 center;
}
.sec-3 .card .icon4 {
  background: url(../../images/landing/icon_y4.png) no-repeat 0 center;
}

.sec-4 {
  background: #e9f6fd;
  padding: 6rem 0;
}

.sec-4 .table {
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border: solid #142f4c 3px;
  margin-top: 50px;
}

.sec-4 .table th {
  background-color: #142f4c;
  color: #fff;
  border: 1px solid #e9f6fd;
}

.sec-4 .table td {
  border: 1px solid #142f4c;
  font-size: 36px;
}

.sec-4 .mobileview {
  display: none;
}


.sec-6 {
  background: #e9f6fd;
  padding: 6rem 0;
}

.sec-6 .accordion-item h2 span {
  font-size: 20px;
  font-weight: 600;
}

.sec-6 .accordion-item ul {
  margin-top: 1.2rem;
  font-size: 18px;
  line-height: 1.6;
  list-style: none;
}

.sec-6 .accordion-item ul li {
  padding-bottom: 10px;
}


.sec-6 .accordion-item ul .badge {
  background-color: #0056a8;
  padding: 6px 10px 5px;
}

.sec-7 {
  background: #fff;
  padding: 8rem 0;
  font-size: 24px;
  font-weight: 600;
}

.sec-7 span.rounded {
    color: #fff;
    background-color: #0056a8;
    border-radius: 5px !important;
    padding: 8px 20px 4px;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: 'GmarketSans';
    font-size: 17px;
  }

.step-box {
    position: relative;
    padding-left: 230px;
    margin: 0 auto 34px;
    width: 1060px;
    height: 126px;
}

.box-color-1 {
    border: 2px solid #32b1a3;
}
.box-color-2 {
    border: 2px solid #2293a4;
}
.box-color-3 {
    border: 2px solid #1073a6;
}
.box-color-4 {
    border: 2px solid #035ca7;
}

.step-box .step-number {
font-size: 36px;
font-weight: 700;
text-align: center;
text-decoration: none;
color: #fff;
border-right: 20px solid transparent;
height: 0;
line-height: 80px;
position: absolute;
top: 0px;
left: 0;
width: 200px;
}

.step-box .number-bg-1 {
    border-bottom: 122px solid #32b1a3;
}
.step-box .number-bg-2 {
    border-bottom: 122px solid #2293a4;
}
.step-box .number-bg-3 {
    border-bottom: 122px solid #1073a6;
}
.step-box .number-bg-4 {
    border-bottom: 122px solid #035ca7;
}

.step-box .step-number span {
position: absolute;
width: 100%;
display: block;
top: 80px;
left: 0;
line-height: 0;
font-size: 36px;
font-weight: 700;
}

.step-box .step-content {
text-align: left;
font-weight: 600;
padding-top: 30px;
line-height: 1.2;
}

.step-box .pt {
    padding-top: 50px;
}

.step-box .step-content p {
font-size: 26px;
}

.refer {
    text-align: center;
  }

.step-box .step-content p .hilight {
    background-color: #00f1f5;
}

.step-box .step-content .txtpink {
font-size: 20px;
color: #db2290;
font-weight: 400;
display: block;
}

.step-box .step-content a {
position: absolute;
top: 50px;
right: 30px;
color: #0056a8;
font-size: 20px;
font-weight: 700;
}

.step-box .step-content a i {
color: #0056a8;
font-weight: 700;
font-size: 16px;
display: inline-block;
margin-left: 4px;
}

.ask_table {
  background: url(../../images/landing/ask_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 6rem 0;
}

.ask_table h2.title {
  color: #fff;
}

.ask_table .contact {
  margin: 2rem 0 3rem;
}

.ask_table .contact a {
  color: #fdcd0a;
  font-family: 'GmarketSans';
  font-size: 52px;
  font-weight: 600;
  background: #11102d;
  border-radius: 50px;
  display: inline-block;
  padding: 1.3rem 3rem 0.6rem;
  line-height: 1.2;
}

.ask_table .form-area {
  background: #fff;
  padding: 1.6rem;
  text-align: left;
}

.ask_table .form-area p.title {
  font-size: 24px;
  text-align: center;
  color: #282d5a;
  font-family: 'GmarketSans';
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.ask_table .table {
  border-top: 1px solid #000;
}

.ask_table .table th {
  background: #f7f7f7;
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 0.9rem;
  width: 320px;
  white-space: nowrap;
}

.ask_table .table td {
  border-bottom: 1px solid #ddd;
}

.ask_table .table tr:last-child th,
.ask_table .table tr:last-child td {
  border-bottom: 1px solid #000;
}

.ask_table .border {
  font-size: 14px;
  color: #666;
}

.ask_table .border p {
  font-size: 18px;
  color: #000;
}

.ask_table .border ul {}

.ask_table .border ul li {
  padding-bottom: 0.3rem;
}

.btn-bottom {
  padding-top: 5rem;
}

.btn-bottom .btn {
  font-family: 'GmarketSans';
  color: #11102d;
  background: #fdcd0a;
  border-radius: 0.5rem;
  border: 3px solid #11102d;
  font-size: 40px;
  padding: 1rem 0 0.5rem;
  font-weight: 600;
}

.btn-bottom .btn:hover {
  color: #fdcd0a;
  background: #000000;
}


/* .btn-bottom .btn:active,
.btn-bottom .btn:focus,
.btn-bottom .btn:hover {
  color: #11102d;
  background: #fdcd0a;
} */

footer {
  font-family: 'GmarketSans';
  font-weight: 500;
  text-align: left;
  color: #535353;
  font-size: 14px;
  background-color: #f5f5f5;
}

.floating {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
