/*
 * Template Name: Meet Christophe Choo
 */
#content-full {
    margin-top: 0 !important;
}

.ip-banner::before {
    /*display: none;*/
}

.ip-banner::after {
    /*content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    opacity: .91;
    position: absolute;
    top: 0;
    left: 0;*/
}
.ip-banner canvas{
    min-height: 0;
    max-height: 10.750vw;
}
#inner-page-wrapper {
    background: url(../../images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

p#breadcrumbs {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 1.3542vw 3.438vw;
}

p#breadcrumbs .breadcrumb_last {
    color: #fff;
}

#abt-wrap{
    background: #fff;
    overflow: hidden;
}
.abt-top{
    background: url(../../images/about/abt-agent.jpg) top right no-repeat;
    background-size: cover;
    padding:  0 0 2vw;
    position: relative;
}
.abt-top:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/about/abt-fade.png) bottom left no-repeat;
    background-size: cover;
}
.abt-top:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 80%, rgba(255,255,255,1) 98%);
}
.abt-top-inner{
    /*padding: 11.250vw 0 0 7.500vw;*/
    padding: 4.75vw 0 0 7.500vw;
    position: relative;
    z-index: 3;
}
.abt-title{}
.abt-title h2{
    font-size: 4.375vw;
    letter-spacing: -0.020em;
    text-transform: uppercase;
    position: relative;
}
.abt-title h2:before{
    content: '';
    display: block;
    width: 3.625vw;
    height: 3.625vw;
    position: absolute;
    left: -4.188vw;
    bottom: 0.4vw;
    background: url(../../images/title-logo.png) center top no-repeat;
    background-size: cover;
    border-radius: 100%;
}
    
.abt-title h2:after{
    content: '';
    display: block;
    width: 1px;
    height: 100vh;
    background: #000;
    position: absolute;
    left: -2.45vw;
    bottom: 4vw;
}
.abt-title h2 em{
    font-style: normal;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family-title);
}
.abt-info{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 1.500vw 0 0;
}
.abt-info > div{
    font-size: 1.063vw;
    letter-spacing: 0.050em;
    margin: 0 0 0 1.438vw;
}
.abt-info > div:first-child{
    margin: 0 0 0 0;
}
.abt-info > div span{
    font-family: var(--font-family-title);
    font-style: italic;
}
.abt-info > div a:hover{}
.abt-sm{
    margin: 1.125vw 0 1.875vw;
    font-size: 1.125vw;
}
.abt-sm a{
    color: #2f2f2f;
    margin: 0 0 0 1.250vw;
    font-size: inherit;
}
.abt-sm a:first-child{
    margin: 0 0 0 0;
}
.abt-sm a:last-child{
    font-size: 0.8em;
}
.abt-sm a:hover{
    color: #5b5b5b;
}
.abt-content{
    color: #000;
    font-size: 1vw;
    line-height: 1.75;
    letter-spacing: 0.020em;
    font-weight: 300;
}
.abt-content.top{
    max-width: 52vw;
    margin: 7vw 0 0;
}
.abt-content h3{
    font-family: var(--font-family-title);
    font-size: 2.188vw;
    line-height: 1;
}
.abt-content p{
    margin: 1.700vw 0;
}
.abt-content p:nth-last-of-type(1){
    margin-bottom: 0;
}
.abt-bottom{
    padding: 0 7.500vw 4vw;
}
.abt-mob-photo{
    display: none;
    margin: 0 auto 30px;
    max-width: 350px;
    width: calc(100% - 30px);
}

.lkgc-map{
    position: relative;
}

.lkgc-map iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .abt-top:after{
        background: #fff;
    }
    .abt-top:before{
        display: none;
    }
    .ip-banner canvas{
        min-height: 250px;
        max-height: none;
    }
    p#breadcrumbs {
        font-size: 14px;
        padding: 27px 55px;
    }
    .abt-top{
        background: none;
    }
    .abt-top-inner{
        padding: 40px 0 32px;
    }
    .abt-mob-photo{
        display: block;
    }
    .abt-title h2 {
        font-size: 60px;
        text-align: center;
    }
    .abt-title h2:before,
    .abt-title h2:after{
        display: none;
    }
    .abt-title h2 em {
        background-image: none;
        -webkit-text-fill-color: unset;
        display: block;
        padding: 0 0 10px;
    }
    .abt-info {
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        margin: 20px 0 0;
    }
    .abt-info > div{
        font-size: 16px;
        margin: 12px 0 0;
    }
    .abt-sm {
        margin: 25px 0 30px;
        font-size: 17px;
        text-align: center;
    }
    .abt-sm a{
        margin: 0 0 0 8px;
    }
    .abt-content{
        font-size: 15px;
        padding: 0 15px;
        text-align: center;
    }
    .abt-content.top{
        max-width: none;
    }
    .abt-content h3{
        font-size: 33px;
    }
    .abt-content p{
        margin: 22px 0;
    }
    .abt-bottom {
        padding: 0 0 132px;
    }
}

@media only screen and (max-width: 767px){
    .abt-title h2 {
        font-size: 55px;
    }
}
@media only screen and (max-width: 567px){
    .abt-title h2 {
        font-size: 47px;
    }
    .abt-info > div{
        font-size: 15px;
        letter-spacing: 0.020em;
    }
}
@media only screen and (max-width: 480px) {
    p#breadcrumbs {
        padding: 27px 15px;
    }
    .abt-title h2{
        font-size: 33px;
    }
    .abt-content h3{
        font-size: 21px;
    }
}