@charset "UTF-8";
.div-table,
.ul-table{
	display:table;
}

.div-table > *,
.ul-table > *{
	display:table-cell;
}

.pull-over{overflow:hidden}
.pull-left{float:left}
.pull-right{float:right}
.main_wrap {
    width: 100%;
    position: relative;
}
.main_wrap .tab_menu {
    width: 100%;
    overflow: hidden;
}
.main_wrap .tab_menu li {
    float: left;
    width: 24.25%;
    margin-right: 1%;
}
.main_wrap .tab_menu li:last-child {
    margin-right: 0 !important;
}
.main_wrap .main_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.main_banner_wrap {
    width: 100%;
    height: 363px;
    overflow: hidden;
    position: relative;
}
.main_banner_wrap .main_swiper_wrap {
    width: 100%;
    height: 100%;
}
.main_banner_wrap .main_swiper_wrap li {
    height: 100%;
}
.main_banner_wrap .main_swiper_wrap li .main_inner {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 67px 105px 0;
}
.main_banner_wrap .main_swiper_wrap li span,
.main_banner_wrap .main_swiper_wrap li i {
    font-size: 21px;
    display: inline-block;
    margin-bottom: 12px;
    font-style: normal;
    font-family: 'noto2';
}
.main_banner_wrap .main_swiper_wrap li i b {
    display: block;
    font-family: 'noto3';
    margin: 5px 0 0 0;
}
.main_banner_wrap .main_swiper_wrap li h1 {
    font-size: 40px;
    font-family: 'noto6';
    font-weight: 100;
    line-height: 43px;
    margin: 0 0 15px;
}
.main_banner_wrap .main_swiper_wrap li p {
    font-size: 18px;
    line-height: 130%;
}
.main_banner_wrap .main_swiper_wrap li a.apply_link {
    display: block;
    width: 133px;
    height: 44px;
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    /* margin:39px 0 0; */
    margin: 19px 0 0;
    background: rgba(0, 0, 0, 0.1);
}
.main_banner_wrap .main_swiper_wrap li a.apply_link:hover {
    background: #222222;
    color: #fff;
}
.main_banner_wrap .main_swiper_wrap li .main_inner .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 36px;
    left: 62%;
    width: 252px;
    height: 252px;
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/top_bullet_bg.png') center no-repeat;
}
.main_banner_wrap .main_swiper_wrap li .main_inner .bullet p {
    margin: -15px 0 0 -20px;
    font-family: 'market-b';
    font-size: 30px;
    letter-spacing: -0.065em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}
.main_banner_wrap .main_swiper_wrap li.banner3 .main_inner .bullet p {
    margin: 0 0 0 -20px;
}
.main_banner_wrap .main_swiper_wrap li.banner {
    background: #c5d4ff;
    position: relative;
}
.main_banner_wrap .main_swiper_wrap li.banner2 {
    background: #ffeccc;
}
/* .main_banner_wrap .main_swiper_wrap li.banner1 .main_inner {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/top_bullet_2.png') 83% 36px no-repeat #c5d4ff;
}
.main_banner_wrap .main_swiper_wrap li.banner2 .main_inner {
    padding: 67px 0 0 105px;
    background: url('/_skin/tpl_skin/basic_big_data/images/main/top_bullet.png') no-repeat 83% 36px;
}
.main_banner_wrap .main_swiper_wrap li.banner3 .main_inner {
    padding: 67px 0 0 105px;
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/top_bullet_3.png') no-repeat 83% 36px;
} */
.main_swiper_wrap .swiper-button-next,
.main_swiper_wrap .swiper-button-prev {
    width: 32px;
    height: 55px;
    top: calc(50% - 27.5px);
}
.main_swiper_wrap .swiper-button-next {
    right: calc(50% - 500px);
    background: url('/_skin/tpl_skin/common_images/arrow_right.png') center no-repeat;
}
.main_swiper_wrap .swiper-button-prev {
    left: calc(50% - 500px);
    background: url('/_skin/tpl_skin/common_images/arrow_left.png') center no-repeat;
}
.main_swiper_wrap .swiper-button-next:hover {
    background: url('/_skin/tpl_skin/common_images/arrow_right-over.png') center no-repeat;
}
.main_swiper_wrap .swiper-button-prev:hover {
    background: url('/_skin/tpl_skin/common_images/arrow_left_over.png') center no-repeat;
}
.main_banner_wrap .main_swiper_wrap li.banner1 .main_inner {
    padding: 67px 0 0 105px;
}
.main_banner_wrap .main_swiper_wrap li.banner1 .icon_area {
    overflow: hidden;
    width: 409px;
    position: absolute;
    right: 50px;
    top: 100px;
}
.main_banner_wrap .main_swiper_wrap li.banner1 .icon_area li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.main_banner_wrap .main_swiper_wrap li.banner1 .icon_area li:first-child:after {
    position: absolute;
    right: -9px;
    top: 25px;
    /* height:100%; */
    content: '+';
    display: block;
    font-size: 26px;
    font-weight: 900;
    transform: rotate(45deg);
}
.main_banner_wrap .main_swiper_wrap li.banner1 .icon_area li p {
    margin: 14px 0 0;
    font-size: 19px;
    line-height: 140%;
}
.btn_box {
    position: absolute;
    bottom: 0;
    left: calc(50% - 500px);
    z-index: 9;
    width: 1000px;
    height: 46px;
}
.btn_box ul {
    width: 100%;
    height: 100%;
    display: table;
}
.btn_box ul li {
    width: 33.333%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    color: #000;
    border-radius: 0;
    opacity: 0.4;
}
.btn_box ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    line-height: 46px;
    font-size: 17px;
}
.btn_box ul li.swiper-pagination-bullet-active {
    background: hsl(177deg 67% 15% / 30%);
    font-family: 'noto5';
    color: #fff;
    opacity: 1;
}
/* 띠 베너 -- S*/
.banner_line {
    background: #495970;
    margin-top: 60px;
    height: 75px;
}
.banner_line .main_inner {
    height: 100%;
    background: url('/_skin/tpl_skin/common_images/review_bn.png') center no-repeat;
}
.banner_line .main_inner a {
    display: block;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
/* 띠 베너 -- E */
/* 학습자료 -- S */
.study_support_wrap {
    padding: 53px 0;
}
.study_support_wrap .exam_list .exam_info {
    width: 100%;
    margin: 21px auto;
    padding: 25px 0;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.study_support_wrap .exam_list .exam_info li {
    width: 16.5%;
    text-align: center;
    position: relative;
}
.study_support_wrap .exam_list .exam_info li:first-child {
    width: 12.5%;
    padding-right: 3.1%;
}
.study_support_wrap .exam_list .exam_info li p:not(.icon_bg) {
    font-size: 17px;
    font-weight: 400;
}
.study_support_wrap .exam_list .exam_info li .icon_bg {
    width: 76px;
    height: 76px;
    margin: 0 auto 8px;
    line-height: 76px;
    border-radius: 50%;
    background: #fff;
}
.study_support_wrap .exam_list .exam_info li:hover p:not(.icon_bg) {
    font-weight: 900;
    letter-spacing: -1px;
}
.study_support_wrap .exam_list .exam_info li:hover .icon_bg {
    background: #f3f3f3;
}
.study_support_wrap .exam_info2 {
    display: table;
    width: 1000px;
    margin: 0 auto;
}
.study_support_wrap .exam_info2 li {
    width: 480px;
    text-align: left;
}
.study_support_wrap .exam_info2 li:first-child {
    width: 520px;
    padding-right: 20px;
    box-sizing: border-box;
}
.study_support_wrap .exam_info2 li:first-child a {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/icon1.png') 86% 74% no-repeat;
}
.study_support_wrap .exam_info2 li:last-child a {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/icon2.png') 86% 74% no-repeat;
}
.study_support_wrap .exam_info2 li a {
    display: inline-block;
    width: 490px;
    height: 100%;
    padding: 30px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.study_support_wrap .exam_info2 li a:hover {
    border: 1px solid #000;
}
.study_support_wrap .exam_info2 li a p {
    margin: 0 0 9px;
    line-height: 34px;
    font-size: 19px;
    font-weight: 400;
}
.study_support_wrap .exam_info2 li a p b {
    font-size: 26px;
    font-weight: 900;
    font-family: 'noto6';
}
.study_support_wrap .exam_info2 li a span {
    display: block;
    margin: 0 0 16px;
    line-height: 25px;
    font-size: 17px;
    font-weight: 100;
}
.study_support_wrap .exam_info2 li a i {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #6585ec;
}
.study_support_wrap .exam_info2 li a:hover i {
    font-weight: 900;
}
.study_support_wrap .exam_info2 li a i:after {
    position: absolute;
    right: -45px;
    top: 0;
    display: block;
    width: 35px;
    height: 100%;
    content: '';
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/icon_arrow.png') center top no-repeat;
}
/*Ã«ÂÂ Ã«Â°Â°Ã«â€žË†*/
/*.banner_line{*/
/*	background:#111298;*/
/*	margin-top:60px;*/
/*	height:75px;*/
/*}*/
/*.banner_line .main_inner{*/
/*	height:100%;*/
/*	background:url('/_skin/tpl_skin/basic_big_data/images/main/con1.png') center no-repeat;*/
/*}*/
/*.banner_line .main_inner a{*/
/*	width:1000px;*/
/*	margin:0 auto;*/
/*	display:block;*/
/*	height:100%;*/
/*}*/
/*ÃªÂ³Â ÃªÂ°ÂÃ¬Â§â‚¬Ã¬â€ºÂ*/
.main_wrap .cs_wrap {
    background: #ececec;
    padding: 60px 0 65px;
    text-align: center;
}
.main_wrap .cs_wrap .wrap_title {
    font-size: 17px;
    height: auto;
    line-height: 25px;
}
.main_wrap .cs_wrap .wrap_title b {
    display: block;
    font-size: 21px;
    font-family: 'noto6';
    margin-top: 5px;
}
.main_wrap .cs_wrap .tab_menu {
    margin: 41px 0 10px;
}
.main_wrap .cs_wrap .tab_menu li a {
    background: #fff;
    display: block;
    padding: 20px 0;
    font-family: 'noto6';
    font-size: 16px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.main_wrap .cs_wrap .tab_menu li a:hover {
    border: 1px solid #000;
}
.main_wrap .bbs_wrap {
    overflow: Hidden;
    width: 100%;
}
.main_wrap .bbs_wrap > li {
    float: left;
    width: 49.5%;
    margin-right: 1%;
    padding: 16px 10px 16px 30px;
    box-sizing: border-box;
    background: #fff;
}
.main_wrap .bbs_wrap li:last-child {
    margin-right: 0;
}

.main_wrap .bbs_wrap .bbs_title {
    float: left;
    text-align: left;
    margin-right: 54px;
    font-family: 'noto6';
}
.main_wrap .bbs_wrap .bbs_title a {
    width: 49px;
    height: 17px;
    display: block;
    font-size: 10px !important;
    letter-spacing: -0.7px;
    color: #585858;
    line-height: 14px;
    padding: 0 0 0 7px;
    margin-top: 6px;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    font-family: 'noto3';
    /* background:url('/_skin/tpl_skin/common_images/icon_plus.png')36px center no-repeat */
}
.main_wrap .bbs_wrap .bbs_title a:hover {
    border: 1px solid #000;
}

.main_wrap .bbs_wrap .bbs_list {
    text-align: left;
    float: left;
    font-size: 13px;
    width: 67%;
}
.main_wrap .bbs_wrap .bbs_list > li a {
    display: block;
    width: auto;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main_wrap .bbs_wrap .bbs_list > li a:hover {
    /*border-bottom:1px solid #a3a3a3*/
    text-decoration: underline;
}

.wrap_title {
    margin-bottom: 39px;
    font-family: 'noto6';
    font-weight: 100;
    font-size: 30px;
    line-height: 40px;
}
.wrap_title .arrow_icon {
    width: 83px;
    height: 16px;
    background: url('/_skin/tpl_skin/basic_repair_machine/main/arrow.png') center no-repeat;
    display: inline-block;
    margin-left: 10px;
}
.wrap_title b {
    font-weight: 900;
}
/*í•™ìŠµìžë£Œì‹¤*/
.study_data {
    padding: 60px 0 45px;
}
.study_data .ul-table {
    width: 100%;
}
.study_data .ul-table li {
    width: 25%;
    height: 239px;
    padding: 5px;
    box-sizing: border-box;
}
.study_data .ul-table li a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 2px solid #b7b7b7;
    box-sizing: border-box;
    padding-top: 30px;
}
.study_data .ul-table li a i {
    font-size: 14px;
    display: block;
    margin: 0 auto 0;
    font-style: normal;
    color: #494949;
}
.study_data .ul-table li a img {
    margin: 20px auto 23px;
}
.study_data .ul-table li a p {
    font-size: 21px;
    font-family: 'noto6';
    letter-spacing: -0.5px;
}
.study_data .ul-table li a span.btn_icon {
    display: block;
    width: 89px;
    height: 26px;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: -0.7px;
    border-radius: 5px;
    border: 1px solid #9ca0ac;
    font-family: 'noto2';
}
.study_data .ul-table li a:hover {
    border: 2px solid #4d5a7c;
    box-sizing: border-box;
}
.study_data .ul-table li a:hover span.btn_icon {
    background: #4d5a7c;
    color: #fff;
}
/*Ã«Ââ€žÃ¬â€žÅ“*/
.main_book_wrap {
    padding: 45px 0 60px;
    font-family: 'Nanum Square';
}
.main_book_wrap .main_inner {
    height: 505px;
    background: url('/_skin/tpl_skin/basic_big_data/images/main/book.png') left bottom no-repeat;
}
.main_book_wrap .book_intro {
    width: auto;
    margin: 20px 0 0 0;
    padding: 0 0 0 50px;
}
.main_book_wrap .book_intro h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 130%;
}
.main_book_wrap .book_intro h1 b {
    font-size: 40px;
    font-weight: 900;
}
.main_book_wrap .book_intro p {
    font-size: 20px;
    line-height: 30px;
    margin: 32px 0 23px;
    font-weight: 100;
}
.main_book_wrap .book_intro span {
    font-size: 20px;
    line-height: 32px;
    display: block;
    font-family: 'nanum square';
    font-weight: 400;
    margin: 30px 0;
}

.main_book_wrap .book_intro a,
.main_teacher_wrap .teacher_intro a {
    display: block;
    width: 125px;
    height: 35px;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    color: #7c7c7c;
    font-weight: 100;
}
.main_book_wrap .book_intro a:hover,
.main_teacher_wrap .teacher_intro a:hover {
    border: 1px solid #4d5a7c;
    background: #4d5a7c;
    color: #fff;
}
.main_book_wrap .popupVideo.type2 {
    left: calc(50% - 210px);
    bottom: -4px;
}

/*Ã¬â€žÂ Ã¬Æ’ÂÃ«â€¹Ëœ*/
.main_teacher_wrap {
    background: #fcf3e7;
    height: auto;
    box-sizing: border-box;
}
.main_teacher_wrap .main_inner {
    background: url('/_skin/tpl_skin/basic_big_data/images/main/teacher.png') 100% 50px no-repeat #fcf3e7;
    padding: 75px 0 70px;
    box-sizing: border-box;
}
.main_teacher_wrap .wrap_title {
    font-size: 30px;
    line-height: 150%;
}
.main_teacher_wrap .wrap_title b {
    font-size: 40px;
    font-weight: 900;
}
.main_teacher_wrap .teacher_intro {
    padding-top: 0px;
}
.main_teacher_wrap .teacher_intro h1 {
    font-size: 33px;
    font-family: 'noto6';
    font-weight: 100;
    line-height: 130%;
}
.main_teacher_wrap .teacher_intro a {
    border: 1px solid #222631;
    color: #222631;
}
.main_teacher_wrap .teacher_intro p {
    font-size: 21px;
    line-height: 30px;
    margin: 50px 0 40px;
    position: relative;
    padding-top: 20px;
    letter-spacing: -0.7px;
    font-family: 'noto2';
}
.main_teacher_wrap .teacher_intro p:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 2px;
    display: block;
    content: '';
    background: #000;
}
.exam_info {
    padding: 70px 0;
    background: #ffffff;
}
.exam_info .ul-table {
    width: 100%;
    margin: 70px auto 0;
}
.exam_info .ul-table li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #d9d9d9;
}
.exam_info .ul-table li:last-child {
    border: none;
}
.exam_info .ul-table li p {
    font-size: 21px;
    font-family: 'noto6';
    margin: 15px auto 10px;
}
.exam_info .ul-table li:nth-of-type(1) p {
    margin: 23px auto 10px 0;
}
.exam_info .ul-table li span {
    font-size: 16px;
}
