.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
  font-size: revert;
  font-weight: bold;
}
.passcenter_top h2{line-height: 1.6; color: #000; /* font-size: 26px; font-weight: 700; */ font-size: 32px !important; font-weight: 900 !important; text-align: center;}
.passcenter_inner {
  padding: 60px 0 120px;
  min-height: 650px;
}
.passcenter .inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:0;
  gap:60px;
}
.passcenter ul.passUl{
  list-style: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000000;
  width: 100%;
}
.passcenter .passUl li{
  list-style: none;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ececec;
}
.passcenter .toggle_btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap:40px;
  padding: 15px 51px 15px 33px;
  cursor: pointer;
}
.passcenter .toggle_btn p{
  font-size: 16px;
  font-weight: 400;
  color:#222222;
  min-width: 34px;
}
.passcenter .toggle_btn h3{
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  line-height: 1;
  text-align: left;
  color:#222222
}
.passcenter .toggle_btn span{
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
  padding: 4px 18px;
  border-radius: 20px;
  line-height: 1;
  white-space: nowrap;
}
.passcenter .toggle_btn.on img{
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.passcenter .content{
  display: none;
}
.passcenter .content img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.passcenter .content .show_768 {
  width: 100%;
}
.passcenter .table_pagination ul{
  margin-top: 10px;
}


@media all and (max-width:1240px){
  .passcenter_inner {
    padding: 4.8387vw 0 9.6774vw;
    min-height: 52.4194vw;
  }
  .passcenter .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0;
    gap:4.8387vw;
    max-width: 96.7742vw;
  }
  .passcenter_top h2 {
    font-size: 2.6613vw !important;
  }
  .passcenter ul.passUl{
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .passcenter .passUl li{
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .passcenter .toggle_btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:3.2258vw;
    padding: 1.2097vw 4.1129vw 1.2097vw 2.6613vw;
    cursor: pointer;
  }
  .passcenter .toggle_btn img{
    width: 2.0967vw;
    height: 2.0967vw;
  }
  .passcenter .toggle_btn p{
    font-size: 1.2903vw;
    font-weight: 400;
    color:#222222;
    min-width: 2.7419vw;
  }
  .passcenter .toggle_btn h3{
    font-size: 1.2903vw;
    font-weight: 400;
    width: 100%;
    line-height: 1;
    text-align: left;
    color:#222222
  }
  .passcenter .toggle_btn span{
    font-size: 1.0484vw;
    font-weight: 400;
    color: #ffffff;
    background-color: #000000;
    padding: 0.3226vw 1.4516vw;
    border-radius: 1.6129vw;
    line-height: 1;
    white-space: nowrap;
  }
  .passcenter .toggle_btn.on img{
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  .passcenter .content{
    display: none;
  }
  .passcenter .content img {
    max-width: 100%;
    height: auto !important;
    display: block;
  }
  .passcenter .content .show_768 {
    width: 100%;
  }
  .passcenter .table_pagination ul{
    margin-top: 0.8065vw;
  }
}


@media all and (max-width:1200px){
  #container.passcenter.ver_fix{
    padding-top: 55px !important;
    margin-top: 48px !important;
  }
}


@media screen and (max-width: 768px) {
  .passcenter_inner {
    padding: 3rem 1rem 6rem 1rem;
    min-height: unset;
  }
  .passcenter_top h2 {
    font-size: 22px !important;
  }
  .passcenter .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0;
    gap:24px;
  }
  .passcenter ul.passUl{
    list-style: none;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000000;
    width: 100%;
  }
  .passcenter .passUl li{
    list-style: none;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ececec;
  }
  .passcenter .toggle_btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    padding: 15px 10px 15px 10px;
    cursor: pointer;
  }
  .passcenter .toggle_btn p{
    font-size: 14px;
    font-weight: 400;
    color:#222222;
    min-width: 30px;
  }
  .passcenter .toggle_btn h3{
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: 1.2;
    text-align: left;
    color:#222222
  }
  .passcenter .toggle_btn span{
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    background-color: #000000;
    padding: 3px 14px;
    border-radius: 20px;
    line-height: 1;
    white-space: nowrap;
  }
  .passcenter .toggle_btn img{
    width: 20px;
    height: 20px;
  }
  .passcenter .toggle_btn.on img{
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  .passcenter .content{
    display: none;
  }
  .passcenter .content img {
    max-width: 100%;
    height: auto !important;
    display: block;
  }
  .passcenter .content .show_768 {
    width: 100%;
  }
  .passcenter .table_pagination ul{
    margin-top: 10px;
  }
  
  .passcenter .content img {
    margin: 0 auto;
  }
}


@media all and (max-width:480px){
  .passcenter_inner {
    padding: 3rem 1rem 16.6666vw 1rem;;
    min-height: unset;
  }
  .passcenter_top h2 {
    font-size: 4.5833vw !important;
  }
  .passcenter .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0;
    gap:5.0000vw;
  }
  .passcenter ul.passUl{
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .passcenter .passUl li{
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .passcenter .toggle_btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:2.0833vw;
    padding: 3.1250vw 2.0833vw 3.1250vw 2.0833vw;
    cursor: pointer;
  }
  .passcenter .toggle_btn p{
    font-size: 2.9167vw;
    font-weight: 400;
    color:#222222;
    min-width: 6.25vw;
  }
  .passcenter .toggle_btn h3{
    font-size: 2.9167vw;
    font-weight: 400;
    width: 100%;
    line-height: 1.2;
    text-align: left;
    color:#222222
  }
  .passcenter .toggle_btn span{
    font-size: 2.7083vw;
    font-weight: 400;
    color: #ffffff;
    background-color: #000000;
    padding: 0.6250vw 2.9167vw;
    border-radius: 4.1667vw;
    line-height: 1;
    white-space: nowrap;
  }
  .passcenter .toggle_btn img{
    width: 4.1667vw;
    height: 4.1667vw;
  }
  .passcenter .toggle_btn.on img{
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  .passcenter .content{
    display: none;
  }
  .passcenter .content img {
    max-width: 100%;
    height: auto !important;
    display: block;
  }
  .passcenter .content .show_768 {
    width: 100%;
  }
  .passcenter .table_pagination ul{
    margin-top: 2.0833vw;
  }
  .passcenter .content img {
    margin: 0 auto;
  }
}


/* 퍼블 style 추가 */
@font-face{font-family: 'GmarketSansLight'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff')format('woff'); font-weight: normal; font-style: normal;}           
@font-face{font-family: 'GmarketSansMedium'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff')format('woff'); font-weight: normal; font-style: normal;}           
@font-face{font-family: 'GmarketSansBold'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff')format('woff'); font-weight: normal; font-style: normal;}
.passcenter_inner .passLi .license_pass{background: #f6f5ec url('https://img.megastudyacademy.co.kr/campusdev/mbc/passcenter/lic_pass_tr.png') no-repeat right 7% top 30px; background-size: 30%; padding: 50px;}
.license_pass .ttl{font-family: 'GmarketSansMedium'; font-size: 63px; line-height: 1.2; padding: 20px 10px 0; letter-spacing: -2px;}
.license_pass .ttl strong{display: block; font-weight: 900; color: #ff003c; font-size: 55px; font-family: 'GmarketSansLight';}

.license_list{background: #fff; border-radius: 10px; padding: 20px 30px; font-size: 16px; box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05); margin-top: 20px; display: flex; align-items: center;}
.license_list li{border-bottom: 0 !important; height: fit-content; width: 70%;}
.license_list li.cat{width: 30%;}
.license_pass .cat p{font-size: 24px; font-weight: 700; padding: 0 0 0 60px;}
.license_pass .cat p::before{display: block; content: ''; border-top: 2px solid; width: 18px; margin-bottom: 5px;}

.list_cont{display: flex;  line-height: 1.5;}
.list_cont em{display: inline-block; min-width: 90px; color: #777;}
.list_cont span{display: inline-block; padding-left: 10px; min-width: 70px;}

.passcenter_inner .passLi .license_pass.v2025{background-color: #f4f5f7;}
.license_pass.v2025 .ttl strong{color: #2f54fa;}

.passcenter_inner .passLi .license_pass.v2026{background-color: #f2eae2}
.license_pass.v2026 .ttl strong{color: #ff4c4c;}

.license_pass .gray{color: #777;}
.license_pass .black{color: #000;}

@media screen and (max-width: 768px){                                        
    .passcenter_inner .passLi .license_pass{background-position: right 7% top 2%; background-size: 45%; padding: 20px;}
    
    .license_list{display: block; padding: 16px 20px 20px; margin-top: 10px;}
    .license_list li{width: 100%; font-size: 14px;}
    .license_list li:last-child{display: unset;}
    .license_pass .ttl{font-size: 22px; letter-spacing: 0; padding: 10px;}
    .license_pass .ttl strong{font-size: 30px;}

    .license_pass .cat,
    .list_cont,
    .license_list li.cat{width: 100%;}
    .license_pass .cat{display: unset;}
    .license_pass .cat p{font-size: 17px; padding: 0 0 8px 0; border-bottom: 1px solid; margin-bottom: 10px; text-align: center;}
    .license_pass .cat p::before{display: none;}
    .list_cont:nth-child(even){margin-left: 0;}
    .list_cont p{font-size: 14px; line-height: 1.2;}
    .list_cont .cont_h{height: 34px;}
    .list_cont em{min-width: 60px;}
    .list_cont span{padding-left: 0; min-width: 45px;}
    .list_cont span:first-child{margin-left: 0;}
    .list_cont > *:first-child{width: 20%; margin-right: 1rem;}                                                
}