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: 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;}

.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;
}

.first {
    color: #03c6fc;;
}

.gnb > li:hover{
    background: #5e5e5e36;
}
.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;
}

.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;
}
/* visual */
.visual {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}
 .container {
    display: flex;
    justify-content: space-between;
} 
.imgbox li:nth-child(2) {padding: 45% 0;}
.imgbox li p.img.motion:nth-child(1) {animation-name: slide-right; animation-duration: 1s;}
.imgbox li p.img.motion:nth-child(2) {animation-name: slide-left; animation-duration: 1s;}
.imgbox li p.img.motion:nth-child(3) { animation-name: slide-up; animation-duration: 1s;}

.imgbox li .motion
p.img {width: 100%;}
p.img img {width: 100%;}

@keyframes slide-right {
    0% {opacity: 0; transform: translateX(50px);}
    30% {opacity: 0; transform: translateX(50px);}
}

@keyframes slide-left {
    0% {opacity: 0; transform: translateX(-50px);}
    30% {opacity: 0; transform: translateX(-50px);}
}

@keyframes slide-up {
    0% {opacity: 0; transform: translateY(-50px);}
    30% {opacity: 0; transform: translateY(-50px);}
}

.color {
    color: #ae5527;
}

.tit {
    font-size: 45px;
    padding-bottom: 40px;
    font-weight: bold;
    line-height: 1.4;
}
h3 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 20px;
}

dt {
    display: inline-block;
    padding-bottom: 10px;
}

dd {
    display: inline-block;
    margin-left: 10px;
}

.blank {
    padding-left: 18px;
    padding-bottom: 10px;
}

ul {
    margin-bottom: 20px;
}

.point {
    color: #0062ff;
    font-weight: bold;
}

/* 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;
}

@media screen and (max-width: 1200px) {
    .visual {max-width: 1000px;}
}

@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 {
        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)
    }

    .close2.on { /* 닫기 */
        display: block;
        width: 100%;
        height: 100%;
        right: 20%;
        z-index: 10;
        cursor: pointer;
    }
    .txtbox {letter-spacing: -0.2px; width: 90%; margin: 0 auto;}
    .txtbox h3 {font-size: 35px;}
    .txtbox p.tit {font-size: 20px;}
    .txtbox .item { padding: 40px 0 50px;}

    .imgbox li:nth-child(1) {padding-top: 50px;}
    .imgbox li:nth-child(2) {padding-bottom: 400px;}
    p.img img {width: 80%;}

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

@media screen and (max-width: 768px) {
    .tit {text-align: center;}
    .container {display: block;}
    .history {text-align: center;}
    
    .imgbox {display: none;}
    .leftmenu {
        width: 220px;
    }
    footer {
        margin-top: 0;
    }
    .fttable {
        font-size: 1.1em;
        line-height: 1.3;
        font-family: 'Pretendard-Regular';
        padding: 5px 0;
    }
    .ftinner > img {display: none;}
}   


@media screen and (max-width: 480px) {
    .logo img {
        width: 40%;
    }
    .ftinner > img {
        width: 20%;
        display: none;
    }
    .fttable {
        font-size: 1em;
        font-family: 'Pretendard-Regular';
        text-align: center;
    }
    .tit {font-size: 2em;}
    
    }


@media screen and (max-width: 320px) {
    .logo a {
        font-size: 20px;
        margin-left: 1%;
    }
    .innermenu {
        padding: 0;
    }
    
    .leftmenu {
        width: 170px;
    }
    
    .leftmenu a {
        line-height: 40px;
        font-size: 0.9em;
        height: 40px;
    }
    
    .btn {
        font-size: 20px;
    }

    .tit {font-size: 1.7em;}
    h3 {font-size: 1.5em; padding-bottom: 10px;}
    ul {font-size: 1em; margin-bottom: 10px;}
    dd {margin-left: 5px; letter-spacing: -1px; font-size: 0.9em;}
}