@font-face {
    font-family: Nexa;
    font-weight: bold;
    src: url("../fonts/NexaBold.otf");
}
@font-face {
    font-family: Nexa;
    font-weight: lighter;
    src: url("../fonts/NexaLight.otf");
}

@font-face {
    font-family: NotoSansCJKkr;
    font-weight: bold;
    src: url("../fonts/NotoSansCJKkr-Bold.eot") format("eot"),
         url("../fonts/NotoSansCJKkr-Bold.woff") format("woff"),
         url("../fonts/NotoSansCJKkr-Bold.otf") format("otf");
}

@font-face {
    font-family: NotoSansCJKkr;
    font-weight: 900;
    src: url("../fonts/NotoSansCJKkr-Black.eot") format("eot"),
         url("../fonts/NotoSansCJKkr-Black.woff") format("woff"),
         url("../fonts/NotoSansCJKkr-Black.otf") format("otf");
}

@font-face {
    font-family: NotoSansCJKkr;
    font-weight: normal;
    src: url("../fonts/NotoSansCJKkr-Regular.eot") format("eot"),
         url("../fonts/NotoSansCJKkr-Regular.woff") format("woff"),
         url("../fonts/NotoSansCJKkr-Regular.otf") format("otf");
}

@font-face {
    font-family: NotoSansCJKkr;
    font-weight: 500;
    src: url("../fonts/NotoSansCJKkr-Medium.eot") format("eot"),
         url("../fonts/NotoSansCJKkr-Medium.woff") format("woff"),
         url("../fonts/NotoSansCJKkr-Medium.otf") format("otf");
}

@font-face {
    font-family: TTNorms;
    font-weight: 800;
    src: url("../fonts/TTNorms-ExtraBold.otf");
}

@font-face {
    font-family: HGSoftGGothicssi;
    font-weight: 900;
    src: url("../fonts/HGSoftGGothicssi99g.ttf");
}
@font-face {
    font-family: HGSoftGGothicssi;
    font-weight: 800;
    src: url("../fonts/HGSoftGGothicssi80g.ttf");
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto';
    min-width:320px;
    margin: 0;
    padding: 0;
}
section.landing_top {
    width: 100%;
    background-size: cover; 
    position: relative;
    text-align: center;
}

a {
    text-decoration: none !important;
}

.mask {
    width: 100%;
    margin: auto;
}

div.landing_top_header {
    
}
div.website_logo_container{
    margin-top: 28px;
    margin-left: 150px;
    background-color: #ff0000;
}
div.website_logo_container img.website_logo {
    left: 150px;
    top: 28px;
    width: 41px;
    height: 41px;
    position: absolute;
    vertical-align: middle;
    border-radius: 10px;

}
div.website_logo_container p.website_logo_title {
    width: 123px;
    height: 41px;
    font-family: Nexa;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #303030;
    position: absolute;
    left: 198px;
    top: 4px;
    vertical-align: middle;
}

.landing_top_image {
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.mobile_image_01 {
    width: 0%;
}

div.landing_top_content{
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: -340px;
}

div.left{
    float: left;
}

div.right_content{
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-top: 20px;
    padding-top: 60px;
    vertical-align: top;

}

div.top_content {
    display: none;
}

div.bottom_content {
    width: 100%;
    display: none;
    text-align: center;
}

.download {
    margin: auto;
    background-color: #fff000;
}

div.right{
    float: left;
}

.web_header{
    display: inline-block;
    height: auto;
    position: 
}

.mobile_web_header {
    margin: auto;
    width: 0%;
}

p.top_title_1{
    font-family: HGSoftGGothicssi;
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #303030;
    margin: auto;
}

p.top_title_2{
    font-family: HGSoftGGothicssi;
    font-size: 100px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.31px;
    color: #303030;
    margin: auto;
}

div.content_background{
    width: 100%;
    min-height: 300px;
    background-size: cover; 
    margin-top: -12%;
    background-color: #f1f9f6;
    padding-left: 150px;
    padding-right: 150px;
}

section.features {
    width: 100%;
    margin-top: -150px;
    background-color: #f1f9f6;
    padding-top: 100px;
}

section.features .features-container {
    margin-top: 150px;
}

section.features .features-items {
    min-height: 480px;
    width: 100%;
    margin: auto;
    text-align: center;
}

section.features .features-item {
    display: inline-block;
    max-width: 320px;
    height: 480px;
    margin-left: 27px;
    margin-right: 27px;
    margin-bottom: 17px;
    text-align: center;
}

.features-item-title {
    height: 21px;
    margin-top: 30px;
    margin-bottom: 22px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.features-item-img img {
    width: 100%;
    height: 100%;
}

.content_title {
    width: 100%;
    height: auto;
    font-family: NotoSansCJKkr;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: center;
    color: #505050;
}

.content_title_highlight {
    width: 100%;
    height: auto;
    font-family: NotoSansCJKkr;
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: center;
    color: #1fbb5d;
}

.content_desc {
    width: 100%;
    height: auto;
    font-family: NotoSansCJKkr;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.4px;
    text-align: center;
    color: #404040;
    margin-top: 16px;
}


section.howto {
    width: 100%;
    padding-top: 128px;
    margin-bottom: 100px;
}

section.howto .howto-container {
    margin-top: 100px;
}

section.howto .howto-items {
    min-height: 410px;
    width: 100%;
    margin: auto;
    text-align: center;
}

section.howto .howto-item {
    display: inline-block;
    max-width: 320px;
    height: 410px;
    margin-left: 27px;
    margin-right: 27px;
    margin-bottom: 82px;
    text-align: center;
}

.howto-item-img img {
    width: 100%;
    height: 100%;
    max-width: 200px;
}

.howto-item-step-img img {
    width: 52px;
    height: 23px;
    margin-top: 42px;
}

.howto-title-main-container{
    display: table;
    margin: auto;
}
.howto-title-main{
    display: table-cell;
    max-width: 213px;
    height: 56px;
    border-radius: 28px;
    background-color: #1fbb5d;
    padding-left: 28px;
    padding-right:28px;
    font-family: NotoSansCJKkr;
    /*font-size: 24px;*/
    font-size: min(max(16px, 4vw), 24px);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: -0.4px;
    color: #ffffff;
    margin: auto;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

}

.howto_title {
    width: 100%;
    height: auto;
    font-family: NotoSansCJKkr;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -0.6px;
    text-align: center;
    color: #505050;
    margin-top: 16px;
}

.howto_desc {
    width: 100%;
    height: auto;
    font-family: NotoSansCJKkr;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.21px;
    text-align: center;
    color: #404040;
    margin-top: 24px;
}

div.partner-celeb-request {
    width: 80%;
    height: auto;
    min-height: 60px;
    border-radius: 6px;
    background-color: #f5f5f5;
    vertical-align: middle;
    margin: auto;
    margin-top: 192px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;

}

.partner-celeb-request-welcome {
    display: inline-block;
    vertical-align: middle;
    margin-top: 21px;
    margin-bottom: 21px;
}

.partner-celeb-request-title {
    width: auto;
    height: auto;
    font-family: NotoSansCJKkr;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -0.4px;
    color: #515151;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 21px;
    margin-bottom: 21px;
}

.partner-celeb-request-desc {
    width: auto;
    height: auto;
    font-family: NotoSansCJKkr;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.4px;
    color: #515151;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 21px;
    margin-bottom: 21px;
}

.partner-celeb-request-download {
    width: auto;
    height: 41px;
    border-radius: 20.5px;
    background-color: #1fbb5d;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0%;
    margin-left: 16px;
    margin-bottom: 10px;
}

.partner-celeb-request-download .title {
    display: inline-block;
    width: 107.2px;
    height: 18px;
    font-family: NotoSansCJKkr;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -0.52px;
    color: #ffffff;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    margin-top: 12px;
    position: relative;
}

.mobile_round_background {
    display: none;
    background-color: #f1f9f6;
    /*background-color: #ff0000;*/
    height: 60px;
    margin-top: -130px;
    border-radius: 50%;
}

.partner-celeb-request-form {
    position: relative;
    border-radius: 6px;
    border: solid 2px #a7e063;
    margin: 0 auto;
    max-width: 1000px;
}

.partner-celeb-request-form img.welcome{
    position: absolute;
    margin-top: -50px;
    margin-left: 30px;
}

.partner-celeb-request-form .descriptions{
    display: inline-block;
    padding: 50px;
}

.partner-celeb-request-form .title{
    font-family: NotoSansCJKkr;
    font-size: 32px;
    font-size: min(max(24px, 4vw), 32px);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.64px;
    color: #1fbb5d;
}

.partner-celeb-request-form .desc{
    font-family: NotoSansCJKkr;
    font-size: min(max(16px, 2vw), 23px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    max-width: 672px;
    margin-right: 260px;
    letter-spacing: -0.6px;
    color: #515151;
    margin-top: 12px;
}

.partner-celeb-request-google-form {
    display: block;
    width: auto;
    min-width: 200px;
    height: 56px;
    border-radius: 6px;
    background-color: #1fbb5d;
    text-align: center;
    margin: 0%; 
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    margin-right: 50px;

}

.partner-celeb-request-google-form .btn-title{
    width: 100%;
    font-family: NotoSansCJKkr;
    font-size: min(max(16px, 2vw), 23px);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
    position: absolute;
}

.footer {
    position: relative;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    padding-left: 14%;
    padding-right: 14%;

    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .texts{
    position: relative;
    display: inline-block;
}

.footer .downloads{
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 14%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    
}

.footer .downloads .item{
    display: inline-block;
}

.footer .text{
    display: block;
    font-family: NotoSansCJKkr;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: -0.47px;
    color: #959595;
}

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

    div.landing_top_content{
        margin-top: 0;
    }

    div.right_content {
        display: none;
    }

    div.top_content {
        display: inline-block;
    }

    div.bottom_content {
        display: inline-block;
    }

    .landing_top_image {
        width: 0%;
    }
    .mobile_image_01 {
        width: 100%;
        margin-top: -20px;
    }
    .web_header {
        width: 0%;
    }
    .mobile_web_header {
        width: 70%;
    }
    .features-item{
        margin-right: 0px;
    }
    .mobile_round_background {
        display: block;
    }

    .partner-celeb-request-form {
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
    }
    .partner-celeb-request-form img.welcome{
        width: 80%;
        max-width: 288px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 0px;
    }
    .partner-celeb-request-form .descriptions{
        padding-bottom: 20px;
    }
    .partner-celeb-request-form .desc{
        margin-right: auto;
        text-align: left;
    }
    .partner-celeb-request-google-form {
        width: auto;
        max-width: 200px;
        min-width: 100px;
        position: relative;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .footer .downloads {
        display: block;
        width: auto;
        position: relative;
        left: -10px;
        margin-bottom: 20px;
    }
}

.footer button{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}


/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
