@media (min-width:1200px) {


	#sub_menu {
		width: 1200px;
		border: 1px solid #cccccc;
		font-size:0px; background:#fff;
		position:absolute;
		left:50%;
		margin-left:-600px;
		top:-51px;
		z-index:2;
	}

	#sub_menu  .swiper-button-prev{
    background: url(/img/arrows.png) center left;
		width: 50px; height:50px;
	}
	#sub_menu  .swiper-button-next{
		background: url(/img/arrows.png) center right;
		width: 50px; height:50px;
	}



	   .sm01 {

	   }

	   .sm01 a {
		 display: inline-block;
		 width: 100%;
		 padding: 0px;
		 height:100px;
		 line-height:100px;
		 text-align: center;
		 font-size: 14px;
		 color: #393939;
		 transition: all 0.3s;
	   }

	   .sm01:hover a{
		 background: #efefef;
		 color: #d47011;
	   }

	   .sm01 .box{
		 line-height:normal;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:20px;
	   }
	   .sm01 .box span{
		 display:block;
		 font-family: 'Chosunilbo_myungjo';
		 font-weight: normal;
		 font-size:24px;
		 font-style:italic;
		 margin-bottom:5px;
		 text-decoration:underline;
	   }


	.swiper-container3 {
		width: 100%;
		height: 100%;
		overflow:hidden;
	}

	.swiper-container3  .swiper-wrapper{
		width: 100%;
		height: 100%;

	}



	/* ¹öÆ° */
	.swiper-container3 .swiper-pagination-bullet {
		background: #fff;
	}


	.swiper-container3 .swiper-pagination-bullet-active {
		background: #ffee00!important;
	}


	.swiper-container3 .swiper-pagination {
		top: -15px!important;
		left: 0!important;
		width: 100%!important;
		text-align: center!important;
		bottom:inherit!important;
	}

	.swiper-container3 .swiper-button-next{
		right:-50px;
	}
	.swiper-container3 .swiper-button-prev{
		left:-50px;
	}


}

@media (max-width:1199px) {



		#sub_menu {
			width: 100%;
			border-top: 5px solid #eaeaea;
			border-bottom: 5px solid #eaeaea;

			font-size:0px; background:#fff;
			z-index:1;
			position: relative;
		}


	   .sm01 {

	   }

	   .sm01 a {
		 display: inline-block;
		 width: 100%;
		 padding: 0px;
		 height:50px;
		 line-height:50px;
		 text-align: center;
		 font-size: 14px;
		 color: #393939;
		 transition: all 0.3s;
	   }

	   .sm01:hover a{
		 background: #efefef;
		 color: #d47011;
	   }

	   .sm01 .box{
		 line-height:normal;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:14px;
		 width:100%;
		 padding:0 10px;
		 box-sizing:border-box;
		 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	   }
	   .sm01 .box span{
		 display:inline-block;
		 font-family: 'Chosunilbo_myungjo';
		 font-weight: normal;
		 font-size:16px;
		 font-style:italic;
		 margin-right:5px;
		 text-decoration:underline;
	   }


	.swiper-container3 {
		width: 100%;
		height: 100%;
		overflow:hidden;
	}

	.swiper-container3  .swiper-wrapper{
		width: 100%;
		height: 100%;

	}



	/* ¹öÆ° */
	.swiper-container3 .swiper-pagination-bullet {
		background: #fff;
	}


	.swiper-container3 .swiper-pagination-bullet-active {
		background: #ffee00!important;
	}


	.swiper-container3 .swiper-pagination {
		top: -15px!important;
		left: 0!important;
		width: 100%!important;
		text-align: center!important;
		bottom:inherit!important;
	}

	.swiper-container3 .swiper-button-next{
		display:none;
	}
	.swiper-container3 .swiper-button-prev{
		display:none;
	}




}
