﻿@charset "utf-8";
/* CSS Document */

html {
	font-size: 10px;
	box-sizing: border-box;
}

body {
	box-sizing: border-box;
	word-break: keep-all;
	position: relative;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1.6rem;
	line-height: 160%;
	color: #787878;
}

body h1 {
	font-size: 4.2rem;
}
body h2 {
	font-size: 3.6rem;
}
body h3 {
	font-size: 3.2rem;
}
body h4 {
	font-size: 2.7rem;
}
body h5 {
	font-size: 2.4rem;
}
body h6 {
	font-size: 2.2rem
}
body p,
body li,
body dt {
	font-size: 1.6rem;	
}
body .bigP {
	font-size: 1.8rem;	
}
body .largeP {
	font-size: 1.7rem;	
}
body .smallP {
	font-size: 1.5rem;	
}

body .tinyP {
	font-size: 1.4rem;	
}


h2, h3, h4, h5, h6 {
	font-weight: 700;
}

a:hover {
	color: #005801;	
}

.inner1 {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.blind {
	display: none !important;
}
body .green {
	background-color: #284833 !important;
}
body .green_txt {
	color: #284833 !important;
}


#top_zone {
	padding: 3rem 0;	
}
#top_zone .inner1 {
	display: flex;
	align-items: center;
}
#top_zone .inner1 .logo {
	background-image: url(../../main/images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 18.1rem;
	height: 6.2rem;
	display: block;
}
#top_zone .inner1 #search {
	width: 39.4rem;
	height: 4.6rem;
	background-color: #fff;
	padding: 0px;
	margin: 0.8rem 0 0 22.2rem;
	display: flex;
	justify-content: space-between;
}
#top_zone .inner1 #search input.k-textbox {
	width: calc(100% - 5.5rem);
	height: 100%;
	font-size: 1.4rem;
	color: #666;
	border: 0.2rem solid #284833;
	border-radius: 0;
	margin: 0;
	outline: none;
}
#top_zone .inner1 #search .ui.button.green {
	width: 5.5rem;
	height: 100%;
	border-radius: 0;
	margin: 0;
	background-image: url(../../main/images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu_zone {
	border-top: 0.1rem solid rgba(0, 0, 0, 0.2);	
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
#menu_zone .inner1 {
	display: flex;
	justify-content: space-between;
}
#menu_zone .inner1 #gnb {
	width: calc(100% - 26rem);
	display: flex;
	justify-content: space-around;
	padding-right: 60px;
}
#menu_zone .inner1 #gnb a {
	padding: 1.5rem;
	display: block;
	color: #333;
	font-weight: 500;
	position: relative;
}
#menu_zone .inner1 #gnb a:hover {
	text-decoration: none;
}
#menu_zone .inner1 #gnb a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5rem;
    bottom: -0.1rem;
    left: 0;
    background-color: #284833;
    visibility: hidden;
    border-radius: 0.5rem;
    transform: scaleX(0);
    transition: .25s linear;
}
#menu_zone .inner1 #gnb a:hover:before,
#menu_zone .inner1 #gnb a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
#menu_zone .inner1 .malgeun {
	width: 12rem;
	padding: 1.5rem 1rem;
	display: block;
	background-image: url(../../main/images/malgeun_menu.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#menu_zone .inner1 .souvenir {
	width: 11rem;
	padding: 1.5rem 1rem;
	display: block;
	background-image: url(../../main/images/souvenir_menu.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#m_gnb {
	display: none;	
}

/******** 슬라이드 CSS ********/
#slide_zone {
	position: relative;	
}
#slide_zone .swiper-slide {
	background-color: #eeebe6;
}
#slide_zone .swiper-slide img {
	display: block;
	margin: 0 auto;	
}

#slide_zone .slide_pre,
#slide_zone .slide_next,
#malgeun_list .slide_pre,
#malgeun_list .slide_next {
	position: absolute;
	width: 4.8rem;
	height: 4.8rem;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}
#slide_zone .slide_pre,
#malgeun_list .slide_pre {
	left: 10rem;
	background-image: url(../../main/images/prev.png);
}
#slide_zone .slide_next,
#malgeun_list .slide_next {
	right: 10rem;
	background-image: url(../../main/images/next.png);
}
#slide_zone .swiper-pagination { 
	text-align: left;
	transform: translate(-50%, 0px);
	z-index: 10;
	height: 2rem;
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: auto;
}
#slide_zone .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 0.2rem;
	width: 1.4rem;
	height: 1.4rem;
	padding: 0;
	border-radius: 1rem;
	background-color: #aaa;
	opacity: 1;
}
#slide_zone .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 4.5rem;
	background-color: #b41c11;
}

/****** 공지사항 CSS ********/
#news_ticker {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
    margin-bottom: 8rem;
}
#news_ticker .inner1 {
	display: flex;
	align-item: center;
	justify-content: space-between;
}
#news_ticker .inner1 p.smallP {
	width: 8rem;
	padding: 2rem;
	border-left: 0.1rem solid rgba(0, 0, 0, 0.2);
	border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #333;
}
#news_ticker .inner1 .newsticker_list {
	width: calc(100% - 20rem) ;
	margin: 1.8rem 2rem;
}
#news_ticker .inner1 .newsticker_list li a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	border-bottom: 0.1rem dotted rgba(0, 0, 0, 0);
}
#news_ticker .inner1 .newsticker_list li a:hover {
	border-bottom: 0.1rem dotted rgba(0, 0, 0, 0.3);
}
#news_ticker .inner1 .newsticker_list li .tit {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	color: #333;
	font-weight: 500;
	margin-right: 2rem;
	max-width: 50rem;
}
#news_ticker .inner1 .newsticker_list li .news_date {
	width: 8rem;
	color: #999;
	font-weight: 300;
	display: inline-block;
}
#news_ticker .inner1 .swiper_pagination {
	color: #999;
	width: 8rem;
	padding: 2rem;
}
#news_ticker .inner1 .swiper_btn {
	border-left: 0.1rem solid rgba(0, 0, 0, 0.2);
	border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
	width: 4rem;
	display: flex;
	flex-wrap: wrap;
}
#news_ticker .inner1 .btn_prev {
	cursor: pointer;
	color: #333;
	width: 100%;
	text-align: center;
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
#news_ticker .inner1 .btn_next {
	cursor: pointer;
	color: #333;
	width: 100%;
	text-align: center;
}
#news_ticker .inner1 .btn_prev .icon,
#news_ticker .inner1 .btn_next .icon {
	margin: 0;
}

/****** 아산맑은 상품 CSS ********/
.malgeun_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12rem;
	border: 0.5rem solid #005801;
}
.malgeun_info .malgeun_logo {
	width: calc(100% - 20rem);
	padding: 4rem 4rem 4rem 29rem;
	background-image: url(../../main/images/malgeun_logo.png);
	background-position: 4rem center;
	background-repeat: no-repeat;
	text-align: left;
}
.malgeun_info .malgeun_logo p.largeP{
	background-color: #005801;
	display: inline-block;
	color: #fff;
	border-radius: 2.5rem;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	padding: 1rem 2rem;
	font-weight: 500;
	letter-spacing: -0.1rem;
}
.malgeun_info .malgeun_logo h5 {
	font-weight: 700;
	color: #005801;
	margin-bottom: 0.5rem;
	letter-spacing: -0.1rem;
}
.malgeun_info .malgeun_logo p {
	font-weight: 500;
	color: #005801;
}
.malgeun_info .more {
	width: 7.5rem;
	background-color: #005801;
	background-image: url(../../main/images/big_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
#malgeun_list {
	margin-bottom: 8rem;
	position: relative;
}
#malgeun_list .malgeun_box {
	max-width: 120rem;
	overflow: hidden;
	margin: 0 auto;
}
#malgeun_list .malgeun_box .item {
	overflow: hidden;
	padding-top: 0.6rem;
}
#malgeun_list .malgeun_box .item dl {
	padding: 0;
    transition: transform 0.3s ease;
}
#malgeun_list .malgeun_box .item dl:hover {
    transform: translateY(-0.6rem);
}
#ma
#malgeun_list .malgeun_box .item dd,
#malgeun_list .asanfarm_list .item dd {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
#malgeun_list .malgeun_box .item dt,
#malgeun_list .asanfarm_list .item dt {
	width: 100%;
	padding: 2rem 0;
	margin: 0;
}
#malgeun_list .malgeun_box .item dd img,
#malgeun_list .asanfarm_list .item dd img {
	z-index: 1;
	width: 100%;
	hight: 100%;
	transition: all 0.3s ease-in-out;
}
#malgeun_list .malgeun_box .item dt .tit,
#malgeun_list .asanfarm_list .item dt .tit {
	color: #333;
	font-weight: 500;
	display: block;	
}
#malgeun_list .malgeun_box .item dt .comName,
#malgeun_list .asanfarm_list .item dt .comName {
	color: #888;
	display: block;
	margin-bottom: 1rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#malgeun_list .malgeun_box .item dt .price,
#malgeun_list .asanfarm_list .item dt .price {
	color: #b41c11;
	font-weight: 500;
	display: block;	
}
#malgeun_list .malgeun_box .item dt .soldout,
#malgeun_list .asanfarm_list .item dt .soldout {
    display: block;
    background-color: #333;
    color: #fff;
    padding: 0.3rem 0 0.5rem;
    text-align: center;
    width: 5rem;
    font-size: 1.4rem;
	line-height: 120%;
	margin-top: 0.5rem;
	border-radius: 0.5rem;
}
#malgeun_list .inner1 + .malgeun_box {
	margin-top: 1.4rem;	
}
#malgeun_list .inner1 + .inner1 {
	margin-top: 2rem;	
}
#malgeun_list .inner1 h2 {
	color: #333;
	letter-spacing: -0.2rem;
}
#malgeun_list .inner1 .more {
	position: absolute;
	top: 2rem;
	right: 0;
}

/******** HOT링크 CSS *******/
.hotlink {
	max-width: 120em;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 12rem 0;
}
.hotlink .item {
	flex: 1 1 calc(25% - 2rem);
    box-sizing: border-box;
	color: #fff;
	background-color: #4d8562;
	padding: 3rem 4rem;
	background-image: url(../../main/images/middle_arrow.png);
	background-position: 25rem center;
	background-repeat: no-repeat;
}
.hotlink .item:hover {
	background-color: #284833;
	transition: bakcground-color 0.5s ease;
}
.hotlink .item .type {
	color: #4d8562;
	background-color: #fff;
	padding: 0.4rem 2rem;
	display: inline-block;
	border-radius: 1.5rem;
	line-height: 120%;
	margin-bottom: 2rem;
}
.hotlink .item h6 {
	margin-bottom: 0.5rem;	
}
.hotlink .item:hover h6 {
	text-decoration: underline;	
}
.hotlink .item p {
	font-weight: 300;	
}

/*******상품리스트 ******/
#malgeun_list .asanfarm_list {
	max-width: 120rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#malgeun_list .asanfarm_list .item {
    flex: 1 1 calc(25% - 2rem);
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

#malgeun_list .asanfarm_list .item:hover {
    transform: translateY(-0.6rem);
}
#malgeun_list .asanfarm_list .item dl {
	width: 100%;	
}

/******* FOOTER CSS ******/
footer {
	background-color: #35383d;
	padding: 6rem 0;	
}
footer .inner1 {
    padding: 1rem 0 0 30rem;
	height: 6rem;
	display: flex;
	align-items: center;
    background-image: url(../../main/images/footer_logo.png);
    background-repeat: no-repeat;
    background-position: 3rem center;
}
footer .inner1 p {
	color: #fff;
	font-weight: 300;
	margin: 0.2rem 0;
}
footer .inner1 p .bar {
	position: relative;
	display: inline-block;
	padding-top: 0;
}
footer .inner1 p .bar:after {
	content: "/";
	margin: 0 1rem;	
}
footer .inner1 p .bar:last-child:after {
	display: none;	
}


.sub_tit {
	text-align: center;
	margin: 6rem auto;	
}
.sub_tit h1 {
	font-weight: 500;
	color: #333;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	position: relative;
}
.sub_tit h1:before {
	content: "";
	width: 3.8rem;
	height: 0.3rem;
	background-color: #996b56;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.product {
	border: 0.1rem solid rgba(0, 0, 0, 0.2);
	border-radius: 1.5rem;
	padding: 6rem;
	margin: 6rem auto;
}
/*.product .product_head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8rem;
	gap: 8rem;
}
.product .product_head .product_img {
    flex: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

.product .product_head .product_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.3s ease-in-out;
}
.product .product_head .product_img img:hover {
    transform: scale(1.05);
}
.product .product_head .product_info {
	flex: 1;
}
.product .product_head .product_info h3 {
    margin-bottom: 2rem;
    letter-spacing: -0.2rem;
	color: #005801;
	font-weight: 500;
}
.product .product_head .product_info .ui.table {
	margin: 1rem 0 2rem 0;
}
.product .product_head .product_info .ui.table td,
.product .product_head .product_info .table th {
	padding: 1rem;
	text-align: center;
}
.product .product_head .product_info .ui.table th {
	background-color: #f4f4f4;	
}

.product .product_head .product_info .soldout {
    background-color: #ffe5e9;
    color: #b41c11;
    font-size: 1.6rem;
    text-align: center;
    line-height: 4.8rem;
    border: 0.1rem solid  #b41c11;
    display: block;
    margin-top: 2rem;
}
.product .product_head .product_info .ui.button.green.big {
	font-size: 1.8rem;
	padding: 1.5rem 3rem;
	font-weight: 500;
	border-radius: 0;
}
.product .product_head .product_info .btn + .btn {
	display: inline-block;
	margin-top: 0.5rem;	
}*/
.product .product_head {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 8rem;
    margin-bottom: 8rem;
}

/* 이미지 영역 */
.product .product_head .product_img {
    flex: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    /* 일관된 높이를 위해 비율 지정 (필요시 4/3 → 16/9 또는 1/1로 조정) */
    aspect-ratio: 4 / 3;
}

.product .product_head .product_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;          /* 꽉 채우기, 비율 유지 */
    object-position: center top;/* 상단 기준으로 크롭 (맨 위 정렬) */
    border-radius: inherit;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}
.product .product_head .product_img img:hover {
    transform: scale(1.05);
}

/* 정보 영역 */
.product .product_head .product_info {
    flex: 1;
    min-width: 0;               /* overflow 계산 안전장치 */
}

.product .product_head .product_info h3 {
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
    color: #005801;
    font-weight: 500;
    line-height: 1.25;
}

/* 표 (가로 스크롤 허용) */
.product .product_head .product_info .ui.table {
	margin: 1rem 0 2rem 0;
}
.product .product_head .product_info .ui.table td,
.product .product_head .product_info .table th {
	padding: 1rem;
	text-align: center;
}
.product .product_head .product_info .ui.table th {
	background-color: #f4f4f4;	
}

/* 상세 리스트 */
.product .product_head .product_info ul {
    margin-bottom: 3rem;
}
.product .product_head .product_info li {
    position: relative;
    padding-left: 11rem;
    margin-bottom: 0.5rem;
}
.product .product_head .product_info li .tit {
    position: absolute;
    left: 1.5rem;
    top: 0;
    font-weight: 500;
}

/* 버튼/배지 */
.product .product_head .product_info .ui.button.green.big {
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
    font-weight: 500;
    border-radius: 0;
}
.product .product_head .product_info .btn + .btn {
    display: inline-block;
    margin-top: 0.5rem;
}
.product .product_head .product_info .soldout {
    background-color: #ffe5e9;
    color: #b41c11;
    font-size: 1.6rem;
    text-align: center;
    line-height: 4.8rem;
    border: 0.1rem solid #b41c11;
    display: block;
    margin-top: 2rem;
}
.product .product_con {
	text-align: center;	
}
.product .product_con p,
.product .product_con p img {
	width: 100%;	
}


@media (max-width: 1299px) {
	.inner1 {
		padding: 0 2rem;	
	}
	#malgeun_list .inner1 .more {
		right: 2rem;
	}
	.product {
		padding: 5rem;
	}
	.product .product_head {
		gap: 6rem;
	}
}

@media (max-width: 1199px) {
	body h1 {
		font-size: 3.6rem;
	}
	body h2 {
		font-size: 3.2rem;
	}
	body h3 {
		font-size: 2.7rem;
	}
	body h4 {
		font-size: 2.4rem;
	}
	body h5 {
		font-size: 2.2rem;
	}
	body h6 {
		font-size: 2.0rem
	}
	
	#top_zone {
    	padding: 2rem 0;
	}
	#top_zone .inner1 .logo {
		width: 14.5rem;
		height: 5rem;
		display: block;
	}
	#top_zone .inner1 #search {
		max-width: 39.4rem;
		margin: 0px calc((100% - 39.4rem)/2) 0px calc((100% - 53.9rem)/2);
	}
	#menu_zone {
		display: none;	
	}
	#slide_zone .slide_pre,
	#malgeun_list .slide_pre,
	#slide_zone .slide_next,
	#malgeun_list .slide_next {
		display: none;
	}
	
	/****** 모바일 메뉴 CSS *******/
	#m_gnb {
		display: block;
		z-index: 1000;
		position: absolute;
		right: 2rem;
		top: 3.3rem;
	}
	#menuToggle {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
	}
	#menuToggle a {
		color: #333;
	}
	#menuToggle input {
		display: block;
		width: 4rem;
		height: 3.2rem;
		position: absolute;
		top: 0rem;
		left: 0rem;
		cursor: pointer;
		opacity: 0;
		z-index: 2;
		-webkit-touch-callout: none;
	}
	#menuToggle span {
		display: block;
		width: 3rem;
		height: 0.4rem;
		margin-bottom: 0.4rem;
		position: relative;
		background: #787878;
		border-radius: 0.3rem;
		z-index: 1;
		transform-origin: 0.4rem 0;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				    opacity 0.55s ease;
	}
	#menuToggle span:first-child {
		transform-origin: 0% 0%;
	}
	
	#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}
	#menuToggle input:checked ~ span  {
		opacity: 1;
		transform: rotate(45deg) translate(-0.2rem, -0.1rem);
		background: #232323;
	}
	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	#menuToggle  input:checked ~ span:nth-last-child(2) {
		transform: rotate(-45deg) translate(0, -0.1rem);
	}
	#menuToggle input:checked ~ ul {
		transform: none;
	}
	#menu {
		position: fixed;
		width: 30rem;
		height: 100%;
		margin: -5.7rem 0 0 -23rem;
		padding: 8rem 4rem 4rem 4rem;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(100%, 0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		background-color: #f7f7f7;
		background-image: url(../../main/images/logo.png);
		background-repeat: no-repeat;
		background-position: 3rem 2rem;
		background-size: 13rem;
	}
	#menu li {
		border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
	}
	#menu li a {
		width: 100%;
		font-size: 1.5rem;
		display: block;
		padding: 10px 0;
	}
	#menu li a:hover {
		text-decoration: none;	
	}
	#menu .malgeun {
		width: 100%;
		margin-top: 3rem;
		padding: 1.5rem 2rem;
		display: block;
		background-image: url(../../main/images/malgeun_menu.png);
		background-position: left center;
		background-repeat: no-repeat;
		border-bottom: none;
	}
	#menu .souvenir {
		width: 100%;
		margin-top: 0;
		padding: 1.5rem 2rem;
		display: block;
		background-image: url(../../main/images/souvenir_menu.png);
		background-position: left center;
		background-repeat: no-repeat;
		border-bottom: none;
	}
	#slide_zone .swiper-slide img {
		width: 100%;
	}
	
	#malgeun_list .malgeun_box {
		padding: 0 2rem;
		overflow: hidden;
	}
	#malgeun_list .malgeun_box .item dl {
		padding: 0 1rem;
	}
	#news_ticker,
	#malgeun_list,
	.malgeun_info {
		margin-bottom: 6rem;
	}
	
	.hotlink {
		margin: 6rem 0px;
	}
	.hotlink .item {
		width: 49%;
		padding: 2rem 3rem 2rem 2rem;
		margin-bottom: 2rem;
		background-position: 90% center;
	}
	.malgeun_info .malgeun_logo {
		width: calc(100% - 6rem);
		padding: 30px 30px 30px 170px;
		background-position: 20px center;
		background-size: 120px;
	}
	.malgeun_info .malgeun_logo p.largeP {
		border-radius: 2rem;
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
		padding: 0.8rem 2rem;
	}
	.malgeun_info .more {
		width: 6rem;
		background-size: 2rem;
	}
	
	.hotlink .item,
    #malgeun_list .asanfarm_list .item {
        flex: 1 1 calc(33.333% - 2rem);
    }
	
	.sub_tit {
		border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
    	margin: 0 auto;
		padding: 4rem 0;
	}
	.product {
		margin: 0 auto;
	}
	.product .product_head {
        gap: 4rem;
        margin-bottom: 6rem;
    }
    .product .product_head .product_info .ui.button.green.big {
        font-size: 1.6rem;
        padding: 1.2rem 2.4rem;
    }
}
@media (max-width: 1023px) {
	body h1 {
		font-size: 3.2rem;
	}
	body h2 {
		font-size: 2.7rem;
	}
	body h3 {
		font-size: 2.4rem;
	}
	body h4 {
		font-size: 2.2rem;
	}
	body h5 {
		font-size: 2.0rem;
	}
	body h6 {
		font-size: 1.8rem
	}
	body p,
	body li,
	body dt {
		font-size: 1.5rem;	
	}
	body .bigP {
		font-size: 1.7rem;	
	}
	body .largeP {
		font-size: 1.6rem;	
	}
	body .smallP {
		font-size: 1.4rem;	
	}
	body .tinyP {
		font-size: 1.3rem;	
	}
	
	.hotlink .item,
    #malgeun_list .asanfarm_list .item {
        flex: 1 1 calc(50% - 2rem);
    }
	
	.product {
        padding: 3rem;
    }
	.product .product_head {
        gap: 4rem;
    }
	
	.product .product_head {
        gap: 3rem;
    }
    .product .product_head .product_info li {
        padding-left: 9rem;
    }
	.product + .txtCenter {
		margin-top: 3rem;
	}
}
@media (max-width: 767px) {
	body h1 {
		font-size: 2.7rem;
	}
	body h2 {
		font-size: 2.4rem;
	}
	body h3 {
		font-size: 2.2rem;
	}
	body h4 {
		font-size: 2rem;
	}
	body h5 {
		font-size: 1.8rem;
	}
	body h6 {
		font-size: 1.7rem
	}
	body p,
	body li,
	body dt {
		font-size: 1.4rem;	
	}
	body .bigP {
		font-size: 1.6rem;	
	}
	body .largeP {
		font-size: 1.5rem;	
	}
	body .smallP {
		font-size: 1.3rem;	
	}
	body .tinyP {
		font-size: 1.2rem;	
	}
	
	#top_zone {
		padding: 2rem 0px;
	}
	#m_gnb {
		right: 2rem;
		top: 3rem;
	}
	#menu {
		background-size: 12rem;
	}
	#top_zone .inner1 .logo {
		width: 11.6rem;
		height: 4rem;
	}
	#top_zone .inner1 {
		flex-wrap: wrap;	
	}
	#top_zone .inner1 #search input.k-textbox {
		width: calc(100% - 5.5rem);
		height: 100%;
	}
	#top_zone .inner1 #search .ui.button.green {
		width: 5.5rem;
		background-size: 2.2rem;
	}

	
	.malgeun_info .malgeun_logo {
		width: calc(100% - 5rem);
		padding: 2rem 2rem 2rem 13rem;
		background-position: 1.5rem center;
		background-size: 10rem;
	}
	.malgeun_info .malgeun_logo p.largeP {
        border-radius: 99.9rem;
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        padding: 0.8rem 1rem;
    }
	.malgeun_info .more {
		width: 5rem;
		background-size: 1.5rem;
	}
	.malgeun_info .malgeun_logo h5 {
		font-size: 1.6rem;
		letter-spacing: 0rem;
	}
	
	.hotlink .item {
		padding: 2rem 3rem 2rem 2rem;
		margin-bottom: 0;
		background-position: 95% center;
	}
	.hotlink .item h6 {
		margin-bottom: 0.2rem;
		font-weight: 500;
		letter-spacing: -0.1rem;
	}
	.hotlink .item .type {
		margin-bottom: 1.5rem;
	}
	
	#news_ticker, #malgeun_list, .malgeun_info {
        margin-bottom: 4rem;
    }
	
	
	#malgeun_list .inner1 .more {
		top: 0;
		right: 2rem;
	}
	#top_zone .inner1 #search {
		width: 100%;
		max-width: 100%;
		margin: 2rem 0px 0px 0px;
	}
	.malgeun_info .malgeun_logo p {
		display: none;	
	}
	#malgeun_list .malgeun_box .item dt,
	#malgeun_list .asanfarm_list .item dt {
		padding: 1rem 0px;
	}
	
	
	#news_ticker .inner1 p.smallP {
		width: 6rem;
		line-height: 2.4rem;
		padding: 1.5rem;
		text-align: center;
	}
	#news_ticker .inner1 .newsticker_list {
		width: calc(100% - 12rem);
		margin: 1.5rem 1rem;
	}
	#news_ticker .inner1 .swiper_pagination {
		width: 6rem;
		padding: 1.5rem;
	}
	#news_ticker .inner1 .swiper_btn {
		width: 3rem;
	}
	
	#slide_zone .swiper-pagination,
	#news_ticker .inner1 .newsticker_list li .news_date.tinyP {
		display: none;	
	}
	
	#malgeun_list .asanfarm_list {
		gap: 1rem;
	}
	
	footer {
		padding: 3rem 0px;
	}
	footer .inner1 {
		padding: 7rem 2rem 2rem 2rem;
		height: auto;
		background-position: center 0rem;
		background-size: 14rem;
	}
	footer .inner1 div {
		margin: 0 auto;	
	}
	footer .inner1 p .bar {
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	footer .inner1 p .bar:after {
		display: none;	
	}

	.sub_tit {
		padding: 3rem 0;
	}
	.product {
        padding: 0;
		border: none;
    }
	.product .product_head {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 4rem;
    }
    .product .product_head .product_img {
        width: 100%;
        border-radius: 0;
    }
    .product .product_head .product_info h3 {
        margin-top: 0.5rem;
        font-size: 2rem;
    }
    .product .product_head .product_info li {
        padding-left: 8rem;
    }
    .product .product_head .product_info .ui.button.green.big {
        width: 100%;
        text-align: center;
    }
	.product .product_head .product_info .ui.table colgroup {
		display: none;	
	}
	.product .product_head .product_info .ui.table:not(.unstackable) tr {
		padding: 0px;
	}
	.product .product_head .product_info .ui.table td,
	.product .product_head .product_info .table th {
		padding: 1.5rem;
		text-align: left;
	}
}
@media (max-width: 480px) {
    .product .product_head {
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    .product .product_head .product_info h3 {
        font-size: 1.8rem;
    }
    .product .product_head .product_info ul {
        margin-bottom: 2rem;
    }
    .product .product_head .product_info li {
        padding-left: 7rem;
        margin-bottom: 0.4rem;
        font-size: 1.4rem;
    }
    .product .product_head .product_info li .tit {
        left: 1rem;
    }
    .product .product_head .product_info .soldout {
        font-size: 1.4rem;
        line-height: 4.4rem;
    }
}

/* 사용자가 모션 줄이기 설정 시 hover 축소 */
@media (prefers-reduced-motion: reduce) {
    .product .product_head .product_img img {
        transition: none;
    }
    .product .product_head .product_img img:hover {
        transform: none;
    }
}