@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-Thin.woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-ExtraLight.woff');   
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-Light.woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-Regular.woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-Medium.woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-SemiBold.woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-Bold.woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-ExtraBold.woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('https://urbanprs.com/_font/Pretendard/Pretendard-Black.woff');
}

#wrap #footer{
	padding-bottom:0 !important;
}
#wrap #header .inner.en_gnb #gnb .inner-wrap{
    gap: 0 57px;
}
#fboardlist{
	width: 100%;
}

/* main */
.story_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 1550px;
  margin: 50px auto 100px;
}

.story_con .card {
  width: 381px;
  overflow: hidden;
}

.story_con .card img {
  width: 100%;
  display: block;
}

.story_con .hashtags {
  padding: 0 15px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-top: -17px;
}

.story_con .hashtags span {
  margin-right: 5px;
}

.button-more{
  line-height: 15px;
}

.section .title{
  font-weight: 700;
}

/* @media (max-width: 768px) {
  .story_con {
	flex-direction: column;
	align-items: center;
  }
} */

.section8{
  padding: 100px 0;
}

.value_con {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 1550px;
  margin: 50px auto 0px;
}

.value_card {
  width: 510px;
  height: 314px;
  overflow: hidden;
  position: relative;
}

.value_card img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.value_card .value_cardCon {
  position: relative;
  z-index: 2;
  color: white;
  position: absolute;
  top: 150px;
  left: 40px;
}

.value_card .badge {
  display: inline-block;
  background-color: #eb7e64;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  margin-bottom: 10px;
}

.value_card .text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  white-space: pre-line;
}

.footer {
  background-color: #111;
  padding: 100px 40px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1540px;
  margin: auto;
}

.footer-top .footer-info {
  float: left;
  width: 435px;
  margin-right:85px;
}

.footer h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
  font-family: "Pretendard";
}

.footer-top .footer-info .number {
  font-size: 33px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

.footer-top .footer-info .number > span{
  color: #f1cec6;
  font-weight: 800;
  margin-left:70px;
  letter-spacing: 3px;
}

.footer-top .footer-info .hours {
  line-height: 28px;
  font-size: 16px;
  color: #fff;
}
.footer-top .footer-info .hours > div > span{
  width: 130px;
  display: inline-block;
  font-weight:bold;
}

.footer-top .footer-info .hours .hours_noti{
  color:#999;
  font-weight: 400;
}
.footer-top .footer-location{
  float: left;
  width:470px;
  margin-right:50px;
  color: #fff;
}
.footer-top .footer-location p{
  line-height: 26px;
  font-size: 16px;
}


.footer-top .footer-address {
  float: left;
  width: 500px;
  height:260px;
}

.map-box iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

.footer-bottom { 
  width: 1540px;
  margin: 60px auto 0px;
  border-top: 1px solid #333;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #aaa;
  font-size: 13px;
}

.footer-bottom .footer-info{
  float: left;
  width: 920px;
  color:#666;
  font-size:16px;
}

.footer-bottom .links {
  margin-bottom: 10px;
}

.footer-bottom .links a {
  color: #ccc;
  margin-right: 16px;
  text-decoration: none;
}

.footer-bottom .social {
  float: left;
  width: 180px;
  text-align: right;
}

.footer-bottom .social a{
 margin-right:6px;
}
.footer-bottom .social a:last-child{
 margin-right:0px;
}

.footer-bottom .social img {
  width: 28px;
  height: 28px;
}

.footer-logo {
  display: flex;
  align-items: center;
  float:left;
  width:440px;
}

/*header 글로벌사이트 이동관련 css*/
#wrap #header .inner .tnb > dl > dd > p:nth-of-type(1) > a > span:nth-of-type(1) {
	background-position: 0 0;
}
#wrap #header .inner .tnb > dl > dd > p:nth-of-type(2) > a > span:nth-of-type(1) {
    background-position: -20px 0;
}