@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;
}
.i-right {
    text-align: right;
}
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;
  }
  .sub-f-color {
	color: #fff !important;
  }
  .sub01-2-color {
	color: #40538f !important;
  }
  .sub01-3-color {
	color: #1891d1 !important;
  }
  .sub01-5-color {
	color: #9a6d49 !important;
  }
  .sub02-1-for {
	color: #f15a5c !important;
  }
  .sub03-1-color {
	color: #59956f !important;
  }
  .sub04-1-color {
	color: #4c648b !important;
  }
  .sub04-2-color {
	color: #f2707f !important;
  }
  .sub04-4-color {
	color: #ea8ca0 !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;
}
.padding-left {
  padding-left: 20px !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;
}
.img-line-sub04 {
    border-top: 1px solid #4c648b;
    margin-bottom: 60px;
    margin-top: 60px;
}
.margin-none {
    margin-bottom: 0 !important;
}


/* ----------------------------- */
/* 서브 top
/* ----------------------------- */
.sub-title-wrap {
	width: 100%;	
    position: relative;
    margin: 80px auto 50px;
    text-align: center;
}
.sub-title-wrap .sub-title span {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.sub-title-wrap .sub-title h2 {
	font-size:4.0rem;
	font-weight:700; 
}

.img-wrap {
	position: relative;
    z-index: 9;	
    width: 100%;
    margin-bottom: 50px;
}
.img-wrap figure {
    text-align: center;
}
.sub-title-top {
	max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.sub-title-top > span {
    font-weight: 600;
}
.sub-title-top a span {
    color: #006cb8;
}

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

.tit-h2 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 30px;
	color: #000;
    line-height: 34px;
}
.tit-h3 {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 5px;
	color: #000;
}
.tit-h2-sub01-4 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 30px;
	color: #b68d5d;
	text-align: center;
}
.tit2-h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
	color: #000;
}
.tit3-h2 {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 30px;
	color: #000;
}
.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;
}
.tit-sub04-h2 {
    font-size: 4.5rem;
    font-weight: 300;
	color: #fff;
}

.sub-pre {
    border-top: 1px solid #000;
    padding-top: 15px;
    font-size: 1.4rem;
    color: #555555;
}
.sub-pre2 {
    border-top: 1px solid #9a6d49;
    padding-top: 15px;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
}
.t-sub01-2 {
	color: #00a651;
}


/* ----------------------------- */
/* 서브 con
/* ----------------------------- */
.sub-container {
    margin: 0 auto;
    background-color: #f4f4f5;
    padding: 100px 0;
}

.sub01-container {
    background-color: #dbeaad;
}
.sub03-container {
    background-color: #f8f0df;
}
.sub04-container {
    background-color: #ea8ca0;
}



.sub-inner-wrap {
	max-width: 1600px;
	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;
}
.sub-inner-1220 {
	max-width: 1220px;
	line-height: 160%;
	color: #000;
	text-align: justify;
	word-break: break-all;
	margin: 0 auto;
}

.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: 20px;
}
.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 #00a651;
}
.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%;
}

/* ----------------------------- */
/* 부산테마 sub01
/* ----------------------------- */
.sub01-tit01 {
    font-size: 7.5rem;
    text-align: center;
    line-height: 75px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 1px #000;
}
.svg-bg01 {
    width: 57px;
    height: 66px;
    margin: 0 auto;
}
.svg-bg02 {
    width: 57px;
    height: 68px;
    margin: 0 auto;
}

/* sub1-box */
.sub1-box {

}
.sub1-box-img {
    position: relative;
    text-align: center;
}
.sub1-box-img-tit {
    position: relative;
    top: 27px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    font-size: 2.0rem;
    font-weight: 600;
}
.sub1-box-img-bg {
}
.sub1-box-txt {
    background-color: #fff;
    padding: 30px 50px;
}
.sub1-box-txt-top {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.sub1-box-txt-top h3 {
    font-size: 2.0rem;
    font-weight: 600;
}
.sub1-box-txt-top p {
    font-weight: 300;
}
.sub1-box-txt-top ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.sub1-box-txt-top ul li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 11px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.project-info {
    max-width: 400px;
}
.info-item {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}
.label {
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    min-width: 80px;
    text-align: center;
    font-weight: 600;
    margin-right: 20px;
    font-size: 1.7rem;
}
.value {
    font-size: 1.6rem;
    color: #333;
    font-weight: 400;
    word-break: keep-all;
}
.value i {
    font-size: 1.8rem;
    font-weight: 500;
}


/* sub01_2 */
.sub01-2-peple {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.sub01-2-peple-wrap {
    text-align: center;
}
.sub01-2-peple-wrap figure {
    margin-bottom: 10px;
    max-width: 150px;
    width: 100%;
}
.sub01-2-peple-wrap > div {
    color: #00a651;
}
.sub01-2-peple-wrap > div > div {
    font-weight: 500;
    font-size: 1.8rem;
}
.sub01-2-t {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.sub01-2-tit {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #00a651;
    border-bottom: 1px solid #00a651;
}
.sub01-2-tit2-h2 {
    font-size: 3.0rem;
    font-weight: 700;
    color: #00a651;
    text-align: center;
}
.sub01-2-tit2-h2 div {
    display: inline-block;
    border-bottom: 2px solid #00a651;
    padding-bottom: 10px;
}


/* sub01_3 */
.sub01-3-wrap {
    display: flex;
    gap: 50px;
    align-items: center;
}
.sub01-3-wrap figure {
    max-width: 500px;
    width: 100%;
}
.sub01-3-list {

}
.sub01-3-list span {
    display: block;
    font-size: 1.8rem;
    line-height: 40px;
    position: relative;
    padding-left: 30px;
}
.sub01-3-list01 span:after {
    content: "";
    background: url(../images/sub/sub1/sub01_3_icon01.svg) no-repeat center;
    width: 20px;
    height: 23px;
    top: 10px;
    display: block;
    position: absolute;
    left: 0;
}
.sub01-3-list02 span:after {
    content: "";
    background: url(../images/sub/sub1/sub01_3_icon02.svg) no-repeat center;
    width: 20px;
    height: 23px;
    top: 10px;
    display: block;
    position: absolute;
    left: 0;
}
.sub1-3-box-img span {
    max-width: 30px;
}
.sub1-3-box-img span img {
    width: 100%;
}
.sub1-3-box-txt {
    background-color: #fff;
    padding: 60px 50px 30px;
}
.sub01-3-con {
    background-color: #b9dbf4;
    display: flex;
    align-items: end;
    padding: 20px 30px 30px;
}
.sub01-3-con2 {
    background-color: #d9ecd4;
    display: flex;
    align-items: end;
    padding: 20px 30px 30px;
}


/* 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;
}

.sub4-box {
    background: #fff;
    padding: 30px;
}
.sub4-box-tit {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.sub4-box-txt {
    display: flex;
    align-items: end;
}
.sub4-box-txt-a {
    margin-bottom: 10px;
}
.sub4-box-txt-a span {
    font-weight: 700;
    font-size: 2.0rem;
}
.sub4-box-txt-n {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 2.8rem;
}
.sub4-box-txt-p {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 2.0rem;
    background-color: #ea8ca0;
    color: #fff;
}
.sub04-4-wrap01 .sub4-box-left {
    width: 60%;
}
.sub04-4-wrap01 .sub4-box-right {
    width: 40%;
}

.sub04-4-wrap02 .sub4-box-left {
    width: 72%;
}
.sub04-4-wrap02 .sub4-box-right {
    width: 28%;
}

.sub04-4-wrap03 .sub4-box-left {
    width: 77%;
}
.sub04-4-wrap03 .sub4-box-right {
    width: 23%;
}

.sub04-4-wrap04 .sub4-box-left {
    width: 85%;
}
.sub04-4-wrap04 .sub4-box-right {
    width: 15%;
}

.sub04-4-wrap05 .sub4-box-left {
    width: 55%;
}
.sub04-4-wrap05 .sub4-box-right {
    width: 45%;
}

.sub04-4-wrap06 .sub4-box-left {
    width: 65%;
}
.sub04-4-wrap06 .sub4-box-right {
    width: 35%;
}

.sub04-4-wrap07 .sub4-box-left {
    width: 90%;
}
.sub04-4-wrap07 .sub4-box-right {
    width: 10%;
}






/* 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
/* ----------------------------- */
.svg-bg03 {
    width: 57px;
    height: 114px;
    margin: 0 auto;
}
.svg-bg04 {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.svg-bg05 {
    width: 100px;
    height: 116px;
    margin: 0 auto;
}
.svg-bg06 {
    width: 150px;
    height: 100px;
    margin: 0 auto;
}
.svg-bg07 {
    width: 100px;
    height: 113px;
    margin: 0 auto;
}
.svg-bg08 {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.sub2-2-list {
    margin-top: 30px;
}
.sub2-2-list span {
    position: relative;
    font-weight: 500;
    display: block;
    padding: 5px 32px;
}
.sub2-2-list span:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 0
}
.sub2-2-list .fir:after {
    background-image: url(../images/sub/sub2/sub2_2_list01.svg);
    width: 14px;
    height: 20px;
    top: 6px;
}
.sub2-2-list .sec:after {
    background-image: url(../images/sub/sub2/sub2_2_list02.svg);
    top: 7px;
}
.sub2-2-list .thr:after {
    background-image: url(../images/sub/sub2/sub2_2_list03.svg);
    top: 7px;
}
.sub2-2-list .for:after {
    background-image: url(../images/sub/sub2/sub2_2_list04.svg);
    top: 8px;
}


/* ----------------------------- */
/* sub03
/* ----------------------------- */
.sub03-1-wrap {
    background: #fff;
    border: 1px solid #555;
    padding: 2%;
    text-align: center;
}
.sub03-1-wrap h3 {
    background: #000;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    border-radius: 50px;
}
.sub03-1-wrap .sub03-1-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.sub03-1-wrap .sub03-1-img .sub03-1-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.sub03-1-wrap .sub03-1-img .sub03-1-box figure {
    width: 80px;
    height: 80px;
}
.sub03-1-wrap .sub03-1-img .sub03-1-box > div {
    font-weight: 500;
}

.sub03-2-icon {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
}
.sub03-2-icon .svg-icon {
    width: 80px;
    height: 80px;
}
.sub03-2-icon .sub03-tit01 {
    font-size: 4.0rem;
    text-align: center;
    line-height: 54px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 1px #000;
}
.sub03-2-box {
    background: #fff;
    padding: 40px 30px;
}
.sub03-2-span {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.sub03-3-wrap {
    display: flex;
    flex-wrap : wrap;
    justify-content:space-between;
    row-gap: 100px;
}
.sub03-3-wrap > div figure {
    width: 80%;
    margin: 0 auto;
}
.sub03-3-wrap > div h2 span {
    font-size: 2.0rem;
    font-weight: 500;
}
.sub03-3-wrap > div {
    width: 48%;
}


/* ----------------------------- */
/* 바다가소식 sub04
/* ----------------------------- */
.sub04-t {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.sub04-tit {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #4c648b;
    border-bottom: 1px solid #4c648b;
    max-width: 100px;
    width: 100%;
}

.sub04-conbox {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}
.sub04-conbox-img {
    width: 35%;
}
.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_2 ul {
    margin-left: 5px;
}
.sub4_2 > ul > li {
    color: #0f0f0f;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    font-weight: 500;
}
.sub4_2 > ul > li span {
    background: #d1d2d4;
    color: #000;
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.sub4_2 > ul > li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 5px;
    background: #000;
    width: 5px;
    height: 14px;
    border-radius: 5px;
}

.sub4_3 ul {
    margin-left: 5px;
}
.sub4_3 > ul > li {
    color: #0f0f0f;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.sub4_3 > ul > li span {
    background: #d1d2d4;
    color: #000;
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.sub4_3 > ul > li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 11px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}


/* ----------------------------- */
/* 독자참여 sub05
/* ----------------------------- */
.sub05-div {
    background: #665549;
    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;
}
.sub05-conbox-style01 {
    border-top: 1px solid #665549;
    padding-top: 50px;
}
.sub05-cont {
    border-top: 1px solid #665549;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ccb9ab;
}
.sub05-cont2 {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #665549;
}
.sub05-img-span {
    text-align: right;
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    color: #fff;
}
.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: 1500px) {

    .sub-title-wrap {
        margin: 0 auto 3%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 1440px) {
	
	#container {
		padding-top: 85px;
	}
	.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: 3% 3% 5%;
	}
	.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: 10px;
        margin-bottom: 5%;
	}
	.sub01-3-list li {
		width: calc(50% - 20px);
	}
    
    .openning {
        padding: 5%;
    }

}

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

    .sub1-box-txt-top {
        flex-direction: column;
    }


}

@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%;
	}
    
    .sub-title-wrap {
        margin: 0 auto;
    }
    .sub-title {
        margin-bottom: 0;
    }
    .sub-title-top {
        display: none;
    }
	
	.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%;
	}

    .sub01-3-wrap,
    .sub01-3-con2,
    .sub01-3-con {
        flex-direction: column;
    }
    .sub1-3-box-txt {
        padding: 10% 5% 3%;
    }

}

@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: 1.6rem;
	}
	.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%;
	}

    .sub1-box-txt {
        padding: 5%;
    }
    .sub1-box-img-tit {
        height: 45px;
        line-height: 45px;
        font-size: 1.7rem;
    }
    .sub01-2-peple {
        padding: 3% 3% 0;
    }
    .sub01-2-tit {
        font-size: 1.6rem;
    }
    .sub01-2-tit2-h2 {
        font-size: 2.4rem;
        line-height: 35px;
    }

    .project-info {
        padding: 0 3%;
    }
    .svg-bg04 {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    .svg-bg05 {
        width: 60px;
        height: 76px;
        margin: 0 auto;
    }
    .svg-bg06 {
        width: 110px;
        height: 72px;
        margin: 0 auto;
    }
    .svg-bg07 {
        width: 60px;
        height: 73px;
        margin: 0 auto;
    }

    .sub03-3-wrap {
        flex-direction: column;
    }
    .sub03-3-wrap > div {
        width: 100%;
    }
    .sub04-conbox {
        flex-direction: column;
        gap: 20px;
    }
    .sub4-box-txt {
        flex-direction: column;
    }

}

@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% !important;
	}	
	
	.margin-bottom30 {
	  margin-bottom: 3% !important;
	}
	.margin-bottom50 {
	  margin-bottom: 5% !important;
	}
	.margin-bottom100 {
	  margin-bottom: 10% !important;
	}
	.margin-top30 {
	  margin-top: 3% !important;
	}
	.margin-top50 {
	  margin-top: 5% !important;
	}
	.margin-top100 {
	  margin-top: 10% !important;
	}
	.padding-top100 {
	  padding-top: 10% !important;
	}
	.padding-right {
	  padding-right: 5% !important;
	}

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

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