@charset "utf-8";



.sub0 {
    background-image: url(../../images/sub/sub_bg00.jpg);
}
.sub1_1 {
    background-image: url(../../images/sub/sub_bg0101.jpg);
}
.sub1_2 {
    background-image: url(../../images/sub/sub_bg0102.jpg);
}
.sub1_3 {
    background-image: url(../../images/sub/sub_bg0103.jpg);
}
.sub1_4 {
    background-image: url(../../images/sub/sub_bg0104.jpg);
}
.sub2_1 {
    background-image: url(../../images/sub/sub_bg0201.jpg);
}
.sub2_2 {
    background-image: url(../../images/sub/sub_bg0202.jpg);
}
.sub2_3 {
    background-image: url(../../images/sub/sub_bg0203.jpg);
}
.sub2_4 {
    background-image: url(../../images/sub/sub_bg0204.jpg);
}
.sub2_5 {
    background-image: url(../../images/sub/sub_bg0205.jpg);
}
.sub2_6 {
    background-image: url(../../images/sub/sub_bg0206.jpg);
}
.sub3_1 {
    background-image: url(../../images/sub/sub_bg0301.jpg);
}
.sub3_2 {
    background-image: url(../../images/sub/sub_bg0302.jpg);
}
.sub3_3 {
    background-image: url(../../images/sub/sub_bg0303.jpg);
}
.sub3_4 {
    background-image: url(../../images/sub/sub_bg0304.jpg);
}
.sub4_1 {
    background-image: url(../../images/sub/sub_bg0401.jpg);
}
.sub4_2 {
    background-image: url(../../images/sub/sub_bg0402.jpg);
}
.sub4_3 {
    background-image: url(../../images/sub/sub_bg0403.jpg);
}
.sub4_4 {
    background-image: url(../../images/sub/sub_bg0404.jpg);
}
.sub5 {
    background-image: url(../../images/sub/sub_bg05.jpg);
}

#title {
	position:relative;
	float:left;
}
#container {
    width: auto;
    margin: 70px 0 -245px;
    padding: 0;
    border: none;
    min-height: 800px;
    transition:all 0.4s ease;
}
@media (max-width: 1600px) {
    #container {
        margin: 70px 0 -245px;
    }
}
@media (max-width: 1317px) {
    #container {
        margin: 70px 0 -80px;
    }
}
@media (max-width: 1280px) {
    #container {
        margin: 70px 0 -80px;
    }
}
@media (max-width: 1023px) {
    #container {
        margin: 70px 0 -80px 0;
    }
}
@media (max-width:720px) {
    #container {
        margin: 70px 0 0 0;
    }
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


#contentwrap { 
    position:relative;
    width:1400px;
    min-height: 800px;
    margin-bottom: 5%;
}
.contenttitle {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 4% 0 2%;
}

.top_visual {
    display: table;
    width: 100%;
    height: 780px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position:relative;
    transition:all 0.4s ease;
}

.top_visual:after {
    content: " ";
    bottom: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 50%;
    position: absolute;
    height: 165px;
    z-index: 1;
}

@media (max-width: 1317px) {
    .top_visual {
        height: 500px;
    }
    .top_visual:after {
        display:none;
    }
}
@media (max-width: 1023px) {
    .top_visual {
        height: 400px;
    }
}
@media (max-width: 720px) {
    .top_visual {
        height: 300px;
    }
	.sub0,
	.sub3_2 {
		background-position: left center;
	}
}

.sub-title-image {
    position:relative;
}
.sub-title-image .photographer,
.sub-title-image .photographer2 {
    margin-top:2rem;
}
@media (max-width:1790px) {
    .sub-title-image .photographer,
    .sub-title-image .photographer2 {
        color:#fff;
        border-color:#fff;
        background:rgba(0, 0, 0, 0.5);
        right:20px;
        bottom:90px;
    }
}
@media (max-width:740px) {
    .sub-title-image .photographer,
    .sub-title-image .photographer2 {
        display:none;
    }
}

.photographer,
.photographer2 {
    width:260px;
    font-size:1.6rem !important;
    word-break: break-word;
    border:1px solid #000;
    border-width:1px 0;
    box-sizing: border-box;
    padding:2rem;
    position:absolute;
    transition:all 0.4s ease;
}
.photographer span,
.photographer2 span {
    margin-top:2rem;
    display:block;
}
.photographer p {
    font-size: 1.4rem;
}

#contents-wrap {
    top: -245px;
    position: relative;
    transition:all 0.4s ease;
}
@media (max-width: 1317px) {
    #contents-wrap {
        top:-80px;
    }
}
@media (max-width:720px) {
    #contents-wrap {
        top:0px;
    }
}
.page-controls,
.page-controls2 {
    max-width: 1200px;
    text-align: right;
    line-height: 0;
    margin: 0 auto;
}
@media (max-width:720px) {
    .page-controls,
	.page-controls2 {
        display:none;
    }

}
.page-controls a {
    width:80px;
    height:80px;
    background-color:#fff;
    background-image:url('../../images/sub/page_controls_gray_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
}
.page-controls a.next {
    background-color:#7993c2;
    background-image:url('../../images/sub/page_controls_white_icon.png');
}

.page-controls.page-controls-mobile {
    text-align:center;
    margin-top:5rem;
}
.page-controls.page-controls-mobile a {
    border:1px solid #d1d1d1;
}
.page-controls.page-controls-mobile a.next {
    margin-left: 1rem;
}
@media (max-width:720px) {
    .page-controls.page-controls-mobile {
        display:block;
    }
}

#contents {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
}
@media (max-width: 720px) {
    #contents {
        padding: 20px !important;
    }
}

.contents-img-wrap {
    position:relative;
}
.contents-img-wrap img {
    max-width:100%;
    width: 100%;
    height: 100%;
}
.contents-img-wrap .photographer {
    bottom:0;
    left:-285px;
}
.contents-img-wrap .photographer2 {
    top:0;
    left:-285px;
}
@media (max-width:1790px) {
    .contents-img-wrap .photographer,	
    .contents-img-wrap .photographer2 {
        color:#fff;
        border-color:#fff;
        background:rgba(0, 0, 0, 0.5);
        right:20px;
        bottom:20px;
        left:auto;
    }
}
@media (max-width:740px) {
    .contents-img-wrap .photographer,	
    .contents-img-wrap .photographer2,
    .contents-img-2wrap > div .photographer {
        width:100% !important;
        text-align: right !important;;
        color:#000 !important;;
        border-color:#000 !important;;
        border-top:none !important;;
        background:none !important;;
        position:relative !important;;
        right:auto !important;;
        bottom:auto !important;;
        left:auto !important;;
    }
}

.contents-img-2wrap {
    margin:30px 0;
    display:flex;
}
.contents-img-2wrap > div {
    position:relative;
}
.contents-img-2wrap > div .photographer {
    text-align:center;
    color:#fff;
    border:1px solid #fff;
    border-width:1px 0;
    background:rgba(0, 0, 0, 0.5);
    position:absolute;
    right:20px;
    bottom:20px;
    left:auto;
}
.contents-img-2wrap > div .photographer2 {
    text-align:center;
    color:#fff;
    border:1px solid #fff;
    border-width:1px 0;
    background:rgba(0, 0, 0, 0.5);
    position:absolute;
    right:20px;
    bottom:20px;
    left:auto;
}
.contents-img-2wrap > div:first-child {
    margin-right:30px;
}
.contents-img-2wrap > div:first-child p {
    line-height: 170%;
}
.contents-img-2wrap > div.market_img {
    margin-right:0;
}

.market_h2 { 
    padding: 15px 30px 10px;
    display: inline-block;
    background: #fde4de;
    font-size: 2.6rem;
    margin-top: 20px;
}
.market_wrap {
    padding: 0 2% 2%;
}

@media (max-width:740px) {
    .contents-img-2wrap {
        display:block;
    }
    .contents-img-2wrap > div:first-child {
        margin-right:0;
        margin-bottom:30px;
    }
	.market_h2 { 
		padding: 15px 10px 5px;
		display: block;
		font-size: 2.4rem;
		text-align: center;
	}
	.market_wrap {
		padding: 0 4% 4%;
	}
}
@media (max-width:468px) {
	.market_h2 { 
		font-size: 2.0rem;
	}

}



.sub_content {
    padding: 4% 5%;
}

@media (max-width:768px) {
    .sub_content {
        text-align: justify;
        word-break: break-all;
        padding: 4% 0;
		margin-top: 0;
    }

    .sub-bgcolor {
        padding: 4% 5%;
    }
}

.sub_content2 {
    padding: 4% 5% 0;
}



.opening_bg {
    margin: 8% 0;
    position: relative;
}
.opening_bg p:before {
    content: " ";
    top: -40px;
    left: 10%;
    display: block;
	background-image: url(../../images/sub/open_icon01.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 98px;
    height: 79px;
    position: absolute;
    z-index: 1;
}
.opening_bg p:after {
    content: " ";
    bottom: -40px;
    right: 10%;
    display: block;
	background-image: url(../../images/sub/open_icon02.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 98px;
    height: 79px;
    position: absolute;
    z-index: 1;
}
@media (max-width:740px) {
    .opening_bg p {
        padding:4% 5%;
    }
}


.interview {
}
.interview_txt {
}
.interview_img {
}


/* sub_title */
.sub_title {
}
.sub_title span {
    display: block;
    font-family: 'NotoB';
}
.sub_title h2 {
}
.sub_title2 {
}

h3, h4 {
    font-weight:normal;
}
h3.h3style1 {
    font-size: 2.5rem;
    font-family: 'NotoM';
}
h3.h3style1 span {
	font-style: italic; !important;
	color:#000;
    font-size: 2.0rem;
    font-family: 'NotoR';
}
h3.h3style2 {
    width:65%;
    font-family:'NanumSquareR', sans-serif;
    font-size:3rem !important;
    color:#304b78;
    transition:all 0.4s ease;
}
h3.h3style2 span {
    border-bottom:1px solid #304b78;
}
h3.h3style3 {
    width:100%;
    font-family:'NanumSquareR', sans-serif;
    font-size:2.0rem !important;
    color:#304b78;
    transition:all 0.4s ease;
}
h3.h3style3 span {
    border-bottom:1px solid #304b78;
}

@media (max-width:1345px) {
    h3.h3style2 {
        width: 70%;
    }
}
@media (max-width:1225px) {
    h3.h3style2 {
        width: 75%;
    }
}
@media (max-width:1023px) {
    h3.h3style2 {
        width: 100%;
    }
}
@media (max-width:740px) {
    h3.h3style1 {
        font-size: 2.0rem;
    }
}

h4.h4style1 {
    font-family:'NanumSquareB', sans-serif;
    font-size:2rem;
    border-bottom:2px solid #000;
}
h4.h4style2 {
    font-family:'NanumSquareB', sans-serif;
    font-size:2rem;
}
h4.h4style3 {
    font-family:'NanumSquareB', sans-serif;
    font-size:2.7rem;
}
h4.h4style4 {
    font-family:'NanumSquareB', sans-serif;
    font-size:2.2rem;
    border-bottom:2px solid #000;
    padding-bottom: 10px;
}

@media (max-width:740px) {
	h4.h4style3 {
		font-size: 2.2rem;
	}

}

/* sub_txt */
.sub_p {
    line-height: 28px;
}
.sub_txt {
}
.sub_txt div {
}
.sub_txt p {
    line-height: 170%;
}



@media screen and (max-width:1200px) {
    
    .header {
        width: 100%;
    }


    #introwrap {
        width: 100%;
    }
    #contentwarp {
        margin: 0 auto;
        padding: 0 3%;
    }

    .contenttitle {
        padding: 3% 0 2%;
    }

    .sfull_img {
        width: 100%;
    }
    .sfull_img2 {
        width: 100%;
    }

}

@media screen and (max-width:1100px) {

    .s_project {
        width: 100%;
        display: inline-block;
        margin-bottom: 2%;
    }
    .s_project_left {
        float: none;
        width: 100%;
        text-align: left;
    }
    .s_project_right {
        float: none;
        width: 100%;
        padding-left:0;
    }

}

@media screen and (max-width:980px) {
    
    #contentwarp {
        padding: 0 4%;
    }


    
    .photo2Type1>li { width:100%;  display: block; }

    .photo2Type2 li { width:100%; }
    .photo2Type2 li.pt2L { margin-right:0; }
    .photo2Type2 li.pt2R { margin-left:0; }

    .photo2Type2_1>li { width:100%; transform:rotateY(360deg); display: block; }
    .photo2Type2_1>li.pt2L { margin-right:0; }
    .photo2Type2_1>li.pt2R { margin-left:0; }

    .photo2Type3>li.pt2L { margin-right:0; width:100%; display: block; }
    .photo2Type3>li.pt2R { margin-left:0; width:100%; display: block; }

    .photo2Type4>li.pt2L { margin-right:0; width:100%; display: block; }
    .photo2Type4>li.pt2R { margin-left:0; width:100%; display: block; }

    .photo2Type5>li.pt2L { margin-right:0; width:100%; display: block; }
    .photo2Type5>li.pt2R { margin-left:0; width:100%; display: block; }

    .photo3Type1>li { width: 100%; clear: both; display: block; }
    .photo3Type1>li.pt3L { margin-right:0; }
    .photo3Type1>li.pt3R { margin-left:0; }

    .photo3Type2>li { width: 100%; clear: both; display: block; }
    .photo3Type2>li.pt3L { margin-right:0; }
    .photo3Type2>li.pt3R { margin-left:0; }


    .photo3Type2 img,
    .photo2Type2 img { width: 100%; }


    
    .table,
    .scd_table {
        overflow-x:scroll;
    }
    .table table {
        width:980px;
    }

    .t_title h3 {
        padding-top: 30%;
    }

    .photos01 img {
        width: 100%;
    }
    .s_project_left img {
        width: 100%;
    }
        
    .photos01 {
        width: 100%;
        display: inline-block;
    }
    .photos01 li.pt2L {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10%;
    }
    .photos01 li.pt2R {
        width: 100%;
        float: none;
        text-align: center;
    }

    
        
    .graph {
        width: 100%;
        float: none;
    }
    .graph h3 {
        font-size: 24px;
        color:#000;
        font-family: 'S-CoreDream-7ExtraBold';
    }
    .graph_img {
        width: 100%;
        float: none;
        text-align: right;
    }


    #graph {
        margin-bottom: 10%;
    }
    .s_list_left {
        float: left;
        width: 25%;
        text-align: center;
        padding-top: 3%;
    }
    .s_list_right {
        float: right;
        width: 70%;
        padding-right: 5%;
    }
    .s_list_right h2 {
        font-size: 2.7rem;
    }
    .graph_line,
    .graph_line2,
    .graph_line3,
    .graph_line4,
    .graph_line5 {
        padding: 5% 5% 0;
        margin-bottom: 0;
    }

        
     

    .s_project_left {
        font-size: 0;
    }
    .s_project_right {
        width: 90%;
        padding: 3% 5%;
        border-radius: 0;
        height: 170px;
    }

    .s_project2 {
        border-radius: 0;
    }
    .sub4_project li {
        font-size: 1.43rem;
    }
    
    .s_project h2 {
        text-align: center;
    }


}



@media screen and (max-width: 736px) {
    #header .headL .gnb {
        margin: 20px 0 0 25px;
    }
    #header .headR h1 {
        margin: 16px 25px 0 0;
    }
    #header .headR h1 a img {
        width: 80%;
    }

    .contenttitle {
        font-size: 1.5rem;
    }
    

    .t_title,
    .t_title2 {
        height: 160px;
    }
    .t_title h2,
    .t_title2 h2 {
        font-size: 2.2rem;
        padding: 0 10% 0;
    }
    .t_title h3,
    .t_title2 h3  {
        padding: 15% 0 2px;
        font-size: 1.6rem;
    }

    .s_project h2 {
        font-size: 2.2rem;
        margin-top: 5%;
    }
    

    .s_txt {
        padding: 5%;
        margin-bottom: 10%;
    }
    .s_txt p {
        font-size: 1.5rem;
    }
    
    .content p {
        margin-bottom: 2%;
    }
    .sfull_img_padding {
        margin-bottom: 10%;
    }
    
    .content h3 {
        font-size: 2.2rem;
    }
    .s_project h3 {
        font-size: 2.0rem;
        margin-left: 15px;
    }

    .sfull_img2 img {
        width: 100%;
    }
    
    .s_txt2_span {
        font-size: 2.0rem;
    }
    .s_txt2 {
        padding: 5%;
        color: #000;
        margin-bottom: 5%;
        text-align: center;
        line-height: 2.5rem;
        font-size: 1.6rem;
    }

    .graph {
        width: 100%;
        float: none;
    }
    .graph h3 {
        font-size: 24px;
        color:#000;
        font-family: 'S-CoreDream-7ExtraBold';
    }
    .graph_img {
        width: 100%;
        float: none;
        text-align: right;
    }
    .graph_img img {
        width: 80%;
        margin-right: 5%;
    }
    .graph ul {
        display:none;
    }        
    .list_sub {
        display:block;
    }

    .graph_box {
        padding: 0;
        margin-bottom: 20%;
    }
    .graph_box h4 {
        font-size: 18px;
    }
    .graph_box p {
        margin: 10px 0  10px;
        font-size: 16px;
        line-height: 25px;
    }

    .s_list_left img {
        width: 20%;
    }
    .s_list_left {
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }
    .s_list_right {
        float: none;
        width: 88%;
        padding: 0 6%;
    }
    .s_list_right h2 {
        font-size: 2.2rem;
        text-align: center;
    }
    .sub4_list li {
        font-size: 1.4rem;
    }
}

.contents-description {
    font-family:'NanumSquareB', sans-serif;
    font-size:1.8rem !important;
    padding:20px 0;
}
.contents-description p {
    margin-bottom:20px;
}

.border-box {
    font-family:'NanumSquareB', sans-serif;
    font-size:1.7rem !important;
    border:2px solid #000;
    background:#fff;
    padding: 30px 30px 20px;
}
.border-box ul {
    margin-top:20px;
}
.border-box ul li {
    margin-bottom:10px;
    position: relative;
    padding-left: 40px;
}
.border-box ul li:before {
    width:28px;
    height:23px;
    content:"";
    vertical-align: middle;
    margin-top:-2px;
    background-repeat:no-repeat;
    background-position: center;
    display:inline-block;	
    position: absolute;
    left: 0;
    top: 0;
}
.border-box ul li.location:before {
    background-image:url('../../images/sub1/sub1_1_location_icon.png');
}
.border-box ul li.location2:before {
    background-image:url('../../images/sub1/sub_location_icon2.png');
}
.border-box ul li.bus:before {
    background-image:url('../../images/sub1/sub1_1_bus_icon.png');
}
.border-box ul li.bus2:before {
    background-image:url('../../images/sub1/sub_bus_icon.png');
}
.border-box ul li.phone:before {
    background-image:url('../../images/sub1/sub1_1_phone_icon.png');
}
.border-box ul li.wifi:before {
    background-image:url('../../images/sub1/sub1_1_wifi_icon.png');
}
.border-box ul li.sns:before {
    background-image:url('../../images/sub1/sub1_1_sns_icon.png');
}
.border-box ul li.green_location:before {
    background-image:url('../../images/sub1/green_location.png');
}
.border-box ul li.green_phone:before {
    background-image:url('../../images/sub1/green_phone.png');
}
.border-box ul li.green_wifi:before {
    background-image:url('../../images/sub1/green_wifi.png');
}
.border-box ul li.green_sns:before {
    background-image:url('../../images/sub1/green_sns.png');
}
.border-box ul li.orange_location:before {
    background-image:url('../../images/sub1/orange_location.png');
}
.border-box ul li.orange_home:before {
    background-image:url('../../images/sub1/orange_home.png');
}
.border-box ul li.orange_money:before {
    background-image:url('../../images/sub1/orange_money.png');
}
.border-box ul li.lgreen_location:before {
    background-image:url('../../images/sub1/lgreen_location.png');
}
.border-box ul li.lgreen_peple:before {
    background-image:url('../../images/sub1/lgreen_peple.png');
}
.border-box ul li.lgreen_money:before {
    background-image:url('../../images/sub1/lgreen_money.png');
}
.border-box ul li.blue_location:before {
    background-image:url('../../images/sub1/blue_location.png');
}
.border-box ul li.blue_home:before {
    background-image:url('../../images/sub1/blue_home.png');
}
.border-box ul li.blue_money:before {
    background-image:url('../../images/sub1/blue_money.png');
}


.border-box2 {
    font-family:'NanumSquareB', sans-serif;
    font-size:1.6rem !important;
    border:1px solid #304b78;
    border-width:1px 0;
    padding:20px;
}
.border-box2 span {
    text-align: right;
    display:block;
}
.border-box3 {
    font-family:'NanumSquareB', sans-serif;
    font-size:1.6rem !important;
    border:1px solid #16b37b;
    border-width:1px 0;
    padding:20px;
}
.border-box3 span {
    text-align: right;
    display:block;
}

.color-blue {
    color:#304b78;
}

/* 부산테마 인터뷰 */
.interview-section {
    border-top:1px solid #659ad2;
    margin-top:100px;
    position:relative;
}
.interview-section:before {
    width:50px;
    height:50px;
    content:"";
    background:#fff url('../../images/sub1/sub1_4_mic_icon.png') no-repeat center;
    background-size:60%;
    border:1px solid #659ad2;
    border-radius:50%;
    position:absolute;
    top:-25px;
    left:calc(50% - 25px);
}
.interview-section h3 {
    color:#659ad2;
}
.interview-section .sub_content {
    padding-bottom:0;
}
.interview-section .sub_content:last-child .interview-contents {
    border-bottom:none;
}
.interview-section .interview-contents {
    font-family: 'NotoDL', 'malgun gothic', 'Dotum', 'Arial', 'sans-serif';
    font-size:1.8rem;
    border-bottom:1px solid #659ad2;
    padding: 0 0 4rem;
}
.interview-section .interview-contents:after {
    content:"";
    display:block;
    clear:both;
}
.interview-section .interview-contents img {
    width:30%;
    margin:0 2.5rem 0 0;
    float:left;
}
@media (max-width:740px) {
    .interview-section .interview-contents img {
        width:100%;
        margin:0 0 2.5rem 0;
        display:block;
        float:none;
    }
	
	.opening-bgcolor {
		font-size: 16px;
		line-height: 25px !important;
	}
	.opening_bg p:before {
		content: " ";
		top: -20px;
		left: 5px;
		background-image: url(../../images/sub/open_icon011.png);
		width: 50px;
		height: 35px;
	}
	.opening_bg p:after {
		content: " ";
		bottom: -20px;
		right: 5px;
		background-image: url(../../images/sub/open_icon022.png);
		width: 50px;
		height: 35px;
	}


}
.interview-section .interview-contents .question {
    font-size:2rem;
    margin-bottom:2rem;
}
.interview-section .interview-contents .question span {
    font-size:2.5rem;
    color:#659ad2;
}
.interview-section .interview-contents .answer {
    font-size:2.5rem;
    color:#659ad2;
}

.s_edition {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.sub_edition {
    width:50%;
    margin-right: 0 !important;
}
.sub_edition_img {
    margin-right:2% !important;
}
.sub_edition img {
    width: 100%;
	height:100%;
}
@media (max-width:900px) {
    .s_edition {
        display:block;
    }
	.sub_edition {
		width: 100%;
		padding:20px;
	}
    .sub_edition_img {
       padding:0;
        margin-top:20px;
    }
}


/* 바다가 리서치 */
.graph_box {
    width: 100%;
    display: inline-block;
}
.graph_l {
    width: 70%;
    float: left;
}
.graph_list {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.graph_list .graph_list_n {
    width: 15%;
    float: left;
    font-size: 3.5rem;
	font-family:'NotoB';
}
.graph_list .graph_list_t {
    width: 85%;
    float: left;
}
.graph_list .graph_list_t span {
    display: inline-block;
    height: 30px;
}
.graph_list .graph_list_t span.list_bg01 {
    width: 80%;
}
.graph_list .graph_list_t span.list_bg02 {
    width: 70%;
}
.graph_list .graph_list_t span.list_bg03 {
    width: 60%;
}
.graph_list .graph_list_t span.list_bg04 {
    width: 10%;
}
.graph_list .graph_list_t span.list_bg05 {
    width: 15%;
}
.graph_list .graph_list_t span.list_bg06 {
    width: 5%;
}
.graph_list .graph_list_t span.list_bg07 {
    width: 40%;
}
.graph_list .graph_list_t span.list_bg08 {
    width: 50%;
}
.graph_list .graph_list_t span.list_bg09 {
    width: 30%;
}
.graph_list .graph_list_t p {
	width: 100%;
}
.graph_img {
    width: 30%;
    float: left;
    padding-top: 30px;
}
.graph_img img {
    width: 100%;
    height: 100%;
}

.research01:before {
	content: " 1 ";
    color:#fff;
    top: -14px;
    left: 27px;
    position: absolute;
    display: inline-block;
    font-size: 3.0rem;
    z-index: 9;
}
.research01:after {
	content: "  ";
	background: #0c82c6;
	width: 50px;
	height: 50px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 10px;
}
.research02:before {
	content: " 2 ";
    color:#fff;
    top: -14px;
    left: 27px;
    position: absolute;
    display: inline-block;
    font-size: 3.0rem;
    z-index: 9;
}
.research02:after {
	content: "  ";
	background: #0c82c6;
	width: 50px;
	height: 50px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 10px;
}
.research03:before {
	content: " 3 ";
    color:#fff;
    top: -14px;
    left: 27px;
    position: absolute;
    display: inline-block;
    font-size: 3.0rem;
    z-index: 9;
}
.research03:after {
	content: "  ";
	background: #0c82c6;
	width: 50px;
	height: 50px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 10px;
}
.research04:before {
	content: " 4 ";
    color:#fff;
    top: -14px;
    left: 27px;
    position: absolute;
    display: inline-block;
    font-size: 3.0rem;
    z-index: 9;
}
.research04:after {
	content: "  ";
	background: #0c82c6;
	width: 50px;
	height: 50px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 10px;
}
.research05:before {
	content: " 5 ";
    color:#fff;
    top: -14px;
    left: 27px;
    position: absolute;
    display: inline-block;
    font-size: 3.0rem;
    z-index: 9;
}
.research05:after {
	content: "  ";
	background: #0c82c6;
	width: 50px;
	height: 50px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 10px;
}

.graph_box2 {
    width: 100%;
    display: inline-block;
}
.graph_box2 div.graph_l {
    width: 70%;
    float: left;
}
.graph_box2 div.graph_img {
    width: 30%;
    float: left;
}
.graph_box2 div.graph_l img,
.graph_box2 div.graph_img img {
    width: 100%;
    height: 100%;
}

@media (max-width:900px) {
	.graph_l,
	.graph_box2 div.graph_l,
	.graph_box2 div.graph_img,
	.graph_img {
		width: 100%;
	} 

}
@media (max-width:740px) {
	.research01 {
		margin: 10% 0 0;
	}

}

@media screen and (max-width: 468px) {
    .graph_list .graph_list_n {
		width: 20%;
		font-size: 2.0rem;
	}
	.graph_list .graph_list_t {
		width: 75%;
		float: left;
	}
	.graph_box p {
		margin: 0 0 10px;
	}
	.border_research {
		margin-bottom: 15% !important;
	}
}

/* 서면시장 OLD&NEW */
.market_con {
    width: 100%;
    display: inline-block;
}
.market_box {
    width: 48%;
    float: left;
}
.market_box2 {
    width: 48%;
    float: left;
    margin-left: 2%;
}
.market_con span {
    font-size: 1.45rem;
}

@media (max-width:1200px) {
	
	.market_box1_2 {
		margin-top:30px;
	}
	.market_box {
		width: 100%;
		float: none;
	}
	.market_box2 {
		width: 100%;
		float: none;
		margin-left: 0;
	}

}


/* 바다가 프로젝트 */
#sub_pro {
    display: inline-block;
    width: 100%;
}
.sub_pro .border-img img {
    width: 100%;
    height: 100%;
}
.sub_pro .border-box {
}
.h4_icon01:before {
    content: '';
    width: 50px;
    height: 50px;
	background-image: url(../../images/sub4/sub4_3_img10.jpg);
    display: inline-block;
    position: relative;
    top: 14px;
    margin-right: 15px;
}
.h4_icon02:before {
    content: '';
    width: 50px;
    height: 50px;
	background-image: url(../../images/sub4/sub4_3_img12.jpg);
    display: inline-block;
    position: relative;
    top: 14px;
    margin-right: 15px;
}
.h4_icon03:before {
    content: '';
    width: 50px;
    height: 50px;
	background-image: url(../../images/sub4/sub4_3_img11.jpg);
    display: inline-block;
    position: relative;
    top: 14px;
    margin-right: 15px;
}
.pro_top_txt {
    width: 100%;
    display: inline-block;
}
.pro_top_tit {
    width: 30%;
    float: left;
    padding-top: 2%;
    padding-left: 2%;
}
.pro_top_list {
    width: 50%;
    float: left;
    font-family:'NanumSquareB', sans-serif;
    font-size:1.8rem !important;
}
.pro_top_list ul {
    margin-top:0;
}
.pro_top_list ul li {
    margin-bottom:10px;
}
.pro_top_list ul li:before {
    width:28px;
    height:23px;
    content:"";
    vertical-align: middle;
    margin-top:-2px;
    margin-right:10px;
    background-repeat:no-repeat;
    background-position: center;
    display:inline-block;
}
.pro_top_list ul li,
.sub_pro ul li {
    font-size: 1.7rem;
    padding-left: 40px;
    position: relative;
}

.location2:before {
    background-image:url('../../images/sub1/sub_location_icon.png');
}
.peple:before {
    background-image:url('../../images/sub1/sub_peple_icon.png');
}
.money:before {
    background-image:url('../../images/sub1/sub_money_icon.png');
}
.home:before {
    background-image:url('../../images/sub1/sub_home_icon.png');
}

@media (max-width:900px) {
	
	.pro_top_tit {
		width: 100%;
		float: left;
		padding: 5% 5% 0;
	}
	.pro_top_list {		
		width: 100%;
		margin: 0 5% 3%;
	}

}

.contents-description-wrap {
    display:flex;
    flex-wrap:wrap;
}
.contents-description-wrap > div {
    width:calc(100% / 2 - (2.01% / 2));
    display: flex;
    flex-wrap: wrap;
}
.contents-description-wrap > div > div {
    width:100%;
}
.contents-description-wrap .contents-description > div.border-img {
    height:55%;
    overflow:hidden;
}
@media ( max-width:1024px) {
    .contents-description-wrap .contents-description > div.border-img {
        height:50%;
        overflow:hidden;
    }
}
.contents-description-wrap .contents-description > div.border-box {
    height:45%;
}
@media ( max-width:1024px) {
    .contents-description-wrap .contents-description > div.border-box {
        height:50%;
    }
}
.contents-description-wrap .contents-description > div.contents-description-blank {
    height:auto;
}
.contents-description-wrap > div:nth-child(even) {
    margin-left:2%;
}

@media (max-width:1200px) {

	.contents-description-wrap .contents-description > div.border-img img {
		height: 100%;
		width: 100%;
	}

}

@media (max-width:740px) {
    .contents-description-wrap {
        display:block;
    }
    .contents-description-wrap > div {
        width:100%;
    }
    .contents-description-wrap > div:nth-child(even) {
        margin-left:0;
    }
}


/* 바다가 뉴스 */

.news_sub {
    display: inline-block;
    border-top: 1px solid #00aeef;
    border-bottom: 1px solid #00aeef;
    padding: 2% 0;
    position: relative;
    width: 100%;
}
.news_sub h3 {
    width:100%;
}
.news_sub .news_sub_img {
    width: 40%;
    float: left;
    overflow: hidden;
}
.news_sub .news_sub_img:before {
    content: '';
    width: 35px;
    height: 38px;
    display: inline-block;
    position: absolute;
    top: 5px;
    margin: 0 auto;
    left: 10px;
}
.news_sub .news_sub_bg01:before {
    background: url(images/sub4/number01.png) no-repeat center;
}
.news_sub .news_sub_bg02:before {
    background: url(images/sub4/number02.png) no-repeat center;
}
.news_sub .news_sub_bg03:before {
    background: url(images/sub4/number03.png) no-repeat center;
}
.news_sub .news_sub_bg04:before {
    background: url(images/sub4/number04.png) no-repeat center;
}
.news_sub .news_sub_bg05:before {
    background: url(images/sub4/number05.png) no-repeat center;
}
.news_sub .news_sub_bg06:before {
    background: url(images/sub4/number06.png) no-repeat center;
}
.news_sub .news_sub_bg07:before {
    background: url(images/sub4/number07.png) no-repeat center;
}
.news_sub .news_sub_bg08:before {
    background: url(images/sub4/number08.png) no-repeat center;
}
.news_sub .news_sub_img img {
    width: 100%;
    height: 100%;
    border: 2px solid #00aeef;
}
.news_sub .news_sub_list {
    width: 57%;
    float: left;
    margin: 0 0 0 3%;
}
.news_sub .news_sub_list ul {
}
.news_sub .news_sub_list ul li {
    padding-bottom:10px;
    padding-left: 20px;
    position: relative;
}
.news_sub .news_sub_list ul li:before {
    content: '+';
    color: #00aeef;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}
.news_sub .news_sub_list ul li ul {
    padding-top:10px;
}
.news_sub .news_sub_list ul li ul li {
    padding-bottom:10px;
    padding-left: 10px;
    position: relative;
}
.news_sub .news_sub_list ul li ul li:before {
    content: ' ';
    width: 5px;
    height: 5px;
    background: #00aeef;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    font-weight: bold;
    border-radius: 50%;
}

@media (max-width:900px) {

	.news_sub {
		border-top: 0;
	}
	.news_sub .news_sub_img {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.news_sub .news_sub_list {
		width: 100%;
		float: none;
		margin: 0 0 0 3%;
	}

}




/* 바다가스타그램 */
.badaga-stagram {
    display:flex;
    flex-wrap:wrap;
}
.badaga-stagram .item {
    width:calc(100% / 3 - (80px / 3));
    border:2px solid #f15921;
    border-radius:50px 50px 0 0;
    box-sizing:border-box;
    margin-right:40px;
    margin-bottom:40px;
    transition:all 0.4s ease;
}
.badaga-stagram .item:nth-child(3n) {
    margin-right:0;
}
@media (max-width:900px) {
    .badaga-stagram .item {
        width:calc(100% / 2 - (40px / 2));
    }
    .badaga-stagram .item:nth-child(3n) {
        margin-right:40px;
    }
    .badaga-stagram .item:nth-child(even) {
        margin-right:0;
    }
}
@media (max-width:740px) {
    .badaga-stagram .item {
        width:100%;
        margin-right:0;
    }
    .badaga-stagram .item:nth-child(3n) {
        margin-right:0;
    }
}
.badaga-stagram .item:before {
    width: 50%;
    height: 40px;
    content:"";
    border:2px solid #f15921;
    border-top:none;
    border-radius:0 0 20px 20px;
    margin:0 auto;
    display:block;
}
.badaga-stagram .item img {
    max-width:100%;
}
.badaga-stagram .item .writer {
    font-family:'NotoSansDemiLight','NotoSansLight', sans-serif;
    font-size:2rem;
    padding:0 2rem;
    margin:4rem 0 2rem 0;
}
.badaga-stagram .item .writer span {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.badaga-stagram .item .icon-set {
    padding:20px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.badaga-stagram .item .icon-set div:first-child {
    width:87px;
}
.badaga-stagram .item .icon-set div:nth-child(2) {
    margin-left: -17%;
    display:flex;
    align-items: center;
}
.badaga-stagram .item .icon-set div:nth-child(2) span {
    width:10px;
    height:10px;
    border-radius:50%;
    background:#f15921;
    margin-right:10px;
    display:block;
}
.badaga-stagram .item .icon-set div:nth-child(2) span:last-child {
    margin-right:0;
}
.badaga-stagram .item .icon-set div:last-child {
    width:17px;
}
.badaga-stagram .item .contents {
    padding:2rem 2rem 4rem 2rem;
}
.badaga-stagram .item .contents h3 {
    width:100%;
    font-family:'NotoSansBold', sans-serif;
    font-size:1.8rem !important;
    font-weight:normal;
    word-break:keep-all;
    margin-bottom:2rem;
}


/* 독자참여 */
.sub_join {
    padding: 4% 4% 5%;
	color:#000;
    background-image: url(../../images/sub/sub5_img01.jpg);
    background-repeat: no-repeat;
    background-position: 92% center;
    transition:all 0.4s ease;
}
@media (max-width:1024px) {
    .sub_join {
        padding: 4% 4% 8% 4%;
        background-position: 92% 90%;
    }
}
@media (max-width:740px) {
    .sub_join {
        padding: 4% 4% 20% 4%;
    }
}

.sub_join_qz {
    font-size: 2.2rem;
	font-family:'NotoM';
}
.sub_join_qz span {
    font-size: 1.6rem;
    color: #888;
    padding-left: 15px;
}
.sub_join_txt {
	font-family:'NotoR';
}
.sub_join_txt span.sub_join_txt_box {
    background: #fcdfe4;
    color: #000;
    border-radius: 20px;
    padding: 10px 20px;
    margin-right: 15px;
    font-size: 1.6rem;
    border: 2px solid #000;
}
.sub_join_txt span {
    border-bottom: 1px solid #000;
}

.join_bottom_txt {
	font-family:'NanumMyeongjo-Bold';
    font-size: 2.3rem;
}
.join_bottom_txt p {
    line-height: 35px;
}
.join_bottom_txt p span {
    border-bottom: 1px solid #000;
}
.join_bottom_txt p span.pink_font {
    border-bottom: 1px solid #eb5c7b;
}
.join_bottom_txt p:before {
    content: '';
    width: 154px;
    height: 55px;
	background-image: url(../../images/sub/sub5_img02.jpg);
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto 20px;
}

@media (max-width:740px) {
	.readers_comments {
		padding: 3% 4%;
		margin-top: 30px;
	}
	.sub_join_qz span {
		padding-left: 0;
		width: 100%;
		display: block;
		padding-top: 10px;
	}
	.join_bottom_txt p {
		line-height: 30px;
	}
}