@charset "utf-8";
/* CSS Document */
.text-center {
  text-align: center !important;
}
.text-left {
  text-align:left !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}	
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.mb-6, .my-6 {
    margin-bottom: 5rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.webgtw_container{
	max-width: 1248px;
	margin: 0 auto;
	padding: 20px;
}
.webgtw_well{
 	padding: 100px 50px;
	background: #fff;
	border-radius: 10px;
}
.webgtw_well_02{
 	padding: 40px 50px;
	background: #fff;
	border-radius: 10px;
}	
.webgtw_txt_org{
	color: #ea8642;
}
.webgtw_txt_bl{
	color: #0d99e5;
}	
.webgtw_line{
	width: 100%;
	max-width: 1666px;
}
.webgtw_txt_tt{
	font-size: 45px;
}
.webgtw_txt_tt2{
	font-size: 25px;
}
.webgtw_txt_tt3{
	font-size: 44px;
	line-height: 140%;
}
.webgtw_txt_tt4{
	font-size: 20px;
}
.webgtw_well_01{
	line-height: 180%;
	margin-left: 100px;
}
 	
@media (max-width: 1280px) {
	.webgtw_well{
 		padding: 50px 30px;
	}
	.webgtw_well_02{
 		padding: 50px 30px;
	}
	.webgtw_txt_tt{
		font-size: 35px;
	}
	.webgtw_txt_tt2{
		font-size: 20px;
	}
	.webgtw_txt_tt3{
		font-size: 35px;
	}
	.webgtw_txt_tt4{
		font-size: 20px;
	}
	.webgtw_icon_01{
		max-width: 40px !important;		
	}
	.webgtw_well_01{
		margin-left: 30px;
	}
}
@media (max-width: 768px) {
	.webgtw_well{
		padding: 50px 20px;
	}
	.webgtw_well_02{
 		padding: 50px 30px;
	}
	.webgtw_txt_tt{
		font-size: 28px;
	}
	.webgtw_txt_tt2{
		font-size: 18px;
	}
	.webgtw_txt_tt3{
		font-size: 28px;
	}
	.webgtw_txt_tt4{
		font-size: 18px;
	}
	.webgtw_icon_01{
		max-width: 30px  !important;		
	}
	.webgtw_well_01{
		margin-left: 0px;
	}
}
	
	
/* === Flex 基本設定 === */
.my-flex {
  display: flex;
}
.my-flex-column {
  flex-direction: column;
}
.my-flex-row {
  flex-direction: row;
}
.my-align-stretch {
  align-items: stretch;
}
.my-align-center {
  align-items: center;
}
.my-justify-center {
  justify-content: center;
}
.my-justify-between {
  justify-content: space-between;
}

/* === 模擬 Bootstrap row + col 排版 === */
.my-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.my-col-4 {

  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.my-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* 斷點 RWD */
@media (max-width: 768px) {
  .my-col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
 .my-col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.webgtw_txt_tt5 {
  font-size: 36px;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 15px;
  text-decoration-color: #f8cf2d;
  margin-bottom: 35px;
}

	
.webgtw_service_box {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 120px 20px 30px;
  text-align: center;
  background: #fff;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 180%;
}
.webgtw_service_box img.icon {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  object-fit: contain;
}
.webgtw_service_box img.icon2 {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  padding: 0;
  object-fit: contain;
}
	
.webgtw_service_box2 {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 40px 40px;
  background: #fff;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 180%;
}
.webgtw_service_box3 {
	  border: 1px solid #ddd;
	  border-radius: 8px;
	  padding: 20px  20px;
	  background: #fff;
	  line-height: 180%;
	  text-align: left;
	}


/* RWD 調整 */
@media (max-width: 1280px) {
  .webgtw_service_box {
    border-radius: 8px;
    padding: 80px 20px 30px;
    margin-top: 80px;
  }
  .webgtw_txt_tt5 {
    font-size: 28px;
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
    margin-bottom: 30px;
  }

  .webgtw_service_box img.icon  {
    top: -50px;
    width: 120px;
    height: 120px;
  }
  .webgtw_service_box img.icon2  {
    top: -60px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .webgtw_service_box {
    margin-top: 50px;
  }
	.webgtw_service_box2 {
	  padding: 30px 20px;
	}
  .webgtw_txt_tt5 {
    font-size: 25px;
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
    margin-bottom: 20px;
  }
}
			
.webtw_tag_bu {
  display: inline-block;
  padding: 5px 10px;
  background-color: #0d99e5;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
}
.webtw_tag_org {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ea8642;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
}
.webgtw_txt_tt6 {
  font-size: 20px;
}
.webgtw_txt_tt7{
	font-size: 36px;
}
@media (max-width: 1000px) {
	 .webgtw_txt_tt7{
		font-size: 25px;
	}
}
	
@media (max-width: 768px) {
  .webtw_tag_bu .webtw_tag_org{
	  padding: 3px 10px;
	  font-size: 14px;
	  border-radius: 5px; 
	}
}
	
.webgtw_highlight {
  display: inline-block;
  position: relative;
 line-height: 200%;
}

.webgtw_highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;        /* 與文字距離 */
  width: 100%;
  height: 5px;         /* 粗細 */
  background: #f8cf2d;  /* 顏色 */
}
@media (max-width: 1000px) {
  .webgtw_highlight::after {
	  bottom: 3px;        /* 與文字距離 */
	  width: 100%;
	  height: 5px;         /* 粗細 */
	  background: #f8cf2d;  /* 顏色 */
	}
}			

.webgtw_txt_tt8 {
		font-size: 18px;
		font-weight: 900;
	}
	.webgtw_bubble {
	  display: inline-block;
	  background: #2196f3;       /* 藍色背景 */
	  color: white;              /* 白色文字 */
	  padding: 10px 40px;
	  border-radius: 5px;        /* 圓角 */
	  font-size: 25px;
	  font-weight: bold;
	  position: relative;        /* 讓偽元素可以定位 */
	  width: 80%;
	}
	/* 小三角形 */
	.webgtw_bubble::after {
	  content: "";
	  position: absolute;
	  bottom: -15px;
	  left: 30px;
	  width: 0;
	  height: 0;
	  border-left: 0 solid transparent;
	  border-right: 20px solid transparent; /* 控制寬度 */
	  border-top: 15px solid #2196f3;       /* 控制高度與顏色 */
	}
	.webgtw_bubble_org {
	  background: #ea8642;       /* 藍色背景 */
	}
	/* 小三角形 */
	.webgtw_bubble_org::after {
	  border-top: 15px solid #ea8642;       /* 控制高度與顏色 */
	}		
	
	
	@media (max-width: 950px) {
		.webgtw_bubble {
		  font-size: 20px;
		  width: 90%;
		}

	}

.webgtw_member_max_width_82{
	max-width: 82px  !important;
}
.webgtw_member_max_width_182{
	max-width: 182px  !important;
}
.webgtw_member_max_width_206{
	max-width: 206px  !important;
}
.webgtw_member_max_width_683{
	max-width: 683px  !important;
}
.webgtw_member_max_width_792{
	max-width: 792px !important;
}
.webgtw_member_max_height_140{
	min-height: 140px;
}

.webgtw_bubble_position_top{
	position: relative;
	top:-60px;
}
.webgtw_bunderline{
	height: 5px;
	background: #f8cf2d;
	width: 80px;
	margin: 0 auto;
}
.webgtw_bunderline_02{
	height: 3px;
	background: #666666;
	width: 90%;
	margin: 30px auto;
}
.webgtw_height{
	height: 60px;
}
@media (max-width: 769px) {
	 .webgtw_height{
		height: 30px;
	}
}
.webgtw_txt_tt10{
  font-size: 30px;
}
.webgtw_txt_tt_11{
  font-size: 60px;
}
.webgtw_icon_02{
	width: 35px;
	position: relative;
	top: -4px;
}
.webgtw_txt_m_01{	
	margin-left: 44px;
	line-height: 160%;
}
	
@media (max-width: 1280px) {
   .webgtw_txt_tt10{
	  font-size: 20px;
    }
	.webgtw_txt_tt_11{
	  font-size: 45px;
	}
	.webgtw_icon_02{
		width: 28px;
	}
	.webgtw_txt_m_01{	
		margin-left: 35px;
	}
}
@media (max-width: 768px) {
    .webgtw_txt_tt10{
  	  font-size: 25px;
    }
	.webgtw_txt_tt_11{
	  font-size: 35px;
	}
	.webgtw_icon_02{
		width: 25px;
	}
	.webgtw_txt_m_01{	
		margin-left: 32px;
	}
}	
.webgtw_position_relative{
	position: relative;
}
.webgtw_position_absolute_pic{
	width: 40%;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 10;
}
.webgtw_position_absolute_pic2{
	width: 50%;
	position: absolute;
	right: 40px;
	bottom: 30px;
	z-index: 10;
}
.webgtw_margin_center{
	margin: 0 auto;

}
/* 預設隱藏 */
.my-hide {
  display: none !important;
}

/* 只在 md 以下顯示 */
.my-show-sm {
  display: block !important;
}
@media (min-width: 768px) {
  .my-show-sm {
    display: none !important;
  }
}

/* 只在 md 以上顯示 */
.my-show-md {
  display: none !important;
}
@media (min-width: 768px) {
  .my-show-md {
    display: block !important;
  }
}
.webgtw_service_box4 {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px 30px;
  background: #fff;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 180%;
}
.webgtw_border_tt{
	background: #fa7e16;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 140%;
	padding: 20px 10px;
	margin-bottom: 40px;
}

@media (max-width: 990px) {
	.webgtw_service_box4 {
	  padding: 20px 20px;	
	}	
	.webgtw_border_tt{
	background: #fa7e16;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	padding: 10px 10px;
	margin-bottom: 20px;
	}
}
	
@media (max-width: 768px) {
	.webgtw_service_box4 {
	  padding: 20px 20px;	
	}	
	.webgtw_border_tt{
	background: #fa7e16;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 140%;
	padding: 10px 10px;
	margin-bottom: 20px;
	}
}
.webgtw_border_tt_bl{
	background: #0d99e5;
}
.webgtw_border_org {
  border: 1px solid #ea8642;
}
.webgtw_border_bl {
  border: 1px solid #0d99e5;
}
