@charset "UTF-8";

/* ************공통header************ */
.loading_overlay {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  height: 380px;
  background-color: #fff;
  z-index: 1000;
}
.hd_popup {
  width: 100%;
  height: 48px;
  background-color: #262626;
}
.hd_popup .area {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd_popup .area p {
  font-size: 18px;
  color: #fff;
}
.hd_popup .area p strong {
  font-weight: 700;
}
.hd_popup .area a {
  font-size: 14px;
  color: #fff;
}
.hd_popup .area a strong {
  color: #387AFC;
  font-weight: 700;
}
.hd_popup .area a img {
  margin-top: -1px;
  margin-left: 4px;
}

#header {
  border-bottom: 1px solid #E0E3E8;
  position: relative;
}
#header .top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 66px;
  justify-content: space-between;
}
#header .hd_logo a {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 226px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: -.6px;
}
#header .sch_wrap {
  position: relative;
  width:310px;
  height: 40px;
  background-color: #F3F6FA;
  border-radius: 20px;
}
.smallFlex{
  display: flex;
  align-items: center;
}
#header .sch_wrap input {
  font-family:'Pretendard', sans-serif;
  width: calc(100% - 65px);
  line-height: 40px;
  border: 0;
  background: none;
  padding-left: 20px;
}
#header .sch_wrap input::placeholder {
  font-size: 14px;
  color: #ABADB1;
}
#header .sch_wrap .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#header .top .util ul {
  display: flex;
  align-items: center;
}
#header .top .util li {
  margin-left: 16px;
}
#header .top .util li:first-child {
  margin-left: 0;
}
#header .top .util li.list5 {
  margin-left: 50px;
}
#header .top .util li.list6 {
  margin-left: 14px;
}
#header .top .util li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
#header .top .util li.list6 a {
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-color: #387AFC;
  text-align: center;
  color: #fff;
  border-radius: 6px;
}
#header .btm {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#header .btm .full_menu_btn {
  display: flex;
  align-items: center;
  font-weight: 700;
}
#header .btm .full_menu_btn img {
  margin-left: 2px;
}
#header #gnb ul {
  display: flex;
}
#header #gnb li {
  margin-left: 24px;
}
#header #gnb li a {
  font-weight: 500;
}

.allCategory{
  display: none;
  position: absolute;
  top: 118px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 5555;
}
.allCategory .list_menu{
  display: flex;
  justify-content: center;
}
.allCategory .list_menu>li{
  min-width: 180px;
  border-left: 1px solid #ebebeb;
  padding: 20px;
  box-sizing: border-box;
}
.allCategory .list_menu>li:last-child{
  border-right: 1px solid #ebebeb;
}
.allCategory .list_menu>li .link_menu{
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  color: #444;
  padding: 7px 0;
  letter-spacing: -1px;
  position: relative;
  transition: all 0.3s;
}
.allCategory .list_menu>li .link_menu::after{
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 5px;
  background: #223cb5; 
  transform-origin: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.allCategory .list_menu>li .link_menu:hover{
  color: #223cb5;
}
.allCategory .list_menu>li .link_menu:hover::after{
  width: 100%;
  left: 0;
}
.allCategory .list_menu li .title2{
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  color: #222;
  padding: 16px 0;
  letter-spacing: -1px;
}



/* ************mainSearchBg*********** */
.mainSearchBg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(27, 37, 41, 0.4);
  z-index: 1000001;
  opacity: 0;
  visibility: hidden;
}
.mainSearchBg.active {
  opacity: 1;
  visibility: visible;
}
.mainSearch {
  position: relative;
  width: 100%;
  padding-top: 50px;
  background-color: #fff;
}
.searchInner {
  width: 600px;
  margin: 0 auto;
}
.searchWraper .typeahead,
.searchWraper .tt-query,
.searchWraper .tt-hint {
  width: 600px;
  height: 42px;
  border: 1px solid #000;
  border-radius: 48px !important;
  margin: 0px auto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #000 !important;
  padding-left: 20px;
  font-family: "malgun gothic";
}
.searchWraper .typeahead::-ms-clear,
.searchWraper .typeahead::-ms-reveal {
  display: none;
}

/* 크롬의 경우 */
.searchWraper .typeahead::-webkit-search-decoration,
.searchWraper .typeahead::-webkit-search-cancel-button,
.searchWraper .typeahead::-webkit-search-results-button,
.searchWraper .typeahead::-webkit-search-results-decoration {
  display: none;
}
.searchWraper .typeahead {
  background-color: #fff !important;
}
.searchWraper .typeahead::placeholder {
  color: #888;
  font-size: 14px;
  line-height: 38px;
}
.searchWraper .typeahead:focus {
  outline: none;
}
.searchWraper .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999
}
.tt-menu {
  width: 598px;
  margin: 0px auto;
  padding: 10px 0px;
  background: #FFF;
  border: 2px solid #5695FF;
  box-shadow: 0px 4px 14px rgba(169, 180, 221, 0.25);
  border-radius: 7px;
  transform: translateY(8px);
  position: relative;
  z-index: 10000;
  max-height: 400px;
  overflow-y: scroll;
}
input:focus {
  outline: none;
}
.tt-highlight {
  color: #2E68FF;
  font-weight: normal;
}
.tt-suggestion {
  padding: 0px 51px;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  background: url('../img/search_light_blue.png') left 23px top 14px no-repeat;
  background-size: 24px 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #333;
  background-color: #F3F6FB;
}
.tt-suggestion.tt-cursor {
  color: #333;
  background-color: #F3F6FB;
}
.tt-suggestion p {
  margin: 0;
}
.searchWraper {
  position: relative;
  width: 600px;
  height: 42px;
  margin: 0px auto;
}
.searchTop button.searchIcon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.searchTop button.searchIcon img {
  display: block;
  width: 100%;
  height: auto;
}
.searchBody {
  display: flex;
  justify-content: space-between;
  padding: 0 24px 30px;
}
.recentSearch,
.popularSearch {
  width: 252px;
  position: relative;
}
.recentSearch{
  display: none;
}
.searchBody .titleWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.searchBody .noRecent p {
  font-size: 15px;
  color: #90a0a6;
  font-weight: 600;
}
.searchBody .titleWrap p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #333;
  margin: 40px 0 15px;
}
.searchBody ul li a {
  display: flex;
  align-items: center;
  height: 18px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 16px;
}
.searchBody ul li a span {
  color: #333;
}
.searchBody ul li a span.num {
  width: 20px;
  margin-right: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.searchBody ul li a div.popularIcon {
  display: flex;
  justify-content: center;
  width: 30px;
  margin-left: auto;
}
.searchBody ul li a span.icon {
  width: 9px;
  height: 2px;
  background-image: url(../img/popularIcon01.png);
}
.searchBody ul li a span.icon2 {
  width: 9px;
  height: 6px;
  background-image: url(../img/popularIcon02.png);
}
.searchBody ul li a span.icon3 {
  width: 9px;
  height: 6px;
  background-image: url(../img/popularIcon03.png);
}
.searchBody ul li a span.icon4 {
  width: 30px;
  height: 11px;
  background-image: url(../img/popularIcon04.png);
}

/* searchClose */
.searchClose {
  display: flex;
  justify-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -72px;
  transform: translateX(-50%);
  width: 70px;
  height: 72px;
}
.searchClose a {
  display: block;
  width: 70px;
  height: 72px;
  margin: auto;
  cursor: pointer;
}
.searchClose a img {
  display: block;
  width: 100%;
}
.highlight {
  background-color: yellow;
  font-weight: bold;
}


/* ************footer************ */
.smallFlex2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
#footer {
  padding-bottom: 44px;
  background-color: #FAFAFC;
}
#footer .area {
  display: flex;
  padding-top: 36px;
  justify-content: center;
}
#footer .ft_logo a {
  display: block;
  cursor: pointer;
}
#footer .ft_logo img {
  display: block;
}
#footer .ft_logo p{
  font-size: 20px;
  color: #000;
  letter-spacing: -0.6px;
  font-weight: 600;
}
#footer .down_btn {
  width: 20px;
  height: 20px;
}
#footer .down_btn img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
#footer .ft_logo.active .down_btn img {
  transform: rotate(180deg);
}
#footer .ft_util {
  display: none;
  margin-top: 12px;
}
#footer .ft_util ul {
  display: flex;
  justify-content: center;
}
#footer .ft_util li {
  padding-left: 9px;
  margin-left: 8px;
  background-image: url("../img/ft_bar.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#footer .ft_util li:first-child {
  padding-left: 0;
  margin-left: 0;
  background-image: none;
}
#footer .ft_util li a {
  font-size: 13px;
  font-weight: 700;
  color: #ABADB1;
}
#footer .ft_info {
  display: none;
  margin-top: 12px;
}
#footer .ft_info p {
  font-size: 13px;
  font-weight: 500;
  color: #ABADB1;
  text-align: center;
}
#footer address {
  font-size: 13px;
  font-weight: 500;
  color: #ABADB1;
  padding-top: 15px;
  text-align: center;
}


/* newSearch */
.newSearchInner {
  width: 1120px;
}
.newSearchWraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.newSearchLogo {
  /* width: 226px; */
  display: flex;
  align-items: center;
  /* gap: 6px; */
}
.newSearchLogo a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.newSearchLogo img {
  width: 36px;
  height: auto;
}
.newSearchLogo span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.6px;
  color: #000;
}
.newSearchWraper .typeahead {
  width: 452px;
  border: 2px solid #1786F1;
  border-radius: 30px !important;
  font-size: 16px;
  font-weight: 500;
  color: #242527 !important;
  padding-left: 22px;
  height: 50px;
  font-family: 'Pretendard';
}
.newSearchTop button.searchIcon {
  right: 33%;
}
.newSearchTop {
  padding: 0 0 40px 0;
  box-sizing: border-box;
}
.newSearchBody.searchBody {
  display: flex;
  justify-content: center;
  width: 1120px;
  margin: 0 auto;
  border-top: 1px dashed rgba(2, 2, 2, .2);
  max-height: 66vh;
  overflow-y: auto;
  padding: 40px 24px 70px;
  /* box-sizing: border-box; */
}
.searchBody .newSearch {
  width: 1120px;
  display: none;
  height: 100%;
}
.popularSearch.newPopularSearch {
  width: 100%;
  margin-left: -50px;
  padding-bottom: 50px;
  padding-top: 35px;
  display: flex;
  align-items: baseline;
}
.popularSearch.newPopularSearch .titleWrap {
  margin-bottom: 10px;
}
.searchBody .popularSearch.newPopularSearch .titleWrap p {
  margin-top: 20px;
  text-align: left;
  color: #1786F1;
  font-size: 30px;
  line-height: 1;
  width: 330px;
  flex: none;
}
.newPopularSearch {
  display: flex;
  align-items: baseline;
}
.monte {
  font-size: 50px;
  font-weight: 800;
  color: #0161D1;
  letter-spacing: -1px;
  display: block;
  margin-top: 8px;
}
.searchBody .popular-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.searchBody .popular-list ul {
  border-left: 1px solid rgba(2, 2, 2, .2);
  box-sizing: border-box;
  padding: 15px 0 15px 50px;
}
.searchBody .popular-list ul li {
  text-align: left;
}
.searchBody .popular-list .num {
  color: #1786F1;
  font-size: 13px;
  font-weight: 800;
  width: 26px;
  height: 26px;
  border-radius: 11px;
  background: #D9E5F1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.searchBody .popular-list .left li:first-child .num {
  background: #FF5900;
  color: #FDE52D;
}
.searchBody .popular-list .text {
  color: #242527;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}
.searchBody .popular-list ul li + li {
  margin-top: 22px;
}
.searchBody .popular-list .left li:nth-child(2) .num {
  background: #1786F1;
  color: #FDE52D;
}
.newSearchRink {
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
  font-size: 14px;
  letter-spacing: -0.02em;
}
.newSearchTab {
  display: flex;
  align-items: center;
}
.newSearchTab a {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 20px;
  letter-spacing: -0.02em;
  border-radius: 36px;
  box-sizing: border-box;
  line-height: 1;
  color: #000;
  font-size: 14px;
}
.newSearchTab a:first-child:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 19px;
  background: #e9e9e9;
  transform: translateY(-50%);
}
.newSearchTabcont .newTab1,
.newSearchTabcont .newTab2 {
  display: none;
}
.newSearchTab a.active {
  background: #FFD900;
  font-weight: 700;
}
.newSearchBody .newSearchTabcont > div {
  width: 100%;
  width: 1120px;
}
.newSearchBody .newSearchTabcont .group {
  flex-direction: row;
}
.newSearchBody .newSearchTabcont .group + .group {
  margin-top: 22px;
  padding-top: 27px;
}
.newSearchBody .newSearchTabcont .group h3 {
  width: 135px;
}
.newSearchBody .newSearchTabcont .searchBody ul li a {
  margin-bottom: 18px;
}
.newSearchBody .newSearchTabcont li a {
  margin-bottom: 0;
}
.newSearchBody::-webkit-scrollbar {
  display: none;
}

.newSearchBody .group h3 {
  text-align: left;
  width: 100px;
  color: #444;
  font-size: 1rem;
  font-weight: 800;
}
.newSearchBody .group {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-direction: column;
}
.newSearchBody .group ul {
  display: flex;
  gap: 15px 0;
  flex-wrap: wrap;
  width: 100%;
}
.newSearchBody .group ul li {
  display: inline-block;
  font-size: 14px;
  width: calc(1120px/5);
}

.newSearchBody .group + .group {
  margin-top: 28px;
  border-top: 1px solid #EAEAEA;
  padding-top: 32px
}
.searchBody .newSearch ul li a {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.02em;
}
.searchBody .newSearch ul li a:hover {
  text-decoration: underline;
  color: #1786F1;
  font-weight: 600;
}