/* 공통 */
.fs20 {
	font-size: 20px;
	line-height: 1.5;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs30 {
	font-size: 30px;
}

.fs34 {
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 1.29;
}

.fs44 {
	font-size: 44px;
	line-height: 1.45;
}

.fs46 {
	font-size: 46px;
	line-height: 1.26;
}

.fs54 {
	font-size: 54px;
}

.fs60 {
	font-size: 60px;
	letter-spacing: -1.2px;
}

.hr40 {
    margin-block: 40px;
}

.hr50 {
    margin-block: 50px;
}

.hr100 {
    margin-block: 100px;
}

.white-wrap {
    background-color: #fff;
    padding: 50px;

    + .white-wrap {
        margin-top: 25px;
    }
}

.dot-list-20 {
    > li {
        font-size: 20px;
        line-height: 1.7;
        position: relative;
        padding-left: 30px;

        &::before {
            content: '';
            position: absolute;
            top: 16px;
            left: 12px;
            width: 4px;
            height: 4px;
            background-color: var(--txt-sub);
            border-radius: 50%;
        }
    }
}


/* 메인 */
.wrapper {
	width: max(100%, 1340px);
}

.cont {
	margin-inline: auto;
	width: 1100px;
}

.hero-visual {
    overflow: hidden;

    img {
        opacity: 1 !important;
    }
}

.hero-tagline {
    height: 471px;
    background-color: #413C28;
    padding-top: 160px;
    color: #fff;

    h2 {
        margin-top: 20px;
    }
}

.content-body {
    background-color: #F4F4F2;
    border-top: 1px solid transparent;
    padding-bottom: 268px;
}

.sec-1 {
    margin-top: -260px;

    .white-wrap {
        opacity: 1 !important;
        box-shadow: 0 2px 50px rgb(0 0 0 / 3%);
    }
}

.sec-1 h3 {
    margin-bottom: 10px;
}

.sec-2 {
    padding-top: 200px;

    .title-wrap {
        margin-bottom: 60px;
    }

    h3 {
        margin-bottom: 20px;
    }
}

.list-1 {
    display: flex;
    gap: 60px;

    > li {
        width: calc((100% - 60px) / 2);
    }

    h4 {
        margin-bottom: 10px;
    }
}

.sec-3 {
    padding-top: 80px;

    h3 {
        margin-bottom: 25px;
    }
}

.nation-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.sec-4 {
    padding-top: 200px;

    .title-wrap {
        margin-top: 50px;
    }

    h3 {
        margin-bottom: 25px;
    }
}

.section .banner {
    overflow: hidden;
    position: relative;

    img {
        opacity: 1 !important;
    }

    h3 {
        position: absolute;
        bottom: 60px;
        left: 50px;
    }
}

.sec-5 {
    padding-top: 200px;

    .title-wrap {
        margin-top: 50px;
    }
}

.list-2 {
	margin-top: 40px;

	> li {
		font-size: 20px;
		line-height: 1.5;
	}

	> li + li {
		margin-top: 40px;
	}

	strong, h4 {
		font-size: 24px;
		color: var(--black);
		font-weight: 600;
        display: inline;
	}
}

.sec-6 {
    padding-top: 200px;
}

.list-3 {
    margin-top: 100px;

    > li {
        display: flex;
        align-items: center;
        gap: 80px;
    }

    > li + li {
        margin-top: 50px;
    }

    .photo {
        width: 470px;
        flex-shrink: 0;
    }

    .content {
        flex-grow: 1;
        padding-right: 79px;
    }

    h4 {
        margin-bottom: 20px;
    }
}

.sec-7 {
    padding-top: 200px;
    
    h3 {
        margin-bottom: 20px;
    }
}

.list-4 {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid;

    > li {
        width: calc(100% / 2);
        padding: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: 50px;
            bottom: 50px;
            left: 0;
            width: 1px;
            background-color: #AAAAA0;
            display: none;
        }

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 50px;
            right: 50px;
            height: 1px;
            background-color: #AAAAA0;
            display: none;
        }
    }

    > li:nth-child(even)::before {
        display: block;
    }

    > li:nth-child(n+3)::after {
        display: block;
    }

    .ico {
        margin-block: 30px;
        transform: scale(0.9);
        opacity: 1 !important;
    }
}

.sec-8 {
    padding-top: 150px;

    .title-wrap {
        margin-top: 50px;
    }
    
    h3 {
        margin-bottom: 20px;
    }

    h4 {
        margin-bottom: 100px;
    }

    .white-wrap {
        margin-top: 70px;
    }

    .desc {
        margin-block: 20px 40px;
    }
}

.cost-savings {
    width: 669px;
    margin-inline: auto;
}

.inclusive {
    width: 784px;
    margin-inline: auto;
    position: relative;
}

.inclusive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 48px;
        height: 95px;
        background-color: #E0E0DE;
        gap: 38px;
        padding-inline: 50px 59px;
        white-space: nowrap;
    }

    li + li {
        margin-top: 14px;
    }

    li:nth-child(2) {
        margin-left: 115px;
    }

    li:nth-child(3) {
        margin-left: 317px;
    }

    li:nth-child(4) {
        margin-left: 379px;
    }
}

.smarter-price {
    width: 587px;
    height: 540px;
    margin-inline: auto;
    margin-top: 90px;
    position: relative;

    .item {
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        text-align: center;

        &.us {
            top: 0;
            right: 0;
            width: 459px;
            aspect-ratio: 1 / 1;
            background-color: #D9D9D9;
            gap: 9px;
        }

        &.kor {
            bottom: 0;
            left: 0;
            width: 201px;
            aspect-ratio: 1 / 1;
            background-color: var(--green);
            gap: 5px;

        }
    }
}

.sec-9 {
    padding-top: 154px;

    .title-wrap {
        margin-top: 50px;
    }

    h4 {
        margin-bottom: 20px;
    }
}

.insurance-group {
    display: flex;
    gap: 140px;
    margin-top: 85px;

    img {
        mix-blend-mode: multiply;
    }
}