@charset "utf-8";
.btnBox.right,
.mbtnBox.right {
  justify-content: flex-end;
  text-align: center;
  margin-top: 4rem;
}

.btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 5rem;
}

.mbtnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem !important;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  min-width: 16rem;
  height: 5.3rem;
  color: #3D3A48;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 0.6rem;
  border: 1px solid #3D3A48;
  background: #FFF;
  cursor: pointer;
}

.btn.bg-bk {
  color: #fff;
  background: #3D3A48;
}

.btn.bg-bl {
  color: #fff;
  border-color: var(--main);
  background: var(--main);
}

.btn.bg-gy {
  background: #F5F5F5;
}

.mbtnBox .btn {
  padding: 0 3rem;
  min-width: auto;
  height: 4.6rem;
  font-size: 1.7rem;
}

.btn.small {
  display: inline-flex;
  padding: 0.6rem 1.5rem;
  min-width: auto;
  height: 3.1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 2.4rem;
  border: 1px solid #3D3A48;
  background: #3D3A48;
  cursor: pointer;
}

.btn-search {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  height: 4.6rem;
  padding: 0 6rem 0 3rem;
  color: #FFF;
  font-weight: 600;
  line-height: 180%;
  border-radius: 0.6rem;
  border: 1px solid #3D3A48;
  background: #3D3A48 url(/share/images/ay/sub/btn-search.svg) no-repeat right 3rem center / 2.2rem;
}

.btn-input {
  display: inline-block;
  padding: 0 2rem;
  color: #FFF;
  font-weight: 600;
  line-height: 180%;
  border-radius: 0.6rem;
  border: 1px solid #3D3A48;
  background: #3D3A48;
}

.need {
  color: #980606;
  font-weight: 400;
}

.c_rd {
  color: #B70B0B;
}

.c_bl {
  color: #171988;
}

.st-tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 2.4rem;
  border: 1px solid transparent;
  background: #FFF;
}

.st-tag.c_bl {
  color: var(--main);
  border-color: var(--main);
}

.st-tag.c_rd {
  color: #980606;
  border-color: #980606;
}

.st-tag.c_gy {
  color: #696969;
  background: #DDD;
}

.ps {
  text-align: center;
  padding: 1.6rem 2rem;
  color: #FFF;
  border-radius: 3.5rem;
  background: #0D1E65;
}

.ps span {
  color: #FFE863;
  font-weight: 800;
}

.ps span a {
  color: #FFE863;
  font-weight: 800;
}

.ps+.search {
  margin-top: 2rem;
}

.search {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 3rem 5rem;
  border-radius: 1.5rem;
  border: 1px solid #D5D7E8;
  background: #F8F9FF;
}

.search div,
.search div>p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.search div input[type='text'],
.search div select {
  height: 4.6rem;
  padding: 0 1rem;
  border-radius: 0.6rem;
  border: 1px solid #BFC4CE;
  background: #FFF;
}

.search div select {
  width: 22rem;
  background: #fff url(/share/images/ay/sub/ic-select.svg) no-repeat right 1rem center / 1.5rem;
  appearance: none;
}

.search div>p {
  flex: 1 1 auto;
  max-width: 58.1rem;
}

.search div input[type='text'] {
  flex: 1 1 auto;
  width: 100%;
}

.search dl {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #E0E2EE;
}

.search dl:nth-last-of-type(1) {
  border-bottom: none;
}

.search dl dt {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 20rem;
  font-weight: 500;
  line-height: 180%;
}

.search dl dd {
  display: flex;
  gap: 0.4rem;
  width: 100%;
}

.search dl dd select,
.search dl dd input:not(.btn-search) {
  height: 4.6rem;
  border-radius: 0.6rem;
  border: 1px solid #BFC4CE;
  background: #FFF;
}

.search dl dd select {
  background: #fff url(/share/images/ay/sub/ic-select.svg) no-repeat right 1rem center / 1.5rem;
  appearance: none;
}

.search .search-tab {
  display: flex;
  gap: 0 2rem;
  flex-wrap: wrap;
  overflow: hidden;
}

.search .search-tab li {
  position: relative;
}

.search .search-tab li::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: calc(50% - 2.7rem / 2);
  width: 0.1rem;
  height: 2.7rem;
  background: #B9B9B9;
}

.search .search-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.6rem;
  padding: 0 1.5rem;
  line-height: 180%;
}

.search .search-tab .select a {
  color: #FFF;
  font-weight: 700;
  border-radius: 0.6rem;
  background: #4262E4;
}

.search dd .inline-con {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
}

.search dd .inline-con>li:has(select) {
  flex-basis: 33.3%;
  max-width: 22rem;
}

.search dd .inline-con select {
  position: relative;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

.search dd .chk-list {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.search dd .chk-list>li input {
  position: absolute;
  z-index: -1;
}

.search dd .chk-list>li label {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  height: 4.6rem;
  line-height: 180%;
  border-radius: 0.6rem;
  border: 1px solid #BFC4CE;
  background: #FFF;
  cursor: pointer;
}

.search dd .chk-list input:checked+label {
  color: #fff;
  border-color: var(--main);
  background: var(--main);
}

.search dd .chk-list>li input:focus-visible+label {
  outline: 2px dashed var(--main);
  box-shadow: inset 0 -2px 0 #fff, inset 0 2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff !important;
}

.search .input-search {
  width: 45.7rem;
  padding: 0 1rem;
}

.info-box+.search-array {
  margin-top: 4rem;
}

.search-array {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}

.search-array>p {
  flex: 1 1 auto;
  text-align: right;
  font-size: 1.8rem;
  line-height: 180%;
}

.search-array ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.search-array li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-array li .tit {
  font-weight: 700;
  line-height: 180%;
}

.search-array li select {
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 12rem;
  background: url(/share/images/ay/sub/ic-select.svg) no-repeat right 1rem center / 1.5rem;
  appearance: none;
}

.search-array li input[type=date],
.search-array li input[type=text] {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 18rem;
  border: none;
}

.search-array li input[type=text] {
  background: url(/share/images/ay/sub/ic-select.svg) no-repeat right 1rem center / 1.5rem;
}

.search-array li input[type=text]::placeholder {
  color: #222;
}

.search-array input[type='submit'] {
  padding: 0 2rem;
  line-height: 180%;
  border-radius: 2.6rem;
  border: 1px solid #BDBDBD;
  background: #FFF;
  cursor: pointer;
}

.btnBox+.paging {
  margin-top: 0.5rem;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 4rem;
}

.paging .btn-page {
  flex: 0 0 auto;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(/share/images/ay/sub/btn-page.svg) no-repeat 0 0 / 12.8rem;
}

.paging .btn-page.prev {
  background-position: -3.2rem 0;
}

.paging .btn-page.next {
  background-position: calc(-3.2rem * 2) 0;
}

.paging .btn-page.last {
  background-position: calc(-3.2rem * 3) 0;
}

.paging .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
}

.paging .num.select {
  color: #fff;
  font-weight: 700;
  border-radius: 0.6rem;
  background: #3D3A48;
}

.general-board:has(.nodata) {
  border-top-width: 0.2rem;
}

.general-board {
  border-top: 0.3rem solid #000;
}

.general-board .nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  min-height: 18rem;
  border-bottom: 1px solid #000;
}

.general-board .dl-list>li,
.general-board .dl-list>li dl{
  display: flex;
  align-items: center;
  width: 100%;
}

.general-board .dl-list>li {
  border-bottom: 1px solid #E0E2EE;
}

.general-board .dl-list>li dl dt {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  min-width: 30rem;
  min-height: 6.6rem;
  font-weight: 600;
  line-height: 180%;
}

.general-board .dl-list.col2>li dl dt {
  min-width: 20rem;
}

.general-board .dl-list>li dl dd {
  flex: 1 1 auto;
  width: 100%;
  padding: 1rem 1.5rem;
  line-height: 180%;
}

.general-board .dl-list>li dl dd:has(.r_txt) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.general-board .dl-list>li dl dd .btn-input {
  flex: 0 0 auto;
  height: 4.6rem;
  line-height: 4.6rem;
}

.general-board .dl-list.dl-title>li {
  border-bottom-color:#BFC4CE;
  background: #F9F9F9;
}

.general-board .dl-list.dl-title>li:nth-last-child(1) {
  border-bottom-color: #000;
}

.general-board input[type='text'],
.general-board input[type='password'],
.general-board input[type='file'],
.general-board select,
.general-board textarea {
  padding: 0 1rem;
  height: 4.6rem;
  line-height: 4.6rem;
  border-radius: 0.6rem;
  border: 1px solid #BFC4CE;
  background: #FFF;
}

.board-txt {
  text-align: right;
  margin-top: 0.7rem;
}

.board-txt>li {
  font-size: 1.8rem;
  line-height: 180%; /* 3.24rem */
}

.board-txt>li.c_bl {
  color: #0E2CC2;
}

.board-list {
  width: 100%;
  table-layout: fixed;
}

.board-list th,
.board-list td {
  padding: 1rem;
  text-align: center;
  line-height: 180%;
}

.board-list thead th {
  font-weight: 600;
  border-bottom: 1px solid #000;
  background: #F5F5F5;
}

.board-list tbody tr {
  border-bottom: 1px solid #BFC4CE;
}

.board-list tbody th,
.board-list tbody td {
  color: #555;
  font-weight: 400;
}

.board-list tbody td a {
  color: #555;
}

.board-list .mid-chk {
  margin-right: 0.5rem;
  margin-top: 0.65rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.3rem;
  border: 1px solid #898F9A;
}

.board-list td .chk-flex input {
  margin-top: .8rem;
}

.board-list .title a {
  display: block;
  text-align: left;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.board-list .title:has(.new) {
  display: flex;
  gap: 0.7rem;
}

.board-list .new {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  width: 2.1rem;
  height: 2.1rem;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  border-radius: 0.3rem;
  background: #0D1E65;
}

.board-list.my-lec tbody td:first-child {
  text-align: left;
}

.board-list.club tbody td span {
  display: none;
}

.board-view .title {
  text-align: center;
  padding: 5rem 1rem;
  color: #222;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #000;
}

.board-write dt .need {
  margin-left: 0.4rem;
}

.board-write .dl-list>li input[type='text']:only-child{
  width: 100%;
}

.board-write .dl-list>li.tel dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: #555;
}

.board-write .dl-list>li.tel dd input {
  min-width: 10rem;
}

.board-write .dl-list>li.con dd textarea {
  width: 100%;
  height: 40rem;
  resize: none;
}

.board-write .dl-list>li.id dd>p,
.board-write .dl-list>li.addr dd>p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.board-write .dl-list>li.id dd>p {
  margin-bottom: 0;
}

.board-write .dl-list>li.addr dd input.w45p {
  margin-right: 0.4rem;
}

.board-write .dl-list>li.email dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: #555;
}

.board-write .dl-list .addFile li input[type='file'] {
  margin-right: 0.4rem;
  max-width: 100%;
}

.board-write .dl-list .addFile li+li {
  margin-top: 1rem;
}

.board-write .captcha dd img {
  display: inline-block;
  width: 13.8rem;
  height: 4.6rem;
  margin-right: 0.4rem;
  border-radius: 0.6rem;
  border: 1px solid #212121;
  background: #FFF;
}

.board-write .captcha dd>p {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.board-write .chk-box dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.board-write .chk-box dd input[type='checkbox'] {
  width: 1.7rem;
  height: 1.7rem;
}

.board-write.join input[type='text']:only-child,
.board-write.join input[type='password']:only-child {
  max-width: 40.5rem;
  width: 100%;
}

.lecList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.lecList>li {
  padding: 4rem 3rem;
  width: calc(50% - 3rem / 2);
  border-radius: 1.5rem;
  background: #FFF;
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.12);
}

.lecList>li.close {
  background: #FAFAFA;
}

.lecList>li a {
  display: block;
}

.lecList>li .tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BFC4CE;
  overflow: hidden;
}

.lecList>li .tit-box .tit {
  font-size: 2.4rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lecList>li .con-box {
  display: flex;
  gap: 0.7rem 2rem;
  flex-wrap: wrap;
  margin-top: 2.3rem;
}

.lecList>li .con-box>li {
  flex-basis: calc(50% - 1rem);
  position: relative;
  padding-left: 0.9rem;
  color: #555;
  font-size: 1.6rem;
}

.lecList>li .con-box>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.1rem;
  background: #8B8B8B;
}

.lecList>li .con-box>li span {
  color: #222;
  font-weight: 500;
}

.info-box+.schedule {
  margin-top: 5rem;
}

.schedule .month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 5rem;
}

.schedule .month>a {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: url(/share/images/ay/sub/btn-schedule.svg) no-repeat 0 0 / 100%;
}

.schedule .month>a.next {
  transform: rotate(180deg);
}

.schedule .month>p {
  font-size: 4.4rem;
  font-weight: 500;
}

.schedule .month>p  span {
  color: var(--main);
  font-weight: 700;
}

.schedule table {
  width: 100%;
  border-top: 0.3rem solid #000;
  table-layout: fixed;
}

.schedule table thead th {
  padding: 1.4rem 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #838383;
}

.schedule table .sun {
  color: #980606;
}

.schedule table .sat {
  color: #0E2CC2;
}

.schedule table tbody td {
  vertical-align: top;
  border-left: 1px solid #BFC4CE;
  border-bottom: 1px solid #BFC4CE;
}

.schedule table tbody td:nth-child(1) {
  border-left: none;
}

.schedule table tbody td>.date {
  text-align: center;
  width: 5.9rem;
  height: 4.1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.1rem;
  border-right: 1px solid #BFC4CE;
  border-bottom: 1px solid #BFC4CE;
}

.schedule table .book {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

.schedule table .book>li {
  text-align: center;
  padding: 0.8rem 2rem;
  border-bottom: 1px dashed #BFC4CE;
}

.schedule table .book>li:nth-last-child(1) {
  border-bottom: none;
}

.schedule table .book>li a {
  display: block;
  color: #0E2CC2;
  font-weight: 500;
}

.schedule table .book>li.close a {
  color: #868686;
  text-decoration-line: line-through;
}

.teacher-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0;
}

.teacher-list li {
  position: relative;
  width: calc(20% - (2rem * 4) / 5);
}

.teacher-list li .img {
  height: 20rem;
  background: #f0f0f0;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.teacher-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-list li .name {
  text-align: center;
  margin-top: 0.5rem;
  padding: 1rem;
  background: #f0f0f0;
  border-radius: 0 0 1rem 1rem;
  cursor: pointer;
}

.teacher-list li .name span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.teacher-list li .name span::after {
  content: '';
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: var(--menu);
  background-position: -2.1rem -5.6rem;
  transform: rotate(180deg);
}

.teacher-list li .teacher-con {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 3rem 4rem;
  width: 60rem;
  border: 2px solid #333;
  background: #fff;
  z-index: 1
}

.teacher-list li .teacher-con dl {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E0E2EE;
}

.teacher-list li .teacher-con dl:nth-last-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}

.teacher-list li .teacher-con dl dt {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 1rem;
  min-width: 10rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.teacher-list li .teacher-con dl dd {
  flex: 1 1 auto;
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
}

.teacher-list li .teacher-con dl dd:has(table) {
  padding-top: 0;
}

.teacher-list li .teacher-con dl dd table th,
.teacher-list li .teacher-con dl dd table td {
  font-size: 1.5rem;
}

.agree {
  margin-top: 5rem;
}

.agree .textarea {
  margin-top: 2rem;
  padding: 1rem;
  height: 28rem;
  border-radius: 0.6rem;
  border: 1px solid #BFC4CE;
  background: #FFF;
  overflow-y: auto;
}

.agree .textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
}

.agree .agree-txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.agree .agree-txt input[type='checkbox'] {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  border: 1px solid #BFC4CE;
}

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

.membership>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 56rem;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0.4rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.13);
  overflow: hidden;
}

.membership .user {
  margin-bottom: 5rem;
  padding: 3.1rem 3rem 3rem 3rem;
  background: var(--main);
  width: 100%;
}

.membership .user>li {
  color: #FFF;
  font-weight: 600;
  line-height: 180%;
}

.membership .user>.name {
  margin-bottom: 0.7rem;
  padding: 1.5rem 0;
  font-size: 2.4rem;
  line-height: normal;
  border-radius: 1.3rem;
  background: rgba(0, 0, 0, 0.60);
}

.membership .code {
  width: 20rem;
  border: 0.5rem solid #FFF;
}

.membership .txt {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 4rem;
  line-height: 180%;
  word-break: keep-all;
}

.membership .logo {
  margin-bottom: 3rem;
  margin-top: 0.5rem;
  padding: 1rem 0.3rem 1rem 4.6rem;
  color: #344655;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: url(/share/images/ay/logo.png) no-repeat 0 0 / 3.8rem;
}

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

.login>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5rem 3rem;
  max-width: 56rem;
  width: 100%;
  border-radius: 2rem;
  background: #F5F5F5;
}

.login .tit {
  padding-bottom: 14.5rem;
  margin-bottom: 3rem;
  min-width: 15.5rem;
  color: #000;
  font-family: var(--noto);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 180%;
  background: url(/share/images/ay/sub/login.png) no-repeat center bottom / 15.5rem;
}

.login .con-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.4rem;
}

.login .con-box .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.4rem;
}

.login .con-box .form input {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  height: 5.6rem;
  width: 100%;
  border-radius: 0.6rem;
  border: 1px solid #BFC4CE;
  background: #FFF;
}

.login .con-box .btn {
  font-size: 1.9rem;
  height: 5.6rem;
  line-height: 5.6rem;
}

.login .con-box .find {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.login .con-box .find li:nth-child(2) {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.login .con-box .find li:nth-child(2)::before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 1.5rem;
  background: #A3A3A3;
}

.login.find {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100vh;
  background: #F5F5F5;
}

.login.find>div {
  padding: 0;
}

.login.find .logo {
  padding: 1.35rem 0 1.35rem 5.9rem;
  color: #344655;
  font-family: var(--noto);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: url(/share/images/ay/logo.png) no-repeat 0 0 / 4.8rem;
  margin-bottom: 2.4rem;
}

.login.find .con-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 5rem 3rem;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0.2rem 0.2rem 1rem 0 rgba(0, 0, 0, 0.11);
}

.login.find .con-box .tit {
  padding-bottom: 0;
  background: none;
}

.login.find .con-box .txt {
  line-height: 136%;
}

.login.find .form ul {
  margin-bottom: 1.4rem;
}

.login.find .captcha {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.login.find .captcha img {
  flex: 0 0 auto;
  display: inline-block;
  width: 13.8rem;
  height: 4.6rem;
  margin-right: 0.4rem;
  border-radius: 0.6rem;
  border: 1px solid #212121;
  background: #FFF;
}

.login.find .captcha input[type='text'] {
  flex: 1 1 auto;
  width: 100%;
  height: 4.6rem;
}

.join-txt dt {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 180%;
}

.join-txt dd {
  line-height: 136%;
}

/* 팝업 안내 페이지*/
.popupBox {
  padding: 1rem;
}

.popupBox h1 {
  text-align: center;
  padding: 5rem 1rem;
  color: #222;
  font-size: 2.4rem;
  font-weight: 500;
  border-top: 0.3rem solid #000;
  border-bottom: 1px solid #000;
}

.popupBox .con-box {
  padding: 3rem;
}

.popupBox .careful {
  margin-top: 1rem;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc
}

.popupBox .careful>p {
  padding: 2rem 2.6rem;
  font-weight: 600;
  background: #f5f5f5
}

.popupBox .careful ul {
  padding: 1.2rem;
}

.popupBox .bl {
  margin-left: 1.2rem;
}

.popupBox .bl>li {
  position: relative;
  padding-left: 1rem;
  margin-top: 0.5rem;
  color: #444;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.popupBox .bl>li::before {
  content: '- ';
  position: absolute;
  left: 0;
  top: 0;
}

.popupBox .bl>li span {
  font-weight: 500;
}

.popupBox .agree {
  margin-top: 1rem;
}

.popupBox .check-con {
  padding: 2rem;
  margin-top: 2rem;
  border: 0.3rem solid #ddd;
}

.popupBox .check-con p {
  color: #444;
  word-break: keep-all;
}

.popupBox .check-con .agree .agree-txt {
  justify-content: flex-end;
}

.popupBox input[type='text'],
.popupBox input[type='password'],
.popupBox input[type='file'],
.popupBox select,
.popupBox textarea {
  padding: 0 1rem;
  height: 4.6rem;
  line-height: 4.6rem;
  border-radius: 0.6rem;
  border: 1px solid #BFC4CE;
  background: #FFF;
}

.popupBox .exempt {
  margin-top: 4rem;
  border-top: 0.2rem solid #000;
}

.popupBox .exempt dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E2EE;
}

.popupBox .exempt dl:nth-last-of-type(1) {
  border-bottom: none;
}

.popupBox .exempt dl dt {
  display: flex;
  align-items: center;
  width: 20rem;
  min-height: 6.6rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  line-height: 180%;
}

.popupBox .exempt dl dd {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  line-height: 180%;
}

.popupBox .exempt dl dd .btn-input {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
}

.popupBox .exempt .select {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  background: #E4E6E8;
}

.popupBox .exempt .result {
  margin: 3rem;
  background: #f5f5f5;
  border: 2px solid #ddd;
}

.popupBox .exempt .result ul {
  padding: 2rem;
}

.popupBox .exempt .result ul label {
  font-weight: bold;
}


.popupBox .exempt .select select {
  width: 23rem;
  font-weight: 600;
  line-height: 180%;
}

/*pc*/
@media screen and (min-width:801px) {
  .dp_mb {
    display: none !important;
  }

  .teacher-list li:nth-child(5n) .teacher-con {
    right: 0;
  }
}

/* mb */
@media screen and (max-width:800px) {
  .dp_pc {
    display: none !important;
  }

  .search {
    padding: 2rem;
  }

  .search div {
    flex-direction: column;
  }

  .search div select {
    width: 100%;
  }

  .search div>p {
    max-width: 100%;
    width: 100%;
  }

  .search div>p input[type='text'] {
    max-width: 100%;
  }

  .search dl dt {
    display: none;
  }

  .search dd .inline-con {
    flex-direction: column;
  }

  .search dd .inline-con>li:has(select) {
    flex-basis: auto;
    max-width: 100%;
    width: 100%;
  }

  .search dd .chk-list {
    flex-wrap: wrap;
  }

  .search .input-search {
    flex: 1 1 auto;
    width: 100%;
  }

  .search .btn-search {
    flex: 0 0 auto;
  }

  .paging input[type='text'] {
    height: 3.2rem;
    width: 5rem;
    border-radius: 0.6rem 0 0 0.6rem;
    border: 1px solid #BFC4CE;
    background: #FFF;
  }

  .paging .btn-input {
    height: 3.2rem;
    border-radius: 0 0.6rem 0.6rem 0;
    margin-left: -0.3rem;
  }

  .general-board .dl-list>li,
  .general-board .dl-list>li dl {
    flex-direction: column;
    align-items: flex-start;
  }

  .general-board .dl-list>li dl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .general-board .dl-list>li dl dt,
  .general-board .dl-list>li dl dd {
    padding-left: 0;
    padding-right: 0;
  }

  .general-board .dl-list.col2>li dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 1rem;
  }

  .general-board .dl-list.col2>li dl:nth-child(2) {
    border-top: 1px solid #E0E2EE;
  }

  .general-board .dl-list>li dl dt {
    padding-bottom: 0;
    min-height: auto;
  }

  .general-board .dl-list.col2>li dl dt {
    min-width: 8rem;
  }

  .general-board .dl-list.col2>li dl dd {
    flex: 1 1 calc(100% - 81rem);
  }

  .board-list thead {
    display: none;
  }

  .board-list,
  .board-list tbody {
    display: block;
  }

  .board-list tbody tr {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #BFC4CE;
  }

  .board-list tbody th,
  .board-list tbody td {
    display: inline-block;
    padding: 0 1rem;
  }

  .board-list tbody .title {
    width: 100%;
  }

  .board-list.my-lec tbody td:nth-child(1) {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #BFC4CE;
  }

  .board-list.my-lec tbody td:first-child a {
    font-weight: 600;
  }

  .board-list.my-lec tbody td:nth-last-child(1) {
    display: block;
    text-align: right;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px dashed #BFC4CE;
  }

  .board-list.club tbody td span {
    display: inline-block;
    font-weight: bold;
  }

  .board-list.club tbody td {
    width: 100%;
    text-align: left;
  }

  .board-list.club tbody td:has(.small) {
    text-align: center;
    width: calc(50% - 1rem);
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px dashed #BFC4CE;
    box-sizing: border-box;
  }

  .board-write .dl-list>li.addr dd>p .w100 {
    width: 100%;
    max-width: 20rem;
  }

  .board-write .dl-list>li.tel dd,
  .board-write .dl-list>li.email dd {
    gap: 0.5rem;
  }

  .board-write .dl-list>li.tel dd input {
    width: calc(33.3% - 2rem);
    min-width: auto;
  }

  .board-write .captcha dd {
    flex-direction: column;
  }

  .board-write .captcha dd>p input[type='text'] {
    width: 100%;
  }

  .lecList>li {
    width: 100%;
  }

  .lecList>li .con-box>li {
    flex-basis: 100%;
  }

  .schedule .month {
    gap: 2rem;
    margin-bottom: 1rem;
  }

  .schedule table {
    border: none;
  }

  .schedule table thead {
    display: none
  }

  .schedule table tbody td {
    display: block;
    width: 100%;
    border: none;
  }

  .schedule table tbody td.blank {
    display: none;
  }

  .schedule table tbody td .date {
    text-align: center;
    margin-top: 1rem;
    padding: 0.6rem 0;
    width: 100%;
    height: auto;
    color: #FFF;
    line-height: normal;
    border: none;
    border-radius: 0.3rem;
    background: #464646;
  }

  .schedule table tbody .sat .date {
    background: #132687;
  }

  .schedule table tbody .sun .date {
    background: #740C0C;
  }

  .schedule table .book {
    margin-top: 0.5rem;
    padding: 0;
  }

  .schedule table .book>li {
    width: 100%;
  }

  .teacher-list li {
    width: calc(50% - 1rem);
  }

  .teacher-list li .teacher-con {
    width: calc(100vw - 100px);
    margin-bottom: 5rem;
    box-sizing: border-box;
  }

  .teacher-list li:nth-child(2n) .teacher-con {
    right: 0;
  }

  .popupBox .exempt dl {
    align-items: flex-start;
    flex-direction: column;
  }

  .popupBox .exempt dl dt {
    padding-bottom: 0;
    min-height: auto;
  }

  .popupBox .exempt dl dd {
    flex-wrap: wrap;
    padding-top: 0;
    min-height: auto;
  }
}
