﻿@charset "utf-8";

body {
    background: #F6F8F8;
}

.container {
    width: 100%;
}

.top_info {
    height: 70.6667vw;
    background: linear-gradient(180deg, #ACD7FF 0%, rgba(230, 243, 251, 0.3) 70%);
}

.top_nav {
    position: absolute;
    width: 100%;
    height: 11.7333vw;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323232;
    z-index: 1;
}

.top_nav_2 {
    position: absolute;
    width: 100%;
    height: 11.7333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323232;
    z-index: 1;
}

.top_nav_line {
    border-bottom: 1px solid #EBECEF;
}

.top_nav_a {
    display: block;
    position: absolute;
    top: 1vw;
    left: 3vw;
    z-index: 10;
    width: 6vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_nav_arrow {
    width: 2.1333vw;
    height: 3.7333vw;
}

.top_nav_placeholder {
    width: 100%;
    height: 11.7333vw;
}


.top_info_1 {
    width: 88.2667vw;
    margin: 0 auto;
    position: relative;
    padding-top: 6.6667vw;
    display: flex;
}

.top_info_1_1 {
    padding-right: 3.0667vw;
}

.w_img_1 {
    width: 13.8667vw;
    height: 13.8667vw;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.top_info_1_2 {
    padding-top: 1.8667vw;
}

.top_info_1_2_1 {
    font-size: 4.5333vw;
    font-weight: bold;
    color: #424D56;
}

.top_info_1_2_2 {
    padding-top: 1.5vw;
    padding-bottom: 1vw;
    font-size: 3.4667vw;
    color: #6A7884;
}

.top_info_1_2_3 {
    font-size: 3.4667vw;
    color: #6A7884;
}

.top_info_1_3 {
    position: absolute;
    top: 13.33vw;
    right: 0;
    font-size: 3.2vw;
    color: #6E7E8B;
}

.wd_w_750 {
    width: 100%;
}

.wd_bg_fff {
    background-color: #ffffff;
}

.gr_menu {
    width: 95.4667vw;
    margin-left: 4.5333vw;
}

.gr_menu_li {
    height: 16.1333vw;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 3.7333vw;
    justify-content: space-between;
}

.no_border {
    border: none;
}

.w_img_9 {
    width: 1.8667vw;
    height: 3.2vw;
    margin-left: 4vw;
    margin-right: 4.5333vw;
}

.w_img_1 {
    width: 11.2vw;
    height: 11.2vw;
}

.gr_menu_li_right {
    display: flex;
    align-items: center;
}

.gr_menu_li_right_txt {
    color: #9C9C9C;
    font-size: 3.7333vw;
    text-align: right;
}

.logout {
    margin-top: 1.6vw;
    text-align: center;
    background-color: #ffffff;
    padding-top: 5.5vw;
    padding-bottom: 5.5vw;
}


.gg_list_time {
    color: #BFBFBF;
    font-size: 3.4667vw;
    padding-top: 7.0667vw;
    padding-bottom: 4.9333vw;
    text-align: center;
}

.gg_list_txt {
    background-color: #FFFFFF;
    position: relative;
    width: 92.2667vw;
    font-size: 3.4667vw;
    color: #949494;
    margin: 0 auto;
    border-radius: 2.6667vw;
}

.gg_list_txt_1 {
    font-size: 4.2667vw;
    color: #333333;
    font-weight: bold;
    padding-top: 4.4vw;
    padding-left: 5.3333vw;
}

.gg_list_txt_2 {
    padding: 2vw 5.33vw;
    line-height: 6.1333vw;
}

.gg_list_txt_red {
    position: absolute;
    top: 0;
    left: 0;
    width: 2vw;
    height: 2vw;
    background: #EE4854;
    border-radius: 50%;
}

.gg_list_no_txt {
    color: #635f5f;
    font-size: 5vw;
    padding-top: 7.0667vw;
    padding-bottom: 4.9333vw;
    text-align: center;
}