* {
    margin: 0;
    padding: 0;
    font-family: 'SUIT Variable', sans-serif;
    font-size: 62.5%;
    color: #232323;
    font-style: normal;
    box-sizing: border-box;
}
@font-face {
    font-family: 'SUIT Variable';
    font-weight: 100 200 300 400 500 600 700 800 900;
    src: url('/@resource/css/font/SUIT-Variable.ttf') format('truetype');
}
html {
    height: 100%;
}

/* body {
    min-height: 100vh;
} */
li,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    display: block;
}
img {
    display: block;
}
button {
    border: none;
    display: inline-block;
}
#Wrap {
    width: 100%;
    /* display: flex; */
    /* min-height: 100vh; */
    /* flex-direction: column; */
}
section {/*margin-top: 82px;*/}
.icon {
    flex: 0 0 auto;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
input[type='checkbox'] {
    display: none;
}

/* 썸네일 */
#mainContents .myboard_Mo {
    display: none;
}
/* ==========수강중인 영상======================== */
#studyWrap {
    width: 100%;
    overflow: hidden;
    margin-top: 3%;
}
/* .study li {margin-left: 10px;} */
/* .studyWrap {display: flex;width: 6000px;overflow: hidden;} */
/* .study { padding: 0 20px 0 0;} */

.studyWrap .summarybg { position:absolute;width:400px;z-index:999;margin-top:50px;}
.studyWrap .summarybg div { 
    font-size: 13px;
    border: 1px solid #01a6cb;
    padding: 25px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 3px 3px 3px 1px #C7C7D8;
    line-height: 25px;
    /* margin-top: 50px;     */
}
.studyWrap .summarybg div span { 
    position: absolute;
    margin-top: -20px;
    right: 20px;
}
.moviePOP_stuWrap .study {
    padding: 0 4px 0 0;
    width: 300px;
}
.slick-list.draggable {
    width: 90%;
    margin: 0 auto;
}
/* arrow */
.slick-arrow {
    position: absolute;
    top: 33%;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.Prev.slick-arrow {
    left: 0;
}
.Next.slick-arrow {
    right: 0;
}
.slick-arrow img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.Prev.slick-arrow:hover {
/* background-color: rgba(0, 0, 0, 0.2); */
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.Next.slick-arrow:hover {
box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
}

.thumbnail {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    margin:5px;
}
.slick-list .thumbnail {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    margin: 0 10px 10px;
}
#commlist .thumbnail {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    margin: 5px;
}
#recmlist .thumbnail {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    margin: 5px;
}
.thumbnail .thumb_photo {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    filter: brightness(50%);
}

.thumbnail .thumb_photo.nofilter {
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: brightness(100%);
}

.thumbnail .thumb_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.2s linear;
    cursor: pointer;
}

.thumbnail .thumb_photo img:hover {
    transform: scale(1.2);
}
.thumbnail .thumb_play {
    position: absolute;
    top: 36%;
    left: 46%;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 30px solid #fff;
    border-right: 30px solid transparent;
}

.thumbnail .thumb_tiem {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #232323;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.thumb_txt {
    display: flex;
    margin: 0 0 1% 5px;
}
.thumb_txt h6 {
    font-size: 1.4rem;
}
.thumb_txt p {
    font-size: 1.2rem;
    color: #bcbcbc;
}
.thumb_progress {
    margin: 0 5px 1%;
}
.thumb_progress .progress-bar {
    height: 5px;
}
.thumb_progress .progress {
    height: 5px;
}
.thumb_title {
    width: 94%;
    font-size: 1.4rem;
    font-weight: 500;
    /* margin-top: 1%; */
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 2rem;
}

.prev.icon:hover,
.next.icon:hover {
    width: 40px;
    height: 40px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
/* ============//수강중인 영상================== */

/* =============== 영상리스트 그리드 ==========*/
#studyGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    gap: 26px 20px;
    grid-template-rows: 270px;
}
#studyGrid .study {
    width: 100%;
    padding: 0;
    height: 100%;
}

/* =============== //영상리스트 그리드 ==========*/

/* =======이러닝타입================== */
.study.Erunning .thumbnail .thumb_photo,
.study.Micro .thumbnail .thumb_photo {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    filter: brightness(100%);
}
.thumbnail .thumb_hart {
    height: 24px;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
}

.thumbnail .thumb_hart img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.Erunning .eduWrap {
    width: 100px;
    /* padding: 0 16px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 4px;
}

.Erunning div.eduWrap {
    width: 100px;
    /* padding: 0 16px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 4px;
    float:left;
}
.Erunning div.eduWrap span {
    color: #3366ff;
    font-size: 1.4rem;
    font-weight: 500;
}

.Erunning div.eduWrap:hover, .Erunning li.eduWrap:hover {
    border: none;
    background-color: #245dea;
    color: #fff;
    cursor: pointer;
}

.Erunning div.eduWrap:hover span {
    border: none;
    background-color: #245dea;
    color: #fff;
    cursor: pointer;
}
.Erunning > .eduWrap:hover span {
    color: #fff;
}
.Erunning > .eduWrap span {
    color: #3366ff;
    font-size: 1.4rem;
    font-weight: 500;
}

.Erunning > .eduWrap span:hover {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
}
.commend > p {
    font-size: 1.2rem;
}
/* =============//이러닝타입=================== */

.input-search {
    position: relative;
    width:77%;
}
.input-search input {
    width: 80%;
    height: 46px;
    line-height: 44px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1.575rem;
    text-indent: 25px;
    color: #000;
    letter-spacing: -0.025rem;
    background-color: #f8f8f8;
    float:left;
}
.input-search input:focus {
    background-color: #f9f9f9;
    outline: none;
}
#small_search { 
    display:block;
    float: left;
    margin: 5px;
}
.input-search .btn-search {
    position: absolute;
    right: 12px;
    top: 1px;
    display: block;
    width: 44px;
    height: 44px;
    background: url('../images/common/ico_search.png') 50% 50% no-repeat;
}

.searchWord_L {
    display:none;
}


/* 팝업 */
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.modalBg.has-filter {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
/* 230320_이현지 */
.notScroll {
    overflow: hidden;
    width: 100%;
    /* height: 100vh; */
    touch-action: none;
}

/* warningPOP */
#warningPOP ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#warningPOP {
    position: absolute;
    top: 48%;
    left: 66%;
    width: 280px;
    padding: 16px;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    display: none;
}

#warningPOP .warningTxt {
    width: 224px;
    font-size: 1.4rem;
    /* word-break: keep-all; */
}

#warningPOP .delete {
    cursor: pointer;
}

/* moviePOP */
#moviePOP {
    width: 548px;
    /* height: 852px; */
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    padding: 32px 26px;
    display: none;
    position: fixed;
}

/* 스크롤바 */
#moviePOP > ul {
    overflow: scroll;
    height: 600px;
}

#moviePOP > ul::-webkit-scrollbar {
    width: 6px;
}
#moviePOP > ul::-webkit-scrollbar-thumb {
    height: 30%;
    /* 스크롤바의 길이 */
    background: #bcbcbc;
    /* 스크롤바의 색상 */
    border-radius: 10px;
}

#moviePOP > ul::-webkit-scrollbar-track {
    background: none;
}

/* 묶음영상 */
#moviePOP .movieWrap_tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 0 4%;
}
#moviePOP .movieWrap_tit .del {
    cursor: pointer;
}
#moviePOP .movieWrap_tit h5 {
    font-size: 2.4rem;
    font-weight: 500;
}
#moviePOP .movieWrap_tit02 h5 {
    font-size: 2rem;
    word-break: break-all;
    padding-right: 20px;
    line-height: 30px;
}

#moviePOP .movieWrap_tit02 > div {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding: 16px 0 24px;
}
#moviePOP .movieWrap_tit02 > div p:first-child {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0px 10px 0 0;
}
#moviePOP .movieWrap_tit02 > div p:last-child {
    font-size: 1.6rem;
}

/* 썸네일 */
#moviePOP .moviePOP_stu {
    margin-top: 30px;
}
#moviePOP .moviePOP_stu h5 {
    font-size: 1.8rem;
}
#moviePOP .moviePOP_stu .moviePOP_stuWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
    cursor: pointer;
}
#moviePOP .moviePOP_stuWrap .study {
    width: 300px;
}

/* 강의상세 버튼 */
#moviePOP .moviePOP_stuBtn {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 16px;
}
#moviePOP .moviePOP_stuBtn button {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3366ff;
}

#moviePOP .moviePOP_stuBtn a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}
#moviePOP .moviePOP_stuBtn button:hover {
    background-color: #245dea;
}

/* 아코디언 */
.noticePG > ul:first-child > li:last-child {
    border-bottom: 1px solid #f5f5f5;
}

.que {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px 12px 0;
    border-top: 1px solid #f5f5f5;
}
.que:first-child {
    border-top: none;
}
/*.anw:last-child {border-bottom: 1px solid #f5f5f5;border-top: none;}*/
.queWrap {
    border-bottom: 1px solid #f5f5f5;
    border-top: none;
}
.que li {
    font-size: 1.6rem;
    font-weight: 400;
}
.que.on > .queTit {
    font-weight: 700;
}
.que .queTit {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.que .days {
    color: #777;
    margin: 5px 0;
}

.que .arrowWrap span {
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    opacity: 70%;
}
.que .arrowWrap span img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.anw {
    padding: 0 0 2%;
    overflow: hidden;
    display: none;
}
.anw p {
    font-size: 1.4rem;
    line-height: 24px;
    white-space: pre-line;
}

/* 버튼 */
.que .arrow-top {
    display: none;
}
.que .arrow-bottom {
    display: block;
}
.que.on .arrow-bottoudym {
    display: none;
}
.que.on .arrow-top {
    display: block;
}

/* 더보기 버튼 */
.moreBtn {
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    font-size: 1.6rem;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    cursor: pointer;
}
span.arrow.downB {
    margin-left: 8px;
}

.moreBtn:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

/* ========================= 아이콘 setup====================== */
span.arrow.s16,
span.right.s16,
span.moreBtn.s16,
span.left.s16,
span.play_full.s14 {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
}
span.arrow.downB {
    background-image: url(/@resource/images/common/flex/png/ico_F_down.png);
    display: block;
}
span.arrow.upB {
    background-image: url(/@resource/images/common/flex/png/ico_F_up.png);
    display: block;
}
span.left.typeA {
    background-image: url(/@resource/images/common/flex/png/back.png);
    display: block;
}


/* next */
span.right.nextA {
    background-image: url(/@resource/images/common/flex/png/right_nav.png);
    display: block;
}

/* =======검색 typeA ===== */
span.categoryBtn.s16,
span.del.s16,
span.delete-circle.s16,
span.download.s16 {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

span.play_line.s16,
span.replay.s16 {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}
span.search.s16 {
    background-size: 16px 16px;
    width: 32px;
    height: 32px;
}
span.search.typeA {
    background-image: url(/@resource/images/common/flex/png/ico_search_gray.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left;
}
span.back.typeA {
    background-image: url(/@resource/images/common/flex/png/back.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left;
}
span.hart.black {
    background-image: url(/@resource/images/common/flex/png/ico_Line_hartB.png);
    display: block;
}
/* 카테고리 */
span.categoryBtn.typeA {
    background-image: url(/@resource/images/common/flex/png/filter.png);
    display: block;
}
/* 다운로드 */
span.download.typeA {
    background-image: url(/@resource/images/common/flex/png/download.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left;
}

span.play_full.playA {
    background-image: url(/@resource/images/common/flex/png/play_full.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left;
}
/* 닫기 */
span.del.s24,
span.search.s24,
span.back.s24 {
    background-size: 24px 24px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: left;
}
span.del.typeA {
    background-image: url(/@resource/images/common/flex/png/delete.png);
    display: block;
}
/* 서클닫기 */
span.delete-circle.typeA {
    background-image: url(/@resource/images/common/flex/png/delete-circle.png);
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right;
}
span.delete-circle.typeA:hover {
    background-image: url(/@resource/images/common/flex/png/delete-circle_hover.png);
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right;
}
p.remove-all-keyword {
    cursor: pointer;
}
p.remove-all-keyword:hover {
    font-weight: bold !important;
    color: black !important;
    cursor: pointer;
}
/* 리플레이 */
span.replay.typeA {
    background-image: url(/@resource/images/common/flex/png/arrows-round.png);
    display: block;
}
#myPage .thumbnailWrap .my_stupro button:hover span.replay.typeA {
    background-image: url(/@resource/images/common/flex/png/arrows-round_W.png);
}

/* 라인플레이 */
span.play_line.typeB {
    background-image: url(/@resource/images/common/flex/png/play_line_G.png);
    display: block;
}
#myPage .thumbnailWrap .my_stupro button:hover span.play_line.typeB {
    background-image: url(/@resource/images/common/flex/png/play_line.png);
}

/* AI슬라이드버튼 */
span.prevAI.s42,
span.nextAI.s42 {
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
}
span.prevAI.typeA {
    background-image: url(/@resource/images/common/flex/png/prev.png);
    display: block;
}
span.nextAI.typeA {
    background-image: url(/@resource/images/common/flex/png/next.png);
    display: block;
}
span.prevAI.typeA:hover {
    background-image: url(/@resource/images/common/flex/png/prev_hover.png);
    display: block;
}
span.nextAI.typeA:hover {
    background-image: url(/@resource/images/common/flex/png/next_hover.png);
    display: block;
}

/* 버튼 셋팅 */
.btn-xs {
    font-size: 13px;
    padding: 0.5rem 0.7rem;
    border: none;
}
.btn-m {
    padding: 11px 45px;
    font-size: 1.6rem;
}
.btn-xm {
    padding: .5em 1em;
    font-size: 1.5rem;
    font-weight: 400;
}
.btn-Blue {
    display: flex;
    background: #3366FF;
    border: none;
    align-items: center;
    cursor: pointer;
    color: #fff;
}
.btn-Blue:hover {
    background-color: #245dea;
}
.btn-Blue p {color: #fff;font-size: 1.6rem;}
.btn-gray {
    display: flex;
    background: #F5F5F5;
    align-items: center;
    cursor: pointer;
    color: #000;
}

.btn-gray:hover {
    background-color: #B0B0B0;
}
.btn-LineB {
    margin-bottom: 2%;
    text-align: center;
    border: 1px solid #3366FF;
    color: #3366FF;
    background-color: #fff;
    cursor: pointer;
}

.btn-LineB:hover {
    background-color: #3366FF;
    color: #fff;
}

.btn-LineG {
    height: 42px;
    line-height: 42px;
    padding: 0px 16px;
    background-color: #fff;
    border: 1px solid #bcbcbc;
    color: #777;
    font-size: 1.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn-LineG:hover {
    background-color: #3366FF;
    color: #fff;
    border: none;
}
@media only screen and (max-width: 768px) {
    #studyGrid {
        display: grid;
        gap: 26px 20px;
        grid-template-rows: 250px;
    }

    #studyGrid .study {
        width: 100%;
        padding: 0;
        height: 100%;
    }
    #studyGrid .Erunning #eduWrap {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
    span.del.s24 {
        background-position: right;
    }
    #mainContents .myboard_Mo {
        display: block;
    }
    #studyWrap {
        margin-top: 5%;
    }
    #study .studyWrap {
        width: 100%;
    }
    .study {
        padding: 0 10px 0 0;
    }
    .moviePOP_stuWrap .study {
        padding: 0 0px 0 0;
    }
    .thumb_title {
        font-size: 1.4rem;
    }
    .thumbnail .thumb_play {
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 24px solid #fff;
        border-right: 0px solid #fff;
    }
    #study .thumbnail .thumb_play {
        top: 37%;
    }
    #mainContents .progress-bar,
    #mainContents .progress,
    #mainContents .progress:not(.myprogress) {
        height: 6px;
    }

    .slick-arrow {
        top: 30%;
    }

    .Erunning .eduWrap {
        width: 86.65px;
    }
    .Erunning .eduWrap:hover {
        padding: 6px 10px;
        border: none;
        background-color: #245dea;
        color: #fff;
    }
    /* 팝업 */
    #warningPOP {
        position: absolute;
        top: 105%;
        left: 24%;
        display: none;
    }
    #moviePOP {
        width: 95%;
        padding: 16px 16px 32px 16px;
    }
    #moviePOP .moviePOP_stu .moviePOP_stuWrap {
        margin-top: 6%;
        padding-bottom: 24px;
        border-bottom: 1px solid #f5f5f5;
    }
    #moviePOP .moviePOP_stuWrap .study {
        width: 190px;
    }
    #moviePOP .thumbnail .thumb_play {
        top: 30px;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 25px solid #fff;
        border-right: 25px solid transparent;
    }
    #moviePOP > ul {
        height: 462px;
    }
    #moviePOP > ul::-webkit-scrollbar-track {
        background: none;
    }
    #moviePOP .movieWrap_tit {
        padding: 4% 0;
        width: 100%;
    }
    #moviePOP .moviePOP_stuBtn {
        width: 95%;
    }
    #moviePOP .moviePOP_stuBtn button {
        width: 100%;
        height: 50px;
    }

    .noticePG > ul:last-child {
        margin-top: 10%;
    }
    .moreBtn {
        margin-top: 10%;
        width: 100%;
    }

    /* 헤더 */
    #eduDetail_header_moblie {
        width: 100%;
        height: 50px;
        padding: 6px 16px 0 8px;
        top: 0;
        z-index: 10;
        background: #fff;
        /* padding: 8px 16px;
        line-height: 60px; */
        border-bottom: 1px solid #f5f5f5;
        position: fixed;
    }
    #eduDetail_header_moblie ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        vertical-align: middle;
    }

    #eduDetail_header_moblie .btnWrap {
        display: flex;
        align-items: center;
    }
    #eduDetail_header_moblie .btnWrap a {
        display: block;
    }
    #eduDetail_header_moblie .btnWrap div {
        width: 24px;
        height: 24px;
        overflow: hidden;
    }
    #eduDetail_header_moblie .btnWrap div img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    #eduDetail_header_moblie .title {
        font-size: 2rem;
        font-weight: 700;
        /* margin-left: 10%; */
    }
    #studyGrid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
        gap: 26px 10px;
        grid-template-rows: 194px;
    }

    #studyGrid .study {
        width: 100%;
        padding: 0;
        height: 100%;
    }
    /* #studyGrid .Erunning .eduWrap {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
    } */
}

/* hart icon apply */
span.hart.typeA {
    background-image: url('/@resource/images/common/flex/png/ico_Line_hart.png');
    display: block;
}
span.hart.typeB {
    background-image: url('/@resource/images/common/flex/png/ico_Line_hartB.png');
    display: block;
}

span.hart.s16 {
    background-size: auto 16px;
    width: 19px;
    height: 16px;
}
span.hart.s24 {
    background-size: auto 24px;
    width: 29px;
    height: 24px;
}
span.home.s24 {
    background-size: 24px 24px;
    width: 48px;
    height: 48px;
}
span.hart.s32 {
    background-size: auto 32px;
    width: 38px;
    height: 32px;
}
span.hart.s48 {
    background-size: auto 48px;
    width: 57px;
    height: 48px;
}

span.hart.full {
    background-image: url('/@resource/images/common/flex/png/ico_full_hart.png');
}
span.home.typeA {
    background-image: url('/@resource/images/common/flex/png/ico_home.png');
    display: block;
    background-repeat: no-repeat;
    background-position: right;
}
span.search.typeB {
    background-image: url('/@resource/images/common/flex/png/ico_search_gray_gnb.png');
    display: block;
    background-repeat: no-repeat;
    background-position: right;
}
/* button size and color apply */
.btnX {
    padding: 0px 16px;
    height: 48px;
}
.btnL {
    padding: 0px 16px;
    height: 42px;
}
.btnM {
    padding: 0px 16px;
    height: 36px;
}
.btnS {
    padding: 0px 16px;
    height: 34px;
}
.btnT {
    padding: 0px 16px;
    height: 28px;
}
.bColorB {
    width: 200px;
    height: 44px;
    line-height: 44px;
    background: #3366ff;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.bColorG {
    background: #808080;
    color: #000;
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
    .bColorB {
        width: 100%;
    }
}
#alert-box-apply .text-wrap { padding-top:35px;}
.viewBtn { cursor:pointer; }
.defaultBtn {
    float:left;
    width: 33%;
    border-radius: 5px;    
    background: #e1e3e7;
    padding: 11px 35px;
    align-items: center;
    font-size:16px;    
    margin:2px;    
}

.blurBtn {
    float:left;
    width: 63%;
    border-radius: 5px;
    background: #3366FF;
    padding: 11px 35px;
    align-items: center;
    color:#fff;
    font-size:16px;
    margin:2px;
    cursor:pointer;
}