@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin: 0;padding: 0;}
fieldset,
img {border: 0 none;vertical-align: middle;}
dl,ul,ol,menu,li {  list-style: none;}
input,select,textarea,button { vertical-align: middle;}
body,th,td,input,textarea,button {font: 16px;color: #313131;}
a:active,a:hover,a:focus {text-decoration: none;}
a {color: #5c5c5c;text-decoration: none;}
html{ width:100%; }
body {
	width:100%;
  height: 100%;
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      -webkit-font-smoothing: antialiased;
  overflow-x:hidden
}

/*header*/
header {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #d9d9d9;
  display:flex;
  justify-content:center;
  align-items:center

  
}

header > h1 > a >img {
  width: 172px;
  display: block;
  margin: 0 auto;
}

/*section*/

section {
  width: 100%;
  overflow:hidden;
}
#container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; /* 좌우 여백으로 반응형 대응 */
  box-sizing: border-box;
}

.contain_order{
  display: flex;
  flex-direction: column;
}

.main_text_area{
  order:1
}

.youtube_box{
  order:2;

}


/*main_text*/
.main_title > h2 {
  color: #1d1d1d;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.8px;
  margin-top: 66px;
}


/*main_tag*/
.main_tag {
  margin: 20px 0;
}
.main_tag > span {
  display: inline-flex;
  height: 20px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #002870;
  background: #fff;
  color: #002870;
  font-weight: 500;
  letter-spacing: -0.32px;
  margin-right: 8px;
}

/*content*/
.contain {
  max-width: 914px;
  padding-right: 370px;
}

.contain_left {
  width: 100%;
  height: 100%;
  max-width: 914px;
          display: flex;
    flex-direction: column;
}

/*detail*/
.detail {
  width: 100%;
  background: #fafafa;
  margin-top: 26px;
  border-radius:8px;
}

.detail_box {
  border-radius: 8px;
  background: rgba(0, 87, 156, 0.07);
  padding: 20px;
  background: #f2f4f8;;
}

.detail_info {
  display: flex;
  gap: 30px;
}

.detail_btn {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.detail_btn a {
  padding: 24px 68px;
  border-radius: 8px;
  border: 1px solid #828282;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.36px;
}
.detail_btn a:hover {
  background: #00579c;
  color: #fff;
}

.info-box {
  flex: 1;
  padding-top: 30px;
}

.info-row {
  margin-bottom: 40px;
}

.label {
  font-weight: bold;
  display: inline-block;
  width: 120px;
}

.value {
  display: inline-block;
  font-weight:400
}

/*donation*/
.donation {
  position: fixed;
  top: 265px;
  right: calc((100% - 1400px) / 2);
  width: 448px;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 -1px 5.9px 0 rgba(0, 0, 0, 0.07);
}

.donation_title {
  border-radius: 8px 8px 0 0;
  background: #fff;
  height: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #e5e5e5;
}

.donation_content {
  padding: 27px 44px;
}

.percentage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: steretch;
}

.percentage .num {
  color: #00579c;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.88px;
}

.progress_bar {
  width: 100%;
  height: 19px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #f5f5f5;
  margin-top: 10px;
  position: relative;
}

.progress_ing {
  background: #00579c;
  /* width: 55.8%; */
  height: 19px;
  flex-shrink: 0;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/*info*/

.donation_info {
  margin-top: 22px;
  width: 100%;
  
}

.donation_info > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  border-bottom: 1px solid #d9d9d9;
  font-weight:500
}

.donation_btn {
  margin-top: 20px;
}
.donation_btn a {
  display: block;
  padding: 24px 66px;
  border-radius: 8px;
  border: 1px solid #00579c;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  text-align: center;
  margin-top: 10px;
}
.donation_btn .monthly {
  background-color: #00579c;
  color: #fff;
}

/*tab*/
.content_tab{
   border-bottom: 1px solid #ddd;
   padding: 26px 0;
   background: #fff;
   width: 914px;
   font-weight:500;
   box-sizing:border-box
   }
   

.content_tab.fixed{
   position: fixed;
   z-index: 999;
   top:0;
}

.content_tab_menu > a.on{color:#1d1d1d; border-bottom: 3px solid #1d1d1d;  cursor: pointer;}

/*story1*/
.story1{margin-top: 20px; padding-bottom: 50px; border-bottom: 1px solid #D4D1CE;}
.content_tab_menu >a{
  padding: 24px;
  cursor: pointer;
}

.story1 >p, .story2 >p{padding-top: 18px; font-size: 18px; line-height: 27px;}
.content_title{font-size: 22px; font-weight: 500; margin-top: 30px; position: relative;}

.content_title::before{content: ""; display: block; width: 4px; height: 24px; background-color: #002870;; position: absolute; top:2px; left:0; display:none }


.short_youtube{margin-top: 20px;}

/*story2*/
.story2>h4{color: #002870; font-size: 22px; font-weight: 600; letter-spacing: -0.48px; padding-top: 24px; line-height:1.5}
.more_btn {margin-top: 30px; text-align: center;}
.more_btn > a{padding: 12px 32px ;border-radius: 41px;
border: 1px solid #00579C; color: #00579C;text-align: center; display: inline-block; font-weight:500 }
.more_btn > a > span{line-height: 24px; }
.more_btn > a:hover{background-color: #00579C; color:#fff}

.brochure_content >img{padding-top: 10px; width: 100%;}

/*slide*/
#slider{margin-top: 33px;}
#slider img{width: 100%;  }
.slide{overflow: hidden; }
.slide_title{background-color: rgba(0, 91, 154, 0.9); color:#fff; padding: 14px; text-align: center; font-size: 18px  ;}
.indicator{position: absolute; }
.indicator > span{cursor: pointer; background-color: #828282; }
.prevArrow{background-color: #828282; z-index: 99; }
.nextArrow{background-color: #828282; z-index: 99; }

.slick-prev{position: absolute; top:50%; left:10px;  z-index: 99; background:url(/site/sarang/gym/res/img/chevron-left.png) no-repeat  100%; text-indent: -999999px; width: 60px; height: 60px; border:none ; cursor: pointer; transform: translateY(-50%);}
.slick-next{position: absolute; top:50%; right:10px;  z-index: 99; background:url(/site/sarang/gym/res/img/chevron-right.png) no-repeat  100%; text-indent: -999999px; width: 60px; height: 60px; border:none ; cursor: pointer; transform: translateY(-50%);}

/*기부자 명단*/

.contributor_tab{width: 100%; ; margin-bottom: 30px; padding-top: 26px;}
.list_item{width: 272px; height: 140px; border-radius: 8px;
border: 1px solid #E8E8E8;
background: #FFF;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10); position:relative;     box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px; }
.list_item::before{content:""; display:block; width:8px; height:140px;background-color:#6196bd; position:absolute; top:0;  left:0}
.list_item_info{padding-top:40px}
.list_item_info > span{display: block; text-align: center; }
.list_item_info > .title_name{color:#747474; font-weight:500}
.list_item_info > .name{font-size: 26px; font-weight: 600; margin-top: 12px;}
.contributor_tab >ul {display: flex; gap: 46px; flex-wrap: wrap;}

.tab2{display: none;}


/*footer*/
footer{height: 234px; background: #f5f5f5; width: 100%; margin-top: 80px;}
.ft_container{width: 1200px ; padding-right: 190px; margin: 0 auto;}
.ft_info{padding: 48px 10px 0 10px}
.ft_info >h3{padding-bottom: 20px;}
.ft_info >span{display: block; margin-top: 10px;}
.ft_info .office{font-size:18px; font-weight:500}

@media screen and (max-width: 1400px) {
  .donation {
    position: static;
    width: 100%;
  }
  .contain {
    padding-right: 0;
    max-width: none;
  }
  .contain_left {
    max-width: none;
  }

  .content_tab{
    width: 100%;
  }
}


@media screen and (max-width: 680px) {
  #container {
    width: 96%;
    padding: 0;
  }
  .contain {
    padding-right: 0;
    
  }
  .youtube_box{
    order:0;
    width: 100%;
    height: 100%;
padding-bottom: 55%;

  }
  .main_youtube{
  order:0;
    position: absolute;
  top:0;
  left:0;
  width: 100%;
  margin-top: 70px;}
  
  .content_title > h4{font-size:24px}
  .story1{margin-top:0}
  .story2>h4{font-size:24px}
.detail{display:none}
iframe{height: 270px;}
  .donation_content {
    padding: 26px 22px;
  }
 .detail_box {padding: 30px 14px;}
.main_title > h2{margin-top: 30px; font-size: 33px; line-height:44px}
  .main_tag > span:last-child{margin-top:14px;}
  .detail_btn {
    flex-direction: column;
    margin-top: 10px;
  }
  .detail_btn a {
    width: 246px;
    text-align: center;
  }
   .detail_info{gap:0;  flex-direction: column; padding-left: 20px;}
   .info-box{padding-top: 0;}

   .label{width: 105px;}
   .list_item{width:220px}
   .contributor_tab >ul{gap:20px;;}

   .donation{margin-top: 16px;}
   .value{font-size: 15px; margin-left: 20px;}

}