@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;
}


.product-desc {padding: 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: 1rem 5rem; 
    border-bottom: dashed 1px #ddd;
    .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;
            }
            }
        }
        button
    }
}
.card.bg2 {background-color: rgba(255,255,255,0.7); }
.card h5 {
    font-size: 1.7rem;
}
.card ul {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}


.card-title {
position: absolute;
  width: 100%;
font-size: 1.6rem;
  justify-content: flex-end;
  color: #fff;
  font-weight: 500;
  z-index: 111;
  bottom: 10px;
  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;}




/*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.3rem 3rem;
        border-radius: 100px;
        color: #fff;
        background-color: #f1881a;
        font-size: 17px;
        }
    }

    .col-lg-2 {
        width: 20%;
        padding: 0.5rem 1rem; 
        margin: 1rem;
        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) { ... }




@media (max-width: 767.98px) {

    .container.dabo-wrap {
        width: 100% !important;
        section {
            width: 100%;
        }
    }
    .container > .row {margin: 0 0 0 0;}
    .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;
            }
        }
    }

    .product-desc {
        padding: 5rem 2rem;
    }
    
    .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%;
            }
         }
    }



}



@media (max-width: 575.98px) { ... }











