@charset "utf-8";

/* common */
*{padding:0; margin:0; letter-spacing:-0.03em; box-sizing: border-box; }
html,
body{
    padding:0;
    margin:0;
    min-height: 100%;
}
body { overflow-x: hidden; }
table{border-spacing:0; border-collapse:separate;}
ul, ol{list-style:none; padding:0; margin:0;}
a{text-decoration:none;}
p{margin:0;}
img{max-width:100%;}

/* font */
@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
    font-family: 'S-CoreDream';
    font-weight: 400;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    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;
}
@font-face {
    font-family: 'S-CoreDream';
    font-weight: 800;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'GowunBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GowunBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/* new sub page */
.subpage-renewal{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.subpage-renewal *{
    font-family: 'Noto Sans KR';
}

.subpage-renewal .red {
    color: #D41616;
}

/* campaign */
.campaign__video{
    font-size: 0;
    position:relative;
    padding-bottom:56.25%;
    overflow:hidden;
}
.campaign__video::before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    border:8px solid #c64e2f;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    pointer-events:none;
    box-sizing:border-box;
}
.campaign__video iframe{
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.campaign__title{
    font-family: 'TmonMonsori';
    font-size: 80px;
    line-height: 1;
    text-align: center;
    color: #3b3b3b;
    margin: 170px 0 90px;
    letter-spacing: -0.04em;
}
.campaign__txt{
    font-size: 25px;
    color: #666;
    text-align:center;
    line-height:1.6;
    font-weight: 400;
    margin:0 0 90px;
}
.campaign__txt a{
    display:block;
    border-radius: 13px;
    background: #df0808;
    padding: 30px;
    font-size: 25px;
    color: #fff;
    line-height: 1;
}
.campaign__txt a:hover {
    color: #fff !important;
}
.campaign__img{
    position: relative;
}
.campaign__img [class*="item-"]{
    position: absolute;
}
.campaign__img .item-1 {
    max-width: 296px;
    width: 100%;
    top: 79px;
    left: 63px;
}
.campaign__img .item-1 > .title {
    font-family: 'S-CoreDream';
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
}
.campaign__img .item-1 > .title > span {
    font-family: 'S-CoreDream';
    font-size: 76px;
}
.campaign__img .item-1 > .title > .red {
    font-size: 100px;
}
.campaign__img .item-2 {
    max-width: 345px;
    width: 100%;
    top: 79px;
    right: 59px;
    text-align: right;
}
.campaign__img .item-2 > .title {
    font-family: 'S-CoreDream';
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
}
.campaign__img .item-2 > .txt {
    font-family: 'S-CoreDream';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 42px;
    color: #1F2937;
}
.campaign__img .title {
    font-family: 'S-CoreDream';
    color: #1F2937;
}
.campaign__img .content{
    font-size: 24px;
    color: #1F2937;
    line-height: 1.6;
    font-family: 'S-CoreDream';
    text-align: center;
}
.campaign__img .content span{
    letter-spacing: inherit;
    font-family: inherit;
    font-weight: 600;
}

.campaign__item{
    position:relative;
    margin:130px 0 80px;
}
.campaign__list-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background:#D41616;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}
.campaign__list-title > p {
    font-family: 'S-CoreDream';
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.campaign__list-tit {
    margin-top: 63px;
    text-align: center;
}
.campaign__list-tit > p {
    font-family: 'S-CoreDream';
    font-size: 32px;
    font-weight: 600;
    color: #1F2937;
}
.campaign__list-tit > span {
    display: block;
    font-size: 24px;
    line-height: 1.6;
    margin-top: 21px;
}
.campaign__list-wrap{
    position: relative;
    width: 100%;
    margin:0 auto;
    padding: 27px 0 25px;
}
.campaign__list-img {
    max-width: 442px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
}
.campaign__list [class*="list-"] > ul {
    display: flex;
    justify-content: space-between;
}
.campaign__list [class*="list-"] > ul:first-child::before,
.campaign__list [class*="list-"] > ul:first-child::after {
    content: "";
    display: block;
    background-color: #D4D4D4;
    position: absolute;
}
.campaign__list [class*="list-"] > ul:first-child::before {
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.campaign__list [class*="list-"] > ul:first-child::after {
    width: 1px;
    height: 280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.campaign__list [class*="list-"] > ul > li {
    padding: 65px 0;
    width: 50%;
}
.campaign__list [class*="list-"] > ul > li:last-child {
    text-align: right;
}
.campaign__list-2 > ul {
    display: flex;
    flex-direction: column-reverse;
}
.campaign__list .title{
    font-family: 'S-CoreDream';
    font-size: 24px;
    color: #1F2937;
    line-height:1.2;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -.0072rem;
}
.campaign__list .txt{
    font-family: 'S-CoreDream';
    font-size: 16px;
    color:#1F2937;
    line-height:1.5;
}
.campaign__event-title{
    border: 5px solid #f2dcdb;
    border-radius: 5px;
    background: #ff7c80;
    display: flex;
    justify-content: center;
    height: 65px;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'S-CoreDream';
    letter-spacing: -0.04em;
}
.campaign__event{
    display: flex;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 4px;
    margin: 20px 0 85px;
    padding: 30px;
    gap:30px;
}
.campaign__event .item{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.campaign__event .item .title{
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
    background: #ffdbdb;
    display: flex;
    justify-content: center;
    height: 70px;
    align-items: center;
}
.campaign__event .item .txt{
    font-size: 22px;
    color: #666;
    line-height: 1.4;
    letter-spacing: -0.04em;
}
.campaign__event .img-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 250px;
}
.campaign__event .img-list img{
    filter:drop-shadow(5px 5px 5px rgba(0,0,0,.1));
}
.campaign__sub-title{
    font-size: 33px;
    font-weight: 500;
    color: #333;
    line-height: 1;
    margin: 0 0 20px;
}
.campaign__sub-txt{
    font-size: 16px;
    color: #666;
    line-height: 1;
    margin: 0 0 30px;
}
.campaign__category{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #666;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'S-CoreDream';
    border-radius: 5px;
    height: 60px;
}
.campaign__donation{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 30px;
}
.campaign__donation li{
    flex: 1;
    min-width: calc((100% - 40px) / 3);
    display: flex;
}
.campaign__donation a{
    border: 2px solid #eee;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 35px;
    transition: all .4s;
}
.campaign__donation .title{
    font-family: 'S-CoreDream';
    font-weight: 500;
    color: #111;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin: 0 0 20px;
    padding: 0 0 24px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 83px;
    position: relative;
}
.campaign__donation .title::before{
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0;
}
.campaign__donation .honor .title::before{
    background-image: url('../images/new_campaign_img_42.png');
    width: 57px;
    height: 51px;
}
.campaign__donation .leader .title::before{
    background-image: url('../images/new_campaign_img_45.png');
    width: 52px;
    height: 52px;
}
.campaign__donation .club .title::before{
    background-image: url('../images/new_campaign_img_48.png');
    width: 50px;
    height: 52px;
}
.campaign__donation .plan .title::before{
    background-image: url('../images/new_campaign_img_62.png');
    width: 56px;
    height: 62px;
}
.campaign__donation .store .title::before{
    background-image: url('../images/new_campaign_img_65.png');
    width: 58px;
    height: 52px;
}
.campaign__donation .job .title::before{
    background-image: url('../images/new_campaign_img_68.png');
    width: 52px;
    height: 52px;
}
.campaign__donation .home .title::before{
    background-image: url('../images/new_campaign_img_74.png');
    width: 53px;
    height: 51px;
}
.campaign__donation .share .title::before{
    background-image: url('../images/new_campaign_img_76.png');
    width: 50px;
    height: 46px;
}
.campaign__donation .normal .title::before{
    background-image: url('../images/new_campaign_img_78.png');
    width: 31px;
    height: 52px;
}
.campaign__donation .company .title::before{
    background-image: url('../images/new_campaign_img_84.png');
    width: 51px;
    height: 51px;
}
.campaign__donation .stocks .title::before{
    background-image: url('../images/new_campaign_img_87.png');
    width: 53px;
    height: 45px;
}
.campaign__donation .noble .title::before{
    background-image: url('../images/new_campaign_img_90.png');
    width: 45px;
    height: 47px;
}
.campaign__donation .title::after{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background: url('../images/new_campaign_img_51.png') no-repeat center center #e0e0e0;
    vertical-align: -2px;
    transition: all .4s;;
}

.campaign__donation a:hover{
    border-color: #cf4544;
}
.campaign__donation a:hover .title::after{
    background-color: #333;
    background-image: url('../images/new_campaign_img_55.png');
}
.campaign__donation .txt{
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

/* nft */
.nft{
    max-width:1080px;
    text-align: center;
}
.nft__img{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nft__img li{
    flex: 1;
}
.nft__title{
    line-height: 1;
    font-family: 'GowunBatang';
    font-size: 55px;
    color: #000;
    margin: 180px 0 110px;
}
.nft__title span{
    font-family: inherit;
    color: inherit;
    position: relative;
    line-height: 1;
    display: inline-block;
}
.nft__title span::before{
    content: '';
    position: absolute;
}
.nft__title span.dot::before{
    width: 23px;
    height: 17px;
    background: url('../images/new_ntf_img_11.png') no-repeat 0 0;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.nft__title span.line::before{
    width: 122px;
    height: 17px;
    background: url('../images/new_ntf_img_15.png') no-repeat 0 0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.nft__txt{
    display: flex;
    flex-direction: column;
    font-family: 'SUIT';
    font-weight: 500;
    font-size: 30px;
    color: #070707;
    line-height: 1.4;
    align-items: center;
    gap: 70px;
    padding: 0 100px;
    text-align: justify;
    margin: 0 0 140px;
}
.nft__txt::before{
    content: '';
    display: block;
    width: 44px;
    height: 38px;
    background: url('../images/new_ntf_img_19.png') no-repeat 0 0;
}
.nft__sub-txt{
    font-family: 'NanumSquare';
    font-size: 31px;
    color: #343434;
    line-height: 1.2;
    margin: 0 0 250px;
}
.nft__sub-txt b{
    font-family: 'NanumSquare';
    line-height: inherit;
}
.nft__sub-txt .bigger{
    font-size: 37px;
    display: block;
    margin: 70px 0 0;
}
.nft__sub-txt .blue{
    color: #1d67ba;
}
.nft__sub-txt .red{
    color: #ec0f14;
}

.nft__item-title{
    font-family: 'SUIT';
    font-weight: 700;
    color: #3b3b3b;
    font-size: 48px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin:0 0 20px;
    padding: 0 40px;
}
.nft__item-title::before{
    content: '';
    display: block;
    width: 25px;
    height: 60px;
    background: #149464;
}
.nft__item-txt{
    text-align: left;
    font-family: 'SUIT';
    font-weight: 700;
    color: #3b3b3b;
    font-size: 25px;
    letter-spacing: -0.05em;
    padding: 0 40px;
}
.nft__item{
    display: grid;
    grid-template: repeat(2, auto) / repeat(5, 1fr);
    gap: 180px 0;
    padding: 0 40px;
    margin: 60px 0 210px;
}
.nft__item li:not(.title){
    font-family: 'SUIT';
    font-weight: 700;
    font-size: 25px;
    color: #414141;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    word-break: keep-all;
    letter-spacing: -0.12em;
}
.nft__item li:not(.title)::before{
    content: '';
    display: block;
    width: 180px;
    height: 180px;
    background-color: #666;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.nft__item li:not(.title):nth-child(1)::before{
    background-image: url('../images/new_ntf_img_23.png');
}
.nft__item li:not(.title):nth-child(2)::before{
    background-image: url('../images/new_ntf_img_26.png');
}
.nft__item li:not(.title):nth-child(3)::before{
    background-image: url('../images/new_ntf_img_28.png');
}
.nft__item li:not(.title):nth-child(4)::before{
    background-image: url('../images/new_ntf_img_31.png');
}
.nft__item li:not(.title):nth-child(5)::before{
    background-image: url('../images/new_ntf_img_33.png');
}
.nft__item li:not(.title):nth-child(6)::before{
    background-image: url('../images/new_ntf_img_43.png');
}
.nft__item li:not(.title):nth-child(7)::before{
    background-image: url('../images/new_ntf_img_41.png');
}
.nft__item .title{
    grid-area: 2 / 3 / 3 / 6;
}
.nft__item .nft__item-title{
    justify-content: end;
    padding: 0;
}
.nft__item .nft__item-title::before{
    order: 2;
}
.nft__item .nft__item-txt{
    text-align: right;
    padding: 0;
}
.nft__campaign-title{
    font-size: 46px;
    color: #816262;
    font-family: 'GowunBatang';
    font-weight: 600;
    line-height: 1;
    margin: 0 0 20px;
    letter-spacing: -0.08em;
    -webkit-text-stroke: 1px;
}
.nft__campaign-txt{
    font-size: 23px;
    color: #816262;
    line-height: 1.2;
    font-family: 'GowunBatang';
    letter-spacing: -0.08em;
    -webkit-text-stroke: 1px;
    margin: 0 0 70px;
}
.nft__list{
    margin: 185px 0 0;
    gap: 160px;
    display: flex;
    flex-direction: column;
}
.nft__list li{
    display: flex;
    align-items: center;
    padding: 0 40px;
    gap: 80px;
    justify-content: space-between;
}
.nft__list .item{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.nft__list .title{
    font-family: 'GowunBatang';
    font-size: 47px;
    line-height: 1.2;
    color: #816262;
    font-weight: 600;
    -webkit-text-stroke: 1px;
    letter-spacing: -0.08em;
}
.nft__list .txt{
    font-family: 'GowunBatang';
    font-size: 23px;
    color: #816262;
    line-height: 1.2;
    -webkit-text-stroke: .5px;
    letter-spacing: -0.08em;
}

.nft__list li.type2{
    flex-direction: column;
}
.nft__list li.type2 .img{
    order: 2;
}
.nft__list li.type2 .item{
    order: 1;
}

.nft__list li.type3 .img{
    order: 2;
}
.nft__list li.type3 .item{
    order: 1;
}
.nft__list li.type3 .title{
    order: 2;
}
.nft__list li.type3 .txt{
    order: 1;
}

.nft__list li.type4{
    flex-direction: column;
}
.nft__list li.type4 .title{
    order: 2;
}
.nft__list li.type4 .txt{
    order: 1;
}
.nft__intro{
    margin: 140px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
}
.nft__intro::before{
    content: '';
    display: block;
    width: 25px;
    height: 60px;
    background: #149464;
    order: 1;
}
.nft__intro::after{
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background: #149464;
    order: 2;
    margin: 0 0 8px;
}
.nft__intro .item{
    background: #a1d4c1;
    width: 100%;
    order: 3;
    padding: 45px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px 0;
}
.nft__intro .item .title{
    font-size: 32px;
    color: #3f3f3f;
    font-family: 'GongGothic'
}
.nft__intro .item .txt{
    font-family: 'nanumsquare';
    font-size: 22px;
    color: #3f3f3f;
    line-height: 1.2;
    font-weight: 600;
}
.nft__intro  > .txt{
    order: 4;
    font-family: 'nanumsquare';
    font-size: 30px;
    color: #3f3f3f;
    line-height: 1.2;
    font-weight: 600;
    margin: 100px 0 50px;
}
.nft__intro .btns{
    order: 5;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.nft__intro .btns a{
    display: flex;
    width: 290px;
    height: 160px;
    border-radius: 13px;
    background: #149464;
    padding: 20px;
    flex-direction: column;
    align-items: end;
    font-size: 25px;
    color: #fff;
    gap: 10px;
    line-height: 1;
}
.nft__intro .btns a span{
    font-size: 20px;
}

@media screen and (max-width:1080px){
    .nft__item-title{
        padding: 0;
    }
    .nft__txt{
        padding: 0;
    }
    .nft__item{
        padding: 0;
    }
    .nft__item-txt{
        padding: 0;
    }
    .nft__list li{
        padding: 0;
    }
    .nft__intro{
        padding: 0;
    }
}

@media screen and (max-width:1024px){
    .campaign__img .item-1 {
        max-width: 236px;
        top: 50px;
        left: 45px;
    }
    .campaign__img .item-1 > .title {
        font-size: 50px;
    }
    .campaign__img .item-1 > .title > span {
        font-size: 62px;
    }
    .campaign__img .item-1 > .title > .red {
        font-size: 77px;
    }
    .campaign__img .item-2 {
        max-width: 285px;
        top: 50px;
        right: 45px;
    }
    .campaign__img .item-2 > .title {
        font-size: 24px;
    }
    .campaign__img .item-2 > .txt {
        margin-top: 32px;
    }

    .campaign__list-title > p {
        font-size: 20px;
    }
    .campaign__list-tit {
        margin-top: 32px;
    }
    .campaign__list-tit > p {
        font-size: 20px;
    }
    .campaign__list-tit > span {
        font-size: 16px;
        margin-top: 24px;
    }

    .campaign__item {
        margin: 74px 0;
    }
    .campaign__list-wrap {
        padding: 43px 0 0;
    }
    .campaign__list-img {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        margin: 0 auto;
    }
    .campaign__list [class*="list-"] > ul {
        flex-direction: column;
    }
    .campaign__list [class*="list-"] > ul:first-child::before,
    .campaign__list [class*="list-"] > ul:first-child::after {
        display: none;
    }
    .campaign__list [class*="list-"] > ul > li {
        padding: 24px 0;
        width: 100%;
        border-bottom: 1px solid #D4D4D4;
    }
    .campaign__list [class*="list-"] > ul > li:last-child {
        text-align: left;
    }
    .campaign__list .list-2 > ul > li:last-child {
        border-bottom: none;
    }
    .campaign__list{
        margin-top: 17px;
    }
    .campaign__event{
        flex-direction: column;
    }
}

@media screen and (max-width:820px){
    .campaign__list .txt{
        font-size:18px;
    }

    .nft__item{
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
        margin: 40px 0;
        justify-content: center;
    }
    .nft__item-title{
        font-size: 30px;
    }
    .nft__item-txt{
        font-size: 20px;
    }
    .nft__item-title::before{
        height: 40px;
        width: 20px;
    }
    .nft__item .nft__item-title::before{
        order: 0;
    }
    .nft__item .title{
        order: 6;
        width: 100%;
        margin:40px 0 0;
    }
    .nft__item .nft__item-title{
        justify-content: start;
    }
    .nft__item .nft__item-txt{
        text-align: left;
    }
    .nft__item li:nth-child(1){
        order:1;
    }
    .nft__item li:nth-child(2){
        order:2;
    }
    .nft__item li:nth-child(3){
        order:3;
    }
    .nft__item li:nth-child(4){
        order:4;
    }
    .nft__item li:nth-child(5){
        order:5;
    }
    .nft__item li:nth-child(6){
        order:7;
    }
    .nft__item li:nth-child(7){
        order:8;
    }
    .nft__item-txt br{
        display: none;
    }
    .nft__item li:not(.title){
        width: 130px;
        font-size: 20px;
        gap: 0;
    }
    .nft__item li:not(.title)::before{
        transform: scale(.7);
    }

    .nft__intro .item{
        justify-content:center;
    }
    .nft__list .item{
        order:-1;
    }
    .nft__list li.type2 .item{
        order:-1;
    }
    .nft__list li.type3 .item{
        order:-1;
    }
    .nft__list li.type3 .title{
        order:-1;
    }
    .nft__list li.type4 .title{
        order:-1;
    }

}

@media screen and (max-width:768px){
    .campaign__img .item-1 {
        max-width: 155px;
        top: 25px;
        left: 19px;
    }
    .campaign__img .item-1 > .title {
        font-size: 32px;
    }
    .campaign__img .item-1 > .title > span {
        font-size: 38px;
    }
    .campaign__img .item-1 > .title > .red {
        font-size: 48px;
    }
    .campaign__img .item-2 {
        max-width: 210px;
        top: 25px;
        right: 20px;
    }
    .campaign__img .item-2 > .title {
        font-size: 16px;
    }
    .campaign__img .item-2 > .txt {
        font-size: 14px;
        margin-top: 12px;
    }
    .campaign__img .content{
        font-size: 16px;
    }

    .campaign__list-title > p {
        font-size: 20px;
    }
    .campaign__list-tit {
        margin-top: 32px;
    }
    .campaign__list-tit > p {
        font-size: 20px;
    }
    .campaign__list-tit > span {
        font-size: 16px;
        margin-top: 24px;
    }

    .nft__title{
        font-size: 40px;
        margin: 100px 0;
        word-break: keep-all;
    }
    .nft__title span.dot::before{
        transform: translateX(-50%) scale(.8);
        top: -15px;
    }
    .nft__title span.line{
        display: inline-block;
    }
    .nft__title span.line::before{
        transform: translateX(-50%) scale(.8);
        bottom: -8px;
        transform-origin: bottom;
    }
    .nft__txt{
        font-size: 22px;
        gap: 30px;
        margin: 0 0 70px;
    }
    .nft__sub-txt{
        font-size: 25px;
        margin: 0 0 100px;
    }
    .nft__sub-txt .bigger{
        font-size: 30px;
    }
    .nft__campaign-title{
        font-size: 35px;
    }
    .nft__campaign-txt{
        font-size: 18px;
        margin: 0 0 30px;
    }
    .nft__list{
        margin: 40px 0 0;
        gap: 40px;
    }
    .nft__list li{
        flex-direction: column;
        gap: 30px;
    }
    .nft__list li.type1 .img{
        order: 0;
    }
    .nft__list li.type2 .img{
        order: 0;
    }
    .nft__list li.type3 .img{
        order: 0;
    }
    .nft__list .title{
        font-size: 35px;
    }
    .nft__list .title br{
        display: none;
    }
    .nft__list .txt{
        font-size: 18px;
    }
    .nft__list .txt br{
        display: none;
    }
    .nft__intro{
        margin: 60px 0 0;
    }
    .nft__intro .item{
        padding: 20px;
        gap: 15px 0;
    }
    .nft__intro .item .title{
        font-size: 28px;
    }
    .nft__intro .item .txt{
        width: 100%;
        font-size: 18px;
    }
    .nft__intro .item .img{
        width: 100%;
    }
    .nft__intro > .txt{
        font-size: 20px;
        margin: 60px 0 30px;
    }
    .nft__intro .btns{
        flex-direction: column;
        width: 100%;
    }
    .nft__intro .btns a{
        width: 100%;
        height: auto;
        padding: 20px;
        font-size: 20px;
    }
    .nft__intro .btns a span{
        font-size: 16px;
    }
    /* .campaign__video iframe{
       height:490px;
    } */
    .campaign__title{
        margin: 90px 0 30px;
        font-size: 40px;
    }
    .campaign__txt{
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 100px;
    }
    .campaign__list .title{
        font-size: 25px;
        line-height:1.2;
    }
    .campaign__list .txt{
        font-size: 18px;
    }
    .campaign__list .txt br{
       display:none;
    }
    .campaign__event{
        padding: 15px;
        align-items: center;
        margin: 20px 0 60px;
    }
    .campaign__event .item .title{
        font-size: 30px;
        height: auto;
        padding: 10px;
        justify-content: center;
    }
    .campaign__event .item .txt{
        font-size: 18px;
        text-align:center;
    }
    .campaign__event .img-list{
        width: 100%;
        justify-content:center;
    }
    .campaign__sub-title{
        font-size: 30px;
    }
    .campaign__sub-txt{
        font-size: 14px;
    }
    .campaign__category{
        font-size: 20px;
        height: auto;
        padding: 10px 0;
    }
    .campaign__donation li{
        min-width: calc((100% - 20px) / 2);
    }
    .campaign__donation a{
        padding: 15px;
    }
    .campaign__donation .title{
        font-size: 20px;
        padding: 0 0 15px;
        margin: 0 0 10px;
        gap: 20px;
    }
}
@media screen and (max-width:480px){
    .campaign__img .item-1 > .title {
        font-size: 19px;
    }
    .campaign__img .item-1 > .title > span {
        font-size: 24px;
    }
    .campaign__img .item-1 > .title > .red {
        font-size: 32px;
    }
    .campaign__img .item-2 {
        max-width: 151px;
    }
    .campaign__img .item-2 > .title {
        font-size: 14px;
    }
    .campaign__img .item-2 > .txt {
        max-width: 80px;
        width: 100%;
        margin: 12px 0 0 auto;
        font-size: 10px;
    }
    .campaign__img .content {
        max-width: 249px;
        width: 100%;
        margin: 0 auto;
    }
    .campaign__donation li{
        min-width: 100%;
    }
    .nft__intro .item .title{
       font-size:18px;
    }
    .nft__intro .item .txt{
       font-size:16px;
    }
    .campaign__event-title{
       font-size:18px;
    }
    .campaign__event .item .title{
       font-size:20px;
    }
    .campaign__event .item .txt{
       font-size:16px;
    }
}
@media screen and (max-width:390px){
    .campaign__title {
        font-size: 34px;
    }
}

/* 250609 개인정보처리방침 수정 */
.type-footer-con .box-footer-con .inner-wrap .privacy__list .item { padding-block: 20px; }
.type-footer-con .box-footer-con .inner-wrap .privacy__table td { padding-inline: 16px; }
.default-wrap .privacy__graybox { display:flex; flex-wrap:wrap; }
.privacy__graybox > ul { display: flex; flex-wrap: wrap; row-gap: 12px; width:50%; align-items: flex-start; align-content: flex-start; }
.privacy__graybox > ul > li { display:flex; align-items: center; gap: 6px; width: 100%; flex: 0 0 auto;}
.privacy .privacy__graybox strong { margin-top: 0px; }
.privacy__table.type02 { margin-top:0; }
.privacy__table.type02 th, .privacy__table.type02 td { padding-inline: 20px; }
.privacy__table.type02 .br-m { display:none; }
.privacy__table-info { display: flex;  align-items: center; justify-content: space-between;  width: 100%; font-size: 16px; font-weight: 600; margin-top: 46px; padding-inline: 4px; }
.privacy__subtitle:has(.ico-privacy-md) { display:flex; gap:6px; align-items: center; }
.type-footer-con .box-footer-con .inner-wrap ul.privacy__list { padding-left: 0; }


i.ico-privacy-sm { display: inline-block; width: 28px; height: 28px; line-height: 28px; flex: 0 0 auto; }
i.ico-privacy-md { display: inline-block; width: 32px; height: 32px; line-height: 32px; flex: 0 0 auto; }    
i.ico-privacy-lg { display: inline-block; width: 52px; height: 52px; line-height: 52px; }
i.privacy01 { background: url(../images/ico_privacy01.png) no-repeat center / cover; }
i.privacy02 { background: url(../images/ico_privacy02.png) no-repeat center / cover; }
i.privacy03 { background: url(../images/ico_privacy03.png) no-repeat center / cover; }
i.privacy04 { background: url(../images/ico_privacy04.png) no-repeat center / cover; }
i.privacy05 { background: url(../images/ico_privacy05.png) no-repeat center / cover; }
i.privacy06 { background: url(../images/ico_privacy06.png) no-repeat center / cover; }
i.privacy07 { background: url(../images/ico_privacy07.png) no-repeat center / cover; }
i.privacy08 { background: url(../images/ico_privacy08.png) no-repeat center / cover; }
i.privacy09 { background: url(../images/ico_privacy09.png) no-repeat center / cover; }
i.privacy10 { background: url(../images/ico_privacy10.png) no-repeat center / cover; }
i.privacy11 { background: url(../images/ico_privacy11.png) no-repeat center / cover; }
i.privacy12 { background: url(../images/ico_privacy12.png) no-repeat center / cover; }
i.privacy13 { background: url(../images/ico_privacy13.png) no-repeat center / cover; }
i.privacy14 { background: url(../images/ico_privacy14.png) no-repeat center / cover; }
i.privacy15 { background: url(../images/ico_privacy15.png) no-repeat center / cover; }



@media screen and (max-width:1024px){
    .privacy__graybox > ul { display: flex; flex-wrap: wrap; row-gap: 12px; width:100%; }
    .privacy__graybox > ul + ul { margin-top: 12px; }
    .privacy__graybox > ul > li { line-height: 1.4; }
    .default-wrap .privacy__graybox  { padding: 20px; }
    .privacy__table-info { flex-direction: column; align-items: flex-start; font-size: 14px;}
    .privacy__subtitle:has(.ico-privacy-md) { align-items: start; }
    .privacy__table.type02 .br-m { display:block; }
}
