/* font-----------------------------------------------------------------------------

font-family: 'NanumSquare', sans-serif !important;
font-family: 'Lato', sans-serif;
font-family: 'NanumSquareRound';
font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
font-family: liberation-sans, sans-serif;

-----------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('HelveticaNeueLTPro-Bd.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);



body #wraper #header nav {
    width: 100%;
    max-width: 90%;
}
#wraper #header nav #logo a {
    width: 281px;
    height: 37px;
}
body #wraper #header nav #logo a div {
    top: 50%;
    left: 0;
    width: 194px;
    height: 56px;
    margin-top: 0px;
}
body #wraper #header nav .pc_menu_wrap {
    top: 0;
    right: 0;
    left: 700px;
    padding-top: 8px;
}
#mainContainer .main-scroll-icon img {
    width: 30px;
    height: 43px;
}
body #wraper #header nav .pc_menu_wrap ul li a {
    font-family: 'Nanum Square';
    font-size: 19px;
    font-weight: 600;
}
body #wraper #header nav .pc_menu_wrap ul li ul li a {
    font-size: 15px;
}
body #wraper #header nav .pc_menu_wrap ul li ul li a:hover {background-color:#05172c; }
.header_scroll {height: 90px;}
#mainContainer #mainVisual {height: 830px;}
#mainContainer button.slick-prev.slick-arrow {background: url('btn_prev.png') center no-repeat;left: 5.2%;}
#mainContainer button.slick-next.slick-arrow {background: url('btn_next.png') center no-repeat;right: 5.2%;}
#mainContainer #mainVisual .slick-arrow {top: 50%;opacity: 0;transition: all 0.5s;}
#mainContainer #mainVisual:hover .slick-arrow {opacity: 1;}
ul.slick-dots {display: none!important;}

.slick-track .main-visual-item .main-visual-txt-con {
    left: 0;
    width: 100%;
    text-align: center;
}
.slick-track .main-visual-item .main-visual-txt-con .main-visual-txt1 {
    font-family: 'Nanum Square';
    font-size: 50px;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #000;
}
.slick-track .main-visual-item .main-visual-txt-con .main-visual-txt3 {
    font-family: 'Noto Sans KR';
    font-size: 36px;
    font-weight: 100;
    letter-spacing: -0.5px;
    line-height: 1.5;
    text-shadow: 1px 1px 5px #000;
}
#wraper .gytop .text01 span {
    font-family: 'Lato';
    font-size: 46px;
    font-weight: 900;
    color: #232323;
    text-transform: uppercase;
}
#wraper .gytop .text02 {
    font-family: 'NanumSquareRound';
    font-size: 18px;
    color: #666666;
    padding-top: 15px;
}
#wraper #quickmenu .gytop .text01 span, #wraper #quickmenu .gytop .text02 {
    color: #fff;
}
body #businesswraper1 {
    height: auto;
}
.mb ul {
    display: flex;
    justify-content: space-between;
}
.mb ul li {
    width: 25%;
}
.mb ul li a {
    position: relative;
    display: block;
    padding: 200px 0 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    transition: all 0.5s;
}
.mb ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background-color: #00a699;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50%;
    transition: all 0.5s;
}
.mb ul li:nth-child(1) a::before {background-image: url('quick-icon-01.png');}
.mb ul li:nth-child(2) a::before {background-image: url('quick-icon-02.png');}
.mb ul li:nth-child(3) a::before {background-image: url('quick-icon-03.png');}
.mb ul li:nth-child(4) a::before {background-image: url('quick-icon-04.png');}
.mb ul li:hover a::before {background-color: #00cebe;}
.mb ul li:hover a {color: #00cebe;}
.cs-wrapper ul {
    padding: 0 30px;
}
.cs-wrapper ul li {
    float: left;
    height: 75px;
    line-height: 75px;
    margin: 80px 0;
    color: #fff;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans kr';
}
.cs-wrapper ul li:nth-child(1) {width: 35%; border: 1px solid #fff;}
.cs-wrapper ul li:nth-child(2) {width: 25%; background-color: rgba(0,0,0,0.3); position: relative;}
.cs-wrapper ul li:nth-child(3) {width: 40%; background-color: rgba(0,0,0,0.3);}

.cs-wrapper ul li:nth-child(2)::after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    top: 27px;
    right: 0;
}

.tel {
    font-size: 24px;
    font-weight: 600;
    font-family: 'NanumSquare';
}
.tel span {
    font-size: 32px;
    font-family: 'HelveticaNeue';
}
.fax span {font-family: 'HelveticaNeue'; font-size: 22px;}
body #wraper #footer {
    background-color: #333740;
}
.ft-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 60px auto;
}
#wraper #footer .foot_info {
    margin-left: 35px;
}
body #wraper #footer .foot_info .detail span.detail02 {
    margin: 0;
}
body #wraper #footer .foot_info .detail span {
    font-size: 15px!important;
    font-family: 'Noto Sans KR';
    text-align: left;
    color: #bbbbbb!important;line-height: 1.4;
}
body #wraper #footer .foot_info .copy {
    font-family: 'Noto Sans KR';
    font-size: 15px;
    font-weight: 200;
    color: #868686!important;
    letter-spacing: 0.5px;
    text-align: left;
}

/*메인 포트폴리오*/
#tab6_sec1 .tab_all_cate .board_output>tbody>tr:nth-child(2) {display: none;}
.no-padding {
    padding: 0 !important;
}
.center-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.tab-style1 .nav-tabs {
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.margin-50px-bottom {
    margin-bottom: 50px;
}
.tab-style1 .nav-tabs li {
    display: inline-block;
    float: none;
    width: auto;
}
.tab-content>.tab-pane {
    display: none;
}
.center-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#sc01 .board_portfolio table {
    float: left;
    width: 32%;
    position: relative;
    margin-right: 1.3%;
}
#sc01 .board_portfolio .board_output_imgs {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
img {
    max-width: 100%;
    height: auto;
}
#sc01 .board_portfolio .board_output_gallery_subject a {
    text-align: center;
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    padding: 20px 30px;
    box-sizing: border-box;
    word-break: keep-all;
    font-size: 18px;
    margin-top: -60px;
    z-index: 9;
    opacity: 0;
    background: rgba(0,0,0,0.5);
}
.tab-content>.active {
    display: block;
}
table.board_output .board_output>tbody>tr>td>table {
    margin-bottom: 30px!important;
}
#businessconall .gytop {
    padding-bottom: 40px;
}
#businessconall .nav-tabs>li.active>a, #businessconall .nav-tabs>li.active>a:focus, #businessconall .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover {
    border: none;
    border-bottom: 2px solid #ef5123;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover {
    cursor: pointer!important;
    color: #ef5123!important;
    font-family: 'Spoqa Han Sans'!important;
    font-size: 18px!important;
    font-weight: 500;
}
.nav-tabs>li>a {
    cursor: pointer!important;
    font-family: 'Spoqa Han Sans'!important;
    font-size: 18px!important;
    font-weight: 500;
    color: #555555;
    background: none!important;
    padding: 0 20px 20px;
}
.board_output_gallery_img img {
    max-width: 100%;
    height: 340px;
    object-fit: cover;
}
body #wraper #header nav h1 {
    margin: 0;
}


.board_output .board_output>tbody>tr {
    display: flex;
    justify-content: space-between;
}
.board_output .board_output>tbody>tr>td {
    display: block;
}
.equalize>.board_output {
    display: inline-block;
    width: auto;
}
.equalize {
    display: flex;
    flex-wrap: wrap;
}
#tab6_sec1>.tab-pane>.equalize>.board_output:nth-child(3) .board_output>tbody>tr>td:nth-child(3),#tab6_sec1>.tab-pane>.equalize>.board_output:last-child .board_output>tbody>tr>td:nth-child(n+2) {
    display: none;
}
.tab-pane {max-width: 1170px;}
.email span,.detail .detail02 {
    text-transform: uppercase;
}


/*------------------------------------------------------------------------------------
서브페이지
------------------------------------------------------------------------------------*/
#wraper #container .sub-cont-wrap {height: auto;}
.about .img1 {max-width: 326px;}
.body-wrap .about .text01 {
    font-size: 1em;
    line-height: 1.8;
    margin: 30px auto 0;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
}
.body-wrap .about .txttop {
    padding-bottom: 10px;
}
.body-wrap .about .line {
    margin-bottom: 50px;
}
.history_in {
    border-top: 3px solid #05172c;
    margin-top: 1rem;
    display: flex;
    flex-direction: column-reverse;    margin-bottom: 80px;
}
.history_in>div {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s;
}
.history_in>div>div {
    display: table-cell;
    border-left: 1px solid #ddd;
    width: 80%;
    padding: 2rem 0;
    transition: all 0.5s;
}
.history_in>div>p {
    position: relative;
    display: table-cell;
    width: 20%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    vertical-align: middle;
    transition: all 0.5s;
    font-family: 'HelveticaNeue';
}
.history_in > div > p::before {
    content: '';
    font-size: 20px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid #01478c;
    border-right: 10px solid none;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    transition: all 0.5s;
    opacity: 0;
}
.history_in ul {
    list-style-position: inside;
}
.history_in>div>div>ul>li {
    width: 100%;
    position: relative;
    display: table;
    margin-bottom: 1rem;
}
.history_in>div>div>ul>li:last-child {
    margin-bottom: 0;
}
.history_in>div>div>ul>li>p {
    display: table-cell;
    color: #27282a;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    width: 20%;
    font-family: 'Spoqa Han Sans';
    transition: all 0.5s;
}
.history_in>div>div>ul>li>div {
    display: table-cell;
    width: 80%;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    transition: all 0.5s;
}
.history_in>div:hover>p,.history_in>div:hover>div,.history_in>div:hover>div>ul>li>p,.history_in>div:hover>div>ul>li>div {color: #ef5123!important; background-color: #f3f3f7;}
.body-wrap .history p.text01 {
    background-color: #f3f3f7;
    padding: 30px 0;
    font-weight: 600;
    line-height: 1.7;
    margin: 30px 0 10px;
}
.about.history .img {
    width: auto;
    padding: 0;
}
.certification img {
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0.8;
    transition: all 0.5s;
}
.certification a {
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.certification a::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
}
.certification .img-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.certification .img-wrap ul li {
    width: 23%;
    margin-bottom: 50px;
}
.certification .img-wrap ul li p {transition: all 0.5s;}
.certification .img-wrap ul li:hover img {opacity: 1;}
.certification .img-wrap ul li:hover a::before {
    width: 100%;
    height: 100%;
    border: 3px solid #ef5123;
}
.certification .img-wrap ul li:hover p {color: #ef5123;}
.map-wrap {
    text-align: left;
}
h3.sub-tit {
    font-weight: 600;
    font-size: 1.5em;
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 0 0 0 0;
    margin-left: 14px;
}
h3.sub-tit::before {
    content: "";
    position: absolute;
    top: 5%;
    left: -14px;
    background-color: #ef5123;
    width: 4px;
    height: 90%;
    border-radius: 20px;
}
.map-wrap .map {
    margin: 20px 0 100px 0;
}
.map-wrap .tb_st2 th,.map-wrap .tb_st2 td {
    font-size: 15px;
}
.about.business .img {
    width: auto;
    padding: 40px 0;
}
.business .img-wrap {
    border: 1px solid #ddd;
    margin: 30px 0;
}
.business h3.sub-tit {
    font-size: 1.3em;
    margin-bottom: 20px;
}
.business .txt-wrap {
    text-align: left;
    padding: 30px 50px;
    border: 1px solid #ddd;
    width: 49%;
    box-sizing: border-box;
}
.business .txt-wrap li {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 20px;
}
h2.sec-tit {
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 30px;
}
section.content-wrap {
    margin-bottom: 80px;
}
p.text00.sec-spec {
    font-size: 1.2em;
}
.business .sec-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.business .txt-wrap li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.business .txt-wrap .s1::before {background-color: #ef5123;}
.business .txt-wrap .s2::before {background-color: #05172c;}
.business .txt-wrap .s3::before {background-color: #00a699;}
.business table {width: 100%;}
.business th, .business td {
    border: 1px solid #ddd;
    padding: 10px 5px;
}
.business th {text-align: center!important; background-color: #f3f3f7;}
.business .bt1 tbody th {width: 10%!important;}
.business .bt1 tbody td {width: 30%;}
.business .bt2 tbody th {width: 20%!important;}
.business .bt2 tbody td {width: 40%;}
.business td {
    text-align: left;
    padding: 10px 15px;
    font-size: 0.895em;
    letter-spacing: -0.5px;
}
/*
.business .bt1 td li {position: relative;padding-left: 20px;}
.business .bt1 td li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #00a699;
}
*/
.business td li {position: relative; padding-left: 12px;}
.business td li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #666;
}
.c0 {color: #ef5123!important;}
.c1 {color: #477ddd!important;}
.c2 {color: #00a699!important;}
.c3 {color: #002863!important;}
.tl {text-align: left;}
.fwb {font-weight: 600;}
.business3 .img-wrap,.business4 .img-wrap,.business5 .img-wrap {margin: 0!important;}
.about.business3 .img,.business5 .txt-wrap {padding: 0!important;}
.business3 section.content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.business3 th,.business3 td {text-align: center;}
.business3 tr:first-child td:last-child {
    font-size: 1.3em;
}
.business3 .txt-wrap {
    padding: 0;
    border: none;
    margin-bottom: 30px;
    width: 50%;
}
.business4 {position: relative;}
.business4 .img-wrap {text-align: center;padding: 30px 0;}
.business4 .txt-wrap,.business5 .txt-wrap {
    padding: 0px;
    border: none;
    width: 100%;
}
.business4 .fixed-wrap ul {
    position: fixed;
    bottom: 150px;
    right: 15%;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 20px;
    text-align: left;
    font-size: 0.9em;
    border: 1px solid #ccc;
    box-shadow: 10px 10px 20px #f7f7f7;
}
.fixed-wrap span {
    width: 50px;
    height: 13px;
    margin-right: 12px;
    display: inline-block;
    border: 1px solid #ddd;
}
.fixed-wrap li {
    display: flex;
    align-items: center;
}
.fixed-wrap li:nth-child(1) span {background-color: #a19dff;}
.fixed-wrap li:nth-child(2) span {background-color: #ffa6a6;}
.fixed-wrap li:nth-child(3) span {background-color: #9dfeaa;}
.fixed-wrap li:nth-child(4) span {background-color: #ffffb1;}
#sub_content_wrap .sub_menu_wrap .m_dep_box  {width: 250px;}
.business5 .img-wrap {border: none; text-align: center;}
.business5 .img {padding: 0!important;}
.body-wrap .product .txt-wrap {
    text-align: left;
}
.body-wrap .product .img-wrap {text-align: center;}
.body-wrap .product img {width: auto;}
.body-wrap .product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.body-wrap .product .img-wrap li {margin-bottom: 30px;}
.body-wrap .product1 .img-wrap li:nth-child(n+10),.product2 .sec2 .img-wrap li:nth-child(n+3) {margin-bottom: 0px;}
.body-wrap .product li img {
    padding: 0;
}
.product h3.sub-tit {margin-bottom: 20px;}
.body-wrap .product1 .content-wrap:last-child .img-wrap,.product2 .sec2 .img-wrap {
    padding: 30px 20px;
    border: 1px solid #ddd;
}
.p-wrap ol {
    display: inline-grid;
}
.p-wrap p {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.p-wrap p::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #666;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}
.body-wrap .product2 .sec1 .img-wrap {
    margin-top: 50px;
}
.body-wrap .product2 img {border: 1px solid #ddd;}
.tal {text-align: left;}
.body-wrap .product2 .sec1 .img-wrap li p {
    position: relative;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 600;
    padding-left: 20px;
}
.body-wrap .product2 .img-wrap li {width: 49%;}
.body-wrap .product2 .img-wrap li .tal::before {
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-left: 10px solid #ef5123;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
}
.body-wrap .product3 ul ul {
    display: block
}
.body-wrap .product3 ul ul li:first-child {
    font-size: 1.2em;
    font-weight: 600;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}
.body-wrap .product3 .txt-wrap {margin-top: 50px;}
.body-wrap .product3 .txt-wrap>ul>li {
    width: 32%;
}
.body-wrap .product2 section:last-child ul li {width: 49%;}
.body-wrap .product2 section:last-child img {width: 100%;}
.youtube-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.company-cnt iframe {
    width: 100%;
}
.player {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
}
.galleries .content-wrap>table>tbody>tr>td>table:first-child>tbody>tr>td {
    background-color: #ef5123;
    height: 1px;
}
.galleries .content-wrap>table>tbody>tr>td>table {
    border: 1px solid #fff!important;
}
.galleries td img {object-fit: cover;}
.galleries .board>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td:nth-child(1) {
    padding: 10px 0 0;
}
.galleries .board>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>a>img {
    max-width: 100%;
    height: 280px;
    object-fit: cover;
    width: 280px;
}
.galleries .inner-cont>tbody>tr {
    border-bottom: 1px solid #ddd;
}
#post_area span {
    font-size: 16px!important;
    line-height: 1.8;
}
#post_area th, #post_area td {
    border: 1px solid #ddd;
    padding: 10px;
}
#post_area li {
    list-style: inside;
}
font, .board_desc {
    font-family: 'Nanum Square','Malgun Gothic','Nanum Gothic','NanumBarunGothic', 'Dotum', 'Gulim', 'sans-serif';
    color: #333!important;
    font-size: 14px!important;
}
.board>td {
    background-color: #fff!important;
}
tr.board {
    border-bottom: 1px solid #eee;
}
.board>td {
    background-color: #fff!important;
    text-align: left;
}
.galleries table table:last-child td {
    background: none!important;
}
td.bbsnewf5 a {
    font-family: 'Nanum Square'!important;
    font-size: 14px;
    color: #333!important;
}

td.bbsetc_add1, td.bbsetc_add2, td.bbsetc_add3,td.bbsetc_view_count {
    width: 12%;
    font-family: 'Nanum Square'!important;
    padding: 6px;
    font-size: 14px;
}
div#post_area {
    font-family: 'Nanum Square'!important;
    text-align: left;
}
.table_board>tbody>tr:first-child>td {
    height: 1px!important;
    background-color: #ef5123;
}
div.toparr {
    margin: auto;
    width: 5px;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99999;
}
a.top {
    position: fixed;
    right: 15%;
    bottom: 5%;
    display: none;
    opacity: .5;
    transition: all 0.5s;
}
a.top:hover{opacity: 1;}
.section .s_visual {height: 200px;}
.glalleiies1 span.gallery_title {
    font-family: 'Nanum Square'!important;
    color: #333;
}
span.gallery_title {
    font-family: 'Nanum Square'!important;
}

.galleries2 .inner-cont .board_bgcolor {
    min-width: 100px!important;
}
.galleries2 .board_description {
    border-bottom: 1px solid #ddd;
}
.sub-scroll-icon {
    position: relative;
    text-align: center;
    animation-name: next;
    animation-direction: reverse;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes next {
    0% {transform: translateY(0); opacity: 1;}
    50% {transform: translateY(-10px); opacity: 0.8;}
    100% {transform: translateY(0px); opacity: 1;}
}
.sub-scroll-icon .arrow {
    display: inline-block;
    background: #ef5123;
    position: relative;
    width: 13px;
    height: 20px;
    transition: all 0.5s;
}

.sub-scroll-icon .arrow::after {
    content:''; position:absolute; width:0; height:0; border-style:solid;
    border-width: 20px 20px;
    border-color: #ef5123 transparent transparent transparent;
    top: 20px;
    left: -13px;
    transition: all 0.5s;
}

.sub-scroll-icon a p {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    z-index: 100;
    background-color: rgba(5,23,44,0.9);
    padding: 10px 20px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}
.sub-scroll-icon:hover a p {opacity: 1;}
.sub-scroll-icon:hover .arrow {background: #05172c;}
.sub-scroll-icon:hover .arrow::after {border-color: #05172c transparent transparent transparent;}

.body-wrap {margin-bottom: 50px;}


/* 230802 팝업 추가 */

.popup-modal{
    width: 580px;
    height: auto;

    background: #222;
    color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0%;
    left: 0%;

}

.popup_btn{
    display: flex;
    justify-content: space-between;
}

.popup-modal a{
    color: #fff;
}


@media screen and (max-width:560px){

    .popup-modal{
        width: 90%;
    }
}

/*------------------------------------------------------------------------------------
반응형
------------------------------------------------------------------------------------*/
@media screen and (max-width:1670px){
    body #wraper #header nav .pc_menu_wrap {left: 500px;}
}
@media screen and (max-width:1250px){
    a.top {
        right: 2%;
        bottom: 2%;
    }
    body #wraper #header nav {max-width: 100%;}
    body #wraper #header nav .pc_menu_wrap {left: 290px;}
    body #wraper #header nav .pc_menu_wrap ul li a {font-size: 16px;}
    .slick-track .main-visual-item .main-visual-txt-con .main-visual-txt1 {font-size: 3em;}
    .slick-track .main-visual-item .main-visual-txt-con .main-visual-txt3 {font-size: 2em;}
    .ft-wrapper {display: block; max-width: 90%;}
    #wraper #footer .foot_info {margin: 30px 0 0;}
    
    #container .sub-cont-wrap {max-width: 95%;}
    .about.history .img-wrap {
        display: flex;
        justify-content: space-between;
    }
    .about.history .img {max-height: 180px;}
    .business .text00 {font-size: 1.2em;}
    .business td {font-size: 0.85em;}
    .business3 tr:first-child td:last-child {font-size: 1.2em;}
    .business4 .fixed-wrap ul {
        bottom: 13%;
        right: 2%;
    }
    
}




@media screen and (max-width:992px){
    
    #wraper #header,.header_scroll {height: 65px;}
    body #wraper #header nav #logo a div {
        top: 16px;
        left: 15px;
    }
    .cs-wrapper ul li {font-size: 1.3em;}
    .tel span {
        font-size: 1.5em;
        letter-spacing: -0.5px;
    }
    #wraper #footer .foot_info .copy span {display: inline-block;}
    body #businesswraper1 {padding-bottom: 50px;}
    .mbbg .mb {margin-bottom: 30px;}
    .cs-wrapper ul li {
        width: 100%!important;
        margin: 0 0 5px;
    }
    .cs-wrapper ul li:nth-child(2)::after {display: none;}
    .sub_menu_wrap .m_2dep_box {width: 40%;}
    .about.history .img {max-height: 130px;}
    .business .txt-wrap {padding: 30px 20px;}
    .about.business .img-wrap {padding: 0 20px;}
    .about.business3 .img-wrap {padding: 0;}
    .body-wrap .product .img-wrap li {width: 49%;}
    .galleries .board>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>a>img {
        height: 200px;
        max-width: 95%;
    }
    .s_visual.s_bg5 {background-position: right center;}
    .body-wrap .product2 .img-wrap li {width: 100%;}

}


@media screen and (max-width:560px){
    
    body #wraper #header nav #logo a div {
        background-size: 220px;
        top: 20px;
    }
    .area-box {max-width: 90%;}
    .slick-track .main-visual-item .main-visual-txt-con .main-visual-txt1 {font-size: 2em;}
    .slick-track .main-visual-item .main-visual-txt-con .main-visual-txt3 {font-size: 1.2em;}
    .slick-track .main-visual-item .main-visual-txt-con .main-visual-txt3 br {display: none!important;}
    #wraper .gytop .text01 span {font-size: 2em;}
    #wraper .gytop .text02 {
        font-size: 1.2em;
        letter-spacing: -0.5px;
        padding-top: 0;
    }
    #businessconall .gytop {padding-bottom: 20px;}
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover,.nav-tabs>li>a {
        font-size: 1.2em!important;
        padding: 0 2px 10px!important;
    }
    table.board_output .board_output>tbody>tr {
        display: flex;
        flex-wrap: wrap;
    }
    table.board_output .board_output>tbody>tr>td {
        width: 90%;
        margin: 0 auto 30px;
    }
    table.board_output .board_output>tbody>tr>td>table {width: 100%;}
    table.board_output .board_output>tbody>tr>td:last-child {margin-bottom: 0;}
    .mb ul {flex-wrap: wrap;}
    .mb ul li {width: 50%; margin-bottom: 30px;}
    .mb ul li a {padding: 170px 0 0;}
    .gytop {padding: 50px 0 20px 0;}
    .ft-wrapper {margin: 30px 0;}
    table.board_output td {text-align: center;}
    
    .sub_menu_wrap .m_home {
        width: 10%;
        background-size: cover;
         box-sizing: border-box;
    }
    .sub_menu_wrap .m_1dep_box {width: 40%; box-sizing: border-box;}
    .sub_menu_wrap .m_2dep_box {width: 50%; box-sizing: border-box;}
    .body-wrap .history p.text01{line-height: 1.5;}
    .about.history .img-wrap {flex-wrap: wrap;}
    .about.history .img {
        max-height: 100%;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }
    .history_in>div>p {font-size: 1.5em;}
    .history_in>div>div>ul>li>div,.history_in>div>div>ul>li>p {font-size: 1em;}
    .certification .img-wrap ul li {
        width: 49%;
        margin-bottom: 30px;
    }
    #sub_content_wrap .sub_menu_wrap .m_dep_box {width: 40%;}
    #sub_content_wrap  .m_2dep_box.m_dep_box {width: 50%;}
    .business .text00 {
        font-size: 1em;
        line-height: 1.5;
    }
    p.text00.sec-spec {font-size: 1em;}
    .business .sec-cont {flex-wrap: wrap;}
    .business .txt-wrap {
        padding: 30px 20px;
        width: 100%;
    }
    .business .txt-wrap li {font-size: 0.85em;}
    .business th, .business td {padding: 5px 4px;!important}
    .business th {font-size: 0.85em;}
    .sub_menu_wrap .m_dep_tit {font-size: 0.85em;    letter-spacing: -1px;}
    .business3 .txt-wrap {margin-bottom: 0;}
    .fixed-wrap li {font-size: 0.825em;}
    .business4 .txt-wrap {padding: 0;}
    .business4 .fixed-wrap ul {
        bottom: 0;
        right: 0;
        left: 0;
    }
    .body-wrap .product .img-wrap li p {font-size: 0.85em;}
    .body-wrap .product2 ul,.body-wrap .product3 ul {flex-wrap: wrap;}
    .body-wrap .product2 .img-wrap li,.body-wrap .product3 .txt-wrap>ul>li {width: 100%;}
    .body-wrap .product3 .txt-wrap>ul>li {margin-bottom: 50px;}
    .body-wrap .product3 .txt-wrap>ul>li:last-child {margin-bottom: 0px;}
    .galleries1 table>tbody>tr>td>.board.bd-list>tbody>tr {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .galleries1 table>tbody>tr>td>.board.bd-list>tbody>tr>td {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .galleries1 .board.bd-list>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>a>img {
        height: auto;
        max-width: 100%;
    }

    .galleries2 .board.bd-list td.bbsnewf5 {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .galleries .board.bd-list>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td:nth-child(1) {padding: 10px 0 0;}
    .formmail_border[name="mobile_no1"] {width: 20%!important;}
    .formmail td.formmail_cell_bgcolor tr {
        display: flex;
        flex-wrap: wrap;
    }
    .formmail td.formmail_cell_bgcolor td {
        width: 100%;
        text-align: left;
    }
    .s_visual.s_bg5 {background-position: 75% center;}
    .member .login_box {padding: 20px;}
    .board_output_gallery_img img {width: 100%;}
    .galleries2 .inner-cont .board_desc {
        max-width: 200px!important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .board_description #post_area table {width: 95%!important;
    margin: auto;}
    .board_description #post_area table tr td:nth-child(1) {width: 20%;}
    .board_description #post_area table tr td:nth-child(2) {width: 70%;}

}