/* include 공통 CSS */

/************************* 공통 시작*************************/
.sub_title_navi			{display:block; }


.inner {max-width: 1580px;width: 100%; margin: 0 auto; position: relative;}
.inner-1320 {max-width: 1320px;width: 100%; margin: 0 auto; position: relative;}
.inner-1420 {max-width: 1420px;width: 100%; margin: 0 auto; position: relative;}
.inner-600 {max-width: 600px;width: 100%; margin: 0 auto; position: relative;}


@media(max-width:1620px){
	.inner {padding: 0 4%;}
}
@media(max-width:1460px){
	.inner-1420 {padding: 0 4%;}
}
@media(max-width:1360px){
	.inner-1320 {padding: 0 4%;}
}
@media(max-width:640px){
	.inner-600 {padding: 0 4%;}
}
/* left menu 있을때... */
/*
.sub_left								{width:15%; max-width:200px; float:left;}
.sub_right						{width:82%; padding-right:1%; float:right; position:relative;}
*/

.sub_left								{display:none; }
.sub_right						{width:100%; position:relative;}
@media(max-width:1300px){

}

@media(max-width:1100px){
.sub_left	{display:none;}
.sub_title_navi			{display:none; }
.sub_tab	{display:block;}
.sub_right					{width:100%; padding-right:0%; padding:3%; float:none;}
}
@media(max-width:768px){
.sub_title_navi			{display:block;}
}

.content_title			{margin:15px 0; padding:15px 0; border-bottom:1px solid #dfdfdf;}
.content_title h1		{font-size:18px; font-weight:700; color:#000;}
.content_title p		{font-size:12px;}

.content_desc				{min-height:500px;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header_home_btn					{width:100%; text-align:center; color:#fff;} /*상단 홈/로그인/사이트맵 영역 background-color:#333; padding:10px;*/ 
.header_home_btn img				{max-width:100%;}
.home_btn_word						{margin:0 auto;position:relative;}
.home_btn_word a					{display:inline-block; padding:8px 0; font-size:12px;}
.home_btn_word span				{display:inline-block; margin:0 10px;}

.header_t {position: fixed; left:0; top:0; z-index: 100; font-size: var(--fz); width:100%; height:5em; background: var(--sub-color); transition:all 0.4s ease;}
.header__inner {width:100%; height: inherit; max-width:1840px; margin: 0 auto; display: flex; align-items:center; justify-content:space-between;}

@media (max-width:1880px){
	.header__inner {padding:0 4%;}
}

.header_logo					{}
.header_logo a {width: 100%; display: block;}
.header_logo img {width:6.3125em; display: block; transition:all 0.4s ease;}

.header_gnb {height: inherit; width:40%;}
.header_gnb .main_menu{display: flex; align-items: center; height: inherit; gap:1.6em;}
.header_gnb .main_menu .menu{ height: inherit;}  
.header_gnb .main_menu .menu>a{font-size: 1.125em; font-weight: 400; height:inherit; display: flex; align-items: center; color:var(--main-color); transition:all 0.4s ease;}

.header_gnb .snb_menu{display: none; position: absolute; top:100%; background:var(--sub-color); width: 100%; padding-right: calc((100% - 1840px) / 2); padding-left: calc((100% - 1840px) / 2); padding-top: 1.25em; padding-bottom: 1.25em; left:0; right:0; margin: auto; border-top:1px solid #ddd; z-index: 5;}
.header_gnb .sub_menu {padding-bottom: 0.5em;}
.header_gnb .sub_menu > a{display: block; font-size:1.125em; line-height: 1.4; color:var(--main-color) !important;}
.header_gnb .sub_menu:last-child {padding-bottom: 0;}

.header_gnb .main_menu:hover li>a{color:rgba(70,100,65,0.3);}
.header_gnb .main_menu li:hover a{color:var(--main-color);}
/* .header_gnb .main_menu:hover li.active>a{color:var(--main-color);} */
.header_gnb .main_menu li>a:focus, .header_gnb .main_menu li>a:hover{color:var(--main-color);}/*hover*/
/* .header_gnb .main_menu li.active>a{color:var(--main-color);} */
/*1댑스 현재 페이지 on*/
/* .header_gnb .snb_menu .sub_active>a{color:var(--main-color);} */
/*2댑스 현재 페이지 on*/
/*.header_gnb .snb_menu a:hover{color:#fff;} 2댑스 hover*/

.header_member {width:40%;}
.header_member ul {display: flex; align-items: center; justify-content: flex-end; gap:1.75em;}
.header_member ul a {display: flex; align-items: center; justify-content: center;}
.header_member ul img {transition:all 0.4s ease; vertical-align: top;}

@media (max-width:1880px){
    .header_gnb .snb_menu {padding-right:4%; padding-left: 4%;}
}
@media (max-width:768px){
	.header_gnb {width:60px;}
	.header_gnb .main_menu {display: none;}
	.header_member {width:60px;}
	.header_member ul li:nth-child(1), .header_member ul li:nth-child(4), .header_member ul li:nth-child(5) {display: none;}
}

.header-member__list {display: flex; align-items: center;}
.header-member__item {position: relative;}
.header-member__link {font-size: 1em; display: flex; align-items: center; gap:0.2223em}


.header-member__list .header-lang__navi{position:absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width:100%; height: 0; overflow: hidden; gap:0;}
.header-member__list .header-lang__list {display: flex; flex-direction: column; margin: 1em; background-color: rgba(0,0,0,0.5); border-radius: 0.5em; box-shadow:var(--shadow-1); transition: .15s ease-in-out all; gap:0;}
.header-member__list .header-lang__link{padding:0.5em 1.5em; display: block; white-space: nowrap; transition: 0.15s ease-in-out all; color:#fff;}

/* 햄벅 */
.mo_nav		{display:none; height:inherit; align-content: center;}
.mo_nav *{
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.mo_nav .navbar-toggle {position: relative; background-color:transparent; background-image:none; border-radius:3px; border:0;display:inline-block;}
.mo_nav .navbar-toggle:focus {outline: 0;}
.mo_nav .navbar-toggle .icon-bar {background:#181818; display:block; width:24px; height:2px; border-radius:5px;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:6px; height:2px; width:24px; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:6px; width:24px; height:2px; }

.mo_nav:hover .navbar-toggle .icon-bar								{transform:translateX(5px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar		{transform:translateX(8px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar + .icon-bar		{transform:translateX(3px);}
.mo_nav > a {display:inline-block;}

@media (max-width:768px){
	.mo_nav {display: block;}
}

.header_t.white {background: none;}
.header_t.white .header_gnb .main_menu .menu>a {color:#fff;}
.header_t.white .header_logo img {filter:contrast(0) brightness(2);}
.header_t.white .header_member ul img {filter:contrast(0) brightness(2);}
.header_t.white .mo_nav .navbar-toggle .icon-bar {background: #fff;}

/* .header_t:hover {background: var(--sub-color);}
.header_t:hover .header_gnb .main_menu .menu>a {color:var(--main-color);}
.header_t:hover .header_logo img {filter:none;}
.header_t:hover .header_member ul img {filter:none;} */


#member_point {position:absolute;z-index:99;top:30px;left:0px;height:15px;line-height:18px; color:#222; text-align:center;padding:6px 0 0;background:url("./img/join.png") no-repeat 50% 0;animation:ani 1.5s infinite;-webkit-animation-timing-function:ease-in-out;}
#member_point .mb_pt {display:block;width:45px;margin:0;background:#eeeded; border-radius:5px;  text-align:center;font-size:10px;color:#222;}
@keyframes ani {
  0%   {top:20px;}
	50%  {top:17px;}
  100% {top:20px;}
}

#hd_sch {border-radius: 30px;overflow: hidden;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch #sch_str {
	float: left;
	width: 285px;
	height: 45px;
	padding-left: 15px;
	border-radius: 30px 0 0 30px;
	background: #f1f1f1;
	border: 0;
	border-right: 0;
	font-size: 1.2em;
	color: #222;
}
#hd_sch #sch_submit {
	float: left;
	width: 60px;
	height: 45px;
	border: 0;
	background: #f1f1f1;
	color: #000;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
	font-size: 16px;
}


/************************* header_inc 끝*************************/

.footer {font-size: var(--fz); padding:3.75em 0; background: var(--main-color);}
.footer__inner {width:100%; max-width:1840px; margin:0 auto;}
.footer__wrap {display: flex; justify-content: space-between;}
.footer__sec {width:58.625em; display: flex; flex-direction: column; gap:5em;}
.footer__box {width:100%; display: flex; flex-wrap: wrap;}
/* .footer__box--bottom {gap:2.5em 6.25em;} */
.footer__cont {width:29.3125em;}
.footer-nav {display: flex; gap:2.5em;}
.footer-nav__link {font-size: 0.875em; font-weight: 500; line-height: 1.4; letter-spacing: -0.03em; color:var(--sub-color);}
.footer__name {font-weight: 700; line-height: 1.4; letter-spacing: -0.03em; color:var(--sub-color); padding-bottom: 1.25em;}
.footer-info {display: flex; flex-direction: column; gap:0.5em}
.footer-info__item {display: flex; gap:1.5715em; font-size: 0.875em; font-weight: 300; line-height: 1.4; letter-spacing: -0.03em; color:var(--sub-color);}
.footer-info__cate {display: block; width:7.8572em;}
.footer-info__desc {width:calc(100% - 9.4287em);}
.footer__head {display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end;}
.footer__logo {font-size: 1em;}
.footer__logo img {width:34em;}
.footer__copyright {font-size: 0.875em; font-weight: 300; line-height: 1.4;  color:rgba(243,238,237,0.3)}

@media (max-width:1880px){
	.footer__inner {padding:0 4%;}
	.footer__logo img {width:16.25em;}
}
@media (max-width:768px){
	.footer__wrap {flex-direction: column;}
	.footer__box {gap:3.125em;}
	.footer__sec {gap:2.5em; width:100%;}
	.footer__head {padding-top: 3.125em;}
	.footer__copyright {padding-top: 2.5em;}
	.footer__logo img {width:16.25em;}
}
/************************* main_inc 시작*************************/

.main_visual										{position:relative; margin:0 auto;}

.main_center										{margin:0 auto;width:1000px;}
.shop_mani_wrap									{margin-top:20px;}




.main_1					{background:#f9f9f9; padding:60px 0 60px 0;width:100%;}
.main_1:after					{display:block; clear:both; content:'';}
.main_1 .main_1_wrap					{max-width: 1140px; margin: 0 auto;margin-top: 0px;position: relative;}
.main_1 .main_1_slide {margin-top:35px;}
.main_1 h1		{text-align:center; font-size:30px; color:#181717; font-weight:600;}
.main_1 h2		{text-align:center; font-size:15px; color:#4a4a4a; font-weight:600; margin-top:10px;}

.main_in					{width:1100px; margin:0 auto; padding:20px 0 20px 0; text-align:center;}
.main_in:after					{display:block; clear:both; content:'';}
.rnd			{float:left; margin-left:33px;}
.rnd h1		{margin:35px 0 19px 0; font-size:22px; color:#151515;}
.rnd h2		{margin:45px 0 33px 0; font-size:22px; color:#151515;}
.rnd p		{font-size:16px; color:#585858; margin-bottom:30px; line-height:23px;}
.main_btn a		{width:100%; margin:0 auto; display:block; background:#fff; border:1px solid #dfdfdf; padding:10px 0;}
.main_btn a:hover	{background:#575757; color:#fff;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}


.main_3	{ max-width:1200px; margin:0 auto;text-align:center; padding: 60px 0;}
.main_3 h1		{text-align:center; font-size:30px; color:#181717; font-weight:600;}
.main_3 h2		{text-align:center; font-size:15px; color:#4a4a4a; font-weight:600; margin-top:10px;margin-bottom:35px;}

/************************* main_inc 끝*************************/

/************************* title_navi 시작 *************************/
.navi_all {width:100%; margin:0 auto; background:#fff; height:50px; border-bottom:1px solid #ddd; } 
.navi_in	{max-width:1200px; margin:0 auto; padding:0;}
.navi_in:after		{clear:both; content:''; display:block; width:100%;}

.home_btn_all						{float:left; padding:0; width:50px; }
.home_btn_all .home_btn {border-right:1px solid #efefef; border-left:1px solid #efefef;}
.home_btn_all .home_btn a	{display:block; height:49px; line-height:50px; text-align:center; }
.home_btn_all .home_btn a:hover		{background:#f8f8f8;}
.home_btn_all .home_btn a img	{vertical-align:middle;}

.navi_left					{float:left;}
.navi_left:after		{clear:both; content:''; display:block; width:100%;}
.navi_left div			{float:left;}

.navi_all{border-bottom:1px solid #ddd;}
.navi_in{width:100%; max-width:1300px; margin:0 auto; display: flex;}
.navi_in .home_btn_all a{display: flex; align-items: center; justify-content: center; padding:15px;}
.navi_in .down_btn{position:relative; border-left:1px solid #ddd;}
.navi_in .down_btn2{border-right:1px solid #ddd;}
.navi_in .down_btn .down_btn_title{display: flex; align-items: center; padding:17px 30px; cursor: pointer; width:240px;}
.navi_in .down_btn .down_btn_title h3{font-size:15px; line-height:1; transition:all .2s;}
.navi_in .down_btn:hover .down_btn_title h3{color:#ea002b;}
.navi_in .down_btn .down_btn_title img{position:absolute; right:30px; top:0; bottom:0; margin:auto; transition:all .3s;}

ul.extend{position:absolute; background:#fff; width:calc(100% + 2px); top:50px; border:1px solid #ddd; z-index: 5; left:-1px; padding:10px 0; display: none;}
ul.extend li{}
ul.extend li a{ font-size:15px; display: block; margin:0 30px; padding:13px 0; transition:all .3s;}
ul.extend li a:hover{color:#ea002b;}
@media(max-width:1050px){
	.navi_in .down_btn .down_btn_title {width:200px; padding: 20px;}
}
@media(max-width:768px){
	ul.extend {top:55px;}
	ul.extend li a {font-size: 14px; margin: 0px 20px; padding: 10px 0;}
}
@media(max-width:600px){
	.navi_in .home_btn_all{display: none;}
	.navi_in .down_btn{width:50%;}
	.navi_in .down_btn .down_btn_title {width:100%; padding: 15px;}
	.navi_in .down_btn .down_btn_title h3 {font-size: 13px;}
	.navi_in .home_btn_all a {padding:8px;}
	.navi_in .down_btn .down_btn_title img {right:15px;}
	ul.extend {top:43px;}
	ul.extend li a {font-size: 13px; margin: 0px 17px; padding: 8px 0;}
}

/************************* title_navi 끝 *************************/




/************************* footer_inc 시작 *************************/



/************************* footer_inc 끝 *************************/



/************************* left_lnb_inc 시작 *************************/
.left_lnb		{  }
/************************* left_lnb_inc 끝 *************************/



/************************* ui.totop 시작 *************************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("./img/ui.totop6.png") no-repeat left top;
}

#toTopHover {
	background:url("./img/ui.totop6.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
/************************* ui.totop 끝 *************************/

/* 서브 16 시작 */
.s16-tit {padding-bottom: 0.4rem;}
.s16-tit__cate {display: block; font-size: var(--fz-17); font-weight: 700; color:var(--main-color); padding-bottom: 0.05rem;}
.s16-tit__title {font-size: var(--fz-50); font-weight: 600; line-height: 1.3; letter-spacing: -2px;}
.s16-form {display: flex; flex-wrap: wrap;}
.s16-form__item {width:48.4616%; padding-bottom: 0.35rem;}
.s16-form__item:nth-child(1), .s16-form__item:nth-child(3) {margin-right: 3.077%;}
.s16-form__item--full {width:100%; padding-bottom: 0.4rem;}
.s16-form__title {font-size: var(--fz-20); font-weight: 600; padding-bottom: 0.15rem;}
.s16-form__item input[type="text"] {width:100%; height:0.6rem; padding:0.2rem; font-size: var(--fz-17); font-weight: 500; background: #fff; border:1px solid #ccc;}
.s16-form__item input[type="text"]::placeholder {color:#ccc;}
.s16-form__tel {display: flex; align-items: center;}
.s16-form__tel input[type="text"] {width:23.8096%}
.s16-form__tel input[type="text"]:last-of-type {width:36.508%;}
.s16-form__dash {display: block; width:2.381%; height:1px; background: #222; margin:0 2.8572%}
.s16-form__email {display: flex; align-items: center;}
.s16-form__email input[type="text"] {width:23.8096%}
.s16-form__email input[type="text"]:last-of-type {width:33.3334%; margin-right:2.381%}
.s16-form__email .whelk {font-size: var(--fz-17); font-weight: 600; margin:0 2.381%;}
.s16-form__email select {width:33.3334%; height:0.6rem; padding:0.2rem; font-size: var(--fz-17); font-weight: 500; background: #fff; border:1px solid #ccc;}
.s16-form__item textarea {width:100%; height:1.5rem; background: #fff; border:1px solid #ccc; resize:none; padding:0.2rem; font-size: var(--fz-17); font-weight: 500;}
.s16-form__item textarea::placeholder {color:#ccc;}
.s16-form__bottom {width:100%; display: flex; justify-content: space-between;}
.s16-form__left {display: flex; align-items: flex-start;}
.s16-from__label {margin-right:0.05rem; display: flex; align-items: center;}
.s16-from__label span {font-size: var(--fz-15); font-weight: 500;}
.s16-from__label input[type=checkbox] {vertical-align:middle; appearance:none; border:1px solid #ccc; width:15px; height:15px; border-radius:1px; position:relative; background: #fff url('./img/check_btn.png') no-repeat center / 9px 6px; margin-right:0.1rem;}
.s16-from__label input[type=checkbox]:checked {border:1px solid var(--main-color); background: #fff url('./img/check_btn-chk.png') no-repeat center / 9px 6px;}
.s16-from__privacy, .s16-from__privacy:link, .s16-from__privacy:visited {font-size: var(--fz-15); font-weight: 600; color:var(--main-color);}
.s16-form__right {width:1.8rem; height:0.6rem; display: flex; align-items: center; justify-content: center; color:var(--main-color); border:1px solid var(--main-color); font-size: var(--fz-17); font-weight: 600; text-align: center; transition:all 0.4s;}
.s16-form__right:hover {background: var(--main-color); color:#fff;}
/* 서브 16 끝 */