@charset "utf-8";

/*
============================================================

1.	작 업 일 : 2019.03.27
2.	작 성 자 :  정 연 주
3.	마지막 수정일 : 2019.04.18
4.  마지막 작업자 : 정 연 주

============================================================
*/

/*s ###### COMMON ###### */

h2{
    display: none;
}

#contents{
	/*display:flex;*/
	padding:180px 0;
	background:#f5f5f5;
}

/*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: 10px 20px;
}
/*#header .logo a{
    display: block;
	 width: 70px;
}*/
#header .logo img{
    width: 100%;
    height: auto;
}
#header .logo .fix_logo{
    display: none;
}

#header .openM{
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 90;
    width: 30px;
    padding: 25px 20px;
}
#header .openM span{
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 50px;
}
#header .openM span:last-child{
    margin-bottom: 0;
}

#menu{
    display: none;
}


/*s---�������---*/
#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: 100px;
    padding: 11px 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.sub .openM{
    width: 30px;
    padding: 22px 20px;
}
#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=====Ǫ��=====*/

.inner{
	width:1300px;
    margin: 0 auto;
}


/*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;
        width: 120px;
    }

    #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: 12px;
        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;
    }
    
    .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ȭ�� ###### */
