@charset "UTF-8";

/* Font */
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../fonts/Roboto/Roboto-Regular.woff2) format('woff2'), url(../../fonts/Roboto/Roboto-Regular.woff) format('woff'), url(../../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../../fonts/Roboto/Roboto-Medium.woff2) format('woff2'), url(../../fonts/Roboto/Roboto-Medium.woff) format('woff'), url(../../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../../fonts/Roboto/Roboto-Bold.woff2) format('woff2'), url(../../fonts/Roboto/Roboto-Bold.woff) format('woff'), url(../../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Gmarket Sans';
    font-weight: 300;
    src: local('Gmarket Sans Light'), local('GmarketSans-Light'), url(../../fonts/GmarketSans/GmarketSansLight.woff2) format('woff2'), url(../../fonts/GmarketSans/GmarketSansLight.woff) format('woff'), url(../../fonts/GmarketSans/GmarketSansLight.ttf) format('truetype');
}
@font-face {
    font-family: 'Gmarket Sans';
    font-weight: 500;
    src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'), url(../../fonts/GmarketSans/GmarketSansMedium.woff2) format('woff2'), url(../../fonts/GmarketSans/GmarketSansMedium.woff) format('woff'), url(../../fonts/GmarketSans/GmarketSansMedium.ttf) format('truetype');
}
@font-face {
    font-family: 'Gmarket Sans';
    font-weight: 700;
    src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'), url(../../fonts/GmarketSans/GmarketSansBold.woff2) format('woff2'), url(../../fonts/GmarketSans/GmarketSansBold.woff) format('woff'), url(../../fonts/GmarketSans/GmarketSansBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'), local('Noto Sans KR Black'), local('NotoSansKR-Black'), 
    url(../../fonts/notosans/NotoSans-Black.woff2) format('woff2'), url(../../fonts/notosans/NotoSans-Black.woff) format('woff'), url(../../fonts/notosans/NotoSans-Black.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
    url(../../fonts/notosans/NotoSans-Bold.woff2) format('woff2'), url(../../fonts/notosans/NotoSans-Bold.woff) format('woff'), url(../../fonts/notosans/NotoSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'), local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), 
    url(../../fonts/notosans/NotoSans-Medium.woff2) format('woff2'), url(../../fonts/notosans/NotoSans-Medium.woff) format('woff'), url(../../fonts/notosans/NotoSans-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'), local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), 
    url(../../fonts/notosans/NotoSans-Regular.woff2) format('woff2'), url(../../fonts/notosans/NotoSans-Regular.woff) format('woff'), url(../../fonts/notosans/NotoSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 300;
    src: local('Noto Sans Light'), local('NotoSans-Light'), local('Noto Sans KR Light'), local('NotoSansKR-Light'), 
    url(../../fonts/notosans/NotoSans-Light.woff2) format('woff2'), url(../../fonts/notosans/NotoSans-Light.woff) format('woff'), url(../../fonts/notosans/NotoSans-Light.ttf) format('truetype');
}

body {
    margin: 0; 
    padding: 0; 
    font-family: 'Noto Sans KR', sans-serif;
}

/*header 시작*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 48px;
    background: white;
    z-index: 500;
}

header.option_header {
    left: 4.1%;
    padding-top: 11px;
    width: 91.9%;
    height: 54px;
    border-bottom: 1px solid #efefef;
}

header section {
    width: 100%;
    height: 50px;
    /*border-bottom: 1px solid #efefef;*/
}

header h1 {
    margin: 0 auto;
    width: 265px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #13132b;
    overflow: hidden;
    white-space: nowrap
}

header.option_header h1 {
    font-size: 15px;
}

.ah_header {
    height: 48px;
}

header .menu_back {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    padding: 13px 0 0 18px;
    width: 50px !important;
    height: 50px !important;
}

header .menu_back img {
    width: 24px;
    height: 22px;
} 

header a:last-of-type {
    display: none;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 17px;
    height: 22px;
}

header .main_header {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .main_header > img {
    width: 22px;
    height: 22px;
}

header .main_header div {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .main_header div img {
    width: 13px;
    height: 7px;
}

header .main_header h1 {
    margin: 0 10px 0 3px;
    width: auto;
    max-width: 143px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #3c3c3c;
    /*한줄 말줄임*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_btn {
    display: block !important;
    right: 14px !important;
    width: 24px !important;
    height: 22px !important;
}

.ah_header a img {
    width: 24px;
}

.menu_header h1 {
    width: 100%;
}

.web_menu_header {
    display: block;
    position: static;
    border-bottom: none;
}

.web_header_top {
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    height: 48px;
    background: white;
    z-index: 11;
}

.web_header_top div {
    margin: 13px 14px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.47;
    color: #ff5d1c;
}

.web_header_top .btn_wrap {
    margin: 0 10px 0 0;
    padding-top: 8px;
}

header .web_header_top .btn_wrap a {
    display: inline-block;
    position: static;
    width: 36px;
    height: 34px;
}

header .web_header_top .btn_wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web_header_bottom {
    padding-top: 48px;
}

.web_header_bottom .menu_back {
    display: none !important;
}

header.sub{
	height: 48px;
	border-bottom: 1px solid #dfdfdf;
}
header.sub .header_wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 47px;
}
header.sub .header_wrap .contains{
	position: relative;
}
header.sub .header_wrap .title{
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #ff5d1c;
}
header.sub .header_wrap .btn_back{
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
header.sub .header_wrap .btn_close{
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/*header 끝*/


.top_btn {
    display: none;
    position: fixed;
    z-index: 900;
    bottom: 18px;
    right: 20px;
    width: 48px;
    height: 48px;
    transition:.2s
}
.top_btn.bottom{
    bottom: 82px;
}
.top_btn.bottom2{
    bottom: 94px;
}
.top_btn.bottom3{
    bottom: 174px;
}

.top_btn img {
    width: 48px;
    height: 48px;
}

/*top button*/

/* 푸터 메뉴 */
.footer_menu{
	position: relative;
	height: 63px;
	z-index: 100;
}
.footer_menu .menu_list{
	display: table;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width :100%;
	height: 63px;
	table-layout: fixed;
	border-top: 1px solid #ccc;
	background: #fff;
	z-index: 100;
}
.footer_menu .menu_list li{
	display: table-cell;
	padding: 6px;
}
.footer_menu .menu_list .btn_menu{
	display: block;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	color: #666;
	opacity: 0.8;
}
.footer_menu .menu_list .btn_menu.active{
	color: #13132b;
	font-weight: 500;
	opacity: 1;
}
.footer_menu .menu_list .btn_menu.active .icon{
	filter: none;
}
.footer_menu .menu_list .btn_menu .icon{
	display: block;
	margin: 0 auto;
	width: 34px;
	height: 32px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
	filter: grayscale(100%);
}
.footer_menu .menu_list .btn_menu.home .icon{
	background-image: url("../../img/icon/icn_fmenu_home_on.png");
}
.footer_menu .menu_list .btn_menu.order .icon{
	background-image: url("../../img/icon/icn_fmenu_order_on.png");
}
.footer_menu .menu_list .btn_menu.qr .icon{
	background-image: url("../../img/icon/icn_fmenu_qr_on.png");
}
.footer_menu .menu_list .btn_menu.my .icon{
	background-image: url("../../img/icon/icn_fmenu_mypage_on.png");
}


.footer_btn{
	position: relative;
	height: 84px;
	z-index: 100;
}
.footer_btn .btn_box{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px 0;
	width :100%;
	height: 84px;
	background: #fff;
	z-index: 100;
}
