.pt-50 {padding-top: 5rem !important;}
#sub-wrap {overflow:hidden;}
.detail-wrap .sub_top  {
	height: 90rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11rem;
	background-color: #f0eeed;
}
.detail-wrap .sub_top h2 {
	font-size:5.8rem;
	font-weight:700;
	color: #1a1a1a;
	position: static;
	transform: translateY(0);
}
.detail-wrap .sub_top .info {
	z-index: 2;
}
.detail-wrap .sub_top .info ul {
	display: flex;
	align-items: center;
	list-style: none;
}
.detail-wrap .sub_top .info ul li {
	font-size: 2.4rem;
	color: #1a1a1a;
}
.detail-wrap .sub_top .info ul li::after {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1.7rem;
	background-image: url(../_img/comm/info-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0 2rem;
}
.detail-wrap .sub_top .info ul li:last-child::after {
	display: none;
}
.support-wrap .sub_top {
	position:relative;
	height:25rem;
	padding-top: 8rem;
	overflow:hidden;
}
.support-wrap .sub_top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.support-wrap .sub_top h2 {
	color: #1a1a1a;
	position: static;
	transform: translateY(0);
}
.support-wrap .sub_top p {
	font-size: 2.2rem;
	color: #333;
	margin-top: 1.2rem;
	text-align:center;
	box-sizing:border-box;
	padding:0 2rem;
}
.table_board_for {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    text-align: center;
    word-break: break-all;
  }
  table .hidden {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: none;
  }
  .table_board_for thead th {
    color: #444;
    font-weight: bold;
  }
  
  .table_board_for a:hover {
    text-decoration: underline !important;
  }
  
  .table_board_for th {
    font-size: 2rem;
    padding: 13px 2px;
    position: relative;
    color: #000;
    font-weight: 700;
  }
  
  .table_board_for th:first-child:before {
    display: none;
  }
  .table_board_for td {
    font-size: 2rem;
    color: #666;
    height: 8rem;
    padding: 15px 5px;
    border-top: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
  }
  .table_board_for td a {
    font-weight: 600;
    color: #000;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  
  .table_board_for tr:hover td:not(.no_data), .table_board_for tr:hover td:not(.no_data) a{
    color: #0e6fb5;
  }
  .table_board_for td.no_data,
  .table_board_for td.no-data {
    padding: 60px 10px;
    text-align: center;
  }

@media screen and (max-width: 1024px) {
  .table_board_for table,
  .table_board_for colgroup,
  .table_board_for col,
  .table_board_for thead,
  .table_board_for tbody,
  .table_board_for tr,
  .table_board_for td,
  .table_board_for th {
    display: block;
  }

  .table_board_for thead {
    display: none;
  }

  .table_board_for tbody {
    text-align: left;
  }

  .table_board_for tbody tr {
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .table_board_for tbody tr:first-child {
    border-top: 0;
  }

  .table_board_for tbody td {
    text-align: left;
    height: auto;
    border: none;
    padding: 5px 10px;
  }

  .table_board_for tbody td:nth-child(1) {
    display: none;
  }
  .table_board_for.type_a tr td:nth-child(n+2) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .table_board_for.type_a tr td:nth-child(n+3):nth-child(-n+4) {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .table_board_for td.no_data {
    display: block !important;
    text-align: center;
    width: 100%;
  }
}

.table-view-01 {
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.table-view-01 caption {padding: 0;}
.table-view-01 .tit {
  font-weight: 600;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}

.table-view-01 tr:first-child th,
.table-view-01 tr:first-child td {
  border-top: solid 1px #333;
  height: 8rem;
  vertical-align: middle;
}

.table-view-01 th,
.table-view-01 td {
  padding: 10px 8px;
  vertical-align: top;
  border-top: solid 1px #ddd;
}

.table-view-01 th {
  color: #333;
  text-align: left;
  font-weight: 500;
}

.table-view-01 .blue {
  color: #5d9ad3;
}

.table-view-01 .text_left {
  text-align: left;
}

.table-view-01 .addfile_txt {
  padding: 2px 0 2px 35px;
  background: url(../images/icon/file_i.png) no-repeat 0 center;
}

.table-view-01 .notice-b {
  display: inline-block;
  padding: 2px 8px;
  background-color: #489fc4;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}

.table-view-01.title-black th {
  color: #333;
}

.table-view-01.th-center th {
  text-align: center;
}

.table-view-01.table-line th,
.table-view-01.table-line td {
  border: solid 1px #ddd;
}

.table-view-01 td .board-box {
  font-size: 1.8rem;
  min-height: 150px;
  padding: 10px;
  padding-bottom: 7rem;
}

.table-view-01 td .board-box img {
  max-width: 100%;
}

.table-view-01 .tit_box {
  border-bottom: 1px solid #ddd;
}
.table-view-01 td.bt-0 {border-top: 0;}
.table-view-01 td.date p {
  font-size: 1.6rem;
  text-align: right;
}
.table-view-01 .tbl_detail_list li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.table-view-01 .tbl_detail_list li:last-child {
  padding-right: 0;
}

.table-view-01 .tbl_detail_list li:first-child {
  padding-left: 0;
}

.table-view-01 .tbl_detail_list li .tit_t {
  font-weight: bold;
  color: #222;
  margin-right: 5px;
}

.table-view-01 .tbl_detail_list li:first-child:before {
  display: none;
}

.table-view-01 .tbl_detail_list li:before {
  content: "";
  border-left: 1px solid #ccc;
  height: 10px;
  margin-top: -5px;
  top: 50%;
  left: -2px;
  position: absolute;
}

.board_view_btn_box {
  margin: 6rem auto;
}

.board_view_btn_box .btn {
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 1rem;
}
.board_view_btn_box .btn:hover {
  background: var(--blue);
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  .board_view_btn_box {
    margin: 4rem auto;
  }
  .board_view_btn_box .btn {
    font-weight: 500;
    font-size: 1.8rem;
    padding: 1.2rem 4rem;
    border-radius: 0.6rem;
  }
}

.border-list-type ul {
  list-style: none;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.border-list-type ul li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 2rem;
  padding: 2.5rem 0;
}
.border-list-type ul li:first-child {
  border-bottom: 1px solid #e3e3e3;
}

.border-list-type ul li a .list-tit {
  font-weight: 300;
  width: 14.5rem;
  text-align: center;
}

.border-list-type ul li a .list-desc {
  font-weight: 600;
  width: calc(100% - 14.5rem);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

  /*페이지네이션*/
  .paging-area {
    position: relative;
    margin-top: 70px;
  }
  
  @media screen and (max-width: 1024px) {
    .paging-area {
      margin-top: 30px;
    }
  }
  
  .paging-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  
  .paging-area ul li {
    display: inline;
    margin-left: 2px;
    padding: 0;
  }
  
  .paging-area ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 32px;
    border-radius: 1.1rem;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .paging-area ul li a.active {
    text-decoration: none;
    color: #0c6eb4;
    border: 1px solid #ddd;
    border-color: #0c6eb4;
    background: #fff;
  }
  
  .paging-area ul li a.prev-first {
    background-image: url("../_img/comm/prev-first.png");
  }
  
  .paging-area ul li a.prev {
    background-image: url("../_img/comm/prev.png");
  }
  
  .paging-area ul li a.next-last {
    background-image: url("../_img/comm/next-last.png");
  }
  
  .paging-area ul li a.next {
    background-image: url("../_img/comm/next.png");
  }
  
  .paging-area ul li a span {
    display: inline-block;
    text-indent: -9999px;
  }

  /*board-search-01*/
  .board-search-01 {
    margin-bottom: 2rem;
  }
  .board-search-01 .hidden {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: none;
  }
  .board-search-01 .input-wrap {
    max-width: 440px;
    position: relative;
    margin-left: auto;
  }
  .board-search-01 .input-wrap input {
    font-size: 2rem;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 2.2rem 3.5rem 2.2rem 0;
    outline: none;
  }
  .board-search-01 .input-wrap .submit-btn {
    all: unset;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }

  .faq-wrap .tabArea > .tab {
    display:flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    align-items:center;
    margin-left:-0.6rem;
    margin-right:-0.6rem;
    list-style:none;
    padding-left:0;
    margin-bottom:5rem;
  }
  .faq-wrap .tabArea > .tab > li {
    padding-left:0.6rem;
    padding-right:0.6rem;
    max-width:calc(100% / 3);
    flex:0 0 calc(100% / 3);
  }
  .faq-wrap .tabArea > .tab > li > a {
    display:block;
    text-align:center;
    font-size:2rem;
    font-weight:500;
    color:#222;
    box-sizing:border-box;
    padding:2rem 1rem;
    border:1px solid #e3e3e3;
    border-radius:1rem;
    transition:all 0.2s ease;
  }
  .faq-wrap .tabArea > .tab > li > a:hover {
    border:1px solid var(--blue);
    color:var(--blue);
  }
  .faq-wrap .tabArea > .tab > li.on > a {
    border:1px solid var(--blue);
    background:var(--blue);
    color:#fff;
  }
  .faq-wrap .tabArea .tabBox {
    display:none;
  }
  .faq-wrap .tabArea .tabBox.on {
    display:block;
  }
  .faq-wrap .noData {
    display: flex;
    align-items:center;
    justify-content:center;
    min-height:40rem;
    font-size:2rem;
    font-weight:600;
    color:#222;
  }
  @media (max-width: 991.98px) {
    
    .faq-wrap h3 {
      font-size:3rem;
      margin-bottom:3rem;
    }
    .faq-wrap .row > div[class^='col-'] {
      margin-bottom:3rem;
    }
    .faq-wrap .row > div[class^='col-'] > a > p {
      font-size:1.8rem;
      line-height:1.3;
    }
    .faq-wrap .row.noData {
      min-height:30rem;
      font-size:1.8rem;
    }
    .faq-wrap .tabArea > .tab {
      margin-left:-0.3rem;
      margin-right:-0.3rem;
      margin-bottom:2rem;
    }
    .faq-wrap .tabArea > .tab > li {
      padding-left:0.3rem;
      padding-right:0.3rem;
      max-width:33.3333%;
      flex:0 0 33.3333%;
      margin-bottom:0.6rem;
    }
    .faq-wrap .tabArea > .tab > li > a {
      font-size:1.8rem;
      padding:1.2rem 1rem;
      border-radius:0.6rem;
    }
  }

  .qna-list ul {
    list-style: none;
    border-top: 1px solid #333333;
  }
  .qna-list ul li .tit {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    padding: 2.8rem 6rem 2.8rem 3.6rem;
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
    transition: all 0.3s;
  }
  .qna-list ul li .tit::after {
    content: '';
    width: 1.8rem;
    height: 0.9rem;
    background-image: url(../_img/comm/qna-arrow.png);
    background-size: 1.8rem 0.9rem;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 3.5rem;
  }
  .qna-list ul li.active .tit::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .qna-list ul li .tit span {
    margin-right: 1.4rem;
  }
  .qna-list ul li .tit p {
    width: calc(100% - 14rem);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .qna-list ul li .answer {
    display: none;
    font-weight: 300;
    font-size: 2rem;
    color: #666666;
    padding: 3.2rem 8.5rem;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e3e3e3;
  }
  .qna-list ul li:hover .tit, .qna-list ul li.active .tit {
    color: var(--blue);
  }

  @media (max-width: 991.98px) {
    .qna-list ul li .tit {
      padding: 2.8rem 6rem 2.8rem 2rem;
	  align-items:flex-start;
    }
	 .qna-list ul li .tit p {
		overflow: unset;
		white-space: unset;
		text-overflow: unset;
	  }
    .qna-list ul li .answer {
      padding: 3rem 2rem;
    }
  }

  /*취급점 안내*/
  .map-list ul {list-style: none;}

  /*상품상세페이지*/
  .prd-info-slide {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
  .prd-info-slide button {
    all: unset;
  }

  .map-list{
    display: flex;
    gap: 2rem;
    max-height: 1095px;
    overflow: hidden;
  }
  .map-info-slide {
    width: 36%;
  }
  .map-info-slide .swiper-wrapper {height: auto;}
  .map-info-slide .swiper-slide {
    height: auto !important;
  }
  .map-info-slide .inner {
    border: 1px solid #e3e3e3;
    border-radius: 1rem;
    padding: 2.5rem;
    cursor: pointer;
    transition: all 0.3s;
	height:100%;
  }
  .map-info-slide .inner .tit-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .map-info-slide .inner .tit-wrap .tit {
   font-size: 2.2rem; 
   color: #333;
  }
  .map-info-slide .inner .tit-wrap .badge {
   font-size: 1.4rem;
   text-align: center; 
   border-radius: 1.5rem;
   width: 12rem;
    padding: 1rem 0;
  }
  .map-info-slide .inner .tit-wrap .badge.gray {
    background-color: #f5f5f5;
    color: #666;
  }
  .map-info-slide .inner .tit-wrap .badge.blue {
    background-color: #deebf4;
    color: #0c6eb4;
  }
  .map-info-slide .inner address ul li {
    display: flex;
    font-size: 1.8rem;
    color: #666;
  }
  .map-info-slide .inner address ul li .tit {white-space: nowrap;}
  .map-info-slide .inner address ul li + li {margin-top: 0.8rem;}
  .map-info-slide .inner address ul li a {text-decoration: none;color: #666;}
  .map-slide {width: 64%;}
  .map-slide .map {height: 100%;}
  .map-slide .swiper-slide {visibility: hidden;transition: all 0.3s;}
  .map-slide .swiper-slide.swiper-slide-active {
    visibility: visible;
  }
  @media screen and (min-width: 1024px) {
    .map-info-slide {
      padding: 0 2rem !important;
    }
    .map-info-slide .inner:hover {
      -webkit-box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.12); 
      box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.12); 
    }
  }
  @media screen and (max-width: 1024px) {
    .map-list {
      flex-direction: column-reverse;
      max-height: unsert;
      overflow: unset;
    }
    .map-info-slide {
      width: 100%;
      padding: 4rem 0 !important;
    }
    .map-info-slide .swiper-slide-active .inner {
      -webkit-box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.12); 
      box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.12); 
    }
    .map-slide {width: 100%; height: 350px;}
  }

  .inquire-bg {
    background-image: url(../_img/sub/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9rem 0;
  }
  .inquire-bg strong {
    display: block;
    font-weight: 700;
    font-size: 4rem;
    color: #1a1a1a;
    margin-bottom: 2.4rem;
  }

  .inquire-bg p {
    font-size: 2rem;
    color: #333;
    margin-bottom: 5rem;
  }

  .inquire-bg a {
    display: inline-block;
    font-size: 1.8rem;
    color: #222;
    position: relative;
  }
  .inquire-bg a::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #3d3b39;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
  }

  @media screen and (max-width: 768px) {
    .inquire-bg p {margin-bottom: 3rem;}
  }
  @media screen and (max-width: 665px) {
    .inquire-bg p br {display: none;}
  }

  /*문의하기*/
  .form-wrap {
    border: 1px solid #e3e3e3;
    border-radius: 2rem;
    padding: 10rem 2rem;
  }
  .form-wrap .form-tit-bx {
    text-align: center;
    margin-bottom: 6rem;
  }
  .form-wrap .form-tit-bx .img-bx {
    margin-bottom: 2.5rem;
  }
  .form-wrap .form-tit-bx p {
    font-size: 2rem;
  }
  .form-wrap .input-form {
    max-width: 1000px;
    margin: 0 auto;
  }
  .form-wrap .input-form {list-style: none;}
  .form-wrap .input-form li {display: flex;}
  .form-wrap .input-form li + li {margin-top: 1.6rem;}
  .form-wrap .input-form li .tit {
    font-weight: 700;
    font-size: 2rem;
    width: 14.8rem;
    padding-left: 4rem;
    margin-top: 2rem;
  }
  .form-wrap .input-form li .input {
    width: calc(100% - 14.8rem);
  }
  .form-wrap .input-form li .input input,.form-wrap .input-form li .input textarea {width: 100%;
  height: 7rem; border: 0; background-color: #f9f9f9;padding: 0 3rem; font-size: 1.8rem; border-radius: 1rem;}
  .form-wrap .input-form li .input textarea {resize: none; padding: 2.4rem 3rem; min-height: 41rem;}
  .form-wrap .input-form li .input input::placeholder, .form-wrap .input-form li .input textarea::placeholder {color: #c0c0c0;}
  .form-wrap .chk-bx {
    padding-left: 14.8rem;
  }
  .form-wrap .chk-bx .input-label {
    width: 100%;
	display: flex;
    align-items: center;
  }
  .form-wrap .chk-bx .input-label + label {
    margin-top: 1.4rem;
  }
  .form-wrap .chk-bx .input-label input {
    appearance: none;
    width: 2rem;
    height: 2rem;
    background-image: url(../_img/comm/icon_chk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2.5rem;
  }
	.form-wrap .chk-bx .input-label input:invalid {
	  word-wrap: break-word;
	  max-width: 100%;
	  white-space: nowrap;
	}
  .form-wrap .chk-bx .input-label input:checked {
    
    background-image: url(../_img/comm/icon_chk_active.png);
  }
  .form-wrap .chk-bx .input-label .input-label__txt {
    font-size: 1.6rem;
    color: #888;
  }
  .form-wrap .chk-bx .input-label .input-label__txt.chk-all {
    font-size: 2rem;
    color: #555;
  }
  .form-wrap .chk-bx .input-label .input-label__txt a {
    color: #888;
    text-decoration: underline;
    text-underline-position: under;
  }
  .form-wrap .btn-bx {
    text-align: center;
    margin-top: 5rem;
  }
  .form-wrap .btn-bx button {
    min-width: 30rem;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    background-color: #0c6eb4;
    border: 1px solid #0c6eb4;
    padding: 1.9rem 0;
    border-radius: 3.5rem;
    transition: all 0.3s;
  }
  .form-wrap .btn-bx button:hover {
    background-color: #fff;
    color: #0c6eb4;
  }

  @media screen and (max-width:600px) {
    .form-wrap .input-form li {
      display: block;
    }
    .form-wrap .input-form li + li {
      margin-top: 2rem;
    }
    .form-wrap .input-form li .tit {
      width: 100%;
      padding-left: 0;
      margin-bottom: 1rem;
    }
    .form-wrap .input-form li .input {
      width: 100%;
    }
    .form-wrap .chk-bx {
      padding-left: 0;
    }
	.form-wrap .chk-bx .input-label input {
		margin-right:6px
	}
  }

  .policy-sec {
    font-size: 1.6rem;
  }

  /* 기본 팝업 */

  /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media all and (max-width: 800px) and (orientation: landscape), all and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  background-color: #fff;
}
.popup.popup--lg {
  max-width: 1200px;
}
.popup.popup--sm {
  max-width: 500px;
}
.popup.popup--privary {
  max-width: 400px;
  padding: 2.5rem 1rem;
}
.popup.popup--privary .popup-body {
  font-size: 1.6rem;
  max-height: 400px;
  overflow-y: auto;
}
.popup.popup--store {
  max-width: 1040px;
  padding: 2.5625rem 2.5625rem 3.75rem 2.5625rem;
}
.popup.popup--store .popup-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
}
.popup.popup--store .popup-head h1 {
  font-weight: 700;
  font-size: 1.875rem;
  color: #111;
}
.popup.popup--store .popup-head .mfp-close {
  position: static;
}
.popup.popup--store .popup-body .map-wrap {
  position: relative;
}
.popup.popup--store .popup-body .map-wrap .map {
  height: 33rem;
}
.popup.popup--store .popup-body .map-wrap .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
  width: 22.5rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: absolute;
  bottom: 0;
  left: 1.5625rem;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup.popup--store .popup-body .map-wrap .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 66.6666666667%;
}
.popup.popup--store .popup-body .map-wrap .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}
@media all and (max-width: 768px) {
  .popup.popup--store .popup-body .map-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.popup.popup--store .popup-body .map-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 2.1875rem;
}
.popup.popup--store .popup-body .map-info address {
  width: calc(100% - 28.125rem);
  font-style: normal;
}
.popup.popup--store .popup-body .map-info address ul li {
  font-size: 1.125rem;
  color: #333;
  position: relative;
  margin-left: 1.875rem;
}
.popup.popup--store .popup-body .map-info address ul li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0.25rem;
  left: -1.875rem;
}
.popup.popup--store .popup-body .map-info address ul li.location::before {
  width: 15px;
  height: 20px;
  background-image: url(../images/icon/icon_location.png);
}
.popup.popup--store .popup-body .map-info address ul li.number::before {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon/icon_call.png);
}
.popup.popup--store .popup-body .map-info address ul li + li {
  margin-top: 0.625rem;
}
@media all and (max-width: 768px) {
  .popup.popup--store .popup-body .map-wrap .map {
    height: 18.75rem;
  }
  .popup.popup--store .popup-body .map-wrap .img-bx {
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
    margin-bottom: 1.25rem;
  }
  .popup.popup--store .popup-body .map-info address {
    width: 100%;
  }
  .popup.popup--store .popup-body .map-info address ul li::before {
    top: 0;
  }
}
@media all and (max-width: 768px) {
  .popup.popup--store {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
  .popup.popup--store .popup-head .mfp-close {
    width: auto;
    height: auto;
    line-height: 0;
  }
  .popup.popup--store .popup-body .map-info {
    margin-top: 1.25rem;
  }
}
.popup__title {
  font-size: 1.25rem;
}
.popup.hide-close .mfp-close {
  display: none !important;
}

/* 파일 다운로드 팝업 */
.pop-file-download {
  position: relative;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.875rem;
}
.pop-file-download .link:hover {
  text-decoration: underline;
}

/* 팝업 내부 팝업 */
.pop-in-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.pop-in-pop .pop-in-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: 700;
  cursor: pointer;
}