@charset "utf-8";

.inner{
    width: 1200px;
    margin: 0 auto;
}

.title_box{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #333;
}

.s1 {
    width: 100%;
    height: 1354px;
    padding-top: 90px;
    background: url(../images/p1/sub1_s1_BG.png)no-repeat center 0/cover;
}

.s1 .title_box .box{
    width: 500px;
    height: 2px;
    background-color: #606060;
    margin: 0 auto 30px auto;
    
}

.s1 .title_box .txt1{
    font-family: '나눔명조', sans-serif;
    color: #777373;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.5em;
}

.s1 .title_box .txt1 p:nth-child(1){
    font-family: '나눔명조', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #222;
    
}


.s1 .title_box .txt2{
    font-size: 24px;
    font-weight: 600;
    margin-top:30px;
}
.s1 .title_box .txt2 span{
    display: block;
    width: 500px;
    height: 2px;
    margin: 0 auto 70px auto;
    background: #606060;
}

.s1 .s1_img{
    margin-top:40px;
    padding-bottom: 
    width: 100%;
    height: 996px;
    background: url(../images/p1/sub1_s1_img.png)no-repeat center 0/cover;
    position: relative;
}

.s1 .inner .s1_img div{
    width: 240px;
    height: 150px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    line-height: 26px;
    position: absolute;
}

.s1 .inner .s1_img .txt_box1{
    top:60px;
    left: 250px;
}

.s1 .inner .s1_img .txt_box2{
    top:350px;
}

.s1 .inner .s1_img .txt_box3{
    top:635px;
}

.s1 .inner .s1_img .txt_box4{
    right:0px;
    top: 350px;
    text-align: right;
}

.s1 .inner .s1_img .txt_box5{
    right:0px;
    top: 635px;
    text-align: right;
}

.s1 .inner .s1_img .txt_box6{
    left:672px;
    top:865px;
    text-align: right;
}

.s1 .inner .s1_img .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}


.s2 {
    width: 100%;
    height: 1015px;
    background: url(../images/p1/sub1_s2_BG.jpg)no-repeat center 0/cover;
}

.s2 .title_box{
    padding-top: 140px;
	margin-bottom: 50px;
}

.s2 .title_box .box{
    width: 65px;
    height: 3px;
    background-color: #333;
    margin: 0 auto 30px auto;
}

.s2 .title_box p span{
    font-family: '나눔명조', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height:50px;
    color: #000;
    
}


.s2 .img_box .slider-for{
	width: 800px;
	margin: 0 auto 50px auto;
}

.s2 .img_box .slider-nav{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.s2 .img_box .slider-nav .photo{
	width: 200px;
	margin: 0 10px;
	cursor: pointer;
}

.s2 .img_box .slider-nav .photo img{
	width: 100%;
	height: auto;
}

