@charset "UTF-8";

/* background-image preload - 호버 이미지 로드용 */
body::after {
	position:absolute; 
    width:0; 
    height:0; 
    overflow:hidden; 
    z-index:-1;
    
    /* load images */
    content:
    url(../images/floating-banner01_on.png)
    url(../images/floating-banner02-black.png)
	url(../images/btn01_on.png)
	url(../images/cont04_slick01_on.png)
	url(../images/cont04_slick02_on.png)
	url(../images/cont04_slick03_on.png)
	url(../images/cont04_slick04_on.png)
	url(../images/cont04_slick05_on.png)
	url(../images/cont04_slick06_on.png);
}


/* 기본 설정 및 레이아웃 */

.sr-only {
    width: 1px;
    height: 1px;
    opacity: 0;
    color: rgba(0,0,0,0);
    position: absolute;
    top: -9999em;
    left: -9999em;
    text-indent: -9999em;
}

.campaign-wrap {
    margin: 0 auto;
    max-width: 1920px;
}

.campaign-wrap section>div {
    background-position: center center;
}


/* 플로팅배너 영역 */

.camp-floating-banner {
    position: fixed;
    top: 50%;
    right: 1.945%;
    transform: translateY(-55%);
    z-index: 99;
    transition: all .15s ease;
    animation: floatUpDown .75s ease-in-out infinite alternate;
}

.camp-floating-banner01 {
    cursor: pointer;
    width: 201px;
    height: 280px;
    background-image: url(../images/floating-banner01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.camp-floating-banner01 > a {display:block;width:100%;height:100%}

.camp-floating-banner01:hover {
    background-image: url(../images/floating-banner01_on.png);
}

.camp-floating-banner02 {
    margin: 22px auto 0;
    cursor: pointer;
    width: 83px;
    height: 23px;
    background-image: url(../images/floating-banner02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.camp-floating-banner02 > a {display:block;width:100%;height:100%}

.camp-floating-banner02.change {
    background-image: url(../images/floating-banner02-black.png);
}

@keyframes floatUpDown {
    from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(-58.5%);
    }
}


/* cont01 : 초록우산 나눔가게 소개 영상 영역 */

.cont01 {
    position: relative;
    height: 1080px;
    min-height: 1080px;
}

.cont01 .cont01_wrap {
    position: absolute;
    top: 50%;
    left: 300px;
    transform: translateY(-50%);
    height: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 5px rgba(0,0,0,.3));
}

.cont01 .cont01_wrap > img {
    margin-left: 1px;
}

.cont01 .cont01_wrap .cont01_btn {
    text-align: center;
    margin: 60px auto 0;
    z-index: 101;
}

.cont01 .cont01_wrap .cont01_btn {
    display: inline-block;
    width: 427px;
    height: 96px;
    background-image: url(../images/btn01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    font-size: 0;
    transition: all .25s ease;
    cursor: pointer;
}

.cont01 .cont01_wrap .cont01_btn > a {display:block;width:100%;height:100%}

.cont01 .cont01_wrap .cont01_btn:hover {
    background-image: url(../images/btn01_on.png);
}


/* cont02 : 인트로 영역 */

.cont02 {
    position: relative;
    height: 1054px;
    min-height: 1054px;
    background-color: #2A3630;
    overflow: hidden;
}

.cont02 .cont02_bg .cont02_bg_animation {
    position: absolute;
    top: -39.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 0;
    opacity: .65;
}

.cont02 .cont02_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* cont03 : 후원 영상 영역 */

.cont03 {
    height: 654px;
    min-height: 654px;
    background-color: #28342e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-bottom: 10px;
}

.cont03 .cont03_wrap {
    position: relative;
    width: 1359px;
    height: 654px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yt-area {
    position: relative;
    width:852px;
    height: 480px;
    border-radius: 20px;
}

.yt-area > .yt-box {
    border-radius: 20px;
    border: 5px solid #fff;
    width: 100%;
    height: 480px;
    box-shadow: 4.5px 7.794px 31.36px 0.64px rgba(0, 0, 0, 0.36);
}

.yt-area > .yt-box > iframe {
    border-radius: 15px;
}

.chomoong {
    position: absolute;
    bottom: -15.25%;
    right: -22.5%;
    z-index: 100;
}

.cont03 .cont03_text {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.015em;
    color: rgba(255,255,255,.7);
    text-align: center;
    margin-top: 40px;
}


/* cont04 : 초록우산 나눔가게 후원자분들의 이야기 */

.cont04 {
    position: relative;
    height: 990px;
    min-height: 990px;
    background-color: #fff;
}

.cont04 .cont04_wrap {
    position: relative;
    width: 1359px;
    height: 990px;
    margin: 0 auto;
}

.cont04 .cont04_wrap .cont04_title {
    display: block;
    margin-top: 80px;
}

.cont04 .cont04_slick {
    position: relative;
    display: block;
    margin: 0 auto;
}

.cont04 .cont04_slick > div {
    display: block;
    box-sizing: border-box;
}

.cont04 .cont04_slick .slick-slide {
    display: block;
    width: 100%;
    height: 550px;
    margin-top: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.cont04 .cont04_slick .cont04_slick01 {
    background-image: url(../images/cont04_slick01.png);
}

.cont04 .cont04_slick .cont04_slick01:hover {
    background-image: url(../images/cont04_slick01_on.png);
}

.cont04 .cont04_slick .cont04_slick02 {
    background-image: url(../images/cont04_slick02.png);
}

.cont04 .cont04_slick .cont04_slick02:hover {
    background-image: url(../images/cont04_slick02_on.png);
}

.cont04 .cont04_slick .cont04_slick03 {
    background-image: url(../images/cont04_slick03.png);
}

.cont04 .cont04_slick .cont04_slick03:hover {
    background-image: url(../images/cont04_slick03_on.png);
}

.cont04 .cont04_slick .cont04_slick04 {
    background-image: url(../images/cont04_slick04.png);
}

.cont04 .cont04_slick .cont04_slick04:hover {
    background-image: url(../images/cont04_slick04_on.png);
}

.cont04 .cont04_slick .cont04_slick05 {
    background-image: url(../images/cont04_slick05.png);
}

.cont04 .cont04_slick .cont04_slick05:hover {
    background-image: url(../images/cont04_slick05_on.png);
}

.cont04 .cont04_slick .cont04_slick06 {
    background-image: url(../images/cont04_slick06.png);
}

.cont04 .cont04_slick .cont04_slick06:hover {
    background-image: url(../images/cont04_slick06_on.png);
}

.cont04 .cont04_slick .slick-dots {
    position: absolute;
    bottom: -88px;
    left: 50%;
    transform: translateX(-50%);
}

.cont04 .cont04_slick .slick-dots li {
    display: inline-block;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background-color: #D6D6D6;
    margin-right: 24px;
    text-indent: -9999px;
    cursor: pointer;
}

.cont04 .cont04_slick .slick-dots li:last-child {
    margin-right: 0;
}

.cont04 .cont04_slick .slick-dots li.slick-active {
    background-color: #355E4C;
}

.cont04 .cont04_indicator {
    z-index: 100;
    cursor: pointer;
}

.cont04 .cont04_indicator .cont04_prevArrow {
    position: absolute;
    bottom: 104px;
    right: 174px;
    border-radius: 10px;
    width: 8.4vw;
    max-width: 56px;
    height: 8.4vw;
    max-height: 56px;
    box-sizing: border-box;
    border: 1px solid rgba(18,18,18,.3);
}

.cont04 .cont04_indicator .cont04_prevArrow:hover {
    border: 2px solid rgba(18,18,18,.45);
    background-color: rgba(18,18,18,.05);
}

.cont04 .cont04_indicator .cont04_nextArrow {
    position: absolute;
    bottom: 104px;
    right: 102px;
    border-radius: 10px;
    width: 8.4vw;
    max-width: 56px;
    height: 8.4vw;
    max-height: 56px;
    box-sizing: border-box;
    border: 1px solid rgba(18,18,18,.3);
}

.cont04 .cont04_indicator .cont04_nextArrow:hover {
    border: 2px solid rgba(18,18,18,.45);
    background-color: rgba(18,18,18,.05);
}

.cont04 .cont04_indicator div img {
    display: block;
    width: 28%;
    max-width: 17px;
    margin: 0 auto;
}

.cont04 .cont04_indicator div .left-move {
    animation-name: left-move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: all 1s ease;
}

@keyframes left-move {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(0);
    }
}

.cont04 .cont04_indicator div .right-move {
    animation-name: right-move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: all 1s ease;
}

@keyframes right-move {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20%);
    }
    100% {
        transform: translateX(0);
    }
}


/* cont05 : 나눔가게 후원자 리스트 및 사진 */

.cont05 {
    height: 575px;
    min-height: 575px;
    background-image: url(../images/cont05_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cont05 .cont05_wrap {
    width: 1359px;
    height: 575px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont05 .cont05_text {
    text-align: center;
    color: #fff;
}

.cont05 .cont05_text .cont05_title {
    font-family: 'NanumSquareRound';
    font-weight: 700;
    font-size: 34px;
    letter-spacing: -.015em;
    line-height: 1.45;
}

.cont05 .cont05_text .cont05_title b {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -.015em;
}

.cont05 .cont05_text .cont05_title b strong {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -.015em;
    color: #FFECB5;
}

.cont05 .cont05_text .cont05_desc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -.015em;
    margin-top: 24px;
}

.cont05 .cont05_text .cont05_desc b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -.015em;
}


/* cont06 : 나눔가게 메시지 및 후원 유의사항 안내 */

.cont06 {
    height: 871px;
    min-height: 871px;
    background-image: url(../images/cont06_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cont06 .cont06_wrap {
    position: relative;
    width: 1359px;
    height: 871px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.cont06 .cont06_wrap .cont06_text {
    display: block;
    font-family: 'NanumSquareRound';
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    width: 660px;
}

.cont06 .cont06_wrap .cont06_text .text01 {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    letter-spacing: -.015em;
    font-size: 26px;
    line-height: 1.69;
}

.cont06 .cont06_wrap .cont06_text .text01 b {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    letter-spacing: -.015em;
    color: #FFECB5;
    font-size: 26px;
}

.cont06 .cont06_wrap .cont06_text .text02 {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    letter-spacing: -.015em;
    padding-top: 25px;
    font-size: 26px;
    line-height: 1.69;
}

.cont06 .cont06_wrap .cont06_text .text03 {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    letter-spacing: -.015em;
    font-size: 32px;
    margin-top: -3px;
}

.cont06 .cont06_wrap .cont06_text .text03 b {
    color: #FFECB5;
    font-size: 32px;
}

.cont06 .cont06_wrap .cont06_btn {
    width: 660px;
    text-align: center;
    margin-top: 20px;
}

.cont06 .cont06_wrap .cont06_btn .btn01 {
    display: inline-block;
    width: 427px;
    height: 96px;
    background-image: url(../images/btn01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    font-size: 0;
    transition: all .25s ease;
    cursor: pointer;
}

.cont06 .cont06_wrap .cont06_btn .btn01 > a {display:block;width:100%;height:100%}

.cont06 .cont06_wrap .cont06_btn .btn01:hover {
    background-image: url(../images/btn01_on.png);
}

.cont06 .cont06_wrap .cont06_btn .btn02 {
    width: 245px;
    margin: 0 auto;
}

.cont06 .cont06_wrap .cont06_btn .btn02 a {
    display: block;
    margin-top: 36px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -.015em;
    text-decoration: underline;
    color: #fff;
    transition: all .25s ease;
}

.cont06 .cont06_wrap .cont06_btn .btn02 a:hover {
    color: #FFECB5;
}

.cont06 .cont06_wrap .cont06_notice {
    display: block;
    margin-top: 62px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
    padding: 26px 40px;
    width: 578px;
}

.cont06 .cont06_wrap .cont06_notice ul {
    display: inline-block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -.015em;
    vertical-align: middle;
    opacity: .8;
    padding-left: 14px;
}

.cont06 .cont06_wrap .cont06_notice ul li {
    position: relative;
    margin-bottom: 12px;
}

.cont06 .cont06_wrap .cont06_notice ul li:last-child {
    margin-bottom: 0;
}

.cont06 .cont06_wrap .cont06_notice ul li strong {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.cont06 .cont06_wrap .cont06_notice ul li::before {
    position: absolute;
    content: "";
    top: 8px;
    left: -16px;
    width: 5px;
    height: 5px;
    background-color: #fff;
}


/* cont07 : 나눔가게 패키지 안내 */

.cont07 {
    position: relative;
    height: 1011px;
    min-height: 1011px;
    background-color: #FFFAEE;
}

.cont07 .cont07_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 418px;
    min-height: 418px;
    margin: 0 auto;
}

.cont07 .cont07_wrap2 {
    background-color: #fff;
    margin: 0 auto;
    height: 593px;
    min-height: 593px;
    border-top: 1px solid rgba(112,112,112,.5);
    border-bottom: 1px solid rgba(112,112,112,.5);
}

.cont07 .cont07_wrap .cont07_top {
    text-align: center;
}

.cont07 .cont07_wrap .cont07_top .title {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    font-size: 50px;
    letter-spacing: -.015em;
    line-height: 1.45;
    margin-bottom: 25px;
}

.cont07 .cont07_wrap .cont07_top .title strong {
    color: #055A3A;
}

.cont07 .cont07_wrap .cont07_top .subtitle {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: -.015em;
}

.cont07 .cont07_wrap .cont07_top .subtitle strong {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.015em;
}

.cont07 .cont07_wrap2 {
    width: 100%;
    height: 594px;
    min-height: 594px;
    background-color: #fff;
    border-top: 1px solid rgba(112,112,112,.5);
}

.cont07 .cont07_wrap2 .cont07_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 594px;
}

.cont07 .cont07_wrap2 .cont07_bottom .package_lineup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1359px;
    height: 356px;
}

.cont07 .cont07_wrap2 .cont07_bottom .package_lineup .package_lineup_subdesc {
    margin-top: 26px;
}

.cont07 .cont07_wrap2 .cont07_bottom .package_lineup > li {
    height: 356px;
    margin: 0 18px 90px 0;
    text-align: center;
}

.cont07 .cont07_wrap2 .cont07_bottom .package_lineup > li:last-child {
    margin-right: 0;
}

.cont07 .cont07_slick {
    position: relative;
    width: 327px;
    height: 188px;
}

.cont07 .cont07_slick .slick-dots {
    position: absolute;
    width: 327px;
    height: 10px;
    bottom: -154px;
    left: -46px;
}

.cont07 .cont07_slick .slick-dots li {
    display: inline-block;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background-color: #D6D6D6;
	margin:0;
    margin-right: 15px;
    text-indent: -9999px;
    cursor: pointer;
}

.cont07 .cont07_slick .slick-dots li:last-child {
    margin-right: 0;
}

.cont07 .cont07_slick .slick-dots li.slick-active {
    background-color: #355E4C;
}

.cont07 .cont07_indicator {
    z-index: 100;
    cursor: pointer;
}

.cont07 .cont07_indicator .cont07_prevArrow {
    position: absolute;
    bottom: 68px;
    left: 516px;
    border-radius: 10px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(18,18,18,.3);
}

.cont07 .cont07_indicator .cont07_prevArrow:hover {
    border: 2px solid rgba(18,18,18,.45);
    background-color: rgba(18,18,18,.05);
}

.cont07 .cont07_indicator .cont07_nextArrow {
    position: absolute;
    bottom: 68px;
    left: 556px;
    border-radius: 10px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(18,18,18,.3);
}

.cont07 .cont07_indicator .cont07_nextArrow:hover {
    border: 2px solid rgba(18,18,18,.45);
    background-color: rgba(18,18,18,.05);
}

.cont07 .cont07_indicator div img {
    display: block;
    width: 28%;
    max-width: 17px;
    margin: 0 auto;
}

.cont07 .cont07_indicator div .left-move {
    animation-name: left-move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: all 1s ease;
}

.cont07 .cont07_indicator div .right-move {
    animation-name: right-move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: all 1s ease;
}


/* cont08 : 나눔가게 패키지 자세히 살펴보기 영역 */

.cont08 {
    position: relative;
    height: 712px;
    min-height: 712px;
    background-color: #FFFAEE;
    border-top: 1px solid rgba(112,112,112,.5);
    border-bottom: 1px solid rgba(112,112,112,.5);
}

.cont08 .cont08_wrap {
    position: relative;
    width: 1359px;
    height: 712px;
    margin: 0 auto;
    text-align: center;
}

.cont08 .cont08_wrap .cont08_title {
    display: inline-block;
    width: 424px;
    height: 64px;
    line-height: 64px;
    border-radius: 0 0 20px 20px;
    background-color: #355245;
    font-family: 'NanumSquareRound';
    font-weight: 800;
    font-size: 23px;
    letter-spacing: -.015em;
    color: #fff;
    text-align: center;
    margin-bottom: 68px;
}

.cont08 .cont08_wrap .cont08_title b {
    display: inline-block;
    font-family: 'NanumSquareRound';
    font-weight: 800;
    font-size: 23px;
    letter-spacing: -.015em;
    color: #FFECB5;
}

.cont08 .cont08_slick {
    position: relative;
    display: block;
    margin: 0 auto;
}

.cont08 .cont08_slick > div {
    display: block;
    box-sizing: border-box;
}

.cont08 .cont08_slick .slick-slide {
    display: block;
    width: 430px;
    height: 402px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .65;
    transform: scale(.9);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.cont08 .cont08_slick .slick-center {
    opacity: 1;
    transform: scale(1);
}

.cont08 .cont08_slick .cont08_slick01 {
    background-image: url(../images/cont08_slick01.png);
}

.cont08 .cont08_slick .cont08_slick02 {
    background-image: url(../images/cont08_slick02.png);
}

.cont08 .cont08_slick .cont08_slick03 {
    background-image: url(../images/cont08_slick03.png);
}

.cont08 .cont08_slick .cont08_slick04 {
    background-image: url(../images/cont08_slick04.png);
}

.cont08 .cont08_slick .cont08_slick05 {
    background-image: url(../images/cont08_slick05.png);
}

.cont08 .cont08_slick .cont08_slick06 {
    background-image: url(../images/cont08_slick06.png);
}

.cont08 .cont08_slick .cont08_slick07 {
    background-image: url(../images/cont08_slick07.png);
}

.cont08 .cont08_slick .cont08_slick08 {
    background-image: url(../images/cont08_slick08.png);
}

.cont08 .cont08_slick .cont08_slick09 {
    background-image: url(../images/cont08_slick09.png);
}

.cont08 .cont08_slick .slick-dots {
    position: absolute;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
}

.cont08 .cont08_slick .slick-dots li {
    display: inline-block;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background-color: #D6D6D6;
    margin-right: 24px;
    text-indent: -9999px;
    cursor: pointer;
}

.cont08 .cont08_slick .slick-dots li:last-child {
    margin-right: 0;
}

.cont08 .cont08_slick .slick-dots li.slick-active {
    background-color: #355E4C;
}

.cont08 .cont08_indicator {
    z-index: 100;
    cursor: pointer;
}

.cont08 .cont08_indicator .cont08_prevArrow {
    position: absolute;
    bottom: 87px;
    right: 174px;
    border-radius: 10px;
    width: 8.4vw;
    max-width: 56px;
    height: 8.4vw;
    max-height: 56px;
    box-sizing: border-box;
    border: 1px solid rgba(18,18,18,.3);
    background-color: #fff;
}

.cont08 .cont08_indicator .cont08_prevArrow:hover {
    border: 2px solid rgba(18,18,18,.45);
    background-color: rgba(18,18,18,.05);
}

.cont08 .cont08_indicator .cont08_nextArrow {
    position: absolute;
    bottom: 87px;
    right: 102px;
    border-radius: 10px;
    width: 8.4vw;
    max-width: 56px;
    height: 8.4vw;
    max-height: 56px;
    box-sizing: border-box;
    border: 1px solid rgba(18,18,18,.3);
    background-color: #fff;
}

.cont08 .cont08_indicator .cont08_nextArrow:hover {
    border: 2px solid rgba(18,18,18,.45);
    background-color: rgba(18,18,18,.05);
}

.cont08 .cont08_indicator div img {
    display: block;
    width: 28%;
    max-width: 17px;
    margin: 0 auto;
}

.cont08 .cont08_indicator div .left-move {
    animation-name: left-move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: all 1s ease;
}

.cont08 .cont08_indicator div .right-move {
    animation-name: right-move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: all 1s ease;
}


/* cont09 : 초록우산 나눔가게 참여 문의 */

.cont09 {
    height: 1187px;
    min-height: 1187px;
    background-color: #fff;
    padding: 100px 0;
}

.cont09 .cont09_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1359px;
    height: 1187px;
    margin: 0 auto;
}

.cont09 .cont09_wrap .cont09_left {
    position: relative;
    width: 663px;
    height: 1187px;
    min-height: 1187px;
}

.cont09 .cont09_wrap .cont09_left .title {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    font-size: 50px;
    line-height: 1.45;
    margin-bottom: 25px;
}

.cont09 .cont09_wrap .cont09_left .title strong {
    color: #355E4C;
}

.cont09 .cont09_wrap .cont09_left .subtitle {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -.01em;
    line-height: 1.75;
}

.cont09 .cont09_wrap .cont09_left .subtitle strong {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -.01em;
}

.cont09 .cont09_wrap .cont09_left .cont09_map {
    position: absolute;
    top: 378px;
    left: -128px;
    background-image: url(../images/cont08_map_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 744px;
    height: 773px;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn {
    position: relative;
    width: 744px;
    height: 773px;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button {
    position: absolute;
    padding: 17px 27px;
    color: #FFF;
    background-color: #008351;
    font-family: 'NanumSquareRound';
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.025em;
    border-radius: 20px;
    transition: all .1s ease-in-out;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button:hover {
    background-color: #355E4C;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button.a {
    top: 165px;
    left: 191px;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button.b {
    top: 308px;
    left: 211px;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button.c {
    top: 494px;
    left: 183px;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button.d {
    top: 691px;
    left: 157px;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button.e {
    top: 109px;
    left: 428px;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button.f {
    top: 260px;
    left: 443px;
}

.cont09 .cont09_wrap .cont09_left .cont09_map .map_btn button.g {
    top: 401px;
    left: 401px;
}

.cont09 .cont09_wrap .cont09_right {
    width: 663px;
    height: 1187px;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 70px;
}

.accordion dl dt {
    position: relative;
    background-color: #fff;
}

.accordion dl dt button {
    display: block;
    width: 100%;
    padding: 35px 40px;
    text-align: left;
    font-size: 30px;
    letter-spacing: -.025em;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 800;
    background: rgba(126, 126, 126, 0.05);
    color: #000;
    word-break: keep-all;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(126, 126, 126, 0.35);
}

.accordion dl dt button:hover {
    color: #FFFFFF;
    background-color: #355E4C;
}

.accordion dl dt.first button {
    border-radius: 20px 20px 0 0 !important;
}

.accordion dl dt.last button {
    border-radius: 0 0 20px 20px !important;
    border-bottom: 0;
}

.accordion dl dt button:after {
    content: '';
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 40px;
    width: 20px;
    height: 35px;
    background: url(../images/cont09_toggle_slide.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.accordion dl dt button:hover:after {
    filter: invert(1);
}

.accordion dl dd.cont {
    position: relative;
    background-color: #fff;
    padding: 35px 40px;
}

.accordion dl dd span {
    position: relative;
    display: block;
    font-size: 0.9em;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: -.015em;
    word-break: keep-all;
    color: #000;
    padding-right: 12px;
}

.accordion dl dd span.name {
    display: inline-block;
    font-weight: 700;
    font-size: 26px;
}

.accordion dl dd span.phone {
    position: absolute;
    top: 40px;
    right: 26px;
    display: inline-block;
    font-weight: 600;
    font-size: 26px;
}

.accordion dl dd span.address {
    margin-top: 19px;
    font-size: 22px;
    font-weight: 400;
}

.accordion dl dt.active button:after {
    width: 14px;
    height: 35px;
    margin-right: 2px;
    background: url(../images/cont09_toggle_slide_on.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.accordion dl dt.active button:hover:after {
    filter: invert(0);
}

.accordion dl dt.active button {
    color: #FFFFFF;
    background-color: #355E4C;
}

.accordion dl dt.active.last button {
    border-radius: 0 !important;
}

.cont_last {
    margin-bottom: 10px;
}

.gap {
    position: relative;
}

.gap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #707070;
    opacity: .35;
}

.accordion-content {
    display: none;
}

.accordion-content.active {
    display: block;
}


/* cont10 : 후원금 사용계획 */

.cont10 {
    width: 1920px;
    height: 826px;
    min-height: 826px;
    background-image: url(../images/cont10_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}

.cont10 .cont10_wrap {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    width: 1359px;
    height: 826px;
    margin: 0 auto;
    padding-right: 31px;
}

.cont10 .cont10_wrap .cont10_title {
    width: 700px;
}

.cont10 .cont10_wrap .cont10_title img {
    padding-left: 8px;
}

.cont10 .cont10_wrap .cont10_title .subtitle {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -.025em;
    color: #121212;
    margin-top: 30px;
    text-align: right;
    padding-right: 13px;
}

.cont10 .cont10_wrap .cont10_object {
    display: inline-block;
    margin-top: 30px;
    width: 702px;
}

.cont10 .cont10_wrap .cont10_object ul li {
    display: inline-block;
    width: 340px;
    box-sizing: border-box;
    vertical-align: top;
}

.cont10 .cont10_wrap .cont10_object ul li:nth-child(odd) {
    margin-right: 14px;
}

.cont10 .cont10_wrap .cont10_object ul li:nth-child(3), 
.cont10 .cont10_wrap .cont10_object ul li:nth-child(4) {
    margin-top: 24px;
}

.cont10 .cont10_wrap .cont10_object ul li .cont10_object_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -.015em;
    background-color: #355245;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
    height: 84px;
    box-sizing: border-box;
    margin-bottom: 5px;
    line-height: 1.35;
}

.cont10 .cont10_wrap .cont10_object ul li .cont10_object_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.015em;
    background-color: rgba(255,255,255,.7);
    color: #121212;
    text-align: center;
    border-radius: 0 0 20px 20px;
    height: 98px;
    box-sizing: border-box;
}

.cont10 .cont10_wrap .cont10_object ul li .cont10_object_subtext {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -.015em;
    margin-top: 8px;
}

.cont10 .cont10_wrap .cont10_object ul li .cont10_object_subtext b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.015em;
}

.cont10 .cont10_wrap .cont10_object ul li .secondline_title {
    height: 100px;
}

.cont10 .cont10_wrap .cont10_object ul li .secondline_text {
    height: 130px;
    line-height: 1.5;
}


/* cont11 : 자주 묻는 질문 */

.cont11 {
    margin: 0 auto;
}

.cont11 .cont11_wrap {
    width: 1359px;
    margin: 0 auto;
    padding: 100px 0;
}

.cont11 h4 {
    font-size: 50px;
    letter-spacing: -.025em;
    font-family: 'NanumSquareRound';
    font-weight: 800;
    text-align: center;
    margin-bottom: 69px;
}

.qna_box2 {
    width: 100%;
    margin: 0 auto;
}

.qna_box2 dl dt {
    position: relative;
}

.qna_box2 dl dt button {
    display: block;
    width: 100%;
    padding: 40px 47px;
    text-align: left;
    font-size: 26px;
    letter-spacing: -0.01em;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    background: #F3F3F3;
    color: #000;
    word-break: keep-all;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(126, 126, 126, 0.35);
}

.qna_box2 dl dt button:hover {
    color: #FFFFFF;
    background-color: #355E4C;
}

.qna_box2 dl dt button:hover:after {
    filter: invert(1);
}

.qna_box2 dl dt.first button {
    border-radius: 20px 20px 0 0 !important;
}

.qna_box2 dl dt.last button {
    border-radius: 0 0 20px 20px !important;
    border-bottom: 0;
}

.qna_box2 dl dt button span {
    display: inline-block;
}

.qna_box2 dl dt button .q {
    width: 3%;
    vertical-align: top;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 900;
    font-size: 26px;
}

.qna_box2 dl dt button .q_cont {
    width: 92%;
}

.qna_box2 dl dd .a {
    display: inline-block;
    width: 3%;
    vertical-align: top;
    color: #355E4C;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 900;
    font-size: 26px;
}

.qna_box2 dl dd .a_cont {
    display: inline-block;
    width: 92%;
}

.qna_box2 > dl > dt > button:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 3.5%;
    transform: translateY(-50%);
    width: 20px;
    height: 35px;
    background: url(../images/cont09_toggle_slide.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.qna_box2 > dl > dd.ico_a {
    position: relative;
    background-color: #fff;
    padding: 40px 47px;
    display: none;
}

.qna_box2 > dl > dd > span {
    position: relative;
    display: block;
    font-size: 22px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.6;
    word-break: keep-all;
    color: #000;
}

.qna_box2 > dl.on > dd {
    display: block;
}

.qna_box2 > dl.on > dt > button:after {
    width: 14px;
    height: 35px;
    margin-right: 2px;
    background: url(../images/cont09_toggle_slide_on.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.qna_box2 dl.on dt button:hover:after {
    filter: invert(0);
}

.qna_box2 > dl.on > dt > button {
    color: #FFFFFF;
    background-color: #355E4C;
}

.qna_box2 > dl.on > dt.last > button {
    border-radius: 0 !important;
}

.a_cont > img {
    display: block;
    margin: 50px 0 30px 72px;
}

.a_last {
    display: block;
    border-radius: 0 0 20px 20px !important;
    padding-bottom: 0 !important;
}


/* cont12 : COPYRIGHT */

.cont12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 162px;
    min-height: 162px;
    background-color: #000;
    margin: 0 auto;
}

.cont12 span {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: -.02em;
    color: #fff;
}


/* 미디어쿼리 */

@media (max-width: 1536px) {

    html {
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .campaign-wrap {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
    }

    .camp-floating-banner {
        right: 2.8%;
    }

}