@charset "UTF-8";


/* 공통 영역 */

.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;
    color : #121212;
}

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


/* 플로팅배너 영역 */

.camp-floating-banner {
    cursor: pointer;
    width: 205px;
    height: 275px;
    background-image: url(../images/floating-banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    top: 13%;
    right: 3.5%;
    z-index: 99;
    transition: all .3s;
}
.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: 1530px;
    min-height: 1530px;
    background-image: url(../images/cont01_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cont01 .cont01_wrap {
    position: relative;
    width: 1200px;
    height: 1530px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
}

.cont01 .cont01_title {
    position: absolute;
    top: 158px;
    right: 72px;
    z-index: 2;
}

.cont01 .cont01_title img {
    display: block;
    text-align: center;
    margin : 0 auto;
}

.cont01 .cont01_title .cont01_subtitle {
    text-align: center;
    letter-spacing: -0.015em;
    font-size: 26px;
    line-height: 1.5;
}

.cont01 .cont01_title .cont01_subtitle1 {
    font-family: Pretendard;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 14px;
}

.cont01 .cont01_title .cont01_subtitle2 {
    font-family: Pretendard;
    font-weight: 500;
}

.cont01 .cont01_title .cont01_subtitle strong {
    font-family: Pretendard;
    font-weight: 700;
}

.cont01 .cont01_title .cont01_btn {
    margin-top: 64px;
    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;
	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: #009465;
	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;
	}
}

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

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

.cont01_text {
    margin-top: 42px;
    text-align: center;
	font-family: Pretendard;
	font-weight: 400;
	font-size: 18px;
    color: #121212;
    opacity: .5;
    letter-spacing: -.015em;
}

/* 
.yt-area > .yt-box.video_fixed {
    position: fixed;
    bottom: 70px;
    right: 1%;
    width: 320px;
    height: 180px;
    z-index: 99999;
    box-shadow: rgba(0,0,0,0.2) 9px 9px 20px 2px;
    padding-top: 0;
    border: 5px solid #009465;
}

.yt-area > .yt-box iframe {
    box-sizing: border-box;
}

.btn-yt-close {
    position:fixed;
    bottom:270px;
    right:1%;
    z-index:9999;
    opacity:0;
    cursor:pointer;
    width:auto;
}

.btn-yt-close.btn-yt-close-on {
    opacity:1
} */


/* cont03 : 수없이 많이 울었죠 영역 */

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

.cont03 .cont03_wrap {
    width: 1200px;
    height: 1103px;
    margin: 0 auto;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 252px;
}

.cont03 .cont03_wrap .cont03_text {
    display: block;
    font-size: 24px;
    letter-spacing: -.015em;
    color: #121212;
    margin-top: 50px;
}

.cont03 .cont03_wrap .cont03_text .cont03_text01 {
    display: block;
    font-family: Pretendard;
	font-weight: 400;
    line-height: 1.7;
    margin-bottom: 36px;
}

.cont03 .cont03_wrap .cont03_text .cont03_text02 {
    display: block;
	font-family: Pretendard;
	font-weight: 400;
    line-height: 1.7;
}

.cont03 .cont03_wrap .cont03_text div strong {
    font-family: Pretendard;
	font-weight: 600;
}


/* cont04 : 언제 무너질지 모르는 아빠의 몸 영역 */

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

.cont04 .cont04_wrap {
    position: relative;
    width: 1200px;
    height: 1025px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
}

.cont04 .cont04_wrap .cont04_text {
    display: block;
    font-family: Pretendard;
	font-weight: 400;
    line-height: 1.7;
    font-size: 24px;
    letter-spacing: -.015em;
    color: #121212;
    margin-right: 70px;
}

.cont04 .cont04_wrap .cont04_text p strong {
    font-family: Pretendard;
	font-weight: 600;
}

.cont04 .cont04_wrap .cont04_text .cont04_text01 {
    margin-top: 42px;
} 

.cont04 .cont04_wrap .cont04_text .cont04_text02 {
    margin-top: 20px;
}

.cont04 .cont04_wrap .cont04_text .cont04_subtitle {
    display: block;
    margin: 70px 0 40px;
}


/* cont05 : 도저히 안되겠습니다 영역 */

.cont05 {
    height: 875px;
    min-height: 875px;
    background-image: url(../images/cont05_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

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

.cont05 .cont05_wrap .cont05_text {
    display: block;
    font-family: Pretendard;
	font-weight: 400;
    line-height: 1.7;
    font-size: 24px;
    letter-spacing: -.015em;
    color: #121212;
    margin-right: 70px;
}

.cont05 .cont05_wrap .cont05_text p {
    margin-left: 29px;
}

.cont05 .cont05_wrap .cont05_text .cont05_text01 {
    margin-top: 42px;
}

.cont05 .cont05_wrap .cont05_text .cont05_text02 {
    margin: 20px 0 20px 29px;
}


/* cont06 : 보통 아이들처럼 태어났으면 더 좋았을텐데 영역 */

.cont06 {
    height: 1025px;
    min-height: 1025px;
    background-image: url(../images/cont06_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cont06 .cont06_wrap {
    position: relative;
    width: 1200px;
    height: 1025px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.cont06 .cont06_wrap .cont06_text {
    display: block;
    font-family: Pretendard;
	font-weight: 400;
    line-height: 1.7;
    font-size: 24px;
    letter-spacing: -.015em;
    color: #121212;
}

.cont06 .cont06_wrap .cont06_text img {
    margin-left: -29px;
}

.cont06 .cont06_wrap .cont06_text .cont06_text01 {
    margin-top: 42px;
}

.cont06 .cont06_wrap .cont06_text .cont06_text02 {
    margin-top: 20px;
    margin-bottom: 180px;
}


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

.cont07 {
    height: 767px;
    min-height: 767px;
    background-image: url(../images/cont07_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cont07 .cont07_wrap {
    width: 1200px;
    height: 767px;
    margin: 0 auto;
}

.cont07 .cont07_wrap .cont07_title {
    display: block;
    font-family: Pretendard;
	font-weight: 400;
    line-height: 1.75;
    font-size: 27px;
    letter-spacing: -.015em;
    color: #fff;
    padding-top: 150px;
    margin-bottom: 28px;
    filter: drop-shadow(0 0 0.75rem #50443b);
}

.cont07 .cont07_wrap .cont07_title strong {
    font-family: Pretendard;
    font-weight: 600;
}

.cont07 .cont07_wrap .cont07_btn {
    margin-top: 42px;
}


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

.cont08 {
    height: 795px;
    min-height: 795px;
    background-image: url(../images/cont08_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cont08 .cont08_wrap {
    width: 1200px;
    height: 795px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}

.cont08 .cont08_table ul {
    margin-left: 23px;
    margin-top: 24px;
}

.cont08 .cont08_table ul li {
    position: relative;
    filter: drop-shadow(0 0 0.75rem #50443b);
    padding-left: 10px;
}

.cont08 .cont08_table ul li::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    color: #fff;
    width: 524px;
    height: 0;
    opacity: .7;
}

.cont08 .cont08_table ul li:last-child:after{
    display: none;
}

.cont08 .cont08_table ul li:nth-child(2){
    margin: 36px 0;
}

.cont08 .cont08_table ul li h6 {
    display: inline-block;
    font-family: Pretendard;
	font-weight: 700;
    font-size: 28px;
    letter-spacing: -.01em;
    color: #ffe178;
}

.cont08 .cont08_table ul li p {
    display: inline-block;
    font-family: Pretendard;
	font-weight: 400;
    font-size: 28px;
    letter-spacing: -.01em;
    margin-left: 14px;
    color: #fff;
}

.cont08 .cont08_table .cont08_text {
    display: block;
	font-family: Pretendard;
	font-weight: 400;
	font-size: 22px;
    line-height: 1.75;
    color: #fff;
    opacity: .9;
    letter-spacing: -.01em;
    margin-top: 50px;
    margin-left: 23px;
}


/* cont09 : COPYRIGHT 영역 */

.cont09 {
    height: 140px;
    min-height: 140px;
    background: #000;
    color: #fff;
}

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

.cont09 .cont09_wrap .copyright {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.015em;
    opacity: .95;
}



@media (max-width: 1536px) {

    .campaign-wrap {
        zoom:0.85;
    }

    .camp-floating-banner {
        width: 190px;
    }

  }