@charset "utf-8";
/* CSS Document */
.uk-modal-body{
    font-size: 1.2rem;
}
body#contact .uk-modal-header h2, body#contact .uk-modal-body h4 {
    font-family:'taipei sans tc';
    color: #333;
    font-weight: bold;
    font-size: 1.7rem;
}
.twzipcode div select option{
    color: #333333;
}
.textarea_name{
    text-indent: 20px;
    font-size: 1rem;
    letter-spacing: 1px;
    padding-bottom: 1%;
    margin-top: 2%;
}
.submit_td input[type="text"]{
    background: transparent;
    color: #FFF;
    height: 34px;
}
.contact_tip a{
    color: #FFF;
}
#map img{border-bottom: 4px solid rgba(255,255,255,1);}
.tip,#my-id{
    font-family: 'taipei sans tc';
}
.form1 li{
    width: 45%;
    margin-bottom: 3%;
    list-style-type: none;
    color: #FFF;
    line-height: 180%;
    display: inline-block;
    font-family: 'taipei sans tc';
    float: left;
    letter-spacing: 0.05vw;
}
.form1 li:nth-child(even){
    margin-left: 10%;
}
.form1 li:nth-child(5){
    width: 100%;
}
.form1 li.contact_txt{
    margin-left: 0;
}
.form1{
    padding-left: 0;
    margin-bottom: 0;
}
.privacy-policy ul{
    padding-left: 30px;
}
.privacy-policy ul li {
    position: relative;
}
.privacy-policy .uk-article-title {
    font-family: Microsoft JhengHei;
}
.privacy-policy ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -1em;
    background: rgb(50,50,50);
    top: 11px;
}
#map {
    width: 100%;
    max-height: 330px;
    height: 17vw;
    position: relative;
}
.submit_td{
    position: relative;
    text-align: center;
    float: right !important;
    margin-top: 1%;
}
/*無欄位聯絡表單*/
input::placeholder{
    color:#FFF;
    font-size: 1.2em;
    font-family: 'taipei sans tc';
    letter-spacing: 0.05vw;
}
textarea::placeholder{
    color:#FFF;
    font-size: 1.2em;
    font-family: 'taipei sans tc';
    letter-spacing: 0.05vw;
}
.contact {
    width: 72%;
    display: block;
    vertical-align: bottom;
    margin: 0 auto;
    padding-top: 3%;
    color: #FFFFFF;
}
.contact > table {
    width: 100%;
}
.contact > table >tbody > tr {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5%;
}
.contact > table >tbody > tr > td:first-child {
    background: #f3f3f3;
    font-size: 1em;
    font-family: Microsoft JhengHei;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
    min-width: 38px;
    position: relative;
}
input[type="text"] {
}
.contact > table >tbody > tr > td:nth-child(2) {
    display: inline-block;
    width: 85%;
    position: relative;
}
#authnum2 {
    position: absolute;
    right: 0;
    cursor: pointer;
    height: 36px;
    width: 20%;
}
input[type="text"] {
    width: calc(100% - 10px);
    border: 0;
    height: 36px;
    color: #ffffff;
    padding-left: 10px;
    margin-bottom: 3px;
    background: transparent;
    border-bottom: 1px solid #ffffff;
    font-family: 'taipei sans tc';
    letter-spacing: 0.05vw;
}
.contact > table >tbody > tr:last-child > td > input[type="text"] {
    width: 100%;
}
.con_btn {
    border: 0;
    padding: 3.5% 0;
    color: #FFFFFF;
    font-family: 'taipei sans tc';
    right: 0;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.1vw;
    text-indent: 0.6em;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3b486+0,9f685a+100 */
    background: rgb(243,180,134); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(243,180,134,1) 0%, rgba(159,104,90,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(243,180,134,1) 0%,rgba(159,104,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(243,180,134,1) 0%,rgba(159,104,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b486', endColorstr='#9f685a',GradientType=0 ); /* IE6-9 */
}
.submit_td .con_btn {
    width: 100%;
}
.contact > table >tbody > tr:last-child > td:first-child {
    background: transparent;
}
textarea {
    background: transparent;
    width: calc(100% - 4px);
    font-family: Microsoft JhengHei;
    max-width: 100%;
    text-indent: 7px;
    margin-top: 0;
    min-height: 100px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding-top: 10px;
}
.SelectStyle,.SelectStyle2,.twzipcode div select{
    width: 99%;
    height: 36px;
    overflow: hidden;
    background: url(../images/btn_list.png) no-repeat right;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-left: 4px;
    margin-bottom: 3%;
    font-size: 1rem;
}

select#county-o0cdsume5b {}
.SelectStyle select,.SelectStyle2 select,.twzipcode select{
    background: transparent;
    width: 98%;
    font-size: 1em;
    line-height: 1;
    border: 0;
    height: 36px;
    -webkit-appearance: none;
    cursor: pointer;
    letter-spacing: 1px;
    display: inline-block;
    text-indent: 0.35em;
    font-family: 'taipei sans tc';
    color: #FFF;
}
.SelectStyle select option{
    color: #707070;
}
li.tip{
    color: #fff !important;
    font-size: 18px;
    text-align: left;
    margin-left: 20px;
    margin-top: 1%;
    margin-bottom: 4%;
    letter-spacing: 1px;
}
.tip a{
    color: #e2ba70;
    display: inline-block;
    position: static;
    padding: 0;
    opacity: 1;
    background: transparent;
    vertical-align: bottom;
}
.roseparty{
    background: #5fbeb8;
    padding: 15px 0 15px 0;
}
.roseparty a{
    display:inline-block;
    width: 100%;
}
.roseparty a img{
    height: 21px;
    display: block;
    margin: 0 auto;
}
.uk-form input[type=checkbox]:not(:disabled), .uk-form input[type=radio]:not(:disabled) {
    cursor: pointer;
}
.uk-form input[type=checkbox], .uk-form input[type=radio] {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: #FFF;
    margin-right: 9px;
}
.uk-form input[type=checkbox], .uk-form input[type=radio] {
    padding: 0;
}
.uk-form input, .uk-form select, .uk-form textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: inherit;
}
.uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 20px;
    color: #00a8e6;
}
.uk-form input[type=checkbox]:before, .uk-form input[type=radio]:before {
    display: block;
}
input[type="checkbox"] {
    margin-right:5px;
    vertical-align: middle;
}
@media (max-width: 960px){
    .contact_txt{
        font-size: 2.3vw;
    }
    .SelectStyle select, .SelectStyle2 select, .twzipcode select{
        font-size: 2.7vw;
        text-indent: 6px;
        letter-spacing: 0.2vw;
    }
    .contact {
        padding-top: 0;
    }
    #contact #ds2 ul.inf{
        margin: 20px 0;
    }
    #contact #ds2 .inf li:nth-child(1),#contact #ds2 .inf li:nth-child(2),#contact #ds2 ul.inf{
        width: 100%;
    }
    .form1 li{
        width: 100%;
        letter-spacing: 0.2vw;
    }
    .form1 li:nth-child(even) {
        margin-left: 0;
    }
    .contact {
        left: 0;
        margin-top: 2%;
        width: 82%;
        margin-left: 9%;
        margin-right: 0;
        padding-bottom: 5%;
        display: inline-block;
        vertical-align: bottom;
    }
    #map {
        width: 100%;
        margin: 0 auto;
        max-height: 310px;
        height: 32vw;
    }
    .contact {
        left: 0;
        margin-top: 0;
        width: 82%;
        margin-left: 9%;
        margin-right: 0;
        padding-bottom: 5%;
        display: inline-block;
        vertical-align: top;
    }
    .twzipcode div select {
        font-size:2.3vw;
    }
    input[type="text"] {
        font-size:2.3vw;
    }
    textarea {
        font-size:2.3vw;
    }
    .contact {
        left: 0;
        margin-top: 5%;
        width: 87%;
        margin-left: 6.5%;
        margin-right: 6.5%;
        vertical-align: bottom;
    }
    textarea {
        height: 120px;
    }
    .contact {
        left: 0;
        margin-top: 7%;
        width: 84%;
        margin-left: 8%;
        margin-right: 0;
        padding-bottom: 5%;
        display: inline-block;
        vertical-align: top;
        font-family: Microsoft JhengHei;
    }
	textarea{
		width: calc(100% - 8px);
		padding-left: 4px;
	}
}
@media (max-width: 690px) {
    .con_btn {
        font-size:3.7vw;
        padding: 3% 0;
    }
}
@media (max-width: 480px){
    .map {
        height: 300px;
    }
}