.visual_area {
    padding: 215px 0 100px 0;
    background: url(../img/sub_visual.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.visual_area p:first-of-type {
    width: 300px;
    margin: 0 auto;
   position: relative;
   margin-bottom: 40px;
   font-family: 'Nanum Myeongjo', serif;
   font-size: 1.25em;
   font-weight: 800;
}
.visual_area p:first-of-type::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: url(../img/border.png) no-repeat center;
    position: absolute;
    top: -10px;
    left: 0;
}
.visual_area p:first-of-type::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: url(../img/border.png) no-repeat center;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.visual_area p:nth-of-type(2) {
    font-size: 3.25em;
    font-family: 'Nanum Myeongjo', serif;
    margin-bottom: 30px;
    font-weight: 700;
}
.visual_area p:nth-of-type(3) {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 1.125em;
    font-weight: 700;
    opacity: .5;
}
#contentArea {
    margin-bottom: 100px;
}
.content {
    /*width: 1500px;*/
    margin: 0 auto;
}
.mar {
    margin-bottom: 80px !important;
}
/*********************************
banner
**********************************/
.sub_banner {
    box-shadow: 0 0 29px rgba(0,0,0,.17);
    position: relative;
}
.sub_banner::after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #99586b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sub_banner::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}
.sub_banner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub_banner li {
    width: 50%;
}
.sub_banner li a {
    display: flex;
    padding: 20px 0;
    align-items: center;
    position: relative;
}
.sub_banner li a dl {
    display: flex;
    width: 100%;
}
.sub_banner li a dt {
    margin-right: 60px;
    font-size: 1.125em;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.sub_banner li a dt::after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,.5);
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -9px;
}
.sub_banner li a dd {
    width: 75%;
    font-size: .938em;
    font-weight: 300;
}
.sub_banner li a>span {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -13px;
    background: url(../img/banner1.png) no-repeat center #e3e3e2;
}
.sub_banner .discount a {
    color: #fff;
}
.sub_banner .de_pay a {
    box-sizing: border-box;
    padding-left: 50px;
}
.sub_banner .de_pay a dt {
    color: #99586b;
}
.sub_banner .de_pay a dt::after {
    background: #ddd;
}
.sub_banner .de_pay a dd {
    color: #444;
}
.sub_banner .de_pay a dd .num {
    font-weight: 700;
    color: #99586b;
}
.sub_banner .de_pay a dd .sub {
    font-size: .813rem;
}
/*********************************
일반pc
***********************************/
@media screen and (max-width:1280px) {
    .content {
        width: 96%;
    }
    .sub_banner li a dt {
        margin-right: 40px;
    }
    .sub_banner li a dt::after {
        right: -20px;
    }
    .sub_banner .de_pay a {
        padding-left: 10px;
    }
    .sub_banner li a>span {
        right: 10px;
    }
}
/***********************************
태블릿
***********************************/
@media screen and (max-width:1024px) {
    .visual_area {
        padding: 180px 0 80px 0;
    }
    .sub_banner::after {
        width: 100%;
        height: 50%;
        background: #99586b;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .sub_banner::before {
        width: 100%;
        height: 50%;
        top: 50%;
        left: 0;
    }
    .sub_banner li {
        width: 100%;
    }
    .sub_banner .de_pay a {
        padding-left: 0;
    }
}
/***********************************
소형태블릿
***********************************/
@media screen and (max-width:768px) {
    .visual_area p:first-of-type {
        font-size: .875em;
        width: 150px;
        margin-bottom: 25px;
    }
    .visual_area p:nth-of-type(2) {
        font-size: 1.7em;
        margin-bottom: 25px;
    }
    .visual_area p:nth-of-type(3) {
        font-size: .813em;
    }
    .mar {
        margin-bottom: 40px !important;
    }
    
}
/***********************************
태블릿
***********************************/
@media screen and (max-width:640px) {
    .visual_area {
        padding: 120px 0 50px 0;
    }
    .sub_banner li a dl {
        flex-wrap: wrap;
        align-items: center;
    }
    .sub_banner li a dt {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .sub_banner li a dd {
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
    }
    .sub_banner li a dt::after {
        display: none;
    }
    .sub_banner li a>span {
        margin-top: 0;
        top: 20px;
    }
}