li{list-style: none;}
/* 전체 영역 */
.page_sinhak_main { outline: none; }
@media screen and (min-width: 1241px){
    .page_sinhak_main{margin-left: 50px;margin-right: 50px;height: 700px;background-size: cover !important;background-position: center !important;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .page_sinhak_main{margin-left: 30px;margin-right: 30px;height: 440px;}
}
@media screen and (max-width: 767px){
    .page_sinhak_main{margin-left: 20px;margin-right: 20px;height: 380px;}
}


/* 이미지 슬라이드 영역 */
.page_sinhak_main {overflow: hidden;box-sizing: border-box;overflow: hidden;}

.main_slide {box-sizing: border-box; background-color: #232323;}

.main_slide_item {float: left;box-sizing: border-box;}

.main_slide_item .body{font-family: NS-R, sans-serif;color: white;}

.main_slide_item .title{color: white;font-family: NS-EB, sans-serif;font-weight: normal;}

@media screen and (min-width: 1241px){
    .page_sinhak_main{margin-left: 50px;margin-right: 50px;margin-bottom: 88px;}
    .main_slide {width: calc((100vw - 100px) * 2);height: 700px;}
    .main_slide_item {width: calc(100vw - 100px);height: 700px;background-size: cover !important;background-position: center !important;padding-top: 225px;text-align: center;}
    .main_slide_item .body{font-size: 24px;letter-spacing: -0.48px;line-height: 1;margin-bottom: 15px;}
    .main_slide_item .title{font-size: 40px;letter-spacing: -1px;line-height: 1.2;}

}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .page_sinhak_main{margin-left: 30px;margin-right: 30px;margin-bottom: 50px;width: calc(100vw - 60px);}
    .main_slide {width: calc((100vw - 60px) * 2);height: 440px;}
    .main_slide_item {width: calc(100vw - 60px);height: 440px;text-align: left;padding: 80px 50px;background-size: 150vw !important;background-position-x: center !important;background-position-y: bottom !important;background-repeat: no-repeat;}
    .main_slide_item .body{font-size: 20px;letter-spacing: -0.4px;line-height: 1;margin-bottom: 15px;}
    .main_slide_item .title{font-size: 38px;letter-spacing: -0.76px;line-height: 1.4;word-break: keep-all;width: 100%;}
}
@media screen and (max-width: 767px){
    .page_sinhak_main{width: calc(100vw - 40px);margin-left: 20px;margin-right: 20px;margin-bottom: 50px;}
    .main_slide {width: calc((100vw - 40px) * 2);height: 381px;}
    .main_slide_item {width: calc(100vw - 40px);height: 381px;background-size: cover !important;background-position: 65% !important;padding: 50px 40px;text-align: center;}
    .main_slide_item .body{font-size: 20px;letter-spacing: -0.4px;line-height: 1;margin-bottom: 15px;display: none;}
    .main_slide_item .title{font-size: 32px;letter-spacing: -0.64px;line-height: 1.4;word-break: keep-all;width: 100%;}
}




/* 보드 영역 */
.sinhak_board_title{font-family: 'notokr-medium', sans-serif;color: #232323;float: left;}

@media screen and (min-width: 1241px){
    .sinhak_board_wrapper{height: 318px;margin-bottom: 100px;}
    .sinhak_board_left{width: 790px;float: left;margin-right: 50px;}
    .sinhak_board_right{width: 400px;float: right;}
    .sinhak_board_top{margin-bottom: 30px;height: 32px;}
    .sinhak_board_title, .sinhak_main_title{font-size: 32px;line-height: 32px;}
    .sinhak_board_top img{float: right;margin-top: 6px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .sinhak_board_wrapper{margin-bottom: 50px;}
    .sinhak_board_left, .sinhak_board_right{width: 100%;}
    .sinhak_board_left{margin-bottom: 50px;}
    .sinhak_board_top{margin-bottom: 20px;height: 28px;}
    .sinhak_board_title, .sinhak_main_title{font-size: 28px;line-height: 28px;}
    .sinhak_board_top img{float: right;width: 14px;height: 14px;margin-top: 7px;}
}
@media screen and (max-width: 767px){
    .sinhak_board_wrapper{margin-bottom: 50px;}
    .sinhak_board_left, .sinhak_board_right{width: 100%;}
    .sinhak_board_left{margin-bottom: 50px;}
    .sinhak_board_top{margin-bottom: 20px; min-height: 28px;}
    .sinhak_board_title, .sinhak_main_title{font-size: 24px;line-height: 24px;}
    .sinhak_board_top img{float: right;width: 14px;height: 14px;margin-top: 7px;}
}


/* 공지사항 카테고리 */

@media screen and (min-width: 1240px){
    .home_category_list{position: absolute; top: 4px; left: 150px;}
    .home_category_list .home_category_item{ cursor: pointer; font-size: 16px; line-height: 16px; letter-spacing: -0.32px; padding: 0 10px; color: #707070; box-sizing: border-box;}
    .home_category_list .home_category_item.select{ color: #013a86; padding-bottom: 10px; border-bottom: 2px solid #013a86;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .home_category_list_wrapper {position: absolute;left: 160px;}
    .home_category_list .home_category_item{ cursor: pointer; font-size: 14px; line-height: 14px; letter-spacing: -0.32px; padding: 0 10px; color: #707070; box-sizing: border-box;}
    .home_category_list .home_category_item.select{ color: #013a86; padding-bottom: 10px; border-bottom: 2px solid #013a86;}
}
@media screen and (max-width: 767px){
    .home_category_list_wrapper{ clear: both;  padding-top: 20px; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden;}
    .home_category_list_wrapper .home_category_list{height: 32px; }
    .home_category_list .home_category_item{ cursor: pointer; font-size: 14px; line-height: 14px; letter-spacing: -0.32px; padding: 0 10px; color: #707070; box-sizing: border-box;}
    .home_category_list .home_category_item.select{ color: #013a86; padding-bottom: 10px; border-bottom: 2px solid #013a86;}
}

/* 보드 내부 영역 */
.bottom_title{cursor: pointer;}
.bottom_title p:last-child{float: right;color: #707070;}
@media screen and (min-width: 1241px){
    .sinhak_board_bottom1, .sinhak_board_bottom2{width: 100%;border: 1px solid #e5e5e5;padding: 9px 30px;box-sizing: border-box;}
    .sinhak_board_bottom1 .no_content {width: 100%;text-align: center;line-height: 235px;}
    .sinhak_board_bottom2 .no_content {width: 100%;text-align: center;line-height: 192px;}
    .bottom_title{font-size: 16px;line-height: 16px;padding: 15px 0px;border-bottom: 1px dashed #e5e5e5;box-sizing: border-box;}
    .sinhak_board_bottom1 .bottom_title:last-child {border-bottom: none;}
    .bottom_title p:first-child{width: 70%;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;}
    .sinhak_board_bottom2{height: 254px;overflow: auto;background-color: #f8f8f8;padding: 30px;}
    .board_calendar_wrapper{font-size: 16px;line-height: 16px;margin-bottom: 30px;}
    .sinhak_board_bottom2 > div:last-child{margin-bottom: 0px;}
    .board_calendar_wrapper .calendar_period{font-family: 'notokr-medium', sans-serif;margin-bottom: 15px;color: #8d002a;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .sinhak_board_bottom1, .sinhak_board_bottom2{width: 100%;border: 1px solid #e5e5e5;box-sizing: border-box;}
    .sinhak_board_bottom1{padding: 0px 20px;}
    .bottom_title{font-size: 14px;line-height: 46px;border-bottom: 1px dashed #e5e5e5;box-sizing: border-box;}
    .sinhak_board_bottom1 .bottom_title:last-child {border-bottom: none;}
    .bottom_title p:first-child{width: 70%;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .sinhak_board_bottom2{height: 198px;overflow: auto;background-color: #f8f8f8;padding: 20px;}
    .board_calendar_wrapper{font-size: 14px;line-height: 14px;margin-bottom: 20px;}
    .sinhak_board_bottom2 > div:last-child{margin-bottom: 0px;}
    .board_calendar_wrapper .calendar_period{font-family: 'notokr-medium', sans-serif;margin-bottom: 15px;color: #8d002a;}
}
@media screen and (max-width: 767px){
    .sinhak_board_bottom1, .sinhak_board_bottom2{width: 100%;border: 1px solid #e5e5e5;box-sizing: border-box;}
    .sinhak_board_bottom1{padding: 0px 20px;}
    .bottom_title{font-size: 14px;line-height: 46px;border-bottom: 1px dashed #e5e5e5;box-sizing: border-box;}
    .sinhak_board_bottom1 .bottom_title:last-child {border-bottom: none;}
    .bottom_title p:first-child{width: 68%;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .sinhak_board_bottom2{height: 198px;overflow: auto;background-color: #f8f8f8;padding: 20px;}
    .board_calendar_wrapper{font-size: 14px;line-height: 14px;margin-bottom: 20px;}
    .sinhak_board_bottom2 > div:last-child{margin-bottom: 0px;}
    .board_calendar_wrapper .calendar_period{font-family: 'notokr-medium', sans-serif;margin-bottom: 15px;color: #8d002a;}
    .board_calendar_wrapper .calendar_title{width: 90%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}


/* 학생 서비스 안내 틀 */
.sinhak_service{background-color: #f1f5fb;}

@media screen and (min-width: 1241px){
    .service_wrapper{padding: 80px 0px 100px 0px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .service_wrapper{padding: 50px 0px;}
}
@media screen and (max-width: 767px){
    .service_wrapper{padding: 50px 0px;}
}

/* 학생 서비스 안내 타이틀 */
.sinhak_service .sinhak_main_title{text-align: center;font-family: 'notokr-medium', sans-serif;}


/* 학생 서비스 안내 컨텐츠 간격 */
@media screen and (min-width: 1241px){
    .sinhak_service_content{margin-top: 40px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .sinhak_service_content{margin-top: 30px;}
}
@media screen and (max-width: 767px){
    .sinhak_service_content{margin-top: 30px;}
}


/* 학생 서비스 안내 총신라이프*/
.service_site_img{text-align: center;background-image: url("/res/service/img/department15/main/img_life.png");background-repeat : no-repeat;background-size : cover;}
.service_site_img p:first-child{font-family: 'notokr-medium', sans-serif;color: #ffffff;}
.service_site_img p:last-child{color: #ffffff;}

@media screen and (min-width: 1241px){
    .service_site_img{width: 414px;height: 430px;float: left;}
    .service_site_img p:first-child{font-size: 24px;line-height: 24px;margin-bottom: 20px;}
    .service_site_img p:last-child{font-size: 20px;line-height: 20px;}
    .site_img_wrapper{padding-top: 183px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .service_site_img{width: 50%;height: 355px;float: left;}
    .service_site_img p:first-child{font-size: 20px;line-height: 20px;margin-bottom: 15px;}
    .service_site_img p:last-child{font-size: 16px;line-height: 16px;}
    .site_img_wrapper{padding-top: 1151px;}
}
@media screen and (max-width: 767px){
    .service_site_img{width: 100%;height: 150px;}
    .service_site_img p:first-child{font-size: 20px;line-height: 20px;margin-bottom: 15px;}
    .service_site_img p:last-child{font-size: 16px;line-height: 16px;}
    .site_img_wrapper{padding-top: 49px;}
}

/* 학생 서비스 안내 관련사이트 틀*/
.service_site_list{background-color: #8d002a;position: relative;overflow: hidden;float: left;}
.site_list_wrapper{color: #ffffff;position: relative;z-index: 1;}

@media screen and (min-width: 1241px){
    .service_site_list{width: 414px;height: 430px;}
    .site_list_wrapper{padding: 50px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .service_site_list{width: 50%;height: 355px;}
    .site_list_wrapper{padding: 30px;}
}
@media screen and (max-width: 767px){
    .service_site_list{width: 100%;height: auto;}
    .site_list_wrapper{padding: 30px 20px;}
}


/* 학생 서비스 안내 관련사이트 내부*/
.site_list_title{font-family: 'notokr-medium', sans-serif;}
ul{padding: 0px;}
.site_list_wrapper li{padding: 14px 0px;border-bottom: 1px dashed #ffffff;display: block;cursor: pointer;}
.site_list_wrapper li:last-child{border: none;}
.site_list_wrapper li img {float: right;width: 12px;height: 12px;}
.site_list_cs{position: absolute;}

@media screen and (min-width: 1241px){
    .site_list_title{font-size: 24px;line-height: 24px;margin-bottom: 14px;}
    .site_list_wrapper li{font-size: 20px;line-height: 20px;}
    .site_list_wrapper li img{padding-top: 4px;}
    .site_list_cs{top: -10px;right: -38px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .site_list_title{font-size: 20px;line-height: 20px;margin-bottom: 6px;}
    .site_list_wrapper li{font-size: 16px;line-height: 16px;}
    .site_list_wrapper li img{padding-top: 2px;}
    .site_list_cs{width: 160px;top: -7px;right: -18px;}
}
@media screen and (max-width: 767px){
    .site_list_title{font-size: 20px;line-height: 20px;margin-bottom: 30px;}
    .site_list_wrapper li{font-size: 16px;line-height: 16px;}
    .site_list_wrapper li img{padding-top: 2px;}
    .site_list_cs{width: 160px;top: -7px;right: -18px;}
}

/* 학생 서비스 안내 메뉴 틀 */
.sinhak_service_menu{display: inline-block;border: 1px solid #e5e5e5;box-sizing: border-box;background-color: #ffffff;}

@media screen and (min-width: 1241px){
    .sinhak_service_menu{width: 412px;height: 430px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .sinhak_service_menu{width: 100%;height: 150px;}
}
@media screen and (max-width: 767px){
    .sinhak_service_menu{width: 100%;height: 200px;}
}


/* 학생 서비스 안내 메뉴 내부 */

.service_menu_btn {cursor: pointer;}

@media screen and (min-width: 1241px){
    .service_menu_btn{width: 50%;height: 50%;float: left;box-sizing: border-box;text-align: center;}
    .sinhak_service_menu > div.service_menu_btn:nth-child(1){border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
    .sinhak_service_menu > div.service_menu_btn:nth-child(2){border-bottom: 1px solid #e5e5e5;}
    .sinhak_service_menu > div.service_menu_btn:nth-child(3){border-right: 1px solid #e5e5e5;}
    .service_menu_btn img{width: 60px;height: 60px;margin: 61px 0px 14px;}
    .service_menu_btn p{font-size: 16px;line-height: 16px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .service_menu_btn{width: 25%;height: 100%;float: left;box-sizing: border-box;text-align: center;}
    .sinhak_service_menu > div.service_menu_btn{border-right: 1px solid #e5e5e5;}
    .sinhak_service_menu > div.service_menu_btn:last-child{border: none;}
    .service_menu_btn img{width: 40px;height: 40px;margin: 40px 0px 10px;}
    .service_menu_btn p{font-size: 14px;line-height: 14px;}
}
@media screen and (max-width: 767px){
    .service_menu_btn{width: 50%;height: 50%;float: left;box-sizing: border-box;text-align: center;}
    .sinhak_service_menu > div.service_menu_btn:nth-child(1){border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
    .sinhak_service_menu > div.service_menu_btn:nth-child(2){border-bottom: 1px solid #e5e5e5;}
    .sinhak_service_menu > div.service_menu_btn:nth-child(3){border-right: 1px solid #e5e5e5;}
    .service_menu_btn img{width: 30px;height: 30px;margin: 20px 0px 8px;}
    .service_menu_btn p{font-size: 14px;line-height: 14px;}
}

/* 퀵메뉴 */
.sinhak_quick {position: absolute;box-sizing: border-box;width: 100%;}
.sinhak_quick .quick_wrapper {box-sizing: border-box;}
.sinhak_quick .quick_wrapper .quick_item {display: inline-block;border-radius: 100%;cursor: pointer;}
.sinhak_quick .quick_item_title {font-family: notokr-regular, san-serif;color: white;line-height: 1;}

@media screen and (min-width: 1241px){
    .sinhak_quick {margin-top: -295px;}
    .sinhak_quick .quick_wrapper {width: 1240px;height: 210px;margin: 0 auto;text-align: center;padding: 30px 0px;}
    .sinhak_quick .quick_wrapper .quick_item {position: relative;display: inline-block;width: 148px;height: 148px;animation-name: quick_glow;animation-duration: 0.7s;animation-timing-function: cubic-bezier(0,0.5,0.5,1);}
    @keyframes quick_glow { 0% { background: #013a86; } 100% { background: transparent; } } @keyframes quick_hover { 0% { background: transparent; } 100% { background: #013a86; } } .sinhak_quick .quick_wrapper .quick_item:hover {background: #013a86;animation-name: quick_hover;animation-duration: 0.3s;animation-timing-function: cubic-bezier(0,0.5,0.5,1);}
    .sinhak_quick .quick_wrapper .quick_item:not(:last-child) {margin-right: 58px;}
    .sinhak_quick .quick_item_image {position: absolute;top: 10px; /*margin: 0 auto;*/width: 80px;left: calc(50% - 40px);}
    .sinhak_quick .quick_item_title {position: absolute;bottom: 27px;width: 100%;font-size: 16px;letter-spacing: -0.32px;}

}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .sinhak_quick {margin-top: -190px;padding: 0px 30px;height: 140px;}
    .sinhak_quick .quick_wrapper {width: 100%;padding: 37px 0px;margin: 0 auto;text-align: center;}
    .sinhak_quick .quick_wrapper .quick_item {display: inline-block;}
    .sinhak_quick .quick_wrapper .quick_item {position: relative;display: inline-block;}
    .sinhak_quick .quick_wrapper .quick_item:not(:last-child) {margin-right: 6.25vw;}
    .sinhak_quick .quick_item_image {width: 40px;}
    .sinhak_quick .quick_item_title {font-size: 14px;letter-spacing: -0.28px;}
}
@media screen and (max-width: 767px){
    .sinhak_quick {margin-top: -150px;padding: 0px 20px;width: 100%;height: 60px;}
    .sinhak_quick .quick_wrapper {position: relative;width: 180px;height: 60px;margin: 0 auto;text-align: center;overflow-x: hidden;overflow-y: hidden;z-index: 2;}
    .quick_slide_block { /* 비현싷적인 너비로 조정 */width: calc(100px * 100 - 20px);height: 60px;}
    .quick_controller {box-sizing: border-box;position: absolute;width: 100%;padding: 15px 40px 0px 40px;left: 0;z-index: 1;}
    .quick_controller .slide_btn {cursor: pointer;width: 8px;}
    .quick_controller .btn_prev {float: left;}
    .quick_controller .btn_next {float: right;}
    .sinhak_quick .quick_wrapper .quick_item {float: left;width: 80px;height: 60px;}
    .sinhak_quick .quick_wrapper .quick_item:not(:last-child){margin-right: 20px;}
    .sinhak_quick .quick_item_image {width: 40px;}
    .sinhak_quick .quick_item_title {font-size: 14px;letter-spacing: -0.28px;}
}


/* 신대원 뉴스 */
.sinhak_news_wrapper{background: linear-gradient(180deg, #ffffff 36%, #f8f8f8 0%);}
.sinhak_news_box{cursor: pointer; outline: none;}
.sinhak_news_img {background-color: #333333;background-size: cover !important;background-position: center !important;background-repeat: no-repeat;}
.sinhak_news_title{font-family: 'notokr-medium', Sans-Serif;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sinhak_news_day{color: #707070;}
.sinhak_main_title{font-family: 'notokr-medium', Sans-Serif;text-align: center;}
@media screen and (min-width: 1240px){
    .sinhak_news_wrapper{height: 500px;}
    .sinhak_news_wrapper{margin-bottom: 100px;}
    .sinhak_news_box{float: left;width: 393px;margin-right: 30px;}
    .sinhak_box_wrapper > div:last-child{margin-right: 0px;}
    .sinhak_news_img{width: 393px;height: 220px;background-color: #333333;}
    .sinhak_news_title{font-size: 24px;line-height: 36px;margin-top: 34px;letter-spacing: -0.48px;}
    .sinhak_news_day{font-size: 16px;line-height: 16px;letter-spacing: -0.32px;margin-top: 34px;}
    .sinhak_main_title{font-size: 32px;line-height: 32px;letter-spacing: -0.64px;margin-bottom: 40px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .sinhak_news_wrapper{height: 470px;margin-bottom: 50px;}
    .sinhak_box_wrapper{display: inline-block;}
    .sinhak_news_box{width: calc(50vw - 10px);float: left;margin-right: 20px;}
    .sinhak_box_wrapper > div:nth-child(2){margin-right: 0px;}
    .sinhak_box_wrapper > div:last-child{display: none;}
    .sinhak_news_img{width: 100%;height: 220px;background-color: #333333;}
    .sinhak_news_title{font-size: 20px;line-height: 30px;margin-top: 25px;letter-spacing: -0.48px;}
    .sinhak_news_day{font-size: 14px;line-height: 14px;letter-spacing: -0.28px;margin-top: 25px;}
    .sinhak_main_title{font-size: 28px;line-height: 28px;letter-spacing: -0.56px;margin-bottom: 30px;}
}
@media screen and (max-width: 767px){
    .sinhak_news_wrapper{height: 470px;margin-bottom: 50px;}
    .sinhak_box_wrapper{display: inline-block;}
    .sinhak_news_box{width: calc(100vw - 40px);margin-right: 20px;}
    .sinhak_box_wrapper > div:not(:first-child){display: none;}
    .sinhak_news_img{width: 100%;height: 220px;background-color: #333333;}
    .sinhak_news_title{font-size: 20px;line-height: 30px;margin-top: 25px;letter-spacing: -0.48px;}
    .sinhak_news_day{font-size: 14px;line-height: 14px;letter-spacing: -0.28px;margin-top: 25px;}
    .sinhak_main_title{font-size: 24px;line-height: 24px;letter-spacing: -0.56px;margin-bottom: 30px;}
}


/* 슬라이드 버튼 */

@media screen and (min-width: 1240px){
    .sinhak_news_wrapper .slick-dots { display: none; }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .sinhak_news_wrapper .slick-dots {display: block;font-size: 0;line-height: 8px;width: calc(100vw - 60px);text-align: center;}
    .sinhak_news_wrapper .slick-dots li{display: inline-block;width: 8px;height: 8px;}
    .sinhak_news_wrapper .slick-dots li:not(:last-child){margin-right: 8px;}
    .sinhak_news_wrapper .slick-dots li button{font-size: 0;border: none;border-radius: 100%;background-color: #e5e5e5;width: 8px;height: 8px;display: block;padding: 0;}
    .sinhak_news_wrapper .slick-dots li.slick-active button{background-color: #8d002a;}
}
@media screen and (max-width: 767px){
    .sinhak_news_wrapper .slick-dots {display: block;font-size: 0;line-height: 8px;width: calc(100vw - 60px);text-align: center;transform: translateY(20px);}
    .sinhak_news_wrapper .slick-dots li{display: inline-block;width: 8px;height: 8px;}
    .sinhak_news_wrapper .slick-dots li:not(:last-child){margin-right: 8px;}
    .sinhak_news_wrapper .slick-dots li button{font-size: 0;border: none;border-radius: 100%;background-color: #e5e5e5;width: 8px;height: 8px;display: block;padding: 0;}
    .sinhak_news_wrapper .slick-dots li.slick-active button{background-color: #8d002a;}
}
