@charset "utf-8"; 
@import url(/resources/homepage/www/_Css/common_bgy.css); 
@import url(/resources/homepage/www/_Css/common_kkw.css); 
@import url(/resources/homepage/www/_Css/common_jjy.css); 

body{font-family:"ONE-Mobile-Regular", "pretendard" !important;}
/*============================================
대학
============================================*/
/* 전화번호안내 */
.phone-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.phone-top .item {
    position: relative;
    width: 48.57%;
    padding-bottom: 32px;
}

.phone-top .img {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.phone-top .img:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, #0EA2A4 0%, #ABCD05 100%);
    z-index: -1;
}

.phone-top .img img {
    width: 100%;
}

.phone-top .dlist {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88.24%;
    transform: translateX(-50%);
    display: flex;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #EAEBEF;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);
    box-sizing: border-box;
}

.phone-top .dlist .dtit {
    position: relative;
    width: 215px;
    padding-left: 42px;
    padding-right: 15px;
    color: #066C70;
    font-size: 1.22222em;
    font-family: "ONE-Mobile-Title", sans-serif;
    box-sizing: border-box;
}

.phone-top .dlist .dtit:before {
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 32px;
    height: 32px;
    background: #066C70 url(/resources/homepage/job/_Img/Contents/phone_ico01.png) no-repeat 50% 50%;
    border-radius: 50%;
}

.phone-top .dlist .dtxt {
    color: #374359;
    font-size: 1.11111em;
    font-family: "ONE-Mobile-Title", sans-serif;
}

.phone-top .dlist .dtxt .ptit {
    display: inline-block;
    width: 50px;
    color: #6C778B;
}

.phone-building {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background: #F8F9FE;
    box-sizing: border-box;
    text-align: center;
}

.phone-building .tit {
    color: #374359;
    font-size: 1.111em;
    font-weight: 700;
    padding-bottom: 13px;
}

.phone-building .dlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
}

.phone-building .dlist .dtit {
    display: inline-block;
    position: relative;
    color: #066C70;
    font-weight: 700;
    padding-right: 5px;
    margin-right: 10px;
}

.phone-building .dlist .dtit:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: linear-gradient(90deg, #009FBF 0%, #86A103 100%);
    border-radius: 50%;
}

.phone-building .dlist .dtxt {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    justify-content: center;
}

.phone-building .dlist .dtxt .ptxt {
    display: inline-block;
    color: #374359;
    font-size: 0.94444em;
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #DDD;
}

.phone-search {
    margin-top: 15px;
    padding: 20px 30px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #EAEBEF;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);
}

.phone-search .src-box {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
}

.phone-search .src-box .tit {
    color: #374359;
    font-size: 1.11111em;
    line-height: 130%;
    font-family: "ONE-Mobile-Title", sans-serif;
    padding-right: 40px;
}

.phone-search .src-box input.search-key {
    display: inline-block;
    width: 434px;
    height: 50px !important;
    padding: 17px 20px !important;
    border-radius: 25px !important;
    background: #F8F9FB !important;
}

.phone-search .src-box .btn-srh {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #009FBF 0%, #86A103 100%);
    border: 0;
    transform: translateY(-50%);
}

.phone-search .src-box .btn-srh:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 20px;
    background: url(/resources/homepage/job/_Img/Contents/phone_ico02.png) no-repeat 0 0;
    margin: auto;
}

#phoneSearchResult2 .is-wauto-box {
}

@media all and (max-width: 1499px) {
    .phone-top .dlist .dtit {
        width:auto;
    }
}

@media all and (max-width: 1299px) {
    .phone-building .tit {
        padding-bottom:0;
    }

    .phone-building .dlist {
        padding-top: 20px;
    }

    .phone-building .dlist .dtit {
        margin-right: 0;
    }

    .phone-building .dlist .dtxt {
        display: flex;
        width: 100%;
    }
}

@media all and (max-width: 1199px) {
    .phone-top .dlist {
        display:block;
        padding: 20px;
    }

    .phone-top .dlist .dtxt {
        display: block;
        padding-top: 15px;
    }
}

@media all and (max-width: 768px) {
    .phone-top > div:first-child {
        margin-bottom:20px;
    }

    .phone-top .item {
        width: 100%;
    }

    .phone-top .img {
        padding-top: 10px;
    }

    .phone-top .img:before {
        border-radius: 20px;
    }

    .phone-top .dlist .dtit:before {
        top: -3px;
    }

    .phone-search .src-box {
        display: block;
        width: 100%;
        padding-top: 33px;
    }

    .phone-search .src-box .tit {
        display: block;
        padding-right: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-search .src-box input.search-key {
        width: 100% !important;
    }

    .phone-search .src-box .btn-srh {
        top: auto;
        bottom: 5px;
        transform: none;
    }
}

/* UC 그랜드슬램 */
.gslam-wr {
}

.graslam-box {
    width: 100%;
    padding: 50px;
    background: #F1F8DE;
    box-sizing: border-box;
    text-align: center;
}

.graslam-box .gsl-top .cate {
    display: inline-block;
    padding: 5px 20px;
    color: #FFF;
    font-size: 1.111em;
    font-weight: 700;
    line-height: 130%;
    font-family: "Poppins", sans-serif;
    border-radius: 50px;
    background: #839719;
}

.graslam-box .gsl-top .tit {
    color: #839719;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 2.22222em;
    font-weight: 400;
    line-height: 130%;
    padding-top: 20px;
}

.graslam-box .gsl-top .tit span {
    display: inline-block;
    position: relative;
}

.graslam-box .gsl-top .tit span:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #839719;
}

.graslam-box .gsl-cont {
    position: relative;
    width: 100%;
    margin-top: 92px;
    background: #fff;
    border-radius: 30px 60px;
    padding: 125px 40px 50px 40px;
    box-sizing: border-box;
    text-align: left;
}

.graslam-box .gsl-cont .deco {
    position: absolute;
    top: -63px;
    left: 50%;
    width: 126px;
    height: 126px;
    padding: 8px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);
    box-sizing: border-box;
    transform: translateX(-50%);
}

.graslam-box .gsl-cont .deco:before {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 110px;
    height: 110px;
    border-radius: 40px;
    background: url(/resources/homepage/job/_Img/Contents/graslam_01.png) no-repeat 0 0;
    background-size: cover;
    box-sizing: border-box;
}

.graslam-box .gsl-cont .deco:after {
    display: block;
    content: '';
    position: absolute;
    top: -10px;
    left: -33px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: url(/resources/homepage/job/_Img/Contents/graslam_icon1.png) no-repeat 0 0;
    background-size: cover;
    box-sizing: border-box;
}

.graslam-box.gslam02 {
    background: #E8F0F2;
}

.graslam-box.gslam02 .gsl-top .cate {
    background: #005667;
}

.graslam-box.gslam02 .gsl-top .tit {
    color: #005667;
}

.graslam-box.gslam02 .gsl-top .tit span:before {
    background: #005667;
}

.graslam-box.gslam03 {
    background: #F0E1E7;
}

.graslam-box.gslam03 .gsl-top .cate {
    background: #E54975 ;
}

.graslam-box.gslam03 .gsl-top .tit {
    color: #E54975;
}

.graslam-box.gslam03 .gsl-top .tit span:before {
    background: #E54975;
}

.graslam-box.gslam04 {
    background: #DDE7F5;
}

.graslam-box.gslam04 .gsl-top .cate {
    background: #5E72D8;
}

.graslam-box.gslam04 .gsl-top .tit {
    color: #5E72D8;
}

.graslam-box.gslam04 .gsl-top .tit span:before {
    background: #5E72D8;
}

.graslam-box .gsl-cont .deco02:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_02.png);
}

.graslam-box .gsl-cont .deco03:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_03.png);
}

.graslam-box .gsl-cont .deco04:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_04.png);
}

.graslam-box .gsl-cont .deco05:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_05.png);
}

.graslam-box .gsl-cont .deco06:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_06.png);
}

.graslam-box .gsl-cont .deco07:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_07.png);
}

.graslam-box .gsl-cont .deco08:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_08.png);
}

.graslam-box .gsl-cont .deco09:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_09.png);
}

.graslam-box .gsl-cont .deco10:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_10.png);
}

.graslam-box .gsl-cont .deco11:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_11.png);
}

.graslam-box .gsl-cont .deco12:before {
    background-image: url(/resources/homepage/job/_Img/Contents/graslam_12.png);
}

.gslam-wcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.gslam-wcc li {
    position: relative;
    width: 32.295%;
    border-radius: 30px;
    background: #B91D39 url(/resources/homepage/job/_Img/Contents/graslam_bg2.png) no-repeat 50% 50%;
    padding: 30px 20px 30px 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.gslam-wcc li:nth-child(2) {
    background-color: #BD6804;
}

.gslam-wcc li:nth-child(3) {
    background-color: #147B49;
}

.gslam-wcc .year {
    position: relative;
    display: block;
    color: #FFF;
    padding-top: 30px;
    font-size: 1.55556em;
    font-weight: 700;
    line-height: 160%;
    font-family: "Poppins", sans-serif;
}

.gslam-wcc .year:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 118px;
    height: 46px;
    background: url(/resources/homepage/job/_Img/Contents/graslam_bg1.png) no-repeat 0 0;
    transform: translateX(-50%);
    z-index: -1;
}

.gslam-wcc .tit {
    display: block;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.44444em;
    font-weight: 400;
    line-height: 1.2em;
    padding-top: 20px;
}

.gslam-wcc .txt {
    display: block;
    font-size: 0.94444em;
    line-height: 130%;
    letter-spacing: -0.02833em;
    padding-top: 15px;
}

.gslam-wcc .date {
    display: block;
    font-size: 0.94444em;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.02833em;
    padding-top: 15px;
}

@media all and (min-width: 820px) {
    .gslam-wr .c-tab01 ul.more-tab li {
        width:33.33%
    }

    .gslam-wr .c-tab01 ul.more-tab li:nth-child(5n), .gslam-wr .c-tab01 ul.more-tab li:last-child {
        border-right: 1px solid #ddd
    }

    .gslam-wr .c-tab01 ul.more-tab li:nth-child(3n) {
        border-right: 0
    }
}

@media all and (max-width: 999px) {
    .graslam-box {
        padding:30px 20px;
    }

    .graslam-box .gsl-top .cate {
        font-size: 1em;
    }

    .graslam-box .gsl-top .tit {
        font-size: 1.75em;
    }

    .graslam-box .gsl-cont {
        margin-top: 80px;
        border-radius: 30px 60px;
        padding: 90px 30px 30px 30px;
    }

    .graslam-box .gsl-cont .deco {
        top: -50px;
        width: 100px;
        height: 100px;
        padding: 8px;
        border-radius: 50px;
    }

    .graslam-box .gsl-cont .deco:before {
        top: 8px;
        left: 8px;
        width: 84px;
        height: 84px;
        border-radius: 40px;
    }

    .graslam-box .gsl-cont .deco:after {
        top: -2px;
        left: -10px;
        width: 40px;
        height: 40px;
    }
}

@media all and (max-width: 799px) {
    .gslam-wcc {
        row-gap:20px;
    }

    .gslam-wcc li {
        width: 100%;
    }

    .gslam-wcc li br {
        display: none;
    }

    .gslam-wcc .tit {
        font-size: 1.2em;
        padding-top: 15px;
    }

    .gslam-wcc .txt {
        font-size: 0.8em;
        padding-top: 10px;
    }

    .gslam-wcc .date {
        font-size: 0.8em;
        padding-top: 10px;
    }
}

/*============================================
대학생활
============================================*/
/* 총학생회 < 학생단체 < 대학생활안내 */
.unionCounsil-box {
    width: 100%;
    text-align: center;
}

.unionCounsil-box * {
    position: relative;
    box-sizing: border-box;
}

.unionCounsil-box .uor01 {
    display: inline-flex;
    width: 150px;
    height: 150px;
    color: #313742;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.33333em;
    font-weight: 400;
    box-sizing: border-box;
    border: 15px solid transparent;
    background-image: linear-gradient(#fff, #fff),linear-gradient(to right, #10A2A1 0%, #A0CA10 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(55, 67, 89, 0.10);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.unionCounsil-box .uor02 {
    display: inline-flex;
    width: 300px;
    height: 62px;
    color: #FFF;
    font-family: "ONE-Mobile-Title", sans-serif;
    line-height: 1em;
    font-size: 1.111em;
    font-weight: 400;
    border-radius: 10px;
    text-align: center;
    background: #5E72D8;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.unionCounsil-box .uor022 .uor02 {
    background: #0EA2A4;
}

.unionCounsil-box .uor023 .uor02 {
    background: #839E00;
}

.unionCounsil-box .uor024 .uor02 {
    background: #E54B82;
    border-radius: 60px;
}

.unionCounsil-box .uor03 {
    display: flex;
    width: 100%;
    height: 62px;
    color: #FFF;
    font-size: 1.111em;
    line-height: 1em;
    font-weight: 700;
    border-radius: 60px;
    background: #066C70;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.unionCounsil-box .uor04 {
    display: block;
    width: 100%;
    padding: 20px;
    color: #066C70;
    font-size: 1.111em;
    border-radius: 30px;
    background: #E7F4F4;
    box-sizing: border-box;
}

.unionCounsil-box .uorlist1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.unionCounsil-box .uor021 {
    padding-left: calc(50% + 30px);
}

.unionCounsil-box .uor022 {
    width: 50%;
    text-align: right;
    padding-right: 30px;
    padding-top: 30px;
}

.unionCounsil-box .uor023 {
    width: 50%;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
}

.unionCounsil-box .uor024 {
    width: 100%;
    padding-top: 30px;
}

.unionCounsil-box .uorlistbox1, .unionCounsil-box .uorlistbox2 {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    padding-top: 60px;
}

.unionCounsil-box .uorlistbox1 > .uorlist2:nth-child(2) {
    margin-right: 20px;
}

.unionCounsil-box .uorlistbox1 > .uorlist2:nth-child(3) {
    margin-left: 20px;
}

.unionCounsil-box .uorlist2 {
    width: 264px;
}

.unionCounsil-box .uorlist1:before {
    display: block;
    content: '';
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: calc(100% - 31px);
    background: #DDD;
    z-index: -1;
}

.unionCounsil-box .uor021 .uor02:before {
    display: block;
    content: '';
    position: absolute;
    top: 31px;
    left: -30px;
    width: 60px;
    height: 2px;
    background: #DDD;
    z-index: -1;
}

.unionCounsil-box .uor022 .uor02:before {
    display: block;
    content: '';
    position: absolute;
    top: 31px;
    right: -60px;
    width: 100px;
    height: 2px;
    background: #DDD;
    z-index: -1;
}

.unionCounsil-box .uorlistbox1:before, .unionCounsil-box .uorlistbox2:before {
    display: block;
    content: '';
    position: absolute;
    top: 31px;
    left: 50%;
    width: 892px;
    height: 2px;
    background: #DDD;
    transform: translateX(-50%);
    z-index: -1;
}

.unionCounsil-box .uorlistbox2:before {
    width: 1120px;
}

.unionCounsil-box .uorlist2:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 29px;
    background: #DDD;
    z-index: -1;
}

.unionCounsil-box .uorlist2:after {
    display: block;
    content: '';
    position: absolute;
    bottom: calc(100% + 23px);
    left: 50%;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    background: #607085;
    border-radius: 50%;
    z-index: -1;
}

@media all and (max-width: 1599px) {
    .unionCounsil-box .uorlist2 {
        width:20%;
    }

    .unionCounsil-box .uorlistbox1:before {
        width: calc(60% + 100px);
    }

    .unionCounsil-box .uorlistbox2:before {
        width: calc(80% + 30px);
    }
}

@media all and (max-width: 999px) {
    .unionCounsil-box .uorlistbox1, .unionCounsil-box .uorlistbox2 {
        flex-wrap:wrap;
        column-gap: initial;
        justify-content: space-between;
        padding-top: 20px;
    }

    .unionCounsil-box .uorlistbox1 > .uorlist2:nth-child(2) {
        margin-right: 0;
    }

    .unionCounsil-box .uorlistbox1 > .uorlist2:nth-child(3) {
        margin-left: 0;
    }

    .unionCounsil-box .uorlist2 {
        width: 48%;
    }

    .unionCounsil-box .uor04 {
        height: calc(100% - 62px);
    }

    .unionCounsil-box .uorlist1:before {
        height: 200px
    }

    .unionCounsil-box .uorlistbox1:before, .unionCounsil-box .uorlistbox2:before, .unionCounsil-box .uorlistbox2:before, .unionCounsil-box .uorlist2:before, .unionCounsil-box .uorlist2:after {
        display: none;
    }
}

@media all and (max-width: 699px) {
    .unionCounsil-box .uor02 {
        width:100%;
    }

    .unionCounsil-box .uor021 {
        padding-left: calc(50% + 20px);
        width: 100%;
    }

    .unionCounsil-box .uor022 {
        padding-right: 20px;
    }

    .unionCounsil-box .uor023 {
        padding-left: 20px;
    }

    .unionCounsil-box .uor021 .uor02:before {
        left: -20px;
    }
}

/* 조직도 < 동창회광장 */
.alumniOrg-box {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 190px;
}

.alumniOrg-box .alor1 {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-flex;
    width: 150px;
    height: 150px;
    color: #313742;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.33333em;
    font-weight: 400;
    box-sizing: border-box;
    transform: translateX(-50%);
    border: 15px solid transparent;
    background-image: linear-gradient(#fff, #fff),linear-gradient(to right, #10A2A1 0%, #A0CA10 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(55, 67, 89, 0.10);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.alumniOrg-box .alor2 {
    display: flex;
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: 317px;
    width: 150px;
    height: 62px;
    color: #313742;
    font-size: 1.11111em;
    font-weight: 700;
    border-radius: 60px;
    border: 2px solid #127589;
    background: #FFF;
    align-items: center;
    justify-content: center;
}

.alumniOrg-box .alor3 {
    display: block;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    line-height: 1em;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.111em;
    font-weight: 400;
    border-radius: 60px;
    padding: 20px;
    background: #0EA2A4;
    box-sizing: border-box;
}

.alumniOrg-box .alor4 {
    display: block;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0 auto;
    color: #FFF;
    line-height: 1em;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.111em;
    font-weight: 400;
    border-radius: 60px;
    padding: 20px;
    background: #839E00;
    box-sizing: border-box;
}

.alumniOrg-box .alor5 {
    display: flex;
    position: relative;
    width: 100%;
    height: 62px;
    margin: 0 auto;
    color: #FFF;
    line-height: 1em;
    font-size: 1.111em;
    font-weight: 700;
    border-radius: 60px;
    background: #066C70;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.alumniOrg-box .alor6 {
    display: flex;
    position: relative;
    width: 100%;
    height: 62px;
    margin: 10px auto 0 auto;
    color: #066C70;
    line-height: 1em;
    font-size: 1.111em;
    font-weight: 700;
    border-radius: 60px;
    background: #fff;
    border: 3px solid #066C70;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.alumniOrg-box .dlist1 > dd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}

.alumniOrg-box .dlist1 .dlist2 {
    position: relative;
    width: 30.43%;
}

.alumniOrg-box:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 100%;
    background: #DDD;
    z-index: -1;
}

.alumniOrg-box .alor2:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -317px;
    width: 317px;
    height: 2px;
    background: #DDD;
    transform: translateY(-50%);
    z-index: -1;
}

.alumniOrg-box .dlist1 > dd > .dlist2:nth-child(2):before {
    display: none;
}

.alumniOrg-box .dlist1 > dd:before {
    display: block;
    content: '';
    position: absolute;
    top: 33px;
    left: 50%;
    width: 69.57%;
    height: 2px;
    background: #DDD;
    transform: translateX(-50%);
    z-index: -1;
}

.alumniOrg-box .dlist1 .dlist2:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: calc(100% + 31px);
    background: #DDD;
    transform: translateX(-50%);
    z-index: -1;
}

.alumniOrg-box .dlist1 .dlist2:after {
    display: block;
    content: '';
    position: absolute;
    top: -31px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #066C70;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media all and (max-width: 999px) {
    .alumniOrg-box .alor2 {
        margin-left:150px;
    }

    .alumniOrg-box .alor2:before {
        left: -150px;
        width: 150px;
    }
}

@media all and (max-width: 699px) {
    .alumniOrg-box {
        padding-top:250px;
    }

    .alumniOrg-box .alor2 {
        top: 165px;
        margin-left: 10px;
        width: 100px;
        height: 50px;
    }

    .alumniOrg-box .alor2:before {
        left: -12px;
        width: 10px;
    }

    .alumniOrg-box .alor5 {
        font-size: 1em;
        padding: 10px;
    }

    .alumniOrg-box .alor6 {
        font-size: 1em;
        padding: 7px;
    }
}

/* 동창회 소개 < 동창회광장 */
.alumniIntro-sec1 {
    padding-top: 20px;
}

.alumniIntro-sec2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.alumniIntro-sec2 .txt-sec {
    display: flex;
    padding: 25px 35px;
    border-radius: 20px;
    border: 1px solid #DDD;
    align-items: center;
}

.alumniIntro-sec2 .txt-sec .dtit {
    width: 250px;
    color: #FFF;
    font-size: 0.83333em;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-weight: 400;
    line-height: 130%;
    padding: 8px 10px;
    border-radius: 20px;
    text-align: center;
    background: #0EA2A4;
    box-sizing: border-box;
}

.alumniIntro-sec2 .txt-sec .dtxt {
    flex: 1 1 0;
    padding-left: 60px;
}

@media all and (max-width: 799px) {
    .alumniIntro-sec2 .txt-sec {
        display:block;
        padding: 20px;
    }

    .alumniIntro-sec2 .txt-sec .dtit {
        width: 100%;
    }

    .alumniIntro-sec2 .txt-sec .dtxt {
        padding-left: 20px;
        padding-top: 20px;
    }
}

/*============================================
취업
============================================*/
/* 소개 < 대학일자리플러스센터 */
.plusCenterIntro-sec1 {
    padding-top: 15px;
    width: 100%;
}

.plusCenterIntro-sec1 .tit {
    color: #FFF;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.22222em;
    padding: 20px 43px;
    border-radius: 20px;
    background: #005667;
    text-align: center;
    font-weight: 400;
}

.plusCenterIntro-sec1 .list-box {
    display: flex;
    border-radius: 20px;
    background: #EFEFEF;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plusCenterIntro-sec1 .list-box > dl {
    width: 32.354%;
}

.plusCenterIntro-sec1 .list-box .dtit {
    display: flex;
    height: 92px;
    border-radius: 20px;
    border: 3px solid #839E00;
    background: #F1F8DE;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.plusCenterIntro-sec1 .list-box .dtit .t1 {
    display: block;
    color: #374359;
    font-size: 1.111em;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1em;
}

.plusCenterIntro-sec1 .list-box .dtit .t2 {
    display: inline-block;
    position: relative;
    color: #374359;
    padding-left: 10px;
    border-left: 3px solid #839E00;
    line-height: 1.1114em;
}

.plusCenterIntro-sec1 .list-box .dtxt {
    height: calc(100% - 92px);
}

.plusCenterIntro-sec1 .list-box .dtxt .c-list01 {
    height: calc(100% - 75px);
    padding: 20px 43px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);
    box-sizing: border-box;
}

.plusCenterIntro-sec1 .list-box .dtxt .ptxt {
    display: flex;
    height: 60px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.1em;
    padding: 5px;
    border-radius: 20px;
    background: #839E00;
    margin-top: 15px;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.plusCenterIntro-sec1 .list-box > dl:nth-child(2) .dtit {
    border-color: #0EA2A4;
    background: #E7F4F4;
}

.plusCenterIntro-sec1 .list-box > dl:nth-child(2) .dtit .t2 {
    border-left-color: #0EA2A4;
}

.plusCenterIntro-sec1 .list-box > dl:nth-child(2) .dtxt .ptxt {
    background: #0EA2A4;
}

.plusCenterIntro-sec1 .list-box > dl:nth-child(3) .dtit {
    border-color: #127589;
    background: #DDE7F5;
}

.plusCenterIntro-sec1 .list-box > dl:nth-child(3) .dtit .t2 {
    border-left-color: #127589;
}

.plusCenterIntro-sec1 .list-box > dl:nth-child(3) .dtxt .ptxt {
    background: #005667;
}

.plusCenterIntro-sec2 {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.plusCenterIntro-sec2 .tit {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    padding: 20px 43px;
    color: #FFF;
    font-size: 1.22222em;
    line-height: 1.1em;
    font-weight: 400;
    font-family: "ONE-Mobile-Title", sans-serif;
    border-radius: 20px;
    background: #E54B82;
    margin: 0 auto;
    box-sizing: border-box;
}

.plusCenterIntro-sec2 .list {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    box-sizing: border-box;
}

.plusCenterIntro-sec2 .list .li1 {
    width: 48.93%;
}

.plusCenterIntro-sec2 .list .li2 {
    display: inline-flex;
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 62px;
    padding: 5px 20px;
    color: #FFF;
    font-size: 1.111em;
    line-height: 1.1em;
    font-weight: 400;
    font-family: "ONE-Mobile-Title", sans-serif;
    border-radius: 60px;
    background: #0EA2A4;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.plusCenterIntro-sec2 .list2 {
    display: flex;
    position: relative;
    width: 100%;
    height: calc(100% - 62px);
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    box-sizing: border-box;
}

.plusCenterIntro-sec2 .list2 > li {
    width: calc(50% - 15px);
    position: relative;
}

.plusCenterIntro-sec2 .list2 .li3 {
    display: flex;
    width: 100%;
    height: 62px;
    padding: 5px 20px;
    color: #FFF;
    font-size: 1.111em;
    line-height: 1.1em;
    font-weight: 700;
    border-radius: 60px;
    background: #066C70;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.plusCenterIntro-sec2 .list2 .c-list01 {
    width: 100%;
    height: calc(100% - 62px);
    padding: 15px 43px;
    border-radius: 20px;
    background: #E7F4F4;
    box-sizing: border-box;
    margin-top: 0;
}

.plusCenterIntro-sec2 .or2 .li2 {
    background: #839E00;
}

.plusCenterIntro-sec2 .list:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 101px;
    background: #DDD;
    z-index: -1;
    transform: translateX(-50%);
}

.plusCenterIntro-sec2 .list:after {
    display: block;
    content: '';
    position: absolute;
    top: 101px;
    left: 50%;
    width: 30%;
    height: 2px;
    background: #DDD;
    z-index: -1;
    transform: translateX(-50%);
}

.plusCenterIntro-sec2 .list2:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 23px;
    background: #DDD;
    z-index: -1;
    transform: translateX(-50%);
}

.plusCenterIntro-sec2 .list2:after {
    display: block;
    content: '';
    position: absolute;
    top: 23px;
    left: 50%;
    width: calc(50% + 15px);
    height: 2px;
    background: #DDD;
    z-index: -1;
    transform: translateX(-50%);
}

.plusCenterIntro-sec2 .list2 > li:before {
    display: block;
    content: '';
    position: absolute;
    top: -27px;
    left: 50%;
    width: 2px;
    height: 27px;
    background: #DDD;
    z-index: -1;
    transform: translateX(-50%);
}

@media all and (max-width: 999px) {
    .plusCenterIntro-sec2 .list {
        padding-top:30px;
    }

    .plusCenterIntro-sec2 .list .li2 {
        max-width: initial;
    }

    .plusCenterIntro-sec2 .list2 {
        padding-top: 0;
    }

    .plusCenterIntro-sec2 .list2 > li {
        width: 100%;
        margin-top: 20px;
    }

    .plusCenterIntro-sec2 .list:before {
        height: 61px;
    }

    .plusCenterIntro-sec2 .list:after {
        top: 61px;
    }

    .plusCenterIntro-sec2 .list2:after {
        display: none;
    }
}

@media all and (max-width: 799px) {
    .plusCenterIntro-sec1 .list-box > dl {
        width:100%;
        margin-top: 30px;
    }

    .plusCenterIntro-sec1 .list-box > dl:first-child {
        margin-top: 0;
    }

    .plusCenterIntro-sec1 .list-box .dtit {
        height: auto;
        padding: 10px 5px;
        border-radius: 15px;
    }

    .plusCenterIntro-sec1 .list-box .dtxt {
        height: auto;
    }

    .plusCenterIntro-sec1 .list-box .dtxt .c-list01 {
        height: auto;
        padding: 20px;
        border-radius: 15px;
    }

    .plusCenterIntro-sec1 .list-box .dtxt .ptxt {
        height: auto;
        padding: 15px 10px;
        margin-top: 10px;
        border-radius: 15px;
    }
}

@media all and (max-width: 499px) {
    .plusCenterIntro-sec2 {
        overflow:hidden;
    }

    .plusCenterIntro-sec2 .list {
        padding-left: 40px;
    }

    .plusCenterIntro-sec2 .list > li:last-child {
        margin-top: 30px;
    }

    .plusCenterIntro-sec2 .list .li1 {
        width: 100%;
    }

    .plusCenterIntro-sec2 .list2 > li {
        margin-top: 10px;
    }

    .plusCenterIntro-sec2 .list:before, .plusCenterIntro-sec2 .list2:before, .plusCenterIntro-sec2 .list2 > li:before {
        display: none;
    }

    .plusCenterIntro-sec2 .list .li2:after {
        display: block;
        content: '';
        position: absolute;
        top: 31px;
        left: -20px;
        width: 40px;
        height: 2px;
        background: #DDD;
        z-index: -1;
    }

    .plusCenterIntro-sec2 .or2 .li2:before {
        display: block;
        content: '';
        position: absolute;
        bottom: 31px;
        left: -20px;
        width: 2px;
        height: 800px;
        background: #DDD;
        z-index: -1;
    }
}

/* 찾아오는 길 < 대학일자리플러스센터 */
.plusCenterMap-box .insec {
    position: relative;
    border-radius: 30px;
    background: #E7F4F4;
    box-shadow: 0px 5px 10px 0px rgba(55, 67, 89, 0.10);
    padding-top: 214px;
    padding-right: 97px;
    overflow: hidden;
}

.plusCenterMap-box .insec img {
    width: 100%;
}

.plusCenterMap-box .insec .tit {
    position: relative;
    color: #313742;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-weight: 400;
    font-size: 1.33333em;
    padding-top: 62px;
    margin-left: 50px;
}

.plusCenterMap-box .insec .tit:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #FFF url(/resources/homepage/job/_Img/Contents/plusCenterMap_ico1.png) no-repeat 50% 50%;
}

.plusCenterMap-box .insec .img-box {
    position: absolute;
    top: 0;
    left: 431px;
    overflow: hidden;
}

.plusCenterMap-box .insec .img-box .iimg {
    position: relative;
    width: 969px;
    overflow: hidden;
    display: flex;
}

.plusCenterMap-box .insec .img-box .itxt {
    position: absolute;
    top: 104px;
    left: 93px;
    color: #005667;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 0.94444em;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 60px;
    background: #FFF;
    z-index: 1;
}

.plusCenterMap-box .insec .img-box .itxt:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0;
    transform: translateX(-50%);
}

.plusCenterMap-box .insec .list-box {
    position: relative;
    display: flex;
    padding: 40px;
    border-radius: 30px;
    margin-top: 55px;
    background: #FFF;
    column-gap: 30px;
    justify-content: space-between;
    z-index: 1;
}

.plusCenterMap-box .insec .list-box > li {
    width: 30.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plusCenterMap-box .insec .list-box .ltxt {
    color: #005667;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.111em;
    font-weight: 400;
    line-height: 1.1em;
    padding-bottom: 10px;
}

.plusCenterMap-box .insec .list-box .limg {
    width: 100%;
}

.plusCenterMap-box .insec1:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 252px;
    width: 182px;
    height: 196px;
    background: url(/resources/homepage/job/_Img/Contents/plusCenterMap_logo.png) no-repeat 0 0;
}

.plusCenterMap-box .insec2 {
    padding-top: 40px;
    padding-right: 442px;
}

.plusCenterMap-box .insec2 .tit {
    padding-top: 0;
    margin-left: 50px;
    padding-left: 50px;
}

.plusCenterMap-box .insec2 .img-box .itxt {
    top: 178px;
    left: auto;
    right: 112px;
}

.plusCenterMap-box .insec2 .list-box {
    margin-top: 40px;
}

.plusCenterMap-box .insec2 .img-box {
    left: auto;
    right: 0;
}

.plusCenterMap-box .insec2 .img-box .iimg {
    width: 565px;
}

.plusCenterMap-box .insec2 .list-box > li {
    width: 48.23%;
}

@media all and (max-width: 999px) {
    .plusCenterMap-box .insec {
        padding-right:0;
    }

    .plusCenterMap-box .insec2 {
        padding-right: 300px;
    }

    .plusCenterMap-box .insec2 .img-box .iimg {
        width: 350px;
    }

    .plusCenterMap-box .insec2 .img-box .itxt {
        top: 90px;
        right: 50px;
    }
}

@media all and (max-width: 799px) {
    .plusCenterMap-box .insec {
        border-radius:20px;
        padding-top: 30px;
        padding-right: 0;
    }

    .plusCenterMap-box .insec .tit {
        padding-top: 0;
        margin-left: 20px;
        padding-left: 50px;
        padding-bottom: 20px;
    }

    .plusCenterMap-box .insec .tit:before {
        top: -6px;
    }

    .plusCenterMap-box .insec1 .img-box {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 280px;
    }

    .plusCenterMap-box .insec1 .img-box .iimg {
        position: absolute;
        top: 0;
        left: 0;
    }

    .plusCenterMap-box .insec1 .list-box {
        padding: 20px;
        border-radius: 20px;
        margin-top: 0;
        column-gap: 15px;
    }

    .plusCenterMap-box .insec1:before {
        display: none;
    }

    .plusCenterMap-box .insec2 {
        padding-right: 200px;
    }

    .plusCenterMap-box .insec2 .tit {
        padding-right: 170px;
    }

    .plusCenterMap-box .insec2 .list-box {
        margin-top: 0;
    }
}

@media all and (max-width: 599px) {
    .plusCenterMap-box .insec2 {
        padding-right:0;
    }

    .plusCenterMap-box .insec2 .tit {
        padding-right: 0;
    }

    .plusCenterMap-box .insec2 .img-box {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 230px;
        overflow: visible;
    }

    .plusCenterMap-box .insec2 .img-box .iimg {
        position: absolute;
        top: 0;
        right: 0;
        width: 565px;
        overflow: hidden;
    }

    .plusCenterMap-box .insec2 .img-box .iimg img {
        margin-top: -170px;
    }

    .plusCenterMap-box .insec2 .img-box .itxt {
        top: 10px;
    }

    .plusCenterMap-box .insec2 .list-box {
        padding: 20px;
        border-radius: 20px;
        margin-top: 0;
        column-gap: 15px;
    }
}

@media all and (max-width: 499px) {
    .plusCenterMap-box .insec .list-box {
        row-gap:20px;
        flex-wrap: wrap;
    }

    .plusCenterMap-box .insec .list-box > li {
        width: 100%;
    }
}

/* 진로검사 및 상담 안내 < 진로검사 및 상담 */
.careerExamInfo-box .htit {
    color: #FFF;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.22222em;
    font-weight: 400;
    padding: 15px 20px;
    border-radius: 20px;
    background: #0EA2A4;
    text-align: center;
}

.careerExamInfo-box .ulist {
    display: flex;
    padding: 30px 43px;
    align-items: flex-start;
    column-gap: 10px;
    row-gap: 10px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);
}

.careerExamInfo-box .ulist > li {
    width: 50%;
    text-align: center;
    position: relative;
    color: #2E2E2E;
    font-size: 1.05556em;
    font-weight: 700;
    padding-top: 55px;
    line-height: 1.1em;
}

.careerExamInfo-box .ulist > li:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #374359 url(/resources/homepage/job/_Img/Contents/careerExamInfo_ico1.png) no-repeat 50% 50%;
    box-shadow: 0px 5px 10px 0px rgba(55, 67, 89, 0.10);
    transform: translateX(-50%);
}

.careerExamInfo-box .ulist > li.ico1:before {
    background-image: url(/resources/homepage/job/_Img/Contents/careerExamInfo_ico1.png);
}

.careerExamInfo-box .ulist > li.ico2:before {
    background-image: url(/resources/homepage/job/_Img/Contents/careerExamInfo_ico2.png);
}

.careerExamInfo-box .ulist > li.ico3:before {
    background-image: url(/resources/homepage/job/_Img/Contents/careerExamInfo_ico3.png);
}

.careerExamInfo-box .ulist > li.ico4:before {
    background-image: url(/resources/homepage/job/_Img/Contents/careerExamInfo_ico4.png);
}

.careerExamInfo-box .ulist > li.ico5:before {
    background-image: url(/resources/homepage/job/_Img/Contents/careerExamInfo_ico5.png);
}

.careerExamInfo-box .contflow-list {
    border-radius: 20px;
}

.careerExamInfo-sec2 .htit {
    background: #1F8A9F;
}

.careerExamInfo-sec3 {
    width: 100%;
    display: flex;
    column-gap: 10px;
}

.careerExamInfo-sec3 .dlist {
    width: 25%;
}

.careerExamInfo-sec3 .dlist .dtit {
    display: flex;
    position: relative;
    width: 100%;
    height: 84px;
    color: #374359;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.11111em;
    line-height: 1.1em;
    padding: 17px;
    border-radius: 20px;
    border: 3px solid #839E00;
    background: #FFF;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.careerExamInfo-sec3 .dlist .dtit:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #839E00;
    border-bottom: 0;
    transform: translateX(-50%);
}

.careerExamInfo-sec3 .dlist .dtit:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    width: 30px;
    height: 10px;
    border-radius: 20px;
    background: linear-gradient(90deg, #0EA2A4 0%, #ABCD05 100%);
    transform: translateY(-50%);
}

.careerExamInfo-sec3 .dlist .dtxt {
    height: calc(100% - 84px);
    padding: 30px 43px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);
    box-sizing: border-box;
}

.careerExamInfo-sec3 .dlist.d1 .dtit:after {
    display: none;
}

.careerExamInfo-sec3 .dlist.d2 .dtit {
    border-color: #0EA2A4;
}

.careerExamInfo-sec3 .dlist.d2 .dtit:before {
    border-top-color: #0EA2A4;
}

.careerExamInfo-sec3 .dlist.d3 .dtit {
    border-color: #127589;
}

.careerExamInfo-sec3 .dlist.d3 .dtit:before {
    border-top-color: #127589;
}

.careerExamInfo-sec3 .dlist.d4 .dtit {
    border-color: #005667;
}

.careerExamInfo-sec3 .dlist.d4 .dtit:before {
    border-top-color: #005667;
}

@media all and (max-width: 999px) {
    .careerExamInfo-sec3 {
        flex-wrap:wrap;
        row-gap: 20px;
    }

    .careerExamInfo-sec3 .dlist {
        width: calc(50% - 5px);
    }

    .careerExamInfo-sec3 .dlist.d3 .dtit:after {
        display: none;
    }
}

@media all and (max-width: 499px) {
    .careerExamInfo-box .ulist {
        padding:20px;
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .careerExamInfo-box .ulist > li {
        width: calc(50% - 5px);
        padding-top: 45px;
    }

    .careerExamInfo-sec3 {
        row-gap: 5px;
    }

    .careerExamInfo-sec3 .dlist {
        width: 100%;
    }

    .careerExamInfo-sec3 .dlist .dtit {
        height: auto;
    }

    .careerExamInfo-sec3 .dlist .dtit:after {
        top: -23px;
        left: 50%;
        width: 10px;
        height: 30px;
        transform: translateX(-50%);
    }

    .careerExamInfo-sec3 .dlist .dtxt {
        padding: 20px;
    }

    .careerExamInfo-sec3 .dlist.d3 .dtit:after {
        display: block;
    }
}

/* 취업지원 안내 < 취업지원 */
.jobSupportInfo-sec1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}

.jobSupportInfo-sec1 .dlist {
    width: 18.857%;
}

.jobSupportInfo-sec1 .dlist .dtit {
    display: flex;
    width: 100%;
    height: 92px;
    color: #FFF;
    text-align: center;
    font-family: "ONE-Mobile-Title", sans-serif;
    font-size: 1.33333em;
    font-weight: 400;
    line-height: 1.2em;
    border-radius: 20px;
    background: #066C70;
    box-sizing: border-box;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.jobSupportInfo-sec1 .dlist .dtxt {
    display: flex;
    width: 100%;
    height: calc(100% - 92px);
    color: #2E2E2E;
    text-align: center;
    font-size: 1.05556em;
    font-weight: 700;
    line-height: 1.2em;
    border-radius: 20px;
    background: #066C70;
    box-sizing: border-box;
    padding: 30px 20px;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(55, 67, 89, 0.10);
}

.jobSupportInfo-sec1 .dlist.d2 .dtit {
    background: #0EA2A4;
}

.jobSupportInfo-sec1 .dlist.d3 .dtit {
    background: #1F8A9F;
}

.jobSupportInfo-sec1 .dlist.d4 .dtit {
    background: #009FBF;
}

.jobSupportInfo-sec1 .dlist.d5 .dtit {
    background: #005667;
}

@media all and (max-width: 1299px) {
    .jobSupportInfo-sec1 .dlist .dtit {
        font-size: 1.125em;
    }
}

@media all and (max-width: 999px) {
    .jobSupportInfo-sec1 .dlist {
        width:32%;
    }

    .jobSupportInfo-sec1 .dlist.d4, .jobSupportInfo-sec1 .dlist.d5 {
        width: 49%;
    }
}

@media all and (max-width: 499px) {
    .jobSupportInfo-sec1 .dlist {
        width:100% !important;
    }

    .jobSupportInfo-sec1 .dlist .dtit {
        height: auto;
        padding: 10px;
    }

    .jobSupportInfo-sec1 .dlist .dtxt {
        height: auto;
    }
}

/* 취업포털 < 현장실습지원센터 < 운영규정 */
.jlaw {
    background-image: url("/resources/homepage/job/_Img/Contents/jlaw_01.jpg");
    background-position: right center
}

/* 후원의 집 찾아가기 < 대학발전기금 < 대학 */
.p-visitSponsorHome .bdListTbl tr td .stitle a {
    text-overflow: initial;
    white-space: initial;
}

.p-visitSponsorHome .bdListTbl tr td .stitle.stitleNew a {
    max-width: 100%;
}

@media all and (min-width: 1000px) {
    .p-visitSponsorHome .bdListTbl .num {
        width:90px
    }

    .p-visitSponsorHome .bdListTbl .writer {
        width: 120px
    }

    .p-visitSponsorHome .bdListTbl .date {
        width: 170px
    }

    .p-visitSponsorHome .bdListTbl .cnt {
        width: 90px
    }
}
