@charset "utf-8";

.wrap-txt h2 {
    margin: 30px 0;
}
.i_section {
    padding: 30px 0 50px;
}
.p1_box {
    text-align: center;
}
.p1_box img {
    width: 100%;
}
.bqn_title {
    margin-top: 40px;
}
.p1_box:first-child .bqn_title {
    margin-top: 0;
}

/* 이미지 위 링크 버튼 */
.p1_sub {
    position: relative;
    display: inline-block;
    width: 100%;
}
.img-link {
    position: absolute;
    cursor: pointer;
    /* background: rgba(255, 0, 0, 0.3); */
}
/* 버튼 1 */
.link1 {
    top: 18.6%;
    left: 18%;
    width: 8%;
    height: 3%;
}
/* 버튼 2 */
.link2 {
    top: 66.3%;
    left: 18%;
    width: 8%;
    height: 3%;
}
/* 버튼 3 */
.link3 {
    top: 81%;
    left: 18%;
    width: 8%;
    height: 3%;
}
/* 버튼 4 */
.link4 {
    top: 95%;
    left: 18%;
    width: 8%;
    height: 3%;
}

@media all and (max-width: 430px) {
    .p1_box {
        overflow: hidden;
    }
    .p1_box img {
        width: 130%;
        margin-left: -15%;
    }
    .link1, .link2, .link3, .link4 {
        width: 11%;
        left: 8%;
    }
    .i_section {
        padding: 10px 0 30px;
    }
}
