
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #000000;
  font-size: 16px;
   font-family: 'NanumSquare', sans-serif;
  /* -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none; */
}

div{
	/* transition: all 0.5s; */
}


a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  /* color: #0a98c0; */
  outline: none;
  text-decoration: none;
}

/* p { */
  /* padding: 0; */
  /* margin: 0 0 30px 0; */
/* } */


/* Back to top button */

.back-to-top {
  /* position: fixed; */
  /* display: none; */
  background: #212121;

  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 3.5;
  font-size: 16px;
  border-radius: 50%;
  transition: background 0.5s;
  z-index: 5000;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	text-align: right;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding-top: 20px;
	/* padding-bottom: 60px; */
	padding-left: 70px;
	padding-right: 70px;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 8888;
	background-color: #fff;

}

.on_subpage{background-color: #fff!important;padding-top: 20px!important;
    padding-bottom: 20px!important;}
.subadd01{
	border:1px solid #333333!important;
}

.subadd02{
	color: #333333!important;
}
.subadd03{
	background-color: #333333!important;
}


.main-pages {
  margin-top: 60px;
}

.logoBox{
	display: inline-block;
}

.logo{
	position: absolute;
	left: 70px;
	top: 15px;
	cursor: pointer;
}

.logo img{
	width: 64px;
}

.logoSideTetx{
	display: inline-block;
	position: relative;
	top:10px;
	font-size: 1.1rem;
	font-weight: bold;
	margin-left: 20px;
}

.ht_rightBox{
	display: flex;
	position: absolute;
	right: 70px;
    top: 24px;
}

.store_snsBox{
	top: 14px;
    position: relative;
    display: flex;
	display: -webkit-box; 
	display: -ms-flexbox;
    margin-right: 30px;
}

.sItemBox{
	font-size: 1.05rem;
	font-weight: bold;
	cursor: pointer;
}

.sItemBox img{
	position: relative;
	top:-2px;
	width: 22px;
	margin-right: 8px;
}

.ss_line{
	position: relative;
	top: 4px;
	height: 16px;
	width:1px;
	background-color: #e6e6e6;
	margin-left: 20px;
	margin-right: 20px;
}

.inq_box{
	position: relative;
	height: 50px;
	width: 180px;
	text-align: center;
	border-radius: 30px;
	color: #eb1c23;
	font-size: 1.1rem;
	font-weight: bold;
	border: 2px solid #eb1c23;
	padding-top: 10px;
	cursor: pointer;
}

.inq_box img{
	width: 24px;
	margin-right: 10px;
}

.containerBoxWrap{
	background-color: #eb1c23;
	text-align: center;
	width:100%;
	height: 60px;
	position: relative;
	overflow: hidden;
}

.pc_prizeLine{
	/* display: none; */
    height: 90px;
    background: url(/public/img/prize.png?v1)top no-repeat;
    /* background-size: cover; */
    left: 0px;
	opacity: 1;
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 666;
}

.pc_prizeLine a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.m_prizeLine{
	display: none;
}

.m_snsLineBox{
	width: 100%;
	text-align:center;
}

.m_snsBoxWrap{
	display: inline-block;
}

.m_snsBox{
	/* top: 14px; */
    position: relative;
    display: flex;
}

.sItemBox{
	font-size: 0.9rem;
	font-weight: bold;
	color: #333333;
}

.sItemBox a{
	font-size: 1.05rem !important;
	font-weight: bold !important;
	color: #333333 !important;
}

.sItemBox img{
	position: relative;
	top:-2px;
	width: 19px;
	margin-right: 8px;
}

.m_ss_line{
	position: relative;
	top: 4px;
	/* height: 50px; */
	width:20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
	display: inline-block;
}

.main-nav  ul{
	/* padding-top: 10px; */
}

.main-nav,
.main-nav * {
	display: inline-block;
  margin: 0;
  /* padding: 0; */
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  /* float: left; */
}

.main-nav a {
	display: block;
	position: relative;
	color: #000;
	/* padding-top: 16px; */
	margin-left:20px;
	margin-right: 20px;
	transition: 0.3s;
	font-size: 1.1rem;
	font-weight: bold;
	/* height: 60px; */
	/* font-family: 'NanumSquareRound',sans-serif; */
	text-transform: uppercase;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
	
  color: #eb1c23;
  /* font-weight: bold; */
  text-decoration: none;
  border-bottom:3px solid #eb1c23;
}


.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: -140px;
  top: 60px;
  top: calc(100% 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 8px 0;
  background: #fff;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 120px;
  position: relative;
}

.main-nav .drop-down ul a {
	text-align: left;
	padding: 5px 6px;
	font-size: 1.05rem;
	font-weight: 500;
	text-transform: none;
	color: #333333;
}

.drop-down ul a:hover{
	border-bottom:none;
    font-weight: 800;
	color: #333333;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
 /* text-decoration: underline; */
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down ul a {
    padding: 8px 10px;
	margin: 0px 26px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: #333333;
}

.main-nav .drop-down .drop-down ul a:hover{
	font-weight: bold;
}

.main-nav .drop-down .drop-down ul li{
	min-width:100px;
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.drop_mini:hover{
	border-bottom:none !important;
}



/* ---------언어변환-------- */

.changeLBox{
	position: relative;
	top: 6px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 2px 16px 5px 16px;
	margin-left: 10px;
}

.changeLInner{
	display: inline-block;
}

.clTextBox{
	display: flex;
}

.korEngTetx{
	color: #fff;
	font-weight: 300;
	font-size: 0.85rem;
	cursor: pointer;
}

.onL_Text{font-weight: bold;}

.keLine{
	position: relative;
    width: 1px;
    height: 10px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: rgba(255,255,255, 0.4);
    top: 6px;
}


/* Mobile Navigation */

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9998;
	overflow-y: auto;
	left: 100%;
	width:100%;
	transition: 0.4s;
	background-color: #fff;
	padding-top: 60px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  margin: 14px 18px;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	border-bottom: 3px solid #eb1c23;
  color: #eb1c23;
  text-decoration: none;
}


.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  /*right: 15px;*/
  font-weight: 100!important;

}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background-color: #fafafa;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}


.mobile-nav-toggle {
	position: fixed;
	right: 0px;
	top: 13px;
	z-index: 9999;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
  margin: 14px 14px 0 0;
  color: #eb1c23;
  font-size: 30px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9000;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #333333;
}

.mobile-nav ul{
	text-align: center;
	padding-top: 0px;
}

.mLogoBox{
	display: none;
}

/* #header.header-scrolled .mobile-nav-toggle i{ */
	/* color: red; */
/* } */

/*--------------------------------------------------------------
# Sectionszz
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	margin-top:140px;
	min-height: 800px;
	width: 100%;
	position: relative;
}

.sideNavBox{
	position: fixed;
	right: 20px;
	top: 40%;
	z-index: 6000;
}

.sideNavInner{
	text-align: right;
	/* width: 160px; */
	/* height: 180px; */
}

.snBox{
	width: 100%;
	position: relative;
	display: block;
	margin-top: -10px;
	cursor: pointer;
}

.snBoxTop{
	position: relative;
	display: inline-block;
	right: 30px;
	margin-top: 0px;
	cursor: pointer;
}

.sposition{
	position: relative;
	right: 18px;
}

.snBoxTop a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.snBox a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.snBox img{
	max-width: 100%;
	width: 84px;
}

.swiper-container {
	width: 100%;
}
.swiper-slide{
	
}

.positon_rel{
	position: relative;
}

.pc_slide_box{

}

.main_bg_change_01, .main_bg_change_02, .main_bg_change_03, .main_bg_change_04{
	min-height: 800px;
	/* height: 500px; */
}

.main_bg_change_01{
	width: 100%;
	position: relative;
	background: url(/public/img/main_visual_01.png)top no-repeat;
	background-size: cover;
}

.main_bg_change_01 a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index:400;
}

.main_bg_change_02{
	width: 100%;
	position: relative;
	background: url(/public/img/main_visual_02.png)top no-repeat;
	background-size: cover;
}

.main_bg_change_02 a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index:400;
}

.main_bg_change_03{
	width: 100%;
	position: relative;
	background: url(/public/img/main_visual_03.png)top no-repeat;
	background-size: cover;
}

.main_bg_change_03 a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index:400;
}

.main_bg_change_04{
	width: 100%;
	position: relative;
	background: url(/public/img/main_visual_04.png)top no-repeat;
	background-size: cover;
}

.main_bg_change_04 a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index:400;
}

.mainBg_product{
	position: absolute;
    right: 300px;
    bottom: 94px;
}

.mainBg_product img{
	width: 700px;
}

.main_copy{
	position: relative;
	z-index: 999;

}

.position_text{
	position: relative;
    top: 120px;
	z-index:300;
	overflow: hidden;
}

.inttextwrap{
	left: 0px;
	margin-bottom: 70px;
}

.inttextwrap img{
	max-width: 100%;
}

.intMBox{
	line-height: 90px;
}

.intMaintext {
	display: block;
	position: relative;
    top: 0px;
	text-align: left;
	color: white;
	font-size: 70px;
	font-weight: 100;
	transition: 0.7s;
}

.intMaintext span{
	display: inline-block;
	font-weight: bold;
}

.intsuBtext{
	display: block;
    font-weight: bold;
    font-size: 1.7rem;
    color: white;
    transition: 0.7s;
    line-height: 30px;
    margin-bottom: 26px;
	padding-left: 8px;
}



#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	width:170px;
	display: inline-block;
	padding: 14px 32px;
	transition: 0.5s;
	color: #fff;
	border-radius: 30px;
	/* border: 2px solid #fff; */
	color: #fff;
	background-color: #eb1c23;
}

.btn-get-started img{
	position: relative;
    width: 8px;
    top: -1px;
    left: 30px;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  /* background: #ffffff; */
  /* color: #333333; */
}


@media (max-width: 1300px) {
	
	.pc_prizeLine {
		top: 100px;
		/* display: none; */
	}	

	#intro {
		margin-top: 140px;
		min-height: 600px;
		width: 100%;
		position: relative;
	}

	.position_text {
		position: relative;
		top: 68px;
	}
	
	.inttextwrap img{
		width: 40%;
	}

	.intMBox {
		line-height: 64px;
	}

	.intMaintext{
		font-size: 46px;
	}

	.main_bg_change_01,.main_bg_change_02,.main_bg_change_03,.main_bg_change_04{
			min-height: 600px;
		}
		
		
	.sideNavBox{
		width: 128px;
		top: 31%;
	}	
	/* .snBox{ */
		/* margin-top: -20px; */
	/* }	 */
		
	/* .snBox img{ */
		/* max-width: 100%; */
		/* width: 100%; */
	/* } */

}

@media (max-width: 767px) {
	.sideNavBox{
		    width: 80px;
	}
	
	.sideNavBox{
		right: 7px;
		top: inherit;
		bottom: 60px;
	}
	
	.snBox {
		margin-top: -10px;
		right: -10px;
	}

	.m_ss_line {
		width: 0px;
	}
	
	/* .sideNavBox { */
		    /* width: 314px; */
	/* } */
	
	/* .sideNavInner { */
		/* flex-direction: row; */
		/* display: -ms-flexbox; */
		/* display: flex; */
		/* text-align: right; */
	/* } */
	
	/* .snBox{ */
		/* flex-grow: 1; */
		/* margin-top: -10px; */
	/* }	 */
		
	.snBox img{
		max-width: 100%;
		width: 80px;
	}
	
	.snBoxTop{
		right: inherit;
		bottom: 1px;
	}
	
	.back-to-top{
		width: 60px;
		height: 60px;
	}
	
	.back-to-top {
		bottom: -2px!important;
	}
	
	.mrPosition01{
		right: -18px;
	}
	
	.mrPosition {
		right: -10px;
	}
}

/*--------------------------------------------------------------
# 우측 햄버거 메뉴 css
--------------------------------------------------------------*/
.sign-popup-trigger {
	/* display: block; */
	/* width: 170px; */
	/* height: 50px; */
	/* line-height: 50px; */
	/* margin: 3em auto; */
	/* text-align: center; */
	/* color: #FFF; */
	/* font-size: 14px; */
	/* font-size: 0.875rem; */
	/* font-weight: bold; */
	/* text-transform: uppercase; */
	/* border-radius: 50em; */
	/* background: black; */
	/* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07); */
}

.img-replace {/* replace text with an image */display: inline-block;overflow: hidden; text-indent: 100%;color: transparent;white-space: nowrap;}

.sign-popup {position: fixed;left: 0;top: 0;height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.5);opacity: 0;visibility: hidden;-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;transition: opacity 0.3s 0s, visibility 0s 0.3s;}
.sign-popup.is-visible {z-index: 9000;opacity: 1;visibility: visible;-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;-moz-transition: opacity 0.3s 0s, visibility 0s 0s;transition: opacity 0.3s 0s, visibility 0s 0s;}

.sign-popup-container {position: relative;width: 100%;height: 100%;background-color:#00b1cc;text-align: center;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */-webkit-backface-visibility: hidden;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;
}
.sign-popup-container .sign-buttons:after {content: "";display: table;clear: both;}

.sign-popup-container .sign-buttons li {float: left;width: 50%;list-style: none;}
.sign-popup-container .sign-buttons a {display: block;height: 60px;line-height: 60px;text-transform: uppercase;color: #FFF;-webkit-transition: background-color 0.2s;-moz-transition: background-color 0.2s;transition: background-color 0.2s;}
.sign-popup-container .sign-buttons li:first-child a {background: #333333;border-radius: 0 0 0 .25em;}

.no-touch .sign-popup-container .sign-buttons li:first-child a:hover {background-color: #333333;}
.sign-popup-container .sign-buttons li:last-child a {background: #b6bece;border-radius: 0 0 .25em 0;}
.no-touch .sign-popup-container .sign-buttons li:last-child a:hover {background-color: #c5csign8;}

.sign-popup-container .sign-popup-close {position: absolute;top: 60px;right: 70px;width: 30px;height: 30px;}
.sign-popup-container .sign-popup-close::before, .sign-popup-container .sign-popup-close::after {content: '';position: absolute;top: 11px;width: 30px;height: 1px;background-color: #ffffff;}
.sign-popup-container .sign-popup-close::before {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);left: 4px;}
.sign-popup-container .sign-popup-close::after {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);right: -4px;}

.is-visible .sign-popup-container {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}


/* .none_marLR{margin-left:0px!important;margin-right:0px!important;} */
.noPadLR{padding-left:0px!important;padding-right:0px!important;}

.p_container_box{
	position: relative;
	width: 100%;
	height: auto;
}

.p_pop_conttentBox{
	position: relative;
}

.pop_logo{
	position: absolute;
	left: 70px;
	top: 60px;
	cursor: pointer;
}

.pop_logo img{
	width: 200px;
}

.popMenuInnerBox{
	text-align: center;
	padding-top: 180px;
	width: 100%;
	/* height: 400px; */
	/* background-color: pink; */
}

.pmBox{
	display: inline-block;
}

.pm_list{
	height: 110px;
	overflow: hidden;
}

.pm_listText{
	display: inline-block;
	font-size: 46px;
	font-weight: 200;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.font_titi{
	font-weight: 100;
	font-family: 'Titillium Web', sans-serif!important;
}

.pm_listText:hover{
	font-weight: 500;
	border-bottom: 4px solid #fff;
}

.pmBoxBottomtext{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 200;
	letter-spacing: 1px;
	position: absolute;
	bottom: 60px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.pc_footer{display: block;}
.mobile_footer{display: none;}

#footer{width:100%;position: relative;background-color: #333333;}


.f_top_category .go_onTopBox{display:table;position: absolute; right:10px;top:0;background-color:#212121;width:64px;height:64px;text-align:center;}
.f_top_category .go_onTopBox .goonImg{display: block;text-align:center;}
.f_top_category .go_onTopBox img{width:20px;display: inline-block;}
.f_top_category .go_onTopBox a{display: table-cell;vertical-align:middle;font-size: 1rem;color: #fff;}

.f_bottom_category_wrap{width:100%;background-color: #FFF;}
.f_bottom_category{position: relative;display: flex;text-align: left;width:100%;max-width: 1200px;margin: 0 auto;background-color: #FFF;padding-top: 70px;padding-bottom: 70px;padding-left: 10px;padding-right: 10px;}
.f_bottom_category_logo img{width:160px;}
.f_bottom_category_box_wrap{    padding-top: 20px;margin-left: 30px;}
.f_bottom_category_box{text-align: left;width: 100%;}
.f_bottom_category_item{display: block;font-size: 0.95rem;color: #969696;margin-top: 4px;}
.f_bottom_category_item br{display: none;}

.ffline{
	margin-left: 20px;
	margin-right: 20px;
}

.copyrighrt{color: #666666;font-size: 0.9rem;margin-top: 15px;margin-left: 0px;}

.pc_customerBox{display: block;text-align:right;position: absolute;right: 10px;width: 300px;}
.m_customerBox{display: none;}

.customText{display: inline-block;padding-bottom:4px;}
.customText p{color: #fff;margin-bottom:0;}
.customText span{	font-family: 'Titillium Web', sans-serif;color: #eb1c23;font-size: 2.4rem;font-weight: 700;}
.customText span a{color: #fff;font-size: 1.7rem;}
.customday{font-weight: bold;font-size: 1.04rem;color: #222222;padding-top: 2px;}
.customday span{color: #878787;font-weight: bold;margin-right: 8px;}

@media (max-width: 1300px) {
	
	.f_bottom_category{
		padding-left: 30px;
		padding-right: 30px;
	}

	.f_bottom_category_logo img {
		width: 120px;
	}

	.f_bottom_category_box_wrap {
		padding-top: 10px;
		margin-left: 30px;
	}

	.pc_customerBox{
		right: 30px;
	}

	.customText span{
		font-size: 2rem;
	}


}

@media (max-width: 1050px){
	.f_bottom_category_item{width: 420px;}
	.ffline{display: none;}
	.f_bottom_category_item br{display: block;}
}

@media (max-width: 840px) {
	.pc_customerBox{display: none;}
	.m_customerBox{display: block;}
	.customText{position: relative;left:inherit;}
	.customText p{display: inline-block;}
	.customText span{display: inline-block;margin-left:10px;}
}

@media (max-width: 769px) {
	.f_top_category_wrap{height:auto;}
	.f_top_category{padding: 4px;}
	.f_top_category_item{margin:10px;font-size:0.85rem;}
	
	.f_bottom_category{padding-left:0px;padding-right:0px;text-align: center;display: block;padding-top: 50px;padding-bottom: 50px;}
	.f_bottom_category_logo{margin-bottom:14px;}
	.f_bottom_category_logo img {width: 100px;}
	.f_bottom_category_box_wrap{margin-left:0px;}
	.f_bottom_category_item{line-height: 24px;text-align:center;width:100%;font-size:0.75rem;margin:4px 0 4px 0;}
	.f_bottom_category_item br{display: block;}
	.m_none{display: none;}
	.m_customerBox{padding-top: 20px;text-align: center;}
	.customText span{font-size:1.6rem; }
	.copyrighrt{font-size:0.75rem;}
}



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

.m_snsLineBox{display: block;
    margin-left: 20px;
}
.logo_991{display: none;}
.inqBoxWrap{display: block;
    margin-left: 20px;}

@media (max-width: 1300px) {
	#header{
		padding-left: 20px;
		padding-right: 20px;
	}
	.logo{
		left: 20px;
	}
	.logo img {
		width: 64px;
		position: relative;
	}

	.logoSideTetx {
		display: inline-block;
		position: relative;
		top: 18px;
		font-size: 1.04rem;
		font-weight: bold;
		margin-left: 20px;
	}

	.ht_rightBox {
		display: flex;
		position: absolute;
		right: 50px;
		top: 15px;
	}

	.containerBoxWrap{
		height: 50px;
	}

	.main-nav a{
		height: 50px;
		padding-top: 13px;
	}
	
	.sItemBox{
		font-size: 0.9rem;
	}
	
	.inq_box{
		/* top: 6px; */
		height: 40px;
		width: 170px;
		font-size: 1.04rem;
		padding-top:6px;
	}
}


@media (max-width: 1150px) {
	#header{
		padding-left: 10px;
		padding-right: 10px;
	}
	.inq_box{
		height: 40px;
		width: 130px;
		font-size: 0.95rem;
	}
	.sItemBox{
		/* font-size: 0.95rem; */
	}
	.inq_box {
		top: -2px;
		padding-top: 8px;
	}
	
	.main-nav a {
		/* margin-left: 8px; */
		/* margin-right: 8px; */
		/* font-size: 0.95rem; */
		font-weight: 600;
	}
	
	.m_snsLineBox{
		margin-left: 10px;
	}
	
	.inqBoxWrap{
		margin-left: 10px;
	}
	
	.inq_box img{
	    width: 22px;	
	}
}

@media (max-width: 991px) {
	.h_topLine{display: none;}
	.containerBoxWrap{display: none;}
	.pc_prizeLine {
		top: 85px;
		/* display: none; */
	}	
	.logo img {
		height: 55px;
		width: auto;
		position: relative;
	}
	
	.mLogoBox{
		display: block;
		position: absolute;
		left: 20px;
		top:10px;
	}
	
	.mLogoBox img{
		width: 120px;
	}
	
	.m_snsLineBox{
		display: block;
		margin-left: 0px;
		margin-top: 30px;
		}
	
	.inqBoxWrap{
		display: block;
		text-align: center;
		position: relative;
		width: 100%;
		    bottom: -30px;
		margin-left: 0px;
	}
	
	.inq_box{
		display: inline-block;
	}
	
	.m_inq_box {
		display: inline-block;
		position: relative;
		height: 50px;
		width: 180px;
		text-align: center;
		border-radius: 30px;
		color: #eb1c23;
		font-size: 1.1rem;
		font-weight: bold;
		border: 2px solid #eb1c23;
		padding-top: 10px;
		cursor: pointer;
	}
	.m_inq_box img {
		width: 24px;
		margin-right: 10px;
	}
	
	#header {
		background-color: #fff;
		height: 85px;
		padding: 20px 10px 20px 10px;
	}

	#header .logo h1 {
	font-size: 28px;
	}
	
	#intro{
		margin-top:85px;
	}
	#intro .intro-info {
		padding-top: 40px;
	}
	
	#intro .intro-info h2{
		margin-bottom: 227px;
	}
	

	.position_text {
		position: relative;
		top: 60px;
		z-index: 300;
	}
	
	
	.mobile-nav .drop-down li{
		padding-left: 0px;
	}
	
	.mobile-nav .drop-down li a{
		font-size: 1.4rem;
	}
	
	.m_ss_line {
		width: 0px;
	}
}


@media (max-width: 767px) {
	.back-to-top {
	bottom: 15px;
	}
	
	.pc_prizeLine{
		display: none;
	}
	
	.m_prizeLine{
		display: block;
		top:60px;
		left: 0px;
		opacity: 1;
		width: 100%;
		height: 17vw;
		position: absolute;
		z-index: 666;
		background-image: url(/public/img/m_prize.png?v1);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	
	.m_prizeLine a{
		position: relative;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
	}
	
	.m_prizeLine img{width:100%;}

}

@media (max-width: 767px) {
	#header {
		height: 50px;
		padding: 20px 0;
	}
	#header.header-scrolled, #header.header-pages{
		height: 50px;
		background-color: #fff;
		padding: 20px 0;
	}
	
	.m_prizeLine{
		top: 50px;
	}
	
	.logo_991{
		position: absolute;
		left: 10px;
		top: 13px;
	}
	
	.logo_991 img {
		width: 60px;
	}
	
	.logo_991 span{
		font-size:1rem;
	}

	#header .logo{
		left: 16px;
		top: 8px;
		padding-top: 0px;
	}
	
	#header .logo img{
		height: 35px;
		width: auto;
		padding-top: 0px;
	}

	
	#intro {
		min-height: unset;
		height: auto;
		padding: 0px 0 0px 0;
		margin-top: 95px;
	}

	#intro .container {
		width:100%;
	height: auto !important;
	}
	
	.main_bg_change_01,.main_bg_change_02,.main_bg_change_03,.main_bg_change_04{
		min-height: 128vw;
	}
	
	
	.main_bg_change_01 {
		width: 100%;
		position: relative;
		background: url(/public/img/m_main_visual_01.png)top no-repeat;
		background-size: 100%;
	}
	
	.main_bg_change_02 {
		width: 100%;
		position: relative;
		background: url(/public/img/m_main_visual_02.png)top no-repeat;
		background-size: 100%;
	}
	
	.main_bg_change_03 {
		width: 100%;
		position: relative;
		background: url(/public/img/m_main_visual_03.png)top no-repeat;
		background-size: 100%;
	}
	
	.main_bg_change_04 {
		width: 100%;
		position: relative;
		background: url(/public/img/m_main_visual_04.png)top no-repeat;
		background-size: 100%;
	}
	
	.inttextwrap{
		width:100%;
		text-align: left;
	}
	
	.inttextwrap img {
		display: none;
		width: 80%;
	}
	
	.intMaintext{
		font-size: 1.8rem;
	}
	
	.intsuBtext{
		font-size: 1.2rem;
		margin-bottom: 16px;
		padding-left: 0px;
	}
	
	.intMBox {
		line-height: 40px;
	}
	
	#intro .intro-img {
	width: 80%;
	}

	#intro .intro-info {
	text-align: center;
	padding-top: 40px;
	}

	#intro .intro-info h2 {
		font-size: 2.1rem;
		line-height: 44px;
		font-weight: 600;
		margin-bottom: 100px;
		text-align: center;
	}
	
	#intro .intro-info h2 span{
		font-size: 1rem;
		line-height: 22px;
	}
	
	#intro .intro-info h2 br{
		display: none;
	}

	
	.m_btnPosition{
		display: block;
		position: fixed;
		bottom: 14%;
		left:50%;
		transform:translateX(-50%);
	}
	
	#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
		font-size: 0.9rem;
		text-transform: uppercase;
		/* letter-spacing: 1px; */
		display: inline-block;
		padding: 6px 12px;
		transition: 0.5s;
		color: #fff;
		border-radius: 30px;
		color: #fff;
		width: 140px;
	}
	
	.btn-get-started img{
		left: 10px;
	}

	.position_text {
		top: 90px;
	}
	
	.mainBg_product{
		left:50%;
		transform:translateX(-50%);
		right:inherit;
		bottom: 110px;
	}
	
	.mainBg_product img {
		width: 370px;
	}
	
	.mobile-nav ul {
		text-align: center;
		padding-top: 0px;
	}
	
	.mobile-nav li {
		/* height: 56px; */
	}
	
	.mpsize img{
		width: 300px!important;
	}
	
	.mLogoBox img {
		width: 70px;
	}
	.mobile-nav a{
		font-size: 1.2rem;
	}
	
	.mobile-nav .drop-down li a {
		font-size: 1.1rem;
	}
	
	.mobile-nav-toggle{
		top:9px;
		right: 8px;
	}
	.mobile-nav-toggle i {
		margin: 0px;
	}
	
	.inq_box{
		height: 42px;
		width: 150px;
	}

}

@media (max-width: 450px) {

	.m_prizeLine{
		display: block;
		top:50px;
		left: 0px;
		opacity: 1;
		width: 100%;
		height: 14vw;
		position: absolute;
		z-index: 666;
		background-image: url(/public/img/m_prize.png?v1);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
}	

/* paging ê´€ë ¨ ì¶”ê°€ */

.front_paging_line{text-align: center;margin-top: 20px;}
.front_paging_box{display: inline-block;}

.prev_page{text-align: center;width: 54px;height: 46px;line-height: 46px;background-color: #ededed;color: #999999;margin-right: 12px;font-size: 15px;font-family: 'Noto Sans KR', sans-serif;cursor: pointer;border: none;}
.next_page{text-align: center;width: 54px;height: 46px;line-height: 46px;background-color: #424242;color: #fff;margin-left: 10px;font-size: 15px;font-family: 'Noto Sans KR', sans-serif;cursor: pointer;border: none;}

.front_paging_number_box{height: 46px;}
.front_paging_number_box ul{padding: 0px;}
.front_paging_number_box ul li{display: inline-block; height: 46px;width: 46px;text-align: center;cursor: pointer;padding-top: 11px;font-family: 'Noto Sans KR', sans-serif;box-sizing: border-box;margin-left:-2px;}
.front_paging_number_box ul li:hover{background-color: #ededed;}

.flex_box{display: flex;}
.on_front_paging{padding-top: 8px!important;position: relative;top:-1px;font-weight: bold;border: 2px solid black !important;}