@charset "UTF-8";

#content{padding:43px 0 200px;}

.page_spot{min-width:1100px; height:330px; background:no-repeat center 0; }
.page_spot.fixed{padding-bottom:50px;}

.section{width:960px; margin:0 auto;}
.full_section{width:100%; min-width:960px;}

/* snb */
.lnb_nav.fixed{position:fixed;top:0px; left:0px; right:0px; z-index:100;}
.lnb_nav{min-width:1100px; background:#e9e9e9;}
.lnb_nav .lnb_nav_list{margin:0 auto; }
.lnb_nav .lnb_nav_list:after{content:''; display:block; clear:both;}
.lnb_nav li{float:left; border-left:1px solid #fff}
.lnb_nav li:first-child{border-left:0;}
.lnb_nav a{display:block; text-align:center; padding:19px 0px 18px; height:13px; line-height:13px; color:#666666; font-size:14px; background:#e9e9e9;}
.lnb_nav li.on a{border-top:2px solid #e71a10; color:#e71a10; background:#fff; padding:17px 0px 18px;}
.lnb_nav.split5 ul{width:698px;}
.lnb_nav.split4 ul{width:555px;}
.lnb_nav.split3 ul{width:416px;}
.lnb_nav li{width:138px;}

/* 서브페이지 공통*/
.page_location{width:1100px;}
.ta .page_location{padding-right:10px; box-sizing:border-box}
.page_location{margin:0px auto; padding-top:20px; font-size:12px; text-align:right; letter-spacing:0px}
.page_location i img{margin-top:-2px; vertical-align:middle}
.page_location a{padding:0px 2px;}

/* 타이틀 */
.page_title{width:960px; padding-bottom:65px; margin:0px auto; border-bottom:1px solid #d2d2d2; text-align:center;}
.page_title span{display:block; padding-top:13px; color:#888888; font-size:20px; font-weight:100; letter-spacing:-0.5px;}
.section_title{text-align:center; color:#101010; font-size:30px;}
.section_title.underline{position:relative;}
.section_title.underline:after{content:""; display:block; position:absolute;  left:50%; width:34px; height:1px;  margin-left:-17px;background:#e6240f; }
.sub_title{text-align:center; color:#101010; font-size:25px; }
.sub_title .decs{color:#888888;}

/* 탭 */
.tabList{width:960px; margin:0 auto 100px; border-bottom:1px solid #d2d2d2; border-top:1px solid #d2d2d2}
.tabList:after{content:''; display:block; clear:both;}
.tabList li{float:left; height:48px; line-height:49px; border-left:1px solid #d2d2d2; background-repeat:no-repeat; text-align:center;}
.tabList li:first-child{border-left:0;}
.tabList a{display:block; height:47px; color:#333; font-size:15px;}
.tabList li.on{background-color:#f2f2f2;}
.tabList li.on a{color:#e6240f; border-bottom:2px solid #e6240f;}
.tabContent{display:none;}
.tabContent.on{display:block;}
/* 200907 */
.tabList.col2 li{width:50%}

/* 2019-11-07 추가 */
/* 장학지원 서브 탭 */
.subTabList{width:960px; margin:0 auto 50px; overflow:hidden;}
.subTabList li{float:left; width:240px; height:50px; border:1px solid #dcdcdc; border-right:0; box-sizing:border-box;}
.subTabList li:last-child{border-right:1px solid #dcdcdc;}
.subTabList li a{display:block; width:100%; height:100%; font-size:15px; color:#333; text-align:center; line-height:50px; font-weight:600}
.subTabList li.on{border:1px solid #e41e26;}
.subTabList li.on a{color:#e41e26}
.subTabList li.on + li{border-left:0;}
.subTabList li.end { border:1px solid #333; }
.subTabList li.end a { color:#333; }
/* // 2019-11-07 추가 */
.subTabList.ty-2 li { width:50%; }
.subTabList.ty-2 li.on { border:1px solid #333; }
.subTabList.ty-2 li a { color:#a6a6a6; }
.subTabList.ty-2 li.on a { color:#333; }

/* jPlay */
.jp-video{position:relative; width:960px; height:540px; margin-bottom:50px;}
.jp-video .jp-play{position:absolute; top:0; left:0; right:0; bottom:0; width:100%; text-indent:-999px; overflow:hidden; background:url(/resource/images/business/play_btn.png) no-repeat center; }/* 멈췄을때 css */
.pc .jp-video.auto .jp-play{background:none;}
.jp-video.auto .jp-play.pause{background:url(/resource/images/business/play_btn.png) no-repeat center; }
.jp-state-playing .jp-play{background:none;}/* 재생때 css */
.pc .jp-state-playing:hover .jp-play{background:url(/resource/images/business/stop_btn.png) no-repeat center;}/* 재생 포커스 때 css */

/* 슬라이드 */
.pony_slide{position:relative; }
.pony_slide .slide_img{position:relative; overflow:hidden; margin-bottom:10px;}
.pony_slide .slide_img li{position:absolute; overflow:hidden; left:100%;}
.pony_slide .slide_img li.on{left:100%; z-index:1;}
.pony_slide .slide_img img{position:absolute; width:100%; left:-50%;}
.pony_slide .slide_img li.on img{left:-50%}
.pony_slide .slide_img li:first-child{left:0px;}
.pony_slide .slide_img li:first-child img{left:0px;}
.pony_slide .slide_control{text-align:right;}
.pony_slide .slide_control button{position:absolute; top:50%; width:58px; height:113px; margin-top:-52.5px; z-index:10; text-indent:-99999px; overflow:hidden; outline:none;}
.pony_slide .slide_control .prev_btn{left:0px; background:url(/resource/images/business/arrow_left.png) no-repeat; }
.pony_slide .slide_control .next_btn{right:0px; background:url(/resource/images/business/arrow_right.png) no-repeat; }
.pony_slide .slide_control .prev_btn:hover{left:0px; background:url(/resource/images/business/arrow_over_left.png) no-repeat; }
.pony_slide .slide_control .next_btn:hover{right:0px; background:url(/resource/images/business/arrow_over_right.png) no-repeat; }
.pony_slide .slide_control .slide_num{display:inline-block; font-size:18px; line-height:20px; color:#888888;}
.pony_slide .slide_control .slide_num span{color:#e41e26;}

/* 3단 */
.summary_list{overflow:hidden; padding:130px 63px 0}
.summary_list li{float:left; color:#fff; background:url(/resource/images/business/academicgrant_line.png) right 0 no-repeat;}
.summary_list li .top_txt{display:block; margin-bottom:45px}
.summary_list li .top_txt small{font-size:15px}
.summary_list li .top_txt strong{display:block; font-size:35px; padding-top:8px; }
.summary_list li p{margin-bottom:0; font-size:14px; line-height:20px !important; opacity:.8}
.summary_list li.list1{padding-right:120px;}
.summary_list li.list2{padding:0 90px}
.summary_list li.list3{padding-left:120px; background:none;}

/* support_list */
.support_exp{overflow:hidden;}
.support_exp span{float:left; width:310px; font-size:20px; font-weight:bold}
.business .section .support_exp p{float:left; width:650px; margin-bottom:70px;}
.support_list{overflow:hidden;}
.support_list li{position:relative; float:left; width:210px; height:180px; margin-right:40px; padding-top:66px; background-color:#fff; background-position:center 138px; background-repeat:no-repeat}
.support_list li span{display:block; line-height:1.35em; text-align:center}
.support_list li:after{content:""; display:block; position:absolute; left:225px; bottom:115px; width:11px; height:16px; background:url(/resource/images/business/award_ico_arr.png) 0 0 no-repeat;}

/* line_txt */
.line_txt{float:left; width:auto;}
.line_txt span{display:inline-block; padding-bottom:14px; margin-bottom:14px; color:#666; font-size:18px; border-bottom:1px solid #ccc}




/* 제이랩 추가 */
/* mediaquery for mobile */

@media only screen and (max-width: 800px) {

	#content{padding:22px 0 80px;}

	.page_spot{min-width:auto; height:180px; background:no-repeat center center; background-size: auto 100%;}
	.page_spot.fixed{padding-bottom:50px;}

	.section{width:auto;}
	.full_section{ width: auto; min-width:auto;background-size: cover !important;}

	/* snb */
	.lnb_nav{display: none;}
	.lnb_nav .lnb_nav_list{margin:0 auto; }
	.lnb_nav .lnb_nav_list:after{content:''; display:block; clear:both;}
	.lnb_nav li{float:left; border-left:1px solid #fff}
	.lnb_nav li:first-child{border-left:0;}
	.lnb_nav a{display:block; text-align:center; padding:19px 0px 18px; height:13px; line-height:13px; color:#666666; font-size:14px; background:#e9e9e9;}
	.lnb_nav li.on a{border-top:2px solid #e71a10; color:#e71a10; background:#fff; padding:17px 0px 18px;}
	.lnb_nav.split5 ul{width:698px;}
	.lnb_nav.split4 ul{width:555px;}
	.lnb_nav.split3 ul{width:416px;}
	.lnb_nav li{width:138px;}

	/* 서브페이지 공통*/
	.page_location{width:auto;padding-right: 20px;}
	.ta .page_location{padding-right:10px; box-sizing:border-box}
	.page_location{padding-top:12px;}
	.page_location i img{margin-top:-2px; vertical-align:middle}
	.page_location a{padding:0px 2px;}

	/* 타이틀 */
	.page_title{width:auto; padding-bottom:34px;margin-bottom: 40px;}
	.page_title img {width: auto;height: 22px;}
	.page_title span{display:block; padding-top:13px; color:#888888; font-size:20px; font-weight:100; letter-spacing:-0.5px;}
	.section_title{text-align:center; color:#101010; font-size:30px;}
	.section_title.underline{position:relative;}
	.section_title.underline:after{content:""; display:block; position:absolute;  left:50%; width:34px; height:1px;  margin-left:-17px;background:#e6240f; }
	.sub_title{text-align:center; color:#101010; font-size:25px; }
	.sub_title .decs{color:#888888;}

	/* 탭 */
	.tabList{width:auto; margin:0 auto 40px;}
	.tabList:after{content:''; display:block; clear:both;}
	.tabList li{float:left; height:48px; line-height:49px; border-left:1px solid #d2d2d2; background-repeat:no-repeat; text-align:center;}
	.tabList li:first-child{border-left:0;}
	.tabList a{display:block; height:47px; color:#333; font-size:15px;}
	.tabList li.on{background-color:#f2f2f2;}
	.tabList li.on a{color:#e6240f; border-bottom:2px solid #e6240f;}
	.tabContents{padding: 0 20px;}
	.tabContent{display:none;}
	.tabContent.on{display:block;}
	/* 200907 */
	.tabList.col2 li{width:50%}

	/* 2019-11-07 추가 */
	/* 장학지원 서브 탭 */
	.subTabList{width:auto; padding: 0 16px; padding-bottom: 1px; margin:0 auto 32px; }
	.subTabList li { float: none; width:auto; height:42px; border-right: 1px solid #dcdcdc; margin-bottom: -1px; }
	.subTabList li a{ width: auto; font-size:14px; line-height:42px; padding: 0 6px; }
	.subTabList li.on {position: relative;}
	.subTabList li.on + li{border-left:1px solid #dcdcdc;}
	.subTabList.ty-2 li { width:100%; }

	/* jPlay */
	.jp-video{width:auto !important; height:auto !important; margin-bottom:40px !important;}
	.jp-video .jp-jplayer, .jp-video img {width: 100% !important; height: auto !important;}
	.jp-video .jp-jplayer img {display: none !important;}
	.jp-video .jp-jplayer video {width: 100% !important;height: auto !important;}
	.jp-video .jp-play{position:absolute; top:0; left:0; right:0; bottom:0; width:100%; text-indent:-999px; overflow:hidden; background:url(/resource/images/business/play_btn.png) no-repeat center; }/* 멈췄을때 css */
	.pc .jp-video.auto .jp-play{background:none;}
	.jp-video.auto .jp-play.pause{background:url(/resource/images/business/play_btn.png) no-repeat center; }
	.jp-state-playing .jp-play{background:none;}/* 재생때 css */
	.pc .jp-state-playing:hover .jp-play{background:url(/resource/images/business/stop_btn.png) no-repeat center;}/* 재생 포커스 때 css */

	/* 슬라이드 */

	.pony_slide{width: 100%;}
	.pony_slide .slide_control{text-align:right;}
	.pony_slide .slide_control button{margin-top:-66px;}
	.pony_slide .slide_control .slide_num{font-size:14px;}

	/* 3단 */
	.summary_list{ padding:0; }
	.summary_list li{float:none; border-bottom: 1px solid rgba(255,255,255,.2); background: none; padding: 0 0 24px !important; margin-bottom: 24px; }
	.summary_list li .top_txt{ margin-bottom:16px;}
	.summary_list li .top_txt strong{ font-size:28px; padding-top:8px; }
	.summary_list li p { margin-bottom: 0 !important }
	.summary_list li p br { display: none; }
	.summary_list li.list3{ border-bottom: 0; padding-bottom: 0 !important; margin-bottom: 0; }

	/* support_list */
	.support_exp{overflow:hidden;}
	.support_exp span{display: block;float:none; width:auto; font-size:18px;margin-bottom: 20px;}
	.business .section .support_exp p{float:none; width:auto; margin-bottom:40px;}
	.support_list{}
	.support_list li{ float: left !important; width:43% !important; height:180px; margin: 0 6% 14px 0 !important; border: 1px solid #e1e1e1;padding-top:40px; background-position:center 118px !important;}
	.support_list li span{display:block; line-height:1.35em; text-align:center}
	.support_list li:after { display: block !important; left:auto !important;right: -18px !important; bottom:94px !important; width:11px !important; height:16px !important; background:url(/resource/images/business/award_ico_arr.png) 0 0 no-repeat !important;}
	.support_list li:last-child:after { display: none !important; }

	/* line_txt */
	.line_txt{float:none; width:auto;}
	.line_txt span { display: inline; line-height: 2; padding:4px 0; margin-bottom:0; font-size:14px; word-break: keep-all; }
	.line_txt span br { display: none; }

}

/* 제이랩 추가 */




/* winner_list */
.winner_list{margin-top:-150px; padding-top:150px;}
.winner_list ul{overflow:hidden; margin-bottom:40px}/* 2019-11-07 수정 */
.winner_list li{float:left; margin:0 0 20px 20px; border:1px solid #ccc}
.winner_list li:first-child{margin-left:0;}
.winner_list li.mgl_0{margin-left:0;}
.winner_list li .winner_pic{position:relative; overflow:hidden; width:223px; height:198px; background-color:#000; border-bottom:1px solid #ccc; background:url(/resource/images/business/dummy.jpg) 0 0 no-repeat;}
.winner_list li .winner_pic img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit: contain;}
.winner_list li .winner_pic .winner_dim{display:none; position:absolute; left:0; top:0; width:223px; height:198px; background-repeat:no-repeat; }
.winner_list li a:hover .winner_pic .winner_dim{display:block}
.winner_list li.no_interview p{width:185px; line-height:1.45em; padding-top:20px; margin:0 auto;}
.winner_list li .winner_inf{width:163px; height:47px; padding:20px 30px;}
.winner_list li .winner_inf span{font-size:13px; color:#888;}
.winner_list li .winner_inf span.name{display:block; margin-bottom:15px; font-weight:bold; font-size:17px; color:#333;}
.winner_list li .winner_pic .winner_dim p{width:185px; line-height:1.45em; margin:0 auto; color:#fff;}
.winner_list #btnMore{display:block; width:190px; margin:0 auto; }

/* pagingUi */
.paging_comm {overflow:hidden; margin-bottom:50px;  font-size:14px;line-height:14px; text-align:center}
.paging_comm a ,.paging_comm em{display:inline-block}
.paging_comm .link_page{padding:0 14px; margin-top:-10px; border-left:1px solid #ccc}
.paging_comm .paging_wrap{margin:0 15px}
.paging_comm > .link_page:first-child{border-left:0;}
.paging_comm .paging_wrap .link_page:first-child{border-left:0;}
.paging_comm .link_page:hover, .paging_comm em.link_page {color:#e41f26; font-weight:bold}
.paging_comm .btn_jump{width:27px; height:27px;vertical-align:middle; background-repeat:no-repeat; background-image:url(/resource/images/community/paging_btn.gif);}
.paging_comm .btn_prev1 {background-position:0 0}
.paging_comm .btn_prev2 {background-position:-26px 0}
.paging_comm .btn_next1 {background-position:-53px 0}
.paging_comm .btn_next2 {background-position:-79px 0}

/* searchArea Ui */
.search_are{padding:33px 285px; background-color:#f4f4f4;}
.search_are .select_box{float:left; position:relative; margin-right:5px; border:1px solid #ccc}
.search_are .select_box button{overflow:hidden; height:31px;}
.search_are .select_box button span{float:left;}
.search_are .select_box button span.optionTxt{width:80px; height:31px; line-height:31px; background-color:#fff; text-align:center}
.search_are .select_box button span.icon{width:31px; height:31px; border-left:1px solid #ccc; background:#fff url(/resource/images/common/select_box_arrow.png) center center no-repeat;}
.search_are .select_box .dropDown{display:none; position:absolute; left:-1px; top:33px; width:100%; border:1px solid #ccc; background-color:#fff; z-index:100;}
.search_are .select_box.on .dropDown{display:block;}
.search_are .select_box.on .dropDown li{height:30px; line-height:30px; text-align:center; cursor:pointer}
.search_are .select_box.on .dropDown li:hover{background-color:#eee;}
.search_are #gallerySelect{display:none}
.search_are input[type="text"]{float:left; width:204px; height:31px; padding:0 0 0 5px; border:1px solid #ccc;}
.search_are .btn_search{float:left; width:60px; height:33px; color:#fff; background-color:#919191;}
.search_are:after{content:""; display:block; clear:both}

/* interview_view */

.interview_view .tabList{margin-bottom:0;}
.interview_view .interview_top{position:relative; border-bottom:1px solid #ccc; padding:100px 0; margin-bottom:72px}
.interview_view .interview_top:after{content:""; display:table; clear:both;}
.interview_view .interview_top .pic_area{overflow:hidden; float:left; position:relative; width:310px; max-height:350px; margin-right:64px;}
.interview_view .interview_top .pic_area .img_area{overflow:hidden; display:block; width:310px; max-height:350px;}
.interview_view .interview_top .pic_area .img_area .file{width:310px;}
.interview_view .interview_top .pic_area .img_area .file img{width:100%;}
.interview_view .interview_top .txt_area{float:left; width:586px}
.interview_view .interview_top .txt_area p{color:#444;}
.interview_view .interview_top .txt_area p.txt_tit{line-height:1.45em; font-size:20px;}
.interview_view .interview_top .txt_area .student_name{display:block; margin-bottom:15px; }
.interview_view .interview_top .txt_area .student_name small{display:block; margin-bottom:30px; font-size:18px; color:#e41f26; font-weight:normal;}
.interview_view .interview_top .txt_area .student_name span{font-size:30px; color:#4b4b4b; font-weight:bold;}

.view_btn_area{text-align:right}
.view_btn_area a{display:inline-block; min-width:100px; padding:10px; font-size:13px; box-sizing:border-box; text-align:center; color:#fff; background-color:#919191;}
.award_view .interview_view .interview_top{padding-top:50px}
.award_view .interview_view .interview_top .txt_area{overflow:hidden; }

.interview_view .interview_bottom{padding-bottom:50px; margin-bottom:10px; border-bottom:1px solid #ccc; }
.business .section .edit_txt{font-family: '돋움', Dotum,Helvetica,Sans-serif; font-size: 12px; letter-spacing:0;}
.business .section .edit_txt *{margin:0; padding: 0; line-height: 1.5; }



/* 제이랩 추가 */
/* mediaquery for mobile */
@media only screen and (max-width: 800px) {

	/* winner_list */
	.winner_list{margin-top:0; padding:0 20px;}
	.winner_list ul{margin:0 0 20px -20px;}/* 2019-11-07 수정 */
	.winner_list li{width: calc(50% - 20px);margin:0 0 20px 20px !important;overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.winner_list li .winner_pic{position:relative; overflow:hidden; width:auto; height:calc((100vw/2 - 20px) * 0.74); background-color:#000; border-bottom:1px solid #ccc; background:url(/resource/images/business/dummy.jpg) 0 0 no-repeat;}
	.winner_list li .winner_pic img{position:relative; left:auto; top:auto; width:100%; height:100%; object-fit: contain;}
	.winner_list li .winner_pic .winner_dim{display:none !important;}
	.winner_list li a:hover .winner_pic .winner_dim{display:none}
	.winner_list li.no_interview p{width:185px; line-height:1.45em; padding-top:20px; margin:0 auto;}
	.winner_list li .winner_inf{width:auto; height:auto; padding:12px 18px;}
	.winner_list li .winner_inf span.name{margin-bottom:6px; font-size:15px;}
	.winner_list li .winner_inf span.num{ display: inline-block; height: 32px; }
	.winner_list li .winner_pic .winner_dim p{width:185px; line-height:1.45em; margin:0 auto; color:#fff;}
	.winner_list #btnMore{display:block; width:190px; margin:0 auto; }

	/* pagingUi */
	.paging_comm { margin-bottom:40px;  font-size:14px;line-height:14px; }
	.paging_comm .link_page{padding:0 8px; }
	.paging_comm .paging_wrap{margin:0 9px}
	.paging_comm .btn_jump{width:27px; height:27px;vertical-align:middle; background-repeat:no-repeat; background-image:url(/resource/images/community/paging_btn.gif);}
	.paging_comm .btn_prev1 {background-position:0 0}
	.paging_comm .btn_prev2 {background-position:-26px 0}
	.paging_comm .btn_next1 {background-position:-53px 0}
	.paging_comm .btn_next2 {background-position:-79px 0}

	/* searchArea Ui */
	.search_are{ text-align: center; padding:20px 0; }
	.search_are .select_box { float: none; display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; margin-right: 0; }
	.search_are .select_box button span.optionTxt{width:60px; }
	.search_are input[type="text"]{ float: none; display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; width:140px; }
	.search_are .btn_search{float:none; display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; width:50px; height:33px; color:#fff; background-color:#919191;}
	.search_are:after{content:""; display:block; clear:both}

	/* interview_view */

	.interview_view .page_title { border-bottom: 0; margin-bottom: 0; }
	.interview_view .tabList{margin-bottom:0;}
	.interview_view .interview_top{ padding:30px 16px; margin-bottom:30px}
	.interview_view .interview_top .pic_area{ float:none; width:auto; height:auto; margin-right:0; margin-bottom: 20px; }
	.interview_view .interview_top .pic_area .img_area{ width:auto; height:auto;}
	.interview_view .interview_top .pic_area .img_area .file{width:auto;}
	.interview_view .interview_top .pic_area .img_area .file img{width:100%; height: auto; }
	.interview_view .interview_top .txt_area{float:none; width:auto}
	.interview_view .interview_top .txt_area p.txt_tit {line-height:22px; font-size:15px; margin-bottom: 0; }
	.interview_view .interview_top .txt_area p.txt_tit br:nth-child(2) { display: none }
	.interview_view .interview_top .txt_area .student_name{ margin-bottom:18px; }
	.interview_view .interview_top .txt_area .student_name small{ margin-bottom:12px; font-size:14px; }
	.interview_view .interview_top .txt_area .student_name span{font-size:24px; }

	.view_btn_area{ padding: 0 16px; }
	.view_btn_area a{display:inline-block; min-width:100px; padding:10px; font-size:13px; box-sizing:border-box; text-align:center; color:#fff; background-color:#919191;}
	.award_view .interview_view .interview_top{padding-top:50px}
	.award_view .interview_view .interview_top .txt_area{overflow:hidden; }

	.interview_view .interview_bottom{ padding: 0 16px 30px; margin-bottom:30px; }
	.interview_view .interview_bottom p,
	.interview_view .interview_bottom span {font-size: 14px !important;}
	.business .section .edit_txt{font-family: '돋움', Dotum,Helvetica,Sans-serif; font-size: 12px; letter-spacing:0;}
	.business .section .edit_txt *{margin:0; padding: 0; line-height: 1.5; }

}
/* 제이랩 추가 */



/* about */
.about .page_spot{background-image:url(/resource/images/about/about_tit.jpg);}
.about .history .page_title{border-bottom:0;}
.about .greeting .page_title{margin-bottom:100px;}
.about .finance .page_title{margin-bottom:50px;}
.about .prroom .page_title{margin-bottom:50px;}

.greeting .section{overflow:hidden; padding-bottom:100px; border-bottom:1px solid #ddd}
.greeting .section > div{float:left}
.greeting .section p.txt_strong{margin-bottom:35px; line-height:45px; font-size:30px; color:#e41f26;}
.greeting .section .ceo{font-weight:bold; font-size:18px;}
.greeting .sec1{margin-bottom:100px;}
.greeting .sec1 .cont_left{width:268px; margin-right:70px}
.greeting .sec1 .cont_right{width:622px}
.greeting .sec1 .cont_right p{margin-bottom:42px}
.greeting .sec1 .cont_right p.last_txt{margin-bottom:57px}
.greeting .sec2 .cont_left{width:622px; margin-right:58px}
.greeting .sec2 .cont_left p{margin-bottom:42px}
.greeting .sec2 .cont_right{width:280px;}

.history .tabWrap{width:960px;margin:0px auto;}
.history .tabList li{width:33.33%;box-sizing:border-box;}
.history .tabContent {position:relative;}
.history .tabContent .bg_list{position:absolute; top:50px; right:0;}
.history .tabContent .bg_list img{display:block; margin-bottom:10px; max-width: 310px;}
.history .tabContent .bg_list li{display:block; padding-bottom:45px; text-align:right; color:#333; font-size:14px; font-weight:bold;}
.history .history_list{padding-top:50px;}
.history .history_list .history_item:after{content:""; display:block; clear:both;}
.history .history_list dt,.history .history_list dd{float:left; min-height:30px;}
.history .history_list dt{position:relative; line-height:30px; width:95px; color:#333333; font-size:30px; font-weight:bold;}
.history .history_list dt.first_dt span{display:block; margin-top:-10px;}
.history .history_list dt:after{content:""; display:block; position:absolute; right:-7px; top:7px; width:13px; height:13px; background:url(/resource/images/about/history_y_icon.png) 0 0 no-repeat;}
.history .history_list .history_item:first-child dt:after{top:0px}
.history .history_list dd{ width:834px; line-height:24px; padding:0 0 80px 30px; border-left:1px dotted #d2d2d2; font-size:15px; color:#333;}
.history .history_list dd.expand{padding-bottom: 200px;}
.history .history_list dd.item_dd_last{padding-bottom:0}
.history .history_list dd.item_dd_last .item_dd_list_last{padding-bottom:0}
.history .y_list li{position:relative; padding:0 0 20px 35px; font-size:100%;}
.history .y_list .m_tit{position:absolute; left:0px;}
.history .y_list.first_y_list{margin-top:-5px;}
.history .history_item.year_item .y_list li{padding-left:70px;}

.leadership .section{overflow:hidden; padding:50px 0; border-bottom:1px solid #d2d2d2}
.leadership .section h4{float:left; width:177px; font-size:30px;}
.leadership .section > div{float:left; overflow:hidden;}
.leadership .pic{float:left; margin-right:24px;}
.leadership .leadership_txt_box{float:left; /*padding-top:22px;*/}/* 200907 */
.leadership .leadership_txt_box span{display:block; font-size:20px; margin-bottom:30px; color:#666;}
.leadership .leadership_txt_box ul li{padding-left:10px; margin-bottom:10px; line-height:1.25; font-size:14px; background:url(/resource/images/about/leadership_dot.png) 0 6px no-repeat;}
.leadership .director_list{overflow:hidden; width:783px;}
.leadership .director_list > li{float:left;}
.leadership .director_list > li.odd_list{width:400px;}
.leadership .director_list > li.top_list{padding-bottom:50px; margin-bottom:50px; border-bottom:1px solid #d2d2d2}
/* 200907 */
.leadership .section .colBox{width:753px;box-sizing: border-box;}
.leadership .col2:after{display:block;content:'';clear:both}
.leadership .col2 + .col2{padding-top:50px;margin-top:50px;border-top:1px solid #d2d2d2}
.leadership .col2 > .leadership_txt_box{width:50%}
.leadership .col2 > div{padding-left:50px;box-sizing: border-box;}

.leadership .colBox.type2 > .col2 .leadership_txt_box:nth-child(1){width:240px;}
.leadership .colBox.type2 > .col2 .leadership_txt_box:nth-child(2){padding-left:70px}


.finance .section h4{font-size:30px; margin-bottom:20px}
.finance .section_tit:after{content:"(단위: 천원, 2024년 12월 31일 기준)"; display:block; float:right; padding-top:15px; font-size:14px; color:#888;} /* 200907 수정*/
.finance .section1{margin-bottom:120px;}
.finance .section1 table{width:100%; border-top:2px solid #999; border-bottom:2px solid #999;}
.finance .section1 table th{padding:24px 0; background-color:#f2f2f2; border-bottom:1px solid #d2d2d2}
.finance .section1 table td{padding:40px 30px; font-size:15px; letter-spacing:-1px}
.finance .section1 table td span{display:block; margin-bottom:20px}
.finance .section1 table td span.last_span{margin-bottom:0;}
.finance .section1 table td.td_price{font-size:20px; font-weight:bold; text-align:center}
.finance .section1 table .bd_right{border-right:1px solid #d2d2d2;}
.finance .section1 table td.bd_right{text-align:left }
.finance .section2{margin-bottom:90px;}
.finance .section2:after{content:""; display:block; clear:both}
.finance .section2 .section2_img{margin-bottom:15px}
.finance .section2 a{display:block; float:right}
.finance .section3 table{width:100%;}
.finance .section3 table thead th{padding:30px 0; background-color:#ccc; border-left:1px solid #fff; border-bottom:1px solid #fff}
.finance .section3 table thead th:first-child{border-left:0}
.finance .section3 table tfoot td{padding:30px; color:#fff; background-color:#9bb6d2; border-left:1px solid #fff; text-align:right}
.finance .section3 table tfoot td:first-child{text-align:center; border-left:0}
.finance .section3 table tbody tr td{padding:25px 30px 25px 55px; border-top:1px solid #eee; border-left:1px solid #eee; text-align:right }
/* .finance .section3 table tbody tr:first-child td{border-top:0;} */
.finance .section3 table tbody tr td:first-child{border-left:0; text-align:left}
.finance .section3 table tbody.tbody_bg tr td{color:#333; font-weight:bold; background-color:#e9e9e9; border-left:1px solid #fff; border-bottom:1px solid #bbb}
/* .finance .section3 table .tbody_2 td{border-bottom:1px solid #bbb} */
.finance .section3 table tbody tr:first-child td{font-weight:bold}
.finance .section3 table tbody tr.last_tr td{border-bottom:1px solid #bbb}
.finance .section3 table tbody.tbody_last tr td{border-bottom:1px solid #fff}
.finance .section3 table tbody .pdl_45{padding-left:45px;}
.finance .section3 table tbody .pdl_30{padding-left:35px;}
.finance .section3 h4{margin-bottom:45px}
.finance .section3 h5{font-size:20px; margin-bottom:20px}
.finance .section3 .section_tit:after{padding-top:2px;}
.finance .section3 .section_tit:after{padding-top:2px;}
.finance .section3 .section3_img1{margin-bottom:90px;}
.finance .section3 .section3_img2{margin-bottom:80px;}
.finance .section3 .table_are:before{content:"(단위: 천원, 2024년 12월 31일 기준)"; float:right; margin-bottom:10px; font-size:14px; color:#888;} /*200907 수정-*/

.prroom .section h4{font-size:30px; margin-bottom:35px}
.prroom .section1{margin-bottom:100px;}
.prroom .section1 .video_area{position:relative; width:960px; height:490px; background-color:#000;}
.prroom .section1 .video_area iframe{position:absolute; left:0; top:0; }
.prroom .section1 .paging_area{position:relative; padding:50px 25px; background-color:#f2f2f2;}
.prroom .section1 .thum_area{overflow:hidden; position:relative; left:0; top:0; width:747px; height:132px;  margin:0 auto;}
.prroom .section1 .thum_list{position:absolute; left:0; top:0; width:1200px} /* 2019-07-04 수정 */
.prroom .section1 .thum_list:after{content:""; display:block; clear:both}
.prroom .section1 .thum_list li{float:left; position:relative; margin-left:22px; text-align:center}
.prroom .section1 .thum_list li:first-child{margin-left:0;}
.prroom .section1 .thum_list li a:after{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:url(/resource/images/about/prroom_video_thum_off.png) 0 0 no-repeat;}
.prroom .section1 .thum_list li a{position:relative; display:block; margin-bottom:15px; }
.prroom .section1 .thum_list li.on a:after{background:none; border-top:4px solid #e41f26}
.prroom .section1 .slide_control a{position:absolute; top:50px; display:block; width:43px; height:62px; padding-top:38px; text-align:center;}
.prroom .section1 .slide_control a:hover{background-color:#57595f;}
.prroom .section1 .slide_control a i{display:block; overflow:hidden; width:12px; height:24px; margin:0 auto;}
.prroom .section1 .slide_control a:hover i img{margin-top:-24px}
.prroom .section1 .slide_control a.prev_btn{left:35px; }
.prroom .section1 .slide_control a.next_btn{right:35px;}
.prroom .brochure{height:497px; padding:70px 0 0 468px; background:url(/resource/images/about/prroom_section2_bg.png) 0 0 no-repeat;}
.prroom .brochure span{display:block; margin-bottom:18px; color:#e41f26; font-size:20px}
.prroom .brochure p{margin-bottom:45px; font-weight:bold; font-size:27px; line-height:1.25em}
.prroom .brochure > div a:first-child{margin-right:13px}

.prroom .brochure .brochure_box {display: flex;width:450px; border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;padding:20px 0; margin-bottom:70px}
.prroom .brochure .brochure_box .brochure_index {color:#333;flex:0 0 10%;font-size:15px;}
.prroom .brochure .brochure_box .brochure_list_box {display:flex;flex:0 0 90%;}
.prroom .brochure .brochure_box .brochure_list {flex:0 0 50%;box-sizing: border-box;}
.prroom .brochure .brochure_box .brochure_list:last-child{padding-left:10px;}
.prroom .brochure .brochure_box .brochure_item {display:flex; text-align:left;color:#999;}
.prroom .brochure .brochure_box .brochure_item + .brochure_item {margin-top: 10px;}
.prroom .brochure .brochure_item .num,
.prroom .brochure .brochure_item .tit {font-size: 14px;margin-bottom:0;color:#999;}
.prroom .brochure .brochure_item .tit {padding-left: 5px;}


.prroom .report_list ul{overflow:hidden;}
.prroom .report_list ul li{float:left; overflow:hidden; height:81px; margin:0 0 22px 22px}
.prroom .report_list ul li a img{margin-top:-81px;}
.prroom .report_list ul li a:hover img{margin-top:0}
.prroom .report_list ul li.on a img{margin-top:0}
.prroom .report_list ul li:first-child{margin-left:0;}
.prroom .report_list ul li.list4{margin-left:0;}




/* 제이랩 추가 */
/* mediaquery for mobile */
@media only screen and (max-width: 800px) {

	/* about */
	.about .page_spot{background-image:url(/resource/images/about/about_tit.jpg);}
	.about .history .page_title{margin-bottom: 0; }
	.about .greeting .page_title{margin-bottom:40px;}
	.about .finance .page_title{margin-bottom:40px;}
	.about .prroom .page_title{margin-bottom:40px;}

	.greeting .section{padding:0 20px 40px;}
	.greeting .section > div{float:none;}
	.greeting .section p.txt_strong{margin-bottom:20px; line-height:30px; font-size:22px; }
	.greeting .section .ceo{font-weight:bold; font-size:16px;}
	.greeting .sec1{margin-bottom:40px;}
	.greeting .sec1 .cont_left{width:280px; margin:0 auto 40px;}
	.greeting .sec1 .cont_right{width:auto}
	.greeting .sec1 .cont_right p{margin-bottom:26px}
	.greeting .sec1 .cont_right p.last_txt{margin-bottom:40px}
	.greeting .sec2 .cont_left{width:auto; margin-right:0}
	.greeting .sec2 .cont_left p{margin-bottom:26px}
	.greeting .sec2 .cont_right{width:280px;margin: 40px auto 0;}

	.history .tabWrap{width:auto;}
	.history .tabList li{width: calc(33.3% - 1px);}
	.history .tabList li:first-child {width: 33.3%;}
	.history .tabContent.on { display: flex; flex-direction: column-reverse; }
	.history .tabContent .bg_list{position:relative;top:auto; right:auto; margin-top: 50px; }
	.history .tabContent .bg_list img{ width: 100%; height: auto; margin-bottom:10px; max-width: 100%;}
	.history .tabContent .bg_list li{ padding-bottom:24px; }
	.history .history_list{padding-top:0;}
	.history .history_list dt,.history .history_list dd{float:none; min-height:auto;}
	.history .history_list dt{line-height:30px; width:auto; font-size:22px; margin-bottom: 16px; }
	.history .history_list dt.first_dt span{ margin-top: 0;}
	.history .history_list dt:after{ right:auto; left: 0; top:auto !important; bottom: -30px; }
	.history .history_list dd{ width:auto; line-height:24px; padding:0 0 16px 20px; font-size:14px; margin-left: 6px;	}
	.history .history_list dd.expand{padding-bottom: 16px;}
	.history .y_list li{padding:0 0 6px 24px; }
	.history .y_list.first_y_list{margin-top:-5px;}
	.history .history_item.year_item .y_list li{padding-left:70px;}

	.leadership .page_title { margin-bottom: 0; }
	.leadership .section{ padding:30px 16px 0; }
	.leadership .section h4{float:none; width:auto; font-size:22px; text-align: center; margin-bottom: 24px }
	.leadership .section > div{float:none; }
	.leadership .pic{float:none; margin-right:24px;}
	.leadership .leadership_txt_box{float:none; /*padding-top:22px;*/}/* 200907 */
	.leadership .leadership_txt_box span{ font-size:18px; margin-bottom:16px; }
	.leadership .director_list{overflow:hidden; width:783px;}
	.leadership .director_list > li{float:left;}
	.leadership .director_list > li.odd_list{width:400px;}
	.leadership .director_list > li.top_list{padding-bottom:50px; margin-bottom:50px; border-bottom:1px solid #d2d2d2}
	/* 200907 */
	.leadership .section .colBox{width:auto; }
	.leadership .col2 + .col2{padding-top:0;margin-top:0;border-top:0;}
	.leadership .col2 > .leadership_txt_box{width:auto; margin-bottom: 30px; }
	.leadership .col2 > div{padding-left:0; }

	.leadership .colBox.type2 > .col2 .leadership_txt_box:nth-child(1){width:auto;}
	.leadership .colBox.type2 > .col2 .leadership_txt_box:nth-child(2){padding-left:0}


	.finance .section { padding: 0 16px; }
	.finance .section h4{font-size:20px; margin-bottom:20px}
	.finance .section_tit:after{ padding-top:8px; font-size:13px; } /* 200907 수정*/
	.finance .section1{margin-bottom: 40px;}
	.finance .section1 table { line-height: 20px; }
	.finance .section1 table colgroup { display: none; }
	.finance .section1 table th{padding:12px 0; }
	.finance .section1 table td{padding:12px 8px; font-size:14px; letter-spacing:0;}
	.finance .section1 table td span{margin-bottom:14px}
	.finance .section1 table td.td_price{font-size:18px;}
	.finance .section2{margin-bottom:40px;}
	.finance .section2:after{content:""; display:block; clear:both}
	.finance .section2 .section2_img{ width: 100%; height: auto; margin-bottom:15px}
	.finance .section2 a{display:block; float:right}
	.finance .section3 table{}
	.finance .section3 table colgroup { display: none; }
	.finance .section3 table thead th{padding:12px 0;}
	.finance .section3 table tfoot td{padding:12px 8px; }
	.finance .section3 table tbody tr td{padding:12px 8px; }
	.finance .section3 table tbody.tbody_bg tr td{color:#333; font-weight:bold; background-color:#e9e9e9; border-left:1px solid #fff; border-bottom:1px solid #bbb}
	.finance .section3 table .tbody_2 td{border-bottom:1px solid #bbb}
	.finance .section3 table tbody tr:first-child td{font-weight:bold}
	.finance .section3 table tbody tr.last_tr td{border-bottom:1px solid #bbb}
	.finance .section3 table tbody.tbody_last tr td{border-bottom:1px solid #fff}
	.finance .section3 table tbody .pdl_45{padding-left:6px;}
	.finance .section3 table tbody .pdl_30{padding-left:4px;}
	.finance .section3 h4{margin-bottom:20px}
	.finance .section3 h5{font-size:16px; margin-bottom:16px}
	.finance .section3 img { width: 100%; height: auto; }
	.finance .section3 .section_tit:after{padding-top:2px;}
	.finance .section3 .section_tit:after{padding-top:2px;}
	.finance .section3 .section3_img1{margin-bottom:30px;}
	.finance .section3 .section3_img2{margin-bottom:30px;}
	.finance .section3 .table_are:before{content:"(단위: 천원, 2024년 12월 31일 기준)"; float:right; margin-bottom:10px; font-size:14px; color:#888;} /*200907 수정-*/

	.prroom .section { padding: 0; }
	.prroom .section h4{font-size:20px; margin: 0 16px 20px}
	.prroom .section1{ padding: 0 16px; margin-bottom:40px;}
	.prroom .section1 h4 { margin: 0 0 20px; }
	.prroom .section1 .video_area{ width:100%; height: calc( (100vw - 32px)*49/96 );; background-color:#000;}
	.prroom .section1 .video_area iframe{ width: 100%; height: 100%; }
	.prroom .section1 .paging_area{padding:0; background: none; padding: 0 34px; margin-top: 12px; }
	.prroom .section1 .thum_area { width:100%; height: auto;  margin:0 auto;}
	.prroom .section1 .thum_list { position:relative; width:1200px;} /* 2019-07-04 수정 */
	.prroom .section1 .thum_list li { width: 84px; line-height: 18px; margin-left:4px;}
	.prroom .section1 .thum_list li img { width: 100%; height: auto; }
	.prroom .section1 .thum_list li a:after{ background-size: cover !important; }
	.prroom .section1 .thum_list li a { margin-bottom:8px; }
	.prroom .section1 .slide_control a{ top:8px; width:30px; height:26px; padding-top:6px; }
	.prroom .section1 .slide_control a.prev_btn{left:0; }
	.prroom .section1 .slide_control a.next_btn{right:0;}
	.prroom .section1 .slide_control a i img { width: auto; height: 36px; }
	.prroom .section1 .slide_control a:hover { background-color: transparent; }
	.prroom .section1 .slide_control a:hover i img { margin-top: 0; }

	.prroom .brochure{height:auto; text-align: center; padding:calc(100vw * 420/400) 6% 40px; background-color: #f6f6f6; background-position: top -5% left; background-size: 207% auto; margin-bottom: 40px; }
	.prroom .brochure span{ margin-bottom:10px; font-size:16px; }
	.prroom .brochure p {margin-bottom:24px; font-size:19px; line-height:1.3em; }
	.prroom .brochure .brochure_img { max-width: 100%; height: auto; margin-bottom:30px}
	.prroom .brochure > div a { display: block; }
	.prroom .brochure > div a:first-child{margin-right:0; margin-bottom: 6px; }
	.prroom .brochure .brochure_box {width:auto;}
	.prroom .brochure .brochure_box .brochure_index {flex:0 0 15%;}
	.prroom .brochure .brochure_box .brochure_list_box {flex:0 0 85%;}

	.prroom .report_list ul li{float:none; height:60px; text-align: center; margin:0 0 6px}
	.prroom .report_list ul li a img{ width: auto; height: 120px; margin-top:-60px;}

}
/* 제이랩 추가 */




/* business */
.business .page_spot{background-image:url(/resource/images/business/business_tit.jpg);}
.business .award .page_title{margin-bottom:50px;}
.business .view_page .page_title{margin-bottom:0;}
.business .academicgrant .page_title , .business .scholarship .page_title{border-bottom:0;}

.business .section .section_point_text{display:block; margin-bottom:30px; font-size:30px;}
.business .section .section_point_text.red {color:#e6240f;}
/* 2019-11-07 수정 */
.business .section h4{margin-bottom:25px; font-size:25px;}
.business .section p{line-height:25px; margin-bottom:30px;}
/* // 2019-11-07 수정 */
.business .section h4{margin-bottom:30px; font-size:25px;}
.business .section h4 small { font-size:18px; }
.business .section h4.cmgt { margin-top:75px; }
.business .section p{margin-bottom:30px;}
.business .tabList li{height:auto; line-height:15px; background-position:center 65px; border-left:0;}
.business .tabList li a{height:auto; padding:25px 0px 135px; }
/* 200907 */
.business .page_title.etc{border-bottom:0;margin-bottom:0}
.business .tabList.etc{margin:0 auto 50px}
.business .tabList.etc li{height: 48px;line-height: 49px;}
.business .tabList.etc a{height: 47px;padding:0}
.business .imgBox{margin-bottom:75px}
.business .section1.one{padding-bottom: 195px;margin-bottom: -200px;}

.award .pony_slide {float:left; margin-right:50px;}
.award .section1{padding-bottom:100px; margin-bottom:100px; background:url(/resource/images/business/award_bg.png) 0 515px no-repeat;} /*200907*/
.award .section1 p.last_txt{margin-bottom:70px}
.award .support_list li.list1{background-image:url(/resource/images/business/award_ico1.png);}
.award .support_list li.list2{background-image:url(/resource/images/business/award_ico2.png);}
.award .support_list li.list3{background-image:url(/resource/images/business/award_ico3.png);}
.award .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/award_ico4.png);}
.award .support_list li.list4:after{display:none}
.award .section2{overflow:hidden; padding-bottom:85px; margin-bottom:100px; border-bottom:1px solid #d2d2d2}
.award .section2 .masterpiece_slide{position:relative; float:left; width:626px; margin-right:50px;}
.award .section3{padding-bottom:100px; margin-bottom:100px; border-bottom:1px solid #d2d2d2}
.award .section3 .txt_1{margin-bottom:15px;}
.award .section3 .comment{text-align:right}
.award .section3 .award_btn{display:block; width:186px; margin:0 auto;}
.award .section3 p.en_txt{color:#888; line-height:1.45em; }
.award .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/award_winner_dim.png)}
.pony .page_spot{background-image:url(/resource/images/pony/pony_tit.jpg);}


.academicgrant_humanities .page_title{border-bottom:0;}
.academicgrant_tab.tabList li{width:calc(100% / 3);}
.academicgrant_tab.tabList li.list01{background-image:url(/resource/images/business/academicgrant_tab_ico1.png);}
.academicgrant_tab.tabList li.list02{background-image:url(/resource/images/business/academicgrant_tab_ico2.png);}
.academicgrant_tab.tabList li.list03{background-image:url(/resource/images/business/academicgrant_tab_ico3.png);}
.academicgrant_humanities .pony_slide {float:left; margin-right:50px;}
.academicgrant_humanities .section2{overflow:hidden; margin-bottom:100px;}
.academicgrant_humanities .section2 .masterpiece_slide{position:relative; float:left; width:626px; margin-right:50px;}
.academicgrant_humanities .section3{height:420px; background:url(/resource/images/business/academicgrant_img4.jpg) center 0 no-repeat;}
.academicgrant_humanities .section4{padding:90px 0 100px; margin-bottom:100px; background-color:#f7f7f7;}
.academicgrant_humanities .support_list{overflow:hidden; margin-bottom:90px}
.academicgrant_humanities .support_list li{margin-bottom:40px;}
.academicgrant_humanities .support_list li.list1{background-image:url(/resource/images/business/academicgrant_ico1.png);}
.academicgrant_humanities .support_list li.list2{background-image:url(/resource/images/business/academicgrant_ico2.png);}
.academicgrant_humanities .support_list li.list3{background-image:url(/resource/images/business/academicgrant_ico3.png);}
.academicgrant_humanities .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico4.png);}
.academicgrant_humanities .support_list li.list5{margin:0; background-image:url(/resource/images/business/academicgrant_ico8.png);}
.academicgrant_humanities .support_list li.list6{margin-bottom:0; background-image:url(/resource/images/business/academicgrant_ico7.png);}
.academicgrant_humanities .support_list li.list7{margin-bottom:0; background-image:url(/resource/images/business/academicgrant_ico6.png);}
.academicgrant_humanities .support_list li.list8{margin-bottom:0; background-image:url(/resource/images/business/academicgrant_ico5.png);}
.academicgrant_humanities .support_list li.list_fr{float:right}
.academicgrant_humanities .support_list li.down_arr:after{width:16px; height:11px; left:50%; bottom:-27px; margin-left:-8px; background:url(/resource/images/business/award_ico_arr2.png) 0 0 no-repeat;}
.academicgrant_humanities .support_list li.list_fr:after{background-image:url(/resource/images/business/award_ico_arr3.png);}
.academicgrant_humanities .support_list li.list5:after{display:none}
.academicgrant_humanities .section4 .btn_area{text-align:center}
.academicgrant_humanities .section4 .btn_area a{display:inline-block;}
.academicgrant_humanities .section4 .btn_area a:first-child{margin-right:18px}
.academicgrant_humanities .summary_list .top_txt strong span{font-size:15px;}
.academicgrant_humanities .winner_list li .winner_pic .winner_dim p{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 6.5em; padding-top:20px}
.academicgrant_humanities .winner_list li.no_interview p{width:185px; line-height:1.45em; padding-top:20px; margin:0 auto; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 6.5em; }
.academicgrant_humanities .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/academicgrant_winner_dim.png);}
.academicgrant_humanities .jp-video{margin-bottom:60px}


.academicgrant_koreanstudies .page_title{border-bottom:0;}
.academicgrant_koreanstudies .support_list{overflow:hidden; margin-bottom:90px}
.academicgrant_koreanstudies .support_list li{margin-bottom:40px;}
.academicgrant_koreanstudies .support_list li.list_fr{float:right; margin-bottom:100px;}
.academicgrant_koreanstudies .section1{overflow:hidden; padding-bottom:100px; margin-bottom:100px; border-bottom:1px solid #d2d2d2}
.academicgrant_koreanstudies .section1 .section-box { overflow:hidden; }
.academicgrant_koreanstudies .section1 .section-box .box-l { float:left; margin-right:40px; width:460px; }
.academicgrant_koreanstudies .section1 .section-box .box-r { float:right; width:460px; }
.academicgrant_koreanstudies .section1 .section-box .box-r .line_txt { margin-left:10px; }
.academicgrant_koreanstudies .section1 .section-box + .section-box { margin-top:100px; }
.academicgrant_koreanstudies .section1 .section-box.pc { display:block; }
.academicgrant_koreanstudies .section1 .section-box.mo { display:none; }
.academicgrant_koreanstudies .section2 , .academicgrant_koreanstudies .section3 {padding-bottom:100px; margin-bottom:100px; background:url(/resource/images/business/academicgrant_koreanstudies_bg.gif) 0 70% no-repeat}
.academicgrant_koreanstudies .section2 .section2_img{margin-bottom:70px;}
.academicgrant_koreanstudies .section2 .support_list li.list1{background-image:url(/resource/images/business/academicgrant_ico1.png);}
.academicgrant_koreanstudies .section2 .support_list li.list2{background-image:url(/resource/images/business/academicgrant_ico2.png);}
.academicgrant_koreanstudies .section2 .support_list li.list3{background-image:url(/resource/images/business/academicgrant_ico3.png);}
.academicgrant_koreanstudies .section2 .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico4.png);}
.academicgrant_koreanstudies .section2 .support_list li.list5{margin:0; background-image:url(/resource/images/business/academicgrant_ico8.png);}
.academicgrant_koreanstudies .section2 .support_list li.list6{margin-bottom:0; background-image:url(/resource/images/business/academicgrant_ico7.png);}
.academicgrant_koreanstudies .section2 .support_list li.list7{margin-bottom:0; background-image:url(/resource/images/business/academicgrant_ico5.png);}
.academicgrant_koreanstudies .section2 .support_list li.list8{margin-bottom:0; background-image:url(/resource/images/business/academicgrant_ico9.png);}
.academicgrant_koreanstudies .section2 .support_list li.list5:after{display:none}
.academicgrant_koreanstudies .section3 .pony_slide1{margin-bottom:55px;}
.academicgrant_koreanstudies .section3 .support_list{width:710px; margin:0 auto;}
.academicgrant_koreanstudies .section3 .support_list li.list1{background-image:url(/resource/images/business/academicgrant_ico1.png);}
.academicgrant_koreanstudies .section3 .support_list li.list2{background-image:url(/resource/images/business/academicgrant_ico10.png);}
.academicgrant_koreanstudies .section3 .support_list li.list3{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico3.png);}
.academicgrant_koreanstudies .section3 .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico8.png);}
.academicgrant_koreanstudies .section3 .support_list li.list5{background-image:url(/resource/images/business/academicgrant_ico11.png);}
.academicgrant_koreanstudies .section3 .support_list li.list6{background-image:url(/resource/images/business/academicgrant_ico12.png);}
.academicgrant_koreanstudies .section3 .support_list li.list4:after{display:none}
.academicgrant_koreanstudies .support_list li.down_arr:after{width:16px; height:11px; left:50%; bottom:-27px; margin-left:-8px; background:url(/resource/images/business/award_ico_arr2.png) 0 0 no-repeat;}
.academicgrant_koreanstudies .support_list li.list_fr:after{background-image:url(/resource/images/business/award_ico_arr3.png);}
.academicgrant_koreanstudies .btn_area{text-align:center}
.academicgrant_koreanstudies .btn_area a{display:inline-block;}
.academicgrant_koreanstudies .section3 .btn_area a:first-child{margin-right:18px}
.academicgrant_koreanstudies .winner_list li .winner_pic .winner_dim p{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 6.5em; padding-top:20px}
.academicgrant_koreanstudies .winner_list li.no_interview p{width:185px; line-height:1.45em; padding-top:20px; margin:0 auto; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 6.5em; }
.academicgrant_koreanstudies .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/academicgrant_winner_dim.png);}
.academicgrant_koreanstudies .section4 { margin-bottom:100px; }
.academicgrant_koreanstudies .section4  .section { padding-bottom:60px; border-bottom:1px solid #ccc; }
.academicgrant_koreanstudies .section4 h4 { margin-bottom:55px; }
.academicgrant_koreanstudies .section4 .support_exp p { margin-bottom:40px; }
.academicgrant_koreanstudies.academicgrant-humanitiesshcool .section2 { padding-bottom:0; margin-bottom:0; background-position:0 89%; }

.scholarship_tab.tabList li{width:320px;}
.scholarship_tab.tabList li.list01{background-image:url(/resource/images/business/scholarship_tab_ico1.png);}
.scholarship_tab.tabList li.list02{background-image:url(/resource/images/business/scholarship_tab_ico2.png);}
.scholarship_tab.tabList li.list03{background-image:url(/resource/images/business/scholarship_tab_ico3.png);}
.scholarship .section .txt_area .comment{margin-bottom:0; color:#888; line-height:1.25em; text-align:right}
.scholarship_domestic .scholarship_tab.tabList{margin:0 auto 50px;}/* 2019-11-07 추가 */
.scholarship_domestic .section1{padding-bottom:100px; margin-bottom:100px; background:url(/resource/images/business/scholarship_bg.gif) 0 bottom no-repeat}
.scholarship_domestic .section1 .section1_img{margin-bottom:70px}
.scholarship_domestic .support_list{overflow:hidden; margin-bottom:90px}
.scholarship_domestic .support_list li.list1{background-image:url(/resource/images/business/academicgrant_ico13.png);}
.scholarship_domestic .support_list li.list2{background-image:url(/resource/images/business/academicgrant_ico3.png);}
.scholarship_domestic .support_list li.list3{background-image:url(/resource/images/business/academicgrant_ico4.png);}
.scholarship_domestic .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico8.png);}
.scholarship_domestic .support_list li.list4:after{display:none}
.scholarship_domestic .btn_area{text-align:center}
.scholarship_domestic .btn_area a{display:inline-block;}
.scholarship_domestic .section2{margin-bottom:150px;}
.scholarship_domestic .section2 .section_cont1{overflow:hidden; margin-bottom:50px;}
.scholarship_domestic .section2 .section_cont1 .jp-video{float:right; width:640px; height:362px; margin-bottom:0;}
.scholarship_domestic .section2 .section_cont2{overflow:hidden;}
.scholarship_domestic .section2 .section_cont2 img{float:left}
.scholarship_domestic .section2 .section_cont2 .txt_area{float:right; width:361px; padding-top:82px;}
.scholarship_domestic .section2 .section_cont2 p{color:#888;}
/*.scholarship_domestic .section3{height:420px; margin-bottom:100px; background:url(/resource/images/business/scholarship_domestic_img4.jpg) center 0 no-repeat;} 2019-11-07 삭제 */
.scholarship_domestic .section3 .summary_list li.list1{padding-right:150px;}
.scholarship_domestic .section3 .summary_list li.list2{padding:0 117px}
.scholarship_domestic .section4 .tit_area{overflow:hidden; margin-bottom:14px;}
.scholarship_domestic .section4 .tit_area h4{float:left; font-size:20px;}
.scholarship_domestic .section4 .tit_area a{float:right}
.scholarship_domestic .section4 .top_txt_box{padding:65px 200px; margin-bottom:50px; border:1px solid #d2d2d2}
.scholarship_domestic .section4 .top_txt_box strong{display:block; padding:0 16px 30px; margin-bottom:24px; color:#e41e26; font-size:29px; border-bottom:1px solid #d2d2d2}
.scholarship_domestic .section4 .top_txt_box strong br {display: none;}
.scholarship_domestic .section4 .top_txt_box strong.ty-2 { text-align:center; }
.scholarship_domestic .section4 .top_txt_box p{margin-bottom:0; text-align:center}
.scholarship_domestic .history_cont{padding-bottom:100px; margin-bottom:100px; border-bottom:1px solid #d2d2d2}
.scholarship_domestic .history_cont .history_list dl{overflow:hidden; background-position:right 0; background-repeat:no-repeat}
.scholarship_domestic .history_cont .history_list dl.history_list1{background-image:url(/resource/images/business/scholarship_domestic_img5.jpg);}
.scholarship_domestic .history_cont .history_list dl.history_list2{background-image:url(/resource/images/business/scholarship_domestic_img6.jpg);}
/* 2019-11-07 수정 */
.scholarship_domestic .history_cont .history_list dl.history_list3{background-image:url(/resource/images/business/scholarship_domestic_img8.jpg);}
.scholarship_domestic .history_cont .history_list dl.history_list4{background-image:url(/resource/images/business/scholarship_domestic_img7.jpg);}
/* // 2019-11-07 수정 */
.scholarship_domestic .history_cont .history_list dl.history_list5{background-image:url(/resource/images/business/scholarship_domestic_img9.jpg);}
.scholarship_domestic .history_cont .history_list dl.history_list6{background-image:url(/resource/images/business/scholarship_domestic_img10.jpg);}
.scholarship_domestic .history_cont .history_list dt, .history_list dd{float:left; min-height:30px;}
.scholarship_domestic .history_cont .history_list dt{position:relative; line-height:30px; width:95px; color:#333333; font-size:30px; font-weight:bold;}
.scholarship_domestic .history_cont .history_list dt:after{content:""; display:block; position:absolute; right:-6px; top:7px; width:13px; height:13px; background:url(/resource/images/about/history_y_icon.png) 0 0 no-repeat;}
.scholarship_domestic .history_cont .history_list .history_item:first-child dt:after{top:0px}
.scholarship_domestic .history_cont .history_list dd{ width:834px; min-height:150px; line-height:24px; padding:0 0 60px 30px; border-left:1px dotted #d2d2d2; font-size:15px; color:#333;}
.scholarship_domestic .history_cont .history_list dd strong{display:block; margin-bottom:15px; font-size:20px; font-weight:bold}
.scholarship_domestic .history_cont .history_list dd p{margin-bottom:0;}
.scholarship_domestic .history_cont .history_list dd p.txt_mgb{margin-bottom:20px}
.scholarship_domestic .history_cont .history_list dd.item_dd_last{padding-bottom:0}
.scholarship_domestic .history_cont .history_list dd.item_dd_last .item_dd_list_last{padding-bottom:0}
.scholarship_domestic .summary_list .top_txt strong span{font-size:15px;}
.scholarship_domestic .winner_list li .winner_pic .winner_dim p{padding-top:20px}
.scholarship_domestic .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/award_winner_dim.png);}

/* 2019-11-07 추가 */
.scholarship_domestic .section1 .video_area{position:relative; width:960px; height:490px; background:#000;}
.scholarship_domestic .section1 .video_area iframe{position:absolute; left:0; top:0; }
.scholarship_domestic .section1 .paging_area{position:relative; padding:50px 25px 85px; border-bottom:1px solid #ccc;}
.scholarship_domestic .section1 .thum_area{overflow:hidden; position:relative; left:0; top:0; width:747px; height:132px;  margin:0 auto;}
.scholarship_domestic .section1 .thum_list{position:absolute; left:0; top:0; width:1200px} /* 2019-07-04 수정 */
.scholarship_domestic .section1 .thum_list:after{content:""; display:block; clear:both}
.scholarship_domestic .section1 .thum_list li{float:left; position:relative; margin-left:22px; text-align:center}
.scholarship_domestic .section1 .thum_list li:first-child{margin-left:0;}
.scholarship_domestic .section1 .thum_list li a:after{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:url(/resource/images/about/scholarship_domestic_video_thum_off.png) 0 0 no-repeat;}
.scholarship_domestic .section1 .thum_list li a{position:relative; display:block; margin-bottom:15px; }
.scholarship_domestic .section1 .thum_list li.on a:after{background:none; border-top:4px solid #e41f26}
.scholarship_domestic .section1 .slide_control a{position:absolute; top:50px; display:block; width:43px; height:62px; padding-top:38px; text-align:center;}
.scholarship_domestic .section1 .slide_control a:hover{background-color:#57595f;}
.scholarship_domestic .section1 .slide_control a i{display:block; overflow:hidden; width:12px; height:24px; margin:0 auto;}
.scholarship_domestic .section1 .slide_control a:hover i img{margin-top:-24px}
.scholarship_domestic .section1 .slide_control a.prev_btn{left:35px; }
.scholarship_domestic .section1 .slide_control a.next_btn{right:35px;}
.scholarship_domestic .domestic_tab1 .section1{margin-bottom:0; background:none;}
.scholarship_domestic .domestic_tab1 .section1{padding-bottom:0;}
.scholarship_domestic .domestic_tab1 .section1 .btnDiv{margin-bottom:100px; text-align:center;}
.scholarship_domestic .domestic_tab1 .section1 .videoDiv{position:relative; margin-top:30px;}
.scholarship_domestic .domestic_tab1 .section1 .videoDiv .section{position:relative; z-index:1;}
.scholarship_domestic .domestic_tab1 .section1 .videoDiv:after{content:''; display:block; position:absolute; bottom:0; left:0; width:100%; height:508px; background:#f7f7f7;}
.scholarship_domestic .domestic_tab1 .section1 .videoDiv .videoTit{margin-bottom:35px; font-size:30px; color:#333; line-height:1; text-align:left;}
.scholarship_domestic .domestic_tab1 .section1 .videoDiv .jp-video{width:960px; height:490px; margin:0 auto 70px; background:#000;}
.scholarship_domestic .domestic_tab1 .section1 .titTxtD{margin-bottom:100px; padding-bottom:47px; border-bottom:1px solid #ccc}
.scholarship_domestic .domestic_tab1 .section1 .section_cont1{margin-bottom:0;}
.scholarship_domestic .domestic_tab1 .section1 .section_cont1 .line_txt{float:right; margin-right:24px;}
.scholarship_domestic .domestic_tab1 .section2{height:auto; /*margin-top:-505px;*/ padding:100px 0 100px; background:#f7f7f7;}
.scholarship_domestic .domestic_tab1 .section2 .support_list{width:710px; margin:0 auto 100px;}
.scholarship_domestic .domestic_tab1 .section2 .support_list .list1{background:url(/resource/images/business/academicgrant_ico2.png) center 138px no-repeat #fff;}
.scholarship_domestic .domestic_tab1 .section2 .support_list .list2{}
.scholarship_domestic .domestic_tab1 .section2 .support_list li.list3{margin-right:0; background:url(/resource/images/business/academicgrant_ico8.png) center 138px no-repeat #fff;}
.scholarship_domestic .domestic_tab1 .section2 .support_list li.list3:after{display:none; }
.scholarship_domestic .domestic_tab1 .section2 .btnD{width:630px; margin:0 auto; overflow:hidden;}
.scholarship_domestic .domestic_tab1 .section2 .btnD a{display:block; float:left;}
.scholarship_domestic .domestic_tab1 .section2 .btnD a:first-child{margin-right:20px;}
.scholarship_domestic .domestic_tab1 .section4 .history_cont{margin-bottom:0; padding-bottom:0; border-bottom:0;}
.scholarship_domestic .domestic_tab2 .section1{background:url(/resource/images/business/scholarship_big_bg.gif) left bottom no-repeat;}
.scholarship_domestic .domestic_tab2 .section1 .support_listD{text-align:center;}
.scholarship_domestic .domestic_tab2 .section1 .support_listD .support_list{display:inline-block; margin:50px auto 100px; vertical-align:top;}
.scholarship_domestic .domestic_tab2 .section1 .support_list li.list1{background:url(/resource/images/business/academicgrant_ico2.png) center 138px no-repeat #fff;}
/* 2019-11-07 수정 및 추가 */
.scholarship_domestic .domestic_tab2 .section1 .support_list li.list3:after {content:""; display:block; position:absolute; left:225px; bottom:115px; width:11px; height:16px; background:url(/resource/images/business/award_ico_arr.png) 0 0 no-repeat;}
.scholarship_domestic .domestic_tab2 .section1 .support_list li.list5:after{display:none;}
/* //2019-11-07 수정 및 추가 */
.scholarship_domestic .domestic_tab2 .section1 .support_list li.list4{clear:both; margin-right:40px;}
.scholarship_domestic .domestic_tab2 .section1 .support_list li.list4:after{content:""; display:block; position:absolute; left:225px; bottom:115px; width:11px; height:16px; background:url(/resource/images/business/award_ico_arr.png) 0 0 no-repeat;}
.scholarship_domestic .domestic_tab2 .section1 .support_list li.list5{background:url(/resource/images/business/academicgrant_ico8.png) center 138px no-repeat #fff;}
.scholarship_domestic .domestic_tab2 .section1 .support_list li:nth-child(n+4){margin-top:40px;}
.scholarship_domestic .domestic_tab2 .section1 .section .section_point_text{margin-bottom:22px; }
.scholarship_domestic .domestic_tab2 .section1 .section p{line-height:25px; margin-bottom:50px;}
.scholarship_domestic .domestic_tab2 .section1 .support_list.ty-2 li.list5{background:url(/resource/images/business/academicgrant_ico20.png) center 138px no-repeat #fff;}
.scholarship_domestic .domestic_tab2 .section2{margin-bottom:0;}
.scholarship_domestic .domestic_tab2 .section2 .section_point_text{margin-bottom:60px;}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv{width:960px; overflow:hidden;}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list{float:left; width:320px; background:#f7f7f7;}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list .img{margin-bottom:0;}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list .textDiv{height:256px; padding:40px; border-right:1px solid #fff; background:#f7f7f7; box-sizing:border-box;}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list:nth-child(2) .textDiv{padding-top:20px; background:#f2f2f2;}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list:nth-child(3) .textDiv{padding-top:0; background:#f0f0f0;}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list .textDiv dl{margin-bottom:25px;}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list .textDiv dl dt{margin-bottom:10px; font-size:16px; color:#333; font-weight:600}
.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list .textDiv dl dd{font-size:14px; color:#666; line-height:24px;}
.scholarship_domestic .domestic_tab2 .section2 .textD{margin:35px 0 0; font-size:15px; color:#666; line-height:25px;}
.scholarship_domestic .domestic_tab3 .section1{background:url(/resource/images/business/scholarship_bg.gif) left bottom -177px no-repeat;}
.scholarship_domestic .domestic_tab3 .section1 .section_point_text{margin-bottom:25px;}
.scholarship_domestic .domestic_tab3 .section1 .subTxt{line-height:25px; margin-bottom:25px;}
.scholarship_domestic .domestic_tab3 .section1 p{line-height:25px}
.scholarship_domestic .domestic_tab3 .section1 .support_exp p{margin-bottom:75px;}
.scholarship_domestic .domestic_tab3 .section1 .support_list{margin-bottom:0;}
.scholarship_domestic .domestic_tab3 .section2 .section_cont1{margin-bottom:60px;}
.scholarship_domestic .domestic_tab3 .section2 .section_cont2 .txt_area{float:left; padding:77px 0 0 45px;}
.scholarship_domestic .domestic_tab3 .section2 .section_cont2 .txt_area .comment{text-align:left;}
.scholarship_domestic .domestic_tab3 .section3{height:420px; margin-bottom:100px; background:url(/resource/images/business/scholarship_domestic_img4.jpg) center 0 no-repeat;}
.scholarship_domestic .domestic_tab3 .section4 .history_cont .history_list dl.history_list3{background-image:url(/resource/images/business/scholarship_domestic_img7.jpg)}
.scholarship_domestic .domestic_tab3 .section4 .history_cont .history_list dl.history_list4{background-image:url(/resource/images/business/scholarship_domestic_img8.jpg)}
.scholarship_domestic .domestic_tab3 .section5.winner_list{margin-top:0; padding-top:30px;}
.scholarship_domestic .domestic_tab3 .section6{margin-top:130px;}
.scholarship_domestic .domestic_tab3 .section6 .line_summary {margin-top:50px;}
.scholarship_domestic .line_summary .summary_list{padding:43px 0; border:1px solid #d1d1d1}
.scholarship_domestic .line_summary .summary_list li{width:262px; padding-left:60px; color:#333; border-left:1px solid #d1d1d1}
.scholarship_domestic .line_summary .summary_list li:first-child{padding-left:50px; border-left:0}
.scholarship_domestic .line_summary .summary_list li p{margin-bottom:0;}
.scholarship_domestic .line_summary .summary_list li .top_txt{font-weight:bold; margin-bottom:30px;}
.scholarship_domestic .line_summary .summary_list li .top_txt strong{padding-top:10px;}
/* // 2019-11-07 추가 */
.scholarship_domestic .domestic_tab1 .full_section.section5{padding-bottom:100px; margin-bottom:100px; background:url(/resource/images/business/academicgrant_koreanstudies_bg.gif) left 0 bottom -290px no-repeat}
.scholarship_domestic .support_exp.cmgt { margin-top:70px; }
.scholarship_domestic .domestic_tab1 .section5 .support_list .list1{background:url(/resource/images/business/academicgrant_ico2.png) center 138px no-repeat #fff;}
.scholarship_domestic .domestic_tab1 .section5 .support_list .list2{}
.scholarship_domestic .domestic_tab1 .section5 .support_list li.list3, .scholarship_domestic .domestic_tab1 .section2 .support_list li.list4{background:url(/resource/images/business/academicgrant_ico8.png) center 138px no-repeat #fff;}
.scholarship_domestic .domestic_tab1 .section5 .support_list li.list4 { margin-right:0; }
.scholarship_domestic .domestic_tab1 .section5 .support_list li.list4:after{display:none; }
.scholarship_domestic .domestic_tab1 .section5 .btnD{width:100%; margin:60px auto 0; overflow:hidden; text-align:center; }
.scholarship_domestic .domestic_tab1 .section5 .support_list{width:100%; margin:0 auto 18px;}
.scholarship_domestic .domestic_tab1 .section5 .support_list .list1{background:url(/resource/images/business/academicgrant_ico2.png) center 138px no-repeat #fff;}
.scholarship_domestic .domestic_tab1 .section5 .support_list li.list3, .scholarship_domestic .domestic_tab1 .section5 .support_list li.list4{background:url(/resource/images/business/academicgrant_ico8.png) center 138px no-repeat #fff;}
.scholarship_domestic .domestic_tab1 .section5 .support_list li.list4 { margin-right:0; }
.scholarship_domestic .domestic_tab1 .section5 .support_list li.list4:after{display:none; }
.scholarship_domestic .history_cont.ty-2 .history_list dl.history_list1{background-image:url(/resource/images/business/scholarship_domestic_development_img2.jpg);}
.scholarship_domestic .history_cont.ty-2 .history_list dl.history_list2{background-image:url(/resource/images/business/scholarship_domestic_development_img3.jpg);}
.scholarship_domestic .history_cont.ty-2 .history_list dl.history_list3{background-image:url(/resource/images/business/scholarship_domestic_development_img4.jpg);}
.scholarship_domestic .history_cont.ty-2 .history_list dl.history_list4{background-image:url(/resource/images/business/scholarship_domestic_development_img5.jpg);}
.scholarship_domestic .history_cont.ty-2 .history_list dl dt .blind { display:block; position:absolute; left:-9999px; text-indent:-9999px; width:0; height:0; border:0; overflow:hidden; font-size:1px; line-height:0; white-space:nowrap; }

.scholarship_vietnam .section1{padding-bottom:100px; margin-bottom:100px; border-bottom:1px solid #d2d2d2}
.scholarship_vietnam .section1 .section1_img{margin-bottom:30px}
.scholarship_vietnam .section1 .last_txt{margin-bottom:0px}
.scholarship_vietnam .support_list{overflow:hidden; margin-bottom:100px}
.scholarship_vietnam .support_list li.list4:after{display:none}
.scholarship_vietnam .btn_area{text-align:center}
.scholarship_vietnam .btn_area a{display:inline-block;}
.scholarship_vietnam .section2{margin-bottom:140px; background:url(/resource/images/business/scholarship_vietnam_sec2_bg.gif) 0 316px no-repeat}
.scholarship_vietnam .section2 .section2_img{margin-bottom:70px}
.scholarship_vietnam .section2 .support_exp{margin-bottom:80px}
.scholarship_vietnam .section2 .support_exp p{margin-bottom:0}
.scholarship_vietnam .section2 .section_cont1{overflow:hidden; margin-bottom:50px;}
.scholarship_vietnam .section2 .section_cont1 .line_txt{padding-top:123px}
.scholarship_vietnam .section2 .section_cont1 .pony_slide1{float:right; width:625px; height:auto; margin-bottom:0;}
.scholarship_vietnam .section2 .section_cont2{overflow:hidden;}
.scholarship_vietnam .section2 .section_cont2 img{float:left}
.scholarship_vietnam .section2 .section_cont2 .txt_area{float:right; width:395px; padding-top:82px;}
.scholarship_vietnam .section2 .section_cont2 p{color:#888;}
.scholarship_vietnam .section2 .support_list li.list1{background-image:url(/resource/images/business/academicgrant_ico14.png);}
.scholarship_vietnam .section2 .support_list li.list2{background-image:url(/resource/images/business/academicgrant_ico3.png);}
.scholarship_vietnam .section2 .support_list li.list3{background-image:url(/resource/images/business/academicgrant_ico15.png);}
.scholarship_vietnam .section2 .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico16.png);}
.scholarship_vietnam .section3{height:420px; margin-bottom:100px; background:url(/resource/images/business/scholarship_vietnam_img7.jpg) center 0 no-repeat;}
.scholarship_vietnam .section3 .summary_list li.list1{padding-right:150px;}
.scholarship_vietnam .section3 .summary_list li.list2{padding:0 109px}
.scholarship_vietnam .section3 .top_txt strong span{font-size:12px;}
.scholarship_vietnam .section4{padding-bottom:100px; margin-bottom:100px; background:url(/resource/images/business/scholarship_vietnam_sec4_bg.gif) 0 bottom no-repeat}
.scholarship_vietnam .section4 .pony_slide2{margin-bottom:40px;}
.scholarship_vietnam .section4 .support_list li.list1{background-image:url(/resource/images/business/academicgrant_ico14.png);}
.scholarship_vietnam .section4 .support_list li.list2{background-image:url(/resource/images/business/academicgrant_ico3.png);}
.scholarship_vietnam .section4 .support_list li.list3{background-image:url(/resource/images/business/academicgrant_ico13.png);}
.scholarship_vietnam .section4 .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico17.png);}
.scholarship_vietnam .section5{margin-bottom:100px;}
.scholarship_vietnam .section5 .section_cont1{overflow:hidden; margin-bottom:50px;}
.scholarship_vietnam .section5 .section_cont1 img{float:left}
.scholarship_vietnam .section5 .section_cont1 .txt_area{float:right; width:391px; padding-top:82px;}
.scholarship_vietnam .section5 .section_cont1 p{color:#888;}
.scholarship_vietnam .section5 .jp-video{width:960px; height:540px;}
.scholarship_vietnam .section5 .award_btn{display:block; width:186px; margin:0 auto;}
.scholarship_vietnam .section6{padding-bottom:100px; margin-bottom:100px; background:url(/resource/images/business/scholarship_vietnam_sec6_bg.gif) 0 bottom no-repeat}
.scholarship_vietnam .section6 .section6_img{margin-bottom:70px}
.scholarship_vietnam .section6 .support_exp{margin-bottom:80px}
.scholarship_vietnam .section6 .support_exp p{margin-bottom:0}
.scholarship_vietnam .section6 .support_list li.list1{background-image:url(/resource/images/business/academicgrant_ico14.png);}
.scholarship_vietnam .section6 .support_list li.list2{background-image:url(/resource/images/business/academicgrant_ico18.png);}
.scholarship_vietnam .section6 .support_list li.list3{background-image:url(/resource/images/business/academicgrant_ico8.png);}
.scholarship_vietnam .section6 .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico19.png);}
.scholarship_vietnam .winner_list h4{color:#333;}
.scholarship_vietnam .winner_list li .winner_pic .winner_dim p{padding-top:20px}
.scholarship_vietnam .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/award_winner_dim.png);}

.scholarship_special .section1{padding-bottom:100px; margin-bottom:100px; border-bottom:1px solid #d2d2d2;}
.scholarship_special .section1 p{margin-bottom:0;}

.scholarship_special .section2{overflow:hidden; padding-bottom:100px; background:url(/resource/images/business/scholarship_special_bg1.gif) 0 bottom no-repeat;}
.scholarship_special .section2 .jp-video{margin-bottom:50px;}
.scholarship_special .section2 .award_btn{display:block; width:186px; margin:0 auto 100px;}
.scholarship_special .section2 .section_cont2{overflow:hidden;}
.scholarship_special .section2 .section_cont2 .line_txt{margin-bottom:0;}
.scholarship_special .section2 .section_cont2 .line_txt a{display:block; width:190px;}
.scholarship_special .section2 .section_cont2 .line_txt .last_span{margin-bottom:93px;}
.scholarship_special .section2 .section_cont2 .section2_img{float:left; margin-left:50px}
.scholarship_special .section3{height:420px; margin-bottom:100px; background:url(/resource/images/business/scholarship_special_img2.jpg) center 0 no-repeat;}
.scholarship_special .section4{margin-bottom:130px;}
.scholarship_special .section4 .section4_img{margin-bottom:50px;}
.scholarship_special .section4 .pony_slide {margin-bottom:25px;}
.scholarship_special .line_summary .summary_list{padding:43px 0; border:1px solid #d1d1d1}
.scholarship_special .line_summary .summary_list li{width:262px; padding-left:60px; color:#333; border-left:1px solid #d1d1d1}
.scholarship_special .line_summary .summary_list li:first-child{padding-left:50px; border-left:0}
.scholarship_special .line_summary .summary_list li p{margin-bottom:0;}
.scholarship_special .line_summary .summary_list li .top_txt{font-weight:bold; margin-bottom:30px;}
.scholarship_special .line_summary .summary_list li .top_txt strong{padding-top:10px;}
.scholarship_special .summary_list .top_txt strong span{font-size:15px;}
.scholarship_special .section3 .summary_list li.list2{padding:0 130px 0 100px }
.scholarship_special .winner_list li .winner_pic .winner_dim p{padding-top:20px}
.scholarship_special .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/award_winner_dim.png);}

.commemoration_tab.tabList li{width:calc(100% / 2);}
.commemoration_tab.tabList li.list01{background-image:url(/resource/images/business/commemoration_tab_ico1.png);}
.commemoration_tab.tabList li.list02{background-image:url(/resource/images/business/commemoration_tab_ico2.png);}
.commemoration .commemoration_tab1 .full_section.section1 {padding-bottom:100px; background:url(/resource/images/business/academicgrant_koreanstudies_bg.gif) left 0 bottom -630px no-repeat}
.commemoration .section1 .img { margin-top:70px; }
.commemoration .section1 .support_listD { margin-top:80px; text-align:center; }
.commemoration .section1 .support_list { display:inline-block; }
.commemoration .commemoration_tab1 .section1 .support_list .list1{background:url(/resource/images/business/academicgrant_ico2.png) center 138px no-repeat #fff;}
.commemoration .commemoration_tab1 .section1 .support_list .list2{background:url(/resource/images/business/academicgrant_ico3.png) center 138px no-repeat #fff;}
.commemoration .commemoration_tab1 .section1 .support_list li.list3{background:url(/resource/images/business/academicgrant_ico7.png) center 138px no-repeat #fff;}
.commemoration .commemoration_tab1 .section1 .support_list li.list3 { margin-right:0; }
.commemoration .commemoration_tab1 .section1 .support_list li.list3:after{display:none; }
.commemoration .commemoration_tab2 .section1 { padding-bottom:50px; }
.commemoration .commemoration_tab2 .full_section.section2 { padding:80px 0; background:#f7f7f7; }
.commemoration .commemoration_tab2 .section2 .support_list { margin-bottom:75px; }
.commemoration .commemoration_tab2 .section2 .support_list .list1{background:url(/resource/images/business/commemoration_ico1.png) center 138px no-repeat #fff;}
.commemoration .commemoration_tab2 .section2 .support_list .list2{background:url(/resource/images/business/commemoration_ico2.png) center 138px no-repeat #fff;}
.commemoration .commemoration_tab2 .section2 .support_list li.list3{background:url(/resource/images/business/commemoration_ico3.png) center 138px no-repeat #fff;}
.commemoration .commemoration_tab2 .section2 .support_list li.list4{background:url(/resource/images/business/commemoration_ico4.png) center 138px no-repeat #fff;}
.commemoration .commemoration_tab2 .section2 .support_list li.list4 { margin-right:0; }
.commemoration .commemoration_tab2 .section2 .support_list li.list4:after{display:none; }
.commemoration .commemoration_tab2 .section2 .support_exp p { margin-bottom:25px; }




/* 제이랩 추가 */
/* mediaquery for mobile */

@media only screen and (max-width: 800px) {

	/* business */
	.business .page_spot{background-image:url(/resource/images/business/business_tit.jpg);}
	.business .award .page_title{margin-bottom:50px;}
	.business .view_page .page_title{margin-bottom:0;}
	.business .academicgrant .page_title , .business .scholarship .page_title{margin-bottom: 0;}

	.business .section .section_point_text{margin-bottom:30px; line-height: 30px; font-size:22px;}
	/* 2019-11-07 수정 */
	.business .section h4{margin-bottom:20px; font-size:20px;}
	.business .section p{line-height:25px; margin-bottom:30px;}
	/* // 2019-11-07 수정 */
	.business .section h4{margin-bottom:20px; font-size:20px;}
	.business .section h4 small { font-size:13px; }
	.business .section p{margin-bottom:24px;}
	.business .section p br { display: none; }
	.business .section p br.block { display: block; }
	.business .tabList li{ background-position:center 60px; background-size: auto 50px; }
	.business .tabList li a{ padding:25px 0px 94px; }
	/* 200907 */
	.business .page_title.etc{border-bottom:0;margin-bottom:0}
	.business .tabList.etc{margin:0 auto 50px}
	.business .tabList.etc li{height: 48px;line-height: 49px;}
	.business .tabList.etc a{height: 47px;padding:0}
	.business .imgBox{margin-bottom:75px}
	.business .section1.one{padding-bottom: 195px;margin-bottom: -200px;}

	.award .pony_slide {float:none; margin-right:0;}
	.award .section1{padding-bottom:0; margin-bottom:40px; background:none;} /*200907*/
	.award .section1 p.last_txt{margin-bottom:40px}
	.award .support_list li.list1{background-image:url(/resource/images/business/award_ico1.png);}
	.award .support_list li.list2{background-image:url(/resource/images/business/award_ico2.png);}
	.award .support_list li.list3{background-image:url(/resource/images/business/award_ico3.png);}
	.award .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/award_ico4.png);}
	.award .support_list li.list4:after{display:none}
	.award .section2{padding-bottom:40px; margin-bottom:40px;}
	.award .section2 .masterpiece_slide{position:relative; float:left; width:626px; margin-right:50px;}
	.award .section3{padding-bottom:50px; margin-bottom:50px;}
	.award .section3 .txt_1{margin-bottom:15px;}
	.award .section3 .comment{text-align:right}
	.award .section3 .award_btn{display:block; width:186px; margin:0 auto;}
	.award .section3 p.en_txt{color:#888; line-height:1.45em; }
	.award .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/award_winner_dim.png)}
	.pony .page_spot{background-image:url(/resource/images/pony/pony_tit.jpg);}


	.academicgrant_humanities .page_title{ margin-bottom: 0; }
	.academicgrant_humanities .pony_slide {float:left; margin-right:50px;}
	.academicgrant_humanities .section { padding: 0 16px; }
	.academicgrant_humanities .section2 { margin-bottom: 20px;}
	.academicgrant_humanities .section2 .masterpiece_slide{position:relative; float:left; width:626px; margin-right:50px;}
	.academicgrant_humanities .section3{height:auto; padding: 30px 16px; }
	.academicgrant_humanities .section4{padding:40px 0 40px; margin-bottom:40px; }
	.academicgrant_humanities .support_list{overflow:hidden; margin-bottom:20px}
	.academicgrant_humanities .support_list li{margin-bottom:40px;}
	.academicgrant_humanities .support_list li.list1{}
	.academicgrant_humanities .support_list li.list2{}
	.academicgrant_humanities .support_list li.list3{}
	.academicgrant_humanities .support_list li.list4{margin-right:0; }
	.academicgrant_humanities .support_list li.list5{margin-right: 6%; margin-bottom: 40px; }
	.academicgrant_humanities .support_list li.list6{margin-bottom:0; margin-bottom: 40px; }
	.academicgrant_humanities .support_list li.list7{margin-bottom:0; }
	.academicgrant_humanities .support_list li.list8{margin-bottom:0; }
	.academicgrant_humanities .support_list li.list_fr{float:right}
	.academicgrant_humanities .section4 .btn_area a img { width: 280px; height: auto; }
	.academicgrant_humanities .section4 .btn_area a:first-child{margin-right:0; margin-bottom: 12px; }
	.academicgrant_humanities .summary_list .top_txt strong span{font-size:15px;}
	.academicgrant_humanities .winner_list li .winner_pic .winner_dim p{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 6.5em; padding-top:20px}
	.academicgrant_humanities .winner_list li.no_interview p{width:185px; line-height:1.45em; padding-top:20px; margin:0 auto; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 6.5em; }
	.academicgrant_humanities .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/academicgrant_winner_dim.png);}
	.academicgrant_humanities .jp-video{margin-bottom:40px}


	.academicgrant_koreanstudies .page_title{ margin-bottom: 0; }
	.academicgrant_koreanstudies .support_list{overflow:hidden; margin-bottom:40px}
	.academicgrant_koreanstudies .support_list li{margin-bottom:40px;}
	.academicgrant_koreanstudies .support_list li.list_fr{float:right; margin-bottom:100px;}
	.academicgrant_koreanstudies .section1{ padding: 0 16px 40px; margin-bottom:40px;}
	.academicgrant_koreanstudies .section1 p.line_txt { margin-bottom: 0; }
	.academicgrant_koreanstudies .section1 .section-box .box-l,
	.academicgrant_koreanstudies .section1 .section-box .box-r { float:none; margin:0 0 20px; width:100%; height:auto; }
	.academicgrant_koreanstudies .section1 .section-box .box-l img,
	.academicgrant_koreanstudies .section1 .section-box .box-r img { width:100%; }
	.academicgrant_koreanstudies .section1 .section-box .box-r { margin:0; }
	.academicgrant_koreanstudies .section1 .section-box .box-r .line_txt { margin-left:0; }
	.academicgrant_koreanstudies .section1 .section-box + .section-box { margin-top:40px; }
	.academicgrant_koreanstudies .section1 .section-box.pc { display:none; }
	.academicgrant_koreanstudies .section1 .section-box.mo { display:block; }
	.academicgrant_koreanstudies .section2 { padding: 0 16px 40px; background: none; margin-bottom: 0; }
	.academicgrant_koreanstudies .section3 { padding: 40px 16px 40px; background: #f7f7f7; margin-bottom: 40px; }
	.academicgrant_koreanstudies .section2 .section2_img{ width: 100%; height: auto; margin-bottom: 30px;}
	.academicgrant_koreanstudies .section2 .support_list li.list1{}
	.academicgrant_koreanstudies .section2 .support_list li.list2{}
	.academicgrant_koreanstudies .section2 .support_list li.list3{}
	.academicgrant_koreanstudies .section2 .support_list li.list4{margin-right:0; }
	.academicgrant_koreanstudies .section2 .support_list li.list5{margin:0 6% 40px 0; }
	.academicgrant_koreanstudies .section2 .support_list li.list6{margin:0 6% 40px 0; }
	.academicgrant_koreanstudies .section2 .support_list li.list7{margin-bottom:0; }
	.academicgrant_koreanstudies .section2 .support_list li.list8{margin-bottom:0; }
	.academicgrant_koreanstudies .section2 .support_list li.list5:after{display:none}
	.academicgrant_koreanstudies .section3 .pony_slide1{margin-bottom:12px;}
	.academicgrant_koreanstudies .section3 .support_list{width:auto; margin:0 auto 20px;}
	.academicgrant_koreanstudies .section3 .support_list li.list1{}
	.academicgrant_koreanstudies .section3 .support_list li.list2{}
	.academicgrant_koreanstudies .section3 .support_list li.list3{margin-right:0; }
	.academicgrant_koreanstudies .section3 .support_list li.list4{margin-right:0; }
	.academicgrant_koreanstudies .section3 .support_list li.list5{}
	.academicgrant_koreanstudies .section3 .support_list li.list6{}
	.academicgrant_koreanstudies .section3 .support_list li.list4:after{display:none}
	.academicgrant_koreanstudies .support_list li.down_arr:after{width:16px; height:11px; left:50%; bottom:-27px; margin-left:-8px; background:url(/resource/images/business/award_ico_arr2.png) 0 0 no-repeat;}
	.academicgrant_koreanstudies .support_list li.list_fr:after{}
	.academicgrant_koreanstudies .btn_area{}
	.academicgrant_koreanstudies .btn_area a img { width: 280px; height: auto; }
	.academicgrant_koreanstudies .section3 .btn_area a:first-child{margin-right:0; margin-bottom: 12px; }
	.academicgrant_koreanstudies .winner_list li .winner_pic .winner_dim p{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 6.5em; padding-top:20px}
	.academicgrant_koreanstudies .winner_list li.no_interview p{width:185px; line-height:1.45em; padding-top:20px; margin:0 auto; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 6.5em; }
	.academicgrant_koreanstudies .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/academicgrant_winner_dim.png);}
	.academicgrant_koreanstudies .section4 { padding:0 16px 0; margin-bottom:40px; }
	.academicgrant_koreanstudies .section4 .section { padding-bottom:0; }
	.academicgrant_koreanstudies .section.section5 { padding:0 16px 0; }

	.academicgrant-humanitiesshcool .section1 { border-bottom:none; margin-bottom:0; }
	.academicgrant-humanitiesshcool .section2 { padding:40px 16px 16px; margin-bottom:40px; background-color:#f7f7f7; }
	.academicgrant_koreanstudies.academicgrant-humanitiesshcool .section2 { background-color:#fff; }
	.business .section h4.cmgt { margin-top:30px; }

	.scholarship_tab.tabList li{width:33.3%;}
	.scholarship .section .txt_area .comment{margin-bottom:0; color:#888; line-height:1.25em; text-align:right}
	.scholarship_domestic .scholarship_tab.tabList{margin:0 auto 40px;}/* 2019-11-07 추가 */
	.scholarship_domestic .section1{padding:40px 16px; margin-bottom:40px; background:#f7f7f7;}
	.scholarship_domestic .section1 .section1_img{ width: 100%; height: auto; margin-bottom:24px}
	.scholarship_domestic .support_list{overflow:hidden; margin-bottom:90px}
	.scholarship_domestic .support_list li.list1{background-image:url(/resource/images/business/academicgrant_ico13.png);}
	.scholarship_domestic .support_list li.list2{background-image:url(/resource/images/business/academicgrant_ico3.png);}
	.scholarship_domestic .support_list li.list3{background-image:url(/resource/images/business/academicgrant_ico4.png);}
	.scholarship_domestic .support_list li.list4{margin-right:0; background-image:url(/resource/images/business/academicgrant_ico8.png);}
	.scholarship_domestic .support_list li.list4:after{display:none}
	.scholarship_domestic .btn_area{text-align:center}
	.scholarship_domestic .btn_area a{display:inline-block;}
	.scholarship_domestic .btn_area img { width: 280px; height: auto; }
	.scholarship_domestic .section2{margin-bottom:40px;}
	.scholarship_domestic .section2 .section_cont1{overflow:hidden; margin-bottom:50px;}
	.scholarship_domestic .section2 .section_cont1 .jp-video{float:right; width:640px; height:362px; margin-bottom:0;}
	.scholarship_domestic .section2 .section_cont2{overflow:hidden;}
	.scholarship_domestic .section2 .section_cont2 img{float:none; margin-bottom: 24px; }
	.scholarship_domestic .section2 .section_cont2 .txt_area{float:none; width:auto; padding-top:0;}
	.scholarship_domestic .section2 .section_cont2 p{color:#888;}
	/*.scholarship_domestic .section3{height:420px; margin-bottom:100px; background:url(/resource/images/business/scholarship_domestic_img4.jpg) center 0 no-repeat;} 2019-11-07 삭제 */
	.scholarship_domestic .section3 .summary_list li.list1{padding-right:150px;}
	.scholarship_domestic .section3 .summary_list li.list2{padding:0 117px}
	.scholarship_domestic .section4 { padding: 0 16px; }
	.scholarship_domestic .section4 .tit_area{overflow:hidden; margin-bottom:14px;}
	.scholarship_domestic .section4 .tit_area h4{float:left; font-size:18px;}
	.scholarship_domestic .section4 .tit_area a img { width: auto; height: 38px; }
	.scholarship_domestic .section4 .top_txt_box {padding:20px 16px; margin-bottom:30px; }
	.scholarship_domestic .section4 .top_txt_box strong{ text-align: center; padding:0 20px 20px; margin-bottom:20px; line-height: 30px; font-size:22px; }
	.scholarship_domestic .section4 .top_txt_box strong br { display: block; }
	.scholarship_domestic .section4 .top_txt_box p br { display: none; }

	.scholarship_domestic .history_cont {padding-bottom:40px; margin-bottom: 0; }
	.scholarship_domestic .history_cont .history_list dl{ background-position:right bottom 20px; }
	.scholarship_domestic .history_cont .history_list dt, .history_list dd {float:none;}
	.scholarship_domestic .history_cont .history_list dt { line-height:30px; width:auto; font-size:22px; margin-bottom: 16px; }
	.scholarship_domestic .history_cont .history_list dt:after{ right: auto; left: 0; top:auto !important; bottom: -30px;}
	.scholarship_domestic .history_cont .history_list .history_item:first-child dt:after{top:0px}
	.scholarship_domestic .history_cont .history_list dd{ width:auto; min-height:auto; line-height:24px; padding:0 0 16px 20px; font-size:14px; padding-bottom: 190px !important; margin-left: 6px; }
	.scholarship_domestic .history_cont .history_list dd strong{ margin-bottom:6px; margin-top: -4px; font-size:16px; }
	.scholarship_domestic .history_cont .history_list dd p{margin-bottom:0;}
	.scholarship_domestic .history_cont .history_list dd p br { display: none; }
	.scholarship_domestic .history_cont .history_list dd p.txt_mgb{margin-bottom:20px}
	.scholarship_domestic .history_cont .history_list dd.item_dd_last{padding-bottom:0}
	.scholarship_domestic .history_cont .history_list dd.item_dd_last .item_dd_list_last{padding-bottom:0}
	.scholarship_domestic .summary_list .top_txt strong span{font-size:15px;}
	.scholarship_domestic .winner_list li .winner_pic .winner_dim p{padding-top:20px}
	.scholarship_domestic .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/award_winner_dim.png);}

	/* 2019-11-07 추가 */
	.scholarship_domestic .section1 .video_area{position:relative; width:960px; height:490px; background:#000;}
	.scholarship_domestic .section1 .video_area iframe{position:absolute; left:0; top:0; }
	.scholarship_domestic .section1 .paging_area{position:relative; padding:50px 25px 85px; border-bottom:1px solid #ccc;}
	.scholarship_domestic .section1 .thum_area{overflow:hidden; position:relative; left:0; top:0; width:747px; height:132px;  margin:0 auto;}
	.scholarship_domestic .section1 .thum_list{position:absolute; left:0; top:0; width:1200px} /* 2019-07-04 수정 */
	.scholarship_domestic .section1 .thum_list:after{content:""; display:block; clear:both}
	.scholarship_domestic .section1 .thum_list li{float:left; position:relative; margin-left:22px; text-align:center}
	.scholarship_domestic .section1 .thum_list li:first-child{margin-left:0;}
	.scholarship_domestic .section1 .thum_list li a:after{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:url(/resource/images/about/scholarship_domestic_video_thum_off.png) 0 0 no-repeat;}
	.scholarship_domestic .section1 .thum_list li a{position:relative; display:block; margin-bottom:15px; }
	.scholarship_domestic .section1 .thum_list li.on a:after{background:none; border-top:4px solid #e41f26}
	.scholarship_domestic .section1 .slide_control a{position:absolute; top:50px; display:block; width:43px; height:62px; padding-top:38px; text-align:center;}
	.scholarship_domestic .section1 .slide_control a:hover{background-color:#57595f;}
	.scholarship_domestic .section1 .slide_control a i{display:block; overflow:hidden; width:12px; height:24px; margin:0 auto;}
	.scholarship_domestic .section1 .slide_control a:hover i img{margin-top:-24px}
	.scholarship_domestic .section1 .slide_control a.prev_btn{left:35px; }
	.scholarship_domestic .section1 .slide_control a.next_btn{right:35px;}
	.scholarship_domestic .domestic_tab1 .section1{ padding: 0 16px; }
	.scholarship_domestic .domestic_tab1 .section1 .btnDiv{margin-bottom:40px; }
	.scholarship_domestic .domestic_tab1 .section1 .videoDiv{position:relative; margin-top:30px;}
	.scholarship_domestic .domestic_tab1 .section1 .videoDiv .section{position:relative; z-index:1;}
	.scholarship_domestic .domestic_tab1 .section1 .videoDiv:after{content:''; display:block; position:absolute; bottom:0; left:0; width:100%; height:508px; background:#f7f7f7;}
	.scholarship_domestic .domestic_tab1 .section1 .videoDiv .videoTit{margin-bottom:35px; font-size:30px; color:#333; line-height:1; text-align:left;}
	.scholarship_domestic .domestic_tab1 .section1 .videoDiv .jp-video{width:960px; height:490px; margin:0 auto 70px; background:#000;}
	.scholarship_domestic .domestic_tab1 .section1 .titTxtD{margin-bottom:40px; padding-bottom:7px; }
	.scholarship_domestic .domestic_tab1 .section1 .section_cont1{margin-bottom:0;}
	.scholarship_domestic .domestic_tab1 .section1 .section_cont1 .line_txt{float:left; margin-right:0;}
	.scholarship_domestic .domestic_tab1 .section2{ padding:40px 16px 40px; }
	.scholarship_domestic .domestic_tab1 .section2 .support_list{width:auto; margin:0 auto 40px;}
	.scholarship_domestic .domestic_tab1 .section2 .support_list .list1{background:url(/resource/images/business/academicgrant_ico2.png) center 138px no-repeat #fff;}
	.scholarship_domestic .domestic_tab1 .section2 .support_list .list2{}
	.scholarship_domestic .domestic_tab1 .section2 .support_list li.list3{margin-right:0; background:url(/resource/images/business/academicgrant_ico8.png) center 138px no-repeat #fff;}
	.scholarship_domestic .domestic_tab1 .section2 .support_list li.list3:after{display:none; }
	.scholarship_domestic .domestic_tab1 .section2 .btnD{width:auto; text-align: center; }
	.scholarship_domestic .domestic_tab1 .section2 .btnD a{ display: inline-block; float:none;}
	.scholarship_domestic .domestic_tab1 .section2 .btnD a:first-child{margin-right:0; margin-bottom: 12px; }
	.scholarship_domestic .domestic_tab1 .section2 .btnD a img, .scholarship_domestic .domestic_tab1 .section5 .btnD a img { width: 280px; height: auto; }
	.scholarship_domestic .domestic_tab1 .section4 .history_cont{margin-bottom:0; padding-bottom:0; border-bottom:0;}
	.scholarship_domestic .domestic_tab2 .section1{background:#f7f7f7;}
	.scholarship_domestic .domestic_tab2 .section1 .support_listD{text-align:center;}
	.scholarship_domestic .domestic_tab2 .section1 .support_listD .support_list{display:block; margin:10px auto 30px; vertical-align:top;}
	.scholarship_domestic .domestic_tab2 .section1 .support_list li.list1{background:url(/resource/images/business/academicgrant_ico2.png) center 138px no-repeat #fff;}
	/* 2019-11-07 수정 및 추가 */
	.scholarship_domestic .domestic_tab2 .section1 .support_list li.list3:after {content:""; display:block; position:absolute; left:225px; bottom:115px; width:11px; height:16px; background:url(/resource/images/business/award_ico_arr.png) 0 0 no-repeat;}
	.scholarship_domestic .domestic_tab2 .section1 .support_list li.list5:after{display:none;}
	/* //2019-11-07 수정 및 추가 */
	.scholarship_domestic .domestic_tab2 .section1 .support_list li.list4{clear:none;}
	.scholarship_domestic .domestic_tab2 .section1 .support_list li.list4:after{content:""; display:block; position:absolute; left:225px; bottom:115px; width:11px; height:16px; background:url(/resource/images/business/award_ico_arr.png) 0 0 no-repeat;}
	.scholarship_domestic .domestic_tab2 .section1 .support_list li.list5{background:url(/resource/images/business/academicgrant_ico8.png) center 138px no-repeat #fff;}
	.scholarship_domestic .domestic_tab2 .section1 .support_list li:nth-child(n+4){margin-top:40px;}
	.scholarship_domestic .domestic_tab2 .section1 .section .section_point_text{margin-bottom:22px; }
	.scholarship_domestic .domestic_tab2 .section1 .section p{line-height:24px; margin-bottom: 24px;}
	.scholarship_domestic .domestic_tab2 .section2{ padding: 0 16px; margin-bottom:0;}
	.scholarship_domestic .domestic_tab2 .section2 .section_point_text{margin-bottom:0;}
	.scholarship_domestic .domestic_tab2 .section2 .graphListDiv{width:auto; }
	.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list{float:none; width: 298px; margin: 0 auto; overflow: hidden; }
	.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list .textDiv{height:auto; padding: 20px 16px; border-right:0; }
	.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list:nth-child(1) p.img img { margin-top: -24px; }
	.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list:nth-child(3) { width: 320px; margin-top: 24px; }
	.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list .textDiv dl{margin-bottom:24px;}
	.scholarship_domestic .domestic_tab2 .section2 .graphListDiv .list .textDiv dl:last-child {margin-bottom:0;}
	.scholarship_domestic .domestic_tab2 .section2 .textD{margin:30px 0 30px; font-size:14px; line-height:24px;}
	.scholarship_domestic .domestic_tab3 .section1{background:#f7f7f7;}
	.scholarship_domestic .domestic_tab3 .section1 .section_point_text{margin-bottom:24px;}
	.scholarship_domestic .domestic_tab3 .section1 .subTxt{line-height:24px; margin-bottom:24px;}
	.scholarship_domestic .domestic_tab3 .section1 p{line-height:24px}
	.scholarship_domestic .domestic_tab3 .section1 .support_exp p{margin-bottom:30px;}
	.scholarship_domestic .domestic_tab3 .section1 .support_list{margin-bottom:0;}
	.scholarship_domestic .domestic_tab3 .section2 { padding: 0 16px; }
	.scholarship_domestic .domestic_tab3 .section2 .section_cont1{margin-bottom:0;}
	.scholarship_domestic .domestic_tab3 .section2 .section_cont2 img { width: 100%; height: auto; }
	.scholarship_domestic .domestic_tab3 .section2 .section_cont2 .txt_area{float:none; padding:0;}
	.scholarship_domestic .domestic_tab3 .section2 .section_cont2 .txt_area .comment{text-align:left;}
	.scholarship_domestic .domestic_tab3 .section3{height:auto; padding: 30px 32px; margin-bottom:40px; }
	.scholarship_domestic .domestic_tab3 .section4 .history_cont .history_list dl.history_list3{background-image:url(/resource/images/business/scholarship_domestic_img7.jpg)}
	.scholarship_domestic .domestic_tab3 .section4 .history_cont .history_list dl.history_list4{background-image:url(/resource/images/business/scholarship_domestic_img8.jpg)}
	.scholarship_domestic .domestic_tab3 .section5.winner_list{margin-top:0; padding-top:30px;}
	.scholarship_domestic .domestic_tab3 .section6{ padding: 0 16px; margin-top:40px;}
	.scholarship_domestic .domestic_tab3 .section6 .section4_img { width: 100%; height: auto; }
	.scholarship_domestic .domestic_tab3 .section6 .line_summary {margin-top:40px;}
	.scholarship_domestic .line_summary .summary_list{padding:30px 32px; }
	.scholarship_domestic .line_summary .summary_list li{width:auto; padding: 0 0 24px; border-left: 0; border-bottom:1px solid #d1d1d1}
	.scholarship_domestic .line_summary .summary_list li:first-child{padding-left:0; border-left:0}
	.scholarship_domestic .line_summary .summary_list li:last-child{ border-bottom: 0; padding-bottom: 0 !important; margin-bottom: 0; }
	.scholarship_domestic .line_summary .summary_list li p{margin-bottom:0;}
	.scholarship_domestic .line_summary .summary_list li .top_txt{margin-bottom:16px;}
	.scholarship_domestic .line_summary .summary_list li .top_txt strong{padding-top:8px;}
	/* // 2019-11-07 추가 */

	.scholarship_domestic .domestic_tab1 .full_section.section5 { background:none; margin-bottom:0; padding-bottom:0; }
	.scholarship_domestic .domestic_tab1 .section5 .section { padding:0 16px; }
	.scholarship_domestic .domestic_tab1 .section5 .section .img { width:100%; }
	.scholarship_domestic .domestic_tab1 .section5 .item { margin:40px -16px; padding:40px 16px; background:#f7f7f7; }
	.scholarship_domestic .support_exp.cmgt { margin-top:0; }
	.scholarship_domestic .domestic_tab1 .section5 .support_list { margin-bottom:0; }
	.scholarship_domestic .domestic_tab1 .section5 .btnD { margin-top:40px; }

	.scholarship_vietnam .section1{ border-bottom: 0; padding: 0 16px; margin-bottom:40px;}
	.scholarship_vietnam .section1 .section1_img{margin-bottom:30px}
	.scholarship_vietnam .section1 .last_txt{margin-bottom:0px}
	.scholarship_vietnam .support_list{ margin-bottom:30px; }
	.scholarship_vietnam .support_list li.list4:after{display:none}
	.scholarship_vietnam .btn_area {text-align:center}
	.scholarship_vietnam .btn_area a{display:inline-block;}
	.scholarship_vietnam .btn_area img { width: 280px; height: auto; }
	.scholarship_vietnam .section2{ padding: 30px 16px; margin-bottom:40px; background:#f7f7f7;}
	.scholarship_vietnam .section2 .section2_img{ width: 100%; height: auto; margin-bottom:30px}
	.scholarship_vietnam .section2 .support_exp{margin-bottom:30px}
	.scholarship_vietnam .section2 .support_exp p{margin-bottom:0}
	.scholarship_vietnam .section2 .section_cont1{overflow:hidden; margin-bottom:30px;}
	.scholarship_vietnam .section2 .section_cont1 .line_txt{padding-top:0;}
	.scholarship_vietnam .section2 .section_cont1 .pony_slide1{float:none; width:auto; height:auto; margin-bottom:0;}
	.scholarship_vietnam .section2 .section_cont2{overflow:hidden;}
	.scholarship_vietnam .section2 .section_cont2 img{float:none; width: 100%; height: auto; margin-bottom: 24px; }
	.scholarship_vietnam .section2 .section_cont2 .txt_area{float:none; width:auto; padding-top:0;}
	.scholarship_vietnam .section2 .section_cont2 p br { display: none; }
	.scholarship_vietnam .section3{height:auto; padding: 40px 32px; margin-bottom:40px; }
	.scholarship_vietnam .section3 .summary_list li.list1{padding-right:150px;}
	.scholarship_vietnam .section3 .summary_list li.list2{padding:0 109px}
	.scholarship_vietnam .section3 .top_txt strong span{font-size:12px;}
	.scholarship_vietnam .section4{padding: 30px 16px; margin-bottom: 40px; background:#f7f7f7;}
	.scholarship_vietnam .section4 .pony_slide2{margin-bottom:40px;}
	.scholarship_vietnam .section5 { padding: 0 16px; margin-bottom:40px;}
	.scholarship_vietnam .section5 .section_cont1{overflow:hidden; margin-bottom:50px;}
	.scholarship_vietnam .section5 .section_cont1 img{float:none; width: 100%; height: auto; margin-bottom: 24px; }
	.scholarship_vietnam .section5 .section_cont1 .txt_area {float:none; width:auto; padding-top:0;}
	.scholarship_vietnam .section5 .section_cont1 .txt_area br {display: none; }
	.scholarship_vietnam .section6{padding:40px 16px; margin-bottom:40px; background:#f7f7f7;}
	.scholarship_vietnam .section6 .section6_img{  width: 100%; height: auto; margin-bottom:30px}
	.scholarship_vietnam .section6 .support_exp{margin-bottom:40px}
	.scholarship_vietnam .winner_list li .winner_pic .winner_dim p{padding-top:20px}
	.scholarship_vietnam .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/award_winner_dim.png);}

	.scholarship_special .section1{padding: 0 16px; margin-bottom:40px; border-bottom:0;}

	.scholarship_special .section2{ padding:40px 16px; background:#f7f7f7;}
	.scholarship_special .section2 .jp-video{margin-bottom:50px;}
	.scholarship_special .section2 .award_btn{  margin:0 auto 40px;}
	.scholarship_special .section2 .section_cont2{overflow:hidden;}
	.scholarship_special .section2 .section_cont2 .line_txt{margin-bottom:0;}
	.scholarship_special .section2 .section_cont2 .line_txt a{ margin: 40px auto 0; }
	.scholarship_special .section2 .section_cont2 .line_txt .last_span{margin-bottom:40px;}
	.scholarship_special .section2 .section_cont2 .section2_img{float:none; width: 100%; height: auto; margin: 40px 0 0 0;}
	.scholarship_special .section3{height:auto; padding: 30px 32px; margin-bottom:40px; }
	.scholarship_special .section4{ padding: 0 16px; margin-bottom:40px;}
	.scholarship_special .section4 .section4_img{ width: 100%; height: auto; margin-bottom:30px;}
	.scholarship_special .section4 .pony_slide {margin-bottom:24px;}
	.scholarship_special .line_summary .summary_list{padding:30px 32px; }
	.scholarship_special .line_summary .summary_list li{width:auto; padding-left:0; border-left: 0; border-bottom:1px solid #d1d1d1;}
	.scholarship_special .line_summary .summary_list li:first-child{padding-left:0; }
	.scholarship_special .line_summary .summary_list li:last-child{ border-bottom: 0; padding-bottom: 0 !important; margin-bottom: 0; }
	.scholarship_special .line_summary .summary_list li p{margin-bottom:0;}
	.scholarship_special .line_summary .summary_list li .top_txt{margin-bottom:14px;}
	.scholarship_special .line_summary .summary_list li .top_txt strong{padding-top:8px;}
	.scholarship_special .section3 .summary_list li.list2{padding:0 130px 0 100px }
	.scholarship_special .winner_list li .winner_pic .winner_dim p{padding-top:20px}
	.scholarship_special .winner_list li .winner_pic .winner_dim{background-image:url(/resource/images/business/award_winner_dim.png);}

	.commemoration .full_section.section1 { padding:0 16px; background:#f7f7f7; }
	.commemoration .section1 .img { margin-top:6px; width:100%; }
	.commemoration .section1 .support_listD { margin-top:30px; }
	.commemoration .section1 .support_list { display:block; }
	.commemoration .commemoration_tab1 .full_section.section1 { padding-bottom:40px; background:none; }
	.commemoration .commemoration_tab1 .section1 .support_listD { margin:40px -16px 0; padding:40px 16px 30px; background:#f7f7f7; }
	.commemoration .commemoration_tab2 .section1 { padding:0 16px 16px 16px; }
	.commemoration .commemoration_tab2 .full_section.section2 { padding:40px 16px 10px; }
	.commemoration .commemoration_tab2 .section2 .support_list { margin-bottom:20px; }
	.commemoration .commemoration_tab2 .section2 .support_exp p { margin-bottom:30px; }

	.overseas .domestic_tab2 .section1 { background:none; padding-top:0; padding-bottom:0; }
	.overseas .domestic_tab2 .section1 .item { padding:40px 16px; margin:16px -16px 0; background:#f7f7f7; }

}
/* 제이랩 추가 */






/* community */
.community .page_spot{background-image:url(/resource/images/community/community_tit.jpg);}
.community .page_title{border-bottom:0;}

.login .section{background:url(/resource/images/community/login_bg.jpg) 0 0 no-repeat;}
.login .section div{padding:155px 0 50px; text-align:center}
.login .section div p{font-size:18px; margin-bottom:20px}
.login .section div p strong{color:#e41e26;}
.login .section div input{width:235px; height:33px; padding-left:10px; margin-bottom:5px}
.login .section div a{display:block; width:249px; height:35px; line-height:35px; margin:0 auto; color:#fff; background-color:#7d7d7d;}

.community_view .section:after{content:""; display:block; clear:both}
.community_view .section_cont{border-bottom:1px solid #ccc; margin-bottom:30px;}
.community_view .view_tit{overflow:hidden;padding:19px 30px; margin-bottom:60px; background-color:#f4f4f4; border-top:2px solid #777; border-bottom:1px solid #ccc}
.community_view .view_tit h4{float:left; font-size:17px; color:#666;}
.community_view .view_tit .view_inf{float:right; font-size:15px; color:#999;}
.community_view .view_content{width:897px; padding:0 31.5px 40px; line-height:140%;}
.community_view .view_content .view_img_area{position:relative; overflow:hidden; height:530px; margin:0 auto 30px; background-color:#000;}
.community_view .view_content .view_img_area img{position:absolute; left:0; top:0; width:100%;}
.community_view .view_content *{padding:0; margin-bottom:0; line-height:140%; word-break:break-all}
.community_view .view_content.data_view p{margin-bottom:0}
.community_view .view_file_area{overflow:hidden; padding:30px 0 20px 50px; border-top:1px solid #ccc;}
.community_view .view_file_area span{display:block; float:left; padding-right:20px; margin-right:20px; border-right:1px solid #000}
.community_view .view_file_area div{float:left;}
.community_view .view_file_area div a{display:block; margin-bottom:10px;}
.community_view .view_file_area div .file{float:none}
.community_view .veiw_btn_area{text-align:right;}
.community_view .veiw_btn_area a{display:inline-block; width:100px; height:34px; line-height:34px; color:#fff; background-color:#919191; text-align:center}

.board_list table{width:100%; margin-bottom:50px; border-top:1px solid #ddd}
.board_list table thead th{background-color:#f4f4f4; }
.board_list table tr th, .board_list table tr td{padding:28px 0; border-left:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center}
.board_list table tr td.num, .board_list table tr td.date{color:#999;}
.board_list table tr td.cont{padding-left:30px; text-align:left;}
.board_list table tr th:first-child, .board_list table tr td:first-child{border-left:0;}

.gallery .section1{margin-bottom:110px;}
.gallery .section1 .slide_list{position:relative; overflow:hidden; width:960px; height:397px; margin-bottom:50px;}
.gallery .section1 .slide_list ul{position:absolute; left:0; top:0;}
.gallery .section1 .slide_list ul:after{content:""; display:block; clear:both}
.gallery .section1 .slide_list li{position:relative; float:left; width:960px; height:397px; }
.gallery .section1 .slide_list li:first-child{margin-left:0;}
.gallery .section1 .no_search_txt{display:block; text-align:center}
.gallery .section1 .slide_direction button{position:absolute; top:50%; width:58px; height:113px; margin-top:-56.5px; z-index:10; text-indent:-99999px; overflow:hidden; outline:none;}
.gallery .section1 .slide_direction .left{left:0px; background:url(/resource/images/business/arrow_left.png) no-repeat; }
.gallery .section1 .slide_direction .right{right:0px; background:url(/resource/images/business/arrow_right.png) no-repeat; }
.gallery .section1 .slide_direction .left:hover{left:0px; background:url(/resource/images/business/arrow_over_left.png) no-repeat; }
.gallery .section1 .slide_direction .right:hover{right:0px; background:url(/resource/images/business/arrow_over_right.png) no-repeat; }
.gallery .section1 .slide_pager ul{overflow:hidden; width:319px; margin:0 auto;}
.gallery .section1 .slide_pager li{float:left; margin-left:5px;}
.gallery .section1 .slide_pager li:first-child{margin-left:0;}
.gallery .section1 .slide_pager li a{display:block; width:103px; height:7px;}
.gallery .section1 .slide_pager li a span{display:block; height:2px; background-color:#ccc;}
.gallery .section1 .slide_pager li.on a span{background-color:#e41f26;}
.gallery .section1 .slide_list li .img_area{float:left; position:relative; overflow:hidden; width:562px; height:397px; text-align:center}
.gallery .section1 .slide_list li .img_area img{width:100%; height:100%;}

.gallery .section1 .slide_list li .text_area{position:relative; float:left; width:298px; padding:63px 50px 0 50px; height:334px;  background-color:#f7f7f7;}
.gallery .section1 .slide_list li .text_area p{width:298px; line-height:140%; word-break:break-all}
.gallery .section1 .slide_list li .text_area a{position:absolute; left:50px; bottom:50px}
.gallery .section1 .slide_list li .text_area h4{margin-bottom:20px; font-size:28px; font-weight:bold}
.gallery .section1 .slide_list li .text_area span{display:block; margin-bottom:10px; color:#e41f26;}
.gallery .section2 .gallery_list{overflow:hidden; margin-bottom:20px;}
.gallery .section2 .gallery_list li{float:left; margin:0 0 30px 30px; border:1px solid #ddd}
.gallery .section2 .gallery_list li a{display:block; width:298px; }
.gallery .section2 .gallery_list li a .section2_img_area{position:relative; overflow:hidden; width:298px; height:200px;}
.gallery .section2 .gallery_list li a .section2_img_area img{position:absolute; left:0; top:0; width:298px; height:200px;}
.gallery .section2 .gallery_list li a .section2_text_box{position:relative; height:45px; padding:30px 20px;}
.gallery .section2 .gallery_list li a .section2_text_box span{}
.gallery .section2 .gallery_list li a .section2_text_box span:first-child{display:block; margin-bottom:15px}
.gallery .section2 .gallery_list li a .section2_text_box .text_date{position:absolute; left:20px; bottom:30px; font-size:12px; color:#e41f26;}
.gallery .section2 .gallery_list li:first-child , .gallery .section2 .gallery_list li.mgl_0{margin-left:0}
.no_scroll{overflow-x:hidden; overflow-y:hidden}
.community .gallery_pop_wrap{display:none; position:fixed; top:0px; left:0px; right:0px; bottom:0px; width:100%; height:100%; z-index:100; overflow-y:scroll; background:rgba(30,30,30,0.9)}
.community .gallery_pop_wrap.on{display:block;}
.community .gallery_pop_wrap .gallery_pop_box{position:absolute; top:20px; left:50%; width:960px; padding-bottom:30px; margin-left:-480px; background-color:#fff; z-index:1000;}
.community .gallery_pop_wrap .gallery_pop_box .close_btn{display:block; position:absolute; right:-70px; top:0; width:60px; height:59px}
.community .gallery_pop_wrap .gallery_pop_box .tit_area{padding:30px 0; color:#fff; background-color:#3f3f3f;}
.community .gallery_pop_wrap .gallery_pop_box .tit_area h4{font-size:25px; color:#fff; text-align:center;}
.community .gallery_pop_wrap .gallery_pop_box .content_area{position:relative;}
.community .gallery_pop_wrap .gallery_pop_box .content_area p{width:750px; padding:23px 0; margin:0 auto; line-height:20px; text-align:center; word-break:break-all;}
.community .gallery_pop_wrap .layer{height:100%;}
.community .slide_wrap{position:relative;}
.community .slide_wrap .slide_view{overflow:hidden; position:relative; width:100%; height:455px; margin:0 auto 30px;}
.community .slide_view ul{position:absolute; left:0; top:0;}
.community .slide_view ul li{float:left; width:960px; height:455px;}
.community .slide_view ul li img{display:block; width:auto; max-width:100%; height:455px; margin:0 auto;}
.community .slide_control button{position:absolute; bottom:0; width:58px; height:82px; margin-top:-56.5px; z-index:10; text-indent:-99999px; overflow:hidden; outline:none;}
.community .slide_control .prev_btn{left:43px; background:url(/resource/images/business/arrow_left_small.png) no-repeat; }
.community .slide_control .next_btn{right:43px; background:url(/resource/images/business/arrow_right_small.png) no-repeat; }
.community .slide_control .prev_btn:hover{left:43px; background:url(/resource/images/business/arrow_over_left_small.png) no-repeat; }
.community .slide_control .next_btn:hover{right:43px; background:url(/resource/images/business/arrow_over_right_small.png) no-repeat; }
.community .slide_control2 button{position:absolute; top:210px; width:58px; height:113px; margin-top:-56.5px; z-index:10; text-indent:-99999px; overflow:hidden; outline:none;}
.community .slide_control2 .prev_btn{left:0px; background:url(/resource/images/business/arrow_over_left.png) no-repeat;}
.community .slide_control2 .next_btn{right:0px; background:url(/resource/images/business/arrow_over_right.png) no-repeat;}
.community .slide_thum{overflow:hidden; position:relative; width:750px; height:82px; margin:0 auto;}
.community .slide_thum ul{position:absolute; left:0; top:0}
.community .slide_thum li{float:left;}
.community .slide_thum a{position:relative; overflow:hidden; display:block; width:146px; height:82px; margin-right:5px; }
.community .slide_thum li a .dim{position:absolute; left:0; top:0; width:146px; height:82px; background:url(/resource/images/community/gallery_thumb_dim.png) 0 0 repeat;}
.community .slide_thum li.on a .dim{display:none;}
.community .slide_thum a img{width:146px; height:82px;}
.community .slide_thum li.on a{opacity:1;}

.studentboard table{width:100%; margin-bottom:15px; border-top:1px solid #ddd}
.studentboard table thead th{background-color:#f4f4f4; }
.studentboard table tr th, .studentboard table tr td{padding:28px 0; border-left:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center}
.studentboard table tr td.num, .studentboard table tr td.date{color:#999;}
.studentboard table tr td.cont{padding-left:30px; text-align:left;}
.studentboard table tr th:first-child, .studentboard table tr td:first-child{border-left:0;}
.studentboard table tr td .reply{color:#9bb6d2;}
.studentboard table tr td .new{display:inline-block; width:16px; height:16px; margin-left:5px; background:url(/resource/images/community/list_new_ico.png) 0 0 no-repeat; vertical-align:middle}

.studentboard_view .section2{width:920px; padding:20px; margin-bottom:50px; background-color:#f0f0f0;}
.studentboard_view .section2 .name_area{margin-bottom:10px;}
.studentboard_view .section2 .name_area label{display:none}
.studentboard_view .section2 .name_area:after{content:"* 닉네임 양식 (EX : 1기_김포니)"; display:inline-block; margin-left:15px; padding-top:8px; font-size:13px; color:#a9a9a9;}
.studentboard_view .section2 input{width:170px; height:28px; padding-left:10px; border:1px solid #ccc}
.studentboard_view .section2 .text_area textarea{width:771px; height:78px; padding:10px; border:1px solid #ccc; resize:none;}
.studentboard_view .section2 .text_area button{width:110px; height:100px; margin-left:12px; color:#fff; background-color:#919191;}
.studentboard_view .section3 {margin-bottom:45px}
.studentboard_view .section3 .total_reply{display:block; font-weight:bold; font-size:16px; padding-bottom:12px; border-bottom:1px solid #ccc}
.studentboard_view .section3 .reply_area{}
.studentboard_view .section3 .reply_area > div{padding:30px 22px; border-bottom:1px solid #e8e8e8}
.studentboard_view .section3 .reply_area .nick_inf{margin-bottom:10px;}
.studentboard_view .section3 .reply_area .nick_inf span{font-size:14px;}
.studentboard_view .section3 .reply_area .nick_inf span.nick_inf_date{margin-left:15px; font-size:12px; color:#ccc;}
.studentboard_view .section3 .reply_area .new{display:inline-block; width:16px; height:16px; margin-left:5px; background:url(/resource/images/community/list_new_ico.png) 0 0 no-repeat; vertical-align:middle}
.studentboard_view .section3 .reply_area .student_reply {position:relative;}
.studentboard_view .section3 .reply_area .student_reply .reply_btn_area{position:absolute; right:20px; top:30px;}
.studentboard_view .section3 .reply_area .student_reply .reply_btn_area button{width:31px; height:19px; font-size:12px; color:#999; border:1px solid #ddd;}
.studentboard_view .section3 .reply_area .student_reply.on .reply_rext_area p{display:none;}
.studentboard_view .section3 .reply_area .student_reply.on .reply_rext_area input{display:block;}
.studentboard_view .section3 .reply_area .student_reply.on .reply_btn_area .defualt{display:none}
.studentboard_view .section3 .reply_area .student_reply.on .reply_btn_area .modify{display:block}
.studentboard_view .section3 .reply_area .student_reply .reply_rext_area input{display:none; width:100%; height:28px; padding-left:10px;}
.studentboard_view .section3 .reply_area .student_reply .reply_rext_area p{display:block}
.studentboard_view .section3 .reply_area .student_reply .reply_btn_area .defualt{display:block}
.studentboard_view .section3 .reply_area .student_reply .reply_btn_area .modify{display:none}
.studentboard_view .section3 .reply_area .manager_reply{padding-left:50px; background:url(/resource/images/community/manager_reply_bg.png) 25px 27px no-repeat; }
.studentboard_view .section3 .reply_area .manager_reply .nick_inf span{color:#999;}
.studentboard_view .section3 .reply_area .manager_reply p{color:#999;}

.studentboard_write  table{margin-bottom:10px;border-top:1px solid #e4e4e4}
.studentboard_write  table th{border-bottom:1px solid #fff; background-color:#e4e4e4;}
.studentboard_write  table td{padding:15px 20px; text-align:left; border-bottom:1px solid #e4e4e4;}
.studentboard_write  table td input[type="text"]{padding:11px 0 11px 15px; border:1px solid #dcdcdc; box-sizing:border-box;}
.studentboard_write  table td input[name="CREA_NAME"]{width:200px; margin-right:10px;}
.studentboard_write  table td input[name="TITLE"]{width:100%}
.studentboard_write  table td.nick_name_td:after{content:"*닉네임 양식 (EX : 1기_김포니)"; display:inline-block; padding-top:11px; font-size:12px; color:#999;}
.studentboard_write  table td textarea{width:100%; padding:15px; resize:none; border:1px solid #dcdcdc; box-sizing:border-box;}
.studentboard_write  table th span{color:#e41e26;}
.studentboard_write  .file_area > div{overflow:hidden; margin-bottom:10px;}
.studentboard_write  .file_area > div > *{float:left; margin-left:10px;}
.studentboard_write  .file_area > div .file_src{overflow:hidden; display:block; width:200px; height:37px; margin-left:0; padding:0 15px; line-height:39px; font-size:13px; border:1px solid #dcdcdc;  text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
.studentboard_write  .file_area input{width:0; height:0; text-indent:-9999px;}
.studentboard_write  .btn_file{display:block; padding:11px 25px; border:1px solid #dcdcdc; cursor:pointer;}
.studentboard_write  .file_area button{display:block; padding:10px 25px; border:1px solid #dcdcdc}
.studentboard_write  .add_img_area p{font-size:13px; color:#999;}

.veiw_btn_area{text-align:right; margin-bottom:30px; }
.veiw_btn_area a{display:inline-block; width:100px; height:34px; line-height:34px; color:#fff; background-color:#919191; text-align:center}

/* pony */
.memorial .section{height:547px;}
.memorial .section > div{padding:206px 0 0 485px;}
.memorial .section > div h4{margin-bottom:10px; font-size:12px; font-weight:bold}
.memorial .section ol{width:390px; padding:30px 0; margin-bottom:40px; border-bottom:1px solid #ccc; border-top:1px solid #ccc}
.memorial .section ol li{margin-bottom:15px}
.memorial .section ol li.last_list{margin-bottom:0}
.memorial .section1{margin-bottom:100px; background:url(/resource/images/pony/memorial_img1.jpg) 0 0 no-repeat;}
.memorial .section2{background:url(/resource/images/pony/memorial_img2.jpg) 0 0 no-repeat;}
.memorial .memorial_btn_area a {display:block;width:190px;height:45px;text-align:center;border:1px solid #d2d2d2;line-height:45px;box-sizing:border-box;}
.memorial .memorial_btn_area a:first-child{margin-right:10px}
.memorial .memorial_btn_area .btn_txt::after {display:inline-block;width:13px;height:13px;background:url(/resource/images/common/download_icon.png) no-repeat;content:''; margin-left:10px;}
.memorial .memorial_list .num {margin-right: 10px;}

.museum .page_title{margin-bottom:50px}
.museum .section h4{margin-bottom:25px; font-size:25px; }
.museum .section1{margin-bottom:157px;}
.museum .support_exp{margin-bottom:50px;}
.museum .support_exp span{font-size:30px; font-weight:normal}
.museum .video_area{overflow:hidden; width:100%; height:300px; margin-bottom:50px; text-align:center}
.museum.ta  .video_area{background-position:center center}
.museum .jp-video{width:100%;}
.museum .jp-video .jp-play{top:-240px;}
.museum .jp-video-270p video{margin-top:-317px;}

.museum .btn_full_version{display:block; width:186px; margin:0 auto;}
.museum .cont_wrap{overflow:hidden; margin-bottom:70px;}
.museum .cont_wrap.last_cont{margin-bottom:0;}
.museum .cont_left{float:left; width:575px}
.museum .cont_right{float:right; width:353px; }
.museum .cont_right p{margin-bottom:35px;}
.museum .cont_right p.point_txt{font-weight:bold; font-size:17px; color:#e41e26;}
.museum .cont_right p.last_txt{margin-bottom:0;}
.museum .tab_cont_area{position:relative; margin-bottom:20px}
.museum .tab_cont_area .tab_count{position:absolute; left:0; bottom:0; width:100%; height:35px; line-height:35px; color:#fff; background:url(/resource/images/pony/count_bg2.png) 0 0 repeat; text-align:center;}
.museum .tab_cont li{display:none;}
.museum .tab_cont li.on{display:block;}
.museum .tab_thum_list{overflow:hidden;}
.museum .thum_list{overflow:hidden;}
.museum .thum_list li{float:left; position:relative; margin-left:2px;}
.museum .thum_list li:first-child{margin-left:0;}
.museum .thum_list li a:after{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:url(/resource/images/pony/count_bg.png) 0 0 repeat;}
.museum .thum_list li a{position:relative; display:block}
.museum .thum_list li.on a:after{background:none; border-top:4px solid #e41f26}
.museum .tab_wrap{position:relative}
.museum .tab_btn_area button{position:absolute; top:121px; width:58px; height:113px; z-index:10; text-indent:-99999px; overflow:hidden; outline:none;}
.museum .tab_btn_area .btn_prev{left:0px; background:url(/resource/images/business/arrow_left.png) no-repeat; }
.museum .tab_btn_area .btn_next{right:0px; background:url(/resource/images/business/arrow_right.png) no-repeat; }
.museum .tab_btn_area .btn_prev:hover{left:0px; background:url(/resource/images/business/arrow_over_left.png) no-repeat; }
.museum .tab_btn_area .btn_next:hover{right:0px; background:url(/resource/images/business/arrow_over_right.png) no-repeat; }

.lifetime{overflow:hidden;}
.lifetime .section h4{font-size:30px;}
.lifetime .section1{width:883px; height:315px; padding:85px 0 0 77px; margin-bottom:100px; color:#fff; background:url(/resource/images/pony/lifetime_img1.jpg) 0 0 no-repeat;}
.lifetime .section1 > div{margin-bottom:55px; font-size:18px;}
.lifetime .section1 > div span:first-child{display:inline-block; padding-right:13px; margin-right:13px; border-right:1px solid #8d8a8b}
.lifetime .section1 > div span.birth{display:block; padding-top:8px; font-size:15px;}
.lifetime .section1 p{font-weight:100; font-size:25px; line-height:1.35em}
.lifetime .section2{margin-bottom:100px; background:url(/resource/images/pony/lifetime_sec2_bg.gif) 0 50px no-repeat;}
.lifetime .section2 h4{margin-bottom:15px;}
.lifetime .section2 .section_cont{padding:75px 0 100px;}
.lifetime .section2 .section_cont > p{margin-bottom:64px; font-size:20px; color:#666; text-align:center}
.lifetime .section2 ul{overflow:hidden;}
.lifetime .section2 ul li{float:left; width:228px; height:312px; margin-left:16px; background-color:#fff; text-align:center;}
.lifetime .section2 ul li:first-child{margin-left:0;}
.lifetime .section2 ul li .list_tit{display:block; padding-top:43px; margin-bottom:20px; font-size:20px;}
.lifetime .section2 ul li .list_tit span{font-size:17px;}
.lifetime .section2 ul li i{display:block; margin-bottom:27px}
.lifetime .section2 ul li p{line-height:1.45em; color:#888;}
.lifetime .section3 h4{margin-bottom:40px;}
.lifetime .section3 .sec_cont{margin-bottom:100px;}
.lifetime .section3 .slide_list{position:relative; height:500px; margin-bottom:50px;}
.lifetime .section3 .slide_list ul{position:absolute; left:0; top:0; width:10000px;}
.lifetime .section3 .slide_list li{position:relative; float:left; height:500px; margin-left:160px; box-shadow:5px 10px 25px 5px rgba(0,0,0,0.2);}
.lifetime .section3 .slide_list li:first-child{margin-left:0;}
.lifetime .section3 .slide_list li .dim{position:absolute; width:100%; height:100%; background:url(/resource/images/pony/intro_sec4_dim.png) 0 0 repeat;}
.lifetime .section3 .slide_list li:first-child .dim{display:none;}
.lifetime .section3 .slide_direction{position:absolute; left:0; top:50%; width:100%; margin-top:-25px;}
.lifetime .section3 .slide_direction a{overflow:hidden; display:block; position:absolute; top:0; width:50px; height:50px; background:url(/resource/images/pony/intro_sec4_arr.png) 0 0 no-repeat; text-indent:-9999px;}
.ta.lifetime .section3 .slide_direction a.left{left:-60px;}
.ta.lifetime .section3 .slide_direction a.right{right:-60px;}
.lifetime .section3 .slide_direction a.left{left:-80px;}
.lifetime .section3 .slide_direction a.right{right:-80px; background-position:100% 0;}
.lifetime .section3 .slide_pager{height:50px; background:url(/resource/images/pony/intro_sec4_line.png) 0 4px no-repeat;}
.lifetime .section3 .slide_pager ul{overflow:hidden;}
.lifetime .section3 .slide_pager li{float:left; margin-left:90px;}
.lifetime .section3 .slide_pager li:first-child{margin-left:44px}
.lifetime .section3 .slide_pager li a{overflow:hidden; display:block; width:30px; margin-top:-6px; color:#999; }
.lifetime .section3 .slide_pager li a span{display:block; margin-bottom:5px; font-size:24px; text-align:center;}
.lifetime .section3 .slide_pager li.on a{color:#e41e26; }
.lifetime .section3 .year_history{overflow:hidden;}
.lifetime .section3 .year_history ul{float:left; width:480px}
/* 20211005 제이랩 추가*/
.lifetime .section3 .year_history ul li{ position: relative; line-height: 20px; padding-left: 50px; margin-bottom:14px;}
.lifetime .section3 .year_history ul li span{display:block; position: absolute; left: 0; top: 0; margin-right:0;}

/* .lifetime .section3 .year_history ul li{margin-bottom:20px;} */
/* .lifetime .section3 .year_history ul li span{display:inline-block; margin-right:25px;} */

/* etc */
.etc .page_spot{background-image:url(/resource/images/etc/etc_tit.jpg);}
.sitemap .site_lst > li{overflow:hidden; padding:50px 0 0 30px; height:68px; border-bottom:1px solid #dedede;}
.sitemap .site_lst > li:first-child{border-top:1px solid #dedede;}
.sitemap .site_lst li .tit{float:left; width:200px;}
.sitemap .site_lst li .tit a{font-size:18px; font-weight:500; color:#474747;}
.sitemap .site_lst li .sub_menu{overflow:hidden; float:left;}
.sitemap .sub_menu li{float:left; width:132px; padding-left:10px; background:url(/resource/images/etc/bu_dot_red.png) 0 6px no-repeat;}
.sitemap .sub_menu .li_type1{width:142px;}
.sitemap .sub_menu li a{font-size:18px; font-weight:300; }

.personal .sec1{padding:51px 0; border-top:1px solid #dedede; border-bottom:1px solid #dedede;}
.personal .sec1 .sec_txt{margin-bottom:43px; font-size:18px; color:#666;}
.personal .sec1 h4{margin-bottom:30px; font-weight:bold;}
.personal .sec1 .txt{margin-bottom:30px; line-height:25px;}
.personal .personal_lst,.personal .personal_lst2{margin-bottom:52px;}
.personal .personal_lst > li{margin-left:5px; line-height:25px;}
.personal .personal_lst em,.personal .personal_lst2 em{display:block; margin-bottom:30px;}
.personal .personal_lst p{margin-bottom:30px;}
.personal .personal_lst2{}
.personal .personal_lst2 > li{text-indent:4px; line-height:25px; color:#7e7e7e;}
.personal .personal_lst2 .tit{display:block; margin-bottom:20px; }
.personal .personal_lst2 p{margin:0 0 30px 21px; text-indent:-17px;}
.personal .inner_lst{margin-bottom:30px;}
.personal .inner_lst li{margin-left:7px; text-indent:-7px;}
.personal .tbl_basic{width:100%; margin-bottom:52px; border-top:2px solid #000; border-bottom:2px solid #d2d2d2;}
.personal .tbl_basic th{padding:17px 48px; background:#f2f2f2;  border-left:1px solid #d2d2d2; font-weight:bold;}
.personal .tbl_basic td{padding:26px 48px; border-top:1px solid #d2d2d2; border-left:1px solid #d2d2d2; text-align:left}
.personal .tbl_basic tr th:first-child,.personal .tbl_basic td:first-child{border-left:0;}
.personal .tbl_basic.type1{margin-bottom:30px;}
.personal .tbl_basic.type1 th{border-bottom:1px solid #d2d2d2;}
.personal .tbl_basic.type1_1 th{text-align:left;}
.personal .tbl_basic .last{border-bottom:0;}

/* searchArea Ui */
.personal .select_date{margin-bottom:20px; text-align:right}
.personal .select_date .tit{display:inline-block; padding:10px 10px 0 0; font-size:18px; font-weight:bold; vertical-align:top}
.personal .select_box{display:inline-block; position:relative; width:240px; margin-right:5px; border:1px solid #ccc}
.personal .select_box button{overflow:hidden; height:40px; font-size:15px;}
.personal .select_box button span{float:left}
.personal .select_box button span.optionTxt{width:200px; height:40px; line-height:40px; font-family: 'NotoSans', sans-serif, Helvetica; background-color:#fff;}
.personal .select_box button span.icon{width:40px; height:40px; background:#fff url(/resource/images/etc/dSelect.gif) center center no-repeat;}
.personal .select_box .dropDown{display:none; position:absolute; left:-1px; top:41px; width:100%; border:1px solid #ccc; background-color:#fff; z-index:100;}
.personal .select_box.on .dropDown{display:block;}
.personal .select_box.on .dropDown li{height:40px; line-height:40px; padding-left:32px; text-align:left; cursor:pointer; letter-spacing: 0;}
.personal .select_box.on .dropDown li:hover{background-color:#eee;}
#gallerySelect{display:none}
.personal .select_cont{display:none}
.personal .select_cont.on{display:block}
.email .sec1{padding:51px 0; border-top:1px solid #dedede; border-bottom:1px solid #dedede;}
.email .sec1 p{font-size:18px; line-height:32px;}
.email .sec1 .txt1{margin-bottom:33px;}





/* 제이랩 추가 */
/* mediaquery for mobile */

@media only screen and (max-width: 800px) {


	/* community */
	.community .page_title{ margin-bottom: 0; }

	.login .section{ height: 330px; border: 1px solid #dedede; border-width: 0 1px; background-position: center 0; margin: 0 16px; }
	.login .section div{padding:155px 0 50px; text-align:center}
	.login .section div p{font-size:15px; margin-bottom:20px}
	.login .section div p strong{color:#e41e26;}
	.login .section div input{width:235px; height:33px; padding-left:10px; margin-bottom:5px}
	.login .section div a{display:block; width:249px; height:35px; line-height:35px; margin:0 auto; color:#fff; background-color:#7d7d7d;}

	.community_view .section:after{content:""; display:block; clear:both}
	.community_view .section_cont{border-bottom:1px solid #ccc; margin-bottom:30px;}
	.community_view .view_tit{ padding:14px 16px; margin-bottom:30px; }
	.community_view .view_tit h4{ float:none; font-size:16px; }
	.community_view .view_tit .view_inf{ display: block; float:none; font-size:13px; text-align: right; margin-top: 12px; }
	.community_view .view_content {width:auto; padding: 0 16px 40px; line-height:140%;}
	.community_view .view_content img { max-width: 100%; height: auto; }
	.community_view .view_content .view_img_area{position:relative; overflow:hidden; height:530px; margin:0 auto 30px; background-color:#000;}
	.community_view .view_content .view_img_area img{position:absolute; left:0; top:0; width:100%;}
	.community_view .view_content *{padding:0; margin-bottom:0; line-height:140%; word-break:break-all}
	.community_view .view_content.data_view p{margin-bottom:0}
	.community_view .view_file_area{ padding:20px 16px; }
	.community_view .view_file_area span{float:none; display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; padding-right: 14px; margin-right:0; margin-bottom: 12px; }
	.community_view .view_file_area div{float:none; line-height: 18px; }
	.community_view .view_file_area div a{ margin-bottom:0;}
	.community_view .veiw_btn_area{ padding: 0 16px; }

	/*20211005 제이랩 추가*/
	.board_list table{width:calc(100% - 20px); margin-left:10px;  margin-right:10px; margin-bottom:40px; }
	.board_list table colgroup { display: none; }
	.board_list table tr th, .board_list table tr td{ font-size: 14px; line-height: 22px; padding:10px 0; }
	.board_list table tr td.num { min-width: 46px; }
	.board_list table tr td.date { width: 80px; }
	.board_list table tr td.cont {padding-left:10px; padding-right: 8px; }

	.gallery .section1{margin-bottom:40px;}
	.gallery .section1 .slide_list{ width:auto; height:auto; margin-bottom:30px;}
	.gallery .section1 .slide_list ul{position:relative; left:0; top:0; width: calc(100vw * 3) !important; }
	.gallery .section1 .slide_list ul:after{content:""; display:block; clear:both}
	.gallery .section1 .slide_list li{position:relative; float:left; width:100vw; height:auto; }
	.gallery .section1 .slide_list li:first-child{margin-left:0;}
	.gallery .section1 .no_search_txt{display:block; text-align:center}
	.gallery .section1 .slide_direction button{ top: 100px; margin-top: 0;}
	.gallery .section1 .slide_direction .left{left:0px; background:url(/resource/images/business/arrow_left.png) no-repeat; }
	.gallery .section1 .slide_direction .right{right:0px; background:url(/resource/images/business/arrow_right.png) no-repeat; }
	.gallery .section1 .slide_direction .left:hover{left:0px; background:url(/resource/images/business/arrow_over_left.png) no-repeat; }
	.gallery .section1 .slide_direction .right:hover{right:0px; background:url(/resource/images/business/arrow_over_right.png) no-repeat; }
	.gallery .section1 .slide_pager ul{ width:220px; }
	.gallery .section1 .slide_pager li{float:left; margin-left:5px;}
	.gallery .section1 .slide_pager li a{width:70px; }
	.gallery .section1 .slide_list li .img_area{float:none; width:100%; height: calc(100vw * 397/562); text-align:center}
	.gallery .section1 .slide_list li .img_area img{width:100%; height:100%;}
	.gallery .section1 .slide_list li .text_area{float:none; width:auto; padding:20px 16px; height:180px; }
	.gallery .section1 .slide_list li .text_area p{width:auto; line-height:140%; word-break:break-all}
	.gallery .section1 .slide_list li .text_area a{ left:auto; right: 24px; bottom:20px}
	.gallery .section1 .slide_list li .text_area h4{margin-bottom:14px; line-height: 28px; font-size:22px;}
	.gallery .section1 .slide_list li .text_area span{display:block; margin-bottom:10px; color:#e41f26;}

	.gallery .section2 .gallery_list{ padding: 0 16px; margin-bottom:20px;}
	.gallery .section2 .gallery_list li{float:none; margin:0 0 20px 0; }
	.gallery .section2 .gallery_list li a{width:auto; }
	.gallery .section2 .gallery_list li a .section2_img_area{width:auto; height:auto;}
	.gallery .section2 .gallery_list li a .section2_img_area img{position:relative; width:100%; height:auto;}
	.gallery .section2 .gallery_list li a .section2_text_box{height:auto; padding:16px 16px;}
	.gallery .section2 .gallery_list li a .section2_text_box span{ line-height: 20px; }
	.gallery .section2 .gallery_list li a .section2_text_box span:first-child{margin-bottom:4px}
	.gallery .section2 .gallery_list li a .section2_text_box .text_date{position:relative; left:auto; bottom:auto; }
	.gallery .section2 .gallery_list li:first-child , .gallery .section2 .gallery_list li.mgl_0{margin-left:0}
	.no_scroll{overflow-x:hidden; overflow-y:hidden}
	.community .gallery_pop_wrap .gallery_pop_box{ top: 80px; left:16px; width:calc(100vw - 32px); padding-bottom:12px; margin-left:0; }
	.community .gallery_pop_wrap .gallery_pop_box .close_btn{ right: 10px; top:10px; width:26px; height:26px; }
	.community .gallery_pop_wrap .gallery_pop_box .close_btn img { width: 100%; height: auto; }
	.community .gallery_pop_wrap .gallery_pop_box .tit_area{padding:15px 46px 15px 16px; color: }
	.community .gallery_pop_wrap .gallery_pop_box .tit_area h4{font-size:18px; text-align:left;}
	.community .gallery_pop_wrap .gallery_pop_box .content_area p {width:auto; padding:16px; line-height:18px; text-align:left; }

	.community .slide_wrap .slide_view{ width:calc(100vw - 32px); height:calc(100vw * 455/960); margin:0 auto 12px;}
	.community .slide_view ul li{width:calc(100vw - 32px); height:calc(100vw * 455/960);}
	.community .slide_view ul li img{ height:calc(100vw * 455/960); }
	.community .slide_view .pic_num_area { bottom: 12px; font-size: 15px; }
	.community .slide_control button{ display: none; position:absolute; bottom:0; width:58px; height:82px; margin-top:-56.5px; z-index:10; text-indent:-99999px; overflow:hidden; outline:none;}
	.community .slide_control .prev_btn{left:43px; background:url(/resource/images/business/arrow_left_small.png) no-repeat; }
	.community .slide_control .next_btn{right:43px; background:url(/resource/images/business/arrow_right_small.png) no-repeat; }
	.community .slide_control .prev_btn:hover{left:43px; background:url(/resource/images/business/arrow_over_left_small.png) no-repeat; }
	.community .slide_control .next_btn:hover{right:43px; background:url(/resource/images/business/arrow_over_right_small.png) no-repeat; }
	.community .slide_control2 button{top:50%; width:58px; height:113px; margin-top:-56.5px; z-index:10; }
	.community .slide_thum{ width:calc(100% - 24px); height:48px; }
	.community .slide_thum ul{position:absolute; left:0; top:0}
	.community .slide_thum li{float:left;}
	.community .slide_thum a{position:relative; overflow:hidden; display:block; width:86px; height:48px; margin-right:5px; }
	.community .slide_thum li a .dim{position:absolute; left:0; top:0; width:86px; height:48px; background:url(/resource/images/community/gallery_thumb_dim.png) 0 0 repeat;}
	.community .slide_thum li.on a .dim{display:none;}
	.community .slide_thum a img{width:86px; height:48px;}
	.community .slide_thum li.on a{opacity:1;}

	.studentboard table{width:100%; margin-bottom:15px; border-top:1px solid #ddd}
	.studentboard table thead th{background-color:#f4f4f4; }
	.studentboard table tr th, .studentboard table tr td{padding:28px 0; border-left:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center}
	.studentboard table tr td.num, .studentboard table tr td.date{color:#999;}
	.studentboard table tr td.cont{padding-left:30px; text-align:left;}
	.studentboard table tr th:first-child, .studentboard table tr td:first-child{border-left:0;}
	.studentboard table tr td .reply{color:#9bb6d2;}
	.studentboard table tr td .new{display:inline-block; width:16px; height:16px; margin-left:5px; background:url(/resource/images/community/list_new_ico.png) 0 0 no-repeat; vertical-align:middle}

	.studentboard_view .section2{width:920px; padding:20px; margin-bottom:50px; background-color:#f0f0f0;}
	.studentboard_view .section2 .name_area{margin-bottom:10px;}
	.studentboard_view .section2 .name_area label{display:none}
	.studentboard_view .section2 .name_area:after{content:"* 닉네임 양식 (EX : 1기_김포니)"; display:inline-block; margin-left:15px; padding-top:8px; font-size:13px; color:#a9a9a9;}
	.studentboard_view .section2 input{width:170px; height:28px; padding-left:10px; border:1px solid #ccc}
	.studentboard_view .section2 .text_area textarea{width:771px; height:78px; padding:10px; border:1px solid #ccc; resize:none;}
	.studentboard_view .section2 .text_area button{width:110px; height:100px; margin-left:12px; color:#fff; background-color:#919191;}
	.studentboard_view .section3 {margin-bottom:45px}
	.studentboard_view .section3 .total_reply{display:block; font-weight:bold; font-size:16px; padding-bottom:12px; border-bottom:1px solid #ccc}
	.studentboard_view .section3 .reply_area{}
	.studentboard_view .section3 .reply_area > div{padding:30px 22px; border-bottom:1px solid #e8e8e8}
	.studentboard_view .section3 .reply_area .nick_inf{margin-bottom:10px;}
	.studentboard_view .section3 .reply_area .nick_inf span{font-size:14px;}
	.studentboard_view .section3 .reply_area .nick_inf span.nick_inf_date{margin-left:15px; font-size:12px; color:#ccc;}
	.studentboard_view .section3 .reply_area .new{display:inline-block; width:16px; height:16px; margin-left:5px; background:url(/resource/images/community/list_new_ico.png) 0 0 no-repeat; vertical-align:middle}
	.studentboard_view .section3 .reply_area .student_reply {position:relative;}
	.studentboard_view .section3 .reply_area .student_reply .reply_btn_area{position:absolute; right:20px; top:30px;}
	.studentboard_view .section3 .reply_area .student_reply .reply_btn_area button{width:31px; height:19px; font-size:12px; color:#999; border:1px solid #ddd;}
	.studentboard_view .section3 .reply_area .student_reply.on .reply_rext_area p{display:none;}
	.studentboard_view .section3 .reply_area .student_reply.on .reply_rext_area input{display:block;}
	.studentboard_view .section3 .reply_area .student_reply.on .reply_btn_area .defualt{display:none}
	.studentboard_view .section3 .reply_area .student_reply.on .reply_btn_area .modify{display:block}
	.studentboard_view .section3 .reply_area .student_reply .reply_rext_area input{display:none; width:100%; height:28px; padding-left:10px;}
	.studentboard_view .section3 .reply_area .student_reply .reply_rext_area p{display:block}
	.studentboard_view .section3 .reply_area .student_reply .reply_btn_area .defualt{display:block}
	.studentboard_view .section3 .reply_area .student_reply .reply_btn_area .modify{display:none}
	.studentboard_view .section3 .reply_area .manager_reply{padding-left:50px; background:url(/resource/images/community/manager_reply_bg.png) 25px 27px no-repeat; }
	.studentboard_view .section3 .reply_area .manager_reply .nick_inf span{color:#999;}
	.studentboard_view .section3 .reply_area .manager_reply p{color:#999;}

	.studentboard_write  table{margin-bottom:10px;border-top:1px solid #e4e4e4}
	.studentboard_write  table th{border-bottom:1px solid #fff; background-color:#e4e4e4;}
	.studentboard_write  table td{padding:15px 20px; text-align:left; border-bottom:1px solid #e4e4e4;}
	.studentboard_write  table td input[type="text"]{padding:11px 0 11px 15px; border:1px solid #dcdcdc; box-sizing:border-box;}
	.studentboard_write  table td input[name="CREA_NAME"]{width:200px; margin-right:10px;}
	.studentboard_write  table td input[name="TITLE"]{width:100%}
	.studentboard_write  table td.nick_name_td:after{content:"*닉네임 양식 (EX : 1기_김포니)"; display:inline-block; padding-top:11px; font-size:12px; color:#999;}
	.studentboard_write  table td textarea{width:100%; padding:15px; resize:none; border:1px solid #dcdcdc; box-sizing:border-box;}
	.studentboard_write  table th span{color:#e41e26;}
	.studentboard_write  .file_area > div{overflow:hidden; margin-bottom:10px;}
	.studentboard_write  .file_area > div > *{float:left; margin-left:10px;}
	.studentboard_write  .file_area > div .file_src{overflow:hidden; display:block; width:200px; height:37px; margin-left:0; padding:0 15px; line-height:39px; font-size:13px; border:1px solid #dcdcdc;  text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
	.studentboard_write  .file_area input{width:0; height:0; text-indent:-9999px;}
	.studentboard_write  .btn_file{display:block; padding:11px 25px; border:1px solid #dcdcdc; cursor:pointer;}
	.studentboard_write  .file_area button{display:block; padding:10px 25px; border:1px solid #dcdcdc}
	.studentboard_write  .add_img_area p{font-size:13px; color:#999;}

	.veiw_btn_area{text-align:right; margin-bottom:30px; }
	.veiw_btn_area a{display:inline-block; width:100px; height:34px; line-height:34px; color:#fff; background-color:#919191; text-align:center}

	/* pony */
	.memorial .page_title { border-bottom: 0; margin-bottom: 0; }
	.memorial .section {height: auto; }
	.memorial .section > div{padding: calc(100vw * 480/400) 6% 40px;}
	.memorial .section > div h4{margin-bottom:10px; font-size:12px; font-weight:bold}
	.memorial .section ol{width:auto; padding:20px 0; margin-bottom:30px; }
	.memorial .section ol li {margin-bottom:12px}
	.memorial .section ol li img { width: auto;  }
	.memorial .section1{margin-bottom:40px; background-color: #f6f6f6; background-size: 207% auto;}
	.memorial .section2{background-color: #f6f6f6; background-size: 207% auto;}
	.memorial .memorial_btn_area {text-align: center;}
	.memorial .memorial_btn_area a:first-child{margin-right:4px}

	.museum .page_title{margin-bottom:40px}
	.museum .section h4{margin-bottom:20px; font-size:20px; }
	.museum .section h4 img { width: auto; height: 20px; }
	.museum .section1{ padding: 0 16px; margin-bottom:40px; overflow: hidden; }
	.museum .support_exp{margin-bottom:30px;}
	.museum .support_exp span{font-size:20px; }
	.museum .video_area { position: relative; left: 50%; top: 0; width:600px; height:109px; margin-left: -300px; margin-bottom:30px;}
	.museum.ta  .video_area{background-position:center center}
	.museum .jp-video{width:100%; height: 100%; margin-bottom: 0; }
	.museum .jp-video .jp-jplayer { width: auto !important; height: auto !important }
	.museum .jp-video .jp-play{top:-120px;}
	.museum .jp-video-270p video{margin-top:-115px;}

	.museum .btn_full_version{display:block; width:186px; margin:0 auto;}

	.museum .section2{ padding: 0 16px; }
	.museum .cont_wrap{ margin-bottom:30px;}
	.museum .cont_left { float:none; width:auto; margin-bottom: 30px; }
	.museum .cont_right { float:none; width:auto; }
	.museum .cont_right p{ margin-bottom:18px;}
	.museum .cont_right p.point_txt { margin-bottom: 20px; }
	.museum .cont_right p.last_txt{margin-bottom:0;}
	.museum .tab_cont_area{ margin-bottom:8px}
	.museum .tab_cont li{display:none;}
	.museum .tab_cont li img { width: 100%; height: auto; }
	.museum .tab_cont li.on{display:block;}
	.museum .tab_thum_list{overflow:hidden;}
	.museum .thum_list { margin-left: -1%; }
	.museum .thum_list li { width: 24%; margin-left:1% !important;}
	.museum .thum_list li img { width: 100%; height: auto; }
	.museum .tab_wrap{position:relative}
	.museum .tab_btn_area button{ top:80px; width:40px; height:80px; background-size: cover !important; }

	.lifetime .page_title { border-bottom: 0; margin-bottom: 0; }
	.lifetime .section h4 {font-size:20px; margin-bottom: 20px; }
	.lifetime .section1{width:auto; height:auto; padding:30px 20px 50px; margin-bottom:40px; background-position: center; background-size: cover;}
	.lifetime .section1 > div {margin-bottom:30px; font-size:16px;}
	.lifetime .section1 > div span.birth{ font-size:14px;}
	.lifetime .section1 p { font-size:18px; }
	.lifetime .section2 {margin-bottom:40px; background: #f7f7f7; padding: 30px 16px; }
	.lifetime .section2 .section_cont{padding: 0;}
	.lifetime .section2 .section_cont > p{margin-bottom:30px; font-size:16px;}
	.lifetime .section2 .section_cont > p br {display: none;}
	.lifetime .section2 ul { margin: -2%; }
	.lifetime .section2 ul li{ width:48%; height:312px; margin-left:2% !important; margin-bottom: 10px; }
	.lifetime .section2 ul li .list_tit{font-size:18px;}
	.lifetime .section2 ul li .list_tit span{font-size:14px;}
	.lifetime .section3 { padding: 0 16px; }
	.lifetime .section3 h4{margin-bottom:20px;}
	.lifetime .section3 .sec_cont{margin-bottom:30px;}
	.lifetime .section3 .slide_list{ height:calc((100vw - 32px) * 500/960); margin-bottom:30px;}
	.lifetime .section3 .slide_list ul{position:relative; width:10000px; height: auto;;}
	.lifetime .section3 .slide_list li { width: auto; height:auto; margin-left:160px; box-shadow:3px 5px 12px 3px rgba(0,0,0,0.2);}
	.lifetime .section3 .slide_list li p img { width: calc(100vw - 32px); height: auto; }
	.lifetime .section3 .slide_direction{margin-top:-20px;}
	.lifetime .section3 .slide_direction a{width:40px; height:40px;background-size: cover;}
	.ta.lifetime .section3 .slide_direction a.left{left:-16px;}
	.ta.lifetime .section3 .slide_direction a.right{right:-16px;}
	.lifetime .section3 .slide_direction a.left{left:-16px;}
	.lifetime .section3 .slide_direction a.right{right:-16px;}
	.lifetime .section3 .slide_pager{height:50px; text-align: center; background-position: -10px 4px;}
	.lifetime .section3 .slide_pager li{ float: none; display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; margin: 0 4px !important;}
	.lifetime .section3 .slide_pager li a{overflow:hidden; display:block; width:30px; margin-top:-6px; color:#999; }
	.lifetime .section3 .slide_pager li a span{display:block; margin-bottom:5px; font-size:24px; text-align:center;}
	.lifetime .section3 .slide_pager li.on a{color:#e41e26; }
	.lifetime .section3 .year_history ul{float:none; width:auto}
	.lifetime .section3 .year_history ul li{ position: relative; line-height: 20px; padding-left: 50px; margin-bottom:14px;}
	.lifetime .section3 .year_history ul li span{display:block; position: absolute; left: 0; top: 0; margin-right:0;}

	/* etc */
	.etc .page_spot{background-image:url(/resource/images/etc/etc_tit.jpg);}
	.sitemap .site_lst { margin-top: -20px; }
	.sitemap .site_lst > li{padding:20px 30px; height:auto; border-bottom:1px solid #dedede;}
	.sitemap .site_lst > li:first-child{ border-top: 0; padding-top: 0; }
	.sitemap .site_lst li .tit{float:none; width:auto; margin-bottom: 12px; }
	.sitemap .site_lst li .tit a{font-size:18px; font-weight:600;}
	.sitemap .site_lst li .sub_menu{float:none;}
	.sitemap .sub_menu li{width:calc(50% - 20px) !important; background-position: left center; padding: 6px 10px; }
	.sitemap .sub_menu li a{ font-size:15px; }

	.personal .sec1{padding:0 16px; border-top:0; border-bottom:0;}
	.personal .sec1 .sec_txt{margin-bottom:32px; font-size:15px; }
	.personal .sec1 h4{margin-bottom:20px; }
	.personal .sec1 .txt{margin-bottom:20px; line-height:22px;}
	.personal .personal_lst,.personal .personal_lst2{margin-bottom:32px;}
	.personal .personal_lst > li{margin-left:5px; line-height:25px;}
	.personal .personal_lst em,.personal .personal_lst2 em{display:block; margin-bottom:30px;}
	.personal .personal_lst p{margin-bottom:30px;}
	.personal .personal_lst2{}
	.personal .personal_lst2 > li{text-indent:4px; line-height:25px; color:#7e7e7e;}
	.personal .personal_lst2 .tit{display:block; margin-bottom:20px; }
	.personal .personal_lst2 p{margin:0 0 30px 21px; text-indent:-17px;}
	.personal .inner_lst{margin-bottom:30px;}
	.personal .inner_lst li{margin-left:7px; text-indent:-7px;}
	.personal .tbl_basic{ margin-bottom:32px; }
	.personal .tbl_basic th{ line-height: 1.4; padding:14px 10px; }
	.personal .tbl_basic td{ line-height: 1.4; padding:12px 10px; }
	.personal .tbl_basic.type1{margin-bottom:30px;}
	.personal .tbl_basic.type1 th{border-bottom:1px solid #d2d2d2;}
	.personal .tbl_basic.type1_1 th{text-align:left;}
	.personal .tbl_basic .last{border-bottom:0;}

	/* searchArea Ui */
	.personal .select_date{margin-bottom:20px; text-align:right}
	.personal .select_date .tit{display:block; padding:0; font-size:15px; margin-bottom: 12px; }
	.personal .select_box{ width:200px; margin-right:0; }
	.personal .select_box button{height:32px; font-size:13px;}
	.personal .select_box button span.optionTxt{width:170px; height:30px; line-height:30px; }
	.personal .select_box button span.icon{width:30px; height:30px; }
	.personal .select_box .dropDown{ top:33px; }
	.personal .select_box.on .dropDown li{height:32px; line-height:32px; font-size: 13px; padding-left:20px; }
	#gallerySelect{display:none}
	.personal .select_cont{display:none}
	.personal .select_cont.on{display:block}
	.email .sec1{padding:0 16px; border-top:0; border-bottom:0;}
	.email .sec1 p{font-size:15px; line-height:24px;}
	.email .sec1 p br { display: none; }
	.email .sec1 .txt1{margin-bottom:33px;}

}

/* 제이랩 추가 */


