/*company_01*/
#company_01 .sec1 {
    position: relative;
    overflow: hidden;
}
#company_01 .sec1 .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
}
#company_01 .sec1 .circle2 {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #ddd;
    right: -5%;
    top: 30%;
}
#company_01 .sec1 .conbox {
    position: relative;
    z-index: 3;
}
#company_01 .sec1 .conbox p {
    margin-top: 20px;
}

#company_01 .sec1 .bt_area img {
    position: relative;
    z-index: 3;
}
#company_01 .sec1 .bt_area .txt{
    position: relative;
}
#company_01 .sec1 .bt_area .txt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #eee;
    width: 100%;
}
#company_01 .sec1 .bt_area .txt h1 {
    font-size: 190px;
    color: #f1f1f1;
    text-align: right;
    font-weight: 800;
    line-height: 136px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
#company_01 .sec1 .conbox1{
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width:769px){
    #company_01 .sec1 .stit strong {
        display: inline-block;
        margin-top: 10px;
    }
    #company_01 .sec1 .conbox1 .c_wrp .lt{
        padding-right:50px; 
    }
    #company_01 .sec1 .conbox1 .c_wrp .lt img{
        width: 655px;
    }
    #company_01 .sec1 .conbox1 .c_wrp > div{
        vertical-align: top;
    }
}
@media (max-width:768px){
    #company_01 .sec1 .conbox p {
        margin-top: 5px;
    }
    #company_01 .sec1 .bt_area .txt h1 {
        font-size: 90px;
    }
    #company_01 .sec1 .conbox1{
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    #company_01 .sec1 .conbox1 .c_wrp .lt{
        padding-bottom:20px; 
        text-align: center;
    }
    #company_01 .sec1 .conbox1 .c_wrp .lt img{
        width: 80%;
    }
}
/*t_list1*/
.t_list1 li {
    font-size: 19px;
    line-height: 1.7em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px !important;
    word-break: keep-all;
}
.t_list1.text-light li {
	color: #fff;
}
.t_list1.text-light li p {
	line-height: 1em;
}
.t_list1 li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #999;
}
@media (max-width:768px){
    .t_list1 li {
        font-size: 14px;
    }
}
/*t_list2*/
.t_list2 li {
    font-size: 19px;
    line-height: 1.7em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px !important;
    word-break: keep-all;
}
.t_list2 li span {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
}
@media (max-width:768px){
    .t_list2 li {
        font-size: 14px;
    }
}

/*prbar*/
.prbar > li {
	position: relative;
	margin-bottom: 60px;
}
.prbar > li h2 {
	font-weight: 700;
	color: #052fb7;
}
.prbar > li h4 {
	margin-bottom: 10px;
}
@media (min-width:769px){
	.prbar > li {
		padding-left: 250px;
	}
	.prbar > li h2 {
		position: absolute;
		left: 15px;
        font-size: 24px;
	}
}
@media (max-width:768px){
	.prbar > li {
		margin-bottom: 40px;
	}
	.prbar > li h2 {
		margin-bottom: 5px;
	}
}

/*contact_01*/
.contact_01 .sec01 {
	position: relative;
}
/*.contact_01 .sec01:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background-color: #1e1e1e;
}*/
.contact_01 .container {
	position: relative;
	z-index: 3;
}
.contact_01 .dx_map .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.contact_01 .dx_map .root_daum_roughmap .wrap_map,
.contact_01 .dx_map iframe {
    height: 500px !important;
    border: 1px solid #000;
}
.contact_01 .local_info > ul > li {
    font-size: 16px;
    line-height: 1.6em;
    color: #eee;
    font-weight: 300;
	word-break: keep-all;
	position: relative;
}
.contact_01 .local_info ul li h4 {
    color: #fff;
}
.contact_01 .num span{
    color:##2e61ff;
    
    display: inline-block;
}
@media (min-width:1201px){
	.contact_01 .local_info {
		position: relative;
		padding-left: 300px;
		padding-right: 9%;
	}
	.contact_01 .local_info > ul {    
		display: flex;
		justify-content: space-between;
	}
	.contact_01 .local_info > h1 {
		position: absolute;
		left: 0;
		top: -5px;
		line-height: 1em;
	}
}
@media (max-width:1200px){
	.contact_01 .sec01 {
		
	}
	.local_info {
		padding: 40px 30px;
		margin-top: 0px;
	}
}
@media (max-width:992px) {
	.contact_01 .local_info > ul > li {
		margin-top: 30px;
	}
	.contact_01 .local_info h4 {
		margin-bottom: 5px;
	}
}
@media (max-width:768px) {
	.contact_01 .dx_map .root_daum_roughmap .wrap_map,
	.contact_01 .dx_map iframe {
		height: 250px !important;
	}
	.contact_01 .local_info h1 {
		display: inline-block;
		border-bottom: 2px solid #fff;
	}
	.contact_01 .local_info > ul > li > ul > li {
		font-size: 14px;
	}
    
}
/*sstit*/
.sstit {
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/*sub_tit*/
.sub_tit h3 span {
    position: relative;
    display: inline-block;
    /*padding: 10px 0;*/
    text-transform: uppercase;
    line-height: 30px;
}
.sub_tit h3 span img{
    width: 20px;
}
@media (max-width:768px){
    .sub_tit h3 span {
        line-height: 20px;
    }
    .sub_tit h3 span img{
        width: 15px;
    }
}
/*company_03*/
#company_03 .sec1 .list_wrp > li {
    margin: 15px 0;
}
#company_03 .sec1 .list_wrp > li > a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/*#company_03 .sec1 .list_wrp > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    background: url(../img/cls_bg.png) right bottom no-repeat;
    
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#company_03 .sec1 .list_wrp > li > a:hover {
    border-color: #111;
    background-color: #111;
}
#company_03 .sec1 .list_wrp > li > a:hover:after {
    opacity: 1;
}*/
#company_03 .sec1 a h3 {
    line-height: 1.2em;
    position: relative;
    font-weight: 400;
    text-transform: none;
}
#company_03 .sec1 .list_wrp > li > a h3 .symb {
    position: absolute;
    height: 70%;
    right: 103%;
    top: 15%;
}
#company_03 .sec1 .list_wrp > li > a h3 strong {
    display: block;
}
#company_03 .sec1 .list_wrp > li > a h6 {
    margin-top: 5px;
}
#company_03 .sec1 a .more {
    display: inline-block;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    padding: 8px 15px;
    line-height: 1em;
    margin-top: 15px;
    font-size: 13px;
}
#company_03 .sec1 a:hover h3,
#company_03 .sec1 a:hover h6,
#company_03 .sec1 a:hover .more {
    color: #fff;
    position: relative;
    z-index: 3;
}
#company_03 .sec1 .gall_wrp {
    position: relative;
}
#company_03 .gbox .wt_item {
    text-decoration: none;
    display: block;
}
#company_03 .gbox .owl-dots {
    margin-top: 10px;
}
#company_03 .wt_item .imgbox {
    position: relative;
}
#company_03 .wt_item .imgbox .i_wrp {
    display: block;
    position: relative;
}
#company_03 .wt_item .imgbox .i_wrp .m_view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg,rgba(0, 61, 250, 0.9) 0%, rgba(77, 218, 252, 0.9) 100%);
    z-index: 1;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#company_03 .wt_item:hover .imgbox .i_wrp .m_view {
    opacity: 1;
}
#company_03 .wt_item .imgbox .i_wrp .m_view > .c_wrp {
    height: 100%;
}
#company_03 .wt_item .imgbox .i_wrp .m_view strong {
    display: inline-block;
    border: 2px solid #fff;
    padding: 13px 30px;
    line-height: 1em;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
}
#company_03 .wt_item .imgbox .t_tit {
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 1em;
    display: block;
}
@media (min-width:1201px){
    #company_03 .sec1 .list_wrp .modal-dialog {
        width: 1200px;
        /* max-height: 800px; */
        /* overflow-y: scroll; */
    }
    #company_03 .sec1 .gall_wrp .tbox {
        margin-right: 30%;
        height: 600px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #company_03 .sec1 .gall_wrp .gbox {
        position: absolute;
        right: 15px;
        top: 0;
        width: 27%;
    }
}
@media (max-width:768px){
    #company_03 .sec1 a:after {
        opacity: 0.05;
    }
    #company_03 .sec1 a h3 .symb {
        top: 7px;
        width: 30px;
        height: auto;
        right: 101%;
    }
    #company_03 .sec1 ul li{
        margin: 15px 0;
    }
    #company_03 .wt_item .imgbox .i_wrp .m_view strong {
        padding: 8px 20px;
    }
}

/*history_wrp*/
.hist_wrp.modal-content {
    border-radius: 0px;
    padding: 30px;
    position: relative;
}
/*.hist_wrp.modal-content:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: #003dfa;
}*/
.modal.in .hist_wrp.modal-content:after {
    border-radius: 50%;
    
    -webkit-animation: cl 30s linear infinite;
    -moz-animation: cl 30s linear infinite;
    -ms-animation: cl 30s linear infinite;
    -o-animation: cl 30s linear infinite;
    animation: cl 30s linear infinite;
}
    @keyframes cl {
        0% {
            left: 0;
            top: 0;
        }
        25% {
            left: calc(100% - 15px);
            top: 0;
        }
        50% {
            left: calc(100% - 15px);
            top: calc(100% - 15px);
        }
        75% {
            left: 0;
            top: calc(100% - 15px);
        }  
        100% {
            left: 0;
            top: 0;
        }
    }
.history_wrp {
    position: relative;
}
.history_wrp:after {
    content: "";
    position: absolute;
    left: 11px;
    height: 100%;
    width: 1px;
    top: 5px;
    background-color: #ddd;
}
.history_wrp > li {
    margin-bottom: 8px;
    padding-left: 110px;
    position: relative;
}
.history_wrp > li h6 {
    padding-left: 30px;
    letter-spacing: 0px;
    position: absolute;
    left: 0;
    top: 0;
}
.history_wrp > li h6:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #003dfa;
    border-radius: 50%;
    background-color: #fff;
    left: 7px;
    z-index: 2;
    top: 10px;
}
.history_wrp ul {
    padding-top: 2px;
}
.history_wrp ul li {
    position: relative;
    font-size: 15px;
    line-height: 1.4em;
    color: #666;
    font-weight: 300;
    margin: 3px;
    position: relative;
}
.history_wrp ul li span {
    position: absolute;
    left: 0;
}
.gall_wrp .tbox a{
    color:#003dfa;
    text-decoration: none;
    font-weight: 500;
}
.gall_wrp .tbox a:hover{
    font-weight: 700;
}
@media (max-width:768px){
    .tab_box .tab-content {
        padding: 40px 0;
    }
    .tab_box .nav-tabs li a {
        font-size: 14px;
        padding: 10px;
        cursor: pointer;
    }
    .history_wrp > li h6 {
        padding-left: 20px;
    }
    .history_wrp > li h6:after {
        width: 9px;
        height: 9px;
        left: -4px;
        top: 5px;
    }
    .history_wrp > li {
        margin-bottom: 30px;
        padding-left: 80px;
    }
    .history_wrp ul {
        padding-top: 0;
    }
    .history_wrp ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

/*work*/
#work .latest_wt li {
    margin: 15px 0;
	 height: 430px;
}
#work .latest_wt .wt_item {
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
    
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#work .latest_wt .wt_item:hover {
	box-shadow: 5px 5px 35px rgba(0,0,0,0.4);
}
#work .wt_item .imgbox .i_wrp .m_view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg,rgba(0, 61, 250, 0.9) 0%, rgba(77, 218, 252, 0.9) 100%);
    z-index: 1;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#work .wt_item:hover .imgbox .i_wrp .m_view {
    opacity: 1;
}
#work .wt_item .imgbox .i_wrp .m_view > .c_wrp {
    height: 100%;
}
#work .wt_item .imgbox .i_wrp .m_view strong {
    display: inline-block;
    border: 2px solid #fff;
    padding: 13px 30px;
    line-height: 1em;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
}
@media (max-width:768px){
    #work .latest_wt li {
        margin: 10px 0;
    }
	#work .latest_wt .wt_item .imgbox img {
		max-width: 100%;
	}
    #work .wt_item .imgbox .i_wrp .m_view strong {
        padding: 8px 20px;
    }
	
	#work .latest_wt li {
		height: 310px;
	}
}
/*infoarea*/
.infoarea {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
}
.infoarea > div {
    vertical-align: top;
}
.infoarea .table {
    border: 0px;
}
.infoarea .table tr th,
.infoarea .table tr td {
    border: 0px;
    font-size: 17px;
    line-height: 1em;
    color: #333;
    font-weight: 300;
    padding-left: 0px;
}
.infoarea .table tr th {
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}
.infoarea .table tr th:after {
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #333;
}
@media (min-width:769px){
    .infoarea .tbox {
        padding-right: 50px;
        padding-top: 20px;
    }
    .infoarea .ibox {
        padding: 0 30px;
    }
}
@media (max-width:768px){
    .infoarea .ibox {
        background-color: #eee;
        padding: 40px 30px 20px;
        margin-top: 30px;
    }
    .infoarea .ibox .thumb-gallery {
        max-width: 70%;
        margin: 0 auto;
    }
}
/*work :: owl-carousel*/

#work .owl-carousel .owl-nav {
	opacity: 1;
}

/*s_cut*/
#work .s_cut .owl-carousel .owl-nav {
    top: 28%;
}
.s_cut .wt_item .imgbox img {
    /*max-width: 200px;*/
}
.s_cut ul.newsticker li {
    margin: 10px;
}
.s_cut ul.er-controls > li {
    background-color: transparent;
}

/*company_03 :: owl-carousel*/
#company_03 .owl-carousel .img-thumbnail,
#company_03 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#company_03 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#company_03 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#company_03 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#company_03 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#company_03 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#company_03 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 35%;
	}
	#company_03 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}

/*swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*his_wrp*/
.his_wrp {
    position: relative;
}
.his_wrp:before {
    content: "";
    width: 1px;
    height: 100%;
    background: url(../img/dot.png);
    display: block;
    position: absolute;
}
.his_wrp > li {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
    word-break: keep-all;
}
.his_wrp > li {
    width: 100%;
    margin-bottom: 30px;
}
.his_wrp > li h4 {
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
    position: relative;
}
.his_wrp > li h4:before {
    content: "";
    margin-top: -11px;
    width: 25px;
    height: 25px;
    display: block;
    border: 7px #3165ae solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -38px;
    background: #fff;
    z-index: 2;
}
.his_wrp > li > ul > li {
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
}
.his_wrp > li > ul > li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: #56b025;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    z-index: 5;
    margin-top: -2px;
}
.his_wrp > li > ul > li .month strong {
    display: inline-block;
    line-height: 1em;
    padding-bottom: 3px;
    border-bottom: 2px solid #3165ae;
    color: #3165ae;
    margin-bottom: 10px;
    font-size: 25px;
}
.his_wrp ul.t_list {
    margin-top: 10px;
}
.his_wrp ul.t_list li {
    font-size: 17px;
    color: #636363;
}
@media(min-width:769px){
    .his_wrp:before {
        left: 50%;
    }
    .his_wrp > li:nth-child(odd) {
        padding-right: calc( 50% + 25px );
        text-align: right;
    }
    .his_wrp > li:nth-child(even) {
        padding-left: calc( 50% + 25px );
        text-align: left;
    }
    .his_wrp > li:nth-child(odd) h4:before {
        right: -38px;
    }
    .his_wrp > li:nth-child(even) h4:before {
        left: -38px;
    }
    .his_wrp > li:nth-child(odd) > ul > li:before {
        right: -29px;
    }
    .his_wrp > li:nth-child(even) > ul > li:before {
        left: -28px;
    }
}
@media(max-width:768px){
    .his_wrp:before {
        left: 15px;
    }
    .his_wrp > li {
        padding-left: 30px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .his_wrp > li h4 {
        font-size: 25px;
    }
    .his_wrp > li h4:before {
        width: 20px;
        height: 20px;
        border-width: 6px;
        left: -25px;
        margin-top: -10px;
    }
    .his_wrp > li > ul > li:before {
        left: -18px;
    }
    .his_wrp > li > ul > li .month strong {
        padding-bottom: 2px;
        border-bottom: 1px solid #3165ae;
        margin-bottom: 5px;
    }
}
/*idt_item*/
.idt_item {
	background: url(../img/idt_bg.png) -1px top;
	border: 1px solid #ddd;
}
/* table.table_inq */
.table.table_inq  {
    border-bottom: 1px solid #ccc;
    
}
.table.table_inq.t_fx {
    table-layout: fixed;
}
.table.table_inq thead tr th,
.table.table_inq thead tr td,
.table.table_inq tbody tr th,
.table.table_inq tbody tr td {
    vertical-align: middle;
    text-align: center;
    color: #222;
    word-break: keep-all;
}
.table.table_inq thead tr th {
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #224ae9;
    font-size: 20px;
    padding: 20px 15px;
}

.table.table_inq thead tr th {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table.table_inq thead tr th {
    border-right: 1px solid #ddd;
}
.table.table_inq tbody tr th,
.table.table_inq tbody tr td {
    border: 0px;
    font-size: 17px;
    padding: 15px;
    font-weight: 500;
}
.table.table_inq tbody tr th{
    background-color: #f2f2f2;
}
.table.table_inq tbody tr th,
.table.table_inq tbody tr td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table.table_inq tbody tr td:last-child{
    border-right: 1px solid #ddd;
}
.table.table_cost_ty3 {
    border-top: 0px;
}
.table.table_cost_ty3 tbody tr th,
.table.table_cost_ty3 tbody tr td {
    border-top: 1px solid #ddd;
}
@media (max-width:768px) {
    .table.table_inq thead tr th {
        padding: 7px;
        font-size: 14px;
        padding: 10px 5px;
    }
    .table.table_inq tbody tr th,
    .table.table_inq tbody tr td {
        font-size: 13px;
        padding: 10px 5px;
        border-top: 1px solid #ddd;
    }
}

/*marker_line*/
.marker_line {
    line-height: 1.1em !important;
}
.marker_line > span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
.marker_line > span:after {
    content: "";
    background-color: #f0d625;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 8px;
    width: 100%;
}
.marker_line > span span {
    position: relative;
    z-index: 3;
}
