@charset "UTF-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2021-10-20
/* ================================================================== */
/* ----------------------------- */
/* 서브공통
/* ----------------------------- */
#container {
  background: url("../images/sub/common/grid.png");
}

.sub-container {
  max-width: 1860px;
  padding: 0 20px;
  margin: 0 auto;
}
.sub-container > .header-text {
  text-align: center;
  padding: 20px;
}
.sub-container > .header-text > header {
  font-family: "SCDreamMedium", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.sub-container > .header-text > header > span {
  font-size: 1.7rem;
  color: #fff;
  border-radius: 5px;
  background: #284b8b;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.sub-container > .header-text > header h2 {
  font-size: 4.2rem;
  line-height: 120%;
  margin-bottom: 20px;
}
.sub-container > .header-text > header h2 span {
  font-family: "SCDreamLight", sans-serif;
}
.sub-container > .header-text .writer {
  color: #000;
  font-style: italic;
  margin-bottom: 30px;
}
.sub-container > .header-text .text-box {
  max-width: 720px;
  border: 2px solid #d4d4d4;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
}
.sub-container.box-small .img-wrap > .header-text {
  padding: 20px 100px;
}

.img-wrap {
  position: relative;
}
.img-wrap .header-text {
  width: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.img-wrap .header-text > header {
  font-family: "SCDreamMedium", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.img-wrap .header-text > header > span {
  font-size: 1.7rem;
  color: #fff;
  border-radius: 5px;
  background: #284b8b;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.img-wrap .header-text > header h2 {
  font-size: 4.2rem;
  line-height: 120%;
  margin-bottom: 20px;
}
.img-wrap .header-text > header h2 span {
  font-family: "SCDreamLight", sans-serif;
}
.img-wrap .header-text .writer {
  color: #000;
  font-style: italic;
  margin-bottom: 30px;
}

.writer {
  font-family: "SCDreamRegular", sans-serif;
  color: #797979;
}

.foreign {
  font-family: "SCDreamLight", sans-serif !important;
}

.margin-bottom {
  margin-bottom: 50px;
}

.sub-inner {
  max-width: 1170px;
  font-family: "SCDreamLight", sans-serif;
  line-height: 160%;
  color: #2e2d2d;
  text-align: justify;
  word-break: break-all;
  padding: 100px 0 0;
  margin: 0 auto;
}
.sub-inner > article,
.sub-inner > section {
  /* 페이지 이동 */
}
.sub-inner > article > header,
.sub-inner > section > header {
  font-family: "SCDreamMedium", sans-serif;
  text-align: center;
  margin-bottom: 60px;
}
.sub-inner > article > header > span,
.sub-inner > section > header > span {
  font-size: 1.7rem;
  color: #284b8b;
  display: inline-block;
}
.sub-inner > article > header > span::after,
.sub-inner > section > header > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #284b8b;
  margin-bottom: 20px;
}
.sub-inner > article > header h2,
.sub-inner > section > header h2 {
  font-size: 4.2rem;
  line-height: 160%;
}
.sub-inner > article > header h2 span,
.sub-inner > section > header h2 span {
  font-family: "SCDreamLight", sans-serif;
}
.sub-inner > article > div:last-child,
.sub-inner > section > div:last-child {
  margin-bottom: 0;
}
.sub-inner > article .pagenation-wrap,
.sub-inner > section .pagenation-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-inner > article .pagenation-wrap > div,
.sub-inner > section .pagenation-wrap > div {
  width: 86px;
  height: 35px;
  background: url("../images/sub/common/sub_pagenation_arrow.jpg") no-repeat center;
  margin: 0 !important;
  position: relative;
}
.sub-inner > article .pagenation-wrap .next,
.sub-inner > section .pagenation-wrap .next {
  border-right: 1px solid #d8d8d8;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sub-inner > article .pagenation-wrap.pagenation-only .next,
.sub-inner > section .pagenation-wrap.pagenation-only .next {
  border-right: none;
}
.sub-inner > article .img-wrap,
.sub-inner > section .img-wrap {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub-inner > article .img-wrap > figure,
.sub-inner > section .img-wrap > figure {
  width: calc(100% / 2 - 20px / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.sub-inner > article .img-wrap > figure:nth-child(even),
.sub-inner > section .img-wrap > figure:nth-child(even) {
  margin-right: 0;
}
.sub-inner > article .img-wrap .caption,
.sub-inner > section .img-wrap .caption {
  font-size: 1.4rem;
  text-align: right;
  line-height: 120%;
  word-break: keep-all;
  margin-top: 5px;
}
.sub-inner .title {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 2rem;
}
.sub-inner .sub-title {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 1.8rem;
}
.sub-inner .hash {
  font-style: italic;
  color: #728bab;
}
.sub-inner .hash span {
  font-family: "SCDreamMedium", sans-serif;
  font-style: normal;
  margin-bottom: 5px;
  display: block;
}

.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .col-2 {
    display: block;
  }
}
.col-2 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.col-2 > div:first-child {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .col-2 > div:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

figure figcaption {
  font-size: 1.4rem;
  font-style: italic;
  color: #585858;
  text-align: center;
}

p {
  margin-bottom: 20px;
}

.poem {
  font-size: 1.5rem;
  font-style: italic;
  text-align: right;
}

/* ----------------------------- */
/* 오프닝
/* ----------------------------- */
.openning-logo {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.openning-logo img {
  width: 80px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.openning {
  text-align: center;
}

/* ----------------------------- */
/* 일광인터뷰
/* ----------------------------- */
.interview .text-box {
  max-width: 800px;
  color: #40ba7c;
  border: none;
  background: #ffefb4;
  padding: 20px 30px;
  margin: 0 auto 50px auto;
  display: block;
}
.interview .text-box > figure {
  text-align: center;
  display: block;
}
.interview .text-box > figure img {
  max-width: 480px;
}
.interview .text-box dl {
  font-family: "SCDreamLight", sans-serif;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview .text-box dl dt {
  position: relative;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  margin-right: 20px;
  overflow: hidden;
}
.interview .text-box dl dt:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.interview .text-box dl dt > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.interview .text-box dl dt figure {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.interview .text-box dl dd {
  width: calc(100% - 70px);
  font-size: 1.4rem;
  color: #000;
  text-align: left;
}
.interview .text-box dl dd span {
  font-family: "SCDreamMedium", sans-serif;
  font-style: italic;
  color: #40ba7c;
}
.interview .sub-inner {
  padding: 50px 0 0;
}
.interview .sub-inner h3 {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #40ba7c;
  margin-bottom: 20px;
}
.interview .sub-inner h3 span {
  font-family: "SCDreamLight", sans-serif;
  font-size: 3rem;
}
.interview .sub-inner .question {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 2rem;
}
.interview .sub-inner .answer {
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview .sub-inner .answer .answer-photo {
  font-family: "SCDreamMedium", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 20px;
}
.interview .sub-inner .answer .answer-photo figure {
  position: relative;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  overflow: hidden;
}
.interview .sub-inner .answer .answer-photo figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.interview .sub-inner .answer .answer-photo figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.interview .sub-inner .answer .answer-photo figure img {
  position: absolute;
  top: 0;
  left: 0;
}

/* ----------------------------- */
/* 그린플레이스
/* ----------------------------- */
.green-place > div {
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.green-place > div .title {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  color: #40ba7c;
  margin-bottom: 10px;
}
.green-place dl {
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.green-place dl dt {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  color: #40ba7c;
  margin-bottom: 10px;
}
.green-place dl dd .img-wrap {
  margin-bottom: 0;
}
.green-place dl dd .img-wrap > figure:last-child {
  margin-right: 0;
}
.green-place .col-2 > div:first-child {
  margin-bottom: 20px;
}

.mini-interview {
  width: calc(100% - 50px);
  background: #eae4d1;
  padding: 20px;
  margin-top: 60px;
  position: relative;
}
.mini-interview dl {
  font-family: "SCDreamLight", sans-serif;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.mini-interview dl dt {
  position: relative;
  width: 50px;
  border: 1px solid #40ba7c;
  border-radius: 50%;
  background: #fff;
  margin-right: 20px;
  overflow: hidden;
}
.mini-interview dl dt:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.mini-interview dl dt > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mini-interview dl dt figure {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mini-interview dl dd {
  color: #005631;
  text-align: left;
}
.mini-interview dl dd span {
  font-family: "SCDreamMedium", sans-serif;
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}
.mini-interview dl dd p {
  margin-bottom: 0;
}
.mini-interview > div {
  position: absolute;
  top: -50px;
  right: -50px;
}
.mini-interview > div img {
  width: 100px;
}

/* ----------------------------- */
/* 일광맵
/* ----------------------------- */
.map > .header-text .text-box {
  max-width: 800px;
}
.map .sub-inner {
  padding-top: 0;
}
.map .sub-inner figure {
  background: #cae4c3;
  padding: 20px;
}

/* ----------------------------- */
/* 일광플레이스
/* ----------------------------- */
.hot-place .gray-box {
  padding: 20px;
  border: 2px solid #d4d4d4;
}
.hot-place > article {
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.hot-place > article header {
  margin-bottom: 30px;
}
.hot-place > article header h3 {
  font-family: "SCDreamMedium", sans-serif;
}
.hot-place > article header h3 span {
  font-family: "SCDreamThin", sans-serif;
  font-size: 4rem;
  margin-bottom: 10px;
  display: block;
}
.hot-place > article header > span {
  position: relative;
  width: 50px;
  background: url("../images/sub/place/sub2_1_coffee_icon.png") no-repeat center;
  background-size: 100%;
  margin-bottom: 20px;
  display: block;
}
.hot-place > article header > span:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.7142857143%;
}
.hot-place > article header > span > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hot-place > article header > span p {
  font-family: "SCDreamMedium";
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
}
.hot-place > article ul {
  margin-bottom: 30px;
}
.hot-place > article ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hot-place > article ul li > img {
  width: 20px;
  margin-right: 10px;
}
.hot-place > article .img-wrap {
  margin-bottom: 0;
}

/* ----------------------------- */
/* 부산동네
/* ----------------------------- */
.culture-in > header {
  margin-bottom: 30px;
}
.culture-in > header h3 {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.culture-in > header h3 img {
  width: 70px;
  margin-left: 10px;
}
.culture-in > div {
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.culture-in > div ul {
  margin-bottom: 20px;
}
.culture-in > div ul li {
  magin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.culture-in > div ul li img {
  width: 25px;
  margin-right: 10px;
}
.culture-in > div figure {
  width: 50%;
}

/* ----------------------------- */
/* 바다가 이야기
/* ----------------------------- */
.story01 > .img-wrap .header-text {
  width: 40%;
  left: 30px;
  -webkit-transform: none;
          transform: none;
}
.story01 .question {
  font-family: "SCDreamMedium", sans-serif;
  color: #0099cc;
  line-height: 160%;
  padding-left: 40px;
  margin-bottom: 25px;
  position: relative;
}
.story01 .question::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #0099cc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.story01 .answer {
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.story01 .answer .answer-photo {
  font-family: "SCDreamMedium", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 20px;
}
.story01 .answer .answer-photo figure {
  position: relative;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  overflow: hidden;
}
.story01 .answer .answer-photo figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.story01 .answer .answer-photo figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.story01 .answer .answer-photo figure img {
  position: absolute;
  top: 0;
  left: 0;
}
.story01 .description {
  font-size: 1.4rem;
  font-style: italic;
  color: #585858;
}

/* 숫자로 알아보는 bmc */
.anniversary-wrap .anniversary > .aniversary-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anniversary-wrap .anniversary > .aniversary-content > div {
  text-align: center;
  margin-right: 30px;
  margin-bottom: 30px;
}
.anniversary-wrap .anniversary > .aniversary-content > div:last-child {
  margin-right: 0;
}
.anniversary-wrap .anniversary > .aniversary-content > div h3 {
  width: 80%;
  font-family: "SCDreamMedium", sans-serif;
  font-size: 1.8rem;
  background: #fac03e;
  padding: 5px 20px;
  margin: 0 auto 20px auto;
  display: block;
}
.anniversary-wrap .anniversary > .aniversary-content > div figure {
  text-align: center;
  margin-bottom: 20px;
}
.anniversary-wrap .anniversary > .aniversary-content > div p {
  font-size: 1.2rem;
  color: #727171;
}
.anniversary-wrap .anniversary > .aniversary-content > div p span {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 3.5rem;
}
.anniversary-wrap .anniversary > .aniversary-content > div p span.point {
  font-family: "SCDreamRegular", sans-serif;
  font-size: 1.6rem;
  color: #1c7fbe;
}
.anniversary-wrap .anniversary > .aniversary-content.col-3 > div {
  width: calc(100% / 3 - 30px * 2 / 3);
}
.anniversary-wrap .anniversary > .aniversary-content.col-4 > div {
  width: calc(100% / 4 - 30px * 3 / 4);
}
.anniversary-wrap .bottom-img {
  text-align: center;
}

/* 메시지 */
.message-wrap .col-2 > div {
  border-bottom: 1px dashed #d4d4d4;
  background: url("../images/sub/story/sub4_4_message_bg.jpg");
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
}
.message-wrap .col-2 > div .heart {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 주요뉴스 */
.news-wrap article {
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-wrap article > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-wrap article > div:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 20px;
}
.news-wrap article header {
  font-family: "SCDreamMedium", sans-serif;
  margin-bottom: 10px;
}
.news-wrap article ul li {
  padding-left: 25px;
  margin-bottom: 5 px;
  position: relative;
}
.news-wrap article ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/sub/story/sub4_5_check.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

/* I AM 바다가 */
.iam-badaga-wrap .header-text {
  padding: 20px 40px;
}

/* ----------------------------- */
/* 독자참여
/* ----------------------------- */
.quiz-wrap .img-wrap .header-text {
  padding: 20px 100px;
}
.quiz-wrap .opinion-wrap {
  background: #f7f4ed;
  padding: 20px;
}
.quiz-wrap .opinion-wrap .opinion {
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.quiz-wrap .opinion-wrap .opinion .title {
  font-family: "SCDreamMedium", sans-serif;
  color: #2a83be;
  marign-bottom: 10px;
}
.quiz-wrap .sub-title {
  font-family: "SCDreamLight", sans-serif;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
  background: #efefef;
  padding: 30px 20px;
}
.quiz-wrap .sub-title span {
  color: #eb5c7b;
}
.quiz-wrap .quiz {
  text-align: center;
  border: 2px solid #1c7fbe;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
  position: relative;
}
.quiz-wrap .quiz > div {
  text-align: left;
  margin-bottom: 30px;
}
.quiz-wrap .quiz > div figure {
  border-bottom: 2px dashed #1c7fbe;
  display: inline-block;
}
.quiz-wrap .quiz > div figure img {
  width: 100px;
}
.quiz-wrap .quiz .hint {
  font-size: 1.4rem;
  text-align: right;
  font-style: italic;
}
.quiz-wrap .quiz a {
  color: #fff;
  border-radius: 10px;
  background: #1c7fbe;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
}
.quiz-wrap .quiz a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quiz-wrap .quiz a:hover::after {
  width: calc(100% - 20px);
}

/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1440px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */
@media screen and (max-width: 1240px) {
  /* ----------------------------- */
  /* 바다가 이야기
  /* ----------------------------- */
  .iam-badaga-wrap .img-wrap .header-text {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  /* ----------------------------- */
  /* 오프닝
  /* ----------------------------- */
  .openning-logo {
    top: 40px;
  }
}
@media screen and (max-width: 1150px) {
  /* ----------------------------- */
  /* 바다가 이야기
  /* ----------------------------- */
  .iam-badaga-wrap .img-wrap .header-text {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .sub-container.box-small .img-wrap > .header-text {
    padding: 20px;
  }

  .img-wrap .header-text {
    width: 70%;
  }

  /* ----------------------------- */
  /* 오프닝
  /* ----------------------------- */
  .openning-logo {
    top: 20px;
  }
  .openning-logo img {
    width: 60px;
  }
}
@media screen and (max-width: 930px) {
  .img-wrap .header-text {
    width: 100%;
    background: none;
    padding: 20px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }

  /* ----------------------------- */
  /* 바다가 이야기
  /* ----------------------------- */
  .story01 > .img-wrap .header-text {
    width: 100%;
    left: auto;
  }

  /* 숫자로 알아보는 bmc */
  .anniversary-wrap .anniversary > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anniversary-wrap .anniversary > div.col-3 > div, .anniversary-wrap .anniversary > div.col-4 > div {
    width: calc(100% / 2 - 30px / 2);
  }
  .anniversary-wrap .anniversary > div.col-3 > div:nth-child(even), .anniversary-wrap .anniversary > div.col-4 > div:nth-child(even) {
    margin-right: 0;
  }

  /* 주요뉴스 */
  .news-wrap article > div:last-child {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }

  /* I AM 바다가 */
  .iam-badaga-wrap .img-wrap .header-text {
    width: 100%;
  }

  /* ----------------------------- */
  /* 독자참여
  /* ----------------------------- */
  .quiz-wrap .img-wrap .header-text {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .col-2 {
    display: block;
  }
  .col-2 > div:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  /* ----------------------------- */
  /* 부산이야기
  /* ----------------------------- */
  /* 주요뉴스 */
  .news-wrap article {
    display: block;
  }
  .news-wrap article > div:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .sub-inner > article .img-wrap,
.sub-inner > section .img-wrap {
    display: block;
  }
  .sub-inner > article .img-wrap figure,
.sub-inner > section .img-wrap figure {
    width: 100%;
  }
  .sub-inner > article .img-wrap figure:nth-child(even),
.sub-inner > section .img-wrap figure:nth-child(even) {
    margin-right: 0;
  }
  .sub-inner > article .img-wrap figure:last-child,
.sub-inner > section .img-wrap figure:last-child {
    margin-bottom: 0;
  }

  /* ----------------------------- */
  /* 오프닝
  /* ----------------------------- */
  .openning-logo img {
    width: 50px;
  }

  /* ----------------------------- */
  /* 부산동네
  /* ----------------------------- */
  .culture-in > div figure {
    width: 100%;
  }

  /* ----------------------------- */
  /* 부산이야기
  /* ----------------------------- */
  /* 숫자로 알아보는 bmc */
  .anniversary-wrap .anniversary > .aniversary-content {
    display: block;
  }
  .anniversary-wrap .anniversary > .aniversary-content.col-3 > div, .anniversary-wrap .anniversary > .aniversary-content.col-4 > div {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* ----------------------------- */
  /* Common
  /* ----------------------------- */
  br.none-mobile {
    display: none;
  }

  .img-wrap .header-text {
    font-family: "SCDreamLight";
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .img-wrap .header-text > header > span {
    margin-bottom: 10px;
  }
  .img-wrap .header-text > header h2 {
    font-size: 2.5rem;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .sub-inner {
    padding: 50px 10px;
  }
  .sub-inner > article > header h1, .sub-inner > section > header h1 {
    font-size: 2.5rem;
  }
  .sub-inner > article > header h1 br, .sub-inner > section > header h1 br {
    display: none;
  }
  .sub-inner > article > header h2, .sub-inner > section > header h2 {
    font-size: 3rem;
  }
  .sub-inner > article .img-wrap, .sub-inner > section .img-wrap {
    margin-bottom: 50px;
  }
  .sub-inner > article .img-wrap .caption, .sub-inner > section .img-wrap .caption {
    text-align: center;
  }
  .sub-inner > article .pagenation-wrap, .sub-inner > section .pagenation-wrap {
    margin: 30px 0;
  }

  /* ----------------------------- */
  /* 오프닝
  /* ----------------------------- */
  .openning-logo {
    top: 10px;
    left: 10px;
    -webkit-transform: none;
            transform: none;
  }
  .openning-logo img {
    width: 40px;
  }
}
