@charset "utf-8";

/* main common */
h2,
h3,
h4,
h5 {
    font-family: 'Pretendard-Bold';
}

.semi {
    font-family: 'Pretendard-SemiBold';
}

.main_ttl_box {
    position: relative;
    margin-bottom: 60px;
}

.cello_square_sect .main_ttl_box,
.advertising_sect .main_ttl_box {
    position: relative;
    z-index: 10;
    margin-bottom: 80px
}

.main_ttl_box.tac {
    text-align: center;
}

.main_ttl_box.white {
    color: #fff;
}

.main_ttl_box.white>* {
    color: inherit !important;
}

.main_ttl_box.white .main_category {
    color: #fff;
}

.main_ttl_box .main_ttl {
    font-size: var(--section-ttl);
    line-height: 1.4;
}

.main_ttl_box .main_category {
    display: block;
    margin-bottom: 22px;
    font-size: var(--section-sub);
    color: var(--c-pt);
    text-transform: capitalize;
    font-family: 'Pretendard-SemiBold';
}

.main_ttl_box p {
    font-size: var(--section-txt);
    color: #666;
    line-height: 1.45;
}

.main_ttl_box h2+p {
    margin-top: 1.6666rem;
}

.txt_box p {
    font-size: 1.111rem;
}

/* main_visual */
.main_visual {
    position: relative;
}

.main_visual .swiper-slide {
    position: relative;
    padding-top: 44.2%;
    box-sizing: border-box;
    min-height: 920px;
}

.main_visual .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main_visual .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_visual .slider_arrows {
    position: absolute;
    bottom: -3.3333rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 450px;
    width: 40.105%;
    background: var(--c-pt);
    box-shadow: 0px 31px 65px 6px var(--c-pt-shadow);
    z-index: 11;
}

.main_visual .slider_arrows>button {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    display: block;
    width: 6.6666rem;
    height: 6.6666rem;
    margin: 0;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

.main_visual .slider_arrows .prev_btn {
    background-image: url('../img/btn/slide_prev.png');
}

.main_visual .slider_arrows .next_btn {
    background-image: url('../img/btn/slide_next.png');
}

.main_visual .slider_arrows .next_btn::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #fff;
    opacity: 0.3;
    content: '';
}

.main_visual .txt_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.main_visual .txt_box .visual_ttl {
    font-size: var(--ft-visual-ttl);
    font-family: 'Pretendard-SemiBold';
    color: #fff;
    line-height: 1.4;
}

.main_visual .txt_box p {
    font-size: var(--ft-visual-txt);
    color: #fff;
    margin-top: 30px;
    font-family: 'Pretendard-Light';
}

/* //main_visual */
/* estimate_sec */
.estimate_sec {
    padding: 120px 0;
}

.estimate_sec .inner>div {
    width: calc(50% - 10px);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.estimate_sec .left .top {
    padding: 36px 20px;
    border-bottom: 1px solid #eee;
}

.estimate_sec .left .top ul li {
    /* display: flex;
    align-items: center; */
    width: 50%;
}

.estimate_sec .left .top ul li>* {
    vertical-align: middle;
    display: inline-block;
}

.estimate_sec .left .top ul li span {
    display: inline-block;
    background-color: #f9f9f9;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 20px;
}

.estimate_sec .left .top ul li .txt_box {
    display: inline-block;
}

.estimate_sec .left .top p {
    font-size: 20px;
    vertical-align: baseline;
    word-break: break-all;
}
.estimate_sec .left .top p b{
font-family: 'Pretendard-SemiBold';
font-weight: 600;
}
.estimate_sec .left .top p+p {
    margin-top: 15px;
}

.estimate_sec .left .top p strong {
    font-size: 38px;
    color: var(--c-pt);
    font-family: 'Gmarket Sans';
    font-weight: 600;
}

.estimate_sec .left .estimate_list {
    padding: 16px 20px;
}

.estimate_sec .left .estimate_list li a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.estimate_sec .left .estimate_list li .state {
    width: 65px;
    height: 26px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    line-height: 24px;
    border: 1px solid var(--c-pt);
    background-color: var(--c-pt);
    color: var(--c-w);
}

.estimate_sec .left .estimate_list li .state.ing {
    border: 1px solid var(--c-pt);
    background-color: var(--c-w);
    color: var(--c-pt);
}

.estimate_sec .left .estimate_list li .state.comp {
    border: 1px solid var(--c-bs);
    background-color: var(--c-bs);
    color: var(--c-w);
}

.estimate_sec .left .estimate_list li .user_name {
    color: #454545;
    margin-left: 7.4%;
    width: 21%;
}

.estimate_sec .left .estimate_list li .title {
    color: #757575;
    width: calc(71.6% - 65px);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.estimate_sec .right {
    margin-left: 20px;
    padding: 30px 20px 40px;
}

.estimate_sec .right .form_ttl {
    font-size: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.estimate_sec .right .input_container {
    padding-top: 5px;
}

.estimate_sec .right .input_wrap {
    width: 100%;
}

.estimate_sec .right .input_wrap.half {
    width: calc(50% - 10px)
}

.estimate_sec .right .input_wrap.half+.input_wrap.half {
    margin-left: 20px;
}

.estimate_sec .right .input_wrap label {
    display: block;
    font-weight: 500;
    font-family: 'Pretendard-Medium';
    font-size: 18px;
    padding: 20px 0 10px;
}
.estimate_sec .right input::placeholder{

    color: #aaa;
}
.estimate_sec .right input{
    height: 48px;
    font-size: 1rem;
    width: 100%;
    border-radius: 4px;
}

.estimate_sec .right .checkbox1 {
    padding: 20px 0 40px;
}

.inquiry_btn {
    display: block;
    width: 100%;
    font-family: 'Pretendard-Bold';
    color: #fff;
    background-color: var(--c-pt);
    border-radius: 4px;
    font-size: var(--ft-btn1);
    text-align: center;
    height: 58px;
}

/* differ_sect */
.differ_sect {
    padding: 160px 0 120px;
    text-align: center;
    background-color: #fafafa;
}

.differ_sect ul li {
    border-radius: 10px;
    overflow: hidden;
    width:30%;
}

.differ_sect ul li+li {
    margin-left: 3.3333%;
}

.differ_sect ul li:nth-of-type(4n) {
    margin-left: 0;
}

.differ_sect ul li:nth-of-type(n + 4) {
    margin-top: 3.3333%;
}

.differ_sect ul li span {
    display: block;
    width: 100%;
    height: 12.222rem;
}

.differ_sect ul li span img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.differ_sect ul li .txt_box {
    width: 100%;
    height: calc(100% - 12.2222rem);
    padding: 29px 20px;
    background-color: #fff;
}

.differ_sect ul li .txt_box p {
    line-height: 1.75;
    font-family: 'Pretendard-SemiBold';
}

/* business_sec */
.business_sec {
    padding: 160px 0;
}

.business_sec .main_ttl_box {
    flex: 0 0 auto;
}

.business_sec .cont ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: 480px;
    position: relative;

}

.business_sec .cont ul::after {
    content: '';
    width: calc(100% - 14.1666%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    background-color: #f2f2f2;
    z-index: -1;
}

.business_sec .cont ul li {
    width: 14.1666%;
    height: 190px;
    padding: 1.25%;
    background-color: #fafafa;
    border-radius: 20px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.business_sec .cont ul li:nth-of-type(n + 3) {
    margin-left: 2.9166%;
}

.business_sec .cont ul li:nth-of-type(even) {
    transform: translateX(61.764%);
    margin-top: 100px;
}

.business_sec .cont ul li .dots {
    display: block;
    position: absolute;
    background-color: #cccccc;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}

.business_sec .cont ul li .dots::before {
    content: '';
    position: absolute;
    border-left: 1px dashed #dbdbdb;
    height: 45px;
    left: 5px;
    width: 1px;
}

.business_sec .cont ul li:nth-of-type(odd) .dots {
    bottom: -55px;

}

.business_sec .cont ul li:nth-of-type(even) .dots {
    top: -55px;

}

.business_sec .cont ul li:nth-of-type(odd) .dots::before {
    top: -45px;

}

.business_sec .cont ul li:nth-of-type(even) .dots::before {
    bottom: -45px;

}

.business_sec .cont ul li p {
    font-size: var(--ft-cont-ttl);
    color: #454545;
    font-family: 'Pretendard-SemiBold';
}

.business_sec .cont ul li .step_num {
    display: block;
    font-size: var(--ft-cont-txt);
    color: #757575;
    margin: 5px 0 18px;
}

.business_sec .cont ul li:hover {
    background-color: var(--c-pt);
    box-shadow: 0 25px 55px 6px var(--c-pt-shadow);
}

.business_sec .cont ul li:hover .dots {
    background-color: var(--c-pt);
}


.business_sec .cont ul li:hover .step_num,
.business_sec .cont ul li:hover p {
    color: #fff;
}

/* //business_sec */

/* company_sec */
.company_sec {
    position: relative;
    height: 38.8888rem;
}

.company_sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 87.5%;
    height: 100%;
    background: url('../img/main/company_sec_bg.jpg') left center no-repeat;
    background-size: cover;
    content: '';
}

.company_sec .list {
    position: absolute;
    bottom: -66px;
    right: 0;
    display: flex;
    max-width: 932px;
    width: 80%;
    z-index: 1;
}

.company_sec .list li {
    /* min-width: 290px; */
    position: relative;
    flex: 1;
    transition: all .3s;
}

.company_sec .list li:first-of-type:hover {
    box-shadow: 0px 31px 65px 6px var(--c-pt-shadow);
}

.company_sec .list li:last-of-type:hover {
    box-shadow: 0px 31px 61.1px 3.9px rgba(0, 0, 0, 0.07);
}

.company_sec .list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 60px 70px;
    background: #f7f7f9;
    z-index: 1;
}

.company_sec .list li:first-of-type a {
    color: #fff;
    background: var(--c-pt);
    border-radius: 10px 0 0 10px;
}

.company_sec .list .category {
    display: block;
    font-size: 24px;
    font-weight: 900;
}

.company_sec .list .ttl {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.4;
}

.company_sec .more_btn {
    margin-top: 130px;
}

/* //company_sec */

/* cello_square_sect */
.cello_square_sect {
    padding: 160px 0;
}

.cello_square_sect .list {
    display: flex;
    margin-top: 50px;
}

.cello_square_sect .list li {
    position: relative;
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all .3s;
    background-color: #000;
    position: relative;
    height: 500px;
    padding: 70px 50px 80px;
    border-radius: 10px;
    overflow: hidden;
}

.cello_square_sect .list li+li {
    margin-left: 3.166%;
}

.cello_square_sect .list li picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.cello_square_sect .list li picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.cello_square_sect .list li .txt_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 10;
    color: #fff;
    transition: all .5s;
}

.cello_square_sect .list li:hover {
    background: rgba(18, 185, 95);
    box-shadow: 0px 31px 65px 6px var(--c-pt-shadow);
}

.cello_square_sect .list li:hover img {
    opacity: 0.2;
}

.cello_square_sect .list li .subject {
    font-size: 1.6666rem;
    line-height: 1.2;
    font-family: 'Pretendard-SemiBold';
}

.cello_square_sect .list li .desc {
    margin-top: auto;
    font-size: 1.1111rem;
    line-height: 1.5;
}

/* //cello_square_sect */

/* mission_sec */
.advertising_sect {
    padding: 170px 0 160px;
    position: relative;

}


.advertising_sect .main_ttl_box .main_ttl {
    font-size: var(--section2-ttl);
}

.advertising_sect .main_ttl_box .main_category {
    font-size: var(--section2-sub);
}

.advertising_sect .main_ttl_box p {
    font-size: var(--section2-txt);
}

.advertising_sect::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 6.9444rem;
    background: #fff;
    content: '';
    z-index: 10;
}

.advertising_sect::after {
    content: '';
    height: 41.2777rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: url('../img/main/advertising_bg.jpg') center center no-repeat;
    background-size: cover;
}

.live_slider .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    width: 275px;
}

/* //mission_sec */

/* notice_sec */
.notice_sec {
    padding-bottom: 160px;
}

.notice_list {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.notice_list li {
    padding: 2.222rem 1.6666rem;
}

.notice_list li+li {
    border-top: 1px solid #eee;
}

.notice_list li{
    display: flex;
    align-items: center;
    background: url(../img/ico/arrow_g.png) no-repeat right center;
    padding-right: 1rem;
}

.notice_list li .subject {
    font-size: 1.1111rem;
    font-family: 'Pretendard-Bold';
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 160px);
}

.notice_list li .date {
    width: 8.8888rem;
    color: #999999;
    display: block;
}


/* //notice_sec */

/* mobile */
@media screen and (max-width: 768px) {
    .txt_box p {
        font-size: 1rem;
    }

    .main_ttl_box {
        margin-bottom: 11.111vw;
    }

    .main_ttl_box .main_category {
        margin-bottom: 15px;
    }

    .cello_square_sect .main_ttl_box, .advertising_sect .main_ttl_box{
        margin-bottom: 40px;
    }
    /* main_visual */
    .main_visual .swiper-slide {
        position: relative;
        padding-top: 150.417%;
        min-height: inherit;
    }

    .main_visual .swiper-slide::before {
        display: block;
        /* padding-top:100%; */
        content: '';
    }

    .main_visual .swiper-slide video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
        object-fit: cover;
    }

    .main_visual .txt_box {
        top: 26.058%;
        left: 25px;
        transform: none;
    }
    .main_visual .txt_box p {
        line-height: 1.4615;
        margin-top: 25px;
    }

    .main_visual .slider_arrows {
        bottom: 0;
        transform: translateY(50%);
        min-width: auto;
        width: 87.5%;
        box-shadow: 0px 15.5px 30.55px 1.95px var(--c-pt-shadow);
    }

    .main_visual .slider_arrows>button {
        width: 60px;
        height: 60px;
        background-size: 15px;
    }

    .main_visual .slider_arrows .next_btn::after {
        height: 25px;
    }

    /* 건적문의 */
    .estimate_sec {
        padding: 60px 0;
    }

    .estimate_sec .inner { 
        display: block;
    }

    .estimate_sec .inner>div {
        width: 100%;
        box-shadow: 0 5px 12.5px rgba(0, 0, 0, 0.05);
    }

    .estimate_sec .left .top {
        padding: 20px 0;
    }

    .estimate_sec .left .top p {
        font-size: 13px;
    }

    .estimate_sec .left .top p strong {
        font-size: 23px;
    }

    .estimate_sec .left .top ul li {
        text-align: center;
    }

    .estimate_sec .left .top ul li span {
        display: block;
        margin: 0 auto 15px;
    }

    .estimate_sec .left .estimate_list {
        padding: 5px 15px;
    }

    .estimate_sec .left .estimate_list li a {
        padding: 7.5px 0;
    }

    .estimate_sec .left .estimate_list li .state {
        width: 50px;
        height: 21px;
        font-size: 11px;
        text-align: center;
        border-radius: 4px;
        line-height: 19px;
    }

    .estimate_sec .left .estimate_list li .user_name {
        margin-left: 7.4%;
        width: 21%;
    }

    .estimate_sec .right {
        margin-left: 0;
        margin-top: 20px;
        padding: 20px 15px 30px;
    }

    .estimate_sec .right .form_ttl {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .estimate_sec .right .input_container {
        padding-top: 0;
    }

    .estimate_sec .right .input_wrap label {
        font-size: 14px;
        padding: 20px 0 10px;
    }

    .estimate_sec .right input[type="text"] {
        height: 36px;
    }

    .estimate_sec .right .checkbox1 {
        padding: 15px 0 30px;
    }

    .inquiry_btn {
        height: 41px;
    }


    /* differ_sect */
    .differ_sect {
        padding: 70px 0;
        text-align: center;
        background-color: #fafafa;
    }

    .differ_sect ul {
        align-items: stretch;
    }

    .differ_sect ul li {
        border-radius: 10px;
        overflow: hidden;
        width: calc(50% - 7.5px);
    }

    .differ_sect ul li+li {
        margin-left: 15px;
    }

    .differ_sect ul li:nth-of-type(4n) {
        margin-left: 15px;
    }

    .differ_sect ul li:nth-of-type(odd) {
        margin-left: 0;
    }

    .differ_sect ul li:nth-of-type(n + 3) {
        margin-top: 20px;
    }

    .differ_sect ul li span {
        height: 110px;
    }

    .differ_sect ul li .txt_box {
        padding: 20px 10px 20px;
        height: calc(100% - 110px);
    }

    .differ_sect ul li .txt_box p {
        line-height: 1.5;
    }

    /* business_sec */
    .business_sec {
        padding: 70px 0 70px;
        text-align: center;
    }

    .business_sec .cont ul {
        flex-direction: row-reverse;
        align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;

        /* justify-content: center; */
        height: auto;
        padding: 0 5.55555vw;

    }

    .business_sec .cont ul::after {
        width: 1px;
        left: 50%;
        height: calc(100% - 33.333vw);
        background-color: #f2f2f2;
        z-index: -1;
        transform: translateY(-50%);
    }

    .business_sec .cont ul li {
        width: 37.931%;
        height: 33.333vw;
        padding: 5.555vw;
        border-radius: 4.1666vw;
    }

    .business_sec .cont ul li:last-of-type {
        justify-self: start;
    }

    .business_sec .cont ul li:nth-of-type(even) {
        transform: translate(0, 60%);
        margin-top: 0;
        margin-right:12.068%;
    }

    .business_sec .cont ul li:nth-of-type(n + 3) {
        margin-left: 0;
        margin-top: 8.333vw;
    }

    .business_sec .cont ul li:nth-of-type(odd) {
        margin-left:12.068%;
    }

    .business_sec .cont ul li .dots {
        width:8px;
        height:8px;
        left: auto;
        top: 50%;
        transition: all .3s;
    }

    .business_sec .cont ul li .dots::before {
        content: '';
        position: absolute;
        border-left: none;
        border-top: 1px dashed #dbdbdb;
        height: 1px;
        top: 50% !important;
        transform: translateY(-50%);
        width: 8.3333vw;
    }

    .business_sec .cont ul li:nth-of-type(odd) .dots {
        bottom: auto;
        left: -9.722vw;
        transform: translateX(-50%) translateY(-50%);

    }

    .business_sec .cont ul li:nth-of-type(even) .dots {
        top: 50%;
        right: -9.722vw;
        transform: translateX(50%) translateY(-50%);

    }

    .business_sec .cont ul li:nth-of-type(odd) .dots::before {
        left: 100%;
    }

    .business_sec .cont ul li:nth-of-type(even) .dots::before {
        bottom: auto;
        left: auto;
        right: 100%;
    }

    .business_sec .cont ul li p {
        font-size: 4.4444vw;
    }

    .business_sec .cont ul li .ico {
        width: 9.7222vw;
        height: 9.7222vw;
    }

    .business_sec .cont ul li .step_num {
        font-size: 3.0555vw;
        margin: 0 0 2.5vw;
    }

    .business_sec .cont ul li:hover {
        background-color: var(--c-pt);
        box-shadow: 0 25px 55px 6px var(--c-pt-shadow);
    }

    .business_sec .cont ul li:hover .dots {
        background-color: var(--c-pt);
    }

    .business_sec .cont ul li:hover .ico img {
        filter: brightness(0) invert(1);
    }

    .business_sec .cont ul li:hover .step_num,
    .business_sec .cont ul li:hover p {
        color: #fff;
    }

    /* company_sec */
    .company_sec {
        height: auto;
        padding-top: 191px;
        ;
    }

    .company_sec::after {
        width: 100%;
        height: 240px;
        background-image: url('../img/main/company_sec_bg_mo.jpg');
    }

    .company_sec .list {
        position: static;
        display: block;
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    .company_sec .list li:first-of-type:hover,
    .company_sec .list li:last-of-type:hover {
        box-shadow: none;
    }
    .company_sec .list li:first-of-type a{
        border-radius: 7.5px 7.5px 0 0;
    }
    .company_sec .list li:last-of-type a{
        border-radius: 0 0 7.5px 7.5px;
    }
    .company_sec .list li a {
        padding: 30px 30px 37.5px;
    }

    .company_sec .list .category {
        font-size: 15px;
    }

    .company_sec .list .ttl {
        margin-top: 10px;
        font-size: 22px;
    }

    .company_sec .list .more_btn {
        margin-top:55px;
    }

    /* cello_square_sect */
    .cello_square_sect {
        padding: 60px 0 70px;
    }

/* cello_square_sect */
.cello_square_sect {
    padding:70px 0 60px;
}

.cello_square_sect .list {
    display: flex;
    flex-wrap: wrap;
}

.cello_square_sect .list li {
    flex: none;
    width: 100%;
    height: 317.5px;
    padding: 50px 40px 60px;
}

.cello_square_sect .list li+li {
    margin-left: 0;
    margin-top: 20px;
}
.more_btn.leftBot{
    position: static;
    margin-top: 25px;
}
.cello_square_sect .list li:hover {
    background: var(--c-pt);
    box-shadow: 0px 15.5px 32.5px 3px var(--c-pt-shadow);
}

.cello_square_sect .list li .subject {
    font-size: 20px;
}

.cello_square_sect .list li .desc {
    font-size: 14px;
}


/* mission_sec */
.advertising_sect {
    padding: 90px 0 70px;
    position: relative;
}

.advertising_sect::before {
    height: 65px;
}

.advertising_sect::after {
    height:450px;
    background-image: url('../img/main/advertising_bg_mo.jpg');
}

.live_slider .swiper-slide {
    width:180px;
}

/* //mission_sec */

/* notice_sec */
.notice_sec {
    padding-bottom: 70px;
}

.notice_list li {
    padding: 20px 10px;
      display: block;
    background-size: 8px auto;
}

.notice_list li .subject {
    font-size: 16px;
    width: 100%;
}

.notice_list li .date {
    width: 100%;
    color: #999999;
    font-size: 12px;
    margin-bottom: 12px;
}


}


