/*------------------------------------------------------------------
                            使用條款usageterms
------------------------------------------------------------------*/

#terms h3,#privacy h3,#faq h3 {
    color: rgba(255, 69, 44, 1);
    font-weight: 100;
    margin-bottom: 30px;
}

#terms h4,#privacy h4,#faq h4 {
    color: rgba(255, 69, 44, 1);
    margin-top: 15px;
    margin-bottom: 5px;
}

#terms h5,#privacy h5,#faq h5 {
    color: rgba(255, 255, 255, 1);
    margin-top: 15px;
    margin-bottom: 5px;
}

#terms p,#privacy p,#faq p {
    text-indent: 16px;
    font-size: 1.6rem;
    line-height: 2;
    color: rgba(148, 151, 156, 1);
}

#terms ul li,#privacy ul li,#faq ul li {
    list-style-type: disc;
    margin-left: 5px;
    color: rgba(148, 151, 156, 1);
    font-size: 1.6rem;
    margin-right: 5px;
}

.underline {
    border-bottom: 1px solid rgba(255, 69, 44, 1);
    margin-right: 8px;
    margin-bottom: 5px
}


.updownline {
    border-top: 1px solid #c0c0c0 !important;
    border-bottom: 1px solid #c0c0c0 !important;
    padding: 2px 36px !important;
}

.downline {
    border-bottom: 1px solid #c0c0c0 !important;
    padding: 2px 36px !important;
}

#faq h4 {
    padding-bottom: 10px;
}

#terms #privacy .text-indent-no p {
    text-indent: 0px !important;
}

/*--nav-tabs--*/
#divContent {
}

#divContent .nav{
    width:80%;
    margin: 0 auto;
}

#divContent .nav-tabs{
    border-bottom: 0px;
    margin-bottom: 40px;
}

.nav-tabs > li {
    width: 32%;
    text-align: center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: var(--color2);
    color:rgba(255,69,44,1);
    background-color: transparent;
    border: 0;
    cursor: default;
    border-bottom: 5px solid rgba(255,69,44,1);
}

.nav-tabs > li > a {
    border: 0;border-bottom: 1px solid rgba(255,69,44,1);
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    border: 0;
}
/*.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(148,151,156,1);
}*/
.tabs_inside > li.active > a, .tabs_inside > li > a {
    color: #bebebe;
    background-color: transparent;
    cursor: default;
    border: 1px solid #a5a4a4;
    border-radius: 0;
}
.tabs_inside > li.active > a:hover, .tabs_inside > li.active > a:focus,.tabs_inside > li > a:hover, .tabs_inside > li > a:focus{
    color: var(--color2);
    background-color: #414141;
    cursor: default;
    border: 1px solid #fc1606;
    border-radius: 0;
    cursor: pointer;
}
.tab-content {
    padding: 1.5em 1.5em;
}
.tab-content span {
    text-indent: 16px;
    line-height: 2;
}

/*--------------------------*/
.faq-cat-content {
    margin-top: 0;
    background-color: #ffffff;
}
.faq-cat-tabs li a {
    margin-right:7px;
    padding: 6px 10px 6px 10px;
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    color: #fff;
    font-size: 18px;
}
.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}
.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}
.active-faq {
    border-left: 5px solid #888888;

}
.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}

/*æ‰‹æ©Ÿç‰ˆé¸å–®*/
.color_w { color: #fff}
.color_r {color:#ff0101}
/*.navbar-nav .open .dropdown-menu { background: #f72e5a; border-radius: 0; }*/
.collapse.in {
    height: auto;
}
@media (max-width: 768px){
    .tab-content {
        padding: .5em .2em;
    }
}

/* rotate caret on hover */
/*.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.navbar-default .navbar-nav > li {
	font-size: 18px;
	padding: 9px 40px;
	border-bottom: 1px solid #fff;
	background-attachment: scroll;
}*/
/* end */

/*--Session_content--*/
.section_tabs_box{
    border: 1px solid #dadadb;
    padding: 1.5em 1.5em 1.5em 1.5em;
    background: #fff;
    display: block;
}
.section_tabs_box {
    padding: 1.5em 1.5em 1.5em 1.5em;
    background: transparent;
    display: block;
    margin-bottom: 0px;
    margin-right: 1em;
    margin-left: 1em;
}
.tabtitle {
    color: var(--color1)
}
.tabContent{
    padding: 0px 0px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    max-height: 200px;overflow: hidden;white-space: normal
}
.tabImg {
    width:100%;
}
.tabImg img {
    width:auto
}
.tabTxt {
    width:42%;
    padding: 0 8px;
}
.tabTxt p{
    font-size: .85em;
    text-indent: 1em;
    line-height: 1.6
}
.indexTab .nav-tabs{
    display: block;
    background-color: #FFF;
    padding: 8px 0px;
    margin-bottom: 30px;
}
.indexTTab .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.indexTTab .nav-tabs li{
    float: none;
    display: block;
    width: 100%;
    border-bottom:0px solid transparent;
}

.indexTTab .nav-tabs> li> a {
    display: block;
    width: 100%;
    color: var(--color2);
    font-size: 16px;
    line-height: 15px;
    margin: 0;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.indexTTab .nav-tabs>li.active>a{
    display: block;
    width: 100%;
    background-color: transparent;
    color: var(--color2);
    border-radius: 0;
}

.indexTTab .nav-tabs>li.active>a:focus,
.indexTTab .nav-tabs>li.active>a:active{
    border-radius: 0;background-color: transparent; color:#fff
}
.indexTTab .nav-tabs>li>a:hover{
    border-radius: 0;background-color: transparent; color: var(--color2);
}
.index-more a{color: #c80064;}
.indexStory {
    background: url();
    background-attachment: fixed;
    background-position:100% 100%;
    -webkit-background-size:100%;
    background-size:cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
}

.indexStory img {
    display: block;
    width: 100%;
}
.storyTxt {
    display: block;
    width: 100%;
    padding-right: 15px;
    max-height: 236px;
    overflow: hidden;
    white-space: normal;
}
.storyTxt h3 {
    text-align: left;
    color: var(--color5)
}
.storyTxt p {
    text-indent: 16px;
    text-align: left;
    line-height: 1.6;
}
.ellipsis {
    text-overflow: ellipsis;
}
.dh {max-height: 100px;}
.section_title_box {
    position: relative;
}
.list-button-area{
    position: relative;
    bottom:0;
    left:0;
    width:100%
}
.list-button-area .button-box{
    float: left;
    padding: 0;
    width:auto;
    margin-right: 15px
}
.list-button-area .button-box .button {
    background-color: ;
    color: #e9e9e9;
    border: 2px solid rgb(0,0,0);
    border-radius: 50px;
    padding: 8px 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.list-button-area .button-box .button:hover {
    background-color: #ea1f5e; /* Green */
    color: white;
}
.list-button-area .button-box .button2 {
    background-color: rgb(72, 184, 212);
    color: #e9e9e9;
    border: 2px solid rgb(76, 147, 175);
    border-radius: 50px;
    padding: 8px 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.list-button-area .button-box .button2:hover {
    background-color: rgb(28, 128, 185); /* Green */
    color: white;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
    .tabImg img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 445px) {
    .button, .button2 {
        width:100px;
        padding: 10px !important;
        font-size: 11px!important;
    }
    .section_tabs_box {padding:.5em .5em 1.5em .5em}
    .indexTTab .nav-tabs> li> a {font-size: .85em;}
}

/*===== FAQmenu =====*/

#faq .faqbox ul {
    padding: 0;
}

#faq .faqbox ul a,
#faq .faqbox ul li div.faqitem {
    display: inline-block;
    text-decoration: none;
    color: rgb(224, 224, 224);
    padding-left: 20px;
    font-size: 1.1em;
    word-break: normal;
    line-height: 2rem;
}

#faq .faqbox ul a:focus {
    height: auto;
}

#faq ul li {
    list-style-type: decimal;
    color: #b1b1b1;
    line-height: .9;
}


/* 布局樣式*/

.faqbox {
    display: block;
    margin: 0 auto;
}

.faqmenu {
    max-width: 95%;
    margin: 0 auto;
    list-style-type: none;
}

.faqmenu .submenu div {
    color: rgba(255, 69, 44, 1) !important;
    padding: 10px 20px;
    word-break: normal;
}

.itembox {
}


/* 動態效果 */

.drop-down {
    position: relative;
}

.submenu {
    position: relative;
    opacity: 0;
    width: 100%;
    z-index: 8;
    transition: opacity 0.5s ease;
    margin-top: 8px;
}

.submenu-item {
    display: block;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease;
}


.drop-down.focus {
    border: none;
    outline: unset;
}

.drop-down.focus .submenu {
    opacity: 1;
}

.drop-down.focus .submenu.itemnull {
    opacity: 0;
}

.drop-down.focus .submenu-item {
    overflow: visible;
    height: auto;
}

.drop-down.focus .submenu-item img{
    max-width: 572px;
}


/* 視覺樣式 */

.faqitem {
    width: 100%;
    padding: 10px;
    background: #4b4b4b;
    margin-bottom: -10px;
}

.faqitem:focus {
    background: #333333;
}

.submenu-item {
    background: rgba(31, 39, 57, 1);
    width: 100%;
    line-height: 35px;
    margin-bottom: 0px
}

.now .faqitem {
    background: #fff;
}

.now .submenu {
    opacity: 1;
}

.now .submenu-item {
    overflow: visible;
    height: 30px;
}
