@font-face {
  font-family: 'Cafe24Shiningstar';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.main_container .contour {
  background: #fff;width: 100%;margin-top:20px;
}
.main_container .contour .inner span{
  width:100%;height:1px;
  background: rgba(65, 76, 95, 0);
  background: linear-gradient(90deg,rgba(65, 76, 95, 0) 0%, rgba(65, 76, 95, 1) 20%, rgba(65, 76, 95, 1) 80%, rgba(65, 76, 95, 0) 100%);display: block;
}
.pass_certify_body {
  display: flex;flex-direction: column;gap:130px;
}
.pass_certify_content {
  display: flex;flex-direction: column;gap:65px;
}
.pass_certify_content  {
  display: flex;flex-direction: column;gap:40px;align-items: center;justify-content: center;
}
.pass_certify_content .certify_content_t {
  display: flex;align-items: center;justify-content: center;gap:18px;width: 100%;
}
.pass_certify_content .certify_content_t h2{
  font-size:50px;font-weight: 400;color:#1a1a1a;line-height: 1.35;text-align: center;white-space: nowrap;
}
.pass_certify_content .certify_content_t h2 > span{
  font-weight:700;white-space: nowrap;
}
.pass_certify_content .certify_content_t > span{
  position: relative;margin-bottom:auto;margin-top:35px;
}
.pass_certify_content .certify_content_t > span:first-child {
  width:100%;height:1px;display:block;
  background: rgba(65, 76, 95, 0);
  background: linear-gradient(90deg,rgba(65, 76, 95, 0) 0%, rgba(65, 76, 95, 1) 100%);display: block;
}
.pass_certify_content .certify_content_t > span:first-child::after {
  content:'';
  position: absolute;top:50%;right:0;transform: translate(0, -50%) rotate(45deg);
  width:6px;height:6px;
  z-index: 1;
  background-color: rgba(65, 76, 95, 1);
}
.pass_certify_content .certify_content_t > span:last-child {
  width:100%;height:1px;display:block;
  background: rgba(65, 76, 95, 0);
  background: linear-gradient(90deg,rgba(65, 76, 95, 1) 0%, rgba(65, 76, 95, 0) 100%);display: block;
}
.pass_certify_content .certify_content_t > span:last-child::after {
  content:'';
  position: absolute;top:50%;left:0;transform: translate(0, -50%) rotate(45deg);
  width:6px;height:6px;
  z-index: 1;
  background-color: rgba(65, 76, 95, 1);
}
.pass_certify_content .certify_table_container {
  display: flex;gap:50px;width:100%;flex-direction: column;align-items: center;justify-content: center;max-width:672px;margin: 0 auto;
}
.pass_certify_content .certify_table_container .table_title h2{
  font-size:30px;font-weight: 400;color:#333333;line-height:65px;
}
.pass_certify_content .certify_table_container .table_title h2 span {
  font-size:65px;font-weight: 400;color:#C4696A;font-family: 'Cafe24Shiningstar';line-height:65px;
}
.pass_certify_content .certify_table_container .table_title h2 span.bold {
  font-size:30px;font-weight: 700;color:#333333;font-family: 'Noto Sans KR';line-height:65px;
}
.pass_certify_content .certify_table_container .table_content {
  border-radius: 24px;overflow: hidden;display: flex;flex-direction: column;align-items: center;justify-content: center;max-width:672px;width: 100%;box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.pass_certify_content .certify_table_container .table_content .table_head{
  background: #414C5F;width: 100%;height:80px;display: flex;justify-content: space-around;align-items: center;padding:0 16ㅔㅌ;
}
.pass_certify_content .certify_table_container .table_content .table_head span {
  color:#fff;font-size:25px;font-weight:700;line-height: 1.5;width:120px;text-align: center;max-width:120px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.pass_certify_content .certify_table_container .table_content .table_head span.company_name {
  max-width:150px;width: 100%
}
.pass_certify_content .certify_table_container .table_content .table_head span.certify_name {
  max-width:150px;width: 100%
}
.pass_certify_content .certify_table_container .table_content .table_head span.univ_name {
  max-width:300px;width: 100%
}
.pass_certify_content .certify_table_container .table_content .table_head span.lec_name {
  max-width:150px;width: 100%
}
.pass_certify_content .certify_table_container .table_content .table_body {
  background: #FAFAFA;height: 400px;overflow: hidden;width: 100%;padding:0 16px;
}
.pass_certify_content .certify_table_container .table_content .table_body .swiper-slide {
  width:100%;display: flex;justify-content: space-around;align-items: center;border-top: 1px dashed #ccc;
  transition: border-top 5s ease-in-out;
}
.pass_certify_content .certify_table_container .table_content .table_body .swiper-slide.swiper-slide-active.on {
  border-top:0;
}
.pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span {
  color:#2B2B2B;font-size:22px;font-weight:700;line-height: 1.5;width:120px;text-align: center;
  max-width:120px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span.company_name {
  max-width:150px;width: 100%;
}
.pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span.certify_name {
  max-width:150px;width: 100%;
}
.pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span.univ_name {
  max-width:300px;width: 100%;
}
.pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span.lec_name {
  max-width:150px;width: 100%;
}
 .table_container {
  width: 100%;display: flex;flex-direction: column;gap:65px;overflow: hidden;
}
 .table_container .swiper-wrapper {
  transition-property: none;
}
 .table_container .table_head {
  width: 100%;
}
 .table_container .table_head {
  background: #F7F7F7;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0 32px 0 35px;
  gap:80px;
  border-top: 1px solid #A1A1A1;
}
.table_container .table_head span {
  font-size:25px;font-weight:400;color:#1a1a1a;padding:0;min-width:150px;text-align: center;
}
.table_container .table_head span:first-child {
  min-width:65px;
}
.table_container .table_head span.last {
  width:245px;
}
 .table_container .table_swiper {
  overflow: hidden;
}
 .table_container .table_swiper .swiper-slide {
  width: 100%;
}
.table_container .table_swiper .swiper-slide .line_unit {
  display: flex;border-bottom: 1px solid #CCCCCC;min-height:70px;align-items: center;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 10px 32px 10px 35px;
  gap:80px;
}
.table_container .table_swiper .swiper-slide .line_unit:last-child {
  border-bottom:2px solid #A1A1A1;
}
 .table_container .table_swiper .swiper-slide .line_unit span{
  font-size:25px;font-weight:400;color:#222;padding:0;min-width:140px;text-align: center;
}
.table_container .table_swiper .swiper-slide .line_unit span a.bold {
  color:#0183ff;font-weight: 700;
}
.table_container .table_swiper .swiper-slide .line_unit span:first-child {
  min-width:65px;
}
.table_container .table_swiper .swiper-slide .line_unit span.last{
  width:245px;text-align: left;letter-spacing: -0.8px;
}
 .table_container table tbody tr td:first-child {
  padding-left:89px;
}
 .table_container table tbody tr td:last-child {
  padding-right:89px;
}
 .table_container table tbody tr td span {
  font-size:25px;font-weight:700;color:#0183ff;
}
.table_container .page_btn{
  width:100%;padding-top:15px;display: flex;justify-content: center;align-items: center;
  gap: 42px;
}
.table_container .page_btn span{
  width:1px;height:42px;background: #CCCCCC;
}
.table_container .page_btn svg path{
  fill: #cccccc;
}
.table_container .page_btn .swiper-button-next  {
  position: relative;
  top:unset;right:unset;left:unset;margin-top:0;height: 45px;width:25px;
}
.table_container .page_btn .swiper-button-prev  {
  position: relative;
  top:unset;right:unset;left:unset;margin-top:0;height: 45px;width:25px;
}
.table_container .page_btn .swiper-button-next::after{
  display:none;
}
 .table_container .page_btn .swiper-button-prev::after{
  display:none;
}



@media all and (max-width:768px){

  .pass_certify_body {
    display: flex;flex-direction: column;gap:16.9271vw;
  }
  .pass_certify_content {
    display: flex;flex-direction: column;gap:8.4635vw;
  }
  .pass_certify_content  {
    display: flex;flex-direction: column;gap:5.2083vw;align-items: center;justify-content: center;
  }
  .pass_certify_content .certify_content_t {
    display: flex;align-items: center;justify-content: center;gap:2.3438vw;width: 100%;
  }
  .pass_certify_content .certify_content_t h2{
    font-size:6.5104vw;font-weight: 400;color:#1a1a1a;line-height: 1.35;text-align: center;white-space: nowrap;
  }
  .pass_certify_content .certify_content_t h2 > span{
    font-weight:700;white-space: nowrap;
  }
  .pass_certify_content .certify_content_t > span{
    position: relative;margin-bottom:auto;margin-top:4.5573vw;
  }
  .pass_certify_content .certify_content_t > span:first-child {
    width:100%;display:block;
    background: rgba(65, 76, 95, 0);
    background: linear-gradient(90deg,rgba(65, 76, 95, 0) 0%, rgba(65, 76, 95, 1) 100%);display: block;
  }
  .pass_certify_content .certify_content_t > span:first-child::after {
    content:'';
    position: absolute;top:50%;right:0;transform: translate(0, -50%) rotate(45deg);
    width:0.7813vw;height:0.7813vw;
    z-index: 1;
    background-color: rgba(65, 76, 95, 1);
  }
  .pass_certify_content .certify_content_t > span:last-child {
    width:100%;display:block;
    background: rgba(65, 76, 95, 0);
    background: linear-gradient(90deg,rgba(65, 76, 95, 1) 0%, rgba(65, 76, 95, 0) 100%);display: block;
  }
  .pass_certify_content .certify_content_t > span:last-child::after {
    content:'';
    position: absolute;top:50%;left:0;transform: translate(0, -50%) rotate(45deg);
    width:0.7813vw;height:0.7813vw;
    z-index: 1;
    background-color: rgba(65, 76, 95, 1);
  }
  .pass_certify_content .certify_table_container {
    display: flex;gap:6.5104vw;width:100%;flex-direction: column;align-items: center;justify-content: center;max-width:87.5000vw;margin: 0 auto;
  }
  .pass_certify_content .certify_table_container .table_title h2{
    font-size:3.9063vw;font-weight: 400;color:#333333;line-height:8.4635vw;
  }
  .pass_certify_content .certify_table_container .table_title h2 span {
    font-size:8.4635vw;font-weight: 400;color:#C4696A;font-family: 'Cafe24Shiningstar';line-height:8.4635vw;
  }
  .pass_certify_content .certify_table_container .table_title h2 span.bold {
    font-size:3.9063vw;font-weight: 700;color:#333333;font-family: 'Noto Sans KR';line-height:8.4635vw;
  }
  .pass_certify_content .certify_table_container .table_content {
    border-radius: 3.1250vw;overflow: hidden;display: flex;flex-direction: column;align-items: center;justify-content: center;max-width:87.5000vw;width: 100%;box-shadow: 0 0.5208vw 0.5208vw rgba(0,0,0,.25);
  }
  .pass_certify_content .certify_table_container .table_content .table_head{
    background: #414C5F;width: 100%;height:10.4167vw;display: flex;justify-content: space-around;align-items: center;padding:0 2.0833vw;
  }
  .pass_certify_content .certify_table_container .table_content .table_head span {
    color:#fff;font-size:3.2552vw;font-weight:700;line-height: 1.5;width:15.6250vw;text-align: center;max-width:15.6250vw;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
  }
  .pass_certify_content .certify_table_container .table_content .table_head span.company_name {
    max-width:19.5312vw;width: 100%
  }
  .pass_certify_content .certify_table_container .table_content .table_head span.certify_name {
    max-width:19.5312vw;width: 100%
  }
  .pass_certify_content .certify_table_container .table_content .table_head span.univ_name {
    max-width:39.0625vw;width: 100%
  }
  .pass_certify_content .certify_table_container .table_content .table_head span.lec_name {
    max-width:19.5312vw;width: 100%
  }
  .pass_certify_content .certify_table_container .table_content .table_body {
    background: #FAFAFA;height: 52.0833vw;overflow: hidden;width: 100%;padding:0 2.0833vw;
  }
  .pass_certify_content .certify_table_container .table_content .table_body .swiper-slide {
    width:100%;display: flex;justify-content: space-around;align-items: center;border-top: 0.1302vw dashed #ccc;
    transition: border-top 5s ease-in-out;
  }
  .pass_certify_content .certify_table_container .table_content .table_body .swiper-slide.swiper-slide-active.on {
    border-top:0;
  }
  .pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span {
    color:#2B2B2B;font-size:3.2552vw;font-weight:400;line-height: 1.5;width:15.6250vw;text-align: center;
    max-width:15.6250vw;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
  }
  .pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span.company_name {
    max-width:19.5312vw;width: 100%;
  }
  .pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span.certify_name {
    max-width:19.5312vw;width: 100%;
  }
  .pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span.univ_name {
    max-width:39.0625vw;width: 100%;
  }
  .pass_certify_content .certify_table_container .table_content .table_body .swiper-slide span.lec_name {
    max-width:19.5312vw;width: 100%;
  }
   .table_container {
    width: 100%;display: flex;flex-direction: column;gap:8.4635vw;overflow: hidden;
  }
   .table_container .swiper-wrapper {
    transition-property: none;
  }
   .table_container .table_head {
    width: 100%;
  }
   .table_container .table_head {
    background: #F7F7F7;
    height: 9.1146vw;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 0 4.1667vw 0 4.5573vw;
    gap:10.4167vw;
    border-top: 0.1302vw solid #A1A1A1;
  }
  .table_container .table_head span {
    font-size:3.2552vw;font-weight:400;color:#1a1a1a;padding:0;min-width:19.5313vw;text-align: center;
  }
  .table_container .table_head span:first-child {
    min-width:8.4635vw;
  }
  .table_container .table_head span.last {
    width:31.9010vw;
  }
   .table_container .table_swiper {
    overflow: hidden;
  }
   .table_container .table_swiper .swiper-slide {
    width: 100%;
  }
  .table_container .table_swiper .swiper-slide .line_unit {
    display: flex;border-bottom: 0.1302vw solid #CCCCCC;min-height:9.1146vw;align-items: center;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 1.3020vw 4.1667vw 1.3020vw 4.5573vw;
    gap:10.4167vw;
  }
  .table_container .table_swiper .swiper-slide .line_unit:last-child {
    border-bottom:0.2604vw solid #A1A1A1;
  }
   .table_container .table_swiper .swiper-slide .line_unit span{
    font-size:3.2552vw;font-weight:400;color:#222;padding:0;min-width:18.2292vw;text-align: center;
  }
  .table_container .table_swiper .swiper-slide .line_unit span:first-child {
    min-width:8.4635vw;
  }
  .table_container .table_swiper .swiper-slide .line_unit span.last{
    width:31.9010vw;text-align: left;
  }
   .table_container table tbody tr td:first-child {
    padding-left:11.5885vw;
  }
   .table_container table tbody tr td:last-child {
    padding-right:11.5885vw;
  }
   .table_container table tbody tr td span {
    font-size:3.2552vw;font-weight:700;color:#0183ff;
  }
  .table_container .page_btn{
    width:100%;padding-top:1.9531vw;display: flex;justify-content: center;align-items: center;
    gap: 5.4688vw;
  }
  .table_container .page_btn span{
    width:0.1302vw;height:5.4688vw;background: #CCCCCC;
  }
  .table_container .page_btn svg path{
    fill: #cccccc;
  }
  .table_container .page_btn .swiper-button-next  {
    position: relative;
    top:unset;right:unset;left:unset;margin-top:0;width: 3.2552vw;height: 5.8593vw;
  }
  .table_container .page_btn .swiper-button-prev  {
    position: relative;
    top:unset;right:unset;left:unset;margin-top:0;width: 3.2552vw;height: 5.8593vw;
  }
  .table_container .page_btn .swiper-button-next::after{
    display:none;
  }
   .table_container .page_btn .swiper-button-prev::after{
    display:none;
  }
  .table_container .page_btn .swiper-button-next svg {
    width: 3.2552vw;height: 5.8593vw;
  }
  .table_container .page_btn .swiper-button-prev svg {
    width: 3.2552vw;height: 5.8593vw;
  }
}