.wrap {
    min-height: auto;
    background: #000000;
}

.index_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_header {
    padding: 127px 0 138px 0;
    display: flex;
    justify-content: center;
    background: #000000;
    background-image: url(/images/help/q&a-background.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.index_header .main_part>div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.index_header p {
    font-family: "Inter Regular";
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.index_header input {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}

.index_header .search_area {
    position: relative;
    width: 100%;
    max-width: 560px;
}

.search_area .search_img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.index_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 50px 0 80px 0;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    background: #1C1D1F;
}

.index_content .new_hand {
    font-family: "Inter Regular";
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    color: #FFDB9E;
}

.index_content .picture_description {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFDB9E;

}

.main_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 1280px;
}

.main_content .main_content_one {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.option_area {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.option_img {
    width: 100px;
    margin-bottom: 20px;
}

.option_area>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    padding: 45px 0;
    border-radius: 12px;
    background: linear-gradient(250deg, rgba(46, 47, 54, 0) 2%, #2E2F36 97%);
    box-sizing: border-box;
    border: 1px solid #3F414B;
    gap: 10px;
    transition: transform 0.3s ease;
}

.option_area>div:hover {
    transform: translateY(-7px);
}

.option_area>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    cursor: pointer;
}

.platform_specification_text {
    font-family: "Inter Regular";
    font-size: 18px;
    font-weight: normal;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;

}

.main_content_two {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding-bottom: 40px;
}

.contact_way_area {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.contact_way_area a {
    text-decoration: none !important;
}


.contact_way_area .contact_way_img {
    width: 64px;
    transition: transform 0.3s ease;
}

.contact_way_area .contact_way_img:hover {
    transform: translateY(-7px);
}

.main_content_two>div {
    z-index: 1;
}

.main_content_two .platform_bg {
    position: absolute;
    bottom: 0;
    background-image: url(/images/help/platform.png);
    width: 100%;
    height: 100%;
    max-height: 84px;
    background-size: 100% auto;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 0;
}

.main_content_three {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.main_content_three .notices_area {
    border-radius: 12px;
    background: linear-gradient(247deg, rgba(46, 47, 54, 0) 2%, #2E2F36 97%);
    box-sizing: border-box;
    border: 1px solid #3F414B;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notices_area .notices-list-item {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid #3F414B;
}

.notices_area .notices-list-item:hover {
    background: #2E2F36;
}

.notices_area .notices-list-item .notices-item {
    display: flex;
    justify-content: space-between;
}

.notices-list-item .notices-item .icon-title {
    font-family: "Inter Regular";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.notices-list-item .notices-item .title-time-pc {

    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;

}

.notices-list-item .notices-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.notices-list-item .notices-content .icon-content {

    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notices-list-item .notices-content .title-time-h5 {

    font-family: "Inter Regular";
    font-size: 13px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    display: none;
}

@media only screen and (max-width: 1200px) {

    .index_header .main_part {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index_header .main_part>div {
        align-items: center;
        width: 100%;
    }

    .index_content .main_part {
        width: 100% !important;
    }

    .notices-list-item .notices-item .icon-title {
        font-size: 16px;
    }

    .notices-list-item .notices-content .icon-content,
    .platform_specification_text,
    .index_content .picture_description {
        font-size: 14px;
    }

    .notices_area .notices-list-item {
        gap: 10px;
    }

}

@media only screen and (max-width: 767px) {

    .index_header {
        padding: 62px 0 40px 0;
    }

    .index_content {
        padding: 20px 16px 80px 16px;
    }


    .index_header p {
        font-size: 24px;
    }

    .index_content .new_hand {
        font-size: 16px;
    }

    .option_area {
        gap: unset;
        margin-bottom: 0px;
    }

    .option_area>div {
        flex: 1 1 calc(33.33%);
        max-width: calc(33.33%);
        border: none;
        border-radius: unset;
        background: unset;
        padding: 0 0 30px 0;
    }

    .option_img {
        width: 70px;
    }

    .contact_way_area .contact_way_img {
        width: 40px;
    }

    .main_content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main_content_three {
        margin-top: 0px;
    }

    .main_content_one>div:first-child,
    .main_content_three>div:first-child {
        position: relative;
        padding-left: 12px;
    }

    .main_content_one>div:first-child:after,
    .main_content_three>div:first-child::after {
        position: absolute;
        content: '';
        display: block;
        width: 4px;
        height: 16px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: linear-gradient(270deg, #F5BA47 0%, #FFEABA 100%);
    }

    .main_content_three .notices_area {
        padding: 20px 10px;
    }

    .title-time-pc {
        display: none;
    }

    .title-time-h5 {
        display: block !important;
    }

    .notices-list-item .notices-content .icon-content {
        width: 100%;
    }

    .notices_area .notices-list-item {
        padding: 10px 0 10px 0;
    }

}