﻿/* 0. custom*/
main {
	width:100%;
	max-width: 1440px;
	margin: 0 auto 80px;
}

#preview {width:100%}


div:where(.swal2-container) div:where(.swal2-popup) {
	border-radius: 30px;
	font-family: 'Paperlogy', sans-serif;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	background-color:#FCC524;
	color:#fff;
	font-weight:bold;
}

.search-wrap {
	background: #f9f6f0;
	padding: 10px 30px;
	display:flex;
	align-items: center;
	border-top:1px solid #181412;
	border-bottom:1px solid #181412;
	font-size: 20px;
	margin-bottom: 20px;
}
.search-type-box {
	width: fit-content;
	display:flex; 
	width:100%
}
.search-type-box button {
	height: 60px;
	line-height: 60px;
	border:1px solid #757575;
	background: #F8F9FB;
	color: #C3C3C3;
	flex:1;
	min-width:80px;
	font-size: 22px;
	font-weight: bold;
	border-bottom:0;
}
.search-type-box button.active {
	background: #F0F6FD;
	color:#000;
}
.search-type-box button:first-child, .search-type-box button:nth-child(2)  {
	border-right:0
}
.search-wrap .search-input-box {
	display: flex;
	align-items: center;
	gap: 25px;
	flex:1;
	width:100%;
}
.search-input-item {
	display:flex;
	gap:5px;
	align-items : center;
}
.search-input-item label {
	height: 45px;
	line-height: 45px;
	padding:0 10px;
	background:#fff;
	border:1px solid #757575;
}
.search-wrap .search-input-box input {
	min-width: 300px;
	width:100%;
	height: 45px;
	line-height: 45px;
}

/* 1. Title Container */
.title-container {
	width: 100%;
	height: 487px;
	background: url('../images/img-subvisual.png') center center no-repeat;
	background-size: cover;
	padding:40px 50px;
}

.breadcrumb-container {
  font-size: 16px;
  color: #fff;
  display: flex;
  padding: 0;
  margin: 0 0 5px 0;
}

.breadcrumb-container li {
  display: flex;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  justify-content: center;
  align-items: center;
  position:relative;
  padding-right:30px;
}

.title-container .breadcrumb-container li:after {
  position: absolute;
  top:0;
  right: 10px; 
  content: '';
  display: inline-block;
  width:10px;
  height: 100%;
  margin-left: 8px;
  vertical-align: middle;
  background: url('../images/icon-arrow-next-wh.svg') center center no-repeat;
}

.title-container2 .breadcrumb-container li:after {
  position: absolute;
  top:0;
  right: 10px; 
  content: '';
  display: inline-block;
  width:10px;
  height: 100%;
  margin-left: 8px;
  vertical-align: middle;
  background: url('../images/icon-arrow-next-bk.svg') center center no-repeat;
}

.breadcrumb-container li:last-child {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-right:0
}

.breadcrumb-container li:last-child:after {
	display:none;
}

.title-container .page-title {
	color:#fff;
}

.title-container2 {
	width: 100%;
	height: 100px;
	margin-top:40px;
}


.title-container2 .breadcrumb-container{
	font-size: 16px;
  	color: #181412;
  	display: flex;
  	padding: 0;
  	margin: 0 0 5px 0;
}

.title-container2 .breadcrumb-container li {
	display: flex;
  color: #181412;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: center;
  align-items: center;
}

.title-container2 .breadcrumb-container li:last-child {
  color: #181412;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* 1-2 Title with image */
.page-title {
  display: flex;
  align-items: center;
  color: #181412;
  font-size: 32px;
  font-weight: 800;
  line-height: 135%; 
}

.page-desc {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.page-title2{
  display: flex;
  align-items: center;
  color: #181412;
  font-size: 32px;
  font-weight: 800;
  line-height: 135%;
  margin-bottom: 24px;
  
}

.title-icon {
  width: 36px;
  height: 36px;
  background-image: url('../images/title-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right:12px
}


/* 2. Submenu Container */
.submenu-container {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
  flex-wrap:wrap
}

.submenu-container li {
  font-size: 28px;
  padding: 0 24px;
  cursor: pointer;
  color: #999;
  border-bottom : 4px solid #999999;
  font-weight: 400;
  text-align: center;
  white-space : nowrap;
}


.submenu-container li.active {
  font-style: normal;
  font-weight: 800;
  color: #181412;
  border-bottom:10px solid #29A7E0;
}

/* 2. Submenu Container-inner */
.submenu-container-inner {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.submenu-container-inner li {
  font-size: 28px;
  padding: 0 24px;
  cursor: pointer;
  color: #999;
  border-bottom : 4px solid #999999;
  font-weight: 400;
  text-align: center;
}


.submenu-container-inner li.active {
  font-style: normal;
  font-weight: 800;
  color: #181412;
  border-bottom:10px solid #29A7E0;
}


/* 2-1. sort */
.sort-wrap {
	display: block;
	width: 100%;
	padding: 40px 0;
}

.sort-wrap .sort-list {
	display: flex;
	gap: 30px;
	justify-content: flex-start;
	align-items: center;
}

.sort-wrap .sort-list .sort-item a {
	font-size : 20px;
	font-weight: 700;
	color: #181412;
}

.sort-wrap .sort-list .sort-item.active a {
	color: #01A5CB;
	
}

/* 3. User Info Table */

.table-default {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}


.table-tit {
  color: #181412;
  font-size: 24px;
  font-weight: 800;
  line-height: 135%;
  margin:24px 0;
}

.table-default th {
  position: relative;
  padding: 0 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  border-top: 1px solid #181412;
  border-bottom : 1px solid #181412;
  border-left: none;
  border-right: none;
  background-color: #F9F6F0;
  height: 62px;
  /* width: 268px; */
}

.table-default td {
  position: relative;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #181412;
  border-bottom : 1px solid #181412;
  border-left: none;
  border-right: none;
  height: 62px;
}

.table-default td small{
  align-self: stretch;
  color: #6C6C6C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.table-default.table-th-center th {
  text-align: center;
  vertical-align: middle;
}

.table-default.table-td-center td {
  text-align: center;
  vertical-align: middle;
}

.table-default td.td-narrow {
  padding: 7px 12px;
}

.table-default td.td-narrow2 {
  padding: 10px 20px;
}

.table-default td.td-radio {
  /* padding: 20px 24px; */
}

.table-default span.td-fix-txt {
  /* min-width: 187px; */
  width: 100%;
  display: inline;
  vertical-align: middle;
}

.radio-group{
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  flex-wrap: wrap;
  flex-direction: row; 
  align-items: center;
  padding : 17px 0;
}

.radio-group2{
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-direction: row; 
  align-items: center;
  padding : 17px 0;
}


.td-text-input {
  padding: 12px; 
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #999;
  box-sizing: border-box;
  font-style: normal;

  width: 100%;
  min-height:248px;
  align-self: stretch;
}


.table-default select.td-fix-txt {
  /* min-width: 187px; */
  width: 100%;
  display: inline;
  vertical-align: middle;
}

.table-same-width {
  width: 100%;
  border-collapse: collapse;
   table-layout: auto; 
}

.table-same-width td {
  position: relative;
  width: auto;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #181412;
  border-bottom : 1px solid #181412;
  border-left: none;
  border-right: none;
  text-align: center;
  white-space: nowrap;
}

.table-same-width th {
  position: relative;
  width: auto;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  border-top: 1px solid #181412;
  border-bottom : 1px solid #181412;
  border-left: none;
  border-right: none;
  background-color: #F9F6F0;
  white-space: nowrap;
  text-align: center;
  /* width: 268px; */
}

.flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.td-radio label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  white-space: nowrap;
}

.td-right {
  display: flex;
  justify-content: flex-end;
}


.table-default tr > *:not(:first-child):not(.no-border)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(
    #181412 0,
    #181412 2px,
    transparent 3px,
    transparent 6px
  );
}

.table-same-width tr > *:not(:first-child):not(.no-border)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(
    #181412 0,
    #181412 2px,
    transparent 3px,
    transparent 6px
  );
}

td input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #757575;
  box-sizing: border-box;
  width: 100%;
  max-width: 305px;
  height: 40px;
}

.input-range {
  /* display: flex; */
  display: inline-flex; 
  align-items: center;
  gap: 8px;
}

.input-range .text-input {
  flex-shrink: 0;
  width: 190px;
}

input:focus {
  outline: 1px solid;
  box-shadow: none;
  border-radius: 0;
}

.ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 
  max-width: 175px;
  vertical-align: middle;
}

.rserve th {
  position: relative;
  /* padding: 22px 20px; */
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: normal;
  line-height: normal;
  font-style: normal;
  height: 62px;
}

.rserve td {
  position: relative;
  /* padding: 22px 20px; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  height: 62px;
}

.rserve th:first-child,
.rserve td:first-child {
  width: 10%;
  white-space: wrap;
}


.non_paid{
  color: #EA4444;
  text-align: center;
  font-family: "NanumSquare Neo";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.deactivated{
  color: #29A7E0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
  
}
.btn-basic {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  font-size: 16px;
  background-color: #FCC524;
  border: 1px solid #181312;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-align: center;
}


td .btn-basic {
  display: inline-block;
  vertical-align: middle;
  /* padding: 11px 16px; */
  font-size: 20px;
  background-color: #FCC524;
  border: 1px solid #181312;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  line-height: normal;
  font-style: normal;
   text-align: center;
   height: 40px;
}

.rserve td .btn-basic {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 6px 30px;
  font-size: 16px;
  background-color: #FCC524;
  border: 1px solid #181312;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  line-height: normal;
  font-style: normal;
  /* max-width: 91px; */
}

td label {
  cursor: pointer;
  color: #181412;
  font-size: 18px;
  font-weight: 400;

}

td input[type="radio"] {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #7A6C9E;
}

td input[type="checkbox"] {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #7A6C9E;
}


/* td input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
} */

.input-hint {
color: #757575;
font-size: 14px;
font-weight: 700;
line-height: 140%;
margin-top: 5px;
font-style: normal;
}

.submit-mid-div {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.submit-right-div {
  display: flex;
  margin-top: 24px;
}

.btn-list {
  display: flex;
  gap: 24px; 
  margin-left : auto;
}

.btn-list-mid {
  display: flex;
  gap: 24px; 
}


/* modal */
 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.modal-box {
  background: #fff;
  width: 100%;
  max-width: 472px;
  height: 100%;
  max-height: 203px;
  padding: 64px 60px 26px 60px;
  border: 1px solid #181412;
  border-top: 10px solid #181412;
  
  /* background: #FFF; */
  background: linear-gradient(
    to bottom,
    #FFFFFF calc(100% - 48px),
    #EEF5F7 0
  );

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 43px;

  color: #181412;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
}


/* qr-modal */
 .qr-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.qr-modal-box {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 504px;
  height: 100%;
  max-height: 504px;
  padding: 64px 60px 26px 60px;
  border: 1px solid #181412;
  border-top: 10px solid #181412;
  /* background: #FFF; */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: #181412;
  text-align: center;
  font-size: 24px;
  font-weight: 700;

  background: linear-gradient(
    to bottom,
    #FFFFFF calc(100% - 48px),
    #EEF5F7 0
  );
}

.qr-title {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/notice-title-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 63px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;

  color: #181412;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 135%;
}

.qr-img{
  width: 100%;
  max-width: 280px;
  margin-bottom: 32px;
}

.qr-modal-box::before,
.qr-modal-box::after {
  content: '';
  position: absolute;
  bottom: 20px;
  max-width: 137.45px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.qr-modal-box::before {
  left: 20px;
  height: 100%;
  max-height: 86.45px;
  background-image: url('../images/qr_img_left.png');
}

.qr-modal-box::after {
  right: 20px;
  height: 100%;
  max-height: 77.43px;
  background-image: url('../images/qr_img_right.png');
}


 .pro-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.pro-modal-box {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 472px;
  height: 100%;
  max-height: 435px;
  padding: 26px 60px 24px 60px;
  border: 1px solid #181412;
  border-top: 10px solid #181412;
  /* background: #FFF; */

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  color: #181412;
  text-align: center;

  background: linear-gradient(
    to bottom,
    #FFFFFF calc(100% - 48px),
    #EEF5F7 0
  );
}


.pro-title{
  overflow: hidden;
  color: #181412;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}

.pro-content{
  color: #181412;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
}

.program-link {
  color: #181412;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 4px;
  text-underline-position: from-font;
  cursor: pointer;
}

.del-user-modal-box {
  background: #fff;
  width: 100%;
  max-width: 574px;
  height: 100%;
  max-height: 252px;
  padding: 64px 60px 26px 60px;
  border: 1px solid #181412;
  border-top: 10px solid #181412;
  
  /* background: #FFF; */
  background: linear-gradient(
    to bottom,
    #FFFFFF calc(100% - 48px),
    #EEF5F7 0
  );

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 43px;

  color: #181412;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
}

.modal-btn-list {
  display: flex;
  gap: 24px; 
}

.add-student-modal-box {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 503px;
  height: 100%;
  max-height: 420px;
  padding: 26px 60px 24px 60px;
  border:0;
  border-radius:30px;
  background:#fff;
  /* background: #FFF; */

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  color: #181412;
  text-align: center;

}

.video-sys-modal-box {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 536px;
  height: 100%;
  max-height: 310px;
  padding: 26px 60px 24px 60px;
  border: 1px solid #181412;
  border-top: 10px solid #181412;
  /* background: #FFF; */

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  color: #181412;
  text-align: center;

  background: linear-gradient(
    to bottom,
    #FFFFFF calc(100% - 48px),
    #EEF5F7 0
  );
}


.pro-title{
  overflow: hidden;
  color: #181412;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}

/* 4. Line Container */
.line-container {
 margin: 40px 0;
  border-bottom : 1px solid #ccc
}

.line-container2 {
  margin: 40px 0;
  border-bottom : 1px solid #ccc
}

.line-container-top {
 margin: 40px 0;
  border-bottom : 1px solid #ccc
}

.line-container.dotted-line {
	height: 1px;
  	background-image: radial-gradient(circle, #000 1px, transparent 1px);
  	background-size: 6px 1px;
  	background-repeat: repeat-x;
  	border:0;
}

/* 5. Sub-submenu Child */
.sub-submenu-child h3 {
  /* font-size: 20px; */
  color: #181412;
  font-size: 24px;
  font-weight: 800;
  line-height: 135%; /* 32
  margin-top:40px.4px */
}


.sub-submenu-child table {
  width: 100%;
  border-collapse: collapse;
}

.sub-submenu-child td {
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 16px;
}

/* btn-style */

.btn-basic::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background-image: url('../images/diamond-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.add-btn {
  position: relative;
  display: flex;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;
  border: 1px solid #181312;
  background: #FCC524;

  color: #181412;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
   line-height: 1;
}


.add-btn::after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: -11px;
  width: 21px;
  height: 21px;
  background-image: url('../images/diamond-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.cancel-btn {
  position: relative;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
  border:0;
  border-radius:10px;
  

  color: #181412;
  text-align: center;
  font-size: 20px;
  /* line-height: normal; */
  font-style: normal;
   line-height: 1;
}


.modal-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 36px;
  font-size: 20px;
  background-color: #FCC524;
  border: 1px solid #181312;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  line-height: normal;
  font-style: normal;
}

.modal-btn::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background-image: url('../images/diamond-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.apply-btn {
  position: relative;
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border: 1px solid #181312;
  background: #FCC524;

  color: #181412;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
}


.apply-btn::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background-image: url('../images/diamond-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}


.event-btn {
  position: relative;
  display: flex;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;
  border: 1px solid #181312;
  background: #FCC524;

  color: #181412;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.event-btn::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background-image: url('../images/diamond-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* delete-account */
.del-account {
  text-align: center;
  color: #181412;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  margin: 149px 0px;
}

/* 다른페이지 */
.container-fluid{
  padding: 0;
}
.program-info{
  position: relative;
  width: 100%;
  display: flex;
  padding: 29px 49px 31px 54px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 26px;
  flex-shrink: 0;
  flex-wrap: wrap;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 24px;
  margin-bottom: 43px;
}


.program-info::before {
  content: "";
  position: absolute;
  left: -42.5px;
  top: -31.5px;
  width: 212px;
  height: 126.79px;;
  background-image: url('../images/star_ring.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.program-tit{
  color: #FFF;
  background-color: #000;
  font-size: 28px;
  font-weight: 800;
  line-height: 135%;
  z-index: 10;
}

.program-content{
  color: #181412;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.package-card {
  text-align: left;
  background: #fff;
  position: relative;
  margin-bottom: 16px;
}

.package-card img{
  text-align: center;
  display: inline;
  width: 100%;
  aspect-ratio: 706 / 530;
    /* margin: 24px 0; */
}

.package-card .package-title {
	text-align: left;
	font-size: 26px;
	margin: 12px 0 ;	
}

.package-state {
	text-align:left;
}
.package-state span{
	display:inline-block;
	border-radius:50px;
	color:#fff;
	font-weight:400;
	font-size: 16px;
	padding:5px 16px;
	text-align:center;
}
.package-state span.state1 {
	background: #096BF0;
}
.package-state span.state2 {
	background: #ED85A8;
}

.package-card-detail {
  border-radius: 15px;
  border: 1px solid #000;
  padding: 24px;  
  text-align: center;
  background: #fff;
  position: relative;
  margin-bottom: 16px;
  /* max-height: 284px; */
}

.package-card-detail img{
  display: inline-block; 
  width: 100%;
  height: auto;
}

.package-detail-desc {
  border-radius: 15px;
  font-size: 20px;
  padding: 40px 25px 36px 25px;
  color: #181412;
  text-align: center;
  border: 1px solid #000;
}

.package-card .package-info {
	margin: 5px 0;
	display:block
}

.package-card .package-info span {
	font-size: 16px;
	font-weight: 600;
	color: #181412;
}

.package-card .package-info span img {
	width:24px;
	margin-right: 5px;
}

.packge-basic {
	width: 100%;
	margin: 30px 0 ;
}

.packge-basic .basic-wrap {
	display : flex;
	justify-content: space-around;
	width:100%;
	padding: 30px 0;
	border:1px solid #000;
	border-radius: 30px;
}

.packge-basic .basic-wrap .basic-item {
	flex: 1;
	position: relative;
	text-align: center;
}

.packge-basic .basic-wrap .basic-item:after {
	display:block;
	position: absolute;
	content: '';
	width:1px;
	height: 100%;
	top:0;
	right: 0;
	background-image: repeating-linear-gradient(
	  to bottom,
	  black,
	  black 6px,
	  transparent 12px
	);
}

.packge-basic .basic-wrap .basic-item:last-child:after {
	display:none
} 

.packge-basic .basic-wrap .basic-item img {
	display: inline-block;
	margin-right:10px;
}

.packge-basic .basic-wrap .basic-title {
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items:center;
	justify-content: center;
	margin-bottom:10px
}

.packge-basic .basic-wrap .basic-cont {
	font-weight: 500;
	font-size: 20px;
}


.package-title {
  font-size: 30px;
  font-weight: 800;
  color: #181412;
  margin-bottom: 24px;
}

.package-sub-title{
  font-size: 24px;
  font-weight: 800;
  color: #181412;
  text-overflow: ellipsis;
  font-style: normal;
  line-height: normal;
  overflow: hidden;
  margin-bottom: 24px;
}

.under-base {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.under-base::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 10px;
  z-index: -1;
}

.container{
  width: 100%;
  margin:0;
  padding:0;
  max-width: 1440px;
  margin: 24px 0;
}

.schedule {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  gap: 24px;
  border: 1px solid #181412;
  border-radius: 15px;
  background: #FFF;
  box-sizing: border-box;
  height: 100%;
}

.schedule-header {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.schedule-tit {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.schedule-info {
  font-size: 18px;
  color: #333;
  margin-top: 3px;
  margin-bottom: 0;
}

.btn-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.pink-under {
	position:relative;
	z-index:2;
}

.pink-under::after {
	content: '';
	display:block;
	width:105%;
	height: 14px;
	position:absolute;
	bottom:3px;
	transform:translate(-50%, 50%);
  background-color: #EC869B;
  left:50%;
  z-index:-1;

}

.yellow-under::after {
  background-color: #FCC524;
}

.blue-under::after {
  background-color: #29A7E0;
}

.package-desc {
  font-size: 20px;
  color: #333;
  text-align: left;
  font-weight:400
}

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.btn-wrap2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap:20px
}

.btn-wrap input[type=checkbox]{
  vertical-align: middle;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #7A6C9E;
  margin-right: 10px;
}

/* service */

.service-info-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.service-img img {
  display: block;
  max-height: 267px;
  height: auto;
  object-fit: cover;
}

.service-content {
  display: flex;
  flex-direction: column;
}

.service-title {
  overflow: hidden;
  color: #181412;
  font-size: 36px;
  font-weight: 800;
  line-height: 135%;
  margin-bottom: 8px;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.discount-badge {
  font-size: 14px;
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;

  background-image: url('../images/deco_shape.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;

  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 135%;

    display: flex;
  align-items: center;
  justify-content: center;

}

.price-texts {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.original-price {
  color: #999;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: line-through;
}

.discounted-price {
  color: #29A7E0;
  font-size: 32px;
  font-weight: 900;
  line-height: 150%;
}

.service-date {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  margin: 0 0 4px 0;
}

.service-time {
color: #595859;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

.children-check {
  display: flex;
  align-items: center;
  gap: 40px;
  
}

.children-check input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  accent-color: #7A6C9E;
  vertical-align: middle;
}

.children-check section {
  display: flex;
  gap: 40px;
  color: #181412;

  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  align-items: center;
}


.text-input {
  padding: 40px; 
  font-size: 16px; 
  border: 1px solid #999;
  box-sizing: border-box;

  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 240px;
  padding: 40px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.curriculum-text-input {
  padding: 40px; 
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #999;
  box-sizing: border-box;
  font-style: normal;

  width: 100%;
  min-height:152px;
  padding: 26px;
  align-self: stretch;
}



.pay-container {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-top: 1px solid #181412;
}

/* question */
.question-box {
  margin-bottom: 32px;
}

.question-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;

  overflow: hidden;
  color: #181412;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: 800;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 34px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;

  color: #181412;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}


.checkbox-item input[type="checkbox"] {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #7A6C9E;
}


/* event */

.event-section {
  width: 100%;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.event-controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 40px;
  }


.event-controls select {
  padding: 9px 16px;
  font-size: 14px;
  align-items: flex-start;
  appearance: none;
  background-image: url('../images/btn_dropdown.png');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  min-width: 100px;
  border-radius: 0;

  display: inline-flex;
  align-items: center;
  gap: 22px;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #181412;
  line-height:135%;
}


.event-controls option {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #181412;
  padding: 9px 16px; 
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px 23px;
  margin-bottom: 48px;
}

.event-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:16px
}

.event-card img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.event-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.event-title {
  overflow: hidden;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 4px;
}

.event-date {
  color: #595859;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

.event-button {
  background-color: #ffc107;
  border: none;
  padding: 8px 12px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.pagination2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #181412;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
  margin-left: -1px;
}

.page-btn.number {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-btn.active {
  background-color: #cfe9ff;
  color: #181412;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* 각각에 이미지 지정 */
.page-btn a {
	display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.page-btn.first {
  background-image: url('../images/btn_arrow_double_gray.png');
}
.page-btn.prev {
  background-image: url('../images/btn_arrow_gray.png');
}
.page-btn.next {
  background-image: url('../images/btn_arrow_yellow.png');
}
.page-btn.last {
  background-image: url('../images/btn_arrow_double_yellow.png');
}

/* notice */
.notice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px 23px;
}

.notice-card {
  border: 1px solid #181412;
  background: #FFF;
  position: relative;
  display: flex;
  min-height: 280px;
  padding: 19px 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap:24px
}

.notice-card::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('../images/diamond-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -13px;
  right: -13px;
  z-index: 2;
}

.notice-title {
  margin-bottom: 32px;
  color: #181412;
  font-size: 20px;
  font-weight: 800;
  line-height: 160%;
}

.notice-date {
  width: 100%;
  color: #3F3734;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin:0;
}

/* notice detail */
.notice-info{
  position: relative;
  width: 100%;
  display: flex;
  padding: 32px 55px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 26px;
  flex-shrink: 0;
  flex-wrap: wrap;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 36px;
  margin-bottom: 40px;
}


.notice-info::before {
  content: "";
  position: absolute;
  left: -42.5px;
  top: -31.5px;
  width: 212px;
  height: 126.79px;;
  background-image: url('../images/star_ring.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.notice-detail-tit{
  color: #FFF;
  background-color: #000;
  font-size: 28px;
  font-weight: 800;
  line-height: 135%;
  z-index: 10;
}
.notice-detail-content {
  color: #181412;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width:100%;
}

.notice-detail-content img {
	max-width:100%;
}

.selector-default {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  }

.selector-default.center {
  justify-content: center;
}

  .selector-td-default {
  display: inline;
  justify-content: center;
  align-items: center;
  /* align-self: stretch; */
  }


.selector-default select {
  padding: 9px 16px;
  font-size: 14px;
  align-items: flex-start;
  appearance: none;
  background-image: url('../images/btn_dropdown.png');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  min-width: 100px;
  border-radius: 0;

  display: inline-flex;
  align-items: center;
  gap: 22px;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #181412;
}


.selector-default option {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #181412;
  padding: 9px 16px; 
}
.table-wrapper{
  margin: 24px 0;
}

.selector-wrapper{
  margin-bottom: 40px;
}

.selector-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 8px ;
}

.selector-row2{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}


.schedule-table {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.schedule-table-top {
  margin-bottom: 24px;
}


.schedule-table table {
  flex: 1;
  max-width: 50%;
}

.schedule-table{
  margin-bottom: 24px;
  width: 100%;
}

.schedule-time-table{
  text-align: center;
}

.table-center{
  text-align: center;
}

.student-table {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.student-table table {
  flex: 1;
  max-width: 50%;
}

.student-detail-table{
  text-align: center;
}

.student-detail-table th:first-child,
.student-detail-table td:first-child {
  width: 1%;
  white-space: nowrap;
}

.scheduleing-header{
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.scheduleing-selector {
  align-self: stretch;
  display: flex;
  align-items: center;
  /* margin: 40px 0 24px 0; */
  }


.scheduleing-selector select {
  padding: 9px 16px;
  font-size: 14px;
  align-items: flex-start;
  appearance: none;
  background-image: url('../images/btn_dropdown.png');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  border-radius: 0;
  min-width: 136px;

  display: inline-flex;
  align-items: center;
  gap: 22px;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #181412;
}


.scheduleing-selector option {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #181412;
  padding: 9px 16px; 
}

.title-btn-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 24px;
}
.radio-wrapper{
  display: flex;
  height: 56px;
  padding: 20px 24px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}


.radio-wrapper input[type="radio"] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #7A6C9E;
  margin-right: 10px;
}

.prgoram-detail-wrapper{
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  align-self: stretch;
  flex-wrap: nowrap;
}

.prgoram-detail-wrapper img{
  width: 365.939px;
  height: 231.636px;
  flex-shrink: 0;
  aspect-ratio: 365.94/231.64;
}


.prgoram-detail-info{
  display: flex;
  padding: 32px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border: 1px solid #181412;
  border-top: 10px solid #181412;
  background: #FFF;
  max-width: 100%;

  color: #181412;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
}

.page-wrapper{
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}

.curriculum-table.package-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}


.program-detail-table{
  text-align: center;
}

.curriculum-table{
  margin-bottom: 24px;
}

.curriculum-card {
  border: 1px solid #000;
  border-radius: 15px;
  display: flex;
  flex:1;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}


.curriculum-card img.package-img {
  width: 100%;
  height: auto;
  display: block;
}


.curriculum-desc {
  border-radius: 15px;
  font-size: 20px;
  padding: 40px 25px 36px 25px;
  color: #181412;
  text-align: center;
  border: 1px solid #000;
  word-break: break-word;
}

.membership-card {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 36px;  
  text-align: center;
  background: #fff;
  position: relative;
  position: relative;
}

.firstFit {
  table-layout: auto;
  width: 100%;
}

.firstFit th:first-child {
  white-space: nowrap;
  width: 1%;
}

.link-blue{
  color: #29A7E0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}

.calendar {
  background-image: url('../images/btn_calendar.png');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 28px 24px;
  padding-right: 36px;
}

.package-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
  justify-content: center;
}

.package-wrapper2 {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
  justify-content: flex-start;
}

.package-wrapper3 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 18px;
  justify-content: flex-start;
}

.package-grid {
  width: calc((100% - 48px) / 3); 
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.package-grid2 {
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
}

.package-grid3 {
  width: calc((100% - 54px) / 4);
  box-sizing: border-box;
}

.package-grid4 {
  width: calc((100% - 54px) / 2);
  box-sizing: border-box;
}


.date-range {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:10px
}

  .add-p{
    padding: 11px 32px !important;
  }

  .add-m{
    margin-left: 16px;
  }

  .add-mt{
    margin: 97px 0;
  }

.td-wrapper {
  display: flex;
  width: 100%;
  gap: 16px;
}

input[type="text"] {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  /* display: inline-block; */
  vertical-align: middle;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #C8C8D3;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 40px;
}

input[type="text"].input-disable {
  background:#EEF0F6;
}

.checkbox-item {
  position: relative;
  padding-left: 36px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* 기본 체크박스 숨기기 */
.checkbox-item input[type="radio"] ,.checkbox-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

.checkbox-item span {
	position: relative;
}

/* 체크박스 박스 모양 (기본 비체크 이미지) */
.checkbox-item input ~ span::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url('../images/bg-unchecked.svg') center center no-repeat;
  background-size: 100%;
  background-color: #fff;
  box-sizing: border-box;
  transition: background-image 0.2s;
}

/* ✅ 체크된 상태일 때 이미지 바꾸기 */
.checkbox-item input:checked ~ span::before {
  display:block;
  width:24px;
  height:24px;
  content: '';
  position:absolute;
  background-image: url('../images/bg-checked.svg');
}

.no-m{
  margin:0
}

.add-mb{
  margin-bottom: 12px;
}

.td-text-textarea{
  padding: 20px 32px !important;
}

/* 아트스테이션 소개 */

.info-main{
  display: flex;
  padding: 64px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}


.info-main2{
  display: flex;
  padding: 40px 0px;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  align-self: stretch;
}

.info-content{
  display: flex;
  padding: 0px 80px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 1000px;
}

.info-content2{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.info-sub-title > p{
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.zigzag-underline {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.4;
}

.zigzag-underline::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='404' height='11' viewBox='0 0 404 11' fill='none'%3E%3Cpath d='M1.5 8.5L10.0319 3L18.5638 8.5L27.0957 3L35.6277 8.5L44.1596 3L52.6915 8.5L61.2234 3L69.7553 8.5L78.2872 3L86.8191 8.5L95.3511 3L103.883 8.5L112.415 3L120.947 8.5L129.479 3L138.011 8.5L146.543 3L155.074 8.5L163.606 3L172.138 8.5L180.67 3L189.202 8.5L197.734 3L206.266 8.5L214.798 3L223.33 8.5L231.862 3L240.394 8.5L248.926 3L257.457 8.5L265.989 3L274.521 8.5L283.053 3L291.585 8.5L300.117 3L308.649 8.5L317.181 3L325.713 8.5L334.245 3L342.777 8.5L351.309 3L359.84 8.5L368.372 3L376.904 8.5L385.436 3L393.968 8.5L402.5 3' stroke='%23EC869B' stroke-width='4'/%3E%3C/svg%3E");

  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 11px;
}


.info-icon-list{
  display: flex;
  padding: 40px 0px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: wrap; 
}


.info-icon-list .icon{
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}

.info-icon-list .icon.blue{
  background-color: #4665A3;
}

.info-icon-list .icon.beige{
  background-color: #C0B09B;
}

.info-icon-list .icon.orange{
  background-color: #F39200;
}

.info-icon-list .icon.pink{
  background-color: #C9338B;
}


.icon-label {
  color: #000;
  text-align: center;
  font-family: "NanumSquare Neo";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}

.info-sub-content{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.sub-icon-list{
  display: flex;
  padding: 24px 0px;
  /* align-items: flex-start; */
  align-items: center;
  gap: 40px;
}

.sub-icon-list .union {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.union.white {
  aspect-ratio: 1/1;
  background-image: url('../images/union-white.png');
}

.union.black {
  background-image: url('../images/union-black.png');
}

.quad-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 420.00/271.14;
}

.cell {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image {
  background-size: cover;
  background-position: center;
}

.image-01 {
  background-color: #D9D9D9;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  /* background-image: url('your-image-01.jpg'); 실제 경로로 교체 */
}

.image-02 {
  background-color: #D9D9D9;
  border-left: 1px solid black;
  border-top: 1px solid black;
  /* background-image: url('your-image-02.jpg'); 실제 경로로 교체 */
}

.beige-text {
  background-image: url('../images/beige-bakground.png');
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.beige-text > p{
  margin:0;
}

.quad-layout::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 57px;
  background-image: url('../images/star.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.info-media-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.info-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.info-media .img {
  width: 100%;
  /* min-height: 542.279px; */
  flex-shrink: 0;
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  aspect-ratio: 740.00/477.72;
}

.media-play-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  width: 100%;         
  flex-wrap: nowrap;   
}

.play-bar {
  width: 100%;
  height: 8px;
  background: #eee;
  position: relative;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 0%;
  background: #4aa3df;
  transition: width 0.3s ease;
}

.play-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.page-numbers{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-direction: row;
}

.current-number{
  color: #29A7E0;
}

.total-number{
  color: #181412;
}

.info-sub-content2{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.info-image-list {
  display: flex;
  align-items: center;
  gap: 24px;
  /* align-self: stretch; */
  width: 100%; 
}

.info-image-list .image{
  width: 31%;
  flex-shrink: 0;
  aspect-ratio: 33/25;
}
.info-image-list img {
	width:100%
}

.info-image-content{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.info-section{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.info-section .title{
  color: #181412;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 135%; /* 32.4px */
}

.info-section .content{
  color: #181412;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
}

.info-section .content .bold-font{
  font-weight: 700;
}

.info-section .content > ul{
  list-style-type: disc; 
}

.info-section .content > li{
  color: #181412;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  list-style-type: disc; 
}

.info-section .content > p{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin:0;
}

.info-section .content > p > span{
  color: #C9338B;
}

.btn-group{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.quick-btn-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: visible;
  gap: 0; 
}

.quick-btn-left {
  position: relative;
  flex: 1;
  /* max-width: 524px; */
  min-height: 156px ;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border : 1.5px solid black;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;

  
  background-size: auto; 
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.quick-btn-left.blue{
   background-image: url('../images/main_oneday_container.png');
  
}

.quick-btn-left.yellow{
   background-image: url('../images/main_ticket_bg.png');
}


.btn-left-img {
  width: 100%;
  height: 100%;
  display: block;
}

.quick-btn-right {
  flex: 0 0 170px;
  min-width: 0;
  margin-left: -2px; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;

  border : 1.5px solid black;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #FFF;
}

.btn-right-img {
  width: 75px;
  height: 75px;
  display: block;
}


.quick-btn-label-blue {
  position: absolute;
  display: block;
  width: 90%;
  top: 50%;
  left: 50%;
  white-space: normal;
  word-break: keep-all;
  text-align: center;
  line-height: 1.2;
  z-index: 2;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 36px;
  background-color: white;
  color: #181412;
  font-weight: 800;
  font-style: normal;
line-height: normal;
}


.quick-btn-label-yellow {
  position: absolute;
  display: block;
  width: 45%;
  top: 50%;
  left: 50%;
  white-space: normal;
  word-break: keep-all;
  text-align: center;
  line-height: 1.2;
  padding: 0 12px;
  z-index: 2;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 36px;
  background-color: white;
  color: #181412;
  font-weight: 800;
  font-style: normal;
line-height: normal;
}

.info-desc{
  white-space:wrap
}

.info-desc > ul{
  list-style-type: disc; 
  color: #181412;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.info-desc .font-pink{
  color: #C9338B;
  font-weight: 700;
}

.pre-view{
  width: 100%;
  flex-shrink: 0;
  background: #D9D9D9;
}
.pre-view img{
	width:100%;
}

.info-detail{
  display: flex;
  padding: 32px 40px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border: 1px solid #181412;
  border-top: 10px solid #181412;
  background: #FFF;
  max-width: 100%;

  color: #181412;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  text-align: center;
}

.class-list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.class-list .class{
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.class-list .class .class-img{
  width: 256px;
  height: 256px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #D9D9D9;
  border-radius: 50%;
  overflow:hidden;
}

.class-list .class .class-img img {
	max-width:auto;
	height:100%;
}
.class-list .class .class-img::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url('../images/ex-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.class-list .class .class-img2 {
  width: 256px;
  height: 256px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #D9D9D9;
  border-radius: 50%;
  overflow:hidden;
}

.class-list .class .class-img2 img {
	max-width:auto;
	height:100%;
}

.class-desc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.class-title{
  color: #181412;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.class-content{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.class-content-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;

  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.class-content-detail{
  max-width: 688px;
  height: auto;
  padding : 12px 24px;
  border-radius: 10px;
  
  background-image: url('../images/beige-bakground.png');
  background-size: cover;
  background-position: center;
  text-align: center;
  
  color: #000;
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  align-items: center;
}

.class-content-detail > span{
  color: #451B1C;
}

.class-list .line-container {
 margin: 16px 0;
  border-bottom : 1px solid #ccc;
  width: 100%;
}

.map-img{
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 20/9;
}

.location{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.location .tit{
  color: #181412;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 135%; /* 32.4px */
}

.location .desc{
  color: #181412;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.directions{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.directions .desc{
  width: 100%;
}

.discount-info table td,
.discount-info table th {
  padding: 20px;
  line-height: 140%;
}

.transport-icon{
  background-size: cover;
  background-position: center;
  text-align: center;
}

.bus-icon{
  background-image: url('../images/bus-icon.png');
}

.subway-icon{
  background-image: url('../images/subway-icon.png');
}

.parking-icon{
  background-image: url('../images/parking-icon.png');
}

.tit-wrapper{
  color: #181412;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.directions .tit-wrapper{
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.transport-icon{
  width: 50px;
  height: 50px;
}

.directions .desc1{
  color: #181412;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 135%; /* 32.4px */
  margin-bottom: 8px;
}

.directions .desc2{
  color: #181412;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
}

.directions .desc2 > span{
  font-weight: 700;
}

.info-content2 .line-container {
 margin: 16px 0;
  border-bottom : 1px solid #ccc;
  width: 100%;
}

.pay-info{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.discount-info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.discount-info .tit{
  color: #181412;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 135%; /* 32.4px */
}

.submenu-container2 {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
  /* margin: 40px 0 0; */
  gap:4px;
}

.submenu-container2 li {
  flex: 1;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #999;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 37.8px */
}

.submenu-container2 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 4px;
  width: 100%;
  background-color: #aaa;
}

.submenu-container2 li.active {
  color: #181412;
  font-weight: 800;
}

.submenu-container2 li.active::after {
  height: 10px;
}

.submenu-container2 li.active::after {
  background-color: #2BA9E0; /* 파란색 언더라인 */
}

.info-section-width{
  width: 100%;
  overflow-x: auto;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}

.table-default.wrap {
  table-layout: auto;
  /* width: 100%; */
  width: max-content;
  border-collapse: collapse;
}

.table-default.wrap th,
.table-default.wrap td {
  white-space: normal;
  word-break: break-word; 
} 

.user-ticket-table {table-layout : fixed; width: 100%}
.user-ticket-table tr > *{white-space:normal}



#time-list {
	width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
    align-content: flex-start;
}

#time-list button {width:30%;font-size: 18px;}

@media screen and (min-width: 999px) {
  .line-container-top {
    display: none !important;
  }

}

@media screen and (max-width: 1024px) {
	.table-default th  {text-align: center}
	.table-default td , .table-default th {padding: 0 16px; white-space:normal}
	.table-default td small { white-space:normal}
	#user-booking-table tr th:first-child, #user-booking-table tr td:first-child {display:none}
	
	
}

@media (max-width: 1199px) {
  .add-btn, .cancel-btn {
  	font-size: 20px;
  	padding: 10px 20px;
  }
  
  .breadcrumb-container{
    display: none;
  }

  .submenu-container li {
    font-size : 24px;
  }

  .submenu-container-inner li {
    font-size : 24px;
  }


  .package-grid2 {
    width: calc((100% - 24px) / 2);
    box-sizing: border-box;
  }

  .package-grid3 {
    width: calc((100% - 54px) / 2);
    box-sizing: border-box;
  }

  .prgoram-detail-wrapper{
    flex-direction: column;
    align-items: stretch;
  }

  .prgoram-detail-wrapper img{
    width: 100%;
    height: 100%;
  }

  .selector-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 0;
  }

  .date-range {
    flex-wrap: nowrap;
  }

 .package-grid4 {
  width: 100%;
  }

  .submit-right-div {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .btn-list{
    margin-left: 0;
  }

  .notice-card{
    min-height: 0;
  }

/* 아트스테이션 소개 */
  .btn-right-img {
    display: none;
  }

  .quick-btn-wrap{
    display: block;
  }

  .quick-btn-left{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .quick-btn-right{
    border: 0;
  }

  .info-main2 {
  padding: 24px 0;
  }
  
  .quick-btn-label-blue, .quick-btn-label-yellow{
    font-size:28px
  }

  .submenu-container2 li {
    font-size: 20px;
  }


	.table-default th, .table-default td, td .btn-basic {font-size: 18px} 
	.firstFit {table-layout:flxed !important;}
	#my-student-table th:first-child {display:none;}
	#user-exp-list {table-layout: fixed}
	#user-exp-list th, #user-exp-list td {padding: 0 10px}
	
	.package-sub-title {display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2; height:50px !important; word-break: break-word !important; overflow: hidden;  text-overflow: ellipsis; font-size: 20px;}

	.package-wrapper .package-grid {gap:32px !important;}
	.packge-basic .basic-wrap .basic-cont {font-size: 16px;}
	.packge-basic .basic-wrap .basic-item img {margin-right:5px;}
	.package-grid  .package-card-detail {width:50%;}
}

@media (max-width: 779px) {
	
	.submenu-container li a span {
    	display:none
    }
    .submenu-container li a .mo {
    	display:block
    }
  .submenu-container li {
    font-size : 18px;
    padding: 0 10px
  }

  .submenu-container-inner li {
    font-size : 20px;
  }
   .title-container {padding:30px; margin-top:0}
   .title-container2 {height: auto; margin-top:24px}
  
  .title-container2 .breadcrumb-container {display:none}

  .title-icon{
    width: 24px;
    height:24px;
  }
  .page-title{
    font-size: 24px;
  }

  .page-title2{
    font-size: 24px;
  }

  .page-desc {
  	display:none;
  }
  
  .table-tit{
    font-size: 20px;
  }

  .radio-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding : 17px 0;
    
  }
  
  .td-radio label {
    font-size: 16px;
  }
  
    .package-grid {
    flex: 1 1 100%;
    max-width: 100%;
  }
  

  .package-grid2 {
    width: 100%;
  }

  .package-grid3 {
    width: 100%
  }

  .package-title{
    font-size: 24px;
  }


  .program-tit{
    font-size: 24px;
    text-align: center;
  }

  
 .program-info{
  	justify-content:center;
  	padding: 24px;
  	margin: 0
  }

  .program-info::before{
   display: none; 
  }

  .program-content{
    font-size: 16px;
  }

  .package-detail-desc{
    font-size: 16px;
  }

  .package-desc{
    font-size: 16px;
    margin-top:10px
  }
  
  .package-card {
  	height: auto !important;
  	margin:0;
  }

  .service-info-box {
    flex-direction: column;
    align-items: stretch;
  }

  .service-title{
    font-size: 32px;
  }

  .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* max-width: 300px; */
    margin: 0 auto;
  }

  .service-img img{
    max-height: 100%;
  }

  .children-check {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .notice-info{
    padding: 24px;
  }

  .notice-info::before{
    display: none;
  }

  .notice-detail-tit{
   font-size: 24px; 
  }

  .notice-detail-content{
    font-size: 16px;
  }

  .student-table{
    flex-direction: column;
    gap: 24px;
  }
  .student-table table{
    max-width: 100%;
  }

  .schedule-table{
    flex-direction: column;
    gap: 24px;
  }

  .schedule-table table{
    max-width: 100%;
  }

  /* 아트스테이션 소개 */
  .btn-group{
    flex-wrap: wrap; 
  }

  .class-list .class .class-img{
    width: 120px;
    height: 120px;
  }

  .class-list .class .class-img2{
    width: 120px;
    height: 120px;
  }


  .class-list .class .class-img::before {
    height: 37.5px;
    width:37.5px;
  }

  .class-list .class .class-title {
    font-size: 20px;
  }

  .class-list .class .class-content, .class-content-list {
    font-size: 18px;
  }

  .class-content-detail{
    font-size: 16px;
    text-align: center;
  }

  .location .tit{
    gap: 20px;
  }

  .location .desc{
    font-size: 18px;
  }

  .tit-wrapper{
    font-size: 28px;
  }

  .directions .desc1{
    font-size: 20px;
  }

  .directions .desc2{
    font-size: 18px;
  }
  .transport-icon{
    width: 40px;
    height: 40px;
    font-size:22px
  }

  .info-main2 {
  padding: 16px 0;
  }

  .info-content{
    width: 100%;
    padding: 0;
    gap: 24px;
  }

  .info-section .title{
    font-size: 20px;
  }

  .icon-item {
    flex: 1 1 100% !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-direction: column;
    
  }

  .info-sub-title > p{
    font-size: 20px;
  }

  .info-icon-list{
    padding: 24px 0px;
    gap: 16px;
  }

  .dashed-line {
    height: 1px;
    border-top: 2px dashed #999;
    width: 100%;
  }

  .quad-layout {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    /* padding: 16px; */
    gap: 24px;
  }

  .quad-layout .cell {
    width: 100%;
    border: none;
    padding: 0;
  }

  .quad-layout .image {
    width: 100%;
    aspect-ratio: 350.00/225.95;
  }
  
  .quad-layout .image img {width:100%}

  .quad-layout .text {
    
    font-size: 18px;
    text-align: center;
    padding: 0;
    line-height: 150%;
  }

  .beige-text{
    background: none;
  }

  .quad-layout::after{
    display: none;
  }

  .quad-layout .cell {
    order: unset;
  }

  .quad-layout .image-01 { order: 1; }
  .quad-layout .top-right { order: 2; }
  .quad-layout .image-02 { order: 3; } 
  .quad-layout .bottom-left { order: 4; }

  .page-numbers{
    display: none;
  }

  .info-image-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .info-image-list .image {
    width: 100%;
  }

  .info-detail{
    font-size: 16px;
  }

  .submenu-container2 li {
    font-size: 20px;
  }
	.info-sub-content2 {gap: 0}
  .info-content2{
    gap:24px;
  }
  
  	.package-wrapper2 {gap:0 !important;}
  	
  	
  	.table-default th, .table-default td {font-size: 16px}
  	#my-student-table th {display:none;}
	td .btn-basic {font-size: 16px;}
	
	.modal-box, .qr-modal-box, .add-student-modal-box {width: 90vw;}
	
	#search-result-table tr {display:block; flex-wrap:wrap}
	#search-result-table tr > * {width: 100%; min-height:62px; height: auto; display: flex; align-items:center; flex-direction: column; justify-content: center}
	.add-student-modal-box {padding: 20px 30px; max-height: 70vh; height: auto}
	#search-result-table tr:last-child td {flex-direction:row}
	.modal-btn {font-size: 16px}
	
	
	

	.user-ticket-table tr:first-child {display:none;}
	.user-ticket-table tr:nth-child(2) { border-top : 2px solid #181412 }
	.user-ticket-table tr {display: flex; flex-wrap:wrap; width: 100%;border:1px solid #181412}
	.user-ticket-table tr td { border-right:1px solid #888; width:50%; display:flex; align-items:center; flex-wrap:wrap; justify-content:center}	
	.user-ticket-table tr td small {width: 100%}
	.user-ticket-table tr td:last-child {width:100%;border:0 }
	.user-ticket-table tr .td-title {width:100%; border:0}
	.user-ticket-table tr > *:not(:first-child):not(.no-border)::before {display:none}
	.user-ticket-table td:nth-child(1) {display:none}
	.user-ticket-table td:nth-child(2), .user-ticket-table td:nth-child(3), .user-ticket-table td:nth-child(6) {border-right:0;}
	.user-ticket-table td[colspan="7"] {display:flex; width:100%; align-items:center; justify-content:center; border-left:0; border-right:0}

	#user-payment-table tr:first-child {display:none;}
	#user-payment-table tr:nth-child(2) { border-top : 2px solid #181412 }
	#user-payment-table tr {display: flex; flex-wrap:wrap; width: 100%;border:1px solid #181412}
	#user-payment-table tr td { border-right:1px solid #888; width:50%; display:flex; align-items:center; flex-wrap:wrap; justify-content:center}	
	#user-payment-table tr > *:not(:first-child):not(.no-border)::before {display:none}
	#user-payment-table td:nth-child(1) {display:none}
	#user-payment-table tr td:last-child {width:100%;border:0 }
	#user-payment-table td:nth-child(3), #user-payment-table td:nth-child(5) {border-right:0;}
	#user-payment-table td:nth-child(2), #user-payment-table td:nth-child(3) {border-bottom:0}
}

@media (max-width: 570px) {
	
	.page-title2 {font-size: 20px}
	.add-btn, .cancel-btn {
		font-size: 16px;
	}
	
	.connector-dot {
		width: 14px;
		height : 25px;
	}
	
	.class-list .class {
		flex-wrap :wrap;
		justify-content: center;
		flex-direction: column;
	}
	
	.class-list .class .class-img, .class-list .class .class-img2 {
		width: 80vw;
		height: auto;
	}
	
	.class-list .class .class-img::before {
		height: 20vw;
        width: 20vw;
	}
	
	.class-desc {
		justify-content: center;
	}
	
	.class-list .class .class-title {
		margin: 0 auto;
		font-size: 22px
	}
	.class-list .class .class-content, .class-content-list {
		text-align: center;
		margin: 0 auto
	}
	
	.location .tit, .tit-wrapper {
		font-size: 18px
	}
	
	.location .desc, .directions .desc1, .directions .desc2 {
		font-size: 18px
	}
	
	.notice-grid {gap: 10px}
	.notice-card {padding: 10px}
	.notice-card a {display: block; width: 100%;}
	.notice-title {font-size: 16px; margin-bottom:16px}
	.notice-detail-tit {font-size: 16px}
	.notice-detail-content {width: 100%; font-size: 16px}
	.notice-detail-content p  a {width: 100%;white-space: normal; word-break: break-word;}
	
	.page-btn {width: 32px; height:32px; background-size: contain}
	.page-btn.number {font-size: 16px}
	
	.connector-line {top:12px}
	
	.package-card .package-title, .program-tit {font-size: 20px}
	
	.package-grid {width: 100%; flex: 0 0 100% !important;}
	.package-card {padding: 20px 12px 12px}
	.package-sub-title {font-size: 16px; height: auto !important; display:block !important;padding-bottom:10px}
	.package-grid .btn-wrap {margin-top:0 !important}
	
	.connector-line {padding: 0 10px}
	.dot-group {gap :20px}
	
	.table-tit, .cal-tit, .time-tit {font-size: 16px}
	.package-card-detail {padding:10px}
	#calendar .fc-toolbar-title {font-size: 20px}
	#calendar .fc-daygrid-day {font-size: 14px; height: 60px}
	td .btn-basic {font-size: 16px;}
	
	#my-info-table {table-layout : fixed !important}
	#my-info-table th {width: 30%; padding: 0 16px;white-space: normal;word-break: break-word;}
	#my-info-table td {padding: 0 16px;white-space: normal; word-break: break-word;}
	#my-student-table tr {display:flex; width:100%; flex-wrap:wrap;}
	#my-student-table tr td {display:block; line-height: 62px;  }
	#my-student-table tr td:nth-child(3) {width:50%; border-left: 1px solid #181412}
	#my-student-table tr td:nth-child(5) {width:50%; border-left: 1px solid #181412; border-right: 1px solid #181412}
	#my-student-table tr td:nth-child(6) {width:100%; border-top:0; border-left: 1px solid #181412; border-right: 1px solid #181412}
	#my-student-table tr td:nth-child(6) .td-right {justify-content: center;align-items: center;height:100%}
	#my-student-table tr > *:not(:first-child):not(.no-border)::before {display: none}
	
	.modal-box, .qr-modal-box, .add-student-modal-box {width: 90vw;}
	
	#search-result-table tr {display:block; flex-wrap:wrap}
	#search-result-table tr > * {width: 100%; min-height:62px; height: auto; display: flex; align-items:center; flex-direction: column; justify-content: center}
	.add-student-modal-box {padding: 20px 30px; max-height: 70vh; height: auto}
	#search-result-table tr:last-child td {flex-direction:row}
	.modal-btn {font-size: 16px}

	.sort-wrap {padding: 20px 0 }
	
}




