@import url('./styles.css?v=1');


#wrapmain {
    position: relative;
    width: 100%;	
/*	padding-top:117px; */
}
#wrapsub {
    position: relative;
    width: 100%;	
	padding-top:100px;
	transition: all 0.2s linear;											
}

.header {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    z-index: 99;
    transition: var(--transition1);
    background: transparent;
    border-bottom: 1px solid transparent;
}

#wrapsub .header {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}
.header.gnb-open,
.header.headerFix {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;	
    transition: var(--transition1);
}

.header .inner_wrap {
	width:var(--tb-width);
	max-width: none;
	padding:0 3rem;
    position: relative;	
	height:100%;
}

.header .inner_wrap .logo {
	width:190px;
	height:53px;
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/common/logo.png);	
}
#wrapmain .header.gnb-open .inner_wrap .logo,
#wrapmain .header.headerFix .inner_wrap .logo {
    background-image: url(../img/common/logo2.png);	
}

#wrapsub .header .inner_wrap .logo {
    background-image: url(../img/common/logo2.png);	
}


.header .inner_wrap .gnbs {
	 position: relative;
	transition: all 0.2s linear;			 
}

.header .inner_wrap .top_side {
    margin: 0 0 0 0px;	
}
.header .inner_wrap .top_side .bro_btn {
    margin-left: 16px;
    border-radius: 99px;
    padding: 1.2rem 2.5rem;
    border-top: 0px solid #dddddd;	
	font-size:1.4rem;
	color:#fff;	
	background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    transition: var(--transition1);	
}
.header .inner_wrap .top_side .bro_btn span:first-child{
    margin-right: 1.5rem;
}

.header .inner_wrap .top_side .bro_btn:hover {
	background: var(--gcolor1);
}

#wrapmain .header.gnb-open .inner_wrap .top_side .bro_btn,
#wrapmain .header.headerFix .inner_wrap .top_side .bro_btn,
#wrapsub .header .inner_wrap .top_side .bro_btn {
	background: var(--gcolor1);
}
#wrapmain .header.gnb-open .inner_wrap .top_side .bro_btn:hover,
#wrapmain .header.headerFix .inner_wrap .top_side .bro_btn:hover,
#wrapsub .header .inner_wrap .top_side .bro_btn:hover {
	background: var(--gcolor2);
}

.header .inner_wrap .gnbs ul.sub_depth0>li {
    position: relative;	
    display: flex;
    align-items: center !important;
	padding:0 1rem;
	transition: all 0.2s linear;				
}
.header .inner_wrap .gnbs ul.sub_depth0>li>a {
    font-size: 1.9rem;
    font-weight: 500;
	padding:3.98rem 2.7rem;	
    color: #fff;
	height:100%;	
    position: relative;	
	transition: all 0.2s linear;					
}

#wrapmain .header.gnb-open .inner_wrap .gnbs ul.sub_depth0>li>a,
#wrapmain .header.headerFix .inner_wrap .gnbs ul.sub_depth0>li>a,
#wrapsub .header .inner_wrap .gnbs ul.sub_depth0>li>a {
	color:#444;
    font-weight: 600;	
}

.header .inner_wrap .gnbs ul.sub_depth0>li>a:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--gcolor1);
    transition: all 0.15s ease-in-out;
}
.header .inner_wrap .gnbs ul.sub_depth0>li:hover>a:after{
    width: 100%;	
}

.header .inner_wrap .gnbs ul>li>ul.sub_depth1 {
	display: block;
    opacity: 0; 
    visibility: hidden;
    position: absolute;
    top: 102px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 2.6rem 0;
	height:21rem;

}
.header .inner_wrap .gnbs ul>li>ul.sub_depth1>li {
	text-align: center;
    padding: 7px 0px;
    margin: 0px 0 0 0;
}

.header .inner_wrap .gnbs ul>li>ul.sub_depth1>li>a {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    padding: 0;
    margin: 0;
    background: none;
	width:100%;
	display:block;
}

.header .inner_wrap .gnbs ul>li>ul.sub_depth1>li>a:hover{
	color:var(--gcolor1);
}
#gnbbg {
	opacity:0;
	position: absolute;
	top: 101px;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: -100;
	transition: height 0.3s linear;
    border-bottom: 1px solid #e5e5e5;	
}


.header .inner_wrap .top_side .navBtn3 {
	 position: relative;
	 display: none;
	 width: 32px;
	 height: 32px;
	 overflow: hidden;
	 margin: auto;
	 text-align: center;
}
.header .inner_wrap .top_side .navBtn3 .bar {
	 display: block;
	 position: absolute;
	 top: 15px;
	 width: inherit;
	 height: 2px;
	 background: #fff;
	 transition: transform .3s cubic-bezier(0.25, 0.1, 0, 1.34), top .3s ease, left .45s cubic-bezier(0.26, 0.54, 0, 1.39);
	 -webkit-transition: transform .3s cubic-bezier(0.25, 0.1, 0, 1.34), top .3s ease, left .45s cubic-bezier(0.26, 0.54, 0, 1.39);
	 -moz-transition: transform .3s cubic-bezier(0.25, 0.1, 0, 1.34), top .3s ease, left .45s cubic-bezier(0.26, 0.54, 0, 1.39);
}
.header .inner_wrap .top_side .navBtn3:hover .bar {
	 background: var(--gcolor1);
}
.header .inner_wrap .top_side .navBtn3 .bar:nth-child(1) {
	 top: 6px;
}
.header .inner_wrap .top_side .navBtn3 .bar:nth-child(2) {
	 left: 0 }
.header .inner_wrap .top_side .navBtn3 .bar:nth-child(3) {
	 top: 24px;
}

.header .inner_wrap .top_side .navBtn3:hover .bar:nth-child(2) {
	 left: 20%;
}


#wrapmain .header.gnb-open .inner_wrap .top_side .navBtn3 .bar, 
#wrapmain .header.headerFix .inner_wrap .top_side .navBtn3 .bar, 
#wrapsub .header .inner_wrap .top_side .navBtn3 .bar {
    background: #191919;
}





.footer {
	width:100%;
    overflow: hidden;
	margin-top:0px;
    padding: 9.3rem 0;
    border-top: 1px solid #eaeaea;	
	background:#fff;
	font-size:1.6rem;
	color:#555;
}
#wrapsub .footer {
    border-top: 1px solid #eaeaea;	
}

.footer .outer {
	width:var(--tb-width);
	max-width: none;
	padding:0 3rem;
}
.footer .outer .footer_01 span {
    margin-right: 1.3rem;
}
.footer .outer .footer_01 p.copy2 span {
	font-size:1.4rem;
}
.footer .outer .footer_01 p.copy3{
    margin-bottom: .8rem;
}
.footer .outer .footer_01 p.copy3 strong{
	font-weight:500;
}
.footer .outer .footer_01 .copy {
	font-size:1.3rem;
    margin-top: 1rem;
}
a.logina:hover,
a.logina {
	color: #555;
}

.footer .outer .footer_02 li:first-child{
    margin-right: 1.8rem;
}
.footer .outer .footer_02 li {
    width: 18.0rem;
    height: 4.2rem;
}
.footer .outer .footer_02 li a span:last-child{
    font-size: 1rem;	
}
.footer .outer .footer_02 li a {
    text-align: left;
    font-size: 1.45rem;
    border: 1px solid #dedede;
    color: #333;
    font-weight: 400;
    box-sizing: border-box;
	width:100; height:100%;
    padding: 0 2rem;	
    transition: var(--transition1);		
}
.footer .outer .footer_02 li a:hover {
	background:#f0f0f0;
//	background:#3F3F3F;
    color: #222;	
}

.main_vis {
	overflow:hidden;
	width:100%; 
	height:100vh;
	position: relative;
}

.main_vis_img {
	animation: main_img_zoom 6.4s 0s cubic-bezier(0, 0.55, 0.45, 1);
	width:100%; 
	height:100%; 
	background-size:cover;
}

@keyframes main_img_zoom {
	from {
		transform: scale(1.1,1.1)
	}
	to {
		transform: scale(1.0,1.0)
	}
}

.main_text {
	position: absolute;
    left: 0px;
    top: 0;
	width: 100%;
	height:100%;
}
.main_text_wrap{
	width: var(--tb-width);
    max-width: none;
    padding: 43rem 3rem 0 3rem;
    position: relative;
    margin:0 auto;
}

.main_t01{
    font-size: min(6vw, 6.6rem);
    font-weight: 800;
	letter-spacing:0px;
    color: #fff;
	margin:0 0 15px 0;
	overflow: hidden;
}
.main_t03{
    font-size: min(4.5vw, 6rem);
}
.main_t02{
    font-size: min(2vw, 3rem);
    font-weight: 400;
    color: #fff;
	overflow: hidden;
}
/*
.controls{
	width: var(--tb-width);
    max-width: none;
    padding: 60rem 3rem 0 3rem;
    position: relative;
    margin:0 auto;	
	color:#fff;
	font-size:2rem;
}
.pager{
	padding:0 20px;
	font-weight:700;
	color:#fff;
}
*/



.letter {
  display: block;
  opacity:0;
  animation: reveal 1.2s .4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  transform-origin: center left;    
}
.letter2 {
  display: block;
  opacity:0;
  animation: reveal 1.2s .7s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  transform-origin: center left;  
}

@keyframes reveal {
  0% {
    transform: translateY(100%);
    opacity: 0;		
  }
  30% {
    opacity: 0;		
  }  
  100% {
    transform: translateY(0);
    opacity: 1;	
  }
}


section {
	margin:0;
    padding:0;	
	display:block;
	width:100%;
}

.main_outer{
	display: block;
    position: relative;
    max-width: var(--c-width);
    margin: 0 auto;
    clear: both;
	padding: 13rem  0 13rem 0;
}
.main_outer2{
	width:100%;
    background-image: url(../img/main/sample03.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
	height:54.5rem;
}
.main_hd2 p.fixed_t01{
    font-size: 52px;
    font-weight: 700;
    color: #fff;
	text-align:center;	
	letter-spacing:1px;	
}
.main_hd2 p.fixed_t02{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
	margin:2rem 0;
	text-align:center;
	line-height:3.3rem;
	letter-spacing:1px;
}

a.fix_btn {
	display:block;
    border-radius: 99px;
    padding: 1.2rem 2.5rem;
    border-top: 0px solid #dddddd;	
	font-size:1.6rem;
	color:#fff;	
	background: rgba(0, 0, 0, 0.59);
    transition: var(--transition1);	
    font-weight: 400;
	border:2px solid rgba(255, 255, 255, 0.3);
}
.fix_btn span:first-child{
    margin-right: 1.5rem;
}

.fix_btn:hover {
	background: var(--gcolor1);
}

.main_hd{
	margin: 0 0 8.2rem 0;
}

.main_hd p{
	display: block;
    font-size: 47px;
    font-weight: 700;
    color: #222;
	width:100%;
    text-align: center;
}
.main_hd span{
	margin-top:2rem;
	display: block;
    font-size: 20px;
    font-weight: 400;
    color: #4e4e4e;
	width:100%;
    text-align: center;	
}

.main_din_outer{
	width:100%;
}

.main_din_outer>li a p {
    font-size: 18px;
    font-weight: 400;	
	width:32rem;
	text-align:center;
	margin-top:2rem;
	
}

.main_din_outer.news>li a p {
    font-size: 18px;
    font-weight: 400;	
	width:32rem;
	text-align:left;
	margin-top:2rem;
	
}
.main_din_outer.news>li span{
    font-size: 15px;
    color: #848484;
    font-weight: 400;	
	margin-top:1rem;
}

.main_sj_1row {
	width: 32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.main_board_img_wrap{
	height: 32rem;
    width: 32rem;
	overflow: hidden;	
   	background-repeat: no-repeat;
   	background-position: center center;
    background-size: cover;	
    transition: all .2s ease;	  		
}

.main_din_outer a:hover .main_board_img_wrap2,
.main_din_outer a:hover .main_board_img_wrap {
    box-shadow: 0 0 0 3px var(--gcolor2) inset;
}

.main_board_img_wrap2{
	height: 20rem;
    width: 32rem;
	overflow: hidden;	
   	background-repeat: no-repeat;
   	background-position: center center;
    background-size: 120%;	
    transition: all .2s ease;	  
	border:1px solid #bbb;
}
.main_sj_2row {
	width: 32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
}

.img_round {
   border-radius: 10px;	
   
}
.main_scl.main_board_img_wrap3 {
	padding-top: 0rem;
}


.main_board_img_wrap3 li{
	height: 20rem;
    width: 27rem;
	overflow: hidden;	
    transition: all .2s ease;	  		
	margin-right:20px;
    border-radius: 10px;	
}


.main_board_img_wrap3 li img{
	height: 100%;
	width:100%;
}

.main_din_outer a:hover .main_board_img_wrap3 {
    box-shadow: 0 0 0 0px var(--gcolor2) inset;
	
}



.con-main_color2{
	background:#f7f7f7;
}

.main_scl {
	overflow:hidden;
	border:0px solid #333;
	width:100%;
//	mask: linear-gradient(90deg,  transparent, white 5%, white 95%, transparent);
	padding-top:6rem;
}
.main_scl div:first-child {
    margin-bottom: 5rem;
}
.main_scl_in {
	width:max-content;
	animation : scrolling 60s linear infinite;
//	animation-timeline : scroll(root);
}
.main_scl_in2 {
	width:max-content;
	animation : scrolling2 60s linear infinite;
	animation-direction : reverse;
//	animation-timeline : scroll(root);
}

@keyframes scrolling {
	to {
		transform: translate(-50%);
	}
}
@keyframes scrolling2 {
	to {
		transform: translate(-50%);
	}
}

.main_scl li {
	padding:0px 0px;
}


.naver_map, .kakao_map {
    padding: 10px 20px;
    border-radius: 6px;
}
.naver_map {
    background: #00c73c;
}
.kakao_map {
    background: #fbcf00;
    margin-left: 20px;
}
.naver_map span, .kakao_map span {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 0 10px 0 0;
}
.naver_map a, .kakao_map a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.naver_map:hover{
	background:#00ae35;
}
.kakao_map:hover{
	background:#fbb902;
}


.img-round {
	border-radius:10px;
	overflow:hidden;	
}


.s_con {
	padding:3rem 3rem 12rem 3rem;
	width:var(--s-width);
//	overflow:hidden;
	font-size:17px;
	font-weight:400;
	color:#444;
    position: relative;	
	min-height:450px;
}

.sub_vis {
	overflow: hidden;
    width: 100%;
    height: 320px;
    position: relative;
}


.s_vis_01,
.s_vis_02,
.s_vis_03,
.s_vis_04,
.s_vis_05,
.s_vis_06,
.s_vis_07,
.s_vis_08 {
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
    background: url('../img/sub/s_vis_01.jpg') no-repeat center;
    background-size: cover;
	animation : simg 1s ease-out;
//	transform-origin:top;
}

.s_vis_02{
    background: url('../img/sub/s_vis_02.jpg') no-repeat center;
    background-size: cover;	
}
.s_vis_03{
    background: url('../img/sub/s_vis_03.jpg') no-repeat center;
    background-size: cover;	
}
.s_vis_04{
    background: url('../img/sub/s_vis_04.jpg') no-repeat center;
    background-size: cover;	
}
.s_vis_05{
    background: url('../img/sub/s_vis_05.jpg') no-repeat center;
    background-size: cover;	
}
.s_vis_06{
    background: url('../img/sub/s_vis_06.jpg') no-repeat center;
    background-size: cover;	
}

.s_vis_07{
    background: url('../img/sub/s_vis_07.jpg') no-repeat center;
}

.s_vis_08{
    background: url('../img/sub/s_vis_08.jpg') no-repeat center;
}

@keyframes simg {
  0% { scale:1.1; }
  100% { scale:1;}  
}
@keyframes fade-in {
  0% { opacity:0; }
  100% { opacity:1;}  
}

.sub_hd{
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;	
}

.s_con_hd01 {
	font-size:48px;
	font-weight:500;
	color:#fff;
	animation : fade-in 1s linear forwards;	
	animation-delay : .6s;
	opacity:0;
}
.s_con_hd02 {
	margin-top:5px;
	font-size:18px;
	font-weight:300;
	color:#fff;
	animation : fade-in 1s  linear forwards;	
	animation-delay : .8s;	
	opacity:0;	
}

.sub_con_hd{
	font-size:50px;
	font-weight:800;
	color:#444;
	margin:7rem 0 10rem 0;
	text-align:center;
}


.info_1_002{
	width:54%;
}
.info_1_002 p {
	font-size:35px;
	font-weight:700;
	color:#222;
	margin:0 0 20px 0;
	line-height:1.4;
}
.info_1_002 p > span {
	color:var(--gcolor3);
}
.info_1_002 > div.greet {
	color:#333;
	font-size:18px;	
	line-height:1.7;
    font-weight: 400;
	text-align:justify;
	word-break:keep-all;
}

.info_greet_sign p {
	font-size:19px;	
    font-weight: 700;
	margin:0 0 .7rem 0;
}
.info_greet_sign p span:first-child {
	color:#444;
	font-size:17px;	
    font-weight: 500;
	margin:0 1rem 0 2rem;
	
}
.info_greet_sign p span:last-child {
	color:#444;
	font-size:19px;	
    font-weight:700;
}


.wcata_hd {
	font-size:24px;	
    font-weight: 500;
	text-align:center;
	margin-bottom:40px;
}
.wcata {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 4rem;
    width: 30rem;
    height: 40.9rem;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;	
	border-radius:3px;
	overflow:hidden;	
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);	
}

.wc2018{
    background: url(../img/sub/cata_2018.jpg) no-repeat center / cover;
}

.wc2024{
    background: url(../img/sub/cata_2024.jpg) no-repeat center / cover;
}

.wc2024:hover,
.wc2018:hover {
/*    box-shadow: 0 0 0 1px var(--gcolor2) inset;*/
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);		
/*	transform: scale(1.01);*/
	transform: translateY(-5px);	
}

.wcsubj{
	font-size:17px;	
    font-weight: 500;
	text-align:center;
	margin:1.5rem 0;
}

.cscenter{
	margin: auto;
    background-color: #f3f4f7;
    border-radius: 3rem;
    padding: 5.3rem 0 5rem;
    margin-top: 7.5rem;
    text-align: center;
}
.cscenter_hd{
	font-size: 28px;
    font-weight: 600;
    margin-top: 9px;
	line-height:1.3;
}
.cscenter_box{
	display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 3.2px 3.8px 19px 6px rgba(0, 0, 0, 0.04);
    padding: 3.5rem 4rem;
	width:47rem;
	margin:0 auto;
	margin-top: 3.2rem;
	margin-bottom: 2rem;	
}
.cscenter_img{
	width: 8.2rem;
    height: 8.2rem;
    border-radius: 8.2rem;
	background: #2868C0 url(../img/sub/cscenter_img.png) center no-repeat;
}
.cscenter_txt{
	margin-left: 4rem;
    text-align: left;
}
.cscenter_txt p {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
	line-height:1.3;	
}
.cscenter_txt span {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.85px;
	line-height:1.5;	
}
.cscenter_txt strong {
    font-size: 3rem;
    color: #000;
    font-weight: 800;
    display: block;
	line-height:1.5;
}
.cscenter_cf{
	font-size: 16px;
    font-weight: 400;
	line-height:1.6;	
}

.history {
	overflow: visible;
    visibility: visible;
    height: auto;
	margin:0 auto;
	position: relative;	
}

.history_hd{
    width: 20%;
    font-weight: 700;
    font-size: 4.6rem;
    color: #1c1c1c;
    line-height: 1;
}
.history_box{
	position: relative;
    padding-bottom: 80px;
    margin-top: 0px;
    width: 80%;	
}
.history_wrap:last-child .history_box{
    padding-bottom: 0px;
}



.history_box::before{
	content: "";
    position: absolute;
    left: -5.2rem;
    top: 1.8rem;
    width: .9rem;
    height: .9rem;
    background-color: #fff;
    border: 3px solid var(--gcolor2);
    border-radius: 50%;
	z-index: 2;	
}

.history_wrap:first-child .history_box::after{
	content: '';
	position: absolute;
	z-index: 1;
    left: -4.5rem;
    top: 2rem;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.history_box::after{
	content: '';
	position: absolute;
	z-index: 1;
    left: -4.5rem;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.history_list li{
    font-size: 17px;
    line-height: 3;
}
.history_img {
    margin-top: 1.7rem;	
}


.certi_hd{
	font-size: 25px;
    font-weight: 700;
	width:20%;
}
.certi_box{
    padding: 0 0 6rem 3rem;
    overflow: hidden;
  //  margin-top: 2rem;
    line-height: 2.4rem;
    color: #454545;
	font-size:19px;
	width:80%;	
}
.certi_img {
    border: 1px solid #e9e9e9;
    border-radius: .7rem;
    overflow: hidden;	
	width:20rem;
	height:28.3rem;
	transition: all .2s ease;	
	background-size:cover;	
}
.certi_img:hover {
    box-shadow: 0 0 0 3px var(--gcolor2) inset;
	cursor:pointer;
}

.partner_li{
	width:25%;
	margin:0 0 40px 0;
	transition: all 0.2s linear;	
}


.partner_li .pboard_img img {
	width:280px;
	height:180px;
	margin:0 auto;
}

.partner_li a.pboard_img2 {
	display:block;
	width:280px;
	height:350px;
	margin:0 auto;
	transition: all 0.2s linear;
}

.partner_li a.pboard_img3 {
	display:block;
	width:247px;
	height:350px;
	margin:0 auto;
	transition: all 0.2s linear;		

	border-radius: 3px;
    box-shadow: 0 0 0 1px #dfdfdf inset; 	
}

.partner_li a.pboard_img2:hover {
/*    box-shadow: 0 0 0 3px #F9FAFC inset; 
	filter: brightness(98%);*/
}

.partner_li a.pboard_img3:hover {
/*    box-shadow: 0 0 0 2px var(--gcolor2) inset; 
	border:2px solid var(--gcolor2);	*/
}








/* ------------------- */




.side_ban {
	 position: fixed;
	 right:0px;
	 bottom:40px;
	 z-index:1000;
	 border:0px solid red;
}

.side_ban a.side_ban02 {
      display: flex;
	  width:50px;
	  height:50px;
	  border-radius: 25px;	
	  background:#787878;
      font-size: 12px;	  
	  color:#fff;
	  font-weight:500;
      transition: all .2s ease;	  
}
.side_ban a.side_ban02:hover {
	  background:#555;	
}



li.right_bar {
	border-right:1px solid #e0e0e0;
}



.f_menu  {
	display: none;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	width:100%;
	height:100%;
	isolation: isolate;
}
.f_menu::after {
	content: '';
	position: absolute;
	background: black;
	z-index: -1;
	inset: 0;
	opacity: 0.9;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}
.menu_area {
	width:79%;
	padding:40px 0 0 ;
	margin:50px auto 0 auto;
}
.menu_head {
	width:100%;
}
.navBtn4 {
	 position: relative;
	 display: block;
	 width: 32px;
	 height: 32px;
	 margin: auto;
	 text-align: center;
}
.navBtn4 .bar {
	 display: block;
	 position: absolute;
	 top: 1.2rem;
	 left: 0;
	 width: inherit;
	 height: 2px;
	 background: #fff;
}

.navBtn4:hover .bar {
	 background: var(--gcolor2);
}
.navBtn4 .bar:nth-child(1) {
	 transform: rotate(45deg);
}
.navBtn4 .bar:nth-child(2) {
	 transform: rotate(-45deg);
}

.menu_lnb0 {
	width:25%;
	padding:0 40px 0 0;
}
.menu_lnb1 {
	width:90%;
    flex-wrap: wrap;	
}
.fm_gnb {
	width:100%;
	padding:50px 0;
}
.menu_lnb0 {
	padding:0 100px 0 0;
	font-size:40px;
	color:#fff;
	font-weight:500;	
}

.menu_lnb0.on {
	color:var(--gcolor1);
}

.menu_lnb1 li {
	margin-right:50px;
	margin-bottom:10px;
}
.fm_dep01{
	width:100%;
	margin-bottom:40px;
}
.dep02 a{
	font-size:24px;
	font-weight:300;
	color:#fff;
}
.dep02 a:hover{
	color:var(--gcolor2);
}



#map {
	border-radius:7px 7px 0 0;
}

.map_bot {
	width:100%;
    border: 1px solid #d6d6d6;
    border-top: 0px solid #d6d6d6;
    padding: 30px 0 35px 0;
    background: #F6F6F6;
	border-radius:0 0 7px 7px ;	
}
.map_bot p {
    font-size: 25px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.map_bot_text {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    margin: 20px 0 10px 30px;
}

input, select {
    font-size: 15px;
    COLOR: #555;
    border: #C0C0C0 1px solid;
    height: 20px;
    padding: 9px 5px;
    border-radius: 4px;
}



/* .main_con2 {
	margin:0 0 70px 40px;
}
.main_hd-2 {
	margin:0px 0 61px 0;padding-top:20px;
}
.section2 {
	margin:99px 0 111px 0;
} */
#map{
	width:100%;
}	

/* .plan_hd {
	font-family: 'pretendard'; 
	font-weight:500;
	font-size: 30px;
	color: #111;
	margin-top:-20px;
}
.plan_nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 20px!important;
    list-style: none;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,.2);
    margin-top: 40px;
	width:100%;
}
.plan_nav li.nav-item {
	float: left;
    line-height: 20px;
    font-weight: 400;
    color: #666;
	margin-bottom: -1px;
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    padding: 0;
}

.nav-tabs .nav-link {
	display:block;
	width:100%;
	box-sizing: border-box;
	padding: 13px 18px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

.nav-tabs .nav-link.active {
    color: #083FA9;
    background-color: #fff;
    border-color: rgba(0,0,0,.2) rgba(0,0,0,.2) #fff;
    font-weight: 500;
}
.plan-select-area {
	display:flex; display: flex(Block 특성), display: inline-flex(Inline 특성)
	flex-flow: row nowrap; flex-direction-row column flex-wrap-nowrap wrap
	justify-content:flex-start; 수평 flex-start flex-end center space-between space-around
	align-items:center; 수직 stretch flex-start flex-end center space-between space-around
} */

/* 달력 */
/* 
.table-bordered {
	display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 0px;
    border-color: grey;
    border-collapse: collapse;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.table-bordered th, .table-bordered td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 3px 0;
    vertical-align: top;
}
.table-bordered th {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    height: 25px;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear,left bottom, left top,from(#f2f2f2),to(#fafafa));
    background-image: linear-gradient(to top,#f2f2f2,#fafafa);
}
.cal_job {
    margin: 1px 0px 3px 3px;
    background-color: #3788d8;
    position: relative;
    display: block;
    font-size: 12.2px;
    line-height: 1.4;
    border-radius: 3px;
    padding: 2px 4px 2px 4px;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
    width: 164px;
    color: #fff!important;
	font-weight:400;
}

.cal_job:hover{
    background: #083FA9;
	border:0px;
}
.cal_job_done:hover,
.cal_job_done {
    background-color: #bbb;
	
}

.lec_class_002 {
    background: #41BAD4;	
}
.lec_class_002:hover{
    background: #00a9cd;
}

.online_hd {
	display:inline-block;
	color:#BF0C34;
	font-weight:700;
	background:#fff;
	border-radius:5px;
	padding:0 4px;
	letter-spacing:-0.5px;
}


.fc-other-month {
    background-image: linear-gradient(135deg,rgba(0,0,0,.02) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.02) 50%,rgba(0,0,0,.02) 75%,transparent 75%,transparent);
    background-color: #fafcfd;
    background-size: 1rem 1rem;
}
.plan_cal td {
	height:97px;
	font-size:14px;
	
}
.plan_cal td font {
	padding:0 0 0 3px;
} */

.table-basic {
	width:100%;
    border-top: 2px solid #444;
    border-left: 1px solid #ddd;	
	margin:20px 0;
}

.table-basic th,
.table-basic td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	height: 41px;
    padding: 7px;
	vertical-align:middle;
}
.table-basic thead th,
.table-basic tbody th {
    font-weight: 500;
    font-size: 15px;
    background-color: #f4f4f4;
	vertical-align:middle;
}

.table-basic td {
    background-color: #fff;
	text-align:left;
    padding: 10px 12px;
	line-height:20px;
    font-size: 15px;	
}
.table-basic td.text-c {
    background-color: #fff;
	text-align:center;
}


.uline {
	border-bottom:1px solid #ccc;
}

.btn_wrap{
	padding:20px 0 0 0;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:center; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
	width:100%;
}



.table-basic2 {
	display: table;
	width:100%;
/*     border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; */
	border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
/* 	font-family: 'Nanum Gothic'; */
	font-size:16px;
	color:#555;
/*     -webkit-box-shadow: 0 5px 30px #0000000a;
    box-shadow: 0 5px 30px #0000000a; */
}

.table-basic2 th,
.table-basic2 td {
     border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; 
    padding: 12px 10px;
	vertical-align:middle;
    border-bottom: 1px solid #e4e4e4;
	text-align:center;
	word-break: break-all;

}
.table-basic2 thead th,
.table-basic2 tbody th {
    font-weight: 600;
    font-size: 16px;
    background-color: #F9FAFC;
	vertical-align:middle;
}
.table-basic2 th,.table-basic2 thead th {
    padding: 15px 10px;
}
.table-basic2 td {
    background-color: #fff;
}
.table-basic2 td b {
	font-weight:500;
}
.table-basic2 tr:last-child th,
.table-basic2 tbody tr:last-child th,
.table-basic2 tr:last-child td,
.table-basic2 tbody tr:last-child td {
    border-bottom: 0px solid #e4e4e4;
}

.certi_hd2 {
    font-size: 25px;
    font-weight: 700;
	margin:0 0 2rem 0;
}
.flow1 {
	height:70px;
	border:1px solid #15839d;
    border-radius: 10px;
	flex-basis:20%;	
    background: #219ebc;	
    font-size: 17px;	
	color:#fff;
}
.flow2 {
	height:70px;
	border:1px solid #ddd;
    border-radius: 10px;
	flex-basis:60%;	
	margin:0 1rem;
    background: #F9FAFC;	
    font-size: 17px;	
}
.flow3 {
	height:70px;
	border:1px solid #2a4a5a;
    border-radius: 10px;
	flex-basis:20%;	
    background: #3f6b81;
    font-size: 17px;	
	color:#fff;	
}
.flow31 {
	height:70px;
	flex-basis:20%;	
}
.dotvert{
	width:6px;
	height:6px;
    border-radius: 6px;
    background: #ddd;
	margin:.4rem;
}

.app-smart-popup {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #555;
    margin: 10px;
    z-index: 999;
}
.smart-popup-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
	cursor:pointer;
}
.app-smart-popup .smart-popup-btns {
    border-top: 1px solid #919196;
    overflow: hidden;
}
.app-smart-popup .smart-popup-btns button.smart-popup-close {
    background-color: #ffffff;
    border-left: 1px solid #cdd2d7;
}
.app-smart-popup .smart-popup-btns button {
    float: left;
    background-color: #fafafc;
    border: 0;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 16px;
    height: 60px;
    outline: 0;
    width: 50%;
    color: black;
}

@media (max-width:805px) {
	.app-smart-popup {
		width:95vw;
	}
	.smart-popup-img img {
		width:100%;	
	}

	.app-smart-popup .smart-popup-btns button {
		font-size: 13px;
		height: 3.5rem;	
	}
}
	
		
/*************   board    ***************/


/* 검색폼 */

.align_center {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-end; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom-select {
	width: auto;
    display: inline-block;
    padding: 5px 8px;
    height: 30px;	
    color: #495057;
    border: 1px solid #ced4da;
}
select.form-control {
    background-color: #fff;
}

.input_search {
	margin: 0 5px;
	width:165px;
}

/* 검색폼 끝 */

/* 버튼 */

.button_style {
	font-weight:400;
    font-size : 14px;
    font-family : 'Noto Sans KR';
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    color: #444;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
	box-sizing: border-box;
}

.button_style:hover {
    border: 1px solid #777;
    background-color: #eee;
}
.input_search_btn {
    padding: 5px 8px;
    display: inline-block;
    font-size: 13px;
    height: 30px;
	width:48px;
}

.board-btn {
    padding: 6px 17px;
}
.input_btn {
    padding: 6px 17px;	
	font-weight:400;
    font-size : 14px;
    font-family : 'Noto Sans KR';
	height:40px;
	margin-left:5px;
	cursor:pointer;
}


/* 버튼끝 */



.board_b td.b_w_epil {
	display: table-cell;
    white-space:nowrap;
    overflow:hidden;  
    text-overflow: ellipsis;
}

.board_bb,
.board_b {
	border-top:2px solid #444;
	table-layout: fixed;

}
.board_bb th,
.board_b th {
	height:55px;
	background:#fafafa;
	border-bottom:1px solid #cccccc;
	font-size:16px;
	color:#444;
}
.board_bb td,
.board_b td {
	border-bottom:1px solid #e5e5e5;
	font-size:16px;
	font-weight:400;
	color:#444;
	padding:.4rem 0;
	height:5rem;
	text-align:center;
	}
.board_view td,
.board_view td	{
	text-align:left;
}
	

.att_files {
	flex-wrap:wrap;
}
.att_files li {
	margin-right:1rem;
	font-size:1.4rem;	
	letter-spacing:-0.3px;	
}
.board_admin td {
	border-bottom:1px solid #e5e5e5;
	height:30px;
	font-size:14px;
	font-weight:400;
	color:#444;
	}
.board_bb td.title,
.board_b td.title {
	height:50px;
	font-size:16px;
	font-weight:400;
	color:#444;
	text-align:left;

	}

.board_bb td.att,
.board_b td.att {
	padding:15px 0 15px 20px;
	height:auto;
}


.board_bb th.subject,
.board_b th.subject {
	font-size:20px;
	color:#222;
	text-align:center;
	padding-left:0px;
	font-weight:500;	
}

.board_b th.date {
	font-size:13px;
	color:#444;
	font-weight:400;
	text-align:left;
	padding-left:20px;
}

.board_b td.notice {
	font-size:14px;
	color:#FE8C91;
	font-weight:500;
	text-align:center;
}

.b_cont {
	padding:5rem 2rem;
	vertical-align:top;
	min-height:250px;
	font-size:16px;
	color:#444;
	font-weight:400;
	line-height:26px;

}
.p_board_subject{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	text-align:center;
	display:block;
	width:280px;;
	padding:1.5rem 0 .5rem 0;
	font-size:17px;
	font-weight:500;
	color:#444;
}
.cont_category {
	width: auto;
    border-radius: 15px;
    padding: 1px 18px;
    background: #f3f6fa;
    box-sizing: border-box;
    border: 1px solid #dce1ea;
    display: block;
    font-size: 13px;
}
a.pboard_img > img {
	border-radius:7px;
}
.page_num {
    padding: 40px 0px 10px 0;
}

.page_num a {
    padding: 0px 0px;
}
.page_num .page {
    display: inline-block;
    width:26px;
    height:26px;
    border: 1px solid #ddd;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.page_num .page a {
    display: block;
    width:100%;
    height: 100%;
}
.page_num .page.on {
    font-size: 14px;
    font-weight: 300;
    background: #51d4cf;
    border: 1px solid #51d4cf;
}
.page_num .on a {
    color:#fff;
}

.page_num img {
    vertical-align:bottom;
}



/* 페이징 */

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center;
    margin: 15px 0;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
}

div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


div.dataTables_paginate ul.pagination li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #886ab5;
    background-color: #fff;
    border: 1px solid #dee2e6;
	color: #6c757d;
}
.pagination .page-link {
    border-radius: 4px;
    border-width: 0;
}

.pagination .page-item .page-link.chevron {
    background: #d1d9e3;

}
.pagination .page-item:not(:first-child) {
    margin-left: 5px;
}
.dataTables_paginate .pagination .page-item>.page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 19px;
    min-width: 19px;
    padding: 5px;
    font-size: 12px;
    line-height: 19px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #627ca0;
}
.pagination .page-link:hover {
    background-color: #627ca0!important;
    color: #fff;
}
/* 페이징 끝 */


/* 글작성 */
.b_write {
	width:100%;
	border-top:2px solid #333;
    display: table;
    box-sizing: border-box;
    border-spacing: 0px;
    border-color: grey;
    border-collapse: collapse;
}
.b_write th {
	font-weight: 500;
    background-color: #f4f4f4;
    vertical-align: middle;	
	border-bottom:1px solid #ddd;
	font-size:14px;
	color:#444;
}
.b_write td {
	border-bottom:1px solid #ddd;
	height:45px;
	font-size:14px;
	font-weight:400;
	color:#777;
	padding:5px 0 5px 10px;
	}

.b_write td textarea{
    font-size: 15px;
    COLOR: #555;
    FONT-FAMILY: 'Nanum Gothic';
    border: #C0C0C0 1px solid;
    height: 20px;
    padding: 9px 5px;
    border-radius: 4px;
	line-height:22px;
}
.filebox {
    margin: 0 0 5px 0;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}
.filebox:last-child {
    margin: 0 0 0px 0;
}
.filebox label {
    display: inline-block;
    padding: 8px 12px;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: 4px;
	margin-left:5px;
}
.filebox.bs3-primary label {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.filebox_all {
    margin: 0 0 5px 0;
}
.cate_li {
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}
.cate_li li {
    margin: 0 15px 0 0;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: row nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:flex-start; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
}
.b_images {
	width:100%;
	display:flex; /* display: flex(Block 특성), display: inline-flex(Inline 특성) */
	flex-flow: column nowrap; /* flex-direction-row column flex-wrap-nowrap wrap */
	justify-content:center; /*수평 flex-start flex-end center space-between space-around */
	align-items:center; /*수직 stretch flex-start flex-end center space-between space-around */
	margin-top:50px;
}














































/**************************************************************************************/
@media all and (max-width:1500px){

	.footer .outer .footer_01 {
		width:100% !important;
	}
	.footer .outer .footer_02 {
		display:none !important;
	}
	
}

@media all and (max-width:1435px){

	.s_con {
	    padding: 3rem 0rem 10rem 0rem;
	    width: 95%;
	}
	
}





/**************************************************************************************/
@media all and (max-width:1360px){


.header .inner_wrap .gnbs ul.sub_depth0>li {
	position: relative;
	display: flex;
	align-items: center !important;
	padding: 0 3rem;
	transition: all 0.2s linear;				
}

.header .inner_wrap .gnbs ul.sub_depth0>li>a {
	font-size: 1.9rem;
	font-weight: 500;
	padding: 3.98rem .7rem;
	color: #fff;
	height: 100%;
	position: relative;
	transition: all 0.2s linear;						
}
.main_board_img_wrap {
    height: 22vw;
    width: 22vw;
}

.main_board_img_wrap2 {
    height: 15vw;
    width: 22vw;
}
.main_din_outer.news>li a p,
.main_din_outer>li a p {
    font-size: 16px;
    width: 22vw;
    margin-top: 1.4rem;
}


.header .inner_wrap .top_side .bro_btn {
	display: none!important;
}	









	.main_banner {
		width:100%;
	}


	.info_1_001 {
		display:none;
	}
	
	.outer	{
		width: 95%;	
		margin:0 auto;
	}

	.info_1{
	    justify-content: center!important;
	}
	.info_1_002 {
		width: 100%;
	}

	.map_bot {
		width: 99.5%;
		padding: 30px 0 35px 0;
	}
	#map{
		width:99.5%;
	}		
	.recruit_002 {
		background: #f5f5f5;
		margin: 40px 0 30px 0;
		padding: 50px 80px;
		width: 90%;
		border-radius: 7px;
	}
	.work{
		flex-direction:column;
	}
	.work_01{
		margin:0 0 20px 0;
	}	
	.work_01,
	.work_02 {
		width:100%;
	}
	.cancle_wrap {
		top: 137px;
		left: 0px;
		width: 100%;
		height: 930px;

	}
	.cal_job {
		margin: 1px 3px 3px 3px;
		font-size: 12.2px;
		line-height: 1.4;
		border-radius: 3px;
		padding: 2px 4px 2px 4px;
		width: auto;
	}
	
	.lec_cont {
		width: 70%;
		margin:0 0 0 20px;
	}	
	.lec_info{
		width:100%;

	
	}
	.lec_text {
		width:100%;
	}
	.lec_text li:first-child {
		width: 15%!important;
	}
	.lec_text li {
		width: 85%!important;
	}

}

/**************************************************************************************/
@media all and (max-width:1262px){

.header .inner_wrap .gnbs ul.sub_depth0>li {
    padding: 0 1.5rem;
}


.history_img {
	display:none;
}
.history_hd {
	width:190px;
}
.history_box {
	min-width:340px;
} 


}
/**************************************************************************************/
@media all and (max-width:1210px){

.main_text_wrap{
	width:100%;
    padding: 43rem 2rem 0 2rem;	
	
}
.main_t01{
    font-size: 5rem;
}
.main_t03{
    font-size: 4.5rem;
}
.main_t02{
    font-size: 2.2rem;
}



















	.menu_area {
		width: 88%;
		padding: 40px 0 0;
		margin: 50px auto 0 auto;
	}
	.main_img01 {
		top: 200px;
		right: 0px;
	}	
	.main_img011 {
		width:400px;
		height:390px;
		border-radius:15px;	
		transition: all 0.2s linear;						
	}
	.main_img01 .swiper-slide img {
		width:100%;
	}
	.com_info .text p {
		font-size: 16px;
		line-height:20px;
	}	
	.com_info .text {
		width:50%;
	}	

	
} 

/**************************************************************************************/
@media all and (max-width:1120px){

.footer .outer {
    width: 100%;
}
.footer .outer .footer_01 span {
    font-size: 1.4rem;
}
.footer .outer .footer_01 .copy {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}
	
.footer_01 .mr100 {
    margin-right: 50px;
}	
.footer {
    padding: 5rem 0;
}	
.b_cont > img {
	width:100% !important;
}

	
	
	
	
	
	
	
	
	

	.fm_gnb {
		padding: 10px 0;
	}	
	.menu_lnb0 {
		padding: 0 0px 0 0;
		font-size: 30px;
		color: #fff;
		font-weight: 500;
	    justify-content: center!important;					
		margin:0 0 10px 0;
	}	
	.menu_lnb1 .dep02 a {
		font-size: 19px;
		font-weight: 300;
		color: #fff;
	}	
	.fm_dep01 {
		flex-direction:column;
	    align-items: center!important;		
	    margin-bottom: 20px;
	}		
	.menu_lnb1  {
	    justify-content: center!important;			
	}
	.menu_lnb1 li {
		margin-right: 15px;
	}
	.menu_lnb1 li:last-child{
		margin-right: 0px;	
	}
	.main_hd3 {
		font-size: 35px;
		line-height: 30px;
		margin: 50px 0 50px 0;
	}

	li.din3 img {
		margin: 0 0 30px 0;
		width:23%;
		max-width:80px;
	}	
 	li.din3 p{
 		font-size:1.2rem;
		color: #000;
		font-weight: 700;
		height: 30px;
	}
	li.din3 span{
		font-size:.8rem;	
	} 
	
	.con-main2{
		background:#f8f8f8;
	}
	.main_hd{
		padding:0 10px;
	}

	.main_hd p.main_hd2 {
		font-size: 35px;
		font-weight: 700;
		line-height: 35px;
	}	
	
	.main_img01 {
		position: absolute;
		z-index: 100;
		top: 0px;
		right: 0px;
		width:400px;
	}	

	.main_img01 {
		top: 160px;
		right: 0px;
	}	
	.main_img011 {
		width:400px;
		height:390px;
		border-radius:15px;	
		transition: all 0.2s linear;						
	}
//	.main_img01 .swiper-slide {
//		justify-content: center;
//	}	
	.main_img01 .swiper-slide img {
		object-fit: cover;
	}
	.com_info .text p {
		font-size: 13px;
		line-height:20px;
	}	
	.com_info .text {
		width:40%;
	}	
	.com_info .text p:first-child {
		font-size: 20px;
		font-weight: 700;
		line-height: 32px;
	}	
	.section2 {
		margin: 60px 0 60px 0;
	}	
	.main_outer01 {
		height: 600px;
	}	
} 


/**************************************************************************************/
@media all and (max-width : 1050px){

.header .inner_wrap .gnbs {
	display:none;
}
.header .inner_wrap .top_side .navBtn3 {
	display: block;
}	
.footer .outer .footer_01 span:nth-child(1) {
	display: block;
}	
.s_con {
	padding: 3rem 0rem 5rem 0rem;
}

	
	
	
	
	
	
	
	
	
	


	
	
	
	.main_outer {
		flex-direction:column!important;
	}
	.main_board {
		width: 90%;
	}	
	.main_board:first-child{
		margin:0 0 20px 0;
	}
    .main_board dd span {
        display: block;
    }
	


	.main_vis .swiper-slide .mimg01 img{
		width:100%;
	}
	.main_vis .swiper-slide.swiper-slide-active .mimg01 img,
	.main_vis .swiper-slide.swiper-slide-active .mtext12	
	.main_vis .swiper-slide.swiper-slide-active .mtext11{
		animation : none;
	}
	.main_vis .swiper-slide.swiper-slide-active .mimg01 img{
		position:absolute;
		top:0;
	    left:0;
	}	
/* 	.mainSwiper .swiper-pagination-bullet-active {

		width: 33px;
		transition: all .3s ease;
		border-radius: 6px;
		background: #ffffff;
		opacity: 1;
	}	
	.mainSwiper .swiper-pagination-bullet {
		background: #ffffff;	
		opacity: .4;		
	}	 */
	.recruit_001 {
		font-size: 23px;
	}	
	.recruit_002 li {
		width: 100px;
		height: 100px;
		padding: 15px;
		transition: all 0.2s linear;
	}
	.partner_li{
		width:33.333%;
	}	
	.work_02  img {
		width:100%;
	}
	.lec_photo {
		width: 300px;
		overflow:hidden;
	}
	.lec_photo img {
		width:100%;
	}
	
	
	
	
}



/**************************************************************************************/
@media all and (max-width : 860px){



.footer .footer_01 img {
	width:170px;
}
.footer_01 .mr100 {
	margin-right: 3.5rem;
}
.footer .outer .footer_01 span {

}
.history.w80 {
	width:95%;
}





	
	.main_hd3 {
		font-size: 25px;
		line-height: 25px;
		margin: 40px 0 30px 0;
		letter-spacing:-1px;		
	}	
	.din_outer {
		flex-direction:column;
	}
	li.right_bar {
		border-right:0px solid #e0e0e0;
	}
	li.din3 {
	    width: 100%;
	    margin-bottom: 25px;
	}
	li.din3 img {
		margin: 0 0 15px 0;
		width:50px;
	}		
	.main_outer01 {
    height: auto;
	}
	.main_img01 {
		position: relative;
        z-index: 1;
        top: 0px;
        right: 0px;
        width: 100%;	
		margin:0 0 20px 0;
	}	
	.main_img011 {
		width:100%;
		height:300px;
		border-radius:15px;	
		transition: all 0.2s linear;				
	}
	.main_img01 .swiper-slide img {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	.com_info .text p {
		font-size: 13px;
		line-height:15px;
	}	
	.com_info .text {
		width:80%;
	}	
	.com_info .text p:first-child {
		font-size: 18px;
		font-weight: 700;
		line-height: 22px;
	}		
	
	.main_con2 {
		margin:0 10px;
		flex-direction:column;
	}	
	.section2 {
		margin: 50px 0 40px 0;
	}
	
	.com_info .com_info_ico1, .com_info .com_info_ico2, .com_info .com_info_ico3, .com_info .com_info_ico4 {
		width: 50px;
		height:50px;
		background-size: 45%;
	}	
	.main_hd-2{
		margin:0px 0 31px 0;
	}
	.cs101 {
		display:none;
	}
	.cus_01 {
		margin: 0 0 0 0px;
		width: 100%;
		height: 320px;
		background: #f7f7f7;
		border-radius: 10px;
		padding: 0 0 0 60px;
	}	
	.cus_03 {
		font-size: 28px;
		font-weight: 600;
		padding: 0 0 10px 0;
	}	
	.cus_04 {
		font-size: 15px;
		padding: 10px 0;
	}	

	.board_b th:nth-child(1),
	.board_b th:nth-child(3),	
	.board_b th:nth-child(4),	
	.board_b th:nth-child(5),	
	.board_b td:nth-child(1),
	.board_b td:nth-child(3),	
	.board_b td:nth-child(4),	
	.board_b td:nth-child(5) {
		display:none;
	}
	.board_b th,
	.board_b td {
		width:100%;
	}
	.board_b colgroup{
		display:none;	
	}
	
	.board_bb tr:nth-child(2),	
	.board_bb tr:nth-child(3) {
		display:none;
	}	

	.board_bb th.subject {
	    font-size: 15px!important;
	}
	.b_cont {
		font-size: 14px!important;
	}
	
	.partner_li{
		width:50%;
	}		
	.flw80{
		width:80%;
	}
	.card_t01 {
		font-size: 15px;
	}
	.lec_table2 th{
		font-size: 14px;	
	}	

	.nav-tabs .nav-link {
		padding:10px  5px;
		font-size: 15px;
	}

	.lec_info {
		flex-direction:column!important;
    }
	.lec_photo {
		width: 100%;
		overflow:hidden;
	}
	.lec_cont {
        width: 100%;
        margin: 10px 0 0 0px;
    }	
	
	
	
}	
/**************************************************************************************/
@media all and (max-width : 768px){

.header {
	height: 60px;
}
.header .inner_wrap .logo {
	width: 12rem;
	height: 3.6rem;
	transition: all 0.2s linear;								
}
.header .inner_wrap .top_side .bro_btn {
	padding: .9rem 1.5rem;
	font-size: 1.2rem;
}
.header .inner_wrap .top_side .bro_btn span:first-child {
	margin-right: .8rem;
}	
.header .inner_wrap {
	padding: 0 1rem;
}

#wrapsub {
	padding-top: 6rem;
	transition: all 0.2s linear;										
}
.footer .outer {
     padding: 0 1rem;
}

.footer {
	margin-top: 3rem;
	padding: 1rem 0rem;
}	
.footer .footer_01 {
	flex-direction:column;
	margin-bottom: 1.5rem;
}
.footer .footer_01 img {
	width:120px;
	margin: 1.3rem 0;	
}
.footer_01 .mr100 {
	margin-right: 0px;
}
.footer .outer .footer_01 span {
	font-size: 1.2rem;
	text-align:center;
}
.footer .outer .footer_01 span:first-child,
.footer .outer .footer_01 span:nth-child(2) {
	display:block;
	margin-top:5px;
}
.footer .outer .footer_01 .copy {
	text-align:center;
	font-size: 1.1rem;
	margin-top: 0.5rem;
}
.footer .outer .footer_01 .copy2 {
	display:none;
}
.main_outer {
    padding: 8rem 1rem;
}
.main_hd p {
	font-size: 3rem;
}		
.main_hd span {
    margin-top: 1rem;
    font-size: 1.4rem;
}
.main_din_outer {
    width: 100%;
    align-items: flex-start!important;

	flex-wrap:wrap;
}
.main_board_img_wrap {
    height: 44vw;
    width: 44vw;
}
.main_board_img_wrap2 {
    height: 29vw;
    width: 44vw;
}
.main_din_outer.news>li a p,
.main_din_outer>li a p {
	font-size: 13px;
	width: 44vw;
	margin-top: 1rem;
}
.main_din_outer.news>li span {
    font-size: 12px;
    margin-top: .5rem;
}

.main_din_outer.news>li:nth-child(1),
.main_din_outer.news>li:nth-child(2),
.main_din_outer li:nth-child(1),
.main_din_outer li:nth-child(2) {
	margin-bottom: 2rem;
}
.main_hd2 p.fixed_t01 {
    font-size: 4rem;
}
.main_hd2 p.fixed_t02 {
    font-size: 2rem;
    margin: 2rem 0;
    line-height: 3.3rem;
}
.main_outer2 {
    background-image: url(../img/main/sample03.jpg);
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    height: 45rem;
}
.main_outer.banner {
    padding: 5rem 1rem;
}
.main_hd.banner  {
    margin-bottom: 2rem;
}
.main_scl {
    padding-top: 3rem;
}
.main_hd.banner p {
	font-size: 2.3rem;
}
.history_hd {
	width: 150px;
	font-size: 2.6rem;
}
.history_list li {
    font-size: 14px;
    line-height: 2;
}	
.history_box::after,
.history_wrap:first-child .history_box::after {
    top: 1rem;
}
.history_box::before {
    top: .5rem;
}
.cert_con {
	flex-direction:column;	
}
.certi_hd{
	display:block;
	width:100%;
	font-size: 18px;
	margin:0 0 1.5rem 0;
}	

.certi_hd2 {
    font-size: 18px;
	margin:0 0 1.5rem 0;
}
.table-basic2 th, .table-basic2 td {
    padding: 7px 5px;
    font-size: 14px;	
}
.table-basic2 thead th, .table-basic2 tbody th {
    font-size: 14px;
}
.certi_box {
    padding: 0 0 4rem 0rem;
    overflow: hidden;
    line-height: 2rem;
    font-size: 15px;
    width: 100%;
}	
.wcata_hd {
    font-size: 17px;
    margin-bottom: 2rem;
}	
	
.wcata {
    margin-top: 4rem;
    width: 40vw;
    height: 53vw;
}	
.mr50 {
    margin-right: 20px;
}	
.wcsubj {
    font-size: 15px;
}	
.cscenter {
    padding: 3.3rem 0 3rem;
    margin-top: 4rem;
    text-align: center;
}
.cscenter_hd {
    font-size: 20px;
}
.cscenter_cf {
    font-size: 15px;
}
.cscenter_box {
    padding: 2rem 2.5rem;
    width: 75%;
}

.flow1 {
	height:50px;
	border:1px solid #15839d;
    border-radius: 10px;
	flex-basis:20%;	
    background: #219ebc;	
    font-size: 13px;	
	color:#fff;
	padding:0 .6rem;
	text-align:center;
}
.flow2 {
	height:50px;
	border:1px solid #ddd;
    border-radius: 10px;
	flex-basis:60%;	
	margin:0 .5rem;
    background: #F9FAFC;	
    font-size: 13px;
	padding:0 .6rem;
	text-align:center;	
}
.flow3 {
	height:50px;
	border:1px solid #d79a00;
    border-radius: 10px;
	flex-basis:20%;	
    background: #ffb703;
    font-size: 13px;	
	color:#fff;	
	padding:0 .6rem;	
	text-align:center;	
}
.flow31 {
	height:50px;
	flex-basis:20%;	
}
.dotvert{
	width:4px;
	height:4px;
    border-radius: 4px;
    background: #ddd;
	margin:.3rem;
}
.dotvert:last-child{
	display:none;
}

.main_board_img_wrap3 li {
    height: 10rem;
	width:14rem;
    overflow: hidden;
    transition: all .2s ease;
}










	#wrap{
		padding-top: 61px;
		transition: all 0.2s linear;						
	}

	#header_warp .header {	
		height:60px;
		transition: all 0.2s linear;				
	}
	.header .inner_wrap .top_side {
		margin: 0px 10px 0 0;
	}
	.header .inner_wrap h1 img {
		width:40px;
		transition: all 0.2s linear;				
	}	
	.header .inner_wrap h1 .logo-text {
		font-size: 10px;
		line-height: 10px;
		transition: all 0.2s linear;				
	}		
	.logos {
		margin:0 0 0 5px;
	}	
	.logos img {
		width:36px;
		height:30px;
	}		
	.logos a {
		font-size: 15px;
	}	


	.fm_gnb {
		padding: 0 0 0px 0;
	}
	.menu_area {
		width: 95%;
		padding: 10px 0px 0 0px;
		margin: 20px auto 0 auto;
	}		
	.menu_lnb0 {
	    width: 50%;
		padding: 0 0px 0 0;
		font-size: 20px;
		color: #fff;
		font-weight: 700;
	    justify-content: center!important;					
		margin:0 0 10px 0;
	}	
	.menu_lnb1  {
	    width:100%;
	}	
	.menu_lnb1 .dep02 a {
		font-size: 15px;
		font-weight: 300;
		color: #fff;
	}
	.fm_dep01 {
		width: 100%;
		margin-bottom: 13px;
	}	
	
	.con-main2{
		background:#f8f8f8;
		padding:45px 0 50px 0;
	}
	.main_hd{
		padding:0 10px;
		margin-bottom: 40px;
	}

	.main_hd p.main_hd2 {
		font-size: 25px;
		font-weight: 700;
		line-height: 30px;
		letter-spacing:-1px;
	}	
	.main_scl li {
//		padding: 0px 0px;
//		width: 100px;
	}	
	.main_scl li img {
//		width:100%;
	}
	.main_scl div:first-child {
//	    margin-bottom: 15px;	
	}

	.com_info:hover .text p:first-child {
		color:#3e3e3e;
	}
	.main_hd-2{
		margin:0px 0 31px 0;
	}
		
	.mySwiper1.swiper-vertical {
		touch-action: pan-y;
	}
	
	.sub_vis {
		height: 120px;
		transition: all 0.2s linear;						
	}	
	
	.s_con_hd01 {
		font-size: 25px;
		font-weight: 600;
	}	
	.s_con_hd02 {
		font-size: 11px;
		font-weight: 400;
	}	
	.sub_con_hd {
		font-size: 30px;
		font-weight: 700;
		color: #222;
		margin: 20px 0 50px 0;
		text-align: center;
	}	
	
	
	
	
	.s_con {
		font-size: 14px;
	}
	.info_1_002 p {
		font-size: 25px;
	}	
	.info_1_002 > div.greet {
		font-size: 14px;
		line-height: 1.7;
	}
	.info_greet_sign p{
		font-size: 16px;	
	}
	
	.map_bot p {
		font-size: 16px;
		margin: 0 0 2px 0;
		font-weight: 500;
		letter-spacing:-1px;
	}	
	#map{
		width:99.5%;
	}	

	.recruit_001 {
		font-size: 18px;
	}	
	.recruit_002 li {
		width: 57px;
		height: 57px;
		padding: 7px;
		transition: all 0.2s linear;
	}	
	.recruit_002 p {
		margin: 12px 0 0 0;
		font-size: 13px;
	}	
	.recruit_003 {
		font-size: 13px;	
	}	
	.work_01 {
		font-size: 24px;
	}	
	.work_02 {
		font-size: 14px;
	}		
	.work_02 h1 {
		font-size: 18px;
	}	
	.td_align {
		display: flex;
		align-items: center;
	}

	
	
	.fl_apply_info_list {
		border: 0px 
	}

	.fl_apply_info_list td {
		padding: 10px 5px!important;
	}	
	.fl_apply_info_list colgroup,	
	.fl_apply_info_list thead {
		display: none;	
	}
	
	.fl_apply_info_list tr {
		width:100%;
		border-top: 2px solid #333333;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		
		display: block;
		margin-bottom: 15px;
	}
	
	.fl_apply_info_list td {
		display: block;
		font-size: 14px;
		text-align: right!important;
	}

	.fl_apply_info_list td::before {
		content: attr(data-label); /*data-label을 가상요소 표출*/
		float: left;
		font-weight: 700;
		text-transform: uppercase;
	}	
	.fl_apply_info_list td:last-child {
		border-right: 1px solid #ccc;
	}	
	.fl_apply_info_list td:first-child {
		background:#f9f9f9;
		text-align:center!important;
	}	
	.fl_apply_info_list td:first-child::before,	
	.fl_apply_info_list td:last-child::before {
		content:''; /*data-label을 가상요소 표출*/
	}
	.app_table td,	
	.app_table th{
		font-size: 14px;
	    height: auto;
		padding:10px 0 10px 10px;
		width: 75%;		
	}
	.app_table th{
		padding:10px 0;	
		width: 25%;		
	}	
	
	.cancle_wrap {
		top: 87px;
		left: 0px;
		width: 100%;
		height: 700px;
	}	
	.cancle_hd {
		color: #444;
		font-size: 15px;
		font-weight: 400;
		font-family: 'pretendard';
		line-height: 32px;
	}	
	
	.plan_hd {
		font-size: 20px;
	}	
	.alert_text {
		display:none;
	}
	.fl_plan_top {
		justify-content:center!important;
	}
	
	.cal_job {
		-webkit-line-clamp: 6;
		font-size: 10px;		
	}	
	
	.online_hd {
		padding:0 2px;
		letter-spacing:-0.5px;
	}	
	
	
	
	.fl_apply_text{
		font-size: 14px!important;		
	}
	.tab li a {
		height:69px;
	}

	.fl_main_vis{
		margin-left: 20px;
		padding:0 0 100px 0;
	}

	.swiper-slide .mtext12{
		font-size:40px;	
	}
	.swiper-slide .mtext13{
		font-size:15px;	
	}
	.logot1{
		font-size:12px;
	}
	.logot2{
		font-size:16px;
	}

	
	.side_ban .side_info {
		width:100px;
	}	
	.side_ban .side_info3{
		display:none;
	}	
	
}

/**************************************************************************************/
@media all and (max-width : 660px){


.partner_li a.pboard_img3 {
    height: 57vw;
}
.cscenter_img {
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 6.2rem;
}
.cscenter_txt {
    margin-left: 2rem;
}
.cscenter_txt p {
    font-size: 1.8rem;
}
.cscenter_txt span {
    font-size: 1.3rem;
}
.cscenter_txt strong {
    font-size: 2rem;
	letter-spacing:-1px;
}
.cscenter_hd {
	font-size: 16px;
	padding:0 1rem;
}
.cscenter_cf {
	font-size: 14px;
	line-height: 1.4;
}

.loginf {
	width:100%!important;
}
.loginf label {
    display: none!important;
}
.loginf input {
	width:100%!important;
}




	.main_board {
		width: 85%;
	}	
    .main_board dd span {
        display: none;
    }
	.con-main2 {
		margin-top:40px!important;
	}
	.main_hd3 p {
		display:block;
	}
	.main_hd3 p:last-child{
		font-size: 22px;
		margin-top:5px;
	}
	.main_board .mb_hd {
		font-size: 21px;
		font-weight: 700;
	}	
	.main_board dd {
		font-size: 15px;
		line-height: 30px;
		height: 30px;
	}
	.lec_buttons {
		justify-content: center;
		align-items: center;
		width:100%;
	}	

.partner_li .pboard_img img {
    width: 240px;
    height: 140px;
    margin: 0 auto;
}
.p_board_subject {
	width:240px;
}


}
/**************************************************************************************/
@media all and (max-width : 550px){


.main_text_wrap{
	width:95%;
    padding: 25rem 1rem 0 1rem;	
	
}
.main_t01{
    font-size: 4.7rem;
	text-align:center;
	word-break :normal ;
}
.main_t03{
    font-size: 4.3rem;
	text-align:center;
}
.main_t02{
    font-size: 1.8rem;
	text-align:center;
}

.info_1_002 p {
	font-size: 20px;
}	
.info_1_002 > div.greet {
	font-size: 14px;
	line-height: 1.5;
}
.info_greet_sign p{
	font-size: 16px;	
}
.history_wrap{
	flex-direction:column;
}
.history_hd {
	width: 100%;
	font-size: 2.6rem;
	margin:0 0 1rem 0;
}
.history_list li {
    font-size: 14px;
    line-height: 2;
}	
.history_box::after,
.history_wrap:first-child .history_box::after {
    left: 1rem;
    top: 1rem;
}
.history_box::before {
    left: .4rem;
    top: .7rem;
    width: .7rem;
    height: .7rem;
}
.history_box {
    position: relative;
    padding:0 0 0 10%;
    margin: 0 0 5rem 0;
    width: 90%;
	min-width:240px;	
}
.naver_map span, .kakao_map span {
    font-size: 20px;
    font-weight: 700;
}
.naver_map a, .kakao_map a {
    font-size: 15px;
    font-weight: 600;
}







	.fl_main_vis {
        padding: 0px 0 0 0;
	}
	.partner_li .pboard_img{
		height:130px;
		overflow:hidden;
		border-radius: 7px;
		display:block;
		width:100%;
	}
	.partner_li>div{
		width:90%;	
	}
	.partner_li .pboard_img img {
		width:100%;
		width:100%;		
	}
	.p_board_subject {
		width:40vw!important;
	}
	.p_board_subject,
	.p_board_subject a{
		font-size: 14px;
		
	}
	
	.input_search {
		width: 120px!important;
	}
	.nav-tabs .nav-link {
		padding:10px 0px;
		font-size: 13px;
	}
	
	.priv_agree {
		font-size: 14px;
	}	
	.priv_agree p {
		font-size: 16px;
	}	
	
	.lec_text li:first-child {
        width: 22% !important;
    }
	.lec_text li {
        width: 78% !important;
    }
	
	.table-basic thead th, .table-basic tbody th,
	.table-basic th, .table-basic td	{
		font-size: 13px;
		padding: 5px 5px;
		height: auto;
	}	
	.tab li a,
	.tab li.on a {
		font-size: 15px;
		letter-spacing:-1px
		word-break: break-all;
		word-wrap: break-word;
	}
	

	.main_board dd a {
	    width: 90%; min-width:300px;
	}	

    .footer .footer_02 p:nth-child(1),
    .footer .footer_02 p:nth-child(2),	
    .footer .footer_02 p:nth-child(3) {
        letter-spacing:-1px;
		transition: all 0.2s linear;								
    }	
	.li_sample img {
		width:230px;
	
	}
	
	.pagination .page-item:not(:first-child) {
		margin-left: 0px;
	}	
	
	
	
	
}




