﻿@charset "utf-8";

/* ----- Layout ----- */ 
 
#in_main{
	height:140px /*270px*/;
	width: 100%;
	background: url( ../images/in-main.webp) center no-repeat; background-size: cover;
	position: relative;
 	display: flex;
	align-items: center;justify-content: center;
}
#in_main hgroup{ text-align: center; position: relative;  z-index: 1;}
#in_main hgroup strong{
	display: none  !important /*20260306*/;
	font-size: 2.8em;
	color: #fff;
	font-family: 'Righteous';
	font-weight: normal;
	text-shadow:  	2px 2px 5px #000
}

#in_main hgroup strong em{
	font-style: normal;
	color: #00ffc8
}

#in_main hgroup .big_chtit{
	font-family: 'Righteous';
	font-weight: normal;
	font-size: 6em;
	margin-top:0 /* 0.25em*/;
	color: #fff;
	text-shadow: 2px 2px 8px #000
}
#in_main hgroup .big_chtit::first-letter{ color: #00ffc8}


/* 預設收合時的 marker */ 
 
.smenu summary::marker {
  content: none; /* 移除預設符號 */
}

.smenu{
    position: relative;
    text-align: center;
    font-family: "League Spartan";
    font-weight: 500;
    color: #000;
    max-width: 196px;
    max-width: 90%;
    font-size: 2em;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    display:  none !important /*20260306*/;
     margin-top: 15px;
    min-width: 250px;
 }

.smenu summary{
	background-color: #b2e8e8;
    border-radius: 44px;
    position: relative;
    padding-right: 55px;
    padding-left: 35px;
    cursor: pointer;
    line-height: 49px;
    height: 44px;
	box-shadow: 2px 2px 10px #000;
	white-space: nowrap;
	font-weight: 500;
	width: auto;
	display: inline-block
	 }

.smenu summary:hover, .smenu summary:focus{ background-color:#fff }

 

 .smenu summary::after { 
	content: "";
	display: block;
	position: absolute;
	right: 15px;
    top: 9px;
 	width: 26px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	background-image: url(../images/ico-smenu-plus.svg);
	border-radius: 50%;
	transition: all 1s;
	 
}
.smenu[open] summary::after {
	transform: rotate(-135deg)
}
.smenu[open] summary{
	background-color: #00ffc8; color: #000;
	font-weight: 500
}

.smenu ul{
	position: absolute;
	top: 60px; left: 0;
	list-style: decimal;
 	margin: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 22px;
	padding:5px; 
	box-sizing: border-box; 
	display: block;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.3)
}

.smenu ul::before {
	content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;}

.smenu ul li{
	padding:5px; 
	box-sizing: border-box; 
	display: block
}
 
.smenu ul li a{
	line-height: 48px;
    height: 44px;
    border-radius: 44px;
    display: block;
    background-color: #00b2b3;
    color: #fff;
    padding-right: 30px;
    padding-left: 10px;
    background-image: url(../images/nextbtn-w.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
    background-size: auto 70%;
    text-align: center;
}
.smenu ul li.on a{ background-color: #005e5b}

.smenu ul li a:hover, .smenu ul li a:focus{
	background-color: #000;font-weight: 500
}



.web_add{
	display: block;
	position: relative;
	border-top: 5px solid #b2e8e8;
	font-size:1.5em; font-weight: normal; color: #333; 
 }

.web_add .container{
	position: relative;
	height: 44px;
	width: 100% !important;
	padding: 0 10px;
}

.web_add .container .box{ float: left; height: 44px; padding-right: 70px; padding-left: 10px; background: linear-gradient(-45deg, transparent 44px, #b2e8e8 0px); position: relative;} 

.web_add .container .box:before{
	content: ""; display: block; position: absolute; width: 100vw; height: 44px; top: 0; right: 100%; background: #b2e8e8
}
.web_add .container a, .web_add .container span{ display: inline-block; height: 44px;}
.web_add .container a{ line-height: 41px;  margin-right: 26px; position: relative; color: #333}
.web_add .container a:after{
	content: "";
    display: block;
    width: 26px;
    height: 40px;
    position: absolute;
    right: -26px;
    top: 50%;
    background: url(../images/ico-web-add-div.svg) center no-repeat;
    background-size: auto 16px;
    margin-top: -22px;}

.web_add .container a.i_home{ padding-left:30px; background: url(../images/ico-web-add-home.svg) left 8px no-repeat; background-size: auto 21px}

.web_add .container a:hover, .web_add .container a:focus{
	color: #009b9b; font-weight: 500; text-decoration: underline;
}
 

.dada_box{
	display: block; width: 100%;
	box-sizing: border-box;
	padding: 25px 0 75px 0
}


#op_channel{
	position: relative;
	box-sizing:  border-box;
 }

#op_channel.parners{ padding-top: 0; margin-bottom: 0;}
#op_channel.parners dt{border-bottom: 0}
#op_channel.parners dt:before{ display: none}

#op_channel.parners:before, #op_channel.parners:after{	display: none}

 

#op_channel dt{
	 position: relative;
    top: 0;
    height: 77px;
     width: 100%;
    display: flex;
    justify-content: right;
    align-items: end;
	margin-bottom: 40px;
	border-bottom: 2px solid #00b2b3;
 }
#op_channel dt:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00b2b3;
    left: 0;
	bottom: 0;
	margin-bottom: -6px;
	margin-left: -5px;
    position: absolute;
    z-index: 2;
 
}

#op_channel dt button:hover, #op_channel dt button:focus{background: linear-gradient(135deg, transparent 44px, #000 0px); text-shadow: 1px 1px 2px rgba(0,0,0,0.3) ; color:#fff
 }
#op_channel dt button{ height:64px; border: 0; background: linear-gradient(135deg, transparent 44px, #ccc 0px); padding-left: 70px; z-index: 3; border-radius: 0 20px 0 0; padding-right: 30px; font-family: "Righteous"; font-weight: normal; color:#4d4d4d; font-size: 2.8em;text-shadow: 1px 1px 2px rgba(255,255,255,0.3); line-height: 64px; cursor: pointer; margin-left: 10px}

#op_channel dt.op_parner{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;
	margin-bottom: 0
 }
#op_channel dt.op_parner button{position: relative; top:auto; margin-left: 0}

#op_channel dd{ display: none}
#op_channel dd.show{ display: block}
#op_channel dt button.on{ 
	top: 0;
    height: 77px;
    background: linear-gradient(135deg, transparent 55px, #00b2b3 0px) !important;
    color: #fff;
    font-size: 4em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding-right: 75px;
    padding-left: 83px;
    line-height: 77px;
position: relative;
	display: inline-block
}

#op_channel dt button.on:after{
	content: "";
	display: block;
	width: 40px; height: 40px;
	border-radius: 50%;
	background-image: url(../images/ico-channel-on.svg);
	background-position: center 72%;
	background-repeat: no-repeat;
	background-size: 60%;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(0,0,0,0.1)
}

 
 

.green_line_box{
	box-sizing: border-box;
	padding: 50px;
	border-left: 6px solid #00b2b3;
	border-radius: 0 30px 30px 0;
	background: #e5f7f7
}

.green_line_box.small{ padding: 25px}

.green_line_box .dash_line{
	margin: 35px 0 40px 0;
	display: block;
	border-top: 1px dashed #999
}
.green_line_box .i_title{
	display: block;
	font-family: "League Spartan";
	font-weight: bold;
	color: #000;
	font-size: 3.5em;
	padding-left: 1.4em;
	line-height: 1.2;
	margin-bottom:0.5em; 
	position: relative;
}

.green_line_box .i_title:before{
	content: "";
	display: block;
	width: 1.085em;
	height: 1.085em;
	position: absolute;
	left: 0;
	top: -0.1em;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.green_line_box .i_title.ico_1:before{background-image: url(../images/open-ico-info.svg);}
.green_line_box .i_title.ico_2:before{background-image: url(../images/open-ico-obj.svg);}
.green_line_box .i_title.ico_3:before{background-image: url(../images/open-ico-fun.svg);}
.green_line_box .i_title.ico_4:before{background-image: url(../images/open-ico-eli.svg);}
.green_line_box .i_title.ico_5:before{background-image: url(../images/open-ico-contact.svg);}

.green_line_box .txt_box{
	font-size: 2em;
	line-height: 1.75;
	font-weight: 300;
	color: #333
}

.green_line_box .txt_box strong{ font-weight: 500}

.green_line_box .txt_box ul, .green_line_box .txt_box ol{
	margin-left: 1.25em;
}

.i_dt_tit{
	font-size: 3.5em;
	font-family: 'Righteous' ;
	font-weight: normal;
	display: block;
	color: #000;
	padding-left: 2em;
	position: relative;
	margin: 2em 0 1em 0
}

.i_dt_tit:before{
	content: "";
	display: block;
	width: 1.54em;
	height: 1.54em;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -0.27em;
}

.i_dt_tit.i_photos:before{ background-image: url(../images/dt-ico-photos.svg)}

.i_dt_tit.i_links:before{ background-image: url(../images/dt-ico-linls.svg)}

.i_dt_tit.i_videos:before{ background-image: url(../images/dt-ico-videos.svg)}

.i_dt_tit.i_files:before{ background-image: url(../images/dt-ico-files.svg)}

.i_dt_tit.i_teams:before{ background-image: url(../images/ico-team.svg)}

.i_dt_tit.i_Project:before{ background-image: url(../images/open-ico-obj-view.svg)}

.i_dt_tit.i_calendar:before{ background-image: url(../images/ico-calendar.svg)}
.i_dt_tit.i_host:before{ background-image: url(../images/ico-host.svg)}
.i_dt_tit.i_lecturer:before{ background-image: url(../images/ico-Lecturer.svg)}
.i_dt_tit.i_bus:before{ background-image: url(../images/ico-bus.svg)}
.i_dt_tit.i_tourist:before{ background-image: url(../images/ico-Tourist.svg)}
.i_dt_tit.i_mail:before{ background-image: url(../images/dt-ico-mail.svg)}

.line_blocks{
	display: block;
	list-style: none;
}

.line_blocks li{
	display: block;
	margin-bottom: 10px
}

.line_blocks li a{
	display: block;
	box-sizing: border-box;
	border-left: 6px solid #ccc;
	background-color: #f2f2f2;
	padding: 30px 115px 30px 30px;
	border-radius: 0 20px 20px 0;
	position: relative
}
.line_blocks li a:after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.line_blocks.files:after{ display: none}

.line_blocks.links li a:after{	background-image: url(../images/ico-link-out.svg)}
.line_blocks.links li a:hover:after, .line_blocks.links li a:focus:after{ background-image: url(../images/ico-link-out-on.svg)}

/*檔案*/

.line_blocks.files i.ico_file{
	display: block;
	width: 60px; height: 70px;
	position: absolute; right: 33px; top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/ico-files-other.svg);
	transition: all 0.4s
 }

.line_blocks.files a:hover i.ico_file, .line_blocks.files a:focus i.ico_file{
	transform: translateY(-50%) scale(1.1) rotate(8deg);
}

.line_blocks.files i.ico_file.pdf{
	background-image: url(../images/ico-files-pdf.svg)
}
.line_blocks.files i.ico_file.doc{
	background-image: url(../images/ico-files-doc.svg)
}
.line_blocks.files i.ico_file.ppt{
	background-image: url(../images/ico-files-ppt.svg)
}
.line_blocks.files i.ico_file.xls{
	background-image: url(../images/ico-files-xls.svg)
}
 

.line_blocks.files i.ico_file span{
	font-size: 1.5em;
    font-family: arial, 'arial';
    font-weight: bold;
    color: #fff;
    padding: 5px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 12px;
    min-width: 45px;
    font-style: normal;
    background: #000;
 }
.line_blocks.files a:hover i.ico_file span, .line_blocks.files a:focus i.ico_file span{
	color: #00ffc8
}

.line_blocks li a .t_name{
	display: block;
	line-height: 1.2;
	font-size: 2.5em;
	color: #000;
	font-weight: 500;
	font-family: 'League Spartan';
	padding-bottom: 10px;
	border-bottom: 1px dashed #b3b3b3;
	margin-bottom: 10px;
}

.line_blocks li a p{
	display: block;
	font-size:1.5em ;
	font-weight: normal;
	font-family: arial, 'arial', 'League Spartan';
	word-break: break-all;
	color: #000;
	line-height: 1.3
}

.line_blocks li a:hover, .line_blocks li a:focus { 
	background-color: #e5f7f7;
	border-left: 6px solid #00b2b3
}
.line_blocks li a:hover .t_name, .line_blocks li a:focus .t_name{ color:#009b9b ; border-bottom: 1px dashed #009b9b}
 
.line_blocks li a p .div{
	    display: inline-block;
    margin: 0 15px;
    border-left: 1px solid #00b2b3;
    font-style: normal;
    height: 1em;
    vertical-align: middle;
}


.back_btn_line{
	display: block;
	border-top: 2px solid #00b2b3;
	position: relative;
	margin-top: 60px;
	height: 60px
}

.back_btn_line:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00b2b3;
	position: absolute;
	left: 0;
	top: -6px;
}

.back_btn_line .btn_back{
	background: linear-gradient(45deg, transparent 44px, #00b2b3  0px);
	padding: 0 30px 0 110px;
	border-radius: 0 0 15px 0;
	font-size: 3em;
	color: #fff;
	font-family: 'Righteous';
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer
 }

.back_btn_line .btn_back:hover, .back_btn_line .btn_back:focus{background: linear-gradient(45deg, transparent 44px, #00827e  0px);}

.back_btn_line .btn_back:before{
	content: "";
	display: block;
	width: 1.7em;
	height: 1.7em;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
	background: url(../images/ico-page-prev.svg) no-repeat center;
	background-size: contain
}

.back_btn_line .btn_back:hover:before, .back_btn_line .btn_back:focus:before{
	left: 50px;
}

.green_tit{
	font-size:4.5em;
	line-height: 1.2;
	color: #009b9b;
	font-family: 'Righteous';
	font-weight: normal;
	display: block;
	margin-bottom:1.1em;
}


.selecter_L{
	display: block;
	text-align: left;
	margin-bottom: 50px;
}

.selecter_L select{
	display: inline-block;
	padding:0 70px 0 35px;
	border-radius: 35px;
	height: 70px;
	line-height: 70px;
 	background-color: #009b9b;
	color: #fff;
	font-size: 3.2em;
	font-weight: 500;
	background-image: url(../images/select-ico-w.svg);
	background-position: calc(100% - 17px) center;
	background-repeat: no-repeat;
	background-size: 1.18em;
	border: 0;
	cursor: pointer
 }

.selecter_L select:hover, .selecter_L select:focus{
	background-color: #000
}
.selecter_L select option:hover,  .selecter_L select option:focus{ background-color:#009b9b; color: #fff }
 .selecter_L select option:checked { background-color: #fff !important;   color: #000 !important}
.gray_line_box{padding:45px 50px;  border-left:6px solid #ccc; box-sizing: border-box; background: #f2f2f2; border-radius: 0 30px 30px 0}


.team_list{
	display: block;
	list-style: none;
	width: 100%;
}
.team_list li{ padding-bottom: 30px; margin-bottom:30px; border-bottom: 1px dashed #999}
.team_list li:last-child{ margin-bottom: 0; padding-bottom: 0; border-bottom: 0}
.team_list li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 65px;
	box-sizing:border-box;
	background: url(../images/ico-link-out.svg) right center no-repeat;
	background-size: 45px;
}

.team_list li a:hover, .team_list li a:focus{
 	background: url(../images/ico-link-out-on.svg) right center no-repeat;
	background-size: 45px;
}

.team_list li .team_logo{
	width: 206px;
	height: 206px;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	transition: all 0.5s;
	border:0px solid #80d8d9
}

.team_list li a:hover .team_logo, .team_list li a:focus .team_logo{
	border:10px solid #80d8d9;
	 
}
.team_list li a:hover h4, .team_list li a:focus h4{
	color: #009b9b
}
.team_list li .team_info{
	width: calc(100% - 40px - 206px)
}

.team_list li .team_info h4{
	display: block;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
	color: #333
}

.team_list li .team_info .txts{
	font-size: 2em;
	line-height: 1.4;
	font-weight: 300;
	color: #333
}


/*------------------------------ Dissemination  ----------------------------------------*/





.page_title{
	display: block;
	font-family: 'Righteous';
	font-weight: normal;
	font-size: 4em;
	color: #000;
	margin-bottom: 15px;
	line-height: 1.33
}
.page_title:first-letter{
	color: #00b2b3;
	line-height: 1.2;
	margin-bottom:25px; 
}

.page_title.gline_blight{
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	border-bottom: #80d8d9 4px solid
}
 /*list_searchs*/
.list_searchs{
	box-sizing: border-box;
	display: flex; flex-wrap: wrap; /* 允許換行 */
	justify-content: space-between;
	align-items: center;
	background: #d9f3f4;
	padding: 30px;
	border-left: 6px solid #00b2b3;
	border-radius: 0 20px 20px 0;
	margin-bottom: 45px;
}

.list_searchs select, .list_searchs .list_keywords{
	height: 50px; line-height: 50px;
	box-sizing: border-box;
	padding: 0 28px;
	border: 0;
	background-color: #fff;
	border-radius: 25px;
	font-size: 1.6em;
	color: #333
} 

.list_searchs select{width: 270px;}
.list_searchs .list_keywords{ width:calc(100% - 50px - 270px - 30px) }
.list_searchs.full .list_keywords{ width:calc(100% - 50px - 20px) }


.list_searchs  .list_search_btn{
	width: 50px; height: 50px; border: 0; border-radius: 50%;
	text-indent: -999em;
	background-color:#009b9b;
	background-image: url(../images/search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;cursor: pointer
}
.list_searchs  .list_search_btn:hover, .list_searchs  .list_search_btn:focus{
	background-color: #000
}

.list_searchs select.filters{
	background-image: url(../images/select-ico-filter.svg);
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
	background-size: 28px;
	padding-right: 50px
}

.list_searchs select.filters:focus{background-image: url(../images/select-ico-filter-on.svg);}

.list_labs{
	height: 50px;
	border-bottom: 2px solid #00b2b3;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 55px;
}

.list_labs.gray{
	border-bottom: 2px solid #666;
}

.list_labs:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00b2b3;
	position: absolute;
	right: 0;
	bottom: -6px;
	
}
.list_labs.gray:after{
	background: #666
}

.list_labs em{
	display: inline-block;
	background: linear-gradient(-135deg, transparent 50px, #00b2b3 0px);
	color: #fff;
	font-size: 2.7em;
	font-family: 'Righteous';
	font-weight: normal;
	line-height: 50px;
	padding:0 115px 0 25px;
	border-radius: 12px 0 0 0;
	font-style: normal;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	position: relative;
}

.list_labs.gray em{
	background: linear-gradient(-135deg, transparent 50px, #666 0px);
}

.list_labs em:after{
	content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) url(../images/ico-channel-on.svg) center 60% no-repeat;
    background-size: 55%;
    position: absolute;
    right: 75px;
    top: 50%;
    margin-top: -14px;
}


/*list_photo_list*/

.list_photo_list{
	display: flex;
	position: relative;
	list-style: none;
	flex-wrap: wrap; 
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.list_photo_list li{
	width: 33.333%;
	box-sizing: border-box;
	display: block;
	padding: 10px;
}

.list_photo_list li p{
	display: block;
	margin-top: 20px;
	color:#666 ;
	line-height: 1.46;
	font-size: 1.6em;
}

.list_photo_list li a:hover p, .list_photo_list li a:focus p{ color: #000}

.list_photo_list.newst{
	width: calc(100% + 40px);
	margin-left: -20px; margin-right: -20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #00b2b3
}
.list_photo_list.newst li{
	width: 50%; padding: 20px;
}

.list_photo_list li a{
	display: block;
}

.list_photo_list li a .zoomBox{
	padding-bottom: 70%;
	border-radius: 20px;
 	margin-bottom: 20px;
}
.list_photo_list li a .txts{
	border-left: 6px solid #e6e6e6;
	box-sizing: border-box;
	padding-left: 12px;
}
.list_photo_list li a .txts strong{
	display: block;
	line-height: 1.2;
	font-size: 2em;
	font-weight: 500;
	color: #000;
	margin-bottom: 15px;

}

.list_photo_list li a:hover .txts strong, .list_photo_list li a:focus .txts strong{ color:#009b9b !important }

.list_photo_list.newst li a .txts strong{ font-size: 2.8em}


.list_photo_list.p_txt_mode li a .txts strong{ font-size: 2.5em}
 
 
.list_photo_list li a .txts time{
	font-size: 1.6em;
	color: #00b2b3
}

/* list  with photo txt mode*/

.list_photo_list.p_txt_mode{
	display: block;
	width: 100%;
	margin-left: 0; margin-right: 0;
}

.list_photo_list.p_txt_mode li{
	display: block; padding: 0;
	width: 100%;
}

.list_photo_list.p_txt_mode li a{
	display: flex; justify-content: space-between;align-items: flex-start;
	padding: 15px 0;
	border-bottom: 1px solid #b2e8e8;
	margin: 0;
 }

.list_photo_list.p_txt_mode li:last-child a{ border-bottom: 0}

.list_photo_list.p_txt_mode li a .zoomBox{
	width: 230px; padding-bottom: 173px; margin-bottom: 0
}

.list_photo_list.p_txt_mode li a .txts{ width: calc(100% - 230px - 30px); border-left: 0; padding-left: 0}


/*dada_box table*/
.dada_box > table{
	width: 100%;
	font-size:1.9em;
	line-height: 1.4
}
 
.dada_box table th, .dada_box table  td{
	border:1px solid #00b2b3; padding: 10px ; text-align: left; vertical-align: middle
}

.dada_box table th{ background: #e5f7f7; font-weight: 700;}

.dada_box table tr:nth-child(odd){
	background-color: #f2f2f2
}

.dada_box .preset_img{ margin: 45px 0; text-align: center}
.dada_box .preset_img img{
	display: inline-block;
	border-radius: 20px;
	max-width: 100%; height: auto;
	
}

.dada_box .html_editer { margin-bottom: 45px; line-height: 1.33; font-size: 2em; font-weight: 300;}

.dada_box .html_editer p{ margin: 0.5em 0; }


.dada_box .gline_L{
	padding-left: 1.8em;
	box-sizing: border-box;
	border-left: 6px solid #dcdddd;
	position: relative;
	margin-left: 5px
}

.dada_box .gline_L.nopoint{ margin-left: 0}

.dada_box .gline_L:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #dcdddd;
	position: absolute;
	left: -10px;
	top: 0
}
.dada_box .gline_L.nopoint:before{ display: none}
.dt_data_infos{ display: flex; justify-content: space-between; align-items: center}

 .dt_data_infos .left{ max-width: calc(100% - 110px)}

.dada_box .dt_data_infos .left span{font-size: 1.7em; line-height: 1.4; font-weight: 500; display: inline-block; padding-left: 1.5em; margin-right:20px; position: relative}
.dada_box .dt_data_infos .left span .color{ color:#009b9b ; font-style: normal }
.dada_box .dt_data_infos .left span strong{ font-weight: 700}

.dada_box .dt_data_infos .left span.ico:before{
	content: ''; display: block; width: 1.235em; height: 1.058em;
	background-position: center; background-repeat: no-repeat; background-size: contain;
	position: absolute;left: 0; top:  0.1em;
}

.dada_box .dt_data_infos .left span.ico.i_time:before{ background-image: url(../images/ico-time.svg)}
.dada_box .dt_data_infos .left span.ico.i_people:before{ background-image: url(../images/ico-people.svg)}
.dada_box .dt_data_infos .left span.ico.i_source:before{ background-image: url(../images/ico-source.svg)}

 
.dt_data_infos .btn_back{
	display: block;
    border: 0;
    border-radius: 8px;
    height: 2.1em;
    line-height: 2.15em;
    font-size: 1.7em;
    color: #fff;
    font-family: "Righteous";
    font-weight: normal;
    background-color: #009b9b;
    padding: 0 0.8em 0 1.8em;
    background-repeat: no-repeat;
    background-size: auto 1.7em;
    background-position: 0.2em center;
    background-image: url(../images/ico-page-prev.svg);
	cursor: pointer
}

.dt_data_infos .btn_back:hover, .dt_data_infos .btn_back:focus{
	background-color: #00827e
}

.dada_box .Register_box { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
 

.dada_box .Register_box ul{ list-style: none; font-size: 2.5em; line-height: 1.4; }

.dada_box .Register_box ul li{
	display: block;
	position: relative;
	padding-left: 1.3333em;
}

.dada_box .Register_box ul li .imp{
	font-weight: 700;
	color: #009b9b
}

.dada_box .Register_box ul li:before{
	content: "";
	display: block;
	width: 0.8666em;
	height: 1.0333em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0; top: 0.07em;
}

.dada_box .Register_box ul li.i_time:before{ background-image: url(../images/ico-time.svg) }
.dada_box .Register_box ul li.i_map:before{ background-image: url(../images/ico-map.svg) }

.dada_box .Register_box a.btn_Register{
	display: inline-block;
    font-size: 4em;
    color: #fff;
    font-weight: normal;
    font-family: "Righteous";
    padding: 0.45em 2em 0.45em 0.6em;
    line-height: 1;
    background-image: url(../images/ico-write-w.svg);
    background-position: calc(100% - 0.6em) center;
    background-repeat: no-repeat;
    background-size: 1em;
    background-color: #009b9b;
    border-radius: 0.5em;
	margin-left: 15px
}

.dada_box .Register_box a.btn_Register:hover, .dada_box .Register_box a.btn_Register:focus{ background-color:#005654 }

.dada_box .person_list{
	display: flex;
	justify-content: space-around;
	list-style: none;
	text-align: center;
	flex-wrap: wrap;
	width: 100%
}
 

.dada_box .person_list li{
	width: 25%;
	display: block;
	padding: 0 1.88229vw;
	box-sizing: border-box;
}


.dada_box .person_list li .img{
	display: inline-block;
	width: 90%;
	height: 0;
	padding-bottom: calc(90% - 16px);
	box-sizing: border-box;
	border: 8px solid #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: 50%
 }

.dada_box .person_list li:hover .img{
	border: 8px solid #80d8d9;
}

.dada_box .person_list li .name{
	font-size: 2.5em; font-weight: 600;
	line-height: 1.3;
	margin-bottom: 10px;
	display: block;}

.dada_box .person_list li p{
	font-size: 1.7em; color: #4d4d4d; font-weight: 400; line-height: 1.3
}

.dada_box .person_list li:hover .name{	color: #009b9b; }

.dada_box .gray_line_box{ display: flex; justify-content: space-between; flex-wrap: wrap;  }
 
/*交通資訊區*/


.dada_box .gray_line_box .Mbox{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; width: 100%; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dashed #808080}

.dada_box .gray_line_box .Mbox:last-child{ margin-bottom: 0; padding-bottom: 0; border-bottom: 0}

 .dada_box .gray_line_box .Mbox .Mbox_L{
	width: 360px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 8px solid #fff;
}
.dada_box .gray_line_box .Mbox .Mbox_L img{
	width: 100%; height: auto
}
 .dada_box .gray_line_box .Mbox .Mbox_L iframe{
	width: 100% !important
}
 .dada_box .gray_line_box .Mbox .Mbox_R{
	width: calc(100% - 360px - 30px)
}

ul.T_lists{
	display: block;
	list-style: none;
 }
ul.T_lists  li{
	display: block;
	margin-bottom: 15px;
}
ul.T_lists  li:last-child{ margin-bottom: 0}
ul.T_lists li strong{
	display: block;
	font-size: 3em;
	color: #009b9b;
	line-height: 1.3;
	font-weight:700;
	margin-bottom: 0.5em;
}

ul.T_lists li p{
	display: block;
	box-sizing: border-box;
	padding-left: 1em;
	font-size: 1.6em;
	color: #4d4d4d;
	line-height: 1.5;
	font-weight: 400;
	border-left:4px solid #ddd; 
}


.M_links{ margin-top:25px;}

.M_links a{ display: inline-block; margin-right: 10px; height: 50px; line-height: 50px; padding: 0 60px 0 20px; border-radius: 50px; font-size: 2.1em; line-height: 55px; color: #fff; font-weight: 600 ; background-repeat: no-repeat; background-position: calc(100% - 20px) center; background-size:  auto 50%; margin-bottom: 10px}

.M_links a.sit{ background-color: #009b9b; background-image: url(../images/ico-link-out-w.svg)}
.M_links a.sit:hover, .M_links a.sit:focus{ background-color: #000}
.M_links a.order{ background-color: #000; background-image: url(../images/ico-BOOKING-w.svg)}
.M_links a.order:hover, .M_links a.order:focus{ background-color:#00b2b3 }

.html_editer.pd_top{ margin-top: 40px}

.html_editer table{ font-size: 1em; margin: 1.5em 0; width: 100%}

.html_editer ul, .html_editer ol{ margin-left: 1.2em;}

.html_editer img{ max-width: 100% ; height: auto; margin: 10px 0; border-radius: 10px;}

.html_editer h4{
	display: block;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #00b2b3;
	font-size: 120%;
	font-weight: 500
}

.html_editer p{
	margin: 1em 0 1em 0
}


/*------------------------Sitemap_list---------------------------*/
ul.Sitemap_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	line-height: 1.5;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
	font-size: 1.7em
 }
ul.Sitemap_list > li{
	display: block;
	margin: 10px;
	width: calc(25% - 20px);
	margin-left: 10px;
}
ul.Sitemap_list > li > a.Lv_1{
	display: block;
	padding: 15px 20px;padding-right: 35px;
	box-sizing: border-box;
	font-size: 110%;
	color: #fff;
	font-family: "Righteous";
	font-weight: normal;
	background-color: #00b2b3;
	border-radius: 15px 15px 0 0;
	background-image: url(../images/nextbtn-w.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
	background-size: auto 60%
 }

ul.Sitemap_list > li > a.Lv_1.R_all{border-radius: 15px ;}

ul.Sitemap_list > li > a.Lv_1:hover, ul.Sitemap_list > li > a.Lv_1:focus{
	background-color: #008480
}
ul.Sitemap_list > li > ul{
	display: block;
	list-style: none;
}

ul.Sitemap_list > li > ul > li > a{
	display: block;
	padding: 15px 20px;
	padding-right: 30px;
	color: #000;
 	background-color: #f2f2f2;
	border-bottom: 1px dotted #00b2b3;
	background-image: url(../images/nextbtn-gray.svg);
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	background-size: auto 50%
}

ul.Sitemap_list > li > ul > li:last-child > a{
	border-radius: 0 0 15px 15px;
	border-bottom: 0;
}


ul.Sitemap_list > li > ul > li > a:hover, ul.Sitemap_list > li > ul > li > a:focus{
	background-color: #b2e8e8 ;
	background-image: url(../images/nextbtn-green.svg);
}

/** ------------------------------------------------page 123----------------------------------------------------**/
#page{
	display: block;
 	width:100%;
	margin:30px auto 0 auto;
	padding-top: 30px;
	border-top: 2px solid #00b2b3
		
}	
#page .total {
 	display:block;
	color:#666;
	font-size:1.4em;
	text-align:center;
 	float:right;
	line-height:38px;
	padding:0 20px;
 	background-color:#fff;
	vertical-align:top
}

#page .total .color{
	color: #00a99d
}
 
#page .num {
	text-align:center; float:left; vertical-align:top
}
#page .num a {
	display:none;
  	font-weight:500;
 	vertical-align:middle;
	overflow:hidden;
 	width:40px; height:40px;
	box-sizing:border-box;
	border-radius:100%;
 	background-color:#f2f2f2;
	line-height:38px;
	color:#000;
	margin: 0 3px
}
#page .num a:hover, #page .num a:focus{
	background-color: #666; color: #fff
}  
#page .num .cur{	
	display:inline-block;
 	font-size:2.1em;
	font-weight:bold;
	text-align:center;	
	line-height:45px;
	width:45px; height:45px;
	border-radius:50%;
	vertical-align:middle;
	cursor:text;
 	background-color: #000;
    color: #fff;
	margin: 0 3px
}

#page .num a.btn-first {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
 	box-sizing:border-box;
 }

#page .num a.btn-prev {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
 	box-sizing:border-box;
 }

#page .num a.btn-next {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
 	box-sizing:border-box;
 }

#page .num a.btn-last {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
 	box-sizing:border-box;
 }

#page .num a.btn{ background-color:#00b2b3; position: relative; background-position: center; background-repeat: no-repeat; background-size: contain;}
#page .num a.btn:hover,
#page .num a.btn:focus { background-color:#005957;}

/*first*/
#page .num a.btn-first {background-image: url(../images/ico-page-first.svg) }
 
/*prev*/
#page .num a.btn-prev  {background-image: url(../images/ico-page-prev.svg) }

 
/*next*/
#page .num a.btn-next {background-image: url(../images/ico-page-next.svg) }
 
/*last*/
#page .num a.btn-last {background-image: url(../images/ico-page-last.svg) }
 
.LogIn  .rc-anchor-container{ border-radius: 15px !important}
 
/*#page*/
@media screen and (min-width:991px) {
	#page {
		align-items:center;
		margin-top:25px;
	}
 
	#page .num {
		text-align:left;
		margin:0;
		margin-bottom:10px;
	}
	#page .num a{ background-color:#f2f2f2; color:#231815;  }
	
	#page .num a,#page .num .cur{
		display:inline-block;
		width:35px;
		height:35px;
		font-size:1.7em;
		text-align:center;
		font-weight:normal;
		line-height:35px;
 		position:relative;
		box-sizing:border-box;
		margin:0 2px;
		
	}
	#page .num .cur{
		background-color:#000;
		color:#fff;}
	
	 
	#page .num a:hover,
	#page .num a:focus {
		color:#fff; background-color:#666
	}
	#page .num .cur {font-weight:bold;}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last {
		display:inline-block;
		width:35px;
		height:35px;
 	}

	
#page .total {
	font-size:1.6em;
	line-height:33px;
	margin-bottom:10px;padding-right: 0
}	
	
}

/*about*/
.center_logo{
	text-align: center; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px dashed #b3b3b3
}
.center_logo img{max-width:250px;}
.ab_box .LR {
    position: absolute;
    top: 10px;
    width: 5px;
    height: calc(100% - 20px);
    background: #ddd;
}
.ab_box {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    margin-left: 10px;
     font-family: "League Spartan";
    font-size: 2em;
    line-height: 1.33;
    font-weight: 300;
    margin-right: 15px;
	text-align: left;
	margin-bottom: 60px;
}
.ab_box .LR.first {
    left: 0;
}
.ab_box .LR.last {
    right: 0;
}
.dada_box .txt_left{ text-align: left}
  .ab_box .LR:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ddd;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
}
  .ab_box .LR:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ddd;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
}

.dada_box .gray_line_box.block{
	display: block;
}

.group_img{ margin-bottom: 60px;}


@media screen and (min-width:1200px) {
	#page .num a,#page .num .cur{
		width:40px;
		height:40px;
		line-height:40px;
	}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last{
		width:40px;
		height:40px;
	}
}

@media screen and (max-width:1300px) {
	#page .num {  width: 100%;  margin-bottom: 12px; text-align:center;}	
	#page .total{
	width:100%; padding:0; border:0; background:none;}
	.page_title { font-size: 4em}
	}


 /* gallery -  fancybox  */
#gallery{  }


#gallery ul{ display: flex; flex-wrap: wrap; list-style: none; width: calc(100% + 16px); margin-left: -8px; margin-right: -8px;}
#gallery ul li{ display: block; width: calc(33.3% - 16px); margin:10px 8px ;}
#gallery ul li a{ display: block}
#gallery ul li a .zoomBox{ border-radius: 15px; padding-bottom: 63%; background: url(../images/pic-bgs.gif) repeat; margin-bottom: 10px; position: relative; border: 10px solid #fff}
#gallery ul li a .zoomBox:before{
	content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #000; opacity: 0; transition: all 0.5s; z-index: 2
}

#gallery ul li a:hover .zoomBox:before, #gallery ul li a:focus .zoomBox:before{ opacity: 0.5}
#gallery ul li a .zoomBox:after{ content: ""; display: block; width: 50px; height: 50px; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px  ; background: url(../images/ico-pic-zoom.svg) center no-repeat; background-size: contain; opacity: 0; transform: scale(3); transition: all 0.5s; z-index: 2}
#gallery ul li a:hover .zoomBox:after, #gallery ul li a:focus .zoomBox:after{ transform: scale(1); opacity: 1}
#gallery ul li a:hover .zoomBox .zoom-pic, #gallery ul li a:focus .zoomBox .zoom-pic{ }
#gallery ul li a .zoomBox .zoom-pic{ transition: all 0.5s; background-size: contain; background-repeat: no-repeat}
#gallery ul li a p{ display: block; line-height: 1.5; font-size: 1.6em; color: #000}

.txt_box a:hover, txt_box a:focus{ text-decoration: underline;}

@media screen and (max-width: 1230px) {
	#op_channel.parners dt{ height: 60px}
    #op_channel.parners dt button {
        font-size: 2.3em;
        height: 54px;
        line-height: 54px;
     }
    #op_channel.parners dt button.on:after {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 50%;
        margin-top: -15px;
    }
	 #op_channel.parners dt button.on {
        height: 60px;
        font-size: 3em;
        padding-right: 60px;
        padding-left: 70px;
        line-height: 60px;
        background: linear-gradient(135deg, transparent 42px, #00b2b3 0px) !important;
    }
}
@media screen and (max-width: 1200px) {
	.dada_box .person_list li .name{font-size: 2em;}
	
}
@media screen and (max-width: 1100px) {
		#op_channel.parners dt button {
    		 background: linear-gradient(120deg, transparent 23px, #ccc 0px);
			padding-left: 31px;
 			border-radius: 0 20px 0 0;
			padding-right: 18px;
 			text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
			 font-size: 2em;
			height: 44px;
			line-height: 44px;
 		}
	
	#op_channel.parners dt button:hover {
    		 background: linear-gradient(120deg, transparent 23px, #000 0px);
		     color: #fff;
 		}
 
     #op_channel.parners dt button.on {
        font-size: 2.5em;
        padding-right: 43px;
        background: linear-gradient(135deg, transparent 31px, #ccc 0px);
    }
	 #op_channel.parners dt button.on:after {
        width: 20px;
        height: 20px;
        right: 15px;
        top: 50%;
        margin-top: -10px;
    }
	 #op_channel.parners dt button.on {
        height: 50px;
        font-size: 2.75em;
        padding-right: 45px;
        padding-left: 40px;
        line-height: 50px;
        background: linear-gradient(120deg, transparent 30px, #00b2b3 0px) !important;
    }
	
}


@media screen and (max-width: 990px) {
	.team_list li a { background-size: 30px !important; padding-right: 40px;}
	ul.Sitemap_list > li{width: calc(33.3% - 20px);}
	 .list_photo_list.newst li a .txts strong { font-size: 2.5em;}
	.list_photo_list.p_txt_mode li a .txts strong { font-size: 2.2em;}
	ul.T_lists li strong {	font-size: 2.5em;}
	.dada_box .gray_line_box .Mbox .Mbox_L, .dada_box .gray_line_box .Mbox .Mbox_R{ width:calc(50% - 15px)}
	
	.dada_box .person_list li .name{font-size: 1.8em;}
	.dada_box .person_list li p{ font-size:1.6em }
	.dada_box .person_list li {	width:33.333%; margin: 10px 0}
	.dada_box > table{font-size: 1.8em}
	
	.dada_box .Register_box ul{  font-size: 2em; }
	.dada_box .Register_box a.btn_Register{ font-size: 2.8em}
	
    #gallery ul li {
        width: calc(50% - 16px);
    }
	#in_main { height: 220px;}
	#in_main hgroup .big_chtit{ font-size: 5em;}
	#op_channel dt{ height: 60px;}
	#op_channel dt button.on {
        height: 60px;
        font-size: 3em;
        padding-right: 60px;
        padding-left: 70px;
        line-height: 60px;
        background: linear-gradient(135deg, transparent 42px, #00b2b3 0px) !important;
    }
 
	#op_channel dt button.on:after {
		width: 30px;
		height: 30px;
		right: 20px;
		top: 50%;
		margin-top: -15px;
	}
 
	
	#op_channel dt button{font-size: 2.3em; height: 54px;line-height: 54px;top: 6px;}
	
	.selecter_L select {
		 padding: 0 60px 0 30px;
		 border-radius: 30px;
		 height: 55px;
		 line-height: 55px;
		 font-size: 2em;}
	
	.green_tit {font-size: 3em;}
	.i_dt_tit {font-size: 2.7em;}
	.team_list li .team_info h4 {font-size: 2.2em;}
	.team_list li .team_logo {width: 160px;height: 160px;}
	.team_list li .team_info { width: calc(100% - 30px - 160px);}
	.team_list li .team_info .txts {font-size: 1.7em; font-weight: 400; line-height: 1.3 }
	.gray_line_box, .green_line_box{ padding: 30px}
	.green_line_box .txt_box {font-size: 1.7em;	line-height: 1.5; font-weight: 400}
	.gray_line_box {padding: 25px;}
	.line_blocks li a {padding: 20px 75px 20px 20px;}
	.line_blocks li a .t_name{ font-size: 2em;}
	.line_blocks li a p{ color: #666}
	.line_blocks li a:after { width: 40px; height: 40px; right: 20px;}
	.line_blocks.files i.ico_file {width: 50px; height: 60px; right: 16px;}
	.line_blocks.files i.ico_file span {font-size: 1.2em;padding: 5px;left: 10px;bottom: 10px;min-width: 35px;}
	.back_btn_line .btn_back {  padding: 0 20px 0 93px; font-size: 2em;  height: 44px;line-height: 44px;}
	.green_line_box .i_title{ font-size: 2.8em;}
	
	.list_photo_list li a .txts strong{
		font-size: 1.8em
	}
 	.list_searchs{ padding: 20px;}
	.list_labs em{ font-size: 2em; line-height: 44px}
	.list_labs{ height: 44px;}
	.page_title{ font-size: 3.5em}
} 

 
@media screen and (max-width:820px) {
	#op_channel.parners dt button{	font-size: 1.4em;}
	#op_channel.parners dt button.on{ font-size: 1.75em;}
}

@media screen and (max-width:768px) {
	ul.Sitemap_list { font-size: 1.55em}

	ul.Sitemap_list > li{width: calc(50% - 20px);}
	.group_img, .ab_box{ margin-bottom: 40px;}
	.center_logo img{ max-width: 60vw; height: auto}
	.smenu{ font-size: 1.7em; height: 34px; line-height: 34px;}
    .list_photo_list.newst li a .txts strong { font-size: 2.2em;}
	.list_photo_list.p_txt_mode li a .txts strong { font-size: 2em;}
	ul.T_lists li strong {	font-size: 2.25em;}
	.M_links a {
		height: 40px;
		padding: 0 48px 0 20px;
		border-radius: 40px;
		font-size: 1.6em;
		line-height: 45px;}
	
	.dada_box .Register_box ul { font-size: 1.7em; }
	.dada_box .Register_box a.btn_Register {font-size: 2.2em;}
	.dada_box .person_list li .name{font-size: 1.75em;}
	.dada_box .person_list li p{ font-size:1.55em }
	.dada_box .person_list li {	width:50%;}
	.dada_box > table{font-size:1.7em}
     #op_channel dt button.on {
        height: 50px;
        font-size: 2.5em;
        padding-right: 60px;
        line-height: 50px;
    }
 
	#op_channel dt button {
        font-size: 2em;
        height: 44px;
        line-height: 44px;
        top: 6px;
    }
 	 .selecter_L select {
        padding: 0 50px 0 20px;
         height: 44px;
        line-height: 44px;
        font-size: 1.7em;
        font-weight: 600;
    }
   .green_tit {font-size: 2.5em; }
	.i_dt_tit { font-size: 2.2em; }
	.selecter_L { margin-bottom: 30px;}
	.list_photo_list li{ width: 50%}
	.list_searchs select{ width: 200px}
	.list_searchs .list_keywords { width: calc(100% - 44px - 200px - 20px);}
	.list_searchs select, .list_searchs .list_keywords {  height: 44px; line-height: 44px;  padding: 0 20px; font-size: 1.5em;}
	.list_searchs .list_search_btn{ width: 44px; height: 44px;}
	.page_title { font-size: 3em}
	.list_searchs.full .list_keywords{ width:calc(100% - 40px - 15px) }

}
 
@media screen and (max-width:620px) {
	#op_channel.parners dt  {flex-wrap: wrap; height: auto; margin-bottom: 10px; padding-right: 0; width: calc(100% + 5px); margin-left: -5px} 
	#op_channel.parners dt button{ width: calc(50% - 5px); display: block; margin-top: 5px; border-radius: 15px; background: #ccc; margin-left: 5px; text-align: center; padding: 0 }
	#op_channel.parners dt button:hover, #op_channel.parners dt button:focus{ background: #000; color: #fff}
	#op_channel.parners dt button.on{ background:#00b2b3 !important; height: 44px; line-height: 44px; padding-left: 10px; padding-right: 40px; font-size: 1.5em}
}

@media screen and (max-width:600px) {
	.team_list li a{
		padding-right: 0;
		padding-bottom: 45px;
		background: url(../images/ico-link-out.svg) center bottom no-repeat;
 	}
	.team_list li a:hover, .team_list li a:focus{background: url(../images/ico-link-out-on.svg) center bottom no-repeat;}
	
	.ab_box{ font-size: 1.7em;}
	.list_photo_list.p_txt_mode li a .zoomBox {	width: 130px; padding-bottom: 110px}
	.list_photo_list.p_txt_mode li a .txts {width: calc(100% - 130px - 20px);}
	.list_photo_list li a .txts p { display: block;	margin-top: 8px; -webkit-line-clamp: 2 !important; }
 
	.list_photo_list li a .txts strong{  margin-bottom: 10px ; -webkit-line-clamp: 2 !important; }
	.list_photo_list.p_txt_mode li a .txts strong { font-size: 1.7em; }
	
	ul.T_lists li strong {	font-size: 2em;}
  .dada_box .gray_line_box .Mbox .Mbox_L, .dada_box .gray_line_box .Mbox .Mbox_R {
        width: 100%;
    }
	.list_photo_list li p { margin-top: 15px; font-size: 1.4em;}
	
	.list_photo_list.newst li { padding: 8px;}
    .list_photo_list.newst li a .txts strong { font-size: 1.8em; }
	.list_photo_list li a .txts { border-left: 3px solid #e6e6e6; padding-left: 10px;}
	
	.list_photo_list.newst {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 20px;
		margin-bottom: 20px;}
	.list_photo_list li a .txts time{ font-size: 1.35em;}
	
	.dada_box .gray_line_box .Mbox .Mbox_L{ margin-bottom: 25px}
	.dada_box .html_editer{ line-height: 1.5; font-size: 1.7em;}
	.dada_box .gline_L {padding-left: 1.2em;border-left: 3px solid #dcdddd }
	.gray_line_box , .line_blocks li a{ border-left: 3px solid #ccc;}
	.line_blocks li a:hover, .line_blocks li a:focus { 	border-left: 3px solid #00b2b3}
	.green_line_box { border-left: 3px solid #00b2b3;}
	.dada_box .gline_L:before { width: 10px;  height: 10px;  left: -6px;}
	.dada_box .Register_box ul { font-size: 1.6em; display: block; width: 100% ; margin-bottom: 15px}
	.dada_box .Register_box a.btn_Register { display: inline-block}
	.dada_box > table{font-size:1.5em}
	.dada_box  table th, .dada_box table td{ padding: 5px}
 
	.green_line_box.small { padding: 20px;}
	.dada_box .dt_data_infos .left span {font-size: 1.5em;}
	#gallery ul li { margin: 10px 5px;}
	#gallery ul li { width: calc(50% - 10px); }
	.line_blocks li a .t_name {font-size: 1.75em;}
	.line_blocks li a p {font-size: 1.3em;}
	#in_main hgroup strong {font-size: 2em;}
	 #in_main hgroup .big_chtit {font-size: 4em;}
	 #op_channel dt button.on:after {
        width: 20px;
        height: 20px;
        right: 15px;
        top: 50%;
        margin-top: -8px;
    }
 	    #op_channel dt button.on {
         font-size: 2.5em;
          padding-right: 43px;
		  background: linear-gradient(135deg, transparent 31px, #ccc 0px);
         }
	   #op_channel dt button.on:hover, #op_channel dt button.on:focus{
 		   background: linear-gradient(135deg, transparent 31px, #000 0px);
		   color: #fff; padding-left: 48px
         }
	#op_channel.parners dt button.on{ 
		background:#00b2b3 !important;  padding-left: 10px; padding-right: 40px; font-size: 1.5em}
	
	.team_list li a{ display: block; text-align-last: center}
	.team_list li .team_info{ width: 100%; text-align: center}
 	.team_list li .team_logo{ display: inline-block; margin-bottom: 15px;}
	#gallery ul li a .zoomBox {margin-bottom: 5px;border: 5px solid #fff;}
	.web_add .container a{    margin-right: 15px;}
	.web_add .container a:after{ right: -20px;}
	.web_add .container .box{ padding-left: 0}
	.web_add .container a.i_home {
		padding-left: 20px;
		background: url(../images/ico-web-add-home.svg) left 12px no-repeat;
		background-size: auto 14px;
	}
	.list_searchs select.filters {
		width: 100%;
		margin-bottom: 10px;
	}
	 .list_searchs .list_keywords {
        width: calc(100% - 44px - 10px);
    }

	 .page_title { font-size: 2.5em;  }
	
}

@media screen and (max-width:400px) {
	    .list_labs em {  font-size: 1.7em;     }
 
	ul.Sitemap_list { font-size: 1.5em}
	ul.Sitemap_list > li{width: calc(100% - 20px);}
	.page_title.gline_blight {
		padding-bottom: 5px;
		 margin-bottom: 30px;
		border-bottom: #80d8d9 2px solid;
		}
	.center_logo{ padding-bottom: 40px;  margin-bottom: 40px;}
  	.ab_box{ padding-left: 20px; padding-right: 20px;}
	.ab_box .LR{ width: 3px;}
	.ab_box .LR:before{    margin-left: -5px; width: 10px; height: 10px} 
	/*.smenu summary{ line-height: 40px;  height: 37px; padding-right: 45px; padding-left: 20px;}
	.smenu summary::after{ right: 10px;  top: 7.5px; width: 20px; height: 20px;}*/
	.list_searchs{ margin-bottom: 15px;}
	.list_photo_list.newst li{ width: 100%}
	 .list_photo_list.p_txt_mode li a .zoomBox { width: 110px; }
	 .list_photo_list.p_txt_mode li a .txts { width: calc(100% - 115px - 10px); }
	  .page_title { font-size: 2em; margin-bottom: 13px }
	.green_line_box.small { padding: 15px;}
	.dada_box > table{font-size:1.5em}
	#op_channel dt button.on{font-size: 2em; padding-right: 44px; padding-left: 45px; background: linear-gradient(135deg, transparent 31px, #00b2b3 0px) !important; height: 44px; line-height: 44px;}
 
 
	#op_channel dt button {
        font-size: 1.65em;
        height: 40px;
        line-height: 40px;
        top: 3px;
		background: linear-gradient(135deg, transparent 29px, #ccc 0px);
		padding-left:48px;
    }
	#op_channel dt button:hover, #op_channel dt button:focus {background: linear-gradient(135deg, transparent 29px, #000 0px);}
 
	 .gray_line_box, .green_line_box {
        padding: 25px 16px;
    }
	.gray_line_box a, .green_line_box a{word-break: break-all !important;}
	.line_blocks li a {
        padding: 15px 50px 15px 15px;
		border-left: 3px solid #ccc
    }
 
	 .line_blocks.files i.ico_file {
        width: 40px;
        height: 50px;
     }
	 .line_blocks.files i.ico_file span {
        font-size: 1em;
        padding: 3px;
        left: 10px;
        bottom: 10px;
        min-width: 25px;
    }
	 .line_blocks li a:after {
        width: 30px;
        height: 30px;
        right: 15px;
    }
	 .line_blocks li a {
        padding: 15px 60px 15px 15px;
    }
	.back_btn_line{ margin-top: 30px;}
	.i_dt_tit{ font-size: 2em; margin: 1.5em 0 0.8em 0;}
	 .line_blocks li a .t_name {font-size: 1.6em; }
	#gallery ul li a p {line-height: 1.2;font-size: 1.4em; }
	.green_tit {
        font-size: 2em;
    }
	.i_dt_tit {
        font-size: 1.9em;
    }
	.team_list li .team_info h4 {
        font-size: 1.8em;
    }
	 .team_list li .team_info .txts , .green_line_box .txt_box {
        font-size: 1.55em; }
	 #in_main hgroup .big_chtit {
        font-size: 3.5em;
    }
 
	.dada_box{ padding: 35px 0 50px 0;}
 	.list_photo_list li a .txts strong {font-size: 1.4em;}
	.list_photo_list li a .txts time { font-size: 1.25em;}
	.list_photo_list li a .zoomBox {  margin-bottom: 13px;}
	.list_photo_list li a .txts { border-left: 3px solid #e6e6e6; box-sizing: border-box; padding-left: 10px;}
	 .list_searchs { padding: 13px; }
	.list_labs {  margin-bottom: 10px;  margin-top: 30px;}
	.dada_box { padding: 35px 0 45px 0;}
	.dt_data_infos{ display: block; text-align: left}
	.dt_data_infos .left {width: 100%; max-width:100%; margin-bottom: 15px;}
	.dt_data_infos .btn_back{ display: inline-block}
	.dada_box .preset_img { margin: 25px 0; }
 
}