@charset "UTF-8";
@import url("font.css");
@import url("layout.css");

p,
dl,
dd,
ul {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
}
a {
  color: var(--dark);
  text-decoration: none;
}
a:hover {
  color: var(--dark);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: var(--dark);
  text-decoration: none;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
.btn {
  font-family: var(--point-font);
  letter-spacing: 1px;
}
.btn.btn-write {
  width: 100px;
}

td.left {
  text-align: left !important;
}
td.right {
  text-align: right !important;
}
td.center {
  text-align: center !important;
}

.c-blue {
  color: #0064d7;
}
.c-red {
  color: #ff0000;
}

.input {
  padding: 7px 15px;
  font-size: var(--font-size14);
}
.select {
  padding: 7px 15px;
  font-size: var(--font-size14);
}
.input-lg {
  padding: 13px 18px;
}
.select-lg {
  padding: 13px 18px;
}
.text-muted {
  color: grey;
}

.guide-text-red {
  color: var(--red);
  display: block;
  padding-top: 10px;
}

.img-pc {
  display: block;
}
.img-ta {
  display: none;
}
.img-mo {
  display: none;
}

.br-pc {
  display: block;
}
.br-mo {
  display: none;
}

.container {
  padding: 50px 0 70px 0;
  max-width: 1200px;
  min-height: calc(100vh - 200px);
}

.table-bordered {
  margin-bottom: 0;
}
.table-bordered thead tr th {
  text-align: center;
  background: #f5f6f9;
}
.table-bordered tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 16px;
}
.table.table-bordered > :not(:first-child) {
  border-top: 1px solid #ced2e0;
}
.table .list-view tr td {
  font-size: 14px;
  padding: 20px 20px;
}
.table .list-view tr td.left {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.table .list-view tr td.mh200 {
  min-height: 200px;
}
.member-wrapper {
  min-height: calc(100vh - (70px * 2));
  padding: 0 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-wrapper .member-warp {
  width: 100%;
  max-width: 520px;
  padding: 50px 70px;
  border-radius: 30px;
  border: 1px solid #ced2e0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.member-wrapper .member-warp .member-warp-title {
  font-size: var(--font-size18);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.member-wrapper .member-warp .member-warp-title .logo {
  width: 300px;
  margin: 0 auto 10px auto;
}
.member-wrapper .member-warp .member-warp-title .logo img {
  width: 100%;
}
.member-wrapper .member-warp .member-warp-text {
  margin-bottom: 20px;
  word-break: keep-all;
  text-align: center;
}
.member-wrapper .member-warp .member-type {
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
}
.member-wrapper .member-warp .member-input-group ul {
  margin-bottom: 10px;
}
.member-wrapper .member-warp .member-input-group ul li {
  margin-bottom: 10px;
}
.member-wrapper .member-warp .member-input-group .btn {
  height: 60px;
  font-weight: 600;
}
.member-wrapper .member-warp .member-input-group .form-control {
  width: 100%;
  font-size: var(--font-size16);
  height: 50px;
  padding: 0px 12px 0px 15px;
  border-radius: 4px;
  border: 1px solid #ced2e0;
  background: #fff;
}
.member-wrapper .member-warp .member-link {
  margin-top: 15px;
  font-size: var(--font-size15);
  color: #3f3f44;
  display: flex;
  justify-content: flex-start;
}
.member-wrapper .member-warp .member-link a:hover {
  color: var(--primary);
}
.member-wrapper .member-warp .member-link .find-password {
  margin-right: auto;
}
.member-wrapper .member-warp .form-check label {
  cursor: pointer;
}

.form-check {
  margin-bottom: 0rem;
  height: 24px;
}
.form-check .form-check-input {
  position: relative;
  top: 1px;
}
.form-check .form-check-label {
  line-height: 24px !important;
}

.error-cont-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - (1.625rem * 2));
}
.error-cont-area dl {
  text-align: center;
}
.error-cont-area dl dt {
  max-width: 300px;
  width: 70%;
  margin: 0 auto 30px auto;
}
.error-cont-area dl dt img {
  width: 100%;
}
.error-cont-area dl dd {
  font-size: var(--font-size16);
  padding: 0 30px;
  word-break: keep-all;
  line-height: 160%;
}
.error-cont-area dl dd p {
  font-size: var(--font-size28);
  margin: 0 0 10px 0;
  font-weight: 700;
}
.error-cont-area dl dd .btn {
  max-width: 200px;
  width: 100%;
}
.error-cont-area dl dd a {
  background: #fffecd;
  color: #000;
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
}
.error-cont-area dl dd a:hover {
  color: #000;
}
.error-cont-area .btn-warp {
  margin-top: 30px;
}

.find-data-warp {
  padding: 70px 30px 100px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.find-card-area {
  padding: 50px 30px;
  border-radius: 10px;
  border: 1px solid #ced2e0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.find-card-area h3 {
  font-size: var(--font-size28);
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.find-card-area .login-card-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.find-card-area .login-card-input input {
  width: 300px;
  height: 50px;
  padding: 0px 12px 0px 15px;
}
.find-card-area .login-card-input button {
  margin-top: 10px;
}
.find-card-area .login-card-input em {
  font-size: 11px;
  color: var(--red);
  min-height: 31px;
}

.main-warp a {
  cursor: pointer;
}
.main-warp .main-slider {
  background: var(--primary);
  text-align: center;
}
.main-warp .main-slider img {
  max-width: 1200px;
}
.main-warp .main-container {
  width: 100%;
  padding: 50px 0;
}

.main-banner-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 기본 4개 */
  gap: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.main-banner-card {
  display: flex;
  flex-direction: column; /* 기본: 세로 정렬 */
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 10px;
  flex: 1;
  border-radius: 30px;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  text-align: center;
}

.main-banner-card .icon {
  width: 150px;
  margin: 0 auto;
}

.main-banner-card .icon img {
  width: 100%;
}

.main-banner-card .text {
  color: #444;
  font-family: var(--point-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  word-break: keep-all;
}
.main-banner-card .text {
  color: #444;
  font-family: var(--point-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  word-break: keep-all;
}
.main-banner-card.banner01 {
  border-color: #ccf9ec;
  background: #f1fffb;
}
.main-banner-card.banner02 {
  border-color: #fff59e;
  background: #fffef4;
}
.main-banner-card.banner03 {
  border-color: #d1f0ff;
  background: #ecf9ff;
}
.main-banner-card.banner04 {
  border-color: #ffedde;
  background: #fff6ee;
}

.main-lst-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 30px 30px 30px;
  align-self: stretch;
  border-radius: 70px;
  background: #e5f5ee;
}
.main-lst-box h3 {
  text-align: center;
  width: 100%;
  font-size: var(--font-size24);
  margin-bottom: 25px;
  line-height: 100%;
  font-size: var(--font-size24);
  font-weight: 500;
  position: relative;
}
.main-lst-box h3 a.main-list-more {
  font-size: var(--font-size14);
  position: absolute;
  right: 5px;
  top: 3px;
  color: rgba(0, 0, 0, 0.5);
}
.main-lst-box h3 a.main-list-more::after {
  content: "+";
  padding-left: 5px;
  font-size: var(--font-size24);
  font-weight: 300;
  position: relative;
  top: 4px;
}
.main-lst-box .main-notice-list {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}
.main-lst-box .main-notice-list a {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 30px 30px 23px 30px;
  display: block;
  width: 33.3333%;
  height: 100%;
}
.main-lst-box .main-notice-list dl {
  display: flex;
  flex-direction: column;
}
.main-lst-box .main-notice-list dl .icon-notice {
  background: url(../images/recent_post_notice.svg) no-repeat;
  background-size: 41px;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  background: #fff;
}
.main-lst-box .main-notice-list dl dt {
  font-size: var(--font-size18);
  line-height: 120%;
}
.main-lst-box .main-notice-list dl dd {
  font-size: var(--font-size12);
  color: #6c747a;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
}
.main-lst-box .main-notice-list dl dd.up-date {
  text-align: right;
  line-height: 100%;
}
.main-lst-box.notice {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
}
.main-lst-box.faq {
  display: flex;
  width: 40%;
  max-width: 440px;
  flex-direction: column;
  justify-content: normal;
  align-items: flex-start;
  align-self: stretch;
  background: #fdf3e5;
}
.main-lst-box.faq .main-faq-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.main-lst-box.faq .main-faq-list .faq-list {
  display: flex;
  padding: 22px 30px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 50px;
  gap: 10px;
  background: #fff;
  font-size: var(--font-size18);
  line-height: 120%;
}
.main-lst-box.faq .main-faq-list .faq-list span {
  font-weight: 500;
}
.main-lst-box.faq .main-faq-list .faq-list i {
  padding-bottom: 2px;
}
.main-lst-box.notice h3 {
  color: #009858;
}
.main-lst-box.faq h3 {
  color: #f08500;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--IHFB-bordercolor01, #ced2e0);
  background: #fff;
  height: 60px;
  padding: 0 20px;
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.03) inset,
    0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.header .header-area {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-menu .nav {
  display: flex;
  justify-content: right;
  gap: 30px;
}
.header .header-menu .nav .menu a {
  color: var(--dark);
  font-family: var(--point-font);
  font-size: var(--font-size16);
  font-weight: 500;
  line-height: 100%;
}
.header .header-menu .nav .menu a:hover {
  font-weight: 700;
}
.header .header-menu .nav .menu.active a {
  font-weight: 700;
  color: #0064d7;
}
.header .header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.header .header-logo .logo-img {
  background: url(../images/logo.png) no-repeat 50% 50%;
  background-size: cover;
  width: 277px;
  display: inline-block;
  height: 40px;
  font-size: 0;
}
.header .header-logo .logo-text {
  font-family: var(--point-font);
  font-size: var(--font-size20);
  font-weight: 700;
  color: #0064d7;
}
.header-logo a {
  display: block;
  height: 30px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.footer {
  padding: 30px 0px;
  background: #282d35;
  color: #fff;
}
.footer .foot-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px auto;
  max-width: 1200px;
  font-size: var(--font-size16);
  font-weight: 300;
}
.footer .foot-area {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: block;
  padding: 20px 30px 0 30px;
}
.footer .foot-area .foot-cont {
  margin: 0 auto;
  max-width: 1200px;
  background: url(../images/logo_i-screammedia.png) no-repeat 0 50%;
  background-size: 120px;
  padding: 10px 0 0 150px;
}
.footer .foot-area .foot-cont p {
  margin-bottom: 5px;
}
.footer .foot-area .foot-cont p span {
  display: inline;
}
.footer .foot-area .foot-cont p span::before {
  content: "|";
  padding: 0 6px;
  opacity: 0.6;
  font-weight: 400;
}
.footer .foot-area .foot-cont p span:first-child::before {
  content: "";
  padding: 0 0;
}
.footer a {
  color: #fff;
}
.footer .cs-center span {
  font-family: var(--point-font);
  font-size: var(--font-size18);
  padding-left: 20px;
  display: inline-block;
}
.copyright {
  font-weight: 300;
  font-size: var(--font-size12);
}

.lnb-area {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  border-bottom: 1px solid #ced2e0;
}
.lnb-area .lnb-title {
  font-family: var(--point-font);
  font-size: var(--font-size30);
  font-weight: 600;
  line-height: 100%;
}
.lnb-area .lnb-nav {
  font-size: var(--font-size14);
}
.lnb-area .lnb-nav a,
.lnb-area .lnb-nav a:hover {
  color: var(--gray-500);
  font-weight: 400;
}
.lnb-area .lnb-nav a::after {
  content: "/";
  padding: 0 5px;
}
.lnb-area .lnb-nav strong {
  font-weight: 600;
}
.lnb-area.simple {
  padding-bottom: 15px;
  margin-bottom: 0;
  border: none;
}

.btn-warp {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  margin-top: 50px;
}
.btn-warp .btn {
  font-size: var(--font-size16);
  padding: 12px 20px;
  min-width: 200px;
  font-weight: 500;
}

.ispublic-check-area {
  display: inline-block;
}
.ispublic-check-box {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.ispublic-check-box .ispublic-check {
  position: absolute;
  top: 3px;
  left: 0;
}
.question-tooltip {
  position: relative;
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  padding: 2px 5px 0px 5px;
  border-radius: 20px;
  cursor: pointer;
}
.question-tooltip .tooltip-content {
  visibility: hidden;
  min-width: 200px;
  max-width: 350px;
  border-radius: 5px;
  background-color: var(--primary);
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: var(--font-size12);
  margin-top: 5px;
  z-index: 1;
  box-shadow: 0 17px 20px -18px rgba(0, 0, 0, 0.6);
  word-break: keep-all;
  font-weight: 400;
}
.question-tooltip:hover .tooltip-content {
  visibility: visible;
}
.question-tooltip.left .tooltip-content {
  top: -10px;
  right: 20px;
}

.guide-content-warp {
  display: flex;
  padding: 30px 0px 30px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cont-guide-area .icon-img-area {
  width: 230px;
  margin: 0 auto;
}
.cont-guide-area .icon-img-area img {
  width: 100%;
}
.cont-guide-area dl {
  max-width: 600px;
}
.cont-guide-area .guide-text {
  text-align: center;
}
.cont-guide-area .guide-text span {
  display: inline-block;
}
.cont-guide-area .guide-text .guide-text-box {
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 15px 20px 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  width: 100%;
}
.cont-guide-area .input-area {
  width: 100%;
  max-width: 400px;
}

.fix-quick-menu {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1;
  text-align: center;
  width: 90px;
}
.fix-quick-menu div:first-child {
  margin-bottom: 10px;
}
.fix-quick-menu .quick-img {
  width: 100%;
}

.join-step-warp {
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-step-warp .join-type-warp {
  width: 900px;
  margin: 0 auto;
}
.join-step-warp .join-type-warp .join-type-area {
  float: left;
  width: 400px;
  margin: 0 25px;
}
.join-step-warp .join-type-warp .join-type {
  position: relative;
  border: 3px solid #e2e2e2;
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  margin: 0 0 30px 0;
}
.join-step-warp .join-type-warp .join-type .join-type-title p {
  font-size: var(--font-size14);
  margin-bottom: 30px;
}
.join-step-warp .join-type-warp .join-type .img-area {
  display: block;
  opacity: 0.4;
  filter: grayscale(100%);
  width: 100px;
  margin: 0 auto;
}
.join-step-warp .join-type-warp .join-type .img-area img {
  width: 100%;
}
.join-step-warp .join-type-warp .join-type:hover {
  border: 3px solid var(--primary);
  color: #000;
}
.join-step-warp .join-type-warp .join-type:hover .join-type-title h5 {
  color: var(--primary);
}
.join-step-warp .join-type-warp .join-type:hover .img-area {
  opacity: 1;
  filter: grayscale(0);
}

.join-policy-warp .join-commont {
  background: var(--gray-800);
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.join-policy-warp .scroll-box-area {
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
  padding: 30px 20px 20px 20px;
}
.join-policy-warp .scroll-box-area .scroll-box-tit {
  color: #202530;
  font-size: var(--font-size22);
  font-weight: 700;
  padding: 0 5px;
  margin-bottom: 7px;
}
.join-policy-warp .scroll-box-area .scroll-box-tit span {
  font-size: var(--font-size14);
  padding-left: 5px;
}
.join-policy-warp .scroll-box-area .scroll-box {
  background: #fff;
  border: 1px solid #d5d5d5;
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
.join-policy-warp .scroll-box-area .scroll-box .scroll-box-text {
  padding: 30px;
  font-size: var(--font-size14);
  line-height: 160%;
  font-family: var(--font-sans-serif);
}
.join-policy-warp .scroll-box-area .agree-area {
  margin-top: 7px;
  display: flex;
  justify-content: end;
  font-size: var(--font-size16);
}

.all-check-area {
  display: flex;
  padding-top: 20px;
  font-size: var(--font-size16);
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid #ced2e0;
}
.mark-ess::after {
  content: "*";
  color: #ff0000;
  font-style: normal;
  padding-left: 5px;
}

.tab-menu {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tab-menu a {
  display: block;
  flex: 1;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--point-font);
  line-height: 100%;
  border: 1px solid #d5d5d5;
  border-right: none;
  color: rgba(0, 0, 24, 0.6);
  font-family: var(--point-font);
  font-size: var(--font-size15);
  font-weight: 500;
  background: #fafafa;
}
.tab-menu a.on {
  border-top: 3px solid #000;
  height: 60px;
  background: #fff;
  font-weight: 700;
  border-bottom: none;
  font-size: var(--font-size16);
  color: #000;
}
.tab-menu a:last-child {
  border-right: 1px solid #d5d5d5;
}

.cont-guide-box {
  display: flex;
  padding: 25px 20px;
  word-break: keep-all;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 5px solid #ecf8de;
  background: #f5fcec;
}
.cont-guide-box .img {
  margin-bottom: 15px;
}
.cont-guide-box .text {
  font-size: var(--font-size16);
  font-weight: 500;
  line-height: 140%;
}
.cont-guide-box .text span {
  font-size: var(--font-size18);
  font-weight: 700;
}
.cont-guide-box .text p {
  font-size: var(--font-size14);
  font-weight: 400;
}

.membership-card-area-title {
  padding: 50px 0 0px 0;
  text-align: center;
  margin-bottom: 0;
  line-height: 120%;
  font-size: var(--font-size30);
  font-weight: 500;
}
.membership-card-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 기본: 3개 */
  gap: 16px;
  box-sizing: border-box;
}

.membership-card-area .membership-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(13, 38, 76, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 120px;
}
.membership-card .card-title {
  display: flex;
  padding: 10px 50px 0px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.membership-card .card-title .course-type {
  display: flex;
  padding: 5px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #e6f0ff;
}
.membership-card .card-title h3 {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size20);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 130%;
}
.membership-card .card-cont {
  padding: 20px 0px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(58, 137, 255, 0.2);
  font-size: var(--font-size16);
}
.membership-card .card-cont h3 {
  text-align: center;
  font-size: var(--font-size20);
  padding: 15px 30px 10px 30px;
  font-weight: 600;
  line-height: 130%;
}
.membership-card .card-cont ul {
  margin-left: 20px;
  padding: 0 50px;
}
.membership-card .card-cont ul li {
  padding-bottom: 10px;
  list-style-type: disc;
}
.membership-card .card-cont ul li:last-child {
  padding-bottom: 0px;
}
.membership-card .application-date {
  width: 100%;
  padding: 12px 0px 10px 0px;
  text-align: center;
  background: #f5f9ff;
  color: var(--primary);
  border-bottom: 1px solid rgba(58, 137, 255, 0.2);
  font-size: var(--font-size16);
  font-weight: 400;
  line-height: 150%;
}
.membership-card .card-foot {
  display: flex;
  padding: 15px 0px 20px 0px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.membership-card .card-foot .attendance-status {
  font-size: var(--font-size16);
  line-height: 150%;
}
.membership-card .card-foot .btn {
  padding: 8px 20px;
}
.membership-card .card-foot .btn.off {
  cursor: default;
  background: var(--gray-300);
  border-color: var(--gray-300);
}
.membership-card .card-foot.attendance {
  background: #f5f9ff;
}
.attendance-status span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}
.attendance-status .present {
  color: var(--blue);
}
.attendance-status .absent {
  color: var(--red);
}
.attendance-status .late {
  color: var(--orange);
}
.attendance-status .early {
  color: var(--green);
}
.attendance-status .earlylate {
  color: var(--purple);
}
.board-list-top {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.board-list-top .board-srch-area .list-search-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.board-list-top .board-srch-area .list-search-group .btn-outline-primary {
  font-size: var(--font-size14);
  padding: 7px 20px;
  min-width: 100px;
}
.board-list-top .board-srch-area .list-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.board-list {
  min-height: 500px;
}

.table-area table.two-area-column th {
  width: 20%;
  min-width: 120px;
}
.table-area table.two-area-column td {
  width: auto;
}
.table-area table {
  width: 100%;
  font-family: var(--font-sans-serif);
  border-top: 1px solid #dddddd;
}
.table-area table.top-line {
  border-top: 1px solid var(--gray-500);
}
.table-area table thead tr th {
  padding: 15px 10px;
  background: #f5f6f9;
  border-top: 1px solid #ced2e0;
  border-right: 3px solid #fff;
}
.table-area table thead tr th:last-child {
  border-right: 0;
}
.table-area table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.table-area table tbody tr th {
  padding: 20px 10px;
  background: #f6f7f9;
  font-weight: 500;
}
.table-area table tr th,
.table-area table tr td {
  padding: 20px 0px;
  text-align: center;
}
.table-area table tr th {
  color: #202530;
  font-weight: 500;
  font-size: var(--font-size16);
}
.table-area table tr td {
  color: #222222;
  font-weight: 400;
  font-size: var(--font-size16);
}
.table-area table tr th.left,
.table-area table tr td.left {
  padding: 10px 20px;
  text-align: left;
}
.table-area table tr td.tit {
  font-size: var(--font-size16);
}
.table-area table tr td.number {
  color: rgba(34, 34, 34, 0.6);
}
.table-area table tbody tr.on td {
  background: rgba(255, 220, 40, 0.15);
  font-weight: 600;
}
.table-area table tbody tr.closing td {
  background: var(--gray-300);
  color: var(--gray-500);
}
.table-area table .company-name {
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}
.table-area table .company-name span {
  display: block;
}
.table-area table small {
  color: rgba(32, 37, 48, 0.3);
  font-size: var(--font-size12);
}
.table-area table tr.notice-top {
  border-top: 1px solid rgba(58, 137, 255, 0.2);
}
.table-area table tr.notice-top td {
  background: rgba(58, 137, 255, 0.07);
  font-weight: 500;
}
.table-area table.view {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.table-area .form-control {
  height: 35px;
  padding: 9px 15px 7px 15px;
  font-size: var(--font-size13);
}
.table-area .form-control::placeholder {
  color: #a9aeb5;
}
.table-area .form-select {
  height: 35px;
  padding: 9px 40px 7px 15px;
  font-size: var(--font-size13);
}
.table-area .form-control.inline {
  display: inline-block;
}
.table-area .input-group .btn {
  height: 35px;
  padding: 0 30px;
  min-width: auto;
  font-weight: 500;
  font-size: var(--font-size14);
}

.table-in-form .only-text {
  height: 37.5px;
  line-height: 40px;
}
.table-in-form .form-check-label {
  line-height: 29px;
}
.table-in-form .form-check {
  margin-bottom: 0;
}

.join-step-box {
  padding: 0 0 30px 0;
}
.join-step-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-step-box ul li {
  width: 400px;
  position: relative;
}
.join-step-box ul.step-two li {
  width: 600px;
}
.join-step-box ul li .svg-area {
  z-index: 1;
  position: absolute;
  top: 1px;
  width: 22px;
  height: 48px;
  overflow: hidden;
}
.join-step-box ul li .svg-area.icon-right {
  right: -21px;
}
.join-step-box ul li .svg-area.icon-left {
  left: 0px;
}
.join-step-box ul li .svg-area svg {
  width: 23px;
  height: 48px;
  fill: #ffffff;
  stroke: #ced2e0;
}
.join-step-box ul li.on .svg-area.icon-right svg {
  width: 23px;
  height: 48px;
  fill: var(--primary);
  stroke: var(--primary);
}
.join-step-box .join-step {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #b2b2ba;
  border: 1px solid #ced2e0;
  border-right: none;
  font-size: var(--font-size18);
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-step-box .join-step .join-step-text {
  text-align: center;
  font-size: var(--font-size16);
  font-weight: 500;
}
.join-step-box .join-step .join-step-text strong {
  font-weight: 400;
  margin-bottom: 5px;
  padding-right: 5px;
}
.join-step-box li.on .join-step {
  color: #000018;
  background: var(--primary);
  color: #fff;
}
.join-step-box ul li.on svg.icon-right {
  fill: var(--primary);
  stroke: var(--primary);
}
.join-step-box ul li:last-child {
  border-right: 1px solid #ced2e0;
}

.join-step-warp {
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-step-warp .join-type-warp {
  width: 900px;
  margin: 0 auto;
}
.join-step-warp .join-type-warp .join-type-area {
  float: left;
  width: 400px;
  margin: 0 25px;
}
.join-step-warp .join-type-warp .join-type {
  position: relative;
  border: 3px solid #e2e2e2;
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  margin: 0 0 30px 0;
}
.join-step-warp .join-type-warp .join-type .join-type-title p {
  font-size: var(--font-size14);
  margin-bottom: 30px;
}
.join-step-warp .join-type-warp .join-type .img-area {
  display: block;
  opacity: 0.4;
  filter: grayscale(100%);
  width: 100px;
  margin: 0 auto;
}
.join-step-warp .join-type-warp .join-type .img-area img {
  width: 100%;
}
.join-step-warp .join-type-warp .join-type:hover {
  border: 3px solid var(--primary);
  color: #000;
}
.join-step-warp .join-type-warp .join-type:hover .join-type-title h5 {
  color: var(--primary);
}
.join-step-warp .join-type-warp .join-type:hover .img-area {
  opacity: 1;
  filter: grayscale(0);
}

.pagination-area {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.pagination {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ced2e0;
  border-radius: 4px;
  line-height: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
}
.pagination li.active a {
  background: var(--primary);
  font-weight: 700;
}

.term-box {
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
  padding: 40px 30px 40px 30px;
  margin-top: 20px;
}
.term-box .term-cont {
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 40px;
  font-size: var(--font-size14);
  line-height: 160%;
}
.term-cont .tit {
  margin: 30px 0 10px 0;
  font-size: var(--font-size16);
}
.term-cont .tit:first-child {
  margin: 0 0 5px 0;
}
.term-cont .text-indent {
  padding: 5px 0px 5px 0px;
  font-size: var(--font-size14);
}
.term-cont .table {
  margin-top: 10px;
  border: 1px solid #ccc;
}
.term-cont .table th {
  background: #f8f8f8;
  text-align: center;
}
.term-cont .table td {
  text-align: center;
  border-right: 1px solid #ccc;
}
.term-cont .table th.tbl-tit {
  background: #f3f3f3;
  text-align: center;
  width: 150px;
  vertical-align: middle;
  line-height: 120%;
}
.term-cont .term-update-cont {
  margin-top: 20px;
}

.term-nav-box {
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 10px 0;
}
.term-nav-box ul {
  clear: both;
  overflow: hidden;
}
.term-nav-box ul li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 5px 0;
}
.term-nav-box ul li a:hover {
  color: var(--primary);
}

.term-cont h5 {
  margin: 30px 0 0px 0;
  color: #132032;
}
.term-cont h5:first-child {
  margin: 0 0 0 0;
}
.term-cont h6 {
  margin: 30px 0 5px 0;
}
.term-cont h6.first-child {
  margin: 0 0 5px 0;
}

.pagination .prev a,
.pagination .next a {
  background-color: transparent;
  color: var(--primary);
  width: 20px;
}
.pagination .prev.off a,
.pagination .next.off a {
  color: #ced2e0;
}

.article-area {
  min-height: 500px;
}
.article-area .article-header {
  border-bottom: 1px solid var(--gray-500);
  margin-bottom: 50px;
}
.article-area .article-header h3 {
  margin-bottom: 20px;
  font-weight: 600;
}
.article-area .article-header h3 em {
  color: var(--gray-500);
  padding-right: 10px;
}
.article-area .article-header .article-info {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.article-area .article-header .article-info p {
  vertical-align: bottom;
  font-size: var(--font-size16);
}
.article-area .article-header .article-info p > span:not(:last-child):after {
  content: "|";
  padding: 0 10px;
  color: var(--gray-500);
}
.article-area .answer-area {
  border: 1px solid var(--gray-300);
  margin-top: 50px;
}
.article-area .answer-area .answer-info {
  background: var(--gray-200);
  padding: 10px 20px;
}
.article-area .answer-area .answer-info p span {
  font-size: 0.875em;
  margin-left: 5px;
}
.article-area .answer-area .answer-content {
  padding: 0px 20px 0px 20px;
}

.article-btn-area {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}
.article-btn-area .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 38px;
  padding: 0 30px;
  line-height: 100%;
  min-width: auto;
  font-weight: 500;
}
.board-write-area .board-write-info {
  display: flex;
  padding: 10px 20px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  background: var(--gray-200);
  border: 1px solid var(--gray-300);
}
.board-write-area .board-write-info .write-author {
  display: inline-block;
}
.board-write-area .board-write-info .write-author input {
  display: inline-block;
  margin-left: 10px;
  width: 150px;
  background: #fff;
}
.board-write-content .board-write-title {
  padding: 10px 20px;
  margin-bottom: 10px;
}
.board-write-content .board-write {
  height: 300px;
  margin-top: 10px;
  padding: 20px;
}
.btn-listdata-del {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/icon_del.svg) no-repeat 50% 50%;
  background-size: 14px;
}
.w-auto {
  width: auto;
}

.carousel-cont {
  width: 100%;
  text-align: center;
}
.carousel-cont img {
  width: 100%;
  max-width: 1200px;
}

.modal-title {
  font-size: var(--font-size24);
  font-weight: 600;
}
.modal-body {
  padding: 30px;
}
.modal-footer {
  padding: 15px 20px;
}
.modal-footer .btn {
  padding: 8px 20px;
  width: auto;
  min-width: 120px;
}
.modal-footer.center {
  justify-content: center;
}
.modal .pop-find-id {
  text-align: center;
  font-size: var(--font-size16);
  padding: 20px 0;
}
.modal .pop-find-id p {
  margin-bottom: 15px;
}
.modal .pop-find-id .id-view {
  color: var(--primary);
  font-weight: 700;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(58, 137, 255, 0.1);
  font-size: var(--font-size24);
}
.calendar-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
  max-width: 400px;
  margin-right: 8px;
  white-space: normal;
}

.calendar-legend .legend-item {
  display: inline-flex;
  align-items: center;
  margin: 0; /* remove any outer margin */
  padding: 0; /* no extra padding */
  line-height: 1.3;
}

.calendar-legend .legend-item + .legend-item {
  margin-top: 0; /* ensure no vertical gap between them */
}

.calendar-legend .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.calendar-srch-area {
  display: flex;
  height: 80px;
  padding: 0 30px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  border-radius: 10px;
  background: #0064d7;
}
.calendar-srch-area .form-area {
  flex: 1;
}
.calendar-srch-area .form-area label {
  margin-bottom: 0px;
  line-height: 100%;
  font-weight: 500;
}
.calendar-srch-area .form-area dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.calendar-srch-area .form-area dl {
  color: #fff;
  flex: 0;
  color: #fff;
  font-family: var(--point-font);
  font-size: var(--font-size18);
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-srch-area .form-area dl dd {
  flex: 1;
}

.legend-item-guide {
  text-align: right;
  margin-bottom: 30px;
}

.join-step-warp .term-box {
  background: none;
  border: none;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
}
.join-step-warp .term-box .term-cont {
  background: #fff;
  border: none;
  padding: 0px;
  font-size: var(--font-size14);
  line-height: 160%;
}
.join-step-warp .term-box .term-cont h5 {
  display: none;
}
.join-step-warp .term-box .term-cont h6:first-child {
  margin: 0px 0 5px 0;
}
.join-step-warp .term-nav-box {
  display: none;
}

.qna-comment-area {
  padding: 0px 0px;
}
.qna-comment-area .table-bordered > :not(caption) > * {
  border-width: 0px 0;
}
.qna-comment-area .table-bordered td,
.qna-comment-area .table-bordered th {
  border: none;
}

.carousel-item.visualbg {
  aspect-ratio: 1200 / 500;
  width: 100%;
  max-height: 500px;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease-in-out;
}
.carousel-item.visualbg .carousel-cont {
  padding: 0 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.carousel-item.visualbg .carousel-cont img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.carousel-item {
  display: none;
}
.carousel-item.active {
  display: block;
}

.suggestions-box {
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  display: none;
  z-index: 1000;
}
.suggestions-box div {
  padding: 8px;
  cursor: pointer;
}
.suggestions-box div:hover {
  background-color: #f0f0f0;
}
.li-sign-up-school-list.active {
  background-color: #f0f0f0;
  cursor: pointer;
}

.main-cardlist-area {
  background: #f7f9ff;
  margin-top: 50px;
  padding: 50px 30px;
}
.main-cardlist {
  --gap: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.mc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: #111;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.mc-card .tag-area {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.mc-card .tag {
  background: #f08500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  border-radius: 30px;
  width: 50px;
  height: 30px;
  color: #fff;
  font-size: var(--point-font);
  font-size: var(--font-size16);
}
.mc-card .tag.app {
  background: #00a160;
}
.mc-card .tag.deep {
  background: #0067b1;
}
.mc-card .mc-thumb {
  aspect-ratio: 16/10;
}
.mc-card .mc-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.mc-card:hover .mc-thumb img {
  transform: scale(1.05);
}
.mc-card .mc-body {
  padding: 25px;
}
.mc-card .mc-body .mc-title {
  font-size: var(--font-size18);
  font-weight: 700;
  margin-bottom: 0;
}
.mc-card .mc-body .mc-stage {
  margin-bottom: 10px;
}
.mc-card .mc-body .mc-stage span {
  margin: 0;
  margin-right: 5px;
  font-size: var(--font-size14);
  border: 1px solid #3f3f44;
  color: #3f3f44;
  line-height: 100%;
  padding: 1px 10px;
  border-radius: 30px;
}

.main-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0 30px 0;
}
.main-tabs__list {
  display: flex;
  gap: 10px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
  width: 100%;
  max-width: 1200px;
}
.main-tabs__tab {
  flex: 1;
  text-align: center;
  border: 1px solid #e6ecf5;
  background: #fff;
  color: #0b63e6;
  padding: 12px 0;
  border-radius: 12px;
  font-weight: 700;
  font-size: var(--font-size16);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.main-tabs__tab:focus-visible {
  outline: 3px solid rgba(11, 99, 230, 0.25);
  outline-offset: 2px;
}
.main-tabs__tab[aria-selected="true"] {
  background: #0b63e6;
  color: #fff;
  border-color: #0b63e6;
  box-shadow: 0 6px 16px rgba(11, 99, 230, 0.25);
}
.main-tabs__tab:not([aria-selected="true"]):hover {
  background: #e9f1ff;
  border-color: #d6e5ff;
}

.recent-board-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 100px 0;
}
.recent-board {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.recent-board__col {
  display: flex;
  flex-direction: column;
}
.recent-board__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.recent-board__title {
  font-size: var(--font-size26);
  font-weight: 700;
  margin: 0;
  font-family: var(--point-font);
}
.recent-board__more {
  font-size: var(--font-size13);
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  padding: 2px 10px;
  background: #b1b6c3;
  transition: background 0.2s ease;
}
.recent-board__more:hover {
  background: rgb(210, 208, 208);
}
.recent-board__list {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.recent-board__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}
.recent-board__list li:last-child {
  border-bottom: 1px solid #ddd;
}

.recent-board__list a {
  color: #222;
  font-size: var(--font-size18);
  text-decoration: none;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-board__list a:hover {
  text-decoration: underline;
}

.recent-board__list .date {
  font-size: var(--font-size16);
  color: #999;
  flex-shrink: 0;
  margin-left: 12px;
}

#calendar {
  max-width: 1200px;
  margin: 0 auto;
}

.register-calendar .fc .fc-daygrid-event {
  border: 0;
  padding: 0;
}
.register-calendar .fc .fc-daygrid-event .fc-event-main {
  padding: 0;
}
.register-calendar .fc-theme-standard .fc-popover {
  border-radius: 12px;
  overflow: hidden;
}

.register-calendar .fc-card {
  border-radius: 3px;
  border: 1px solid #e7f4da;
  background: #fafff5;
  padding: 6px;
  box-shadow: none;
  overflow: hidden;
}

.register-calendar .fc-event:hover,
.register-calendar .fc-card:hover {
  transform: scale(1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
  border: 2px solid #0067b1;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.fc-event.is-hovered,
.fc-card.is-hovered {
  border: 2px solid #0064d7;
  background-color: #f7fbff;
  box-shadow: 0 4px 10px rgba(0, 100, 215, 0.25);
  transform: scale(1.03);
  transition: all 0.15s ease-in-out;
  z-index: 10;
}

.register-calendar .fc-card-time {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  color: #222;
  margin-bottom: 2px;
}
.register-calendar .fc-card-time .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1976d2;
  display: inline-block;
}
.register-calendar .fc-card-title {
  font-size: var(--font-size12);
  font-weight: 600;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  white-space: normal;
}
.register-calendar .fc-card:hover .fc-card-title {
  font-weight: 700;
}
.register-calendar .fc-card-title .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1976d2;
  display: inline-block;
}
.register-calendar .fc .fc-daygrid-event:hover .fc-card {
  border-color: #d6ecd2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.register-calendar .fc-popover .fc-daygrid-event {
  margin: 6px 8px;
}

.register-calendar .fc-toolbar-chunk div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.register-calendar .fc-toolbar-chunk .fc-toolbar-title {
  font-family: var(--point-font);
  font-size: var(--font-size28);
  width: 200px;
  text-align: center;
  font-weight: 700;
}
.register-calendar .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px;
}
.register-calendar .fc .fc-daygrid-day-frame {
  min-height: 135px;
}

.register-calendar .fc .fc-daygrid-more-link {
  margin-top: 5px;
  color: #0c41ff;
}
.register-calendar .fc-button-primary {
  background-color: #0064d7;
  border-color: #0064d7;
  color: #fff;
  height: 35px;
  gap: 4px;
  padding: 3px 10px 5px 10px;
}
.register-calendar .fc-toolbar-chunk div .fc-button-primary {
  background: #fff;
  color: #0064d7;
}
.register-calendar .fc-toolbar-chunk div .fc-prev-button {
  border-radius: 6px 0 0 6px;
}
.register-calendar .fc-toolbar-chunk div .fc-next-button {
  border-radius: 0 6px 6px 0;
}
.register-calendar .fc-popover {
  opacity: 0 !important;
  pointer-events: none !important;
}
.register-calendar .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(0, 100, 215, 0.1);
}
.register-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: rgba(0, 100, 215, 1);
  font-weight: 700;
}

.register-calendar .is-closed {
  background: #efefef;
  border: 1px solid #d7d7d7;
}
.register-calendar .is-closed:hover {
  border: #d7d7d7;
  box-shadow: none;
}

.register-calendar .badge-closed {
  display: inline-block;
  padding: 1px 4px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
  background: #dc3545;
  color: #fff;
}
.register-calendar #dayRegisterMoreTableBody tr.is-closed td {
  color: #6c757d;
}

.register-calendar .is-closed .fc-card-time {
  color: rgba(0, 0, 0, 0.5);
}
.register-calendar .is-closed .fc-card-time .dot {
  background: rgba(0, 0, 0, 0.5) !important;
}
.register-calendar .is-closed .fc-card-title .dot {
  background: rgba(0, 0, 0, 0.5) !important;
}
.register-calendar .is-closed .fc-card-title {
  color: rgba(0, 0, 0, 0.5);
}

.register-calendar .fc .fc-daygrid-day.day-closed .fc-daygrid-day-frame {
  position: relative;
}
.register-calendar .fc .fc-daygrid-day.day-closed .fc-daygrid-day-bg::after {
  content: "";
  position: absolute;
  bottom: 10px;
  inset: 0;
  background: url(../images/day_closed.png) no-repeat;
  background-position: 95% 95%;
  background-size: 90px;
  z-index: 100;
  pointer-events: none;
}
.closed-class td {
  background: #e7e8ed;
  color: rgba(0, 0, 0, 0.3);
}
.closed-class .tooltip-area {
  display: none;
}
.closed-class-tag {
  background: #d40000;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  font-weight: 600;
  margin-right: 5px;
}

.btn-register {
  min-width: 200px;
}
.text-guide-box {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}

.tooltip-area {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.tooltip-area .tooltip-cont {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: var(--font-size14);
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.tooltip-area .tooltip-cont::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.tooltip-area .tooltip-btn {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #0067b1;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: var(--font-size13);
  color: #0067b1;
  transition: background 0.2s ease;
  margin-left: 10px;
}
.tooltip-area .tooltip-btn:hover {
  background: #dbe3ff;
}
.tooltip-area .tooltip-btn:hover + .tooltip-cont,
.tooltip-area:hover .tooltip-cont {
  opacity: 1;
  visibility: visible;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1976d2;
  display: inline-block;
}
.dot.red {
  background: #f02d2d;
}

#fcMoreModal .list-group-item {
  border: 1px solid #e9f3e6;
  border-radius: 12px;
  margin-bottom: 10px;
}

.fc-modal-item {
  padding: 8px 6px;
}
.fc-modal-item .time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}
.fc-modal-item .time .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1976d2;
  display: inline-block;
}
.fc-modal-item .title {
  font-size: 1rem;
  color: #222;
  word-break: keep-all;
}

.class-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.class-info-box h3 {
  text-align: center;
  font-size: var(--font-size24);
  font-weight: 600;
}
.class-info-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 17px 20px 15px 20px;
  background: #f6f6f6;
  border-radius: 12px;
}
.class-info-text dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: var(--font-size16);
}
.class-info-text dl dt {
  color: #6c757d;
  font-weight: 400;
  width: 60px;
}
.class-info-text dl dd {
  font-weight: 600;
}

.day-event-emptybox {
  font-size: var(--font-size20);
  color: #6c747a;
  padding: 20px 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.day-event-emptybox img {
  max-width: 120px;
}

.modal .btn-warp {
  margin-top: 30px;
}

.membership-status-box {
  font-family: var(--point-font);
  margin-bottom: 30px;
  background: linear-gradient(0deg, #0556bf, #0661d4);
  border-radius: 14px;
  padding: 15px 22px 15px 40px;
  color: #e8f3ff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15) inset;
  width: min(1200px, 96vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.membership-status-box .title {
  color: #fff;
  font-size: var(--font-size18);
  line-height: 100%;
}
.membership-status-box .title .name {
  font-weight: 700;
}
.membership-status-box .title .name::after {
  content: " 선생님";
  font-weight: 500;
}
.membership-status-box .divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.25);
}
.member-step-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.member-step-area .step-progress-box {display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 10px;
}

.step-progress-box .step-box {
  position: relative;
  border: 1px solid #00aeff;
  display: inline-flex;
  padding: 3px;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 6px;
  width: 130px;
}

.step-progress-box .step-box .node{
  font-size: var(--font-size13);
  color: rgba(0, 174, 255, 1);
  font-weight: 600;
  line-height: 100%;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.step-progress-box .step-box .label {
  width: 100%;
  border-radius: 4px;
  background: #00aeff;
  color: #0064d7;
  display: flex;
  line-height: 30px;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size18);
  font-weight: 600;
}
.step-progress-box .step-box .dot {
  position: absolute;
  top: 13px;
  left: -21px;
  z-index: 1;
  width: 30px;
  height: 20px;
  background: url(../images/stepbox_dot.png) no-repeat 50% 50%;
  background-size: cover;
}
.step-progress-box .step-box.active {
  border-color: #00dd25;
  background: #00dd25;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.step-progress-box .step-box.active .node {
  color: #fff;
}
.step-progress-box .step-box.active .label {
  color: #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.13);
  background-blend-mode: color-burn;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25) inset;
}
.step-progress-box .step-box.active .dot {
  background: url(../images/stepbox_dot_on.png) no-repeat 50% 50%;
  background-size: cover;
}

.member-badge-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.member-badge-area .badge-title {
  text-align: center;
  line-height: 100%;
}
.member-badge-area .badge-title .name {
  display: block;
  font-size: var(--font-size24);
  line-height: 30px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 5px;
  margin-bottom: 5px;
}
.member-badge-area .badge-title .name::after {
  content: " 선생님";
  font-weight: 500;
}
.member-badge-area .badge-title p {
  font-size: var(--font-size18);
  font-weight: 700;
  padding: 5px 0;
}
.member-badge-area .badge-title small {
  font-size: 10px;
}
.member-badge-area .badge {
  width: 60px;
  height: 60px;
  padding: 0 0 0 0;
  position: relative;
  display: grid;
  place-items: center;
}
.member-badge-area .badge img {
  width: 100%;
}

.badge-slider-area {
  /* width: min(600px, 48vw); */
  width: min(1200px, 96vw);
  margin: 24px auto;
  position: relative;
}
.sub-title-area{display: flex; justify-content: space-between; align-items: center;}
.sub-title {
  font-family: var(--point-font);
  font-size: var(--font-size18);
  font-weight: 700;
  margin-bottom: 0;
}
.sub-title .counting {
  font-weight: 600;
}
.sub-title .counting::before {
  content: "(";
}
.sub-title .counting::after {
  content: ")";
}

.badge-slider-area .swiper {
  padding: 8px 44px;
}
.badge-slider-area .swiper-slide {
  height: 128px;
  display: grid;
  place-items: center;
}
.badge-slider-area .badge-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  filter: none;
}
.badge-slider-area .badge-img.obtainable {
  filter: grayscale(0.9) contrast(1.05) brightness(1.02);
  opacity: 0.4;
}
.badge-slider-area .badge-unknown {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf4ff;
}
.badge-slider-area .badge-unknown i {
  font-style: normal;
  font-weight: 900;
  font-size: var(--font-size50);
  color: #ffffff;
}
.badge-slider-area .swiper-button-prev:after,
.badge-slider-area .swiper-button-next:after {
  font-size: var(--font-size36);
  font-weight: 800;
  color: #9aa3b2;
}
.badge-slider-area .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #cbd7ee;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.badge-slider-area .swiper-pagination-bullet-active {
  background: #7ea7ff;
}

.badge-list-area {
  margin: 10px 0 30px 0;
}
.badge-list-area .badge-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
  align-items: center;
}
.badge-list-area .badge-list .badge-box {
  width: calc((100% - (12 * 10px)) / 7);
  aspect-ratio: 1 / 1; /*max-width: 80px;*/
}
.badge-list-area .badge-list .badge-box img {
  width: 100%;
}
.badge-list-area .badge-list .badge-box.disabled img {
  filter: grayscale(0.9) contrast(1.05) brightness(1.02);
  opacity: 0.4;
}

.coupon-list {
  margin: 10px 0 30px 0;
  display: flex;
  gap: 20px;
}
.coupon-list .coupon-box {
  position: relative;
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075);
  padding: 20px 20px 15px 20px;
  min-height: 170px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 10px;
}
.coupon-list .coupon-box h5 {
  font-family: var(--point-font);
  font-weight: 700;
  font-size: 16px;
}
.coupon-list .coupon-box .box-title::after {
  content: ":";
  padding: 0 7px 0 2px;
}
.coupon-list .coupon-box ul {
  border-left: 3px solid #a9aeb1;
  padding-left: 10px;
  width: 100%;
  min-height: 60px;
}
.coupon-list .coupon-box .btn-area {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .badge-list-area .badge-list .badge-box {
    width: calc((100% - (7 * 10px)) / 8);
  }
}

/* 모바일 가로: 1줄 6개 */
@media (max-width: 992px) {
  .badge-list-area .badge-list .badge-box {
    width: calc((100% - (5 * 10px)) / 6);
  }
  .coupon-list {
    flex-direction: column;
    gap: 10px;
  }
  .coupon-list .coupon-box {
    width: 100%;
    min-height: auto;
  }
  .coupon-list .coupon-box .btn-area {
    position: absolute;
    right: 20px;
    justify-content: flex-start;
    margin-top: 0;
    top: 16px;
  }
  .coupon-list .coupon-box .btn-area .btn {
    font-size: 12px;
  }
}

/* 모바일 기본: 1줄 4개 */
@media (max-width: 768px) {
  .badge-list-area .badge-list .badge-box {
    width: calc((100% - (3 * 10px)) / 4);
  }
}

/* 작은 모바일: 1줄 3개 */
@media (max-width: 480px) {
  .badge-list-area .badge-list .badge-box {
    width: calc((100% - (2 * 10px)) / 3);
  }
}

.class-attendance-box {
  width: 100%;
  max-width: 600px;
  margin: 70px auto 0px auto;
}
.class-attendance-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 0 0px 30px 0px;
  text-align: center;
}
.class-attendance-title dt {
  font-size: var(--font-size30);
  font-weight: 800;
  word-break: keep-all;
  line-height: 140%;
}
.class-attendance-title dd {
  margin: 0 0 0 0;
  font-weight: 500;
  word-break: keep-all;
  color: #7d7f8d;
}
.class-attendance-title dd .sub-box {
  font-size: var(--font-size18);
  background: #9fa2b8;
  word-break: keep-all;
  color: #fff;
  border-radius: 6px;
  padding: 3px 16px;
  display: inline-block;
}
.class-attendance-title dd .sub-box .sort::before {
  content: "|";
  padding: 5px;
}
.class-attendance-title dd .sub-box .sort:first-child::before {
  display: none;
}
.class-attendance-form {
  padding: 0 50px;
}
.class-attendance-form .form-floating > label {
  font-size: var(--font-size16);
}
.class-attendance-form .form-floating > .form-control:focus,
.class-attendance-form .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2rem;
}

.register-guide .register-guide-title {
  font-family: var(--point-font);
  font-size: var(--font-size24);
  margin-bottom: 15px;
  font-weight: 700;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.register-guide h5 {
  gap: 10px;
}
.register-guide h5 span {
  background: var(--primary);
  font-size: var(--font-size16);
  line-height: 100%;
  display: inline-block;
  padding: 6px 10px 4px 10px;
  color: #fff;
  border-radius: 30px;
}
.register-guide .register-guide-title {
  padding: 30px 0 10px 0;
  font-size: var(--font-size30);
}
.register-guide .guide-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #ddd;
  background: #fff;
}
.register-guide .guide-table th,
.register-guide .guide-table td {
  border: 1px solid #d9d9d9;
  padding: 10px 12px;
  vertical-align: middle;
  word-break: keep-all;
}
.register-guide .guide-table thead th {
  background: #f4f6f8;
  text-align: center;
  font-weight: 700;
}
.register-guide .guide-table thead th.sub-th {
  line-height: 120%;
  font-weight: 500;
  padding: 7px 6px;
}
.register-guide .guide-table tbody th {
  background: #fafafa;
  font-weight: 600;
  text-align: center;
}
.register-guide .guide-table tbody td.td-point {
  text-align: left;
  font-weight: 600;
}
.register-guide .guide-table .request-check-box {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/request_check.svg) no-repeat 50% 50%;
  background-size: 40px;
}
.register-guide .guide-table .request-check-box.active {
  background: url(../images/request_check_on.svg) no-repeat 50% 50%;
  background-size: 40px;
}

.table-in-cont .document {
  padding-left: 15px;
}
.table-in-cont .document li {
  list-style: decimal;
  padding: 5px 0;
}
.table-in-cont .document li ol {
  padding-left: 0;
  margin-bottom: 0;
}
.table-in-cont .document li ol li {
  list-style: none;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 14px;
  text-indent: 0;
  margin: 3px 0;
}
.table-in-cont .document li ol li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: -1px;
  color: inherit;
}

.register-guide table.subtbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0.35rem 0 0.6rem;
}
.register-guide table.subtbl th,
.register-guide table.subtbl td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 8px 10px;
  background: #fff;
}
.register-guide table.subtbl th {
  font-weight: 600;
  background: #fbfcff;
}
.register-guide table.subtbl td.left {
  text-align: left;
}
.register-guide table.subtbl thead th {
  background: #eff0f3;
}

.register-guide .app-btn {
  display: inline-block;
  cursor: pointer;
  padding: 3px 12px;
  border-radius: 6px;
  background: #eff5ff;
  color: var(--primary);
  border: 1px solid var(--primary);
  font-weight: 700;
  font-size: var(--font-size13);
  margin-top: 10px;
}
.cont-box {
  padding: 20px 30px;
  border: 1px solid #eeeeee;
  border-top: 2px solid #132032;
  background: #f7f7f7;
}
.linline-align-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.register-guide .register-guide-title p {
  display: contents;
  margin-bottom: 0;
}

.dobr-container .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.dobr-container .modal-header .btn-close {
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.dobr-wrap .register-guide .register-guide-title {
  padding-top: 0;
}
.dobr-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.dobr-wrap .section-title {
  font-family: var(--point-font);
  font-size: 20px;
  margin-top: 30px;
  font-weight: 600;
}
.dobr-wrap .section-title::before{content: '✦'; padding-right: 5px;}
.dobr-wrap .dobr-grid {
  display: flex;
  align-items: stretch;
}
.dobr-wrap .dobr-grid-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #ced2e0;
  border-right: none;
  height: 350px;
}
.dobr-wrap .dobr-grid-table:last-child {
  border-right: 1px solid #ced2e0;
}
.dobr-wrap .dobr-grid-table__header {
  background: #f5f6f9;
  border-bottom: 1px solid #ced2e0;
  padding: 10px 6px;
  text-align: center;
}
.dobr-wrap .dobr-grid-table__title {
  font-weight: 700;
}
.dobr-wrap .dobr-grid-table__subtitle {
  font-size: 12px;
  margin-top: 2px;
}
.dobr-wrap .dobr-grid-table__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dobr-wrap .dobr-grid-table__cell {
  flex: 1;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  word-break: keep-all;
  text-align: center;
  border-bottom: 1px solid #ced2e0;
}
.dobr-wrap .dobr-grid-table__footer {
  height: 30px;
  border-top: 1px solid #ced2e0;
}
.dobr-wrap .dobr-grid-table__footer--u {
  background: #ffd600;
}
.dobr-wrap .dobr-grid-table__footer--f {
  background: #9b59b6;
}
.dobr-wrap .dobr-grid-table__footer--b {
  background: #241f63;
}
.dobr-wrap .dobr-grid-table__footer--d {
  background: #008b1a;
}
.dobr-wrap .dobr-grid-table__footer--p {
  background: #ff7f00;
}

.dobr-grid-box{border-top: 2px solid #000;}
.dobr-wrap .dobr-table{font-size: 15px;}
.dobr-wrap .dobr-table tbody tr th { padding: 15px 20px;}
.dobr-wrap .dobr-table tbody tr td { padding: 5px 10px; text-align: center; }
.dobr-wrap .dobr-table thead tr th.roadmap-badge-area,
.dobr-wrap .dobr-table tbody tr td.roadmap-badge-area{width: 200px;}
.dobr-wrap .dobr-table thead tr th.roadmap-badge-title,
.dobr-wrap .dobr-table tbody tr th{width: 20%;}
.dobr-wrap .dobr-table .roadmap-badge{width: 150px; margin: 10px auto;}
.dobr-wrap .dobr-table .roadmap-badge img{width: 100%;}

@media (max-width: 1024px) {
  .dobr-wrap .dobr-grid-table {
    height: 430px;
  }
  .carousel-item.visualbg .carousel-cont {
    padding: 0 0 0 0;
  }
  .carousel-item.visualbg .carousel-cont a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer .foot-menu {
    padding: 0 30px;
  }

  .main-cardlist {
    --gap: 30px;
  }
  .recent-board-area {
    padding: 0 30px;
  }
  .main-banner-area {
    padding: 0 30px;
  }

  .lnb-area .lnb-title {
    font-size: var(--font-size24);
  }

  .tab-menu {
    margin-bottom: 20px;
  }
  .tab-menu a {
    height: 48px;
  }
  .tab-menu a.on {
    height: 50px;
  }

  .table-area table tr th,
  .table-area table tr td {
    padding: 10px 0px;
  }
  .table-area table thead tr th {
    padding: 10px 10px;
  }

  .cont-guide-box {
    padding: 15px 20px;
  }

  .membership-card .card-cont h3 {
    padding: 5px 20px 5px 20px;
  }
  .membership-card .card-cont ul {
    padding: 0 30px;
  }
  .membership-card .card-foot .btn {
    padding: 6px 20px;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 30px 30px 50px 30px;
  }
  .main-warp .main-container {
    padding: 50px 0;
  }
  .main-lst-box .main-notice-list {
    display: block;
  }
  .main-lst-box .main-notice-list a {
    width: 100%;
    padding: 22px 30px 20px 30px;
    height: auto;
    border-radius: 20px;
    margin-bottom: 16px;
  }
  .main-lst-box.faq .main-faq-list .faq-list {
    border-radius: 20px;
  }
}

@media (max-width: 912px) {
  .main-banner-area {
    gap: 30px;
  }
  .main-tabs__tab {
    font-size: var(--font-size22);
  }
  .main-banner-card .text {
    padding: 0 10px;
    text-align: center;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .foot-area .foot-cont p {
    display: inline;
  }
  .footer .foot-area .foot-cont p:nth-child(2) span:first-child::before {
    content: "|";
    padding: 0 6px;
  }

  .member-step-area{width: 100%;}
  .member-step-area .step-progress-box{width: 100%;}
  .step-progress-box .step-box {
    flex-direction: column;
    width: 100%;
    padding: 3px 3px 3px 3px;
  }
  .step-progress-box .step-box .node {
    font-size: 6px;
  }
  .step-progress-box .step-box .label {
    width: 100%; font-size: 16px;
  }
}

@media (max-width: 820px) {
  .img-pc {
    display: none;
  }
  .img-ta {
    display: block;
  }
  .img-mo {
    display: none;
  }

  .register-guide .register-guide-title p {
    display: block;
    margin-bottom: 0;
  }
  .dobr-wrap .dobr-grid {
    flex-direction: column;
    gap: 15px;
  }
  .dobr-wrap .dobr-grid-table {
    height: auto;
    flex-direction: row;
    position: relative;
    border-bottom: none;
  }
  .dobr-wrap .dobr-grid-table:last-child {
    border-right: none;
  }
  .dobr-wrap .dobr-grid-table__header {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .main-warp .main-container {
    padding: 30px 0;
  }
  .header .header-logo .header-name {
    font-size: var(--font-size14);
    line-height: 120%;
    width: 180px;
    display: block;
    padding: 0 0 0 0;
    color: #505050;
  }
  .header .header-menu .nav {
    gap: 20px;
  }
  .join-step-box {
    padding: 0px 0 20px 0;
  }
  .member-wrapper {
    align-items: start;
    padding: 100px 30px 0 30px;
  }
  .member-wrapper .member-warp .member-warp-title .logo {
    width: 200px;
  }

  .footer .foot-area .foot-cont {
    background: url(../images/logo_i-screammedia_simbol.png) no-repeat;
    background-size: 30px;
    padding: 0px 0 0 40px;
  }
  .footer .foot-area .foot-cont p span {
    font-size: var(--font-size12);
    line-height: 120%;
  }

  .main-cardlist-area {
    margin-top: 30px;
  }
  .main-cardlist {
    grid-template-columns: repeat(2, 1fr);
  }
  .recent-board {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .membership-status-box {
    padding: 18px 12px 13px 12px;
  }

  .membership-card-area {
    grid-template-columns: repeat(2, 1fr);
  }

  .cont-guide-box .text {
    font-size: var(--font-size22);
  }

  .badge-slider-area .swiper-slide {
    height: 112px;
  }
  .badge-slider-area .badge-img,
  .badge-slider-area .badge-unknown {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 768px) {
  .carousel-item.visualbg {
    aspect-ratio: 768 / 500;
  }
  .header .header-logo {
    padding: 4px 0 0 33px;
    background: url(../images/simbol.png) no-repeat;
    background-size: 33px;
  }
  .header .header-logo .logo-img {
    display: none;
  }
  .header .header-logo .logo-text::before {
    content: "AI융합교육원";
    color: #444444;
    margin-right: 5px;
  }
  .header .header-menu .nav {
    padding-top: 4px;
  }

  .membership-status-box {
    width: 100%;
  }
  .membership-status-box .member-step-area .title {
    width: 50px;
    text-align: center;
  }
  .member-step-area {
    gap: 10px;
  }

  .linline-align-area {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  
  .dobr-wrap .dobr-grid-table__body{border-right: 1px solid #ced2e0;}
  .register-guide .register-guide-title {
    font-size: 26px;
    line-height: 140%;
  }
  .register-guide .register-guide-title p {
    display: contents;
  }
  .dobr-wrap .section-title {
    font-size: 20px;
  }
  .dobr-wrap .dobr-grid-table__cell {
    justify-content: flex-start;
    text-align: left;
  }
  .dobr-wrap .dobr-table thead tr th.roadmap-badge-title, .dobr-wrap .dobr-table tbody tr th{width: 100px; padding: 5px 10px;}
  .dobr-wrap .dobr-table thead tr th.roadmap-badge-area, .dobr-wrap .dobr-table tbody tr td.roadmap-badge-area { width: 80px;}
  .dobr-wrap .dobr-table .roadmap-badge{width: 60px;}

  .sentence-sort {
    display: block;
  }
  .img-pc {
    display: none;
  }
  .img-ta {
    display: none;
  }
  .img-mo {
    display: block;
  }

  .br-pc {
    display: none;
  }
  .br-mo {
    display: block;
  }

  .mo-list-hidden {
    display: none;
  }

  .header .header-logo {
    height: 33px;
  }
  .header .header-logo .logo-text {
    display: none;
  }
  .header .header-menu .nav {
    gap: 10px;
  }

  .membership-status-box {
    flex-direction: column;
    gap: 10px;
  }
  .membership-status-box .divider {
    display: none;
  }
  .membership-status-box .member-step-area .title {
    display: none;
  }
  .member-badge-area {
    display: block;
    position: relative;
  }
  .member-badge-area .badge {
    position: absolute;
    top: -6px;
    right: -60px;
    width: 50px;
    height: 50px;
  }

  .main-banner-area {
    grid-template-columns: 2fr;
    gap: 15px;
    padding: 0 0 0 0;
  }
  .main-banner-card {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 20px;
  }
  .main-banner-card .icon {
    width: 60px;
    margin: 0;
    flex-shrink: 0;
  }
  .main-banner-card .text {
    font-size: var(--font-size18);
    line-height: 1.3;
  }

  .main-cardlist {
    grid-template-columns: 1fr;
  }
  .main-tabs__list {
    gap: 3px;
  }
  .main-tabs__tab {
    font-size: var(--font-size16);
  }
  .guide-text-red {
    font-size: var(--font-size12);
    padding-top: 10px;
  }

  .recent-board-area {
    margin: 10px 0 50px 0;
  }
  .recent-board__title {
    font-size: var(--font-size22);
  }
  .recent-board__list a {
    font-size: var(--font-size14);
  }
  .recent-board__list .date {
    font-size: var(--font-size14);
  }
  .recent-board__list li {
    padding: 10px 0;
  }

  .main-cardlist-area {
    padding: 30px 30px 50px;
  }
  .container .find-password .lnb-area {
    display: none;
  }
  .find-card-area .login-card-input em {
    font-size: var(--font-size14);
    text-align: center;
    width: 100%;
  }
  .find-card-area .login-card-input input {
    width: 100%;
  }
  .find-card-area .btn {
    height: 60px;
    font-weight: 600;
  }

  .calendar-srch-area .form-area {
    width: 100%;
  }
  .calendar-srch-area .form-area dl dt {
    width: 100px;
  }
  .calendar-srch-area {
    flex-direction: column;
    height: auto;
    padding: 20px 20px;
    gap: 15px;
  }
  .calendar-srch-area .form-area dl {
    width: 100%;
  }
  .mc-card .mc-body {
    padding: 25px 20px;
  }

  .member-wrapper .member-warp {
    width: 100%;
    padding: 0 0 0 0;
    border: none;
    box-shadow: none;
  }
  .member-wrapper .member-warp .member-warp-title {
    font-size: var(--font-size22);
    margin-bottom: 15px;
  }
  .member-wrapper .member-warp .member-warp-title .logo {
    margin: 0 auto 4px auto;
  }
  .member-wrapper .member-warp .member-input-group .form-control {
    width: 100%;
    font-size: var(--font-size16);
    height: 70px;
  }
  .member-wrapper .member-warp .member-input-group .form-control:focus {
    font-size: var(--font-size16);
  }
  .member-wrapper .member-warp .member-input-group .form-control::placeholder {
    font-size: var(--font-size16);
  }
  .member-wrapper .member-warp .member-input-group .form-control:valid {
    font-size: var(--font-size16);
  }
  .member-wrapper .member-warp .member-input-group ul {
    margin-bottom: 12px;
  }
  .member-wrapper .member-warp .member-input-group ul li {
    margin-bottom: 12px;
  }
  .member-wrapper .member-warp .btn {
    font-size: var(--font-size18);
    padding: 21px 20px 20px 20px;
  }

  .board-list-top .board-srch-area .list-search-form {
    flex-direction: column;
    align-items: flex-end;
  }

  .board-write-area .board-write-info {
    display: block;
  }
  .board-write-area .board-write-info .article-btn-area {
    justify-content: center;
    margin-top: 10px;
  }
  .board-write-area .board-write-info .article-btn-area .btn {
    width: 40%;
    height: 40px;
  }

  .find-card-area h3 {
    font-size: var(--font-size22);
    margin-bottom: 15px;
  }
  .find-data-warp {
    padding: 20px 20px 0px 20px;
    display: block;
  }
  .find-card-area {
    display: block;
    margin-bottom: 50px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
  }
  .find-card-area:first-child {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 50px;
  }

  .join-policy-warp .join-commont {
    word-break: keep-all;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .join-step-box .join-step .join-step-text {
    font-size: var(--font-size14);
    padding-left: 15px;
  }
  .join-step-box .join-step .join-step-text strong {
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
    padding: 3px 0 0 0;
    font-size: var(--font-size12);
  }
  .join-policy-warp .scroll-box-area {
    padding: 20px 20px 10px 20px;
  }
  .join-policy-warp .scroll-box-area.mb-5 {
    margin-bottom: 30px !important;
  }
  .join-policy-warp .scroll-box-area .scroll-box-tit {
    margin-bottom: 10px;
    font-size: var(--font-size18);
  }
  .join-policy-warp .scroll-box-area .scroll-box .scroll-box-text {
    padding: 15px 15px 20px 20px;
    font-size: var(--font-size12);
  }
  .join-policy-warp .scroll-box-area .agree-area {
    font-size: var(--font-size16);
  }
  .all-check-area {
    padding-top: 10px;
    align-items: center;
    border-top: none;
  }
  .table-area table.two-area-column th {
    width: 120px;
  }
  .table-area .input-group {
    display: block;
  }
  .table-area .input-group .form-control {
    width: 100%;
    margin-bottom: 5px;
  }
  .table-area .input-group .btn {
    padding: 0 10px;
    font-weight: 400;
    width: 100%;
    font-size: var(--font-size12);
    border-radius: 4px;
  }
  .table-area
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
      .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .table-area
    .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .nav-menu-signup {
    display: none;
  }
  .container {
    min-height: calc(100vh - 150px);
    padding: 20px 20px 30px 20px;
  }

  .btn-warp {
    margin-top: 30px;
    gap: 20px;
  }
  .btn-warp .btn {
    min-width: 130px;
  }

  .lnb-area .lnb-nav {
    font-size: var(--font-size12);
  }
  .lnb-area .lnb-nav strong {
    font-weight: 500;
    letter-spacing: -1px;
  }
  .lnb-area .lnb-title {
    font-size: var(--font-size22);
    font-weight: 700;
    line-height: 100%;
  }

  .footer {
    padding: 15px 0px 20px 0px;
  }
  .footer .foot-menu {
    font-size: var(--font-size14);
    padding: 0 20px;
  }
  .footer .foot-area {
    padding: 10px 20px 0 20px;
    font-size: var(--font-size12);
  }
  .footer .cs-center span {
    font-size: var(--font-size14);
    font-weight: 600;
  }
  .footer .foot-area .foot-cont p span {
    display: inline;
    font-size: 11px;
    line-height: 110%;
  }
  .footer .copyright {
    font-weight: 300;
    font-size: 10px;
  }

  .main-warp .main-container {
    padding: 30px 0;
  }
  .main-warp .main-container .main-cont {
    padding: 0 20px;
  }

  .main-lst-box .main-notice-list dl dt {
    font-size: var(--font-size16);
  }
  .main-lst-box.notice {
    padding: 25px 10px 0px 10px;
  }
  .main-lst-box.faq {
    padding: 25px 10px 15px 10px;
  }
  .main-lst-box h3 {
    margin-bottom: 13px;
  }
  .main-lst-box .main-notice-list a {
    padding: 17px 20px 15px 20px;
  }
  .main-lst-box.faq .main-faq-list .faq-list {
    font-size: var(--font-size14);
    padding: 20px 20px 18px 20px;
  }
  .article-area .article-header {
    margin-bottom: 20px;
  }
  .article-area .article-header h3 {
    margin-bottom: 10px;
  }
  .article-area .article-header .article-info {
    justify-content: space-between;
  }
  .article-area .article-header .article-info p {
    font-size: var(--font-size14);
  }
  .article-area .article-header .article-info p > span:not(:last-child):after {
    padding: 0 5px;
  }
  .article-btn-area .btn {
    height: 30px;
    padding: 0 14px;
    font-size: 14px;
  }
  .article-btn-area .btn.btn-outline-primary {
    padding: 0 20px;
  }

  .register-calendar .fc-card-time {
    display: inline-flex;
  }
  .register-calendar
    .fc
    .fc-toolbar.fc-header-toolbar
    .fc-toolbar-chunk:first-child {
    display: none;
  }
  .register-calendar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: var(--font-size24);
    width: 150px;
  }
  .register-calendar .fc-button-primary {
    height: 30px;
    padding: 1px 10px 5px 10px;
  }

  .tab-menu a {
    height: 45px;
    padding-top: 3px;
    font-size: var(--font-size14);
  }

  .membership-card-area-title {
    font-size: var(--font-size22);
    padding: 30px 20px 0 20px;
    word-break: keep-all;
  }
  .membership-card-area {
    padding-top: 20px;
  }
  .membership-card-area .membership-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .membership-card .card-cont {
    padding: 15px 20px;
    font-size: var(--font-size14);
  }
  .tab-menu {
    margin-bottom: 10px;
  }
  .board-list-top {
    display: block;
  }
  .board-list-top .board-list-total {
    margin-bottom: 5px;
  }
  .table-area table tr td.tit {
    font-size: var(--font-size14);
    padding: 10px 10px;
  }
  .table-area table thead tr th {
    padding: 10px 5px;
  }

  .term-box {
    padding: 0px 0px 0px 0px;
    border: none;
  }
  .term-box .term-cont {
    padding: 20px;
  }
  .term-cont h6 {
    margin: 20px 0 5px 0;
  }
  .term-nav-box ul li {
    width: 100%;
  }
  .term-cont .tit {
    font-size: var(--font-size14);
  }

  .membership-card-area {
    grid-template-columns: 1fr;
  }
  .cont-guide-box {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .cont-guide-box .text {
    font-size: var(--font-size16);
  }

  .badge-slider-area {
    margin: 24px auto 10px auto;
  }

  .register-guide h5 {
    font-size: var(--font-size20);
  }
}

