/* *******************************************************
 * filename : board.css
 * description : 게시판형&개발뷰페이지 폼 템플릿 CSS
 * date : 20190730
******************************************************** */

/* board_common */

.board_top {
    overflow: hidden;
    margin-bottom: 22px;
}

.board_top input {
    border: none;
    height: 38px;
}

.board_top .total {
    float: left;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.board_top .total .gr {
    color: var(--c-black-4);
    font-size: 22px;
	margin-right: 10px;

}

.board_top .total .sm {
    font-size: 16px;
}

.board_top .search_form {
    float: right;
    display: flex;
}

select {
    width: 120px;
    /*height: 40px;*/
    border: 1px solid #ccc;
    padding: 0 8px;
    margin-right: 4px;
	background:#fff;
}
.board_top select {
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 8px;
    margin-right: 4px;
	background:#fff;
}

.search_group {
    border: 1px solid #ccc;
    height: 40px;
	background: #fff;
}

.search_group input#schText {
    height: 38px;
    padding: 0 12px;
    border: none;
}
.search_group input#board_search {
    border: none;
    text-indent: -9999px;
    background: url(../images/common/ic_search_clr.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.board_inner:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #111;
}
.board_bottom {
    /* position: relative; */
    overflow: hidden;
	margin-top:20px;
}

a.btn_back {
    display: inline-block;
    text-align: center;
    float: right;
    width: 120px;
    background: #222;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

.type_line {
    width: 100%;
}

.type_line td {
    /* padding: 40px 0; */
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.board_img_wrap ul {
    overflow: hidden;
}

.board_img_wrap ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.board_img_wrap ul li:nth-child(2n) {
    margin-right: 0;
}

/* pager */

.pager { 
	margin-top: 50px; 
}

.pager ul {
    margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center; 
}

.pager li {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    margin-right: 3px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    font-size: 16px;
	background: #fff;
    cursor: pointer;
}
.pager li img {vertical-align: middle;}
.pager li.on {
    background: var(--sub-color-2);
    border: 1px solid var(--sub-color-2);
    color: #fff;
}

.pager li a {
    color: #333;
}

.pager li.on a {
    color: #fff;
}

.flex input { margin-right:4px; margin-bottom:2px; }
.i_sup5 input { max-width:132px; }

/* board_notice */
.notice .cont .tit {
    font-size: 20px;
    color: #111;
    font-weight: 500;
}

.tit .cate {
    letter-spacing: -0.2px;
    margin-right: 8px;
    display: inline-block;
    font-weight: 600;
    color: var(--main-color);
}
.tit .cate.cate01 {
    background: #377225;
}
.tit .cate.cate02 {
    background: var(--main-color);
}
.type_line td p {
    color: #343434;
    font-size: 16px;
    line-height: 24px;
}
.notice .cont {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

.notice .cont a>div:first-child { /*height:30px;*/ margin-bottom:15px; overflow:hidden; }
.notice .cont a>div:nth-child(2) {
    max-height: 49px;
	line-height: 1.6em;
    overflow: hidden;
}
.notice .cont a>div.refc_comm {
	width:100%;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.notice .cont a>div .tit {
	float: left;
	width: calc(100% - 420px);
	height:30px;
	overflow:hidden;
}
.notice .cont a>div .info {
	float: left;
	width: 420px;
	text-align: right;
}

.notice .cont a>div .info .reply:after, .notice .cont a>div .info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 5px;
}
.notice .cont a>div .info .reply, .notice .cont a>div .info .date, .notice .cont a>div .info .views {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-size: 16px;
    color: #676767;
}
/* .notice .cont a>div .info .reply:after, .notice .cont a>div .info .reply {
    color: #fd2b2b;
} */

.notice .cont>div { height:48px; line-height:1.6em; overflow:hidden; }
.notice .cont>div img { display:none; }
.notice .cont>div.refc_file {
    height: auto;
}


.notice .cont>div.refc_file {
    padding: 20px;
    overflow: hidden;
    padding: 0;
    margin-top: 6px;
}

.notice .cont>div.refc_file h3 {
    float: left;
    position: relative;
    padding-right: 12px;
    line-height: 1.6em;
}

.notice .cont>div.refc_file .file_list {
    float: left;
    padding-left: 12px;
}

.notice .cont>div.refc_file h3:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    right: 0;
    top: 5px;
}

.notice .cont>div.refc_file .file_list li {
    font-size: 15px;
    line-height: 1.6em;
}

.notice .cont>div.refc_file .file_list li a {
    color: #760023;
    font-weight: 500;
    position: relative;
    display: block;
    padding-right: 31px;
    font-size: 16px;
}
.notice .cont>div.refc_file .file_list li a:hover {
	text-decoration: underline;
}

.notice .cont>div.refc_file .file_list .file_count a span{
    width: 20px;
    height: 20px;
    background: var(--main-color);
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
}

/* 브로슈어&뉴스형 템플릿 */
.type_paper {}

.type_paper ul {
    overflow: hidden;
    margin-top: 50px;
}

.type_paper ul li {
    float: left;
    width: 240px;
    margin-right: 80px;
    margin-top: 50px;
	cursor: pointer;
}

.type_paper ul li:nth-child(4n) {
    margin-right: 0;
}

.type_paper ul li:nth-child(-n+4) {
    margin-top: 0;
}

.type_paper ul li .img_wrap {
    width: 240px;
    height: 315px;
    overflow: hidden;
    margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	position:relative;
}

.type_paper ul li .img_wrap img {
	width:100%;
	height:100%;
}
.type_paper ul li .info {
    text-align: center;
}

.type_paper ul li .info .tit {
    font-size: 18px;
    margin-bottom: 8px;
    color: #222;
    line-height: 1.4em;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.type_paper ul li .info .date {
    font-size: 15px;
}

.type_paper.library_book {}

.type_paper.library_book ul li .info .tit {
    height: 50px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 12px;
}

.type_paper.library_book ul li .info .book_info {
    text-align: left;
    line-height: 1.5em;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}

.type_paper.library_book ul li .info .book_info span {
    font-size: 15px;
    /* padding: 0 12px; */
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    padding-right: 12px;
}
.type_paper.library_book ul li .info .tit .recom {
    display: inline-block;
    font-size: 14px;
    background: #FF5722;
    padding: 0px 4px;
    border-radius: 2px;
    margin-right: 10px;
    color: #fff;
    height: 22px;
    line-height: 22px;
}

/* 학장동정 형 템플릿 */
.type_pic {
    margin-top: 50px;
}

.type_pic .represent {
    height: 400px;
    border: 1px solid #dbdbdb;
	background: #fff;
}

.type_pic .represent .img_area {
    float: left;
    width: 50%;
	height:100%;
    text-align: center;
    overflow: hidden;
	border-right:1px solid #ddd;
	background: #efefef;
}
.type_pic .represent .text_area {
    width: 50%;
    height: 100%;
    float: left;
    padding: 50px;
}

.type_pic .represent .img_area img {
    /*width: 100%;*/
	height:100%;
}

.type_pic .represent .img_area iframe { width: 100%; }

.type_pic .represent .text_area .wrapper {
    position:relative;
    width:100%;
    height:100%;
    padding-top: 0;
}
.type_pic .represent .text_area .tit {
    font-size: 28px;
    color: #111;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 28px;
    max-height: 72px;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: pre;
	*/
}

.type_pic .represent .text_area .context {
    line-height: 1.5em;
    max-height: 120px;
    overflow: hidden;
	text-align:left !important;
}
.type_pic .represent .text_area .context>div, 
.type_pic .represent .text_area .context>div>p,
.type_pic .represent .text_area .context>p {
	text-align:left !important;
	font-size:15px;
}
.type_pic .represent .text_area .context img {
    display: none;
}

.type_pic .represent .text_area .info {
    position:absolute;
    bottom:0;
}
.type_pic .represent .text_area .info .date,
.type_pic .represent .text_area .info .views {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #676767;
}
.type_pic .represent .text_area .info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 14px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 5px;
}
.type_pic .image_grid {
    margin-top: 50px;
}

.type_pic .image_grid .inner_line {
    padding: 28px 0;
    border-top: 1px solid #ddd;
    overflow: hidden;
    display: flex;
}
.type_pic .image_grid .inner_line:last-child {
    border-bottom: 1px solid #ddd;
}
.type_pic .image_grid .inner_line .cont {
    width: 50%;
    float: left;
    padding-right: 40px;
    overflow: hidden;
}

.type_pic .image_grid .inner_line .cont .img_area {
    width: 240px;
    height: 170px;
    float: left;
    margin-right: 30px;
	border:1px solid #e1e1e1;
	text-align: center;
	background: #efefef;
}
.type_pic .image_grid .inner_line .cont .img_area img {
	/*width:100%;*/
	height: 100%;
}
.type_pic .image_grid .inner_line .cont .text_area {
    float: left;
    width: calc(100% - 270px);
    height: auto;
    padding: 10px 0;
}

.type_pic .image_grid .inner_line .cont .text_area .tit {
    font-size: 19px;
    color: #111;
    font-weight: 500;
    line-height: 22px;
    max-height: 44px;
	overflow:hidden;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;*/
}
.type_pic .image_grid .inner_line .cont .text_area .wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
}

.type_pic .image_grid .inner_line .cont .text_area .context {
    line-height: 1.4em;
    max-height: 45px;
    overflow: hidden;
	margin-top:14px;
}
.type_pic .image_grid .inner_line .cont .text_area .context img { display:none; }
.type_pic .image_grid .inner_line .cont .text_area .info {
    margin-top: 26px;
}

.type_pic .image_grid .inner_line .cont .text_area .info .date,
.type_pic .image_grid .inner_line .cont .text_area .info .views {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #676767;
}
.type_pic .image_grid .inner_line .cont .text_area .info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 15px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 5px;
}

.type_pic.ex_pro .image_grid .inner_line .cont .img_area {
    width: 130px;
}

.type_pic.ex_pro .image_grid .inner_line .cont .img_area img {
    width: 100%;
    height: auto;
}

.type_pic.ex_pro .image_grid .inner_line .cont .text_area {
    width: calc(100% - 160px);
}


/* calendar */
.type_pic .image_grid.calendar_grid .date_area .day {
    width: 42px;
    margin-right: 30px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.type_pic .image_grid.calendar_grid .date_area .day .month {
    display: block;
    font-size: 15px;
    color: var(--sub-color);
    font-weight: 500;
    margin-bottom: 6px;
}

.type_pic .image_grid.calendar_grid .date_area .day .date {
    font-size: 30px;
    color: var(--sub-color);
    font-weight: 600;
}
.type_pic .image_grid.calendar_grid .inner_line .cont .text_area {
    width: calc(100% - 72px);
    padding: 0;
}


/* 2022신규추가 */
.type_pic .image_grid_v {
    margin-top: -30px;
	/*overflow: hidden;*/
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.type_pic .image_grid_v .inner_line {
    padding: 28px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
/*.type_pic .image_grid_v .inner_line:last-child {
    border-bottom: 1px solid #ddd;
}*/
.type_pic .image_grid_v .cont {
    width: calc((100% - 90px) / 4);
	margin-right: 30px;
	margin-top: 30px;
	background: #fff;
}
.type_pic .image_grid_v .cont:nth-child(4n) {
	margin-right: 0px;
}
.type_pic .image_grid_v .cont .img_area {
    width: 100%;
    height: 225px;
    /*border:1px solid #e1e1e1;*/
    text-align: center;
    background: #efefef;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.type_pic .image_grid_v .cont .img_area img {
	width: auto !important;
	min-height: 100% !important;
	max-height: 100% !important;
	max-width: fit-content !important;
}
.type_pic .image_grid_v .cont .text_area {
    width: 100%;
    /* height: 100%; */
    padding: 20px 4px;	
}

.type_pic .image_grid_v .cont .text_area .tit {
    font-size: 1.125rem;
    color: #111;
    font-weight: 500;
    line-height: 22px;
    max-height: 44px;
	overflow:hidden;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;*/
}
.type_pic .image_grid_v .cont .text_area .wrapper {
    position: relative;
    width: 100%;
    /* height: 100%; */
	padding: 0;
}

.type_pic .image_grid_v .cont .text_area .context {
    line-height: 1.4em;
    max-height: 45px;
    overflow: hidden;
	margin-top:14px;
}
.type_pic .image_grid_v .cont .text_area .context img { display:none; }
.type_pic .image_grid_v .cont .text_area .info {
    margin-top: 20px;
}

.type_pic .image_grid_v .cont .text_area .info span {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    font-size: 1rem;
    color: #676767;
}
.type_pic .image_grid_v .cont .text_area .info span:first-child {
    padding-left: 0px;
}
/* .type_pic .image_grid_v .cont .text_area .info span.reply {
    color: #fd2b2b;
} */
.type_pic .image_grid_v .cont .text_area .info span:before {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 12px;
    background: #d0d0d0;
    position: absolute;
    left: 0;
    top: 4px;
}
.type_pic .image_grid_v .cont .text_area .info span:first-child:before {
    display: none;
}

.type_pic.ex_pro .image_grid .cont .img_area {
    width: 130px;
}

.type_pic.ex_pro .image_grid .cont .img_area img {
    width: 100%;
    height: auto;
}

.type_pic.ex_pro .image_grid .cont .text_area {
    width: calc(100% - 160px);
}

/* 2022신규추가끝 */













/* 학장동정 VIEW */
.dean_line {
    margin-bottom: 40px;
}
.dean_line:last-child {
    margin-bottom: 0;
}
.dean_line .dean_tit {
    color: var(--main-color);
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.dean_line .dean_content {}
.dean_line .dean_content ul {}
.dean_line .dean_content ul li {
    color: #343434;
    line-height: 1.9em;
    position: relative;
    padding-left: 10px;
}
.dean_line .dean_content ul li img {
    max-width: 600px;
    width: 100%;
}
.dean_line .dean_content ul li.dean_img:before {
    display: none;
}

.dean_line .dean_content ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    top: 14px;
    left: 0;
    background: #222;
}

/* 게시판 VIEW */
.board_view .title_info {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.board_view .title_info .l_tit {
    float: left;
	width: calc(100% - 140px);
}

.board_view .title_info .l_tit .wrapper {
    padding: 30px 0;
}

.board_view .title_info .l_tit .tit {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 25px;
}

.board_view .title_info .r_icon {
    float: right;
    padding: 45px 0;
}

.board_view .title_info .r_icon ul {
    overflow: hidden;
}

.board_view .title_info .r_icon ul li {
    float: left;
    margin-left: 6px;
}

.board_view .title_info .r_icon ul li:first-child {
    margin-left: 0;
}

.board_view .title_info .l_tit .info .date,
.board_view .title_info .l_tit .info .views,
.board_view .title_info .l_tit .info .parts {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-size: 16px;
    color: #676767;
}
.board_view .title_info .l_tit .info .date:after,
.board_view .title_info .l_tit .info .parts::after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 5px;
}

.board_view .title_info .l_tit .info {
    line-height: 16px;
}

.board_view .contents_info {
    padding: 50px 0px;
	line-height:1.7em
}
.board_view .contents_info img {
    margin: 10px 0;
}
.board_view .list_info {
    border-top: 1px solid #ccc;
}

.board_view .list_info .list_line {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.board_view .list_info .list_line .ic_area {
    float: left;
    width: 100px;
    position: relative;
    text-align: center;
    color: #343434;
    font-size: 15px;
    font-weight: 600;
}
.board_view .list_info .list_line .ic_area.prev:before {
     content:'';
     display:inline-block;
     width:6px;
     height:6px;
     margin:-5px 12px auto auto;
     vertical-align:middle;
     border-right:2px solid #666;
     border-top:2px solid #666;
     transform:rotate(-45deg);
     position:absolute;
     top:28px;
     left:10px;
}
.board_view .list_info .list_line .ic_area.next:before {
     content:'';
     display:inline-block;
     width:6px;
     height:6px;
     margin:-5px 12px auto auto;
     vertical-align:middle;
     border-right:2px solid #666;
     border-top:2px solid #666;
     transform:rotate(135deg);
     position:absolute;
     top:25px;
     left:10px;
    
}
.board_view .list_info .list_line .list_name {
    float: left;
    font-size: 15px;
}

.board_view .list_info .list_line  .list_date {
    float: right;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.btn_facebook, .btn_twitter, .btn_print {
    display: block;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:5px;
	color:#fff;
	text-align:center;
	font-size:20px;
}

.file_info {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    overflow: hidden;
    display: flex;
}

.file_info h3 {
    float: left;
    position: relative;
    padding-right: 12px;
    line-height: 1.6em;
}

.file_info h3 span, .link_info h3 span {
    color: #222;
}

.file_info .file_list {
    float: left;
    padding-left: 12px;
}

.file_info h3:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    right: 0;
    top: 5px;
}

.file_info .file_list li {
    font-size: 15px;
    line-height: 1.6em;
}

.file_info .file_list li a {
    color: #888;
    font-weight: 400;
}

.file_info .file_list li a:hover {
    text-decoration: underline;
}

.link_info {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    overflow: hidden;
    display: flex;
}

.link_info h3 {
    float: left;
    position: relative;
    padding-right: 12px;
    line-height: 1.6em;
}

.link_info .file_list {
    float: left;
    padding-left: 12px;
}

.link_info h3:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    right: 0;
    top: 5px;
}

.link_info .file_list li {
    font-size: 15px;
    line-height: 1.6em;
}

.link_info .file_list li a {
    color: #757575;
    font-weight: 500;
}

.link_info .file_list li a:hover {
    text-decoration: underline;
}


.btn_facebook { background:#3c5b9a; }
.btn_twitter { background:#1da1f4; }
.btn_print { background:#e1e1e1; color:#999; }

.contents .cal_left td { 
    text-align:left !important; 
    /*padding:15px; */
}
/* 교수진 및 운영진 템플릿 */

.card_templete {
    margin-top: 55px;
}

.card {
    overflow: hidden;
}

.card li.item {
    width: calc(50% - 20px);
	height: 228px;
    float: left;
    margin-right: 40px;
    margin-top: 40px;
    border: 1px solid  #e6e6e6;
    overflow: hidden;
	background: #fff;
	cursor: pointer;
}
.card li.item:hover {
    border-color: #c5c5c5;
	transition: .2s;
}

.card li.item:nth-child(2n) {
    margin-right: 0;
}
.card li.item:nth-child(-n+2) {
	margin-top:0px;
}
.card li.item .pro_img {
    width: 168px;
    height: 100%;
    border-right: 1px solid #e8e8e8;
    float: left;
    text-align: center;
    overflow: hidden;
}

.card li.item .pro_img img {
    width: 100%;
	height: 100%;
}

.card li.item .pro_info {
    float: left;
    width: calc(100% - 168px);
    padding: 35px 40px;
}

.card li.item .pro_info .pro_name {
    font-size: 20px;
    color: #111;
    /*margin-bottom: 4px;*/
    line-height: 1.2em;
}

.card li.item .pro_info .pro_name .ko_name {
    font-weight: 600;
    display: block;
}

.card li.item .pro_info .pro_name .eng_name {
    display: block;
    font-size: 17px;
}

.card li.item .pro_info .pro_sub {
    font-size: 15px;
    margin-top: 12px;
    line-height: 24px;
}

.card li.item .pro_info ul li {
    color: #323232;
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    height: 22px;
    letter-spacing: -0.6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}


.sub section.pro_group {
    margin-top: 60px;
    padding: 0;
}

.sub section.pro_group:first-child {
    margin-top: 0;
}



/* 신청 페이지 폼 */
.form_wrapper {
    margin-bottom: 50px;
}

.form_wrapper .form_tit {
    text-align: center;
}

.form_wrapper .tab {
    margin-top: 48px;
	overflow: hidden;
}

.form_wrapper .tab .tablinks {
    width: 33%;
    display: inline-block;
    text-align: center;
    background: #343434;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 2px;
	cursor: pointer;
}

.form_wrapper .tab .tablinks.active {
    background: var(--main-color);
}

.form_wrapper .form_area {
    margin-top: 50px;
}

/* 페이지준비중 */
.none_page {
    margin: 50px 0;
}

.none_page .wrapper {
    text-align: center;
    margin: 0 auto;
}

.none_page .no_text {
    color: #777;
    font-size: 22px;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    max-width: 400px;
    margin: 0 auto;
}

/* 입력 폼 */
.apply_common {
    width: 100%;
    border-top: 2px solid #222;
    margin-top:20px;
    min-width: auto;
}

.apply_common tr th {
    border-bottom: 1px solid #efefef;
    background: #fff;
    color: #222;
    width: 160px;
    padding: 12px;
    vertical-align: middle;
    border-right: none;
	font-weight:500;
	line-height:1.4em;
    font-size: 1.125rem;
    text-align: left;
}
.apply_common tr td {
    padding: 12px;
    border-bottom: 1px solid #efefef;
    background: #fff;
	vertical-align:middle;
	line-height:1.4em;
}
.apply_common textarea {
    width: 100%;
    min-height: 320px;
	padding:8px;
	line-height: 1.5em;
}


.apply_form .terms {
    border: 1px solid #ddd;
    padding: 32px 28px;
    color: #333;
    background: #fff;
	font-size:1rem;
	margin-bottom:20px;
}
.apply_form .terms:last-child { margin-bottom:0px; }
.apply_form .terms.terms_over {
	max-height:250px;
	overflow-y:scroll;
	-ms-overflow-style:auto;
    font-size: 0.875rem;
    line-height: 1.6em;
}
.apply_form .terms h2 {
    margin-bottom: 10px;
}
.apply_form .terms h4 {
    transform: skew(-0.03deg);
    font-size: 1rem;
    color: var(--main-color);
    padding: 10px 0;
    font-weight: 600;
}
.apply_form .terms dt {
    color: #222;
    font-weight: 500;
    display: inline-block;
    padding: 5px 0;
}
.apply_form .terms dd {
    color: #757575;
    font-weight: 400;
}


.apply_form .container .section_group section .check_group {
    margin-top: 14px;
	line-height: 1.4em;
}
.apply_form .container .section_group section .check_group01 {
	line-height: 1.6em;
	display: inline-block;
	margin-right: 20px;
}
.apply_form .container .section_group section .check_group label {
    color: #333;
	line-height:32px;
	margin-right:20px;
}
.qa_check {
    margin: 20px 10px;
}

.check_group02 {
    width: 20%;
    margin-right: 0;
    padding: 4px 0;
	float: left;
}
.check_group02 input {
    max-width: 150px;
    height: 28px;
    line-height: 28px;
    margin-left: 8px;
}
.check_group02_eng {
    width: 50%;
    margin-right: 0;
    padding: 4px 0;
	float: left;
}
.check_group02_eng input {
    max-width: 150px;
    height: 28px;
    line-height: 28px;
    margin-left: 8px;
}

.apply_form .container .section_group section .terms li {
    padding-left: 10px;
    position: relative;
}

.apply_form .container .section_group section .terms li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 12px;
    left: 0;
    /*background: #9e9e9e;*/
}
.apply_form .container .section_group section .terms .terms_section_inner li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 12px;
    left: 0;
    background: #9e9e9e;
}
.form_bottom_s {
    overflow: hidden;
	margin-top: 15px;
}
.form_bottom {
    overflow: hidden;
    text-align: center;
	margin-top: 12px;
}

.form_bottom a {
    display: inline-block;
	margin:0 2px;
}

.horizon_table tr th {
	text-align:center;
	vertical-align:middle;
	
}
.horizon_table tr td {
    border-right: 1px solid #ddd;
	text-align:center;
	vertical-align:middle;
}

.horizon_table tr td:last-child {
    border-right: none;
}

.horizon_table .flex {
	/*display:flex; */
	-webkit-justify-content: center; 
	justify-content: center;	
	-webkit-align-items: center; 
	align-items: center; 
}

.cert_table {
    width: 250px;
    margin: 0 auto;
}

.cert_table tr td {
    font-size: 14px;
}

.left_form td {
    text-align: left !important;
}


.full_form {
    margin-top: 0 !important;
}

.full_form thead tr th {
    background: #251e20;
    color: #fff;
    padding: 16px 0;
}
.full_form tr td {
    padding: 16px 12px;;
}


.question {
    margin-top: 50px;
}
.question .qa_line {
    margin-bottom: 30px;
}


.question .qa_line .qa_tit {
    font-size: 17px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 12px;
}

.question .qa_box {
    width: 100%;
    height: 150px;
	overflow-y: scroll;
}


.question .char_sum {
    margin-top: 8px;
    text-align: right;
    font-size: 14px;
}

.question .char_sum input {
    height: 30px;
    width: 60px;
    line-height: 30px;
    background: #fafafa;
}

.qa_tit_a {
    font-weight: 600;
    color: #111;
    padding: 12px 10px;
    border-bottom: 1px solid #222;
}

.qa_radio {
    margin: 20px 10px;
}

.qa_radio .radio_group {
    width: 20%;
    margin-right: 0;
    padding: 4px 0;
}

.qa_radio .radio_group input {
    max-width: 150px;
    height: 28px;
    line-height: 28px;
    margin-left: 8px;
}
.join_point {
    color: #ff0000;
    margin-left: 4px;
}

.input_wrap .user_info .apply_common {
    margin-top: 0;
}
.sm_comm {
    font-size: 14px;
    color: #777;
    margin-top: 4px;
}
.al_left tr th { text-align:left; }
.track { display: none; }

/* input 속성 */

.i_sup_block {
    margin-left: 8px;
}

.btn_min {
    height: 32px;
    line-height: 32px;
    border: 1px solid #aaa;
    padding: 0 12px;
}
.btn_add {
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #111;
    color: #fff;
	border:none;
}

.btn_link {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    background: var(--main-color);
    color: #fff;
    border-radius: 2px;
}

.btn_min.upload {
    margin-top: 10px;
}
.btn_search {
    height: 32px;
    padding: 0 16px;
    background: #555;
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
	border:none;
	margin-left:4px;
	cursor:pointer;
}
.map_relative {position: relative; height: 600px;}
.tabcontent { visibility: hidden; position: absolute; width: 100%;}
.tabcontent2 { display: none; }

.check_line .check_group {
    display: inline-block;
    margin-top: 0 !important;
}
.ic_new01 {
    background: #377225;
}
.ic_new02 {
    background: var(--main-color);
}
.ic_new {
    font-size: 0.813rem;
    padding: 1px 8px;
    color: #fff;
    font-weight: 200;
    margin-right: 8px;
    /* vertical-align: text-top; */
    /* display: inline-block; */
}
.ic_noti_link {
    margin-left: 4px;
}
.ic_noti_link img {
    vertical-align: middle;
}
/*
.tit_w {
    position: relative;
    display: inline-block;
}

.tit_w.noti_link:after {
    content: '';
    position: absolute;
    right: -24px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/common/link_ic.png) no-repeat;
}

*/

/* admission */
input#ename1, input#ename2, input#ename3 { width: 150px; }
.line_phone .ph_solt { width:4%; margin:0; display: inline-block; padding: 0; }
.line_phone input { width: 28%; margin:0; }

/* terms */
.terms p {
    margin-top: 8px;
}
.terms p>.txt_point {
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 500;
}
.terms p:first-child {
    margin-top: 0;
}

    /*첨부파일아이콘*/
    /* .board_inner .cont .file {
        float: left;
        padding-top: 6px;
        padding-left: 16px;
    }
    .board_inner .cont .file .link_ic {
        padding-left: 4px;
    } */



    .search_box {
        width: 100%;
        height: 52px;
        border: 3px solid var(--main-color);
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search_box input:first-child{
        width: calc(100% - 30px);
        box-sizing: border-box;
        margin: 0 !important;
        border: none;
        height: 46px;
        border-right: 2px solid #ddd;
    }
    .search_box input.input_m_icon {
        background: url(../images/common/ic_search_clr.png) 0 0 no-repeat;
        margin-left: 10px;
    }
    .full_btn_page .btn_full {
        width: 100%;
        height: 52px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        font-weight: 400;
    }
    
    .file_attach {
        width: 100%;
        padding-bottom: 10px;
        display: flex;
    }
    .btn_file {
        font-size: 0.938rem;
        color: #444;
        margin-left: 10px;
        width: 80px;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #f6f6f6;
        border: 1px #aaa solid;
        display: inline-block;
    }
    .btn_reserve {
        font-size: 0.938rem;
        color: #fff;
        margin-left: 10px;
        width: 100px;
        height: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #3d6ab4;
        display: inline-block;
        border-radius: 10px;
        
    }
    .file_attach input {
        border: none;
        width: 267px;
        font-weight: 500;
        overflow: hidden;
    }
    
    .modify {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px dashed #ddd;
        width: 100%;
        display: flex;
    }
    .modify textarea {
        width: 100%;
    }
    .modify .btn_file {
        height: auto;
    }
    
    .reply_num {
        padding: 10px;
        font-weight: 400;
        border-top: 1px dashed #ddd;
        /* color: #fd2b2b; */
    }
    .reply_num span {
        font-weight: 600;
    }
    .view_reply {
        width: 100%;
        padding: 20px;
        border-top: 1px solid #ddd;
        background: #f1f1f1;
    }
    .view_reply .write {
        display: flex;
        margin-top: 10px;
    }
    .view_reply .write textarea {
        width: 100%;
    }
    .view_reply .write .btn_file {
        height: auto;
    }
    .view_reply .replytxt {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ddd;
    }
    .view_reply .replytxt:first-child {
        padding-top: 0;
    }
    .view_reply .replytxt p {
        line-height: 1.6em;
        font-size: 0.938rem;
        color: #222;
        font-weight: 400;
    }
    .view_reply .replytxt p:last-child {
        padding-bottom: 0;
    }
    .view_reply .replytxt .date, .view_reply .replytxt .name {
        color: #757575;
        font-weight: 300;
    }
    .view_reply .replytxt .date {
        margin-left: 6px;
    }
    .replybtn {
        display: flex;
        align-items: center;
        margin-top: 26px;
    }
    .replybtn a:first-child {
        margin-left: 0;
    }
    .replybtn a:nth-child(2) {
        margin-right: 14px;
    }
    
    .replyarea {
        display: flex;
        margin-top: 10px;
    }
    .replyarea textarea {
        width: 100%;
    }
    .replyarea .btn_file {
        height: auto;
    }

/* 반응형 */

@media screen and (max-width:1300px) {
	.board_top .total { font-size: 20px; }
	.board_top .total .gr { font-size: 20px; }
	.notice .cont .tit { font-size: 17px; }
	.notice .cont>div.refc_file .file_list li a { font-size: 15px; }
	.type_line td p { font-size: 15px; }
	
	.card li.item { width: calc(50% - 15px); height:210px; margin-right: 30px; margin-top: 30px; }
	.card li.item .pro_img { width: 150px; height: 210px; }
	.card li.item .pro_info { padding: 33px 32px; }	
	.card li.item .pro_info .pro_name { font-size: 18px; }
	.card li.item .pro_info .pro_sub { font-size: 15px; }
	.card li.item .pro_info ul li { width:100%; font-size: 14px; line-height: 22px; }	
	
	.apply_form .container .section_group section .terms { padding: 28px 24px; font-size: 14px; line-height: 24px; }
	.type_pic .represent .text_area .tit { font-size: 26px; height: 30px; margin-bottom: 24px; }
	.type_pic .represent .text_area .context { max-height:112px; }
	.type_pic .represent .text_area { padding: 40px; }
	.type_pic .represent { height: 320px; }
	.type_pic .represent .img_area img { height: 100%; }
	.type_pic .image_grid .inner_line { padding: 20px 0; }
	.type_pic .image_grid .inner_line .cont { padding-right: 24px; }
	.type_pic .image_grid .inner_line .cont .img_area { width: 216px; height: 153px; margin-right: 24px; }
	.type_pic .image_grid .inner_line .cont .text_area { width: calc(100% - 240px); }
	.type_pic .image_grid .inner_line .cont .text_area .tit { font-size: 17px; margin-bottom: 12px; }
	.type_pic .image_grid .inner_line .cont .text_area .context { font-size: 15px; height: 62px; }
	.type_pic .image_grid .inner_line .cont .text_area .info { margin-top: 22px; }
	.type_paper ul li { width: 22%; margin-right: 4%; }
	.type_paper ul li .img_wrap { width: 100%; height: 300px; }
	.type_paper ul li .info .tit { font-size: 17px; }
	
	.dean_line .dean_tit { font-size: 17px; line-height: 17px; margin-bottom: 12px; }
	.dean_line .dean_content ul li { line-height: 1.8em; }
	.dean_line .dean_content ul li:before { top: 12px; }	

	.btn_search { margin-bottom:2px; }
	.type_pic .image_grid_v .cont {width: calc((100% - 20px) /2); margin-top: 20px; margin-right: 20px;}
	.type_pic .image_grid_v .cont:first-child, .type_pic .image_grid_v .cont:nth-child(2) {margin-top: 0px;}
	.type_pic .image_grid_v .cont .text_area .context {line-height: 1.5em;}
	.type_pic .image_grid_v .cont:nth-child(2n) {	margin-right: 0px;}
	.type_pic .image_grid_v .cont:nth-child(4n) {	margin-right: 0px;}
	.type_pic .image_grid_v .cont .img_area { height: 180px;}
	.type_pic .image_grid_v .cont .text_area { padding: 16px 0;}
}

@media screen and (max-width:1000px) {
	.card li.item { width: 100%; height:auto; margin-right: 0; margin-top:0px; margin-bottom: 20px; }
	.card li.item:last-child { margin-bottom:0; }
	.card li.item .pro_img { width: 150px; height: 195px; }
	.card li.item .pro_info { width:calc(100% - 150px); padding: 20px 16px; }	
	.card li.item .pro_info .pro_name { font-size: 16px; }
	.card li.item .pro_info .pro_sub { font-size: 14px; }
	.card li.item .pro_info ul li { font-size: 13px; line-height: 20px; }
	.type_pic .image_grid .inner_line {flex-wrap: wrap;}
    .type_pic .image_grid .inner_line .cont { width: 100%; padding: 20px 0; border-top: 1px solid #ccc; }
    .type_pic .image_grid .inner_line { border-top: none; padding: 0; }

	.type_paper ul li { width: 31%; margin-right: 3.5%; }
	.type_paper ul li:nth-child(4n) { margin-right:3.3%; margin-top:50px; }
	.type_paper ul li:nth-child(3n) { margin-right:0; }
	.type_paper ul li .img_wrap { width: 100%; height: 260px; }
	.type_paper ul li .info .tit { font-size:16px; }
    
}

@media screen and (max-width:840px) {
	.track { display:block; padding: 8px 0; margin-bottom: 8px; background: #f0f0f0; border: 1px solid #ddd; font-weight:500; }
	.table_block tr th { width:100%;  text-align: center;}
	.table_block tr td { border-right: none !important; text-align:center; }
	.table_block .flex .byte { width: 12%; }
	.table_block .flex .i_sup_year { width: 64%; }
	.table_block .input_max { width: 100%; max-width: 100%; }

	.form_bottom .btn { width: 49%; margin-bottom: 4px; }
	.form_bottom .btn_d { width: 49%; margin-bottom: 4px; }
	.table_block { 	width: 100%;	}
	.table_block th[scope], .table_block th[scope] { display: none;	}
	.table_block th, .table_block td {display: block;width: auto; }
	.check_group02_eng { width: 100%;float: none;text-align: left;}
}
@media screen and (max-width:640px) {
    .type_pic .image_grid_v .cont .text_area .info {
        margin-top: 10px;
    }
	/*.board_top select { height:40px; }
	h3 select { height:30px; }*/
	.apply_common textarea { width: 100%; min-height: 180px; }
	.none_page .wrapper img { max-width: 300px; width: 100%; }
	.none_page .no_text { font-size: 17px; padding: 12px 0; }	
	.board_top .total {font-size: 18px;float: none;}
	.board_top .total .gr {font-size: 18px;}
	.board_img_wrap ul li { width:100%; margin-right:0; }
	
	.notice .cont { font-size:1rem; }
	.notice .cont a>div .tit {font-size: 15px;height: 24px;overflow: hidden;float: none;width: 100%;margin-bottom: 0;text-overflow: ellipsis;white-space: pre;}
	.type_line td p:nth-child(2) {font-size: 14px;height: 45px;line-height: 20px;overflow: hidden;}
	.board_top .search_form { float: none; margin-top: 15px; }
	.search_group { width: calc(100% - 124px); }
	.search_group input#schText { width: calc(100% - 36px) !important; }
	.search_wide { width: 100% !important; margin-top: 4px; }
	.notice .cont {width: 100%;padding: 24px 0;}
	.notice .info .date, .notice .info .views { display: block; margin-bottom: 8px; }
	.notice .info .date:after { display: none; }
	.notice .cont a>div .info {width: 100%;float: none;text-align: left; height:20px; }
	.pager ul { margin:0 auto; display: flex; width: 100%; }
	.pager li { width: 32px; height: 32px; line-height: 28px; font-size: 14px; cursor: pointer;}
	.pager li img {vertical-align: middle; padding-top: 4px;}
	.card li.item .pro_img { width: 130px; height: 172px; }
	.card li.item .pro_info { width:calc(100% - 130px); padding: 16px 12px; }	
	.card li.item .pro_info .pro_name { font-size: 15px; }
	.card li.item .pro_info .pro_name .eng_name { font-size: 14px; }
	.card li.item .pro_info .pro_sub { font-size: 13px; }
	.card li.item .pro_info ul li { width:100%; font-size: 12px; line-height:19px; max-height:19px; }
	
	.apply_form .container .section_group section .terms { padding: 20px 16px; font-size: 13px; line-height: 22px; }
	.apply_form .container .section_group section .terms li:before { top: 9px; }
	.apply_form .container .section_group section .check_group label { font-size: 13px; }	
	
	.apply_common tr th { width: 120px; padding: 8px; }
	.apply_common tr td { padding: 8px; font-size: 12px; }	
	
	.track { display:block; padding: 8px 0; margin-bottom: 8px; background: #f0f0f0; border: 1px solid #ddd; }
	.table_block tr th { width:100% !important; text-align: center;}
	.table_block tr td { border-right: none !important; text-align:center; }
	.table_block .flex .byte { width: 12%; }
	.table_block .flex .i_sup_year { width: 64%; }
	.table_block .input_max { width: 100%; max-width: 100%; }

	.form_bottom .btn { width: 49%; margin-bottom: 4px; }
	.form_bottom .btn_d { width: 100%; margin-bottom: 4px; }
	.table_block { 	width: 100%;	}
	.table_block th[scope], .table_block th[scope] { display: none;	}
	.table_block th, .table_block td {display: block;width: 100%; float: left;}
	
	.question .qa_line { margin-bottom: 20px; }
	.question .qa_box { height: 120px; }
	.question { margin-top: 30px; }
	.question .qa_line .qa_tit { font-size: 14px; line-height: 1.3em; }
	.question .char_sum { font-size: 12px; margin-top: 2px; }
	.question .char_sum input { height: 24px; width: 44px; font-size: 13px; }

	.qa_tit_a { padding: 12px 4px; font-size: 13px; }
	.qa_radio .radio_group { width: 100%; }
	.btn_facebook, .btn_twitter, .btn_print { width: 36px; height: 36px; line-height: 36px; font-size: 16px; }
	.type_pic .represent .text_area .tit {font-size: 17px;height: auto;margin-bottom: 12px;}
	.type_pic .represent .text_area .context { max-height:110px; height: auto;}
	.type_pic .represent .text_area {float: none;width: 100%; height: auto; padding: 24px 18px; max-height: 240px;}
    .type_pic .represent .text_area .wrapper {height: auto;}
	.type_pic .represent {height: auto;}
	.type_pic .represent .img_area img { width:100%; height: 100%; }
	.type_pic .image_grid .inner_line .cont { padding-right: 24px; }
	.type_pic .image_grid .inner_line .cont .img_area { width: 216px; height: 153px; margin-right: 24px; }
	.type_pic .image_grid .inner_line .cont .text_area {width: calc(100% - 158px);padding: 10px 0;}
	.type_pic .image_grid .inner_line .cont .text_area .tit {height:20px;overflow:hidden;font-size: 15px;margin-bottom: 8px;}
	.type_pic .image_grid .inner_line .cont .text_area .context {font-size: 13px;height: 21px;}
	.type_pic .image_grid .inner_line .cont .text_area .info {margin-top: 10px;}

	.type_pic .represent .img_area { float: none; width: 100%; max-height: 240px; }
	.type_pic .represent .text_area .info { position: relative; margin-top: 12px; }
	.type_pic .represent .text_area .info .date, .type_pic .represent .text_area .info .views { font-size: 12px; }

	.type_pic .image_grid { margin-top: 24px; }
	.type_pic .image_grid .inner_line .cont { padding: 12px 0; }
	.type_pic .image_grid .inner_line .cont .img_area { width: 144px; height: 102px; margin-right: 14px; }
	.type_pic .image_grid .inner_line .cont .text_area .info .date, .type_pic .image_grid .inner_line .cont .text_area .info .views { font-size:13px; }
	.type_pic.ex_pro .image_grid .inner_line .cont .img_area { width: 100px; height: 102px; overflow: hidden; }
	.type_pic.ex_pro .image_grid .inner_line .cont .text_area { width: calc(100% - 114px); }
    .type_pic .image_grid .inner_line .cont .img_area { width: 100px; height: 102px; overflow: hidden; }
	.type_pic .image_grid .inner_line .cont .text_area { width: calc(100% - 114px); }


	.notice .cont a>div:first-child { /*height: 24px;*/ margin-bottom: 8px; }
	.notice .cont>div.refc_file .file_list li a { font-size: 13px; }
	.notice .cont>div.refc_file .file_list .file_count a span { width: 18px; height: 18px; font-size: 10px; line-height: 20px; }
	.notice .cont>div.refc_file h3 { width: 34px; }
	.notice .cont>div.refc_file .file_list { width: calc(100% - 34px); }
	.notice .cont a>div .info .reply, .notice .cont a>div .info .date, .notice .cont a>div .info .views { font-size:13px; }
	.type_paper ul li { width: 49%; margin-right: 2%; margin-top:30px; }
	.type_paper ul li .img_wrap { width: 100%; height: 240px; }
	.type_paper ul li:nth-child(2n) { margin-right:0; margin-right:0 !important; }
	.type_paper ul li:nth-child(4n) { margin-right:0; }
	.type_paper ul li:nth-child(3n) { margin-right: 2%; }
	.type_paper ul li:nth-child(3) { margin-right:2%;}.type_paper ul li:nth-child(3),.type_paper ul li:nth-child(4) { margin-top: 30px; }
	
	.type_paper ul li .info .tit { font-size: 14px; margin-bottom: 4px;}
	.type_paper ul li .info .date { font-size: 13px; }
	.type_paper.library_book ul li .info .tit .recom { font-size: 13px; height: 20px; line-height: 20px; }
	
	.board_view .contents_info { padding: 25px 0; line-height: 1.6em; /*text-align:center;*/ }
	/*.board_view .contents_info img { max-width: 300px; }*/
	.board_view .title_info .l_tit { float: none; width:100%; }
	.board_view .title_info .l_tit .wrapper { padding: 0; }
	.board_view .title_info .l_tit .tit { font-size: 17px; margin-bottom: 12px; }
	.board_view .title_info .l_tit .info .date, .board_view .title_info .l_tit .info .views, .board_view .title_info .l_tit .info .parts { font-size: 13px; }
	.board_view .title_info .r_icon { float: none; padding: 0; margin-top: 10px; }
	.board_view .title_info { padding: 20px 0; }
	.board_view .list_info .list_line { height: 40px; line-height: 40px; }
	.board_view .list_info .list_line .ic_area { width: 50px; font-size: 13px; }
	.board_view .list_info .list_line .ic_area.prev:before, .board_view .list_info .list_line .ic_area.next:before { display:none; }
	.board_view .list_info .list_line .list_name { width: calc(100% - 120px); font-size: 13px; }
	.board_view .list_info .list_line .list_date { font-size: 13px; width: 70px; }
	.file_info, .link_info { padding: 12px 0; }
	.file_info h3, .link_info a i { font-size: 13px; }
    .link_info a i {overflow-wrap: anywhere;}
	.file_info .file_list li { font-size: 13px; }
	.file_info h3:after { height: 14px; top: 3px; }
	
	.form_wrapper .tab .tablinks { height: 36px; line-height: 36px; font-size: 13px; width: 32.5%; display: block; float: left; margin-right: 1%; }
	.form_wrapper .tab .tablinks:last-child { margin-right: 0; }
	
	.pager { margin-top: 20px; width: 100%;}

	.dean_line { margin-bottom: 28px; }
	.dean_line .dean_tit { font-size: 15px; line-height: 15px; margin-bottom: 8px; }
	.dean_line .dean_content ul li { font-size: 14px; line-height: 1.6em; }
	.dean_line .dean_content ul li.img { padding: 0; }
	.dean_line .dean_content ul li:before { top: 10px; }
	
	.left_form .i_sup_mx { width: 100%; }
	.left_form .i_sup_div { width: 100%; margin-bottom: 8px; }
	
	.flex .i_sup_ph { width: 31%; display: block; float: left; margin-right: 0; }
	.flex  .ph_solt { width: 3.5%; float: left; display: block; text-align: center; }
	
	.sm_comm { font-size:13px; }
	.sum_block { display: block !important; }
	.sum_block .byte { padding: 0 1px; }
	.sum_block .i_sup_year { width: 45px; }
	.sum_block .i_sup_block { width: 100%; text-align: center; margin-top: 4px; margin-left: 0; }
	.flex.check_group { display: block; }
	.flex.check_group .check_tit { width: 100%; display: block; }
	
	.book_loc { width: 36px; height: 36px; line-height: 36px; font-size: 12px; }
	.ic_new { font-size: 11px; padding: 1px 5px; }
	
	.element_pop .search_list { min-width: 100%; height: 244px; max-height: 244px; }
	.element_pop .search_list ul li { font-size: 13px; padding: 4px; }

	/* admission */
	input#ename1, input#ename2, input#ename3 { width:32.5%; margin-right:3px; font-size: 12px; }
	input#ename3 { margin-right: 0; }	
	.line_search input[type="text"] {width: calc(100% - 66px);margin-bottom: 2px;}
	input#addr1, input#addr2 { width:100%; margin-bottom:4px;}
	
	.notice .cont .tit .no {min-width: auto;  }
	.type_pic .image_grid_v .cont {width: 100%; margin-top: 20px; margin-right: 0px;}
	.type_pic .image_grid_v .cont:nth-child(2) {margin-top: 20px;}
	.type_pic .image_grid_v .cont .img_area { height: 150px;}
	.type_pic .image_grid_v .cont .img_area img { width: auto; }
}
@media screen and (max-width:480px) {
	.apply_common tr th { width: 108px; }
	.apply_form .container .section_group section .check_group label { line-height:1.5em; }

}