@charset "UTF-8"; 
/* 입회 테스트 & 오리엔테이션 */
.intro_content {
  width: 100%;
  padding: 40px;
  border-radius: 4px;
  background: #F4F5F9 url(/_img/sub/apply_membership_bg.png) no-repeat bottom right / 267px auto;
}

.form_search {
  background-color: #F4F5F9;
  padding: 40px;
  border-radius: 4px;
}

.form_search .search_content {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.form_search .search_input label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #202020;
}

.form_search .search_input.area {
  width: 100%;
  max-width: 300px;
}

.form_search .search_input.period {
  flex: 1;
}

.tbl_test a.title {
  text-align: center;
  text-decoration: underline;
}

.tbl_test .btn {
  width: 80px;
  font-size: 14px;
}

.test-dtl__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-line);
}

.test-dtl__header>div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.test-dtl__header h2.test-dtl__title {
  font-size: 28px;
  font-weight: 600;
  color: #202020;
}

.test-dtl__header span.test_status {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #202020;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.test-dtl__header span.reg_date {
  color: #767676;
}

.test-dtl__content {
  padding: 40px 0;
  line-height: 1.6;
  border-bottom: 1px solid var(--color-line);
}

.test-dtl__content .dtl-file_list {
  margin-top: 0px;
}

.test-dtl__content p {
  line-height: 1.6;
}

.test-dtl .btn_area {
  margin: 80px auto 0;
  max-width: 600px;
}


.apply-page .agree_item {
  margin-bottom: 40px;
}

.apply-page .agree_item h4 {
  font-size: 24px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 16px;
}

.apply-page .agree_item .agree_cnts {
  padding: 20px;
  background-color: #FAFAFA;
  border-radius: 4px;
  margin-bottom: 16px;
}

.apply-page .agree_item .agree_cnts * {
  white-space: initial;
}

.apply-page .agree_item .agree_cnts li {
  margin-left: 14px;
}

.apply-page .agree_item .agree_cnts table {
  width: 100%;
}

.apply-page .agree_item .agree_cnts p {
  font-size: 14px;
  color: #202020;
}

.apply-page .agree_all {
  padding-top: 40px;
  border-top: 1px solid var(--color-line);
}

.apply-page .btn_area {
  margin: 80px auto 0;
  max-width: 600px;
}

.apply-page .btn_area.mt40 {
  margin: 40px auto 0;
}

.apply-page h3.h3_tit {
  margin-bottom: 16px;
}

.apply_confirm .confirm_box {
  background-color: #F4F5F9;
  padding: 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #505050;
}

.register_photo .register_box {
  display: flex;
  gap: 40px;
}

.register_photo .register_box .upload_photo {
  width: 180px;
  flex-shrink: 0;
}

.register_photo .register_box .upload_photo .thumbnail {
  width: 100%;
  height: 240px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.register_photo .upload_photo .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register_photo .upload_photo input[type=file] {
  display: none;
}

.register_photo .upload_photo span {
  font-size: 14px;
  color: #767676;
  display: block;
  margin-top: 8px;
}

.register_photo .register_box .rules {
  background-color: #FAFAFA;
  padding: 20px;
  border-radius: 4px;
  padding-bottom: 51px;
  flex: 1;
}

.register_photo .register_box .rules h5 {
  font-size: 18px;
  color: #202020;
  margin-bottom: 40px;
}

.register_photo .register_box .rules p {
  font-size: 14px;
  color: #505050;
}

.member-info__list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 4px;
  gap: 16px 40px;
  background-color: #FAFAFA;
}

.member-info__list li {
  display: flex;
  gap: 16px;
  align-items: baseline;
  width: calc(50% - 40px);
  color: #202020;
}

.member-info__list li.mo_column {
  width: 100%;
}

.member-info__list li span.info_tit {
  display: inline-block;
  width: 158px;
  flex-shrink: 0;
  padding-right: 16px;
  color: #202020;
  position: relative;
}

.member-info__list li span.info_tit::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-line);
}

.member_relation {
  width: 100%;
}

.member_relation .input {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.member_relation .input .form-control {
  width: 100%;
  max-width: 400px;
}

.member_relation .input .btn_agree {
  width: 120px;
  flex-shrink: 0;
}

.schedule_map {
  margin-top: 16px;
  display: flex;
  gap: 40px;
}

.schedule_map .schedule_info {
  display: flex;
  align-items: center;
  flex: 1;
  height: auto;
  align-self: stretch;
  padding: 20px;
  border-radius: 4px;
  background-color: #FAFAFA;
}

.schedule_info ul.info_list {
  width: 100%;
}

.schedule_info ul.info_list li {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: #202020;
  margin-bottom: 24px;
}

.schedule_info ul.info_list li:last-child {
  margin-bottom: 0px;
}

.schedule_info ul.info_list li span.info_tit {
  display: inline-block;
  width: 64px;
  flex-shrink: 0;
  padding-right: 16px;
  font-size: 16px;
  color: #202020;
  position: relative;
}

.schedule_info ul.info_list li span.info_tit::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: var(--color-line);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.schedule_info ul.info_list li.item_2 div.flex-1 {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex: 1;
}

.schedule_info ul.info_list li.item_2 div.flex-1 span.info_tit {
  width: 80px;
}

.schedule_info .upload_photo {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.schedule_info .upload_photo .thumbnail {
  display: inline-block;
  width: 90px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.schedule_info .upload_photo .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule_info .upload_photo input[type=file] {
  display: none;
}

.schedule_info .upload_photo span {
  font-size: 14px;
  color: #767676;
  display: block;
  margin-top: 8px;
}

.schedule_map .map {
  flex: 1;
  min-height: 400px;
  align-self: stretch;
}

.schedule_map .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apply-page .apply_cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  background-color: #F4F5F9;
  padding: 24px 20px;
}

.apply-page .apply_cost .flex_box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.apply-page .apply_cost .flex_box:first-child p {
  font-size: 18px;
  font-weight: 500;
  color: #202020;
}

.apply-page .apply_cost .flex_box:last-child b {
  font-size: 24px;
  font-weight: 600;
  color: #202020;
}

.apply-page .pay_way {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.apply-complete {
  max-width: 636px;
  margin: 0 auto;
}

.apply-page .complete_text {
  text-align: center;
}

.apply-page .complete_text p {
  margin-top: 24px;
  font-size: 18px;
  color: #202020;
}

.admission-ticket {
  margin-top: 40px;
  background-color: #FAFAFA;
  padding: 40px;
}

.admission-ticket>h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #202020;
}

.admission-ticket .ticket-info {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.admission-ticket .ticket-info .thumbnail {
  width: 180px;
  height: 242px;
  border-radius: 4px;
  overflow: hidden;
}

.admission-ticket .ticket-info .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admission-ticket .info_list {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
}

.admission-ticket .info_list li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 8px;
}

.admission-ticket .info_list li:last-child {
  margin-bottom: 0;
}

.admission-ticket .info_list li span.info_tit {
  display: inline-block;
  width: 80px;
  flex-shrink: 0;
  color: #202020;
  padding-right: 16px;
  position: relative;
}

.admission-ticket .info_list li span.info_tit::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: var(--color-line);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.admission-ticket.orientation {
  padding: 0;
}

.admission-ticket.orientation .info_list {
  background-color: transparent;
}

.admission-ticket.orientation .info_list li span.info_tit {
  width: 136px;
}

.admission-ticket h3.mensa {
  margin: 24px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #505050;
}

.adminssion_notice {
  background-color: #fff;
  padding: 20px;
}

.adminssion_notice span.c_red {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.adminssion_notice p.notice_txt {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999999;
  text-indent: -12px;
  padding-left: 12px;
}

.adminssion_notice p.notice_txt:last-child {
  margin-bottom: 0px;
}

.tbl_apply_list a.title {
  text-align: center;
  text-decoration: underline;
}

.tbl_apply_list .btn {
  width: 80px;
  font-size: 14px;
}

.tbl_apply_list table tbody td {
  height: 54px;
}

.result_page {
  display: flex;
  gap: 40px;
}

.result_page .r_page {
  flex: 1;
  border: 1px solid #DDDDDD;
  padding: 40px 44px;
  align-self: stretch;
}

.result_page .r_page h3 {
  margin: 40px 0;
  font-size: 20px;
  font-weight: 700;
}

.result_page .r_page p.txt {
  font-size: 14px;
}

.result_page .r_page .signup_notice {
  margin-top: 40px;
  background-color: #F4F5F9;
  padding: 12px;
  border-radius: 4px;
}

.result_page .r_page .signup_notice h5 {
  font-size: 12px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 8px;
}

.result_page .r_page .signup_notice p {
  font-size: 12px;
  color: #202020;
}

.result_page .r_page p.info {
  margin-top: 8px;
  font-size: 10px;
  color: #999999;
}

.result_page .r_page .mensa_info {
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

.result_page .r_page .mensa_info p {
  font-size: 9px;
  color: #202020;
  margin-bottom: 8px;
}

.result_page .r_page .mensa_info .director {
  display: flex;
  flex-wrap: wrap;
}

.result_page .r_page .mensa_info .director p {
  margin-bottom: 0;
  width: calc(50%);
}

.result_page .r_page p.txt.small_txt {
  font-size: 12px;
}

.result_page .r_page .percenitle {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 12px 0;
}

.result_page .r_page .reg_info {
  margin-top: 56px;
  padding-top: 12px;
  border-top: 1px solid #DDDDDD;
}

.result_page .r_page .reg_info .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.result_page .r_page .reg_info>p {
  font-size: 9px;
  color: #999;
  margin-top: 8px;
}

.result_page .r_page .reg_info .list p {
  font-size: 9px;
  color: #202020;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background: #fff;
    margin: 0;
    padding: 0;
  }

  .apply-complete {
    margin: 0 auto;
  }

  .admission-ticket {
    margin: 0;
    padding: 20px;
  }

  .admission-ticket>h1 {
    font-size: 28px;
  }

  .admission-ticket .ticket-info .thumbnail {
    height: 230px;
  }

  .admission-ticket h3.mensa {
    font-size: 18px;
    margin: 16px 0;
  }

  .adminssion_notice p.notice_txt {
    font-size: 13px;
  }

  .result_page {
    flex-direction: column;
  }

  .result_page .r_page {
    width: 210mm;
    height: 297mm;
    page-break-after: always;
    box-sizing: border-box;
    border: none;
  }

  .result_page .r_page:nth-child(1) h3 {
    font-size: 27px;
  }

  .result_page .r_page:nth-child(1) p.txt {
    font-size: 16px;
  }

  .result_page .r_page .signup_notice h5 {
    font-size: 18px;
  }

  .result_page .r_page .signup_notice p {
    font-size: 15px;
  }

  .result_page .r_page p.info {
    font-size: 12px;
  }

  .result_page .r_page:last-child {
    page-break-after: auto;
  }

  .result_page .r_page .mensa_info {
    margin-top: 18px;
  }

  .result_page .r_page .mensa_info p {
    font-size: 11px;
  }

  .result_page .r_page .percenitle {
    font-size: 18px;
  }

  .result_page .r_page .reg_info>p {
    font-size: 11px;
  }
  .result_page .r_page .reg_info .list p {
    font-size: 11px;
  }
}

@media screen and (max-width:767px) {
  .intro_content {
    padding: 20px;
  }
  .form_search {
    padding: 12px 14px;
  }
  .form_search .search_content {
    flex-direction: column;
    gap: 12px;
  }
  .form_search .search_input label {  
    font-size: 14px;
    margin-bottom: 4px;
  }
  .form_search .search_input.area {
    max-width: 100%;
  }
  .form_search .search_content .btn {
    width: 100%;
  }
  .test-dtl__header {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-bottom: 12px;
  }
  .test-dtl__header h2.test-dtl__title {  
    font-size: 18px;
  }
  .test-dtl__header span.test_status {
    position: absolute;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    right: 0;
    top: 7px;
    padding: 0 12px;
  }
  .test-dtl__header span.reg_date {
    font-size: 12px;
  }
  .test-dtl__content {
    padding: 20px 0;
    font-size: 14px;
  }
  .test-dtl__content p {
    font-size: 14px;
  }
  .test-dtl .btn_area {
    margin: 40px auto 0;
    max-width: 100%;
  }
  .apply-page .agree_item {
    margin-bottom: 20px;
  }
  .apply-page .agree_item h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .apply-page .agree_item .agree_cnts {
    padding: 12px;
    margin-bottom: 8px;
  }
  .apply-page .agree_item .agree_cnts p { 
    font-size: 12px;
  }
  .apply-page .agree_all {
    padding-top: 20px;
  }
  .apply-page .btn_area { 
    margin: 40px auto 0;
    max-width: 100%;
  }
  .apply-page h3.h3_tit {
    margin-bottom: 8px;
  }
  .apply_confirm .confirm_box {
    padding: 12px;
  }
  .register_photo .register_box {
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
  }
  .register_photo .register_box .upload_photo {
    width: 154px;
  }
  .register_photo .register_box .upload_photo .thumbnail {
    height: 206px;
    margin-bottom: 4px;
  }
  .register_photo .upload_photo span {
    font-size: 12px;
    margin-top: 4px;
  }
  .register_photo .register_box .rules {
    padding: 12px;
  }
  .register_photo .register_box .rules h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .member-info__list {
    padding: 12px;
    gap: 13px;
  }
  .member-info__list li {
    width: 100%;
    gap: 12px;
    font-size: 14px;
  }
  .member-info__list li span.info_tit {
    width: 110px;
    padding-right: 12px;
  }
  .member-info__list li.mo_column {
    flex-direction: column;
    align-items: flex-start;
  }
  .member_relation .input {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .member_relation .input .form-control {
    max-width: 100%;
  }
  .member_relation .input .btn_agree {
    width: 100%;
  }
  .schedule_map {
    margin-top: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .schedule_map .schedule_info {
    padding: 12px;
  }
  .schedule_info ul.info_list li {
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .schedule_info ul.info_list li span.info_tit {
    width: 52px;
    font-size: 14px;
  }
  .schedule_info ul.info_list li.item_2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule_info ul.info_list li.item_2 div.flex-1 {
    width: 100%;
  }
  .schedule_info ul.info_list li.item_2 div.flex-1 span.info_tit {
    width: 66px;
  }
  .schedule_info ul.info_list li.item_2 .btn_outlined_black {
    height: 32px;
    line-height: 32px;
  }
  .schedule_info .upload_photo {  
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .schedule_info .upload_photo>div {
    width: 100%;
  }
  .schedule_info .upload_photo .thumbnail {
    width: 75px;
    height: 100px;
  }
  .schedule_info .upload_photo .btn {
    width: 100%;
    height: 32px;
    line-height: 32px;
  }
  .schedule_info .upload_photo span { 
    font-size: 12px;
    margin-top: 4px;
  }
  .schedule_map .map {
    min-height: 188px;
  }
  .apply-page .apply_cost {
    margin-top: 12px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    padding: 12px;
  }
  .apply-page .apply_cost .flex_box {
    gap: 12px;
  }
  .apply-page .apply_cost .flex_box:first-child p {
    font-size: 14px;
  }
  .apply-page .apply_cost .flex_box:last-child b {
    font-size: 16px;
  }
  .apply-page .pay_way {
    margin-top: 12px;
  }
  .apply-page .complete_text .check_img img {
    width: 40px;
    height: 40px;
  }
  .apply-page .complete_text p {
    margin-top: 16px;
    font-size: 14px;
  }
  .admission-ticket {
    padding: 12px;
  }
  .admission-ticket>h1 {  
    font-size: 20px;
  }
  .admission-ticket .ticket-info {
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
  }
  .admission-ticket .ticket-info .thumbnail {
    width: 134px;
    height: 180px;
  }
  .admission-ticket .info_list {
    width: 100%;
    padding: 12px;
  }
  .admission-ticket .info_list li {
    font-size: 14px;
    gap: 12px;
  }
  .admission-ticket .info_list li span.info_tit {
    width: 66px;
    padding-right: 12px;
  }
  .admission-ticket.orientation .info_list li span.info_tit {
    width: 68px;
  }
  .admission-ticket h3.mensa {
    margin: 12px 0;
    font-size: 16px;
  }
  .adminssion_notice {
    padding: 12px;
  }
  .adminssion_notice span.c_red {
    font-size: 12px;
  }
  .adminssion_notice p.notice_txt {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .result_page {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .result_page .r_page {
    padding: 18px 20px;
  }
  .result_page .r_page:nth-child(1) .logo img {
    width: 42px;
    height: 12px;
  }
  .result_page .r_page:nth-child(2) .logo img {
    width: 35px;
    height: 10px;
  }
  .result_page .r_page h3 {
    margin: 18px 0;
    font-size: 10px;
  }
  .result_page .r_page p.txt {
    font-size: 7px;
  }
  .result_page .r_page .signup_notice {
    margin-top: 18px;
    padding: 5px;
  }
  .result_page .r_page .signup_notice h5 {
    font-size: 6px;
    margin-bottom: 4px;
  }
  .result_page .r_page .signup_notice p {
    font-size: 6px;
  }
  .result_page .r_page p.info {
    margin-top: 4px;
    font-size: 5px;
  }
  .result_page .r_page .mensa_info {
    margin-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  .result_page .r_page .mensa_info p {
    font-size: 4px;
    margin-bottom: 3.75px;
  }
  .result_page .r_page p.txt.small_txt {
    font-size: 5px;
  }
  .result_page .r_page .percenitle {
    font-size: 7px;
    margin: 6px 0;
  }
  .result_page .r_page .reg_info {
    margin-top: 12px;
    padding-top: 6px;
  }
  .result_page .r_page .reg_info>p {
    font-size: 4px;
    margin-top: 4px;
  }
  .result_page .r_page .reg_info .list p {
    font-size: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width:1200px) {
  .result_page {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
/* 공지사항 */
.list_sort {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.list_sort .list_cnt {
  font-size: 16px;
  font-weight: 600;
}

.list_sort .list_cnt b {
  color: var(--color-primary);
}

.list_sort .select--typeA {
  width: 200px;
}

.mo_item--notice.notice {
  background-color: #F4F5F9;
}

.mo_item--notice .badge_notice {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.dtl__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-line);
}

.dtl__title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #202020;
}

.dtl__title .dtl_date {
  color: #767676;
}

.dtl-file_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dtl-file_list .file {
  background-color: #FAFAFA;
  padding: 12px;
  border-radius: 4px;
}

.dtl-file_list .file a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #767676;
  position: relative;
  padding-left: 24px;
}

.dtl-file_list .file a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_file.svg) no-repeat center / contain;
}

.notice-detail .dtl__cnts {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-line);
}

.notice-detail .dtl__cnts p {
  font-size: 16px;
  line-height: 1.6;
  color: #202020;
}

.dtl__links {
  background-color: #FAFAFA;
  padding: 20px;
  margin-top: 40px;
  border-radius: 4px;
}

.dtl__links .link {
  display: flex;
  align-items: center;
  gap: 40px;
  line-height: 1.6;
  color: #202020;
  margin-bottom: 16px;
}

.dtl__links .link.next {
  margin-bottom: 0px;
}

/* Mobile */
@media screen and (max-width:768px) { 
  .list_sort .list_cnt {
    font-size: 14px;
  }
  .list_sort .select--typeA {
    width: 130px;
    font-size: 14px;
  }
  .dtl__title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
    padding-bottom: 12px;
  }
  .dtl__title h2 {
    font-size: 18px;
  }
  .dtl__title .dtl_date {
    font-size: 12px;
  }
  .notice-detail .dtl__cnts {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .notice-detail .dtl__cnts p {
    font-size: 14px;
  }
  .dtl__links {
    padding: 12px;
    margin-top: 20px;
  }
  .dtl__links .link {
    gap: 20px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .dtl-file_list {
    margin-top: 20px;
  }
} 

/* 고객지원 */
.faq .page_info {
  margin-bottom: 80px;
  padding: 20px;
  background-color: #F4F5F9;
}

.faq .page_info p {
  font-size: 14px;
  color: #505050;
}

.faq-type__list {
  overflow: hidden;
}

.faq-type__list .swiper-wrapper {
  display: flex;
  align-items: center;
}

.faq-type__list .swiper-slide {
  width: auto !important;
}

.faq-type input[type=radio] {
  display: none;
}

.faq-type input[type=radio]+em {
  display: inline-block;
  width: auto;
  padding: 0 16px;
  border-radius: 800px;
  background-color: #DDDDDD;
  font-weight: 600;
  color: #999;
  height: 48px;
  line-height: 48px;
  font-style: normal;
}

.faq-type input[type=radio]:checked+em {
  background-color: var(--color-primary);
  color: #fff;
}

.faq__list {
  margin-top: 40px;
}

.faq__list .faq__item {
  margin-bottom: 16px;
  background-color: #FAFAFA;
  padding: 20px;
  border-radius: 4px;
}

.faq__item .question,
.faq__item .answer {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.faq__item .question span,
.faq__item .answer span {
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #FAFAFA;
  background-color: #202020;
}

.faq__item .answer span {
  background-color: var(--color-primary);
}

.faq__item .answer .dtl-file_list {
  margin-top: 0;
  margin-bottom: 12px;
}

.faq__item .answer .dtl-file_list .file {
  background-color: #fff;
}

.faq__item .answer .answer_cnts {
  width: 100%;
}
.faq__item .question {
  cursor: pointer;
}

.faq__item .question p {
  font-size: 18px;
  color: #202020;
}

.faq__item .answer_box {
  display: none;
  margin-top: 20px;
}

.faq__item .answer p {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
}

@media screen and (max-width:768px) { 
  .faq .page_info {
    margin-bottom: 40px;
    padding: 12px;
  }
  .faq-type__list {
    gap: 8px;
  }
  .faq-type input[type=radio]+em {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .faq__list {
    margin-top: 20px;
  }
  .faq__list .faq__item {
    margin-bottom: 8px;
    padding: 12px;
  }
  .faq__item .question,
  .faq__item .answer {
    gap: 12px;
  }
  .faq__item .question span,
  .faq__item .answer span {
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .faq__item .question p {
    font-size: 16px;
  }
  .faq__item .answer_box {
    margin-top: 12px;
  }
  .faq__item .answer p {
    font-size: 14px;
  }
}

/* 마이페이지 */
.mypage {
  display: flex;
  gap: 80px;
  width: 100%;
  max-width: 1472px;
  padding: 0 16px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 160px;
}

.mypage .mypage_lnb,
.mypage .mypage_content {
  align-self: stretch;
}

.mypage .mypage_lnb {
  background-color: #FAFAFA;
  border-radius: 4px;
  padding: 20px 8px;
  width: 220px;
  min-height: calc(100dvh - 675px);
}

.mypage .mypage_lnb h3 {
  padding: 0 24px;
  text-align: left;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

.mypage .mypage_lnb ul.lnb li {
  width: 100%;
  height: 48px;
}

.mypage .mypage_lnb ul.lnb li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-weight: 600;
  border-radius: 4px;
}

.mypage .mypage_lnb ul.lnb li a.active {
  background-color: var(--color-primary);
  color: #fff;
}

.mypage .mypage_content {
  flex: 1;
}

/* 내 정보 수정 */
.modify-info {
  margin-top: 80px;
}

.form_modify_info {
  max-width: 600px;
  margin: 0 auto;
}

.form_modify_info .check__list {
  background-color: #FAFAFA;
  padding: 20px;
}

.form_modify_info .check__item .agree_wrap {
  height: 80px;
  overflow-y: auto;
}

.form_modify_info .check__item .agree_wrap::-webkit-scrollbar {
  width: 7px;
}

.form_modify_info .check__item .agree_wrap::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
}

.form_modify_info .check__item .agree_wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.form_modify_info .check__item .agree_info {
  background-color: #fff;
  margin-top: 20px;
  padding-right: 12px;
}

.modal_change_pw .modal__inner {
  max-width: 500px;
}

.form_change_pw {
  margin-top: 40px;
}

.form_change_pw .input--typeA:not(:last-of-type) {
  margin-bottom: 40px;
}

/* 회원 탈퇴 */
.exit {
  margin-top: 80px;
}

.exit_explanation {
  background-color: #FAFAFA;
  padding: 20px;
  border-radius: 4px;
}

.exit_explanation>div:not(:last-child) {
  margin-bottom: 20px;
}

.exit_explanation>div h5 {
  font-size: 16px;
  font-weight: 600;
  color: #505050;
}

.exit_explanation>div p {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  padding-left: 8px;
}

.form_exit {
  margin-top: 40px;
}

/* 정회원 신청 */
.congrate_membership {
  margin-top: 80px;
  width: 100%;
  padding: 40px;
  border-radius: 4px;
  background: #F4F5F9 url(/_img/sub/apply_membership_bg.png) no-repeat bottom right / 267px auto;
}

.congrate_membership h2 {
  font-size: 28px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 40px;
}

.congrate_membership p {
  font-size: 18px;
  font-weight: 400;
  color: #202020;
}

.apply-membership .btn_area {
  margin: 80px auto 0;
  max-width: 600px;
}

/* 문의 내역 */
.inquiry-list {
  margin-top: 80px;
}

.tbl_list.tbl_inquiry .title {
  text-align: center;
  text-decoration: underline;
}

.btn_inquiry {
  width: 200px;
}

.inquiry-dtl {
  margin-top: 80px;
}

.inquiry-dtl__header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-line);
}

.inquiry-dtl__header h2.title {
  font-size: 28px;
  font-weight: 600;
  color: #202020;
}

.inquiry-dtl__header ul.info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.inquiry-dtl__header ul.info li {
  color: #767676;
  padding-right: 8px;
  position: relative;
}

.inquiry-dtl__header ul.info li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: var(--color-line);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inquiry-dtl__header ul.info li:last-child::after {
  content: none;
}

.inquiry-dtl__body {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-line);
  margin-bottom: 40px;
}

.inquiry-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.inquiry-info span.label {
  display: inline-block;
  width: 80px;
  color: #202020;
  position: relative;
  flex-shrink: 0;
  padding-right: 16px;
}

.inquiry-info span.label::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: var(--color-line);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inquiry-info div {
  color: #202020;
}

.inquiry-dtl .cnts {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #FAFAFA;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #202020;
}

.inquiry-dtl .cnts p {
  line-height: 1.6;
  color: #202020;
}

.inquiry-info .file_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.inquiry-info .file_list a.file_item {
  text-decoration: underline;
  color: #202020;
}

.inquiry-dtl .btn_area {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 80px;
}

.form_inquiry_reg {
  margin-top: 40px;
}

.form_inquiry_reg .input_flex .inquiry_type {
  max-width: 240px;
}

.form_inquiry_reg .textarea {
  min-height: 300px;
}

.form_inquiry_reg .btn_area {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 80px;
}

.input_file {
  display: flex;
  gap: 8px;
}

.input_file input[type=file] {
  display: none;
} 

.input_file .file_list { 
  flex: 1;
}

.input_file .file_list .file {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #FAFAFA;
  border-radius: 4px;
  padding: 0 16px;
  margin-bottom: 8px;
  height: 48px;
}

.input_file .file_list .file span.file_name {
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4;
  height: auto;
}

.input_file .file_list .file .btn_delete {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url(/_img/icon/icon_file_delete.svg) no-repeat center / contain;
}

.input_file .btn_attach {
  width: 120px;
}
/* Pad */
@media screen and (min-width: 768px) and (max-width:1200px) {
  .mypage {
    gap: 24px;
    margin-top: 40px;
  }
  .mypage .mypage_lnb {
    width: 200px;
  }
}
@media screen and (max-width:768px) {
  .mypage {
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .mypage .mypage_lnb {
    display: none;
  }
  /* 내 정보 수정 */
  .modify-info {
    margin-top: 40px;
  }
  .form_modify_info .check__list {
    padding: 12px;
  }
  .form_modify_info .check__item .agree_info {
    margin-top: 12px;
  }
  .modal_change_pw .modal__inner {
    max-width: 280px;
  }
  .form_change_pw {
    margin-top: 20px;
  }
  .form_change_pw .input--typeA:not(:last-of-type) {
    margin-bottom: 12px;
  }
  /* 회원 탈퇴 */
  .exit {
    margin-top: 40px;
  }
  .exit_explanation {
    padding: 12px;
  }
  .exit_explanation>div h5 {
    font-size: 14px;
  }
  .exit_explanation>div p {
    font-size: 14px;
  }
  .form_exit {
    margin-top: 20px;
  }
  /* 정회원 신청 */
  .congrate_membership {
    margin-top: 40px;
    padding: 20px;
    background-size: 193px auto;
  }
  .congrate_membership h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .congrate_membership p {
    font-size: 16px;
  }
  .apply-membership .btn_area { 
    margin: 40px auto 0;
  }
  /* 문의 내역 */
  .inquiry-list {
    margin-top: 40px;
  }
  .btn_inquiry {
    width: 100%;
  }
  .inquiry-dtl {
    margin-top: 40px;
  }
  .inquiry-dtl__header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
    padding-bottom: 12px;
  }
  .inquiry-dtl__header h2.title {
    font-size: 18px;
  }
  .inquiry-dtl__header ul.info {
    gap: 4px;
  }
  .inquiry-dtl__header ul.info li {
    padding-right: 4px;
    font-size: 14px;
  }
  .inquiry-dtl__header ul.info li::after {
    height: 10px;
  }
  .inquiry-dtl__body {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .inquiry-info {
    gap: 12px;
  }
  .inquiry-info span.label {
    width: 66px;
    padding-right: 12px;
    font-size: 14px;
  }
  .inquiry-info span.label::after {
    height: 10px;
  }
  .inquiry-info div {
    font-size: 14px;
  }
  .inquiry-dtl .cnts {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px;
    font-size: 14px;
  }
  .inquiry-dtl .cnts p {
    font-size: 14px;
  }
  .inquiry-dtl .btn_area {
    margin-top: 40px;
  }
  .form_inquiry_reg .input_flex .inquiry_type {
    max-width: 100%;
  }
  .form_inquiry_reg .textarea {
    min-height: 200px;
  }
  .form_inquiry_reg .btn_area {
    margin-top: 40px;
  }
  .input_file {
    flex-direction: column-reverse;
  }
  .input_file .file_list .file {
    height: 44px;
  }
  .input_file .file_list .file span.file_name {
    font-size: 14px;
  }
  .input_file .btn_attach {
    width: 100%;
  }
}

.term_title h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #202020;
}

.term {
  background-color: #FAFAFA;
  padding: 16px;
  border-radius: 4px;
  color: #202020;
}

.term p {
  color: #202020;
}

.term table {
  width: 100% !important;
}

@media screen and (max-width:768px) {
  .term_title h1 {
    font-size: 20px;
  }
  .term {
    padding: 12px;
    font-size: 14px;
  }
  .term p {
    font-size: 14px;
  }
}