@font-face {
    font-family: 'S-CoreDream-8Heavy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: top;
}

li {
    list-style: none;
}

body {
    font-family: 'S-CoreDream-5Medium';
    text-align: center;
    color: #242424;
    overflow-x: hidden;
}

td {
    padding: 5px 0;
}

header {
    width: 100%;
    height: 40px;
    display: flex;
    position: fixed;
    padding: 10px 0px;
    background-color: white;
    justify-content: space-between;
    z-index: 9999;
}

.header_logo img {
    height: 40px;
    margin-left: 20px;
}

#warp {
    overflow: hidden;
}

.menu_bar {
    width: 20%;
}

.mobile_menu {
    width: 300px;
}


.mobile_btnbox {
    display: flex;
    justify-content: flex-end;
    height: 20px;
    padding: 15px 0px;
}



.line div {
    background-color: #000;
    width: 30px;
    height: 3px;
    margin-top: 7px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar_button {
    position: absolute;
    right: 18px;
    top: 14px;
    display: flex;
}

#toggle-button {
    display: none;
}

.line{
    cursor: pointer;
}

.mobile_menu_list.active {
    display: flex;
}

#toggle-button:checked+.line .top {
    transform: rotate(45deg);
    margin-top: 12px;
}

#toggle-button:checked+.line .middle {
    transform: rotate(-45deg);
    margin-top: -2.5px;
}

#toggle-button:checked+.line .bottom {
    transform: scale(0);
    transform: scale(0);
}

.mobile_menu_list{
    margin-top: 50px;
    display: none;
    flex-direction: column;
}

.mobile_menu_list li {
    height: 80px;
    background-color: white;
    line-height: 80px;
    font-size: 1em;
    font-family: 'S-CoreDream-6Bold';
}

.mobile_menu_list li:hover {
    background-color: #1d2088;
    color: white;
}


.web_nav {
    display: none;
}


.header_logo {
    height: 20px;
}

h1 img {
    height: 100%;
}

.menu_list {
    background-color: white;
    width: 100%;
}

.mobile_menu img {
    height: 100%;
}

.main {
    width: 100%;
    background-image: url(../img/main_img.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: column;
    height: 550px;
    margin-top: -100px;
    padding-top: 100px;
    justify-content: space-around;
    color: white;
    margin: 0 auto;
}


/* 폰트공통부분 */

strong {
    font-family: 'S-CoreDream-8Heavy';
}

b {
    font-family: 'S-CoreDream-8Heavy';
}

.main_copy {
    font-size: 1.5em;
    font-family: 'S-CoreDream-3Light';
    line-height: 2em;
    margin-top: 5em;
}

.main_smcopy{
    width: 80%;
    margin: 0 auto;
}

.contents {
    padding: 55px 0;
}

.title_text {
    font-size: 1.5em;
    margin-bottom: 3em;
    line-height: 1.5em;
    font-family: 'S-CoreDream-5Medium';
}

small {
    font-weight: 100;
    font-size: 5px;
}

.title_text_sub {
    font-size: 0.7em;
    line-height: 1.5em;
    margin-top: 30px;
}




/* contents01 */


.contents01 {
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
}

.patent {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.patent figure {
    margin-bottom: 50px;
}

.patent figure figcaption {
    margin: 0 auto;
    font-size: 1em;
    margin-top: 10px;
}

.patent figure figcaption b {
    font-size: 1.3em;
    margin-top: 10px;
}


/* button */

button {
    text-decoration: none;
    border: 0px solid #242424;
    border-radius: 20px;
    color: white;
    padding: 10px 25px;
    font-family: 'S-CoreDream-5Medium';
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 50px;
    cursor: pointer;
    background-color: rgb(0, 154, 201);
}

button:hover {
    background-color: #1d2088;
    color: white;
    transition: 1s;
    border: none;
}




/* contents02 */

.contents02 {
    background-image: url(../img/con2_mobilebg.png);
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px;
}

.con2_title {
    padding: 50px 0;
}

.contents02 p {
    font-size: 0.8em;
    margin-top: 20px;
}

.book_list img {
    width: 100%;
    margin-left: -40%;
}

.book_list figcaption {
    font-family: 'S-CoreDream-6Bold';
    font-size: 1.5em;
    margin-top: 35px;
    color: #242424;
}

/* contents03 */

.contents03 {
    background-color: rgb(239, 243, 252);
    padding-bottom: 0;
}

.con03_left {
    padding-left: 50px;
    padding-right: 50px;
}

.contents03 img {
    width: 100%;
}

/* contents04 */

.contents04 {
    background-color: rgb(32, 197, 177);
    color: white;
    padding-bottom: 0;
    padding-left: 50px;
}

.con04_sub {
    padding-right: 50px;
}

.contents04 img {
    width: 100%;
}

/* contents05 */

.contents05 {
    background-color: rgb(239, 243, 252);
    padding-bottom: 0;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con05_left_box {
    padding-right: 50px;
}

.con05_right_box {
    padding-right: 50px;
}

.con05_img_box {
    display: flex;
    justify-content: flex-end;
}

.contents05 img {
    width: 100%;
}

/* contents06 */

.contents06 {
    background-color: rgb(250, 213, 76);
    padding-left: 50px;
}

.con06_sub {
    padding-right: 50px;
}

.contents06 img {
    width: 100%;
}

.con06_btn {
    width: 120px;
    background-color: white;
    color: #333333;
    font-family: 'S-CoreDream-6Bold';
    margin-top: 50px;
}


/* contents07 */

.contents07 {
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
}

.contents07 img {
    width: 100%;
}

/* contents07 form contents */

.form_contents {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.form_title {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-family: 'S-CoreDream-6Bold';
}

.input_contents {
    border: 2px solid #333333;
    padding: 20px 10px;
}

.input_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.input_contents_left {
    border: 2px solid #333333;
    padding: 20px 10px;
}

.input_contents_left {
    width: 50%;
    float: left;
}


.input_contents_right{
    border: 2px solid #333333;
    padding: 20px 10px;
}
.input_contents_right{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.input_box {
    width: 90%;
}

.input_write_box {
    width: 100%;
    height: 30px;
    margin: 10px 0;
    border: 1px solid rgb(180, 180, 180);
}

.form_btn {
    width: 200px;
    height: 50px;
    border-radius: 0;
    background-color: #333333;
    color: white;
    margin-bottom: 0;
}


/* contents08 */

.contents08 {
    background-image: url(../img/con8_bg.png);
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.con08_title_text {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-family: 'S-CoreDream-6Bold';
}

.con08_sub_title_text {
    font-family: 'S-CoreDream-3Light';
}


.con08_left_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding-bottom: 55px;

}

.con08_right_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.con08_img_box img{
    width: 100%;
}


.con08_right_box img {
    overflow: hidden;
    width: 100%;
    height: 220px;
}

/* contents09 */

.contents09 {
    background-color: #333333;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
}

.con09_left_box {
    margin-bottom: 50px;
}

.contact {
    margin: 0 auto;
    text-align: left;
}


.contact li p {
    margin-right: 30px;
}

.contact li {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}

.contact img {
    margin-right: 30px;
}

/* footer */

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(22, 22, 22);
    color: white;
    height: 100px;
    font-family: 'S-CoreDream-3Light';
    padding-left: 50px;
    padding-right: 50px;
}



/* Scroll Animation (sa, 스크롤 애니메이션) */
.sa {
    opacity: 0;
    transition: all 1s ease;
}

/* 아래에서 위로 페이드 인 */

.sa-up {
    transform: translate(0, 100px);
}

.sa-up1 {
    transform: translate(0, 100px);
}

.sa-up2 {
    transform: translate(0, 100px);
}

.sa-up3 {
    transform: translate(0, 100px);
}

/* 위에서 아래로 페이드 인 */
.sa-down {
    transform: translate(0, -100px);
}

/* 왼쪽에서 오른쪽으로 페이드 인 */
.sa-left {
    transform: translate(-100px, 0);

}

.sa-left1 {
    transform: translate(-100px, 0);
}

/* 오른쪽에서 왼쪽으로 페이드 인 */
.sa-right {
    transform: translate(100px, 0);

}

.sa-right1 {
    transform: translate(100px, 0);
}

/* 왼쪽으로 회전하면서 페이드 인 */
.sa-rotateL {
    transform: rotate(180deg);
}

/* 오른쪽으로 회전하면서 페이드 인 */
.sa-rotateR {
    transform: rotate(-180deg);
}

/* 작아진 상태에서 커지면서 페이드 인 */
.sa-scaleUp {
    transform: scale(.5);
}

/* 커진 상태에서 작아지면서 페이드 인 */
.sa-scaleDown {
    transform: scale(1.5);
}

.sa.show {
    opacity: 1;
    transform: none;
}


@media screen and (min-width:700px) {

    /* 폰트 */

    .main_copy {
        font-size: 2.6em;
        font-family: 'S-CoreDream-3Light';
        line-height: 2em;
        margin-top: 3em;
    }


    /* header */

    .mobile_menu {
        display: none;
    }

    .menu_bar {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        line-height: 50px;
    }

    .web_nav {
        display: flex;
    }

    .web_nav li {
        width: 200px;
    }

    .web_nav li:hover {
        color: #1d2088;
        font-weight: 900;
    }

    /* main부분 */

    .main {
        height: 800px;
    }

    .main_contents {
        padding-top: 100px;
    }


    .contents01 {
        width: 90%;
        margin: 0 auto;
    }

    .patent {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
    }

    .patent figure {
        width: 230px;
    }

    .patent figure figcaption {
        margin: 0 auto;
        font-size: 1em;
        margin-top: 10px;
    }

    .con02_list_box {
        display: flex;
        flex-wrap: nowrap;
    }

    .contents03 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .con03_left {
        width: 50%;
    }

    .con03_right {
        width: 50%;
    }

    .contents04 {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        height: 600px;
    }

    .con04_sub {
        width: 50%;
    }

    .contents05 {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 600px;
    }

    .con05_left_box {
        width: 50%;
    }

    .con05_right_box {
        width: 50%;
    }

    .contents06 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .con06_sub {
        width: 50%;
        justify-content: center;
        align-items: center;
        margin: 0;
    }


    .contents08 {
        background-image: url(../img/con8_bg.png);
        background-size: cover;
        background-position: center;
        color: white;
        display: flex;
        flex-direction: row;
        padding-bottom: 0;
        padding-left: 50px;
        padding-right: 50px;
    }

    .con08_title_text {
        font-size: 1.8em;
        margin-bottom: 10px;
        font-family: 'S-CoreDream-6Bold';
    }

    .con08_sub_title_text {
        font-family: 'S-CoreDream-3Light';
    }


    .con08_left_box {
        display: flex;
        flex-direction: column;
        width: 60%;
        justify-content: center;
        padding-bottom: 55px;

    }

    .con08_right_box {
        width: 40%;
        display: flex;
        align-items: flex-end;
        justify-content: center;

    }


    .con08_right_box img {
        width: 100%;
        height: 220px;
    }


    .contents09 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: #333333;
    }


    .con09_left_box {
        width: 40%;
    }

    .con09_right_box {
        width: 50%;
    }

    .sa-up {
        transform: translate(0, 100px);
    }

    .sa-up1 {
        transform: translate(0, 100px);
        transition-delay: 0.5s;
    }

    .sa-up2 {
        transform: translate(0, 100px);
        transition-delay: 1s;
    }

    .sa-up3 {
        transform: translate(0, 100px);
        transition-delay: 1.5s;
    }

    .sa-left1 {
        transform: translate(-100px, 0);
        transition-delay: 0.5s;
    }

    .sa-right1 {
        transform: translate(100px, 0);
        transition-delay: 0.5s;
    }
}