/* -----------------call_center.html------------------- */
.sub-page .section .title-m {
    font-size: 5.4rem;
    margin-bottom: 2.4rem;
    font-weight: 600;
    line-height: 1.1;
}
.sub-page .section .sub {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 1.4;
}
.sub-page .section .title {
    font-size: 3.8rem;
    line-height: 1.4;
}
.sub-page .item-box .title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem !important;
}
.sub-page .item-box .sub-t {
    font-size: 1.8rem;
    line-height: 1.45;
    color: #333;
}
.gradi .item-box .sub-t {
    color: #606060;
}
.sub-page .img-m img {
    width: 45px;
    margin-bottom: 2.2rem;
}
.sub-page .section .item-box {
    border-radius: 20px;
}
.sub-page .section .item-box .text {
    margin-top: 0;
}
.sub-page .section .mini .sub {
    font-size: 1.45rem;
    line-height: 1.4;
}
.sub-page .section1 {
    padding: 10rem 0 18rem;
}
.sub-page .section1 .item {
    flex-direction: row;
    justify-content: center;
    margin-top: 4.5rem;
    height: 370px;
}
.sub-page .section1 .item-box {
    width: calc(80% / 3 - 20px);
    background-color: #fffaef;
    margin-right: 20px;
    padding: 35px;
}
.sub-page .section1 .item-box:last-child {
    margin-right: 0;
}
.sub-page .section1 .item-box .icon img {
    width: 55px;
    margin-bottom: 2rem;
}
/* #callCenter _ wrap :: swiper */
#callCenter .wrap .sw-item {
    height: 580px;
    border-radius: 20px;
}
#callCenter .wrap .item1 {
    background: url(../images/center_sect2_box1.png) no-repeat 50% 200% / cover;
    background-size: 75%;
    background-color: #f3f9e6;
}
#callCenter .wrap .item2 {
    background: url(../images/center_sect2_box2.png) no-repeat 50% 140% / cover;
    background-size: 80%;
    background-color: #f3f9e6;
}
#callCenter .wrap .item3 {
    background: url(../images/center_sect2_box3.png) no-repeat 90% -50% / cover;
    background-size: 45%;
    background-color: #f3f9e6;
}
#callCenter .wrap .item4 {
    background: url(../images/center_sect2_box4.png) no-repeat 50% 110% / cover;
    background-size: 80%;
    background-color: #f3f9e6;
}
#callCenter .sw-item .item-inner {
    padding: 4.5rem 0 0 5.5rem;
}
#callCenter .sw-item .text {
    text-align: left;
}
#callCenter .sw-item .title {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
#callCenter .sw-item .sub-t {
    letter-spacing: -1px;
    line-height: 1.2;
    font-size: 1.85rem;
}
#callCenter .sw-item .mini {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top: 1rem;
}

/* <!-- Demo styles -- > */
#callCenter .swiper-slide {
    display: block;
}
#callCenter .swiper-bottom {
    margin-top: 5rem;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 1020px;
}
#callCenter .custom_slide_wrap {
    width: 100%;
    margin: 0 auto;
}
#callCenter .swiper-pagination-custom {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 4.5rem;
    align-items: center;
}
.custom_bullet {
    width: 145px;
    margin-right: 30px;
    padding: 15px 0 16px 0;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 8px;
}
.custom_bullet:last-child {
    margin-right: 0;
}
.custom_bullet span {
    font-size: 1.8rem;
    font-weight: 600;
    margin-left: 5px;
    vertical-align: middle;
    color: #606060;
}
.custom_bullet:hover {
    cursor: pointer;
}
.custom_bullet img {
    width: 20px;
}
.custom_bullet .hov-img {
    display: none;
}
.custom_bullet:hover,
.swiper-pagination-custom-bullet-active {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-custom-bullet-active span {
    color: #92d501;
}
.swiper-pagination-custom-bullet-active:hover span {
    color: #92d501;
}
.swiper-pagination-custom-bullet-active .hov-img {
    display: block;
}
.swiper-pagination-custom-bullet-active .nor-img {
    display: none;
}

/* max-width: 1280px */
@media screen and (max-width: 1280px) {
    .sub-page .section1 .item {
        min-height: 380px;
    }
    .sub-page .section1 .item-box {
        width: calc(95% / 3 - 20px);
    }
    .section .inner {
        padding: 0 20px;
    }
    .sect-banner .inner {
        padding: 0 2rem;
    }
}
/* max-width: 1020px */
@media screen and (max-width: 1020px) {
    .container {
        padding-top: 80px;
    }
    .custom_bullet img {
        width: 18px;
    }
    .custom_bullet span {
        font-size: 1.65rem;
    }
    .sub-page .section1 .item-box {
        width: calc(98% / 3 - 10px);
    }
    #callCenter .swiper-bottom {
        max-width: 760px;
    }
    #callCenter .wrap .item1 {
        background: url(../images/center_sect2_box1.png) no-repeat 50% 130% / cover;
        background-size: 80%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item2 {
        background: url(../images/center_sect2_box2.png) no-repeat 50% 90% / cover;
        background-size: 80%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item3 {
        background: url(../images/center_sect2_box3.png) no-repeat 90% 80% / cover;
        background-size: 40%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item4 {
        background: url(../images/center_sect2_box4.png) no-repeat 50% 110% / cover;
        background-size: 80%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .sw-item {
        height: 500px;
    }
    #callCenter .sw-item .item-inner {
        padding: 4.5rem 0;
    }
    #callCenter .sw-item .text {
        text-align: center;
    }
    #callCenter .item3 .text {
        text-align: left;
        padding-left: 4rem;
    }
    #callCenter .sw-item .title {
        font-size: 2.3rem;
        margin-bottom: 1.2rem;
    }
    #callCenter .sw-item .sub {
        font-size: 1.7rem;
    }
    #callCenter .sw-item .mini {
        font-size: 1.3rem;
    }
}
/* max-width: 959px */
@media screen and (max-width: 959px) {
    .sub-page .section .title {
        font-size: 3.6rem;
    }
    .sub-page .section .title-m {
        font-size: 4.8rem;
    }
    .sub-page .section .sub {
        font-size: 1.8rem;
    }
    .sub-page .item-box .title {
        font-size: 2.4rem !important;
    }
    .sub-page .item-box .sub-t {
        font-size: 1.65rem;
    }
    .sub-page .section .mini .sub {
        font-size: 1.3rem;
    }
    .sub-page .section1 .item-box {
        width: calc(100% / 3 - 10px);
        margin-right: 15px;
    }
    .sub-page .section1 .item-box .icon img {
        width: 50px;
        margin-bottom: 1.5rem;
    }
}
/* max-width: 760px */
@media screen and (max-width: 760px) {
    .sub-page .section .title {
        margin-bottom: 3.5rem;
        font-size: 3.3rem;
    }
    .sub-page .section1 .item {
        flex-direction: column;
        height: auto;
    }
    .sub-page .section1 .item-box {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: row;
        justify-content: right;
        margin-bottom: 15px;
        align-items: center;
    }
    .sub-page .section1 .item-box .text {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-left: 20px;
        align-items: center;
    }
    .sub-page .item-box .sub-t {
        font-size: 1.65rem;
        text-align: right;
    }
    .sub-page .section1 .item-box .title {
        margin-bottom: 0 !important;
        width: 180px;
        padding: 0;
    }
    .sub-page .section1 .item-box .icon img {
        margin-bottom: 0;
    }
    .sub-page .section1 .mini {
        display: none;
    }
    .sub-page .section .title-m {
        font-size: 4.2rem;
    }
    .sub-page .section .sub {
        font-size: 1.7rem;
    }
    .sub-page .section1 {
        padding: 8rem 0 5rem;
    }

    #callCenter .custom_bullet {
        margin-right: 10px;
        width: 135px;
    }
    .custom_bullet span {
        font-size: 1.6rem;
    }
    #callCenter .swiper-pagination-custom {
        margin-bottom: 3.5rem;
    }
    #callCenter .swiper-bottom {
        max-width: 450px;
    }
    #callCenter .wrap .item1 {
        background: url(../images/center_sect2_box1.png) no-repeat 50% 75% / cover;
        background-size: 90%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item2 {
        background: url(../images/center_sect2_box2.png) no-repeat 50% 80% / cover;
        background-size: 120%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item3 {
        background: url(../images/center_sect2_box3.png) no-repeat 50% 280% / cover;
        background-size: 65%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item4 {
        background: url(../images/center_sect2_box4.png) no-repeat 50% 85% / cover;
        background-size: 95%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .sw-item {
        height: 480px;
    }
    #callCenter .item3 .text {
        text-align: center;
        padding-left: 0;
    }
    #callCenter .sw-item .title {
        font-size: 2rem;
    }
    #callCenter .sw-item .sub {
        font-size: 1.6rem;
    }
    #callCenter .sw-item .mini {
        font-size: 1.2rem;
    }
}
/* max-width: 640px */
@media screen and (max-width: 640px) {
}
/* max-width: 580px */
@media screen and (max-width: 580px) {
    .sub-page .section .title {
        font-size: 3rem;
    }
    .sub-page .item-box .title {
        font-size: 2.2rem !important;
    }
    .sub-page .section .title-m {
        font-size: 4rem;
    }
    .sub-page .section1 .item-box {
        padding: 30px 25px;
    }
    .sub-page .section1 .item-box .text {
        margin-left: 15px;
    }
    .sub-page .section1 .item-box .title {
        width: 150px;
        font-size: 2.1rem !important;
    }
    .sub-page .item-box .sub-t {
        font-size: 1.5rem;
        line-height: 1.35;
    }
    .sub-page .section1 .item-box .icon img {
        width: 45px;
    }
    .sub-page .img-m img {
        width: 42px;
        margin-bottom: 2rem;
    }
}
/* max-width: 480px */
@media screen and (max-width: 480px) {
    .sub-page .section .title {
        font-size: 2.8rem;
    }
    .sub-page .section .title-m {
        font-size: 3.8rem;
        margin-bottom: 2rem;
    }
    .sub-page .section .sub {
        font-size: 1.65rem;
    }
    .sub-page .section .title {
        margin-bottom: 3rem;
    }
    .sub-page .section1 .item-box .title {
        margin-bottom: 0;
        font-size: 1.85rem !important;
        width: 100px;
    }
    .sub-page .section1 .item-box .text {
        margin-left: 10px;
    }
    .sub-page .section1 .item-box .icon img {
        width: 36px;
    }
    .sub-page .item-box .sub-t {
        font-size: 1.4rem;
    }
    .sub-page .section1 .item-box {
        padding: 30px 15px;
        margin-bottom: 10px;
    }
    .sub-page .section1 .item {
        margin-top: 3rem;
    }
    .sub-page .img-m img {
        width: 38px;
        margin-bottom: 1.8rem;
    }

    #callCenter .custom_bullet {
        margin-right: 5px;
        width: 100px;
        padding: 12px 0 13px 0;
    }
    .custom_bullet span {
        font-size: 1.4rem;
        margin-left: 0;
    }
    .custom_bullet img {
        display: none;
        width: 14px;
    }
    #callCenter .swiper-pagination-custom {
        margin-bottom: 3rem;
    }
    #callCenter .swiper-bottom {
        max-width: 360px;
    }
    #callCenter .wrap .sw-item {
        height: 450px;
    }
    #callCenter .wrap .item1 {
        background: url(../images/center_sect2_box1.png) no-repeat 50% 75% / cover;
        background-size: 90%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item2 {
        background: url(../images/center_sect2_box2.png) no-repeat 50% 80% / cover;
        background-size: 120%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item3 {
        background: url(../images/center_sect2_box3.png) no-repeat 50% 140% / cover;
        background-size: 70%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item4 {
        background: url(../images/center_sect2_box4.png) no-repeat 50% 85% / cover;
        background-size: 110%;
        background-color: #f3f9e6;
    }
    #callCenter .sw-item .title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    #callCenter .sw-item .sub {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}
/* max-width: 380px */
@media screen and (max-width: 380px) {
    .sub-page .section .title {
        font-size: 2.65rem;
    }
    .sub-page .section .title-m {
        font-size: 3.6rem;
    }
    .sub-page .section .sub {
        font-size: 1.5rem;
        margin-bottom: 1.2rem;
    }
    .sub-page .section1 .item {
        margin-top: 0;
    }
    .sub-page .section1 .item-box .icon img {
        width: 30px;
    }
    .sub-page .section1 .item-box .title {
        font-size: 1.6rem !important;
        width: 85px;
    }
    .sub-page .item-box .title {
        font-size: 2rem !important;
    }
    .sub-page .item-box .sub-t {
        font-size: 1.3rem;
    }
    .sub-page .section1 .item-box .text {
        margin-left: 5px;
    }
    .sub-page .img-m img {
        width: 35px;
        margin-bottom: 15px;
    }
}
/* max-width: 360px */
@media screen and (max-width: 360px) {
    .sub-page .section .title {
        font-size: 2.4rem;
    }
    #callCenter .wrap .sw-item {
        height: 420px;
    }
    #callCenter .wrap .item1 {
        background: url(../images/center_sect2_box1.png) no-repeat 50% 75% / cover;
        background-size: 100%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item2 {
        background: url(../images/center_sect2_box2.png) no-repeat 50% 70% / cover;
        background-size: 120%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item3 {
        background: url(../images/center_sect2_box3.png) no-repeat 50% 140% / cover;
        background-size: 75%;
        background-color: #f3f9e6;
    }
    #callCenter .wrap .item4 {
        background: url(../images/center_sect2_box4.png) no-repeat 50% 80% / cover;
        background-size: 110%;
        background-color: #f3f9e6;
    }
}

/* #callCenter .section2 */
#callCenter .section2 .item-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    padding: 6.5rem 8rem;
    height: 400px;
}
#callCenter .section2 .item-box .img img {
    max-width: 580px;
}
#callCenter .section2 .item-box:first-child {
    background-color: #f5f8fb;
}
#callCenter .section2 .item-box:last-child {
    background-color: #f8f8f8;
    flex-direction: row-reverse;
}
#callCenter .section2 .item-box:last-child .img {
    text-align: left;
}

/* #callCenter .section4 */
#callCenter .section4 .item {
    flex-direction: column;
}
#callCenter .section4 .item-box .text,
#callCenter .section5 .item-box .text {
    margin-top: 0;
    padding: 4.5rem 5rem;
}
#callCenter .section4 .flex-top .item-box:last-child {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
}
#callCenter .section4 .item-box .title {
    letter-spacing: 0.5px;
}
#callCenter .section4 .flex-top .item-box {
    width: 100%;
    margin-bottom: 1.5rem;
}
#callCenter .section4 .flex-bt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#callCenter .section4 .flex-bt .item-box {
    width: calc(100% / 2 - 10px);
}
#callCenter .section4 .flex-top .item-box:first-child {
    background: url(../images/center_sect3_ivr.png) no-repeat 90% 70% / cover;
    background-size: 30%;
    background-color: #e8f1f7;
}
#callCenter .section4 .flex-top .item-box:last-child {
    background: url(../images/center_sect3_acd.png) no-repeat -8% 20% / cover;
    background-size: 48%;
    background-color: #f0f9fa;
}
#callCenter .section4 .flex-bt .item-box:first-child {
    background: url(../images/center_sect3_cb.png) no-repeat 95% 120% / cover;
    background-size: 40%;
    background-color: #f8f8f8;
}
#callCenter .section4 .flex-bt .item-box:last-child {
    background: url(../images/center_sect3_fmc.png) no-repeat 95% 90% / cover;
    background-size: 48%;
    background-color: #fffaef;
}

/* #callCenter .section5 */
#callCenter .section5 .item {
    display: flex;
    flex-direction: row;
}
#callCenter .section5 .item > div {
    width: calc(100% / 2 - 15px);
    width: 50%;
}
#callCenter .section5 .flex-top {
    margin-right: 15px;
}
#callCenter .section5 .flex-top .item-box {
    background-color: #faeff7;
    height: 775px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#callCenter .section5 .flex-top .item-box .img {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
}
#callCenter .section5 .flex-top .item-box .img img {
    width: 100%;
    margin: 0 auto;
}
#callCenter .section5 .flex-top .item-box #callCenter .section5 .flex-bt {
    display: flex;
    flex-direction: column;
}
#callCenter .section5 .flex-bt .item-box:first-child {
    background: url(../images/center_sect4_sns.png) no-repeat 50% 80% / cover;
    background-size: 110%;
    background-color: #f3effb;
    height: 380px;
    margin-bottom: 1.5rem;
}
#callCenter .section5 .flex-bt .item-box:last-child {
    background: url(../images/center_sect4_uc.png) no-repeat 130% 180% / cover;
    background-size: 85%;
    background-color: #f8f8f8;
    height: 380px;
}

/* .sub-page .sect-banner */
.sub-page .sect-banner {
    padding: 8rem 0;
}
.sub-page .sect-banner .title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
}
.sub-page .sect-banner .text {
    text-align: left;
}
.sub-page .sect-banner .button {
    margin: 0;
    width: 200px;
}
.sub-page .sect-banner .button button {
    width: 200px;
    padding: 15px 25px 16px;
}
.sub-page .sect-banner .back-img {
    width: 15%;
    bottom: -110px;
    right: 50px;
}
.sub-page .sect-banner .back-img img {
    max-width: 250px;
}

/* .sub-page .sect-effect */
.sub-page .sect-effect .item-box,
.sub-page .sect-effect .text {
    text-align: center;
}
.sub-page .sect-effect .item-box {
    width: calc(100% / 2 - 30px);
    height: auto;
    margin-bottom: 5rem;
}
.sub-page .sect-effect .item > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sub-page .sect-effect .item-box .text {
    margin-top: 2.5rem;
}
.sub-page .sect-effect .item-box .img img {
    width: 100px;
}

/* .sub-page .sect-qna */
.sub-page .sect-qna .title {
    text-align: center;
    font-size: 4.4rem;
}
.sub-page .sect-qna .qna-box {
    padding: 4rem 0 1rem;
    border-bottom: 1px solid #cecece;
}
.sub-page .sect-qna .q-slide,
.sub-page .sect-qna .q-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sub-page .sect-qna .q-slide {
    justify-content: space-between;
    margin-bottom: 1.8rem;
    cursor: pointer;
}
.sub-page .sect-qna .q-left .img img {
    width: 36px;
}
.sub-page .sect-qna .q-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-left: 1rem;
    letter-spacing: -1.4px;
    margin-bottom: 3px;
}
.sub-page .sect-qna .answer {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #606060;
    font-weight: 500;
    display: none;
    margin-bottom: 3.5rem;
}
#callCenter .sect-qna .answer {
    margin-bottom: 0;
}
#callCenter .sect-qna .qna-box:nth-child(3n) .answer,
#callCenter .sect-qna .qna-box:last-child .answer {
    margin-bottom: 3.5rem;
}
#callCenter .sect-qna .qna-box .mini {
    font-size: 1.3rem;
    text-align: right;
    padding: 1rem;
}

/* max-width: 1020px */
@media screen and (max-width: 1020px) {
    .sect-qna .inner {
        padding: 0 2rem;
    }
    .sub-page .sect-qna .title {
        font-size: 4.2rem;
    }
    #callCenter .section4 .flex-top .item-box:first-child {
        background: url(../images/center_sect3_ivr.png) no-repeat 90% 70% / cover;
        background-size: 40%;
        background-color: #e8f1f7;
    }
    #callCenter .section4 .flex-top .item-box:last-child {
        background: url(../images/center_sect3_acd.png) no-repeat -8% 20% / cover;
        background-size: 55%;
        background-color: #f0f9fa;
    }
    #callCenter .section4 .flex-bt .item-box:first-child {
        background: url(../images/center_sect3_cb.png) no-repeat 95% 120% / cover;
        background-size: 45%;
        background-color: #f8f8f8;
    }
    #callCenter .section4 .flex-bt .item-box:last-child {
        background: url(../images/center_sect3_fmc.png) no-repeat 95% 90% / cover;
        background-size: 60%;
        background-color: #fffaef;
    }
    #callCenter .section4 .item-box .sub-t,
    #callCenter .section5 .item-box .sub-t {
        text-align: left;
    }
    #callCenter .section5 .flex-bt .item-box:last-child {
        background: url(../images/center_sect4_uc.png) no-repeat 50px 100px / cover;
        background-size: 100%;
        background-color: #f8f8f8;
    }
}
/* max-width: 959px */
@media screen and (max-width: 959px) {
    .sub-page .sect-qna .title {
        font-size: 4rem;
    }
    .sub-page .sect-qna .qna-box,
    .sub-page .sect-banner .inner {
        left: 0;
    }
    .sub-page .sect-banner .title {
        font-size: 3.4rem;
    }
    .sub-page .sect-banner .back-img {
        right: 0;
    }
    .sub-page .sect-banner .back-img img {
        width: 230px;
    }
    #callCenter .section2 .item-box {
        padding: 4rem;
    }
    #callCenter .section2 .item-box,
    #callCenter .section2 .item-box:last-child {
        padding: 4rem;
        flex-direction: column-reverse;
        height: auto;
    }
    #callCenter .section2 .item-box .text {
        text-align: center;
        margin-top: 1rem;
    }
    #callCenter .section2 .item-box .img,
    #callCenter .section2 .item-box:last-child .img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #callCenter .section2 .item-box .img img {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    #callCenter .section4 .item-box .text,
    #callCenter .section5 .item-box .text {
        padding: 4rem;
    }
    #callCenter .section5 .flex-bt .item-box {
        height: 340px !important;
    }
    #callCenter .section5 .flex-top .item-box {
        height: 695px;
    }
}
/* max-width: 760px */
@media screen and (max-width: 760px) {
    .sub-page .sect-qna .title {
        font-size: 3.8rem;
    }
    .sub-page .sect-qna .q-title {
        font-size: 2.4rem;
    }
    .sub-page .sect-qna .q-left .img img {
        width: 34px;
    }
    .sub-page .sect-qna .answer {
        font-size: 1.65rem;
    }
    .sub-page .sect-banner .title {
        font-size: 3.1rem;
    }
    .sub-page .sect-banner .back-img {
        right: -30px;
    }
    #callCenter .section4 .item-box .text,
    #callCenter .section5 .item-box .text {
        padding: 3.5rem 4rem;
    }
    #callCenter .section4 .flex-top .item-box:first-child {
        background: url(../images/center_sect3_ivr.png) no-repeat 90% 65% / cover;
        background-size: 48%;
        background-color: #e8f1f7;
    }
    #callCenter .section4 .flex-top .item-box:last-child {
        background: url(../images/center_sect3_acd.png) no-repeat -8% 20% / cover;
        background-size: 70%;
        background-color: #f0f9fa;
    }
    #callCenter .section4 .flex-bt .item-box:first-child {
        background: url(../images/center_sect3_cb.png) no-repeat 95% 110% / cover;
        background-size: 59%;
        background-color: #f8f8f8;
    }
    #callCenter .section4 .flex-bt .item-box:last-child {
        background: url(../images/center_sect3_fmc.png) no-repeat 50% 90% / cover;
        background-size: 88%;
        background-color: #fffaef;
    }
    #callCenter .section4 .item-box .text,
    #callCenter .section5 .item-box .text {
        padding: 3rem 3.5rem;
    }
    #callCenter .section4 .item-box .sub-t,
    #callCenter .section5 .item-box .sub-t {
        font-size: 1.5rem;
    }
    #callCenter .section4 .item-box {
        height: 380px;
    }
    #callCenter .section5 .flex-bt .item-box {
        height: 280px !important;
    }
    #callCenter .section5 .flex-top .item-box {
        height: 575px;
    }
    #callCenter .section5 .flex-bt .item-box:last-child {
        background: url(../images/center_sect4_uc.png) no-repeat 50px 80px / cover;
        background-size: 100%;
        background-color: #f8f8f8;
    }
    #callCenter .section5 .flex-bt .item-box:first-child {
        background: url(../images/center_sect4_sns.png) no-repeat 50% 85% / cover;
        background-size: 110%;
        background-color: #f3effb;
    }

    #callCenter .sect-effect .item-box .title {
        font-size: 2.3rem !important;
    }
    #callCenter .sect-effect .item-box .sub-t {
        text-align: center;
    }
}
/* max-width: 640px */
@media screen and (max-width: 640px) {
    .sub-page .sect-qna .title {
        font-size: 3.65rem;
    }
    .sub-page .sect-qna .q-title {
        font-size: 2.1rem;
    }
    .sub-page .sect-qna .q-left .img img {
        width: 30px;
    }
    .sub-page .sect-qna .answer {
        font-size: 1.5rem;
    }
    .sub-page .sect-banner .title {
        font-size: 2.85rem;
    }
    .sub-page .sect-banner .back-img {
        bottom: -90px;
    }
    .sub-page .sect-banner .back-img img {
        width: 200px;
        right: -25px;
    }
    #callCenter .section4 .flex-bt .item-box {
        width: calc(100% / 2 - 7px);
    }
    #callCenter .section5 .item > div {
        width: 100%;
    }
    #callCenter .section5 .item {
        flex-direction: column;
    }
    #callCenter .section5 .flex-top {
        margin-right: 0;
        margin-bottom: 12px;
    }
    #callCenter .section5 .flex-top .item-box {
        justify-content: center;
        height: 540px;
    }
    #callCenter .section5 .flex-top .item-box .img {
        width: 60%;
        margin-bottom: 1rem;
    }
    #callCenter .section5 .flex-bt .item-box {
        height: 325px !important;
    }
    #callCenter .section5 .flex-bt .item-box:last-child {
        background: url(../images/center_sect4_uc.png) no-repeat 100px 20px / cover;
        background-size: 90%;
        background-color: #f8f8f8;
    }
    .sub-page .sect-effect .item > div {
        justify-content: space-between;
    }
    .sub-page .sect-effect .item-box .img img {
        width: 90px;
    }
    .sub-page .sect-effect .item-box {
        width: calc(100% / 2 - 5px);
    }
}
/* max-width: 580px */
@media screen and (max-width: 580px) {
    .sect-qna .inner {
        /* padding: 0; */
    }
    .sub-page .sect-qna .q-title {
        margin-left: 5px;
        font-size: 1.85rem;
    }
    .sub-page .sect-qna .q-left .img img {
        width: 28px;
    }
    .sub-page .sect-qna .answer {
        font-size: 1.4rem;
    }
    .sub-page .sect-banner .title {
        text-align: center;
    }
    .sub-page .sect-banner .button {
        margin: 0 auto;
        width: 180px;
    }
    .sub-page .sect-banner .button button {
        width: 180px;
    }
    .sub-page .sect-banner .button #callCenter .section2 .item-box,
    #callCenter .section2 .item-box:last-child {
        padding: 3.5rem 2rem;
    }
    #callCenter .section2 .item-box .text {
        margin-top: 1.4rem;
    }
    #callCenter .sw-item .sub-t {
        font-size: 1.65rem;
    }
    #callCenter .section4 .item-box {
        height: 360px;
    }
    #callCenter .section4 .flex-top .item-box {
        margin-bottom: 12px;
    }
    #callCenter .section4 .flex-bt .item-box {
        width: calc(100% / 2 - 6px);
    }
    #callCenter .section4 .item-box .text,
    #callCenter .section5 .item-box .text {
        padding: 3rem 2.5rem;
    }
    #callCenter .section4 .flex-top .item-box:first-child {
        background: url(../images/center_sect3_ivr.png) no-repeat 90% 80% / cover;
        background-size: 50%;
        background-color: #e8f1f7;
    }
    #callCenter .section4 .flex-bt .item-box:first-child {
        background: url(../images/center_sect3_cb.png) no-repeat 95% 110% / cover;
        background-size: 70%;
        background-color: #f8f8f8;
    }
    #callCenter .section4 .item-box .sub-t {
        font-size: 1.4rem;
    }
    #callCenter .section4 .item-box .title {
        margin-bottom: 6px !important;
    }
    #callCenter .section5 .flex-top .item-box {
        justify-content: space-between;
        height: 480px;
    }
    #callCenter .section5 .flex-bt .item-box:first-child {
        margin-bottom: 12px;
    }
    #callCenter .sect-effect .item-box .title {
        font-size: 2.2rem !important;
    }
}
/* max-width: 460px */
@media screen and (max-width: 460px) {
    .sub-page .sect-qna .title {
        font-size: 3.4rem;
    }
    .sub-page .sect-qna .q-slide {
        margin-bottom: 1.4rem;
    }
    .sub-page .sect-qna .q-title {
        font-size: 1.65rem;
    }
    .sub-page .sect-qna .q-left .img img {
        width: 26px;
    }
    .sub-page .sect-qna .answer {
        font-size: 1.35rem;
    }
    .sub-page .sect-banner .title {
        font-size: 2.6rem;
    }
    #callCenter .sw-item .sub-t {
        font-size: 1.5rem;
    }
    #callCenter .section4 .item-box {
        height: 320px;
    }
    #callCenter .section4 .item-box .text,
    #callCenter .section5 .item-box .text {
        padding: 2rem;
    }
    #callCenter .section4 .flex-top .item-box:first-child {
        background: url(../images/center_sect3_ivr.png) no-repeat 90% 85% / cover;
        background-size: 58%;
        background-color: #e8f1f7;
    }
    #callCenter .section4 .flex-top .item-box:last-child {
        background: url(../images/center_sect3_acd.png) no-repeat -35% 20% / cover;
        background-size: 90%;
        background-color: #f0f9fa;
    }
    .sub-page .item-box .title {
        font-size: 1.85rem !important;
    }
    #callCenter .section4 .item-box .sub-t {
        font-size: 1.3rem;
    }
    #callCenter .section4 .flex-bt .item-box {
        width: 100%;
        height: 280px;
    }
    #callCenter .section4 .flex-bt {
        flex-direction: column;
    }
    #callCenter .section4 .flex-bt .item-box:first-child {
        background: url(../images/center_sect3_cb.png) no-repeat 95% 70px / cover;
        background-size: 50%;
        background-color: #f8f8f8;
        margin-bottom: 12px;
    }
    #callCenter .section4 .flex-bt .item-box:last-child {
        background: url(../images/center_sect3_fmc.png) no-repeat 85% 90% / cover;
        background-size: 60%;
        background-color: #fffaef;
    }
    #callCenter .section4 .item-box .title {
        margin-bottom: 2px !important;
    }
    #callCenter .section5 .flex-top .item-box {
        justify-content: space-between;
        height: 395px;
    }
    #callCenter .section5 .flex-bt .item-box {
        height: 270px !important;
    }
    #callCenter .section5 .flex-bt .item-box:first-child {
        background: url(../images/center_sect4_sns.png) no-repeat 50% 80% / cover;
        background-size: 110%;
        background-color: #f3effb;
    }
    #callCenter .section5 .flex-bt .item-box:last-child {
        background: url(../images/center_sect4_uc.png) no-repeat 60px 40px / cover;
        background-size: 95%;
        background-color: #f8f8f8;
    }
    .sub-page .sect-effect .item-box {
        margin-bottom: 4rem;
    }
    #callCenter .sect-effect .item-box .title {
        font-size: 1.9rem !important;
    }
    .sub-page .sect-effect .item-box .img img {
        width: 85px;
    }
    .sub-page .sect-effect .item-box .text {
        margin-top: 2.2rem;
    }
}
/* max-width: 360px */
@media screen and (max-width: 360px) {
    .sub-page .sect-qna .title {
        font-size: 3rem;
    }
    .sub-page .sect-banner .title {
        font-size: 2.4rem;
    }
    #callCenter .section4 .flex-top .item-box:first-child {
        background: url(../images/center_sect3_ivr.png) no-repeat 90% 85% / cover;
        background-size: 70%;
        background-color: #e8f1f7;
    }
    #callCenter .section4 .flex-top .item-box:last-child {
        background: url(../images/center_sect3_acd.png) no-repeat -35% 20% / cover;
        background-size: 95%;
        background-color: #f0f9fa;
    }
    #callCenter .section4 .flex-bt .item-box:first-child {
        background: url(../images/center_sect3_cb.png) no-repeat 95% 70px / cover;
        background-size: 60%;
        background-color: #f8f8f8;
    }
    #callCenter .section4 .flex-bt .item-box:last-child {
        background: url(../images/center_sect3_fmc.png) no-repeat 85% 90% / cover;
        background-size: 75%;
        background-color: #fffaef;
    }
    #callCenter .section5 .flex-top .item-box {
        height: 350px;
    }
    #callCenter .section5 .flex-top .item-box .img {
        width: 65%;
    }
    #callCenter .section5 .flex-bt .item-box {
        height: 240px !important;
    }
    #callCenter .sect-effect .item-box .title {
        font-size: 1.65rem !important;
    }
    .sub-page .sect-effect .item-box .img img {
        width: 80px;
    }
    .sub-page .item-box .sub-t {
        font-size: 1.25rem;
    }
}

/* -----------------auto_call.html------------------- */
#autoCall .section2 .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#autoCall .section2 .item > div,
#callBot .section2 .item > div {
    width: calc(100% / 2 - 8px);
}
#autoCall .section2 .item-box .text,
#callBot .section2 .item-box .text {
    padding: 4.5rem 5rem;
}
#autoCall .section2 .flex-left .item-box:first-child {
    background: url(../images/call_sect1_box1.png) no-repeat 110% 110% / cover;
    background-size: 60%;
    background-color: #fff2e6;
    height: 440px;
}
#autoCall .section2 .flex-left .item-box:last-child {
    background: url(../images/call_sect1_box2.png) no-repeat 90% 85% / cover;
    background-size: 40%;
    background-color: #f8f8f8;
    height: 365px;
    margin-top: 15px;
}
#autoCall .section2 .flex-right {
    background: url(../images/call_sect1_box3.png) no-repeat 50% 80% / cover;
    background-size: 80%;
    background-color: #fbf1f1;
    height: 820px;
}

/* max-width: 1020px */
@media screen and (max-width: 1020px) {
    #autoCall .section2 .flex-left .item-box {
        height: 360px !important;
    }
    #autoCall .section2 .flex-right {
        height: 735px;
    }
    #autoCall .section2 .flex-left .item-box:first-child {
        background: url(../images/call_sect1_box1.png) no-repeat 250px 100% / cover;
        background-size: 65%;
        background-color: #fff2e6;
    }
    #autoCall .section2 .flex-left .item-box:last-child {
        background: url(../images/call_sect1_box2.png) no-repeat 90% 85% / cover;
        background-size: 50%;
        background-color: #f8f8f8;
    }
    #autoCall .section2 .flex-right {
        background: url(../images/call_sect1_box3.png) no-repeat 50% 80% / cover;
        background-size: 88%;
        background-color: #fbf1f1;
    }
}
/* max-width: 959px */
@media screen and (max-width: 959px) {
    #autoCall .section2 .flex-left .item-box:first-child {
        background: url(../images/call_sect1_box1.png) no-repeat 180px 115% / cover;
        background-size: 70%;
        background-color: #fff2e6;
    }
    #autoCall .section2 .item-box .text,
    #callBot .section2 .item-box .text {
        padding: 4rem 4.5rem;
    }
}
/* max-width: 760px */
@media screen and (max-width: 760px) {
    #autoCall .section2 .item-box .sub-t {
        text-align: left;
    }
    .sect-effect .item-box .sub-t {
        text-align: center;
    }
    #autoCall .section2 .item {
        flex-direction: column;
    }
    #autoCall .section2 .item > div {
        width: 100%;
    }
    #autoCall .section2 .flex-left .item-box:first-child {
        background: url(../images/call_sect1_box1.png) no-repeat 110% 115% / cover;
        background-size: 58%;
        background-color: #fff2e6;
    }
    #autoCall .section2 .flex-left .item-box:last-child {
        background: url(../images/call_sect1_box2.png) no-repeat 90% 75% / cover;
        background-size: 40%;
        background-color: #f8f8f8;
    }
    #autoCall .section2 .flex-right {
        background: url(../images/call_sect1_box3.png) no-repeat 90% 70% / cover;
        background-size: 48%;
        background-color: #fbf1f1;
        margin-top: 15px;
        height: 380px;
    }
    #autoCall .section2 .item-box .text,
    #callBot .section2 .item-box .text {
        padding: 3.5rem 4rem;
    }
}
/* max-width: 640px */
@media screen and (max-width: 640px) {
    #autoCall .section2 .flex-left .item-box {
        height: 280px !important;
    }
    #autoCall .section2 .flex-right {
        background: url(../images/call_sect1_box3.png) no-repeat 90% 70% / cover;
        background-size: 48%;
        background-color: #fbf1f1;
        height: 300px;
    }
    #autoCall .section2 .item-box .text,
    #callBot .section2 .item-box .text {
        padding: 3rem;
    }
    .sub-page .sect-effect .item .flex-bt {
        justify-content: center;
    }
}
/* max-width: 580px */
@media screen and (max-width: 580px) {
    #autoCall .section2 .flex-left .item-box {
        height: 245px !important;
    }
}
/* max-width: 460px */
@media screen and (max-width: 460px) {
    #autoCall .section2 .flex-right {
        background: url(../images/call_sect1_box3.png) no-repeat 50% 85% / cover;
        background-size: 65%;
        background-color: #fbf1f1;
        height: 380px;
        margin-top: 12px;
    }
    #autoCall .section2 .flex-left .item-box:last-child {
        margin-top: 12px;
    }
    #autoCall .sect-effect .item > div {
        flex-direction: column;
        align-items: center;
    }
    .sub-page .sect-effect .item-box {
        width: 100%;
    }
    .sect-qna .inner {
        padding: 0 1rem;
    }
}
/* max-width: 360px */
@media screen and (max-width: 360px) {
    #autoCall .section2 .flex-left .item-box:last-child {
        background: url(../images/call_sect1_box2.png) no-repeat 90% 75% / cover;
        background-size: 50%;
        background-color: #f8f8f8;
    }
    #autoCall .section2 .flex-right {
        background: url(../images/call_sect1_box3.png) no-repeat 50% 85% / cover;
        background-size: 70%;
        background-color: #fbf1f1;
        height: 330px;
    }
}

/* -----------------call_bot.html------------------- */
#callBot .section2 .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#callBot .section2 .item-box:first-child {
    background: url(../images/bot_sect1_box1.png) no-repeat 70% 80% / cover;
    background-size: 65%;
    background-color: #e8f1f7;
    height: 520px;
}
#callBot .section2 .item-box:last-child {
    background: url(../images/bot_sect1_box2.png) no-repeat 90% 95% / cover;
    background-size: 50%;
    background-color: #f0f9fa;
    height: 520px;
}
#callBot .section3 .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#callBot .section3 .item > div {
    width: calc(100% / 2 - 8px);
    padding: 3rem;
}
#callBot .section3 .item .item-box:first-child {
    background-color: #faeff7;
    height: 700px;
}
#callBot .section3 .item-box .title {
    font-size: 2.1rem;
}
#callBot .section3 .item .item-box .img {
    margin: 0 auto;
    text-align: center;
}
#callBot .section3 .item .item-box img {
    max-height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#callBot .section3 .item .item-box:last-child img {
    max-height: 640px;
}
#callBot .section3 .item .item-box:last-child {
    background-color: #fbf1f1;
    height: 700px;
}

/* max-width: 1020px */
@media screen and (max-width: 1020px) {
    #callBot .section2 .item-box:first-child {
        background: url(../images/bot_sect1_box1.png) no-repeat 80% 85% / cover;
        background-size: 70%;
        background-color: #e8f1f7;
        height: 480px;
    }
    #callBot .section2 .item-box:last-child {
        background: url(../images/bot_sect1_box2.png) no-repeat 90% 110% / cover;
        background-size: 60%;
        background-color: #f0f9fa;
        height: 480px;
    }
    #callBot .section3 .item .item-box:last-child img {
        max-height: 600px;
        top: 54%;
    }
}
/* max-width: 959px */
@media screen and (max-width: 959px) {
    #callBot .section2 .item-box:first-child {
        background: url(../images/bot_sect1_box1.png) no-repeat 80% 85% / cover;
        background-size: 70%;
        background-color: #e8f1f7;
        height: 420px;
    }
    #callBot .section2 .item-box:last-child {
        background: url(../images/bot_sect1_box2.png) no-repeat 90% 110% / cover;
        background-size: 60%;
        background-color: #f0f9fa;
        height: 420px;
    }
    #callBot .section3 .item-box .title {
        font-size: 2rem !important;
    }
}
/* max-width: 760px */
@media screen and (max-width: 760px) {
    #callBot .section2 .item-box .sub-t {
        text-align: left;
    }
    #callBot .section2 .item-box:first-child {
        background: url(../images/bot_sect1_box1.png) no-repeat 80% 85% / cover;
        background-size: 80%;
        background-color: #e8f1f7;
        height: 400px;
    }
    #callBot .section2 .item-box:last-child {
        background: url(../images/bot_sect1_box2.png) no-repeat 90% 110% / cover;
        background-size: 70%;
        background-color: #f0f9fa;
        height: 400px;
    }
    #callBot .section3 .item {
        flex-direction: column;
    }
    #callBot .section3 .item > div {
        width: 100%;
    }
    #callBot .section3 .item .item-box:first-child {
        height: 620px;
    }
    #callBot .section3 .item .item-box:last-child {
        height: 640px;
        margin-top: 12px;
    }
    #callBot .section3 .item .item-box:last-child img {
        top: 50%;
    }
    #callBot .section3 .item-box .text {
        text-align: right;
    }
}
/* max-width: 640px */
@media screen and (max-width: 640px) {
    #callBot .section2 .item {
        flex-direction: column;
    }
    #callBot .section2 .item > div {
        width: 100%;
    }
    #callBot .section2 .item-box:first-child {
        background: url(../images/bot_sect1_box1.png) no-repeat 80% 80% / cover;
        background-size: 60%;
        background-color: #e8f1f7;
        height: 360px;
    }
    #callBot .section2 .item-box:last-child {
        background: url(../images/bot_sect1_box2.png) no-repeat 105% 150% / cover;
        background-size: 50%;
        background-color: #f0f9fa;
        height: 360px;
        margin-top: 12px;
    }
}
/* max-width: 580px */
@media screen and (max-width: 580px) {
    #callBot .section2 .item-box:last-child {
        background: url(../images/bot_sect1_box2.png) no-repeat 105% 120% / cover;
        background-size: 50%;
        background-color: #f0f9fa;
        height: 360px;
    }
    #callBot .section3 .item .item-box img {
        width: 85%;
    }
    #callBot .section3 .item .item-box:last-child img {
        width: 75%;
    }
    #callBot .sect-effect .item > div {
        flex-direction: column;
        align-items: center;
    }
    #callBot .sect-effect .item-box {
        width: 100%;
    }
}
/* max-width: 460px */
@media screen and (max-width: 460px) {
    #callBot .section2 .item-box:first-child {
        background: url(../images/bot_sect1_box1.png) no-repeat 80% 80% / cover;
        background-size: 70%;
        background-color: #e8f1f7;
        height: 320px;
    }
    #callBot .section2 .item-box:last-child {
        background: url(../images/bot_sect1_box2.png) no-repeat 105% 120% / cover;
        background-size: 55%;
        background-color: #f0f9fa;
        height: 320px;
    }
    #callBot .section2 .item-box .text {
        padding: 2rem;
    }
    #callBot .section3 .item-box .title {
        font-size: 1.8rem !important;
    }
}
/* max-width: 380px */
@media screen and (max-width: 380px) {
    #callBot .section3 .item .item-box:first-child {
        height: 500px;
    }
    #callBot .section3 .item .item-box:last-child {
        height: 540px;
    }
    #callBot .section3 .item-box .title {
        font-size: 1.5rem !important;
    }
}
/* max-width: 360px */
@media screen and (max-width: 360px) {
    #callBot .section2 .item-box:first-child {
        background: url(../images/bot_sect1_box1.png) no-repeat 80% 80% / cover;
        background-size: 70%;
        background-color: #e8f1f7;
        height: 280px;
    }
    #callBot .section2 .item-box:last-child {
        background: url(../images/bot_sect1_box2.png) no-repeat 105% 115% / cover;
        background-size: 55%;
        background-color: #f0f9fa;
        height: 280px;
    }
}

/* -----------------poll.html------------------- */
#poll .section1 .mini {
    margin-top: 1rem;
}
#poll .section1 .item {
    flex-direction: column;
    height: auto;
}
#poll .section1 .item .flex-top,
#poll .section1 .item .flex-bt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 320px;
}
#poll .section1 .item .flex-bt {
    margin-top: 15px;
}
#poll .section1 .flex-bt .item-box {
    background-color: #f5f8fb;
    height: 320px;
}
#poll .section2 .swiper-bottom {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}
#poll .section2 .swiper {
    width: 100%;
    height: 100%;
}
#poll .section2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#poll .section2 .swiper-slide img {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
}
#poll .section2 .wrap .sw-item {
    width: 100%;
    /* height: 640px; */
    display: flex;
    flex-direction: column;
}
#poll .section2 .wrap .sw-item .item-inner {
    background-color: #f8f8f8;
    width: 100%;
    border-radius: 20px;
}
#poll .section2 .wrap .item1 .item-inner {
    background: url(../images/poll_sect1_box1.png) no-repeat 50% 50% / cover;
    background-size: 60%;
    background-color: #f8f8f8;
    height: 680px;
}
#poll .section2 .wrap .item2 .item-inner {
    background: url(../images/poll_sect1_box2.png) no-repeat 50% 50% / cover;
    background-size: 60%;
    background-color: #f8f8f8;
    height: 680px;
}
#poll .section2 .wrap .item3 .item-inner {
    background: url(../images/poll_sect1_box3.png) no-repeat 50% 50% / cover;
    background-size: 60%;
    background-color: #f8f8f8;
    height: 680px;
}
#poll .section2 .wrap .item4 .item-inner {
    background: url(../images/poll_sect1_box4.png) no-repeat 50% 50% / cover;
    background-size: 70%;
    background-color: #f8f8f8;
    height: 680px;
}
#poll .section2 .wrap .item5 .item-inner {
    background: url(../images/poll_sect1_box5.png) no-repeat 50% 50% / cover;
    background-size: 50%;
    background-color: #f8f8f8;
    height: 680px;
}
#poll .section2 .wrap .item6 .item-inner {
    background: url(../images/poll_sect1_box6.png) no-repeat 50% 50% / cover;
    background-size: 60%;
    background-color: #f8f8f8;
    height: 680px;
}
#poll .section2 .wrap .sw-item .text {
    margin: 2rem 0;
    font-size: 2.4rem;
    font-weight: 600;
}

#poll .swiper-horizontal > .swiper-pagination-bullets,
#poll .swiper-pagination-bullets.swiper-pagination-horizontal,
#poll .swiper-pagination-custom,
#poll .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
}

/* max-width: 1280px */
@media screen and (max-width: 1280px) {
    #poll .section2 .wrap .sw-item .item-inner {
        width: 85%;
    }
    #poll .section2 .wrap .item1 .item-inner {
        background-size: 70%;
    }
    #poll .section2 .wrap .item2 .item-inner {
        background-size: 70%;
    }
    #poll .section2 .wrap .item3 .item-inner {
        background-size: 70%;
    }
    #poll .section2 .wrap .item4 .item-inner {
        background-size: 80%;
    }
    #poll .section2 .wrap .item5 .item-inner {
        background-size: 55%;
    }
    #poll .section2 .wrap .item6 .item-inner {
        background-size: 70%;
    }
    #poll .section2 .wrap .sw-item .item-inner {
        height: 640px;
    }
}
/* max-width: 1020px */
@media screen and (max-width: 1020px) {
    #poll .section2 .wrap .sw-item .item-inner {
        height: 520px;
    }
}
/* max-width: 959px */
@media screen and (max-width: 959px) {
    #poll .section2 .wrap .sw-item .item-inner {
        height: 460px;
    }
}
/* max-width: 760px */
@media screen and (max-width: 760px) {
    #poll .section1 .item .flex-top,
    #poll .section1 .item .flex-bt {
        flex-direction: column;
        height: auto;
    }
    #poll .section1 .flex-bt .item-box {
        height: auto;
    }
    #poll .section1 .item-box:last-child {
        margin-bottom: 0;
    }
    #poll .section2 .wrap .sw-item .item-inner {
        height: 420px;
        /* background-color: #fff; */
    }
    #poll .section2 .wrap .sw-item .item-inner {
        width: 100%;
    }
    #poll .section2 .wrap .sw-item .text {
        font-size: 2.2rem;
    }
}
/* max-width: 640px */
@media screen and (max-width: 640px) {
    #poll .section2 .wrap .item1 .item-inner {
        background-size: 80%;
    }
    #poll .section2 .wrap .item2 .item-inner {
        background-size: 80%;
    }
    #poll .section2 .wrap .item3 .item-inner {
        background-size: 80%;
    }
    #poll .section2 .wrap .item4 .item-inner {
        background-size: 90%;
    }
    #poll .section2 .wrap .item5 .item-inner {
        background-size: 65%;
    }
    #poll .section2 .wrap .item6 .item-inner {
        background-size: 80%;
    }
    #poll .section2 .wrap .sw-item .item-inner {
        height: 400px;
    }
    #poll .sect-effect .item > div {
        flex-direction: column;
        align-items: center;
    }
    #poll .sect-effect .item-box {
        width: 100%;
    }
}
/* max-width: 580px */
@media screen and (max-width: 580px) {
    #poll .section2 .wrap .sw-item .item-inner {
        height: 340px;
    }
}
/* max-width: 460px */
@media screen and (max-width: 460px) {
    #poll .section2 .wrap .item1 .item-inner {
        background-size: 85%;
    }
    #poll .section2 .wrap .item2 .item-inner {
        background-size: 85%;
    }
    #poll .section2 .wrap .item3 .item-inner {
        background-size: 85%;
    }
    #poll .section2 .wrap .item4 .item-inner {
        background-size: 95%;
    }
    #poll .section2 .wrap .item5 .item-inner {
        background-size: 65%;
    }
    #poll .section2 .wrap .item6 .item-inner {
        background-size: 85%;
    }
    #poll .section2 .wrap .sw-item .item-inner {
        height: 300px;
    }
}
/* max-width: 380px */
@media screen and (max-width: 380px) {
    #poll .section2 .wrap .sw-item .item-inner {
        height: 240px;
    }
}

/* -----------------vote.html------------------- */
#vote .container {
    padding-top: 60px;
}
#vote .section1 .img {
    position: absolute;
    z-index: -100;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}
#vote .section1 {
    padding: 16rem 0 18rem;
    height: 900px;
}
#vote .section1 .title-m {
    line-height: 1.25;
    font-size: 5.8rem;
}
#vote .section1 .button {
    text-align: center;
    margin-top: 6.5rem;
}
#vote .section1 .button span {
    padding: 1.1rem 8.5rem 1.25rem;
    background-color: #000;
    font-size: 2.4rem;
    border-radius: 8px;
}
#vote .section .title {
    font-size: 3.8rem;
}
#vote .section2 .q-box {
    text-align: center;
    margin-top: 7rem;
    padding: 0 3rem;
}
#vote .section2 .q-box .box {
    margin-bottom: 3rem;
}
#vote .section2 .box .text {
    position: relative;
    background-color: #eef0f2;
    font-size: 2.2rem;
    padding: 2.1rem 0 2.3rem;
    border-radius: 8px;
    margin: 0 auto;
}
#vote .section2 .box:first-child .text {
    max-width: 400px;
}
#vote .section2 .box:nth-child(2n) .text {
    max-width: 580px;
}
#vote .section2 .box:nth-child(3n) .text {
    max-width: 580px;
}
#vote .section2 .box:last-child .text {
    max-width: 510px;
}
#vote .section2 .q-box .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#vote .section2 .q-box .box:first-child .img,
#vote .section2 .q-box .box:nth-child(3n) .img {
    left: -30px;
}
#vote .section2 .q-box .box:nth-child(2n) .img {
    right: -30px;
}
#vote .section2 .q-box .img img {
    width: 60px;
}
#vote .gradi .title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
#vote .gradi .sub-t {
    font-size: 1.8rem;
    line-height: 1.45;
    color: #606060;
}
#vote .gradi .icon img {
    width: 55px;
    margin-bottom: 2rem;
}
#vote .gradi .item-box {
    width: calc(80% / 3 - 20px);
    background-color: #fffaef;
    margin-right: 20px;
    padding: 35px;
}
#vote .gradi .item-box:last-child {
    margin-right: 0;
}
#vote .section .gradi {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2rem;
    height: 370px;
}
#vote .section .mini {
    margin-top: 10px;
}
#vote .section .mini .sub {
    font-size: 1.25rem;
}
#vote .section4 .title {
    margin-bottom: 2rem;
}
#vote .section4 .item {
    margin-top: 3.5rem;
}
#vote .section4 .gradi {
    height: 320px;
}
#vote .section4 .gradi .item-box {
    background-color: #f5f8fb;
}
#vote .section5 {
    padding: 4rem 0;
}
#vote .section5 .img-mo {
    display: none;
}
#vote .section5 .sect5-ban {
    background: url(../images/vote_sect4_banner.png) no-repeat 0% 100% / cover;
    background-size: 100%;
    height: 520px;
}
#vote .section5 .inner {
    position: relative;
    left: 100px;
    top: 50px;
}
#vote .section5 .text {
    text-align: left;
    position: absolute;
    left: 0;
    top: 100px;
    font-size: 5.4rem;
    line-height: 1.4;
    letter-spacing: -1.5px;
}
#vote .section6 .title {
    text-align: center;
    margin-top: 3.5rem;
}
#vote .section6 .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#vote .section6 .item .title {
    font-size: 2.4rem;
    margin-top: 2rem;
}
#vote .section6 .item-box {
    width: calc(100% / 3 - 10px);
    text-align: center;
    margin-right: 15px;
}
#vote .section6 .item-box:last-child {
    margin-right: 0;
}
#vote .section6 .item-box .img img {
    width: 100%;
}
#vote .section6 audio {
    margin-top: 2rem;
    height: 50px;
}
#vote .sect-banner .back-img {
    bottom: 30px;
}

/* -------------------- promo -------------------- */
#vote .sect-effect .item .title {
    font-size: 2.5rem;
}
#vote .promo .section2 .box:first-child .text {
    max-width: 550px;
}
#vote .promo .section2 .box:nth-child(2n) .text {
    max-width: 380px;
}
#vote .promo .section2 .box:nth-child(3n) .text {
    max-width: 420px;
}

/* -------------------- election -------------------- */
#vote .election .section1 .sub {
    color: #e5e5e5;
}
#vote .election .section1 .button span {
    background-color: #fff;
    color: #000;
}
#vote .election .item-box .title {
    font-size: 2.5rem;
}
#vote .election .section4 .flex-bt {
    max-width: 1005px;
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
}
#vote .election .section4 .flex-bt .item-box:first-child {
    background: url(../images/election_sect3_box1.png) no-repeat 50% 80% / cover;
    background-size: 65%;
    background-color: #fbf1f1;
    height: 500px;
}
#vote .election .section4 .flex-bt .item-box .text {
    padding: 3.5rem;
}
#vote .election .section4 .flex-bt .item-box:last-child .text {
    padding: 4.5rem 0rem;
}
#vote .election .section4 .flex-bt .item-box:last-child {
    background-color: #f8f8f8;
    height: 200px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}
#vote .election .section4 .flex-bt .item-box:last-child .text {
    text-align: center;
    margin-top: 1rem;
}
#vote .election .section4 .flex-bt .item-box:last-child .title {
    font-size: 4.8rem !important;
    margin-bottom: 0;
}
#vote .election .section4 .flex-bt .item-box:last-child .sub-t {
    font-size: 2.4rem;
    text-align: center;
}
#vote .election .section4 .flex-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#vote .election .section2 .box:first-child .text {
    max-width: 580px;
}
#vote .election .section2 .box:nth-child(2n) .text {
    max-width: 450px;
}
#vote .election .section2 .box:nth-child(3n) .text {
    max-width: 500px;
}
#vote .election .section2 .box:last-child .text {
    max-width: 450px;
}

/* max-width: 1280px */
@media screen and (max-width: 1280px) {
    #vote .section1 {
        padding: 12rem 0 18rem;
        height: 900px;
    }
    #vote .section1 .img,
    #vote .section1 .img img {
        height: 100%;
    }
    #vote .section1 {
        height: 959px;
    }
    #vote .gradi .item-box {
        width: calc(95% / 3 - 10px);
    }
    #vote .section5 .sect5-ban {
        background-size: 110%;
        height: 420px;
        position: relative;
    }
    #vote .section5 .text {
        position: static;
        font-size: 5rem;
    }
    #vote .section5 .inner {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50px;
    }
}
/* max-width: 1020px */
@media screen and (max-width: 1020px) {
    #vote .section1 {
        height: 760px;
    }
    #vote .section1 .title-m {
        font-size: 5.2rem;
    }
    #vote .section1 .button span {
        padding: 1.1rem 8rem 1.25rem;
    }
    #vote .gradi .item-box {
        width: calc(98% / 3 - 5px);
        margin-right: 15px;
    }
    #vote .gradi .sub-t {
        font-size: 1.65rem;
        text-align: left !important;
    }
    #vote .section .mini .sub {
        font-size: 1.1rem;
    }
    #vote .section5 .sect5-ban {
        height: 380px;
    }
    #vote .section5 .text {
        font-size: 4.6rem;
    }
    #vote .section6 audio {
        width: 90%;
        margin-top: 14px;
    }
    #vote .section6 .item .title {
        font-size: 2.2rem;
        margin-top: 1.5rem;
    }

    #vote .election .section4 .flex-bt .item-box:first-child {
        height: 520px;
        background-size: 75%;
    }
    #vote .election .section4 .flex-bt .item-box:first-child .sub-t {
        text-align: left;
    }
}
/* max-width: 959px */
@media screen and (max-width: 959px) {
    #vote .section1 {
        height: 700px;
    }
    #vote .section1 .title-m {
        font-size: 4.8rem;
    }
    #vote .section .title {
        font-size: 3.6rem;
    }
    #vote .gradi .item-box .icon img {
        width: 50px;
        margin-bottom: 1.5rem;
    }
    #vote .section .mini {
        margin-top: 5px;
    }
    #vote .section5 .sect5-ban {
        height: auto;
        background: none;
    }
    #vote .section5 .text {
        font-size: 4rem;
    }
    #vote .section5 .inner {
        left: 30px;
    }
    #vote .section5 .img-mo {
        display: block;
        width: 100%;
    }
    #vote .section5 .img-mo img {
        width: 100%;
        min-height: 280px;
    }
    #vote .section6 .item .title {
        font-size: 1.9rem;
        margin-top: 12px;
    }
    #vote .sect-qna .title {
        margin-bottom: 3.5rem;
    }
}
/* max-width: 760px */
@media screen and (max-width: 760px) {
    #vote .section .title {
        font-size: 3.3rem;
    }
    #vote .section1 .button span {
        padding: 1.1rem 6rem 1.25rem;
    }
    #vote .section1 .button {
        margin-top: 5.8rem;
    }
    #vote .section1 .img img {
        display: none;
    }
    #vote .section1 {
        background: url(../images/vote_main_ban.png) no-repeat 50% 100% / cover;
        background-size: 130%;
        background-color: #f6f1ec;
        height: 590px;
    }
    #vote .section2 {
        padding: 14rem 0 8rem;
    }
    #vote .section2 .q-box span {
        font-size: 2rem;
    }
    #vote .gradi .title {
        font-size: 2.2rem !important;
        margin-bottom: 0 !important;
    }
    #vote .section .gradi {
        flex-direction: column;
        height: auto;
    }
    #vote .gradi .item-box {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: row;
        justify-content: right;
        margin-bottom: 15px;
        align-items: center;
    }
    #vote .gradi .item-box .text {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-left: 15px;
        align-items: center;
    }
    #vote .section .mini {
        display: none;
    }
    #vote .gradi .item-box .sub-t {
        font-size: 1.65rem;
        text-align: right !important;
    }
    #vote .gradi .item-box .icon img {
        margin-bottom: 0;
    }
    #vote .section5 .text {
        font-size: 3.4rem;
    }
    #vote .section5 .inner {
        left: 20px;
    }
    #vote .section5 .img-mo {
        width: 110%;
    }
    #vote .section5 .img-mo img {
        min-height: 250px;
    }
    #vote .section6 .item {
        flex-direction: column;
    }
    #vote .section6 .item-box {
        width: 70%;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    #vote .section6 .item-box .img img {
        width: 70%;
        margin: 0 auto;
    }
    #vote .section6 audio {
        width: 80%;
    }
    #vote .sect-qna .title {
        margin-bottom: 3rem;
    }

    #vote .promo .section1,
    #vote .election .section1 {
        background: none;
    }
    #vote .promo .section1 .img img,
    #vote .election .section1 .img img {
        display: block;
        min-height: 760px;
    }
    #vote .election .section1 .img img {
        min-height: 700px;
    }
    #vote .election .section1 {
        height: 600px;
    }

    #vote .election .section4 .flex-bt .item-box:first-child {
        height: 460px;
        background-size: 80%;
    }
}

/* max-width: 640px */
@media screen and (max-width: 640px) {
    #vote .section .title {
        font-size: 3rem;
    }
    #vote .section2 .box:first-child .text {
        max-width: 350px;
    }
    #vote .section2 .box:nth-child(2n) .text {
        max-width: 500px;
    }
    #vote .section2 .box:nth-child(3n) .text {
        max-width: 500px;
    }
    #vote .section2 .box:last-child .text {
        max-width: 450px;
    }
    #vote .section2 .q-box .box {
        margin-bottom: 2.5rem;
    }
    #vote .gradi .item-box .sub-t {
        font-size: 1.45rem;
    }
    #vote .gradi .item-box .title {
        font-size: 2.1rem !important;
    }
    #vote .gradi .item-box .icon img {
        width: 48px;
    }
    #vote .gradi .item-box {
        padding: 25px 30px;
    }
    #vote .section .sub {
        font-size: 1.5rem;
    }
    #vote .section5 .text {
        font-size: 3rem;
    }
    #vote .section5 .inner {
        left: 0px;
    }
    #vote .section5 .img-mo {
        width: 115%;
    }
    #vote .section5 .img-mo img {
        min-height: 230px;
    }
    #vote .section6 .item-box,
    #vote .section6 .item-box .img img {
        width: 85%;
    }
    #vote .sect-qna .title {
        margin-bottom: 2rem;
    }

    #vote .section1 .title-m {
        font-size: 4.2rem;
    }
    #vote .section1 .img img,
    #vote .promo .section1 .img img {
        min-height: 600px;
    }
    #vote .promo .section1 .img {
        padding-top: 60px;
    }
    #vote .section1 .button span {
        padding: 1rem 6rem 1.15rem;
        font-size: 2.1rem;
    }

    #vote .election .section4 .flex-bt .item-box:first-child {
        height: 380px;
        background-size: 80%;
    }
    #vote .election .section4 .flex-bt .item-box:first-child .title {
        font-size: 2.1rem;
    }
    #vote .election .section4 .flex-bt .item-box:first-child .sub-t {
        font-size: 1.5rem;
    }

    #vote .election .section4 .flex-bt .item-box:last-child .title {
        font-size: 4.2rem !important;
    }
    #vote .election .section4 .flex-bt .item-box:last-child .sub-t {
        font-size: 2.2rem;
    }
    #vote .election .section4 .img {
        max-width: 65px;
    }
    #vote .election .section4 .img img {
        width: 100%;
    }
    #vote .election .section4 .flex-bt .item-box:last-child .text {
        padding: 3.5rem 0;
    }
    #vote .election .section4 .flex-bt .item-box:last-child {
        height: auto;
    }
}
/* max-width: 580px */
@media screen and (max-width: 580px) {
    #vote .section .title {
        font-size: 2.8rem;
    }
    #vote .section2 .q-box .box .img {
        display: none;
    }
    #vote .section2 .q-box span {
        font-size: 1.8rem;
    }
    #vote .section2 .box .text {
        padding: 1.7rem 5rem 2.1rem;
    }
    #vote .section2 .q-box {
        padding: 0;
        margin-top: 5rem;
    }
    #vote .section2 .q-box span {
        line-height: 1.25;
    }
    #vote .section2 .q-box .box {
        margin-bottom: 2.3rem;
    }
    #vote .gradi .item-box .title {
        font-size: 2rem !important;
    }
    #vote .gradi .item-box .icon img {
        width: 46px;
    }
    #vote .gradi .item-box .text {
        margin-left: 10px;
    }
    #vote .gradi .item-box {
        padding: 25px 20px;
    }
    #vote .section5 .text {
        font-size: 2.4rem;
        line-height: 1.3;
    }
    #vote .section5 .img-mo {
        width: 110%;
    }
    #vote .section5 .img-mo img {
        min-height: auto;
        height: 190px;
        width: auto;
    }

    #vote .section1 {
        height: 500px;
    }
    #vote .section1 .title-m {
        font-size: 3.65rem;
    }
    #vote .section1 .img img,
    #vote .promo .section1 .img img {
        min-height: 540px;
    }
    #vote .section1 .button span {
        padding: 1rem 6rem 1.15rem;
        font-size: 1.85rem;
    }

    #vote .election .section1 {
        height: 540px;
    }
    #vote .election .section1 .img img {
        min-height: 640px;
    }
    #vote .election .section1 .title-m {
        font-size: 3.2rem;
    }

    #vote .election .section4 .flex-bt .item-box:first-child {
        background-size: 90%;
    }
    #vote .election .section4 .flex-bt .item-box:first-child .sub-t {
        font-size: 1.3rem;
    }

    #vote .election .section4 .flex-bt .item-box:last-child .title {
        font-size: 3.8rem !important;
    }
    #vote .election .section4 .flex-bt .item-box:last-child .sub-t {
        font-size: 2rem;
    }
    #vote .election .section4 .flex-bt .item-box:last-child .text {
        padding: 3rem 0;
    }
    #vote .election .section4 .img {
        max-width: 60px;
    }
}
/* max-width: 460px */
@media screen and (max-width: 460px) {
    #vote .section .title {
        font-size: 2.5rem;
    }
    #vote .section2 .q-box .box {
        margin-bottom: 2rem;
    }
    #vote .section2 .q-box {
        margin-top: 4rem;
    }
    #vote .gradi .item-box .sub-t {
        font-size: 1.25rem;
    }
    #vote .gradi .item-box .title {
        font-size: 1.7rem !important;
    }
    #vote .gradi .item-box .icon img {
        width: 38px;
    }
    #vote .gradi .item-box {
        padding: 20px 15px;
    }
    #vote .gradi .item-box .text {
        margin-left: 5px;
    }
    #vote .section .sub {
        font-size: 1.4rem;
    }
    #vote .section5 .text {
        font-size: 2.2rem;
    }
    #vote .section6 .item-box,
    #vote .section6 .item-box .img img {
        width: 95%;
    }
    #vote .section6 .item-box {
        margin-bottom: 2rem;
    }
    #vote .section6 .item .title {
        font-size: 2.1rem !important;
    }
    #vote .section6 audio {
        width: 90%;
    }
    #vote .sect-qna .title {
        margin-bottom: 0;
    }

    #vote .section1 {
        height: 460px;
    }
    #vote .section1 .title-m {
        font-size: 3.4rem;
    }
    #vote .section1 .img img,
    #vote .promo .section1 .img img {
        min-height: 500px;
    }
    #vote .section1 .button span {
        padding: 1rem 5rem 1.15rem;
        font-size: 1.65rem;
    }
    #vote .promo .sect-effect .item > div {
        flex-direction: column;
    }

    #vote .election .section1 {
        height: 480px;
    }
    #vote .election .section1 .img img {
        min-height: 580px;
    }
    #vote .election .section1 .title-m {
        font-size: 2.8rem;
    }

    #vote .election .section4 .flex-bt .item-box:first-child {
        height: 320px;
    }
    #vote .election .section4 .flex-bt .item-box .text {
        padding: 2.5rem 2rem;
    }

    #vote .election .section4 .flex-bt .item-box:last-child .title {
        font-size: 3.4rem !important;
    }
    #vote .election .section4 .flex-bt .item-box:last-child .text {
        padding: 2.5rem 0;
    }
    #vote .election .section4 .img {
        max-width: 54px;
    }
}
/* max-width: 360px */
@media screen and (max-width: 360px) {
    #vote .section .title {
        font-size: 2rem;
    }
    #vote .section2 .q-box .box {
        margin-bottom: 1.5rem;
    }
    #vote .section2 .q-box {
        margin-top: 3.2rem;
    }
    #vote .section2 .q-box span {
        font-size: 1.65rem;
    }
    #vote .section2 .box .text {
        padding: 1.5rem 3rem 1.9rem;
    }
    #vote .gradi .item-box .sub-t {
        font-size: 1.1rem;
    }
    #vote .gradi .item-box .title {
        font-size: 1.65rem !important;
    }
    #vote .gradi .item-box .icon img {
        width: 36px;
    }
    #vote .section .sub {
        font-size: 1.25rem;
    }

    #vote .promo .section1 .title-m {
        font-size: 2.85rem;
    }

    #vote .election .section1 {
        height: 460px;
    }
    #vote .election .section1 .img img {
        min-height: 560px;
    }
    #vote .election .section1 .title-m {
        font-size: 2.45rem;
    }

    #vote .election .section4 .flex-bt .item-box:first-child {
        height: 280px;
        width: 95%;
    }
    #vote .election .section4 .flex-bt .item-box .text {
        padding: 2rem;
    }
    #vote .election .section4 .flex-bt .item-box:first-child .title {
        font-size: 1.5rem !important;
    }
    #vote .election .section4 .flex-bt .item-box:first-child .sub-t {
        font-size: 1.2rem;
    }
    #vote .election .section4 .flex-bt .item-box:last-child .title {
        font-size: 3rem !important;
    }
    #vote .election .section4 .img {
        max-width: 48px;
    }
}
