@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: 232px;
    height: 275px;
    background-image: url(../images/floating-banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    top: 7.5%;
    right: 2.5%;
    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: 987px;
    min-height: 987px;
    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: 1200px;
    height: 987px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

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

.cont01 .cont01_title img {
    display: block;
}

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

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


/* cont02 : 영상 영역 */

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

.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: -.015em;
}


/* cont03 : 선생님 거짓말하지 마세요 영역 */

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

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

.cont03 .cont03_text .cont03_title {
    margin-left: -26px;
}

.cont03 .cont03_text .cont03_desc {
    margin-top: 44px;
}

.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.65;
    color: #121212;
    margin-bottom: 22px;
}

.cont03 .cont03_text .cont03_desc img {
    margin: 0 0 8px -17px;
}

.cont03 .cont03_text .cont03_desc p:first-child {
    margin-bottom: 10px;
}

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

.cont03 .cont03_text .cont03_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.cont03 .cont03_text .cont03_subdesc {
    position: relative;
}

.cont03 .cont03_text .cont03_subdesc::before {
    content: '';
    position: absolute;
    width: 573px;
    height: 1px;
    background: #121212;
    top: -20px;
    left: 0;
    opacity: .5;
}

.cont03 .cont03_text .cont03_subdesc .cont03_subdesc01 {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 19px;
    letter-spacing: -.015em;
    color: #121212;
    margin-top: 58px;
}

.cont03 .cont03_text .cont03_subdesc .cont03_subdesc01 > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}


/* cont04 : 작은 몸으로 11번의 항암을 버틴 지호 영역 */

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

.cont04 .cont04_wrap {
    width: 1200px;
    height: 886px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.cont04 .cont04_text .cont04_title {
    margin-left: -4px;
}

.cont04 .cont04_text .cont04_desc {
    margin-top: 44px;
}

.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.65;
    color: #121212;
    margin-bottom: 22px;
}

.cont04 .cont04_text .cont04_desc img {
    margin: 0 0 8px -17px;
}

.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 .cont04_desc04 {
    margin-bottom: 8px;
}

.cont04 .cont04_text .cont04_desc .cont04_desc0506 {
    display: flex;
}

.cont04 .cont04_text .cont04_desc .cont04_desc06 {
    margin-left: 5px;
}


/* cont05 : 끝이 보이지 않는 병원비 영역 */

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

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

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

.cont05 .cont05_text .cont05_title {
    margin-left: -4px;
}

.cont05 .cont05_text .cont05_desc {
    margin-top: 44px;
}

.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.65;
    color: #121212;
    margin-bottom: 22px;
}

.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 : 수차례 항암에도 남아 있는 7cm 종양 영역 */

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

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

.cont06 .cont06_text {
    margin-right: 40px;
}

.cont06 .cont06_text .cont06_title {
    margin-left: -4px;
}

.cont06 .cont06_text .cont06_desc {
    margin-top: 44px;
}

.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.65;
    color: #121212;
    margin-bottom: 22px;
}

.cont06 .cont06_text .cont06_desc img {
    margin: 10px 0 30px -17px;
}

.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 : 서로의 전부, 지호와 엄마 영역 */

.section-7 {
    background: #fdeae5;
}

.background-container {
    position: relative;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 731px;
    min-height: 731px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.cont07 {
    height: 731px;
    min-height: 731px;
}

.cont07 .cont07_wrap {
    position: relative;
    width: 1200px;
    height: 731px;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
}

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

.cont07 .cont07_text .cont07_desc {
    margin-top: 44px;
}

.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.65;
    color: #121212;
    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 {
    height: 937px;
    min-height: 937px;
    background-image: url(../images/cont08_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont08 .cont08_wrap {
    width: 100%;
    height: 937px;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
}

.cont08 .cont08_wrap .cont08_left {
    width: 50%;
}

.cont08 .cont08_wrap .cont08_left .mom_text {
    position: relative;
}

.cont08 .cont08_wrap .cont08_left .mom_text .heart {
    position: absolute;
}

.cont08 .cont08_wrap .cont08_left .mom_text .heart.mom_text_heart01 {
    top: -30px;
    left: 362px;
}

.cont08 .cont08_wrap .cont08_left .mom_text .heart.mom_text_heart02 {
    bottom: 5px;
    right: 40px;
}

.cont08 .cont08_wrap .cont08_left .cont08_title01 {
    margin: 0 70px 40px 368px;
}

.cont08 .cont08_wrap .cont08_right {
    width: 50%;
    margin-top: -100px;
    text-align: left;
}

.cont08 .cont08_wrap .cont08_right .jiho_text {
    position: relative;
}

.cont08 .cont08_wrap .cont08_right .jiho_text .heart {
    position: absolute;
}

.cont08 .cont08_wrap .cont08_right .jiho_text .heart.jiho_text_heart01 {
    top: 20px;
    left: 120px;
}

.cont08 .cont08_wrap .cont08_right .jiho_text .heart.jiho_text_heart02 {
    top: -20px;
    left: 150px;
}

.cont08 .cont08_wrap .cont08_right .cont08_title02 {
    margin: 28px 0 0 168px;
}

.cont08 .cont08_text .cont08_desc {
    margin-top: 56px;
}

.cont08 .cont08_text .cont08_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 24px;
    letter-spacing: -.015em;
    line-height: 1.65;
    color: #121212;
}

.cont08 .cont08_text .cont08_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
}


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

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

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

.cont09 .cont09_text {
    text-align: center;
    margin-left: 55px;
}

.cont09 .cont09_text .cont09_subdesc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 26px;
    letter-spacing: -.015em;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 50px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.cont09 .cont09_text .cont09_btn .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);
}

.cont09 .cont09_text .cont09_btn .button--dione:hover>span {
	color: #fffb9b;
	outline-offset: 12px;
	outline-color: #005B48;
}

.cont09 .cont09_text .cont09_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: #005B48;
}


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

.cont10 {
    height: 703px;
    min-height: 703px;
    background-image: url(../images/cont10_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont10 .cont10_wrap {
    width: 1200px;
    height: 703px;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
}

.cont10 .cont10_text {
    margin-right: -24px;
}

.cont10 .cont10_title {
    display: block;
    margin-bottom: 35px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 35px;
    letter-spacing: -.015em;
    line-height: 1.55;
    color: #000;
    text-align: left;
}

.cont10 .cont10_object > div  {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.cont10 .cont10_object > div:last-child {
    margin-bottom: 0;
}

.cont10 .cont10_object > div::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: dashed;
    color: #000;
    width: 713px;
    height: 0;
}

.cont10 .cont10_object div:last-child::after{
    display: none;
}

.cont10 .cont10_object > div > div > .desc_title {
    display: inline-block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 22px;
    letter-spacing: -.03em;
    color: #fff;
    border-radius: 10px;
    max-width: 113px;
    width: 113px;
    height: 42px;
    line-height: 42px;
    background-color: #6f2e27;
    text-align: center;
    margin-right: 21px;
}

.cont10 .cont10_object > div > div > .desc_cont {
    display: inline-block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 22px;
    letter-spacing: -.035em;
    color: #121212;
}

.cont10 .cont10_subtitle {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 19px;
    letter-spacing: -.035em;
    margin-top: 45px;
    color: #121212;
    opacity: .9;
}


/* cont11 : COPYRIGHT */

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

.cont11 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 {
        top: 8%;
        right: 3.5%
    }

}