@charset "utf-8";
/* Safe Area 처리 */
body {
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}

html.hidden {
  overflow-y: hidden;
}
/* 공통 */
.inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.only_w {
  display: block !important;
}

.only_m {
  display: none !important;
}
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.flex__c {
  display: flex;
  align-items: center;
}
.flex_b_c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 검색  */
.search_box_wrap {
  background-color: #fff;
  border: 15px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.search_box {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 13px;
  position: relative;
  margin-bottom: 20px;
}
.search_box select,
.search_box input[type="text"] {
  height: 40px;
}
.search_box select {
  cursor: pointer;
  width: 30%;
  min-width: 60px;
  max-width: 120px;
  border-color: #dcdcdc;
}
.search_box input[type="text"] {
  width: 70%;
  margin-left: 5px;
  max-width: 270px;
  padding-right: 40px;
}
.search_box button {
  width: 40px;
  height: 40px;
  text-indent: -9999999999px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/btn/search_icon.png) no-repeat center / 20px;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  padding-left: 38px;
  display: inline-block;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(../img/common/check.png);
  line-height: 26px;
}
input[type="checkbox"]:checked + label {
  background-image: url(../img/common/check_on.png);
}

.btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.btn_wrap .btn {
  display: block;
  width: 100%;
  max-width: 260px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  color: #252525;
  font-size: calc(1rem + 1px);
  height: 46px;
  font-weight: 500;
}
.btn_wrap button + button {
  margin-left: 10px;
}
.btn_wrap .btn.del {
  border-color: #252525;
  background-color: #252525;
  color: #fff;
}
.btn_wrap .btn.full2 {
  background-color: #1c3661;
  border-color: #1c3661;
  color: #fff;
}
.btn_wrap .btn.full {
  background-color: #004892;
  border-color: #004892;
  color: #fff;
}
/* -----------------------------line_banner  */
.line_banner {
  background: #004892;
}

.line_banner .inner {
  position: relative;
}

.line_banner a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 56px;
}

.line_banner .close_banner {
  font-size: 0;
  color: transparent;
  display: block;
  width: 30px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: no-repeat center;
  background-image: url(../img/btn/close_btn_w.png);
}

/* ---------------------------------- top_btn */
/* .top_btn {
    display: block;
    position: fixed;
    bottom: 7%;
    right: 5%;
    z-index: 1000;
}

.top_btn a {
    display: block;
    width: 64px;
    height: 64px;
    background: #fff no-repeat center;
    background-image: url(../img/btn/top_arr.png);
    border-radius: 50%;
    box-shadow: 0px 8px 30.08px 1.92px rgba(0, 0, 0, 0.11);

} */

/* popup */
#dim {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
#popup {
  max-width: 870px;
  width: 90%;
  max-height: 630px;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 10001;
}
#popup {
  display: block;
  overflow: hidden;
}
#popup.on {
  display: none;
}
#popup strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 0 2%;
  line-height: 50px;
  background-color: #222222;
  width: 100%;
  color: #ffffff;
}
#popup .closed_btn {
  position: absolute;
  top: 12px;
  right: 2%;
  width: 30px;
  height: 30px;
}

/* slick */
#popup .slick-slide {
  max-height: 490px;
}
#popup .slick-arrow {
  position: absolute;
  z-index: 1;
}
#popup .slick-prev {
  left: 0;
}
#popup .slick-next {
  right: 0;
}
#popup .slick-prev {
  background: url("../img/btn/btn_prev.png") no-repeat 0 0;
  width: 60px;
  height: 60px;
}
#popup .slick-next {
  background: url("../img/btn/btn_next.png") no-repeat 0 0;
  width: 60px;
  height: 60px;
}
#popup .slick-prev:before,
#popup .slick-next:before {
  display: none;
}
#popup .slick-dots {
  bottom: 25px !important;
}
#popup .slick-dots li button:before {
  display: none;
}
#popup .slick-dots li {
  width: 10px;
  height: 10px;
}
#popup .slick-dots li.slick-active button {
  background: url("../img/btn/active_dot.png") no-repeat 0 0;
  width: 10px;
  height: 10px;
}
#popup .slick-dots li button:hover,
#popup .slick-dots li button:focus {
  background: url("../img/btn/active_dot.png") no-repeat 0 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
#popup .slick-dots li button {
  background: url("../img/btn/unactive_dot.png") no-repeat 0 0;
  width: 10px;
  height: 10px;
}

/* ---------------------------------- header */
#header {
  width: 100%;
  /* overflow-x: hidden; */
}
#header .top_header {
  padding-top: 24px;
}
#header .top_header .inner {
  display: flex;
  align-items: center;
}
#header .left {
  display: flex;
  align-items: center;
}

#header .mo_ham {
  display: none;
}

#header .logo a {
  font-size: 0;
  color: transparent;
  display: block;
  width: 263px;
  height: 46px;
  background: no-repeat center;
  background-image: url(../img/common/logo.png);
}

#header .all_search_box {
  position: relative;
  max-width: 274px;
  width: 100%;
  margin-left: 18px;
  margin-right: 18px;
}

#header .all_search_box .sf_txt {
  border: 1px solid #b8b8b8;
  border-radius: 50px;
  padding: 0 40px 0 15px;
  height: 40px;
  width: 100%;
}

#header .all_search_box .sf_txt::placeholder {
  color: #c0c0c0;
  font-size: 14px;
}

#header .all_search_box .btn_search {
  width: 40px;
  height: 38px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: no-repeat center;
  background-image: url(../img/btn/search_icon.png);
  border: none;
}

#header .s_banner {
  width: 234px;
  height: 46px;
  display: flex;
  flex: 0 0 auto;
}

#header .s_banner a,
#header .s_banner img {
  display: block;
}

#header .right {
  margin-left: auto;
}

#header .top_menu {
  display: flex;
}

#header .top_menu li {
  font-size: 13px;
}

#header .top_menu li a.login {
  color: #757575;
}

#header .top_menu li + li {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

#header .top_menu li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .bot_header > .inner,
#header .bot_header #gnb,
#header .bot_header .shop_menu {
  display: flex;
  align-items: center;
}

#header .bot_header {
  border-bottom: 1px solid #333;
}
#header .bot_header > .inner {
  align-items: flex-end;
  padding: 8px 0 0;
}

#header .bot_header #gnb {
}

#header .bot_header #gnb .ham_btn {
  display: flex;
  align-items: center;
}

#header .bot_header #gnb .ham_btn i {
  display: block;
  width: 20px;
  height: 16px;
  background: no-repeat center;
  background-image: url(../img/btn/ham_btn.png);
  margin-right: 10px;
}

#header .bot_header #gnb > ul {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

#header .bot_header #gnb > ul::after {
  display: none;
}

#header .bot_header #gnb > ul .dep_01 > a {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: block;
  padding: 20px 12px;
}

#header .bot_header .shop_menu {
  margin-left: auto;
  padding-bottom: 20px;
}

#header .bot_header .shop_menu li {
  text-align: center;
}

#header .bot_header .shop_menu li:nth-of-type(2) {
  margin-left: 20px;
}

#header .bot_header .shop_menu li:nth-of-type(3) {
  margin-left: 26px;
}

#header .bot_header .shop_menu li .ico {
  display: block;
  width: 27px;
  height: 27px;
  background: no-repeat center;
  margin: 0 auto 8px;
}

#header .bot_header .shop_menu li .ico.my_page {
  background-image: url(../img/ico/my_ico.png);
}

#header .bot_header .shop_menu li .ico.my_list {
  background-image: url(../img/ico/reservation_ico.png);
}

#header .bot_header .shop_menu li .ico.my_wish {
  background-image: url(../img/ico/wish_ico.png);
}

#header .bot_header .shop_menu li p {
  font-size: 12px;
  color: #757575;
}

#header .bot_header #gnb li.on > a {
  color: #004892;
}

#header .bot_header #gnb li.on .sub_nav_row {
  display: block;
  border-top: 1px solid #252525;
}

.sub_nav_row {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #f9f9f9;
  margin-bottom: 36px;
  display: none;
}

.sub_nav_row.open {
  display: block;
}

.sub_nav_row .sub_nav {
  display: flex;
  /* justify-content: center; */
  padding-left: 150px;
}
/* 
.sub_nav_row .sub_nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    top: -1px;
    left: -100%;
    border-top: 1px solid #252525;
}

.sub_nav_row .sub_nav::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    top: -1px;
    right: -100%;
    border-top: 1px solid #252525;
} */

.sub_nav_row .sub_nav li + li {
  margin-left: 20px;
}

.sub_nav_row .sub_nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: block;
  line-height: 40px;
  padding-bottom: 0 !important;
}

.sub_nav_row .sub_nav li a:hover,
.sub_nav_row .sub_nav li.on a {
  color: #004892 !important;
}

/* ------------------------------------------- open_gnb  */
.open_gnb {
  position: absolute;
  top: calc(100% + 1px);
  left: -2px;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  max-width: 1200px;
  margin: 0 auto;
}

.open_gnb.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.open_gnb .gnb_category {
  display: inline-flex;
}

.open_gnb .depth01 {
  width: 282px;
  background: #f5f5f5;
  height: 70vh;
  overflow-x: auto;
}

.open_gnb .depth01 li {
  width: 100%;
}

.open_gnb .depth01 li + li {
  border-top: solid 1px #e5e5e5;
}

.open_gnb .depth01 li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  padding: 20px 24px;
  white-space: nowrap;
}

.open_gnb .depth01 li.active a {
  background: #004892;
  color: #fff;
}

.open_gnb .depth02 {
  padding: 10px 0;
  height: 70vh;
  background: #fff;
  border: 1px solid #eee;
}

.open_gnb .depth02 > ul {
  display: none;
  width: 100%;
  max-height: 70vh;
  overflow: hidden auto;
  background: #fff;
  margin-left: -100%;
  opacity: 0;
  transition: all 0.3s;
}

.open_gnb .depth02 > ul.open {
  display: block;
  opacity: 1;
  margin: 0;
}

.open_gnb .depth02 li a {
  display: flex;
  align-items: center;
  width: 282px;
  font-size: 16px;
  color: #454545;
  padding: 14px 20px;
  box-sizing: border-box;
  white-space: nowrap;
}

.open_gnb .depth02 li a span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.open_gnb .depth02 li:hover a {
  background: #eff2f7;
}
/* only mobile */

html.gnbOpen {
  overflow: hidden;
}
html.gnbOpen #mnb {
  left: 0;
}

#mnb {
  position: fixed;
  left: -100%;
  width: 100%;
  top: 0px;
  bottom: 0;
  z-index: 99;
  background: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  z-index: 99999;
}
#mnb .mnb_top {
  height: 60px;
}

#mnb .mnb_top .inner {
  width: 100%;
  height: 100%;
}
header #mnb .logo {
  margin: 0;
}
#header #mnb .logo a {
  display: flex;
  align-items: center;
}
#mnb .level_wrap i {
  /* max-width: 20px; */
  display: flex;
  margin-right: 8px;
}
#mnb .level_wrap i img {
  width: 100%;
  max-width: 20px;
}
#mnb .level_wrap span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

#mnb .mo_close {
  width: 60px;
  height: 60px;
  background: url("../img/btn/mo_closebtn.png") no-repeat center center;
  background-size: 16px;
}

.mgt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 20px;
}

.mgt01 a {
  flex: 1;
  text-align: center;
  max-width: 130px;
  line-height: 38px;
  border: solid 1px #333;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.mgt01 a.full {
  color: #fff;
  background-color: #004892;
  border: solid 1px #004892;
}

.mgt01 a + a {
  margin-left: 10px;
}
.mgt02 {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.mgt02 ul {
  padding: 20px 10px;
  /* max-width: 330px; */
  margin: 0 auto;
}
.mgt02 ul li {
  width: 25%;
  text-align: center;
}

.mgt02 ul li a {
  display: block;
}

.mgt02 .ico_box {
  max-width: 55px;
  width: 15.2777vw;
  margin: 0 auto;
}

.mgt02 ul li p {
  font-size: 11px;
  font-weight: 500;
  color: #757575;
  margin-top: 6px;
}

.mnb_list > li {
  border-bottom: solid 1px #eeeeee;
}

.mnb_list > li > a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  padding: 0 20px;
  line-height: 40px;
}

.mnb_list > li.open > .depth01 {
  background-image: url("../img/btn/sub_menuopen.png");
}
.mnb_list > li.open > .depth02 {
  display: block;
}
.mnb_list .depth02 {
  display: none;
  padding: 12.5px 30px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}
.mnb_list .depth02 li a {
  display: block;
  padding: 12.5px 0;
  line-height: 1.2;
  color: #454545;
}

/* ----------------------------- footer */
#footer {
  background: #1c3661;
  padding: 40px 0 20px;
}

#footer * {
  color: #fff;
}

#footer .f_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #394f72;
}

#footer .f_info strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

#footer .f_info a {
  display: block;
  margin: 20px 0;
  font-size: 30px;
  font-weight: 900;
  font-family: "NanumSquare", sans-serif;
}

#footer .f_info p span {
  display: block;
  line-height: 1.375;
}

#footer .f_link {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  align-items: flex-end;
}

#footer .f_link .sns {
  display: flex;
}

#footer .f_link .sns li + li {
  margin-left: 24px;
}

#footer .f_link .family_site {
  margin-top: auto;
  width: 200px;
}

#footer .f_link .family_site select {
  border: none;
  background: #0e203d url(../img/btn/family_site.png) no-repeat center right
    20px;
  padding: 0 30px 0 24px;
  width: 100%;
  height: 34px;
  font-size: 14px;
  border-radius: 50px;
  color: #6f83a4;
}

#footer #fnb .fnb_list {
  display: flex;
}

#footer #fnb .fnb_list li a {
  font-size: 14px;
  color: #cdd2db;
}

#footer #fnb .fnb_list li.fwb a {
  color: #fff;
  font-weight: 500;
}

#footer #fnb .fnb_list li + li {
  margin-left: 16px;
}

#footer .f_content address {
  margin: 24px 0 26px;
}

#footer .f_content address span {
  font-size: 14px;
  color: #8c98ac;
  line-height: 1.6;
}

#footer .f_content .copy {
  font-size: 14px;
  color: #64799c;
}

/* --------------------------------- item_type01 */
.item_type01 {
  display: flex;
  flex-wrap: wrap;
}

.item_type01 li {
  width: calc(25% - 16.5px);
  margin-right: 22px;
}

.item_type01 li.no_item {
  width: 100%;
  margin-right: 0;
  padding: 20px;
}

.item .item_type01 li:nth-of-type(4n) {
  margin-right: 0;
}

.item .item_type01 li:nth-of-type(n + 5) {
  margin-top: 44px;
}

.item_type01 .thum_img {
  display: block;
}

.item_type01 .thum_img span {
  display: block;
  width: 100%;
  padding-top: 70%;
  background: no-repeat center / cover;
}

.item_type01 .item_info {
  margin-top: 16px;
}

.item_type01 .item_info .ic_tit {
  font-weight: 350;
  line-height: 1.333;
  color: #777777;
}

.item_type01 .item_info .ic_subject {
  color: #333333;
  font-weight: 500;
  line-height: 1.375;
  max-height: 2.8em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  margin-top: 10px;
}

.item_type01 .item_info .pris2 {
  font-size: 16px;
  font-weight: 350;
  display: block;
  margin-top: 12px;
}
.item_type01 .item_info .pris2.dp {
  font-size: 16px;
  font-weight: 350;
  display: block;
  margin-top: 12px;
  color: #0a6ec2;
}
.item_type01 .item_info .pris2 strong {
  font-size: 16px;
  font-weight: 500;
  /*font-family: 'NanumSquare';*/
}

/* --------------------------------- item_type01_eo */
.item_type01_eo {
  display: flex;
  flex-wrap: wrap;
}

.item_type01_eo li {
  width: calc(25% - 16.5px);
  margin-right: 22px;
}

.item_type01_eo li.no_item {
  width: 100%;
  margin-right: 0;
  padding: 20px;
}

.item .item_type01_eo li:nth-of-type(4n) {
  margin-right: 0;
}

.item .item_type01_eo li:nth-of-type(n + 5) {
  margin-top: 44px;
}

.item_type01_eo .thum_img {
  display: block;
}

.item_type01_eo .thum_img span {
  display: block;
  width: 100%;
  padding-top: 70%;
  background: no-repeat center / cover;
}

.item_type01_eo .item_info {
  margin-top: 16px;
}

.item_type01_eo .item_info .ic_tit {
  font-weight: 350;
  line-height: 1.333;
  color: #777777;
}

.item_type01_eo .item_info .ic_subject {
  color: #333333;
  font-weight: 500;
  line-height: 1.375;
  max-height: 2.8em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  margin-top: 10px;
}

.item_type01_eo .item_info .pris2 {
  font-size: 16px;
  font-weight: 350;
  display: block;
  margin-top: 12px;
}
.item_type01_eo .item_info .pris2.dp {
  font-size: 16px;
  font-weight: 350;
  display: block;
  margin-top: 12px;
  color: #0a6ec2;
}
.item_type01_eo .item_info .pris2 strong {
  font-size: 16px;
  font-weight: 900;
  font-family: "NanumSquare";
}

/* ------------------------------------- item_type02 */
.item_type02 {
  display: flex;
}

.item_type02 .thum_img {
  display: block;
}

.item_type02 .thum_img span {
  display: block;
  width: 100%;
  padding-top: 70%;
  background: no-repeat center / cover;
}

.item_type02 .item_info {
  padding-top: 16px;
  border: 1px solid #eaeaea;
  border-top: none;
  padding: 16px 22px 54px;
}

.item_type02 .item_info .ic_tit {
  font-weight: 350;
  color: #777777;
  line-height: 1.3333;
}

.item_type02 .item_info .ic_subject {
  color: #333333;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  margin-top: 10px;
}

.item_type02 .item_info .ic_txt {
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}

.item_type02 .item_info .pris2 {
  font-size: 18px;
  font-weight: 350;
  display: block;
  margin-top: 12px;
}

.item_type02 .item_info .pris2 strong {
  font-size: 22px;
  font-weight: 900;
  font-family: "NanumSquare";
}

.agree_pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 111111;
  background: rgba(0, 0, 0, 0.5);
}

.agree_pop .pop_box {
  max-width: 520px;
  width: calc(100% - 30px);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-sizing: border-box;
}

.agree_pop .cu_head {
  position: relative;
  padding: 25px 0;
  border-bottom: solid 1px #eee;
  box-sizing: border-box;
  text-align: center;
}

.agree_pop .cu_head h2 {
  font-size: 20px;
  font-weight: 500;
  color: #252525;
}

.agree_pop .cu_head button {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/btn/re_closebtn.png") no-repeat center center/cover;
}

.agree_pop .cu_body {
  max-height: 541px;
  overflow-y: auto;
  padding: 30px 20px 12px;
  box-sizing: border-box;
  line-height: 1.7;
}

.agree_pop .cu_btn {
  width: 100%;
  height: 68px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 68px;
  background: #004892;
  color: #f3f4f8;
}

/* --------------------------------- item_type12 */
.item_type12 {
  display: flex;
  flex-wrap: wrap;
}

.item_type12 li {
  width: calc(25% - 16.5px);
  margin-right: 22px;
}

.item_type12 li.no_item {
  width: 100%;
  margin-right: 0;
  padding: 20px;
}

.item .item_type12 li:nth-of-type(4n) {
  margin-right: 0;
}

.item .item_type12 li:nth-of-type(n + 5) {
  margin-top: 44px;
}

.item_type12 .thum_img {
  display: block;
}

.item_type12 .thum_img span {
  display: block;
  width: 100%;
  padding-top: 70%;
  background: no-repeat center / cover;
}

.item_type12 .item_info {
  margin-top: 16px;
}

.item_type12 .item_info .ic_tit {
  font-weight: 350;
  line-height: 1.333;
  color: #777777;
}

.item_type12 .item_info .ic_subject {
  color: #333333;
  font-weight: 500;
  line-height: 1.375;
  max-height: 2.8em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  margin-top: 10px;
}

.item_type12 .item_info .pris2 {
  font-size: 18px;
  font-weight: 350;
  display: block;
  margin-top: 12px;
}

.item_type12 .item_info .pris2 strong {
  font-size: 22px;
  font-weight: 900;
  font-family: "NanumSquare";
}

/* -------------------------------  agree_popup_wrap */
.agree_popup_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}

.agree_popup_wrap .agree_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  width: calc(100% - 30px);
  max-height: 640px;
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.agree_popup_wrap .agree_popup .top {
  height: 58px;
  line-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #fff;
  background: #333333;
  padding: 0 30px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

.agree_popup_wrap .agree_popup .top p {
  font-size: 20px;
}

.agree_popup_wrap .agree_popup .top .close {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.agree_popup_wrap .agree_popup .content {
  height: 580px;
  background: #fff;
  overflow-y: auto;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  height: 0px !important;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.agree_popup_wrap .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* //popup_wrap */

/*페이징*/
.board_num_list {
  width: 100%;
  text-align: center;
  padding: 45px 0;
}

.board_num_list a {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  margin: 0 2px;
  color: #333;
  border: 1px solid #ddd;
  background: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.board_num_list a:hover {
  text-decoration: none;
}

.board_num_list a.num {
  position: relative;
  width: 36px;
  background: #fafafa;
  font-weight: bold;
}

.board_num_list a.num:hover,
.board_num_list a.on {
  line-height: 32px;
  border: 2px solid #2985db;
  color: #2985db;
}

.board_num_list a.prev_all {
  vertical-align: top;
  overflow: hidden;
  line-height: 9999px;
  width: 36px;
  background: #fafafa url("../img/common/b_prev_all.png") center center
    no-repeat;
  margin: 0 4px;
}

.board_num_list a.prev {
  vertical-align: top;
  overflow: hidden;
  line-height: 9999px;
  width: 36px;
  background: #fafafa url("../img/common/b_prev.png") center center no-repeat;
  margin: 0 4px;
  margin-right: 12px;
}

.board_num_list a.next_all {
  vertical-align: top;
  overflow: hidden;
  line-height: 9999px;
  width: 36px;
  background: #fafafa url("../img/common/b_next_all.png") center center
    no-repeat;
  margin: 0 4px;
}

.board_num_list a.next {
  vertical-align: top;
  overflow: hidden;
  line-height: 9999px;
  width: 36px;
  background: #fafafa url("../img/common/b_next.png") center center no-repeat;
  margin: 0 4px;
  margin-left: 12px;
}

.board_num_list a.prev_all:hover,
.board_num_list a.prev:hover,
.board_num_list a.next:hover,
.board_num_list a.next_all:hover {
}

/* 하단 페이지이동 버튼 */
.pager {
  padding-top: 40px;
}

.pager ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager ul li {
}

.pager ul li .first_page {
  background: url("../img/btn/pager_all_prev.png") no-repeat center;
  background-size: auto 10px;
  margin-left: 0;
}

.pager ul li .preview {
  margin-right: 10px;
  background: url("../img/btn/pager_prev.png") no-repeat center;
  background-size: auto 10px;
}

.pager ul li .next {
  margin-left: 20px;
  background: url("../img/btn/pager_next.png") no-repeat center;
  background-size: auto 10px;
}

.pager ul li .last_page {
  background: url("../img/btn/pager_all_next.png") no-repeat center;
  background-size: auto 10px;
}

.pager ul li a {
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #dedede;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.pager ul li a.on {
  border-color: #074d95;
  color: #1c3661;
}

/*기본*/
.screen_pc {
}

.screen_tb {
  display: none;
}

.screen_ph {
  display: none;
}
.mobile #wrap {
  overflow: hidden;
}

#wrap {
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
}

#header {
  position: relative;
}

#container {
  position: relative;
}

#footer {
  position: relative;
}

.layer_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 246px;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  text-indent: -9999em;
  /* 
IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다. 
컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  zoom: 1;
  /* 일반적이진 않지만 ie6, 7 에서 적용 안되는경우 선언. */
}

.mo_layer_bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 77;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  text-indent: -9999em;
  /* 
IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다. 
컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  zoom: 1;
  /* 일반적이진 않지만 ie6, 7 에서 적용 안되는경우 선언. */
}

/* 모바일 블록여부 */
.mobile_none {
  display: block;
  margin: 0 auto;
}

.mobile_block {
  display: none;
  margin: 0 auto;
}
.quick_menu {
  position: fixed;
  width: 10.9%;
  max-width: 120px;
  min-width: 90px;
  text-align: center;
  top: 50%;
  right: 3.125%;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: -1;
}
.quick_menu.on {
  display: block;
  opacity: 1;
  z-index: 10;
}
.quick_menu_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 15px 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.09);
  transition: all 0.2s ease;
  cursor: pointer;
}

.quick_menu ul li {
  padding: 23px 0 20px;
}
.quick_menu ul li + li {
  border-top: 1px solid #dbdbdb;
}

.quick_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background: url(../img/ico/quick_zzim.png) no-repeat top center; */
}
.quick_menu ul li a i {
  display: block;
  width: 28px;
  height: 28px;
  background: no-repeat center;
  margin-bottom: 15px;
}

.quick_menu ul li a i.zzim {
  background-image: url(../img/ico/quick_zzim.png);
}

.quick_menu ul li a i.card {
  background-image: url(../img/ico/quick_card.png);
}

.quick_menu ul li a i.kakao {
  background-image: url(../img/ico/quick_kakao.png);
}
.quick_menu ul li a i.member {
  background-image: url(../img/ico/quick_mem.png);
}

.quick_menu ul li a i.qna {
  background-image: url(../img/ico/quick_q.png);
}

.top_btn {
  display: block;
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
  margin: 37px auto 0;
  background: url(../img/btn/top_btn.png) no-repeat center / cover;
  box-shadow: 0 9px 9px rgba(120, 120, 120, 0.21);
  transition: all 0.2s ease;
}

@media screen and (max-width: 1200px) {
  #header .bot_header #gnb {
    white-space: nowrap;
    overflow-x: auto;
  }
  .sub_nav_row .sub_nav {
    padding-left: 118px;
  }
  #header .bot_header #gnb > ul {
    margin-left: 20px;
  }

  #header .bot_header #gnb > ul .dep_01 > a {
    padding: 20px 10px;
  }
}

/* moblie */
@media screen and (max-width: 850px) {
  /* .quick_menu{
        display: none;
    } */
  .quick_menu {
    position: fixed;
    width: 100%;
    max-width: 120px;
    min-width: 90px;
    text-align: center;
    top: inherit;
    bottom: 3.125%;
    right: 3.125%;
    transform: translateY(0);
  }
  .quick_menu .m_quick_btn {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/btn/quick_plus.png) no-repeat center / cover;
    margin: 15px 0 0 auto;
    border-radius: 50%;
    box-shadow: 0 9px 9px rgb(120 120 120 / 21%);
  }
  .quick_menu .m_quick_btn.on {
    background: url(../img/ico/quick_close.png) no-repeat center / cover;
  }
  .quick_menu_inner {
    padding-bottom: 0;
    display: none;
  }
  .quick_menu_inner.open {
    display: block;
  }

  .top_btn {
    width: 40px;
    height: 40px;
    margin: 15px 0 0 auto;
    background: url(../img/btn/top_btn_mo.png) no-repeat center / cover;
    box-shadow: 0 9px 9px rgb(120 120 120 / 21%);
    transition: all 0.2s ease;
  }

  .quick_menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /* background: url(../img/ico/quick_zzim.png) no-repeat top center; */
  }
  .quick_menu ul li a i {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 8px;
    background-size: 14px auto;
    background-image: url(../img/ico/quick_zzim_m.png);
  }
  .quick_menu ul li a p {
    font-size: 12px;
  }
  .quick_menu ul li {
    padding: 14px 0;
  }
  .quick_menu ul li:nth-child(2) a i {
    background-image: url(../img/ico/quick_card_m.png);
  }

  .quick_menu ul li:nth-child(3) a i {
    background-image: url(../img/ico/quick_kakao_m.png);
  }
  .quick_menu ul li:nth-child(4) a i {
    background-image: url(../img/ico/quick_mem_m.png);
  }

  .quick_menu ul li:nth-child(5) a i {
    background-size: 12px auto;
    background-image: url(../img/ico/quick_q_m.png);
  }

  .open_gnb {
    display: none;
  }

  .btn_wrap .btn {
    max-width: 260px;
    font-size: calc(1rem + 1px);
    height: 40px;
  }

  html {
    font-size: 13px;
  }

  input[type="checkbox"] + label {
    padding-left: 34px;
    background-size: 24px 24px;
    line-height: 24px;
  }
  .agree_pop .cu_head {
    padding: 20px;
  }
  .agree_pop .cu_head h2 {
    font-size: 15px;
  }
  .agree_pop .cu_head button {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .agree_pop .cu_body {
    padding: 20px 15px;
  }
  .agree_pop .cu_btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  /* 모바일 블록여부 */
  .mobile_none {
    display: none;
    margin: 0 auto;
  }

  .mobile_block {
    display: block;
    margin: 0 auto;
  }

  /* ------------------ pager */
  .pager {
    padding-top: 30px;
  }

  .pager ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pager ul li {
  }

  .pager ul li .first_page {
    background: url("../img/btn/pager_all_prev_m.png") no-repeat center;
    background-size: auto 8px;
    margin-left: 0;
  }

  .pager ul li .preview {
    margin-right: 10px;
    background: url("../img/btn/pager_prev_m.png") no-repeat center;
    background-size: auto 10px;
  }

  .pager ul li .next {
    margin-left: 15px;
    background: url("../img/btn/pager_next_m.png") no-repeat center;
    background-size: auto 10px;
  }

  .pager ul li .last_page {
    background: url("../img/btn/pager_all_next_m.png") no-repeat center;
    background-size: auto 10px;
  }

  .pager ul li a {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 11px;
    color: #333;
  }

  .pager ul li a.on {
    border-color: #074d95;
    color: #1c3661;
  }

  .only_w {
    display: none !important;
  }

  .only_m {
    display: block !important;
  }

  body.main .dep_01.m_show .sub_nav_row {
    display: none;
  }

  /* ------------------------ line_banner */
  .line_banner .inner {
    width: 100%;
    padding: 0 !important;
  }

  .line_banner a {
    font-size: 12px;
    line-height: 40px;
  }

  .line_banner .close_banner {
    width: 35px;
    height: 40px;
    background-image: url(../img/btn/close_btn_w_m.png);
    background-size: 15px auto;
  }

  /* -------------------------------- header */
  #header .top_header {
    padding: 15px 0 0;
  }

  #header .btn_logo {
    display: flex;
    align-items: center;
  }

  #header .logo a {
    width: 114.5px;
    height: 30px;
    background-size: 114.5px;
    /* background-image: url(../img/common/logo_m.png); */
  }

  #header .left {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }

  #header .left .s_banner {
    display: none;
  }

  #header .all_search_box {
    position: relative;
    max-width: inherit;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }

  #header .all_search_box .sf_txt {
    padding: 0 40px 0 15px;
    height: 30px;
  }

  #header .all_search_box .btn_search {
    width: 35px;
    height: 38px;
    background-size: 18px;
    background-image: url(../img/btn/search_icon_m.png);
  }

  #header .right {
    display: none;
  }

  #header .bot_header {
    padding: 15px 0 0;
    /* margin-bottom: 42px; */
  }
  #header .bot_header .shop_menu {
    position: absolute;
    top: 60px;
    right: 0;
    padding-bottom: 0;
  }

  #header .bot_header .shop_menu li .ico {
    width: 24px;
    height: 24px;
    margin: 0;
    background-size: 24px auto;
  }

  #header .bot_header .shop_menu li .ico.my_page {
    background-image: url(../img/ico/my_ico_m.png);
  }

  #header .bot_header .shop_menu li .ico.my_list {
    background-image: url(../img/ico/reservation_ico_m.png);
  }

  #header .bot_header .shop_menu li .ico.my_wish {
    background-image: url(../img/ico/wish_ico_m.png);
  }

  #header .bot_header .shop_menu li p {
    display: none;
  }

  #header .bot_header .shop_menu li:nth-of-type(2) {
    margin-left: 5px;
  }

  #header .bot_header .shop_menu li:nth-of-type(3) {
    margin-left: 5px;
  }

  #header .bot_header #gnb .ham_btn {
    display: none;
  }

  #header .bot_header #gnb > ul {
    overflow-y: auto;
    margin-left: 0;
  }

  #header .bot_header #gnb > ul li {
    flex-shrink: 0;
  }

  #header .bot_header #gnb > ul .dep_01 > a {
    padding: 15px 15px;
  }

  #header .bot_header #gnb > ul .dep_01:first-child > a {
    padding-left: 0;
  }

  #header .mo_ham {
    display: block;
    width: 30px;
    height: 30px;
    background: no-repeat center / 20px auto;
    background-image: url(../img/btn/ham_btn_m.png);
    margin-right: 12px;
  }

  .dep_01.m_show .sub_nav_row {
    /* display: block; */
    top: 100%;
    /* width: calc(100% + 30px);
        transform: translateX(-15px); */
    margin-bottom: 0;

    white-space: nowrap;
    overflow-x: auto;
  }
  #header .bot_header #gnb li.on .sub_nav_row {
    border-top: none;
  }
  .sub_nav_row .sub_nav {
    padding-left: 0;
  }
  .sub_nav_row .sub_nav::after,
  .sub_nav_row .sub_nav::before {
    display: none;
  }

  .sub_nav_row .sub_nav li a {
    font-size: 12px !important;
    line-height: 40px;
    padding-bottom: 0 !important;
  }

  .sub_nav_row .sub_nav li + li {
    margin-left: 20px !important;
  }

  .sub_nav_row .sub_nav {
    padding-top: 0 !important;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-start;
    overflow-y: auto;
  }

  /* ------------------------------ footer */
  #footer {
    background: #1c3661;
    padding: 50px 0 35px;
  }

  #footer .f_top {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 30px;
  }

  #footer .f_info strong {
    font-size: 15px;
  }

  #footer .f_info a {
    margin: 20px 0 15px;
    font-size: 20px;
  }

  #footer .f_info p span {
    display: block;
    line-height: 1.5;
    font-size: 13px;
  }

  #footer .f_link {
    display: flex;
    flex-direction: column;
    padding: 0 0;
    align-items: flex-start;
    margin-top: 26px;
  }

  #footer .f_link .sns li + li {
    margin-left: 22px;
  }

  #footer .f_link .family_site {
    margin-top: 30px;
    width: 100%;
  }

  #footer .f_link .family_site select {
    font-size: 12px;
  }

  #footer #fnb .fnb_list {
    display: flex;
    flex-wrap: wrap;
  }

  #footer #fnb .fnb_list li + li {
    margin-left: 14px;
  }

  #footer #fnb .fnb_list li a {
    font-size: 11px;
  }

  #footer .f_content address {
    margin: 20px 0;
  }

  #footer .f_content address span {
    font-size: 11px;
    color: #8c98ac;
    line-height: 1.6;
  }

  #footer .f_content address span.bar {
    padding-left: 8px;
    margin-left: 8px;
    position: relative;
  }

  #footer .f_content address span.bar::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #5c7195;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #footer .f_content .copy {
    font-size: 11px;
  }

  /* ----------------------------------item_type01 */
  .item_type01 li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .sub .item_type01 li:nth-of-type(2n) {
    margin-right: 0;
  }

  .sub .item_type01 li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  /* -------------------------------------item_type02 */
  .item_type02 .item_info {
    padding: 20px 15px 35px;
  }

  .item_type02 .item_info .ic_tit {
    font-size: 13px;
  }

  .item_type02 .item_info .ic_subject {
    font-size: 13px;
    margin-top: 13px;
  }

  .item_type02 .item_info .ic_txt {
    font-size: 11px;
    line-height: 1.47;
    margin-top: 10px;
  }

  .item_type02 .item_info .pris2 {
    font-size: 14px;
    margin-top: 10px;
  }

  .item_type02 .item_info .pris2 strong {
    font-size: 16px;
  }
  #popup .slick-prev,
  #popup .slick-next {
    width: 45px;
    height: 45px;
    background-size: cover;
  }

  /* ??????? */
  .board_num_list {
    padding: 20px 0;
  }

  .board_num_list a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    color: #333;
    border: 1px solid #ddd;
  }

  .board_num_list a:hover {
    text-decoration: none;
  }

  .board_num_list a.num {
    position: relative;
    width: 22px;
    background: #fff;
    font-weight: bold;
    line-height: 22px;
    font-size: 12px;
  }

  .board_num_list a.num:hover,
  .board_num_list a.on {
    line-height: 20px;
    background: #5f5f5f;
    color: #fff;
    border-color: #5f5f5f;
  }

  .board_num_list a.prev_all {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 22px;
    background: #fff url("../img/common/b_prev_all.png") center center no-repeat;
    margin: 0 2px;
  }

  .board_num_list a.prev {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 22px;
    background: #fff url("../img/common/b_prev.png") center center no-repeat;
    margin: 0 2px;
    margin-right: 4px;
  }

  .board_num_list a.next_all {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 22px;
    background: #fff url("../img/common/b_next_all.png") center center no-repeat;
    margin: 0 2px;
  }

  .board_num_list a.next {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 22px;
    background: #fff url("../img/common/b_next.png") center center no-repeat;
    margin: 0 2px;
    margin-left: 4px;
  }

  .board_num_list a.prev_all:hover,
  .board_num_list a.prev:hover,
  .board_num_list a.next:hover,
  .board_num_list a.next_all:hover {
  }
}

@media screen and (max-width: 420px) {
  .layer_bg {
    bottom: -372vw;
  }
}

@media screen and (max-width: 375px) {
  .layer_bg {
    bottom: -372vw;
  }
}

@media screen and (max-width: 360px) {
  .layer_bg {
    bottom: -426vw;
  }
}

@media screen and (max-width: 350px) {
  #footer #fnb .fnb_list li:last-child {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media screen and (max-width: 340px) {
  .pager ul li a {
    margin-left: 3px;
    width: 27px;
    height: 27px;
    line-height: 25px;
    font-size: 10px;
    color: #333;
  }

  .pager ul li .preview {
    margin-right: 7px;
  }

  .pager ul li .next {
    margin-left: 10px;
  }
}
