/* include 공통 CSS */
  .root_daum_roughmap .border1, .root_daum_roughmap .border2, .root_daum_roughmap .border3, .root_daum_roughmap .border4, .root_daum_roughmap .wrap_controllers, .root_daum_roughmap .cont {display: none;}

  .primary {color: var(--main-color);}

  .content-title {padding-bottom: 0.625em; font-size: 4em; color: var(--main-color); text-align: center;} 
  .dot-list {padding-top: 3.375em;}
  .dot-list .dot-list__item {position: relative; padding-left: 1.5em; margin: 0; color: var(--gray600); line-height: 1.7;}
  .dot-list .dot-list__item::before {content: ''; display: block; position: absolute; left: 0.65em; top: 0.75em; width: 3px; height: 3px; border-radius: 50%; background-color: var(--gray600);}
  .dot-list--dark .dot-list__item {color: var(--main-black);}
  .dot-list--dark .dot-list__item::before {background-color: var(--main-black);}

  .ui-button {display: flex; justify-content: center; align-items: center; gap: 0.75em;}
  .ui-button__link {max-width: 180px; width: 100%; height: auto; padding: 1em; background-color: var(--main-color); border-radius: 0; font-size: 1em; font-weight: 600; color: #fff; line-height: 1.4;}
  .ui-button__link--gray {background-color: var(--line);}

  .more-link {padding-top: 4.6875em;}
  .more-link--center {text-align: center;}
  .more-link__btn {display: inline-flex; align-items: center; gap: 5.625em; padding: 0.875em 1.25em; border: 1px solid #fff; background-color: rgba(255,255,255,0.12); backdrop-filter: blur(10px); color: #fff; transition: .3s ease all;}
  .more-link__icon {width: 0.875em; aspect-ratio: 1/1; background:url('./img/more_icon.svg') no-repeat center / cover; filter: brightness(0) invert(1); transition: .3s ease all;}
  .more-link__btn--prm {border-color: var(--main-color); color: var(--main-color);} 
  .more-link__btn--prm .more-link__icon {filter: brightness(1) invert(0);} 
  @media (hover:hover) {
    .more-link__btn:hover {background-color: #fff; color: var(--main-color);}
    .more-link__btn:hover .more-link__icon { filter: brightness(1) invert(0);}
    .more-link__btn--prm:hover {background-color: var(--main-color); color: #fff;}
    .more-link__btn--prm:hover .more-link__icon { filter: brightness(0) invert(1);}
  }
  @media (max-width:768px) {
    .more-link {padding-top: 3.5em;}
  }

  .ly-sec {padding: 6.25em 0;}
  .ly-sec__intro {padding-top: 0;}
  .ly-bg {background-color: var(--bg);}
  .ly-title {font-size: 2.25em; font-weight: 500; color: var(--main-color);}
  .ly-title--sm {font-size: 1.75em;}
  .ly-info__sticky .ly-title--sm {font-size: 2em;}
  .ly-title--xs {font-size: 1.25em;}
	.ly-title--black {color: var(--main-black);}
  .ly-title--center {text-align: center;}
  .ly-title__text {text-align: center; font-size: 1em;}
  .ly-title__en {text-transform: uppercase;}
  .ly-title__ko {font-weight: 500;}
  .ly-desc {line-height: 1.7;}
  .ly-desc__item {padding-bottom: 1.75em;}
  .ly-desc__item:last-child {padding-bottom: 0;}
  .ly-desc__item--xs {font-size: var(--text-xs);}
  .ly-desc__item--lg {font-size: var(--text-lg);}
  .ly-title--sm + .ly-desc {padding-top: 1.75em;}
  
  .ly-flex {display: flex; gap: 6.875m;}
  .ly-info {flex: 1;}
  .ly-info--center {text-align: center;}
  .ly-info__sticky {position: sticky; top: 7.5em; left: 0;}
  @media (max-width:500px) {
    .ly-title {font-size: 2em;}
    .ly-title--sm {font-size: 1.625em;}
    .ly-title--xs {font-size: 1.25em;}
  }
  
  .ly-senario {position: relative; background-color: var(--bg); overflow: hidden;}
  .ly-senario::before {content: ''; display: block; position: absolute; right: -16%; top: -4%; max-width: 2056px; width: 100vw; max-height: 1440px; height: 80vw; background: url('./img/senario_bg.png') no-repeat center / cover;}

  .gall-list01 {width: 58%;}
  .gall-list01__ment {padding-bottom: 2.143em;}
  .gall-list01__item {padding-bottom: 5em;}
  .gall-list01__item:last-child {padding-bottom: 0;}
  .gall-list01__info {display: grid; grid-template-columns: repeat(2,1fr); gap: 1em;}
  .gall-list01__image {margin-bottom: 1.75em;}

  .gall-list02 {display: flex; justify-content: center; flex-wrap: wrap; gap: 2.5em; padding-top: 3.75em;}
  .gall-list02__item {width: calc(33.333% - 1.667em); display: flex; flex-direction: column; justify-content: space-between; align-items: center; background-color: var(--bg-light); padding: 2.5em; border-radius: 1.25em; text-align: center;}
  .gall-list02__label {display: inline-block; padding: 0.5em 2.25em; background-color: var(--bg-dark); border-radius: 10em; font-weight: 700; color: #fff; text-align: center;}
  .gall-list02__desc {padding: 1.75em 0; line-height: 1.7;}
  .gall-list02__image {margin-top: auto;}

  .gall-list03 {display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5em; padding-top: 3.75em;}
  .gall-list03__item {display: flex; gap: 2.5em; background-color: var(--bg-light); padding: 2.5em; border-radius: 1.25em;}
  .gall-list03__image {width: 40.667%;}
  .gall-list03__info {flex: 1;}
  .gall-list03__label {display: inline-block; padding: 0.25em 1.625em; margin-bottom: 0.75em; background-color: var(--bg-dark); border-radius: 10em; font-weight: 700; color: #fff; text-align: center;}
  .gall-list03__title {font-size: 1.25em; font-weight: 500;}
  .gall-list03__desc {padding: 0.25em 0 0; line-height: 1.7;}
  @media (max-width:1280px) {
    .ly-flex {gap: 3em;}
    .gall-list01__info {grid-template-columns: 1fr;}
    .gall-list02__item {width: calc(50% - 1.25em);}
    .gall-list03__item {flex-direction: column; gap: 1em;}
    .gall-list03__image {width: 100%;}
  }
  @media (max-width:768px) {
    .ly-flex {display: block;}
    .ly-flex > .ly-info {margin-bottom: 2em;}
    .gall-list01 {width: 100%;}
    .gall-list01__info {grid-template-columns: 1fr;}
    .gall-list02 {gap: 1.25em;}
    .gall-list02__item {width: calc(50% - 0.625em);}
    .gall-list03 {gap: 1.25em;}
    .gall-list03__image {width: 100%;}
  }
  @media (max-width:500px) {
    .gall-list02__item {width: 100%;}
    .gall-list03 {grid-template-columns: 1fr;}
    .gall-list03__item {text-align: center;}
  }

  .zigzag-list {max-width: 1023px; margin: 0 auto; padding-top: 3.75em;}
  .zigzag-list__item {display: flex; align-items: center; gap: 6.25em; padding-bottom: 2.5em;}
  .zigzag-list__item:last-child {padding-bottom: 0;}
  .zigzag-list__item.reverse {flex-direction: row-reverse; text-align: right;}
  .zigzag-list__image {width: 45%;}
  .zigzag-list__info {flex: 1;}
  @media (max-width:768px) {
    .zigzag-list__item {gap: 2.5em;}
  }
  @media (max-width:500px) {
    .zigzag-list__item {display: block;}
    .zigzag-list__image {width: 100%; margin-bottom: 2em;}
    .zigzag-list__item.reverse {text-align: left;}
  }

  .ly-tab {position: relative; background-color: var(--bg); overflow: hidden;}
  .ly-tab::before {content: ''; display: block; position: absolute; left: -12%; top: -4%; max-width: 1136px; width: 100vw; max-height: 796px; height: 80vw; background: url('./img/senario_bg.png') no-repeat center / cover;}
  .ly-tab .inner {max-width: 1460px;}
  .ly-tab__box {display: none;}
  .ly-tab__box.active {display: block;}
  .ly-tab__info {display: flex; padding: 0 1.875em 5em;}
  .ly-tab__title {flex: 1;}
  .ly-tab__desc {flex: 1; line-height: 1.7;}
  .ly-tab__list {display: flex; gap: 0.625em; padding-top: 1.75em;}
  .ly-tab__btn {padding: 0.625em 1.0625em; border-radius: 10em; background-color: #fff; border: 1px solid var(--main-color); font-weight: 500; color: var(--main-color);}
  .ly-tab__btn.active {background-color: var(--main-color); color: #fff;}
  @media (max-width:768px) {
    .ly-tab__info {display: block; padding: 0 1.5625em 5em;}
    .ly-tab__desc {padding-top: 2em;}
  }
  
  .slide01-box .swiper-slide01 {padding-bottom: 3.125em;}
  .swiper-slide01 .swiper-slide {width: 24.5%; aspect-ratio: 115/132; opacity: 0.4; transition: .3s ease opacity;}
  .swiper-slide01 .swiper-slide img {transform: scale(0.8); transition: .3s ease all;}
  .swiper-slide01 .swiper-slide-active {opacity: 1;}
  .swiper-slide01 .swiper-slide-active  img {transform: scale(1);}
  .swiper-slide01 .swiper-slide01__img {object-fit: cover; width: 100%; height: 100%;}
  .swiper-pagination {bottom: 0;}
  .swiper-pagination .swiper-pagination-bullet {width: 10px; height: 10px; background-color: #D9CFC7; opacity: 1;}
  .swiper-pagination .swiper-pagination-bullet-active {background-color: var(--main-color);}
  
  .slide02-box {position: relative; padding: 0 1.875em;}
  .slide02-box .swiper-button-next, .slide02-box .swiper-button-prev {width: 3.75em; height: 3.75em; border-radius: 50%; background-color: var(--main-color);}
  .slide02-box .swiper-button-prev {left: 0;}
  .slide02-box .swiper-button-next {right: 0;}
  .slide02-box .swiper-button-next:after, .slide02-box .swiper-button-prev:after {font-size: 14px; font-weight: 600; color: #fff;}
  @media (max-width:1080px) {
    .swiper-slide01 .swiper-slide {width: 33%;}
  }
  @media (max-width:768px) {
    .swiper-slide01 .swiper-slide {width: 50%;}

    .slide02-box {padding: 0 1.5625em;}
    .slide02-box .swiper-button-next, .slide02-box .swiper-button-prev {width: 3.25em; height: 3.25em;}
  }
  @media (max-width:500px) {
    .swiper-slide01 .swiper-slide {width: 60%;}
  }
	.banner-sec {position: relative; background: url('./img/banner_bg.jpg') no-repeat center / cover; z-index: 0;}
  .banner-sec::before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--bg-light); opacity: 0.85; z-index: -1;}

  .price-sec {position: relative; margin-top: 2.5em; padding: 2.625em 1.5625em; background: url('./img/basic_price.jpg') no-repeat center / cover; border-radius: 1.25em; overflow: hidden; color: #fff; text-align: center; z-index: 0;}
  .price-sec__inner {display: flex; justify-content: center; align-items: center; gap: 0.75em;}
  .price-sec::before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #9A7649 0%, #342819 100%); opacity: 0.8; z-index: -1;}
  .price-sec__title {font-size: 1.75em;}
  .price-sec__num {font-size: 2.25em; font-weight: 700;}
  .price-sec__info {display: flex; align-items: center;}
  .price-sec__line {display: inline-block; font-weight: 600; text-decoration: line-through;}
  .price-sec__sale {display: inline-block; margin: 0 0.5em; padding: 0.125em 0.25em; background-color: var(--bg-light); border-radius: 0.125em; font-size: 0.556em; font-weight: 600; color: var(--main-color);}
  .price-sec__won {font-size: 0.5556em; font-weight: 500;}

  .account-list {display: flex; justify-content: center; gap: 0.5em 1em; padding-top: 0.5em;}
  .account-list__item {font-size: 1.125em; color: #fff;}
  @media (max-width:768px) {
    .price-sec__inner {flex-wrap: wrap;}
    .price-sec__num {font-size: 2em;}
    .price-sec__num:has(.price-sec__info) {width: 100%;}
    .price-sec__info {}
  }

  .option-pop {padding-top: 0;}
  .option-pop__list {display: flex; justify-content: center; flex-wrap: wrap; gap: 2.5em; padding-top: 3.75em;}
  .option-pop__item {width: calc(33.333% - 1.667em);}
  .option-pop__image {aspect-ratio: 44/54; margin-bottom: 1.25em; overflow: hidden;}
  .option-pop__image img {object-fit: cover; height: 100%; transition: object-position 0.8s ease-out; }
  .option-pop__info {}
  .option-pop__title {font-size: 1em;}
  .option-pop__desc {color: var(--gray600);}
  .option-pop__desc--sm {padding-top: 0.2857em; font-size: 0.875em;}
  .option-pop__num {padding-top: 0.1667em; font-size: 1.5em; font-weight: 700; color: var(--main-color);}
  .option-pop__won {font-size: 0.6667em; font-weight: 500;}

  @media (hover: hover) {
    .option-pop__item:hover .option-pop__image img {
      object-position: 70%;
      transition: object-position 2s cubic-bezier(0.8, -3, 0.4, 1.5);
    }
  }
  @media (max-width:768px) {
    .option-pop__list {gap: 2em 1.25em;}
    .option-pop__item {width: calc(50% - 0.625em);}
  }

  .consult-apply {padding-top: 3.75em; text-align: center;}
  .consult-apply__link {display: inline-flex; justify-content: space-between; align-items: center; gap: 4.875em; padding: 0.875em 1.25em; border: 1px solid var(--main-color); font-weight: 500; color: var(--main-color); transition: .3s ease all;}
  .consult-apply__icon {display: inline-block; width: 0.875em; aspect-ratio: 1/1; background: url('./img/plus_icon.svg') no-repeat center / cover; transition: .3s ease all;}
  @media (hover:hover) {
    .consult-apply__link:hover {background-color: var(--main-color); color: #fff;}
    .consult-apply__link:hover .consult-apply__icon {filter: brightness(0) invert(1);}
  }

  .pop-up {opacity: 0; visibility: hidden; position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0 4%; background-color: rgba(0,0,0,0.3); backdrop-filter: blur(4px); transition: .3s ease all; z-index: 9999;}
  .pop-up.active {opacity: 1; visibility: visible;}
  .pop-up__cont {position: relative; max-width: 1165px; max-height: 730px; overflow: auto; padding: 3.375em 2.5em; background-color: var(--bg-light);}
  .pop-up__item {position: relative; display: flex; align-items: center; gap: 2.5em; padding-bottom: 6.25em;}
  .pop-up__item::before {content: 'OR'; display: block; position: absolute; left: 50%; transform: translateX(-50%); bottom: 1.75em; font-size: 1.25em; font-weight: 500; color: var(--main-color); font-family: "EB Garamond";}
  .pop-up__item:last-of-type {padding-bottom: 0;}
  .pop-up__item:last-of-type::before {display: none;}
  .pop-up__image {width: 49.494%;}
  .pop-up__image img {object-fit: cover; width: 100%; height: 100%;}
  .pop-up__border {margin-bottom: 1.25em; padding-bottom: 1.25em; border-bottom: 1px solid var(--line);}
  .pop-up__info {flex: 1;}
  .pop-up__title {font-weight: 500; color: var(--main-color);}
  .pop-up__title--en {padding-top: 0.3em; font-size: 1.25em; text-transform: uppercase;}
  .pop-up__detail {line-height: 1.7;}
  .pop-up__price {font-size: 1.5em; font-weight: 700; color: var(--main-color); line-height: 1.7;}
  .pop-up__price .pop-up__won {font-size: 0.667em; font-weight: 400;}
  .pop-up__close {position: absolute; right: 2.5em; top: 2.5em; width: 1.375em;}
  @media (max-width:900px) {
    .pop-up__cont {max-height: 70vh;}
    .pop-up__item {display: block;}
    .pop-up__image {width: 100%; margin-bottom: 1em;}
    .pop-up__close {top: 1.25em; right: 1.25em;}
  }
/************************* 공통 시작*************************/
.sub_title_navi			{display:block; }


.inner {max-width: 1400px;width: 100%; margin: 0 auto; position: relative;}

@media(max-width:1500px){
	.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:1440px){
	/* .sub_right					{width:100%; padding: 0 4%; float:none;} */

}

@media(max-width:1100px){
.sub_left	{display:none;}
.sub_title_navi			{display:none; }
.sub-tab	{display:block;}
}
@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				{padding-top: 6.25em; 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; width: 100%; padding: 0 40px; display: flex; align-items: center; height: 5.625em; transition: .3s ease all; z-index: 999;} 
.header_t.enter {background-color: #fff; border-bottom: 1px solid var(--bg-dark);}
.header_t.enter .header_logo img {filter: brightness(0);}
.header_t.enter .header_gnb .main_menu .menu>a {color: var(--main-black);}
.header_t.enter .header-sitemap__line {background-color: var(--main-black);}
.header_t.enter .header_member ul li > a {color: var(--main-black);}
.header_t.enter .mo_nav_img {filter: brightness(1) invert(0);}
.header_t.enter .mo_nav .navbar-toggle .icon-bar {background-color: var(--main-black);}

.header_logo					{margin-right: 1.25em;}
.header_logo a {width: 100%; display: block;}
.header_logo img {max-width: 11.25em; width: 100%; display: block; filter: brightness(0) invert(1);}

.header-sitemap {position: relative; display: inline-flex; justify-content: center; align-items: center; padding: 0 1.25em; transition: .3s ease-in-out all;}
.header-sitemap__btn {position: relative; width: 18px; height: 12px; z-index: 0; transition:.15s ease-in-out all;}
.header-sitemap__line {position: absolute; left: 50%; transform: translateX(-50%); width: 100%; height: 2px; background-color: #fff; border-radius: 0.05rem; transition:.15s ease-in-out all;}
.header-sitemap__line--top {top: 0;}
.header-sitemap__line--middle {top: 50%; transform:translate(-50%, -50%)}
.header-sitemap__line--bottom {bottom: 0;}

.header_member				{margin-left: auto;}
.header_member ul							{text-align:right;}
.header_member ul li					{display:inline-block; vertical-align:top; text-align:left; position:relative; margin-left:10px; }
.header_member ul li > a				{padding:0 10px 10px 0; color:#fff;}

.header_gnb {height: inherit;}
.header_gnb a {}
.header_t.f-nav .header_gnb a {color:var(--main-black);}

.header_gnb .gnb {height: inherit;}
.header_gnb .main_menu {display: flex; align-items: center; justify-content: center; height: inherit;}
.header_gnb .main_menu .menu {position: relative; height: 100%;}  
.header_gnb .main_menu .menu>a {display: flex; align-items: center; height: inherit; padding:0 1.25em; color: #fff; text-align: center; transition: .15s ease all;}

.header_gnb .snb_menu {display: none; position: absolute; top:100%; background:#fff; padding:5px; width: 100%; left:0; right:0; margin: auto; border:1px solid #ddd; z-index: 5;}
.header_gnb .snb_menu a {display: block; padding:10px 0; color:#121212; font-size:14px; text-align: center;}

.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-color);}/*2댑스 현재 페이지 on*/
/*.header_gnb .snb_menu a:hover{color:#fff;} 2댑스 hover*/
@media (max-width:1500px) {
	.header_gnb .main_menu .menu>a {font-size: 0.9375em;}
}
@media (max-width:1080px) {
	.header_gnb {display: none;}
	.header-sitemap {display: none;}
}

/* 햄벅 */
.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-color: #fff; display:block; width: 1.75em; height: 2px; border-radius:5px;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:5px; height: 2px; width:1.5em; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:5px; width:2em; height: 2px; }
.mo_nav_img {width: 1.875em; filter: brightness(0) invert(1);}
.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;}
@media(max-width:1080px){
	.header_t						{padding: 0 4%; margin:0;}
	.mo_nav							{display:block; max-width:100%; margin-left: auto;}
	.mo_nav_in					{display:flex;justify-content:flex-end; align-items: center;}
	.mo_nav_in > div    {margin-left: 15px;}
	.header_search			{display:none;}
	.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						{position: relative; }
	.cart_mo a span		{position: absolute; right:0px; top: 100%; width:20px; height:20px; background:#222; color:#fff; border-radius:100%;text-align:center; line-height:20px;}
}



#member_point {display: none; 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 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: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 {}
footer .ft-logo img {filter: brightness(0);}
footer .inner{max-width:1400px; margin:0 auto;}
.footer-info p {padding-bottom: 1em; color: var(--gray800);}
.footer-info p:last-child {padding-bottom: 0;}
.footer-info p span {display: inline-block; width: 1px; height: 12px; background: var(--gray800); margin: 0 1.25em;}
footer .flx {display: flex; justify-content:space-between;}
footer .flx .left ul {display: flex; margin-top: 30px;}
footer .flx .left ul a {font-size: 17px; font-weight: 300; display: block; margin-right: 30px; position: relative; color: rgba(255,255,255,0.7) !important;}
footer .flx .left ul li:first-child a::after {content: ''; width: 1px; height: 10px; display: block; background: rgba(255,255,255,0.5); position: absolute; right: -15px; top: 7px;}
footer .flx .right {text-align: right; display: flex; flex-flow:column wrap; align-items:flex-end;}
footer .flx .right .footer_familysite {width: 160px; height: 40px; font-size: 16px; font-weight: 400; cursor: pointer; position:relative;}
footer .flx .right .footer_familysite .select_d {padding: 10px; border: 1px solid rgba(255,255,255,0.7); text-align: left;}
footer .flx .right .footer_familysite .select_d span {position:absolute; right:5px;}
footer .flx .right h3 {color: #fff; font-size: 16px; display: flex; align-items:center; margin-top: 15px;}
footer .flx .right h3 span {display: block; font-size: 28px; margin-left: 20px;}
footer .flx .right .cs_cot span {display: inline; background: none; margin: 0;}
footer .flx2 {}
footer .flx2 .left{text-align:left;}
footer .flx2 .right ul {display: flex; margin-bottom: 10px;}
footer .flx2 .right ul a {font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.7) !important; display: block;}
footer .flx2 .right ul li:first-child a {margin-right: 20px; font-weight: 700;}
/* 패밀리사이트 클릭시 위로 올라오는 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; }

@media(max-width:1500px){
	footer .inner{padding:0 3%;}
}@media (max-width:900px){
	footer {}
  footer .inner {flex-wrap: wrap; gap: 0;}
	footer p {font-size: min(3.2vw, 14px); text-align: left;}
	footer p span {margin: 0 0.625em;}
	footer .flx .left ul {margin-top: 20px;}
	footer .flx .left ul a {font-size: 14px;}
	footer .flx .right .footer_familysite {width: 140px; height: 35px; font-size: 14px;}
	footer .flx .right h3 {font-size: 14px;}
	footer .flx .right h3 span {font-size: 20px; margin-left: 10px;}
	footer .flx2 {display: block;}
	footer .flx2 .right {align-items:flex-start; margin-top: 15px;}
	footer .flx2 .right ul a {font-size: 14px;}
	.select_op{bottom:35px;}
}
/************************* footer_inc 끝 *************************/



/************************* left_lnb_inc 시작 *************************/
.left_lnb		{  }
/************************* left_lnb_inc 끝 *************************/
.to-top {opacity: 0; visibility: hidden; position: fixed; right: 1.25em; bottom: 2%; transition: .3s ease all; z-index: 999;}
.to-top__btn {width: 4em; aspect-ratio: 1; border-radius: 50%; background-color: var(--main-color); font-size: 1.25em; color: #fff;}
.to-top__btn img {width: 1.5em;}
.to-top.show {opacity: 1; visibility: visible;}

@media (max-width:768px) {
  .to-top {right: 2%; bottom: 2%;}
  .to-top__btn {width: 4em;}
}


/************************* 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 끝 */