@charset "utf-8";

@import url("common.css");

/*********************************************
    GNB (Global Navigation Bar)
*********************************************/
header.temp_header_skin1 {
    z-index: 10000;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /* overflow: hidden; */
    transition: all 0.3s ease;
    background: transparent;
}

header.temp_header_skin1 .header_con {zoom: 1; position: relative; min-width: 1380px; height: 120px; margin:0 auto; text-align: left; z-index: 201; padding: 0 4rem; display: flex; transition: all 0.5s;}
header.temp_header_skin1 .header_con h1 {flex:none;}
header.temp_header_skin1 .header_con h1 a {
    display: block;
    margin-top: 28px;
    width: 146px;
    height: 66px;
    font-size: 0;
    color: transparent;
    position: relative;
	background:url(../../images/logo2.png) no-repeat center;
}
.fp-viewing-sec1 header.temp_header_skin1 .header_con h1 a{background:url(../../images/logo1.png) no-repeat center;}
header.temp_header_skin1 .header_con h1 a img{
    opacity: 0;
    transition: all 1s;
    position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
header.temp_header_skin1 .header_con h1 a.on01 img:nth-child(1){
    opacity: 1;
}
header.temp_header_skin1 .header_con h1 a.on02 img:nth-child(2){
    opacity: 1;
}
header.temp_header_skin1 .header_con .gnb {display: flex; flex-direction: row; justify-content: center; flex: 1; position: absolute; left: 50%; transform: translateX(-50%);}
header.temp_header_skin1 .header_con .gnb_depth_1 {display: flex;}
header.temp_header_skin1 .header_con .gnb_depth_1>li {position: relative;}
header.temp_header_skin1 .header_con .gnb_depth_1>li:first-child::before {background:none;}
header.temp_header_skin1 .header_con .gnb_depth_1>li>a {display: flex; color: #fff; font-size: 18px; text-align: center; align-items: center; justify-content: center; letter-spacing: 0.5px; height: 120px; font-weight: 400; white-space: nowrap; padding: 0 34px; transition: all 0.3s;}
header.temp_header_skin1 .header_con .gnb_depth_1>li>a:hover {color:#bbddff; font-weight:500;}
header.temp_header_skin1 .header_con .gnb_depth_1>li>a::after{}
header.temp_header_skin1 .header_con .gnb_depth_1>li:hover>a::after{}
header.temp_header_skin1 .header_con .gnb_depth_2 {top: 140px; padding: 0 0.7rem; text-align: center; white-space: nowrap; display: none; z-index: 29; left: 0; right: 0; margin-top: 30px;}
header.temp_header_skin1 .header_con .gnb_depth_2 ul {padding-bottom: 2rem; width: 120px; display: flex; flex-direction: column; align-items: center;}
header.temp_header_skin1 .header_con .gnb_depth_2 li {text-align: center;}
header.temp_header_skin1 .header_con .gnb_depth_2 li a {display: inline-block; padding: 12px 0 8px; color:#666666; position: relative; white-space: nowrap; font-size: 1rem; font-weight: 300; transition: all 0.3s;}
header.temp_header_skin1 .header_con .gnb_depth_2 li a:hover{font-weight: 800;}
header.temp_header_skin1 .header_con .gnb_depth_2 li a.current, header.temp_header_skin1 .header_con .gnb_depth_2 li a:hover {color: #001960;}
header.temp_header_skin1 .header_con .header_util {white-space: nowrap; margin-left: auto; display: flex; align-items: center; height: 120px;}
header.temp_header_skin1 .header_con .header_util span {display: inline-block; vertical-align: middle; margin-left: 30px;}
/* header.temp_header_skin1 .header_con .header_util span.open_bat{margin: 0; font-size: 20px; color: #fff; font-weight: 300;}
header.temp_header_skin1 .header_con .header_util span.open_bat strong{font-weight: 700;} */
header.temp_header_skin1 .header_con .header_util span.open_bat{}
header.temp_header_skin1 .header_con .header_util span.phone_num {font-size: 20px; font-weight: 600; letter-spacing: -0.5px; transition: all .3s;}
header.temp_header_skin1 .header_con .header_util span.phone_num a {background:url(../../images/tel2.png) no-repeat center;width:188px;height:22px;display:block;}
header.temp_header_skin1 .header_con .header_util span.phone_num a i{background: url('/resources/img/common/header_tel_icon.svg') center center/cover no-repeat; width: 31px; height: 31px; display: block;}
header.temp_header_skin1 .header_con .header_util .util_menu a {text-align:center;}
header.temp_header_skin1 .header_con .header_util .util_menu {display: inline-flex; padding-right: 0; margin-left: 1rem; display: none;}
header.temp_header_skin1 .hamburger_icon {width: 26px; height: 19px; transition: all .3s; z-index: 99; align-items: center; position: relative; justify-content: space-between; display: block;}
header.temp_header_skin1 .hamburger_icon i {width: 98%; height: 2px; background-color: var(--hamburger_color); display: block; transition: transform ease .3s;}
header.temp_header_skin1 .hamburger_icon i:nth-child(2){margin: 6px 0;}
header.temp_header_skin1.active .btn  {padding-top: 22px;}
header.temp_header_skin1.active .btn i {margin:-3px 0;}
header.temp_header_skin1.active .btn i:nth-child(1){transform:rotate(45deg);}
header.temp_header_skin1.active .btn i:nth-child(2){display:none;}
header.temp_header_skin1.active .btn i:nth-child(3){transform:rotate(-45deg);}
header.temp_header_skin1 #navbg {position: absolute; width: 100%; background:#001041; z-index: 26; display: none; overflow: hidden; right: 0; transform: translateY(130px);}
header.temp_header_skin1.nav-mo .header_con::before {content: ""; height: 1px; position: absolute; left: 0; width: 0; top: 65px; background: rgba(255,255,255,0); transition: all .3s ease; transition-delay: 0.4s;}
header.temp_header_skin1.nav-mo.active .header_con::before {width: 100%; background: rgba(255,255,255,.5);}

header.temp_header_skin1.hover{background: #fff !important; box-shadow: 0px 0px 100px rgba(0,0,0,0.3);}
header.temp_header_skin1.hover .header_con{height: 425px !important;}
header.temp_header_skin1.hover .header_con::after{content: ""; position: absolute; top: 90px; left: 0; width: 100%; height: 1px; background: #E0E0E0;}
header.temp_header_skin1.hover .header_con h1 a img:nth-child(1){content: url('/resources/img/common/logo_b.png') !important;}
header.temp_header_skin1.hover .header_con h1 a img:nth-child(2){content: url('/resources/img/common/doosan_logo_b.png') !important;}
header.temp_header_skin1.hover .header_con .gnb_depth_1>li>a{color: #001960; font-weight: 300;}
header.temp_header_skin1.hover .header_con .header_util span.phone_num a i{background: url('/resources/img/common/header_tel_icon_bl.svg') center center / cover no-repeat;}
header.temp_header_skin1.hover .header_con .header_util span.phone_num a{color: #001960;}
/* header.temp_header_skin1.hover .header_con .header_util span.open_bat{color: #001960;} */

/*
.fp-viewing-sec1.bl header.temp_header_skin1 .header_con .gnb_depth_1>li>a,
.fp-viewing-sec2 header.temp_header_skin1 .header_con .gnb_depth_1>li>a,
.fp-viewing-sec4 header.temp_header_skin1 .header_con .gnb_depth_1>li>a{color: #2f2f2f; font-weight: 300;}

.fp-viewing-sec1.bl header.temp_header_skin1 .header_con .gnb_depth_1>li>a:hover,
.fp-viewing-sec2 header.temp_header_skin1 .header_con .gnb_depth_1>li>a:hover,
.fp-viewing-sec4 header.temp_header_skin1 .header_con .gnb_depth_1>li>a:hover{color: #05205f; font-weight: 500;}

.fp-viewing-sec3 header.temp_header_skin1 .header_con .header_util span.phone_num a,
.fp-viewing-sec5 header.temp_header_skin1 .header_con .header_util span.phone_num a{background:url(../../images/tel2.png) no-repeat center;}

.fp-viewing-sec2 header.temp_header_skin1 .header_con .header_util span.phone_num a,
.fp-viewing-sec4 header.temp_header_skin1 .header_con .header_util span.phone_num a{background:url(../../images/tel1.png) no-repeat center;}
*/


/*********************************************
    브레드크럼 (Breadcrumbs) 네비게이션
    사용자의 현재위치 / 사이트 이동경로
*********************************************/
.page_location_nav {
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 40;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

.page_location_nav.topfix {position: fixed; top: 0; left: 0; right: 0;z-index: 90;}
.page_location_nav nav {font-size: 1rem; text-align: left; white-space: nowrap; position: relative; display: flex; max-width: 1100px; margin: 0 auto; gap: 30px;}
.page_location_nav button {border: 0; background: transparent; outline: 0; font-size: 0;}
.page_location_nav .home {display: inline-block; width: 4rem; height: 4rem; overflow: hidden; position: relative;border-right: 1px solid rgba(255, 255, 255, 0.3);}
.page_location_nav .home a {display: flex; color:#fff; align-items: center; justify-content: center; height: 100%; font-size: 1.1rem; opacity: .5;}
.page_location_nav .path-item {position: relative; min-width: 250px;}
.page_location_nav .path-item dt {
    color: #fff;
    border-bottom: 0;
    border-top: 0;
    height: 4rem;
    line-height: 4rem;
    font-size: 1rem;
    border-right: 1px solid rgba(255,255,255,.3);
}
.page_location_nav nav span.open {margin-left: auto; align-items: center; display: flex;}

.page_location_nav .path-item.path_depth_1 dt {border-left: 0;}
.page_location_nav .path-item dt,
.page_location_nav .path-item li {padding: 0 1.1rem;}
.page_location_nav .path-item ul {position: absolute; left: 0; right: 0; margin-left:-1px;}
.page_location_nav .path-item ul li {line-height: 1.6; padding: 0; text-align: left;}
.page_location_nav .path-item dd {display: none; width: 100%;}
.page_location_nav .path-item li a {
    color: rgba(255,255,255,.7);
    display: block;
    position: relative;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-left: 1px solid rgba(255,255,255,.2);
    font-size: 0.92rem;
    background: var(--location_nav_menubg);
    transition: all .3s;
}
.page_location_nav .path-item li a:hover {
    background: var(--location_nav_menuhover);
    border-bottom: 1px solid rgba(255,255,255,0);
}
.page_location_nav .path-item.path_depth_1 ul {margin-left: 0;}
.page_location_nav .path-item.path_depth_1 li a {border-left: 0;}
.page_location_nav .path-item li.on a {color: rgba(255,255,255,1);}
.page_location_nav .path-item .btn-open,
.page_location_nav .path-item .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.page_location_nav .path-item .btn-open:after,
.page_location_nav .path-item .btn-close:after {
    content: "\e878";
    position: absolute;
    top: 1.4rem;
    right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
    color: #fff;
    font-family: 'Linearicons-Free';
    transition: all .3s cubic-bezier(.25, .46, .45, 1);
}

.page_location_nav .path-item .btn-close {display: none;}
.page_location_nav .path-item .btn-close:after {transform: rotate(180deg);}
.page_location_nav .path-item.active {z-index: 22;}
.page_location_nav .path-item.active .btn-open {display: none;}
.page_location_nav .path-item.active .btn-close {display: block;}

.page_location_nav nav{justify-content: center; align-items: center; height: 100%;}
.page_location_nav nav>div{height: 100%;}
.page_location_nav nav>div a{display: flex; height: 100%; align-items: center; position: relative;}
/* .page_location_nav nav>div a.current{display: flex;} */
.page_location_nav nav>div a.current::after{position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #000; content: "";}


/*********************************************
    서브비주얼
*********************************************/
.sub_top_visual {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    height: 500px;
    transition: all .3s;
}
.sub_top_visual .sub_top_bg::after- {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0) 100%);
    height: 300px;
    z-index: 12;
}
.sub_top_visual .sub_top_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background: url(../../images/sub_visual1.jpg) no-repeat center center;
    background-size: cover !important;
}
.sub01_wrap .sub_top_visual .sub_top_bg{background: url(../img/sub/sub_visual1.jpg) no-repeat center center;}
.sub02_wrap .sub_top_visual .sub_top_bg{background: url(../img/sub/sub_visual2.jpg) no-repeat center center;}
.sub03_wrap .sub_top_visual .sub_top_bg{background: url(../img/sub/sub_visual3.jpg) no-repeat center center;}
.sub04_wrap .sub_top_visual .sub_top_bg{background: url(../img/sub/sub_visual4.jpg) no-repeat center center;}
.sub05_wrap .sub_top_visual .sub_top_bg{background: url(../img/sub/sub_visual5.jpg) no-repeat center center;}
.sub06_wrap .sub_top_visual .sub_top_bg{background: url(../img/sub/sub_visual6.jpg) no-repeat center center;}
.sub_top_visual h2 {
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: 52px;
    color: #05205f;
    z-index: 20;
    letter-spacing: 2px;
    padding-bottom: 4rem;
    padding-top: 117px;
    display: flex;
    flex-direction: column;
}
.sub_top_visual h2 span{
    font-family: 'Pretendard';
    color: #0066b3;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.sub_top_visual .sub_visual_title {color: #fff; position: relative; z-index: 20; text-align: center;}
.sub_top_visual .sub_visual_title strong {
    font-weight: 500;
}
@media screen and (max-width: 1024px) {
    .sub_top_visual {height: unset; padding: 200px 0px 100px; box-sizing: content-box;}
    .sub_top_visual h2 {padding: 0; font-size: 2rem;}
}
@media screen and (max-width: 560px) {
    .sub_top_visual {height: unset; padding: 140px 0px 70px; box-sizing: content-box;}

}

/*********************************************
    TOP 버튼
*********************************************/
#goTop {position: absolute; right: 10px; top: -90px; z-index:30;}
#goTop.on {position: fixed;}
#goTop.stop {position: absolute !important;}
#goTop a {width: 74px; height: 74px; display: block;}
@media screen and (max-width: 1320px) {
    #goTop {right: 2rem;}
}
@media screen and (max-width: 480px) {
    #goTop {right: 1rem;}
    #goTop a {
        width: 3.8rem;
        height: 3.8rem;
    }
}

header.temp_header_skin1.scrollUp {
    transform: translateY(0);
    transition: all 0.8s;
    background: rgba(0,0,0,0.7);
}
header.temp_header_skin1.scrollDown {
    transform: translateY(-100%);
    transition: all 0.5s;
    background: rgba(0,0,0,0.7);
}
header.temp_header_skin1.scrollTop {
    transform: translateY(0);
    transition: all 0.8s;
    background: rgba(0,0,0,0.7);
}
.fp-viewing-sec1 header.temp_header_skin1.scrollTop {background:transparent;}

/*********************************************
    풋터
*********************************************/
footer {background: #ececec; padding: 60px 100px; width: 100%; box-sizing:border-box; position: relative; z-index: 1;}
footer .footer_top {overflow:hidden;height:50px;border-bottom:1px solid #cfcfcf;}
footer .footer_top .foot_logo {float:left;line-height:29px;}
footer .footer_top .foot_img {float:left;line-height:29px;margin-left:28px;}
footer .footer_top .foot_tel {float:right;font-size:35px;color:#000;line-height:40px;font-weight:300;}
footer .footer_top .foot_tel span {font-weight:500;}
footer .footer_copy {padding-top:24px;}
footer .footer_copy .copy1 {font-size:13px;color:#7a7a7a;line-height:18px;font-weight:300;}
footer .footer_copy .copy2 {font-size:13px;color:#535353;line-height:18px;font-weight:300;margin-top:10px;}
footer .footer_copy p {font-size:13px;color:#05205f;line-height:18px;font-weight:300;}