@charset "utf-8";

/*
============================================================

1.	작 업 일 : 2019.03.27
2.	작 성 자 :  정 연 주
3.	마지막 수정일 : 2019.04.22
4.  마지막 작업자 : 정 연 주

============================================================
*/

/*s ###### COMMON ###### */

h2{
    display: none;
}


/*e ###### COMMON ###### */


/*s ###### 기본화면 모바일 기준 ######*/

/*s=====헤더=====*/
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    box-sizing: border-box;
}

#header .logo{
    width: 70px;
    padding:20px;
}
/*#header .logo a{
	width: 70px;
    display: block;
}*/
#header .logo img{
    width: 100%;
    height: auto;
}
#header .logo .fix_logo{
    display: none;
}

#header .openM{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90;
    width: 30px;
    padding: 25px 20px;
}
#header .openM span{
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 50px;
}
#header .openM span:last-child{
    margin-bottom: 0;
}

#menu{
    display: none;
}


/*s---고정헤더---*/
#header.Fixed,
#header.sub{
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}
#header.Fixed .logo,
#header.sub .logo{
    width: 60px;
    padding: 10px 22px;
}
#header.Fixed .logo .hd_logo,
#header.sub .logo .hd_logo,
#header.sub .logo .hd1_logo{
    display: none;
}
#header.Fixed .logo .fix_logo,
#header.sub .logo .fix_logo{
    display: block;
    opacity: 0.7;
}

#header.Fixed .openM,
#header.sub .openM{
    width: 30px;
    padding: 22px 20px;
}
#header.Fixed .openM span,
#header.sub .openM span{
    background: #818181;
}
/*e---고정헤더---*/


/*s---모바일 메뉴---*/

#right_wing{
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 100;
    width: 250px;
    height: 100%;
    background: #fff;
    display: none;
}

#right_wing .close{
    width: 30px;
    padding: 30px 15px;
}
#right_wing .close span{
    display: block;
    width:30px;
    height: 2px;
    background: #6d6d6d;
}
#right_wing .close span:nth-child(1){
    transform: rotate(45deg);
}
#right_wing .close span:nth-child(2){
    transform: rotate(-45deg);
    margin-top:-2px; 
}

#right_wing .gnb{
    margin-top: 20px;
}
#right_wing .gnb ul li{
    border-top: 1px solid #ddd;
}
#right_wing .gnb ul li:last-child{
    border-bottom: 1px solid #ddd;
}
#right_wing .gnb ul li a{
    display: block;
    padding: 20px 40px;
    box-sizing: border-box;
    color: #393939;
    font-weight: bold;
}
#right_wing .gnb ul li span{
    display: inline-block;
    width: 15px;
    height: 3px;
    margin-right: 12px;
    background: #5c5c5c;
    position: relative;
    top: -3px;
}
#right_wing .logo{
    text-align: center;
    margin-top: 25px;
    opacity: 0.7;
}

.balck_bg{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 95;
    display: none;
}

/*e---모바일 메뉴---*/


/*e=====헤더=====*/



/*s=====푸터=====*/

#footer{
    padding: 20px 0 30px 0;
    border-top: 1px solid #ddd;
    text-align: center;
	margin-top:auto;
}

.flogo{
    margin-bottom: 28px;
}

.fsns{
    display: flex;
    justify-content: space-between;
    width: 75px;
    margin: 0 auto 20px auto;
}
.fsns li a{
    display: block;
    text-indent: -9999px;
    width: 29px;
    height: 29px;
}
/*.fsns li:nth-child(1) a{
    background: url(../img/sns1.png) no-repeat top left;
}*/
.fsns li:nth-child(1) a{
    background: url(../img/sns2.png) no-repeat top left;
}
.fsns li:nth-child(2) a{
    background: url(../img/sns1.png) no-repeat top left;
}

.copy{
    padding: 0 20px;
    box-sizing: border-box;
}
.copy,.copy a{
    font-size: 12px;
    color: #b5b5b5;
}
.copy span{
    color: #3a6f6b;
    font-weight: bold;
}

/*.fsns li:nth-child(1) a:hover{
    background: url(../img/sns1.png) no-repeat bottom left;
}*/
.fsns li:nth-child(1) a:hover{
    background: url(../img/sns2.png) no-repeat bottom left;
}
.fsns li:nth-child(2) a:hover{
    background: url(../img/sns1.png) no-repeat bottom left;
}
.top_btn{
    display: none;
}

/*e=====푸터=====*/


/*e ###### 기본화면 모바일 기준 ######*/



/*s ###### 태블릿화면 ###### */

@media screen and (min-width:768px){
    
    /*s=====헤더=====*/

    #header .logo{
        width: 65px;
        padding: 18px 30px;
    }
	#header .logo a{
		width: 65px;
	}

    #header .openM{
        padding: 28px 30px;
    }


    /*s---고정헤더---*/
    #header.Fixed .logo,
    #header.sub .logo{
        padding: 10px 30px;
    }

    #header.Fixed .openM,
    #header.sub .openM{
        padding: 22px 30px;
    }
    /*e---고정헤더---*/

    /*e=====헤더=====*/
    
    
    /*s=====푸터=====*/

    #footer{
        padding: 30px 0 20px 0;
    }

    /*e=====푸터=====*/
    
}

/*e ###### 태블릿화면 ###### */



/*s ###### PC화면 ###### */

@media screen and (min-width:1200px){
    
    /*s=====헤더=====*/
	#header{
		height:78px;
	}
    
    #header .logo{
        width: 75px;
        margin-left: 15%;
        padding: 18px 30px;
		opacity:0;
    }
	#header .logo a{
		width: 75px;
	}
    
    #header .openM{
        display: none;
    }
    
    #menu{
        display: block;
    }
    
    #menu ul {
        display: flex;
        position: absolute;
        top: 25px;
        right: 50%;
		transform:translateX(50%);
    }
	#menu ul li{
		margin-right:30px;
	}
	#menu ul li:last-child{
		margin-right:0;
	}
    #menu ul li a{
        display: block;
        color: #fff;
        padding: 20px 35px 15px 35px;
        position: relative;
    }
    #menu ul li a span{
        display: block;
        width: 0;
        height: 3px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.5s;
    }
    #menu ul li a:hover span{
        width: 100%;
    }
    
    /*s---고정헤더---*/
    #header.Fixed #menu ul,
    #header.sub #menu ul{
        top: 12px;
    }
    #header.Fixed #menu ul li a,
    #header.sub #menu ul li a{
        color: #222;
        font-weight: bold;
        padding: 24px 35px 24px 35px;
    }
    
    #header.Fixed #menu ul li a:hover,
    #header.sub #menu ul li a:hover{
        color: #fff;
    }

    #header.Fixed .openM,
    #header.sub .openM{
        padding: 22px 30px;
    }

	#header.Fixed #menu ul li a span{
		background:#2f2f2f;
		width:100%;
		height: 0;
		z-index:-5;
	}
	#header.Fixed #menu ul li a:hover span{
        height: 55px;
    }

    /*e---고정헤더---*/
    
    /*e=====헤더=====*/
    
    
    /*s=====푸터=====*/

    #footer{
        padding: 15px 0;
        text-align: left;
        position: relative;
        background: #fff;
        z-index: 500;
    }
    
    .flogo{
        margin-bottom: 0;
        margin-left: 8%;
        width: 58px;
        height: auto;
    }
    .flogo img{
        width: 100%;
        height: auto;
    }

    .fsns{
        width: 75px;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 8%;
        transform: translateY(-50%);
    }

    .copy{
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 14%;
    }
    
    .copy a:hover{
        color: #3a6f6b;
    }
    
    .top_btn{
        display: block;
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    /*e=====푸터=====*/
    
}

/*e ###### PC화면 ###### */


/* ================================= */
/* ------------ LOADER ------------- */
/* ================================= */
.loader{
    position:fixed;
    z-index:110000;
    height:100%;
    width:100%;
    left:0;
    right:0;
    overflow:hidden;
    background:#000;
    top:0;
    bottom:0;
}
.cssload-spinner {
	position: absolute;
	width: 33px;
	height: 33px;
	left: 50%;
	top:50%;
}
.cssload-spinner:after, .cssload-spinner:before {
	position: absolute;
	content: "";
	border: 2px solid rgb(255,205,35);
	width: 31px;
	height: 31px;
}
.cssload-spinner:after {
	animation: cssload-spinner1 2.88s linear infinite;
		-o-animation: cssload-spinner1 2.88s linear infinite;
		-ms-animation: cssload-spinner1 2.88s linear infinite;
		-webkit-animation: cssload-spinner1 2.88s linear infinite;
		-moz-animation: cssload-spinner1 2.88s linear infinite;
}
.cssload-spinner:before {
	width: 43px;
	height: 43px;
	margin-left: -6.5px;
	margin-top: -6.5px;
	animation: cssload-spinner2 2.88s linear infinite;
		-o-animation: cssload-spinner2 2.88s linear infinite;
		-ms-animation: cssload-spinner2 2.88s linear infinite;
		-webkit-animation: cssload-spinner2 2.88s linear infinite;
		-moz-animation: cssload-spinner2 2.88s linear infinite;
}
@keyframes cssload-spinner1 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spinner1 {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spinner1 {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spinner1 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spinner1 {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes cssload-spinner2 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}

@-o-keyframes cssload-spinner2 {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(-360deg);
	}
}

@-ms-keyframes cssload-spinner2 {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(-360deg);
	}
}

@-webkit-keyframes cssload-spinner2 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
	}
}

@-moz-keyframes cssload-spinner2 {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(-360deg);
	}
}