@charset "UTF-8";

.content .moreBtn1 {
    position: relative;
    display: inline-block;
    background: #c9a063;
    border-radius: 3px;
    font-size: 13px;
    line-height: 30px;
    color:#fff;
    padding: 0 30px 0 10px;
    margin: 20px 0 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-align: left;
    letter-spacing: 2px;
}
.content .moreBtn1 a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.content .moreBtn1:hover {
    background: #eabb75;
}
.content .moreBtn1::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right:10px;
    top:9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-7px,0) rotate(45deg);
    -webkit-transform: translate(-7px,0) rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.content .moreBtn1:hover::after {
    transform: translate(0,0) rotate(45deg);
    -webkit-transform: translate(0,0) rotate(45deg);
}


@media screen and (max-width: 1050px) {
    .content .moreBtn1 {
        display: inline-block;
        text-align: center;
        width:150px;
        background: #c9a063;
        font-size: 15px;
        padding: 7px 30px 7px 10px;
        margin: 30px 0 0 0;
    }
    .content .moreBtn1::after {
        top:17px;
    }
}

.mainBox > .estimateBox .estimateInfo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
    line-height: 0;
}
.mainBox > .estimateBox .estimateInfo > li {
    position: relative;
    display: inline-block;
    width: calc(80% / 3 - 60px);
    min-width: 220px;
    margin: 0 0 0 90px;
}
.mainBox > .estimateBox .estimateInfo > li:first-child {
    margin: 0;
}
.mainBox > .estimateBox .estimateInfo > li > dl {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 30px 0 20px 0;
}
.mainBox > .estimateBox .estimateInfo > li > dl > dt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border:1px solid #c9a063;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.mainBox > .estimateBox .estimateInfo > li > dl:hover > dt {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.mainBox > .estimateBox .estimateInfo > li > dl.btn1 > dt {
    background: url(../images/icon_float_icon2.svg) no-repeat center center;
    background-size: 70% auto;
}
.mainBox > .estimateBox .estimateInfo > li > dl.btn2 > dt {
    background: url(../images/icon_fb_btn.svg) no-repeat center center;
    background-size: 70% auto;
}
.mainBox > .estimateBox .estimateInfo > li > dl.btn3 > dt {
    background: url(../images/icon_func_icon3.svg) no-repeat center center;
    background-size: 70% auto;
}
.mainBox > .estimateBox .estimateInfo > li > dl a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.mainBox > .estimateBox .estimateInfo > li > dl > dd {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
    color:#000;
    padding: 0 0 0 10px;
    letter-spacing: 0px;
}
@media screen and (max-width: 1100px) {
    .mainBox > .estimateBox .estimateInfo > li {
        width: calc(80% / 3 - 10px);
        margin: 0 0 0 15px;
    }
    .mainBox > .estimateBox .estimateInfo > li:first-child {
        margin: 0;
    }
}
@media screen and (max-width: 800px) {
    .mainBox > .estimateBox .estimateInfo > li {
        display: block;
        width: 220px;
        min-width: inherit;
        margin: 0 0 0 -110px;
        left: 50%;
    }
    .mainBox > .estimateBox .estimateInfo > li:first-child {
        margin: 0 0 0 -110px;
    }
}
.estimateFormBox {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}
.estimateFormBox.estimateFormBox2 {
    padding: 0;
}
.estimateFormBox > ul {
    position: relative;
    display: inline-block;
    margin: 0 0 0 -200px;
}
.estimateFormBox.estimateFormBox2 > ul {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
}
.estimateFormBox > ul > li {
    position: relative;
    display: block;
    margin: 20px 0 25px 0;
}
.estimateFormBox.estimateFormBox2 > ul > li:first-child {
    margin: 0 0 25px 0;
}
.estimateFormBox > ul > li > dl {
    position: relative;
    display: block;
}
.estimateFormBox > ul > li > dl > dt {
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 0 15px 0 0;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    color:#000;
    vertical-align: top;
    letter-spacing: 1px;
}
.estimateFormBox > ul > li > dl > dt span {
    vertical-align: middle;
}
.estimateFormBox > ul > li > dl > dt span.required {
    float: right;
    font-size: 12px;
    color:#bf8288;
}
.estimateFormBox > ul > li > dl > dd {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 30px;
    text-align: left;
    vertical-align: top;
}
.estimateFormBox > ul > li > dl > dd input[type="text"],.estimateFormBox > ul > li > dl > dd select {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 0 15px 0 15px;
}
.estimateFormBox > ul > li > dl > dd textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 15px;
}
.estimateFormBox > ul > li > dl.textAreaBox > dd {
    height: 200px;
    width: 600px;
}
.estimateFormBox > ul > li > dl.uploadBox > dd {
    height: auto;
    width: 600px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.estimateFormBox > ul > li > dl.uploadBox > dd .estimateLoad li {
    position: relative;
    display: inline-block;
    width: calc(100% / 10 - 9px);
    height: 60px;
    background: #fff;
    margin: 0 0 0 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.estimateFormBox > ul > li > dl.uploadBox > dd .estimateLoad li:hover {
    border: 2px solid #c9a063;
}
.estimateFormBox > ul > li > dl.uploadBox > dd .estimateLoad li:nth-child(1) {
    margin: 0;
}
.estimateFormBox > ul > li > dl.uploadBox > dd .estimateLoad li .pImg {
    position: absolute;
    display: none;
    width: 90%;
    height: 90%;
    left: 5%;
    top:5%;
    text-align: center;
    overflow: hidden;
}
.estimateFormBox > ul > li > dl.uploadBox > dd .estimateLoad li .pImg img {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
}
.estimateFormBox > ul > li > dl.uploadBox > dd  .estimateLoad li.uploaded .pImg {
    display: block;
}
.estimateFormBox > ul > li > dl.uploadBox > dd  .estimateLoad li::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/upload_icon.png) no-repeat center center;
    background-size: 70% auto;
}
.estimateFormBox > ul > li > dl.uploadBox > dd  .estimateLoad li.uploaded::before {
    display: none;
}
.estimateFormBox > ul > li.gender {
    position: absolute;
    left: calc(100% + 10px);
    width: 170px;
    top:17px;
    margin: 0;
    text-align: left;
}
.estimateFormBox > ul > li.gender > dl {
    display: inline-block;
}
.estimateFormBox > ul > li.gender > dl > dt {
    width: 40px;
    vertical-align: middle;
    height: 30px;
    padding: 0;
}
.estimateFormBox > ul > li.gender > dl > dd {
    width: 20px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}
.estimateFormBox > ul > li.gender > dl > dd input[type="radio"] {
    position: absolute;
    top:8px;
}
@media screen and (max-width: 900px) {
    .estimateFormBox > ul {
        margin: 0;
    }
    .estimateFormBox > ul > li > dl > dt {
        position: relative;
        display: block;
        width: auto;
        padding: 0;
    }
    .estimateFormBox > ul > li > dl > dt span.required {
        float:none;
        padding: 0 0 0 10px;
    }
    .estimateFormBox > ul > li.gender {
        position: relative;
        left: auto;
        width: 100%;
        top:auto;
    }
    .estimateFormBox > ul > li:first-child {
        margin: 30px 0 0 0;
    }
    .estimateFormBox > ul > li.gender > dl > dt {
        display: inline-block;
    }
}
@media screen and (max-width: 700px) {
     .estimateFormBox > ul {
        width: 100%;
    }
    .estimateFormBox > ul > li {
        width: 100%;
    }
    .estimateFormBox > ul > li > dl {
        width: 100%;
    }
    .estimateFormBox > ul > li > dl > dd {
        width: 100%;
    }
    .estimateFormBox > ul > li.gender > dl {
        width: auto;
    }
    .estimateFormBox > ul > li > dl.textAreaBox > dd {
        width: 100%;
    }
    .estimateFormBox > ul > li > dl.uploadBox > dd {
        width: 100%;
    }
    .estimateFormBox > ul > li > dl.uploadBox > dd .estimateLoad li {
        width: calc(100% / 5 - 8px);
        height: 15vw;
        margin: 0 10px 10px 0;
    }
    .estimateFormBox > ul > li > dl.uploadBox > dd .estimateLoad li:first-child {
        margin: 0 10px 10px 0;
    }
    .estimateFormBox > ul > li > dl.uploadBox > dd .estimateLoad li:nth-of-type(5n) {
        margin: 0 0 10px 0;
    }
}
.mainBox > .sendBtnBox {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px 0 40px 0;
    padding: 30px 0 0 0;
    border-top:1px solid #ddd;
    text-align: center;
}
.mainBox > .sendBtnBox > .sendBtn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 35px 15px 35px;
    background: #c9a063;
    letter-spacing: 3px;
    color:#fff;
    border-radius:8px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    cursor: pointer;
}
.mainBox > .sendBtnBox > .sendBtn.sending {
    color:rgba(0,0,0,0);

}
.mainBox > .sendBtnBox > .sendBtn.sending a {
    cursor: wait;
}


.mainBox > .sendBtnBox > .sendBtn.sending::before {
    content: "資料送出中";
    color:#fff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.mainBox > .sendBtnBox > .sendBtn:hover {
    background: #eaba73;
}
.mainBox > .sendBtnBox > .sendBtn.sending:hover {
    background: #c9a063;

}
.mainBox > .sendBtnBox > .sendBtn a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mainBox .contactNote {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
}
.mainBox .contactNote span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}
.mainBox .contactNote span.btn {
    margin: 5px;
    padding: 0 10px 0 10px;
    background: #c9a063;
    color:#fff;
    border-radius: 5px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    cursor: pointer;
}
.mainBox .contactNote span.btn:hover {
    background: #eaba73;
}
.mainBox .contactNote span.btn.btn1::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    top:-2px;
    margin: 0 5px 0 0;
    background: url(../images/icon_contact_btn1.svg) no-repeat center center;
    background-size: contain;
}
.mainBox .contactNote span.btn.btn2::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    top:-2px;
    margin: 0 5px 0 0;
    background: url(../images/icon_func_icon3_hover.svg) no-repeat center center;
    background-size: contain;
}

.estimateFormBox > ul > li > dl.uploadBox > dd  .estimateLoad input[type=file] {
    /* visibility: hidden; */
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
}

.estimateFormBox > ul > li > dl.uploadBox > dd  .estimateLoad span img {
    /* visibility: hidden; */
    width: 100%;
    height: auto;
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
