@media (max-width: 576px) {
    .pageFoot {
        padding-bottom: 60px;
    }
}

.mainArea {
    margin-bottom: -200px;
    padding-bottom: 200px;
    min-height: 1200px;
    background-image: url("../images/bg/iPAS_E-background02.png"),url("../images/bg/iPAS_E-background03.png"), url("../images/bg/iPAS_E-background01.png");
    background-size: 16rem auto, 16rem auto, 100% auto;
    background-attachment: fixed, fixed, scroll;
    background-position: 30px 95%, right 75%, 0px 200px;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .mainArea {
        min-height: auto;
        background-image: url("../images/bg/iPAS_E-background02.png"),url("../images/bg/iPAS_E-background03.png"), url("../images/bg/iPAS_E_RWD-background01.png");
        background-size: 150px auto, 150px auto, 100% auto;
        background-position: 10px 90%, right 75%, 0px 200px;
    }
}

.mainArea .dataBox {
    width: 100%;
    background-color: #f2f2f2;
    box-shadow: 6px 6px 2px 2px rgba(40%,40%,40%,0.7);
    cursor: pointer;
}

    .mainArea .dataBox .title {
        background-color: #006fa6;
        color: #ffffff;
        text-align: center;
        font-size: 1.6rem;
        letter-spacing: 2px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 5px solid #0082be;
    }

        .mainArea .dataBox .title b {
            font-size: 1.8rem;
            line-height: 1.8rem;
        }

.mainArea .box {
    border-bottom: 5px solid #00a5e1;
}

.mainArea .subject_box {
    height: 3.6rem;
}

.mainArea .subject {
    color: #217eaa;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 500;
}

.mainArea .contentBox .body {
    color: #3d3d3d;
    font-size: 1.2rem;
    font-weight: 400;
}

.imgSP {
    height: 100%;
}

.imgSPOut {
    background-color: #eef3fa;
}

.dot i {
    color: #00a5e1;
}
/* ==============================================================*/
.detialBox .myPhotoBoxOut {
    width: 380px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 10px 10px 2px 2px rgba(40%,40%,40%,0.4);
    position: relative;
}

.detialBox .myPhotoBox {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.detialBox .title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 500;
}

.detialBox .myQuit {
    position: relative;
    border: 4px solid #0084c0;
    background-color: #0074b5;
    border-radius: 50px;
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 12px 30px 12px 30px;
    box-shadow: 2px 2px 2px 3px rgba(40%,40%,40%,0.4);
    margin-bottom: 30px;
}

    .detialBox .myQuit::after {
        position: absolute;
        width: 50px;
        height: 24px;
        bottom: -24px;
        left: 40px;
        background-image: url("../images/iPAS_E3-Quit03.png");
        content: "";
    }

.detialBox .myAns {
    background-color: #ffffff;
    position: relative;
    font-size: 1.5rem;
    padding: 20px 35px 20px 35px;
    border: 4px solid #3fa1ce;
    border-radius: 50px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .detialBox .title {
        font-size: 32px;
        line-height: 44px;
    }

    .detialBox .myAns {
        font-size: 24px;
        padding: 20px;
    }

    .detialBox .myPhotoBoxOut .xlIcon {
        position: absolute;
        right: -70px;
        top: 0px;
    }
}

@media (max-width: 576px) {
    .detialBox .myPhotoBoxOut {
        width: 320px;
        height: 240px;
    }
}

.detialBox .myAns::after {
    position: absolute;
    width: 51px;
    height: 31px;
    bottom: -28px;
    right: 60px;
    background-image: url("../images/iPAS_E3-Ans03.png");
    content: "";
}

/* ==============================================================*/
.bgFoot {
    margin-top: 20px;
    min-height: 20vw;
    background-image: url("../images/bg/iPAS_E-background04.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

    .bgFoot .footIcon01 {
        position: absolute;
        left: 14vw;
        top: 8vw;
        width: 18vw;
    }

    .bgFoot .footIcon02 {
        position: absolute;
        right: 70px;
        top: -20px;
        width: 26vw;
    }
/* ==============================================================*/
.pageRow .page:not(.dis):hover a, .pageRow .now {
    background-color: #3fa1ce;
}

.btnDetail {
    border: none;
    color: #00a5e1;
    background-color: transparent;
    font-size: 1em;
    font-weight: bold;
}

    .btnDetail i {
        font-size: 2em;
    }

    .btnDetail:focus i {
        outline: .2em solid orange;
        outline-offset: .1em;
        border-radius: .5rem;
    }
