#subject .visual .visual-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#subject .visual .visual-wrap img {
    width: 100%;
}

#subject .subject-cnt {
    padding: 70px 0 80px;
}

@keyframes fadeItem {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes upDown {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(5px);
    }

    100% {
      transform: translateY(0);
    }
}

#subject .cnt-title {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

#subject .fast-track {
    background: #f2f4ff;
}

#subject .fast-track .cnt-title img {
    max-width: 100%;
    width: unset;
}

#subject .fast-track .cnt-box {
    text-align: left;
    width: 334px;
    margin: 0 auto;
}

#subject .fast-track .cnt-box .info {
    font-size: 13px;
    color: #5a5a5a;
    margin-top: 10px;
    text-align: left;
}

#subject .support {
    background: #f5f8fa;
}

#subject .support .subject-support-tab {
    width: 100%;
    justify-content: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

#subject .support .subject-support-tab li {
    flex: 1;
}

#subject .support .subject-support-tab .nav-link {
    width: 100%;
    height: 48px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: -1px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 2px;
}

#subject .support .subject-support-tab .nav-link.active {
    background: #0e1812;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

#subject .support-title {
    width: 303px;
}

#subject .subject-support-tab-content .tab-pane {
    background: #fff;
    padding: 20px 19px;
    border-radius: 10px;
}

#subject .support-tab01-title {
    width: 201px;
}

#subject .support-tab-list01 li {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    padding: 24px 6px;
    line-height: 1.4;
}

#subject .support-tab-list01 li:not(:last-child) {
    border-bottom: 2px dashed #95a4ad;
}

#subject .support-tab-list01 li div {
    flex: 1;
}

#subject .support-tab-list01 li div:first-child {
    text-align: center;
}

#subject .support-tab-list02 .tab02-img01 {
    width: 195px;
}

#subject .support-tab-list02 li {
    padding: 30px 9px;
    line-height: 1.4;
}

#subject .support-tab-list02 li:not(:last-child) {
    border-bottom: 2px dashed #95a4ad;
}

#subject .support-tab-list02 .tab02-img02 {
    width: 139px;
}

#subject .guidebook-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

#subject .guidebook-list p {
    width: 140px;
}

#subject .support-tab03-title {
    width: 219px;
}

#subject .support-tab-list03 li {
    padding: 30px 6px;
    line-height: 1.4;
}

#subject .support-tab-list03 li:not(:last-child) {
    border-bottom: 2px dashed #95a4ad;
}

#subject .support-tab-list03 .tab03-img01 {
    width: 106px;
}

#subject .support-tab-list03 .tab03-img02 {
    width: 122px;
}

#subject .support-tab-list03 .tab03-img03 {
    width: 297px;
}

#subject .support-tab-list04 {
    padding-bottom: 20px;
}

#subject .support-tab-list04 li {
    text-align: center;
    line-height: 1.4;
    padding: 15px 0;
}

#subject .support-tab-list04 li img {
    max-width: 100%;
}

#subject .support .info-list li {    
    font-size: 12px;
    color: #4c4c4c;
    position: relative;
    line-height: 1.3;
    margin-bottom: 5px;
}

#subject .support .info-list li::before {
    content: '*';
    position: absolute;
    left: -8px;
    top: 0;
}

#subject .guarantee {
    background: url("../../images/www/subject/business/guarantee_bg.png") no-repeat center top #00fff2;
}

#subject .guarantee-title {
    width: 295px;
}

#subject .guarantee .guarantee-list li {
    border-radius: 15px;
    padding: 41px 30px;
    line-height: 1.5;
}

#subject .guarantee .guarantee-list li:nth-child(1) {
    height: 406px;
    background: url("../../images/www/subject/business/guarantee_list_img02.png") no-repeat right bottom #222;
    background-size: 198px;
}

#subject .guarantee .guarantee-list li .list-title01 {
    width: 188px;
}

#subject .guarantee .guarantee-list li .list-title02 {
    width: 184px;
}

#subject .guarantee .guarantee-list li .text-point {
    color: #00fff2;
}

#subject .guarantee .info-list {
    margin-top: 15px;
}

#subject .guarantee .info-list li {
    line-height: 1.3;
    padding-left: 15px;
    position: relative;
}

#subject .guarantee .info-list li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

#subject .guide {
    padding-bottom: 0;
}

#subject .guide .guide-table {
    margin-bottom: 55px;
}

#subject .guide .guide-table table {
    border: 1px solid #eaecef;
}

#subject .guide .guide-table table th {
    font-weight: 500;
}

#subject .guide .guide-table table td {
    padding: 20px 0;
    line-height: 1.5;
}

#subject .guide .guide-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

#subject .guide .guide-list li {
    width: calc(50% - 1.5px);
    height: 130px;
    border: 1px solid #e0e0e0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#subject .guide .guide-list li p {
    line-height: 1.3;
}

#subject .guide .guide-list li p:first-child {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

#subject .guide .guide-list li p:last-child {
    font-size: 14px;
    font-weight: lighter;
}

#subject .guide .guide-list li:first-child p {
    color: #006aff;
}

#subject .guide .guide-desc p {
    font-size: 13px;
    line-height: 21px;
    position: relative;
    padding-left: 15px;
}

#subject .guide .guide-desc p::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

#subject .start .cnt-title p {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 10px;
}

#subject .start-title {
    width: 186px;
}

#subject .start .packkage-desc p {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #4c4c4c;
}

#subject .start .packkage-desc p::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

#subject .gift-box {
    padding-top: 0;
}

#subject .gift-box .red {
    color: #e30c0c !important;
}

#subject .gift-box .table th,
#subject .gift-box .table td {
    border: 1px solid #ced5de;
    border-left: 0;
    vertical-align: middle;
    line-height: 1.4;
    background: #fff;
}

#subject .gift-box .table th {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    font-weight: 400;
    border-color: #000;
}

#subject .gift-box .table td {
    font-size: 14px;
    padding: 15px 5px;
    position: relative;
}

#subject .gift-box .table td:last-child {
    border-right: 0;
}

#subject .gift-box .table td .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #666;
    color: #fff;
    text-align: center;
    align-content: center;
    font-size: 16px;
}

#subject .gift-box .gift-desc {
    margin-top: 10px;
}

#subject .gift-box .gift-desc li {
    font-size: 13px;
    color: #4f4f4f;
    line-height: 1.5;
    position: relative;
    padding-left: 14px;
    letter-spacing: -1px;
}

#subject .gift-box .gift-desc li ~ li {
    margin-top: 5px;
}

#subject .gift-box .gift-desc li::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

#subject .apply {
    background: #edf5e7;
}

#subject .apply .cnt-title .title-deco {
    width: 89px;
    margin-bottom: 5px;
}

#subject .apply .cnt-title .title-icon {
    width: 20px;
}

#subject .apply .line-bn .item {
    background: #fff;
    border-radius: 0 7px 7px 0;
    border-left: 7px solid #005ff7;
    box-shadow: 0 2px 4px 0 rgba(44, 30, 146, 0.04);
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
}

#subject .apply .line-bn .item:not(:last-child) {
    margin-bottom: 10px;
}

#subject .apply .line-bn .item .left {
    font-size: 15px;
}

#subject .apply .line-bn .item .right {
    text-align: right;
}

#subject .apply .line-bn .item .right p:first-child {
    font-size: 14px;
    color: #7e7e7e;
    position: relative;
}

#subject .apply .line-bn .item .right p:first-child span {
    position: relative;
    z-index: 1;
}

#subject .apply .line-bn .item .right p:first-child span::before {
    content: "";
    width: 110%;
    height: 1px;
    background: #7e7e7e;
    position: absolute;
    top: 50%;
    left: -5%;
    z-index: -1;
}

#subject .apply .line-bn .item .right p:last-child {
    font-size: 18px;
    font-weight: bold;
    color: #005ff7;
}

#subject .apply .discount-bn {
    text-align: center;
}

#subject .apply .discount-bn .item ~ .item {
    margin-top: 10px;
}

#subject .apply .subject-apply-tab {
    width: 100%;
    justify-content: flex-start;
    gap: 4px;
    position: relative;
    z-index: 1;
    margin-top: 47px;
}

#subject .apply .subject-apply-tab li {
    flex: 1;
    position: relative;
}

#subject .apply .subject-apply-tab li .dday {
    position: absolute;
    background: #ababab;
    color: #fff;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}

#subject .apply .subject-apply-tab li .dday::before {
    content: "";
    width: 6px;
    height: 6px;
    background: inherit;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

#subject .apply .subject-apply-tab .nav-link {
    width: 100%;
    height: 67px;
    text-align: center;
    background: #dfdfdf;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-direction: column;    
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

#subject .apply .subject-apply-tab .nav-link.active {
    background: #078767;
    font-weight: bold;
}

#subject .apply .subject-apply-tab .nav-link.active ~ .dday {
    background-color: #000;
    color: #00fff2;
    font-weight: bold;
}

#subject .apply .subject-apply-tab-content {
    background: #fff;
    padding: 40px 9px;
    border-radius: 0 0 10px 10px;
}

#subject .apply .subject-apply-tab-content2 .lecture-list.lecture-list2 {
    max-height: 400px;
}

#subject .apply .subject-apply-tab-content2 .subject-list-box {
    background: #f2f4f6;
    padding: 20px 8px;
    height: 230px;
    overflow-y: auto;
}

#subject .apply .subject-apply-tab-content2 .subject-list-box .start-date {
    font-size: 14px;
    font-weight: bold;
    color: #005ff7;
    margin-bottom: 10px;
}

#subject .apply .subject-apply-tab-content2 .subject-list-box .box-item:not(:last-child) {
    margin-bottom: 20px;
}

#subject .apply .subject-apply-tab-content2 .subject-list-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#subject .apply .subject-apply-tab-content2 .subject-list-box ul li {
    line-height: 42px;
    border-radius: 21px;
    background: #fff;
    padding: 0 16px;
    letter-spacing: -1px;
}

#subject .apply .subject-apply-tab-content2 .subject-list-box ul li .delete {
    width: 15px;
    height: 15px;
    border: 1px solid #b0b0b0;
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-left: 2px;
}
#subject .apply .subject-apply-tab-content2 .subject-list-box ul li .delete::before {
    content: "";
    width: 9px;
    height: 1px;
    background: #b0b0b0;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 6px;
}
#subject .apply .subject-apply-tab-content2 .subject-list-box ul li .delete::after {
    content: "";
    width: 9px;
    height: 1px;
    background: #b0b0b0;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 6px;
}

#subject .apply .subject-apply-tab-content2 .total-price {
    background: #fff;
    padding: 20px 17px 24px;
    border-radius: 0 0 10px 10px;
}

#subject .apply .subject-apply-tab-content2 .total-price .score {
    font-size: 15px;
    font-weight: bold;
}

#subject .apply .subject-apply-tab-content2 .total-price .score span {
    color: #005ff7;
}

#subject .apply .subject-apply-tab-content .lecture-list {
    max-height: 460px;   
    overflow: auto; 
}

#subject .apply .subject-apply-tab-content .lecture-list2 {
    max-height: 360px;
}

#subject .apply .subject-apply-tab-content .lecture-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 17px 12px;
    line-height: 1.5;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

#subject .apply .subject-apply-tab-content .lecture-list li.active {
    border-color: #078767;
}

#subject .apply .subject-apply-tab-content .lecture-list li.disabled::after {
    content: "마감";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 1;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#subject .apply .subject-apply-tab-content .lecture-list li.disabled .lecture-right {
    color: #6c757d;
}

#subject .apply .subject-apply-tab-content .lecture-list li ~ li {
    margin-top: 10px;
}

#subject .apply .sale-bn {
    margin-top: 18px;
}

#subject .apply .sale-bn .item {
    background: url("../../images/www/subject/business/hotdeal_bg.png") no-repeat;
    background-size: cover;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#subject .apply .sale-bn .item .hotdeal-title {
    width: 131px;
    margin-bottom: 5px;
    margin-left: -5px;
}

#subject .apply .sale-desc p {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #4c4c4c;
}

#subject .apply .sale-desc p::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

#subject .apply .custom-control {
    padding-left: 31px;
}

#subject .apply .custom-control .custom-control-label {
    font-size: 14px;
    font-weight: 500;
}

#subject .apply .lecture-list2 .custom-control .custom-control-label {
    width: 110px;
    word-break: keep-all;
}

#subject .apply .custom-control .custom-control-input, #subject .apply .custom-control .custom-control-input ~ .custom-control-label::before, #subject .apply .custom-control .custom-control-input ~ .custom-control-label::after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border-color: #767676;
}

#subject .apply .custom-checkbox .custom-control-input:checked ~.custom-control-label::after {
    border-color: #222;
}

#subject .apply .custom-checkbox .custom-control-input:disabled ~.custom-control-label::after {
    border-color: #cdd1d6;
}

#subject .apply .lecture-list .lecture-right {
    text-align: right;
}

#subject .apply .lecture-list .icon-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
}

#subject .apply .lecture-list .icon-wrap span {
    font-size: 12px;
    border: 1px solid #078767;
    background: #edf5e7;
    color: #078767;
    font-weight: 500;
    border-radius: 3px;
    padding: 0 5px;
}

#subject .apply .lecture-list .lecture-right .price {
    min-width: 81.5px;
}

#subject .apply .lecture-list .lecture-right .price span {
    display: block;
}

#subject .apply .lecture-list .lecture-right .price span:first-child {
    font-size: 14px;
    color: #c2c2c2;
    text-decoration: line-through;
}

#subject .apply .lecture-list .lecture-right .price span:last-child {
    font-size: 17px;
    font-weight: bold;
}

#subject .certification {
    background: #f5f8fa;
}

#subject .certification .certification-title {
    width: 204px;
}

#subject .certification .certification-list .item {
    background: #fff;
    border-radius: 15px;
    padding: 60px 25px 50px;
    line-height: 1.5;
    position: relative;
}

#subject .certification .certification-list .item .count-info {
    width: 115px;
    position: absolute;
    top: 10px;
    left: 190px;
}

#subject .certification .certification-list .item:first-child {
    background: url("../../images/www/subject/business/certification_img02.png") no-repeat center top 130px #fff;
    background-size: 252px;
}

#subject .certification .certification-list .item:nth-child(2) {
    background: url("../../images/www/subject/business/certification_img03.png") no-repeat center top 170px #fff;
    background-size: 290px;

}

#subject .certification .certification-list .item .item-btn {
    width: 227px;
    height: 37px;
    font-size: 15px;
    background: #767787;
    color: #fff;
    border-radius: 6px;
    margin: 220px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#subject .certification .certification-list .item:nth-child(2) .item-btn {
    width: 255px;
    margin-top: 300px;
}

#subject .bottom-cart-sheet {
    display: none;
    height: 0;
}

#subject .certification .certification-desc {
    margin-top: 14px;
    line-height: 1.4;
}

#subject .certification .certification-desc .slide-btn {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

#subject .certification .certification-desc .slide-btn::after {
    content: "▲";
    font-size: 12px;
    margin-left: 4px;
}

#subject .certification .certification-desc .slide-btn.up::after {
    content: "▼";
}

#subject .certification .certification-desc ul li {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    color: #4c4c4c;
}

#subject .certification .certification-desc ul li:not(:last-child) {
    margin-bottom: 8px;
}

#subject .certification .certification-desc ul li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

#subject .student {
    background: #050505;
}

#subject .student .inner {
    padding-left: 0;
    padding-right: 0;
}

#subject .student .interview-slide .swiper-slide {
    position: relative;
    margin-bottom: 57px;
}

#subject .student .interview-slide .swiper-slide a {
    position: relative;
    display: block;
    height: 100%;
}

#subject .student .interview-slide .swiper-slide img {
    width: 100%;
}

#subject .student .interview-slide .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: 1;
}

#subject .student .interview-slide .swiper-slide.swiper-slide-active::before {
    display: none;
}

#subject .student .interview-slide .swiper-slide.swiper-slide-active a::after {
    content: "";
    width: 8%;
    height: 14.5%;
    background: url("../../images/www/subject/social/interview_play.png") no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#subject .student .interview-slide .interview-txt {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 15px;
    letter-spacing: -1px;
}

#subject .student .interview-slide .interview-txt::before {
    content: '“';
}
#subject .student .interview-slide .interview-txt::after {
    content: '”';
}

#subject .student .interview-slide .swiper-pagination {
    bottom: 30px;
}

#subject .student .review-title {
    width: 217px;
}

#subject .student .review-slide {
    overflow: unset;
}

#subject .student .review-slide .swiper-slide {
    background: #fff;
    padding: 40px 26px 50px;
    border-radius: 8px;
    line-height: 1.6;
    position: relative;
    height: auto;
}

#subject .student .review-slide.swiper-container-horizontal > .swiper-pagination-bullets, #subject .student .review-slide.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -25px;
}

#subject .student .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .6;
    transition: .3s;
    border-radius: 5px;
    margin: 0 2.5px;
}

#subject .student .swiper-pagination-bullet-active {
    width: 28px;
    opacity: 1;
}

#subject .student .swiper-slide .review-cnt {
    max-height: 250px;
    overflow-y: auto;
}

#subject .student .swiper-slide .review-tags {
    margin-top: 20px;
}

#subject .student .swiper-slide .review-tags span {
    font-size: 12px;
    color: #fff;
    background: #9296a5;
    border-radius: 16px;
    padding: 5px 12px;
    display: inline-block;
}

#subject .student .swiper-slide .review-tags span:not(:last-child) {
    margin-right: 4px;
}

#subject .student .swiper-slide .deco {
    position: absolute;
    right: 24px;
    bottom: 30px;
}

#subject .student .swiper-slide .deco.deco01 {
    width: 74px;
}

#subject .student .swiper-slide .deco.deco02 {
    width: 65px;
}

#subject .student .swiper-slide .deco.deco03 {
    width: 65px;
}

#subject .student .swiper-slide .deco.deco04 {
    width: 72px;
}

#subject .student .swiper-slide .deco.deco05 {
    width: 70px;
}

#subject .student .swiper-slide .deco.deco06 {
    width: 64px;
}

#subject .student .flow-bn {
    width: 100%;
    height: 170px;
    background: url('../../images/www/subject/social/review_bg.png') repeat-x top left #000;
    animation: backgroundFlow 50s linear infinite;
}

@keyframes backgroundFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}

#subject .benefits {
    background: #00fff2;
}

#subject .benefits .benefits-title {
    width: 269px;
}

#subject .benefits .benefits-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 7px;
}

#subject .benefits .benefits-list li {
    height: 234px;
    background: #fff;
    border-radius: 10px;
    padding: 28px 0;
    text-align: center;
    width: calc(50% - 3.5px);
    position: relative;
    line-height: 1.4;
}

#subject .benefits .benefits-list li img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

#subject .benefits .benefits-list li:nth-child(1) img {
    width: 140px;
    bottom: -30px;
}

#subject .benefits .benefits-list li:nth-child(2) img {
    width: 123px;
    bottom: -25px;
    transform: translateX(-45%);
}

#subject .benefits .benefits-list li:nth-child(3) img {
    width: 121px;
    bottom: -20px;
}

#subject .benefits .benefits-list li:nth-child(4) img {
    width: 139px;
    bottom: -20px;
}

#subject .benefits .benefits-list li.wide {
    width: 100%;
    height: 156px;
    text-align: left;
    padding: 32px 22px;
    background: url("../../images/www/subject/business/benefits_img05.png") no-repeat right 18px top 14px #fff;
    background-size: 149px;
}

#subject .benefits .benefits-btn {
    width: 270px;
    text-align: center;
    background: #222;
    color: #00fff2;
    display: block;
    padding: 15px 0;
    border-radius: 40px;
    margin: 30px auto 10px;
}

#subject .benefits2 {
    background: #07072b;
}

#subject .benefits2 .benefits-title img {
    width: 129px;
}

#subject .benefits2 .benefits-list {
    max-width: 375px;
    margin: 0 auto;
}

#subject .benefits2 .benefits-list li:not(:last-child) {
    margin-bottom: 10px;
}

#subject .benefits2 .benefits-list li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

#subject .benefits2 .benefits-list li .text {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: -1px;
    text-align: center;
    padding: 15px 0;
}

#subject .benefits2 .benefits-list li .text p:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

#subject .benefits2 .benefits-list li .text p:last-child {
    font-size: 15px;
    line-height: 1.5;
}

#subject .benefits2 .benefits-list li .image {
    width: 100%;
    height: 123px;
}

#subject .benefits2 .benefits-list li:first-child .image {
    background: url("../../images/www/subject/social/benefits_img01.png") no-repeat center, linear-gradient(to bottom, #f9c4ce, #efe3ef);
}

#subject .benefits2 .benefits-list li:nth-child(2) .image {
    background: url("../../images/www/subject/social/benefits_img02.png") no-repeat center top 10px #dde9e5;
}

#subject .benefits2 .benefits-list li:nth-child(3) .image {
    background: url("../../images/www/subject/social/benefits_img03.png") no-repeat center #f9ded2;
}

#subject .benefits2 .benefits-list li:nth-child(4) .image {
    background: url("../../images/www/subject/social/benefits_img04_2.png") no-repeat center #e6f1f3;
}

#subject .koreajob {
    background: #2841ed;
    color: #fff;
}

#subject .koreajob .koreajob-title {
    width: 299px;
}

#subject .koreajob .desc-box01 {
    height: 450px;
    color: #000;
    background: #fff;
    padding: 40px 20px;
    margin: 50px 0 30px;
    border-radius: 10px;
    background: url("../../images/www/subject/cpa/box01_img.png") no-repeat 60% bottom #fff;
    background-size: 288px;
}

#subject .koreajob .box-title img {
    width: 100%;
}

#subject .koreajob .desc-box01 .box-title {
    width: 209px;
    position: relative;
    margin-bottom: 20px;
}

#subject .koreajob .desc-box01 .box-title .title-deco {
    width: 115px;
    position: absolute;
    bottom: 15px;
    right: -90px;
}

#subject .koreajob .desc-box01 .box-info {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.54px;
    margin-bottom: 15px;
}

#subject .koreajob .desc-box01 .box-info .point {
    color: #2841ed;
}

#subject .koreajob .desc-box01 .box-btn {
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
}

#subject .koreajob .desc-box02 {
    height: 482px;
    border-radius: 10px;
    padding: 40px 20px;
    background: url("../../images/www/subject/cpa/box02_img.png") no-repeat right bottom #081a96;
    background-size: 190px;
}

#subject .koreajob .desc-box02 .box-title {
    width: 286px;
    margin-bottom: 5px;
}

#subject .koreajob .desc-box02 .box-info {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

#subject .koreajob .desc-box02 .box-info span {
    display: inline-block;
}

#subject .koreajob .desc-box02 .box-btn {
    font-size: 14px;
    color: #fff;
    border:1px solid #fff;    
    padding: 10px;
    display: inline-block;
}

#subject .koreajob .desc-box02 .box-cate {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 24px;
}

#subject .koreajob .desc-box02 .box-cate span {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #2841ed;
    border-radius: 5px;
    width: 112px;
    line-height: 39px;
    text-align: center;
}

#subject .koreajob .koreajob-info-btn {
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
}

#subject .koreajob .koreajob-info-btn::after {
    content: "▲";
    font-size: 12px;
    margin-left: 5px;
}

#subject .koreajob .koreajob-info-btn.up::after {
    content: "▼";
}

#subject .koreajob .koreajob-info li {
    font-size: 13px;
    line-height: 21px;
    position: relative;
    padding-left: 15px;
}

#subject .koreajob .koreajob-info li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

#subject .coupon-desc {
    margin-top: 10px;
}

#subject .coupon-desc p {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

#subject .coupon-desc p a {
    font-weight: bold;
    text-decoration: underline;
    color: #f0ff00;
}

#subject .coupon-desc p::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

#subject .subject-quick {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 5;
}

#subject .subject-quick.fixed {
    position: fixed;
    top: 49px;
}

#subject .subject-quick ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

#subject .subject-quick ul li {
    flex: 1;
}

#subject .subject-quick ul li a {
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 20px 0;
    background: #000;
    line-height: 1.375;
    color: #fff;
    font-weight: bold;
    font-weight: 400;
}

#subject .subject-quick ul li:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.3);
}

#subject .subject-quick ul li a.active {
    color: #f0ff00;
    font-weight: 600;
}

#subject .subject-package-tab {
    width: 100%;
    justify-content: flex-start;
    gap: 4px;
    position: relative;
    z-index: 1;
    margin-top: 47px;
    margin-bottom: 20px;
}

#subject .subject-package-tab li.nav-item {
    flex: 1;
    text-align: center;
    background: #f2f4f6;
    font-size: 14px;
    line-height: 1.5;
}

#subject .subject-package-tab li.nav-item .nav-link {
    padding: 12px 0;
    border: 1px solid #f2f4f6;
    border-radius: 5px;
}

#subject .subject-package-tab li.nav-item .active {
    border-color: #0048e7;
    background: #f7f9ff;
    color: #0048e7;
}

#subject .subject-package-tab-content .package-item {
    border: 2px solid #dfdfdf;
    position: relative;
    margin-top: 60px;
}

#subject .subject-package-tab-content .package-item:first-child {
    border-color: #0b50e6;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.31);
}

#subject .subject-package-tab-content .package-item .sub-title {
    background: #eee;
    color: #000;
    font-weight: 600;
    width: 224px;
    height: 43px;
    position: absolute;
    top: -43px;
    left: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
    padding: 0 8px;
}

#subject .subject-package-tab-content .package-item:first-child .sub-title {
    background-color: #0b50e6;
    color: #fff;
}

#subject .subject-package-tab-content .package-item .package-top {
    padding: 25px 20px 40px;
}
#subject .subject-package-tab-content .package-item .package-btm {
    padding: 25px 20px 30px;
}

#subject .subject-package-tab-content .package-item .discount {
    font-size: 14px;
    color: #fff;
    background: #0d59ff;
    padding: 7px 11px;
    display: block;
    border-radius: 4px;
}

#subject .subject-package-tab-content .package-item .top .cate {
    font-size: 14px;
    color: #333;
    padding: 7px 11px;
    display: block;
}

#subject .subject-package-tab-content .package-item .underline {
    text-decoration: underline;
}

#subject .subject-package-tab-content .package-item .through {
    text-decoration: line-through;
}

#subject .subject-package-tab-content .package-item .sub-txt {
    font-size: 13px;
    color: #2d49ea;
    font-weight: 400;
    margin-bottom: 5px;
}

#subject .subject-package-tab-content .package-item .sub-txt {
    color: #0d59ff;
}

#subject .subject-package-tab-content .package-item .subject {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
    word-break: keep-all;
    line-height: 1.3;
    margin: 10px 0 15px;
}

#subject .subject-package-tab-content .package-item .plus {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 6px 8px;
    vertical-align: bottom;
    margin-left: 5px;
}

#subject .subject-package-tab-content .package-item .price-wrap .price li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#subject .subject-package-tab-content .package-item .price-wrap .price li ~ li {
    margin-top: 15px;
}

#subject .subject-package-tab-content .package-item .price-wrap .price02 {
    font-size: 28px;
    font-weight: 900;
    color: #eb1818;
    letter-spacing: -1px;
}

#subject .subject-package-tab-content .package-item .price-wrap .price03 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -1px;
}

#subject .subject-package-tab-content .package-item .price-wrap .max-discount {
    font-size: 12px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    padding: 6px 8px;
    font-weight: bold;
    margin-right: 10px;
}

#subject .subject-package-tab-content .package-item .price-wrap .icon-discount {
    font-size: 14px;
    color: #2d49ea;
    border: 1px solid #2d49ea;
    border-radius: 4px;
    padding: 7px 10px;
    font-weight: bold;
    margin-left: 10px;
}

#subject .subject-package-tab-content .package-item .radio-wrap input[type="radio"] {
    width: 16px;
    height: 16px;
}

#subject .subject-package-tab-content .package-item .radio-wrap input[type="radio"],
#subject .subject-package-tab-content .package-item .radio-wrap input[type="radio"]:checked {
    margin-top: 0.213rem;
}

#subject .subject-package-tab-content .package-item .package-submit {
    width: 100%;
    height: 58px;
    background: #222;
    border-radius: 39px;
    color: #f0ff00;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
#subject .subject-package-tab-content .package-item .package-submit {
    color: #fff;
}

#subject .subject-package-tab-content .package-item .marking {
    width: 100%;
    height: calc(100% + 43px);
    position: absolute;
    top: -43px;
    left: 0;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(5px);
}

#subject .subject-package-tab-content .package-item .marking p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#subject .subject-package-tab-content .package-item .package-btm {
    background: #fafafa;
}

#subject .training {
    background: #140e42;
}

#subject .training .cont .intro-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px 19px 30px;
}

#subject .training .cont .intro-box ~ .intro-box {
    margin-top: 20px;
}

#subject .training .cont .intro-box .image {
    text-align: center;
    margin-bottom: 20px;
}

#subject .training .cont .intro-box .intro-info {
    width: 297px;
    margin: 0 auto;
}

#subject .training .cont .intro-box .intro-info li {
    display: flex;
    gap: 8px;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: -1px;
}

#subject .training .cont .intro-box .intro-info li .num {
    font-weight: 600;
}

#subject .training .cont .intro-box .intro-info li b {
    color: #2570e8;
}

#subject .training .cont .intro-box .intro-btns {
    width: 246px;
    margin: 20px auto 0;
}

#subject .training .cont .intro-box .intro-btns a {
    width: 100%;
    display: block;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    padding: 12px 0;
    color: #888;
}

#subject .training .cont .intro-box .intro-btns a ~ a {
    margin-top: 8px;
}

#subject .training .cont .intro-box .intro-btns a:first-child {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff;
}

#subject .training .cont .step-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

#subject .training .cont .step-list li {
    width: calc(50% - 7.5px);
    background: #fff;
    text-align: center;
    align-content: center;
    height: 159px;
    border-radius: 12px;
}

#subject .training .cont .step-list li .step {
    background: #000;
    color: #fff;    
    font-size: 14px;
    font-weight: bold;
    border-radius: 16px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 10px;
}

#subject .training .cont .step-list li p {
    line-height: 1.4;
    font-size: 16px;
}

#subject .why {
    background: #f7f7f7;
}

#subject .why .cnt-title h4 {
    font-size: 30px;
    font-weight: normal;
}

#subject .why .why-list {
    margin-bottom: 40px;
}

#subject .why .why-list li {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 70px 10px 35px;
}

#subject .why .why-list li ~ li {
    margin-top: 20px;
}

#subject .why .why-list li .text {
    margin-top: 45px;
    line-height: 1.4;
    letter-spacing: -1px;
}

#subject .why .why-list li .text .point {
    color: #2570e8;
}

#subject .why .why-list li .text .txt1 {
    font-size: 18px;
}
#subject .why .why-list li .text .txt2 {
    font-size: 25px;
    font-weight: bold;
}
#subject .why .why-list li .text .txt3 {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

#subject .senior {
    background: #edf3ff;
    position: relative;
    padding: 70px 0 80px;
}

#subject .senior .inner {
    text-align: center;
    padding-right: 0;
}

#subject .senior .top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#subject .senior .cnt-title {
    margin-top: 20px;
}

#subject .senior .item-list li {
    width: 335px;
    height: 393px;
    background: #fff;
    border-radius: 8px;
    padding: 28px 0 0 0;
}

#subject .senior .item-list li:nth-child(1) {
    background: #fff url('https://img.hunet.co.kr/event/2025/04/15_wf/m/senior_img01.png') no-repeat center top 109px;
}

#subject .senior .item-list li:nth-child(2) {
    background: #fff url('https://img.hunet.co.kr/event/2025/04/15_wf/m/senior_img02.png') no-repeat center top 109px;
}

#subject .senior .item-list li:nth-child(3) {
    background: #fff url('https://img.hunet.co.kr/event/2025/04/15_wf/m/senior_img03.png') no-repeat center top 89px;
}

#subject .senior .item-list li .num {
    width: 97px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #000;
    border-radius: 28.5px;
    margin: 0 auto;
}

#subject .senior .item-list li .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 206px;
}

#subject .senior .item-list li .txt {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
}

#subject .senior .item-list li .info-txt {
    font-size: 14px;
    color: #a2a2a2;
    margin-top: 10px;
}

#subject .senior-btn {
    display: block;
    width: 270px;
    height: 58px;
    line-height: 58px;
    background: #222;
    border-radius: 39px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto 0 auto;
}

#subject .reason {
    background: #0d59ff;
}

#subject .reason .swiper-slide img {
    width: 100%;
}

#subject .reason .swiper-pagination {
    position: static;
    margin-top: 20px;
}

#subject .reason .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .6;
    transition: .3s;
    border-radius: 5px;
    margin: 0 2.5px;
}

#subject .reason .swiper-pagination-bullet-active {
    width: 28px;
    opacity: 1;
}

#subject .method .method-title {
    width: auto;
}

#subject .method .method-title img {
    width: 128px;
}

#subject .method .guide-step {
    width: 273px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px;
}

#subject .method .guide-step li {
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
}

#subject .method .guide-step li:nth-child(1) {
    border: solid 1px rgba(37, 112, 232, 0.19);
}
#subject .method .guide-step li:nth-child(2) {
    border: solid 1px rgba(37, 112, 232, 0.4);
}
#subject .method .guide-step li:nth-child(3) {
    border: solid 1px rgba(37, 112, 232, 0.7);
}
#subject .method .guide-step li:nth-child(4) {
    border: solid 1px #2570e8;
}

#subject .method .guide-step li .step {
    font-size: 15px;
    font-weight: 600;
    color: #2570e8;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#subject .method .guide-step li p {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -1px;
}

#subject .method .guide-step2 {
    padding: 33px 14px 19px;
    text-align: center;
}

#subject .method .guide-step2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#subject .method .guide-step2 li {
    width: calc(50% - 7.5px);
    height: 130px;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    padding-top: 29px;
    border-radius: 12px;
}

#subject .method .guide-step2 li p {
    line-height: 1.3;
}

#subject .method .guide-step2 li p:first-child {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2570e8;
}

#subject .method .guide-step2 li p:last-child {
    font-size: 16px;
}

#subject .method .table th,
#subject .method .table td {
    font-size: 14px;
    padding: 15px 0;
}

#subject .method .table tfoot td {
    background-color: #f4f5f7;
}

#subject .method .table td .red {
    color: #e30c0c;
}

#subject.subject-social .visual {
    background: url("../../images/www/subject/social/visual_bg.png") no-repeat center top #000;
    text-align: center;
}

#subject.subject-social .visual .inner {
    padding: 60px 0 100px;
}

#subject.subject-social .visual .visual-txt1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
}
#subject.subject-social .visual .visual-img1 {
    animation: upDown .8s ease-in-out infinite;
}

#subject.subject-social .visual .visual-list {
    max-width: 335px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 25px auto 0;
}

#subject.subject-social .visual .visual-list li {
    width: calc(50% - 8px);
    border: 1px solid #fff;
    color: #fff;
    text-align: left;
    padding: 20px 0 20px 20%;
    border-radius: 10px;
    line-height: 1.4;
}

#subject.subject-social .visual .visual-list li:nth-child(1) {
    background: url("../../images/www/subject/social/visual_icon01.png") no-repeat center left 11px;
}
#subject.subject-social .visual .visual-list li:nth-child(2) {
    background: url("../../images/www/subject/social/visual_icon02.png") no-repeat center left 10px;
}
#subject.subject-social .visual .visual-list li:nth-child(3) {
    background: url("../../images/www/subject/social/visual_icon03.png") no-repeat center left 0;
}
#subject.subject-social .visual .visual-list li:nth-child(4) {
    background: url("../../images/www/subject/social/visual_icon04.png") no-repeat center left 16px;
}

#subject.subject-social .subject-quick ul li a.active {
    color: #5eacfe;
    font-weight: 500;
}

#subject.subject-social .gift-box { 
    background: #f2f4ff;
}

#subject.subject-social .coupon {
    background: #0d59ff;
}

#subject.subject-social .coupon .cnt-title {
    margin-bottom: 30px;
}

#subject.subject-social .coupon .cnt-box02 {
    margin-top: 10px;
    padding: 0 30px;
    text-align: center;
}

#subject.subject-social .coupon .btn {
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 39px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

#subject.subject-social .coupon .info-list {
    margin-top: 10px;
}

#subject.subject-social .coupon .info-list li {
    font-size: 13px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: keep-all;
}

#subject.subject-social .coupon .info-list li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

#subject.subject-social .coupon .info-list li.point {
    color: #fff863;
}

#subject.subject-social .coupon .info-list li a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

#subject.subject-social .subject-package-tab-content .package-item .plus {
    color: #0b50e6;
    border-color: #0b50e6;
}

#subject.subject-childcare .visual {
    background: url("../../images/www/subject/childcare/visual_bg.png") no-repeat center top / cover;
    text-align: center;
}

#subject.subject-childcare .visual .inner {
    padding: 70px 2rem 50px;
}

#subject.subject-childcare .visual .visual-txt1 {
    font-size: 18px;
    margin-bottom: 25px;
}

#subject.subject-childcare .visual .visual-list {
    max-width: 335px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 25px auto 0;
}

#subject.subject-childcare .visual .visual-list li {
    width: calc(50% - 2.5px);
    color: #000;
    text-align: left;
    padding: 20px 0 20px 20%;
    border-radius: 10px;
    line-height: 1.4;
}

#subject.subject-childcare .visual .visual-list li:nth-child(1) {
    background: url("../../images/www/subject/childcare/visual_icon01.png") no-repeat center left 11px #fff;
}
#subject.subject-childcare .visual .visual-list li:nth-child(2) {
    background: url("../../images/www/subject/childcare/visual_icon02.png") no-repeat center left 6px #fff;
}
#subject.subject-childcare .visual .visual-list li:nth-child(3) {
    background: url("../../images/www/subject/childcare/visual_icon03.png") no-repeat center left 0 #fff;
}
#subject.subject-childcare .visual .visual-list li:nth-child(4) {
    background: url("../../images/www/subject/childcare/visual_icon04.png") no-repeat center left 16px #fff;
}

#subject.subject-childcare .subject-quick ul li a.active {
    color: #ff7fc1;
    font-weight: 500;
}

#subject.subject-childcare .gift-box {
    padding-top: 80px;
}

#subject.subject-childcare .coupon {
    background: #a918fc;
}

#subject.subject-childcare .coupon .cnt-title {
    margin-bottom: 30px;
}

#subject.subject-childcare .coupon .cnt-box02 {
    margin-top: 10px;
    padding: 0 30px;
    text-align: center;
}

#subject.subject-childcare .coupon .btn {
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 39px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

#subject.subject-childcare .coupon .info-list {
    margin-top: 10px;
}

#subject.subject-childcare .coupon .info-list li {
    font-size: 13px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: keep-all;
}

#subject.subject-childcare .coupon .info-list li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

#subject.subject-childcare .coupon .info-list li a {
    color: #fff863;
    font-weight: 600;
    text-decoration: underline;
}

.event-modal .modal-dialog {
    max-width: 600px;
}

.event-modal .modal-content {
    width: 96%;
    margin: auto;
    border-radius: 24px;
}

.event-modal .modal-header {
    padding: 0;
    border: none;
}

.event-modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 18px;
    z-index: 10;
    width: 18px;
    margin: 0 0 0 auto;
    padding: 0;
    opacity: 1;
}

.event-modal .modal-header .close img {
    vertical-align: top;
    width: 100%;
}

.event-modal .modal-body {
    padding: 18.9% 0 7.6%;
}

.event-modal .modal-body p {
    font-weight: 500;
    line-height: 30px;
}

.event-modal .btn-center {
    margin-top: 7.2%;
}

.event-modal .event-btn {
    display: inline-block;
    width: 92.1%;
    border-radius: 10px;
    background: #333333;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 0;
    font-weight: 600;
}

#subject.subject-childcare .subject-package-tab li.nav-item .active {
    color: #a918fc;
    background-color: #fdf7ff;
    border-color: #a918fc;
}

#subject.subject-childcare .subject-package-tab-content .package-item:first-child {
    border-color: #a918fc;
}

#subject.subject-childcare .subject-package-tab-content .package-item:first-child .sub-title {
    background-color: #a918fc;
}

#subject.subject-childcare .subject-package-tab-content .package-item .discount {
    background-color: #a918fc;
}

#subject.subject-childcare .subject-package-tab-content .package-item .plus {
    color: #a918fc;
    border-color: #a918fc;
}

#subject.subject-childcare .subject-package-tab-content .package-info {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
}

#subject.subject-childcare .subject-package-tab-content .package-info a {
    text-decoration: underline;
    color: #2000ff;
}

#subject.subject-childcare .training {
    background-color: #f2f4f6;
}

#subject.subject-childcare .training .intro-box {
    padding: 40px 30px;
}

#subject.subject-childcare .training .intro-box .info-top {
    font-size: 17px;
    font-weight: bold;
    width: 95px;
    height: 38px;
    text-align: center;
    align-content: center;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #ecf6ff;
}

#subject.subject-childcare .training .intro-box.pink .info-top {
    background: #fff3f9;
}

#subject.subject-childcare .training .cont .intro-box.pink .intro-info li b {
    color: #ff4fa7;
}

#subject.subject-childcare .training .cont .intro-box .intro-info li {
    line-height: 2;
}

#subject.subject-childcare .training .table-title {
    margin: 35px 0 20px;
    text-align: center;
}

#subject.subject-childcare .training .table-title p {    
    font-size: 20px;
    line-height: 1.5;
}

#subject.subject-childcare .training .table-title p b {
    color: #a918fc;
}

#subject.subject-childcare .training .intro-table ~ .intro-table {
    margin-top: 50px;
}

#subject.subject-childcare .training .intro-table th {
    background: #000;
    color: #fff;
    font-weight: normal;
    padding: 15px 0;
    position: relative;
}

#subject.subject-childcare .training .intro-table th.gray {
    background: #7c7c7c;
}

#subject.subject-childcare .training .intro-table th.gray::after {
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    background: url("../../images/www/subject/childcare/icon_high.png");
    bottom: 10px;
    right: 0;
}

#subject.subject-childcare .training .intro-table th.black::after {
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    background: url("../../images/www/subject/childcare/icon_low.png");
    bottom: 10px;
    right: 0;
}

#subject.subject-childcare .training .intro-table td {
    background: #fff;
    padding: 15px 10px;
}

#subject.subject-childcare .training .intro-table td .point {
    font-size: 18px;
    color: #a918fc;
    font-weight: bold;
}

#subject.subject-childcare .training .table-btn {
    width: 164px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    padding: 12px 5px 12px 10px;
    background: #fff;
    color: #888;
}

#subject.subject-childcare .why .why-list li .text .point {
    color: #9b0bee;
}

#subject.subject-childcare .reason {
    background-color: #f73e79;
}

#subject.subject-childcare .method .guide-step li .step {
    color: #a918fc;
}

#subject.subject-childcare .method .guide-step li:nth-child(1) {
    border: solid 1px rgba(169, 24, 252, 0.19);
}
#subject.subject-childcare .method .guide-step li:nth-child(2) {
    border: solid 1px rgba(169, 24, 252, 0.4);
}
#subject.subject-childcare .method .guide-step li:nth-child(3) {
    border: solid 1px rgba(169, 24, 252, 0.7);
}
#subject.subject-childcare .method .guide-step li:nth-child(4) {
    border: solid 1px #a918fc;
}

#subject.subject-childcare .method .guide-step2 li p:first-child {
    color: #a918fc;
}

#subject.subject-child .visual {
    background: url("../../images/www/subject/child/visual_bg.png") no-repeat center top / cover;
    text-align: center;
}

#subject.subject-child .visual .inner {
    padding: 70px 2rem 50px;
}

#subject.subject-child .visual .visual-txt1 {
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
}

#subject.subject-child .visual .visual-list {
    max-width: 335px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 25px auto 0;
}

#subject.subject-child .visual .visual-list li {
    width: calc(50% - 8px);
    border: 1px solid #fff;
    color: #fff;
    text-align: left;
    padding: 20px 0 20px 20%;
    border-radius: 10px;
    line-height: 1.4;
}

#subject.subject-child .visual .visual-list li:nth-child(1) {
    background: url("../../images/www/subject/child/visual_icon01.png") no-repeat center left 15px;
}
#subject.subject-child .visual .visual-list li:nth-child(2) {
    background: url("../../images/www/subject/child/visual_icon02.png") no-repeat center left 10px;
}
#subject.subject-child .visual .visual-list li:nth-child(3) {
    background: url("../../images/www/subject/child/visual_icon03.png") no-repeat center left 0;
}
#subject.subject-child .visual .visual-list li:nth-child(4) {
    background: url("../../images/www/subject/child/visual_icon04.png") no-repeat center left 12px;
}

#subject.subject-child .subject-quick ul li a.active {
    color: #24f7f7;
    font-weight: 500;
}

#subject.subject-child .coupon {
    background: #008989;
}

#subject.subject-child .coupon .cnt-title {
    margin-bottom: 30px;
}

#subject.subject-child .coupon .cnt-box02 {
    margin-top: 10px;
    padding: 0 30px;
    text-align: center;
}

#subject.subject-child .coupon .btn {
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 39px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

#subject.subject-child .coupon .info-list {
    margin-top: 10px;
}

#subject.subject-child .coupon .info-list li {
    font-size: 13px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: keep-all;
}

#subject.subject-child .coupon .info-list li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

#subject.subject-child .coupon .info-list li a {
    color: #fff863;
    font-weight: 600;
    text-decoration: underline;
}

#subject.subject-child .subject-package-tab li.nav-item .active {
    color: #099696;
    background-color: #f2ffff;
    border-color: #099696;
}

#subject.subject-child .subject-package-tab-content .package-item:first-child {
    border-color: #099696;
}

#subject.subject-child .subject-package-tab-content .package-item:first-child .sub-title {
    background-color: #099696;
}

#subject.subject-child .subject-package-tab-content .package-item .discount {
    background-color: #099696;
}

#subject.subject-child .subject-package-tab-content .package-item .plus {
    color: #099696;
    border-color: #099696;
}

#subject.subject-child .training {
    background-color: #f2f4f6;
}

#subject.subject-child .training .table-title {
    margin: 35px 0 20px;
    text-align: center;
}

#subject.subject-child .training .table-title p {    
    font-size: 20px;
    line-height: 1.5;
}

#subject.subject-child .training .table-title p b {
    color: #099696;
}

#subject.subject-child .training .intro-table ~ .intro-table {
    margin-top: 50px;
}

#subject.subject-child .training .intro-table th {
    background: #000;
    color: #fff;
    font-weight: normal;
    padding: 15px 0;
    position: relative;
}

#subject.subject-child .training .intro-table th.gray {
    background: #7c7c7c;
}

#subject.subject-child .training .intro-table th.gray::after {
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    background: url("../../images/www/subject/child/icon_high.png");
    bottom: 10px;
    right: 0;
}

#subject.subject-child .training .intro-table th.black::after {
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    background: url("../../images/www/subject/child/icon_low.png");
    bottom: 10px;
    right: 0;
}

#subject.subject-child .training .intro-table td {
    background: #fff;
    padding: 15px 10px;
}

#subject.subject-child .training .intro-table td .point {
    font-size: 18px;
    color: #099696;
    font-weight: bold;
}

#subject.subject-child .training .table-btn {
    width: 164px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    padding: 12px 5px 12px 10px;
    background: #fff;
    color: #888;
}

#subject.subject-child .why .why-list li .text .point {
    color: #099696;
}

#subject.subject-child .reason {
    background-color: #099696;
}

#subject.subject-child .method .guide-step li .step {
    color: #099696;
}

#subject.subject-child .method .guide-step li:nth-child(1) {
    border: solid 1px rgba(9, 150, 150, 0.19);
}
#subject.subject-child .method .guide-step li:nth-child(2) {
    border: solid 1px rgba(9, 150, 150, 0.4);
}
#subject.subject-child .method .guide-step li:nth-child(3) {
    border: solid 1px rgba(9, 150, 150, 0.7);
}
#subject.subject-child .method .guide-step li:nth-child(4) {
    border: solid 1px #099696;
}

#subject.subject-computer .visual {
    background: url("../../images/www/subject/computer/visual_bg.png") no-repeat center top / cover;
    text-align: center;
}

#subject.subject-computer .visual .inner {
    padding: 70px 2rem 50px;
}

#subject.subject-computer .visual .visual-txt1 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #000;
    background: #fff;
    border-radius: 23px;
    display: inline-block;
    width: 209px;
    height: 46px;
    align-content: center;
}

#subject.subject-computer .visual .visual-title1 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-top: -60px;
}

#subject.subject-computer .visual .visual-list {
    max-width: 335px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 25px auto 0;
}

#subject.subject-computer .visual .visual-list li {
    width: calc(50% - 8px);
    border: 1px solid #fff;
    color: #fff;
    text-align: left;
    padding: 20px 0 20px 21.5%;
    border-radius: 10px;
    line-height: 1.4;
}

#subject.subject-computer .visual .visual-list li:nth-child(1) {
    background: url("../../images/www/subject/computer/visual_icon01.png") no-repeat center left 15px;
}
#subject.subject-computer .visual .visual-list li:nth-child(2) {
    background: url("../../images/www/subject/computer/visual_icon02.png") no-repeat center left 2px;
}
#subject.subject-computer .visual .visual-list li:nth-child(3) {
    background: url("../../images/www/subject/computer/visual_icon03.png") no-repeat center left 5px;
}
#subject.subject-computer .visual .visual-list li:nth-child(4) {
    background: url("../../images/www/subject/computer/visual_icon04.png") no-repeat center left 15px;
}

#subject.subject-computer .subject-quick ul li a.active {
    color: #1ea4fc;
    font-weight: 500;
}

#subject.subject-computer .coupon {
    background: #861538;
}

#subject.subject-computer .coupon .cnt-title {
    margin-bottom: 30px;
}

#subject.subject-computer .coupon .cnt-box02 {
    margin-top: 10px;
    padding: 0 30px;
    text-align: center;
}

#subject.subject-computer .coupon .btn {
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 39px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

#subject.subject-computer .coupon .info-list {
    margin-top: 10px;
}

#subject.subject-computer .coupon .info-list li {
    font-size: 13px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: keep-all;
}

#subject.subject-computer .coupon .info-list li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

#subject.subject-computer .coupon .info-list li a {
    color: #fff863;
    font-weight: 600;
    text-decoration: underline;
}

#subject.subject-computer .subject-package-tab li.nav-item .active {
    color: #861538;
    background-color: #fff7f9;
    border-color: #861538;
}

#subject.subject-computer .subject-package-tab-content .package-item:first-child {
    border-color: #861538;
}

#subject.subject-computer .subject-package-tab-content .package-item:first-child .sub-title {
    background-color: #861538;
}

#subject.subject-computer .subject-package-tab-content .package-item .discount {
    background-color: #861538;
}

#subject.subject-computer .subject-package-tab-content .package-item .plus {
    color: #861538;
    border-color: #861538;
}

#subject.subject-computer .why .why-list li .text .point {
    color: #1ea4fc;
}

#subject.subject-computer .reason {
    background-color: #861538;
}

#subject.subject-computer .method .subject-method-tab {
    width: 100%;
    justify-content: start;
    gap: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

#subject.subject-computer .method .subject-method-tab .nav-link {
    width: 100%;
    height: 48px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: -1px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

#subject.subject-computer .method .subject-method-tab .nav-link.active {
    background: #0e1812;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

#subject.subject-computer .method .guide-step2 {
    padding: 30px 0;
}

#subject.subject-computer .method .guide-step2 li p:first-child {
    color: #861538;
}

#subject.subject-computer .method .how-subject table {
    border: 1px solid #eaecef;
}

#subject.subject-computer .method .how-subject table th {
    padding: 5px;
}

#subject.subject-computer .method .how-subject-btn {
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
}

#subject.subject-computer .method .info-list li {
    position: relative;
    padding-left: 8px;
    line-height: 1.5;
    font-size: 12px;
}

#subject.subject-computer .method .info-list li::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
}


#subject.subject-business .visual {
    background: url("../../images/www/subject/business/visual_bg.png") no-repeat center top / cover;
    text-align: center;
}

#subject.subject-business .visual .inner {
    padding: 70px 2rem 50px;
}

#subject.subject-business .visual .visual-title {
    margin-top: -10px;
    position: relative;
}

#subject.subject-business .visual .visual-title .deco {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: 80px;
}

#subject.subject-business .visual .visual-list {
    max-width: 335px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 25px auto 0;
}

#subject.subject-business .visual .visual-list li {
    width: calc(50% - 2.5px);
    color: #000;
    text-align: left;
    padding: 20px 0 20px 21%;
    border-radius: 10px;
    line-height: 1.4;
}

#subject.subject-business .visual .visual-list li:nth-child(1) {
    background: url("../../images/www/subject/business/visual_icon01.png") no-repeat center left 7px #fff;
}
#subject.subject-business .visual .visual-list li:nth-child(2) {
    background: url("../../images/www/subject/business/visual_icon02.png") no-repeat center left 2px #fff;
}
#subject.subject-business .visual .visual-list li:nth-child(3) {
    background: url("../../images/www/subject/business/visual_icon03.png") no-repeat center left 17px #fff;
}
#subject.subject-business .visual .visual-list li:nth-child(4) {
    background: url("../../images/www/subject/business/visual_icon04.png") no-repeat center left 14px #fff;
}

#subject.subject-business .subject-quick ul li a.active {
    color: #00fffd;
    font-weight: 500;
}

#subject.subject-business .hotdeal {
    padding-top: 0;
    background: #edf5e7;
}

#subject.subject-business .hotdeal .hotdeal-box {
    margin: 0 auto;
    text-align: center;
}

#subject.subject-business .hotdeal .hotdeal-box .box-btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #111;
    border-radius: 39px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

#subject.subject-business .hotdeal .hotdeal-box .box-info {
    text-align: left;
    margin-top: 10px;
    line-height: 1.4;
    font-size: 12px;
    color: #2d2d2d;
    letter-spacing: -0.5px;
}

#subject.subject-business .hotdeal .hotdeal-box .info-list {
    list-style-type: decimal;
    padding-left: 15px;
}

#subject.subject-business .hotdeal .hotdeal-box .info-list li {
    line-height: 1.4;
}

#subject.subject-business .why .why-list li .text .point {
    color: #a918fc;
}

#subject.subject-business .reason {
    background-color: #8a1ed7;
}

#subject.subject-business .method .subject-method-tab {
    width: 100%;
    justify-content: start;
    gap: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

#subject.subject-business .method .subject-method-tab .nav-link {
    width: 100%;
    height: 48px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: -1px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

#subject.subject-business .method .subject-method-tab .nav-link.active {
    background: #0e1812;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

#subject.subject-business .method .guide-step2 {
    padding: 30px 0;
}

#subject.subject-business .method .guide-step2 li p:first-child {
    color: #8a1ed7;
}

#subject.subject-business .method .how-subject table {
    border: 1px solid #eaecef;
}

#subject.subject-business .method .how-subject-btn {
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
}

#subject.subject-business .method .info-list li {
    position: relative;
    padding-left: 8px;
    line-height: 1.5;
    font-size: 12px;
}

#subject.subject-business .method .info-list li::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
}

#subject.subject-social1 .visual {
    background: url('../../images/../images/www/subject/social_1/visual_bg.png') no-repeat center / cover;
    text-align: center;
}

#subject.subject-social1 .visual .inner {
    padding: 60px 20px 80px;
}

#subject.subject-social1 .visual .visual-txt1 {
    font-size: 16px;   
    color: #fff;
}

#subject.subject-social1 .visual .visual-txt2 {
    display: inline-block;
    width: 143px;
    height: 37px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    align-content: center;
    border-radius: 19px;
    background: #a45fdf;
    margin-top: 19px;
}

#subject.subject-social1 .visual .visual-title1 {
    transform: translateY(-30px);
    opacity: 0;
    animation: fadeItem 1s .1s forwards;
    margin-top: 17px;
}

#subject.subject-social1 .visual .visual-title2 {
    margin-top: 12px;
    transform: translateY(-30px);
    opacity: 0;
    animation: fadeItem 1s .5s forwards;
}

@keyframes fadeItem {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#subject.subject-social1 .subject-quick ul li a {
    background: #a45fdf;
}

#subject.subject-social1 .subject-quick ul li a.active {
    color: #fffe5c;
}

#subject.subject-social1 .package .inner {
    padding: 70px 20px 80px;
}

#subject.subject-social1 .package .package-box {
    border: 2px solid #a45fdf;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.31);
    overflow: hidden;
}

#subject.subject-social1 .package .package-box .package-cont {
    padding: 26px;
    background: #fff;
}

#subject.subject-social1 .package .package-box .discount {
    display: inline-block;
    width: 80px;
    height: 33px;
    align-content: center;
    font-weight: 600;
    color: #fff;
    background: #a45fdf;
    text-align: center;
    border-radius: 4px;
    margin-right: 8px;
}

#subject.subject-social1 .package .package-box .more-btn {
    font-size: 13px;
    color: #6f6f6f;
    text-decoration: underline;
}

#subject.subject-social1 .package .package-box .title {
    font-size: 30px;   
    font-weight: 900;
    color: #000;
    margin-top: 10px;
    line-height: 30px;
}

#subject.subject-social1 .package .package-box .title span {
    font-size: 15px;
    font-weight: 500;
    color: #a45fdf;
}

#subject.subject-social1 .package .package-box .price-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 27px;
}

#subject.subject-social1 .package .package-box s {
    font-size: 16px;
    font-weight: 600;
    color: #6c6c6c;
}

#subject.subject-social1 .package .package-box .price {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    color: #eb1818;
    font-weight: 900;
    margin-left: 10px;
}

#subject.subject-social1 .package .package-box .package-bottom {
    padding: 20px 23px 33px;
    background: #f9f2ff;
}

#subject.subject-social1 .package .package-box .item-list li {
    padding-left: 67px;
    height: 50px;
    align-content: center;
}

#subject.subject-social1 .package .package-box .item-list li:not(:last-of-type) {
    margin-bottom: 14px;
}

#subject.subject-social1 .package .package-box .item-list li:nth-of-type(1) {
    background: url('../../images/www/subject/social_1/package_img01.png') no-repeat left center;
}

#subject.subject-social1 .package .package-box .item-list li:nth-of-type(2) {
    background: url('../../images/www/subject/social_1/package_img02.png') no-repeat left center;
}

#subject.subject-social1 .package .package-box .item-list li:nth-of-type(3) {
    background: url('../../images/www/subject/social_1/package_img03.png') no-repeat left center;
}

#subject.subject-social1 .package .package-box .item-list li p {
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
}

#subject.subject-social1 .package .package-box .item-list li a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

#subject.subject-social1 .package .package-box .apply-btn {
    display: block;
    width: 95%;
    max-width: 269px;
    height: 51px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    align-content: center;
    background: #222;
    border-radius: 39px;
    margin: 23px auto 0 auto;
}

#subject.subject-social1 .package .package-btn {
    display: inline-block;
    margin-top: 40px;
}

#subject.subject-social1 .pass {
    text-align: center;
    background: #f4f4f7;
}

#subject.subject-social1 .pass .inner {
    padding: 70px 20px;
}

#subject.subject-social1 .point {
    display: block;
    width: 106px;
    height: 36px;
    align-content: center;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    background: #fff;
    border-radius: 22px;
    margin: 0 auto;
}

#subject.subject-social1 .point ~ h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1.08px;
    margin-top: 15px;
}

#subject.subject-social1 .proffesor {
    background: url('../../images/www/subject/social_1/proffesor_bg.png') no-repeat center top 120px / cover;
    text-align: center;
}

#subject.subject-social1 .proffesor .inner {
    padding: 40px 20px 80px;
}

#subject.subject-social1 .proffesor .proffesor-tab {
    gap: 4px;
    justify-content: center;
    margin-top: 10px;
}

#subject.subject-social1 .proffesor .proffesor-tab li a {
    width: 109px;
    height: 85px;
    align-content: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    border-radius: 5px;
    background: #4d4d4d;
    padding: 0;
}

#subject.subject-social1 .proffesor .proffesor-tab li a.active {
    background: #a35fdf;
}

#subject.subject-social1 .proffesor .proffesor-tab li a span {
    font-size: 14px ;
    font-weight: 600;
    letter-spacing: -1px;
}

#subject.subject-social1 .proffesor .proffesor-tab-content {
    text-align: center;
    margin-top: 20px;
}

#subject.subject-social1 .proffesor .review-slide {
    margin-top: 50px;
}

#subject.subject-social1 .swiper-pagination {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 5px;
    position: inherit;
}

#subject.subject-social1 .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.6;
}

#subject.subject-social1 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 28px;
    border-radius: 6px;
}

#subject.subject-social1 .best {
    text-align: center;
    background: url('../../images/www/subject/social_1/best_bg.png') no-repeat center / cover;
}

#subject.subject-social1 .best .inner {
    padding: 80px 20px 90px;
}

#subject.subject-social1 .best .best-slide {
    margin-top: 39px;
    overflow: hidden;
}

#subject.subject-social1 .best .best-slide .txt-box {
    width: 100%;
    max-width: 333px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px 15px;
    background: #a45fdf;
    border-radius: 9px;
    margin: 10px auto 0 auto;
    text-align: left;
    line-height: 23px;
    letter-spacing: -.62px;
    word-break: keep-all;
    word-wrap: break-word;
}

#subject.subject-social1 .best .best-slide .txt-box span {
    color: #fff863;
    font-weight: 900;
}

#subject.subject-social1 .curriculum {
    background: #f1f0f5;
    text-align: center;
}

#subject.subject-social1 .curriculum .inner {
    padding: 64px 20px 95px;
}

#subject.subject-social1 .curriculum .point {
    background: #000;
    color: #fff;
}

#subject.subject-social1 .curriculum h4 {
    color: #000;
}

#subject.subject-social1 .reason {
    text-align: center;
    background: #fff;
}

#subject.subject-social1 .reason .inner {
    padding: 64px 20px 96px;
}

#subject.subject-social1 .reason .point {
    background: #000;
    color: #fff;
}

#subject.subject-social1 .reason h4 {
    color: #000;
    margin-bottom: 20px;
}

#subject.subject-social1 .why {
    background: #0d59ff;
    text-align: center;
}

#subject.subject-social1 .why .inner {
    padding: 54px 20px 96px;
}

#subject.subject-social1 .why h4 span {
    color: #fff;
}

#subject.subject-social1 .why .why-slide {
    margin-top: 38px;
    overflow: hidden;
}

#subject.subject-social1 .how {
    text-align: center;
}

#subject.subject-social1 .how .inner {
    padding: 64px 20px 70px;
}

#subject.subject-social1 .how .more-btn {
    display: inline-block;
    font-weight: 600;
    color: #0254e6;
    text-decoration: underline;
    margin-top: 20px;
}

#subject.subject-social1 .how .cont-box {
    margin-top: 40px;
}

#subject.subject-social1 .how .cont-box .tit {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #111;
    margin-bottom: 25px;
}

#subject.subject-social1 .how .table {
    border: 1px solid #e0e0e0;
}

#subject.subject-social1 .how .table th, 
#subject.subject-social1 .how .table td {
    border: 1px solid #e0e0e0;
    padding: 10px 3px;
    vertical-align: middle;
    line-height: 1.5;
    position: relative;
}

#subject.subject-social1 .how .table th {
    background: #f4f4f7;
}

#subject.subject-social1 .how .table .bg {
    background: #f4f4f7;
}

#subject.subject-social1 .how .table td {
    font-weight: 100;
    letter-spacing: -.5px;
}

#subject.subject-social1 .how .table .deco {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

#subject.subject-social1 .how .txt-box {
    width: 100%;
    max-width: 337px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    background: #a45fdf;
    border-radius: 10px;
    padding: 14px 0;
    margin-top: 10px;
}

#subject.subject-social1 .how .info-txt {
    font-size: 12px;
    color: #2f2f2f;
    margin-top: 10px;
    letter-spacing: -1px;
    line-height: 1.2;
}

#subject.subject-social1 .plus {
    background: #f6f5fc;
    text-align: center;
}

#subject.subject-social1 .plus .inner {
    padding: 70px 20px 80px;
}

#subject.subject-social1 .plus .plus-list {
    margin-top: 30px;
}

#subject.subject-social1 .plus .plus-list li {
    background: #fff;
    border-radius: 10px;
    text-align: left;
    height: 156px;
}

#subject.subject-social1 .plus .plus-list li p {
    color: #000;
    line-height: 1.5;
}

#subject.subject-social1 .plus .plus-list li .tit {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

#subject.subject-social1 .plus .plus-list li .txt {
    font-size: 15px;
}

#subject.subject-social1 .plus .plus-list li:not(:last-child) {
    margin-bottom: 10px;
}

#subject.subject-social1 .plus .plus-list li:nth-child(1) {
    background: url("../../images/www/subject/social_1/plus_img01.png") no-repeat right center #fff;
    background-size: 189px;
}

#subject.subject-social1 .plus .plus-list li:nth-child(2) {
    background: url("../../images/www/subject/social_1/plus_img02.png") no-repeat right center #fff;
    background-size: 189px;
}

#subject.subject-social1 .plus .plus-list li:nth-child(3) {
    background: url("../../images/www/subject/social_1/plus_img03.png") no-repeat right center #fff;
    background-size: 189px;
}

#subject.subject-social1 .plus .plus-list li:nth-child(4) {
    background: url("../../images/www/subject/social_1/plus_img04.png") no-repeat right center #fff;
    background-size: 189px;
}

#subject.subject-social1 .plus .plus-list li a {
    color: #000;
    width: 100%;
    height: 100%;
    padding: 20px 189px 15px 22px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

#subject.subject-social1 .plus .plus-list li a:hover {
    text-decoration: none;
}

#subject.subject-social1 .noti {
    background: #fff;
    padding: 40px 0 120px;
}

#subject.subject-social1 .noti h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 0 20px;
    margin-bottom: 10px;
}

#subject.subject-social1 .noti .noti-box {
    padding: 20px 15px 20px 20px;
    
}

#subject.subject-social1 .noti .noti-box p {
    color: #000;
    letter-spacing: -1px;
}

#subject.subject-social1 .noti .noti-box .tit {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
}

#subject.subject-social1 .noti .noti-box .txt {
    line-height: 1.5;
    word-wrap: break-word;
    word-break: keep-all;
}

#subject.subject-social1 .noti .noti-box .red {
    color: #ff0200;
}

#subject.subject-social1 .noti .noti-box a {
    color: #0254e6;
    text-decoration: underline;
}

#subject.subject-social1 .noti .inner-table {
    margin-top: 20px;
}

#subject.subject-social1 .noti .inner-table th {
    background: #f5f5f5;
    font-size: 14px;
}

#subject.subject-social1 .noti .inner-table td {
    vertical-align: middle;
    line-height: 1.4;
    font-size: 13px;
}

#nameAuth .top-txt {
    line-height: 20px;
    letter-spacing: -0.88px;
}

#nameAuth .input-box {
    padding: 2rem;
    margin-top: 20px;
    background-color: #fafafa;
}

#nameAuth .input-box .input-wrap:not(:last-of-type) {
    margin-bottom: 20px;
}

#nameAuth .input-box label {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

#nameAuth .custom-control img {
    vertical-align: middle;
    margin-left: 3px;
}

#nameAuth .toggle-box {
    display: none;
    margin-top: 20px;
    margin-bottom: 30px;
}