
@charset "UTF-8";
.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;
}
/*공통*/
.apply strong {
    font-weight: 100;
    font-family: 'noto6' !important;
}

.apply dl.list-dot dd {
    padding-left: 13px;
    position: relative;
}

.apply dl.list-dot dd:before {
    left: 0;
    position: absolute;
    content: 'ㆍ';
}

.apply {}

.apply .con {
    width: 100%;
    font-family: 'noto3';
    font-weight: 100;
    position: relative;
}

.apply .con .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.apply .con .inner .con_title {
    text-align: left;
    font-size: 33px;
    line-height: 43px;
    color: #000;
}

.apply .con a {
    display: block;
    position: absolute;
}

.apply .div-table {
    display: table;
}

.apply .div-table>* {
    display: table-cell;
    vertical-align: middle;
}

.col-lightgreen {
    color: #c8df28 !important;
}

/*활용기업 대학 자세히 보기 팝업*/
/*event pop*/
.detail_view {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
    font-family: 'noto3', sans-serif;
    display: none;
}

.detail_view .mid {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.detail_view .detail_con {
    background: #fff;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 50px 0;
}

.detail_view .detail_con .tit {
    font-size: 24px;
    line-height: 100%;
    font-family: 'noto5';
    font-weight: 100;
    color: #3c486c;
    position: relative;
    margin: 0 0 45px 0;
    text-align: center;
}

.detail_view .detail_con .tit a {
    font-size: 0;
    background: url('/_skin/tpl_skin/basic_maegyung_new/images/apply/high_score/close.png') no-repeat center center;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    top: -10px;
}

.detail_view .detail_con .tab_wrap {
    width: 100%;
}

.detail_view .detail_con .tab_wrap .tab_list {
    width: 95%;
    margin: 0 auto 25px auto;
    font-size: 0;
}

.detail_view .detail_con .tab_wrap .tab_list li {
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
    vertical-align: top;
    width: 49%;
    margin: 0 0 0 2%;
    box-sizing: border-box;
    background: #949bb2;
    text-align: center;
}

.detail_view .detail_con .tab_wrap .tab_list li:first-child {
    margin: 0;
}

.detail_view .detail_con .tab_wrap .tab_list li a.selected {
    background: #3c486c;
}

.detail_view .detail_con .tab_wrap .tab_list li a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-family: 'noto5';
    line-height: 45px;
}

.detail_view .detail_con .tab_wrap .tab_cont {
    display: none;
    width: 95%;
    margin: 0 auto;
}

.detail_view .detail_con .tab_wrap .tab_cont.selected {
    display: block;
}

.detail_view .detail_con .tab_wrap .top_txt {
    display: table;
    width: 100%;
    border-bottom: 1px #949bb2 solid;
    color: #374758;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
}

.detail_view .detail_con .tab_wrap .top_txt p,
.detail_view .detail_con .tab_wrap .top_txt .circle {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

.detail_view .detail_con .tab_wrap .top_txt p {
    font-size: 20px;
    line-height: 130%;
    padding: 0 0 0 4%;
}

.detail_view .detail_con .tab_wrap .ta1 .top_txt:nth-of-type(2) p {
    font-size: 16px;
    padding: 0 0 0 2%;
    word-break: keep-all;
}

.detail_view .detail_con .tab_wrap .top_txt p span,
.detail_view .detail_con .tab_wrap .top_txt b {
    display: block;
}

.detail_view .detail_con .tab_wrap .top_txt p span {
    font-family: 'spoqa2';
}

.detail_view .detail_con .tab_wrap .top_txt b {
    font-family: 'noto5';
}

.detail_view .detail_con .tab_wrap .top_txt .circle {
    padding: 0 4% 0 0;
}

.detail_view .detail_con .tab_wrap .top_txt .circle ul {
    display: table;
    width: 100%;
}

.detail_view .detail_con .tab_wrap .top_txt .circle li {
    text-align: center;
    display: table-cell;
    width: 33%;
    vertical-align: middle;
}

.detail_view .detail_con .tab_wrap .top_txt .circle li span {
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    width: 120px;
    border: 2px #6348f0 solid;
    padding: 36px 0;
    font-family: 'noto5';
    color: #6348f0;
    font-size: 17px;
    line-height: 140%;
}

.detail_view .detail_con .tab_wrap .top_txt .circle li.line_t span {
    line-height: 120px;
    padding: 0;
    height: 120px;
}

.detail_view .detail_con .tab_wrap .top_txt .circle li:nth-child(2) span {
    background: #6348f0;
    color: #fff;
}

.detail_view .detail_con .tab_wrap .list {
    padding: 20px 0 20px 20px;
    height: 380px;
    box-sizing: border-box;
    overflow-y: auto;
}

.detail_view .detail_con .tab_wrap .list dl {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
    padding-top: 10px;
}

.detail_view .detail_con .tab_wrap .list dl dd {
    flex: 1 1;
    font-size: 0;
    text-align: left;
}

.detail_view .detail_con .tab_wrap .list h2 {
    font-size: 15px;
    text-align: left;
    font-family: 'noto5';
    font-weight: 100;
    width: 95%;
    line-height: 100%;
    margin: 0 0 10px 0;
}

.detail_view .detail_con .tab_wrap .list dl dd p {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 44%;
    box-sizing: border-box;
}

.detail_view .detail_con .tab_wrap .ta2 .list dl dd p {
    width: 100%;
}

.detail_view .detail_con .tab_wrap .list dl dd span {
    display: block;
    text-align: left;
    position: relative;
    padding: 0 0 0 15px;
    font-size: 13px;
    color: #606060;
    word-break: keep-all;
}

.detail_view .detail_con .tab_wrap .list dl dd span:before {
    position: absolute;
    left: 0;
    content: 'ㆍ';
}

.detail_view .detail_con .tab_wrap .list dl dd em {
    display: block;
    font-size: 13px;
    text-align: left;
    line-height: 140%;
    margin: 10px 0 0 0;
    color: #606060;
    word-break: keep-all;
}

/*공통 content*/

/*지원혜택 :S*/
.apply .bene_wrap {
    background: #f5f5f5;
    padding: 91px 0;
}

.apply .bene_wrap .con_title {
    width: 50%;
}

.apply .bene_wrap .bene1 h4 {
    font-size: 20px;
    margin: 8px 0 8px 0;
}

.apply .bene_wrap .bene_list {
    background: #dedede;
    padding: 20px 35px;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 173px;
    margin: 71px auto 0;
}

.apply .bene_wrap .bene_list li {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    height: 144px;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 17px;
    line-height: 20px;
}

.apply .bene_wrap .bene_list li:after {
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    width: 14px;
    height: 14px;
    display: block;
    content: '';
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con6_x.png');
}

.apply .bene_wrap .bene_list li:last-child:after {
    display: none;
}

.apply .bene_wrap .bene_list li strong {
    display: block;
}

.apply .bene_wrap .bene_list li a {
    width: 74px;
    height: 20px;
    color: #fff;
    background: #323232;
    font-size: 12px;
    border-radius: 10px;
    margin: 8px 0 0 57px;
    /*! display: inline-block; */
}

.apply .bene_wrap .bene1 {
    float: right;
    width: 50%;
    height: 105px;
    margin-top: -70px;
    padding-left: 249px;
    box-sizing: border-box;
    text-align: left;
}

.onemore .bene_wrap .bene1 {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_1.png') left center no-repeat;
}

.onemore .bene_wrap .bene_list li:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_2.png') center 10px no-repeat;
}

.onemore .bene_wrap .bene_list li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_3.png') center 10px no-repeat;
}

.onemore .bene_wrap .bene_list li:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_4.png') center 0px no-repeat;
}

.onemore .bene_wrap .bene_list li:nth-child(4) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_5.png') center 10px no-repeat;
}

.onemore .bene_wrap .bene_list li:nth-child(5) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_6.png') center 10px no-repeat;
}

.complete .bene_wrap .bene1 {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_1.png') left center no-repeat;
}

.complete .bene_wrap .bene_list li:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_2.png') center 10px no-repeat;
}

.complete .bene_wrap .bene_list li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_3.png') center 22px no-repeat;
}

.complete .bene_wrap .bene_list li:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_4.png') center 0px no-repeat;
}

.complete .bene_wrap .bene_list li:nth-child(4) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_5.png') center 10px no-repeat;
}

.complete .bene_wrap .bene_list li:nth-child(5) {
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_6.png') center 10px no-repeat;
}

/*고득점 완성반*/
.complete {}

.complete .con .content_title {
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.complete .con .content_title h2 {
    font-size: 30px;
    margin-bottom: 50px;
}

.complete .con1 {
    height: 622px;
    padding-top: 88px;
    box-sizing: border-box;
    background: #dd2428;
}

.complete .con1 .inner:after {
    width: 209px;
    height: 209px;
    display: block;
    content: '';
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/bullet.png') no-repeat center;
    right: 24px;
    top: 18px;
    position: absolute;
}

.complete .con1 .top_plag {
    position: absolute;
    left: 50px;
}

.complete .con2 {
    background: #cfcdc7;
    padding: 78px 0 78px 0;
    font-family: 'noto3';
}

.complete .con2 .inner>p {
    font-size: 15px;
    line-height: 140%;
    overflow: hidden;
    margin: 10px 0 45px 0;
    color: #000;
    text-align: left;
}

.complete .con2 p span {
    display: block;
    font-family: 'spoqa2';
    font-weight: 100;
}

.complete .con2 p a {
    font-size: 14px;
    background: #000;
    color: #fff;
    float: right;
    padding: 5px 15px;
    right: 0;
    top: 143px;
}

.complete .con2 p a:hover {
    font-family: 'noto5';
}

.complete .con2 ul {
    font-size: 0;
}

.complete .con2 ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 24.5%;
    margin: 0 0 0 0.5%;
    padding: 105px 0 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'noto3';
    line-height: 150%;
}

.complete .con2 ul li:first-child {
    margin: 0;
}

.complete .con2 ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto 0;
}

.complete .con2 ul li span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'noto6';
    margin: 0 0 10px 0;
    text-align: center;
}

.complete .con2 ul li p {
    text-align: center;
    color: #393939;
    font-size: 13px;
    margin: 0 0 25px 0;
}

.complete .con2 ul li:nth-child(1) {
    background: #eaeae8 url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con1_1.png') center 35px no-repeat;
}

.complete .con2 ul li:nth-child(2) {
    background: #eaeae8 url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con1_2.png') center 35px no-repeat;
}

.complete .con2 ul li:nth-child(3) {
    background: #eaeae8 url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con1_3.png') center 35px no-repeat;
}

.complete .con2 ul li:nth-child(4) {
    background: #eaeae8 url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con1_4.png') center 35px no-repeat;
}

.complete .line1 {
    background: #48443f;
    color: #fff;
    font-size: 25px;
    padding: 35px 0;
}

.complete .con3 {
    padding-top: 45px;
    background: #ececec;
}

.complete .con3 .inner {
    text-align: left;
    padding: 54px 0 85px;
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con2_teacher.png') right bottom no-repeat;
}

.complete .con3 a {
    width: 101px;
    height: 34px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    left: 476px;
    top: 177px;
}

.complete .con3 a:hover {
    font-family: 'noto5';
}

.complete .con3 .popupVideo {
    position: static;
    height: auto;
}

.complete .con4 {
    background: #d7d0cb;
    overflow: hidden;
}

.complete .con4 .inner {
    text-align: right;
    padding: 91px 0 51px;
    overflow: hidden;
    position: relative;
}

.complete .con4 .popupVideo {
    right: 0;
    bottom: 60px;
    right: 100px;
}

.complete .con4 .inner img:nth-child(1) {
    margin-bottom: 20px;
}

.complete .con4 .pull-left:nth-child(1) {
    margin: 30px 115px 0 128px;
}

.complete .con4 .bullet1 {
    position: absolute;
    left: 656px;
    top: 189px;
}

.complete .con4 a.book_prview {
    width: 109px;
    height: 34px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 34px;
    left: 140px;
    top: 620px;
}

.complete .con4 a.book_prview:hover {
    font-family: 'noto5';
}

.complete .con5 {
    height: 584px;
    background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con4_bg.png') center no-repeat;
}

.complete .con5 .inner {
    padding-top: 80px;
}