@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
input[type='file']{
    display: inline-block !important;
}
.location > ul > li.location-home{
    text-indent:-9999999999999px;
}
.location > ul > li.location-home::after{
    content: '';
    display: block;
    clear: both;
    width: 16px;
    height: 16px;
    background: url(../img/location-home.png) no-repeat;
    overflow: hidden;
    background-size: cover;
    padding: 0 !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position:absolute;

}
.section{
    background: #fff;
    min-height: 100vh;
}
.section > article{
    margin-top: 70px;
}
.section > article:first-of-type{
    margin-top: 0px;
}
/*서브페이지 배너*/
.section>.banner-section{
    width: 100%;
    padding-right: 0;
    padding-left: 0; 
    margin-right: auto;
    margin-left: auto;
}
.banner{
    width: 100%;
    height: 360px;
    position: relative;
    overflow:hidden;
}
.banner .banner-bg{
    background: url(../img/banner-bg1.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bgScale 2s ease forwards;
}
/*아이콘*/
.icon-heart{
    background-image: url(../img/icon-heart.png);
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 7px;
}

/*활동배너*/
.banner .banner-bg.activity{
    background: url(../img/banner-bg2.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bgScale 2s ease forwards;
}
.banner > .banner-bg.activity-another{
    background: url(../img/banner-bg3.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bgScale 2s ease forwards;
}
/*참여배너*/
.banner > .banner-bg.participation{
    background: url(../img/banner-bg4.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bgScale 2s ease forwards;
}
/*커뮤니티 배너*/
.banner > .banner-bg.support_banner{
    background: url(../img/banner-bg5.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bgScale 2s ease forwards;
}
.knowledgeWrap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    background: url(../img/knowledgeGlf.jpg) no-repeat;
    background-size: cover;
}
.knowledgeWrap > .knowledge-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
}
.knowledgeWrap > .knowledge-inner > .knowledge-box {
    color: #fff;
}
.knowledgeWrap > .knowledge-inner > .knowledge-box > h1 {
    font-size: 46px;
    font-weight: 300;
}
.knowledgeWrap > .knowledge-inner > .knowledge-box > a {
    display: block;
    color: #fff;
    width: 354px;
    height: 70px;
    background: #23419c;
    border: 1px solid #c5c5c5;
    font-size: 20px;
    line-height: 70px;
    margin: 0 auto;
    margin-top: 60px;
}


@keyframes bgScale{
    to{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); 
    }
    from{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
/*위치*/
.location{
    position: absolute !important;
    bottom: 0;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    background: #fff;
}
.location > ul{
    float: right;
    height: 100%;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
}
.location > ul > li{
    display: inline-block;
    padding-left: 25px;
    line-height: 50px;
    position: relative;
}
.location > ul > li::before{
    content: '>';
    display: block;
    position: absolute;
    left: 7px;
    font-size: 8px;
    color: #434343;
    transform: scaleY(2);
}
.location > ul > li:first-of-type::before{
    content: '';
    display: none;
}

/*제목*/
.se-sub-title{
    text-align: center;
    font-weight: 300;
}
.osi-m{ display: none;}
.se-sub-title-content{
    line-height: 1.6;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    color: #343434;
    padding-top: 28px;
}
.se-sub-mobile{
    display: none;
    line-height: 1.77;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    color: #343434;
    padding-top: 11px;

}
/*컨텐츠*/
.object-title{
    font-weight: 500;
    font-size: 48px;
    text-align: center;
    padding-top: 40px;
    color: #343434;
}
.object-box{
    padding-top: 63px;
}
.object-img{
    overflow:hidden;
}
.object-img > .object-img-box{
    width: 457px;
    height: 586px;
    background: url(../img/se.jpg) no-repeat;
    background-size: cover;

}
.object-text{
    padding: 0 0 0 72px !important;
}
.object-text-slogan{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.41;
}
.object-text-content{
    font-size: 20px;
    line-height: 1.75;
    padding-top: 99px;
}
.object-text-content:last-of-type{
    padding-top: 36px;
}
.object-goal{
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1.34;
    padding-top: 40px;
}
.object-goal-sub{
    max-width: 1200px;
    text-align: center;
    padding: 35px 30px 0;
    font-size: 20px;
    line-height: 1.7;
}
.object-goal-sub::before, .object-goal-sub::after{
    display: block;
    clear: both;
    content: '';
}
.object-wrap::before, .object-wrap::after{
    display: block;
    clear: both;
    content: '';
}
.object-wrap{
    padding-top: 124px;
    max-width: 1200px;
    display: flex;
}
.object-system{
    padding:15px !important;
}
.object-listz{
    height: auto;
}
.object-system .object-system-inner{
    width: 100%;
    height: 100%;
    border: solid 1px #c9c9c9;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 20px;
}
.object-system .object-system-img{
    padding: 28px 0;
    width: 100%;
    text-align: center;
    margin: 0 !important;
}
.object-system .object-system-text{
    font-size: 26px;
    font-weight: 500;
    color: #0f59c8;
    text-align: center;
    letter-spacing: -1px;
    margin: 0;
}
.object-system .object-system-subtext{
    display: block;
    font-size: 18px;
    margin: 5px 0 0;
    padding: 20px 10px 30px;
}
.object-talk{
    font-size: 20px;
    line-height: 1.7;
    padding: 63px 0 0;
    text-align: center;
}

.se-work>.object-title{
    font-weight: normal;
}
.se-work > .object-wrap{
    padding-top: 56px;
}

.object-wrap > .se-work-box:first-of-type > .object-system-inner{
    background: url(../img/se-work-img1.png);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border: 0;
    padding-bottom: 62%;
    height: 100%;
}
.object-wrap > .se-work-box:nth-of-type(2) > .object-system-inner{
    background: url(../img/se-work-img2.png);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border: 0;
    padding-bottom: 62%;
    height: 100%;
}
.object-wrap > .se-work-box:last-of-type > .object-system-inner{
    background: url(../img/se-work-img3.png);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border: 0;
    position: relative;
    padding-bottom: 62%;
    height: 100%;
}
.object-wrap > .se-work-box > .se-work-box-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    clear: both;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.56));
}
.object-system-num{
    text-align: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
}
.object-wrap > .se-work-box > .object-system-inner >.object-system-text{
    color: #fff;
    font-size: 32px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-weight: bold;
    line-height: 1.43;
    padding-top: 6px;
}

.object-wrap > .se-work-box > .object-system-inner >.object-system-subtext{
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
}
.object-wrap > .se-work-box > .object-system-inner > .se-work-opacity{
    position: relative;
    z-index: 10;
}
.se-object-footer-text{
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.se-object-footer-text > p{
    color: #fff;
    font-size: 32px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    line-height: 1.47;
    padding-top: 114px;
}
.se-object-footer{
    height: 320px;
    margin: 144px 0 0px;  
    position: relative;
    overflow: hidden;
}
.se-object-footer-opacity{
  opacity: 0.4;
  z-index: 9;
  background-color: #474747; 
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%;
}
.se-object-footer-bg{
    background: url(../img/se-footer-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0; 
    width: 100%;
    height: 100%;
}

/*이사장 인사말*/
/*탭 메뉴*/
.se-seo{
    padding-top: 94px;
}
.se-ceo-tab{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.tabSlideDiv {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.se-ceo-tab.tabSlideUl {
    width: 59%;
    display: flex;
    overflow:hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    transition: all .5s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.se-ceo-tab.tabSlideUl .tbSlider {
    scroll-snap-align: start;
    flex-shrink: 0;
    border-radius: 10px;
    transition: transform 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    transform: translateX(0px);
    width:141.5px;
}
.tabBtnBox {
    width: 70%;
    position: absolute;
    top: 136px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.tabBtnBox > .btn-prev,
.tabBtnBox > .btn-next{
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
}
.tabBtnBox .btn-prev{
    left: -15px;
  }
.tabBtnBox .btn-next{
    right: -15px;
  }
.tabBtnBox .btn-prev:after,
.tabBtnBox .btn-next:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
  }
.tabBtnBox .btn-prev:after{
    left: 50%;
    top: 50%;
    transform-origin: top right;
    transform: rotate(-135deg) translate(100%, -100%);
  }
.tabBtnBox .btn-next:after{
        left: 50%;
      top: 50%;
      transform-origin: top right;
        transform: rotate(45deg) translate(-25%, 50%);
  }
.se-ceo-tab>li{
    display: inline-block !important;
    clear:both;
}
.se-ceo-tab>li > a{
    color: #343434 !important;
    font-size: 23px;
    padding: 21px 30px !important;
}
.tab-content{
    max-width: 1200px;
    margin: 0 auto;
}
.tab-box1{
    width: 100%;
    padding-top: 120px;

}
.tab-title{
    font-size: 20px;
    color: #343434;
    line-height: 51px;
    text-align: center;
    font-weight: 300;
}
.tab-title.tab-big-title{
font-size: 40px;
}
.br{ font-style: normal;}
.tab-title > .br > span{
    display: inline-block;
    font-weight: 500;
}
.tab-box1-content{
    font-size: 20px;
    color: #343434;
    text-align: left;
    line-height: 1.8;
    padding: 40px 13px 0;
}
.tab-ceo-sign{
    width: 100%;
    color: #343434;
    text-align: right;
    font-size: 20px;
    padding-top: 60px;
}

.ceo-detail-wrap{
    width: 100%;
    padding-top: 27px;
}
.ceo-detail-wrap > .ceo-detail-cell{
    display: table-header-group;
}

.ceo-detail-wrap > .ceo-detail-cell > div{
    display: table-cell;
    padding-top: 20px;
}
.ceo-detail-wrap > .ceo-detail-cell:first-of-type > div{
    padding-top: 0;
}
.se-ceo-profile{
    max-width: 1200px;
    margin: 140px auto;
}
.se-detail-name{
    border-top: 2px solid #333;
    padding: 6px 0 0;
    font-size: 30px;
}
.se-detail-name > span{
    padding-left: 10px;
}
.se-detail-school{
    border-bottom: 1px solid #9e9e9e;
    display: block;
    padding: 0 0 11px;
    font-size: 18px;
}
.se-ceo-profile-img{
    height: 100%;
    background: url(../img/profile.jpg) no-repeat;
    background-size: contain;
    height: 440px;
    background-position: center;
    margin-bottom: 20px;
}
.se-ceo-profile-detail{
    height: 440px;
    overflow-y: scroll;
}
.ceo-profile-detail-depth{
    font-size: 18px;
    color: #343434;
    padding: 0 49px 0 12px;
}
.se-ceo-profile-detail-box{
    line-height: 27px;
    font-size: 18px;
    text-align: left;
}
.se-ceo-profile::after{
    content: '';
    display: block;
    clear: both;
}
.se-ceo-profile::before{
    content: '';
    display: block;
    clear: both;
}

.se-paging{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    position: relative;
}
.btn_write{
    position: absolute;
    right: 0;
    bottom: 0;
}
.se-paging-arrow{
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 5px;
}
.se-paging-btn-prev{
    margin-left: 0;
}
.se-paging-btn-preved::before{
    width: 40px;
    height: 40px;
    background: url(../img/prev.png) no-repeat !important; 
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.se-paging-btn-prev::before{
    width: 40px;
    height: 40px;
    background: url(../img/pprev.png) no-repeat !important; 
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.se-paging-btn-nexted::before{
    width: 40px;
    height: 40px;
    background: url(../img/next.png) no-repeat !important; 
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.se-paging-btn-next::before{
    width: 40px;
    height: 40px;
    background: url(../img/nnext.png) no-repeat !important; 
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.se-paging-num{
    display: flex;
    justify-content: center;
}
.se-paging-num > a{
    width: 40px;
    height: 40px;
    margin-left: 5px;
    color: #b2b2b2;
    line-height: 40px;
    text-align: center;
    border: 1px solid #b2b2b2;
}
.se-paging-num > a.on{
    background: #4068cf;
    border: 1px solid #4068cf;
    color: #fff;
}
.se-paging-num-mobile{
    display: none;
}




/*관련기사*/

.news_board{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 140px;
}
.news_board_title{
    font-size: 34px;
    color: #343434;
    font-weight: 500;
    line-height: 1.47;
    text-align: center;
    padding-bottom: 40px;
}
.table-responsive{
    
    overflow: visible !important;
}
.table-responsive > .table{
    border-bottom: 1px solid #707070;
}
.attachments > .attachments-img{
    width: 25px;
    height: 25px;
    background: url(../img/floppy-disk.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
    display: block;
}
.table-content > a{
    padding-left: 50px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 500px;
}
.table-tr > th{
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #707070;
}
.table-tr > td{
    border-top: 1px dashed #ddd !important;
    padding: 20px 0 !important;
}
.table-tr > td.table-center{
    text-align: center;
}
.table-tr > td > a{
    display: block;
    font-size: 18px;
    color: #343434;
}


/*연혁*/
 .history{
     max-width: 1200px;
     margin: 0 auto;
     color: #343434;
     padding-bottom: 130px;
     
 }
 .submenu-titles{
     font-size: 45px;
     line-height: 1.47;
     font-weight: bold;
     text-align: center;
     padding-top: 47px;
     padding-bottom: 70px;
 }
.history-wrap{
    width: 100%;
    display: flex;
    padding: 0 127px;
}
.history-wrap > .historybox{
    width: 689px;
}
.history-wrap > .history-year{
    padding:20px 20px;
    border-top: 1px solid #cfcfcf;
    width: 244px;
    margin-right: 40px;
}
.history-wrap > .history-year > h1{
    font-size: 34px;
    color: #0f59c8;
    margin: 0 !important;
}
.history-wrap > .history-content{
    padding: 20px 50px;
    border-top: 1px solid #cfcfcf;
}
.history-wrap > .history-content > ul > li{
    font-size: 20px;
    color: #343434;
    line-height: 1.8;
    white-space: break-spaces;
    word-break: break-word;
}
/*연혁 끝*/

/*이끄는 사람들*/
.lead-wrap{
    max-width: 1200px;
    margin: 0 auto;
}
.lead-people{
    padding: 0 95px;
}
.lead-people::before, .lead-people::after{
    content: '';
    display: block;
    clear: both;
}
.leaders{
    text-align: center;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}
.leaders > .leaders-profile{
    width: 270px;
    height: 350px;
    position: relative;
    border: 1px solid #707070;
    box-sizing: border-box;
    padding: 30px 15px 0 15px;
}
.leaders:first-of-type > .leaders-profile > .leaders-img{
    background: url(../img/profile.jpg);
}
.leaders > .leaders-profile > .leaders-img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-size: cover !important;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background: #ccc;
}

.leaders > .leaders-profile > .leaders-info > .leaders-name{
    font-size: 18px;
    color: #343434;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding-top: 12px;
}
.leaders > .leaders-profile > .leaders-info > .leaders-engName{
    font-size: 13px;
    font-weight: normal;
    color: #787878;
    line-height: 1.46;
    display: block;
    font-family: 'Noto Sans CJK KR';
}
.leaders > .leaders-profile > .leaders-info > .leaders-tech{
    font-size: 13px;
    color: #787878;
    font-weight: normal;
    text-align: left;
    padding-top: 20px;
}
.leaders-tech > p {
    margin: 0;
    word-break: break-word;
}
.leaders-value{
    position: absolute;
    width: 88px;
    height: 36px;
    top: -1px;
    left: -1px;
}
.leaders-value.blue{
    width: 88px;
    height: 36px;
    border: 1px solid #3679dd;
    background-repeat: no-repeat;
    display: block;
}
.leaders-value.blue::before{
    content: '이사회';
    color: #3679dd;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
}
.leaders-value.blue.en::before{
    content: 'Board';
    color: #3679dd;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
}
.leaders-value.gold{
    width: 88px;
    height: 36px;
    border: 1px solid #ff9822;
    background-repeat: no-repeat;
    display: block;
}
.leaders-value.gold::before{
    content: '운영위원회';
    color: #ff9822;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
}
.leaders-value.gold.en::before{
    content: 'Committee';
    color: #ff9822;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
}
/*이끄는 사람들 끝*/

/* 메뉴 - 활동 공통 버튼 */

 .se-activity-tab{
     max-width: 1200px;
     margin: 0 auto;
 }
 .se-activity-tab::after,.se-activity-tab::before{
    content: '';
    display: block;
    clear: both;
}
 .se-activity-tab > ul{
     margin-bottom: 0;
     margin-top: 40px;
 }
 .se-activity-tab > ul > li.activity_btn{
     width: calc(100%/2);
     float: left;
     text-align: center;
     line-height: 45px;
     padding: 20px 0;
     border-bottom: 4px solid #dfdfdf;
 }
 .se-activity-tab > ul > li.activity_btn > a{
     display: block;
     font-size: 30px;
     color: #acacac;
     font-weight: normal;

 }
 .se-activity-tab > ul > li.activity_btn.active{
    border-bottom: 4px solid #4068cf;
 }
 .se-activity-tab > ul > li.activity_btn.active > a{
     color: #4068cf;
     font-family: 'Noto Sans CJK KR';
 }



 /*장학사업*/
  .scholar-wrap{
      max-width: 100%;
      margin: 0 auto;
  }
  .scholar-box1{
      max-width: 1200px;
      padding: 120px 0 100px 0;
      margin: 0 auto;
  }
  .scholar-box1-text{
      font-size: 26px;
      color: #343434;
      text-align: center;
      line-height: 40px;
      font-family: 'Spoqa Han Sans Neo';
      font-weight: normal;
      position: relative;
      padding: 60px 0;
  }
  .scholar-box1-text::after, .scholar-box1-text::before{
      content: '';
      display: block;
      position: absolute;
      width: 27px;
      height: 27px;
  }
  .scholar-box1-text::after{
    background: url(../img/activity_mark.png) no-repeat;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
  }
  .scholar-box1-text::before{
    background: url(../img/activity_mark.png) no-repeat;
    top: 0px;
    left: 50%;
    background-size: cover;
    transform: translateX(-50%);
    background-size: cover;
  }
  .scholar-box1-img{
      width: 100%;
      height: 400px;
      background: url(../img/activity_scholar-img.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      margin-top: 120px;
  }
  .scholar-box2{
      width: 100%;
  }
  .scholar-box1-subtext{
    font-size: 18px;
    color: #343434;
    text-align: center;
    line-height: 37px;
    font-weight: normal;
    position: relative;
    padding: 62px 0 0;

  }

  .scholar-box2{
      width: 100%;
  }
  .scholar-box2-bg{
      width: 100%;
      height:auto;
      position: relative;
      padding: 40px 0;
      background: url(../img/activity_scholar-bg.jpg) no-repeat;
      background-size: cover;
      background-position: center;
  }
  .scholar-box2-bg > .scholar-box2-text-wrap{
      position: relative;
      right: 0;
  }
  .scholar-box2-bg > .scholar-box2-text-wrap > .scholar-box2-text{
      font-size: 18px;
      color: #343434;
      font-weight: normal;
      text-align: left;
      line-height: 40px;
      text-align: right;
      padding: 0 200px;
  }
  .scholar-box2-bg > .scholar-box2-text-wrap > .scholar-box2-text.boxText2{
      padding-top: 35px;
  }
  .scholar-letter{
      display: inline-block;
  }
  .scholar-letter-text{
    text-align: left;  
  }
  
  .scholar-letter-text > .letter-text-title{
      font-size: 25px;
      color: #8d6650;
      line-height: 40px;
      padding-bottom: 30px;
      margin: 0;

  }
  .scholar-letter-text >.letter-text-sub{
      font-size: 18px;
      color: #343434;
      line-height: 33px;
  }

  .scholar-letter-after{
      width: 100%;
      text-align: center;
      font-size: 18px;
      color: #333;
      line-height: 40px;
  }
  .scholar-letter-after > .letter-after1{
      padding:100px 0 70px;
  }
  .scholar-middle-bg{
      background: url(../img/activity_middle-img.png) no-repeat;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      padding: 120px 0;
      text-align: center;
      font-size: 18px;
      color: #343434;
      line-height: 40px;
  }

  .scholar-activitys{
      max-width: 1200px;
      margin: 94px auto 0;
      position: relative;
  }
  .scholar-title{
      font-size: 45px;
      text-align: center;
      color: #000;
      font-weight: normal;
      line-height: 66px;
      margin: 0;
      padding: 0 0 55px;
  }
  .scholar-activitys > .scholar-container{
      display: inline-block;
      width: 100%;
  }
  .scholar-activitys > .scholar-container > div{
      padding-bottom: 50px;
  }
  .scholar-thumb-img{
      background: url(../img/basic.png);
      height: 0;
      padding-bottom: 67%;
      overflow: hidden;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  }
  .se-scholar-caption > h3{
      font-size: 21px;
      color: #333;
      line-height: 35px;
      text-align: left;
      margin: 17px 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      cursor: pointer;
  }
  .se-scholar-caption > h3 > a{ display:block; color: #333; font-weight: 500;}
  .se-scholar-caption > p {
      font-size: 18px;
      color: #9a9a9a;
      text-align: left;
  }
  .scholar-paging{
      max-width: 1200px;
      margin: 0 auto;
      padding-bottom: 120px;
  }
  .scholar-paging > .se-paging{
      margin-top: 0px;
  }
  .scholar-paging > .se-paging > .se-paging{
    margin-top: 0px;
}


 /*장학사업 - 연도별 장학생 현황 탭메뉴*/
.activity_tabs {
    padding-top:50px;
}

.activity_tabs > .tab {
    display:none;
}

.activity_tabs > .tab.active {
    display:block;
}

.activity_list-btn {
    width:130px;
    height:50px;
    font-size:19px;
    display:inline-block;
    background-color:transparent;
    border: 1px solid #707070;
    color:#707070;
    position: relative;
}
.list-btn-nth1::before{
    content: '2017-2018';
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    line-height: 50px;
    width: 130px;
    height: 50px;
}
.list-btn-nth2::before{
    content: '2016';
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 50px;
    top: 0px;
    line-height: 50px;
}
.list-btn-nth3::before{
    content: '2015';
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    width: 130px;
    height: 50px;
    transform: translateX(-50%);
    top: 0px;
    line-height: 50px;
}
.activity-list-wrap{
    max-width: 1300px;
    margin: 0 auto 100px;
}
.activity-list-wrap > .activity-buttons{  
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.activity_list-btn{
    display: inline-block;
}
.activity_list-btn.active {
    background-color:transparent;
    border:1px solid #0f59c8;
    color:#0f59c8;
}

.activity_tabs > .tab > .slider {
    max-width:1200px;
}
.activity_tabs > .tab > .slider .slick-track{
    margin-left: -125px;
}
.slider-item2 > .activity_item-img{
    background-color: teal !important;
}
.slider-item3 > .activity_item-img{
    background-color: thistle !important;
}
.activity_item {
    width: 251px;
    height:251px;
    background: transparent;
    text-align: center;
}
.activity_item-img{
    width: 161px;
    height: 161px;
    border-radius: 100%;
    border: 3px solid #c5c5c5;
    overflow: hidden;
    background-color: #f2f2f2;
    margin: 0 auto;
}
.activity_item-name{
    font-size: 20px;
    color: #000;
    line-height: 29px;
    font-weight: normal;
    margin-top: 10px;
}

.activity_table_wrap{
    max-width: 1200px;
    margin: 150px auto 0;

}
.activity_table-box{
    width: 100%;
    padding: 23px 0;
    border-top: 1px solid #b2b2b2;
}
.activity_table-box > div{
    float: left;
}
.activity_table-box::before,.activity_table-box::after{
    display: block;
    clear: both;
    content: '';
}
.activity_table-title{
    font-size: 23px;
    color: #333;
    line-height: 29px;
    font-weight: normal;
    width: 200px;
    text-align: left;
}
.activity_table-content{
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    width: 1000px;
}
.activity_table-content.se-table-condition > p:nth-of-type(2){
    padding: 20px 0;
}
.activity_table-border{
    padding: 9px 16px;
    width: 700px;
    border: 1px solid #b2b2b2;
    margin: 10px 0 0;
}

.activity_table-step > li{
    border: 1px solid #b2b2b2;
    float: left;
    width: 246px;
    height: 130px;
    padding: 14px 19px;
}
.activity_table-step > li:nth-of-type(2){
    margin: 0 45px;
}
.activity_table-step::before,.activity_table-step::after{
    display: block;
    clear: both;
    content: '';
}
.activity_table-step > li > .step-num{
    font-size: 20px;
    font-weight: normal;
    display: block;
    
}
.activity_table-step > li > .step-text{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;    
}
.activity_table-stepBox{
    padding: 15px 0 0;
}
.activity_table-lastTxt{
    font-size: 20px;
    color: #343434;
    font-weight: normal;
    line-height: 29px;
}

.step-text-interview{
    display: block;
    font-size: 16px;
    color: #fa7d2a;
    font-style: normal;
    font-weight: normal;
}

 /*장학사업 끝*/
/*자동차 기술학교*/
.grad-intro{
    max-width: 1200px;
    margin: 0 auto;
    padding: 190px 0;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
}

.grad-list-wrap{
    max-width: 1200px;
    margin: 0 auto;
}
.grad-list-wrap::after, .grad-list-wrap::before{
    content: '';
    display: block;
    clear: both;
}
 .grad-depth1 > .grad-depth-box{
     height: 590px;
     padding: 0;
 }
 
 .grad-depth1::after, .grad-depth1::before{
    content: '';
    display: block;
    clear: both;
} 
.grad-depth2{
    margin: 90px 0 ;
}
.grad-depth2 > .grad-depth-box{
    height: 590px;
    padding: 0;
}

.grad-depth2::after, .grad-depth2::before{
   content: '';
   display: block;
   clear: both;
} 

.grad-depth3 > .grad-depth-box{
    height: auto;
    padding: 0 0 0px 0;
}
.grad-list-wrap > div.grad-depth3{
    padding: 0 20px 70px;
}
.grad-depth3::after, .grad-depth3::before{
   content: '';
   display: block;
   clear: both;
} 
 .grad-depth-box-img1{
    width: 490px;
    height: 560px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 26px;
    top: 0;
    background: url(../img/activity_grad-box1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.grad-depth-box-img2{
   width: 490px;
   height: 560px;
   overflow: hidden;
   position: absolute;
   z-index: 1;
   left: 0px;
   top: 0;
   background: url(../img/activity_grad-box2.jpg) no-repeat;
   background-size: cover;
   background-position: center;
}
.grad-depth-box-img3{
   width: 100%;
   height: 1100px;
   overflow: hidden;
   position: absolute;
   z-index: 1;
   left: 0px;
   top: 0;
   background: url(../img/activity_grad-box3.png) no-repeat;
   background-size: cover;
   background-position: center;
}
 .grad-depth-box{
     position: relative;
     padding: 20px;
     font-size: 18px;
     line-height: 34px;
 } 
 .grad-depth-box > div{
     padding: 11px 20px;
 } 
 .grad-depth1 > .grad-depth-box > div{
     padding: 11px 20px 11px 80px;
 }
 .grad-depth2 > .grad-depth-box > div{
    padding: 11px 80px 11px 20px;
}
.grad-depth3 > .grad-depth-box > div{
    padding: 11px 20px 11px 80px;
}
 .grad-depth1 > .grad-depth-box.depthAfter::after{
     content: '';
     width: 490px;
     height: 560px;
     border: 3px solid #efefef;
     position: absolute;
     z-index: 0;
     bottom: 0;
     left: 0;
 } 
 .grad-depth2 > .grad-depth-box.depthAfter::after{
    content: '';
    width: 490px;
    height: 560px;
    border: 3px solid #efefef;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 26px;
} 
.grad-depth3 > .grad-depth-box.depthAfter::after{
    content: '';
    width: 560px;
    height: 1100px;
    border:0px solid #efefef;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
} 

 .grad-textBox{
     max-width: 1200px;
     margin: 0 auto;
     text-align: center;
     font-size: 18px;
     line-height: 36px;
     padding-top: 120px;
 }
 .grad-banner-img{
     background: url(../img/activity_grad-img.jpg) no-repeat;
     background-position: center;
     background-size: cover;
     width: 100%;
     height: 620px;
     margin:150px 0;
 }
 .grad-video-wrap{
     max-width: 1200px;
     margin: 0 auto;
     height: auto;
     padding: 0 50px;
     overflow: hidden;
 }
 .grad-video-wrap > .grad-video-inner{
     width: 100%;
     height: auto;
     background-color: #000;
     position: relative;
     padding-bottom: 56%;
 }
 .grad-video-wrap > .grad-video-inner > iframe,  .grad-video-wrap > .grad-video-inner object,  .grad-video-wrap > .grad-video-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 .grad-btn-nth1::before{
     content: '1기';
 }
 .grad-btn-nth2::before{
    content: '2기'
}
.grad-btn-nth3::before{
    content: '3기'
}
/*자동차 기술학교 끝*/
@media (max-width: 950px){
    .grad-depth-box-img1{
        width:400px;
    }
    .grad-depth1 > .grad-depth-box.depthAfter::after{
        width:400px;
    }
   }
/*참여 - 후원방법*/

.participation-wrap > .ptcp-slogan{
    max-width: 1200px;
    margin: 0 auto;
    color: #343434;
    padding: 85px 0 78px;
}
.participation-wrap > .ptcp-slogan > h1{
    font-size: 48px;
    line-height: 70px;
    font-weight: 300;
    text-align: center;
}
.participation-wrap > .ptcp-slogan > div{
    padding: 36px;
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
}
.support-thumbs{
    border: 1px solid #d2d2d2;
}
.support-thumbs > a > .se-scholar-caption > p{
    padding: 0 15px 26px;
}

.support-box{
    max-width: 1200px;
    margin:0 auto;
    position: relative;
    height: 750px;
}
.support-video-wrap{
    width: 100%;
    height: 657px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.support-video-btn{
    width: 80px;
    height: 80px;
    background-image: url(../img/btn-video.png);
    cursor: pointer;
    position: absolute;
    margin-top: -40px;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.support-download-btn{
    background-image: url(../img/support-download-btn.png);
    background-size: cover;
    width: 219px;
    height: 56px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ptcd-list-box{
    width: 100%;
    height: 443px;
    background-color: #fb9740;
    margin-top: 35px;
}
.ptcd-list-box > .ptcd-list{
    max-width: 1200px;
    margin:0 auto;
    height: 100%;
}
.ptcd-list-title{
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding: 42px 0;
    font-weight: normal;
    width: 100%;
    position: relative;
}
.ptcd-list-title > .list-more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -0.5px;
}
.ptcd-list-title > .list-more > span{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.ptcd-list-title > .list-more > span::before{
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.ptcd-slide-list {
    display: flex !important;
    padding: 0 10px;    
}
.ptcd-slide-list > .ptcd-slide-bg{
    width: 100%;
    height: 164px;
    background: #fff;
    margin: 0 auto;
}

.ptcd-slide-list-name{
    display: flex;
    padding: 14px 24px 9px;
    border-bottom: 1px solid #c4c4c4;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    align-items: center;
}
.ptcd-slide-list-name > span{
    display: inline;   
    font-weight: 500;
    padding-right: 10px;
}
.ptcd-list-content{
    padding: 14px 24px 9px;
    font-size: 18px;
}
.ptcd-list-content > span{
    display: block;
    width: 100%;
    font-weight: normal;
}
.ptcd-list-content > span.ptcd-list-jop{
    padding-bottom: 8px;
}

.support-list-btn-left{
    background: url(../img/support-list-btn-left.png) !important;
    width: 58px !important;
    height: 58px !important;
    left: -70px !important;
}
.support-list-btn-right{
    background: url(../img/support-list-btn-right.png) !important;
    width: 58px !important;
    height: 58px !important;
    right: -70px !important;
}
.slick-next:before, .slick-prev:before{
    color: transparent !important;
}
.se-support-bank{
    width: 100%;
    height: 260px;
    background: #6d4435;
    text-align: center;
    padding: 87px 0 0;
}
.se-support-bank-name{
    color: #fff;
    font-size: 29px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
}
.se-support-bank-box{
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding-top: 16px;
}
/*참여 - 후원방법 끝*/

/*참여 - 후원소식*/
.se-news{
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0 100px;
    color: #343434;
}
.se-news-title{
    text-align: center;
    font-size: 45px;
    font-weight: 500;
}

.se-news-search{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 50px 0 26px;
}
.selectAreas{ display: flex;}
.se-news-select{
    width: 154px;
    height: 40px;
    /*display: inline-block;*/
    text-align: left;
    padding-left: 5px;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    margin-right: 15px;
    cursor: pointer;
    display: none;
}
.se-news-cont{
    width: 360px;
    height: 40px;
    border: 1px solid #b2b2b2;
    position: relative;
    line-height: 40px;
    display: inline-block;
}
.se-news-cont > input.news-input{
    width: 275px;
    height: 100%;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px 0 10px;
}
.se-news-cont > .se-news-click{
    width: 85px;
    height: 100%;
    background-color: #444;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    text-align: center;
    outline: 1px solid #b2b2b2;
    line-height: 36px;
}
.news-list{
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 27px;
    font-size: 18px;
}
.news-list-table{
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #707070;
}
.news-list-table th{
    text-align: center;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    color: #000;
}
.news-list-table .news-list-tr{
    border-top: 1px solid #e4e4e4;;
}
.news-list-table .news-list-tr:hover{
    background-color: #dcdcdc;
    cursor: pointer;
}
.news-list-table .news-list-tr.list-first{
    background-color: #f8f8f8;
}
.news-list-table td{
    color: #343434;
    height: 70px;
    text-align: center;
}
.news-list-table td > a >.news-list-subCont{
    width: 650px;
    height: auto;
    display: inline-block;
    padding-left: 5px;
    overflow-x: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.news-list-table td.aline-left{
    text-align: left;
}

a.news-block{
    display: inline-block;
    color: #343434;
}
a.news-block:hover{
    display: inline-block;
    color: #343434;
}
.news-list-table td > a > i.se-list-rock{
    width: 18px;
    height: 18px;
    background: url(../img/se-list-rock.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-bottom: 5px;
}
.se-news > .scholar-paging{
    padding-top: 50px;
    padding-bottom: 0;
}
.news-list-num{
    padding: 0 20px;
}
.news-list-pp{
    padding: 0 20px;
}
/*참여 - 후원소식 끝*/

/*참여 - 기부자 명단*/
.se-md-content{
    max-width: 1200px;
    margin: 0 auto 120px;
}
.se-md-content::after, .se-md-content::before{
    content: '';
    display: block;
    clear: both;
}
.se-md-tabs{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.se-md-tabs > li{
    display: inline-block !important;
}
.se-md-tabs > li > a{
    color: #343434 !important;
    font-size: 23px;
    padding: 21px 30px !important;
}
.se-md-panel > div{
    padding: 0 20px; margin: 0;
    text-align: left;
}
/* .se-md-panel > div:nth-of-type(3n) > .se-mdTab-bg{
    float: right;
}
.se-md-panel > div:nth-of-type(3n + 1) > .se-mdTab-bg{
    float: left;
} */
.se-mdTab-bg{
    width: 100%;
    height: 164px;
    outline: 1px solid #707070;
    /* padding: 14px 34px; */
    margin: 35px auto 0;
    display: flex;
    overflow: hidden;
}
.se-mdTabName { flex: 1;}

.se-mdTab-img {
    width: 164px;
    height: 164px;
    background-color: #d8d8d8;
    border-right: 1px solid #707070;    
}
.se-mdTab-img.mdTaban {
    width: 190px;
    border-right: 0px;
}
.se-mdTab-img > .testImage{
    background: url(../img/vimg.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.se-mdTab-img > .testImage2{
    background: url(../img/jinimg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.se-mdTab-img > .profile-basic {
    background: url(../img/profile_basic.png) no-repeat;
    background-size: 80%;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.se-md-title{
    padding: 14px 24px 0;
    margin: 0;
    display: flex;
    font-size: 24px;
    height: 59px;
    line-height: 30px;
    border-bottom: 1px solid #c4c4c4;
}
.se-md-title > .se-md-name{
    display: inline-block;
    font-weight: 500;
}
.se-md-tabBox{
    padding: 16px 24px 0;
    font-size: 20px;
    line-height: 29px;
    font-weight: normal;
}
.md-se-paging{
    width: 100%;
    padding-top:0px;
}
.se-md-tabs{
    margin-bottom: 50px !important;
}
/*참여 - 기부자 명단 끝*/

/*게시판(상세페이지)*/
.se-board-detail{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 65px;
}
.se-board-detail-title{
    text-align: center;
    padding: 27px 70px;
}
.se-board-detail-title>.se-board-detail-title-main{
    font-size: 30px;
    line-height: 45px;
    font-weight: normal;
    color: #343434;
}
.se-board-detail-title-cont{
    width: 100%;
    text-align: center;
    padding-top: 16px;
}
.se-board-detail-title-cont > div{
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    color: #787878;
    padding: 0 15px;
    position: relative;
}
.se-board-detail-title-cont-user::after{
    content: 'ㆍ';
    display: block;
    clear: both;
    position: absolute;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
}

.se-board-detail-cont{
    width: 100%;
}
.se-board-detail-file{
    padding: 18px 17.5px 18px 0;
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
    width: 100%;
}
.se-board-detail-file tr > div{
    display: inline-block;
    padding: 0 15px;
}
.se-board-detail-file tr > td.se-board-detail-fileName{
    font-size: 16px;
    color: #343534;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 15px;
    width: 200px;
    height: 50px;
}
.se-board-detail-file tr > .se-board-detail-fileName::after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    /* transform: translateY(-55%); */
    right: 7px;
    width: 1px;
    height: 100%;
    background: #999;
}
.se-board-detail-file tr > .se-board-detail-fileFolder{
    font-size: 16px;
    line-height: 24px;
    color: #343534;
    font-weight: normal;
    padding: 10px;
}
.se-board-detail-file tr > .se-board-detail-fileFolder > div {
    cursor: pointer;
}
.se-board-detail-file tr > .se-board-detail-fileFolder > div:hover {
    text-decoration: underline;
}
.se-board-detail-box{
    padding: 20px 34.5px 54px;
    border-bottom: 1px solid #787878;
}
.se-board-detail-text{
    padding-bottom: 24px;
    font-size: 18px;
    color: #343434;
    line-height: 27px;
    font-weight: normal;
}
.se-board-detail-text::after, .se-board-detail-text::before {
    width:100%;
    content:'';
    display:block;
    clear:both;
    height: auto;
}
.se-board-detail-text > p > iframe {
    width: 100%;
}
.se-board-detail-aside{
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    height: 520px;
}
.se-board-detail-box-btn{
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
}
.se-board-detail-btn{
    position: absolute;
    right: 0;
}
.se-board-detail-btn > div{
    display: inline-block;
    margin-left: 15px;
    padding: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #343434;
    font-weight: normal;
    border: 1px solid #343434;
    cursor: pointer;
}
.se-board-detail-btn > div > a{
    display: block;
    width: 100%;
    height: 100%;
    color: #343434;
}
.se-board-detail-comment{
    background-color: #e2e2e2;
    padding: 18px 22px;
}
.se-board-detail-comment-user{
    width: 100%;
    position: relative;
}
.se-board-detail-comment-user > div{
    display: inline-block;
}
.se-board-detail-comment-user > div > input{
    width: 200px;
    height: 36px;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    margin-left: 11px;
    outline: 0;
    padding: 0 10px 0 10px;
}
.se-board-secretBox {
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.onModalTitle { font-size: 17px;}
.se-board-secretBox.onModal {
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    right: 47px;
    top: 35%;
    transform: translateY(-50%);
}
.se-board-detail-commentUser-pw{
    margin-left: 35px;
}
.se-board-detail-comment-box{
    width: 100%;
    margin-top: 15px;
}
.se-board-detail-comment-box.onModal{
    width: 100%;
    margin-top: 15px;
    position: relative;
}
.se-board-detail-comment-cont{
    width: 900px;
    height: 65px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.se-board-detail-comment-cont.onModal{
    width: 100%;
    height: 65px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    padding: 10px;
    outline: 0;
}
.se-board-detail-comment-submit{
    width: 100px;
    height: 65px;
    background:#fff;
    border: 1px solid #b2b2b2;
    font-size: 14px;
    color: #b2b2b2;
    box-sizing: border-box;
    margin-left: 15px;
}
.se-board-detail-comment-submit.onModal {
    position: absolute;
    right: 0;
}
.se-board-detail-comment-list{
    width: 100%;
    padding: 35px 0;
    margin-top: 40px;
}
.se-board-detail-comment-list-cont{
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #343434;
    line-height: 24px;
    border-top: 1px solid #707070;
    position: relative;
    /* border-bottom: 1px solid #707070; */
}
.se-board-detail-comment-list-cont::before{
    display: block;
    /*content: '댓글';*/
    position: absolute;
    font-size: 15px;
    color: #343434;
    left: 10px;
    top: -30px;
    font-weight: 500;
}
.lang-ko::before {
	content: '댓글';
}
.lang-en::before {
	content: 'Comments';
}
.se-board-detail-comment-list-cont > p.comment-none{
    font-size: 15px;
    text-align: center;
    color: #7e7e7e;
    cursor:default;
    display: none;
}
.se-board-detail-comment-list-cont > .comment-block{
    display: block;
    padding-top: 15px;
    
}
.comment-block-user{
    position: relative;
    width: 100%;
}
.comment-block-user > .comment-block-name{
    left: 0;
    font-size: 18px;
    color: #343434;
    font-weight: 500;
    display: inline-block;
}
.comment-block-user > .comment-block-name > span{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}
.comment-block-user > .comment-block-cont{
    right: 0;
    position: absolute;
    top: 0;
}
.comment-block-cont > ul > li{
    float: left;
}
.comment-block-cont > ul > li:nth-of-type(2){
    padding: 0 15px;
}
.comment-block-cont > ul > li > a::before{
    position: absolute;
    content: '|';
    display: inline-block;
    clear: both;
    left: -8px;
    font-size: 5px;
}
.comment-block-cont > ul > li:first-of-type > a::before{
    display: none;
}
.comment-block-cont > ul > li >a{
    display: block;
    font-size: 14px;
    color: #343434;
    font-weight: normal;
    position: relative;
}
.comment-block-cont::after, .comment-block-cont::before{
    content: '';
    display: block;
    clear: both;
}
.conmment-block-answer{
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #707070;
}
.comment-block-answer-inner{
    width: 100%;
    position: relative;
}
.comment-block-answer-inner > p{
    margin-bottom:0;
}
.comment-block-answer-inner > .se-list-rock {
    width: 18px;
    height: 18px;
    background: url(../img/se-list-rock.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-bottom: 5px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.comment-block-answer-inner > .se-list-rock + p {
    padding: 0 20px;
}
#modal-pwCheck { 
    padding: 0 !important;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.56);
    /*display: none;*/
    margin: 0 !important;
}
#modal-pwCheck > .modal-backdrop.in { display: none !important;}

.modal-dialog.pwCheckbox {
    background: #fff;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    padding: 20px;
    border-radius: 10px;
    margin: 0 !important;
}
#pwCheckbox2 {
    background: #fff;
    width: 60%;
    height: auto;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    margin: 0 !important;
}
.pwCheckbox > h1 {
    font-size: 17px;
}
.pwCheckbox > h1 > i { color: #fa7d2a;}
.pwCheckbox > .pwCheck-box1 {
    padding: 25px 0 ;
}
.pwCheckbox > .pwCheck-box1 > input {
    border: 1px solid #555;
    width: 100%;
    height: 40px;
    outline: 0;
    padding: 10px;
}
.pwCheckbox > .pwCheck-box2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pwCheckbox > .pwCheck-box2 > button {
    width: 70px;
    height: 35px;
    margin-left: 5px;
}
.pwCheckbox > .pwCheck-box2 > button[value="확인"]{
    width: 120px;
    background: #20a190;
    color: #fff;
}
.pwCheckbox > .pwCheck-box2 > button[value="Confirm"]{
    width: 120px;
    background: #20a190;
    color: #fff;
}
.pwCheckbox > .pwCheck-box2 > a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #20a190;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}
#pwRequest-box { display: flex; justify-content: flex-end; margin-top: 25px;}
#pwRequest-box > button {
    width: 70px;
    height: 35px;
    margin-left: 5px;
}
#pwRequest-box > button[value="확인"] {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #20a190;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}
#pwRequest-box > button[value="Confirm"] {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #20a190;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}
.hidden { display: none;}
.se-write{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.se-write-inner{
    width: 100%;
    height: auto;
    padding: 60px 0 0;
    transform: translateY(-150px);
    background-color: #fff;
}
.se-write-title{
    text-align: center;
    font-size: 45px;
    color: #343434;
}
.se-write-box{
    padding: 43px 0;
}
.se-write-box > form{
    width: 100%;
}
.se-write-box > form > .se-write-user{
    padding: 45px 90px;
    position: relative;
}
.se-write-box > form > .se-write-user > .se-write-secret{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 25px;
}
.se-write-box > form > .se-write-user > .se-write-secret > .se-write-secret-inner{
    position: absolute;
    right: 0;
    top: 0;
}
 .se-write-secret > .se-write-secret-inner > label{
    display: inline-block;
    padding-left: 8px;
    font-size: 15px;
    color: #343434;
    font-weight: normal !important;
}
.se-write-box > form > .se-write-user > div{
    width: 100%;
    margin-top: 5px;
    display: flex;
}
.se-write-box > form > .se-write-user > div > div{
    display: inline-block;
    font-size: 18px;
    color: #343434;
    font-weight: 500;
    text-align: left;
}
.se-write-box > form > .se-write-user > div > div > input{
    height: 36px;
    width: 100%;
    border: 1px solid #787878;
    outline: 0;
    padding: 0 10px;
}

.se-write-user-text{
    width: 100px;
    height: 52px;
}
.se-write-user-input{
    width: 895px;
    height: 52px;
    flex: 1;
}
.se-write-user-text > span{
    display: inline-block;
    color: #d21a1a;
    font-size: 20px;
}
.se-write-cont{
    width: 100%;
    padding: 0px 90px;
}
.se-write-cont > textarea{
    width: 100%;
    height: 100%;
    border: 1px solid #787878;
    outline: 0;
    padding: 10px;
    vertical-align: top;
}
.se-write-file{
    padding: 45px 90px;
}
.se-write-file-inner{
    width: 100%;
    display: block;
    flex-wrap: wrap;
}
.se-write-file-inner > div{
    font-size: 18px;
    color: #343434;
    font-weight: 500;
    margin: 0;
}
.se-write-file-text{
    width: 100px;
    height: auto;
    padding: 10px 0;
    font-weight: 400;
}
.se-write-file-input{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex !important;
    flex: 1;
}
.se-write-file-input.fileListInner {
    overflow: inherit;
}
.se-write-file-input.fileListInner table { width: 100%;}
.se-write-file-input.fileListInner #fileList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
}
.se-write-file-input.fileListInner #fileList > .exisFile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.se-write-file-input.fileListInner #fileList > .exisFile > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 150px;
    flex: 1;
    padding: 0 10px;
}
.se-write-file-input.fileListInner #fileList > .exisFile > button {
    font-size: 15px;
    padding: 5px;
    background: #b2b2b2;
    color: #fff;
    border-radius: 7px;
    transition: all 0.2s;
}
.se-write-file-input.fileListInner #fileList > .exisFile > button:hover {
    background: rgb(190, 63, 63);
    border: 0;
    outline: 0;
}
.se-write-file-input > input[type="file"] {
    font-size: 200px; 
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 40px;
}
.file_input_textbox {
    font-size:14px;
    height:40px;
    padding:0;
    border: 1px solid #787878;
    flex: 1;
    margin-right: 8px;
  }
  
.se-write-file-input > .btn-file-input {
    display: inline-block;
    width: 120px;
    height: 40px;
    border:0;
    background:#fff;
    padding:0 20px;
    color:#787878;
    border: 1px solid #787878;
    cursor: pointer;
}
.btn-file-input-hover{
    display: inline-block;
    width: 120px;
    height: 40px;
    border:0;
    cursor: pointer;
    background:#fff;
    padding:0 20px;
    color:#787878;
    border: 1px solid #787878;
}

.se-write-form{
    text-align: center;
}
.se-write-form > div{
    display: inline-block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.se-write-form > .se-write-user-cancle{
    margin-right: 7px;
}
.se-write-form > .se-write-user-submit{
    margin-left: 7px;
}
.se-write-form > .se-write-user-submit.on > a{
    border: 1px solid #0f59c8;
    color: #0f59c8;
}

.se-write-form > div > a{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #787878;
    color: #787878;
    box-sizing: border-box;
}
.note-modal-footer { margin-bottom: 10px;}
.board-secret{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url(../img/se-board_secret-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.board-secret-inner{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #343434;
}
.board-secret-box{
    padding: 44px 120px 54px;
    background: #fff;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: 45%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.board-secret-title{
    font-size: 30px;
    font-weight: 500;
}
.board-secret-sub-box{
    padding: 0 19px 42px;
}

.board-secret-sub-box.login-sub-box{
    padding: 0 19px 20px;
}
.board-secret-sub-box > span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #c71c1c;
    font-weight: 500;
}
.board-secret-pw{
    display: flex;
}
.board-secret-pw > span{
    display: inline-block;
    line-height: 40px;
    padding-right: 15px;
    font-size: 16px;

}
.board-secret-pw > input{
    flex: 1;
    border: 1px solid #343434;
    height: 40px;
    padding: 0 10px;
    outline: 0;
    width:340px;
}
.board-secret-pw.log-text{
    margin-top:10px;
}
.board-secret-pw.log-text > span{
    width: 80px;
    text-align: left;
}
.board-secret-check{
    text-align: center;
    margin-top: 45px;
}
.board-secret-check > div{
    display: inline-block;

}
.board-secret-check > .secret-ok > a{
    border: 1px solid #0f59c8;
    color: #0f59c8;
    margin-right: 0px;
    margin-left: 10px;
}
.board-secret-check > div > a{
    border: 1px solid #787878;
    color: #787878;
    margin-right: 10px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 45px;
}

.board-log{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url(../img/se-board_login-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.board-secret-login{
    width: 100%;
}
.board-secret-logbox{
    width: 200px;
    height: 44px;
    margin: 0 auto;
    margin-top: 40px;
}
.board-secret-logbox > a{
    display: block;
    border: 1px solid #0f59c8;
    color: #0f59c8;
    font-size: 16px;
    line-height: 44px;
}
.donate-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.donate-wrap.volunteBox {
    padding: 92px 0 187px;
    text-align: center;
}
.donate-wrap.volunteBox > .volunteVideo {
    /* padding-bottom: 56%; */
    position: relative;
    margin: 60px 0;
}
.donate-wrap.volunteBox > .volunteVideo > iframe, .donate-wrap.volunteBox > .volunteVideo > object, .donate-wrap.volunteBox > .volunteVideo > embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.donate-wrap.volunteBox > h1 {
    font-size: 48px;
}
.donate-wrap.volunteBox > p {
    font-size: 20px;
    line-height: 33px;
    padding-top: 30px;
}
.donate-wrap.volunteBox > span {
    display: block;
    width: 100%;
    background: #efefef;
    font-size: 23px;
    color: #646464;
    padding: 23px 0;
    margin-top: 55px;
}
.donateTitBox {
    text-align: center;
    padding: 70px 0;
}
.donateTitBox > p {
    font-size: 18px;
    padding: 0 100px;
    padding-top: 32px;
}
.donateDownload {
    display: flex;
    align-items: center;
    justify-content: center;
}
.donateDownload > button {
    padding: 20px;
    border: 1px solid #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    outline: 0;
    outline-offset: 0;
    transition: all 0.5s;
}
.donateDownload > button:hover {
    outline: 1px solid #c5c5c5;
    outline-offset: 10px;
    outline-color: transparent;
}
.donateDownload > button > i {
    margin: 0 7px;
}
.donate-inner {
    width: 100%;
    min-width: 1200px;
    height: 1237px;
    background: #fb9740;
    margin-top: 500px;
    position: relative;
}
.donate-inner > .donateVideo {
    position: absolute;
    width: 1200px;
    height: 657px;
    background: black;
    left: 50%;
    top: -30%;
    transform: translateX(-50%);
}
.donateTable {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-top: 2px solid #b4b4b4;
}
.donateTable tr {
    border-bottom: 1px solid #c9c9c9;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.donateTable tr td { font-size: 18px; display: block;}
.donateTable tr td:first-of-type { width:150px; text-align: center;}
.donateTable tr td:last-of-type { 
    flex: 1; 
    text-align: left; 
    padding: 0 10px;
}
.donate-inner > .donateSlider {
    padding-top: 350px;
    max-width: 1200px;
    margin: 0 auto;
}
.donate-inner > .donateSlider > .nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.donate-inner > .donateSlider > .donateTitle {
    text-align: center;
    font-size: 48px;
    color: #fff;
    padding-bottom: 30px;
}
.donateTit {
    margin: 100px 0 50px;
}
.gallery-thumbs {
    height: 70px;
    padding: 10px 0 0;
    border-bottom: 1px solid #d67f1b;
}
.gallery-thumbs > .swiper-wrapper > .swiper-slide {
    width: 120px;
    height: 100%;
    opacity: 0.4;
    font-size: 21px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.gallery-thumbs > .swiper-wrapper > .swiper-slide > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-thumbs > .swiper-wrapper > .swiper-slide.swiper-slide-active {
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    opacity: 1;
}
.yearsImage > .swiper-wrapper > .swiper-slide {
    width: 120px;
    height: 50px;
    line-height: 50px;
    opacity: 0.4;
    font-size: 19px;
    color: #707070;
    text-align: center;
    cursor: pointer;
    border: 1px solid #707070;
    margin-right: 20px;
}
.yearsImage > .swiper-wrapper > .swiper-slide.swiper-slide-active{
    border-color: #4068cf;
    color: #4068cf;
    opacity: 1;
}
.galleryListMobile { display: none;}
.donateSwiper {
    background-color: #fff;
    height: 420px;
    font-size: 50px;
}
.slick-prev.donate-prev , .slick-next.donate-next {
    background: transparent !important;
    border-radius: 100%;
    z-index: 1;
}
.slick-prev.donate-prev::before , .slick-next.donate-next::before {
    color: #fff !important;
    font-size: 50px;
}
.slick-prev.donate-prev:focus , .slick-next.donate-next:focus,.slick-prev.donate-prev:hover , .slick-next.donate-next:hover {
    background: transparent !important;
}
.slick-prev.donate-prev {
    left: 0;
    width: 50px;
    height: 50px;
}
.slick-next.donate-next {
    right: 0;
    width: 50px;
    height: 50px;
}
.post-wrapper {
    padding: 20px 60px 0;
}
.post-wrapper .post {
    width: 383px;
    height: 400px;
    padding: 15px;
}
.post-wrapper .post .postInner{
    width: 100%;
    height: 100%;
}
.postInner > .post-img {
    width: 100%;
    height: 230px;
    background: url(../img/basic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.postInner.schoInners > .post-img{
    width: 200px;
    height: 200px;
    background: #eee;
    border-radius: 100%;
    margin: 0 auto;
}
.postInner > .post-donator {
    background-color: #fff;
}
.postInner > .post-donator > p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 21px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0 !important;
}
.postInner.schoInners > .post-donator > p  {
    justify-content: center;
    border-bottom: 0;
    text-align: center;
}
.postInner > .post-donator > p > span {
    display: inline-block;
    font-weight: bold;
}
.postInner > .post-donator > p > span::after {
    content: '님';
    padding-left: 5px;
}
.postInner > .post-donator > div {
    padding: 15px;
}
.postInner > .post-donator > div > span {
    display: block;
    font-size: 18px;
}
.donateSwipers:not(.swiper-slide-active){
    opacity: 0 !important;
}
.donate-dots { display: none !important;}
.donateInfo {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    text-align: center;
}
.donateInfo > h1 {
    font-size: 30px;
}
.donateInfo > p {
    font-size: 23px;
}
.donate-table {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0 0;
}
.donate-table > .donate-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: inline-block;
}
.donate-table > .donate-container > div { padding-bottom: 50px;}
.donate-table > .donate-container .donate-thumb > .donate-thumb-img {
    height: 260px;
    background: #d2d2d2;
}
.donate-news-not-exist {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #cecece;
    padding-top: 30px;
}
.post-wrapper2 { padding: 50px; background: #fff;}
.slick-prev.scholo-prev, .slick-next.scholo-next {
    background: #fff !important;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.slick-prev.scholo-prev { left: 0; top: 42%;}
.slick-next.scholo-next { right: 0; top: 42%;}
.slick-next.scholo-next::before, .slick-prev.scholo-prev::before {
    color: #7c7c7c !important;
    width: 100%;
    height: 100%;
    font-size: 35px;
    display: block;
    transform: scaleY(2);
    font-family: 'Noto Sans Korean','Noto Sans KR', '본고딕' , sans-serif;
}
.scholo-next.slick-next:before{ content: '>';}
.scholo-prev.slick-prev:before{ content: '<';}
.swiper-button-prev.scholo-prev, .swiper-button-next.scholo-next {
    background-size: 20px 30px;
}
.date-box{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
    flex:1;
    margin-right: 20px;
}
.date-box > label{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    padding:0 30px 0 0px;
    font-weight: normal;
}
.datePick{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.datePick > label{
    width: 100%;
    max-width: 160px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}
.datePick > label > input{
    width: 160px;
    padding: 0 10px;
    box-sizing: border-box;
    outline:0;
    font-weight: normal;
    border: 1px solid #b2b2b2;
    height: 40px;
}
.datePick > label > input::placeholder {
    color: #ddd;
}
.datePick-hipen{
    width: 16px;
    margin: 0 10px;
    background: gray;
    height: 1px;
}

/*responsive*/
@media (max-width:1199px){
    .banner{ height: 258px;}
    .banner .banner-bg{
        background: url(../img/m-banner-bg.png);
        background-size: cover;
        background-position:center ;
        background-repeat: no-repeat;
        height: 258px;
        position: relative;
    }
    .banner .banner-bg.banner-bg.activity{
        background: url(../img/m-banner-bg2.jpg);
        background-size: cover;
        background-position:center ;
        background-repeat: no-repeat;
        height: 258px;
        position: relative;
    }
    .location{
        height: 26px;
        position: relative;
    }
    .location > ul > li{
        line-height: 26px;
        color: #414141;
        font-size: 12px;
    }
    .tab-content { padding-top: 30px;}
    .tabSlideDiv { width: 100%;}
    .tabBtnBox { top: 88px;}
    .icon-heart{
        width: 22px;
        height: 22px;
        background-size: cover;
    }

    .se-seo{
        padding-top: 50px;
    }
    .section > article{
        margin-top: 40px;
    }
    .se-sub-title{
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .se-sub-title-content{
        font-size: 18px;
    }
    .se-sub-pc{ display: none;}
    .se-sub-mobile{display: block;}
    .m-padding{
        padding: 0 20px;
    }
    .section > article{
        margin-top: 40px;
    }
    .object-title{
        padding-top:50px;
        margin: 0;
        font-size: 24px;
    }
    .object-box{
        padding-top: 28px;
    }
    .object-box > .object-img{
        padding-right: 0px; 
        padding-left: 0px;
    }
    .object-box > .object-img > .object-img-box{
        width: 100%;
        height: 350px;
        background: url(../img/se.jpg) no-repeat;
        background-position: center;
        background-size: contain;
    }
    .object-text{
        padding: 0px !important;
    }
    .object-text > .object-text-slogan{
        display: none;
    }
    .object-text-content{
        padding-top: 0px;
        font-size: 18px;
    }
    .bold-mobile{
        font-weight: 500;
    }
    .object-text-content:last-of-type{
        padding-top: 20px;
        line-height: 1.77;
    }

    .object-wrap{
        padding-top: 45px;
        display: block;
        margin: 0 auto;
    }
    .object-wrap > .se-work-box:first-of-type > .object-system-inner{
        background: url(../img/se-work-img1-m.png);
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        border: 0;
    }
    .object-wrap > .se-work-box:nth-of-type(2) > .object-system-inner{
        background: url(../img/se-work-img2-m.png);
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        border: 0; 
    }
    .object-wrap > .se-work-box:last-of-type > .object-system-inner{
        background: url(../img/se-work-img3-m.png);
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        border: 0;
        position: relative; 
    }
    .object-goal{
        font-size: 21px;
    }
    .object-goal-sub{
        padding: 10px 20px 0;
        font-size: 18px;
    }
    .osi-pc{ display: none;}
    .osi-m{ 
        display: block;
        margin: 0 auto;
    }
    .object-system .object-system-img{
        padding: 10px 0 0px;
    }
    .object-listz > .object-system-inner > .object-system-text{
        font-size: 21px;
        margin: 0;
        padding-bottom: 5px;
    }
    .object-wrap > .se-work-box > .object-system-inner >.object-system-text{
        font-size: 20px;
        margin: 0;
        padding-bottom: 5px;
    }
    .object-system .object-system-subtext{
        font-size: 16px;
        margin: 5px 0 0;
        padding: 0 13px 50px;
    }
    .object-talk{
        font-size: 18px;
        text-align: center;
        padding: 31px 0px 0;
        letter-spacing: -0.5px;
    }
    .object-wrap > .se-work-box > .object-system-inner >.object-system-subtext{
        margin: 0;
        padding-top: 25px;
        font-size: 16px;
    }

    .se-work-box > .object-system-inner > .object-system-num{
        padding-top: 50px;
        font-size: 30px;
        margin: 0 0 0 0;
    }
    .se-work-box > .object-system-inner > .object-system-subtext{
        line-height: 1.77;
        margin: 0 0 0 ;
    }
    .se-object-footer{
        margin: 62px 0 0;
        height: 142px;
    }
    .se-object-footer-text > p{
        font-size: 16px;   
        padding-top: 47px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .se-ceo-tab>li > a{  font-size: 17px;}
    .tab-box1{  padding-top: 40px; }
    .tab-title{
        line-height: 23px;
        font-size: 18px;
        margin: 0 !important;
    }
    .tab-title.tab-big-title{ font-size: 20px;}
    .br{
        display: block;
        font-style: normal;
    }
    .tab-box1-content{
        font-size: 16px;
        padding: 34px 20px 0;
    }
    .tab-ceo-sign{
        font-size: 16px;
        padding-top: 40px;
    }
    
    .se-ceo-profile{
        margin: 70px auto;
        padding: 0 20px;
    }
    .se-ceo-profile > .col-lg-8{
        padding: 0 !important;
    }
    .ceo-profile-detail-depth{
        width: 20%;
        padding: 0;
        text-align: center;
        font-size: 16px;
    }
    .se-ceo-profile-detail-box{
        width: 80%;
        font-size: 16px;
        line-height: 24px;
    }
    .se-detail-name{
        font-size: 25px;
        margin: 0;
    }
    .se-detail-school{
        font-size: 16px;
        padding: 5px 0;
    }
    .news_board_title{
        font-size: 22px;
        padding-bottom: 19px;
    }
    .news_board{ padding-bottom: 80px;}
    .table-tr > th{ font-size: 16px;}
    .table-content > a{
        width: 650px;
        padding-left: 5px;
    }
    .table-tr > td > a{ font-size: 16px;  }
    .th-none{ display: none; }
    .table-responsive{
        padding: 0 20px;
        border: 0 !important;
    }
    .se-paging{ justify-content: left;  }
    .se-paging-btn-prev{ display: none; }
    .se-paging-btn-next{ display: none; }
    .se-paging-num{ display: none;}
    .se-paging-num-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #787878;
        padding: 0 5px;
    }
    .se-paging-num-mobile > a{
        display: inline-block;
        color: #787878;
    }
    .se-paging{  margin-top: 20px; }
    .se-activity-tab > ul > li.activity_btn{ padding: 15px 0;}
    .se-activity-tab > ul > li.activity_btn > a{ font-size: 24px;}
    .scholar-box1{ padding: 100px 20px 100px;
    }
    .scholar-box1-text{
        font-size: 21px;
        line-height: 32px;
    }
    .se-activity-tab > ul{  margin-top: 30px; }
    .scholar-box1-subtext{
        font-size: 16px;
        line-height: 32px;
    }
    .scholar-box2-bg > .scholar-box2-text-wrap > .scholar-box2-text.boxText2{
        padding-top: 25px;
    }
    .scholar-box2-bg > .scholar-box2-text-wrap > .scholar-box2-text{
        font-size: 16px;
        line-height: 32px;
    }
    
    .scholar-letter-text > .letter-text-title{
        font-size: 21px;
        line-height: 34px;
    }
    .scholar-letter-text >.letter-text-sub{
        font-size: 16px;
        line-height: 32px;
    }
    .scholar-letter > div{ padding: 0;}
    .scholar-letter-after{
        font-size: 16px;
        line-height: 32px;
    }
    .scholar-letter-after > .letter-after1{ padding: 80px 0 50px;}
    .scholar-middle-bg{
        height: auto;
        padding: 50px 0;
        line-height: 32px;
        font-size: 16px;
    }
    .scholar-title{
        font-size: 34px;
        padding: 0 0 25px;
    }
    .se-scholar-caption > h3{
        font-size: 21px;
        line-height: 28px;
    }
    .scholar-activitys{padding: 0 20px;}
    .scholar-paging.scholar-inner-paging{  padding: 0 20px 120px;}
    .scholar-paging.tech-paging{ padding: 0 20px 120px;}
    .activity-list-wrap{ padding: 0 20px;}
    .activity_table-content{ font-size: 18px; }
    .activity_table-title{
        font-size: 21px;
        padding-bottom: 15px;
    }
    .activity_table-step > li > .step-text{ font-size: 18px; }
    .step-text-interview{ font-size: 14px;}
    .activity_table-lastTxt{ font-size: 18px;}
    .participation-wrap > .ptcp-slogan > h1{ font-size: 32px;}
    .participation-wrap > .ptcp-slogan > div{ font-size: 18px; padding: 0;}
    .support-video-wrap{ height: 600px;}
    .support-box{ height: 680px;}
    .ptcd-list-title{ font-size: 32px;}
    .ptcd-list-title > .list-more{right: 20px;}
    .participation-wrap > .scholar-paging{ padding: 0 20px 120px;}
    .support-thumbs > a > .se-scholar-caption > p{margin: 0;}
    .se-md-content{
        margin: 0 auto 0;
        padding: 0 20px;
    }
    .md-se-paging{  padding-top: 20px; }
    .se-md-panel > div:nth-of-type(3n) > .se-mdTab-bg{
        float: none;
        clear: both;
    }
    .se-md-panel > div:nth-of-type(3n + 1) > .se-mdTab-bg{
        float: none;
        clear: both;
    }
    .se-mdTab-bg{
        width: 100%;
        height: 100%;
    }
    .se-md-tabs{ margin-top: 40px;}
    .se-md-tabs > li > a{
        font-size: 18px;
        padding: 10px 15px !important;
    }
    .support-paging{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .se-md-title{
        font-size: 16px;
        line-height: 20px;
        height: 47px;
    }
    .se-md-tabBox{
        font-size: 14px;
        line-height: 19px;
        padding: 10px 24px 0;
    }
    .lead-people{ padding: 0 20px;}

    .se-board-detail{ padding: 0 20px;}
    .se-board-detail-comment-box{ display: flex; }
    .se-board-detail-comment-cont{
        width: auto;
        flex: 1;
    }
    .se-board-detail-file{ display: block;}

    /*기술학교*/
    .grad-list-wrap > div.grad-depth3{
        padding: 0 20px 150px;
    }
    .grad-intro{
        font-size: 16px;
        line-height: 32px;
        padding: 150px 20px;
    }
    .grad-depth1 > .grad-depth-box > div{
        padding: 11px 20px 11px 40px;
        font-size: 16px;
        line-height: 32px;
        position: relative;
    }
    .grad-depth1 > .grad-depth-box > div{
        padding: 11px 20px 11px 40px;
        font-size: 16px;
        line-height: 32px;
    }
    .grad-depth2 > .grad-depth-box > div{
        padding: 11px 40px 11px 20px;
        font-size: 16px;
        line-height: 32px;
    }
    .grad-depth3 > .grad-depth-box > div{
        font-size: 16px;
        line-height: 32px;
        padding: 11px 20px;
    }
    .grad-textBox{
        font-size: 16px;
        line-height: 32px;
    }
    .grad-banner-img{ height: 400px;}
    .se-news{  padding: 28px 20px 100px;}
    .news-list-table th{ font-size: 16px;}
    .news-list-table th{
        height: 50px;
        line-height: 50px;
    }
    .se-news-title{font-size: 32px;  }
    .se-ceo-tab.tabSlideUl .tbSlider { width: 141px; }
}

@media (max-width:1270px){ 
    .se-board-detail-comment-user.onModal {
        display: flex;
    }
    .se-board-detail-comment-user.onModal > * { flex: 1;}
    .se-board-detail-comment-user.onModal > div > input { width: 100%; margin-left: 0;}
    .se-board-secretBox.onModal {
        position: relative;
        margin-top: 10px;
        right: 0;
        top: 0;
        transform: translate(0);
    }
    .se-board-detail-commentUser-pw.onModal { margin-left: 0;}
}

@media (max-width:1200px){
    #ptcd-slick-slider > .slick-list > .slick-track > .slick-slide{
        transform: translate3d(0px, 0px, 0px) !important;
    } 
    .donate-inner { min-width: 100%;}
    .donateInfo { width: 90%; }
    .donate-table { width: 100%;}
    .donate-wrap.volunteBox { padding: 92px 20px 187px; }
    .donate-wrap.volunteBox > h1 { font-size: 40px;}
    .donate-wrap.volunteBox > p { font-size: 18px;}
}
@media (max-width:1024px){
    .se-news-search { display: block;}
    .date-box{ margin-bottom: 25px; margin-right:0px;}
    .se-news-search > .date-box > label { font-size: 14px;}
    .date-box > .datePick > label > input{ height: 35px;}
    .selectAreas > .se-news-cont{
        width: 100%;
        height: 35px;
    }
    .se-news-select { height: 35px;}
    .ptcd-list-content { font-size: 14px;}
    .ptcd-slide-list-name { font-size: 17px;}
    .se-mdTab-img.mdTaban { width: 170px; height: 150px;}
    .ptcd-slide-list > .ptcd-slide-bg { height: 150px;}
    .ptcd-list-content { padding: 10px 24px 9px;}
    .se-ceo-tab.tabSlideUl .tbSlider {
        width: 151px;
    }
    .donate-inner > .donateVideo { width: 100%; height: 540px;}
    .slick-next.donate-next { right: 20px;}
    .slick-prev.donate-prev { left: 20px;}
    .donate-wrap.volunteBox > p { font-size: 17px;}
    .donate-wrap.volunteBox > p > br { display: none;}
    .donate-wrap.volunteBox > span { font-size: 20px;}
    .knowledgeWrap > .knowledge-inner { transform: translate(-50%, -50%);}
    .knowledgeWrap > .knowledge-inner > .knowledge-box > h1 { font-size: 32px;}
    .knowledgeWrap > .knowledge-inner > .knowledge-box > a { width: 250px; height: 50px; line-height: 50px; font-size: 16px; margin-top: 45px;}
}
@media (max-width:980px){
    .se-news{ padding: 28px 20px 50px; }
    .news-list{font-size: 13px;}
    .news-list-num, .news-list-pp{ display: none;}
    .news-list-table td{ height: 52px; }
    a.news-block > i.se-list-rock{ margin: 0 0 3px 5px;}
    a.news-block > a > .news-list-subCont{ padding-top: 7px; }
    .se-news-cont > .se-news-click{
        font-size: 13px;
        line-height: 34px;
    }
    .se-news-cont > input.news-input{
        width: 100%;
        padding: 0 100px 0 10px;
    }
}

@media (max-width:840px){
    .news-list-table.fd-board-table td > a >.news-list-subCont{ width: 300px;}
    .attachments.fd-board-table > .attachments-img { width: 20px; height: 20px;}
}
@media (max-width:820px){
    .se-mdTab-img.mdTaban { height: 125px;}
    .ptcd-slide-list > .ptcd-slide-bg { height: 125px; }
    .ptcd-list-content { padding: 5px 15px 7px;}
    .ptcd-slide-list-name { padding: 5px 15px 7px;}
    .ptcd-list-box {  height: 350px;}
}
@media (max-width: 800px) {
    .news-list-table td > a > .news-list-subCont{ width: 290px;}
    .news-list-table th{
        font-size: 13px;
        font-weight: normal;
    }
    .donate-inner > .donateVideo {
        position: relative;
        width: 100%;
        height: 420px;
    }
    .donate-inner > .donateSlider { padding-top: 0; }
    .donate-inner > .donateVideo { height: 420px;}
    .donateInfo > h1 { font-size: 24px;}
    .donateInfo > p {  font-size: 19px;}
    .donate-table > .donate-container > div { padding-bottom: 20px;}
    .donateTable tr { height: 50px;}
    .donateTable tr td { font-size: 15px;}
}
@media (max-width:768px){
    .se-board-detail{
        padding: 0 20px;
    }
    .se-board-detail-comment-box{  display: flex;}
    .se-board-detail-comment-cont{
        width: auto;
        flex: 1;
    }
    .se-board-detail-comment-user{  display: flex;}
    .se-board-detail-commentUser-pw{  margin-left: 15px;}
    .se-board-detail-comment-user > div > input{
        width: auto;
        width: 150px;
    }
    .se-board-detail-box-btn{
        padding: 13px 0 26px;
        height: 62px;
    }
    .se-board-detail-btn > div{  
        margin-left: 7px;
        font-size: 12px;
        width: 50px;
        height: 30px;
        line-height: 30px;
    }
    
    .se-board-detail-box{padding: 15px 0px 24px; }
    .se-board-detail-title{
        border-top: 2px solid #3d3d3d;
        border-bottom: 1px solid #707070;
        margin-top: 25px;
    }
    .se-board-detail-file{ display: none;}   
    .se-board-detail-comment-cont.onModal {height: 40px; padding: 10px;}
    .se-board-detail-comment-submit.onModal {position: relative; right: 0;height: 40px; margin-left: 5px;}
    .se-board-detail-file tr > td.se-board-detail-fileName {  width: 100px;}
    .comment-block-user > span {
        display: block;
        font-size: 12px;
    }
    .conmment-block-answer { padding: 10px 0;}
    .board-secret-title{ font-size: 21px;}
    .board-secret-box{ padding: 33px 90px;}
    .board-secret-sub-box{ padding: 20px 19px;}
    .board-secret-sub-box > span{
        font-size: 14px;
        line-height: 15px;
    }
    .board-secret-pw > span{
        font-size: 14px;
        line-height: 30px;
    }
    .board-secret-pw > input{
        height: 30px;
        width:auto;
    }
    .board-secret-check > div > a{
        font-size: 13px;
        padding: 8px 33px;
    }
    .board-secret-check{  margin-top: 25px;}
    .board-secret-pw.log-text > span{   width: 70px;}  
    .mobile-none{ display: none;}
    .submenu-titles{
        font-size: 24px;
        padding-top: 35px;
        padding-bottom: 35px;
        line-height: 1.5;
        font-weight: bold;
    }
    .history-wrap{ padding: 0 20px; display: block;}
    .history-wrap > .history-year{ padding: 8px 0;}
    .history-wrap > .historybox{ width: 100%; }
    .history-wrap > .history-year{ width: 100%;}
    .history-wrap > .history-content{ padding: 10px 5px;}
    .history-wrap > .history-year > h1{font-size: 26px;}
    .history-wrap > .history-content > ul > li{ font-size: 16px;}    
    .table-content > a{ width: 500px; padding-left: 5px;}
    .lead-people{ padding: 0 20px;}
   .se-activity-tab > ul{ margin-top: 35px;}

    .se-activity-tab > ul > li.activity_btn{padding: 0;}
    .se-activity-tab > ul > li.activity_btn > a{font-size: 16px;}
    .scholar-box1{ padding: 80px 0 70px 0;}
    .scholar-box1.scholar-box1-letter{padding: 57px 20px 70px 20px; }
    .scholar-box1-text{ font-size: 16px;  line-height: 24px;  padding: 30px 20px;}
    .scholar-box1-text::after, .scholar-box1-text::before{ width: 17px;height: 17px;}
    .scholar-box1-img{  height: 267px; margin-top: 35px;}
    .scholar-box1-subtext{
        font-size: 14px;
        padding: 35px 20px 0;
        line-height: 23px;
        text-align: left;
    }
    .scholar-box2-bg{
        background: url(../img/activity_scholar-bg-m.png);
        background-size: cover;
        background-position: left;
    }
    .scholar-box2-bg > .scholar-box2-text-wrap{
        width: 100%;
        position: relative;
    }
    .scholar-box2-bg > .scholar-box2-text-wrap > .scholar-box2-text{
        font-size: 14px;
        line-height: 23px;
        padding: 0 20px;
    }
    .scholar-letter-text > .letter-text-title{
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .scholar-letter-text >.letter-text-sub{
        font-size: 14px;
        line-height: 23px;
    }

    .scholar-letter-after{
        font-size: 14px;
        line-height: 23px;
        text-align: left;
    }
    .scholar-letter-after > .letter-after1{
        padding: 35px 0;
    }
    .scholar-middle-bg{
        font-size: 14px;
        line-height: 23px;
        padding: 50px 20px;
        text-align: left;
        height: auto;
    }

    .scholar-activitys{
        margin: 60px auto 0;
    }
    .scholar-title{
        font-size: 20px;
        line-height: 29px;
        padding: 0 0 20px;
    }
    .se-scholar-caption > h3{
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
    }
    .se-scholar-caption > p{
        font-size: 12px;
        line-height: 10px;
    }
    .scholar-activitys > .scholar-container > div{
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .scholar-activitys > .scholar-container > div:nth-of-type(2n){
        padding-left: 10px;
    }
    .scholar-activitys > .scholar-container > div:nth-of-type(2n - 1){
        padding-right: 10px;
    }
    .scholar-paging{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
    }
    .activity_tabs > .tab > .slider .slick-track{
        margin-left: 0px;
    }
    .activity_item{
        height: auto;
    }
    .activity_item-img{
        width: 90px;
        height: 90px;
    }
    .activity_list-btn{
        width: 78px;
        height: 32px;
        font-size: 13px;
    }
    .activity_item-name{
        font-size: 12px;
        line-height: 15px;
    }
    .list-btn-nth1::before{
        content: '1기';
        width: 78px;
        height: 32px;
        line-height: 32px;   
    }

    .list-btn-nth2::before{
        content: '2기';
        width: 78px;
        height: 32px;
        line-height: 32px;   
    }

    .list-btn-nth3::before{
        content: '3기';
        width: 78px;
        height: 32px;
        line-height: 32px;   
    }
    .activity_table_wrap{
        margin: 60px auto 0;
        padding: 0 20px;
    }
    .activity_table-title{
        font-size: 18px;
        width: 100%;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .activity_table-content{
        width: 100%;
        font-size: 14px;
        line-height: 23px;
        font-weight: normal;
    }
    .activity_table-content > p{
        margin: 0;
    }
    .activity_table-content.se-table-condition > p:nth-of-type(2){
        padding: 10px 0;
    }
    .activity_table-border{
        width: 100%;
        margin-top: 15px !important;
        border: 1px solid #707070;
    }
    .activity_table-step{ margin: 0;}
    .activity_table-step > li{
        width: 100%;
        clear: both;
        height: 67px;
        padding: 10px 17px;
        border: 1px solid #707070;
    }
    .activity_table-step > li > .step-num{
        font-size: 16px;
        font-weight: normal;
        display: inline-table;
    }
    .activity_table-step > li > .step-text{
        font-size: 15px;
        font-weight: normal;
        display: inline-table;
        margin: 0;
        padding-left: 30px;
    }
    .activity_table-step > li:nth-of-type(2){
        margin: 15px 0;
    }
    .step-text-interview{
        font-size: 13px;
    }
    .activity_table-stepBox{
        padding: 11px 0 0;
    }
    .activity-padding-none{
        padding: 23px 0 10px;
    }
    .activity_table-lastTxt{
        font-size: 13px;
        line-height: 19px;
    }
    .activity_table-box{ padding: 10px 0;}
    .activity-list-wrap{ margin: 0 auto 50px;}
    .grad-intro{
        padding: 64px 20px 80px;
        font-size: 14px;
        line-height: 23px;
    }
    .grad-depth1 > .grad-depth-box{
        height: auto;
        font-size: 13px;
        line-height: 23px;
        padding-top: 50px;
        margin: 0 auto;
    }
    .grad-depth-box-img1{
        width: 278px;
        height: 300px;
        left: 50%;
        transform: translateX(-50%);
    }
    .grad-depth1 > .grad-depth-box.depthAfter::after{ 
        width: 278px;
        height: 300px;
        bottom: -20px;
        left: 20px;
    }
    .grad-depth1 > .grad-depth-box > div{
        padding: 11px 20px 11px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .grad-depth1{ padding: 0 20px;}
    .grad-depth2{
        padding: 0 20px;
        margin: 98px 0;
    }
    .grad-depth2 > .grad-depth-box > div{
        font-size: 14px;
        line-height: 24px;
        padding: 11px 0 50px;
    }
    .grad-list-wrap > div.grad-depth3{ padding:0 20px 70px;}
    .grad-depth3 > .grad-depth-box > div{
        font-size: 14px;
        line-height: 24px;
        padding:11px 0;
    }
    
    .grad-depth2 > .grad-depth-box{
        height: auto;
        font-size: 13px;
        line-height: 23px;
        padding-top: 30px;
        margin: 0 auto;
    }
    .grad-depth-box-img2{
        width: 281px;
        height: 320px;
        left: 50%;
        transform: translateX(-50%);
    }
    .grad-depth2 > .grad-depth-box.depthAfter{height: 320px;}
    .grad-depth2 > .grad-depth-box.depthAfter::after{ 
        width: 281px;
        height: 320px;
        left: 60px;
        bottom: -20px;
    }
    .grad-depth3 > .grad-depth-box.depthAfter{ margin-bottom: 55px;}
    .grad-depth-box-img3{
        width: 289px;
        height: 554px;
        left: 50%;
        transform: translateX(-50%);
    }
    .grad-depth3 > .grad-depth-box.depthAfter{ height: 554px;}
    .grad-depth3 > .grad-depth-box{
        height: auto;
        font-size: 13px;
        line-height: 23px;
        
    }
    .grad-textBox{
        font-size: 14px;
        line-height: 23px;
        text-align: left;
        padding: 30px 20px 0;
    }
    .grad-banner-img{
        height: 250px;
        margin: 40px 0 70px;
    }
    .grad-video-wrap{
        width: 100%;
        padding: 0;
    }
    .grad-depth-firstImage{width: 278px;}
    .grad-depth-sndImage{ width: 281px;}

    .grad-list-wrap::before, .grad-list-wrap::after{
        content: '';
        display: block;
        clear: both;
    }
    .se-write-box > form > .se-write-user{ padding: 10px 20px;}
    .se-write-cont{ padding: 10px 20px; }
    .se-write-file{ padding: 10px 20px; }
    .se-write-box > form > .se-write-user > div{ display: block; } 
    .se-write-user-text{
        height: auto;
        margin-top: 15px;
    }
    .se-write-user-input{
        width: 100%;
        height: auto;
        margin-top: 5px;
    }
    .se-write-title{ font-size: 32px;}
    .se-write-box > form > .se-write-user > .se-write-secret{ bottom: -20px;}
    .se-write-inner{ transform: translateY(-40px); }
    .grad-video-wrap > .grad-video-inner > .intro-video-track-btn{
        width: 50px;
        height: 50px;
        background-size: cover;
    }
    .participation-wrap > .ptcp-slogan{ padding: 40px 20px 0; }
    .participation-wrap > .ptcp-slogan > h1{
        font-size: 20px;
        line-height: 29px;
        margin: 0;
    }
    .participation-wrap > .ptcp-slogan > div{
        padding: 0;
        font-size: 13px;
        text-align: left;
        line-height: 23px;
        margin: 26px auto 35px;
    }
    .support-video-wrap{ height: 320px;}
    .support-video-wrap > .support-video-btn{
        width: 37px;
        height: 37px;
        background-size: cover;
        margin-top: -18.5px;
    }
    .support-box{ height: 380px;}
    .support-download-btn{
        width: 161px;
        height: 41px;
        left: 50%;
        transform: translateX(-50%);
    }
    .ptcd-list-title{
        font-size: 18px;
        padding: 22px 0 28px;
    }
    .ptcd-list-slider{ margin-left: 30px; }
    .ptcd-slider>.slick-next, .ptcd-slider>.slick-prev{ display: none !important; }
    .ptcd-slide-list > .ptcd-slide-bg{
        width: auto;
        height: 98px;
    }
    .ptcd-slide-list-name{
        font-size: 14px;
        padding: 10px 14px 5px;
    }
    .ptcd-list-content{
        font-size: 11px;
        padding: 10px 14px 5px;
    }
    .ptcd-list-box{height: 232px; }
    .support-table > div{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .support-table > div > .support-thumbs{ border: 0;}
    .support-table > div > .support-thumbs > a >.se-scholar-caption > p{ padding: 0;}
    .ptcd-list-title > .list-more{
        transform: translateY(-90%);
        right: 20px;
    }
    .ptcd-list-title > .list-more > span{ font-size: 13px; }
    .se-support-bank{
        height: 114px;
        padding: 43px 0 0;
    }
    .se-support-bank-name{
        font-size: 14px;
        line-height: 20px;
    }

    .se-support-bank-box {
        font-size: 10px;
        padding-top: 8px;
    }
    .se-news{ padding: 28px 20px 100px; }
    .se-news > .scholar-paging{
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    .news-list-table .news-list-tr{ border-top: 1px dashed #707070; }
    .se-news-title{
        font-size: 22px;
        margin: 0;
    }
    .se-news-search{ margin: 30px 0 26px;}

    .se-md-tabs > li > a{ font-size: 16px;}
    .se-mdTab-img.mdTaban { height: 98px; width: 81px;}
    .ptcd-list-content > span.ptcd-list-jop { padding-bottom: 0px;}
    .ptcd-list-content { padding: 7px 14px 5px;}
    .ptcd-slide-list > .ptcd-slide-bg { width: 146px;}

    .galleryListPc { display: none;}
    .galleryListMobile { display: block; width: 90%; display: block; margin: 0 auto;  padding: 10px; border: 1px solid #777; font-size: 18px; font-weight: bold;}
    .slick-next.donate-next { display: none !important;}
    .slick-prev.donate-prev { display: none !important;}
    .post-wrapper {padding: 20px 0px 0; width: 90%; margin: 0 auto;}
    .post-wrapper .post { padding: 10px; height: auto;}
    .donateSwipers .slick-current.slick-active + .slick-active:first-of-type {margin-left: 10px;}
    .postInner > .post-donator > p { font-size: 18px;}
    .postInner > .post-donator > div > span { font-size: 16px;}
    .postInner > .post-img { height: 180px;}
    .donate-inner { margin-top: 200px; height: 1100px;}
    .donate-inner > .donateSlider > .donateTitle { font-size: 40px;}
    .donate-inner > .donateVideo { top: -80px;}
    .donate-wrap.volunteBox > h1 { font-size: 34px;}
    .donate-wrap.volunteBox > span { font-size: 17px;}
    .knowledgeWrap > .knowledge-inner > .knowledge-box > h1 > b { display: block; padding-top: 7px;}
    .donate-news-not-exist {
        text-align: center;
        font-size: 23px;
    }
    .donate-table > .donate-container > div { padding-bottom: 50px;}
    .donate-table > .donate-container .donate-thumb > .donate-thumb-img {
        height: 260px;
        background: #d2d2d2;
    }
}
@media (max-width:767px){
    .se-sub-title{font-size: 18px;}
    .se-sub-title-content {font-size: 14px;}
    .object-goal{
        font-size: 19px;
        font-weight: normal;
        line-height: 1.53;
        padding-top: 20px;
        padding-left: 31px;
        padding-right: 31px;
        text-align: left;
    }
    .object-goal-sub{
        font-size: 13px;
        text-align: left;
    }
    .submenu-titles{
        font-size: 24px;
        padding-top: 35px;
        padding-bottom: 35px;
        line-height: 1.5;
        font-weight: bold;
    }
    .history-wrap{
        padding: 0 20px;
        display: block;
    }
    .history-wrap > .history-year{padding: 8px 0;}
    .history-wrap > .historybox{width: 100%;}
    .history-wrap > .history-year{width: 100%;}
    .history-wrap > .history-content{padding: 10px 5px;}
    .history-wrap > .history-year > h1{font-size: 22px;}
    .history-wrap > .history-content > ul > li{font-size: 13px;}
    .lead-people{padding: 0px; }
    .leaders{
        display: block;
        padding-bottom: 20px;
    }
    .leaders > .leaders-profile{
        width: 100%;
        height: auto;
        display: flex;
        padding: 20px 0 20px 20px;
    }
    .leaders > .leaders-profile > div{float: left;}
    .leaders > .leaders-profile::after,.leaders > .leaders-profile::before{
        content:'';
        display: block;
        clear: both;
    }
    .leaders > .leaders-profile > .leaders-img{
        width: 88px;
        height: 88px;
        margin-top: 30px;
    }
    .leaders-info{
        flex: 2;
        padding-left: 15px;
    }
    .leaders > .leaders-profile > .leaders-info > .leaders-name{  text-align: left; }
    .leaders > .leaders-profile > .leaders-info > .leaders-engName{
        text-align: left;
        font-size: 11px;
    }
    .leaders > .leaders-profile > .leaders-info > .leaders-name{ font-size: 15px; }
    .leaders > .leaders-profile > .leaders-info > .leaders-tech{
        font-size: 11px;
        padding-top: 5px;
    }   
}
@media (max-width:760px){
    #ptcd-slick-slider > .slick-list > .slick-track > .slick-slide{
        transform:translate3d(100px, 0px, 0px) !important;
    }
}
@media (max-width:650px){ 
    .ptcd-slide-list-name { font-size: 12px;}
    .ptcd-slide-list-name > span { padding-right: 2px;}
    .icon-heart { margin-right: 2px;}
    .ptcd-slide-list-name { padding:5px 7px 5px ;}
} 
@media (max-width:630px){ 
    .se-board-detail-comment-user { margin-bottom: 50px;}
    .se-board-detail-comment-user.onModal{ margin-bottom: 10px;}
    .se-board-secretBox { right: auto; top: 100%;transform: translateY(50%); }
}
@media (max-width:620px){ 
    .ptcd-slide-list > .ptcd-slide-bg{width: 193px;}
} 
@media (max-width:541px){
    .se-write-inner{ padding: 20px 0 0;}
    
    .se-write-form{padding-top: 40px;}
    .se-write-title{font-size: 20px;}
    .se-write-box{padding: 0;}
    .se-write-box > form > .se-write-user > .se-write-secret > .se-write-secret-inner{ display: flex; }
    .se-write-secret > .se-write-secret-inner > label{
        font-size: 13px;
        line-height: 20px;
    }
    .se-write-box > form > .se-write-user > div > div{ font-size: 13px;}
    .se-write-user-input{ margin-top: 0;}
    .se-write-user-text{ margin: 5px; }
    .se-write-box > form > .se-write-user > div > div > input{  height: 32px;}
    .se-write-file-inner{  display: block;}
    .se-write-file-inner > div{ font-size: 13px;}
    .se-write-file-input{width: 100%;}
    .file_input_textbox{  height: 32px;}
    .se-write-file-input > .btn-file-input{
        width: 90px;
        height: 32px;
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
    }
    .btn-file-input-hover{
        width: 90px;
        height: 32px;
    }
    .board-secret-title{ font-size: 17px;}
    .board-secret-box{ padding: 33px 40px; }
    .board-secret-sub-box{ padding: 10px 19px;}
    .board-secret-sub-box > span{
        font-size: 10px;
        line-height: 15px;
    }
    .board-secret-pw > span{
        font-size: 10px;
        line-height: 30px;
    }
    .board-secret-pw > input{  height: 30px; }
    .board-secret-check > div > a{
        font-size: 11px;
        padding: 8px 33px;
    }
    .board-secret-pw.log-text > span{ width: 55px;}
    .board-secret-logbox > a{
        font-size: 11px;
        width: 136px;
        height: 36px;
        margin: 0 auto;
        line-height: 36px;
    }
    .board-secret-logbox{ margin-top: 20px; }
    .object-text-content{  font-size: 13px; }
    .object-box{ padding: 28px 20px 0;}
    .object-box > .object-img > .object-img-box {
        width: 100%;
        height: 276px;
        background: url(../img/se-mobile.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }
    .bold-mobile{  margin-top: 45px; }
    .object-listz > .object-system-inner > .object-system-text{  font-size: 18px;}
    .object-system .object-system-subtext{
        font-size: 13px;
        padding: 0 28px 50px;
    }
    .object-talk{
        font-size: 14px;
        text-align: left;
        padding: 20px 20px 0;
        letter-spacing: 0;
    }
    .se-work > .object-wrap{  padding-top: 20px; }
    .se-work-box > .object-system-inner > .object-system-num{
        padding-top: 30px;
        font-size: 19px;
    }
    .object-wrap > .se-work-box > .object-system-inner >.object-system-text{ font-size: 26px;}
    .object-wrap > .se-work-box > .object-system-inner >.object-system-subtext{
        font-size: 15px;
        padding-top: 12px;
    }
    .se-object-footer-text > p{font-size: 13px;}
    .table-content > a{
        width:200px;
        padding-left: 5px;
    }
    .grad-depth2 > .grad-depth-box{ padding-top: 0;}
    .grad-depth2 > .grad-depth-box.depthAfter::after{ left: 20px;}

    .grad-banner-img{
        height: 172px;
        margin: 40px 0;
    }  
}
@media (max-width:540px){
    .donateTitBox { padding: 50px 0 0 ;}
    .donateTitBox > h1 {
        font-size: 24px;
    }
    .donateTitBox > p {
        padding:20px;
        font-size: 16px;
    }
    .post-wrapper > .slick-list > .slick-track { margin-left: 54px}
    #ptcd-slick-slider > .slick-list > .slick-track > .slick-slide{
        transform:translate3d(170px, 0px, 0px) !important;
    }
    
    .donate-inner > .donateVideo { height: 260px;}
    .donate-inner { margin-top: 100px;}
    .donate-inner > .donateVideo { top: -40px;}
    .donateDownload > button { height: 50px; font-size: 12px;}
    .donate-inner > .donateSlider > .donateTitle { font-size: 32px;}
    .donate-wrap.volunteBox > h1 { font-size: 24px;}
    .donate-wrap.volunteBox > p { font-size: 15px; line-height: 24px;}
    .donate-wrap.volunteBox > span { padding: 20px; font-size: 14px;}
}
@media (max-width:530px){
    #ptcd-slick-slider > .slick-list > .slick-track > .slick-slide{ transform:translate3d(130px, 0px, 0px) !important;}
    .knowledgeWrap > .knowledge-inner > .knowledge-box > h1 { font-size: 26px;}
    .knowledgeWrap > .knowledge-inner > .knowledge-box > a { font-size: 15px;}
}
@media (max-width:520px){
    .news-list-table.fd-board-table td > a >.news-list-subCont{ width: 200px;}
    .attachments.fd-board-table > .attachments-img { width: 20px; height: 20px;}
    .donateTitBox {
        padding: 40px 20px;
    }
    .donateTitBox > h1 {
        font-size: 18px;
    }
    .donateTitBox > p {
        padding: 10px;
        font-size: 14px;
    }
}
@media (max-width:450px){
    .news-list-table td > a > .news-list-subCont{  width: 250px;}
    .se-md-title {  padding: 14px 10px 0;}
    .se-mdTab-img {
        width: 110px;
        height: 110px;
    }
    .se-mdTab-bg { height: 110px; }
    .se-md-tabBox { padding: 5px 10px 0;}
    .se-md-tabBox {font-size: 12px;}
    .se-md-tabBox span {
        display: inline-block;
        font-size: 12px;
        padding-right: 5px;
    }
    .se-md-panel > div{ padding: 0; }
    .datePick > label > input { width: 100%; }
    .datePick > label > input::placeholder { font-size: 12px;}
    .se-news-search > .date-box > label {
        width: 60px;
        padding: 0;
    }
    .se-news { padding: 28px 10px 50px; }
}
@media (max-width:520px){
    .se-board-detail-comment-user > div{
        font-size: 11px;
    }
    .se-board-detail-comment-user > div > input{
        width: 120px;
        margin-left: 5px;
        height: 30px;
    }
    .se-board-detail-title>.se-board-detail-title-main{
        font-size: 21px;
    }
    .se-board-detail-title-cont{
        padding-top: 0;
    }
    .se-board-detail-text{
        font-size: 13px;
        padding-bottom: 15px;
    }
    .se-board-detail-comment-list-cont::before{
        font-size: 11px;
    }
    .se-board-detail-comment-cont{
        height: 50px;
    }
    .se-board-detail-comment-submit{
        height: 50px;
        font-size: 11px;
        margin-left: 5px;
    }
    .se-board-detail-comment-list-cont > p.comment-none{
        font-size: 11px;
    }
    .comment-block-user > .comment-block-name{
        font-size: 14px;
    }
    .comment-block-cont > ul > li >a{
        font-size: 11px;
    }
    .se-board-detail-comment-list-cont{
        padding: 20px 20px;
    }
    .comment-block-answer-inner{
        font-size: 14px;
    }
    .comment-block-user > .comment-block-name > span{
        font-size: 12px;
        padding-left: 5px;
    }
    #pwCheckbox2 { width: 90%;}
}
@media (max-width:425px){
    
    .pwCheckbox { width: 80%;}
    .pwCheckbox > h1 { font-size: 14px;}
    .tab-title{ font-size: 13px;}
    .tab-box1-content{
        font-size: 13px;
        padding: 20px 20px 0;
    }
    .table-tr > th{ font-size: 13px;}
    .table-tr > td > a{ font-size: 13px; }
    .table-tr > td{padding:15px 0 !important;}
    .tab-ceo-sign {
        font-size: 13px;
        padding-top: 19px;
    }
    .se-detail-school{ font-size: 13px;}
    .ceo-detail-wrap{ padding-top: 10px; }
    .ceo-profile-detail-depth{ font-size: 13px;}
    .se-ceo-profile-detail-box{
        font-size: 13px;
        line-height: 19px;
    }
    .se-scholar-caption > h3{ font-size: 13px;}
    .grad-banner-img{
        height: 130px;
        margin: 40px 0 20px;
    }
    .grad-video-wrap > .grad-video-inner > .intro-video-track-btn{
        width: 35px;
        height: 35px;
    }
    .se-write-file-input.fileListInner #fileList > .exisFile > button { font-size: 12px;}
    .se-ceo-tab.tabSlideUl .tbSlider {width: 40%;}
    .tabBtnBox { width: 92%;}
    .se-ceo-tab.tabSlideUl { width: 70%;}
    .tabBtnBox { width: 90%;}
}
@media (max-width:420px){
    .news-list-table td > a > .news-list-subCont{ width: 200px;}
}
@media (max-width:410px){
    .se-board-detail-title>.se-board-detail-title-main{
        font-size: 15px;
        line-height: 22px;
    }
    .se-board-detail-title{ padding: 7px 0;}
    .se-board-detail-title-cont > div{ font-size: 12px;}
    .se-board-detail-comment-user > div > input{
        margin-left: 5px;
        width: 90px;
        margin-top: 5px;
    }
    .se-board-detail-comment-list{
        margin-top: 20px;
        padding: 25px 0;
    }
    .se-board-detail-comment-list-cont{padding: 15px 3px;}
    .board-secret-box{ padding: 23px 10px;}
    .board-secret-pw{ padding: 0 10px;}
}
@media (max-width:376px){
    #ptcd-slick-slider > .slick-list > .slick-track > .slick-slide{
        transform:translate3d(100px, 0px, 0px) !important;
    }
    .news-list-table.fd-board-table td > a >.news-list-subCont { width: 120px;}
    .attachments.fd-board-table > .attachments-img { width: 15px; height: 15px;}
    
    .postInner.schoInners > .post-img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width:360px){
    .news-list-table td > a > .news-list-subCont{
        width: 150px;
    }
    .donateTable tr td { 
        font-size: 14px; 
    }
}
@media (max-width:320px){
    .se-ceo-tab>li > a{
        padding: 10px 15px !important;
    }
    #ptcd-slick-slider > .slick-list > .slick-track > .slick-slide{
        transform:translate3d(100px, 0px, 0px) !important;
    }
    .donate-table { padding: 70px 0 0;}
    .donate-inner { height: 830px;}
    .post-wrapper > .slick-list > .slick-track { margin-left: 41px}
    .postInner > .post-img { height: 120px;}
    .galleryListMobile { font-size: 13px;}
    .postInner > .post-donator > p { font-size: 14px;}
    .postInner > .post-donator > div > span { font-size: 13px;}
    .donate-inner > .donateSlider > .donateTitle { font-size: 27px;}
    .donateInfo { padding: 5px;}
    .donateInfo > h1 { font-size: 14px;}
    .donateInfo > p { font-size: 12px;}
    .donate-inner > .donateVideo { height: 220px;}
    .donateTable tr td:first-of-type {width: 80px;}
    .se-activity-tab > ul > li.activity_btn.technical { line-height: 1.4;}
}
@media (max-width:281px) { 
    .se-board-detail-comment-cont { width: 120px;}
}