@media (min-width:1200px) {

  .swiper-container2 {
    width: 100%;
    height: 100%;
  }

  .swiper-container2 .swiper-slide-inbox {
    width: 100%;
    height: 100%;
  }

  .swiper-container2 .swiper-slide-inbox .box{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .swiper-container2 .img01{
    position: absolute;
	left:128px;
    top:48px;
	z-index:1;
  }
  .swiper-container2 .img01 img{
    vertical-align:top;
	opacity:0;
	position: relative;
  }


  .swiper-container2 .img02{
    position: absolute;
	left:343px;
    top:200px;
	z-index:2;
  }

  .swiper-container2 .img02 img{
    vertical-align:top;
	box-shadow: 10px 10px rgba(0,0,0,0.3);
	opacity:0;
	position: relative;
  }

  .swiper-container2 .txt{
	position: absolute;
	width:50%;
	right:0px;
	top:0px;
	padding:60px 0 0 60px;
	box-sizing:border-box;
	text-align:left;
	opacity:0;
  }

  .swiper-container2 .txt p:nth-child(1){
	font-size:24px;
	color:#d45713;
	margin-bottom:5px;
  }

  .swiper-container2 .txt p:nth-child(2){
	font-family: 'Chosunilbo_myungjo';
    font-weight: normal;
	font-size:45px;
  }

  .swiper-container2 .txt p:nth-child(2)::after{
    margin: 40px 0;
    display: block;
    width: 126px;
    height: 9px;
    content: "";
    background: linear-gradient(135deg, transparent, transparent 45%, #888, transparent 55%, transparent 100%),linear-gradient(45deg, transparent, transparent 45%, #888, transparent 55%, transparent 100%);
    background-size: 0.4em 0.4em;
    background-repeat: repeat-x, repeat-x;
    line-height: normal;
  }


  .swiper-container2 .txt p:nth-child(3){
	font-size:24px;
	margin-bottom:10px;
  }

  .swiper-container2 .txt p:nth-child(4){
	font-size:16px;
	margin-bottom:30px;
  }


 .swiper-container2 .swiper-slide-inbox .link {
    position: relative;
    color: #393939;
    transition: all 0.3s;
    font-size: 15px;
    padding:0 40px 0 15px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border: 1px solid #393939;
    position: relative;
  }

  .swiper-container2 .swiper-slide-inbox .link:hover {
    color: #d45713;
    border: 1px solid #d45713;
  }

  .swiper-container2 .swiper-slide-inbox .link img {
    position: absolute;
    top:8px;
    right:15px;
    transition: right 0.3s;
  }

  .swiper-container2 .swiper-slide-inbox .link:hover img {
    right:12px;
  }

  




  /*// animation*/
  .swiper-container2 .swiper-slide-active .img01 img {
    animation: foot_left 1s forwards;
    animation-delay: 1s;
  }

  .swiper-container2 .swiper-slide-active .img02 img {
    animation: foot_right 1s forwards;
    animation-delay: 1.5s;
  }

  .swiper-container2 .swiper-slide-active .txt{
    animation: foot_opa 1s forwards;
    animation-delay: 2s;
  }






/* ¹öÆ° */
.swiper-container2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #393939;
}


.swiper-container2 .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #d45713;
}

.swiper-container2 .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}


}

@media (max-width:1199px) {



 .swiper-container2 {
    width: 100%;
    height: 100%;
  }

  .swiper-container2 .swiper-slide-inbox {
    width: 100%;
    height: 100%;
  }

  .swiper-container2 .swiper-slide-inbox .box{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .swiper-container2 .img01{
    position: absolute;
	right:55%;
	margin-right:-115px;
    top:30px;
	z-index:1;
  }
  .swiper-container2 .img01 img{
    vertical-align:top;
	opacity:0;
	position: relative;
	width:230px;
  }


  .swiper-container2 .img02{
    position: absolute;
	right:40%;
	margin-right:-95px;
    top:50px;
	z-index:2;
  }

  .swiper-container2 .img02 img{
    vertical-align:top;
	box-shadow: 10px 10px rgba(0,0,0,0.3);
	opacity:0;
	position: relative;
	width:190px;
  }

  .swiper-container2 .txt{
	position: absolute;
	width:90%;
	right:5%;
	bottom:25px;
	padding:50px 20px 30px 20px;
	box-sizing:border-box;
	text-align:center;
	opacity:0;
	background:#fff;
  }

  .swiper-container2 .txt p:nth-child(1){
	font-size:12px;
	color:#d45713;
	margin-bottom:5px;
  }

  .swiper-container2 .txt p:nth-child(2){
	font-family: 'Chosunilbo_myungjo';
    font-weight: normal;
	font-size:24px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .swiper-container2 .txt p:nth-child(2)::after{
    margin: 15px auto;
    display: block;
    width: 115px;
    height: 5px;
    content: "";
    background: linear-gradient(135deg, transparent, transparent 45%, #888, transparent 55%, transparent 100%),linear-gradient(45deg, transparent, transparent 45%, #888, transparent 55%, transparent 100%);
    background-size: 0.4em 0.4em;
    background-repeat: repeat-x, repeat-x;
    line-height: normal;
  }


  .swiper-container2 .txt p:nth-child(3){
	font-size:14px;
	margin-bottom:10px;
  }

  .swiper-container2 .txt p:nth-child(4){
	font-size:12px;
	margin-bottom:15px;
  }
  .swiper-container2 .txt p:nth-child(4) br{
	display:none;
  }

  .swiper-container2 .swiper-slide-inbox .link {
    position: relative;
    color: #393939;
    transition: all 0.3s;
    font-size: 15px;
    padding:0 40px 0 15px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border: 1px solid #393939;
    position: relative;
  }

  .swiper-container2 .swiper-slide-inbox .link:hover {
    color: #d45713;
    border: 1px solid #d45713;
  }

  .swiper-container2 .swiper-slide-inbox .link img {
    position: absolute;
    top:8px;
    right:15px;
    transition: right 0.3s;
  }

  .swiper-container2 .swiper-slide-inbox .link:hover img {
    right:12px;
  }




  /*// animation*/
  .swiper-container2 .swiper-slide-active .img01 img {
    animation: foot_left 1s forwards;
    animation-delay: 1s;
  }

  .swiper-container2 .swiper-slide-active .img02 img {
    animation: foot_right 1s forwards;
    animation-delay: 1.5s;
  }

  .swiper-container2 .swiper-slide-active .txt{
    animation: foot_opa 1s forwards;
    animation-delay: 2s;
  }



/* ¹öÆ° */
.swiper-container2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #393939;
}


.swiper-container2 .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #d45713;
}

.swiper-container2 .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}


 

}
