@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.jumbotron {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/beginner-guide/images/header-bg.jpg");
    aspect-ratio: 8/3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jumbotron-title {
    font-family: "adobe-garamond-pro", serif;
    font-size: 60px;
    line-height: 38px;
    font-weight: 600;
    color: #FFFFFF;
}

.index-section {
    background-color: #EFF1F5;
    padding: 48px;
    display: flex;
    gap: 48px;
}

.index-title {
    font-family: 'jost', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.gray-line {
    width: 1px;
    background-color: #D8D8D8;
}

.index-section ul {
    list-style: inside;
}

.index-section ul li::marker {
    color: #003399;
}

.index-section ul li a {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #003399;
}

.type-section {
    margin-top: 96px;
}

.title-wrapper {
    position: relative;
    padding-top: 25px;
    margin-bottom: 48px;
}

.title {
    font-family: 'adobe-garamond-pro', serif;
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
}

.blue-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 2px;
    background-color: #002368;
}

.sub-title {   
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.text {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.text-muted {
    color: #808080;
}

.list-type-section {
    margin-top: 72px;
    display: flex;
    gap: 90px;
}

.list-type-section img {
    height: fit-content;
}

.list-type-section .title-wrapper {
    padding: 30px 0px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 32px;
}

.list-type-section .title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

.list-type-section .description-wrapper {
    display: flex;
    flex-direction: column;
    gap:40px;
}

.list-type-section .sub-title {
    font-family:  Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
}

.card-list {
    background-color: #F5F5F5;
    padding: 48px;
    border-top: 2px solid #052157;
    border-bottom: 2px solid #052157;
    margin-top: 48px;
}

.card-list ul {
    list-style: circle;
}

.card-list ul li:not(:last-child) { 
    margin-bottom: 25px;  
}

.card-list ul li::marker {
    color: #7D8595;
}

.card-list .title {
    font-family:  Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin: 28px 0px;
}

.concierge-services {
    margin-top: 63px;
}

.concierge-services ul {
    list-style: inside;
    margin-bottom: 28px;
}

.concierge-services li {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
}

.concierge-services .title {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 28px;
}

.list-process {
    margin-top: 134px;
    margin-bottom: 129px;
}

.card-flow {
    display: flex;
    gap: 103px;
    align-items: center;
    border-top: 2px solid #D8D8D8;
    border-bottom: 2px solid #D8D8D8;
}

.card-flow .number {
    height: 285px;
    width: 180px;
    background-color: #EFF1F5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #002368;
    border-top: 2px solid #002368;
}

.card-flow .number span {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 26px;
}

.card-flow .desc {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card-flow .title {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #002368;
}

.title-application{
    font-size: 24px !important;
    line-height: 26px !important;
}

.card-flow .wrapper {
    display: flex;
    gap: 103px;
    align-items: center;
    width: 80%;
}

.card-flow .button {
    font-family: 'jost', serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #003399;
    padding: 19px 17px;
    display: flex;
    align-items: center;
    gap: 27px;
    width: fit-content;
    border: 1px solid #D8D8D8;
}

.arrow-down-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
}

@media screen and (max-width: 860px) {

    #mainContent > .wrap {
        max-width: 100%;
        padding: 20px 16px;
    }

    .jumbotron {
        background: url("/beginner-guide/images/sp/header-bg-SP.jpg");
        aspect-ratio: unset;
        height: 428px;
        background-position: center;
        background-size: cover;
    }

    .jumbotron-title {
        font-size: 38px;
        line-height: 38px;
        font-weight: 600;
    }

    .index-section {
        flex-direction: column;
        gap: 16px;
        padding: 24px 18px;
    }
    
    .gray-line {
        width: 100%;
        height: 1px;
    }

    .index-section ul li::marker {
        font-size: 14px;
    }

    .index-section ul li a {
        font-size: 14px;
        line-height: 16px;
    }

    .index-title {
        font-size: 16px;
        line-height: 23px;
    }

    .type-section {
        margin-top: 36px;
    }

    .title-wrapper {
        padding-top: 13px;
        margin-bottom: 20px;
    }

    .title {
        font-size: 26px;
        line-height: 31px;
    }

    .sub-title {
        margin-bottom: 20px;
    }

    .blue-line {
        width: 36px;
    }

    .list-type-section {
        flex-direction: column;
        gap: 24px;
        margin-top: 36px;
    }

    .list-type-section .title {
        font-size: 22px;
        line-height: 26px;
    }

    .list-type-section .title-wrapper {
        padding: 22px 0px;
        margin-bottom: 24px;
    }

    .list-type-section .sub-title {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 23px;
    }

    .list-type-section .description-wrapper {
        gap: 24px;
    }

    .card-list {
        padding: 30px 16px;
    }

    .card-list .title {
        margin-bottom: 16px !important;
        font-size: 20px;
        line-height: 23px;
    }

    .concierge-services {
        margin-top: 31px;
    }

    .concierge-services ul {
        margin-bottom: 31px;
    }

    .concierge-services li {
        font-size: 20px;
    }

    .concierge-services .title {
        font-family: Helvetica, sans-serif;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 16px;
    }

    .list-process {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .card-flow {
        gap: 24px;
        align-items: start;
    }

    .card-flow .number span {
        font-size: 22px;
        line-height: 26px;
    }

    .card-flow .number {
        width: 20%;
        height: auto;
        align-self: stretch;
        justify-content: start;
        padding-top: 32px;
        font-size: 12px;
        line-height: 26px;
    }

    .card-flow .wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        padding: 32px 0px;
    }

    .card-flow .title {
        font-size: 24px;
        text-align: center;
        line-height: 26px;
    }

    .card-flow .wrapper img {
        max-width: 70px;
        max-height: 70px;
    }

    .card-flow .button {
        padding: 15px 18px;
    }
}