@charset "utf-8";
/* FONT */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* Reset */
	* {
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 
		font-family: 'Pretendard Variable', 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','sans-serif','dotum', '새굴림';
	}
	html, body {width:100%; margin:0 auto; position: relative; font-size: 16px; line-height: 1.5; color: #000; font-weight: 400;}
	html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img, dl, dt, dd ,section,nav  {padding:0; border:0;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
	ul, ol, li {margin:0; padding:0; list-style: none;}
	label, input, button, select, img {vertical-align: middle; border: none;}
	input, textarea, button, select {font-family: inherit;}
	button {padding:0; cursor:pointer;}
	p {margin:0; padding:0;}
	img {max-width:100%; object-fit:contain; object-position:50% 50%; -webkit-user-drag: none;}
	table {width:100%; margin:0; padding:0; border:none; border-collapse:collapse; border-spacing:0;}
	hr {display: none;}
	a, a:link, a:visited, a:hover, a:focus, a:active {text-decoration: none;}
	:focus {outline: none;}
	p {margin: 0;}

	h1, h2, h3, h4, h5, h6 {color: #000; margin-top: 5px; margin-bottom: 10px; font-weight: 600;}

	.col {
		width: 1300px;
		margin: auto;
		position: relative;
	}
/* Layout */
/* https://codepen.io/kkrueger/pen/jOrYaM */
	html {	
		max-width: 1920px;
	}
	body {
		min-width: 1300px;
	}

	header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 101;
	}
	header.scrollBG {
		position: fixed;
		/*background-color: rgba(0, 0, 0, 0.8);*/
		background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%);
		transition: all 0.3s ease-in-out;
	}
	#header_inner {}
	#header_inner * {
		color: #fff;
	}
	#header_inner .lineWrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 28px 56px 28px 36px;
	}
	#header_inner .lineWrap .logo {
		padding: 0 10px;
		cursor: pointer;
	}
	#header_inner .lineWrap .logo:hover > img {
		transform: scale(1.05);
	}
	#header_inner .lineWrap .logo > img {
		transition-duration: 0.3s;
	}
	#header_inner .lineWrap .logo .logotext {
		font-size: 16px;
		font-weight: 100;
	}
	#header_inner .lineWrap .menuWrap {display: flex;}
	#header_inner .lineWrap .menuWrap .menu {
		position: relative;
		font-weight: 600;
	}
	#header_inner .lineWrap .menuWrap .menu .menu-title {
		padding: 20px 10px;
		margin-left: 42px;
		font-size: 24px; 
	}
	#header_inner .lineWrap .menuWrap .menu .menu-dropdown {
		border-radius: 10px;
		width: 150px;
		padding: 10px 0;
		position: absolute;
		left: 25px;
		background: #fff;
		z-index: 100;
		opacity: 100%;
		transition: all 0.2s;
		margin-top: 10px;
	}
	#header_inner .lineWrap .menuWrap .menu .menu-dropdown.largeWidth {
		width: 180px;
		left: 20px;
	}

	#header_inner .lineWrap .menuWrap .menu .menu-dropdown a {
		width: 100%;
		display: block;
		margin: 5px 0;
		padding: 5px 20%;
		color: #3f3f3f;
	}
	#header_inner .lineWrap .menuWrap .menu .menu-dropdown a:hover {
		font-weight: 600;
		color: #000;
		cursor: pointer;
	}
	#header_inner .lineWrap .menuWrap .menu:not(:hover) > .menu-dropdown {
		display: none;
		opacity: 0%;
	}

	#contents_visual_main {
		padding-top: 126px;
		height: 986px;
		background-position: center bottom;
		overflow: hidden;
	}
	#contents_visual_main * {
		line-height: 1em;
	}
	#contents_visual_main .mainText1 {
		font-size: 50px;
		font-weight: 200;
		color: #8385E6;
	}
	#contents_visual_main .mainText2 {
		font-size: 50px;
		font-weight: 600;
		color: #fff;
		margin-top: 4px;
	}
	#contents_visual_main .mainText3 {
		font-size: 69px;
		font-weight: 100;
		color: rgba(255, 255, 255, 0.5);
		margin-top: 18px;
		letter-spacing: 1px;
	}
	#contents_visual_main .mainText3 > span {
		font-weight: 200;
	}
	#contents_visual_main .mainText4 {
		font-size: 22px;
		font-weight: 400;
		color: #E67A70;
		margin-top: 20px;
	}
	#contents_visual_main .mainText5-6 {
		position: relative;
		margin-left: 60px;
		margin-top: 60px;
	}
	#contents_visual_main .mainText5 {
		font-size: 36px;
		font-weight: 400;
		letter-spacing: 1px;
		color: #AFAFAF;
	}
	#contents_visual_main .mainText6 {
		font-size: 23px;
		font-weight: 400;
		margin-top: 15px;
		color: #FFFFFF;
	}
	#contents_visual_main img.odk {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#contents_visual_main img.quote {
		position: absolute;
		top: -18px;
		left: -48px;
	}





	.mainLineTitle {
		border-bottom: #c7c8ca solid 1px; margin-left: 10px;
	}
	.mainLineTitle div {
		font-size: 38px; font-weight: 900; letter-spacing: -0.5px; border-bottom: #000 solid 1px;
	}
	.mainLineTitle div span {
		color: #a9a9a9; font-size: 34px; letter-spacing: -1px; font-weight: 300; margin-left: 20px;
	}

	.mainProgram-wrap {
		display: block;
		margin: 50px 0
	}
	.mainProgram {
		width: 308px;
		height: 396px;
		border-radius: 5px;
		background-size: cover;
		color: #fff;
		padding: 28px 24px;
		display: flex;
		flex-direction: column;
		position: relative;
		cursor: pointer;
		transition:all 0.3s;
	}
	.mainProgram:hover {
		transform:scale(1.03);
	}
	.mainProgram_subtitle-wrap {
		margin-bottom: 38px;
		display: flex;
	}
	.mainProgram_subtitle {
		font-size: 18px;
		padding: 8px 16px;
		border: 2px #fff solid;
	}
	.mainProgram_maintitle {
		font-size: 40px;
		font-weight: 800;
		margin-bottom: 8px;
		line-height: 1.2em;
	    word-break: keep-all;
		height: 2.4em;
	}
	.mainProgram_desc {
		font-size: 22px;
		line-height: 1.4em;
	}
	.mainProgram img {
		position: absolute;
		bottom: 28px;
		right: 24px;
	}



	.mainEEI-wrap {
		display: flex;
		justify-content: space-between;
		margin: 50px 16px;
	}
	.mainEEI {
		width: 30%;
		overflow: hidden;
	}
	.mainEEI_title {
		display: flex;
		justify-content: space-between;
	}
	.mainEEI_title div {
		font-size: 32px;
		font-weight: 800;
	}
	.mainEEI_title a {
		color: #000;
		font-size: 32px;
		font-weight: 300;
		padding: 0 10px;
	}
	.mainEEI_content-wrap {
		background-color: #fff;
		border-radius: 8px;
		padding: 48px 28px;
		height: 400px;
	}
	.mainEEI_content {
	}
	.mainEEI_content.mainEEI_content_blog {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.mainEEI_content.mainEEI_content_blog .blog_wrap {
		padding-bottom: 10px;
		border-bottom: 1px solid #8d8d8d;
	}
	.mainEEI_content.mainEEI_content_blog .blog_wrap .nametitle {
		width: 100%;
		height: 1em;
		line-height: 1em;
		text-overflow:ellipsis;
		overflow: hidden;
		word-break:break-all;
		white-space:nowrap;
		font-size: 22px;
		color: #000;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.mainEEI_content.mainEEI_content_blog .blog_wrap .desctext {
		display:-webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient:vertical;
		width: 100%;
		height: 2.8em;
		line-height: 1.4em;
		vertical-align:top;
		text-overflow:ellipsis;
		overflow: hidden;
		word-break:break-all;
		font-size: 16px;
		color: #b4b4b4;
	}
	.mainEEI_content.mainEEI_content_cardNews {
		width: 100%;
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 5px;
		column-gap: 5px;
	}
	.mainEEI_content.mainEEI_content_cardNews a div {
		width: calc( (380.391px - 5px) / 2);
		height: calc( (400px - 5px) / 2);
		background-size: contain;
		background-repeat: no-repeat;
		transition:all 0.3s;
	}
	.mainEEI_content.mainEEI_content_cardNews a div:hover {
		transform:scale(1.03);
	}


	#contents_visual {
		padding-top: 140px;
		height: 900px;
		background-position: center bottom;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#contents_visual h1 {
		color: #fff;
		font-size: 50px;
		font-weight: 600;
	}


	.ceo_text-wrap {
		display: flex;
		justify-content: space-around;
		font-size: 22px;
		font-weight: 500;
		margin: 65px 0 105px;
	}
	.ceo_text-wrap .ceo_name {
		font-size: 23px;
		font-weight: 800;
	}
	.ceo_text-wrap .ceo_sign {
	}




	#fixedApplyBtn-wrap {
		margin-left: 16px;
		width: 100%;
		max-width: 1300px;
		left: calc((100% - 1300px)/2);
		border-radius: 10px;
		position: fixed;
		bottom: 30px;
		background-color: #EE786C;
		z-index: 4;
	}

	@media all and (max-width: 1300px) {
		#fixedApplyBtn-wrap {
			width: 80%;
			left: 10%;
		}
	}

	#fixedApplyBtn {
		z-index: 4;
		padding: 16px 0;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#fixedApplyBtn span:first-of-type {
		font-size: 18px;
		font-weight: 100;
	}
	#fixedApplyBtn span:last-of-type {
		font-size: 22px;
		font-weight: 600;
	}
	@media all and (max-width: 370px) {
		#fixedApplyBtn span:first-of-type {
			display: none;
		}
	}



	footer {
		background-color:#4D4D4D;
		color: #8C8C8C;
	}
	footer a {
		color: #8C8C8C;
	}
	#footer_inner {
		max-width: 1300px;
		margin: auto;
		padding: 40px 0;
		display: flex;
		justify-content: flex-start;
	}
	#footer_inner .footerLogo {
		font-size: 20px;
		font-weight: 600;
		margin-right: 190px;
		padding-top: 15px;
	}
	#footer_inner .footerLogo img {
		margin-bottom: 10px;
	}
	#footer_inner .footerLogo .logoUnderText {
		line-height: 1em;
		margin-top: 6px;
	}
	#footer_inner .footerInfo {
		font-size: 18px;
		font-weight: 500;
		display: flex;
		flex-direction: column;
	}
	#footer_inner .footerInfo div:first-of-type {
	}
	#footer_inner .footerInfo div:nth-of-type(2) {
		margin: 20px 0;
		line-height: 1.6em;
	}
	#footer_inner .footerInfo div:last-of-type {
		font-size: 19px;
		color: #7D7ED3;
		font-weight: 600;
	}
/* Common */
	.al {text-align: left !important;}
	.ac {text-align: center !important;}
	.ar {text-align: right !important;}
	.vat {vertical-align: top !important;}
	.vam {vertical-align: middle !important;}
	.w100 {display: block !important; width: 100% !important;}

	.mg5 {margin:5px !important;}

	.mt10 {margin-top:10px !important;}
	.mt20 {margin-top:20px !important;}
	.mt30 {margin-top:30px !important;}
	.mt40 {margin-top:40px !important;}
	.mt50 {margin-top:50px !important;}
	.mt60 {margin-top:60px !important;}
	.mt70 {margin-top:70px !important;}
	.mt80 {margin-top:80px !important;}
	.mt90 {margin-top:90px !important;}
	.mt100 {margin-top:100px !important;}

	.ml0 {margin-left:0px !important;}
	.ml10 {margin-left:10px !important;}
	.ml20 {margin-left:20px !important;}
	.ml30 {margin-left:30px !important;}

	.mr0 {margin-right:0px !important;}
	.mr10 {margin-right:10px !important;}
	.mr20 {margin-right:20px !important;}
	.mr30 {margin-right:30px !important;}

	.mb10 {margin-bottom:10px !important;}
	.mb20 {margin-bottom:20px !important;}
	.mb30 {margin-bottom:30px !important;}
	.mb40 {margin-bottom:40px !important;}
	.mb50 {margin-bottom:50px !important;}
	.mb60 {margin-bottom:60px !important;}
	.mb70 {margin-bottom:70px !important;}
	.mb80 {margin-bottom:80px !important;}
	.mb90 {margin-bottom:90px !important;}
	.mb100 {margin-bottom:100px !important;}

	.ptb10 {padding:10px 0 !important;}
	.ptb20 {padding:20px 0 !important;}
	.ptb30 {padding:30px 0 !important;}
	.ptb40 {padding:40px 0 !important;}
	.ptb50 {padding:50px 0 !important;}
	.ptb60 {padding:60px 0 !important;}
	.ptb70 {padding:70px 0 !important;}
	.ptb80 {padding:80px 0 !important;}
	.ptb90 {padding:90px 0 !important;}
	.ptb100 {padding:100px 0 !important;}

	.pt10 {padding-top:10px !important;}
	.pt20 {padding-top:20px !important;}
	.pt30 {padding-top:30px !important;}
	.pt40 {padding-top:40px !important;}
	.pt50 {padding-top:50px !important;}
	.pt60 {padding-top:60px !important;}
	.pt70 {padding-top:70px !important;}
	.pt80 {padding-top:80px !important;}
	.pt90 {padding-top:90px !important;}
	.pt100 {padding-top:100px !important;}

	.pb10 {padding-bottom:10px !important;}
	.pb20 {padding-bottom:20px !important;}
	.pb30 {padding-bottom:30px !important;}
	.pb40 {padding-bottom:40px !important;}
	.pb50 {padding-bottom:50px !important;}
	.pb60 {padding-bottom:60px !important;}
	.pb70 {padding-bottom:70px !important;}
	.pb80 {padding-bottom:80px !important;}
	.pb90 {padding-bottom:90px !important;}
	.pb100 {padding-bottom:100px !important;}

	.fs12 {font-size: 12px !important;}
	.fs13 {font-size: 13px !important;}
	.fs14 {font-size: 14px !important;}
	.fs15 {font-size: 15px !important;}
	.fs16 {font-size: 16px !important;}
	.fs17 {font-size: 17px !important;}
	.fs18 {font-size: 18px !important;}
	.fs19 {font-size: 19px !important;}
	.fs20 {font-size: 20px !important;}
	.fs21 {font-size: 21px !important;}
	.fs22 {font-size: 22px !important;}
	.fs23 {font-size: 23px !important;}
	.fs24 {font-size: 24px !important;}
	.fs25 {font-size: 25px !important;}
	.fs26 {font-size: 26px !important;}
	.fs27 {font-size: 27px !important;}
	.fs28 {font-size: 28px !important;}
	.fs29 {font-size: 29px !important;}
	.fs30 {font-size: 30px !important;}
	.fs31 {font-size: 31px !important;}
	.fs32 {font-size: 32px !important;}
	.fs33 {font-size: 33px !important;}
	.fs34 {font-size: 34px !important;}
	.fs35 {font-size: 35px !important;}
	.fs36 {font-size: 36px !important;}
	.fs37 {font-size: 37px !important;}
	.fs38 {font-size: 38px !important;}
	.fs39 {font-size: 39px !important;}
	.fs40 {font-size: 40px !important;}
	.fs41 {font-size: 41px !important;}
	.fs42 {font-size: 42px !important;}
	.fs43 {font-size: 43px !important;}
	.fs44 {font-size: 44px !important;}
	.fs45 {font-size: 45px !important;}
	.fs46 {font-size: 46px !important;}
	.fs47 {font-size: 47px !important;}
	.fs48 {font-size: 48px !important;}
	.fs49 {font-size: 49px !important;}
	.fs50 {font-size: 50px !important;}
	.fs51 {font-size: 51px !important;}
	.fs52 {font-size: 52px !important;}
	.fs53 {font-size: 53px !important;}
	.fs54 {font-size: 54px !important;}
	.fs55 {font-size: 55px !important;}
	.fs56 {font-size: 56px !important;}

	.fw100 {font-weight: 100 !important;}
	.fw200 {font-weight: 200 !important;}
	.fw300 {font-weight: 300 !important;}
	.fw400 {font-weight: 400 !important;}
	.fw500 {font-weight: 500 !important;}
	.fw600 {font-weight: 600 !important;}
	.fw700 {font-weight: 700 !important;}
	.fw800 {font-weight: 800 !important;}
	.fw900 {font-weight: 900 !important;}

	.lh1 {line-height: 1em !important;}
	
	.scroll-lock {
		overflow: hidden;
		touch-action: none;
	}

	
/* Button */
	.btn {display: flex; justify-content: center; align-items: center; margin: 0 auto;}
	.btn button { border-radius: 12px; width: 100%; padding: 0.6em 0; text-decoration: none; font-weight: 600; }
	.btn.big { width: 80%; min-width: 200px; }
	.btn.big button { font-size: 20px;}
	.btn.middle { width: 30%; min-width: 150px;}
	.btn.middle button { font-size: 17px;}
	.btn.small { width: 15%; min-width: 100px;}
	.btn.small button { font-size: 14px; }

	.btn.black button { 
		color: #fff !important;
		border: 1px solid #494949;
		background-color: #494949;
	}

	.btn.gray button { 
		color: #525252 !important;
		border: 1px solid #ebebeb;
		background-color: #ebebeb;
	}
	.btn.orange button { 
		color: #fff !important;
		border: 1px solid #e89113;
		background-color: #e89113;
	}
	.btn.softorange button { 
		color: #e89113 !important;
		border: 1px solid #f7e4c8;
		background-color: #fff3e1;
	}

	.btn.gray button {
		box-shadow: rgb(213 213 213 / 31%) 4px 4px 14px;
	}
	.btn.orange button {
		box-shadow: rgb(79 79 79 / 31%) 0px 0px 14px 2px;
	}


/* Paging */
	.paging-wrap {
		display: block;
		position: relative;
	}
	.paging-wrap ul.pagination {
		display: flex;
		justify-content: center;
	}
	.paging-wrap ul.pagination li * {
		position: relative;
		float: left;
		padding: 6px 12px;
		margin-left: -1px;
		line-height: 1.42857143;
		color: #000;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
	}
	.paging-wrap ul.pagination li.active * {
		background-color: #ee786c;
		color: #fff;
	}
	.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
		color: #777;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd;
	}