
.about-banner{
    background-image: url(../images/sub/about/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.map-box{
    max-width: 900px;
    width: 100%;
    margin:0 auto;
    margin-top: 70px;
}
.sub-banner
.map-img{
    opacity: 0;
}
.marker-list{
    max-width:400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.marker-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.marker-box div{
    display: flex;
    align-items: center;
}
.marker-box img{
    max-width: 32px;
    margin-right: 4px;
}
.marker-box p{
    font-size: 14px;
    font-weight: 400;
}
.marker-box span{
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;   
    color: var(--main-blue2);
}
.hover-wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hover-box{
    position: relative;
    width: 24%;
    height: 520px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding:30px 20px;
    transition: all 0.4s;
}
.hover1{
    background-image: url(../images/sub/about/benefit_bg1.jpg);
}
.hover2{
    background-image: url(../images/sub/about/benefit_bg2.jpg);
}
.hover3{
    background-image: url(../images/sub/about/benefit_bg3.jpg);
}
.hover4{
    background-image: url(../images/sub/about/benefit_bg3.jpg);
}
.hover-box:hover{
    width: 31%;
}

.hover-box strong{
    position: absolute;   
    left:50%;
    top:50%;
    font-size: 25px;
    font-weight: 700;
    color:#ffffff;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    font-family: 'Raleway', sans-serif;
    z-index: 2;
    user-select:none;
    opacity: 1;
    transition: all .3s ease;
    white-space: nowrap;
    text-transform:uppercase;
}
.hover-box span{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color:#ffffff;
    z-index: 2;
    margin-bottom: 6px;
    cursor: default;
    opacity: 0;
    transition: all .3s ease;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-transform:uppercase;
}
.hover-box p{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    cursor: default;
    opacity: 0;
    transition: all .3s ease;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}
.hover-box ul li{
    font-size: 16px;
    font-weight:400;
    color: #ffffff;
    cursor: default;
    line-height: 25px;
    opacity: 0;
}
.hover-box:hover strong{
    opacity: 0;
}
.hover-box:hover span, .hover-box:hover p, .hover-box:hover li{
    width: 100%;
    opacity: 1;
}

.record-box{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 70px;
    transform: translateY(30px);
    opacity: 0;
}
.record-box::before{
    position: absolute;
    content: '';
    top:0;
    left:50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: var(--main-gray);
}
.record-box::after{
    position: absolute;
    content: '';
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-blue2);
    opacity: 0.8;
}
.record-box ul li{
    position: relative;
    padding:0 20px; 
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
}
.record-odd span{
    display: inline-block;
    flex: 1 1 0;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: var(--main-blue2);
    padding-right:50px;
    text-align: right;
}
.record-odd ul{
    flex: 1 1 0;
    padding-left: 50px;
}
.record-odd ul li::after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid var(--main-blue1);
}
.record-even span{
    display: inline-block;
    flex: 1 1 0;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: var(--main-blue2);
    padding-left:50px;
    text-align: left;
}
.record-even ul{
    flex: 1 1 0;
    padding-right: 50px;
    text-align: right;
}
.record-even ul li::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid var(--main-blue1);
}
.record-img{
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    opacity: 0.9;
}

@media screen and (max-width:991px){
    .hover-wrap{
        flex-direction: column;
    }
    .hover-box{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .hover-box:last-of-type{
        margin-bottom: 0;
    }
    .hover-box:hover{
        width: 100%;
    }
    .hover-box strong{
        display: none;
    }
    .hover-box span, .hover-box p, .hover-box ul li{
        width: 100%;
        opacity: 1;
    }
    .hover-box div{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .hover-box ul{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:768px){

}