
:root { --main-color: #0942b5;}
h1, h2, h3, h4, h5, h6, p{word-break: break-all !important;}
.header{ height: 85px; background-color: #fff; width: 100%; position: fixed; z-index: 99999; border-bottom:1px solid #dcdcdcc7 ;}
.header .head_wrap{ max-width: 1830px ;margin: 0 auto; width: 95%; position: relative; display: flex;justify-content: space-between; align-items: center; height: 100%;}
.header .head_wrap .logo{ width: 225px; height: 100%;}
.header .head_wrap .logo a{ display: flex;align-items: center; width: 100%; height: 100%;}
.header .head_wrap .logo a img{width: 100%;}

.header .head_wrap .bg{position: absolute; top: 85px; left: -50px;width: 1920px;height:450px ;z-index: 999; background-color: #fff; display: none; z-index: -1;}
.header .head_wrap .gnb{max-width: 1380px; margin: 0 auto; height: 100%;}
.header .head_wrap .gnb .sub_menu{width: 1080px;display: flex; justify-content: center; height: 100%; }
.header .head_wrap .gnb .sub_menu >li{width:calc(100% / 5 - 20px); margin: 0 10px; height: 100%;position: relative;}
.header .head_wrap .gnb .sub_menu >li>a{display: flex;align-items: center;justify-content: center; width: 100%; height: 100%;font-size: 20px;color: #111; }

.header .head_wrap .gnb .sub_menu >li::before{content: "";display: block;position: absolute;bottom: 0;width: 0%;height: 2px; background-color: var(--main-color);left: 50%; transform: translateX(-50%); transition: all .3s;}
.header .head_wrap .gnb .sub_menu >li::after{content: ""; display: block; position: absolute; bottom: -3px; width: 7px; height: 7px; background-color: var(--main-color);left: 50%; transform: translateX(-50%);border-radius: 50%; opacity: 0; transition: all .4s;}
.header .head_wrap .gnb .sub_menu >li:hover::after{opacity: 1;}
.header .head_wrap .gnb .sub_menu >li:hover::before{width: 100%;}

.header .head_wrap .gnb .sub_depth{position: relative; z-index: 999; padding: 30px 0; display: none;}
.header .head_wrap .gnb .sub_depth li{ line-height: 2.1; text-align: center;}
.header .head_wrap .gnb .sub_depth li a{ display: block; width: 100%; height: 100%; font-size: 18px; color: #333;}
.header .head_wrap .gnb .sub_depth li a:hover{color: var(--main-color); font-weight: 600;}

.mo_head{height: 100%;}
.lang{width: 100px; height: 100%; line-height: 80px;}
.lang .lang_btn{background-color: #f2f2f2; border-radius: 30px; border: none;height: 40px; width: 100%;}
.lang .lang_btn div{display: flex; justify-content: space-between; padding: 0 5px; align-items: center;}
.lang .lang_btn .lang_img{width: 35px;}
.lang .lang_btn span{font-size: 14px; display: block; width: 100%;}
.lang .lang_list{text-align: center; background-color: var(--main-color); display: none; position: relative; z-index: 999;}
.lang .lang_list li{ line-height: 2; font-size: 16px;}
.lang .lang_list a{ display: block; width: 100%; height: 100%; color: #fff;}

/*****************all_menu************************/
.all_menu_list.active{opacity: 1;width: 100%; height: 100vh; z-index: 9999; transition: all 0.2s ease-in-out; top: 0;}

.all_menu_list{position: fixed; width: 0; height: 0; z-index:1; 
    /* background:url(../img/all_menu_bg2.jpg) no-repeat; */
    background: url(../img/all_menu_logo.png) no-repeat;
    background-position: bottom right;
    background-color: var(--main-color);
     opacity: 0; top: 0; right: 0; }

.all_menu_btn{width: 30px; height:100% ; display: flex; flex-direction: column; align-items: center; justify-content: center;  position: relative; margin-left: 30px;}
.all_menu_btn button{width: 100%; border: none; background: none;}
.all_menu_btn span{height: 3px;background-color: #000; display: block; margin: 10px 0; width: 100%;}

.close_btn{width: 5%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; z-index: 9999; top: 40px; right: 10px; text-align: center;}
.close_btn button{width: 50%; border: none; background: none;}
.close_btn span{border: 2px solid #fff; display: block; margin: 5px 0; width: 70%;}
.close_btn span:nth-child(1){transform: rotate(45deg) translate(6px, 6px)}
.close_btn span:nth-child(2){transform: rotate(-45deg);}

/*sitemap*/
.site_map{display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; justify-content: center; position: relative;}
.site_map::after{content: ""; position: absolute; left: 0; bottom: 0;  background: url(../img/site_map_bg.png) no-repeat; width: 100%; height:300px ; background-size: contain; z-index: -1;}
.main_menu{max-width: 1830px; margin:100px auto 0; width: 90%; display: flex;}
.main_menu >li{width:calc(100% / 5); text-align: center;}
.main_menu >li p{font-size: 28px; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.1);  padding-bottom: 50px;}
.main_menu >li .sub_depth{margin-top: 50px;}
.main_menu >li .sub_depth li{}
.main_menu >li .sub_depth li a{display: block; width: 100%; height: 100%; padding: 10px; color: rgba(255,255,255,0.7); line-height: 1.4; font-size: 18px; transition: all .3s;}

.main_menu >li:hover p{border-bottom: 1px solid rgba(255,255,255,1);}
.main_menu >li .sub_depth li a:hover{color: rgba(255,255,255,1); }


/*********************모바일*****************************/
.head_wrap .m_btn{vertical-align: top; text-align: center; z-index: 200; display: none;}
.head_wrap .m_btn span{position:relative; display:inline-block; width: 25px; height: 2px; background: #000; transition:0.4s}
.head_wrap .m_btn span::before{content:""; position:absolute; top: -8px; left: 0; width: 100%; height: 2px; background: #000; transition:0.4s}
.head_wrap .m_btn span::after{content:""; position:absolute; top: 8px; left: 0; width: 100%; height: 2px; background: #000; transition:0.4s}

.m_btn.on{}
.m_btn.on span{background: transparent !important;}
.m_btn.on span::before{position:absolute; top: 0; transform:rotate(45deg); background-color: #fff;}
.m_btn.on span::after{position:absolute; top: 0; transform:rotate(-45deg); background-color: #fff;}

.head_wrap .m_menu{display:none; position:fixed; top: 0; right: -100%; width: 100%; height: 100%; max-width:640px; background: linear-gradient(135deg, #01088A, #369DB5); z-index: 100; box-sizing:border-box; transition:0.4s}
.head_wrap .m_menu .m_logo{position:relative; display:inline-block; vertical-align:middle; width: 150px; height: 60px; background:url(../img/logo_color.png) 50% 50% no-repeat; background-size:contain; margin: 25px 0;}
.head_wrap .m_menu .m_lang{ padding-top: 10px; padding-left: 40px;}
.head_wrap .m_menu .m_lang span{position:relative; display:inline-block; vertical-align: bottom;}
.head_wrap .m_menu .m_lang span a{position:relative; display:inline-block; vertical-align: bottom; font-size:16px; font-weight:500; color: #222; letter-spacing:0.025em; margin-right: 40px; opacity: 0.4; padding: 0;}
.head_wrap .m_menu .m_lang span:first-of-type::after{content:""; position:absolute; top: 4px; right: 21px; width: 1px; height: 12px; background: #222; opacity: 0.4;}
.head_wrap .m_menu .m_lang span.on a::after{content:"";position:absolute;  bottom: -6px; left: 0; height: 3px; width: 100%; background: var(--main-color); transition:0.4s;;}
.head_wrap .m_menu .m_lang span.on a{font-weight:500; font-size:18px; color: var(--main-color); opacity: 1;}
.head_wrap .m_menu > ul{padding-top: 100px;}
.head_wrap .m_menu > ul > li{padding-left: 20px; }
.head_wrap .m_menu > ul > li > a{position:relative; display:inline-block; width: 100%; font-size:18px; color: #fff; padding: 14px 0; box-sizing:border-box; line-height:1.2em;  font-weight: 600;}
.head_wrap .m_menu > ul > li > a::before{background-color: #fff;
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    right: 2%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);}
    .head_wrap .m_menu > ul > li > a::after{
        background-color: #fff;
        content: '';
        width: 15px;
        height: 1px;
        position: absolute;
        right: 2%;
        top: 50%;
        transition: 0.3s ease-in-out;
        transform: translate(-50%, -50%) rotate(90deg);
    }

.head_wrap .m_menu > ul > li > ul{display:none; padding: 10px 0 10px 25px;} 
.head_wrap .m_menu > ul > li > ul > li{}
.head_wrap .m_menu > ul > li > ul > li > a{position:relative; display:inline-block; width: 100%; font-size:16px; color: #222;  box-sizing:border-box; padding: 10px 0;  }
/* .head .m_menu > ul > li > ul > li > a i{position:absolute; right: 53px; top: 19px; display:inline-block; width: 6px; height: 6px; background:url(../img/icon_arrowG.png) 50% 50% no-repeat; background-size:cover} */

.head_wrap .m_menu.on{right: 0; display:block;}
.head_wrap .m_menu > ul > li.on{background: #f5f5f5;}
.head_wrap .m_menu > ul > li.on > a{color: #185c9b;}

.head_wrap .m_menu > ul > li.on > a::before{background-color: var(--main-color);}
.head_wrap .m_menu > ul > li.on > a::after{transform: translate(-50%, -50%); background-color: var(--main-color);}
.head_wrap .m_menu > ul > li > ul > li.on a{color: #185c9b;}
.head_wrap .m_btn.on span::before {background-color: #fff !important;}
.head_wrap .m_btn.on span::after {background-color: #fff !important;}




/*************************푸터**************************/
.footer{background-color: #fff; padding: 100px 0; border-top: 1px solid #e8e8e8; position: relative;}
.ft_inner{max-width: 1830px; margin: 0 auto; width: 90%; position: relative;}
.ft_list{display: flex;}
.ft_list li{}
.ft_list .ft_logo {}
.ft_list .ft_logo img{}

.ft_list .ft_info{margin-left: 70px;}
.ft_list .ft_info >div{margin-bottom: 20px;display: flex; }
.ft_list .ft_info >div h3{font-size: 16px; color: var(--main-color); margin-right: 40px;}
.ft_list .ft_info >div p{color: #4b5662; font-size: 16px;}

.ft_list .ft_info >div .ft_tel{display: flex;}
.ft_list .ft_info >div .ft_tel li{display: flex; margin-right: 40px;}
.ft_list .ft_info >div .ft_tel li h3{font-size: 16px; color: var(--main-color);}
.ft_list .ft_info >div .ft_tel li p{font-size: 16px; color: #4b5662;}

.footer .copy{color:#4b5662;font-size: 18px;  font-family: 'Rajdhani', sans-serif; margin-top: 50px;}






 /**********************************반응형****************************************/
 @media (max-width: 1540px){
    .header .head_wrap .gnb{width: 75%;}
    .header .head_wrap .gnb .sub_menu{width: 100%;}
    .site_map::after{height: 240px;}
 }
 @media (max-width: 1380px){
    .site_map::after{height: 220px;}

 }
 @media (max-width: 1280px){
    .header .head_wrap .gnb{display: none;}
    #header .head_wrap .all_menu_btn{display: none;}
    .all_menu_list{display: none;}
    .head_wrap .m_btn{position:relative; display:inline-block; width: 40px; height: 40px; vertical-align: middle;  cursor: pointer; transition:0.4s}
	.head_wrap .m_btn.on{margin-left: 0;}
	.head_wrap .m_btn span{margin: 19px 0;}
    .head_wrap .m_menu{display:block; }
    .mo_head{width: 180px; display: flex; align-items: center; justify-content: space-between;}

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

 }
 @media (max-width: 650px){
    /* 푸터*/
    .ft_list{flex-direction: column;}
    .ft_list .ft_logo{margin-bottom: 50px;}
    .ft_list .ft_info{margin-left: 0;}
    .ft_list .ft_info >div{font-size: 18px;}
    #top_btn{right: 30px;}

 }
 @media (max-width: 480px){
    .header .head_wrap .logo{width: 150px;}
    .mo_head{width: 150px;}
     /* 푸터*/
     .ft_list .ft_info >div .ft_tel{flex-direction: column;}
     .ft_list .ft_info >div .ft_tel li{margin-bottom: 10px;}


 }