.formpopup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 111;
}

.formpopup1-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.formpopup3 {
    position: fixed;
    bottom: 0;
    z-index: 55;
    width: 100%;
    background: url(../../img/v2/bg-formpopup3.png) center center no-repeat;
    height: 169px;
    display: none;
}

.formpopup4 {
    position: fixed;
    bottom: 0;
    z-index: 55;
    width: 100%;
    background: url(../../img/v2/bg-formpopup4.png) center center no-repeat;
    height: 217px;
    display: none;
}

.formpopup-wrap1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 706px;
    height: 717px;
    background: url(../../img/v2/bg-formpopup1.png) center center no-repeat;
    background-size: cover;
}

.formpopup-wrap2 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 543px;
    height: 727px;
    background: url(../../img/v2/bg-formpopup2.png) center center no-repeat;
    background-size: cover;
}

.formpopup-wrap3 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.formpopup-wrap4 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

#formpopup2 .formpopup-input-item {
    height: 45px;
}

.formpopup-container1 {
    width: 410px;
    margin: 285px auto 95px;
}

.formpopup-container2 {
    width: 315px;
    margin: 385px auto 50px;
}

.formpopup-container3 {
    margin: 45px 80px 0 525px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.formpopup-input-item.formpopup-select .select-warap {
    background: #fff;
}
.formpopup-input-item.formpopup-select {
    background: transparent;
}
.formpopup-container4 {
    margin: 85px 80px 0 525px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

h1.formpopup-title {
    background-image: linear-gradient(#FF8340, #FF5900);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 18px;
}

p.formpop-des {
    font-size: 16px;
    color: #9A9A9A;
    text-align: center;
    padding-bottom: 20px;
}

.formpopup-input-item {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
}

.formpopup-input {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    border: none;
    line-height: 1;
    outline: none;
    background: transparent;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.widht30 {
    width: 30%;
}

.formpopup-input-item.formpopup-select {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.formpopup-close1 img {
    width: 40px;
    cursor: pointer;
}

.formpopup-close1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}


.formpopup-btn1 {
    display: block;
    width: 286px;
    margin: 30px auto 0;
    text-align: center;
    background: linear-gradient(90deg, #FFA430, #FF7E20);
    border-radius: 33px;
    cursor: pointer;
}

.formpopup-btn1 a {
    line-height: 49px;
    color: #fff;
    font-size: 24px;
}

select:invalid {
    color: #666!important;
}

::-webkit-input-placeholder {
    color: #666!important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666!important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666!important;
}

:-ms-input-placeholder {
    color: #666!important;
}

.formpopup-input-item select {
    -webkit-appearance: none;
    position: relative;
    padding-left: 13px;
}

.formpopup-input-item select::after {
    content: '';
    position: absolute;
}
.formpopup-input-item {
    background: #fff;
    font-size: 14px;
}

.select-warap {
    position: relative;
    height: 100%;
}

img.icon-choose {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 10px;
    height: 7px;
    z-index: 0;
}

#formpopup3 .formpopup-input-item, #formpopup4 .formpopup-input-item {
    width: 30%;
    height: 40px;
    margin: 7.5px 0;
}

form#formpopup3, form#formpopup4 {
    width: 75%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formpopup-close3, .formpopup-close4 {
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.8;
}

.formpopup-close3::before {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    top: -14px;
    right: 12.5px;
    background: #fff;
    opacity: 0.2;
}

.formpopup-close4::before {
    content: '';
    width: 1px;
    height: 48px;
    position: absolute;
    top: -48px;
    right: 12.5px;
    background: #fff;
    opacity: 0.2;
}

.formpopup-btn3, .formpopup-btn4 {
    width: 20%;
    text-align: center;
    background: #F4B66A;
    border-radius: 3px;
}

.formpopup-btn3 a, .formpopup-btn4 a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    width: 100%;
    display: block;
}

.formpopup-close3 img, .formpopup-close4 img {
    width: 100%;
}
/* ----------------------------------------------------------------------------------------------------------------------- */
#ph-title .swiper-wrapper .swiper-slide a.on {
    background: #9D4D74;
    color: #fff;
}
#product1,
#product2,
#product3,
#product4 {
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #666;
    cursor: pointer;
}

.select-child {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 5%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
}
.select-child span {
    font-size: 12px;
    color: #666;
    padding: 20px 0;
    line-height: 1;
}
.select-child-wrap {
    background: #fff;
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
    display: none;
}
.formpopup3 .select-child-wrap,
.formpopup4 .select-child-wrap {
    background: #fff;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: calc(100% + 5px);
    left: 0;
    display: none;
}
@media (max-width:1400px) {
    .formpopup-wrap1 {
        width: 450px;
        height: 600px;
        background-size: cover;
    }
    .formpopup-wrap2 {
        width: 450px;
        height: 600px;
        background-size: cover;
    }
    .formpopup-container1 {
        width: 70%;
        margin: 250px auto 75px;
    }
    h1.formpopup-title {
        font-size: 34px;
        padding-bottom: 18px;
    }
    p.formpop-des {
        font-size: 12px;
        padding-bottom: 25px;
    }
    .formpopup-input-item {
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
    }
    .formpopup-btn1 {
        width: 80%;
    }
    .formpopup-btn1 a {
        line-height: 55px;
        font-size: 22px;
    }
    .formpopup-container2 {
        width: 260px;
        margin: 315px auto 20px;
    }
    #formpopup2 .formpopup-input-item {
        height: 35px;
    }
    .formpopup-input {
        font-size: 12px;
        line-height: 1;
    }
    .formpopup-btn1 {
        margin: 20px auto 0;
    }
    .formpopup-wrap3, .formpopup-wrap4 {
        width: 90%;
    }
    .formpopup-container3, .formpopup-container4 {
        margin: 45px 80px 0 calc(49.05vw + -257px);
    }
}

@media (max-width:768px) {
    .formpopup3, .formpopup4 {
        display: none;
    }
}

@media (max-width:500px) {
    .formpopup-wrap1 {
        width: 350px;
        height: 345px;
    }
    .formpopup-wrap2 {
        width: 360px;
        height: 440px;
    }
    .formpopup-container1 {
        width: 60%;
        margin: 121px auto 75px;
    }
    h1.formpopup-title {
        font-size: 24px;
        padding-bottom: 10px;
    }
    p.formpop-des {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .formpopup-input-item {
        width: 100%;
        height: 25px;
        margin-bottom: 15px;
        font-size: 12px;
    }
    .formpopup-btn1 {
        width: 80%;
        margin: 20px auto 0;
    }
    .formpopup-btn1 a {
        line-height: 40px;
        font-size: 14px;
    }
    .formpopup-container2 {
        width: 220px;
        margin: 230px auto 10px;
    }
    #formpopup2 .formpopup-input-item {
        height: 25px;
        margin-bottom: 10px;
    }
    .formpopup-wrap2 .formpopup-btn1 {
        margin: 2vh auto 5vh;
    }
    img.icon-choose {
        width: 6px;
        height: 3px;
    }
    .select-child span{
        padding: 5px 0;
    }
   
}