
/* 기능 CSS 시작, 여기 부터 스킨 CSS에 포함*/
.btn-apply {display: flex; justify-content: center; align-items: center; min-width: 130px; padding: 12px 20px; border-radius: 5px; font-family:'HG Regular'; font-size: 16px;}
.btn-apply.small {padding: 8px 17px;}
.btn-apply.tiny {display: inline-block; min-width: 50px; padding: 8px 17px; font-size: 14px;}
.btn-apply.color1 {background: #1174ff; color: #fff;}
.btn-apply.color1:hover {background: #0b64e0;}
.btn-apply.color2 {background: #9f9f9f; color: #fff;}
.btn-apply.color2:hover {background: #727272;}
.btn-apply.color3 {background: #00b5ad; color: #fff;}
.btn-apply.color3:hover {background: #018b85;}
.btn-apply.color4 {background: #00429e; color: #fff;}
.btn-apply.color4:hover {background: #003074;}
.btn-apply.color5 {background: #262626; color: #fff;}
.btn-apply.color5:hover {background: #000000;}
.btn-apply.color6 {background: #fff; border: 1px solid #333333; color: #333333;}
.btn-apply.color6:hover {border: 1px solid #003074; color: #003074;}
.btn-apply.color6 i {display: flex; align-items: center;}
.btn-apply.color6 i::before {content: ''; display: inline-block; width: 17px; height: 18px; margin-right: 7px; background: url('../img/ic-btn-home.png') no-repeat center;}
.btn-apply.color7 {background: #fe9019; color: #fff;}
.btn-apply.color7:hover {background: #d4750e;}

/*List*/
.prof-intro-wrap._fnctWrap {line-height:unset;}
.prof-intro-wrap .area-tit {background: #1e273f;padding: 12px 0;font-size: 40px;font-family: 'SBA Bold';color: #fff;text-align: center;margin: 60px 0;}

.func-cate {max-width:1500px;margin:0 auto 50px auto;}

.func-cate .cate-now{display:flex;justify-content:flex-start; flex-wrap:wrap;width: 100%;;padding: 22px 45px 2px;border:1px solid #1265d3;border-radius: 5px;}
.func-cate .cate-now > li{margin-right: 55px;margin-bottom: 20px;}
.func-cate .cate-now > li > a{position: relative;color:#707070;font-family:'HG Medium';font-size:17px;line-height:1.2;padding: 10px 5px;position:relative;transition: .3s;}
.func-cate .cate-now > li > a::before {content: '';position: absolute;left: 0;bottom: 5px;width: 0;height: 1px;background: #1174ff;transition: .3s;}
.func-cate .cate-now > li > a::after {content: '';display: none;position: absolute;top: 2px;left: 50%;width: 10px;height: 6px;margin-left: -5px;background: url('../img/ic-tab.png') no-repeat center;}
.func-cate .cate-now > li > a[target="_blank"]::after {content:''; width:24px; height:24px; display:inline-block; background:url('../../images/common/target_blank.svg') no-repeat center; margin-left:6px;}
.func-cate .cate-now > li > a[target="_blank"]:hover::after {background:url('../../images/common/target_blank_on.svg') no-repeat center;}
.func-cate .cate-now > li:hover > a,
.func-cate .cate-now > li.active > a {color: #1174ff;}
.func-cate .cate-now > li.active > a::after {display: block;}
.func-cate .cate-now > li:hover > a::before {width: 100%;}
.func-cate .mobile-tab {display: none;}

@media(max-width: 768px) {
    .func-cate .cate-now {padding: 22px 30px 2px;}
    .func-cate .cate-now > li {width: calc(100% / 4);margin-right: 0;text-align: center;}
}

.prof-intro-wrap .prof-list > ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.prof-intro-wrap .prof-list .flex-wrap {display: flex;align-items: flex-start;padding: 30px}
.prof-intro-wrap .prof-list > ul > li {width: calc(50% - 20px);margin-bottom: 40px;border: 1px solid #ccc;background: url('../img/list_bg.png') no-repeat right -50px top -10px;}
.prof-intro-wrap .prof-list .img-box {margin-right: 40px;border: 1px solid #ccc;border-radius: 5px;overflow: hidden; width:180px; height:225px; flex-shrink: 0;}
.prof-intro-wrap .prof-list .img-box img {width: 100%;height: 100%;object-fit: cover;}
.prof-intro-wrap .prof-list .text-box {padding-top: 22px;}
.prof-intro-wrap .prof-list .name-wrap {display: flex;align-items: flex-end;margin-bottom: 16px;}
.prof-intro-wrap .prof-list .name {margin-right: 8px;font-size: 24px;color: #111;font-family: 'SBA Medium';line-height: 1;}
.prof-intro-wrap .prof-list .eng {font-size: 12px;color: #9a9a9a; text-transform: uppercase; font-family: "SBA Medium";}
.prof-intro-wrap .prof-list .detail > dl {display: flex;margin-bottom: 8px;}
.prof-intro-wrap .prof-list .detail > dl:last-child {margin-bottom: 0;}
.prof-intro-wrap .prof-list .detail dt  {position: relative;display: block;min-width: 150px;padding-left: 14px;font-size: 14px;font-family: 'HG Regular';color: #0066b3;}
.prof-intro-wrap .prof-list .detail dt::before {content: '';position: absolute;left: 0;top: 9px;width: 4px;height: 4px;background: #696a6d;border-radius: 50%;}
.prof-intro-wrap .prof-list .detail dd {font-size: 14px;font-family: 'HG Regular';color: #555;word-break: break-all;}

.prof-intro-wrap .prof-list .util {display: flex;justify-content: center;align-items: center;width: 100%;padding: 20px;background: #f5f6f8;}
.prof-intro-wrap .prof-list .util > ul {display: flex;align-items: center;}
.prof-intro-wrap .prof-list .util a {display: block;margin-right: 10px;transition: .25s;}
.prof-intro-wrap .prof-list .util li:last-child a{margin-right: 0;}
.prof-intro-wrap .prof-list .detail-btn {width: 100px;text-align: center;padding: 6px;border-radius: 5px;font-size: 14px;color: #404040;font-family: 'HG Regular';background: #fff;border: 1px solid #ccc;}
.prof-intro-wrap .prof-list .mail-btn {background: #1174ff url("../img/ic-mail.png") no-repeat center;width: 35px;height: 35px;border-radius: 5px;text-indent: -9999px;}
.prof-intro-wrap .prof-list .home-btn {background: #00b5ad url("../img/ic-home.png") no-repeat center;width: 35px;height: 35px;border-radius: 5px;text-indent: -9999px;}
.prof-intro-wrap .prof-list .scholar-btn {background: #042E6F url("../img/ic-scholar.png") no-repeat center;width: 35px;height: 35px;border-radius: 5px;text-indent: -9999px;}
.prof-intro-wrap .prof-list .detail-btn:hover {background: #ccc;color: #fff}
.prof-intro-wrap .prof-list .mail-btn:hover {background-color: #388bff;}
.prof-intro-wrap .prof-list .home-btn:hover {background-color: #0ec4bb;}
.prof-intro-wrap .prof-list .scholar-btn:hover {background-color: #2b5596;}

@media(max-width: 1250px) {
    .prof-intro-wrap .prof-list {flex-direction: column;}
    .prof-intro-wrap .prof-list .detail > dl {width: 100%;}
}
@media(max-width: 650px) {
    .prof-intro-wrap .prof-list > ul > li{width: calc(50% - 5px); margin-bottom: 10px;}
    .prof-intro-wrap .prof-list .flex-wrap,
    .prof-intro-wrap .prof-list .name-wrap{flex-direction: column;}
    .prof-intro-wrap .prof-list .name-wrap{align-items: start;}
    .prof-intro-wrap .prof-list .eng{margin-top: 5px;}
    .prof-intro-wrap .prof-list .img-box {margin: 0 auto; width: 100%; height: 195px;}
    .prof-intro-wrap .prof-list .text-box {margin: 0; padding-top: 43px;}
    .prof-intro-wrap .prof-list .detail > dl{flex-direction: column;}
    .prof-intro-wrap .prof-list .detail dd{margin-top: 5px;} 
}

/*View*/
.prof-intro-wrap .detail{min-height: 157px;}
.prof-intro-wrap .detail > .tit {display: block;position: relative;margin-bottom: 20px;font-size: 26px;font-family: 'SBA Medium';color: #0067b3;}
.prof-intro-wrap .detail > .tit::before {content: '';position: absolute;left: 0;top: -20px;width: 19px;height: 12px;background: url('../img/ic-tit.png') no-repeat center;}
.prof-intro-wrap .detail .box1 {display: flex;align-items: flex-start;width: 100%;padding: 30px 60px 40px 30px;border-top: 2px solid #0066b3;border-bottom: 1px solid #666;background: url('../img/detail_bg.png') no-repeat right -70px bottom;}
.prof-intro-wrap .detail .box1 .img-box {margin-right: 40px;border: 1px solid #ccc;border-radius: 5px;overflow: hidden; width:180px; height:255px;}
.prof-intro-wrap .detail .box1 .img-box img {width:100%; height:100%; object-fit: cover;}
.prof-intro-wrap .detail .box1 .txt-box {padding-top: 14px;flex: 1;}
.prof-intro-wrap .detail .box1 .name-wrap {position: relative;display: flex;justify-content: space-between;align-items: flex-end;padding-left: 30px;margin-bottom: 30px;}
.prof-intro-wrap .detail .box1 .name-wrap::before {content: '';position: absolute;left: 0;bottom: -15px;;width: 100%;height: 1px;background: #e2e9ec;}
.prof-intro-wrap .detail .box1 .name-wrap > div {display: flex;align-items: flex-end;padding-right: 20px;}
.prof-intro-wrap .detail .box1 .name {margin-right: 8px;font-size: 24px;color: #111;font-family: 'SBA Medium';line-height: 1;}
.prof-intro-wrap .detail .box1 .eng {font-size: 12px;color: #9a9a9a; text-transform: uppercase; font-family: "SBA Medium";}
.prof-intro-wrap .detail .box1 .name-wrap > div a{margin-right: 10px;}
.prof-intro-wrap .detail .box1 .name-wrap > div a:last-child{margin-right: 0;}
.prof-intro-wrap .detail .box1 .mail-btn {background: #1174ff url("../img/ic-mail.png") no-repeat center;width: 35px;height: 35px;border-radius: 5px;text-indent: -9999px;}
.prof-intro-wrap .detail .box1 .home-btn {background: #00b5ad url("../img/ic-home.png") no-repeat center;width: 35px;height: 35px;border-radius: 5px;text-indent: -9999px;}
.prof-intro-wrap .detail .box1 .scholar-btn {background: #042E6F url("../img/ic-scholar.png") no-repeat center;width: 35px;height: 35px;border-radius: 5px;text-indent: -9999px;}
.prof-intro-wrap .detail .box1 .mail-btn:hover {background-color: #388bff;}
.prof-intro-wrap .detail .box1 .home-btn:hover {background-color: #0ec4bb;}
.prof-intro-wrap .detail .box1 .scholar-btn:hover {background-color: #2b5596;}
.prof-intro-wrap .detail .box1 .list {padding-left: 30px;}
.prof-intro-wrap .detail .box1 .list > li {display: flex;margin-bottom: 8px;}
.prof-intro-wrap .detail .box1 .list > li:last-child {margin-bottom: 0;}
.prof-intro-wrap .detail .box1 .list em  {position: relative;display: block;min-width: 150px;max-width: 150px;padding-left: 14px;font-size: 14px;font-family: 'HG Regular';color: #0066b3;}
.prof-intro-wrap .detail .box1 .list em::before {content: '';position: absolute;left: 0;top: 8px;width: 4px;height: 4px;background: #696a6d;border-radius: 50%;}
.prof-intro-wrap .detail .box1 .list i {font-size: 14px;font-family: 'HG Regular';color: #555;;}

.prof-intro-wrap .detail .box2 {padding-top: 50px;}
.prof-intro-wrap .detail .box2 .tit {position: relative;display: flex;align-items: flex-end;margin-bottom: 30px;padding-left: 20px;}
.prof-intro-wrap .detail .box2 .tit::before {content: '';position: absolute;left: 0;top: 0;width: 6px;height: 16px;background: #042e6f;border-radius: 3px;}
.prof-intro-wrap .detail .box2 .tit strong {margin-right: 10px;font-size: 22px;color: #042e6f;font-family: 'SBA Medium';line-height: 1;}
.prof-intro-wrap .detail .box2 .tit span {font-size: 12px;color: #042e6f;font-family: "SBA Medium";}
.prof-intro-wrap .detail .box2 .list > li {display: flex;align-items: flex-start;margin-bottom: 35px;}
.prof-intro-wrap .detail .box2 .list span {display: block;flex-shrink: 0;margin-right: 30px;font-size: 17px;color: #333;font-family: 'HG Medium';}
.prof-intro-wrap .detail .box2 .list em {margin-bottom: 7px;display: block;font-size: 17px;color: #4281be;font-family: 'HG Medium';}
.prof-intro-wrap .detail .box2 .list i {position: relative;padding-left: 27px;font-family: 'HG Regular';font-size: 17px;color: #555;}
.prof-intro-wrap .detail .box2 .list i::before {content: '';position: absolute;left: 10px;top: 3px;width: 8px;height: 8px;background: url('../img/list-dot.png') no-repeat center;}

@media(max-width: 768px) {
    .prof-intro-wrap .detail .box1 {padding: 30px 30px 40px 30px;}
    .prof-intro-wrap .detail .box1 .img-box {margin-right: 30px;}
}

@media(max-width: 650px) {
    .prof-intro-wrap .detail > .tit {font-size: 23px;}
    .prof-intro-wrap .detail > .tit::before {top: -17px}
    .prof-intro-wrap .detail > .tit {margin-bottom: 15px;}
    .prof-intro-wrap .detail .box1 {flex-direction: column;align-items: center;}
    .prof-intro-wrap .detail .box1 .img-box {margin: 0 auto;}
    .prof-intro-wrap .detail .box1 .txt-box  {padding-top: 20px; width: 100%;}
    .prof-intro-wrap .detail .box1 .name-wrap {padding-left: 20px;}
    .prof-intro-wrap .detail .box1 .list {padding-left: 20px;}
    .prof-intro-wrap .detail .box2 {padding-top: 35px;}
    .prof-intro-wrap .detail .box2 .tit {padding-left: 18px;}
    .prof-intro-wrap .detail .box2 .tit::before {top: 1px;height: 14px;}
    .prof-intro-wrap .detail .box2 .tit strong {margin-right: 8px;font-size: 21px;}
    .prof-intro-wrap .detail .box2 .list > li {flex-direction: column;}
    .prof-intro-wrap .detail .box2 .list span {margin-bottom: 14px;}
}

/*Table*/
.prof-intro-wrap .category{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 50px;background: #fbfbfb;border: 1px solid #ecf0f3;border-radius: 10px 10px 0 0;}
.board-category {width: 100%;}
.prof-intro-wrap .category.no-cate{display: none;}
.prof-intro-wrap .category .cate-tab{display:flex;align-items: center;flex-wrap:wrap;width: 100%;}
.prof-intro-wrap .category .cate-tab > li {flex:1; text-align: center;}
.prof-intro-wrap .category .cate-tab button {display: block;width: 100%;padding: 22px 20px;position: relative;text-align: center;color: #666;line-height: 1.3;font-family: 'HG Regular';}
.prof-intro-wrap .category .cate-tab button::before {display: none;content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 5px;background: #1174ff;border-radius: 3px;}
.prof-intro-wrap .category .cate-tab button { display: block; font-size: 18px;}
.prof-intro-wrap .category .cate-tab span {font-size: 13px;} 
.prof-intro-wrap .category .cate-tab li.on button,
.prof-intro-wrap .category .cate-tab li button:hover {color: #333;font-family: 'HG Medium';}
.prof-intro-wrap .category .cate-tab li.on button::before {display: block;}


@media only screen and (max-width:768px){
    .prof-intro-wrap .category .cate-tab > li {width: calc(100% / 3);}
    .prof-intro-wrap .category .cate-tab strong {font-size: 17px;}
    .prof-intro-wrap .category .cate-tab a {padding: 20px 5px;}

}

.apply-table { display: none;position: relative;}
.apply-table.active {display: block;}
.apply-table:after { content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #fff; }
.apply-table table { position: relative; }
.apply-table table:after { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 2px; background: #505050; }
.apply-table thead th { padding: 16px 10px; background: #f1f1f1; border-bottom: 1px solid #a5a5a5; font-size: 17px; font-weight: 400; color: #000;font-family: "HG Medium";border-right: 1px solid #e2e2e2;}
.apply-table thead th:last-child {border-right: 0;}
.apply-table tbody { display: table-header-group; }
.apply-table tbody::after { content:''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #8a8a8a; }
.apply-table tbody th,
.apply-table tbody td { padding: 13px 19px; background:#fff;border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; font-size: 16px; text-align: center; color: #666; }
.apply-table tbody td:last-child {border-right: 0;}
.apply-table .align-l { text-align: left !important; }
.apply-table .align-c { text-align: center !important; }
.apply-table .align-r { text-align: right !important; }
.apply-table .align-t { vertical-align: top !important; }

@media screen and (max-width: 1000px){
	.apply-table { overflow-x: hidden; min-height: 130px; }
	.apply-table.on { min-height: auto; }
	.apply-table table { width: 1300px; }
	.apply-table:after { content: ''; position: absolute; right: 0px; top: 0px; z-index: 1; width: 100%; height: 100%; background: rgba(31,59,101,0.1) url('../img/img-mobile.png') no-repeat center 20px; }
	.apply-table.on:after { display: none; }
	.apply-table thead th,
	.apply-table tbody th,
	.apply-table tbody td { font-size: 17px; }
}


/* 페이징 */
._fnctWrap ._paging{text-align: center; margin-top: 50px;}
._fnctWrap ._paging ._inner {overflow: hidden;position: relative;height: 38px;display: inline-block;zoom:1;_display: block;}
._fnctWrap ._paging ._inner a,._paging ._inner li,._paging ._inner p,._paging ._inner span,._paging ._inner strong,._paging ._inner ul {float: left;}
._fnctWrap ._paging ._inner a._first,._paging ._inner a._last,._paging ._inner a._listNext,._paging ._inner a._listPrev,._paging ._inner a._next,._paging ._inner a._prev {font-size: 0;text-indent: -5000px;}
._fnctWrap ._paging ._inner a,._fnctWrap ._paging ._inner strong {width: 35px;height: 35px;line-height: 35px;border-width: 1px;border-style: solid;border-color: #cdcdcd;text-align: center;margin: 0 1px;}
._fnctWrap ._paging ._inner ul{display:inline-block;margin:0 10px;}
._fnctWrap ._paging ._inner ul li{float:left;margin:0 2px;}
._fnctWrap ._paging ._inner ul li a{background-color: #F5F5F5 !important;border:none !important; color: #fff;border-radius:5px; color:#555; font-family: 'HG Regular'; position: relative;}
._fnctWrap ._paging ._inner ul li a:hover {background:#e2e2e2 !important;}
._fnctWrap ._paging ._inner .pg-arrow{border:1px solid #ccc;width: 35px;height: 35px;}
._fnctWrap ._paging ._inner ._first{background: url(./../img/first-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._prev{background: url(./../img/prev-page10.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._listPrev{background: url(./../img/prev-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._listNext{background: url(./../img/next-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._next{background: url(./../img/next-page10.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._last{background: url(./../img/last-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner li strong{border:none !important; border-radius:5px; background:#0066b3; color:#fff; font-family: 'HG Medium';}
._fnctWrap ._paging ._inner ._pageState{display: none;padding: 0 1em}

@media screen and (min-width:1201px){
._fnctWrap ._paging{padding-bottom:50px;}
}

@media screen and (max-width:767px){
	._fnctWrap ._paging ._inner ._pageState {display: block; font-size: 18px; font-family: 'HG Regular'; color:#121212; line-height: 35px;}
	._fnctWrap ._paging ._inner ._curPage {position: relative; color:#1265d3;}
	._fnctWrap ._paging ._inner ._curPage::after {content:'/'; display:inline-block; margin:0 5px; color:#121212; font-family: 'HG Regular'; }
	._fnctWrap ._paging ._inner ul {display: none;}
	._fnctWrap .paging a{width:28px !important;height: 28px !important;font-size:13px;line-height: 25px;}
}

@media screen and (max-width: 768px){
	._paging .page-num {display: none;}
	._paging .page-state {display: flex; font-size: 25px;}
	._paging .page-state .now {font-family: 'HG Bold'; color: #1174ff;}
}


.buttons {display: flex; justify-content: center; align-items: center;margin: 40px auto 0;}



