@charset "UTF-8";

header {
    position: absolute;
}

/* 공통 영역 */

.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: 11.65%;
    right: 1.65%;
    z-index: 99;
    transition: all .5s;
}

.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: 988px;
    min-height: 988px;
    background-image: url(../images/cont01_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont01 .cont01_wrap {
    position: relative;
    width: 1440px;
    height: 988px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.cont01 .cont01_title {
    position: absolute;
    top: 50%;
    right: 160px;
    transform: translateY(-50%);
    z-index: 2;
}

.cont01 .cont01_title img {
    display: block;
    margin-top: -20px;
}

.cont01 .cont01_title .cont01_subtitle {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 25px;
    letter-spacing: -0.015em;
    line-height: 1.8;
    text-align: center;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-top: 34px;
    opacity: .95;
}

.cont01 .cont01_title .cont01_subtitle b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}

.cont01 .cont01_title .cont01_btn {
    margin-top: 75px;
    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: #175f3d;
	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: 752px;
    min-height: 752px;
}

.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: #fff;
    opacity: .5;
    letter-spacing: -0.015em;
}


/* cont03 : 쪼그만 걸 맨날 업고... 영역 */

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

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

.cont03 .cont03_text {
    margin-right: 325px;
}

.cont03 .cont03_text .cont03_desc {
    margin: 56px 0 0 35px;
}

.cont03 .cont03_text .cont03_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 24px;
    letter-spacing: -0.015em;
    line-height: 1.65;
    color: #121212;
    margin-bottom: 36px;
}

.cont03 .cont03_text .cont03_desc p:last-child {
    margin-bottom: 0;
}

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


/* cont04 : 추워도 매일 데리러 간다 영역 */

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

.cont04 .cont04_wrap {
    width: 1440px;
    height: 952px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
}

.cont04 .cont04_text {
    margin-left: 184px;
}

.cont04 .cont04_text .cont04_desc {
    margin: 56px 0 0 35px;
}

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

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

.cont04 .cont04_text .cont04_desc_add {
    margin: 50px 0 0 10px;
}


/* cont05 : 저는 운이 좋은 사람 같아요 영역 */

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

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

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

.cont05 .cont05_text .cont05_desc {
    margin: 56px 0 0 35px;
}

.cont05 .cont05_text .cont05_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 24px;
    letter-spacing: -0.015em;
    line-height: 1.65;
    color: #fff;
    margin-bottom: 36px;
}

.cont05 .cont05_text .cont05_desc p:last-child {
    margin-bottom: 0;
}

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


/* cont06 : 18살 다훈이의 일상 영역 */

.section-6 {
    position: relative;
    background: #554f4a;
    width: 100%;
    height: 100%;
}

.image-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
}
  
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 10;
}

.image-1 { 
    background-image: url('../images/cont06_bg01.png');
}

.image-2 { 
    background-image: url('../images/cont06_bg02.png');
}

.image-3 { 
    background-image: url('../images/cont06_bg03.png');
}

.image-4 { 
    background-image: url('../images/cont06_bg04.png');
}

.image-5 { 
    background-image: url('../images/cont06_bg05.png');
}

.image-6 { 
    background-image: url('../images/cont06_bg06.png');
}

.cont06 {
    position: absolute;
    top: 0;
    left: 260px;
}

.cont06 .cont06_wrap {
    position: relative;
    width: 1440px;
    height: 100vh;
    margin: 0 auto;
    z-index: 100;
}

.cont06 .cont06_wrap .cont06_text {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 49;
}

.cont06 .cont06_wrap .cont06_text ul {
    margin-top: 75px;
    margin-left: 40px;
}

.cont06 .cont06_wrap .cont06_text ul::before {
    content: "";
    position: absolute;
    top: 180px;
    left: 0px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    color: #fff;
    width: 0;
    height: 470px;
    opacity: .35;
    z-index: 50;
}

.cont06 .cont06_wrap .cont06_text ul li {
    position: relative;
    margin-bottom: 30px;
}

.cont06 .cont06_wrap .cont06_text ul li::before {
    content: "";
    position: absolute;
    top: 41%;
    left: -44px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    z-index: 51;
}

.cont06 .cont06_wrap .cont06_text ul li.active::before {
    content: "";
    position: absolute;
    top: 39%;
    left: -46px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #decfa0;
    opacity: 1;
    z-index: 51;
}

.cont06 .cont06_wrap .cont06_text ul li .st_li01_date {
    display: inline-block;
    color: #e4d7c5;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 22px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    opacity: .5;
    vertical-align: middle;
}

.cont06 .cont06_wrap .cont06_text ul li .st_li01_desc {
    display: inline-block;
    color: #fff;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 25px;
    margin-left: 20px;
    line-height: 1.65;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    opacity: .5;
    vertical-align: middle;
}

.cont06 .cont06_wrap .cont06_text ul li .st_li01_desc.desc_2nd {
    margin-left: 26px;
}

.cont06 .cont06_wrap .cont06_text ul li.active .st_li01_date {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
    opacity: 1;
}

.cont06 .cont06_wrap .cont06_text ul li.active .st_li01_desc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
    opacity: 1;
}


/* cont07 : 천장에서 흙이랑 벌레가 떨어져요 영역 */

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

.cont07 .cont07_wrap {
    width: 1440px;
    height: 936px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
}

.cont07 .cont07_text {
    margin-left: 414px;
}

.cont07 .cont07_text .cont07_desc {
    margin: 56px 0 0 35px;
}

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

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

.cont07 .cont07_text .cont07_desc_add {
    margin: 50px 0 0 10px;
}


/* cont08 : 천장에서 흙이랑 벌레가 떨어져요 영역 */

.cont08 {
    position: relative;
    height: 927px;
    min-height: 927px;
    background-image: url(../images/cont08_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
}

.cont08 .cont08_text {
    text-align: center;
    margin-bottom: 195px;
}

.cont08 .cont08_text .cont08_subdesc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 26px;
    letter-spacing: -0.015em;
    line-height: 1.65;
    opacity: .95;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.cont08 .cont08_text .cont08_maindesc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 28px;
    letter-spacing: -0.015em;
    opacity: .95;
    color: #fff;
    margin-bottom: 47px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.cont08 .cont08_text .cont08_btn .button--dione::before {
	content: '';
	background: #50443b;
	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);
}

.cont08 .cont08_text .cont08_btn .button--dione:hover>span {
	color: #fff;
	outline-offset: 12px;
	outline-color: #2d251f;
}

.cont08 .cont08_text .cont08_btn .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: #2d251f;
}


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

.cont09 {
    height: 936px;
    min-height: 936px;
    background: #3c3129;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont09 .cont09_text {
    color: #fff;
    text-align: center;
}

.cont09 .cont09_text .cont09_title {
    position: relative;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 30px;
    letter-spacing: -0.015em;
    opacity: .95;
    color: #fff;
    margin-bottom: 56px;
}

.cont09 .cont09_text .cont09_title::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 3px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    color: #fff;
    width: 100px;
    height: 0;
    opacity: .5;
}

.cont09 .cont09_text .cont09_title::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 3px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    color: #fff;
    width: 100px;
    height: 0;
    opacity: .5;
}

.cont09 .cont09_text .cont09_object {
    display: flex;
    width: 1204px;
    height: 579px;
    justify-content: space-between;
    align-items: center;
}

.cont09 .cont09_text .cont09_object > div {
    width: 382px;
    height: 579px;
    text-align: center;
}

.cont09 .cont09_text .cont09_object div .desc_title {
    position: relative;
    background: #2b2721;
    height: 81px;
    line-height: 81px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 27px;
	font-weight: 800;
    letter-spacing: -.035em;
    border-radius: 10px 10px 0 0;
    margin-top: 19px;
}

.cont09 .cont09_text .cont09_object div .desc_title::before {
    content: "";
    position: absolute;
    top: -53px;
    left: 30px;
    width: 14px;
    height: 80px;
    background-image: url(../images/cong09_object_fl_ring.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cont09 .cont09_text .cont09_object div .desc_title::after {
    content: "";
    position: absolute;
    top: -53px;
    right: 30px;
    width: 14px;
    height: 80px;
    background-image: url(../images/cong09_object_fl_ring.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

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


/* cont10 : COPYRIGHT */

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

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


@media (max-width: 1536px) {

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

    .camp-floating-banner {
        right: 1%;
        zoom: 0.9;
    }

    .section-6 {
        min-width: 1920px;
        min-height: 960px;
        left: 0 !important;
    }
    
    .image-wrapper {
        min-width: 1920px;
        min-height: 960px;
    }
      
    .bg-image {
        min-width: 1920px;
        min-height: 960px;
    }

    .cont06 .cont06_wrap {
        width: 1440px;
        min-height: 960px;
    }

    .cont06 .cont06_wrap .cont06_text {
        top: 7.5%;
        zoom: 0.95;
        transform: translateY(0);
    }


}