@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}
a{
  display: block;
  text-decoration: none;
  color: inherit;
}
button{
  border: none;
  background: none;
  font-family: inherit;
}
.flex{
  display: flex;
  align-items: center;
}
.blind{
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: -1;
}
.en-r{
  font-family: 'San Francisco','Noto Sans KR', sans-serif;
  font-weight: 400;
}
.en-b{
  font-family: 'San Francisco','Noto Sans KR', sans-serif;
  font-weight: 700;
}
.scroll-disable{ /* 스크롤 비활성화 클래스 */
	height:100%; 
	min-height:100%; 
	overflow:hidden !important; 
	touch-action:none;
}
body{
  font-family: "Noto Sans KR", sans-serif;
  color: #ff4713;
}
header{
  position: fixed;
  width: 100%; height: 100px;
  background-color: #fff;
  font-size: 18px;
  z-index: 10;
}
.header-wrap{
  justify-content: space-between;
  width: calc(100% - 160px); height: 100%;
  margin: 0 auto;
}
h1 img{
  width: 122px;
}
.mobile-menu-close{
  display: none;
  cursor: pointer;
}
.mobile-menu-close img{
  width: 22px; height: 22px;
}
nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
}
.gnb > li{
  position: relative;
}
.gnb > li > a{
  width: 140px; height: 100px;
  padding: 0 40px;
  font-weight: 500;
  line-height: 100px;
}
.gnb > li > a::after{
  content: "";
  display: none;
  width: 18px; height: 18px;
  background: url(../image/icon/arrow-down.png) center center/cover;
}
.drop-menu{
  display: none;
  position: absolute;
  width: 100%; height: 380px;
  z-index: 100;
}
.drop-menu.active{
  display: block;
}
.drop-menu li{
  height: 50px;
  padding: 5px 0 0 40px;
  box-sizing: border-box;
}
.drop-menu-bg{
  display: none;
  position: fixed;
  left: 0; top: 100px;
  width: 100vw; height: 380px;
  background: #fff;
}
.header-wrap .link-wrap{
  height: 100%;
}
.header-wrap .link-wrap button{
  width: 109px; height: 40px;
  margin-right: 50px;
  padding: 7px 24px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: #ff4713;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.header-wrap .link-wrap button.on{
  border: 1px solid #ff4713;
  background: #fff;
  color: #ff4713;
}
.sns{
  height: 30px;
}
.sns ~ .sns{
  margin-left: 16px;
}
.mobile-menu-open{
  display: none;
  width: 30px; height: 23px;
  cursor: pointer;
}
.mobile-menu-open div{
  width: 30px; height: 3px;
  background: #ff4713;
}
.mobile-menu-open div ~ div{
  margin-top: 7px;
}
main{
  background: #f7f6f3;
}
.blur{
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: calc(100% - 320px); height: 100%;
  backdrop-filter: blur(10px);
  z-index: 100;
}
.blur.active{
  display: block;
}
.slider-main-wrap{
  position: relative;
}
.slider-main img{
  width: 100%; height: 100vh;
  object-fit: cover;
}
.scroll-wrap{
  flex-direction: column;
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
}
.scroll-icon{
  justify-content: center;
  align-items: flex-start;
  width: 20px; height: 30px;
  margin-bottom: 11px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.scroll-icon p{
  width: 2px; height: 6px;
  margin-top: 3px;
  background: #fff;
}
.scroll-wrap::after{
  content: "";
  display: block;
  width: 2px; height: 40px;
  margin-top: 32px;
  background: #fff;
  opacity: .5;
}
.menu-wrap{
  position: relative;
  width: 100%;
}
.menu-main,
.menu-sub-wrap{
  position: relative;
  height: 100vh;
}
.menu-main{
  width: 50%; 
}
.menu-main-bg{
  position: absolute;
  width: 100%; height: 100%;
}
.menu-main-bg.sig{
  background: url(../image/menu/c-signature-bg-1.jpg) no-repeat center center/cover;
}
.menu-main-bg.bev{
  background: url(../image/menu/c-beverage-bg-1.jpg) no-repeat center center/cover;
}
.menu-main-bg.cof{
  background: url(../image/menu/c-coffee-bg.png) no-repeat center center/cover;
}
.menu-main-bg.coo{
  background: url(../image/menu/c-cookie-bg.png) no-repeat center center/cover;
}
.menu-main > .content{
  position: absolute;
  top: 85px; left: 80px;
  color: #fff;
}
.menu-main h2{
  margin-bottom: 45px;
  font-size: 80px;
}
.tab span{
  display: inline-block;
  margin-bottom: 30px;
  line-height: 29px;
  font-size: 24px;
  cursor: pointer;
}
.tab.active span{
  font-weight: 700;
}
.tab.active span::after{
  content: "";
  display: block;
  width: 100%; height: 3px;
  margin-top: 2px;
  background: #fff;
}
.menu-sub-wrap{
  width: 50%;
}
.menu-sub{
  display: none;
  width: 100%;
}
.menu-sub.active{
  display: block;
}
.menu-sub.active::after{
  content: "";
  display: block;
  clear: both;
}
.menu-sub > .content{
  float: right;
  margin: 120px 60px 0;
  width: 650px;
  color: #ff4713;
}
.list h3{
  margin-bottom: 22px;
  font-size: 36px;
}
.list p{
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 29px;
}
.list-img{
  display: flex;
  align-items: center;
  width: calc(650px / 3); height: 320px;
}
.list img{
  width: 100%;
  object-fit: contain;
}
.topping{
  margin-top: 56px;
}
.topping p{
  padding-bottom: 11px;
  border-bottom: 1px solid #ff4713;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}
.topping li{
  font-size: 14px;
  margin: 30px 20px 0 0;
}
.topping li::before{
  content: "";
  display: block;
  width: 70px; height: 70px;
  margin: 0 auto 20px;
}
.sig .topping li:nth-child(1)::before,
.coo .topping li:nth-child(1)::before{
  background: url(../image/menu/sig/c-topping-01.png) no-repeat center center/cover;
}
.sig .topping li:nth-child(2)::before,
.bev .topping li:nth-child(1)::before,
.coo .topping li:nth-child(2)::before{
  background: url(../image/menu/sig/c-topping-02.png) no-repeat center center/cover;
}
.sig .topping li:nth-child(3)::before,
.bev .topping li:nth-child(2)::before,
.cof .topping li:nth-child(1)::before,
.coo .topping li:nth-child(3)::before{
  background: url(../image/menu/sig/c-topping-03.png) no-repeat center center/cover;
}
.sig .topping li:nth-child(4)::before,
.bev .topping li:nth-child(3)::before,
.cof .topping li:nth-child(2)::before,
.coo .topping li:nth-child(4)::before{
  background: url(../image/menu/sig/c-topping-04.png) no-repeat center center/cover;
}
.menu-img{
  position: absolute;
  top: 50%; left: 0;
  transform: translate(-50%, -50%);
}
.menu-img img{
  width: 440px;
}
.slogan{
  justify-content: center;
  height: 444px;
}
.image-banner img{
  max-width: 100%; height: auto;
}
.slider-text{
  width: 100%; height: 110px;
  border-bottom: 1px solid #ff4713;
  overflow: hidden;
}
@keyframes scroll-text{
  0%{
    left: 0;
  }
  100%{
    left: -640px;
  }
}
.slider-track{
  position: relative;
  width: 300%;
  animation: scroll-text 4s linear infinite;
}
.slider-track p{
  float: left;
  width: 640px;
  font-size: 36px;
  line-height: 105px;
}
.slider-track p::before{
  content: "";
  display: inline-block;
  width: 38px; height: 38px;
  margin-right: 10px;
  background: url(../image/slider_text/m-3rd_sec-marquee.svg) no-repeat center center/cover;
  vertical-align: -5px;
}
.donation{
  position: relative;
  padding: 205px 0 202px 162px;
  overflow: hidden;
  box-sizing: border-box;
}
.donation h2{
  max-width: 850px;
  font-size: 65px;
  font-weight: 700;
  line-height: 78px;
  word-break: keep-all;
}
.donation .text{
  margin: 40px 0 90px;
  font-size: 18px;
  line-height: 27px;
}
.donation-count{
  width: 770px; max-width: 100%;
  height: 294px;
  padding: 36px 60px;
  border: 1px solid #deddda;
  box-sizing: border-box;
  font-weight: 500;
}
.tit{
  font-size: 22px;
}
.count{
  margin: 8px 0 24px;
  font-size: 140px;
}
.count span{
  margin-left: 16px;
  font-size: 32px; 
}
.date{
  font-weight: 400;
  opacity: .3;
}
.donation a{
  width: 194px; height: 60px;
  margin-top: 50px;
  border-radius: 30px;
  background: #ff4713;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.bg-wrap{
  position: absolute;
  right: 0; top: 50%;
  transform: translate(calc(50% + 10px), -50%);
  width: 792px; height: 792px;
  border: 2px solid rgba(255, 71, 19, .5);
  border-radius: 50%;
  box-sizing: border-box;
}
@keyframes donation-bg{
  0%{
    background: url(../image/donation/m-4th_sec-con_1.png) no-repeat center center/cover;  
  }
  25%{
    background: url(../image/donation/m-4th_sec-con_1.png) no-repeat center center/cover;  
  }
  50%{
    background: url(../image/donation/m-4th_sec-main_con_1.png) no-repeat center center/cover;  
  }
  75%{
    background: url(../image/donation/m-4th_sec-main_con_1.png) no-repeat center center/cover;  
  }
  100%{
    background: url(../image/donation/m-4th_sec-con_1.png) no-repeat center center/cover;  
  }
}
@keyframes donation-bg-r{
  0%{
    background: url(../image/donation/m-4th_sec-main_con_1.png) no-repeat center center/cover;  
  }
  25%{
    background: url(../image/donation/m-4th_sec-main_con_1.png) no-repeat center center/cover;  
  }
  50%{
    background: url(../image/donation/m-4th_sec-con_1.png) no-repeat center center/cover;  
  }
  75%{
    background: url(../image/donation/m-4th_sec-con_1.png) no-repeat center center/cover;  
  }
  100%{
    background: url(../image/donation/m-4th_sec-main_con_1.png) no-repeat center center/cover;  
  }
}
.bg-wrap div{
  position: absolute;
  border-radius: 50%;
}
.bg-main{
  left: 0; top: 50%; 
  transform: translate(-50%, -50%);
  width: 590px; height: 590px;
  animation: donation-bg 4s infinite;
}
.bg-sub{
  left: 50%; top: -38px;
  transform: translateX(-180px);
  width: 130px; height: 130px;
  animation: donation-bg-r 4s infinite;
}
.bg-dot{
  left: 50%; bottom: 0;
  transform: translateX(-100px);
  width: 22px; height: 22px;
  background: #ff4713;
}
.news{
  position: relative;
  height: 676px;
  border-top: 1px solid #cdcecc;
  border-bottom: 1px solid #cdcecc;
  box-sizing: border-box;
}
.news-main{
  width: 40%; height: 100%;
  padding: 42px 82px;
  border-right: 1px solid #cdcecc;
  box-sizing: border-box;
}
.news-main h2{
  font-size: 100px;
}
.news-main h2::after{
  content: "";
  display: none;
  position: absolute;
  right: 36px; top: 50%;
  transform: translateY(-50%);
  width: 10%; max-width: 71px;
  height: 100%;
  background: url(../image/icon/m-arrow.png) no-repeat center center/contain;
}
.news-sub{
  width: 60%; height: 100%;
}
.news-sub ul{
  height: 100%;
  flex-direction: column;
}
.news-sub li{
  width: 100%; height: calc(100% / 3);
}
.news-sub li a{
  position: relative;
  width: 100%; height: 100%;
  padding: 60px;
  box-sizing: border-box;
}
.news-sub li a::before{
  content: "";
  display: block;
  position: absolute;
  right: 190px; top: 0;
  width: 224px; height: 100%;
  opacity: 0;
  transition: all .5s;
}
.news-sub li:first-child a::before{
  background: url(../image/news/20230522092016_rjjy39.jpg) no-repeat center center/cover;
}
.news-sub li:nth-child(2) a::before{
  background: url(../image/news/20230502115218_ofwrzq.jpg) no-repeat center center/cover;
}
.news-sub li:nth-child(3) a::before{
  background: url(../image/news/20221020170546_o78rvd.png) no-repeat center center/cover;
}
.news-sub li:hover a::before{
  opacity: 1;
}
.news-sub li a::after{
  content: "";
  display: block;
  position: absolute;
  right: 76px; top: 50%;
  transform: translateY(-50%);
  width: 10%; max-width: 71px;
  height: 100%;
  background: url(../image/icon/m-arrow.png) no-repeat center center/contain;
}
.news-sub li ~ li{
  border-top: 1px solid #cdcecc;
}
.news-sub .cat{
  font-size: 18px;
  opacity: .8;
}
.news-sub .tit{
  margin: 16px 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.circle{
  position: absolute;
  left: 138px; bottom: -60px;
}
@keyframes circle-rotate{
  0%{
    transform: translate(-50%, -50%) rotate(0deg);  
  }
  100%{
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.circle a::before{
  content: "";
  display: block;
  position: absolute;
  left: 50%; top: 50%;
  width: 186px; height: 186px;
  background: url(../image/icon/m-circle-txt.png) no-repeat center center/cover;
  animation: circle-rotate 3s linear infinite;
}
.circle a::after{
  content: "";
  display: block;
  width: 71px; height: 48px;
  background: url(../image/icon/m-arrow.png) no-repeat center center/cover;
}
.instagram{
  padding: 325px 0 200px;
}
.instagram h2{
  padding-bottom: 96px;
  font-size: 50px;
  text-align: center;
}
.instagram h2::before{
  content: "";
  display: inline-block;
  width: 67px; height: 67px;
  background: url(../image/icon/m-6th_sec-header_icon.svg) no-repeat center center/cover;
  vertical-align: -15px;
}
.img-wrap{
  justify-content: space-between;
  width: 62%;
  margin: 0 auto;
}
.img-wrap a{
  width: 32%;
}
.instagram img{
  width: 100%;
}
footer{
  flex-direction: column;
  position: relative;
  height: 580px;
  padding-top: 80px;
  background: #ff4713;
  box-sizing: border-box;
  color: #fff;
}
.logo-footer{
  width: 180px; height: 66px;
  background: url(../image/footer/logo-white.svg) no-repeat center center/cover;
}
footer .link-wrap{
  gap: 70px;
  margin: 40px 0;
}
footer strong{
  font-size: 16px;
  font-weight: 500;
}
address{
  padding: 50px 0 105px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
address div{
  justify-content: center;
}
address span ~ span::before,
address p:nth-child(2) span::before{
  content: "";
  display: inline-block;
  width: 1px; height: 13px;
  margin: 0 10px;
  background: #ff6c42;
  vertical-align: -2px;
}
.copy{
  font-size: 12px;
}
.go-top{
  position: absolute;
  right: 95px; bottom: 440px;
  font-size: 14px;
  text-align: center;
}
.go-top a::before,
.go-top a::after{
  content: "";
  display: block;
}
.go-top a::before{
  width: 50px; height: 50px;
  margin-bottom: 6px;
  background: url(../image/footer/f-totop__circle.png)no-repeat center center/cover;
}
.go-top a::after{
  position: absolute;
  left: 50%; top: 10px;
  transform: translateX(-50%);
  width: 30px; height: 30px;
  background: url(../image/footer/f-totop__arrow.png)no-repeat center center/cover;
}
@media screen and (max-width: 1650px){
  .header-wrap{
    justify-content: space-between;
    width: calc(100% - 80px); height: 100%;
    margin: 0 auto;
  }
  .gnb > li > a{
    padding: 0 25px;
  }
  .drop-menu li{
    padding: 5px 0 0 25px;
  }
  .header-wrap .link-wrap button{
    margin-right: 16px;
  }
  .menu-main > .content{
    top: 65px;
  }
  .menu-main h2{
    margin-bottom: 30px;
    font-size: 60px;
  }
  .tab span{
    margin-bottom: 20px;
    line-height: 1;
    font-size: 20px;
  }
  .tab.active span{
    font-weight: 700;
  }
  .menu-sub > .content{
    float: left;
    margin-left: 80px;
    width: calc(100% - 160px);
  }
  .list div{
    justify-content: flex-end;
  }
  .list-img{
    width: calc((100% - 115px) / 3);
  }
  .menu-img{
    position: absolute;
    top: 50%; left: 0;
    transform: translate(-50%, -50%);
  }
  .menu-img img{
    width: 340px;
  }
  .donation{
    padding: 205px 3.5%;
  }
  .donation h2{
    font-size: 60px;
    line-height: 72px;
  }
  .bg-main{
    width: 550px; height: 550px;
  }
  .bg-dot{
    display: none;
  }
}/* media 1650px */
@media screen and (max-width: 1400px){
  header{
    font-size: 16px;
  }
  .gnb > li > a{
    width: 122px;
    padding: 0 10px;
  }
  .drop-menu li{
    padding: 5px 0 0 10px;
  }
  .header-wrap .link-wrap button{
    width: 90px; height: 40px;
    padding: 6px 16px;
    font-size: 15px;
  }
  .sns ~ .sns{
    margin-left: 4px;
  }
  .list h3{
    margin-bottom: 16px;
    font-size: 32px;
  }
  .list p{
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.4;
  }
  .menu-img img{
    width: 300px;
  }
  .topping p{
    padding-bottom: 0;
    font-size: 20px;
  }
  .topping li{
    font-size: 12px;
  }
  .bg-wrap{
    display: none;
  }
  .news-main{
    padding: 50px 30px;
  }
  .news-sub .tit{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}/* media 1400px */
@media screen and (max-width: 1200px){
  nav{
    width: auto;
  }
  .menu-wrap{
    flex-direction: column;
  }
  .menu-main{
    width: 100%; height: 594px;
  }
  .menu-main > .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50px; left: 50%;
    transform: translateX(-50%);
  }
  .menu-main > .content > ul{
    display: flex;
    gap: 40px;
  }
  .menu-sub-wrap{
    width: 100%; height: 100%;
  }
  .menu-sub > .content{
    margin: 65px 5% 0;
    width: 90%
  }
  .list-img{
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 120px / 3);
    height: 100%;
  }
  .list img{
    width: 90%;
  }
  .menu-img{
    display: none;
  }
  .news-main h2{
    font-size: 80px;
  }
}/* media 1200px */
@media screen and (max-width: 1024px){
  header{
    height: 80px;
  }
  nav{ 
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    right: -320px; top: 0;
    width: auto; height: 100vh;
    padding: 15px 0 0 0;
    background: #fff;
    overflow: hidden;
    transition: all .2s;
    z-index: 100;
  }
  nav.active{
    right: 0; 
  }
  .mobile-menu-close{
    display: block;
    margin-right: 15px;
  }
  .gnb{
    flex-direction: column;
    padding-top: 24px;
    font-size: 20px;
  }
  .gnb > li > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px; height: 49px;
    padding: 0 35px;
  }
  .gnb > li > a::after{
    display: block;
  }
  .drop-menu{
    position: static;
    width: 100%; height: auto;
    padding: 6px 0 45px;
  }
  .drop-menu li{
    height: 35px;
    padding: 0 0 0 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .header-wrap .link-wrap{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 30px;
  }
  .header-wrap .link-wrap button{
    order: 1;
    width: 112px; height: 40px;
    margin: 40px 0 0 37px;
    font-weight: 300;
  }
  .header-wrap .link-wrap button.on{
    border: 1px solid transparent;
    background: #ff4713;
    color: #fff;
  }
  .header-wrap .sns-wrap{
    margin-left: 37px;
  }
  .sns ~ .sns{
    margin-left: 16px;
  }
  .mobile-menu-open{
    display: block;
  }
  .news{
    flex-direction: column;
    height: 100%;
  }
  .news-main{
    position: relative;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cdcecc;
  }
  .news-main h2{
    max-width: 70%;
  }
  .news-main h2::after{
    display: block;
  }
  .news-sub{
    width: 100%; height: 100%;
  }
  .news-sub ul{
    height: 100%;
    flex-direction: column;
  }
  .news-sub li a{
    padding: 40px;
  }
  .news-sub li a::after{
    right: 36px;
  }
  .news-sub li:hover a::before{
    opacity: 0;
  }
  .circle{
    display: none;
  }
  .instagram{
    padding: 130px 0 170px;
  }
  footer{
    height: 640px;
  }
  footer .link-wrap{
    gap: 30px;
  }
  address div{
    flex-direction: column;
  }
  address div:first-child span ~ span::before,
  address p:nth-child(2) span:first-child::before{
    display: none;
  }
  .go-top{
    right: 40px; 
  }
  .go-top a::before{
    width: 44px; height: 44px;
  }
  .go-top a::after{
    top: 8px;
  }
}/* media 1024px */
@media screen and (max-width: 800px){
  .donation-count{
    padding: 50px 30px;
  }
  .count{
    font-size: 120px;
  }
}/* media 800px */
@media screen and (max-width: 700px){
  .donation-count{
    padding-top: 60px;
  }
  .count{
    font-size: 93px;
  }
  .count span{
    font-size: 28px; 
  }
}/* media 700px */
@media screen and (max-width: 540px){
  header{
    height: 55px !important;
  }
  .header-wrap{
    width: calc(100% - 32px);
  }
  h1 img{
    width: 81px;
  }
  .mobile-menu-open{
    width: 22px; height: 20px;
  }
  .mobile-menu-open div{
    width: 22px; height: 3px;
  }
  .mobile-menu-open div ~ div{
    margin-top: 5px;
  }
  .scroll-wrap{
    display: none;
  }
  .menu-main h2{
    font-size: 50px;
  }
  .tab span{
    font-size: 16px;
  }
  .topping li::before{    
    width: 50px; height: 50px;    
  }
  .slogan{
    height: 230px;
  }
  .slogan img{
    width: 240px;
  }
  .slider-text{
    height: 34px;
  }
  @keyframes scroll-text-m{
    0%{
      left: 0;
    }
    100%{
      left: -250px;
    }
  }
  .slider-track{
    animation: scroll-text-m 3s linear infinite;
  }
  .slider-track p{
    width: 250px;
    font-size: 14px;
    line-height: 32px;
  }
  .slider-track p::before{
    width: 18px; height: 18px;
    margin-right: 4px;
    vertical-align: -4px;
  }
  .donation{
    padding: 80px 3.5% 140px;
  }
  .donation h2{
    max-width: 400px;
    font-size: 32px;
    line-height: 40px;
  }
  .donation .text{
    margin: 20px 0 50px;
    font-size: 14px;
    line-height: 20px;
  }
  .donation-count{
    height: 120px;
    padding: 12px 20px;
  }
  .tit{
    font-size: 12px;
  }
  .count{
    margin: 8px 0 10px;
    font-size: 52px;
  }
  .count span{
    font-size: 20px; 
  }
  .date{
    font-size: 12px;
  }
  .donation a{
    width: 160px; height: 48px;
    margin-top: 12px;
    border-radius: 24px;
    font-size: 16px;
    line-height: 48px;
  }
  .news{
    height: 100%;
  }
  .news-main{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cdcecc;
  }
  .news-main h2{
    font-size: 34px;
  }
  .news-sub{
    width: 100%; height: 100%;
  }
  .news-sub ul{
    height: 100%;
    flex-direction: column;
  }
  .news-sub li a{
    padding: 30px;
  }
  .news-sub .cat{
    font-size: 12px;
    opacity: .8;
  }
  .news-sub .tit{
    margin: 12px 0;
    font-size: 16px;
  }
  .instagram{
    padding: 80px 0 90px;
  }
  .instagram h2{
    padding-bottom: 40px;
    font-size: 32px;
    text-align: center;
  }
  .instagram h2::before{
    width: 40px; height: 40px;
    margin-right: 10px;
    vertical-align: -10px;
  }
  .img-wrap{
    justify-content: space-between;
    width: 62%;
    margin: 0 auto;
  }
  .img-wrap a{
    position: relative;
    width: 32%;
  }
  .img-wrap a::after{
    content: "";
    display: block;
    position: absolute;
    padding-bottom: 100%;
  }
  .instagram img{
    width: 100%;
  }
  footer{
    height: 395px;
    padding-top: 25px;
    background: #ff4713;
    box-sizing: border-box;
    color: #fff;
  }
  .logo-footer{
    width: 180px; height: 44px;
    background: url(../image/footer/logo-white.svg) no-repeat center center/contain;
  }
  footer .link-wrap{
    margin: 25px 0 40px;
  }
  footer strong{
    font-size: 14px;
  }
  address{
    padding: 30px 0 20px;
    font-size: 11px;
    font-weight: 300;
  }
  .go-top{
    right: 20px; bottom: 305px;
  }
  .go-top a::before,
  .go-top a::after{
    content: "";
    display: block;
  }
}/* media 540px */