@charset "UTF-8";
.vis_wrap { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 30px;
	          position: relative; z-index: 10; width: 100%; height: 100vh; padding: 20px 0; overflow: hidden; text-align: center; }
.vis_wrap .link { display: flex; gap: 50px; padding: 0 0 5em 0; }
	.vis_wrap .link a { display: block; padding: 15px 50px; font-size: 2em; font-weight: 800; color: var(--white); border: 3px solid var(--white); border-radius: 150px; }
	.vis_wrap .link a:hover { color: var(--BK-3B); background: var(--white); }
	.vis_wrap .link i { transform: rotate(45deg); }
	
.vis_wrap .btn_box { display: flex; flex-wrap: wrap; gap: 30px; }
	.vis_wrap .btn_box a { display: block; width: 300px; height: 150px; }
	.vis_wrap .btn_box .btn01 a { background: url(../../img/00_main/vis_icon_ai.png) no-repeat; background-size: 100%; }
	.vis_wrap .btn_box .btn02 a { background: url(../../img/00_main/vis_icon_cl.png) no-repeat; background-size: 100%; }
	.vis_wrap .btn_box .btn03 a { background: url(../../img/00_main/vis_icon_it.png) no-repeat; background-size: 100%; }
	.vis_wrap .btn_box .btn01 a:hover { background: url(../../img/00_main/vis_icon_ai_on.png) no-repeat; }
	.vis_wrap .btn_box .btn02 a:hover { background: url(../../img/00_main/vis_icon_cl_on.png) no-repeat; }
	.vis_wrap .btn_box .btn03 a:hover { background: url(../../img/00_main/vis_icon_it_on.png) no-repeat; }
	@media (max-width: 991px){
		.vis_wrap { gap: 10px; padding: 0 15px; }
		.vis_wrap .img { padding: 50px 0 0 0; }
		.vis_wrap .link { gap: 10px; padding: 0 0 2em 0; }
		.vis_wrap .link a { font-size: 1.2em; padding: 5px 20px; border: 1px solid var(--white); }

		.vis_wrap .btn_box { gap: 20px; width: 100%; }
		.vis_wrap .btn_box li { width: 100%; }
		.vis_wrap .btn_box a { width: auto; height: auto; }
		.vis_wrap .btn_box .btn01 a,
		.vis_wrap .btn_box .btn02 a,
		.vis_wrap .btn_box .btn03 a { background: none; }
		.vis_wrap .btn_box .btn01 a:hover,
		.vis_wrap .btn_box .btn02 a:hover,
		.vis_wrap .btn_box .btn03 a:hover { background: none; }
		.vis_wrap .btn_box img { width: auto; max-width: 55%; margin: 0 auto; }
	}

.vod_bg:before { content : ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(2,25,77,0.3); }

.box01 { padding: 80px 0; }
	.box01 .img_box { position: relative; }
	.box01 .tt { position: absolute; top: 0; right: 0; left: 0; bottom: 0;
						 display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;
						 max-width: 990px; margin: 0 auto; padding: 0 15px; text-align: center; color: var(--white); }

	.box01 dt { padding: 10px 0; font-weight: 800; color: var(--RD-EE); }
	.box01 table th { font-size: 0.9em; font-weight: 400; text-align: center; border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); }
	.box01 table td { font-size: 0.9em; font-weight: 400; text-align: left; border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); }
	.box01 p { font-size: 0.8em; }
	@media (max-width: 991px){
		.box01 { padding: 40px 0; }
		.box01 table { display: none; }
		.box01 p { display: none; }
	}

.box02 { padding: 0 0 80px 0; }
.box02 .web { max-width: 990px; min-height: 420px; margin: 0 auto; padding: 20px 0; background: url(../../img/00_main/box02_bg.png) center no-repeat; }
.box02 table { height: 380px; }
	.box02 table th { width: 40%; text-align: center; font-size: 2em; line-height: 1.2em; color: var(--white); }
	.box02 table td { padding: 20px; color: var(--white); vertical-align: bottom; }
	.box02 h2 { display: inline-block; margin-bottom: 10px; font-weight: 800; border-bottom: 1px solid var(--white); }
	@media (max-width: 991px){
		.box02 { padding: 0 0 40px 0; }
		.box02 h3 { padding: 0 0 10px 0; font-family: "Isamanru"; font-size: 1.7em; font-weight: 800; text-align: center; color: var(--BL-2C); }
		.box02 ul { display: flex; flex-wrap: wrap; gap: 10px; }
		.box02 ul li { width: calc(50% - 5px); padding: 20px 0; text-align: center; color: var(--white); border-radius: 10px; overflow: hidden; }
		.box02 ul li:nth-child(1) { background: url(../../img/00_main/box02_img01.png) center no-repeat; background-size: cover; }
		.box02 ul li:nth-child(2) { background: url(../../img/00_main/box02_img02.png) center no-repeat; background-size: cover; }
		.box02 ul li:nth-child(3) { background: url(../../img/00_main/box02_img03.png) center no-repeat; background-size: cover; }
		.box02 ul li:nth-child(4) { background: url(../../img/00_main/box02_img04.png) center no-repeat; background-size: cover; }
	}

.box03 { padding: 5% 0; background: var(--BK-CE); }
	.box03 ul { display: flex; justify-content: center; gap: 30px; }
	.box03 ul a:hover { display: block; margin: -5px 0 0 0; box-shadow: 5px 5px 0 2px #1630de; border-radius: 12px; }
	@media (max-width: 991px){
		.box03 ul { flex-wrap: wrap; gap: 10px; }
		.box03 ul li { width: calc(50% - 5px); }
	}

.box04 { padding: 5% 0; }
	.box04 h2 { text-align: center; }
	.box04 img { width: auto; }
	.box04 h6 { padding: 20px 0 50px 0; text-align: center; }
.box04 .in_box { display: flex; align-items: flex-start; gap: 30px; }
	.box04 .in_box > div { width: 360px; }
	.box04 .in_box h6 { padding: 0 0 20px 0; }
	.box04 .in_box h6 a { display: flex; align-items: center; gap: 10px; font-size: 1.75em; font-weight: 700; color: var(--BL-03); }
	.box04 .in_box h6 i { transform: rotate(45deg); }

.box04 .noti ul { display: flex; flex-direction: column; gap: 16px; border-top: 2px solid var(--BK-3B); border-bottom: 1px solid var(--BK-3B); }
	.box04 .noti ul li { height: 130px; padding: 1em 0; color: var(--BL-03); border-bottom: 1px solid var(--BK-3B); overflow: hidden; }
	.box04 .noti .tt { font-size: 1.2em; line-height: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.box04 .noti .st { margin: 10px 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.2em; height: 2.4em; overflow: hidden; }
	.box04 .noti .dt { font-size: 12px; text-align: right; }
.box04 .ban > div { height: 422px; border-radius: 10px; background: var(--white); }
	.box04 .ban img { width: 100%; }
@media (max-width: 991px){
	.box04 { padding: 2rem 0; }
	.box04 .ban > div { height: auto; }
	.box04 .in_box { flex-direction: column; }
	.box04 .in_box > div { width: 100%; }
}

.box05 { padding: 5%; background: url(../../img/00_main/box05_bg.png) no-repeat; background-size: cover; }
.box05 > div { position: relative; }
	.box05 h2 { padding-bottom: 50px; text-align: center; }
	.box05 img { width: auto; margin: 0 auto;}
	.box05 a { text-align: center; }
	.box05 .slick-dots { left: 0; right: 0; margin: 0 auto; padding: 0 0 0 5px; max-width: 987px; text-align: left; }
	.box05 .slick-dots li { width: auto; height: auto; }
	.box05 .slick-dots li button:before { display: none; }
	.box05 .slick-dots li button { position: relative; width: auto; height: auto; font-size: 1em; font-weight: 800; padding: 20px 25px; color:var(--white); border: 1px solid var(--white); border-radius: 50px; background: #343d61; }
	.box05 .slick-dots .slick-active button { color: var(--BK-3B); background: var(--white); }
	@media (max-width: 991px){
		.box05 .ban { padding-bottom: 60px; }
		.box05 h2 { padding-bottom: 20px; }
		.box05 .slick-dots { bottom: 0; text-align: center; padding: 0; }
	}

/*팝업창*/
.popup { position: absolute; font-size:12px; z-index: 20; background: var(--white); }
	.popup img { width: auto; }
.popup .foot { display: flex; justify-content: space-between; padding: 10px; }

.mob_popup{display:none;}

@media (max-width: 767px){
.pc_popup { display:none; }
.mob_popup{ display:block; top: 70px; left: 20px; right: 20px; }
	.popup img { width: 100%; }
}
