@charset "utf-8";

/* 광 */

.h_42 {
    color: #222;

    /* html.themexriver.com/Semantic/Heading 2 upper */
    font-family: var(--font-family-Font-3, Raleway);
    font-size: var(--font-size-42, 42px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: 130%;
    text-transform: uppercase;
}

.white {
    color: #fff !important;
}

.w700 {
    font-weight: 700 !important;
}

.h150 {
    line-height: 150% !important;
}

.sub_visual_box {
    height: 500px;
    width: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.sub_visual_box .inner {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.section {
    padding: 120px 0;
}

.column {
    flex-direction: column;
}

.mt24 {
    margin-top: 24px;
}

.mt56 {
    margin-top: 56px;
}

.gap16 {
    gap: 16px;
}

.gap24 {
    gap: 24px;
}

.gap40 {
    gap: 40px;
}

.gap8 {
    gap: 8px;
}

.h_40 {
    color: var(--GREY-900, #222);
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 52px */
    letter-spacing: 0.4px;
}

.center {
    text-align: center;
}

.p_20 {
    color: var(--GREY-600, #222);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.1px;
}

.c5b5b {
    color: #5b5b5b !important;
}

.sub_tit_box {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub_center_img_box {
    aspect-ratio: 1 / 0.572727;
}

.sub_center_img_box img {
    width: 100%;
    height: 100%;
}

.blue_p {
    color: var(--main_color) !important;
    font-weight: 600;
}

.p_24 {
    color: #222;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: 0.12px;
}

.p_18 {
    color: var(--GREY-900, #222);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18px */
}

.inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}

.list_flex_box.two ul {
    align-items: stretch;
    gap: 40px;
}

.img_list_box li {
    padding: 24px 28px;
    border-radius: 8px;
    border: 1px solid rgba(40, 69, 158, 0.10);
    background: var(--GREY-00, #FFF);
    width: calc(50% - 78px);
}

.img_list_box_txt .txt_tit {
    border-right: 1px solid rgba(40, 69, 158, 0.20);
    padding-right: 17px;
}

.img_list_box_txt .txt_con {
    padding-left: 17px;
}

.bold_list .img_list_box_txt .flex {
    flex-direction: column;
    gap: 16px;
}

.bold_list .img_list_box_txt .txt_tit {
    border-right: unset;
    padding-right: unset;
    font-weight: 700;
}

.bold_list .img_list_box_txt .txt_con {
    padding-left: unset;
}





@media all and (max-width:1320px) {
    .inner {
        width: 93.75%
    }

    .img_list_box li {
        width: 100%;
    }
}

@media all and (max-width:768px) {
    .sub_tit_box br {
        display: none;
    }

    .img_list_box_txt .txt_tit {
        padding: 0;
        border: unset;
        font-weight: 700;
    }

    .img_list_box_txt .txt_con {
        padding: 0;
    }

    .img_list_box_txt .flex {
        flex-direction: column;
        gap: 16px;
    }
}



/* footer */
.gray_p {
    color: #99A1AF;
}


#footer {
    background: #1E1E1E;
    padding: 60px 0;
    color: #ccc;
}

.footer_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_left p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.4px;
    /* 180% */

}

.footer_logo {
    width: 180px;
}

.footer_bottom {
    text-align: center;
    justify-content: space-between;
}

.footer_bottom p {
    color: #999;
text-align: center;
font-family: "Noto Sans KR";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.privacy_link {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    text-decoration: none;
}

.privacy_link:hover {
    color: #fff;
}

@media all and (max-width: 768px) {

    .footer_top {
        flex-direction: column;
        gap: 24px;
    }


    .footer_logo {
        width: 150px;
    }

    .footer_left p,
    .footer_bottom p,
    .privacy_link {
        font-size: 13px;
        line-height: 1.5;
    }

    #footer {
        padding: 40px 0 30px;
    }

    .footer_bottom {
        margin-top: 20px;
    }
}


@media all and (max-width: 450px) {
    .footer_logo {
        width: 120px;
    }
}



/* header */

/* ================================
   HEADER 기본 스타일
================================ */
#header {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	background: transparent;
	position: fixed;
	z-index: 100;
	transition:color 0.5s ease;
  }

  #header.active{
	background-color: #fff;
	transition:color 0.5s ease;
  }
  
  #header.active .gnb a{color: #000;transition:color 0.5s ease;}

  #header .inner {
	width: 1920px;
	height: 80px;
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 2vw;
    justify-content: space-between;
  }
  
  /* ================================
	 로고 영역
  ================================ */
  #header .logo_box img {
	width: 229px;
	height: 40px;
	object-fit: contain;
  }
  
  /* ================================
	 검색 영역
  ================================ */
  #header .search_box {
	width: 250px;
	height: 40px;
	background: #fff;
  }
  
  /* ================================
	 GNB 영역
  ================================ */
  #header .gnb ul {
	display: flex;
	gap: 56px;
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  #header .gnb a {
	color: #fff;
	font-size: 18px;
	font-family: Pretendard, sans-serif;
	font-weight: 700;
	line-height: 23.4px;
	letter-spacing: 0.09px;
	text-decoration: none;
	transition:color 0.5s ease;
  }
  
  /* ================================
	 오른쪽 로고
  ================================ */
  #header .right_logo img {
	width: 105px;
	height: 24px;
	object-fit: contain;
  }



  /* 기본프로그램 사용자모듈 메뉴 - PC */
.all_m_btn {padding:10px; background:#323337;}
.all_m_btn img {position:absolute; top:28%; left:15px; width:10%; max-width:40px; cursor:pointer;}
.all_m_btn .mutit {text-align:center; font-weight:900; font-size:26px; color:#fff;}
.pro_m_wrap {display:none; font-family:'Nanum Gothic', sans-serif; transition:all 0.3s linear;}
.pro_m_wrap .m_menu {width:200px;}
.pro_m_wrap .bg_black {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:-1;}


/* 기본프로그램 사용자모듈 메뉴 - MOBILE */
.pro_m_wrap .subleftmenu {
	list-style:none;
	margin:0;
	padding:0;
}
.pro_m_wrap .subleftmenu li {
	border-bottom:1px solid #515155;
	background:#323337;
}
.pro_m_wrap .subleftmenu a {
	display:block;
	color:#b5b2b2;
	font-size:14px;
	padding:11px 5px 11px 15px;
	font-family:'Noto Sans KR';
}
.sub_title_m{
	font-size:28px !important;
	font-weight:bold;
	color:#fff !important;
	padding:12px 5px 12px 15px !important;
}
.pro_m_wrap .subleftmenu a:hover {
	background:#307dd4;
	color:#fff;
}
.sub_title_m:hover {
	background:#323337 !important;
	cursor:default;
}

@media all and (max-width:999px){
	.pro_m_wrap {display:block; position:absolute; left:-100%; top:0; z-index:999;}
	.pro_m_wrap.view {left:0;}
}

/* basic */
.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}

@media all and (max-width:1400px){
	.inner{width:93.75%;}
}

@media(max-width:1024px){#header .sub_logo{display: none;}}

/* 햄버거 메뉴 */
#header .m_btn {display:none; width:24px; margin:0 auto; text-align:right; cursor:pointer; }
#header .m_btn i{display:inline-block; width:100%; height:2px; margin:3px 0; background:#fff; transition:all 0.5s;}
#header .m_btn i:nth-of-type(2){width:84%;}
#header .m_btn.on i:nth-of-type(1){margin:11px 0 -2px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
#header .m_btn.on i:nth-of-type(2){width:0; margin:0;}
#header .m_btn.on i:nth-of-type(3){margin:0 0 11px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);}


@media all and (max-width:1024px){
	#header .gnb{display: none;}
	#header .m_btn{display: inline-block; margin: 0;}
}

/* 모바일 메뉴 */
.m_menu_bg {z-index:101; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.7); cursor:pointer; }
#m_menu {z-index:102; position:fixed; right:-100%; top:0; width:500px; max-width:80%; height:100%; background-color:#fff; box-sizing:Border-box; transition:all 0.5s; overfloW-y:auto;}
#m_menu.on {right:0; }
#m_menu .top_box {position:relative; padding:10px; box-sizing:border-box; }
#m_menu .top_box .close_btn {position:absolute; right:20px; top:calc(50% - 15px); width:30px; height:30px; }
#m_menu .top_box .close_btn i {display:block; width:100%; height:2px; background-color:#333; }
#m_menu .top_box .close_btn i:first-of-type {-webkit-transform:rotate(45deg) translate(9px,9px); -moz-transform:rotate(45deg) translate(9px,9px); -ms-transform:rotate(45deg) translate(9px,9px); -o-transform:rotate(45deg) translate(9px,9px); transform:rotate(45deg) translate(9px,9px); }
#m_menu .top_box .close_btn i:last-of-type {-webkit-transform:rotate(-45deg) translate(-7px,8px); -moz-transform:rotate(-45deg) translate(-7px,8px); -ms-transform:rotate(-45deg) translate(-7px,8px); -o-transform:rotate(-45deg) translate(-7px,8px); transform:rotate(-45deg) translate(-7px,8px); }
#m_menu .login_box {padding:20px 0; background-color:#292929; text-align:center; }
#m_menu .login_box a {position:relative; padding:0 30px; font-size:20px; color:#fff; letter-spacing:-0.04em; }
#m_menu .login_box a:first-of-type:before {content:''; position:absolute; right:-1px; top:calc(50% - 7px); width:2px; height:15px; background-color:#fff; }
#m_menu .gnb_box {border-top:1px solid #ddd; }
#m_menu .gnb_box > ul > li {border-bottom:1px solid #dddddd; }
#m_menu .gnb_box > ul > li > a {position:relative; display:block; padding:20px 20px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.04em; box-sizing:border-box; }
#m_menu .gnb_box .depth02 {display:none; padding:10px 0; background-color:#000; }
#m_menu .gnb_box .depth02 li a {position:relative; display:block; padding:7px 20px; font-size:18px; color:#fff; letter-spacing:-0.04em; box-sizing:border-box; }




/*  */

:root{
    --main_color:#144292;
}

.a.login_chk_btn01, .login_chk_btn01{background-color: var(--main_color)!important; color: #fff;}
.img_list_box_txt .txt_tit{width: 135px;}

.img_list_box li:hover{    background: var(--GREY-00, #e9e9e9); transition: 0.5s all}

a.prd_page_nav_num.active {
    border-color: var(--main_color) !important;
    background-color: var(--main_color)!important;
    color: #fff;
}

a.prd_page_nav_num {
    border-color: var(--main_color)!important;
    background-color: var(--main_color)!important;
    color: #fff;
}

.sub_sty_change a.on img {
    filter: invert(14%) sepia(64%) saturate(1196%) hue-rotate(200deg) brightness(94%) contrast(101%);

}

.sub_sty_change a.on {
    border-color: var(--main_color)!important;
}

.login_label_tit01.key::after{color: var(--main_color)!important;}


.recruitment_table01 .box .new_icon, .recruitment_table01 .box .noti_icon {

    border: 1px solid var(--main_color)!important;
    color: var(--main_color)!important;
}


/* 20251120 */

.business_table td{padding: 2px 18px!important; text-align: left !important;
    color: #222;
    height: 55px;

    /* Body 1/Regular - 18 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.09px;
}

.business_table th {
    border-bottom: 1px solid #ddd !important;
}

.business_table th{
    background-color: #023D82;
    color: #000;

    color: #FFF;

    /* Headline 1/medium - 18 */
    font-family: var(--Family-KO, Pretendard);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    letter-spacing: 0.09px;
}

.business_table td img{
    width: 83px;
}

.business_table_wrapper {
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
}


.business_table tbody tr td{
    color: #222;

/* Body 1/Regular - 18 */
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
letter-spacing: 0.09px;
}

.business_table tbody tr td:first-child {
    color: #023D82;

    /* Body 1/Regular - 18 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.09px;
}