@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');


*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;

	padding: 0;
	margin: 0;
}

body{
    font-size: 15px;
    line-height: 1.2;
    text-indent: 0;
    font-style: normal;
    font-weight: normal;
	font-family: 'Nanum Gothic', sans-serif;
	color: #222;
}

a{
    text-decoration: none;
	color: #222;
}

ul, ol, li {
    list-style: none;
}

table{
    border-spacing: 0;
    border-collapse: collapse;
}

img{
	border: 0;
}
.img-responsive{max-width:100%}
/*-----------------------------------------------------------------------------
//
//
//		레이아웃 및 부품
//
//
-----------------------------------------------------------------------------*/
.wrapper {
    width: 1400px;
    margin: 0 auto;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    content: '';
}

.invisible{
	text-indent: -99999px;
}

.pointer{
	cursor: pointer;
}

.fl{float: left;}
.fr{float: right;}
.dp_no{display: none;}
.noClick{cursor: no-drop;}
.moView{display:none;}
@media (max-width:768px){
    .moView{display:block;}
    .pcView{display:none;}
}
/*-----------------------------------------------------------------------------
//
//
//		Header / footer
//
//
-----------------------------------------------------------------------------*/
header{
    border-bottom: 3px solid #e60013;
}

header .wrapper{
    position:relative;
    padding-top: 60px;
    padding-bottom:60px;
    min-height: 264px;
}

header .logoWrap h1 {
    width:200px;
    margin-bottom:10px;
}

header .logoWrap img{
    display: block;
    width: 100%;
}

header .logoWrap span{
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

header .logoWrap p{
    font-size: 30px;
    color: #fff;
}

header .nav{
    position: absolute;
    display: flex;
    right: 0;
    bottom: -50px;
}

header .nav li{
    margin-right: 10px;
}

header .nav li a{
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100px;
    height: 100px;
    text-align: center;
    border:3px solid #e60013;
    border-radius: 50px;
    background: #ccc;
    
    transition:all 0.5s;
}

header .nav li a:hover,
header .nav li a.active{
    box-shadow: 0 0 0 120px rgb(255 255 255 / 100%) inset;
}

header .mobileMenuOpen{
    display:none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 35px;
    color: #fff;
    line-height:37px;
}

header .mobileMenuClose{
    display:none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 35px;
    color: #fff;
    line-height:37px;
    z-index: 9;
}

header .nav.MenuOpen{
    right:15px;
    z-index: 9;
}

#main header .logoWrap{
    display:none;
}

.mobileMenuMask{
    display: none;
    position: fixed;
    z-index: 8;
    background: black;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
}

/*footer*/
footer{
    width:100%;
    padding:10px 0;
    color:#fff;
    font-size:12px;
    background: #222;
}

#main footer{
    position:fixed;
    right:0;
    bottom:0px;
}


/*-----------------------------------------------------------------------------
//
//
//		page title
//
//
-----------------------------------------------------------------------------*/
.pageTitle{
    background:#222;
    margin-bottom:100px;
    padding-top:50px;
}

.pageTitle h2{
    font-size:50px;
    color:#fff;
    line-height:100px;
}

/*-----------------------------------------------------------------------------
//
//
//		Main
//
//
-----------------------------------------------------------------------------*/
#main{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 930px;
    background-image: url(../img/main_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    animation-name: moveMainBg;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#main .mainLeftBox{
    position: absolute;
    left: 50%;
    top: 350px;
    margin-left:-690px;
}

#main .mainLeftBox p{
    font-size: 64px;
    color: #fff;
    font-weight: bold;
}

#main .mainLeftBox p:nth-child(2){
    animation-delay:0.5s;
}

#main .mainLeftBox p:nth-child(3){
    animation-delay:1s;
}

#main .mainRightBox {
    position: absolute;
    width: 900px;
    right: 50%;
    top: 650px;
    margin-right: -690px;
    animation-delay: 2s;
}

#main .mainRightBox img{
    display: block;
    width: 100%;
    margin-bottom:10px;
}

#main .mainRightBox p{
    font-size:20px;
    color:#fff;
}



/*-----------------------------------------------------------------------------
//
//
//		회사소개
//
//
-----------------------------------------------------------------------------*/
.companyInfo header{
    background: url(../img/company.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#222;
}

.companyInfoConWrap{
    padding:0 0 100px;
}

.companyInfoConWrap .leftBox{
    width:60%;
    padding-right:50px;
}

.companyInfoConWrap .leftBox > table{
    width:100%;
    margin-top:100px;
}

.companyInfoConWrap .leftBox > table tr:nth-child(even){
    background-color: #f2f2f2
}

.companyInfoConWrap .leftBox > table th{
    width: 260px;
    padding-left: 30px;
    font-size: 25px;
    text-align: left;
    line-height:70px;
}

.companyInfoConWrap .leftBox > table td{
    display: inline-block;
    font-size: 20px;
    text-align: left;
    line-height:70px;
}

.companyInfoConWrap .rightBox{
    width:40%;
    padding-left:50px;
}

.companyInfoConWrap .rightBox img{
    display:block;
    width:400px;
    margin:0 auto;
}


/*-----------------------------------------------------------------------------
//
//
//		CEO Greeting
//
//
-----------------------------------------------------------------------------*/
.ceoGreeting header{
    background: url(../img/main_bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#222;
}

.ceoGreetingConWrap{
    padding:0 0 100px;
}

.ceoGreetingConWrap .ceoText{
    font-size:20px;
    line-height:34px;
}

/*-----------------------------------------------------------------------------
//
//
//		연혁
//
//
-----------------------------------------------------------------------------*/
.history header{
    background: url(../img/main_bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#222;
}

.historyConWrap{
    padding:0 0 100px;
}

.historyConWrap img{
    display:block;
    width:60%;
    margin:0 auto;
}


/*-----------------------------------------------------------------------------
//
//
//		Client
//
//
-----------------------------------------------------------------------------*/
.client header{
    background: url(../img/main_bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#222;
}

.clientConWrap{
    padding:0 0 100px;
}

.clientConWrap ul.clientList:after{
    display: block;
    content: '';
    clear: both;
}

.clientConWrap ul.clientList li{
    float:left;
    width:200px;
    padding:30px;
}

.clientConWrap ul.clientList li img{
    display:block;
    width:100%;
}


/*-----------------------------------------------------------------------------
//
//
//		Organization
//
//
-----------------------------------------------------------------------------*/
.organization header{
    background: url(../img/main_bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#222;
}

.organizationConWrap{
    padding:0 0 100px;
}

.organizationConWrap img{
    display:block;
    width:80%;
    margin:0 auto;
}

/*-----------------------------------------------------------------------------
//
//
//		반응형
//
//
-----------------------------------------------------------------------------*/
/*1400px 이하일때*/
@media (max-width:1430px){
    .wrapper {
        width: 1000px;
    }
    
    #main{
        min-height: 820px;
    }

    #main .mainLeftBox{
        margin-left:-490px;
    }

    #main .mainLeftBox p{
        font-size: 50px;
    }

    #main .mainRightBox {
        top:620px;
        width: 550px;
        margin-right: -490px;
    }

    #main .mainRightBox p{
        font-size:18px;
    }
    
    .companyInfoConWrap .leftBox > table th{
        width:220px;
        font-size: 20px;
    }

    .companyInfoConWrap .leftBox > table td{
        font-size: 16px;
    }
    
    .companyInfoConWrap .rightBox img{
        width:340px;
    }

    .organizationConWrap img{
        width:100%;
    }
    
}

@media (max-width:1024px){
    .pageTitle{
        margin-bottom: 50px;
    }
    
    .pageTitle h2{
        font-size:40px;    
    }

    .wrapper {
        width: 738px;
    }

    #main .mainLeftBox{
        margin-left: -370px;
    }

    #main .mainRightBox {
        margin-right: -370px;
    }
    
    .companyInfoConWrap{
        padding:0 0 100px;
    }
    
    .companyInfoConWrap .leftBox {
        width:100%;
        padding-right: 0;
        margin-bottom:100px;
    }
    
    .companyInfoConWrap .leftBox > table{
        margin-top:0;
    }
    
    .companyInfoConWrap .rightBox {
        width:100%;
        padding-left: 0;
    }
    
    .companyInfoConWrap .rightBox img {
        width:65%;
    }

    .historyConWrap img{
        width:80%;
    }

    .clientConWrap ul.clientList li{
        width:184px;
    }
}

@media (max-width:768px){
    .pageTitle{
        padding:30px 0 10px;
        text-align:center;
    }
    
    .pageTitle h2{
        font-size:20px;  
        line-height:30px;
    }

    .wrapper {
        width: 100%;
        padding:0 15px;
    }
    
    header .wrapper{
        min-height: 67px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    header .logoWrap h1{
        width:147px;
        margin-top:4px;
        margin-bottom: 0;
    }
    
    header .logoWrap span,
    header .logoWrap p{
        display: none;
    }
    
    header .nav{
        position:fixed;
        display:block;
        left: auto;
        right: -125px;
        top: 80px;
        transition:all 0.3s;
    }

    header .nav li{
        margin-right:0;
        margin-bottom: 10px;
    }

    header .nav li a{
        width: 80px;
        height: 80px;
        font-size:12px;
    }
    
    header .mobileMenuOpen{
        display:block;
    }

    #main .mainLeftBox{
        position: static;
        margin-left: 0;
        margin-top:100px;
        margin-bottom:80px;
        text-align:center;
    }

    #main .mainLeftBox p{
        font-size: 28px;
        margin-bottom:10px;
    }

    #main .mainRightBox {
        position: static;
        margin:0 auto;
        width:250px;
    }

    #main .mainRightBox p{
        font-size:10px;
    }
    
    .companyInfoConWrap{
        padding:0 0 30px;
    }
    
    .companyInfoConWrap .leftBox > table th{
        width:150px;
        font-size: 16px;
        line-height:50px;
    }

    .companyInfoConWrap .leftBox > table td{
        font-size: 16px;
        line-height:60px;
    }
    
    .historyConWrap{
        padding:0 0 30px;
    }

    .historyConWrap img{
        width:90%;
    }

    .clientConWrap ul.clientList li{
        width:33.333%;
        padding:15px;
    }

    .organizationConWrap img{
        width:90%;
    }
}







