/* 251108 추가 CSS */
.search-children-box .search-children-select-items {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.search-children-box .search-children-select-items .selector input {
    display: block;
    z-index: -1;
    height: 1px;
    overflow: hidden;
    color: transparent;
    border: 0;
    padding: 0;
    opacity: 0;
    background: none;
    position: absolute;
    width: 1px;
    margin: 0;
    cursor: pointer;
}
.search-children-box .search-children-select-items .selector label {
    width: 100%;
    color: #005eb8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #005eb8;
    border-radius: 24px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 16px;
    cursor: pointer;
}
.search-children-box .search-children-select-items .selector input:checked + label {
    background: #005eb8;
    color: #fff;
}
.search-children-box .search-children-body .content-wrap {
    display: none;
}
.search-children-box .search-children-body .content-wrap.active {
    display: block;
}
.search-children-box .search-children-body .content-wrap .sub-title {
    font-size: 18px;
    color: #3d3e3f;
    font-weight: 500;
    margin-bottom: 16px;
}
.search-children-box .content-wrap.content-wrap-context .context-select-items {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.search-children-box .content-wrap.content-wrap-context .context-select-items .selector {
    position: relative;
    flex: 1;
    min-width: 150px;
}
.search-children-box .content-wrap.content-wrap-context .context-select-items .selector input {
    display: block;
    z-index: -1;
    height: 1px;
    overflow: hidden;
    color: transparent;
    border: 0;
    padding: 0;
    opacity: 0;
    background: none;
    position: absolute;
    width: 1px;
    margin: 0;
    cursor: pointer;
}
.search-children-box .content-wrap.content-wrap-context .context-select-items .selector label {
    width: 100%;
    color: #005eb8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #005eb8;
    border-radius: 24px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 16px;
    cursor: pointer;
    white-space: nowrap;
}
.search-children-box .content-wrap.content-wrap-context .context-select-items .selector input:checked + label {
    background: #005eb8;
    color: #fff;
}
.search-children-box .content-wrap.content-wrap-context .context-select-items .selector .hidden-date-input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    left: 10%;
    top: 100%;
    z-index: 1000;
}

/* 모바일 스타일 */
@media (max-width: 767px) {
    .search-children-box .content-wrap.content-wrap-context .context-select-items .selector {
        flex: 1 1 100%;
    }
    .search-children-box .content-wrap.content-wrap-context .context-select-items .selector .hidden-date-input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1000; /* 오버레이(999)보다 위 */
        pointer-events: auto;
    }
    /* 모든 탭 버튼 텍스트 크기 조절 */
    .search-children-box .selector label {
        font-size: clamp(13px, 3.5vw, 16px) !important;
        white-space: normal !important;
        word-break: keep-all !important;
        padding: 8px 10px !important;
        line-height: 1.3 !important;
    }

    /* 생일 선택 버튼은 약간 더 작게 */
    .selector-label-birthday {
        font-size: clamp(12px, 3.2vw, 15px) !important;
    }
}
/* PC 스타일 - 별도로 분리 */
@media (min-width: 768px) {
    .search-children-select-items .selector-label {
        padding: 14px 34px !important;
    }
    .content-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 120px;
    }
    .context-select-items {
        display: flex;
        align-items: center; /* 세로 중앙 정렬 */
        justify-content: flex-start;
        min-height: inherit;
    }
    .search-children-box .content-wrap.content-wrap-context .context-select-items .selector .hidden-date-input {
        left: 20%;
    }
}

/* ==========================================================================
 [251108] 생일 팝업 강제 적용 CSS (기존 스타일 충돌 방지용 !important 사용)
 ========================================================================== */

/* 2. 탭 및 선택 영역 공통 레이아웃 */
.search-children-select-items {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.search-children-box .selector label {
    width: 100%;
    color: #005eb8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #005eb8;
    border-radius: 24px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 16px;
    cursor: pointer;
}

.search-children-box .selector input {
    display: none; /* input 숨김 */
}

.search-children-box .selector input:checked + label {
    background: #005eb8;
    color: #fff;
}

/* 3. 컨텐츠 영역 토글 */
.content-wrap { display: none; }
.content-wrap.active { display: block; }

.context-select-items {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* 4. [중요] 팝업의 기준점이 되는 부모 요소 */
.selector-birthday {
    position: relative !important;
}

/* 5. [핵심] 생일 팝업 디자인 (강제 적용) */
.birthday-popover {
    display: none; /* 기본 숨김 */
    position: absolute !important; /* 무조건 공중에 띄움 */
    top: calc(100% + 10px) !important; /* 버튼 바로 아래 */
    left: 50% !important;
    transform: translateX(-50%) !important; /* 가운데 정렬 */
    background: #fff !important;
    border: 1px solid #2b5bd7 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2) !important;
    z-index: 800 !important; /* 최상단 노출 */
    width: 380px !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

/* 팝업 활성화 시 보임 처리 (.is-open 클래스) */
.selector-birthday.is-open .birthday-popover {
    display: block !important;
}

/* 팝업 제목 */
.birthday-popover-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #005eb8 !important;
    text-align: center !important;
    margin-bottom: 12px !important;
}

/* 셀렉트 박스 컨테이너 */
.birthday-popover-selects {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
    width: 100% !important;
}

/* 각 셀렉트 박스 - 반반 나누기 */
.birthday-select {
    flex: 1 !important;
    min-width: 0 !important;
}

.birthday-select:first-child {
    margin-right: 0 !important;
}

.birthday-select select {
    width: 100% !important;
    height: 44px !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 8px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    color: #333 !important;
    background-color: #fff !important;
    outline: none;
    box-sizing: border-box !important;
}

/* 입력 완료 버튼 */
.birthday-popover-submit {
    display: block !important;
    width: 100% !important;
    height: 48px !important;
    background: #005eb8 !important;
    color: #fff !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    margin-top: 0 !important;
    box-sizing: border-box !important;
}

/* 모바일 대응 */
@media (max-width: 767px) {
    .context-select-items .selector {
        flex: 1 1 100%;
        margin-bottom: 5px;
    }
    .birthday-popover {
        width: 90vw !important;
        max-width: 380px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .search-children-box {
        display: block !important;
        height: auto !important;
        /* 높이 대신 바닥 여백을 강제로 줘서 공간을 확실히 확보 */
        padding-bottom: 50px !important;
        overflow: visible !important;
    }

    /* 혹시 상위 탭 영역이 가리고 있을 수 있으므로 이것도 풀어줍니다 */
    .js-ui-tab-panel, .inner {
        overflow: visible !important;
    }

}

/* 커스텀 셀렉트 박스 */
.custom-select {
    position: relative;
    width: 100% !important;
    user-select: none;
}

.custom-select-trigger {
    width: 100% !important;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 20px 0 8px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #333;
    position: relative;
    font-size: 14px;
    box-sizing: border-box !important;
}

.custom-select-trigger:after {
    content: '▼';
    position: absolute;
    right: 6px;
    font-size: 10px;
    color: #999;
}

.custom-select.open .custom-select-trigger:after {
    content: '▲';
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 0;
    overflow-y: auto;
    z-index: 10;
    opacity: 0;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.custom-select.open .custom-options {
    max-height: 180px;
    opacity: 1;
    border-top: 1px solid #ddd;
}

.custom-option {
    padding: 6px 10px;
    cursor: pointer;
    transition: background 0.2s;
    height: 28px;
    display: flex;
    align-items: center;
}

.custom-option:hover {
    background: #f0f0f0;
}

.custom-option.selected {
    background: #e3f2fd;
    color: #005eb8;
    font-weight: 500;
}

.custom-select.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* 202605 RC 프로젝트 CSS 수정 */
#container .section-content .section-title {
    display: block;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    word-break: keep-all;
}
@media screen and (max-width: 960px) {
    #container .section-content .section-title {
        font-size: 24px;
    }
}
#container .section-content .section-content-sub-text {
    font-size: 24px;
    color: #3b3e46;
    line-height: 1.5;
    word-break: keep-all;
}
@media screen and (max-width: 960px) {
    #container .section-content .section-content-sub-text {
        font-size: 16px;
    }
}
#container .section-content.section-content-01 {
    margin-top: 100px;
    padding-bottom: 160px;
    text-align: center;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-01 {
        margin-top: 80px;
        padding-bottom: 80px;
    }
}
#container .section-content.section-content-01 .section-title {
    margin-bottom: 20px;
}
#container .section-content.section-content-01 .section-content-sub-text {
    margin-bottom: 80px;
    font-size: 20px;
    color: #3b3e46;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-01 .section-content-sub-text {
        margin-bottom: 50px;
        font-size: 16px;
    }

}
#container .section-content.section-content-01 .section-content-text {
    padding: 36px 80px;
    font-size: 24px;
    color: #11265e;
    line-height: 1.5;
    font-weight: 500;
    word-break: keep-all;
    background-color: #e9eefd;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-01 .section-content-text {
        padding: 24px;
        font-size: 14px;
    }
    #container .section-content.section-content-01 .section-content-text > br {
        display: none;
    }
}
#container .section-content.section-content-01 .section-content-img {
    width: 100%;
    max-width: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-01 .section-content-img {
        margin-bottom: 50px;
    }
}
#container .section-content.section-content-01 .section-content-img > .pc {
    display: flex;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-01 .section-content-img > .pc {
        display: none;
    }
}
#container .section-content.section-content-01 .section-content-img > .mobile {
    display: none;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-01 .section-content-img > .mobile {
        display: flex;
    }
}
#container .section-content.section-content-01 .section-content-img img {
    width: 100%;
    height: auto;
}
#container .section-content.section-content-01 .section-content-text {
    margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-01 .section-content-text {
        margin-bottom: 40px;
    }
}
#container .section-content.section-content-02 {
    text-align: center;
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #fffade;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-02 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#container .section-content.section-content-02 .section-title {
    margin-bottom: 20px;
}
#container .section-content.section-content-02 .section-content-sub-text {
    margin-bottom: 60px;
    color: #000;
    font-size: 20px;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-02 .section-content-sub-text {
        margin-bottom: 30px;
        font-size: 16px;
    }
    #container .section-content.section-content-02 .section-content-sub-text br {
        display: none;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap {
    position: relative;
}
@media screen and (max-width: 767px) {
    #container .section-content.section-content-02 .kids-stories-wrap {
        padding: 0 26px;
        box-sizing: border-box;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item {
        flex-direction: column;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item.swiper-slide-active .kids-stories-item-content-button-wrap {
    display: block;
}
#container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item > img {
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item > img {
        width: 100%;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    text-align: left;
}
@media screen and (max-width: 1420px) {
    #container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content {
        padding: 28px;
    }
}
@media screen and (max-width: 1200px) {
    #container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content {
        padding: 16px;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content .kids-stories-item-content-title {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    line-height: 1.3;
    word-break: keep-all;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content .kids-stories-item-content-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content .kids-stories-item-content-text {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
#container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content .kids-stories-item-content-text .kids-stories-item-content-text-desc {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    word-break: keep-all;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content .kids-stories-item-content-text .kids-stories-item-content-text-desc {
        font-size: 12px;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content .kids-stories-item-content-text .kids-stories-item-content-text-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    word-break: keep-all;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-02 .kids-stories-wrap .swiper-wrapper .kids-stories-item .kids-stories-item-content .kids-stories-item-content-text .kids-stories-item-content-text-name {
        font-size: 12px;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .kids-stories-nav-wrap {
    --nav-offset: 20px;
    --nav-center-y: 0px;
    --nav-slide-left: 0px;
    --nav-slide-right: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    #container .section-content.section-content-02 .kids-stories-wrap .kids-stories-nav-wrap {
        --nav-offset: 12px;
    }
}
@media screen and (max-width: 767px) {
    #container .section-content.section-content-02 .kids-stories-wrap .kids-stories-nav-wrap {
        display: none !important;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .kids-stories-nav-wrap > .swiper-button {
    width: 62px;
    height: 62px;
    position: absolute;
    top: var(--nav-center-y);
    margin: 0;
    pointer-events: auto;
    transition: none;
}
#container .section-content.section-content-02 .kids-stories-wrap .kids-stories-nav-wrap > .swiper-button::after {
    content: none;
    display: none;
}
@media screen and (max-width: 1200px) {
    #container .section-content.section-content-02 .kids-stories-wrap .kids-stories-nav-wrap > .swiper-button {
        width: 32px;
        height: 32px;
        background-size: contain !important;
    }
}
#container .section-content.section-content-02 .kids-stories-wrap .kids-stories-nav-wrap > .swiper-button.kids-stories-nav-prev {
    left: var(--nav-slide-left);
    background: url(../images/icons/slice_btn.svg) no-repeat center center;
    transform: translate(calc(-100% - var(--nav-offset)), -50%) rotate(180deg);
}
#container .section-content.section-content-02 .kids-stories-wrap .kids-stories-nav-wrap > .swiper-button.kids-stories-nav-next {
    left: var(--nav-slide-right);
    background: url(../images/icons/slice_btn.svg) no-repeat center center;
    transform: translate(var(--nav-offset), -50%);
}
#container .section-content.section-content-02 .kids-stories-wrap .kids-stories-pagination {
    margin-top: 32px;
}
#container .section-content.section-content-02 .kids-stories-wrap .kids-stories-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: rgba(253, 181, 24, 0.4);
    opacity: 1;
}
#container .section-content.section-content-02 .kids-stories-wrap .kids-stories-pagination .swiper-pagination-bullet-active {
    background-color: rgb(253, 181, 24);
}

.mo-br { display: none; }
.pc-br { display: block !important; }
@media only screen and (max-width: 960px) {
    .pc-br { display: none !important; }
    .mo-br { display: block !important; }
}
/*# sourceMappingURL=260419.css.map */

/* 상단 배너 관련 css */

.sub-header[data-visual-type=sponsor-children] {
    background: url("../images/sub/sponsor-children-top-banner-pc.jpg") no-repeat center top;
    background-size: cover;
}

@media only screen and (max-width: 520px) {
    .sub-header[data-visual-type=sponsor-children] {
        background: url("../images/sub/sponsor-children-top-banner-mo.jpg") no-repeat center top;
        background-size: cover;
    }
}
.contents-sub-visual-inner {
    text-align: left;
    vertical-align: top;
    padding-top: 220px;
    padding-bottom: 0;
}
@media only screen and (max-width: 800px) {
    .contents-sub-visual-inner {
        padding-top: 200px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 520px) {
    .contents-sub-visual-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 40px;
    }
}
.contents-sub-visual-inner > h2 {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .contents-sub-visual-inner > h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 768px) {
    .contents-sub-visual-inner > h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 12px;
    }
    .contents-sub-visual-inner > h2 > br {
        display: none;
    }
}
.contents-sub-visual-inner > p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 0;
}
@media only screen and (max-width: 800px) {
    .contents-sub-visual-inner > p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .contents-sub-visual-inner > p {
        margin-bottom: 20px;
        font-size: 12px;
        color: #fff;
    }
}
.contents-sub-visual-inner .button-flex {
    display: flex;
    gap: 15px;
}
.contents-sub-visual-inner .button-flex .g-button-round {
    padding: 13px 35px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1em;
    font-weight: medium;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
@media only screen and (max-width: 800px) {
    .contents-sub-visual-inner .button-flex .g-button-round {
        font-size: 14px;
        padding: 12px 16px;
    }
}
.contents-sub-visual-inner .button-flex .g-button-round > img {
    width: 16px;
    height: 16px;
}
.contents-sub-visual-inner .button-flex .g-button-round.g-button-round-line {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.contents-sub-visual-inner .button-flex .g-button-round.g-button-round-line:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.contents-sub-visual-inner .button-flex .g-button-round.g-button-round-basic {
    background-color: #fff;
    color: #2a5eec;
}
.contents-sub-visual-inner .button-flex .g-button-round.g-button-round-basic:hover {
    background-color: #e1e1e1;
}

/* 하단 배너 css */

#container .section-content.section-content-bottom .section-title {
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    word-break: keep-all;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-bottom .section-title {
        font-size: 20px;
    }
}
#container .section-content .highlight_yellow {
    color: #ffd300;
}
#container .section-content .section-content-sub-text {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    word-break: keep-all;
}
#container .section-content .section-content-sub-text > br {
    display: none;
}
@media screen and (max-width: 960px) {
    #container .section-content-bottom .section-content-sub-text {
        font-size: 13px;
    }
    #container .section-content-bottom .section-content-sub-text > br {
        display: block;
    }
}
#container .section-content.section-content-bottom {
    background: url("../images/sub/children_bottom_banner_pc.png") no-repeat center center;
    background-size: cover;
    height: 550px;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-bottom {
        background: url("../images/sub/children_bottom_banner_mo.png") no-repeat center top;
        background-size: cover;
        height: 400px;
    }
}
#container .section-content.section-content-bottom .inner {
    height: 100%;
}
#container .section-content.section-content-bottom .inner .section-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    height: 100%;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-bottom .inner .section-content-inner {
        justify-content: flex-end;
        gap: 20px;
        padding-bottom: 40px;
        box-sizing: border-box;
    }
}
#container .section-content.section-content-bottom .inner .section-content-inner .section-content-inner-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-bottom .inner .section-content-inner .section-content-inner-content {
        gap: 16px;
    }
}
#container .section-content.section-content-bottom .inner .section-content-inner .section-content-button {
    background-color: #2a5eec;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 35px;
    line-height: 1em;
    font-size: 18px;
    font-weight: 500;
    border-radius: 40px;
    transition: all 0.3s ease;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
}
@media screen and (max-width: 960px) {
    #container .section-content.section-content-bottom .inner .section-content-inner .section-content-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}
#container .section-content.section-content-bottom .inner .section-content-inner .section-content-button:hover {
    background-color: #1d42a5;
}
#container .section-content.section-content-bottom .inner .section-content-inner .section-content-button .arrow-icon {
    width: 24px;
    height: 24px;
}
