@charset "utf-8";	
/*-------按鈕-------*/
.btn {
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/*新消息 more*/
.bh44 {
	width: 100%;
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	border-radius: 4px;
}
.bh44 i {
	margin-left: 7px;
}
/*新消息-h44-100%*/
.bh44-2 {
	display: block;/*去除相衝*/
	width: 100%;
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	border-radius: 44px;
	border-width: 2px;
}
.bh44-2 i {
	margin-left: 5px;
}
/*作品/成果*/
.bh44-3 {
	width: 200px;
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	border-radius: 44px;
	border-width: 2px;
}
.bh44-3 i {
	margin-left: 7px;
}
/*文章內頁-h50-100%*/
.bh50 {
	display: block;/*去除相衝*/
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	padding: 11px 15px;
	border-radius: 50px;
	border-width: 2px;
}
.bh50 i {
	
}
/*聯絡我們*/
.bh50-2 {
	width: 300px;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	padding: 13px 0px;
	border-radius: 4px;
}
.bh50-2 i {
	margin-right: 7px;
}
/*footer*/
.bh40 {
	display: block;/*去除相衝*/
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0px;
	border-radius: 4px;
}
.bh40 i {
	margin-right: 7px;
}
/*color*/
.btn.blue {
	background-color: #1479cc;
	color: #fff;
}
.btn.blue:hover ,
.btn.blue:focus {
	background-color: #2e93e5;
	color: #fff;
}
.btn.red {
	background-color: transparent;
	border-color: #e52249;
	color: #e52249;
}
.btn.red:hover ,
.btn.red:focus {
	background-color: #e52249;
	color: #fff;
}
.btn.green {
	background-color: transparent;
	border-color: #6ebf26;
	color: #6ebf26;
}
.btn.green:hover ,
.btn.green:focus {
	background-color: #6ebf26;
	color: #fff;
}
.btn.orange {
	background-color: transparent;
	border-color: #f78a0c;
	color: #f78a0c;
}
.btn.orange:hover ,
.btn.orange:focus {
	background-color: #f78a0c;
	color: #fff;
}
.btn.pink {
	background-color: transparent;
	border-color: #f5568c;
	color: #f5568c;
}
.btn.pink:hover ,
.btn.pink:focus {
	background-color: #f5568c;
	color: #fff;
}
.btn.white {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn.white:hover ,
.btn.white:focus {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
/*-----表單樣式-----*/
.bootstrap-select > .dropdown-toggle ,
.bootstrap-select > .dropdown-toggle:focus {
	border: none;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	line-height: 1.33333;
	outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	border-bottom: 2px solid #aa458a;
    border-right: 2px solid #aa458a;
    border-left: none;
    border-top: none;
    display: block;
    height: 7px;
    width: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.bootstrap-select.btn-group.open .dropdown-toggle .caret {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); 
}
.bootstrap-select.btn-group .dropdown-menu {
	font-size: 15px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	padding: 5px 30px 5px 15px;
	color: #333333;
}
.form-control {
	color: #333333;
	border: none; 
	border-radius: 4px;
    height: 44px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}
/*灰色底篩選區*/
.gray_form .bootstrap-select > .dropdown-toggle ,
.gray_form .bootstrap-select > .dropdown-toggle:focus {
	background-color: #fff;
	font-size: 15px;
	padding: 12px 30px 12px 15px;
}
.gray_form .form-control {
    font-size: 15px;
    padding: 12px 15px;
    line-height: 1.33333;
}
.gray_form .form-control::-moz-placeholder {
	color: #ccadc2;
}
.gray_form .form-control:-ms-input-placeholder {
	color: #ccadc2;
}
.gray_form .form-control::-webkit-input-placeholder {
	color: #ccadc2;
}
/*白色底內容區*/
.white_form .bootstrap-select > .dropdown-toggle ,
.white_form .bootstrap-select > .dropdown-toggle:focus {
	background-color: #f7f7f7;
	font-size: 17px;
	padding: 11px 30px 11px 15px;
	line-height: 1.3;
}
.white_form .form-control {
	background-color: #f7f7f7;
    font-size: 17px;
    padding: 11px 15px;
    line-height: 1.3;
}
.white_form .form-control::-moz-placeholder {
	color: #b2b2b2;
}
.white_form .form-control:-ms-input-placeholder {
	color: #b2b2b2;
}
.white_form .form-control::-webkit-input-placeholder {
	color: #b2b2b2;
}
.white_form .bootstrap-select.btn-group .dropdown-menu {
	font-size: 17px;
}
/*高度34*/
.bootstrap-select.sh34 > .dropdown-toggle ,
.bootstrap-select.sh34 > .dropdown-toggle:focus {
	background-color: #f7f7f7;
	font-size: 15px;
	padding: 7px 30px 7px 15px;
}
/*聯絡我們 區*/
.form-horizontal .form-control {
	background-color: #f7f7f7;
    font-size: 17px;
    padding: 11px 15px;
    line-height: 1.3;
}
/*CSS-單選*/
.radio_sp ,
.checkbox_sp {
	line-height: 1;
	/*padding-top: 2px;
	padding-bottom: 10px;*/
}
.radio_sp label ,
.checkbox_sp label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height:23px;
	height:23px;
	/*margin: 10px 15px 0 0;*/
	margin: 0;
	padding-left: 30px;
}
.radio_sp input[type=radio],
.checkbox_sp input[type=checkbox] {
	display: none;
}
.radio_sp label:before ,
.checkbox_sp label:before {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	top: 0;
	left: 0;
	background-color: #F7F7F7;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
}
.radio_sp label:before {
    border-radius: 50%;
}
.checkbox_sp label:before {
    border-radius: 4px;
}
.radio_sp input[type=radio]:checked + label:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 5px;
    left: 5px;
    background-color: #aa458a;
    border-radius: 50%;
}
.checkbox_sp input[type=checkbox]:checked + label:after {
	content: "\e013"; /*bs3*/
	position: absolute;
    top: 5px;
    left: 3px;
	font-size: 16px;
	color: #aa458a;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
/*-----表單1-----*/
.bg_success {
	color: #21a690;
	font-size: 15px;
	background-color: #e6f2f0;
	padding: 15px 40px;
	text-align: center;
}
.bg_success .bh34 {
	margin-left: 10px;
}
.bg_success:first-child {
	margin-bottom: 35px;
}
.h2_title {
	border-bottom: 2px solid #aa458a;
	overflow: hidden;
	margin-bottom: 20px;
}
.h2_title h2 {
	margin: 0;
	font-size: 20px;
	float: left;
	margin-bottom: 7px;
}
.h2_title .attention {
	float: left;
	color: #808080;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 5px;
}
.h2_title .attention span {
	color: #e52e43;
}
.white_form .h2_title {
	margin-top: 54px;
}
.white_form .h2_title:first-of-type {
	margin-top: 0;
}
.h3_title {
	margin-bottom: 9px;
}
.h3_title h3 {
	margin: 0;
	font-size: 20px;
}
.white_form .form_group {
	margin-bottom: 16px;
}
.white_form .item {
	font-size: 16px;
	color: #aa458a;
	text-transform: uppercase; /*英文大寫*/
	margin-bottom: 5px;
	white-space: nowrap;
}
/*必填*/
.white_form .mandatory {
	font-size: 13px;
	color: #e52e43;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
/*縮短間距*/
.white_form .member_row {
	margin-right: -7px;
	margin-left: -7px;
}
.white_form .member_row > div {
	padding-left: 7px;
	padding-right: 7px;
}
.white_form .member_row2 {
	margin-top: 10px;
}
/*單複選*/
.white_form .form_group .radio_sp ,
.white_form .form_group .checkbox_sp {
	/*padding-bottom: 11px;*/
}
.white_form .form_group .radio_sp label ,
.white_form .form_group .checkbox_sp label {
	margin: 10px 15px 0 0;
}
/*會員個資條款*/
.pre-scrollable {
	border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15) inset;
	background-color: #f7f7f7;
}
.pre-scrollable .pre-scrollable_cont {
    padding: 15px 20px;
    line-height: 1.72;
}
/*驗證碼*/
.white_form .form-control.code {
	margin-right: 6px;
	width: 130px;
	display: inline-block;
}
.white_form .code_nb .btn {
	background: none;
	padding: 0;
	margin-left: 5px;
}
.white_form .code_nb .btn img {
	width: 29px;
}
/*按鈕*/
.white_form .bh50 {
	margin-top: 20px;
}
/*備註*/
.white_form textarea.form-control {
    line-height: 1.5;
}
/*補助說明*/
.white_form .help_block {
	color: #eb7f8b;
	margin-top: 5px;
	font-size: 16px;
}
/*只有字*/
.white_form .form_control_static {
	font-size: 19px;
	height:44px;
	line-height: 1.3;
    padding: 9px 0;
    border-bottom: 1px solid #e5e1e4;
}
.white_form .red_ {	
	color: #eb7f8b;
}
.white_form .green_ {
	color: #21a690;
}
/*-----表單2-----*/
.form-horizontal .attention {
	margin-bottom: 16px;
}
.form-horizontal .attention span {
	color: #e52249;
}
.form-horizontal .form-group {
	margin-bottom: 0;
}
/*左*/
.form-horizontal .control-label {
	text-align: left;
	padding-top: 19px;
	padding-right: 0px;
	color: #1479cc;
	font-size: 17px;
}
/*右*/
.form-horizontal .right_form {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 64px;
}
/*必填*/
.form-horizontal .mandatory {
	font-size: 13px;
	color: #e52249;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
/*按鈕*/
.form-horizontal .btn_groups {
    margin-top: 30px;
    text-align: center;
}
/*備註*/
.form-horizontal textarea.form-control {
    line-height: 1.5;
}
/*補助說明*/
.form-horizontal .help-block {
	color: #e52249;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 16px;
}
/*只有字*/
.form-horizontal .form-control-static {
	font-size: 19px;
	min-height:44px;
	line-height: 1.3;
    padding: 10px 0;
}
/*-----表單-結束-----*/
/*表格1*/
.table1 {
	width: 100%;
	font-size: 17px;
}
.table1 th ,
.table1 td {	
	border-bottom: 1px solid #e5e1e4;
	padding: 15px 20px;
	line-height: 1.5;
	background-color: #fff;
}
.table1 th {	
	background-color: #f7f5f7;
	color: #aa458a;
	font-weight: normal;
	border-bottom: 2px solid #e5e1e4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table1.striped tr:nth-of-type(2n) td {
	background-color: #fafafa;
}
