@charset "utf-8";
::after, ::before{
	box-sizing: border-box;
}
html{
	margin:0;
	padding:0;
	font-size:14px;
}
body{
	margin:0;
	padding:0 !important;
	background:#eee;
}
div, ul, li, a{
	box-sizing: border-box;
}
form{
	margin:0;
}
button{
	cursor:pointer;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
.mg_l_5{
	margin-left:5px;
}
.mg_r_5{
	margin-right:5px;
}
.mg_t_5{
	margin-top:5px;
}
.mg_b_5{
	margin-bottom:5px;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.red_tr td, .red_tr th{
	background:#FFEAEA;
}
.red_td, .red_th{
	background:#FFEAEA;
}
/* 페이징 */
.tb_bottom .paging_num {
    display: inline-block;
    padding: 7px 0px;
    color: #888;
    width: auto;
    height: 30px;
    text-align: center;
    text-decoration: none;
	margin:0 3px;
}
.tb_bottom .paging_arrow {
    display: inline-block;
    padding: 7px 0px;
    color: #888;
    width: 20px;
    height: 30px;
    text-align: center;
}
.tb_bottom .active_page {
    color: #000;
    font-weight: 800;
}
/* 로그인 */
.login_wrap{
	width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.login_wrap .login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    padding: 50px 15px;
    line-height: 1.2;
    box-shadow: 1px 1px 3px #888;
}
.login_wrap .login_box .head {
    width: 100%;
    font-size: 26px;
    text-align: center;
    padding: 15px 0 30px;
}
.login_wrap .login_box .cont {
    width: 400px;
    position: relative;
    margin: auto;
}
.login_wrap .login_box .cont .col {
    padding: 15px;
}
.login_wrap .login_box .cont .col input[type='text'], .login_wrap .login_box .cont .col input[type='password'] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.login_wrap .login_box .cont .btn_wrap .btn_login {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    border: none;
}
@media (max-width: 1200px) {
	.login_wrap .login_box {
		top: 45%;
		width: 100%;
		box-shadow: none;
	}
	.login_wrap .login_box .head {
		width: 100%;
		font-size: 26px;
		text-align: center;
		padding: 15px 0 30px;
	}
	.login_wrap .login_box .cont {
		width: 100%;
	}
	.login_wrap .login_box .cont .col {
		padding: 15px;
	}
	.login_wrap .login_box .cont .col input[type='text'], .login_wrap .login_box .cont .col input[type='password'] {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
	.login_wrap .login_box .cont .btn_wrap .btn_login {
		width: 100%;
		padding: 10px;
		font-size: 14px;
		font-weight: 600;
		background-color: #337ab7;
		border-color: #2e6da4;
		color: #fff;
		border: none;
	}
}
/* 헤드 */
.header{
	width:100%;
	background:#2d457a;
}
.header .head_wrap{
	width:100%;
	max-width:800px;
	margin:auto;
	background:#263B68;
	padding:20px 40px;
}
.header .head_wrap h1{
	margin:0;
	margin-bottom:5px;
}
.header .head_wrap h1 a{
	font-size: 26px;
	text-decoration:none;
	color:#fff;
}
.header .head_wrap .sub{
	margin:0;
	margin-bottom:5px;
}
.header .head_wrap .sub a{
	font-size: 26px;
	font-weight:600;
	text-decoration:none;
	color:#fff;
}
.header .head_wrap p{
	font-size: 14px;
	line-height:1.5;
	margin:0;
	color:#fff
}
.contents{
	width:100%;
	max-width:800px;
	margin:auto;
	padding:20px 40px;
	background:#fff;
	min-height:calc(100% - 100px);
}
/* 메인 리스트 */
.list_wrap{
	width:100%;
	padding:15px;
	display:inline-block;
}
.list_wrap .each_wrap{
	width:100%;
	padding:30px;
	display:inline-block;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
	margin-bottom:15px;
}
.list_wrap .each_wrap .sub{
	font-size:24px;
	font-weight:600;
	color:#555;
	margin-bottom:10px;
}
.list_wrap .each_wrap .desc{
	font-size:16px;
	color:#555;
	line-height:1.5;
	margin-bottom:10px;
}
.list_wrap .each_wrap .btn_wrap{
	width:100%;
	text-align:right;
}
.list_wrap .each_wrap .btn_go{
	font-size:14px;
	color:#263B68;
	border:1px solid #263B68;
	text-decoration:none;
	display:inline-block;
	padding:10px;
	border-radius:8px;
}
.list_wrap .each_wrap .btn_go:hover{
	font-size:14px;
	color:#fff;
	border:1px solid #263B68;
	background:#263B68;
	text-decoration:none;
	display:inline-block;
	padding:10px;
	border-radius:8px;
}
.tb_bottom{
	text-align:center;
}
.footer{
	margin:30px 0 100px;
}
/* 상품 상세 페이지 */
.desc_wrap{
	width:100%;
	padding:30px;
}
.desc_wrap .loc{
	width:100%;
	font-size:14px;
}
.desc_wrap h1{
	width:100%;
	margin:0;
	padding:15px 0;
	font-size:24px;
}
.desc_wrap .b_cont{
	padding-bottom:15px;
	font-size:16px;
	line-height:1.5;
}
.desc_wrap .link{
	color:#5b5bff !important;
}
.desc_wrap .goods_index_wrap{
	width:100%;
	margin:15px 0;
	padding:20px;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
}
.desc_wrap .goods_index_wrap h2{
	margin:0;
	font-size:16px;
	margin-bottom:15px;
}
.desc_wrap .goods_index_wrap ul{
	width:100%;
	display:inline-block;
}
.desc_wrap .goods_index_wrap ul li{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
}
.desc_wrap .goods_index_wrap ul li:last-child{
	margin-bottom:0px;
}
.desc_wrap .goods_index_wrap ul li a{
	color:#000;
	text-underline-position : under;
}
.desc_wrap .goods_wrap{
	padding:30px 0;
}
.desc_wrap .goods_wrap h2{
	font-size:24px;
	font-weight:600;
	margin:0;
}
.desc_wrap .goods_wrap .b_desc{
	width:100%;
	padding:15px 0;
	font-size:16px;
	line-height:1.7;
}
.desc_wrap .goods_wrap .goods_list{
	width:100%;
}
.desc_wrap .goods_wrap .goods_list ul{
	width:100%
	display:inline-block;
}
.desc_wrap .goods_wrap .goods_list ul li{
	width:100%;
	max-width:325px;
	margin:30px auto;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
	padding:15px;
}
.desc_wrap .goods_wrap .goods_list ul li .rank{
	padding:5px 0;
	font-size:16px;
	font-weight:600;
	color:red;
}
.desc_wrap .goods_wrap .goods_list ul li .sub{
	font-size:20px;
	font-weight:600;
}
.desc_wrap .goods_wrap .goods_list ul li .img_wrap{
	width:100%;
	margin:15px 0;
}
.desc_wrap .goods_wrap .goods_list ul li .img_wrap img{
	width:100%;
}
.desc_wrap .goods_wrap .goods_list ul li .btn_wrap{
	width:100%;
	text-align:center;
	padding:15px 0;
}
.desc_wrap .goods_wrap .goods_list ul li .btn_wrap .btn_desc{
	font-size: 16px;
    color: #263B68;
    border: 1px solid #263B68;
    text-decoration: none;
    display: inline-block;
    padding:10px 20px;
    border-radius: 8px;
}
.desc_wrap .goods_wrap .goods_list ul li .btn_wrap .btn_desc:hover{
	font-size:16px;
	color:#fff;
	border:1px solid #263B68;
	background:#263B68;
	text-decoration:none;
	display:inline-block;
	padding:10px 20px;
	border-radius:8px;
}
/* 동일 카테고리 */
.desc_wrap .same_another_wrap {
    padding: 30px 0;
}
.desc_wrap .same_another_wrap h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.desc_wrap .same_another_wrap .board_list{
	padding:15px 0;
}
.desc_wrap .same_another_wrap .board_list ul{
	width:100%;
	display:inline-block;
	list-style: disc;
}
.desc_wrap .same_another_wrap .board_list ul li{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
	font-weight:600;
}
.desc_wrap .same_another_wrap .board_list ul li:last-child{
	margin-bottom:0px;
}
.desc_wrap .same_another_wrap .board_list ul li a{
	font-size:16px;
	color:#000;
	text-underline-position : under;
}
/* 인기 제품 */
.desc_wrap .popul_wrap {
    padding: 30px 0;
}
.desc_wrap .popul_wrap h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.desc_wrap .popul_wrap .board_list{
	padding:15px 0;
}
.desc_wrap .popul_wrap .board_list ul{
	width:100%;
	display:inline-block;
	list-style: disc;
}
.desc_wrap .popul_wrap .board_list ul li{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
	font-weight:600;
}
.desc_wrap .popul_wrap .board_list ul li:last-child{
	margin-bottom:0px;
}
.desc_wrap .popul_wrap .board_list ul li a{
	font-size:16px;
	color:#000;
	text-underline-position : under;
}
/* 무료배송 */
.desc_wrap .free_shipping_info{
	padding: 30px 0;
}
.desc_wrap .free_shipping_info h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.desc_wrap .free_shipping_info .desc {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.7;
}
.desc_wrap .free_shipping_info .img_wrap {
    width: 100%;
	text-align:center;
	padding:15px 0;
}
/* 다른 제품 */
.desc_wrap .another_list_wrap h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.desc_wrap .another_list_wrap .board_list{
	padding:15px 0;
}
.desc_wrap .another_list_wrap .board_list ul{
	width:100%;
	display:inline-block;
	list-style: disc;
}
.desc_wrap .another_list_wrap .board_list ul li{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
	font-weight:600;
}
.desc_wrap .another_list_wrap .board_list ul li:last-child{
	margin-bottom:0px;
}
.desc_wrap .another_list_wrap .board_list ul li a{
	font-size:16px;
	color:#000;
	text-underline-position : under;
}
.desc_wrap .last_info{
	width:100%;
	font-size:16px;
	text-align:center;
	padding:50px 0;
}
@media (max-width: 800px) {
	.header .head_wrap{
		padding:20px;
	}
	.contents{
		padding: 20px;
	}
	.list_wrap{
		padding:5px;
	}
	.list_wrap .each_wrap{
		padding:20px;
	}
	.list_wrap .each_wrap .sub{
		font-size:20px;
	}
	.list_wrap .each_wrap .desc{
		font-size:14px;
	}
	.desc_wrap{
		padding:5px;
	}
}