	#A_Container {margin-bottom: 0; }
	#A_Container_Wrap {width: 100%; max-width: 100%; margin: 0; padding: 0;}

	.recommend {width: 60%; display: flex; flex-wrap: wrap; float: left; margin-top:20px;}
	.recommend img{width: 100%; height: 100%;}
	.recommend::after {clear: both; content: ""; display: block;}
	.recommend > p {width: 100%; font-family: 'NanumGothicExtraBold'; font-size: 20px; margin-top: 25px; margin-bottom: 15px; font-weight:800;}
	.recommend > p > span {font-size: 16px; color: #666; margin-left: 15px; vertical-align:bottom; }
	.recommend .recommend_box {width:23%; margin:0 1% 2%; overflow: hidden; height:228px; position:relative; border:1px solid #ddd;}

	.recommend .recommend_box .after_div {width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); display: flex; flex-direction: column; align-items: center; align-content: center; padding-top: 55px; opacity: 0; transition: 0.4s all ease;}
	.recommend .recommend_box:hover .after_div {opacity: 1;}
	.recommend .recommend_box .after_div > p:first-of-type {font-size: 16px; font-family:'BMDOHYEON';  color:#fff;}
	.recommend .recommend_box .after_div .line {width: 20px; height: 2px; background: #fff; margin-top: 15px; margin-bottom: 15px;}
	.recommend .recommend_box .after_div > p:last-of-type {color: #fff; font-size: 14px; text-align: center; font-weight: 300;}
	.recommend .recommend_box:nth-of-type(1) {background-size: cover;}
	.recommend .recommend_box:nth-of-type(2) {background-size: cover;}
	.recommend .recommend_box:nth-of-type(3) {background-size: cover;}
	.recommend .recommend_box:nth-of-type(4) {background-size: cover;}
	.recommend .recommend_box:nth-of-type(5) {background-size: cover; }
	.recommend .recommend_box:nth-of-type(6) {background-size: cover; }
	.recommend .recommend_box:nth-of-type(7) {background-size: cover; }
	.recommend .recommend_box:nth-of-type(8) {background-size: cover; }
	.recommend .recommend_box:nth-of-type(4n) {}

	.event {width: 39%; margin-left: 1%;float: left; margin-top:20px; overflow:hidden; }
	.event > li { float:left; height:230px; width:48%; margin-right:2%; position:relative; overflow:hidden; margin-bottom:2%; border:1px solid #ddd;}
    .event > li:nth-child(2n){margin-right:0;}
	.event::after {clear: both; content: ""; display: block;}
	.event li:nth-child(2n) .event_box{margin-right: 0}
	.event .event_box img{position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%);min-height: 100%;width: 100%; object-fit:cover; }


	.major {width: 100%; height: 100%; float: left; margin-top: 20px; margin-bottom: 15px;}
	.major >  div { display: flex; flex-wrap: wrap; }
	.major::after {clear: both; content: ""; display: block;}
	.major .major_box { cursor: pointer; position: relative; overflow:hidden; margin-right:10px; margin-bottom:10px; width:calc((100% - 50px)/6); border:1px solid #ddd; background:#fff;}
    .major .major_box:last-child{margin-right:0;}
	.major .major_box img{max-width: 100%; display:block; margin:0 auto;}
	.major .major_login {display: block;width: 100%; height: 100%; bottom: -100%; position: absolute; z-index: 5;}
	.major .major_login form {width: 100%; height: 100%; border: 1px solid;}
	.major .major_box:nth-of-type(1) {background-size: cover;}
	.major .major_box:nth-of-type(2) {background-size: cover;}
	.major .major_box:nth-of-type(3) {background-size: cover;}
	.major .major_box:nth-of-type(4) {background-size: cover;}
	.major .major_box:nth-of-type(5) {background-size: cover;}
	.major .major_box:nth-of-type(6) {background-size: cover; margin-right:0;}

	.view_more_wrap {width: 100%; text-align: right; float: left;}
	.view_more {width: 120px; background: url(../_image/main/viewmore_arrow.png) no-repeat center right; cursor: pointer; background-size: 7px;}
	.view_more > p {font-family: 'GmarketSansMedium'; font-size: 14px;}

	.product_wrap {width: 100%; padding: 70px 0 55px;}
	.product {max-width: 1410px; margin: 0 auto; display: flex; flex-wrap: wrap;}

	.section_title {width: 100%; font-family: 'NanumGothicExtraBold'; font-weight:800; font-size: 34px; line-height: 60px; border-bottom: 1px solid #000; margin-bottom: 15px;}
    .section_title02{font-size:28px;}
	.section_title > span {margin-left: 15px; line-height: 34px; color: #666;}

	/* .product .best_box {width: calc(94% / 4); margin-right: 2%; margin-bottom: 3%; float:left; box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.1); border:1px solid #FAFAFA; transition:0.2s; } */
	.product .best_box:hover .img_box,
	.product .new_box:hover .img_box,
	.product .re_box:hover .img_box{border:1px solid #ec6907; }
	.product .best_box:hover .text_box,
	.product .new_box:hover .text_box ,
	.product .re_box:hover .text_box{ background-color:#ec6907; transition:0.2s; }
	.product .best_box:hover .text_box > p,
	.product .new_box:hover .text_box > p,
	.product .re_box:hover .text_box > p { color:#fff; }
	.product .best_box:hover .text_box > span,
	.product .new_box:hover .text_box > span,
	.product .re_box:hover .text_box > span { color:#fff; }


	/* .product .best_box:nth-of-type(4n) {margin-right: 0;} */
	.product .img_box {width: 100%;  height: 330px; }
	.product .img_box img {width: 100%; height:100%; object-fit:cover; }
	.text_box {width: 100%; height:160px; padding: 30px 15px; background: #fff; text-align: center;}
	.text_box > .product_name {font-size: 16px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-break: keep-all; height:48px; font-family: 'GmarketSansBold';}
	.product .text_box > .product_price { /* font-family: 'GmarketSansMedium'; */ font-size: 18px;}
	.product .text_box > .product_price.del {text-decoration: line-through; color: #666; margin:10px 0; font-size: 16px;}
	.product .text_box > .product_salepercent {font-family: 'GmarketSansBold'; font-size: 18px; color: #ec6907;}
	.product .text_box > .product_saleprice {font-size: 20px; font-family: 'GmarketSansBold';}
	.product .text_box > .won {font-size: 20px; font-family: 'GmarketSansBold'; font-weight: 600;}
	.product .text_box .won { margin-left:3px; }

	.btn_wrap {width: 100%;}
	.btn_wrap > button {width: 180px; padding: 0px 15px; display: flex; justify-content: space-between; background: #333; margin: 0 auto; transition:0.1s; }
	.btn_wrap > button:hover { background-color:#ec6907; }
	.btn_wrap > button p {color: #fff; font-family: 'GmarketSansMedium'; font-size: 14px; margin-top: 20px; margin-bottom: 15px;}
	.btn_wrap > button img {margin-top: 3px;}

	.product .new_ad_box {width: calc(94% / 4); margin-bottom:10px; background: url("../_image/main/new_ad_box.png"); background-position:center; background-repeat:no-repeat; margin-right:30px;background-size: cover;  box-shadow: 5px 1px 6px 0px rgba(0, 0, 0, 0.05); position: relative;}
	.product .new_ad_box .after_div {width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; align-content: center; padding-top: 55px;}
	.product .new_ad_box .after_div > p:first-of-type {font-size: 20px; font-family: 'BMDOHYEON';  color: #fff;}
	.product .new_ad_box .after_div .line {width: 20px; height: 3px; background: #fff; margin-top: 15px; margin-bottom: 15px;}
	.product .new_ad_box .after_div > p:last-of-type {color: #fff;  font-size: 16px; text-align: center; font-weight: 300;}

	/* .product .new_box {width: calc((100% - 90px)/4) !important;  height:auto; display: flex; flex-direction: column; flex-wrap: wrap;  box-shadow: 5px 1px 6px 0px rgba(0, 0, 0, 0.05);  border:1px solid #FAFAFA; transition:0.2s; } */
	/* .product .new_box:last-of-type {margin-right: 0;} */
	.product .new_box > .img_box {}
	.product .new_box > .img_box img {}
	.product .new_box > .text_box { }
	.text_box > .product_name {font-size: 16px; margin-bottom: 5px; font-family:  'GmarketSansBold'; font-weight: 100;}

	.banner {width: 100%; height: 180px; background: url(../_image/main/banner_img.png) no-repeat center; text-align: center; display: flex; justify-content: center; align-items: center; align-content: center; flex-direction: column;}
	.banner p:first-of-type {font-size: 28px; font-family: 'BMDOHYEON'; color: #fff;}
	.banner p span {font-size: 28px; font-family: 'BMDOHYEON'; color: #375250;}
	.banner p:nth-of-type(2) {color: #fff; font-size: 16px; margin-top: 10px;}

	.product_section {width: 100%; margin-bottom: 40px;display: flex; flex-direction: row; flex-wrap: wrap; }
	.product_section .product_title {width: 14%; height:calc(100% - 10px); margin-right: 1%; padding: 175px 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; align-content: center; flex-direction: column;}
	.product_section .product_title > p {color: #fff; font-size: 20px; margin-top: 15px;}
	.product_section .product_title.digital {background: #f27930; border: 10px solid #f6a16f;}
	.product_section .product_title.office {background: #f59432; border: 10px solid #f8b470;}
	.product_section .product_title.living {background: #f8a531; border: 10px solid #fac06f;}

    .swiper-container.best_slide{width:100%; margin:0 ;  margin-bottom:15px;}
    .swiper-container.best_slide02{width:100%; margin:0 ;}
	.swiper-container.new_slide  { width: 100%;margin: 0; }
	.new_slide .swiper-wrapper {}
	.swiper-container {overflow-x: hidden !important; overflow-y: hidden !important; }
	.product1,
	.product2,
	.product3 {width: 100%; position: relative; }
	.product1_slide,
	.product2_slide,
	.product3_slide {width: 100%; }
	/* .product .re_box { display: block; flex-direction: column; flex-wrap: wrap;  box-shadow: 5px 1px 6px 0px rgba(0, 0, 0, 0.05);  transition:0.2s; border:2px solid #fafafa} */
	.product .re_box:last-of-type {margin-right: 0;}

	.product_section .btn_wrap {width: 100%; position: absolute; cursor: pointer; top: 40%; left: 0%; z-index: 30;  display: flex; justify-content: space-between; padding-right: 1.5%;}

	.new_slide .btn_wrap {width: 100%; position: absolute; top: 43%; z-index: 30;  display: flex; cursor: pointer; justify-content: space-between; padding-right: 7%;}
	.btn_wrap > div {width: 60px;height: 60px;border-radius: 50%;cursor: pointer;position: absolute;top: 30%;}
	.btn_wrap .prev {left: 0;transform: translate(-50%, 0);background: rgba(0, 0, 0, 0.4) url(../_image/main/slide_btn_left.png) no-repeat center;left: 40px;z-index: 9;}
	.btn_wrap .next {right:70px;transform: translate(50%, 0);background: rgba(0, 0, 0, 0.4) url(../_image/main/slide_btn_right.png) no-repeat center;z-index: 9;}
	.product{position: relative;}
	/* 여기부터 */

	/* 여기까지 메인에 복붙 */

	@media all and (max-width: 1440px) {
		.view_more_wrap {padding-right: 15px;}

		.product .best_box {height: auto; max-height: 470px;}
		.product_wrap { padding:100px 20px 50px; }

		.text_box {padding: 3% 5%;}

		.product .re_box {height: auto; max-height: 470px;}
		.product .re_box .text_box {padding-top: calc(3% + 10px);}
		.product_section .product_title {height:470px;  padding: 0;}
		.product_section .product_title > p {word-break: keep-all; font-size:	18px; text-align: center;}

		.new_slide .swiper-wrapper{width: 100%;}
		.event > li { height:18.15vw; }

		.recommend .recommend_box { height:18vw; }
		.recommend .recommend_box .after_div > p:first-of-type { font-size:14px; }
		.recommend .recommend_box .after_div .line { margin:10px 0; }
		.recommend .recommend_box .after_div > p:last-of-type { font-size:13px; }
		.recommend .recommend_box .after_div { padding-top:35px; }



	}


	@media all and (max-width: 1024px) {
		.text_box > .product_name { margin-bottom: 5px;}
		.product .best_box { width:calc(94% / 3); }
		.product .text_box > .product_price.del {font-size: 16px; margin-bottom: 0;}
		.product .text_box > .product_salepercent { }
		.product .text_box > .product_saleprice { }
		.product .img_box { height:250px; }
		.text_box { height:130px; }
		.product .best_box:nth-of-type(4n) {margin-right: 2%;}
		.product .best_box:nth-of-type(3n) {margin-right: 0;}

		.product_section .btn_wrap {padding-right: 3%;}

		.recommend{width:100%;float: none}
		.recommend .recommend_box { height:29vw; }
		.recommend .recommend_box .after_div { padding-top:8vw; }


		.major{width:100%; margin-top: 20px;}
		.major .major_box{ width: calc((100% - 30px)/4); }
        .major .major_box:nth-child(4n){margin-right:0;}
        .major .major_box:nth-child(6){margin-right:10px;}

		.event { width:100%; margin-left:0;}
		.event > li { width:23%; margin:0 1%; height:23.4vw; }
        .event > li:nth-child(2n){margin-right:1%;}
		.event li:nth-child(2n) .event_box{margin-right: 10px;}
		.event li:last-child .event_box{margin-right: 0;}

		.new_slide .btn_wrap { left:0; }
		.btn_wrap .next { right:40px; }

		.product_section .product_title {height: calc(100% - 10px); }

		.major { overflow:hidden; width:98%; margin:10px 1% 0; }
		/* .major > div { width:auto; overflow-x:scroll; white-space:nowrap; display:block; } */
		

	}



@media all and (max-width: 768px) {
	.logo_gnb {width:160px;}
	.recommend {width: 98%; float: none; margin:0 1%; margin:25px 0 35px;}
	.recommend .recommend_box { width:31.3%; height:35vw; }
	.recommend .recommend_box:nth-of-type(3n) { margin-right:0%; }
	.recommend .recommend_box:nth-of-type(4n) { margin-right:1%; }


	/* .major .major_box {min-height:60px; height:60px; } */

    /* .product .new_box{width:calc((100% - 60px)/3) !important;} */
	/* .product .new_box:last-of-type {margin-right: 0;} */
	/* .product .new_box:nth-of-type(3) {margin-right: 0%; margin-left: 2%;} */

	.banner p:first-of-type {font-size: 20px;}
	.banner p span {font-size: 20px;}


    /* .product .re_box{width:calc((100% - 60px)/3) !important;} */
	.product_section .btn_wrap > div,
	.btn_wrap > div {width: 45px; height: 45px;}

	.product .new_ad_box,
	.product_section .product_title.digital { width:200px; margin:0 15px 10px 0; }
	/* .swiper-container.new_slide,
  .product_section .product1 { width:calc(100% - 215px); margin:0; } */
	/* .text_box { height:auto; } */

	.product .img_box { height:30vw; }

	.product .best_box { width:calc(96% / 2); }
	.product .img_box { height:36vw; }
	.product .best_box:nth-of-type(2n) { margin-right:2%; }
	.product .best_box:nth-of-type(3n) { margin-right:2%; }

    .text_box > .product_name {font-size: 15px; line-height: 22px; max-height:44px;}

}

@media all and (max-width: 480px) {
	.logo_gnb {width:120px;}
	.product_wrap { padding:55px 15px 30px; }
	.section_title {font-size: 25px; display: block; line-height: 30px;}
	.recommend > p {display: block;}
	.recommend > p > span {display: block; margin-left: 0;}

	.section_title > span {display: block; margin-left: 0;}


    /* .product .new_box{width:calc((100% - 0px)/1) !important;} */
    /* .product .re_box{width:calc((100% - 0px)/1) !important;} */
	.product .new_ad_box .after_div { position:static; }

	.text_box {padding: 5% 5%;}
	.btn_wrap > button {width: 135px;}

	.product .new_ad_box,
	.new_slide .swiper-wrapper {width: 100%; margin-right:0; }

	/* .product .new_box {width: 100%; margin-right: 0;} */

    .major .major_box{ width: calc((100% - 20px)/3); }
    
    .major .major_box:nth-child(4n){margin-right:10px;}
    .major .major_box:nth-child(3n){margin-right:0px;}


	.product_section {flex-direction: column;}
	.btn_wrap .next{right: 30px;}
	.btn_wrap .prev { left:30px; }
	.product1, .product2, .product3 {width: 100%; margin-left: 0;}

	.product_section .product_title {width: 100%; margin-bottom:20px; height:150px;  }
	.product_section .product_title > p {font-size: 15px; margin-top: 5px;}

	.product .new_ad_box,
	.product_section .product_title.digital { height:200px; width:100%; }
	.product .swiper-slide .img_box { height:41vw; }

	.product_section .btn_wrap {padding: 0 5%;}
	.recommend .recommend_box {width: calc(96% / 2); height:58vw;}
    
	/* .recommend .recommend_box:nth-of-type(5) {margin-bottom: 1%;}
	.recommend .recommend_box:nth-of-type(6) {margin-bottom: 1%;} */

	.recommend .recommend_box:nth-of-type(3n) { margin-right:1%; }

	.swiper-container.new_slide { width:100%; }
	.swiper-container.new_slide .btn_wrap .prev{left:35px; }
	.swiper-container.new_slide  .btn_wrap .next{right:35px;}

	.event { width:102%; margin:0 -1%; }
	.event > li { width:48%; height:44vw; margin-bottom:2%; }
	.swiper-container.new_slide, .product_section .product1 { width:100%; }
    .product .text_box > .product_salepercent {font-size: 14px;}
    .product .text_box > .product_saleprice {font-size: 14px;}
    .product .text_box > .won {font-size: 14px;}
}
