@charset "UTF-8";
/*  *팝업창 스타일 S*/
.alram_pop{
    background: #fff;
    border-radius: 10px;
}
.alram_pop .inner{
    /* height: calc(485px - 35px); */
    padding: 0px 15px 35px 15px;
}
.pop_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 30;
    display: none;
}
.alram_pop .alarm_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.alram_pop .right_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.alram_pop .alram_txt{
    font-family: 'market-b';
    font-size: 25px;
    line-height: 25px;
}
.alram_pop .non_read{
    display: block;
    text-align: left;
    font-family: 'market-l';
    font-size: 17px;
    /* font-weight: 600; */
    letter-spacing: -0.7px;
}
.alram_pop .top_wrap{
    border-bottom: 1px solid #4f4f4f;
    padding: 27px 15px 13px 15px;
}
.alram_pop .readnon_number{
    color: #ff1230;
    font-family: 'market-m';
    font-weight: 600;
}
.alram_pop .right_wrap li{
    margin-right: 3px;
    /* transform: skew(-0.1deg); */
}
.alram_pop .right_wrap .setting{
    margin-left: 5px;
    margin-right: 15px
}
.alram_pop .right_wrap li:last-child{
    margin-right: 0;
}
.alram_pop .right_wrap li a{
    width: 87px;
    font-size: 11px;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 25px;
    padding: 7px 0 5px;
    line-height: 12px;
    background: #eeeeee;
    text-align: center;
    font-weight: 600;
}
.alram_pop .right_wrap .setting i{
    display: block;
    background: url('/_skin/sidae/popkon/images/pc_img.png') no-repeat -117px -89px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.alram_pop .right_wrap .cancel_alram i{
    display: block;
    background: url('/_skin/sidae/popkon/images/pc_img.png') no-repeat -161px -89px;
    width: 39px;
    height: 39px;
    cursor: pointer;
}
.alram_pop .menu_choice{
    display: flex;
    /* justify-content: space-between; */
    flex-flow: row wrap;
    margin-top: 20px;
}
.alram_pop .menu_choice li{
    dispay: none;
    width: 23%;
    cursor: pointer;
    /* transform: skew(-0.1deg); */
    text-align: center;
    margin-bottom: 7px;
    margin-right: 6px;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}
.alram_pop .menu_choice li.all_btn{/*전체버튼*/
    width: 17%;
}
.alram_pop .menu_choice li.lec_update{/*강의 업데이트*/
    width: 26%;
}
.alram_pop .menu_choice li.edu_source{/*학습자료*/
    width: 26%;
}
.alram_pop .menu_choice li.profit_event{/*혜택/이벤트*/
    width: 24%;
}
.alram_pop .menu_choice li.active_new{/*활동/소식*/
    width: 25%;
}
.alram_pop .menu_choice li.exam_date{/*시험일정*/
    width: 24%;
}
.alram_pop .menu_choice li.selected > span{
    color: #fff;
    background: #1b4b9f;
    font-weight: 400;
}
.alram_pop .menu_choice li:hover span{
    color: #fff;
    background: #1b4b9f;
}
.alram_pop .menu_choice li span{
    font-size: 13px;
    display: block;
    border-radius: 3px;
    border: 1px solid #c3c3c3;
    padding: 6px 0;
    font-family: 'Nanum Square';
    font-weight: 600;
}
/* .alram_pop .list_alram::-webkit-scrollbar{
    position: absolute;
    right: 0;
    background-color: #eaeaea;
    width: 3px;
    height: 80%;
    padding-right: 10px;
}
.alram_pop .list_alram::-webkit-scrollbar-thumb{
    background-color: #acacac;
    height: 120px;
} */
.alram_pop .list_alram{
    position: relative;
    margin: 14px 0 0;
    border-top: 1px solid #d4d4d4;
    /* transform: skew(-0.1deg); */
}

.alram_pop .list_alram li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 12px 6px 10px;
    border-bottom: 1px solid #d4d4d4;
}
.alram_pop .list_alram li .list_left{
    width: 80%;
}
.alram_pop .list_alram li.on{
    opacity: 0.4;
}
.alram_pop .list_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alram_pop .cancel_btn i{
    display: block;
    background: url('/mobile/images/common/cancel_default.png') no-repeat;
    width: 34px;
    height: 38px;
    cursor: pointer;
    background-size: 84%;
    background-position: 3px 3px;
}
.alram_pop .list_left span{
    font-size: 13px;
    font-family: 'Nanum Square';
    font-weight: 600;
}
.alram_pop .list_left a,
.alram_pop .list_left p{
    font-size: 14px;
    font-family: 'Nanum Square';
    font-weight: 600;
    letter-spacing: -0.7px;
    line-height: 20px;
}
.alram_pop .alram_list{
    letter-spacing: 0px;
    color: #000;
}
.alram_pop span.date{
    position: relative;
    color: #888888;
    padding-left: 10px;
    font-family: 'Nanum Square';
}
.alram_pop .date::before{
    color: #000;
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.alram_pop .alram_name{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nanum Square';
    display: block;
    margin-top: 5px;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: keep-all;
}
.alram_pop .alram_download{
    margin-right: 6px;
}
.alram_pop .alram_download a{
    color: #fff;
    background: #373737;
    padding: 4px 13px;
    border-radius: 17px;
    font-size: 13px;
    white-space: nowrap;
}

.alram_pop .guide{
    display: block;
    background: #dcdcdc;
    padding: 9px 0;
    font-size: 12px;
    font-family: 'Nanum Square';
    font-weight: 500;
    /* transform: skew(-0.1deg); */
    text-align: center;
}

/* 읽지 않은 알림 0개일때 S */
.alram_off{
    margin-top: 33px;
    text-align: center;
}
.alram_off .bell_img{
    /* margin-bottom: 10px; */
}
.alram_off .bell_img i{
    display: inline-block;
    background: url('/mobile/images/common/jong_large.png') no-repeat center;
    width: 150px;
    height: 93px;
    background-size: 60%;
}
.alram_off .txt_puple{
    margin-bottom: 2px;
}
.alram_off .txt_puple span{
    font-size: 20px;
    color: #440be7;
    font-family: 'market-b';
    letter-spacing: -1px;
}
.alram_off .ment{
    margin-bottom: 13px;
    /* transform: skew(-0.1deg); */
}
.alram_off .ment span{
    font-family: 'Nanum Square';
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.alram_off .alram_setting a{
    display: inline-block;
    background: #440be7;
    border-radius: 35px;
    font-size: 15px;
    font-family: 'market-m';
    font-weight: 600;
    padding: 9px 21px;
    letter-spacing: 0px;
    color: #fff;
}
/* 읽지 않은 알림 0개일때 E */

.alram_none{
	margin-top: 38px;
	/* margin-bottom: 50px; */
}
.alram_none .txt_puple{
	margin-bottom: 5px;
    text-align: center;
}
.alram_none .txt_puple span{
	font-size: 24px;
	color: #440be7;
	font-family: 'market-b';
	letter-spacing: -1px;
}

/*  *팝업창 스타일 E*/




/* 알림 수신 설정 S: */
.title_cancel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 20px 30px;
    border-bottom: 2px solid #000;
}
.topic_name span{
    font-family: 'market-b';
    font-size: 35px;
}
.cancel_alram i{
    display: block;
    background: url('/_skin/sidae/popkon/images/pc_img.png') no-repeat -161px -89px;
    width: 39px;
    height: 39px;
    cursor: pointer;
}
.recive_setting_inner{
    /* padding: 20px 20px 20px 20px; */
    text-align: left;
}
.alram_recive_setting{
    overflow-x: hidden;
}
.alram_recive_setting .top_fuc{
    padding: 20px 20px 25px 20px;
    /* transform: skew(-0.1deg); */
}
.alram_recive_setting .advice{
    display: block;
    font-weight: 900;
    font-size: 18px;
    color: #000;
    margin-bottom: 3px;
}
.alram_recive_setting .ad_infor{
    display: block;
    color: #7d7d7d;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}
.alram_recive_setting .locate{
    display: block;
    color: #1660c4;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
}
.alram_recive_setting .machine_btn{
    display: block;
    background: #1660c4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nanum Square';
    width: 100%;
    padding: 11px 0;
    border-radius: 4px;
    /* letter-spacing: 0.5px; */
    text-align: center;
}
.alram_recive_setting .subject{
    font-family: 'Nanum Square';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    vertical-align: middle;
}
.alram_recive_setting .subject.style{
    font-family: 'Nanum Square';
    font-weight: 700;
    font-size: 17px;
    color: #000;
    letter-spacing: -0.3px;
}
.alram_recive_setting .guide_ment{
    font-family: 'Nanum Square';
    font-weight: 600;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 5px;
    word-break: keep-all;
}
.alram_recive_setting .swichbox input{
    display: none;
}
.alram_recive_setting .swichbox label{
    display: block;
    background: url('/mobile/images/common/swich_off.png') no-repeat center right;
    width: 144px;
    height: 27px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-size: 85px;
}
.alram_recive_setting .swichbox input:checked + label{
    background: url('/mobile/images/common/swich_on.png') no-repeat center right;
    background-size: 85px;
}
.alram_recive_setting .scroll_bar{
    /* transform: skew(-0.1deg); */
}
.alram_recive_setting .push_alram{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #d4d4d4;
		background-color: #fff;
}
.alram_recive_setting .push_alram.psi2{
    border-bottom: none;
}
.alram_recive_setting .explain{
    width: 63%;
}
.alram_recive_setting .scroll_bar > span.title{
    display: block;
    font-family: 'Nanum Square';
    font-weight: 700;
    font-size: 17px;
    color: #000;
    padding: 17px 20px;
    background: #ebf0f7;
    text-align: left;
}
.alram_recive_setting span.title{
    display: block;
    font-family: 'Nanum Square';
    font-weight: 700;
    font-size: 17px;
    color: #000;
    padding: 17px 20px;
    background: #ebf0f7;
    text-align: left;
    letter-spacing: -0.3px;
}
.alram_recive_setting .alram_item .wrap li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px 16px 20px;
    border-bottom: 1px solid #d4d4d4;
		background-color: #fff;
}
.alram_recive_setting .alram_item .wrap li:last-child{
    border-bottom: none;
}
.alram_recive_setting .all_alram_recive .wid_box{
    width: 63%;
    /* width: 57%; */
}
.alram_recive_setting .all_alram_recive li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px 15px 20px;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
		background-color: #fff;
}
.alram_recive_setting .all_alram_recive li:first-child{
    background: #ebf0f7;
    border-bottom: none;
}
.alram_recive_setting .all_alram_recive .all_alram{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #ebf0f7;
    padding: 17px 20px;
    border-bottom: 1px solid #d4d4d4;
}
.alram_recive_setting .all_alram_recive li:last-child{
    border-bottom: none;
}
.alram_recive_setting .all_alram_recive .title{
    padding: 0;
}
.alram_recive_setting .link{
    font-family: 'Nanum Square';
    font-weight: 500;
    font-size: 11px;
    padding: 2px 11px 1px;
    border-radius: 3px;
    background: #e9e9e9;
    border: 1px solid #d4d4d4;
    margin-left: 6px;
    vertical-align: middle;
    color: #000;
}
.alram_recive_setting .link.isbn{
    margin-left: 2px;
}
.left_area{
    /* display: flex; */
    /* align-items: center; */
}
.fav_name{
    font-family: 'Nanum Square';
    font-weight: 600;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 6px;
    display: block;
}
/* 알림 수신 설정 E: */


/* *관심과정 팝업 스타일 S  */
.fav_cover{
    display: none;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 99999;
}
.fav_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    min-width: 290px;
    text-align: center;
}
.fav_popup > .inner{
    padding: 27px 22px 0;
}
.fav_popup .fav_style{
    padding: 0 10px 0 22px;
}
.fav_popup .top_line{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 10px;
}
.fav_popup .top_line span{
    font-family: 'market-b';
    color: #000;
    letter-spacing: -1px;
    font-size: 24px;
}
.fav_popup .top_line i{
    display: block;
    background: url('/mobile/images/common/circle_cacel_sored.png') no-repeat center 95%;
    width: 30px;
    height: 30px;
    -webkit-tap-highlight-color: transparent;
    background-size: 35px;
}
.fav_popup select{
    display: block;
    width: 100%;
    font-size: 17px;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    padding: 10px 13px;
    font-family: 'Nanum Square';
    font-weight: 500;
    font-size: 15px;
    /* transform: skew(-0.1deg); */
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fav_popup .sub_tab_menu{
    display: flex;
    padding: 10px 0 13px;
    width: 222px;
}
.fav_popup .sub_tab_menu li{
    display: flex;
    width: 55px;
    padding: initial;
    border: initial;
    /* transform: skew(-0.1deg); */
}
.fav_popup .sub_tab_menu li a{
    display: block;
    padding: 3px 0px;
    background: #efefef;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    margin-right: 3px;
}
.fav_popup .sub_tab_menu li a.selected{
    background: #414141;
    border: 1px solid #414141;
    color: #fff;
    font-weight: 400;
}
.fav_popup .fav_list{
    position: relative;
    overflow-y: scroll;
    height: 255px;
    padding-right: 15px;
}
.fav_popup .fav_list::-webkit-scrollbar{
    position: absolute;
    right: 0;
    background-color: #eaeaea;
    width: 2px;
    height: 53%;
    padding-right: 10px;
}
.fav_popup .sb{
    margin-top: 13px;
}
.fav_popup .fav_list::-webkit-scrollbar-thumb{
    background-color: #acacac;
    height: 20px;
}
.fav_popup .fav_list li:first-child{
    border-top: 1px solid #e0e0e0;
}
/* .fav_popup .fav_list li:last-child{
    border-bottom: 1px solid #e0e0e0;
} */
.fav_popup .fav_list li{
    float: none;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    /* transform: skew(-0.1deg); */
    -webkit-tap-highlight-color: transparent;
}
.fav_popup .fav_list li span{
    font-family: 'Nanum Square';
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    margin-left: 30px;
}
.fav_popup .fav_list .cmRadioLabel{
    position: relative;
    display: block;
    padding: 8px 0 8px 5px;
}
.fav_popup .fav_list .cmRadioLabel::before{
    display: inline-block;
    background: url('/mobile/images/common/circle_checkoff.png') no-repeat center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    content: '';
    vertical-align: bottom;
    margin-right: 8px;
    background-size: 22px;
    
}
.fav_popup .fav_list .cmRadio:checked + .cmRadioLabel::before{
    background: url('/mobile/images/common/circle_checkon.png') no-repeat center;
    background-size: 22px;
}
.fav_popup .fav_list .cmRadio{
    display: none;
}
.fav_popup .select_box_fav{
    position: relative;
    
}
.fav_popup #fav_sec{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/mobile/images/common/arrow_bottom.png') no-repeat 97%;
    background-size: 22px;
}
/* .fav_popup .select_box_fav::after{
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    content: '';
    background: url('/mobile/images/common/arrow_bottom.png') no-repeat center;
    width: 19px;
    height: 19px;
    background-size: 22px;
} */
.fav_popup .btn_check{
    display: inline-block;
    width: 87%;
    padding: 10px 0;
    background: #440be7;
    font-family: 'market-m';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
}
/* *관심과정 팝업 스타일 E  */
/* *신청한 강의 팝업 스타일 S  */
.lec_cover{
    display: none;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 99999;
}
.leced_subscription{
    position: absolute;
    top: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
    left: 50%;
    /* height: 350px; */
    background: #fff;
    z-index: 999999;
    /* overflow: auto; */
    border: 2px solid #000;
    border-radius: 10px;
    /* padding: 20px 22px 27px; */
    min-width: 290px;
    text-align: center;
}
 
.leced_subscription .scr_box{
    /* padding: 0 10px 0 23px; */
}
.leced_subscription .btn_check{
    display: inline-block;
    width: 87%;
    padding: 10px 0;
    background: #440be7;
    font-family: 'market-m';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.leced_subscription ul{
    overflow-y: scroll;
    height: 246px;
    padding-right: 14px;
}
.leced_subscription > .inner{
    position: relative;
    height: 100%;
    padding: 30px 22px 0;
}
.leced_subscription .scr_padd{
    padding: 0 5px 0 17px;
}

.leced_subscription .lecRadioLabel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 42px;
    padding: 5px 0px 5px 5px;
    /* transform: skew(-0.1deg); */
}
.leced_subscription li{
    float: none;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    -webkit-tap-highlight-color: transparent;
}
.leced_subscription li:first-child{
    border-top: 1px solid #e0e0e0;
}
.leced_subscription li span{
    font-family: 'Nanum Square';
    font-weight: 600;
    font-size: 13px;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.leced_subscription .top_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}
.leced_subscription .top_line span{
    font-family: 'market-b';
    color: #000;
    letter-spacing: -1px;
    font-size: 24px;
}
.leced_subscription .top_line i{
    display: block;
    background: url('/mobile/images/common/circle_cacel_sored.png') no-repeat center 95%;
    width: 30px;
    height: 30px;
    -webkit-tap-highlight-color: transparent;
    background-size: 35px;
}
.leced_subscription label i{
    background: url('/mobile/images/common/check_off.png') no-repeat center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: 17px;
}
.leced_subscription .lecRadio:checked + label i{
    background: url('/mobile/images/common/check_on.png') no-repeat center;
    background-size: 17px;
}
.leced_subscription .lecRadio{
    display: none;
}

/* *신청한 강의 팝업 스타일 E  */

/* *등록된 도서 팝업 스타일 S  */
.book_cover{
    display: none;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 99999;
}
.book_isbn{
    position: absolute;
    top: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
    left: 50%;
    /* height: 350px; */
    background: #fff;
    z-index: 99999;
    /* overflow: auto; */
    border: 2px solid #000;
    border-radius: 10px;
    min-width: 290px;
    text-align: center;
}
.book_isbn > .inner{
    position: relative;
    height: 100%;
    padding: 30px 22px 0;
}
.book_isbn .scr_padd{
    padding: 0 5px 0 17px;
}
.book_isbn ul{
    overflow-y: scroll;
    height: 246px;
    padding-right: 10px;
}
.book_isbn .bookRadioLabel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px 5px 5px;
    /* height: 60px; */
}
.book_isbn .lecRadioLabel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 42px;
    padding: 5px 0px 5px 5px;
}
.book_isbn li{
    float: none;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    -webkit-tap-highlight-color: transparent;
}
.book_isbn li:first-child{
    border-top: 1px solid #e0e0e0;
}
.book_isbn li span{
    font-family: 'Nanum Square';
    font-weight: 600;
    font-size: 13px;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.book_isbn .top_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}
.book_isbn .top_line span{
    font-family: 'market-b';
    color: #000;
    letter-spacing: -1px;
    font-size: 24px;
    
}
.book_isbn .top_line i{
    display: block;
    background: url('/mobile/images/common/circle_cacel_sored.png') no-repeat center 95%;
    width: 30px;
    height: 30px;
    -webkit-tap-highlight-color: transparent;
    background-size: 35px;
}
.book_isbn label i{
    background: url('/mobile/images/common/check_off.png') no-repeat center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: 17px;
}
.book_isbn .bookRadio:checked + label i{
    background: url('/mobile/images/common/check_on.png') no-repeat center;
    background-size: 17px;
}
.book_isbn .bookRadio{
    display: none;
}
.book_isbn .btn_check{
    display: inline-block;
    width: 87%;
    padding: 10px 0;
    background: #440be7;
    font-family: 'market-m';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
}
/* *등록된 도서 팝업 스타일 E  */

/* *강의상세 보기, 도서등록, 학습자료실 S */
.lec_update_alram, .book_update_alram, .edu_update_alram{
    /* transform: skew(-0.1deg); */
}
.on_btn{
    position: fixed;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 29px;
    font-size: 12px;
    background: #440be7;
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0px 20px;
    color: #fff;
    white-space: nowrap;
}
.on_btn i{
    background: url('/mobile/images/common/jong_white1.png') no-repeat center;
    width: 22px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: 17px;
}
.on_status{
    display: none;
    position: fixed;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 29px;
    font-size: 12px;
    background: #440be7;
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0px 20px;
    color: #fff;
    white-space: nowrap;
}
.on_status i{
    background: url('/mobile/images/common/jong_white2.png') no-repeat center;
    width: 22px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: 17px;
}
/* *강의상세 보기, 도서등록, 학습자료실 E */

/* *알림 켜기버튼 누를시 얼럿창 S: */
.out_wrap{
    background: rgba(0,0,0,0.7);
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    /* height: calc(100% - 67px); */
    overflow: auto;
    display: none;
    box-sizing: border-box;
    text-align: center;
	z-index: 9999;
}
.push_alert{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #fff;
    width: 300px;
    border-radius: 15px;
    padding: 30px 20px 20px;
}
.push_alert .inner{
    /* transform: skew(-0.1deg); */
}
.push_alert span{
    display: block;
}
.push_alert .purple_col{
    color: #440be7;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.push_alert .advise{
    font-weight: 600;
    margin-bottom: 15px;
}
.push_alert .setting_ex{
    font-size: 13px;
    margin-bottom: 20px;
}
.push_alert .alram_on_btn{
    background: #440be7;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
}
.push_alert .thrty_days_none{
    position: absolute;
    bottom: -24px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    width: 100%;
}
.push_alert .cancel{
    position: absolute;
    /*right: -5px;*/
    /*top: -20px;*/
    top: 0;
    right: 0;
    background: url('/mobile/images/common/cancel_default.png') no-repeat center;
    display: block;
    width: 34px;
    height: 38px;
    background-size: 27px;
}
/* *알림 켜기버튼 누를시 얼럿창 E: */


/* * 마이페이지 알림 아이콘 S */
.alram_jong{
    background: url('/mobile/images/common/jong.png') no-repeat center top 0px / 45px;
    width: 35%;
    height: 100%;
    display: inline-block;
}
.alram_jong.update_non_read {
    background: url('/mobile/images/common/jong_jum.png') no-repeat center top -3px / 55px auto;
}
.btn_area_right .alram_setting{
	background: url('/mobile/images/common/setting.png') no-repeat;
    width: 40%;
    height: 115%;
    display: inline-block;
    background-size: 32px;
    /* background-size: cover; */
    background-position: -2px 0;
}
.alram_jong + .goSet{
	vertical-align: top;
}
@media screen and (max-width: 680px) {
    .alram_jong{
        width: 30%;
        min-width: 25px;
        background: url('/mobile/images/common/jong.png') no-repeat center top -1px / 25px auto;
    }
    .alram_jong.update_non_read {
        background: url('/mobile/images/common/jong_jum.png') no-repeat top -2px left -3px / 30px auto;
    }
}
/* * 마이페이지 알림 아이콘 E */
