@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

div.content ul {
    margin: 0;
    padding: 0;
}

body {
    font-family:'Noto Sans KR', "Nanum Gothic", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

a:hover,
a:actived,
a:focus {
    color: #333;
    text-decoration: none !important;
}


.container.dabo-wrap {
    width: 1200px !important;
    text-align: center;
    padding-top: 4rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
}









.product-desc {
    padding-top: 5rem;
    padding-bottom: 5rem;
}



  .card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
  }

  .ripple-surface {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.hover-zoom {
    --mdb-image-hover-zoom-transition: all 0.3s linear;
    --mdb-image-hover-zoom-transform: scale(1.1);
}

.bg-image {
    border-radius: 16px;
    border: 1px solid #c3cbd4;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.rounded {
    border-radius:0.25rem !important;
}


.w-100 {
    width: 100% !important;
}

.card {
    background-color: rgba(255,255,255,1); 
    padding: 0; 
    .col-lg-5 {
        width: 40.1%;
        position: relative;
    }
    .btn-check {
        position: relative;
        height: 211px;
        button {
            position: absolute;
            top: 40%;
            left: 55%;
            background-color: #ea4f18;
            color: #ffffff;
                        border-radius: 4px;
            padding: 0.8rem 2rem;
            font-size: 1.6rem;
                        border: none;
            &:hover {
            background-color: #f1881a;
            color: #ffffff;
            border: none !important;
            &:focus {
                border: none;
            }
            &:visited {
                border: none;
            }
            }
        }
    }
    .btn-choose-board {
         background-color: #ea4f18;
            color: #ffffff;
                        border-radius: 4px;
            padding: 0.8rem 2rem;
            font-size: 1.1rem;
                        border: none;
    }
}
.card.bg2 {background-color: rgba(255,255,255,0.7); }
.card h5 {
    font-size: 1.4rem;
    text-align: left;
    font-weight: 500;
}
.card ul {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    li {
        padding: 0.2rem 0 0.2rem 0.2rem;
        &:last-of-type p {
            padding-left: 0.5rem;
            padding-top: 0.1rem;
            line-height: 1.3;
        }
    }
}


.card-title {
position: absolute;
  width: 100%;
 font-size: 1.1rem;
  justify-content: flex-end;
  color: #fff;
  font-weight: 500;
  z-index: 111;
  bottom: 0;
  left: 0;
}
.bg-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 55px;
    left: 0;
    bottom: 0;
        background: linear-gradient(
        to top,
        rgba(4, 27, 45, 0.9),
        transparent
    );
}

.card-desc {
    text-align: left;
    padding-left: 5rem;
    ul {
        margin-top: 2rem;
        li {
            padding: 0.5rem 0;
            font-size: 16px;
            p {
                padding-top: 1rem;
                font-size: 15px;
                line-height: 1.3;
                font-weight: 400;
                padding-left: 10px;
                color: #054a80;
                letter-spacing: -0.5px;
            }
        }
    }
}

.survey {
    padding-left: 20%;
    color: #ffffff;
    padding-bottom: 30px;
    p {
        color: #fd9931;
        font-size: 18px;
        padding-top: 30px;
    }
    .form-check {
        input {
            width: 16px;
            height: 16px;
            vertical-align: sub;
        }
        label {
        font-weight: 400;
        font-size: 15px;
        padding: 0.1rem 0.8rem;
        }
        
    }
    .form-check.selected-board {
        background-color: #003864 !important;
        border: none !important;
    }

     
}

.btn-dabo-regist {
    margin: 50px 0 90px 0;
        border-radius: 0.2rem;
        padding: 15px 40px;
        font-size: 29px;
        font-weight: 500;
        color: #041b2d;
        background-color: #f78b19;
        box-shadow: 7px 7px #3f3628 !important;
        &:hover {
            color: #ffffff;
            background-color: #f1701a;
        box-shadow: 7px 7px #17110e !important;
        }
     }


.regist-form {
    border-radius: 30px;
    width: 60%;
    padding: 4rem 6rem 4rem 2rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    .pd-form-control {
        padding-bottom: 12px;
        .form-control {
            height: 38px;
            line-height: 38px;
        }
        label {
            line-height: 38px;
            color: #003864;
            font-weight: 500;
            font-size: 16px;
        }
    }
}
    .etc-input {
    display: none;
    margin-top: 10px;
    transition: all 0.3s ease;
    }
    .etc-input.show {
    display: block;
    width: 90% !important;
    min-height: 50px !important;
    }
    .selected-board {
    background-color: #e0f7fa !important;
    border: 1px solid #004c99 !important;
    transition: all 0.3s ease;
    }




.pt-5 {padding-top: 5rem !important;}


.solution {
    padding-bottom: 60px;
    background: rgb(22,153,134);
    background: linear-gradient(121deg, rgba(22,153,134,1) 0%, rgba(62,89,141,1) 100%);
    .container {
      .justify-content-center {
        .col-md-12 {
            h2 {
                font-weight: 500;
                font-size: 32px;
                color: #ffffff;
                padding-top: 80px;
                padding-bottom: 15px;
            }
            .d-flex {
                border-radius: 10px;
                background-color: #fff;
                padding: 2rem 4rem;
                .img-solu {
                    width: 40%;
                }
                .txt-solu {
                    padding-top: 30px;
                    width: 56%;
                    margin-left: 4%;
                    text-align: left;
                    font-size: 16px;
                    line-height: 1.3;
                    a {
                        display: inline-block;
                        margin-top: 2rem;
                        padding: 0.6rem 3rem;
                        background-color: #0a8276;
                        color: #fff;
                        font-weight: 500;
                        font-size: 1.1rem;
                    }
                }
            }
        }
      }  
    }
    .card {
        border-radius: 10px;
        .card-header {
            font-size: 19px;
            line-height: 1.2;
            word-break: keep-all;
            padding: 1rem 0;
            height: 78px;
        }
        .card-body {
            a {
                display: inline-block;
                        padding: 0.6rem 3rem;
                        background-color: #0a8276;
                        color: #fff;
                        font-weight: 500;
                        font-size: 1.1rem;
            }
        }
    }
}


.board-info {
    padding-bottom: 40px;
    background:#f1f1f1 url(../images/texture.png) no-repeat center top;
    .row {
        img {
            width:500px;
        }
    }
    h2 {
        font-size: 26px;
        padding-top: 40px;
    }
    .justify-content-center {
        position: relative;
        a {
            width: auto;
            position: absolute;
            right: 100px;
            top: 90px;
            display: inline-block;
                        padding: 0.6rem 3rem;
                        background-color: #333333;
                        color: #fff;
                        font-weight: 500;
                        font-size: 1.1rem;
        }
    }
}

.i_section {}
.i_section:after{content: ''; display: block; clear: both;}
.i_section > div{float: left; padding: 25px 0; color: #fff; text-align: left;}
.i_section > div:nth-of-type(1){background: #ffffff; width: 35%;}
.i_section > div:nth-of-type(2){background: #fff8f1; width: 32.5%;}
.i_section > div:nth-of-type(3){background: #feebd7; width: 32.5%;}
.p3_box dl dt h5{margin-bottom: 15px; padding: 0 0 0 25px; font-size: 23px; color: #e94e19;}
.p3_box dl dd p{position: relative; padding: 0 0 0 32px; font-size: 15px; line-height: 21px; word-break: keep-all; letter-spacing: -0.5px;}
.p3_box dl dd p:after{content: ''; position: absolute; top: 10px; left: 19px; width: 5px; height: 5px; border-radius: 50%; background: #fe8f1a;}

.p3_box.desc {
    h5 {
        color: #fff;
        padding-left: 0;
    }
    background-color: #e94e19;
    color: #fff;
    padding: 2.5rem 1.7rem  1.2rem 1.7rem;
    word-break: keep-all;
    dd {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.8;
    }
}






.registed-download {
padding-top: 4rem;
    .col {
        width: 33.333%;
        a {
            display:flex;
            border-radius: 20px;
            padding: 1rem;
            background-color: #0a8276;
            color: #ffffff;
            div {
               &:nth-child(1) {
                padding: 1rem 1.8rem 1rem 1.3rem;
                border-right: 1px solid #fff;
                font-size: 2rem;
               } 
               &:nth-child(2) {
                text-align: left;
                font-size: 1.1rem;
                line-height: 1.5;
                padding-left: 1.4rem;
                word-break: keep-all;
                padding-top: 0.4rem;
               }
            }
        }
    }
}

















@media (max-width: 1340px){
	.factory .isp .part1 ul li{height: 156px;}
	.i_section > div{float: none; width: 100%; min-height: auto;}
}
@media (max-width: 991px){
	.factory .isp .part1 ul li{width: 49%; height: auto;}
	.factory .isp .part2 .table_con_wrap{width:100%;overflow-x:auto; white-space:nowrap;padding-bottom:20px;}
	.factory .isp .part2 .table_con_wrap table{width: 800px!important;}
	.factory .isp .part2 .table_con_wrap .table_prev_mo{display:block;}
}
@media (max-width: 640px){
	.i_section > div{padding: 30px 0;}
    .i_section > div:nth-of-type(1){width: 100%;}
.i_section > div:nth-of-type(2){width: 100%;}
.i_section > div:nth-of-type(3){width: 100%;}
	.p3_box dl dt h5{padding: 0 20px 20px; font-size: 22px;}
	.p3_box dl dd p{padding: 0 20px 0 34px; font-size: 14px;}
	.p3_box dl dd p:after{left: 20px;}
}






















/*registed*/
.container.dabo-wrap.registed-wrap {
    width: 1260px !important;
    h1 {
        color: #121212;
        font-size:36px;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 24px;
        color: #333333;
        font-weight: 500;
        padding-bottom: 6px;
    }
    .intro-video {
        text-align: center;
        padding: 1.5rem 0 1.5rem 0;
        span {
        display: inline-block;
        padding: 0.7rem 3rem;
        border-radius: 100px;
        color: #fff;
        background-color: #f1881a;
        font-size: 17px;
            line-height: 1.4;
        }
    }

    .video-responsive {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin: 0 auto;
        width: 560px; /* 최대 너비 제한 */
    }

    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .col-lg-2 {
        width: 19%;
        padding: 0.5rem 1rem; 
        margin: 0.3rem;
        background-color: #fff;
        border-radius: 20px;
        .kit-list-img {
            padding-top: 1rem;
            img {
            width: 100%;
            padding-bottom: 1rem;
            }
            .kit-title {
                font-size: 17px;
                color: #000000;
                padding-bottom: 5px;
            }
        }
        .kit-desc {
            line-height: 1.5;
            height: 220px;
        }
        .kit-spec {
            height: 160px;
            ul {
                padding-left: 0;
                text-align: left;
                li {
                    position: relative;
                    margin-top: 5px;
                    padding-left: 11px;
                    padding-bottom: 4px;
                    font-size: 14px;
                    font-weight: 400;
                    line-height:1.3;
                    word-break: keep-all;
                    color: #003864;
                    &::before {
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        top: 8px;
                        content: '';
                        width: 3px;
                        height:3px;
                        border-radius: 50%;
                        background-color: #003864;
                    }
                }
            }
        }
        .kit-link {
            a {
                display: block;
                width: 90%;
                margin: 5%;
                border-radius: 10px;
                color: #ffffff;
                background-color: #ea4f18;
                padding: 0.9rem 0 1rem 0;
                text-align: center;
                font-size: 15px;
                line-height: 1.4;
                font-weight: 400;
                i {
                    padding-left: 0.4rem;
                }
            }
        }
    
    }
}

.kit-list {
    margin: 3rem  0;
    padding: 1rem;
    border-radius: 2px;
}

.d-flex {
    display: flex ;
}

.justify-content-center {
    justify-content: center !important;
}











@media (max-width: 1399.98px) { ... }




@media (max-width: 1199.98px) { 
    .container.dabo-wrap.registed-wrap {
        width: 100% !important;
    }
}




@media (max-width: 991.98px) {
    .video-responsive {
        width: 100%;
        max-width: 100%;
    }
}




@media (max-width: 767.98px) {

    .container.dabo-wrap {
        width: 100% !important;
        section {
            width: 100%;
            h2 {
                font-size: 22px;
                line-height: 1.4;

            }
        }
    }
    .container > .row {margin: 0 0 0 0;}


.solution {
    & .container {
        & .justify-content-center {
            & .col-md-12 {
                h2 {
                    font-size: 23px;
                    padding-top: 50px;
                    padding-bottom: 10px;
                }
                .d-flex {
                    border-radius: 10px;
                    padding: 2rem 1rem;
                    display: block;
                    .img-solu {
                        width: 100%;
                    }
                    .txt-solu {
                        width: 100%;
                        margin-left: 0;
                        text-align: center;
                        p {
                            font-size: 0.9rem;
                        }
                    }
                }
            }
        }
    }
}

.board-info {
    & .row {
        padding-bottom: 90px;
        img {
            width: 100% !important;
        }
    }
    & .justify-content-center {
        a {
                    width: 180px;
                    padding-left: 0;
                    padding-right: 0;
                    text-align: center;
        left: 50%;
        margin-left: -90px;
        right: auto;
        top: 188px;
        }
    }
    .container.p-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}



    .card {
        padding: 1rem 1rem;
        .col-lg-5 {
            width: 100%;
        }
        .card-desc {
                padding-left: 0 !important;
                padding-top: 2rem;
            }
        .btn-check {
            height: 50px;
            button {
                top: 0;
            }
        }
        h5 {
            padding-top: 1rem;
            font-size: 1.2rem;
            font-weight: 500;
        }
    }
    

    .product-desc {
        padding: 5rem 1rem;
    }
    
    .survey {
        padding-left: 1rem;
        p {
            font-size: 15px;
        }
    }

    /*registed*/
    .container.dabo-wrap.registed-wrap {
        h1 {
            padding-left: 1rem;
            padding-right: 1rem;f
            font-size: 22px;
            line-height: 1.4;
            word-break: keep-all;
        }
        h2 {
            padding-left: 1rem;
            padding-right: 1rem;
            font-size: 18px;
            line-height: 1.8;
            word-break: keep-all;
        }
            iframe {
        width: 100% !important;
    }
        .col-lg-2 {
           width: 95% !important;
           .kit-title {
                font-size: 15px;
                padding-bottom: 5px;
            }
           .kit-desc {
            font-size: 14px;
            min-height: 1.7;
            height: auto;
            padding-bottom: 30px;
           }
           .kit-spec {
             height: auto;
             padding-bottom: 30px;
           }
        }
        
    }
    .d-flex {
            display: block !important;
        }

    .regist-form  {
        width: 90%;
        padding: 4rem 3rem 3rem 1rem;
         .pd-form-control  {
            display: flex !important;
            .col-lg-3 {
                width: 25%;
                font-size: 14px;
            }
            .col-lg-9 {
                width: 75%;
            }
         }
    }

.registed-download {
    display: block !important;
    padding-top: 2rem !important;
    & .col {
        width: 100%;
                margin-bottom: 0.5rem;
        a {
            display: block;
            border-radius: 20px;
            padding: 1rem 0.5rem;
            font-size: 17px;

            div {
                &:nth-child(1) {
                    padding: 0 !important;
                    border-right: none;
                    font-size: 1.6rem;
                }
                &:nth-child(2) {
                    text-align: center;
                }
            }
        }
    }

}





}



@media (max-width: 575.98px) { ... }











