@charset "utf-8";

.mvisual	{
	width:100%;height:460px;margin:0px 0 0 0;position:relative;
	background:#cce4ff url("") center top no-repeat;
}

.section0 {margin:0px 0 0px 0;} /* 메인배너 및 바로가기 */
.section1 {padding:50px 0 30px 0 ;} /* 청소년 정보센터, 청소년 뉴스 */
.section2 {margin:30px 0 0px 0;}  /*지도 시설, 이용공간 */
.section3 {padding:0px 0 30px 0;} /* 최신등록프로그램*/
.section4 {padding:0px 0 0px 0;min-height:550px;background: url("../img/main/bg_map1.png") center top repeat-y;}
.section5 {padding:50px 0 0px 0;} /* 나에게 딱 맞는 프로그램 찾기 */
.section6 {padding:30px 0 30px 0;margin-bottom:20px;border-bottom:3px dotted #dedede;} /* 메일링 */

.mv_mousewheel {position:absolute;bottom:80px;left:50%;margin-left:-30px;width:60px;height:auto;z-index:99;transition: 0.3s;}
.mv_mousewheel img {width:100%;height:auto;}

.mv_mousewheel {

    -webkit-animation: solidpower1 .5s 1s infinite linear alternate;
    -moz-animation: solidpower1 .5s 1s infinite linear alternate;
    -ms-animation: solidpower1 .5s 1s infinite linear alternate;
    -o-animation: solidpower1 .5s 1s infinite linear alternate;
    animation: solidpower1 .5s 1s infinite linear alternate;


}




/*/////////////////////// 메인이미지 배너 */
/*/////////////////////// 메인이미지 배너 */
/*
.mainv_wrap {position:relative;min-height:640px;}
.mainv_wrap:before {content:'';position:absolute;top:0;left:50%;width:200%;height:calc(100% + 3rem);margin-left:calc(-62.5rem - 12rem);border-radius:5rem 0 0 5rem;background-color:#EEF9F9;z-index:-1}
*/

.mainv_wrap {position : relative;}
.mainv_wrap:before {
	content : "";
	display: block;
    position: absolute;
    width: 75%;
    height: 100%;
    right: 0;
    bottom: 0;
	background-color: #eef9f9; /* 원하는 색깔로*/
	border-radius : 100px 0 0 100px ; /* 50을 모양에 맞게 바꿔 */
	z-index:-1;
}

.mainp_wrap {position : relative;}
.mainp_wrap:before {
	content : "";
	display: block;
    position: absolute;
    width: 60%;
    height: 95%;
    right: 20%;
    left:20%
    bottom: 0;
	background-color: #f6f6f6; /* 원하는 색깔로*/
	border-radius : 100px ; /* 50을 모양에 맞게 바꿔 */
	z-index:-1;
}


.mainm_wrap {position : relative;}
.mainm_wrap:before{
	content : "";
	display: block;
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0;
    bottom: 0;
	background-color: #eef9f9; /* 원하는 색깔로*/
	border-radius :0 100px 100px 0; /* 50을 모양에 맞게 바꿔 */
	z-index:-1;
}
/*.main_v1 {min-height:640px; background: url("<?php echo G5_THEME_IMG_URL;?>/main/bg_maint1.png") right center no-repeat;}*/

.maintop1 {margin-top:170px;}

.main_v1 {min-height:670px;}
.main_v1 {}
.main_v1 .mleft1 {float:left;width: 700px;;min-height:554px;margin-top:50px;} /* 700x554 */
.main_v1 .mright1 {float:right;width: calc(50% - 30px);margin:50px 0px 30px 0px;}
/*
.main_v1 .mright1 .maintimg1 {width:100%;height:auto;}
.main_v1 .mright1 .maintimg1 img {width:100%;height:auto;border-radius:5px;}
*/
.main_v1 .mright1 .maintimg1 {width:100%;min-height:390px;}
.main_v1 .mright1 .maintimg1 {background: url("/theme/daitda2/img/main/mainbg2.png") center top no-repeat;z-index:-1;}
.main_v1 .mright1 .maintimg1 img {position:absolute;z-index:3;right:25px;top:35px;animation: txt_ani2 3s ease-in 0.5s infinite alternate forwards ;}

@keyframes txt_ani2 {
	from {opacity: 1;transform:translateY(20px);}
	10%{opacity: 1;transform:translateY(0);}
	20%{opacity: 1;transform:translateY(10px);}
	50%{opacity: 1;transform:translateY(0);}
	90%{opacity: 1;transform:rotate(0deg);}
	to{opacity: 1;transform:rotate(0deg);}
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper4 .swiper-slide {background: transparent;}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.mySwiper3  {border-radius:5px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
.mySwiper3 .swiper-pagination {
	display:inline-block;width:80px;
	background-color:#fff;border-radius:20px;padding:10px;margin:10px 10px 10px 20px;  
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.mySwiper3 .swiper-button-next {
  background: url("/theme/daitda2/img/main/arrow_forward.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  top:94% !important;left:160px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mySwiper3 .swiper-button-prev {
  background: url("/theme/daitda2/img/main/arrow_back.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  top:94% !important;left:120px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.mySwiper3 .go1 a {
  position:absolute;z-index:9;
  background: url("/theme/daitda2/img/main/menu.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  bottom:18px !important;left:210px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.mySwiper3 .go1 a span {display:none;}

.mySwiper3 .swiper-button-next::after,
.mySwiper3 .swiper-button-prev::after,
.mySwiper3 .swiper-navigation-icon
{
  display: none;
}
.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}


/* 메인이미지 배너 ///////////////////////*/
/* 메인이미지 배너 ///////////////////////*/

/*/////////////////////// 최신 프로그램 리스트 */
/*/////////////////////// 최신 프로그램 리스트 */

.mySwiper4 { position:relative;}
.mySwiper4  .swiper-slide {

	flex-direction: column;
	padding:0px;
	text-align: center;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom:60px;	
}	
.mySwiper1:hover .swiper-slide, 
.mySwiper2:hover .swiper-slide  {
 /*box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);*/
}


.mySwiper4 .pric_text1 {
	text-align:left;
	min-height:180px;
	width:100%;
	transition: 0.3s;
	background-color:#fff;
    text-align: left;
    line-height: 1.6;
    min-height: 50px;
	letter-spacing:-0.05em;

	
}
.mySwiper4 .pric_text1 strong { 

    font-family: "Paperlogy", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    font-size: 20px;
    line-height: 1.4;
	margin-bottom:20px;
	height: 55px;
    letter-spacing: -0.025em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.3s;


}
.mySwiper4 .pric_text1 strong em {
	font-style:normal;
	display:block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.mySwiper4 .pric_text1 .ext { 
	transition: 0.3s;
    height: 52px;
	font-size: 15px;
	letter-spacing: -0.025em;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color:#888;

}
.mySwiper4 .pric_text1 .price { transition: 0.3s;font-size:15px;display:block;margin-top:20px;}

.mySwiper4 .swiper-button-next {
  background: url("/theme/daitda2/img/main/arrow_forward.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  top:595px !important;left:43px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index:11;
}

.mySwiper4 .swiper-button-prev {
  background: url("/theme/daitda2/img/main/arrow_back.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  top:595px !important;left:0px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index:11;
}
.mySwiper4 .go1 a  {
  position:absolute;z-index:9;
  background: url("/theme/daitda2/img/main/menu.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  top:573px !important;left:90px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index:11;
}
.mySwiper4 .go1 a span  {display:none;}


.mySwiper4 .swiper-button-next::after,
.mySwiper4 .swiper-button-prev::after,
.mySwiper4 .swiper-navigation-icon,
{
  display: none;
}

/* 최신 프로그램 리스트  ///////////////////////*/
/* 최신 프로그램 리스트 ///////////////////////*/

/*/////////////////////// 청소년 정보와 소식 */
/*/////////////////////// 청소년 정보와 소식 */
.mySwiper1, .mySwiper2 { padding-bottom:60px !important;}	

/* swiper */

.mySwiper1 .swiper-slide, .mySwiper2  .swiper-slide {

	flex-direction: row;
	border-radius:5px;
	border:1px solid #aaa;
	padding:20px;

}	
.mySwiper1:hover .swiper-slide, 
.mySwiper2:hover .swiper-slide  {
 /*box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);*/
}

.mySwiper1 .latest_cate1, .mySwiper2 .latest_cate1 {
    display: table;
    padding: 5px 10px;
    border: 1px solid #007aff;
    background-color: #007aff;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 15px;
	line-height:1.2;
}

.mySwiper1 .pric_text1, .mySwiper2 .pric_text1 {
	text-align:justify;
	min-height:180px;
	
	transition: 0.3s;
	background-color:#fff;
    text-align: left;
    line-height: 1.6;
    min-height: 50px;
	letter-spacing:-0.05em;

	
}
.mySwiper1 .pric_text1 strong, .mySwiper2 .pric_text1 strong { 

    font-family: "Paperlogy", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    font-size: 20px;
    line-height: 1.4;
	margin-bottom:20px;
	height: 55px;
    letter-spacing: -0.025em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.3s;


}
.mySwiper1 .pric_text1 strong em, .mySwiper2 .pric_text1 strong em {
	font-style:normal;
	display:block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.mySwiper1 .pric_text1 .ext, .mySwiper2 .pric_text1 .ext { 
	transition: 0.3s;
    height: 52px;
	font-size: 15px;
	letter-spacing: -0.025em;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color:#888;

}
.mySwiper1 .pric_text1 .price, .mySwiper2 .pric_text1 .price { transition: 0.3s;font-size:15px;display:block;margin-top:20px;}


.mySwiper1 .swiper-button-next, .mySwiper2 .swiper-button-next {
  background: url("/theme/daitda2/img/main/arrow_forward.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  top:94% !important;left:43px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index:11;
}

.mySwiper1 .swiper-button-prev, .mySwiper2 .swiper-button-prev {
  background: url("/theme/daitda2/img/main/arrow_back.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  top:94% !important;left:0px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index:11;
}
.mySwiper1 .go1 a, .mySwiper2 .go1 a  {
  position:absolute;z-index:9;
  background: url("/theme/daitda2/img/main/menu.svg") no-repeat;
  background-size: 60% auto;
  background-position: center;
  background-color:#fff;
  width:37px;height:37px;border-radius:20px;
  bottom:5px !important;left:90px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index:11;
}
.mySwiper1 .go1 a span, .mySwiper2 .go1 a span {display:none;}

.mySwiper1 .swiper-button-next::after,
.mySwiper1 .swiper-button-prev::after,
.mySwiper1 .swiper-navigation-icon,
.mySwiper2 .swiper-button-next::after,
.mySwiper2 .swiper-button-prev::after,
.mySwiper2 .swiper-navigation-icon,
{
  display: none;
}
/* 청소년 정보와 소식 ///////////////////////*/
/* 청소년 정보와 소식  ///////////////////////*/

/*/////////////////////// 맵관련 */
/*/////////////////////// 맵관련 */


.tab_menu {list-style: none; padding: 0; margin-bottom: 20px; }
.tab_menu li a { 
    display: inline-block; 
    padding: 10px 20px; 
    background: #dedede; 
    text-decoration: none; 
    color: #333; 
    border-radius: 5px;
	margin-bottom:10px;
}
/* 활성화된 탭 스타일 */
.tab_menu li a.active { 
    background: #007aff; 
    color: #fff; 
    font-weight: bold; 
}

.tab_content .lay1 a {transition: 0.3s;}
.tab_content .lay1:hover a {color:tomato;}

.box-infor {min-height:380px;padding:20px 0 30px 0;}
.box-infor .list_left1 {float:left;width:200px;}
.box-infor .list_left2 {float:left;width:1200px;}

.section2 .box-map {
    margin:0px 0;
    padding:50px 0 50px 0;
}
.section2 .box-map .map {
    background-image:url("/theme/daitda2/img/main/main_map620x425t.png");
    background-repeat: no-repeat;
	background-position: bottom 0px right 0px;
	width: 50%;
    height: 480px;
    margin:0;
	position: relative;
	float:left;
	
}

.map .lay1 {
	position:absolute;
	font-family: "Paperlogy", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    font-size: 18px;
    line-height: 1.4;
    transition: 0.3s;
	text-align:center;


}
.map .layer00 {display:block;left:100px;top:50px;z-index:3;}
.map .layer01 {display:block;right:90px;bottom:100px;z-index:3;}
.map .layer02 {display:block;right:250px;bottom:150px;z-index:3;}
.map .layer03 {display:block;right:190px;bottom:90px;z-index:3;}
.map .layer04 {display:block;right:150px;bottom:270px;z-index:3;}
.map .layer05 {display:block;right:400px;bottom:200px;z-index:3;}

.map .lay1 .mapb {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 16px;
	width:50px;height: 50px;
	background-image: url("/theme/daitda2/img/main/map_bubble1.png");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 50px 50px;
}


.section2 .box-map .map_list {
    background:transparent;
    width: 50%;
    height: 520px;
    margin:0;
	padding-left:50px;
	position: relative;
	float:left;
}



/* 맵관련 ///////////////////////*/
/* 맵관련 ///////////////////////*/


/*/////////////////////// 메인 검색관련 */
/*/////////////////////// 메인 검색관련 */



.selectbox1 {
	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content :center;


}
.bo_sch_wrap {background:#f9f9f9; padding:30px 20px; border:1px solid #ddd;border-radius: 5px;margin-bottom:50px;box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);}
.bo_sch_wrap select {
  display: none;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    /*clear: both;*/
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
	margin:0px 10px;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: calc(20%) !important;

}

.selectbox1 .sch_btn {
	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content :center;

    height: 42px;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 30px;
    border-radius: 5px;
    border: solid 1px #1a3668;
	background-color:#1a3668;
	vertical-align:center;
    font-size: 15px;
	color:#fff;
	transition: 0.3s;

}

.selectbox1 .sch_btn i {
	vertical-align:center;
    font-size: 24px;
	transition: 0.3s;

}


.selectbox1 .sch_btn:hover {border: solid 1px tomato;background-color:tomato;color:#fff;}
.selectbox1 .sch_btn:hover i {color:#fff;}


/* 메인 검색관련  ///////////////////////*/
/* 메인 검색관련  ///////////////////////*/







.main_title {
	margin:0px auto 30px auto;padding:0px 0 20px 0;
	font-family: "Paperlogy", sans-serif;
    font-weight: 700;
    display: table;
    font-size: 30px;
    line-height: 1.4;
    transition: 0.3s;	
	color:#a36450;border-bottom:3px dotted #c2978a;
    text-align: center;
	
}
.main_title em {font-style:normal;display:block;font-size:20px;text-align:center;color:#aaa;}
.main_title.color1 {color:#a36450;border-bottom:3px dotted #c2978a;}
.main_title.color2 {color:#007aff;border-bottom:3px dotted #64aeff;}
.main_title.color3 {color:#333;border-bottom:3px dotted #aaa;}

.main_title.margin1 {padding-top: 50px; margin-bottom: 50px;}
.main_title a span {transition: 0.3s;}
.main_title a:hover span {color:#ff7633}

.maintitle1 {
	display:block;
	margin:0px 0px 20px 0px;padding:0px 0 0 0;
	
}
.maintitle1 i {font-size:26px;color:#888;margin-right:10px;padding:0px;}
.maintitle1 img {width:24px;height:auto;margin-left:8px;}
.maintitle1 a {

	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content :left;

}
.maintitle1 span {margin:0px;font-size:20px;color:#333;font-weight:700;letter-spacing:-0.05em;transition: 0.3s;}
.maintitle1 a:hover span {color:#ff7633}

.maintitle2 {
	display:block;
	margin:0px 0px 24px 0px;padding:0px 0 0 0;
}
.maintitle2 i {font-size:22px;color:#888;margin-right:10px;padding:0px;}
.maintitle2 img {width:20px;height:auto;margin-left:8px;}
.maintitle2 a {

	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content :left;

}
.maintitle2 span {margin:0px;font-size:18px;color:#333;font-weight:700;letter-spacing:-0.05em;transition: 0.3s;}
.maintitle2 a:hover span {color:#ff7633}





.main_list {
	padding:20px 20px 0 20px;
	line-height:1.6; font-size:16px;font-weight:400;letter-spacing:-0.025em;
}
.main_list li {margin-bottom:2px;}
.main_list a {display:block;transition: 0.3s;line-height:1.4;

	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content :left;


}
.main_list a:hover {color:#fb8100;}
.main_list a .date {margin:3px 0 4px auto;font-size:15px;}
.main_list a .txt {	
	margin:3px auto 4px 0;
	width:80%;
	display:inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.s_part07 { position:relative;}
.s_part07 ul			{display:block;list-style: none;margin:10px -10px;padding:0px;text-align:center;}
.s_part07 ul 			{*zoom:1;} /* IE5.5~7 브라우저 대응 Hack */
.s_part07 ul:after		{content: ".";display: block;height: 0;clear: both;visibility: hidden;}	
.s_part07 ul li			{float:left;padding:0px;padding-left:10px;padding-right:10px;margin:0px;margin-bottom:20px;box-sizing:border-box;}
.s_part07 ul li			{width:calc(100%/5);} 
.s_part07 ul li a			{
	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content :center;
	width:100%;height:100px;
	background-color:#fff;
	overflow:hidden;
	transition: 0.3s;
    border: 1px solid #dedede;
    border-radius:10px;

	opacity:1;transition: 0.3s;line-height:1.6;

}
.s_part07 ul li a	i		{font-size:48px;font-weight:400;color:#666;transition: 0.3s;}
.s_part07 ul li a:hover			{
	border: 1px solid #00aca8;
	-moz-box-shadow: 0px 1px 20px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 1px 20px rgba(0,0,0,0.12);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);

}
.s_part07 ul li a:hover	i	{font-size:48px;font-weight:700;color:#00aca8;}
.s_part07 ul li span		{display:block;margin-top:10px;font-size:16px;font-weight:700;color:#666;letter-spacing:-0.05em;opacity:0.8;}




.service_p .service_p1				{list-style:none;margin:20px -10px;padding:0px;text-align:center;zoom:1}
.service_p .service_p1 				{*zoom:1;} /* IE5.5~7 브라우저 대응 Hack */
.service_p .service_p1:after		{content:"";display: block;height: 0;clear: both;visibility: hidden;}	
.service_p .service_p1 li			{float:left;padding-left:10px;padding-right:10px;margin:0px;margin-bottom:20px;box-sizing:border-box;} 
.service_p .service_p1 li			{width:calc(100%/5);} 

.service_p .service_p1 li .data1	{display:block;padding:10px 0 15px 0;} 
.service_p .service_p1 li a { display:block;background-color:#fff;border:1px solid #ddd;border-radius:5px;min-height:100px;transition: 0.3s;}
.service_p .service_p1 li a i {margin-top:20px;font-size:36px;transition: 0.3s;color:#666;}


.service_p .service_p1 li a em	{display:block;color:#333;margin:0px 0 0px 0;font-style:normal;font-size:16px;margin:0 0 8px 0;font-weight:700;letter-spacing: -0.05em;
	display:block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

	transition: 0.3s;
}

.service_p .service_p1 li:nth-child(5n+1) {clear:both;}


.service_p .service_p1 li:hover a	{background-color:#00aca8;color:#fff;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);} 
.service_p .service_p1 li:hover a i {color:#fff;} 
.service_p .service_p1 li:hover a em {color:#fff;} 


/* youtube */
lite-youtube {margin:0px auto;}


@media screen and (max-width:1280px){

    .main_v1 .mleft1 {float:left;width: 50%;;min-height:554px;margin-top:40px;} /* 700x554 */
    .main_v1 .mright1 {float:right;width: calc(50% - 30px);margin:40px 0px 30px 0px;}
    /*
    .main_v1 .mright1 .maintimg1 {width:100%;height:auto;}
    .main_v1 .mright1 .maintimg1 img {width:100%;height:auto;border-radius:5px;}
    */
    .main_v1 .mright1 .maintimg1 {width:100%;min-height:390px;}
    .main_v1 .mright1 .maintimg1 {background: url("/theme/daitda2/img/main/mainbg1t.png") left top no-repeat;z-index:-1;background-size:cover;}
    .main_v1 .mright1 .maintimg1 img {position:absolute;z-index:3;right:5px;top:35px;animation: txt_ani2 3s ease-in 0.5s infinite alternate forwards ;}

    .mainv_wrap {position : relative;}
    .mainv_wrap:before{
        content : "";
        position: absolute;
        width : 100%;
        height : 100%;
        bottom : 0;
        top:0;
        left: 0%;
        background-color: #eef9f9; /* 원하는 색깔로*/
        border-radius : 100px 0 0 100px ; /* 50을 모양에 맞게 바꿔 */
        z-index:-1;
    }


    .mainm_wrap {position : relative;}
    .mainm_wrap:before{
        content : "";
        position: absolute;
        width : 100%;
        height : 100%;
        bottom : 0;
        top:0;
        right: 0%;
        background-color: #eef9f9; /* 원하는 색깔로*/
        border-radius :0 100px 100px 0; /* 50을 모양에 맞게 바꿔 */
        z-index:-1;
    }
    .box-infor .list_left1 {float:none;width:100%;}
    .box-infor .list_left2 {float:none;width:100%;}

}



@media screen and (max-width:1790px){
  
}
@media screen and (max-width:1360px){



}
@media screen and (max-width:1024px){










}
@media screen and (max-width:960px){
    .maintop1 {margin-top:80px;}

	.section0 {padding:0px 0px 0px 0px;} /* 최신등록프로그램*/
	.section1 {padding:50px 30px 0px 30px;} /* 최신등록프로그램*/
	.section2 {padding:30px 30px 0px 30px;} /* 최신등록프로그램*/
	.section3 {padding:0px 30px 30px 30px;} /* 최신등록프로그램*/
	.main_v1 .mleft1 {float:none;width: 100%;;min-height:354px;margin-top:0px;} /* 700x554 */
	.main_v1 .mright1 {float:none;width: 100%;margin:40px 0px 30px 0px;padding:0 30px;}

	.mySwiper3 .swiper-button-next {
	  top:90% !important;left:160px !important;
	}

	.mySwiper3 .swiper-button-prev {
	  top:90% !important;left:120px !important;
	}

	.mainv_wrap:before{
		content : "";
		position: absolute;
		width : 100%;
		height : 100%;
		bottom : 0;
		top:0;
		left: 0%;
		background-color: #eef9f9; /* 원하는 색깔로*/
		border-radius : 0px 0 0 0px ; /* 50을 모양에 맞게 바꿔 */
		z-index:-1;
	}

    .mainp_wrap:before {
        content : "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        left:0;
        bottom: 0;
        background-color: transparent; /* 원하는 색깔로*/
        border-radius : 0px ; /* 50을 모양에 맞게 바꿔 */
        z-index:-1;
    }



	.main_v1 .mright1 .maintimg1 {width:100%;min-height:250px;}
	.main_v1 .mright1 .maintimg1 {background: url("/theme/daitda2/img/main/mainbg1t.png") left top no-repeat;background-size: 400px;z-index:-1;}
	.main_v1 .mright1 .maintimg1 img {position:absolute;z-index:3;width:100px;right:25px;top:50px;animation: txt_ani2 3s ease-in 0.5s infinite alternate forwards ;}

	.s_part07 ul li			{width:calc(100%/5);} 


	.nice-select {
		-webkit-tap-highlight-color: transparent;
		background-color: #fff;
		border-radius: 5px;
		border: solid 1px #e8e8e8;
		box-sizing: border-box;
		/*clear: both;*/
		cursor: pointer;
		display: inline-block;
		float: left;
		font-family: inherit;
		font-size: 13px !important;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
		outline: none;
		margin:0px 0px;
		padding-left: 15px !important;
		padding-right: 30px;
		position: relative;
		text-align: left !important;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		white-space: nowrap;
		width: calc(30%) !important;

	}

	.selectbox1 .sch_btn {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content :center;

		height: 40px;
		width:60px;
		line-height: 1.2;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 5px;
		border: solid 1px #333;
		background-color:#333;
		vertical-align:center;
		font-size: 13px;
		color:#fff;
		transition: 0.3s;

	}

	.selectbox1 .sch_btn i {
		display:none;
		vertical-align:center;
		font-size: 24px;
		transition: 0.3s;

	}

	.mySwiper4 .swiper-button-next {
	  width:37px;height:37px;border-radius:20px;
	  top:625px !important;left:43px !important;
	  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	  z-index:11;
	}

	.mySwiper4 .swiper-button-prev {
	  width:37px;height:37px;border-radius:20px;
	  top:625px !important;left:0px !important;
	  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	  z-index:11;
	}
	.mySwiper4 .go1 a  {
	  width:37px;height:37px;border-radius:20px;
	  top:603px !important;left:90px !important;
	  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	  z-index:11;
	}
	.box-infor .list_left1 {float:none;width:100%;}
	.box-infor .list_left2 {float:none;width:100%;}

	.list_left1 .tab_menu li {display:inline-block;}

	.mySwiper1 .swiper-pagination {display:none;}
	.mySwiper2 .swiper-pagination {display:none;}
	
	.section2 .box-map .map {
		background-image:none;
		background-repeat: no-repeat;
		background-position: bottom 0px right 0px;
		width: 100%;
		height: 60px;
		margin:0;
		position: relative;
		float:none;
		
	}
	.map ul {justify-content: flex-start !important;}
	.map .lay1 {
		display:none;
	}
	.section2 .box-map .map_list {
		background:transparent;
		width: 100%;
		height: auto;
		padding-left:0px;
		float:none;
	}	
	.owl-carousel {padding:0 30px 20px 30px;}
	
}
@media screen and (max-width:768px){

}
@media screen and (max-width:640px){

}
@media screen and (max-width:480px){



    .main_title {font-size: 20px;}
    .main_title em {font-size:16px;}
    .main_title.margin1 {padding-top: 10px; margin-bottom: 30px;}
	.s_part07 ul li			{width:calc(100%/3);} 
	
	
	.mySwiper1 .pric_text1 strong, 
	.mySwiper2 .pric_text1 strong { height: 42px;font-weight: 700;font-size: 16px;}
	.mySwiper1 .pric_text1 .ext, 
	.mySwiper2 .pric_text1 .ext {height: 42px;font-size: 14px;}
	.mySwiper1 .pric_text1 .price, 
	.mySwiper2 .pric_text1 .price { font-size:14px;}
	
	.mySwiper4 .swiper-slide .gall_text_href {margin: 20px 0 10px 0;}	
	.mySwiper4 .swiper-slide .bo_tit {font-size: 16px;height:45px;}



	.mySwiper1 .swiper-button-next,
	.mySwiper1 .swiper-button-prev,
	.mySwiper2 .swiper-button-next,
	.mySwiper2 .swiper-button-prev,
	.mySwiper4 .swiper-button-next,
	.mySwiper4 .swiper-button-prev,
	.mySwiper1 .go1 a, .mySwiper2 .go1 a,.mySwiper4 .go1 a {display:none;}

	.mySwiper4  .swiper-slide {
		padding-bottom:30px;	
	}	




}