
body,
html {
    font-family: 'Noto Sans KR', sans-serif !important;
    height: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
}

.async-hide {
    opacity: 0 !important
}

.enform .en__submit button {
    border-radius: 25px;
}

/*text*/
.barWrapper {
    color: #035780 !important;
}

h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    text-align: center;
}

p {
    font-size: 1em;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: -0.1px;
}

h3 {
    font-size: 1.3em;
    font-weight: 400;
    color: #035780;
    padding: 20px 0px 10px;
}

.italic {
    font-style: italic;
    font-weight: 200;
    font-size: 0.9em;
}

.see_more {
    color: #8ebace;
    text-decoration: underline;
}

.log>img {
    width: 100%;
    max-width: 200px;
    float: left;
    padding-left: 6%;
}

.top_button {
    float: right;
    display: block;
    margin-right: 6%;
    width: 100px;
    color: #fff;
    background-color: #6c0;
    padding: 10px 10px;
    font-size: 0.9em;
    border-radius: 4px;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
}

.top_button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.top_button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;

}

a {
    text-align: center;
}

.top_button:hover span {
    padding-right: 12px;
    color: #fff;
}

.top_button:hover span:after {
    opacity: 1;
    right: 0;
    color: #fff;
}

.main {
    width: 100%;
    height: auto;
    position: relative;
}


.left_contents {
    width: 52%;
    float: left;
    display: block;
    color: #fff;
    margin-left: 5%;
    margin-right: 2%;
    max-width: 850px
}

.left_contents>img {
    width: 100%;
    height: auto;
}

/*slide*/
.caption {
    position: relative;
    width: 100%;
    border: 5px solid #fff;
    overflow: hidden;
    margin-left: -5px;
}

.caption>img {
    display: block;
    width: inherit;
}

.imgcaption {
    position: absolute;
    bottom: 3px;
    opacity: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    transition: .5s;
}

.caption:hover>.imgcaption {
    opacity: .8;
}

/*form*/
@media only screen and (min-width: 767px) and (max-width:1024px) {
    .en__field--490727 .en__field__error {
        position: absolute;
        top: 17px;
    }
}

.allcheck .en__field__item {
    display: flex !important;
    align-items: center;
}

.en__field__input--text {
    width: 100% !important;
}

.right_form {
    width: 31%;
    float: right;
    color: #7A7A7A;
    margin-right: 5%;
    background-color: #fff;
    padding: 30px;
    box-shadow: 5px 5px 10px 10px rgba(90, 117, 132, 0.35);
    max-width: 400px;
}

.right_form>img {
    width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 0px;
}

.form_text {
    font-size: 1em;
    letter-spacing: -2;
    line-height: 1.2;
    color: rgb(142, 142, 142);
    font-weight: 400;
}

.form_text2 {
    color: #3e423b;
    font-size: 0.9em;
    line-height: 1.2;
    font-weight: 400;
    font-style: italic;
}

.en__field__element>input {
    margin-bottom: -5px;
    margin: auto;
    height: 40px;
}

.en__field--180587>label,
.en__field--180586>label,
.en__field--180588>label,
.en__field--490728>label,
.en__field--490727>label,
.en__field--644342>label,
.en__field--674782>label {
    display: none;
}

.en__field__label--item {
    font-size: 0.8em;
}


.en__field--22133>label,
.en__field--22141>label,
.en__field--89669>label,
.en__field--22133>label,
.en__field--22141>label,
.en__field--89669>label {
    display: none;
}

.en__field {
    padding-bottom: 6px !important;
}

.privacy {
    font-size: 0.8em;
    text-align: center;
}

.privacy>a {
    text-decoration: underline;
    color: #6c0;
}

.en__field--checkbox,
.en__field__label {
    vertical-align: middle !important;
}

label[for=all_check] {
    font-weight: 800;
}

.en__field__element,
.en__field__element--text {
    width: 100% !important;
}

.en__field__input--text {
    width: 100% !important;
    border: 1px solid #dcdada;
    border-radius: 2px;
    padding-left: 5px;
}

.en__field__item {
    padding: 1px 0 !important;
    display: block !important;
}

.en__field__item .en__field__label {
    width: 90% !important;
}

.en__submit>button {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    outline: none;
    color: #fff;
    background: #4e80a2 !important;
    cursor: pointer;
    margin: auto;
    margin-top: 15px;
    font-size: 1em;
    letter-spacing: 2px;
}

.en__submit>button:hover {
    background: #035780 !important;
}

.barWrapper .progress-bar {
    background: #8ebace !important;
}

.en__field__error {
    color: red;
    font-size: 0.7em;
}

.en__component--row {
    display: block !important
}

.en__component--column {
    min-width: 220px !important;
}

#kakao-login-btn {
    display: none;
}

#fb-login-btn {
    background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1851/facebook_icon.png?v=1585618755000);
    background-color: #34589d;
    color: #fff;
}

#fb-login-btn {
    border-radius: 5px;
    padding: 10px 10px 12px 28px;
    width: 172px;
    display: inline-block;
    text-align: right;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 6px 50%;
    margin-bottom: 15px;
}

/*2nd section*/
.second_contents {
    background-color: #fff;
    padding: 80px 100px 0px 100px;
    width: 100%;
    height: 100% !important;
    background: #fff;
}

.column_wrap {
    background-color: #fff;
    width: 100%;
}

.second_title {
    text-align: left;
    margin-bottom: 15px;
    padding: 0px 20px;
}

.colum {
    width: 33%;
    float: left;
    padding: 20px 20px;
    margin-bottom: 100px;
}

.colum>img {
    width: 100%;
    height: 100%;
}

/*footer*/


footer {
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 140px;
}

.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;
}

li {
    float: left;
    position: relative;
    left: 50%;
    margin-left: 20px;
    font-size: 0.8em;
}

.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
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {

    .sign_up_btn {
        display: none;
    }

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    .sign_up_btn {
        display: none;
    }

    .header .gp-logo img {
        width: 85%;
    }
}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 767px) and (max-width: 1024px) {
    .donation_btn {
        display: none;
    }

    .left_contents {
        width: 48%;
    }

    h2 {
        font-size: 1.3em;
    }

    .right_form {
        width: 30%;
    }

    #fb-login-btn {
        width: 55%;
        float: left;
        font-size: 13px;
        font-weight: 600;
    }

    #kakao-login-btn {
        display: none;
    }

    footer {
        bottom: 0;
        left: 0;
        right: 0;
    }

    .content {
        justify-content: normal;
        max-width: 375px;
    }

    .second_contents {
        padding: 40px 25px 0px 25px
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .sign_up_btn {
        display: none;
    }

    .left_contents {
        width: 46%;
    }

    #fb-login-btn {
        width: 148px;
    }

    .imgcaption {
        position: absolute;
        bottom: 1px;
        opacity: 0.7;
        box-sizing: border-box;
        width: 100%;
        padding: 3px;
        background: #000;
        color: #fff;
        font-size: 0.7em;
    }

    .ic_category {
        font-size: 0.7em;
        color: gray;
        margin-bottom: -7px;
        text-align: center;
    }

    .imgcaption>h3 {
        font-size: 0.9em;
        text-align: center;
    }

    .colum {
        width: 100% !important;
        background-color: #fff;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .second_contents {
        background-color: #fff !important;
        padding: 0px 0px 0px 0px;
    }

    .second_title {
        padding: 38px 20px 20px 0px;
        margin-bottom: 0px;
        text-align: center;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .header .gp-logo img {
        width: 65% !important;
    }

    .right_form {
        margin-bottom: 20px;
        margin-top: -50px;
    }

    .top_button {
        display: none;
    }

    p {
        font-weight: 400;
    }

    .ic_caption h3 {
        font-size: 0.9em;
    }

    .log>img {
        width: 160px;
    }

    .donation_btn {
        display: none;
    }

    .top_button {
        width: 84px;
    }

    .left_contents {
        width: 90%;
        margin: auto !important;
        float: none;
    }

    .right_form {
        width: 76%;
        float: none;
        margin: auto;
        margin-bottom: 40px !important;
    }

    .slogan {
        width: 85%;
        margin: auto;
    }

    li {
        float: none;
        text-align: center;
        margin-left: 0 !important;
    }

    h2 {
        font-size: 1.7em;
    }

    .form_text {
        font-size: 1em;
    }

    #fb-login-btn {
        width: 34%;
        font-size: 13px;
        font-weight: 600;
    }

    #fb-login-btn {
        border-radius: 5px;
        padding: 10px 10px 12px 28px;
        display: inline-block;
        margin-bottom: 20px;
        text-decoration: none;
        font-size: 10px;
        font-weight: 400;
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 6px 50%;
    }

    .imgcaption {
        position: absolute;
        bottom: 1px;
        opacity: 0.7;
        box-sizing: border-box;
        width: 100%;
        padding: 3px;
        background: #000;
        color: #fff;
        font-size: 0.7em;
    }

    .ic_category {
        font-size: 0.7em;
        color: gray;
        margin-bottom: -7px;
        text-align: center;
    }

    .imgcaption>h3 {
        font-size: 0.9em;
        text-align: center;
    }

    .content {
        justify-content: normal;
    }

    .colum {
        width: 100% !important;
        background-color: #fff !important;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .second_contents {
        background-color: #fff !important;
        padding: 0px 0px 0px 0px;
    }

    .second_title {
        padding: 38px 20px 20px 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .hero__headline {
        margin-bottom: 1rem;
         !important
    }

    .hero__text {

        padding: 10px;
        margin-top: -3vh;
        width: 100%;
        padding: 15px 10px 10px;
        max-width: none;
    }

    div.hero__text p {
        font-size: 14px !important;
        letter-spacing: -1px;
    }

    .colum>h3 {
        text-align: center;
    }
}
.header {
    top: 10px;
}

.header .gp-logo img {
    width: 85%;
}

.slogan {
    margin: 10px 0;
    font-weight: 400;
}

.hero__headline {
    max-width: 758px;
}

.hero__headline h1 {
    font-size: 2.1rem;
}

.hero__headline h2 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    text-align: left;
    background: none;
    letter-spacing: normal;
}

.main__hero {
    padding-top: 70px;
}

footer {
    margin-top: 0;
    padding-top: 40px;
    background: rgb(247, 247, 247);
}

footer hr {
    width: 80%;
    padding: 15px 0 30px;
    margin: auto;

}

.slogan {
    margin: 10px 0;
}

.copy_right {
    margin-top: 30px;
}

.right_form {
    width: 100%;
}

#fb-login-btn {
    width: 164px;
    font-size: 13px;
}

.en__field--348726 label,
.en__field--348725 label,
.en__field--348727 label,
.en__field--455891>label {
    display: none;
}

.enform__header h1 {
    display: flex;
    font-size: 1.5rem;
    color: #035780 !important;
    text-align: left;
    font-weight: 200 !important;
    line-height: 1.3;
    letter-spacing: -1px;
}

.enform__header h2 {
    font-size: 1rem;
    text-align: left;
    margin-top: 8px;
    font-weight: 700;
    color: #035780;
}

.content {
    justify-content: normal;
}

.hero__text {
    padding: 10px;
}

.hero__text p {
    font-weight: 400;
    font-size: 1.2rem !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    line-height: 1.5;
}

.barWrapper {
    display: block;
}

.section__content p {
    font-size: 1.5rem;
    word-break: keep-all;
    display: block;
    text-align: center;
}

.bar_tooltip,
.barWrapper #ticker {
    font-size: 0.7rem;
}

.enform__header {
    margin-top: 20px;
}

.enform__header h1 {
    font-weight: 600;
}

.section__content {
    padding: 0 8px;
}

.sub {
    padding-top: 0;
}

.section__banner:before {
    background: linear-gradient(180deg, #000 15%, transparent);
}

.section__banner:after {
    background: linear-gradient(0deg, #000 15%, transparent);
}

.thanks {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    background-size: cover;
    background-position: center;
}

@media (min-width: 320px) and (max-width: 480px) {
    .gp-logo {
        display: flex;
        justify-content: center;
    }

    .header .gp-logo a {
        justify-content: center;
    }

    .enform {
        margin-top: 0;
    }

    .hero__headline {
        margin-top: -30px;
    }

    .hero__headline h2 {
        text-align: center;
    }

    .copy_right {
        margin-bottom: 20px;
    }

    .slogan_warp {
        padding-top: 10px;
    }

    .slogan {
        margin: 10px auto;
    }

    .hero__headline h1 {
        font-size: 1.4rem !important;
        margin-top: 20px;
    }

    .barWrapper #ticker {
        font-size: 0.7rem;
    }

    .section__content p {
        font-size: 1rem;
    }

    /* added by Stacy 0624 */

    .mobile-sign-now {
        opacity: 1;
    }

    .enform {
        display: none;
        position: fixed;
        z-index: 100;
        height: 100vh;
        top: 0;
        left: 0;
        bottom: 0;
        max-width: none;
    }

    .right_form {
        width: 100%;
        height: 100%;
        margin-bottom: 0 !important;
    }

    .btn_close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 36px;
        height: 36px;
    }

    .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);
    }

    .mobile-sign-now span {
        background: #4e80a2;
        border-radius: 45px;
    }

    .hero__bg {
        overflow-y: scroll;
    }

    .main .main__hero {
        background-size: cover;
        background-position-y: 25%;
        background-position-x: center;
        min-height: 0;
    }
}

.main__hero {
    margin-bottom: 0;
    width: 100%;
    background-size: cover;
}
