
.fv{
    background-image: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .5)), url(../images/fv-qna.jpg);
}

@media screen and (min-width:801px){
    .fv{
        margin: 40px 0 10px;
        max-height: 420px;
    }
    .fv .text{
        padding: 17% 0;
        line-height: 3em;
    }
    .text h1 {
        font-size: 35px;
    }
    .text h3 {
        font-size: 30px;
    }
    .cont{
        padding: 50px 20px;
    }
    .q:before{
        display: inline-block;
        vertical-align: middle;
        content: 'Q.';
        background-color: #dec497;
        color: #fff;
        font-size: 20px;
        font-style: italic;
        font-family: 'DINosaur';
        padding: 5px 6px 7px 8px;
    }
    .a:before{
        height: 23px;
        display: inline-block;
        vertical-align: middle;
        content: 'A.';
        font-size: 20px;
        font-style: italic;
        font-family: 'DINosaur';
        padding: 3px 3px 5px 8px;
        border: 1px solid #274357;
    }
    .cont .q, .cont .a{
        display: inline-flex;
        box-sizing: border-box;
        width: 100%;
    }
    .cont .q{
        padding: 30px 30px 10px;
    }
    .cont .a{
        padding: 10px 30px 30px;
    }
    .cont .q h2{
        color: #333;
        font-style: italic;
        font-size: 20px;
        font-weight: 100;
        text-indent: 1.5em;
        width: 100%;
        border-bottom: 1px solid #dec497;
    }
    
    .cont .a p{
        color: #666;
        padding-left: 1.5em;
        font-size: 16px;
        width: 100%;
        line-height: 1.7em;
    }
    .btn_more-contact a {
        padding: 0.6em 1em 0.8em!important;
    }
    .btn_more{
        margin: 90px auto 70px!important;
    }
    #bottom p {
        text-align: center;
        font-size: 23px;
        color: #555;
        font-weight: 100;
    }
    #bottom h3{
        font-size: 34px;
        margin: 20px;
        color: #555;
        font-weight: 100;
        text-align: center;
    }
}
@media screen and (max-width:800px){
    .fv{
        height: 8em;
        position: relative;
    }
    .text{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .text h1 {
        font-size: 6.5vw;
    }
    .text h3 {
        font-size: 6vw;
    }
    .cont{
        padding: 3% 1%;
    }
    .q:before{
        display: inline-block;
        vertical-align: middle;
        content: 'Q.';
        background-color: #dec497;
        color: #fff;
        font-size: 20px;
        font-style: italic;
        font-family: 'DINosaur';
        padding: 5px 6px 7px 8px;
    }
    .a:before{
        height: 23px;
        display: inline-block;
        vertical-align: middle;
        content: 'A.';
        font-size: 20px;
        font-style: italic;
        font-family: 'DINosaur';
        padding: 3px 3px 5px 8px;
        border: 1px solid #274357;
    }
    .q, .a{
        display: inline-flex;
        box-sizing: border-box;
        width: 100%;
    }
    .q{
        padding: 3%;
    }
    .a{
        padding: 0% 3% 3%;
    }
    .q h2{
        color: #333;
        font-style: italic;
        font-size: 4.2vw;
        text-indent: 1.5em;
        width: 100%;
        border-bottom: 1px solid #dec497;
        margin: 0;
    }
    
    .a p{
        color: #666;
        padding-left: 1.5em;
        font-size: 3.8vw;
        width: 100%;
        line-height: 1.7em;
        margin: 0;
    }
    .btn_more-contact a {
        padding: 0.6em 1em 0.8em!important;
    }
    .btn_more{
        margin: 90px auto 70px!important;
    }
    #bottom p {
        text-align: center;
        font-size: 1.2em;
        padding: 1em;
        line-height: 1.7em;
        color: #555;
        font-weight: 100;
    }
    #bottom h3{
        font-size: 1.8em;
        color: #555;
        font-weight: 100;
        text-align: center;
    }
}