﻿@keyframes mouseOnEffect {
    from {
        margin-right: 30px;
    }

    to {
        margin-right: 0;
    }
}
@keyframes mouseOutEffect {
    from {
        margin-right: 0;
    }

    to {
        margin-right: 30px;
    }
}
@keyframes mouseOnEffect2 {
    from {
        margin-right: 15px;
        margin-left: 15px;
    }

    to {
        margin-right: 0;
        margin-left: 30px;
    }
}
@keyframes mouseOutEffect2 {
    from {
        margin-right: 0;
        margin-left: 30px;
    }

    to {
        margin-right: 15px;
        margin-left: 15px;
    }
}
@keyframes fontEffect {
    from {
        font-size:135%;
    }

    to {
        font-size: 140%;
    }
}
@keyframes fontEffectOut {
    from {
        font-size: 140%;
    }

    to {
        font-size: 135%;
    }
}


@keyframes btnFontEffect {
    from {
        font-size: 135%;
    }

    to {
        font-size: 140%;
    }
}

@keyframes btnFontEffectOut {
    from {
        font-size: 140%;
    }

    to {
        font-size: 135%;
    }
}


@keyframes btnFontEffect2 {
    from {
        font-size: 100%;
    }

    to {
        font-size: 105%;
    }
}
@keyframes btnFontEffectOut2 {
    from {
        font-size: 105%;
    }

    to {
        font-size: 100%;
    }
}


@keyframes arrowEffect {
    from {
        margin-left: 0;
        margin-right: 20px;
    }

    to {
        margin-left: 20px;
        margin-right: 0;
    }
}

@keyframes arrowEffectOut {
    from {
        margin-left: 20px;
        margin-right: 0;
    }

    to {
        margin-right: 20px;
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background: #eee;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border: 0px none #ffffff;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #d1d1d1;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #d1d1d1;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

   ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

body > .container {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    padding: 0;
}

body {
    background-image: url(/img/bg.png);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerWrap {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    margin-top: 148px;
}

    .bannerWrap > img.bannerOverlay {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .bannerWrap > img.bannerOverlayMb {
        display: none;
    }

    .bannerWrap > img.bannerTitle {
        position: absolute;
        right: 150px;
        bottom: 90px;
        z-index: 2;
    }
/*    .bannerWrap > img.bannerTitleMb {
        display: none;
    }*/

.section {
    font-size: 1rem;
    color: #4A4A4A;
    padding-top: 5rem;
    padding-bottom: 5rem;
    /*background-color: rgba(255, 255, 255, 1);*/
    background-color: rgba(255, 255, 255, .7);
}

.sectionFirst {
    padding-top: 0;
}

.sectionLast {
    padding-bottom: 300px;
}

.sectionBg {
    background-color: rgba(255, 255, 255, .7);
}

.sectionNo {
    /* UI Properties */
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: var(--web_color3);
    opacity: 1;
    margin-left: -35px;
}

.sectionTitle {
    /* UI Properties */
    text-align: left;
    font-size: 2rem;
    line-height: 1.5em;
    letter-spacing: 2.4px;
    opacity: 1;
    color: #4A4A4A;
}
.sectionTitleBg {
    margin-bottom:60px;
}
    .sectionTitleBg .underLine {
        width: 100%;
        height: 2px;
    }
        .sectionTitleBg .underLine div {
            width: 60px;
            height: 2px;
            background-color: var(--web_color3);
        }

.sectionColor2 {
    color: var(--web_color2) !important;
}

.sectionColor3 {
    color: var(--web_color3) !important;
}
.sectionColor4 {
    color: #fff !important;
}

.sectionMsg {
    /* UI Properties */
    text-align: left;
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: normal;
    letter-spacing: 1.2px;
    color: #4A4A4A;
}

.sectionMsg2 {
    /* UI Properties */
    text-align: left;
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: normal;
    letter-spacing: 1.2px;
    color: #4A4A4A;
}

.sectionText {
    /* UI Properties */
    text-align: left;
    font-size: 1.35rem;
    line-height: 1.8em;
    font-weight: normal;
    letter-spacing: 1.4px;
    color: #4A4A4A;
    opacity: 1;
}


.btnReadMore {
    border: 0;
    background: url(../img/howto/btnBg.svg) no-repeat center center;
    background-size: contain;
    display: block;
    height: 172px;
    width: 100%;
    max-width: 680px;
    margin: 0;
    padding: 0;
}
    .btnReadMore:hover {
        background-image: url(../img/howto/btnOverBg.svg);
        /*background-position:left top;*/
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        text-decoration: none;
    }

    .btnReadMore .btnReadMore-content {
        margin-left: auto !important;
        margin-right: auto !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width:50%;
        height:100%;
        text-align:center;
    }


        .btnReadMore .btnReadMore-content .btnReadMoreText {
            color: #FFFFFF;
            font-size: 1.35rem;
            line-height: 1.5em;
            letter-spacing: 1.2px;
            width: 100%;
            animation-name: btnFontEffectOut;
            animation-duration: 0.5s;
        }

    .btnReadMore:hover .btnReadMore-content .btnReadMoreText {
        animation-name: btnFontEffect;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

    .btnReadMore .btnReadMore-content .btnReadMoreArrow {
        margin-left: 0;
        margin-right: 20px;
        animation-name: arrowEffectOut;
        animation-duration: 0.5s;
    }

    .btnReadMore:hover .btnReadMore-content .btnReadMoreArrow {
        animation-name: arrowEffect;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

.btnParallelogram {
    padding: 0;
}
    .btnParallelogram .btnParallelogram-open {
        background: url(../img/howto/btnOpen.svg) no-repeat center center;
        background-size: contain;
        display: block;
        height: 165px;
        width: 200px;
    }
    .btnParallelogram .btnParallelogram-close {
        background: url(../img/howto/btnClose.svg) no-repeat center center;
        background-size: contain;
        display: block;
        height: 165px;
        width: 200px;
        margin-left: -22px;
    }
        .btnParallelogram .btnParallelogram-close svg {
            margin-left: -20px;
            animation-name: arrowEffectOut;
            animation-duration: 0.5s;
        }
    .btnParallelogram:hover .btnParallelogram-close svg {
        margin-left: 0;
        animation-name: arrowEffect;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }
    .btnParallelogram .btnParallelogram-content {
        background: url(../img/howto/btnContent.svg) repeat-x center center;
        background-size: cover;
        display: block;
        height: 165px;
        min-width: 299px;
        margin-left: -21px;
    }
        .btnParallelogram:hover .btnParallelogram-content {
            background-image: url(../img/howto/btnContentOn.svg);
            
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .btnParallelogram .btnParallelogram-content .text {
        color: #FFFFFF;
        font-size: 135%;
        line-height: 32px;
        letter-spacing: 1.2px;
        width:100%;
        /*
        animation-name: btnFontEffectOut;
        animation-duration: 0.5s;
        */
    }

        .btnParallelogram:hover .btnParallelogram-content .text {
            /*
            animation-name: btnFontEffect;
            animation-duration: 0.5s;
            animation-fill-mode: forwards;  
            */
        }


    .btnParallelogram:hover .btnParallelogram-open {
        background-image: url(../img/howto/btnOpenOn.svg);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .btnParallelogram:hover .btnParallelogram-close {
        background-image: url(../img/howto/btnCloseOn.svg);
        
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        
    }

.btnWithIconRightWrap {
    border: 1px solid #fff;
    border-radius: 74px;
    width: 100%;
    display: block;
    max-width: 550px;
}

    .btnWithIconRightWrap:hover {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        border: 1px solid #60C3B1;
    }

    .btnWithIconRightWrap .btnWithIconRight {
        /* UI Properties */
        background: transparent linear-gradient(102deg, var(--web_color2) 0%, #60C3B1 100%) 0% 0% no-repeat padding-box;
        border-radius: 100px;
        opacity: 1;
        border: 0;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        display: -ms-flexbox !important;
        display: flex !important;
        /* UI Properties */
        text-align: left;
        font-size: 1.35rem;
        line-height: 33px;
        letter-spacing: 1.2px;
        color: #FFFFFF;
        padding: 25px 25px 25px 50px;
        width: calc(100% - 30px);
        margin: 15px;
        animation-name: fontEffectOut;
        animation-duration: 0.5s;
    }

/*        .btnWithIconRightWrap .btnWithIconRight:disabled {
            background: #767676;
            animation-name: fontEffectOut2;
            animation-duration: 0.5s;
        }*/


        .btnWithIconRightWrap .btnWithIconRight:hover {
            animation-name: fontEffect;
            animation-duration: 0.5s;
            animation-fill-mode: forwards;
        }

        .btnWithIconRightWrap .btnWithIconRight > div:last-child {
            animation-name: mouseOutEffect2;
            animation-duration: 0.5s;
            animation-fill-mode: forwards;
            margin-left: 15px;
            margin-right: 15px;
        }

        .btnWithIconRightWrap .btnWithIconRight:hover > div:last-child {
            animation-name: mouseOnEffect2;
            animation-duration: 0.5s;
            animation-fill-mode: forwards;
        }

.sectionItemWrap {
    display: -ms-flexbox !important;
    display: flex !important;
}


.sectionContent {
    /*
    -ms-flex-align: center !important;
    align-items: center !important;
    */
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 2.5rem;
}


.sectionUnderLine {
    margin-top: .25rem;
    margin-bottom: 3rem;
    background-color: var(--web_color3);
    height: 2px;
    width: 60px;
}
    .sectionUnderLine.sectionUnderLine2 {
        margin-top: .5rem;
    }
.sectionContent .leftIconBox {
    width: 162px;
    height: 162px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #91919129;
    border-radius: 16px;
    opacity: 1;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;

    margin-bottom:20px;
}

    .sectionContent .leftIconBox img {
        margin:0 31px;
        width:100px;
    }

.sectionWrap {
    width: 1450px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
}
    .sectionWrap .sectionMainTitle {
        margin-bottom:60px;
    }
    .sectionWrap .sectionMainTitle img {
        width:100%;
    }
    .sectionWrap .sectionMain {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

        .sectionWrap .sectionMain .sectionMainMsg {
            /* UI Properties */
            text-align: left;
            font-size: 1.35rem;
            line-height: 1.8em;
            font-weight: normal;
            letter-spacing: 1.2px;
            color: #4A4A4A;
        }

.sectionBox {
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #43434329;
    border-radius: 1rem;
    opacity: 1;
    padding: 2.5rem;
}

.pmBox {
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #43434329;
    border-radius: 16px;
    opacity: 1;
    padding: 40px 30px;
    max-width: 700px;
    text-align: center;
    margin-bottom: 43px;
}

    .pmBox img.pmethod {
        width: 120px;
        margin: 10px 40px;
    }

    .pmBox .pmTitleWrap {
        position: relative;
        display: inline-block;
        width: auto;
        margin-bottom: 20px;
    }

        .pmBox .pmTitleWrap .pmTitle {
            /* UI Properties */
            text-align: center;
            font-size: 135%;
            line-height: 32px;
            letter-spacing: 1.4px;
            color: #4A4A4A;
            opacity: 1;
            position: relative;
            z-index: 2;
            margin-left: 10px;
            margin-right: 10px;
        }

        .pmBox .pmTitleWrap .pmTitleBg {
            background: #CBF0E2 0% 0% no-repeat padding-box;
            position: absolute;
            z-index: 1;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 18px;
        }
        .pmBox .pmTitleWrap .pmTitleBg2 {
            background: #BDE4F0 0% 0% no-repeat padding-box;
        }

.btnKnowMoreWrap {
    background: url("/img/howto/btnBg.svg") no-repeat left center;
    background-size: contain;
    width: 100%;
    max-width: 680px;
    height: 172px;
}
    .btnKnowMoreWrap:hover {
        background: url("/img/howto/btnOverBg.svg") no-repeat left center;
        background-size: contain;
        
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        
    }
    .btnKnowMoreWrap .btnKnowMore {
        background: none;
        border: 0;
        font-size: 135%;
        line-height: 50px;
        letter-spacing: 1.2px;
        color: #FFFFFF;
        padding: 0;
        background-size: contain;
        height: 100%;

        animation-name: fontEffectOut;
        animation-duration: 0.5s;
    }
    .btnKnowMoreWrap .btnKnowMore > div {
        width:65%;
    }
    .btnKnowMoreWrap:hover .btnKnowMore {
        font-size: 145%;
        animation-name: fontEffect;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

    .btnKnowMoreWrap .btnKnowMore > div > div:last-child {
        animation-name: mouseOutEffect;
        animation-duration: 0.5s;
        margin-right: 30px;
    }

    .btnKnowMoreWrap:hover .btnKnowMore > div > div:last-child {
        animation-name: mouseOnEffect;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }


.section ul li {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.8em;
    letter-spacing: 0px;
    color: #4A4A4A;
    opacity: 1;
}
       .section ul li::marker {
            color: var(--web_color3);
       }

.sectionRightItem ,
.sectionRightImg {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin:0 auto;
}

.sectionMaxWidth {
    max-width:650px;
}

.sectionMainRightImgMb {
    display:none;
}
.sectionMainRightImgDk {
    display: block;
}

#knowMore .sectionTitle {
    text-align: center;
    font-size: 175%;
    line-height: 52px;
    letter-spacing: 1.6px;
    color: #4A4A4A;
    opacity: 1;
}

.sectionMethodMsg {
    /* UI Properties */
    text-align: left;
    line-height:32px;
    color: #4A4A4A;
    opacity: 1;
}

.sectionMethodIcon {
    margin-right: 68px;
}


.pmBox > div {
    overflow-x: auto;
}

    .pmBox > div::-webkit-scrollbar {
        width: 5px;
        height: 7px;
    }

    .pmBox > div::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }

    .pmBox > div::-webkit-scrollbar-thumb {
        background: #d1d1d1;
        border: 0px none #ffffff;
        border-radius: 5px;
    }

        .pmBox > div::-webkit-scrollbar-thumb:hover {
            background: #d1d1d1;
        }


.sectionMainTitleBgWrap {
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-bottom:60px;
}

    .sectionMainTitleBgWrap .sectionMainTitleBg {
        background: url("/img/howto/pageTitleBg.svg") no-repeat left top;
        height: 121px;
        width: 612px;
    }

        .sectionMainTitleBgWrap .sectionMainTitleBg .sectionMainTitle {
            font-size: 2.65rem;
            line-height: 1.5em;
            letter-spacing: 1.2px;
            text-align: center;
            width: 100%;
            padding-right: 100px;
            margin-bottom:0;
        }

.sectionAlign , .btnAlign {
    width: auto;
    text-align: left;
}

.breadcrumb {
    background-color:transparent;
    padding-left:0;
    font-size:1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #000;
    content: "";
    cursor: pointer;
    margin: 0 10px 1px 0;
}

.breadcrumb .breadcrumb-item a {
    color: var(--color8);
    text-decoration:none;
}
.breadcrumb .breadcrumb-item.active {
    color: var(--active);
}
.breadcrumb .breadcrumb-item.active span {
    border-bottom: 1px solid var(--active);
}

@media only screen and (max-width: 1450px) {
    .sectionFirst {
        padding-top: 100px;
    }

    .sectionMainRightImgMb {
        display: block;
    }

    .sectionMainRightImgDk {
        display: none;
    }

    .sectionRightItem ,
    .sectionRightImg {
        position: relative;
        left: 0;
        top: 0;
    }


    body > .container {
    }

    .sectionWrap {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
    }

    .sectionMain {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        width: 100%;
        margin: 0 auto;
    }

        .sectionMain > div {
            width: 100%;
        }


    .sectionMaxWidth {
        width: 100%;
        max-width: 100%;
    }

    .sectionItemWrap {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }


        .sectionItemWrap > div {
            width: 100%;
        }

    .sectionNo {
        margin-left: 0;
    }

    .sectionWrap .sectionMainTitle {
        margin-bottom: 0;
    }

    .sectionAlign , .btnAlign {
        width: 100%;
        text-align: center;
    }

    .btnWithIconRightWrap {
        margin-left: auto;
        margin-right: auto;
    }

}


@media only screen and (max-width: 991px) {
    .bannerWrap {
        margin-top: 79px;
    }

    .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .btnWithIconRightWrap .btnWithIconRight {
        font-size:1rem;
    }

    .sectionWrap .sectionMain .sectionMainMsg {
        font-size: 1.2rem;
        text-align: center;
    }

    .btnReadMore .btnReadMore-content {
        width: 60%;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

        .btnReadMore .btnReadMore-content .btnReadMoreText {
            font-size: 1.5rem;
            width: auto;
            margin-right: 0;
            animation: unset;
        }

    .btnReadMore:hover .btnReadMore-content .btnReadMoreText {
        animation: unset;
    }

    .btnReadMore .btnReadMore-content .btnReadMoreArrow {
        margin-left: 10px;
        margin-right: 10px;
        animation: unset;
    }

    .btnReadMore:hover .btnReadMore-content .btnReadMoreArrow {
        animation: unset;
    }


    .btnWithIconRightWrap:hover {
        animation: unset;
    }

    .btnWithIconRightWrap .btnWithIconRight {
        animation: unset;
    }

        .btnWithIconRightWrap .btnWithIconRight:hover {
            animation: unset;
        }

        .btnWithIconRightWrap .btnWithIconRight > div:last-child {
            animation: unset;
        }

        .btnWithIconRightWrap .btnWithIconRight:hover > div:last-child {
            animation: unset;
        }

    .sectionTitle {
        text-align: center;
    }
    .sectionUnderLine {
        margin-left: auto;
        margin-right: auto;
    }
    .sectionNo {
        text-align: center;
    }

    .sectionText,
    .sectionMsg2,
    .sectionMsg {
        text-align: center;
    }

        .sectionMsg2 ol,
        .sectionMsg2 ul,
        .sectionMsg ol,
        .sectionMsg ul {
            text-align: left;
        } 

    .sectionTitleBg .underLine div {
        margin-left: auto;
        margin-right: auto;
    }

@media only screen and (max-width: 915px) {
    body > .container {
    }

    .bannerWrap > img.bannerOverlay {
    }

    .pmBox img.pmethod {
        width: 120px;
        margin: 10px 35px;
    }

    .btnKnowMoreWrap {
    }

        .btnKnowMoreWrap .btnKnowMore {
        }

            .btnKnowMoreWrap .btnKnowMore > div {
            }
}

@media only screen and (max-width: 767px) {
    .bannerWrap {
        height: 300px;
        margin-top:60px;
    }

        .bannerWrap > img.bannerOverlay {
            display: none;
        }
        .bannerWrap > img.bannerOverlayMb {
            display: block;

            position:absolute;
            right:0;
            bottom:0;
        }
        .bannerWrap > img.bannerTitle {
            right: 20px;
            bottom: 20px;
        }
/*        .bannerWrap > img.bannerTitleMb {
            position: absolute;
            right: 20px;
            bottom: 20px;
            z-index: 2;
            display: block;
        }*/


    .sectionWrap {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sectionItemWrap > div {
        margin-bottom: 20px;
    }

    .pmBox {
        padding: 20px;
    }

        .pmBox img.pmethod {
            margin: 10px 10px;
        }

    .btnKnowMoreWrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .btnKnowMoreWrap .btnKnowMore {
            line-height:30px;
        }
            .btnKnowMoreWrap .btnKnowMore > div {
            }
    .section ul li {
        margin-bottom: 20px;
    }
    .sectionMethodIcon {
        margin-right: 20px;
    }


        .btnWithIconRightWrap .btnWithIconRight {
            padding: 20px 20px;
        }
    

    .sectionBox {
        padding: 30px;
    }


    .sectionMainTitleBgWrap .sectionMainTitleBg {
        width: 100%;
        background-size: contain;
        background-position: right 15px;
    }
    .sectionMainTitleBgWrap .sectionMainTitleBg .sectionMainTitle {
        font-size: 2rem;
        padding-right: 50px;
    }

}


@media only screen and (max-width: 480px) {

    .sectionMainTitleBgWrap .sectionMainTitleBg .sectionMainTitle {
        font-size: 1.75rem;
    }

    .sectionTitle {
        font-size: 1.55rem;
        line-height: 1.5em;
    }

    .sectionMsg,
    .sectionMsg2,
    .section ul li {
        font-size: 1rem;
        line-height: 1.5em;
    }

    .section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .sectionNo {
        font-size: 1.35rem;
    }

    .sectionLast {
        padding-bottom: 150px;
    }

    .bannerWrap {
        margin-top: 50px;
    }

        .bannerWrap > img.bannerTitle {
            width: auto;
            max-width: 90%;
            height: auto;
            bottom: 20px;
        }

        .bannerWrap > img.bannerOverlay {
            width: auto;
        }

    .sectionWrap {
        width: 100%;
    }

    .pmBox img.pmethod {
        margin: 10px 5px;
    }

    .pmBox .pmTitleWrap .pmTitle {
        font-size: 1rem;
    }

    .sectionContent {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }


    .sectionBox {
        padding: 20px;
    }

    .sectionMsg2, .sectionMsg, .sectionText {
        text-align: left;
    }


    .sectionWrap .sectionMain .sectionMainMsg {
        font-size: 1rem;
        text-align:left;
    }

    #knowMore .sectionTitle {
        font-size: 1.4rem;
        line-height: 1.5em;
    }

    .btnReadMore .btnReadMore-content {
        width: 80%;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
        .btnReadMore .btnReadMore-content .btnReadMoreText {
            font-size: 1rem;
            width: 180px;
            margin-right: 0;
            animation: unset;
        }
        .btnReadMore:hover .btnReadMore-content .btnReadMoreText {
            animation:unset;
        }
    .btnReadMore .btnReadMore-content .btnReadMoreArrow {
        margin-left:10px;
        margin-right:10px;
        animation: unset;
    }

    .btnReadMore:hover .btnReadMore-content .btnReadMoreArrow {
        animation: unset;
    }

    .pmBox3 {
        box-shadow: none;
        border-radius: unset;
        padding-left: 0;
        padding-right: 0;
    }

    .sectionMainTitleBgWrap {
        padding-bottom: 20px;
    }

    .btniconNoBg {
        font-size: 100%;
    }

    .sectionUnderLine {
        margin-bottom:1.5rem;
    }
    .sectionUnderLine.sectionUnderLine2 {
        margin-top: 0;
    }

    .btnWithIconRightWrap .btnWithIconRight {
        padding: 25px 5px 25px 30px;
    }
}