@media(min-width:1200px){
    .m{display: none;}
    .tab{display: none;}
    .pc{display: block;}

body::before {
    content: '';
    width: 608px;
    height: 678.4px;
    display: block;
    background-image: url(../img/bg-logo.svg);
    background-position: left bottom;
    background-size: 100% auto;
    position: fixed;
    background-repeat: no-repeat;
    top: 24%;
    right: 0;
    z-index: -1;
    filter: grayscale(100%);
    opacity: 0.1;
    pointer-events: none;
}
     
.tit{
    margin-bottom: 80px ;
}
.tit .logo{
    display: flex;
    justify-content: center;
    padding-bottom: 36px ;
}
.tit p{
    text-wrap: pretty;
    text-align: center;
    margin: 0 auto;
    
}
.tit .logo img{
    width: max-content;
}

.sub-tit{
    padding-bottom: 20px;
}
.sub-tit .top .pic{
    border-radius: 12px;
    max-width: 50%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin-bottom: 20px;
}
.sub-tit .top .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.sub-tit .top .top-inner{
    display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sub-tit .top{
    display: flex;
    gap: 20px;

}
.sub-tit .top .box{
    margin-bottom: 20px;
    width: 100%;
}

.sub-tit .top .box .el::before{content: '•'; padding-right: 12px; font-weight: 900;}
.sub-tit .top .box .el{}

.sub-tit .btm .box{
    padding: 36px;
    gap: 28px;
}
.sub-tit .btm .box .el{
    gap: 16px;
}
.sub-tit .btm .box .el .el-tit::before{content: '•'; padding-right: 12px; font-weight: 900;}
.sub-tit .btm .box .el .el-tit{
    font-weight: bold;
    font-size: 20px;
    display: flex;
}
.sub-tit .btm .box .el .el-txt{
    padding-left: 21px;
    font-size: 16px;
    line-height: 140%;
}
.s2 {}
.s2 .wrap{
    display: flex;
    gap: 120px;
}
.s2 h3 {
  font-size: 44px;
  padding-top: 120px;
}
.s2 .wrap .box {display: flex; align-items: center; gap: 120px;}
.s2 .wrap .box .pic {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2열 균등 */
  gap: 20px; /* 간격 */
  width: 50%; /* 화면의 반 차지 */
}
.s2 .wrap .box .pic .pic-con {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%; /* grid 셀 꽉 채우기 */
  min-width: 320px;

}
.s2 .wrap .box .pic .pic-con .pic-num {
  position: absolute;
  font-size: px;
  padding: 16px 20px;
  font-weight: 600;
  color: #fff;
  text-shadow: 3px 3px 10px #0000004D;
}
.s2 .wrap .box .pic .pic-con img {
  width: 100%; /* 이미지가 pic-con 꽉 채우도록 */
  display: block; /* 하단 여백 방지 */
}
.s2 .wrap .box .title {
    padding: 20px 0;
}
.s2 .wrap .box .title .year {
    font-size: 60px;
    padding-bottom: 36px;
    color: #35318F;
    font-weight: bold;
}
.s2 .wrap .box .title .sub-tit {
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
}
.s2 .wrap .box .text .inner{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.s2 .wrap .box .text .inner .txt {}
.s2 .wrap .box .text .inner .txt {
    display: flex;
    gap: 20px;
    align-items: center;
}
.s2 .wrap .box .text .inner .txt .txt-num {
    font-size: 24px;
    font-weight: bold;
    color: #35318F;

}
.s2 .wrap .box:nth-child(4) .text .inner .txt p {
    max-width: 90%;
}
.s2 .wrap .box .text .inner .txt p {
    line-height: 160%;
    font-size: 20px;
}


}