/*인사말*/
.content_wrap .content_area.greeting {
	display: flex;
}
.greeting{position:relative; max-width:1400px}
.greeting .img{
	position: relative; 
	height: 550px;  
	background: url(../img/bg_greeting.jpg) no-repeat 50%;
	/* background: url(../img/sub/test_person.png) no-repeat 50%; */
	background-size: cover;
	width: 50%; 
}
.greeting .tit { 
	position: absolute;
	top: 30px; 
	right: 100px; 
	width: 514px;
	padding:80px; 
	background: #282e0f;
	background: #282e0f8f;
}
.greeting .tit:before{content:''; display:block; position:absolute; top:-23px; left:50px; width:1px; height:80px; margin:0; background:#fff;}

.greeting .tit h2{margin-bottom:10px; color:#fff; font-size:36px; line-height:1.6; text-align:left; letter-spacing:3px}
.greeting .tit h5{position:relative; margin:0; color:#fff; font-size:18px; font-weight:100;  line-height:1.6; word-break:keep-all; box-sizing:border-box; text-align:left; letter-spacing:-1px}

.greeting .tit h5 span{display:block; font-weight:600;}

.dean_area {
	width: 100%;
	height: 400px; 
	margin-top: 50px;
	background-color: #f1f1f1;
	background: url("/theme/sample108/img/sub/greetings_bg4.jpg") no-repeat;
	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
	background-position: top;
	background-size: contain;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.dean_area p {
	font-size: 28px;
	line-height: 32px; 
	font-weight: 500;
	color: #444;
	text-align: left;
}
.dean_area p .point { font-weight: 600; color: #111; }
.dean_area img { 
	width: 300px; 
	visibility: hidden;
}
.greeting .colum { 
    margin: 0 auto;
    font-size: 18px;
    color: #555;
    text-align: center;
    border-radius: 20px;
    padding: 50px 0;
	width: 1200px;
}
.greeting .colum .first_line {
	font-family: 'GyeongbukDaeJinri';
	font-weight: 300;
	font-size: 36px;
	position: relative;
	margin-bottom: 50px;
	padding: 15px;
	color: #333;
	background-color: #f5f5f5;
	color: #ff0000;
	border-radius: 50px; 
}
.greeting .colum .last_line {
	padding: 50px 0 90px; 
	position: relative;
	font-weight: 600;
	font-size: 26px;
	line-height: 34px;
    color: #940000;
}
.greeting .colum .last_line:before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 50px;
	background: #333;
}
.content_framework {
	display: flex; 
	flex-direction: column;
	gap: 50px;
}
.greeting .colum:after{clear:both; content:""; display:block;}
.greeting .colum .left{float:left; width:48%; text-align:justify; }
.greeting .colum .right{float:right; width:48%; text-align:justify; }
.greeting .colum .point {
	color: #ff0000;
	font-weight: 600;
}
.greeting .colum .point2 {
    font-size: 36px;
    line-height: 46px;
	font-family: 'GyeongbukDaeJinri';
	font-weight: 300;
    margin-top: 10px;
    display: block;
}
.greeting .colum p,
.greeting .colum ul li {
	word-break: keep-all;
	font-size: 20px; 
    line-height: 26px;
    font-weight: 500;
	color: #222;
}
.greeting .colum ul { 
	width: 100%; 
}
.greeting .colum ul li {
	font-weight: 600;
    display: block;
	display: inline-block;
	text-align: center;
	position: relative;
}
.greeting .colum ul li:before {
	content: '';
	position: absolute;
	left: -10px; 
	top: 50%;
	transform: translateY(-50%);
	
}

.greeting .colum ul li:last-child { margin-bottom: 0; }
.greeting .colum .planFlow {
	margin: 15px auto;
}
.greeting .colum .planFlow li {
    background-color: #ffe400;
    padding: 5px 10px;
	border-radius: 20px;
	margin-bottom: 6px;
}
.greeting .colum .listUp {
	display: flex;
    flex-direction: column;
    background-color: #eee;
	padding: 20px;
	margin: 10px auto;
}
.greeting .colum .listUp li {
	position: relative;
	padding-left: 25px;
	line-height: 1.6;
	text-align: left;
    margin: auto;
}

.greeting .colum .listUp li::before {
	content: "✔";
	color: #ff0000;
	font-weight: bold;
	margin-right: 8px;
	position: absolute;
	left: 0;
	top: 17px;
}

.writing.sign {
	text-align: center; 
	font-size: 24px; 
	font-weight: 500; 
	color: #222;
	margin: 0 0 40px; 
	background-repeat: no-repeat;
	background-position: right center; 
}
.writing.sign .affiliation {
	font-size: 20px; 
}
.writing.sign .name { 
	font-size: 34px; 
	line-height: 42px;
	font-weight: 700;
	display: block;
}
.content_wrap .txtCon .sub_title { padding: 0; }


@media (max-width: 1280px) {
	.greeting .colum { 
		padding-bottom: 0;
	}
	.dean_area { 
		gap: 200px;
		height: 350px;
		background-position: bottom right;
	}
}
@media (max-width: 1080px) {
	.content_framework {
		gap: 40px;
	}
	.greeting .colum .last_line { 
		padding: 50px 0 90px;
	}
}
@media (max-width: 992px) {
	.content_wrap .content_area.greeting { flex-direction: column; }
	.greeting .img { width: 100%; }
	.greeting .colum { width: 100%; }
	.greeting .colum .first_line { font-size: 32px; }
	.dean_area {
		gap : 100px;
	}
	.greeting .colum .point2 { 
		font-size: 32px; 
	}
}
@media (max-width: 980px) {
   	.greeting .tit{position:relative; width:100%; height:auto; padding:50px; top:0; right:0;}
	.greeting .tit h2{font-size:32px;}
	.greeting .img { height:253px}
	.greeting .img:before{left:50%; width:300px; height:310px; margin-left:-150px; background-size:cover;}
	.greeting .colum .left { width:100%; clear:both}
	.greeting .colum .right { width:100%; padding-top:20px; clear:both}
	.writing.sign { 
		font-size: 20px; 
		margin-top: 40px;
	}
	.writing.sign .name {
	    font-size: 30px;
	}
}
@media (max-width: 860px) {
	.dean_area { gap: 20px; }
	.dean_area p { font-size: 24px; line-height: 28px; }
	.greeting .colum { padding: 0; background: #fff; border-radius: 0; }
	.greeting .colum .first_line { font-size: 28px; padding-bottom: 20px; }
	.greeting .colum .last_line {
	    padding: 50px 0 70px;
		font-size: 24px;
	}
	.greeting .colum .last_line:before { bottom: 10px; height: 40px; }
	.writing.sign { margin-top: 15px; }
	.content_wrap .content_area.greeting { padding-bottom: 0; }
	.greeting .colum .point2 { 
		font-size: 28px;
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	.greeting .colum p, .greeting .colum ul li { font-size: 18px; }
	.greeting .colum ul { width: auto; }
	.greeting .colum .last_line { font-size: 22px; line-height: 26px; }
	.dean_area {
		height: 250px;
	}
	.dean_area img {
		display: none;
	}
	.dean_area p { text-align: center; }
	.greeting .colum .listUp li { margin: initial; }
}
@media (max-width: 578px) {
	.writing.sign { 
		margin-top: 0; 
		font-size: 18px;
	}
	.greeting .colum .first_line { 
		font-size: 24px; 
	}
	.writing.sign .name { font-size: 26px; padding-top: 5px; }
	.content_wrap .txtCon .sub_title .sub_pointer {
        font-size: 20px;
        padding-top: 60px;
    }
	.greeting .colum { 
		padding: 30px 0 0; 
	    font-size: 17px;
		line-height: 21px;
	}
	.content_framework { gap: 20px; }
	.greeting .colum .last_line { padding: 30px 0 70px; }
	.dean_area {
		height: 200px;
	}
	.dean_area p { font-size: 22px; line-height: 28px; }
	.greeting .colum .point2 { 
		font-size: 24px;
		line-height: 36px;
	}
	.paragraph-1 br:nth-child(3) { display: none; }
	.paragraph-2 br { display: none; }
	.paragraph-3 br { display: none; }
	.paragraph-7 br { display: none; }
    .greeting .colum .last_line {
        font-size: 20px;
        line-height: 25px;
    }
	.greeting .colum .last_line br { display: none; }
}
@media (max-width: 450px) {
	.dean_area p { font-size: 20px; line-height: 24px; }
	.greeting .colum { padding: 30px 0 0; }
	.greeting .colum .first_line { font-size: 20px; }
	.greeting .colum p, .greeting .colum ul li { font-size: 17px; }
	.greeting .colum .last_line {
		font-size: 18px;
        line-height: 26px;
        font-weight: 600;
	}
}
/*인사말*/




/* 교수진 소개 */
.company_info  { width:100%; height:auto;  }
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding:20px}
.company_info .txt_page h2 .last { color: #ff0000; }
.company_info .txt_page p { 
	
	font-size: 18px; 
	word-break: keep-all; 
	line-height: 1.8;
	color: #555;
	padding-bottom: 15px
}
.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}

.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology dl { float:left; width:33.3333%; padding:20px; border-right:1px solid #ddd}
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl dt { font-size:20px; height:60px; font-weight:bold; letter-spacing:5px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:16px; color:#555}

.tl_title_box_wrap {width:100%; height:auto; padding:150px 20px; clear:both; background-image:url(../img/work_page_bg.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.tl_title_box_wrap li {position:relative; width:23.5%; min-height:400px; background-color:#fff; margin-left:2%; float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:35px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size:24px; color:#1a1a1a; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { font-size:16px; color:#555; padding-top:50px; word-break:keep-all; line-height:1.6;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}


.company_info .txt_page h2 { 
	font-size: 42px; 
	line-height: 1; 
	font-weight: 300; 
	margin-bottom: 44px; 
	padding-top: 70px; 
	display: block; 
	font-family: 'GyeongbukDaeJinri';
}
.leadBox {
	padding: 20px;
	border-radius: 30px; 
	background-color: #f1f1f1;
	width: 100%;
}
.leadBox li {
	font-size: 18px; 
	word-break: keep-all; 
	line-height: 1.8;
	color: #555;
	padding-bottom: 15px
}
.leadBox li:last-child { padding-bottom: 0; }
.company_info .Ideology .inner .department {
	font-size: 30px;
	font-weight: 500;
	color: #333; letter-spacing: 5px; 
	text-align: center;
	padding: 55px 0 10px;
	font-family: 'GyeongbukDaeJinri';
	font-weight: 300;
}
.company_info .Ideology .inner .department:after { 
	content: " ";
	display: block;
	margin: 5px auto; 
	width: 120px; 
	height: 1.5px; 
	background-color: #ff0000; 
	clear: both;
}
.company_info .staff_cards_wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 20px;
}
.company_info .staff_card {
    width: 50%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.company_info .staff_card.none {
	box-shadow: none;
	border: 0;
}
.company_info .staff_info {
    padding: 30px 0 20px 30px;
}

@media (max-width: 1280px) {
	.company_info .txt_page h2 { margin-bottom: 24px; }
	.company_info .Ideology .inner .department { padding: 45px 0 10px; }
}
@media (max-width: 1000px) {
	.company_info .staff_cards_wrap { gap: 30px; padding: 20px 20px 10px; }
	.company_info .txt_page h2 { font-size: 32px; line-height: 36px; margin-bottom: 20px; }
	.leadBox li { line-height: 1.6; }
	.company_info .Ideology .inner .department { padding: 25px 0 0; }
} 
@media (max-width: 768px) {
	.company_info .staff_card { width: 95%; }
}
@media (max-width: 960px){
	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}

	.company_info .staff_cards_wrap {
		padding: 20px 10px 0; gap: 20px;
	}
}
@media (max-width: 640px) {
	.company_info .img_page  { background-size:cover; height:300px}
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
}
@media (max-width: 450px) {
	.company_info .staff_cards_wrap { padding: 20px 0 0; }
	.company_info .staff_card { width: 100%; }
	.company_info .staff_info { padding: 25px 0 20px 20px; }
}
/* 교수진 소개 */



/*연혁*/
.history_content_wrap .txtCon .sub_title h2 { margin-bottom: 70px; }
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%}

.staff_cards_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  
}
.staff_card {
  width: 50%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.04);

  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.staff_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}
.staff_img img {
  width: 100%;
  display: block;
}
.staff_info {
  padding: 40px 30px 30px;
}
.staff_info_detail {
	padding-bottom: 15px; 
	display: flex;
	gap: 12px;
}
.staff_name {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
} 
.staff_position {
	font-size: 18px; 
	font-weight: 400;
	padding-left: 5px; 
	letter-spacing: 1px;
}
.executive_position {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    background: #555;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
}
.executive_position.none {
	display: none;
}
.staff_major_detail {
	display: flex;
	gap: 7px;
	align-items: center;
}
.staff_major {
	font-size: 17px;
	padding-left: 120px;
	color: #666;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.staff_major:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	left: 10px;
	top: 88%;
	background: #333;
}
.company_info .staff_card.none .staff_major:before {
	content: initial;
}
.staff_contact {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}




@media (max-width: 980px){
	.history_content_wrap .txtCon .sub_title h2 { margin-bottom: 40px; }
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
}

@media (max-width: 768px) {
  .staff_cards_wrap {
    flex-direction: column;
    align-items: center;
  }
	.staff_card {
		width: 100%;
	}
}
@media (max-width: 578px) {
	.history_content_wrap .txtCon .sub_title h2 { margin-bottom: 0px; }
	.history_area  { padding-top: 0; }

	.company_info .txt_page h2 { 
		font-size: 30px; 
		margin-bottom: 26px;
		padding-top: 20px;
	}
	.company_info .txt_page p {
		font-size: 16px;
		line-height: 1.6;
	}
	.staff_info { padding: 30px 20px 20px; }
	.staff_major { font-size: 16px; }
	.staff_contact { font-size: 16px; line-height: 1.4; }
	.company_info_wrap .txtCon { margin: 30px 0; }
}
/*연혁*/





/*오시는 길*/
.location_content_wrap .content_wrap .content_area { padding: 100px 0; }
.map_area{position:relative;}
.map_area .txt{position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);width:1400px;z-index:100;}
.map_area .txt .txt_wrap {background-color:#006fce;box-shadow:3px 3px 3px rgba(0,0,0,0.2);padding:45px 0;}
.map_area .txt .logo{position:absolute; top:34px; left:0; border-right:1px solid #1a7dd3; text-align:center; width:315px; line-height:90px; height:90px;}
.map_area .txt .contact{display:block; color:#fff; font-weight:500; font-size:20px; letter-spacing:-1px; line-height:1.6; padding:0 0 0 405px;}
.map_area .txt .tx .tel{font-weight:300;}
.map_area .txt .bt{position:absolute;top:50%;right:40px;margin-top:-35px;display:block;border-radius:65px;border:3px solid #fff;color:#fff;font-size:20px;text-align:center;min-width:220px;line-height:60px;height:65px;}
.location_content_wrap .contact_area .contact_map iframe { margin-bottom: 40px; }

/* .contact_address {
	width: 100%;
	height: auto; 
	line-height: 1.7;
}
.contact_address ul {
	max-width: 1240px;
	clear: both;
}
.contact_address ul li {
	color: #555;
	margin-top: 5px;
	margin-bottom: 5px; 
	font-size: 18px;
}
.contact_address ul li strong {
	font-weight: 700;
	padding-right: 5px; 
}
.contact_address ul li .tt {
	font-size: 22px;
}
.contact_address ul li.tt_contents_wrap .tt_contents-d { padding-top: 10px; }
.contact_address ul.contact_address-d { padding-bottom: 20px; }
.contact_address ul li.tt_contents_wrap {  }
.contact_address ul li.tt_contents_wrap .tt {
	color: #222;
    position: relative;
}
.contact_address ul li.tt_contents_wrap .tt_contents-d { 
	border-bottom: 0; 
	padding-top: 0;
	padding-bottom: 0;
}
.contact_traffic { max-width:1240px; clear:both;}
.contact_traffic:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.contact_traffic ul {border-bottom:1px solid #ddd; padding-bottom:25px}

.contact_traffic .bus {
	width: 100%;
	padding: 50px 0;
}
.contact_traffic ul li {
	color: #555; 
	line-height: 33px;
	font-size: 16px;
}
.contact_traffic h3 { 
	font-size: 20px; 
	font-weight: 400; 
	letter-spacing: -1px; 
	color: #1a1a1a; 
	padding-bottom: 10px; 
	text-align: left;
}

.contact_address ul li .transfer_title { font-size: 18px; }
.contact_address ul li .transfer_contents_wrap { 
	display: flex;
	gap: 15px; 
	padding: 0 0 10px
}
.contact_address ul li .transfer_contents_wrap li { 
	display: flex; 
	align-items: center;
	gap: 7px; 
}
.contact_address ul li .transfer_contents_wrap li .d_title {
    padding: 0 5px;
    border-radius: 7px;
    color: #fff;
}
.contact_address ul li .transfer_contents_wrap li .style-1 {
	background-color: #5f74f5;
}
.contact_address ul li .transfer_contents_wrap li .style-2 {
	background-color: #43ad15;
}
.contact_address ul li .transfer_contents_wrap li .style-3 {
	background-color: #ff3f17;
} */


/* @media (max-width: 1500px) {
	.location_content_wrap .contact_address {
		padding: 0 20px;
	}
}
@media (max-width: 1400px) {
	.map_area .txt {margin-top: -30px;width: 1024px;}
	.map_area .txt .txt_wrap{border-radius:0px 0px 20px 0px;margin:0 15px;padding:0 0 30px;}
	.map_area .txt .logo{display:block;position:relative;top:auto;left:auto;border-right:0; margin-left:0;width:100%;}
	.map_area .txt .logo:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-88px;background-color:#1a7dd3;width:177px;height:1px;}
	.map_area .txt .contact {line-height:180%;padding:20px 0 0;text-align:center;}
	.map_area .txt .contact .tel{font-weight:300;}
	.map_area .txt .bt{position:static;border-radius:65px;margin:35px auto 0;width:150px;}
}
@media (max-width: 640px) {
	.map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.map_area .txt .logo img { height:20px}
	.map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.map_area .txt .bt { position: static; border-radius: 65px;  border-width: 2px; font-size: 15px; margin: 25px auto 0; width: 150px; line-height: 40px; height: 40px;}
	.map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
}
@media (max-width: 578px) {
	.contact_address ul li { font-size: 17px; }
	.contact_address ul li .tt { font-size: 20px; }
	.lead { line-height: 1.45; }
} */

.info-wrap .detail-content strong {
    position: relative;
    display: block;
    font-size: 24px;
    padding-left: 1.3rem;
    margin: 3rem 0 1rem 0;
}
.info-wrap .detail-content strong::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    background-color: #222;
    width: 0.5rem;
    height: 24px;
}
.info-wrap .detail-content .text-content ul li {
    position: relative;
    display: block;
    /* width: 100%; */
    line-height: 2;
    font-size: 18px;
}
.info-wrap .detail-content .text-content ul li b {
    display: inline-block;
    width: 13rem;
}
.info-wrap .detail-content .text-content ul li .point-text {
	color: #ff0000;
	font-weight: 700;
}
.info-wrap table {
    position: relative;
    width: 100%;
    border-right: 1px solid #ddd;
}
.info-wrap table caption {
    font-size: 0;
}
.info-wrap table * {
    box-sizing: border-box;
    word-break: keep-all;
    border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
}
.info-wrap table thead tr th {
    background-color: #f5f5f5;
    padding: 15px 0;
}
.info-wrap table tbody tr td, .info-wrap table tbody tr th {
    padding: 10px 7px;
}
.info-wrap .detail-content .text-content table tbody tr td p { 
	border: 0;
	display: flex; 
	align-items: center;
    gap: 5px;
}
.info-wrap .detail-content .text-content table tbody tr .transfer_common { display: flex; gap: 10px; }
.info-wrap .detail-content .text-content table tbody tr td .ks small {
    /* position: absolute; */
    display: block;
    padding: 0.2rem 0.35rem;
    font-size: 0.9rem;
    left: 0;
    top: 0.2rem;
    color: #fff;
    border-radius: 0.25rem;
    box-sizing: border-box;
    background-color: #5f74f5;
}
.info-wrap .detail-content .text-content table tbody tr td .js small {
    /* position: absolute; */
    display: block;
    padding: 0.2rem 0.35rem;
    font-size: 0.9rem;
    left: 0;
    top: 0.2rem;
    color: #fff;
    border-radius: 0.25rem;
    box-sizing: border-box;
    background-color: #43ad15;
}
.info-wrap .detail-content .text-content table tbody tr td .gh small {
    /* position: absolute; */
    display: block;
    padding: 0.2rem 0.35rem;
    font-size: 0.9rem;
    left: 0;
    top: 0.2rem;
    color: #fff;
    border-radius: 0.25rem;
    box-sizing: border-box;
    background-color: #ff3f17;
}
.info-wrap .detail-content .text-content table tbody tr td .sh small {
    /* position: absolute; */
    display: block;
    padding: 0.2rem 0.35rem;
    font-size: 0.9rem;
    left: 0;
    top: 0.2rem;
    color: #fff;
    border-radius: 0.25rem;
    box-sizing: border-box;
    background-color: #A86400 /*#e5a700*/;
}
.info-wrap .detail-content .text-content table tbody tr td span {
    position: relative;
    display: inline-block;
    padding: 0 1.5rem 0 2.5rem;
    white-space: nowrap;
	border: 0;
}
.tb-sub { padding-bottom: 5px; display: block; color: #0000ff; font-size: 14px; font-weight: 600; }

@media screen and (max-width: 1500px) {
	.info-wrap.location { padding: 0 20px; }
}
@media screen and (max-width: 992px) {	
	.info-wrap .text-content { width: 100%; }
	.info-wrap .text-content table { overflow-x: scroll; }
	.info-wrap table tbody tr td, .info-wrap table tbody tr th { padding: 10px; }
}
@media screen and (max-width: 768px) {
	.info-wrap .detail-content .text-content ul li b { width: 8rem; }
	.info-wrap .detail-content .text-content table tbody tr td,
	.info-wrap .detail-content .text-content table tbody tr td p { flex-wrap: wrap; }
}
@media screen and (max-width: 650px) { 
	.info-wrap .detail-content strong {
		font-size: 20px;
		padding-left: 1rem;
	}
	.info-wrap .detail-content:first-child strong { margin-top: 2rem; }
	.info-wrap .detail-content strong::before {
	    width: 0.4rem;
		height: 20px;
	}
	.info-wrap .detail-content .text-content ul li { font-size: 17px; }
	.info-wrap .detail-content .text-content ul li b { width: 7rem; }
}
@media screen and (max-width: 578px) { 
	.info-wrap .detail-content { overflow-x: scroll; }
	.info-wrap .text-content { width: 600px; }
	.info-wrap .detail-content .text-content ul li { font-size: 16px; }

}
/*오시는 길*/








/* content01 */
.content01 .box { position: relative; padding-bottom:80px; display:block; width:inherit; border:0; text-align:left}
.content01 .box .img_right { float:right}
.content01 .box .txt_wrap { position: absolute; right: 0; top:45px; background: #fff; padding:50px;  width: 60%;}
.content01 .box .txt_wrap .half-round-tit { display:inline-block;margin-bottom:20px}
.content01 .box .txt_wrap .half-round-tit strong {color:#1a1a1a;  font-size:22px; font-weight:500;  vertical-align: middle;  line-height:1.6; letter-spacing:0;}
.content01 .box .txt_wrap .half-round-tit span { display: inline-block; width:35px; height:35px; line-height:35px; text-align: center;  border-radius: 50%; vertical-align: middle; color: #fff; font-size:16px}
.content01 .box .txt_wrap .half-round-tit span {background:#8abd00; margin-right:10px; float:left}
.content01 .box .txt_wrap p {text-align: justify;}
.content01 .box .txt_wrap02 { position: absolute; left: 0; top:45px; background: #fff; width: 60%;}

@media screen and (max-width: 960px) {
	.content01 .box .img { text-align:center; display:block; float:none; clear:both}
	.content01 .box .img img { width:100%}
	.content01 .box .txt_wrap { width:100%; padding:20px; display:block; position:relative; clear:both}

}
/* content01 */



/* content02 라고 적혀있는 교과과정 */
.content02_content_wrap .txtCon .sub_title h2 {
	padding-bottom: 100px; 
}
.content02_content_wrap .content_area {
	padding-bottom: 50px;
}
.content02 ul li { 
	width: 100%;
	height: 300px;
	float: left;
}
.content02 ul li .profile { 
	float: left; 
	padding-bottom: 50px; 
	width: 48%;
	height: 100%;
}
.content02 ul li .profile img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content02 ul li dl { float:left; padding:0 40px; width:52% }
.content02 ul li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:20px; color:#1a1a1a; letter-spacing:0}
.content02 ul li dl dt dd {  margin-left: 10px; font-size:17px; color:#444; line-height:1.75; letter-spacing:-0.02em; text-align:left; display:block; clear:both;  }

.curriculum_info .txt_page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
	padding-bottom: 70px;
}
.curriculum_info .txt_page .leadBox li {
	line-height: 1.2;
}
.curriculum_info .txt_page .leadBox li:first-child,
.curriculum_info .txt_page .leadBox li:nth-child(7) { padding-bottom: 0; }
.curriculum_info .txt_page .leadBox li .point { color: red; }
.ver_line { width: 1px; height: 30px; background: #999; margin: 10px 0; }


@media screen and (max-width: 1210px) {
    .content02 ul li { width:49%; margin-left:2%; margin-bottom:6%}
	.content02 ul li:nth-child(2n+1) { margin-left:0}
	.content02 ul li .profile { width:100%}
	.content02 ul li dl { width:100%; padding:0 20px}
}
@media screen and (max-width: 640px) {
	.content02_content_wrap .txtCon .sub_title h2 {
		padding: 0;
	}
}
@media screen and (max-width: 640px) {
	.content02 ul li { width:100%; margin-left:0}

}
/* content02 */





/* content03 */
.content03 li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.content03 li:nth-child(3n+3){margin-right:0}
.content03 li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.content03 li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.content03 li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.content03 li p { text-align:center; word-break:keep-all}
.content03 li .icon_img {text-align:center;padding-top:20px;display:block;}
@media screen and (max-width: 960px) {
	.content03 li { width:50%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}

@media screen and (max-width: 640px) {
	.content03 li { width:100%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}
/* content03 */




/* content_area04(스마트창업학과) */


.content04 { padding:0 20px 0 0}
.content04 p { font-size: 18px; color: #1a1a1a;
}
.content04 h2 { 
	font-size: 28px; 
	font-weight: 300; 
	text-align: left; 
	padding: 10px 0 0;
}
.smartStartups .main_title {
	font-size: 42px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 44px;
    padding-top: 50px;
    display: block;
    font-family: 'GyeongbukDaeJinri';
}
.smartStartups .main_title2 {
	font-size: 26px; 
	font-weight: 600;
	text-align: left;
}
.smartStartups .main_title .last { color: #ff0000; }
.content04 .colum { 
	/* max-width: 1400px;  */
	margin:0 auto; 
	padding: 60px 0 
}
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .img img { 
	width: 100%;
	border-radius: 50px;
	display: none;
}
.content04 .content_sub_title { margin:0 auto; }
.content04 .content_sub_title:after { 
	content: " ";
	visibility: hidden;
	display: block; 
	height: 0; 
	padding-bottom: 10px; 
	clear: both;
}
.content04 .content_sub_title .sub_title{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; box-sizing:border-box}
.content04 .content_sub_title .sub_txt {float:right; width:75%;}
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }

.smartStartups .subContent_wrap { 
    /* border: 1px solid #aaa; */
    padding: 40px 30px 30px 30px;
    border-radius: 50px;
	background-color: #efefef;
}
.textBlock .upperText { 
	font-family: 'GyeongbukDaeJinri'; 
    margin-top: 50px;
    text-align: center;
    padding: 20px;
    background-color: #efefef;
    font-size: 26px;
}
.textBlock .arrow_up {
	margin: 20px auto;
	width: 50px; 
	display: block;
}
.textBlock .innerTextBox .textMain {
	font-family: 'GyeongbukDaeJinri'; 
	font-weight: 300;
	text-align: center;
	font-size: 20px; 
	padding: 10px 0 8px;
	border-radius: 20px;
	background-color: #777;
	color: #fff;
}
.textBlock .innerTextBox .card-wrap {
	display: flex;
	width: 100%; 
	gap: 50px;
	margin-top: 30px;
}
.textBlock .innerTextBox .card-wrap .card- {
	flex-grow: 1;
}
.textBlock .innerTextBox .card-wrap .card- .textSub {
	text-align: center;
	padding: 30px; 
	font-size: 22px;
    background-color: #efefef;
    border-radius: 20px;
}
.textBlock .innerTextBox .card-wrap .card- .box- {
	padding-left: 10px;
	padding-top: 10px;
}
.textBlock .innerTextBox .card-wrap .card- .box- li {
	padding-bottom: 10px;
	font-size: 17px;
	word-break: keep-all;
}

@media screen and (max-width: 1280px) {
	.content_wrap .txtCon { padding: 100px 20px; }
}
@media screen and (max-width: 1000px) {
	.smartStartups .main_title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
	.smartStartups .main_title2 { font-size: 22px; }
	.content04 .colum { padding: 40px 0 }
}
@media screen and (max-width: 960px) {
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .content_sub_title .sub_title { width:100%; margin-bottom:20px; clear:both}
	.content04 .content_sub_title .sub_txt { float:left; width:100%}
}

@media screen and (max-width: 650px) {
	.content04 h2 { font-size: 18px; } 
	.content_wrap .content_area.content04 { padding-top: 0;} 
}
@media screen and (max-width: 578px) {
	.smartStartups .main_title {
        font-size: 30px;
        margin-bottom: 26px;
        padding-top: 20px;
	}
	.content04 .colum { padding: 30px 0; }
	.content_wrap .txtCon {
        padding: 60px 0 80px 0;
    }
	.content04_wrap { padding: 0 10px; }
	.smartStartups .subContent_wrap {
	    padding: 20px;
	}
	.content04 .content_sub_title .sub_title {
		margin-top: 10px;
		margin-bottom: 0; 
	}
	.lead { line-height: 1.45; }
	.content04 .content_sub_title .sub_title { font-size: 20px; }
	.content04 p { font-size: 17px; }
}
/* content_area04 */







/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:30px; word-break:keep-all}
@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
}
/* content_area05 */






/* content_area06 */
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; }
@media screen and (max-width: 960px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/* content_area06 */

/* 교육과정 */
.curriculum_wrap { 
	padding: 50px 0 100px; 
}
.custom-course-table-wrap { max-width: 1200px; margin: auto; }
.custom-course-table {
	width: 100%;
	border-collapse: collapse;
}

.custom-course-table th,
	.custom-course-table td {
	border: 1px solid #e0e0e0;
	text-align: center;
	vertical-align: top;
}

.custom-course-table th {
	background-color: #f5f5f5;
	color: #111;
    font-size: 18px;
    font-weight: 700;
	text-align: center;
	padding: 17px 20px;
	border-left: 0;
    border-right: 0;
    border-top: 2px solid #ddd;
}
.custom-course-table td {
	font-size: 17px; 
	padding: 15px 20px;
}

.custom-course-table td:first-child {
	background-color: #fdfdfd;
	/* width: 30%; */ 
	font-weight: 500;
	color: #444;
}
.custom-course-table .major-select {
	
}
.custom-course-table .major-select td:first-child {
	width: 25%; 
	text-align: center;
}
.custom-course-table .major-select .last { 
	text-align: center;     
	vertical-align: middle; 
}
.custom-course-table ul {
	list-style: none; 
	padding-left: 0;
	margin: 0;
}

.custom-course-table ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.5;
}

.custom-course-table ul li:last-child {
	margin-bottom: 0;
}

.custom-course-table ul li::before {
	content: '■';
	position: absolute;
	left: 0;
	top: 0;
	color: #007bff;
	font-size: 12px;
}

.custom-course-table del {
    color: #999; 
    text-decoration-thickness: 1px;
}

.custom-course-table .note {
    font-size: 14px;
    color: #777;
    margin-top: 8px;
    display: block;
}
  
/* .custom-course-table .new-tag {
    background-color: #e6f7ff;
    color: #0056b3;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
} */

.custom-course-table tfoot td {
	background-color: #f7f9fa;
	text-align: left;
	font-size: 13px;
	color: #555;
}
.table_sub {
	font-size: 14px; 
	padding-top: 7px;
	padding-left: 7px;
	font-weight: 500;
	color: #f10000;
}

@media screen and (max-width: 1280px) {
	.curriculum_wrap { padding-bottom: 20px; }
}
@media screen and (max-width: 768px) {
	.custom-course-table-wrap {
		width: 100%;
		overflow-X: scroll;
	}
	.custom-course-table {
		width: 768px; 
	}
	.custom-course-table th {
		font-size: 18px;
		padding: 15px 20px
	}
	.custom-course-table td,
	.custom-course-table td strong { 
		font-size: 17px;
	}
}
/* 교육과정 */


