@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap');

* {
    box-sizing: border-box;
    color: #3e433d;
    outline: none !important;
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    background: #bcd2c3;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button{
    border: none;
}

h2{
    font-size: 36px;
    margin-bottom: 15px;
}

h3{
    font-size: 22px;
}

h4{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px; 
    font-weight: normal !important;
    line-height: 1.36;
    letter-spacing: -0.35px;
    color: #454545 !important;
}
@media only screen and (max-width:1023px) {
    h1{
        font-size: 19px !important;
    }
    h2{
        font-size: 19px !important;
    }
    h3{
        font-size: 12px !important;
    }
    h4{
        font-size: 13px !important;
    }
    h5{
        font-size: 9px !important;
    }
}

h5{
    font-size: 16px;
    font-weight: normal;
}

.wrapper{
    display: flex;
    flex-flow: column;
    align-items: center;
}

header {
    display: flex;
    justify-content: center;
}
.header-fixed {
    z-index: 200;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background: #bcd2c3;
}

@media only screen and (max-width:1023px) {
    .header-fixed {
        position: static;
        height: 40px !important;
        padding: 0 28px !important;
    }
}

.header__center{
    display: flex;
    justify-content: space-between;
    width: 1160px;
    border-bottom: 1px solid #fff;
}

.header__center>div {
    align-self: center;
}

.header__logo {
    width: 160px;
    height: 26px;
}
@media only screen and (max-width:1023px) {
    .header__logo, .header__logo img{
        width: 120px !important;
        height: 19px !important;
    }
}

.header__logo > a{
    display: inline-block;
    width: 144px;
    height: 24px;
}

.header__submit-btn,
.form__submit-btn {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.15px;
    text-align: center;
    background: #1e6860;
    color: #ffffff;
}

.header__submit-btn {
    width: 176px;
    height: 38px;
    border-radius: 22px;
    font-family: AppleSDGothicNeo;
}

.form__submit-btn {
    width: 300px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.33px;
}

.header__submit-btn a {
    display: block;
    width: 176px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width:1023px) {
    .header__submit-btn{
        display: none;
    }
}

.header__submit-btn a:visited,
.header__submit-btn a:hover,
.header__submit-btn a:focus,
.header__submit-btn a:active,
.form__submit-btn {
    color: #fff;
}

.main{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 70px;
}

@media only screen and (max-width:1023px) {
    .main{
        margin-top: 35px !important; 
        width: -webkit-fill-available;
    }
}

.main__form-area{
    display: flex;
    justify-content: center;
    width: 1440px;
    padding: 82px 0 102px 0;
    background-image: url(https://www.greenpeace.org/static/planet4-korea-stateless/2021/09/8ec6c2c6-kr_2020_supporter_volunteer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main__form-center{
    display: flex;
    justify-content: space-between;
    width: 1160px;
}

.main__form-videolink img{
    width: 660px;
}



@media only screen and (max-width:1023px) {
    .main__form-area{
        width: 100% !important;
        height: calc(100vw - 100px);
        max-width: 420px;
        padding: 0 45px 72px !important;
        background-position: 0 55px !important;
    }
    .main__form-center{
        width: 100% !important;
        max-height: 257px;
    }
    .main__form-video,.main__form-videolink img{
        width: calc(100vw - 90px);
        height: calc((100vw - 90px)*0.57);
        max-width: calc(420px - 90px);
        max-height: 189px;
    }
    .main__form-area-title{
        max-width: 420px;
        background-size: 270px 50px !important;
        height: 50px !important;
        margin-bottom: 22px !important;
        background-position: center !important;
    }
    .main__form-videolink{
        height: calc((100vw - 90px)*0.56);
    }
}

.main__form-area-title{
    background-image: url(https://gpseoulwebserver.co.kr/asset/images/volunteer/volunteer_title_.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 114px;
    margin-bottom: 64px;
}

.main__form{
    width: 460px;
    background: #fff;
    padding: 36px;
}

@media only screen and (max-width:1023px) {
    .main__form{
        display: none;
    }
}

.main__form-title{
    display: inline-block;
    padding: 0 21px 11px;
    margin-bottom: 18px;
    border-bottom: 1px solid #979797;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.09;
    letter-spacing: -0.44px;
    text-align: center;
    color: #3e433d;
}

.main__form-minor{
    display: flex;
    align-items: center;
    height: 29px;
    padding-left: 49px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.31px;
    color: #ffffff;
    background-color: #1e6860;
    background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/8a4b16a9-fbca-424f-866d-6c71b61c7abe.png);
    background-position: 6px 9px;
    background-repeat: no-repeat;
}

.main__form-radio{
    display: flex;
    align-items: center;
    height: 59px;
}

.main__form-radio label{
    padding: 0 30px 0 5px;
}

.main__form-box{
    position: relative;
}

.main__form-box input,.main__form-box select {
    width: 100%;
    height: 44px;
    margin-bottom: 22px;
    padding: 10px 19px;
    border-radius: 3px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    color: #929292;
}

.main__form-box select {
    color: #929292;
}

.main__form-box>input[type=text]:focus, 
.main__form-box>select:focus{
    border: solid 2px #1e6860 !important;
    background: #fff;
}

.main__form-box label{
    display: none;
    position: absolute;
    top: -8px;
    left: 10px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    color: #1e6860;
}

.main__form-box>input[type=text]:focus+label,
.main__form-box>select:focus+label{
    display: block;
}

.main__form-submit{
    text-align: center;
}

.btn-submit{
    width: 300px;
    height: 50px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: bold;
    border: none;
    background: #1e6860;
    color: #fff;
}

.main__activity-area{
    width: 1440px;
    background: #fff;
}

@media only screen and (max-width:1023px) {
    .main__activity-area{
        max-width: 420px;
        width: 100%;
    }
    .main__activity-body{
        flex-wrap: wrap;
    }
    .main__activity-item{
        width: 50% !important;
        height: auto !important;
        min-height: auto !important;
    }
    .main__activity-header{
        padding: 43px 28px 40px !important;
    }
}
.main__activity-header{
    padding: 115px 580px 64px 144px;
}

.main__activity-header h2{
    margin-top: 0;
}

.main__activity-body{
    display: flex;
    flex-direction: row;
    background: #bcd2c3;
}


.main__activity-number{
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 19px;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.68);
    color: #bcd2c3;
}

.main__activity-item{
    width: 360px;
    text-align: center;
}

@media only screen and (max-width:1023px) {
    .main__activity-item img{
        width: 100% !important;
        height: auto !important;
    }
    .main__activity-number{
        width: 18px !important;
        height: 18px !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .main__activity-text{
        width: 100% !important;
        height: 100px !important;
        padding: 10px !important;
    }
    .main__activity-item .main__activity-text{
        border-right: 1px solid #fff;
    }
    .main__activity-item:nth-child(3) .main__activity-text{
        border-left: 1px solid #fff;
    }
}

.main__activity-item:first-child .main__activity-text{
    border-left: 1px solid #fff;
}

.main__activity-item:last-child img{
    width: 360px;
    height: 241px;
    margin-right: 0;
}

.main__activity-text{
    width: 359px;
    height: 204px;
    margin-top: -3px;
    padding: 28px 22px 44px 22px;
    background: #bcd2c3;
}

.main__activity-text h3{
    color: #006a60;
    margin-top: 6px;
    margin-bottom: 9px;
    letter-spacing: -0.42px;
}

.main__activity-text h5{
    margin-top: 0;
    color: #454545;
}

/***************************************/
/**** carousel area start ******************/
/***************************************/

.main__carousel-area {
    display: flex;
    width: 1440px;
    background: #f0f0f0;
}

.main__carousel {
    position: relative;
    width: 1172px;
    margin: 0 auto;
    padding: 140px 0 30px;
}

@media only screen and (max-width:1023px) {
    .main__carousel-area {
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        margin-top: 0;
    }
    .main__carousel {
        max-width: 424px;
        width: -webkit-fill-available;
        padding: 40px 0 65px;
    }
    .carousel__text{
        max-width: 424px;
        width: -webkit-fill-available !important;
        text-align: center;
    }
    .carousel__text p{
        max-width: 424px;
        width: auto !important;
        margin-bottom: 40px;
    }
    .carousel__img{
        display: none;
    }
    .carousel__container{
        position: static !important; 
    }
    .carousel__slide .picture img{
        width: 52px !important;
        height: 52px !important;
    }
    .carousel__text h4{
        width: auto !important;
        margin-bottom: 20px !important;
    }
}
.carousel__back {
    display: flex;
}

.carousel__text {
    width: 600px;
}

.carousel__text h4{
    width: 558px;
}

.carousel__text p {
    width: 500px;
    line-height: 1.39;
    color: #898989;
}

.carousel__img{
    min-height: 667px;
}

.carousel__img img {
    width: 572px;
    height: 664px;
}

.carousel__container {
    position: absolute;
    bottom: 170px;
    width: 700px;
    height: 402px;
    box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.27);
    background-color: #ffffff;
}
@media only screen and (max-width:1023px) {
    .carousel__container {
        max-width: 422px;
        width: auto;
        height: 240px;
    }
    .carousel__slide{
        padding-top: 4px !important;
    }
    .carousel__slide .picture{
        height: 74px !important;
        padding-top: 17px;
    }
    .carousel__slide .title{
        margin-top: 12px !important;
        font-size: 12px !important;
        padding: 0 53px;
    }
}

.carousel__slide {
    padding: 37px 0 16px;
}

.carousel__slide .picture {
    display: flex;
    justify-content: center;
    height: 121px;
    text-align: center;
}

.carousel__slide .picture img {
    width: 121px;
}

.carousel__slide .title{
    margin-top: 23px;
    text-align: center;
    letter-spacing: -0.25px;
    font-size: 16px;
    color: #1e6860;
}

.carousel__slide .quotation__center {
    display: flex;
    justify-content: center;
}

.carousel__slide .text {
    width: 428px;
    height: 69px;
    padding: 25px 0;
    margin: 0 16px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.25px;
    text-align: center;
    color: #838383;
}

.carousel__slide .icon-left span,
.carousel__slide .icon-right span {
    display: inline-block;
    width: 47px;
    height: 31px;
    background-size: 47px 31px;
}
@media only screen and (max-width:1023px) {
    .carousel__slide .quotation__center {
        position: relative;
    }
    .carousel__slide .icon-left span,
    .carousel__slide .icon-right span {
        width: 21px;
        height: 13px;
        background-size: 21px 13px; 
        background-repeat: no-repeat;
    }
    .carousel__slide .icon-left{
        top: 1px;
        position: absolute;
        left: 32px;
    }
    .carousel__slide .icon-right{
        bottom: 8px;
        position: absolute;
        right: 32px;
    }
    .carousel__slide .text {
        width: calc(100% - 120px);
        height: 99px !important;
        padding-left: 0;
        padding-right: 0;
        line-height: 18px;
        font-size: 12px; 
    }
    .carousel__slide .name{
        margin-top: -14px !important;
        padding-right: 0 !important;
        color: #838383 !important;
    }
}
@media only screen and (min-width:320px) and (max-width:359px) {
    .carousel__slide .text {
        line-height: 10px;
        letter-spacing: -0.7px;
    }
}
.carousel__slide .icon-left,
.carousel__slide .icon-right {
    padding: 16px 0;
}

.carousel__slide .icon-left span {
    background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/0205290f-ed75-4c0d-9e5e-9757be117d03.jpg);
}

.carousel__slide .icon-right {
    display: flex;
    flex-direction: column-reverse;
    height: 113px;
}

.carousel__slide .icon-right span {
    background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/e8316a11-9dd2-4759-940d-bfb12062f41d.jpg);
}

.carousel__slide .name {
    margin-top: 3px;
    padding-right: 140px;
    text-align: right;
    font-size: 14px;
    letter-spacing: -0.22px;
    color: #838383;
}
@media only screen and (max-width:1023px) {
    .carousel__slide .name {
        text-align: right;
        margin-right: 60px;
        font-size: 10px !important;
    }
}
.slick, .slick-wrapper {
    width: 100%;
  }
.carousel__container .slick-arrow
{
    z-index: 10;
    display: inline-block;
    position: absolute;
    top: 173px;
    width: 50px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background: #d8d8d8;
}
.carousel__container .slick-arrow{
    font-size: 0;
}
.carousel__container .slick-prev:hover{
    background: #1e6860;
    background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/10d2a4b1-0017-4df5-84ad-6ccd5b665a6f.png);
    background-repeat: no-repeat;
    background-position: center;
}
.carousel__container .slick-next:hover{
    background: #1e6860;
    background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/547ef040-5f51-485c-9a76-7b087e178159.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width:1023px) {
    .carousel__container .slick-arrow,
    .carousel__container .slick-arrow {
        top: auto;
        bottom: 203px;
        width: 23px;
        height: 44px;
        background-size: 9px 16px;
    }
    .carousel__container .slick-prev:hover,
    .carousel__container .slick-next:hover{

        background: #1e6860;
    } 
    .carousel__container .slick-prev:hover{
        background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/10d2a4b1-0017-4df5-84ad-6ccd5b665a6f.png);
        background-size: 9px 16px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .carousel__container .slick-next:hover{
        background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/547ef040-5f51-485c-9a76-7b087e178159.png);
        background-size: 9px 16px;
        background-repeat: no-repeat;
        background-position: center;
    }
}
.carousel__container .slick-prev {
    left: 0;
    background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/10d2a4b1-0017-4df5-84ad-6ccd5b665a6f.png);
    background-repeat: no-repeat;
    background-position: center;
}

.carousel__container .slick-next {
    right: 0;
    background-image: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/547ef040-5f51-485c-9a76-7b087e178159.png);
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slider{
    margin-top: -285px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    width: 700px;
    margin-top: 78px;
    list-style: none;
}
@media only screen and (max-width:1023px) {
    .slick-slider{
        margin-top: 0;
    }
    .slick-dots{
        width: 100%;
        margin-top: 30px !important;
        padding: 0;
    }
    .slick-dots li button{
        width: 12px !important;
        height: 12px !important;
        border-radius: 6px !important;
        margin-right: 14px !important;
        padding: 0 !important;
    }
    .slick-dots li:last-child button{
        margin-right: 0 !important;
    }
}
.slick-dots li button {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 7px;
    margin-right: 13px;
    background: #d8d8d8;
    font-size: 0;
}
.slick-dots li.slick-active button{
    background: #1e6860;
}

/******************* carousel area end ****/
/******************************************/

.main__upcomming-area{
    position: relative;
    width: 1440px;
    height: 436px;
    background: #bcd2c3;
}

@media only screen and (max-width:1023px) {
    .main__upcomming-area{
        width: auto;
        height: auto;
    }
    .main__upcomming-image{
        width: 150px !important;
        height: 157px !important;
        background-position: 0 0 !important;
        background-size: 150px !important;
        bottom: 0;
    }

    .main__upcomming-area h1{
        font-size: 19px !important;
    }

    .main__upcomming-text{
        padding-left: 42% !important;
        margin-top: 42px !important;
        padding-right: 28px;
    }
    .btn-see-more{
        width: 146px !important;
        height: 28px !important;
        font-size: 12px !important;
        margin-bottom: 31px !important;
    }
}
.main__upcomming-area h1{
    font-size: 36px;
    color: #1e6860;
}

.main__upcomming-image{
    position: absolute;
    width: 439px;
    height: 452px;
    margin-top: -16px;
    background: url(https://image.greensk.greenpeace.org/lib/fe3311717564047d7c1277/m/1/75f28c27-2260-422e-ba0d-dfe46fca152d.png);
    background-position: 43px 0;
    background-repeat: no-repeat;
}

.main__upcomming-text{
    margin-top: 95px; 
    padding-left: 540px;
}


.btn-see-more{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    width: 234px;
    height: 45px;
    margin-top: 34px;
    border-radius: 22.5px;
    color: #fff;
    background-color: #1e6860;
}

.main__moreinfo-area{
    display: flex;
    width: 1440px;
    padding: 118px 140px;
    border-left: 1px solid #bcd2c3;
    border-right: 1px solid #bcd2c3;
    background: #fff; 
}

@media only screen and (max-width:1023px) {
    .main__moreinfo-area{
        max-width: 420px;
        width: 100%;
        flex-direction: column;
        padding: 32px 26px !important;
    }

}

.main__moreinfo-area h1{
    color: #1e6860;
}

.qa-number{
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 19px;
    margin-right: 7px;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
    background-color: #bcd2c3;
    color: #fff;
}

.main__moreinfo-qa{
    width: 682px;
    padding-right: 22px;
}
@media only screen and (max-width:1023px) {
    .main__moreinfo-area h1{
        text-align: center;
    }
    .qa-number{
        width: 18px !important;
        height: 18px !important;
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .main__moreinfo-qa{
        width: 100%;
    }
    .main__moreinfo-qa dl{
        margin-top: -5px;
    }
    .main__moreinfo-qa dt{
        margin-top: 25px;
        font-size: 14px !important;
    }
    .main__moreinfo-qa dd{
        margin-top: 12px !important;
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .main__moreinfo-qa dd:last-child{
        padding-bottom: 32px !important;
    }
    
}

.main__moreinfo-qa dt{
    margin-top: 41px;
    font-size: 22px;
    letter-spacing: -0.34px;
    color: #454545;
}

.main__moreinfo-qa dd{
    margin-top: 23px;
    margin-left: 0px;
    font-size: 18px;
    color: #838383;
}

.main__moreinfo-qa dd:last-child{
    padding-bottom: 57px;
}

.main__moreinfo-border{
    position: relative;
    min-height: 100%;
}

.form__status {
    display: flex;
    width: 54px;
    padding-top: 44px;
    margin-left: 15px;
}

.circle-payment>span,
.circle-donorinfo>span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
}

.circle-payment>span,
.circle-donorinfo .on>span {
    background: #353535;
    color: #fff;
}

.circle-donorinfo {
    margin-top: 10px;
}

.circle-donorinfo>span {
    background: #e2e2e2;
    color: #858585;
}

.circle-payment,
.circle-donorinfo,
.circles-payment,
.circles-donorinfo {
    text-align: center;
}

.circles-payment>span,
.circles-donorinfo>span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.circles-payment {
    margin-bottom: -3px;
    position: absolute;
    top: -14px;
    left: -3px;
}
@media only screen and (max-width: 1023px){
    .circles-payment {
        margin-bottom: 0 !important;
        top: -12px !important;
        left: -8px !important;
    }
    .circles-donorinfo {
        position: absolute;
        right: -7px;
        margin-top: -12px !important;
    }
}
.circles-donorinfo {
    margin-top: -6px;
    margin-left: -3px;
}

.circles-donorinfo>span {
    margin-top: -3px;
    border: 1px solid #dedede;
}

.status-dashed{
    height: 100%;
    border-left: 1px dashed #dedede;
}

.main__moreinfo-handbook{
    padding-left: 77px;
}
@media only screen and (max-width: 1023px){
    .status-dashed{
        height: 0;
        width: 100%;
        border-bottom: 1px dashed #dedede;
    }
    .main__moreinfo-handbook{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0 !important;
        padding-top: 30px;
    }
    .main__moreinfo-handbook p{
        font-size: 13px !important;
        padding-top: 9px !important;
        margin-top: -2px !important;
    }
    .main__moreinfo-handbook img{
        margin: 22px 0 !important;
        width: 160px !important; 
    }
    .btn-download{
        width: 160px !important;
        height: 35px !important;
        font-size: 14px !important;
    }
}
.main__moreinfo-handbook img{
    margin: 30px 0;
}

.main__moreinfo-handbook p{
    font-size: 22px;
    line-height: 1.23;
}

.btn-download{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 234px;
    height: 45px;
    border-radius: 22.5px;
    background: #1e6860;
    font-size: 17px;
    color: #fff;
}

footer {
    width: 1440px;
    margin-top: 0;
    padding: 40px 0;
    background: rgb(247, 247, 247);
}

@media only screen and (max-width:1023px) {
    footer {
        width: 100% !important;
    }
    .wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .slogan {
        width: 85%;
        margin: auto;
        margin-top: 10px;
    }

    li {
        float: none;
        text-align: center;
        margin-left: 0 !important;
        margin-bottom: 3px;
    }
}

.slogan_warp {
    margin: auto
}

.slogan_warp>img {
    margin: auto;
    width: 30px;
    display: block;
}

.slogan {
    color: rgba(102, 204, 0, 0.74);
    text-align: center;
    font-size: 0.8em
}

hr {
    width: 60%;
    border-top: 1px dotted #d6d6d6;
    border-bottom: 1px dotted hsla(0, 0%, 100%, 0.34);
}

ul {
    float: right;
    position: relative;
    left: -50%;
    list-style-type: none;
}
@media only screen and (max-width:1023px) {
    hr {
        width: 80%;
    }
    .links_wrap ul {
        display: flex;
        flex-direction: column;
    }
}
li {
    float: left;
    position: relative;
    left: 50%;
    font-size: 0.8em;
    margin-right: 12px;
}

.links>li>a {
    color: #afafaf;
    text-decoration: none;
    transition: all 0.5s;
}

.links>li>a:hover {
    color: rgba(102, 204, 0, 0.81);
}

.copy_right {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    font-size: 0.8em;
    color: #888888
}

input[type='radio']{
    width: 22px;
    height: 22px;
    border: 2px solid #3f5955 !important;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #3f5955;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: 20% auto;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: #1e6860;
    
}

input[type="radio"]:checked {
  border-color:#3f5955;
}

.main__form-area {
    background-size: cover;
}

.en__field__element--text, .en__field__element--select{
    width: 100%;
}
.en__field__element--text input, .en__field__element--select select{
    width: 100%;
    height: 44px;
    margin-bottom: 22px;
    padding: 10px 19px;
    border-radius: 3px;
    border: none;
    outline: none;
    background-color: #eeeeee;
    color: #929292;
}
.en__submit{
    text-align: center;
}
.en__submit button{
    width: 300px;
    height: 50px;
    margin-top: 10px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: bold;
    border: none;
    background: #1e6860;
    color: #fff;
}
.see_more{
    color: #1e6860;
    text-decoration: underline;
}
.en__field--text label,
.en__field--checkbox>label,
.en__field--radio>label,
.en__field--select>label
{
    display: none;
}
.en__field__element--text>input[type=text]:focus, 
.en__field__element--select>select:focus{
        border: solid 2px #1e6860 !important;
        background: #fff;
}
.en__field--text>input[type=text]:focus+label,
.en__field__element--label>select:focus+label{
    display: block;
}
.en__field--text,
.en__field--select{
    position: relative;
}
.en__field--text>label,
.en__field--select>label{
    display: none;
    position: absolute;
    top: -8px;
    left: 10px;
    width: fit-content;
    padding: 0 15px;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    color: #1e6860;
}
.en__field__element--text>input[type=text]:focus+label,
.en__field__element--select>select:focus+label{
    display: block;
}
.en__field__error{
    margin-top: -10px;
    font-size: 11px;
    color: #1e6860;
}
.en__field__element--text input, .en__field__element--select select{
    margin-bottom: 0 !important;
}
.main__form-minor {
    margin-bottom: 10px;
}
.en__field.en__field--radio{
    padding-bottom: 10px !important;
}
.en__field--checkbox{
    padding-bottom: 10px !important;
}
input[type="checkbox"]{
    vertical-align: top !important;
}
input[type="checkbox"]+label{
    font-size: 13px;
    color: #929292;
}
.main__activity-text{
    width: 360px;
    border-right: 1px solid #fff;
}
.en__field__input--radio{
    margin-top: 0 !important;
}
.en__component--column{
    min-width: auto !important;
}
footer{
    padding-bottom: 80px !important; 
}
.mobile__submit-area{
    display: none;
}
input:disabled{
    background: #bdbcbc;
    color: #eee;
}
input[type="checkbox"]{
    width: 14px;
    height: 14px;
}
.thanks {
        background-image: url(https://www.greenpeace.org/static/planet4-korea-stateless/2021/09/b94cc58a-kr_2020_supporter_volunteer4.jpg);
}

.main__form-area {
    width: 100vw;
    background-size: cover;
}

.main__activity-header {
    width: 1440px;
}

.main__activity-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
}

.main__carousel-area {
    width: 100% !important;
}

.main__moreinfo-area{
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 0 !important;
}

.main__moreinfo-center{
    display: flex;
    width: 1440px;
    padding: 118px 140px;
    background: #fff;
}

footer{
    width: 100% !important;
}
.main__form-title{
    line-height: 1.4 !important;
}

.main__activity-body {
    width: 100% !important;
}

.main__activity-body .main__activity-item{
    width: 25%;
}

.main__activity-item img{
    width: 100% !important;
    height: auto !important;
}

.main__activity-text {
    width: 100% !important;
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 1023px){
    .mobile__submit-area{
        display: block;
        z-index: 200;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 69px;
        padding: 13px 29px;
        box-shadow: 0 -3px 9px 0 rgba(0, 0, 0, 0.19);
        background: #fff;
    }
    .btn__mobile-form-open{
        width: 100%;
        height: 44px;
        border-radius: 35px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.15px;
        text-align: center;
        background: #1e6860;
        color: #ffffff;
    }
    .main__form {
        width: 100%;
        height: 100%;
        /*min-height: fit-content;*/
        z-index: 300;
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        top: 0;
    }
    .btn-submit{
        width: 100%;
    }
    .btn__close{
        position: absolute;
        right: 10px;
        top: 10px;
        width: 36px;
        height: 36px;
        background: #fff;
    }
    .btn__close:before, .btn__close:after{
        content: "";
        position: absolute;
        width: 26px;
        height: 2px;
        background: #777;
        left: 5px;
        top: 17px;
    }
    .btn__close:before{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }
    .btn__close:after{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }
    
    .main__moreinfo-area{
        padding: 0 !important;
    }

    .main__moreinfo-center {
        max-width: 420px;
        width: 100% !important;
        flex-direction: column;
        padding: 40px 26px !important;
    }

    .main__activity-header {
        width: 100% !important;
    }

    div.carousel__slide .title{
        font-size: 10px !important;
    }  
}



