@charset "utf-8";


/* CSS Document */


/**************官網天地-隱藏****************/

#header-wrapper-smart-tribune,.breadcrumb,#launcher,.footer-wrapper.app-hide {
    display: none!important;
}


/**************官網其他設定-更改****************/

@media screen and (min-width: 64em) {
    .l-content__main-top {
        padding: 0;
        margin: 0;
    }

    .l-content {
        padding: 0;
    }
}




/**************Dcard 基本內容設定****************/
.c-r {
    color: #b40024 !important;
}
#dvSmartAgentICON {
    display: none !important;
}

.dcard a img {
    margin-bottom: 4vw;
}

@media (min-width: 992px) {
    .dcard a img {
        margin-bottom: 20px;
    }
}

body {
    font-family: "微軟正黑體", "Noto Serif", "serif", sans-serif, "Microsoft JhengHei" !important;
    font-weight: normal;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
    background: #fff;
}

.CRL_wrapper {
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    clear: both;
}

.CRL_wrapper a:hover {
    color: #fff;
}

.dcard {
    padding: 15px 15px 25px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
}

section a {
    color: #ccc;
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.g-wrap li {
    list-style: none;
}

section .banner {
    width: 100%;
    margin-bottom: 15px;
}

section .banner2 {
    width: 100%;
    margin: 15px auto;
}

section h1 {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: bold;
}

section p {
    color: #595959;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: justify;
}

section font {
    color: #A8A8A8;
    A: 100%;
    font-weight: 300;
    font-size: 14px;
}

section h2 {
    color: #EDAD1D;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

section h3 {
    font-size: 15px;
    color: #A8A8A8;
    font-weight: 300;
    line-height: 20px;
}

section ul {
    padding-left: 25px;
    padding-left: 15px;
    text-align: justify;
}

section li {
    list-style-type: decimal;
    font-weight: 300;
    line-height: 20px;
    color: #595959;
    font-size: 14px;
}

section li a {
    color: #595959;
    text-decoration: underline;
}



/**************表單 欄位名稱共用**************/


.event_oto a,
.event_oto  a:hover {
    color: #EDAD1D;
}
.event_oto  a:hover {
    text-decoration: underline;
}





.event_oto{
    padding-left: 0;
}
.event_oto li{
    list-style-type: none;
    margin-bottom: 15px;
    display: block;
}
.event_oto p{
    font-weight: bold;
}
.event_oto p,.event_oto,.event_oto label,.event_oto input{
    font-size: 14px;
}
.event_oto input[type=checkbox]+label:before,.event_oto input[type="text"]{
 border: 1px solid #DFDFDF;
    border-radius: 2px;
      background-color: #fff;
      box-sizing:border-box;
box-shadow: none;
padding: 12px;
}
.event_oto input[type="text"]{
margin:5px 0;


   
    width: 100%;
  
}
.event_oto input[type=checkbox]+label:before,.event_oto input[type="text"]{

}
.event_oto li.error input[type="text"]{
 border: 1px solid #b40024;
}
.event_oto p.error{
    color: #b40024 !important;
    font-size: 12px;
    display: none;
    font-weight: normal;
}
.event_oto li.error p.error{
    display: block;
}

.event_oto .agree{
    padding-top: 15px;
    padding-bottom: 1px;
    
}
.event_oto .agree label{
font-weight: normal;
}
.event_oto label{
    display: contents;
}
.event_oto input[type=checkbox]:checked+label{
    color: #595959;
}
.event_oto input[type=checkbox]:checked+label:before {
    background: #fff;
    background-image: url(ok.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 111.11111%;
    border: 1px solid #000;
}
.note li{
    color: #A8A8A8;
} 
.event_oto .button.submit_button{


    background-color: #EDAD1D;
    border-radius: 2px;
            height: 48px;
        font-size: 18px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    border: 0;
    font-family: 微軟正黑體, sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
}