@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300,400,500,600,700,900&display=swap');

* {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

.noto-ser {
	font-family: 'Noto Serif KR', serif !important;
}

button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
}
#section3  .moresee:hover {
	background-color:#fff;
	color:#a49386;
}
.over_hi {
	overflow: hidden;
}


.posi_re{
	position: relative;
}
.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.img_border {
	border-radius:100%;
	border: 2px solid #fff;
}

@media (max-width: 767px) {
	.wrap {
		transition-duration: 0.5;
		width: 95%;
		margin: 0 auto;
	}

	.sub_4_2 .wrap {
		padding-bottom:3%;
	}

	.history_pic .wrap{
		width:100%;

	}
	.m1_none {
		display: none;
	}

	.mnone {
		display: none !important;
	}

	.hlogo {
		float: left;
	}

	.hlogo {
		position: relative;
		margin-left: 50%;
		left: -90px;
	}

	.hlogo > img {
		width: 180px;
		padding: 18px 0;
	}

	#side_menu {
		width: 20px;
		transform:rotate(180deg);
	}

	.side-menu {
		position: absolute;
		left: 0;
		padding: 17px;
	}

	.m_header {
		height: 54px;
		position: fixed;
		border-bottom: 1px solid #e1e1e1;
		z-index: 999;
		width: 100%;
		background-color: #fff;
	}

	.side_logo {
		text-align: center;
	}

	.side_logo > img {
		width: 180px;
		margin: 0 auto;
	}

	.down_arrow_1 {
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 5px;
	}

	.down_arrow {
		position: absolute;
		right: 10px;
		top:10px;
		font-size:12px;
	}
	.side_menu_txt .down_arrow {
			top:6px;
	}

	.header_bottom {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.header_bottom a {
		margin-left: 3%;
	}

	.header_bottom select {
		float: right;
		margin-right: 5%;
		position: relative;
		bottom: 5px;
		right: 0;
	}

}

@media all and (min-width: 768px) and (max-width: 1064px) {
	.wrap {
		transition-duration: 0.5;
		width: 95%;
		margin: 0 auto;
	}
	.sub_4_2 .wrap {
		padding-bottom:3%;
	}
	.tnone {
		display: none;
	}

	.mnone {
		display: none;
	}

	#sidebar {
		background-color: #fff;
	}

	.hlogo {
		float: left;
	}

	.hlogo {
		position: relative;
		margin-left: 50%;
		left: -156px;
	}

	.hlogo > img {
		width: 312px;
		padding: 15px 0;
	}

	.side-menu {
		position: absolute;
		padding: 25px;
		right: 0;
	}

	.m_header {
		height: 73px;
		border-bottom: 1px solid #e1e1e1;
		position: fixed;
		width: 100%;
		z-index: 9;
		background-color: #fff;
	}

	.side_logo {
		text-align: center
	}

	.side_logo > img {
		width: 250px;
	}

	#side_menu {
		width: 30px;
	}

	.down_arrow_1 {
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 5px;
	}

	.down_arrow {
		opacity: 1;
		position: relative;
		right:0px;
		top:0px;
		font-size:14px;
	}

	.header_bottom {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.header_bottom a {
		margin-left: 3%;
	}

	.header_bottom select {
		float: right;
		margin-right: 5%;
		position: relative;
		bottom: 5px;
		right: 0;
	}


}

@media all and (min-width: 1065px) {
	.tnone {
		display: none;
	}

	.pcnone {
		display: none;
	}

	.header {
		top: 0px;
		width: 100%;
		position: fixed;
		z-index: 9;
		transition-duration: 0.3s;
		padding: 0 0 0 !important;
		border-bottom: 1px solid #e1e1e1;
		background-color: rgba(255, 255, 255, 1);
	}

	.header_top {
		text-align: right;
		padding: 5px 0;

	}

	.header_top a {
		text-decoration: none;
		font-size: 12px;
		padding: 0 5px 3px;
		display: inline-block;
	}

	.user_img {
		width: 12px;
		position: relative;
		top: 3px;
		margin-right: 4px;
	}

	.cart_img {
		width: 17px;
		position: relative;
		top: 2px;
		margin-right: 4px;
	}

	.menu_a {
		text-decoration: none;
		color: #898985;
		font-size: 14px;
		position: relative;
		padding: 8px;
		width: 6.5%;
		display: inline-block;
	}

	.menu_a:last-child {
		text-decoration: none;
		color: #898985;
		font-size: 14px;
		position: relative;
		padding: 8px;
		width: 10%;
		display: inline-block;
	}

	.menu_line {
		margin: 0;
		border: 0;
		border-bottom: 1px solid #e1e1e1;
	}

	.logo {
		padding: 9px 0;
		float: left;
        width: 300px;
	}

	.logo > img {
		width: 100%;
		cursor: pointer;
	}

	.menu > ul {
		list-style: none;
		padding: 0px;
		height: 46px;
		cursor: pointer;
		font-size: 0;
		float: right;
		width: 74%;
	}

	.menu > ul > li {
		width: 14.28%;
		display: inline-block;
		text-align: center;
		font-weight: 600;
		color: #333;
		height: 100%;
		/* padding-top: 15px; */
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		float: left;
	}
	/* .menu > ul > li:first-child {
		width: 17%;
	}
	.menu > ul > li:nth-child(2) {
		width: 21%;
	}
	.menu > ul > li:nth-child(3) {
		width: 23%;
	}
	.menu > ul > li:nth-child(4) {
		width: 19%;
	}
	.menu > ul > li:last-child {
		width: 20%;
	} */

	.main_select {
		width: 10%;
		border: 1px solid #999999;
		color: #999999;
		font-size: 14px;
		font-weight: 300;
	}

	.main_select option {
		font-weight: 300;
	}

	.menu > ul > li{
		border-bottom: 4px solid transparent;
		box-sizing: border-box;
	}

	.menu > ul > li > a {
		font-size: 13px;
		color: #0f1734;
		text-decoration: none;
		width: 100%;
		display: inline-block;
		/* border-right: 1px solid #333333; */
	}

	.menu > ul > li:last-child > a {
		border-right: 0;
	}

	.menu > ul > li.hover {
		border-bottom: 4px solid #0f1734;
	}

	.header_sub_menu {
		position: fixed;
    top: 79px;
    width: 100%;
    height: 0;
    z-index: 9;
    overflow: hidden;
    background-color: rgba(44, 37, 80, 0.5);
    transition-duration: 0.3s;
	}

	.header_sub_menu.view {
		height: 650px;
	}


	.sub_menu_area {
		width: 74%;
		float: right;

	}

	.menu_box {
		width: 14.28%;
		height: 300px;
		float: left;
		box-sizing: border-box;
		padding-top: 20px;
	}

	.menu_box.hover {
		background-color:  rgba(228, 72, 85, 0.5);
		position: relative;
		/* top: -4px; */
		height: 650px;
	}
/*
	.menu1 {
		width: 17%;
	}
	.menu2 {
		width: 21%;
	}
	.menu3 {
		width: 23%;
	}
	.menu4 {
		width: 19%;
	}
	.menu5 {
		width: 20%;
	} */

	.menu_one {
		display: block;
		text-align: center;
		width: 100%;
		font-size: 13px;
		text-decoration: none;
		color: #FFF;
		font-weight: 600;
		line-height: 17px;
		padding-bottom: 16px;
	}

	.wrap {
		transition-duration: 0.5;
		min-width: 1065px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.sub_4_2 .wrap {
		padding-bottom:3%;
	}
	.menu > ul > li > a {
		font-size: 13px;
		letter-spacing: -0.5px;
	}

	.header_bot_img {
		width: 18px;
		position: relative;
		right: 5px;
		top: 2px;
	}


}
