@charset "utf-8";
/* css by OOparts */

 .section_slide {
	margin-bottom:0;
 }

/* main index  */
#index_container {
	position:relative;
	/* margin-top:-50px; */
}

/* main index 안에 들어가는 내용 요소 부분 */
.section_wrapper {

}
.section_full_bg {
	position:relative;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	overflow:hidden;
}

.section_box {
	padding:0 10px;
}
.section_box .container {
	padding:6.25% 0 5.25%;
}
/* title img */
.section_box .section_title {
	text-align:center;
	margin:30px auto;
}
.section_box .list-group {
	margin-bottom:0;
}
.section_box .list-group .list-group-item {
	text-align:center;
	background:none;
	border-width:0;
	border-color:transparent;
	padding:30px 10px;
}

/* main text */
.section_main_text {
	background-color:#d43a3a;
	text-align:center;
	padding:60px 10px;
}

/* marketing service */
.section_marketing {
	background-image:url("../img/index/service_bg.jpg");
}
.section_marketing .section_title {
	width:70%;
}
.section_marketing .list-group li {
	margin-top:10px;
}
.section_marketing .list-group .list-group-item {
	border-width:1px;
	padding-bottom:80px;
}
.section_marketing .list-group .list-group-item:hover {
	border-color:#fff;
}
.section_marketing .list-group .list-group-item .btn_detail {
	position:absolute;
	bottom:30px;
	width:30%;
	left:35%;
	border-color:rgba(255, 255, 255, 0.5);
	color:#fff;
	padding-bottom:0;
}
.section_marketing .list-group .list-group-item .btn_detail label {
	font-weight:normal;
	margin-left:2px;
}

/* e-business */
.section_business {
	background-color:#ebebeb;
	background-image:url("../img/index/process_bg.jpg");
}
.section_business .section_title {
	width:51%;
	text-align:left;
	margin-left:35px;
}

/* strengths */
.section_strengths {
	background-color:#202123;
}
.section_strengths .section_title {
	width:44%;
}
.section_strengths .list-group li {
	padding:0;
	max-width:300px;
}
.section_strengths .list-group .list-group-item {
	padding:0;
	cursor:default;
}
.section_strengths .list-group .list-group-item .item_over {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:15px solid transparent;
}
.section_strengths .list-group .list-group-item .item_over:hover {
	border-color:rgba(212, 58, 58, 0.8);
}

/* works */
.section_works {
	background-color:#fff;
}
.section_works .section_title {
	width:15.4%;
}
.section_works .list-group {
	margin:0 -1.25%;
}
.section_works .list-group li {
	padding:0 1.25%;

}
.section_works .list-group li:last-child {
	
}
.section_works .list-group .list-group-item {
	max-width:380px;
	padding:0;
	margin:0 auto 10px;
	cursor:pointer;
}
.section_works .list-group .list-group-item .item_over {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	border-bottom:30px solid transparent;
}
.section_works .list-group .list-group-item .item_over:hover {
	border-color:rgba(212, 58, 58, 0.8);
}

/* organization */
.section_organization {
	background-image:url("../img/index/organization_bg.jpg");
}
.section_organization .section_title {
	width:31.5%;
}

/* our team */
.section_team {
	background-image:url("../img/index/team_bg.jpg");
}
.section_team .container {
	min-height:730px;
}

/* request */
.section_request {
	background-color:#e8eef3;
	padding-top:100px;
	padding-bottom:150px;
}
.section_request .container {
	padding:0;
}
.section_request .section_title span {
	display:block;
	width:20.83%;
	margin:0 auto;
}
.section_request dl {
	margin:0;
}
.section_request dl dt {
	padding:0 10px;

}
.section_request dl dt .request_latest_area {
	background-color:#fff;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius:3px;
	height:510px;
}
.section_request dl dt .request_latest_area .section_title {
	margin:0;
}
.section_request dl dt .request_latest_box {
	padding:20px 20px 15px;
}
.section_request dl dt .request_latest_box .page-header {

}
.section_request dl dd {
	padding:0 10px;
}
.section_request dl dd .request_write_area {
	background-color:#3a3b3b;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius:3px;
	height:510px;
}


/* contact us */
.section_contact {
	background-color:#d43a3a;
}
.section_contact .container {
	padding-bottom:2%;
}
.section_contact .section_title {
	width:25.5%;
}
.section_contact .map_row {
	background-color:#2b2b2b;
}
.section_contact .map_row li {
	float:left;
	padding:0;
}
/*
.section_contact .map_row .location_area {
	padding:90px 35px;
	color:#fff;
}
.section_contact .map_row .location_area span label {
	font-size:1.4em;
	color:#939393;
}
*/

/* 견적의뢰 btn */
.section_contact  .btn_area {
	text-align:center;
	margin:50px auto 20px;
}
.section_contact .btn_area .btn_request {
	background-color:#d43a3a;
	border:1px solid #fff;
	color:#fff;
	padding:20px 50px;
}
.section_contact .btn_area .btn_request:hover {
   /*background-image: linear-gradient(to bottom, #d55454 0px, #c72e2e 15%);*/
   /*background-color:rgba(0, 0, 0, 0.8);*/
   background-color:#c72e2e;
 }
.section_contact .btn_area .btn_request span {
	font-weight:600;
}
.section_contact  .btn_area .btn_request h5 {
	font-size:1.4em;
	font-weight:600;
}

/* 오시는길 */
.map_wrap .map_area {
	max-width:900px;
	width:100%;
	overflow:hidden;
}
.map_wrap .map_img {
	max-width:700px;
	margin:0 auto;
}
.map_wrap .map_img .map {
	max-width:100%;
	height:auto;
}
.map_wrap .map_bottom {
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color:#f9f9f9;
	position:relative;;
	height:33px;
}

/* modal popup ---------------------------------------------------------------------------------------- */
body.modal-open {
	padding-right:0 !important;
	overflow:hidden;
}
#modal_popup {
	z-index:9999999;
	padding:0 !important;
	background-color:rgba(0, 0, 0, 0.8);
}
#modal_popup .modal-dialog {
	width:100%;
	margin:0 auto;
}
#modal_popup .modal-content {
	height:100%;
	background:none;
	border-radius:0;
	border:0;
	box-shadow:none;
}
#modal_popup .modal-header {
	border:0;
	height:55px;
	padding:15px 0;
}
#modal_popup .modal-header .navbar-fixed-top {
	max-width:1000px;
	margin:0 auto;
}
#modal_popup .modal-header .close {
    cursor:pointer;
	width:50px;
    height:50px;
    position:absolute;
    top:5px;
	right:-50px;
	margin:0;
	opacity:1;
}
#modal_popup .modal-header .close .close_line {
	display:block;
	background-color:#fff;
	width:3px;
    height:50px;
	margin-left:25px;
    transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#modal_popup .modal-header .close .close_line .close_line {
	height:50px;
    transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	margin-left:0;
}
#modal_popup .modal-header .close:hover .close_line {
	background-color:#d43a3a;
}
#modal_popup .modal-body .container {
	position:relative;
}
#modal_popup .modal-body p {
	text-align:center;
}

/* 원형 close */
#modal_popup .modal-body .btn_popup_area {
	text-align:center;
}
#modal_popup .modal-body .btn_pop_close {
	position:absolute;
	left:45.8%;
	bottom:20px;
	width:100px;
	height:100px;
	border-radius:100%;
	background:#999;
	border:0;
	color:#fff;
}
#modal_popup .modal-body .btn_pop_close:hover {
	background-color:#d43a3a;
}
#modal_popup .modal-body .btn_pop_close .close_line {
	display:block;
	background-color:#fff;
	width:3px;
    height:65px;
	margin-left:35px;
    transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#modal_popup .modal-body .btn_pop_close .close_line .close_line {
	height:65px;
    transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	margin-left:0;
}
#modal_popup .modal-body .btn_pop_close:hover .close_line {
	
}


#modal_popup .modal-footer {
	border:0;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
}

/* 흰색 사각형 close */
#modal_popup .modal-footer .btn_pop_close {
	background:none;
	border-color:#fff;
	padding-left:6px;
	color:#fff;
	height:35px;
}
#modal_popup .modal-footer .btn_pop_close:hover {
	color:#d43a3a;
	border-color:#d43a3a;
}
#modal_popup .modal-footer .btn_pop_close .close_line {
	display:inline-block;
	background-color:#fff;
	width:3px;
    height:20px;
	margin-left:15px;
    transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#modal_popup .modal-footer .btn_pop_close .close_line .close_line {
	height:20px;
    transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	margin-left:0;
}
#modal_popup .modal-footer .btn_pop_close label {
	margin-left:20px;
	margin-top:-7px;
	font-weight:normal;
}

/* media ---------------------------------------------------------------------------------------------- */

/* md */
@media (min-width:992px) and (max-width:1199px) { 
	/* modal poup */
	#modal_popup .modal-header .close {
		right:20px;
	}
}

/* sm */
@media (min-width:768px) and (max-width:991px) { 
	/* modal poup */
	#modal_popup .modal-header .close {
		right:20px;
	}
}

/* xs */
@media (max-width:767px) {

	.section_box {
		padding:0 5px;
	}
	/* title img */
	.section_box .section_title {
		margin:10px auto 15px;
	}
	/* main text */
	.section_main_text {
		padding:30px 10px;
	}
	/* marketing service */
	.section_marketing .list-group li {
		padding:0;
		margin:0;
	}
	.section_marketing .list-group .list-group-item {
		padding:10px 5px 45px;
	}
	.section_marketing .list-group .list-group-item .btn_detail {
		width:50%;
		left:25%;
		bottom:10px;
		padding:2px 5px;
	}
	.section_marketing .list-group .list-group-item .btn_detail .glyphicon {
		font-size:0.8em;
	}
	.section_marketing .list-group .list-group-item .btn_detail label {
		font-size:0.8em;
		margin:0;
	}
	/* e-business */
	.section_business {
		background-size:contain;
		background-position:right -10px;
	}
	.section_business .section_title {
		margin-left:15px;
	}
	.section_business .list-group .list-group-item {
		padding:10px 5px;
	}
	/* strengths */
	.section_strengths {
		padding:0 10px;
	}
	.section_strengths .list-group {
		max-width:600px;
		margin:0 auto;
	}
	.section_strengths .list-group .list-group-item {
		max-height:300px;
		overflow:hidden;
	}
	/* works */
	.section_works {
		padding:0;
	}
	.section_works .section_title {
		margin-bottom:24px;
	}
	.section_works .list-group {
		margin:0 -3px;
	}
	.section_works .list-group li {
		padding:0 3px;
	}
	.section_works .list-group .list-group-item {
		margin-bottom:0;
	}
	/* request */
	.section_request {
		padding-bottom:10px;
	}
	.section_request dl dt {
		padding:0;
	}
	.section_request dl dt .request_latest_area {
		min-height:auto;
	}
	.section_request dl dt .request_latest_box {
		padding:15px 10px;
	}
	/* contact us */
	.section_contact {
		padding:0;
	}
	.section_contact .container {
		padding-bottom:0;
	}
	.section_contact .section_title {
		margin-bottom:24px;
	}
	.section_contact .map_row {
		padding:0 10px;
	}
	/* 오시는길 */
	.map_wrap {
		margin-left:-10px;
	}
	.section_contact .map_row .location_area {
		padding:10px 10px 0 0;
	}
	.section_contact .btn_area {
		margin-bottom:50px;
	}

	/* modal poup */
	#modal_popup .modal-content .modal-body {
		padding-left:0;
		padding-right:0;
	}
	#modal_popup .modal-header .close {
		right:20px;
	}
	#modal_popup .modal-body .btn_pop_close {
		width:40px;
		height:40px;
		bottom:5px;
	}
	#modal_popup .modal-body .btn_pop_close .close_line {
		width:2px;
		height:30px;
		margin-left:7px;  
	}
	#modal_popup .modal-body .btn_pop_close .close_line .close_line {
		height:30px;
	}
}

@media (max-width:360px) {
	/* works */
	.section_works .container {
		padding-bottom:0;
	}
	.section_works .list-group li {
		width:100%;
	}
	/* strengths */
	.section_strengths .list-group .list-group-item {
		max-height:165px;
	}
	.section_strengths .list-group .list-group-item img {
		position:relative;
		bottom:10px;
	}

}

	
/*20231109 수정*/
		.work_bg {padding:6.25% 0 5.25%;background:#f1f1f1;}
.work_container {
	margin:0 auto;
	width:1500px;
	padding:0;
	display: flex;
	flex-wrap: wrap;
}
		.work_container button {border:0;}
		.work_cts {float: left;}
@media only screen  and (max-width:1500px){.work_container{padding:0 10px; width:100%; box-sizing: border-box;}}
@media only screen  and (max-width:767px){.work_container{padding:0 14px; width:600px;}}
@media only screen  and (max-width:628px){.work_container{width:100%;}}
@media only screen  and (max-width:1500px){.work_cts img {width:100%}}
@media only screen  and (max-width:1500px){.work_cts {width:16.6%;}}
@media only screen  and (max-width:767px){.work_cts {width:50%;}}
@media only screen  and (max-width:414px){.work_cts {width:50%;}}
@media only screen  and (max-width:767px){.work_container button {width:100%;}}
		.work_ttl {margin:30px auto; text-align: center;}
@media only screen  and (max-width:767px){.work_ttl {margin:10px auto 15px; text-align: center;}}
		
		
.section_box .work_container {
	padding:6.25% 0 5.25%;
}

            .inw_img02a_on {display: none;}
            .inw_img02b_on {display: none;}
            .inw_img02c_on {display: none;}
            .inw_img:hover img.inw_img02a_on {display: block;}
            .inw_img:hover img.inw_img02a {display: none;}
            .inw_img:hover img.inw_img02b_on {display: block;}
            .inw_img:hover img.inw_img02b {display: none;}
            .inw_img:hover img.inw_img02c_on {display: block;}
            .inw_img:hover img.inw_img02c {display: none;}
            .inw_img03a_on {display: none;}
            .inw_img03b_on {display: none;}
            .inw_img03c_on {display: none;}
            .inw_img:hover img.inw_img03a_on {display: block;}
            .inw_img:hover img.inw_img032a {display: none;}
            .inw_img:hover img.inw_img03b_on {display: block;}
            .inw_img:hover img.inw_img03b {display: none;}
            .inw_img:hover img.inw_img03c_on {display: block;}
            .inw_img:hover img.inw_img03c {display: none;}

            /*팝업*/
            .inw_close {position: absolute; top: 15px; right: 20px; cursor: pointer;}
            .inw_vst_pop01 {z-index: 999999; width:600px; font-size: 13px; border:1px solid #202020; background:#fff; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none;}
            @media only screen and (max-width:767px) {.inw_vst_pop01 {width:90%; }}
            .inw_vst_pop02 {z-index: 999999; width:700px; font-size: 13px; border:1px solid #202020; background:#fff; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none ;}
            @media only screen and (max-width:767px) {.inw_vst_pop02 {width:90%; font-size: 5px; }}
            .inw_vst_pop {padding:20px; position: relative;}
            .iv_ttl {padding: 0 0 5px 0; font-size: 21px; font-weight: bold; border-bottom: 1px solid #202020;}
            .table_set {margin: 10px 0 0 0; border:1px solid #ddd;}
            .table_set > div:last-child {border-bottom: 0;}
            .table_set_in {border:1px solid #ddd;}
            .table_set_in > div:last-child {border-bottom: 0;}
            .table_box {position: relative; border-bottom: 1px solid #ddd;}
            .table_box > div:last-child { border-bottom: 0;}
            .tb_ttl_box {height: 100%; border-right: 1px solid #ddd; position: absolute; left:0; top:0; background:#f4f4f4;}
            .tb_ttl {width:100px; height: 100%; position: relative;}
            @media only screen and (max-width:500px) {.tb_ttl {width:80px;}}
            .tt {width:100%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
            .tb_cts_box {padding: 0 0 0 100px; width:100%; display: table; box-sizing: border-box;}
            @media only screen and (max-width:500px) {.tb_cts_box {padding: 0 0 0 80px;}}
            .tb_cts {width:100%; height: 30px; display: table-cell; vertical-align: middle;}
            .tbc {padding: 5px 0 0 10px; float: left;}
            
            .table_set02 {margin: 10px 0 0 0; border:1px solid #ddd; height: 700px; overflow-y: scroll;}
            @media only screen and (max-width:500px) {.table_set02 {height: 500px;}}
            .table_set02 > div:last-child {border-bottom: 0;}
            .table_box02 {position: relative; border-bottom: 1px solid #ddd;}
            .table_box02 > div:last-child { border-bottom: 0;}
            .tb_ttl02 {width:30px; height: 100%; position: relative;}
            .tb_cts_box02 {padding: 0 0 0 30px; width:100%; display: table; box-sizing: border-box; border-bottom: 1px solid #ddd;}
            .tb_cts_box02 > div:last-child {border-right: 0;}
            .tb_cts25 {padding:5px; width:25%; height: 30px; text-align: center; display: table-cell; vertical-align: middle; border-right: 1px solid #ddd;}
            @media only screen and (max-width:767px) {.tb_cts25 {height: 20px; }}
            .tb_cts50 {padding:5px; width:50%; height: 30px; text-align: center; display: table-cell; vertical-align: middle; border-right: 1px solid #ddd;}
            @media only screen and (max-width:767px) {.tb_cts50 {height: 20px; }}
            .tb_cts100 {width:100%; height: 100%; display: table;}
            .tb_cts100 > div:last-child {border-right: 0;}
            .tb_cts25u { width:25%; height: 30px; text-align: center; display: table-cell; vertical-align: middle; border-right: 1px solid #ddd;}
            .tb_cts50u { width:50%; height: 30px; text-align: center; display: table-cell; vertical-align: middle; border-right: 1px solid #ddd;}
            .bge3 {background:#e3f0ff;}
            .bgea {background:#eaeaea;}
            .fwb {font-weight: bold;}
