@charset "UTF-8";
/* Reset ====================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, div, h1, h2, h3, h4, h5, h6, form, input, button, textarea, th, td, figure { margin: 0; padding: 0;-moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; }
img { max-width: 100% !important; height: auto !important; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
a:hover { text-decoration: none; }
input, textarea { outline: none; }

/* Default ====================================================================*/
html {
    overflow-x: hidden; 
}
body { 
    font-family: 'Microsoft JhengHei',Arial, sans-serif; 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #333; 
    overflow-x: hidden; 
}
ol, ul {
    margin-bottom: 0;
}
p, td, li, label {
    font-family: 'Microsoft JhengHei',Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft JhengHei',Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
a, a:hover, a:active, a:visited, a:focus {
    font-family: 'Microsoft JhengHei',Arial, sans-serif;
    color: #333; 
}
::selection {
    background: rgba(226,133,133, 0.2);
}
::-moz-selection {
    background: rgba(226,133,133, 0.2);
}
.table_scroll { 
    overflow-x: auto; 
}
.datatable {
    color: #333;
    background-color: #FFF;
    width: 100%;
    min-width: 800px;
    border-collapse: separate;
    border-spacing: 0;
}
.datatable th {
    background: #404040;
    color: #FFF;
    border: 1px solid #404040;
}
.datatable td, .datatable th {
    font-size: 16px;
    padding: 15px;
    text-align: center;
}
.datatable td {
    background: #fff;
    border-bottom: 1px solid #404040;
    border-left: 1px solid #D7D7D7;
	font-weight: 600;
}
.datatable th:first-child {
    border-top-left-radius: 10px;
}
.datatable th:last-child {
    border-top-right-radius: 10px;
}
.datatable tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    border-left: 1px solid #404040;
}
.datatable tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    border-right: 1px solid #404040;
}
.datatable tr:not(:last-child) td:first-child {
    border-left: 1px solid #404040;
}
.datatable tr:not(:last-child) td:last-child {
    border-right: 1px solid #404040;
}
.wrap-1720 {
    max-width: 1760px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 0 20px;
    clear: both;
}
.wrap-1410 {
    max-width: 1450px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 0 20px;
    clear: both;
}
.wrap-1130 {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 20px;
    clear: both;
}
.font-thin {
    font-weight: 100;
}
.font-extra_light {
    font-weight: 200;
}
.font-light {
    font-weight: 300;
}
.font-regular {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semi_bold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extra_bold {
    font-weight: 800;
}
.font-weight-black {
    font-weight: 900;
}
.font-lato {
    font-family: 'Lato', sans-serif;
}
.subtitle {
    font-size: 18px;
    color: #ff640f;
    margin-bottom: 20px;
}
.main-title {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto 65px auto;
    text-align: center;
    letter-spacing: 2px;
}
.main-title::after {
    content: '';
    position: absolute;
    background: #FF650F;
    width: 60px;
    height: 6px;
    left: calc(50% - 30px);
    bottom: -25px;
}
.btn-deco {
    border: 1px solid #FF640F;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.btn-deco a {
    font-size: 15px;
    color: #FF640F;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.btn-deco:hover {
    background: -webkit-linear-gradient(left,#e65d15,#ff7e00);
    background: -o-linear-gradient(right,#e65d15,#ff7e00);
    background: -moz-linear-gradient(right,#e65d15,#ff7e00);
    background: linear-gradient(to right,#e65d15,#ff7e00);
}
.btn-deco:hover a {
    color: #FFF;
}
.btn-deco::before, .btn-deco::after {
    content: '';
    position: absolute;
    width: 0%; 
    height: 0%;
    opacity: 0;
    transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
    -webkit-transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
    -moz-transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
    -o-transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}
.btn-deco::before {
    top: -5px;
    right: 5px;
    border-top: 1px solid #FF640F;
    border-left: 1px solid #FF640F;
}
.btn-deco::after {
    bottom: -5px;
    left: 5px;
    border-bottom: 1px solid #FF640F;
    border-right: 1px solid #FF640F;
}
.btn-deco:hover::before, .btn-deco:hover::after {
    width: 100%; 
    height: 100%;
    opacity: 1;
    transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;  
    -webkit-transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
    -moz-transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
    -o-transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s; 
}


/* header */
header {
    position: relative;
    background: #FFFFFF;
}
.menu-core {
    display: flex;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1);
}
.shrink .menu-core {
    width: 100%;
    top: -20px;
    position: fixed;
    background: #FFF!important;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1);
    height: 86px;
    z-index: 9999;
}
.header-menu-top {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 70px;
    text-align: left;
    position: relative;
    top: 0px;
    z-index: 10001;
    clear: both;
}
.shrink .header-menu-top {
    padding-top: 20px;
}
.menu-bg-top {
    padding: 23px 20px 24px 20px;
}
.logo {
    display: block;
    background: url(../images/logo.png) top left no-repeat;
    background-size: 100%;
    width: 209px;
    height: 48px;
}
.shrink .logo {
    display: block;
    background: url(../images/logo.png) top left no-repeat;
    background-size: 100%;
    width: 150px;
    height: 34px;
    margin: 16px 0;
}
.menu-button {
    width: 40px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 99991;
    top: 19px;
    left: 10px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.menu-button span {
    width: 70%;
    height: 2px;
    display: block;
    background: #FE4101;
    border-radius: 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.menu-button.open span {
    position: absolute;
}
.menu-button.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-button.open span:nth-child(3) {
    opacity: 0;
}
.menu {
    display: flex;
    margin-right: 20px;
}
.menu .drop-down { 
    position: relative; 
}
.menu .menu-list { 
    display: none; 
    position: absolute; 
}
.menu-main {
    display: flex;
}
.menu-main > li {
    display: flex;
    align-items: center;
    padding: 0px 36px;
}
.menu-main > li >a {
    display: flex;
    color: #222;
    font-size: 15px;
    width: 100%;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: bold;
    text-transform: capitalize;
}
.menu-main > li > a::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    height: 3px;
    background-color: #FE4100;
    width: 0%;
    z-index: -1;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.menu-main > li:hover > a::before, .menu-main > li > a.current::before {
    left: 0px;
    width: 100%;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.menu-main .menu-list {
    position: absolute;
    left: calc(50% - 120px);
    width: 240px;
    top: 45px;
    padding: 25px 35px;
    background: #FE4100;
    list-style-type: none;
}
.menu-main .menu-list li { 
    position: relative;
    padding-bottom: 5px;
}
.menu-main .menu-list li:last-child { 
    padding-bottom: 0;
}
.menu-main .menu-list li a { 
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
}
.menu-main .menu-list li a:hover, .menu-main .menu-list li a.current { 
    opacity: 0.5;
}
.menu-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 330px;
}
.menu-group > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
}
.shrink .menu-group > div {
    top: 20px;
}
.menu-search {
    right: 220px;
    background: #E65D15;
}
.menu-search > div {
    position: relative;
    margin-left: 10px;
    padding-right: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.menu-search input {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 8px;
    background-color: #fff;
    border: 2px solid #333;
}
.search {
    width: 0;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: -15px;
    right: 33px;
    background-color: #fff;
    z-index: 10001;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.search-btn {
    position: absolute;
    top: -14px;
    right: 0px;
    display: block;
    width: 26px;
    height: 26px;
    z-index: 5;
}
.search-pic {
    position: absolute; 
    top: -14px; 
    right: 0px; 
    cursor: pointer;
    width: 26px;
    height: 26px; 
    z-index: 10;
}
.search-open {
    width: 200px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.search-btn-open {
    z-index: 15;
}
.menu-inquiry {
    right: 110px;
    background: #F26418;
}
.menu-inquiry a {
    color: #FFF;
}
.inquiry_no {
    position: absolute;
    right: 35px;
    top: 22px;
    color: #f26418;
    background-color: #ffffff;
    border-radius: 100%;
    font-size: 13px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shrink .inquiry_no {
    top: 12px;
}
.menu-language {
    right: 0;
    background: #FF7E00;
}
.menu-language-btn {
    cursor: pointer;
}
.menu-language-options {
    display: none;
    position: absolute;
    z-index: 99;
    top: 60px;
    right: 8px;
    background: #333;
    text-align: center;
}
.menu-language-options a {
    color: #FFF;
    font-size: 13px;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #aba9a7;
}
.menu-language-options a:last-child {
    border-bottom: none;
}
.menu-language-options a:hover, .menu-language-options a.current {
    background: #717171;
    color: #FFF;
}


/* Banner */
.banner-pc {
    display: block;
}
.banner-mobile {
    display: none;
}


/* breadcrumb */
.breadcrumbs {
    text-align: left;
    color: #B1B1B1;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}
.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    padding-left: 0;
}
.breadcrumbs li {
    font-size: 13px;
}
.breadcrumbs a {
    color: #B1B1B1;
}
.breadcrumbs a:hover {
    color: #ff7e00;
}
.breadcrumbs a::after {
    content: '/';
    margin: 0 5px;
    color: #B1B1B1;
}
.result_text {min-height: 400px;display: flex;justify-content: center;align-items: center;font-size: 20px;}

@media all and (min-width: 1101px) { 
    .menu {
        display: flex !important;
    }
}


@media all and (max-width: 1500px) {
    .logo, .shrink .logo {
        width: 150px;
        height: 34px;
    }
    .shrink .logo {
        margin: 0;
    }
    .header-menu-top {
        width: calc(100% - 280px);
    }
    .menu-main {
        padding-left: 0;
    }
    .menu-main > li {
        padding: 0px 22px;
    }
    .menu-main > li >a {
        font-size: 14px;
        letter-spacing: 0;
    }
    .menu-group {
        max-width: 210px;
    }
    .menu-group > div {
        width: 70px;
    }
    .menu-search {
        right: 140px;
    }
    .menu-inquiry {
        right: 70px;
    }
    .inquiry_no {
        right: 14px;
        top: 17px;
    }
}


@media all and (max-width: 1100px) { 
    .main-title {
        font-size: 26px;
        margin-bottom: 50px;
    }
    .menu-core {
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        position: fixed;
        background: #FFF!important;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        z-index: 9999;
    }
    .shrink .menu-core {
        height: 90px;
        top: -20px;
    }
    .header-menu-top {
        min-height: 70px;
        height: auto;
    }
    .logo, .shrink .logo {
        width: 120px;
        height: 28px;
        margin-left: 40px;
    }
    .menu {
        width: 100%;
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 9999;
        overflow: auto;
        height: 409px;
    }
    .menu-bg-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        height: 70px;
        background: #FFF;
        padding: 20px;
    }
    .menu-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 888;
    }
    .menu-button {
        display: flex;
    }
    .menu-main {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }
    .menu-main > li {
        padding: 0 15px;
        width: 100%;
        background: #e65d15;
    }
    .menu-main > li > a::before {
        display: none;
    }
    .menu .drop-down {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .menu .drop-down > a::after {
        display: none;
    }
    .menu-main .menu-list { 
        position: static; 
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    .menu-main .menu-list li {
        padding-bottom: 0;
    }
    .menu-main .menu-list li a {
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
        display: block;
        width: 100%;
        background: #ff7e00;
        color: #ffffff;
        text-align: left;
    }
    .menu-main .menu-list li a:hover, .menu-main .menu-list li a.current {
        background: #ff7e00;
        opacity: 1;
    }
    .menu-main .plus {
        position: absolute;
        top: 0px;
        right: 15px;
        padding: 28px;
        z-index: 2;
    }
    .menu-main .plus::before, .menu-main .plus::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        background: #FFF;
        width: 12px;
        height: 2px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .menu-main .plus::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .menu-main .plus.open::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu-group {
        z-index: 10001;
    }
    .shrink .inquiry_no {
        right: 14px;
        top: 17px;
    }
    .menu-main > li > a {
        padding: 15px 10px;
        justify-content: flex-start;
        color: #FFF;
        font-weight: bold;
        border-bottom: 1px solid #e6b297;
    }
    .menu-main > li:last-child > a {
        border-bottom: none;
    }
    .main {
        margin-top: 70px;
    }
}

@media all and (max-width: 768px){
	.datatable td, .datatable th {
		padding: 15px 5px;
	}
}

@media all and (max-width: 570px) { 
    .menu-group > div::after {
        padding-right: 30px;
    }
    .banner-pc {
      display: none;
  }
    .banner-mobile {
      display: block;
  }
    .search-open {
        width: 140px;
    }
    .menu-group > div {
        width: 50px;
    }
    .menu-search {
        right: 100px;
    }
    .menu-inquiry {
        right: 50px;
    }
    .inquiry_no, .shrink .inquiry_no {
        right: 3px;
    }
}
@media only screen and (max-width:450px){
  .breadcrumbs{padding: 16px 0;}
}

@media all and (max-width: 350px) { 
    .menu-bg-top {
        padding: 24px 20px;
    }
    .logo, .shrink .logo {
        width: 90px;
        height: 21px;
    }
    .search-open {
        width: 100px;
    }
}