body {
    font-family: 'Anton', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    font-size: 17px;
    color: #333;
    line-height: 1.5;
    position: relative;
}

p,
form {
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 9vh;
    line-height: 1.2;
}

i {
    margin: 0 5px;
}

a {
    color: #25b7d3;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    transition: .3s ease-in-out;
    color: #fcc800;
    outline: none;
    cursor: pointer;
}

input:focus {
    outline: none
}

input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.hidden {
    display: none;
    transition: .5s ease-in;
}


.tag-block>li {
    background-color: #bdbdbd;
    padding: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 5px;
}

.tag-block.gold>li {
    background-color: #fff100;
    padding: 5px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 5px;
}

.tag-block>li+li {
    margin-left: 5px;
}

td>a>.tag-block>li+li {
    margin-left: 0px;
    margin-top: 5px;
}

.tagShow-area {
    border: 1px solid #9a9a9a;
    border-radius: 15px;
    padding: 10px 15px;
    margin: 8px 0;
}

.tag-btn>li {
    display: inline-block;
    line-height: 1.8;
    margin-top: 5px;
}

.tag-btn>li>a {
    background-color: #d7d7d7;
    padding: 5px 10px;
    border-radius: 10px;
    color: #444;
    font-size: 14px;
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    cursor: pointer;
    margin: 5px;
}

.tag-btn>li>a:hover,
.tag-btn>li>a:active {
    background-color: #e3e3e3;
}

.tag-btn>li>.choose {
    background-color: #fcc800;
}

.key-kbd {
    background-color: #fff100;
    border-radius: 30px;
    padding: 2px 10px;
    color: #444;
    box-shadow: 0 0 0;
    margin-bottom: 5px;
    display: inline-block;
}

.session-kbd {
    background-color: #52c3f1;
    border-radius: 30px;
    padding: 2px 10px;
    color: #fff;
    box-shadow: 0 0 0;
    margin-bottom: 5px;
    display: inline-block;
}

.lightGray-kbd {
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    border: 1px solid rgba(229, 229, 229, 0.6);
    background-color: rgba(229, 229, 229, 0.3);
    border-radius: 30px;
    padding: 5px 10px;
    color: rgba(229, 229, 229, 0.95);
    box-shadow: 0 0 0;
    margin-top: 10px;
    font-size: 2.5vh;
}

.Gray-kbd {
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    background-color: rgba(229, 229, 229, 0.3);
    border-radius: 30px;
    font-size: 15px;
    padding: 2px 10px;
    color: #fff;
    box-shadow: 0 0 0;
    margin-bottom: 5px;
    display: inline-block;
}



/* ----BTN---- */

.btn-yellowCircle {
    color: #fff100;
    border: 1px solid #fff100;
    border-radius: 30px;
    background-color: transparent;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.btn-yellowCircle:hover,
.btn-yellowCircle:active,
.btn-yellowCircle:focus {
    color: #4cb4df;
    border: 1px solid #4cb4df;
    outline: none;
}

.btn-redCircle {
    color: #db268b;
    border: 1px solid #db268b;
    border-radius: 30px;
    background-color: #fff;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.btn-redCircle:hover,
.btn-redCircle:active,
.btn-redCircle:focus {
    color: #6fba2c;
    border: 1px solid #6fba2c;
    outline: none;
}

.btn-yellowCircle-Wfont {
    color: #fff;
    border: 1px solid #fff100;
    border-radius: 40px;
    background-color: transparent;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-yellowCircle-Wfont:hover,
.btn-yellowCircle-Wfont:active,
.btn-yellowCircle-Wfont:focus {
    color: #e4007f;
    border: 1px solid #e4007f;
    background-color: rgba(255, 255, 255, 0.5);
    outline: none;
}

.btn-blackgray {
    background-color: #333333;
    color: #fff;
}

.btn-blackgray:hover,
.btn-blackgray:active,
.btn-blackgray:focus {
    background-color: #393939;
    color: #bbb;
    outline: none;
}

.btn-blue {
    background-color: #52c3f1;
    color: #444;
    border-radius: 30px;
    font-weight: bold;
    padding: 5px 30px;
    transition: .5s ease-in-out;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    background-color: #cbe4ee;
    outline: none;
}

.btn-yellow {
    background-color: #fff100;
    color: #444;
    border-radius: 30px;
    font-weight: bold;
    padding: 5px 30px;
    transition: .5s ease-in-out;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
    background-color: #fcc800;
    outline: none;
}

.btn-gray {
    background-color: #e5e5e5;
    color: #444;
    border-radius: 30px;
    font-weight: bold;
    padding: 5px 30px;
    transition: .5s ease-in-out;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
    background-color: #d3d3d3;
    outline: none;
}

.btn-leftSide {
    background-color: #52c3f1;
    border-radius: 0 8px 8px 0;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fbfbfb;
    text-align: center;
}

.btn-leftSide:hover,
.btn-leftSide:active,
.btn-leftSide:focus {
    background-color: #48a7ce;
    outline: none;
    color: #fff;
}

.btn-rightSide {
    background-color: #52c3f1;
    border-radius: 8px 0 0 8px;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fbfbfb;
    text-align: center;
    
}

.btn-rightSide:hover,
.btn-rightSide:active,
.btn-rightSide:focus {
    background-color: #48a7ce;
    outline: none;
    color: #fff;
}


/* ----font-size---- */

.sp-size14 {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.tb-title20 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.5;
}

.tb-title18 {
    font-size: 20px;
    font-weight: bold;
    color: #444;
    line-height: 1.8;
}

.sp-size15 {
    font-size: 15px;
    font-weight: bold;
    color: #555;
    line-height: 1.8;
}


/* ----modal---- */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(9, 19, 66, 0.8);
}

.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tagModal-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.modal-header,
.modal-footer {
    border-color: transparent;
    position: relative;
}

.modal-header>h3 {
    position: relative;
    background-color: #52c3f1;
    padding: 5px 15px;
    color: rgba(255, 255, 255, 0.95);
    padding-left: 80px;
    display: inline-block;
    left: -10%;
    /* font-size: 5vh; */
}

.modal-header>h3:after {
    content: '';
    position: absolute;
    border-top: 15px solid #fcc800;
    border-right: 20px solid #fcc800;
    border-left: 28px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: -25px;
    left: 0;
}

.modal-header>.btn-yellow {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.modal-body {
    background-color: #f3f3f3;
    height: 60vh;
    overflow-y: scroll;
}

.modal-body>.agendaSpeaker .sp-size15 {
    color: #5ec2ea;
}

.share-line {
    display: flex;
    justify-content: flex-end;
}

.share-line>h4 {
    padding-right: 10px;
}

.agendaInfo,
.agendaSpeaker {
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    margin-bottom: 3%;
}

.keyType {
    border-left: 5px solid #52c3f1;
    padding-left: 10px;
}

.sessionType {
    border-left: 5px solid #bbbbbb;
    padding-left: 10px;
}

.productLine>a {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #d5d5d5;
    transition: .3s ease-in;
}

.productLine>a:hover {
    background-color: #8b8b8b;
    border-bottom: 1px solid transparent;
}

.productLine>a+a {
    margin-top: 10px;
}

.productInfo {
    padding: 10px 15px;
}


/* ----title---- */

.title {
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

.yLine-title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #bbb;
    top: 96%;
    left: 0;
    z-index: -2;
}

.yLine-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 100%;
    background-color: #fff100;
    top: 20px;
    left: 10px;
    z-index: -5;
}

.bLine-title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ddd;
    top: 96%;
    left: 0;
    z-index: -2;
}

.bLine-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 100%;
    background-color: #52c3f1;
    top: 20px;
    left: 10px;
    z-index: -5;
}


.grayLine-title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #cbe4ee;
    top: 96%;
    left: 0;
    z-index: -2;
}

.grayLine-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 100%;
    background-color: #444444;
    top: 20px;
    left: 10px;
    z-index: -5;
}

.T-yellow {
    color: rgba(255, 241, 0, 0.8);
}

.T-blue {
    color: rgba(82, 195, 241, 0.8);
}

.T-red {
    color: rgba(228, 0, 127, 0.9);
}

.T-black {
    color: rgba(0, 0, 0, 0.8);
}

.T-gray {
    color: rgba(100, 100, 100, 0.95);
}

.T-green{
    color: rgba(96, 217, 54 , 0.8);
}

.T-white {
    color: rgba(234, 234, 234, 0.9);
}

.T-lightblue {
    color: rgba(0, 255, 255, 0.9);
}

.title>span {
    background-color: rgba(100, 100, 100, 0.95);
    border-radius: 30px;
    padding: 10px 20px;
    margin-left: 15px;
    font-size: 2vh;
    color: #fbfbfb;
}


/* ----menu-box---- */

.menu-area {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    transition: .2s ease-out;
    transform: translateX(0);
}

.menu-box {
    z-index: 100;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: rgba(9, 19, 66, 0.97);
    padding-top: 5%;
    padding-bottom: 5%;
}

.menu-close {
    left: -100%;
}

.burger-btn {
    z-index: 1000;
    position: fixed;
    left: 40px;
    top: 15px;
}

.menu-content {
    width: 50vw;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    transition: .5s ease-out;
}

.menu-content:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    left: 0;
}



/* topLayer */

.topLayer {
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease-out;
    z-index: 99;
    list-style: none;
    padding: 0;
}

.topLayer>li>.topLink {
    font-size: 3.5vmin;
    line-height: 1.8;
    color: #fbfbfb;
    position: relative;
    text-decoration: none;
    transition: .3s ease-out;
}

.topLayer>li>.topLink:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    transition: .3s ease-in-out;
}

.topLink:hover.topLink:after,
.topLink:active.topLink:after {
    background-color: #f3b404;
    bottom: -5px;
}

.topLayer>li>.signup {
    color: #51c3f2;
}

.signup:hover.topLink:after,
.signup:active.topLink:after {
    background-color: #51c3f2;
}

.topLayer>li>.active.topLink:after {
    background-color: #f3b404;
    bottom: -5px;
}

.top-active {
    margin-right: 60%;
}

.topLayer>li.list-active {
    cursor: pointer;
}


/* insideLayer */

.topLayer>li>ul {
    text-align: center;
    display: none;
    transition: .3s ease-out;
}

.topLayer>.list-active>ul {
    display: block;
    position: absolute;
    top: calc(20% - 20px);
    transition: .3s ease-in-out;
}

.insideLink {
    font-size: 4.5vmin;
    padding: 15px;
    border-radius: 30px;
    color: #fbfbfb;
    border: 1px solid #51c3f2;
    display: block;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: .3s ease-in-out;
}

.insideLink:hover,
.insideLink:active {
    color: #f3b404;
    border: 1px solid #f3b404;
}

.insideLayer>li>p {
    color: #efefef;
}


/* ---navi-line--- */

.navi-line {
    z-index: 50;
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    background-image: url("../img/kv-img/kv-cyberfirst.jpg")
}

.navi-line:after {
    clear: both;
}


.right-line {
    float: right;
    padding-top: 10px;
}

.right-line>ul>li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.right-line>ul>li>a{
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    font-size: 18px;
    transition: .3s ease-in-out;
    color: rgba(37, 37, 37, 0.8);
}

.right-line>ul>li>a:hover,
.right-line>ul>li>a:active{
    color: rgba(252, 200, 0, 0.8);
}

.right-line>ul>li>.signup {
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #e4007f;
    text-decoration: none;
    border-radius: 30px;
}

.right-line>ul>li>.signup:hover,
.right-line>ul>li>.signup:active,
.right-line>ul>li>.signup:focus {
    color: rgba(37, 37, 37, 0.8);
    background-color: #fcc800;
    outline: none;
}

.right-line>ul>li>.underline-line {
    font-size: 18px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.95);
}

.dropdown-menu {
    position: absolute;
    top: 130%;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active {
    border-left: 5px solid rgba(59, 172, 218, 1);
}

/* burger */

.hamburger .line {
    width: 35px;
    height: 3px;
    background-color: rgba(37, 37, 37, 0.8);
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* active */

.scroll-over {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#007db9e8', GradientType=0);
    /* IE6-9 */
}

.scroll-over>.right-line>ul>li>a{
    color: rgba(255, 255, 255, 0.8);
}

.scroll-over>.right-line>ul>li>a:hover,
.scroll-over>.right-line>ul>li>a:active {
    color: rgba(80, 80, 80, 0.9);
}

.burger-change>.hamburger .line{
    background-color: rgba(255, 255, 255, 0.8);
}



/* NINE */

#hamburger-9 {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-9:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 5px solid transparent;
    top: calc(50% - 25px);
    left: calc(50% - 26px);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
    border: 3px solid #efefef;
}

#hamburger-9.is-active .line {
    width: 35px;
}

#hamburger-9.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
    background-color: #fff;
}

#hamburger-9.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(90deg);
    -ms-transform: translateY(-10px) rotate(90deg);
    -o-transform: translateY(-10px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
    background-color: #fff;
}


/* circle-flashLink */

.circle-flashLink {
    position: absolute;
    z-index: 1;
    right: 3%;
    bottom: 5%;
    display: block;
}

.circle-flashLink>li {
    display: block;
    margin-bottom: 10px;
}

.circle-flashLink>li>a {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    color: #040404;
    font-size: 16px;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    padding: 12px;
    text-align: center;
    transition: .3s ease-in-out;
    opacity: 0.85;
}

.circle-flashLink>li>a:hover,
.circle-flashLink>li>a:active {
    text-decoration: none;
    opacity: 0.95;
}

.LinkBg01 {
    background-color: #9e9b9b;
}

.LinkBg02 {
    background-color: #48a1c6;
}

.flashLink-board {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    transform: translateY(100%);
    opacity: 0;
    z-index: 0;
    transition: .5s ease-in;
}

.flashLink-boardOpen {
    transform: translateY(0);
    opacity: 1;
}

.flashLink-board-content {
    width: 80%;
    height: 100%;
    padding: 40px 0;
    margin: 0 auto;
    color: #fbfbfb;
}

.postGroup-flash {
    height: 80%;
    overflow-y: scroll;
}

.flashLink-boardClose {
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: transparent;
    border: 0;
}

/* ----KV----- */


/* kv-carouselStyle */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100vh;
}

#index-kv {
    padding-top: 60px;
}

#index-kv .item:nth-child(1) {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../img/kv-img/tcss_2018_slide1.jpg');
    -webkit-background-size: cover;
    background-size: cover;
}

#index-kv .item:nth-child(2) {

    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../img/kv-img/tcss_2018_slide2.jpg');
    -webkit-background-size: cover;
    background-size: cover;
}

#index-kv .item:nth-child(3) {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/kv-img/tcss_2018_slide3.jpg');
    -webkit-background-size: cover;
    background-size: cover;
}

#index-kv .item:nth-child(4) {
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url('../img/kv-img/tcss_2018_slide4.jpg');
    -webkit-background-size: cover;
    background-size: cover;
}

#index-kv .carousel-caption {
    position: absolute;
    right: 15%;
    top: 24%;
    bottom: 25%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /* background-color: #5cb531; */
    text-shadow: 2px 2px 3px #000;
}

.item>.carousel-caption>h1 {
    font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    font-size: 100px;
    color: rgba(243, 243, 243, 1);
}

.item>.carousel-caption>h1.bold {
    font-weight: bold;
}

.item>.black>h1 {
    font-size: 100px;
    color: rgba(0, 0, 0, 0.9);
}

.item>.black>h1>span {
    color: #017500;
}

.item>.carousel-caption>h3 {
    font-size: 35px;
    color: rgba(236, 236, 236, 1);
    font-weight: normal;
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
}

.item>.carousel-caption>h3.bold {
    font-weight: bold;
}

.item>.black>h3 {
    color: rgba(0, 0, 0, 0.8);
}

#index-kv .item>.carousel-caption>img {
    margin: 0 auto;
}

#index-kv .item>.carousel-caption>.btn-yellowCircle {
    margin-top: 10px;
}

.kv-footer {
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    position: absolute;
    right: 15%;
    bottom: 2%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.kv-footer>p {
    font-size: 18px;
    font-weight: normal;
    color: #4cb4df;
}

/* ************額外加掛*************** */

#index-kv .number-row {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* ************額外加掛*************** */


/* ----kv-pages---- */

.kv-pages {
    position: relative;
    height: 60%;
    overflow: hidden;
}

.kv-pagesBg {
    width: 100%;
}

.kv-pagesBg img {
    width: 100%;
}

.kv-pagesText {
    width: 100%;
}

.kv-pagesText-box {
    position: absolute;
    right: 15%;
    top: 25%;
    bottom: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 255, 255, 1.0);
}

.kv-pagesText-box>img {
    margin: 0 auto;
    width: 20vw;
    /* 原設定10vw */
}

.kv-pagesText>.kv-pagesText-box>h1 {
    font-size: 8vh;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
    font-weight: bold;
}

.kv-pagesText>.kv-pagesText-box>h3 {
    font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    font-size: 2.5vh;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
}

/* ----logo-wall---- */

.footerArea {
    position: relative;
    background-color: #fff;
}

.logoWall-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
}

.logoWall-content>h2 {
    color: #db268b;
    text-align: left;
    font-size: 9vh;
    line-height: 1.2;
}


.logoWall-content .levelTtitle {
    font-size: 20px;
    font-weight: bold;
    border-left: 20px solid #db268b;
    color: #333;
    padding-left: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.levelLine {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.levelGroup {
    text-align: center;
}

.levelGroup>h3 {
    display: inline-block;
}

.level,
.level>a {
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
}

.logo-img {
    margin: 25px 0;    
}

.logo-img>img {
    /* width: 100%; */
    margin: 0 auto;
    cursor: pointer;
}

#level2 .logo-img,
#level2 a {
    /* flex: 0 1 300px; */
}

#level2-2 .logo-img,
#level2-2 a {
    /* flex: 0 1 260px; */
}

#level3 .logo-img,
#level3 a {
    /* flex: 0 1 240px; */
}

#level4 .logo-img,
#level4 a {
    /* flex: 0 2 220px; 
    margin: 15px 45px;*/
}

#level5 .logo-img,
#level5 a {
    /* flex: 0 2 200px; */
}

#level6 .logo-img,
#level6 a {
    /* flex: 0 2 180px; */
}

/* ----footer---- */

.footer {
    background-color: #000;
    padding: 20px 25px;
    max-height: 300px;
    position: relative;
}

.footer-content {
    display: flex;
    flex-direction: row;
    color: #bfbfbf;
    justify-content: space-around;
    max-height: 180px;
}

.footer-logo img {
    width: 100%;
    margin: 0 auto;
}

/* .footer-info>.contactUs>h4,
.footer-info>.shareInfo>h4,
.footerPost>h4 {
    border-left: 4px solid #bfbfbf;
    padding-left: 5px;
} */

.footerSocial {
    padding-left: 0;
}

.footerSocial>li {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #52c3f1;
    transition: .3s ease-in-out;
    text-align: center;
}

.footerSocial>li+li {
    margin-left: 5px;
}

.footerSocial>li>a {
    padding: 5px;
    color: #fff;
    line-height: 35px;
}

.footerSocial>li:hover,
.footerSocial>li:active {
    background-color: #a1a1a1;
}

.contactUs>a {
    font-size: 14px;
}

.postLine {
    display: inline-flex;
}

.postGroup {
    overflow-y: scroll;
    height: 60%;
}

.postLine-info {
    width: 90%;
    padding: 0 8px;
}

.postLine-info>p {
    line-height: 1.2;
}

.footer-logo {
    flex: 0 2 335px;
    margin-right: 10px;
}

.footer-info {
    flex: 0 2 200px;
}

.footerPost {
    flex: 1 6 180px;
}

.footerFB {
    flex: 0 2 300px;
}

.scrollbar {
    float: left;
    background: transparent;
    margin-bottom: 25px;
    margin-right: 15px;
}

/* STYLE 1 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #000;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #000;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.fixed-button {
    position: fixed;
    bottom: 30%;
    right: -15px;
    padding: 10px 15px;
    font-size: 20px;
    background-color: #48a1c6;
    color: #fff; 
    border-radius: 5px;
}

.text-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ----media---- */

@media (max-width: 768px) {
    .topLayer>.list-active>ul {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .insideLink {
        font-size: 2.5vmin;
        padding: 8px;
        border-radius: 30px;
        color: #fbfbfb;
        border: 1px solid #51c3f2;
        display: block;
        width: 50%;
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .insideLayer>li {
        margin-top: 10px;
    }

    .top-active {
        margin-right: 0;
    }

    .topLayer {
        width: 60%;
    }

    .insideLayer>li>p {
        display: none;
    }

    .burger-btn {
        z-index: 1000;
        position: fixed;
        left: 22px;
        top: 15px;
    }

    .menu-close {
        transform: translateX(-90%);
    }

    .item>.carousel-caption>img {
        width: 40vh;
        margin: 0 auto;
    }

    .item>.black>img {
        width: 60vh;
        margin: 0 auto;
    }

    .item>.carousel-caption>h1 {
        font-size: 60px;
    }

    .item>.carousel-caption>h3 {
        font-size: 26px;
        font-weight: normal;
    }
    .btn-redCircle {
        font-size: 14px;
    }
    .btn-yellowCircle-Wfont {
        font-size: 20px;
    }
    .kv-pagesText-box {
        position: absolute;
        right: 15%;
        top: 25%;
        bottom: 5%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .kv-pages {
        position: relative;
        height: auto;
        overflow: hidden;
    }
    .kv-pagesText>.kv-pagesText-box>h1 {
        font-size: 5vh;
    }
    .kv-pagesText>.kv-pagesText-box>h3 {
        font-size: 1.5vh;
    }
    h2 {
        font-size: 7vh;
        line-height: 1.2;
    }

    .carousel {
        height: 100%;
    }

    .carousel-inner,
    .carousel-inner .item {
        height: 80vh;
    }

    #index-kv .carousel-caption {
        position: absolute;
        right: 15%;
        top: 25%;
        bottom: 20%;
        left: 15%;
    }

    .logo-navi {
        float: left;
        margin-left: 4%;
        background-image: url(../img/ithome-naviBSmall_en.png);
        width: 160px;
        height: 47px;
    }

    .scroll-over>a>.logo-navi{
        background-image: url(../img/ithome-naviSmall_en.png);
    }

    #index-kv .number-row {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .topLayer>.list-active>ul {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .insideLink {
        font-size: 2.5vmin;
        padding: 8px;
        border-radius: 30px;
        color: #fbfbfb;
        border: 1px solid #51c3f2;
        display: block;
        width: 50%;
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .insideLayer>li {
        margin-top: 10px;
    }

    .top-active {
        margin-right: 0;
    }

    .insideLayer>li>p {
        display: none;
    }

    .burger-btn {
        z-index: 1000;
        position: fixed;
        left: 22px;
        top: 15px;
    }

    .menu-close {
        transform: translateX(-90%);
    }

    .item>.carousel-caption>img {
        width: 40vh;
        margin: 0 auto;
    }

    .item>.black>img {
        width: 60vh;
        margin: 0 auto;
    }

    .item>.carousel-caption>h1 {
        font-size: 60px;
    }

    .item>.carousel-caption>h3 {
        font-size: 26px;
        font-weight: normal;
    }
    .btn-redCircle {
        font-size: 14px;
    }
    .btn-yellowCircle-Wfont {
        font-size: 20px;
    }
    .kv-pagesText-box {
        position: absolute;
        right: 15%;
        top: 25%;
        bottom: 5%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .kv-pages {
        position: relative;
        height: auto;
        overflow: hidden;
    }
    .kv-pagesText>.kv-pagesText-box>h1 {
        font-size: 6vh;
    }
    .kv-pagesText>.kv-pagesText-box>h3 {
        font-size: 1.5vh;
    }
    h2 {
        font-size: 7vh;
        line-height: 1.2;
    }

    .carousel {
        height: 100%;
    }

    .carousel-inner,
    .carousel-inner .item {
        height: 80vh;
    }

    #index-kv .carousel-caption {
        position: absolute;
        right: 15%;
        top: 25%;
        bottom: 20%;
        left: 15%;
    }

    .logo-navi {
        float: left;
        margin-left: 4%;
        background-image: url(../img/ithome-naviBSmall_en.png);
        width: 160px;
        height: 47px;
    }

    .scroll-over>a>.logo-navi{
        background-image: url(../img/ithome-naviSmall_en.png);
    }

    #index-kv .number-row {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 964px) {
    .topLayer>li>ul {
        text-align: center;
        display: none;
        transition: .3s ease-out;
    }

    .topLayer>.list-active>ul {
        display: inline-block;
        position: absolute;
        top: calc(20% - 20px);
        right: calc(50% - 100px);
        width: 30%;
    }

    .insideLink {
        font-size: 4.5vmin;
        padding: 15px;
        border-radius: 30px;
        color: #fbfbfb;
        border: 1px solid #51c3f2;
        display: block;
        width: 100%;
        line-height: 1.2;
    }

    .insideLayer>li {
        margin-bottom: 20px;
    }

    .top-active {
        margin-right: 60%;
    }

    .insideLayer>li>p {
        display: block;
    }

    .burger-btn {
        z-index: 1000;
        position: fixed;
        left: 40px;
        top: 25px;
    }

    .menu-close {
        transform: translateX(-93%);
    }

    #index-kv .item>.carousel-caption>img {
        width: 40vh;
        margin: 0 auto;
    }
    #index-kv .item>.black>img {
        width: 70vh;
        margin: 0 auto;
    }
    #index-kv .item>.carousel-caption>h1 {
        font-size: 90px;
    }

    #index-kv .item>.carousel-caption>h3 {
        font-size: 35px;
        font-weight: normal;
    }
    .logoWall {
        overflow: scroll;
    }
    .btn-redCircle {
        font-size: 30px;
    }
    .btn-yellowCircle-Wfont {
        font-size: 40px;
    }
    div>.carousel-indicators {
        bottom: 5%;
    }
    .kv-pages {
        position: relative;
        height: 60vh;
        overflow: hidden;
    }
    .kv-pagesText-box {
        position: absolute;
        right: 30%;
        top: 25%;
        bottom: 15%;
        left: 30%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .kv-pagesText>.kv-pagesText-box>h1 {
        font-size: 8vh;
    }
    .kv-pagesText>.kv-pagesText-box>h3 {
        font-size: 2.5vh;
    }

    h2 {
        font-size: 7vh;
        line-height: 1.2;
    }

    .carousel {
        height: 100%;
    }

    .carousel-inner,
    .carousel-inner .item {
        height: 100vh;
    }

    #index-kv .carousel-caption {
        position: absolute;
        right: 15%;
        top: 15%;
        bottom: 20%;
        left: 15%;
    }

    .logo-navi {
        float: left;
        margin-left: 4%;
        background-image: url(../img/ithome-navi_en.png);
        width: 210px;
        height: 62px;
    }
   
    .scroll-over>a>.logo-navi{
        background-image: url(../img/ithome-navi_enB.png);
    }

    #index-kv .number-row {
        position: relative;
        width: 100%;
    }

}

@media (max-width: 1200px) {
    .insideLayer {
        width: 70vw;
    }

    .menu-content {
        width: 60vw;
        height: 80vh;
    }
}

@media (min-width: 1280px) {
    .insideLayer {
        width: 50vw;
    }

    .menu-content {
        width: 50vw;
        height: 80vh;
    }

    #index-kv .carousel-caption {
        position: absolute;
        right: 15%;
        top: 24%;
        bottom: 35%;
        left: 15%;
    }

    #index-kv .number-row {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

}

@media (min-width: 1500px) {

    #index-kv .item>.carousel-caption>h1 {
        font-size: 100px;
    }

    #index-kv .item>.carousel-caption>h3 {
        font-size: 40px;
        font-weight: normal;
    }
}