@charset "utf-8";
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

/* reset.css */
body{font-family: 'Nanum Barun Gothic', sans-serif; font-size: 14px; line-height: 20px;}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea, strong {margin:0; padding:0; color:#303030;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
img, fieldset{border:0px;}
table{border-collapse:collapse;}
ul, ol, li{list-style:none;}
address, em{
    font-style: normal;
    clear: both;
    float: none;
    text-align: center;
    border-collapse: collapse;
}
li img, object{vertical-align:top;}
input, select, textarea, form img{vertical-align:middle;}
a{ outline:0; text-decoration:none; border:none; color: #000;}

/* layout */


.visWrap{
    background: url(../images/sub1Vis.jpg)no-repeat center center;
    height: 300px; width: 100%;
    position: absolute;
}
.visWrap .visTxt{
    text-align: center;
    
}
.visWrap .visTxt strong{
    color: #fff;
    font-size: 45px;
    line-height: 300px;
}
.top {
  position: fixed;
  right: 5%;
  bottom: 50px;
  display: none;
    z-index: 10;
cursor: pointer;
}

.top img{
    width: 70%;
}



#navigation-menu{
    width: 540px; 
    position: absolute;
    left: 50%; top: 368px;
    margin-left: -270px;
	z-index: 9;
	text-shadow: none;
	font-size: 16px;
    line-height: 45px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
    
}

#navigation-menu ul{
	overflow: hidden;
	background: #fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#navigation-menu li{
    border: 3px solid #fff;
	width: 32.2%;
    float: left;
    text-align: center;
}

#navigation-menu a{
	display: block;
	padding: 0.2em 0.6em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#navigation-menu a:hover, #navigation-menu a.mPS2id-highlight{
	background: #E1002A;
	color: #fff;
}

.fixed{
    position: fixed;
    top: 20px;
    z-index: 1000000000000000;
    left: 20%;
    margin-left: -270px !important;
}
.content{
    margin-top: 150px;
    width: 80%; 
    margin: 0 auto;
}

.conTxt{
    text-align: center;
    margin-top: 100px;
}
.conTxt ul li:nth-child(1) p{
    font-size: 45px;
    margin-bottom: 20px;
}
.conTxt ul li:nth-child(2) p{
    margin-bottom: 45px;
    background: url(../images/bar.png)no-repeat center bottom;
    padding-bottom: 45px;
}

.bodyTxt{
    text-align: center;
    right: -59px;
    left: 0px;
}
.bodyTxt1{
    margin-bottom: 50px;
}
.bodyImg1{text-align: center; margin-bottom: 150px;}
.bodyImg1 img{width: 20%;}
.Txt1Img1{
    /* [disabled]width: 100%; */
    margin-top: 40px;
    margin-bottom: 40px;
}
.Txt1Img2{
    width: 50%;
    margin-bottom: 40px;
}
#section-1{
    padding-top: 1px;
    margin-top: 350px; 
}
#section-2{padding-top: 1px;}

.section2Img{
    /* [disabled]width: 58%; */
    margin-top: 20px;
}

.logoBox{width: 100%; position: relative; padding-bottom: 150px;}
#section-2 .logoUtil{
    height: 200px;
    width: 60%;
    margin-top: 30px;
}
#section-2 .logoUtil li{
   width: 50%; height: 200px;
    float: left;
}
#section-2 .logoUtil li img{width: 100%;}
#section-2 .logoUtil li p{
    margin-top: 20px;
}

#section-2 .logoColor{
    width: 40%;
    height: 200px;
    position:absolute;
    top: 0; right: 0;
}
#section-2 .logoColor li{float: right;}
#section-2 .logoColor li:nth-child(2){
    margin-left: 10px;
}
#section-2 .logoColor li p{
    font-size: 20px; padding: 15px; border: 1px solid #303030;}
#section-2 .logoColor li img{width: 100%;}
#section-3{padding-top: 1px;}
#section-3 .content{width: 80%; overflow: hidden; margin: 0 auto; margin-bottom: 100px;}

.map ul li{
    width: 40%;
    float: left;
}
.map ul li:nth-child(1){margin-right: 20%;}
.map ul li a img{width: 100%;}
.map ul li:nth-child(2) img{float: right;}

@media screen and (max-width : 699px){
    
    /* layout */

    .visWrap{height: 200px; width: 100%; }
    .visWrap .visTxt strong{
        color: #fff;
        font-size: 45px;
        line-height: 200px;
    }
    .top {
      position: fixed;
      right: -5%;
      bottom: 50px;
    }
    .top img{
        width: 50%;
    }

    #navigation-menu{
        width: 90%; 
        position: absolute;
        left: 50%; top: 240px;
        margin-left: -45%;
    }

    #navigation-menu li{
        border: 3px solid #fff;
        width: 31.5%;
    }
    #navigation-menu li:nth-child(1){}
    #navigation-menu li:nth-child(3){float: right;}

    .fixed{
        position: fixed;
        top: 20px;
        z-index: 1000000000000000;
        left: 20%;
        margin-left: -270px !important;
    }
    .content{
        margin-top: 100px;
        width: 90%;
    }

    .conTxt{
        text-align: center;
        margin-top: 80px;
    }
    .conTxt ul li:nth-child(1) p{
        font-size: 45px;
        margin-bottom: 20px;
    }
    .conTxt ul li:nth-child(2) p{
        margin-bottom: 45px;
        background: url(../images/bar.png)no-repeat center bottom;
        padding-bottom: 45px;
    }

    .bodyTxt{ text-align: center;}
    .bodyTxt1{
        margin-bottom: 40px;
    }
    .bodyImg1{margin-bottom: 80px;}
    .bodyImg1 img{width: 48%;}
    .Txt1Img1{
        width: 80%; 
        margin-top: 20px;
        margin-bottom: 20px;}
    .Txt1Img2{
        width: 100%;
        margin-bottom: 20px;
    }
    #section-1{
        padding-top: 1px;
        margin-top: 220px; 
    }
    #section-2{padding-top: 1px;}
    #section-2 .content{
        width: 100%;
    }
    #section-2 .bodyTxt{
        width: 90%;
        margin: 0 auto;
    }
    .section2Img{
        width: 100%;
        margin-top: 20px;
    }

    .logoBox{width: 90%;margin: 0 auto; padding-bottom: 10px;}
    #section-2 .logoUtil{
        height: 200px;
        width: 100%;
        margin-top: 30px;
    }
    #section-2 .logoUtil li{
       width: 50%; height: 200px;
        float: left;
    }
    #section-2 .logoUtil li img{width: 100%;}
    #section-2 .logoUtil li p{
        margin-top: 20px;
    }

    #section-2 .logoColor{display: none;}
    
    #section-3{padding-top: 1px;}
    #section-3 .content{
        width: 90%; 
        margin: 0 auto; 
        margin-bottom: 150px;
    }

}
