@charset "utf-8";

/* 터치 스크린에서만 적용할 스타일 */
@media (pointer: coarse) {
	.gnb-ctg-list .has-sub > a,
	.category-breadcrumb .link-item {pointer-events:none;}
}


/* Landscape tablet */
@media (max-width: 1024px) {
	body {font-size:15px;}	

	/* header */
	.gnb-ctg-a11y {display:block !important;}

	.gnb > ul {gap:20px;}

	/* main */
	.doc-btn a {height: 50px; min-width: 160px;}



	/* footer */
	#footer {font-size:14px;}
	.scroll-top {right:16px; bottom:16px;}


	/* sub layout */


	/* content */


	/* board */
	.input {padding:5px 14px; height:40px;}
	textarea.input {padding:12px 14px;}

	.board-search .search input.input {width:240px;}

	.board-list colgroup col {width:auto !important;}
	.board-list table thead th {font-size:15px;}
	.board-list table tbody td {font-size:15px;}

	.gallery-list ul li .tit {font-size:15px;}

	.news-list .thumb {width:200px;}
	.news-list .tit {font-size:17px;}
	.news-list .txt {font-size:14px;}
	.news-list .date {font-size:13px;}

	.calendar-head h3 {font-size:28px; margin:0 30px;}
	.calendar-head .cal-btn {width:40px; height:40px;}
	.calendar table th {font-size:15px;}
	.calendar table td {height:110px; font-size:14px;}
	.calendar ul li:before {top:7px;}

	.board-white table {font-size:15px;}

	.board-form table {font-size:15px;}

	.files-upload-text .upfiles-alt {font-size:14px;}

	.board-view-tit {padding:14px 6px;}
	.board-view-tit h3 {font-size:18px;}
	.board-view-info {padding:13px 6px; font-size:13px;}
	.board-view-cnt {padding:15px 6px 40px;}

	.board-prev-next {font-size:14px;}

	.btn-pack.medium {height:40px; padding:0 16px;}
	.btn-pack.large {min-width:140px; height:50px;}

	.product-list ul li {width:25%;}
	.product-list ul li .tit {font-size:15px;}
	.product-image {width:350px;}
	.product-info .tit {font-size:25px;}

	.store-search {padding:22px 5%;}
	.store-search .map-area {width:280px;}
	.store-search .map-img .local {padding:0 10px; font-size:13px; line-height:22px;}

	.result-group .gall li {width:25%;}

	/* member */

	/* shop */
	.goods-list-area .gs-items {grid-template-columns: repeat(3, 1fr);}

	.goods-detail-sidebar {max-width:260px;}

	.mypage-nav {width:180px; margin-right:30px;}
	
} 

/* portrait tablet */
@media (max-width: 900px) {	
	:root {
		--header-height: 70px;
		--gs-tab-height: 50px;
		--space-container : 30px;
	}

	.only-desktop {display:none;}
	.only-tablet {display:block;}

	/* header */

	#header {position:sticky; top:0; transition:.2s;}
	#sub #header {border-bottom:0;}
	.page-scroll-down #header {-webkit-transform:translateY(-100%); transform:translateY(-100%);}
	.sitelogo {position:absolute; top:50%; left:50%; margin:0; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}	
	.util {display:none;}
	.top-links .show-mobile {display:block;}
	.top-links .hidden-mobile {display:none;}
	.gnb-wrap {display:none;}

	.top-search {display:none; position:absolute; top:0; left:0; width:100%; height:100%; padding:10px var(--space-container); background:#fff; z-index:200;}
	.top-search .form {height:100%;}
	.top-search form {display:flex; align-items:center; height:100%;}
	.top-search .inner {width:100%;}
	.top-search .close {display:block;}
	.search-opened .top-search {display:block;}

	.btn-m-menu {display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px;}


	/* main */
    .main-visual .controls {bottom: 20px;}

    .goods-item-slider .slide-btn.next {right: -20px;}
    .goods-item-slider .slide-btn.prev {left: -20px;}







	/* footer */
    .foot-grid {flex-wrap:wrap;}
    .foot-nav {width: 100%;}
    .foot-grid .foot-nav ul {text-align: left; display: flex;}
    .foot-cs {order:2;}
    .foot-grid .foot-info {flex: 1; order: 3;}





	/* layout */
	.sub-title {padding:20px 0;}
	.sub-title h1 {font-size:22px;}

	/* content */
    .greetings .txt-wrap {display: block;}
    .greetings .txt-wrap .tit {width: 100%; margin-bottom: 30px;}
    .greetings-info {flex-wrap:wrap;}
    .greetings-info .item {width: 50%; padding:15px;}

    .vision .item {display: block;}
    .vision .item .cnt {margin-top:20px;}
    .vision .item .cnt br {display: none;}



	/* board */	
	.gallery-list ul {margin:0 -10px;}
	.gallery-list ul li {width:33.33333333%; padding:0 10px;}

	.event-list ul li {width:50%;}

	.store-search {padding:30px; margin-bottom:30px;}
	.store-search .map-area {display:none;}
	.store-search .search-area h3 {text-align:center; margin-bottom:30px;}

	/* member */
	
	


	/* shop */
	.goods-list-wrap {display:block;}
	.goods-filter-area {position:fixed; top:0; right:0; width:270px; height:100%; z-index:120; background:#fff; transition:.2s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%);}
	.goods-filter-area form {position:relative; height:100%;}
	.filter-wrap {display:flex; flex-direction:column; height:100%;}
	.filter-header {display:block;}
	.filter-body {flex:1 1 auto; min-height:0; height:1%; overflow:auto; padding:0 16px;}
	.filter-group {border-top:1px solid #e5e5e5;}
	.filter-group.hidden-mobile {display:none;}
	.filter-group.hidden-mobile + .filter-group {border-top:0;}
	.filter-title h3 {font-size:15px;}
	.filter-btns {display:flex; gap:6px; padding:10px 16px;}
	.btn-filter-submit {display:block;}
	.btn-filter-reset {height:42px; padding:0 15px; border:1px solid #ccc; border-radius:4px; opacity:.7;}	

	html.filter-opened {overflow:hidden;}
	html.filter-opened .goods-filter-area {-ms-transform:translateX(0); transform:translateX(0);}
	html.filter-opened .mobile-overlay {display:block;}

	.goods-list-wrap .filter-button {display:inline-flex; align-items:center;}
	.goods-list-wrap .goods-sort .total {display:none;}
	.goods-list-area {border-top:0; padding-top:0;}

	.sort-item .toggle-button {font-size:14px;}	

	.gs-items {grid-template-columns: repeat(3, 1fr);}

	.goods-info .hidden-mobile {display:none;}
	
	.gs-selling-info {font-size:14px;}
	.gs-selling-info dt {width:80px;}


	.goods-detail-wrap {display:block;}
	.goods-detail-content {width:100%; margin:0;}
	#goodsDetail.gs-content {margin-top:60px;}

	.goods-view-tab {margin:-2px calc(0px - var(--space-container)) 0; width:calc(100% + (var(--space-container) * 2));}
	.goods-view-tab ul li a {font-size:15px;}
	.page-scroll-up .goods-view-tab {top:calc(var(--header-height) - 1px);}

	.goods-detail-sidebar {position:fixed; top:0; left:0; z-index:200; width:100%; max-width:100%; height:100%; background:none; transition:background .4s; pointer-events:none;}	
	.gs-selling-option {position:fixed; top:auto !important; left:0; bottom:0; width:100%; height:auto !important; max-height:80vh; padding:50px var(--space-container) 16px; background:#fff; border-radius:30px 30px 0 0; transition:transform .2s ease-in-out; transform:translateY(100%);}
	.goods-detail-sidebar.active {display:block;  background:rgba(0,0,0,.4); pointer-events:auto;}
	.goods-detail-sidebar.active .gs-selling-option {transform:translateY(0);}

	.gs-selling-handle {display:block; position:absolute; top:0; left:0; width:100%;}
	.gs-selling-handle:after {content:''; display:block; width:40px; height:6px; margin:16px auto; background:#ddd; border-radius:10px;}

	.goods-float-button {display:block;}	

	.mypage-wrap {flex-direction:column;}
	.mypage-nav {display:none; order:10; width:100%; margin:0;}
	.mypage-nav .hidden-mobile {display:none;}
	.mypage-nav-group h2 {display:none;}
	.mypage-content {width:100%;}

	#mypage.mypage-wrap .mypage-nav {position:static; display:block;}
	.mypage-content .hidden-mobile {display:none;}

	.mypage-heading {}
	.mypage-heading h2 {text-align:center;}
	.mypage-heading .back-page {display:block; position:absolute; top:50%; left:0; margin-top:-12px;}
} 

/* Landscape phone */
@media (max-width: 640px) {
	:root {
		--header-height: 50px;

		--space-container: 16px;
	}

	body {font-size:14px;}
	.only-desktop-tablet {display:none;}
	.only-tablet {display:none;}
	.only-mobile {display:block;}

	/* header */
	.btn-m-menu {padding:6px; margin-left:-6px; gap:5px;}

	.top-links {gap:10px;}
	.top-links .link-item svg {width:22px;}
	

	/* main */
	.main-visual .ctrl {width:20px; height:20px;}
	.main-visual .ctrl svg {width:16px;}

	.main-heading {margin-bottom:12px;}
	.main-heading h2 {font-size:22px;}

	.main-md-banner .swiper {border-radius:0;}

    .main-heading.btn-flex {display: block;}
    .main-heading.btn-flex h2 {margin-bottom: 10px;}


	/* footer */
	#footer {padding:30px 0; font-size:13px;}
	.foot-nav ul {gap:10px 16px;}

	.foot-cs h3 {font-size:16px;}
	.foot-cs .wrap {flex-direction:column; align-items:flex-start; gap:10px;}

	.scroll-top {width:42px; height:42px;}


	/* layout */
	.sub-title {padding:16px 0;}
	.sub-title h1 {font-size:20px;}
	.sub-title h2 {font-size:20px;}

	.real-cont {padding-bottom:50px;}

	.lnb ul li a {font-size:16px;}
	.lnb ul li:not(:first-child)::before {margin:0 10px;}

	/* content */
	

	/* board */
	.input {font-size:14px; padding:0 10px;}
	select.input {padding-right:26px;  background-position:right 8px center; background-size:12px auto;}
	textarea.input {padding:7px 10px;}

	.data-empty lord-icon {width:80px; height:80px;}
	.data-empty .icon svg {width:80px; height:80px;}
	.data-empty h2 {font-size:20px;}
	.data-empty p {font-size:16px;}

	.board-search {display:flex; flex-wrap:wrap; gap:8px;}
	.board-search:after {display:none;}
	.board-search .total-page {float:none; order:5; font-size:13px; line-height:1.3em;}
	.board-search .search {float:none; width:100%; display:flex; gap:4px;}
	.board-search .search input.input {flex:1 1 auto; min-width:0; width:1%;}

	.board-list {display:none;}
	.board-list-m {display:block;}

	.gallery-list {padding-top:15px;}
	.gallery-list ul {margin:0 -7px;}
	.gallery-list ul li {width:50%; padding:0 7px; margin-bottom:27px;}
	.gallery-list ul li .thumb {margin-bottom:10px;}
	.gallery-list ul li .tit {font-size:14px;}
	.gallery-list ul li .date {font-size:12px; margin-top:4px;}

	.gallery-items {margin:0 -8px;}
	.gallery-item {width:50%; padding:0 8px; margin-bottom:32px;}
	.gallery-item .thumb {margin-bottom:10px;}
	.gallery-item .cnt {padding:0 4px;}
	.gallery-item .name {gap:4px; margin-bottom:8px;}
	.gallery-item .name .pf-icon {width:24px; height:24px;}
	.gallery-item .name .pf-name {font-size:13px; margin-top:.2em;}
	.gallery-item .tit {font-size:15px; line-height:1.33em;}
	.gallery-item .info {gap:8px 12px; font-size:11px;}
	.gallery-item .info img {width:12px; margin-right:2px;}

	.news-list ul li {padding:17px 0;}
	.news-list .thumb {width:38%; margin-right:14px;}
	.news-list .tit {font-size:15px; max-height:2.8em; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	.news-list .txt {font-size:13px; margin-top:3px; max-height:3em; -webkit-line-clamp:2;}
	.news-list .date {display:none;}

	.event-list ul {margin:0;}
	.event-list ul li {width:100%; padding:0; margin-bottom:32px;}
	.event-list ul li .tit {font-size:16px;}
	.event-list ul li .date {font-size:12px;}
	.event-list ul li.ended .ended-txt {font-size:18px; font-weight:600;}

	.faq-search {margin:0 -16px 16px; border-radius:0;}
	.faq-search .inner {width:100%;}
	.faq-cate ul li a {min-width:72px; padding:6px 10px; font-size:14px;}
	.faq {margin:0 -16px;}
	.faq .tit {font-size:15px;}
	.faq .tit a {padding:8px 40px 8px 16px;}
	.faq .tit a:after {right:16px;}
	.faq .q {flex:0 0 32px; width:32px; height:32px;}
	.faq .cnt {padding:16px;}

	.calendar-head {margin-bottom:15px;}
	.calendar-head h3 {font-size:20px; margin:0 17px;}
	.calendar-head .cal-btn {width:34px; height:34px; background-size:9px auto;}
	.calendar-head .cal-prev {background-image:url("/images/bbs/cal_prev_x2.png");}
	.calendar-head .cal-next {background-image:url("/images/bbs/cal_next_x2.png");}
	.calendar table th {padding:6px 4px; font-size:14px;}
	.calendar table td {height:60px; padding:5px 4px; font-size:12px;}
	.calendar ul li {padding-left:0; margin-bottom:6px;}
	.calendar ul li:before {display:none;}
	.calendar .cal-date {font-size:10px; margin-bottom:8px;}

	.board-white table {display:block; border-top:0; border-bottom:0; font-size:14px;}
	.board-white table tbody {display:block;}
	.board-white table tr {display:block; padding:12px 0;}
	.board-white table th {display:block; border:0; text-align:left; padding:0; margin-bottom:7px; font-size:16px; background:none;}
	.board-white table td {display:block; border:0; padding:0;}
	.board-white .editor {padding:0; margin-top:-12px;}
	.board-white .item {margin:3px 12px 3px 0;}
	.board-white #user_name {max-width:100% !important;}
	.board-white + .buttons {margin-top:30px;}

	.board-form table tbody {display:block;}
	.board-form table tr {display:block; padding:12px 0;}
	.board-form table th {display:block; border:0; text-align:left; padding:0; margin-bottom:7px; font-size:16px; background:none;}
	.board-form table td {display:block; border:0; padding:0;}
	.board-form + .buttons {margin-top:30px;}

	.form-agree {margin:30px 0 30px;}
	.form-agree h3 {font-size:16px;}
	.form-agree .scroll-box {font-size:12px; max-height:110px; overflow:auto;}
	.form-agree .check {margin-top:12px; font-size:14px;}

	.board-view-tit h3 {font-size:17px;}
	.board-view-info {font-size:12px;}

	.share-btn-area {margin-top:0;}
	.share-toggle-btn {display:flex; align-items:center; justify-content:center; width:40px; height:40px; padding:0; border-radius:100%;}
	.share-toggle-btn img {width:16px; margin:0; vertical-align:middle;}
	.share-toggle-btn span {display:none;}
	.share-toggle-list {padding:20px; min-width:162px;}

	.board-prev-next dl {padding:10px 6px;}
	.board-prev-next dt {width:70px}

	.buttons {margin:15px 0;}

	.btn-pack.small {height:26px; padding:0 8px; font-size:11px;}
	.btn-pack.medium {height:40px; padding:0 14px; font-size:14px;}
	.btn-pack.large {min-width:120px; height:44px; padding:0 18px; font-size:15px;}
	.btn-pack.xlarge {min-width:120px; height:50px; padding:0 22px; font-size:16px;}
	.btn-pack.comment {width:80px; height:60px; font-size:14px;}

	.btn-set {padding:0 24px; height:44px; font-size:16px;}
	.btn-set.large {min-width:140px;}
	.btn-set.medium {min-width:120px;}
	.btn-set.wish {padding:0;}

	.paginate {margin-top:20px;}
	.paginate a,  
	.paginate strong{margin:0 1px;width:30px;height:30px;font-size:14px;line-height:30px;}  
	.paginate a.direction {margin:0; background-size:auto 11px;}
	.paginate a.direction.prev {margin-right:8px;}
	.paginate a.direction.next {margin-left:8px;}

	.comment-area {margin-top:37px;}
	.comment-total {font-size:14px; margin-bottom:12px;}
	.comment-write {position:relative; padding:10px;}
	.comment-write .byte {position:absolute; bottom:15px; left:12px; font-size:12px;}
	.comment-write .write {display:block;}
	.comment-write .write textarea {display:block; width:100%; height:65px; margin-right:0;}
	.comment-write .write .btn {text-align:right; margin-top:6px;}
	.comment-item {padding:17px 4px;}
	.comment-item.comment-reply {padding-left:25px; background-image:url("/images/bbs/icon_reply_x2.png"); background-position:3px 18px; background-size:auto 13px;}
	.comment-info {font-size:14px;}
	.comment-info .name {margin-right:5px;}
	.comment-info .date {font-size:11px;}
	.comment-ctr {font-size:12px;}
	.comment-ctr .bar {vertical-align:middle; margin:-.2em 4px 0;}
	.comment-txt {font-size:14px;}
	.comment-link {font-size:13px;}
	.comment-input {padding:10px;}
	.comment-input textarea {height:48px;}
	
	.board-password {padding:30px 20px;}

	.product-list ul {margin:0 -7px;}
	.product-list ul li {width:50%; padding:0 7px; margin-bottom:27px;}
	.product-list ul li .thumb {margin-bottom:10px;}
	.product-list ul li .tit {font-size:14px;}
	.product-summary {display:block;}
	.product-image {width:100%; margin-bottom:20px;}
	.product-info {width:100%;}
	.product-info .tit {font-size:22px; padding-bottom:14px; margin-bottom:14px;}
	.product-detail {padding-bottom:25px; margin-bottom:25px;}
	.product-detail .tit {font-size:17px; padding-bottom:10px; margin-bottom:14px;}

	.store-search {padding:0;}
	.store-search .search-area h3 {font-size:16px; padding:15px 25px; margin-bottom:20px; background:#f4f4f4;}
	.store-search .search-area dl {display:block; padding:0 15px; margin:20px 0;}
	.store-search .search-area dl dt {width:auto; margin-bottom:6px; font-size:15px;}
	.store-search .search-area dl dd {width:auto;}
	.store-search .search-area input.input {width:calc(100% - 74px); margin-right:4px;}
	.store-search .search-area select.input {width:calc(50% - 39px); margin-right:4px;}
	.store-search .search-area .btn-pack.medium {width:70px;}

	.result-top {font-size:18px;}
	.result-group .gall {margin:0 -7px;}
	.result-group .gall li {width:50%; padding:0 7px;}
	.result-group dl dt {font-size:15px;}
	.result-group dl dd {font-size:13px;}
	.result-group dl dd.date {font-size:12px;}

	/* member */
	.login-area {padding-top:20px;}
	.login-area .group .input {height:48px; font-size:14px;}
	.guest-link a {font-size:14px;}

	.find-tab ul li a {height:50px;}
	.find-content .group .input {height:48px; font-size:14px;}

	.join-wrap .tit {font-size:14px;}
	.join-agree {font-size:14px;}
	.join-agree input[type=checkbox] {margin-top:-.1em;}

	.join-complete h2 {font-size:20px;}
	.join-complete p {font-size:14px;}

	.member-leave {padding-top:20px;}
	.member-leave .txt {margin-bottom:20px; text-align:left; font-size:13px;}
	.member-leave .txt .tit {font-size:16px;}
	.member-leave .form {margin:0 -16px 30px; padding:30px; font-size:14px; border-radius:0; border:0; background:#f4f4f4;}
	

	/* shop */
	.category-breadcrumb {font-size:12px;}
	
	.gs-items {grid-template-columns: repeat(2, 1fr) !important; gap:30px 16px !important;}
	.gs-item-tit {font-size:14px;}
	.gs-item-price {font-size:16px;}

	.goods-list-area .gs-items {grid-template-columns: repeat(2, 1fr);}

	.goods-summary {flex-direction:column; margin-bottom:30px;}
	.goods-photo {width:100%;}
	.goods-info {width:100%;}

	.gs-selling-title h2 {font-size:18px;}
	.gs-selling-price {font-size:22px;}
	.gs-selling-info {margin-bottom:0;}
	.gs-selling-info .group {padding:.8em 0; gap:8px;}

	.gs-view-head {margin-bottom:10px;}
	.gs-view-head h2 {font-size:18px;}

	.gs-quantity {padding:15px;}
	.add-options > ul > li {padding:15px;}
	.add-options .opt-name {margin-bottom:12px;}

	.gs-selling-total .price {font-size:20px;}

	.goods-related {padding:20px 16px; margin:0 -16px; border-top:10px solid #f2f2f2;}

	.goods-item-slider .swiper {margin:0 -16px; padding:0 16px;}
	.goods-item-slider .swiper-slide {width:120px;}
	.goods-item-slider .slide-btn {display:none !important;}

	.goods-view-tab ul li a {flex-direction:column; font-size:14px; line-height:1.2em;}
	.goods-view-tab ul li a .num {font-size:11px; margin:0;}

	.gs-content {position:relative; margin:0;}
	.gs-content:after {content:''; display:block; margin:20px -16px; height:10px; background:#f2f2f2;}
	#goodsDetail.gs-content {margin-top:20px;}

	.seller-html {max-height:62vh;}
	.seller-html-btn {height:50px; font-size:16px;}

	.goods-float-button {margin-top:10px;}

	.review-feed-wrap {margin-bottom:16px;}
	.review-feed {padding:24px 0;}
	.review-feed-badge {flex-direction:column-reverse; gap:5px; padding:0 16px;}
	.review-feed-badge .grade-star {width:90px;}
	.review-feed-badge .num {font-size:32px;}
	.review-feed-svg {width:58%; padding:0 16px; font-size:12px;}
	.review-feed-svg:before {top:2px; bottom:2px; background:#e5e5e5;}
	.stars-avg-wrap {gap:4px;}
	.stars-avg-group .avg-bar {width:80px; height:6px;}
	.stars-avg-group .avg-label {margin-right:10px;}

	.review-desc {font-size:11px;}

	.review-photo .items {gap:4px;}
	.review-photo .link .more svg {width:16px; height:16px;}

	.my-review-info {font-size:13px;}
	.my-review-prod {font-size:13px;}
	.my-review-pictures {gap:4px;}
	.my-review-pictures a {width:72px;}

	.product-inquiry-status .status {padding:2px 4px; font-size:11px;}
	.product-inquiry-status .category {font-size:14px;}
	.product-inquiry-user {font-size:13px;}
	.product-inquiry-question, .product-inquiry-answer {font-size:14px;}

	.cart-wrap {display:block;}
	.cart-content {width:auto;}
	.cart-header {position:sticky; top:0; z-index:50; margin:0 calc(0px - var(--space-container)); padding:10px 16px; border:0; border-radius:0; transition:.2s;}
	.page-scroll-up .cart-header {top:var(--header-height); }

	.cart-items {margin:0 calc(0px - var(--space-container));}
	.cart-item {border:0; border-radius:0; border-top:8px solid #f2f2f2;}
	.cart-item:not(:last-child) {margin-bottom:0;}
	.cart-item-body {padding:20px 16px;}
	.cart-item-select {width:32px;}
	.cart-item-delete {top:-5px; right:-5px;}
	.cart-item-footer {margin-top:10px;}
	.cart-delivery {font-size:14px;}
	.cart-side {width:auto; max-width:unset; margin:0 calc(0px - var(--space-container)); border-top:8px solid #f2f2f2;}
	.cart-side-bar {position:unset;}
	.cart-summary {padding:20px 16px; border:0; border-radius:0; border-bottom:8px solid #f2f2f2; font-size:14px;}
	.cart-summary .total {border-top-color:#e5e5e5; padding-top:16px;}
	.cart-summary .total dd {font-size:20px;}
	.cart-order {margin:var(--space-container);}
	.cart-agree {border:0; border-radius:0; margin-top:0;}

	.order-group {padding:20px 16px; margin:0 calc(0px - var(--space-container)); border-top:8px solid #f2f2f2;}
	.order-group:not(:last-child) {margin-bottom:0;}
	.order-group .cart-items {margin:0;}
	.order-group .cart-item {border:1px solid #f1f1f1; border-radius:6px; margin-top:6px;}
	.order-title {border-bottom:0; padding-bottom:0; margin-bottom:1rem;}

	.goods-small-item {gap:10px; margin-right:20px;}
	.goods-small-item-image {width:70px;}
	.goods-small-item-content {padding-top:2px;}
	.goods-small-item-title {font-size:14px;}
	.goods-small-item-option {font-size:12px;}

	.use-coupon-info {top:3px;}

	.payment-method-item {max-width:108px; padding:12px 2px;}

	.order-complete lord-icon {width:100px; height:100px;}
	.order-complete h2 {font-size:20px;}
	.order-complete p {font-size:15px; padding:0 2rem;}
	.order-complete .btn-pack.large {width:100%; min-width:auto;}

	.mypage-wrap {padding-top:0;}

	.mypage-nav {width:calc(100% + 32px); margin:-16px; border:0; border-top:10px solid #f2f2f2; border-radius:0; font-size:16px;}
	.mypage-nav-group h3 {font-size:18px;}

	.mypage-summary {display:block; padding:0; margin:0 -16px 20px; border-radius:0;}
	.mypage-summary .user-info-area {display:flex; align-items:center; gap:1rem; width:100%; padding:12px 16px; border-right:0; border-bottom:1px solid #e5e5e5;}
	.mypage-summary .user-info-area .user-info {flex:1 1 auto; min-width:0; width:1%;}
	.mypage-summary .user-info-area .name {font-size:16px;}
	.mypage-summary .user-info-area .name strong {font-size:1.2em;}
	.mypage-summary .user-info-area .text {font-size:12px;}
	.mypage-summary .user-info-area .btns {margin:0;}
	.mypage-summary .user-info-area .btn-pack {margin:4px 0;}
	.mypage-summary .btn-item-area {width:100%; padding:12px 16px;}
	.mypage-summary .link-item .icon {width:30px; height:30px;}
	.mypage-summary .link-item .num {font-size:14px;}
	.mypage-summary .link-item .text {font-size:12px;}

	.mypage-order-status {font-size:14px;}
	.mypage-order-status .item {padding:12px 5px;}
	.mypage-order-status .item:after {width:8px; height:8px; margin-top:-4px;}

	.mypage-order-select-period {margin-top:10px;}

	.mypage-heading {margin:0 -16px; padding:12px 40px;}
	.mypage-heading h2 {font-size:18px;}
	.mypage-heading .back-page {left:16px;}

	.mypage-content-section {margin:0 -16px; padding:20px 16px; border-top:10px solid #f2f2f2;}
	.mypage-content-title h3 {font-size:16px;}

	.mypage-tab {margin-bottom:20px;}
	.mypage-tab ul li a {font-size:14px;}

	.mypage-notification {font-size:13px;}
	
	.order-items + .paginate {margin-top:30px;}
	.order-item-date {font-size:14px;}
	.order-item-date .more {font-size:14px;}
	.order-item-body {flex-wrap:wrap; padding:20px 16px;}
	.order-item-select {width:32px; line-height:0;}
	.order-item-content {}
	.order-item-btns {width:100%; margin:12px 0 0 0;}
	.order-item-btns .btn {font-size:14px;}

	.order-info-table {padding:0; border:0; border-radius:0; font-size:14px;}
	.order-info-table table {table-layout: fixed;}
	.order-info-table table th {width:90px; padding-right:6px;}
	.order-info-table table td {word-break:break-all;}
	.order-info-table .input {width:100%;}
	.order-info-table input[type=file] {width:100%;}

	.form-info-text {font-size:13px;}

	.coupon-offline {padding:0; border-radius:0; background:none;}
	.coupon-offline .inner {width:100%;}
	.coupon-offline .btn-pack {min-width:72px;}

	.coupon-items {grid-template-columns: repeat(2, 1fr); gap:10px;}
	.coupon-item {padding:0 16px; border-radius:16px;}
	.coupon-item .cnt {padding:20px 0;}
	.coupon-item .tit {margin-bottom:8px; font-size:18px;}
	.coupon-item .price {margin-bottom:8px; font-size:24px;}
	.coupon-item .txt {font-size:13px;}
	.coupon-item .status {padding:12px 0; font-size:18px;}

	.points-available {padding:0; border-radius:0; background:none;}

	.use-point-item {flex-wrap:wrap; padding:12px 0;}
	.use-point-item .date {width:100%; font-size:13px; margin-bottom:4px; color:#999;}
	.use-point-item .status {width:auto; margin-right:10px;}
	.use-point-item .status span {min-width:38px; padding:3px; font-size:13px;}
	.use-point-item .price {font-size:16px;}

	.address-items {margin:0 -16px 20px;}
	.address-item {padding:20px 16px;}
	.address-item-content .tit .name {font-size:16px;}
	.address-item-content .addr {word-break:break-all;}
	.address-item-btns {width:70px;}

		
	
	
	

} 

@media (max-width: 360px) {
   .main {background-size:250% auto;}
}

/* Landscape phones and down */
@media (max-width: 320px) {

} 