.process_bg {
    border: 1px solid #1E1009;
    text-align: center;
    position: relative;
    max-width: 700px;
    min-width: 400px;

    opacity: 0;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s;
}
.process_bg_inner {
    margin: 0.25em;
    padding: 1.875em;
    border: 1px solid #1E1009;
    background-color: rgba(255, 255, 255, 0.7);

}

.process_bg.view { opacity: 1;}

.step_no_frame {
    width: 50px; height: 50px;
    position:relative;

    margin: 0 auto;
    line-height: 50px;
}
.step_no_border {
    width: 30px; height: 30px;
    border: 1px solid #1E1009;
    border-top: none; border-bottom: none;

    position:absolute;
    top: 50%; left: 50%;

    margin-top: -15px; margin-left: -15px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.step_title {
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
}
.step_desc {
    font-size: 0.875em;
    line-height: 2;
    margin-top: 20px;
}
.step_arrow {
    display: block;
    width: 0; height: 0;

    margin: 40px auto;
    margin-bottom: 0;

    width: 24px; height: 12px;
    background: url('../images/enterBrown.svg') no-repeat center center;
    background-size: cover;
}

.sec_wrap.end_note {
    padding: 60px 0;
    margin-top: 0;
    background-color: #9c9178;
    text-align: center;

    background-image: url(../images/diagStripe_30.svg);

}
.sec_wrap.end_note p {
    line-height: 2;
}

#enter {
    position: absolute;
    left: 0; bottom: 0;

    width: 100%; height: 80px;
    cursor: pointer;

    opacity: 0;

    -webkit-transition: all .5s;
    transition: all .5s;

}
#enter.view {
    opacity: 1;
}
#enter::after {
    content: "";
    display: block;

    width: 32px; height: 16px;
    background: url('../images/enterWhite.svg') no-repeat center center;
    background-size: cover;

    margin: 30px auto;
}

.processpage .sec_wrap.full_border .sec_bg::after {
    /*opacity: 0.5;*/
    background-color: rgba(30,16,8,0.05);
    background-image: url('../images/diagStripe_15.svg');
}


.processpage .sec1 .sec_bg {
    /*background-color: #675A52;*/
    background-color: #362f2d;
}
.processpage .sec2 .sec_bg {
    background-image: url("../images/_process/process_1.jpg");
}
.processpage .sec3 .sec_bg {
    background-image: url("../images/_process/process_2.jpg");
}
.processpage .sec4 .sec_bg {
    background-image: url("../images/_process/process_3.jpg");
}
.processpage .sec5 .sec_bg {
    background-image: url("../images/_process/process_4.jpg");
}
.processpage .sec6 .sec_bg {
    background-image: url("../images/_process/process_5.jpg");
}
.processpage .sec7 .sec_bg {
    background-image: url("../images/_process/process_6.jpg");
}

/* //////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 768px) {

    .processpage .sec_wrap .sec_bg { height: 60vh; }
    .processpage #sec_top .sec_bg { height: 100vh; }

    .processpage .col.span_4 { width: 100%; }

    .processpage .contents.ver_align.ctr_90 {
        -webkit-transform: none;
        transform: none;
        top: 60%; left: 0;
        height: 40vh; width: 100%;
    }
    .processpage .contents.ver_align.ctr_90 > .section.group, .process_bg { height: 100%; }
    .process_bg { max-width: 100%; min-width: 100%; }
    .process_bg, .process_bg_inner { border: none; }
    .process_bg_inner { padding: 3.5em 0 0 0; }

    .processpage .step_arrow {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 3.5em;
    }
}

@media only screen and (max-width: 414px) {

    .processpage .sec_wrap .sec_bg { height: 50vh; }
    .processpage .contents.ver_align.ctr_90 {
        top: 50%;
        height: 50vh;
    }
    .processpage .step_arrow, #enter::after {
        margin: 25px auto;
        width: 20px; height: 10px;
    }

    #enter { height: 60px; }

    .step_title,
    .step_desc { margin-top: 10px; }


}

@media only screen and (max-width: 320px) {

    .step_no_frame {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .step_no_frame h4 { font-size: 1em; }
    .step_no_border {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -11px;
    }
    .process_bg_inner { padding: 1.5em 0 0 0; }

    .processpage .step_arrow, #enter::after {
        margin: 15px auto;
        width: 20px; height: 10px;
    }
    #enter { height: 40px; }
}
/* Landscape */
@media only screen
and (max-device-width: 736px)
and (orientation: landscape) {

    .force_br { white-space: nowrap; }

    .processpage .step_arrow, #enter::after {
        margin: 15px auto;
        width: 20px; height: 10px;
    }
    #enter { height: 40px; }

    #process1.sec_wrap .sec_bg,
    #process2.sec_wrap .sec_bg,
    #process3.sec_wrap .sec_bg,
    #process4.sec_wrap .sec_bg,
    #process5.sec_wrap .sec_bg,
    #process6.sec_wrap .sec_bg {
        width: 45%;
        height: inherit;
    }
    .processpage .contents.ver_align.ctr_90 {
        left: inherit;
        right: 0;
        top: 0;
        width: 55%;
        height: inherit;
    }
}
