/* 폰트 파일 불러오기 */
@font-face {
	font-family: "Noto Sans KR";
	font-weight: 400;
	src: url("../fonts/notosanskr-regular.woff2") format("woff2"),
			url("../fonts/notosanskr-regular.woff") format("woff")
}

@font-face {
	font-family: "Noto Sans KR";
	font-weight: 500;
	src: url("../fonts/notosanskr-medium.woff2") format("woff2"),
			url("../fonts/notosanskr-medium.woff") format("woff")
}

@font-face {
	font-family: "Noto Sans KR";
	font-weight: 700;
	src: url("../fonts/notosanskr-bold.woff2") format("woff2"),
			url("../fonts/notosanskr-bold.woff") format("woff")
}

/* 엘리먼트 초기화 */
* { margin: 0; padding: 0; box-sizing: border-box; position: relative; font-family: "Noto Sans KR", sans-serif; letter-spacing: -0.5px; outline: none !important; word-break: keep-all; outline: none; -webkit-tap-highlight-color: transparent; -webkit-appearance: none; border-radius: 0; border: 0; }
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }
*::placeholder { color: #CCC; }
html, body { width: 100%; float: left; color: #000; font-size: 13px; }
html { max-width: 800px; margin: 0 auto; }
body { overflow-x: hidden; padding-top: 50px; padding-bottom: 60px; }

a { text-decoration: none; color: inherit; }
img { vertical-align: middle; max-width: 100%; }
ul, li { list-style: none; }
textarea, input { resize: none; font-size: 13px; }
select { background-image: url("../images/selectBG.jpg"); background-repeat: no-repeat; background-position: right; background-color: #FFF; font-size: 13px; }

.left { float: left; }
.right { float: right; }

/* labelBox */
label.labelBox { float: left; font-size: 13px; font-weight: 500; }
label.labelBox > .square { width: 20px; height: 20px; float: left; border: 1px solid #CCC; text-align: center; line-height: 20px; margin-right: 5px; }
label.labelBox > .square > i { color: #DC3333; opacity: 0; }
label.labelBox > .label { height: 20px; line-height: 20px; float: left; color: #999; }
label.labelBox > input { display: none; }
label.labelBox > input:checked + .square > i { opacity: 1; } 
label.labelBox > input:checked ~ .label { color: #333; }

/* 공용상단영역 */
#header { position: fixed; width: 100%; max-width: 800px; left: 50%; margin-left: -400px; top: 0; z-index: 10; background-color: #FFF; padding: 0 15px; }
#header > div { height: 50px; line-height: 50px; }
#header > .logo { float: left; }
#header > .logo > a > img { height: 20px; }
#header > .right { float: right; }
#header > .right > a { font-size: 18px; margin-left: 15px; }
#header > .right > a:first-of-type { margin-left: 0; }
#header > .right > a > i { vertical-align: middle; }

/* 메뉴영역 */
#nav { position: fixed; width: 100%; height: 100%; max-width: 800px; left: 50%; margin-left: -400px; top: 0; z-index: 11; background-color: #FFF; padding: 15px 0; display: none; }
#nav > ul { width: 100%; float: left; padding: 15px 0; }
#nav > ul > li { width: 100%; float: left; }
#nav > ul > li > a { width: 100%; height: 50px; line-height: 49px; float: left; border-bottom: 1px solid #EEE; font-weight: 500; font-size: 14px; padding: 0 15px; }
#nav > ul > li > a > i { width: 25px; }
#nav > ul > li.line { margin-top: 20px; }
#nav > .closeBtn { float: right; font-size: 21px; cursor: pointer; right: 15px; }

/* 공용하단영역 */
#footer { position: fixed; max-width: 800px; width: 100%; left: 50%; margin-left: -400px; bottom: 0; z-index: 12; background-color: #FFF; border-top: 1px solid #EEE; }
#footer > ul { width: 100%; float: left; }
#footer > ul > li { width: 20%; height: 55px; float: left; }
#footer > ul > li > a { width: 100%; float: left; text-align: center; padding: 10px 0; color: #BBB; }
#footer > ul > li > a > i { width: 100%; float: left; font-size: 20px; }
#footer > ul > li > a > span { width: 100%; float: left; font-size: 11px; letter-spacing: -1px; font-weight: 500; margin-top: 3px; margin-bottom: -1px; }
#footer > ul > li.active > a { color: #B06A7B; }

/* 콘텐츠영역 */
#contents { width: 100%; float: left; }

/* 섹션박스 */
.swiper-pagination-bullet { transition: width 0.5s, border-radius 0.5s; }
.swiper-pagination-bullet-active { width: 50px !important; background-color: #B06A7B !important; border-radius: 50px !important; }
.sectionBox { width: 100%; float: left; margin: 10px 0; }
.sectionBox > .title { width: 100%; float: left; padding: 15px; padding-bottom: 10px; }
.sectionBox > .title > span { height: 20px; line-height: 20px; float: left; font-size: 17px; font-weight: bold; }
.sectionBox > .title > a { height: 20px; line-height: 20px; float: right; font-size: 12px; font-weight: 500; color: #B06A7B; }
.sectionBox > .list { width: 100%; float: left; padding: 0 15px; padding-bottom: 15px; }
.sectionBox > .list > ul > li > a { width: 100%; float: left; }
.sectionBox > .list > ul > li > a > img { width: 100%; float: left; }
.sectionBox > .list > ul > li > a > p { width: 100%; float: left; }
.sectionBox > .list > .swiper-pagination { bottom: 0 !important; }
.sectionBox > .type2 { padding-top: 10px; }
.sectionBox > .type2 > ul > li > a { background-color: #FFF; border-radius: 15px; padding: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; }

#swiper01 { padding: 0; padding-bottom: 25px; }

#swiper02 > ul > li > a > img { width: 50px; float: left; border-radius: 100%; margin-bottom: 10px; }
#swiper02 > ul > li > a > p { width: 100%; float: left; }
#swiper02 > ul > li > a > p.name { font-weight: bold; font-size: 16px; }
#swiper02 > ul > li > a > p.info { margin: 5px 0; font-size: 12px; color: #999; line-height: 18px; }
#swiper02 > ul > li > a > p.link { text-align: right; font-size: 11px; color: #B06A7B; font-weight: 500; margin-top: 10px; }
#swiper02 > ul > li > a > p.link > i { margin-right: 5px; }

#swiper03 > ul > li > a { padding: 0; padding-bottom: 15px; }
#swiper03 > ul > li > a > p { padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#swiper03 > ul > li > a > p.product { font-size: 14px; font-weight: bold; margin-top: 15px; }
#swiper03 > ul > li > a > p.info { font-size: 11px; color: #999; line-height: 18px; margin-top: 5px; }

.sectionBox2 { width: 100%; float: left; margin: 10px 0; }
.sectionBox2 > .title { width: 100%; float: left; padding: 15px; padding-bottom: 10px; }
.sectionBox2 > .title > span { float: left; font-size: 17px; font-weight: bold; }
.sectionBox2 > .list { width: 100%; float: left; padding: 0 15px; padding-bottom: 15px; }
.sectionBox2 > .list > ul > li > a { width: 100%; float: left; }
.sectionBox2 > .list > ul > li > a > img { width: 100%; float: left; border-radius: 5px; margin-bottom: 10px; }
.sectionBox2 > .list > ul > li > a > p { width: 100%; float: left; padding: 0 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sectionBox2 > .list > ul > li > a > p.time { height: 20px; line-height: 20px; font-size: 11px; color: #FFF; border-radius: 5px; background-color: #DC3333; text-align: right; margin-top: -5px; margin-bottom: 5px; letter-spacing: 0; }
.sectionBox2 > .list > ul > li > a > p.time > i { margin-right: 5px; }
.sectionBox2 > .list > ul > li > a > p.etc { font-weight: 500; font-size: 13px; color: #666; margin-bottom: -2px; }
.sectionBox2 > .list > ul > li > a > p.big { font-weight: bold; font-size: 15px; }
.sectionBox2 > .list > ul > li > a > p.small { font-size: 11px; color: #999; margin-top: 7px; border-bottom: 1px solid #EAEAEA; padding-bottom: 5px; margin-bottom: 5px; }
.sectionBox2 > .list > ul > li > a > p.small > i { margin-right: 5px; }
.sectionBox2 > .list > ul > li > a > p.small > i:nth-of-type(2) { margin-left: 15px; }
.sectionBox2 > .list > ul > li > a > p.price > span { height: 20px; line-height: 20px; font-size: 13px; }
.sectionBox2 > .list > ul > li > a > p.price > span.red { font-weight: bold; color: #DC3333; }
.sectionBox2 > .list > ul > li > a > p.price > span.right { font-weight: bold; color: #333; letter-spacing: -1px; }
.sectionBox2 > .list > ul > li > a > p.price > span.right > i { margin-right: 5px; color: #CCC; }
.sectionBox2 > .list > .swiper-pagination { bottom: 0 !important; }
.sectionBox2 > .list.type2 > ul { width: 100%; float: left; }
.sectionBox2 > .list.type2 > ul > li { width: calc((100% - 10px) / 2) !important; float: left; margin-right: 10px; margin-bottom: 20px; }
.sectionBox2 > .list.type2 > ul > li:nth-of-type(2n) { margin-right: 0; }
.sectionBox2 > .list.shop > ul > li > a > img { border-radius: 0; }
.sectionBox2 > .list.shop > ul > li > a > p.big { margin-bottom: 5px; }
.sectionBox2 > .list.shop > ul > li > a > p.etc { margin-bottom: 2px; font-size: 12px; }

.sectionBox2 > .searchBox { width: 100%; float: left; padding: 0 15px 20px 15px; }
.sectionBox2 > .searchBox > input { width: calc(100% - 80px); height: 50px; float: left; background-color: #F5F5F5; border-radius: 10px; padding: 0 15px; font-weight: 500; font-size: 13px; }
.sectionBox2 > .searchBox > button { width: 70px; height: 50px; float: right; background-color: #333; border-radius: 10px; font-weight: bold; font-size: 13px; margin-left: 10px; color: #FFF; }

.sectionBox2 > .moreBtnBox { width: 100%; float: left; padding: 5px 15px 20px 15px; }
.sectionBox2 > .moreBtnBox > button { width: 100%; height: 55px; background-color: #B06A7B; border-radius: 10px; box-shadow: 0 5px 10px rgba(176, 106, 123, 0.2); color: #FFF; font-size: 15px; font-weight: bold; }

/* 동영상팝업영역 */
#videoPopupBox { position: fixed; width: 100%; height: 100%; display: none; table-layout: fixed; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.8); z-index: 100; }
#videoPopupBox > div { width: 100%; height: 100%; display: table-cell; vertical-align: middle; padding: 15px; }
#videoPopupBox > div > .closeBtnBox { width: 100%; float: left; text-align: right; margin-bottom: 2px; }
#videoPopupBox > div > .closeBtnBox > a { color: #FFF; font-size: 28px; }
#videoPopupBox > div > iframe { width: 100%; height: 250px; float: left; border: 0; }

#mainQuickMenu { margin-bottom: 0; }
#mainQuickMenu > ul { width: 100%; float: left; padding: 10px; padding-bottom: 0; }
#mainQuickMenu > ul > li { width: 33.33%; float: left; padding: 5px; margin-bottom: 15px; }
#mainQuickMenu > ul > li > a { width: 100%; float: left; text-align: center; }
#mainQuickMenu > ul > li > a > i { display: inline-block; width: 60px; height: 60px; line-height: 60px; background-color: #F5F5F5; border-radius: 20px; font-size: 21px; margin-bottom: 10px; color: #B06A7B; }
#mainQuickMenu > ul > li > a > span { display: inline-block; width: 100%; font-size: 11px; color: #666; }

/* 로그인영역 */
#loginBox { width: 100%; float: left; padding: 20px 30px; padding-top: 50px; }
#loginBox > div { width: 100%; float: left; }
#loginBox > .input > ul { width: 100%; float: left; border-radius: 10px; overflow: hidden; border: 2px solid #EEE; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
#loginBox > .input > ul > li { width: 100%; float: left; border-bottom: 1px solid #EEE; }
#loginBox > .input > ul > li:last-of-type { border-bottom: 0; }
#loginBox > .input > ul > li > input { width: 100%; height: 50px; float: left; padding: 0 20px; padding-left: 50px; }
#loginBox > .input > ul > li > i { position: absolute; font-size: 16px; left: 20px; z-index: 2; top: 50%; margin-top: -8px; color: #CCC; }
#loginBox > .input > ul > li > input:focus + i { color: #B06A7B; }
#loginBox > .link { padding: 10px; margin-top: 5px; }
#loginBox > .link > .left { float: left; }
#loginBox > .link > .right { float: right; text-align: right; }
#loginBox > .link > .right > a { height: 20px; line-height: 20px; display: inline-block; font-weight: 500; margin-bottom: 3px; color: #666; }
#loginBox > .btn { text-align: center; margin-top: 15px; }
#loginBox > .btn > button { width: 100%; height: 55px; background-color: #89569E; border-radius: 10px; box-shadow: 0 5px 10px rgba(176, 106, 123, 0.2); color: #FFF; font-size: 15px; font-weight: bold; }
#loginBox > .sns { margin-top: 50px; text-align: center; border-top: 1px solid #EEE; padding-top: 20px; }
#loginBox > .sns > a { display: inline-block; width: 40px; height: 40px; border-radius: 100%; overflow: hidden; margin: 0 5px; }

/* 매장찾기 */
#mapBox { width: 100%; float: left; padding-top: 20px; padding-bottom: 30px; }
#mapBox > iframe { width: 100%; height: 300px; float: left; margin-top: 15px; margin-bottom: 20px; }
#mapBox > div { width: 100%; float: left; padding: 0 15px; }
#mapBox > .title { font-size: 18px; font-weight: bold; color: #000; }
#mapBox > .sub { font-size: 12px; font-weight: 500; color: #AAA; }
#mapBox > .place { font-size: 14px; font-weight: bold; color: #B06A7B; }
#mapBox > .place > i { margin-right: 3px; }
#mapBox > .notice { margin-top: 10px; }
#mapBox > .notice > p { width: 100%; float: left; border: 1px solid #EEE; text-align: center; padding: 50px 10px; font-size: 12px; color: #CCC; font-weight: 500; line-height: 16px; }

@media (max-width: 800px){
	#header, #footer, #nav { max-width: 100%; left: 0; margin-left: 0; }
}