@charset "utf-8";
:root {
  --bk: #181818;
  --contents-brown: #544A44;
  --contents-point02: #F06C33;
}
/* 문학관소개 str */
.greeting {
  margin-top: -8rem;
}

.greeting .tit {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: var(--bk);
  font-size: 4rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.08rem;
  background: url(/literature/img/contents/greeting-bg.png) no-repeat right top / 29.3rem;
}

.greeting .tit strong {
  font-weight: 700;
}

.greeting .tit span {
  display: inline-block;
  background: linear-gradient(to top, transparent 13%, #FFDC7B 13%, #FFDC7B 50%, transparent 50%);
}

.greeting .con-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 6rem;
  margin-top: 3rem;
}

.greeting .photo {
  line-height: 0;
  border-radius: 16rem 0.4rem 0.4rem 0.4rem;
  overflow: hidden;
}
  
.greeting .con {
  flex: 0 0 auto;
}

.greeting .con p {
  margin-top: 3.5rem;
  font-size: 2.2rem;
  line-height: 150%;
  letter-spacing: -0.044rem;
}

.greeting .con p:first-child {
  margin-top: 1.3rem;
}

.greeting .con .name {
  margin-top: 5rem;
  font-weight: 600;
}
/* 문학관소개 end */

/* 이용안내 str */
.see {
  display: flex;
  flex-wrap: wrap;
  --see: url(/literature/img/contents/see.svg) no-repeat 0 0 / 36rem;
}

.see dl {
  display: flex;
  flex-direction: column;
  padding: 4rem;
  border-radius: 1rem;
  background: #F5F4F4;
}

.see dt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04rem;
}

.see dd {
  font-weight: 500;
  letter-spacing: -0.032rem;
}

.see.list01 dt::before,
.see.list02 dl::before {
  content: '';
  position: absolute;
  background: var(--see);
}

.see.list01 {
  gap: 3rem;
}

.see.list01 dl {
  flex-basis: calc(33.3% - 6rem / 3);
  align-items: center;
  gap: 1rem;
}

.see.list01 dt {
  position: relative;
  padding-top: 6rem;
}

.see.list01 dt::before {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
}

.see.list01 dl:nth-child(2) dt:before {
  background-position: -5rem 0;
}

.see.list01 dl:nth-child(3) dt:before {
  background-position: -10rem 0;
}

.see.list01 dd {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-height: 8.2rem;
}

.see.list01 dd span {
  color: #868686;
  font-size: 1.4rem;
}

.see.list02 {
  gap: 2rem;
}

.see.list02 dl {
  position: relative;
  flex-basis: calc(33.3% - 4rem / 3);
  gap: 2rem;
}

.see.list02 dl::before {
  right: 4rem;
  top: 4rem;
  width: 6rem;
  height: 6rem;
}

.see.list02 dl:nth-child(1):before {
  background-position: 0 -5rem;
}

.see.list02 dl:nth-child(2):before {
  background-position: -6rem -5rem;
}

.see.list02 dl:nth-child(3):before {
  background-position: calc(-6rem * 2) -5rem;
}

.see.list02 dl:nth-child(4):before {
  background-position: calc(-6rem * 3) -5rem;
}

.see.list02 dl:nth-child(5):before {
  background-position: calc(-6rem * 4) -5rem;
}

.see.list02 dl:nth-child(6):before {
  background-position: calc(-6rem * 5) -5rem;
}

.see.list02 dt {
  padding-top: 3rem;
}

.facility>div {
  display: none;
}

.facility>div.select {
  display: block;
}

.facility .map {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6.85rem;
  gap: 6.85rem;
  border: 1px solid #D8D8D8;
}

.facility .map .caption {
  display: flex;
  align-items: center;
  gap: 6.2rem;
  padding: 1rem 3rem;
  width: 100%;
  border-top: 1px solid #D8D8D8;
  background: #F2F0EE;
}

.facility .map .caption li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.032rem;
}

.facility .map .caption li::before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1rem;
  border: 1px solid #CCC7C3;
  background: rgba(255, 255, 255, 0.50) url(/literature/img/contents/facility-caption.svg) no-repeat 0 0 / 26.5rem;
  box-sizing: border-box;
}

.facility .map .caption li.to::before {
  background-position: 0 0;
}

.facility .map .caption li.he::before {
  background-position: -5.3rem 0;
}

.facility .map .caption li.ev::before {
  background-position: calc(-5.3rem * 2) 0;
}

.facility .map .caption li.st::before {
  background-position: calc(-5.3rem * 3) 0;
}

.facility .map .caption li.tr::before {
  background-position: calc(-5.3rem * 4) 0;
}

.facility .con {
  margin-top: 5rem;
}

.facility .con>li {
  display: flex;
  align-items: center;
  gap: 8rem;
  padding: 3rem;
  border-bottom: 1px solid #D8D8D8;
}

.facility .con li>p {
  flex: 0 0 auto;
  width: 30rem;
  height: 20rem;
}

.facility .con .noimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #BCBCBC;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  background: #E6E6E6;
}

.facility .con dl {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.facility .con dl dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: normal;
}

.facility .con dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  background: #4E433C;
}

.facility .con dl dd {
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: -0.036rem;
}

.location {
  --bg: url(/literature/img/contents/location.svg) no-repeat 0 0 / 54.8rem;
}

.location .map {
  height: 55rem;
  border: 1px solid #DDD;
}

.location .con-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 3rem 0rem;
  border-bottom: 1px solid #000;
}

.location .con-box dt {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.05rem;
}

.location .con-box dd {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.location .con-box dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;  
}

.location .con-box dd li {
  position: relative;
  padding-left: 3.8rem;
  padding-top: 0.3rem;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: -0.036rem;
}

.location .con-box dd li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #766856 var(--bg);
}

.location .con-box dl .tel::before {
  background-position: -2.8rem 0;
}

.location .con-box dd .sns {
  display: flex;
  gap: 1rem;
}

.location .con-box dd .sns li {
  padding: 0;
  margin: 0;
}

.location .con-box dd .sns li::before {
  display: none;
}

.location .con-box dd .sns a {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
}

.location .con-box dd .sns a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(/literature/img/contents/location-sns.svg) no-repeat 0 0 / 6.6rem;
}

.location .con-box dd .sns .blog a::before {
  background-position: -3.8rem 0;
}

.location .con-box>a {
  position: relative;
  display: inline-block;
  padding: 1.3rem 2.8rem 1.3rem 5.4rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.04rem;
  border-radius: 0.5rem;
  background: #363636;
}

.location .con-box>a::before {
  content: '';
  position: absolute;
  left: 2.8rem;
  top: 1.5rem;
  width: 1.6rem;
  height: 2rem;
  background: var(--bg);
  background-position: -5.6rem 0;
}

.location .traffic dl {
  position: relative;
  padding-left: 14.8rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}

.location .traffic dl:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.location .traffic dl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 11.9rem;
  height: 10.9rem;
  border-radius: 3rem;
  background: #F3F3F3 var(--bg);
}

.location .traffic .subway::before {
  background-position: -7.2rem 0;
}

.location .traffic .bus::before {
  background-position: -19.1rem 0;
}

.location .traffic .car::before {
  background-position: -31rem 0;
}

.location .traffic .parking::before {
  background-position: -42.9rem 0;
}

.location .traffic dt {
  padding-top: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.044rem;
}

.location .traffic dd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.036rem;
}

.location .traffic dd span {
  color: #DA6A19;
}

.location .traffic .bl03>li {
  margin-top: 1rem;
  padding-left: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.location .traffic .bl04,
.location .traffic .bl04>li  {
  font-size: 1.8rem;
}

.location .traffic .bl04 {
  color: #555;
}

.location .traffic .bl04>li::before {
  top: 1rem;
}

.introduce {
  --introduce: url(/literature/img/contents/introduce.png) no-repeat 0 0 / 33.5rem;
  overflow: hidden;
}

.introduce .tit {
  position: relative;
  width: 100%;
  height: 40rem;
  background: url(/literature/img/contents/introduce-tit.png) no-repeat right 0;
}

.introduce .tit p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3rem 5rem;
  color: #1A1A1A;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: -0.048rem;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(2px);
}

.introduce .tit p span {
  font-weight: 700;
}

.introduce .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  text-align: center;
  padding: 8rem 0rem 5rem 0rem;
}

.introduce .vision dt,
.introduce .goal dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
  padding: 1rem 3.8rem;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.048rem;
  border-radius: 2rem 0.2rem;
  background: #F09F26;
}

.introduce .vision dd {
  position: relative;
  padding-left: 6.8rem;
  padding-right: 6.8rem;
  color: var(--contents-brown);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.076rem;
}

.introduce .vision dd span {
  color: var(--contents-point02);
}

.introduce .vision dd::before,
.introduce .vision dd::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background: var(--introduce);
}

.introduce .vision dd::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  background-position: -5rem 0;
}

.introduce .goal dd {
  font-size: 2.6rem;
  line-height: normal;
  letter-spacing: -0.052rem;
}

.introduce .goal dd+dd {
  margin-top: 0.5rem;
}

.introduce .goal dd i {
  padding: 0 0.4rem 0.6rem 0.4rem;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(to top, #FFDC7B 60%, transparent 60%);
}

.introduce .goal dd span {
  font-weight: 700;
}

.introduce .direction {
  position: relative;
  padding-top: 5.3rem;
  width: 100%;
}

.introduce .direction::before {
  content: '';
  position: absolute;
  left: calc(50% - 103.6rem / 2);
  top: 0;
  width: 103.6rem;
  height: 65.8rem;
  border-radius: 80%;
  background: linear-gradient(180deg, rgba(248, 245, 240, 0.80) 0%, rgba(255, 255, 255, 0.00) 31.38%);
  z-index: -1;
}

.introduce .direction dt {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 5.2rem;
  color: #5C4431;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.048rem;
}

.introduce .direction dt::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 3.5rem;
  height: 2.3rem;
  background: var(--introduce);
  background-position: 0 -5rem;
}

.introduce .direction dd>ul {
  display: flex;
  gap: 3rem;
}

.introduce .direction dd>ul>li {
  width: calc(33.3% - 2rem);
  border-radius: 2rem;
  overflow: hidden;
}

.introduce .direction dd>ul>li p {
  position: relative;
  text-align: left;
  padding: 5.6rem 5rem;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.048rem;
}

.introduce .direction dd>ul>li p::before {
  content: '';
  position: absolute;
  right: 3.7rem;
  top: 7.7rem;
  width: 10rem;
  height: 10rem;
  background: var(--introduce);
}

.introduce .direction dd>ul>li:nth-child(1) p {
  background: #544A44;
}

.introduce .direction dd>ul>li:nth-child(1) p::before {
  background-position: -3.5rem -5rem;
}

.introduce .direction dd>ul>li:nth-child(2) p {
  background: #726B5F;
}

.introduce .direction dd>ul>li:nth-child(2) p::before {
  background-position: -13.5rem -5rem;
} 

.introduce .direction dd>ul>li:nth-child(3) p {
  background: #82684C;
}

.introduce .direction dd>ul>li:nth-child(3) p::before {
  background-position: -23.5rem -5rem;
}


.introduce .direction dd>ul ul {
  padding: 3rem 5rem;
  background: #F9F9F9;
}

.introduce .direction dd>ul ul li {
  text-align: left;
  padding: 1.4rem 0rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.036rem;
  border-bottom: 1px solid #E1E1E1;
}

.introduce .direction dd>ul ul li:nth-last-child(1) {
  border-bottom: none;
}

.history .tit {
  text-align: right;
  font-size: 3.5rem;
  line-height: 150%;
  letter-spacing: -0.07rem;
}

.history .tit span {
  color: #F09F26;
  font-size: 4rem;
  font-weight: 700;
}

.history ul {
  margin-top: 6rem;
  border-top: 0.3rem solid #3C3733;
}

#stab+.history ul {
  display: none;
  margin-top: 1rem;
}

#stab+.history ul.select {
  display: block;
}

.history ul li {
  display: flex;
  padding: 5rem 0rem 5rem 5.2rem;
  gap: 8rem;
  border-bottom: 1px solid #E8E8E8;
}

.history ul li:nth-last-child(1) {
  padding-bottom: 27rem;
  border-bottom: none;
  background: url(/literature/img/contents/history-bg.png) no-repeat center bottom / 100%;
}

.history ul li>p {
  flex: 0 0 auto;
  min-width: 9.9rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: -0.08rem;
}

.history ul dl {
  display: flex;
  padding: 0.8rem 0rem;
  gap: 2.5rem;
}

.history ul dl dt {
  flex: 0 0 auto;
  min-width: 6.4rem;
  color: #C34242;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.044rem;
}

.history ul dl dd {
  font-size: 2rem;
  letter-spacing: -0.04rem;
}

.organ>li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 68rem;
  text-align: center;
}

.organ .organ1 {
  position: relative;
  display: inline-flex;
  margin-bottom: 11.4rem;
  padding: 3rem 8rem;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.048rem;
  border-radius: 3rem 0.4rem;
  background: var(--contents-brown) url(/literature/img/contents/organ-bg.svg) no-repeat right 1rem top / 8.1rem;
}

.organ .organ1::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 9rem;
  margin: 0 auto;
  width: 0.1rem;
  height: 12rem;
  background: #D9D9D9;
  z-index: -1;
}

.organ .organ1-1 {
  position: absolute;
  right: 0;
  top: 12rem;
  display: inline-flex;
  padding: 2rem 7.1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.04rem;
  border-radius: 0.4rem;
  background: #E9CEA5;
}

.organ .organ1-1::before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: -11.3rem;
  margin: auto 0;
  width: 11.3rem;
  height: 0.1rem;
  background: #D9D9D9;
  z-index: -1;
}

.organ .organ2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.organ .organ2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 46.2rem;
  height: 0.11rem;
  background: #D9D9D9;
  z-index: -1;
}

.organ .organ2>li {
  position: relative;
}

.organ .organ2>li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 0.1rem;
  height: 15rem;
  background: #D9D9D9;
  z-index: -1;
}

.organ .organ2>li>p,
.organ .organ3>li {
  display: inline-flex;
  flex-direction: column;
  padding: 2rem 7.1rem;
  color: var(--contents-brown);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.036rem;
  border-radius: 0.4rem;
  background: #fff;
  border: 1px solid var(--contents-brown);
}

.organ .organ2>li>p {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.organ .organ2>li>p span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.mi .conbtn {
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

.mi .con {
  position: relative;
  padding: 3.8rem;
  border: 1px solid #A9A9A9;
}

.mi .con::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 1.8rem, #ECECEC 1.8rem, #ECECEC 1.9rem), repeating-linear-gradient(0deg, transparent, transparent 1.8rem,#ECECEC 1.8rem, #ECECEC 1.9rem);
	z-index: -1;
}

.mi .con>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.8rem;
  margin: 0 auto;
  max-width: 94.3rem;
  width: 100%;
}

.mi .con>ul li {
  flex: 1 1 auto;
}
/* 이용안내 end */

/* 전시 str */
.permanent .con-box {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 6rem;
}

.permanent .con-box>li {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-right: 3rem;
  border-top: 1px solid #161616;
}

.permanent .con-box>li>p {
  flex: 0 0 auto;
}

.permanent .con-box dt {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  border-radius: 5rem;
  border: 1px solid #909090;
  margin-bottom: 2rem;
}

.permanent .con-box dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0rem 1.5rem;
  color: #FFF;
  font-size: 1.9rem;
  border-radius: 5rem;
}

.permanent .con-box li:nth-child(1) dt span {
  background: #A98667;
}

.permanent .con-box li:nth-child(2) dt span {
  background: #79A343;
}

.permanent .con-box li:nth-child(3) dt span {
  background: #D27421;
}

.permanent .con-box li:nth-child(4) dt span {
  background: #567D93;
}

.permanent .con-box li:nth-child(5) dt span {
  background: #75599A;
}

.permanent .con-box dd {
  font-size: 1.8rem;
}
/* 전시 end */

/* 아카이브 str */
.donation .tbox {
  padding-left: 13.6rem;
  background-image: url(/literature/img/contents/donation-tbox.svg);
  background-repeat: no-repeat;
  background-position: 3rem center;
  background-size: 7.6rem;
}

.donation .tbox span {
  font-weight: 600;
  text-decoration-line: underline;
}

.donation .step>li::before {
  background: url(/literature/img/contents/donation-step.svg) no-repeat 0 0 / 115.2rem;
}

.donation .step>li:nth-child(2)::before {
  background-position: -14.4rem 0;
}

.donation .step>li:nth-child(3)::before {
  background-position: calc(-14.4rem * 2) 0;
}

.donation .step>li:nth-child(4)::before {
  background-position: calc(-14.4rem * 3) 0;
}

.donation .step>li:nth-child(5)::before {
  background-position: calc(-14.4rem * 4) 0;
}

.donation .step>li:nth-child(6)::before {
  background-position: calc(-14.4rem * 5) 0;
}

.donation .step>li:nth-child(7)::before {
  background-position: calc(-14.4rem * 6) 0;
}

.donation .step>li:nth-child(8)::before {
  background-position: calc(-14.4rem * 7) 0;
}
/* 아카이브 end */

/* 이육사 str */
.culture-intro {
  display: flex;
  flex-direction: row-reverse;
  gap: 7rem;
}

.culture-intro .img {
  flex: 0 0 auto;
  width: 46rem;
  line-height: 0;
  border-radius: 16rem 0.4rem 0.4rem 0.4rem;
  overflow: hidden;
}

.culture-intro div>p {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: -0.04rem;
}

.culture-intro div>p:nth-child(1) {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
}

/* .culture-intro div>p:nth-last-child(1) {
  margin-top: 5rem;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 600;
} */

.culture-permanent .photo {
  position: relative;
  padding-bottom: 9rem;
  line-height: 0;
}

.culture-permanent .photo span {
  position: absolute;
  right: 2rem;
  bottom: 5rem;
  max-width: 32.9rem;
}

.culture-permanent .tit {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.culture-permanent .con p {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: -0.02em;
}
/* 이육사 end */

/*** mobile ***/
@media screen and (max-width:840px) {
  .greeting br {
    display: none;
  }

  .greeting .con-box {
    flex-direction: column;
  }
  
  .introduce  {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .introduce .tit p br {
    display: none;
  }

  .introduce .direction dd>ul {
    flex-direction: column;
  }
  
  .introduce .direction dd>ul>li {
    width: 100%;
  }

  .organ .organ1 {
    margin-bottom: 2.5rem;
  }

  .organ .organ1-1 {
    position: static;
  }

  .organ .organ2 {
    flex-direction: column;
  }

  .organ .organ2>li>p {
    margin-bottom: 1rem;
  }

  .organ .organ1::before,
  .organ .organ1-1::before,
  .organ .organ2::before,
  .organ .organ2>li::before {
    display: none;
  }

  .see.list01 dl,
  .see.list02 dl {
    flex-basis: 100%;
  }

  .see.list01 dd {
    min-height: auto;
  }

  .see.see.list02 br {
    display: none;
  }
  
  .facility .map img {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .facility .map .caption {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .facility .con li {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }

  .location .traffic dl {
    padding-top: 14.8rem;
    padding-left: 0;
  }

  .location .traffic dl::before {
    right: 0;
    margin: 0 auto;
  }

  .permanent .con-box>li {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 0;
    border-top: none;
  }

  .permanent .con-box>li>p {
    width: 100%;
  }

  .culture-intro {
    flex-direction: column;
  }

  .culture-intro .img {
    width: 100%;
  }
  .culture-permanent .tit br {
    display: none;
  }
}

/*** min-mobile ***/
@media screen and (max-width:480px) {
  .history ul li {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem;
  }
  
  .culture-permanent .photo {
    padding-bottom: 5rem;
  }

  .culture-permanent .photo span {
    position: static;
    display: block;
    margin-top: 1rem;
    max-width: unset;
    width: 100%;
  }
}