<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



body {
background: #181818;
color: #171717;
line-height: 1.2;
}

#app {
display: flex;
flex-direction: column;
position: relative;
max-width: 902px; /* PC로 볼 때 적절한 컨텐츠 비율 제공 */
height: 100vh;
height: calc(
    (var(--vh, 1vh) * 100) - 50px
); /* Header 세로 크기 뺀 100vh */
/*margin: 0 auto -20px; !* 가운데 정렬 &amp; Footer 여백 삭제 *!*/
margin: 0 auto;
font-family: NespressoLucas, "Noto Sans KR", sans-serif;
}

.slider-desktop {
position: absolute;
top: 0;
left: 0;
flex: 0;
height: 0;
visibility: hidden;
overflow: hidden;
}

.slider {
position: relative;
flex: 1;
overflow: hidden;
}

.slider-wrapper {
display: none;
}

.slider-wrapper.active {
display: block;
height: 100%;
}

.slider .slick-list,
.slider .slick-track {
height: 100%;
}

.slider-item {

display: inline-block;
height: inherit;
}

.slider-item img {
width: 100%;
/* height: 100%; */
object-fit: fill;
vertical-align: top;
}

.slider-controls {
flex: 0;
padding: 25px 0 50px;
font-size: 0;
}

.slider-controls-wrapper {
display: flex;
justify-content: center;
align-items: center;
}

.slider-btn-list {
position: absolute;
bottom: 0;
left: 50%;
width: 82px;
margin-left: -41px;
padding-top: 11px;
padding: 10px 0 5px;
border-radius: 4px 4px 0 0;
border: 0;
box-sizing: border-box;
background: #111;
color: #707070;
font-size: 11px;
letter-spacing: 0.1em;
}

.slider-btn-list:before {
position: absolute;
top: 5.75px;
left: 50%;
width: 21.5px;
height: 2.25px;
margin-left: -10.75px;
background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_list.png)
    50%/100% no-repeat;
content: "";
}

.slider-first,
.slider-last {
display: inline-block;
width: 33.5px;
height: 33.5px;
border: 0;
padding: 0;
margin: 0;
background: 50%/100% no-repeat;
vertical-align: middle;
transition: opacity 0.2s;
}

.slider-first.disabled,
.slider-last.disabled {
opacity: 0.1;
}

.slider-first {
background-image: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_first.png);
}

.slider-last {
background-image: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_last.png);
}

.slider-prev,
.slider-next {
width: 70px;
height: 33.5px;
border: 0;
padding: 0;
margin: 0;
background: 50%/100% no-repeat;
display: inline-block;
vertical-align: middle;
transition: opacity 0.2s;
}

.slider-prev.disabled,
.slider-next.disabled {
opacity: 0.1;
}

.slider-prev {
margin-left: 10px;
background-image: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_prev.png);
}

.slider-next {
margin-right: 10px;
background-image: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_next.png);
}

.slider-indicator {
text-align: center;
color: #515151;
margin: 0 12px;
font-size: 0;
letter-spacing: -0.05rem;
}

.slider-indicator-current {
color: #fff;
font-size: 11px;
vertical-align: middle;
}

.slider-indicator-total {
font-size: 11px;
vertical-align: middle;
}

.slider-indicator-line {
display: inline-block;
width: 1px;
height: 10px;
margin: 0 5px;
background: #515151;
vertical-align: middle;
}

.dialog {
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
}

.dialog.show {
display: flex;
}

.dialog strong {
    color: #fff;
margin-bottom: 45px;
font-size: 20px;
font-weight: 400;
}

.dialog .button {
width: 146px;
height: 33.5px;
margin-bottom: 10px;
border-radius: 33.5px;
border: 1px solid #fff;
font-size: 15px;
line-height: 33.5px;
text-align: center;
}

.dialog .button-list {
width: 146px;
height: 33.5px;
border-radius: 33.5px;
border: 1px solid #fff;
background: #fff;
color: #000;
font-size: 15px;
line-height: 33.5px;
text-align: center;
}

.dialog .button-close {
position: absolute;
top: 25px;
left: 50%;
width: 32px;
height: 32px;
margin-left: -16px;
border: 0;
background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/icon_x.png)
    50%/100% no-repeat;
}

.dialog-list {
display: flex;
visibility: hidden;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
}

.dialog-list.show {
visibility: visible;
}

.list-slider {
display: block;
width: 100%;
font-size: 0;
overflow: hidden;
}

.list-item {
display: inline-block;
height: inherit;
text-align: center;
vertical-align: top;
}

.list-item-wrapper {
display: inline-block;
width: 300px;
margin-top: -10px;
margin-bottom: -10px;
vertical-align: top;
}

.list-item a {
display: inline-block;
margin: 10px;
vertical-align: top;
}

.list-item img {
width: 121px;
}

.list-slider .slick-dots {
margin-top: 20px;
text-align: center;
font-size: 0;
}

.list-slider .slick-dots li {
display: inline-block;
vertical-align: middle;
}

.list-slider .slick-dots button {
width: 5px;
height: 5px;
border-radius: 50%;
background: #676767;
border: 0;
margin: 0 2px;
padding: 0;
text-indent: 100%;
}

.list-slider .slick-dots .slick-active button {
background: #fff;
}

.dialog-list .button-close {
position: absolute;
top: 25px;
left: 50%;
width: 32px;
height: 32px;
margin-left: -16px;
border: 0;
background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/icon_x.png)
    50%/100% no-repeat;
}

.dialog-list .slick-prev,
.dialog-list .slick-next {
display: none !important;
}




/* 20211122 */
.page_wrap { position: relative; width: 100%;  overflow: hidden; }
.bg_img img { width: 100%; }
.page_wrap sub { vertical-align: top; }


/* pc */
@media screen and (min-width: 995px) {
#app {
    height: auto;
}

.slider-desktop {
    position: relative;
    flex: 1;
    height: auto;
    visibility: visible;
}

.slider-desktop .slider-group {
    display: none;
    position: relative;
    font-size: 0;
    box-shadow: 5px 9px 21px 0px rgba(0, 0, 0, 1);
    text-align: center;
}

.slider-desktop .slider-group.active {
    display: block;
}

.slider-desktop .slider-item {
    width: 450px;
    vertical-align: top;
}

.slider-desktop .slider-item + .slider-item:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url('https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_ebrochure/bg_book.webp')
    50%/100% no-repeat;
    content: "";
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    flex: 0;
    height: 0;
    visibility: hidden;
}

.slider-controls {
    padding: 30px 0 70px;
}

.slider-first,
.slider-last {
    width: 47px;
    height: 47px;
}

.slider-first {
    background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_first_pc.png);
}

.slider-last {
    background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_last_pc.png);
}

.slider-prev,
.slider-next {
    width: 98px;
    height: 47px;
}

.slider-prev {
    margin-left: 15px;
    background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_prev_pc.png);
}

.slider-next {
    margin-right: 15px;
    background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_next_pc.png);
}

.slider-indicator {
    margin: 0 40px;
}

.slider-indicator-current {
    font-size: 20px;
}

.slider-indicator-line {
    margin: 0 8px;
    height: 18px;
}

.slider-indicator-total {
    font-size: 20px;
}

.slider-btn-list {
    width: 130px;
    margin-left: -65px;
    padding: 13px 0 8px;
    font-size: 13px;
}

.slider-btn-list:before {
    top: 5px;
    width: 24px;
    height: 3px;
    margin-left: -12px;
    background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_list_pc.png);
}

.dialog strong {
    font-size: 26px;
}

.dialog .button {
    width: 191px;
    height: 43px;
    line-height: 43px;
    font-size: 20px;
}

.dialog .button-list {
    width: 191px;
    height: 43px;
    line-height: 43px;
    font-size: 20px;
}

.dialog-list {
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.dialog-list .list-slider-container {
    left: 0;
    width: 995px;
    margin: 0 auto;
}
.dialog-list .list-slider-container .list-item-wrapper {
    text-align: left;
}
.dialog-list .list-slider-container .list-item a {
    margin: 0 5px;
}

.dialog-list .button-close {
    top: 100px;
}

.list-item-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.list-item a {
    margin: 0 10px;
}

.list-item img {
    width: 238px;
}

.list-slider {
    position: relative;
}

.list-slider .slick-dots {
    margin-top: 50px;
}

.list-slider .slick-dots button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.list-slider-container .list-prev {
    display: inline-block !important;
    position: absolute;
    top: 330px;
    right: 50%;
    margin-right: 552px;
    width: 31px;
    height: 53px;
    border: 0;
    z-index: 10;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_btn_prev.png)
    50%/100% no-repeat;
}

.list-slider-container .list-next {
    display: inline-block !important;
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: 552px;
    width: 31px;
    height: 53px;
    border: 0;
    z-index: 10;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    background: url(https://www.nespresso.com/shared_res/mos/free_html/kr/sustainability_e-magazine/ico_btn_next.png)
    50%/100% no-repeat;
}

/* ======================================================================================================================== */
/* 리뉴얼 */

.bg_img { width: 100%; }
.cont_box { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; line-height: 1.3; letter-spacing: -1px; text-align: left;}
.title { margin-bottom: 10px; font-size: 38px; line-height: 1.1; font-weight: 400; letter-spacing: -1px;}
.default_text { font-size: 16px; line-height: 1.5; }
.default_text  + .default_text { margin-top: 10px;}
.default_text.green { color: #4c6213 !important; }
.default_text2 { font-size: 18px; line-height: 1.5; }
.default_text2  + .default_text2 { margin-top: 10px;}
.default_text3 { font-size: 13px; line-height: 1.5; }
.sub_tit {font-size: 25px; font-weight: 300; line-height: 1.4;}
.weight_black { font-weight: 900; }
.weight_bold { font-weight: 700; }

/* page 1 */
.main_text_box { position: relative; width: 288px; height: 100%; margin: 0 auto 0; }
.main_text_box p { position: absolute; left: 0; bottom: 155px; width: 100%;  color: #fff; font-size: 18px; font-weight: 400; line-height: 1.2; text-shadow: 0 0 0 #000;  text-align: center}
    

/* page 2 */
.page2 .cont_box { width: 100%; box-sizing: border-box; text-align: left;}
.page2 .top { position: absolute; left: 32px; top: 55px; color: #fff; }

/* page 3 */
.page3 .cont_box { display: flex; justify-content: center; align-items: center; }
.page3 .line_box { width: 316px; min-height: 316px; border: 2px solid #fff; box-sizing: border-box; padding-bottom: 26px; }
.page3 .line_box::before { content: ''; display: block; width: 56px; height: 3px; margin: 47px auto 37px; background-color: #fff; }
.page3 .line_box p { color: #fff; line-height: 1.3; text-align: center;}
.page3 .line_box p + p { margin-top: 15px; }

/* page 4 */
.page4 .bottom { position: absolute; left: 0; bottom: 0; padding: 15px 17px 35px 36px; background-color: #fff; }

/* page 5 */
.page5 .bottom {  position: absolute; left: 37px; top:327px; text-align: left;}
.page5 .bottom p + p { margin-top: 15px; }

/* page 6 */
.page6 .cont_box { }
.page6 .cont_box .bottom { position: absolute; left: 30px; bottom: 0; padding: 27px 18px 21px 17px; background-color: rgba(255, 255, 255, 0.8); }
.page6 .cont_box p { font-weight: 300; line-height: 1.5;}
.page6 .cont_box p + p { margin-top: 15px; }
.page6 span { display: block; margin-top: 15px; color: #a85a66; font-size: 12px; line-height: 1.65; }

/* page 7 */
.page7 .cont_box { display: flex; align-items: center; }
.page7 .bottom { margin-left: auto; margin-right: 48px; padding: 28px 18px 35px 18px; background-color: rgba(255, 255, 255, 0.8); text-align: left; }
.page7 p + p {margin-top: 15px;}
.page7 p .pink { color: #a85a66; }

/* page 8 */
.page8 .cont_box { position: absolute; left: 0; bottom: 0; width: 100%;}
.page8 .cont_box .top { position: absolute; left: 33px; top: 41px; }
.page8 .cont_box p { color: #fff; }


/* page 9 */
.page9 .bottom { position: absolute; left: 39px; top: 394px; }
.page9 .bottom p { color: #fff; font-weight: 300; line-height: 1.5;}

/* page 10 */
.page10 .bottom { position: absolute; left: 34px; top: 344px; text-align: left; }
.page10 p { font-weight: 300; }
.page10 p + p { margin-top: 15px; }

/* page 11 */
.page11 .cont_box {  }
.page11 .bottom { position: absolute; left: 33px; top: 346px; }
.page11 .bottom p { font-weight: 300;}
.page11 .bottom p + p { margin-top: 15px; }

/* page 12 */
.page12 .cont_box { position: absolute; left: 0; bottom: 0; top: auto; width: 100%; height: auto; }
.page12 .bottom { position: relative; width: 361px; height: 210px; box-sizing: border-box; margin: 0 auto; background-color: #fff; overflow: hidden; text-align: center; }
.page12 .bottom::before { content: ''; display: block; margin:14px auto ; width: 52px; height: 3px; background-color: #000; }
.page12 .bottom .default_text + .default_text { margin-top: 15px; }
.page12 .bottom .default_text3 {margin-top: 15px;}
}


@media screen and (max-width: 994px) {

    .dialog-list .list-slider-container {
        left: 0;
        width: 100%;
        margin: 0 auto;
    }
    .dialog-list .list-slider-container .list-item-wrapper {
        text-align: left;
    }
    .dialog-list .list-slider-container .list-prev,
    .dialog-list .list-slider-container .list-next {
        display: none !important;
    }
    
    #app { height: 100%; /*141.92vw;*/ }
    .bg_img { width: 100%; }
    .cont_box { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; }
    .title { margin-bottom: 1.5vw; font-size: 8.46vw; line-height: 1.1; font-weight: 400; letter-spacing: -0.2vw;}
    .default_text  + .default_text { margin-top: 1.5vw;}
    .default_text { font-size: 3.64vw; line-height: 1.5;}
    .default_text.green { color: #4c6213 !important; }
    .default_text2  + .default_text2 { margin-top: 1vw;}
    .default_text2 { font-size: 3.90vw; line-height: 1.5;}
    .default_text3 { font-size: 2.86vw; line-height: 1.5; }
    
    .sub_tit {font-size: 5.46vw; font-weight: 300; line-height: 1.3;}
    .weight_black { font-weight: 900; }
    .weight_bold { font-weight: 700; }
    
    /* page 1 */
    .page_wrap { height: 100%; }
    .main_text_box { position: relative; width: 63.80vw; height: 100%; margin: 0 auto 0; }
    .main_text_box p { position: absolute; left: 0; bottom: 34.375vw; width: 100%;  color: #fff; font-size: 4.03vw; font-weight: 400; line-height: 1.2; text-shadow: 0 0 0 #000;  text-align: center}
    
        
    /* page 2 */
    .page2 .cont_box { width: 100%; box-sizing: border-box; text-align: left;}
    .page2 .top { position: absolute; left: 7.16VW; top: 13.02vw; color: #fff; }

    /* page 3 */
    .page3 .cont_box { display: flex; justify-content: center; align-items: center; }
    .page3 .line_box { width: 70.18vw; min-height: 70.18vw; border: 2px solid #fff; box-sizing: border-box; padding-bottom: 6.51vw ; }
    .page3 .line_box::before { content: ''; display: block; width: 12.10vw; height: 0.78vw; margin: 10.42vw auto 8.07vw; background-color: #fff; }
    .page3 .line_box p { color: #fff;  line-height: 1.3; text-align: center;}
    .page3 .line_box p + p { margin-top: 2.5vw; }

    /* page 4 */
    .page4 .bottom { position: absolute; left: 0; bottom: 0; padding: 3.51vw 3.90vw 8.33vw 8.33vw; background-color: #fff; }


    /* page 5 */
    .page5 .bottom {  position: absolute; left: 8.33vw; top: 72.78vw;text-align: left;}
    .page5 .bottom p + p { margin-top: 2.5vw; }

    /* page 6 */
    .page6 .cont_box { }
    .page6 .cont_box .bottom { position: absolute; left: 6.64vw; bottom: 0; padding: 5.46vw 3.64vw 5.20vw 3.90vw; background-color: rgba(255, 255, 255, 0.8); }
    .page6 .cont_box p { font-weight: 300; line-height: 1.5;}
    .page6 .cont_box p + p { margin-top: 2vw; }
    .page6 span { display: block; margin-top: 2vw; color: #a85a66; font-size: 2.60vw; line-height: 1.65; }

    /* page 7 */
    .page7 .cont_box { display: flex; align-items: center; }
    .page7 .bottom { margin-left: auto; margin-right: 10.67vw; padding: 6.38vw 3.90vw 7.16vw 3.90vw; background-color: rgba(255, 255, 255, 0.8); letter-spacing: -0.3vw; text-align: left; }
    .page7 p + p {margin-top: 2vw;}
    .page7 p .pink { color: #a85a66; }


    /* page 8 */
    .page8 .cont_box { position: absolute; left: 0; bottom: 0; width: 100%; display: flex; flex-direction: column; justify-content: flex-end; color: #fff;}
    .page8 .cont_box .top { position: absolute; left: 7.16vw; top: 8.85vw; }
    .page8 .cont_box p { color: #fff; font-weight: 300; }

    /* page 9 */
    .page9 .bottom { position: absolute; left: 8.59vw; top: 88.02vw; }
    .page9 .bottom p { color: #fff; font-weight: 300; line-height: 1.5;}

    /* page 10 */
    .page10 .bottom { position: absolute; left: 7.68vw; top: 76.30vw; text-align: left; }
    .page10 p { font-weight: 300; }
    .page10 p + p { margin-top: 2vw; }

    /* page 11 */
    .page11 .cont_box {  }
    .page11 .bottom { position: absolute; left: 7.42vw; top: 76.43vw; }
    .page11 .bottom p { letter-spacing: -0.3vw; }
    .page11 .bottom p + p { margin-top: 2vw; }

    /* page 12 */
    .page12 .cont_box { position: absolute; left: 0; bottom: 0; top: auto; width: 100%; height: auto;}
    .page12 .bottom { position: relative; width: 80.20vw; height: 46.61vw; margin: 0 auto; background-color: rgba(255, 255, 255, 0.8); letter-spacing: -0.3vw; overflow: hidden; text-align: center; }
    .page12 .bottom::before { content: ''; display: block; width: 11.97vw; height: 0.52vw; margin: 3.125vw auto; background-color: #000; }
    .page12 .bottom .default_text + .default_text { margin-top: 2vw; }
    .page12 .bottom .default_text3 { font-weight: 300; margin-top: 5.20vw;}
}
</pre></body></html>