@charset "utf-8";
/* CSS Document */
/*** 文字顏色 ***/
.font_red {
  color: #E53F34 !important;  
}
.font_blue {
    color: #302bfb;
}

/*** 麵包屑 ***/
.bread {
    position: relative;
    margin: 16px 0 28px 0;
    width: 100%;
    display: inline-block;
}
.bread .accesskey {
    position: absolute;
    left: 0;
    color: #757575;
    top: 0;
    text-decoration: none;
}
.bread nav {
     position: relative;
}
.breadcrumb {
    background-color: transparent;
    padding: 0 15px;
    margin-bottom: 0;
    border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
    color: #757575;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #000;
    font-weight: bold;
}

.breadcrumb .breadcrumb-item.active {
    color: #000;
    font-weight: bold;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #757575;
    content: var(--bs-breadcrumb-divider, ">");
}


/*** home 社群分享 ***/
.plug_box {
    text-align: right;
}
.plug_box ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: inline-block;
}
.plug_box ul li {
    float: left;
}
.plug_box ul li img.b01 {
    opacity: 0.7;
}
.plug_box ul li a:hover img.b01 {
    opacity: 0;
}
.plug_box ul li a:hover img.b02 {
    opacity: 1;
}
.plug_box ul li img.b02 {
    opacity: 0;
}
.plug_box ul li a {
    display: block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: relative;
    /* background-color: #fff; */
}
.plug_box ul li.fb a:hover {
    background-color: #1974ec;
}
.plug_box ul li.ig a:hover {
    background-color: #912eb9;
}
.plug_box ul li.x a:hover {
    background-color: #000
}
.plug_box ul li.line a:hover {
    background-color: #06c052
}
.plug_box ul li.mag a:hover {
    background-color: #a334ec
}
.plug_box ul li.print a:hover {
    background-color: #6e5dcc
}
.plug_box ul li a img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 200ms ease-out 0s;
}

/**home 標題**/
.home_title {
    text-align: center;
    margin: 0 0 32px 0;
	color: #1F2A52;
    font-weight: bold;
    font-size: 175%;
}
.sub_title {
	font-size: 150%;
	font-weight: bold;
    color: #1F2A52;
    margin: 0 0 15px 0;
}


/*** home 內容設定 ***/
.home_bg {
    background: #EAEAFD;
    padding-bottom: 50px;
}
.home_content {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}
.detail {
    padding: 25px 0 0 0;
    border-top: 1px #BDBDBD solid;
	min-height: 500px;
}
.views {
    font-size: 87.5%;
    color: #323232;
}
.list_text {
    padding: 0 1rem;
}
.edit {
    padding: 0.5rem;
}


/*** home 表單內容 ***/
.policy_box {
    max-height: 450px;
    overflow-y: scroll;
}
.form_box {
    padding: 0 12px;
}
.border_box {
    background: #F8FAFF;
    border: 1px #E0E0E0 solid;
    border-radius: 16px;
    padding: 1.5rem;
}
.form-label, .col-form-label {
    color: #323232;
    font-weight: bold;
	font-size: 100%;
	position: relative;
}
.form-label.required::after {
	content: "*";
	position: absolute;
	right: -10px;
	top: 0;
	color: #E53F34;
}
.form-control {
	color: #323232;
	height: 48px;
	font-size: 100%;
}
.form-control::placeholder {
	color:#757575;
}
.form-text {
    color: #323232;
	font-size: 87.5%;
}
.form-check-input:checked[type=radio] {
    background-image: url(/static/css11/images/home/radio_b.svg);
    background-size: 130%;
    background-position: 50% 50%;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(/static/css11/images/home/checkbox.svg);
    background-color:#6764F0;
    background-size: 130%;
    background-position: 50% 50%;
}
.form-check-input:checked {
    background-color:#fff;
    border: 2px solid #6764F0;
}
.form-check-input {
	border: 2px solid #6764F0;
}



/****送件流程*****/
.step_outer {
    margin: 30px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.step_box {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
}
.step_circle {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 2;
  text-align: center;
  color: #A0A1FF;
  font-weight: bold;
  border: 2px solid #EAEAFD;
  margin: 10px auto;
  background-color: #fff;
  font-size: 120%;
  position: relative;
}
.step_circle ~ div {
  color: #323232;
  font-weight: bold;  
}
.step_circle.step_hilight ~ div {
  color: #323232;
}
.step_box:after {
    width: 100%;
    height: 3px;
    background-color: #EAEAFD;
    display: block;
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: -1;
}
.step_box:last-child:after {
    display: none;
}
.step_hilight {
  background-color: #4C44EA;
  color: #fff;
  border: 2px solid #4C44EA;
}
.completed {
    background: #d9d9fc;
    color: #4C44EA;
}


/*** 開始寫信 => 選擇分類收合 ***/
.accordion-button {
    color: #1F2A52;
    font-weight: bold;
    font-size: 112.5%;
    position: relative;
    padding: 1rem;
}
.accordion-button::after {
    background-image: url(/static/css11/images/home/ic_arrow.svg);
     position: absolute;
    right: 1rem;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/static/css11/images/home/ic_arrow.svg);
    transform: rotate(-180deg);
}
.accordion .accordion-button span {
    margin-right: 15px;
}
.accordion-item {
    border: 1px solid #E3E7FF;
}
.accordion-button:not(.collapsed) {
    color: #6764F0;
    background-color: #E3E7FF;
    box-shadow: inset 0 -1px 0 #E3E7FF;
}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button  {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.accordion .accordion-body {
    padding: 1rem;
}
.accordion .item_list {
    background: #f8f8f8;
    padding: 0 10px;
}
.accordion .item_list .col {
    padding: 15px;
    border: 1px #fff solid;
}
.accordion .item_list .col a {
    color: #323232;
    font-size: 112.5%;
    font-weight: bold;
    text-decoration: none;
    align-items: center;
    display: flex;
}
.accordion .item_list .col a:hover, .accordion .item_list .col a:focus {
    color: #6764F0;
}

.writing_box {
    line-height: 1.7;
    max-height: 400px;
    overflow-y: auto;
}



/*** home 按鈕 ***/
/*** 主要大按鈕 ***/
.btn_group {
    text-align: right;
    margin: 24px 0;
}
.btn_main {
    font-size: 100%;
    font-weight: bold;
	width: 100%;
    color: #fff;
    background: #6764F0;
    border-radius: 40px;
    padding: 10px;
}
.btn_main:hover, .btn_sm_main:hover {
	background: #4C44EA;
	color: #fff;
}
.btn_main:focus, .btn_sm_main:focus {
	box-shadow:none;
	background: #3f2fd1;
}
.btn_main > img {
    vertical-align: bottom;
    margin-right: 8px;
}
.btn_sm_main {
    font-size: 87.5%;
    font-weight: bold;
    width: 100px;
    border-radius: 40px;
    color: #fff;
    background: #6764F0;
}
.btn_sm_sub {
    font-size: 87.5%;
    font-weight: bold;
    width: 100px;
    border-radius: 40px;
    background: #E2E6FF;
    color: #6764F0;
}
.btn_sub {
    background: #E2E6FF;
    color: #6764F0;
    font-size: 100%;
    font-weight: bold;
	width: 100%;
    border-radius: 40px;
    padding: 10px;
}
.btn_sub:hover {
	background: #bdc6ff;
	color: #4C44EA;
}
.btn_sub:focus {
    box-shadow:none;
    color: #4C44EA;
	background: #a0a1ff;
}

@media screen and (min-width:992px) {

}

@media screen and (max-width: 767.98px) {
.accordion .accordion-button {
    flex-wrap: wrap;
}
}
