@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');


@font-face {
    font-family: "UD Shin Go Hangul DemiBold";
    font-style: normal;
    font-display: swap;
    src:    url('../font/MO-UDShinGoHangKo2-DeB.otf') format("opentype");
}

@font-face {
    font-family: "UD Shin Go Hangul Regular";
    font-style: normal;
    font-display: swap;
    src:    url('../font/MO-UDShinGoHangKo2-Reg.otf') format("opentype");
}

@font-face {
    font-family: "UD Shin Go Hangul Light";
    font-style: normal;
    font-display: swap;
    src:    url('../font/MO-UDShinGoHangKo2-Lig.otf') format("opentype");
}


header{
    position: sticky;
    top:0; 
}
*{
    font-family: 'UD Shin Go Hangul Light', 'Roboto Condensed', sans-serif ;

}
.W-main {
    background: url('../img/bg1.jpg') no-repeat;
    height: 700px;
    background-size: 100%;
    background-position: center;
}
.W-main .container{
    width: 1200px;
}
.W-main .ments {
    padding-top:200px; 
    color:white;
    min-height: 800px;
    text-align: left;
}
.W-main .ments h1 {
    font-size: 30px;
    margin-left: -5px;
}
.W-main .ments .dot_top {
    position: relative;
}
.W-main .ments .dot_top:before {
    color:white;
    /* bottom:30px; */
    bottom:40px;
    left:10px;
    position:absolute;
    border-radius: 70px !important;
    /* font-size: 110px; */
    /* letter-spacing:15px; */
    font-size: 20px;
    letter-spacing:23px;
    content:"...."   
}
.W-main .ments h2 {
    font-size: 100px; 
    font-weight: bold;
    margin-top: 10px;
    margin-left: -5px;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.ds_btn {
    color: white; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    background-color: #53ac84;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.ds_btn:hover{
    background: #3b7b5e;
    
}
.W-main .ments a {
    width: 300px; 
    height:60px; 
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 2px;
    font-family: 'UD Shin Go Hangul DemiBold';
}

.W-main .ments p {
    margin-top:10px; 
    font-size: 18px;
}
.slogan {
    padding:50px 0; 
    font-size: 24px;
    text-align: center;
    letter-spacing: -1px;
}
.slogan p{
    font-weight: bold;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.b {
    /* background: #54dcba; */
}

.video {
    background: #f1f1f1; 
}
.video .container{
    width: 1200px;
}
.video .ments {
    padding-left:50px;
}
.video h3 {
    font-size: 30px; 
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.video p {
    
    font-size: 18px; 
    font-weight: 400;
}
.point {
    width:282px; 
    background:#01916d;
    height:1px; 
    position: relative;
    margin:10px 0; 
}
.point::after{
    width:180px; 
    height:4px; 
    content:''; 
    position: absolute; 
    background:#01916d;
}
.video .ments {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    font-size: 50px;
    
}
.video .btns {
    margin-top:40px; 
    display: flex; 
    gap:20px; 
    justify-content: flex-start;
}
.video .btns a {
    width:180px;
    height:50px;
    font-size: 18px;
    border-radius: 2px;
}
.video  .youtube {
    width: 50%;
    height:330px;
}

.sign_about {
    display: flex;
}
.sign_about .img{
    height: 400px;
}
.sign_about .img{
    width: 50%;
    overflow: hidden;
}
.sign_about .img img{
    
}
.sign_about .ments {
    padding-right: 40px;
    margin: auto 0;
}
.sign_about h3 {
    font-size: 30px; 
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.sign_about h3 span {
    display: inline-flex;
    height:55px;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.sign_about p {
    margin-top:1rem; 
    font-size: 18px;
    font-weight: 400; 
}
.sign_about a {
    margin-top: 30px;
    width: 180px;
    height:50px;
    font-size: 18px;
    border-radius: 2px;
}


.why_docu {
    background: #f1f1f1;
}
.why_docu .container{
    width: 1200px;
}
.why_docu  .cards {
    display: flex; 
    justify-content: space-between;
   
}
.why_docu h3 {
    text-align: center;
    font-size: 30px; 
    font-weight: bold; 
    margin-bottom: 70px;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.why_docu  .cards .img {
    width: 240px;
    height:200px;
    text-align: center;
}
.why_docu  .cards  p {
    font-size: 18px; 
    margin-top:30px; 
    text-align: center;
    font-weight: 400;
}
.why_docu_2 {
    background: #f1f1f1;
}
.why_docu_2 .container{
    width: 1200px;
}
.why_docu_2  .cards {
    display: flex; 
    justify-content: space-between;
}
.why_docu_2  .cards .card{
    margin: auto 0;
}
.why_docu_2 h3 {
    text-align: center;
    font-size: 30px; 
    font-weight: bold; 
    margin-bottom: 70px;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.why_docu_2  .cards .img {
    width: 160px;
    text-align: center;
}
.global .container{
    width: 1200px;
}
.global h3 {
    font-size: 30px; 
    line-height: 40px;;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.global p {
    margin-top:20px; 
    font-size: 18px;
    font-weight: 400;
}
.global a {
    margin-top:30px;
    font-size: 18px;
    width: 180px;
    height:50px;
    border-radius: 2px;
}
.global .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.global .items .item {
    width: 50%;
    text-align: center;
    gap:0 70px;
}

.global .items .item h4 {
    font-size: 18px; 
    color: #01916d;
    font-family: 'UD Shin Go Hangul DemiBold';
}
.global .items .item span {
    font-size: 30px; 
    font-weight: bold;
}
.familay_site {
    background: #f1f1f1; ;
}
.familay_site .clearfix{
    /* width: 1300px!important; */
}
.familay_site h3 {
    font-size: 30px; 
    font-weight: bold;
    text-align: center;
    font-family: 'UD Shin Go Hangul DemiBold';
}

.familay_site .icons {
    display: grid;
    grid-template-columns : repeat(6, 1fr); 
    gap:40px; 
}
.box_two{
    background-color: #fff;
    margin: 70px 0;
}
.box_two .container{
    width: 1200px;
}
.box_two .flex{
    justify-content: space-around;
}
.box_two .bg {
    min-height: 400px;
    position: relative;
    width: 48%;
}
.box_two .bg .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%; 
    height:100%;
    z-index:1; 
}
.box_two .bg1 {
    background: url('../img/bg_11.jpg');
    background-position: center;
}
.box_two .bg2 {
    background: url('../img/bg_12.jpg');
    
}
.box_two .ments {
    color:white; 
    z-index: 2; 
    position: absolute; 
    display: flex;
    flex-direction: column;
    top: 100px;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.box_two h3{
    font-size: 28px; 
    font-weight: bold; 
    margin-bottom: 30px;
    text-align: center;
    line-height: 38px;
    font-family: 'UD Shin Go Hangul DemiBold';

}
.box_two a {
    width: 300px; 
    height:60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 2px;
    line-height: 24px;
}
.box_two p {
    font-size: 16px;
    margin-top: 10px; 
}
.m-global-footer__wrap p,
.m-global-footer__wrap ul,
.m-global-footer__wrap ol {
    margin: 0;
    padding: 0;
}
.m-global-footer .l-container{
    max-width: 1184px;
    margin: 0 auto;
}
.m-global-footer__wrap ol,

.m-global-footer__wrap ul {
    list-style-type: none;
    padding: 0;
}

.m-global-footer__wrap .m-sns-links {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
}

.m-global-footer__wrap .m-sns-links__item {
    margin-top: 0;
}

    .m-global-footer__wrap .m-sns-links__item > img {
        opacity: 0.8;
        transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .m-global-footer__wrap .m-sns-links__item:hover > img,
    .m-global-footer__wrap .m-sns-links__item:active > img,
    .m-global-footer__wrap .m-sns-links__item:focus > img {
        opacity: 1;
        transform: none;
        transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

.m-global-footer__wrap {
    /* background-color: #333333; */
    
    
}

.m-footer-links {
    border-bottom: 1px solid #707070;
    padding-bottom: 2.5rem;
}

    .m-footer-links .m-column {
        margin-top: 0;
        margin-bottom: 0;
    }

.m-footer-links__title {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 0.25rem !important;
}

.m-footer-links__label {
    color: #dcdcdc;
    font-size: 13px;
    margin-top: 0.5rem !important;
}

.m-footer-links__link:hover > img,
.m-footer-links__link:active > img,
.m-footer-links__link:focus > img {
    filter: brightness(1.2);
}

.m-footer-links__link:hover .m-footer-links__label,
.m-footer-links__link:active .m-footer-links__label,
.m-footer-links__link:focus .m-footer-links__label {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .m-footer-links__label {
        display: none;
    }
}

.m-footer-sitemap {
    border-top: 1px solid #707070;
    padding-top: 2.5rem;
    margin-bottom: 3rem;
}

.m-footer-sitemap__head {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.m-footer-sitemap__body > li {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
}

.m-footer-sitemap__category + .m-footer-sitemap__category {
    margin-top: 1.5rem;
}

.m-footer-sitemap__group ul {
    padding-left: 1rem;
}

    .m-footer-sitemap__group ul > li {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }

.m-footer-sitemap__group__head {
    font-size: 0.75rem;
    margin-bottom: 0.5rem !important;
    color: #ffffff;
}

.m-footer-sitemap a {
    color: #dcdcdc;
}

    .m-footer-sitemap a:hover,
    .m-footer-sitemap a:active,
    .m-footer-sitemap a:focus {
        color: #ffffff;
        text-decoration: underline;
    }

@media screen and (max-width: 767px) {
    .m-footer-sitemap {
        padding-top: 0.3125rem;
    }

        .m-footer-sitemap .row {
            margin-top: -0.25rem;
            margin-right: -0.5rem;
            margin-bottom: -0.25rem;
            margin-left: -0.5rem;
        }

            .m-footer-sitemap .row > .col {
                padding-top: 0.25rem;
                padding-right: 0.5rem;
                padding-bottom: 0.25rem;
                padding-left: 0.5rem;
            }

    .m-footer-sitemap__head {
        position: relative;
        font-size: 1rem;
    }

        .m-footer-sitemap__head a {
            display: block;
        }

            .m-footer-sitemap__head a::before,
            .m-footer-sitemap__head a::after {
                content: "";
                display: inline-block;
                position: absolute;
                background-color: #8c8c8c;
                width: 1.125rem;
                height: 0.0625rem;
                right: -7px;
                top: 1rem;
            }

            .m-footer-sitemap__head a::before {
                transform: translateX(-50%) rotate(0);
            }

            .m-footer-sitemap__head a::after {
                transform: translateX(-50%) rotate(90deg);
            }

            .m-footer-sitemap__head a.-open::after {
                transform: translateX(-50%) rotate(0);
                background-color: #ffffff;
            }

        .m-footer-sitemap__head .-no-disclosure-body::before,
        .m-footer-sitemap__head .-no-disclosure-body::after {
            content: none;
        }

    .m-footer-sitemap__body {
        visibility: hidden;
        overflow: hidden;
        transition: height 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s;
    }

        .m-footer-sitemap__body.-open {
            visibility: visible;
        }

    .m-footer-sitemap__category + .m-footer-sitemap__category {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
}

.m-global-footer {
    background-color: #000000;
}

.m-global-footer__body {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.m-global-footer__anchor {
    color: #999999;
}

    .m-global-footer__anchor:hover,
    .m-global-footer__anchor:active,
    .m-global-footer__anchor:focus {
        color: #dcdcdc;
        text-decoration: underline;
    }

.m-global-footer__lang a {
    font-size: 0.75rem;
    border: 1px solid #8c8c8c;
    padding: 8px 10px 6px 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #8c8c8c;
    text-decoration: none;
}

    .m-global-footer__lang a:hover,
    .m-global-footer__lang a:active,
    .m-global-footer__lang a:focus {
        border-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.4);
    }

.m-global-footer__item {
    display: inline-block;
    padding-right: 0.5rem;
    font-size: 0.875rem;
}

    .m-global-footer__item:not(:last-child)::after {
        content: "";
        display: inline-block;
        width: 0.0625rem;
        margin-left: 1rem;
        background-color: #707070;
        height: 0.75rem;
    }

.m-global-footer__body__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.m-global-footer__copyright {
    color: #8c8c8c;
}

@media screen and (max-width: 767px) {
    .m-global-footer__lang {
        margin-top: 0.5rem;
    }

    .m-global-footer__copyright {
        display: block;
        text-align: center;
        margin-top: 2rem;
    }
}

.m-sns-links {
    text-align: center;
    margin-top: -1rem;
}

@media print, screen and (min-width: 768px) {
    .m-sns-links {
        margin-top: -2rem;
    }
}

.m-sns-links__item {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
}

    .m-sns-links__item:last-child {
        margin-right: 0 !important;
    }

@media print, screen and (min-width: 768px) {
    .m-sns-links__item {
        width: 5rem;
        height: 5rem;
        margin-top: 2rem;
        margin-right: 1.5rem;
    }

        .m-sns-links__item > img {
            transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        }

        .m-sns-links__item:hover > img,
        .m-sns-links__item:active > img,
        .m-sns-links__item:focus > img {
            transform: translateY(-10px);
            transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
        }
}

.m-sns-links--size-small {
    margin-top: -1.5rem;
}

@media print, screen and (min-width: 768px) {
    .m-sns-links--size-small {
        margin-top: -1rem;
    }
}

.m-sns-links--size-small .m-sns-links__item {
    width: 2rem;
    height: 2rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}

@media print, screen and (min-width: 768px) {
    .m-sns-links--size-small .m-sns-links__item {
        margin-top: 1rem;
        margin-right: 1rem;
    }
}

.m-global-footer__wrap .m-sns-links {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
}

.m-global-footer__wrap .m-sns-links__item {
    margin-top: 0;
}

    .m-global-footer__wrap .m-sns-links__item > img {
        opacity: 0.8;
        transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .m-global-footer__wrap .m-sns-links__item:hover > img,
    .m-global-footer__wrap .m-sns-links__item:active > img,
    .m-global-footer__wrap .m-sns-links__item:focus > img {
        opacity: 1;
        transform: none;
        transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
