@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;display=swap';);

@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: 800;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}

/*form*/
.all_checker,
.en__field{
    position: relative;
    padding-bottom: 16px !important;
}

.en__component--column{
    min-width: 0 !important;
}

.en__field > .en__field__label {
    display: none !important;
}

.en__field__item{
    padding: 0 !important
}

.en__field__element--text{
    width: 100% !important;
}

.en__field__element--text input {
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px !important;
    padding: 11px 14px !important;
    width: 100% !important;
    color: #666666;
}

.en__field__error {
    position: absolute;
    bottom: 0;
    text-align: right;
    font-size: .75rem;
    color: #ff0000;
}

.en__field--checkbox .en__field__error{
    bottom: 6px !important;
}

.en__submit button {
    display: block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    border: 0;
    color: #fff;
    font-size: 1.25rem;
    height: 44px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2.1;
}

.en__field__label--item {
    margin-top: 4px;
    margin-left: 2px;
}

/*common*/

*{
    font-family: 'Noto Sans KR', 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
    font-weight: 400;
    word-break: keep-all;
    color: #fff;
}

a{
    color: #66cc00;
    cursor: pointer;
}

#greenpeace_logo{
    height: auto;
    width: 180px;
}

#logo g{
    fill: #ffffff;
}

#title span,
#title em,
.subtitle{
    font-family: 'Noto Sans KR', 'S-CoreDream', 'Sans-serif';
    font-weight: 800;
}

.subtitle{
    font-size: 1.75rem;
    line-height: 1.4;
    font-weight: 600;
    min-width: 240px;
    width: 90%;
    margin: 0 auto 40px;
    color : #e33301 !important;
}

.row{
    display: block;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 1250px;
    min-width: 50%;
}

section{
    position: relative;
    overflow: hidden;
}

section .text{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
}

section .text p{
    font-size: 1rem;
    line-height: 1.5;
}

.image{
    position: relative;
    overflow: hidden;
}

.image.parallax img{
    position: absolute;
    /*bottom: 0;*/
    /*top: auto;*/
}

.image img {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fit.image img{
    position: relative;
    float: left;
}

.info.image img{
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}

#bullet_wrapper{
    display: none;
    position: fixed;
    z-index: 9;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#bullet_wrapper li a{
    width: 12px;
    height: 12px;
    margin: 9px 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    display: block;
}

#bullet_wrapper li a:hover{
    background: rgba(255, 255, 255, 1);
}

/*form*/
#form_wrapper{
    padding: 20px 8px;
}


#form_inner_wrapper{
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

#form_inner_wrapper h4{
    color: #e33301 !important;
}

.button{
    display: block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    height: 44px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2.1;
}

#form_inner_wrapper h4{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    text-align: center;
}

#form_inner_wrapper ol{
    font-size: 1rem;
    line-height: 1.3;
    padding-left: 16px;
}

#form_inner_wrapper ol li{
    color: #666666;
    margin-bottom: 3px;
}

#form_inner_wrapper p{
    font-size: 1rem;
    line-height: 1.3;
    color: #666666;
    margin-bottom: 3px;
}

#form_inner_wrapper span,
form label{
    font-size: 0.75rem;
    line-height: 1.3;
    font-size: 0.875rem;
    color: #666666;
}

form label{
    margin-left: 6px;
}

.checkbox{
    margin-bottom: 16px;
}

form .checkbox:nth-last-child(2){
    margin-bottom: 30px;
}

#fb_btn{
    margin: 30px 0;
    background: #34589D !important;
    font-size: 16px;
    line-height: 2.8;
    font-weight: 400;
}

input#name,
input#email,
input#tel {
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px 14px;
    width: 100%;
    margin-bottom: 16px;
    color: #666666;
}

#float_btn {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    transition: .2s;
    -webkit-transition: .2s;
}

#float_btn.float {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    background: #f36523 !important;
}

/*landing*/
#landing{
    padding-top: 20px;
    padding-bottom: 20px;
}

#inner_wrapper{
    position: absolute;
    bottom: 20px;
    width: 96%;
}

#title{
    width: fit-content !important;
    font-size: 2.3rem;
    line-height: 1.4;
    background: #00ad6b;
    padding: 5px;
    margin: 50px 0;
}

#title span{
    background-color: #00ad6b;
    padding: 5px 2px 0 2px;
    margin-bottom: 3px;
    white-space: nowrap;
}

#title em{
    font-style: normal;
}

#inner_wrapper p{
    font-size: .875rem;
}

#landing .image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#landing .image:after{
    opacity: 0.5;
    content:'';
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*footer*/

footer{
    background-color: #222222;
    font-size: .75rem;
    line-height: 1.33;
    text-align: center;
    padding: 40px 8px 60px;
}

footer #footer_logo{
    width: 128px;
}

footer #footer_logo g{
    fill: #ffffff;
}

footer p{
    margin: 15px auto 20px;
}

footer ul{
    min-width: 300px;
    width: 50%;
    margin: 0 auto;
}

footer ul li {
    display: inline-block;
    margin: 3px 6px;
}
@media screeb abn (mx-width: 767px){
    #landing .image:after {
       opacity: 0.4;
    }
}

@media screen and (min-width: 768px){
    /*common*/
    
    .row{
        padding-left: 25px;
        padding-right: 25px;
    }

    #title{
        width: 66%;
        font-size: 3.5rem;
    }

    #inner_wrapper p{
        width: 66%;
        font-size: 1rem;
    }

    #form_wrapper{
        position: fixed;
        background-color: transparent !important;
        z-index: 3;
        padding: 0;
        right: 16px;
        top: 40px;
        width: 320px;
        overflow-y: scroll;
        border-radius: 10px;
    }

    #landing .image:after{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

    section .text{
        text-align: left;
    }

    section .text .subtitle{
        margin: 0 0 40px;
        width: 46%;
        font-size: 2.375rem;
        color: #e33301 !important; 
    }
    section .text p{
        width: 66%;
        font-size: 1.125rem;
    }

    .info {
        max-width: 1200px;
        margin: 0 auto;
    }

    .info img{
        width: 50% !important;
    }

    #float_btn{
        display: none;
    }

    #bullet_wrapper{
        display: block;
    }
}

@media screen and (min-width: 1921px){
    #title{
        font-size: 4.25rem;
    }
}