/* banner */
@keyframes slideBanner {
    0%   {opacity: 0; transform: scale(1);}
    50%  {opacity: 1; transform: scale(1.05);}
    100% {opacity: 1; transform: scale(1.05);}
}
.em_box .active{
	animation-name: slideBanner;
	animation-delay: 0s;
    animation-duration: 8s;
    animation-iteration-count:1;
	animation-fill-mode:forwards;
}


.content {
    width: 100%;
}
.first_content {
    background: url('../themes/DST_TCM/assets/image/docteam/bg_yellowbg1.png') no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    position: relative;
    padding-bottom: 80px;
}
.title {
    text-align: center;
    padding: 45px 0 20px;
    font-size: 36px;
    font-weight: bold;
}
.first_title {
    color: #ffffff;
}
.second_content {
    background: url('../themes/DST_TCM/assets/image/docteam/bg_whitebg1.png') no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -45px;
    padding-bottom: 60px;
    margin-bottom: -55px;
    transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
}
.second_title {
    color: rgb(255, 154, 7);
}
.second_title,.second_container {
    transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
}

.third_content {
    background: url('../themes/DST_TCM/assets/image/docteam/bg_yellowbg1.png') no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    position: relative;
    padding-bottom: 90px;
	transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
	padding-top: 120px;
}
.second_content .title{
	padding: 60px 0 20px;
}
.third_content .title{
	padding: 0px 0 20px;
}
.third_title {
    color: #ffffff;
}
.third_title,.third_container {
    transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
}


.paging {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
.list {
    width: 100%;
    display: contents;
}
.paging>.list>.list_content {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    /* height: 350px; */
    float: left;
}
.list_div {
    background-image: url('../themes/DST_TCM/assets/image/sharing/img_doc_background.png');
    background-size: 100% 100%;
    margin: 0 10px;
}
.docteam_bottom {
    z-index: 1;
    position: relative;
}
.docteam_bottom_left:hover,.docteam_bottom_right:hover,.page_btn:hover,.page_index:hover {
    cursor: pointer;
}
.docteam_bottom_left {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #ffffff;
    background-color: rgb(235, 235, 235);
    font-size: 36px;
    color: rgb(255, 154, 7);
    padding: 20px 0;
}
.docteam_bottom_right {
    float: right;
    width: 50%;
    text-align: center;
    background-color: rgb(235, 235, 235);
    font-size: 36px;
    color: rgb(255, 154, 7);
    padding: 20px 0;
}
.docteam_bottom .login_box {
    margin-top: -40px;
}
.li_left {
    float: left;
    width: 50%;
}
.li_left>img {
    width: 100%;
}
.li_right {
    float: right;
    width: 50%;
    text-align: center;
    margin: auto;
    font-weight: bold;
    word-wrap: break-word;
    padding: 0 20px;
}
.li_right>div:first-child {
    font-size: 24px;
    color: rgb(255, 154, 7);
}
.li_right>div.second-child {
    font-size: 24px;
    color: rgb(255, 154, 7);
}
.li_right>div.third-child {
    font-size: 20px;
}
.li_top {
    display: inline-flex;
    width: 100%;
}
.li_bottom {
    margin: 15px 0 0 10px;
    padding-bottom: 30px;
}
.li_content{
    height: 96px;
}
.li_bottom p{
    margin-bottom: 0;
}
.page_margin_left {
    margin-left: 44px;
}
.page_margin_right {
    margin-right: 44px;
}
.page_btn {
    background-color: rgb(237, 237, 237);
    color: #000000;
}
.page_num {
    text-align: center;
    margin-top: 10px;
}
.page_index {
    background-color: #ffffff;
    color: #000000;
}
.page_active {
    color: #ffffff;
    background-color: rgb(167, 167, 167);
}
.page_num div {
    display: inline-block;
    padding: 5px 10px;
}
.page_num .page_nums div {
    margin: 0 5px;
}
.docteam_bottom img {
    margin-left: 10px;
}
.mobile_more {
    display: none;
    text-align: center;
    color: #000000;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 5px;
    margin-top: 10px;
}
.mobile_height {
    display: none;
}


.page_main {
    margin: 30px 0;
}

/* nav */
.docteamnav .nav-tabs{
    border-bottom: 0;
    justify-content: center;
}
.docteamnav .nav-item{
    display: inline-block;
    margin-left: -5px;
}
.docteamnav .nav-link{
    display: inline-block; 
    background-color: #fff; 
    font-weight: bold; 
    padding: 10px 30px;
    transform: skewX(-20deg); 
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0 1.5px;
    font-size: 20px;
}
.docteamnav .nav-link a{
    color: black;
    display: block;
    transform: skewX(20deg);
}
.docteamnav .nav-tabs .nav-item.show .nav-link, 
.docteamnav .nav-tabs .nav-link.active{
    background-color: #ffcd00;
    border-color: #ffcd00;
}
.docteamnav .nav-tabs .nav-item.show .nav-link a, 
.docteamnav .nav-tabs .nav-link.active a{
    color: #fff; 
}
.docteamnav {
    text-align: center;
    padding-top: 60px;
}
@media (max-width: 768px) {
    .li_content {
        height: auto;
    }
    .paging {
        width: 90%;
    }
    .paging>.list>.list_content {
        max-width: unset;
        height: auto;
        margin: 5px 0 20px;
    }
    .li_right>div:first-child,.li_right>div.second-child {
        font-size: 20px;
    }
	.li_right>div.third-child {
        font-size: 16px; letter-spacing:0px;
    }
    .div_hide {
        display: none !important;
    }
    .d-lg-none {
        width: 100%;
    }
    .page_margin_left {
        margin-left: 10px;
    }
    .page_margin_right {
        margin-right: 10px;
    }
    .page_num div {
        padding: 2px 5px;
    }
    .docteam_bottom_left,.docteam_bottom_right {
        width: 100%;
        float: unset;
        padding: 5px;
        font-size: 18px;
        border-bottom: 1px solid #ffffff;
    }
    .docteam_bottom img {
        margin-left: 55px;
        width: 15%;
    }
    .mobile_more {
        display: block;
    }
    .page_num {
        display: none;
    }
    .first_content,.second_content {
        height: auto;
        background-size: 100% 100%;
    }
    .second_content {
        padding-bottom: 50px;
    }
	.second_content .title {
		padding: 40px 0 20px;
	}
    .mobile_height {
        display: block;
        height: 40px;
    }
    .title{
        font-size: 26px;
    }
	.nav_m{
        width: 85%;
        margin: 0 auto;
        background: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 20px;
        position: relative;
    }
    .nav_m .nav_m_box{
        width: 100%;
        appearance:none;   
        -moz-appearance:none;   
        -webkit-appearance:none; 
		color: #000;
    }
    .nav_m .icon_down{
        position: absolute;
        right: 20px;
        top: 10px;
    }
	.third_content {
		padding-top: 90px;
		margin-top: -10px;
	}
	.third_content .login_box {
		margin-top: -30px;
	}
	
}

.page_box{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.page_box ul{
    list-style: none;
}
.page_box ul li{
    display: inline-block;
}

.page_link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #FFFFFF;
    border: none;
}
.page_link:hover{
    background: #e4e4e4;
    color: #333333;
}

.page_item.active .page_link{
    background: #A7A7A7;
    color: #FFFFFF;
}

.prev_box{
    margin-right: 50px;
}
.next_box{
    margin-left: 50px;
}

/* 禁用樣式 */
.disabled{
    pointer-events: none;
}
.disabled a{
    color: #ccc;
}

@media(max-width:1200px){
    .page_box_m{
        width: 90%;
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
    }
    .page_item_box{
        width: 28%;
        display: inline-block;
        position: relative;
    }
    .page_item_m{
        width: 100%;
        padding: 10px 20px;
        appearance:none;   
        -moz-appearance:none;   
        -webkit-appearance:none;
    }
    .page_item_box .arrow_down_{
        position: absolute;
        right: 15px;
        top: 7px;
        pointer-events: none;
    }
    .prev_box{
        margin-right: 0;
    }
    .next_box{
        margin-left: 0;
    }
}