@charset "UTF-8";
a {
  text-decoration: none;
  color: unset;
}
a:visited {
  color: unset;
}
a:hover {
  text-decoration: underline;
}

.disFlex {
  display: flex;
  align-items: center;
}

.dropTit .btnArrowDown {
  margin-left: auto;
  margin-right: 0.8rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.lineBreak {
  width: 100%;
  border-bottom: 4px solid #F0F0F0;
  background-color: #F7F7F9;
}

select {
  padding: 0.4rem;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #717171;
  font-weight: 500;
  background: url(../images/btnArrowBottom16.svg) no-repeat 95% 50%;
}

.selectBoxWrap .SelectBox {
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  width: 18rem;
  height: 4rem;
  color: #1d1d1d;
  font-size: 1.5rem;
  cursor: pointer;
}
.selectBoxWrap .SelectBox .btnArrowDown {
  margin-left: auto;
  margin-right: 0.8rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.selectBoxWrap .SelectBox .btnArrowDown.rotate img {
  transform: rotate(180deg);
}
.selectBoxWrap .SelectList {
  padding: 0.8rem;
  border: 1px solid #E4E4E4;
  background-color: #fff;
  display: none;
}
.selectBoxWrap .SelectList li {
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  width: calc(100% - 1.6rem);
  height: 4rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.selectBoxWrap .SelectList li.hover {
  border-radius: 6px;
  background-color: #EDF1F5;
  color: #003675;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 2.8rem;
  margin-right: 0.8rem;
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #186BFE;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.scrollbar {
  overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: rgba(243, 243, 243, 0.3607843137);
}

.scrollbar::-webkit-scrollbar {
  width: 0.4rem;
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
}

.scrollbarHori::-webkit-scrollbar-track {
  background-color: rgba(243, 243, 243, 0.3607843137);
}

.scrollbarHori::-webkit-scrollbar {
  height: 0.8rem;
  background-color: #fff;
}

.scrollbarHori::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

.hashtag {
  cursor: pointer;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  float: left;
  border-radius: 100px;
}
.hashtag.medium {
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
}
.hashtag.between {
  padding: 0.5rem 0.9rem;
  font-size: 1.3rem;
}
.hashtag.small {
  padding: 0.3rem 0.6rem;
  font-size: 1.2rem;
}
.hashtag.default {
  background-color: #fff;
  border: 1px solid #E4E4E4;
}
.hashtag.default:hover {
  box-shadow: 0 0 0 2px #E7E9F4 inset;
  transition-duration: 0.1s;
  border: 1px solid #E7E9F4;
}
.hashtag.blue {
  background-color: rgba(36, 107, 235, 0.8);
  border: 1px solid rgba(36, 107, 235, 0.8);
  color: #fff;
}
.hashtag.click {
  background-color: #6E80AC;
  color: #fff;
  border: 1px solid #6E80AC;
}
.hashtag.click:hover {
  box-shadow: unset;
  transition-duration: 0.1s;
  border: 1px solid #6E80AC;
}
.hashtag.disabled {
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  color: #717171;
  cursor: default;
}

.moreViewBtn {
  display: flex;
  align-items: center;
  height: 2.4rem;
  font-size: 1.3rem;
  color: #3447D2;
  cursor: pointer;
}

.moreView_ReverBtn {
  display: flex;
  align-items: center;
  height: 2.4rem;
  font-size: 1.3rem;
  color: #1d1d1d;
  cursor: pointer;
}

.TitLg700 {
  font-size: 1.9rem;
  font-weight: 700;
}
.TitLg700 span {
  margin-left: 0.5rem;
  vertical-align: middle;
  cursor: pointer;
}

.TitSm700 {
  font-size: 1.5rem;
  font-weight: 700;
}

.TitSm500 {
  font-size: 1.5rem;
  font-weight: 500;
}

.panelTit {
  color: #6E80AC;
}

.Detail13gray400 {
  font-size: 1.3rem;
  font-weight: 300;
  color: #717171;
}

.Detail13blue400 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #3447D2;
}

button {
  margin-top: 1.2rem;
  padding: 0.8rem;
  width: 100%;
  font-size: 1.3rem;
  background-color: #fff;
  border-radius: 0.4rem;
  color: #1d1d1d;
  border: 1px solid #E4E4E4;
  cursor: pointer;
  transition: 0.3s;
}
button:hover {
  background-color: #186BFE;
  color: #fff;
}
button.sm {
  padding: 0.4rem;
}
button.right {
  width: auto;
  margin-left: auto;
  padding: 0.8rem 1.6rem;
}
button.center {
  width: auto;
  margin-right: 2rem;
}

button.defaultBtn {
  background-color: #F8F8F8;
}
button.defaultBtn:hover {
  background-color: #186BFE;
  color: #fff;
}

button.dagerBtn {
  background-color: #F8F8F8;
}
button.dagerBtn:hover {
  background-color: #FF1805;
  color: #fff;
}

button.grayBtn {
  background-color: #F8F8F8;
}
button.grayBtn:hover {
  background-color: #F8F8F8;
  color: #555555;
}

input[type=text], input[type=password] {
  margin-top: 1.2rem;
  padding: 0.8rem;
  width: 100%;
  font-size: 1.3rem;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
}
input[type=text]:active, input[type=password]:active {
  border: 1px solid #2D2D2D;
}

textarea, .istTextarea {
  padding: 0.6rem;
  margin-top: 0.8rem;
  width: 100%;
  min-height: 8rem;
  resize: vertical;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-family: "Pretendard";
  font-weight: 300;
}

.centerModalWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
}
.centerModalWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.topModalWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
}
.topModalWrap .topModal {
  padding: 2rem;
  position: absolute;
  left: 50%;
  top: 3rem;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.topModalWrap .topModal.sm {
  width: 40rem;
}
.topModalWrap .topModal .foot {
  display: flex;
}
.topModalWrap .topModal .foot.btn {
  margin-top: 1rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.centerModal {
  padding: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.centerModal.sm {
  width: 40rem;
}
.centerModal.xsm {
  width: 32rem;
  padding: 2.4rem 3.2rem;
}
.centerModal .head {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  height: 2.4rem;
  font-size: 1.8rem;
  color: #1d1d1d;
  font-weight: 700;
  border-bottom: 1px solid #E4E4E4;
}
.centerModal .head .closeBtn {
  margin-left: auto;
  cursor: pointer;
}
.centerModal .head.joinHead {
  padding: 0.8rem 0;
}
.centerModal .head.joinHead h1 {
  display: flex;
  align-items: center;
}
.centerModal .head.joinHead h1 .backBtn {
  cursor: pointer;
}
.centerModal .body {
  padding: 1.2rem 0;
}
.centerModal .body .smTxt {
  padding: 1.2rem;
  padding-bottom: 0.4rem;
  margin: 0 0 2rem;
  font-size: 1.3rem;
  color: #555555;
  background-color: #f7f7f7;
}
.centerModal .body .smTxt li {
  margin-bottom: 0.8rem;
  line-height: 130%;
  list-style: disc;
  margin-left: 2rem;
}
.centerModal .body .mdTxt {
  font-size: 1.6rem;
  color: #1d1d1d;
}
.centerModal .body.join label {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: #1d1d1d;
}
.centerModal .body.join input[type=text], .centerModal .body.join input[type=password] {
  margin-top: 0.6rem;
}
.centerModal .foot {
  display: flex;
  align-items: center;
}
.centerModal .foot button {
  height: 4rem;
  font-weight: 600;
}

.formGroup.error input {
  border: 1px solid #FF1805;
}

.errorMsg {
  display: block;
  margin: 0.6rem 0 0.4rem;
  font-size: 1.3rem;
  line-height: 130%;
  font-weight: 400;
  color: #FF1805;
}

span.txtNotice {
  font-size: 1.3rem;
  color: #FF1805;
  font-weight: 300;
}

span.txtInfo {
  font-size: 1.3rem;
  color: #003675;
  font-weight: 300;
  line-height: 2rem;
}

.twoBtnWrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
  font-family: "Pretendard", Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body {
  font-size: 1.6rem;
  overflow: hidden;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 7.2rem;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.header .trovue_logo_web {
  width: 15rem;
}
.header .trovue_logo_MB {
  width: 3rem;
  margin: 0 1rem;
}
.header .logo {
  display: flex;
  align-items: center;
  margin-left: 1.6rem;
  font-size: 2.2rem;
  line-height: 2.2rem;
  cursor: pointer;
  text-decoration: none;
}
.header .logo .subLogo {
  font-size: 2.4rem;
  font-weight: 800;
  color: #7F99D8;
  white-space: nowrap;
}
.header .globLang {
  display: flex;
  margin-left: auto;
  height: 100%;
}
.header .globLang .googleTrans {
  position: absolute;
  right: 22rem;
  bottom: 1.6rem;
  margin-left: auto;
  text-align: right;
}
.header .globLang .selectBoxCont {
  margin-top: 1.6rem;
  margin-right: 2rem;
}
.header .globLang .SelectBox {
  padding: 0 1.2rem;
  height: 4rem;
  color: #6E80AC;
  border: 1px solid #E7E9F4;
  border-radius: 0.8rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.header .globLang .SelectList {
  width: 18rem;
  margin-top: 0.4rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  color: #6E80AC;
  box-sizing: border-box;
}
.header .globLang .icGlobal {
  margin-right: 0.8rem;
  width: 2rem;
  height: 2rem;
}
.header .globLang li.translate {
  width: 100%;
  margin-top: 0.8rem;
  padding-left: 0;
  height: auto;
}
.header .globLang li.translate p {
  margin: 0rem -0.8rem -0.8rem -0.8rem;
  padding: 0.8rem;
  width: 100%;
  font-size: 1.3rem;
  line-height: 140%;
  color: #8E8E8E;
  background-color: #F8F8F8;
  border-top: 1px solid #E4E4E4;
  font-weight: 400;
  border-radius: 0 0 0.4rem 0.4rem;
}
.header .globLang li.translate p .googleText {
  width: 100%;
  background-color: #fff;
  margin-top: 0.4rem;
  padding: 0.4rem 0.4rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
.header .util {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0.8rem;
  gap: 0.6rem;
}
.header .util li a {
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.header .util li a.active {
  background-color: #fff;
  color: #186BFE;
  font-weight: 600;
  cursor: default;
  text-decoration: none;
}

.tabSearch {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-left: 6rem;
}

.tab-container {
  display: flex;
  height: 4.8rem;
  align-items: center;
  gap: 1.4rem;
  padding: 0rem 1.8rem;
  border-radius: 0.8rem;
  border: 1px solid #E7E9F4;
  background: #F6F7FF;
  box-sizing: border-box;
}

.tab-item {
  padding-left: 2.2rem;
  color: #7F99D8;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: url(../images/tabRadio.svg) 0% 50% no-repeat;
  background-size: contain;
  white-space: nowrap;
}
.tab-item:hover {
  color: #6E80AC;
  background-color: rgba(255, 255, 255, 0.1);
}
.tab-item.active {
  color: #186BFE;
  font-weight: bold;
  background: url(../images/tabRadioSelet.svg) 0% 50% no-repeat;
  background-size: contain;
}

.HDsearchBox .pseudo-search {
  display: flex;
  align-items: center;
  border: 1px solid #E7E9F4;
  background-color: #F6F7FF;
  border-radius: 100px;
  width: 32rem;
  height: 4rem;
  box-sizing: border-box;
  transition: background-color 0.5 ease-in-out;
}
.HDsearchBox .pseudo-search input {
  padding: 0 1.6rem;
  margin: 0;
  border: 0;
  background-color: transparent;
  width: 100%;
  color: #7F99D8;
}
.HDsearchBox .pseudo-search input:focus {
  outline: none;
  color: #6E80AC;
}
.HDsearchBox .pseudo-search input::placeholder {
  color: #7F99D8;
  font-weight: 300;
}
.HDsearchBox .pseudo-search button {
  margin: 0;
  margin-right: 0.8rem;
  padding: 0;
  width: auto;
  border: none;
  background: none;
  cursor: pointer;
}
.HDsearchBox .pseudo-search select {
  border: none;
}

.container {
  display: flex;
  height: calc(100vh - 7.2rem);
}

.leftAside {
  display: flex;
  position: relative;
  z-index: 2;
}
.leftAside .panerHideBtn {
  position: absolute;
  right: -2.3rem;
  top: 50%;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 4.6rem;
  border-radius: 0px 4px 4px 0;
  background-color: #fff;
  box-shadow: 6px 2px 8px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.leftAside .panerHideBtn > img {
  transform: rotate(180deg);
}

.leftMenu {
  position: relative;
  width: 6.4rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.04);
  z-index: 3;
}
.leftMenu .btnAllmenu {
  margin: 1.2rem;
  width: 4rem;
  cursor: pointer;
}
.leftMenu .imgHistory {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  width: 4rem;
  z-index: 1;
}
.leftMenu .imgHistory .imgBox {
  margin-top: 0.8rem;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  border: 1px solid #F0F0F0;
  overflow: hidden;
  cursor: pointer;
}
.leftMenu .imgHistory .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leftMenu .imgHistory::before {
  content: "";
  display: inline-block;
  margin-bottom: 0.4rem;
  width: 100%;
  height: 1px;
  border-top: 1px solid #F0F0F0;
}
.leftMenu .navIconTooltip {
  position: relative;
  z-index: 2;
}
.leftMenu .navIconTooltip ul {
  margin-top: 2rem;
  text-align: center;
}
.leftMenu .navIconTooltip ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
.leftMenu .navIconTooltip ul li img {
  width: 2.4rem;
}
.leftMenu .navIconTooltip ul li.active {
  background-color: #E5F3FC;
  border-radius: 100px;
}
.leftMenu .navIconTooltip ul li.active img {
  filter: invert(31%) sepia(81%) saturate(2886%) hue-rotate(211deg) brightness(99%) contrast(104%);
}
.leftMenu .navIconTooltip ul li:hover {
  transition: all 3s;
}
.leftMenu .navIconTooltip ul li:hover .navTooltip {
  display: block;
}
.leftMenu .navIconTooltip ul li .navTooltip {
  display: none;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(100%, -50%);
  padding: 0.6rem 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
  background: #2D2D2D;
  color: #fff;
  white-space: nowrap;
}
.leftMenu .navIcon {
  position: relative;
  z-index: 2;
}
.leftMenu .navIcon > ul {
  margin-top: 2rem;
  text-align: center;
}
.leftMenu .navIcon > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.leftMenu .navIcon > ul > li.hover {
  padding: 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #186BFE;
}
.leftMenu .navIcon > ul > li.hover img {
  filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(276deg) brightness(106%) contrast(104%);
}
.leftMenu .navIcon > ul .moreBtn {
  margin-top: -1.6rem;
}
.leftMenu .navIcon > ul .moreBtn li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.8rem;
}
.leftMenu .navIcon > ul .moreBtn li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0.8rem;
  cursor: pointer;
}

.leftPanelWrap {
  display: flex;
  position: relative;
}

.leftPanel, .archPanel, .archIstPanel, .archMyPanel {
  position: relative;
  width: 30rem;
  height: 100%;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  z-index: 2;
}

.optionSelectWrap {
  padding: 1.6rem;
  background-color: #fff;
}
.optionSelectWrap .TitSm700 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.optionSelectWrap .TitSm700 .backBtn {
  cursor: pointer;
}
.optionSelectWrap .btnClose {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 3;
}
.optionSelectWrap .btnClose:hover {
  box-shadow: 0 0 0 2px #E4E4E4 inset;
}
.optionSelectWrap .topBtnWrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.optionSelectWrap .topBtnWrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.optionSelectWrap .topBtnWrap button:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.optionSelectWrap .optionBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: space-evenly;
  margin-top: 1.6rem;
}
.optionSelectWrap .optionBtn .roundBtn, .optionSelectWrap .optionBtn .cicleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.8rem;
  cursor: pointer;
}
.optionSelectWrap .optionBtn .roundBtn img, .optionSelectWrap .optionBtn .cicleBtn img {
  width: 5.6rem;
}
.optionSelectWrap .optionBtn .roundBtn.theme1, .optionSelectWrap .optionBtn .cicleBtn.theme1 {
  background: url(../images/theme1.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme1:hover, .optionSelectWrap .optionBtn .roundBtn.theme1.hover, .optionSelectWrap .optionBtn .cicleBtn.theme1:hover, .optionSelectWrap .optionBtn .cicleBtn.theme1.hover {
  background: url(../images/theme1_hover.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme2, .optionSelectWrap .optionBtn .cicleBtn.theme2 {
  background: url(../images/theme2.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme2:hover, .optionSelectWrap .optionBtn .roundBtn.theme2.hover, .optionSelectWrap .optionBtn .cicleBtn.theme2:hover, .optionSelectWrap .optionBtn .cicleBtn.theme2.hover {
  background: url(../images/theme2_hover.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme3, .optionSelectWrap .optionBtn .cicleBtn.theme3 {
  background: url(../images/theme3.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme3:hover, .optionSelectWrap .optionBtn .roundBtn.theme3.hover, .optionSelectWrap .optionBtn .cicleBtn.theme3:hover, .optionSelectWrap .optionBtn .cicleBtn.theme3.hover {
  background: url(../images/theme3_hover.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme4, .optionSelectWrap .optionBtn .cicleBtn.theme4 {
  background: url(../images/theme4.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme4:hover, .optionSelectWrap .optionBtn .roundBtn.theme4.hover, .optionSelectWrap .optionBtn .cicleBtn.theme4:hover, .optionSelectWrap .optionBtn .cicleBtn.theme4.hover {
  background: url(../images/theme4_hover.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme5, .optionSelectWrap .optionBtn .cicleBtn.theme5 {
  background: url(../images/theme5.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme5:hover, .optionSelectWrap .optionBtn .roundBtn.theme5.hover, .optionSelectWrap .optionBtn .cicleBtn.theme5:hover, .optionSelectWrap .optionBtn .cicleBtn.theme5.hover {
  background: url(../images/theme5_hover.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme6, .optionSelectWrap .optionBtn .cicleBtn.theme6 {
  background: url(../images/theme6.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme6:hover, .optionSelectWrap .optionBtn .roundBtn.theme6.hover, .optionSelectWrap .optionBtn .cicleBtn.theme6:hover, .optionSelectWrap .optionBtn .cicleBtn.theme6.hover {
  background: url(../images/theme6_hover.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme7, .optionSelectWrap .optionBtn .cicleBtn.theme7 {
  background: url(../images/theme7.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme7:hover, .optionSelectWrap .optionBtn .roundBtn.theme7.hover, .optionSelectWrap .optionBtn .cicleBtn.theme7:hover, .optionSelectWrap .optionBtn .cicleBtn.theme7.hover {
  background: url(../images/theme7_hover.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme8, .optionSelectWrap .optionBtn .cicleBtn.theme8 {
  background: url(../images/theme8.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .optionBtn .roundBtn.theme8:hover, .optionSelectWrap .optionBtn .roundBtn.theme8.hover, .optionSelectWrap .optionBtn .cicleBtn.theme8:hover, .optionSelectWrap .optionBtn .cicleBtn.theme8.hover {
  background: url(../images/theme8_hover.svg) 50% 50% no-repeat;
  background-size: cover;
}
.optionSelectWrap .hashtagMapWrap {
  display: block;
  margin-top: 1.6rem;
}
.optionSelectWrap .hashtagMapWrap .hashtag {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.optionSelectWrap .hashtagMapWrap::after {
  content: "";
  display: block;
  clear: both;
}
.optionSelectWrap .kwHeadWrap {
  display: flex;
  align-items: center;
  justify-content: unset;
}

.travleListWrap {
  padding: 1.6rem;
  overflow-y: auto;
}

.listOptionWrap {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}
.listOptionWrap select {
  padding: 0.4rem 4rem 0.4rem 0.4rem;
  margin-left: auto;
  min-width: 8rem;
  font-size: 1.3rem;
}
.listOptionWrap.borderTop {
  border-top: 1px solid #E7E9F4;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
}

.archWrap {
  background-color: #fff;
}

.keywordClickWrap, .archClickWrap {
  margin-top: 1.6rem;
}
.keywordClickWrap .hashtagMapWrap, .archClickWrap .hashtagMapWrap {
  max-height: 7rem;
}
.keywordClickWrap .moreViewBtn, .keywordClickWrap .moreView_ReverBtn, .archClickWrap .moreViewBtn, .archClickWrap .moreView_ReverBtn {
  margin-top: 0.8rem;
}

input[type=text].search-box {
  padding-right: 4rem;
  background-color: #fff;
}

.text-clear {
  position: relative;
}

.text-clear:after {
  content: "✚";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  z-index: 1;
  right: 0.8rem;
  top: -3.2rem;
  bottom: 0;
  margin: auto;
  padding: 0.5rem;
  text-align: center;
  color: #aaa;
  font-weight: normal;
  font-size: 1.4rem;
  cursor: pointer;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-radius: 50%;
  line-height: 1.6rem;
  -webkit-transition: 300ms all;
}

.text-clear:hover:after {
  color: tomato;
  -webkit-transition: 300ms all;
}

.search-box:not(:valid) ~ .text-clear {
  display: none;
}

.archListWrap {
  margin-top: 0.8rem;
}
.archListWrap .disFlexCont {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.archListWrap .disFlexCont > div {
  position: relative;
  flex: 1 1 100%;
  height: 14.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.archListWrap .disFlexCont > div:hover img {
  transform: scale(1.2);
  transition: transform 0.5s; /* Animation */
  animation-timing-function: ease;
}
.archListWrap .disFlexCont > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archListWrap .disFlexCont > div.hover {
  box-sizing: border-box;
  border: 3px solid #186BFE;
}

.myListWrap .cardList {
  cursor: default;
}
.myListWrap .cardList .disFlex .imgBox {
  height: 10rem;
}
.myListWrap .cardList .disFlex .textArea {
  width: 100%;
}

.pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.pagination .page-navis {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.pagination .page-navis a {
  text-decoration: none;
}
.pagination .page-navis a:hover {
  color: #186BFE;
}
.pagination .page-navis .page-navi {
  display: flex;
  height: 3.2rem;
  padding: 0.6rem 0.8rem 0.6rem 0.4rem;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}
.pagination .page-navis .navi-next img {
  transform: rotate(180deg);
}
.pagination .page-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.4rem;
}
.pagination .page-links input, .pagination .page-links button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
}
.pagination .page-links button {
  margin-top: 0;
  min-width: 4.8rem;
  width: auto;
  border: 1px solid #186BFE;
  color: #186BFE;
}
.pagination .page-links button:hover {
  color: #fff;
}

.cardListWrap {
  margin: 0 0 1.6rem;
}

.cardList {
  margin-top: 1.2rem;
  border-radius: 1.2rem;
  transition-duration: 0.1s;
  cursor: pointer;
}
.cardList.hover {
  padding: 0.4rem;
  border: 2px solid #186BFE;
}
.cardList:hover .imgBox > img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.cardList .imgBox {
  position: relative;
  width: 100%;
  height: 14.8rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #eee;
}
.cardList .imgBox.disabled img {
  opacity: 50%;
}
.cardList .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardList .imgBox .hashtag {
  padding: 0.6rem 0.8rem;
  display: inline-block;
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  font-size: 1.3rem;
  background-color: #fff;
  border: #F0F0F0;
  color: #1d1d1d;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cardList .imgBox .btmLikeView {
  font-size: 1.3rem;
  height: 4rem;
}
.cardList .imgBox .btmLikeView .likeNum {
  margin-left: 1.2rem;
  gap: 0.2rem;
}
.cardList .imgBox .btmLikeView .likeNum > img {
  width: 1.6rem;
  height: 1.6rem;
  cursor: default;
}
.cardList .imgBox .btmLikeView .viewNum {
  margin-right: 1.2rem;
  gap: 0.2rem;
}
.cardList .textArea {
  position: relative;
  margin: 0.8rem;
}
.cardList .textArea .TitSm700 {
  margin-top: 0.4rem;
  width: 100%;
  font-size: 1.5rem;
  height: 3.4rem;
  line-height: 120%;
  color: #1d1d1d;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2; /*보여줄 줄의 수를 정함*/
  -webkit-box-orient: vertical; /*box의 배열 방향을 정함*/
}
.cardList .textArea .distance, .cardList .textArea .date {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #80868B;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cardList .textArea .date {
  margin-left: 0;
  gap: 0.4rem;
}
.cardList .textArea .editBtn {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cardList:hover .editBtn, .cardList.hover .editBtn {
  display: block;
}
.cardList .moreText {
  margin-top: 0.8rem;
  padding: 0.4rem 0.4rem;
  border-top: 1px solid #F0F0F0;
  font-size: 1.3rem;
  color: #555555;
  line-height: 140%;
}
.cardList .moreText p {
  margin-top: 0rem !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3; /*보여줄 줄의 수를 정함*/
  -webkit-box-orient: vertical; /*box의 배열 방향을 정함*/
  font-weight: 300;
}
.cardList .moreText .moreBtn {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  font-weight: 400;
  color: #186BFE;
  cursor: pointer;
}
.cardList .moreText .moreBtn > img {
  margin-left: auto;
}

#cosInfoDatailWrap .cardList .imgBox {
  height: 8rem;
}
#cosInfoDatailWrap .cardList .textArea {
  width: 20rem;
}

.cardListCourse {
  margin-top: 1.2rem;
  height: 14.8rem;
  background-color: #1d1d1d;
  border-radius: 1.2rem;
  border: 1px solid #eee;
  overflow: hidden;
  cursor: pointer;
}

.cardListCourse, .workCourse {
  position: relative;
}
.cardListCourse:hover .BGimg > img, .workCourse:hover .BGimg > img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.cardListCourse .BGimg > img, .workCourse .BGimg > img {
  width: 100%;
  height: 18.4rem;
  object-fit: cover;
}
.cardListCourse .BGimgBlack, .workCourse .BGimgBlack {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.cardListCourse .frontText, .workCourse .frontText {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 3.2rem);
  padding: 1.2rem 1.6rem;
  height: calc(100% - 2.4rem);
}
.cardListCourse .frontText .hashtag, .workCourse .frontText .hashtag {
  padding: 0.6rem 0.8rem;
  display: inline-block;
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #7F99D8;
  border: #F0F0F0;
  color: #fff;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cardListCourse .frontText .TitSm700, .workCourse .frontText .TitSm700 {
  margin-top: 3.2rem;
  width: 100%;
  color: #fff;
  line-height: 120%;
  font-size: 1.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2; /*보여줄 줄의 수를 정함*/
  -webkit-box-orient: vertical; /*box의 배열 방향을 정함*/
}
.cardListCourse .frontText .courseInfo, .workCourse .frontText .courseInfo {
  position: absolute;
  bottom: 1.6rem;
  left: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cardListCourse .frontText .courseInfo img, .workCourse .frontText .courseInfo img {
  width: auto;
  height: auto;
}
.cardListCourse .frontText .courseInfo span.tn, .workCourse .frontText .courseInfo span.tn {
  width: 15.7rem;
  display: -webkit-box;
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  line-height: 120%;
}

.archListWrap .archImgBox {
  position: relative;
}
.archListWrap .archImgBox:hover .BGimg > img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.archListWrap .archImgBox .BGimg > img {
  width: 100%;
  height: 18.4rem;
  object-fit: cover;
}
.archListWrap .archImgBox .BGimgBlack {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.archListWrap .archImgBox .frontText {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 3.2rem);
  padding: 1.2rem 1.6rem;
  height: calc(100% - 2.4rem);
}
.archListWrap .archImgBox .frontText .hashtag {
  padding: 0.6rem 0.8rem;
  display: inline-block;
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #7F99D8;
  border: #F0F0F0;
  color: #fff;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.archListWrap .archImgBox .frontText .TitSm700 {
  margin-top: 0rem;
  width: 100%;
  color: #fff;
  line-height: 120%;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2; /*보여줄 줄의 수를 정함*/
  -webkit-box-orient: vertical; /*box의 배열 방향을 정함*/
}
.archListWrap .archImgBox .frontText .courseInfo {
  position: absolute;
  bottom: 1.6rem;
  left: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.archListWrap .archImgBox .frontText .courseInfo img {
  width: auto;
  height: auto;
}
.archListWrap .archImgBox .frontText .courseInfo span.tn {
  width: 15.7rem;
  display: -webkit-box;
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  line-height: 120%;
}
.archListWrap .archImgBox .btmLikeView {
  font-size: 1.3rem;
  height: 4rem;
}
.archListWrap .archImgBox .btmLikeView .likeNum {
  margin-left: 1.2rem;
  gap: 0.2rem;
}
.archListWrap .archImgBox .btmLikeView .likeNum img {
  width: 1.6rem;
  height: 1.6rem;
}
.archListWrap .archImgBox .btmLikeView .viewNum {
  margin-right: 1.2rem;
  gap: 0.2rem;
  bottom: unset;
}
.archListWrap .archImgBox .btmLikeView .viewNum img {
  width: 1.6rem;
  height: 1.6rem;
  cursor: default;
}

.archListWrap .disFlexCont > div:hover .btmLikeView img {
  transform: unset;
  transition: transform unset;
  animation-timing-function: unset;
}

.archListWrap .disFlexCont .archImgBox.hover {
  box-sizing: border-box;
  border: 3px solid #186BFE;
}

.travMap .TitSm700::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  bottom: 1.2rem;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/icTravMap.svg) 5% 50% no-repeat;
}

.cardList.workCourse {
  padding: 0rem;
  border-radius: unset;
  border: unset;
  box-shadow: unset;
}
.cardList.workCourse.hover {
  padding: 0.4rem;
  border: 2px solid #186BFE;
  border-radius: 1.2rem;
}
.cardList.workCourse .imgBox {
  width: 100%;
  height: 14.8rem;
}
.cardList.workCourse .moreList {
  margin-top: 0.8rem;
  overflow-y: auto;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 1.3rem;
  color: #555555;
  line-height: 140%;
}
.cardList.workCourse .moreListWrap .btnContainer {
  margin-top: 0.8rem;
}
.cardList.workCourse .listBox {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.8rem 0;
  padding: 0 0.8rem;
  height: 3.6rem;
  border: 1px solid #ddd;
  border-radius: 50px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.cardList.workCourse .listBox.hover {
  background-color: #6E80AC;
  color: #fff;
  border: 1px solid #6E80AC;
}
.cardList.workCourse .listBox.hover span img {
  filter: invert(99%) sepia(15%) saturate(407%) hue-rotate(278deg) brightness(116%) contrast(100%);
}
.cardList.workCourse .listBox:hover {
  border: 1px solid #6E80AC;
}
.cardList.workCourse .listBox span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.cardList.workCourse .listBox span img {
  transform: rotate(-90deg);
}
.cardList.workCourse .listBox p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cardList.workCourse .viewNum span,
.mapImgModal .viewNum span,
.archListWrap .disFlexCont > div .viewNum span {
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.archListWrap .disFlexCont > div .viewNum {
  right: 0.4rem;
  bottom: 0.4rem;
}

.btmLikeView {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  color: #fff;
  font-size: 1.2rem;
}
.btmLikeView .likeNum {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.8rem;
}
.btmLikeView .likeNum > img {
  cursor: pointer;
}
.btmLikeView .viewNum {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 0.8rem;
}

.detailPanel {
  position: relative;
  width: 32rem;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  overflow-y: auto;
  z-index: 1;
}
.detailPanel.absolut2Depth {
  position: absolute;
  width: 30rem;
  height: 100%;
  top: 0px;
  left: 30rem;
  z-index: 2;
}
.detailPanel.absolut2Depth .btnFixed {
  position: fixed;
  width: 30rem;
}
.detailPanel .btnFixed {
  position: fixed;
  width: 32rem;
  z-index: 1;
}
.detailPanel .btnClose {
  position: absolute;
  top: 0.8rem;
  right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 3;
}
.detailPanel .btnClose:hover {
  box-shadow: 0 0 0 2px #E4E4E4 inset;
}
.detailPanel .detailImgWrap {
  position: relative;
  display: flex;
  width: 100%;
  height: 17.2rem;
  overflow: hidden;
  cursor: pointer;
}
.detailPanel .detailImgWrap .lgImg {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px #fff inset;
  border: 1px solid #fff;
}
.detailPanel .detailImgWrap .lgImg .smImg {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  background-color: blue;
}
.detailPanel .detailImgWrap .lgImg .smImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px #fff inset;
}
.detailPanel .detailImgWrap .lgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detailPanel .detailImgWrap .prev {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  bottom: 50%;
  left: 0.4rem;
}
.detailPanel .detailImgWrap .next {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  bottom: 50%;
  right: 0.4rem;
}
.detailPanel .detailImgWrap .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 17.2rem;
  width: 100%;
}
.detailPanel .detailImgWrap .contImg {
  width: 31.2rem;
  height: 100%;
  flex: 0 0 100%;
}
.detailPanel .descriptWrap {
  padding: 1.6rem 1.6rem;
}
.detailPanel .descriptWrap h1 {
  color: #2D2D2D;
  line-height: 120%;
}
.detailPanel .descriptWrap h2 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
  color: #2D2D2D;
}
.detailPanel .descriptWrap p {
  margin: 1.6rem 0 0.8rem;
  line-height: 140%;
  font-size: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5; /*보여줄 줄의 수를 정함*/
  -webkit-box-orient: vertical; /*box의 배열 방향을 정함*/
}
.detailPanel .detailInfoWrap {
  padding: 0rem 1.6rem 1rem;
  font-size: 1.5rem;
  color: #555555;
  word-break: break-all;
}
.detailPanel .detailInfoWrap h3 {
  margin: 2rem 0 1rem;
  width: 100%;
  line-height: 30%;
  font-weight: 700;
  word-break: keep-all;
}
.detailPanel .detailInfoWrap p, .detailPanel .detailInfoWrap ul {
  margin: 1.2rem 0 1rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 140%;
  word-break: keep-all;
}
.detailPanel .detailInfoWrap ul li {
  margin-left: 2rem;
  line-height: 150%;
  list-style-type: disclosure-closed;
}
.detailPanel .detailInfoWrap .searchLinkBox {
  margin: 1.2rem 0 2.4rem;
  display: flex;
  align-items: center;
  border: 1px solid #E4E4E4;
  border-radius: 0.4rem;
}
.detailPanel .detailInfoWrap .searchLinkBox a {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-right: 1px solid #E4E4E4;
  height: 4rem;
  font-size: 1.4rem;
}
.detailPanel .detailInfoWrap .searchLinkBox a:last-child {
  border-right: 0;
}
.detailPanel .detailInfoWrap .hashtagMapWrap {
  margin-top: 1.2rem;
}
.detailPanel .detailInfoWrap .hashtagMapWrap::after {
  content: "";
  display: block;
  clear: both;
}
.detailPanel .detailInfoWrap .addrCopy {
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.3rem;
}
.detailPanel .detailInfoWrap .linkIcon {
  margin: 1.5rem 0 1rem;
  width: 100%;
  line-height: 30%;
  font-weight: 700;
  word-break: keep-all;
}
.detailPanel .detailInfoWrap .lineBreak {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  width: calc(100% + 3.2rem);
  margin-top: 1rem;
}

.courseCard .oneDayWrap {
  margin-top: 1.6rem;
}
.courseCard .tit {
  display: flex;
  align-items: center;
}
.courseCard .tit .hideBtn {
  margin-left: auto;
  transform: rotate(270deg);
  cursor: pointer;
}
.courseCard .tit .hideBtn.rever {
  transform: rotate(90deg);
}
.courseCard .CosListWrap {
  position: relative;
  margin-top: 0.8rem;
  width: 100%;
  height: 100%;
}
.courseCard .CosListWrap::before {
  content: "";
  position: absolute;
  left: 2.1rem;
  top: 0;
  display: inline-block;
  border: 1px solid #F0F0F0;
  height: 100%;
}
.courseCard .CosListWrap .cardWrap {
  position: relative;
}
.courseCard .CosListWrap .cosNumWrap {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translate(0%, 0%);
}
.courseCard .CosListWrap .cosNumWrap .cosNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%;
  border-radius: 100px;
  color: #fff;
  background-color: #186BFE;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.courseCard .CosListWrap .KmNum {
  position: absolute;
  left: 2.1rem;
  bottom: 0;
  transform: translate(-50%, 2.6rem);
  margin-left: -0.4rem;
  padding: 0 0.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: #F8F8F8;
  color: #555555;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%; /* 18px */
}
.courseCard .CosListWrap .cardList {
  margin-left: 4.4rem;
}
.courseCard .CosListWrap .cardList.hover {
  border: 2px solid #186BFE;
}

.mapExhibList {
  padding: 0.8rem;
  overflow-y: auto;
}
.mapExhibList .workCourse .frontText {
  padding: 0.8rem 1.2rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mapExhibList .workCourse .frontText .courseInfo {
  bottom: 0.8rem;
  width: calc(100% - 2rem);
}
.mapExhibList .rangeProgressbar {
  display: flex;
  align-items: center;
  width: 100%;
}
.mapExhibList .rangeProgressbar .progress {
  width: 100%;
}
.mapExhibList .detailPopBtn {
  padding: 0.4rem;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.4rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mapExhibListBasic {
  margin: 0.8rem;
}
.mapExhibListBasic ul li {
  margin-bottom: 0.8rem;
  width: 100%;
  height: 100px;
  position: relative;
  text-align: left;
}
.mapExhibListBasic ul li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}
.mapExhibListBasic ul li a:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mapExhibListBasic ul li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mapExhibListBasic ul li .tmsTxt.main {
  position: absolute;
  top: 29px;
  left: 10px;
  width: calc(100% - 2rem);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.mapExhibListBasic ul li .tmsTxt.sub {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  font-size: 1.3rem;
  color: #fff;
}
.mapExhibListBasic ul li .btn {
  flex-direction: row-reverse;
  width: calc(100% - 2rem);
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.mapExhibListBasic ul li .btn .tmsMoreWrap {
  margin-left: auto;
}
.mapExhibListBasic ul li .btn select {
  width: 6rem;
  margin-left: 0.8rem;
  background-color: #fff;
}

.leftAsideLogin {
  padding: 1.6rem;
  height: calc(100vh - 4rem);
  width: 24rem;
  background-color: #fff;
  z-index: 3;
}
.leftAsideLogin .btnAllmenu {
  margin: 0;
}
.leftAsideLogin .head {
  display: flex;
  align-items: center;
}
.leftAsideLogin .head .btnClose {
  margin-left: auto;
  cursor: pointer;
}
.leftAsideLogin h1 {
  margin: 1.6rem 0;
  font-size: 1.7rem;
  font-weight: 400;
  color: #717171;
}
.leftAsideLogin .list {
  margin-bottom: 1.6rem;
  cursor: pointer;
}
.leftAsideLogin .list .tit {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.leftAsideLogin .list h2 {
  display: block;
  margin: 0.8rem 0;
  width: 100%;
  font-size: 1.5rem;
  color: #555555;
  font-weight: 300;
}
.leftAsideLogin .list .arrowBtn {
  margin-left: auto;
}
.leftAsideLogin .list .arrowOpen {
  margin-top: 0.8rem;
  padding: 0.8rem 0 0;
  border-top: 1px solid #F0F0F0;
}
.leftAsideLogin .list .arrowOpen.twoColumns {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.leftAsideLogin .list .flexItem {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 47%;
  padding: 0.8rem 0;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  color: #555555;
  border-radius: 0.4rem;
}
.leftAsideLogin .list .flexItem.hover {
  background-color: #186BFE;
  color: #fff;
}
.leftAsideLogin .list.copyright .arrowOpen > div {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  padding-left: 0.8rem;
  width: 100%;
}
.leftAsideLogin .list.copyright .arrowOpen > div > a:hover {
  color: #186BFE;
}

.loginList {
  cursor: default;
}
.loginList .joinTxt {
  padding: 0.8rem 0;
  font-size: 1.4rem;
  text-align: left;
  color: #186BFE;
  cursor: pointer;
}
.loginList .alertLogin {
  padding: 0.8rem 0;
  font-size: 1.4rem;
  text-align: left;
  color: red;
}
.loginList .orTxt {
  margin-top: 1.6rem;
  position: relative;
  font-size: 1.5rem;
  color: #717171;
  text-align: center;
}
.loginList .orTxt .txt {
  display: inline-block;
  position: relative;
  background-color: #fff;
  font-size: 1.3rem;
}
.loginList .orTxt .bg {
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  height: 0;
  width: 4rem;
  height: 2rem;
  background-color: #fff;
}
.loginList .orTxt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
}
.loginList .snsLogin {
  margin-bottom: 2rem;
}
.loginList .snsLogin button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  width: 100%;
  height: 4rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
.loginList .snsLogin button.naver {
  background-color: #03C75A;
}
.loginList .snsLogin button.kakao {
  background-color: #FEE500;
  color: #1d1d1d;
}
.loginList .snsLogin button.facebook {
  background-color: #1A76F2;
}
.loginList .snsLogin button.google {
  background-color: #fff;
  color: #1d1d1d;
}
.loginList .joinText {
  text-align: center;
  font-size: 1.3rem;
  color: #186BFE;
  text-decoration: underline;
}
.loginList .joinText span {
  cursor: pointer;
}

.rangeSlide {
  margin-top: 1.6rem;
  width: 100%;
}
.rangeSlide .range {
  margin-left: 0.3rem;
  position: relative;
  width: 94%;
  height: 0.2rem;
}
.rangeSlide .range input {
  width: 100%;
  position: absolute;
  top: -0.1rem;
  height: 0;
  -webkit-appearance: none;
}
.rangeSlide .range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.8rem 0 0;
  border-radius: 50%;
  background: #186BFE;
  cursor: pointer;
}
.rangeSlide .range input::-moz-range-thumb {
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.8rem 0 0;
  border-radius: 50%;
  background: #186BFE;
  cursor: pointer;
}
.rangeSlide .range input::-ms-thumb {
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.8rem 0 0;
  border-radius: 50%;
  background: #186BFE;
  cursor: pointer;
}
.rangeSlide .range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.2rem;
  cursor: pointer;
  background: #186BFE;
}
.rangeSlide .range input::-moz-range-track {
  width: 100%;
  height: 0.2rem;
  cursor: pointer;
  background: #186BFE;
}
.rangeSlide .range input::-ms-track {
  width: 100%;
  height: 0.2rem;
  cursor: pointer;
  background: #186BFE;
}
.rangeSlide .range input:focus {
  background: none;
  outline: none;
}
.rangeSlide .range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.rangeSlide .range-labels {
  margin: 1.2rem -3.2rem 0px -0.7rem;
  padding: 0;
  list-style: none;
}
.rangeSlide .range-labels li {
  position: relative;
  float: left;
  margin-top: -1rem;
  padding: 1rem 0;
  width: 15%;
  text-align: center;
  color: #717171;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 300;
}
.rangeSlide .range-labels li::before {
  position: absolute;
  top: -0.9rem;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border: 3px solid #186BFE;
  border-radius: 50%;
}
.rangeSlide .range-labels .active {
  color: #186BFE;
}
.rangeSlide .range-labels .selected::before {
  background: #186BFE;
}
.rangeSlide .range-labels .active.selected::before {
  display: none;
}

.mapContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mapContainer .weatherModal {
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: flex;
  gap: 2rem;
  padding: 1.6rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  white-space: nowrap;
  z-index: 3;
}
.mapContainer .weatherModal .temper {
  margin-top: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1d1d1d;
}
.mapContainer .weatherModal .img img {
  width: 6rem;
}
.mapContainer .hashtagMapWrap {
  position: absolute;
  left: 1.2rem;
  top: 0rem;
}
.mapContainer .hashtagMapWrap .hashtag {
  margin-top: 0.8rem;
  margin-bottom: 0;
  float: left;
}
.mapContainer .kwLegendBtn {
  position: absolute;
  left: 1.2rem;
  padding: 1rem;
  top: 5rem;
  background-color: #fff;
  border-radius: 0.8rem;
  z-index: 901;
  height: auto;
}
.mapContainer .kwLegendWrap {
  position: absolute;
  right: 6.4rem;
  bottom: 2rem;
  padding: 1.2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  z-index: 901;
  height: auto;
}
.mapContainer .kwLegendWrap .btnClose {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 3;
}
.mapContainer .kwLegendWrap .kwLegendUl {
  max-height: 20rem;
  overflow-y: auto;
}
.mapContainer .kwLegendWrap .kwLegendUl li {
  display: flex;
  align-items: center;
  text-align: left;
}
.mapContainer .kwLegendWrap .kwLegendUl li img {
  width: 2.4rem;
  position: relative;
  left: -4px;
  top: -2px;
}
.mapContainer .kwLegendWrap .kwLegendUl li span {
  padding-right: 1.2rem;
  font-size: 1.3rem;
  line-height: 120%;
}
.mapContainer .kwLegendWrap .kwLegendUl li.off {
  opacity: 0.5;
}
.mapContainer .kwLegendWrap .tit {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.4rem;
}
.mapContainer .kwLegendWrap .tit h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2B2B2B;
}
.mapContainer .kwLegendWrap .tit .btnX {
  margin-left: auto;
  display: flex;
  align-items: center;
}

#charmLeafletMap {
  z-index: 0;
}

.leaflet-pane {
  transition-property: unset;
  transition-duration: 0s;
  transition-timing-function: unset;
}

.mapCirclePin {
  pointer-events: none;
}

.mapCoursePin, .mapCirclePin, .hashtagMapWrap {
  z-index: 110;
}

.mapCoursePin {
  position: absolute;
  left: 20%;
  top: 20%;
}
.mapCoursePin .icCosPin {
  position: relative;
  width: 5rem;
  cursor: pointer;
}
.mapCoursePin .icCosPin .cosPinBG {
  width: 5rem;
}
.mapCoursePin .icCosPin .cosNum {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0.7rem);
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
}
.mapCoursePin .cosLine1 {
  margin-bottom: 2rem;
  width: 8rem;
  border-top: 1rem dotted #40A3DA;
  display: block;
}
.mapCoursePin .cosLine2 {
  margin-bottom: 2rem;
  width: 8rem;
  border-top: 1rem dotted #E961EC;
  display: block;
}
.mapCoursePin .cosLine3 {
  margin-bottom: 2rem;
  width: 8rem;
  border-top: 1rem dotted #FE9C28;
  display: block;
}
.mapCoursePin .cosLine4 {
  margin-bottom: 2rem;
  width: 8rem;
  border-top: 1rem dotted #6C57F2;
  display: block;
}

.onboardPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2100;
}
.onboardPop .popClose {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  border-radius: 100px;
  background: var(--Color, #FFF);
  box-shadow: 4px 2px 8px 0px rgba(0, 0, 0, 0.36);
  z-index: 2;
  cursor: pointer;
}
.onboardPop .TopInfoLink {
  position: absolute;
  top: 6rem;
  right: 0rem;
  padding: 2rem;
  width: 38rem;
  max-height: calc(100vh - 38rem);
  overflow-y: auto;
  z-index: 1;
}
.onboardPop .TopInfoLink .infoWrap {
  margin-bottom: 3.2rem;
}
.onboardPop .TopInfoLink .infoWrap .popInfoText {
  width: 100%;
}
.onboardPop .TopInfoLink .tit {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid #fff;
}
.onboardPop .TopInfoLink .tit.aboutSeoul {
  border-bottom: 0px solid #fff;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
}
.onboardPop .TopInfoLink .tit span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.onboardPop .TopInfoLink .tit .goBtn {
  padding: 0.4rem 0.8rem;
  margin-left: auto;
  font-weight: 400;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  border: 2px solid #fff;
  cursor: pointer;
}
.onboardPop .TopInfoLink .script {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}
.onboardPop .TopInfoLink .btnWrap {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.6rem;
}
.onboardPop .TopInfoLink .btnWrap .btn {
  display: inline-flex;
  padding: 0 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  height: 3.2rem;
  border-radius: 50px;
  border: 0.2rem solid var(--Color, #FFF);
  cursor: pointer;
}
.onboardPop .TopInfoLink .btnWrap .btn p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
.onboardPop .TopInfoLink .btnWrap .btn span {
  width: 2rem;
  height: 2rem;
}
.onboardPop .TopInfoLink .btnWrap .btn span img.arrow {
  transform: rotate(-90deg);
  filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(276deg) brightness(106%) contrast(104%);
}
.onboardPop .TopInfoLink .btnWrap.publicTrans .btn {
  padding: 0.4rem 1.2rem;
}

.btmBanner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34rem;
  height: 20rem;
  box-shadow: -2px -2px 8px 3px rgba(0, 0, 0, 0.1);
  z-index: 2001;
  overflow: hidden;
}
.btmBanner .sild {
  height: calc(100% - 4rem);
  overflow-y: hidden;
}
.btmBanner .sild img {
  width: 100%;
  object-fit: cover;
}
.btmBanner .defaultBN {
  min-width: 34rem;
  padding: 2rem 3rem 0rem 3.5rem;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 34rem;
  height: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.btmBanner .defaultBN h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #232C42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.btmBanner .defaultBN h2 {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #232C42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.btmBanner .defaultBN p {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.btmBanner .closeBar {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1.2rem;
  width: 100%;
  height: 3rem;
  background: rgba(0, 0, 0, 0.8);
}
.btmBanner .closeBar label {
  color: #fff;
  font-size: 1.3rem;
}
.btmBanner .closeBar .viewBtn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
  margin-right: 2rem;
  padding: 0.4rem 0.6rem;
  border-radius: 20px;
  font-size: 1.3rem;
  color: #fff;
  cursor: pointer;
}
.btmBanner .dot {
  position: absolute;
  left: calc(50% + 3px);
  bottom: 4.5rem;
  transform: translateX(-50%);
}
.btmBanner .dot > li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 6px;
  text-indent: -9999px;
  cursor: pointer;
}
.btmBanner .dot > li.on {
  background-color: #4f97c3;
}
.btmBanner .prev, .btmBanner .next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: 3rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.btmBanner .prev {
  left: 13rem;
}
.btmBanner .next {
  right: 13rem;
}
.btmBanner .panel img {
  vertical-align: top;
  border: none;
  width: 34rem;
  height: 20rem;
}
.btmBanner .btnClose {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 3;
}
.btmBanner .btnClose:hover {
  box-shadow: 0 0 0 2px #E4E4E4 inset;
}

.mapCirclePin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* Size and Background  */
  /* Menu Items */
  /* Animations */
}
.mapCirclePin .menu {
  position: relative;
  width: 28.4rem;
  height: 23.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapCirclePin .menu .pinClickIcon {
  position: absolute;
  left: 0;
  list-style: none;
  transition: 0.2s;
  transition-delay: calc(0.1s * var(--i));
  transform-origin: 14rem;
  transform: rotate(0deg) translateX(11rem);
  opacity: 0;
}
.mapCirclePin .menu .pinClickIcon img {
  width: 3rem;
}
.mapCirclePin .menu.active .pinClickIcon {
  transform: rotate(calc(45deg * var(--i))) translateX(2.2rem);
  opacity: 1;
}
.mapCirclePin .menu .pinClickIcon .icCircle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-size: 1.5em;
  transform: rotate(calc(-45deg * var(--i)));
  transition: 0.2s;
  cursor: pointer;
  fill: rgba(52, 71, 210, 0.9);
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
  background-color: rgba(255, 255, 255, 0.9);
}
.mapCirclePin .menu .pinClickIcon .icCircle .tooltiptext {
  visibility: hidden;
  padding: 0.6rem 0.8rem;
  background-color: #fff;
  color: #6E80AC;
  font-size: 1.3rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.4rem;
  transition-duration: 0.1s;
  opacity: 0;
  /* Position the tooltip */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 6rem);
  z-index: 1;
}
.mapCirclePin .menu .pinClickIcon .icCircle .tooltiptext::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  transition-delay: 0.5s;
  top: -0.3rem;
  background: #fff;
  left: calc(50% - 0.6rem);
  transform: rotate(45deg);
  border-radius: 2px;
  transition: 0.5s;
}
.mapCirclePin .menu .pinClickIcon .icCircle > img {
  filter: invert(50%) sepia(13%) saturate(1083%) hue-rotate(185deg) brightness(97%) contrast(90%);
}
.mapCirclePin .menu .pinClickIcon .icCircle:hover {
  transition: 0;
  background: rgba(142, 152, 195, 0.8);
  color: #333;
  border: 0.3rem solid #6E80AC;
  box-sizing: border-box;
}
.mapCirclePin .menu .pinClickIcon .icCircle:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}
.mapCirclePin .menu .pinClickIcon .icCircle:hover > img {
  filter: unset;
}
.mapCirclePin .menu .toggle {
  position: relative;
  width: 7.1rem;
  height: 8.3rem;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 8;
  font-size: 2rem;
  transition: trasform 2.25s;
  cursor: pointer;
}
.mapCirclePin .menu .toggle .pinIcon {
  position: absolute;
  left: 50%;
  top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.1rem;
  height: 5.2rem;
  transform: translate(-50%, 0);
}
.mapCirclePin .menu .toggle .landName {
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  padding: 0.4rem 2rem;
  transform: translate(-50%, 0%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  /*text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;*/
  white-space: pre;
  background: rgb(142, 152, 195);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  max-width: 30rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuToggle {
  position: relative;
}

.menuToggle.active2::before {
  transform: rotate(225deg);
}

.pinClickIcon:has(.menuToggle.active2) {
  z-index: 9;
}

.pinClickIcon:has(.icCircle:hover) {
  z-index: 9;
}

.moreMenu {
  position: absolute;
  width: 0px;
  height: 0px;
  background: #fff;
  border-radius: 70px;
  z-index: 6;
  transition: transform 0.5s, width 0.5s, height 0.5s;
  transition-delay: 0.5s, 0.5s, 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menuToggle.active2 .moreMenu {
  padding: 1.6rem 3.2rem;
  width: auto;
  height: auto;
  z-index: 7;
  transform: translateY(-8rem);
  transition-delay: 0s, 0.3s, 0.3s;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.moreMenu::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #fff;
  left: calc(50% - 8px);
  bottom: 4px;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: 0.5s;
}

.menuToggle.active2 .moreMenu::before {
  width: 16px;
  height: 16px;
  transition-delay: 0.5s;
  bottom: -6px;
}

.moreMenu ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 4rem;
  padding: 0;
}

.moreMenu ul li {
  list-style: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: 0.25s;
  transition-delay: calc(0s + var(--i));
}

.menuToggle.active2 .moreMenu ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: calc(0.3s + var(--i));
  text-align: center;
}

.moreMenu ul li a {
  display: block;
  font-size: 2em;
  text-decoration: none;
  color: #555;
}

.moreMenu ul li a:hover {
  color: #ff216d !important;
  cursor: pointer;
}

.icCircleInner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -12%);
}
.icCircleInner .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: rgba(52, 71, 210, 0.9);
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
}
.icCircleInner .img.left {
  margin-left: unset;
}
.icCircleInner .bg {
  position: relative;
  padding: 0.4rem;
  height: 3.6rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  border: 1px solid #4757d3;
}
.icCircleInner .bg .tit {
  padding: 0 2rem;
  max-width: 6rem;
  color: #1d1d1d;
  font-size: 1.5rem;
  text-align: center;
  word-break: keep-all;
  font-weight: 600;
  line-height: 1.3rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2; /*보여줄 줄의 수를 정함*/
  -webkit-box-orient: vertical; /*box의 배열 방향을 정함*/
}
.icCircleInner .bg .moreMenu {
  left: 50%;
  top: 0;
  transform: translate(-50%, -110%);
  border: 1px solid #4757d3;
}

.icCircleInner.navi .bg {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border: 1px solid #4757d3;
}
.icCircleInner.navi .img {
  margin: 0.4rem auto 0;
  cursor: pointer;
}

.fiveTit {
  margin-top: -2rem;
}

.mapCirclePin .videoBox {
  position: absolute;
  top: 19rem;
  width: 50rem;
  height: auto;
  /* background-color: #fff;*/
}
.mapCirclePin .videoBox .arrowBG {
  position: absolute;
  left: 50%;
  top: 0.4rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50px;
}
.mapCirclePin .videoBox .arrowBG .arrow {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.8rem;
}
.mapCirclePin .videoBox iframe {
  margin-top: 2rem;
  height: 30rem;
}

.switchBox {
  width: 40px;
  text-align: center;
  margin: 0 auto;
}

#switch {
  position: absolute;
  /* hidden */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.switch_label {
  position: relative;
  display: inline-block;
  margin: 0.4rem 0;
  width: 36px;
  height: 21px;
  background: #fff;
  border: 2px solid #C6C6C6;
  border-radius: 20px;
  transition: 0.2s;
  cursor: pointer;
}

.switch_label:hover {
  background: #F0F0F0;
}

.onf_btn {
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #C6C6C6;
  transition: 0.2s;
}

/* checking style */
#switch:checked + .switch_label {
  background: #186BFE;
  border: 2px solid #186BFE;
}

#switch:checked + .switch_label:hover {
  background: #186BFE;
}

/* move */
#switch:checked + .switch_label .onf_btn {
  left: 18px;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1254901961);
}

.prev img, .next img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.moreListWrap .btnContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moreListWrap .btnContainer .closeBtn {
  display: flex;
  align-items: center;
  height: 2.4rem;
  font-size: 1.3rem;
  color: #1d1d1d;
  cursor: pointer;
  padding-right: 0.5rem;
}

.ifCos {
  position: absolute;
  top: 7.2rem;
  left: 36.4rem;
  height: 100vh;
  z-index: 9; /* 헤더 그림자보다 밑에 있어야해서 110값 주석 */
}
.ifCos .headerTop {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
}
.ifCos .headerTop span {
  font-size: 1.5rem;
  font-weight: 600;
}
.ifCos .headerTop img, .ifCos .headerTop span {
  cursor: pointer;
}

.loadingPop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 2200;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.loadingPop .centerLoadingGraph {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loading.gif) center center rgb(221, 221, 221);
  opacity: 0.2;
  text-align: center;
}

.menu {
  pointer-events: none;
}

.menu > * {
  pointer-events: all;
}

/*#alertJoinId, #alertJoinPw{
     padding:0.8rem 0;
     font-size:1.4rem;
     text-align: left;
     color:red;
 }*/
.joinIdGroup .disFlex {
  gap: 0.8rem;
}
.joinIdGroup button {
  margin-top: 0.6rem;
  padding: 0;
  width: 12rem;
  height: 3.2rem;
}

.mapImgModal {
  position: absolute;
  padding: 0.8rem;
  width: 20rem;
  border-radius: 1.6rem;
  background-color: #fff;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1.6rem;
  box-shadow: 0rem 0.7rem 1.3rem 0.1rem rgba(0, 0, 0, 0.4);
}
.mapImgModal .btnClose {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 3;
}
.mapImgModal .imgBox {
  position: relative;
  width: 100%;
  height: 16rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.mapImgModal .imgBox img.placeImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mapImgModal .imgBox .btnClose {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 3;
}
.mapImgModal .imgBox .btnClose:hover {
  box-shadow: 0 0 0 2px #E4E4E4 inset;
}
.mapImgModal .imgBox .viewNum {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}
.mapImgModal .imgBox .prev {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  left: 0.4rem;
}
.mapImgModal .imgBox .next {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  right: 0.4rem;
}
.mapImgModal .tit {
  position: relative;
  width: 100%;
  margin: 1.2rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #1d1d1d;
}
.mapImgModal .tit .TitLg700 {
  flex: 1;
}
.mapImgModal .tit .infoBtn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.3rem;
  color: #1d1d1d;
  cursor: pointer;
}
.mapImgModal .tit .infoBtn img {
  width: 2rem;
  filter: invert(1);
}
.mapImgModal .tit .btnSlideArrow {
  position: absolute;
  top: -1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 3;
}
.mapImgModal .tit .btnSlideArrow:hover {
  box-shadow: 0 0 0 2px #E4E4E4 inset;
}
.mapImgModal .tit .btnSlideArrow.leftBtn {
  left: -6.8rem;
}
.mapImgModal .tit .btnSlideArrow.leftBtn img {
  width: 3.2rem;
}
.mapImgModal .tit .btnSlideArrow.rightBtn {
  right: -6.8rem;
}
.mapImgModal .tit .btnSlideArrow.rightBtn img {
  transform: rotate(180deg);
  width: 3.2rem;
}
.mapImgModal .modalHashWrap {
  padding-top: 0.8rem;
  width: 100%;
  height: auto;
  overflow-y: auto;
  border-top: 1px solid #F0F0F0;
}
.mapImgModal .modalHashWrap .hashtag {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.mapImgModal .modalContsWrap {
  padding-top: 0.8rem;
  width: 100%;
  border-top: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.mapImgModal .modalContsWrap p {
  margin: 0 !important;
  flex: 1;
}
.mapImgModal .modalContsWrap .searchLinkBox {
  flex: 3;
  display: flex;
  align-items: center;
  border: 1px solid #E4E4E4;
  border-radius: 0.4rem;
}
.mapImgModal .modalContsWrap .searchLinkBox a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 4rem;
  font-size: 1.4rem;
  color: #333333;
  border-right: 1px solid #E4E4E4;
}
.mapImgModal .modalContsWrap .searchLinkBox a:last-child {
  border-right: 0;
}
.mapImgModal .modalInfoWrap {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #F0F0F0;
}
.mapImgModal .modalInfoWrap .TitSm700 {
  font-size: 1.3rem;
  font-weight: 700;
}
.mapImgModal .modalInfoWrap .explnWrap {
  max-height: 10rem;
  overflow-y: auto;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
}
.mapImgModal:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 0.8rem solid #fff;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
}
.mapImgModal .modalContBox {
  padding: 0 0.8rem;
}
.mapImgModal .modalContBox .TitSm700 {
  padding: 0.4rem 0;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #F0F0F0;
}
.mapImgModal .modalContBox .explnWrap {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 140%;
  max-height: 10rem;
  overflow-y: auto;
  color: #717171;
}
.mapImgModal .modalContBox .modalHashWrap {
  padding-top: 0;
  border-top: 0;
}

.mapModalTapWrap .panerTabs {
  position: relative;
  margin-top: 0.8rem;
}
.mapModalTapWrap .panerTabs ul li {
  margin-left: 0;
  padding: 0.8rem 0.4rem 1.2rem;
  height: 2rem;
}
.mapModalTapWrap .tabContWrap a, .mapModalTapWrap .tabContWrap p {
  font-size: 1.4rem;
  font-weight: 400;
}
.mapModalTapWrap .searchLinkBox {
  display: flex;
  align-items: center;
  border: 1px solid #E4E4E4;
  border-radius: 0.4rem;
}
.mapModalTapWrap .searchLinkBox a {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-right: 1px solid #E4E4E4;
  height: 4rem;
  font-size: 1.4rem;
  color: unset;
}
.mapModalTapWrap .searchLinkBox a:last-child {
  border-right: 0;
}

.slide_Img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide_Img .sild {
  height: calc(100% - 4rem);
  overflow-y: hidden;
}
.slide_Img .sild img {
  width: 100%;
  object-fit: cover;
}
.slide_Img .closeBar {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1.2rem;
  width: 100%;
  height: 4rem;
  background: rgba(0, 0, 0, 0.8);
}
.slide_Img .closeBar label {
  color: #fff;
  font-size: 1.3rem;
}
.slide_Img .closeBar .viewBtn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
  margin-right: 2rem;
  padding: 0.4rem 0.6rem;
  border-radius: 20px;
  font-size: 1.3rem;
  color: #fff;
  cursor: pointer;
}
.slide_Img .dot {
  position: absolute;
  left: calc(50% + 3px);
  bottom: 53px;
  transform: translateX(-50%);
}
.slide_Img .dot > li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 6px;
  text-indent: -9999px;
  cursor: pointer;
}
.slide_Img .prev {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: 4rem;
  transform: translateY(-50%);
  left: 13rem;
  cursor: pointer;
}
.slide_Img .next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: 4rem;
  transform: translateY(-50%);
  right: 13rem;
  cursor: pointer;
}
.slide_Img .dot > li.on {
  background-color: #4f97c3;
}
.slide_Img .panel img {
  vertical-align: top;
  border: none;
  width: 40rem;
  height: 24rem;
}

.blueNoticeWrap {
  padding: 1.2rem;
  background-color: #EDF1F5;
  border: 1px solid #E4E4E4;
  line-height: 100%;
  border-radius: 0.4rem;
}
.blueNoticeWrap.pickGeom {
  margin-top: 0.8rem;
  background-color: #fff;
}
.blueNoticeWrap h3 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1d1d1d;
}
.blueNoticeWrap ul li, .blueNoticeWrap p {
  margin: 0.4rem 0 0 0.8rem;
  color: #555555;
  font-size: 1.3rem;
  font-weight: 300;
}
.blueNoticeWrap p {
  padding-top: 0.8rem;
  border-top: 1px dotted #717171;
}

.mbArchHead {
  position: sticky;
  left: 0;
  top: 0;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.archiTapWrap {
  position: relative;
}
.archiTapWrap .pageTit {
  padding: 1.6rem 1.6rem 0.8rem;
}

.archiUploadWrap {
  padding: 1.6rem;
}
.archiUploadWrap .TitLg700, .archiUploadWrap .TitSm700 {
  margin-bottom: 0.8rem;
}
.archiUploadWrap .archAlert {
  font-size: 1.3rem;
  color: red;
  font-weight: 300;
  line-height: 2rem;
}
.archiUploadWrap .hashtagMapWrap {
  margin-top: 0.8rem;
}
.archiUploadWrap .drop_box {
  margin: 1.2rem 0 0.8rem;
  padding: 1.6rem;
  text-align: center;
  border: 0.3rem dotted #E4E4E4;
  border-radius: 0.8rem;
}
.archiUploadWrap .drop_box .preImg img {
  max-width: 100%;
  max-height: 12rem;
  overflow: hidden;
  object-fit: cover;
}
.archiUploadWrap .drop_box .seletedFile {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.archiUploadWrap .drop_box .seletedFile .delete {
  margin-left: auto;
  cursor: pointer;
}
.archiUploadWrap .drop_box .seletedFile .delete img:hover {
  filter: invert(0%) sepia(4%) saturate(18%) hue-rotate(103deg) brightness(96%) contrast(104%);
}
.archiUploadWrap .drop_box .mapSelect {
  margin-top: 1.2rem;
  text-align: left;
  border-top: 1px solid #E4E4E4;
}
.archiUploadWrap .drop_box .mapSelect h4 {
  margin: 1.2rem 0 0.8rem;
  font-weight: 600;
}
.archiUploadWrap .drop_box .mapSelect .mapArea {
  margin-top: 1.2rem;
  width: 100%;
  height: 16rem;
  background-color: #E4E4E4;
  overflow: hidden;
  border: 1px solid #717171;
}
.archiUploadWrap .drop_box .mapSelect .blueNoticeWrap {
  padding: 0.8rem;
}
.archiUploadWrap .drop_box h4 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #2D2D2D;
}
.archiUploadWrap .drop_box h5 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #717171;
  word-break: break-all;
  text-align: left;
}
.archiUploadWrap .drop_box p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #a3a3a3;
}
.archiUploadWrap .drop_box p.archAlert {
  font-size: 1.4rem;
  color: #FF1805;
  font-weight: 500;
  margin-top: 1rem;
  text-align: left;
}
.archiUploadWrap .btn {
  text-decoration: none;
  transition: 0.3s;
  background-color: #ffffff;
  color: #186BFE;
  border: none;
  outline: 1px solid #186BFE;
}
.archiUploadWrap .finish {
  color: #1d1d1d;
  text-decoration: none;
  transition: 0.3s;
  border: none;
  outline: 1px solid #b8b8b8;
  background-color: #F0F0F0;
}
.archiUploadWrap .btn:hover {
  text-decoration: none;
  background-color: #186BFE;
  color: #ffffff;
  border: none;
  outline: none;
}
.archiUploadWrap .form input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
}
.archiUploadWrap .imgUse {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.archiUploadWrap .imgUse button {
  background-color: #F0F0F0;
  color: #1d1d1d;
}
.archiUploadWrap .imgUse button.active {
  background-color: #186BFE;
  color: #fff;
}

.archiContentsWrap {
  padding: 1.6rem;
}
.archiContentsWrap ul {
  margin-top: 0.8rem;
}
.archiContentsWrap ul li {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #1d1d1d;
  line-height: 120%;
}
.archiContentsWrap ul li:hover {
  color: #186BFE;
}
.archiContentsWrap .infoImg {
  margin-left: auto;
  cursor: pointer;
}
.archiContentsWrap .infoImg img {
  width: 2rem;
  filter: invert(1);
}

.panerTabs {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}
.panerTabs ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  background-color: #fff;
}
.panerTabs ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 1rem;
  word-break: keep-all;
  text-align: center;
  font-size: 1.4rem;
  line-height: 110%;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 0.4rem solid #F7F7F9;
}
.panerTabs ul li.active, .panerTabs ul li:hover {
  color: #186BFE;
  border-bottom: 0.4rem solid #186BFE;
}

#archInsertPanelWrap {
  position: relative;
  padding-bottom: 8rem;
}
#archInsertPanelWrap .TitSm500 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #2D2D2D;
}
#archInsertPanelWrap .styled-textarea {
  padding: 0.8rem;
  width: 100%;
  font-size: 1.3rem;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  height: 15rem;
  resize: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  margin: 1rem 0rem;
}
#archInsertPanelWrap .styled-textarea:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.3);
  outline: none;
}
#archInsertPanelWrap .styled-textarea::placeholder {
  color: #aaa;
}
#archInsertPanelWrap .floatBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
#archInsertPanelWrap .floatBtn button {
  margin-top: 0;
  background-color: #E4E4E4;
}
#archInsertPanelWrap .floatBtn button:hover {
  color: #717171;
}
#archInsertPanelWrap .floatBtn button.active {
  background-color: #186BFE;
  color: #fff;
}
#archInsertPanelWrap .btnClose {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 3;
}
#archInsertPanelWrap .btnClose:hover {
  box-shadow: 0 0 0 2px #E4E4E4 inset;
}
#archInsertPanelWrap .section.active {
  background: aliceblue;
}

#archMyPanelWrap .btnFixed {
  position: fixed;
  width: 30rem;
  z-index: 1;
}
#archMyPanelWrap .btnClose.MBhide767 {
  position: absolute;
  top: -0.8rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 3;
}
#archMyPanelWrap .btnClose.MBhide767:hover {
  box-shadow: 0 0 0 2px #E4E4E4 inset;
}

.hashtag-container {
  position: relative;
}

.suggestionsWrap {
  position: relative;
}
.suggestionsWrap .suggestions {
  position: absolute;
  height: 50rem;
  overflow-y: auto;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  max-height: 15rem;
  display: none;
  list-style-type: none;
  padding: 0;
  margin-top: 0.5rem;
  z-index: 10;
}
.suggestionsWrap .suggestions .suggestion-item {
  position: relative;
  padding: 0.6rem 0.4rem;
  cursor: pointer;
}
.suggestionsWrap .suggestions .suggestion-item.highlight {
  background-color: #d3d3d3; /* 선택된 항목 강조 */
}

.archListHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archListHeader .archResetBtn {
  margin-left: auto;
}

.introMain {
  position: relative;
  display: flex;
  z-index: 1;
}
.introMain article {
  position: relative;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  flex: 1;
  z-index: 1;
  height: 73vh; /* 동적인 높이 지정 후 삭제*/
}
@media all and (min-width: 991px) {
  .introMain article:hover {
    box-shadow: 3px 4px 65px 0px rgba(0, 0, 0, 0.95);
    flex: 1.3;
    z-index: 2;
  }
  .introMain article:hover .bgImg {
    transform: scale(1);
    cursor: pointer;
  }
  .introMain article:hover .textWrap {
    color: #fff;
  }
  .introMain article:hover .textWrap h1 {
    transition: 1s;
    font-size: 4.3vw;
    color: #011637;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .introMain article:hover .textWrap p {
    display: none;
  }
}
.introMain article .bgImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transform: scale(1.05);
}
.introMain article .textWrap {
  position: relative;
  margin: 4vw 1vw 1vw 4vw;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  color: #fff;
}
.introMain article .textWrap h1 {
  font-size: 3.6vw;
  font-weight: 900;
}
.introMain article .textWrap h1 span {
  font-size: 2.2vw;
  font-weight: 700;
}
.introMain article .textWrap p {
  margin-top: 2.4rem;
  font-size: 1.5vw;
  line-height: 130%;
  font-weight: 400;
}
.introMain .introLeft .bgImg {
  background-color: #060606;
  background-image: url("../images/introMainLeft.png");
  background-size: cover;
}
@media all and (min-width: 991px) {
  .introMain .introLeft .bgImg:hover {
    background-image: url("../images/introMainLeft_hover.png");
    background-position: left top;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
}
.introMain .introLeft .top10 {
  width: 76%;
  max-width: 72rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  padding: 1.6rem;
  transform: translate(-50%, 0);
  border-radius: 0.8rem;
  border: 0.2rem solid #FFF;
  background: rgba(0, 0, 0, 0.4);
}
.introMain .introLeft .top10 h2 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.introMain .introLeft .top10 ul {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.introMain .introLeft .top10 ul li {
  width: 10%;
  transition: 0.3s;
  border-radius: 0.8rem;
  overflow: hidden;
}
.introMain .introLeft .top10 ul li:hover {
  /*width:12%;
  min-width: 6.4rem;*/
  transition: 0.3s;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
}
.introMain .introLeft .top10 ul li a img {
  width: 100%;
  transform: scale(0.9);
}
.introMain .introLeft .top10 ul li a img:hover {
  transform: scale(1);
}
.introMain .introRight .bgImg {
  background-color: #060606;
  background-image: url("../images/introMainRight.png");
  background-size: cover;
}
@media all and (min-width: 991px) {
  .introMain .introRight .bgImg:hover {
    background-image: url("../images/introMainRight_hover.png");
    background-position: left top;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
}
.introMain .introGoogleTrans {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: inline-flex;
  padding: 1.2rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 8px;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.4);
}
.introMain .introGoogleTrans p {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.bgMapSelect {
  position: absolute;
  right: 5rem;
  top: 0.8rem;
  z-index: 2000;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
  padding: 1.2rem 0.8rem;
}
.bgMapSelect .headWrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
  color: #2B2B2B;
}
.bgMapSelect .headWrap .btnClose {
  margin-left: auto;
  cursor: pointer;
}

.CateSelect {
  min-width: 20rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
  padding: 1.2rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  left: -100%;
  bottom: 0px;
  transform: translate(-18%, 0px);
}
.CateSelect .headWrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2B2B2B;
}
.CateSelect .headWrap .btnClose {
  margin-left: auto;
  cursor: pointer;
}
.CateSelect .cateTit {
  display: block;
  margin: 1.2rem 0 0.4rem;
}
.CateSelect .cateSelectDrop {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid #E7E9F4;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  box-sizing: border-box;
}
.CateSelect .formline {
  margin-top: 0.8rem;
}
.CateSelect:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 0.8rem solid #fff;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
}

.mainBannerBG {
  position: relative;
  width: 100%;
  background-color: #DDE4EC;
  z-index: 2;
}
.mainBannerBG .bannerInner {
  padding: 1.6rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.mainBannerBG .bannerInner > li {
  width: 15%;
  max-width: 258px;
  border-radius: 0.4rem;
  overflow: hidden;
}
.mainBannerBG .bannerInner > li > a {
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 31.007751938%;
  background-size: cover;
  transition: 0.5s;
}
.mainBannerBG .bannerInner > li.lastBanner > a {
  padding-top: 0;
  height: 100%;
}
.mainBannerBG .bannerInner > li.lastBanner > a img {
  width: 100%;
  height: 100%;
}
.mainBannerBG .bannerInner .banner01 {
  background-image: url("../images/mainBanner01.svg");
}
.mainBannerBG .bannerInner .banner01:hover {
  background-image: url("../images/mainBanner01_hover.svg");
}
.mainBannerBG .bannerInner .banner02 {
  background-image: url("../images/mainBanner02.svg");
}
.mainBannerBG .bannerInner .banner02:hover {
  background-image: url("../images/mainBanner02_hover.svg");
}
.mainBannerBG .bannerInner .banner03 {
  background-image: url("../images/mainBanner03.svg");
}
.mainBannerBG .bannerInner .banner03:hover {
  background-image: url("../images/mainBanner03_hover.svg");
}
.mainBannerBG .bannerInner .banner04 {
  background-image: url("../images/mainBanner04.svg");
}
.mainBannerBG .bannerInner .banner04:hover {
  background-image: url("../images/mainBanner04_hover.svg");
}
.mainBannerBG .bannerInner .banner05 {
  background-image: url("../images/mainBanner05.svg");
}
.mainBannerBG .bannerInner .banner05:hover {
  background-image: url("../images/mainBanner05_hover.svg");
}
.mainBannerBG .bannerInner .banner06 a {
  /*background-image: url("../images/mainBanner06.svg");

  &:hover{
      background-image: url("../images/mainBanner06_hover.svg");
  }*/
}

.mainFootBG {
  background-color: #21262e;
  width: 100%;
  font-family: "Pretendard";
}

.mainFoot {
  width: 120rem;
  height: 9rem;
  margin: 0 auto;
  padding: 0;
}

.mainFoot .clear {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.mainFoot li.con {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 0.8rem;
}

.mainFoot li.con span {
  float: left;
}

.mainFoot li.con span.seoulLogo {
  width: 7.6rem;
  height: 4rem;
  background-size: 96px 33px !important;
  background: url(../images/logo_footer.png) -18px 0px no-repeat;
}

.mainFoot li.con span.txt {
  font-size: 3rem;
  color: #fff;
}

.mainFoot li.con span.txt2 {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.mainFoot li.line {
  display: block;
  float: left;
  margin-top: 3rem;
}

.mainFoot li.line span {
  display: block;
  width: 0.2rem;
  height: 3.1rem;
  margin-left: 0.4rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.mainFoot li.con2 {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9rem;
}

.mainFoot li.con2 p {
  padding-top: 0;
}

.mainFoot li.con2 a {
  color: rgb(255, 255, 255);
}

.mainFoot li.con2 a:hover {
  color: #fff;
  text-decoration: underline;
}

.mobileNav {
  display: none;
}

#contSubInfoWrap {
  overflow-x: hidden;
}

/* 주소 */
.map_addArea {
  display: flex;
  align-items: center;
  height: 3rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  vertical-align: middle;
  position: absolute;
  bottom: 1rem;
  z-index: 600;
  left: 25%;
  width: 50%;
}
.map_addArea .addTxt {
  padding: 0 0.8rem;
  flex-grow: 1;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.map_addArea .moveSeoulBtn {
  flex-shrink: 0;
  margin-right: 0.6rem;
  padding: 0.4rem 0.8rem;
  background-color: #fff;
  color: #1d1d1d;
  font-size: 1.2rem;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width: 991px) {
  .map_addArea {
    left: 10%;
    width: 80%;
  }
  .map_addArea .addTxt {
    font-size: 14px;
  }
}
