html,
body {
    height: 100%;
}


/* etc */
html {
    overflow-x: hidden;
}
/*
body.popup_open {
	position:fixed;
    overflow: hidden;	
}
*/

.row-offcanvas {
    height: 100%;
}

a {
    color: #000;
}

a:hover {
    text-decoration:none;
    color: #ef5260;
}

.displaynone {
	display:none;
}

/*@media(min-width:1170px) {*/
@media(min-width:1280px) {
    .container {
		width:100%;
        max-width: 1430px;
    }
}
@media(max-width:1279px) {
    .container {
        width: auto;
    }
}

.js-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*    background: url('../../img/main/section_04_bg.jpg');*/    
}


/* header */

#header_wrap {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 106px;
    transition: .5s height, .2s background;
}

#header_wrap.top_menu_06 {
    background-color: rgba(255,255,255,0.9);
}

#header_wrap.top_menu_06 .container {
    position: relative;
}

#header_wrap.top_menu_06 h1 {
    padding-top: 15px;
    padding-left: 5px;
}

#header_wrap.top_menu_06 h1 a {
	display:inline-block;
}

#header_wrap.top_menu_06 h1 img {
	width:186px;
	height:36px;
	filter:brightness(1);
}

/*
#header_wrap.top_menu_06.sub h1 a {
    background: url(../../img/main/logo-white.png) 0 100% no-repeat;
    text-indent: -9999px;
}
*/

#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 25.7%;
    top: 0;
    width:60%;
}

#header_wrap.top_menu_06 .gnb {
	display:flex;
    background-color: transparent;
}

#header_wrap.top_menu_06 .gnb li {    
    width: 20%;
    text-align: left;
}

/*
#header_wrap.top_menu_06 .gnb li:last-child {
    width: 100px;
}
*/
#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    line-height: 1em;
    color: #000;
	white-space:nowrap;
}

#header_wrap.top_menu_06 .gnb:after {
    display: block;
    clear: both;
    content: "";
}

#header_wrap.top_menu_06 .gnb .depth1 {
    position: relative;
}

#header_wrap.top_menu_06 .gnb .depth1 > a {
    display: block;
    height: 57px;
    padding: 48px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
	font-family: "Montserrat", sans-serif;
	color:#000;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:before {
    background: linear-gradient(to right, #ef5260, #ef5260);
    background: -webkit-linear-gradient(to right, #ef5260, #ef5260);
    /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); */
    margin-top: 32px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;	
    width: 0%;
    transition: 0.3s;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    color: #ef5260;
    width: 100px;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
    color: #ef5260;
}

#header_wrap.top_menu_06 .gnb .depth2 {
    display: none;
}

#header_wrap.top_menu_06 .gnb .depth2 li {
    width: 100%;
}

#header_wrap.top_menu_06 .gnb li.gnb_empty,
#header_wrap.top_menu_06 .gnb li.gnb_empty a {
    font-size:16px;
    line-height: 24px;
    width: 500px;
    text-align: center;
    color: #fff;
}

#header_wrap.top_menu_06 .top_right_menu {
    position: absolute;
    top: 43px;
    right: 15px;
}

#header_wrap.top_menu_06 .top_right_menu a {
	color:#fff;	
}

#header_wrap.top_menu_06 .top_right_menu .btn-white {
    display: inline-block;
	font-size: 14px;
	background-color: #1d2088;
    border: 1px #1d2088 solid;
    border-radius: 15px;
	color:#fff;		
	padding:2px 10px 1px;
	margin-left:2px;
    transition: 0.3s;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white a:hover {
    color: #ef5260;
}


/* 투명 */
#header_wrap.top_menu_06.transparent {
    background-color: transparent;
}

/*
#header_wrap.top_menu_06.transparent:hover {
    background-color: rgba(255, 255, 255, 0.9);
	transition:0.3s;
}

body.fp-viewing-1 #header_wrap.top_menu_06.transparent,
body.fp-viewing-2 #header_wrap.top_menu_06.transparent,
body.fp-viewing-3 #header_wrap.top_menu_06.transparent {
    background-color: rgba(255, 255, 255, 0.9);
}
*/

body.fp-viewing-0 #header_wrap.top_menu_06 {
	background-color: rgba(255, 255, 255, 0);
}

body.fp-viewing-0 #header_wrap.top_menu_06 h1 img {	
	filter:brightness(10);
}

body.fp-viewing-0 #header_wrap.top_menu_06 .gnb .depth1 > a {
	color:#fff;
}

body.fp-viewing-0 #header_wrap.top_menu_06:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

body.fp-viewing-0 #header_wrap.top_menu_06:hover h1 img {	
	filter:brightness(1);
}

body.fp-viewing-0 #header_wrap.top_menu_06:hover .gnb .depth1 > a {
	color:#000;
}

/* header_hover */
#header_wrap.full_down {
    height: 310px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1100;
}

#header_wrap.full_down:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    /* background-color: rgb(255, 255, 255, 0.6); */
    border-top: 0;
    /* border-bottom: 1px #cacaca solid;*/
    content: "";
}

#header_wrap.top_menu_06.full_down h1 a {
    background-position: 0 100%;
}

#header_wrap.top_menu_06.full_down .menu_wrap {}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb {
    overflow: hidden;
    /* width: 1140px;*/
    margin: 0 auto;
    text-align: left;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a {
    color: #666;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 {
    overflow: hidden;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a {
    margin-bottom: 30px;
    color: #000;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:focus {
    color: #ef5260;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 {
    display: block;
    padding-top: 10px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li {
    display: block;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    color: #3e3e3e;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:hover {
    color: #000;
    padding-left: 4px;
    font-weight: 600;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:before {
    /* content: "· "*/
}

/*
#header_wrap.top_menu_06.full_down .top_right_menu .btn-white {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #000 solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
	font-family: "Montserrat", sans-serif;
    font-size: 13px;
}
*/ 

/* 투명  풀다운  */
#header_wrap.top_menu_06.full_down {
    height: 310px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1100;
}

#header_wrap.top_menu_06.full_down:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    /* background-color: rgb(255, 255, 255, 0.9); */
    border-top: 0;
    /* border-top: 1px #f6f6f6 solid; */
    content: "";
}


/* 모바일 메뉴 */
.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 30px;
    background-color: transparent;
    border: 0;
}

.hiraku-open-btn-line,
.hiraku-open-btn-line:before,
.hiraku-open-btn-line:after {
	background-color:#1d2088 !important;
}

@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }
    .js-offcanvas-btn {
        display: block;
    }
    .sidebar-offcanvas {
        display: block !important;
    }	
	#header_wrap.top_menu_06 .top_right_menu {
        display: none;		
	}
}
/* 모바일 메뉴 마감 */


/* index- content */
.index-content .section {
	padding:40px 0 60px;
}

.index-content .section_gray {
	background:#f8f8f8;
}

.index-content .section .text-box {
    text-align: center; 
}

.index-content .section .text-box h3 {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    font-family: 'montserrat', sans-serif;
}

.index-content .section .text-box .line {
    width: 90px;
    height: 1px;
    background-color: #222;
    margin: 0 auto;
}

.index-content .section .text-box p.text {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 28px;
    font-family: 'NanumSquare', sans-serif;
}

.index-content .section .content {
    margin-top: 40px;
}

.index-content .section .content .inner {
    width:100%;
    max-width:1920px;
	margin:0 auto;	
	padding:0 15px;	
}

.index-content .section .content .main_works {
    width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.index-content .section .content .main_works li {
	position:relative;
    width:16%;
	aspect-ratio: 1 / 1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	transition:0.3s;
	overflow:hidden;
}

.index-content .section.sec-2 .inner {
	max-width:1430px;
}

.index-content .section.sec-2 .content .main_works li {
    width:31.5%;
	aspect-ratio: 1 / 0.75;
	margin-bottom:44px;
}

#fullpage.index-content .section.sec-2 .content .main_works li {
    width:32%;
	aspect-ratio: 1 / 0.67;
	margin-bottom:34px;
}

.index-content .section .content .main_works li:hover {	
	background-size:110%;
	transition:0.3s;
}

.index-content .section .content .main_works li a {
	display:block;	
	width:100%;
	height:100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 50%);
}

.index-content .section .content .main_works li:hover a {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 50%);
	transition:0.3s;
}

.index-content .section .content .main_works li .works_types {
	position:absolute;
	top:0px;
	width:100%;
	padding:10px 14px;
	text-align:left;
	color:#fff;
	font-size:22px;
	word-break:keep-all;
	font-weight:600;
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}

.index-content .section .content .main_works li .works_types span {
	display:inline-block;
}

.index-content .section .content .main_works li .works_text {
	position:absolute;
	bottom:-100px;
	width:100%;
	padding:10px 14px;
	text-align:right;
	color:#fff;
	font-size:20px;
	word-break:keep-all;
	font-weight:600;
}

/*
.index-content .section .content .main_works li:hover .works_types {	
	top:0px;
	transition:0.3s;
}
*/

.index-content .section .content .main_works li:hover .works_text {	
	bottom:-10px;
	transition:0.3s;
}

.index-content .section .content .main_news {
    width:100%;
	display:flex;
	flex-wrap:wrap;
}

.index-content .section .content .main_news li {
	width:23.875%;
	padding:0px 0;
	border:1px solid #ddd;
	position:relative;
	margin-right:1.5%;
	margin-bottom:20px;
}

.index-content .section .content .main_news li:nth-child(4n+0) {
	margin-right:0;	
}

.index-content .section .content .main_news li:hover {		
	border:1px solid #6ea9d5;
	box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.08);
	transition:0.3s;
}

.index-content .section .content .main_news li .news_thumb {
	width:100%;
}

.index-content .section .content .main_news li .news_thumb img {
	width:100%;
}

.index-content .section .content .main_news li:hover .news_thumb img {
	filter:brightness(1.1);
	transition:0.3s;
}

.index-content .section .content .main_news li .news_txt {
	width:100%;
	padding:10px 14px 60px;
}

.index-content .section .content .main_news li .news_txt h4 {
	font-size:16px;
	font-weight:500;
	word-break:keep-all; 
	line-height:1.4;
	margin-top:6px;
}

.index-content .section .content .main_news li .news_txt p.cate {
	font-size:14px;
	font-weight:400;
	margin-bottom:0px;
	color:#6ea9d5;
}

.index-content .section .content .main_news li .news_date {
	font-size:13px;
	color:#999;
	font-family:"montserrat", sans-serif;	
	position:absolute; 
	bottom:4px; 
	right:14px;  
}

#fullpage .section {
	padding:0;
}

#fullpage .section.sec-2 .text-box {
	margin-top:84px;
}

#fullpage .section.sec-3 .text-box {
	margin-top:120px;
}

/*  sub layout */
/* 서브 중앙메뉴 */
.sub_three_map_wrap {
    margin-top: 106px;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    transition: 0.4s;
	border-top:1px solid #aaa;
	border-bottom:1px solid #eee;
}

.sub_three_map_wrap .sub_three_map {
	border-left:1px solid #eee;
}

.sub_three_map_wrap .sub_three_map .col-md-1,
.sub_three_map_wrap .sub_three_map .col-md-3,
.sub_three_map_wrap .sub_three_map .col-md-3 {
    padding: 0;
    margin: 0;
}

.sub_three_map_wrap .sub_three_map .home {
    color: #999;
    display: block;
    font-weight: 700;
    font-size: 15px;
	border-right:1px solid #eee;
	max-width:50px;
}

.sub_three_map_wrap .sub_three_map .home a {
	color:#999;
	display: block;
	padding:16px 12px 15px 18px;
}

.sub_three_map_wrap .sub_three_map .home a:hover {
	color:#222;
}

.sub_three_map_wrap .sub_three_map .menus {
    border-top: 0;
}

.sub_three_nav {padding:0px;}

.sub_three_nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9
}

.sub_three_nav ul li {
    display: block;
}

.sub_three_nav > ul > li > a {
	border-right:1px solid #eee;
	font-family:"montserrat", sans-serif;
}

.sub_three_nav ul li a,
.sub_three_nav ul li a:visited {
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #999;
	padding:17px 16px 16px 16px;
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
}

.sub_three_nav ul li a:hover {
    /* color: #222; */
}

.sub_three_nav.last ul li a,
.sub_three_nav.last ul li a:visited {
	color:#222;
}

.sub_three_nav .dropdown-active {
    background-color: #fff;
    font-weight: 600;
}

.sub_three_nav .dropdown-active a,
.sub_three_nav .dropdown-active a:visited {
    color: #000;
}

.sub_three_nav ul ul {
    position: absolute;
	left:-1px;
    background-color: #fff;
    width: calc(100% + 1px);
    border: 1px #eee solid;
	border-bottom:0;
}

.sub_three_nav ul ul li {
    display: block;
}

.clickSlide span {
    float: right;
    padding-top: 27px;
    padding-right: 25px;
    font-weight: 100;
    color: #3d3d3d;
}

.sub_three_nav ul ul li a,
.sub_three_nav ul ul li a:visited {
    display: block;
    color: #222;
	border-bottom:1px solid #eee;
}

.sub_three_nav ul ul li a:hover {
    background-color: #f8f8f8;
    color: #000;
}

.sub_three_map_wrap .sub_three_map .depth1,
.sub_three_map_wrap .sub_three_map .depth2 {
    transition: .3s;
}

.sub_three_map_wrap .sub_three_map .depth1:before,
.sub_three_map_wrap .sub_three_map .depth2:before {
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f107";
    float: right; 
    color: #999;
	margin:16px 16px 0 0;
}

.sub_three_map_wrap .sub_three_map .depth2:before {
	color:#222;
}
.sub_three_map_wrap .sub_three_map .dropdown-active.depth1:before,
.sub_three_map_wrap .sub_three_map .dropdown-active.depth2:before {
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f105";
    float: right;
    color: #222;
	margin:16px 16px 0 0;
}

/* sticky */
.sub_three_map_wrap.sticky {
  position: fixed;
  top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px #eee solid;
    z-index: 99999999999999;
}
.sub_three_map_wrap.sticky .sub_three_nav ul li a,
.sub_three_map_wrap.sticky .sub_three_nav ul li a:visited {
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 16px;
    padding-left: 30px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    /* font-weight: 400;*/
    text-transform: capitalize;
    line-height: 32px;
}
.sub_three_map_wrap.sticky .sub_three_map .depth1:before,
.sub_three_map_wrap.sticky .sub_three_map .depth2:before {
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: 20px;
    color: #000;
    margin-top: 20px;
	/* border: 1px #000 solid;*/
    text-align: center;
    width: 22px;
}
.sub_three_map_wrap.sticky .sub_three_map .home:after {
    background: none;
    font-family: FontAwesome;
    content: "\f015";
    color: #000;
    line-height: 32px; 
    display: block;
    height: 40px;
    padding: 0;
    padding-left:0;
    font-weight: 700;
    font-size: 18px;
    border-top: 0;
}
/* 서브 중앙메뉴 마감 */

/* sub_content */
#sub_content {
    margin-bottom: 80px;
}

#sub_content section {
    padding: 60px 0;
}

#sub_content .cont_flex {
	display:flex;
	flex-wrap:wrap;
}

#sub_content .cont_flex .flex_40 {
	width:40%;
}

#sub_content .cont_flex .flex_50 {
	width:50%;
}

#sub_content .cont_flex .flex_60 {
	width:60%;
}

#sub_content .cont_flex .flex_100 {
	width:100%;
}

#sub_content .pd_right {
	padding-right:60px;
}

#sub_content .bdr_top {
	border-top:1px solid #ddd;
}

#sub_content .bdr_top_blue {
	border-top:1px solid #276fad;
}

#sub_content .mt_0 {
	margin-top:0px !important;
}

#sub_content .mb_0 {
	margin-bottom:0px !important;
}

#sub_content .sec_title {
	
}

#sub_content .sec_title h2 {
    font-size: 27px;
    color: #222;
    font-weight: 300;
	font-family: 'montserrat', 'NotoSans', '맑은 고딕', sans-serif;
	margin:20px 0 20px;
}

#sub_content .sub_cont {
	padding-top:24px;
}

#sub_content .sub_cont .serif {	
	font-family: "Noto Serif KR", serif;
	color:#aaa;
	font-weight:200;
	line-height:1.5;
	font-size:27px;
	margin-bottom:30px;
	word-break:keep-all;
}

#sub_content .sub_cont .blue {
	color:#6ea9d5;
	font-weight:400;
}

#sub_content .sub_cont h3 span {
	display:inline-block;
}

#sub_content .sub_cont p {
	font-size:15px;
	word-break:keep-all;
	color:#666;
}

#sub_content .sub_cont p.strong {
	font-size:15px;
	font-weight:800;
	color:#222;
	margin-bottom:20px;
}

#sub_content .sub_cont p.big {
	font-size:18px;
	font-weight:400;
	font-family: 'NanumSquare', sans-serif;
	color:#666;
	margin-bottom:20px;
	line-height:1.6;
}

#sub_content .sub_cont img {
	width:100%;
} 

#sub_content .img_wrap .data-image {
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}

#sub_content .overview_img img {
	width:100%;
}

#sub_content .sub_cont .ci_desc  {
	margin-bottom:40px;
}

#sub_content .sub_cont .ci_desc p.strong {
	margin-bottom:10px;
}

#sub_content .sub_cont .ci_desc .feeling {
	padding-top:10px;
	position:relative;
	width:90%;
}

#sub_content .sub_cont .ci_desc .feeling li {
	display:inline-block;
	width:30%;
	aspect-ratio:1 / 1;
	border-radius:50%;
	background:rgba(11,169,213,1);
	margin-right:5%;
	position:relative;
	z-index:9;
}

#sub_content .sub_cont .ci_desc .feeling li span {
	position:absolute;
	top:50%;
	left:0px;
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:700;
}

#sub_content .sub_cont .ci_desc .feeling::after {
	display:block;
	content:"";
	width:90%;
	height:1px;
	background:#aaa;
	position:absolute;
	top:50%; 
	left:5%;
}

#sub_content .sub_cont .ci_desc .feeling li:last-child {
	margin-right:0;
}

#sub_content .sub_cont .ci_desc .design li {
	margin-bottom:6px;
	word-break:keep-all;
}

#sub_content .logo_wrap {
	padding-top:0px;
}

#sub_content .logo_wrap .color {
	display:flex;
	margin-bottom:24px;
}

#sub_content .logo_wrap .img_wrap {
	width:70%;
	max-width:581px;
}

#sub_content .logo_wrap img {
	width:100%;
}

#sub_content .logo_wrap .color dl {
	width:30%;
	padding:30px 0 0 30px;
	margin-bottom:0;
}

#sub_content .logo_wrap .color dt {
	padding:6px 10px;
	color:#fff;
}

#sub_content .logo_wrap .color dl.navy dt {
	background:#1d2088;
}

#sub_content .logo_wrap .color dl.gray dt {
	background:#231815;
}

#sub_content .logo_wrap .color dd {
	margin-top:10px;
	padding-left:10px;
}

#sub_content .flex_50.cont_flex {
	align-items: flex-end;
}

#sub_content .bro_wrap img {
	width:100%;	
}

#sub_content .bro_wrap .btn_wrap {
	padding-left:14px;
}

#sub_content .bro_wrap .btn_wrap strong,
#sub_content .bro_wrap .btn_wrap a {
	display:block;
	color:#666;
}

#sub_content .bro_wrap .btn_wrap strong {
	font-size:15px;
	color:#222;
	margin-bottom:10px;
}

#sub_content .bro_wrap .btn_wrap a {
	width:94%;
	max-width:102px;
	border:1px solid #ddd;
	padding:3px 0px 2px;
	margin-bottom:10px;
	font-size:13px;
	text-align:center;
}

#sub_content .bro_wrap .btn_wrap a:hover {
	color:#ef5260;
}

#sub_content .bro_wrap .btn_wrap a i {
	margin-right:6px;
}

#sub_content .vision_left .sub_cont {
	margin-top:40px;
}

#sub_content .vision_left .sub_cont:first-child {
	border-top-color:#276fad;
	margin-top:0px;
}

#sub_content .img_wrap.vision_right .data-image {
	height:auto;
	aspect-ratio:0.56/0.5;
}

#sub_content .service_img {
	margin:24px 0;
}

#sub_content .service_img img {
	width:100%;
}

#sub_content .service_img_left {
	padding-right:5px;
}

#sub_content .service_img_right {
	padding-left:5px;
}

#sub_content .service_content.cont_flex {
	justify-content: space-between;
	margin-top:60px;
}

#sub_content .service_content .flex_25 {
	width:24.5%;
	background:#f8f8f8;
}

#sub_content .service_content .sub_cont {
	padding:20px 10px 30px;
}

#sub_content .service_content .sub_cont p.strong {
	margin:20px 0 4px;	
}

#sub_content .history_img img {
	margin:4px 0 30px;	
}

#sub_content .history_content .sub_cont {
	margin:0;
	padding:30px 0;	
}

#sub_content .history_content .sub_cont h4 {
	margin:0 0 14px;	
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

#sub_content .history_content .sub_cont p {
    font-size: 18px;
    color: #222;
    margin-bottom: 0px;
    line-height: 1.6;
}

#sub_content .organi_wrap {
	text-align:center;
}

#sub_content .organi_wrap img {
	text-align:center;
	width:100%;
	max-width:1200px;
	margin:40px auto 0;
}

#sub_content .organi_wrap img.pc {
	display:block;
}

#sub_content .organi_wrap img.mo {
	display:none;	
}

#sub_content .map_btn {
	display:flex;
}

#sub_content .map_btn li {
	max-width:160px;
	width:32%;
	text-align:center;
	font-size:15px;
	font-weight:700;
	margin-right:10px;	
}

#sub_content .map_btn li:last-child {
	margin-right:0px;	
}

#sub_content .map_btn li a {
	display:block;
	padding:10px 0 9px;
	border-radius:2px;	
}

#sub_content .map_btn li a:visited,
#sub_content .map_btn li a:focus {
	text-decoration:none;
}

#sub_content .map_btn li.naver a {
	border:1px solid rgba(3,199,90,1);
	background:rgba(3,199,90,1);
	color:#fff;
}
#sub_content .map_btn li.kakao a {
	border:1px solid rgba(254,229,0,1);
	background:rgba(254,229,0,1);
	color:#191919;		
}
#sub_content .map_btn li.google a {
	border:1px solid rgba(66,133,244,1);
	background:rgba(66,133,244,1);
	color:#fff;
}

#sub_content .map_btn li.naver a:hover {
	background:#fff;
	color:rgba(3,199,90,1);
	transition:0.3s;
}
#sub_content .map_btn li.kakao a:hover {
	background:#fff;
	color:rgba(254,229,0,1));
	transition:0.3s;
}
#sub_content .map_btn li.google a:hover {
	background:#fff;
	color:rgba(66,133,244,0.7);
	transition:0.3s;
}

#sub_content .map_content .sub_cont {
	margin:0;
	padding:30px 0;	
}

#sub_content .map_content .sub_cont h4 {
	margin:0 0 24px;	
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

#sub_content .map_content .sub_cont p.big {
	font-weight:700;
	/* color:#222; */
}

#sub_content .map_content .sub_cont p strong, 
#sub_content .map_content .sub_cont p span {
	display:inline-block;
}

#sub_content .map_content .sub_cont p strong {
	width:52px;	
}

#sub_content .people.section_gray {
	background:#f8f8f8;
} 

#sub_content .people h2 {
	display:inline-block;
	width:100%;
	max-width:500px;
	border-bottom:1px solid #aaa;
	padding-bottom:20px;
	margin-bottom:40px;
	font-family:'NanumSquare', sans-serif;
	font-weight:400;
}

#sub_content .people h2 span {
	font-size:22px;
	font-weight:600;
	position:relative;
	top:-1px;
	margin-left:4px;
	color:#999;
}

#sub_content .people.ceo h2 {
	border-bottom:1px solid #276fad;
	font-family:'montserrat', sans-serif;
}

#sub_content .recruit h2.kor_tit {
    font-size: 24px;
    font-weight: 400;
    font-family: 'NanumSquare', sans-serif;
}

#sub_content .recruit .talent {
	position:relative;
	width:100%;
	height:auto;
	aspect-ratio: 1 / 0.39;
	max-height:327px;
}

#sub_content .recruit .talent ul {
	display:flex;
	align-items: center;
	height:100%;	
}

#sub_content .recruit .talent li {
	flex: 1 1 30%;	
	background:rgba(255,255,255,1);
	padding:26px 0px;
	transform:translateY(24px);
	text-align:center;
	white-space:nowrap;
}

#sub_content .recruit p.bdr {
	display:inline-block;
	border-bottom:1px solid #222;
	margin-bottom:24px;
}

#sub_content .recruit p.talent_p {
	padding-right:30px;
	margin-bottom:24px;
}

#sub_content .recruit p.talent_p strong {
	font-weight:600;
	color:#276fad;
}

#sub_content .recruit .talent li p {
	word-break:keep-all; 	
}

#sub_content .recruit .talent li:nth-child(2) p {
	text-indent:-20px;
}

#sub_content .recruit .talent li p.strong {
	font-weight:900;
	font-size:24px;
	color:#276fad;
}

#sub_content .recruit .flow ul {
	display:flex;	
}

#sub_content .recruit .flow li {
	width:47%;	
	margin-right:6%;
	text-align:center;
	word-break:keep-all; 
}

#sub_content .recruit .flow li:last-child {	
	margin-right:0;
}
	
#sub_content .recruit .flow li div {
	background:#f8f8f8;
	padding:40px 0px;
	border-top:1px solid #aaa;
}

#sub_content .recruit .flow li div p.strong {
	font-weight:400;
	font-size:20px;
}

#sub_content .recruit .flow li span {
	margin:0 auto 24px;
	display:block;
	width:110px;
	height:110px;
	line-height:110px;
	background:#fff;
	border-radius:50%;
	font-size:52px;
	color:#276fad;
}

#sub_content .recruit .note ul {
	display:flex;	
	flex-wrap:wrap
}

#sub_content .recruit .note li {
	width:32%;
	margin-right:2%;
	text-align:left;
	word-break:keep-all; 
	position:relative;
}

#sub_content .recruit .note li:last-child {
	margin-right:0%;	
}

#sub_content .recruit .note li div {
	background:#f8f8f8;
	padding:10px 14px;
	border-top:1px solid #aaa;
	aspect-ratio: 1 / 0.9;
	position:relative;
}

#sub_content .recruit .note li div:hover {
	background:rgba(110,169,213,0.2);	
	transition:0.3s;
}

#sub_content .recruit .note li div h5 {
	font-weight:400;
	font-size:18px;
	line-height:1.4;
	color:#000;
	margin-bottom:20px;
}

#sub_content .recruit .note li div a,
#sub_content .recruit .note li div a:visited,
#sub_content .recruit .note li div a:focus {
	text-decoration:none;
}

#sub_content .recruit .note li div a {
	display:block;
	width:100%;
	height:100%;
}

#sub_content .recruit .note li div a:hover {
	display:block;
}

#sub_content .recruit .note li p.date {	
	word-break:keep-all; 
}

#sub_content .recruit .note li div span {
	position:absolute;
	bottom:14px;
	color:#fff;
	font-size:12px;
	padding:4px 10px;
	border:1px solid #276fad;
	background:#6ea9d5;
}

#sub_content .recruit .note li div a:hover span {
	background:#276fad;
	transition:0.3s;
}

#sub_content .recruit .icon_wrap ul {

}

#sub_content .recruit .icon_wrap li {
	display:inline-block;
	width:17%;
	aspect-ratio:1/1;
	margin:0 20px 24px 0;
	text-align:left;
	word-break:keep-all; 
	position:relative;
	border-radius:50%;
	border:5px solid #276fad;
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.2), 2px 2px 5px rgba(0,0,0,0.2);
}

#sub_content .recruit .icon_wrap li:nth-child(-n+5) {
	border-color:#1d2088;	
}

#sub_content .recruit .icon_wrap li:nth-last-child(-n+5) {
	border-color:#6ea9d5;	
}


#sub_content .recruit .icon_wrap li div {
	width:100%;
	text-align:center;
	position:absolute; 
	top:50%; 
	left:50%;  
	transform:translate(-50%,-42%);
	padding:0 4px;
}

#sub_content .recruit .icon_wrap li div p {
	word-break:keep-all;
	color:#666;
	font-size:15px;
	font-weight:700;
	margin-bottom:6px;
}

#sub_content .recruit .icon_wrap li div span {
	color:#666;
	font-size:38px;
}

/* footer */
.footer {
    background-color: #1d2088;
}

.footer .container {
	display:flex;
	padding:30px 15px;
	flex-direction: row-reverse; 
	align-items: center; 
}

.footer .footer_logo {
	width:20%;
	margin:0;
}

.footer .ft_center {
	width:60%;
	text-align:center;
	border-left:0px solid rgba(255,255,255,0.2);
	border-right:0px solid rgba(255,255,255,0.2);
}

.footer .ft_right {
	width:20%;
	text-align:right;
}

.footer .footer_logo img {
	width:122px;
}

.footer .footer_menu {
	display:inline-block;
	margin:0 0 24px;
	padding:0px 0 14px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}

.footer .footer_menu li {
	display:inline-block;
	margin:0 23px;
}

.footer .footer_menu li a {
	color:#fff;
}

.footer .footer_menu li a:hover {
	color:#ef5260;
}

.footer .ft_center p {
	color:#fff;	
	margin-bottom:6px;
}

.footer .ft_center .copy {
	margin-top:30px;
}
.footer .ft_center .copy p {
	font-size:12px;
	font-weight:300;
	opacity:0.7;
	margin-bottom:-1px;
}

.footer .ft_center .copy p strong {
	font-weight:400;
	opacity:1;	
}

.footer .ft_right ul {
	display:inline-block;
	padding-right:14px;
	margin-bottom:0px;
}

.footer .ft_right li {
	margin-bottom:6px;
	text-align:left;
}

.footer .ft_right li:last-child {
	margin-bottom:0px;
}

.footer .ft_right li a {
	color:#ddd;
	font-size:13px;
}

.footer .ft_right li a:hover {
	color:#ef5260;
}

.footer .ft_right li a:focus, 
.footer .ft_right li a:visited {
	text-decoration:none;
}

#top_btn {
	width: 44px;
    height: 44px;
	border:1px solid #ddd;
	border-radius:50%;
	line-height:44px;
    transition: 0.3s;
}

#top_btn:hover {
	border:1px solid #aaa;
	background:rgba(0,0,0,0.2);
	color:#333;	
    transition: 0.3s;
}

@media (min-width:1200px) {
    .index-content section.info-one .company_wrap {
        padding-right: 0px;
    }
    .index-content section.info-one .business_wrap {
        /*    padding-right: 10px;  */
    }
    .index-content section.info-one .info_wrap {
        padding-left: 0px;
    }
    .index-content section.info-two .latest {
        padding-left: 0px;
    }
}

@media (min-width: 1201px) and (max-height: 750px) { 
	#fullpage .section:not(#footer) { 
		min-height: 750px; 
	} 
}

@media (max-width: 1400px) {	
	
	#sub_content .logo_wrap .color dl {
		padding:20px 0 0 20px;
	}

	#sub_content .recruit .icon_wrap li {
		width:21%;
		margin:0 24px 24px 0;
	}

	.index-content .section .content .main_works li {
		width:31.5%;
		aspect-ratio: 1 / 1;
		margin-bottom:46px;
	}	
}

@media (max-width: 1200px) {
	
	#fullpage .section {
		padding:0px 0;
	}
	
	#fullpage .section.sec-2 .text-box {
		margin-top:0px;
	}

	#fullpage .section.sec-3 .text-box {
		margin-top:60px;
	}
	
	.index-content .section.sec-2 .content .main_works li {		
		margin-bottom:32px;
	}
	
	#sub_content .logo_wrap .color dl {
		padding:10px 0 0 20px;
	}
	
	#sub_content .logo_wrap .color dd {
		margin-top:4px;
		padding-left:4px;
	}
	
	#sub_content .recruit .note li div {
		aspect-ratio: 1 / 1.15;
	}
	
	#sub_content .recruit .note li div h5 {
		margin-bottom:10px;
	}
			
	#sub_content .recruit .icon_wrap li {		
		margin:0 14px 24px 0;
	}	
	
	#sub_content .recruit .icon_wrap li div p {
		margin-bottom:2px;
	}
}

@media (max-width: 992px) {	
	
	#fullpage .section.sec-2 .text-box {
		margin-top:40px;
	}

	#fullpage .section.sec-3 .text-box {
		margin-top:40px;
	}
	
	#fullpage.index-content .section.sec-2 .content .main_works li {
		width:48%;
		aspect-ratio: 1 / 0.75;
		margin-bottom:40px;
	}
	
	.index-content .section .content .main_news li {
		width:32%;
		margin-right:1.333%;
	}

	.index-content .section .content .main_news li:nth-child(4n+0) {
		margin-right:1.333%;	
	}
	
	.index-content .section .content .main_works li .works_types {		
		font-size:20px;
	}
	
	.sub_three_map_wrap{
		margin-top:84px;
	}
	
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
    .animate {
        opacity: 0;
    }	
	
	#sub_content .pd_right {
		padding-right: 30px;
	}

	#sub_content .sub_cont .ci_desc .feeling li span {
		font-size:14px;
	}
	
	#sub_content .logo_wrap .img_wrap {
		width:65%;
	}

	#sub_content .logo_wrap .color dl {
		width:35%;
		padding:10px 0 0 10px;
	}

	#sub_content .service_content .flex_25 {
		width:49.6%;
		background:#fff;
	}
	
	#sub_content .map_btn li {
		font-size:13px;
	}
	
	#sub_content .recruit .cont_flex.sec_1 {
		display:block;
	}
	
	#sub_content .recruit .cont_flex.sec_1 .flex_40 {
		width:100%;
		padding-right:0px;
	}
	
	#sub_content .recruit .cont_flex.sec_1 .flex_60 {
		width:80%;
		margin:40px auto 0;
	}
		
	#sub_content .recruit .talent li p.strong {
		font-size: 18px;
	}
	
	#sub_content .recruit .note li {
		width:48%;
		margin-right:4%;
		margin-bottom:20px;	
	}

	#sub_content .recruit .note li:last-child {
		margin-right:auto;	
	}

	#sub_content .recruit .note li:nth-child(2n+0) {
		margin-right:0px;	
	}
	
	#sub_content .recruit .note li div {
		padding: 10px 10px 60px;
		aspect-ratio: auto;
		height:100%;
	}
	
	#sub_content .recruit .note li div h5 {
		font-size: 16px;
		margin-bottom: 14px;
		word-break:break-all;
	}	
			
	#sub_content .recruit .cont_flex.sec_4 {
		display:block;
	}
	
	#sub_content .recruit .cont_flex.sec_4 .flex_40 {
		width:100%;
		padding-right:0px;
		margin-bottom:40px;
	}
	
	#sub_content .recruit .cont_flex.sec_4 .flex_60 {
		width:100%;
	}
	
	#sub_content .recruit .icon_wrap li {	
		width:17%;	
		margin:0 16px 24px 0;
	}	
	
	#sub_content .recruit .icon_wrap li div p {
		margin-bottom:4px;
	}

	.footer .footer_logo {
		display:none;
	}
	
	.footer .ft_center {
		width:80%;
		text-align:left;
		border-left:0;
	}
	
	.footer .footer_menu li:first-child {
		margin: 0 20px 0 0;
	}
	
	.footer .ft_right {
		text-align:left;
	}
	
	.footer .ft_right ul {
		padding-left: 14px;
	}

}
    
@media (max-width: 767px) {
	
	.index-content .section .text-box h3 {
		font-size: 20px;
	}
	
	.index-content .section.sec-2 .content .main_works li,
	.index-content .section .content .main_works li {
		width:48.5%;
		aspect-ratio: 1 / 1;
		margin-bottom:24px;
	}
	
	#fullpage.index-content .section.sec-2 .content .main_works li {
		width:48%;
		aspect-ratio: 1 / 1;
		margin-bottom:30px;
	}
	
	.index-content .section .content .main_works li a {
		background:rgba(0,0,0,0.2);
	}

	.index-content .section .content .main_works li .works_types {
		position:absolute;
		top:0px;
		padding:10px 10px 0;
		font-size:18px;
		line-height:1.2;
	}

	.index-content .section .content .main_works li .works_text {
		position:absolute;
		bottom:0px;
		padding:0px 10px;
		font-size:16px;
	}
	
	.index-content .section .content .main_news {	
		justify-content: space-between;	
	}
	
	.index-content .section .content .main_news li {
		width:49%;
		margin-right:0;
	}

	.index-content .section .content .main_news li:nth-child(4n+0) {
		margin-right:0;	
	}

    #sub_content .page-header small {
        display: none;
    }
    #sub_content .breadcrumb_wrap .container {
        padding: 0;
        margin: 0;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        padding-left: 35px;
        padding-right: 35px;
    }

	#sub_content section {
		padding: 24px 0;
	}

	#sub_content .cont_flex .flex_40 {
		width:100%;
	}

	#sub_content .cont_flex .flex_50 {
		width:100%;
	}

	#sub_content .cont_flex .flex_60 {
		width:100%;
	}	

	#sub_content .pd_right {
		padding-right:0px;
	}	

	#sub_content .sec_title h2 {
		font-size: 20px;
	}
	#sub_content .sub_cont p.strong {
		font-size:14px;
	}
	#sub_content .sub_cont p {
		font-size:14px;
	}
	#sub_content .sub_cont p.big {
		font-size:16px;
		line-height:1.4;
	}

	#sub_content .img_wrap .data-image {
		height:100%;
		aspect-ratio: 1 / 0.56;
		margin-top:24px;
	}
	
	#sub_content .overview_img {
		margin-top:24px;
	}
	#sub_content .logo_wrap {
		border-top:1px solid #eee;
		margin-top:30px;
		padding-top:40px;
	}

	#sub_content .logo_wrap .color dl {
		padding:0px 0 0 10px;
	}

	#sub_content .bro_wrap .flex_50.cont_flex {
		margin-top:24px;
	}
	
	#sub_content .bro_wrap .flex_50.cont_flex .flex_50 {
		width:50%;		
	}
	
	#sub_content .bro_wrap .btn_wrap a.mb_0 {
		display:none;
	}

	#sub_content .img_wrap.overview_img .data-image {
		aspect-ratio: 1 / 0.4;
	}
	
	#sub_content .service_img_left {
		padding-right:0px;
		margin-bottom:10px;
	}

	#sub_content .service_img_right {
		padding-left:0px;
	}

	#sub_content .service_content .flex_25 {
		width:100%;
	}

	#sub_content .organi_wrap img {
		margin:20px 0 0;
	}	

	#sub_content .organi_wrap img.pc {
		display:none;
	}

	#sub_content .organi_wrap img.mo {
		display:block;
		max-width:680px;
	}
	#sub_content .people h2 {
		margin-bottom:24px;		
	}
	
	#sub_content .recruit h2.kor_tit {
		font-size: 18px;
	}

	#sub_content .recruit header h3 {    
		font-size: 20px;
	}

	#sub_content .recruit h5.big  {    
		font-size: 17px;
	}

	#sub_content .recruit .cont_flex.sec_1 .flex_60 {
		width:100%;
		margin:0px auto 0;
	}
	
	#sub_content .recruit .talent {
		height: auto;
		aspect-ratio: 1 / 0.39;
	}
	
	#sub_content .recruit .talent li {
		padding: 16px 0px;
		transform:translateY(14px);
	}

	#sub_content .recruit .talent li:nth-child(2) p {
		text-indent:-4px;
	}
	
	#sub_content .recruit .talent li p.strong {
		font-size: 16px;
	}
		
	#sub_content .recruit .flow ul {
		margin-top:30px;	
	}

	#sub_content .recruit .flow li div p.strong {
		font-size:16px;
	}

	#sub_content .recruit .flow li span {
		width:90px;
		height:90px;
		line-height:90px;
		font-size:42px;
	}
	
	#sub_content .recruit .note ul {
		margin-top:30px;
	}
	
	#sub_content .recruit .icon_wrap li {	
		width:21%;	
		margin:0 14px 20px 0;
	}	
	
	#sub_content .recruit .icon_wrap li div p {
		font-size:14px;
		line-height:1.2;
		margin-bottom:6px;
	}

	#sub_content .recruit .icon_wrap li div span {
		font-size:34px;
	}	

	.footer .container {
		display:block;
		padding: 15px 15px;
	}
	
	.footer .ft_center {
		width:100%;		
		border-right:0;
	}

	.footer .footer_menu {
		display:none;
	}
	
	.footer .ft_center p {
		word-break:keep-all;
	}
		
	.footer .ft_center p,
	.footer .ft_center p a {
		color:#ddd;
	}
	
	.footer .ft_right {
		width:100%;
		border-left: 0px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		margin-bottom:24px;
	}
	
	.footer .ft_right ul {
		padding-left:0;
	}

	.footer .ft_right li {
		display:inline-block;
		margin-right:4px;
	}

	.footer .ft_right li a {
		color:#ddd;
	}
	
	.footer .ft_center .copy p {
		font-size:12px;
	}

}

@media (max-width: 480px) {	
	.index-content .section .content .main_works li,
	.index-content .section.sec-2 .content .main_works li {
		margin-bottom:10px;
	}

	#fullpage.index-content .section.sec-2 .content .main_works li {
		width:48.7%;
		aspect-ratio: 1 / 1;
		margin-bottom:10px;
	}	
	
	.index-content .section .content .main_works li a {
		background:rgba(0,0,0,0.2);
	}

	.index-content .section .content .main_works li .works_types {
		font-size:14px;
		line-height:1.2;
	}

	.index-content .section .content .main_works li .works_text {
		font-size:13px;
		line-height:1.2;
	}

	.index-content .section .content .main_news li .news_txt {
		width:100%;
		padding:10px 14px 40px;
	}
		
	.index-content .section .content .main_news li .news_txt h4 {
		font-size:14px;
		font-weight:600;
		word-break:break-all; 
		line-height:1.2;
	}
	
	.index-content .section .content .main_news li .news_txt p.cate {
		font-size:13px;
	}
			
	#sub_content .logo_wrap .color {
		flex-wrap:wrap;
	}
	
	#sub_content .logo_wrap .img_wrap {
		width:100%;
	}

	#sub_content .logo_wrap .color dl {
		width:100%;
		padding:0px 0 10px 0px;
		background:#f8f8f8;
	}
	
	#sub_content .logo_wrap .color dd {
		margin-top:10px;
		padding-left:10px;
	}	
	
	#sub_content .service_img_left {
		margin-bottom:6px;
	}
	
	#sub_content .map_btn li {
		font-size:12px;
	}
	
	#sub_content .recruit .icon_wrap li {	
		width:29%;	
		margin:0 10px 14px 0;
	}	
	
	#sub_content .recruit .icon_wrap li div p {
		font-size:13px;
		line-height:1.2;
		margin-bottom:2px;
	}

	#sub_content .recruit .icon_wrap li div span {
		font-size:30px;
	}
	
    .footer p.logo {
        display: none;
    }
}