.kv {
    position: relative;
    width: 100%;
    margin-top: 60px;
}
.kv p.text{
    font-size: 2.5vw;
    position: absolute;
    width: 20vw;
    left: 45%;
    top: 48%;
    transform: translateY(-50%);
    color: #fff;
    letter-spacing: 0.35vw;
    line-height: 3.125vw;
    font-weight:300;
}

.kv .tit{
    position: absolute;
    top:8.3vw;
    left: 11.25vw;
    width: 12.5vw;
    height: 12.5vw;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQyIiBoZWlnaHQ9IjI0MiIgdmlld0JveD0iMCAwIDI0MiAyNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMTkiIGQ9Ik0yNDEgODhWMUgxVjI0MS41SDI0MVYxNDciIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) scroll no-repeat 0 0;
    background-size: 100% 100%;
}
.investor-services .content{
    width: 92.56vw;
    margin: 0 auto;
    margin-top: 7vw;
    margin-bottom: 7vw;
}
.investor-services .block{
    display: flex;
    margin-bottom: 2.08vw;
}
.investor-services .block h2{
    flex: 1;
    font-size: 2.18vw;
    line-height: 1.42;
    font-weight: normal;
}
.investor-services .block .artic-wrapper{
    width: 53.8vw;
}
.investor-services .block .artic{
    background: #F7F7F7;
    position: relative;
    margin-bottom: 2.08vw;
}
.investor-services .block .artic:only-child{
    margin-bottom: 0;
}
.investor-services .block .artic p{
    font-size: 1.04vw;
    line-height: 1.6;
    letter-spacing: 1.4px;
    padding: 2.08vw;
    padding-right: 200px;
}
.investor-services .block .gray-btn-link{
    position: absolute;
    right: 2.08vw;
    top: 50%;
    transform: translateY(-50%);
}
.investor-services .block span.gray-btn-link {
    color: #84868A;
    padding: 0 1rem;
    font-size: 16px;
}
.investor-services .block span.gray-btn-link:hover:after {
    margin-right: 0px;
    opacity: 0.85;
    filter: Alpha(opacity: 85);
    display: none;
}
.contact h2{
    font-weight: normal;
    color: #4a4a4a;
    font-size: 2.18vw;
    line-height: 1.42;
    margin-bottom: 3.125vw;
}
.contact .artic-wrapper{
    display: flex;
}
.contact .artic-wrapper .p1{
    flex: 1;
}
.contact .artic-wrapper .p2{
    width: 53.8vw;
}
.contact p > span{
    display: block;
    color: #575757;
    line-height: 1.6;
    letter-spacing: 1.4px;
    font-size: 1.04vw;
}
.contact .p1 span{
    margin-bottom: 0.73vw;
}
.contact .p2 span{
    margin-bottom: 0.31vw;
}
.contact .p2 span br{
    display: none;
}
.contact .p2 span.s{
    margin-bottom: 1.04vw;
}
.contact span:last-child{
    margin-bottom: 0;
}
.contact .p2 > a{
    margin-top: 3vw;
}
.contact .p2 span.s a{
    color: #575757;
}

@media only screen and (max-width: 1024px) and (orientation: portrait),only screen and (max-width: 768px){
    .kv{
        margin-top: 54px;
    }
    .kv .tit{
        background: none;
        top: 35%;
        left: 0;
        width: 100%;
        height: auto;
    }
    .kv .tit p.text{
        font-size: 8.2vw;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 1.375;
        letter-spacing: 1.148vw;
    }
    .investor-services .content{
        margin-top: 12.8vw;
        margin-bottom: 12.8vw;
        width: 84.61vw;
    }
    .investor-services .block{
        flex-direction: column;
        margin-bottom: 12.8vw;
    }
    .investor-services .block h2{
        font-size: 28px;
        line-height: 32px; 
        letter-spacing: 1.96px;
        text-align: center;
        margin-bottom: 5.128vw;
    }
    .investor-services .block .artic-wrapper{
        width: 100%;
    }
    .investor-services .block .artic{
        margin-bottom: 4.1vw;
        min-height: 88px;
        display: flex;
        align-items: center;
    }
    .investor-services .block .artic p{
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.84px;
        padding: 25px 15px;
        padding-right: 140px;
    }
    .investor-services .block .gray-btn-link{
        right: 15px;
    }
    .contact h2{
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1.96px;
        text-align: center;
        margin-bottom: 7.6vw;
        color: #000;
    }
    .contact p > span{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px !important;
        text-align: left;
    }
    .contact .p2 span br{
        display: block;
    }
    .contact .artic-wrapper{
        flex-direction: column;
    }
    .contact .artic-wrapper .p2{
        width: 100%;
    }
    .contact .p2{
        text-align: center;
    }
    .contact .p2 > a{
        margin-top: 30px;
    }
	.investor-services .block span.gray-btn-link {
        padding: 0;
        font-size: 13px;
    }
}