﻿@charset "UTF-8";
/*-------------------------*/
/* $Font import 
---------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Roboto:100,300,400,500,700,900");

@font-face {
    font-family: 'Univers-Condensed';
    src: url('/fonts/Univers-Condensed.woff') format("woff"),
        url('/fonts/Univers-Condensed.ttf') format("truetype"),
        url('/fonts/Univers-Condensed.woff2') format('woff2'),
        url('/fonts/Univers-Condensed.eot') format("embedded-opentype");
}

/*-------------------------*/
/* $Elements (重複利用的原件)
---------------------------*/
html,
body {
    font-family: 'Noto Sans TC', 'Microsoft YaHei', 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 40px;
    color: #363636;
    background-color: #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1 {
    font-size: 3.3rem;
    line-height: 4rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.04rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01rem;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
}

h4.title-outside {
    color: #999999;
    margin: 3rem 0 1rem;
}

h5 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 991px) {
    h4.title-outside {
        margin: 2rem 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        line-height: 3rem;
        margin-bottom: 1rem;
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 2rem;
    }
}
.footer ul li {
    font-size: 1rem;
    font-weight: 400;
}

input {
    font: initial;
}

.inno-idea.row,
.row-clear {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.inno-idea [class*=col-],
.row-clear [class*=col-],
.form-horizontal {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.form-control,
.form-control[readonly] {
    padding: 10px 12px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    height: 42px;
    border-radius: 4px;
    color: #666;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.form-control[readonly] {
    cursor: pointer;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control::-moz-placeholder {
    color: #aaa;
}

.form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    border-color: #ccc;
    background-color: #e6e6e6;
    color: #999;
    cursor: not-allowed;
    opacity: .7;
}

select.form-control,
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    padding: 0 25px 0 12px;
    width: 100%;
    height: 42px;
    background: url("../images/svg/ic_down.svg") #fff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #666;
    margin: 0px;
}

select.form-control::-ms-expand {
    display: none;
}

.form-control:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    background-color: inherit;
    color: #fefefe;
}

.form textarea {
    resize: none;
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
    outline: 0;
    border: 1px solid #e881a7;
}

.form label {
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #fefefe;
}

.form__btn-group {
    margin-top: 32px;
}

.form-horizontal label {
    font-size: 16px;
}

.radio input {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #aaa;
    color: #f00;
}

input[type="submit"] {
    font-family: 'Noto Sans TC', 'Microsoft YaHei', 'Roboto', sans-serif;
}

/*tip*/
.tip {
    font-size: 14px;
    color: #ef7a70;
}

/* link */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #363636;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
a:active,
a:focus {
    color: #ff6600;
    text-decoration: none;
}

a.agree {
    color: #337ab7;
}

a.agree:hover {
    color: #1e5b91;
}

.btn-orange {
    background-color: #f60;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background-color: #f4a638;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-orange:active {
    color: #fff;
    background-color: #f4a638;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del {
    background-color: #e7511e;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-del:hover,
.btn-del:focus {
    color: #fff;
    background-color: #e7511e;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del:active {
    color: #fff;
    background-color: #e7511e;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-hov {
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    cursor: pointer;
}

.btn-hov:hover {
    -webkit-transform: scale(0.95);
}

/* i */
label i {
    /*width: 25px;*/
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    padding-right: 6px;
}

/* list */
ul {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}

.text-danger {
    color: #ef7a70 !important;
}

/*.u-clearfix:before,
.u-clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.u-clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}*/


.imgbox {
    width: 100%;
    overflow: hidden;
}

.imgbox-inner {
    width: 100%;
    padding-top: calc(100% * 2 / 3);
    height: 0;
    position: relative;
}

.imgbox .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-lg {
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    cursor: pointer;
}

.img-lg:hover {
    -webkit-transform: scale(1.2);
    opacity: 0.6;
}

.form-horizontal .control-label {
    text-align: left;
}

.site-logo .img-logo {
    max-width: 60px;
    margin: 6px 0;
}

.site-logo .img-logo img {
    max-width: 100%;
}

.inno-idea {
    margin-top: 70px;
    margin-bottom: 30px;
    /* transition */
    /* Fixed */
}

.inno-idea img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
}

.inno-idea .cont-header {
    max-width: 1200px;
    margin: 0 auto;
}

.inno-idea #header-global {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    background-color: #ec5c2e;
    margin-top: -70px;
    z-index: 100;
}

.inno-idea #header-global:after {
    content: "";
    display: block;
    width: 100%;
    margin: 70px auto 0;
}

.inno-idea #header-global,
.inno-idea #header-global:after,
.inno-idea #header-global .logo,
.inno-idea #header-global p,
.inno-idea #global-nav ul li,
.inno-idea #global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.inno-idea #header-global.fixed-header {
    background: #ec5c2e;
    z-index: 101;
    margin-top: -70px;
}

.inno-idea #header-global.fixed-header:after {
    width: 100%;
    margin-top: 70px;
}

.inno-idea .logo {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.inno-idea .txt p {
    position: absolute;
    top: 20px;
    margin-left: 100px;
    z-index: 10;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    width: 70%;
    line-height: 1.5;
    letter-spacing: inherit;
}

.inno-idea .txt2 h4 {
    position: absolute;
    top: 20px;
    margin-left: 1250px;
    z-index: 10;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .inno-idea .txt p {
        margin-left: 80px;
        font-size: 16px;
    }

    .inno-idea .txt2 h4 {
        margin-left: 280px;
        font-size: 12px;
    }
}


.inno-idea #header-global.fixed-header .logo {
    width: 70px;
    height: 70px;
}

.inno-idea #header-global.fixed-header p {
    margin-left: 84px;
}

@media (min-width: 769px) {
    .inno-idea .cont-header {
        min-width: 1160px;
    }
}

@media (max-width: 768px) {
    .inno-idea #header-global .logo {
        width: 70px;
    }
}

/*slick*/
.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 2.5rem;
    color: #363636;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 2.5rem;
    color: #363636;
}


.slick-slider button[class*=slick-],
.slick-slider button[class*=slick-]:hover {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    text-align: center;
    border-radius: 6px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    z-index: 1;
}

.slick-dots {
    bottom: 100px;
}

.slick-dots li.slick-active button:before {
    color: #f60;
}

.slick-dots li button:before {
    font-size: 18px;
}

.slider-bnr .slick-prev {
    left: 50px;
}

.slider-bnr .slick-next {
    right: 50px;
}

.slick-dotted.slick-slider {
    margin-bottom: inherit;
}

/*-------------------------*/
/* table
---------------------------*/
#table {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    /*background-color: #eee;*/
}

#table .pic {
    margin-top: 20px;
    /*text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);*/
}

.btn-lg {
    padding: 8px 16px;
}

.font-blue {
    color: #337ab7;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    text-decoration: underline;
}

.font-orange {
    color: #f60;
}

.font-orange-h3{
    font-size: 2.4rem;
}

/*-------------------------*/
/* $Notices
---------------------------*/
.notices {
    font-size: 16px;
}

.notices h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0;
}

.notices ul {
    padding-left: 23px;
}

.notices ul.info {
    list-style: none;
    padding: 0px;
}

.notices ul.info li {
    line-height: 1.7em;
    margin-bottom: 10px;
}

.notices ul.info>li>.list {
    list-style: disc;
    line-height: 1.7em;
    margin: 10px 0;
}

.notices ul.info>li>.list>li {
    line-height: 1.7em;
    margin-bottom: 10px;
}

.notices ul li {
    line-height: 1.7em;
}

.notices ul li a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #f60;
    text-decoration: none;
}

/*-------------------------*/
/* popup
---------------------------*/
#popup {
    position: relative;
    text-align: center;
    height: 100vh;
}

#popup .topic-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#popup .imgbox {
    width: 100%;
    margin: 0 auto;
}

/*#popup .h1 {
    font-size: 4.5em;
    font-weight: 750;
    line-height: 0.8em;
    letter-spacing: 6px;
    font-family: 'Roboto', sans-serif;
}*/

@media (max-width: 768px) {
    #popup .imgbox {
        margin: 30px auto 0px;
    }

    /*#popup .h1 {
        font-size: 3em;
    }*/
}

#popup p {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0px;
}

#popup::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transform: skew(0, -6.28deg);
    z-index: 0;
    /*background-image: url('../images/title_bg07.jpg');
    background-position: center bottom;
    background-repeat: repeat-x;*/
}

#popup .btn-lg {
    font-size: 24px;
    padding: 18px 26px;
    margin-top: 20px;
}



/*-------------------------*/
/* $Footer
---------------------------*/
.footer {
    background-color: #111;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-top: 46px;
    position: relative;
    z-index: 1;
}

.footer__group {
    padding-bottom: 30px;
}

.footer .footer__logo {
    font-size: 28px;
}

.footer .footer__logo img {
    max-width: 140px;
    font-size: 28px;
}

.footer .font_block {
    display: inline-block;
    margin-bottom: 10px;
}
.footer h4 {
    font-size: 18px;
}

.footer .font_icon {
    display: inline-block;
    padding-right: 4px;
}

.footer a{
    color: #fff;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    border-left: 1px solid #666666;
    padding: 0 0 0 18px;
    list-style: none;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 1.5;
}

.footer .images {
    background-color: #2f2f2f;
    display: inline-block;
    padding: 10px;
}

.footer p {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    letter-spacing: inherit;
}

.footer .copyright-wrapper {
    padding: 10px 0;
    border-top: 1px solid #282828;
}

.add-clear-x {
    top: 10px !important;
}

.footer .col-xs-4 {
    width: auto;
}


/*-------------------------*/
/* checkbox
---------------------------*/
/* The chk */
.chk {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.7em;
}

/* Hide the browser's default checkbox */
.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.chk:hover input~.checkmark {
    background-color: #ffffff;
    border: 1px solid #f60;
    transition: all 0.5s;
}

/* When the checkbox is checked, add a blue background */
.chk input:checked~.checkmark {
    border: 1px solid #f60;
    transition: all 0.5s;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #333333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox label,
.radio label {
    padding-left: 23px;
}

.checkbox-inline.chk {
    margin-left: 0px;
    margin-right: 10px;
}

.add-clear-x {
    top: 10px !important;
}

/*-------------------------*/
/* $Modal
---------------------------*/
.modal {
    font-size: 16px;
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-content {
    border-radius: 0px;
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    background-color: #ec5c2e;
    border-bottom: initial;
}

.modal-header-danger{
    background-color: #d9534f;
    border-bottom: initial;
}

.modal-title {
    color: #fff;
}

.modal-header .close {
    background-color: #fff;
}

.modal-body ul{
    padding: 0px 20px;
    margin: inherit;
}

.modal-body p {
    font-size: inherit;
    margin-bottom: 16px;
    font-weight: inherit;
    letter-spacing: inherit;
    text-align: justify;
}

.modal-body h4 {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 10px;
}

.modal-body ol {
    padding-left: 27px;
    margin-right: 10px;
}

.modal-body ul>li {
    line-height: 1.7;
    margin: 8px 0px;
}

.modal-body ul>li>h5 {
    font-size: 17px;
    font-weight: inherit;
    line-height: 1.7;
    margin-top: 10px;
    text-align: left;
    padding: inherit;
}

.modal-body p {
    line-height: 1.7;
}

.inno-idea .txt2 :hover {
    /*color: #337ab7;*/
    text-decoration: underline;
}

#table .radio-group {
    padding: 8px 0;
}

.p-kv::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skew(0, -6.28deg);
    z-index: 0;
}

*:focus {
    outline:none !important;
}

/*-------------------------
/* VIPBrand 
---------------------------*/
.VIPBrand .h1 {
    font-size: 36px;
    font-weight: 750;
    line-height: 0.8em;
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
    margin-top: 80px;
    margin-bottom: 50px;
    color: #f60;
}
.VIPBrand .h3{
	font-size: 24px;
	font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.8em;
}
.VIPBrand .slogan{
	font-size: 110px;
	font-weight: 600;
	color: #eee;
 /*   color: #666666;*/
	line-height: 110px;
	margin-bottom: 40px;
}
@media (max-width: 994px){
	.VIPBrand .slogan{
		font-size: 58px;
	}	
}
@media (max-width: 480px){
    .VIPBrand .h1 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height:1.5em;
}
    .VIPBrand .h3{
	font-size: 16px;
}
	.VIPBrand .slogan{
		font-size: 42px;
		line-height: 75px;
	}	
}


#popup a:hover, #popup a:focus {
    text-decoration: underline;
    color: #f60;
}