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;
}
li {list-style: none;}
a {color: inherit; text-decoration: inherit; }
a, button, input:focus, input:active, button:focus, button:active {outline: none; box-shadow: none;}
input {outline: none;}
button {border: 0; outline: none;}
article,aside,details,figcaption,figure,footer,header,nav,section,summary {display: block}
button,input[type=button],input[type=reset],input[type=submit] {cursor: pointer}
table {border-collapse: collapse;border-spacing: 0}
th,td {padding: 0}
figure,form {margin: 0}
img {vertical-align: bottom;}
/* ----- reset ----- */

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body { font-family: 'Pretendard-Regular'; position: relative;}
.call {display: none;}

.wrap {
    width: 100%;
    overflow: hidden;
}

/* header */
.logo {
    text-align: center;
    height: 70px;
    line-height: 70px;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.logo img {
    vertical-align: middle;
}

nav {
    background: #2a2a2a;
}

.gnb {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;   
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.gnb li {
    display: table-cell;
    width: 20%;
}
.gnb li:hover > a , .gnb li a:hover .innermenu li {
    color: #03c6fc;
}

.gnb > li:hover{
    background: #47474760;
}
.gnb > li > a {
    width: 100%;
    display: block;
    height: 100%;
    padding: 22px 0;
}

.innermenu { 
    display: none;
    box-sizing: border-box;
    border-top: 1px solid #626262;
    padding-top: 10px;
    margin: 0 10px;
    overflow: hidden;
}

.innermenu li {
    width: 100%;
    display: table;
    padding-bottom: 15px;
    font-size: 14px;
}

.innermenu.on {
    display: block;
}


/* visual */
.slide .background {
    position: relative;
    display: table;
}
.slide .caption {
    display: table;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);    
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
}
.slide .caption h3 {
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 1.4;
    text-shadow: 1px 1px 0.5px #000;
}

.slide .caption .s_txt{
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.4;
}

.slide .background .pc-img {
    width: 100%;
    display: block;
    height: 70vh;
}

.mobile-img {display: none;}

.slide .background .pc-img img {
    width: 100%;
}

/* about */
section.about {padding-top: 20px; }

/* txtbox */
.txtbox {
    text-align: center;
}

p.tit {
    font-size: 38px;
    color: #555555;
    font-weight: bold;
}

span.point {
    color: #ae5527;
}

p.txt {
    font-size: 15px;
    padding-top: 10px;
    color: #555555;
}
dl {display: flex;}
dt {display: inline-block;}
dd {display: inline-block;}


/* aboutcompany */
.aboutcompany {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.aboutcompany li {
    width: 100%;
    margin-right: 20px;
}


.aboutcompany li:last-child {
    margin-right: 0;
}

.aboutcompany li a:hover img {
    transform: scale(1.1);
    transition: all .3s
}

li span.list-img {
    width: 100%;
    overflow: hidden;
    display: block;
}

li span.list-img img {
    width: 100%;
    transition: all 0.3s;
}
/* footer */
footer {
    background: #525252;
    color: #fff;
    margin-top: 30px;
}

.th_text1 {
    font-size: 20px;
    font-weight: bold;
}

.icon li:last-child {
    margin-right: 0;
}

.ftinner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.th_text1 {
    font-size: 20px;
    padding-bottom: 5px;
}
.td_text1 {
    font-size: 17px;
}

.ftcontainer {
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.ftinner > img {
    vertical-align: 15px;
}
.fttable{
    display: inline-block;
    font-size: 14px;
    font-family: '맑은 고딕';
    text-align: left;
    padding: 10px 0;
    box-sizing: border-box;
}

.btn {
    display: none;
}

.close2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background: none;
    text-align: left;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0.6)
}
.leftmenu {
    display: none;
}

@media screen and (max-width: 1024px) {
    .logo {
        height: 50px;
        line-height: 50px;
        position: relative;
    }
    .logo a {display: block;}
    .logo img {
        width: 20%;
        vertical-align: middle;
    }
    .btn {
        position: absolute;
        left: 1%;
        top: 0;
        display: block;
        font-size: 25px;
    }
    .gnb {
        display: none;
    }
    /*leftmenu*/
    .leftname {
        background: #2197d7;
        overflow: hidden;
        color: #fff;
        font-weight: bold;
   
    }
    .leftname a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-weight: 400;
    }
    .leftmenu {
        display: block;
        width: 270px;
        height: 100%;
        background:#fff;
        color: #333;
        z-index: 1000;
        position: absolute;
        left: -300px;
        top: 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        transition: all 0.5s;
     
    }
    .leftmenu.on {
        left: 0px;
        transition: all 0.2s;
    }
    .leftmenu li {
        text-align: left;
        padding-left: 3%;
    }
    .leftname a {
        padding-left: 3%;
    }
    .leftname li a {text-align: right;}

    .gnb2 li {
        background: #fafafa; 
        line-height: 3;  
        border-bottom: 1px solid #6767672a;      
    }
    
    .gnb2 li a {
        display: block;
    }
    .innermenu {
        border-top: none;
        margin: 0;
    }

    .innermenu li {
        border-bottom: 1px solid #6767672a;
        background: #fff;
        text-align: left;
        line-height: 3;
        padding-bottom: 0;
        padding-left: 10px;
    }

    .innermenu li a {
        display: block;
    }

    .innermenu li:nth-child(1) {
        border-top: 1px solid #6767672a;
    }

    .innermenu li:last-child {
        border: none;
    }

    .close2.on { /* 닫기 */
        display: block;
        width: 100%;
        height: 100%;
        right: 20%;
        z-index: 10;
        cursor: pointer;
    }
   /* visual */

   .slide .background .pc-img {
    height: 100%;
}
.slide .caption h3 {
    font-size: 2em;
    text-shadow: none;
}

/* about */
ul.aboutcompany {
    width: 95%;
}

th {
    font-size: 1em;
}

td {
    font-size: 0.8em;
    text-overflow: ellipsis;
    overflow: hidden;

}
}

@media screen and (max-width: 768px) {

    .slide .background .pc-img {
        display: none;
    }

    .slide .background .mobile-img {
        display: block;
    }

    .slide .background .mobile-img img {
        width: 100%;
    }

    .slide .caption h3 {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.312);
        font-size: 1.5em;
    }

    .slide .caption .s_txt {
        font-size: 1.4em;
    }

    p.tit {
        font-size: 2.2em;
    }
    
    .leftmenu {
        width: 220px;
    }
    .aboutcompany {
        display: block;
    }
    .aboutcompany li {
        width: 100%;
        position: relative;
        margin-bottom: 3%;
    }
    .aboutcompany li .abouttable {
        position: absolute;
        left: 2%;
        bottom: 2%;
        color: #fff;
        z-index: 10;
    }

    .th_text1 {
        font-size: 1.7em;
    }
    
    .td_text1 {
        font-size: 1.4em;
    }
    footer {
        margin-top: 0;
    }
    .fttable {
        font-size: 1.1em;
        line-height: 1.3;
        font-family: 'Pretendard-Regular';
        padding: 5px 0;
    }
    .ftinner > img {display: none;}

        .call {
            position: fixed;
            bottom: 2%;
            right: 2%;
            display: block;
        }
        .call img {width: 80%;}
}   


@media screen and (max-width: 480px) {
    .logo img {
        width: 40%;
    }
    
    .slide .caption h3 {
        font-size: 1em;
        letter-spacing: 0.5px;
    }

    .slide .caption .s_txt {
        font-size: 0.9em;
    }
    
    p.tit {
        font-size: 2em;
    }
    
    .about {
        padding-top: 10px;
    }
    .aboutcompany {
        display: block;
        padding-top: 5px;
    }
    .th_text1 {font-size: 1.4em; }
  
    
    .innermenu {
        padding-top: 0;
    }
    .ftinner > img {
        width: 20%;
        display: none;
    }
    
    .fttable {
        font-size: 1em;
        font-family: 'Pretendard-Regular';
        text-align: center;
    }
    }


@media screen and (max-width: 320px) {
    .logo a {
        font-size: 20px;
        margin-left: 1%;
    }
    
    .slide .caption h3 {
        font-size: 0.8em;
    }

    .slide .caption .s_txt {
        font-size: 0.7em;
    }
    section.about {
        padding-top: 5px;
    }

    p.tit {
        font-size: 1.2em;
    }

    .th_text1 {
        font-size: 1.2em;
    }
    
    .td_text1 {
        font-size: 1.2em;
    }
    
    .innermenu {
        padding: 0;
    }
    
    .leftmenu {
        width: 170px;
    }
    
    .leftmenu a {
        line-height: 40px;
        font-size: 0.9em;
        height: 40px;
    }
    
    .btn {
        font-size: 20px;
    }
}

