@charset "utf-8";

/* header ------------------------------------------ */

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
	width: 100%;
}
#h_top{
	background: #000;
}
.h_row{
    max-width: 1620px;
    margin: 0 auto;
}
.h_top_text{
    height: 40px;
}
.h_top_text > ul{
    display: flex;
    justify-content: end;
}
.h_top_text > ul > li{
    margin-left: 20px;
    padding: 10px 0;
    position: relative;
}
.h_top_text > ul > li:nth-child(1)::after, .h_top_text > ul > li:nth-child(2)::after{
    content: '';
    position: absolute;
    right: -10px;
	top: 14px;
    width: 1px;
    height: 15px;
    background: #d4d4d4;
}
.h_top_text > ul > li a{
    color: #fff;
	font-size: 14px;
}

/* nav */
#navi_wrap{
    background: rgba(86, 86, 86, 0.3);
}
#navi_wrap:hover{
	background:  #000;
}

#logo{
	position: relative;
	z-index: 1001;
}
#logo img{
	max-width: 120px;
    margin-top: 10px;
	transition: 0.3s;
}
#logo.logo_active a img{
	transform: scale(1.7) translateY(30px);
}
.navi_wrap_row{
    height: 65px;
    display: flex;
}

#pc_navi{
	flex-grow: 1;
}
#pc_navi .main_navi{
	display: flex;
    justify-content: center;
	max-width: 680px;
	margin: 0 auto;
}
#pc_navi .main_navi > li > a{
	display: block;
    color: #fff;
    line-height: 65px;
	padding: 0 35px;
}
#pc_navi .main_navi > li > a span{
	position: relative;
}
#pc_navi .main_navi > li > a span::after{
	content: '';
	position: absolute;
    bottom: -7px;
    left: 1px;
    width: 100%;
    border-bottom: 2px solid #FFDD00;
	transform: scaleX(0);
	transition: 0.3s;
}
#pc_navi .main_navi > li:hover > a span::after{
	transform: scaleX(1);
}


#nav_r > ul{
    display: flex;
    align-items: center;
    margin-top: 17px;
}
#nav_r > ul > li{
    margin-left: 20px;
}
#nav_r form{
	border: 1px solid #E8E8E8;
	width: 130px;
	height: 30px;
	display: flex;
}
#search, #pc_search{
	border: none;
	outline: none;
	text-indent: 10px;
	background: none;
	width: 102px;
	color: #A3A3A3;
}
#search::placeholder, #pc_search::placeholder{
	color: #A3A3A3;
}
.search_btn{
	width: 23px;
	height: 22px;
	margin-top: 4px;
}



/* sub navi */
.sub_navi1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 104px;
	background: #242424; 
	display: none;
	z-index: 1000;
}

.sub_navi1 .row{
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
}
.sub_navi1 .row > li {
	width: 16.6%;
	border-left: 1px solid #505050;
	padding: 10px 5px 20px 20px;
}
.sub_navi1 .row > li h2{
	font-size: 18px;
	margin: 30px 0 40px;
}
.sub_navi1 .row > li a{
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	color: #bebebe;
	margin-bottom: 12px;
}
.sub_navi1 .row > li a:hover{
	color: #FFDD00;
	font-weight: 600;
}









/* footer menu : 하단 메뉴 ---------------------------------- */
#f_menu_wrap{
    display: flex;
    padding: 50px 0;
    background: #292929;
}
.f_menu_l{
    width: 25%;
    padding: 0 50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.f_menu_m{
    width: 65%;
    padding-left: 70px;
}
.f_menu_r{
    width: 10%;
    padding-right: 150px;
    display: flex;
}
.f_menu_l_top img{
    max-width:  280px;  
	width: 100%;
    padding-bottom: 91px;
}
.f_menu_l_bot{
	width: 100%;
}
.f_menu_l_bot ul{
    display: flex;
    justify-content:  space-around;
}
.f_menu_l_bot ul li:nth-child(1) img{
    max-width: 75px;
	width: 100%;
}
.f_menu_l_bot ul li:nth-child(2) img{
    max-width: 82px;
	width: 100%;
}

.f_menu_m > ul{
    display: flex;
}
.f_menu_m > ul li{
	flex-grow: 1;
}
.f_menu_m > ul li h3{
    margin-bottom: 45px;
}
.f_sub_menu ul li{
    margin-bottom: 20px;
}
.f_sub_menu ul li a{
    color: #fff;
    font-weight: 300;
}
.f_sub_menu ul li a:hover{
	color: #FFDD00;
}
.f_menu_r{
	cursor: pointer;
}
.f_menu_r span{
    font-weight: 400;
    font-size: 24px;
}
.f_menu_r h4{
    margin-left: 9px;
    font-size: 15px;
    font-weight: 400;
}

/* footer --------------------------------------------- */

.f_bot{
    text-align: center;
	padding-bottom: 20px;
	font-size: 0.8em;
}
.f_dl_f{
	padding: 20px 0;
	border-bottom: 1px solid #A3A3A3;
	
	font-weight: 300;
}
.f_dl_f dt{
	margin-bottom: 15px;
}
.f_dd_f > ul{
	display: flex;
	justify-content: center;
}
.f_dd_f > ul li{
	margin: 0 25px;
}
.f_dd_f > ul li a{
	color: #fff;
	font-size: 14px;
}

.f_dl_t{
	padding-top: 20px;
}
.f_bot .f_dd_t ul{
    display: flex;
    justify-content: center;
}
.f_bot .f_dl_t{
    margin-bottom: 35px;
}
.f_bot .f_dl_t > dt{
    font-weight: 300;
    margin-bottom: 15px;
}
.f_bot .f_dd_t ul{
    color: #A8A8A8;
}

.f_dd_t ul li{
	margin: 0 6px;
	position: relative;
}
.f_dd_t ul li:nth-child(2)::before, .f_dd_t ul li:nth-child(3)::before{
	content: '';
	position: absolute;
	width: 1px;
    height: 14px;
    background: #A8A8A8;
    left: -6px;
    top: 5px;
}
.f_bot .f_dd_t ul li a, .f_bot ul li{
    color: #A8A8A8;
}

#mb_logo, #mb_top_btn, #mb_navi{
	display: none;
}


/* 반응형 웹  */
@media screen and (max-width: 1200px){
	.f_menu_m {
		padding-left: 20px;
	}
}

@media screen and (max-width: 1000px){
	.f_menu_l {
		padding: 0 10px;
	}
	.f_menu_l_top img {
		margin-left: 0px;
	}
	.f_menu_m > ul li {
        font-size: 13px;
		margin-right: 12px;
    }
	.f_menu_r {
		width: 3%;
	}
}




@media screen and (max-width: 955px){
	.mb_navi_top{
		height: 90%;
	}
	.mb_navi_bottom{
		height: 5%;
	}
	/* header top : none */
	#h_top{
		display: none;
	}
	/* px navi : none */
	#navi_wrap {
		display: none;
	}
	#mb_logo, #mb_top_btn, #mb_navi{
		display: block;
	}
	.navigation #mb_logo img {
		max-width: 100px;
		margin-top: 12px;
	}
	#mb_navi {
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		right: -100%;
		background: rgba(255, 255, 255, 0.6);
		z-index: 1001;
		background: #fff;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.navigation{
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
	}
	#mb_top {
		padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        background: #000000;
    }
	#btn_icon span{
		font-size: 35px;
	}
	.mb_home a img{
		max-width: 100px;
		margin-top: 5px;
	}
	.mb_close{
		cursor: pointer;
	}
	.mb_close span{
		font-size: 35px;
		padding-top: 4px;
	}
	#mb_logo {
        line-height: 60px;
        margin-left: 10px;
    }
	#mb_top_btn {
        display: flex;
        align-items: center;
		cursor: pointer;
    }
	.mb_search{
		width: calc(100% - 20px);
        border: 1px solid #868686;
        height: 40px;
        line-height: 40px;
        margin: 5px 10px ;
	}
	.mb_search form{
		display: flex;
		justify-content: space-between;
		align-items: center;
		
	}
	#mb_search{
		width: 90%;
		height: 30px;
		margin-top: 6px;
	}
	.search_btn {
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	#mb_navi .mb_navi_wrap {
        position: relative;
        height: 100%;
        border-top: 1px solid #595959;
    }
	#mb_navi .mb_navi_wrap > ul {
        width: 30%;
        height: 100%;
        background: #000000;
    }
	#mb_navi .mb_navi_wrap > ul > li > a {
        display: block;
        height: 60px;
        line-height: 60px;
        color: #fff;
		font-size: 17px;
        font-weight: 500;
        text-align: left;
        padding-left: 20px;
	}
    
	#mb_navi .mb_navi_wrap > ul > li.on > a {
        display: block;
        height: 60px;
        background: #ffffff;
        color: #000000;
		font-size: 17px;
        font-weight: 500;
        text-align: left;
        padding-left: 20px;
    }
	/* sub navi */
	#mb_navi .sub_navi1 {
        position: absolute;
        top: 0;
        right: 0;
        width: 70%;
		height: calc(100% - 80px);
        background: #fff;
        overflow: auto;
		margin-left: auto;
    }
	.sub_navi1 .row > li {
		padding: 0;
	}
	#mb_navi .sub_navi1 > ul > li h2 {
        height: 59px;
        line-height: 59px;
        text-align: left;
        text-indent: 12px;
        font-size: 17px;
        font-weight: 600;
		background: #ffffff !important;
        color: #000;
        border-bottom: 1px solid #ccc;
        display: block;
        cursor: pointer;
        background: url(../img/mb_prev_next.png) no-repeat 100% 5px !important;
		margin: 0;
    }
	#mb_navi .sub_navi1 > ul > li h2.snkrs{
		background: none;
	}
	#mb_navi .sub_navi1 > ul > li.on > h2 {
        background-position-y: -50px !important;
    }
	.sub_navi1 .row {
		flex-direction: column;
	}
	.sub_navi1 .row > li {
		width: auto;
	}
	#mb_navi .mb_navi_wrap > ul > li .sub_navi1 {
        display: none;
    }
	#mb_navi .mb_navi_wrap > ul > li.on .sub_navi1 {
        display: block;
    }
	#mb_navi .sub_navi2 {
        display: none;
        border-bottom: 1px solid #9f9f9f;
        padding: 15px 25px;
		background: #FFF;
    }
	#mb_navi .sub_navi2 ul li a {
        display: block;
        line-height: 30px;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        color: #474747;
        margin-bottom: 10px;
    }
	.sub_navi1 .row > li {
		border-left: none;
		background: #fff;
	}
	.sub_navi1 .row > li a {
		font-weight:500;
		font-size: 15px;
		color: #898989; 	
		height: 30px;
        display: block;
        line-height: 30px;
	}
	.sub_navi1 .row > li a:hover{
		color: #898989;
	}

	.mb_navi_bot{
		z-index: 1001;
		position: fixed;
		width: 100%;
		height: 50px;
		line-height: 40px;
		background: #000;
		border-top: 1px solid #aaaaaa;

	}
	.mb_navi_bot ul{
		display: flex;
		justify-content: right;
	}
	.mb_navi_bot ul li{
		margin-right: 33px;
	}
	.mb_navi_bot ul li a{
		display: block;
		color: #fff;
		font-size: 14px;

	}


	/* footer */
	.f_dl_f {
		padding: 20px 0;
	}
	.f_dl_f dt {
		margin-bottom: 9px;
	}
	.f_dd_f > ul li {
		margin: 0 7px;
	}
	.f_dd_f > ul li a {
		font-size: 12px;
	}
	.f_dd_t ul li:nth-child(2)::before, .f_dd_t ul li:nth-child(3)::before{
		content: none;
	}
	.f_bot .f_dl_t {
		margin-bottom: 20px;
	}
	.f_bot .f_dd_t ul {
		flex-direction: column;
	}
	.f_bot > ul{
		padding: 0 5px;
	}
}

@media screen and (max-width: 768px){
	#f_menu_wrap {
		flex-direction: column;
		align-items: center;
		padding: 15px 0; 
	}
	.f_menu_l{
        padding: 10px 25px 22px;
        width: 100%;
        box-sizing: border-box;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
	}
	.f_menu_l_bot {
		width: auto;
	}
	.f_menu_l_top img {
		max-width: 160px;
		padding-bottom: 0px;
	}
	.f_menu_l_bot ul li:nth-child(1) img {
		max-width: 50px;
	}
	.f_menu_l_bot ul li:nth-child(2) img {
		max-width: 54px;
		margin-left: 55px;
	}
	.f_menu_m {
        width: 100%;
		padding: 0;
    }
	.f_menu_m > ul {
		flex-direction: column;
		align-items: center;
	}
	.f_menu_m > ul li {
        font-size: 13px;
        width: 100%;
		text-indent: 40px;
        margin-right:0;
    }
	.f_sub_menu ul li {
		margin-bottom: 0;
		background: #363636;
	}
	.f_sub_menu ul li a {
		font-weight: 400;
		display: block;
		padding: 0 25px 20px;
		color: #d1d1d1;
	}
	.f_menu_m > ul li h3 {
		font-size: 16px;
		padding: 20px 0;
		cursor: pointer;
		margin: 0;
		border-top: 1px solid #525252;
		background: url(../img/up_down.png) no-repeat 98% 5px !important;
	}
	.f_menu_m > ul li h3.on{
		background-position-y: -50px !important;
		background-color: #363636 !important;
	}
	.f_menu_m > ul li .f_sub_menu{
		display: none;
	}
	.f_menu_r {
		width: 100%;
		padding-right: 0;
		display: flex;
		justify-content: center;
		border-top: 1px solid #525252;
        padding-top: 20px;
	}
}

@media screen and (min-width:769px) {
	.f_menu_m > ul li .f_sub_menu{
		display: block !important;
	}
}
