/******************************************************************
----------------------------메인 페이지-----------------------------
********************************************************************/

/* main */
.visual-wrap {
    position: relative;
    max-width: 100%;
    height: auto;
}

.visual-wrap .swiper-slide {
    position: relative;
    display: block;
    transition-property: transform;
    box-sizing: content-box;
    width: 100%;
    z-index: 1;
}

.visual-wrap .swiper-slide figure img.pcimg {
    width: 100%;
}

.visual-wrap .swiper-slide figure img.mbimg {
    display: none;
}

.visual-wrap .swiper-container-horizontal > .swiper-pagination-bullets,
.visual-wrap .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 6rem;
    height: 2rem;
}

.visual-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    cursor: pointer;
}

.visual-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 3rem;
}

.visual-wrap .swiper-pagination-bullet {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    opacity: 1;
    border-radius: 50%;
    background: #d2d2d2;
}

.visual-wrap .swiper-pagination-bullet-active {
    transition: all .3s;
    opacity: 1;
    background: #fff;
}


/* main content */

.main-content-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-content-box {
    position: relative;
    display: block;
}

.main-content-sec .container .row {
    padding: 0 3rem;
}

.main-content-box .container .row {
    padding: 10rem 3rem;
}


.order div:nth-child(2) {
    order: 1;
}

.order div:nth-child(1) {
    order: 2;
}

.conent-box {
    display: flex;
    width: 100%;
    max-height: 50rem;
}

.conent-box-ico {
    position: relative;
    display: block;
    flex-grow: 1;
    width: 50%;
}

.conent-box-txt {
    position: relative;
    display: block;
    flex-grow: 1;
    width: 50%;
    margin: auto 0;
    word-break: keep-all;
}

.conent-box-ico img {
    width: 100%;
}


.conent-box-txt span {
    display: block;
    font-size: 5rem;
    line-height: 6.4rem;
    font-weight: 700;
}

.conent-box-txt p {
    display: block;
    padding-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
    word-break: keep-all;
}


.conent-box-bg {
    position: relative;
    width: 100%;
    height: 0.5rem;
    background: #f5f5f5;
}

/* main-service */
.main-service {
    position: relative;
    display: block;
    width: 100%;
    background: #263A56;
}

.main-service .container {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.main-service .pagew {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 10rem;
}

.service_tit {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 10rem;
}

.service_tit h5 {
    font-size: 5rem;
    line-height: 6.4rem;
    font-weight: 700;
    color: #fff;
    padding-bottom: 2rem;
}

.service_tit p {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #fff;
}

.sw_service .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}


/******************************************************************
----------------------------서브 페이지-----------------------------
********************************************************************/
/* 서브페이지 공통 소스 */
.add_service_bg {
    background: #ffefef;
}

.company_bg {
    background: #EFF7FF;
}

.elect_pay_bg,
.sms_pay_bg {
    background: #EFF7FF;
}

.hand_pay_bg,
.reg_pay_bg {
    background: #E8F8F5;
}

.add_service_col {
    color: #da6b6b;
}

.compamy_col {
    color: #2D8AE7;
}

.rp_mint {
    color: #00B498;
}

.rp_blue {
    color: #2D8AE7;
}

.rp_darkblue {
    color: #263A56;
}

.m {
    display: none !important;
}

.pc {
    display: block !important;
}

.pc_480 {
    display: block !important;
}

.m_480 {
    display: none !important;
}

.pt {
    padding-top: 10rem;
}

.p_lr {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* 메인 배너 영역 */
.visual_submain {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.visual_submain .container {
    width: 100%;
    height: 100%;
}

.visual_submain .row {
    padding: 80px 30px 0 30px;
}

.visual_submain_wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.visual_submain_txt {
    display: flex;
    width: 56%;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
}

.visual_submain_img {
    display: flex;
    width: 44%;
    height: 60rem;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
}

.visual_submain_txt h3 {
    width: 100%;
    font-size: 5.6rem;
    line-height: 7.2rem;
    font-weight: bold;
    word-break: keep-all;
    padding-bottom: 2rem;
}

.visual_submain_txt span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    word-break: keep-all;
}

.visual_submain_txt p {
    padding-top: 2rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    word-break: keep-all;
}


/* 부가서비스 스마트 오더  */
.main-service-smart {
    position: relative;
    display: block;
    width: 100%;
    background: #E8F8F5;
}

.main-service-smart .container .row {
    padding: 10rem 3rem;
}

.service_smart_tit {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 10rem;
}

.service_smart_tit2 {
    padding: 5rem 0;
}

.service_smart_tit2 p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #333;
}

.service_smart_tit h5 {
    font-size: 5rem;
    line-height: 6.4rem;
    color: #00B498;
    font-weight: bold;
    padding-bottom: 2rem
}

.service_smart_tit p {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #333;
}

.sm_wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sm_thumb {
    position: relative;
    display: block;
    max-width: 30rem;
    max-height: 30rem;
    width: 30%;
    height: 100%;
}

.sm_thumb img {
    width: 100%;
    height: 100%;
}

.arrow {
    position: relative;
    display: block;
    max-width: 3rem;
    margin: auto 0;
}

.sm_thumb span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 500;
    padding-top: 3rem;
    color: #00B498;
}

/* 회사소개 */

.sub_company img {
    width: 100%;
    height: auto;
}

.business_conent_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.business_conent_box h4 {
    display: block;
    width: 100%;
    font-size: 5rem;
    line-height: 6.4rem;
    font-weight: 700;
}


.business_conent_box p {
    width: 100%;
    font-size: 1.8rem;
    color: #333;
    line-height: 2.7rem;
    font-weight: 400;
    margin-top: 2rem;
}

.business {
    position: relative;
    width: 100%;
}

.business ul {
    overflow: hidden;
}

.business ul li {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 5rem;
}

.business ul li figure {
    display: block;
    max-width: 25rem;
    max-height: 20rem;
    width: 100%;
    height: auto;
    margin: 0 auto 2rem;
}

.business ul li strong {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #00B498;
    font-weight: 400;
}

.fs16 {
    font-size: 1.6rem;
}

.fs20 {
    font-size: 2rem;
}

.business ul li em {
    display: block;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.6rem;
}

.business_conent_desc {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* 회사소개 _ 페이허브 페이먼트 */
.company_info {
    width: 49%;
    float: left;
}

.company_info:nth-child(1) {
    margin-right: 2%;
}

.company_info ul li {
    position: relative;
    padding-top: 4rem;
    border-bottom: 1px solid #D2D2D2;
}

.company_info ul li:first-child {
    padding-top: 0;
}

.company_info ul li strong {
    display: block;
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
}

.company_info ul li em {
    display: block;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #929292;
    padding-bottom: 3.3rem;
}

.main_service_company {
    background: #EFF7FF url(../image/company_bg.png) no-repeat top center;
    background-size: contain;
    width: 100%;

}

.main_service_company .container .row {
    padding: 10rem 3rem;
}

.service_company_tit {
    padding-bottom: 10rem;
    position: relative;
    display: block;
    text-align: center;
}

.service_company_tit h5 {
    font-size: 5rem;
    line-height: 6.4rem;
    word-break: keep-all;
    color: #2D8AE7;
    font-weight: bold;
    padding-bottom: 2rem;

}

.service_company_tit p {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.7rem;
    word-break: keep-all;
    color: #333;
}

.service_company_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.service_company_wrap div {
    width: 30%;
}

.service_company_wrap div figure {
    margin: 0 auto 3.3rem;
    max-width: 25rem;
    min-width: 20rem;
}

.service_company_wrap span,
.service_company_wrap em {
    display: block;
    text-align: center
}

.service_company_wrap span {
    font-size: 2.4rem;
    margin-bottom: 1.3rem;
    line-height: 2.7rem;
}

.service_company_wrap em {
    font-size: 2rem;
    color: #2D8AE7;
    font-weight: 500;
}

.main_service_wrap {
    background: #263A56;
}

/* 회사소개 _ 함께하는 파트너 */
.main_service_wrap .w1280 .row {
    padding: 0 0 15rem 0;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.ser_btn {
    position: relative;
    display: block;
    width: 10rem;
    margin: 0 auto;
    background: #2d8ae7;
    margin-top: 3rem;
    padding: 1rem 4rem 1rem 2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    border-radius: 18rem;
    color: #fff;
}

.ser_btn:after {
    content: '';
    background: url(../image/sarrow.png);
    position: absolute;
    display: block;
    width: 0.6rem;
    height: 1rem;
    right: 20px;
    top: 12px;
}

.service_partner_list {
    position: relative;
    display: block;
    width: 100%;
}

.service_partner_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.service_partner_list ul.partner_list_02,
.service_partner_list ul.partner_list_04,
.service_partner_list ul.partner_list_06 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
}

.partner_list li {
    width: 16.5rem;
    height: 6rem;
    background: #fff;
    border-radius: 30px;
    margin-right: 2rem;
    margin-bottom: 2rem;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}

.pclist {
    display: block;
}

.mlist {
    display: none;
}

.partner_list li:nth-child(1),
.partner_list_01 li:nth-child(1) {
    background: #fff url(../image/logo-1.png) no-repeat center;
}

.partner_list li:nth-child(2),
.partner_list_01 li:nth-child(2) {
    background: #fff url(../image/logo-2.png) no-repeat center;
}

.partner_list li:nth-child(3),
.partner_list_01 li:nth-child(3) {
    background: #fff url(../image/logo-3.png) no-repeat center;
}

.partner_list li:nth-child(4),
.partner_list_01 li:nth-child(4) {
    background: #fff url(../image/logo-4.png) no-repeat center;
}

.partner_list li:nth-child(5),
.partner_list_01 li:nth-child(5) {
    background: #fff url(../image/logo-5.png) no-repeat center;
}

.partner_list li:nth-child(6),
.partner_list_01 li:nth-child(6) {
    background: #fff url(../image/logo-6.png) no-repeat center;
}

.partner_list li:nth-child(7),
.partner_list_02 li:nth-child(1) {
    background: #fff url(../image/logo-7.png) no-repeat center;
}

.partner_list li:nth-child(8),
.partner_list_02 li:nth-child(2) {
    background: #fff url(../image/logo-8.png) no-repeat center;
}

.partner_list li:nth-child(9),
.partner_list_02 li:nth-child(3) {
    background: #fff url(../image/logo-9.png) no-repeat center;
}

.partner_list li:nth-child(10),
.partner_list_02 li:nth-child(4) {
    background: #fff url(../image/logo-10.png) no-repeat center;
}

.partner_list li:nth-child(11),
.partner_list_02 li:nth-child(5) {
    background: #fff url(../image/logo-11.png) no-repeat center;
}

.partner_list li:nth-child(12),
.partner_list_02 li:nth-child(6) {
    background: #fff url(../image/logo-12.png) no-repeat center;
}

.partner_list li:nth-child(13),
.partner_list_03 li:nth-child(1) {
    background: #fff url(../image/logo-13.png) no-repeat center;
}

.partner_list li:nth-child(14),
.partner_list_03 li:nth-child(2) {
    background: #fff url(../image/logo-14.png) no-repeat center;
}

.partner_list li:nth-child(15),
.partner_list_03 li:nth-child(3) {
    background: #fff url(../image/logo-15.png) no-repeat center;
}

.partner_list li:nth-child(16),
.partner_list_03 li:nth-child(4) {
    background: #fff url(../image/logo-16.png) no-repeat center;
}

.partner_list li:nth-child(17),
.partner_list_03 li:nth-child(5) {
    background: #fff url(../image/logo-17.png) no-repeat center;
}

.partner_list li:nth-child(18),
.partner_list_03 li:nth-child(6) {
    background: #fff url(../image/logo-18.png) no-repeat center;
}


.partner_list li:nth-child(19),
.partner_list_04 li:nth-child(1) {
    background: #fff url(../image/logo-19.png) no-repeat center;
}

.partner_list li:nth-child(20),
.partner_list_04 li:nth-child(2) {
    background: #fff url(../image/logo-20.png) no-repeat center;
}

.partner_list li:nth-child(21),
.partner_list_04 li:nth-child(3) {
    background: #fff url(../image/logo-21.png) no-repeat center;
}

.partner_list li:nth-child(22),
.partner_list_04 li:nth-child(4) {
    background: #fff url(../image/logo-22.png) no-repeat center;
}

.partner_list li:nth-child(23),
.partner_list_04 li:nth-child(5) {
    background: #fff url(../image/logo-23.png) no-repeat center;
}

.partner_list li:nth-child(24),
.partner_list_04 li:nth-child(6) {
    background: #fff url(../image/logo-24.png) no-repeat center;
}


.partner_list li:nth-child(25),
.partner_list_05 li:nth-child(1) {
    background: #fff url(../image/logo-25.png) no-repeat center;
}

.partner_list li:nth-child(26),
.partner_list_05 li:nth-child(2) {
    background: #fff url(../image/logo-26.png) no-repeat center;
}

.partner_list li:nth-child(27),
.partner_list_05 li:nth-child(3) {
    background: #fff url(../image/logo-27.png) no-repeat center;
}

.partner_list li:nth-child(28),
.partner_list_05 li:nth-child(4) {
    background: #fff url(../image/logo-28.png) no-repeat center;
}

.partner_list li:nth-child(29),
.partner_list_05 li:nth-child(5) {
    background: #fff url(../image/logo-29.png) no-repeat center;
}

.partner_list li:nth-child(30),
.partner_list_05 li:nth-child(6) {
    background: #fff url(../image/logo-30.png) no-repeat center;
}



.partner_list li:nth-child(31),
.partner_list_06 li:nth-child(1) {
    background: #fff url(../image/logo-31.png) no-repeat center;
}

.partner_list li:nth-child(32),
.partner_list_06 li:nth-child(2) {
    background: #fff url(../image/logo-32.png) no-repeat center;
}

.partner_list li:nth-child(33),
.partner_list li:nth-child(34),
.partner_list li:nth-child(35),
.partner_list li:nth-child(36),
.partner_list_06 li:nth-child(3),
.partner_list_06 li:nth-child(4),
.partner_list_06 li:nth-child(5),
.partner_list_06 li:nth-child(6) {
    visibility: hidden;
}



/* 서비스 페이지 */
.pay_conent_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.pay_conent_box h4 {
    display: block;
    width: 100%;
    font-size: 5rem;
    line-height: 6.4rem;
    font-weight: 700;
}

.pay_conent_box p {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    color: #333;
    line-height: 2.7rem;
    font-weight: 400;
    margin: 2rem 0 0;
    word-break: keep-all;
}

.pay {
    position: relative;
    width: 100%;
}

.pay ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pay ul li {
    display: block;
    width: 48%;
    text-align: center;
    padding-top: 10rem;
}

.pay ul li figure {
    display: block;
    max-width: 20rem;
    max-height: 20rem;
    width: 100%;
    height: auto;
    margin: 0 auto 2rem;
}

.pay ul li strong {
    display: block;
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.pay ul li em {
    display: block;
    font-weight: 400;
    font-size: 1.8rem;
    word-break: keep-all;
    line-height: 2.7rem;
}

/* 실제 결제 화면 */
.main_service_wrap .container .row {
    padding: 10rem 3rem;
}

.service_view {
    display: block;
}

.service_view figure {
    margin: 0 auto;
}

/* 페이허브 결제 */
.pay_service {
    position: relative;
    background: url(../image/pay_service_bg.png)no-repeat center center;
}

.pay_service .container .row {
    padding: 10rem;
}

.pay_service_list {
    position: relative;
    text-align: center;
}

.pay_service_list h6 {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 4.7rem;
    font-weight: bold;
}

.pay_service_btn {
    width: 100%;
    padding-top: 5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pay_service_btn li {
    width: 25%;
}

.pay_service_btn li a {
    display: inline-block;
    width: 20rem;
    height: 5rem;
    font-size: 2rem;
    font-weight: 500;
    color: #00B498;
    line-height: 4.6rem;
    background: #fff;
    border: 2px solid #00B498;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.pay_service_btn li a:hover {
    border: 2px solid #00B498;
    background: #00B498;
    color: #fff;
    font-weight: 500;
    box-sizing: border-box;
}

.service_view figure img {
    max-height: 44rem;
}

/* 수기결제 */
.visual_btn {
    position: relative;
    display: block;
    max-width: 42rem;
    max-height: 5rem;
    padding-top: 3rem;
}

.pay_conent_box .pc {
    display: block !important;
}

.pay_conent_box .m {
    display: none !important;
}

/************************************************************************************
--------------------------------- 서브페이지 - 반응형 ---------------------------------
************************************************************************************/

@media (max-width: 1280px) {
    .w1280 {
        width: 100%;
    }
}

@media (max-width: 1200px) {

    /*  메인페이지  */
    .conent-box-txt span {
        font-size: 4.2rem;
        line-height: 5.4rem;
    }

    /*  서브페이지  */
    .service_tit {
        padding-bottom: 5rem;
    }

    .service_tit h5,
    .service_company_tit h5,
    .service_smart_tit h5 {
        font-size: 4.2rem;
        line-height: 5.4rem;
    }

    .pay_conent_box h4,
    .business_conent_box h4 {
        font-size: 4.2rem;
        line-height: 4.4rem;
    }

    .main_service_wrap .w1280 .row {
        padding: 10rem 3rem;
    }

    .visual_submain_txt {
        padding: 6.5rem 0;
    }

    .visual_submain_txt h3 {
        width: 100%;
        font-size: 5rem;
        line-height: 6rem;
    }


    .w1280 {
        width: 100%;
    }

    .service_partner_list ul {
        justify-content: space-between;
    }

    .pclist {
        display: none;
    }

    .mlist {
        display: block;
    }

    .partner_list li {
        margin: 0 .5rem 2rem .5rem;
    }
}

@media (max-width: 1024px) {
    .visual_submain .row {
        padding: 50px 30px 0 30px;
    }

    .visual_submain_img {
        height: auto;
    }

    .sm_thumb {
        width: 26%;
    }

    .arrow {
        max-width: 2rem;
    }

    .pay_service .container .row {
        padding: 10rem 3rem;
    }

    .pay_service_btn li a {
        width: 17rem;
    }

    .pay_conent_box .pc {
        display: none !important;
    }

    .pay_conent_box .m {
        display: block !important;
    }

    .visual_btn {
        padding-top: 2rem;
        max-width: 30rem;
    }

    .partner_list li {
        width: 18%;
        height: 5rem;
    }

    .partner_list li:nth-child(36) {
        display: none;
    }
}

@media (max-width: 768px) {

    /*  메인페이지  */
    .visual-wrap .swiper-slide figure img.pcimg {
        display: none;
    }

    .visual-wrap .swiper-slide figure img.mbimg {
        display: block;
        width: 100%;
    }

    .main-content-sec .container .row,
    .main-service-smart .container .row {
        padding: 5rem 3rem;
    }

    .service_smart_tit {
        padding-bottom: 5rem;
    }

    .order div:nth-child(1) {
        order: 1;
    }

    .order div:nth-child(2) {
        order: 2;
    }

    .conent-box {
        display: block;
        overflow: hidden;
        max-height: none;
    }

    .conent-box-ico {
        width: 100%;
    }

    .conent-box-ico figure {
        max-width: 50rem;
        margin: 0 auto
    }

    .conent-box-txt {
        width: 100%;
        text-align: center;
    }

    /*  서브페이지  */
    .m_480 {
        display: block !important;
    }

    .pc_480 {
        display: none !important;
    }

    .main-content-box .container .row {
        padding: 10rem 3rem;
    }

    .visual_submain {
        width: 100%;
    }


    .visual_submain_txt {
        width: 100%;
        text-align: center;
        word-break: keep-all;
        padding: 6.5rem 0 3rem;
    }

    .visual_submain_txt h3 {
        width: 100%;
        font-size: 4.5rem;
        line-height: 5.3rem;
        text-align: center;
    }

    .visual_submain_txt span {
        font-size: 1.8rem;
        line-height: 2.5rem;
        width: 100%;
        text-align: center;
        word-break: keep-all;
    }

    .visual_submain_txt p {
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }

    .visual_submain_img {
        position: relative;
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
    }

    .visual_submain_img img {
        width: 60%;
        height: auto;
    }

    .main_service_company .container .row {
        padding: 10rem 3rem;
    }

    .service_company_wrap {
        flex-wrap: wrap;
    }

    .service_company_tit {
        padding-bottom: 0;
    }

    .service_company_wrap div {
        width: 100%;
    }

    .service_company_wrap div figure {
        margin: 3rem auto;
    }

    .service_company_wrap span {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .service_company_wrap em {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }


    /*  수기결제 */
    .visual_submain_wrap .visual_submain_txt .m {
        display: block !important;
    }

    .visual_submain_wrap .visual_submain_txt .pc {
        display: none !important;
    }

    .visual_btn {
        margin: 0 auto;
        width: 28rem;
    }

    .business ul li strong {
        font-size: 1.6rem;
    }

    .business ul li em {
        font-size: 2rem;
    }

    .company_info ul li strong {
        font-size: 2rem;
    }

    .company_info ul li em {
        font-size: 1.8rem;
        padding-bottom: 2rem;
    }

    .business_conent_box p,
    .pay_conent_box p {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .service_smart_tit2 {
        padding: 3rem 0 0;
    }

    .business ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .business ul li {
        width: 50%;
    }

    .arrow {
        position: relative;
        display: block;
        max-width: 1.2rem;
    }

    .partner_list li {
        width: 23%;
        height: 5rem;
    }

    .partner_list li:nth-child(33),
    .partner_list li:nth-child(34),
    .partner_list li:nth-child(35),
    .partner_list li:nth-child(36) {
        display: none;
    }

    .pay_service_btn li {
        width: 50%;
    }

    .pay_service_btn li:nth-child(1),
    .pay_service_btn li:nth-child(2) {
        padding-bottom: 2rem;
    }

    .pay_conent_box h4,
    .business_conent_box h4 {
        font-size: 3.2rem;
        line-height: 4.4rem;
    }

    .pay ul li {
        padding-top: 5rem;
    }

    .pay ul li strong {
        font-size: 2rem;
        line-height: 3rem;
    }

    .pay ul li em {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    .pay ul li figure {
        width: 20rem;
    }

    /*  서비스 소개 */
    .pay_service_list h6 {
        font-size: 2.8rem;
        line-height: 3rem;
    }

    .visual_btn {
        margin: 0 auto;
    }

    .pay_service_btn li a {
        font-size: 1.8rem;
    }

    .pay_service_btn li a:hover {
        font-size: 1.8rem;
    }

    .service_smart_tit2 p {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }
}

@media (max-width: 600px) {
    .partner_list li {
        width: 30%;
        height: 4.5rem;
    }
}

@media (max-width: 480px) {

    /*  메인페이지  */
    .main-content-sec .container .row {
        padding: 5rem 3rem;
    }

    .conent-box-bg {
        height: 0.2rem;
    }

    .conent-box-txt {
        text-align: left
    }

    .conent-box-txt span {
        font-size: 3.2rem;
        line-height: 4.4rem;
    }

    .conent-box-txt p {
        font-size: 1.5rem;
        line-height: 2.2rem;
        padding-top: 1rem;
    }

    .service_tit {
        padding-bottom: 3rem;
    }

    .service_tit h5 {
        padding-bottom: 1rem;
        font-size: 3.2rem;
        line-height: 4.4rem;
    }

    .service_tit p {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .main-service .pagew {
        padding-bottom: 5rem;
    }

    .footer-keyword {
        display: none;
    }

    /*  메인배너 슬라이드 블릿  */
    .visual-wrap .swiper-container-horizontal > .swiper-pagination-bullets,
    .visual-wrap .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 2rem;
        height: 2rem;
    }

    .visual-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 1rem;
    }

    .visual-wrap .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
    }

    /*  서브페이지  */
    .m {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .main-content-box .container .row {
        padding: 5rem 3rem;
    }

    .main_service_wrap .container .row {
        padding: 5rem 3rem;
    }

    .visual_submain_txt h3 {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .visual_submain_txt span {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .visual_submain_img img {
        width: 30rem;
    }

    .service_smart_tit h5 {
        font-size: 3.2rem;
        line-height: 4.4rem;
    }

    .business ul li {
        padding-top: 3rem;
    }

    .business ul li figure {
        margin-bottom: 0.2rem
    }

    .business_conent_box p,
    .pay_conent_box p {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .arrow {
        position: relative;
        display: block;
        max-width: 0.8rem;
    }

    .main_service_company .container .row {
        padding: 5rem 3rem;
    }

    .service_smart_tit p {
        word-break: keep-all;
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .service_smart_tit2 p {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }


    .service_company_tit {
        padding-bottom: 0;
    }

    .service_company_tit h5 {
        font-size: 3.2rem;
        line-height: 4.4rem;
    }

    .service_company_tit p {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .business ul li strong {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .business ul li em {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .company_info ul li strong {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .company_info ul li {
        padding-top: 2rem;
    }

    .company_info ul li em {
        font-size: 1.4rem;
        line-height: 2rem;
        padding-bottom: 1rem;
    }

    .sm_thumb span {
        padding-top: 1rem;
        font-size: 1.4rem;
    }

    .main-service-smart .container .row {
        padding: 5rem 3rem;
    }

    .service_smart_tit {
        padding-bottom: 3rem;
    }

    .pt {
        padding-top: 5rem;
    }

    .fs20 {
        font-size: 1.2rem;
    }

    .lineh {
        line-height: 2rem !important;
    }

    .fs16 {
        font-size: 1.3rem;
    }

    .pay ul li {
        width: 100%;
    }

    .pay ul li:nth-child(2n-1) {
        margin-right: 0;
    }

    .pay ul li figure {
        width: 17rem;
    }

    .pay ul li strong {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }

    .pay ul li em {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .pay_service {
        background-size: contain;
    }

    .pay_service .container .row {
        padding: 5rem 3rem;
    }

    .pay_service_list h6 {
        font-size: 2.4rem;
    }

    .pay_service_btn {
        padding-top: 2rem;
    }

    .pay_service_btn li a {
        width: 14rem;
        height: 3.5rem;
        font-size: 1.4rem;
        line-height: 3.1rem;
    }

    .pay_service_btn li a:hover {
        font-size: 1.4rem;
    }
}

@media (max-width: 420px) {
    .partner_list li {
        background-size: 87% !important;
        height: 3.8rem;
        margin: 0 .2rem 1rem .2rem;
    }
}

/*  팝업01 추가 - 2021.05.04 - Jack */

.popup.popup01 {
    display: block;
    font-size: 0;
    position: absolute;
    max-width: 400px;
    top: 80px;
    left: 50px;
    z-index: 999;
}

.popup01_img {
    max-width: 400px;
}

.popup .checkbox_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    background-color: #1C2532;
    padding: 10px 15px;
}

.popup .checkbox_area .checks input[type="checkbox"] + label {
    height: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 14px;
    padding-left: 30px;
}

.popup .checkbox_area a {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

.popup .checkbox_area .checks input[type="checkbox"] + label:before {
    top: 1px;
    width: 18px;
    height: 18px;
}

.popup .checkbox_area .checks input[type="checkbox"]:checked + label:after {
    top: 3px;
    left: 1px;
    width: 18px;
    height: 18px;
    font-size: 14px;
}


@media (max-width: 768px) {

    .popup.popup01 {
        position: absolute;
        width: 100%;
        max-width: 400px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1001;
    }

}

/* pagination */
.pagination {display: inline-flex; justify-content: center; align-items: center; border: 1px solid #E4E4E4; background-color: #ffffff;}
.pagination .pg-prev {display: inline-flex; justify-content: center; align-items: center; width: 28px; height: 28px; border-right: 1px solid #E4E4E4;}
.pagination .pg-prev i {color: #c1c8d8; font-weight: bold;}
.pagination .pg-prev a {display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.pagination .pg-next {display: inline-flex; justify-content: center; align-items: center; width: 28px; height: 28px;}
.pagination .pg-next a {display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.pagination .pg-next i {color: #c1c8d8; font-weight: bold;}
.pagination .pg-body {display: flex;}
.pagination .pg-body .pg-num {display: inline-flex; justify-content: center; align-items: center; width: 28px; height: 28px; border-right: 1px solid #E4E4E4; color: #C1C8D8;}
.pagination .pg-body .pg-num.active {background-color: #f8f9fd; color: #00BFA5; font-weight: bold;}
.pagination .pg-body .pg-num a {display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.pagination .pg-body .pg-num {width: auto;}
.pagination .pg-body .pg-num a {padding: 0 9px;}
.pagination a {cursor: pointer;}
