@charset "utf-8";

body {
	background: linear-gradient(#c4f9ff 0%, #c4f9ff 30%, #fff 100%) no-repeat;
}

img {
	width: 100%;
}

#container {
	padding-top: 0;
	padding-bottom: 100px;
}
#content {
	padding: 60px 70px 0 55px;
	max-width: 100%;
}

section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px;
}
section > div {
	flex: 1;
	width: 100%;
}
section > div {
	padding-right: 35px;
}
section > div.banner-items {
	flex: 0 0 200px;
	padding-right: 0;
}

.visual-sec .top {
	margin: 0 auto;
	max-width: 530px;
	text-align: center;
}
.visual-sec h1 {
	font-size: 70px;
	color: var(--gs-color-palatinate-blue);
	letter-spacing: -2px;
	line-height: 1.1;
}
.visual-sec h1 p:nth-child(1) {
	padding: 10px;
	color: var(--gs-color-white);
	border-radius: 5px;
	background-color: var(--gs-color-palatinate-blue);
}
.visual-sec h1 p:nth-child(1) strong {
	color: var(--gs-color-sunglow);
}
.visual-sec h1 p ~ p {
	margin-top: 5px;
}
.visual-sec h1 + div {
	margin: 5px auto 0;
	max-width: 360px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: -0.5px;
}
.visual-sec p:has(.bg-txt) {
	margin-top: 5px;
}
.visual-sec .bg-txt {
	padding: 3px 8px;
	color: var(--gs-color-white);
	border-radius: 3px;
	background-color: var(--gs-color-capri);
}
.visual-sec .link-con .gs-flex {
	gap: 35px;
	margin-top: 35px;
}
.visual-sec .link-con [class*="item-"] {
	flex: 1;
	position: relative;
	transition: transform var(--gs-duration-base) ease-out;
}
.is-online .visual-sec .link-con [class*="item-"]:has(.link:hover)  {
	transform: scale(1.1);
}
.visual-sec .link-con [class*="item-"] .link {
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 30px 50px;
	width: 100%;
	height: 265px;
}
.visual-sec .link-con [class*="item-"] .link > div {
	position: absolute;
	top: 10%;
}
.visual-sec .link-con [class*="item-"] h2 {
	font-size: 30px;
	color: var(--gs-color-white);
}
.visual-sec .link-con [class*="item-"] p {
	margin-top: 3px;
	color: var(--gs-color-sunglow);
	text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.3);
	line-height: 1.6;
}
.visual-sec .link-con .item-2 {
	margin-top: -90px;
}
.visual-sec .how-to-apply-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: 32px auto;
	padding: 0 0 0 10px;
	max-width: 270px;
	height: 63px;
	font-size: 20px;
	color: var(--gs-color-white);
	border-radius: 35px;
	background-color: var(--gs-color-apple);
	transition: box-shadow var(--gs-duration-base);
}
.visual-sec .how-to-apply-btn span {
	padding-right: 30px;
	background: var(--gs-icon-arrow-right-white) no-repeat right 6px / 20px;
}
.is-online .visual-sec .how-to-apply-btn:hover {
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--gs-color-apple);
}

.banner-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.banner-items .banner {
	padding: 20px;
	width: 200px;
	height: 185px;
	letter-spacing: -1px;
	border-radius: 15px;
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: var(--gs-color-white);
}
.banner-items a.banner {
	transform: translateY(0px);
	transition: var(--gs-duration-base);
}
.is-online .banner-items a.banner:hover {
	box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
}
.banner-items .banner.blank {
	width: 200px;
	height: 185px;
	background: none;
	box-shadow: none;
}
.banner-items p {
	margin-bottom: 2px;
	font-size: 20px;
}
.banner-items small {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: var(--gs-color-old-silver);
	letter-spacing: -1.5px;
	line-height: 1.4;
}
.banner-items small span {
	display: block;
}
.banner-items .remaining-budget {
	padding: 10px 16px;
	color: var(--gs-color-palatinate-blue);
	text-align: center;
	border: 2px solid var(--gs-color-white);
	background-color: #b6e9fb;
}
.banner-items .remaining-budget p {
	font-size: 22px;
	text-align: center;
}
.banner-items .remaining-budget small {
	margin-top: 10px;
	font-size: 15px;
	color: inherit;
	line-height: 1.2;
}
.banner-items .remaining-budget small::before {
	position: relative;
	margin-right: 5px;
}
.banner-items .products-search {
	background-image: url(../img/img_banner_search.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 14px) calc(100% - 14px);
	background-size: 70px;
}
.banner-items .faq {
	background-image: url(../img/img_banner_faq.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) calc(100% - 20px);
	background-size: 88px;
}
.banner-items .customer-service {
	cursor: default;
	background-image: url(../img/img_banner_customer.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 11px) calc(100% - 14px);
	background-size: 72px;
}
.banner-items .kakaotalk {
	background-image: url(../img/img_banner_kakaotalk.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 11px) calc(100% - 14px);
	background-size: 70px;
}
.is-online .banner-items .customer-service:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05) !important;
	transform: none !important;
}
.banner-items .customer-service .phone-number {
	margin-bottom: 10px;
	font-size: 31px;
	font-weight: 900;
	color: var(--gs-color-palatinate-blue);
	line-height: 1;
}
.banner-items .span-grp {
	padding-right: 65px;
}

.notice-sec {
	margin-top: -188px;
	margin-right: 225px;
}
.notice-sec > div {
	position: relative;
	padding: 25px 15px 25px 130px;
	min-height: 185px;
	border-radius: 15px;
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: var(--gs-color-white);
}
.notice-sec h3 {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 20px;
}
.notice-list-con {
	position: relative;
	padding: 0 50px !important;
	height: 138px;
}
.notice-list-con .gs-no-con {
	height: 100%;
}
.swiper-notice,
.swiper-notice .swiper-wrapper {
	position: static !important;
}
.swiper-notice .swiper-arrow-button {
	top: 0;
	margin-top: 0;
	height: 100%;
	background-size: 30px;
}
.swiper-notice .swiper-button-prev {
	background-image: var(--gs-icon-arrow-left-blue);
}
.swiper-notice .swiper-button-next {
	background-image: var(--gs-icon-arrow-right-blue);
}
.swiper-notice .swiper-slide a {
	display: block;
	padding: 18px 20px 25px;
	border: 1px solid var(--bg-color);
	border-radius: 10px;
	--bg-color: #d1e6ff;
}
.swiper-notice .swiper-slide a:focus-visible {
	border: none;
	box-shadow: inset 0 0 0 2px var(--gs-color-black) !important;
}
.swiper-notice .swiper-slide a .gs-ellipsis {
	height: 58px;
	line-height: 1.8;
}
.swiper-notice .swiper-slide a small {
	display: block;
	margin-top: 20px;
	text-align: right;
	color: var(--gs-color-spanish-gray);
}
.is-online .swiper-notice .swiper-slide a:hover {
	border-color: var(--gs-color-palatinate-blue);
	box-shadow: inset 0 0 0 1px var(--gs-color-palatinate-blue) !important;
}

@media all and (max-width: 1280px) {
	.visual-sec .link-con [class*="item-"] .link > div {
		top: 18%;
	}
}
@media all and (max-width: 1220px) {
	.visual-sec .link-con [class*="item-"] .link > div {
		top: 25%;
	}
}
@media all and (max-width: 1180px) {
	.visual-sec .link-con [class*="item-"] .link {
		padding-left: 35px;
		padding-right: 35px;
	}
	.visual-sec .link-con [class*="item-"] .link > div {
		top: 30%;
	}
}
@media all and (max-width: 1140px) {
	#content {
		padding-left: 0;
		padding-right: 0;
	}
	section {
		flex-direction: column;
	}
	section > div {
		padding-right: 0;
	}
	.visual-sec .link-con .gs-flex {
		flex-direction: column;
		margin-top: 50px;
	}
	.visual-sec .link-con [class*="item-"] {
		max-width: 420px;
	}
	.visual-sec .link-con [class*="item-"] .link {
		padding-left: 50px;
		padding-right: 50px;
	}
	.visual-sec .link-con [class*="item-"] .link > div {
		top: 30px;
	}
	.visual-sec .link-con .item-2 {
		margin-top: 0;
	}
	.visual-sec .how-to-apply-btn {
		margin-top: 70px;
		margin-bottom: 50px;
		max-width: 300px;
	}
	section > div.banner-items {
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 540px;
	}
	.banner-items .banner {
		flex-basis: calc(50% - 10px);
	}
	.banner-items .kakaotalk {
		flex-basis: 100%;
	}
	.banner-items .kakaotalk small span {
		display: inline;
	}
	.banner-items .banner.blank {
		display: none;
	}
	.notice-sec {
		margin: 20px auto 0;
		max-width: 540px;
	}
	.notice-sec > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.notice-sec h3 {
		position: static;
		margin-bottom: 20px;
	}
	.notice-list-con .gs-no-con {
		margin-top: -40px;
	}
}
@media all and (max-width: 580px) {
	.visual-sec h1 {
		margin: 0 auto;
		width: 270px;
	}
}
@media all and (max-width: 480px) {
	#content {
		padding-top: 40px;
	}
	section > div.banner-items {
		width: 100%;
	}
	.banner-items .banner {
		flex: none !important;
		width: 100%;
	}
	.banner-items .banner {
		height: auto;
		min-height: 150px;
	}
	.banner-items .products-search .span-grp span {
		display: inline-block;
	}
	.banner-items .customer-service {
		margin-top: 0;
	}
	.notice-sec {
		padding: 0;
	}
	.notice-list-con {
		padding: 0 !important;
	}
	.swiper-notice .swiper-arrow-button {
		top: -50px;
		left: auto;
		right: -5px;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background-size: 18px;
	}
	.swiper-notice .swiper-button-prev {
		right: 35px;
	}
}
@media all and (max-width: 440px) {
	.visual-sec .link-con [class*="item-"] .link {
		padding: 0 30px;
	}
	.visual-sec .link-con [class*="item-"] .link > div {
		top: 50%;
		transform: translateY(calc(-50% - 25px));
	}
}
@media all and (max-width: 400px) {
	.visual-sec h1 {
		width: auto;
		font-size: 40px;
		line-height: 1.2;
	}
	.visual-sec h1 p {
		display: inline-flex;
	}
	.visual-sec .link-con .gs-flex {
		margin-top: 30px;
	}
	.visual-sec .link-con [class*="item-"] .link > div {
		transform: translateY(-50%);
	}
	.visual-sec .bg-txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
		background: none;
	}
	.visual-sec .bg-txt span {
		display: inline-flex;
		padding: 0 10px;
		border-radius: 3px;
		background-color: var(--gs-color-capri);
	}
}
@media all and (max-width: 390px) {
	.visual-sec .link-con [class*="item-"] .link > div {
		transform: translateY(-50%);
	}
}

.swiper-main-popup .swiper-pagination-wrap {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 15px;
	min-width: 50px;
	max-width: 80%;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 50;
}
.swiper-main-popup .swiper-pagination {
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 25px;
}
.swiper-main-popup .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 0.5;
	background-color: #fff;
}
.swiper-main-popup .swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper-main-popup .swiper-button-prev,
.swiper-main-popup .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: 100%;
}
.swiper-main-popup .swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M14.71 15.88L10.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z'/%3E%3C/svg%3E");
}
.swiper-main-popup .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M9.29 15.88L13.17 12 9.29 8.12c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3c-.39.39-1.02.39-1.41 0-.38-.39-.39-1.03 0-1.42z'/%3E%3C/svg%3E");
}