/* include 공통 CSS */

/************************* 공통 시작*************************/
.sub_title_navi			{display:block; }


.inner {max-width: 1520px;width: 100%; margin: 0 auto; position: relative;}

@media(max-width:1560px){
	.inner {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; right: 0; background-color: #fff; border-bottom: 1px solid transparent; transition: 0.3s ease all; z-index: 99999;}
.header_t .inner {max-width:1520px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position:static}
@media (max-width:1560px) {
	.header_t .inner {padding: 0 4%;}
}


.header_logo					{}
.header_logo a {width: 100%; display: block;}
.header_logo img {width: 2.09rem; display: block;}

.header_member				{display: flex; align-items: center; text-align: center;}
.header_member>div {margin-right: 0.2rem;}
.header_member>div:last-child {margin-right: 0;}
.header_login {position: relative; display: flex; align-items: center;  height: 0.8rem;}
.header_login_list {display: none; position: absolute; left: 50%; transform: translateX(-50%); top: 100%; padding: 0.1rem; background-color: #fff; z-index: 99;}
.header_login_list li a {display: block; padding: 0.1rem 0.15rem; font-size: 0.16rem; font-weight: 500; line-height: 1.2;}

.header_gnb{width:100%;}
.header_gnb a{font-size:0.17rem;}
.header_t.f-nav .header_gnb a{color:var(--main-gray);}
.header_t.f-nav {border-bottom: 1px solid var(--border-gray);}

.header_gnb .main_menu{display: flex; align-items: center; justify-content: center;}
.header_gnb .main_menu .menu{padding:0 0.3rem;}  
.header_gnb .main_menu .menu>a{height:0.8rem; display: flex; align-items: center; transition: 0.3s ease all;}
@media (max-width:1560px) {
	.header_gnb a {font-size: 0.16rem;}
	.header_gnb .main_menu .menu {padding: 0 0.2rem;}
}
@media (max-width:1280px) {
	.header_gnb a {font-size: 0.15rem;}
	.header_gnb .main_menu .menu {padding: 0 0.15rem;}
}
@media (max-width:1180px) {
	.header_gnb a {font-size: 0.14rem;}
	.header_gnb .main_menu .menu {padding: 0 0.1rem;}
}

.header_gnb .snb_menu{display: none; position: absolute; top:0.8rem; background:#fff; padding:5px; width: 100%; left:0; right:0; margin: auto; border:1px solid #ddd; z-index: 5;}
.header_gnb .snb_menu.sub_active{}
.header_gnb .snb_menu ul{display:flex; width: 100%; gap: 2em; justify-content: center; align-items: center; padding:1.5em;}
.header_gnb .snb_menu a{display: block; color:var(--main-gray); text-align: center; transition: 0.3s ease all;}

.header_gnb .main_menu li>a:focus, .header_gnb .main_menu li:hover>a{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-black); font-weight:500;}/*2댑스 현재 페이지 on*/
.header_gnb .snb_menu li>a:focus, .header_gnb .snb_menu li:hover>a{color:var(--main-black); font-weight:500;}/*hover*/
/*.header_gnb .snb_menu a:hover{color:#fff;} 2댑스 hover*/


/* 햄벅 */
.mo_nav		{display:none;}
.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; padding:10px 0px; 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:5px; height:2px; width:21px; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:5px; width:29px; height:2px; }

.mo_nav:hover .navbar-toggle .icon-bar								{transform:translateX(5px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar		{transform:translateX(16px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar + .icon-bar		{transform:translateX(3px);}
.mo_nav > a {display:inline-block;}
.mo_nav_in > div img {width: 0.24rem;}

@media(max-width:1000px){
	.header_t .inner {height: 0.8rem;}
	.mo_nav							{display:block; float:right; max-width:100%;}
	.mo_nav_in					{display:flex;justify-content:flex-end; align-items: center;}
	.mo_nav_in > div    {margin-left:10px;}
	.header_search			{display:none;}
	.header_logo img {width: 1.8rem;}
	.header_gnb_bg			{display:none;}
	.header_btn dl dd:not(.cart_icon):not(.search_icon)					{display:none;}
	.heightBlank					{height:60px;display:none;}
	.header_member				{display:none;}

	.cart_mo_no						{position: relative; }
	.cart_mo_no a span		{position: absolute; right:-0.1rem; top:-0.1rem; display: inline-flex; justify-content: center; align-items: center; width:0.2rem; height:0.2rem; background:var(--sub-black); border: 1px solid var(--sub-black); color:#fff; border-radius:100%;text-align:center; font-size: 0.12rem;}
}



#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 끝*************************/

/************************* main_inc 시작*************************/

.main-visual										{position:relative; margin:0.8rem auto 0;}

.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:var(--main-color);}
.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:var(--main-color);}
@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 {padding: 60px 0; background: var(--bg-color); font-size: 0.16rem; color: var(--sub-black);}
footer .inner {max-width:1400px; margin:0 auto;}
footer .inner a {color: var(--sub-black); transition: .3s ease  all;}
@media (hover:hover) {
	footer .inner a:hover {color: var(--main-color);}
}
footer .flx {display: flex; justify-content:space-between;}
.footer-top {}
.footer-logo img {width: 2.2rem;}
.footer-middle {margin: 2.5em 0 3.75em; line-height: 1.6;}
.footer-middle .left {display: flex;}
/* 패밀리사이트 클릭시 위로 올라오는 CSS*/
.select_op						{border:1px solid #ddd;border-bottom:none; width:100%; margin-top:0px; display:none; position:absolute; z-index:3; background:#fff; font-size:11px;bottom:40px;}
.select_op	li				{}
.select_op	li		a		{cursor:pointer; width:100%; display: block; padding:12px 8px; display:inline-block;letter-spacing:-0.3px; text-align: left;}
.select_op	li:hover	{background:#eee;}
.a_focus							{background:#8e8e8e; color:#fff !important; }

.footer-sns {display: flex;}
.footer-sns__item {margin-right: 1.25em;}
.footer-sns__item:last-child {margin-right: 0;}
.footer-sns__item .footer-sns__link {display: inline-flex; justify-content: center; align-items: center; width: 3.125em; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--border-gray); transition: 0.3s ease all;}
.footer-sns__item .footer-sns__link--insta img {width: 0.27rem;}
.footer-sns__item .footer-sns__link--blog img {width: 0.3rem;}
.footer-sns__item .footer-sns__link--facebook img {width: 0.16rem;}

.footer-info {margin-right: 3.75em;}
.footer-info__item {margin-bottom: 0.04rem;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__detail {margin-right: 1.25em;}
.footer-info__detail:last-child {margin-right: 0;}
.footer-account {}
.footer-account__title {margin-bottom: 0.833em; font-size: 1.5em; font-weight: 600; line-height: 1;}
.footer-account__desc {margin-bottom: 0.1rem;}
.footer-account__desc:last-child {margin-bottom: 0;}
.footer-call {text-align: right;}
.footer-call__title {font-size: 1.5em; font-weight: 600; color: var(--main-color);}
.footer-call .footer-call__num {display: inline-block; padding: 0.1rem 0; font-size: 2em; font-weight: 600; color: var(--sub-black); line-height: 1;} 
.footer-call__time {padding: 0.1rem 0;}
.footer-call__notice {font-size: 0.875em; color: var(--main-gray);}

.footer-link {display: flex; padding-bottom: 1.25em; margin-bottom: 1.25em; border-bottom: 1px solid var(--border-gray);}
.footer-link__item {margin-left: 2.5em;}
.footer-link__item a {font-weight: 500; color: var(--sub-black);}
.footer-link__item:first-child {margin-left: 0;}
.footer-link__item:first-child a {font-weight: 700;}

.footer-page {display: flex;}
.footer-page__item {margin-right: 2.5em;}
.footer-page__item:last-child {margin-right: 0;}
@media (hover:hover) {
	.footer-sns__item .footer-sns__link:hover {background-color: var(--main-color);}
}
@media(max-width:1500px){
	footer .inner{padding:0 3%;}
}
@media (max-width:900px){
	footer {padding: 30px 0;}
}
@media (max-width:768px) {
	footer {padding-bottom: 0.8rem; font-size: 0.14rem;}
	footer .footer-middle {display: block;}
	.footer-middle .left {display: block;}
	.footer-info {margin: 0;}
	.footer-account {margin: 2em 0;}
	.footer-call {text-align: left;}
}
@media (max-width:500px) {
	footer {font-size: 0.13rem;}
	.footer-bottom .flx {flex-direction: column-reverse;}
	.footer-page {margin-bottom: 1em;}
}
/************************* 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 끝 */