@import url("modal.css");




/****************
  go top btn (FROM old version) strat
****************/
.go-topbox {
  position: fixed;
    right: 10px;
    bottom: 65px;
    z-index: 999;
}
.go-top {
  display: none;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px !important;
  background: rgb(147,159,169, 0.3);
  -webkit-box-shadow: 0 3px 5px rgba(28, 28, 28, 0.187);
          box-shadow: 0 3px 5px rgba(28, 28, 28, 0.187);
  text-align: center;
  line-height: 50px;
}

.go-top:hover, .go-top:focus {
  background: #1251cf;
}

.go-top i,.go-top svg {
  fill: #ffffff;
}
/****************
  go top btn (FROM old version) end
****************/






/****************
   ScrollBar start
   FROM style_pcschool-webbase.css 
*****************/
::-webkit-scrollbar {
  width: 10px;
}

/* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}

/* this will style the thumb, ignoring the track */
/* ::-webkit-scrollbar-button {
    background-color: #fff;
} */
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner {
  background-color: transparent;
}

/****************
   ScrollBar end
   FROM style_pcschool-webbase.css 
*****************/






/****************
   breadcrumb 麵包屑 start
*****************/
.section-breadcrumb {
  padding-bottom: 0;
  line-height: 1;
}
.section-breadcrumb .container {}

section:has(.nav-breadcrumb){
  padding-top: 35px;
}
.nav-breadcrumb {
  padding: 15px 0 30px;
    margin-top: -35px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-width: 0px;
    outline: 0px;
    z-index: 1;
}
.nav-breadcrumb .breadcrumb {
  margin-bottom: 0;
  line-height: 1.4;
}
.nav-breadcrumb .breadcrumb-item a {}
.nav-breadcrumb .breadcrumb-item.active {}
/****************
   breadcrumb 麵包屑 end
*****************/











/****************
  form (navbar lightbox) start
  FROM https://www.pcschool.com.tw/2021/css/style_pcschool-webbase.css
****************/
/*   表單修改*/
.form-group {
  margin-bottom: 0.5rem;
}

/*   表單修改end*/

.form-group input,
.form-group select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--text-gray);
}

.form-group input::-webkit-input-placeholder {
  color: var(--text-gray);
  padding-left: 5px !important;
}

.form-group input::-moz-placeholder {
  color: var(--text-gray);
  padding-left: 5px !important;
}

.form-group input:-ms-input-placeholder {
  color: var(--text-gray);
  padding-left: 5px !important;
}

.form-group input::-ms-input-placeholder {
  color: var(--text-gray);
  padding-left: 5px !important;
}

.form-group input::placeholder {
  color: var(--text-gray);
  padding-left: 5px !important;
}

.form-group select:optional {
  padding-left: var(--fzXs) !important;
}

/*lightbox表單、快速登入按鈕 start*/
.submitBtn {
  background: #d9444b !important;
  color: #FFFFFF;
  cursor: pointer;
  max-width: inherit;
  margin: 15px 0 24px;
  padding: 6px 0;
  border-radius: 5px;
  text-align: center;
}

.submitBtn:hover,
.submitBtn:focus {
  background: #bd2130 !important;
}

/*doreen_20220329_新增*/
.submitBtn a.sB_a,
.submitBtn a.sB_a:hover,
.submitBtn a.sB_a:focus {
  color: #ffffff !important;
}

/*lightbox表單、快速登入按鈕 end*/



/*表單修改*/
span.textBreak-note {
  display: inline-block;
  /*margin-top: 6px;*/
}

.submitBtn {
  margin: 0px !important;
}

.submitBtn a {
  color: #FFFFFF;
  font-size: 18px;
  padding: 4px 0;
  /*快速登入、感謝頁的按鈕*/
}

.submitBtn a:hover,
.linebtn a:hover {
  text-decoration: none !important;
}

.submitBtn i {
  padding-left: 10px;
}

.thanku {
  width: 100%;
}

.agreeBox,
.agreeBox label {
  /* font-weight: inherit;
  line-height: 24px; */
  margin-bottom: 10px;
}

.agreeBox i {
  padding-left: 5px;
  padding-top: 3px;
}

.agreeBox a,
.agreeBox a:hover {
  color: #C2000A !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.giftTitle {
  color: #416683;
  font-size: 21px;
}

.giftDescription {
  font-size: var(--fzSm);
  /* font-weight: 300; */
}

.border-bottom-0 {
  border-bottom: none;
}

.btnClassSchedule {
  cursor: pointer;
  padding: 7px 12px !important;
}

.btnClassSchedule i {
  padding-right: 5px;
}

@-webkit-keyframes rightanime {
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
}

@keyframes rightanime {
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
}

@-webkit-keyframes leftanime {
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
}

@keyframes leftanime {
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
}


/* 表單修改 */
.card-body-form {
  padding: 0;
}

.form-Info {
  /* padding: 0px 0px 0px 30px; */
  padding: 0 15px;
}

/* 感謝頁的間距 */
.thanku .form-Info {
  margin: auto;
  padding: 15px 40px;
}

/* 登入頁的間距 */
.loginBox .form-Info {
  padding: 0 30px;
}

#lblTitle {
  margin-bottom: 0;
  display: block;
}

.form-control-img {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.85) !important;
  width: 65%;
  margin: auto;
  margin-bottom: 1rem;
}

.left-login-column {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-img {
  overflow: hidden;
  height: 7rem;
  width: 6.5rem;
  text-align: center;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  background: url(../images/login_img.png) no-repeat;
  background-position: center 3px;
  background-size: contain;
}

.left-login-column .loginTitle {
  text-align: center;
}

.coursebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.cs-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

/* 表單修改end */


/* 表單modal start */
/* #myModal .modal-content {
  border: none;
} */

.modal-netform .modal-header button {
  -wekit-appearance: none;
  border: none;
  background: transparent;
  font-size: 1.25rem;
  outline: none;
  opacity: .65;
  font-weight: 500;
  padding: 0;
}

.modal-netform .modal-header {
  background: transparent;
  position: absolute;
  z-index: 10;
  right: 0;
  border-bottom: 0;
}

.modal-netform .modal-body {
  /* background: transparent;
  padding: 0; */
  padding-top: 0;
  overflow-y: visible;
}

.modal-netform iframe {
  border-radius: 5px;
}

/* 表單modal end
FROM https://www.pcschool.com.tw/2021/css/style_pcschool-webbase.css?v=20210907
 */







/* 表單modal pop up
FROM https://www.pcschool.com.tw/2021/defaultMaster.css?v=20220630  start */
/* .linker {
  cursor: pointer;
}

.popupWin .modal-content {
  border: none;
}

.popupWin .modal-header {
  background: transparent;
  position: absolute;
  z-index: 10;
  right: 0;
  border-bottom: 0;
}

  .popupWin .modal-header button {
      -wekit-appearance: none;
      border: none;
      background: transparent;
      font-size: 1.25rem;
      outline: none; 
      opacity: .65;
      font-weight: 500;
  }

.popupWin .modal-body {
  background: transparent;
  padding: 0;
}

  .popupWin iframe {
      border-radius: 5px;
      width: 100%;
      height: 100%;
  }

.popupWin.modalEnroll .modal-dialog {
      width: 85%;
      margin: 0 auto;
  }
.popupWin.modalEnroll iframe, .popupWin.modalEnroll .modal-body {
      height: 70vh;
  }

@media screen and (max-width: 575px) { 
.popupWin.modalVideo iframe, .popupWin.modalVideo .modal-content {
      height: calc(96vw * 9 / 16); 
}
}

@media screen and (min-width: 576px) {
  .popupWin.modalVideo .modal-dialog {
      max-width: 500px;
  }

  .popupWin.modalVideo iframe, .popupWin.modalVideo .modal-body {
      height: 280.13px;
  }

  .popupWin.modalEnroll .modal-dialog {
      max-width: 80%;
  }
  .popupWin.modalEnroll iframe, .popupWin.modalEnroll .modal-body {
      height: 640px;
  }
}

@media screen and (max-height: 600px) {
  .popupWin iframe {
      height: 500px;
  }

  .popupWin.modalLogin iframe, .popupWin.modalLogin .modal-body {
      height: 500px;
  }
}

@media only screen and (max-width: 991.98px) {
  .popupWin.modalLogin iframe, .popupWin.modalLogin .modal-body {
      height: 626.19px;
  }
}


@media screen and (min-width: 992px) {
  .popupWin .modal-dialog {
      max-width: 1050px;
  }

  .popupWin iframe, .popupWin .modal-body {
      height: 432px;
  }

  .popupWin.modalLogin .modal-dialog {
      max-width: 500px;
  }

  .popupWin.modalLogin iframe, .popupWin.modalLogin .modal-body {
      height: 626.19px;
  }

  .popupWin.modalVideo .modal-dialog {
      max-width: 800px;
  }

  .popupWin.modalVideo iframe, .popupWin.modalVideo .modal-body {
      height: 448.88px;
  }
  
  .popupWin.modalEnroll .modal-dialog {
      max-width: 1050px;
      width: 80%;
  }

  .popupWin.modalEnroll iframe, .popupWin.modalEnroll .modal-body {
      height: 780px;
  }
}

@media screen and (min-width: 1200px) {
  .popupWin.modalVideo .modal-dialog {
      max-width: 1140px;
  }

  .popupWin.modalVideo iframe, .popupWin.modalVideo .modal-body {
      height: 640.13px;
  }
} */

/* 表單modal pop up
FROM https://www.pcschool.com.tw/2021/defaultMaster.css?v=20220630  end */








/* form - on content page    ---- start */

/*from*/
.FORM {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 6% 0;
}

.FROM_B {
  margin: 15px;
  text-align: center;
}
.FROM_B .FROM {
  width: 100%;
  margin: 0 auto;
}
.FROM_B .FROM span {
  line-height: 1.4;
}
.FROM_B .FROM .NAME {
  width: 48%;
  height: auto;
  float: left;
  margin: 1%;
}
.FROM_B .FROM .PHONE {
  width: 48%;
  height: auto;
  float: left;
  margin: 1%;
}
.FROM_B .FROM .DISCOUNT {
  text-align: left;
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}
.FROM_B .FROM .Remark {
  margin-left: 10px;
  color: #fff;
  background-color: #ea0505;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 12px;
  display: inline-block;
}
@media (max-width: 576px) {
  .FROM_B .FROM .Remark {
    margin-left: 2px;
  }
}
.FROM_B .FROM .EMAIL,
.FROM_B .FROM .CLASS,
.FROM_B .FROM .GIFT,
.FROM_B .FROM .SESSION {
  width: 98%;
  height: auto;
  margin: 1%;
}
.FROM_B .FROM .CITY {
  width: 48%;
  height: auto;
  margin: 1%;
}
.FROM_B .FROM .SCHOOL {
  width: 48%;
  height: auto;
  margin: 1%;
}
.FROM_B .FROM .COURSE {
  width: 98%;
  height: auto;
  margin: 1%;
}


.FROM_B .FROM .READ {
  font-size: 1rem;
  margin-top: 30px;
  line-height: 1;
}
.FROM_B .FROM .READ span {
  position: relative;
  padding-left: 2px;
}
.FROM_B .FROM .READ a {
  font-weight: 400;
  color: var(--text-bk);
  text-decoration: underline;
}
.FROM_B .FROM .READ .CHBOX {
  min-width: 20px;
  min-height: 20px;
  vertical-align: sub;
}
.FROM_B .FROM .READ input[type=checkbox] {
  display: none;
}
.FROM_B .FROM .READ label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid var(--link-hover);
  position: relative;
  top: 0;
  left: 0px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.FROM_B .FROM .READ label input[type=checkbox]:checked + span::after {
  /* -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  color: var(--link-hover);
}
.FROM_B .FROM .READ label input[type=checkbox] + span::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
  color: var(--link-hover);
  position: absolute;
  left: 4px;
  top: 1px;
  /* -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.5s; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.FROM_B .FROM .INP_A {
  width: 100%;
  height: 40px;
  line-height: 40px;
  max-height: 40px;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  color: var(--text-gray);
  border-radius: 5px;
}
.FROM_B .FROM .INP_A:focus {
  outline: 0;
  border-color: var(--link);
}

.FROM_B .FROM .INP_B {
  width: 30%;
  color: var(--text-bk);
  height: 40px;
  line-height: 40px;
  max-height: 40px;
  font-size: 1rem;
  text-align: left;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #b1b1b1;
}
.FROM_B .FROM .INP_B :focus {
  outline: 0;
}
@media (max-width: 768px) {
  .FROM_B .FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: 576px) {
  .FROM_B .FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: 414px) {
  .FROM_B .FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: 320px) {
  .FROM_B .FROM .INP_B {
    width: 26%;
  }
}

.INP_A_2 {
  width: 100%;
  /* font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif; */
  color: var(--text-bk);
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
  min-height: 70px;
  padding: 10px;
}
.INP_A_2 :focus {
  outline: 0;
}

.FREE_TEXT {
  margin: 30px auto;
}
.FREE_TEXT p {
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .FREE_TEXT p {
    text-align: left;
  }
}
.FREE_TEXT .FREE01 {
  margin: 0 auto;
  width: 100%;
}
.FREE_TEXT .FREE01 p {
  display: block;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .FREE_TEXT .FREE01 p {
    text-align: left;
  }
}

/*FROM end*/


/****************
  form (navbar lightbox) end
  FROM https://www.pcschool.com.tw/2021/css/style_pcschool-webbase.css
****************/







/****************
  error start
****************/
.section-error {
  /* background: url('../images/bg-error-edco.svg') no-repeat center center / 110%; */
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.error-deco {}
/* .error-deco .img {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  display: block;
} */

.error-deco [data-name="svg-error"] {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  display: block;
  position: relative;
}
.error-deco [data-name="svg-error"] [data-name="bling1"] {
  position: absolute;
  -webkit-animation: svg-error-blingbling 2.5s 1s ease infinite;
          animation: svg-error-blingbling 2.5s 1s ease infinite;
}
.error-deco [data-name="svg-error"] [data-name="bling2"] {
  position: absolute;
  -webkit-animation: svg-error-blingbling 2s 0.5s ease infinite;
          animation: svg-error-blingbling 2s 0.5s ease infinite;
}
.error-deco [data-name="svg-error"] [data-name="gear"] {
  position: absolute;
  -webkit-transform-origin: 582px 286px;
      -ms-transform-origin: 582px 286px;
          transform-origin: 582px 286px;
  -webkit-animation: svg-error-gear 30s 2s ease infinite alternate;
          animation: svg-error-gear 30s 2s ease infinite alternate;
}
.error-deco [data-name="svg-error"] [data-name="exclam-mark"] {
  -webkit-animation: svg-error-exclam 8s 3s ease infinite alternate;
          animation: svg-error-exclam 8s 3s ease infinite alternate;
}

.error-text {
  padding-top: 3%;
}
.error-text .error-title {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1px;
  text-align: center;
  margin: -20px 0 40px;
  line-height: 1;
  color: var(--jgun-red);
  font-family: system-ui, Arial, Helvetica, sans-serif;
}
.error-text .error-subtitle {
  margin-bottom: 50px;
}
.error-text .text {}
.error-text .btns {
  padding: 10px 0 20px;
}
.error-text .btn {
  border-width: 2px;
  border-color: var(--jgun-red);
  color: var(--jgun-red);
  background-color: #ffffff;
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 8px;
}
.error-text .btn:hover,
.error-text .btn:focus {
  border-color: var(--jgun-red-dark);
  background-color: var(--jgun-red-dark);
  color: #ffffff;
}
.error-text .btn01 {}
.error-text .btn02 {}
.error-text .btn03 {}
/* .randomBtns .btn:nth-child(1) {
  background-color: green;
} */
.error-text .btn.feat {
  background-color: var(--jgun-red);
  color: #ffffff;
}
.error-text .btn.feat:hover,
.error-text .btn.feat:focus {
  border-color: var(--jgun-red-dark);
  background-color: var(--jgun-red-dark);
  color: #ffffff;
}

/* ----------------------------------------
 * animation svg-error-blingbling
 * ----------------------------------------
 */
 @-webkit-keyframes svg-error-blingbling {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0.2;
  }
}
@keyframes svg-error-blingbling {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0.2;
  }
}

/* ----------------------------------------
 * animation svg-error-gear
 * ----------------------------------------
 */
 @-webkit-keyframes svg-error-gear {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes svg-error-gear {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ----------------------------------------
 * animation svg-error-exclam
 * ----------------------------------------
 */
 @-webkit-keyframes svg-error-exclam {
  0%, 100% {
    -webkit-transform: scale(1) translate(0, 0%);
            transform: scale(1) translate(0, 0%);
  }
  50% {
    -webkit-transform: scale(1.1) translate(-5%, -5%);
            transform: scale(1.1) translate(-5%, -5%);
  }
}
@keyframes svg-error-exclam {
  0%, 100% {
    -webkit-transform: scale(1) translate(0, 0%);
            transform: scale(1) translate(0, 0%);
  }
  50% {
    -webkit-transform: scale(1.1) translate(-5%, -5%);
            transform: scale(1.1) translate(-5%, -5%);
  }
}



@media screen and (min-width: 768px) {
  .section-error {
    padding-top: 110px;
    padding-bottom: 90px;
  }
  .error-deco {}
  .error-deco .img {
    margin-right: auto;
  }
  .error-text {}
  .error-text .error-title {}
  .error-text .error-subtitle {}
  .error-text .text {}
  .error-text .text {}
  .error-text .btns {}
  .error-text .btn {
    display: inline-block;
    max-width: 30%;
    margin: 10px 5px;
  }
  .error-text .btn01 {}
  .error-text .btn02 {}
  .error-text .btn03 {}
  .error-text .btn.feat {}
}
/****************
  error end
****************/



/****************
  spinner start
****************/
.spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spinner .text {
  display: inline-block;
}
.spinner .spinner-border {}

@media screen and (min-width: 992px) {
  .result-wrapper {}
  .spinner {}
  .spinner .text {}
  .spinner .spinner-border {}
}
/****************
  spinner end
****************/






/****************
  social section start
  NOTES: 主要在首頁footer上方的social buttons
****************/
.aside-social {
  background-color: #353535; /* 因為 footer 改成巨匠紅 */
  color: #ffffff;
  border-bottom: 2px solid #2a2a2a;
}
.social-group {}
.social-item {
  background: transparent;
  border: transparent;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
}
.social-item .social-link {
  display: block;
  color: #ffffff;    
  padding: 16px 20px;
  height: 100%;
}
.social-item .social-link:hover, .social-item .social-link:focus,
.social-item .social-link:hover i, .social-item .social-link:focus i {
  color: #e1e1e1;
  background-color: var(--jgun-red-dark);
}
.social-item .social-link i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: middle;
}
.social-item .social-link i .icon-line {
  width: 28px;
  height: 28px;
}
.social-item .social-link .text {
  display: none;
}


@media screen and (min-width: 992px) {
  .aside-social {}
  .social-group {}
  .social-item {}
  .social-item .social-link {}
  .social-item .social-link:hover, .social-item .social-link:focus,
  .social-item .social-link:hover i, .social-item .social-link:focus i {}
  .social-item .social-link i {        
      font-size: 1rem;
  }
  .social-item .social-link i .icon-line {
      width: 16px;
      height: 16px;
  }
  .social-item .social-link .text {
      display: inline;
  }
}
/****************
  social section end
  NOTES: 主要在首頁foot
****************/