body {
  margin: 0;
  width: 100%;
  height: 100%;
  color:#303035;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{border:none;}
p {
  margin: 0;padding: 0;
}
ul, li {
  list-style: none;
}
input,select{font-family: 'Pretendard';font-size: 16px;}
a{color: #303035;}
/*
* {
  box-sizing: border-box;
}
*/

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

.cursor {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.spin-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-modal-confirm-content {
  max-width: 100% !important;
}

.ant-input:hover {
  border-color: #13348f !important;
}

.ant-btn-primary:not(:disabled):hover {
  color: #fff !important;
  fill: #fff !important;
}

/* ant segment Start */
.segmented .ant-segmented .ant-segmented-item {
  border: 1px solid none;
}

.segmented .ant-segmented.ant-segmented-lg .ant-segmented-item-label {
  font-size: 24px;
}

.ant-segmented .ant-segmented-item-selected {
  border: 1px solid !important;
}
/* ant segment End */

/* ant table sorter icon Start */
.list .ant-table-column-sorter {
  content: url("/public/img/common/sort_icon.png");
  width: 18px;
  height: 18px;
}
/* ant table sorter icon End */

/* table link control Start */
.list .ant-btn-link {
  color: #13348f;
}

.list .ant-btn-link:hover {
  color: #b4e138;
}

.notice-table .ant-table-thead {
  background-color: black;
}

.url .ant-btn {
  padding: 0;
}
/* table link control End */

/* ant inputbox size Start */
.inputbox-size {
  width: 282px;
  height: 40px;
}
/* ant inputbox size End */

.ant-select-dropdown {
  min-width: fit-content !important;
}

.list .ant-table-cell {
  max-width: 480px;
}

.section_select .select-box .ant-select-arrow {
  color: white;
}

.month-schedule {
  width: 100%;
  display: flex;
  align-items: center;
}

.month-schedule .scd-circle {
  min-width: 8px;
  height: 8px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.month-schedule .scd-time {
  margin-right: 3px;
}

.month-schedule .scd-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.search-btn {
  cursor: pointer;
  color: #d9d9d9;
  font-size: 22px;
}

.search-btn:hover {
  color: #13348f;
}

.ant-skeleton.ant-skeleton-element {
  width: 100%;
}

.alert-modal .ant-modal-body {
  white-space: pre-line;
}

.alert-modal {
  width: 455px !important;
}

.alert-modal>.ant-modal-content {
  border-radius: 3px;
}

.alert-modal .ant-btn-default {
  padding-left: 36px;
  padding-right: 36px;
  border-radius: 1px;
}

.alert-modal .ant-btn.ant-btn-lg {
  padding-left: 36px;
  padding-right: 36px;
  border-radius: 3px;
}

.alert-modal .ant-modal-footer {
  margin-top: 22px;
}

.alert-header {
  display: flex;
  align-items: center;
  column-gap: 13px;
}

.alert-icon {
  width: 38px;
  height: 38px;
  background-color: #e3e4f7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-icon>svg {
  width: 23px;
  height: 20px;
}

.alert-title {
  font-family: "Pretendard";
  font-size: 19px;
  color: #282828;
}

.alert-content {
  font-family: "Pretendard";
  font-size: 16px;
  color: #333;
  margin-left: 10px;
}

/* floating Start */
.float-wrap {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1f299c;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  font-family: "Pretendard";
  z-index: 99;
  display: block;
  border: none;
  position: fixed;
  height: auto;
  box-shadow: none;
  min-height: 40px;
  inset-inline-end: 24px;
  inset-block-end: 48px;
  right: 39px;
}

.float-wrap-area {
  background-color: #1f299c;
  border-radius: 39px;
  width: 79px;
}

.float-wrap-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 15px 0 20px 0;
  padding: 0;
}

.float-wrap-list button {
  cursor: pointer;
}

.float-wrap-list button:hover {
  background-color: hsla(0,0%,100%,.1);
}

.float-wrap-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
	max-width: 34rem;
	opacity: 0;
  gap: 8px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}

.float-wrap.on .float-wrap-list li {
	opacity: 1;
	transform: translateY(0);
}

.float-wrap.on .float-wrap-list li:nth-child(1) {
	transition-delay: 0.1s;
}

.open-btn {
  position: fixed;
  inset-inline-end: 24px;
  inset-block-end: 49px;
  margin: 0;
  padding: 0;
  color: #1f299c;
  line-height: 1.5;
  list-style: none;
  font-family: "Pretendard";
  display: block;
  z-index: 98;
  border: none;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background: #fff;
  font-size: 21px;
  right: 39px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),0 3px 6px -4px rgba(0, 0, 0, 0.12),0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.float-wrap-list button {
  width: 51px;
  height: 51px;
  border: none;
  background-color: hsla(0,0%,100%,.17);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-title {
  color: #fff;
  font-family: "Pretendard";
  font-size: 14px;
  font-stretch: normal;
  font-style:normal;
  font-weight:400;
  height: 14px;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.youtube_icon img {
  width: 27px;
}

.instagram_icon img {
  width: 26px;
}

.jetema_icon img {
  width: 23px;
}

.eptq_icon img {
  width: 39px;
}
/* floating End */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.loading_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.fontBold{font-weight: bold !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 50px !important;}
.mb50{margin-bottom: 30px !important;}
.mb100{margin-bottom: 100px !important;}
.w40{width:40% !important;}
.w50{width:50% !important;}
.w100{width:100% !important;}
.db100{display: block !important;}
.pr0{padding-right: 0 !important;}
.hwLine{background:#666;height: 1px;margin: 50px 0;width: 100%;}
p.noData{color:#999;font-family:'Pretendard';font-size:16px;text-align: center;padding: 80px 0;}
.alignLeft{text-align: left !important;}
.profile img{width:35px;border-radius: 30px;margin-right: 5px; height: 35px;}

.btnGray{background: #FFF !important;border: 1px solid #1f299c !important;color:#1f299c !important;font-weight: bold; }
.btnGray:hover{background: #1f299c !important;transition:0.2s;color:#FFF !important;font-weight: 400;}

.privacyPolicyWrap{text-align:left;color:#303038;font-size: 16px;line-height: 1.4;font-family: 'pretendard';padding-bottom: 50px;}
.privacyPolicyWrap h3{font-weight: 600;font-size:18px;margin:5px 0 20px;}
.privacyPolicyWrap p{color: #777;padding:15px 0 15px;font-size: 16px;}
.privacyPolicyWrap h4{font-weight: 600;margin:50px 0 10px 0;font-size: 16px;}
.privacyPolicyWrap ul{margin: 10px 0 0 10px;padding: 0;}
.privacyPolicyWrap ul li{margin: 10px 0 6px 10px;padding: 0;}
.privacyPolicyWrap ul li strong{font-size: 16px;}
.privacyPolicyWrap h5{font-weight: 600;margin: 40px 0 8px 0;font-size: 16px;}

.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1001;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}
.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}
.blocker.behind{background-color:transparent}
.modal{display:none;vertical-align:middle;position:relative;z-index:1002;max-width:900px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}
.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}
.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}
.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}
.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}
.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}
.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}

.whiteMast{background: rgba(255, 255, 255, 0.85) !important;}
.loadingPopup{background: none !important;text-align: center;box-shadow:none !important;}
.loadingPopup img.loadingIcon{width:80px;height:80px;text-align: center;}
.loadingPopup p{font-size:16px;color:#06a7e1;padding:0;text-align: center;}


@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}
@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}


@media all and (min-width: 768px) and (max-width: 1023px) {
  /* floating Start */
  .float-wrap {
    right: 27px;
  }

  .float-wrap-area {
    width: 56px;
  }

  .float-wrap-list li {
    gap: 4px;
  }

  .open-btn {
    width: 56px;
    height: 56px;
    font-size: 16px;
    right: 27px;
  }

  .youtube_icon img {
    width: 19px;
  }
  
  .instagram_icon img {
    width: 19px;
  }
  
  .jetema_icon img {
    width: 15px;
  }
  
  .eptq_icon img {
    width: 27px;
  }

  .float-wrap-list button {
    width: 36px;
    height: 36px;
  }

  .float-wrap-list {
    gap: 21px;
    margin: 13px 0 15px 0;
  }

  .float-title {
    font-size: 11px;
  }
}

@media all and (max-width: 767px) {
  .float-wrap {
    right: 8px;
  }

  .float-wrap-area {
    width: 53px;
  }

  .float-wrap-list li {
    gap: 4px;
  }

  .open-btn {
    width: 53px;
    height: 53px;
    font-size: 15px;
    right: 8px;
  }

  .youtube_icon img {
    width: 17px;
  }
  
  .instagram_icon img {
    width: 16px;
  }
  
  .jetema_icon img {
    width: 13px;
  }
  
  .eptq_icon img {
    width: 25px;
  }

  .float-wrap-list button {
    width: 36px;
    height: 36px;
  }

  .float-wrap-list {
    gap: 19px;
    margin: 13px 0 15px 0;
  }

  .float-title {
    font-size: 10px;
  }

}

@media all and (min-width: 1025px) {

}

@media all and (min-width: 768px) and (max-width: 1024px) {

}

@media all and (max-width: 767px) {

}

.ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}
.ant-modal-root .ant-modal-centered {
    text-align: center;
}

.ant-modal-root .ant-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.ant-modal-root .ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .ant-modal-root .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8 auto;
    }

    .ant-modal-root .ant-modal-centered .ant-modal {
        flex: 1;
    }
}

.ant-modal .ant-modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    padding: 40px 35px;
    border-radius: 4px;
}

.ant-modal .ant-modal-footer {
    display: flex;
/*     justify-content: space-between; */
    justify-content:center;
    background: transparent;
    margin-top: 40px;
}

.ant-modal .ant-modal-footer.alert {
    display: flex;
    justify-content:center;
    background: transparent;
    margin-top: 12px;
}

.ant-modal-root .ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.ant-modal-root .ant-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.ant-btn.ant-btn-lg {
    width: 50%;
    font-size: 16px;
    height: 46px;
    padding: 6.428571428571429px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.ant-btn.ant-btn-lg:first-child {
    margin-right: 5px;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1f299c;
    border: 0;
    cursor: pointer;border-radius: 3px;
}
.ant-btn-primary:hover{background-color: #445ccc;transition: 0.2s;}

.ant-btn-default {
    color: #282828;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: none;
	cursor: pointer;
}

.ant-form-item .ant-form-item-control {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ant-form-item .ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}

.alert-title {
    font-weight: 600;
}

.alert-content {
    line-height: 1.4;
    padding: 10px 0;
}