@import url("../../20/style/google_icon_font.css");

.color-point {
    color: var(--identity-text-color);
}

.sr-only {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px !important;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.inner  {position:relative}
.noti-container .notice-item .tbl-wrap.tbl-main-notice .board-td .td2 {
    padding: 0;
}

 .noti-container .notice-item .tbl-wrap.tbl-main-notice .board-td .td2 a {
    max-width: 100%;
}
.link-online-course {
    padding-right: 10px;
    font-size: 0;
}

.link-online-course li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

.link-online-course li a {
    display: block;
    padding: 0 22px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-align: center;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 30px;
    transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
}

.link-online-course li a:hover {
    color: #fff;
    background-color: var(--identity-text-color);
    border-color: #002fc8;
}

.link-online-course li.on a {
    color: #fff;
    background-color: var(--identity-text-color);
    border-color: #002fc8;
}

.link-more.only {
    display: block;
    text-align: right
}
.course-div {
    position: relative;
}
 .noti-container .notice-item .tbl-wrap.tbl-main-notice .board-td .td3 {
    padding-right: 0;
    width: 120px;
    text-align: right;
    color: #666;
}


.noti-container .notice-item .tbl-wrap {
    margin-top: 8px;
    border-top: 0;
}

noti-container .notice-item .tbl-wrap .board-td li {
    height: 50px;
}

.noti-container .notice-item .tbl-wrap .board-td li .td {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
}


/*#mainCopy .newcourse_wrap .material-symbols-outlined {font-size:2.3rem}*/
.swiper-slide img {
    display: inline-block;
    max-width: 940px
    height: auto;
}

.swiper-slide button {border:none;    cursor: pointer;}
.rot180 {
    transform: rotate(180deg);
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Swiper */
.slider-wrap {
    position: relative;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    transition-property: transform;
    box-sizing: content-div;
}

.swiper-slide {
    position: relative;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    height: 100%;
    transition-property: transform;
}

/* Button */
.swiper-button-prev {
    position: absolute;
    top: 60%;
    left: -30px;
    margin-top:-23px;
    width: 47px;
    height: 47px; 
    cursor: pointer;
}

.swiper-button-next {
    position: absolute;
    top: 60%;
    right: -50px;
    width: 47px;
    height: 47px; 
    margin-top:-23px;
    cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled { 
    cursor: not-allowed;
}

.swiper-button-next.swiper-button-disabled { 
    cursor: not-allowed;
}

.swiper-container:hover .swiper-button-prev2, .swiper-container:hover .swiper-button-next2 {
    visibility: visible;
    opacity: 1;
}

.swiper-button-prev.event-visual-prev { 
        left: 10px;
        margin-top: -31px;
}

.swiper-button-next.event-visual-next { 
    right: -20px;
        margin-top: -31px;
}

.swiper-button-prev2 {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    left: 0;
    width: 47px;
    height: 47px; 
    cursor: pointer;
    /*visibility:hidden;opacity:0;transition:visibility .15s ease-in-out, opacity .25s ease-in-out;*/
}

.swiper-button-next2 {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    right: 0;
    width: 47px;
    height: 47px; 
    cursor: pointer;
    /*visibility:hidden;opacity:0;transition:visibility .15s ease-in-out, opacity .25s ease-in-out;*/
}

.swiper-container:hover .swiper-button-prev3, .swiper-container:hover .swiper-button-next3 {
    visibility: visible;
    opacity: 1;
}

.swiper-button-prev3 {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    left: 0;
    width: 47px;
    height: 47px; 
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility .15s ease-in-out, opacity .25s ease-in-out;
    border-radius: 5px;
}

.swiper-button-next3 {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    right: 0;
    width: 47px;
    height: 47px; 
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility .15s ease-in-out, opacity .25s ease-in-out;
    border-radius: 5px;
}

.swiper-button-prev3.swiper-button-disabled {
    display: none;
}

.swiper-button-next3.swiper-button-disabled {
    display: none;
}

.swiper-container:hover .swiper-button-prev4, .swiper-container:hover .swiper-button-next4 {
    visibility: visible;
    opacity: 1;
}

.swiper-button-prev4 {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    width: 100px;
    height: 100px; 
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility .15s ease-in-out, opacity .25s ease-in-out;
    border-radius: 50%;
}

.swiper-button-next4 {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    width: 100px;
    height: 100px; 
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility .15s ease-in-out, opacity .25s ease-in-out;
    border-radius: 50%;
}

.swiper-button-prev4.swiper-button-disabled {
    display: none;
}

.swiper-button-next4.swiper-button-disabled {
    display: none;
}

.swiper-button-prev-sm {
    width: 20px;
    height: 20px; 
    cursor: pointer;
}

.swiper-button-next-sm {
    width: 20px;
    height: 20px; 
    cursor: pointer;
}

 
.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    font-size: 0;
    text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background-color: #dfdfdf;
    vertical-align: top;
    border-radius: 50%;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-container .fraction-wrap {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 115px;
    height: 30px;
    border-radius: 6px;
    padding-left: 0px;
    background: none;
    font-size: 0;
}


.mNum {
    background: rgba(0,0,0,.6);
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    color: rgba(255,255,255,.5);
    font-weight: 300;
    line-height: 25px;
}

.swiper-container .swiper-pagination-fraction {
    position: static;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: left;
}

.swiper-container .swiper-pagination-fraction span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
}

.swiper-container .swiper-pagination-fraction .swiper-pagination-current {
    color: #fff;
}

.swiper-container .swiper-pagination-fraction .swiper-pagination-total {
    position: relative;
    margin-left: 27px;
    color: rgba(255,255,255,.5);
}
.swiper-container .swiper-pagination-fraction .swiper-pagination-total::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -15px;
    width: 2px;
    height: 9px;
    background-color: rgba(34,34,34,.5);
    border-radius: 2px;
}

.swiper-container .swiper-pagination-fraction .swiper-pagination-total::before {
     content: '/';
    width: auto;
    height: auto;
    border: none;
    color: rgba(255, 255, 255, .5);
    background: none;
    top: 0px;
}

.swiper-container .controls {
    position: absolute;
    right: 7px;
    bottom: 5px;
    height: 20px;
    font-size: 0;
    text-align: left;
}

.swiper-container .controls button {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
}

.swiper-container .controls {
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    right: 16px;
    bottom: 3px;
    height: 28px;
    width: 28px;
    
    border: 1px solid rgba(255, 255, 255, .6);
}

.swiper-container .controls button {
        background: none;
        border:none;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
}

.swiper-container .controls button .material-symbols-outlined {
    font-size: 13px;
}

.swiper-container .controls button.swiper-play {
    display: none;
 
}
 
.swiper-container .controls .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 1, 'opsz' 24;
    color: #fff;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.swiper-container .fraction-wrap.style2 {
    left: 50%;
    bottom: 20px;
    margin-left: -41px;
    padding: 0;
    width: 82px;
    height: 32px;
    background-color: rgba(0,0,0,.6);
    border-radius: 16px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,.8);
}

.swiper-container .fraction-wrap.style2 .swiper-pagination-fraction {
    justify-content: center;
    font-size: 15px;
}

.swiper-container .fraction-wrap.style2 .swiper-pagination-fraction span {
    margin: 0 3px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,.8);
}

.swiper-container .fraction-wrap.style2 .swiper-pagination-fraction .swiper-pagination-total {
    margin: 0 3px;
}

.swiper-container .fraction-wrap.style2 .swiper-pagination-fraction .swiper-pagination-total::before {
    display: none;
}

.swiper-container .fraction-wrap.style3 {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    margin-left: -41px;
    padding: 0;
    width: 78px;
    height: 36px;
    background-color: rgba(0,0,0,.6);
    border-radius: 6px 0 6px 0;
}

.swiper-container .fraction-wrap.style3 .swiper-pagination-fraction {
    justify-content: center;
    font-size: 0;
}

.swiper-container .fraction-wrap.style3 .swiper-pagination-fraction span {
    margin: 0;
    color: #fff;
}

.swiper-container .fraction-wrap.style3 .swiper-pagination-fraction .swiper-pagination-current {
    color: rgba(255,255,255,.5);
}

.swiper-container .fraction-wrap.style3 .swiper-pagination-fraction .swiper-pagination-total {
    margin-left: 25px;
}

.swiper-container .fraction-wrap.style3 .swiper-pagination-fraction .swiper-pagination-total::before {
    top: 4px;
    left: -14px;
    width: 2px;
    height: 9px;
    background-color: rgba(255,255,255,.5);
}
 
.title-wrap h2 {display:none}

******************** Course Layout ********************/
.course-div {
    position: relative;
    margin-bottom: 50px;
}

.course-div + .course-div {
    margin-top: 40px;
}

.course-div .course-item-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.course-div .course-item-wrapper .course-item {
    margin: 43px 8px 0;
    width: 272px;
}

.course-div .course-item-wrapper .course-item:nth-child(1), .course-div .course-item-wrapper .course-item:nth-child(2), .course-div .course-item-wrapper .course-item:nth-child(3), .course-div .course-item-wrapper .course-item:nth-child(4) {
    margin-top: auto;
}

.course-div .swiper-wrapper .course-item {
    margin-right: 16px;
    width: 272px;
}



/* Tag Item */
.tag-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Online, Offline, Video ±¸º° ÅÂ±×*/
.tag-type {
    position: relative;
    margin-left: 10px;
    padding: 0 15px 0 15px;
    border-radius: 15px;
    height: 26px;
    line-height: 24px;
    color: var(--identity-text-color);
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid var(--identity-text-color); 
    letter-spacing: -0.3px;
}

.tag-type::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
}

.tag-type:first-of-type {
    margin-left: 0;
}

.tag-type.online-type {
    color: #fff;
    background: var(--identity-text-color);
    border-color: var(--identity-text-color);
}


.tag-type.online-type::before {
    background-image: url('../images/ico-online.png');
}

.tag-type.offline-type {
    color: #4a664d;
    border-color: #4a664d;
}

.tag-type.offline-type::before {
    background-image: url('../images/ico-offline.png');
}

.tag-type.video-type {
    color: #db00af;
    border-color: #db00af;
}

.tag-type.video-type::before {
    background-image: url('../images/ico-video.png');
}

.tag-type.blended-type {
    color: #7a52cc;
    border-color: #7a52cc;
}

.tag-type.blended-type::before {
    background-image: url('../images/ico-blended.png');
}
/* Online */
.course-div:not(.no-thumb-type) .course-item .tag-wrap .online-type ~ .tag-field-wrap {
    width: calc(100% - 85px);
    white-space: nowrap
}

.course-div:not(.no-thumb-type) .course-item .tag-wrap .online-type ~ .tag-field-wrap .tag-field + .tag-field {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ºÐ¾ß ÅÂ±× */
.tag-type + .tag-field-wrap {
    margin-left: 10px;
}

.tag-item-xs + .tag-field-wrap {
    margin-left: 10px;
}

.tag-field-wrap {
    display: flex;
}

.tag-field {
    position: relative;
    margin-left: 8px;
    padding-left: 8px;
    font-size: 15px;
    color: #666;
    line-height: 16px;
}

.tag-field:first-of-type {
    margin-left: 0;
    padding-left: 0;
}

.tag-field:first-of-type::after {
    display: none;
}

.tag-field::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #a7a7a7;
}

.tag-field2 {
    position: relative;
    margin-left: 10px;
    font-size: 15px;
    color: #666;
}

/* ½æ³×ÀÏ ¾È ÅÂ±× */
.tag-thumb-wrap {
    display: flex;
}

.tag-thumb-wrap .tag-thumb {
    margin-right: 8px;
    padding: 0 8px;
    height: 22px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
}

.tag-item {
    display: inline-block;
    padding: 0 16px;
    min-width: 68px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-radius: 6px;
}

.tag-item.bg-primary {
    color: #fff;
}

.tag-item.bg-gray {
    color: #222;
}

/* ¹îÁö */
.tag-badge-wrap {
    margin-bottom: 0.5rem;
}

.tag-item-xs {
    flex-shrink: 0;
    display: inline-block;
    margin-left: 8px;
    padding: 0 8px;
    min-width: 40px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
}

.tag-item-xs:first-of-type {
    margin-left: 0;
}

.tag-item-xs + .tag-type {
    margin-left: 10px;
}

.tag-item-xs.hidden-lg + .tag-type {
    margin-left: 0;
}

.tag-wrap .line-tag-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.line-tag-item {
    padding: 0 11px;
    height: 32px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 1rem;
    white-space: nowrap;
}

.line-tag-item.line-gray {
    color: var(--identity-text-color);
    border-color: #eee;
}

.line-tag-item.line-orange {
    color: #fd5054;
    border-color: #fd5054;
}

.bottom-tag {
    z-index: 3;
    display: inline-flex;
}

.bottom-tag .tag-item {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight:600;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}

/* Swiper */
.course-div .course-item a {
    display: block;
}

.course-div .course-item a:hover .i-thumbnail {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.course-div .course-item a:hover .i-thumbnail img {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.course-div .course-item .i-thumbnail {
    position: relative;
    padding-top: 61.76%;
    height: 0;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eee;
}

.course-div .course-item .i-thumbnail.ov {
    overflow: visible
}

.course-div .course-item .i-thumbnail .tag-thumb-wrap {
    z-index: 2;
    position: absolute;
    top: 8px;
    left: 8px;
}

.course-div .course-item .i-thumbnail .tag-thumb-wrap.ov {
    z-index: 2;
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 0 5px;
    color: #fff;
    background: #e43d11;
    border-radius: 5px;
}
 

.course-div .course-item .i-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .35s ease-in-out;
}

.course-div .course-item .i-thumbnail .dim {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,.5);
}

.course-div .course-item .tag-wrap {
    position: relative;
    margin-top: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
}

.course-div:not(.no-thumb-type) .course-item .tag-wrap {
    white-space: nowrap;
    width: 100%;
}

.course-div:not(.no-thumb-type) .course-item .tag-wrap .tag-field-wrap {
    width: 100%;
}

.course-div:not(.no-thumb-type) .course-item .tag-wrap .tag-field-wrap .tag-field + .tag-field {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Online */
.course-div:not(.no-thumb-type) .course-item .tag-wrap .online-type ~ .tag-field-wrap {
    width: calc(100% - 85px);
    white-space: nowrap
}

.course-div:not(.no-thumb-type) .course-item .tag-wrap .online-type ~ .tag-field-wrap .tag-field + .tag-field {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Offline */
.course-div:not(.no-thumb-type) .course-item .tag-wrap .offline-type ~ .tag-field-wrap {
    width: calc(100% - 98px);
    white-space: nowrap
}

.course-div:not(.no-thumb-type) .course-item .tag-wrap .offline-type ~ .tag-field-wrap .tag-field {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Video */
.course-div:not(.no-thumb-type) .course-item .tag-wrap .video-type ~ .tag-field-wrap {
    width: calc(100% - 73px);
    white-space: nowrap
}

.course-div:not(.no-thumb-type) .course-item .tag-wrap .video-type ~ .tag-field-wrap .tag-field + .tag-field {
    text-overflow: ellipsis;
    overflow: hidden;
}


.course-div .course-item .tag-field2 {
    line-height: 18px;
}

.course-div .course-item .course-title {
    position: relative;
    display: block;
    margin-top: 13px;
    height: 48px;
    font-size: 16px;
    font-weight:600;
    color: #222;
    line-height: 24px;
    display: -webkit-div;
    -webkit-line-clamp: 2;
    -webkit-div-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.course-div .course-item .course-title.auto-height {
    height: auto;
}

.course-div .course-item .course-data {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.course-div .course-item .course-data .data-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding-left: 10px;
}

.course-div .course-item .course-data .data-item:first-of-type {
    margin-left: 0;
    padding-left: 0;
}

.course-div .course-item .course-data .data-item:first-of-type::after {
    display: none;
}

.course-div .course-item .course-data .data-item::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #a7a7a7;
}

.course-div .course-item .course-data .data-item span {
    font-size: 12px;
    color: #666;
}

.course-div .course-item .course-data .data-item .data-cont {
    position: relative;
    margin-left: 6px;
    padding-left: 17px;
    white-space: nowrap;
}

.course-div .course-item .course-data .data-item .data-cont::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
}

.course-div .course-item .course-data .data-item.data-view .data-cont::before {
    background-image: url('../images/ico-thumbnail-view.png');
}

.course-div .course-item .course-data .data-item.data-favorite .data-cont::before {
    background-image: url('../images/ico-thumbnail-favorite.png');
}

.course-div .course-item .course-info {
    margin-top: 12px;
}

.course-div .course-item .course-info dl {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    background-color: #fafafb;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
}

.course-div .course-item .course-info dl + dl {
    margin-top: 5px;
}

.course-div .course-item .course-info dl dt {
    flex-shrink: 0;
    padding-left: 14px;
    width: 84px;
    font-size: 15px;
    color: #222;
    letter-spacing: -0.35px;
}

.course-div .course-item .course-info dl dd {
    padding-left: 10px;
    font-size: 15px;
    color: #666;
}

.course-div .course-item .course-info.style2 {
    margin-top: 17px;
}

.course-div .course-item .course-info.style2 dl {
    height: auto;
    background-color: inherit;
    border: 0;
    border-radius: 0;
}

.course-div .course-item .course-info.style2 dl + dl {
    margin-top: 8px;
}

.course-div .course-item .course-info.style2 dl dt {
    padding-left: 0;
    width: auto;
    width: 67px;
    text-align: center;
}

.course-div .course-item .course-info.style2 dl dt .tag-item-xs {
    width: 67px;
}

.data-title {
    font-size: 10px
}

.course-div .course-item .course-data .data-item a {
    display: inline-block;
    border: 1px solid #a1a1a1;
    padding: 0 5px
}

/* Course Layout - col-4(Course) in snb-content-item */
.course-div.course-col-4 .course-item-wrapper {
    margin: 0 -8px;
}

.course-div.course-col-4 .course-item-wrapper .course-item {
    margin-top: 60px;
    margin-right: 26px;
    margin-left: 8px;
}

.course-div.course-col-4 .course-item-wrapper .course-item:nth-child(1), .course-div.course-col-4 .course-item-wrapper .course-item:nth-child(2), .course-div.course-col-4 .course-item-wrapper .course-item:nth-child(3) {
    margin-top: 0;
}

.course-div.course-col-4 .swiper-wrapper .course-item {
    width: 294px;
    margin-right: 20px;
}

/* Course Layout - col-4(Event) */
.course-div.col-4 .course-item-wrapper {
    margin: 0 -6.5px;
}

.course-div.col-4 .course-item-wrapper .course-item {
    margin-top: 40px;
    margin-right: 6.5px;
    margin-left: 6.5px;
    width: 370px;
}

.course-div.col-4 .course-item-wrapper .course-item .course-title {
    margin-top: 15px;
}

.course-div.col-4 .course-item-wrapper .course-item:nth-child(1), .course-div.col-4 .course-item-wrapper .course-item:nth-child(2), .course-div.col-4 .course-item-wrapper .course-item:nth-child(3) {
    margin-top: 0;
}

.course-div.col-4 .swiper-wrapper .course-item {
    width: 370px;
    margin-right: 13px;
}

/* No Thumbnail Type */
.course-div.no-thumb-type .course-item {
    display: block;
    position: relative;
    margin-top: 16px;
    padding: 29px 150px 26px 29px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: border .25s ease-in-out;
}

.course-div.no-thumb-type .course-item:hover {
    border-color: var(--identity-text-color);
}

.course-div.no-thumb-type span.course-item:hover {
    border-color: #ddd;
}

.course-div.no-thumb-type span.course-item:first-of-type {
    margin-top: 16px;
}

.course-div.no-thumb-type .course-item:first-of-type {
    margin-top: 0;
}

.course-div.no-thumb-type .course-item .tag-wrap {
    margin-top: 0;
}

.course-div.no-thumb-type .course-item .course-title {
    display: block;
    margin-top: 10px;
    height: auto;
    font-size: 22px;
    font-weight:600;
    color: #222;
    line-height: 30px;
}

.course-div.no-thumb-type .course-item .course-title + .course-info {
    margin-top: 20px;
    white-space: nowrap;
}

.course-div.no-thumb-type .course-item a.course-title:hover {
    text-decoration: underline;
}

.course-div.no-thumb-type .course-item .course-info {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.course-div.no-thumb-type .course-item .course-info .info-item {
    display: inline-flex;
    position: relative;
    margin-left: 20px;
}

.course-div.no-thumb-type .course-item .course-info .info-item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -10px;
    width: 1px;
    height: 12px;
    background-color: #a7a7a7;
}

.course-div.no-thumb-type .course-item .course-info .info-item:first-of-type {
    margin-left: 0;
}

.course-div.no-thumb-type .course-item .course-info .info-item:first-of-type::before {
    display: none;
}

.course-div.no-thumb-type .course-item .course-info .info-item .title {
    font-size: 15px;
    color: #666;
}

.course-div.no-thumb-type .course-item .course-info .info-item .desc {
    margin-left: 7px;
    font-size: 15px;
    color: #666;
}

.course-div.no-thumb-type .course-item.no-show-item {
    padding: 61px 29px 26px
}

.course-div.no-thumb-type .course-item .no-show-div {
    padding: 3px 29px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #222;
    border-radius: 6px 6px 0 0;
}

.course-div.no-thumb-type .course-item .no-show-div span {
    padding-right: 5px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}

.course-div.no-thumb-type .course-item .no-show-div .strong {
    font-weight: bold;
}

.course-div.no-thumb-type .course-item .no-show-div2 {
    padding: 3px 29px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.course-div.no-thumb-type .course-item .no-show-div2 span {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

.course-div.no-thumb-type .course-item .no-show-div2 .strong {
    font-weight: bold;
}

.course-div.no-thumb-type .course-item .no-show-div2.bg-black {
    background-color: #222;
}

.course-div.no-thumb-type .course-item .no-show-div2.bg-gray {
    background-color: #666;
}

.course-div.no-thumb-type .course-item .no-show-div2.bg-blue {
    background-color: #152147;
}

.course-div.no-thumb-type2 .course-item {
    padding: 19px 15px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.course-div.no-thumb-type2 .course-item .tag-wrap {
    margin-top: 0;
}

.course-div.no-thumb-type2 .course-item a:hover .course-title {
    text-decoration: underline;
}

.course-div.no-thumb-type2 .course-item .course-info {
    position: relative;
    margin-top: 17px;
    padding-top: 20px;
}

.course-div.no-thumb-type2 .course-item .course-info::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: url('../images/img-dotted-ddd.png') repeat-x 0 0/auto 1px;
}

/* Course Group */
.course-group-div .group-item {
    margin-top: 12px;
    padding: 30px 30px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.course-group-div .group-item:first-of-type {
    margin-top: 0;
}

.course-group-div .group-item .group-course-info .course-title {
    margin-top: 15px;
}

.course-group-div .group-item .course-title {
    display: block;
    font-size: 22px;
    font-weight:600;
    color: #222;
    line-height: 30px;
    display: -webkit-div;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-div-orient: vertical;
}

.course-group-div .group-item .group-link-list {
    margin-top: 18px;
}

.course-group-div .group-item .group-link-list .group-link-item {
    position: relative;
    display: block;
    padding: 20px 0 18px;
    border-top: 1px solid #ddd;
}

.course-group-div .group-item .group-link-list .group-link-item .course-title {
    margin-top: 10px;
}

.course-group-div .group-item .group-link-list .group-link-item:hover .course-title {
    text-decoration: underline;
}

.course-group-div .group-item .group-link-list .group-link-item .recruit-method {
    right: 0;
}

.course-group-div .course-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.course-group-div .course-info .info-item {
    position: relative;
    display: inline-flex;
    margin-left: 32px;
}

.course-group-div .course-info .info-item:first-of-type {
    margin-left: 0;
}

.course-group-div .course-info .info-item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -16px;
    width: 1px;
    height: 12px;
    background-color: #a7a7a7;
}

.course-group-div .course-info .info-item:first-of-type::before {
    display: none;
}

.course-group-div .course-info .info-item .title {
    font-size: 15px;
    color: #666;
}

.course-group-div .course-info .info-item .desc {
    margin-left: 10px;
    font-size: 15px;
    color: #666;
}


.top5-container .top4-item {
    margin-left: 0px;
}

.top5-item {
    position: relative
}

.course-div .course-item .i-thumbnail {
    border-radius: 10px 10px 0px 10px;
}

.course-div .course-item .i-thumbnail {
    padding-top: 41.15%;
}

.course-div .course-item .course-data .data-item .data-cont {
    padding-left: 0px;
}



.section-wrap.big-thumb .course-div .course-item .i-thumbnail {
    padding-top: 58.15%;
}

.container.big-thumb .course-div .course-item .i-thumbnail {
    padding-top: 50.15%;
}


.course-title span.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 15px;
}

.course-div .swiper-wrapper .culture-item {
    margin-right: 16px;
    width: 160px;
}

.link-online-course li a.on {
    color: #fff;
    background-color: var(--identity-text-color);
    border-radius: 25px 25px 25px 25px;
    border-color: #002fc8;
}

.link-online-course li a:hover {
    border-radius: 25px 25px 25px 25px;
}

.course-div .culture-item .i-thumbnail {
    position: relative;
    padding-top: 70%;
    height: 0;
    border-radius: 0px;
    overflow: hidden;
    border: none;
}

.course-div .culture-item .i-thumbnail {
    border-radius: 0;
}

.section-wrap.big-thumb .course-div .culture-item .i-thumbnail {
    padding-top: 145%;
}

.course-div .culture-item .i-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 4px;
    transition: transform .35s ease-in-out;
}

.swiper-button-prev.culture_nav {
    top: 145px;
}

.swiper-button-next.culture_nav {
    top: 145px;
    right: -52px;
}

.course-div .course-item .course-data .data-item.data-view span.material-symbols-outlined {
    color: var(--identity-text-color);
    margin: 0 4px
}

.course-div .course-item .course-data .data-item.data-favorite span.material-symbols-outlined {
    margin: 0 4px
}

.course-div .course-item .course-title.eng {
    height: 24px;
    -webkit-line-clamp: 1;
}



.link-more {
    display: inline-block;
    padding-right: 21px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #222;
}

.container  .title-wrap .link-more {
    position: absolute;
    top: -2px;
    right: 0;
}

.container  .title-wrap .link-more {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 17px;
}

.link-more .material-symbols-outlined {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 17px;
}


.tickeck_box {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f4f6f5;
    width: 100%;
    height: 230px;
    cursor: pointer;
}

.event_box {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f4f6f5;
    width: 100%;
    height: 260px;
    cursor: pointer;
}

.rightSide.event2 .event_box { 
    height: 384px; 
}
 

.tmtxtfdayt {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    width: 346px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tmtxtfdayt a {
    color: #666;
}

.tmtxtfdayt3 {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 5;
    line-height: 30px;
    text-align: left;
    font-size: 22px;
    color: #666;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tmtxtfdayt3 a {
    color: #666;
}

.tmtxtfdayt2 {
    position: absolute;
    top: 160px;
    left: 64px;
    z-index: 5;
    line-height: 19px;
    text-align: left;
    font-size: 15px;
    color: #666;
}

.tmtxtfdayti {
    position: absolute;
    top: 110px;
    left: 0px;
    z-index: 5;
    line-height: 17px;
    text-align: left;
    font-size: 15px;
    color: #333;
}

.tmtxtfdayti a {
    color: #666;
}

.tmtxtfdayti2 {
    position: absolute;
    top: 150px;
    left: 10px;
    z-index: 5;
    line-height: 22px;
    text-align: left;
    font-size: 13px;
    color: #333;
}

.bannerimg {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -115px;
    top: 50px;
    height: 100px;
    width: 231px;
}

.bannerimg img {
    width: 100%;
    max-width: 231px;
}

.giftimg {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -75px;
    top: 36px;
    width: 150px;
}

.giftimg img {
    width: 100%; 
}

.rightSide.event2 .giftimg  { 
    margin-left: -125px;
    top: 50px;
    width: 250px;
}
 .event_box .tmtxtfdayt2 {
    position: absolute;
   top: 175px;
    left: 15px;
}
        
.rightSide.event2 .event_box .tmtxtfdayt2 {
    position: absolute;
    top: 282px;
    left: 15px;
}

.speech .course-div .course-item .i-thumbnail {
    padding-top: 70.15%;
}
.tmtxtfdayt a {font-size:15px; text-align: center; width: 100%;}


 .mobile-item {
        position: relative;
    padding: 0;
    margin: 0;
    background: #f4f6f5;
    width: 100%;
    height: 250px;
    cursor: pointer;
} 


.mobile-item .noti-time {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.mobile-item .link-more {
    position: absolute;
    top: -35px;
    right: 0;
}

 .mobile-item .qr  {
    display: block;
    padding: 20px 0 0px ; 
    text-align:center;
}

.mobile-item .qr img {
    width: 100%;
    max-width: 136px;
    border: 2px solid #000;
    transition: transform .35s ease-in-out;
}


.mobile-item .noti-time .time-item {
	font-size:14px;
	padding:10px 0 0 ;
}

.helpCenter.cus2 {height: 150px;}

.helpCenter.cus2 .tel2 {font-size:13px; color:#666666; line-height:20px;}
.helpCenter.cus2 .tel2.first{padding-top:20px}
.helpCenter.cus2 h6 {padding:10px 0 10px ;}


.swiper-button-prev.event-visual-prev { 
        left: 10px;
        margin-top: -31px;
}

.swiper-button-next.event-visual-next { 
    right: -20px;
        margin-top: -31px;
}

#mainCopy .swiper-slide img {
    max-width: 100%;
}

.rightSide.event2 .swiper-button-prev.event-visual-prev { 
        margin-top: -23px;
}

.rightSide.event2 .swiper-button-next.event-visual-next { 
        margin-top: -23px;
}

 .course-div .culture-item .i-thumbnail {
    position: relative;
    padding-top: 70%;
    height: 0;
    border-radius: 0px;
    overflow: hidden;
    border: none;
}

.course-div .culture-item .i-thumbnail {
    border-radius: 0;
}

.section-wrap.big-thumb .course-div .culture-item .i-thumbnail {
    padding-top: 145%;
}

.course-div .culture-item .i-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 4px;
    transition: transform .35s ease-in-out;
}

.course-div .swiper-wrapper .culture-item {
    margin-right: 16px;
    width: 160px;
}


.course-div .culture-item .i-thumbnail {
    position: relative;
    padding-top: 70%;
    height: 0;
    border-radius: 0px;
    overflow: hidden;
    border: none;
}

.course-div .culture-item .i-thumbnail {
    border-radius: 0;
}

.container.big-thumb .course-div .culture-item .i-thumbnail {
    padding-top: 145%;
}

.course-div .culture-item .i-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 4px;
    transition: transform .35s ease-in-out;
}
.swiper-button-prev.culture_nav {
    top: 145px;
}

.swiper-button-next.culture_nav {
    top: 145px;
    right: -52px;
}

@media screen and (max-width:1380px){
#wrap .layout, #top_popup .layout {padding-left:30px}
}