@charset "utf-8";

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ul-table,
.div-table {
    display: table;
}

.ul-table>*,
.div-table>* {
    display: table-cell;
}

.mgr0 {
    margin-right: 0 !important;
}

.tl {
    text-align: left !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear-after::after {
    content: '';
    display: table;
    clear: both;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.skip,
legend,
caption {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: -9999px;
}

.apply.onhab {}

.apply.onhab .top-bg {
    background: url('/_skin/tpl_skin/basic_accounting/images/apply/class2/top_bg.png') center top no-repeat;
    color: #000;
    padding: 90px 0;
}

.apply.onhab .top {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.apply.onhab .top .top_banner {
    position: absolute;
    right: 0;
    top: -51px;
}

.apply.onhab .top-bg .w1100 {
    width: 1100px;
    margin: 0 auto;
}

.apply.onhab .text-banner {
    min-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background: #2c1764;
}

.apply.onhab .con1 {
    padding: 70px 0;
    background: #89c1ce;
    margin: 0 auto;
}

.apply.onhab .curri-bg {
    height: 700px;
    background: url('/_skin/tpl_skin/basic_accounting/images/apply/onhab/con1_0303.png') center 0 no-repeat #402981;
    min-width: 1100px;
    margin: 0 auto;
}

/* 수강시청 : s */
.hab_play {
    padding-top: 125px;
    padding-bottom: 149px;
    overflow: hidden;
}

.hab_play .mid {
    position: relative;
}

.hab_play .con_img {
    position: absolute;
    top: -72px;
    right: -55px;
    z-index: 1;
}

.hab_play .atoz2 .con_img {
    top: -50px;
    right: -118px;
}

.hab_play .atoz_tab .tab-content {
    position: relative;
}

.hab_play .atoz2 .video_bg_1 {
    position: relative;
    z-index: 1;
}

.hab_play .atoz2 .video_img_1 {
    position: absolute;
    top: 296px;
    left: 5px;
}

.hab_play .atoz_tab .video_box {
    position: absolute;
    left: 21px;
    top: 296px;
    width: 705px;
    height: 428px;
    /* box-shadow: 0 10px 21px rgba(0, 0, 0, 0.3); */
    z-index: 2;
}

.hab_play .atoz_tab .video_box iframe {
    position: relative;
    z-index: 1;
}

.hab_play .atoz_tab .video_box .layer,
.hab_play .atoz_tab .video_box .layer span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.hab_play .atoz_menu_area {
    position: relative;
    width: 1104px;
    margin-top: -180px;
}

.hab_play .atoz_menu_wrap {
    position: relative;
    width: 1104px;
    height: 194px;
    overflow: hidden;
}

.hab_play .atoz_menu_area.after::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
    z-index: 3;
}

.hab_play .atoz_menu_area.before::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
    z-index: 3;
}

.hab_play .atoz_menu {
    gap: 40px;
    position: relative;
    z-index: 3;
}

.hab_play .atoz_menu li {
    box-sizing: border-box;
    width: 310px;
    height: 178px;
}

.hab_play .atoz_menu li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.hab_play .atoz_menu li a:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}

.hab_play .atoz_menu li a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 5px solid transparent;
    box-sizing: border-box;
}

.hab_play .atoz_menu li a:hover:after,
.hab_play .atoz_menu li a.selected:after {
    border-color: red;
}

.hab_play .atoz_menu li a:hover:before,
.hab_play .atoz_menu li a.selected:before {
    display: none;
}

.hab_play .atoz_menu li a .btn_play {}

.hab_play .atoz_menu_area .btn_arrow {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    z-index: 5;
    cursor: pointer;
}

.hab_play .atoz_menu_area .btn_prev {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat -17px -291px;
}

.hab_play .atoz_menu_area .btn_next {
    left: auto;
    right: -40px;
    transform: translateY(-50%) rotate(180deg);
    background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat -17px -291px;
}

/* 수강시청 : e */

.apply.onhab .book-bg {
    height: 745px;
    background: url('/_skin/tpl_skin/basic_accounting/images/apply/onhab/con2_.png') center 0 no-repeat #e5e5e3;
    min-width: 1100px;
    margin: 0 auto;
}

.apply.onhab .book-bg .w1100 {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.apply.onhab .book-bg .popupVideo {
    left: 0;
    bottom: 136px;
}

.apply.onhab .book-bg .book_prview {
    position: absolute;
    left: 651px;
    top: 70%;
    width: 229px;
    height: 52px;
    display: block;
    margin: 40px 0 0 0;
    background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/book_btn_off.png') center 0 no-repeat;
    font-size: 0;
}

.apply.onhab .book-bg .book_prview:hover {
    background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/book_btn_on.png') center 0 no-repeat;
}

.apply.onhab .teacher-bg,
.apply.onhab .teacher {
    position: relative;
    height: 682px;
}

.apply.onhab .teacher-bg {
    background: url('/_skin/tpl_skin/basic_accounting/images/apply/class2/con3.png') center 0 no-repeat #828282;
}

.apply.onhab .teacher .teacher-info {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    height: 65px;
    padding-bottom: 50px;
    font-family: 'spoqa3';
    font-weight: 300;
    color: #fff;
}

.apply.onhab .teacher .teacher-info ul li {
    margin-bottom: 8px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.apply.onhab .teacher .teacher-info1 {
    left: 0;
}

.apply.onhab .teacher .teacher-info2 {
    right: 0;
}

.apply.onhab .teacher .teacher-info1 .rolling-btn {
    bottom: 0;
    left: 0;
}

.apply.onhab .teacher .teacher-info2 .rolling-btn {
    bottom: 0;
    right: 0;
}

.apply.onhab .rolling-btn {
    position: relative;
    display: block;
    width: 124px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'spoqa4';
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(128, 128, 128, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(128, 128, 128, 1);
    box-shadow: 0px 0px 30px 0px rgba(128, 128, 128, 1);
}

.apply.onhab .rolling-btn:before,
.apply.onhab .rolling-btn i {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
}

.apply.onhab .rolling-btn:before {
    right: 30px;
    width: 1px;
    background: #fff;
}

.apply.onhab .rolling-btn i {
    width: 15px;
    height: 15px;
    top: 8px;
    right: 6px;
    background: url('/_skin/tpl_skin/basic_accounting/images/apply/onhab/btn_more.png') 0 0 no-repeat;
}

.apply.onhab .rolling-btn:hover i {
    animation: rollingBtn linear 0.2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: rollingBtn linear 0.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: rollingBtn linear 0.2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -ms-animation: rollingBtn linear 0.2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

@keyframes rollingBtn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@-moz-keyframes rollingBtn {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(90deg);
    }
}

@-webkit-keyframes rollingBtn {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
    }
}

@-ms-keyframes rollingBtn {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(90deg);
    }
}

.apply.onhab .add2 {
    height: 500px;
    padding: 50px 0;
    background: #89c1ce;
    margin: 0 auto;
}

.apply.onhab .serv-bg {
    padding: 100px 0;
}

.apply.onhab .serv {
    position: relative;
    height: 375px;
    background: url('/_skin/tpl_skin/basic_accounting/images/apply/onhab/con4_0303.png') center 0 no-repeat #fff;
}

.apply.onhab .serv a {
    display: block;
    position: absolute;
    width: 268px;
    height: 242px;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-indent: -99999px;
    overflow: hidden;
}