.vs-wrap{
    position: relative;
    width: 100%;
    height: 400px;
    padding-top: 100px;
    overflow: hidden;
}


.vs-wrap .inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vs-wrap .tbox{
    text-align: center;
    color: #fff;
}

.vs-wrap h1{
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.vs-wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
}

.vs-wrap ul li{
    position: relative;
    color: #fff;
}

.vs-wrap ul li.home{
    width: 16px;
    height: 18px;
    background: url("../images/common/home.png");
}

.vs-wrap ul li::after {
    position: absolute;
    top: 50%;
    transform: translateY(-53%);
    right: -20px;
    display: block;
    content: "·";
    color: rgba(255 255 255 / 50%);
    font-size: 40px;
}

.vs-wrap ul li:last-child::after{
    display: none;
}

.vs-wrap::after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    animation-name: zoom-in;
    animation-duration: 2s;
    z-index: -1;
}

.vs-wrap.vs-1::after{
    background-image: url("../images/sub/vs-1.png");
}

.vs-wrap.vs-2::after{
    background-image: url("../images/sub/vs-2.png");
}
.vs-wrap.vs-3::after{
    background-image: url("../images/sub/vs-3.png");
}
.vs-wrap.vs-4::after{
    background-image: url("../images/sub/vs-4.png");
}
.vs-wrap.vs-5::after{
    background-image: url("../images/sub/vs-5.png");
}
.vs-wrap.vs-6::after{
    background-image: url("../images/sub/vs-6.png");
}


@keyframes zoom-in {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}


.tab-mn-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}

.tab-mn-wrap li{
    padding: 20px 0 10px 0;
}

.tab-mn-wrap li a{
    font-size: 18px;
    font-weight: 500;
}

.tab-mn-wrap li.on{
    border-bottom: 2px solid var(--main-color);
}
.tab-mn-wrap li.on a{
    color: var(--main-color);
}

#member{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #e9efff;
}

#member .bd-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 80px;
    border-radius: 20px;
    width: 550px;
}

#member .bd-box .t-tbox{
    width: 70%;
    text-align: center;
    margin: 0 auto 30px auto;
}

#member .bd-box .t-tbox h2{
    line-height: 1.3;
    word-break: keep-all;
    color: var(--main-color);
}

#member.login .login-form .f-box,
#member.join .join-form .f-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

#member.login .login-form .f-box:not(:last-child),
#member.join .join-form .f-box:not(:last-child){
    margin-bottom: 20px;
}

#member.login .login-form .f-box b,
#member.join .join-form .f-box b{
    font-weight: 600;
    width: 130px;
    font-size: 18px;
}

#member.login .login-form .f-box input,
#member.join .join-form .f-box input{
    width: calc(100% - 130px);
    margin-left: auto;
    border: none;
}

#member.login .login-form .cbox.n-2{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#member.login .login-form .cbox.n-2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}

#member.login .btn-st.login{
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    margin-bottom: 20px;
}

#member.login .btn-st.join{
    text-align: center;
    text-decoration: underline;
}

#member.join .btn-wrap{
    width: 100%;
}

#member.join .btn-wrap a{
    width: calc((100% - 10px)/2);
}

#member.join .btn-wrap a > span{
    font-weight: 600;
}

#member.join .tbox{
    background-color: #f6f9fd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
}

#member.join .tbox b{
    font-weight: 800;
    margin-bottom: 10px;
}

#member.join .tbox p {
    word-break: keep-all;
    width: 80%;
    margin: 0 auto;
}

#member .bd-box{
    box-shadow: 1px 1px 50px rgba(0 0 0 / 10%);
}

#member.join.step-2 .tbox b{
    margin-bottom: 0;
}

#member.join .join-form .f-box.type-2 input{
    width: 180px;
}

#member.join .join-form .f-box.type-2 .btn-st{
    margin-left: 10px;
}

#member.join .join-form .cbox.n-2{
    border-top: 1px solid #111;
    margin-top: 30px;
}

#member.join .join-form .cbox.n-2 .chk-wrap{
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

#member.join .join-form .cbox.n-2 .chk-wrap.type-2{
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
}

#member.join .join-form .cbox.n-1 .btn-st,
#member.join .join-form .cbox.n-2 .btn-st{
    height: 40px;
    line-height: 40px;
    margin-left: auto;
}

#member.join .join-form .chk-wrap label{
    width: auto;
}

#member.join .join-form .chk-wrap label p{
    font-weight: 600;
}

#member.join .join-form input[type="checkbox"] + label .chk {
    background-image: url("../images/common/checkbox-2.svg");
}


#member.join input[type="checkbox"]:checked + label .chk {
    background-image:url("../images/common/checkbox-2.svg");
}


.pd-top{
    padding-top: 50px;
}

.pd-bottom{
    padding-bottom: 100px;
}

.color-bg {
    background-color: #f9f9f9;
}

.favor-mng-wrap{
    height: auto;
}

.favor-mng-wrap .info-wrap{
    display: flex;
    flex-wrap: wrap;
}

.favor-mng-wrap .img-sd{
    display: flex;
    flex-wrap: wrap;
    width: 600px;
}

.favor-mng-wrap .favor-wrap .thumbnail,
.favor-mng-wrap .favor-wrap .gallery,
.favor-mng-wrap .favor-wrap .tbox{
    height: 500px;
}

.favor-mng-wrap .thumbnail{
    width: 100px;
}

.favor-mng-wrap .thumbnail .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}

.favor-mng-wrap .gallery{
    width: calc(100% - 120px);
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.favor-mng-wrap .thumbnail .swiper-slide{
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.favor-mng-wrap .gallery .swiper-slide img{
    width: 100%;
}

.favor-mng-wrap .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.favor-mng-wrap .gallery .ctr-box {
    height: 50px;
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 135px;
}

.favor-mng-wrap .info-wrap .tbox{
    width: calc(100% - 620px);
    margin-left: auto;
}

.favor-mng-wrap .info-wrap .tbox > .top{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.favor-mng-wrap .info-wrap .tbox .top,
.favor-mng-wrap .info-wrap .tbox .top .txt-2{
    display: flex;
    flex-wrap: wrap;
}

.favor-mng-wrap .info-wrap .tbox .top .txt-1 b{
    font-size: 18px;
    font-weight: 600;
}

.favor-mng-wrap .info-wrap .tbox .top .txt-2{
    margin-left: auto;
    align-items: end;
}

.favor-mng-wrap .info-wrap .trd-analysis{
    margin-bottom: 10px;
}

.favor-mng-wrap .info-wrap .review {
    position: relative;
}

.favor-mng-wrap .info-wrap .review .top{
    margin-bottom: 10px;
}

.favor-mng-wrap .info-wrap .review .top b{
    display: inline-block;
    font-weight: 600;
}

.favor-mng-wrap .info-wrap .review .list::after{
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 10%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
}

.favor-mng-wrap .info-wrap .review.no-data .list::after{
    display: none;
}

.favor-mng-wrap .info-wrap .review .list .item{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 20px;
}

.favor-mng-wrap .info-wrap .review .list .item:not(:last-child){
    margin-bottom: 10px;
}

.favor-mng-wrap .info-wrap .review .list .item b{
    font-weight: 600;
}

.favor-mng-wrap .info-wrap .review .list .item b,
.favor-mng-wrap .info-wrap .review .list .item p{
    font-size: 14px;
}

.favor-mng-wrap .info-wrap .review .more{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: underline;
}

.favor-wrap .cbox.n-1{
    width: 100%;
    margin-bottom: 20px;
}

.favor-wrap .cbox .tabs{
    margin-left: auto;
    width: 220px;
}

.favor-wrap .cbox.n-2 .top{
    display: flex;
    flex-wrap: wrap;
}


.favor-wrap .bd-box b{
    font-weight: 600;
}

.favor-wrap .right-wrap .bd-box:not(:last-child){
    margin-bottom: 20px;
}

.trd-analysis .list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-top: 10px;
}

.trd-analysis .list .item{
    width: calc((100% - 30px )/ 4);
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.trd-analysis .list .item b.tit{
    display: block;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.btn-st.download{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background-color: #fff;
    margin: 40px auto 0 auto;
    padding: 0 30px;
}

.btn-st.download span{
    color: #111;
    font-weight: 500;
    background: url("../images/common/down.png") left center / auto no-repeat;
    padding-left: 30px;
}


.prd-list-wrap .tabs li a{
    background-color: transparent;
    font-size: 20px;
    font-weight: 800;
    color: #cccccc;
    padding: 0;
    margin-right: 10px;
}

.prd-list-wrap .tabs li a.active{
    color: #111;
}

.prd-list-wrap .list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.prd-list-wrap .list .item{
    position: relative;
    width: calc((100% - 100px) / 6);
}

.prd-list-wrap .list .item .badge{
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 34px;
    background: url("../images/common/badge.png") no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.prd-list-wrap .list .item .img{
    width: 100%;
    height: 180px;
    background-color: var(--main-color);
}

.prd-list-wrap .list .item .tbox{
    margin-top: 10px;
    height: auto;
}

.prd-list-wrap .list .item .tbox p{
    font-size: 14px;
}

.prd-list-wrap .list .item .tbox b{
    font-weight: 800;
    margin-top: 10px;
}

.favor-mng-wrap .img-result{
    margin-bottom: 20px;
}

.favor-mng-wrap .img-result .tit{
    font-weight: 600;
    background: url("../images/sub/img-icon.png") left center / 20px no-repeat ;
    padding-left: 25px;
    margin-bottom: 20px;
}

.favor-mng-wrap .img-result .list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.favor-mng-wrap .img-result .img{
    width: 200px;
    height: 200px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.favor-mng-wrap .img-result .img{
    background-image: url("../images/sub/img.png");
}

.favor-mng-wrap.result .top-tit,
.eqp-view .top-tit,
.cpn-match-wrap .top-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.favor-mng-wrap.result .top-tit h2.title{
    margin-bottom: 0;
}

.top-tit .share{
    margin-left: auto;
    background: url("../images/sub/share.png") right center / 33px  no-repeat;
    padding-right: 40px;
    font-weight: 600;
}

.prd-list-wrap .tit{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
}

.tabs.option{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.tabs.option li{
    position: relative;
}

.tabs.option li::after{
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
}

.tabs.option li:last-child:after{
    display: none;
}

.tabs.option li a{
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
    background-color: transparent;
}

.tabs.option li a.active{
    color: var(--main-color);
    font-weight: 600;
    background: url("../images/sub/chk.png") left center / auto no-repeat;
    padding-left: 20px;
    margin: 0 10px;
}

.favor-mng-wrap.file-upload .bd-box{
    padding: 80px;
}


.favor-mng-wrap.file-upload .bd-box .tbox{
    width: 280px;
    margin: 0 auto;
    text-align: center;
}

.favor-mng-wrap.file-upload .bd-box .tbox b{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.favor-mng-wrap.file-upload .btn-wrap{
    width: 550px;
    margin: 50px auto 0 auto;
}

.favor-mng-wrap.file-upload .btn-wrap .btn {
    width: calc((100% - 10px) / 2);
    height: 280px;
    border: 1px dotted #eaeaea;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.favor-mng-wrap.file-upload .btn-wrap .btn:hover{
    border: 2px solid var(--main-color);
}

.favor-mng-wrap.file-upload .btn-wrap .btn p{
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 60px;
    line-height: 1.4;
}

.favor-mng-wrap.file-upload .btn-wrap .btn p span{
    font-weight: 800;
}

.favor-mng-wrap.file-upload .btn-wrap .btn.n-1 p{
    background-image: url("../images/sub/img-icon.png");
}

.favor-mng-wrap.file-upload .btn-wrap .btn.n-2 p{
    background-image: url("../images/sub/upload.png");
}

.favor-mng-wrap.file-upload .btn-wrap .btn.design p{
    background-image: url("../images/sub/shose-icon.png");
}

.favor-mng-wrap.file-upload .btn-wrap .btn.date p{
    background-image: url("../images/sub/cal-icon.png");
}

.mdr-info-wrap{

}

.top-mn-wrap{
    border-bottom: 1px solid #eaeaea;
}

.top-mn-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0 30px;
    margin-bottom: 20px;
}

.top-mn-wrap li a{
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.top-mn-wrap li a::after{
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #eaeaea;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.top-mn-wrap li:last-child a::after{
    display: none;
}

.top-mn-wrap a.rp-1{
    background-image: url("../images/sub/rp-1.png");
}

.top-mn-wrap a.rp-2{
    background-image: url("../images/sub/rp-2.png");
}

.top-mn-wrap a.heart{
    background-image: url("../images/sub/ht-off.png");
}

.top-mn-wrap a.share{
    background-image: url("../images/sub/share-2.png");
}

.search-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-wrap .sch-box{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: auto;
}

.search-wrap .sch-box select{
    width: 30%;
}

.search-wrap .sch-box .form{
    width: calc(100% - 33%);
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 3%;
}

.search-wrap .sch-box .form input{
    border: none;
    width: calc(100% - 45px);
}

.search-wrap .sch-box input:focus{
    outline: none;
}

.search-wrap .sch-box button.sch{
    height: 45px;
    width: 45px;
    background: url("../images/sub/sch.png") center / auto no-repeat;
    border-radius: 0 10px 10px 0;
}

.search-wrap button.plus{
    width: 50px;
    height: 50px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background-color: #fff;
    margin-left: 10px;
}

.search-wrap button.set{
    width: 50px;
    height: 50px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    background-color: #fff;
    margin-left: auto;
    background-image: url("../images/sub/set.png") ;
    background-position: center;
    background-repeat: no-repeat;
}

.part-list-wrap{
    margin-bottom: 20px;
}

.part-list-wrap .list{
    display: flex;
    flex-wrap:wrap;
    gap:10px;
}

.part-list-wrap .list li{
    position: relative;
    width: calc((100% - 30px) / 4);
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #fff;
}

.part-list-wrap.color .list li{
    width: calc((100% - 100px) / 11);
    background-color: #e9eada;
    height: 90px;
    line-height: 90px;
}

.part-list-wrap .list li .img{
    height: 230px;
    overflow: hidden;
}

.part-list-wrap .list li .img img{
    width: 100%;
}

.part-list-wrap .list li .tbox{
    padding: 10px;
    text-align: left;
}

.part-list-wrap .list li.plus{
    cursor: pointer;
    background-color: #fff;
}

.part-list-wrap .list li.plus::after{
    display: none;
}

.part-list-wrap .item:not(:last-child){
    margin-bottom: 30px;
}

.part-list-wrap .item b.tit{
    font-weight: 800;
    margin-bottom: 20px;
}

.color-option-wrap .bd-box{
    margin-top: 20px;
}

.color-option-wrap .bd-box b{
    font-weight: 800;
    margin-bottom: 10px;
}

.color-option-wrap .bd-box .info:not(:last-child){
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.color-option-wrap .bd-box .list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.color-option-wrap .bd-box .list li::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    transform: translateY(4px);
    margin-left: 5px;
}

.mdr-info-wrap .btn-wrap,
.foot-info-wrap .btn-wrap,
.shoes-data-wrap .btn-wrap{
    width: 350px;
    margin-top: 50px;
}

.mdr-info-wrap .btn-wrap .btn-st,
.foot-info-wrap .btn-wrap .btn-st,
.shoes-data-wrap .btn-wrap .btn-st{
    width: calc((100% - 10px) / 2);
}

.option-list .swiper-slide{
    width: auto;
    cursor: pointer;
}

.foot-info-wrap .option-wrap.shoes{
    margin-bottom: 20px;
}

.option-wrap.shoes .option-list .swiper-slide.on .img{
    border: 1px solid var(--main-color);
}

.option-wrap.shoes .option-list .swiper-slide.on p{
    color: var(--main-color);
    font-weight: 600;
}

.option-wrap.shoes .option-list .swiper-slide p{
    text-align: center;
    margin-top: 5px;
}

.foot-info-wrap .option-wrap.shoes .img{
    border: 1px solid #eaeaea;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.foot-info-wrap .option-wrap.shoes .plus p{
    border: 1px solid #eaeaea;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
}

.foot-info-wrap .option-wrap.shoes .plus p{
    margin-top: 0;
}

.foot-info-wrap .option-wrap.shoes .plus::after{
    display: none;
}

.option-wrap .item .swiper-slide.plus::after{
    display: none;
}

.option-wrap .item .swiper-slide.plus{
    padding: 3px 15px;
}

.foot-info-wrap .option-wrap.shoes .swiper-slide:nth-child(1) .img{
    background-image: url("../images/sub/shoes-1.png");
}

.foot-info-wrap .option-wrap.shoes .swiper-slide:nth-child(2) .img{
    background-image: url("../images/sub/shoes-2.png");
}

.foot-info-wrap .option-wrap.shoes .swiper-slide:nth-child(3) .img{
    background-image: url("../images/sub/shoes-3.png");
}

.foot-info-wrap .option-wrap.shoes .swiper-slide:nth-child(4) .img{
    background-image: url("../images/sub/shoes-4.png");
}

.foot-info-wrap .option-wrap.shoes .swiper-slide:nth-child(5) .img{
    background-image: url("../images/sub/shoes-5.png");
}

.foot-info-wrap .option-wrap.shoes .swiper-slide:nth-child(6) .img{
    background-image: url("../images/sub/shoes-6.png");
}

.foot-info-wrap .option-wrap.shoes .swiper-slide:nth-child(7) .img{
    background-image: url("../images/sub/shoes-7.png");
}


.option-wrap .top{
    background-color: #fff;
}

.option-wrap .top .tabs.option {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    width: 1140px;
    margin: 0 auto;
}

.option-wrap .top .tabs.option li a.active {
    background: none;
    margin: 0;
    border-bottom: 2px solid var(--main-color);
}

.option-wrap .top .tabs.option li a{
    border-radius: 0;
    padding: 10px 20px;
}

.option-wrap .item{
    padding: 20px 0;
}

.option-wrap .item:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}

.option-wrap.type-2 .item{
    border: none;
}

.option-wrap .item b{
    font-weight: 800;
    margin-bottom: 10px;
}

.option-wrap .item .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    background-color: #fff;
    padding: 3px 20px;
}

.option-wrap .item .swiper-slide.on{
    background-color: var(--main-color);
    border: var(--main-color);
}

.option-wrap .item .swiper-slide.on p{
    color: #fff;
}

.option-wrap .item .swiper-slide.on span{
    color: rgba(255 255 255 / 60%);
}

.option-wrap .item .swiper-slide p{
    font-weight: 600;
}

.option-wrap .item .swiper-slide span{
    color: #999999;
    margin-left: 5px;
}

.option-wrap .swiper-wrapper{
    flex-wrap: wrap;
    gap: 10px;
}

.option-wrap .bd-box{
    overflow: hidden;
}

.foot-info-wrap .favor-mng-wrap.result{
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    margin-top: 20px;
}

.modify .swiper-slide,
.modify li{
    position: relative;
}

.modify .swiper-slide::after,
.modify li::after {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    display: block;
    content: "";
    background-image: url(../images/common/close.png);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    right: -6px;
    top: -6px;
}


.shoes-data-wrap .top .tabs.option {
    border: none;
}

.shoes-data-wrap .option-box.n-2{
    background-color: #fff;
    border-top: 1px solid #eaeaea;
}
.shoes-data-wrap .option-box.n-2 .tabs.option{
    border: none;
}


.favor-mng-wrap .swiper-button-next,
.favor-mng-wrap .swiper-button-prev{
    border: 1px solid #eaeaea;
}




.favor-mng-wrap .company-info-box .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.favor-mng-wrap .company-info-box .top h3:first-child{
    color: #999;
}

.favor-mng-wrap .company-info-box .map{
    width: 100%;
    height: 500px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 20px;
}

.favor-mng-wrap .company-info-box .info-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.favor-mng-wrap .company-info-box .info-box li{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    width: calc((100% - 60px) / 4);
    padding: 10px 20px;
}

.favor-mng-wrap .company-info-box .info-box li b{
    font-weight: 800;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.favor-mng-wrap .company-info-box .map-box{
    margin-top: 20px;
}

.favor-mng-wrap .company-info-box .map-box div{
    display: flex;
}

.favor-mng-wrap .company-info-box .map-box .top b{
    font-weight: 800;
    margin-right: 20px;
}

.thumbnail  .swiper-slide-thumb-active{
    border: 3px solid var(--main-color) !important;

}

.option-top-wrap{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

.option-top-wrap .tabs.option{
    border: 0;
}

.sel-box-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 600px;
}

.sel-box-wrap .item{
    width: calc((100% - 20px)/3);
}



.eqp-view .top-tit{
    margin-bottom: 10px;
}

.eqp-view .top .tag{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.eqp-view .top .tag li{
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
}

.eqp-view .bottom .cbox-wrap.top{
    display: flex;
    flex-wrap: wrap;
}

.eqp-view  .info-wrap{
    width: 62%;
    background-color: #fff;
}

.eqp-view  .info-wrap .swiper-slide{
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/main/point-img.png");
}

.eqp-view  .info-wrap .tabgroup > div{
    padding: 20px;
}

.eqp-view  .info-wrap .review-list .item{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px;
}

.eqp-view  .info-wrap .review-list .item:not(:last-child){
    margin-bottom: 10px;
}

.eqp-view  .info-wrap .review-list .item ul.info{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.eqp-view .bottom .review-list .item ul.info li{
    font-size: 14px;
    color: #999;
}

.eqp-view .bottom .rev-wrap{
    width: 35%;
    margin-left: auto;
    background-color: #fff;
    border-top: 2px solid #111;
}

.eqp-view .bottom .rev-wrap{
    padding: 20px;
}

.eqp-view .bottom .rev-wrap .top{
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.eqp-view .bottom .rev-wrap .top p{
    width: 80%;
    margin: 0 auto;
}

.eqp-sel-box{
    margin-top: 20px;
}


.eqp-view b.tit{
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.eqp-view .eqp-sel-box .chk-wrap:not(:last-child){
    margin-bottom: 5px;
}

.eqp-view .eqp-sel-box .chk-wrap label{
    padding: 15px 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.eqp-view .eqp-sel-box .chk-wrap .price{
    margin-left: auto;
    color: var(--main-color);
}

.eqp-view .eqp-sel-box .chk-wrap .price span{
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}

.eqp-view .eqp-sel-box input[type="checkbox"]:checked + label {
    border: 1px solid var(--main-color);
}

.line-list li{
    position: relative;
    padding-left: 20px;
}
.line-list li::before{
    display: block;
    content: "-";
    color: #999;
    position: absolute;
    top: 2px;
    left: 0;
}

.faq-question {
    position: relative;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.faq-question:not(:last-child){
    margin-bottom: 10px;
}

.panel-title {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    padding: 15px;
}

.panel-title span {
    float: left;
    display: block ;
    background: var(--main-color);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 800;
}

.panel-title p {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-left: 18px;
}
.panel-content {
    padding: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    opacity: 0;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
}

.panel:checked~.panel-content {
    height: auto;
    opacity: 1;
    padding: 20px;
    border-top: 1px solid #f4f4f4;
}

.arr {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url("../images/common/arr-down.png") center / 12px no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.panel:checked~.arr {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel {
    display: none;
}

.panel-content > span {
    float: left;
    display: block;
    background: #4c2d86;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 800;
}

.panel-content > p,
.panel-content >  div {
    float: left;
    margin-left: 18px;
    font-weight: 400;
    width: calc(100% - 60px);
}

.panel-content > div p,
.panel-content > div ul {
    width: 85%;
    word-break: inherit;
}

.calendar-wrap{
    margin-top: 20px;
}

.calendar .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #111;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;

}

.calendar .top > button{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.calendar .top > button.pre{
    background-image: url("../images/common/arr-pre.png");
}

.calendar .top > button.nxt{
    background-image: url("../images/common/arr-nxt.png");
}

.calendar .top > b{
    margin: 0 auto;
}

.calendar .week,
.calendar .day{
    display: flex;
    flex-wrap: wrap;
}

.calendar .week li,
.calendar .day li{
    width: calc(100% / 7);
    padding: 10px;
    text-align: center;
}

.calendar .week,
.calendar .day{
    border-bottom: 1px solid #eaeaea;
}

.calendar .week li,
.calendar .day li{
    border-right: 1px solid #eaeaea;
}

.calendar .week li:nth-child(7),
.calendar .day li:nth-child(7){
    border-right: none;
}

.calendar li.sun{
    color: #ca2424;
}

.calendar li.sat{
    color: var(--main-color);
}

.calendar .bottom{
    margin-top: 10px;
    display:flex;
    flex-wrap:wrap;
    gap: 0 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 5px 10px;
}

.calendar .bottom p::before{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
}

.calendar .bottom p{
    position: relative;
    padding-left: 20px;
}

.calendar .bottom p.off::before{
    background-color: #ddd;
}

.calendar .bottom p.today::before{
    background-color: var(--main-color);
}

.calendar .bottom p.sel::before{
    background-color: #4c2d86;
}

.calendar .calendar-box li.off{
    background-color: #f6f6f6;
}

.calendar .calendar-box li.today{
    background-color: var(--main-color);
    color: #fff;
}

.calendar .calendar-box li.sel{
    background-color: #4c2d86;
    color: #fff;
}

.rev-wrap .btn-wrap{
    margin-top: 40px;
}

.rev-wrap .btn-wrap .btn-st{
    width: calc((100% - 10px) / 2);
    background-color: var(--main-color);
}


.btn-st.call span{
    padding-left: 30px;
    background-size: auto;
    background-image: url("../images/sub/call.png");
}

.rev-wrap .btn-wrap .btn-st.rev span{
    padding-left: 30px;
    background-size: 19px;
    background-image: url("../images/sub/chk-2.png");
}

.cbox-wrap.bottom{
    margin-top: 20px;
}

.cbox-wrap.bottom .top{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
}

.cbox-wrap.bottom .top .btn-wrap{
    margin: 0 0 0 auto;
}

.btn-st.map span{
    background-image: url("../images/sub/map.png");
    padding-left: 20px;
}

.cbox-wrap.bottom .map-wrap{
    height: 450px;
    background-color: #4c2d86;
}

.faq > div {
    min-height: calc(100vh - 206px);
}


.faq .option-wrap .top{
    margin-bottom: 20px;
}

.faq-content{
    margin-top: 40px;
}

.othder-info-wrap .sec-1{
    background-color: var(--main-color);
    padding-top: 120px;
}

.othder-info-wrap .sec-1 .inner{
    position: relative;
    padding-bottom: 450px;
}

.othder-info-wrap .sec-1 .top p,
.othder-info-wrap .sec-1 .top h2{
    color: #fff;
}

.othder-info-wrap .sec-1 .top h2{
    line-height: 1.6;
    margin-top: 10px;
}

.othder-info-wrap .sec-1 .bottom {
    background-color: #527cb8;
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 200%;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}

.othder-info-wrap .sec-1 .bottom .img-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.othder-info-wrap .sec-1 .bottom .img-box .plus{
    color: #fff;
    font-weight: 800;
    margin: 0 20px;
    font-size: 20px;
}

.othder-info-wrap .sec-1 .bottom p.txt{
    padding: 180px 60px 0 60px;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
}

.othder-info-wrap .sec-1 .bottom p.txt.n-1{
    background-image: url("../images/sub/other-info-img-1.png");
}

.othder-info-wrap .sec-1 .bottom p.txt.n-2{
    background-image: url("../images/sub/other-info-img-2.png");
}

.othder-info-wrap .sec-1 .bottom .tbox{
    margin-left: 50px;
    color: #fff;
    width: 450px;
    word-break: keep-all;
}

.othder-info-wrap .sec-2{
    background-image: url("../images/sub/other-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 100px 0;
}

.othder-info-wrap .sec-2 .tbox {
    margin-top: 20px;
    width: 400px;
    word-break: keep-all;
}

.othder-info-wrap .sec-2 .tbox h2{
    line-height: 1.4;
    margin: 20px 0;
}

.othder-info-wrap .sec-3{
    background-color: var(--main-color);
}

.othder-info-wrap .sec-3 .inner{
    padding: 100px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

.othder-info-wrap .sec-3 h3{
    width: 450px;
    word-break: keep-all;
}

.othder-info-wrap .sec-3 a{
    margin-left: auto;
    border: 1px solid #eaeaea;
    padding: 15px 80px 15px 30px;
    background: url("../images/sub/arr-nxt-w.png") 90% center / auto no-repeat;
    border-radius: 10px;
}

.othder-info-wrap .sec-3 a > span{
    color: #fff;
}

.detail-option-wrap{
    background-color: #fff;
    border-top: 1px solid #eaeaea;
}

.detail-option-wrap .top > .inner,
.detail-option-wrap .top ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.detail-option-wrap .top li.color{
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
}

.detail-option-wrap .bottom{
    border-top: 1px solid #eaeaea;
}

.detail-option-wrap .top .doption-btn{
    display: flex;
    margin-left: auto;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 5px 10px;
}

.detail-option-wrap .top .doption-btn span::after{
    display: inline-block;
    content: "열기";
    margin-left: 5px;
}

.detail-option-wrap .top .doption-btn.open span::after{
    content: "닫기";
}

.detail-option-wrap .bottom{
    display: none;
}

.detail-option-wrap .option-wrap .item > .inner{
    display: flex;
    flex-wrap: wrap;
}

.detail-option-wrap .option-wrap .item b{
    width: 150px;
    margin-bottom: 0;
}

.detail-option-wrap .bottom .option-wrap .item .option-list{
    width: calc(100% - 150px);
}

.detail-option-wrap .option-wrap .item .swiper-slide{
    border-radius: 5px;
    height: auto;
}

.detail-option-wrap .option-wrap .item .swiper-slide p{
    font-weight: 400;
}

.detail-option-wrap .option-wrap .item .swiper-slide.on{
    border: 1px solid var(--main-color);
    font-weight: 600;
    background-color: #fff;
}

.detail-option-wrap .option-wrap .item .swiper-slide.on p{
    color: var(--main-color);
    font-weight: 600;
}

.detail-option-wrap .option-list.color .swiper-slide{
    height: 40px;
}

.more-btn{
    width: 120px;
    margin: 50px auto 0 auto;
    display: block;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 0;
    text-align: center;

}

.prd-list-wrap .list-wrap:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

.favor-mng-wrap .grp-wrap {
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin: 40px auto 0 auto;
}

.favor-mng-wrap .favor-wrap .cbox-wrap.n-2 .cbox:not(:last-child){
    margin-bottom: 20px;
}


.more-cmt-wrap .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.more-cmt-wrap .top .txt-1 .img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    margin-right: 20px;
    overflow: hidden;
}
.more-cmt-wrap .top .txt-1 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-cmt-wrap .top .txt-1,
.more-cmt-wrap .top .txt-2{
    display: flex;
    flex-wrap: wrap;
}


.more-cmt-wrap .top .txt-1 .tbox{
    line-height: 1.5em;
}

.more-cmt-wrap .top .txt-1 b{
    font-weight: 600;
    font-size: 20px;
}

.more-cmt-wrap .top .txt-2{
    margin-left: auto;
}

.more-cmt-wrap .trd-analysis .list{
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    padding: 20px 200px;
    border-radius: 10px;
}

.more-cmt-wrap .trd-analysis .list .item{
    width: calc((100% - 40px )/ 5);
    background-color: #fff;
}

.more-cmt-wrap .review {
    margin-top: 20px;
}

.more-cmt-wrap .review .top{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.more-cmt-wrap .review .tbox{
    display: flex;
    flex-wrap: wrap;
    width: 200px;
}

.more-cmt-wrap .review .tbox b{
    font-weight: 600;
}

.more-cmt-wrap .review .tabs.option {
    margin-left: auto;
    border: 0;
    padding: 0;
    margin-bottom: 0;
}

.more-cmt-wrap .review .list .item{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 20px;
}

.more-cmt-wrap .review .list .item:not(:last-child){
    margin-bottom: 20px;
}

.more-cmt-wrap .review .star-wrap,
.more-cmt-wrap .review .bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.more-cmt-wrap .review .star-wrap b{
    margin-left: 10px;
    font-weight: 600;
}

.more-cmt-wrap .review .tit{
    font-weight: 600;
}

.more-cmt-wrap .review .bottom{
    margin-top: 20px;
}

.pop-wrap{
    display: none;
    position: relative;
    z-index: 99;
}

.pop-wrap.open{
    display: block;
}

.pop-wrap .pop-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    z-index: 9;
}

.pop-bg{
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    background-color: rgba(0 0 0 / 10%);
    position: fixed;
}

.pop-wrap .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.pop-wrap .top .tit{
    width: calc(100% - 40px);
    text-align: center;
}

.pop-wrap .top .close{
    width: 30px;
    height: 30px;
    background: url("../images/common/close.png") center / contain no-repeat;
    margin-left: auto;
}

.pop-wrap .btn-wrap{
    width: 80%;
    margin-top: 20px;
}

.pop-wrap .btn-wrap > button{
    width: calc((100% - 10px)/2);
}

.foot-type-wrap .ft-search-wrap .cbox .top-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.foot-type-wrap .ft-search-wrap .cbox .top-tit h4{
    font-weight: 600;
}

.foot-type-wrap .ft-search-wrap .cbox.n-2 .top-tit p {
    margin-left: 20px;
    margin-top: 5px;
}
.foot-type-wrap .ft-search-wrap .cbox .top-tit p{
    color: #666;
}

.foot-type-wrap .ft-search-wrap .cbox:not(:last-child){
    margin-bottom: 40px;
}


.scan-region-wrap{
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    background-color: #fff;
}

.scan-region-wrap .search-wrap,
.scan-region-wrap .search-wrap .sch-box{
    width: 100%;
}

.scan-region-wrap .search-wrap{
    border-radius: 10px 10px 0 0;
}

.scan-region-wrap .search-wrap input:focus{
    outline: none;
}

.scan-region-wrap .search-wrap .sch-box{
    border:0;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #d1d1d1;
}

.scan-region-wrap .search-wrap .sch-box input{
    width: calc(100% - 50px);
    padding: 20px;
    border: 0;
}


.scan-region-wrap .list{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.scan-region-wrap .list .chk-wrap{
    width: calc((100% - 60px) / 4);
}

.scan-region-wrap input[type="checkbox"] + label .chk{
    background-image: url(../images/common/checkbox-3.svg);
}

.scan-region-wrap input[type="checkbox"]:checked + label .chk {
    background-image: url(../images/common/checkbox-3.svg);
}


.scan-region-wrap input[type="checkbox"]:checked + label p{
    color: var(--main-color);
    font-weight: 600;
}

.ft-search-wrap .cbox.n-1 .chk-wrap{
    position: relative;
}



.ft-search-wrap .cbox.n-1 .qst{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #ddd;
    margin-left: 5px;
}

.qst-box{
    position: relative;
}

.qst-box:hover .qst-txt{
    display: block;
    transition: 0.1s;
}

.qst-box .qst-txt {
    display: none;
    background-color: #fff;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    top: 30px;
    left: 10px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    z-index: 9;
}

.ft-search-wrap .cbox.n-3 .top-tit p{
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
    margin-left: 10px;
}

.ft-search-wrap .cbox.n-3 .list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.ft-search-wrap .cbox.n-3 .list .item{
    width: calc((100% - 80px) / 5);
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background-color: #fff;
}

.ft-search-wrap .cbox.n-3 .list .item .img {
    height: 195px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ft-search-wrap .cbox.n-3 .list .item .tbox{
    padding: 10px 20px;
}

.ft-search-wrap .cbox.n-3 .list .no-data{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
}

.ft-search-wrap .cbox.n-3 .list .no-data p{
    font-size: 14px;
}

.foot-type-wrap .btn-wrap{
    margin-top: 50px;
}


.foot-type-wrap .btn-wrap .btn-st{
    width: 120px;
}

.foot-type-result{
    margin-top: 50px;
}

.foot-type-result .top-tit{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.foot-type-result .cbox.bd-box > .tbox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.foot-type-result .cbox.bd-box > .tbox span{
    margin-left: 5px;
}

.foot-type-result .cbox.bd-box:not(:last-child){
    margin-bottom: 30px;
}

.option-wrap .item.adress .option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cpn-list-wrap{
    padding-top: 20px;
}

.cpn-list-wrap .list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cpn-list-wrap .top-list .item{
    width: calc((100% - 20px) / 2);
    overflow: hidden;
}

.cpn-list-wrap .item{
    cursor: pointer;
}

.cpn-list-wrap .item:hover{
    box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
    transition: 0.1s;
}

.cpn-list-wrap .bottom-list .item{
    width: calc((100% - 60px) / 4);
}

.cpn-list-wrap .list .item{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background-color: #fff;
}

.cpn-list-wrap .list .item b{
    font-weight: 600;
}

.cpn-list-wrap .top-list .item{
    display: flex;
    flex-wrap: wrap;
}

.cpn-list-wrap .top-list .item .img{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eaeaea;
    overflow: hidden;
}

.cpn-list-wrap .top-list .item .tbox{
    width: 60%;
}

.cpn-list-wrap .top-list .item .tbox > .top{
    border-bottom: 1px solid #eaeaea;
    gap: 5px;
}

.cpn-list-wrap .top-list .item .tbox > .top{
    padding: 15px;
}

.cpn-list-wrap .top-list .bottom{
    padding: 15px;
}

.cpn-list-wrap .bottom-list .bottom{
    padding: 0;
}

.cpn-list-wrap .top-list .item .tbox > .top,
.cpn-list-wrap .bottom > div{
    display: flex;
    flex-wrap: wrap;
}

.cpn-list-wrap .like {
    background: url(../images/sub/thumb_up.png) 10px 8px / 16px no-repeat;
    padding-left: 30px;
    font-weight: 600;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    padding: 3px 15px 3px 30px;
    font-size: 14px;
    margin-left: auto;
}

.cpn-list-wrap .bottom > div:not(:last-child){
    margin-bottom: 5px;
}

.cpn-list-wrap .bottom > div b{
    width: 100px;
}

.cpn-list-wrap .bottom > div p{
    width: calc(100% - 100px);
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.cpn-list-wrap .bottom-list{
    margin-top: 20px;
}

.cpn-list-wrap .bottom-list .item .img{
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.cpn-list-wrap .bottom-list .item .tbox{
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cpn-list-wrap .bottom-list .item .like{
    margin-left: auto;
}


.cpn-match-wrap .detail-wrap .cpn-list-wrap{
    padding-top: 0;
}

.cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item{
    width: 100%;
}

.cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item .img{
    width: 30%;
}

.cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item .tbox{
    width: 70%;
}

.cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item .bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item .bottom > div{
    width: calc(100% / 2);
}

.badge-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.badge-list li{
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
}

.badge-list .badge-bg-1{
    background-color: var(--main-color);
}

.badge-list li.badge-bg-2{
    background-color: #4c2d86;
}

.badge-list li.badge-bg-3{
    background-color: #111;
}

.badge-list li.badge-bg-4{
    background-color: #527cb8;
}

.badge-list li.badge-bg-5{
    background-color: #374860;
}

.badge-list li.badge-bg-6{
    background-color: #ddd;
}

.cpn-match-wrap .detail-wrap .cbox.n-1 .top-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cpn-match-wrap .detail-wrap .cbox.n-1 .top-tit .btn-wrap{
    margin-left: auto;
    margin-right: 0;
}

.cpn-match-wrap .detail-wrap .map-wrap{
    width: 100%;
    height: 450px;
    background-color: var(--main-color);
    border-radius: 10px;
}

.cpn-match-wrap .detail-wrap .cbox{
    margin-top: 30px;
}

.edu-mng-wrap .option-wrap,
.eqp-view-wrap .option-wrap{
    border-bottom: 1px solid #eaeaea;
}

.edu-mng-wrap .edu-register-box .cbox:not(:last-child){
    margin-bottom: 20px;
}

.edu-mng-wrap .edu-register-box .num-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.edu-mng-wrap .edu-register-box .num-box > button{
    width: 45px;
    height: 45px;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
}

.edu-mng-wrap .edu-register-box .num-box input{
    width: calc(100% - 90px);
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.edu-mng-wrap .edu-register-box textarea{
    width: 100%;
    resize: none;
    height: 150px;
    padding: 20px;
}

.cpn-list-wrap.type-2 .list.top-list{
    gap: 10px;
}

.cpn-list-wrap.type-2 .list.top-list .item{
    width: calc((100% - 20px) / 3);
    border-radius: 10px;
}

.cpn-list-wrap.type-2 .list.top-list .item .img{
    width: 30%;
}

.cpn-list-wrap.type-2 .list.top-list .item .img img{
    width: 50%;
}

.cpn-list-wrap.type-2 .list.top-list .item .tbox{
    padding: 10px;
    width: 70%;
}

.cpn-list-wrap.type-2 .list.top-list .item .tbox b.tit{
    font-size: 16px;
}

.cpn-list-wrap.type-2 .list.top-list .item .tbox ul li{
    font-size: 14px;
    display: inline-block;
}

.cpn-list-wrap.type-2 .list.bottom-list{
    gap: 10px 0;
}

.cpn-list-wrap.type-2 .list.bottom-list .item{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.cpn-list-wrap.type-2 .list.bottom-list .item b.tit{
    position: relative;
    width: 220px;
    margin-right: 30px;
}

.cpn-list-wrap.type-2 .list.bottom-list .item b.tit::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    position: absolute;
    right: -10px;
    top: 0;
}

.cpn-list-wrap.type-2 .list.bottom-list .item ul{
    width: calc(100% - 350px);
}

.cpn-list-wrap.type-2 .list.bottom-list .item ul li{
    display: inline-block;
}

.cpn-list-wrap.type-2 .list.bottom-list .item a{
    display: block;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 3px 0;
    width: 100px;
    text-align: center;
}

.cpn-match-wrap .top-tit h2.title{
    margin-bottom: 0;
}

.cpn-detail-box{
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #111;
}

.cpn-detail-box h4.title{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cpn-detail-box .info,
.cpn-detail-box .info > div{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cpn-detail-box .info > div{
    position: relative;
    width: calc((100% - 20px) / 2);
}

.cpn-detail-box .info > div:nth-child(2n){
    border-right: 0;
}

.cpn-detail-box .info > div b{
    font-weight: 500;
    width: 100px;
}

.cpn-detail-box .info > div p{
    width: calc(100% - 120px);
}

.option-list.select {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-option-wrap .top .inner{
    display: flex;
    flex-wrap: wrap;
}

.detail-option-wrap .top .option-wrap{
    width: 100%;
}

.detail-option-wrap .top .doption-btn{
    width: 125px;
}

.part-info{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: auto !important;
}

.part-info > div{
    width: calc((100% - 20px) / 2);
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px;
}

.file-list .file-icon:not(:last-child){
    margin-bottom: 10px;
}

.file-icon{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
}

.rev-form-box div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rev-form-box div:not(:last-child){
    margin-bottom: 10px;
}

.rev-form-box div b.tit{
    width: 100px;
    margin-bottom: 0;
}

.rev-form-box div .cbox{
    width: calc(100% - 100px);
}

.rev-form-box div .cbox input,
.rev-form-box div .cbox textarea{
    width: 100%;
    border-radius: 5px;
}

.rev-form-box div .cbox textarea{
    height: 100px;
}

.trd-view-wrap .top-tit{
    margin-bottom: 30px;
    text-align: center;
}
.trd-view-wrap .top-tit h2.title{
    margin-bottom: 5px;
}

.mydesign-file-wrap .tbox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.btn-upload {
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    text-align: center;
    margin-left: auto;
    border-radius: 10px;
    background-color: var(--main-color);
}

.btn-upload span.label {
    position: relative;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 8px 0;
    text-transform:uppercase;
}

.btn-upload  #upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.mydesign-file-wrap .tbox b{
    font-size: 20px;
    font-weight: 600;
}

.mydesign-file-wrap .ntc-txt{
    position: relative;
}

.mydesign-file-wrap ul.info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mydesign-file-wrap .ntc-txt::before{
    display: inline-block;
    content: "!";
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    background-color: #e1e5ea;
    margin-right: 10px;
    font-size: 14px;
}

.mydesign-file-wrap .file-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
}

.mydesign-file-wrap .file-list .item {
    position: relative;
    width: calc((100% - 80px ) / 5);
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.mydesign-file-wrap .file-list .item img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mydesign-file-wrap .file-list .item.no-data::before{
    display: block;
    content: "+";
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.mydesign-file-wrap .file-list .item::after {
    display: block;
    content: "";
    padding-bottom: 100%;
}



.trd-view-wrap,
.mydesign-file-wrap,
.date-sel-wrap,
.board-view-wrap{
    min-height: calc(100vh - 206px);
}

.date-sel-wrap b{
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.date-sel-wrap .date-sel-box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    justify-content: center;
}

.date-sel-wrap .top-tit {
    margin-top: 20px;
    margin-bottom: 20px;
}

.trd-view-wrap .tabs{
    justify-content: center;
    margin-bottom: 50px;
}

.trd-view-wrap .mydesign-file-wrap{
    min-height: auto;
    margin-bottom: 50px;
}

.trd-view-wrap .mydesign-file-wrap .inner{
    padding: 0;
}

.trd-view-wrap .tabs li{
    width: calc((100% - 30px ) / 4);
}

.trd-view-wrap .tabs li a{
    display: block;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid var(--gray);
}

.trd-view-wrap .tabs li a.active{
    font-weight: 600;
    background: url("../images/sub/chk-2.png") 20px center / 20px no-repeat;
    background-color: var(--main-color);
}

.trd-view-box .sd-wrap{
    margin-top: 20px;
}

.trd-view-box .sd-wrap .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.trd-view-box .sd-wrap .swiper-slide {
    width: calc((100% - 40px) / 3);
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding: 60px 20px 20px 20px;
    height: auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px 20px;
    background-image: url("../images/sub/chk-2-gray.png");
    background-color: #fff;
}

.trd-view-box .sd-wrap .swiper-slide:hover,
.trd-view-box .sd-wrap .swiper-slide.on{
    background-image: url("../images/sub/chk-2.png");
}

.trd-view-box .sd-wrap .swiper-slide .img{
    height: 320px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.trd-view-box .sd-wrap .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trd-view-box .sd-wrap .swiper-slide .tbox{
    margin-top: 20px;
    line-height: 1.5;
}

.trd-view-box .sd-wrap .swiper-slide .tbox .name{
    font-size: 20px;
    font-weight: 600;
}

.trd-view-box .sd-wrap .swiper-slide .tbox .price{
    color: #f24443;
    font-weight: 700;
    margin-top: 5px;
}

.trd-view-box .sd-wrap .swiper-slide:hover{
    background-color: var(--main-color);
    transition: 0.1s;
}

.trd-view-box .sd-wrap .swiper-slide.on{
    background-color: var(--main-color);
}

.trd-view-box .sd-wrap .swiper-slide:hover .tbox,
.trd-view-box .sd-wrap .swiper-slide.on .tbox{
    color: #fff;
}

.trd-view-box .grp-wrap{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.trd-view-box .grp-wrap .list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.trd-view-box .grp-wrap .list .item{
    width: calc((100% - 20px)/2);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}

.trd-view-box .ai-wrap{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin-top: 20px;
}

.trd-view-box .ai-wrap .list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.trd-view-box .ai-wrap .list .item{
    width: calc((100% - 40px) / 3);
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 10px;
}

.trd-view-box .ai-wrap .list .item .top{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.trd-view-wrap .no-data{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    background-color: #fff;
}

.trd-view-wrap .no-data p {
    width: 36%;
    margin: 20px auto 0 auto;
    word-break: keep-all;
}

.trd-view-wrap .rank-wrap .sd-wrap .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.trd-view-wrap .rank-wrap .sd-wrap .swiper-slide{
    width: calc((100% - 40px) / 5);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    height: auto;
}

.trd-view-wrap .rank-wrap .sd-wrap .swiper-slide .img{
    border: 1px solid #eaeaea;
    width: 100%;
    height:175px;
    margin-bottom: 20px;
}

.trd-view-wrap .rank-wrap .sd-wrap .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trd-view-wrap .rank-wrap .sd-wrap .swiper-slide .tbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.trd-view-wrap .rank-wrap .sd-wrap .swiper-slide .tbox b{
    width: calc(100% - 40px);
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;

}

/*상태*/

.state{
    position: relative;
}
.state.nochange::after{
    display: inline-block;
    content: "-";
    margin-left: 10px;
}

.state.up::after{
    display: inline-block;
    content: "";
    margin-left: 10px;
    width: 5px;
    height: 5px;
    background: url("../images/common/state-up.png") center / contain no-repeat;
    transform: translateY(-3px);
}

.state.down::after{
    display: inline-block;
    content: "";
    margin-left: 10px;
    width: 5px;
    height: 5px;
    background: url("../images/common/state-down.png") center / contain no-repeat;
    transform: translateY(-5px);
}

.trd-view-wrap .rank-wrap .bottom{
    margin-top: 50px;
}

.trd-view-wrap .rank-wrap .bottom .list-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.trd-view-wrap .rank-wrap .bottom .list-wrap .item{
    width: calc((100% - 20px) / 2);

}

.trd-view-wrap .rank-wrap .bottom .list-wrap .item b.tit{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trd-view-wrap .rank-wrap .bottom .list-wrap .item .cbox{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.trd-view-wrap .rank-wrap .bottom .top-1 .img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.trd-view-wrap .rank-wrap .bottom .top-1 .img img{
    width: 100%;
}

.trd-view-wrap .rank-wrap .bottom .top-1 .rk-box{
    margin-top: 20px;
}

.trd-view-wrap .rank-wrap .bottom .rk-box{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.trd-view-wrap .rank-wrap .bottom .rk-box b{
    width: calc(100% - 40px);
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;

}

.trd-view-wrap .rank-wrap .bottom .vtc-sd{
    position: relative;
    height: 280px;
}

.trd-view-wrap .rank-wrap .bottom .vtc-sd::after{
    display: block;
    content: "";
    width: 100%;
    height: 60px;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.trd-view-wrap .rank-wrap .bottom .vtc-sd .swiper-slide{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
}

.trd-view-wrap .rank-wrap .bottom .list-wrap .cbox{
    display: flex;
    flex-wrap: wrap;
}

.trd-view-wrap .rank-wrap .bottom .list-wrap .top-1{
    width: 40%;
}

.trd-view-wrap .rank-wrap .bottom .list-wrap .vtc-sd{
    width: 56%;
    margin-right: 0;
}

.board-list table{
    border-top: 2px solid var(--main-color);
    background-color: #fff;
    text-align: center;
}

.board-list table tr{
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.board-list table th,
.board-list table td {
    padding: 10px;
}

.board-list table .title{
    width: auto;
}

.board-list table .title a {
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    max-width: 96%;
}

.board-detail-view{
    background-color: #fff;
}

.board-detail-view h4.tit{
    padding: 20px;
    border-top: 1px solid #111;
}

.board-detail-view .info{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #eaeaea;
    padding: 20px;
}

.board-detail-view .info li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}

.board-detail-view .info li::after{
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.board-detail-view .info li:last-child::after{
    display: none;
}

.board-detail-view .info li b{
    font-weight: 600;
}


.board-detail-view .contents{
    padding: 20px;
}

.board-detail-view .file-list{
    padding: 20px;
    background-color: #e3e3e3;
}

.fs-small{
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}


.table-st.gallery.eqp-list .tbox .info > div,
.table-st.gallery.edu-list .tbox .info > div,
.edu-list.type-2 .info > div{
    display: flex;
    flex-wrap: wrap;
}


.table-st.gallery.eqp-list .tbox .info > div .tit,
.table-st.gallery.edu-list .tbox .info > div .tit,
.edu-list.type-2 .info > div span{
    width: 80px;
}

.table-st.gallery.eqp-list .tbox .info > div p,
.table-st.gallery.edu-list .tbox .info > div p,
.edu-list.type-2 .info > div p{
    width: calc(100% - 80px);
}

.table-st.gallery .tbox .txt-line::after,
.table-st.gallery .tbox .txt-line::after,
.edu-list.type-2 .txt-line::after{
    height: 50%;
}

.table-st.gallery.eqp-list .tbox > div{
    display: flex;
    flex-wrap: wrap;
}


.table-st.gallery.eqp-list .img{
    position: relative;
}

.table-st.gallery.eqp-list .img .badge,
.table-st.gallery.edu-list .img .badge{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-st.gallery.eqp-list .img .badge.sold-out,
.table-st.gallery.edu-list .img .badge.sold-out{
    background-color: #555555;
}

.table-st.gallery.eqp-list .img .badge span,
.table-st.gallery.edu-list .img .badge span{
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}

#platform .vs_top{
    height: 390px;
    padding-top: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#platform .inner{
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
#platform.pf1_1 .vs_top.n-1{
    background-image: url(../images/sub/pf1_1_bg1.png);
}

#platform.pf1_1 .vs_top.n-1 h2,
#platform.pf1_1 .vs_top.n-1 .tbox p{
    color: #fff;
}

/* #platform.pf1_1 .vs_top.n-2{
    background-image: url(../images/sub/pf1_1_bg2.png);
} */
#platform.pf1_2 .vs_top.n-1{
    background-image: url(../images/sub/pf1_2_bg1.png);
}
#platform.pf1_2 .vs_top.n-2{
    background-image: url(../images/sub/pf1_2_bg2.png);
}
#platform .vs_top .tbox h2{
    position: relative;
    font-size: 40px;
    margin-bottom: 60px;
}
#platform .vs_top .tbox h2::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ddd;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
#platform .vs_top .tbox p{
    font-size: 20px;
}
#platform .pfBox {
    position: relative;
    display: flex;
    margin-top: -95px;
    gap: 40px;
    margin-bottom: 220px;
}
#platform .pfBox::after{
    position: absolute;
    content: "";
    width: 59px;
    height: 63px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/arr-down.png);
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
}
#platform .pfBox.none{
    margin-bottom: 130px;
}
#platform .pfBox.none::after{
    display: none;
}
#platform .pfBox2{
    padding: 0 130px;
}
#platform .pfBox2 .item{
    width: calc((100% - 40px) / 2);
}
#platform .pfBox3 .item{
    width: calc((100% - 80px) / 3);
}
#platform .pfBox .item .tit{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    height: 95px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 1px 1px 10px rgba(0 0 0 / 20%);
}
#platform .pfBox .item .tit>*{
    width: 100%;
}
#platform .pfBox .item .tit h3{
    font-size: 20px;
    margin-top: 5px;
}
#platform .pfBox .item .tit span{
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
}

#platform .pfBox3 .item .tit p b{
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 3px 15px;
    font-size: 14px;
}
#platform .pfBox3 .item .tit .p-1 b{
    background-color: #779cd1;
}
#platform .pfBox3 .item .tit .p-2 b{
    background-color: #3e8f8a;
}
#platform .pfBox3 .item .tit .p-3 b{
    background-color: #3e538f;
}

#platform .pfBox .item .img{
    height: 260px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
#platform .pfBox .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#platform .pfBox2 .item .box{
    margin-top: 20px;
}
#platform .pfBox3 .item .box{
    margin-top: 20px;
}
#platform .pfBox .item .box h4{
    margin-top: 25px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
#platform .pfBox .item .box p{
    position: relative;
    font-weight: 400;
    word-break: keep-all;
    background-color: #f3f6fa;
    border: 1px solid #8a98ff;
    border-radius: 10px;
    padding: 20px 20px 20px 50px;
}
#platform .pfBox .item .box p:not(:first-child){
    margin-top: 12px;
}
#platform .pfBox .item .box p::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/sub/pf-chk.png);
    left: 20px;
    top: 23px;
}


#platform .cont_box h2{
    position: relative;
    font-size: 40px;
    margin-bottom: 80px;
    text-align: center;
}
#platform .cont_box h2::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #b0b0b0;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
/* #platform .cont_box .imgBox img{
    width: calc(100% + 28px);
    margin-left: -14px;
} */
/* #platform .bubbleBox {
    margin-top: 140px;
    background-color: #0a3b81;
} */

#platform.pf1_1 .bubbleBox{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/pf1_2_popBg.png);
    margin-top: 100px;
}
#platform .bubbleBox .inner{
    display: flex;
    gap: 100px;
    align-items: normal;
}
#platform .bubbleBox .bubble{
    margin-top: -65px;
    width: calc(100% - 915px);
}
#platform .bubbleBox .bubble img{
    width: 100%;
}
#platform .bubbleBox .list{
    width: 815px;
    padding: 80px 0;
}
#platform .bubbleBox .list .item{
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(42, 44, 150, 0.8);
    padding: 15px 25px;
    border-radius: 10px;
    gap: 0 20px;
    border:1px solid #6676ec;
}
#platform .bubbleBox .list .item:not(:first-child){
    margin-top: 14px;
}
#platform .bubbleBox .list .item span {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: var(--main-color);
    background: #fff;
}
#platform .bubbleBox .list .item p{
    word-break: keep-all;
    width: calc(100% - 60px);
    font-size: 16px;
    font-weight: 400;
}
#platform .bubbleBox .list .item b{
    font-size: 18px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#platform .bottomImg{
    padding-bottom: 100px;
    margin-top: -67px;
}
#platform .bottomImg img{
    margin: 0 auto;
}
#platform .mo{
    display: none;
}

.trd-no-data{
    padding: 100px 0;
}

.trd-no-data .no-img {
    font-size: 150px !important;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.trd-no-data .tit{
    text-align: center;
    color: var(--main-color);
}

.trd-no-data p.txt{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.period-button{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.period-button > button{
    background-color: #f3f6fa;
    border: 1px solid var(--main-color);
    width: 80px;
    height: 35px;
    line-height: 35px;
}

.period-button > button > span{
    color: var(--main-color);
}

.date-sel-wrap .keyword.bd-box .date-sel-box{
    gap: 5px;
}

.date-sel-wrap .keyword.bd-box .chk-wrap {
    border: 1px solid var(--gray);
    padding: 10px;
    border-radius: 10px;
}

.part-list-wrap.leather .list li .tbox p{
    font-size: 14px;
}

.part-list-wrap.leather .list li .tbox b{
    font-size: 18px;
    font-weight: 600;
}

.ft-search-wrap .cbox.n-1 .chk-wrap label{
    border: 1px solid var(--gray);
    border-radius: 5px;
    padding: 5px 10px;
}


.ft-search-wrap .cbox.n-1 .chk-wrap label:has(input[type="radio"]:checked){
    border: 1px solid var(--main-color);
    background-color: #f3f6fa;
}

.ft-search-wrap .cbox.n-1 label:has(input[type="radio"]) span {
    background: url(../images/common/checkbox-2.svg) left top no-repeat;
}

.ft-search-wrap .cbox.n-1 label:has(input[type="radio"]:checked) span{
    background: url(../images/common/checkbox-2.svg) -26px top no-repeat;
}

.ft-search-wrap .cbox.n-1 label:has(input[type="radio"]:checked) p{
    color: var(--main-color);
}

.detail-option-wrap .option-wrap .item .swiper-slide:has(input:checked){
    border: 1px solid var(--main-color);
    background-color: #f3f6fa;
}

.edu-list.type-2{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.edu-list.type-2 .item{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background-color: #fff;
}

.cpn-list-wrap.type-3 .list .item,
.edu-list.type-2 .item{
    padding: 30px;
    width: calc((100% - 40px) / 3);
}

.cpn-list-wrap.type-3 .list .item .tit,
.eqp-list.type-2 .item .tit,
.edu-list.type-2 .item .tit{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cpn-list-wrap.type-3 .list .item .tit b,
.eqp-list.type-2 .item .tit b,
.edu-list.type-2 .item .tit b{
    font-size: 1.2rem;
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;

}

.cpn-list-wrap.type-3 .list .item .tit::after,
.eqp-list.type-2 .item .tit::after,
.edu-list.type-2 .item .tit::after{
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: url("../images/sub/arr-up.png") center no-repeat;
    border: 1px solid #eaeaea;
}

.cpn-list-wrap.type-3 .list .item:hover .tit::after,
.eqp-list.type-2 .item:hover .tit::after,
.edu-list.type-2 .item:hover .tit::after{
    box-shadow: 1px 1px 5px rgba(0 0 0 / 20%);
}


.cpn-list-wrap.type-3 .list .item .tit,
.cpn-list-wrap.type-3 .list .item .info{
    margin-bottom: 20px;
}

.eqp-list.type-2{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.eqp-list.type-2 .item{
    position: relative;
    border: 1px solid #eaeaea;
    width: calc((100% - 40px) / 3);
    border-radius: 5px;
    overflow: hidden;
}

.eqp-list.type-2 .item .tbox{
    padding: 20px;
}


.eqp-list.type-2 .item .img{
    height: 230px;
    overflow: hidden;
}

.eqp-list.type-2 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eqp-list.type-2 .item .info > div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.eqp-list.type-2 .item .info > div span{
    width: 100px;
}

.option-list.color{
    border: 1px solid #eaeaea;
    padding: 10px;
    border-radius: 10px;
}


.view-wrap .online_3d_viewer{
    width: calc(100% - 33%) !important;
}
.view-wrap .info{
    width: 30%;
    margin-left: 3%;
}


@media all and (max-width: 1440px){
    #platform .bottomImg{
        margin-top: -5.65vw;
    }

    #platform .cont_box .imgBox img{
        width: calc(100% + 28px);
        margin-left: -14px;
    }

    #platform .bottomImg{
        width: 100%;
    }

    #platform .bottomImg img {
        margin: auto;
        width: 100%;
    }


}
/*E:1440*/



@media all and (max-width: 1400px){
    .trd-view-wrap .rank-wrap .sd-wrap .swiper-wrapper{
        flex-wrap: nowrap;
    }

    .trd-view-wrap .rank-wrap .sd-wrap .swiper-wrapper{
        gap: 0;
    }

    .trd-view-wrap .rank-wrap .sd-wrap .swiper-slide .img{
        height: 26vw;
    }




}

@media all and (max-width: 1180px){
    #platform .bubbleBox .inner{
        gap: 40px;
    }
    #platform .bubbleBox .bubble{
        width: calc(100% - 800px);
    }
    #platform .bubbleBox .list{
        width: 760px;
    }
}
/*E:1180*/



@media all and (max-width: 1140px){

    .othder-info-wrap .sec-1 .inner {
        padding: 0 20px 50px 20px;
    }

    .othder-info-wrap .sec-1 .bottom {
        width: 100%;
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }

    .othder-info-wrap .sec-1 .top{
        text-align: center;
    }

    .othder-info-wrap .sec-1 .bottom .img-box{
        margin: 0 auto 20px auto;
    }

    .othder-info-wrap .sec-1 .bottom .tbox {
        margin: 20px auto 0 auto;
        text-align: center;
    }

    .othder-info-wrap .sec-2{
        background-size: contain;
    }




}

@media all and (max-width: 1024px){

    .favor-mng-wrap .img-sd,
    .favor-mng-wrap .info-wrap .tbox{
        width: 100%;
    }

    .favor-mng-wrap .img-sd{
        margin-bottom: 20px;
    }

    .search-wrap .sch-box input{
        width: calc(100% - 50px);
    }

    .eqp-view .info-wrap{
        width: 100%;
    }

    .eqp-view .bottom .rev-wrap{
        width: 100%;
        margin-top: 20px;
    }

    .option-wrap .top .tabs.option{
        width: 100%;
        padding: 5px 20px;
    }

    .cpn-detail-box .info > div{
        width: 100%;
        border-right: 0;
    }

    .trd-view-wrap .rank-wrap .bottom .list-wrap .item {
        width: 100%;
    }

    .trd-view-wrap .rank-wrap .bottom .vtc-sd{
        height: 43vw;
    }

    .table-st.gallery.eqp-list .tbox,
    .table-st.gallery.edu-list .tbox{
        padding: 10px;
    }

    .table-st.gallery.eqp-list .tbox .info,
    .table-st.gallery.edu-list .tbox .info{
        border-top: 1px solid #eaeaea;
        padding-top: 5px;
        margin-top: 5px;
    }

    .table-st.gallery.eqp-list .tbox .info > div .tit,
    .table-st.gallery.edu-list .tbox .info > div .tit{
        width: 70px;
    }

    .table-st.gallery.eqp-list .tbox .info > div p,
    .table-st.gallery.edu-list .tbox .info > div p{
        width: calc(100% - 70px);
    }

    .table-st.gallery.eqp-list .tbox .txt-line,
    .table-st.gallery.edu-list .tbox .txt-line{
        padding-left: 0;
    }

    .table-st.gallery.eqp-list .tbox .txt-line::after,
    .table-st.gallery.edu-list .tbox .txt-line::after{
        display: none;
    }

    #platform .pfBox2{
        padding: 0 40px;
    }
    #platform .bubbleBox .inner{
        gap: 40px;
    }
    #platform .bubbleBox .bubble{
        width: calc(100% - 700px);
    }
    #platform .bubbleBox .list{
        width: 660px;
    }


    .edu-list.type-2 .info > div span{
        color: var(--main-color);
    }

    .edu-list.type-2 .info > div span,
    .edu-list.type-2 .info > div p{
        width: 100%;
    }

    .edu-list.type-2 .info > div p{
        padding-left: 0;
    }

    .edu-list.type-2 .txt-line::after{
        display: none;
    }

    .edu-list.type-2 .item .tit{
        margin-top: 10px;
    }

    .edu-list.type-2{
        gap: 10px;
    }

    .edu-list.type-2 .item{
        width: calc((100% - 10px) / 2);
        padding: 20px;
    }

    .edu-list.type-2 .item .tit b {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 53px;
        white-space: normal;
        line-height: 1.4;
    }

    .cpn-list-wrap.type-3 .list .item {
        width: calc((100% - 10px) / 2);
        padding: 20px;
    }

    .cpn-list-wrap.type-3 .list .item .tit b{
        width: 100%;
        font-size: 1rem;
    }

    .cpn-list-wrap.type-3 .list .item .tit::after{
        display: none;
    }

    .cpn-list-wrap.type-3 .list .item .tit,
    .cpn-list-wrap.type-3 .list .item .info {
        margin-bottom: 10px;
    }

    .eqp-list.type-2{
        gap: 10px;
    }

    .eqp-list.type-2 .item {
        width: calc((100% - 10px) / 2);
    }

    .eqp-list.type-2 .item .img {
        height: 150px;
    }

    .eqp-list.type-2 .item .tit {
        margin-bottom: 0;
    }

    .eqp-list.type-2 .item .tit::after{
        display: none;
    }

    .eqp-list.type-2 .item .info > div span{
        width: 100%;
    }

    .eqp-list.type-2 .item .info > div p{
        width: 100%;
    }

    .eqp-list.type-2 .item .info > div span,
    .eqp-list.type-2 .item .info > div p{
        font-size: 14px;
    }

    .eqp-list.type-2 .item .txt-line::after,
    .edu-list.type-2 .item .tit::after{
        display: none;
    }
    .eqp-list.type-2 .item .txt-line{
        padding-left: 0;
    }

    .eqp-list.type-2 .item .info > div span{
        color: var(--main-color);
    }

    .view-wrap .online_3d_viewer{
        width: 100% !important;
    }
    .view-wrap .info{
        width: 100%;
        margin-left: 0;
        margin-top: 3%;
    }

}

@media all and (max-width: 768px){

    .vs-wrap{
        height: 320px;
        padding-top: 100px;
    }

    .vs-wrap h1{
        font-size: 30px;
    }

    .tab-mn-wrap {
        gap: 0 20px;
    }

    .tab-mn-wrap li a{
        font-size: 16px;
    }

    #member .bd-box {
        width: 90%;
        padding: 40px;
    }

    #member.login .login-form .f-box b,
    #member.join .join-form .f-box b {
        width: 85px;
        font-size: 16px;
    }

    #member.login .login-form .f-box input,
    #member.join .join-form .f-box input {
        width: calc(100% - 85px);
    }

    #member.login .login-form .cbox.n-2{
        margin: 20px auto;
    }

    #member.login .btn-st.login{
        margin-bottom: 10px;
    }

    #member.login .login-form .cbox.n-2 ul {
        width: 100%;
        margin-top: 10px;
        justify-content: center;
        padding-top: 10px;
    }

    #member.join .tbox{
        margin: 20px auto;
    }

    #member.join.step-3 .bd-box{
        height: 90vh;
        overflow-y: scroll;
    }

    .favor-mng-wrap .tbox{
        height: auto;
    }

    .prd-list-wrap .list{
        gap: 20px;
    }

    .prd-list-wrap .list .item {
        width: calc((100% - 60px) / 3);
    }


    .favor-mng-wrap .img-result .list{
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .favor-mng-wrap .img-result .list{
        gap: 10px;
    }

    .favor-mng-wrap .img-result .img{
        width: 150px;
        height: 150px;
    }

    .favor-mng-wrap.file-upload .bd-box {
        padding: 40px;
    }

    .favor-mng-wrap.file-upload .btn-wrap{
        width: 100%;
    }

    .pd-bottom {
        padding-bottom: 50px;
    }

    .sel-box-wrap{
        width: 100%;
    }

    .sel-box-wrap{
        gap: 10px;
    }

    .sel-box-wrap .item{
        width: calc((100% - 10px)/2);
    }

    .sel-box-wrap input[type="date"]{
        width: 100%;
    }

    .cpn-list-wrap.type-2 .list.top-list .item{
        width: 100%;
    }

    .cpn-list-wrap.type-2 .list.top-list .item .img img{
        width: 40%;
    }

    .cpn-list-wrap.type-2 .list.bottom-list .item b.tit,
    .cpn-list-wrap.type-2 .list.bottom-list .item ul{
        width: 100%;
    }

    .cpn-list-wrap.type-2 .list.bottom-list .item b.tit{
        border-bottom: 1px solid #eaeaea;
        margin-right: 0;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .cpn-list-wrap.type-2 .list.bottom-list .item b.tit::after{
        display: none;
    }

    .cpn-list-wrap.type-2 .list.bottom-list .item a{
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }

    .mydesign-file-wrap .file-list{
        gap: 10px;
    }

    .mydesign-file-wrap .file-list .item {
        width: calc((100% - 20px ) / 3);
    }

    .mydesign-file-wrap .file-list .item.no-data::after {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .trd-view-wrap,
    .mydesign-file-wrap,
    .date-sel-wrap,
    .board-view-wrap{
        height: 100%;
    }

    .trd-view-wrap .tabs li {
        width: calc((100% - 10px ) / 2);
    }

    .trd-view-box .sd-wrap .swiper-wrapper{
        flex-wrap: nowrap;
    }

    .trd-view-box .grp-wrap .list .item,
    .trd-view-box .ai-wrap .list .item{
        width: 100%;
    }

    .trd-view-wrap .tabs li a{
        font-size: 16px;
        padding: 5px 0;
    }

    .trd-view-wrap .tabs li a.active{
        background: url(../images/sub/chk-2.png) 15px center / 15px no-repeat;
        background-color: var(--main-color);
    }

    .trd-view-box .sd-wrap .swiper-wrapper{
        gap: 0;
    }

    .trd-view-box .sd-wrap .swiper-slide .tbox .name{
        font-size: 18px;
    }

    .trd-view-wrap .tabs{
        margin-bottom: 30px;
    }

    .trd-view-wrap .no-data p{
        width: 100%;
    }


    .board-list thead{
        display: none;
    }

    .m-hidden{
        display: none !important;
    }

    .board-list td{
        display: block;
        text-align: left;
    }

    .board-list table td {
        padding: 2px 10px;
    }

    .board-list table .ctgr,
    .board-list table .date{
        font-size: 14px;
    }

    .board-list table .title a{
        font-weight: 500;
    }

    .board-list table tr{
        display: block;
        padding: 5px 0;
    }

    .cpn-list-wrap .bottom > div b{
        width: 80px;
    }

    .cpn-list-wrap .bottom > div p{
        width: calc(100% - 80px);
    }


    .cpn-list-wrap .bottom-list .item {
        width: calc((100% - 10px) / 2);
    }


    .cpn-list-wrap .bottom-list .item .img img{
        width: 50%;
    }

    .cpn-list-wrap .bottom-list .item .tbox {
        padding: 10px 15px;
    }

    .cpn-list-wrap {
        padding-top: 20px;
    }

    .cpn-list-wrap .like{
        margin-top: 10px;
    }

    .cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item .bottom > div{
        width: 100%;
        align-items: baseline;
    }

    .cpn-match-wrap .detail-wrap .cbox.n-1 .top-tit .btn-wrap{
        width: 100%;
        margin-top: 10px;
    }
    .cpn-match-wrap .detail-wrap .cbox.n-1 .top-tit .btn-wrap .btn-st{
        width: calc((100% - 10px)/2);
    }

    .cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item .img{
        padding: 20px;
    }

    .cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item .img,
    .cpn-match-wrap .detail-wrap .cpn-list-wrap .top-list .item .tbox{
        width: 100%;
    }

    .cpn-match-wrap .detail-wrap .map-wrap{
        height: 250px;
    }

    #platform .pc{
        display: none;
    }
    #platform .mo{
        display: block;
    }
    #platform .bottomImg{
        margin-top: -9vw;
    }
    #platform .vs_top{
        padding-top: 50px;
        height: 280px;
    }
    #platform .vs_top .tbox h2{
        font-size: 30px;
        margin-bottom: 40px;
    }
    #platform .vs_top .tbox h2::after{
        bottom: -20px;
    }
    #platform .vs_top .tbox p{
        font-size: 15px;
        line-height: 1.5;
        width: 90%;
        margin: 0 auto;
        word-break: keep-all;
    }
    #platform .pfBox2{
        padding: 0 ;
    }
    #platform .pfBox{
        margin-top: -75px;
        flex-wrap: wrap;
        margin-bottom: 140px;
    }
    #platform .pfBox.none {
        margin-top: 5px;
    }
    #platform .pfBox::after{
        bottom: -100px;
        width: 40px;
    }
    #platform .pfBox .item{
        width: 100%;
    }
    #platform .pfBox .item .tit{
        height: 75px;
        border: 1px solid #eee;
    }
    #platform .pfBox .item .img{
        height: 220px;
    }
    #platform .pfBox .item .box p{
        font-size: 14px;
    }
    #platform .cont_box h2{
        font-size: 30px;
    }
    #platform .bubbleBox{
        margin-top: 80px;
    }
    #platform .bubbleBox .inner{
        flex-wrap: wrap;
    }
    #platform .bubbleBox .bubble{
        width: 60%;
        margin-top: -40px;
    }
    #platform .bubbleBox .list{
        width: 100%;
        padding: 0 0 50px;
    }
    #platform .bubbleBox .list .item p{
        font-size: 14px;
    }
    #platform .pfBox3 .item .tit p b{
        font-size: 12px;
        padding: 2px 14px;
    }
    #platform .bubbleBox .list .item b{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    #platform.pf1_1 .vs_top.n-2{
        height: 230px;
    }

    .mydesign-file-wrap .tbox b{
        font-size: 18px;
    }

    .mydesign-file-wrap .tbox div.txt{
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .part-list-wrap.leather .list li .tbox b{
        font-size: 16px;
        line-height: 1.2;
    }

    .cpn-list-wrap.type-3 .list .item .tit b, .eqp-list.type-2 .item .tit b, .edu-list.type-2 .item .tit b{
        width: 100%;
        font-size: 16px;
    }

}/*E:768*/

@media all and (max-width: 640px){

    .pd-top {
        padding-top: 50px;
    }

    #member.join.step-3 .join-form .f-box b{
        width: 100%;
    }

    #member.join.step-3 .join-form .f-box input{
        width: 100%;
    }

    #member.join.step-3 .join-form .f-box.type-2 input{
        width: calc(100% - 70px) ;
    }

    #member.join .join-form .cbox.n-2 .chk-wrap.type-2{
        padding-left: 0;
    }

    .favor-wrap .cbox .tabs {
        margin-left: auto;
        width: 100%;
        margin-top: 10px;
        gap: 10px;
    }

    .favor-mng-wrap .info-wrap .tbox{
        height: auto;
    }

    .favor-mng-wrap .favor-wrap .gallery{
        height: 300px;
    }

    .favor-mng-wrap .gallery .ctr-box{
        width: 90px;
    }

    .favor-mng-wrap .gallery{
        width: 100%;
    }

    .favor-mng-wrap .thumbnail{
        display: none;
    }

    .trd-analysis .list {
        gap: 10px;
    }

    .trd-analysis .list .item {
        width: calc((100% - 10px )/ 2);
    }

    .prd-list-wrap .tabs li a{
        font-size: 16px;
        padding: 0;
    }

    .prd-list-wrap .list .item {
        width: calc((100% - 20px) / 2);
    }

    .favor-mng-wrap .img-result .img{
        width: 80px;
        height: 80px;
    }

    .btn-st.download {
        margin: 20px auto 0 auto;
    }

    .tabs.option li a{
        font-size: 14px;
        padding: 0 5px;
    }

    .top-tit .share{
        margin-top: 10px;

    }

    .favor-mng-wrap.file-upload .bd-box {
        padding: 40px 20px;
    }

    .favor-mng-wrap.file-upload .btn-wrap .btn{
        height: 150px;
    }

    .favor-mng-wrap.file-upload .btn-wrap .btn p {
        padding-top: 50px;
        background-size: 30%;
    }

    .favor-mng-wrap.file-upload .btn-wrap {
        margin-top: 30px;
    }

    .favor-mng-wrap.file-upload .btn-wrap .btn p{
        font-size: 14px;
    }

    .top-mn-wrap ul{
        gap: 0 10px;
    }

    .top-mn-wrap li a{
        font-size: 14px;
        padding-left: 20px;
        background-size: 12px;
    }

    .top-mn-wrap li a::after {
        height: 10px;
        right: -6px;
    }

    .search-wrap .sch-box{
        width: 60%;
    }

    .search-wrap button.set{
        margin-left: 10px;
    }

    .mdr-info-wrap .btn-wrap,
    .foot-info-wrap .btn-wrap,
    .shoes-data-wrap .btn-wrap{
        width: 100%;
    }

    .part-list-wrap .list li {
        width: calc((100% - 20px) / 3);
    }

    .part-list-wrap .list li .img{
        height: 95px;
    }

    .option-wrap .item .swiper-slide{
        padding: 3px 15px;
        height: auto !important;
    }
    .option-wrap .item .swiper-slide p,
    .option-wrap .item .swiper-slide span{
        font-size: 14px;
    }

    .option-wrap .swiper-wrapper{
        flex-wrap: nowrap;
        gap: 0;
    }

    .option-wrap .item {
        padding: 15px 0;
    }

    .option-wrap .item b {
        margin-bottom: 5px;
    }

    .shoes-data-wrap .option-wrap .bottom {
        margin-top: 20px;
    }

    .shoes-data-wrap .option-box.n-2 .tabs.option{
        padding: 10px;
    }

    .tabs.option li a.active {
        padding-left: 15px;
        margin: 0;
    }

    .favor-mng-wrap .company-info-box .map{
        height: 250px;
    }

    .favor-mng-wrap .company-info-box .info-box li {
        width: calc((100% - 20px) / 2);
    }

    .favor-mng-wrap .company-info-box .info-box li b,
    .favor-mng-wrap .company-info-box .info-box li p{
        font-size: 14px;
        line-height: 1.4;
    }

    .option-top-wrap{
        padding: 10px 15px;
    }


    .favor-mng-wrap.result .top-tit h2.title,
    .eqp-view .top-tit h2.title{
        width: 100%;
        text-align: left;
    }


    .option-wrap .top .tabs.option li a.active{
        border-bottom: 0;
    }

    .option-wrap .top .tabs.option li a {
        padding: 5px;
    }


    .othder-info-wrap .sec-3 .inner{
        padding: 50px 20px;
    }

    .othder-info-wrap .sec-3 h3{
        width: 100%;
        text-align: center;
    }

    .othder-info-wrap .sec-3 a{
        margin: 20px auto 0 auto;
    }

    .othder-info-wrap .sec-1 .bottom{
        padding: 40px 20px;
    }

    .othder-info-wrap .sec-1 .bottom p.txt{
        padding: 100px 20px 0 20px;
        background-size: 80px;
    }

    .othder-info-wrap .sec-1 .bottom .img-box .plus {
        margin: 0 10px;
    }

    .othder-info-wrap .sec-2{
        padding: 50px 0;
    }

    .othder-info-wrap .sec-2 .tbox{
        width: 100%;
    }

    .detail-option-wrap .option-wrap .item b{
        width: 100%;
        margin-bottom: 5px;
    }

    .detail-option-wrap .top ul{
        width: 100%;
    }

    .search-wrap .sch-box {
        width: 100%;
    }

    .detail-option-wrap .top .inner{
        padding-bottom: 10px;
    }

    .detail-option-wrap .top .doption-btn{
        width: 100%;
        justify-content: center;
    }

    .detail-option-wrap .bottom .option-wrap .item .option-list{
        width: 100%;
    }

    .mtable-ntc > div{
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .more-cmt-wrap .trd-analysis .list{
        padding: 20px;
    }

    .more-cmt-wrap .trd-analysis .list .item {
        width: calc((100% - 10px )/ 2);
    }

    .more-cmt-wrap .review .tabs.option{
        margin: 0;
    }

    .pop-wrap.color img{
        width: 100%;
    }

    .pop-wrap .pop-box{
        width: 90%;
        padding: 20px;
    }

    .pop-wrap .btn-wrap {
        width: 100%;
    }

    .ft-search-wrap .cbox.n-1 .qst{
        font-size: 12px;
    }

    .ft-search-wrap .cbox.n-1 .chk-wrap{
        width: 100%;
    }

    .qst-box .qst-txt {
        width: 180px;
        font-size: 12px;
        left: -5rem;
        top: 25px;
    }

    .foot-type-wrap .ft-search-wrap .cbox.n-2 .top-tit p{
        width: 100%;
        margin-left: 0;
    }

    .scan-region-wrap .list{
        height: 350px;
        overflow-y: scroll;
    }

    .scan-region-wrap .list .chk-wrap{
        width: 100%;
    }

    .scan-region-wrap .list{
        gap: 10px 0;
    }

    .ft-search-wrap .cbox.n-3 .list{
        gap: 10px;
    }

    .ft-search-wrap .cbox.n-3 .list .item .img{
        height: 150px;
    }

    .ft-search-wrap .cbox.n-3 .list .item{
        width: calc((100% - 10px) / 2);
    }

    .ft-search-wrap .cbox.n-3 .list .item b{
        font-size: 14px;
    }

    .option-wrap .item.adress select{
        height: 35px;
        border-radius: 5px;
    }

    .cpn-list-wrap .top-list .item {
        width: 100%;
    }

    .cpn-list-wrap .top-list .item .img img{
        width: 50%;
    }

    .cpn-list-wrap .top-list .item .tbox > .bottom {
        padding: 10px 15px;
    }

    .cpn-list-wrap .list .item b,
    .cpn-list-wrap .like,
    .cpn-list-wrap .list p{
        font-size: 14px;
    }


    .cpn-list-wrap .list{
        gap: 10px;
    }

    .prd-list-wrap .list-wrap:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .more-btn {
        margin: 30px auto 0 auto;
    }

    .favor-mng-wrap.result .top-tit h2,
    .eqp-view .top-tit, .cpn-match-wrap .top-tit h2{
        margin-bottom: 0;
    }

    .favor-mng-wrap.result .top-tit .share,
    .eqp-view .top-tit, .cpn-match-wrap .top-tit .share{
        margin-top: 0;
    }

    .eqp-view .top-tit h3{
        width: 100%;
    }

    .eqp-view .top .tag{
        margin-top: 10px;
    }

    .part-list-wrap.color .list li {
        width: calc((100% - 50px) / 6);
        height: 13vw;
        line-height: 13vw;
    }

    .trd-view-wrap .rank-wrap .bottom .list-wrap .top-1{
        display: none;
    }

    .trd-view-wrap .rank-wrap .bottom .list-wrap .vtc-sd{
        width: 100%;
    }

    .trd-view-wrap .rank-wrap .bottom .vtc-sd {
        height: 80vw;
    }

    .search-wrap p{
        margin-bottom: 10px;
    }

    .search-wrap .sch-box select,
    .search-wrap .sch-box input{
        font-size: 14px;
        padding-left: 10px;
    }

    .cpn-list-wrap .top-list .tbox .top b{
        width: 100%;
    }

    .cpn-list-wrap .list .item b{
        width: 60px;
        font-size: 14px;
    }

    .cpn-list-wrap .list .item p{
        width: calc(100% - 60px);
        height: 25px;
        font-size: 14px;
    }

    .cpn-list-wrap .bottom-list .item .img{
        height: 25vw;
    }




}




@media all and (max-width: 480px){


    .eqp-view .info-wrap .swiper-slide{
        height: 200px;
    }


    .eqp-view-wrap .option-wrap .top .tabs.option li a{
        padding: 10px;
    }

    .cbox-wrap.bottom .map-wrap{
        height: 200px;
    }

    .cbox-wrap.bottom .top .tit{
        width: 100%;
        margin-bottom: 10px;
    }

    .trd-view-box .sd-wrap .swiper-slide .img{
        height: 150px;
    }

    .badge-list{
        gap: 2px;
    }

    .badge-list li{
        font-size: 11px;
    }

    .btn-upload{
        padding: 0 10px;
    }

    .btn-upload span.label{
        font-size: 14px;
        padding: 5px 0;
    }



}

@media all and (max-width: 340px){
    .pagenation a {
        padding: 10px 3px;
    }

    .search-wrap button.set{
        margin-left: 5px;
    }
}


@media all and (max-width: 330px){
    .search-wrap button.set{
        margin-left: 0;
        margin-top: 10px;
    }
}

