@charset "UTF-8";

/* main common */
#main{
    color: #333;
}
#main .tit-wrap{
    text-align: center;
}
#main .tit-wrap {
    display: block;
    font-size: 40px;
    line-height: 1.35;
}

/* section1 */
#main .section01{
    overflow: hidden;
    position: relative;
    background: #fff;
}
#main .section01 .txt-wrap{
    opacity: 0;
    padding: 160px 0 162px;
}
#main .section01 .txt-wrap strong{
    display: inline-block;
    font-size: 48px;
    line-height: 1.25;
}
#main .section01 .txt-wrap strong em{
    display: block;
    color: #6D5646;
}
#main .section01 .txt-wrap p{
    color: #666;
    font-size: 18px;
    line-height: 1.667;
    padding: 12px 0 36px;
}
#main .section01 .btn-wrap a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 59px 14px 24px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: .2s;
}
#main .section01 .btn-wrap a::after{
    content: '';
    position: absolute;
    top: 51%;
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    transform: translateY(-50%) rotate(45deg);
}
#main .section01 .swiper-sec01 .swiper-slide{
    height: 600px;
}
#main .section01 .swiper-sec01 .swiper-slide::after{
    content: '';
    opacity: .06;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
/* 가입비 무료 */
#main .section01 .swiper-sec01 .slide-pgfree{
    background: url("/images/main/img_sec01_pgfree_bg.png") no-repeat top center;
    background-size: cover;
}
#main .section01 .swiper-sec01 .slide-pgfree > a{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:10;
}
#main .section01 .swiper-sec01 .slide-pgfree .txt-wrap{
    opacity: 0;
    position: absolute;
    top: 145px;
    left: 0;
    width: 385px;
    padding: 0;
}
#main .section01 .swiper-sec01 .slide-pgfree .txt-wrap p{
    display: none;
    color: #4D557A;
    font-weight: 500;
    padding: 0;
}
#main .section01 .swiper-sec01 .slide-pgfree .img-box{
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
    padding-bottom: 50%;
}
#main .section01 .swiper-sec01 .slide-pgfree .img-box img{
    position: absolute;
    opacity: 0;
}
#main .section01 .swiper-sec01 .slide-pgfree .img-box .gift-main{
    top: 28.5%;
    right: 12%;
    width: 79%;
}
#main .section01 .swiper-sec01 .slide-pgfree .img-box .gift-left{
    top: 58.17%;
    right: 90%;
    width: 15%;
}
#main .section01 .swiper-sec01 .slide-pgfree .img-box .gift-right{
    top: 58.17%;
    right: -3.17%;
    width: 24.5%;
}
#main .section01 .swiper-sec01 .slide-pgfree .img-box .lights{
    top: 9.67%;
    right: 4.67%;
    width: 87.84%;
}
/* 블로그페이 */
#main .section01 .swiper-sec01 .slide-shop{
    background: #F9F0EA url("/images/main/img_sec01_shop_bg.png") no-repeat top center;
    background-size: cover;
}
#main .section01 .swiper-sec01 .slide-shop .btn-wrap a{
    color: #333;
    border-color: #333;
}
#main .section01 .swiper-sec01 .slide-shop .btn-wrap a::after{
    border-color: #333;
}
#main .section01 .swiper-sec01 .slide-shop .btn-wrap a:is(:hover, :active){
    color: #fff;
    background: #333;
}
#main .section01 .swiper-sec01 .slide-shop .btn-wrap a:is(:hover, :active)::after{
    border-color: #fff;
}
#main .section01 .swiper-sec01 .slide-shop .img-box .img-lst{
    position: absolute;
    top: -144px;
    right: -67.1%;
    transform: rotate(-22deg);
}
#main .section01 .swiper-sec01 .slide-shop .img-box .img-lst > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#main .section01 .swiper-sec01 .slide-shop .img-box .img-lst .bottom img:first-child{
    margin-left: 181px;
}
#main .section01 .swiper-sec01 .slide-shop .img-box img{
    opacity: 0;
    display: inline-block;
    max-width: 606px;
    margin: 17px;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, .07);
}
/* 픽셀 */
#main .section01 .swiper-sec01 .slide-picksell{
    background: #F9F0EA url("/images/main/img_sec01_picksell_bg.png") no-repeat top center;
    background-size: cover;
}
#main .section01 .swiper-sec01 .slide-picksell .txt-wrap{
    padding: 128px 0 150px;
}
#main .section01 .swiper-sec01 .slide-picksell .txt-wrap img{
    display: block;
    width: 211px;
    margin: 0 0 18px -8px;
}
#main .section01 .swiper-sec01 .slide-picksell .txt-wrap strong em{
    display: inline-block;
    background: linear-gradient(90deg, #1471F5 0%, #B275F0 88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#main .section01 .swiper-sec01 .slide-picksell .btn-wrap a{
    color: #1471F5;
    border-color: #1471F5;
}
#main .section01 .swiper-sec01 .slide-picksell .btn-wrap a::after{
    border-color: #1471F5;
}
#main .section01 .swiper-sec01 .slide-picksell .btn-wrap a:is(:hover, :active){
    color: #fff;
    background: #1471F5;
}
#main .section01 .swiper-sec01 .slide-picksell .btn-wrap a:is(:hover, :active)::after{
    border-color: #fff;
}
#main .section01 .swiper-sec01 .slide-picksell .img-box{
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: auto;
    padding-bottom: 50%;
    transform: translateY(-50%);
}
#main .section01 .swiper-sec01 .slide-picksell .img-box img{
    opacity: 0;
    position: absolute;
}
#main .section01 .swiper-sec01 .slide-picksell .img-box .heart{
    top: 19.5%;
    right: -.34%;
    width: 84.834%;
}
#main .section01 .swiper-sec01 .slide-picksell .img-box .layer{
    top: 30%;
    right: 50%;
    width: 39%;
}
#main .section01 .swiper-sec01 .slide-picksell .share{
    top: 58.17%;
    right: 5%;
    width: 28.834%;
}
#main .section01 .swiper-sec01 .slide-picksell .picksell{
    top: 62.17%;
    right: -2.34%;
    width: 23.667%;
}
/* 간편결제 */
#main .section01 .swiper-sec01 .slide-easypament{
    background: #EDEDFF;
}
#main .section01 .swiper-sec01 .slide-easypament .txt-wrap strong em{
    display: inline-block;
    color: #6E48EB;
}
#main .section01 .swiper-sec01 .slide-easypament .btn-wrap a{
    color: #6E48EB;
    border-color: #6E48EB;
}
#main .section01 .swiper-sec01 .slide-easypament .btn-wrap a::after{
    border-color: #6E48EB;
}
#main .section01 .swiper-sec01 .slide-easypament .btn-wrap a:is(:hover, :active){
    color: #fff;
    background: #6E48EB;
}
#main .section01 .swiper-sec01 .slide-easypament .btn-wrap a:is(:hover, :active)::after{
    border-color: #fff;
}
#main .section01 .swiper-sec01 .slide-easypament .img-box{
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    padding-bottom: 50%;
    transform: translateY(-50%);
}
#main .section01 .swiper-sec01 .slide-easypament .img-box .circle{
    opacity: 0;
    position: absolute;
    top: 9%;
    right: 8.167%;
    width: 70.334%;
    border-radius: 50%;
    background: #DEDDFF;
}
#main .section01 .swiper-sec01 .slide-easypament .img-box .circle::after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
#main .section01 .swiper-sec01 .slide-easypament .img-box .visual{
    position: absolute;
    top: 13%;
    right: 6.667%;
    width: 90.334%;
}
#main .section01 .swiper-sec01 .slide-easypament .img-box img{
    opacity: 0;
}
#main .section01 .swiper-sec01 .slide-easypament .img-box img:not(.home){
    position: absolute;
}
#main .section01 .swiper-sec01 .slide-easypament .img-box .home{
    width: 100%;
}
#main .section01 .swiper-sec01 .slide-easypament .img-box .pay-left{
    top: 49.32%;
    left: 0;
    width: 33.95%;
}
#main .section01 .swiper-sec01 .slide-easypament .img-box .pay-right{
    top: 59.55%;
    right: -.75%;
    width: 23.667%;
}
/* 애플페이 */
#main .section01 .swiper-sec01 .slide-applepay{
    background: #F9F0EA url("/images/main/img_sec01_applepay_bg.png") no-repeat top center;
    background-size: cover;
}
#main .section01 .swiper-sec01 .slide-applepay .txt-wrap strong em{
    display: inline-block;
    color: #007FFA;
}
#main .section01 .swiper-sec01 .slide-applepay .btn-wrap a{
    color: #007FFA;
    border-color: #007FFA;
}
#main .section01 .swiper-sec01 .slide-applepay .btn-wrap a::after{
    border-color: #007FFA;
}
#main .section01 .swiper-sec01 .slide-applepay .btn-wrap a:is(:hover, :active){
    color: #fff;
    background: #007FFA;
}
#main .section01 .swiper-sec01 .slide-applepay .btn-wrap a:is(:hover, :active)::after{
    border-color: #fff;
}
#main .section01 .swiper-sec01 .slide-applepay .img-box{
    position: absolute;
    top: 50%;
    right: 4.42%;
    width: 40.84%;
    padding-bottom: 40.84%;
    transform: translateY(-50%);
}
#main .section01 .swiper-sec01 .slide-applepay .img-box img{
    opacity: 0;
    position: absolute;
}
#main .section01 .swiper-sec01 .slide-applepay .img-box .pay{
    top: 8%;
    right: -2.67%;
    width: 23.47%;
}
/* 다해드림 */
#main .section01 .swiper-sec01 .slide-dahaedream{
    background: #FFFCF5;
}
#main .section01 .swiper-sec01 .slide-dahaedream .txt-wrap strong em{
    display: inline-block;
    color: #996439;
}
#main .section01 .swiper-sec01 .slide-dahaedream .btn-wrap a{
    color: #996439;
    border-color: #996439;
}
#main .section01 .swiper-sec01 .slide-dahaedream .btn-wrap a::after{
    border-color: #996439;
}
#main .section01 .swiper-sec01 .slide-dahaedream .btn-wrap a:is(:hover, :active){
    color: #fff;
    background: #996439;
}
#main .section01 .swiper-sec01 .slide-dahaedream .btn-wrap a:is(:hover, :active)::after{
    border-color: #fff;
}
#main .section01 .swiper-sec01 .slide-dahaedream .img-box{
    position: absolute;
    top: 124px;
    right: 0;
    width: 580px;
    height: 346px;
}
#main .section01 .swiper-sec01 .slide-dahaedream .img-box img{
    opacity: 0;
}
#main .section01 .swiper-sec01 .slide-dahaedream .img-box img:not(.frame){
    position: absolute;
}
#main .section01 .swiper-sec01 .slide-dahaedream .img-box .frame{
    opacity: 0;
    width: 100%;
}
#main .section01 .swiper-sec01 .slide-dahaedream .img-box .board{
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 110px 0;
}
#main .section01 .swiper-sec01 .slide-dahaedream .img-box .board img{
    bottom: 0;
}
#main .section01 .swiper-sec01 .slide-dahaedream .img-box .rocket{
    top: 78px;
    left: 44px;
    width: 148px;
}
#main .section01 .swiper-sec01 .slide-dahaedream .img-box .bag{
    bottom: 11px;
    right: -40px;
    width: 114px;
}
/* 슬라이드 애니메이션 */
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active .txt-wrap{
    animation: moveText .4s 0s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-pgfree .img-box .gift-main{
    animation: moveImgUp .4s 0s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-pgfree .img-box .gift-left{
    animation: moveImgUp .3s .1s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-pgfree .img-box .gift-right{
    animation: moveImgUp .3s .15s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-pgfree .img-box .lights{
    animation: moveImgDown01 .6s .2s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-shop .img-box .img-lst .top img:first-child{
    animation: itemslide .7s .1s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-shop .img-box .img-lst .top img:last-child{
    animation: itemslide .7s .15s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-shop .img-box .img-lst .bottom img:first-child{
    animation: itemslide .7s .18s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-shop .img-box .img-lst .bottom img:last-child{
    animation: itemslide .7s .24s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-picksell .img-box .heart{
    animation: fadeImg .4s .1s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-picksell .img-box .layer{
    animation: moveImgUp .4s .2s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-picksell .share{
    animation: moveImgDown02 .4s .25s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-picksell .picksell{
    animation: moveImgDown02 .4s .3s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-easypament .img-box .circle{
    animation: fadeImg .4s .05s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-easypament .img-box .home{
    animation: moveImgUp .4s .1s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-easypament .img-box .pay-left{
    animation: moveImgUp .4s .2s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-easypament .img-box .pay-right{
    animation: moveImgUp .4s .26s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-applepay .img-box .circle{
    animation: moveImgUp .4s .1s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-applepay .img-box .pay{
    animation: moveImgDown02 .4s .2s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-dahaedream .frame{
    animation: fadeImg .4s .05s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-dahaedream .board img{
    animation: moveImgUp .4s .1s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-dahaedream .rocket{
    animation: moveImgLeft .5s .08s forwards;
}
#main .section01 .swiper-sec01 .swiper-slide.swiper-slide-active.slide-dahaedream .bag{
    animation: moveImgRight .5s .125s forwards;
}

@keyframes moveText {
    0%{
        opacity: 0;
        transform: translateX(40px);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeImg {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes itemslide {
    0%{
        opacity: 0;
        transform: translateX(30%);
    }
    50%{
        opacity: 1;
        transform: translateX(0);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes moveImgDown01 {
    0%{
        opacity: 0;
        transform: translateY(-35px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes moveImgDown02 {
    0%{
        opacity: 0;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes moveImgUp {
    0%{
        opacity: 0;
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes moveImgLeft {
    0%{
        opacity: 0;
        transform: translateX(40px);
    }
    50%{
        opacity: 0;
        transform: translateX(40px);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes moveImgRight {
    0%{
        opacity: 0;
        transform: translateX(-40px);
    }
    50%{
        opacity: 0;
        transform: translateX(-40px);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

/* 슬라이드 pagination */
#main .section01 .pagination-wrap{
    position: absolute;
    bottom:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
#main .section01 .pagination-wrap .swiper-pagination{
    cursor: pointer;
    position: relative;
    width: auto;
    bottom: 0;
    line-height: .3;
}
#main .section01 .pagination-wrap .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 50px;
    background: #333;
}
#main .section01 .pagination-wrap .swiper-pagination-bullet-active{
    width: 16px;
    background: #fff;
}
#main .section01 .pagination-wrap .controller{
    z-index: 10;
    line-height: .3;
    margin-left: 4px;
}
#main .section01 .pagination-wrap .controller button{
    cursor: pointer;
    width: 6px;
    height: 6px;
    padding: 0;
}
#main .section01 .pagination-wrap .controller button::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}
#main .section01 .pagination-wrap .controller .btn-play{
    display: block;
    background: url("/images/main/ico_play.svg") no-repeat center;
    background-size: cover;
}
#main .section01 .pagination-wrap .controller .btn-stop{
    display: none;
    background: url("/images/main/ico_stop.svg") no-repeat center;
    background-size: cover;
}
#main .section01 .pagination-wrap .controller.auto-play .btn-play{
    display: none;
}
#main .section01 .pagination-wrap .controller.auto-play .btn-stop{
    display: block;
}

/* section2*/
#main .section02{
    padding: 96px 0 100px;
}
#main .section02 .tit-wrap{
    font-size: 37px;
    line-height: 1.1895;
    padding-bottom: 48px;
}
#main .section02 .cont-wrap{
    margin: 0 30px;
}
#main .section02 .txt-wrap{
    padding: 90px 0 91px 140px;
}
#main .section02 .txt-wrap strong{
    word-break: keep-all;
    display: block;
    font-size: 39px;
    line-height: 1.2824;
    padding-bottom: 9px;
}
#main .section02 .txt-wrap em::after{
    content: '';
    display: inline-block;
    width: 41px;
    height: 41px;
    margin-top: 4px;
    vertical-align: top;
    background: url("/images/main/img_sec02_emoji01.png") no-repeat center;
    background-size: 100%;
}
#main .section02 .txt-wrap p{
    color: #666;
    font-size: 17px;
    line-height: 1.53;
}
#main .section02 .txt-wrap p::after{
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 2px 0 0 -3px;
    vertical-align: top;
    background: url("/images/main/img_sec02_emoji02.png") no-repeat center;
    background-size: 100%;
}
#main .section02 .txt-wrap .btn-wrap{
    font-size: 0;
    margin-top: 30px;
}
#main .section02 .txt-wrap .btn-wrap a{
    display: inline-block;
    width: 148px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background: #1E2023;
}
#main .section02 .txt-wrap .btn-wrap a span{
    position: relative;
    display: inline-block;
    transition: transform .3s;
}
#main .section02 .txt-wrap .btn-wrap a span::after{
    opacity: 0;
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform:  rotate(45deg);
    transition: .2s;
}
#main .section02 .txt-wrap .btn-wrap a:is(:hover, :active) span{
    display: inline-block;
    transform: translateX(-5px);
}
#main .section02 .txt-wrap .btn-wrap a:is(:hover, :active) span::after{
    opacity: 1;
    right: -13px;
}
#main .section02 .txt-wrap .btn-wrap a + a{
    margin-left: 8px;
}
#main .section02 .obj-wrap img{
    z-index: -1;
    position: absolute;
    width: 456px;
    bottom: 0;
    right: 96px;
    background: #EDEAE4;
}
#main .section02 .swiper-container{
    overflow: hidden;
    position: relative;
    border-radius: 26px;
    background: #EDEAE4;
    box-shadow: 0 0 39px 16px rgba(0, 0, 0, .05);
}
#main .section02 .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #EDEAE4;
}
/* section2 progressbar */
#main .section02 .swiper-pagination-progressbar{
    z-index: 1;
    top: auto;
    bottom: 0;
    height: 6px;
    background: #E9E4DD;
}
#main .section02 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #BAAFA0;
}

/* section3 */
#main .section03{
    padding: 96px 0 93px;
    background: #F9F8F6;
}
#main .section03 .tit-wrap{
    padding-bottom: 37px;
}
#main .section03 .tit-wrap strong{
    word-break: keep-all;
    display: block;
    font-size: 40px;
    line-height: 1.35;
}
#main .section03 .cont-wrap ul{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 15px;
}
#main .section03 .cont-wrap li{
    overflow: hidden;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 40px 2px rgba(0, 0, 0, .05);
    background-repeat: no-repeat;
    background-size: cover;
}
#main .section03 .cont-wrap .obj-wrap img{
    position: absolute;
}
#main .section03 .txt-wrap{
    position:relative;
    line-height: 1;
    letter-spacing:-.8px;
    z-index:1;
}
#main .section03 .txt-wrap strong{
    word-break: keep-all;
    position: relative;
    display: inline-block;
    font-size: 34px;
    line-height: 1.265;
    margin-bottom: 7px;
}
#main .section03 .txt-wrap p{
    word-break: keep-all;
    color: #666;
    font-size: 17px;
    margin-bottom: 24px;
    line-height: 1.589;
}
#main .section03 .txt-wrap .btn-link{
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 114px;
    height: 38px;
    margin-left: -38px;
}
#main .section03 .txt-wrap .btn-link span{
    position: absolute;
    left: 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    transition: .3s;
}
#main .section03 .txt-wrap .btn-link span + span{
    opacity: 0;
    left: 20px;
}
#main .section03 .txt-wrap .btn-link span::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/main/ico_arrow_link.svg") no-repeat center;
    background-size: 18px auto;
}
#main .section03 .txt-wrap .btn-link.new-tab span::after{
    transform: rotate(-45deg);
}
/* hover */
#main .section03 .cont-wrap li a:hover .txt-wrap .btn-link span:first-child{
    opacity: 0;
    transform: translateX(38px);
}
#main .section03 .cont-wrap li a:hover .txt-wrap .btn-link span + span{
    opacity: 1;
    left: 38px;
}
#main .section03 .cont-wrap li.align-center .txt-wrap .btn-link{
    margin-left: 0;
}

/* wide box */
#main .section03 .cont-wrap li.wide{
    color: #fff;
    width: 100%;
}
#main .section03 .cont-wrap li.wide a{
    padding: 67px 0 62px 92px;
}
/*#main .section03 .cont-wrap li.wide strong::after{*/
/*    background: url("/images/main/img_sec03_rocket.png") no-repeat center;*/
/*    background-size: 100%;*/
/*}*/
#main .section03 .cont-wrap li.wide p{
    color: #fff;
}
#main .section03 .cont-wrap li.box-payapp{
    background-image: url("/images/main/img_sec03_easypayment_bg.png");
    background-repeat: no-repeat;
}
#main .section03 .cont-wrap li.box-payapp strong em{
    color: #F4E5A8;
}
#main .section03 .cont-wrap li.box-payapp .obj-wrap img{
    top: -30px;
    right: 72px;
    width: 516px;
    height: auto;
}
#main .section03 .cont-wrap li.box-picksell{
    background-image: url("/images/main/img_sec03_picksell_bg.png");
    background-repeat: no-repeat;
}
#main .section03 .cont-wrap li.box-picksell strong em{
    background: linear-gradient(90deg, #ecc3f0 0%, #e68fef 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#main .section03 .cont-wrap li.box-picksell .obj-wrap img{
    top: 0;
    right: 35px;
    width: 550px;
    height: auto;
}


/* default box */
#main .section03 .cont-wrap li:nth-child(n+3){
    width: calc(50% - 30px);
    height: 590px;
}
#main .section03 .cont-wrap li a{
    position: relative;
    display: block;
    height: 100%;
}
/* box-align */
#main .section03 .cont-wrap li.align-left a{
    padding: 72px 0 288px 80px;
}
#main .section03 .cont-wrap li.align-center a{
    position: relative;
    text-align: center;
    padding: 351px 0 34px;
}
/*#main .section03 .cont-wrap li.align-center strong::after{*/
/*    position: absolute;*/
/*    bottom: 2px;*/
/*    margin: 0 0 0 5px;*/
/*}*/
#main .section03 .cont-wrap li.align-center .txt-wrap p{
    margin-bottom: 20px;
}
/*#main .section03 .cont-wrap li.box-picksell{*/
/*    background-image: url("/images/main/img_sec03_picksell_bg_250630.png");*/
/*}*/
/*#main .section03 .cont-wrap li.box-picksell strong{*/
/*    color:#3d3d3d;*/
/*}*/
/*#main .section03 .cont-wrap li.box-picksell strong em{*/
/*    color: #2f75da;*/
/*}*/
/*#main .section03 .cont-wrap li.box-picksell .obj-wrap img{*/
/*    top: 41px;*/
/*    right: 50%;*/
/*    width: 429px;*/
/*    transform: translateX(50%);*/
/*}*/
#main .section03 .cont-wrap li.box-makelink{
    background-image: url("/images/main/img_sec03_makelink_bg.png");
}
/*#main .section03 .cont-wrap li.box-makelink strong::after{*/
/*    background: url("/images/main/img_sec03_chain.png") no-repeat center;*/
/*    background-size: 100%;*/
/*}*/
#main .section03 .cont-wrap li.box-makelink :is(strong, p){
    color: #fff;
}
#main .section03 .cont-wrap li.box-makelink strong em{
    color: #FECFCD;
}
#main .section03 .cont-wrap li.box-makelink .obj-wrap img{
    top: 30px;
    right: 50%;
    width: 457px;
    transform: translateX(50%);
}
#main .section03 .cont-wrap li.box-control{
    background-image: url("/images/main/img_sec03_manager_bg.png");
}
/*#main .section03 .cont-wrap li.box-control strong::after{*/
/*    background: url("/images/main/img_sec03_wink.png") no-repeat center;*/
/*    background-size: 100%;*/
/*}*/
#main .section03 .cont-wrap li.box-control strong em{
    color: #60372E;
}
#main .section03 .cont-wrap li.box-control .obj-wrap img{
    bottom: 61px;
    right: 53px;
    width: 430px;
}
#main .section03 .cont-wrap li.box-dahaedream{
    background-image: url("/images/main/img_sec03_dahaedream_bg.png");
}
/*#main .section03 .cont-wrap li.box-dahaedream_20250416 strong::after{*/
/*    background: url("/images/main/img_sec03_sunglass.png") no-repeat center;*/
/*    background-size: 100%;*/
/*}*/
#main .section03 .cont-wrap li.box-dahaedream strong em{
    color: #663515;
}
#main .section03 .cont-wrap li.box-dahaedream .obj-wrap img{
    bottom: 34px;
    right: 52px;
    width: 332px;
}
#main .section03 .cont-wrap li.box-smartorder{
    background-image: url("/images/main/img_sec03_smartorder_bg.png");
}
/*#main .section03 .cont-wrap li.box-smartorder strong::after{*/
/*    background: url("/images/main/img_sec03_fist.png") no-repeat center;*/
/*    background-size: 100%;*/
/*}*/
#main .section03 .cont-wrap li.box-smartorder strong em{
    color: #841515;
}
#main .section03 .cont-wrap li.box-smartorder .obj-wrap img{
    bottom: 83px;
    right: 115px;
    width: 320px;
}
#main .section03 .cont-wrap li.box-instaform{
    background-image: url("/images/main/img_sec03_instaform_bg.png");
}
#main .section03 .cont-wrap li.box-instaform :is(strong, p){
    color: #fff;
}
#main .section03 .cont-wrap li.box-instaform strong em{
    color: #F17741;
}
/*#main .section03 .cont-wrap li.box-instaform strong::after{*/
/*    background: url("/images/main/img_sec03_twinkle.png") no-repeat center;*/
/*    background-size: 100%;*/
/*}*/
#main .section03 .cont-wrap li.box-instaform .obj-wrap img{
    bottom: 0;
    right: 0;
    width: 524px;
}
/*#main .section03 .cont-wrap li.box-design{*/
/*    background-image: url("/images/main/img_sec03_shopdesign_bg.png");*/
/*}*/
/*#main .section03 .cont-wrap li.box-design strong::after{*/
/*    background: url("/images/main/img_sec03_dizzy.png") no-repeat center;*/
/*    background-size: 100%;*/
/*}*/
/*#main .section03 .cont-wrap li.box-design .obj-wrap img{*/
/*    top: 52px;*/
/*    left: 50%;*/
/*    width: 280px;*/
/*    box-shadow: 0 0 15px rgba(0, 0, 0, .10);*/
/*    transform: translateX(-50%);*/
/*}*/
/*#main .section03 .cont-wrap li.box-design em{*/
/*    color: #CEF2FF;*/
/*}*/

/* section4 */
#main .section04{
    padding: 80px 0 108px;
    background: #FBF7EE;
}
#main .section04 .tit-wrap{
    padding-bottom: 27px;
}
#main .section04 .tit-wrap em{
    color: #FD4D50;
}
#main .section04 .box-wrap{
    overflow: hidden;
    width: 100%;
    height: 332px;
    background: url("/images/main/img_sec04_bg.png") no-repeat center;
    background-size: 100% 100%;
}
#main .section04 .txt-wrap{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin: 0 60px;
}
#main .section04 .txt-wrap::after{
    content: '';
    position: absolute;
    top: 136px;
    left: 489px;
    width: 38px;
    height: 32px;
    background: url("/images/main/img_sec04_obj02.svg") no-repeat center;
    background-size: 100%;
}
#main .section04 .position{
    position: relative;
    width: 50%;
}
#main .section04 .position .box{
    position: absolute;
}
#main .section04 .position .box li{
    word-break: keep-all;
    position: relative;
    font-weight:300;
}
#main .section04 .position .box li::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* section 4 box-left */
#main .section04 .position .left{
    top: 75px;
    left: 130px;
    color: #B6AB96;
    font-size: 16px;
    line-height: 1.188;
}
#main .section04 .position .left strong{
    display: inline-block;
    color: #B4A993;
    font-size: 26px;
    line-height: 1.1926;
    padding-left: 21px;
    margin-bottom: 16px;
}
#main .section04 .position .left li{
    padding-left: 10px;
}
#main .section04 .position .left li + li{
    margin-top: 5px;
}
#main .section04 .position .left li::before{
    width: 2px;
    height: 2px;
    background: #B6AB96;
}

/* section 4 box-right */
#main .section04 .position .right{
    top: 19px;
    left: 58px;
    color: #fff;
    font-size: 18px;
    line-height: 1.167;
}
#main .section04 .position .right strong{
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 348px;
    height: 99px;
    background: url("/images/main/img_sec04_obj01.png") no-repeat center;
    background-size: cover;
}
#main .section04 .position .right strong::after{
    content: '평생 무료 블로그페이';
    position: absolute;
    top: 26px;
    left: 58px;
    font-size: 28px;
    line-height: 1.179;
    transform: rotate(-1.35deg);
}
#main .section04 .position .right ul{
    z-index: 1;
    position: relative;
    margin: -10px 0 0 21px;
}
#main .section04 .position .right li{
    padding-left: 11px;
}
#main .section04 .position .right li + li{
    margin-top: 9px;
}
#main .section04 .position .right li::before{
    width: 3px;
    height: 3px;
    background: #fff;
}
#main .section04 .position .right li em{
    position: relative;
    color: #FEFBB8;
    font-weight: 700;
    padding: 4px;
}
#main .section04 .position .right li em::before{
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E43F43;
}
#main .section04 .box-wrap .right li small{
    display: inline-block;
    color: #FFB5B5;
    font-size: 13px;
    line-height: 1.231;
    letter-spacing: -.65px;
    margin-left: 2px;
}

/* section4 banner */
#main .section04 .bnr-wrap{
    overflow: hidden;
    position: relative;
    line-height: 1;
    margin: -12px 60px 0;
    background: #292C3F url("/images/main/img_sec04_obj03.png") no-repeat right bottom;
    background-size: 88px auto;
}
#main .section04 .bnr-wrap .txt-box{
    font-size: 0;
    text-align: center;
    padding: 19px 0;
}
#main .section04 .bnr-wrap .txt-box p{
    word-break: keep-all;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight:200;
    line-height: 1.2;
    letter-spacing: .15px;
    padding-right: 80px;
    margin-left: -84px;
}
#main .section04 .bnr-wrap .txt-box p > span + span{
    padding-left: 2px;
}
#main .section04 .bnr-wrap .txt-box p > span em{
    position: relative;
    padding-left: 39px;
}
#main .section04 .bnr-wrap .txt-box p > span em::after{
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 39px;
    height: 27px;
    background: url("/images/main/img_sec04_obj04.svg") no-repeat center;
    background-size: 100% auto;
}
#main .section04 .bnr-wrap .txt-box a{
    position: relative;
    display: inline-block;
    padding:1px;
    background:linear-gradient(135deg, rgba(250,100,61,.6) 0%,rgba(253,77,80,.6) 100%);
}
#main .section04 .bnr-wrap .txt-box a > span{
    position:relative;
    display:block;
    padding: 8px 16px;
    background:#292C3F;
}
#main .section04 .bnr-wrap .txt-box a > span::after{
    content: '';
    display:inline-block;
    width: 6px;
    height: 6px;
    margin-left:25px;
    border-top: 1px solid #fd4d50;
    border-right: 1px solid #FA643D;
    transform:rotate(45deg);
}
#main .section04 .bnr-wrap .txt-box a > span em{
    display: inline-block;
    font-size:12px;
    font-weight:600;
    line-height:1.167;
    background:-webkit-linear-gradient(135deg, #FA643D, #fd4d50);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* section5 */
#main .section05{
    padding: 104px 0 80px;
}
#main .section05 .tit-wrap{
    padding-bottom: 64px;
}
#main .section05 .tit-wrap em{
    font-weight: 400;
}
#main .section05 .box-wrap{
    position: relative;
    font-size: 0;
    margin: 0 -10px;
}
#main .section05 .box-lst{
    display: inline-block;
    width: calc(25% - 20px);
    margin: 0 10px;
    vertical-align: top;
}
#main .section05 .box-item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    height: 300px;
    padding: 42px 36px 32px;
    border-radius: 24px;
    background: #E5F1FC;
}
#main .section05 .box-item:last-child{
    margin-top: 20px;
}
#main .section05 .box-item strong{
    position: relative;
    color: #1878CF;
    font-size: 43px;
    line-height: 1.1864;
    font-weight: 700;
}
#main .section05 .box-item > strong::after{
    content: '+';
    position: absolute;
    bottom: 3px;
    display: inline-block;
}
#main .section05 .box-item.box-img strong::after{
    display: none;
}
#main .section05 .box-item p{
    word-break: keep-all;
    color: #8392A0;
    font-size: 21px;
    padding-top: 82px;
    line-height: 1.4765;
}
#main .section05 .box-item p span{
    display:inline-block;
}
#main .section05 .box-item p strong{
    font-size: 21px;
    font-weight: 500;
}
#main .section05  .box-lst:nth-child(even){
    margin-top: 96px;
}
#main .section05 .box-lst .box-img strong{
    position: absolute;
    left: 22px;
    bottom: 15px;
    color: #fff;
    font-size: 17px;
}
#main .section05 .box-green{
    background: #EEFED7;
}
#main .section05 .box-green strong{
    color: #617443;
}
#main .section05 .box-green p{
    color: #858A7E;
}
#main .section05 .box-brown{
    background: #FBF4E7;
}
#main .section05 .box-brown strong{
    color: #7A4A19;
}
#main .section05 .box-brown p{
    color: #8D847A;
}
#main .section05 .box-pink{
    background: #FFEEEF;
}
#main .section05 .box-pink strong{
    color: #F0426E;
}
#main .section05 .box-pink p{
    color: #8D7A7F;
}
#main .section05 .box-lst01 .box-img{
    background: url("/images/main/img_sec05_bg01.png") no-repeat center;
    background-size: cover;
}
#main .section05 .box-lst02 .box-img{
    background: url("/images/main/img_sec05_bg02.png") no-repeat center;
    background-size: cover;
}
#main .section05 .box-lst03 .box-img{
    background: url("/images/main/img_sec05_bg03.png") no-repeat center;
    background-size: cover;
}
#main .section05 .box-lst04 .box-img{
    background: url("/images/main/img_sec05_bg04.png") no-repeat center;
    background-size: cover;
}

/* section6 */
#main .section06{
    padding: 80px 0 173px;
}
#main .section06 .tit-wrap{
    padding-bottom: 52px;
}
#main .section06 .tit-wrap strong::after{
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 3px 0 0 5px;
    vertical-align: top;
    background: url("/images/main/img_speaker.png") no-repeat center;
    background-size: 100%;
}
#main .section06 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
}
#main .section06 li{
    position: relative;
    width: calc(100% / 3);
    margin: 0 15px;
}
#main .section06 li:not(.obj-m) > a{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#main .section06 li .text-wrap{
    position: relative;
    display: block;
    width: 100%;
    min-height: 330px;
    padding: 50px 44px 52px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 32px 8px rgba(0, 0, 0, .04);
}
#main .section06 li em{
    display: inline-block;
    color: #AC8C6D;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}
#main .section06 li strong{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 23px;
    line-height: 1.3915;
    margin: 16px 0;
}
#main .section06 li .text-wrap > span{
    display: inline-block;
    color: #999;
    line-height: 1.231;
    margin-top: 44px;
}
#main .section06 li .text-wrap div{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 17px;
    line-height: 1.589;
}
#main .section06 li .text-wrap div *{
    color:#666 !important;
    font-family:'Pretendard', Malgun Gothic, "맑은 고딕", AppleGothic, '돋움', Dotum, sans-serif !important;
    font-size:inherit !important;
    font-weight:normal !important;
}
#main .section06 li div br{
    display:none;
}
#main .section06 li div > p{
    display: inline;
    white-space: normal;
}
#main .section06 .btn-area{
    text-align: center;
    padding-top: 49px;
}
#main .section06 .btn-area a{
    display: inline-block;
    color: #A19991;
    font-size: 15px;
    padding: 10px;
    line-height: 1.2;
}
#main .section06 .btn-area a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 -1px 5px;
    border-top: 1px solid #A19991;
    border-right: 1px solid #A19991;
    transform: translateY(-50%) rotate(45deg);
}
/* 모바일 더보기 */
#main .section06 li.obj-m a span{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    padding-top: 44px;
    font-size:13px;
    transform: translate(-50%, -50%);
}
#main .section06 li.obj-m a span::before,
#main .section06 li.obj-m a span::after{
    content: '';
    position: absolute;
}
#main .section06 li.obj-m a span::before{
    top: 0;
    left: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background:#bbb;
    transform: translateX(-50%);
}
#main .section06 li.obj-m a span::after{
    top: 21%;
    left: 47%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}
#main .section06 li.obj-m{
    width:80px;
    flex:0 0 auto;
}
#main .section06 li.obj-m a{
    display: block;
    height:100%;
    padding:0 2%;
    box-shadow:none;
    text-align: center;
    background: transparent;
}
@media only screen and (max-width: 1200px){
    #main .section01 .swiper-sec01 .slide-shop .img-box .img-lst{
        width: 100%;
        top: 40%;
        right: -59%;
        transform: rotate(-22deg) translateY(-50%);
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box .img-lst .bottom img:first-child{
        margin-left: 148px;
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box img{
        max-width: none;
        width: 40%;
    }
    #main .section02 .txt-wrap{
        padding-left: 10%;
    }
    #main .section02 .obj-wrap img{
        right: 3%;
    }
    #main .section03 .cont-wrap li.box-payapp .obj-wrap img{
        top: 50%;
        right: 5%;
        width: 50%;
        transform: translateY(-50%);
    }
    #main .section03 .cont-wrap li.box-picksell .obj-wrap img{
        top: 50%;
        right:1%;
        width: 50%;
        transform: translateY(-50%);
    }
    #main .section03 .cont-wrap li.box-makelink .obj-wrap img{
        width: 86%;
    }
    #main .section03 .cont-wrap li.box-control .obj-wrap img{
        right: 11%;
        width: 76%;
    }
    #main .section03 .cont-wrap li.box-dahaedream .obj-wrap img{
        right: 9%;
        width: 64%;
    }
    #main .section03 .cont-wrap li.box-smartorder{
        background-position: center right;
    }
    #main .section03 .cont-wrap li.box-smartorder .obj-wrap img{
        bottom: 14.08%;
        right: 18%;
        width: 60%;
    }
    #main .section03 .cont-wrap li.box-instaform .obj-wrap img{
        right: 3%;
        width: 92%;
    }
    /*#main .section03 .cont-wrap li.box-design .obj-wrap img{*/
    /*    width: 50%;*/
    /*}*/

    #main .section04 .box-wrap{
        height: 390px;
    }
    #main .section04 .position .left{
        top: calc(50% - 10px);
        left: 20%;
        transform: translateY(-50%);
    }
    #main .section04 .position .right{
        top: calc(50% - 27px);
        left: 55%;
        width: 80%;
        min-width: 315px;
        font-size:17px;
        transform: translate(-50%, -50%);
    }
    #main .section04 .txt-wrap::after{
        top: 40%;
        left: 45%;
    }
    #main .section05 .box-item strong{
        font-size: 36px;
    }
    #main .section05 .box-item :is(p, p strong){
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px){
    #main .tit-wrap{
        font-size: 38px;
    }
    #main .section01 .txt-wrap{
        padding: 11% 4.5% 12%;
    }
    #main .section01 .txt-wrap strong{
        font-size: 45px;
    }
    #main .section01 .txt-wrap p{
        font-size: 16px;
    }
    #main .section01 .btn-wrap a{
        font-size: 14px;
        padding: 14px 48px 13px 20px;
    }
    #main .section01 .btn-wrap a::after{
        width: 5px;
        height: 5px;
    }
    #main .section01 .swiper-sec01 .swiper-slide{
        height: auto;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .inner{
        position: unset;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap{
        top: 23.51%;
        left: 6.25%;
        width: 32.43%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .img-box{
        top: 2%;
        right: -4%;
        width: 50%;
        padding-bottom: 50%;
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box .img-lst{
        top: 43%;
        right: -52%;
        width: 90%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .txt-wrap{
        padding: 9% 4.5%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .img-box{
        top: 0;
        right: 2%;
        transform: unset;
    }
    #main .section01 .swiper-sec01 .slide-easypament .img-box{
        top: 2%;
        right: 0%;
        width: 51%;
        padding-bottom: 51%;
        transform: unset;
    }
    #main .section01 .swiper-sec01 .slide-dahaedream .img-box{
        top: 25%;
        right: 2.45%;
        width: 45%;
        height: auto;
    }
    #main .section01 .swiper-sec01 .slide-dahaedream .img-box .board{
        border-radius: 0 0 80px 0;
    }
    #main .section01 .swiper-sec01 .slide-dahaedream .img-box .rocket{
        top: 24%;
        left: 8%;
        width: 24%;
    }
    #main .section01 .swiper-sec01 .slide-dahaedream .img-box .bag{
        right: -6%;
        width: 19%;
    }
    #main .section02{
        padding: 80px 0 90px;
    }
    #main .section02 .cont-wrap{
        margin: 0 auto;
    }
    #main .section02 .txt-wrap strong{
        font-size: 32px;
    }
    #main .section02 .txt-wrap em::after{
        width: 36px;
        height: 36px;
        margin-top: 2px;
    }
    #main .section02 .txt-wrap p{
        font-size: 15px;
    }
    #main .section02 .txt-wrap p::after{
        width: 16px;
        height: 16px;
    }
    #main .section02 .txt-wrap .btn-wrap{
        margin-top: 26px;
    }
    #main .section02 .txt-wrap .btn-wrap a{
        width: 132px;
        font-size: 14px;
    }
    #main .section02 .obj-wrap img{
        width: 44%;
    }
    #main .section03{
        padding: 86px 0;
    }
    #main .section03 .tit-wrap strong{
        font-size: 38px;
    }
    #main .section03 .txt-wrap strong{
        font-size: 30px;
    }
    #main .section03 .txt-wrap strong::after{
        width: 28px;
        height: 28px;
        margin-bottom: -4px;
    }
    #main .section03 .cont-wrap li.align-center strong::after{
        margin-bottom: 3px;
    }
    #main .section03 .txt-wrap p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    #main .section03 .txt-wrap .btn-link{
        width: 102px;
        height: 34px;
        margin-left: -34px;
    }
    #main .section03 .txt-wrap .btn-link span{
        left: 34px;
        width: 34px;
        height: 34px;
    }
    #main .section03 .txt-wrap .btn-link span::after{
        background-size: 15px auto;
    }
    #main .section03 .cont-wrap li a:hover .txt-wrap .btn-link span:first-child{
        transform: translateX(34px);
    }
    #main .section03 .cont-wrap li a:hover .txt-wrap .btn-link span + span{
        left: 34px;
    }
    #main .section03 .cont-wrap ul{
        margin:0 .5%;
    }
    #main .section03 .cont-wrap li{
        margin:1%;
        border-radius: 18px;
    }
    #main .section03 .cont-wrap li.wide{
        width:98%;
    }
    #main .section03 .cont-wrap li.align-left a{
        padding: 13% 15.4% 56.2%;
    }
    #main .section03 .cont-wrap li.align-center a{
        padding: 67% 0 8%;
    }
    #main .section03 .cont-wrap li:nth-child(n+3){
        width: calc(50% - 2%);
        height: auto;
    }
    #main .section03 .cont-wrap li.wide a{
        padding:7% 0 6.5% 5.9%;
    }
    #main .section03 .cont-wrap li.box-payapp .obj-wrap img{
        right: 4%;
        width: 50%;
    }
    #main .section03 .cont-wrap li.box-control .txt-wrap{
        margin-bottom: 4.95%;
    }
    #main .section03 .cont-wrap li.box-smartorder .obj-wrap img{
        right: 21%;
    }
    #main .section03 .cont-wrap li.box-instaform .obj-wrap img{
        right: 2%;
    }
    /*#main .section03 .cont-wrap li.box-design .obj-wrap img{*/
    /*    top: 9%;*/
    /*    width: 52%;*/
    /*}*/
    #main .section04{
        padding-bottom: 96px;
    }
    #main .section04 .tit-wrap {
        padding-bottom:40px;
    }
    #main .section04 .box-wrap{
        background-size: 115% 100%;
    }
    #main .section04 .position .left{
        left: 17%;
    }
    #main .section04 .box-wrap .right li small{
        display: block;
        margin: 6px 0 0 0;
    }
    #main .section04 .txt-wrap{
        margin:0 4%;
    }
    #main .section04 .txt-wrap::after{
        top: 38%;
    }
    #main .section04 .bnr-wrap{
        margin: -12px auto 0;
    }
    #main .section04 .bnr-wrap .txt-box p{
        padding-right: 5%;
        margin-left: -2%;
    }
    #main .section05{
        padding: 80px 0 45px;
    }
    #main .section05 .tit-wrap{
        padding-bottom:40px;
    }
    #main .section05 .box-wrap{
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 70%;
        margin: 0 auto;
    }
    #main .section05 .box-lst{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: calc(100% - 40px);
    }
    #main .section05 .box-item{
        width: 50%;
        margin: 0 10px;
    }
    #main .section05 .box-lst:nth-child(odd) > .box-img{
        margin-top: 96px;
    }
    #main .section05 .box-lst:nth-child(even){
        margin-top: 0;
    }
    #main .section05 .box-lst:nth-child(even) > .box-img{
        margin-top: -76px;
    }
    #main .section05 .box-lst:nth-child(3){
        margin-top: -76px;
    }
    #main .section05 .box-item strong{
        font-size: 32px;
    }
    #main .section05 .box-item > strong::after{
        bottom: 2px;
    }
    #main .section05 .box-lst .box-img strong{
        left: 32px;
        bottom: 22px;
    }
    #main .section06{
        padding-bottom: 130px;
    }
    #main .section06 .inner{
        margin: 0 auto;
    }
    #main .section06 .tit-wrap{
        padding-bottom: 30px;
    }
    #main .section06 ul{
        overflow-x: auto;
        width: 100%;
        padding:28px 2.4%;
        margin: 0 auto;
    }
    #main .section06 li:not(.obj-m){
        flex: 0 0 auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        width:36%;
        margin:0 1%;
    }
    #main .section06 li .text-wrap{
        box-shadow: 0 0 20px 6px rgba(0, 0, 0, .04);
    }
    #main .section06 li .text-wrap div{
        font-size: 15px;
    }
}
@media only screen and (max-width: 991px){
    #main .tit-wrap{
        font-size: 36px;
    }
    #main .section01 .txt-wrap{
        padding: 7.3% 4.1% 24.85%;
    }
    #main .section01 .txt-wrap strong{
        font-size: 40px;
    }
    #main .section01 .txt-wrap p{
        font-size: 15px;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap{
        top: 12%;
        width: 30%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .img-box{
        top: auto;
        bottom: -7%;
        width: 58%;
        padding-bottom: 58%;
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box .img-lst{
        top: auto;
        bottom: -42%;
        right: -34%;
        width: 90%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .txt-wrap{
        padding: 7.3% 4.1% 20%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .img-box{
        top: auto;
        bottom: -11%;
        right: 4%;
        width: 57%;
        padding-bottom: 57%;
        transform: unset;
    }
    #main .section01 .swiper-sec01 .slide-easypament .img-box{
        top: auto;
        right: 2%;
        bottom: -9%;
        width: 56%;
        padding-bottom: 56%;
    }
    #main .section01 .swiper-sec01 .slide-applepay{
        background-position: center right 33%;
    }
    #main .section01 .swiper-sec01 .slide-applepay .img-box{
        top: auto;
        bottom: 3%;
        right: 5%;
        width: 44%;
        padding-bottom: 44%;
        transform: unset;
    }
    #main .section01 .swiper-sec01 .slide-dahaedream .img-box{
        top: auto;
        bottom: 9%;
        right: 5%;
        width: 54%;
    }
    #main .section02 .txt-wrap{
        padding: 8% 0 8% 9%;
    }
    #main .section02 .txt-wrap strong{
        font-size: 30px;
    }
    #main .section03 .tit-wrap strong{
        font-size: 38px;
    }
    #main .section03 .cont-wrap li.align-left a{
        padding:15% 4% 58.47% 13%;
    }
    #main .section03 .cont-wrap li.box-smartorder{
        background-position: center right 82%;
    }
    #main .section03 .cont-wrap li.box-smartorder .obj-wrap img{
        right: 19%;
    }
    #main .section03 .cont-wrap li.box-instaform{
        background-position: center right;
    }
    #main .section04 .position .left{
        left: 11%;
    }
    #main .section04 .position .left strong{
        font-size: 22px;
        margin-bottom: 12px;

    }
    #main .section04 .position .left li + li{
        margin-top: 7px;
    }
    #main .section04 .position .right strong{
        width: 280px;
        height: 80px;
        margin: 0 0 5.39% 2.31%;
    }
    #main .section04 .position .right strong::after{
        top: 20px;
        left: 43px;
        font-size: 24px;
    }
    #main .section04 .bnr-wrap .txt-box p > span em::after{
        width: 37px;
    }
}
@media only screen and (max-width: 768px){
    #main .tit-wrap{
        font-size: 28px;
    }
    #main .section01 .txt-wrap{
        padding: 9% 5.2% 42%;
    }
    #main .section01 .txt-wrap strong{
        font-size:40px;
    }
    #main .section01 .txt-wrap p{
        font-size: 17px;
        padding: 10px 0 20px;
    }
    #main .section01 .btn-wrap a{
        line-height: 1;
        padding: 15px 48px 15px 20px;
    }
    #main .section01 .btn-wrap a::after{
        border-width: 1px;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap{
        width: 37%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .img-box{
        bottom: -5%;
        right: -7%;
        width: 67%;
        padding-bottom: 67%;
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box img{
        margin: 8px;
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box .img-lst{
        bottom: -35%;
        right: -70%;
        width: 119%;
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box .img-lst .bottom img:first-child{
        margin-left: -60px;
    }
    #main .section01 .swiper-sec01 .slide-picksell .txt-wrap{
        padding: 9% 5.2% 37%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .txt-wrap img{
        width: 23vw;
        margin-bottom: 2%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .img-box{
        bottom: -9%;
        right: 1%;
        width: 65%;
        padding-bottom: 65%;
    }
    #main .section01 .swiper-sec01 .slide-easypament .img-box{
        right: -1%;
        width: 65%;
        padding-bottom: 65%;
    }
    #main .section01 .swiper-sec01 .slide-applepay{
        background-position: center right 26%;
    }
    #main .section01 .swiper-sec01 .slide-applepay .img-box{
        right: 2%;
        width: 52%;
        padding-bottom: 52%;
    }
    #main .section01 .swiper-sec01 .slide-applepay .img-box .pay{
        top: 6%;
        width: 26%;
    }
    #main .section01 .swiper-sec01 .slide-dahaedream .img-box{
        width: 60%;
    }
    #main .section01 .pagination-wrap{
        bottom:14px;
    }
    #main .section01 .pagination-wrap .swiper-pagination-bullet {
        width:5px;
        height:5px;
        margin:0 2px;
    }
    #main .section01 .pagination-wrap .swiper-pagination-bullet-active{
        width:13px;
    }
    #main .section02{
        padding: 60px 0 70px;
    }
    #main .section02 .tit-wrap{
        display: none;
    }
    #main .section02 .swiper-container{
        width:76%;
        margin: 0 auto;
        border-radius:12px;
    }
    #main .section02 .swiper-slide{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        -webkit-align-content: center;
        align-content: center;
        height: auto;
    }
    #main .section02 .txt-wrap{
        z-index: 2;
        position: relative;
        text-align: center;
        padding: 11% 0 0 0;
        margin-bottom:-12px;
    }
    #main .section02 .txt-wrap strong{
        font-size: 28px;
    }
    #main .section02 .txt-wrap em::after{
        width: 30px;
        height: 30px;
    }
    #main .section02 .txt-wrap p{
        font-size: 14px;
        line-height: 1.5;
    }
    #main .section02 .txt-wrap .btn-wrap {
        margin-top:20px;
    }
    #main .section02 .txt-wrap .btn-wrap a{
        width:120px;
        font-size: 12px;
        padding: 13px;
    }
    #main .section02 .txt-wrap .btn-wrap a + a{
        margin-left:4px;
    }
    #main .section02 .txt-wrap .btn-wrap a span::after{
        width: 5px;
        height: 5px;
    }
    #main .section02 .txt-wrap .btn-wrap a:hover span::after{
        right: -25%;
    }
    #main .section02 .obj-wrap img{
        position: relative;
        left:51.8%;
        right: 0;
        width:400px;
        transform: translateX(-50%);
    }
    #main .section02 .swiper-pagination-progressbar{
        height: 4px;
    }
    #main .section03{
        padding-top: 60px;
    }
    #main .section03 .tit-wrap strong{
        font-size: 28px;
    }
    #main .section03 .txt-wrap strong{
        font-size:24px;
    }
    #main .section03 .txt-wrap p{
        font-size: 14px;
        margin-bottom: 16px;
    }
    #main .section03 .cont-wrap li.align-center .txt-wrap p{
        margin-bottom:16px;
    }
    #main .section03 .txt-wrap .btn-link{
        width: 84px;
        height:30px;
        margin-left:-30px;
    }
    #main .section03 .txt-wrap .btn-link span{
        left:30px;
        width:30px;
        height:30px;
    }
    #main .section03 .txt-wrap .btn-link span::after{
        background-size: 12px auto;
    }
    #main .section03 .cont-wrap li a:hover .txt-wrap .btn-link span:first-child{
        transform: translateX(28px);
    }
    #main .section03 .cont-wrap li a:hover .txt-wrap .btn-link span + span{
        left: 28px;
    }
    #main .section03 .cont-wrap li{
        border-radius:12px;
    }
    #main .section03 .cont-wrap li.box-payapp{
        background-position: 36% center;
    }
    #main .section03 .cont-wrap li.box-payapp .obj-wrap img{
        top: auto;
        bottom: -11%;
        right: -3%;
        width: 52%;
        transform: none;
    }
    #main .section03 .cont-wrap li.align-center a{
        padding-top:76%;
    }
    #main .section03 .cont-wrap li.box-picksell .obj-wrap img{
        top:52%;
        right:-3%;
        width:56%;
    }
    #main .section03 .cont-wrap li.box-makelink .obj-wrap img{
        top:6.2%;
        width:96%;
    }
    #main .section03 .cont-wrap li.box-control .obj-wrap img{
        bottom:8%;
        right:7%;
        width:86%;
    }
    #main .section03 .cont-wrap li.box-dahaedream .obj-wrap img{
        right:8%;
        bottom:4%;
        width:70%;
    }
    #main .section03 .cont-wrap li.box-control a,
    #main .section03 .cont-wrap li.box-dahaedream a{
        padding:15% 4% 64.895% 12%;
    }
    #main .section03 .cont-wrap li.box-smartorder a,
    #main .section03 .cont-wrap li.box-instaform a{
        padding:15% 4% 69.002% 12%;
    }
    #main .section03 .cont-wrap li.box-smartorder{
        background-position:center;
    }
    #main .section03 .cont-wrap li.box-smartorder .obj-wrap img{
        right:14%;
        width:71%;
    }
    #main .section03 .cont-wrap li.box-instaform .obj-wrap img{
        right:-9%;
        width:106%;
        max-width:none;
    }
    /*#main .section03 .cont-wrap li.box-design .obj-wrap img{*/
    /*    width: 54%;*/
    /*}*/
    #main .section04{
        padding-top: 60px;
        padding-bottom:84px;
    }
    #main .section04 .box-wrap{
        height: 680px;
        background: url("/images/main/img_sec04_bg_m.png") no-repeat center top;
        background-size:80% 104%;
    }
    #main .section04 .txt-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 auto;
    }
    #main .section04 .txt-wrap::after{
        top:49%;
        left:47%;
        transform: translateY(-50%);
    }
    #main .section04 .position{
        width: 100%;
        height:48%;
    }
    #main .section04 .position:first-child{
        height:45%;
        order: 2;
    }
    #main .section04 .position:last-child{
        order: 1;
    }
    #main .section04 .position .right{
        top:11%;
        left:51%;
        width: auto;
        transform: translateX(-50%);
    }
    #main .section04 .position .right strong{
        margin:0 0 5.2% 1.6%;
    }
    #main .section04 .position .right li em{
        padding: 3px 4px;
    }
    #main .section04 .position .left{
        top:26%;
        left:49%;
        min-width: 220px;
        transform: translateX(-50%);
    }
    #main .section04 .position .left li + li{
        margin-top:8px;
    }
    #main .section04 .position .left strong{
        padding-left:28px;
        margin-bottom:16px;
    }
    #main .section04 .bnr-wrap{
        width: 70%;
        text-align: left;
        margin:-17px auto 0;
        background: #292C3F url("/images/main/img_sec04_obj03_m.png") no-repeat right 4% bottom -15px;
        background-size: 19% auto;
    }
    #main .section04 .bnr-wrap .txt-box{
        padding:4% 8% 4.4%;
        text-align: left;
    }
    #main .section04 .bnr-wrap .txt-box p{
        width: 100%;
        padding-right: 0;
        margin-left: 0;
        font-size:14px;
    }
    #main .section04 .bnr-wrap .txt-box p > span em{
        padding-left: 36px;
    }
    #main .section04 .bnr-wrap .txt-box p > span em::after{
        width: 33px;
    }
    #main .section04 .bnr-wrap .txt-box span + span{
        display: block;
        padding-left: 0;
        margin-top: 6px;
    }
    #main .section04 .bnr-wrap .txt-box a{
        margin-top: 12px;
    }
    #main .section04 .bnr-wrap .txt-box a > span{
        padding:9px 16px 7px;
    }
    #main .section04 .bnr-wrap .txt-box a > span::after{
        margin-left:12px;
    }
    #main .section04 .bnr-wrap .txt-box a > span em{
        font-size:11px;
    }
    #main .section05{
        padding:60px 0 32px;
    }
    #main .section05 .box-wrap{
        width: 80%;
    }
    #main .section05 .box-item{
        height: 280px;
        padding: 7.746% 6.64% 5.9%;
        border-radius: 16px;
    }
    #main .section05 .box-item strong{
        font-size:30px;
    }
    #main .section05 .box-item p{
        padding-top: 32%;
    }
    #main .section06{
        padding: 60px 0 100px;
    }
    #main .section06 .tit-wrap{
        padding-bottom:16px;
    }
    #main .section06 .tit-wrap strong::after{
        width: 32px;
        height: 32px;
    }
    #main .section06 ul{
        padding:24px 1% 24px 4%;
    }
    #main .section06 li:not(.obj-m){
        width:280px;
        margin:0 1%;
    }
    #main .section06 li + li{
        margin:0;
    }
    #main .section06 li .text-wrap{
        min-height: auto;
        padding:15% 10% 13.2% 12%;
        border-radius: 10px;
    }
    #main .section06 li .text-wrap div{
        font-size: 14px;
    }
    #main .section06 li em{
        font-size: 13px;
    }
    #main .section06 li strong{
        font-size: 19px;
        margin: 12px 0;
    }
    #main .section06 li .text-wrap > span{
        font-size: 12px;
        margin-top: 30px;
    }

}
@media only screen and (max-width: 640px){
    #main .section03 .cont-wrap li{
        margin:2%;
    }
    #main .section03 .cont-wrap li.wide,
    #main .section03 .cont-wrap li:nth-child(n+3){
        width:76.77%;
        margin-right:auto;
        margin-left:auto;
    }
    #main .section03 .cont-wrap li.box-payapp{
        background-size:260% 100%;
        background-position:left 56% center;
    }
    #main .section03 .cont-wrap li.box-picksell{
        background-image: url("/images/main/img_sec03_picksell_m_bg.png");
        background-size: 110% auto;
        background-position: bottom 30% left 40%;
    }
    #main .section03 .cont-wrap li.box-picksell .txt-wrap span{
        display: block;
    }
    #main .section03 .cont-wrap li.wide a{
        padding:16% 0 63.123% 10%;
    }
    #main .section03 .cont-wrap li.wide.box-picksell a{
        padding-bottom:61.8%;
    }
    #main .section03 .cont-wrap li.box-payapp .obj-wrap img{
        right:4%;
        bottom:0;
        width:84%;
    }
    #main .section03 .cont-wrap li.box-picksell .obj-wrap img{
        top: auto;
        bottom: 5%;
        right: 0;
        width: 90%;
        transform: none;
    }
    #main .section03 .cont-wrap li.box-smartorder .obj-wrap img{
        bottom: 15.5%;
    }
    #main .section05 .box-wrap{
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    #main .section01 .txt-wrap{
        padding: 7.5% 2.26% 57.8% 2.26%;
    }
    #main .section01 .txt-wrap strong{
        font-size: 30px;
        line-height: 1.367;
    }
    #main .section01 .txt-wrap p{
        font-size: 15px;
        padding: 8px 0 20px;
    }
    #main .section01 .btn-wrap a{
        font-size: 12px;
        padding:14px 40px 13px 18px;
        border-radius: 3px;
    }
    #main .section01 .btn-wrap a::after{
        right:18px;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap{
        top: 9%;
        width: 80%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap > div{
        overflow: hidden;
        position: relative;
        width: 50%;
        padding-bottom: 30%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap > div img{
        position: absolute;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap p{
        display: block;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .img-box{
        right: -8%;
        width: 80%;
        padding-bottom: 80%;
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box .img-lst{
        right: -31%;
        bottom: -10%;
        width: 130%;
        transform: none;
    }
    #main .section01 .swiper-sec01 .slide-picksell .txt-wrap{
        padding: 7.5% 2.26% 52.8% 2.26%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .img-box{
        right: 0%;
        width: 80%;
        padding-bottom: 80%;
    }
    #main .section01 .swiper-sec01 .slide-easypament .img-box{
        right: -4%;
        width: 87%;
        padding-bottom: 87%;
    }
    #main .section01 .swiper-sec01 .slide-applepay .img-box{
        bottom: -7%;
        right: 0;
        width: 70%;
        padding-bottom: 70%;
    }
    #main .section01 .swiper-sec01 .slide-dahaedream .img-box{
        width: 77%;
    }
    #main .section02 .swiper-container{
        width:80%;
        border-radius:12px;
    }
    #main .section02 .txt-wrap{
        padding-top: 14%;
    }
    #main .section02 .txt-wrap strong{
        font-size:24px;
    }
    #main .section03 .cont-wrap li:is(.wide, :nth-child(n+2)){
        width:100%;
        margin-right:0;
        margin-left:0;
    }
    #main .section03 .tit-wrap strong{
        width: 40%;
        margin: 0 auto;
        font-size:26px;
    }
    #main .section03 .cont-wrap ul{
        margin:0 10%;
    }
    /*#main .section03 .cont-wrap li.align-left.box-control a{*/
    /*    padding:15% 4% 43.7% 13%;*/
    /*}*/
    #main .section03 .cont-wrap li.align-center a{
        padding:62% 4% 6%;
    }
    #main .section03 .cont-wrap li.box-payapp .obj-wrap img{
        right: 0;
        bottom: 0;
        width:84%;
    }
    #main .section03 .cont-wrap li.box-picksell .obj-wrap img{
        right:-5%;
        width:99%;
    }
    #main .section03 .cont-wrap li.box-makelink .obj-wrap img{
        width:76%;
    }
    #main .section03 .cont-wrap li.box-control .obj-wrap img{
        right:8%;
        width:84%;
    }
    #main .section03 .cont-wrap li.box-dahaedream .obj-wrap img{
        right: 8%;
        bottom: 7%;
        width:64%;
    }
    #main .section03 .cont-wrap li.box-instaform .obj-wrap{
        margin-top: -9%;
    }
    #main .section03 .cont-wrap li.box-instaform .obj-wrap img{
        right: 0;
        width:98%;
    }
    /*#main .section03 .cont-wrap li.box-design .obj-wrap img{*/
    /*    top: 8%;*/
    /*    left: 50%;*/
    /*    width: 41%;*/
    /*    transform: translateX(-50%);*/
    /*}*/
    #main .section04 .box-wrap{
        height:668px;
        background-size:440px 100%;
    }
    #main .section04 .txt-wrap::after{
        top:46.7%;
        left:47%;
        width:32px;
        height:27px;
    }
    #main .section04 .position .right{
        top:12%;
        left:48%;
        font-size:15px;
        min-width: 0;
    }
    #main .section04 .position .right strong{
        margin:0 0 5.2% 2.8%;
        width: 260px;
        height: 74px;
    }
    #main .section04 .position .right strong::after{
        left: 37px;
        font-size: 22px;
    }
    #main .section04 .position .right li{
        padding-left: 8px;
    }
    #main .section04 .position .right li::before{
        top:8px;
        width: 2px;
        height: 2px;
    }
    #main .section04 .box-wrap .right li small{
        font-size:12px;
    }
    #main .section04 .position .left{
        top:23%;
        left:49%;
        font-size: 14px;
    }
    #main .section04 .position .left strong{
        padding-left:24px;
    }
    #main .section04 .position .left li{
        padding-left:8px;
    }
    #main .section04 .position .left li::before{
        top:7px;
    }
    #main .section04 .bnr-wrap{
        width:384px;
        margin-top: -36px;
        background-size: 21% auto;
        background-position: right 4% bottom -11px;
    }
    #main .section04 .bnr-wrap .txt-box{
        padding:6% 8% 6.4%;
    }
    #main .section04 .bnr-wrap .txt-box p{
        font-size:13px;
    }
    #main .section05 .box-lst{
        position:relative;
        width:288px;
        margin:0 0 100px;
    }
    #main .section05 .box-item{
        width: 100%;
        margin: 0 auto;
        border-radius: 12px;
    }
    #main .section05 .box-item{
        height: auto;
        padding:16% 20% 16% 20%;
    }
    #main .section05 .box-item:not(.box-img){
        top:32%;
        right:-6%;
        width:84%;
        padding:52px 32px 40px 46px;
    }
    #main .section05 .box-item p{
        padding-top:28px;
    }
    #main .section05 .box-item strong{
        font-size:29px;
    }
    #main .section05 .box-item.box-img{
        position:absolute;
        top:0;
        right:0;
        left:-8%;
        width:84%;
        height:92%;
        margin-top:0 !important;
        z-index:-1;
    }
    #main .section05 .box-lst01 .box-img{
        background-size:108%;
        background-position:left bottom -48%;
        background-repeat:repeat;
    }
    #main .section05 .box-lst02 .box-img{
        background-size:104%;
        background-position:center bottom;
    }
    #main .section05 .box-lst03 .box-img{
        background-size:128%;
        background-position:center bottom 4%;
        background-repeat:repeat;
    }
    #main .section05 .box-lst04 .box-img{
        background-size:126%;
        background-position:center bottom;
    }
    #main .section05 .box-lst:is(:nth-child(even), :nth-child(3), :last-child){
        margin-top: 10px;
    }
    #main .section05 .box-lst .box-img strong{
        top:15px;
        bottom:auto;
        left:16px;
        font-size:13px;
    }
    #main .section06 li:not(.obj-m){
        margin:0 2.2%;
    }
}
@media only screen and (max-width: 425px) {
    #main .tit-wrap{
        font-size: 27px;
    }
    #main .section01 .txt-wrap{
        padding: 10.6% 3.2% 80.2% 3.2%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap{
        top: 6.5%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap > div{
        width: 65%;
        padding-bottom: 39%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .img-box{
        bottom: -4%;
        right: -9%;
        width: 91%;
        padding-bottom: 91%;
    }
    #main .section01 .swiper-sec01 .slide-shop .img-box .img-lst{
        right: -71%;
        bottom: -8%;
        width: 170%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .txt-wrap{
        padding: 7.5% 3.2% 77.2% 3.2%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .txt-wrap img{
        width: 31vw;
    }
    #main .section01 .swiper-sec01 .slide-picksell .img-box{
        bottom: -6%;
        right: -2%;
        width: 100%;
        padding-bottom: 100%;
    }
    #main .section01 .swiper-sec01 .slide-easypament .img-box{
        bottom: -5%;
        right: -7%;
        width: 98%;
        padding-bottom: 98%;
    }
    #main .section01 .swiper-sec01 .slide-applepay{
        background-position: center right 22%;
    }
    #main .section01 .swiper-sec01 .slide-applepay .img-box{
        bottom: -4%;
        right: -2%;
        width: 84%;
        padding-bottom: 84%;
    }
    #main .section01 .swiper-sec01 .slide-dahaedream .img-box{
        right:3%;
        width:94%;
    }
    #main .section02 .swiper-container{
        width:92%;
        min-width:280px;
    }
    #main .section02 .txt-wrap{
        padding: 17.69% 20px 0;
    }
    #main .section02 .txt-wrap p::after{
        width: 14px;
        height: 14px;
    }
    #main .section02 .obj-wrap img{
        width: 100%;
    }
    #main .section03 .cont-wrap ul {
        margin:0 4%;
    }
    #main .section03 .tit-wrap strong{
        width: 60%;
    }
    #main .section03 .cont-wrap li.box-payapp{
        background-image: url("/images/main/img_sec03_easypayment_m_bg.png");
        background-size: 100% 100%;
        background-position: center;
    }
    #main .section03 .cont-wrap li.box-payapp .obj-wrap img{
        right:-2%;
        width:93%;
    }
    #main .section03 .cont-wrap li.box-picksell{
        background-position: bottom 20% left 50%;
    }
    #main .section03 .cont-wrap li.wide a{
        padding:15% 4% 62.52% 13%;
    }
    #main .section03 .cont-wrap li.align-center a{
        padding: 70% 0 6.8%;
    }
    #main .section03 .cont-wrap li.align-left a{
        padding:15% 4% 57.695% 13%;
    }
    #main .section03 .cont-wrap li.box-makelink .obj-wrap img{
        top:4%;
        width:92%;
    }
    #main .section03 .cont-wrap li.box-control .obj-wrap img{
        right:8.8%;
        width:84%;
    }
    #main .section03 .cont-wrap li.box-dahaedream a,
    #main .section03 .cont-wrap li.box-smartorder a,
    #main .section03 .cont-wrap li.box-instaform a{
        padding-bottom:61.8%;
    }
    #main .section03 .cont-wrap li.box-dahaedream .obj-wrap img{
        width: 65%;
    }
    #main .section03 .cont-wrap li.box-smartorder .obj-wrap img{
        bottom:14%;
        right:16.3%;
        width:68%;
    }
    #main .section03 .cont-wrap li.box-instaform{
        background-size: cover;
        background-position: center right 55%;
    }
    #main .section03 .cont-wrap li.box-instaform .obj-wrap{
        margin-top: 0;
    }
    /*#main .section03 .cont-wrap li.box-design .obj-wrap img{*/
    /*    width: 53%;*/
    /*}*/
    #main .section04 .box-wrap{
        background-size:105% 100%;
    }
    #main .section04 .bnr-wrap{
        width: calc(100% - 36px);
    }
    /*#main .section05 .box-lst{*/
    /*    width:70%;*/
    /*    max-width:300px;*/
    /*}*/
    /*#main .section05 .box-item{*/
    /*    padding:22% 20% 16% 19%;*/
    /*}*/
    /*#main .section05 .box-item p {*/
    /*    padding-top:28%;*/
    /*}*/
    #main .section06 .tit-wrap strong::after{
        width: 26px;
        height: 26px;
    }
    #main .section06 li .text-wrap{
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, .04);
    }
    #main .section06 li strong{
        margin: 10px 0;
    }
    #main .section06 li.obj-m a span{
        font-size: 13px;
        padding-top: 40px;
    }
    #main .section06 li.obj-m a span::before{
        width:30px;
        height:30px;
    }
    #main .section06 li.obj-m a span::after{
        width: 6px;
        height: 6px;
    }
}
@media only screen and (max-width: 375px) {
    #main .section01 .txt-wrap{
        padding-bottom: 83%;
    }
    #main .section01 .swiper-sec01 .slide-picksell .txt-wrap{
        padding-bottom: 80%;
    }
    #main .section01 .swiper-sec01 .slide-pgfree .txt-wrap{
        width: 90%;
    }
    #main .section02 .swiper-container {
        width:100%;
    }
    #main .section02 .txt-wrap{
        margin-bottom:-8px;
    }
    #main .section02 .txt-wrap .btn-wrap a {
        width: 112px;
    }
    #main .section03 .tit-wrap strong{
        width: 76%;
    }
    #main .section03 .cont-wrap ul{
        margin:0;
    }
    #main .section03 .cont-wrap li.box-smartorder{
        background-position: bottom right 56%;
    }
    /*#main .section03 .cont-wrap li.box-design .obj-wrap img{*/
    /*    width: 60%;*/
    /*}*/
    #main .section04 .tit-wrap span{
        display: block;
    }
    #main .section04 .box-wrap{
        background-size: 115% 100%;
    }
    #main .section04 .bnr-wrap{
        width: 100%;
    }
    #main .section04 .bnr-wrap .txt-box{
        padding: 6.87% 7.17% 6%;
    }
}
@media only screen and (max-width: 320px) {
    #main .section04 .position .right{
        left: 49%;
    }
    #main .section05 .tit-wrap em span{
        display: block;
    }
    #main .section05 .tit-wrap em span .enter-m{
        display: none;
    }
}