﻿@charset "utf-8";
.clear{
	clear:both;
}
.mobile_content{
	padding:45px 40px;
	font-size: 40px;
	color:#333333;
}
.mobile_content .mobile_title{
	padding-bottom: 25px;
	font-size: 50px;
	text-align: center;
	color:#333333;
	border-bottom: 8px solid #2CAADC;
	font-weight: bold;
	margin-bottom:30px; 
	line-height: 65px;
}
.mobile_input{
	width: 100%;
	padding: 0px !important;
	-webkit-appearance: none;
   	border: #9fa0a0 1px solid; 
   	outline:none;
   	color:#333333;
   	text-indent: 20px;
   	height:100px;
   	font-size: 45px;
   	margin:25px 0 35px 0;
   	background: #ffffff;
}
.mobile_input::placeholder { 
    color: #9fa0a0;
}
.mobile_select{
	width: 100%;
	padding: 0px !important;
	-webkit-appearance: none;
   	border: #9fa0a0 1px solid; 
   	outline:none;
   	color:#333333;
   	text-indent: 20px;
   	height:100px;
   	font-size: 45px;
   	margin:25px 0 35px 0;
   	background-color: #ffffff;
	background-size: 83px 46px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url('../images/input_select.png')
}
.mobile_btn1,.mobile_btn2{
	width: 100%;
	height:100px;
	padding:0px !important;
	-webkit-appearance: none;
	outline:none;
	font-size: 45px;
	text-align: center;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 30px;
}
.mobile_btn1{
	background: #2caadc;
	border: 0px; 
	color:#ffffff;
}
.mobile_btn2{
	background: #ffffff;
	border: 1px solid #2c98c3; 
	color:#2c98c3;
}

.mobile_btn_text{
	margin-right:30px;
	margin-bottom:-30px;
}
.red_text{
	color:#cb1e1e;
}
.yellow_text{
	color:#ffff00;
}
.red_text_indent{
	color:#cb1e1e;
	text-indent: -41px;
	padding-left: 41px;
}
.red_a{
	color:#cb1e1e;
	text-decoration: underline;
}
.mobile_outer2{
	margin-top: 50px;	
}
.mobile_outer2 .mobile_btn2{
	width: 48%;
}
.mobile_outer2 .mobile_btn2:nth-of-type(odd){
	float:left;
}
.mobile_outer2 .mobile_btn2:nth-of-type(even){
	float:right;
}
.mobile_list_outer{
	margin-top: 15px;
	margin-bottom: 15px;
}
.mobile_list_outer .mobile_list_top{
	background-color: #45b7d0;
	color:#ffffff;
	padding:30px 20px;

}
.mobile_list_outer .mobile_list_bottom{
	background-color: #ffffff;
	padding:20px 15px;
	border:#45b7d0 1px solid;
}
.li_num{
  list-style-type: decimal;
  line-height: 60px;
}
.ol_made{
	list-style-type:none;
	/* 除上下間距 */
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    line-height: 60px;    
}
.ol_made li { 
	position:relative;
}
.ol_made li span {
	position:absolute; 
	top:0; 
	left:-1.2em; 
	font-weight: bold;
}
.blue_table{
	border-collapse:collapse;
	border:none;
	width: 100%;
}
.blue_table td{
	border:solid #0097a7 1px;
    background: #ffffff;
    padding:20px 35px;
    vertical-align: middle;
    line-height: 60px;
}
.blue_table .td_bg{
    background: #2caadc;
    color:#ffffff;
    text-align: center;
}
/*中文數字項目標籤*/
.ol_chnum{
	list-style-type:none;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}
.ol_chnum li { 
	position:relative;
	margin-left: 80px;
}
.ol_chnum li span {
	position:absolute; 
	top:0; 
	left:-80px; 
}
a.a_blue{
	text-decoration: underline;
	color:#00f;
}
/*開合效果*/
.mobile_reel{ 
	line-height: 60px;
	margin-bottom:20px;

}
    .mobile_reel .div_up {
        background-color: #2c98c3;
        color: #ffffff;
        padding: 20px 89px 20px 78px;
        background-size: 72px 32px;
        background-repeat: no-repeat;
        background-position: center right;
        background-image: url('../images/add.png');
        cursor: pointer;
        text-indent: -40px;
    }


.mobile_reel .div_down{
	background-color: #f3f3f3;
	padding:20px 20px;
	border: 1px solid #2c98c3;
	margin-top: 20px;
	display: none;
}
.mobile_reel.acitve .div_up{
	background-color: #2c98c3;
	background-image: url('../images/less.png');
}
.mobile_reel.acitve .div_down{
	display: block;
}
.mobile_reel .div_down a{
	color:#00f;
	text-decoration: underline;
}
.mobile_content .bottom_text{
	padding:0 50px;
	margin-bottom: 20px;
}
.mobile_content .bottom_text b{
	font-weight: bold !important;
	font-size: 43px !important;
}
.mobile_content .bottom_text li{
	margin-bottom: 20px;
}
/*SApplyDeadline 頁*/
.mobile_list_outer.n2 .mobile_list_bottom .li_num li{
	color:#333333;
}
/*eportfolio 頁*/
.eportfolio .mobile_list_bottom{
	background-color: #f3f3f3;
}
.eportfolio .eportfolio_table tr td:nth-of-type(1){
	width: 140px;
}
.eportfolio .eportfolio_table tr td:nth-of-type(2){
	width: 360px;
}
.eportfolio .eportfolio_table tr td:nth-of-type(3){
	width: 70px;
	text-align: right;
}
.eportfolio .eportfolio_table .mobile_input{
	margin:10px 0;
}
.eportfolio .mobile_list_outer.n2 .mobile_list_top{
	line-height: 0.7;
}
.eportfolio .mobile_list_outer.n2 .mobile_list_bottom{
	text-align: center;
	font-size: 42px;
}
.eportfolio .bottom_text{
	padding:0 50px;
	margin-bottom: 20px;
}
.eportfolio .bottom_text b{
	font-weight: bold !important;
	font-size: 43px !important;
}
.eportfolio .bottom_text li{
	margin-bottom: 20px;
}
/*燈箱*/
.mobile_lightbox_bg{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
}
.mobile_lightbox_bg .mobile_lightbox_table{
	width: 100%;
	height:100%;
}
.mobile_lightbox_bg .mobile_lightbox_table tr:nth-of-type(1) td{
	height:150px;
}
.mobile_lightbox_bg .mobile_lightbox_table tr:nth-of-type(2) td{
	height:95%;
	padding:2.5% 5%;
}
.mobile_lightbox_bg .mobile_lightbox_table tr:nth-of-type(3) td{
	color:#ffffff;
	text-align: center;
	font-size: 40px;
	padding: 40px 125px 60px 125px; 
}
.mobile_lightbox_bg .mobile_lightbox_left,.mobile_lightbox_bg .mobile_lightbox_right{
	position: fixed;
	z-index: 5;
	width: 85px;
	bottom: 37px;
}
.mobile_lightbox_bg .mobile_lightbox_left{
	left: 20px;

}
.mobile_lightbox_bg .mobile_lightbox_right{
	right: 20px;
}
.mobile_lightbox_bg .mobile_lightbox_close{
	position: fixed;
	z-index: 5;
	top:15px;
	right:23px;
	width: 120px;
}
.mobile_lightbox_bg .mobile_lightbox_img{
	width: 100%;
	height:100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mobile_lightbox_bg .mobile_lightbox_table{
 	display: none;
}
.mobile_lightbox_bg{
	display: none;
}
/*ScoreSearch 頁*/
.ScoreSearch .blue_table .yellow_text {
	font-size: 0.8em;
}
.ScoreSearch .blue_table tr td{
	font-size: 38px;
}
.ScoreSearch .blue_table tr:nth-of-type(1) td{
	font-size: 40px;
}
.ScoreSearch .blue_table td:nth-of-type(1){
	width: 300px;
}
.ScoreSearch .blue_table td:nth-of-type(2){
	word-break: break-all;
}
.ScoreSearch .blue_table td:nth-of-type(2) a{
	text-decoration: underline;
	color:#00f;
	background-size: 40px 30px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url('../images/hand.png');
	padding:10px 60px 10px 0px;
}
.ScoreSearch .ScoreSearch_mobile_btn2{
	width: 70%;
	margin:40px auto;
	display:block; 
}

/*ReSend 頁*/
.ReSend .ReSend_top{
	line-height: 60px;
	padding:0 20px;
}
.ReSend .td_bg{
	width: 200px;
}
.ReSend .blue_table .td_bg{
    background: #2caadc;
    color:#ffffff;
}
.ReSend .blue_table{
	margin:30px 0; 
}
/*1221*/

.ReSend .blue_table tr:nth-of-type(1) td{
	color:#ffffff;
	background-color: #15b2c2;
	text-align: center;
}
.ReSend .blue_table tr td:nth-of-type(1){
    background: #2cc4d4;
}
.ReSend .blue_table .mobile_btn2{
	height: auto;
	padding: 15px 0 !important;
    border: 1px solid #0097a7;
    color: #0097a7;
}
.ReSend b{
	font-weight: bold !important;
}
.ReSend .ol_chnum li{
	margin-bottom: 15px;
}
/*Member_Center 頁*/
.mobile_list_bottom .li_num{
    line-height: 70px;
	
}
.mobile_list_bottom .li_num{
    list-style-type: none;
    margin-left: 30px;
}

.mobile_list_bottom .li_num li,.mobile_list_bottom .ol_made li{
	/*text-decoration: underline;*/
	color:#00f;
}
