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

/* 서브 다음 콘텐츠 영역 */
.next {
	height:32rem; 
	line-height:32rem; 
	background:no-repeat center; 
	background-size:cover; 
	font-size:0;
}
.next .el {
	display:inline-block; 
	line-height:1; 
	vertical-align:middle;
	color:#fff;
}
.next .el em { 
	display:block; 
    margin: 0 0 20px 0;
	font-size:2.8rem;
	font-weight:700; 
    line-height: 1.4;
}
.next .el a { 
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
}
.next .el a:hover, .next .el a :focus {
	background:#fff;
	color:#000;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.boder-b {
    border-bottom: 1px solid #ddd;
	margin-top:100px;
    padding-bottom: 50px;
}
.boder-t {
    border-top: 1px solid #ddd;
    margin-top: 80px;
    padding-top: 80px;
}
.boder-t2 {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}
.boder-t3 {
    border-top: 1px solid #ddd;
    padding-top: 80px;
}

  .m_block-img {
	display: none;
  }


.sub-container {
    max-width: 1920px;
    margin: 0 auto;
	padding-top: 102px;
}
.sub-container > .header-text {
  text-align: center;
  padding: 20px;
}
.sub-container > .header-text > header {
  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 {
  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 {
}
.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;
}
.red {
	color:#895a4d !important;
}
.brown {
	color:#ba9c91 !important;
}
.green {
	color:#18a461 !important;
}
.green2 {
	color:#75977b !important;
}
.i_bold {
    font-weight: 700;
    display: block;
}
.italic {
    font-style: italic;
    font-weight: 500;
}

.margin-bottom {
  margin-bottom: 50px;
}
.margin-bottom100 {
  margin-bottom: 100px;
}
.margin-bottom-no {
  margin-bottom: 0;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top100 {
  margin-top: 100px;
}
.padding-top100 {
  padding-top: 100px;
}
.padding-right {
  padding-right: 50px;
}

.sub-inner {
  max-width: 1560px;
  line-height: 160%;
  color: #2e2d2d;
  text-align: justify;
  word-break: break-all;
  padding: 80px 0 0;
  margin: 0 auto 80px;
}
.sub-inner > article,
.sub-inner > section {
  /* 페이지 이동 */
}
.sub-inner > article > header,
.sub-inner > section > header {
  text-align: center;
  margin-bottom: 60px;
}
.sub-inner > article > header > span,
.sub-inner > section > header > span {
  font-size: 1.7rem;
  color: #000;
  display: inline-block;
    font-weight: 600;
}
.sub-inner > article > header > span::after,
.sub-inner > section > header > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  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-size: 2.4rem;
    font-weight: 700;
    line-height: 35px;
}
.sub-inner .sub-title {
  font-size: 1.8rem;
}
.sub-inner .hash {
  font-style: italic;
  color: #728bab;
}
.sub-inner .hash span {
  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;
}
.img_des {
    padding-top: 20px;
    display: block;
    padding-left: 30px;
}
.img_des i {
	font-weight: 700;
}
.img_des2 i {
	font-weight: 700;
}


/* ----------------------------- */
/* 공통
/* ----------------------------- */
.sub-conbox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.sub-conbox-img {
	width:20%;
}
.sub-conbox-imgtxt {
	width:20%;
	color:#5b7eaa;
	font-weight: 600;
}
.sub-conbox-txt {
	width: 80%;
    margin-left: 40px;
}
.sub-conbox-txt .name {
	font-weight: 700;
    margin-right: 50px;
}

.sub_img_flex {
    width: 100%;
    display: flex;
    align-items: flex-start;
	justify-content: space-between;
    margin-bottom: 50px;
}
.sub_img_flex img {
    width: 48.5%;
}


/* ----------------------------- */
/* 오프닝
/* ----------------------------- */
.openning {
  text-align: center;
}
.openning-tit h2 span {
    display: inline-block;
    width: 120px;
    border-top: 1px solid #b7565f;
    position: relative;
    top: -15px;
    margin: 0 20px;
}
.openning-tit h2 {
    font-weight: 700;
    font-size: 4.0rem;
    color: #b7565f;
}


/* ----------------------------- */
/* 부산테마
/* ----------------------------- */
.sub-header-txt {
}
.sub-header-top {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #000;
    margin-bottom: 40px;
    padding-bottom: 15px;
    padding-left: 10px;
	justify-content: space-between;
}
.sub-header-top h4 {
    font-weight: 700;
	font-size:2.0rem;
}
.sub-header-top span {
	font-size:1.8rem;
    font-weight: 300;
}
.sub-header-box {
    display: flex;
    padding-bottom: 80px;
}
.sub-header-box-no {
    padding-bottom: 0!important;
}
.sub-header-box h3 {
	font-family: 'NanumMyeongjo';
	font-weight: 700;
    width: 25%;
	font-size:4.0rem;
    line-height: 55px;
}
.sub-header-box > div {
    width: 75%;
    padding-left: 20px;
}
.sub-header-box span {
	color:#2a597b;
	font-size:2.5rem;
	font-family: 'NanumMyeongjo';
	font-weight: 700;
    margin-bottom: 15px;
    display: block;
    line-height: 38px;
}
.sub-header-box > span > i {
    color: #000;
    font-size: 2.4rem;
    font-family: "Pretendard";
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 15px;
    line-height: 30px;
}
.mint {
    color: #25b7aa !important;
}
.sub-header-box p {
	font-size:1.8rem;
}
.sub-header-box p i {
	font-weight: 600;
}
.sub-header-box p a.blue {
color:#6185ae;
}
.sub-header-box p i img {
    vertical-align: middle;
	margin-right:10px;
}

.sub_img_txt_p {
	font-family: 'NanumMyeongjo';
	font-weight: 400;
	position: relative;
	font-size:5.0rem;
	color:#2a597b;
    margin-bottom: 80px;
}
.s_left_txt {
    position: absolute;
    left: 10px;
    bottom: -60px;
    line-height: 60px;
}
.s_right_txt {
    position: absolute;
    right: 10px;
    bottom: -60px;
    line-height: 60px;
}
.s_left_txt span, .s_right_txt span {
	color:#fff;
}

.sub_title_h4 {
	font-family: 'NanumMyeongjo';
	font-weight: 700;
	font-size:2.5rem;
    margin-bottom: 25px;
}

.sub_list_box ul {
}
.sub_list_box ul li {
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: 40px;
}
.sub_list_box ul li figure {
	width:20%;
}
.sub_list_box ul li div {
    width: 80%;
    margin-left: 40px;
    background: #f5f5f5;
    padding: 40px 40px 0 40px;
}
.sub_list_box > ul > li > div > span {
	font-family: 'NanumMyeongjo';
	font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 10px;
    display: block;
}
.sub_list_box ul li div p {
    padding: 0 20px;
}
.sub_list_box > ul > li > div > span.span_name {
	font-weight: 400;
    font-size: 1.7rem;
    margin-bottom: 0px;
    text-align: right;
    padding: 0 20px;
}

.sub_img_tit_txt {
    text-align: center;
    margin: 40px 0;
}
.sub_img_tit_txt .bold_tit {
	font-weight: 700;
    font-size: 2.5rem;
	color:#000;
    padding-bottom: 25px;
}
.sub_img_tit_txt .light_tit {
    font-weight: 100;
    font-size: 4.5rem;
    color: #ddd;
    letter-spacing: 20px;
}
.sub_img_tit_txt .light_tit2 {
    font-weight: 100;
    font-size: 4.5rem;
    color: #5076a2;
    padding-bottom: 55px;
    letter-spacing: 20px;
}
.sub_img_tit_txt .light_tit3 {
    font-weight: 100;
    font-size: 2.5rem;
    color: #777;
    letter-spacing: 10px;
}

.half_highlight {
	background: linear-gradient(to top, #e0eaf8 50%, transparent 50%);
    display: inline-block;
    margin-bottom: 12px;
}
.bold_tit2 {
	color:#555;
    padding-bottom: 25px;
}
.bold_tit2 span {
	color:#555;
    font-size: 1.5rem;
}
.bold_tit2 p {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 38px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #839fc2;
    text-underline-offset: 8px;
}
.bold_tit3 p {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 38px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #18a461;
    text-underline-offset: 8px;
}

.des_txt {
    border: 2px solid #25b7aa;
    color: #25b7aa;
    padding: 20px 30px;
    font-size: 1.6rem !important;
    font-weight: 500;
    margin-top: 20px;
}
.des_txt2 {
    border: 2px solid #000;
    color: #25b7aa;
    padding: 20px 30px;
    font-family: "Pretendard" !important;
    font-size: 1.6rem !important;
    font-weight: 500;
    margin-top: 20px;
    display: block;
    line-height: 25px !important;
}
.des_txt2 i {
    color: #555;
    font-size: 2.2rem;
    font-family: 'NanumMyeongjo';
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    line-height: 34px;
}


.sub_list_box2 > ul > li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background: #e6e7e9;
}
.sub_list_box2 > ul > li > figure {
	width:20%;
}
.sub_list_box2 > ul > li > div {
    width: 80%;
    padding: 40px 40px 20px;
    background: #fff;
    border: 2px solid #e6e7e9;
}
.sub_list_box2 > ul > li > div > span {
	font-family: 'NanumMyeongjo';
	font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 10px;
    display: block;
}
.sub_list_box2 > ul > li > div > p > i {
	font-weight: 700;
	text-align:right;
	display: block;
}
.sub_list_box2 > ul > li > div > ul {
    margin-bottom: 15px;
}



/* ----------------------------- */
/* 부산핫플
/* ----------------------------- */
.sub2_3_icon {
    margin-bottom: 10px;
}
.sub2_3_icon span {
    font-weight: 700;
    margin-right: 0px;
    color: #895a4d !important;
    top: 15px;
    position: relative;
    margin-left: 10px;
}


/* ----------------------------- */
/* BMC 인터뷰
/* ----------------------------- */
.sub4_2_span span {
    font-weight: 600;
	color:#231916;
	font-size:2.0rem;
}
.sub4_2_icon {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sub4_2_icon span {
    font-weight: 500;
    color: #fff !important;
    top: 15px;
    position: relative;
    margin-left: 10px;
    background: #231916;
    padding: 6px 15px;
    border-radius: 50px;
	font-size:1.7rem;
}

.sub4_3 {
    border: 2px solid #2c77bc;
    padding: 20px 25px;
}


/* ----------------------------- */
/* BMC 핫이슈
/* ----------------------------- */
.sub4_4 {}
.sub4_4 ul {
    margin-left: 5px;
}
.sub4_4 > ul > li {
    color: #0f0f0f;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.sub4_4 > ul > li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 11px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.sub4_4 > ul > li > ul > li {
    color: #0f0f0f;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.sub4_4 > ul > li > ul > li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 11px;
    background: #000;
    width: 7px;
    height: 2px;
}


/* ----------------------------- */
/* 독자참여
/* ----------------------------- */
.quiz_a {
    background: #75977b;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 50px;
}

/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1440px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */


@media screen and (max-width: 1560px) {

	.sub-inner {
		padding: 50px 30px;
		margin: 0 auto;
	}

}

@media screen and (max-width: 1240px) {

  /* ----------------------------- */
  /* 바다가 이야기
  /* ----------------------------- */
  .iam-badaga-wrap .img-wrap .header-text {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
	
	.sub-container {
		max-width: 1920px;
		margin: 0 auto;		
		padding-top: 0;
	}

  /* ----------------------------- */
  /* 오프닝
  /* ----------------------------- */
  .openning-logo {
    top: 40px;
  }
  .sub-inner > article > header h2, 
  .sub-inner > section > header h2 {
		font-size: 3.5rem;
	}
  .sub-inner > article > header, 
  .sub-inner > section > header {
		text-align: center;
		margin-bottom: 30px;
	}
	.openning-txt p {
		font-size: 1.6rem;
	}
	.openning-tit h2 span {
		display: inline-block;
		width: 30px;
		border-top: 1px solid #b7565f;
		position: relative;
		top: -15px;
		margin: 0 20px;
	}

	.sub-header-box h3 {
		font-size: 3.2rem;
		line-height: 45px;
	}
	.sub-header-box span {
		color: #2a597b;
		font-size: 2.2rem;
		font-family: 'NanumMyeongjo';
		font-weight: 700;
		margin-bottom: 5px;
		display: block;
		line-height: 36px;
	}
	.sub-header-box p {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.sub-inner .title {
		margin-bottom: 10px;
	}
	.sub-header-box {
		padding-bottom: 5%;
	}
	.sub-conbox {
		margin-bottom: 30px;
	}
	.sub-conbox-txt {
		margin-left: 30px;
	}
	.sub-conbox-txt p {
		font-size: 1.6rem;
	}
	.margin-top50 {
		margin-top: 5%;
	}
	.margin-top100 {
		margin-top: 10%;
	}
	.margin-bottom100 {
		margin-bottom: 10%;
	}

	.sub_list_box ul li div {
		padding: 30px;
	}
	.sub_list_box ul li div p {
		padding: 0;
		font-size: 1.6rem;
		margin-bottom: 0;
	}

	.boder-b {
		margin-top: 10%;
		padding-bottom: 5%;
	}
	.boder-t3 {
		padding-top: 8%;
	}

}
@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;
  }
  .sub-header-box h3 {
    font-size: 2.4rem;
    line-height: 37px;
	}
	.sub_img_tit_txt .light_tit {
		font-size: 4.0rem;
		letter-spacing: 10px;
		padding: 0 5%;
		line-height: 1.3;
	}

	.openning-txt p {
		font-size: 1.6rem;
		padding: 0 25px;
	}
	.sub2_1_mimg {
		width: 120px;
	}
	.sub-header-box > span > i {
		font-size: 1.8rem;
		line-height: 24px;
	}

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

	  /* ----------------------------- */
	  /* 부산이야기
	  /* ----------------------------- */
	  /* 주요뉴스 */
	  .news-wrap article {
		display: block;
	  }
	  .news-wrap article > div:first-child {
		margin-bottom: 20px;
	  }
	  .sub-conbox-imgtxt {
		width: 20%;
		color: #5b7eaa;
		font-weight: 600;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	.sub_m_top {
		margin-top: 15px !important;
	}
	.sub_list_box ul li div {
		margin-left: 10px;
	}
	.sub-inner .title {
		font-size: 2.0rem;
		line-height: 28px;
	}
	.sub4_4 > ul > li {
		font-size: 1.6rem;
	}

}

@media screen and (max-width: 768px) {

	 br.none-mobile {
		display: none;
	  }
	  .none-img {
		display: none;
	  }
	  .m_block-img {
		display: block;
	  }
	
	.sub-header-box {
		display: block;
	}
	.sub-header-box h3 {
		width: 100%;
		margin-bottom: 10px;
	}
	.sub-header-box > div {
		width: 100%;
		padding-left: 0;
	}
	.sub-conbox {
		display: block;
	}

	.sub-conbox-txt {
		margin-left: 0;
		width: 100%;
		padding: 0 10px;
	}
	.sub-conbox-img {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.sub-conbox-img > figure {
		margin-bottom: 20px;
	}
	
	.sub_list_box ul li {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}
	.sub_list_box ul li figure {
		width: 100%;
		text-align: center;
	}
	.sub_list_box ul li div {
		width: 100%;
		margin-left: 0;
		padding: 30px;
	}
	.sub_list_box > ul > li > div > span {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}

	.img_des {
		padding-left: 5px;
	}
	.sub_img_tit_txt .light_tit2 {
		font-size: 4.0rem;
		padding-bottom: 35px;
		letter-spacing: 15px;
	}
	.bold_tit2 p {
		margin-bottom: 15px;
	}
	.sub-conbox-imgtxt {
		width: 100%;
		margin-bottom: 10px;			
		font-size: 1.7rem;
		padding: 0 10px;
	}

	.m_bg_color {
		background: #5077a2;	
	}
	.sub_m_bottom {
		margin-bottom: 20px !important;
	}

}

@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;
  }

  /* ----------------------------- */
  /* 오프닝
  /* ----------------------------- */
	  .next .el {
		padding: 0 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;
  }

	.sub_list_box2 > ul > li {
		width: 100%;
		display: block;
	}
	.sub_list_box2 > ul > li > figure {
		width: 100%;
	}
	.sub_list_box2 > ul > li > div {
		width: 100%;
		padding: 30px;
	}
	.sub_list_box2 > ul > li > div > span {
		font-size: 1.8rem;
	}
	.sub_list_box2 > ul > li > div > p {
		font-size: 1.6rem;
		margin-bottom: 0;
	}

	.boder-t {
		border-top: 1px solid #ddd;
		margin-top: 8%;
		padding-top: 8%;
	}


}

@media screen and (max-width: 480px) {

  /* ----------------------------- */
  /* Common
  /* ----------------------------- */

  #container {
		padding-top: 65px;
	}
	#header {
		width: 100%;
		padding: 10px 30px;
	}
 
  .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: 30px 20px;
  }
  .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-tit h2 span {
		display: inline-block;
		width: 15px;
		border-top: 0;
		position: relative;
		top: -15px;
		margin: 0;
	}
	
	.sub-header-top {
		margin-bottom: 25px;
	}
	.sub_img_txt_p {
		font-size: 3.0rem;
	}
	.s_left_txt {
		bottom: -50px;
		line-height: 50px;
	}
	.s_right_txt {
		bottom: -50px;
		line-height: 50px;
	}

	.next .el em {
		font-size: 2.4rem;
		font-weight: 600;
	}
	.sub-header-box h3 {
		font-size: 2.6rem;
		line-height: 32px;
	}
	
	.sub_img_flex {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	.sub_img_flex img {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sub_title_h4 {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.sub_img_tit_txt .bold_tit {
		font-size: 2.2rem;
		padding-bottom: 15px;
	}
	.sub_img_tit_txt .light_tit {
		font-size: 2.4rem;
		letter-spacing: 8px;
		padding: 0 5%;
		line-height: 1.2;
	}
	.sub_img_tit_txt .light_tit2 {
		font-size: 2.4rem;
		padding-bottom: 25px;
		letter-spacing: 8px;
	}

	.right_font {
		text-align: right;
	}
	.bold_tit2 {
		padding-bottom: 0;
	}
	.sub-inner .title {
		margin-bottom: 0;
		font-size: 2.0rem;
	}
	.half_highlight {
		margin-bottom: 20px !important;
	}

}
