@charset "UTF-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2021-10-20
/* ================================================================== */


/* 기본 */
.writer {
  font-family: "SCDreamRegular", sans-serif;
  color: #797979;
}
.writer2 {
	font-family: 'NanumMyeongjoBold';
    text-decoration: underline;
}
.foreign {
  font-family: "SCDreamLight", sans-serif !important;
}
.italic {
    font-style: italic;
    font-weight: 500;
}
.bold {
    font-weight: 600;
}
.i-center {
    text-align: center;
}
figure figcaption {
  font-size: 1.4rem;
  font-style: italic;
  color: #585858;
  text-align: center;
}
  br.none-m,
  br.none-m2 {
	display: none;
  }
  .foreign-color {
	font-family: "SCDreamLight", sans-serif !important;
	color: #006cb8;
  }
  .sub01-2-color {
	color: #40538f !important;
  }
  .sub02-1-color {
	color: #000 !important;
  }
  .sub02-1-for {
	color: #f15a5c !important;
  }
  .sub03-1-color {
	color: #4cbe94 !important;
  }
  .sub04-1-color {
	color: #27b6c2 !important;
  }
  .sub04-2-color {
	color: #f2707f !important;
  }
  .sub04-5-color {
	color: #1167a0 !important;
  }
  .sub05-color {
	color: #3a5882 !important;
  }

.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom50 {
  margin-bottom: 50px !important;
}
.margin-bottom100 {
  margin-bottom: 100px !important;
}
.margin-bottom-no {
  margin-bottom: 0 !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top50 {
  margin-top: 50px !important;
}
.margin-top100 {
  margin-top: 100px !important;
}
.padding-top100 {
  padding-top: 100px !important;
}
.padding-right {
  padding-right: 50px !important;
}
.img-span {
    text-align: right;
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    color: #777;
}
.img-span2 {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    color: #777;
}
.img-line {
    border-bottom: 1px solid #000;
}
.margin-none {
    margin-bottom: 0 !important;
}


/* ----------------------------- */
/* 서브 페이지 공통
/* ----------------------------- */
#container {
    padding-top: 100px;
}
.container {
    max-width: 1820px;
    margin: 0 auto;
    position: relative;
}
.sub-container {
    margin: 0 auto;
}
.sub-container > .header-text {
  text-align: center;
  padding: 20px;
}

.tit-h2 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 30px;
	color: #000;
    line-height: 34px;
}
.tit-h2-sub01 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 30px;
	color: #006cb8;
	text-align: center;
}
.tit-h2-sub01-4 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 30px;
	color: #b68d5d;
	text-align: center;
}
.tit2-h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
	color: #b7565f;
}
.sub-tit-h2 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #774f4f;
    padding-left: 50px;
    border-bottom: 2px solid #774f4f;
    padding-bottom: 20px;
}
.sub-tit2-h2 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #777;
    padding-left: 50px;
    border-bottom: 2px solid #777;
    padding-bottom: 20px;
}
.tit-h2-sub04-2 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f2707f;
    text-align: center;
    line-height: 34px;
}
.tit-h2-sub04-3 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}



/* ----------------------------- */
/* 서브 top
/* ----------------------------- */
.img-wrap {
	position: relative;
    z-index: 9;	
    width: 100%;
    margin-bottom: 20px;
}
.img-wrap figure {
    text-align: center;
}
.sub-title-wrap {
	width: 100%;	
    position: relative;
}
.sub-title {
    margin-bottom: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
}
.sub-title-wrap .sub-title span {
    display: block;
	font-size:2.4rem;
	font-weight:300; 
    padding-top: 30px;
    padding-bottom: 30px;
}
.sub-title-wrap .sub-title h2 {
	font-size:4.5rem;
	font-weight:700; 
}
.sub-title-wrap .sub-title p {
    text-align: right;
    padding-top: 20px;
    font-size: 1.8rem;
    font-weight: 500;
}


/* ----------------------------- */
/* 서브 con
/* ----------------------------- */
.sub-inner-wrap {
	max-width: 1560px;
	line-height: 160%;
	color: #000;
	text-align: justify;
	word-break: break-all;
	margin: 0 auto;
}
.sub-inner {
	max-width: 1400px;
	line-height: 160%;
	color: #000;
	text-align: justify;
	word-break: break-all;
	margin: 0 auto;
}
.sub-inner .sub-header-txt {
	text-align: center;
	line-height: 32px;
	font-weight:500; 
    font-size: 1.8rem;
}
.sub-inner .sub-header-txt2 {
	font-family: 'NanumMyeongjoBold';
	text-align: center;
	color:#b7565f;
	line-height: 32px;
	font-size:2.0rem;
}
.sub-inner figure {
	text-align: center;
}
.f-sub-conbox {
    margin-top: 100px;
}
.sub-conbox {
    width: 100%;
    margin-bottom: 50px;
}
.sub-conbox-txt {
    max-width: 1220px;
    margin: 0 auto;
}
.sub-conbox-txt p.title {
	font-size:2.4rem;
	font-weight:700; 
	margin-bottom:30px;
}
.sub-conbox-img {
    display: flex;
	justify-content: space-between;
}


/* ----------------------------- */
/* 공통
/* ----------------------------- */
.sub_img_flex {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
	gap: 40px;
}
.sub_img_flex>img {
    width: 50%;
}
.sub_img_flex2 {
    width: 100%;
	max-width:1820px;
    display: flex;
    margin-bottom: 60px;
	gap: 60px;
}
.sub_img_flex3 {
    width: 100%;
	max-width:1820px;
    display: flex;
    margin-bottom: 60px;
	gap: 40px;
}
.sub_img_flex3 figure {
    width: 33%;
}
.sub_img_flex span {
    width: 100%;
    display: block;
    padding-top: 15px;
    color: #40538f;
}
.sub_img_flex_p {
}

.sub-boder-line {
    border-top: 1px solid #000;
    margin-bottom: 60px;
    margin-top: 60px;
}
.line-sub01 {
    border-top: 1px solid #51b8e8;
}
.line-sub02 {
    border-top: 1px solid #40538f;
}
.line-sub03 {
    border-top: 1px solid #be9a6e;
}
.line-sub04 {
    border-top: 1px solid #4cbe94;
}
.line-li-wrap {
    margin-left: 5px;
}
.line-li-wrap li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.line-li-wrap li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 11px;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}


/* ----------------------------- */
/* 오프닝
/* ----------------------------- */
.openning {
  text-align: center;
  line-height: 180%;
}
.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;
}


/* ----------------------------- */
/* 부산테마 sub01
/* ----------------------------- */
.sub01-tit01 {
    font-size: 7.5rem;
    text-align: center;
    padding-bottom: 50px;
    line-height: 75px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 1px #000;
}

.sub-conbox-flex {
    display: flex;
	padding:75px 0 50px;
}
.sub-conbox-flex-txt {
    width: calc(100% - 520px);
	padding-right:65px;
}
.sub-conbox-flex2 {
    display: flex;
	color:#006cb8;
    justify-content: space-between;
    align-items: center;
}
.sub-conbox-flex2>div {
    font-weight: 100;
    font-size: 4.5rem;
    line-height: 45px;
}
.sub-conbox-flex2>span {
    text-align: right;
	font-weight: 400;
}
.sub-point {
    position: relative;
}
.sub-point-txt {
    text-align: center;
	font-family: 'NanumMyeongjoBold';
	color:#006cb8;
    font-size: 2.5rem;
    line-height: 35px;
	padding:30px 0 80px;
}
.sub-point-txt2 {
    position: absolute;
    text-align: center;
    font-size: 2.5rem;
    line-height: 35px;
	font-family: 'NanumMyeongjoBold';
	color:#fff;
    width: 100%;
    padding: 80px;
}
.sub-point-txt3 {
    text-align: center;
	color:#40538f;
    font-size: 2.5rem;
    line-height: 35px;
	padding:30px 0 80px;
    text-decoration: underline;
}

/* sub01-box */
.sub01-box {
    background: #006cb8;
    padding: 70px 100px;
	color:#fff;
}
.sub01-box h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.sub01-box-list {
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.sub01-box-list-tit {
    width: 25%;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 32px;
}
.sub01-box-list-txt {
	width: 100%;
}
.sub01-box-list-txt p {
    padding-bottom: 10px;
}
.sub01-box-list-txt span {
    padding-bottom: 20px;
    display: block;
}
.sub01-box-list-con {
    display: flex;
	gap:60px;
}
.sub01-box-list-con li {
    width: 25%;
}
.sub01-box-list-con .sub01-box-list-ctit {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 16px;
}
.sub01-box-list-con .sub01-box-list-ctxt .fir {
    font-size: 2.2rem;
    font-weight: 600;
}
.sub01-box-list-con .sub01-box-list-ctxt>span {
    font-size: 3.0rem;
    font-weight: 800;
    display: inline-block;
}

/* sub01_2 */
.sub01-2-span {
	color: #40538f;
    text-align: right;
    display: block;
    padding-top: 10px;
    font-weight: 500;
}
.sub01-2-box {
    background: #8490c8;
	color:#fff;
	padding:50px 80px;
    display: flex;
    align-items: center;
}
.sub01-2-box h2 {
    width: 30%;
    font-weight: 600;
}
.sub01-2-box ul {
    display: flex;
    flex-wrap: wrap;
}
.sub01-2-box li {
    width: 50%;
}

/* sub01_3 */
.sub01-3-list {
}
.sub01-3-list ul {
    display: flex;
	flex-wrap : wrap;
	gap:40px;
}
.sub01-3-list li {
    width: 680px;
}
.sub01-3-box {
}
.sub01-3-box-txt {
}
.sub01-3-box-txt h2 {
    font-size: 2.7rem;
    font-weight: 700;
	padding-bottom:30px;
}
.sub01-3-box-txt span {
    position: relative;
    top: -30px;
    font-weight: 500;
}
.sub01-3-box-wrap {
    position: relative;
    text-align: right;
    margin: 20px 0 0;
}
.sub01-3-box-wrap:before {
    content: "";
    width: calc(100% - 100px);
    height: 2px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
}
.sub01-3-box-map {
    border: 2px solid #000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.sub01-3-box-map:after {
    content: "";
	width:53px;
	height:42px;
    display: block;
    margin: 25px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub01-3-m01:after {
	background-image: url("../images/sub/sub1/sub01_icon01.svg");
}
.sub01-3-m02:after {
	background-image: url("../images/sub/sub1/sub01_icon02.svg");
}
.sub01-3-m03:after {
	background-image: url("../images/sub/sub1/sub01_icon03.svg");
}
.sub01-3-m04:after {
	background-image: url("../images/sub/sub1/sub01_icon04.svg");
}
.sub01-3-box-img {
    margin-bottom: 50px;
}

/* sub01_4 */
.sub01-4-line {
    position: relative;
}
.sub01-4-line:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #be9a6e;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.sub01-4-c {
    color: #be9a6e;
}
.sub01-4-c-l {
    -webkit-text-stroke: 1px #be9a6e !important;
}
.sub01-4-box-bg {
    background: #aa835f !important;
}
.sub02-1-box-bg {
    background: #f0d4d7 !important;
    color: #000 !important;
}

/* sub01_5 */
.sub01-5-list ul {
    display: flex;
	flex-wrap : wrap;
	gap:30px;
}
.sub01-5-list li {
    width: 500px;
    padding: 40px;
    border: 1px solid #88694b;
}
.sub01-5-box-txt {
    display: flex;
    flex-direction: column;
    min-height: 340px;
}
.sub01-5-box-txt h2 {
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 30px;
    color: #88694b;
}
.sub01-5-box-txt h2 span {
    color: #fff;
    background: #88694b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 10px;
    padding-top: 2px;
}
.sub01-5-box-txt p {
    margin-bottom: 30px;
}
.sub01-5-box-txt>span {
    position: relative;
    font-weight: 500;
    color: #88694b;
    display: block;
    padding-top: 30px;
    padding-left: 35px;
}
.sub01-5-box-txt>span.fir-span {
    border-top: 1px solid #88694b;
    margin-top: auto;
}
.sub01-5-box-txt>span.se-span {
    padding-top: 20px;
}
.sub01-5-box-txt>span:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
}
.sub01-5-box-txt>span.fir-span:after {
	background-image: url("../images/sub/sub1/sub01-4-icon01.svg");
	width:21px;
	height:25px;
    top: 30px;
}
.sub01-5-box-txt>span.se-span:after {
	background-image: url("../images/sub/sub1/sub01-4-icon02.svg");
	width:22px;
	height:22px;
    top: 20px;
}


/* ----------------------------- */
/* 부산동네 sub02
/* ----------------------------- */
.sub02-1-box-bg .sub01-box-list-con .sub01-box-list-ctit {
    border-bottom: 2px solid #000;
}
.sub02-1-box-bg .line-li-wrap li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 11px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.sub02-tit01 {
    font-size: 3.0rem;
    text-align: center;
    font-weight: 600;
    color: #000;
    position: relative;
    border: 1px solid #000;
    border-radius: 200px / 40px;
    width: 400px;
    height: 80px;
    margin: 0 auto 50px;
    padding-top: 25px;
}
.sub02-tit01:after {
    content: "";
    background: #000;
    width: 50%;
    height: 1px;
    display: block;
    position: absolute;
    right: -50%;
    top: 40px;
}
.sub02-tit01:before {
    content: "";
    background: #000;
    width: 50%;
    height: 1px;
    display: block;
    position: absolute;
    left: -50%;
    top: 40px;
}
.sub02-map {
    position: relative;
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 45px;
}
.sub02-map:before {
    content: "";
	background-image: url("../images/sub/sub2/sub02_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.sub02-map span {
    background: #000;
	color:#fff;
}



/* ----------------------------- */
/* 부산핫플 sub03
/* ----------------------------- */
.sub03-tit01 {
    font-size: 7.5rem;
    text-align: center;
    padding-bottom: 50px;
    line-height: 75px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 1px #4cbe94;
}
.sub03-1-span {
    color: #4cbe94;
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 30px;
}
.sub03-1-span i {
    color: #fff;
    background: #4cbe94;
    padding: 2px 5px;
    margin-right: 10px;
}

.sub03-1-con {
    border: 1px solid #4cbe94;
    padding: 25px 30px;
    display: flex;
    gap: 60px;
    position: relative;
}
.sub03-1-con:before {
    content: "";
    background: #4cbe94;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
}
.sub03-1-wrap {
    width: 50%;
}
.sub03-1-wrap> p {
    margin-left: 22px;
}
.sub03-1-wrap-ul {
    margin-top: 20px;
    margin-left: 22px;
}
.sub03-1-wrap-ul li {
}
.sub03-1-wrap-ul li span {
    color: #4cbe94;
    font-weight: 600;
}
.sub03-1-box-bg {
    background: #26b67b !important;
    color: #fff !important;
}

.sub03-icon {
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.sub03_icon {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.sub03_icon span {
    color: #fff;
    background: #26b67b !important;
    display: block;
    text-align: right;
    margin-right: 20px;
    font-weight: 400;
    padding: 2px 5px 4px;
}
.sub03_icon i {
    display: block;
    font-weight: 600;
    font-size: 2.4rem;
}
.sub03_icon .sub03_icon_img {
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #4cbe94;
}
.sub-point-txt3-2 {
    text-align: center;
    color: #26b67b;
    font-size: 2.5rem;
    line-height: 35px;
    padding: 30px 0 80px;
}
.sub-point-txt3-2 span {
    display: block;
    font-size: 2.0rem;
    text-align: right;
}

/* ----------------------------- */
/* 바다가소식 sub04
/* ----------------------------- */
.sub-header-box {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.sub04-conbox-img {
    display: block;
    line-height: 38px;
    width: 20%;
}
.sub04-conbox-img .tac {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 101px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 35px;
}
.sub04-conbox-img .tac01 {
	background-image: url("../images/sub/sub4/sub04_icon01.svg");
}
.sub04-conbox-img .tac02 {
	background-image: url("../images/sub/sub4/sub04_icon02.svg");
}
.sub04-conbox-img .tac03 {
	background-image: url("../images/sub/sub4/sub04_icon03.svg");
}
.sub04-conbox-img .tac04 {
	background-image: url("../images/sub/sub4/sub04_icon04.svg");
}
.sub04-conbox-img .tac05 {
	background-image: url("../images/sub/sub4/sub04_icon05.svg");
}
.sub04-conbox-img .sub04-name {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 15px;
    background: #27b6c2;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding-top: 70px;
    line-height: 28px;
    margin: 0 auto;
}
.sub04-conbox-img .sub04-name span {
}
.sub04-conbox-txt {
    width: 80%;
}


.sub04-conbox {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}
.sub04-conbox-img {
    width: 25%;
}
.sub04-conbox-txt {
    width: 75%;
    margin-left: 40px;
}
.sub04-conbox .title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}
.sub4_4 ul {
    margin-left: 5px;
}
.sub4_4 > ul > li {
    color: #0f0f0f;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.sub4_4 > ul > li span {
    background: #d1d2d4;
    color: #000;
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.sub4_4 > ul > li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 11px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.sub04-1-span {
    color: #1167a0;
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 30px;
}
.sub04-1-span i {
    color: #fff;
    background: #1167a0;
    padding: 2px 5px;
    margin-right: 10px;
}

.sub04-2-wrap {
    display: flex;
    align-items: flex-end;
    padding: 50px;
}
.sub04-2-wrap-img {
    overflow: hidden;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    margin-bottom: 50px;
}
.sub04-2-wrap-txt {
    margin-bottom: 50px;
    margin-left: 30px;
}
.sub04-2-wrap-txt .sub04-2-wrap-txt-tit {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}
.sub04-2-wrap-txt .sub04-2-wrap-txt-tit span {
    font-size: 2.0rem;
    font-weight: 600;
}
.sub04-2-wrap-txt .sub04-2-wrap-txt-span span {
    display: inline-block;
    border: 1px solid #f2707f;
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 5px;
    color: #f2707f;
    font-size: 2.0rem;
    font-weight: 500;
}
.sub04-2-wrap-kakao {
	margin-left: auto;
}

.sub04-3-txt {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 5px 20px;
	margin-right:10px;
}
.sub04-3-txt-p {
	color:#f26649;
    font-weight: 600;
}

.sub04-5-con {
    text-align: center;
    margin-bottom: 10px;
}
.sub04-5-con01 span {
    color: #fff;
    background: #000;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px 60px;
    font-size: 2.0rem;
    font-weight: 600;
}
.sub04-5-con02 span {
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px 60px;
    font-size: 1.8rem;
    font-weight: 500;
}
.sub04-5-con03 span {
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px 60px;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    left: 15%;
}


/* ----------------------------- */
/* 독자참여 sub05
/* ----------------------------- */
.sub05-div {
    background: #3a5882;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-right: 15px;
    border-radius: 10px;
    font-size: 2.0rem;
}
.sub05-div-span {
    font-size: 2.0rem;
    font-weight: 600;
}
.sub05-box {
    display: flex;
    justify-content: normal;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
}
.sub05-box span {
    width: 20%;
    padding: 5px 0;
}
.sub05-tit-h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #3a5882;
}
.sub05-conbox-style01 {
    border-top: 1px solid #3a5882;
    padding-top: 50px;
}
.sub05-cont {
    border-top: 1px solid #3a5882;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #b3ddf7;
}
.sub05-cont2 {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #3a5882;
}
.sub05-img-span {
    text-align: right;
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    color: #3a5882;
}
.sub_img_photo_con {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    border: 20px solid #fff;
    display: inline-block;
}
.sub_img_photo {
    text-align: center;
}


/* ----------------------------- */
/* 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) {
	
	.sub01-5-list ul {
		gap: 20px;
	}
	.sub01-5-list li {
		width: calc( 50% - 10px );
	}
	.sub01-5-box-img {
		text-align: center;
	}

}

@media screen and (max-width: 1440px) {
	
	#container {
		padding-top: 85px;
	}
	.sub-title-wrap .sub-title span {
        font-size: 2.0rem;
        padding-top: 0;
        padding-bottom: 2%;
	}
	.sub-title-wrap .sub-title h2 {
		font-size: 3.6rem;
	}
	.sub-title-wrap .sub-title p {
		font-size: 1.8rem;
		padding-bottom: 0;
	}
	.sub-title-wrap:after {
		display:none;
	}
	.sub-container {
		padding: 0 3%;
	}
	.sub-title {
		padding: 3% 5%;
        margin-bottom: 2%;
	}
	.next-wrap {
		width: 100%;
		padding: 3% 5%;
		margin-bottom: 0;
	}
	.next {
		padding: 0;
	}
	.img-wrap {
		margin-bottom: 0;
	}


}

@media screen and (max-width: 1400px) {
	
	.sub_img_flex2 {
		gap: 30px;
        margin-bottom: 5%;
	}
	.sub01-3-list li {
		width: calc(50% - 20px);
	}

}

@media screen and (max-width: 1200px) {
	
	 br.none-mobile {
		display: none;
	  }

	.next {
		display: block;
		height: auto;
	}
	.next-wrap {
		padding: 5%;
	}
	.next .img {
		display: none;
	}
	.next .txt {
		padding-left: 0;
		padding-right: 0;
	}
	.next .btn {
		padding-top: 30px;
	}

	.sub-inner {
		padding: 5% 0 0;
	}
	.sub-inner .sub-header-txt,
	.sub-inner .sub-header-txt2 {
		font-size: 1.8rem;
		line-height: 30px;
		padding: 0 5%;
	}
	.f-sub-conbox {
		margin-top: 5%;
	}
	.sub01-tit01 {
		font-size: 6.5rem;
		padding-bottom: 3%;
	}
	.sub-boder-line {
		margin-bottom: 3%;
		margin-top: 3%;
	}
	.sub01-2-box {
		padding: 5%;
	}

	.sub04-1-span {
		margin-left: 5%;
	}

	.sub04-2-wrap {
		align-items: flex-start;
		padding: 5%;
		flex-direction: column;
	}
	.sub04-2-wrap-kakao {
		margin-left: 0;
	}


}

@media screen and (max-width: 1024px) {
	
	.sub-point-txt {
		font-size: 2.0rem;
		padding: 30px 0 5%;
	}
	.sub-point-txt2 {
		font-size: 2.0rem;
		line-height: 32px;
		padding: 5%;
	}
	
	.sub01-box {
		padding: 6%;
	}
	.sub01-box-list {
		padding-left: 0;
		display: block;
	}
	.sub01-box-list-tit {
		width: 100%;
		font-size: 2.0rem;
		margin-bottom: 40px;
	}
	
	.sub_img_flex {
	}
	.sub_img_flex3 {
	}
	.sub01-box-list-con .sub01-box-list-ctxt>span {
		font-size: 2.0rem;
	}
	.sub-conbox-flex {
		display: grid;
		padding: 50px 0 30px;
	}
	.sub-conbox-flex-txt {
		width: 100%;
		padding-right: 0;
		margin-bottom: 3%;
	}
	.sub-conbox-flex-img figure {
		text-align: left;
	}
	.tit-h2 {
		line-height: 20px;
	}
	.sub-conbox-flex2 {
		display: block;
	}
	.sub-conbox-flex2>div {
		margin-bottom: 20px;
	}

	.sub01-2-box {
		padding: 5%;
		flex-direction: column;
		align-items: flex-start;
        gap: 20px;
	}
	.sub01-2-box h2 {
		width: 20%;
	}
	.sub01-2-box ul {
		flex-direction: column;
        gap: 10px;
	}
	.sub01-2-box h2 {
		width: 100%;
    }
	.sub01-2-box li {
        width: 100%;
	}
	
	.sub03-icon {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 5%;
	}

	.sub05-box span {
		width: 50%;
	}
	.sub04-conbox-img {
		width: 100%;
	}
	.sub04-conbox-txt {
		width: 100%;
		margin-left: 0;
	}

}

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

	 br.none-t {
		display: none;
	  }
	  br.none-m {
		display: block;
	  }
	  .none-img {
		display: none;
	  }
	  .m_block-img {
		display: block;
	  }

	  .tit2-h2,
	  .tit-h2 {
		font-size: 2.0rem;
		font-weight: 700;
		margin-bottom: 2%;
        line-height: 28px;
	}
	
	.sub-title {
		margin-bottom: 5%;
	}
	.sub-title-wrap .sub-title span {
		font-size: 2.0rem;
		padding-bottom: 10px;
	}
	.sub-title-wrap .sub-title h2 {
		font-size: 2.8rem;
        line-height: 35px;
	}
	.sub-title-wrap .sub-title p {
		font-size: 1.6rem;
		padding-top: 10px;
	}
	.sub-inner .sub-header-txt, .sub-inner .sub-header-txt2 {
		font-size: 1.6rem;
		line-height: 24px;
		padding: 0 5% 3%;
	}

	.sub01-3-list li {
		width: 100%;
	}

	.sub01-box h2,
	.sub013-box h2 {
		font-size: 2.4rem;
	}
	.sub-conbox-txt {
		padding: 0 2%;
		margin-bottom: 5% !important;
	}
	.sub-conbox-txt p.title {
		font-size: 2.0rem;
	}
	.sub-point span {
		font-size: 3.0rem;
		font-weight: 700;
		align-items: center;
		color: #4a85a2;
	}

	.sub-conbox-style01,
	.sub-conbox-style02  {
		padding-top: 5%;
	}
	.sub02-tit01 {
		font-size: 2.0rem;
		width: 300px;
		height: 60px;
		padding-top: 17px;
	}
		
	.next-wrap {
		padding: 8%;
	}
	  .next .txt h3 {
		font-size: 2.6rem;
		padding-top: 5px;
	}

	.sub-tit-h2 {
		font-size: 3.2rem;
		padding-left: 5%;
	}
	.sub-tit2-h2 {
		font-size: 2.8rem;
		padding-left: 3%;
	}
	
	.openning-txt {
		padding: 0 2%;
	}
	
	.sub02-tit01:before,
	.sub02-tit01:after {
		display:none;
	}

	.sub03-tit01 {
		font-size: 5.5rem;
	}
	.sub03-1-con {
		gap: 40px;
		flex-direction: column;
	}
	.sub03-1-wrap {
		width: 100%;
	}
	.sub03-1-con:before {
		display:none;
	}

	.sub04-conbox {
		flex-direction: column;
		gap: 20px;
	}
	.sub04-conbox-img {
		width: 100%;
	}
	.sub04-conbox-txt {
		width: 100%;
        margin-left: 0;
        padding: 0 3%;
	}
	.sub04-conbox .title {
		font-size: 2.0rem;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.sub04-5-con01 span,
	.sub04-5-con02 span {
		font-size: 1.7rem;
	}
	
	.tit-h2-sub04-2 {
		font-size: 2.2rem;
		line-height: 30px;
	}

	.sub01-5-list li {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {
	
	.sub05-div-span {
    padding: 10px 5px 0;
    display: block;
	}
	#header {
		padding: 20px 5%;
	}

	.tit-h2-sub01-4 {
		font-size: 2.2rem;
		line-height: 30px;
	}

}

@media screen and (max-width: 480px) {
	
	  br.none-m2 {
		display: block;
	  }

	.sub-conbox {
		margin-bottom: 10%;
	}	
	
	.margin-bottom30 {
	  margin-bottom: 3%;
	}
	.margin-bottom50 {
	  margin-bottom: 5%;
	}
	.margin-bottom100 {
	  margin-bottom: 10%;
	}
	.margin-top30 {
	  margin-top: 3%;
	}
	.margin-top50 {
	  margin-top: 5%;
	}
	.margin-top100 {
	  margin-top: 10%;
	}
	.padding-top100 {
	  padding-top: 10%;
	}
	.padding-right {
	  padding-right: 5%;
	}

	.sub_img_flex {
        flex-direction: column;
        gap: 20px;
	}
	.sub_img_flex img {
		width: 100%;
		margin-bottom: 3%;
	}

   .sub_img_flex2 {
        display: grid;
        gap: 20px;
    }
	.sub_img_flex3 {
        flex-direction: column;
    }
	.sub_img_flex3 figure {
		width: 100%;
	}
	.sub-point-txt2 {
		font-size: 1.6rem;
		line-height: 26px;
	}
	.sub01-box-list-tit {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
	.sub01-box-list-con {
		gap: 30px;
		flex-direction: column;
	}
	.sub01-box-list-con li {
		width: 100%;
	}
	.sub-point-txt {
		font-size: 1.8rem;
		padding: 0 0 8%;
		line-height: 26px;
	}
	.sub-point-txt3 {
		font-size: 2.0rem;
		line-height: 26px;
	}
	.sub04-2-wrap-img {
		border-radius: 0;
		max-width: 400px;
		width: 100%;
	}
	.sub04-2-wrap-kakao {
        margin: 0 auto;
    }
 
}
