@charset "UTF-8";

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(18,121,189,0.3);
}

.member-link .member_text-over a:hover {
  color: #1279bd;
}

header#header {
  position: fixed;
  /* position:sticky; */
  top: 0;
  width: 100%;
  min-height: 90px;
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  z-index: 1020;
}
header#header #btn-mobile-line3 {
  font-size: 22px;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}
header#header .btn-member {
  font-size: 25px;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}

.comm-search-val:focus {
  outline: none; }

header .top-menu {
  font-size: 13px; }
header .top-menu label {
  margin-left: 15px; }

.menu {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
/* 추가옵션 테스트 */
.menu {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

  .menu .submenu {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); }

.menu-item > a {
  font-size: 15px;
  font-weight: 500;
  margin: 17px 9px;
  }

  .menu .mouse-over-item {
    padding: 5px 0px 15px 0px;
  }

  .mouse-over-item:hover > a,
  .mouse-over-item:hover > .d-flex > a {
    color: #1190d2;
    filter: invert(50%) sepia(58%) saturate(5450%) hue-rotate(176deg) brightness(96%) contrast(87%)
  }
li {
  list-style-type: none; }

nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%; }

nav > ul li.menu-item {
  /*margin: 0 10px;*/ }

nav ul li a {
  color: inherit; }
  nav ul li a:hover {
    text-decoration: none; }

/* .nav-up {
  top: -42px;
}
.nav-down {
  top: 0;
} */

.submenu {
  width: 100%;
  min-height: 490px;
  background: #fff;
  transition: all .0s ease .15s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 32px; }
.submenu .menu-item2 {
  line-height: 2.5rem;
  padding-left: 4.2rem; }
  .submenu .menu-item2:hover .dropdown-link {
    transition-duration: 0.5s;
    color: #1190d2!important;
  }
.submenu ul li:hover {
  background-color: #fff; }

.submenu table tr:nth-child(3) th {
  height: 4rem;
  vertical-align: bottom;
}

.submenu2 {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 238px;
  top: 20px;
  transition: all .3s ease .15s;
  z-index: 9;
}
.sub-holder {
  top: 20px;
  margin-left: -1.8rem;
}
.submenu2 ul a:hover,
.sub-holder ul a:hover {
  color: #1190d2;
}
.submenu2 ul li,
.sub-holder ul li {
  width: 300px;
  padding: 0 0.8rem;
  margin: 0 1.8rem;
}
.submenu2 ul li span,
.sub-holder ul li span {
  color: #999;
}
.submenu2 ul li:first-child,
.sub-holder ul li:first-child {
  color: #1190d2;
  border: 1px solid #1190d2;
  text-align: center;
  letter-spacing: 0.1rem;
  margin: 0 1.3rem 1.5rem 1.2rem;
}
.submenu2 ul li:first-child a,
.sub-holder ul li:first-child a {
  display: block;
}
.submenu2 ul li:nth-child(2),
.sub-holder ul li:nth-child(2) {
  color: #1190d2;
  margin-left: 0.4rem;
}
.submenu2 ul li:nth-child(2) i,
.sub-holder ul li:nth-child(2) i {
  font-size: 1.2rem;
}

.submenu3 ul li:first-child {
  margin-bottom: 0;
}

.submenu3 ul li:first-child,
.submenu3 ul li:nth-child(2) {
  border: 0;
  text-align: left;
  letter-spacing: 0;
  margin-left: 1.8rem;
  color: #525252;
}

.menu-item:hover .submenu {
  opacity: 1;
  visibility: visible; }

.preload * {
  -webkit-transition: none; }

/*
.submenu ul li {
line-height:2.5rem;
padding-left:4.5rem;
}
*/
.submenu ul li:hover .submenu2 {
  opacity: 1;
  visibility: visible; }

.menu-item2 .arrow {
  opacity: 0;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.5s; }

.menu-item2:hover .arrow {
  opacity: 1;
  transform: translateX(4px); }

.full-submenu table td {
  width: 11.111%;
  text-align: center; }

/* .full-submenu table tr td:nth-child(1) {
  text-align: left; } */

.full-submenu ul li {
  margin-left: 0.8rem;
  line-height: 2rem;
  font-size: 12px; }
/* .full-submenu ul li:first-child {
  font-weight: 500;
} */
/* .full-submenu ul li:nth-child(1) {
  margin-left: 0;
  font-size: 13px; } */

.full-submenu table ul li {
  margin: 0!important; }

.full-submenu .realphoto-table-header th {
  padding-top: 1.4rem;
}

.full-submenu table .realphoto-header-img {
  margin-top: 15px;
  margin-bottom: 10px;
}

.full-submenu a:hover {
  color: #1190d2;
}

#mobile-search-val {
  display: none;
}
#desktop-search-val {
    display: block;
}
header#header .search-wrapper {
  display: none;
}
/* 헤더 말풍선 */
.filled-square-speech {
  padding:0 4px;
  font-size:11px;
  background:#ff5b59;
  color:#fff!important;
}

.speech-square {
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  background: #ff5b59;
  color: #ffffff;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  font-weight: 400;
  font-size: 12px;
  top: 4px;
  right: -2px;
  padding-bottom: 1px;
  padding-right: 1px;
}

.speech-square-item2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ff5b59;
  color: #ffffff;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  font-weight: 400;
  font-size: 12px;
  left: 5px;
  padding-bottom: 1px;
  /* padding-right: 1px; */
}

.speech-square-dbook {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #ff5b59;
  color: #ffffff;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  font-weight: 400;
  font-size: 12px;
  margin-left: 4px;
}

.speech-dbook-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5b59;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  height: 17px;
  width: 29px;
  margin-left: 3px;
  padding-bottom: 1px;
}

.speech-dbook-event {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 5px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  background: #ffffff;
  color: #ff5b59;
  border: 1px solid #ff5b59;
}

.speech-bubble-top {
  position: absolute;
  top: -11px;
	background: #ff5b59;
	/* border-radius: .4em; */
  color: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
}

.speech-bubble-top:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #ff5b59;
	border-bottom: 0;
	margin-left: -4px;
	margin-bottom: -4px;
}
.speech-bubble-left {
	position: relative;
  bottom: 1px;
  background: #fff;
  font-size: 10px;
  border: 1px solid #ff5b59;
  color: #ff5b59!important;
  left: 7px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
  line-height: 14px;
  font-weight:500;
}

.speech-bubble-mini {
  position: relative;
  background: #fff;
  font-size: 9px;
  border: 1px solid #ff5b59;
  color: #ff5b59!important;
  left: 4px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
  line-height: 15px;
}

.speech-bubble-down {
  background: #fff;
  font-size: 10px;
  border: 1px solid #ff5b59;
  color: #ff5b59!important;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.speech-bubble-new {
  padding-left: 6px;
  padding-right: 6px;
}

.speech-bubble-longleft {
  position: absolute;
  background: #fff;
  font-size: 10px;
  border: 1px solid #ff5b59;
  color: #ff5b59!important;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 15px;
  bottom: 8px;
  right: -40px;
}

.speech-toner-iclass {
  position: relative;
  top: 1px;
  right: 4px;
}
/* 모바일 전용 UI 숨김 */
.mobile-top-menu,
.mobile-menu,
#mobile-quickbar {
  display: none;
}
/*햄버거메뉴 작은화면 깨짐방지*/
@media screen and (max-width: 1200px) {
  .menu-item > a {
    margin: 0px;
    }
  .speech-bubble-top {
    display: none;
  }
  .pc .menu {
    display: flex;
    justify-content: space-between;
  }
}
/* 태블릿 세로 */
@media screen and (max-width: 768px) {
  body {
    /* padding-top: 90px; */
  }
  header#header {
    /* position: relative;
    min-height: 80px; */
  }
  header#header .menu {
    display: none;
  }
  header#header .member-link {
    /*display:none;*/
  }
  header#header .logo {
    margin-left: 1.2rem;
  }

  .pc-empty-block {
    display: none;
  }

  #mobile-search-val {
    display: block;
  }

  #desktop-search-val {
    display: none;
  }

  #top-banner.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .menu-item > a {
    margin: 0px;
    }
}

/* 모바일 CSS */
@media screen and (max-width: 576px) {
  header#header .logo img {
    width: 60%;
  }
  header#header .auth {
    display: none;
  }
  header#header .user-menu {
    margin-top: 0 !important;
    height: 90px;
  }
  header#header .search-wrapper {
    display: block;
    width:30px;
    height: 30px;
    background:#f6f7fb;
    border-radius:15px;
  }
  header#header .top-menu {
    display: none;
  }
  header#header #btn-mobile-line3 {
    display: block;
    width:30px;
    height: 30px;
    margin-left: 1.2rem;
    margin-bottom: 0.7rem;
  }

  #quick-menu {
    display: none; }

  .quick-submenu {
    display: none; }

  .member-link .link {
    margin-right: 15px; }
  .member-link .menu {
    padding-right: 20px !important; }

  #mobile-quickbar {
    display: block;
  }
  .mobile-menu {
    background: #fff;
    /* position: absolute; */
    position: fixed;
    width: 500px;
    height: 800px;
    left: -500px;
    top: 125px;
    z-index: 5555;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu .container {
    height: 100%;
  }
  .mobile-menu .container > .row {
    position:relative;
    height:100%;
  }
  .mobile-menu #tabs-menu>ul {
    position: fixed;
  }
  .mobile-menu .tabs-pane {
    display: none;
  }
  .mobile-menu .tabs-pane > p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 14px 15px 13px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 20px;
  }
  .mobile-menu .tabs-pane > p i.fal {
    display: block;
    float: left;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .mobile-menu .tabs-pane .pane-title {
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 15px;
  }
  .mobile-menu .tabs-pane > .row > .col-17 {
    border-right: 1px solid #e9ecef;
  }

  .mobile-menu .cate-item {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
  }
  .mobile-menu .cate-item i.fal {
    display: block;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #aaa;
  }
  .mobile-menu .title-item {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
  }
   .mobile-menu .col-31 > ul {
     padding-left: 25px;
   }
  .mobile-menu .link-item {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .mobile-menu .link-item a:active {
    color: #1190d2;
  }
  .mobile-menu .col-31 hr {
    margin-left: 25px;
  }
  .mobile-menu .tabs-pane > .row:last-child .link-item:last-child {
    padding-bottom: 30px;
  }
  .mobile-menu.slide-in {
    left: 0 !important;
    transition: all 0.5s ease-out;
    display: block;
  }
  .mobile-menu.slide-out {
    left: -500px !important;
    transition: all 0.5s ease-in;
    display: none;
  }

  .mobile-top-menu {
    display: block;
    position: relative;
    top: -2.8rem;
    left: 3rem;
    overflow: hidden;
  }
  .mobile-top-menu ul {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-top-menu ul::-webkit-scrollbar {
    display: none;
  }

  .mobile-top-menu .menu-item {
    display: inline-block;
    line-height: 30px;
    margin-left: 1rem;
  }
  .menu-item > a {
    margin: 0px;
    }

  .speech-bubble-mright {
    position: relative;
    background: #fff;
    font-size: 12px;
    border: 1px solid #ff5b59;
    color: #ff5b59!important;
    left: 4px;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    line-height: 16px;
  }

  .speech-bubble-mnew {
    position: relative;
    background: #fff;
    font-size: 12px;
    border: 1px solid #ff5b59;
    color: #ff5b59!important;
    left: 4px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
    line-height: 16px;
  }

  .header-realphoto-scroll{
    white-space:nowrap;
    overflow-x: auto;
    text-align:center;
    background-color: #f9f9f9;
  }
  .header-realphoto-scroll li{
    display:inline-block;
    padding: 10px 8px 0px 8px;
    font-size: 15px;
  }

  .header-realphoto-scroll li:first-child{
    padding-left: 25px;
  }

  .header-realphoto-scroll li:last-child{
    padding-right: 25px;
  }

  .realphoto-header-img img {
    border-radius: 12px;
  }
}


/* 드롭다운메뉴 */

#full-down .row .col-20 {
  border-right:1px solid #ccc;
}

#full-down ul.title li {
  padding-left:20px; padding-top:5px; padding-bottom:5px; line-height:2;
}

#full-down ul.title li.active {
  background: #fff;
}

#full-down .desc li:not(.lh2):nth-child(2) {
  margin-bottom:10px; color:#1279bd; font-size:15px;
}

#full-down .desc li:not(.lh2):nth-child(3) {
  padding-left:10px; margin-bottom:8px; font-weight:600;
}

#full-down .desc li:not(.lh2):nth-child(4) {
  padding-left:10px; margin-bottom:8px; font-weight:600;
}

#full-down .desc li:not(.lh2):nth-child(5) {
  padding-left:10px; margin-bottom:8px; font-weight:600;
}

#full-down .desc li:not(.lh2):nth-child(6) {
  padding-left:10px; font-weight:600;
}

#full-down .desc li span {
  font-weight: normal; color: #707070;
}

#full-down .desc .lh2 {
  padding-top:5px; padding-bottom:5px; line-height:2;
}

.btn-fulldown-order {
  display:inline-block; width:98%; border:1px solid #1279bd; padding:5px 20px; text-align:center; color:#1279bd;
}


#drop-down ul.title {
  padding-bottom:20px; border:1px solid #ccc; border-top:none; border-left:none;
}

#drop-down ul.title li {
  padding-left:20px; padding-top:5px; padding-bottom:5px; line-height:2; font-size:15px;
}


/*# sourceMappingURL=navi.css.map */
