@charset "utf-8";

footer .list li {
    margin-right: 30px;
    position: relative;
}

.full_wrap{
    width: 100%;
    min-height: 100vh; /* 추가 */
    display: flex;
    flex-direction: column;
}


/* — 인트로 래퍼 확장 */
.introWrap {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  flex: 1;
}

/* — 타이틀 박스 */
.introWrap .titBox {
  font-family: 'HSSummer';
  line-height: normal;
    /* margin-bottom: 240px; */
    /* 수정2 */
  padding-top: 120px;
}
.introWrap .titBox .txt {
  font-family: 'jalnan';
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 20px 50px;
  border-radius: 50px;
  display: inline-block;
  word-break: keep-all;
  background: #0d3d70;
  mix-blend-mode: hard-light;
}
.introWrap .titBox .tit {
  color: #fff;
  font-size: 75px;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.68);
}

/* — 링크 박스 */
.introWrap .linkBox {
  display: flex; 
    margin-top: 200px;
    margin-bottom: 60px;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.introWrap .linkBox > li {
 width: 45%;
    background-color: rgba(255, 255, 255, 0.93);
    padding: 40px 20px 40px 40px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
    margin-top: 50px;
}

.introWrap .linkBox>li:last-child {margin-right: 0; }
.introWrap .linkBox>li .tit {font-family: 'NexonB'; font-size: 24px; color: #000; margin-bottom: 25px;}
.introWrap .linkBox>li .link {display: flex; justify-content: space-between; position: relative; z-index: 1;}
.introWrap .linkBox>li .link li {width: 31%;  max-width: 190px; margin-right: 5px;}
.introWrap .linkBox>li .link li a {
    display: block; padding: 8px 0; box-sizing: border-box; font-family: 'jalnan'; color: #fff; font-size: 16px; text-align: center; border-radius: 25px; 
}

.introWrap .linkBox > li::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
}
.introWrap .linkBox > li.donation::before {
  background: url('/upload_data/board_data/BBS_0000188/170373855873780.png') no-repeat;
  width: 249px;
  height: 234px;
}
.introWrap .linkBox > li.nuri::before {
  background: url('/upload_data/board_data/BBS_0000188/170373855873987.png') no-repeat;
  width: 270px;
  height: 223px;
}


/* — 링크 버튼 */
.introWrap .linkBox > li .tit {
  font-family: 'jalnan';
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}
.introWrap .linkBox > li .link {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.introWrap .linkBox > li .link li {
  width: 32%;
  max-width: 190px;
}
.introWrap .linkBox > li .link li a {
  display: block;
  padding: 8px 0;
  box-sizing: border-box;
    font-family: 'NexonB';
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
}

.introWrap .linkBox > li.donation .link li a {
  background-color: #e34575;
}
.introWrap .linkBox > li.nuri .link li a {
  background-color: #2367bc;
  border: 1px solid #1f61b2;
}
.introWrap .linkBox>li.dino-expo .link li {
    width: auto;
}


.introWrap .linkBox>li .link li {
    width: 32%;
    max-width: 190px;
}
/* — 공룡 엑스포 박스 */

.introWrap .linkBox>li.dino-expo {
    box-shadow: inherit;
    text-align: center;
    position: absolute; 
    top: 7%;
    right: 2%;
    width: 405px;
    height: 500px;
    padding-bottom: 30px;
    background: url('/upload_data/board_data/BBS_0000188/175013466243334.png') no-repeat;
    background-size: 100%;
    margin-right: 0;
    }
.introWrap .linkBox>li.dino-expo .center_wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    }
    
.introWrap .linkBox>li.dino-expo p.tit {
    color: #fff; 
    margin-bottom: 20px; 
    text-shadow: 1px 1px #00000094;
}
/* — 여기 추가된 span.date 스타일 */

.introWrap .linkBox>li.dino-expo span.date {color: #fff;    font-family: 'jalnan'; font-weight: bold; font-size: 19px; letter-spacing: -0.02em; line-height: 1;     display: block;}
.introWrap .linkBox>li.dino-expo ul.link {margin-top: 20px; display: inline-block;}
.introWrap .linkBox>li.dino-expo .link li {width: auto;}
.introWrap .linkBox>li.dino-expo .link li a {
    background-color: #a8e246;
    padding: 15px 25px;
    line-height: 1;
    color: #054172;
    font-size: 15px;
        font-family: 'NexonB';
    font-weight: bold;
}


/* — 푸터 */
footer {
width: 100%;
padding: 20px 0;
box-sizing: border-box;
background-color: #000;
color: #fff;
text-align: center;
font-size: 14px;
font-family: 'NotoKrB';
position: relative;
height: 100%;
}
footer .mark_img{
    margin: 0 auto;margin-top: 10px;position: absolute;display: block;right: 50%;bottom: 18px; 
    transform:translateX(350px);}
/* 마크 추가 수정 */
footer .list {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

/* — 바디 배경 */
body {
  width: 100%;
  background-color: #000;
  background-attachment: scroll;
  background: url('/upload_data/board_data/BBS_0000188/175013466244530.jpg') center center / cover no-repeat;
}

/* — 기본 텍스트 폰트 크기 미디어쿼리 */
@media screen and (max-width:640px) {
  .basicText {
    font-size: 14px;
  }
}
footer .list li::before {
    content: '';
    position: absolute;
    top: 6px;
    right: -15px;
    background-color: #6d6c61;
    width: 1px;
    height: 10px;
}
/* === 반응형 미디어쿼리 === */

/* 1600px 이하 */
@media screen and (max-width: 1600px) {
    .introWrap .linkBox>li.dino-expo {right: 0; margin-right: 90px;}
}

/* 1400px 이하 */
@media screen and (max-width: 1400px) {
    .introWrap .linkBox>li.dino-expo {
    top: 7%;
    width: 407px;
    height: 51%;
    right: 0;
    background-position-y: center;
    }
    .introWrap .linkBox>li.dino-expo p.tit {line-height: 1.2;}
    
    .introWrap .linkBox>li.dino-expo .center_wrap {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    }
    .introWrap {max-width: 95%; }
    .introWrap .titBox {margin-bottom: 250px;}
}


/* 1200px 이하 */

@media screen and (max-width: 1200px) {
 footer .mark_img{position: initial;transform: initial; }
.introWrap .titBox .txt {
    font-family: 'jalnan';
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 18px 38px;
    border-radius: 50px;
    display: inline-block;
    word-break: keep-all;
    background: #0d3d70;
    mix-blend-mode: hard-light;
}    
    .introWrap .linkBox {flex-wrap: wrap; margin-bottom: 70px;margin-top: 0px; flex-direction: inherit;}

    .introWrap .linkBox>li {width: 100%; margin-right: 0;padding: 30px;}
    .introWrap .linkBox>li::before {display: none;}
    .introWrap .linkBox>li:last-child {margin-bottom: 0;}
    .introWrap .linkBox>li .tit {
        margin-bottom: 15px;}
    .introWrap .linkBox>li .link {justify-content: flex-start;}
    .introWrap .linkBox>li .link li {margin-right: 15px;}
    .introWrap .linkBox>li .link li:last-child {margin-right: 0;}
    .introWrap .linkBox>li .link li a {padding: 10px 0; font-size: 15px;}

    .introWrap .linkBox>li.dino-expo .center_wrap {
        position: relative;
        transform: inherit;
        text-align: left;
        left: inherit;
    }
    .introWrap .linkBox {
        margin-top: 0px;
    }
    .introWrap .linkBox>li.dino-expo p.tit {
        line-height: 1;
    }
    .introWrap .linkBox>li.dino-expo p.tit {
        color: #fff;
        margin-bottom: 14px;
        text-shadow: 1px 1px #00000094;
    }
    .introWrap .linkBox>li.dino-expo {         
      margin-right: 0;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
        background: url('/upload_data/board_data/BBS_0000187/172074515471136.png') 70% 70% no-repeat;
        width: 100%;
        background-size: 100%;
        background-color: #01b15c;
        padding: 30px;
        position: inherit;
    }
    .introWrap .linkBox>li.dino-expo .link li a {
        background-color: #a8e246;
        padding: 15px 20px;
        line-height: 1;
        color: #054172;
        font-size: 16px;
        font-family: 'jalnan';
        font-weight: bold;
    }
    .introWrap {
        display: block;
    }
    .introWrap .titBox {
        margin-bottom: 80px;
    }

}

/* 1000px 이하 */

@media screen and (max-width: 1000px) {
    
    .introWrap .titBox {margin-bottom: 0;}
    .introWrap .titBox .txt {font-size: 28px;}
    .introWrap .titBox .txt span {font-size: 35px;}
    .introWrap .titBox .tit {font-size: 75px; margin-bottom: 100px;}

    .introWrap .linkBox {flex-wrap: wrap; margin-bottom: 70px;}
    .introWrap .linkBox>li {width: 100%; margin-right: 0; margin-bottom: 30px; padding: 30px; margin-top: 0;}
    .introWrap .linkBox>li::before {display: none;}
    .introWrap .linkBox>li:last-child {margin-bottom: 0;}
    .introWrap .linkBox>li .tit {
        margin-bottom: 15px;}
    .introWrap .linkBox>li .link {justify-content: flex-start;}
    .introWrap .linkBox>li .link li {margin-right: 15px;}
    .introWrap .linkBox>li .link li:last-child {margin-right: 0;}
    .introWrap .linkBox>li .link li a {padding: 10px 0; font-size: 15px;}

    .introWrap .linkBox>li.dino-expo .center_wrap {
        position: relative;
        transform: inherit;
        text-align: left;
        left: inherit;
    }
    .introWrap .linkBox {
        margin-top: 0px;
    }
    .introWrap .linkBox>li.dino-expo p.tit {
        line-height: 1;
    }
    .introWrap .linkBox>li.dino-expo p.tit {
        color: #fff;
        margin-bottom: 14px;
        text-shadow: 1px 1px #00000094;
    }
    .introWrap .linkBox>li.dino-expo {         
      margin-right: 0;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
        background: url('/upload_data/board_data/BBS_0000187/172074515471136.png') 70% 70% no-repeat;
        width: 100%;
        background-size: 100%;
        background-color: #01b15c;
        padding: 30px;
        position: inherit;
    }
    .introWrap .linkBox>li.dino-expo .link li a {
        background-color: #a8e246;
        padding: 15px 20px;
        line-height: 1;
        color: #054172;
        font-size: 16px;
            font-family: 'NexonB';
        font-weight: bold;
    }

    .introWrap {
        display: block;
    }
     .introWrap .titBox .txt {
        font-size: 18px;
    }

    .introWrap .titBox .tit {
        font-size: 65px;
        margin-bottom: 100px;
    }

    .introWrap .titBox .txt {
    font-family: 'jalnan';
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 15px 28px;
    border-radius: 50px;
    display: inline-block;
    word-break: keep-all;
    background: #0d3d70;
    mix-blend-mode: hard-light;
}
}
/* 680px 이하 */
@media screen and (max-width:680px) {
  body {
    background-attachment: scroll;
  }
  .introWrap .titBox .txt {
    font-size: 16px;
    margin-bottom: 3px;
    padding: 11px 24px;
  }
  .introWrap .titBox .tit {
    font-size: 53px;
    margin-bottom: 100px;
  }
  .introWrap .linkBox > li .link li {
    margin-right: 10px;
  }
  .introWrap .linkBox > li .link li a {
    padding: 10px 0;
    font-size: 14px;
  }
  footer {
    height: auto;
  }
.donation .link {flex-wrap: wrap; justify-content: center; justify-content: space-around!important; }
.donation .link li{margin-bottom: 15px; }
.donation .link li:last-child{ margin-bottom: 0;}
.link{display: flex;position: relative;z-index: 1;flex-direction: column; align-items: center; }
.link li {width: 100%!important; margin-bottom: 10px; max-width: 90%!important; margin-right: 5px;}
.donation .tit,.nuri{ text-align: center;}
.introWrap .linkBox>li .link li:last-child { margin-right: 10px;}

}

/* 480px 이하 */

@media screen and (max-width: 480px) {

    .introWrap .titBox .txt {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 10px 17px;
        border-radius: 50px;
        display: inline-block;
        word-break: keep-all;
        background: #0d3d70;
        mix-blend-mode: hard-light;
    }

    
    .introWrap .titBox .tit {
        font-size: 42px;
        margin-bottom: 45px;
    }
    
    .introWrap .titBox {
        padding-top: 60px;
    }
    .introWrap .linkBox>li.dino-expo .center_wrap{
        text-align: center;
    }

    .introWrap .linkBox>li {padding: 20px; text-align: center;}
    .introWrap .linkBox>li .tit {font-size: 18px;}
    .introWrap .linkBox>li .link {flex-wrap: wrap; justify-content: center;}
    .introWrap .linkBox>li .link li {width: 100%; max-width: 210px; margin-bottom: 10px; margin-right: 0;}
    .introWrap .linkBox>li .link li:last-child {margin-bottom: 0;}
    .introWrap .linkBox>li .link li a {font-size: 14px; padding: 7px 0;}
    footer .list li {width: 100%; margin-right: 0;}
    footer .list li::before {display: none;}


    footer {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-family: 'NotoKrB';
        height: inherit;
    }

}

/* 360px 이하 */

@media screen and (max-width: 360px) {
    .introWrap .titBox .tit {
        font-size: 37px;
        margin-bottom: 41px;
    }

    .introWrap .linkBox>li.dino-expo {
        margin-right: 0;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
        background: url('/upload_data/board_data/BBS_0000187/172074515471136.png') 70% 70% no-repeat;
        width: 100%;
        background-size: cover;
        background-color: #01b15c;
        padding: 30px;
        position: inherit;
    }

}

/* — 사용자 추가 폰트 페이스 */
@font-face {
  font-family: 'HSSummer';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/HSSummer.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}                                                                                                                           