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

.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: 13%;
    right: 2.5%;
    z-index: 99;
    transition: all .25s ease-in-out !important;
}

.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 {
    max-width: 1920px;
    height: 882px;
    min-height: 882px;
    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: 1440px;
    height: 882px;
    margin: 0 auto;
    margin-top: 200px;
    display: flex;
    align-items: center;
}

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

.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.7;
    text-align: center;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.68);
    color: #fff;
    margin-top: 50px;
}

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

.cont01 .cont01_title .cont01_btn {
    margin-top: 40px;
    text-align: center;
}

.cont01 .cont01_title .cont01_subdesc {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 18px;
    letter-spacing: -.035em;
    text-align: center;
    color:rgba(255, 255, 255, .5);;
    margin-top: 40px;
}


/* 버튼 영역 */

.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-color: #3b342c;
    height: 720px;
    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 : KBS 동행 500회 특집 소개 영역 */

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

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

.cont03 .cont03_text {
    text-align: center;
}

.cont03 .cont03_text .cont03_subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 20px;
    letter-spacing: -.035em;
    color: #fff;
    background: #3f352c;
    padding: 12px 0;
    max-width: 293px;
    margin: 0 auto;
    border-radius: 10px;
}

.cont03 .cont03_text .cont03_title {
    display: block;
    margin-top: 40px;
}

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

.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: 28px;
}

.cont03 .cont03_text .cont03_desc img {
    margin: 0 0 30px -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: 700;
}


/* cont04 : 이 핏텅이가 눈에 밟혀... 영역 */

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

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

.cont04 .cont04_text .cont04_desc {
    margin: 43px 0 0 28px;
}

.cont04 .cont04_text .cont04_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;
    margin-bottom: 28px;
}

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

.cont04 .cont04_text .cont04_subdesc {
    position: relative;
    margin-left: 28px;
}

.cont04 .cont04_text .cont04_subdesc::before {
    content: '';
    position: absolute;
    width: 810px;
    height: 1px;
    background: #121212;
    top: -20px;
    left: 0;
    opacity: .5;
}

.cont04 .cont04_text .cont04_subdesc .cont04_subdesc01 {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 19px;
    letter-spacing: -.015em;
    color: #121212;
    margin-top: 70px;
}

.cont04 .cont04_text .cont04_subdesc .cont04_subdesc01 > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}


/* cont05 : 하늘 아래 단 둘 뿐인 가족 영역 */

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

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

.cont05 .cont05_text {
    margin-right: 70px;
}

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

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

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

.cont05 .cont05_text .cont05_desc img {
    margin: 0 0 30px 0;
}

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


/* cont06 : 제 엄마를 앗아간 병이... 영역 */

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

.cont06 .cont06_wrap {
    width: 1440px;
    height: 1073px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
}

.cont06 .cont06_text {
    margin-top: 90px;
}

.cont06 .cont06_text .cont06_desc {
    margin: 43px 0 0 28px;
}

.cont06 .cont06_text .cont06_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;
    margin-bottom: 28px;
}

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


/* cont07 : 협심증으로 각종 약을 달고 사는... 영역 */

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

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

.cont07 .cont07_text .cont07_desc {
    margin-left: 28px;
}

.cont07 .cont07_text .cont07_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;
    margin-bottom: 38px;
}

.cont07 .cont07_text .cont07_desc img {
    margin-left: -20px;
}

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

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


/* cont08 : 거북이 소년과 시간을 붙잡고 싶은 할머니 영역 */

.cont08 {
    height: 761px;
    min-height: 761px;
    background-image: url(../images/cont08_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

.cont08 .cont08_text {
    margin-right: 68px;
}

.cont08 .cont08_text > img {
    margin-left: -4px;
}

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

.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;
    margin-bottom: 28px;
}

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

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


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

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

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

.cont09 .cont09_text .cont09_subdesc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 25px;
    letter-spacing: -.015em;
    line-height: 1.65;
    color: #121212;
    margin-bottom: 30px;
}

.cont09 .cont09_text .cont09_subdesc > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}

.cont09 .cont09_text .cont09_maindesc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 26px;
    letter-spacing: -.015em;
    color: #121212;
    margin-bottom: 52px;
}


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

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

.cont10 .cont10_wrap {
    width: 1440px;
    height: 730px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
}

.cont10 .cont10_title {
    display: block;
    margin-bottom: 48px;
}

.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(255, 255, 255);
    border-style: dashed;
    color: #fff;
    width: 872px;
    height: 0;
    opacity: .7;
}

.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: #fdf5ed;
    border-radius: 10px;
    max-width: 195px;
    width: 195px;
    height: 42px;
    line-height: 42px;
    background-color: #3f352c;
    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: 400;
	font-size: 22px;
    letter-spacing: -.035em;
    color: #fff;
}

.cont10 .cont10_object > div > div > .desc_cont > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}

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


/* cont11 : KBS 동행, 500번째 발걸음 영역 */

.cont11 {
    height: 450px;
    min-height: 450px;
    background-image: url(../images/cont11_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont11 .cont11_wrap {
    width: 1440px;
    height: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
}

.cont11 .cont11_text {
    margin-right: 96px;
    text-align: center;
}

.cont11 .cont11_text .cont11_desc {
    margin-top: 43px;
}

.cont11 .cont11_text .cont11_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
	font-size: 23px;
    letter-spacing: -.015em;
    line-height: 1.65;
    color: #fff;
    opacity: .8;
    margin-bottom: 28px;
}

.cont11 .cont11_text .cont11_desc p.cont11_desc01 {
    display: flex;
    align-items: center;
}

.cont11 .cont11_text .cont11_desc p.cont11_desc01 > img {
    display: inline-block;
    margin: 0 8px 0 14px;
}

.cont11 .cont11_text .cont11_desc p:last-child {
    margin-bottom: 0;
}


/* cont12 : COPYRIGHT */

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

.cont12 p {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 9px;
}

.cont12 span {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: -0.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: 1%;
    }

}