#Csr .Top {
    background-image: url(../../_Image/csr/47.jpg);
    background-position: right center;
}

.Top:not(#ProductDetail .Top) .Container {
    background: -moz-linear-gradient(left, rgb(255 255 255 / 30%) 33%, transparent 100%);
    background: -webkit-linear-gradient(left, rgb(255 255 255 / 30%) 33%, transparent 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 30%) 33%, transparent 100%);
}

#Csr table tr {
    background-color: #fff;
}

.Body .SideButton {
    position: fixed;
    right: 0;
    bottom: 120px;
    margin: 0 0 8px 0;
    padding: 22px 15px;
    display: block;
    width: 54px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    /* background: #5981a5;
    background: -moz-linear-gradient(135deg, #183e62 30%, #5981a5 100%);
    background: -webkit-linear-gradient(135deg, #183e62 30%, #5981a5 100%);
    background: linear-gradient(to 135deg, #183e62 30%, #5981a5 100%);
    border: 1px solid #183e62; */
    background-color: #23569d;
    border-radius: 2px 0 0 2px;
    opacity: 1;
    transition: .2s all;
    z-index: 50;
}

.Body .SideButton::after {
    content: "";
    display: block;
    margin: 5px 0 0 0;
    transform: translateX(2px);
    width: 18px;
    height: 18px;
    background-image: url(../../_Image/button_white.svg);
    transition: .2s all;
}

.Body .SideButton:hover {
    padding: 22px 15px 17px 15px;
}

.Body .SideButton:hover::after {
    margin: 10px 0 0 0;
}

.Body #Family {
    padding: 150px 0;
    /* background-color: #f3f7fc; */
    background-color: #e9eaef;
}

.Body #Family h2 {
    text-align: center;
}

.Body #Family .List {
    margin: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.Body #Family .List img {
    width: calc(50% - 10px);
    border-radius: 15px;
}

.Body #Train {
    padding: 150px 0;
}

.Body #Train .Wapper h2 {
    margin: 0 0 30px 0;
    text-align: center;
}

.Body #Train .Wapper .List {
    margin: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.Body #Train .Wapper .List img {
    width: calc(33.33% - 15px);
    border-radius: 15px;
}

.Body #Comprehensive .Wapper .List .Item {
    width: calc(33.33% - 15px);
}

.Body #Comprehensive .Wapper .List .Item:nth-child(1):before {
    background-image: url(../../_Image/csr/54.jpg);
}

.Body #Comprehensive .Wapper .List .Item:nth-child(2):before {
    background-image: url(../../_Image/csr/93.jpg);
}

.Body #Comprehensive .Wapper .List .Item:nth-child(3):before {
    background-image: url(../../_Image/csr/92.jpg);
}

.Body #Gallery {
    padding: 100px 0;
}

.Body #Gallery .Wapper .List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.Body #Gallery .Wapper .List .Item {
    width: calc(33% - 20px);
}

.Body #Gallery .Wapper .List .Item:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Body #Gallery .Wapper .List .Item h2,
.Body #Gallery .Wapper .List .Item p {
    width: 100%;
}

.Body #Gallery .Wapper .List .Item img {
    width: 100%;
    border-radius: 15px;
}

.Body #Word {
    padding: 0 0 100px 0;
    background-color: #f7f8fa;
}

.Body #Word .Wapper {
    padding: 100px 0 0 0;
}

.Body #Word .Wapper h2 {
    text-align: center;
}

.Body #Word .Wapper h2 br {
    display: none;
}

.Body #Word .Wapper .List {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.Body #Word .Wapper .List .Item {
    display: flex;
    align-items: center;
    padding: 20px;
    width: calc(25% - 23px);
    color: #fff;
    border-radius: 15px;
}

.Body #Word .Wapper .List .Item:nth-child(1) {
    background-color: #30509a;
}

.Body #Word .Wapper .List .Item:nth-child(2) {
    background-color: rgb(0, 174, 212);
}

.Body #Word .Wapper .List .Item:nth-child(3) {
    background-color: rgb(0, 131, 126);
}

.Body #Word .Wapper .List .Item:nth-child(4) {
    background-color: rgb(135, 170, 217);
}

.Body #Word .Wapper section .TableScroll {
    margin: auto;
    width: 520px;
}

.Body #Word .Wapper .BorderList {
    display: flex;
    justify-content: space-between;
}

.Body #Word .Wapper .BorderList .BorderItem {
    padding: 0 30px;
    width: calc(50% - 20px);
    border: 1px solid #3c89cc;
    border-radius: 10px;
}

.Body #Word .Wapper .BorderList .BorderItem h4 {
    margin: 30px 0 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.Body #Word .Wapper .BorderList .BorderItem p {
    font-size: 16px;
}

.Body #Certificate {
    padding: 100px 0;
}

.Body #Certificate .Wapper {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.Body #Certificate .Wapper .Item {

    width: 320px;
}

.Body #Certificate .Wapper .Item img {
    width: 100%;
    border: 1px solid #aaa;
}

.Body #Certificate .Item p {
    margin: .5em auto;
    text-align: center;
}

.Body .Center {
    margin: 0 0 150px 0;
    text-align: center;
    background-color: #23569d;
}

#Csr .MainButton {
    width: 227px;
    height: 60px;
    margin: 100px auto;
    font-size: 20px;
    /* background: #5981a5;
    background: -moz-linear-gradient(135deg, #183e62 30%, #5981a5 100%);
    background: -webkit-linear-gradient(135deg, #183e62 30%, #5981a5 100%);
    background: linear-gradient(to 135deg, #183e62 30%, #5981a5 100%);
    border: 1px solid #5981a5; */
    background: none;
    border: 1px solid #fff;
}

#Csr .MainButton:before {
    height: 58px;
    /* background: -moz-linear-gradient(135deg, #5981a5 30%, #183e62 100%);
    background: -webkit-linear-gradient(135deg, #5981a5 30%, #183e62 100%);
    background: linear-gradient(to 135deg, #5981a5 30%, #183e62 100%); */
    background: none;
    background-color: hsla(0, 0%, 100%, .2);
}

#Csr .MainButton::after {
    width: 18px;
    height: 18px;
    background-image: url(../../_Image/button_white.svg);
}

#Csr .MainButton span {
    left: 38px;
}

#Csr .MainButton:after {
    transform: translateY(10px) translateX(40px);
}

#Csr .MainButton:hover:after {
    transform: translateY(10px) translateX(46px);
}

@media screen and (max-width:1439px) {
    .Top:not(#ProductDetail .Top) .Container {
        background: linear-gradient(to right, rgb(255 255 255 / 30%) 40%, transparent 50%);
    }

    .Body #Family {
        padding: 100px;
    }

    .Body #Family .Wapper1280 {
        width: 100%;
    }

    .Body #Train {
        padding: 100px;
    }

    .Body #Train .Wapper1280 {
        width: 100%;
    }

    .Body #Gallery {
        padding: 100px;
    }

    .Body #Gallery .Wapper {
        width: 100%;
    }

    .Body #Gallery .Wapper .List .Item p {
        margin: 1em 0 0 0;
    }

    .Body #Word .Wapper1280 {
        padding: 100px 100px 0 100px;
        width: 100%;
    }
}

@media screen and (max-width: 1249px) {
    .Body #Train .Wapper1024 {
        width: 100%;
    }

    .Body #Gallery .Wapper .List .Item {
        width: calc(50% - 15px);
    }

    .Body #Word .Wapper .List .Item {
        margin: 0;
        width: calc(50% - 15px);
    }

    .Body #Certificate .Wapper {
        justify-content: center;
    }
}

@media screen and (max-width:1023px) {
    #Csr .Top {
        background-position: bottom 20%;
    }

    .Body #Family .Wapper768 {
        width: 100%;
    }

    .Body #Train .Wapper .List img {
        width: calc(50% - 10px);
    }

    .Body #Comprehensive .Wapper .List .Item {
        width: calc(50% - 10px);
    }

    .Body #Gallery .Wapper .List {
        align-items: end;
    }

    .Body #Word .Wapper1024 {
        width: 100%;
    }

    .Body #Certificate {
        padding: 100px;
    }

    .Body #Certificate .Wapper {
        width: 100%;
    }

    .Body #Certificate .Wapper .Item {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .Top:not(#ProductDetail .Top) {
        background-color: #f0f3f5;
    }

    .Top:not(#ProductDetail .Top) .Container {
        background: none;
    }

    .Top:not(#ProductDetail .Top)::before {
        background-position: 100% 251%;
        background-size: 160%;
        background-image: url(../../_Image/csr/47.jpg);
        mask: linear-gradient(to bottom, transparent 34%, #000 45%);
    }

    .GoTop {
        bottom: 65px;
    }

    .Body .SideButton,
    .Body .SideButton:hover {
        padding: 22px 15px 17px 15px;
        left: 0;
        right: auto;
        bottom: 0;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        border-radius: 0;
    }

    .Body .SideButton::after,
    .Body .SideButton:hover::after {
        margin: 0 0 -2px 8px;
        display: inline-block;
        width: 16px;
        height: 16px;
    }

    .Body #Family {
        padding: 9.3vw;
    }

    .Body #Family .Wapper .List {
        margin: 0;
    }

    .Body #Family .Wapper .List img {
        width: 100%;
    }

    .Body #Train {
        padding: 9.3vw;
    }

    .Body #Train .Wapper .List {
        margin: 0;
    }

    .Body #Train .Wapper .List img {
        width: 100%;
    }

    .Body #Comprehensive .Wapper .List .Item {
        width: 100%;
    }

    .Body #Gallery {
        padding: 9.3vw;
    }

    .Body #Gallery .Wapper .List {
        gap: 20px;
    }

    .Body #Gallery .Wapper .List .Item {
        width: 100%;
    }

    .Body #Gallery .Wapper1024 {
        padding: 0 30px;
    }

    .Body #Word .Wapper .List {
        gap: 20px;
    }

    .Body #Word .Wapper .List .Item {
        width: 100%;
    }

    .Body #Word .Wapper1024 {
        padding: 30px 0 0 0;
    }

    .Body #Word .Wapper1280 {
        padding: 30px 30px 0 30px;
    }

    .Body #Word .Wapper h2 br {
        display: inline;
    }

    .Body #Word .Wapper:nth-child(5) h2 {
        margin: 0 0 1em 0;
    }

    .Body #Word .Wapper section .TableScroll {
        width: 100%;
    }

    .Body #Word .Wapper .BorderList {
        display: block;
    }

    .Body #Word .Wapper .BorderList .BorderItem {
        margin: 0 0 1em 0;
        width: calc(100% - 0px);
    }

    .Body #Certificate {
        padding: 9.3vw;
    }

    section ul li .Triangle {
        padding: 0;
    }

    .Body .Center {
        margin: 0 0 15vw 0;
    }

    #Csr .MainButton {
        margin: 9.3vw;
    }
}