@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  background-color: #F7F8FA;
  padding-top: 90px;
}

body.active {
  overflow: hidden;
}

.table {
  color: #7FA1B5;
  word-break: break-all;
}

.table td {
  vertical-align: middle;
}

.table td.fix-weight {
  color: #364E5C;
  font-weight: 700;
}

.fix-weight span {
  font-size: 11px;
  display: block;
  font-weight: 400 !important;
  color: #7FA1B5;
}

.form-check label.error {
  font-size: 13px;
  color: rgb(243, 11, 58);
  position: absolute;
  left: 24px;
  bottom: -24px;
}

input.error {
  border-color: rgb(243, 11, 58);

}

.form-check-input.error {
  background-color: rgb(243, 11, 58);
}

.hide {
  display: none;
}

.error+.hide {
  display: block !important;
  font-size: 13px;
  color: rgb(243, 11, 58);
}

label.error {
  font-size: 13px;
  color: rgb(243, 11, 58);
  display: none;
}

.btn-box {
  text-align: center;
  padding: 20px 0;
}

.btn-box button {
  margin: 0 10px;
}

.note {
  list-style-type: none;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #999;
  padding-left: 18px;
  text-indent: -1em;
}

.more-box.fix {
  margin-bottom: 0;
}

.total {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin: 12px 0;
}

.delete {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
}

.delete img {
  width: 30px;
}

.delete:hover {
  opacity: 0.7;
}

.other-box {
  position: relative;
}

.check-row {
  display: flex;
  flex-wrap: wrap;
}

.form-check {
  margin-right: 20px;
  margin-bottom: 10px;
}

.form-check-input {
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 0;
  margin-left: 5px;
  color: #666;
  letter-spacing: 0.1em;
}

.form-check-label a {
  color: #666;
  text-decoration: underline;
}

.regedit-tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #59788B;
  margin-bottom: 12px;
}

.red {
  color: rgb(233, 14, 14) !important;
}

.modal-inner-box {
  max-height: calc(80vh - 380px);
  overflow-y: auto;
}

.modal-inner-box::-webkit-scrollbar {
  width: 8px;
}

.modal-inner-box::-webkit-scrollbar-track {
  background: #ecebf0;
  border-radius: 8px;
}

.modal-inner-box::-webkit-scrollbar-thumb {
  background: #d4e6f5;
  border-radius: 8px;
}

.row-warp {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.modal-container.lg {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 0;
  box-shadow: 0 1px 35px rgb(152 152 152 / 25%);
  opacity: 0;
  background-image: url(../images/bg-1.png), url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-position: top -20px center, bottom -20px center;
  background-size: 1000px auto;
  padding: 180px 100px 200px 100px;
}

.form-col {
  width: 50%;
  padding: 0 15px;
}

.sticky-btn {
  display: inline-block;
  width: 100%;
  background-color: #7FA1B5;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: sticky;
  top: 90px;
  z-index: 99;
}

.sticky-btn.disabled {
  pointer-events: none;
  background-color: #C5C8CA;
  cursor: default;
}

.sticky-btn:hover {
  color: #fff;
  background-color: rgb(84, 118, 139);
  text-decoration: none;
}

.add-box {
  margin-bottom: 20px;
}

.add-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.1em;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 40px;
  color: #59788B;
  border: solid 1px #59788B;
}

.add-box a:hover {
  text-decoration: none;
  color: #59788B;
  background-color: #DEE9F2;
}

.class-card {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.class-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.1em;
  color: #000;
  padding: 30px 26px;
  border-bottom: solid 1px #eee;
}

.class-info {
  padding: 26px;
}

.class-item {
  display: flex;
  margin-bottom: 20px;
}

.class-left {
  width: 50px;
}

.class-right {
  width: calc(100% - 50px);
  padding-left: 10px;
}

.class-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #000;
}

.class-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #666;
}

.class-sub a {
  color: #666;
  text-decoration: underline;
}

.page-item.disabled .page-icon {
  filter: grayscale(100%);
}

.page-link:hover .page-icon,
.page-link.active .page-icon {
  filter: brightness(3);
}

.page-icon {
  width: 20px;
  height: auto;
  transform: translateY(-3px);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.page-link {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 2px;
  line-height: 36px;
  width: 38px;
  color: #6E96AE;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.page-link:hover,
.page-link.active {
  background-color: #6E96AE;
  color: #fff;
}

.page {
  display: block;
  width: 100%;
  margin-top: 24px;
}

.pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.left-col ul.pagination {
  padding-left: 0 !important;
}

.row.fix-b {
  margin: 0 -10px;
  padding-bottom: 30px;
}

.row.fix-b .col-card {
  padding: 0 10px;
  margin-bottom: 20px;
}

.row.fix-b .card-info {
  padding: 15px;
}

.row.fix-b .card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 48px;
}

.speaker-box {
  display: flex;
}

.speaker-left {
  width: 33.3%;
  background: #F1F4F5;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.speaker-right {
  width: 66.6%;
  padding-left: 30px;
}

.face-box {
  width: 60%;
  height: 0;
  padding-top: 60%;
  margin: 10px auto 20px auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}

.item-list {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.1em;
  color: #666;
  border-radius: 30px;
  margin-bottom: 16px;
  background-image: url(../images/up-1.png);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 20px auto;
  padding: 0 20px;
  background-color: #eee;
}

.item-list:hover {
  color: #666;
  text-decoration: none;
  background-color: #e9e5e5;
}

.item-list.active {
  background-image: url(../images/up.png);
}

.item-box {
  display: none;
}

.item-box.active {
  display: block;
}

.table td,
.table th {
  border-color: #fff !important;
}

.table.fix {
  border-color: #fff !important;
}

.bg-blue {
  background-color: #DEE9F2;
  color: #364E5C;
  text-align: center;

}

.bg-gray {
  background-color: #F1F4F5;
  color: #666;
  border-color: #fff !important;
}

.tab-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin: 36px 0;
}

.tab-box {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 -1px;
  display: flex;
}

.tab-box li {
  width: 100%;
  padding: 0 1px;
}

.tab-box li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #666;
  background-color: #eee;
}

.tab-box li a:hover {
  color: #666;
  background-color: #e9e5e5;
  text-decoration: none;
}

.tab-box li a.active {
  background-color: #7FA1B5;
  color: #fff;

}

.tab-panel {
  display: none;
  padding: 24px 36px;
}

.tab-panel.active {
  display: block;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 36px;
}

.left-col h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 36px;
}

.left-col h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 18px;
}

.left-col h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 16px;
}

.left-col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #666;
  margin-bottom: 1em;
  text-align: justify;
}

.left-col ul,
.left-col ol {
  padding-left: 22px;
}

.ans {
  padding-left: 20px;
  margin-bottom: 16px;
}

.row {
  margin: 0;
}

.left-col {
  width: 66.6%;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #666;
}

.right-col {
  width: 33.3%;
  padding-left: 25px;
}

.back {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #364E5C;
  margin-bottom: 36px;
}

.back img {
  width: 22px;
  margin-right: 4px;
}

.back:hover {
  filter: grayscale(100%);
  text-decoration: none;
}

.bn-mask-1 {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}

.modal-mask.active {
  display: block;
}

.modal-mask {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal-box {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}

.modal-container {
  width: 100%;
  max-width: 600px;
  background-color: #f9f9fb;
  border-radius: 20px;
  position: relative;
  padding: 0;
  box-shadow: 0 1px 35px rgb(152 152 152 / 25%);
  opacity: 0;
}

.modal-mask.active .modal-container {
  animation: modal 1s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes modal {
  0% {
    opacity: 0;
    top: 5%;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.modal-close {
  width: 24px;
  height: 24px;
  background-image: url(../images/Close.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -26px;
  top: -26px;
  cursor: pointer;
  z-index: 9;
}

footer {
  padding: 12% 0 5% 0;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

footer a:hover {
  opacity: 0.8;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-info a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #59788B;
  display: inline-block;
  margin: 0 30px;
}

.footer-info a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-box {
  text-align: right;
}

.social-media a {
  display: inline-block;
  margin: 0 20px;
}

.social-media a img {
  width: 50px;
  height: 50px;
}

.play-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #40657B;
}

.play-btn img {
  width: 26px;
  height: auto;
  margin-left: 4px;
}

.play-btn:hover img {
  filter: brightness(0.8);
}

.play-btn:hover {
  color: #364E5C;
  text-decoration: none;
}

.media-title-box {
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% 1px;
  text-align: center;
  margin-bottom: 40px;
}

.media-title-box h3 {
  display: inline-block;
  padding: 0 5px 0 8px;
  background-color: #F7F8FA;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.1em;
  color: #395B70;
  margin-bottom: 0 !important;
}

.more-box {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px;
}

.more-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.1em;
  display: inline-block;
  background-color: #DEE9F2;
  border-radius: 30px;
  padding: 0 40px;
  color: #59788B;

}

.more-box a:hover {
  text-decoration: none;
  background-color: #d4e6f5;
}

.row.fix {
  margin: 0 -20px;
}

.col-card {
  width: 33.3%;
  padding: 0 25px;
  margin-bottom: 50px;
}

.card-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.25);
  border-radius: 10px;
}

.card-date {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #999;
  height: 44px;
  margin-bottom: 12px;
}

.card-date span {
  display: inline-block;
}

.sicon {
  height: 20px;
  margin-right: 6px;
}

.card-pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

div.card-pic:hover {
  background-size: 102% auto;
}

.card-pic:hover {
  background-size: 105% auto;
}

.card-info {
  padding: 20px;
}

.card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #364E5C;
  height: 64px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
}

.card-title a{
    color: #364E5C;
}

.radio-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.radio-group .radio-container {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  min-width: 90px;
  display: inline-block;
}

.radio-container input {
  cursor: pointer;
  position: relative;
  z-index: -1;
  opacity: 0;
}

.radio-container .radio-btn {
  display: block;
  width: 100%;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  color: #59788B;
  border-radius: 30px;
  cursor: pointer;
  background-color: #DEE9F2;
  margin-top: -20px;
}

.radio-container input:checked+.radio-btn {
  border: 1px solid #6E96AE;
  color: #6E96AE;
  background: #fff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.4;
}

select.form-input {
  width: auto;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/dw.png);
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: 20px auto;
  color: #6E96AE;
}

.container-main {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

h3.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.1em;
  color: #395B70;
  margin-bottom: 40px;
}

.filter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.input-col {
  width: 180px;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}

.input-col span {
  font-size: 16px;
  color: #6E96AE;
  position: absolute;
  top: 7px;
  left: 30px;
  background-color: #fff;
  padding: 5px;
}

.input-col:hover span,
.date-mask.active {
  display: none;
}

::placeholder {
  color: #6E96AE;
}

.show-xs {
  display: none;
}

.icon-btn {
  width: 52px;
  height: 52px;
  background-color: #6E96AE;
  background-image: url(../images/Search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38px auto;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
}

.icon-btn:hover {
  background-color: #40657B;
}

.slogan-box {
  width: 50%;
  padding: 0 20px;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(20%, -50%);
  z-index: 9;
}

.slogan-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.1em;
  color: #40657B;
  margin-bottom: 22px;
}

.slogan-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #40657B;
  margin-bottom: 28px;
}

.search-group {
  max-width: 360px;
  position: relative;
}

.search-group input {
  background: #FFFFFF;
  border: 1px solid #6E96AE;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 22px;
  line-height: 60px;
}

.form-input {
  background: #FFFFFF;
  border: 1px solid #6E96AE;
  border-radius: 30px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 48px;
  color: #6E96AE;
  height: 48px;
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 15px #6E96AE;
}

.search-box {
  width: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  padding: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(222, 233, 242, 0.9);
  z-index: 99;
}

.search-box input {
  max-width: 30%;
}

.search-box.active {
  display: flex;
}

header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.banner {
  position: relative;
  overflow: hidden;
}

.bn-bg {
  width: 56%;
  position: absolute;
  left: 0;
  top: 0;
}

.bn-mask {
  width: 100%;
  position: relative;
  z-index: 3;
}

.container-box {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}

.menu {
  display: inline-block;
}

.logo {
  display: inline-block;
  width: 196px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.menu a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #2A2A2A;
  margin-left: 36px;
}

.menu a:hover {
  color: #395B70;
  text-decoration: none;
}

.dark-btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.1em;
  background: #6E96AE;
  border-radius: 24px;
  padding: 0 30px;
  white-space: nowrap;
  outline: none;
  border: none;
}

.out-btn {
  display: inline-block;
  color: #7FA1B5;
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 24px;
  padding: 0 30px;
  white-space: nowrap;
  outline: none;
  border: solid 1px #7FA1B5;
}

.dark-btn:hover {
  color: #fff;
  background: #54768b;
  text-decoration: none;
}

.dark-btn.finish {
  background-color: #C5C8CA;
  color: #FFF;
  /*pointer-events: none;*/
  /*cursor: default;*/
}

.dark-btn.full {
  background-color: #fff;
  color: #364E5C;
  border: solid 1px #364E5C;
  pointer-events: none;
  cursor: default;
}

.dark-btn.registered {
  background-color: #DEE9F2;
  color: #59788B;
  pointer-events: none;
  cursor: default;
}

#apply-ser {
  margin-left: 36px;
}

.ml-x {
  margin-left: 30px;
}

@media (max-width:1024px) {
  .slogan-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
  }

  .slogan-text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .search-group {
    max-width: 220px;
    position: relative;
  }

  .search-group input {
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
  }

  .icon-btn {
    width: 32px;
    height: 32px;
    background-size: 24px auto;
  }

  .radio-group {
    margin-bottom: 30px;
  }

  .row.fix {
    margin: 0 -10px;
  }

  .col-card {
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width:768px) {
  body {
    padding-top: 60px;
  }

  .form-col {
    width: 100%;
    padding: 0 10px 0 0;
  }

  .modal-container.lg {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 0;
    box-shadow: 0 1px 35px rgb(152 152 152 / 25%);
    opacity: 0;
    background-image: url(../images/bg-1.png), url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top -20px center, bottom -20px center;
    background-size: 768px auto;
    padding: 140px 10px 160px 20px;
  }

  .right-col {
    width: 100%;
    padding-left: 0;
    order: 1;
  }

  .left-col {
    width: 100%;
    padding-right: 0;
    order: 2;
    padding-top: 20px;
  }

  header {
    width: 100%;
    height: 60px;
  }

  .col-card {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .radio-group {
    margin-bottom: 30px;
    justify-content: flex-start;
  }

  .radio-group .radio-container {
    margin-left: 0;
    margin-right: 6px;
    width: auto;
    min-width: 60px;
    display: inline-block;
  }

  .radio-container .radio-btn {
    display: block;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
  }

  .ml-x {
    margin-left: 10px;
  }

  .container-box {
    height: 60px;
  }

  .logo {
    width: 145px;
    top: 13px;
  }

  .dark-btn {
    font-size: 14px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 20px;
  }

  .out-btn {
    font-size: 14px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 20px;
  }

  .btn-box button {
    margin: 0 5px;
    min-width: 120px;
  }

  .form-input {
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }

  .search-box input {
    max-width: calc(50% - 46px);
    font-size: 13px;
    padding: 0 20px;
  }

  .search-box {
    padding: 10px;
    top: 60px;
    left: 0;
    z-index: 999;
  }

  #apply-ser {
    margin-left: 0;
    position: absolute;
    right: 56px;
  }

  .menu {
    width: 100%;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: rgba(222, 233, 242, 0.9);
    z-index: 999;
  }

  .menu.active {
    display: block;
  }

  .menu a {
    font-size: 14px;
    line-height: 40px;
    display: block;
    margin-left: 0;
    text-align: center;
    border-bottom: dashed 1px #7FA1B5;
  }

  .menu a:last-child {
    border-bottom: none;
  }

  .button_container {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 18px;
    width: 22px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
  }

  .button_container:hover {
    opacity: .9;
  }

  .button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background-color: #221814;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #221814;
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #221814;
  }

  .button_container span {
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
    background-color: #221814;
  }

  .button_container span:nth-of-type(2) {
    top: 8px;
  }

  .button_container span:nth-of-type(3) {
    top: 16px;
  }

  .hide-xs {
    display: none;
  }

  .show-xs {
    display: block;
  }

  .slogan-box {
    width: 50%;
    padding: 0 20px 0 10px;
    position: absolute;
    top: 36%;
    transform: translate(0, -50%);
    z-index: 9;
  }

  .slogan-title {
    font-size: 24px;
  }

  .input-col span {
    top: 3px;
    left: 30px;
    font-size: 14px;
  }

  footer {
    padding: 14% 0 5% 0;
  }

  .footer-info a {
    font-size: 15px;
    line-height: 20px;
    margin: 0 10px;
  }

  .footer-info a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    transform: translateY(-3px);

  }

  .footer-info {
    margin-bottom: 10px;
  }

  .social-media a {
    margin: 0 15px;
  }

  .social-media a img {
    width: 30px;
    height: 30px;
  }

  h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 24px;
  }

  .class-title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 16px;
  }

  .class-info {
    padding: 16px;
  }

  .class-left {
    width: 30px;
  }

  .sticky-btn {
    width: 120px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 99;
  }

  .back {
    margin-bottom: 24px;
  }
}

@media (max-width:430px) {
  .tab-box {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: auto;
    border-radius: 15px 15px 0 0;
  }

  .tab-box li {
    display: inline-block;
    width: auto;
    padding: 0 1px;
    min-width: 100px;
  }

  .tab-box li:first-child a {
    border-top-left-radius: 15px;
  }

  .tab-box li:last-child a {
    border-top-right-radius: 15px;
  }

  footer {
    padding: 60px 0 20px 0;
    background-size: 430px auto;
  }

  .input-col span {
    top: 3px;
    left: 10px;
    font-size: 14px;
    border-radius: 10px;
    padding-left: 15px;
  }

  .hide-ss {
    display: none;
  }

  .show-ss {
    display: block;
  }

  .row.fix {
    margin: 0;
  }

  .col-card {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .card-info {
    padding: 15px;
  }

  .card-date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .sicon {
    height: 17px;
    margin-right: 4px;
  }

  .card-title {
    font-size: 16px;
    line-height: 26px;
    color: #364E5C;
    height: 52px;
    margin-bottom: 8px;
  }

  .slogan-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .search-group input {
    padding: 0 15px;
    font-size: 14px;
    line-height: 38px;
  }

  .icon-btn {
    width: 32px;
    height: 32px;
    background-size: 20px auto;
    top: 4px;
    right: 4px;
  }

  .filter-box {
    margin: 0 -5px;
  }

  .input-col {
    width: 50%;
    padding: 0 5px;
  }

  h3.title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .form-input.date-icon {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/date.png);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 18px auto;
    padding-left: 1px !important;
  }

  select.form-input {
    background-image: url(../images/dw-1.png);
  }

  .radio-group {
    width: calc(100% + 40px);
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 20px;
    margin: 0 -20px 30px -20px;
  }

  .more-box {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .media-title-box h3 {
    padding: 0 5px 0 6px;
    font-size: 18px;
    line-height: 24px;
  }

  .media-title-box {
    margin-bottom: 30px;
  }

  .modal-box {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }

  .modal-close {
    width: 20px;
    height: 20px;
    right: 0;
    top: -24px;
  }

  .tab-panel {
    display: none;
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  .speaker-box {
    display: block;
  }

  .speaker-left {
    width: 100%;
  }

  .speaker-right {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }

  .tab-card {
    margin: 20px 0;
  }

  .modal-container.lg {
    background-repeat: no-repeat;
    background-position: top -20px center, bottom -20px center;
    background-size: 430px auto;
    padding: 60px 10px 70px 20px;
  }

  .modal-inner-box {
    max-height: calc(80vh - 130px);
    overflow-y: auto;
  }

  .col {
    padding: 0;
  }

  .add-box a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 25px;
  }

  thead {
    display: none;
  }

  .bg-gray {
    background-color: #fff;
    color: #666;
    border: none;
  }

  .table {
    border: none;
  }

  .table tr {
    display: block;
    border: solid 1px #eee !important;
    padding: 10px !important;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .table tr:last-child {
    margin-bottom: 0;
  }

  .table td {
    display: block;
    padding: 0;
    text-align: left;
    color: #7FA1B5;
    font-weight: 400;
    font-size: 14px;
  }

  .table td.fix-weight {
    color: #364E5C;
    font-size: 15px;
    font-weight: 700;
  }

  .table td:last-child {
    text-align: left;
    margin-top: 5px;
  }

  .table tr:nth-child(even) {
    background-color: #fff;
  }

  .left-col p {
    font-size: 14px;
  }

  .table .fix-weight span {
    font-size: 11px;
    display: block;
    font-weight: 400 !important;
    color: #7FA1B5;
  }
}

@media (max-width:375px) {
  .search-box input {
    padding: 0 10px;
  }

  .footer-info a {
    font-size: 14px;
    margin: 0 5px;
    white-space: nowrap;
  }
}
