@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
html {
    scroll-behavior: smooth; /* 實現平滑滾動 */
    scroll-padding-top: 95.19px; /* 設定滾動時預留選單高度的空間 */
}
.tabs_simple_blue {
    margin-top: 50px;
}

.tabs_simple_blue .subject {
    padding: 14px 0;
}

/* root element for tabs  */
.tabs_simple_blue ul.tabs {
    display: table;
    margin: 0;
    padding: 0px;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #42210b;
}

/* single tab */
.tabs_simple_blue ul.tabs li {
    /*float:left;	 */
    position: relative;
    display: inline-block;
    text-indent: 0;
    padding: 9px 6px;
    margin: 0 !important;
    list-style-image: none !important;
}

/* link inside the tab. uses a background image */
.tabs_simple_blue ul.tabs a {
    position: relative;
    padding: 8px 16px;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    /* color: #42210b; */
}
.tabs_simple_blue ul.tabs a:active {
    color: #9aae8d;
    outline: none;
}

/* when mouse enters the tab move the background image */
.tabs_simple_blue ul.tabs a:hover {
    color: #35539b;
}

.tabs li.active a {
    background: #35539b;
    color: #fff;
}
.tabs li.active a:hover {
    color: #FFF;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs_simple_blue ul.tabs .current,
.tabs_simple_blue ul.tabs .current:hover,
.tabs_simple_blue ul.tabs li.current a {
    background-position: -652px -62px;
    cursor: default !important;
    /* color: #9aae8d !important; */
    /*font-weight: bold;*/
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 0 */
.tabs_simple_blue ul.tabs .w0 {
}
.tabs_simple_blue ul.tabs .w0:hover {
    /* border-bottom: 4px solid #30b14f; */
}
.tabs_simple_blue ul.tabs .w0.current {
    /* border-bottom: 4px solid #30b14f; */
    background: #35539b;
    color: #fff;
}

/* initially all panes are hidden */
/*.panes .pane {
	display:none;
}*/

/* tab pane styling */
.tabs_simple_blue .panes {
    display: block;
    /*width:700px;*/
    padding: 30px 10px;
    background-color: #fff;
}

/* tab pane 的內容 styling */
.tabs_simple_blue .panes .content {
    color: #999;
    line-height: 20px;
    margin: 10px 0;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
    html {
        scroll-padding-top: 94px; /* 設定滾動時預留選單高度的空間 */
    }
}

@media screen and (max-width: 1023px) {
    html {
        scroll-padding-top: 75.59px; /* 設定滾動時預留選單高度的空間 */
    }
}

/*iPhoe*/
@media screen and (max-width: 760px) {
    html {
        scroll-padding-top: 66.94px; /* 設定滾動時預留選單高度的空間 */
    }
    .tabs_simple_blue ul.tabs {
        width: 100%;
    }
}
