 *{margin:0; padding:0; box-sizing:border-box;}
ul li{list-style:none;}
a{text-decoration:none;}
html,body{font-family:'Nanum Gothic', sans-serif; height:100%;}

/* 공통 */
  
  .title h2, .title p {
    color: rgb(25, 25, 25);
  }
  .title h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 42px;
  
    position: relative;
  }
  .title h2::after {
    position: absolute;
    display: block; content: '';
    width: 100%; height: 3px;
    bottom: -15px;
    background-color: rgb(25, 25, 25);
  }
  .title p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
  }

/*사이트제작소개 css*/
.sub_bg {overflow:hidden; width:100%; height:100%; background: url('../img/Social_Enterprise.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
.sub_bg > div:nth-child(1) { margin:0 auto; width:1200px;}
.sub_bg > div:nth-child(1) > div {position: absolute; padding-right:32%; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width:1100px;}
.sub_bg > div:nth-child(1) > div > p {font-size:16px; color:#fff;}
.sub_bg > div:nth-child(1) > div > p:nth-child(1) {font-size:35px;}
.sub_bg > div:nth-child(1) > div > p:nth-child(2) {margin:15px auto; line-height:30px;}
/*다운화살표 css*/
.target {position:absolute; bottom:98px; left:0; width:100%; height:1px;}
.target_icon {position:absolute; bottom:2%; left:50%; z-index:9999;}
.target_icon > img {position:absolute; bottom:0; left:-27.5px; cursor:pointer;}


/*제작시필요사항 css*/
.necessity {overflow:hidden; width:100%; background:#f8f9fa;}
.necessity > div {margin:0 auto; padding:50px 0; width:1200px; font-size:0;}
.necessity > div > h2 {margin-bottom:50px; text-align:center; font-size:45px;}
.necessity > div > .contnet_box {display:inline-block; padding:0 30px; width:33.333%; height:300px; text-align:center; vertical-align:bottom;}
.necessity > div > .contnet_box  > div > i {width:80px; height:80px; line-height: 80px; font-size:65px; color:#007bff; text-align:center;}
.necessity > div > .contnet_box > div > span > h3 {margin:10px 0; font-size:20px; font-weight:bold;}
.necessity > div > .contnet_box > div > span > p {font-size:16px; text-align:left;}


/*사이트소개본문 css*/
.content_m {display:none;}
.content {overflow:hidden; width:100%;}
.content > .content_box {overflow:hidden; width:100%;}
.content > .content_box > div {width:50%;}
.content > .content_box > div:nth-child(1) {float:left;}
.content > .content_box > div:nth-child(2) {float:right;}
.content > .content_box > .box_txt {overflow:hidden; position:relative; height:500px;}
.content > .content_box > .box_txt > span {position:absolute; top:50%; transform: translateY(-50%); }
.content > .content_box > .box_txt > span > h3 {font-size:70px; padding:0 100px;  font-weight:bold; }
.content > .content_box > .box_txt > span > p {margin-top:20px; padding:0 100px; font-size:16px; line-height:27px;}
.content > .content_box > .box_img > img {width:100%; height:500px;}


/*제작과정 css*/
.production {overflow:hidden; padding:50px 0; width:100%; background:#f8f9fa;}
.production > div {margin:0 auto; width:1200px;}
.production > div > h3 {font-size:45px; text-align:center;}
.production > div > .pro_pc {margin:30px auto; text-align:center;}
.production > div > .pro_mo {display:none;}


/*유의사항 css*/
.attention {overflow:hidden; padding:30px 0; width:100%; background:#112f63;}
.attention > div {margin:0 auto; width:1200px;}
.attention > div > h3 {font-size:45px; color:#fff; text-align:center;}
.attention > div > ul {margin-top:30px;}
.attention > div > ul > li {overflow:hidden; margin-top:15px; color:#fff;}
.attention > div > ul > li > p {float:left; width:5%:}
.attention > div > ul > li > span {float:left; padding-left:10px; width:95%;}


/* 210316 내용추가및수정 */
.socialmission .container {
    position: relative;
    height: 600px;
    margin-bottom: 80px;
}
.socialmission .title {
    margin-bottom: 80px;
}

.socialmission img {
    width: 100%;
}
/* .socialvalue i {
    color: #1648a1;
} */

/* 사회적기업의 가치 */
.socialvalue {
    background: url("../img/socialvalue_img.jpg");
    background-size: cover;
    
}
.socialvalue .row div:last-child  {
    background-color: rgba(25, 25, 25, 0.534);
    padding: 104px 40px;
}

.socialvalue h2, .socialvalue h4, .socialvalue p {
    color: rgb(230, 230, 230);
}

.socialvalue .title h2::after {
    background-color: rgb(230, 230, 230);
}

.socialvalue h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}
.socialvalue li {
    margin-bottom: 21px;
}

/* 사회적기업 의의 */
.socialsignificance {
    background-color: #eee;
}
.socialsignificance .row{
    text-align: center;
}

.socialsignificance .row>div {
    /* border: 1px solid #000; */
    padding: 24px;
}

.socialsignificance .row p {
    font-size: 18px;
    font-weight: 600;
}

.socialsignificance .icon_box {
    margin: auto;
    border: 4px solid #1648a1;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 54px;
}
.socialsignificance .icon_box i {
    font-size: 60px;
    line-height: 150px;
    color: #1648a1;
    text-align: center;
}

/* 사회적기업 주식회사 헤니 */
.socialheni .row div{
    padding-bottom: 24px;
}
.socialheni .row img{
    width: 100%;
}




/*최저사이즈768px부터 최대1024px태블릿*/
@media all and (min-width:768px) and (max-width:1024px) {

/*사이트제작소개 css*/
.sub_bg > div:nth-child(1) {width:100%;}
.sub_bg > div:nth-child(1) > div {padding-right:0%; width:90%;}
.sub_bg > div:nth-child(1) > div > p:nth-child(1) {font-size:30px;}

    
/*제작시필요사항 css*/
.necessity > div {width:90%;}
.necessity > div > .contnet_box {width:50%; height:250px;}

    
/*사이트소개본문 css*/
.content_m {display:none;}    
.content > .content_box > .box_txt {height:400px;}    
.content > .content_box > .box_txt > span > h3 {font-size:40px; padding:0 20px;}
.content > .content_box > .box_txt > span > p {padding:0 20px; font-size:14px; line-height:23px;}    
.content > .content_box > .box_img > img {height:400px;}   

    
/*제작과정 css*/
.production > div {width:90%;}
.production > div > div > img {width:100%;}


/*유의사항 css*/
.attention > div {margin:0 auto; width:90%;}
  
}


/*스마트폰용*/
@media all and (max-width:767px){ 
    
/*사이트제작소개 css*/
.sub_bg {min-height:568px;}
.sub_bg > div:nth-child(1) {width:100%;}
.sub_bg > div:nth-child(1) > div {padding-right:0%; width:90%;}
.sub_bg > div:nth-child(1) > div > p:nth-child(1) {margin-top:100px; font-size:21px; line-height:25px;}
.sub_bg > div:nth-child(1) > div > p:nth-child(2) {line-height:22px; font-size:12px;}
/*다운화살표 css*/
.target_icon {display:none;} 

    
/*제작시필요사항 css*/
.necessity > div {padding:20px 0; width:90%;}
.necessity > div > h2 {margin-bottom:10px; font-weight:bold; font-size:18px; text-align:left;}
.necessity > div > .contnet_box {overflow:hidden; display:block; margin-bottom:0px; padding:0 0px; width:100%; height:auto;}
.necessity > div > .contnet_box > div:nth-child(1) {float:left; width:30%; height:135px; position:relative;}
.necessity > div > .contnet_box > div > i {float:left; position:absolute; top:50%; left:50%; transform: translateX(-50%) translateY(-50%); font-size:40px;} 
.necessity > div > .contnet_box > div:nth-child(2) {float:left; width:70%; height:135px; position:relative;}
.necessity > div > .contnet_box > div > span {position:absolute; top:50%; left:0; transform: translateY(-50%);}    
.necessity > div > .contnet_box > div > span > h3 {margin:0; padding-left:5px; font-size:16px; text-align:left;}
.necessity > div > .contnet_box > div > span > p {margin-top:5px; padding-left:5px; font-size:12px;} 
    
    
/*사이트소개본문 css*/
.content {display:none;}
.content_m {display:block; overflow:hidden; padding:25px 0; width:100%;}
.content_m > .content_box {margin:30px auto; width:90%;}
.content_m > .content_box > h3 {font-size:16px; font-weight:bold;}
.content_m > .content_box > p {margin-top:20px; font-size:12px; text-align:justify;}
    

/*제작과정 css*/
.production {padding:35px 0 0 0;}
.production > div > .pro_pc {display:none;} 
.production > div > .pro_mo {display:block; margin:30px auto; text-align:center;} 
.production > div {width:90%;}
.production > div > h3 {font-size:18px; font-weight:bold;}
.production > div > .pro_mo > img {width:100%;}    


/*유의사항 css*/
.attention > div {width:90%;}
.attention > div > h3 {font-size:18px;}
.attention > div > ul > li {font-size:12px;}
    

.socialmission img {
    width: 100%;
    position: inherit;
}
    
}

