@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.ygFont{
    font-family: 'yg-jalnan';
    color:#fff;
}

#landing {
    overflow: hidden;
    margin-top:15px;
}

.landingInner .landingTop {
    height: 850px;
    background: url("/assets/images/tokenpost/landing/img/background_Pc.png");
    padding:175px 290px 210px 60px;
    box-sizing: border-box;
    position:relative;
}

.topText .Title  {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 28px;

}

.topText .subTitle {
    width: 590px;
    height: 85px;
    border-radius: 70px;
    line-height:95px;
    background: #fff;
    font-size: 55px;
    font-weight:700;
    color: #008fc3;
    text-align: center;
    margin-bottom: 80px;
    
}

.downloadText {
    font-size: 116px;
    font-weight: 700;
    line-height: 1.2;
}

.landingdate {
    display:inline-block;
    padding: 60px 60px 0 0;
    box-sizing: border-box;
    font-size: 24px;
    position:absolute;
    right:0;
    top:0;
}

.landigBottom{
    height: 788px;
    background-color: #d0ebf5;
    color:#008fc3;
    position: relative;
}

.textWrap {
    width: 100%;
    padding:119px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    font-weight : 300;
}

.textWrap p {
    line-height: 1.8;
}

.checkStyle {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.agreeCheck input[type='checkbox'] + label::before,
.agreeCheck input[type='radio'] + label::before {
    width: 50px;
    height: 50px;
    background: url("/assets/images/tokenpost/landing/img/check_Blue_3.png") no-repeat;
    background-size: 100%;
}

.agreeCheck input[type='checkbox']:checked + label::before, .agreeCheck input[type="radio"]:checked ~ label:before {
    width: 50px;
    height: 50px;
    background: url("/assets/images/tokenpost/landing/img/check_Blue_2.png") no-repeat;
    background-size: 100%;
}

.emailSend {
    margin-left: 182px;
    margin-bottom: 129px;
}
.emailSend input {
    font-family: 'Noto Sans';
}

 ::placeholder {
    color:#008fc3;
}
.checkStyle span {
    font-weight: 700;
}
.newsSubscribe {
    width: 500px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #008fc3;
    border-radius: 22px;
    text-align: center;
    font-size: 26px;
    color:#008fc3;
    background: #d0ebf5;

}
.subscriptionBtn {
    width: 100px;
    height: 70px;
    background-color: #008fc3;
    border: none;
    border-radius: 22px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.newsinofoText p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.phoneImg {
    position:absolute;
    right:0;
    bottom: 370px;
    left: 444px;
}

.logoBottom {
    height: 86px;
    background: #008fc3 ;
}
.logoBottom img {
    height: 86px;
    transform:scale(1.4);
    display: block;
    margin: 0 auto;
}

/*2번째 nft 보고서*/
#landing .topWrap {
    background: url("/assets/images/tokenpost/landing/img/landingBg.png") no-repeat;
    background-size: 100%;
    padding: 0 95px;
    box-sizing: border-box;
    color:#fff;
    font-family: "GmarketSansMedium";
    height: 1504px;
}

#landing .topWrap .topText{
    padding-top: 84px;
    box-sizing: border-box;
}

#landing .topWrap .Title {
    color: #4dd1f7;
    font-size: 40px;
    margin: 130px 0 46px 0;
    font-family: 'GmarketSansBold';
}

#landing .topWrap .subTitle {
    width: auto;
    height: auto;
    background: none;
    border: none;
    color:#fff;
    text-align: left;
    line-height: 1.3;
    font-size: 86px;
    margin-bottom: 75px;
    font-family: "GmarketSansBold";
}

#landing .topWrap .downloadText {
    font-size: 56px;
    text-align: center;
    font-family: 'GmarketSansBold';
}

#landing .topWrap .downDate {
    font-size: 30px;
    float:right;
}

#landing .bottomText .textWrap {
    padding: 80px 0 150px 0;
    font-family: 'GmarketSansLight';
}
.emailCheckBox .emailSend {
    margin-left: 108px;
    margin-bottom: 94px;
}

.newsAgree input[type='checkbox'] + label::before,
.newsAgree input[type='radio'] + label::before {
    width: 45px;
    height: 45px;
    background: url("/assets/images/tokenpost/landing/img/check_2.svg") no-repeat;
    background-size: 100%;
    margin-right: 14px;
}
.newsAgree input[type='checkbox']:checked + label::before,
.newsAgree input[type="radio"]:checked ~ label:before {
    width: 45px;
    height: 45px;
    background: url("/assets/images/tokenpost/landing/img/check_3.svg") no-repeat;
    background-size: 100%;
}

.emailCheckBox .emailSend .newsSubscribe {
    width:470px;
    height: 80px;
    border-radius: 0px;
    border-color:#fff;
    background: none;
    border-right: none;
    color:#fff;
}

.emailCheckBox .emailSend .subscriptionBtn{
    width: 115px;
    height: 80px;
    line-height: 80px;
    margin-left: -5px;
    border-radius: 0px;
    background: #4dd1f7;
    font-size: 36px;
    color:#022f5c;
    font-family: 'GmarketSansBold';
}
.newsAgree span {
    color:#4dd1f7;
}

.emailCheckBox .emailSend input{
    font-family: 'GmarketSansLight';
}
.emailCheckBox ::placeholder {
    color:#fff;
}

.emailCheckBox .newsinofoText p {
    font-size: 18px;
    font-family: 'GmarketSansLight';

}

#landing .bottomWrap {
    padding:45px 0px 65px 0px;
    background: #4dd1f7;
    box-sizing: border-box;
    font-family:'GmarketSansMedium' ;
}

#landing .bottomWrap p {
    text-align: center;
    color:#022f5c;
    font-size: 24px;
    margin-bottom: 25px;

}
#landing .bottomWrap a {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    width: 345px;
    height: 47px;
    line-height: 52px;
    color:#4dd1f7;
    background: #022f5c;
    text-align: center;
    font-size: 20px;
    font-weight: bold;

}