@import url("fonts/Pretendard/Pretendard.css");
.visible_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.header_new {
  position: relative;
  background: #fff;
}
.header_new * {
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.025em;
}
.header_new a:hover {
  text-decoration: none;
}
.header_new_topbanner .swiper-slide a {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    background: #171717;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
.header_new_top {
  position: relative;
  padding: 0 15px;
  background: #f8f8f8;
  z-index: 75;
}
.header_new_top .header_new_top_con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}
.header_new_top .site_link {
  display: flex;
  margin-top: 5px;
}
.header_new_top .site_link > li > a {
  display: block;
  width: 101px;
  height: 35px;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  text-indent: -999px;
  box-sizing: border-box;
  overflow: hidden;
}
.header_new_top .site_link > li > a.link_photomon {
  background: url("../../index/images/btn_top_photomon_bk.png") no-repeat;
}
.header_new_top .site_link > li > a.link_bizprint {
  background: url("../../index/images/btn_top_bizprint.png") no-repeat center 0;
}
.header_new_top .site_link > li > a.link_artprint {
  background: url("../../index/images/btn_top_artprint.png") no-repeat center 0;
}
.header_new_top .site_link > li > a.link_cardwang {
  background: url("../../index/images/btn_top_cardwang.png") no-repeat center 0;
}
.header_new_top .site_link > li.active > a {
  border-color: #d6d6d7;
}

.header_new_top .util {
  display: flex;
  margin-top: 8px;
}
.header_new_top .util > li {
  position: relative;
}
.header_new_top .util > li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #dfe0e2;
}
.header_new_top .util > li > a {
  display: block;
  padding: 6px 12px;
  color: #909090;
  font-size: 12px;
  line-height: 17px;
}
.header_new_top .util > li.user > a {
  color: #ff9c00;
}
.header_new_top .util > li.in_ul::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  width: 7px;
  height: 5px;
  background: url(../images/new_header/ico_down_gray.svg) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.header_new_top .util > li.user.in_ul::after {
  background-image: url(../images/new_header/ico_down_orange.svg);
}
.header_new_top .util > li.in_ul > a {
  padding-right: 22px;
}
.header_new_top .util > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 2.5px 3.1px 7px 0 rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.header_new_top .util > li:hover > ul {
  display: block;
}
.header_new_top .util > li > ul > li.topline {
    border-top: 1px solid #dfe0e2;
}
.header_new_top .util > li > ul > li > a {
  display: flex;
  align-items: center;
  width: 113px;
  padding-left: 15px;
  color: #666;
  font-size: 13px;
  line-height: 35px;
  text-align: left;
}
.header_new_top .util > li > ul > li > a .ico_new {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/new_header/ico_new_red.svg) no-repeat center center;
  text-indent: -999px;
  overflow: hidden;
}
.header_new_top .util > li > ul > li > a:hover {
  background: #f5f5f5;
  color: #333;
}

.header_new_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  background: #fff;
  z-index: 70;
  box-sizing: border-box;
}
.header_new_con #logo a {
  display: block;
  width: 134px;
  height: 27px;
  background: url(../images/new_header/logo.svg) no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.header_new_con .search_links {
  display: flex;
}
.header_new_con .search_box {
  position: relative;
  width: 179px;
}
.header_new_con .search_box input[type="text"] {
  width: 100%;
  height: 41px;
  padding: 0 0 0 29px;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #dfe0e2;
  font-size: 12px;
  box-sizing: border-box;
}
.header_new_con .search_box .btn_search {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 41px;
  background: url(../images/new_header/ico_search.svg) no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.header_new_con .link_box {
  display: flex;
  margin-left: 5px;
}
.header_new_con .link_box li + li {
  margin-left: 8px;
}
.header_new_con .link_box li a {
  display: block;
  width: 51px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.header_new_con .link_box li .ico_search {
  background-image: url(../images/new_header/ico_cart.svg);
}
.header_new_con .link_box li .ico_cart {
  background-image: url(../images/new_header/ico_cart.svg);
}
.header_new_con .link_box li .ico_saved {
  background-image: url(../images/new_header/ico_saved.svg);
}
.header_new_con .link_box li .ico_my {
  background-image: url(../images/new_header/ico_my.svg);
}
.header_new_con .btn_rightmenu {
  display: none;
}

.mobile_tablet_gnb {
  display: none;
}
.header_new_gnb {
  /* 2025-02-18 edit */
		margin-right: auto;
		margin-left: 22px;
}
.new_gnb_box {
  /* 2025-02-18 edit */
}
.new_gnb_bg {
  position: absolute;
        /* 2025-02-18 edit */
        /* top: 100%; */
        top: calc(100% - 1px);
        right: 0;
        left: 0;
        border-radius: 0 0 16px 16px;
        background: #fff;
        box-shadow: 0 13px 13px 0 rgba(0, 0, 0, 0.08);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s, visibility 0s 0.2s;
}
.new_gnb_box.is_visible .new_gnb_bg {
  visibility: inherit;
  opacity: 1;
  transition: height 0.2s;
}
.new_gnb {
  display: flex;
}
.new_gnb > li > a {
	display: block;
        position: relative;
		/* 2025-02-18 edit */
		margin: 26px 0;
        padding: 10px 22px;
        color: #171717;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        transition: 0.3s;
}

.new_gnb_box .new_gnb > li > a.active {
  color: #171717;
}
.new_gnb > li > a.active::before {
  opacity: 1;
}
.new_gnb_box.is_visible .new_gnb > li > a.active::before {
  opacity: 0;
}

.new_gnb > li > a::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  left: 5px;
  height: 1.5px;
  background: #171717;
  opacity: 0;
  transition: 0.3s;
}
.new_gnb > li > a.highlight::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #f64027;
}
.new_gnb_box.is_visible .new_gnb > li > a {
  color: #909090;
}
.new_gnb_box .new_gnb > li:hover > a {
  color: #171717;
}
.new_gnb > li > .submenu_box {
display: flex;
        position: absolute;
        /* 2025-02-18 edit */
        /* top: 100%; */
        top: calc(100% - 1px);
        right: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
}
.new_gnb > li:hover > a::before {
        /* 2025-02-18 edit */
        /* opacity: 1; */
        transition: 0.6s;
}
.new_gnb_box.is_visible .new_gnb > li:hover > a.active::before {
  opacity: 1;
}
.new_gnb > li:hover > .submenu_box {
  visibility: inherit;
  opacity: 1;
  transition: opacity 1s, visibility 0s, height 0.2s;
}
.new_gnb > li > .submenu_box .submenu {
  flex: 1;
  position: relative;
  padding: 10px 0 20px;
  box-sizing: border-box;
}
.new_gnb > li > .submenu_box .submenu > li {
  width: 50%;
}
.new_gnb > li > .submenu_box .submenu > li > a {
  display: block;
  position: relative;
  margin: 0 10px 0 20px;
  padding: 13px 39px 13px 15px;
  border-radius: 6px;
  color: #212121;
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
}
.new_gnb > li > .submenu_box .submenu > li.in_ul > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url(../images/new_header/ico_arrow.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.3s;
}
.new_gnb > li > .submenu_box:hover .submenu > li > a {
  color: #909090;
}
.new_gnb > li > .submenu_box .submenu > li.selected > a {
  background: #edeef0;
  color: #212121;
}
.new_gnb > li > .submenu_box:hover .submenu > li > a::before {
  opacity: 0.3;
}
.new_gnb > li > .submenu_box .submenu > li.in_ul.selected > a::before {
  opacity: 1;
}
.new_gnb > li > .submenu_box .submenu > li > .child_menu {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 50%;
  /* min-height: calc(100% - 30px); */
  padding: 10px;
  border-radius: 4px;
  background: #f8f8f8;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
}
.new_gnb > li > .submenu_box .submenu > li.selected > .child_menu {
  visibility: inherit;
  opacity: 1;
  transition: opacity 400ms, visibility 0s 0s;
}
.new_gnb > li > .submenu_box .submenu > li > .child_menu > li + li {
  margin-top: 5px;
}
.new_gnb > li > .submenu_box .submenu > li > .child_menu > li > a {
  display: block;
  padding: 8px 15px;
  border-radius: 4px;
  color: #212121;
  font-size: 14px;
  line-height: 22px;
}
.new_gnb > li > .submenu_box .submenu > li > .child_menu > li > a:hover {
  background: #dfe0e2;
}
.new_gnb > li > .submenu_box .cate_banner {
  flex: none;
  display: flex;
  align-items: flex-start;
  width: 35%;
  padding: 10px 20px 20px 14px;
  box-sizing: border-box;
}
.new_gnb > li > .submenu_box .cate_banner .inbox {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.new_gnb > li > .submenu_box .cate_banner .inbox + .inbox {
  margin-left: 10px;
}
.new_gnb > li > .submenu_box .cate_banner .inbox .imgbox {
  flex: none;
  position: relative;
  width: 100%;
  height: 154px;
}
.new_gnb > li > .submenu_box .cate_banner .inbox .imgbox .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.new_gnb > li > .submenu_box .cate_banner .inbox .txtbox {
  flex: 1;
  position: relative;
  min-height: 136px;
  padding: 10px 0 24px;
  box-sizing: border-box;
}
.new_gnb > li > .submenu_box .cate_banner .inbox .txtbox .tit {
  color: #333;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
}
.new_gnb > li > .submenu_box .cate_banner .inbox .txtbox .txt {
  margin-top: 5px;
  color: #909090;
  font-size: 13px;
  line-height: 19px;
}
.new_gnb > li > .submenu_box .cate_banner .inbox .txtbox .txt_go {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 29px;
  background: url(../images/new_header/ico_txt_go.svg) no-repeat right center;
  color: #107c55;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
}

/* 1440px */
@media screen and (max-width: 1440px) {
  .new_gnb > li > .submenu_box .cate_banner {
    width: 40%;
  }
  .new_gnb > li > .submenu_box .cate_banner .inbox .txtbox .txt {
    word-break: keep-all;
  }
  .new_gnb > li > .submenu_box .cate_banner .inbox .txtbox .txt br {
    display: none;
  }
}

/* 1024px ?????? 공통 */
@media screen and (max-width: 1024px) {
  .header_new_top {
    padding: 0 30px;
  }
  .header_new_top .site_link {
    margin-top: 10px;
  }
  .header_new_top .site_link > li > a {
    height: 34px;
  }
  .header_new_top .util {
    margin-top: 13px;
  }
  .header_new_top .util > li > a {
    color: #767676;
    font-size: 13px;
    line-height: 19px;
  }
  .header_new_top .util > li.in_ul::after {
    display: none;
  }
  .header_new_top .util > li.in_ul > a {
    padding-right: 12px;
  }
  .header_new_top .util > li > ul {
    display: none !important;
  }
  .header_new_con {
    padding: 12px 30px 12px 48px;
    border-bottom: 1px solid #dfe0e2;
  }
  .header_new_con .search_links,
  .header_new_gnb {
    display: none;
  }
  .header_new_con .btn_rightmenu {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/new_header/ico_allmenu.svg) no-repeat center center;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
    transition: 0.3s;
  }
  .header_new_con .btn_rightmenu.active {
    background-image: url(../images/new_header/ico_close.svg);
    transform: rotate(180deg);
  }

  .mobile_tablet_gnb_box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    box-shadow: none;
    overflow: hidden;
    z-index: 90;
    transition: 0.3s;
  }
  .mobile_tablet_gnb_mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 88;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .mobile_tablet_gnb_mask.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile_tablet_gnb {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 100%;
    background: #fff;
  }
  .mobile_tablet_gnb_box.active {
    width: 430px;
    /* box-shadow: 0px 7px 50px 0px rgba(0, 0, 0, 0.18); */
  }
  .mobile_tablet_gnb .btn_close {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/new_header/ico_close.svg) no-repeat center center;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
  }
  .mobile_tablet_gnb .sec_search {
    flex: none;
    padding: 10px 57px 10px 20px;
    border-bottom: 1px solid #f8f8f8;
  }
  .mobile_tablet_gnb .sec_search .search_box {
    position: relative;
  }
  .mobile_tablet_gnb .sec_search .search_box input {
    width: 100%;
    height: 54px;
    padding: 0 20px 0 49px;
    border: 1px solid #f8f8f8;
    border-radius: 27px;
    color: #484848;
    font-size: 14px;
    line-height: 24px;
    background: #f8f8f8;
    box-sizing: border-box;
    outline: none;
  }
  .mobile_tablet_gnb .sec_search .search_box input:focus {
    border-color: #909090;
  }
  .mobile_tablet_gnb .sec_search .search_box .btn_search {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/new_header/mt_ico_search.svg) no-repeat center center;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
    transform: translateY(-50%);
  }

  .mobile_tablet_gnb .sec_gnb {
    flex: 1;
    overflow-y: auto;
  }
  .mt_gnb {
    padding: 0 20px 20px;
  }
  .mt_gnb > li {
    position: relative;
  }
  .mt_gnb > li > a {
    display: block;
    position: relative;
    padding: 12px 40px 12px 20px;
    border-bottom: 1px solid #edeef0;
    background: #fff;
    color: #171717;
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
  }
  .mt_gnb > li > .btn_arrow {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/new_header/mt_ico_gnb_arrow.svg) no-repeat center center;
    transform: rotate(-180deg);
    transition: 0.3s;
  }
  .mt_gnb > li.on > .btn_arrow {
    transform: rotate(0);
  }
  .mt_gnb > li > a.highlight::after {
    content: "";
    display: inline-flex;
    width: 4px;
    height: 4px;
    margin-left: 2px;
    border-radius: 100%;
    background: #f64027;
    vertical-align: top;
  }
  .mt_gnb > li > .submenu {
    display: none;
  }
  .mt_gnb > li > .submenu > li {
    position: relative;
  }
  .mt_gnb > li > .submenu > li > a {
    display: block;
    position: relative;
    padding: 12px 40px;
    border-bottom: 1px solid #dfe0e2;
    background: #fff;
    color: #171717;
    font-size: 16px;
    line-height: 29px;
  }
  .mt_gnb > li > .submenu > li.on > a {
    background-color: #edeef0;
  }
  .mt_gnb > li > .submenu > li.in_ul > .btn_arrow {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/new_header/mt_ico_gnb_arrow.svg) no-repeat center center;
    transform: rotate(-180deg);
    transition: 0.3s;
  }
  .mt_gnb > li > .submenu > li.in_ul.on > .btn_arrow {
    transform: rotate(0);
  }
  .mt_gnb > li > .submenu > li > .child_menu {
    display: none;
    background: #f8f8f8;
  }
  .mt_gnb > li > .submenu > li > .child_menu a {
    display: block;
    padding: 8px 40px;
    color: #484848;
    font-size: 14px;
    line-height: 25px;
  }
  .mt_gnb > li > .submenu > li > .child_menu a .ico_txt_yellow {
    display: inline-block;
    padding: 0 5px;
    margin: 3px 0 3px 5px;
    border-radius: 13px;
    background: #ffcb0a;
    color: #484848;
    font-size: 9px;
    line-height: 19px;
    font-weight: 400;
    vertical-align: top;
  }
  .mt_gnb > li > .submenu > li > .child_menu a .ico_txt_red {
    display: inline-block;
    padding: 0 5px;
    margin: 3px 0 3px 5px;
    border-radius: 13px;
    background: #f64027;
    color: #fff;
    font-size: 9px;
    line-height: 19px;
    font-weight: 400;
    vertical-align: top;
  }
  .mt_gnb > li > .submenu > li > .child_menu a:hover {
    background: #edeef0;
  }

  .mobile_tablet_gnb .sec_link {
    flex: none;
    border-top: 1px solid #edeef0;
  }

  .mobile_tablet_gnb .sec_link a {
    display: block;
    padding: 14px 40px 14px 72px;
    border-bottom: 1px solid #edeef0;
    background-repeat: no-repeat;
    background-position: 40px center;
    background-color: #f8f8f8;
    background-size: 24px;
    color: #171717;
    font-size: 14px;
    line-height: 24px;
  }
  .mobile_tablet_gnb .sec_link a:hover {
    background-color: #edeef0;
  }
  .mobile_tablet_gnb .sec_link a.ico_my {
    background-image: url(../menuimg/ico_my.svg);
  }
  .mobile_tablet_gnb .sec_link a.ico_cart {
    background-image: url(../menuimg/ico_cart.svg);
  }
  .mobile_tablet_gnb .sec_link a.ico_saved {
    background-image: url(../menuimg/ico_saved.svg);
  }
  .mobile_tablet_gnb .sec_link a.ico_logout {
    background-image: url(../menuimg/logout.svg);
  }
  .mobile_tablet_gnb .sec_link a.ico_login {
    background-image: url(../menuimg/login.svg);
  }
  .mobile_tablet_gnb .sec_link a.ico_join {
    background-image: url(../menuimg/ico_join.svg);
  }
}

/* 1024px ~ 768px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* 767px */
@media screen and (max-width: 767px) {
  .header_new_top .header_new_top_con {
    display: none;
  }
  .header_new_con {
    padding: 13px 20px;
  }
  .header_new_con #logo a {
    width: 113px;
    height: 17px;
    /*background-image: url(https://www.photomon.com/assets/images/new_header/m_logo.svg);*/
    background: url("../../images/new_main/logo_m.svg");
  }

  .mobile_tablet_gnb {
    width: 320px;
  }
  .mobile_tablet_gnb_box.active {
    width: 320px;
  }

  .mt_gnb > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 25px;
  }
  .mt_gnb > li > a.highlight::after {
    margin-top: -2px;
  }
  .mt_gnb > li > .submenu > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 25px;
  }
}