@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
  font-family: /*"malgun gothic",*/ "Dotum", "돋움", sans-serif;
  font-size: 12px;
  color: #333;
  background: #edeef0;
}
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
a {
  text-decoration: none;
}
#banner {
  transition: top 0.1s ease-out;
}
.ico-pc {
  background: url("img/icon_common.png?211202") no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
.media-gif {
  width: 30px;
  height: 30px;
  background-position: -318px 0;
}
.media-video {
  width: 30px;
  height: 30px;
  background-position: -282px -36px;
}

/* font setting */

h1 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
h2 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
h3 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"] + label > span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
input[type="checkbox"]:checked + label > span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 3px;
  width: 9px;
  height: 7px;
  background: url("img/icon_common.png?211202") no-repeat -233px -38px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  cursor: pointer;
}
input[type="radio"] + label > span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: url("img/icon_common.png?211202") no-repeat -373px -71px;
  margin-right: 6px;
  margin-top: -2px;
}
input[type="radio"]:checked + label > span {
  background-position: -351px -71px;
}

input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
select {
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
} /* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}
.select-box {
  position: relative;
  width: 100px; /* 너비설정 */
  border: 1px solid #ececec; /* 테두리 설정 */
  border-radius: 2px;
  z-index: 1;
  box-sizing: border-box;
}
.select-box:before {
  /* 화살표 대체 */
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}
.select-box label {
  position: absolute;
  top: 1px; /* 위치정렬 */
  left: 5px; /* 위치정렬 */
  padding: 4px 4px; /* select의 여백 크기 만큼 */
  color: #999;
  z-index: -1; /* IE8에서 label이 위치한 곳이 클릭되지 않는 것 해결 */
  font-family: "dotum", sans-serif;
  font-weight: normal;
}
.select-box select {
  width: 100%;
  height: auto; /* 높이 초기화 */
  line-height: normal; /* line-height 초기화 */
  font-family: inherit; /* 폰트 상속 */
  padding: 4px 4px; /* 여백과 높이 결정 */
  border: 0;
  opacity: 0; /* 숨기기 */
  filter: alpha(opacity=0); /* IE8 숨기기 */
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}
textarea::placeholder {
  color: #aaa;
}
input::placeholder {
  color: #aaa;
}

#wrap {
  position: relative;
  min-width: 1140px;
}
#my-wrap {
  position: relative;
  min-width: 1080px;
}
#cs-wrap {
  position: relative;
  min-width: 1080px;
}
#header {
  background: #fff;
}
.header-box {
  position: relative;
  height: 150px;
  border-bottom: 1px solid #d8d8d8;
}
.header-group {
  position: relative;
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.logo {
  position: absolute;
  top: 34px;
  /* top: 55px;
	left: 20px; */
}
.logo-jjang0u {
  display: block;
  width: 200px;
  height: 84px;
  background: url("img/logo_basic.png") no-repeat 0 0;
}
/* season logo */
.logo.season {
  /* top: 0; */
}
.logo-season {
  display: block;
  /* width: 320px; */
  /* height: 151px; */
}
/* //season logo */
#search {
}
.search-wrap {
  position: absolute;
  top: 52px;
  left: 240px;
  /* left: 155px; */
}
.search--season {
  /* left: 340px; */
  left: 240px;
}
.search-box {
  width: 468px;
  height: 42px;
  border: 2px solid #0096ff;
  border-radius: 24px;
}
.search-box > input {
  font-size: 17px;
  font-weight: 600;
  border: none;
  outline: none;
  padding: 11px;
  border-radius: 20px;
  width: 95%;
}
.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 46px;
}
.search-btn > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("img/icon_common.png?211202") no-repeat -135px 0;
}
.search-box-min {
  position: relative;
  top: -10px;
  left: 10px;
  width: 150px;
  height: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
}
.search-box-min > input {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  width: 134px;
  height: 24px;
  padding: 3px 3px 3px 0;
}
.search-btn-min {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 32px;
}
.search-btn-min > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("img/icon_common.png?211202") no-repeat -135px 0;
}
.real-time-search {
  margin: 10px 0 0 16px;
  width: 390px;
  height: 16px;
  overflow: hidden;
}
.real-time-search::after {
  content: "";
  display: block;
  clear: both;
}
.real-time-search > li {
  float: left;
}
.real-time-search > li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  vertical-align: middle;
}
.real-time-search > li:first-child:before {
  display: none;
}
.real-time-search > li > a {
  font-size: 12px;
  color: #888;
  padding: 0 8px;
  vertical-align: middle;
  line-height: 1.1em;
}
.real-time-search > li > a:hover {
  color: #333;
}
.search__paging {
  position: absolute;
  bottom: 1px;
  right: 23px;
}
.search__paging > button {
  width: 16px;
  height: 16px;
}
.search__paging .prev {
  background-position: -163px 0;
}
.search__paging .next {
  width: 15px;
  background-position: -179px 0;
}
.top-banner {
  position: absolute;
  top: 33px;
  right: 20px;
  width: 260px;
  height: 84px;
}
.top-banner > a {
  display: block;
}

.nav {
  border-bottom: 2px solid #0096ff;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
}

.top-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav-group {
  position: relative;
  width: 1140px;
  height: 50px;
  margin: 0 auto;
  padding: 0 20px;
}

.service {
  padding: 0 265px 0 0;
}
.service::after {
  content: "";
  display: block;
  clear: both;
}
.nav-list {
  width: 790px;
  float: left;
}
.nav-list .special-menu {
  color: #0096ff;
}
.nav-list::after {
  content: "";
  display: block;
  clear: both;
}
.nav-list > li {
  position: relative;
  float: left;
  height: 50px;
}

.nav-list .on {
  color: #0096ff;
  position: relative;
}
.nav-list .on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0096ff;
}
.nav-list > li:last-child {
  margin-right: 0;
}
.nav-list > li > a {
  position: relative;
  display: block;
  height: 100%;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 47px;
  color: #333;
  font-weight: 700;
  margin: 0 14px;
}
.nav-depth2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 140px;
  background: #fff;
  z-index: 11;
  animation: nav 0.2s;
  border-top: 2px solid #0096ff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
}

@keyframes nav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-depth2 > li {
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
  border-bottom: 1px dotted #e7e7e7;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.nav-depth2 > li:last-child {
  border-bottom: 1px solid #d8d8d8;
}
.nav-depth2 > li:hover {
  background: #f8f8f8;
}
.nav-depth2 > li > a {
  display: block;
  color: #333;
  white-space: nowrap;
}
.nav-depth2 > li > a:hover {
  color: #0096ff;
}
.nav-list > li:hover .nav-depth2 {
  display: block;
}

.nav-ico-new {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 11px;
  height: 10px;
  background-position: -232px -24px;
  margin-top: -6px;
  overflow: hidden;
  text-indent: -999px;
}
.nav-ico-new2 {
  width: 15px;
  height: 15px;
  background-position: -141px 0;
  background-size: 400px 400px;
  margin: -4px 0 0 3px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999px;
}

.nav-list__more {
  display: block;
  float: right;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  height: 50px;
  line-height: 47px;
  vertical-align: middle;
  /*padding: 0 18px;*/
}
.nav-list__more > span {
  width: 12px;
  height: 7px;
  vertical-align: middle;
  margin-left: 7px;
  background-position: -232px -13px;
}
.nav-list__more .active {
  background-position: -232px 0;
}

/*pulldown menu*/
.pulldown {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 11;
  margin-top: 2px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  max-height: 600px;
  overflow: auto;
  border: 1px solid #aaa;
}
.pulldown-box {
  /*border-top: 2px solid #0096ff;*/
  background: #fff;
  /*display: table;*/
  display: block;
  width: 1140px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 0;
}
.pulldown-box::after {
  content: "";
  display: block;
  clear: both;
}
.category {
  /*display: table-cell;*/
  display: inline-block;
  width: 12.5%;
  height: 100%;
  /*border-right: 1px dotted #d8d8d8;*/
  vertical-align: top;
}
.category:last-child {
  border-right: none;
}
.category > dl > dt {
  line-height: 14px;
  margin: 10px 0 10px;
  padding: 0 5px 0 10px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans KR", "dotum", sans-serif;
}
.category > dl > dt > a {
  color: #333;
}
.category > dl > dt > a:visite {
  color: #333;
}
.category > dl > dd {
  line-height: 14px;
  padding: 3px 5px 3px 10px;
}
.category > dl > dd > a {
  color: #888;
}
.category > dl > dd > a:hover {
  color: #0096ff;
  text-decoration: underline;
}
.category .btn-more {
  display: block;
  margin: 10px 10px 0;
  background: #f8f8f8;
  height: 29px;
  line-height: 29px;
  border-radius: 4px;
  text-align: center;
  color: #888;
}
.category .btn-more:hover {
  background: #f2f2f2;
  color: #333;
}

.today {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 272px;
  text-align: right;
}
.today::after {
  content: "";
  display: block;
  clear: both;
}
.today > div {
  display: inline-block;
}
.today .temp {
  margin-right: 10px;
  display: none;
}
.today .temp > strong {
  color: #fe6c00;
  font-family: arial, sans-serif;
  font-weight: 700;
  padding-right: 2px;
}
.today .date {
  color: #888;
  vertical-align: middle;
}
.today .date::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
}
.today .search {
  display: none;
}
.today .rate {
  color: #888;
  margin-left: 4px;
  float: right;
}
.today .rate > strong {
  color: #333;
  font-weight: 700;
}
.top-fix .temp,
.top-fix .date {
  display: none;
}
.top-fix .search {
  display: block;
  float: left;
}

#container {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}
#container::after {
  content: "";
  display: block;
  clear: both;
}

.visual-container {
  width: 1140px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.visual-banner > img {
  display: block;
  margin: 0 auto;
}

#footer {
  background: #fafbfd;
}

.footer-box {
  width: 1150px;
  padding: 0 20px 80px;
  margin: 0 auto;
}
.footer-box > h2 {
  padding: 24px 0 12px 0;
  border-bottom: 1px solid #d8d8d8;
}

.sitemap {
  margin-top: 20px;
  padding-bottom: 14px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.sitemap > dl {
  display: table-cell;
  width: 12.5%;
}
.sitemap > dl > dt {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  padding-bottom: 8px;
}
.sitemap > dl > dd {
  padding: 5px 0 5px;
}
.sitemap > dl > dd > a {
  color: #888;
}
.sitemap > dl > dd > a:hover {
  color: #333;
  text-decoration: underline;
}
.sitemap .more > a {
  font-weight: 700;
}
.sitemap .more > a > span {
  background-position: -216px 0;
  width: 6px;
  height: 9px;
  margin-left: 6px;
}

.top {
  position: fixed;
  bottom: 350px;
  right: 20px;
}
.top > button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}
.top > button > span {
  width: 18px;
  height: 23px;
  background-position: -254px 0;
  margin-bottom: -5px;
}
.footer-inner {
  margin-top: 20px;
  position: relative;
}
.logo-footer {
  width: 77px;
  height: 27px;
  background-position: 0 -107px;
}
.link-sitemap {
  position: absolute;
  top: 12px;
  right: 0;
  font-weight: 700;
  color: #888;
}
.link-sitemap > span {
  width: 6px;
  height: 9px;
  background-position: -216px 0;
  margin-left: 10px;
}
.footer-link-wrap {
  margin-top: 20px;
}
.footer-link-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.footer-link-wrap > li {
  float: left;
}
.footer-link-wrap > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: -2px 12px 0;
  vertical-align: middle;
}
.footer-link-wrap > li:last-child::after {
  display: none;
}
.footer-link-wrap > li > a {
  color: #888;
  vertical-align: middle;
}
.footer-link-wrap > li > a:hover {
  color: #333;
}
.copyright {
  margin-top: 20px;
  color: #aaa;
  font-family: arial, sans-serif;
}

.cut-in-banner {
  margin-top: 10px;
}
.cut-in-banner > img {
  display: block;
  margin: 0 auto;
}

.cut-in-banner2 {
  margin: 10px 0;
}

.right-ad {
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.right-event {
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.right-banner {
  height: 250px;
  overflow: hidden;
  margin-bottom: 10px;
}
.right-banner > a > img {
  width: 100%;
}

.top-menu {
  position: absolute;
  top: 4px;
  right: 20px;
}
.top-menu > a {
  color: #333;
  vertical-align: middle;
}
.top-menu .nick {
  margin-right: 15px;
}
.top-menu .nick > a {
  vertical-align: middle;
  color: #333;
  font-weight: 700;
}
.top-menu .nick > img {
  vertical-align: middle;
  margin-top: -2px;
}
.top-menu .btn-login {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  height: 19px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 5px;
  margin-left: 10px;
}
.top-menu .btn-login > span {
  background-position: -187px -29px;
  width: 10px;
  height: 13px;
  vertical-align: middle;
  margin: -1px 3px 0 0;
}
.top-menu .btn-logout {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  height: 19px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 5px;
  margin-left: 10px;
}
.top-menu .news {
  color: #888;
}
.top-menu .message {
  color: #888;
}
.top-menu .news::after,
.top-menu .message::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: 0 8px;
}
.top-menu .news > strong,
.top-menu .message > strong {
  color: #fe6c00;
}

.btn-favo {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-left: 10px;
}
.btn-favo:hover {
  background: #f5f6f8;
}
.btn-favo > span {
  width: 20px;
  height: 19px;
  background-position: -174px -105px;
  margin-bottom: -1px;
}
.btn-favo.active > span {
  background-position: -148px -105px;
}

.pt-52 {
  padding-top: 52px;
}
.global-nick {
  position: relative;
}
.global-nick > img {
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.global-nick > a {
  /*    vertical-align: middle;*/
  color: #333;
}
.global-nick > a:hover {
  color: #0096ff;
  text-decoration: none !important;
}

.global-nick .air-menu {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 90px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.global-nick .air-menu > a {
  display: block;
  margin-bottom: 8px;
}

.global-nick .air-menu > a:last-child {
  margin-bottom: 0;
}

/*component*/
.component {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.comp-report {
  width: 500px;
}
.comp-default {
  width: 458px;
}
.comp-box {
  position: relative;
  padding: 20px;
}
.comp-box > h2 {
  position: relative;
  padding-left: 26px;
}
.comp-box > h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url("img/icon_common.png?211202") no-repeat 0 -153px;
}
.comp-box .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.comp-box .btn-close > span {
  width: 20px;
  height: 20px;
  background-position: -276px -153px;
}
.comp-contents {
  margin-top: 30px;
}
.comp-item-list {
  min-height: 33px;
  margin-top: 7px;
}
.comp-item-list:first-child {
  margin-top: 0;
}
.comp-item-list::after {
  content: "";
  display: block;
  clear: both;
}
.comp-item-list > dt {
  float: left;
  width: 70px;
  line-height: 33px;
  margin-right: 16px;
}
.comp-item-list > dd {
  float: left;
  width: 414px;
}
.comp-nick-line {
  line-height: 33px;
}
.comp-select {
  width: 100%;
}
.comp-select .select-box {
  width: 100%;
  height: 33px;
}
.comp-select .select-box > select {
  padding: 9px 4px;
}
.comp-select .select-box > label {
  padding: 9px 4px;
}
.comp-textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #ececec;
  border-radius: 2px;
  resize: none;
  padding: 10px 8px;
  box-sizing: border-box;
}
.comp-btn-box {
  text-align: center;
  margin-top: 30px;
}
.comp-btn-box > a {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 7px;
}
.comp-btn-box > a:last-child {
  margin-right: 0;
}
.comp-btn-box .btn-negative {
  border: 1px solid #d8d8d8;
  color: #333;
}
.comp-btn-box .btn-negative:hover {
  background: #f8f8f8;
}
.comp-btn-box .btn-positive {
  color: #fff;
  font-weight: 700;
  background: #0096ff;
}
.comp-btn-box .btn-positive:hover {
  background: #038cec;
}
.comp-tip {
  margin-top: 30px;
}
.comp-con-list > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 10px;
  color: #888;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}
.comp-con-list > li:last-child {
  margin-bottom: 0;
}
.comp-con-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 2px;
  height: 2px;
  background: #999;
}
.comp-desc {
  margin-bottom: 14px;
  word-break: break-all;
  word-wrap: break-word;
}

.comp-sticker {
  width: 458px;
}
.comp-paging {
  margin: 30px 0 20px;
  text-align: center;
}
.comp-paging .paging-count {
  display: inline-block;
  margin: 0 18px;
  color: #888;
}
.comp-paging > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 23px;
}
.comp-paging .prev > span {
  width: 6px;
  height: 12px;
  background-position: -276px -178px;
}
.comp-paging .next > span {
  width: 6px;
  height: 12px;
  background-position: -288px -178px;
}
.comp-notify {
  width: 280px;
}
.comp-notify h3 {
  text-align: center;
}
.comp-notify .comp-desc {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
.comp-notify .btn-wrap {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #d8d8d8;
}
.comp-notify .btn-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.comp-notify .btn-wrap > a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  color: #333;
}
.comp-notify .btn-wrap > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #e7e7e7;
}
.comp-notify .btn-wrap > a:first-child::before {
  display: none;
}
.comp-choose .btn-wrap > a {
  width: 50%;
}

.comp-share {
  width: 328px;
}
.share-wrap {
  margin-top: 20px;
  font-size: 0;
}
.share-wrap > a {
  display: inline-block;
  margin-right: 10px;
}
.share-wrap > a:last-child {
  margin-right: 0;
}
.share-wrap .ico-pc {
  width: 36px;
  height: 36px;
}
.share-wrap .facebook .ico-pc {
  background-position: -109px -200px;
}
.share-wrap .facebook:hover .ico-pc {
  background-position: -109px -242px;
}
.share-wrap .kakao .ico-pc {
  background-position: -151px -200px;
}
.share-wrap .kakao:hover .ico-pc {
  background-position: -151px -242px;
}
.share-wrap .twitter .ico-pc {
  background-position: -193px -200px;
}
.share-wrap .twitter:hover .ico-pc {
  background-position: -193px -242px;
}
.share-wrap .instagram .ico-pc {
  background-position: -235px -200px;
}
.share-wrap .instagram:hover .ico-pc {
  background-position: -235px -242px;
}
.share-url {
  margin-top: 10px;
  position: relative;
}
.share-url .url {
  display: block;
  width: calc(100% - 72px);
  background: #f8f8f8;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  padding: 0 8px;
  box-sizing: border-box;
}
.share-url .btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 33px;
  line-height: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.share-url .btn-copy:hover {
  background: #f8f8f8;
}

.sub-header {
  height: 70px;
  background: #fff;
  position: relative;
}
.my-menu {
  text-align: center;
  font-size: 0;
}
.my-menu > li {
  padding: 0 16px;
  display: inline-block;
}
.my-menu > li > a {
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #888;
  line-height: 70px;
}
.my-menu > li > a:hover {
  color: #333;
}
.my-menu > li > a.on {
  color: #333;
}

.sub-header {
  position: relative;
  min-width: 1080px;
}
.sub-header > h1 {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -10px;
  padding-left: 90px;
}
.sub-header > h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 77px;
  height: 28px;
  margin-top: -14px;
  background: url("img/icon_common.png?211202") no-repeat 0 -106px;
}
.btn-my-close {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -19px;
  background: url("img/icon_common.png?211202") no-repeat -358px 0;
}
.btn-my-login {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 110px;
  color: #333;
}
.btn-my-login:hover {
  color: #0096ff;
}

.my-sub-menu {
  text-align: center;
  margin: 20px 0 40px;
}
.sub-menu-wrap {
  font-size: 0;
}
.sub-menu-wrap > li {
  padding: 0 10px;
  display: inline-block;
}
.sub-menu-wrap > li > a {
  display: block;
  font-size: 13px;
  color: #888;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  font-family: "Noto Sans KR", sans-serif;
}
.sub-menu-wrap > li > a:hover {
  background: #e5e6e8;
}
.sub-menu-wrap > li > a.on {
  color: #fff;
  background: #333335;
}

.signal {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  max-width: 400px;
  text-align: right;
}
.signal-wrap {
  margin-bottom: 4px;
  position: relative;
}
.signal-box {
  display: inline-block;
  position: relative;
  min-height: 38px;
  box-sizing: border-box;
  border: 1px solid #0096ff;
  padding: 10px 40px 10px 75px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
}
.signal-box--reply {
  border-color: #ffb400;
}
.signal-box--message {
  border-color: #ff5400;
}
.signal-box:hover {
  background: #f8f8f8;
}
.signal__icon {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 13px;
  background-position: 0 -272px;
  width: 48px;
  height: 19px;
}
.signal-box--reply .signal__icon {
  background-position: 0 -296px;
}
.signal-box--message .signal__icon {
  background-position: 0 -321px;
}
.btn-signal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 19px;
}
.btn-signal-close > span {
  background-position: -165px -158px;
  width: 10px;
  height: 11px;
}
.signal__text {
  max-width: 283px;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}

/* add */
.black-list {
  text-decoration: line-through !important;
}
.empty {
  font-size: 0 !important;
}
.show_check {
  display: inline-block !important;
  margin-right: 2px;
  margin-top: 2px;
}

/* 최근방문 탭 */

.fix-next .contents-wrap {
  position: relative;
  width: 1140px;
  margin-bottom: 10px;
}

.recent-visit-container {
  max-width: 840px;
  padding: 5px 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fix-next .recent-visit-container {
  max-width: 100%;
}

.recent-visit-container.expanded {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #ededed;
}

.recent-visit-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: space-between;
  flex-grow: 1;
}

.recent-visit-header h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}

.recent-visit-header .divider {
  font-size: 14px;
  line-height: 1.6;
  color: #aaa;
  font-family: "Noto Sans KR", sans-serif;
}

#lately_text {
  font-size: 12px;
  line-height: 1.6;
  font-family: "Noto Sans KR", sans-serif;
}

#lately_list {
  font-size: 12px;
  line-height: 1.6;
  color: #aaa;
  font-family: "Noto Sans KR", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#lately_nav {
  margin-bottom: 1px;
}

.swiper-container {
  flex-grow: 1;
  overflow: hidden;
}

#lately_list .swiper-slide-top {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
  text-align: center;
}

.swiper-slide-top a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.swiper-slide-top a:hover {
  color: #007bff;
}

.swiper-slide-top .delete-btn {
  color: #fff;
  border-radius: 50%;
  width: 12px;
  height: 9px;
  cursor: pointer;
  z-index: 1;
  background: url(/m/assets/images/common/btn_close_on.png) no-repeat center
    #ffffff;
  background-size: 60%;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  margin-left: 5px;
}

.arrow-down-btn {
  width: 30px;
  height: 30px;
  background: url(/m/assets/images/common/ic_barr_bot.png) no-repeat center
    #ffffff;
  background-size: 20px;
  border: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-left: auto;
  margin-right: -10px;
}

.arrow-up-btn {
  width: 30px;
  height: 30px;
  background: url(/m/assets/images/common/ic_barr_top.png) no-repeat center
    #ffffff;
  background-size: 20px;
  border: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-left: auto;
  margin-right: -10px;
}

.arrow-down-btn.arrow-up {
  background: url("/m/assets/images/common/ic_barr_top.png") no-repeat center
    #ffffff;
  background-size: 1.4rem;
}

.swiper-btn {
  background: url("/css/img/icon_common.png") no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  flex-shrink: 0;
}

.swiper-btn.prev {
  background-position: -163px 0;
}

.swiper-btn.next {
  background-position: -178px 0;
}

/* .recent-visit-expanded {
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
    min-height: 210px;
    border: 1px solid #fff;
    border-top: none;
    font-family: "Noto Sans KR", sans-serif;
  
  }
  
  .recent-visit-expanded.hidden {
    display: none;
  } */
.recent-visit-expanded {
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #fff;
  border-top: none;
  font-family: "Noto Sans KR", sans-serif;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.recent-visit-expanded.expanded {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.recent-tabs {
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.recent-tab-btn {
  flex: 1;
  padding: 10px;
  text-align: center;
  background: #f8f8f8;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  font-family: "Noto Sans KR", sans-serif;
}

.recent-tab-btn.active {
  background: #ffffff;
  border-bottom: 3px solid #007bff;
  color: #007bff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 5px;
  padding: 10px;
  min-height: 80px;
}

.recent-item {
  font-size: 12px;
}

.recent-item a {
  text-decoration: none;
  color: #333;
  flex-grow: 1;
  margin-right: 10px;
}

.delete-btn {
  cursor: pointer;
  color: #ff0000;
  font-size: 12px;
}

#recentContent .recent-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ffffff;
  color: #333;
  font-family: "Noto Sans KR", sans-serif;
  transition: box-shadow 0.3s ease;
  height: 30px;
}

#recentContent .recent-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#recentContent .visit-name {
  flex-grow: 1;
  text-align: left;
  color: #333;
  text-decoration: none;
  margin-right: 10px;
}

#recentContent .delete-btn {
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 1;
  background: url(/m/assets/images/common/btn_close_on.png) no-repeat center
    #f2fbff;
  background-size: 60%;
  border: 1px solid #b6d8e7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

#recentContent .delete-btn:hover {
  background-color: #e0f7ff;
}

#bookmarkContent .recent-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;

  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ffffff;
  color: #333;
  font-family: "Noto Sans KR", sans-serif;
  transition: box-shadow 0.3s ease;
  height: 30px;
}

#bookmarkContent .recent-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#bookmarkContent .visit-name {
  flex-grow: 1;
  text-align: left;
  color: #333;
  text-decoration: none;
  /* font-weight: bold; */
}

#bookmarkContent .btn-favor {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-grow: 0;
  margin-right: auto;
}

#bookmarkContent .btn-favor img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

#bookmarkContent .btn-favor:hover img {
  transform: scale(1.2);
}

.empty_message {
  width: 840px;
  text-align: center;
  margin-top: 15px;
}
.fix-next .empty_message {
  width: 1140px;
  text-align: center;
}
.login_message {
  text-decoration: underline !important;
  color: #007aff;
}
.btn_fav {
  width: 32px;
}
