@import url('reset.css');

@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;
}

@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: '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: 'ChosunKm';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

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




header { position: absolute; top: 0; width: 100%; background: rgba(255, 255, 255, 0); z-index: 9999999;}
header h1 { float: left; padding: 25px 0 0 50px;}
header h1 img{ max-width: 100%; height: auto;}
menu { 
  position: absolute; 
  top: 20px; 
  right: 20px; 
  font-size: 24px; 
  cursor: pointer; 
  font-weight: 500; 
  color: #eee;
  background: #8b0129;
  padding:8px 10px;
}
menu:hover { color: #fff; background: #000;}



.fixed-header {
  position:fixed; 
  top:0px; left:0; 
  width:100%; 
  height:80px; 
  animation:slide-down 0.7s; 
  opacity:1; 
  background: #fff; 
  z-index: 999;
  border-bottom: 1px solid #ccc;
  /* box-shadow: 0 2px 7px -5px rgba(0, 0, 0, 0.5); */
}

      @keyframes slide-down {
          0% {
              opacity: 0;
              transform: translateY(-100%);
          } 
          100% {
              opacity: 1.0;
              transform: translateY(10);
          } 
      }


/* 메뉴 */

.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    right: 0;
    background: #8b0029;
    overflow-x: hidden;
    transition: 0.5s;
    scroll-snap-stop: 0;
    
  }


.sidenav::-webkit-scrollbar { width: 1px; /*스크롤바의 너비*/}
.sidenav::-webkit-scrollbar-thumb {background-color: rgb(100, 9, 9); /*스크롤바의 색상*/}
.sidenav::-webkit-scrollbar-track { background-color: #8b0029; /*스크롤바 트랙 색상*/}
  
  .sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
  }

  .sidenav .closebtn:hover { color: #000;}

  .nav_wrap { margin: 100px 7%;  }
   nav {float: left;  width: 25%; padding: 0 2%; }

   .gnb { width: 100%; margin-bottom: 50px;}
   .gnb li { padding: 3px 0 0 0; color: #fff;}
   .gnb li a { color: #ccc; font-weight: 300; font-size: 16px; display: block;}
   .gnb li a:hover { color: #fff; transition: 0.3s ease;}
 
   .gnb li.n_text_1 { 
     font-size: 16px; 
     margin: 0px 0 10px 0; 
     padding: 5px 0px; 
     border-top: 1px solid #bb4c6c;
     border-bottom: 1px solid #bb4c6c;
   }
 
   .gnb li.n_text_2 { 
     font-size: 16px; 
     margin: 20px 0 10px 0; 
     padding: 5px 0px; 
     border-bottom: 1px solid #bb4c6c;
   }

   .gnb li.n_text_3-1 a{ 
    font-size: 16px; 
    padding: 5px 0px; 
    border-top: 1px solid #bb4c6c;
    border-bottom: 1px solid #bb4c6c;
    color: #fff;
  }
  .gnb li.n_text_3-2 a{ 
    font-size: 16px; 
    padding: 5px 0px; 
    border-bottom: 1px solid #bb4c6c;
    color: #fff;
  }
  .gnb li.n_text_3-2-1 a{ 
    font-size: 16px; 
    padding: 5px 0px; 
    border-bottom: 1px solid #bb4c6c;
    color: #fff;
    margin: 20px 0 0px 0;
  }

.gnb li.n_text_3-1 a:hover, .gnb li.n_text_3-2 a:hover, .gnb li.n_text_3-2-1 a:hover{ color: #ccc; }


.nav_title { font-size: 30px; padding-bottom: 30px;}

.nav_img {position: relative; width: 100%; }
.nav_img img{ width: 100%; max-width: 100%; height: auto;}

.nav_img_text_1 { 
  position: absolute; 
  top: 20%; 
  left: 5%;
  width: 90%; 
  color: #fff; 
  font-size: 1.7vw;
  font-family: 'GmarketSansBold';
}

.nav_img_text_1-1 { 
  position: absolute; 
  top: 12%; 
  left: 5%;
  width: 90%; 
  color:#d8c5ba; 
  font-size: 1.3vw;
  font-family: 'GmarketSansBold';
  line-height: 1.5vw;
}

.nav_img_text_1 span.color_1 { color:#b89d8d;}
.nav_img_text_1 span.color_2 { color:#8b0128;}
.nav_img_text_1-1 span.color_1 { color:#b89d8d;}
.nav_img_text_1-1 span.color_2 { color:#8b0128;}


.nav_img_text_2 { 
  position: absolute; 
  top: 42%; 
  left: 5%;
  font-family: 'GmarketSansLight';
  color: #eee;
  font-size: 0.8vw;
  line-height: 1.1vw;
 }


 @media(max-width: 1220px) {
  .nav_img_text_2 { top: 48%; font-size: 1vw; line-height: 1.4vw;}
 }

  @media(max-width: 768px) {
    .nav_wrap { margin: 100px 5%;}
     nav { width: 100%; padding: 0;}
    .gnb {float: none; width: 100%;}
    .nav_img_text_1 { font-size: 7vw; }
    .nav_img_text_1-1 { font-size: 6vw; line-height: 7vw;}
    .nav_img_text_2 { top: 38%; font-size: 3vw; line-height: 4vw;}
    header h1 { padding: 20px 0 0 20px;}
    header h1 img{ width: 90%;}
  }
  

  @media(max-width: 480px) {
    .sidenav {padding-top: 0px;}
    .sidenav a {font-size: 18px;}
    header { height: 50px;}
    header h1 { padding: 5px 0 0 15px;}
    header h1 img{ width: 70%;}
    .fixed-header {height:50px; }
    menu { top: 9px; right: 10px; font-size: 22px;  padding: 1px 7px 3px 7px;}
    .sidenav .closebtn { top: 15px; right: 15px; font-size: 30px;}
    .nav_img_text_2 { line-height: 4.5vw; }
  }



/* 메인이미지 */

#banner { width: 100%; overflow: hidden; background: #e3e3e3;}
#banner img { width: 100%; max-width: 100%; height: auto;}

.float-left { float: left; margin: 0 0 0 0px; }
.float-right { float: right; margin: 0 0px 0 0;}
.float-right-x { float: right; margin: 0 0px 0 0;}

#header, #intro, #second {position: relative; width: 100%;}

#intro {
  background: url(../images/main_img_n_1.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  height: 969px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  background-position: center;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  min-height: 969px;
}

#first {
  background: url(../images/main_img_a.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  color: white;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#second{
  background: url(../images/main_img_b.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  color: white;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#third {
  background: url(../images/main_img_c.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  color: white;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.story {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.story .float-left {
  padding: 100px 0 0 0;
  position: relative;
  width: 350px;
  /* min-width: 480px; */
  width: 50%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 6%;

}
.story .float-right {
  padding: 100px 0 0 0;
  position: relative;
  width: 350px;
  /* min-width: 480px; */
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 6%;
}

.story .float-right-x {
  position: relative;
  width: 350px;
  min-width: 480px;
  width: 60%;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  padding: 5% 0 0 0;
}

.float-left h2, .float-right h2{
  font-size: 3.5vw;
  padding-bottom: 30px;
  font-family: 'GmarketSansBold';
  color: #fff;
}

.float-left p, .float-right p{
  font-size: 1.8vw;
  font-family: 'GmarketSansLight';
  color: #fff;
  line-height: 3.5vw;
}

.float-right-x h2{
  font-size: 3.5vw;
  padding-bottom: 5px;
  font-family: 'GmarketSansBold';
  color: #8b0128;
  /* text-shadow: -1px 0 #eee, 0 1px #eee, 1px 0 #eee, 0 -1px #eee; */
  line-height: 4vw;
}
.float-right-x p { 
  font-size: 1.5vw; 
  font-family: 'Chosunilbo_myungjo'; 
  color: #fff; 
  background: #b89d8d; 
  padding: 0.5vw 0; 
  width: 38%; 
  text-align: center;
}

.float-left h2 span.color_1, .float-right h2 span.color_1 { color:#b89d8d;}
.float-left h2 span.color_2, .float-right h2 span.color_2 { color:#8b0128;}

.float-left .ss_text, .float-right .ss_text {
  font-size: 14px; 
  line-height: 22px; 
  text-align: justify;
  opacity: 0.7;
}

.main_text_768 { display: none; }
.main_text_480 { display: none; }
.main_text_480-1 { display: none; }



.main_text_1200 {
  position: absolute; 
  top: 20%;
  left: 60%;
  transform: translate(-50%, -50%);
  display: block;
  color:#8b0128;
  font-family: 'GmarketSansBold';
  font-size: 3vw;
  line-height: 3.5vw;
}
.main_text_1200 span{
  font-size: 1.3vw; 
  font-family: 'Chosunilbo_myungjo'; 
  color: #fff; 
  background: #b89d8d; 
  padding: 0.5vw 1.5vw;
  text-shadow: none;
}










.counter-flex {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 111;
  width: 100%;
  padding: 0;
}


.counter-box { 
  float: left;
  width: 25%; 
  padding: 2% 0 3% 0; 
  background: rgba(139, 1, 40, 0.8); 
}
.counter-box-1 { 
  float: left;
  width: 25%; 
  padding: 2% 0 3% 0; 
  background: rgba(139, 1, 40, 0.8); 
}

.count_title { 
  font-size: 1.1vw; 
  text-align: center;
  font-family: 'GmarketSansLight'; 
  margin-bottom: 2.5vw; 
  color: #e3cfc4;
  padding: 0 0px 10px 0px;
  border-bottom: 1px solid #777;
  
}
.count_1 { font-size: 4.5vw;  font-family: 'GmarketSansBold'; margin: 0; color: #fff; text-align: center;}
.count_1 span.count_stext { font-size: 1vw; color: #e3cfc4; font-family: 'GmarketSansLight'; }
.count_2{text-align: center;}



@media(max-width: 1440px) {
  /* #intro { height: 100%;} */
  .main_text_1200 { top: 17%; left: 60%; font-size: 3.3vw; line-height: 3.8vw;}
  .main_text_1200 span{ font-size: 1.4vw; padding: 0.5vw 1.5vw;}
}

@media(max-width: 1220px) {
  /* #intro { height: 768px;} */
    .count_title { font-size: 1.5vw; }
    .count_1 { font-size: 5vw; }
    .count_1 span.count_stext { font-size: 1.5vw;}
    .float-right-x h2{font-size: 3.5vw; line-height: 4vw;}
    .float-right-x p { font-size: 1.6vw; padding: 0.5vw 0; width: 34%; }
}


@media(max-width: 768px) {
    .count_title { font-size: 2vw; }
    .count_1 { font-size: 6vw; }
    .count_1 span.count_stext { font-size: 1.5vw;}
    .float-right-x { display: none; }
    #intro { background: url(../images/main_img_768-1.jpg) 50% 0 no-repeat fixed; height: 800px;}
    #first { background: url(../images/main_img_a_768.jpg) 50% 0 no-repeat fixed; height: 300px;}
    #second { background: url(../images/main_img_b_768.jpg) 50% 0 no-repeat fixed; height: 300px;}
    #third { background: url(../images/main_img_c_768.jpg) 50% 0 no-repeat fixed; height: 300px;}
    .main_text_1200 { display: none;}
    .main_text_768 {
        position: absolute; 
        top: 28%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        /* width: 100%;
        text-align: center; */
        color:#8b0128;
        font-family: 'GmarketSansBold';
        font-size: 5.5vw;
        line-height: 6.4vw;
        text-shadow: -1px 0 #eee, 0 1px #eee, 1px 0 #eee, 0 -1px #eee;
    }
    .main_text_768 span{
      font-size: 2.5vw; 
      font-family: 'Chosunilbo_myungjo'; 
      color: #fff; 
      background: #b89d8d; 
      padding: 1vw 2.5vw;
      text-shadow: none;
    }
    .story .float-left, .story .float-right, .story .float-right-x {width: 100%;}
    .float-left h2, .float-right h2{ font-size: 5vw; padding-bottom: 15px;}
    .float-left p, .float-right p{ font-size: 1.1rem; padding-bottom: 15px;}
    .float-left .ss_text, .float-right .ss_text { font-size: 12px; line-height: 20px;}
}

@media(max-width: 480px) {
  #intro { background: url(../images/main_img_480-1.jpg) 50% 0 no-repeat fixed; height: 690px; min-height: 690px;}
  #first { background: url(../images/main_img_a_480.jpg) 50% 0 no-repeat fixed; height: 250px;}
  #second { background: url(../images/main_img_b_480.jpg) 50% 0 no-repeat fixed; height: 250px;}
  #third { background: url(../images/main_img_c_480.jpg) 50% 0 no-repeat fixed; height: 250px;}
  .counter-box {float: left; width: 50%; margin: 0; border-radius: 0;}
  .counter-box-1 {float: left; width: 50%; margin: 0; padding-bottom: 20px; border-radius: 0;}
  .count_title { font-size: 3vw; padding: 0;}
  .count_1 { font-size: 10vw; padding:10px 0 0px 0;}
  .count_1 span.count_stext { font-size: 3vw;}
  .main_text_768 { display: none; }
  .main_text_480 {
      position: absolute; 
      top: 25%;
      left: 56%;
      transform: translate(-50%, -50%);
      display: block;
      width: 100%;
      color:#8b0128;
      font-family: 'GmarketSansBold';
      font-size: 8vw;
      line-height: 9vw;
      text-shadow: -1px 0 #eee, 0 1px #eee, 1px 0 #eee, 0 -1px #eee;
  }
  .main_text_480-1{
      display: block;
      position: absolute; 
      top: 34%;
      left: 5%;
      font-size: 3.7vw; 
      font-family: 'Chosunilbo_myungjo'; 
      color: #fff; 
      background: #b89d8d; 
      padding: 0.5vw 3vw;
   }
   .float-left h2, .float-right h2{font-size: 7vw;}
   .float-left p, .float-right p{font-size: 4vw;}
   .float-right { float: left; margin: 0 0px 0 0;}
}

/* @media(max-width: 380px) {
  .float-left p, .float-right p{font-size: 0.9rem;}
} */

/* 컨텐츠 시작 */

.contents_wrap_0 { width: 100%; margin-top: 100px;}
.contents_wrap_1 { width: 100%; margin-top: 180px;}
.contents_wrap_2 { width: 100%; margin: 180px 0; padding: 0 10%;}
.contents_wrap_3 { width: 100%; padding: 180px 10% 0 10%; background: #e9e3db;}
.contents_wrap_3-1 { width: 100%; padding: 180px 0 0 0; background: #e9e3db;}
.contents_wrap_4 { width: 100%; margin: 150px 0; padding: 0 10%;}

.contents_1 { width: 1200px; margin: 0 auto; }


@media(max-width: 1220px) {
  .contents_wrap_1 { padding: 0 3%; margin-top: 150px;}
  .contents_wrap_2 { padding: 0 3%; margin: 150px 0;}
  .contents_wrap_3 { padding: 150px 3% 0 3%;}
  .contents_wrap_4 { padding: 0 3%; margin: 100px 0 70px 0;}
  .contents_1 { width: 100%; padding: 0 5%;}
}

@media(max-width: 768px) {
  .contents_wrap_1 { margin-top: 100px; padding: 0 5%;}
  .contents_wrap_2 { margin: 50px 0; padding: 0 5%;}
  .contents_wrap_4 { margin: 100px 0 50px 0; padding: 0 5%;}
  
}

@media(max-width: 480px) {
  .contents_wrap_1 { margin-top: 0px;}
  .contents_wrap_2 { margin-top: 0px;}
  .contents_wrap_3 { padding: 0px 0;}
  .contents_wrap_4 { margin: 70px 0 0 0;}

}

/* 총장 인사말 */

.ceo_box_1 { float: left; width: 48%; margin-right: 4%; cursor: pointer;}
.ceo_box_2 { float: left; width: 48%; cursor: pointer;}

.ceo_box_1:hover { opacity: 0.9;}
.ceo_box_2:hover { opacity: 0.9;}

.ceo_img_box { float: left; width: 25%; margin-right: 5%;}
.ceo_img_box img { width: 100%; max-width: 100%; height: auto;}
.ceo_text_box { float: left; width: 70%;}
.ceo_title { font-size: 20px;  color:#8b0128; font-family: 'GmarketSansMedium'; padding: 5px 0; border-bottom: 1px solid #ccc;}
.ceo_title2 {   color:#ccc; font-family: 'ChosunSm'; padding-top: 10px; }
.ceo_title2 a { font-size: 26px; color:#aaa; line-height: 34px;}
.ceo_title2 a:hover { color:#8b0128;}



@media(max-width: 1220px) {
  .ceo_title2 a { font-size: 2vw; line-height: 2.4vw;}
}

@media(max-width: 768px) {
  .ceo_box_1 { width: 100%; margin-bottom: 15px;}
  .ceo_box_2 { width: 100%;}
  .ceo_img_box { width: 20%;}
  .ceo_text_box { width: 75%;}
  .ceo_title2 a{ font-size: 3.5vw; line-height: 4.5vw; }
}

@media(max-width: 480px) {
  .contents_wrap_0 { margin-top: 50px;}
  .ceo_img_box { width: 25%;}
  .ceo_text_box { width: 70%;}
  .ceo_title { font-size: 16px; padding: 0px 0 3px 0;}
  .ceo_title2 { line-height: 5.5vw; }
  .ceo_title2 a{ font-size: 4vw;}
}







/* 모금리포트 */

.main_cont_title { 
  width: 100%; 
  text-align: center; 
  margin-bottom: 10px; 
  color:#8b0128; 
  font-size: 50px;
  font-family: 'GmarketSansBold';
}
.main_cont_text { width: 100%; text-align: center; margin-bottom: 70px; font-size: 18px;}

#main_box {position: relative; float: left; width: 25%; background: #8b0128; overflow: hidden;}
#main_box img { width: 100%; max-width: 100%; height: auto; }

#main_box:hover img {opacity: 0.3; transform: scale(1.1); }
#main_box * { transition: all 0.3s ease; }


.kibu_text_1 {  
  position: absolute;
  bottom: 50%;
  left: 0;
  color: #fff;
  font-size: 1.8vw;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(-50%);
  z-index: 6666;
  font-family: 'GmarketSansMedium';
}

#main_box:hover .kibu_text_1{ opacity: 1; transform: translateX(0); transition-delay: 0.1s;}

.kibu_text_2 {  
  position: absolute;
  bottom: 35%;
  left: 0;
  color: #fff;
  font-size: 0.9vw;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(50%);
  z-index: 6667;
  font-weight: 300;
  
}

#main_box:hover .kibu_text_2{ opacity: 1; transform: translateX(0); transition-delay: 0.2s;}


@media(max-width: 1220px) {
}

@media(max-width: 768px) {
  #main_box { width: 50%; }
  p.main_cont_title { font-size: 40px; margin-bottom: 7px;}
}

@media(max-width: 480px) {
  #main_box { width: 100%; margin-top: 20px;}
  p.main_cont_title { font-size: 24px; margin-bottom: -5px;}
  p.main_cont_text {  margin-bottom: 30px;}
}


.mogeum_box_wrap { width: 100%;  padding: 0 3%;}
.mogeum_box { float: left; width: 16.666%; text-align: center; }
.mogeum_box img{ max-width: 100%; height: auto; }
.mogeum_box * { transition: all 0.2s ease; }
.mogeum_box:hover img{  transform: scale(1.1); }


.right_border { border-right: 1px solid #ccc; }
.top_border { border-right: 1px solid #ccc; }
#r_768 { display: none; }
#r_480 { display: none; }


.mg_title { font-size: 1.4vw; font-weight: 500; color: #000; padding: 0 0 40px 0; }
.mg_text { padding: 0 30px; text-align: justify; margin-top: 30px; font-size: 0.9vw; line-height: 1.5vw;}


@media(max-width: 1220px) {
  .mogeum_box_wrap { padding: 0;}
  .mogeum_box img{ width: 50%; }
  .mg_text { padding: 0 20px; text-align: justify; margin-top: 30px;}
}

@media(max-width: 768px) {
  .mogeum_box { width: 33.333%; margin-bottom: 50px;}
  .mg_title { font-size: 3vw;}
  #r_1220 { display: none; }
  #r_768 { display: block; }
  #r_480 { display: none; }
  .main_cont_title { margin-bottom: 10px; font-size: 45px;}
  .main_cont_text { margin-bottom: 50px; font-size: 16px;}
}

@media(max-width: 480px) {
  .mogeum_box_wrap { margin: 70px 0 30px 0;}
  .mogeum_box { width: 50%; margin-bottom: 50px;}
  .mg_title { font-size: 4.5vw; padding: 0 0 20px 0;}
  #r_1220 { display: none; }
  #r_768 { display: none; }
  #r_480 { display: block; }
  .main_cont_title { margin-bottom: 5px; font-size: 32px;}
  .main_cont_text { margin-bottom: 50px; font-size: 14px;}
}

@media(max-width: 350px) {

}


/* 모금캠페인 */

.history_box { float: left; width: 50%; }
.history_box img { width: 100%; max-width: 100%; height: auto; }
.history_box_pd { padding: 4% 0 4% 4%; }

.history_top_title {  color: #a18b81; font-size: 24px; padding-bottom: 20px; font-family: 'GmarketSansMedium';}
.history_title { color: #000; font-size: 2.5vw; font-weight: 500; padding-bottom: 20px; font-family: 'ChosunKm';}
.history_text { font-size: 18px; line-height: 28px; text-align: justify;}

.more_btn { 
  width: 150px; 
  height: 50px; 
  line-height: 50px; 
  text-align: center; 
  color: #fff; 
  font-size: 20px;
  padding-top: 50px;
}
.more_btn a{ color: #fff; font-size: 20px; background: #8b0128;  display: block;}
.more_btn a:hover{ background: #000;}

.spon_box_1 { float: left; width: 30%; margin-right: 5%;}
.spon_box_2 { float: left; width: 30%;}
.spon_box_1 img{ width: 100%; max-width: 100%; height: auto; }
.spon_box_2 img{ width: 100%; max-width: 100%; height: auto;  }

@media(max-width: 1220px) {
  .history_title { font-size: 3vw; }
}

@media(max-width: 768px) {
  .contents_wrap_3 { padding: 100px 6% 0 6%;}
  .contents_wrap_3-1 { padding: 100px 6%;}
  .history_box { width: 100%; }
  .history_box_pd { padding: 5% 0; }
  .more_btn { width: 100px; height: 40px; line-height: 40px; padding-top: 30px; margin: 0 auto;}
  .more_btn a{ font-size: 18px;}
  .history_title { font-size: 4.2vw; }
}

@media(max-width: 480px) {
  .contents_wrap_3 { padding: 70px 6% 0 6%;}
  .contents_wrap_3-1 { padding: 70px 6%;}
  .history_top_title {  font-size: 22px; padding: 30px 0 10px 0; font-family: 'GmarketSansMedium';}
  .history_text { font-size: 16px; line-height: 24px;}
  .more_btn { width: 100px; height: 35px; line-height: 35px; padding-top: 15px;}
  .more_btn a{ font-size: 14px;}
  .history_title { font-size: 6vw; padding-bottom: 10px; }
  .history_top_title {  font-size: 20px; padding-bottom: 5px;}
}

@media(max-width: 400px) {
  .history_title { font-size: 6.4vw; padding-bottom: 10px; }
}



.list_carousel { margin: 0 0 0px 0px; }
.list_carousel ul { margin: 0; padding: 0; list-style: none; display: block; cursor: pointer;}
.list_carousel li {
    background: #f3efe9;
    color: #8b0128;
    text-align: center;
    width: 400px;
    height: 200px;
    padding: 0;
    display: block;
    float: left;
    font-family: 'ChosunKm';
    font-style: italic;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #e1d9ce;
    border-top: 1px solid #cfc5b8;
    border-right: 1px solid #cfc5b8;
  }
.list_carousel li img { width: 100%; }
.list_carousel.responsive { width: auto; margin-left: 0;}

.month { margin: 7px 0; font-size: 24px;}
.month span { font-size: 20px; color: #a18b81; padding-left: 3px;}


@media(max-width: 480px) {
  .month { margin: 5px 0; font-size: 18px;}
  .month span { font-size: 16px;}
}



/* 기부가 만든 변화 */

#pc { display: block; }
#mo_768 { display: none; }

:root {
  /* --ku_color_1: #e9e3db; */
  --ku_color_1: #fff;
  --ku_color_2: #8b0128;
  --ku_color_3: #eee;
}

.change_box { 
  float: left;
  width: 23.5%; 
  /* background: url(../images/main_img_a_768.jpg); */
  background-size: cover; 
  text-align: center;
  cursor: pointer;
  border: 2px solid #e9e3db;
}
.change_box_bg_1 { background: url(../images/ch_img_1.jpg); }
.change_box_bg_2 { background: url(../images/ch_img_2.jpg); }
.change_box_bg_3 { background: url(../images/ch_img_3.jpg); }
.change_box_bg_4 { background: url(../images/ch_img_4.jpg); }

.change_box .change_text { background: var(--ku_color_1); transition: 0.5s;}
.change_box:hover .change_text { background: rgba(0, 0, 0, 0.5);}
.change_box:hover .change_text img{ transform: scale(1.2);}
.change_box * { transition: 0.5s;}
.change_box:hover * { color: #fff; }


.change_box_2 { 
  float: left;
  width: 15%; 
  background: #8b0128;
  background-size: cover; 
  text-align: center;
  cursor: pointer;
  border: 2px solid #e9e3db;
}
.change_box_2 .change_text { background: var(--ku_color_1); transition: 0.5s;}
.change_box_2:hover .change_text { background: rgba(0, 0, 0, 0);}
.change_box_2:hover .change_text img{ transform: scale(1.2);}
.change_box_2 * { transition: 0.5s;}
.change_box_2:hover * { color: #fff; }



.change_box_3 { 
  float: left;
  width: 23.5%; 
  background-size: cover; 
  text-align: center;
  cursor: pointer;

}
.change_box_3 .change_text { background: var(); transition: 0.5s;}
.change_box_3:hover .change_text { background: rgba(0, 0, 0, 0.5);}
.change_box_3:hover .change_text img{ transform: scale(1.2);}
.change_box_3 * { transition: 0.5s;}
.change_box_3:hover * { color: #fff; }


.mb-2 { padding: 20px 0 50px 0; }
.mb-3 { color: #000; font-size: 1.6vw; font-weight: 500; padding: 30px 0 50px 0;}
h3.mb-3-1 { color: #000; font-size: 1vw; font-weight: 500; padding: 20px 0 30px 0;}
.mb-4 { padding: 30px 0 0 0; }
.mb-4 i { font-size: 50px; color: #d0bc85;}
.mb-4 img{ max-width: 100%; height: auto; }

.mg_right { margin-right: 2%; }
.mg_bottom { margin-bottom: 25px; }


@media(max-width: 1440px) {
  h3.mb-3-1 { font-size: 1.1vw;}
}

@media(max-width: 1220px) {
  .mb-3 { font-size: 2.5vw;}
  h3.mb-3-1 { font-size: 1.3vw; padding: 20px 0 30px 0;}
}

@media(max-width: 768px) {
  #pc { display: none; }
  #mo_768 { display: block; }
  .change_box { width: 48%; }
  .mg_right { margin-right: 4%; }
  .mb-3 { font-size: 4vw;}
  .change_box_2 { width: 30.666%; }
  h3.mb-3-1 { font-size: 2.5vw;}
}

@media(max-width: 480px) {
  .mb-3 { font-size: 5vw; padding: 10px 0 30px 0;}
  .mb-4 { padding: 20px 0 0 0; }
  .mb-4 img{ width: 50%;}
  h3.mb-3-1 { font-size: 3.5vw; padding: 10px 0;}
  .mg_bottom { margin-bottom: 15px; }
}

@media(max-width: 380px) {
  h3.mb-3-1 { font-size: 3.5vw; }
}



/* 푸터 */

footer { width: 100%; }

  .f_logo {  float: left; padding: 0px 30px 0 50px; line-height: 150px;}
  .f_logo img { max-width: 100%; height: auto;}
  .copy { float: left; padding-top: 50px; line-height: 24px;}


 @media(max-width: 768px) {
  .f_logo {width: 35%; padding: 20px 0px 20px 3%; line-height: 100px;}
  .f_logo img {width: 85%;}
  .copy {width: 65%; padding-top: 43px;}
  }

  @media(max-width: 480px) {
    .f_logo {width: 100%; padding: 40px 0px 0px 5%; line-height: 40px;}
    .f_logo img {width: 35%;}
    .copy {width: 100%; padding: 10px 0px 40px 5%; font-size: 14px; line-height: 20px; margin-bottom: 0px;}
  }