@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	color: #454545;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}

.clear1 {
	clear: both;
	height: 0;
}
.clear30 {
	clear: both;
	height: 15px;
}
.img100 {
	max-width: 100%;
}
.imgcover {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hr-dot {
	display: block;
    height: 2px !important;
	background: url(../images/dots.jpg) repeat-x;
    border: 0;
	opacity: 1;
}
.hr-dot3v {
	display: block;
    height: 9px !important;
	background: url(../images/dots_3v.png) repeat-x;
    border: 0;
	opacity: 1;
}
.hr-grey {
	display: block;
    height: 1px !important;
	background: #ebebeb;
    border: 0;
	opacity: 1;
}

/* Nav CSS */
.nav-top {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.navbar-brand {
	display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-toggle::after {
	content: none;
}
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.logo-ico {
    float: left;
    margin-right: 10px;
    width: 50px;
}
.navbar-brand h2 {
	color: #313131;
	letter-spacing: 0;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}
.navbar-brand h3 {
	color: #313131;
	font-size: 10px;
	letter-spacing: -0.2px;
	text-decoration: none;
}
.top-icon {
    text-align: end;
}
.top-icon a {
	color: #313131;
	text-decoration: none;
    text-align: right;
	vertical-align: middle;
}
a.top-link {
    display: inline-block;
    background-color: #DBD1E5;
    border: 1px solid #A183BA;
    border-radius: 3px;
    color: #6C4B87;
    font-size: 12px;
    margin: 5px 0 5px 5px;
    padding: 2px 4px;
}
a.top-link:hover {
    background-color: #6C4B87;
    border: 1px solid #A183BA;
    color: #FFF;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #6C4B87;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	font-size: 1.125rem;
	letter-spacing: 0.5px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.85);
    border-color: rgba(0,0,0,.55);
}
.navbar-toggler {
    padding: 0.25rem 0.55rem;
}
.offcanvas-header {
    padding: 0 1rem;
    box-shadow: 0px 15px 10px -15px #6c6c6c;
}
.offcanvas-header .navbar-brand {
    padding: 15px 0;
}
.offcanvas-header .navbar-brand h2 {
    color: #313131;
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 2rem;
}
.offcanvas-body {
	padding: 0;
}
.offcanvas-toplink {
	background: #6C4B87;
	padding: 5px 1rem;
}
.offcanvas-toplink a {
	color: #FFF;
	line-height: 1.85rem;
	text-decoration: none;
}
.offcanvas-nav .navbar-nav li {
	border-bottom: 1px solid #eaeaea;
	line-height: 1.85rem;
}
.offcanvas-nav .navbar-nav li a {
	color: #313131;
	text-decoration: none;
	margin-left: 1rem;
}
.offcanvas-nav .navbar-nav .dropdown-menu {
	margin: 0 15px 15px 15px;
	background-color: #f6f0ee;
	border: 0;
	border-radius: 0;
}
.offcanvas-nav .navbar-nav .dropdown-menu a {
    color: #6C4B87;
    text-decoration: none;
    margin-left: 0;
}
.offcanvas-nav .navbar-nav .dropdown-menu .dropdown-divider {
	border-top: 1px solid rgba(243,156,98,.35);
}
.offcanvas-nav .navbar-nav .dropdown-item {
	padding: 0 1rem;
}



/* ===== 1. Breadcrumb CSS ===== */
.breadcrumb-area {
	background: url(../images/banner_inner.jpg) no-repeat;
	background-size: cover;
	z-index: 1;
	padding: 90px 0;
}
.breadcrumb-box {
	text-align: center;
}
.breadcrumb-box h1 {
	font-weight: 700;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-size: 40px;
}
.breadcrumb-box li {
	display: inline-block;
	margin: 0 2px;
	color: #fff !important;
	font-size: 16px;
    vertical-align: middle;
}
.breadcrumb-box li a {
	color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
.breadcrumb-box li a:hover {
    text-decoration: underline;
}
.breadcrumb-box li .material-symbols-outlined {
    font-size: 20px;
    vertical-align: middle;
    padding-top: 0;
}



.main-wrapper {
    margin: 30px auto;
}
.main-tit {
    font-size: 1.65rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    text-align: center;
}
.main-tit::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 8px;
    width: 100%;
    background-color: #A183BA;
    z-index: -1;
}





/*------------News CSS--------------*/
.stack-tb {
    width: 100%;
}
.stack-tb td, .stack-tb th {
    color: #222;
    padding: 10px;
}
.stack-tb td a {
    color: #222;
    display: block;
    text-decoration: none;
    transition: .5s;
}
.stack-tb td {
    text-align: center;
    vertical-align: middle;
}
.stack-tb td a:hover {
    color: #6C4B87;
    transition: .5s;
}
.stack-tb .list-date {
    min-width: 120px;
}
.stack-tb td:last-child {
    line-height: 1.65;
    text-align: left;
}
.stack-tb .tb-header {
    border-top: 3px solid #6C4B87;
    border-bottom: 2px solid #6C4B87;
}
.stack-tb th {
    background: #FFF;
    color: #6C4B87;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.stack-tb tr:last-child {
    border-bottom: 2px solid #6C4B87;
}
.stack-tb tr:nth-child(2n) {
    background-color: white;
}
.stack-tb tr:nth-child(2n + 1) {
    background-color: #DBD1E5;
}
@media screen and (max-width: 500px) {
    .stack-tb, .stack-tb tr, .stack-tb td {
        display: block;
   }
   .stack-tb tr {
        padding: 10px 0;
        position: relative;
    }
    .stack-tb tr:first-child {
        display: none;
    }
    .header {
        background-color: transparent;
        color: #fff;
        font-size: 2em;
        font-weight: 700;
        padding: 0;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
   }
   .stack-tb td:first-child {
        background-color: #6C4B87;
        border-bottom: 1px solid #A183BA;
        border-radius: 10px 10px 0 0;
        color: #FFF;
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
   }
   .stack-tb td:not(:first-child) {
        margin: 0;
        padding: 5px 1em;
        width: 100%;
   }
   .stack-tb td:not(:first-child):before {
        font-size: 0.8em;
        padding-top: 0.3em;
        position: relative;
   }
   .stack-tb td:last-child {
        padding-bottom: 1rem !important;
   }
   .stack-tb tr {
        background-color: white !important;
        border: 1px solid #A183BA;
        border-radius: 10px;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
        margin: 0.5rem 0;
        padding: 0;
   }
    .table-users {
        border: none;
        box-shadow: none;
        overflow: visible;
   }
}

.detail-wrapper {
    background: #DBD1E5;
    border-radius: 5px;
    border-top: 3px solid #6C4B87;
    padding: 10px;
    text-align: justify;
}
.detail-wrapper h2 {
    color: #222;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.detail-wrapper h2:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
    height: 22px;
    width: 5px;
    background: #6C4B87;
    border-radius: 3px;
}
.editor-area {
    background: #FFF;
    border-radius: 5px;
    line-height: 1.85rem;
    padding: 10px;
}
.news-file {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px 10px;
}
.news-file a {
    color: #6C4B87;
    text-decoration: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-file a:hover {
    color: #A183BA;
    text-decoration: underline;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*------------About CSS--------------*/
.about-para {
    line-height: 1.65rem;
    text-align: justify;
}
.about-box.d-flex.align-items-center {
  float: left;
  margin-right: 69px;
}

.about-icon {
  background: #fae3dd;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 5px;
}

h3.about-title {
  font-size: 18px;
  color: #232323;
  font-weight: 600;
  font-family: "Poppins";
  margin-left: 14px;
}

.about-btn {
  margin-top: 50px;
}

.about-btn a {
  display: inline-block;
  background: #ff3d00;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  padding: 9px 27px 17px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.about-btn a::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background: #10102e;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    border-radius: 5px;
    transition: 0.5s;
}

.about-btn a i {
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: 6px;
    margin-left: 4px;
}

.about-thumb {
    max-width: 100%;
}
.about-shape {
    position: absolute;
    top: 19%;
    right: 14%;
}
.about-shape1 {
    position: absolute;
    bottom: -3%;
    z-index: -1;
    left: 15%;
}
.about-shape3 {
    position: absolute;
    bottom: -3%;
    right: 0;
}
.about-btn a:hover::before {
    width: 100%;
    height: 100%;
    transform: scale(1);
    opacity: 1;
    left: 0;
    top: 0;
}
.about-logo img {
    display: inline-block;
}
.about-logo h2 {
    color: #313131;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}
.about-logo h3 {
    color: #313131;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
}
.about-list {
    margin-left: 25px;
    line-height: 1.85rem;
}
.about-bold {
    font-weight: bold;
    text-decoration: underline;
}
.slide-bar {
    padding: 12px 0 35px;
}
.bg-bar {
    position: relative;
    z-index: 1;
}
.bg-bar::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    content: "";
    transition: 0.5s;
}
.bg-bar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    border-radius: 50%;
    background: #6C4B87;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: roll-bar;
    animation-name: roll-bar;
}
@-webkit-keyframes roll-bar {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(608px);
      transform: translateX(608px);
    }
}
.about-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    background-color: #e7eef6;
    display: inline-block;
}
.about-icon .material-symbols-outlined {
    color: #6C4B87;
    font-size: 38px;
    vertical-align: middle;
}
.about-icon-title {
    display: inline-block;
    padding-left: 20px;
}
.about-icon-title h4 {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}
.about-icon-title h5 {
    color: #222;
    font-size: 16px;
    display: inline-block;
}



/*------------Tutor CSS--------------*/
.tutor-card {
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04),
                9px 4px 10px 0px rgba(2, 69, 122, 0.03),
                19px 10px 13px 0px rgba(2, 69, 122, 0.02),
                35px 17px 15px 0px rgba(2, 69, 122, 0.01),
                54px 27px 17px 0px rgba(2, 69, 122, 0);
    border-radius: 15px;
}
.tutor-card .tutor-img-block {
    position: relative;
    overflow: hidden;
}
.tutor-img {
    border-radius: 15px;
    max-width: 100%;
}
.tutor-content-block {
    margin: 16px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    width: calc(100% - 30px);
    height: 91px;
    transition: all 0.3s cubic-bezier(0.18, 0.55, 1, 1);
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04),
                9px 4px 10px 0px rgba(2, 69, 122, 0.03),
                19px 10px 13px 0px rgba(2, 69, 122, 0.02),
                35px 17px 15px 0px rgba(2, 69, 122, 0.01),
                54px 27px 17px 0px rgba(2, 69, 122, 0);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4.5px);
    align-content: start;
    justify-content: center;
    text-align: center;
    display: grid;
}
.tutor-text-block {
    padding: 16px 8px;
    overflow: hidden;
}
.tutor-text-block h3 a {
    color: #222;
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.85rem;
    text-decoration: none;
}
.tutor-text-block h4 {
    color: #222;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.85rem;
    margin-bottom: 15px;
}
.tutor-info {
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
    vertical-align: middle;
}
.tutor-info li {
    line-height: 1.85rem;
    text-align: left;
    vertical-align: middle;
}
.tutor-info li .material-symbols-outlined {
    color: #A183BA;
    margin-right: 5px;
    vertical-align: middle;
}
.tutor-card:hover .tutor-img-block .tutor-content-block {
    bottom: 0px;
    height: 92%;
    align-content: center;
    transition: all 0.3s cubic-bezier(0.18, 0.55, 1, 1);
}
.tutor-tit {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 10;
}
.tutor-tit::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 8px;
    width: 100%;
    background-color: #BEA9CF;
    z-index: -1;
}
.tutor-detail-name {
    background: #6C4B87;
    border-radius: 3px;
    color: #FFF;
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px 15px;
}
.tutor-detail-jobtit {
    font-size: 1rem;
}
.tutor-info.detail li {
    line-height: 2.5rem;
}




/*------------Button CSS--------------*/
a.main-btn {
    text-decoration: none;
}
.main-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #A183BA;
    color: #fefcfb;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 20px;
    overflow: hidden;
    width: fit-content;
    z-index: 2;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
.main-btn .main-btn__curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 33px;
    height: 100%;
    background: #F6F5F5;
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-btn:hover {
    color: #fefcfb;
}
.main-btn:hover .main-btn__curve {
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
.main-btn.sm {
    padding: 8px 16px;
}


/*------------Pagination CSS--------------*/
.pagination {
    --bs-pagination-active-bg: #6C4B87;
    --bs-pagination-active-border-color: #6C4B87;
}
.page-area {
    margin-top: 20px;
}
.page-link {
    color: #6C4B87;
}
.page-link:hover {
    background: #6C4B87;
    border: 1px solid #6C4B87;
    color: #FFF;
}
.active>.page-link, .page-link.active {
    background: #6C4B87;
    color: #FFF;
}



/*------------International CSS--------------*/
.international-badge {
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #A183BA;
    border-radius: 3px;
    color: #6C4B87;
    font-size: 13px;
    margin: 5px 0 5px;
    padding: 3px 5px;
}
a.more-badge {
    display: inline-block;
    background-color: #DBD1E5;
    border: 1px solid #A183BA;
    border-radius: 3px;
    color: #6C4B87;
    font-size: 13px;
    margin: 5px 0 5px 5px;
    padding: 3px 5px;
    text-decoration: none;
}
a.more-badge:hover {
    background-color: #6C4B87;
    border: 1px solid #A183BA;
    color: #FFF;
}


/*------------Album CSS--------------*/
.album-card {
    background-color: #fefcfb;
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04),
                9px 4px 10px 0px rgba(2, 69, 122, 0.03),
                19px 10px 13px 0px rgba(2, 69, 122, 0.02),
                35px 17px 15px 0px rgba(2, 69, 122, 0.01),
                54px 27px 17px 0px rgba(2, 69, 122, 0);
    border-radius: 15px;
    overflow: hidden;
  }
.album-card .img-block {
    position: relative;
    z-index: 5;
}
.album-card .img-block img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}
.album-card .img-block .date {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0px 8px;
    color: #fefcfb;
    background-color: #389cff;
    border-radius: 5px;
}
.album-card:hover .img-block img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}
.album-card .text-block {
    position: relative;
    z-index: 10;
    background: url(../images/album_card_bg.png) no-repeat;
    /* background-size: contain; */
    background-size: cover;
    background-position: top;
    margin-top: -88px;
    box-shadow: drop-shadow(-2px -1px 5px rgba(2, 69, 122, 0.04))
                drop-shadow(-9px -4px 10px rgba(2, 69, 122, 0.03))
                drop-shadow(-19px -10px 13px rgba(2, 69, 122, 0.02))
                drop-shadow(-35px -17px 15px rgba(2, 69, 122, 0.01))
                drop-shadow(-54px 27px 17px rgba(2, 69, 122, 0));
    border-radius: 0 0 15px 15px;
    padding: 67px 24px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .album-card .text-block {
        padding: 48px 16px 16px;
    }
}
.album-card .text-block .album-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.album-card .text-block a.album-title  {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.65rem;
    margin-bottom: 15px;
    text-decoration: none;
}


/*------------Link CSS--------------*/
.link-wrapper {
    background: #FFF;
    border-radius: 5px;
    border-top: 3px solid #6C4B87;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.link-list-stripe {
    background: #FFF;
    border-radius: 5px;
    list-style: none;
}
.link-list-stripe li {
    border-bottom: 1px solid #f5f6f1;
    line-height: 1.85rem;
    vertical-align: middle;
}
.link-list-stripe li .material-symbols-outlined {
    vertical-align: middle;
    font-size: 22px;
}
.link-list-stripe li a span .filetype-ico {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}
.link-list-stripe:first-child {
    border-top: 1px solid #f5f6f1;
}
.link-list-stripe li:nth-child(2n) {
    background: #e7eef6;
}
.link-list-stripe li a {
    color: #222;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
}
.link-list-stripe li a:hover {
    color: #FFF;
    background: #6C4B87;
}
.filetype-badge {
    background-color: #f5f5f5;
    border: 1px solid #A183BA;
    border-radius: 3px;
    color: #6C4B87;
    font-size: 13px;
    margin: 5px 10px 5px 5px;
    padding: 2px 5px;
}


/*------------Sitemap CSS--------------*/
.sitemap-tit {
    font-size: 1.25rem;
    font-weight: bold;
    color: #282828;
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
    padding: 0 0 10px 15px;
    line-height: 1.4;
    position: relative;
}
.sitemap-tit:before {
    position: absolute;
    content: "";
    left: 1px;
    top: 5px;
    height: 20px;
    width: 5px;
    background: #6C4B87;
    border-radius: 3px;
}
.sitemap-ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 25px;
}
.sitemap-ul li {
	background-color: #f5f5f5;
    border-radius: 5px;
	line-height: 1.65rem;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}
.sitemap-ul li a {
    color: #222;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    transition: 0.5s;
}
.sitemap-ul li:hover {
    background: #A183BA;
    color: #FFF;
    text-decoration: none;
    transition: 0.5s;
}
.sitemap-ul li a:hover {
    color: #FFF;
    text-decoration: none;
    transition: 0.5s;
}


/*------------Privacy CSS--------------*/
.privacy-txt {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.65rem;
    text-align: justify;
}
.privacy-label {
    font-size: 1.1rem;
    font-weight: bold;
}


/*------------Footer CSS--------------*/
.footer-area {
    border-top: 1px solid #6C4B87;
    padding: 20px 0 15px 0;
    text-align: center;
}
.footer-list {
    list-style: none;
    text-align: center;
}
.footer-list li {
    font-size: 0.8rem;
    line-height: 1.35rem;
}
.footer-logo {
    max-height: 55px;
    margin-right: 15px;
}
.copy-area {
    background: #6C4B87;
    color: #FFF;
    font-size: 0.8rem;
    padding: 7px 0;
    text-align: center;
}
.copy-area a {
    color: #FFF;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.5s;
}
.copy-area a:hover {
    text-decoration: underline;
    transform: scale(0, 1);
    transition: 0.5s;
}
.copy-area .author a {
    margin-left: 0;
}
.author {
    margin-left: 10px;
}



@media (min-width: 360px) {

}
@media (min-width: 375px) {
    .offcanvas-header .navbar-brand h2 {
        color: #313131;
        letter-spacing: 1px;
        font-size: 1.85rem;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.2rem;
    }
    .offcanvas-header .navbar-brand h3 {
        letter-spacing: 1px;
        font-size: 10px;
    }
}
@media (min-width: 410px) {

}
@media (min-width: 480px) {
    .logo-ico {
        float: left;
        margin-right: 10px;
        width: 60px;
    }
    .navbar-brand h2 {
        color: #313131;
        letter-spacing: 0;
        font-size: 1.8rem;
        font-weight: bold;
        text-decoration: none;
    }
    .navbar-brand h3 {
        color: #313131;
        font-size: 12px;
        letter-spacing: -0.2px;
        text-decoration: none;
    }
    .offcanvas-header .navbar-brand h2 {
        color: #313131;
        letter-spacing: 1px;
        font-size: 1.95rem;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.55rem;
    }
    .offcanvas-header .navbar-brand h3 {
        letter-spacing: 0.8px;
        font-size: 11px;
    }

}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.clear30 {
		clear: both;
		height: 30px;
	}
	.navbar-brand h2 {
        color: #313131;
        letter-spacing: 2.5px;
        font-size: 1.95rem;
        font-weight: bold;
        text-decoration: none;
    }
    .navbar-brand h3 {
        color: #313131;
        font-size: 14px;
        letter-spacing: -0.3px;
        text-decoration: none;
    }
	.nchu-logo {
		max-width: 80%;
	}

    .main-wrapper {
        margin: 40px auto;
    }
    .main-tit {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 30px;
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .about-logo h2 {
        color: #313131;
        font-size: 2rem;
        font-weight: bold;
        text-decoration: none;
    }
    .about-logo h3 {
        color: #313131;
        font-size: 1rem;
        letter-spacing: 1.5px;
        font-weight: bold;
        text-decoration: none;
        text-indent: 3px;
    }
    .about-icon-title h4 {
        color: #222;
        font-size: 24px;
        font-weight: 500;
        display: inline-block;
    }
    .about-icon-title h5 {
        color: #222;
        font-size: 18px;
        display: inline-block;
    }

    .detail-wrapper h2 {
        color: #222;
        font-size: 1.3rem;
        font-weight: bold;
        padding-bottom: 20px;
        padding-left: 15px;
        position: relative;
    }
    .detail-wrapper {
        padding: 35px;
    }
    .editor-area {
        padding: 20px;
    }

    .tutor-content-block {
        margin: 16px;
        position: absolute;
        bottom: 0px;
        overflow: hidden;
        width: 90%;
        height: 91px;
        transition: all 0.3s cubic-bezier(0.18, 0.55, 1, 1);
        box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04),
                    9px 4px 10px 0px rgba(2, 69, 122, 0.03),
                    19px 10px 13px 0px rgba(2, 69, 122, 0.02),
                    35px 17px 15px 0px rgba(2, 69, 122, 0.01),
                    54px 27px 17px 0px rgba(2, 69, 122, 0);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(4.5px);
        align-content: start;
        justify-content: center;
        text-align: center;
        display: grid;
    }

    .link-wrapper {
        padding: 35px;
    }
    .sitemap-tit {
        margin: 35px 0 15px 0;
    }

    .footer-area {
        text-align: left;
    }
    .footer-list {
        text-align: end;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .logo-ico {
        float: left;
        margin-right: 10px;
        margin-top: 8px;
    }
    a.navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
	.nav-main {
		background: #6C4B87;
		padding: 0;
	}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:last-child {
        padding-right: 0;
    }
	.navbar-brand h2 {
		color: #313131;
		letter-spacing: 3.3px;
		font-size: 2.3rem;
		font-weight: bold;
		text-decoration: none;
	}
	.navbar-brand h3 {
		color: #313131;
		font-size: 0.8rem;
		letter-spacing: 1.1px;
		font-weight: bold;
		text-decoration: none;
        text-indent: 3px;
	}
	.navbar-expand-lg.navbar-light .navbar-nav .nav-link {
		color: rgba(255,255,255,1);
	}
    .mynav {
        font-size: 18px;
    }
    .mynav ul {
        justify-content: space-between;
    }

	.main-wrapper {
		margin: 60px auto;
	}

    .stack-tb .list-date {
        width: 150px;
    }

    .footer-area {
        padding: 30px 0 25px 0;
    }
    .footer-logo {
        max-width: 100%;
        max-height: 100%;
        margin-right: 15px;
    }
	.footer-list li {
        font-size: 1rem;
        line-height: 1.65rem;
    }
	.nchu-logo {
		max-width: 100%;
	}
    .copy-area {
        font-size: 1rem;
        text-align: left;
    }
    .copy-area a {
        margin-left: 15px;
    }
    .author {
        float: right;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .mynav {
        font-size: 18px;
    }
    .about-logo h2 {
        color: #313131;
        font-size: 2.3rem;
        font-weight: bold;
        text-decoration: none;
    }
    .about-logo h3 {
        color: #313131;
        font-size: 1rem;
        letter-spacing: 3px;
        font-weight: bold;
        text-decoration: none;
        text-indent: 3px;
    }
}
/*xxl and up)*/
@media (min-width: 1400px) {

}
@media (min-width: 1560px) {

}
@media (min-width: 1800px) {

}
