@charset "UTF-8";


/* 기본 설정 및 레이아웃 */

::-moz-selection {
    background: #08370F;
    color: #fff;
 }
 ::selection {
    background: #08370F;
    color: #fff;
 }

.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 {
    letter-spacing: -.025em;
}


/* floating-banner */

.camp-floating-banner {
    width: 194px;
    height: 265px;
    background-image: url(../images/floating-banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    top: 12%;
    right: 2%;
    z-index: 99;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
    transition: all .25s ease-in-out !important;
    cursor: pointer;
}
.camp-floating-banner > a {display:block;width:100%;height:100%}

.camp-floating-banner:hover {
    background-image: url(../images/floating-banner-bg-2.png);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}

.camp-floating-banner2 {
    display: none;
    width: 194px;
    height: 205px;
    position: fixed;
    bottom: 18%;
    right: 2%;
    z-index: 99;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}

.camp-floating-banner2::after {
    content: '';
    position: absolute;
    top: 36.2%;
    left: 50%;
    transform: translateX(-50%);
    width: 133px;
    height: 39px;
    background-image: url(../images/floating_banner_center.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.camp-floating-banner2 .top {
    display: block;
    width: 195px;
    height: 87px;
    background-image: url(../images/floating_banner01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.camp-floating-banner2 .bottom {
    display: block;
    width: 195px;
    height: 108px;
    margin-top: 12px;
    background-image: url(../images/floating_banner02.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/* cont01 : 인트로 영역 */

.cont01 {
    height: 1307px;
    min-height: 1307px;
    background-image: url(../images/cont01_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.cont01 .cont01_wrap {
    width: 1359px;
    height: 1307px;
    min-height: 1307px;
    margin: 0 auto;
}

.cont01 .cont01_title {
    padding: 231px 0 715px 83px;
}

.btn {
    display: block;
    width: 547px;
    height: 132px;
    margin-top: 51px;
    background-image: url(../images/btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.btn > a {display:block;width:100%;height:100%}

.btn:hover {
    background-image: url(../images/btn_h.png);
}


/* cont02 : 후원 영상 영역 */

.cont02 {
    display: flex;
    justify-content: center;
    height: 790px;
    margin: 0 auto;
}

.yt-area {
    position: absolute;
    width: 1193px;
    height: 672px;
    border-radius: 20px;
    z-index: 5;
}

.yt-area > .yt-box {
    border-radius: 20px;
    width: 100%;
    height: 672px;
}

.yt-area > .yt-box > iframe {
    border-radius: 20px;
}


/* cont03 : 개요 */

.cont03 {
    width: 1920px;
    height: 1055px;
    min-height: 1055px;
    margin: 0 auto;
}

.cont03 .cont03_wrap {
    display: flex;
    background-color: #FFFBF0;
    justify-content: center;
    margin: 0 auto;
}

.cont03 .cont03_wrap .cont03_title {
    margin: 120px 0 0 146px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    word-break: keep-all;
}

.cont03 .cont03_wrap .cont03_title .main_title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4;
}

.cont03 .cont03_wrap .cont03_title .sub_title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 70px;
    line-height: 1.6;
}

.cont03 .cont03_wrap .cont03_title .cont03_img {
    display: block;
    width: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.cont03 .cont03_wrap .cont03_title .cont03_img .first {
    margin-right: 32px;
}


/* cont04 : 스토리01 영역 */

.cont04 {
    width: 1920px;
    height: 760px;
    min-height: 760px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 186px auto;
}

.cont04 .cont04_wrap {
    position: relative;
    display: flex;
    align-items: end;
    width: 1359px;
    height: 760px;
    margin: 0 auto;
}

.cont04 .cont04_wrap .cont04_mainimg .last {
    position: absolute;
    top: 0;
    right: -281px;
}

.cont04 .cont04_wrap .cont04_text {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 30px;
    word-break: keep-all;
    line-height: 1.6;
    margin-left: 149px;
}

.cont04 .cont04_wrap .cont04_text .sub_title {
    margin-bottom: 36px;
    font-weight: 700;
}

.cont04 .cont04_wrap .cont04_text .main_title {
    font-size: 30px;
    font-weight: 500;
}

.cont04 .cont04_wrap .cont04_text .main_title .strong {
    font-weight: 700;
}

.cont04 .cont04_wrap .cont04_mainimg .main_img {
    position: relative;
}

.float_sprout {
    position: absolute;
    top: 204px;
    left: 87px;
    z-index: 5;
    display: block;
    width: 80px;
    height: 80px;
}

.all_sprout {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: all-anim 4s infinite linear 1s forwards;
}

@keyframes all-anim {
  0% {stroke-dashoffset : 75px;}
  100% {stroke-dashoffset : 0px;}
}


/* cont05 : 스토리02 영역 */

.cont05 {
    position: relative;
    width: 1920px;
    height: 866px;
    min-height: 866px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 0 auto;
}

.cont05 .cont05_wrap {
    display: flex;
    align-items: end;
    width: 1359px;
    height: 866px;
    margin: 0 auto;
}

.cont05 .cont05_wrap .cont05_text {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 30px;
    word-break: keep-all;
    line-height: 1.6;
}

.cont05 .cont05_wrap .cont05_text .sub_title1, .cont05 .cont05_wrap .cont05_text .sub_title2 {
    margin-bottom: 36px;
    font-weight: 500;
}

.cont05 .cont05_wrap .cont05_text .main_title {
    font-size: 30px;
    font-weight: 700;
}

.cont05 .cont05_wrap .cont05_mainimg .first {
    position: absolute;
    top: 0;
    left: 0;
}

.cont05 .cont05_wrap .cont05_mainimg .last {
    position: absolute;
    top: 0;
    right: 0;
}

.float_sprout2 {
    position: absolute;
    top: 114px;
    right: 785px;
    z-index: 5;
    display: block;
    width: 80px;
    height: 80px;
    transform: rotate(20deg);
}


/* cont06 : 스토리03 영역 */

.cont06 {
    position: relative;
    width: 1920px;
    height: 688px;
    min-height: 688px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 186px auto;
}

.cont06 .cont06_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1359px;
    height: 688px;
    margin: 0 auto;
    text-align: right;
}

.cont06 .cont06_wrap .cont06_mainimg .first {
    position: absolute;
    top: 0;
    left: 0;
}

.float_sprout3 {
    position: absolute;
    top: -20px;
    right: 1020px;
    z-index: 5;
    display: block;
    width: 80px;
    height: 80px;
    transform: rotate(15deg);
}

.cont06 .cont06_wrap .cont06_text {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 30px;
    word-break: keep-all;
    line-height: 1.6;
    margin-left: 464px;
    text-align: left;
}

.cont06 .cont06_wrap .cont06_text .sub_title {
    margin-bottom: 36px;
    font-weight: 700;
}

.cont06 .cont06_wrap .cont06_text .main_title {
    font-size: 30px;
    font-weight: 500;
}

.cont06 .cont06_wrap .cont06_text .main_title .strong {
    font-weight: 700;
}


/* cont07 : 스토리04 영역 */

.cont07 {
    position: relative;
    width: 1920px;
    height: 907px;
    min-height: 907px;
    display: flex;
    justify-content:center;
    align-items: end;
    background-image: url(../images/cont07_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.float_sprout4 {
    position: absolute;
    top: 24px;
    right: 654px;
    z-index: 5;
    display: block;
    width: 120px;
    height: 120px;
    transform: rotate(30deg);
}

.cont07 .cont07_text {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    word-break: keep-all;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
    margin-bottom: 108px;
}

.cont07 .cont07_text .sub_title {
    font-size: 32px;
}

.cont07 .cont07_text .main_title {
    font-size: 32px;
    font-weight: 700
}


/* cont08 : 후원 안내 영역 */

.cont08 {
    width: 1920px;
    height: 1002px;
    min-height: 1002px;
    margin: 0 auto;
}

.cont08 .cont08_wrap .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1359px;
    height: 912px;
    min-height: 912px;
    margin: 0 auto;
}

.cont08 .cont08_wrap .main .left {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    word-break: keep-all;
    line-height: 1.5;
}

.cont08 .cont08_wrap .main .left .main_title {
    font-size: 48px;
    font-weight:700
}

.cont08 .cont08_wrap .main .left .main_title strong {
    color: #08370F;
}

.cont08 .cont08_wrap .main .left .sub_title {
    font-size: 30px;
    margin: 50px 0 83px;
    line-height: 1.5;
}

.cont08 .cont08_wrap .main .left .desc {
    font-size: 27px;
    line-height: 1.6;
}

.cont08 .cont08_wrap .main .left .btn {
    margin-top: 40px;
}

.cont08 .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    min-height: 90px;
    background: #000;
    margin: 0 auto;
}


/* cont09 : LG 틔운 소개01 영역 */

.cont09 {
    width: 1920px;
    height: 1260px;
    min-height: 1260px;
    background-color: rgba(246,243,235,.6);
    margin: 0 auto;
}

.cont09 .cont09_wrap {
    display: flex;
    flex-direction: column;
    width: 1359px;
    height: 1260px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cont09 .cont09_wrap .cont09_title {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    word-break: keep-all;
    text-align: center;
}

.cont09 .cont09_wrap .cont09_title .sub_title {
    display: block;
    padding: 14px 0;
    background-color: #fff;
    border-radius: 20px;
    font-size: 32px;
    font-weight: 700;
    width: 454px !important;
    margin: 0 auto;
}

.cont09 .cont09_wrap .cont09_title .main_title {
    display: block;
    margin: 43px auto 46px;
}

.cont09 .cont09_wrap .cont09_title .desc {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.6;
}

.cont09 .cont09_wrap .cont09_text {
    display: flex;
    width: 1359px;
    justify-content: space-between;
    margin-top: 91px;
}

.cont09 .cont09_wrap .cont09_text .object {
    width: 431px;
    height: 657px;
    background-color: #fff;
    border-radius: 20px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    word-break: keep-all;
    text-align: center;
}

.cont09 .cont09_wrap .cont09_text .object > img {
    display: block;
    width: 431px;
}

.cont09 .cont09_wrap .cont09_text .object .object_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    margin: 40px 0 33px;
}

.cont09 .cont09_wrap .cont09_text .object .object_desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 50px;
}


/* cont10 : LG 틔운 소개02 영역 */

.cont10 {
    position: relative;
    width: 1920px;
    height: 1233px;
    min-height: 1233px;
    margin: 0 auto;
}

.cont10 .cont10_wrap {
    display: flex;
    height: 1233px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cont10 .cont10_wrap .cont10_title {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    word-break: keep-all;
    text-align: center;
    margin-bottom: 51px;
}

.cont10 .cont10_wrap .cont10_title .main_title {
    font-size: 44px;
    font-weight: 700;
}

.cont10 .cont10_wrap .cont10_title .main_title img {
    vertical-align: middle;
    margin-top: -8px;
}

.cont10 .cont10_wrap .cont10_title .main_title span {
    display: inline-block;
}

.cont10 .cont10_wrap .cont10_title .sub_title {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 46px;
}

.cont10 .cont10_wrap .cont10_object_wrap {
    width: 1920px;
    height: 456px;
    border-top: 1px solid rgba(112,112,112,.5);
    border-bottom: 1px solid rgba(112,112,112,.5);
    text-align: center;
}

.cont10_object_1359 {
    display: flex;
    width: 1359px;
    margin: 0 auto;
    justify-content: space-between;
}

.cont10 .cont10_wrap .cont10_object_wrap .cont10_object {
    display: flex;
    width: 315px;
    height: 456px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cont10 .cont10_wrap .cont10_object_wrap .cont10_object .object_text {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    word-break: keep-all;
}

.cont10 .cont10_wrap .cont10_object_wrap .cont10_object .object_text .text_top {
    font-size: 31px;
    font-weight: 700;
    margin: 36px 0 12px;
}

.cont10 .cont10_wrap .cont10_object_wrap .cont10_object .object_text .text_bottom {
    font-size: 18px;
    font-weight: 400;
    height: 21px;
}

.cont10 .cont10_wrap .cont10_desc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 22px;
    word-break: keep-all;
    margin: 70px 0 56px;
}

.cont10 .cont10_wrap .cont10_desc span {
    font-weight: 400;
}

.cont10 .cont10_wrap .cont10_desc span strong {
    font-weight: 600;
}

.btn_ver2 {
    display: block;
    width: 725px;
    height: 193px;
    background-image: url(../images/btn_ver2.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.btn_ver2 > a {
    display: block;
    width: 100%;
    height: 100%;
}

.btn_ver2:hover {
    background-image: url(../images/btn_ver2_h.png);
}


/* cont11 : 초록우산 국내 아동 지원 사업 소개 영역 */

.cont11 {
    position: relative;
    width: 1920px;
    height: 1467px;
    min-height: 1467px;
    background-image: url(../images/cont11_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.cont11 .cont11_wrap {
    display: flex;
    width: 1359px;
    height: 1467px;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.cont11 .cont11_wrap .cont11_title {
    margin-bottom: 106px;
}

.cont11 .cont11_wrap .cont11_title .main_title {
    margin-bottom: 76px;
}

.cont11 .cont11_wrap .cont11_table .title_desc {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
    text-align: right;
    color: rgba(26, 26, 26, .5);
    margin: 30px 0 20px;
}

.cont11 .cont11_wrap .cont11_table .table {
    width: 1359px;
}

.cont11 .cont11_wrap .cont11_table .table .top {
    display: flex;
    margin-bottom: 31px;
    justify-content: space-between;
}

.cont11 .cont11_wrap .cont11_table .table .bottom {
    display: flex;
    justify-content: space-between;
}


/* cont12 : FAQ 영역 */

.cont12 {
    width: 1920px;
    min-height: 757px;
    background: rgba(240,236,228,.1);
    margin: 0 auto;
}

.cont12 .cont12_wrap {
    position: relative;
    display: flex;
    width: 1359px;
    height: auto;
    min-height: 548px;
    padding: 119px 0 90px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.cont12 .cont12_wrap .cont12_title {
    display: flex;
    flex-direction: column;
    height: inherit;
    min-height: inherit;
    justify-content: space-between;
}

.cont12 .cont12_wrap .cont12_title > img {
    position: absolute;
    top: 119px;
    left: 0;
    width: 231px;
}

.cont12 .cont12_wrap .cont12_object > img {
    position: absolute;
    bottom: 74px;
    left: 0;
}

.cont12 .cont12_wrap .cont12_text {
    display: flex;
    min-height: 548px;
    flex-direction: column;
    justify-content: flex-start;
}

.qna_box {
    width: 779px;
}

.qna_box dl dt {
    position: relative;
    padding: 15px 0 15px;
}

.qna_box dl dt button {
    display: block;
    width: 100%;
    padding-right: 15px;
    text-align: left;
    font-size: 28px;
    letter-spacing: 1.5;
    line-height: 1.35;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    background: transparent;
    color: #CCCCCC;
    word-break: keep-all;
}

.qna_box > dl > dt > button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 8px;
    margin-top: -5px;
    background: url(../images/cont12_toggle_slide.png) 0 0 no-repeat;
    background-size: 100% 100%;
    opacity: .5;
}

.qna_box > dl > dd.ico_a {
    padding: 15px 0 15px;
    display: none;
}

.qna_box > dl > dd > span {
    position: relative;
    display: block;
    font-size: 21px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    word-break: keep-all;
    padding-right: 12px;
}

.qna_box > dl.on > dd {
    display:block;
}

.qna_box > dl.on > dt > button:after {
    width: 14px;
    height: 8px;
    background: url(../images/cont12_toggle_slide_on.png) 0 0 no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.qna_box > dl.on > dt > button {
    color: #000;
}

.gap {
    position: relative;
    margin-top: 65px;
}

.gap::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 0;
    width: 762px;
    height: 1px;
    background-color: #707070;
    opacity: .35;
}

.lglink {
    display: block;
    margin-top: 6px;
    font-weight: 700;
    color: #EA1917!important;
    text-decoration: underline !important;
}


/* cont13 : COPYRIGHT 영역 */

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

.cont13 span {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.01em;
    color: #fff;
}


@media (max-width: 1536px) {

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

    .cont03 .cont03_wrap .cont03_title .cont03_img {
        width: 948px;
    }

}

.dim-layer {display:none;position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;z-index:99999}
.dim-layer.on {display:block}
.dim-layer .dimBg {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75)}
.dim-layer .pop-layer {display:none;position:absolute;top:50%;left:50%;width:700px;height:763px;background-color:transparent;z-index:10;transform:translate(-50%, -50%)}
.dim-layer .pop-layer {display:block}
.dim-layer .pop-layer .pop-container {position:relative}
.dim-layer .pop-layer .pop-container .pop-conts {position:relative;background-color:#17a269;text-align:right}
.dim-layer .pop-layer .pop-container .pop-conts .btn-close {background-image:url(../images/btn-close.png);background-size:contain;width:70px;height:70px;position:absolute;top:10px;right:10px;text-indent:-99999em}