@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




html, body { padding: 0; margin: 0; font-family: 'Noto Sans KR', sans-serif !important; }
.gallery table .gallery_write img{ height:auto;}
.gallery table .gallery-read-list a img{ height: auto !important; width: auto !important; }
.gallery table .gallery-rewrite a img{ height: auto !important; width: auto !important; }
h1, h2, h3, h4, h5, p { padding: 0; margin: 0; word-break: keep-all; }
a { text-decoration: none; }
/***************** ·ÎµùÀÌ¹ÌÁö **************/
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    background: rgba(255,255,255,0.8);
    z-index: 999999;
    text-align: center;
}
#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%,-50%);
}
/***************** header **************/
.header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 99999;
    position: fixed;
    text-align: center;
}
.logo { height: 50px; transition: all 0.15s ease-in; margin: 0;}
.fixed a .logo { width: 50px; }
/** ¸ð¹ÙÀÏ Çì´õ **/
.black-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.59);
    width: 100%;
    height: 100%;
    z-index: 99998;
}
.mb-nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    padding-left: 0px;
}
.header_close i {
    font-size: 40px;
    margin-left: 80%;
    margin-top: 5px;
    color: #000;
    cursor: pointer;
}
.mb-nav li {
    list-style: none;
}
.mb-nav li a {
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    line-height: 65px;
    text-indent: 20px;
    font-size: 20px;
    padding-left: 30px;
}
.mb-nav li a:hover {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    text-decoration: none;
    border-left: 5px solid #018aff;
}
.mb-mode {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 99997;
    height: 100px;
    display: none;
}
.mb-btn {
    position: absolute;
    font-size: 40px;
    cursor: pointer;
    color: #000;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
#nav ul.menu li {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
}
#nav ul.menu li a {
    display: block;
    width: 100%;
    text-indent: 20px;
    color: #000;
    text-decoration: none;
}
#nav ul.menu li a:hover {
    background: #eee;
}
#nav ul.menu li .sub a {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    z-index: 999;
    background: rgba(0,89,199,0.05);
    font-size: 1rem; font-weight: 300; line-height: 50px;
}
#nav ul.menu li .sub a:hover {
    background: #444;
    color: #fff;
}
nav {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background: #fff;
    margin: 0 auto;
    transition: all 0.15s ease-in;
    height: 64.97px;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main-menu {width:100%; max-width: 1300px; margin: 0.5% auto ; display: flex;align-items: center; justify-content: center;}
#main-menu > li {
    float: none;
    position: relative;
    width: 15%;
}
#main-menu > li > a {
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.4;
    display: block;
    padding: 14px 0;
    color: #000;
    font-weight: 400;
}




#sub-menu {
    position: absolute;
    background: #fff;
    transition: all 0.15s ease-in;
    width: 100%;
    height: 0px;
    opacity: 0;
    display: none;
    top:46px;
}




#main-menu > li:hover > #sub-menu {
    display: block;
}




#sub-menu > li > a {
    color: #333;
    text-decoration: none;
    padding: 16px 0;
    display: block;
    width: 100%;
    letter-spacing: -0.4;
}
#sub-menu > li > a:hover {
    background: #018aff;
    color: #fff;
}
.fixed {
    border-bottom: 1px solid #000;
    box-shadow: 0 5px 20px #000;
}
.wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.wrap2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/************************************ ¸ÞÀÎ½½¶óÀÌ´õ ************************************/
.swiper-container {
    margin-top: 138.8px;
    text-align: center;
}
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
    transition: 0.5s all ease;
}
.swiper-container:hover .swiper-pagination,
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 1;
}
.slider-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-cover h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
}
.swiper-slide img {
    max-width: 100%;
}
:root {
    --swiper-theme-color: #fff;
}
/*************************** ¸ÞÀÎ COMPANY *******************************/
.main-com {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
}
.main-com h2 {
    font-size: 30px;
    line-height: 1;
}
.main-com h2:before {
    content: "";
    display: block;
    width: 40px;
    border-top: 5px solid #018aff;
    margin: 20px auto;
}
.main-com h4 {
    font-size: 16px;
    letter-spacing: 3px;
    padding-bottom: 30px;
}
.main-com ul {
    overflow: hidden;
}
.main-com ul li {
    float: left;
    width: 31.3%;
    margin: 0 1%;
    position: relative;
}
.main-com ul li img {
    width: 70%;
}
.main-com ul li a {
    font-size: 16px;
    color: #000;
    padding: 20px 10px;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
}




.main-com ul li a h3 { margin: 10px 0; font-size: 1.5rem; border-bottom: 1px solid #dfdfdf; padding: 10px 0}
.main-com ul li a p {font-size: 1.1rem; color: #777; font-weight: 300}
.main-com span.btn_more{display: block; margin: 4% auto 0; width: 30%; border: 1px solid #e6e6e6; background: #e6e6e6; border-radius: 30px; padding: 1.6% 8%; color: #000; font-size: 0.8rem; text-align: center;}
.main-com ul li a:hover { background: #018aff; border: 1px solid #018aff; }
.main-com ul li a:hover h3, .main-com ul li a:hover p {color: #fff;}
.main-com ul li a:hover span.btn_more {border: 1px solid #0059c7; color: #fff; background: #0059c7}
/************************ ¸ÞÀÎ ¼³½Ã»ç·Ê *********************/
.case { text-align: center; padding-top: 60px; padding-bottom: 100px; }
.case h2 { margin: 1% 0 2%; font-size: 45px; padding: 10px 0; color: #000; text-align: center; font-weight: 500;}
.case h2 span { display: block; font-size: 25px; color: #018aff; font-weight: normal;}
.case h2 strong { font-weight: 500; }
.case table.board_output {max-width: 1500px; margin: 0 auto;}
table.board_output table.board_output > tbody > tr { display: flex; flex-wrap: wrap; }
table.board_output table.board_output > tbody > tr > td {  width: 18%; margin: 1%; text-align: center; }
table.board_output table.board_output > tbody > tr > td img { width: 100%; height: 250px; margin-bottom: 5px;}
table.board_output table.board_output > tbody tr > td {text-align: center;}
.board_output_gallery_subject {margin-top: 5px; font-size: 16px;}
span.board_output_gallery_etc { border-top: 1px solid #e6e6e6; margin-top: 5px; padding-top: 5px; display: block;  font-size: 16px;}
.case a.pageBtn { background: #e6e6e6; padding: 15px 30px; position: relative; border-radius: 30px; font-weight: 400; display: flex; align-items: center; justify-content: center; max-width: 260px; margin: 50px auto 0; }
.case a.pageBtn span {background: #000; border-radius: 50%; width: 30px; display: inline-block; height: 30px; margin-left: 20px; color: #fff; line-height: 30px; position: relative;}
.case a.pageBtn span i {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.case a.pageBtn:hover { background: #018aff; color: #fff; }
.case a.pageBtn:hover span { background: #0059c7; color: #fff; }
/************************ ¸ÞÀÎ biz *********************/
.main-biz {width: 100%; padding: 4% 10%;}
.main-biz h2{margin: 1% 0 2%; font-size: 45px; padding: 10px 0; color: #000; text-align: center; font-weight: 500}
.main-biz h2 span {display: block; font-size: 25px; color: #018aff; font-weight: normal;}
.main-biz .chain_box{width: 100%; max-width: 1500px; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-evenly;}
.main-biz .chain_box img{margin-bottom: 1%;}
.biz-cover {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: relative;
}








/************************ ¸ÞÀÎ contact *********************/
.main-contact {
    text-align: center;
    background: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 100px;
}
.main-contact h2 {
    font-size: 30px;
    line-height: 1;
}
.main-contact h2:before {
    content: "";
    display: block;
    width: 40px;
    border-top: 5px solid #018aff;
    margin: 20px auto;
}
.main-contact ul {
    overflow: hidden;
    margin-top: 30px;
}
.main-contact ul li {
    float: left;
    width: 48%;
    margin: 1%;
    text-align: left;
}
.main-contact ul li iframe {
    width: 100%;
}
.main-contact ul li h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
}
.main-contact ul li p {
    line-height: 1.5;
}
.main-contact ul li a {
    display: block;
    text-align: center;
    padding: 20px 10px;
    width: 150px;
    margin: 20% auto 0;
    background: #018aff;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}
/******************************* ÇÏ´Ü¸Þ´º *************************/
#footer {background: #fff; color: #000; text-align: center;}
#footer ul {overflow: hidden;}
#footer li a, #footer p a {color: #000;}
















/************************ ¼­ºêÆäÀÌÁö *************************/
.sub_top {
    margin-top: 0px;
    position: relative;
}
.sub_top img {
    width: 100%;
}
.sub_cover {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top_txt {
    position: absolute;
    right: 5%;
    color: #fff;
    text-align: right;
    bottom: 10%;
}
.top_txt h2 {
    font-size: 2.3rem;
}
.sub_body {
    overflow: hidden;
}
.sub_menu {
    float: left;
    width: 15%;
    margin-top: 55px
}
.sub_menu h2 {    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
.sub_menu li {
    border-bottom: 1px solid #aaa;
}
.sub_menu a {
    padding: 10px 5%;
    display: block;
    color: #000;
    background: #fff;
}
















.sub_page01_1 .menu1 a, .sub_page01_2 .menu2 a, .sub_page01_3 .menu3 a,
.sub_page02_1 .menu1 a, .sub_page02_2 .menu2 a,
.sub_page03 .menu1 a,
.sub_page04 .menu1 a,
.sub_page05_1 .menu1 a, .sub_page05_2 .menu2 a, .sub_page05_3 .menu3 a, .sub_page05_4 .menu4 a, .sub_page05_5 .menu5 a,
.sub_page06_1 .menu1 a,
.sub_page07_1 .menu1 a {
    background: #018aff;
    color: #fff;
}
.sub_cont {
    float: right;
    width: 100%;
    margin: 50px 0;
}
.sub_cont .title-wrap {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-bottom: 10px;
}
.sub_cont .title-wrap .cont-title {float: left; color: #018aff;
    font-size: 30px;
    font-weight: 500;
}
.sub_cont .title-wrap .rout {
    float: right;
    min-width: 35%
}
.sub_cont .title-wrap .rout ul {
    overflow: hidden;
}
.sub_cont .title-wrap .rout ul li {
    font-size: 0.9rem;
    color: #e9e9e9;
    line-height: 1.2;
    float: left;
    padding-left: 2%;
}
.sub_text {
    clear: both;
    padding: 30px 0 120px;
}
/************************ ¼­ºê - È¸»ç¼Ò°³ *************************/
.greeting {overflow: hidden;}
.greeting .intro p{text-align: center; font-size: 1.2rem; line-height: 1.8;}
.greeting .intro p:nth-child(2n){margin-bottom: 60px;}
.greeting .intro p span {color: #018aff; font-weight: bold; font-size: 25px;}
.greeting img {width: 100%;}
.greeting .cont {display: flex; flex-wrap: wrap; margin-top: 20px; text-align: center;}
.greeting .cont p { width: 24%; margin: 1% 1% 1% 0;}
















.map iframe {
    width: 100%;
}
.map .text {
    border: 1px solid #959595;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px 0;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}
.map .text a {
    color: #000;
}
.map .text p span {
    color: red;
    font-size: 13px;
}
/************************ ¼­ºê - »ç¾÷¼Ò°³ *************************/
.biz03 img {
    width: 100%;
}
.biz03 h2 {
    padding: 15px;
    text-align: center;
}
.biz03 ul {
    overflow: hidden;
}
.biz03 ul li {
    float: left;
    width: 100%;
    margin: 2% 0;
}
.biz03 ul li:first-child {
    margin-top: 0;
}
.biz03 ul li h2 {
    border-bottom: 1px solid #e6e6e6;
}
.biz03 ul li p {
    margin-top: 20px;
}
.biz_div {
    clear: both;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.biz_div img {width: 100%;}
.biz02 .biz_div:last-child {
    border-bottom: none;
}
.biz02 .div70 {
    float: left;
    width: 65%;
}
.biz02 .div70 img {
    width: 100%;
    min-height: 200px;
}
.biz02 .div30 {
    float: left;
    width: 30%;
    margin: 2.5%;
}
.biz02 .div30 h2 {
    margin-bottom: 10px;
}
/************************ ¼­ºê - °¶·¯¸® *************************/
.gallery #post_area {
    text-align: center;
}
.gallery table td a img {
    width: 100%;
    height: 170px;
}
.gallery table td img {
    height: auto;
}
td.gallery_subject {
    padding-top: 10px !important;
}
.bbsnewf5 > a > img {
    width: auto;
    height: auto;
}
.est_cate_cell select {
    height: 26px;
}
table#search_table {
    margin: 10px auto;
}
.write-btn a img {
    width: auto !important;
    height: auto !important;
}
















table.table-list > tbody > tr { float: left; width: 50%; }
table.table-list > tbody > tr > td { float: left; width: 48%; margin: 1%; }
table.table-list > tbody > tr img { width: 100%; height: auto; max-height: 270px; }
td.gallery_etc { display: block; margin-top: 5px; border-top: 1px solid #e6e6e6; padding-top: 5px; }
table.board_g { display: none; }
div#videoWrap a { float: left; width: 23%; margin: 1%; }
div#videoWrap a img { width: 100%; }
















@media screen and (max-width: 768px) {
    table.board_output table.board_output > tbody > tr > td, div#videoWrap a { width: 48%; }
    #post_area img {width: 100% !important; height: auto !important;}
}
















/************************ ¼­ºê - ¿Â¶óÀÎ¹®ÀÇ *************************/
input[type=text] {
    width: 96%;
    font-size: 13px !important;
    color: #666 !important;
    height: 26px !important;
    padding-left: 7px !important;
    line-height: 26px !important;
    border: 1px solid #cfcfcf !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}
textarea {
    width: 96%;
    font-size: 13px !important;
    color: #666 !important;
    height: 200px !important;
    padding-left: 7px !important;
    line-height: 26px !important;
    border: 1px solid #cfcfcf !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}
input[name="phone_no1"],
input[name="phone_no2"],
input[name="phone_no3"],
input[name="mobile_no1"],
input[name="mobile_no2"],
input[name="mobile_no3"] {
    width: 19% !important;
}
.online .text {
    margin-bottom: 20px;
}
.table_02 {
    border-top: 2px #e6e6e6 solid !important;
    border-bottom: 1px #e6e6e6 solid !important;
}
.table_02 td {
    padding: 8px 10px 8px 20px !important;
    font-weight: bold;
}
















table.form-table { border: 1px solid #e6e6e6; border-radius: 4px; border-collapse: initial; }
table.form-table tr td { padding: 10px !important; border-top: 1px dashed #ddd; }
table.form-table tr:first-child td { border-top: 0; }
.agree-title { margin: 0; padding: 10px; font-size: 15px; color: #333; text-align: left; font-weight: bold; }
.privacy { overflow: auto; height: 400px; padding: 10px; border: 1px solid #aaa; border-radius: 5px; background: #fff; font-size: 13px; text-align: left; line-height: 20px; }
.privacy h4 { padding: 5px 10px; border-radius: 0.3em; background: #018aff; color: #fff; text-shadow: -1px 0 1px rgb(0 0 0 / 20%), 1px 0 1px rgb(0 0 0 / 20%), 0 -1px 1px rgb(0 0 0 / 20%), 0 1px 1px rgb(0 0 0 / 20%); }
a.submit { background: #018aff; color: #fff; padding: 10px 20px; display: block; width: 100px; }
/************************ ¼­ºê - Ä¿¹Â´ÏÆ¼ *************************/
.accordion {
    width: 100%;
}
input[id*="answer"] {
    display: none;
}
input[id*="answer"] + label {
    display: block;
    padding: 20px;
    padding-right: 50px;
    border: 1px solid #232188;
    border-bottom: 0;
    color: #fff;
    font-weight: 900;
    background: #018aff;
    cursor: pointer;
    position: relative;
}
input[id*="answer"] + label em {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    display: inline-block;
    background: url('../../img/eyegood/arrow.png') 0 0 no-repeat;
}
input[id*="answer"] + label + div {
    max-height: 0;
    transition: all .35s;
    overflow: hidden;
    background: #ebf8ff;
    font-size: 11px;
}
input[id*="answer"] + label + div p {
    display: inline-block;
    padding: 20px;
}
input[id*="answer"]:checked + label + div {
    max-height: 1000px;
}
input[id*="answer"]:checked + label em {
    background-position: 0 -30px;
}
input[name="captcha_code"] {
    width: auto !important;
    ;
}
















.topheader {position: relative;}
.topheader > a {display: block; width: 250px; margin: 0 auto; padding: 40px 0;}
















/*************************************** ¹Ìµð¾îÄõ¸® ************************************************/
@media screen and (max-width : 1214px) {
    .wrap2 { width: 95%; }
}
@media screen and (max-width : 960px) {
    .sub_menu { width: 20%; }
    .biz ul li { width: 99.6%; margin: 2% 0; }
}
@media screen and (max-width : 768px) {
    .header {
        display: none;
    }
    .mb-mode {
        display: block;
        position: fixed;
    }
    .logo {
        text-align: center;
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
    }
    .warp,
    .wrap2 {
        width: 90%;
    }
    .swiper-container {
        margin-top: 100px;
    }
    .slider-cover h2 {
        font-size: 2rem;
    }
    .main-com ul li {
        width: 100%;
        margin: 2% 0;
    }
    .sub_cont .title-wrap .rout {
        display: none;
    }
    .main-contact ul li {
        width: 100%;
        margin: 1% 0;
        text-align: center;
    }
    .main-contact ul li a {
        margin: 5% auto 0;
    }
    .sub_menu {
        display: none;
    }
    .sub_cont {
        width: 100%;
    }
    .sub_top {
        margin-top: 100px;
    }
    .top_txt h2 {
        font-size: 1.3rem;
    }
    .top_txt p {
        font-size: 0.8rem;
    }
    .map .text p {
        font-size: 1rem;
    }
    .gallery-board > tbody > tr > td {
        float: left;
        width: 100%;
    }
    .gallery table img {
        height: auto;
    }
    .biz02 .div70 {
        width: 100%;
    }
    .biz02 .div30 {
        float: left;
        width: 100%;
        margin: 2.5% 0;
    }
    table.table-list > tbody > tr {width: 100%;}
}
















@media screen and (max-width: 340px) {
    table.board_output table.board_output > tbody > tr > td, div#videoWrap a { width: 100%; }
}