/* 메인타이틀 */
.pcTit {
    letter-spacing: -0.35rem;
    font-family: 'notokr-bold';
    font-size: 120px;
    line-height: 130px;
}

.pcTit {
    font-family: 'cerebri-black';
}

.mTit {
    display: none;
}

@media all and (max-width: 1024px) {
    .mTit {
        display: block;
        font-size: 54px;
        letter-spacing: -0.20rem;
        font-family: 'cerebri-black';
        line-height: 60px;
    }

    .pcTit {
        display: none;
    }
}

.swiper {
    height: auto;
}

@media all and (max-width: 1024px) {
    .swiper {
        height: 370px;
    }

    .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 0 !important;
    }
}

#wrap {
    margin: 0 auto;
    border-top: 7px solid #0797d4;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.on {
    position: relative;
    color: #0797D4;
}

.on::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 47%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0797D4;
}

.on02 {
    color: #0797D4;
}

.clicked {
    color: #0797D4;
}

#header {
    position: relative;
    width: 1520px;
    z-index: 9999;
    margin: 0 auto;
    margin-top: 35px;
}

#container {
    /* width: 1520px; */
    margin: 0 auto;
}

#contents {
    margin: 0 auto;
}

span.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

@media all and (max-width: 1024px) {
    span.swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    }
}

span.swiper-pagination-bullet-active {
    background: #0797d4;
}

@media screen and (max-width: 1024px) {

    #wrap {
        border-top: none;
        width: 100%;
    }

    #header {
        width: 100%;
    }

    #container {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 0;
    }

    #contents {
        width: 100%;
    }
}

.bg_img {
    height: 100%;
    text-align: center;
    margin: auto;
}

.bg_img img {
    top: calc((100% - 1285px)/2);
    height: 100%;
    margin: auto;
}

/* ! ------ Header ------ */

.logo {
    width: 175px;
}

.web_mainlogo {
    height: 50px;
}

.mob_mainlogo {
    display: none;
}

/* .gnbWrap {
    width: 100%;
    margin: 0 auto;
} */

.gnb {
    display: flex;
    justify-content: space-between;
}

.gnb .d-flex {
    align-items: center;
}

.gnbMenu {
    display: flex;
    margin-right: 30px;
    justify-content: space-between;

}

.gnbMenu li {
    padding: 5px;
    margin-right: 35px;
}

.gnbMenu li a {
    position: relative;
}

.gnbIcons {
    display: flex;
    list-style: none;
}

.gnbIcons button {
    padding: 5px;
    margin-right: 1.25rem;
    width: 40px;
    cursor: pointer;
}

.gnbIcons button:last-child {
    margin-right: 0;
}

.gnb_bull {
    z-index: 2;
    color: #0797D4;
    font-size: 25px;
    text-align: center;
    transition: 35s;
}

.mBiz {
    width: 1520px;
    margin: 0 auto;
    padding: 102px 0 60px;
}

.mBiz_list {
    display: flex;
    margin-bottom: 10px;
}

.mBiz_list li {
    width: 150px;
    height: auto;
    letter-spacing: -0.4px;
    text-align: left;
    margin-right: 70px;
}

.togleBtn img {
    display: none;
    position: absolute;
    width: 40px;
    margin-left: 30px;
    left: 250px;
}

.sidebar {
    width: 30%;
    height: 100vh;
    position: absolute;
    right: -10px;
    top: -35px;
    z-index: 9999;
    background: #fff;
    box-shadow: -25px 10px 30px -10px gray;
    display: none;
}

.sidebar_on {
    transform: 98%;
    display: block;
    position: fixed;
}

.sidebar>ul {
    margin: 200px 0 420px 50px;
}

.sidebar>ul>li {
    margin-bottom: 20px;
}

.sidebar>ul>li>a {
    font-family: 'cerebri-bold';
}

#close_btn {
    width: 50px;
    position: absolute;
    right: 15px;
    top: 55px;
    cursor: pointer;
}

.side_sns {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.side_sns div>a {
    width: 35px;
    margin-right: 15px;
}


.side_sns p {
    font-size: 1.65rem;
    margin-bottom: 20px;
    font-family: 'cerebri-regular';
}

.side_sns>div>a>img {
    width: 40px;
}

@media all and (max-width: 1024px) {
    .mainLogo {
        max-width: 220px;
        margin-left: 10px;
    }

    .web_mainlogo {
        display: none;
    }

    .mob_mainlogo {
        display: block;
        width: 125px;
    }

    .gnbWrap {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .gnb {
        margin: 3% 0 0;
        align-items: unset;
    }

    .gnbMenu {
        flex-direction: column;
        width: 100%;
        position: absolute;
        display: none;
        top: 0;
        z-index: 0;
    }

    .gnbMenu.active {
        display: flex;
    }

    .gnbIcons {
        position: absolute;
        margin-top: 7px;
        right: 3px;

    }

    .gnbIcons>button {
        padding: 5px;
        margin-right: 10px;
    }

    .gnbIcon .togleBtn img {
        display: block;
    }

    .mBiz {
        width: 100%;
        padding: 68px 0 0;
    }

    .mBiz_list li {
        font-size: 14px;
        width: 35%;
        margin-right: 0;
        font-family: 'cerebri-bold';
    }

    .mBiz_list li:last-child {
        margin-right: 0px;
        max-width: 110px;
    }

    .sidebar {
        width: 75%;
    }

    .sidebar>ul {
        margin: 100px 0 0 20px;
    }

    .sidebar>ul>li {
        margin-bottom: 20px;
    }

    .side_sns {
        left: 20px;
        bottom: 120px;
    }

    .side_sns>div>a {
        width: 15px;
        margin-right: 25px;
    }

    .side_sns>div>a>img {
        width: 25px;
    }

    #close_btn {
        padding: 2px;
        top: 15px;
        right: 5px;
    }
}

.mySlides {
    display: none;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #0797D4;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

@media screen and (max-width: 1024px) {
    .slideshow-container, .slideshow-container img {
        width: 100%;

    }

    .slideshow-container {
        margin-top: 50px;
    }
}


/* ! contents line */

.tit_bb {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 70px;
}

.sub_title {
    display: flex;
    align-items: flex-start;
    padding: 70px 0 0;
    border-bottom: 1px solid #d9d9d9;
}

.sub_title li {
    font-family: 'Cerebri-Sans-Book';
    font-size: 1.125rem;
    margin-right: 45px;
    margin-bottom: 120px;
}

.sub_title li a:hover {
    color: #0797D4;
}


#mainCont {
    margin-top: 100px;
}

.mainTitle {
    display: flex;
    align-items: baseline;
    margin-bottom: 50px;
}

.mainTitle>h3 {
    font-size: 2.125rem;
    margin-right: 50px;
    font-family: 'cerebri-bold';
}

.txt_box {
    display: flex;
    padding: 40px 0px;
    justify-content: space-between;
}

.txt_box a {
    width: 1520px;
    height: 130px;
    display: flex;
    justify-content: space-between;
}

.txt_box h2 {
    letter-spacing: -3px;
    font-size: 2.2rem;
    width: 530px;
    font-weight: bold;
    line-height: 1.35;

}

.txt_box a>p {
    float: right;
    width: 880px;
    letter-spacing: -0.01rem;
}


.ba_box {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 50px;
    display: flex;
    margin-top: 50px;
}

.ba_box:last-child {
    border-bottom: none;
}

.bizArea_left {
    width: 550px;
}

.bizArea_left p {
    width: 100%;
    color: #0797D4;
}

.bizArea_right {
    margin: auto 0 auto 60px;
    width: 976px;
}

.list01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 33px;
}

.list01:last-child {
    margin: 0;
}

.list01 div>p {
    font-family: 'cerebri-book';
    color: #61606b;
}

.solution {
    background-image: url(../img/contents/si_bg.png);

    text-align: center;
}

.solution img {
    width: 1300px;
    margin: auto;
    height: 1200px;
    color: #0797D4;
}

.bg_txt {
    position: absolute;
}

@media screen and (max-width:1024px) {
    .sub_title {
        width: 83%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 10px;
        padding: 0 0 30px 0;
        border-bottom: 0;
    }

    .sub_title li {
        margin-right: 7%;
        max-width: 100%;
        margin-bottom: 10px;

    }

    .sub_title li>a {
        font-size: 2rem;
    }

    .mainTitle {
        margin-bottom: 0;
        width: 100%;
        justify-content: space-between;

    }

    .mainTitle h3 {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .list_circle div {
        width: 12px;
        height: 12px;
    }

    .ba_box {
        display: block;
        margin: 20px 0 50px;
        padding: 0 0 50px;
    }

    .bizArea_left {
        width: 80%;
    }

    .bizArea_left p {
        display: none;
    }

    .bizArea_right {
        margin: 0;
        width: 100%;

    }

    .list01 {
        display: block;
        margin: 18px 0 12px;
    }

    .list01 div {
        margin: 5px 0;
    }

    .list01 div>h2 {
        font-size: 2.5rem;
        margin-bottom: 4px;
    }

    .list01 div>p {
        font-size: 1.75rem;
    }

    .list01 a {
        display: none;
    }

    .solution {
        background-image: url(../img/contents/si_bg.png);
        width: 100%;
        height: 500px;
    }

    .our_work::before {
        content: 'Our ';
    }
}

#work_topmargin img {
    margin-top: 240px;
}

@media screen and (max-width:1024px) {
    #work_topmargin img {
        margin-top: 30px;
    }
}


.BAContainer {
    display: inline-block;
}

.contBA_body {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contList {
    display: block;
    width: calc((100% - 94px) / 2);
    margin: 0 94px 80px 0;
}

.contList:nth-of-type(2n) {
    margin-right: 0;
}

.contList img {
    width: 100%;
    vertical-align: middle;
}

.contList div {
    margin-top: 45px;
}

.contList a>div>p {
    font-family: 'notokr-bold';
    color: #61606B;
    margin-bottom: 11px;
    font-size: 14px;
}

@media screen and (max-width:1024px) {
    .contList a>div>p {
        color: #666666;
        font-size: 1.75rem;
        margin-bottom: 2px;
    }
}


.contList div>h2 {
    font-size: 2.25rem;
}

.cont_img {
    text-align: center;
    border-bottom: solid 4px #d9d9d9;
    width: 100%;

}

.cont_img:last-child {
    border-bottom: none;

}

.cont_img img {
    width: 1300px;
    margin: 100px auto;
    display: block;
}

@media screen and (max-width:1024px) {
    .cont_img img {
        width: 100%;
    }
}

.mg-clear {
    margin: 0;
}

.pcImg_rolling {
    display: block;
}

.mImg_rolling {
    display: none;
}

@media screen and (max-width:1024px) {

    .contList {
        margin: 25px 0;
        width: 100%;
    }

    .contList div {
        margin-top: 20px;

    }

    .contlist div>h2 {
        font-size: 2.75rem;
    }

    #mainCont {
        margin-top: 50px;
    }

    .pcImg_rolling {
        display: none;
    }

    .mImg_rolling {
        display: block;
    }

    .swiper {
        height: 100%;
    }

    .txt_box {
        display: block;
        padding: 20px 0;
    }

    .txt_box h2 {
        margin: 0;
        width: 100%;
    }

    .txt_box a {
        width: 100%;
        display: block;
    }

    .txt_box a>p {
        font-size: 14px;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 5px;
        width: 100%;
        height: 55px;
        padding-bottom: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;

    }

    .div_flex {
        display: flex;
    }

    .div_flex h2 {
        font-size: 2.125rem;
        margin-right: 20px;
    }

    .div_flex a {
        margin: auto 0;
    }
}

@media screen and (max-width: 768px) {

    .list_fst {
        width: 80%;
    }
}

@media screen and (max-width:412px) {
    #mainCont {
        margin-top: 50px;
    }



    .div_flex {
        display: flex;
    }

    .div_flex h2 {
        font-size: 2.125rem;
        margin-right: 20px;
    }

    .div_flex a {
        margin: auto 0;
    }
}

/* !      About          */


#contents_box {
    position: relative;
    margin: 0 auto;
}

#cont_bt {
    margin: 0 auto;
    width: 1300px;
    text-align: center;
}

.overview {
    margin: 0 auto;

}

.hist_click {
    margin: 100px auto;
    width: 1300px;
}

.hist_click a {
    width: 50%;
    text-align: center;
    padding-bottom: 50px;
}

@media screen and (max-width:412px) {
    .hist_click {
        margin: 50px auto;
    }

    .hist_click a {
        padding-bottom: 20px;
    }
}

.bg_txt {
    height: 100px;
}


.click_off {
    color: #d9d9d9;
    border-bottom: #d9d9d9 solid 6px;
}

.click_on {
    color: #0797d4;
    border-bottom: #0797d4 solid 6px;
}


.cont_box {
    text-align: center;
    padding: 120px 0 80px;
}

.cont_box div {
    margin: 15px 0;

}

.profile {
    display: flex;
    height: auto;
    width: 100%;

}


.profile_img {
    width: 40%;
}

.profile_txt {
    width: 60%;
    color: #eee;
    height: auto;
}

.profile_txt div {
    margin: 50px;
}


.matey_down {
    font-weight: bold;
    font-size: 1.425rem;
    letter-spacing: -0.68px;

}

.download {
    width: 25px;
    margin: 7px;
}


@media all and (max-width: 1024px) {

    .hist_click {
        width: 100%;
    }

    .hist_click a {
        width: 100%;
        font-size: 2.5rem;
    }


    #cont div {
        display: block;
    }



    .cont_img {
        border-bottom: solid 1px #d9d9d9;

    }

    .cont_img img {
        width: 100%;
        margin: 30px 0;
    }


    .profile {
        display: block;

    }

    .profile_img {
        width: 100%;
        display: block;

    }

    .profile_txt {
        width: 100%;
        color: #eee;
        height: auto;
        padding: 15px 0px;

    }

    .profile_txt div {
        margin: 0;
        margin-left: 30px;
        margin-bottom: 15px;
    }

    .profile_txt div>h2 {
        margin: 15px 0 25px 0;
        width: 60%;
        font-size: 3rem;
    }

    .download {
        width: 17px;
        margin-left: 4px;
    }
}

/* ! footer line  */

#footer {
    margin-top: 300px;
    border-bottom: solid 8px #000;
    background-color: #f5f5f5;
}

.footer_Wrap {
    width: 1524px;
    margin: 0 auto;
    padding: 110px 0;
}

.btLogo {
    display: none;
}


#footerTop {
    display: flex;
    border-bottom: 2px solid #000;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 60px;
}

#footerBottom {
    display: flex;
    margin: auto;
    padding-top: 60px;
}

.area {
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}


.ft_profileDown h2 {
    text-align: left;
    font-size: 2.625rem;
    margin-bottom: 84px;
}

.ft_home03 {
    width: 473px;
}

.ft_home03 h2 {
    display: block;
    font-size: 30px;
}

@media all and (max-width: 1024px) {
    .ft_home03 {
        width: 100%;
    }

    .ft_home03 h2 {
        display: none;
    }
}

.ft_home h2 {
    margin-bottom: 44px;
    font-size: 1.875rem;
}

.ft_home ul>li {
    padding: 15px 0;
    font-size: 0.875rem;
}

.address {
    padding-bottom: 33px;
}

.address span {
    display: inline-block;
    font-size: 26px;
    color: #666;
    margin-top: 44px;
}

.address p {
    color: #000;
    font-size: 40px;
}

.parent {
    position: relative;
    top: 0;
    left: 0;
}

.image1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.image2 {
    position: relative;
    top: 50%;
    left: 30px;
    z-index: 2;
}

.link_inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-items: center;
}

.link_inner div {
    margin-right: 20px;
}

.ft_logo {
    height: 42px;
    align-items: center;
}

.ft_logo img {
    height: 100%;
}

.sns {
    float: right;
}

.social {
    display: flex;
    margin: 40px 0 80px;
}

.social a {
    margin-right: 28px;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    border: solid 1px #d9d9d9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social a:last-child {
    margin-right: 0px;
}

.social a>img {
    width: 20px;
}

.work_title .social {
    position: absolute;
    bottom: 0;
}

.cont_oversize {
    text-align: center;
    margin: 100px auto 0;
}

.cont_normal {
    width: 1520px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .cont_normal img {
        width: 100%;
    }

    .work_title .social {
        position: unset;
        bottom: 0px;

    }
}




.more_icons {
    position: relative;
    top: 5px
}

@media screen and (max-width: 1024px) {
    .cont_oversize {
        width: 100%;
        overflow: hidden;
    }

    #oversize {
        margin-left: 0;
    }

    .cont_normal {
        width: 100%;
    }

    .cont_normal img {
        width: 100%;
        margin-top: 50px;
    }


    .more_icons {
        display: block;
    }

    .cont_oversize img {

        width: 140%;
        margin-left: -20%;

    }

    #footer {
        width: 100%;
        border: none;
        margin-top: 100px;
        background-color: inherit;
    }

    .footer_Wrap {
        width: 90%;
        background-color: #fff;
        padding: 0;
    }

    #footerTop {
        display: block;
        width: 100%;
        border: none;
        padding: 0;
    }

    .btLogo {
        display: block;
        max-width: 125px;
        margin-bottom: 54px;
    }

    .ft_profileDown {
        display: none;
    }

    .homeList {
        display: flex;
        flex-wrap: wrap;
    }

    .ft_home ul>li {
        width: 50%;
        font-weight: bold;
        padding: 0;
        margin-bottom: 20px;
    }

    .ft_home ul>li>a {
        letter-spacing: 0.07px;
        font-size: 1.75rem;
        font-family: 'cerebri-bold'
    }

    #footerBottom {
        display: block;
        padding: 20px 0 0 0;
        width: 100%;
    }

    .address {
        padding: 15px 0;
        display: flex;
        flex-direction: column-reverse;
        max-width: 330px;
    }

    .address h5 {
        font-weight: 300;
        margin: 0 0 20px;
    }

    .address p {
        letter-spacing: -0.1rem;
        width: 75%;
        font-size: 21px;
        color: #000;
        margin-bottom: 20px;
    }

    .address span {
        display: inline-block;
        font-size: 14px;
        width: 80%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .link_inner>a {
        font-size: 1.75rem;
        margin-bottom: 25px;
        letter-spacing: -0.7px;
    }

    .ft_logo {
        display: none;
    }

    .ft_txt {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .sns {
        float: left;
        overflow: hidden;
    }

    .social {
        margin-bottom: 50px;
    }

    .social a:last-child {
        margin-right: 0px;
    }

    .ft_home h2 {
        display: none;
    }
}

.img_contents {
    text-align: center;
    width: 100%;
    margin: 100px auto 0;
}

.img_contents img {
    display: block;
    width: 1300px;
    margin: 0 auto 100px;
}

@media screen and (max-width: 1024px) {
    .img_contents img {
        width: 100%;
        margin: 0 auto 100px;
    }
}

.img_contents img:last-child {
    margin: 0 auto;
}

/* !! sub page */

#sub_menu {}

/* ! News Tab */


.newsletter {
    margin-top: 100px;
}

.news_title {
    border-bottom: #ebebf0 solid 1px;
    margin-bottom: 45px;

}

.newsletter_top {
    border-bottom: #000 solid 1px;
}

.news_keyword {
    margin: 50px;
}

@media screen and (max-width: 1024px) {
    .news_keyword {
        margin: 40px 30px;
    }
}

.news_keyword li {
    list-style: disc;
    font-size: 1.625rem;
}

.news_aricle {
    border-bottom: #d9d9d9 4px solid;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.details {
    display: flex;
    justify-content: center;
}

.details a {
    width: 260px;
    height: 84px;
    display: block;
    color: #fff;
    border-radius: 900px;
    background-color: #0797d4;
    font-size: 2rem;
    text-align: center;
    line-height: 84px;
}

@media screen and (max-width: 1024px) {
    .news_aricle {
        padding-bottom: 56px;
        margin-bottom: 60px;
    }

    .news_aricle h2 {
        font-size: 24px;
    }

    .details {
        border-radius: 900px;
        background-color: #0797D4;
        font-weight: bold;
        font-size: 44px;
        margin: 0 10px
    }

    .details a {
        height: 60px;
        font-size: 24px;
        line-height: 60px;
    }
}

.source {
    color: #9BA8BA;
    margin-top: 60px;
    font-size: 16px;
}

.source a {
    color: #9BA8BA;
    cursor: unset;
}

@media screen and (max-width: 481px) {

    .newsletter {
        margin-top: 0;
        padding-bottom: 40PX;
        /* border-bottom: #d9d9d9 solid 4px; */
    }

    .news_title {
        border-bottom: #ebebf0 solid 1px;
        margin-bottom: 15px;

    }



    .newsletter_top {
        border-bottom: #000 solid 1px;

    }

    /* .news_date {
        display: flex;
        margin: 0;
        padding: 17px 0;
    } */

    .news_keyword li {
        font-size: 2.5rem;
    }
}


.cont_name {
    text-align: center;
}



.article_bt p {
    color: #61606b;
    font-size: 0.825rem;
    width: 100%;
}

.box-title {
    text-align: center;
}

.box-title h2 {
    font-size: 5rem;
    font-family: 'Cerebri-Sans-ExtraBold';
    color: #0797d4;
}

.box-title p {
    color: #9ba8ba;
    font-size: 2.125rem;
    font-family: 'Cerebri-Sans-Bold';
}

.cont_inner article ul li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin-left: 68px;
    margin-bottom: 70px;
}

.cont_inner article ul li p {
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 2.25rem;
    margin: auto;
}

.cont_inner article ul li img {
    width: 100%;
}

.img_box {
    width: 100%;
}

.today {
    /* 화면 가운데 정렬 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 370px;
    height: 330px;
    overflow: hidden;
    text-align: center;
    background-color: aliceblue;
    border-radius: 15px;
    /*반사효과주기*/
    -webkit-box-reflect: below 15px linear-gradient(transparent, transparent, #FFFFFF);
}

.upper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: bisque;
}

.lower {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 220px;
    font-size: 16px;
}

#year {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
}

#month {
    margin-bottom: 30px;
    font-size: 90px;
    font-weight: 1000;
    color: #093732;
}

#date {
    margin-top: 2px;
    font-size: 130px;
    font-weight: 900;
    line-height: 1;
}

#day {
    font-size: 25px;
    font-weight: 500;
    padding-top: 5px;
}

.cont_dv {
    border-bottom: 2px solid #cdcdcd;
    position: relative;
    padding: 30px 0;
    width: 100%;
}

.cont_dv a {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .cont_dv a {
        display: block;
    }
}

.cont_dv:first-child {
    margin-top: 100px;
}

.cont_dv:last-child {
    border-bottom: 4px;
}

.news_cont {
    margin: 30px 0 70px;
}

.news_cont a {
    font-size: 2rem;
}

.news_cont p {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 1.275rem;
}

#category {
    font-weight: bold;
    font-size: 1.125rem;
    font-family: 'notokr-bold';
    margin-bottom: 4px;
}

#upload_date {
    color: #9ba8ba;
    font-family: 'cerebri-book';
}

.post_info div>img {
    margin: 0 5px 0 10px;
    width: 25px;
}

.news_img {
    margin-right: 70px;
}

@media screen and (max-width: 1024px) {
    .news_img {
        margin-right: 0;
    }
}

#post_views {
    margin-right: 20px;
}

.news_img img {
    width: 430px;
    /* height: 370px; */
}

.post_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.post_info div {
    display: flex;
}

.post_info div p {
    color: #61606B;
}

.post_info_list {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .post_info_list {
        margin-bottom: 20px;
    }
}

.post_info_list div {
    display: flex;
}

.post_info_list .txtPost {
    color: #61606B;
}

.post_info_list div>img {
    width: 25px;
    margin-right: 8px;
}

#post_date {
    color: #000;
}

@media screen and (max-width: 1024px) {
    .post_info {
        justify-content: space-between;
    }

    .post_info div {
        display: flex;
        align-items: center;
    }

    #post_views {
        margin-right: 30px;
    }

    .news_date {
        margin-right: 30px;
    }

    #post_date {
        font-size: 14px;
    }

    .news_date .post_info div>image {
        width: 20px;
    }

    .txtPost {
        font-size: 14px;
        color: #61606b;
    }

    .img_contents {
        margin: 0;
    }

    .img_contents img {
        margin: 0 auto 50px;
        width: 100%;
    }

    .img_contents img:last-child {
        margin: 0 auto;
    }

    .cont_dv {
        display: block;
        width: 100%;
        padding: 0;
        margin: 30px 0;
    }

    .cont_dv:first-child {
        margin-top: 0;
    }

    .news_cont {
        padding: 0;
        margin: 0 0 40px;
    }

    .news_img img {
        width: 100%;
        margin-right: 0;
    }

    .news_info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .news_cont a {
        font-size: 2.75rem;
        font-family: 'Cerebri-Sans-Bold';
        font-weight: 800;
    }

    #category {
        font-weight: bold;
        font-size: 1.75rem;
        margin-bottom: 0;
    }

    #upload_date {
        color: #9ba8ba;
        font-size: 1.75rem;

    }

    .news_cat {
        margin: 20px 0 10px;
    }

    .news_cont p {
        display: none;
    }
}

.cont_warp {
    display: flex;
    flex-wrap: wrap;
    margin: 100px auto 0;
    width: 100%;
    justify-content: space-between;
    border-bottom: 2px solid #d9d9d9;
}

.cont_warp:last-child {
    border-bottom: none;
}

#work_box {
    margin: 0 0 100px;
}

#work_box a {
    display: block;
}

#work_box a p {
    margin-top: 46px;
}

@media screen and (max-width: 1024px) {
    #work_box a p {
        font-size: 14px;
        margin-top: 24px;
    }
}

#work_box a p:last-child {
    font-size: 2.25rem;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    #work_box a p:last-child {
        width: 100%;
        font-size: 20px;
    }
}

#work_box2 {
    width: 480px;
}

#work_box2 div {
    margin-top: 40px;
    max-width: 480px;
}

#work_box2 div>p {
    font-size: 0.875rem;
    color: #61606b;
    margin-bottom: 12px;
}

#work_box2 div>a {
    font-size: 1.875rem;
    font-weight: bold;
}

.more {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .more {
        text-align: center;
    }
}

.btn_more {
    border: #cdcdcd solid 1px;
    border-radius: 100px;
    height: 130px;
    width: 130px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}

.btn_more:hover {
    cursor: pointer;
}


@media screen and (max-width: 1024px) {
    .cont_warp {
        margin: 0 auto;
    }

    #work_box a>img, #work_box2 a>img {
        width: 100%;
        height: auto;
    }

    #work_box, #work_box2 {
        margin: 10px 0 50px;
        width: 100%;
    }

    #work_box div, #work_box2 div {
        margin-top: 20px;
    }

    #work_box div>a, #work_box2 div>a {
        font-size: 2.5rem;
    }

    #work_box div>p, #work_box2 div>p {
        margin-bottom: 4px;
        font-size: 1.75rem;
    }
}

#oversize {
    width: 100%;
    max-width: 1920px;
}

.work_header {
    width: 1520px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 180px;
    margin-bottom: 35px;
}

.list_num {
    display: flex;
    margin: 70px auto 150px;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.list_num span {
    height: 25px;
    margin: 0 30px 0 0;
}


.list_num span:last-child {
    margin: 0 0 0 45px;
}

.list_num span>a {
    margin: auto;
    font-weight: 800;
}

.list_num span>a:hover {
    color: #0797D4;
}

.list_num span>a>img {
    width: 80%;
}

.work_title {
    width: 50%;
    height: 25.25rem;
    position: relative;
}

.work_title h2 {
    font-size: 5rem;
    line-height: 85px;
}

@media screen and (max-width: 1024px) {
    .work_title {
        height: 100%;
    }


    .work_title h2 {
        line-height: inherit;
    }
}

.work_info {
    display: flex;
    flex-wrap: wrap;
    width: 45%;

}

.work_info div {
    width: 340px;
    height: 110px;
}

.work_info div>h5 {
    font-weight: 100;
    color: #9ba8ba;
    font-size: 0.875rem;
    margin-bottom: 15px;
    font-family: 'cerebri-book';
}

.work_info div>p {
    font-size: 1.250rem;
    font-family: 'cerebri-book';
}

.cont_normal div {
    text-align: left;
}

.introduce {
    margin: 130px auto;
    width: 1300px;
}

.introduce p {
    font-size: 1.5rem;
}


.client {
    width: 1300px;
    margin: 0 auto;
}

.client dl {
    font-size: 4rem;
    font-weight: bold;
}

.client dt {
    color: #666666;
    font-size: 1.125rem;
    margin: 10px 0 40px 0px;

}

.client dd {
    color: #666666;
    font-size: 1.125rem;
    padding-bottom: 10px;
}

.client dd::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.client dd>span {
    display: inline-block;
    color: black;
    margin-right: 10px;
}

.border_box {
    border: dashed 1px #61606b;
    margin: 50px auto;
    width: 1300px;
    text-align: center;
    align-items: center;
    padding: 50px 0;
}

.thanks {
    width: 82%;
    margin: 10px auto;
    border-bottom: #9ba8ba solid 1px;
    padding: 35px 0;
}

.thanks:last-child {
    border: none;
}

.thx_top {
    display: flex;
    align-items: center;
    margin-bottom: 40px;

}

.thx_top img {
    margin-right: 22px;
    margin-top: 0;
    width: 60px;
    height: 60px;
}

.thx_top div>h5 {
    font-size: 1.125rem;
}

.thx_top div>p {
    color: #9ba8ba;
    font-size: 0.875rem;
}

.thx_bt p {
    font-size: 1.625rem;
}

@media screen and (max-width: 1024px) {
    .work_header {
        width: 100%;
        height: 100%;
        display: block;
        margin-top: 0;
    }

    .work_title {
        width: 100%;
    }

    .work_title div>h2 {
        line-height: normal;
        letter-spacing: -2px;
    }

    .introduce {
        width: 100%;
        margin: 30px auto 90px;
    }

    .client {
        width: 100%;
    }

    .client dt {
        font-size: 2rem;
        font-weight: bold;
        color: #000;
    }

    .client dd {
        font-size: 1.75rem;
        display: block;
        list-style: circle;
        margin: 10px 0;
    }

    .client dd>span {
        font-weight: bold;
        font-size: 2rem;
        padding: 10px 0;
    }


    .border_box {
        width: 100%;
        margin: 20px auto;
        padding: 0;

    }

    .thx_top {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: #000 1px solid;
    }

    .thx_top img {
        width: 20%;
        margin-right: 10px;
    }

    .thx_top div>h5 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    .thx_top div>p {
        font-size: 1.75rem;
    }

    .thx_bt {
        margin-top: 23px;
    }

    .thx_bt p {
        font-size: 2rem;
    }

    .work_info {
        display: block;
    }

    .work_info div {
        margin-bottom: 25px;
    }

    .work_info div>h5 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .work_info div>p {
        font-size: 2.125rem;
    }
}

.farmWrap {
    padding: 50px 0 0;
    display: flex;
    text-align: left;
    border-bottom: 1px solid #9BA8BA;
}

.farmWrap01 {
    height: 400px;
    margin-top: 70px;
    border-top: 5px solid #000;
}

.farmWrap .tit {
    padding-bottom: 60px;
}

.farmWrap h2 {
    font-size: 3em;
}

.farmWrap p {
    color: #666666;
    font-size: 2.25em;
}

@media screen and (max-width: 1024px) {
    .farmWrap h2 {
        font-size: 2em;
    }

    .farmWrap p {
        color: #666666;
        font-size: 1.6em;
    }
}

.farmWrap .btnWrap {
    margin-top: 40px;
}

.farmWrap .btnWrap a {
    width: 260px;
    height: 84px;
    border: 2px solid #0797D4;
    border-radius: 40px;
    text-align: center;
    color: #0797D4;
    padding: 7px 67px;
    font-size: 2.5em;
    font-weight: bold;
    margin-right: 20px;
}

.buleBtn {
    display: none;
    background-color: #0797D4;
    color: #fff !important;
}

@media screen and (max-width: 1024px) {
    .farmWrap {
        display: block;
        padding: 20px 0 0;
    }

    .farmWrap .tit {
        padding-bottom: 0;
    }

    .farmWrap .btnWrap {
        margin-top: 0;
        margin: 40px 0;
    }

    .farmWrap .btnWrap01 {
        margin: 0;
    }

    .farmWrap .btnWrap a {
        display: none;
        width: 60px;
        padding: 6px 36px;
    }

    .farmWrap01 {
        height: auto;
        padding-bottom: 40px;
        margin-top: 30px;
    }
}

#popup01, #popup02, #popup03 {
    display: none;
    width: 1120px;
    height: 732px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -250px;
    z-index: 2;
    transform: translate(-250px);
}

#popup01 .close, #popup02 .close, #popup03 .close {
    background-image: url(../img/contents/digital_farming/close.svg);
    width: 37px;
    height: 37px;
    cursor: pointer;
    position: absolute;
    top: 80px;
    right: 90px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#popup01 {
    background-image: url(../img/contents/digital_farming/01-1.svg);
}

#popup02 {
    background-image: url(../img/contents/digital_farming/01-2.svg);
}

#popup03 {
    background-image: url(../img/contents/digital_farming/01-3.svg);
}

.backon {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000054;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.close {
    position: absolute;
    top: -25px;
    right: 0;
    cursor: pointer;
}

.openPopup {
    cursor: pointer;
}


.list0505 li {
    font-weight: bold;
    list-style-type: disc;
    font-family: 'notokr-regular';
    font-size: 18px;
}

.simulation {
    position: relative;
    width: 1300px;
    padding-bottom: 100px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .simulation {
        width: 100%;
    }
}

.border-bb {
    border-bottom: 4px solid #D9D9D9;
    padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
    .border-bb {
        padding-bottom: 50px;
    }
}



.ceoTxt {
    border-bottom: 4px solid #d9d9d9;
    padding-bottom: 10rem;
    margin-bottom: 10rem;
}

.bullet::before {
    content: '';
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    top: -15px;
    margin-right: 20px;
}


@media screen and (max-width: 1024px) {
    .bullet::before {

        background-color: #000;
        border-radius: 50%;
        position: relative;
        top: -5px;
        margin-right: 10px;
    }
}

.hright {
    margin-left: 86px;
}

.hright .list {
    padding-top: 6.25rem;
}


.historyList .txt {
    padding-left: 80px;
    font-family: 'notokr-regular';
    letter-spacing: -5.2px;
}

.histoy_tit {
    padding-left: 80px;
    font-family: 'notokr-regular';
    letter-spacing: -5.2px;
    font-size: 2.5rem;
}

.txtWrap {
    width: 740px;
    padding-left: 100px;
}

.txtWrap p {
    font-family: 'notokr-regular';
    letter-spacing: -5.2px;
}

.historyList {
    width: 977px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 0 0 3.75rem;
    margin-top: 3.75rem;
}

@media screen and (max-width: 1024px) {
    .hright {
        margin-left: 15px;
        width: 70%;
    }

    .historyList .txt {
        padding-left: 20px;
        letter-spacing: -1.5px;

    }

    .historyList {
        width: 100%;
        padding: 0 0 3rem;
        margin-top: 3rem;

    }

    .histoy_tit {
        padding-left: 80px;
        font-family: 'notokr-regular';
        letter-spacing: -5.2px;
        font-size: 2.5rem;
    }

    .hright .list {
        padding-top: 3.5rem;
    }

    .txtWrap {
        padding-left: 20px;

    }

    .txtWrap p {
        letter-spacing: -1.2px;
    }

}



.ptn_wrap {
    text-align: center;
    width: 100%;
    margin-top: 165px;
}

.ptn_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    text-align: center;

}

.ptn_ul {
    display: flex;
    width: 100%;
}

.ptn_li {
    margin: 25px 5px;
    width: 250px;
}

.ptn_li img {
    width: 80%;
}

.ptn_li p {
    font-size: 2.25rem;
    margin-top: 20px;
    width: 100%;
}

.ptn_tit {
    margin: 100px 0 80px;
}

.ptn_tit_kor {
    color: #0797D4;
    text-align: center;
    font-size: 5rem;
}

.ptn_tit_eng {
    color: #9BA8BA;
    text-align: center;
    font-size: 2.125rem;
}

.border_bt {
    width: 100%;
    border-bottom: 4px solid #D9D9D9;
    padding: 160px 0 160px;
}

@media screen and (max-width: 1024px) {
    .ptn_wrap {
        margin-top: 45px;
    }

    .ptn_cont {
        margin-top: 50px;
        justify-content: flex-start;
    }

    .ptn_tit {
        margin: 30px 0 10px;
    }

    .ptn_li {
        width: 15%;
        margin: 8px;
    }

    .ptn_li img {
        width: 100%;
    }

    .ptn_li p {
        margin-top: 10px;
        font-size: 1rem;
    }

    .border_bt {
        padding: 20px 0;
    }
}

.matey_img {
    margin: 120px 0 70px;
}

.ceo_img {
    max-width: 446px;
    padding: 8.125rem 0 3.125rem;
}

.welfare_tit {
    font-size: 5.625rem;
    margin-top: 120px;

}


.welfareList {
    font-size: 3.5rem;
}

.welfareList_sub {
    margin: 20px 0 100px;
    font-size: 2.75rem;
}

.yearList {
    max-width: 206px;
}



@media screen and (max-width: 1024px) {
    .matey_img {
        margin: 45px 0;
    }

    .ceo_img {
        max-width: 250px;
    }

    .welfare_tit {
        font-size: 3.125rem;
        margin-top: 30px;
        margin-bottom: 10px;

    }

    .welfareList {
        font-size: 3rem;
    }

    .welfareList_sub {
        margin: 20px 0 50px;
        font-size: 2rem;
    }

    .yearList {
        max-width: 12rem;
    }
}

.box480 img {
    width: 30rem;
    height: 30rem;
}

/* .videoCtrl {
    position: relative;
    height: 0;
    padding-bottom: 70%;
}

.videoCtrl iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
} */

.videoCtrlBox {
    height: 57rem;
}

.videoCtrlBox iframe {
    padding-bottom: 2.5rem;
}

@media all and (max-width: 1024px) {
    .videoCtrlBox {
        padding-bottom: 32rem;
    }
}