/* GEO Metric Care Page */

/* Dot Decoration */
.geo-dot{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #379bc1;
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: bottom;
    position: relative;
    top: -4px;
}
.geo-dot-white{
    background-color: #fff;
}

/* Hero */
.geo-page-hero{
    padding-bottom: 80px;
    position: relative;
    overflow: visible;
}
.geo-page-hero .main-tit{
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1;
    color: #19448c;
    display: inline-flex;
    align-items: flex-end;
    gap: 8px;
	margin-bottom: 0px;
}
.geo-page-hero .main-tit br{
    display: none;
}
.geo-page-hero-content{
    position: relative;
}
.geo-page-hero-visual{
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    z-index: 0;
    width: clamp(400px, calc(36px + 35vw), 700px);
    right: clamp(-200px, calc(470px - 38vw), 0px);
}
.geo-page-hero-visual img{
    width: 100%;
}
.geo-page-hero-text{
    position: relative;
    z-index: 1;
    max-width: 620px;
}
.geo-page-subtitle{
    font-family: 'Pretendard', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #379BC1;
    line-height: 1.3;
	
	@media (max-width: 1000px) {
		font-size: 25px;
	} 
}
.geo-page-subtitle strong {
	font-weight: 700;
}
.geo-page-subtitle br {
    display: none;
}
.geo-page-hero-desc{
    margin-top: 46px;
    font-size: 22px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 1.5;
}
.geo-page-hero .btn-wrap{
    margin-top: 108px;
}
.btn-geo-apply{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 22px 60px;
    background-color: #001f52;
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.3s;
}
a.btn-geo-apply:hover,
a.btn-geo-apply:active,
a.btn-geo-apply:visited,
a.btn-geo-apply:focus{
    background-color: #001f52 !important;
    color: #fff !important;
    opacity: 1;
    text-decoration: none;
}
.geo-btn-icon{
    flex-shrink: 0;
}

/* WHY GEO */
.geo-page-whygeo{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(101deg, #45BBE9 -12.33%, #064EC8 99.29%), #FFF;
    padding: 100px 0;
    overflow: hidden;
}
.geo-page-whygeo-inner{
    max-width: 100%;
    margin-left: max(0px, calc((100% - 1140px) / 2 + 10px));
    margin-right: 0;
}
.geo-page-whygeo-content{
    display: flex;
    align-items: stretch;
    gap: 120px;
}
@media (max-width: 1200px){
    .geo-page-whygeo-content{
        padding-left: 20px;
        gap: 100px;
    }
}
.geo-page-whygeo-text{
    flex-shrink: 0;
    width: clamp(360px, 45vw, 580px);
}
.geo-page-whygeo-text .main-tit{
    font-size: 7.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 8px;
	margin-bottom: 0px;
}
.geo-page-whygeo-text .main-tit br{
    display: none;
}
.geo-page-whygeo-title{
    margin-top: 40px;
    font-family: 'Pretendard', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.geo-page-whygeo-title strong {
    font-weight: 500;
}
.geo-page-whygeo-desc{
    display: block;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.5;
}
.br-mo{
    display: none;
    content: '';
    font-size: 0;
    line-height: 0;
}
.br-web {
	display: block;
	font-size: inherit;
	line-height: inherit;
}
.geo-page-whygeo-arrows-desktop{
    display: flex;
    gap: 6px;
    margin-top: 112px;
}
.geo-page-whygeo-arrows-mobile{
    display: none;
}
.geo-card-prev,
.geo-card-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: transparent;
    color: #ccc;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geo-card-prev:hover,
.geo-card-next:hover{
    border-color: #ccc;
    background-color: rgba(204,204,204,0.15);
}
.geo-page-card-area{
    flex: 1;
    overflow: hidden;
}
.geo-page-card-view{
    overflow: hidden;
}
.geo-page-card{
    padding: 0 12px;
    width: clamp(280px, 100vw, 360px);
    height: auto;
}
.geo-page-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.geo-page-card-view .slick-track,
.geo-page-card-view .slick-list{
    height: 100%;
}
.geo-page-card-view .slick-slide{
    height: auto;
}
.geo-page-card-view .slick-slide > div{
    height: 100%;
}

/* FAQ */
.geo-page-faq{
    background-color: #e9f0f2;
    padding: 100px 0;
}
.geo-page-faq .main-tit{
    font-size: 7.2rem;
    font-weight: 700;
    color: #19448c;
    line-height: 1;
    margin-bottom: 60px;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 8px;
}
.geo-page-faq .main-tit:after{
    display: none;
}
.geo-faq-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.geo-faq-item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.geo-faq-item.active{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.geo-faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    cursor: pointer;
}
.geo-faq-question span{
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #424242;
}
.geo-faq-item.active .geo-faq-question span{
    font-weight: 700;
    color: #19448c;
}
.geo-faq-toggle{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #a0a6a8;
    border: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
.geo-faq-toggle:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
}
.geo-faq-toggle:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.geo-faq-item.active .geo-faq-toggle{
    background-color: #19448c;
}
.geo-faq-item.active .geo-faq-toggle:after{
    height: 0;
}
.geo-faq-answer{
    display: none;
    padding: 0 40px 30px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.geo-faq-item.active .geo-faq-answer{
    display: block;
}
.geo-faq-answer p{
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #5a5a5a;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.16px;
}

/* GEO Contact */
.geo-contact-hero{
    position: relative;
}
.geo-form-visual{
    position: absolute;
    top: 8%;
    transform: translateY(-50%);
    right: clamp(-200px, calc(470px - 38vw), 0px);
    width: clamp(400px, calc(36px + 35vw), 700px);
    z-index: 0;
}
.geo-form-visual img{
    width: 100%;
}
.geo-contact-hero .main-tit-wrap{
    position: relative;
    z-index: 1;
	padding-bottom: 120px !important;
}
.geo-btn-submit{
    background-color: #379bc1 !important;
    border-color: #379bc1 !important;
    color: #fff !important;
}
.geo-btn-submit:hover{
    background-color: #2e8aad !important;
    border-color: #2e8aad !important;
}

/* Mobile */
@media (max-width: 768px){
    /* Hero Mobile */
    .geo-page-hero{
        padding-top: 90px;
        padding-bottom: 60px;
        padding-left: min(25px, 6%) !important;
        padding-right: min(25px, 6%) !important;
    }
    .geo-page-hero .main-tit br{
        display: block;
    }
    .geo-page-hero .main-tit{
        font-size: 3.6rem;
    }
    .geo-page-hero-visual{
        position: static;
        width: 100%;
    }
    .geo-page-subtitle{
        margin-top: 16px;
        font-size: 2.4rem;
        color: #379BC1;
		line-height: 1.2;
		letter-spacing: -0.24px;
    }
    .geo-page-subtitle strong{
        font-weight: 700;
    }
    .geo-page-subtitle br{
        display: block;
    }
    .geo-page-hero-desc{
        margin-top: 30px;
        font-size: 16px;
        font-weight: 500;
		line-height: 130%; /* 20.8px */
		letter-spacing: -0.32px;
    }
    .geo-page-hero-desc br{
        display: none;
    }
    .geo-page-hero .btn-wrap{
        margin-top: 30px;
    }
    .btn-geo-apply{
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 18px;
        font-size: 24px;
    }

    /* WHY GEO Mobile */
    .geo-page-whygeo{
		padding-top: 80px;
		padding-bottom: 80px;
        padding-left: min(25px,6%);
		padding-right: min(25px,6%);
    }
    .geo-page-whygeo-inner{
        padding: 0;
    }
    .geo-page-whygeo-content{
        flex-direction: column;
		padding-left: 0px;
		padding-right: 0px;
        gap: 20px;
    }
    .geo-page-whygeo-text{
        width: 100%;
        display: contents;
    }
    .geo-page-whygeo-text .main-tit{
        font-size: 3.9rem;
        width: fit-content;
    }
    .geo-page-whygeo-text .main-tit br{
        display: block;
    }
    .geo-page-whygeo-title{
        font-size: 2.4rem;
        font-weight: 400;
		margin-top: 0;
		margin-bottom: 20px;
		line-height: 120%;
		letter-spacing: -0.72px;
    }
    .geo-page-whygeo-title strong{
        font-weight: 700;
    }
    .geo-page-whygeo-arrows-desktop{
        display: none;
    }
    .geo-page-whygeo-arrows-mobile{
        display: flex;
        gap: 6px;
        margin-top: 32px;
    }
    .geo-page-whygeo-desc{
        font-size: 20px;
        margin-top: 20px;
        order: 10;
		line-height: 130%; /* 26px */
		letter-spacing: -1px;
    }
    .br-mo{
        display: block;
        font-size: inherit;
        line-height: inherit;
    }
	.br-web {
		display: none;
		content: '';
		font-size: 0;
		line-height: 0;
	}
    .geo-page-card-area{
        width: 100%;
    }
    .geo-page-card-view{
        width: 100% !important;
        height: auto !important;
    }
    .geo-page-card{
        height: auto !important;
        padding: 0 8px !important;
    }
    .geo-page-card img{
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 20px;
    }
    .geo-page-card-view .slick-list,
    .geo-page-card-view .slick-track,
    .geo-page-card-view .slick-slide > div{
        height: auto !important;
    }

    /* FAQ Mobile */
    .geo-page-faq{
		padding-top: 60px;
        padding-left: min(25px,6%);
		padding-right: min(25px,6%);
    }
    .geo-page-faq .inner-layer{
        padding-left: 0;
        padding-right: 0;
    }
    .geo-page-faq .main-tit{
        font-size: 3.6rem;
        margin-bottom: 40px;
    }
    .geo-faq-list{
        gap: 18px;
    }
    .geo-faq-question{
        padding: 20px 16px;
    }
    .geo-faq-item.active .geo-faq-question{
        padding: 20px 16px;
    }
    .geo-faq-question span{
        font-size: 18px;
		line-height: 140%;
    }
    .geo-faq-answer{
        padding: 0 16px 20px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }
    .geo-faq-answer p{
        font-size: 16px;
    }

    /* GEO Contact Mobile */
    .geo-form-visual{
        display: none;
    }
}
