@charset "utf-8";

/*=================================================================================

* WRAP 

=================================================================================*/
#wrap {
    width: 100%;
    background: #fff;
    letter-spacing: -0.025em;
    position: relative;
    overflow: hidden;
}

#gotop {}

/*=================================================================================

* Common

=================================================================================*/
.container {
    min-height: calc(100vh - 156px);
}

.section {
    position: relative;
    width: 100%;
}

.section .inner {
    width: 100%;
    margin: 0 auto;
    padding: 100px 140px 120px;
}

.section .inner {
    max-width: 1440px;
    padding: 100px 0 120px;
}

.sub-cont .inner {
    max-width: 1200px;
    padding: 100px 0 120px;
}

.section .title-area {
    margin-bottom: 32px;
}

.section .title-area .title {
    display: inline-block;
    font-size: 43px;
    text-align: left;
}

.highlight {
    box-shadow: inset 0 -24px 0 #FFB319;
}

@media screen and (max-width:1200px) {
    .section .inner {
        width: 95%;
        padding: 60px 0;
    }

    .section .inner h2 {
        font-size: 24px;
    }
}

/*=================================================================================

* Flex

=================================================================================*/
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.justify-start {
    justify-content: flex-start !important;
}

@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
}

@media (max-width: 768px) {}

@media (max-width: 767px) {}

/*=================================================================================

* Text

=================================================================================*/
.text-center {
    text-align: center;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right;
}

/*=================================================================================

* Button 

=================================================================================*/
.button-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 30px 60px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
    line-height: 0;
    border-radius: 40px;
}

.btn-small {
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    line-height: 0;
}

.btn-basic {
    background: #dd6406;
    color: #fff;
}

.btn-basic:hover {
    background: #dd6406;
    color: #fff;
}

.btn-text {
    text-align: left;
}

/*=================================================================================

* checkbox

=================================================================================*/
.checkbox-area {
    position: relative;
    flex: 1;
}

.checkbox-area .label-text {
    font-size: 16px;
    cursor: pointer;
}

.checkboxField:before {
    transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border: 2px solid;
    border-radius: 0;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #dd6406;
    content: close-quote;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    outline: 2px solid #ccc;
    transition-duration: .5s;
    transition-property: background-color, border-color;
    cursor: pointer;
}

.checkboxField:checked:before {
    background-color: #dd6406;
    border-color: white;
    outline: 2px solid #dd6406;
}

.checkbox-area .label-text span,
.big-label span {
    color: #dd6406;
}

@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
}

@media (max-width: 768px) {}

@media (max-width: 767px) {
    .checkbox-area .label-text {
        font-size: 13px;
    }

    .checkboxField:before {
        width: 14px;
        height: 14px;
    }
}

/*=================================================================================

* 스크롤 탑 버튼 

=================================================================================*/
#scroll {
    position: fixed;
    right: 50px;
    bottom: 130px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #e1e1e1;
    text-indent: -9999px;
    display: none;
    z-index: 19;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.25rem;
    margin-left: -0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 0.25rem solid;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#scroll:hover {
    /*	background-color: #fff;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";*/
}

@media screen and (max-width:1189px) {
    #scroll {
        bottom: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
    }
}

/*=================================================================================

* 모달

=================================================================================*/
.mtp_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mtp_modal.on {
    opacity: 1;
    z-index: 98;
}

.mtp_modal-container {
    position: relative;
    width: 800px;
    height: 600px;
}

.mtp_modal .m_content {}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 42px;
    margin-top: -21px;
}

.swiper-button-prev {
    background: transparent url("../img/ico-arrow-left.png") 0 0 no-repeat;
}

.swiper-button-next {
    background: transparent url("../img/ico-arrow-right.png") 0 0 no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -30px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .4;
}

@media screen and (max-width:1189px) {

    .mtp_modal-container {
        width: 80%;
        height: auto;
    }
}

/*=================================================================================

* Header 

=================================================================================*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 10;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    transition: all .4s;
}

.header-inner {
    width: 100%;
    margin: 0 auto;
}

.company-logo {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -28px;
    font-size: 28px;
    color: #333;
    width: 160px;
    height: 60px;
    background: transparent url("../img/h1-logo-w.svg") center no-repeat;
    background-size: contain;
}

.company-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.company-logo img {
    width: 100%;
}

.header .header-gnb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* 1depth*/
.header .header-gnb .gnb-1depth {
    display: inline-block;
}

.header-gnb .gnb-1depth .item-1depth {
    display: inline-block;
    position: relative;
}

.header-gnb .gnb-1depth .item-1depth > a {
    display: block;
    font-size: 18px;
    line-height: 83px;
    padding: 0 24px;
    position: relative;
    color: #fff;
    transition: all .4s;
    text-transform: uppercase;
}

.not-scroll-top-0 > .header-gnb .gnb-1depth .item-1depth a {
    line-height: 63px;
}

/* 1depth hover border */
.header-gnb .gnb-1depth .item-1depth a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #dd6406;
    transition: width .8s;
}

.header-gnb .gnb-1depth .item-1depth:hover > a::before {
    width: 100%;
}

.header-gnb .gnb-1depth .item-1depth:hover > a {
    color: #dd6406;
}

/* 2depth */
.header-gnb .gnb-2depth {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #dd6406;
}

.header-gnb .gnb-1depth .item-1depth:hover > .gnb-2depth {
    transition: height .8s;
}

.header-gnb .gnb-1depth .item-1depth:nth-child(1):hover > .gnb-2depth {
    height: 175px;
}

.header-gnb .gnb-1depth .item-1depth:nth-child(2):hover > .gnb-2depth {
    width: 160px;
    height: 100px;
}
.header-gnb .gnb-1depth .item-1depth:nth-child(3):hover > .gnb-2depth {
    width: 150px;
    height: 100px;
}

.header-gnb .gnb-1depth .item-1depth:nth-child(4):hover > .gnb-2depth {
    height: 112px;
}

.header-gnb .gnb-2depth > ul {
    padding: 20px 0;
}

.header-gnb .gnb-2depth > ul > li {
    padding: 0 20px;
}

.header-gnb .gnb-2depth > ul > li > a {
    font-size: 15px;
    display: block;
    text-align: left;
    color: #fff;
    line-height: 36px;
    transition: padding .3s, color .3s;
    position: relative;
    white-space: nowrap;
}

.header-gnb .gnb-2depth > ul > li > a:hover {
    padding-left: 8px;
    color: #fff;
}

/*----------------------------햄버거 메뉴 ------*/
.button-container {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 27px;
    width: 35px;
    margin-top: -13px;
    cursor: pointer;
    z-index: 120;
    transition: opacity .25s ease;
    display: none;
}

.button-container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #1C6758;
}

.button-container.active .middle {
    opacity: 0;
    background: #1C6758;
}

.button-container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #1C6758;
}

.button-container span {
    background: #1C6758;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button-container span:nth-of-type(2) {
    top: 11px;
}

.button-container span:nth-of-type(3) {
    top: 22px;
}

/*---------------------------- 스크롤 시 헤더 스타일 ------*/
#header.change {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 30;
}

#header.change .company-logo {
    height: 50px;
    background: transparent url("../img/h1-logo.svg") center no-repeat;
}

#header.change .item-1depth > a {
    color: #232323;
}

#header.change .header-gnb .gnb-2depth {
    top: 70px;
}

@media screen and (max-width:1189px) {
    #header {
        height: 70px;
    }

    .company-logo {
        width: 100px;
    }

    .company-logo a {
        display: block;
    }

    .company-logo img {
        width: 100%;
    }

    .header-gnb .gnb-2depth {
        display: none;
    }

    .button-container {
        display: block;
    }

    .overlay {
        position: fixed;
        background: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        z-index: 100;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    #nav {
        width: 100%;
        z-index: 40;
        top: 120px;
        left: 0;
        margin-left: 0;
    }

    #menu {
        width: 100%;
    }

    #menu li {
        display: block;
        border: 0;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #header .overlay.open #menu li a {
        line-height: 60px;
        color: #fff;
    }
    .header .header-gnb {
        position: unset;
        top: 0;
        left: 0;
        transform: translate(0);
        text-align: left;
        width: 100%;
        padding-top: 100px;
    }
    .header-gnb .gnb-1depth .item-1depth a::before {
      display: none;

    }
}

/*=================================================================================

* Main Visual

=================================================================================*/
#section0 {
    overflow: hidden;
}

#section0 .visual-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/main01-bg.jpg") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    animation: fade-in-scale-down 5s ease-out 1;
    -webkit-animation: fade-in-scale-down 5s ease-in-out 1;
    -moz-animation: fade-in-scale-down 5s ease-in-out 1;
    -o-animation: fade-in-scale-down 5s ease-in-out 1;
}

/* 백그라운드 애니메이션 */
@keyframes fade-in-scale-down {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.section0 {
    position: relative;
    height: 100vh;
}

.section0 .text-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
}

.section0 h2 {
    margin-bottom: 10px;
    font-size: 64px;
    color: #fff;
    line-height: 1.2;
}

.section0 .text-area p {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}

.section0 .text-area p:after {
    display: block;
}

.more-scroll-link {
    position: absolute;
    z-index: 8;
    bottom: 110px;
    left: 50%;
    right: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: cegnter;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.more-scroll-link p {
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.25em;
}

.more-scroll-link img {
    display: block;
    width: 25px;
    margin: 12px auto 0;
    -webkit-animation: img-arrow-animation.6s infinite alternate;
    animation: img-arrow-animation .6s infinite alternate;
}

@-webkit-keyframes img-arrow-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@keyframes img-arrow-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@media screen and (max-width:1080px) {
    .section0 .text-box {
        text-align: center;
    }

    .section0 .inner h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .section0 .text-box p {
        font-size: 14px;
    }

    .more-scroll-link {
        bottom: 40px;
    }
}

/*=================================================================================

* Footer 

=================================================================================*/
#footer {
    width: 100%;
    background: #232323;
}

.footer-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.footer-inner > div {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer-logo img {
    width: 160px;
}

.footer-inner .info {
    padding-left: 40px;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    text-align: left;
}

.footer-inner .info p {
    margin-bottom: 4px;
    font-weight: 300;
}

.footer-inner .info p span {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #ccc;
    line-height: 1;
}

.footer-inner .info p span:last-of-type {
    border-right: 0;
}

.footer-inner .info .copy {
    color: #666;
}

@media screen and (max-width:1080px) {
    #footer {
        height: auto;
    }

    .footer-innner {
        display: block;
        padding: 20px 0;
        height: auto;
    }

    .footer-inner > div {
        float: none;
    }

    .footer-inner .footer-logo {
        margin-bottom: 16px;
    }

    .footer-logo img {
        width: 84px;
    }

    .footer-innner .info {
        margin-bottom: 20px;
    }

    .footer-innner .info p {
        font-size: 12px;
        text-align: center;
    }

    .footer-innner .footer-logo {
        margin-bottom: 20px;
    }
}

/*=================================================================================

* section01 - 04 what we do

=================================================================================*/
.section01 {
    background: #f9f9f9 url("../img/img-do01.png") 100% 0 no-repeat;
    background-size: 50%;
}

.section01 .inner {}

.section01 .cont-wrap {
    justify-content: flex-start;
    align-items: center;
}

.section01 .cont-wrap .box {
    width: 50%;
    height: 300px;
}

.section01 .text01 {
    margin-bottom: 24px;
    font-size: 24px;
}

.section01 .text02 {
    font-size: 16px;
    color: #464646;
}

.section04 {
    background: #f9f9f9 url("../img/img-do02.png") 0 100%/50%  no-repeat;

}

.section04 .cont-wrap {
    justify-content: flex-end;
    align-items: center;
}

.section04 .cont-wrap .box {
    width: 50%;
    padding-left: 80px;
    height: 300px;
}

.section04 .text01 {
    margin-bottom: 24px;
    font-size: 24px;
}

.section04 .text-area ul {}

.section04 .text-area ul li {
    font-size: 16px;
    float: left;
    margin-right: 8px;
    padding: 4px 12px;
    border: 1px solid #111;
    border-radius: 30px;
}

@media screen and (max-width:1080px) {

    .section01,
    .section04 {
        
        background-size: contain;
    }

    .section01 .cont-wrap .box,
    .section04 .cont-wrap .box {
        width: 100%;
        padding: 0;

    }
    .section01 {
        height: 600px;
        background: #f9f9f9 url("../img/img-do01.png") 100% 100%/contain no-repeat
    }
    .section04 {
        height: 500px;
         background: #f9f9f9 url("../img/img-do02.png") 100% 100%/contain no-repeat
    }
    .section04 .text-area ul li {
        font-size: 13px;
        margin: 0 5px 5px 0;
    }
    .section04 .text01, .section01 .text01  {
        font-size: 21px;
        line-height: 24px;
    }
}

/*=================================================================================

* section02 business

=================================================================================*/
.section02 ul {}

.section02 .item {
    position: relative;
    float: left;
    width: calc(100%/3);
    height: 280px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.section02 .item figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section02 .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section02 .item figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.section02 .item .text {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    z-index: 1;
}

.section02 .item .text span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width:1200px) {
    .section02 .item {
        width: calc(100%/2);
        height: 360px;
    }

    .section02 .item figure {
        width: 100%;
        height: 100%;
    }

    .section02 .item figure img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:1200px) {
    .section02 .item {
        width: calc(100%/2);
        height: 240px;
    }
}

/*=================================================================================

* section03 partners 

=================================================================================*/
.section03 {
    background: #f5f5f5;
}
.section03 .inner {
    padding: 40px 0;
}
.pt-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-wrap .item {
    flex: 1;
    margin: 0 10px;
    background: #fff;
    text-align: center;
    border: 1px solid #e1e1e1;
} 
.pt-wrap .item a {
    display: block;
}
/*.pt-wrap .item .img-box {
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #f1f1f1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}*/

.pt-wrap .item img {}

@media screen and (max-width:1080px) {
    .pt-wrap .item {
        width: calc(100%/4);
    }
}

@media screen and (max-width:768px) {
    .pt-wrap .item {
        width: calc(100%/3);
    }
}

@media screen and (max-width:480px) {
    .pt-wrap .item {
        width: calc(100%/2);
        padding: 8px;
    }
}

/*=================================================================================

* 서브공통

=================================================================================*/
.sub-visual {
    position: relative;
    width: 100%;
    height: 400px;
    background: #333;
}

.sub-visual.about {
    background: url("../img/sub_visual_about.png") center no-repeat;
    background-size: cover;
}

.sub-visual.business {
    background: url("../img/sub_visual_business.png") center no-repeat;
    background-size: cover;
}

.sub-visual.reference {
    background: url("../img/sub_visual_information.png") center no-repeat;
    background-size: cover;
}

.sub-visual.community {
    background: url("../img/sub_visual_community.png") center no-repeat;
    background-size: cover;
}

.sub-visual .visual-text-area {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: table;
    color: #fff;
    z-index: 1;
    text-align: left;
}

.sub-visual .visual-text-area .visual-tit {
    display: table-cell;
    vertical-align: middle;
    font-size: 34px;
}

.sub-visual .visual-text-area .visual-tit span {
    display: block;
    font-size: 22px;
    font-weight: normal;
}

/*-------------------------------------서브페이지 로케이션 메뉴*/
.sub_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
}

.sub_menu-depth {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.sub_menu-depth .drop-list {}

.sub_menu-depth .drop-list li {
    position: relative;
    float: left;
    width: 200px;
    height: 54px;
}

.sub_menu-depth .drop-list li:after {
    content: '';
    clear: both;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #444;
}

.sub_menu-depth .drop-list li.location00 {
    width: auto;
    padding-right: 20px;
}

.sub_menu-depth .drop-list li.location00 a {
    display: block;
    width: 30px;
    height: 100%;
    background: url("../img/ico_home.png") center no-repeat;
}

.sub_menu-depth .drop-list li button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}

.sub_menu-depth .drop-list li button:after {
    content: '';
    clear: both;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 16px;
    width: 7px;
    height: 7px;
    border: solid #6e6e6e;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3
}

.sub_menu-depth .drop-list .location02:after {
    display: none;
}

.sub_menu-depth .drop-list .drop-menu:last-child button {
    color: #dd6406;
    font-weight: bold;
}

.sub_menu-depth .drop-menu-cont {
    display: none;
    width: 100%;
    position: absolute;
    top: 53px;
    left: 0;
    background: #fff;
    border: 1px solid #f1f1f1;
    z-index: 10;
}

.sub_menu-depth .drop-menu-cont a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    text-transform: uppercase;
}

.sub_menu-depth .drop-menu-cont li:first-child a {
    padding-top: 16px;
}

.sub_menu-depth .drop-menu-cont li:after {
    display: none;
}

.sub_menu-depth .drop-menu.active .drop-menu-cont {
    display: block;
    visibility: visible;
}

.sub_menu-depth .drop-menu.active button:after {
    transform: rotate(-135deg);
    margin-top: 0px;
}

.sub_menu-depth .drop-menu-cont .active span {

}

/*-------------------------------------서브페이지 본문 타이틀 */
.sub-cont .sub-title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

@media screen and (max-width:1080px) {
    .sub-cont .sub-title {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .sub-visual .visual-text-area {
        padding-left: 40px;
    }
}

@media screen and (max-width:768px) {
    .sub_menu-depth {
        padding: 0;
    }

    .sub_menu-depth .drop-list li.location00 {
        display: none;
    }

    .sub_menu-depth .drop-list li {
        width: 50%;
    }

    .sub_menu-depth .drop-menu.active .drop-menu-cont li {
        width: 100%;
    }

    .sub_menu-depth .drop-list li button {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {}

/*=================================================================================

* 회사소개

=================================================================================*/
.about01 .box {
    margin-top: 100px;
}

.about01 .img-area {
    width: 50%;
    float: left;
}

.about01 .text-area {
    width: 50%;
    float: right;
    padding-top: 100px;
    padding-left: 80px;
}

.about01 .text-area p {
    font-size: 18px;
}

.about01 .text-area .text01 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.about01 .text-area .text02 {
    margin-top: 40px;
}

@media screen and (max-width:1080px) {
    .about01 .img-area {
        width: 100%;
    }

    .about01 .text-area {
        width: 100%;
        padding-top: 50px;
        padding-left: 0;
    }

    .about01 .text-area .text01 {
        font-size: 24px;
    }

    .about01 .text-area p {
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}

/*=================================================================================

* 연혁

=================================================================================*/
.about-info .tab-area {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.about-info .tab-area a {
    display: block;
    flex: 1;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 18px;
}
.about-info .row {
    margin-bottom: 180px;
}
.about-info .logo-area {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.about-info .logo-area img {
    width: 70%;
}
.goal-area {}
.goal-area .text01 {
    font-size: 24px;
}
.vision-area {}
.vision-area dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 80%;
    margin: 0 auto 50px;
    justify-content: center;
    align-items: flex-start;
    
}
.vision-area dl dt {
    width: 200px;
    font-size: 24px;
    font-weight: 600;
}
.vision-area dl dd {
    flex: 1;
    font-size: 19px;
}
.vision-area dl dd .img-area {
    margin: 25px 0;
    text-align: center;
}
.vision-area dl dd .img-area img {
    width: 80%;
    margin: 0 auto;
}
.box-history {
    position: relative;
    margin-bottom: 60px;
}

.history-wrap {
    margin: 0 0 170px;
}

.history-wrap .box-history dl {
    display: flex;
    margin: 0 0 100px;
    align-items: flex-start;
}

.history-wrap .box-history dt,
.history-wrap .box-history dd {
    flex: 1;
}

.history-wrap .year-box {
    font-size: 86px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.history-wrap .month-box {
    position: relative;
}

.history-wrap .month-box:after {
    position: absolute;
    content: "";
    left: -25px;
    top: 0;
    height: calc(100% - 80px);
    width: 1px;
    background-color: #f1f1f1;
    z-index: 9;
}

.history-wrap .month-box .month {
    position: relative;
    margin: 0 0 80px;
    padding-left: 60px;
}

/*.history-wrap .month-box .month.month02 .line {
	position: relative;
	left: -50px;
}*/
.history-wrap .month-box .month.month02 .work {
    padding-top: 100px;
}

.history-wrap .month-box .month .line {
    display: block;
    position: absolute;
    top: -20px;
    right: auto;
    left: -50px;
    font-size: 40px;
    font-weight: 800;
    color: #f76422;
    z-index: 10;
    padding: 20px 0;
    background: #fff;
}

.history-wrap .month-box .month .work p {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 8px;
}

.history-wrap .month-box .month .work p:before {
    position: absolute;
    top: 8px;
    left: -16px;
    display: block;
    clear: both;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #f76422;
}

.history-wrap .month-box .month .work p strong {
    font-size: 20px;
}

@media screen and (max-width:1080px) {
    .history-wrap .box-history dl {
        flex-direction: column;
    }

    .history-wrap .box-history dt,
    .history-wrap .box-history dd {
        width: 100%;
    }

    .history-wrap .year-box {
        display: block;
        font-size: 56px;
        margin-bottom: 20px;
        border-bottom: 1px solid #f1f1f1;
    }

    .history-wrap .month-box .month {
        padding-left: 20px;
    }

    .history-wrap .month-box .month .line {
        position: inherit;
        left: 0;
        font-size: 24px;
        padding-bottom: 8px;
    }

    .history-wrap .month-box .month .work p {
        font-size: 14px;
    }

    .history-wrap .month-box .month.month02 .work {
        padding-top: 0;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}

/*=================================================================================

* 주요사업

=================================================================================*/
.business-area {}

.business-area .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.business-area .box > div {
    flex: 1;
}

.business-area .box .img-area {
    width: 100%;
    height: auto;
}

.business-area .box .text-area {
    padding: 40px 0 0 50px;
}

.business-area .box:nth-of-type(2n) .text-area {
    padding: 40px 50px 0 0;
    text-align: right;
}

.business-area .box .text-area .title03 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #f76422;
}

.business-area .box .text-area .title03 span {
    font-size: 18px;
}

.business-area .box .text-area ul li {
    float: left;
    width: 50%;
}

.business-area .box .text-area .desc01 {
    font-size: 17px;
    color: #777;
}

.business-area .box .text-area .desc01 span {
    display: block;
}

.business-area .box .text-area .desc02 {}

.business-area .box .bui-box {
    width: 100%;
}

.business-area .box .bui-item {
    float: left;
    width: 25%;
    padding: 16px;
}

.business-area .box .bui-item .in {
    background: #f1f1f1;
    height: 180px;
    padding: 12px;
}

.business-area .box .bui-item h3 {
    text-align: center;
}

.business-area .box .bui-item p {
    padding-left: 16px;
}
.business-area .board th:first-of-type {
    width: 80px;
}
.business-area .board .title {
    text-align: left;
}
.business-area .board .i-file {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../img/attach-file.png) center/contain no-repeat;
}
.business-area .lic-box {
    margin-bottom: 50px;
}
.business-area .lic-box .box-title {
    text-align: center;
    margin-bottom: 30px;
}
.business-area .lic-box .box-title h3 {
    font-weight: bold;
    font-size: 32px;
}
.business-area .lic-box .box-title h3:after {
    display: block;
    clear: both;
    content: '';
    width: 30px;
    height: 4px;
    margin: 8px auto 0;
    background: #dd6406;
}
@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {
    .business-area .box .text-area {
        padding: 20px 0 0 20px;
    }

    .business-area .box .bui-item {
        width: 50%;
    }

    .business-area .box .text-area .title03 {
        font-size: 24px;
    }

    .business-area .box .text-area .desc01 {
        font-size: 15px;
    }
}

@media screen and (max-width:480px) {
    .business-area .box {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .business-area .box.reverse .img-area {
        order: 0;
    }

    .business-area .box.reverse .text-area {
        order: 1;
    }

    .business-area .box .text-area {
        padding: 40px 0 0 0px;
    }
}

/*=================================================================================

* 문의하기

=================================================================================*/
.contactus {}

.contactus .box-item {}

.contactus .box-left {}

.contactus .box-item .brand-map {
    width: 100%;
    height: 360px;
    margin-bottom: 80px;
}

.contactus .box-item .brand-map iframe {
    height: 100%;
}

.contactus .box-item .text-area {}

.contactus .box-item .text-area h4 {
    font-size: 30px;
    font-weight: 300;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.contactus .box-item .text-area li {}

.contactus .box-item .text-area p {
    font-size: 18px;
    color: #666;
    margin-bottom: 12px;
}

.contactus .box-item .text-area p span {
    position: relative;
    float: left;
    display: block;
    margin-right: 16px;
    padding-right: 16px;
}

.contactus .box-item .text-area p .email {}

.contactus .box-item .text-area p .tel {}

.contactus .box-item .text-area p .tel:after {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    clear: both;
    content: '';
    width: 1px;
    height: 16px;
    background: #ccc;
}

.contactus .contact_form {}

.contactus .contact_form-tit {
    font-size: 18px;
    margin-bottom: 20px;
}

.contactus .contact_form .input-group {
    margin-bottom: 40px;
}

.contactus .contact_form .input-title {
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

.contactus .contact_form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 12px 16px;
    font-size: 15px;
    border: 0;
    border-bottom: 2px solid #333;
    text-indent: 0;
}

.contactus .contact_form .form-textarea {
    height: 100px;
    border: 2px solid #333;
    border-radius: 0;
}

.help-block {
    margin: 4px 0 8px;
    padding-left: 16px;
    color: #D13739;
}

.contactus .contact_privacy {
    margin-bottom: 40px;
}

.contactus .contact_privacy .terms-textarea {
    width: 100%;
    height: 130px;
    margin-bottom: 12px;
    border: 1px solid #333;
    overflow-y: scroll;
}

@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {
    .contactus .box-item .brand-map {
        width: 100%;
        margin-bottom: 30px;
    }

    .contactus .box-item .text-area h4 {
        font-size: 24px;
    }
}

@media screen and (max-width:480px) {}

/*=================================================================================

* 설치레퍼런스

=================================================================================*/
.reference-wrap {}

.reference-wrap .item {
    float: left;
    width: 33.333%;
    padding: 16px;
}

.reference-wrap .item .in {
    width: 100%;
}

.reference-wrap .item .thum-area {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    object-fit: cover;
    line-height: normal;
}

.reference-wrap .item .thum-area img {
    width: 100%;
    line-height: normal;
}

.reference-wrap .item .text-area {}

.reference-wrap .item .text-area .title04 {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.reference-wrap .item .text-area .text01 {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

@media screen and (max-width:1080px) {
    .reference-wrap .item {
        width: 50%;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {
    .reference-wrap .item {
        width: 100%;
    }

    .reference-wrap .item .thum-area {
        height: auto;
        line-height: normal;
    }
}

/*=================================================================================

* table 

=================================================================================*/
/* ul table */
.table-wrap {}

.table02 {
    width: 100%;
    table-layout: fixed;
}


/* basic table */
.table02 {
    border-top: 1px solid #0c4242;
}

.table02 th,
.table02 td {
    font-size: 16px;
    padding: 16px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    font-weight: 400;
}

.table02.all-line th,
.table02.all-line td {
    border: 1px solid #e1e1e1;
}

.table02 th {
    color: #0c4242;
}

.table02 .time {
    background: #DBE7F3;
}

.table02 .close {
    background: #EFEFEF;
    color: #666;
}

.table02 .info-mobile {
    display: none;
}

.table02 .info-mobile li {
    font-size: 12px;
    float: left;
    margin-right: 4px;
    padding-right: 4px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #999;
}

.table02 .info-mobile li:last-child {
    border-right: 0;
}


.i-lock {
    display: none;
    vertical-align: text-bottom;
    margin-right: 4px;
    width: 16px;
    height: 22px;
    background: url(../img/i-lock.svg) center no-repeat;
}

.reply {
    display: inline-block;
    vertical-align: middle;
    background: #ccc;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
    margin: 0 8px 0 8px;
    font-size: 12px;
    color: #fff;
}

@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
}

@media(max-width: 768px) {

    /* 768px 레이아웃 */
    .table-wrap.table-scroll {
        width: 100%;
        overflow-x: scroll;
    }

    .table02 th,
    .table02 td {
        font-size: 14px;
    }
    .table02  colgroup {
        display: none;
    }



}

@media(max-width: 767px) {

    /* 767px 이하  레이아웃 */
    .table02.board thead,
    .table02.board td {
        display: none;
    }

    .table02.board .title {
        text-align: left;
        display: block;
        font-size: 14px;
    }

    .table02.board .title a {
        display: block;
        margin-bottom: 8px;
    }

    .table02.board .info-mobile {
        display: block;
    }

    .table02.board th,
    .table02.board td {
        max-width: 100%;
        min-width: 100%;
        font-size: 13px;
        padding: 8px;
    }


}

@media(max-width: 480px) {

    .table02 th,
    .table02 td {
        font-size: 12px;
    }

    .table03 th {
        width: 80px;
    }
}

/*=================================================================================

* search 

=================================================================================*/
.search-window {
    margin-bottom: 16px;
    padding: 16px 0;
    background: #f5f5f5;
    text-align: center;
}

.search-window form {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-window .select-wrap {
    width: 150px;
    margin-right: 4px;
}
.search-window .select-wrap select {
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.search-window input[type="text"] {
    width: 240px;
    height: 45px;
    line-height: 45px;
    margin-right: 4px;
}

.search-window .btn {
    width: 65px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border-radius: 5px;
}

@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
}

@media(max-width: 768px) {
    /* 768px 레이아웃 */
}

@media(max-width: 767px) {

    /* 767px 이하  레이아웃 */
    .search-window form {
        flex-wrap: wrap;
    }

    .search-window .select-wrap {
        margin: 0 0 0 0;
        padding: 0 4px;
        width: 100px;
        font-size: 14px;
    }

    .search-window .search-wrap input {
        flex: 1;
    }

    .search-window .btn {
        float: left;
        width: 58px;
        min-width: auto;
        font-size: 14px;
    }
    .search-window input[type="text"] {
        width: 150px;
    }
}

/*=======================================================================================

 ** Pagination 

========================================================================================*/
#pagination {
    display: flex;
    justify-content: center;
    margin: 32px 0 12px;
}

.blocks {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
}

.blocks:not(:first-child) {
    margin-left: 4px;
}

.blocks:last-child img {
    transform: rotate(-180deg);
}

.blocks:hover {
    background-color: #dd6406;
    color: #fff;
}

#pagination a.active {
    background-color: #dd6406;
    color: #fff;
}

@media screen and (max-width:768px) {
    .blocks {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
    }
}

/*=================================================================================

* tabs

=================================================================================*/
#tab-menu {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#tab-btn {
    margin-bottom: 50px;
}

#tab-btn ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

#tab-btn li {
    position: relative;
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin-right: 16px;
    text-align: center;
    border: 1px solid #B2B2B2;
    border-radius: 50px;
    background: #fff;
}

#tab-btn li:last-child {
    margin-right: 0;
}

#tab-btn li a {
    display: block;
    color: #B2B2B2;
    font-weight: bold;
    font-size: 16px;
}

#tab-btn li.active {
    border-color: #dd6406;
}

#tab-btn li.active a {
    color: #dd6406;
}

#tab-btn.tab-style02 ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

#tab-btn.tab-style02 li {
    float: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    margin-right: -1px;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid #dd6406;
}

#tab-btn.tab-style02 li:last-child {
    margin-right: 0;
}

#tab-btn.tab-style02 li.active {
    position: relative;
    border: 1px solid #dd6406;
    border-bottom: 1px solid #fff;
    z-index: 1;
    background: #fff;
}

#tab-btn.tab-style02 li.active a {
    color: #dd6406;
}

#tab-cont {
    width: 100%;
    box-sizing: border-box;
}

@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
}

@media (max-width: 768px) {
    #tab-btn {
        margin-bottom: 25px;
    }

    #tab-btn li {
        width: 120px;
        margin: 0 1% 1% 0;
    }

    #tab-btn li a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #tab-btn li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #tab-btn li a {
        height: auto;
        padding: 12px 4px;
        line-height: 1.2;
    }
}

/*=================================================================================

* Accordion Style

=================================================================================*/
.accordion {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #111;
}

.accordion-header,
.accordion-body {}

.accordion-header {
    padding: 16px 12px;
    cursor: pointer;
    font-size: 16px;
    transition: all .3s;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.accordion-header .accor-que {
    display: inline-block;
    vertical-align: inherit;
    margin-right: 8px;
    font-weight: 500;
}

.accordion__item {}

.accordion-header:hover {
    color: #dd6406;
    position: relative;
    z-index: 5;
}

.accordion-body {
    display: none;
    background: rgb(251, 251, 251, .4);
}

.accordion-body__contents {
    padding: 2em;
    font-size: 14px;
    font-weight: 500;
    background: #f7f7f7;
}

.accordion-body__contents p * {
   
}

.accordion__item > .accordion-header:after {
    content: "+";
    font-size: 20px;
    float: right;
    position: relative;
    top: -2px;
    transition: .3s all;
    transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
    content: "-";
    transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
    color: #dd6406;
}

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
}

@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
}

@media(max-width: 768px) {

    /* 768px 레이아웃 */
    .accordion-header {
        padding: 1em;
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    /* 767px 이하  레이아웃 */
}

/*=================================================================================

* 뷰페이지

=================================================================================*/
.view-area {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.view-area .view-title {
	width: 100%;
	border-top: 1px solid #232323;
}
.view-area .view-title h4 {
	line-height: 1.6;
	padding: 20px;
	font-size: 20px;
	color: #232323;
	margin-bottom: 0;
	word-wrap: break-word;
	font-weight: 500;
}
.view-area .view-title .view-info {
	border-top: 1px solid #f1f1f1;
	padding: 20px 0;
}
.view-area .view-title .view-info ul {
	display: inline-block;
	overflow: hidden;
}
.view-area .view-title .view-info ul li {
	float: left;
	padding: 0 16px;
	font-size: 14px;
	line-height: 1.6;
}
.view-area .view-title .view-info ul li + li {
	border-left: 1px solid #ccc;
}
.view-area .view-title span {
	float: left;
	padding-right: 8px;
}
.view-area .view-title .text {
	color: #707070;
	float: left;
}
.view-area .view-title .text:before {
	content: ":";
	padding-right: 8px;
}
.view-area .view-cont {
	min-height: 350px;
	margin-bottom: 30px;
	padding: 20px 20px 40px;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	word-wrap: break-word;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
}
@media(max-width: 1200px) {
	/* 1200px 레이아웃 */
}
@media (max-width: 768px) {}
@media (max-width: 767px) {
	.view-area .view-title h4 {
		font-size: 16px;
		padding: 16px 10px;
	}
	.view-area .view-title .view-info ul li {
		padding: 0 8px;
		font-size: 12px;
		line-height: 1.4;
	}
}