@charset "utf-8";


/*콘텐츠 영역*/
#contentwrap {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

#contentwrap > div {
    width: 100%;
    margin: 0 auto;
}

/*전체 텍스트 폰트 조정*/
#contentwrap h3 {
    letter-spacing: -1px;
}

p {
    letter-spacing: -1px;
    text-align: left;
}



/*인트로 영역*/
#intro {
    min-width: 1024px;
    height: 200px;
    margin: 0 auto;
}

#intro > div {
    width: 100%;
    height: 200px;
    background: url(../images/02_responsibility_intro.jpg) center no-repeat;
    background-attachment: fixed;
    background-position: top;
}

#intro > div > h3 {
    font: 600 35px/1 'Noto Sans KR';
    color: #fff;
    padding: 60px 0 40px 0;
}

#link {
    width: 680px;
    height: 23px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
}

#link > li {
    float: left;
    font: 400 12px/21px 'Noto Sans KR';
    letter-spacing: -1px;
}

#link > li > a {
    display: block;
    width: 170px;
    height: 23px;
    transition: all 0.5s ease-in-out;
}

#link > li > a:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease-in-out;
}
/*링크배경*/
.res2-4 {
    background-color: #fff;
}


/*각 본문 사이의 구분선 설정(마지막 내용엔 선 없음)*/
#contentwrap > div > div:last-child {
    border-bottom: none;
}


/*커피 캡슐 재활용 본문 영역*/
#recyclingwrap {
    width: 100%;
    border-bottom: solid 1px #000;
}

#recyclingwrap > div {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
}


/*커피 캡슐 재활용 본문 영역*/
#title {
    width: 1024px;
    height: 30px;
    text-align: left;
    float: left;
    font: 400 25px/1.5 'Noto Sans KR';
    margin: 30px 0 20px 0;
}

#re1-1 {
    width: 1024px;
    height: 350px;
    overflow: hidden;
}

#re1-2 {
    text-align: center;
    font: 600 25px/1.2 'Noto Sans KR';
    margin-top: 20px;
}

#re1-3 {
    font: 400 16px/0.8 'Noto Sans KR';
    text-align: center;
    margin: 20px 0px 10px 0px;
}

#recycle_img {
    display: block;
    width: 1024px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}
#recycle_img > img {
    width: 200px;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
#recycle_img > img:hover {
    overflow: hidden;
    transform: scale(1.08);
    transition: all 0.5s ease-in-out;
}
#recycle_img2 {
    width: 1024px;
    height: 500px;
    margin: 0px 0 50px 0; 
    
}
#re_way {
    text-align: center;
    font: 600 25px/1.2 'Noto Sans KR';
    margin-bottom: 50px;
}

#recycle_img3 {
    width: 1024px;
    height: 100px;
    margin-bottom: 20px;
}
#waywrap {
    width: 1024px;
    height: 50px;
}

#way_1,#way_2,#way_3,#way_4 {
    float: left;
    text-align: center;
    font: 400 18px/1.2 'Noto Sans KR';
    position: relative;
}
#way_1 { left: 220px; }
#way_2 { left: 310px; }
#way_3 { left: 417px; }
#way_4 { left: 555px; }


#way_notic {
    text-align: center;
    font: 400 16px/1.2 'Noto Sans KR';
    margin: 20px auto 40px auto;
    color: #92ab23;
}

#goto_recycle {
    width: 680px;
    height: 60px;
    margin: 0 auto;
}
#goto_recycle > li {
}
#goto_recycle > li a {
    display: block;
    width: 336px;
    height: 60px;
    font: 500 20px/60px 'Noto Sans KR';
    letter-spacing: -1px;
    color: #fff;
}
#order_btn {
    background-color: #92ab23;
}
#order_btn a:hover {
    background-color: #839b17;
    text-decoration: underline;
}
#store_btn {
    float: right;
    background-color: #5a3822;
}
#store_btn a:hover {
    background-color: #4d2b15;
    text-decoration: underline;
}



