@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: "AppleSDGothic", sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.inner{
    width: 1280px;
    margin: 0 auto;
}
img { display: inline-block; max-width:100%; height:auto; vertical-align: middle; }
.img_box{width: 100%;}
.img_box._h_scr {
	width: 100%;
	overflow-x: auto;
}

p, span, b, strong, h1, h2, h3, h4, h5, h6 {
    word-break: keep-all;
    word-wrap: break-word;
}
.mo_none{display: block !important;}
.mo_block{display: none !important;}
.mo_none09{display: block;}
.mo_block09{display: none !important;}
.mo_none12{display: block;}
.mo_block12{display: none !important;}

.fx {width:100%;}
.w_con {display:block;}
.m_con {display:none;}
.w_img {display:block;}
.m_img {display:none;}
.w_br {display:block;}
.m_br {display:none;}

@media screen and (max-width: 1200px){
    .mo_none12{display: none !important;}
    .mo_block12{display: block !important;}
}

@media screen and (max-width: 960px){
    .mo_none09{display: none !important;}
    .mo_block09{display: block !important;}
}

@media screen and (max-width: 768px){
    .mo_none{display: none !important;}
    .mo_block{display: block !important;}
	
	.img_box._h_scr img {
		max-width: none;
		width: auto;
		height: 300px;
	}
}

.mo_img_none_en,.mo_img_block_en{
    display: none;
}
.img_none_en{
    display: block;
}
.img_block_en{
    display: none;
}

.hide{
    display: none;
}
.show{
    display: block;
}

.txt_left{text-align: left;}
.txt_center{text-align: center;}
.txt_right{text-align: right;}

.flex_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.flex_left{
    justify-content: flex-start;
}
.flex_right{
    justify-content: flex-end;
}
.flex_between{
    justify-content: space-between;
}
.flex_top{
    align-items: flex-start;
}
.flex_bot{
    align-items: flex-end;
}

.p_ab_cen_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p_ab_cen_y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* header */
#header{
    position: fixed;
    left: 0; right: 0;
    top: 0;
    z-index: 111;
    background: transparent;
}
#header.scroll{
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 0.0625rem solid rgba(233, 224, 225, 1);
    /* backdrop-filter: blur(0.5rem); */
}
#header.scroll .h_dep01 .dep01_li > a{
    color: #000;
}
#header.test{
    background: #fff;
}
#header .h_inner{
    /* border-bottom:1px solid #dddddd; */
    position: relative;
    padding:0 40px 0 80px;
    height: 80px;
    transition: all 0.5s;
    overflow: hidden;
} 
/* #header.active .h_inner{
    background: #fff;
} */
#header.active .h_inner::after{
    width: 100%;
}
#header.active .h_dep02{
    display: block;
}
#header .h_inner::after{
    position: absolute;
    content: '';
    top: 79px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ddd;
}
#header.active .h_dep01 .dep01_li > a{
    color: #333;
}
#header.on .lang_box p{
    color: #333;
}
#header.on .lang_box img{
    filter: brightness(1) invert(0);
}
#header.active .lang_box p{
    color: #333;
}
#header.active .lang_box img{
    filter: brightness(1) invert(0);
}
#header.active .h_inner{
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    height: 720px;
}
#header h1{
    line-height: 80px;
}
#header .h_dep01 .dep01_li{
    width: 200px;
    transition: 0.3s;
}
#header .h_dep01 .dep01_li:hover > a{
    color: #e51737;
}
#header .h_dep01 .dep01_li:hover .h_dep02{
    background: #fff;
}
#header .h_dep01 .dep01_li:hover > a::after{
    width: 100%;
}
#header .h_dep01 .dep01_li > a{
    line-height: 80px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: relative;
    width: 100%;
}
#header .h_dep01 .dep01_li > a::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e51737;
    height: 1px;
    width: 0;
    transition: 0.3s;
    z-index: 1;
}
#header .h_dep02{
    background: #fbfbfb;
    height: 641px; 
    border-right: 1px solid #ddd;
    display: none;
}
#header .dep01_li:first-child .h_dep02{
    border-left: 1px solid #ddd;
}
#header .h_dep02 .dep02_li{
    border-bottom: 1px solid #ddd;
    padding: 20px 30px ;
}
#header .h_dep02 .dep02_li:hover > a{
    color: #f47725;
}
#header .h_dep02 .dep02_li.on .dep03_li:hover > a{
    color: #f47725;
}
#header .h_dep02 .dep02_li > a{
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #666666;
    font-weight: 700;
}
#header .h_dep03 .dep03_li{
    margin-top: 7px;
}
#header .h_dep03 .dep03_li:first-child{
    margin-top: 10px;
}
#header .h_dep03 .dep03_li > a{
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
#header .sitemap .contact_us{
    /* position: relative;
    right: 0;
    top: 50%; */
    line-height: 80px;
} 
#header .sitemap .contact_us{
    font-size: 14px;
    color: #ff6f10;
    font-weight: 800;
    margin-right: 70px;
}
#header .sitemap .hamburger{
    position: relative;
    width: 40px;
    text-align: right;
    font-size: 0;
    z-index: 10000000;
}
#header .sitemap .hamburger .line{
    width: 40px;
    height: 2px;
    background-color: #ff6f10;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: right;
    display: inline-block;
}
#header .sitemap .hamburger .line:nth-child(2){
    width: 30px;
    background-color: #ee0025;
}
#header .sitemap .hamburger:hover{
    cursor: pointer;
}
#header .sitemap .hamburger.active{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .sitemap .hamburger.active .line:nth-child(2){
    width: 0px;
}
  
#header .sitemap .hamburger.active .line:nth-child(1),
#header .sitemap .hamburger.active .line:nth-child(3){
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
  
#header .sitemap .hamburger.active .line:nth-child(1){
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
#header .sitemap .hamburger.active .line:nth-child(3){
    -webkit-transform: translateY(-3px) rotate(90deg);
    -ms-transform: translateY(-3px) rotate(90deg);
    -o-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg);
}
#header .sitemap_inner{
    position: fixed;
    right: 0;
    top: -200px;
    border-bottom-left-radius: 75px;
    background-color: #333;
    z-index: 100;
    height: 620px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
#header .sitemap_inner.on{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#header .sitemap_inner .site_menu{
    padding-left: 30px;
    width: 1076px;
}
#header .sitemap_inner .site_tit{
    background: #222;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}
#header .sitemap_inner .site_tit p{
    writing-mode:tb-rl;
    height: 100%;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
#header .sitemap_inner .site_menu .s_m_li01{
    padding: 0 55px;
    position: relative;
    width: 25%;
}
#header .sitemap_inner .site_menu .s_m_li01:nth-child(-n+3){
    margin-bottom: 35px;
    height: 260px;
}
#header .sitemap_inner .site_menu .s_m_li01::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 85%;
    background: #494949;
}
#header .sitemap_inner .site_menu .s_m_li01:nth-child(-n+3)::before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background: #494949;
}
#header .sitemap_inner .site_menu .s_m_li01:nth-child(3)::after{
    width: 0;
}
#header .sitemap_inner .site_menu .s_m_li01 > h3{
    font-size: 20px;
    color: #f47725;
    font-weight: 700;
    margin-bottom: 27px;
}
#header .sitemap_inner .site_menu .s_m_li02 > a{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
}
#header .sitemap_inner .site_menu .s_m_li03{
    display: inline-block;
}
#header .sitemap_inner .site_menu .s_m_li03 > a{
    font-size: 15px;
    color: #999999;
    font-weight: 500;
    margin-right: 10px;
}
#header .sitemap_inner .site_menu .s_m_li03:last-child > a{
    margin-right: 0;
}
#header .sitemap_inner .site_menu .s_m_li01.w80{
    width: 50%;
}
#header .sitemap_inner .site_menu .s_m_li01.w80 .s_m_li02{
    margin-right: 38px;
    margin-bottom: 20px;
}
#header .sitemap_inner .site_menu .s_m_li01.w80.w7 .s_m_li02{
    width: 23%;
}
#header .m_sitemap{
    position: fixed;
    right: -20rem;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 80%;
    z-index: 9999;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    overflow-y: auto;
}
#header .m_sitemap.active{
    opacity: 1;
    visibility: visible;
    right: 0;
}
#header .m_sitemap .m_site_top{
    background: #444444;
    padding: 21px 30px;
}
#header .m_sitemap .m_site_top h2{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
#header .m_sitemap .m_site_bot .m_site_con{
    padding: 20px 30px;
    border-bottom: 1px solid #eeeeee;
}
#header .m_sitemap .m_site_bot .m_site_con h4{
    font-size: 17px;
    color: #f47725;
    font-weight: 700;
    margin-bottom: 13px;
}
#header .m_sitemap .m_site_bot .m_site_con .m_s_dep02 .m_s_li02 > a{
    font-size: 16px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    width: 100px;
}
#header .m_sitemap .m_site_bot .m_site_con .m_s_dep03{
    margin-bottom: 13px;
}
#header .m_sitemap .m_site_bot .m_site_con .m_s_dep03 .m_s_li03 > a{
    font-size: 16px;
    color: #575757;
    font-weight: 500;
    margin-top: 7px;
    display: inline-block;
}
.respon_menu_aside{
    position: fixed;
    left: 0; right: 0; top: 0; bottom: 0;
    background: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.body_bg .respon_menu_aside{
    opacity: 1;
    visibility: visible;
}   




/* sub_header*/
@keyframes bgBig{
    0%{background-size: 107% 107%;}
    100%{background-size: 100% 100%;}
}
.sub_header{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
    position: relative;
    animation: bgBig 3s forwards ease-in-out;
}
.sub_header::after{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0; right: 0;
}
.sub_header::after{
    /* background-image: url(/img/sub/sub_vis01_after.jpg); */
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(170, 170, 170, 0.2);  
    box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.2);
}
.sub_header.company{
    background-image: url(/img/sub/sub_vis01_01.jpg);
}
.sub_header.management{
    background-image: url(/img/sub/sub_vis02_01.jpg);
}
.sub_header.landscape{
    background-image: url(/img/sub/sub_vis03_01.jpg);
}
.sub_header.carbon{
    background-image: url(/img/sub/sub_vis04_01.jpg);
}
.sub_header.soofee{
    background-image: url(/img/sub/sub_vis05_01.jpg);
}
.sub_header.planterior{
    background-image: url(/img/sub/sub_vis06_01.jpg);
}
.sub_header.investment{
    background-image: url(/img/sub/sub_vis07_01.jpg);
}
.sub_header.promotion{
    background-image: url(/img/sub/sub_vis08_01.jpg);
}
.sub_header.recruitment{
    background-image: url(/img/sub/sub_vis09_01.jpg);
}
.sub_header.esg{
    background-image: url(/img/sub/sub_vis10_01.jpg);
}

.sub_header .sub_title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    z-index: 11;
}
.sub_header .sub_title .tit_h4{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 40px 0 10px;
}
.sub_header .sub_title .tit_p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.sub_header .sub_menu{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
}
.sub_header .sub_menu .s_li{
    min-height: 60px;
    /* font-size: 0; */
    margin: 0 2px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
}
.sub_header .sub_menu .s_li.home{
    width: 60px;
    line-height: 60px;
    background: #e51737;
}
.sub_header .sub_menu .s_li.home a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* footer */

#footer .f_top{
    background: #292929;
}
#footer .f_top .f_left .policy_btn{
    cursor: pointer;
}
#footer .f_top .f_left li{
    width: 150px;
    border-right: 1px solid #333;
}
#footer .f_top .f_left li:first-child{
    border-left: 1px solid #333;
}
#footer .f_top .f_left li a{
    padding: 18px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #cccccc;
    font-weight: 300;
}
#footer .f_top .select_box{
    width: 603px;
    position: relative;
    cursor: pointer;
    background: #232323;
}
#footer .f_top .select_box p{
    text-align: center;
    line-height: 60px;
    position: relative;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
#footer .f_top .select_box p span{
    font-weight: 300;
    color: #cccccc;
    font-size: 14px;
}
#footer .f_top .select_box img{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#footer .f_top .select_box .select_ul{
    border-top: 1px solid #333;
    position: absolute;
    left: 0; right: 0;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    background: #232323;
}
#footer .f_top .select_box.on .select_ul{
    opacity: 1;
    visibility: visible;
}
#footer .f_top .select_box .select_ul li{
    width: 100%;
    border-right: 1px solid #333;
}
#footer .f_top .select_box .select_ul li:first-child{
    border-left: 1px solid #333;
}
#footer .f_top .select_box .select_ul li a{
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
}
#footer .f_top .select_box .select_ul li:hover a{
    color: #cccccc;
}
#footer .f_bot{
    background: #333333;
    padding: 40px 0;
}
#footer .f_bot .address{
    margin-left: 85px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: 24px;
}
#footer .policy_box{
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
}
#footer .policy_wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    background: #fff;
    padding: 30px;
}
#footer .policy_wrap h2{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}
#footer .policy_wrap .policy_inner{
    border: 1px solid #ddd;
    padding: 10px;
    height: 300px;
    overflow-y: scroll;
}
#footer .policy_wrap .policy_inner p{
    font-weight: 400;
}
#footer .policy_wrap .button{
    text-align: center;
    padding: 10px 50px;
    background: #f78e1e;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    margin-top: 50px;
    display: inline-block;
}

/*------------gotop---------*/
.goTop{
	position: fixed;
	right: 7px;
	bottom: 70px;
	background-color: #ff7a00;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	height: 50px;
    width: 50px;
}
.goTop img{
    width: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.goTop.active{
	opacity: 1;
	visibility: visible;
}

#header .lang_box{
    margin-right: 20px;
    font-size: 0;
}
#header .lang_box img{
    filter: brightness(0) invert(1);
    display: inline-block;
    vertical-align: middle;
}
#header .lang_box p{
    margin-left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.btn{
    border: 0;
    background: #ff7a00;
    padding: 10px;
    color: #fff;
}
