@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins&display=swap');

.tradeInfoBox a, .tradeInfoBox .resourceTextBox a, .tipsWarningBox a{
	color:#003f96;
	}
.tradeInfoBox a:visited, .tradeInfoBox a:hover{
  color: #666;
  text-decoration:none;
	}

/* ====================================================================================================================
 * custom.css Start
 * ====================================================================================================================*/

.resourceTextBox .title {
  font-size: 1em;
  color: #ca6946;
	display: inline;
	}

.resourceTextBox .text {
  font-size: 1em;
  color: #666666;
	display: inline-block;
	}
.resourceTextBox span{
  position: relative;
	}
.resourceTextBox .title::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f0c8";
  transform: translateY(-50%);
	padding-right: 2px;
	}
.resourceTextBox .text span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: solid 1px #666666;
    background-image: url("/sitaiwan/assets/img/icon_check.svg");
    background-size: 7px 7px;
    background-position: 50% 50%;
}
.sdgsItem.date{
	background-position: 0 center;
	}
/* ====================================================================================================================
 * 我要刊登 - 列表 Start
 * ====================================================================================================================*/
.selectBarContainer .search-bar{
	margin-right: 5px;
	}
.selectContainer .selectFilter.hideTagPage{
	display: none;
	}
.tradeTextContent{
	display: flex;
	padding-left: 0;
	}
.tradeListBox, .tradeBenefitContent .container{
	margin-bottom: 40px;
  padding:30px;
  -webkit-box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border:solid 0.5px #e6e6e6;
  background-color: #ffffff;
  border-radius:50px;
  -webkit-box-sizing:border-box;
  box-sizing: border-box;
	}
.tradeTextContent{
	flex:0 0 89%;
  max-width: 89%;
	}
.stateContent{
	flex:0 0 11%;
  max-width: 11%;
	}
.overZoomTrade{
	width:35%;
	margin-right: 15px;
	}
.overZoomTrade img{
	max-width:100%;
	}
.tradeListContent{
	padding-left: 0;
	width: 65%;
	}
.tradeListContent .tradeListH1{
	color:#003f96;
	font-weight: 500;
  font-size: 1.125em;
  line-height: 1.44;
  letter-spacing: 0.36px;
	margin-bottom: 10px;
	}
.tradeListContent p{
	margin-bottom: 15px;
	}
.dataContent{
	padding-top: 10px;
	border-top:solid 1px #e6e6e6;
	}
.dataItemBar{
	margin-bottom: 7px;
	}
.dataItemBar .title{
	color:#ca6946;
	}
.dataItemBar .title, .dataItemBar .text{
  display: inline;
	}
.dataItemBar span{
  position: relative;
  padding-left: 30px;
	}
    .dataItemBar span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        padding: 13px;
        background: url("/sitaiwan/assets/img/icon_map.png") 50% 50% #ca6946 no-repeat no-repeat;
        border-radius: 5px;
    }
    .dataItemBar.dayBar span::before {
        background-image: url("/sitaiwan/assets/img/icon_calendar1.png");
    }
.dataItemBar .text span {
  padding-left: 15px;
  margin-right: 12px;
	}
.sdgsItemTradeBox .title{
	color:#ca6946;
	}
.sdgsItemTradeBar img{
	max-width: 40px;
	}
.typeItemBox{
	margin-top: 5px;
	}
.btnColor1, .btnColor2{
	color:#fff;
	font-size: 0.813em;
	padding: 3px 7px 5px;
	}
.btnColor1:hover, .btnColor2:hover{
	color:#fff;
	}
.btnColor1{
	background-color: #9b54ba;
	}
.btnColor2{
	background-color: #44559a;
	}
.stateContent{
	color:#fff;
	text-align: center;
	background-color: #003f96;
	padding: 25px 5px;
	border-radius: 5px;
	}
.stateBox{
	position: absolute;
	top:25%;
	left: 25%;
	}
.stateIng img{
	max-width:100%;
	margin-bottom: 10px;
	}
.stateContent span{
	font-size: 120%;
	}
.stateMore{
	position: absolute;
	bottom: 25px;
	right: 10%;
	font-size: 90%;
	}
.stateMore img{
	max-width: 15%;
	}
.stateFinishContent{
	background-color: #999999;
	}
.mediumWidth .container{
	max-width: 1200px;
	}

/* ====================================================================================================================
 * 我要刊登 - 內容 Start
 * ====================================================================================================================*/

.dataTitleBar{
	position: relative;
	}
.remitButtom a {
    position: absolute;
    right: 0;
    color: #003f96;
    border: 1px solid #003f96;
    font-size: 0.875em;
    padding: 2px 15px 2px 40px;
    border-radius: 20px;
    background: url(/sitaiwan/assets/img/icon_remit.png) 17px center no-repeat;
}
    .remitButtom a:hover {
        color: #fff;
        background: #003f96 url(/sitaiwan/assets/img/icon_remit2.png) 17px 4px no-repeat;
    }
.tradeHeadBox h1{
	color:#003f96;
	}
.sdgsItemOutBox.borderBottom.tradeHeadBox{
	margin-bottom: 15px;
	}
.sdgsItemOutBox.borderBottom.tradeHeadBox::after{
	background-color:#e6e6e6;	
	}
.coverTrade{
	width: 100%;
  max-width: 100%;
	margin-bottom: 30px;
	}
.tradeItemBox, .tipsWarningBox{
	background-color: #f2f2f2;
	padding:20px 20px 10px;
  margin-bottom: 30px;
	}
.tradeItemBox li{
	list-style-type: none;
	}
.resourceTextBox::marker{
  font-size: 1.5em
	}
.resourceTextBox .text.sdgsIconBar span::before{
	content:inherit;
  position:inherit;
	}
.resourceTextBox .text span{
  padding-left: 15px;
  margin-right: 12px;
	}
.resourceTextBox .sdgsIconBar span{
	font-size: 0.75em;
	padding-left: 0;
	padding-right: 10px;
	}
.sdgsIconBar img{
	max-width: 20px;
	vertical-align: bottom;
	vertical-align: text-bottom;
	}
.tradeContentBox .title{
	font-size: 135%;
	font-weight: bold;
	color:#ca6946;
	display: block;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
	}
.tradeContentBox .text{
	line-height: 2em;
	}
.tradeContentBox .title::before{
	content: '';
  position: absolute;
  left: 0;
  top: 20px;
  background-position:50% 50%;
	background-color: #ca6946;
	width:5px;
	height:22px;
	}
.tradeInfoBox{
	padding:30px 0;
	border-top:1px solid #e6e6e6;
	}
.tradeInfoBox .resourceTextBox{
	width: 49%;
	display:inline-block;
	}
.tradeInfoBox .resourceTextBox.width100{
	width: 100%;
	display:block;
	word-wrap:break-word
	}

/* ====================================================================================================================
 * 表單1 Start
 * ====================================================================================================================*/

.popOutBox-header.header-alert .alert-body.formTradeContainer{
	padding:0;
	background-color: inherit;
	}
.dateRageMark::after {
  content: '~';
	position: absolute;
  top: 4px;
  left: 0;
	}
.alertTableBar{
	padding:0;
  min-height:inherit;
	}
.alertTableBar input, .formTradeContainer textarea{
  width: 100%;
  border:0;
	}
.titleLabel{
	font-size: 1.1rem;
  font-weight: 500;
  color: #003f96;
	}
.alertTableBar{
	margin-bottom: 1rem;
	}
.formTradeContainer sup{
	color:#f00;
	}
.formTradeContainer input, .formTradeContainer textarea{
	color:#555;
	padding: 5px 5px 7px 10px;
	background-color: #efefef;
	border-radius: 5px;
	}
.radio span, .checkBox span{
	padding-left: 20px;
	margin-right: 10px;
	}
label.checkBox{
	margin-bottom: 0;
	}
.formTradeContainer .proposalForm{
	padding-top: 10px;
	}
.formTradeContainer .fileUploadBar input{
	background-color:initial;
	padding: 0;
	}
.titleRemind{
	margin-bottom: 5px;
	}
.sdgsAllCheckBox label{
	width:20%;
	margin-bottom: 5px;
	vertical-align: initial;
	border:none;
	}
.privacyModal ul{
	padding-left: 20px;
	}

.privacyCheckBar input{
	width: 20px;
	height:20px;
	}
.privacyModal .btn-close{
	box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding:.25em .25em;
  color: #000;
  background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  background-color: transparent;
  border:0;
	}
/* ====================================================================================================================
 * 表單2-商機媒合-我要提案 Start
 * ====================================================================================================================*/

.tipsWarningBox ul{
	padding-left: 15px;
	}

.privacyCheckBar .btn{
	color: #003f96;
	vertical-align: inherit;
	text-decoration:underline;
	padding: 0;
	font-weight: initial;
	border:none;
	}
.privacyCheckBar .btn:focus {
  outline:0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
	box-shadow: none;
	}
.privacyCheckBar .btn:hover{
	color:#666;
	}
.privacyModalTitle{
	color: #003f96;
	}

/* ====================================================================================================================
 * 問卷 Start
 * ====================================================================================================================*/
main.wrapFeedback, .wrapSaveResult{
	padding-top:40px;
	padding-bottom: 40px;
	background-color: #d5eaf2;
	}
.wrapFeedback .container, .wrapSaveResult .container{
	max-width: 950px;
	}
.formFeedback, .contentSaveResult{
	font-size: 1.1rem;
	line-height: 1.3rem;
	padding: 45px 40px;
	border-radius: 3.1px;
  box-shadow: rgba(69, 69, 69, 0.4) 0px 0px 12px 0px;
	background-color: #fff;
	}
.formFeedback{
	font-weight: bold;
	}
.formFeedback li{
	margin-bottom: 35px;
	}
.formFeedback ol{
	list-style: none;
	padding-left: 0;
	}
.questionH1{
	font-size: 110%;
	color:#003f96;
	line-height: 1.5em;
	display: initial;
	margin-bottom: 5px;
	}
.questionH1 span{
	color:#f00;
	}
.subCheckList .questionH1{
	display:initial;
	line-height: 1.5em;
	}
.tipsCheck, .tipsCheck2{
	font-size: 75%;
	color:rgb(92, 163, 51);
	display: block;
	width: 100%;
	}
.tipsCheck2{
	color:#888;
	}
.subCheckList .tipsCheck{
	margin-bottom: 20px;
	}
.formFeedback .form-check{
	display: inline-block;
	line-height: 1.5em;
	width: 25%;
	margin-bottom: 20px;
	}
.formFeedback .form-check-input, .tableSaveResult .form-check-input{
	width: 18px;
	height: 18px;
	margin-top: 7px;
	}
.tableSaveResult .form-check-input, .tableSaveResult-m1 .form-check-input{
	margin: 0 5px 0 0;
	position: initial;
	}
.checkList{
	margin-top: 20px;
	margin-left: 0;
	}
.subCheckList{
	margin: 0 0 50px;
	padding:30px 20px 15px 20px;
	border: 1px solid #003f96;
	border-radius: 5px;
	}
.subCheckList .subCheckList{
	margin-bottom: 30px;
	}
.subCheckList i{
	color:#aaa;
	font-size: 85%;
	}
.formFeedback .form-check-label{
	margin-left: 4px;
	}
.questionHb25{
	margin-bottom: 20px;
	}
.subCheckContent{
	margin: 0 0 35px;
	}
.subCheckList ol .subCheckContent{
	margin: 20px 0 0;
	}
.formFeedback li ol li:last-child{
	margin-bottom: 0;
	}
.subCheckList ol{
	padding-left: 30px;
	width: 100%;
	}
.subCheckList li{
	list-style-type: upper-alpha;
	}
.btnFinishWrap{
	text-align: center;
	}
.btnSave{
	color:#fff;
	background-color: #003f96;
	}
.btnSave:hover{
	background-color: #025;
	}
.btnPrint{
	color:#fff;
	background-color: #ca6946;
	}
.btnPrint:hover{
	background-color: #c44;
	}
.btnFinishWrap .btn:hover{
	color: #fff;
  }
.btnSave:focus, .btnPrint:focus{
	box-shadow: 0 0 0 !important;
	}
.introductionBox{
	line-height: 1.7rem;
	padding: 0 0 40px;
	margin-bottom: 45px;	
	border-bottom: 1px solid #ccc;
	}
.introductionBox h1, .contentSaveResult H1{
	font-size: 130%;
	color: #003f96;
	line-height: 2rem;
	}
.contentSaveResult H1{
	font-weight: bold;
	}
.pageFeedback ul{
	font-size: 80%;
	margin-bottom: 50px;
	}
.pageFeedback li{
	margin: 0 2px 0;	
	}
.pageFeedback li::before{
	content: none;
	}
.pageFeedback .page-item.active .page-link{
	background-color: rgb(0, 63, 150);
  border-color: rgb(0, 63, 150);
	}
.pageFeedback .page-link{
	border-radius: 3px;
	}
.pageFeedback .active a{
	cursor: default;
	}
/* ====================================================================================================================
 * 問卷第2Part Start
 * ====================================================================================================================*/

.contentSaveResult{
	font-family: "Noto Sans", "Microsoft JhengHei", "微軟正黑體", sans-serif;
	}
.wrapTableSaveResult{
	margin-top: 40px;
	margin-bottom: 80px;
	}
.contentSaveResult p{
	line-height: 1.7rem;
	}
.tableSaveResult, .tableSaveResult-m1, .tableSaveResult-m2{
	width: 1500px;
	font-size: 85%;
	}
.tableSaveResult thead{
	font-weight: bold;
	}
.tabWidth1{
	width: 200px;
	}
.tabWidth2{
	width: 150px;
	}
.tabColorBiue, .tableSaveResult2 thead th{
	color:#fff;
	background-color: #003f96;
	}
.iconCheckBox{
	padding-left: 20px;
	position: relative;
	}
.iconCheckBox::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-style: initial;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
	}
.tableSaveResult2{
	width: 1600px;
	font-size: 85%;
	table-layout:fixed;
	text-align: center;
	}
.textLeft{
	text-align: left;
	}
/* ====================================================================================================================
 * 問卷第2Part -- 第2種表格樣式
 * ====================================================================================================================*/

.tableSaveResult-m1, .tableSaveResult-m1 td, .tableSaveResult-m2, .tableSaveResult-m2 td{
  border-collapse: collapse;
	}
.tabQuestionListWrap{
	display: none;
	}

/* ====================================================================================================================
 * 社會創新組織登錄資料庫 - 內容 Start
 * ====================================================================================================================*/
.bannerDatabase{
	padding-bottom: 40px;
	}
.databaseContainer{
	padding-top: 0px !important;
	}
.databaseSearchTitleWrap{
	margin-left: 0;
	margin-right: 0;
	}
.row.justify-content-center.databaseBtnWrap2{
	margin: 0px auto;
	}
.databaseSelectContainer, .databaseChartContainer{
	margin-top: 40px;
	margin-bottom: 40px;
	}
.databaseSearchTitleWrap div{
	font-size: 110%;
	font-weight:500;
	padding: 5px 12px 3px;
	margin-right: 7px;
	border-bottom:3px solid #ccc;
	}
.databaseSearchTitleWrap .current, .databaseSearchTitleWrap div:hover{
	border-bottom:3px solid #fc7;
	}
.databaseSelectContainer .si_select {
    background-image: url(/sitaiwan/assets/img/icon_down.png);
    border: solid 1px #fc7;
}
.databaseSelectContainer .si_search input{
	font-weight: 600;
	letter-spacing:0.3em;
	background-color: #feb;
	border: solid 1px #fc7;
	border-radius: 0;
	}
.databaseSelectContainer .si_search button{
	width: 100px;
	color:#fff;	
	background-color: #da3;
	}
.dataChartBox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	}
.dataChartBox div{
	width: 100%;
	height: 100%;
	align-items: center;
  -webkit-box-pack: center;
	justify-content: center;	
	display: flex;
  flex-direction: column;
	padding: 15px;
	background-color: #fbf7f4;
	}
.dataChartBox div p{
	margin-top: 10px;
	margin-bottom: 0;
	}
.dataChart .dataChartBox div{
	padding: 30px 15px 15px;
	}
.dataChartBox.siNumberGroup div p:first-child{
	margin-top: 0;
	}
.dataChart .siNumberGroup div{
	padding-top: 15px;
	}
.databaseChartContainer .siNumberGroup{
	margin-left: 0;
  margin-right: 0;
	}
.databaseChartContainer .siNumberGroup .no{
	color: #e87f61;
	font-size: 5.3rem !important;
	}
.dataChartBox img{
	max-width: 100%;
	}
.dataChart .col-md-4{
	flex: 0 0 37.5%;
  max-width: 37.5%;
	}
.courseIconWrap .icon-w{
	max-width: 100px;
	}

/* =========================================
 * 社會創新組織登錄資料庫 - 廠商介紹頁 Start
 * =========================================*/

.sidemenuFixed #feedback_btn{
	right: 158px;
  top: 127px;
	left: initial;
	bottom:initial;
	margin-bottom: 0;
	padding: 20px 25px 20px 40px;
	background-color: #fff;
	border:2px solid #e6e6e6;
	}
.sidemenuFixed a{
	color:#003f96;
	}
.sidemenuFixed a:hover{
	color:#666;
	}
.tagKeywordWrap{
	text-align: center;
	margin: 30px 0 60px;
	}
.tagKeywordWrap a, .tagDataIconWrap a{
	display: inline-block;
	padding: 5px 10px;
	background-color: #ebebeb;
	border-radius: 5px;
	}
.tagKeywordWrap a:hover, .tagDataIconWrap a:hover{
	background-color: #ddd;
	}
.tagKeywordWrap::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02b";
	color:#003f96;
	font-size: 23px;
  padding-right: 10px;
	}
.tagDataIconWrap {
    padding-left: 34px;
    background: url("/sitaiwan/assets/img/icon_tag.png") 0 0 no-repeat;
    background-size: 20px;
}
.tagDataIconWrap a{
	margin: 0 5px 10px 0;
	}
.dataAccordion{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.dataAccordion .si_btn2{
	color:#003f96;
	padding: 7px 50px;
	margin-bottom: 20px;
	background-color: #fff;
	border:1px solid #ddd;
	}
.dataAccordion .si_btn2.collapsed{
	color:#fff;
	background-color: #003f96;
	border:none;
	}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(/sitaiwan/assets/img/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-size: 75%;
    background-position: 6px 5px;
    transition: transform .2s ease-in-out;
    display: inline-block;
    color: #fff;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/sitaiwan/assets/img/arrow_up.png);
    -transform: rotate(-180deg);
    -background-position: 0 0;
}
.dataAccordion .line, .orgDataContainer2 .line{
	margin: 30px 0;
	border-bottom: 1px dotted #555;
	}
.orgDataContainer2 .line{
	margin: 60px 0 50px;
	border-bottom: 1px dotted #555;
	}
.lineWhite{
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 5px solid #fff;
	}
.dataAccordion .box{
	height: 100%;
	}
.orgDataWrap{
	padding-top: 0;
	padding-bottom: 0;
	}
.orgDataBox{
	overflow: hidden;
	zoom:1;
	}
.rightBox{
	padding-left: 50px;
	border-left:2px solid #e6e6e6;
	float: right;
  width: 75%;
	}
.leftBox{
	float: left;
	width: 25%;
	display: flex;   /* 水平置中 */
	justify-content: center;   /* 垂直置中 */
	align-items: center;
	flex-wrap: wrap;
	}
.leftBox, .rightBox{
	padding-top: 30px;
	padding-bottom: 30px;
	}
.dataMargin30{
	margin-top: 30px;
	padding-left:0;
	}
.leftMenuTop{
	width:auto;
	}
.leftMenuChannel{
	width: 80%;
	margin-top: 20px;
	}
.leftMenu::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c8";
	color:#acf;
	font-size: 23px;
  transform: translateY(-50%);
  padding-right: 10px;
	}
.leftMenuSdgs{
	margin: 5px auto;
	}
.leftMenuSdgs div{
	margin-bottom: 5px;
	}
.leftMenuSdgs span{
	padding-left: 35px;
	position: relative;
	}
.leftMenuSdgs span::before{	
	content: '';
	background-color: #f00;
  position: absolute;
  left: 0;
  top: 2px;
	width: 20px;
  padding:1px 0 3px;
  border-radius: 3px;
	font-size: 60%;
  color: #fff;
	text-align: center;
	}
.iconSdgs04 span::before{
	content: '4';
	background-color: #c22;
	}
.iconSdgs10 span::before{
	content: '10';
	background-color: #e28;
	}
.iconSdgs17 span::before{
	content: '17';
	background-color: #34a;
	}
.leftMenuChannel .org_link_btn{
	color: #fff;
	width: 100%;
	height: inherit;
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	border-radius: 8px;
  border: none;  
	background-color: #003f96;
	}
.orgDataContainer{
	padding: 40px;
	background-color: #fbf7f4;
	border-radius: 35px;
	}
.orgDataContainer2{
	padding: 40px 0 0;
	margin-top: 20px;
	}
.orgImg img{
	max-width: 100%;
	}
.orgDataContainer2 .orgImg img{
	margin-bottom: 20px;
	}
.orgDataContainer .org_session_title, .orgDataContainer2 .org_session_title, .moreCollapseOrgContent .org_session_title{
	color:#e87f61;
	width: 200px;
	padding: 10px 15px;
	margin: 0 auto;
  background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	}
.orgDataContainer2 .org_session_title, .moreCollapseOrgContent .org_session_title{
	color:#666;
	margin: 0 auto;
  background-color: #ebebeb;
	border: none;
	}
.moreCollapseOrgContent .org_session_title{
	margin: 0 auto 20px;
	}
.serviceType{
	color:#fff;
	font-size: 90%;
	text-align: center;
	width: 90px;
	padding: 2px 5px 3px;
 	background-color: #e87f61;
	border-radius: 8px;
	}
.serviceContent .org_service_item_price{
	margin-top: 15px;
	}
.orgDataContainer2 .serviceContent{
	margin-top: 20px;
	margin-bottom: 50px;
	}
.orgDatWrap{
	padding: 0 100px;
	}
.listDataCardContainer .linkBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* 保證所有卡片高度一致 */
}

.listDataCardContainer .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* =========================================
 * 社創月報 Start
 * =========================================*/
.mediumWidth .container{
	max-width: 768px;
	}
.monReportBook{
	height: 500px;
	margin-top: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	}
.monReportBook img{
	max-width: 100%;
	}
.monReportContent .ews_content{
	padding-top: 30px;
	padding-bottom: 30px;
	}
/* ====================================================================================================================
 * Mobile Start
 * ====================================================================================================================*/

@media screen and (max-width: 1536px) {
	.sidemenuFixed #feedback_btn{
		right:0;
		}
	}
@media screen and (max-width: 1400px) {
	.sidemenuFixed #feedback_btn{
		display: none;
		}
	}
@media screen and (max-width: 1320px) {
	}
@media screen and (max-width: 1280px) {
	}
@media screen and (max-width: 1140px) {
	}
@media screen and (max-width: 1080px) {
	.tradeTextContent{
		flex: 0 0 auto;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
		}
	.stateBox{
		position: initial;
	  }
	.stateContent{
		max-width: 100%;
		flex: 0 auto;
		text-align: left;
    padding:10px 5px 5px 15px;
		}
	.stateIng{
		display: inline;
	  }
	.stateIng img{
		max-width: 20px;
		}
	.stateMore {
    position: absolute;
    bottom: 13px;
    right: 0;
		}
	.selectBarContainer .search-bar{
		flex:0 0 25%;
    max-width: 24.47%;
		}
	.selectBarContainer .ml-md-auto{
		margin-top: 15px;
		}
	}
@media screen and (max-width: 992px) {
	}
@media screen and (max-width: 960px) {
	.selectFilterBox.selectPageBar select{
		display: block;
		}
	.selectBarContainer .search-bar{
		max-width: 100%;
		margin-bottom: 10px;
		flex:-moz-available;
		}
	.selectBarContainer .ml-md-auto{
		margin-left: 0 !important;
		width: 100%;
		}
	.popOutBox-header.header-alert .alert-body.formTradeContainer > div{
		padding: 0;
		}
	.formTradeContainer .titleLabel, .formTradeContainer .alertTableBar div{
		flex:0 0 100%;
		max-width: 100%;  
		}
	.formTradeContainer .range div{
    flex:0 0 50%;
    max-width: 50%;
		}
	.sdgsAllCheckBox label{
		width: 30%;
		}
	.databaseBtnWrap.col-md-6{
		max-width: initial;
		}
	.databaseChartContainer .siNumberGroup .no{
		font-size: 3.3rem !important;
		}
	.databaseSelectContainer .si_select{
		padding-right: 25px;
		}
	.orgDatWrap{
		padding: 0;
		}
	.leftBox{
		width: 30%;
		}
	.rightBox{
		width: 70%;
		}
	}
@media screen and (max-width: 864px) {
	}
@media screen and (max-width: 844px) {
	}
@media screen and (max-width: 800px) {
	}
@media screen and (max-width: 768px) {
	.tradeTextContent{
		display: block;
		}
	.overZoomTrade{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		}
	.tradeListContent{
		width: 100%;
		}
	.sdgsItemTradeBox .title, .sdgsItemTradeBox .text{
		display: inline;
		}
.tableSaveResult-m2{
		width: 100%;
		}
.tableSaveResult-m2 thead{
  display: none;
	}
.tabQuestionListWrap{
	display: block;
	margin-top: 40px;
	}
.wrapTable1{
	margin-top: 0;
	}
.noneWrap{
		display: none;
		}
.tabQuestionListWrap h2{
	font-size: 100%;
	font-weight: bold;
	color:#003f96;
	}
.tabQuestionListWrap p{
	margin-bottom:10px;
	}
.tableSaveResult-m2 td{
  display: block;
	text-align: center
	}
.tabQuestionListWrap .iconCheckBox{
	font-size: 160%;
	display: block ruby;
	padding-left: 0;
	margin-bottom: 5px;
	}
.tableSaveResult-m2 td:before{
  content: attr(data-title);
  display: inline-block;
	}
.tableSaveResult-m2 tr:nth-child(even){
	background-color: #eee;
	}
.tableSaveResult-m2 .tabQuestion{
	color:#fff;
	background-color: #003f96;
	}
.pageFontSize{
	font-size: 90%;
	}
.pageFontSize .btn{	
	font-size: 90%;
	padding: 0.5rem;
	}
.formFeedback .form-check-input, .tableSaveResult-m1 .form-check-input{
	width: 28px;
	height:28px;
	margin: 0;
	position: initial;
  display: block;
	}
.formFeedback .form-check{
	padding-left: 0;
	}
}
@media screen and (max-width: 766px) {
	.container.databaseSelectContainer, .container.databaseChartContainer{
		-max-width: 90%;
		}
	.dataChartBox{
		margin-bottom: 20px;
		}
	.dataChart .col-md-4{
		flex: none;
		max-width: none;
		}
	.tagKeywordWrap a{
		margin-bottom: 10px;
		}
	.rightBox{
		float: inherit;
		width: 100%;
		padding-right: 25px;
    padding-left: 25px;
		border-left: none;
		}
	.leftBox{
		float: inherit;
		width: 100%;
		display: block;
		overflow: hidden;
    padding-right: 25px;
    padding-left: 25px;
		}
	.leftMenuTop{
		width: 35%;
    float: left;
		}
	.serviceType{
		margin-top: 15px;
		}
	.leftMenuChannel{
		float: right;
		width: 30%;
    margin-top: 0;
		}
	}
@media screen and (max-width: 740px) {
	}
@media screen and (max-width: 667px) {
	.tradeInfoBox .resourceTextBox {
		width: 100%;
		margin-bottom: 5px;
		}
	}
@media screen and (max-width: 640px) {
	}
@media screen and (max-width: 568px) {
	.popOutBox-header.header-alert .insContent {
		max-width: 100% !important;
		}
	.databaseChartContainer .siNumberGroup{
		width: 100%;
		}
	}
@media screen and (max-width: 414px) {
	.sdgsAllCheckBox label{
		width: 49%;
		}
	.leftMenuChannel{
		width: 40%;
		}
	}
@media screen and (max-width: 375px) {
	.leftMenuTop, .leftMenuChannel{
		flex: initial;
		width: 40%;
		}
	.leftMenuChannel .org_link_btn{
		height: inherit;
		padding: 0;
		}
	}
@media screen and (max-width: 360px) {
	}
@media screen and (max-width: 320px) {
	.sdgsAllCheckBox label{
		width: 100%;
		}
	.leftMenuTop{
		width: 100%;
		}
	.leftMenuChannel{
		width: 100%;
		margin-top: 10px;
		}
	}