@charset "utf-8";
/* CSS Document */

.form h3 {
    position: relative;
    width: 100%;
    padding: 0.25em 0.5em 0.25em 1.4em;
    border: 1px solid #8b8b8b;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 50%, #f5f5f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 50%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 50%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}
.form h3::after {
    position: absolute;
    top: 50%;
    left: 0.7em;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 12px;
    background-color: #ff47a0;
    border-radius: 4px;
}
.form input{
    padding: 5px;
    /*border: 1px solid #aaa;*/
}
.form{
    width: 61vw;
    margin: 0 auto;
}
.form ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.form ul li{
    display: block;
    width: 100%;
    margin: 10px 0;
}
.form.SupplierForm{}
.form.SupplierForm ul{
    margin-bottom: 20px;
}
.form.SupplierForm ul li{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    width: 50%;
    padding-bottom: 10px;
    border-bottom: 0px dotted #999;
}
.form ul li.form_area{
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.form ul li ul{
    display: flex;
    flex-wrap:wrap;
    padding: 0px;}
.form ul li ul li{
    display: flex;
    align-items: center;
    width: 48%;
    padding: 10px 0;
    margin-right: 1%;
    flex-wrap: wrap;
}
.form ul li ul li.full_size{
    width: 100%;
}

.form ul li ol.iti__country-list li{
    display: block;
    width: auto;
    padding: 0;
    margin: 5px 10px;;
    flex-wrap: wrap;
}
.form input{
    height: 34px;
    font-size: 1.4rem;
}
input.admin_name{
    margin-right: 5px;
}
input.size_tiny{
    width: 60px;
}
input.size_short{
    width: 200px;
}
input.size_middle{
    width: 320px;
}
input.size_long{
    width: 460px;
}
input.size_phone{
    width: 120px;
}
textarea.size_tiny{
    width: 60px;
}
textarea.size_short{
    width: 200px;
}
textarea.size_middle{
    width: 320px;
}
textarea.size_long{
    width: 460px;
}
textarea.size_phone{
    width: 90px;
}
.form textarea {
    width: 600px;
    height: 200px;
    padding: 5px;
    border: 1px solid #aaa;
    outline: none;
}
.form ul li.textarea{
    align-items: flex-start;
    width: 100%;
}
span.star{
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-size: 1.5rem;
    color: #ff0000;
    font-weight: 600;
}
.form h6{
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-size: 1.5rem;
    white-space:nowrap;
}
.form .captcha_box h6{
    white-space: normal;
    margin-bottom: 10px;
}
.form select{
    /*height: 36px;
    font-size: 1.4rem;
    border: 1px solid #aaa;
    outline: none;
    margin-right: 5px;*/
}
.form select.country_code{
    border: 0px solid #aaa;
    background-color: transparent;
}
.tele_wrap{
    display: flex;
    align-items: center;
    height: 36px;
    /*padding: 0 5px;*/
    border: 1px solid #aaa;
    background-color: #fff;
    flex-wrap: wrap;
}
p.tip{
    color: #FF0000;
    font-size: 1.4rem;
}
.tele_wrap input{
    height: 34px;
    border: 0px solid #aaa;
    padding: 0px;
    margin: 0 3px;
    background-color: transparent;
}

.form ul li ul.agree_items{}

.form ul li ul.agree_items li{
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee;
}
.inquiry_btn {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #000;
}
.captcha_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.article.forget_pw_wrap{
    width: 30vw;
}
.forget_pw_wrap .form{
    width: 100%;
}
@media screen and (max-width: 1366px) {

.form{
    width: 100%;
    margin: 0 auto;
}

}
@media screen and (max-width: 1180px) {



}
@media screen and (max-width: 1024px) {



}
@media screen and (max-width: 820px) {


.form ul li ul li.full_size{
    width: 100%;
}
.form.SupplierForm ul li{
    width: 100%;
}
.article.forget_pw_wrap{
    width: 95vw;
}
}
@media screen and (max-width: 768px) {



}
@media screen and (max-width: 576px) {
.form ul li{
    margin: 0px;
    margin-bottom: 10px;
}
.form ul li.form_area{
    padding: 10px;
}
.form ul li ul li{
    flex-wrap: wrap;
}
.form ul li ul li{
    width: 100%;
    margin-right: 0px;
}
input.size_long{
    width: 100%;
}
input.admin_name{
    margin-right: 0px;
    margin-bottom: 5px;
}
.form textarea{
    width: 100%;
}
.tele_wrap{
    height: auto;
}
input.size_phone {
    width: 130px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}
.tele_wrap input.ext{
    /*border-bottom: 1px solid #aaa;
    margin-bottom: 10px;*/
}
.form select.country_code{
    border-bottom: 1px solid #aaa;
}
.tele_wrap{
    padding: 0;
}
.gender{
    margin: 5px 0;
}
.form h6{
    width: 95%;
}
}