
/* stit */
@media (min-width:768px) {
    .stit {
        position: relative;
        padding-left: 30px;
    }
    .stit h1 {
         font-size: 50px;
    }
    .stit:after {
        content: "";
        position: absolute;
        left: 0;
        top: 5%;
        height: 90%;
        width: 5px;
        background-color: #111;
    }
    .stit.text-light:after {
        background-color: #fff;
    }
}
.board_head .board_sch_wrp{
	    margin-top: 2em;
}
@media (max-width:767px) {
    .stit {
        text-align: center;
    }
	
	.board_head input {
		width:68%;
	}
	.board_head .sch_btn {
		width: 30%;
	}
}
.board_head {
    display: flex;
}
.board_head .stit{
	width:80%
}
@media (max-width:767px) {
    
	.board_head {
		display: block;
	}
	.board_head .stit{
		width:100%
	}
}
html .btn-quaternary {
    color: #878787;
     background-color: #eee; 
     border-color: #eee; 
}
/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:767px) {
    .fbox {
        flex-wrap: wrap;
    }
}

/* about */
#about .sec1 {
    overflow: hidden;
}
#about .sec1 .fbox > .lft {
    text-align: center;
}
#about .sec1 .fbox > .lft .img {
    position: relative;
}
#about .sec1 .fbox > .lft .img .com_en {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    max-height: 100%;
}
#about .sec1 .fbox > .lft .img .com_spin {
    position: absolute;
    right: -115px;
    top: -115px;
    z-index: 3;

    -webkit-animation: rotateImg 15s linear infinite;
    -moz-animation: rotateImg 15s linear infinite;
    -ms-animation: rotateImg 15s linear infinite;
    -o-animation: rotateImg 15s linear infinite;
    animation: rotateImg 15s linear infinite;
}
@keyframes rotateImg {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#about .sec1 .fbox > .rt ul {
    display: inline-block;
    text-align: left;
}
#about .sec1 .fbox > .rt ul li {
    padding: 15px 0;
}
#about .sec1 .fbox > .rt ul li h5 {
    margin-top: 10px;
}
#about .sec1 .fbox > .rt ul li:not(:last-child) {
    /* border-bottom: 1px solid #aaa; */
}
@media (max-width:1500px) {
    #about .sec1 .fbox > .lft .img .com_spin {
        width: 120px;
        right: -60px;
        top: -60px;
    }
    #about .sec1 .fbox > .txt.rt {
        padding-left: 80px;
    }
}
@media (min-width:991px) {
    #about .sec1 .fbox > .rt {
        text-align: center;
    }
}
@media (max-width:992px) {
    #about .sec1 .fbox > .rt ul {
        padding: 15px 0;
    }
    #about .sec1 .fbox > .rt ul li {
        padding: 7px 0;
    }
    #about .sec1 .fbox > .rt ul li h5 {
        margin-top: 5px;
    }
}
@media (max-width:767px) {
    #about .sec1 .fbox > .txt.rt {
        padding-left: 0;
        width: 100%;
    }
}
/* about .sec2 */
#about .sec2 h4 {
    color: #a9a9a9;
}
@media (max-width:767px) {
    #about .sec2 img {
        max-width: 70%;
    }
}
/* about .sec3 */
#about .sec3 {
    background-color: #f7f7f7;
}
#about .sec3 .countBox {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 80px 0;
}
#about .sec3 .counters ul {
    display: flex;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
}
#about .sec3 .counters ul > li {
    width: 25%;
    position: relative;
}
#about .sec3 .counters ul > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #bdbdbd;
}
#about .sec3 .counters h3 {
    color: #bbbbbb;
    line-height: 1em;
}
#about .sec3 .counters .countNum {
    font-size: 45px;
    font-weight: 700;
    color: #272728;
    line-height: 1em;
}
@media (max-width:767px) {
    #about .sec3 .countBox {
        padding: 30px 0;
    }
    #about .sec3 .counters ul {
        flex-wrap: wrap;
    }
    #about .sec3 .counters ul > li {
        width: 50%;
        margin: 10px 0;
    }
    #about .sec3 .counters ul > li:nth-child(2)::after {
        display: none;
    }
    #about .sec3 .counters .countNum {
        font-size: 30px;
    }
}
/* about .sec4 */
#about .sec4 {
    height: 600px;
    background: url(../img/about_sec3.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:991px) {
    #about .sec4 {
        background-attachment: fixed;
    }
}
@media (max-width:992px) {
    #about .sec4 {
        background-size: cover;
        height: 300px;
    }
}
/* historys */
.historys {
    position: relative;
}
.historys::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #aaa;
    z-index: 1;
}
.historys .his_yy {
    text-align: center;
}
.historys .his_yy span {
    display: inline-block;
    background-color: #fbfbfb;
    padding: 40px 0 20px;
    line-height: 1em;
    position: relative;
    z-index: 3;
}
.historys .hisItem {
    display: flex;
    align-items: center;
}
.historys .hisItem > div {
    width: 50%;
}
.historys .hisItem .ibox {
    text-align: center;
}
.historys .hisItem .ibox .img {
    display: inline-block;
    position: relative;
}
.historys .hisItem .ibox .img .his_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.historys .hisItem .tbox ul li {
    position: relative;
    padding-left: 30px;
    margin: 15px 0;
}
.historys .hisItem .tbox ul li:after {
    content: "";
    position: absolute;
    left: -3px;
    top: calc(50% - 3px);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #222;
    z-index: 3;
}
.historys .hisItem .tbox ul li p {
    display: flex;
    font-weight: 300;
}
.historys .hisItem .tbox ul li p strong {
    width: 80px;
}
@media (min-width:601px) {
    .historys .hisItem.even .tbox ul li {
        text-align: right;
        padding-left: 0;
        padding-right: 30px;
    }
    .historys .hisItem.even .tbox ul li:after {
        left: auto;
        right: -4px;
    }
    .historys .hisItem.even .tbox ul li p {
        justify-content: flex-end;
    }
    .historys .hisItem.even .tbox ul li p span {
        order: 1;
    }
    .historys .hisItem.even .tbox ul li p strong {
        width: 80px;
        text-align: right;
        order: 2;
    }
}
@media (max-width:600px) {
    .historys::after {
        left: 0px;
    }
    .historys .hisItem {
        flex-wrap: wrap;
    }
    .historys .hisItem > div {
        width: 100%;
    }
    .historys .hisItem .tbox {
        order: 1;
    }
    .historys .hisItem .ibox {
        order: 2;
        padding: 0 0 0 30px;
    }
    .historys .hisItem .ibox img {
        border-radius: 20px;
    }
    .historys .hisItem .ibox .img .his_top {
        display: none;
    }
}
/* ptnList */
.ptnList.row {
    margin: 0 -10px;
}
.ptnList > li {
    margin: 10px 0;
    padding: 0 10px;
}
.ptnList .ptn {
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    overflow: hidden;;
}
/* about .sec6 */
#about .sec6 {
    background-color: #f7f7f7;
}
/* about .sec7 */
#about .sec7 {
    background: url(../img/about_sec7_nw.jpg) center center no-repeat;
    background-size: cover;
}
#about .sec7 .teams {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
#about .sec7 .teams li {
    width: 33.3333%;
    padding: 0 10px;
    margin: 10px 0;
}
#about .sec7 .teams .item {
    background-color: rgba(0,0,0,.4);
    border-radius: 20px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    min-height: 240px;
}
#about .sec7 .teams .item h4,
#about .sec7 .teams .item h6,
#about .sec7 .teams .item p {
    color: #fff;
}
#about .sec7 .teams .item h4 {
    font-weight: 700;
    line-height: 1.1em;
}
#about .sec7 .teams .item h6,
#about .sec7 .teams .item p {
    font-weight: 500;
    margin-top: 10px;
}
#about .sec7 .teams .item .cont {
    font-weight: 300;
    opacity: .7;
    margin-top: 15px;
}
@media (min-width:991px) {
    #about .sec7 {
        background-attachment: fixed;
    }
}
@media (max-width:992px) {
    #about .sec7 {
        background-size: cover;
    }
    #about .sec7 .teams li {
        width: 50%;
    }
}
@media (max-width:600px) {
	
	#about .sec7 {
		background: #c3c3c3;
	}
    .historys .his_yy span {
        position: relative;
        padding-bottom: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #222;
    }
    #about .sec7 .teams .item {
        min-height: auto;
        padding: 30px 20px;
        border-radius: 10px;
        text-align: center;
        width: 100%;
        display: block;
    }
    #about .sec7 .teams li {
        width: 100%;
    }
}
/* about .sec8 */
#about .slick-slide {
    display: flex;
    align-items: center;
}
#about .slick-slide .img {
    position: relative;
    text-align: center;
}
#about .slick-slide .img .prosc {
    transform: scale(.8);
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#about .slick-slide.slick-current .img .prosc {
    transform: scale(1);
}
#about .slick-slide .img .prosc_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#about .slick-slide.slick-current .img .prosc_top {
    opacity: 1;
}
#about .slick-slide .txt {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#about .slick-slide.slick-current .txt {
    opacity: 1;
}
#about .slick-slide .txt p,
#about .slick-slide .txt h6 {
    margin-top: 5px;
}
@media (max-width:767px) {
    #about .slick-slide .img .prosc {
        transform: scale(.9);
        
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #about .slick-slide.slick-current .img .prosc {
        transform: scale(1);
    }
    #about .slick-slide .txt h6 {
        margin-top: 5px;
    }
}


/* about .sec9 */
#about .sec9 {
    background-color: #f7f7f7;
}
/* borer-radius-com */
.borer-radius-com {
    border-radius: 20px;
}
@media (max-width:767px) {
    .borer-radius-com {
        border-radius: 10px;
    }
}

/* slick-arrow */
.slick-slider {
    position: relative;
}
.slick-slider .slick-arrow {
    font-family: 'remixicon' !important;
    position: absolute;
    top: calc(50% - 50px);
    line-height: 100px;
    background-color: rgba(0,0,0,0.1);
    height: 100px;
    border: 0px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    width: 40px;
    border: 0px;
    text-decoration: none;
	z-index: 999;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.slick-slider .slick-arrow:hover {
    background-color: rgba(0,0,0,0.3);
}
.slick-slider .slick-arrow.slick-prev {
    left: 0;
}
.slick-slider .slick-arrow.slick-prev::after {
    content: "\ea64";
}
.slick-slider .slick-arrow.slick-next {
    content: "\ea6e";
    right: 0;
}
.slick-slider .slick-arrow.slick-next::after {
    content: "\ea6e";
}
@media (max-width:767px) {
    .slick-slider .slick-arrow {
        top: calc(50% - 30px);
        line-height: 60px;
        height: 60px;
        font-size: 20px;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 25px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 0px;
    background-color: #333;
    opacity: .2;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    color: transparent;
}
.slick-dots li.slick-active button {
    opacity: .5;
}
@media (max-width:767px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}

/* proSteps */
.proSteps > div .txt {
    position: relative;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #333;
}
.proSteps > div .txt::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 8px;
    border-color: #333 transparent transparent transparent;
    top: 0;
    left: calc(50% - 4px);
}
@media (min-width:768px) {
    .proSteps {
        text-align: center;
        display: flex;
    }
    .proSteps > div {
        width: 14.28571%;
    }
    .proSteps > div:nth-child(even) .txt {
        border-color: #aaa;
    }
    .proSteps > div:nth-child(even) .txt::before {
        border-color: #aaa transparent transparent transparent;
    }
    .proSteps > div .icon {
        padding: 0 10px;
    }
}
@media (max-width:767px) {
    .proSteps > div {
        display: flex;
        align-items: center;
    }
    .proSteps > div > .icon {
        width: 90px;
    }
    .proSteps > div > .txt {
        width: calc(100% - 90px);
        margin-top: 0;
        padding: 30px 0;
        padding-left: 20px;
        border-top: 0px solid #333;
        border-bottom: 1px solid #333;
    }
    .proSteps > div:nth-child(1) > .txt {
        border-top: 1px solid #333;
    }
    .proSteps > div:last-child .txt::before {
        border-color: transparent transparent transparent transparent;
    }
    .proSteps > div .txt::before {
        top: 100%;
    }
}

/* asService */
.asService {
    display: flex;
    text-align: center;
    margin: 0 -10px;
}
.asService > li {
    width: 20%;
    padding: 0 10px;
}
.asService > li > div {
    background-color: rgba(255, 255, 255, 0.6);
}
.asService > li .item {
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
}
.asService > li .item > div {
    width: 100%;
}
.asService > li .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #111;
}
.asService > li .icon {
    position: relative;
}
.asService > li .txt {
    text-align: left;
    min-height: 130px;
    margin-top: 5px;
}
.asService > li .txt h5 {
    margin-top: 10px;
    line-height: 1.3em;
    margin-top: 15px;
}
.asService > li .txt h6 {
    line-height: 1.4em;
    margin-top: 10px;
}
@media (max-width:992px) {
    .asService {
        flex-wrap: wrap;
        justify-content: center;
    }
    .asService > li {
        width: 33.33333%;
        margin: 10px 0;
    }
}
@media (max-width:767px) {
    .asService > li {
        width: 100%;
        padding: 0 10px;
    }
    .asService > li .item > div {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .asService > li .item > div > .icon {
        width: 70px;
    }
    .asService > li .item > div > .txt {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
    .asService > li .txt {
        min-height: auto;
    }
    .asService > li .num {
        width: 35px;
        line-height: 35px;
    }
}
/* projectTabs */
.projectTabs {
    border-top: 1px solid #ddd;
    display: flex;
}
.projectTabs p {
    flex-grow: 1;
}
.projectTabs a {
    text-decoration: none;
    display: block;
    color: #333;
    font-weight: 700;
    padding-right: 20px;
    position: relative;
    padding-top: 20px;
    opacity: .7;
    line-height: 1.2em;
}
.projectTabs .act a {
    opacity: 1;
}
.projectTabs a:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background-color: #111;
    opacity: 0;
}
.projectTabs .act a:after {
    opacity: 1;
}
.projectTabs a span {
    display: block;
    color: #999;
    font-weight: 300;
    font-size: .9em;
    margin-top: 5px;
}
@media (max-width:992px) {
    .projectTabs {
        flex-wrap: wrap;
        border-top: 0px;
        display: flex;
        justify-content: center;
        text-align: center;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 15px 0;
    }
    .projectTabs p {
        flex-grow: unset;
        margin: 3px;
    }
    .projectTabs a {
        background-color: #f7f7f7;
        padding: 11px;
        opacity: 1;
        border-radius: 3px;
        font-size: 14px;
        color: #bdbdbd;
        font-weight: 400;
    }
    .projectTabs .act a {
        background-color: #111;
        color: #fff;
    }
    .projectTabs a:after {
        display: none;
    }
    .projectTabs a span {
        margin-top: 3px;
        font-size: .8em;
        display: none;
    }
}

/* pfList */
.pfList {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.pfList > li {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 50px;
}
.pfList > li a {
    text-decoration: none;
    display: block;
}
.pfList > li .txt {
    text-align: center;
    margin-top: 20px;
}
.pfList > li .txt p {
    line-height: 1.3em;
}
.pfList > li .txt h6 {
    line-height: 1.3em;
    margin-top: 5px;
}
.pfList > li .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}
.pfList > li .img img {
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
	width: 100%;
}
.pfList > li:hover .img img {
    transform: scale(1.1);
}
@media (max-width:1200px) {
    .pfList > li {
        width: 33.33333%;
    }
}
@media (max-width:992px) {
    .pfList > li {
        width: 50%;
    }
}
@media (max-width:600px) {
    .pfList > li {
        width: 100%;
    }
}

/* project_view */
#project_view p  {
   margin:0 !important;
}
#project_view .sec1 .projectDetails  {
    padding: 60px 0 0 0;
    border-top: 1px solid #ddd;
    position: relative;
}
#project_view .sec1 .projectDetails .fbox {
    align-items: flex-start;
}
#project_view .sec1 .projectDetails .imgs {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}
#project_view .sec1 .fbox > .rt {
    padding-top: 15px;
}
#project_view .sec1 .fbox > .rt ul li {
    padding: 7px 0;
}
#project_view .sec1 .fbox > .rt ul li h5 {
    margin-top: 2px;
}
@media (min-width:991px) {
    #project_view .sec1 .fbox > .lft {
        width: 60%;
    }
    #project_view .sec1 .fbox > .rt {
        width: 40%;
    }
    #project_view .sec1 .fbox > .rt ul {
        max-width: 450px;
        margin: 0 auto;
    }
}
@media (max-width:1200px) {
    #project_view .sec1 .projectDetails  {
        position: relative;
    }
    #project_view .sec1 .projectDetails .slick-arrow {
        display: none;
    }
    #project_view .sec1 .fbox {
        flex-wrap: wrap;
    }
    #project_view .sec1 .fbox > .lft,
    #project_view .sec1 .fbox > .rt {
        width: 100%;
    }
    #project_view .sec1 .fbox > .rt {
        padding-left: 0px;
        padding-top: 0;
    }
    #project_view .sec1 .fbox > .rt ul li {
        padding: 8px 0;
    }
    #project_view .sec1 .fbox > .rt ul li h5 {
        margin-top: 5px;
    }
}
/* mbtn-arrow */
.mbtn-arrow {
    text-decoration: none;
    color: #111 !important;
    display: inline-block;
    margin: 0 15px;
    font-size: 15px;
}
.mbtn-arrow i,
.mbtn-arrow span {
    display: inline-block;
    vertical-align: middle;
}
/* projectViewWrp */
#projectViewWrp .subMenus h5 {
    text-transform: uppercase;
}
#projectViewWrp .subMenus ul {
    margin-top: 15px;
}
#projectViewWrp .subMenus ul li a {
    text-decoration: none;
    display: block;
    color: #bdbdbd;
    font-weight: 400;
    padding: 5px 0;
    font-size: 18px;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#projectViewWrp .subMenus ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #111;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#projectViewWrp .subMenus .closeQuick {
    position: absolute;
    left: calc(100% - 1px);
    top: 50px;
    background-color: rgb(239, 239, 239 , 0.7);
    padding: 14px 0;
    line-height: 1em;
    /*border: 1px solid #000;
    border-left-color: #fbfbfb;*/
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    width: 38px;
    text-align: center;
}
#projectViewWrp .subMenus .closeQuick i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#projectViewWrp .subMenus .closeQuick i,
#projectViewWrp .subMenus .closeQuick span {
    display: inline-block;
    vertical-align: middle;
}
#projectViewWrp .subMenus .closeQuick span {
    margin-top: 5px;
}
#projectViewWrp .subMenus .closeQuick i {
    transform: rotate(180deg);
}
#projectViewWrp .subMenus.act .closeQuick i {
    transform: rotate(0deg);
}
#projectViewWrp .subMenus .closeQuick .on {
    display: none;
}
#projectViewWrp .subMenus .closeQuick .off {
    display: block;
}
#projectViewWrp .subMenus.act .closeQuick .on {
    display: block;
}
#projectViewWrp .subMenus.act .closeQuick .off {
    display: none;
}
#projectViewWrp .wr_content img {
    margin-bottom:20px
}
@media (min-width:991px) {
    #projectViewWrp #subMenusToggle {
        position: fixed;
        left: 0;
        width: 50px;
        top: 0;
        height: 100vh;
        cursor: pointer;
        z-index: 101;
    }
    #projectViewWrp #subMenusToggle:hover .subMenus {
        left: 0;
    }
    #projectViewWrp .subMenus .closeQuick {
        display: none;
    }
}
/* @media (min-width:991px) { */
    #projectViewWrp {
        position: relative;
    }
    #projectViewWrp .subMenus {
        position: fixed;
        left: -250px;
        top: 50%;
        transform: translateY(-50%);
        width: 250px;
        z-index: 100;
      background-color: #efefef;
    padding: 20px;
    border-radius: 20px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #projectViewWrp .subMenus.act {
        left: 0;
    }
    #projectViewWrp .subMenus ul li:hover a,
    #projectViewWrp .subMenus ul li.act a {
        color: #111;
        padding-left: 20px;
        position: relative;
    }
    #projectViewWrp .subMenus ul li:hover a:after,
    #projectViewWrp .subMenus ul li.act a:after {
        width: 10px;
    }
/* } */
/* @media (max-width:992px) {
    #projectViewWrp .conArea .conSubject {
        text-align: center;
    }
    #projectViewWrp .subMenus {
        margin-bottom: 50px;
    }
    #projectViewWrp .subMenus h5 {
        text-transform: none;
        font-size: 27px;
        font-weight: 800 !important;
    }
    #projectViewWrp .subMenus ul {
        text-align: center;
        margin-top: 30px;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 15px 0;
    }
    #projectViewWrp .subMenus ul li {
        display: inline-block;
    }
    #projectViewWrp .subMenus ul li a {
        font-size: 14px;
        margin: 3px;
        background-color: #f7f7f7;
        padding: 11px;
        opacity: 1;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.2em;
    }
    #projectViewWrp .subMenus ul li.act a  {
        background-color: #111;
        color: #fff;
    }
} */
@media (max-width:767px) {
    #projectViewWrp .subMenus ul li a {
        font-size: 15px;
        margin: 3px;
        opacity: 1;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.2em;
    }
}

/* slick-arrow */
.hasArrows {
    position: relative;
}
.hasArrows .arrows {
    position: absolute;
   /* top: calc(50% - 50px);*/
    top: 350px;
    height: 100px;
    text-decoration: none;
    z-index: 10;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hasArrows .arrows .ar {
    display: block;
    font-family: 'remixicon' !important;
    font-size: 30px;
    width: 40px;
    background-color: rgba(0,0,0,0.1);
    height: 100%;
    line-height: 100px;
    border: 0px;
    text-align: center;
    color: #fff;
}
.hasArrows .arrows:hover .ar {
    background-color: rgba(0,0,0,0.3);
}
.hasArrows .arrows.arrows-prev {
    left: 0;
}
.hasArrows .arrows.arrows-prev .ar::after {
    content: "\ea64";
}
.hasArrows .arrows.arrows-next {
    content: "\ea6e";
    right: 0;
}
.hasArrows .arrows.arrows-next .ar::after {
    content: "\ea6e";
}
.hasArrows .arrows .prImg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0%;
    display: flex;
    align-items: center;
    width: 180px;
    overflow: hidden;
    opacity: 0;
    left: 40px;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hasArrows .arrows.arrows-next .prImg {
    left: auto;
    right: 40px;
}
.hasArrows .arrows:hover .prImg {
    opacity: 1;
    height: 100%;
}
.hasArrows .arrows .prImg .title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,.4);
	justify-content: center;
}
@media (max-width:992px) {
    .hasArrows .arrows {
        display: none !important
    }
}
/* locBox */
.locBoxWrp {
    border: 2px solid #eee;
    padding: 20px;
}
.locBox {
    /* background-color: #f6f6f6; */
}
.locBox > .lft {
    padding: 30px 0;
}
.locBox .lft h3 .sm {
    font-size: .6em;
}
.locBox .lft ul li {
    display: flex;
}
.locBox .lft ul li .icon {
    width: 40px;
    font-size: 20px;
    color: #111;
    line-height: 1em;
}
.locBox .lft ul li .info {
    width: calc(100% - 40px);
}
.locBox .lft ul li {
    padding: 10px 0;
}
.locBox .lft ul li h5 {
    margin-top: 3px;
}
@media (max-width:992px) {
    .locBox {
        flex-wrap: wrap;
    }
    .locBox .lft,
    .locBox .rt {
        width: 100%;
    }
}
@media (max-width:767px) {
    .locBoxWrp {
        padding: 15px;
    }
    .locBox > .lft {
        padding: 20px 0;
    }
    .locBox .lft ul li {
        padding: 5px 0;
    }
    .locBox .lft ul li .icon {
        width: 30px;
        font-size: 17px;
    }
    .locBox .lft ul li .info {
        width: calc(100% - 25px);
    }
}
/* mapbox */
.mapbox .root_daum_roughmap .wrap_map {
    height: 350px !important;
}
.root_daum_roughmap_landing .border2 {
    display: block;
}
/* .mapbox .root_daum_roughmap .map_border {
    display: none !important; 
} */
@media (max-width:992px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
@media (max-width:600px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 200px !important;
	}
}
/* contact */
#contact .sec2 {
    background-color: #f4f4f4;
}
/* form */
.form .formBox {
    padding: 50px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
}
.form .top h3,
.form .top p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.form ul li {
    position: relative;
    padding-left: 200px;
    margin: 10px 0;
}
.form ul li label {
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 45px;
    font-weight: 600;
}
.form ul li label,
.form select.form-control,
.form input.form-control {
    height: 50px;
}
.form ul li label,
.form .form-control {
    display: block;
    color: #333;
    font-size: 16px;
}
.form .form-control {
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 0 0;
    background-color: transparent;
    margin: 0px;
}
.form ul li .form-control:focus {
    border-color: #57b798;
}
.form .smt {
    line-height: 55px;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    width: 100%;
    display: block;
    border: 1px solid #111;
    border-radius: 4px;
    background-color: transparent;
    background-color: #111;
    color: #fff;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* .form .smt:hover {
    background-color: #111;
    color: #fff;
} */
@media (max-width:767px){
    .form .formBox {
        padding: 25px;
    }
    .form .top h3,
    .form .top p {
        margin-right: 5px;
    }
    .form ul li {
        padding-left: 0;
        margin: 15px 0;
    }
    .form ul li label {
        line-height: 25px;
        font-size: 15px;
        position: relative;
        left: 0;
    }
    .form select.form-control,
    .form input.form-control {
        height: 45px;
    }
    .form ul li label,
    .form .form-control {
        font-size: 15px;
        position: relative;
    }
    .form ul li label {
        height: auto;
        font-size: 14px;
        position: relative;
    }
    .form .smt {
        line-height: 45px;
        font-size: 17px;
    }
}

/* checkboxCustom */
.agree {
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    /* background-color: rgba(0,0,0,0.03); */
}
.agree .readMe {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    background-color: #f2f2f2;
    margin-left: 15px;
    line-height: 1em;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 600;
    cursor: pointer;
}
.checkboxCustom {
	position: relative;
	padding: 0 0 0 40px;
	margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}
.checkboxCustom:first-child, 
.checkboxCustom:first-of-type {
	margin-top: 0;
}
.checkboxCustom.makeInline {
	display: inline-block;
	vertical-align: middle;
}
.checkboxCustom input[type="radio"],
.checkboxCustom input[type="checkbox"] {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -11px 0 0 -3px;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.checkboxCustom input[type="radio"]:checked + label:after,
.checkboxCustom input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(../img/chk_w.png) center center no-repeat;
    background-color: #222;
    border-color: #222;
}
.checkboxCustom input[type="radio"]:disabled,
.checkboxCustom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}
.checkboxCustom input[type="radio"]:disabled:checked + label:after,
.checkboxCustom input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.checkboxCustom input[type="radio"]:disabled + label,
.checkboxCustom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}
.checkboxCustom input[type="radio"]:disabled + label:before,
.checkboxCustom input[type="checkbox"]:disabled + label:before {
    background: url(../img/chk.png) center center no-repeat;
	background-color: #eee;
    border-color: #eee;
}
.checkboxCustom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}
.checkboxCustom label:before {
	content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #111;
    background: transparent;
    background: url(../img/chk.png) center center no-repeat;
    opacity: .1;
}
.checkboxCustom label + label.error {
	display: block;
}
@media (max-width:640px){
    .checkboxCustom {
        padding-left: 33px;
    }
    .checkboxCustom input[type="radio"]:checked + label:after,
    .checkboxCustom input[type="checkbox"]:checked + label:after {
        width: 24px;
        height: 24px;
        background-size: 24px !important;
    }
    .checkboxCustom label:before {
        width: 24px;
        height: 24px;
    }
    .agree .readMe {
        margin-left: 5px;
        padding: 5px 5px;
    }
}


/* news */
.newsBoard {
    border-top: 1px solid #333;
}
.newsBoard li a {
    text-decoration: none;
    display: block;
    padding: 60px 20px;
    border-bottom: 1px solid #ddd;
}
.newsBoard li:last-child a {
    border-bottom: 1px solid #333;
}
.newsBoard li a .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newsBoard li a .info {
    margin-top: 10px;
}
.newsBoard li a .info > span {
    display: inline-block;
    margin-right: 8px;;
}
.newsBoard li a .info i,
.newsBoard li a .info span {
    display: inline-block;
    vertical-align: middle;
}
.newsBoard li a .conShow {
    margin-top: 15px;
}
.newsBoard li a .btBtn {
    display: inline-block;
    border: 1px solid #aaa;
    line-height: 1em;
    padding: 15px 35px;
    border-radius: 4px;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.newsBoard li a:hover .btBtn {
    background-color: #111;
    border-color: #111;
    color: #fff;
}
@media (max-width:767px) {
    .newsBoard li a {
        padding: 40px 20px;
    }
    .newsBoard li a .btBtn {
        padding: 11px 25px;
        margin-top: 20px;
    }
}