@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-banner-bg-2.png);
}

/* 상단 메뉴바 고정 해제 */
header {
    position: absolute !important;
}


/* 공통 영역 */

.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 {
    cursor: pointer;
    width: 229px;
    height: 271px;
    background-image: url(../images/floating-banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    top: 5.25%;
    right: 1.75%;
    z-index: 99;
    transition: all .25s ease-in-out !important;
    opacity: 0;
    visibility: hidden;
}

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

.camp-floating-banner:hover {
    background-image: url(../images/floating-banner-bg-2.png);
}


/* cont01 : 메인 비쥬얼 영역 */

.cont01 {
    height: 986px;
    min-height: 986px;
    background-image: url(../images/cont01_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont01 .cont01_wrap {
    position: relative;
    width: 1400px;
    height: 986px;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
}

.cont01 .cont01_title {
    margin-right: -20px;
}

.cont01 .cont01_title .todolist {
    display: block;
    text-align: center;
    margin-bottom: 36px;
}

.cont01 .cont01_title .cont01_subtitle {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 24px;
    letter-spacing: -.015em;
    line-height: 1.666666;
    text-align: center;
    color: #fff;
    margin-top: 24px;
}

.cont01 .cont01_title .cont01_btn {
    margin: 42px 0 90px;
    text-align: center;
}


/* 버튼 영역 */

.button {
	pointer-events: auto;
	cursor: pointer;
	background: #e7e7e7;
	border: none;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
    text-align: center;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button--dione {
	background: none;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 28px;
	width: 326px;
	height: 100px;
    line-height: 100px;
	vertical-align: middle;
    border-radius: 15px;
    letter-spacing: 0;
}

.button--dione span {
	display: inline-block;
	position: relative;
	color: #fff;
}

.button--dione::before {
	content: '';
	background: #057349;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
}

.button--dione:hover>span {
	color: #fffb9b;
	outline-offset: 12px;
	outline-color: #005b48;
}

.button--dione:hover::before {
	transform: scale3d(0.9, 0.8, 1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.31);
	background-color: #005b48;
}

.button--dione::after {
	content: '';
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
	transform: scale3d(0.9, 0.8, 1);
}

.button--dione:hover::after {
	transform: scale3d(1,1,1);
	outline: 4px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 15px;
    animation: fadeout 1.2s 1 ease;
    animation-fill-mode: forwards;
}

@keyframes fadeout {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}


/* cont02 : 영상 영역 */

.cont02 {
    position: relative;
    background-image: url(../images/cont02_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 737px;
    min-height: 737px;
}

.yt-area {
    width: 852px;
    height: inherit;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yt-area > .yt-box {
    width: 100%;
    height: 480px;
    box-shadow: 4.5px 7.794px 31.36px 0.64px rgba(0, 0, 0, 0.45);
}

.cont02 .cont02_text {
    margin-top: 42px;
    text-align: center;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 18px;
    color: #121212;
    opacity: .75;
    letter-spacing: -.015em;
}


/* cont03 : 한글도 못 읽고 빼기, 곱하기도 모르는 거예요. 영역 */

.cont03 {
    height: 610px;
    min-height: 610px;
    background-image: url(../images/cont03_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont03 .cont03_wrap {
    width: 1400px;
    height: 610px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont03 .cont03_text {
    margin-left: -158px;
}

.cont03 .cont03_text .cont03_desc {
    margin: 44px 0 0 23px;
}

.cont03 .cont03_text .cont03_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 25px;
    letter-spacing: -.015em;
    line-height: 1.692307;
    color: #fff;
}

.cont03 .cont03_text .cont03_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
}


/* cont04 : 내가 업어 키웠더니 이제 나를 업을라고 하네. 영역 */

.cont04 {
    height: 652px;
    min-height: 652px;
    background-image: url(../images/cont04_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont04 .cont04_wrap {
    width: 1400px;
    height: 652px;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
}

.cont04 .cont04_text {
    margin-right: 162px;
}

.cont04 .cont04_text .cont04_desc {
    margin: 44px 0 0 23px;
}

.cont04 .cont04_text .cont04_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 25px;
    letter-spacing: -.015em;
    line-height: 1.692307;
    color: #121212;
    margin-bottom: 22px;
}

.cont04 .cont04_text .cont04_desc p:last-child {
    margin-bottom: 0;
}

.cont04 .cont04_text .cont04_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
}


/* cont05 : 저 애 키우라고 구십까지 산 거야. 영역 */

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

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

.cont05 .cont05_text {
    margin-left: 80px;
}

.cont05 .cont05_text .cont05_desc {
    margin: 44px 0 0 23px;
}

.cont05 .cont05_text .cont05_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 25px;
    letter-spacing: -.015em;
    line-height: 1.692307;
    color: #fff;
}

.cont05 .cont05_text .cont05_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
}


/* cont06 : 물을 이만큼만 따르라니까 왜 또 까먹고 그래. 영역 */

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

.cont06 .cont06_wrap {
    width: 1400px;
    height: 702px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont06 .cont06_text {
    margin-left: 221px;
}

.cont06 .cont06_text .cont06_desc {
    margin: 44px 0 0 23px;
}

.cont06 .cont06_text .cont06_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 25px;
    letter-spacing: -.015em;
    line-height: 1.692307;
    color: #121212;
    margin-bottom: 22px;
}

.cont06 .cont06_text .cont06_desc p:last-child {
    margin-bottom: 0;
}

.cont06 .cont06_text .cont06_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
}


/* cont07 : 저는 할머니가 엄마고, 선생님이에요. 키워주셔서 고마워요. 영역 */

.cont07 {
    position: relative;
    height: 702px;
    min-height: 702px;
    background-color: #6d604d;
}

.cont07_slick_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cont07 .cont07_indicator .cont07_prevArrow {
    position: absolute;
    bottom: 110px;
    right: 370px;
    border-radius: 10px;
    background-color: #352b1c;
    width: 39px;
    height: 39px;
    border: 1px solid #fffbf4;
    cursor: pointer;
    z-index: 100;
    box-sizing: border-box;
}

.cont07 .cont07_indicator .cont07_nextArrow {
    position: absolute;
    bottom: 110px;
    right: 317px;
    display: inline-block;
    border-radius: 10px;
    background-color: #352b1c;
    width: 39px;
    height: 39px;
    border: 1px solid #fffbf4;
    cursor: pointer;
    z-index: 100;
    box-sizing: border-box;
}

.cont07 .cont07_indicator .cont07_prevArrow:hover,
.cont07 .cont07_indicator .cont07_nextArrow:hover {
    background-color: #564936;
    border: 2px solid #fff;
}

.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;
}

@keyframes left-move {
    0% {
        transform: translateX(10%);
        opacity: .5;
    }
    50% {
        transform: translateX(-10%);
        opacity: .9;
    }
    100% {
        transform: translateX(10%);
        opacity: .5;
    }
}

.cont07 .cont07_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(-10%);
        opacity: .5;
    }
    50% {
        transform: translateX(10%);
        opacity: .9;
    }
    100% {
        transform: translateX(-10%);
        opacity: .5;
    }
}

.cont07 .cont07_slick .slick-dots {
    bottom: 110px;
    left: 380px;
}

.cont07 .cont07_slick .slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(255,253,248,.3);
    margin: 12px;
    z-index: 100;
}

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

.cont07 .cont07_wrap {
    position: relative;
    width: 1400px;
    height: 702px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
}

.cont07 .cont07_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 80px;
}

.cont07 .cont07_text .cont07_title {
    margin-left: -2px;
}

.cont07 .cont07_text .cont07_desc {
    margin: 44px 0 0 23px;
}

.cont07 .cont07_text .cont07_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 25px;
    letter-spacing: -.015em;
    line-height: 1.692307;
    color: #fff;
    margin-bottom: 22px;
}

.cont07 .cont07_text .cont07_desc p:last-child {
    margin-bottom: 0;
}

.cont07 .cont07_text .cont07_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
}


/* cont08 : 후원 독려 영역 */

.cont08 {
    position: relative;
    height: 900px;
    min-height: 900px;
    /* overflow: hidden; */
    overflow: visible;
}

.cont08 .bg-layer {
    position: absolute;
    width: 100%;
    inset: 0;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity .5s ease-in-out;
}

.cont08 .bg01 {
    max-width: 1920px;
    background-image: url(../images/cont08_bg01.png);
    opacity: 1;
    z-index: -2;
}

.cont08 .bg02 {
    max-width: 1920px;
    background-image: url(../images/cont08_bg02.png);
    opacity: 0;
    z-index: -1;
}

.pin-spacer {
    width: 100% !important;
    background-color: #6d604d;
}

.cont08 .cont08_wrap {
    position: relative;
    z-index: 2;
    width: 1400px;
    height: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont08 .cont08_text .cont08_desc {
    text-align: center;
    margin-top: 44px;
}

.cont08 .cont08_text .cont08_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 25px;
    letter-spacing: -.015em;
    line-height: 1.692307;
    color: #121212;
    text-align: center;
    margin-bottom: 22px;
}

.cont08 .cont08_text .cont08_desc p:last-child {
    margin-bottom: 42px;
}

.cont08 .cont08_text .cont08_desc p b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
    font-size: 25px;
}

.cont08 .cont08_btn {
    text-align: center;
}


/* cont09 : 사업소개 영역 */

.cont09 {
    height: 842px;
    min-height: 842px;
    background-color: #6d604d;
}

.cont09 .cont09_wrap {
    width: 1200px;
    height: 842px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont09 .cont09_text {
    text-align: center;
}

.cont09 .cont09_title {
    display: block;
    margin-bottom: 50px;
}

.cont09 .cont09_title .cont09_title_text {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -.015em;
    color: #fff;
}

.cont09 .cont09_title .cont09_title_text b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #f5f0e6;
}

.cont09 .cont09_text .cont09_object {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 444px;
}

.cont09 .cont09_text .cont09_object > div {
    width: 382px;
    height: 444px;
    text-align: center;
    filter: drop-shadow(0 0 10px rgba(0,0,0,.29));
    opacity: 0;
    visibility: hidden;
}

.cont09 .cont09_text .cont09_object > div > img {
    display: block;
    font-size: 0;
}

.cont09 .cont09_text .cont09_object div .desc_title {
    position: relative;
    background: #292012;
    height: 80px;
    line-height: 80px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 27px;
	font-weight: 700;
    letter-spacing: -.015em;
    color: #fff;
}

.cont09 .cont09_text .cont09_object div .desc_cont {
    padding: 28px 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    color: #222222;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.015em;
    line-height: 1.65;
    opacity: 0.95;
}

.cont09 .cont09_subtitle {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 20px;
    letter-spacing: -.015em;
    margin-top: 88px;
    color: #ffffff;
    opacity: .5;
}


/* cont10 : COPYRIGHT */

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

.cont10 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;
    }

    body {
        overflow: visible !important;
    }

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

    .camp-floating-banner {
        top: 3.5%;
        right: 1.5%
    }

    section:not(.section-8) {
        zoom: 0.85;
    }

    .cont08 {
        width: 100vw;
        height: 100vh;
        min-height: 100vh;
        overflow: visible !important;
    }

    .cont08 .cont08_wrap {
        width: 100vw;
        height: 100vh;
    }

    .cont08_text {
        zoom: 0.785;
    }

}