@charset "utf-8";

* {margin: 0; padding: 0; }
html, body {width: 100%; height: 100%; font-size: 14px;}

#fm_wrapper {position: relative; min-height: 100%; background-color: #fff; box-sizing: border-box; }
.no-scroll {height: 100%; min-height: 100%; overflow: hidden !important; touch-action: none; }





/* =======================================================
	kr
========================================================*/
#fm_wrapper .lang-kor,
#fm_wrapper.lang-kor {
	font-family: 'NotoSansKR', Apple SD Gothic Neo, 돋움, dotum, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 14px;
	line-height: 1.46;
	letter-spacing: 0.28px;
	color: #222;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}





/* =======================================================
	layout
========================================================*/
#fm_container {
	position: relative;
	min-height: calc(100vh - 107px);
	padding: 60px 0 40px;
	box-sizing: border-box;
}

.fm--sub {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.fm--sub:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }





/* =======================================================
	header
========================================================*/
#fm_header {
	position: fixed;
	top: 0; left: 0;
	z-index: 300;
	width: 100%; height: 60px;
	padding: 0 20px;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

.fm--header-top {
	position: relative;
}

.fm--header-left {float: left; width: calc(100% - 40px); margin-top: 15px; }

#fm_header .logo {position: absolute; left: 20px; top: 13px; height: 33px; margin: 0 auto; }
#fm_header .logo img {height: 100%; display: block; }

.header-category {float: left; width: 100%; padding-left: 82px; box-sizing: border-box; }
.header-category-select {width: 100%; height: 30px; border: 2px solid #053863; border-radius: 0; font-size: 14px; color: #000; }

.fm--header-title {
	display: block;
	overflow: hidden;
	margin: 0 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #222;
	line-height: 60px;
}



.btn-category {
	display: inline-block;
	width: 30px; height: 30px;
	background-image: url("/AppData/images/site/mobile/layout/btn_category.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover; }

.fm--header-right {
	float: right;
	margin-top: 15px;
}
.fm--header-right .btn-user {
	display: inline-block;
	width: 30px; height: 30px;
	background-image: url("/AppData/images/site/common/icon/icon_avatar.png");
	background-repeat: no-repeat; background-position: right center;
	background-size: 30px;
}





/* =======================================================
	category-container
=======================================================*/
.fm--nav-dim {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.category-container {display: block; z-index: 999; position: fixed; top: 0; right: -100%; width: 100%; height: 100%; overflow: hidden; }
.category-container.active {right: 0; background-color: rgba(0, 0, 0, .5); overflow: hidden; }
.category-container .fm--nav {position: absolute; top: 0; right: -100%; width: 80%; height: 100vh; padding-bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing:border-box; overflow-x: hidden; overflow-y: scroll; transition: 0.6s; }
.category-container .fm--nav.active {right: 0; }

.category-container .fm--nav {position: absolute; top: 0; right: -100%; width: 80%; height: 100vh; background-color: #f7f7f7; box-sizing: border-box; overflow-x: hidden; overflow-y: scroll; transition: 0.6s; }
.category-container .fm--nav.active {right: 0; }


.category-header {padding: 20px 20px 19px; margin-bottom: 0; background-color: #fff; border-bottom: 1px solid #dbdbdb; }
.category-header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.category-header .btn-layer-close {position: absolute; top: 15px; right: 12px; display: inline-block; width: 30px; height: 30px; margin: 0; padding: 0; border-radius: 0; border: 0; background-image: url("/AppData/images/site/mobile/button/btn_close.png"); background-repeat: no-repeat; background-size: 14px 14px; background-position: center center; outline: 0; }

.category-header .category-default > a {display: inline-block; padding: 0 24px; background-image: url("/AppData/images/site/mobile/layout/icon_category_home.png"); background-repeat: no-repeat; background-position: left top 3px; background-size: 14px 14px; font-size: 14px; color: #222; }



/*
	category-gnb
-----------------------------------------------*/
.category-gnb {margin-top: 10px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #dbdbdb; }

.gnb {width: 100%; background-color: #fff; box-sizing: border-box; };
.gnb > li {width: 100%; box-sizing: border-box; border-bottom: 1px solid #f2f2f2; }
.gnb > li > a,
.gnb > li > button {display: block; width: 100%; padding: 14px 32px 16px 20px; border-bottom: 1px solid #f0f0f0;  box-sizing: border-box; font-size: 14px; color: #000; text-align: left; outline: none; }
.gnb > li:last-child > a,
.gnb > li:last-child > button {border-bottom: 0; }

.gnb .category-title {background-image: url("/AppData/images/site/mobile/layout/gnb_depth_open.png"); background-repeat: no-repeat; background-position: right 16px center; background-size: 10px 6px; }
.gnb .category-title.active {background-image: url("/AppData/images/site/mobile/layout/gnb_depth_close.png"); }
.gnb .category-title.nodepth {background-image: url("/AppData/images/site/mobile/layout/gnb_go.png"); background-repeat: no-repeat; background-position: right 20px center; background-size: 6px 10px; }

.gnb .gnb-depth {display: none; padding: 10px 0; background-color: #e8e8e8; }
.gnb .gnb-depth a,
.gnb .gnb-depth button {display: block; width: 100%; padding: 10px 30px; box-sizing: border-box; text-align: left; font-size: 13px; color: #505050; outline: none; }


/* 언어설정 */
.category-lang {padding: 16px 20px 32px; background-color: #fff; color: #000; }
.category-lang > p {font-size: 14px; }

.gnb-lang {padding: 16px 0 0; }
.gnb-lang:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.gnb-lang li {float: left; width: 28px; height: 21px; border: 1px solid #f4f4f4; box-sizing: border-box; }
.gnb-lang li + li {margin-left: 16px; }
.gnb-lang > li > a {display: block; width: 100%; }

.gnb-lang .flag-kor {background-image: url("/AppData/images/lang/lang_kr.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.gnb-lang .flag-usa {background-image: url("/AppData/images/lang/lang_eng.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.gnb-lang .flag-vnm {background-image: url("/AppData/images/lang/lang_vi.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }




/* =======================================================
	footer
========================================================*/
#fm_footer {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
}

#fm_footer .fm--inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.fm--footer-trigger {
	z-index: 10;
	display: block;
	height: 46px;
	padding: 8px 42px 0 0;
	box-sizing: border-box;
	background-image: url("/AppData/images/site/mobile/layout/footer_up.png");
	background-repeat: no-repeat;
	background-position: right 8px top 12px ;
	background-size: 30px 30px;
}
.fm--footer-trigger.open {
	background-image: url("/AppData/images/site/mobile/layout/footer_down.png");
}

.fm--footer-util .logo {
	margin: 24px 0 24px;
}
.fm--footer-util .logo img {
	height: 23px;
	display: block;
}
.fm--footer-util {
	position: relative;
	width: 100%;
	padding: 20px 20px 16px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
}
.fm--footer-util:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.fm--footer-util ul:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.fm--footer-util ul li {float: left; margin-left: 8px; margin-bottom: 0; padding-left: 9px; margin-left: 8px; background: url("/AppData/images/site/common/split.png") no-repeat left center; }
.fm--footer-util ul li:first-child {margin-left: 0; padding-left: 0;  background: none; }
.fm--footer-util ul li a {font-size: 12px; color: #4f4f4f; line-height: 24px; }

.fm--footer-floor {position: relative; width: 100%; height: 0; overflow: hidden; box-sizing: border-box; opacity: 0.5; visibility: hidden; transition: .5s; }
.fm--footer-floor.active {height: auto; padding: 0 20px 16px; margin: 0 auto; overflow: visible; opacity: 1; visibility: visible; }

.fm--footer-floor p {margin-bottom: 4px; font-size: 12px; color: #6f6f6f; }
.fm--footer-floor .copyright {display: inline-block; margin-top: 16px; font-size: 12px; color: #de9e39; margin-bottom: 0; }
.fm--footer-floor .copyright > span {font-family: 'NotoSansKR'; }





/* =====================================================
  sticky
=====================================================*/
.sticky {display: none; position: fixed; bottom: 20px; right: 20px;  z-index: 1000;}
.sticky .sticky-icon {display: block; width: 40px; height: 40px; margin-top: 5px; border: 1px solid #ddd; border-radius: 50%; box-sizing: border-box; background-color: #fff; }
.sticky .sticky-icon:first-child {margin-top: 0; }

.sticky .sticky-top {background-image: url("/AppData/images/site/mobile/button/btn_goto_top.png"); background-repeat: no-repeat; background-size: 24px 24px; background-position: center; }









@media all and (min-width: 321px) and (max-width: 767px){


}

@media all and (min-width: 768px) and (max-width: 820px){



}

@media all and (min-width: 834px) and (max-width: 1000px){



}
