#model {
    padding-top: 100px;
    background: url('/images/botox/face/background.jpg') center / auto repeat;
    text-align: center;
}

#model .sub-title {
    font-size: 42px;
    font-family: "Gmarket Sans TTF", sans-serif;
    letter-spacing: -0.06em;
}

#model .search-wrapper {
    width: 646px;
    height: 101px;
    border: 3px solid black;
    margin: 29px auto 0;
    background-color: white;
    overflow: hidden;
}

#model .search-wrapper .search {
    font-size: 59.4px;
    line-height: 101px;
    font-family: "Gmarket Sans TTF", sans-serif;
    font-weight: bold;
    letter-spacing: -0.06em;
}

#model .model-image {
    margin-top: 64px;
    width: 1115px;
    max-width: 100%;
}

.botox-qna{
    background-image : url("/images/filler/filler-footer-bg.jpg");
    background-size : 100%;
    background-repeat : no-repeat;
    padding-top : 128px;
}

.botox-footer-title{
    width : 576px;
    margin: 0 auto 53px;
}

.botox-footer .botox-wrapper {
    position: relative;
    margin: 0 auto;
}

.botox-footer .botox-wrapper,
.botox-footer .swiper-container{
    width : 1063px;
}

.botox-footer .swiper-pagination{
    position : relative;
}

.botox-footer .swiper-container-initialized > .swiper-pagination-bullets{
    bottom : auto;
    width : 572px;
    margin : 0 auto;
}

.botox-footer .swiper-pagination-bullet {
    border-radius : 0;
    background-size : 100%;
    background-color : transparent;
    opacity : 1;
    margin-right: 0 !important;
}

.botox-footer .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 32px !important;
}

.botox-footer .swiper-pagination-bullet:nth-child(1){
    background-image : url('/images/botox/button/button_1.png');
    width : 168px;
    height : 51px;
}

.botox-footer .swiper-pagination-bullet-active:nth-child(1){
    background-image : url('/images/botox/button/button_1_on.png');
}

.botox-footer .swiper-pagination-bullet:nth-child(2){
    background-image : url('/images/botox/button/button_2.png');
    width : 168px;
    height : 51px;
}

.botox-footer .swiper-pagination-bullet-active:nth-child(2){
    background-image : url('/images/botox/button/button_2_on.png');
}

.botox-footer .swiper-pagination-bullet:nth-child(3){
    background-image : url('/images/botox/button/button_3.png');
    width : 168px;
    height : 51px;
}

.botox-footer .swiper-pagination-bullet-active:nth-child(3){
    background-image : url('/images/botox/button/button_3_on.png');
}

.botox-footer .swiper-wrapper{
    margin-top : 72px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.botox-footer .swiper-button-prev,
.botox-footer .swiper-button-next {
    width : 47px;
    height : 47px;
    background-image: none;
}
.botox-footer .swiper-button-prev:after,
.botox-footer .swiper-button-next:after{
    content : '';
    display: block;
    width : 47px;
    height : 47px;
    background-size : 100%;
    background-repeat : no-repeat;
    background-position : center;
}

.botox-footer .swiper-button-prev {
    left: -84px;
}

.botox-footer .swiper-button-prev:after{
    background-image : url("/images/botox/button/arrow-left.png");
}

.botox-footer .swiper-button-next {
    right: -84px;
}

.botox-footer .swiper-button-next:after{
    background-image : url("/images/botox/button/arrow-right.png");
}