@charset "utf-8";

 * {font-family: 'Pretendard Regular' !important;}
.clear-fix {overflow: hidden;display: block;}

/*헤더*/
.wrap-header{width:100%;position:fixed;top:0;background: #00000021;z-index:1002;border-bottom: 1px solid #ffffff73;} 
.wrap-header .inner {max-width: 1700px;margin: 0 auto;display: flex;justify-content: space-between;padding: 0 20px;}
.wrap-header ul {display: flex;} 
.wrap-header ul li a {line-height: initial;position: relative;color: #fff;display: block;}
.wrap-header ul li a.on {font-weight:bold}

/*로고*/
.wrap-header .head-logo {display: flex;flex-direction: column;justify-content: center;min-width: 360px;}
.wrap-header .head-logo a {display: flex;}
.wrap-header .head-logo a .img-wrap {display:flex;flex-direction:column;height: 100%;justify-content: center; margin-right:20px}   
.wrap-header .head-logo span {font-size: 23px;margin-left: 15px;font-weight: bold;display: flex;flex-direction: column;justify-content: center;max-width: 400px;line-height: 1.2;color: #fff;}

#_globalUl{display:none}
.wrap-header .top-util {display: flex;flex-direction: column;justify-content: center;}  
.wrap-header .top-util a {display: flex;font-size: 19px;} 
.wrap-header .top-util a img {height: 26px;width: 26px;margin-top: -1px;margin-right: 6px;}  
.wrap-header .login-box {min-width: 250px;justify-content: flex-end;}  
.wrap-header .login-box li.sign {/*text-indent: -9999px;*/position: relative;margin-right: 30px;padding-right: 30px;}
.wrap-header .login-box li.sign:before {content:'';position:absolute;top:50%;right:0;width: 4px;height: 4px;background: #91a5d6;border-radius:50px;}
.wrap-header .login-box li.sign img {margin:0 }

.wrap-header .top-util  a{font-size:0;}

@media all and (max-width: 768px) {
  .wrap-header .top-util  a { font-size: initial; padding-right:15px; }
  .wrap-header .top-util a img {display: none;}
}

.wrap-header img.color {display: none}
.wrap-header img.white {display: inline-block;}

/*유틸메뉴*/  
.wrap-header .head-util li a,
.wrap-header .head-util li button{display:block;width:100%;height:100%;text-indent:-99999px;cursor: pointer;}
.wrap-header .head-util .head-sitemap{background:url('/sites/temp_19/images/common/openM.png') no-repeat center; display: none;}
.wrap-header .head-util .head-sitemap a{font-size:0;}
.wrap-header .head-util .btn-mgnb{display:none;width: 30px;height: 30px;background: url(/sites/temp_19/images/common/menu.png) center no-repeat;}
.wrap-header .btn-mgnb-close{display:none;}
.wrap-header .mobile-global{display:none;} 
.wrap-header .head-util .menu-open{background: url('/sites/temp_19/images/common/menu.png') center right no-repeat;cursor: pointer;padding: 0 40px;height: 100%;/*background-size: 35px !important;*/}
.wrap-header .head-util .menu-open.open{background: url('/sites/temp_19/images/common/menu_exit.png') center no-repeat;}

/*메인메뉴*/
.wrap-header .header-menu {width: 100%;}
.wrap-header .header-menu .ul_1 {justify-content: center;} 
.wrap-header .head-navi {text-align:center;display: flex;justify-content: flex-end;width: 100%;}
.wrap-header .head-navi::before {content:"";display: block;position: absolute;top: 100%;left: 0;width: 100%;height: 0;background-color: white;transition:all 0.5s;border-top: 0px solid transparent;}
.wrap-header .head-navi.on::before {height: 450px;box-shadow: 0 7px 10px rgb(0 0 0 / 9%);border-color: #c9c9c973;border-width: 1px;}
.wrap-header .head-navi .header-navi-box{width: 100%;}
.wrap-header .head-navi .li_1 {position:relative;width: 100%;}
.wrap-header .head-navi .li_1 .a_1::before {content:"";display: block;position: absolute;width: 0;height: 3px;background-color: #2059b0;left: 50%;bottom: 0px;opacity: 0;transition: 0.3s;transform: translateX(-50%);}
.wrap-header .head-navi .li_1:hover .a_1::before {opacity: 1;transition: 0.3s;width: 100%;}
.wrap-header .head-navi .li_1 .a_1{padding: 38px 0;font-size:20px;text-align: center;}
.wrap-header .head-navi .li_1 .a_1 span{font-weight: 600;} 
.wrap-header .head-navi .li_1 .div_2{overflow:hidden;height: 0;position:absolute;top: calc(100% + 1px);left:0px;width:100%;z-index:100;text-align:center;transition:all 0.5s;}
.wrap-header .head-navi .li_1 .div_2.on {height: 450px;display: block;}
.wrap-header .head-navi .li_1 .ul_2 {height: 100%;padding: 15px 0;border-right: 1px solid #eaeaea;flex-direction: column;}
.wrap-header .head-navi .li_1:first-child .ul_2 {border-left: 1px solid #eaeaea;}

.wrap-header .head-navi .a_2 {color:#666;padding: 13px 0;font-size: 17px;transition: 0.3s;}
.wrap-header .head-navi .a_2:hover {background-color: #2059b0;color: white;transition: 0.3s;}
.wrap-header .head-navi a span {position:relative;}
.wrap-header .head-navi a[target=_blank] span:before {content: '';position: absolute;right: -20px;top: -5px;width: 15px;height: 15px;background: url(/sites/temp_19/images/common/nw_icon.png) no-repeat top center;transition: 0.3s;}
.wrap-header .head-navi a[target=_blank]:hover span:before {background-position-y: -15px; transition: 0.3s;}
.wrap-header .head-navi .div_3 {display:none;}

/* 스크롤 시 */
.wrap-header.on, .wrap-header.fNav{top:0;background:rgba(255,255,255,1);box-shadow: 0px 0px 10px gray; border-color: #e7e7e7;} 
.wrap-header.on .top-util li a, .wrap-header.fNav .top-util li a {color:#434343}
.wrap-header.on .head-navi .a_1 , .wrap-header.fNav .head-navi .a_1 {color:#000;}
.wrap-header.on .head-logo span, .wrap-header.fNav .head-logo span {color:#000} 
.wrap-header.on img.white, .wrap-header.fNav img.white {display:none}
.wrap-header.on img.color, .wrap-header.fNav img.color {display:block} 
.wrap-header.on .head-util .menu-open, .wrap-header.fNav .head-util .menu-open {background: url(/sites/temp_19/images/common/menu-c.png) center right no-repeat;}

@media all and (max-width:1300px) {
  
  .wrap-header .head-navi .li_1 {width: 100%;max-width: 170px;}
  .wrap-header .head-logo {min-width: 290px;} 
  .wrap-header .head-logo a .img-wrap {max-width: 270px; margin:0;}

  .wrap-header .head-logo span{margin-left: 8px;font-size: 21px;} 
  .wrap-header .top-util a{font-size:0;}
  /*.wrap-header .top-util a {font-size: 17px;} */
  .wrap-header .top-util a img {width: 18px;height: 18px;margin-top: 1px;}  
  .wrap-header .login-box {min-width: 170px;}  
  .wrap-header .login-box li.sign {margin-right: 13px;padding-right: 13px;} 

  .wrap-header .head-navi .li_1 .a_1 {font-size: 18px;padding: 20px 0;}
  .wrap-header .head-navi .li_1 .a_2{font-size: 15px;padding: 10px 0;}

  .wrap-header .head-util .menu-open{padding: 0 25px;background-size: 28px !important;} 
  
}

@media all and (max-width:1024px) {
  
  .wrap-header {padding: 15px 0;}  
  .wrap-header .head-logo span{font-size: 19px;}
  .wrap-header .head-logo a .img-wrap {max-width: 100%;}   
  .wrap-header .login-box {justify-content:start;padding: 10px 20px;}
  .wrap-header .login-box li.sign:before {display:none}

  #_globalUl{display:flex}
  .wrap-header .head-util .menu-open{display: none;} 
  .wrap-header .head-util .btn-mgnb {display: block;}
  .wrap-header.fNav .head-util .btn-mgnb {background: url('/sites/temp_19/images/common/menu-c.png') center no-repeat;}
  .wrap-header .head-navi::before {display:none}
  .wrap-header .head-navi .header-navi-box {position:fixed;top: 0;right:-100%;z-index:10000;min-width: 400px;width: 60%;height: 100%;background: #0c2c67;opacity: 0;transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
  .wrap-header .head-navi .header-navi-box.on {right: 0;opacity: 1;transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);padding-right: 0;}
  .wrap-header .head-navi .menuUItop {height: 100%;}
  .wrap-header .head-navi .div_1 {position: relative;height: 100%;}
  .wrap-header .head-navi .ul_1 {flex-direction:column;}	 
  .wrap-header .head-navi .li_1 {position: initial;}
  .wrap-header .head-navi .li_1 .div_2 {left: auto;right: 0;width: calc(100% - 180px);top: 0;height: 100% !important;background: #fff;display: none;}
  .wrap-header .head-navi .li_1 .a_1 {width: 180px;font-size: 17px;padding: 15px 15px;text-align: left;color: #fff;}
  
  
  .wrap-header .head-navi .li_1 .a_1 span{color:#fff;}
  .wrap-header .head-navi .li_1 .a_1.on {background: #607db3;} 
  .wrap-header .head-navi .li_1 .ul_2 {border: 0 !important;padding:0;}
  .wrap-header .head-navi .li_2 .a_2 {padding: 15px 15px 15px 20px;border-bottom: 1px solid #a0b5e1;font-size: 16px;text-align: left;}
  .wrap-header .head-navi .li_2 .a_2:after {display:none;}
  .wrap-header .head-navi .li_2 .a_2.plus {border-bottom: 1px solid #fff; padding-bottom: 8px;}
  .wrap-header .head-navi .li_2 .a_2.plus.on {}
  .wrap-header .head-navi .ul_3 {padding: 0 0 10px 0;border-bottom: 1px solid #89a4dc;flex-direction: column;} 
  .wrap-header .head-navi .a_3 {color: #737373;font-size: 16px;text-align: left;padding: 5px;padding-left: 40px;}
  .wrap-header .head-navi .a_3:before {content:'';position:absolute;width: 6px;height: 1px;background: #717171;top: 14px;left: 26px;}
  .wrap-header .head-navi .a_3[target=_blank] {position:relative;}
  .wrap-header .head-navi .a_3[target=_blank]:before {content:''; position:absolute; left:110%; top:10px; width:10px; height:10px; background:url('/sites/temp_19/images/common/ico_blank.png') no-repeat center center;}
  .wrap-header .head-navi .a_3:hover {color: #000;}
  .wrap-header .head-navi .a_3._active {color:#c42605;}
  .wrap-header .head-navi .div_3 {display:block; }
  .wrap-header .head-navi .div_3.on { }
  .wrap-header .head-navi .close {display:none;}
  .wrap-header .head-util .btn-share {display:none;}
  .wrap-header .head-navi .a_2:hover{background-color: white; color: #666;}
  .wrap-header .head-navi .a_2[target=_blank]:hover span::before{}

  .wrap-header .head-navi li:hover .a_1::before {display: none;}

  .wrap-header .top-util {display:none}
  .wrap-header .login-box li.sign:before{display:none}

}

@media all and (max-width: 1020px) {
  .wrap-header ul li a {padding-right:15px;}  
}

@media all and (max-width: 768px) {

  .wrap-header ul li a {font-size: 15px; padding-right:15px;}  
  .wrap-header .head-navi .header-navi-box {width:calc(100% - 50px);min-width:300px;} 
  .wrap-header .head-navi .a_2[target=_blank] span:before {top: 0px;}
  
}
@media all and (max-width: 550px) {

	.wrap-header ul li a {} 
	.wrap-header .head-logo {top: 48px;}
	.wrap-header .head-logo span{font-size: 17px; margin-left: 5px;}
	.wrap-header .head-util{top: 30px; height: calc(100% - 30px);} 
	.wrap-header .global-nav{margin-top: 20px;}
  
} 
@media all and (max-width: 480px) {
  
  .wrap-header .head-navi .li_1 .a_1 {width: 150px;}
  .wrap-header .head-navi .li_1 .div_2 {left: auto;right: 0;width: calc(100% - 150px);}
  
}
@media all and (max-width: 400px) {
  
  .wrap-header .head-logo {min-width: 250px;}
  
}

/*글로벌네비게이션*/

@media all and (min-width:1024px) {
 
	/*.global-nav-m{display:none !important;}*/
    
} 
@media all and (max-width: 1024px) {

	.global-nav{display:none;} 
	.wrap-header .head-sitemap{display:none !important;} 
	.wrap-header .btn-mgnb-close.on{display:block!important; position:absolute;right:100%;top:0;width:45px;height:45px;background: url(/sites/style-guide/images/common/ic-navi-close.png) no-repeat center;}
	.wrap-header .btn-mgnb-close button{text-indent:-9999px;display:block;width:100%;height:100%;}
	.wrap-header .mobile-global.on{display:block!important;position:absolute;left:0px;top:40%;}
	.wrap-header .mobile-global a{display:block;text-align:left;font-size:14px;color:#a6acbd;padding:0 0 0 20px;margin:0 0 10px 0;}

}

/* tab */
.tab-content {display:none}
.tab-content.current {display: inherit;}

/* footer */

footer {background: #272d43;padding: 70px 20px 70px;color: #cecbce;z-index: 1;position: relative;}
footer .inner {max-width: 1600px; margin: 0 auto; width: 100%; display: flex;}
footer .inner > * {display:flex;flex-direction:column;height: 100%;}
footer .inner > * > *:first-child {height: 100%;min-height: 230px;border-bottom: 1px solid #3e465d;padding: 0 10px;}
footer .inner > * > *:last-child {margin: 18px 0 0px;padding: 0 8px;}
 
footer ::-webkit-scrollbar {width: 6px; }
footer ::-webkit-scrollbar-track {background-color: transparent; }
footer ::-webkit-scrollbar-thumb {border-radius: 3px; background-color: rgb(152 155 164); }
footer ::-webkit-scrollbar-button {width: 0; height: 0; }
footer .left {width: 40%;} 
footer .right {width: 60%;}
footer .right > div {width: 100%;} 

footer nav .ul_1 {display: flex;}
footer nav .ul_1 li{width: 100%; text-align: center;}
footer nav .div_1 a {color: #d3d3d3;display: block;}
footer nav .div_1 a:hover {text-decoration: underline;}
footer nav .div_1 .a_1 {color: #90d0ed;font-size: 20px;margin-bottom: 15px;}
footer nav .div_2 ul li {margin-bottom: 8px;}
footer nav .div_3 {display:none}

footer .bottom-link {}
footer .bottom-link ul {display: flex;margin-bottom: 10px;}
footer .bottom-link li {position:relative;display:inline-block;padding-right: 15px;margin-right:15px;}
footer .bottom-link li:after {content: '';position:absolute;right: -2px;top: 6px;width:1px;height:11px;border-right: 1px dotted #a4a4a4;}
footer .bottom-link li:last-of-type {padding-right: 0;}
footer .bottom-link li:last-child:after {display:none;}
footer .bottom-link li a {position: relative;font-size:16px;color:#CCC;}
footer .bottom-link li:first-child a {color: #81cce1;}
footer .bottom-link li:first-child a:after {background: #0b85b6;}
footer .bottom-link li:first-child a:before {background: url(/sites/temp_19/images/common/new.png) center no-repeat; opacity: 1} 
footer .bottom-link li a:after {content: '';position:absolute;left:0;bottom: -3px;width:0;height:1px;background: #7e8285;transition:.4s;}
footer .bottom-link li a:before {content: '';position:absolute;right: -20px;width: 16px;background: url(/sites/temp_19/images/common/new-w.png) center no-repeat;aspect-ratio: 1/1;top: 6px;background-size: contain !important;opacity: 0.8;display: none;}
footer .bottom-link li a:hover:after {width: 100%;}
footer .bottom-link p {color:#ccc;font-size: 13px;}  

footer .bottom-related {display: flex;justify-content: flex-end;}
footer .bottom-related > div {width: 25%; margin-left: 10px;}
footer .bottom-related select,
footer .bottom-related input {display:inline-block;box-sizing:border-box;float:left;height:48px;border:1px solid #636363;color:#FFF;appearance:none;-webkit-appearance:none;-moz-appearance:none;}
footer .bottom-related select {font-size:16px;background:url(/sites/temp_19/images/common/arrow_2_w.png) no-repeat 90% center;padding:0 20px 0 15px;}
footer .bottom-related select optgroup {color:#000;}
footer .bottom-related input {background:#636363;width:60px;font-size:18px;cursor:pointer;}
footer .bottom-related input:hover {background:#000;border-color:#000;}
footer .bottom-related .related-list {display:none;}
footer .accordion {position: relative;min-width: 220px;z-index: 0;}
footer .accordion .btn-accr {position: relative;display: block;width: 100%;height: 45px;text-align: left;line-height: 45px;color: #eaeaea;font-size: 14px;padding-left: 26px;z-index: 2;padding-right: 50px;background: #272d43;border-radius: 40px;overflow: hidden;border: 1px solid #464d61;}
footer .accordion .btn-accr::after {content: "";width: 15px;height: 15px;position: absolute;top: 13px;transform: rotate(0);right: 20px;z-index: 1;opacity: 0.8;background: url(/sites/temp_19/images/common/chevron-down-w.png) 0 0 no-repeat;background-size: 15px;-webkit-transition: .3s;transition: .3s;}
footer .accordion .btn-accr.on::after {transform: rotate(180deg); transition: 0.3s; }

footer .foot_link_box {display: none;position: absolute;left: 0;bottom: 48px;width: 100%;min-height: 10px;background-color: #202430;padding: 23px 20px 18px;z-index: 1;border-radius: 20px;color: #fff;max-height: 550px;overflow: auto;}
footer .foot_link_box p {font-weight:bold;margin-bottom: 3px;}
footer .foot_link_box strong {color: #fff; margin-bottom: 15px !important; display: block; border-bottom: 1px solid #ccc; padding-bottom: 15px; position: relative; font-weight: 400; }
footer .foot_link_box ul {margin-bottom: 18px;}
footer .foot_link_box ul::after {content: ""; display: block; clear: both}
footer .foot_link_box ul:last-child {margin-bottom: 0px;}
footer .foot_link_box ul li {padding: 6px 0 5px;padding-left: 20px;font-size: 15px;position: relative;transition: 0.3s;}
footer .foot_link_box ul li a:before {position: absolute;content: '-';color: #ccc;left: -15px;top: 0;}
footer .foot_link_box ul li a {color: #fff;font-size: 15px;font-weight: 300;display: block;position: relative;text-align: left;}
footer .foot_link_box ul li:hover {background: #5c5e60;transition: 0.3s;}
footer .foot_link_box ul li:hover a {text-decoration: underline !important; }

footer .footer-address p {color: #d6d7dd;font-size: 16px;line-height: 1;margin-bottom: 8px;}
footer .footer-address .copyright {color: #9f9d9d;font-size:14px;margin-top: 15px; }
footer .footer-logo {margin-bottom: 40px;margin-top: 10px;} 
 
@media all and (max-width:1300px) {
    
	footer .bottom-related > div {margin-left: 10px;min-width: 180px;}

}
@media all and (max-width:1024px) {

	footer {padding: 40px 0 50px;}
	footer .inner {flex-wrap:wrap;flex-direction: column-reverse;}
	footer .inner > * {width:100% !important;text-align: center;}
	footer .inner > * > *:first-child {border-bottom:0;min-height: auto;padding: 0;padding: 0 10px;}
	footer .inner > * > *:last-child {margin:0;padding: 0;}
	footer .right {flex-direction:column-reverse;margin-bottom: 30px;border-bottom: 1px solid #4e5569;padding-bottom: 30px;}
	footer .bottom-link ul {justify-content:center;}
	footer .bottom-related {justify-content:center;margin-top: 0;/* margin-bottom: 30px !important; */}
	footer .right nav {display:none}
	footer .bottom-related > div {width:100%;margin: 0 5px;}

	footer .accordion .btn-accr {height:40px;line-height: 40px;}
	footer .foot_link_box {bottom: 40px;}

}
@media all and (max-width:768px) {

	footer {padding: 20px 0 30px;}
	footer .bottom-link {margin-bottom: 15px !important;margin-top: 0;justify-content: center;}
	footer .bottom-related {justify-content: space-between;padding-right: 0;}
	footer .bottom-related > div{max-width: 100%;width: 49%;margin: 0;}
	footer .bottom-related select{width:calc(100% - 60px);}
	footer .bottom-related input{position:absolute;top:0;right:0;}
	footer .box-bottom {padding: 13px 15px;flex-direction: column;}  
	footer nav .ul_1 {flex-direction: column;}
	footer nav .ul_1 > li {display: flex;margin: 3px 0px;}
	footer nav .div_1 a {font-size: 16px;text-align: left;} 
	footer nav .div_1 .a_1 {font-size: 17px;min-width: 110px;margin-bottom: 0;}
	footer nav .div_2 {width:100%;}
	footer nav .div_2 ul {width:100%;display: flex;flex-wrap: wrap;}
	footer nav .div_2 ul li {margin-bottom: 3px;width: auto;margin-right: 18px;}

	footer .right {margin-bottom: 20px; padding-bottom: 20px;}
	footer .footer-address  {margin-bottom:30px}
	footer .footer-address p {margin-bottom:5px}
	footer .footer-logo {margin-bottom:30px}

}
@media all and (max-width:550px) { 

	footer .bottom-link {margin-bottom: 5px !important;} 
	footer .bottom-related { flex-wrap: wrap;}
	footer .bottom-related > div{margin: 0;width: 100%;margin-top: 10px;}

}
@media all and (max-width:400px) {  

	footer .bottom-related {}
	footer .bottom-related > div{width: 100%;}
	footer .bottom-related > div:last-child {margin-bottom:0}

}

/* 고탑 */
.goto-top{position:fixed;right: 50px;bottom:5%;z-index: 10000;display: none;}
.goto-top a{display:block;box-sizing:border-box;padding-top: 18px;width:70px;height:70px;background: #014f99;font-size:14px;text-align:center; border-radius:100px; color: #fff;}
.goto-top a:before{content:"";display:block;margin:0 auto;background: url(/sites/temp_19/images/common/chevron-down-w.png) no-repeat center;width: 35px;height: 15px;transform: rotate(180deg);}
.goto-top a:hover{box-shadow: 0px 0px 10px #c3d7dcbf;}

@media all and (max-width: 1024px) {
  
  .goto-top {display: none !important;}

}

/* 전체블랙배경 */
.black-bg {display: none; position: fixed; z-index: 190; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);}
@media all and (max-width: 1024px) {

	.black-bg.on {display: block;}

}

/*메인메뉴사이트맵숨기기*/
#menuUItop > .div_1 > .ul_1 > li:last-child{display:none;}

/* 조직도 */
.org-chart {display: flex; flex-direction: column; align-items: center; position: relative; font-size: 20px; padding: 30px 0;}
.org-chart .node {padding: 10px 30px; border-radius: 32px; background-color: #eceef4; border: 1px solid #6b88b9; text-align: center; color: #333; white-space: nowrap; position: relative;}
.org-chart .chief {background-color: #213152; border: 10px solid #eceef4; padding: 43px; border-radius: 50%; font-size: 32px; font-weight: bold; color: #fff;}
.org-chart .chief::after {content: ""; position: absolute; top: 100%; left: 50%; width: 1px; height: 180px; background: #333;}
.org-chart .committee {margin-top: 30px; margin-left: 300px; position: relative;}
.org-chart .committee::before {content: ""; position: absolute; top: 50%; left: -76px; width: 76px; height: 1px; background: #333;}
.org-chart .departments {display: flex; justify-content: space-between; gap: 36px; margin-top: 117px; position: relative;}
.org-chart .departments::before {content: ""; position: absolute; top: -30px; left: calc(50% + 2px); transform: translateX(-50%); width: 851.5px; height: 1px; background: #333;}
.org-chart .departments .node::before {content: ""; position: absolute; top: -30px; left: 50%; width: 1px; height: 30px; background: #333;}

@media (max-width: 1400px) {
  .org-chart .node {padding: 8px 20px; font-size: 16px;}
  .org-chart .chief {padding: 32px; font-size: 24px;}
  .org-chart .chief::after {height: 107px;}
  .org-chart .departments {gap: 15px; margin-top: 64px;}
  .org-chart .committee {margin-top: 20px; margin-left: 220px;}
  .org-chart .committee::before {left: -55px; width: 55px;}
  .org-chart .departments::before {top: -30px; width: 616px;}
  .org-chart .departments .node::before {top: -30px;}
}
@media (max-width: 1080px) {
  .org-chart::before {content: ''; width: 1px; height: calc(100% - 60px); background-color: #000; position: absolute;  left: 50%;}
  .org-chart .node {display: flex; align-items: center; justify-content: center; padding: 13px 0; width: 250px; word-break: keep-all; white-space: wrap;}
  .org-chart .chief {border-radius: 50px; font-size: 22px;}
  .org-chart .chief::after {display: none;}
  .org-chart .committee {margin-top: 30px; margin-left: 300px; width: 180px;}
  .org-chart .committee::before {left: -60px; width: 60px;}
  .org-chart .departments {flex-direction: column; gap: 25px; margin-top: 30px;}
  .org-chart .departments::before {display: none;}
  .org-chart .departments .node::before {display: none;}
}
@media (max-width: 550px) {
  .org-chart .node {padding: 9px 7px; width: 170px; border-radius: 20px;}
  .org-chart .chief {border-radius: 50px; border: 7px solid #eceef4; font-size: 19px;}
  .org-chart .committee { margin-left: 182px; width: 120px;}
  .org-chart .committee::before {left: -32px; width: 32px;}
}

/* 비전 및 목표 */
.vision {width: 100%;text-align: center;padding: 30px 0;}
.vision .intro_top {position: relative;}
.vision .intro_top .intro_title_img {width: 100%;height: 370px;background: url(/user/images/common/intro_title_img.jpg) no-repeat center / cover;}
.vision .intro_top .intro_title {position: absolute;top: 280px;width: 50%;height: 200px;color: #333;background: #fff;}
.vision .intro_top .intro_title .title {width: 100%;height: 50%;}
.vision .intro_top .intro_title .title.title1 {padding: 55px 0 0 30px;background: url(/user/images/common/quotes1.png) no-repeat 0 35px;background-size: 55px;}
.vision .intro_top .intro_title .title.title1 .top_txt1 {font-size: 32px;font-weight: bold;}
.vision .intro_top .intro_title .title.title2 {padding: 0 40px 0 30px;background: url(/user/images/common/quotes2.png) no-repeat 350px 25px;background-size: 55px;}
.vision .intro_top .intro_title .title.title2 .top_txt2 {font-size: 32px;font-weight: 300;}
.vision .intro_top .intro_title02 {display: block;width: 100%;margin-bottom: 70px;color: #333;}
.vision .intro_top .intro_title02 .title {width: 100%;height: 50%;}
.vision .intro_top .intro_title02 .title.title1 {padding: 55px 0 0 30px;background: url(/user/images/common/quotes1.png) no-repeat 0 35px;background-size: 55px;}
.vision .intro_top .intro_title02 .title.title1 .top_txt1 {font-size: 32px;font-weight: bold;}
.vision .intro_top .intro_title02 .title.title2 {padding: 0 40px 30px 30px;background: url(/user/images/common/quotes2.png) no-repeat 500px 25px;background-size: 55px;}
.vision .intro_top .intro_title02 .title.title2 .top_txt2 {font-size: 32px;font-weight: 300;}
.vision .intro_info {line-height: 1.7;display: flex;width: 100%;margin-top: 140px;}
.vision .intro_info .left {width: 50%;margin-left: 30px;}
.vision .intro_info .right {width: 50%;}
.vision .bottom_txt {font-weight: 700;padding-top: 70px;text-align: right;}
.vision .historyTop img {display: block;width: 136px;margin: 0 auto;}
.vision .historyList {position: relative;}
.vision .historyList:before {position: absolute;left: 50%;width: 1px;height: 100%;content: "";background: #ddd;}
.vision .historyList .leftyear {font-size: 40px;position: relative;margin-bottom: 20px;padding-right: 55%;text-align: right;}
.vision .historyList .rightyear {font-size: 40px;position: relative;margin-bottom: 20px;padding-left: 55%;text-align: left;}
.vision .historyList .historybox:after {display: block;clear: both;content: "";}
.vision .historyList .historybox dl {position: relative;display: inline-block;clear: both;overflow: hidden;width: calc(50% + 10px);}
.vision .historyList .historybox dt {font-size: 16px;font-weight: 700;line-height: 20px;position: relative;}
.vision .historyList .historybox dd li {position: relative;margin-bottom: 10px;}
.vision .historyList .historybox .right {box-sizing: border-box;width: 100%;margin-bottom: 30px;text-align: right;}
.vision .historyList .historybox .right dl {padding-left: 80px;text-align: left;}
.vision .historyList .historybox .right dt {float: left;width: 50px;}
.vision .historyList .historybox .right dt:before {position: absolute;z-index: 1;top: 2px;left: -78px;width: 20px;height: 20px;content: "";background: url(/user/images/common/history02.png) no-repeat;}
.vision .historyList .historybox .right dt:after {position: absolute;top: 10px;left: -25px;width: 40px;height: 1px;content: "";background: #ddd;}
.vision .historyList .historybox .right dd {float: left;width: calc(100% - 50px);}
.vision .historyList .historybox .right dd li:before {position: absolute;top: 8px;left: -15px;width: 5px;height: 5px;content: "";background-color: #ddd;}
.vision .historyList .historybox .left {box-sizing: border-box;width: 100%;margin-bottom: 30px;text-align: left;}
.vision .historyList .historybox .left dl {padding-right: 80px;text-align: right;}
.vision .historyList .historybox .left dt {float: right;width: 50px;}
.vision .historyList .historybox .left dt:before {position: absolute;z-index: 1;top: 2px;right: -82px;width: 20px;height: 20px;content: "";background: url(/user/images/common/history02.png) no-repeat;}
.vision .historyList .historybox .left dt:after {position: absolute;top: 10px;right: -75px;width: 40px;height: 1px;content: "";background: #ddd;}
.vision .historyList .historybox .left dd {float: right;width: calc(100% - 50px);}
.vision .historyList .historybox .left dd li:before {position: absolute;top: 8px;right: -15px;width: 5px;height: 5px;content: "";background-color: #ddd;}
.vision .directors_top {position: relative;}
.vision .directors_top:before {position: absolute;left: 50%;width: 1px;height: 400px;content: "";background: #ddd;}
.vision .directors_box {position: relative;width: 350px;height: 140px;margin: 0 auto 30px;padding: 25px 15px;text-align: center;border: 1px solid #ddd;border-top: solid 3px #ddd;background: #fff;}
.vision .directors_box p {font-size: 15px;color: #666;}
.vision .directors_box .h3 {font-size: 19px;font-weight: 800;display: block;color: #353535;}
.vision .directors_box .title {font-size: 18px;font-weight: 500;margin: 5px 0;color: #222;}
.vision .directors_top .directors_box:last-child {margin-bottom: 20px !important;}
.vision .directors_bottom {overflow: hidden;padding-top: 40px;background: url(/user/images/common/directors.png) no-repeat top;background-size: 687% 35px;}
.vision .directors_bottom dl {float: left;width: 33.3%;}
.vision .directors_bottom .directors_box:before {position: absolute;top: -33px;width: 1px;height: 30px;content: "";background: #ddd;}
.vision .vision_box {margin-bottom: 20px;display: flex;align-items: center;flex-wrap: wrap;gap: 20px;}
.vision .vision_box .round {text-align: center;border-radius: 40px;}
.vision .vision_box .vision01 {font-size: 20px;font-weight: bold;line-height: 70px;display: inline-block;width: 140px;color: #fff;background: #023b71;}
.vision .vision_box .vision02 {font-size: 20px;font-weight: bold;line-height: 66px;display: inline-block;width: 140px;color: #023b71;border: solid 2px #023b71;background-color: #fff;}
.vision .vision_box .top {font-size: 20px;line-height: 70px;display: block;width: calc(100% - 160px);min-height: 70px;padding: 0 30px;background: #f3f5fa;}
.vision .middle {margin: 80px auto;}
.vision .middle .h1 {font-size: 30px;font-weight: 500;display: block;color: #222;}
.vision .bottom .vision_box {margin-top: 10px;}
.vision .bottom .vision_box .round {font-size: 18px;line-height: 80px;position: relative;display: inline-block;width: 240px;height: 80px;margin-left: 30px;padding: 0 10px;border-radius: 40px;background: #fff;}
.vision .bottom .vision_box .round:after {display: none;}
.vision .bottom .vision_box .step01 {border: 1px solid #44719e;}
.vision .bottom .vision_box .step02 {border: 1px solid #f9a14a;}
.vision .bottom .vision_box .step03 {border: 1px solid #57835c;}
.vision .bottom .round:before {position: absolute;top: 50%;left: -33px;width: 32px;height: 1px;content: "";background: #ddd;}
.vision .bottom .round:nth-child(1):before {display: none;}
.vision .bottom .round span {font-weight: 500;margin-right: 10px;}
.vision .bottom .step01 span {color: #44719e;}
.vision .bottom .step02 span {color: #f9a14a;}
.vision .bottom .step03 span {color: #57835c;}
.vision .vision_box .title, .vision .bottom .title {font-size: 24px;font-weight: 400;display: inline-block;padding: 30px 0;}
.vision .middle .middle_box {position: relative;display: inline-block;width: calc(100% / 3 - 10px);}
.vision .middle p {margin-bottom: 5px;color: #333;}
.vision .middle .h2 {font-size: 24px;font-weight: bold;}
.vision .middle .middle_box:after {position: absolute;top: 50%;right: -15px;width: 34px;height: 10px;content: "";background: url(/user/images/common/dotted.png) no-repeat center;background-size: 34px;}
.vision .middle .middle_box:nth-child(4):after {display: none;content: "";}
.vision .middle .round {position: relative;width: 260px;height: 260px;margin: 50px auto 25px;padding: 55px;background-size: 260px !important;}
.vision .middle .circle01 {background: url(/user/images/common/circle01.png) no-repeat center;}
.vision .middle .circle02 {background: url(/user/images/common/circle02.png) no-repeat center;}
.vision .middle .circle03 {background: url(/user/images/common/circle03.png) no-repeat center;}
.vision .middle .round:before {position: absolute;top: 10px;left: 10px;width: 240px;height: 240px;content: "";border: 2px solid #ddd;border-radius: 100%;}
.vision .middle img {width: 88px;margin-bottom: 20px;}
.vision .vision_box ul {display: inline-block;width: 75%;vertical-align: middle;}
.vision .vision_box li {font-size: 18px;line-height: 75px;position: relative;display: inline-block;width: 240px;height: 80px;margin: 15px 0 15px 30px;text-align: center;border-radius: 5px;background: #f5f5f5;}
.vision .vision_box li:after {position: absolute;top: 80px;left: 50%;width: 1px;height: 30px;content: "";background: #ddd;}
.vision .vision_box li:nth-child(4):after {display: none;}
.vision .vision_box li:nth-child(5):after {display: none;}
.vision .vision_box li:nth-child(6):after {display: none;}
.vision .vision_content {margin: 0 auto;margin-top: 65px;}
.vision .vision_cont_list {display: flex;flex-wrap: wrap;text-align: left;margin-bottom: 20px;align-items: baseline;}
.vision .vision_cont_list:last-child {margin-bottom: 0;}
.vision .vision_cont_list dt {width: 160px;font-size: 20px;font-weight: bold;color: #333;}
.vision .vision_cont_list dd {width: calc(100% - 160px);}
.vision .ci .h2 {font-size: 24px;font-weight: 700;position: relative;display: block;}
.vision .ci .h2:after {left: 220px;display: inline;float: right;width: 80%;height: 1px;margin-top: 18px;content: "";background: #444;}
.vision .ci p {font-size: 16px;margin-bottom: 30px;text-align: left;color: #333;}
.vision .ci .symbol_mark {display: block;width: 100%;margin-bottom: 80px;}
.vision .ci .symbol_mark:after {display: block;clear: both;content: "";}
.vision .ci .symbol_mark .h2 {display: block;text-align: left;}
.vision .ci .symbol_mark .info_img {width: 30%;margin: 0 auto;text-align: center;}
.vision .ci .info_img img {width: 100%;height: auto;}
.vision .ci .symbol_info {display: block;clear: both;width: 100%;}
.vision .ci .info_content {display: block;width: 100%;}
.vision .ci .content:after {display: block;clear: both;content: "";}
.vision .ci .content01 {width: 100%;}
.vision .ci .content01 img {display: inline-block;width: 20%;}
.vision .ci .content01 .content {line-height: 1.5;display: inline-block;float: right;width: 74%;margin-bottom: initial;padding: 80px 0 0 50px;text-align: left;}
.vision .ci .download_btn {display: block; float: right;}
.vision .ci .download_btn .download {line-height: 38px; display: inline-block; height: 40px; padding-right: 45px; padding-left: 20px; text-align: left; border: 1px solid #444; background: url(/user/images/common/download.png) no-repeat 90% center !important; background-size: 18px;}
.vision .ci .signature {margin-bottom: 80px;}
.vision .ci .signature .logo_box {display: block;}
.vision .ci .signature .title {display: block; float: left; width: 100%; padding-top: 20px; color: #666;}
.vision .ci .signature .logo_box01 img, .ci .signature .logo_box02 img {display: block; width: 60%; margin-left: 20%; text-align: center;}
.vision .ci .logo_box01 {display: block; float: left; width: 50%;}
.vision .ci .logo_box02 {display: block; float: right; width: 50%;}
.vision .ci .logo_box03 {display: block; width: 100%;}
.vision .ci .logo_box03 img {display: inline-block; width: 120px; margin-left: 10%;}
.vision .ci .logo_box03 a {font-size: 14px; font-weight: 300; display: inline-block; margin-left: 40px; color: #333 !important;}
.vision .ci .color_system {float: left; width: 100%; margin-bottom: 100px;}
.vision .ci .color_system:after {display: block; clear: both; content: "";}
.vision .ci .color_system img {width: 70%; margin-top: 20px; margin-left: 15%;}
.vision .cm_doc_list1 .doc1_list {display: flex; flex-wrap: wrap; margin: -7.5px;}
.vision .cm_doc_list1 .doc1_list > li {width: 33.333%; padding: 7.5px;}
.vision .cm_doc_list1 .doc1_box {padding: 20px 15px; border: 1px solid #ddd; text-align: center; line-height: 1.5; border-radius: 10px; height: 160px; min-height: 100px; display: flex; align-items: center; justify-content: center;}
.vision .cm_doc_list1 .doc1_title2 {font-size: 18px; font-weight: 500;}
.vision .cm_doc_list1 .doc1_desc {font-size: 17px;}
.vision .cm_doc_list1.type2 .doc1_box {background-color: #023b71; border: none; color: #fff;}
.vision .cm_doc_list1.type2 .doc1_desc {color: #9fb3d3;}
.vision .cm_doc_list1.type3 .doc1_box {background-color: #f5f5f5; border: none;}
.vision .cm_doc_list2 .doc2_list {display: flex; flex-wrap: wrap; margin: -7.5px;}
.vision .cm_doc_list2 .doc2_list > li {width: 25%; padding: 7.5px;}
.vision .cm_doc_list2 .doc2_box {position: relative;}
.vision .cm_doc_list2 .doc2_box:before {content: ""; display: block; position: absolute; left: 30px; top: 0; width: 1px; bottom: 0; background-color: #ddd;}
.vision .cm_doc_list2 .doc2_content {position: relative; background-color: #fff; margin-bottom: 20px; padding: 20px 15px; border: 2px solid #e3e3e3; text-align: center; border-radius: 10px; height: 120px; display: flex; align-items: center; justify-content: center; font-size: 17px;}
.vision .cm_doc_list2 .doc2_content2 {position: relative; background-color: #fff; padding: 20px 15px; border: 1px solid #ddd; text-align: center; border-radius: 10px; min-height: 100px; display: flex; align-items: center; justify-content: center;}
.vision .cm_doc_list2 .doc2_title {font-weight: 500;}
.vision .cm_doc_list2 .doc2_list > li.list1 .doc2_title {color: #44719e;}
.vision .cm_doc_list2 .doc2_list > li.list2 .doc2_title {color: #f9a14a;}
.vision .cm_doc_list2 .doc2_list > li.list3 .doc2_title {color: #4ba7b2;}
.vision .cm_doc_list2 .doc2_list > li.list4 .doc2_title {color: #57835c;}
.vision .cm_list1 > li {text-align: left; word-break: keep-all; position: relative; padding-left: 23px; font-size: 15px; color: #666; line-height: 1.5; margin-bottom: 15px;}

@media (max-width: 1280px) {
  .vision .vision_box {flex-direction: column; gap:15px; margin-bottom: 30px;}
  .vision .vision_box .vision01 {width: 100%; line-height: 55px;}
  .vision .vision_box .vision02 {width: 100%; line-height: 51px;}
  .vision .vision_box .top {width: 100%; display: flex; align-items: center; justify-content: center; min-height: 70px; height: 70px; line-height: 1.2;}
  .vision .vision_cont_list {flex-direction: column;}
  .vision .vision_cont_list dt {margin-bottom: 10px; width: auto;}
  .vision .vision_cont_list dd {width: 100%;}
}
@media (max-width: 768px) {
   .vision .cm_doc_list1 .doc1_list > li {width: 50%;}
   .vision .cm_doc_list2 .doc2_list > li {width: 50%;}
   .vision .cm_doc_list2 .doc2_content {margin-bottom: 0; height: 100px;}
}
@media (max-width: 500px) {
  .vision .vision_box .vision01 {line-height: 45px; border-radius: 10px;}
  .vision .vision_box .vision02 {line-height: 41px; border-radius: 10px;}
  .vision .vision_box .top {font-size: 16px; min-height: 80px; height: 80px; border-radius :10px;}
   .vision .cm_doc_list1 .doc1_list > li {width: 100%;}
   .vision .cm_doc_list1 .doc1_box {padding: 0; height: 120px;}
   .vision .cm_doc_list1 .doc1_box .doc1_img img {width: 50px;}
   .vision .cm_doc_list2 .doc2_list > li {width: 100%;}
   .vision .cm_doc_list2 .doc2_content {padding: 0; height: 70px;}
}
