/* 글로벌 코리아 */

.global .sub-menu ul {
  padding-left: 3rem;
}

.greeting .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/global-korea/greeting/bg01.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

.korea-group .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/global-korea/korea-group/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

.contact-us .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/global-korea/contact-us/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

/* 인사말 컨텐츠 */
.greeting .greeting-con-top {
  background-size: cover;
  position: relative;
}

.greeting .greeting-con-top .bg img {
  width: 100%
}

.greeting .greeting-con-top .txt {
  position: absolute;
  top: 16vh;
  left: 20%;
}

.greeting .greeting-con-top h4 {
  color: #05417a;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  position: relative;
  padding-bottom: 50px;
}

.greeting .greeting-con-top h4::after {
  content: '';
  border-radius: 50%;
  width: 81px;
  height: 81px;
  background-color: #768eab;
  opacity: 0.19;
  position: absolute;
  top: -20px;
  left: -58px;
}

.greeting .greeting-con-top dl {
  padding-left: 22px;
  position: relative;
}

.greeting .greeting-con-top dl::after {
  width: 6px;
  height: 100%;
  background-color: #768eab;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.greeting .greeting-con-top dl dt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.greeting .greeting-con-top dl dd {
  font-size: 24px;
  font-weight: 300;
  word-spacing: -2px;
}

.greeting .greeting-con-bottom {
  padding: 0 0 0 15%;
}

.greeting .greeting-con-bottom h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}

.greeting .greeting-con-bottom li {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
}

.greeting .greeting-con-bottom article {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 150px;
}

.greeting .greeting-con-bottom article section {
  display: flex;
  align-items: center;
}

.greeting .greeting-con-bottom article span {
  font-size: 24px;
  font-weight: 300;
  margin-right: 5px;
}

.greeting .greeting-con-bottom article p {
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}


/* 조직도 컨텐츠 */
.korea-group .img {
  width: 100%;
}

.korea-group .img img {
  width: 100%;
}

/* CONTACT US */
.contact-con iframe {
  width: 100%;
  height: 500px;
}

.contact-con ul {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
}

.contact-con ul li {
  box-sizing: border-box;
  width: 30%;
  text-align: center;
}

.contact-con ul li:nth-child(2) {
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
}

.contact-con ul li b {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.contact-con ul li b::before {
  content: '';
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.3rem;
}

.contact-con ul li:nth-child(1) b::before {
  background: url('http://ourplacekorea.com/wp/images/sub/global-korea/contact-us/addr-icon.png')no-repeat center;
  background-size: contain;
}

.contact-con ul li:nth-child(2) b::before {
  background: url('http://ourplacekorea.com/wp/images/sub/global-korea/contact-us/call-icon.png')no-repeat center;
  background-size: contain;
}

.contact-con ul li:nth-child(3) b::before {
  background: url('http://ourplacekorea.com/wp/images/sub/global-korea/contact-us/mail-icon.png')no-repeat center;
  background-size: contain;
}



/* 아워플레이스 */

.ourplace .sub-menu ul {
  justify-content: end;
  padding-right: 11rem;
}

/* 연혁 및 활동 */
.history .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/ourplace/group/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}


.history-con p {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.history-con p b {
  font-size: 1.625rem;
}

.history-con .box01 {
  margin-bottom: 3rem;
}

.history-con .box02 ul li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 20rem;
  margin-bottom: 2rem;
}

.history-con .box02 ul li .img {
  width: 50%;
  height: 20rem;
}

.history-con .box02 ul li:nth-child(1) .img {
  background: url('http://ourplacekorea.com/wp/images/sub/ourplace/history/bg01.jpg') no-repeat center;
  background-size: cover;
}

.history-con .box02 ul li:nth-child(2) .img {
  background: url('http://ourplacekorea.com/wp/images/sub/ourplace/history/bg02.jpg') no-repeat center;
  background-size: cover;
}

.history-con .box02 ul li:nth-child(3) .img {
  background: url('http://ourplacekorea.com/wp/images/sub/ourplace/history/bg03.jpg') no-repeat center;
  background-size: cover;
}

.history-con .box02 ul li .txt {
  width: 50%;
  background-color: #f8f8f8;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 3rem;
  position: relative;
}

.history-con .box02 ul li.left .txt {
  order: 1;
}

.history-con .box02 ul li.left .img {
  order: 2;
}

.history-con .box02 ul li .txt::before {
  color: #e2e2e2;
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 4rem;
  font-weight: 600;
}

.history-con .box02 ul li:nth-child(1) .txt::before {
  content: '01';
}

.history-con .box02 ul li:nth-child(2) .txt::before {
  content: '02';
}

.history-con .box02 ul li:nth-child(3) .txt::before {
  content: '03';
}

.history-con .box02 ul li .txt b {
  font-size: 1.25rem;
  display: block;
  width: 100%;
}

.history-con .box02 ul li dl {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.4;
}

.history-con .box02 ul li dl dd {
  width: 50%;
  margin-bottom: 1rem;
  color: #464646;
  display: inline-flex;
  align-items: center;
}

.history-con .box02 ul li dl dd::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-flex;
  margin-right: 0.5rem;
  background-color: #1469b3;
  border-radius: 100%;
}

.timeline {
  position: relative;
}

.timeline .time01 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.timeline .time01 h4 {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #1b2e59;
  font-size: 2.9rem;
}

.timeline .time01 .txt {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  height: 8rem;
}

.timeline .time01 .txt b {
  display: block;
  width: 45%;
  text-align: right;
  line-height: 1.4;
  color: #1b2e59;
  font-weight: 600;

}

.timeline .time01 p {
  width: 80px;
  height: 80px;
  line-height: 4;
  border-radius: 100%;
  background-color: #1b2e59;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline .time01 p::after {
  content: '';
  width: 90px;
  height: 70px;
  background: url('http://ourplacekorea.com/wp/images/sub/ourplace/history/unesco.png')no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -140px;
}

.timeline .time01 .img {
  width: 80px;
  height: 80px;
}

.timeline ul {
  background: #f8f8f8;
  padding: 190px 0 100px 0;
}

.timeline ul li {
  height: 6rem;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #ccc;
}


.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  z-index: 1;
}

.timeline ul li div {
  position: absolute;
  top: 27%;
  transform: translateY(-27%);
  width: 500px;
  padding: 15px;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 50px;
  height: 1px;
  background-color: #1b2e59;
}

.timeline ul li:nth-child(odd) div {
  left: 55px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -50px;
}

.timeline ul li:nth-child(even) div {
  left: -570px;
  text-align: right;
}

.timeline ul li:nth-child(even) div::before {
  right: -50px;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline ul li span {
  color: #1b2e59;
  font-weight: 700;
  font-size: 1.75rem;
}

.timeline ul li p {
  color: #464646;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1rem;
}

/* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: all 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: url('http://ourplacekorea.com/wp/images/sub/ourplace/history/history-before.png')no-repeat center;
  background-size: contain;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}



/* EXTRA/CLIP PATH STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%);
}

.timeline-heptagon ul li::after {
  clip-path: polygon(50% 0%,
      90% 20%,
      100% 60%,
      75% 100%,
      25% 100%,
      0% 60%,
      10% 20%);
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.25);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}





/* 소개 */

.intro .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/ourplace/intro/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

.intro-con {}

.intro-con .txt {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}

.intro-con .txt strong {
  font-weight: 600;
  font-size: 1.625rem;
  display: inline-block;
  padding: 2.5rem;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.intro-con .txt p {
  padding-left: 2.5rem;
}

.intro-con .txt b {
  font-size: 1.25rem;
}

.intro-con .intro-box {
  margin-top: 3rem;
  background-color: #f4f5f7;
  padding: 2rem;
}

.intro-con .intro-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intro-con .intro-box ul li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.intro-con .intro-box ul li b {
  display: inline-flex;
  margin-right: 1rem;
  align-items: center;
}

.intro-con .intro-box ul li b::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-flex;
  margin-right: 0.5rem;
  background-color: #1469b3;
  border-radius: 100%;
}

.intro-con .intro-box ul li a {
  display: inline-block;
  border: 1px solid;
  padding: 1rem;
  margin-right: 0.5rem;
}

.intro-con .intro-box ul li a:last-child {
  margin-right: 0;
}

/* CEO */
.ceo .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/ourplace/ceo/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

.ceo-con .box01 {
  position: relative;
}

.ceo-con .box01 .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-left: 10%;
  box-sizing: border-box;
}

.ceo-con .box01 .txt strong {
  display: block;
  font-weight: 600;
  color: #05417a;
  font-size: 3.4375rem;
  position: relative;
}

.ceo-con .box01 .txt strong i {
  position: relative;
}

.ceo-con .box01 .txt strong i::before {
  content: '';
  width: 4rem;
  height: 4rem;
  background-color: rgba(118, 142, 171, .2);
  border-radius: 100%;
  display: block;
  position: absolute;
  left: -2.3rem;
  top: 0.5rem;
  z-index: -1;
}

.ceo-con .box01 .txt p {
  font-weight: 500;
  padding-left: 1rem;
  margin-top: 1rem;
  position: relative;
}

.ceo-con .box01 .txt p::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 2.7rem;
  background-color: #768eab;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ceo-con .box02 .txt b {
  display: inline-block;
  font-weight: 600;
}

.ceo-con .box02 .txt {
  text-align: center;
  padding: 3rem 0;
}

.ceo-con .box02 ul {
  padding: 2rem 0.5rem;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-bottom: 2px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}

.ceo-con .box02 ul li {
  width: 50%;
  line-height: 1.6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  word-break: keep-all;
}

.ceo-con .box02 ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-flex;
  margin-right: 0.5rem;
  background-color: #1469b3;
  border-radius: 100%;
}

/* 조직도 */
.group .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/ourplace/group/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}


/* 사진전 */

.photo .sub-menu ul {
  padding-left: 16rem;
}

.purpose .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/purpose/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

/* 전시 목적 스타일 */
.purpose-con {}

.purpose-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.purpose-con ul li {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 4%;
}

.purpose-con ul li:nth-child(3),
.purpose-con ul li:nth-child(4) {
  width: 48%;
}

.purpose-con ul li .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
}

.purpose-con ul li .txt.center {
  text-align: center;
}

.purpose-con ul li .txt.right {
  text-align: right;
  border-right: 3px solid #fff;
  padding-right: 3rem;
  right: 5%;
  width: 95%;
}

.purpose-con ul li .txt.top {
  top: 10%;
  padding: 0 5%;
  transform: translateY(-10%);
  width: 100%;
  color: #000;
  text-shadow: none;
}

.purpose-con ul li .txt.top::before {
  content: '';
  width: 5rem;
  height: 3px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: -1.5rem;
  left: 5%;
}

.purpose-con ul li .txt.bottom {
  top: inherit;
  bottom: 10%;
  padding: 0 5%;
  width: 100%;
  transform: translateY(10%);
}

.purpose-con ul li .txt.bottom::before {
  content: '';
  width: 5rem;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -1.5rem;
  left: 5%;
}

.purpose-con ul li .txt strong {
  display: block;
  font-family: 'GmarketSans', sans-serif;
  font-weight: 600;
  font-size: 2.1875rem;
  padding-bottom: 3rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.purpose-con ul li .txt strong::before {
  content: '';
  width: 5rem;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .3), -2px -2px 3px rgba(0, 0, 0, .3);
}

.purpose-con ul li:last-child p {
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}

.purpose-con ul li:last-child p::before {
  content: '';
  width: 1.5rem;
  height: 100%;
  display: inline-block;
  background: url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/purpose/txt-before.png')no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.purpose-con ul li:last-child p::after {
  content: '';
  width: 1.5rem;
  height: 100%;
  display: inline-block;
  background: url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/purpose/txt-after.png')no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

/* 전시 방향성 */

.directionality .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/directionality/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

.directionality-con p {
  padding: 2.5rem 0;
}

.directionality .sub-title p {
  padding: 0;
}

.directionality-con .box01 {
  position: relative;
  margin-bottom: 4rem;
}

.directionality-con .box01::before {
  content: '';
  width: 5rem;
  height: 3px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.directionality-con .box02 {
  position: relative;
  margin-bottom: 3rem;
}

.directionality-con .box02::before {
  content: '';
  width: 5rem;
  height: 3px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.directionality-con .box03 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.directionality-con .box03 ul li {
  width: 48%;
}

.directionality-con .box03 ul li .txt {
  padding: 1.5rem 0;
  border-top: 3px solid;
}

.directionality-con .box03 ul li strong {
  font-weight: 600;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}

.directionality-con .box03 ul li p {
  padding: 0;
}

/* 전시 개요 */
.overview .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/overview/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

.overview-con .box01 {
  position: relative;
  padding-top: 2rem;
}

.overview-con .box01::before {
  content: '';
  width: 5rem;
  height: 3px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.overview-con .box01 ul {
  position: relative;
}

.overview-con .box01 ul::before {
  content: '';
  width: 13rem;
  height: 10rem;
  background: url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/overview/unesco.png')no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  right: 5%;
}

.overview-con .box01 ul li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.overview-con .box01 ul li b {
  display: inline-block;
  width: 15%;
}

.overview-con .box01 ul li p {
  font-size: 1rem;
}

.overview-con .box01 ul li p img {
  width: 85%;
}

.overview-con .box01 .img {
  margin-bottom: 3rem;
}

/* 커뮤니티 */
.community .sub-menu ul {
  display: flex;
  padding: 1rem 0;
  justify-content: end;
}

.qna .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/community/qna/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

.news .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/community/news/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

.notice .sub-banner {
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0)0%,
      rgba(255, 255, 255, 0)97%,
      rgba(255, 255, 255, 0.6)98.5%), url('http://ourplacekorea.com/wp/images/sub/community/notice/banner.jpg')no-repeat center;
  background-size: cover;
  position: relative;
}

@media all and (max-width:1800px) {
  .greeting .greeting-con-top .txt {
    left: 10%;
  }

  .greeting .greeting-con-bottom {
    padding: 0 0 0 10%;
  }
}

@media all and (max-width:1600px) {
  .greeting .greeting-con-top .txt {
    left: 15%;
    top: 16vh;
  }

  .greeting .greeting-con-bottom {
    padding: 0 0 0 7%;
  }

  .greeting .greeting-con-bottom article {
    margin-right: 50px;
  }
}

@media all and (max-width:1500px) {
  .greeting .greeting-con-bottom li {
    font-size: 1.2rem;
  }

  .greeting .greeting-con-bottom article span,
  .greeting .greeting-con-bottom article p {
    font-size: 20px;
  }


}

@media all and (max-width:1400px) {
  .greeting .greeting-con-top .txt {
    left: 6%;
  }

  .greeting .greeting-con-bottom {
    padding: 0 0 0 6%;
  }

  .greeting .greeting-con-bottom li {
    font-size: 1rem;
  }

  .greeting .greeting-con-top h4 {
    font-size: 40px;
  }

  .greeting .greeting-con-top .txt {
    top: 50px;
  }
}

@media all and (max-width:1200px) {
  .greeting .greeting-con-top h4::after {
    width: 60px;
    height: 60px;
    top: -18px;
    left: -40px;
  }

  .greeting .greeting-con-top h4 {
    font-size: 35px;
    line-height: 1.3;
  }

  .greeting .greeting-con-top dl dt,
  .greeting .greeting-con-top dl dd {
    font-size: 20px;
  }

  .greeting .greeting-con-top .txt {
    left: 5%;
  }

  .greeting .greeting-con-bottom {
    padding: 0 0 0 5%;
  }

  .greeting .greeting-con-bottom li {
    font-size: 0.9rem;
  }
}


@media all and (max-width:1080px) {

  /* 글로벌 코리아 1080 */
  .korea-group .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/global-korea/korea-group/m/banner.jpg')no-repeat center;
  }

  .contact-us .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/global-korea/contact-us/m/banner.jpg')no-repeat center;
  }

  .contact-con ul {
    flex-wrap: wrap;
  }

  .contact-con ul li {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }

  .contact-con ul li:nth-child(2) {
    border: none;
  }

  .contact-con ul li b {
    margin-bottom: 0;
    margin-right: 4rem;
    display: inline-flex;
    align-items: center;
  }

  .contact-con ul li b::before {
    content: '';
    background: none;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #1469b3;
  }

  .contact-con ul li:nth-child(1) b::before,
  .contact-con ul li:nth-child(2) b::before,
  .contact-con ul li:nth-child(3) b::before {
    background: none;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #1469b3;
  }

  .contact-con ul li p::before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 0.3rem;
  }

  .contact-con ul li:nth-child(1) p::before {
    background: url('http://ourplacekorea.com/wp/images/sub/global-korea/contact-us/addr-icon.png')no-repeat center;
    background-size: contain;
  }

  .contact-con ul li:nth-child(2) p::before {
    background: url('http://ourplacekorea.com/wp/images/sub/global-korea/contact-us/call-icon.png')no-repeat center;
    background-size: contain;
  }

  .contact-con ul li:nth-child(3) p::before {
    background: url('http://ourplacekorea.com/wp/images/sub/global-korea/contact-us/mail-icon.png')no-repeat center;
    background-size: contain;
  }


  /* 아워플레이스 1080 */
  .intro .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/ourplace/intro/m/banner.jpg')no-repeat center;
  }

  .ceo .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/ourplace/ceo/m/banner.jpg')no-repeat center;
  }

  .group .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/ourplace/group/m/banner.jpg')no-repeat center;
  }

  .history .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/ourplace/group/m/banner.jpg')no-repeat center;
  }

  /* 소개 */

  .intro .sub-title {
    display: block;
  }

  .intro .sub-title p {
    display: none;
  }

  .intro .sub-title h3 {
    margin-top: 0;
  }

  .intro-con .txt {
    flex-wrap: wrap;
  }

  .intro-con .txt strong {
    width: 100%;
    border: none;
    padding: 0;
    padding-bottom: 1rem;
  }

  .intro-con .txt p {
    padding-left: 0;
  }

  .intro-con .txt b {
    display: block;
    margin-bottom: 1rem;
  }

  .intro-swiper {
    position: relative;
  }

  .intro-con .intro-box {
    margin-top: 0;
    padding: 2rem 0;
  }

  .intro-con .intro-box ul {
    flex-wrap: wrap;
  }

  .intro-con .intro-box ul li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .intro-con .intro-box ul li b {
    width: 20%;
  }

  /* ceo */
  .ceo-con .box01 .txt {
    top: 20%;
    padding-left: 0;
    text-align: center;
  }

  .ceo-con .box01 .txt strong {
    display: inline-block;
  }

  .ceo-con .box01 .txt p::before {
    content: none;
  }

  .ceo-con .box02 ul li {
    width: 100%;
  }

  /* 연혁 */
  .history-con p b {
    font-weight: 600;
  }

  .timeline ul li div {
    width: 350px;
    word-break: keep-all;
  }

  .timeline ul li:nth-child(even) div {
    left: -430px;
  }

  .history-con .box02 ul li {
    flex-wrap: wrap;
    height: auto;
  }

  .history-con .box02 ul li .img {
    width: 100%;
  }

  .history-con .box02 ul li .txt {
    width: 100%;
    height: auto;
    padding: 3rem 1rem;
  }

  .history-con .box02 ul li.left .txt {
    order: 2;
  }

  .history-con .box02 ul li.left .img {
    order: 1;
  }

  .history-con .box02 ul li .txt::before {
    bottom: 0;
    right: 0;
  }

  .history-con .box02 ul li dl dd {
    width: 100%;
  }

  /* 사진전 1080 */
  .purpose .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/purpose/m/banner.jpg')no-repeat center;
  }

  .directionality .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/directionality/m/banner.jpg')no-repeat center;
  }

  .overview .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/photo-exhibition/overview/m/banner.jpg')no-repeat center;
  }

  .purpose-tit strong {
    display: block;
    font-family: 'GmarketSans', sans-serif;
    font-weight: 600;
    font-size: 2.1875rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .purpose-con ul li {
    margin-bottom: 0;
  }

  .purpose-con ul li:nth-child(1) strong {
    display: none;
  }

  .purpose-con ul li:nth-child(1) .txt::before {
    content: '';
    width: 5rem;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .purpose-con ul li:nth-child(3),
  .purpose-con ul li:nth-child(4) {
    width: 100%;
  }

  .purpose-con ul li .txt.top {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    text-align: center;
  }

  .purpose-con ul li .txt.top::before {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
  }

  .purpose-con ul li .txt.bottom {
    bottom: 50%;
    transform: translateY(50%);
    width: 95%;
    left: 5%;
    padding-left: 3rem;
    padding-right: 0;
    border-left: 3px solid #fff;
  }

  .purpose-con ul li .txt.bottom::before {
    content: none;
  }

  .purpose-con ul li:last-child p::before,
  .purpose-con ul li:last-child p::after {
    content: none;
  }

  .purpose-con ul li:last-child p {
    padding: 0;
  }



  /* 전시 방향성 */
  .directionality .sub-title,
  .overview .sub-title {
    display: block;
  }

  .directionality-con .box03 ul {
    flex-wrap: wrap;
  }

  .directionality-con .box03 ul li {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .directionality-con .box03 ul li .txt {
    border-top: 2px solid;
  }


  /* 전시 목적 */
  .overview-con .box01 ul::before {
    content: none;
  }

  .overview .sub-title p {
    display: none;
  }

  .overview .sub-title h3 {
    margin-top: 0;
  }

  .overview-con .box01 ul li {
    flex-wrap: wrap;
  }

  .overview-con .box01 ul li b {
    width: 100%;
  }

  .overview-con .box01 ul li p img {
    width: 90%;
  }

  .overview-swiper {
    position: relative;
  }


  /* 커뮤니티 1080 */
  .qna .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/community/qna/m/banner.jpg')no-repeat center;
  }

  .news .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/community/news/m/banner.jpg')no-repeat center;
  }

  .notice .sub-banner {
    height: 24rem;
    background: url('http://ourplacekorea.com/wp/images/sub/community/notice/m/banner.jpg')no-repeat center;
  }

  /* 인사말 */
  .greeting .greeting-con-bottom {
    padding: 7vh 0 0 0;
  }

  .greeting .greeting-con-bottom h5,
  .greeting .greeting-con-bottom li,
  .greeting .greeting-con-bottom article span,
  .greeting .greeting-con-bottom article p {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .greeting .greeting-con-top .txt {
    left: 0;
  }

  .greeting .greeting-con-top dl::after {
    display: none;
  }

  .greeting .greeting-con-top h4 {
    font-size: 2.1875rem;
    width: 400px;
    margin: 0 auto;
  }

  .greeting .greeting-con-top dl dt,
  .greeting .greeting-con-top dl dd {
    font-size: 1.5rem;
  }

  .greeting .greeting-con-top h4::after {
    top: -15px;
    left: -8px;
  }

  .greeting .greeting-con-bottom article {
    margin-right: 0;
    flex-direction: column;
    align-items: flex-end;
  }

}

@media all and (max-width:767px) {

  /* 글로벌 코리아 767 */
  .korea-group .sub-banner,
  .contact-us .sub-banner {
    height: 15rem;
  }

  .contact-con iframe {
    height: 300px;
  }

  .contact-con ul {
    padding: 1rem;
  }

  .contact-con ul li b {
    font-size: 0.875rem;
    margin-right: 1rem;
    width: 20%;
  }

  .contact-con ul li p {
    width: 80%;
    text-align: left;

  }

  /* 아워플레이스 767 */
  .intro .sub-banner,
  .ceo .sub-banner,
  .group .sub-banner,
  .history .sub-banner {
    height: 15rem;
  }


  /* 소개 767 */
  .intro-con .txt b {
    font-size: 1rem;
  }

  .intro-con .intro-box ul li a {
    font-size: 0.875rem;
    padding: 0.5rem;
  }

  /* ceo */
  .ceo-con .box02 ul li,
  .ceo-con .box02 .txt p,
  .ceo-con .box02 .txt b {
    font-size: 0.875rem;
  }

  .ceo-con .box01 .txt strong {
    display: block;
    font-size: 1.5rem;
    margin: 0;
  }

  .ceo-con .box01 .txt p {
    padding-left: 0;
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }

  .ceo-con .box01 .txt strong i::before {
    width: 2.5rem;
    height: 2.5rem;
    left: -1.5rem;
    top: -0.5rem;
  }

  /* 연혁 */
  .history-con p,
  .history-con p b {
    font-size: 1.25rem;
  }

  .timeline .time01 h4 {
    font-size: 2rem;
  }

  .timeline .time01 p {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }

  .timeline .time01 .txt b {
    width: 40%;
  }

  .timeline .time01 p::after {
    width: 70px;
    height: 50px;
    right: -100px;
  }

  .timeline ul {
    padding: 160px 0 100px 0;
  }

  .timeline ul li {
    width: 4px;
  }

  .timeline ul li div {
    width: 150px;
    padding: 0.5rem;
  }

  .timeline ul li:nth-child(odd) div {
    left: 30px;
  }

  .timeline ul li:nth-child(odd) div::before {
    left: -30px;
  }

  .timeline ul li:nth-child(even) div {
    left: -180px;
  }

  .timeline ul li:nth-child(even) div::before {
    right: -30px;
  }

  .timeline ul li div::before {
    width: 30px;
  }

  .timeline ul li p {
    font-size: 0.875rem;
    margin: 0.5rem 0;
  }

  .timeline ul li span {
    font-size: 1.125rem;
  }

  .history-con .box02 ul li .txt {
    padding: 2rem 1rem;
  }

  .history-con .box02 ul li .txt b {
    font-size: 1rem;
  }

  .history-con .box02 ul li dl dd {
    font-size: 0.875rem;
  }

  .history-con .box02 ul li .txt::before {
    font-size: 2.5rem;
  }

  .history-con .box02 ul li .img {
    height: 12rem;
  }

  /* 사진전 767 */

  .purpose .sub-banner,
  .directionality .sub-banner,
  .overview .sub-banner {
    height: 15rem;
  }

  .purpose-tit strong {
    font-size: 1.4rem;
  }

  .purpose-con ul li .txt b {
    display: block;
    font-size: 0.875rem;
  }

  .purpose-con ul li .txt.right {
    padding-right: 3%;
  }

  .purpose-con ul li .txt.bottom {
    padding-left: 3%;
  }

  /* 전시 방향성767 */
  .directionality-con .box01 {
    margin-bottom: 2.5rem;
  }

  .directionality-con .box01::before,
  .directionality-con .box02::before,
  .overview-con .box01::before {
    width: 3.5rem;
  }

  .directionality-con p {
    padding: 1.5rem 0;
  }

  .directionality-con .box03 ul li strong {
    font-size: 1.2rem;
  }

  .directionality .sub-con .sub-title h3,
  .overview .sub-title h3 {
    font-size: 1.5rem;
  }

  /* 전시 목적 767 */
  .overview-con .box01 ul li p {
    font-size: 0.875rem;
  }

  /* 커뮤니티 767 */
  .qna .sub-banner,
  .news .sub-banner,
  .notice .sub-banner {
    height: 15rem;
  }

}

@media all and (max-width:600px) {
  .greeting .greeting-con-top .txt {
    top: 30px;
  }

  .greeting .greeting-con-top h4 {
    font-size: 1.5rem;
    width: 350px;
  }

  .greeting .greeting-con-top h4::after {
    width: 40px;
    height: 40px;
    top: -15px;
    left: 34px;
  }

  .greeting .greeting-con-top h4 {
    padding-bottom: 20px;
  }

  .greeting .greeting-con-top dl dt,
  .greeting .greeting-con-top dl dd {
    font-size: 1rem;
  }

  .greeting .greeting-con-top dl dt {
    margin-bottom: 5px;
  }

  .greeting .greeting-con-top dl {
    padding-left: 0;
  }

  .greeting .greeting-con-bottom h5,
  .greeting .greeting-con-bottom li,
  .greeting .greeting-con-bottom article span,
  .greeting .greeting-con-bottom article p {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .greeting-con-bottom img {
    width: 100px;
  }

  .greeting .greeting-con-bottom {
    padding: 3vh 0 0 0;
  }

  .greeting .greeting-con-bottom li,
  .greeting .greeting-con-bottom h5 {
    margin-bottom: 3vh;
  }
}

@media all and (max-width:430px) {
  .timeline ul li p {
    font-size: 0.75rem;
  }

  .timeline ul li.in-view div {
    width: 130px;
  }

  .timeline ul li:nth-child(odd) div {
    padding-right: 0;
  }

  .timeline ul li:nth-child(even) div {
    padding-left: 0;
    left: -165px;
  }

}