@charset "utf-8";
/* CSS Document */

@import "/css/branch/bo-reset.css?v=1.4";
@import "/css/branch/bo-smartphoto.min.css";

@page {size: 21cm 29.7cm;margin: 15px;}
@media print {


 #print-section, 
 #print-section * {visibility: visible;}
 .admission #print-section {
  position: absolute;
   top: -120px;
   left: 0;
   z-index: 9999;
   background: #fff;
 }
       
 header, footer, aside, .breadcrumb,  .btn,
  .btn-audio-badge {display: none }
}

:root {
  --main-color : #c71f39; /*메인 레드*/
  --main-color-over : #a71329; /*메인 레드 오버 컬러*/
  --main-color-red : #e31837; /*메인 레드*/
  --main-sub-color : #ef7e28; /*메인 오렌지*/
  --main-sub-color-over : #d46917; /*메인 오렌지 오버 컬러*/
  --bgcolor-gray : #f8f6f4;
  --color-kaki : #ad956f;
  --color-kaki-light : #ddd6d0;
  --main-link-hover-color: #fcbc25;
  --box-shadow-sm : 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.color-red {color: #e31837}
.color-green {color: #0c883c}
.color-blue {color: #1851ce}
.color-yellow {color: #f7af13}
.color-orange {color: #ff5304}

.bg-blue-light {
  background: #dbf7f6 !important;
}


.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  color: var(--main-color-red);
}

.contents-main h1 {font-size: 4.4rem; margin-bottom: 55px;}


.header-navbar.navbar .branch-logo {
  display: flex;
  align-items: center;
  background: var(--main-sub-color);
  padding: 0 20px;
  justify-content: flex-end;
  max-width: 400px;
}
.header-navbar.navbar .branch-logo .navbar-brand {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.branch-nm-top em {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.branch-nm-top {
  font-size: 12px;
  line-height: 160%;
  font-weight: 300;
}


.header-navbar.navbar .navbar-brand img {
  height: 28px !important;
  margin-right: 10px;
  width: auto;
}
.header-navbar.navbar .header-menu {
  justify-content: flex-start;
  padding-left: 13%;
}

.footer-callcenter strong {
  display: block;
}
.branch .footer-btn-kakao-ch {
  background: #ffce10;
  display: block;
  width: fit-content;
  padding: 10px 13px 14px  15px;
  border-radius: 0.8rem;
  margin: 0 auto;
}
.branch .footer-btn-hq-link {
  background: #e31837;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 20px;
  margin-left: 64px;
}
.branch .footer-callcenter-hq em {}
.footer-btn-hq-link {
  background: var(--main-color);
  color: #fff !important;
  padding: 4px 20px;
  border-radius: 20px;
}


.main-slide {
  height: 560px;
  /* background: var(--color-kaki); */
  background: url(/img/branch/bo-img-main-photo2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;    flex-direction: column;
  color: #fff;
  font-size: 3.0rem;
}
.main-slide-text01 {
  display: block;
  margin-top: 30px;
  text-align: center;
  line-height: 133%;
  font-weight: 300;
  margin-bottom: 80px;
  font-size: 33px;
  letter-spacing: -1.5px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, .3);
}
.img-logo {
  max-width: 400px;
}
.main-slide-text01 em {
  font-weight: 600;
  font-size: 38px;
}
.floating-bar-bg {display: none;} 


.aside-sticky {width: 100%;}
.aside-sticky.sticky {
  width: auto; 
}

.study .tab-content-header h3 {
  font-size: 2.2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.study .tab-content-header h3 small {
  display: inline-block !important;
  width: auto;
  margin-left: 10px;
}

.study .study-book {
  display: flex;
}
.study-book-left {
  border: 1px solid #eee;
  text-align: center;
  padding: 14px; 
}
.study-book-right {

}

.study-button {
 margin-top: 16px;
 border: 1px solid var(--main-color-red);
 background: var(--main-color-red);
 color: #fff;
 width: 100%;
 text-align: center;
 padding: 10px;  
}
.study-button:hover {
  color: #fbff06;
  border: 1px solid var(--main-color-red);
  background: var(--main-color-red);
} 


.red-dot-left-title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  margin: 4px 0 0 -12px;
  background: var(--main-color);
  border-radius: 50%;
  top: 0;
}
.table.tbl-st01 th {
  background: var(--bgcolor-gray);
  text-align: center;
  font-size: 1.6rem;
}
.table.tbl-st01 td {
  text-align: center;
}
.table.tbl-st02 th {
  background: var(--bgcolor-gray);
  text-align: center;
  font-size: 1.6rem;
}
.table.tbl-st02 td {
  text-align: center;
}



.st-sum,
.st-total-sum {
  font-size: 3.4rem; font-weight: 600;  
  color: var(--main-color) !important; 
  padding: 3rem 1rem !important;
}

.tbl-cal th {
  background: var(--bgcolor-gray);
  text-align: center;
  font-size: 1.6rem;

}
.tbl-cal  td {
  text-align: center;
}

.word-re {
  border: 1px solid #d9d9d9;
  padding: 6px 17px;
  background: #f1f1f1;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.4rem;
}
.word-re:hover {
  background: var(--main-color-over);
  color: #fff;
}
.btn-pofol {
  border: 1px solid #d9d9d9;
  padding: 6px 17px;
  background: #f1f1f1;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.4rem;
}
.btn-pofol:hover {
  background: var(--main-color-over);
  color: #fff;
}

.dd {background: #fff !important;}


.program-contents-tab-box {
  position: relative; 
  border-radius: 12px;
  overflow: hidden;
}
.program-contents-tab-box h2 {
  background: #efe7e0;
  padding: 40px 54px;
  position: relative;
}
.program-contents-tab-box h2 small {}
.cct-img {
  position: absolute;
  right: 29px;
  top: 32px;
}

.program-contents-tab {
 background: #f6f4f3;
 padding: 20px 20px;
}
.program-contents-tab nav {

}
.program-contents-tab .nav-tabs {border: 0;}
.program-contents-tab .nav-link {
  flex: 1 0 0%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 130%;
  letter-spacing: -1px;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 10px 10px 10px;
  border: 0;
}
.program-contents-tab .nav-link i {
  font-size: 3.2rem;
  margin-bottom: 13px;
}

.program-contents-tab .nav-link img {
  margin-bottom: 10px;
}
.program-contents-tab .nav-link.active { 
  background: #fff;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
}


.today-result .tab-content-header h3 {
  font-size: 2.2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.program-content-box {
  margin-top: 50px; 
 }

 .img-book-list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  padding: 20px;
  border: 1px solid #eee;
  background: #f3f3f3;
  border-radius: 8px;
  margin-top: 20px;
}

.img-book-list {
  position: relative;
  display: flex;
  flex: 0 0 19%;
  align-items: center;
  flex-direction: column;
  /* border: 1px solid #e2e2e2; */
  padding: 23px 15px 24px 15px;
  gap: 21px;
  border-radius: 5px;
  background: #fff;
  min-width: 196px; 
}
.img-book-list .book-img {
  display: flex;
  max-height: 186px;
  width: 100%;
  height: 110px;
  align-items: flex-end;
  justify-content: center;
}
.img-book-list .book-img img {
  max-height: 110px !important; 
}
.book-info {
  text-align: center;
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 400; 
}
.img-book-list .book-title {

}
.img-book-list .author {
  display: block;
  font-size: 1.3rem; font-weight: 300; 
  color: #5e5e5e;
}

.book-label {
  position: absolute;
  top: 0;
  left: 10px;
}

.today-result-table-02 {margin-top: 0px;}
.today-result-table-02 th { font-size: 1.6rem;text-align: center; background: #f3f3f3;width: 18%;}
.today-result-table-02 td { text-align: center; padding: 10px 10px;}

.today-result-table-03 {margin-top: 20px;}
.today-result-table-03 th { font-size: 1.6rem;text-align: center; background: var(--bgcolor-gray);}
.today-result-table-03 td { text-align: center; padding: 10px 10px;}
.today-result-table-03 tbody th:first-child {text-align: left !important;background: #f3f3f3;}

.today-result-table-03 th:first-child {max-width: 25%;}
/* .today-result-table-03 th:nth-child(2) {width: 12%;} */
/* .today-result-table-03 th:nth-child(3) {width: 40%;} */
.today-result-table-03 th:last-child {width: 13%;}

.table .badge {
  font-size: 2rem;
  padding: 0.8rem 2.4rem;
  border-radius: 5px !important;
}
.progress, 
.progress-stacked {
  font-size: 1.7rem;
  height: 2rem;
  --bs-progress-height: 1rem;
}
.qz-rslt {color: green;}
.btn-rslt {}



.quiz-result-popup { width: 100%; font-size: 1.5rem; padding: 0 5px 40px 5px;}
.quiz-result-popup h1 {
  font-size: 2rem;
  padding: 5px 20px;
  background: var(--main-color-red);
  color: #fff;
  position: sticky;top: 0; 
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quiz-result-popup h3 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 150%;
}
.quiz-result-popup h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  background: var(--main-color-red);
  height: 19px;
  margin-right: 10px;
}
.quiz-rslt-popup-tbl {}

.quiz-rslt-popup-tbl {margin-top: 5px;}
.quiz-rslt-popup-tbl th { font-size: 1.5rem;text-align: center; background: var(--bgcolor-gray);}
.quiz-rslt-popup-tbl td { padding: 10px 10px;}

.quiz-rslt-popup-tbl-02 {margin-top: 0px;}
.quiz-rslt-popup-tbl-02 th { font-size: 1.5rem; background: var(--bgcolor-gray); text-align: center;}
.quiz-rslt-popup-tbl-02 td {  padding: 10px 10px;}

.quiz-rslt-popup-tbl-02 td:first-child { text-align: center;}
.quiz-rslt-popup-tbl-02 td:nth-child(3) {}
.quiz-rslt-popup-tbl-02 td:nth-child(4) {}
.quiz-rslt-popup-tbl-02 td:last-child {text-align: center;}



.qz-pup-tbl-word {
  font-size: 1.8rem;
  font-weight: 600;
}
.btn-print {
  font-size: 1.6rem;
  font-weight: 500;
  background: var(--bgcolor-gray);
  padding: 3px 27px;
  border: 1px solid #eee;
}
.btn-print:hover {background: var(--main-color-over); color: #fff;}

.btn-audio {
  background: #eee;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 90%;
  margin: 0 8px;
}

.btn-audio-badge {
  font-size: 2rem !important; 
  padding: 0 !important;
}



.checkup-popup-tbl {width: 100%;border: 1px solid #c7c7c7;margin-top: 5px;}
.checkup-popup-tbl th { font-size: 1.5rem;text-align: center; background: var(--bgcolor-gray);}
.checkup-popup-tbl td { padding: 10px 10px;}


.checkup-popup-tbl-02 {width: 100%;border: 1px solid #c7c7c7;margin-top: 0px;}
.checkup-popup-tbl-02 th { font-size: 1.5rem; background: var(--bgcolor-gray); text-align: center;}
.checkup-popup-tbl-02 td {  padding: 10px 10px;}

.checkup-popup-tbl-02 td:first-child { }
.checkup-popup-tbl-02 td:nth-child(3) {}
.checkup-popup-tbl-02 td:nth-child(4) {}
.checkup-popup-tbl-02 td:last-child {}

.checkup-popup-tbl-03 {width: 100%;border: 1px solid #c7c7c7;margin-top: 0px;}
.checkup-popup-tbl-03 th { font-size: 1.5rem; background: var(--bgcolor-gray); text-align: center;}
.checkup-popup-tbl-03 td {  padding: 10px 10px;}

.checkup-popup-tbl th:first-child,
.checkup-popup-tbl-02 th:first-child,
.checkup-popup-tbl-03 th:first-child {width: 20%;}

.tab-content-body.bbb {
  display: flex;
  gap: 24px;
  padding: 20px;
  border: 1px solid #eee;
  background: #f3f3f3;
  border-radius: 8px;
  margin-top: 20px;
}

.aaa {
  width: 100%;
}


.table.monthly-book-table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
}

.monthly-book-table {
  margin-bottom: 15px;
  font-size: 1.5rem;
  width: 100%;
  border: 1px solid #d1d1d1;
  color: #000;
}

.monthly-book-table .book-title {
  font-size: 1.6rem !important;
  font-weight: 400;
}

.monthly-book-table td {
  font-size: 1.4rem !important;
  width: 170px;
}
.monthly-book-table th {
  width: 6.5%;
  text-align: left;
  /* background: #a19284; */
  /* border: 1px solid #7d6f65; */
  color: #797979;
  font-weight: 400;
  font-size: 1.2rem;
}

.monthly-book-table th::before {
  content: "l";
  font-weight: 200;
  margin-right: 6px;
}

.monthly-book-table .book-img {text-align: center;}
.monthly-book-table .book-img img {max-height: 110px !important; }

.badge-miles {
  position: relative;
  display: inline-block;
  background: var(--main-color-red);
  font-size: 1.2rem;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: -5px !important;
  vertical-align: middle;
}


.scroll-x {
  overflow-x: auto; 
}

.star-rating {
  display: flex;
  position: relative;
  width: 200px; /* Total width of the 5 stars */
}

.star-rating .progress {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.star {
  font-size: 1.4rem;
  color: #ccc; /* Gray color for the stars */
  z-index: 1;
}

.progress .star {
  color: #f5b301; /* Yellow color for stars in the progress */
  
}
.progress { 
  background: #fff;
}
.star-width {
  width: 71px;
}

.fixed-table {
  table-layout: fixed;
}

.history-list-tbl  {
  font-size: 1.6rem !important;
  font-weight: 300;
  min-width: 800px;
}
.history-list-tbl  thead th {
  padding: 0.6rem 1rem 0.6rem 1rem;
  border-left: 1px solid #dfdfdf;
  text-align: center;
  background: var(--bgcolor-gray);
  line-height: 130%;
}
.history-list-tbl  th {
  padding: 0.9rem 1.5rem 1rem 1.5rem;
  background: #fafafa;
  font-weight: 600;
  font-size: 1.6rem;
}
.history-list-tbl td { text-align: center;}
.history-list-tbl .title,
.history-list-tbl .author { text-align: left;}

.history-list-tbl02  {
  font-size: 1.6rem !important;
  font-weight: 300;min-width: 600px;
}
.history-list-tbl02  thead th {
  border-left: 1px solid #dfdfdf;
  text-align: center;
  background: var(--bgcolor-gray);
}
.history-list-tbl02  th {
  background: var(--bgcolor-gray);
  text-align: center;
  font-size: 1.6rem; 
}
.history-list-tbl02 td { text-align: center;}



.pofol-tab-box {
  position: relative; 
  border-radius: 2px;
}
.pofol-tab-box h2 {
  background: #efe7e0;
  padding: 40px 54px;
  position: relative;
}
.pofol-tab-box h2 small {}
.cct-img {
  position: absolute;
  right: 29px;
  top: 32px;
}

.pofol-tab {
  background: #f6f4f3;
  padding: 12px 12px;
}
.pofol-tab nav {

}
.pofol-tab .nav-tabs {
  border: 0;
  display: flex;
  flex-direction: column;
}
.pofol-tab .nav-link {
  flex: 1 0 0%;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: -1px;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 10px 10px 10px;
  border: 0;
}
.pofol-tab .nav-link img {
  margin-bottom: 10px;
}
.pofol-tab .nav-link.active { 
  background: #fff;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
}


.pofol-modal-body {height: 100%;}
.portfolio-frame {
  height: 100%;
}
.portfolio-frame>.row {
  height: 100%;}

  .pofol-tab-box {
    max-width: 260px;
    padding: 0px;
    background: #f8f8f8;
    box-shadow: inset 1px 0px 0px 0px #dfdfdf;
}

.pofol-tab-box .nav-tabs {border: 0;}
.pofol-pofol-aside-menu  {
  display: flex;
  flex-direction: column;
  position: relative;
}
.pofol-aside-menu  .accordion-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: transparent;
  border: 0;  
}
.pofol-aside-menu  .accordion-header {
  margin-bottom: 0;
  width: 99%;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 5px 0;
}
.pofol-aside-menu  .accordion-button {font-size: 2.0rem; font-weight: 600; color: #6b6b6b; letter-spacing: -1px; background: #fff;box-shadow: none;}
.pofol-aside-menu  .accordion-item:last-of-type {border-radius: 0 !important; border: 0; }

.pofol-aside-menu  .accordion-button[aria-expanded="true"] {
  color: var(--main-color);
}

.pofol-aside-menu .aside-item {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0 !important;
}
.pofol-aside-menu .aside-item ul {
  float: right;
  max-width: 220px;
  min-width: 200px;

}
.pofol-aside-menu .aside-item a {
  display: block;
  font-size: 1.6rem;
  line-height: 40px;
  width: 100%;
  padding: 0 10px;
  color: #0c0c0c;
  border-bottom: 1px dotted #d1d1d1;
}
.pofol-aside-menu .aside-item a:hover {color: var(--main-color-over);}
.pofol-aside-menu .aside-item a.active { background: var(--main-color-red); border-radius: 2px; color: #ffffff;margin-left: -5px;}

.pofol.tab-content>.active {
  display: block;
  height: 99%;
}
 
.pofol-tab-contents-box {
  padding:0 20px 0 20px;  
} 

.modal-fullscreen {
  padding: 10px;
}
.modal-footer .btn {
  padding: 3px 40px !important;
}

.tab-content-header h3 {
  font-size: 2.2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.table.tbl-st03 th {
  background: var(--bgcolor-gray);
  text-align: center;
  font-size: 1.6rem;
}
.table.tbl-st03 td {
}


.admission .reading-step {
  margin: 18px 0 28px 0 !important;
}
.admission .rsb-img img {
  max-height: 110px;
}
.admission .reading-step-box .step-no {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
  text-align: center;
  top: 0;
  left: 0;
  transform: translate(8px , 7px);
}
.admission-grt-box {
  border: 11px solid #dbdbdb;
  background: url(/img/branch/bg-stripes-light-sm.png);
  text-align: center;
}
.admission-grt-box .date {}
.admission-grt-box .writer {} 

.admission-text01 h3 { 
  font-size: 1.8rem !important;
  border-bottom: 2px solid #222;
  padding-bottom: 10px;
  margin-top: 25px;
  line-height: 150%; 
}
.admission-text01 h3::before {
  content: "\F26D";
  font-family: bootstrap-icons !important;
  font-size: 1.8rem;
  margin-right: 8px;
  vertical-align: middle; 
}

.admission-text01 h5 {
  font-size: 1.8rem !important;
  background: #eee;
  width: fit-content;
  padding: 6px 20px 6px 10px;
  border-radius: 20px;
  margin-bottom: 9px;
}


.tbl-st04 {font-size: 1.6rem; }
.tbl-st04 th {
  width: 20%;
  background: var(--bgcolor-gray);
}
.tbl-st04 td {}

.list {}
.list>ul {margin-left: 21px; } 
.list>ul>li {list-style: disc;} 


.list-inner01 {}
.list-inner01>ul {margin-left: 0; }
.list-inner01>ul>li {
  position: relative;
  padding-left: 20px; /* 마커 크기에 따라 조정 */
}

.list-inner01>ul>li::before {
  content: '\F26B'; /* 원하는 문자나 아이콘 사용 */
  font-family: bootstrap-icons !important;
  font-size: 1.2rem; font-weight: 500; 
  vertical-align: middle; 
  position: absolute;
  left: 0;
}


.admission .reading-step-box {
  max-width: 29.3% !important;
  flex: 1 0 29.3% !important;
  padding: 20px 26px;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.admission .reading-step div:nth-of-type(3n)::after {display: none ;} 
.admission .reading-step div:nth-of-type(4n)::after {display: block ;} 

.con-pofol-list {}
.con-pofol-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.con-pofol-list li {
  background: #f9f9f9;
  padding: 3px 24px;
  border-radius: 20px;
  border: 1px solid #eee;
  font-size: 1.5rem;
  width: fit-content;
  color: #000;
}
.curi-contents-tab {
  background: #f6f4f3;
  padding: 20px 20px;
 }


 .cct-img2 {
  position: absolute;
  right: 29px;
  top: 1px;
}

.text-box.our-lib {
  padding: 40px 0;
  gap: 5%;
  border-bottom: 1px dotted #a3a3a3;
}

.text-box.our-lib h4 { font-size: 2.4rem; font-weight: 500 !important;}
.text-box.our-lib .check-img {
  width: 22px;
  margin-top: -7px;
  margin-right: 7px;
}
.text-box.our-lib p {margin: 10px 0 0 34px;  }
.text-box.our-lib .con-01 { margin-bottom: 40px;} 

.img04 { width: 100%;}


.text-box.location { margin-top: 40px !important;}
.location .address, .location .callcenter {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 25px;
  line-height: 140%;
}
.location .address .left, .location .callcenter .left {
  font-size: 1.6rem;
  color: #7c7c7c;
  padding: 0 0 0 0;
  min-width: 100px;
}

.location .map-container {
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  height: 400px;
}

.location .map {
  background: #eee;
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
}

.hd-list {}
.hd-list ul { margin-left: 20px;}
.hd-list li { list-style: disc;}

.hd-text {
  text-align: center;
  padding: 30px 20px;
  border: 5px solid #eee;
  background: var(--bgcolor-gray);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 500; 
  line-height: 150%; 
}


.th-red th {
  background: #e31837 !important;
  color: #fff !important;
}


.header-navbar .navbar-brand {display: none;}

.contents-form h1::before {
  background: var(--main-color);
}

.contents-main h1 small {
  color: var(--main-color);
}
.aside-menu {
  box-shadow: inset 0 -7px 0 0 var(--main-color);
}

.floating_btn {
  position: fixed;
  bottom: 214px;
  right: 14px;
  z-index: 93;
}
.floating_btn li a {
  display: flex;
  overflow: hidden;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  padding-left: 67px;
  border-radius: 65px;
  line-height: 19px;
  background: #ffce10 url(/img/branch/ch_13.png) no-repeat;
  background-size: auto;
  background-position: 11px center;
  transition: width 0.2s;
  color: #090405;
}
.floating_btn li a:hover {
  width: 198px;
}

#back2Top {
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 75px;
  right: 14px;
  background-color: #b3b3b3;
  color: var(--bgcolor-gray);
  font-size: 2.1rem;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  border: 0;
}

