@CHARSET "UTF-8";


#wrap {
	width: 100%; min-width: 320px; font-family: 'Noto Sans KR', sans-serif;
}
.inner {
	width: 1400px; margin: 0 auto;
}

#util {
	width: 100%; height: 50px; background: #F4F4F4; border-bottom: 1px solid #DCDCDC;
}
#util div {
	height: 50px; line-height: 50px;
}
#util .tab {
	float: left; 
}
#util .tab a {
	padding: 0 22px; color: #000; font-size: 16px;
}
#util .tab a.active {
	background: #fff; color: #000; font-size: 16px; border-right: 1px solid #DCDCDC; border-left: 1px solid #DCDCDC;
}
#util .link {
	float: right;
}
#util .link a {
	color: #3C3C3C; padding-left: 25px; position: relative; font-size: 14px;
}
#util .link a::before {
	content: ""; position: absolute; display: inline-block; width: 1px; height: 16px; background: #DCDCDC; top: 18px; left: 12px;   
} 
#util .link a:first-child::before {
	display: none;
}
#util .link a:hover {
	text-decoration: underline;
}

/* 헤더 메뉴 */
#header {
	width: 100%; height: 80px; background: #fff; border-bottom: 1px solid #DCDCDC; text-align: center; position: absolute; z-index: 999;
}
#header h1 {
	float: left; width: 130px; height: 80px;
}
#header h1 a {
	width: 100%; height: 100%; text-indent: -9999px; background-position: 0 center; background-repeat: no-repeat; background-image: url('../../images/new/logo.png');
}
#header_bg {
	display: none; position: fixed; background: rgba(0, 0, 0, 0.25); left: 0; top: 50px; width: 100%; height: 100vh; z-index: 800;
}
.gnb_wrap {
	display: inline-block; margin: 0 auto;
}
.gnb_menu > li {
    float: left; width: 208px;
}
.gnb_menu > li:hover {
    background: #F3F3F9;
}
.gnb_menu > li > a {
    line-height: 79px; padding-right: 30px; color: #242424; font-size: 18px; font-weight: 500; padding-right: 28px; position: relative;
}
.gnb_menu > li > a::after {
    content: ""; position: absolute; display: inline-block; width: 16px; height: 16px; background: url('../../images/new/arrow1.png'); transition: all 0.3s ease; top: 50%; right: 0px; margin-top: -8px;
}
.gnb_menu > li > a:hover::after {
    transform: rotate( -180deg );
}
.gnb_sub_menu {
	display: none; background: #fff; position: absolute; width: 100%; left: 0; z-index: 900; border-top: 1px solid #DCDCDC;
}
.gnb_sub_inner {
	width: 1400px; padding: 50px 0 0 0; margin: 0 auto; text-align: left;
}
.inner_tit h2 {
	color: #242424; font-size: 32px; font-weight: 500; margin-bottom: 50px; 
}
.inner_box {
	width: 100%; text-align: left;
}
.inner_box > ul, .sitemap .depth2 {
	display: flex; flex-wrap: wrap; 
}
.inner_box > ul > li, .all_menu_list > li, .sitemap .depth2 > li {
	display: block; float: left; margin-right: 24px; margin-bottom: 50px; width: calc(calc(100% - 96px) / 5);
}
.inner_box > ul > li:nth-child(5n) {
	margin-right: 0;
}
.inner_box > ul > li > a, .all_menu_list > li > a, .sitemap .depth2 > li > a {
	width: 100%; line-height: 70px;  border-radius: 12px; background-color: #F3F3F9; padding: 0 40px 0 20px; color: #242424; font-size: 20px; font-weight: 500; position: relative;
}
.inner_box > ul > li > a::after, .all_menu_list > li > a::after, .sitemap .depth2 > li > a::after {
	content: ""; position: absolute; display: inline-block; width: 16px; height: 16px; background: url('../../images/new/arrow1.png'); transition: all 0.3s ease; top: 26px; right: 20px; transform: rotate( -90deg );
}
.inner_box > ul > li > a:hover, .all_menu_list > li > a:hover, .sitemap .depth2 > li > a:hover {
	background-color: #E9E8EF;
}
.inner_box > ul > li > a:hover::after, .all_menu_list > li > a:hover::after, .sitemap .depth2 > li > a:hover::after  {
	right: 10px;
}
.inner_box > ul > li > ul, .sitemap .depth3 {
	margin-top: 10px;	
}
.inner_box > ul > li > ul > li, .sitemap .depth3 li {
	width: 100%; margin-top: 5px;
}
.inner_box > ul > li > ul > li > a, .sitemap .depth3 li a {
	line-height: 37px; color: #242424; font-size: 18px; position: relative; padding-left: 34px;
}
.inner_box > ul > li > ul > li > a::before, .sitemap .depth3 li a::before {
	content: ""; position: absolute; display: inline-block; width: 4px; height: 4px; background: #2D2D2D; top: 16px; left: 23px; border-radius: 4px;
}
.inner_box > ul > li > ul > li > a:hover, .sitemap .depth3 li a:hover {
	color: #27A2E7;
}
.inner_box > ul > li > ul > li > a:hover::before, .sitemap .depth3 li a:hover::before {
	background: #27A2E7;
}

/* 사이트맵 */
.sitemap h4 > a {
	color: #242424; font-size: 32px; font-weight: 500; 
}
.sitemap .depth2 {
	border-bottom: 1px solid #DCDCDC;
}
.sitemap .depth2 > li {
	display: block; float: left; margin-right: 24px; margin-bottom: 50px; width: calc(calc(100% - 72px) / 4);
}
.sitemap .depth2 > li:nth-child(4n) {
	margin-right: 0;
}


/* 전체 메뉴 */
.btn_allmenu {
    width: 24px; height: 24px; float: right; background: url('../../images/new/all_menu.png'); text-indent: -9999px; margin-top: 28px;
}
.all_menu {
	display: none; width: 100%; height: 100%; position: fixed; top: 50px; left: 0; background: #fff; text-align: left;
}
.all_menu .menu_close {
	width: 100%; height: 80px; background: #211B61;
}
.all_menu .menu_close .all_close {
	width: 24px; height: 24px; float: right; background: url('../../images/new/close.png'); margin-top: 28px; text-indent: -9999px;
}
.all_menu .menu_close .link {
	display: none;
}
.all_menu_wrap {
	padding-top: 50px; 
}
.all_menu_area {
	margin-bottom: 50px; border-bottom: 1px solid #DCDCDC;
}
.all_menu_box {
	overflow-y: auto; height: calc(100vh - 130px);
}
.all_menu_area h2 {
	margin-bottom: 50px; color: #242424; font-size: 32px; font-weight: 500;
}



#wrap.hidden {
	height: 100vh; overflow: hidden;
}



/* 푸터 */
#footer {
    position: relative;
    z-index: 10;
}

#footer .f_site {
	width: 100%; height: 54px; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC; 
}
#footer .f_site .inner {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
}
#footer .f_site .inner > div {
	width: 25%; border-right: 1px solid #DCDCDC; position: relative;
}
#footer .f_site .inner > div:first-child {
	border-left: 1px solid #DCDCDC;
}
#footer .f_site .inner > div > a {
	width: 100%; line-height: 52px; padding: 0 24px; color: #1D1D1D; font-size: 16px; position: relative; 
}
#footer .f_site .inner > div > a::after {
	content: ""; position: absolute; display: inline-block; width: 12px; height: 12px; transition: all 0.3s ease; background-image: url('../../images/new/f_plus.png'); top: 20px; right: 24px;     
}
#footer .f_site .inner > div > a:hover {
	background-color: #DEDDE7;
}
#footer .f_site .inner > div > a.active {
	background-color: #DEDDE7;
}
#footer .f_site .inner > div > a.active::after {
	transform: rotate( 45deg );
}
#footer .f_site .inner > div div {
	display: none; width: calc(100% + 2px); position: absolute; left: -1px; bottom: 53px; background: #fff; padding: 20px 20px 12px 20px; z-index: 10;
	border-radius: 12px 12px 0 0; border: 1px solid #DCDCDC; box-shadow: 0 4px 20px 0 rgba(30, 85, 178, 0.10);
}
#footer .f_site .inner > div div a {
	width: 100%; color: #242424; padding-left: 12px; position: relative; color: #242424; margin-bottom: 8px;
}
#footer .f_site .inner > div div a::before {
	content: ""; position: absolute; display: inline-block; width: 5px; height: 5px; border-radius: 5px; background: #242424; top: 8px; left: 0px; 
}
#footer .f_site .inner > div div a:hover {
	color: #27A2E7; 
}
#footer .f_site .inner > div div a:hover::before {
	background: #27A2E7; 
}
#footer .f_site .inner > div > a.active + div {
	display: block;
}

#footer .f_con, #footer .f_copy  {
	display: flex; flex-wrap: wrap; align-items: center; padding: 15px 0; 
}
#footer .f_con {
	border-bottom: 1px solid #DCDCDC;
}
#footer .f_con .logo1 {
	width: 130px;
}
#footer .f_con .logo2 {
	margin-right: 36px;
}
#footer .f_con .tt {
	width: calc(100% - 358px);
}
#footer .f_con .tt p br {
	display: none;
}
#footer .f_copy a {
	color: #1D1D1D; margin-right: 40px; font-size: 16px;
}
#footer .f_copy a.w_bold {
	font-weight: 500;	
}
#footer .f_copy p {
	width: calc(100% - 577px); font-size: 14px; text-align: right;
}









/* 홈페이지 팹서비스 공통 */
.slide_btn {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 3px;
}
.slide_btn p {
	line-height: 36px; padding-right: 10px; color: #1D1D1D; font-size: 16px; font-weight: 600;
}
.slide_btn p span {
	color: #27A2E7;
}
.slide_btn p .total {
    color: #000;
}
.slide_btn a, .css_main .m_con .tt a.more {
	width: 36px; height: 36px; border-radius: 40px; border: 1px solid #DCDCDC; background-color: #FFF; background-position: center; background-repeat: no-repeat; text-indent: -9999px;
}
.slide_btn a:hover, .css_main .m_con .tt a.more:hover {
	border: 1px solid #211B61; background-color: #211B61;
}
.slide_btn a.btn_prev {
	background-image: url('../../images/new/prev1.png');
}
.slide_btn a.btn_next {
	background-image: url('../../images/new/next1.png');
}
.slide_btn a.btn_ctrl {
	background-image: url('../../images/new/pause1.png');
}
.slide_btn a.btn_play {
	background-image: url('../../images/new/play1.png');
}
.slide_btn a.btn_prev:hover {
	background-image: url('../../images/new/prev2.png');
}
.slide_btn a.btn_next:hover {
	background-image: url('../../images/new/next2.png');
}
.slide_btn a.btn_ctrl:hover {
	background-image: url('../../images/new/pause2.png');
}
.slide_btn a.btn_play:hover {
	background-image: url('../../images/new/play2.png');
}

/* 체크박스 */
.checkbox1 input[type=checkbox] { 
	display:none;  
}
.checkbox1 input[type=checkbox] + label{ 
	display:inline-block; background: url(../../images/new/check1_1.png) 0 0 no-repeat; text-indent: 25px; line-height: 20px; height: 20px; cursor: pointer; font-size: 16px; margin-right: 10px; color: #1d1d1d;
}
.checkbox1 input[type=checkbox]:checked + label{ 
	background: url(../../images/new/check1_2.png) 0 0 no-repeat;
}






/* 팹서비스 메인 */
.css_main #content {
	width: 100%; padding-top: 80px;
}
.css_main .visual {
	width: 100%; height: 500px; background-image: url('../../images/new/css/visual.png'); background-position: center 0; background-repeat: no-repeat; background-size: cover;
}
.css_main .visual .inner > div {
	height: 500px; display: flex; align-items: center;
}
.css_main .text_box {
	float: left; width: calc(100% - 500px);
}
.css_main .text_box div {
	display: block
}
.css_main .text_box h2 {
	font-size: 64px; font-weight: 700; color: #FFF; animation: slideInUp 1s forwards;
}
@keyframes slideInUp {
  from {
   	opacity: 0;
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }
  to {
   	opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css_main .text_box p {
	font-size: 18px; margin: 16px 0 40px 0; color: #FFF; animation: slideInUp 1s 1s forwards; opacity: 0;
}
.css_main .text_box a, .home_main .text_box a {
	color: #FFF; line-height: 57px; transition: all 0.3s ease; padding: 0 50px 0 25px; border-radius: 40px; font-size: 18px; background-color: #000; background-image: url('../../images/new/arrow2.png'); background-position: right 20px top 19px; background-repeat: no-repeat;
}
.css_main .text_box a:hover, .home_main .text_box a:hover {
	background-color: #27A2E7;
}
.css_main .m_login {
	width: 430px; float: right;
}
.css_main .m_login > div {
	width: 100%; padding: 40px 35px; border-radius: 20px; border: 1px solid #DEDDE7; background: #FFF; box-shadow: 0 4px 20px 0 rgba(30, 85, 178, 0.1);
}
.css_main .m_login .login {
	height: 384px;
}

.css_main .login .top {
	height: 60px; margin: 0 0 20px 0;
}
.css_main .login .top p {
	float: left; font-size: 18px; display: inline-block; color: #000; font-weight: 500;
}
.css_main .login .top p span {
	color: #27A2E7; 
}
.css_main .login .top a {
	float: right; width: 84px; height: 60px; padding: 36px 0 0 24px; text-align: center; font-size: 16px; color: #1D1D1D; position: relative;
	background: url(../../images/new/css/icon_join.png) right 15px top 0 no-repeat; border-left: 1px solid #DCDCDC; 
}

.css_main .login .form input {
	width: 100%; height: 56px; margin-bottom: 8px; border-radius: 8px; border: 1px solid #777; padding-left: 16px; font-size: 19px; color: #242424;
}
.css_main .login .form input::placeholder {
	color: #8D8D8D;
}
.css_main .login .btn .btn_login {
	width: 100%; line-height: 56px; margin-bottom: 10px; border-radius: 8px; text-align: center; font-size: 19px; color: #fff; background: #27A2E7; transition: all 0.3s ease;
}
.css_main .login .btn .btn_login:hover {
	background: #1F82B9;
}
.css_main .login .btn .checkbox1 {
	float: left;
}
.css_main .login .btn .id_pw {
	float: right; line-height: 20px; font-size: 16px; color: #1d1d1d; padding-top: 3px;
}
.css_main .login .btn .id_pw:hover, .css_main .login .top a:hover {
	text-decoration: underline;
}

.css_main .m_login .m_info {
	display: none;
}
.css_main .m_info .top {
	width: 100%; height: 32px;
}
.css_main .m_info .top a.m_name {
	color: #000; float: left; line-height: 32px; font-size: 18px; padding-right: 42px; background: url(../../images/new/css/icon_edit.png) right 0 no-repeat;
}
.css_main .m_info .top a.logout, .css_main .m_info .top a.inquiry {
	float: right; line-height: 32px; color: #1D1D1D; font-size: 16px;
}
.css_main .m_info .top a.inquiry {
	margin-right: 10px;
}
.css_main .m_info .top a.logout:hover, .css_main .m_info .top a.inquiry:hover {
	text-decoration: underline;
}
.css_main .m_info .con {
	width: 100%; height: 84px; background: #27A2E7; border-radius: 12px; padding: 10px 15px; margin: 20px 0;
}
.css_main .m_info .con p {
	font-size: 18px; color: #FFF; position: relative; padding-left: 15px; margin-top: 3px;
}
.css_main .m_info .con p::before {
	content: ""; position: absolute; display: inline-block; width: 5px; height: 5px; background: #FFF; top: 13px; left: 0px; border-radius: 5px;  
}
.css_main .m_info .con p span {
	font-size: 20px; font-weight: 700;
}

.css_main .m_info .btn {
	width: 100%; height: 112px;
}
.css_main .m_info .btn a {
	width:calc( calc(100% - 10px) / 3); height: 112px; border-radius: 4px; border: 1px solid #DCDCDC; text-align: center; font-size: 14px; color: #3C3C3C;
	background-position: center 15px; background-repeat: no-repeat; padding-top: 55px; float: left;
}
.css_main .m_info .btn a:nth-child(1) {
	background-image: url(../../images/new/css/icon_my1.png);
}
.css_main .m_info .btn a:nth-child(2) {
	background-image: url(../../images/new/css/icon_my2.png); margin: 0 5px;
}
.css_main .m_info .btn a:nth-child(3) {
	background-image: url(../../images/new/css/icon_my3.png);
}
.css_main .m_info .btn a:hover {
	border: 1px solid #211B61;
}

.css_main .service {
	width: 100%; padding: 80px 0 70px 0; background: #F3F3F9;
}

.css_main .quick {
	width: 100%; margin: 0 0 60px 0;
}
.css_main .quick h3 {
	line-height: 26px; color: #242424; font-size: 24px; font-weight: 600; margin-bottom: 20px;
}
.css_main .quick h3 span, .home_main .kanc_t span {
	display: inline-block; width: 123px; height: 26px; background-image: url('../../images/new/logo2.png'); margin-right: 10px; text-indent: -9999px;
}
.css_main .q_box {
	width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
}
.css_main .q_box a {
	width: calc(calc(100% - 70px) / 6); display: flex; height: 94px; align-items: center; margin-left: 14px; border-radius: 12px; border: 1px solid #DCDCDC;
	box-shadow: 0 4px 20px 0 rgba(30, 85, 178, 0.10); background-color: #FFF; background-position: 20px center; background-repeat: no-repeat;
}
.css_main .q_box a:hover {
	border: 2px solid #211B61;
}
.css_main .q_box a:nth-child(1) {
	background-image: url('../../images/new/css/quick1.png'); margin-left: 0;
}
.css_main .q_box a:nth-child(2) {
	background-image: url('../../images/new/css/quick2.png');
}
.css_main .q_box a:nth-child(3) {
	background-image: url('../../images/new/css/quick3.png');
}
.css_main .q_box a:nth-child(4) {
	background-image: url('../../images/new/css/quick4.png');
}
.css_main .q_box a:nth-child(5) {
	background-image: url('../../images/new/css/quick5.png');
}
.css_main .q_box a:nth-child(6) {
	background-image: url('../../images/new/css/quick6.png');
}
.css_main .q_box a:nth-child(7) {
	background-image: url('../../images/new/css/quick7.png');
}
.css_main .q_box a span {
	align-items: center; padding: 0 10px 0 76px; word-break: keep-all; color: #000; font-size: 18px;
}
.css_main .q_box a span br {
	display: none;
}
.css_main .q_box a:hover {
	background-position: 19px center;
}
.css_main .q_box a:hover span {
	padding: 0 10px 0 75px;
}

.css_main .m_con {
	width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
}
.css_main .m_con > div {
	display: block; width: calc(calc(100% - 80px) / 3);
}
.css_main .m_con .tt {
	width: 100%; height: 36px; margin-bottom: 20px;
}
.css_main .m_con .tt h4 {
	display: inline-block; float: left; line-height: 36px; color: #242424; font-size: 24px; font-weight: 600;
}
.css_main .m_con .tt a.more {
	background-image: url(../../images/new/plus1.png); float: right;
}
.css_main .m_con .tt a.more:hover {
	background-image: url(../../images/new/plus2.png);
}
.css_main .m_con .tt .slide_btn {
	float: right;
}


.css_main .m_con .notice_2 {
	width: 100%; height: 208px;
}
.css_main .m_con .notice_2 div {
	width: 100%; height: 52px; line-height: 24px; padding: 14px 0; border-bottom: 1px solid #DCDCDC; 
}
.notice_2 div a {
	width: calc(100% - 100px); font-size: 16px; color: #242424; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  
}
.notice_2 div a:hover {
	text-decoration: underline;
}
.notice_2 div a span {
	width: 47px; display: inline-block; text-align: center; border-radius: 20px; background: #FFBA24; font-size: 12px; margin-right: 10px;
}
.notice_2 div p {
	width: 100px; font-size: 14px; color: #555; float: right; text-align: right;
}
.notice_l div a {
	width: calc(100% - 100px); font-size: 16px; color: #242424; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  
}
.notice_l div a:hover {
	text-decoration: underline;
}
.notice_l div a span {
	width: 47px; display: inline-block; text-align: center; border-radius: 20px; background: #FFBA24; font-size: 12px; margin-right: 10px;
}
.notice_l div p {
	width: 100px; font-size: 14px; color: #555; float: right; text-align: right;
}
.notice_l {
  display: none;
}

.notice_l.active {
  display: block;
}

.css_main .m_con .box {
	width: 100%; height: 208px; border-radius: 12px; border: 1px solid #DEDDE7; background: #FFF;
}

.css_main .popup {
    position: relative;
    z-index: 1;
}

.css_main .m_con .popup {
	margin: 0 40px;
}


.css_main .m_con .rent .box {
	padding: 33px 40px 0 40px;
}
.css_main .m_con .rent a {
	width: 50%; line-height: 64px; margin-bottom: 15px; padding-left: 74px; font-size: 16px; color: #000; float: left; position: relative;
}
.css_main .m_con .rent a:hover {
	text-decoration: underline;
}
.css_main .m_con .rent a::before {
	content: ""; position: absolute; display: inline-block; width: 64px; height: 64px; top: 0px; left: 0px; border-radius: 24px; background-color: #F4F4F4; background-position: center; background-repeat: no-repeat;     
}
.css_main .m_con .rent a:nth-child(1)::before {
	background-image: url(../../images/new/css/service1.png);
}
.css_main .m_con .rent a:nth-child(2)::before {
	background-image: url(../../images/new/css/service2.png);
}
.css_main .m_con .rent a:nth-child(3)::before {
	background-image: url(../../images/new/css/service3.png);
}
.css_main .m_con .rent a:nth-child(4)::before {
	background-image: url(../../images/new/css/service4.png);
}



/* 홈페이지 메인 */
.h_header .gnb_menu > li {
	width: 173px;
}
.home_main #content {
    width: 100%; padding-top: 80px;
}
.home_main #content > .inner {
	overflow: hidden;
}
.home_main .visual {
	 width: 100%; height: 550px; background-image: url(../../images/new/home/bg.png); background-position: center bottom; background-repeat: no-repeat; background-size: cover; margin-bottom: 180px;
}
.home_main .visual .inner {
	position: relative; 
}
.home_main .visual .pop_box {
	width: 100%; height: 600px; position: absolute; top: 50px; left: 0;
}
.home_main .visual .pop_box .img_tt {
	flex-shrink: 0; width: 100%; height: 100%; 
}
.home_main .visual .pop_box .img_box {
	width: calc(100% - 440px); height: 100%; float: left; border-radius: 12px;  overflow: hidden;
}
.home_main .visual .pop_box .img_box img {
	width: 100%; height: 100%; border-radius: 12px; animation: fadein 2s; object-fit: cover;
}
@keyframes fadein {
    from {
        opacity: 0.5; transform: scale(1.2);
    }
    to {
        opacity: 1; transform: scale(1);
    }
}

.home_main .visual .pop_box .text_box {
	width: 390px; float: right;
}
.home_main .visual .pop_box .text_box h3 {
	width: 100%; height: 180px; margin: 40px 0 50px 0; color: #000; font-size: 40px; font-weight: 700; animation: slidenT 1s 1s forwards; opacity: 0;
	overflow: hidden; word-break: break-word; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
@keyframes slidenT {
  from {
   	opacity: 0;
    transform: translate3d(0, 15%, 0);
    visibility: visible;
  }
  to {
   	opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.home_main .visual .pop_box .slide_btn {
	position: absolute; width: 390px; right: 0; bottom: 40px; justify-content: left; z-index:10;
}

.home_main .kanc_t {
	font-size: 32px; color: #242424; margin-bottom: 24px; line-height: 32px; font-weight: 700;
}
.home_main .kanc_t span {
	height: 32px; background-position: 0 center; background-repeat: no-repeat;
}

.home_main .news, .home_main .quick, .home_main .info > div {
	width: 100%; height: auto; display: flex;
}
.home_main .news .board, .home_main .info .service {
	width: 780px;
}
.home_main .news .blog, .home_main .info .banner {
	width: 560px; margin: 0 0 0 60px;
}

.home_main .news .board .kanc_t {
	margin-top: 16px; 
}
.home_main .news .m_board {
	display: flex; height: auto;
}
.home_main .news .m_board ul {
	width: 160px; margin: 26px 24px 0 0;
}
.home_main .news .m_board ul li {
	width: 100%; height: 39px; line-height: 39px; margin-bottom: 15px; padding-left: 23px; position: relative; color: #777; font-size: 18px;
	cursor: pointer; font-weight: 500; border-radius: 40px;
}
.home_main .news .m_board ul li:hover {
	color: #000;
}
.home_main .news .m_board ul li::before {
	content: ""; position: absolute; display: inline-block; width: 3px; height: 3px; background: #777; top: 19px; left: 15px; border-radius: 5px;
}
.home_main .news .m_board ul li a {
	display: none; width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; text-indent: -9999px; transition: all 0.3s ease; background-image: url(../../images/new/plus2.png);
}
.home_main .news .m_board ul li.active {
	color: #fff; background: #2392D0;
}
.home_main .news .m_board ul li.active:hover {
	color: #fff;
}
.home_main .news .m_board ul li.active::before {
	background: #fff;
}
.home_main .news .m_board ul li.active a {
	display: block;
}
.home_main .news .m_board ul li.active a:hover {
	transform: rotate( 360deg ); 
}

.home_main .news .notice_l {
	width: calc(100% - 184px);
}
.home_main .news .notice_l div {
	width: 100%; height: 76px; border-bottom: 1px solid #DCDCDC; padding: 26px 0;
}
.home_main .news .notice_l div a {
	line-height: 24px;
}


.home_main .blog .tt {
	width: 100%; height: 48px; margin-bottom: 24px; 
}
.home_main .blog .tt h3 {
	display: inline-block; color: #242424; font-size: 24px; font-weight: 600; padding-left: 58px; line-height: 48px; background: url(../../images/new/home/icon_blog.png) 0 0 no-repeat;
}
.home_main .blog .tt a {
	float: right; padding-right: 20px; background: url(../../images/new/next1.png) right center no-repeat; font-size: 17px; line-height: 48px; color: #1D1D1D;
}
.home_main .blog .list {
	display: flex; 
}
.home_main .blog .list a {
	width: 100%; height: 305px; border-radius: 12px; border: 1px solid #DCDCDC; margin-left: 24px;
}
.home_main .blog .list a:first-child {
	margin-left: 0;
}
.home_main .blog .list .img_box {
	width: 100%; height: 200px; overflow: hidden; border-radius: 12px 12px 0 0;
}
.home_main .blog .list .img_box img {
	width: 100%; height: 100%; transition: all 0.3s ease;
}
.home_main .blog .list span {
	padding: 25px 25px 0 25px; width: 100%; height: 80px; color: #242424; font-size: 18px; overflow: hidden; word-break: break-word; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.home_main .blog .list a:hover {
	box-shadow: 0 4px 20px 0 rgba(30, 85, 178, 0.10);
}
.home_main .blog .list a:hover .img_box img {
	transform: scale(1.2);
}

.home_main .quick {
	margin: 60px 0 80px 0; justify-content: space-between; align-items: center;
}
.home_main .quick a {
	width: 160px; height: 160px; text-align: center; position: relative; padding-top: 100px; font-size: 16px; font-weight: 500;	
}
.home_main .quick a::before {
	content: ""; position: absolute; display: inline-block; width: 60px; height: 60px; top: 28px; left: 50%; margin-left: -30px; transition: all 0.3s ease;
}
.home_main .quick a:nth-child(1)::before {
	background-image: url(../../images/new/home/quick1.png);
}
.home_main .quick a:nth-child(2)::before {
	background-image: url(../../images/new/home/quick2.png);
}
.home_main .quick a:nth-child(3)::before {
	background-image: url(../../images/new/home/quick3.png);
}
.home_main .quick a:nth-child(4)::before {
	background-image: url(../../images/new/home/quick4.png);
}
.home_main .quick a:nth-child(5)::before {
	background-image: url(../../images/new/home/quick5.png);
}
.home_main .quick a:nth-child(6)::before {
	background-image: url(../../images/new/home/quick6.png);
}
.home_main .quick a:nth-child(7)::before {
	background-image: url(../../images/new/home/quick7.png);
}
.home_main .quick a:hover::before {
	transform: rotateY( 360deg );
}


.home_main .info {
	margin: 0 0 80px 0;
}

.home_main .info .service  {
	display: flex; gap: 10px;
}
.home_main .info .service > div {
	width: 25%; height: 352px; text-align: center; color: #fff; border-radius: 12px; position: relative; cursor: pointer; transition: all 0.3s ease;
	overflow: hidden; background-position: center; background-repeat: no-repeat; background-size: cover; 
}
.home_main .info .service > div:nth-child(1) {
	background-image: url(../../images/new/home/info1.png); 
}
.home_main .info .service > div:nth-child(2) {
	background-image: url(../../images/new/home/info2.png); 
}
.home_main .info .service > div:nth-child(3) {
	background-image: url(../../images/new/home/info3.png); 
}
/* .home_main .info .service > div::before {
	content: ""; position: absolute; display: inline-block; width: 100%; height: 100%; background: rgba(0,0,0,0.2); top: 0px; left: 0px;     
} */
.home_main .info .service .box {
	position: absolute; width: 100%; height: auto; bottom: 0; padding: 30px 10px; border-radius: 0 0 12px 12px; background: rgba(0, 0, 0, 0.5); transition: all 0.3s ease; 
}
.home_main .info .service .box h4 span {
	font-size: 18px; color: #FFF; font-weight: 500; padding-right: 40px; background: url(../../images/new/plus2.png) right center no-repeat;
}
.home_main .info .service .box p, .home_main .info .service .box div, .home_main .info .service .box div a {
	display: none;
}
.home_main .info .service .box p {
	font-size: 16px; font-weight: 500; margin: 20px 0 60px 0; color: #fff; 
}
.home_main .info .service .box a {
	font-size: 18px; padding: 8px 20px; border-radius: 100px; border: 1px solid #FFF; color: #fff; 
}
.home_main .info .service > div.active {
	width: 50%;
}
.home_main .info .service .active .box {
	height: 100%; padding: 70px 0 0 0; bottom: auto; top: 0; animation: service 1s; background: rgba(0, 0, 0, 0.7);
}
.home_main .info .service .active .box h4 span {
	background: none; padding-right: 0; font-size: 24px; font-weight: 600;
}
.home_main .info .service .active .box p, .home_main .info .service .active .box div a {
	display: block;
}
.home_main .info .service .active .box div {
	display: flex; justify-content: center; gap: 7px; flex-flow: row wrap;
}
.home_main .info .service .active .box div a:hover {
	background: rgba(0, 0, 0, 0.70);
}

@keyframes service {
    from {
        top: 265px; height: auto; background: rgba(0, 0, 0, 0.5);
    }
    to {
       top: 0px; height: 100%; background: rgba(0, 0, 0, 0.7);
    }
}

.home_main .info .banner {
	height: 352px; border-radius: 12px; border: 1px solid #DCDCDC; background: #F3F3F9; padding: 15px 40px;
}
.home_main .info .banner div {
	padding: 20px 0 20px 120px; background-position: 25px center; background-repeat: no-repeat;
}
.home_main .info .banner div > a {
	width: 100%; height: 100%;
}
.home_main .info .banner div h4 {
	font-size: 18px; color: #242424; font-weight: 600; margin-bottom: 6px; word-break: keep-all;
}
.home_main .info .banner div h5 {
	font-size: 16px; font-weight: 600; margin-top: 5px; 
}
.home_main .info .banner div h5 a {
	font-size: 16px; font-weight: 700; color: #1F82B9;
}
.home_main .info .banner div p {
	font-size: 16px; word-break: keep-all;
}
.home_main .info .banner div:nth-child(1) {
	background-image: url(../../images/new/home/icon_info1.png); background-position: 17px center;
}
.home_main .info .banner div:nth-child(2) {
	background-image: url(../../images/new/home/icon_info2.png); cursor: pointer; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;
}
.home_main .info .banner div:nth-child(3) {
	background-image: url(../../images/new/home/icon_info3.png); cursor: pointer;
}

.home_main .site_link {
	width: 100%; height: 100px; border-top: 1px solid #DCDCDC; background: #F3F3F9; padding: 25px;
}
.home_main .site_link .inner {
	height: 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
}
.home_main .site_link .site {
	width: calc(100% - 150px); overflow: hidden;
}
.home_main .site_link .site ul {
	 gap: 30px; display: flex; flex-wrap: nowrap; width: max-content;
}
.home_main .site_link .site ul li {
	float: left; border: 1px solid #DCDCDC; background: #FFF; width: 205px; height: 48px; 
}
.home_main .site_link .site ul li a {
	width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.home_main .site_link .slide_btn {
	width: 150px;
}

.home_main .site_link .site ul li.swiper-slide {
    width: 205px;
    height: 48px;
    flex-shrink: 0;
}




popup  .box.sw_popup_zone {
    height: 208px;
}

.popup  .swiper-wrapper,
.popup  .swiper-slide {
    height: 100%;
}

.popup  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.css_main .popup {
  position: relative;
}

.css_main .popup .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.css_main .popup .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;        /* ⭐ 간격 */
  background: #000;
  opacity: 0.4;
}

.css_main .popup .swiper-pagination-bullet-active {
  opacity: 1;
}

/* 팝업존 슬라이드 정렬 */
.popup  .swiper-slide {
    display: flex;
    align-items: center;      /* 세로 중앙 */
    justify-content: center;  /* 가로 중앙 */
}

/* 이미지 크기 제어 */
.popup  .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;     /* 잘림 없이 */
}

.home_main .visual .pop_box .swiper-wrapper {
    display: flex;
}



/* 2026 new css */
#container {
	width: 100%; min-width: 320px; padding-top: 80px; 
}
.container_wrap {
	width: 1400px; margin: 30px auto 100px auto; display: flex;
}
.content_wrap {
	width: calc(100% - 350px); position: relative;
}
.content_wrap > h3 {
	color: #242424; font-size: 32px; font-weight: 600; line-height: 48px; margin-bottom: 20px;	
}
.content_wrap .location {
	position: absolute; top: 15px; right: 0;
}
.content_wrap .location a {
	color: #242424; font-size: 14px; padding-left: 26px; height: 24px; line-height: 24px; background: url(../../images/new/next1.png) 3px center no-repeat;
}
.content_wrap .location a.home {
	padding-left: 0; background: none;
}
.content_wrap .location a.home img {
	vertical-align: top;
}
.content_wrap .location a:nth-child(2) {
	padding-left: 0; background: none;
}



.lnb_wrap {
	width: 260px; margin-right: 90px; 
}
.lnb_wrap > h2 {
	color: #1D1D1D; font-size: 24px; font-weight: 600; padding: 0 8px 30px 8px; border-bottom: 1px solid #8D8D8D;
}
.lnb_wrap > ul > li > a {
	width: 100%; color: #1D1D1D; font-size: 17px; font-weight: 500; padding: 0 8px; border-bottom: 1px solid #DCDCDC; line-height: 64px; position: relative;
}
.lnb_wrap > ul > li > a:hover {
	background: #F3F3F9; 
}
.lnb_wrap .depth3 ul {
	display: none; border-bottom: 1px solid #DCDCDC; padding: 16px 0; 
}
.lnb_wrap .depth3 > ul > li > a {
	width: 100%; line-height: 48px; padding: 0 0 0 18px; color: #1D1D1D; font-size: 16px; position: relative; border-radius: 8px;
}
.lnb_wrap .depth3 > ul > li > a::before {
	content: ""; position: absolute; display: inline-block; width: 4px; height: 4px; background: #2D2D2D; top: 22px; left: 8px; border-radius: 8px;     
}
.lnb_wrap > ul > li.on > a {
	color: #211B61; border-bottom: 3px solid #211B61; background: #F3F3F9;
}
.lnb_wrap > ul > li.depth3 > a::after {
	content: ""; position: absolute; display: inline-block; width: 16px; height: 16px; background: url(../../images/new/next1.png); transition: all 0.3s ease; top: 23px; right: 8px; transform: rotate( 90deg );      
}
.lnb_wrap > ul > li.depth3 > a:hover::after {
	transform: rotate( -90deg ); 
}
.lnb_wrap > ul > li.depth3.on > a::after {
	transform: rotate( -90deg );
}
.lnb_wrap > ul > li.depth3 li.on > a {
	background: #E9F6FD; color: #211B61; font-weight: 600;
}
.lnb_wrap .depth3 > ul > li > a:hover {
	background: #F4FBFE;
}
.lnb_wrap .depth4 {
	padding: 5px 0 0 18px;
}
.lnb_wrap .depth4 a {
	color: #1D1D1D; font-size: 14px; position: relative; padding: 0 0 0 10px; margin-top: 5px;
}
.lnb_wrap .depth4 a:hover {
	text-decoration: underline;
}
.lnb_wrap .depth4 a::before {
	content: ""; position: absolute; display: inline-block; width: 4px; height: 1px; background: #242424; top: 10px; left: 0px; 
}
.lnb_wrap .depth4 a.on {
	font-weight: 500;
}

.board_list table a {
	width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  
}


/* 홈페이지 서브 */

.title_st1 {
	color: #242424; font-size: 24px; font-weight: 600; line-height: 150%; margin-bottom: 20px; word-break: keep-all;
}
.title_st2 {
	color: #242424; font-size: 20px; font-weight: 600; line-height: 150%; word-break: keep-all;
}
.title_st3 {
	color: #242424; font-size: 18px; font-weight: 600; line-height: 150%; word-break: keep-all; position: relative; padding-left: 10px;
}
.title_st3::before {
	content: ""; position: absolute; display: inline-block; width: 3px; height: 3px; background: #242424; top: 13px; left: 0px; border-radius: 3px;      
}
.title_st4 {
	color: #211B61; font-size: 40px; font-weight: 600; line-height: 150%; margin-bottom: 40px; text-align: center;
}
.text_st1 {
	color: #242424; font-size: 18px; line-height: 150%; word-break: keep-all;
}

.table_st1 {
	border-top: 1px solid #0F0C2C; width: 100%; display: flex; flex-flow: row wrap; margin-bottom: 20px;
}
.table_st1 li {
	width: calc(100% - 200px); border-bottom: 1px solid #DEDDE7; padding: 15px 25px; font-size: 16px; word-break: keep-all;
}
.table_st1 li:nth-child(odd) {
	width: 200px; background: #F3F3F9; justify-content: center; display: flex; align-items: center;
}
.table_st1 li:nth-child(odd) h5 {
	color: #0F0C2C; font-size: 18px; font-weight: 600;
}

.top_img {
	width: 100%; height: 300px; border-radius: 20px; margin-bottom: 40px; background-position: center 0; background-repeat: no-repeat; background-size: cover;
	text-align: center; display: flex; flex-flow: column; justify-content: center; padding: 0 20px; 
}
.top_img h4, .top_img p {
	color: #fff; word-break: keep-all;
}


/* 인사말 */
.greeting .top_img {
	background-image: url(../../images/new/home/sub/greeting.png);
}
.greeting .top_img h4 { 
	font-size: 24px; line-height: 36px; font-weight: 600; margin-bottom: 23px;
}
.greeting .top_img p { 
	font-size: 18px; 
}
.greeting .con p { 
	font-size: 16px; line-height: 24px; color: #3C3C3C; margin-bottom: 20px; word-break: keep-all;
}

/* 설립목적 및 주요기능 */
.function .con {
	width: 100%; height: 854px; position: relative; margin-top: 40px; background: url(../../images/new/home/sub/function_bg.png) center no-repeat;
}
.function .con div.kanc {
	display: inline-block; position: absolute; width: 180px; top: 50%; left: 50%; margin: -50px 0 0 -90px; background: url(../../images/new/home/sub/ci1.png) center 0 no-repeat; background-size: contain;
	padding-top: 55px; text-align: center; color: #211B61; font-size: 32px; font-weight: 600;
}
.function span {
	display: inline-block; position: absolute; font-size: 16px; top: 50%; left: 50%; font-size: 16px; line-height: 24px; 
}
.function span:nth-child(2) {
	transform: translate(-50%, 0); top: 0; text-align: center;
}
.function span:nth-child(3), .function span:nth-child(4), .function span:nth-child(5) {
	margin-left: 360px;
}
.function span:nth-child(3) {
	margin-top: -257px;
}
.function span:nth-child(4) {
	margin-top: -20px;
}
.function span:nth-child(5) {
	margin-top: 213px;
}
.function span:nth-child(6) {
	transform: translate(-50%, 0); top: auto; bottom: 0; text-align: center;
}
.function span:nth-child(7), .function span:nth-child(8), .function span:nth-child(9) {
	margin-left: -532px; text-align: right; width: 162px;
}
.function span:nth-child(7) {
	margin-top: 213px;
}
.function span:nth-child(8) {
	margin-top: -16px;
}
.function span:nth-child(9) {
	margin-top: -257px;
}

/* 비젼 및 목표 */
.vision .top_img {
	background-image: url(../../images/new/home/sub/vision.png);
}
.vision .top_img h4 {
	font-size: 48px; font-weight: 700;
}
.vision .top_img p {
	font-size: 24px; font-weight: 500;
}
.vision .goal {
	width: 100%; height: auto; background: url(../../images/new/home/sub/goal_bg.png) center no-repeat; position: relative;
}
.vision .goal h5 {
	position: absolute; width: 178px; line-height: 178px; left: 50%; top: 50%; margin: -89px 0 0 -89px; font-size: 24px; color: #FFF; font-weight: 700; text-align: center;
}
.vision .goal ul {
	width: 100%; display: flex; gap: 256px; flex-flow: row wrap;
}
.vision .goal ul li {
	width: calc(50% - 128px); position: relative;
}
.vision .goal ul li h6 {
	width: 185px; height: 185px; border-radius: 50%; text-align: center; position: absolute; display: flex; justify-content: center; align-items: center; z-index: 10;
}
.vision .goal ul li h6 span {
	font-size: 18px; font-weight: 700;
}
.vision .goal ul li:nth-child(1), .vision .goal ul li:nth-child(2) {
	padding-top: 120px;
}
.vision .goal ul li:nth-child(1) h6 {
	border: 3px solid #1F82B9; background: #F4FBFE; right: 0;
}
.vision .goal ul li:nth-child(1) h6 span {
	color: #1F82B9; 
}
.vision .goal ul li:nth-child(2) h6 {
	border: 3px solid #385495; background: #F1F4FB;
}
.vision .goal ul li:nth-child(2) h6 span {
	color: #385495; 
}
.vision .goal ul li:nth-child(3), .vision .goal ul li:nth-child(4) {
	padding-bottom: 300px;
}
.vision .goal ul li:nth-child(3) div, .vision .goal ul li:nth-child(4) div {
	top: auto; bottom: 0;
}
.vision .goal ul li:nth-child(3) h6 {
	border: 3px solid #390D70; background: #F7F4FE; right: 0;
}
.vision .goal ul li:nth-child(3) h6 span {
	color: #390D70; 
}
.vision .goal ul li:nth-child(4) h6 {
	border: 3px solid #2147C5; background: #F4F6FE;
}
.vision .goal ul li:nth-child(4) h6 span {
	color: #2147C5; 
}
.vision .goal ul li div {
	width: 100%; height: 140px; padding: 30px 30px 25px 30px; background: #f6f6f7; border-radius: 10px; position: absolute; left: 0; top: 0;
}
.vision .goal ul li div p {
	padding-left: 13px; position: relative;
}
.vision .goal ul li div p::before {
	content: ""; position: absolute; display: inline-block; width: 4px; height: 4px; background: #0a98e7; top: 9px; left: 0px;  
}

.vision .plan h5 {
	color: #211B61; font-size: 24px; font-weight: 700; line-height: 36px; border-radius: 16px; background: #E9F6FD; padding: 15px 0; text-align: center; margin: 40px 0 25px 0;
}
.vision .plan ul {
	display: flex; flex-flow: row wrap;
}
.vision .plan ul li {
	width: 50%; padding: 15px 20px 0 35px; font-size: 16px; color: #3C3C3C; position: relative; word-break: keep-all;
}
.vision .plan ul li::before {
	content: ""; position: absolute; display: inline-block; width: 5px; height: 5px; border-radius: 5px; background: #27A2E7; top: 25px; left: 20px;  
}



.about_kanc .facilities>dl>dt.title_st2 {
	color: #242424; font-size: 20px; font-weight: 600; line-height: 150%; word-break: keep-all;
}


/* 연혁 */
.history .top_img {
	background-image: url(../../images/new/home/sub/history.png);
}
.history .top_img p {
	color: #000; font-size: 24px; font-weight: 600; margin-bottom: 23px;
}
.history .top_img h5 {
	display: inline-block; width: 344px; height: 75px; background-image: url(../../images/new/home/sub/ci1.png); background-size: contain; text-indent: -9999px; margin: 0 auto; background-repeat: no-repeat;
}

/* CI소개 */
.ci_intro {
	width: 1050px;
}
.ci_intro .ci_box1 {
	background: url(../../images/new/home/sub/ci_box1.png) 0 0 no-repeat; width: 100%; height: 300px; display: flex; align-items: center; margin-bottom: 40px;
}
.ci_intro .ci_box1 img {
	margin: 0 auto;
}
.ci_intro .title_st2 {
	margin: 40px 0 30px;
}
.ci_intro .title_st3 {
	margin-bottom: 20px;
}
.ci_intro .ci_box2 {
	display: flex; gap: 20px; flex-flow: row wrap;
}
.ci_intro .ci_box2 li {
	width: calc(50% - 10px);
}
.ci_intro .ci_box3 div:last-child {
	display: none;
}

/* 인재상 */
.talent {width: 850px; margin: 0 auto;}

/* 윤리헌장 */
.ethics {
	border-radius: 30px; background: #F3F3F9; padding: 50px;
}
.ethics div {
	padding: 80px 50px; border: 1px solid #E9E8EF; background: #FFF; box-shadow: 0 4px 5px 0 rgba(30, 85, 178, 0.05);
}
.ethics h4 {
	font-size: 40px; color: #211B61; font-weight: 600; text-align: center; padding-bottom: 160px; background: url(../../images/new/home/sub/ethics.png) center bottom no-repeat;
}
.ethics .text_st1 {
	margin: 40px 0; padding-bottom: 40px; border-bottom: 1px solid #DCDCDC;
}
.ethics dl {
	display: flex; flex-flow: row wrap; align-items: center;
}
.ethics dl dt, .ethics dl dd {
	margin: 20px 0;
}
.ethics dl dt {
	width: 50px; height: 50px; line-height: 46px; border-radius: 50px; border: 2px solid #BAB8CE; color: #BAB8CE; font-size: 24px; font-weight: 600; text-align: center;
}
.ethics dl dd {
	width: calc(100% - 50px); padding-left: 30px;
}
.ethics dl dd p {
	font-size: 16px; color: #3C3C3C;
}
.ethics dl dd p span {
	font-size: 24px; color: #242424; font-weight: 600; display: block;
}
.ethics h5 {
	height: 50px; text-indent: -9999px; margin-top: 40px; background: url(../../images/new/home/sub/logo.png) center 0 no-repeat;
}


/* 안전보건경영방침 */
.s_policy {
	margin-top: 40px;
}
.s_policy ul {
	 margin: 40px 0;
}
.s_policy ul li {
	width: 100%; height: 120px; position: relative; background-position: 0; background-repeat: no-repeat; margin: 20px 0;
}
.s_policy ul li > div {
	width: calc(100% - 100px); height: 120px; border-radius: 100px; border: 1px solid #E9E8EF; background: #F3F3F9; mix-blend-mode: multiply; float: right; padding: 0 20px 0 40px; display: flex; align-items: center;
}
.s_policy ul li > div div {
	display: flex; align-items: center; flex-flow: nowrap; gap: 10px;
}
.s_policy ul li div p {
	color: #242424; font-size: 18px; word-break: keep-all;
}
.s_policy ul li div span {
	color: #BAB8CE; font-size: 24px; font-weight: 700; display: inline-block; 
}
.s_policy ul li:nth-child(1) {
	background-image: url(../../images/new/home/sub/s_policy1.png); 
}
.s_policy ul li:nth-child(2) {
	background-image: url(../../images/new/home/sub/s_policy2.png); 
}
.s_policy ul li:nth-child(3) {
	background-image: url(../../images/new/home/sub/s_policy3.png); 
}
.s_policy ul li:nth-child(4) {
	background-image: url(../../images/new/home/sub/s_policy4.png); 
}
.s_policy .s_policy_t p {
	color: #242424; font-size: 16px; margin-bottom: 20px;
}
.s_policy .s_policy_t p:last-child {
	line-height: 51px; margin-bottom: 0;
}
.s_policy .s_policy_t p span {
	display: inline-block; font-size: 20px; font-weight: 600; padding: 0 75px 0 10px; background: url(../../images/new/home/sub/sign.png) right 0 no-repeat;
}


/* 안전보건개선제안 */
.s_propo {
	margin-top: 40px;
}
.s_propo span {
	width: 100px; line-height: 33px; font-size: 18px; color: #3C3C3C; display: inline-block; border-radius: 6px; border: 1px solid #DCDCDC; text-align: center;
}
.s_propo > h5 {
	text-align: center;
}
.s_propo .year {
	text-align: center; margin: 10px 0 40px 0;
}
.s_propo .year h6 {
	display: inline-block; margin: 0 8px;
}
.s_propo .table_st1 li {
	position: relative;
}
.s_propo .table_st1 li div {
	line-height: 35px; margin-bottom: 5px;
}
.s_propo .table_st1 li img {
	position: absolute; right: 20px; top: 8px;
}

.s_propo .check {
	padding-left: 15px; background: url(../../images/new/home/sub/check.png) 0 7px no-repeat; font-size: 16px;
}
.s_propo .tel {
	padding-left: 20px; background: url(../../images/new/home/sub/tel.png) 0 7px no-repeat; font-size: 16px;
}
.s_propo .file {
	display: flex; flex-flow: row wrap; align-items: center;
}
.s_propo .file li {
	width: calc(100% - 100px);
}
.s_propo .file li:first-child {
	width: 100px;
}
.btn_file {
	padding-right: 22px; background: url(../../images/new/home/sub/file.png) right center no-repeat; margin-right: 30px;
}

/* 조직도 */
.orgchart .org1 {
	width: 100%; margin-bottom: 50px; text-align: center;
}
.orgchart .org1 a, .orgchart .org2 li:first-child > a, .orgchart .org2 .org3 p   {
	width: 140px; line-height: 90px; font-size: 20px; font-weight: 700; color: #FFF; border-radius: 12px;
}
.orgchart .org1 a {
	background: #211B61; position: relative;
}
.orgchart .org1 a::before {
	content: ""; position: absolute; display: inline-block; width: 1px; height: 338px; top: 90px; left: 50%; z-index: -1; background: url(../../images/new/home/sub/line1.png);
}
.orgchart .org2 {
	width: calc(50% + 70px); margin: 0 0 0 auto; text-align: center; display: flex; justify-content: space-between; position: relative;
}
.orgchart .org2 li:first-child > a {
	background: #27A2E7;
}
.orgchart .org2 .org3 {
	width: 140px; 
}
.orgchart .org2 .org3 p {
	border-radius: 12px; background: #BAB8CE; position: relative;
}
.orgchart .org2 .org3 p::before {
	content: ""; position: absolute; display: inline-block; width: 1px; height: 150px; top: 90px; left: 50%; z-index: -1; background: url(../../images/new/home/sub/line1.png);
}
.orgchart .org2 .org3 a {
	width: 100%; line-height: 52px; border-radius: 10px; border: 1px solid #DCDCDC; font-size: 16px; color: #3C3C3C; margin-top: 30px; background:#fff;
}
.orgchart .org2 .org3 a:last-child::before {
	content: ""; position: absolute; display: inline-block; width: calc(100% - 70px); height: 1px; top: 148px; right: 0; z-index: -1; background: url(../../images/new/home/sub/line2.png);
}
.orgchart .org4 {
	margin: 60px auto 0 auto; display: flex; gap: 44px; justify-content: space-between; position: relative; width: 1050px;
}
.orgchart .org4::before {
	content: ""; position: absolute; display: inline-block; width: calc(100% - 230px); height: 1px; top: -30px; left: 115px; z-index: -1; background: url(../../images/new/home/sub/line2.png);
}
.orgchart .org4 li {
	width: calc(calc(100% - 132px) / 4);
}
.orgchart .org4 div a {
	width: 100%; line-height: 54px; border-radius: 8px; background: #555; font-size: 16px; color: #FFF; text-align: center; position: relative;
}
.orgchart .org4 div a::before {
	content: ""; position: absolute; display: inline-block; width: 1px; height: 30px; top: -30px; left: 50%; z-index: -1; background: url(../../images/new/home/sub/line1.png);
}
.orgchart .org4 li > a {
	width: 100%; line-height: 42px; border-radius: 8px; background: #fff; font-size: 16px; color: #3C3C3C; text-align: center; border: 1px solid #DCDCDC; margin-top: 8px;
}

.company > h2, .amenities > h2 {
	color: #242424; font-size: 24px; font-weight: 600; line-height: 150%; margin-bottom: 20px; word-break: keep-all;
}


/* 팹서비스 종합안내 */
.f_process {
	display: flex; gap: 30px;
}
.f_process ul {
	display: flex; width: calc(100% - 150px); flex-flow: column; border: 1px solid #DCDCDC; border-top: 1px solid #211B61; position: relative; 
}
.f_process ul::before {
	content: ""; position: absolute; display: inline-block; width: 20px; height: 20px; top:50%; left: -26px; margin-top: -10px; background: url(../../images/new/arrow3.png);
}
.f_process ul:first-child::before {
	display: none;
}
.f_process ul li {
	width: 100%; padding: 10px 0; text-align: center; position: relative; 
}
.f_process ul li:first-child {
	background: #F3F3F9; font-size: 16px; color: #111; font-weight: 500;
}
.link_box ul {
	margin: 20px 0; display: flex; gap: 20px;
}
.link_box li {
	border-radius: 10px; background: #F3F3F9; width: 100%; text-align: center; padding: 15px;
}
.link_box li a {
	color: #333; font-weight: 500; padding-right: 25px; background: url(../../images/new/link.png) right center no-repeat;
}

.skip_navi a{position:absolute;top:0;left:0;width:100%;height:1px;margin-top:-1px;display:block;background-color:#211b61;font-size:14px;color:#fff;font-family:"notokr-medium";line-height:1;overflow:hidden;text-align:center}
.skip_navi a:focus, .skip_navi a:active{margin-top:0;height:auto;padding:10px 0}


/* 팹서비스 홈페이지 */
.f_process.fabStep li {
	word-break: keep-all; display: flex; flex-flow: column; justify-content: center;
}
.f_process.fabStep span {
	display: block; padding: 55px 0 0 0; background-position: center 10px; background-repeat: no-repeat;
}
.f_process.fabStep ul:nth-child(1) span {
	background-image: url(/images/kor/icon/ie8_icon_step02.png); 
}
.f_process.fabStep ul:nth-child(2) span {
	background-image: url(/images/kor/icon/ie8_icon_step03.png); 
}
.f_process.fabStep ul:nth-child(3) span {
	background-image: url(/images/kor/icon/ie8_icon_step08.png); 
}
.f_process.fabStep ul:nth-child(4) span {
	background-image: url(/images/kor/icon/ie8_icon_step04.png); 
}
.f_process.fabStep ul:nth-child(5) span {
	background-image: url(/images/kor/icon/ie8_icon_step07.png); 
}
.f_process.fabStep ul:nth-child(6) span {
	background-image: url(/images/kor/icon/ie8_icon_step05.png); 
}
.f_process.fabStep ul li:nth-child(2) {
	height: 120px; padding: 0 5px;
}
.f_process.fabStep ul li:nth-child(3) {
	height: 64px; border-top: 1px solid #DCDCDC;
}

.sub_common h4 b {
	 font-size: 18px; font-weight: bold; margin-block-start: 1.33em; margin-block-end: 1.33em; color: #211b61;
}


/* 영문 */
#header.headerE h1 {
	width: 173px;
}
#header.headerE h1 a {
	background-image: url(../../images/new/eng/logo.png);
}
.h_header.headerE .gnb_menu > li {
	width: auto; padding: 0 20px;
}
.headerE .inner_box > ul > li > a, .headerE .all_menu_list > li > a, .sitemap .depth2 > li > a {
	height: 70px; font-size: 16px; line-height: 130%; display: flex; align-items: center;
}
#footer.footerE {
	border-top: 1px solid #DCDCDC;
}
#footer.footerE .inner > div {
	width: 100%; display: flex;
}
#footer.footerE .f_con {
	flex-flow: column; align-items: flex-start; color: #1D1D1D;
}
#footer.footerE .f_con p {
	margin-bottom: 5px;
}
#footer.footerE .f_con dt {
	font-weight: 700; color: #1D1D1D; float: left;
}
#footer.footerE .f_con dd {
	padding: 0 15px 0 5px; color: #1D1D1D; float: left;
}
#footer.footerE .f_copy {
	justify-content: space-between;
}
#footer.footerE .f_copy a {
	font-size: 14px; padding-left: 22px; background: url(../../images/new/eng/mail.png) 0 center no-repeat;
} 
#footer.footerE .f_copy p {
	font-size: 14px;
}

.mainE .visual {
	width: 100%; height: 860px; background-image: url(../../images/new/eng/bg.png); background-position: center 0; background-repeat: no-repeat; background-size: cover;
	display: flex; justify-content: center; align-items: center; text-align: center;
}
.mainE .visual div {
	padding-bottom: 80px;
}
.mainE .visual p {
	font-size: 40px; font-weight: 700; color: #FFF; animation: slideInUp 1s forwards; text-shadow: 0 4px 10px rgba(0, 0, 0, 0.20); margin-bottom: 30px;
}
.mainE .visual h2 {
	animation: slideInUp 1s 1s forwards; height: 81px; opacity: 0; background: url(../../images/new/eng/kanc.png) center 0 no-repeat; text-indent: -9999px;
}

.mainE .conE {
	margin: -110px 0 80px 0;
}
.mainE .section1, .mainE .section2, .mainE .section3 {
	display: flex; justify-content: space-between; flex-flow: row wrap;
}
.mainE .section1 div {
	width: calc(100% / 3); height: 220px; padding: 30px 30px 30px 40px; background-position: 40px 30px; background-repeat: no-repeat; cursor: pointer; transition: all 0.5s ease; overflow: hidden;
}
.mainE .section1 h3 {
	color: #fff; font-size: 24px; font-weight: 700; padding: 80px 0 20px 0; transition: all 0.5s ease;
}
.mainE .section1 p {
	overflow: hidden; color: #FFF; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; transition: all 0.5s ease;
}
.mainE .section1 a {
	display: none; width: 85px; line-height: 29px; padding-left: 12px; color: #FFF; border-radius: 40px; transition: all 0.5s ease; border: 1px solid #FFF; font-size: 16px; margin-top: 20px; background: url(../../images/new/eng/arrow2.png) right 8px center no-repeat; 
}
.mainE .section1 div:nth-child(1) {
	background-color: #211B61; background-image: url(../../images/new/eng/icon_e1.png);
}
.mainE .section1 div:nth-child(2) {
	background-color: #27A2E7; background-image: url(../../images/new/eng/icon_e2.png);
}
.mainE .section1 div:nth-child(3) {
	background-color: #F3F3F9; background-image: url(../../images/new/eng/icon_e3.png);
}
.mainE .section1 div:nth-child(3) h3 {
	color: #242424;
}
.mainE .section1 div:nth-child(3) p {
	color: #242424;
}
.mainE .section1 div:nth-child(3) a {
	color: #242424; border: 1px solid #242424; color: #242424; background: url(../../images/new/eng/arrow3.png) right 8px center no-repeat;
}

.mainE .section1 div:hover {
	background-image: none !important;
}
.mainE .section1 div:hover h3 {
	padding: 0 0 20px 0;
}
.mainE .section1 div:hover p {
	word-break: break-word; white-space: break-spaces; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 50px;
}
.mainE .section1 div:hover a {
	display: block;
}

.mainE .section2 {
	margin: 60px 0;
}
.mainE .section2 a {
	width: 200px; height: 200px; text-align: center; position: relative;
}
.mainE .section2 a strong {
	font-size: 16px; color: #242424; padding: 105px 0 5px 0; display: block;
}
.mainE .section2 a span {
	font-size: 14px; color: #777;
}
.mainE .section2 a::before {
    content: ""; position: absolute; display: inline-block; width: 100px; height: 100px; top: 0; left: 50%; margin-left: -50px; transition: all 0.3s ease;
}
.mainE .section2 a:nth-child(1)::before {
	background-image: url(../../images/new/eng/quick1.png);
}
.mainE .section2 a:nth-child(2)::before {
	background-image: url(../../images/new/eng/quick2.png);
}
.mainE .section2 a:nth-child(3)::before {
	background-image: url(../../images/new/eng/quick3.png);
}
.mainE .section2 a:nth-child(4)::before {
	background-image: url(../../images/new/eng/quick4.png);
}
.mainE .section2 a:nth-child(5)::before {
	background-image: url(../../images/new/eng/quick5.png);
}
.mainE .section2 a:hover::before {
	transform-image: rotateY( 360deg );
}

.mainE .section3 {
	gap: 20px;
}
.mainE .section3 a {
	width: calc(calc(100% - 60px) / 4); height: 180px; padding: 30px; border-radius: 12px; border: 1px solid #DCDCDC; 
}
.mainE .section3 a strong {
	line-height: 48px; padding: 0 0 24px 60px; font-size: 20px; color: #242424; font-weight: 700; background-position: 0 0; background-repeat: no-repeat; position: relative; display: block;
}
.mainE .section3 a strong::before {
    content: ""; position: absolute; display: inline-block; width: 24px; height: 24px; top: 50%; right: 0; margin-top: -24px; transition: all 0.3s ease; background: url(../../images/new/eng/arrow.png); opacity: 0.3;
}
.mainE .section3 a:hover strong::before {
    opacity: 1;
}
.mainE .section3 a:nth-child(1) strong {
	background-image: url(../../images/new/eng/notice.png);
}
.mainE .section3 a:nth-child(2) strong {
	background-image: url(../../images/new/eng/news.png);
}
.mainE .section3 a:nth-child(3) strong {
	background-image: url(../../images/new/eng/faq.png);
}
.mainE .section3 a:nth-child(4) strong {
	background-image: url(../../images/new/eng/map.png);
}
.mainE .section3 a span {
	font-size: 14px; color: #777;
}
.mainE .section3 a:hover {
	border: 1px solid #777;
}

.contentE h3, .contentE .about_kanc h3 {
	font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;
}
.contentE > h3 {
    font-size: 32px; font-weight: 600; margin: 0 0 20px 0;
}
.contentE p {
	margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px;
}

.function.functionE .con {
	background: url(../../images/new/eng/function.png) center no-repeat;
}
.function.functionE span:nth-child(3) {
	margin-top: -275px; margin-left: 302px;
}
.function.functionE span:nth-child(4) {
	margin-top: 29px; margin-left: 396px;
}
.function.functionE span:nth-child(5) {
	margin-top: 333px; margin-left: 228px;
}
.function.functionE span:nth-child(6) {
	margin-left: -328px; margin-bottom: 47px; text-align: right;
}
.function.functionE span:nth-child(7) {
	margin-top: 42px; margin-left: -561px;
}
.function.functionE span:nth-child(8) {
	width: 200px; margin-top: -273px; margin-left: -498px;
}

.n_scroll {
	    overflow: hidden;
}



/* 반응형 */

@media (max-width: 1420px) {
    .inner {width: 100%; padding: 0 30px;}
    .gnb_wrap, .lnb_wrap {display: none;}
    .all_menu_wrap {padding-top: 50px;}

    .css_main .q_box a {width: calc(calc(100% - 28px) / 3); margin-bottom: 10px;}
    .css_main .q_box a:nth-child(4) {margin-left: 0;}
    .css_main .m_con > div {width: calc(calc(100% - 40px) / 2);}
	.css_main .m_con > div.popup {margin: 0 0 0 40px;}
	.css_main .m_con > div.rent {width: 100%; margin: 40px 0 0 0;}
	.css_main .m_con .rent a {width: 25%;}
	.css_main .m_con .rent .box {padding: 20px 40px 0 40px; height: 106px;}
	
	.home_main .visual .pop_box {width: calc(100% - 60px); left: 30px;}	
	.home_main .news, .home_main .quick, .home_main .info > div {display: block;}
	.home_main .news .board, .home_main .info .service {width: 100%;}
	.home_main .news .blog, .home_main .info .banner {width: 100%; margin: 40px 0 0 0;}	
	.home_main .quick {display: flex; justify-content: flex-start;}
	.home_main .quick a {width: calc(100% / 7);}
	
	.container_wrap {width: 100%; padding: 0 30px;}
	.content_wrap {width: 100%;}
}

@media (max-width: 1280px) {
	.inner_box > ul > li, .all_menu_list > li, .sitemap .depth2 > li {width: calc(calc(100% - 48px) / 3);}
	.inner_box > ul > li:nth-child(3n), .sitemap .depth2 > li:nth-child(3n) {margin-right: 0;}
	.inner_box > ul > li:nth-child(5n), .sitemap .depth2 > li:nth-child(4n) {margin-right: 24px;}
	.inner_box > ul > li > a, .all_menu_list > li > a, .sitemap .depth2 > li > a {font-size: 18px;}
	.inner_box > ul > li > ul > li, .sitemap .depth3 li {margin-top: 0;}	
	.inner_box > ul > li > ul > li > a, .sitemap .depth3 li a {font-size: 16px;}
	
	.css_main .visual {height: auto; overflow: hidden; padding: 30px 0 50px 0;}
	.css_main .visual .inner > div {width: 100%; height: auto;}
	.css_main .text_box {margin-bottom: 30px;}
	.css_main .text_box p {word-break: keep-all; margin: 16px 0 20px 0;} 
	.css_main .text_box p br {display: none;}
	.css_main .m_login .login {width: 430px;}
	
	#footer .f_con .tt p br {display: block;}
	
	.mainE .section1 div {width: 100%;}
	.mainE .section2 {gap: 20px; justify-content: center;}
	.mainE .section2 a {width: calc(calc(100% - 40px) / 3);}
	.mainE .section3 a {width: calc(calc(100% - 20px) / 2);}
}

@media (max-width: 1100px) {
	.ci_intro {width: 100%;}
	.ci_intro .ci_box1 {height: auto; aspect-ratio: 3.5 / 1; background-size: contain;}
	.ci_intro .ci_box2 li div img, .ci_intro .ci_box3 li div img {width: 100%;}	
	
	.f_process {flex-flow: wrap;}
	.f_process ul {width: calc(calc(100% - 60px) / 3);}
	.f_process ul::before {display: none;}
	
	.function .con {background: none; height: auto;}
	.function .con div.kanc {position: relative; width: 100%; top: 0; left: 0; margin: 0; background-size: 120px; background-position: 0 center; padding: 0 0 0 135px; text-align: left; margin-bottom: 15px;}
	.function span {display: flex; position: relative; width: 100%; transform: none; top: auto; left: auto; margin-left: 0; margin-top: 0; margin-bottom: 15px; text-align: left; background-position: 0 0; background-repeat: no-repeat; padding: 0 0 0 90px; height: 78px; align-items: center;}
	.function span br {display: none;}
	.function span:nth-child(2) {transform: none; top: auto; text-align: left; background-image: url(../../images/new/home/sub/function1.png);}
	.function span:nth-child(3), .function span:nth-child(4), .function span:nth-child(5) {margin-left: 0;}
	.function span:nth-child(3) {margin-top:0; background-image: url(../../images/new/home/sub/function2.png);}
	.function span:nth-child(4) {margin-top:0; background-image: url(../../images/new/home/sub/function3.png);}
	.function span:nth-child(5) {margin-top: 0; background-image: url(../../images/new/home/sub/function4.png);}
	.function span:nth-child(6) {transform: none; top: auto; bottom: 0; text-align: left; background-image: url(../../images/new/home/sub/function5.png);}
	.function span:nth-child(7), .function span:nth-child(8), .function span:nth-child(9) {margin-left:0; text-align: left; width: 100%;}
	.function span:nth-child(7) {margin-top: 0; background-image: url(../../images/new/home/sub/function6.png);}
	.function span:nth-child(8) {margin-top:0; background-image: url(../../images/new/home/sub/function7.png);}
	.function span:nth-child(9) {margin-top:0; margin-bottom: 0; background-image: url(../../images/new/home/sub/function8.png);}
	
	.function.functionE .con {background: none; height: auto;}
	.function.functionE span:nth-child(3) {margin-top:0; margin-left: 0;}
	.function.functionE span:nth-child(4) {margin-top: 0; margin-left: 0;}
	.function.functionE span:nth-child(5) {margin-top: 0; margin-left: 0;}
	.function.functionE span:nth-child(6) {margin-left:0; margin-bottom: 15px; text-align: left;}
	.function.functionE span:nth-child(7) {margin-top: 0; margin-left:0;}
	.function.functionE span:nth-child(8) {width: 100%; margin-top:0; margin-left:0;}

	.orgchart .org4 {width: 100%; gap: 20px;}
	.orgchart .org4::before {width: 76%; left: 12%;}
	.orgchart .org4 li {width: calc(calc(100% - 60px) / 4);}
	.orgchart .org4 div a, .orgchart .org4 li > a {font-size: 15px;}
}

@media (max-width: 1024px) {
	.home_main .visual {height: auto;margin-bottom: 50px;}
	.home_main .visual .pop_box {width: 100%; height: auto; position: relative; top: auto; left: auto; padding: 30px 0; overflow: hidden;}
	.home_main .visual .pop_box .img_box {width: 100%; height: auto; aspect-ratio: 3 / 2;}	
	.home_main .visual .pop_box .text_box {width: 100%;}
	.home_main .visual .pop_box .text_box h3 {height: 90px; font-size: 30px; margin: 20px 0; -webkit-line-clamp: 2;} 
	.home_main .visual .pop_box .slide_btn {width: 162px;}
	
	.board_view_cont img {width: 100%;}
	.content_wrap .ci_intro .ci_box1 img {width: auto;}
	.open_data img {width: auto;}
	
	.vision .goal {background: none;}
	.vision .goal h5 {position: relative; width: 100%; line-height: 50px; left: auto; top: auto; margin: 0 0 20px 0; border-radius: 50px; background-image: linear-gradient(180deg, #8F99C8 1.44%, #635E8D 100%);}
	.vision .goal ul {gap: 20px;}
	.vision .goal ul li {width: 100%; display: flex; align-items: center; justify-content: space-around;}
	.vision .goal ul li:nth-child(1), .vision .goal ul li:nth-child(2) {padding-top: 0;}
	.vision .goal ul li:nth-child(3), .vision .goal ul li:nth-child(4) {padding-bottom: 0;}
	.vision .goal ul li h6 {position: relative;}
	.vision .goal ul li div {position: relative; width: calc(100% - 200px);}
	
	.link_box ul {gap: 10px; flex-flow: column;}	
	
	.s_propo > h5 {text-align: left;}
	.s_propo .year {text-align: left;}
	.s_propo .year h6 {width: 100%; margin: 0;}
	.s_propo .table_st1 li {width: 100%; padding: 10px 0; font-size: 15px;}
	.s_propo .table_st1 li:nth-child(odd) {width: 100%;}
	.table_st1 li:nth-child(odd) h5 {font-size: 15px;}	
	.s_propo .table_st1 li img {width: auto; top: 0; right: 0;}	
}


@media (max-width: 920px) {
	#footer .f_con .tt {width: calc(100% - 130px);}
	#footer .f_copy p {width: 100%; text-align: left; margin-top: 5px;}

	.talent {width: 100%;}
	
	.mainE .visual {height: 500px;}
	.mainE .visual div {padding-bottom: 60px;}
	.mainE .visual p {font-size: 25px;}
	.mainE .visual h2 {height: 60px; background-size: contain;}
}

@media (max-width: 860px) {
	.home_main .quick {flex-flow: wrap;}
    .home_main .quick a {width: calc(100% / 4); word-break: keep-all;}
	.home_main .quick a:nth-child(n+5) {width: calc(100% / 3);}
}

@media (max-width: 768px) {
	.css_main .text_box h2 {font-size: 50px;}
	
	.css_main .q_box a {width: calc(calc(100% - 14px) / 2);}
	.css_main .q_box a:nth-child(3), .css_main .q_box a:nth-child(5) {margin-left: 0;}
	.css_main .q_box a:nth-child(4) {margin-left: 14px;}
	
	.css_main .m_con > div {width: 100%;}
	.css_main .m_con > div.popup {margin: 40px 0 0 0;}
	.css_main .m_con .rent .box {height: 190px;}
	.css_main .m_con .rent a {width: 50%;}
	
	#footer .f_site {height: 107px;}
	#footer .f_site .inner {padding: 0;}
	#footer .f_site .inner > div {width: 50%;}
	#footer .f_site .inner > div:first-child {border-left: none;}
	#footer .f_site .inner > div:nth-child(3) {border-top: 1px solid #DCDCDC;}
	#footer .f_site .inner > div:nth-child(4) {border-top: 1px solid #DCDCDC;}
	#footer .f_site .inner > div:nth-child(even) {border-right: none;}
	#footer .f_con .logo1 {width: 100%; margin-bottom: 10px;}
	#footer .f_con .tt {width: 100%;}
	
	.container_wrap {margin: 30px auto 50px auto;}
	.content_wrap .location {display: none;}
	.content_wrap > h3 {font-size: 25px; line-height: 30px;}
	
	.home_main .info .service {flex-flow: column;}
	.home_main .info .service > div {width: 100%; height: 87px;}
	.home_main .info .service > div.active {width: 100%; height: 300px;}
	.home_main .info .service .active .box {padding: 40px 5px 0 5px;}
	.home_main .info .service .box a {font-size: 15px;}
	
	.top_img {height: auto; padding: 30px 20px; margin-bottom: 20px;}
	.greeting .top_img h4 {font-size: 20px; line-height: 30px;}	
	.greeting .top_img h4 br {display: none;}
	.greeting .top_img p, .vision .top_img p {font-size: 16px;}
	.greeting .con p {font-size: 15px; line-height: 22px;}
	
	.vision .top_img h4 {font-size: 24px;}
	
	.history .top_img p {font-size: 16px;}
	.history .top_img h5 {width: 50%; height: auto; aspect-ratio: 4 / 1;}
	
	.ci_intro .text_st1 {font-size: 15px;}
	.content_wrap .ci_intro .ci_box1 img {width: 40%;}
	
	.vision .goal h5 {font-size: 20px;}
	.vision .goal ul li h6 {width: 140px; height: 140px; border-radius: 10px;}
	.vision .goal ul li h6 span {font-size: 16px;}
	.vision .goal ul li div {width: calc(100% - 160px); padding: 20px 10px 0 20px;}
		
	.vision .plan ul li {width: 100%; font-size: 15px;}
	.vision .plan h5 {font-size: 20px; padding: 7px 0; margin: 40px 0 0 0;}
	
	.ethics {border-radius: 10px; padding: 20px;}
	.ethics div {padding: 30px;}
	
	.s_policy ul li > div {border-radius: 10px;}
	.s_policy ul li div p {font-size: 15px;}
}

@media (max-width: 720px) {
	.sitemap .depth2 > li {width: calc(50% - 12px);}
	.sitemap .depth2 > li:nth-child(even) {margin-right: 0 !important;}
	.sitemap .depth2 > li:nth-child(3n) {margin-right: 24px;}
	.sitemap .depth3 li a {font-size: 15px;}
	
	.orgchart .org4 {flex-flow: column;}
	.orgchart .org4::before {display: none;}
	.orgchart .org4 li {width: 100%;}
}

@media (max-width: 640px) {
	.inner, .container_wrap {padding: 0 20px;}
	.all_menu_wrap {padding-top: 30px;}
	.inner_box > ul > li, .all_menu_list > li {width: calc(50% - 12px);}
	.inner_box > ul > li:nth-child(even) {margin-right: 0 !important;}
	.inner_box > ul > li:nth-child(3n) {margin-right: 24px;}
	
	.home_main .news .m_board {flex-flow: column;}
	.home_main .news .m_board ul {width: 100%; margin: 0 24px 0 0;}
	.home_main .news .m_board ul li {width: auto; float: left; padding-left: 14px; margin-bottom: 0; padding-left: 0; margin: 0 5px; font-size: 16px;}
	.home_main .news .m_board ul li:nth-child(1) {margin: 0 5px 0 0;}
	.home_main .news .m_board ul li::before {display: none;}
	.home_main .news .m_board ul li.active {width: 98px; padding-left: 10px;}
	.home_main .news .m_board ul li:nth-child(3).active {width: 110px;}
	.home_main .news .m_board ul li a {right: 7px;}
	
	.home_main .news .notice_l {width: 100%;}
	
	.text_st1 {font-size: 16px;}
	
	.ethics dl dt {width: 40px; height: 40px; line-height: 38px; font-size: 18px;}	
	.ethics dl dd {padding-left: 15px;}
	
	.ethics dl dd p {font-size: 14px;}	
	.ethics dl dd p span {font-size: 18px;}
	
	.mainE .section2 {gap: 10px; margin: 40px 0;}
	.mainE .section2 a {width: 100%; height: auto; min-height: 60px; padding-left: 80px; display: flex; align-items: flex-start; flex-flow: column; justify-content: center;}
	.mainE .section2 a::before {left: 0; margin-left: 0; width: 60px; height: 60px; background-size: contain;}
	.mainE .section2 a strong {padding: 0 0 5px 0;}
	.mainE .section2 a span {display: block; text-align: left;}
	
	.mainE .section3 a {width: 100%; height: auto; padding: 20px;}
	.mainE .section3 a strong {padding: 0 0 10px 60px;}
	.mainE .section3 a strong::before {margin-top: -16px;}
	
}

@media (max-width: 540px) {
	#util .link {display: none;}
	#util .tab {width: 100%;}
	#util .tab a {width: 50%; text-align: center; float: left; height: 35px; line-height: 35px;}
	#util, #util div {height: 35px; line-height: 35px;}
	
	#header {height: 60px;}
	#header h1 {height: 40px; margin-top: 10px;}
	#header h1 a {background-size: contain;}
	.btn_allmenu {margin-top: 18px;}
	#container {padding-top: 60px;}
	.all_menu {top: 35px;}
	.all_menu .menu_close .link {display: block; width: calc(100% - 30px); float: left;}
	.all_menu .menu_close .link a {line-height: 80px; color: #fff; margin-right: 10px;}
	.all_menu_box {height: calc(100vh - 115px);}
	
	.home_main #content, .css_main #content {padding-top: 60px;}
	.home_main .visual {margin-bottom: 30px;}
	.home_main .blog .tt h3 span {display: none;}
	.home_main .blog .list {flex-flow: column;}
	.home_main .blog .list a {margin-left: 0;}
	.home_main .blog .list a:first-child {margin-bottom: 20px;}	
	
	.home_main .quick {margin: 30px 0;}
	.home_main .quick a {font-size: 15px; height: 120px; padding-top: 80px;}
	.home_main .quick a::before {width: 40px; height: 40px; background-size: contain; margin-left: -20px;}
	
	 .home_main .info .banner {padding: 0 10px; height: auto;}
	 .home_main .info .banner div {padding: 20px 0 20px 80px; background-position: 10px center}
	 .home_main .info .banner div:nth-child(1) {background-position: 0 center;}
	 .home_main .info .banner div p {font-size: 14px;}
	 
	 .ci_intro .ci_box2 {gap: 10px;}
	 .ci_intro .ci_box2 li {width: 100%;}
	 .ci_intro .ci_box3 div:nth-child(2) {display: none;}
	 .ci_intro .ci_box3 div:last-child {display: block;}
	 
	 .f_process {gap: 20px;}
	 .f_process ul {width: calc(calc(100% - 20px) / 2);}
	 
	 .orgchart .org1 {text-align: left;}
	 .orgchart .org1 a {text-align: center;}
	 .orgchart .org2 {width: 100%;} 
	 .orgchart .org4 {margin: 30px auto 0 auto;}
	 .orgchart .org4 div a::before {display: none;}
	 
	 .s_policy ul {display: flex; flex-flow: column;}
	 .s_policy ul li {background-size: 70px; margin: 5px 0; height: auto;}
	 .s_policy ul li > div {width: calc(100% - 60px); height: auto; padding: 20px 10px 20px 20px;}

	#util.utilE .link {display: block;}
	#util.utilE .link a::before {top: 10px;}
	 
}


@media (max-width: 500px) {
	.css_main .m_login > div {padding: 25px 20px;}
	.css_main .m_login .login {height: auto;}
	.css_main .login .form input {font-size: 16px;}
	.css_main .service {padding: 40px 0 35px 0;}
	.css_main .quick {margin: 0 0 30px 0;}
	.css_main .q_box a {background-position: 10px center;}	
	.css_main .q_box a span {font-size: 16px; padding: 0 10px 0 65px;}
	.css_main .q_box a:hover {background-position: 9px center;}
	.css_main .q_box a:hover span {padding: 0 10px 0 64px;}
	
	.vision .goal ul li {flex-flow: column;}
	.vision .goal ul li h6 {width: 100%;height: 50px;}
	.vision .goal ul li h6 span br {display: none;}
	.vision .goal ul li div {width: 100%; height: auto; padding: 20px;}
	
}

@media (max-width: 470px) {
    .css_main .m_con .rent .box {padding: 20px;}
    
}

@media (max-width: 450px) {
	.inner, .container_wrap {padding: 0 10px;}
	.all_menu_wrap {padding-top: 20px;}
	.inner_box > ul > li, .all_menu_list > li, .sitemap .depth2 > li {width: 100%; margin-bottom: 20px;}
	.inner_box > ul > li, .sitemap .depth2 > li {margin-right: 0 !important;}
	.all_menu_area h2, .sitemap h4 > a {margin-bottom: 10px; font-size: 27px;}
	    
	.css_main .q_box a {width: calc(calc(100% - 8px) / 2); margin-left: 8px; background-size: 40px;}
	.css_main .q_box a:nth-child(4) {margin-left: 8px;}
	.css_main .q_box a span {padding: 0 0 0 53px;}
	.css_main .q_box a span br {display: block;}
	.css_main .q_box a:hover span {padding: 0 0 0 52px;}
	.css_main .login .top p {width: calc(100% - 85px); word-break: keep-all; font-size: 16px;}
	.css_main .login .top p br {display: none;}    
    
    .home_main .text_box a {text-indent: -9999px; width: 57px; padding: 0; background-position: center;}
    .home_main .visual .pop_box .text_box h3 {font-size: 27px; height: 80px;}
	.home_main .news .m_board ul li {width: calc(100% / 3); text-align: center; margin: 0;}
	.home_main .news .m_board ul li:nth-child(1) {margin: 0;}
	.home_main .news .m_board ul li.active, .home_main .news .m_board ul li:nth-child(3).active {width: calc(100% / 3); text-align: left;}	
	.home_main .blog .list a {height: 290px;}	
	.home_main .blog .list span {font-size: 16px; padding: 25px 20px 0 20px;}
	
	.f_process ul li {font-size: 14px;}
	.f_process ul li:first-child {font-size: 15px;}
	
	.ethics {padding: 0;} 
	.ethics div {padding: 0; border: none; box-shadow: none;} 
	.ethics h4 {font-size: 30px; padding-bottom: 130px;}
	
	.s_policy ul li > div div {flex-flow: column; gap: 0;}
	.s_policy ul li > div {padding: 5px 5px 10px 20px;}
	.s_policy ul li div span {font-size: 20px; display: block; text-align: left; width: 100%;}
	.s_policy ul li div p {font-size: 14px;}
	
	.s_propo span {width: 60px; font-size: 15px;}
	
	.s_propo .table_st1 li img {position: relative;}
	.s_propo .file {flex-flow: column; align-items: baseline;}
	.s_propo .file li {width: 100%;}
	.s_propo .file li a {margin-top: 5px;}  
	
	.mainE .section1 div {padding: 30px 20px 20px 20px; background-position: 20px 20px;}
	.mainE .visual p {font-size: 20px;}
	.mainE .visual h2 {height: 45px;}
	
	.function.functionE span {font-size: 14px; line-height: 18px;}
	.function .con div.kanc {padding: 0; background: none;}
}

@media (max-width: 350px) {
	.css_main .m_info .btn a:nth-child(2) br {display: none;}	
	.css_main .m_con .rent .box {height: 142px;}
	.css_main .m_con .rent a {padding-left: 50px; line-height: 45px;}
	.css_main .m_con .rent a::before {width: 45px; height: 45px;}
	.home_main .info .service .box p {margin: 20px 0;}
}

a:focus-visible,
button:focus-visible {
  outline: 1px solid #000;   /* 두께 줄이기 */
  outline-offset: -1px;     /* 안쪽으로 당기기 */
}
