@charset "utf-8";

/*main start*/

#main .sec1_slider .swiper-slide.img1{background: url(../img/sub1/image1.jpg) no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img2{background: url(../img/sub1/image2.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img3{background: url(../img/sub1/image3.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img4{background: url(../img/sub1/image4.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img5{background: url(../img/sub1/image5.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img6{background: url(../img/sub1/image6.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img7{background: url(../img/sub1/image7.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img8{background: url(../img/sub1/image8.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img9{background: url(../img/sub1/image9.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img10{background: url(../img/sub1/image10.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img11{background: url(../img/sub1/image11.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img12{background: url(../img/sub1/image12.jpg)no-repeat 50% 50%; background-size: cover;}
#main .sec1_slider .swiper-slide.img13{background: url(../img/sub1/image13.jpg)no-repeat 50% 50%; background-size: cover;}

/*main end*/
section div .subject { margin-bottom: 60px; }

/*intro start*/


#intro { position: relative; }
#intro > img:nth-of-type(1) { position: absolute; }
#intro > img:nth-of-type(2) { position: absolute; right: 0px; bottom: 0px; }

#intro .intro_in { position: relative; max-width: 1200px; padding: 0px 20px; margin: 0px auto;}

section div .subject > p { margin: 0px 0px 20px; font-size: 14px; line-height: 24px; font-family: 'Noto Sans KR'; font-weight: 300; }
section div .subject > p:last-child { color: #296a8a; }

/* #intro .intro_in > img { margin-top: 50px; width: 100%; } */
#intro .intro_in .intro-img { width: 100%; height: 600px; background: url('../img/sub1/image3.jpg') no-repeat center/cover; }

@media (max-width: 1028px) { 
    #intro .intro_in { width: 100%; }
}

@media (max-width: 768px) {
    #intro .intro_in .intro-img {height: 400px;  }
}

@media (max-width: 680px) {
    section div .subject > p { font-size: 13px; }
    #intro .intro_in .intro-img {height: 240px;  }
}