@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;
}

.fp-viewing-sec5 header.temp_header_skin1,
.fp-viewing-sec6 header.temp_header_skin1{background: #fff;}

header.temp_header_skin1 .header_con {zoom: 1; position: relative; min-width: 1380px; height: 90px; 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: 17px;
    width: 133px;
    height: 55px;
    font-size: 0;
    color: transparent;
    position: relative;
}
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; width: 145px;}
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: 90px; font-weight: 400; white-space: nowrap; padding: 0 40px; transition: all 0.3s;}
header.temp_header_skin1 .header_con .gnb_depth_1>li>a::after{content: ""; width: calc(0% - 80px); height: 3px; background: #001960; left: 0; right: 0; top: 91px; margin: auto; position: absolute; transition: all 0.3s;}
header.temp_header_skin1 .header_con .gnb_depth_1>li:hover>a::after{width: calc(100% - 80px);}
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; font-size: 1rem; font-weight: 300; transition: all 0.3s; width: 145px; white-space: pre-line; letter-spacing: -0.6px;}
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: 90px;}
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{margin: 0; padding: 13px 20px; display: flex; align-items: center; justify-content: center; border-radius: 25px; background: #0075c9; font-size: 18px; color: #fff; font-weight: bold;}
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 {color:#fff; cursor:default; display: flex; align-items: center; gap: 5px;}
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 h1 a img:nth-child(1),
.fp-viewing-sec4 header.temp_header_skin1 .header_con h1 a img:nth-child(1),
.fp-viewing-sec5 header.temp_header_skin1 .header_con h1 a img:nth-child(1),
.fp-viewing-sec6 header.temp_header_skin1 .header_con h1 a img:nth-child(1){content: url('/resources/img/common/logo_b.png');}

.fp-viewing-sec1.bl header.temp_header_skin1 .header_con h1 a img:nth-child(2),
.fp-viewing-sec4 header.temp_header_skin1 .header_con h1 a img:nth-child(2),
.fp-viewing-sec5 header.temp_header_skin1 .header_con h1 a img:nth-child(2),
.fp-viewing-sec6 header.temp_header_skin1 .header_con h1 a img:nth-child(2){content: url('/resources/img/common/doosan_logo_b.png');}

.fp-viewing-sec1.bl 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,
.fp-viewing-sec5 header.temp_header_skin1 .header_con .gnb_depth_1>li>a,
.fp-viewing-sec6 header.temp_header_skin1 .header_con .gnb_depth_1>li>a{color: #001960; font-weight: 300;}

.fp-viewing-sec1.bl 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,
.fp-viewing-sec5 header.temp_header_skin1 .header_con .header_util span.phone_num a,
.fp-viewing-sec6 header.temp_header_skin1 .header_con .header_util span.phone_num a{color: #001960;}

.fp-viewing-sec1.bl header.temp_header_skin1 .header_con .header_util span.phone_num a i,
.fp-viewing-sec4 header.temp_header_skin1 .header_con .header_util span.phone_num a i,
.fp-viewing-sec5 header.temp_header_skin1 .header_con .header_util span.phone_num a i,
.fp-viewing-sec6 header.temp_header_skin1 .header_con .header_util span.phone_num a i{background: url('/resources/img/common/header_tel_icon_bl.svg') center center / cover no-repeat;}

/* .fp-viewing-sec1.bl header.temp_header_skin1 .header_con .header_util span.open_bat,
.fp-viewing-sec4 header.temp_header_skin1 .header_con .header_util span.open_bat,
.fp-viewing-sec5 header.temp_header_skin1 .header_con .header_util span.open_bat,
.fp-viewing-sec6 header.temp_header_skin1 .header_con .header_util span.open_bat{color: #001960;} */

/* mobile */
header.temp_header_skin1.nav-mo .mobile_gnb > ul > li > ul{display:none;}
header.temp_header_skin1 .allmenu_con {
    overflow-y:auto;
    align-items:start;
    flex-direction: column;
    justify-content: space-between;
    background:#00144D;
    position: fixed;
    transform: translateY(-101%);
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    z-index: 1;
    display: flex;
    transition: all ease .6s;
    padding:90px 7% 0;
}
header.temp_header_skin1.active .allmenu_con{transform: none;}

header.temp_header_skin1 .mobile_gnb { width:100%; opacity:0; transition:opacity ease .3s;}
header.temp_header_skin1 .mobile_gnb > ul{display: flex; flex-direction: column; gap: 40px;}
header.temp_header_skin1 .mobile_gnb > ul > li { position:relative; width:100%; overflow:hidden; display: flex; gap: 30px;}
header.temp_header_skin1 .mobile_gnb > ul > li > a {font-size:26px; font-weight:200; display:inline-block; color:var(--mobile_depth1_txt);  transition: transform ease .7s;}
header.temp_header_skin1 .mobile_gnb > ul > li > ul > li > a{color:var(--mobile_depth2_txt); position:relative; transition:all ease .3s; font-size: 14px; display: block; width: 100%; word-break: keep-all;}
header.temp_header_skin1.active{overflow: unset;}
header.temp_header_skin1.active .mobile_gnb {opacity: 1;}
header.temp_header_skin1.active .allmenu_con {transform: translateY(0);}
header.temp_header_skin1.active .mobile_gnb > ul > li > a {transform: translateY(0); transition-delay: .5s; opacity: 1; white-space: nowrap;}
header.temp_header_skin1.active .mobile_gnb > ul > li > .depth1{position: relative; width: max-content; padding-top: 5px;}
header.temp_header_skin1.active .mobile_gnb > ul > li > .depth1 li{margin-bottom: 15px;}
header.temp_header_skin1.active .mobile_gnb > ul > li > .depth1 li:last-child{margin: 0;}

.quick_link_mo{display: none;}
@media screen and (max-width: 1780px) {
    header.temp_header_skin1 .header_con .gnb_depth_1>li>a{padding: 0 20px;}
}
@media screen and (max-width: 1600px) {
    header.temp_header_skin1 .header_con {padding-left: 2rem; min-width:auto;}
    header.temp_header_skin1 .header_con .header_util {display: flex; justify-content:center; gap: 10px;}
    header.temp_header_skin1 .header_con .header_util span {margin-left: 0;}
    header.temp_header_skin1 .header_con .header_util .allmenu_btn_in {margin-left: 0;}
    header.temp_header_skin1 .header_con h1 a {width: 150px;}
    header.temp_header_skin1 .header_con .gnb{left: 45%;}
}
@media screen and (max-width: 1375px) {
    header.temp_header_skin1 .header_con .header_util span.phone_num{font-size: 18px;}
    header.temp_header_skin1 .header_con .header_util span.open_bat{font-size: 14px;}
}
@media screen and (max-width: 1250px) {
    header.temp_header_skin1 .header_con{display: flex; align-items: center; padding: 0 4rem; justify-content: space-between; height: 100px;}
    header.temp_header_skin1 .header_con h1 a{width: 126px; height: 41px; margin: 0;}
    header.temp_header_skin1 .header_con .header_util{margin: unset; gap: 25px;}
    /* header.temp_header_skin1 .header_con .header_util span.open_bat{display: none;} */
    header.temp_header_skin1 .header_con .header_util span.phone_num{display: none;}
    header.temp_header_skin1 .header_con .gnb {display: none;}
    header.temp_header_skin1 .header_con .header_util .util_menu {display: flex; margin-left: 0;}
    header.temp_header_skin1 .header_con .header_util span.phone_num a {cursor: pointer;}
    /* header.temp_header_skin1.active .header_con h1 a{background: url(../img/common/logo_w.png) no-repeat center center; background-size: contain;} */
    header.temp_header_skin1.active .hamburger_icon i{background: #fff !important;}
    .fp-viewing-sec4 header.temp_header_skin1 .hamburger_icon i,
    .fp-viewing-sec5 header.temp_header_skin1 .hamburger_icon i,
    .fp-viewing-sec6 header.temp_header_skin1 .hamburger_icon i{background: #000;}

}
@media screen and (max-width: 1100px){
    .quick_link_mo{display: block; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 30; transform: translateY(0px); transition: all 0.5s;}
    /* .quick_link_mo.scrollDown,
    .quick_link_mo.scrollUp{transform: translateY(0px);}
    .quick_link_mo.scrollTop{transform: translateY(70px);} */
    .quick_link_mo ul{display: grid; grid-template-columns: repeat(3, 1fr);}
    .quick_link_mo ul li{background: #0066B3; width: 100%; height: 90px; display: flex; align-items: center; justify-content: center; text-align: center; border-right: 1px solid #1E79BE;}
    .quick_link_mo ul li:last-child{border: 0;}
    .quick_link_mo ul li a{width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;}
    .quick_link_mo ul li a span{font-size: 16px; color: #fff; font-weight: 500;}
    header.temp_header_skin1 .header_con{padding: 0 20px; height: 65px;}
    header.temp_header_skin1 .header_con .header_util span.open_bat{font-size: 14px; padding: 10px 15px;}
    header.temp_header_skin1 .header_con h1 a{width: 110px;}
    header.temp_header_skin1 .header_con h1 a img{width: 100%;}
}
@media screen and (max-width: 500px){
    header.temp_header_skin1 .mobile_gnb > ul > li > a{font-size: 7vw;}
    header.temp_header_skin1 .mobile_gnb > ul > li > ul > li > a{font-size: 5vw;}
    .quick_link_mo ul li{height: 70px;}
    .quick_link_mo ul li a{gap: 5px; justify-content: flex-end; padding-bottom: 10px;}
    .quick_link_mo ul li a span{font-size: 4vw;}
    .quick_link_mo ul li:nth-child(1) a img{width: 25px;}
    .quick_link_mo ul li:nth-child(2) a img{width: 20px;}
    .quick_link_mo ul li:nth-child(3) a img{width: 20px;}
}
@media screen and (max-width: 450px){
    header.temp_header_skin1 .header_con .header_util{gap: 15px;}
    header.temp_header_skin1 .header_con .header_util span.open_bat{font-size: 14px;}
}
@media screen and (max-width: 375px){
    header.temp_header_skin1 .header_con .header_util span.open_bat {font-size: 3vw;}
}

/*********************************************
    브레드크럼 (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: "";}

@media screen and (max-width: 1024px) {
    .page_location_nav {height: 3.2rem;}
    .page_location_nav .path-item dt {height: 3.2rem; line-height: 3.2rem;}
    .page_location_nav .home {height: 3.2rem; width: 3.2rem;}
    .page_location_nav .path-item .btn-open:after, .page_location_nav .path-item .btn-close:after {top: 1rem;}
    .page_location_nav .path-item li a {padding: 0.7rem 1rem;}
    .page_location_nav .path-item dt, .page_location_nav .path-item li {font-size: 0.87rem;}
}
@media screen and (max-width: 768px) {
    .page_location_nav .path-item {min-width: auto; flex: 1;}
    .page_location_nav .path-item:last-child dt {border-right: 0;}
    .page_location_nav {height: 11vw; padding: 0 20px; overflow-x: scroll;}
    .page_location_nav::-webkit-scrollbar{display: none;}
    .page_location_nav nav{display: block; text-align: center; width: max-content;}
    .page_location_nav nav>div{display: inline-block; margin: 0 2vw;}
    .page_location_nav nav>div a{font-size: 3vw;}
}

/*********************************************
    서브비주얼
*********************************************/
.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(../img/main/main_visual2.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: 600;
    font-size: 2.4rem;
    color: #fff;
    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: #8393a9;
    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; word-break: keep-all; max-width: 380px; margin: auto;}
}
@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);
}

/*********************************************
    풋터
*********************************************/
footer {background: #02205f; padding: 70px 0; position: relative; width: 100%; z-index: 1;}
footer img{display: block;}
footer #goTop{position: relative; top: 0; right: 0; display: flex; justify-content: center; width: max-content; margin: auto;}
footer #goTop a{width: max-content; height: unset; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 14px; color: #fff; font-weight: 100; gap: 15px;}
footer .footer_logo_wrap{width: 100%; margin: 50px auto 25px; display: flex; flex-direction: column; align-items: center; gap: 45px;}
footer .footer_logo_wrap ul{display: flex; gap: 30px; justify-content: space-between; width: 100%; max-width: 610px;}
footer .footer_logo_wrap ul li{display: flex; align-items: flex-end; gap: 10px;}
footer .footer_logo_wrap ul li span{color: #cdcdcd; font-size: 14px; font-weight: 300; opacity: 0.3; white-space: nowrap;}
footer .footer_logo_wrap ul li p{font-size: 18px; color: #fff; font-weight: 300; white-space: nowrap;}
footer .footer_logo_wrap .contact_num p{font-size: 20px; color: #fff;}
footer .footer_logo_wrap .contact_num p span{font-size: 30px; font-weight: bold; font-family: "Montserrat";}

footer .footer_etc{width: 100%; max-width: 1820px; margin: auto; display: flex; flex-direction: column;}
footer .footer_etc .summary{margin-bottom: 20px;}
footer .footer_etc .summary ul li{color: #ffffff; font-size: 14px; opacity: 0.3; text-align: center;}
footer .footer_etc .cons_info{padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,0.15);}
footer .footer_etc .cons_info ul li{color: #ffffff; font-size: 14px; opacity: 0.3; display: flex; align-items: center; justify-content: center;}
footer .footer_etc .cons_info ul li span{display: block; width: 1px; height: 10px; background: #fff; margin: 0 10px;}
footer .footer_etc .copy_wrap{position: relative;}
footer .footer_etc .copy_wrap .copy{color: #fff; font-size: 14px; font-weight: 300; text-align: center;}

footer .link_wrap{position: absolute; top: 50px; right: 90px; display: flex; align-items: center; gap: 30px;}
footer .link_wrap div{width: 140px; height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 16px; color: #fff; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.15); cursor: pointer; letter-spacing: 1px; padding: 0 10px; white-space: nowrap;}
footer .link_wrap div ul{position: absolute; bottom: 38px; left: -1px; width: 140px; height: 0; overflow: hidden; border-bottom: 1px solid rgba(255, 255, 255, 0.15); transition: all 0.3s; opacity: 0;}
footer .link_wrap div:hover ul{height: 83px; opacity: 1;}
footer .link_wrap div ul li:first-child{border-bottom: 1px solid rgba(255, 255, 255, 0.15);}
footer .link_wrap div ul li a{font-size: 14px; color: #fff; width: 100%; height: 40px; display: flex; align-items: center; background: #02205f; padding: 0 10px;}

.footer_logo_wrap_mo,
.footer_etc_mo{display: none !important;}


@media screen and (max-width: 1600px) {
    footer .footer_logo_wrap{max-width: 1200px;}
    footer .footer_etc{max-width: 1200px;}
}
@media screen and (max-width: 1100px) {
    footer{padding: 40px 20px 120px;}
    footer .footer_inner{width: 100%; margin: auto; max-width: 371px; position: relative;}
    footer .footer_logo_wrap_mo{max-width: 100%; flex-direction: column; padding: 0; margin: 0; border: 0;}
    footer .footer_logo_wrap_mo>div{display: flex; justify-content: space-between;}
    footer .footer_logo_wrap_mo>ul{justify-content: space-between; padding: 25px 0; margin: 25px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-top: 1px solid rgba(255, 255, 255, 0.2);}
    footer .footer_etc_mo .link_wrap{position: relative; justify-content: center;}
    footer .footer_etc_mo .summary ul li{text-align: center;}
    footer .footer_etc_mo .cons_info ul li{text-align: center;}
    footer .footer_etc_mo .copy_wrap .copy{text-align: center;}
    footer .link_wrap{top: 78px; right: 0;}
    footer .link_wrap div{border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 30px; width: unset; height: unset; padding: 14px 18px; width: 152px; white-space: nowrap;}
    footer .link_wrap div img{transform: rotate(180deg);}
    footer .link_wrap div ul{top: 50px; left: 0; width: 152px;}
    footer .footer_logo_wrap{max-width: 100%; align-items: unset; margin: 35px auto 30px;}
    footer .footer_logo_wrap ul{padding: 15px 8px; border-top: 1px solid #46619A; border-bottom: 1px solid #46619A; gap: 20px;}
    footer .footer_logo_wrap ul li{align-items: flex-start; gap: 8px; flex-direction: column;}
    footer .footer_logo_wrap ul li span{font-size: 12px;}
    footer .footer_logo_wrap ul li p{font-size: 12px; font-weight: 100;}
    footer .footer_logo_wrap ul li img{content: url('/resources/img/common/mo_footer_logo02.svg');}
    footer .footer_etc .summary{width: 310px; margin: 0 auto 30px;}
    footer .footer_etc .summary ul{line-height: 20px;}
    footer .footer_etc .summary ul li{font-size: 12px; font-weight: 100; word-break: keep-all;}

    footer .footer_etc .cons_info ul li{flex-direction: column; gap: 3px; font-size: 12px; font-weight: 100; text-align:center;}
    footer .footer_etc .cons_info ul li span{display: block; width: 0; height: 0;}
    footer .footer_etc .copy_wrap .copy{font-size: 12px; font-weight: 100;}

}
@media screen and (max-width: 390px) {
    footer .footer_logo_wrap ul{flex-direction: column; align-items: center; gap: 10px;}
    footer .footer_logo_wrap ul li{flex-direction: row;}
}