.pc{display: none;}
.tab{display: none;}
.m{display: block;}

#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr{
    width: unset;
}

.tit{
    margin-bottom: 40px ;
}
.tit .logo img{
    width: 60vw;
    max-width: max-content;
}
.tit .logo{
    display: flex;
    justify-content: center;
    padding-bottom: 36px ;
}
.tit p{
    max-width: 1018px;
    text-wrap: pretty;
    text-align: center;
    margin: 0 auto;
}
.sub-tit{}
.sub-tit .top{}
.sub-tit .top .pic{
    border-radius: 12px;
    width: 100%;
    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 .box{
    margin-bottom: 20px;
    height: 100%;
}
.sub-tit .top .box{justify-content: center;
    width: 100%;
    background-color: #F4F3F8;
    border-radius: 20px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sub-tit .top .box .el::before{ color: #35318F; content: '•'; padding-right: 12px; font-weight: 900;}
.sub-tit .top .box .el:nth-child(1){font-weight: bold; }
.sub-tit .top .box .el{font-weight: bold; }
.sub-tit .top .box .el.pink::before{
    color: #E40177;
}
.sub-tit .btm .box{
    background-color: #F4F3F8;
    padding: 36px;
    border-radius: 20px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sub-tit .btm .box .el{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.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;
    display: flex;
}
.sub-tit .btm .box .el .el-txt{
    padding-left: 21px;
    font-size: 14px;
    line-height: 140%;
}


/* s2 연혁 시작 */

.s2{}
.s2 .wrap{
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.s2 h3{
    font-size: 28px;
    padding-top: 60px;
}
.s2 .wrap .box{width: 100%;}
.s2 .wrap .box.box-2017 .pic{
    display: flex;
}
.s2 .wrap .box .pic{
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 20px;
}
.s2 .wrap .box .pic .pic-con{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #cccccc;
    aspect-ratio: 1/1;
    height: 100;
}
.s2 .wrap .box .pic .pic-con .pic-num{
    position: absolute;
    font-size: 20px;
    padding: 16px 20px;
    font-weight: 600;
    color: #fff;
    text-shadow: 3px 3px 10px #0000004D;
}
.s2 .wrap .box .pic .pic-con img{
    width: 100%;
}
.s2 .wrap .box .title {
    padding: 20px 0;
}
.s2 .wrap .box .title .year {
    padding-bottom: 20px;
    font-size: 28px;
    color: #35318F;
    font-weight: bold;
}
.s2 .wrap .box .title .sub-tit {
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
}
.s2 .wrap .box .text .inner{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.s2 .wrap .box .text .inner .txt {}
.s2 .wrap .box .text .inner .txt {
    display: flex;
    gap: 8px;
    align-items: center;
}
.s2 .wrap .box .text .inner .txt .txt-num {
    font-size: 20px;
    font-weight: bold;
    color: #35318F;

}
.s2 .wrap .box .text .inner .txt p.bold {
    /* font-weight: bold; */
}
.s2 .wrap .box .text .inner .txt p {
    line-height: 100%;
}







  