﻿
@font-face {
    font-family: 'NotoSansCJKsc-Bold';
    src: url('../fonts/NotoSansCJKsc-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansCJKsc-Light';
    src: url('../fonts/NotoSansCJKsc-Light.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansCJKsc-Medium';
    src: url('../fonts/NotoSansCJKsc-Medium.otf') format('opentype');
}



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'NotoSansCJKsc-Light';
    background-color: #111;
}

ol, ul, li {
    list-style: none;
    color: #fff;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.top_line {
    border-top: 3px solid #ffc000;
    width: 40px;
    margin-bottom: 7px;
}


/* Reset 끝 */

/* Base */
html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.85em;
    color: #fff;
    overflow-x:hidden;
}

.flex {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}


h1 {
    font-size: 1.8em;
    font-family: 'NotoSansCJKsc-Medium';
    line-height: 1.3em;
}

h2 {
    font-size: 1.6em;
    font-family: 'NotoSansCJKsc-Medium';
}

h3 {
    font-size: 1.4em;
    font-family: 'NotoSansCJKsc-Medium';
}

h4 {
    font-size: 1.2em;
    font-family: 'NotoSansCJKsc-Medium';
}

p {
    font-family: 'NotoSansCJKsc-Light';
    line-height: 24px !important;
    font-size: 16px;
    color: #fff;
}



/* wrapper */
.wrapper {
    width: 100%;
    background-color: #1e1e1e;
}

.Size-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}



/*상단메뉴*/

header {
    width: 100%;
    z-index: 99999;
}


#TopMenu-wrapper {
    padding: 1.8em 0;
    background-color: #000;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
}

    #TopMenu-wrapper nav {
        display: inline-block;
    }

#Logo-wrapper img {
    display: inline-block;
    width: 193px;
}

.Fixed {
    position: fixed;
    top: 0px;
    margin: 0 auto;
    background-color: white;
}


/* mobile nav 시작 */

#JKNavToggle {
    position: fixed;
    top: 25px;
    left: 15px;
    font-size: 2em;
    /*color: #999;*/
    color:#ededed;
    z-index: 49999;
    cursor: pointer;
    display: none;
    font-weight:100;
}

#JKNavPannel {
    display: inline-block;
    background-color: rgba(50,50,50,0.9);
    position: fixed;
    top: 0;
    z-index: 50000;
    padding: 0;
    margin: 0;
    font-size: 15px;
    border-right: solid 1px #999;
}



    #JKNavPannel * {
        display: block !important;
        position: initial;
        margin: 0;
        padding: 0;
        color: #fff;
    }

    #JKNavPannel span {
        padding: 2em 1em;
    }

    #JKNavPannel > ul {
        list-style: none;
        position: initial !important;
        height: 900px;           
    }

    #JKNavPannel ul li a {
        position: relative;        
    }

    #JKNavPannel > ul > li {
        padding: 1em 1.3em;
        width: 220px;
        position: relative;
        border-bottom:1px solid #666;
        background-color:rgba(50,50,50,1);
    }

    #JKNavPannel > ul > li:first-child{
        border-top:1px solid #666;
    }
    
    #JKNavPannel > ul > li:hover{
        background-color:#2165a0;
        transition:0.5s;
    }

        #JKNavPannel > ul > li > ul {
            display: none !important;
            padding: 1em;
        }

        #JKNavPannel > ul > li:hover > ul {
            display: block !important;
        }

        #JKNavPannel > ul > li > ul > li {
            padding: 1em 0;
        }

            #JKNavPannel > ul > li > ul > li > a {
                margin-bottom: 1em;
            }

            #JKNavPannel > ul > li > ul > li > ul > li {
                padding: 1em 0;
            }

    #JKNavPannel li a {
    }


    #JKNavPannel .rightside {
        position: absolute;
        top: 1em;
        right: 1em;
    }
/* mobile nav 끝 */



/* 리엔소프트 메인 시작 */

.banner {
    background: url(../Image/Banner_1.jpg) center center no-repeat;
    background-size: cover;
    height: 670px;
}
.banner-img0 {
    background: url('../Image/main22.png') top center no-repeat content-box;
}

.banner-img1 {
    background: url('../Image/banner_1.jpg') top center no-repeat content-box;
}

.banner-img2 {
    background: url('../Image/banner_2.jpg') bottom center no-repeat content-box;
}

.banner-img3 {
    background: url('../Image/banner_4.jpg') right 20% center no-repeat content-box;
}

.banner_txt {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .banner_txt > h1 {
        font-size: 4.2rem;
        margin-bottom: 40px;
        font-family: 'NotoSansCJKsc-Bold';
        letter-spacing: -0.5px;
        font-weight: 900;
        padding-top: 200px;
    }


.banner_txt > p {
        width: 40%;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: -0.2px;
        margin-bottom: 2px;
        margin: auto;
        text-align: center;
    }
.banner_txt .main_btn{
    width: 100%;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}
.banner_txt .main_btn > a{
    display: inline-block;
    font-size: 1.2rem;
    border: 1px solid white;
    border-radius: 50px;
    padding: 20px 30px;
    margin-right: 1rem;
}


    .banner_txt > .main_btn > a:hover {
        transition: 0.5s;
        background-color: #1a88df;
        border: 1px solid #1a88df;
        color: #fff !important;
    }
    .banner_txt > .main_btn > a:hover {
        color: #fff !important;
    }

@media(max-width:767px){
    .banner_txt .main_btn {
        flex-direction: column;
    }
    .banner_txt .main_btn > a {
        margin: 2rem auto 0;
        width: 50%;
        font-size: 1rem;
        padding: 15px 20px;
    }
}
/* 리엔소프트 메인 끝 */
/* 메인 Business & Service 영역 시작 */
.MainText-wrapper {
    text-align: center;
    margin-bottom: 4.5em;
}


    .MainText-wrapper > p {
        font-size: 1.3em;
        line-height: 24px;
        color: #fff;
    }

.Main_title {
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: Noto Sans CJK KR Medium;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.5px;
}

.content {
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_name {
    width: 24%;
    height: 320px;
    background-color: #313131;
    transition: 0.5s;
    margin-bottom: 10em;
}

    .content_name:hover {
        width: 28%;
        height: 320px;
        color: white;
        cursor: pointer;
    }

    .content_name > div {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .content_name ul {
        margin-top: 20px;
        font-size: 15px;
        line-height: 30px;
        font-weight: 100;
        margin-bottom: 30px;
        color: #ddd;
    }

    .content_name h3 {
        margin-top: 50px;
        font-size: 28px;
        margin-bottom: 15px;
        letter-spacing: 2px;
        font-weight: 400;
        color: rgba(255,255,255,1);
    }

    .content_name p {
        border: 1px solid #ddd;
        font-size: 13px;
        width: 11em;
        margin: 0 auto;
        padding: 0.75em 1em;
        border-radius: 5px;
        letter-spacing: 2px;
        color: #ddd;
    }

        .content_name p:hover {           
            background-color: rgba(255,255,255,0.8);
            color: #000;
        }

        .content_name p a:hover {
            background-color: rgba(255,255,255,0);
            color: #000;
        }


.main_bg1 {
    background: url('../Image/main_bg1.jpg') no-repeat center center;
    background-size: cover;
}

.main_bg2 {
    background: url('../Image/main_bg2.jpg') no-repeat center center;
    background-size: cover;
}

.main_bg3 {
    background: url('../Image/main_bg3.jpg') no-repeat center center;
    background-size: cover;
}

.main_bg4 {
    background: url('../Image/main_bg4.jpg') no-repeat center center;
    background-size: cover;
}

.main_bg1:hover {
    background-color: #3078bc;
}

.main_bg2:hover {
    background-color: #005cb2;
}

.main_bg3:hover {
    background-color: #024380;
}

.main_bg4:hover {
    background-color: #012b52;
}
/* Business & Service 영역* 끝*/

/* 풋터 시작 */

.footer {
    background-color: #333;
    color: #fff;
    height: 356px;
    width: 100%;
    padding-top: 55px;
    font-family: Dotum;
    font-size: 14px;
    line-height: 2;
    display: table;
}

.footer_wrap {width: 1200px;margin: 0 auto;}
.footer_contents { width: 600px;}
.footer_contents img {width: 200px;}
.number {float: left;}
.footer_wrap div {float: left;}


.f_box {
    width: 10%;
    max-width: 146px;
    height: 146px;
    border: solid 1px #fff;
    float: left;
    margin-top: 10px;
}

    .f_box h4 {
        text-align: center;
        margin-top: 0px;
    }

    .f_box h1 {
        text-align: center;
        margin-top: 29px;
    }

.footer_mb {
    display: none;
}

/* 풋터 끝*/


/* 공통 서브페이지 */


.sub_img, .sub_img2 {
    margin-top: -60px;
    padding: 50px 0 30px 0;
    width: 100%;
    height:100%;
    border-radius: 5px;
    padding-top: 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sub_img img, .sub_img2 img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
/*sub_img1는 그림자 있는 이미지, sub_img2는 그림자 없음*/
.sub_img2 img {
    box-shadow: none;
   /* margin-bottom: 0px;*/
}


.subpage { width: 100%; padding-bottom: 100px;}
.sub_content {
    color: #333;
    padding: 60px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .sub_content ul {
        width: 80%;
        color: #333;
        margin-left: 120px;
        line-height: 35px;
        margin-top: 60px;
        height:100%;
        min-height:200px;
    }

        .sub_content ul li {
            font-size: 17px;
            color: #333;
            margin: auto;
        }

        .sub_content ul .ul_title {
            font-size: 25px;
            font-weight: 900;
            margin-bottom: 8px;
            position:relative;
        }

.ul_title:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: rgb(53,145,195);
    background: -moz-linear-gradient(top, rgb(53,145,195) 0%, rgb(30,120,179) 47%, rgb(33,101,160) 100%);
    background: -webkit-linear-gradient(top, rgb(53,145,195) 0%, rgb(30,120,179) 47%, rgb(33,101,160) 100%);
    background: linear-gradient(to bottom, rgb(53,145,195) 0%, rgb(30,120,179) 47%, rgb(33,101,160) 100%);
    position: absolute;
    top: 5px;
    left: -1px;
}

.sub_img_txt {
    margin: auto;
    display: inline-block;
    padding: 0 1em;
    width: 85%;
}

    .sub_img_txt h3 {
        width: 100%;
        margin-top: 20px;
        font-size: 25px;
        line-height: 1.3em;
    }

    .sub_img_txt ul, .sub_img_txt p {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        line-height: 26px;
        margin-bottom: 40px;
        color: #333;
    }

        .sub_img_txt ul li {
            line-height: 1.6em;
        }

        .img_mb {
    display: none;
}


        .page_title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 60px;
}

    .page_title > h3 {
        font-size: 30px;
        color: #fff;
        margin-bottom: 15px;
    }

    .page_title > span {
        font-size: 14.5px;
        color: #fff;
    }

/* 공통 서브페이지 */

/* 서브페이지 상단 고정 이미지 */
.fixed_bg {
    width: 100%;
    height: 360px;
    background-size: cover;
    align-items: center;
    color: #eee;
}

.fixed_bg_txt {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #fff;
    padding-top: 10em;
}

.fixed_bg h1 {
    font-size: 60px;
    letter-spacing: 4px;
    font-weight: 500;
    color: white;
    text-shadow: 2px 2px 3px #555;
}

.fixed_bg p {
    width: 45%;
    margin: auto;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 50px;
    padding-top: 1.8%;
    text-shadow: 2px 2px 3px #555;
}


.bg1 {
    /*  background: url(../image/fixed_bg11.jpg) no-repeat content-box fixed;*/
    background: url(../image/fixed_bg12.jpg) no-repeat content-box fixed;
    background-position-x: left;
}

.bg2 {
    background: url(../image/fixed_bg2.png) no-repeat center center fixed;
}

.bg3 {
    background: url(../image/fixed_bg3.png) no-repeat center center fixed;
}

.bg4 {
    background: url(../image/fixed_bg4.png) no-repeat center center fixed;
}

.bg4_1 {
    background: url(../image/fixed_bg4_2.png) no-repeat center center fixed;
}

.bg5 {
    background: url(/Image/sub_monitor_04.jpg) no-repeat content-box fixed;
    
}

.bg6 {
    background: url(/Image/sub_monitor1.jpg) no-repeat content-box fixed;
}


.bg7 {
    background: url(../image/fixed_bg7.png) no-repeat center center fixed;
}

.bg8 {
    background: url(../image/fixed_bg8.png) no-repeat center center fixed;
}

.bg9 {
    background: url(../image/fixed_bg9.png) no-repeat center center fixed;
}
.bg10 {
    background: url(/Image/sub6main2.jpg) no-repeat top center;
}

/* 리엔소프트 서브페이지 상단 고정 이미지 끝*/



/*서브페이지 배경색*/
.content_bg1 {
    background-color: #fff;
}

.content_bg2 {
    background-color: #f0f0f0;
}

.content_bg3 {
    background-color: #ddd;
}

.sub_content2 {
    background-color: #000;
    margin-top: -60px;
    padding: 50px 0 30px 0;
    width: 100%;
    border-radius: 5px;
    padding-top: 80px;
}

    .sub_content2 > img {
        width: 80%;
        max-width: 970px;
        margin: auto;
    }

.sub_content p {
    width: 70%;
    color: #333;
    font-size: 15px;
    font-weight: 900;
    margin: auto;
    text-align: center;
}

.sub_bg1 {
    background-color: #1d1d1d;
}

.sub_bg2 {
    background-color: #3d3d3d;
}

.sub_bg3 {
    background-color: #5d5d5d;
}

.sub_bg4 {
    background-color: #777;
}

/* 리엔소프트 공통 서브페이지 끝 */




/* sub5 시작 */

.sub_title {
    text-align: center;
    margin-top: 100px;
    text-shadow: 2px 2px 3px #555;
}


    .sub_title h1 {
        font-size: 50px;
    }

    .sub_title p {
        width: 100%;
        font-size: 18px;
        font-weight: 900;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 40px;
        padding-top: 1.8%;
    }


.sub5_bg1 {
    background-image: url('/image/sub4_bg.jpg');
    height: 100%;
    width: 100%;
    border: solid 1px #001d2b;
}

.sub5_bg2 {  
    background-image: url('../Image/bg.png');
    width: 100%;
    border: solid 1px #001d2b;
   /* height: 100%;*/
   background-repeat:no-repeat;
   background-size:cover;
}

.sub5_box {
    margin-top: 20px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

    .sub5_box div {
        width: 30%;
        padding: 30px;
        text-align: center;
        margin: 10px 20px;
        color: #fff;
        min-height: 85px;
        font-size: 16px;
        background-color: rgba(0,60,107,0.7);
        line-height: 24px;
    }

.Certificate {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

    .Certificate img {
        width: 22%;
        margin: 10px;
    }

/* sub5 끝 */


/* sub6 시작*/

.bg_6 {
    background-color: #252020;
    border: solid 1px #252020;
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
}

.bg_7 {
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
    margin-top: -100px;
}


.contact_title {
    margin-bottom: 80px;
    font-weight: 600;
}

.contact_title2 {
    padding-top: 80px;
    margin-bottom: 60px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-shadow: none !important;
}

.entry_info, .entry_detail {
    width: 45%;
    vertical-align: top;
}

.entry_contact div {
    height: 52px;
    margin-bottom: 2em;
}

    .entry_contact div span {
        background-color: #555;
        width: 20px;
        padding: 14.5px 12px;
        position: relative;
        top: -2px;
    }

    .entry_contact div img {
        width: 50px;
        background-color: #555;
        padding: 10px 10px;
    }

    .entry_contact div input {
        background-color: #4d4d4d;
        border: solid 0px #4d4d4d;
        color: #fff;
        font-size: 15px;
        padding: 10px 15px;
        text-indent: 3px;
        width: 90%;
        position: relative;
        top: -18.5px;
        height: 50px;
    }

.entry_detail {
    vertical-align: top;
    height: 250px;
}

    .entry_detail div textarea {
        width: 100%;
        height: 200px;
        border-radius: 3px;
        font-size: 15px;
        padding-top: 10px;
        color: #fff;
        background-color: #555;
        border: 1px solid #4d4d4d;
    }

.entry_subtitle {
    margin-bottom: 20px;
}

.entry_btn {
    margin: 0 auto;
    width: 160px;
    text-align: center;
    padding: 10px 0;
    font-size: 1.8em;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    letter-spacing: 1px;
}

    .entry_btn:hover {
        background-color: #fff;
        color: #333;
        transition: 0.5s;
    }

.privacy-info {
    margin-top: 4em;
    width: 100%;
}

    .privacy-info h1 {
        margin-bottom: 20px;
    }

    .privacy-info textarea {
        width: 100%;
        height: 150px;
        background-color: #808080;
        color: #ffffff;
        border: solid 1px #808080;
        border-radius: 3px;
        font-size: 12px;
    }

    .privacy-info input {
        margin-top: 10px;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }

.Map-wrapper {
    margin-bottom: 3em;
    position: relative;
}

    .Map-wrapper iframe {
        width: 100%;
        height: 500px;
    }

.Map_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

    .Map_info div {
        color: #333;
    }

    .Map_info h2 {
        font-size: 1em;
    }

    .Map_info h6 {
        font-size: 0.7em;
        margin-top: 10px;
    }

.Map_info {
    font-size: 25px;
    color: #000;
}



/* sub6 끝*/



/*only mobile slider set */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 30%;
}

.glyphicon-chevron-right:before {
    /* content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 2rem;*/
    content: " ";
    background: url('../Image/controls.png') no-repeat -43px -32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.27);
    /* border: 1px solid rgb(128, 128, 128); */
    position: absolute;
    top: 40%;
    right: 2%;
}

.glyphicon-chevron-left:before {
    /*content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 2rem;*/
    content: " ";
    background: url('../Image/controls.png') no-repeat 0 -32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.27);
    position: absolute;
    top: 40%;
    left: 2%;
}


.carousel-indicators li {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.carousel-indicators .active {
    background-color: #000 !important;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.body .carousel-indicators {
    right: 19% !important;
    bottom: 95px !important;
    transform: translateX(-50%) !important;
}

/*.carousel-control.left, .carousel-control.right {
    background-image: unset !important;
    filter: unset !important;
}*/
/*.carousel-control {
    opacity:1!important;
}*/

.page_title  h1  img {
    filter: drop-shadow(3px 3px 3px #111);
}

.filter {    
    filter: drop-shadow(3px 3px 3px #333);
}



@media(max-width:1920px) {
    .carousel-inner .Size-wrapper ul {
        max-height: 200px !important;
        min-height: 200px !important;
        height: 100% !important;
    }

    .sub_img2, .sub_img {
        height: 100% !important;
        max-height: 800px !important;
        min-height: 500px !important;
        overflow: hidden !important;
    }

    .sub_img2 img, .sub_img img {
        /*      height: 100% !important;*/
        /*max-height: 600px !important;
    min-height: 600px !important;
    height: 600px !important;
    overflow: hidden !important;
    width: auto !important;*/
        max-width: 1050px !important;
        overflow: hidden !important;
        height: auto !important;
    }
}