@charset 'utf-8';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");

/* reset css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

body {
    font-family: "Noto Sans KR", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #000;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

h4 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.9px;
}

/* 바디에 스크롤 막는 방법 */
.not_scroll {
    /*position: fixed;*/
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* 폰트깨짐개선 */
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dd,
dt,
span,
em,
th,
td,
label,
strong,
i {
    transform: skew(-0.1deg);
}

input[type="text"],
input[type="text"]::placeholder {
    transform: skew(-0.1deg);
}

.search_wrap .heading div {
    transform: skew(-0.1deg);
}

.excel_table_wrap table th,
.excel_table_wrap table td {
    transform: skew(0deg);
}

/*  */
.body_wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

header {
    width: 100%;
    height: 62px;
    background: #fff;
    z-index: 25;
    position: fixed;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header > div {
    height: 62px;
    padding: 0 20px;
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

header h1 {
    text-indent: -9999px;
    padding-left: 20px;
    width: 170px;
    color: transparent;
    font-size: 0px;
    height: 62px;
    line-height: 62px;
    float: left;
    background: url(../img/logo-default.png) no-repeat center;
}
.familySite {
    display: flex;
    gap: 0.6rem;
    margin-left: 40px;
}
.familySite li a {
    display: block;
    height: 34px;
    line-height: 34px;
    background: #024d7e;
    color: #fff;
    border-radius: 17px;
    font-size: 14px;
    padding: 0 20px;
}
header nav {
    margin-left: auto;
    /* float: right; */
    height: 62px;
    line-height: 60px;
    position: relative;
}

header nav ul li {
    float: left;
    text-align: center;
    padding: 0 20px;
}

header nav ul li a {
    width: 120px;
    text-align: center;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}
header nav ul li.on a {
    border-bottom: 2px solid #32c5ef;
}
nav #nav_bar {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 3px;
    bottom: 0;
    background: #32c5ef;
    left: 21px;
    transition: all 0.3s ease;
    display: none;
}

header nav ul li:nth-of-type(1).on ~ #nav_bar {
    left: 21px;
}

header nav ul li:nth-of-type(2).on ~ #nav_bar {
    left: 180px;
}

header nav ul li:nth-of-type(3).on ~ #nav_bar {
    left: 340px;
}

header nav ul li:nth-of-type(4).on ~ #nav_bar {
    left: 500px;
}

header.dark {
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header.dark h1 {
    background: url(../img/logo-w.png) no-repeat center;
}

header.dark nav ul li a {
    color: #fff;
}

header.white {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header.white h1 {
    background: url(../img/logo-default.png) no-repeat center;
}

header.white nav ul li a {
    color: #000;
}

header.dark nav ul li.on a,
header nav ul li.on a {
    color: #32c5ef;
}
@media (max-width: 1220px) {
    header nav ul li {
        padding: 0;
    }
}
/* header nav ul li:hover a */
section {
    width: 100%;
    max-width: 1920px;
    /*0715*/
    position: relative;
}

section i.point {
    position: absolute;
    top: 500px;
    display: block;
    width: 0;
    height: 0;
}

.section_01,
.section_02,
.section_03 {
    height: 1000px;
}
.section_03 {
    margin: 0 auto;
}

@media all and (max-width: 1680px) {
    /* .section_01, */
    /* .section_03 {
        height: 875px;
    } */
}
@media all and (max-width: 1440px) {
    /* .section_01 {
        height: 749px;
    } */
}

@media all and (max-width: 1280px) {
    /* .section_01 {
        height: 670px;
    } */
    /* .section_02 {
        height: 870px;
    } */
    /* .section_03 {
        height: 746px;
    } */
}

@media all and (max-width: 1024px) {
    /* .section_01 {
        height: 533px;
    } */
    /* .section_03 {
        height: 650px;
    } */
    /* .section_02 {
        height: 755px;
    } */
}

.section_01 i.point {
    top: 0;
}

.section_01 .key_visual {
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

.section_01 .key_visual li {
    /* height: 52.0833vw;
    max-height: 1000px; */
    height: 1000px;
    transform: skew(0deg);
}

.section_01 .key_visual .visual_01 {
    background: url(../img/01-kv-01.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_01 .key_visual .visual_02 {
    background: url(../img/01-kv-02.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_01 .key_visual .visual_03 {
    background: url(../img/01-kv-03.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_01 .key_visual .visual_04 {
    background: url(../img/01-kv-04.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_01 .text_wrap {
    width: 77.083vw;
    min-width: 1260px;
    padding: 280px 0 0 280px;
    /* padding: 14.5833vw 40px 0; */
    position: relative;
    overflow: hidden;
}
/* @media screen and (max-width: 1680px) {
    .section_01 .text_wrap {
        padding: 140px 0 0 280px;
    }
}
@media screen and (max-width: 1024px) {
    .section_01 .text_wrap {
        padding: 70px 0 0 100px;
    }
} */

.section_01 .text_wrap em {
    display: block;
}

.section_01 h3 {
    color: #fff;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 49px;
    font-weight: 900;
}

.section_01 h3 span {
    font-size: 28px;
    line-height: 68px;
    color: #cacaca;
    font-weight: 100;
}

.section_01 .text_wrap p {
    color: #cacaca;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
    font-weight: 100;
}

.key_page_wrap > div {
    height: 24px;
    line-height: 24px;
}

.key_page_wrap ul {
    float: left;
    margin-top: 10px;
}

.key_page_wrap ul li {
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    float: left;
    transition: all ease 0.5s;
}

.key_page_wrap ul li a {
    text-indent: -999px;
    color: transparent;
    font-size: 0px;
    display: block;
    width: 60px;
    height: 1px;
}

.key_page_wrap ul li.on {
    background: #32c5ef;
    height: 3px;
}

.key_page_wrap .key_page_btn {
    float: left;
}

.key_page_wrap > div {
    width: 255px;
    top: -32px;
    position: absolute;
}

/* .bx-controls {
    width: 77.083vw;
    min-width: 1260px;
    height: 32px;
    margin: 0 280px;
    position: absolute;
    bottom: 10.6250vw;
} */
.section_01 .bx-controls {
    width: 77.083vw;
    min-width: 1260px;
    height: 32px;
    margin: 0 280px;
    position: absolute;
    top: 769px;
    /* bottom: 200px; */
}

.section_01 .bx-pager {
    color: #fff;
    position: absolute;
    top: 10px;
}

.bx-controls::after,
.bx-pager::after {
    content: "";
    display: block;
    overflow: hidden;
}

/* .bx-pager {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 40px;
} */

.bx-pager .bx-pager-item {
    float: left;
    width: 60px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.bx-pager .bx-pager-item a {
    display: block;
    width: 100%;
    height: 3px;
    transition: all 0.5s ease;
    text-indent: -9999px;
    font-size: 0;
    color: transparent;
}

.bx-pager .bx-pager-item a.active {
    background: #32c5ef;
}

.tec_slide_wrap .bx-controls {
    height: 54px;
    left: 0;
    margin: 0;
    width: 100%;
    bottom: 0;
    padding: 0;
    min-width: inherit;
    position: absolute;
}

.tec_slide_wrap .bx-pager {
    background: rgba(0, 0, 0, 0.5);
    width: 100.1%;
    height: 100%;
    top: 0;
    left: 0;
}

.tec_slide_wrap .bx-pager .bx-pager-item {
    width: 33.333%;
    height: 100%;
}

.tec_slide_wrap .bx-pager .bx-pager-item a {
    background: none;
    display: block;
    height: 100%;
    width: 100%;
    transition: all ease 0.5s;
}

.tec_slide_wrap .bx-pager .bx-pager-item a.active {
    background: #32c5ef;
}

.tec_slide_wrap .bx-pager .bx-pager-item a {
    text-indent: 0px;
    line-height: 50px;
    font-size: 16px;
    color: #cacaca;
    text-align: center;
    font-weight: 100;
}

.tec_slide_wrap .bx-pager .bx-pager-item a.active {
    color: #fff;
    font-weight: 800;
}
.article_wrap article p em {
    display: block;
}
.bx-controls-direction {
    position: absolute;
    top: -7px;
    left: 299px;
    height: 24px;
    line-height: 24px;
}

.bx-controls-direction a {
    text-indent: -999px;
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/btn-arrow-left-24-x-24.png) no-repeat center;
}

.bx-controls-direction .bx-next {
    background: url(../img/btn-arrow-right-24-x-24.png) no-repeat center;
    cursor: pointer;
}

.key_page_wrap {
    width: 77.083vw;
    min-width: 1260px;
    height: 50px;
    margin-left: 240px;
    /* margin: 0 11.458vw; */
    position: absolute;
    top: 830px;
    /* bottom: 120px; */
    padding-left: 40px;
}
/* @media screen and (max-width: 1680px) {
    .key_page_wrap {
        top: 750px;
    }
    .section_01 .bx-controls {
        top: 700px;
    }
}
@media screen and (max-width: 1580px) {
    .key_page_wrap {
        top: 700px;
    }
    .section_01 .bx-controls {
        top: 650px;
    }
}
@media screen and (max-width: 1440px) {
    .key_page_wrap {
        top: 600px;
    }
    .section_01 .bx-controls {
        top: 550px;
    }
}
@media screen and (max-width: 1280px) {
    .key_page_wrap {
        top: 550px;
    }
    .section_01 .bx-controls {
        top: 500px;
    }
}
@media screen and (max-width: 1024px) {
    .key_page_wrap {
        top: 450px;
        margin-left: 100px;
    }
    .section_01 .bx-controls {
        top: 480px;
        margin-left: 632px;
    }
} */

.key_page_wrap .view_award_btn,
.key_page_wrap .view_news_btn {
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 45px;
    color: #fff;
    text-align: left;
    padding-left: 64px;
    border: 1px solid #fff;
    background: url(../img/icon-award-32-x-32.png) no-repeat;
    background-position: 24px;
}

.key_page_wrap .view_news_btn {
    background: url(../img/icon-news-32-x-32.png) no-repeat;
    margin-left: 10px;
    background-position: 24px;
    width: 158px;
}

section .slogan {
    height: 308px;
    margin: 0 auto;
    text-align: center;
    padding-top: 123px;
}

.section_03 .slogan {
    height: 259px;
}

.slogan h4 {
    font-size: 36px;
    letter-spacing: -0.9px;
    line-height: 48px;
    font-weight: 900;
}

.slogan p {
    font-size: 16px;
    line-height: 26px;
    margin: 7px 0 22px 0;
    font-weight: 100;
}

.patent_page_wrap .view_patent_btn {
    display: block;
    color: #222;
    font-size: 16px;
    width: 150px;
    height: 42px;
    line-height: 38px;
    background: #fff;
    border: 2px solid #222;
    border-radius: 21px;
    margin: 0 auto;
    cursor: pointer;
}

.technology_wrap {
    /* width: 75.0000vw; */
    /* height: 31.2500vw; */
    width: 1440px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1440px) {
    .technology_wrap,
    .tec_slide_wrap .bx-controls {
        padding: 0 50px;
        width: 100%;
        max-width: 1440px;
    }
    /* .tec_slide_wrap .bx-controls {
        bottom: 41px;
    } */
}
/* @media screen and (max-width: 1280px) {
    .tec_slide_wrap .bx-controls {
        bottom: 108px;
    }
}
@media screen and (max-width: 1024px) {
    .tec_slide_wrap .bx-controls {
        bottom: 215px;
    }
} */

.technology_wrap .tec_slide li {
    width: 100%;
    height: 600px;
    float: left;
}

.technology_wrap .tec_slide .tec_visual_01 {
    background: url(../img/02-technology-01.png) no-repeat;
    background-size: cover;
}

.technology_wrap .tec_slide .tec_visual_02 {
    background: url(../img/02-technology-02.png) no-repeat;
    background-size: cover;
}

.technology_wrap .tec_slide .tec_visual_03 {
    background: url(../img/02-technology-03.png) no-repeat;
    background-size: cover;
}

.tec_slide li > div {
    padding: 95px 0 0 100px;
    position: relative;
    height: 100%;
    height: 348px;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .tec_slide li > div {
        padding: 30px 0 0 100px;
    }
}

/* 
.tec_slide li .animate02 {
    padding: 0;
    position: absolute;
    transition: all linear 1s;
    bottom: -340px;
    opacity: 0;
}

.tec_slide li[aria-hidden="false"] .animate02 {
    bottom: -95px;
    opacity: 1;
} */

.tec_slide h5 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.9px;
    margin-bottom: 15px;
}

.tec_slide p {
    color: #cacaca;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.38px;
    padding: 5px 0;
    font-weight: 100;
}

.tec_slide p i {
    display: block;
}
.tec_slide h5 em,
.tec_slide p em {
    display: block;
}

.technology_wrap .tec_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    /*background: rgba(0,0,0,.5);*/
}

.tec_btn li {
    float: left;
    width: 33%;
    text-align: center;
}

.tec_btn li a {
    color: #cacaca;
    display: block;
}

.tec_btn li.on a {
    background: #32c5ef;
    color: #fff;
}

.article_wrap {
    width: 100%;
    /* height: 34.375vw; */
    height: 620px;
    max-height: 660px;
    overflow: hidden;
    position: relative;
    /* transition: all ease 1s; */
}

.article_wrap article {
    float: left;
    width: calc(50% - 5px);
    /* transition: all ease 1s; */
}

.article_wrap article.logo {
    position: absolute;
    width: 10.4167vw;
    max-width: 200px;
    height: 10.4167vw;
    max-height: 200px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: url(../img/business-logo.png) no-repeat center;
    background-size: contain;
}

.tx_wrap {
    background: url(../img/tx-img.png) no-repeat right;
    background-size: cover;
    width: 954px;
    /* height: 34.375vw; */
    height: 620px;
    max-height: 660px;
    margin-right: 5px;
    /* padding: 120px 0 0 240px; */
    /* padding: 120px 0 0 240px; */
    /* padding: 6.2500vw 0 0 12.5000vw; */
    position: relative;
}

.dx_wrap {
    background: url(../img/dx-img.png) no-repeat left;
    background-size: cover;
    width: 954px;
    /* height: 34.375vw; */
    height: 620px;
    max-height: 660px;
    margin-left: 5px;
    position: relative;
    /* padding: 120px 240px 0 0; */
    /* padding: 6.2500vw 12.5000vw 0 0 ; */
    text-align: right;
}
.article_wrap .inner {
    width: 100%;
    padding: 0 20px;
    max-width: 545px;
    margin: 120px auto 0;
}
/* @media screen and (max-width: 1680px) {
    .tx_wrap {
        padding: 120px 0 0 120px;
    }
    .dx_wrap {
        padding: 120px 120px 0 0;
    }
}
@media screen and (max-width: 1440px) {
    .tx_wrap {
        padding: 60px 0 0 60px;
    }
    .dx_wrap {
        padding: 60px 60px 0 0;
    }
}
@media screen and (max-width: 1280px) {
    .tx_wrap {
        padding: 40px 0 0 60px;
    }
    .dx_wrap {
        padding: 40px 60px 0 0;
    }
} */
.article_wrap h5 {
    font-size: 60px;
    line-height: 30px;
    letter-spacing: -1.2px;
    color: #fff;
}

.article_wrap h5 span {
    margin: 0 20px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.4px;
    font-weight: 500;
    color: #cacaca;
}

.article_wrap p {
    margin: 36px 0 90px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.7px;
    color: #fff;
    font-weight: 100;
}
@media screen and (max-width: 1024px) {
    /* .tx_wrap {
        padding: 30px 0 0 30px;
    }
    .dx_wrap {
        padding: 30px 30px 0 0;
    } */
    .article_wrap p,
    .article_wrap ul li {
        font-size: 13px;
    }
}

.tx_mode.article_wrap article.logo {
    top: 50%;
    left: 88%;
    transform: translate(-50%, -50%);
}
.article_wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article_wrap ul li {
    flex: 1;
    color: #fff;
    /* float: left; */
    min-height: 138px;
    padding-top: 118px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.tx_wrap ul li {
    /* width: 96px; */
    /* margin-right: 40px; */
    /* font-size: 15px; */
}

.tx_wrap ul li:nth-of-type(1) {
    background: url(../img/tx-icon-01.png) no-repeat center top;
}

.tx_wrap ul li:nth-of-type(2) {
    background: url(../img/tx-icon-02.png) no-repeat center top;
}

.tx_wrap ul li:nth-of-type(3) {
    background: url(../img/tx-icon-03.png) no-repeat center top;
}

.tx_wrap ul li:nth-of-type(4) {
    background: url(../img/tx-icon-04.png) no-repeat center top;
    margin-right: 0px;
}

.dx_mode .dx_wrap {
    width: calc(88% - 5px);
    background: url(../img/dx-img-full.png) no-repeat left;
}

.dx_mode .tx_wrap {
    width: calc(12% - 5px);
}

.dx_mode.article_wrap article.logo {
    top: 50%;
    left: 12%;
    transform: translate(-50%, -50%);
}

/* .dx_wrap ul {
    float: right;
}

.dx_wrap ul li {
    width: 125px;
    margin-left: 59px;
    padding-top: 119px;
    line-height: 20px;
} */

.dx_wrap ul li:nth-of-type(1) {
    background: url(../img/dx-icon-01.png) no-repeat center top;
    margin-left: 0;
}

.dx_wrap ul li:nth-of-type(2) {
    background: url(../img/dx-icon-02.png) no-repeat center top;
}

.dx_wrap ul li:nth-of-type(3) {
    background: url(../img/dx-icon-03.png) no-repeat center top;
}

/*.article_wrap article::after{
    content: '';
    display: block;
    background: blue;
    width: 100%;
    height: 100%;
}*/
.open_btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .article_wrap ul li {
        font-size: 13px;
    }
    /* .tx_wrap ul li,
    .dx_wrap ul li {
        width: 74px;
        background-size: 70px;
    }
    .dx_wrap ul li {
        width: 100px;
        margin-left: 50px;
    }
    .tx_wrap ul li:nth-of-type(1),
    .tx_wrap ul li:nth-of-type(2),
    .tx_wrap ul li:nth-of-type(3),
    .tx_wrap ul li:nth-of-type(4),
    .dx_wrap ul li:nth-of-type(1),
    .dx_wrap ul li:nth-of-type(2),
    .dx_wrap ul li:nth-of-type(3) {
        background-size: 70px;
        padding-top: 85px;
        font-size: 13px;
    } */
}

.section_04 {
    width: 1440px;
    height: 700px;
    margin: 0 auto;
    position: relative;
    /* padding-top: 8.4375vw; */
    padding-top: 160px;
}
@media screen and (max-width: 1680px) {
    .section_04 {
        padding: 160px 50px 0;
    }
}
@media screen and (max-width: 1440px) {
    .section_04 {
        padding: 160px 100px 0;
        width: 100%;
        max-width: 1440px;
    }
    .pr_media {
        bottom: 42px;
    }
}
@media screen and (max-width: 1280px) {
    .section_04 {
        padding: 160px 50px 0;
    }
}
@media screen and (max-width: 1024px) {
    .section_04 {
        padding: 160px 0 0 50px;
    }
}

.section_04 .slogan {
    text-align: left;
    position: absolute;
    right: 0;
    max-width: 500px;
    padding-top: 0;
}

.section_04 .slogan p {
    margin: 20px 0 40px;
}

.introduce_btn {
    display: block;
    font-size: 16px;
    line-height: 38px;
    color: #222;
    width: 222px;
    height: 42px;
    border: 2px solid #222;
    border-radius: 21px;
    background: #fff url(../img/icon-download-24-x-24.png) no-repeat center
        right 15px;
    text-align: left;
    padding-left: 30px;
}

.main_media {
    max-width: 860px;
    width: 42.7917vw;
    height: 484px;
    position: relative;
}
.play_btn {
    display: block;
    background: url(../img/btn-play-48-x-48.png) no-repeat center;
    background-size: 86px 86px;
    width: 86px;
    height: 86px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_media .play_btn {
    display: block;
    background: url(../img/logo-w.png) no-repeat top center;
    background-size: contain;
    width: 170px;
    height: 150px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
.main_media .play_btn::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../img/btn-play-48-x-48.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 86px 86px;
    width: 170px;
    height: 170px;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.media_wrap {
    position: relative;
}
.media_wrap .slogan p em {
    display: block;
}

.pr_media {
    position: absolute;
    width: 500px;
    right: 0;
    bottom: 10px;
}
@media screen and (max-width: 1680px) {
    .play_btn {
        top: 43%;
    }
}
@media screen and (max-width: 1440px) {
    .pr_media {
        bottom: 42px;
    }
    .play_btn {
        top: 40%;
    }
}
@media screen and (max-width: 1280px) {
    .play_btn {
        top: 33%;
    }
    .main_media .play_btn {
        top: 39%;
    }
}
@media screen and (max-width: 1024px) {
    .play_btn {
        top: 27%;
    }
    .main_media .play_btn {
        top: 33%;
    }
}

.pr_media h5 {
    font-size: 18px;
    color: #000;
    line-height: 48px;
    letter-spacing: -0.45px;
    margin: 0 0 10px 0;
}

.pr_media div {
    float: left;
    margin-right: 20px;
    position: relative;
}

.pr_media div div {
    margin-bottom: 10px;
}

.pr_media .pr_01,
.pop_sum_list .pr_01 {
    background: url(../img/pr_01.png) no-repeat;
    background-size: contain;
    height: 112px;
}

.pr_media .pr_02,
.pop_sum_list .pr_02 {
    background: url(../img/pr_02.png) no-repeat;
    background-size: contain;
    height: 112px;
}
.pr_media .pr_03,
.pop_sum_list .pr_03 {
    background: url(../img/pr_04.png) no-repeat;
    background-size: cover;
    height: 112px;
}
.pr_media .pr_04,
.pop_sum_list .pr_04 {
    background: url(../img/pr_04.png) no-repeat;
    background-size: cover;
    height: 112px;
}
.pr_media .pr_05,
.pop_sum_list .pr_05 {
    background: url(../img/pr_05.png) no-repeat;
    background-size: cover;
    height: 112px;
}
.pr_media .pr_06,
.pop_sum_list .pr_06 {
    background: url(../img/pr_06.png) no-repeat;
    background-size: cover;
    height: 112px;
}

.pr_media .play_btn,
.pop_sum_list .play_btn {
    width: 200px;
    height: 113px;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: 36px 36px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}
.pop_sum_list p {
    font-size: 13px;
    width: 210px;
    letter-spacing: -0.33px;
    margin-top: 123px;
    text-align: left;
}
.pr_media p {
    font-size: 13px;
    width: 210px;
    margin-top: 113px;
    letter-spacing: -0.33px;
}
.slider_pr_mobile#mo_mode {
    display: none;
}
.slider_pr_mobile {
    position: relative;
    width: 500px;
    height: 160px;
    overflow: hidden;
}
.slider_pr_mobile button {
    position: absolute;
}
.slider_pr_mobile > div {
    width: 100%;
}
.slick-initialized .slick-slide {
    width: 200px !important;
}
.slick-list {
    /* padding-left: 8.333vw !important; */
}
.slider_pr_mobile .pr_01,
.slider_pr_mobile .pr_02,
.slider_pr_mobile .pr_03,
.slider_pr_mobile .pr_04,
.slider_pr_mobile .pr_05,
.slider_pr_mobile .pr_06 {
    /*max-width: 300px;
    width: 41.6667vw !important;*/
    width: 200px;
    height: 112px;
    margin-right: 20px;
}
.slider_pr_mobile .slick-track {
    height: 160px;
}
.slider_pr_mobile .slick-dots {
    position: absolute;
    bottom: 0;
    display: none; /* pr video 3개 이상에서 block */
}
.slider_pr_mobile .slick-dots li {
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 10px;
}
.slider_pr_mobile .slick-dots button {
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
}
.slider_pr_mobile .slick-dots li.slick-active button {
    background: #49c2e4;
    border-color: #49c2e4;
}

.popup_box.p_video {
    width: 1020px;
    height: 806px;
    padding: 60px 39px;
}

.popup_box.p_video h4 {
    margin-bottom: 40px;
}

.popup_box.p_video .pop_body {
    height: 484px;
    padding: 0 40px;
    position: relative;
}

.pop_body .btn_wrap a {
    display: block;
    position: absolute;
    width: 24px;
    height: 40px;
    top: 253px;
}

.pop_body .btn_wrap a.left_btn {
    left: 0;
    background: url(../img/btn-arrow-left-01-24-x-40.png) no-repeat;
    cursor: default;
}

.pop_body .btn_wrap a.left_btn.on {
    background: url(../img/btn-arrow-left-02-24-x-40.png) no-repeat;
    cursor: pointer;
}

.pop_body .btn_wrap a.right_btn {
    right: 0;
    background: url(../img/btn-arrow-right-01-24-x-40.png) no-repeat;
    cursor: default;
}

.pop_body .btn_wrap a.right_btn.on {
    background: url(../img/btn-arrow-right-02-24-x-40.png) no-repeat;
    cursor: pointer;
}

.popup_box.p_video .pop_wrap {
    overflow: hidden;
}

.popup_box.p_video .pop_wrap > div {
    float: left;
    width: 100%;
    display: none;
}

.popup_box.p_video #pr_list_01 .pr_01 {
    display: block;
}

.popup_box.p_video #pr_list_02 .pr_02 {
    display: block;
}
.popup_box.p_video #pr_list_03 .pr_03 {
    display: block;
}

.pop_sum_list {
    margin-top: 20px;
    padding: 0 40px;
}

.pop_sum_list ul li {
    width: 200px;
    height: 112px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.pop_sum_list ul li > div {
    width: 200px;
    height: 112px;
    margin-right: 20px;
    float: left;
}

.section_05 {
    width: 75vw;
    max-width: 1440px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    padding-top: 3.125vw;
}

.contact {
    float: left;
    max-width: 474px;
    width: 24.6875vw;
}

.contact_wrap h5 {
    font-size: 36px;
    line-height: 48px;
}

.contact_wrap dl,
.contact_wrap dl.mgt_10 {
    margin: 10px 0;
}

.contact_wrap .contact > dl > dt {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.45px;
    line-height: 50px;
    padding-top: 10px;
}

.contact_wrap dd {
    font-size: 14px;
    font-weight: 100;
    line-height: 25px;
    letter-spacing: -0.3px;
}

.contact_wrap dl > dl {
    margin: 0;
}

.contact_wrap dl > dl dt {
    font-size: 14px;
    letter-spacing: -0.35px;
    line-height: 40px;
}

.contact_wrap dl > dl dt span {
    font-weight: 700;
    font-size: 18px;
}

.section_05 .map {
    width: 44.7917vw;
    max-width: 860px;
    height: 500px;
    float: right;
}

.section_05 iframe {
    width: 100%;
    height: 500px;
}

.contact_wrap strong {
    font-size: 18px;
    line-height: 80px;
}
@media screen and (max-width: 1440px) {
    .section_05 {
        width: 100%;
        padding: 3.125vw 100px 0;
    }
    .contact {
        width: 50%;
    }
}
@media screen and (max-width: 1280px) {
    .section_05 {
        padding: 3.125vw 50px 0;
    }
}

footer {
    width: 100%;
    height: 200px;
    background: #f2f2f2;
    margin-top: 70px;
    padding-top: 50px;
}

.footer_wrap {
    width: 75vw;
    max-width: 1440px;
    margin: 0 auto;
}

.footer_wrap h5 {
    text-indent: -9999px;
    width: 170px;
    height: 50px;
    float: left;
    background: url(../img/logo-footer.png) no-repeat center top;
    margin-right: 33px;
    -webkit-filter: grayscale(100%);
}

.footer_wrap div {
    float: left;
    color: #606060;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.35px;
}

.top_btn {
    display: none;
    position: fixed;
    bottom: 87px;
    right: 6.333vw;
    background: url(../img/btn-top.png) no-repeat;
    width: 70px;
    height: 70px;
    height: 70px;
    z-index: 99;
    opacity: 0.6;
}

/* top 버튼 */
.top_btn:hover {
    opacity: 1;
}

/* 팝업 */
.dim,
.pop_dim {
    position: fixed;
    width: 100%;
    height: 100%;
    /* max-height: 1100px; 0715*/
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: hidden;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.dim.active,
.pop_dim.active {
    display: block;
}

.popup_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 18px 30px 0 rgba(0, 0, 0, 0.18);
    z-index: 101;
    text-align: center;
    display: none;
    padding: 60px;
}

.popup_box.active {
    display: block;
}

#award {
    width: 1054px;
    height: 600px;
}
#news {
    width: 1054px;
    height: 600px;
    padding: 60px 20px;
}
#news .pop_slider {
    width: 1014px;
}

.popup_box .p_close_btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 17px;
    background: url(../img/btn-close.png) no-repeat center;
    cursor: pointer;
}

.pop_header h4 {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -0.8px;
    margin-bottom: 11.5px;
}

.pop_header p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.3px;
    font-weight: 100;
}

.pop_header p em {
    display: block;
}

.pop_body {
    width: 100%;
    height: 408px;
    padding-top: 30px;
    overflow: hidden;
}

.pop_slider {
    width: 934px;
    position: relative;
}

.pop_slider ul {
    padding: 0 24px;
    width: 934px;
}

.pop_slider ul li {
    float: left;
    margin: 0 20px 0 21px;
    /*width: 894px; 2107*/
    width: 934px !important;
}

.news_slider ul {
    padding: 0;
}

.news_slider ul li {
    width: 100%;
    margin: 0;
    text-align: center;
}

.news_slider ul li div {
    float: left;
    width: 220px;
    height: 328px;
    margin-right: 18px;
    padding: auto;
}

.news_slider ul li div img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.news_slider ul li > div:last-child {
    margin-right: 0;
}

.pop_slider .award_b {
    float: left;
    width: 220px;
    text-align: center;
    position: relative;
}

.pop_slider i {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-style: normal;
    font-size: 14px;
    letter-spacing: -0.28px;
    color: #fff;
    background: #49c2e4;
}

.pop_slider i.green,
i.green {
    background: #c0d734;
}

.pop_slider img {
    width: 180px;
    height: 252px;
    margin-bottom: 19px;
}

.pop_slider h5 {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 28px;
}

.pop_slider p {
    font-size: 15px;
    line-height: 26px;
    color: #606060;
    letter-spacing: -0.3px;
    font-weight: 100;
}

.pop_slider .bx-controls {
    width: 934px;
    min-width: 934px;
    height: 408px;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: -20px;
}

.pop_slider .bx-controls-direction {
    width: 934px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 155px;
}

.pop_slider .bx-controls-direction a {
    width: 20px;
    height: 35px;
    position: absolute;
    left: 0;
    background: url(../img/btn-arrow-left-01-24-x-40.png) no-repeat center;
    transition: all ease 0.5s;
}

.pop_slider .bx-controls-direction a:hover {
    background: url(../img/btn-arrow-left-02-24-x-40.png) no-repeat center;
}

.pop_slider .bx-controls-direction .bx-next {
    left: 914px;
    background: url(../img/btn-arrow-right-01-24-x-40.png) no-repeat center;
}

.pop_slider .bx-controls-direction .bx-next:hover {
    background: url(../img/btn-arrow-right-02-24-x-40.png) no-repeat center;
}

.pop_slider .bx-pager {
    height: 12px;
    width: 76px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.pop_slider .bx-pager .bx-pager-item {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.pop_slider .bx-pager .bx-pager-item a {
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 50%;
}

.pop_slider .bx-pager .bx-pager-item a.active {
    height: 12px;
    border-radius: 50%;
    border: 1px solid #32c5ef;
    background: #32c5ef;
}

.pop_slider .st2 {
    padding-left: 120px;
}

#patent {
    width: 1259px;
    height: 588px;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}

#patent #mo_pop {
    display: none;
}

.pop_slider.st2 {
    width: 1139px;
}

.patent_b {
    float: left;
    width: 250px;
    height: 150px;
    padding: 20px 15px;
    border: 1px solid #32c5ef;
    margin: 7.5px;
    text-align: left;
}

.patent_b.green {
    border-color: #c0d734;
}

.patent_b i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    border-radius: 12px;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
    left: 0;
}

.patent_b.green i {
    background: #c0d734;
}

.patent_b strong {
    font-size: 14px;
}

.patent_b p {
    margin-top: 20px;
    line-height: 20px;
    word-break: keep-all;
}

#patent p {
    line-height: 22px;
}

.pop_slider.st2 .bx-controls-direction {
    max-width: 1139px;
    width: 59.323vw;
    top: 205px;
}

.pop_slider.st2 .bx-controls-direction .bx-next {
    left: 1119px;
}

.pop_slider.st2 .bx-pager {
    width: 135px;
}

.pop_slider.st2 .bx-controls {
    width: 1139px;
}

.pop_slider.st2 ul li {
    padding: 0 0px 0 15px;
    width: 1080px !important;
}
@media screen and (max-width: 1024px) {
    #patent {
        width: 100%;
        padding: 60px 0;
    }
    .patent_b {
        width: 220px;
    }
    .patent_b strong {
        font-size: 13px;
    }
    .patent_b p {
        font-size: 13px;
    }
    #patent .bx-pager {
        left: 45%;
    }
    #patent .bx-controls-direction .bx-next {
        left: 983px;
    }
}

.nav_btn {
    display: none;
    width: 13.889vw;
    height: 13.889vw;
    background: url(../img/mobile/btn-menu-black-56-x-56.png) no-repeat center;
    position: absolute;
}

.mo_heading {
    display: none;
}

.nav_close {
    display: block;
    width: 7.778vw;
    height: 7.778vw;
    background: url(../img/btn-close.png) no-repeat center;
    position: absolute;
    top: 3.333vw;
    right: 3.333vw;
    z-index: 200;
}

#mobile_nav {
    display: none;
}

#mobile_nav ul {
    padding: 13.889vw 0 0 13.889vw;
}

#mobile_nav ul li a {
    display: block;
    font-size: 5.556vw;
    font-weight: 800;
    height: 70px;
    line-height: 70px;
}

#mobile_nav .footer_wrap {
    position: absolute;
    bottom: 13.889vw;
    left: 13.889vw;
}

#mobile_nav .footer_wrap h5 {
    display: block;
    float: none;
}

#mobile_nav .footer_wrap div {
    font-size: 3.056vw;
    line-height: 4.167vw;
    float: none;
    display: block;
}

#mobile_nav .footer_wrap div p:nth-of-type(2) {
    color: #cacaca;
    font-weight: 100;
    display: block;
    margin-top: 10px;
}

#award .bx-viewport {
    height: 354px !important;
}

#patent .bx-viewport {
    height: 330px !important;
}
#news .bx-viewport {
    height: 354px !important;
    width: 940px !important;
    position: absolute;
    left: 40px;
    z-index: 10;
}
#news .bx-viewport a {
    width: 50px;
    height: 50px;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
}
#news .pop_slider .bx-controls {
    width: 100%;
    height: 50px;
    background: red;
    z-index: -1;
}
#news .pop_slider .bx-controls-direction {
    width: 100%;
}
#news .pop_slider .bx-controls-direction .bx-next {
    left: 992px;
}
#news .news_s .slick-list.draggable {
    width: 934px;
    position: absolute;
    left: 45px;
    top: 0;
}
#news .news_s .img_s {
    float: left;
    width: 220px;
    height: 328px;
    margin: 0 5px;
}
#news .news_s li {
    float: left;
}
#news .slick-initialized .slick-slide {
    width: 934px !important;
}
#news .slick-dots {
    position: absolute;
    top: 355px;
    width: 66px;
    left: 51.5%;
}
#news .pop_slider ul.slick-dots li {
    float: left;
    width: 12px !important;
    height: 12px;
    margin: 0 5px;
    text-indent: -9999px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
}
#news .pop_slider ul.slick-dots li.slick-active {
    background: #49c2e4;
    border-color: #49c2e4;
}
#news .slick-arrow {
    position: absolute;
    top: 150px;
    width: 24px;
    height: 40px;
    text-indent: -9999px;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}
#news .slick-arrow.slick-next {
    right: -80px;
    background: url(../img/btn-arrow-right-01-24-x-40.png) no-repeat;
}
#news .slick-arrow.slick-next:hover {
    background: url(../img/btn-arrow-right-02-24-x-40.png) no-repeat;
}
#news .slick-arrow.slick-prev {
    left: 5px;
    background: url(../img/btn-arrow-left-01-24-x-40.png) no-repeat;
}
#news .slick-arrow.slick-prev:hover {
    background: url(../img/btn-arrow-left-02-24-x-40.png) no-repeat;
}
