﻿.wrap{
    padding-top:50px;
}
section {
    padding-bottom: 3rem;
}
.banner{
    position:relative;
}
.label {
    position: absolute;
    color: #fff;
    background: #000;
    padding: .25rem 1rem;
    font-size: 1.1rem;
    bottom: -.5rem;
    left: 2.5rem;
}
.text {
    padding: 2.5rem;
}
.page2 .banner{
    padding:0 2.5rem;
}
.text .engTitle {
    font-size: 2rem;
    font-family: 'Tiempo Bold';
    display:inline-block;
}
.line {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 1px;
    margin:1rem 0;
}
.text .chTitle {
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.text .chDesc{
    font-size:1.1rem;
}
.chDesc>p{
    margin-bottom:1.5rem;
}
.page3{
    background:#f4f4f5;
}