@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;500;600;700&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    height: 100%;
}


body {
    position: relative;
    min-height: 100%;
    padding-bottom: 100px;
    overflow-y: scroll !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: "Noto Sans KR", sans-serif;
    color: #101010;
    background-color: #fff;
}


body::-webkit-scrollbar {
    display: none;
}

ul li {
    list-style: none;
}


a {
    text-decoration: none;
}


main {
    position: relative;
    left: 0;
    top: 70px;
    width: 100%;
}

/* @media all and (min-width:1024px) {  */

.mainWrap {
    position: relative;
    width: 1000px;
    /* right: 50px; */
    height: 100%;
    margin: 35px auto;
}

.title {
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    background-attachment: fixed;
    line-height: 300px;
    z-index: -2;
}

.title h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.menuEndLine {
    position: absolute;
    width: 1000px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f1f1f1;
}

/* } */






.titleCover {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .2);
}





nav>ul>.dark>a {
    font-weight: 500;
    font-size: 17px;
    color: #333;
}

.subMenu>a {
    font-size: 15px;
}


#langColor {
    color: #333 !important;
}


footer {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}

footer p {
    font-size: 14px;
    color: #d6d6d6;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
}


.inContent {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}



/* 코어로 뺄수도있음 */
/* 내용물 양식 */
.innerHeader {
    margin: 30px 0;
}

.innerTitle {
    font-size: 60px;
    font-weight: 100;
    letter-spacing: -0.07em;
    line-height: 70px;
}

.innerTitle>span {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 30px;
}


.textB {
    font-weight: 500;
}


.innerContent {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 32px;
    color: #666;
}




.innerContent h2 {
    font-size: 32px;
    font-weight: 300;
    color: #101010;
    line-height: 40px;
    letter-spacing: -0.04em;
    margin: 0 0 20px 0;
}

.innerContent ul {
    margin: 0 0 60px 0;
}

.innerContent ul li {
    margin-left: 10px;
}

.tag {
    width: 100px;
    background-color: #f7faff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #2887B8;
    text-align: center;
    display: inline;
    padding: 2px 15px;
    border: 1px solid rgba(100, 172, 210, 0.4);
}


.innerContent h3 {
    font-size: 22px;
    font-weight: 500;
    color: #101010;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-right: 10px;
}



/* 이미지,텍스트 감싸는 공간 */

.diagramImg {
    width: 100%;
    margin: 0 0 110px;
    height: 100%;
    padding: 50px 25px;
    background-color: rgba(95, 174, 226, 0.1);
    /* background-color: rgb(214, 214, 214, 0.5); */
    border-radius: 6px;
}

.doseImg {
    width: 100%;
    margin: 0 0 110px;
    height: 100%;
    padding: 10px 100px;
}




@media all and (min-width:1024px) {

    .componentWrap {
        position: relative;
        width: 100%;
        height: 100%;
        margin-bottom: 100px;
    }
    
    
    
    .componentImg {
        position: relative;
        width: 54%;
        left: 0;
        top: 0px;
        height: 100%;
        padding-right: 40px;
        display: inline-block;
        border-right: 1px dashed #d6d6d6;
        /* clip: rect( 0, 495px, 336px, 0px ); */
    }
    
    
    .componentImg img {
        width: 100%;
        height: 100%;
        display: inline !important;
        margin: 0;
        -webkit-filter: drop-shadow(8px 8px 0 rgba(32, 33, 37, 0.08));
        filter: drop-shadow(8px 8px 0 rgba(32, 33, 37, 0.08));
        border: 1px solid #d6d6d6;
        border-radius: 8px;
    }
    
    
    
    .componentText {
        position: relative;
        width: 45%;
        top: 0px;
        height: 100%;
        overflow: auto;
        padding-left: 40px;
        /* right: 0; */
        /* margin-bottom: 100px; */
        display: inline-block;
        vertical-align: top;
    }

    /* 모달(PC버전일때만 필요) */

    .img:hover {
        cursor: zoom-in;
        opacity: 0.7;
        transition: opacity 0.2s ease-in;
    }

    .img {
        opacity: 1;
        transition: opacity 0.2s ease-out;
    }

    .modal {
        display: none;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .modalBox {
        position: relative;
        top: 22%;
        left: 50%;
        background-color: #fff;
        transform: translate(-50%, -20%);
        width: 90%;
        max-height: 90%;
        overflow: auto;
    }

    .modalBox::-webkit-scrollbar {
        width: 16px;
    }

    .modalBox::-webkit-scrollbar-thumb {
        background-color: #d6d6d6;
        border-radius: 10px;
        background-clip: padding-box;
        border: 3px solid transparent;
    }

    .modalBox img {
        width: 100%;
    }


}


.explanation {
    margin-bottom: 90px;
}





@media all and (max-width:1023px) {



    .mainWrap {
        position: relative;
        width: 100%;
        /* right: 50px; */
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto 35px;
    }

    .title {
        position: relative;
        left: 0;
        top: 0;
        height: 80px;
        background-attachment: fixed;
        line-height: 80px;
        z-index: -2;
    }

    .title h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }


    .menuEndLine {
        position: absolute;
        width: 100%;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #f1f1f1;
    }

    .innerHeader {
        margin: 30px 0 48px;
    }

    .innerTitle {
        font-size: 46px;
        font-weight: 100;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin-bottom: 0;
    }

    .innerTitle>span {
        font-size: 22px;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 30px;
        display: block;
    }


    .textB {
        font-weight: 500;
    }


    .innerContent {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -0.02em;
        line-height: 28px;
        color: #666;
        height: 100%;
    }


    /* 이미지,텍스트 감싸는 공간 */

    .diagramImg {
        width: 100%;
        margin-bottom: 60px;
        height: 100%;
        padding: 0;
        background-color: rgba(95, 174, 226, 0.1);
        border-radius: 6px;
    }



    .componentWrap {
        position: relative;
        width: 100%;
        height: 100%;
    }



    .componentImg {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        height: 100%;
        border-right: 0px dashed #d6d6d6;
        /* clip: rect( 0, 495px, 336px, 0px ); */
    }


    .componentImg img {
        width: 100%;
        height: 100%;
        /* display: block !important; */
        margin: 0;
        -webkit-filter: drop-shadow(8px 8px 0 rgba(32, 33, 37, 0.08));
        filter: drop-shadow(8px 8px 0 rgba(32, 33, 37, 0.08));
        border: 1px solid #d6d6d6;
        border-radius: 8px;
    }



    .componentText {
        position: relative;
        width: 100%;
        padding: 0;
        top: 16px;
        left: 0;
        height: 100%;
        overflow: auto;
        margin-bottom: 90px;
    }

    .innerContent h2 {
        font-size: 24px;
        font-weight: 400;
        color: #101010;
        line-height: 30px;
        letter-spacing: -0.04em;
        margin: 10px 0;
    }


    footer {
        position: absolute;
        width: 100%;
        height: 100px;
        background-color: #fff;
        border-top: 1px solid #f1f1f1;
        margin-top: 50px;
    }

    footer p {
        font-size: 13px;
        color: #d6d6d6;
        font-weight: 300;
        text-align: center;
        padding: 20px 20px;
    }

    .explanation {
        margin-bottom: 50px;
    }

    .innerContent h3 {
        font-size: 20px;
        font-weight: 300;
        color: #101010;
        line-height: 32px;
        letter-spacing: -0.02em;
        /* margin-right: 10px; */
        display: inline-block;
        margin-bottom: 4px;
        margin-top: 10px;
    }

    .tag {
        /* width: 100px; */
        background-color: #f9f9f9;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 400;
        color: #2887B8;
        text-align: center;
        display: inline;
        padding: 2px 10px;
        border: 1px solid rgba(100, 172, 210, 0.4);
    }

    .clipImgWrap {
        margin-top: 10;
    }

    .clipImgWrap img {
        width: 100%;
        height: 100%;
        margin: 0;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
    }
    

}