﻿@import "../../inc/css/btn.css";

html, body, select, input, div, h1, h2, h3, h4, p, span, ul, li, div {
    margin: 0;
    padding: 0;
}

body {
    font: 15px/1.5 微軟正黑體,Arial;
    color: #333;
    letter-spacing: 1px;
    /*background: url(./images/web_bg.png) lightgray 50% / cover no-repeat;
    background-repeat: repeat-y;*/
    background: url(./images/web_bg.png) center top repeat;
}
.page-wrap {
    width: 1000px;
    margin: 0 auto; /* 置中 */
}

.img_2023 {
    background: url("images/all_bg.png") no-repeat center top;
    width: 100%;
    background-size: cover;
   overflow: hidden;
   margin-top: 78px;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.float-L {
    float: left;
}

.float-R {
    float: right;
}

select {
    font: 15px/1 Arial, Helvetica, sans-serif;
    color: #333333;
}

input {
    font: 15px/1.5 Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 3px;
}

.weight {
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

/*---- 最外層包裝 ----*/
#WRAPPER {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


#wls_bar
{ width:100%;
  margin:0 auto;
  background:#333 url("images/wls_top.png") repeat-y center;  
  height:12px;
    }

#master {
    width:1000px;
    margin:0 auto;
    position:relative;
    z-index:10;
    top:0px;
}

#header {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /*height: 720px;*/
    background: url(images/all_bg.png) center center / cover no-repeat;
    aspect-ratio: 3 / 1;
}

#menu {
    background: url("images/menu_bg.html") repeat-x;
}

#menu_content {
    width: 1000px;
    margin: 0 auto ;
    
}

#logo
{ 
  position:absolute;
  top:10px;
  left:40px;
  z-index:13;
    } 
#logo2
{ 
  position:absolute;
  top:0px;
  right:0px;
  z-index:13;
    }
#content {
    width: 100%;
    margin: 40px auto;
    background:#fff;
}
#master_title01 {
	position: absolute;
	left: 280px;
	top: 40px;
	z-index: 3;
}
#master_title02 {
	position: absolute;
	left: 400px;
	top: 130px;
	z-index: 4;
}


#master_img01{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 190px;
}



#footer {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font: 15px/1.5 微軟正黑體,Arial;
    background: #3E3A39;
}
.footer-inner {
    /*max-width: 1000px;*/
    /*width: 100%;*/
    padding: 0 50px;
    display: inline-flex;
}

a, a:hover{
    text-decoration:none;
}

    #footer a {
        color: #ffffff;
        text-decoration: none;
    }

        #footer a:hover {
            color: #ffffff;
            text-decoration: none;
        }

/* 內層統一 1000px 置中 */
.header-inner,
.content-inner
{
    max-width: 1000px;
    margin: 0 auto;
}

.header1 {
    height: 500px;
    background: url(images/header1_bg.html) no-repeat;
}



.title {
    margin-bottom: 10px;
}
/*login*/
.login {
    width: 90%;
    margin: 0 auto;
    padding: 50px;
    font: 16px/1.5 微軟正黑體,Arial;
    border: 2px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px; /*safari, google chrome */
    -moz-border-radius: 8px; /*firefox */
    box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    color: #fff;
    background: url(images/all_bg.html) repeat-x center;
    behavior: url(https://www.wls.com.tw/inc/css/PIE.htc);
    position: relative;
}

.login2 {
    width: 50%;
    margin: 0 auto;
}

.login_title {
    border-bottom: 2px dotted #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.login_left {
    float: left;
}

    .login_left input {
        border-radius: 3px;
        -webkit-border-radius: 3px; /*safari, google chrome */
        -moz-border-radius: 3px; /*firefox */
        border: 1px solid #999;
        behavior: url(https://www.wls.com.tw/inc/css/PIE.htc);
    }

.login_right {
    float: left;
    padding-left: 10px;
}

.button {
    padding: 18px 20px;
    font-size: 16px;
    text-align: center;
    font-family: 微軟正黑體, Arial;
    margin: 10px 2px;
    font-weight: normal;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px; /*safari, google chrome */
    -moz-border-radius: 3px; /*firefox */
    text-decoration: none;
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
    background: #f19900;
    behavior: url(https://www.wls.com.tw/inc/css/PIE.htc);
}

    .button:hover {
        text-decoration: none;
        background: #ff1f0e;
        color: #fff;
        box-shadow: 0 0 5px #e2e2e2, 0 1px 1px #999;
        -webkit-box-shadow: 0 0 5px #e2e2e2, 0 1px 1px #999;
        -moz-box-shadow: 0 0 5px #e2e2e2, 0 1px 1px #999;
        -o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
        -webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
        -moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
        transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    }

.login label {
    padding-top: 10px;
    *padding-top: 10px;
    width: 100px;
    display: inline-block;
}
/*qa*/
.qa_title {
	margin-left:30px;
    font-weight: bold;
    font: 26px/1.5 微軟正黑體,Arial;
    font-weight: bold;
    color:#0269ad;
}

.qa_list {
    display: block;
}

    .qa_list > li {
        padding: 10px 0;
        margin: 10px 0;
        border-bottom: 1px dotted #898989;
        list-style-type: none;
    }

.qa_q {
    font-weight: bold;
    font: 16px/1.5 微軟正黑體,Arial;
    background: url("images/icon_qa.html") no-repeat 0 2px;
    padding-left: 30px;
    color: #a17c2a;
}

.qa_a {
    color: #333;
    padding-left: 30px;
}

.qa_list > li li {
    margin-left: 20px;
}

.titlew{
	font: 20px/2 微軟正黑體,Arial; color:#FF002F;  font-weight:bold; letter-spacing:1px;}


.table {
    width: 100%;
    border-collapse: collapse;
    font: 14px/1.5 微軟正黑體,Arial;
    background-color: transparent;
}

    .table th {
        padding: 10px 5px;
        border: 1px #F66 solid;
        color: #fff;
        text-align: center;
        background-color: #C60000;
        font-weight: bold;
        font-size: 20px;
    }

    .table td .tdBTxt {
        color: #1E88E5;
        font-weight: bold;
        font-size: 20px;
    }
    .table td .tdRTxt {
        color: #DB4040;
        font-weight: 600;
        font-size: 20px;
    }

    .table tbody td {
        border: 1px #F66 solid;
        padding: 10px 7px;
        text-align: center;
        background-color: #FFF3DB;
        letter-spacing: 0.28px;
    }

    /* 移除最外圍 */
    .table tbody tr:first-child td, .table tr:first-child th {
        border-top: none;
    }

    .table tbody tr:last-child td, .table tr:last-child th {
        border-bottom: none;
    }

    .table tbody td:first-child, .table th:first-child {
        border-left: none;
    }

    .table tbody td:last-child, .table th:last-child {
        border-right: none;
    }

    .table tfoot td {
        background:#ffcb78;
        height:150px;
        text-align: center;
    }
	
	.table span {
        color:#ff0000;
        text-align: center;
    }

    .table tbody th {
        background-color: #C60000;
    }

    /**注意事項**/
    #attention {
        margin: 20px auto 50px auto;
        width: 100%;
        padding: 20px;
        font: 14px/1.5 微軟正黑體,Arial;
        border-radius: 8px;
        -webkit-border-radius: 8px; /*safari, google chrome */
        -moz-border-radius: 8px; /*firefox */
        color: #fff;
        background: #999;
        behavior: url(https://www.wls.com.tw/inc/css/PIE.htc);
    }

    #attention ol {
        display: block;
        margin: 5px auto;
        list-style-position: outside;
        *list-style-position:inside;
        *padding-left:1em;
    }

.attention2 {
    padding-left: 20px;
}

    .attention2 li {
        list-style-type: disc;
    }

#attention a {
    color: #ffffff;
}


/*--table--*/
.hoverStyle1 /*單數tr*/
{
    background: #ffe0ae;
    height: 30px;
    color: #333333;
}

.hoverStyle2 /*雙數tr*/
{
    background: #fff8d6;
    height: 30px;
    color: #333333;
}

.hoverStyle3 /*滑鼠移過去*/
{
    background: #0269ad;
    height: 30px;
    color: #fff;
}


/*--- Back To Top---*/

#back-top {
    position: fixed;
    bottom: 4px;
    right: 10px;
    z-index: 2;
}

    #back-top a {
        width: 130px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }

    #back-top span {
        width: 122px;
        height: 108px;
        display: block;
        margin-bottom: 30px;
        background: url(images/scrolltop.png) no-repeat center center;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: transparent;
    }




.system {
    padding: 20px 0;
    border-bottom: 2px #CCC dotted;
}

.system2 {
    padding: 20px 0;
}
/*---navbar---*/
.navbar {
    width: 100%;
    background: #f8f9fa;
}

.navbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 16px 120px;
}

.logo img {
    /*height: 32px;*/
    margin-right: 8px;
    vertical-align: middle;
}

div.navbar {
    /*width: 100%;
    clear: both;
    position: fixed;
    top: 0;
    background: url("images/menu_bg.html") repeat-x;
    z-index: 9999;
    display: none;
    box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;*/
}

    div.navbar ul {
        width: 1000px;
        margin: auto;
        padding: 0;
    }

        div.navbar ul li {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
        }

            div.navbar ul li a {
                display: block;
                width: inherit;
                vertical-align: middle;
                text-align: center;
                color: #fff;
                text-decoration: none;
                font-weight: bold;
                -moz-transition: opacity 0.5s ease;
                -webkit-transition: opacity 0.5s ease;
                -ms-transition: opacity 0.5s ease;
                -o-transition: opacity 0.5s ease;
                transition: opacity 0.5s ease;
            }

                div.navbar ul li a.hover {
                    background: url(images/navbar-on.html) repeat-x 0 0;
                    color: #fff;
                }

.newp_title {
    background: #f26d7d;
    color: #fff;
    font: 30px/1.5 微軟正黑體,Arial;
    padding: 5px 5px;
    border-radius: 3px;
    text-align: center;
    -webkit-border-radius: 3px; /*safari, google chrome */
    -moz-border-radius: 3px; /*firefox */
    behavior: url(https://www.wls.com.tw/inc/css/PIE.htc);
}

/* content */
.content
{ width:100%;
  margin:0 auto;  
  text-align:center;
    }
.content img
{ 
  text-align:center;
    }
#dicecontent
{ width:1000px;
  margin:0 auto; 
  /*padding-bottom:20px;*/
  text-align:center;
    }

.topicTxt {
    color: #ffffff;
    /*font-size: 18px;*/
    margin: 50px 0;
}
    .topicTxt p.TopTitle {
        font-size: 1.75rem;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .topicTxt p.sTitle {
        font-size: 1.125rem;
        font-weight: 400;
    }

/*抽獎機會查詢*/
    .title_list li {
    display: inline-block;
    padding: 10px 18px 10px 28px;
    background: url(images/icon_001.html) no-repeat 0 7px;
}
.table2 {
    border-collapse: collapse;
    width:100%;
    margin-bottom:30px;
}

    .table2 thead th {
        background: #26498c;
        padding: 10px 5px;
        border: 1px #FFFFFF solid;
        color: #fff;
        text-align: center;
    }


    .table2 tbody td {
        border: 1px #FFFFFF solid;
        padding: 20px 10px;
		text-align: center;
        background: #ffe0ae;

    }
    .table2 tbody td SPAN{
     
        color:#cc0000;
        font:26px/1.5 微軟正黑體,Arial;
    }
    .title3
{  

   	color:#cc0000;

    }

/*中獎名單*/
.title2
{  

	font:26px/1.5 微軟正黑體,Arial;
   	color: #0269ad;
   	font-weight:600;
    }
.text2
{ margin-bottom:50px;
     }

/*letter*/

#main {
	margin: 0 auto ;
	width: 838px;
	padding:25px;
}

#footer2 {
	background-image: url(images/downbar_03.html);
	background-repeat: repeat-x;
	background-position: center;
	height: 50px;
	width: 100%;
	margin-top: -50px;
	position: fixed;
	left: 0px;
	top: 100%;
}

/* winner_data */
.text3
{  padding:10px 0;
   width:100%;
   margin:20px auto;
   background:#fff;

    }

.text3 p
{  padding:10px 0;
   border-bottom:1px dotted #898989;
  /* background:url(images/icon_002.png) no-repeat 15px 15px;*/
    }

.text3 p label
{  padding-left:10px;
   display:inline-block;
   width:210px;
    }
.text3 p label img
{ padding-right:10px;
    }
.text4
{  color:#cc0000;
   font:26px/1.5 微軟正黑體,Arial;
   padding:50px 0;
   text-align:center;
    }
.text4 img
{ vertical-align:middle;
  margin-right:5px;
    }
/*---END*---*/

ul.Tel {
    list-style: disc;
    text-align: left;    
    background-color: rgb(255 255 255 / 50%);
    border-radius: 8px;
    padding: 18px;
    padding-left: 50px;
    line-height: 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.6px;
    font-family: var(--Noto-Sans-TC, "Noto Sans TC");
}

.footer-item {
    display: flex;
    flex-direction: column;    
    text-align: left;
    margin-right: 30px;
}
/* 社群 icon */
.footer-social {
    display: block;
    gap: 12px;
    margin-left: auto; /* 推到最右 */
}
.footer-item a img {
    margin-right: 8px;
}

#footer ul > li {
    display: inline-block;
    margin-right: 24px;
}
.footer-logo .logoP {
    display: block;
}

.footer-logo .logoM {
    display: none;
}
.downTxt {
    margin-top: 32px;
}

@media only screen and (max-width: 1200px) {

    .footer-inner {
        display: inline-block;
    }
    .footer-logo img {
        width: fit-content;
        margin: 0 auto;
    }
    .footer-logo .logoP {
        display:none;
    }
    .footer-logo .logoM{
        display: block;
    }
    .footer-item {
        display: flex;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .footer-social {
        display: block !important;        
    }
    .footer-inner {
        /* max-width: 1000px; */
        /* width: 100%; */
        padding: 0 20px;
        display: inline-flex;
        display: inline-block;
    }
    #footer ul {
        margin-bottom: 20px;
    }
        #footer ul > li {
            display: block;
            margin: 0 auto;
        }

}
@media only screen and (max-width: 1000px) {
    .content-inner {
        padding-right: 7px;
        padding-left: 7px;
    }
}

    @media only screen and (max-width: 700px) {
        .logo {
            padding: 20px;
        }
        .logo3{
            display:none;
        }

        #header {
            background: url(images/all_bgM.png) center center / cover no-repeat;
            aspect-ratio: 2 / 1;
        }

        .navbar-inner {
            display: contents;
            /* margin: 20px 0; */
        }

        .table th, .table td .tdBTxt, .table td .tdRTxt {
            font-size: 0.8rem;
        }

        .table {
            font-size: 0.5rem;
        }

        .topicTxt {
            padding: 0 30px;
        }

            .topicTxt h1 {
                font-size: 1.8rem;
            }

            .topicTxt h5 {
                font-size: 1.3rem;
                font-weight: normal;
                margin-top: 20px;
            }
    }