@charset "utf-8";

/*scrollbar color*/
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background-color: transparent;}
::-webkit-scrollbar-thumb {border-radius: 3px; background-color: #0B3760; }
::-webkit-scrollbar-button {width: 0;height: 0;}

/* a-더보기 버튼 */
.a-more-01 { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 220px; height: 60px; padding: 0.5rem; border: 1px solid #111; color: #111; font-size: 1.25rem; font-weight: 500; letter-spacing: 0; transition: all .4s; z-index: 1; }
.a-more-01::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #111; z-index: -1; transition: all .4s; }
.a-more-01.wt { border-color: #fff; color: #fff; }
.a-more-01.wt::before { background: #fff; }
@media ( max-width: 992px ) {
  .a-more-01 { width: 160px; height: 50px; font-size: 1rem; }
}
@media (hover: hover), (-ms-high-contrast:none) {
  .a-more-01:hover { color: #fff; }
  .a-more-01:hover::before { width: 100%; }
  .a-more-01.wt:hover { border-color: #0B3760; }
  .a-more-01.wt:hover::before { background: #0B3760;  }
}

.a-more-02 { display: inline-flex; align-items: center; }
.a-more-02 > p { color: #EF7424; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0; text-transform: uppercase; }
.a-more-02 > span { position: relative; width: 15px; height: 15px; margin-left: 6px; transition: all .25s; }
.a-more-02 > span::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; height: 1px; background: #EF7424; border-radius: 50%; }
.a-more-02 > span::after { content: ""; position: absolute; top: calc(50% - 2px); transform: translateY(-50%) rotate(45deg); right: 0; width: 6px; height: 1px; background: #EF7424; border-radius: 50%; }
@media (hover: hover), (-ms-high-contrast:none) {
    .a-more-02:hover > span { transform: translateX(6px); }
}

.a-more-03 { position: relative; display: inline-flex; justify-content: space-between; align-items: center; min-width: 220px; height: 70px; line-height: 70px; padding: 0 25px; border: 1px solid #EF7424; border-radius: 35px; color: #EF7424; font-size: 1rem; font-weight: 700; letter-spacing: -0.03rem; overflow: hidden; transition: all .25s; z-index: 1; }
.a-more-03::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #EF7424; z-index: -1; transition: all .4s; }
.a-more-03 > p { width: 100%; }
.a-more-03 > span { position: relative; width: 14px; height: 14px; }
.a-more-03 > span::before { content: ""; position: absolute; top: calc(50% - 3px); right: 0; transform: rotate(40deg) translateY(-50%); width: 10px; height: 2px; background: #EF7424; border-radius: 50%; }
.a-more-03 > span::after { content: ""; position: absolute; top: calc(50% + 3px); right: -1px; transform: rotate(320deg) translateY(-50%); width: 10px; height: 2px; background: #EF7424; border-radius: 50%; }

.a-more-03.wt { border-color: #fff; color: #fff; }
.a-more-03.wt::before, .a-more-03.wt > span::before, .a-more-03.wt > span::after { background: #fff; }

.a-more-03.gr { border-color: #64B400; color: #64B400; }
.a-more-03.gr::before, .a-more-03.gr > span::before, .a-more-03.gr > span::after { background: #64B400; }
@media ( max-width: 991.98px ) {
  .a-more-03 { min-width: 180px; }
}
@media (hover: hover), (-ms-high-contrast:none) {
    .a-more-03:hover { color: #fff; }
    .a-more-03:hover::before { width: 100%; }
    .a-more-03:hover > span::before, .a-more-03:hover > span::after { background: #fff; }

    .a-more-03.wt:hover { color: #111; }
    .a-more-03.wt:hover > span::before, .a-more-03.wt:hover > span::after { background: #111; }

    .a-more-03.gr:hover::before { width: 100%; }
}

.a-more-04 { position: relative; display: inline-flex; align-items: center; font-family: 'Poppins', 'Pretendard', sans-serif; color: #0B3760; font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: uppercase; transition: all .25s; }
.a-more-04 > span { position: relative; width: 10px; height: 10px; margin-left: 0.5rem; transition: all .25s; }
.a-more-04 > span::before, .a-more-04 > span::after { content: ""; position: absolute; top: 50%; background: #0B3760; }
.a-more-04 > span::before { left: 0; transform: translateY(-50%); width: 100%; height: 2px; }
.a-more-04 > span::after { left: 50%; transform: translate(-50%, -50%); width: 2px; height: 100%; }
@media (hover: hover), (-ms-high-contrast:none) {
    .a-more-04:hover > span { transform: rotate(180deg); }
}

.a-more-05 { position: relative; display: inline-flex; align-items: center; width: 37px; height: 37px; background: #2A88BB; border-radius: 50%; transition: all .45s; }
.a-more-05 > span { position: relative; width: 16px; height: 16px; margin: auto; transition: all .45s; }
.a-more-05 > span::before, .a-more-05 > span::after { content: ""; position: absolute; top: 50%; background: #fff; }
.a-more-05 > span::before { left: 0; transform: translateY(-50%); width: 100%; height: 2px; }
.a-more-05 > span::after { left: 50%; transform: translate(-50%, -50%); width: 2px; height: 100%; }
@media (hover: hover), (-ms-high-contrast:none) {
	.a-more-05:hover { background: #3236A4; }
  .a-more-05:hover > span { transform: rotate(180deg); }
}

.a-more-06 { position: relative; display: inline-flex; justify-content: space-between; align-items: center; min-width: 180px; height: 40px; padding: 0.306rem 1.667rem; border: 1px solid #EF7424; color: #111; font-size: 14px; font-weight: 700; letter-spacing: -0.56px; overflow: hidden; transition: all .25s; z-index: 1; }
.a-more-06::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #EF7424; z-index: -1; transition: all .4s; }
.a-more-06 > p { width: 100%; font-size: 14px; font-weight: 700; letter-spacing: -0.56px; }
.a-more-06 > span { position: relative; width: 12px; height: 12px; }
.a-more-06 > span::before { content: ""; position: absolute; top: calc(50% - 3px); right: 0; transform: rotate(40deg) translateY(-50%); width: 8px; height: 2px; background: #EF7424; border-radius: 50%; }
.a-more-06 > span::after { content: ""; position: absolute; top: calc(50% + 2px); right: -1px; transform: rotate(320deg) translateY(-50%); width: 8px; height: 2px; background: #EF7424; border-radius: 50%; }
@media ( max-width: 991.98px ) {
  .a-more-06 { min-width: 180px; }
}
@media ( max-width: 767.98px ) {
  .a-more-06 { padding: 1rem 2.889rem; }
}
@media (hover: hover), (-ms-high-contrast:none) {
    .a-more-06:hover { color: #fff; }
    .a-more-06:hover::before { width: 100%; }
    .a-more-06:hover > span::before, .a-more-06:hover > span::after { background: #fff; }
}


/* 카드 아이콘 리스트 */
.card-icon-container { position: relative; padding: 7.5rem 0 8.125rem; z-index: 1; }
.card-icon-container::before { content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 38.125rem; background: #F9F9F9; z-index: -1; }
.card-icon-container h4 { margin-bottom: 7.5rem; text-align: center; color: #232323; font-size: 2.5rem; font-weight: 400; letter-spacing: -0.125rem; line-height: 1.5; }
.card-icon-list { display: flex; justify-items: center; align-items: flex-start; margin: 0 -2.813rem; }
.card-icon-list > li { width: calc(33.33% - 5.626rem); min-height: 29rem; margin: 0 2.813rem; padding: 2.5rem 3.125rem; border-radius: 3.125rem 0 3.125rem 0; background: #fff; text-align: center; box-shadow: 0 1.25rem 1.875rem rgba(116,129,133,0.06); }
.card-icon-list > li .number { display: block;; margin-bottom: 2.813rem; font-family: 'Bodoni Moda',serif; font-size: 1.875rem; font-weight: 800; font-style: italic; letter-spacing: 0; }
.card-icon-list > li .title { margin-top: 1.875rem; color: #232323; font-size: 2.5rem; font-weight: 800; letter-spacing: 0; line-height: 1.45; }
.card-icon-list > li .title > p { margin: 0; font-family: 'Poppins', sans-serif; color: #ACACAC; font-size: 1.25rem; font-weight: 400; letter-spacing: 0; }
.card-icon-list > li .horiz { margin: 1.875rem auto 0; width: 2.5rem; height: 1px; }
.card-icon-list > li p { margin-top: 2.5rem; font-size: 1.125rem; font-weight: 400; letter-spacing: -0.03rem; }

@media ( max-width: 1300px ) {
    .card-icon-container { padding: 7.5rem 2rem 8.125rem; }
    .card-icon-list > li { width: calc(33.33% - 2rem); margin: 0 1rem; }
}
@media ( max-width: 992px ) {
    .card-icon-list > li { min-height: 34.5rem; padding: 3.125rem 1.5rem; }
    .card-icon-list > li .number { margin-bottom: 1.5rem; } 
}
@media ( max-width: 768px ) {
    .card-icon-container { padding: 7.5rem 1rem 8.125rem; }
    .card-icon-container::before { height: 80%; }
    .card-icon-container h4 { margin-bottom: 5rem; font-size: 2rem; }
    .card-icon-list { flex-direction: column; }
    .card-icon-list > li { width: 80%; min-height: auto; margin: 0 auto 1rem; padding: 2rem; }
    .card-icon-list > li .number { margin-bottom: 1.25rem; font-size: 1.25rem; }
    .card-icon-list > li .title { margin-top: 1.25rem; font-size: 1.75rem; }
    .card-icon-list > li .title > p { font-size: 1rem; }
    .card-icon-list > li .horiz { margin: 1.5rem auto 0; }
    .card-icon-list > li p { margin-top: 1rem; }
}
@media ( max-width: 576px ) {
    .card-icon-container h4 { margin-bottom: 5rem; font-size: 1.25rem; }
}


/* 테이블 스타일 */
.table-scroll-wrap { position: relative; }
.table-scroll::-webkit-scrollbar { height: 4px; }
.table-scroll::-webkit-scrollbar-track { background: #f5f5f5; border-radius: 10px; }
.table-scroll::-webkit-scrollbar-thumb { background: #0B3760; border-radius: 10px; }
.table-scroll::-webkit-scrollbar-thumb:hover { background: #0B3760; }
.table-scroll-desc { display: none; color: #666; }
.table-words { text-align: right; color: #666; }

.table-style { width: 100%; border-collapse: collapse; /* border-top: 2px solid #0B3760; */ border-bottom: 1px solid #ddd; border-right: 2px solid #fff; }
.table-style th, .table-style td { padding: 0.75rem 2.2rem; border-right: 1px solid #ddd; /* border-bottom: 1px solid #ddd; */ vertical-align: middle; word-break: keep-all; }
.table-style.sm th, .table-style.sm td { padding: 0.35rem 2.2rem; }
.table-style thead th { background:#f3f3f3; font-size: 1.25rem; font-weight: 500; }
.table-style tbody th, .table-style tbody td { font-size: 1.125rem; font-weight: 300; }

/* 테이블 정렬 */
table.tableFixed { table-layout: fixed; word-break: break-all; }

table.h-thLeft thead tr th { text-align: left; }
table.h-thCenter thead tr th { text-align: center; }
table.h-tdCenter thead tr td { text-align: center; }
table.b-thCenter tbody tr th { text-align: center; }
table.b-tdCenter tbody tr td { text-align: center; }
@media ( max-width: 1170px ) {
    .table-scroll { position: relative; max-width: 100%; overflow-x: auto; }
    .table-scroll-desc { display: block; }
    .table-words { top: 0; }
    .table-scroll .table-style { min-width: 1090px; }
}
@media ( max-width: 767.98px ) { 
    .table-style th, .table-style td { padding: 1rem; }

	.table-data-wrap table, .table-data-wrap thead, .table-data-wrap tbody, 
	.table-data-wrap th, .table-data-wrap td, .table-data-wrap tr { display: block; }
	.table-data-wrap thead tr { position: absolute; top: -9999px; left: -9999px; }
    .table-data-wrap tbody th { background: #f9f9f9; border: 0; font-weight: 700; }
	.table-data-wrap .table-style tr { margin-bottom: 1rem; padding: 1rem; border: 1px solid #ddd; }
	.table-data-wrap .table-style td { position: relative; text-align: left; min-height: 2.056rem; border: none; padding: 0.4rem 0; padding-left: 35%; font-size: 1rem; }
	.table-data-wrap .table-style td:before {content: attr(data-title); position: absolute; top: 50%; left:0; width: 30%; margin-top:-10px; white-space: nowrap; text-align: left; font-weight: 500; border-right: 1px solid #ddd; }
}


/*===========================================================*\
  레이아웃
\*===========================================================*/

/* 컨테이너 */
#container { width: 100%; max-width: 1320px; margin: 5rem auto 7.5rem; }
#contentId-main #container { width: 100%; max-width: none; margin: 0; }
.mw-1320 { width: 100%; max-width: 1320px; margin: 0 auto; }
.mw-1200 { width: 100%; max-width: 1200px; margin: 0 auto; }
@media ( max-width: 1400px ) {
    .mw-1320 { padding: 0 2rem; }
}
@media ( max-width: 1350px ) {
    #container { padding: 0 2rem; }
    #contentId-main #container { padding: 0; }
}
@media ( max-width: 1300px ) {
    .mw-1200 { padding: 0 2rem; }
}
@media ( max-width: 768px ) {
    #container { min-height: auto; padding: 0 1rem; }
    .mw-1320 { padding: 0 1rem; }
    .mw-1200 { padding: 0 1rem; }
}

/* 헤더 */
#hd:before, #hd:after, #hd_home, #hd_user, #hd_contact { display: none; }
#hd { position: absolute; top: 0; left: 0; right: 0; z-index: 2; }
#hd_wrap { width: 100%; max-width: 1920px; margin: 0 auto; padding: 0; }
#hd_logo { height: 10.625rem; }
#hd_logo a { top: 3.125rem; left: 5rem; width: 8.75rem; height: 4.375rem; }
#hd_logo img { max-height: 4.375rem; }
#hd_button { top: 3.438rem; right: 5rem; }
#hd_button > ul > li { height: auto; margin-left: 3rem; border: 0; }
#hd_button > ul > li > button { width: auto; background: none; }
#hd_button > ul > li > button > img { width: 100%; }
#hd_button > ul > li .hd_button_search { display: none; }
#hd_button > ul > li .hd_button_theme { position: relative; width: 160px; height: 50px; padding: 0 40px 0 0.5rem; border-radius: 1.25rem 0 1.25rem 0; border: 1px solid #fff; background-image: url("../images/hd_button_theme.png"); background-position: 95% center; background-repeat: no-repeat; color: #fff; font-size: 1.125rem; font-weight: 500; letter-spacing: -0.05em; overflow: hidden; transition: all .25s; z-index: 1; }
#hd_button > ul > li .hd_button_theme::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #FF433D; transition: all .25s; z-index: -1; }
#hd_button > ul > li .hd_button_navbar { display: flex; flex-wrap: wrap; width: 50px; height: auto; background: none; }
#hd_button > ul > li .hd_button_navbar > div { display: block; width: 6px; height: 6px; margin: 2px; background-color: #fff; transition: all .25s ease-in-out; }
.offcanvas-toggle .icon-bar { background: #fff; }
@media ( max-width: 1400px ) {
    #hd_logo a { left: 2rem; margin: 0; }
    #hd_button { right: 2rem; }
    #hd_search { display: none; }
}
@media ( max-width: 768px ) {
    #hd_logo { height: 8rem; }
    #hd_logo a { top: 2rem; }
    #hd_logo img { max-height: 3rem; }
    #hd_button { right: 1rem; }
    #hd_toggle { top: 2.5rem; margin: 0; }
}
@media (hover: hover), (-ms-high-contrast:none) {
    #hd_button > ul > li .hd_button_theme:hover { border-color: #FF433D; padding: 0.5rem; }
    #hd_button > ul > li .hd_button_theme:hover::before { width: 100%; }
}


/* SNB */
#off h2 > a.hd_logo_bk, #off #off_member, #off_search { display: none; }
.off_link { padding: 0 0 0.5rem; text-align: center; }
.off_link button { position: relative; width: 140px; height: 40px; padding: 0 40px 0 0.5rem; border-radius: 1rem 0 1rem 0; border: 1px solid #FF433D; background-color: #fff; background-image: url("../images/hd_button_theme.png"); background-position: 95% center; background-repeat: no-repeat; color: #FF433D; font-size: 1rem; font-weight: 500; letter-spacing: -0.05em; overflow: hidden; transition: all .25s; z-index: 1; }
#off #off_1dul .off_1dli_family > a::before, #off #off_1dul .off_1dli_family > a::after { background: #0B3760; }
#off #off_1dul .off_2dli > a { padding: 5px 20px; }


/* 사이트맵 */
.dm-sitemap { background-color: rgba(36,36,64,1); }
.dm-sitemap-logo img { display: inline-block; }
.dm-sitemap-logo.sm_logo_wt { display: none; }


/* 푸터 */
#ft_social { display: none; }
#ft { border: 0; background: #232323; color: #DBDBDB; }
#ft_wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 3.75rem 0 5rem; }
#ft_sign { float: none; margin: 0; }
#ft_sign a { text-align: left; }
#ft_sign img { max-height: 3.75rem; }
#ft_info { margin: 2.5rem 0 0; }
#ft_info .ft_comp > ul { margin-bottom: 0.625rem; }
#ft_info .ft_comp > ul > li.cp_com { display: block; }
#ft_info .ft_comp > ul > li.cp_owner,
#ft_info .ft_comp > ul > li.cp_com dt,
#ft_info .ft_comp > ul > li.cp_addr dt,
#ft_info .ft_comp > ul > li.cp_tel dt { display: none; }
#ft_info .ft_comp > ul > li > dl > dt { color: #DBDBDB; }
#ft_info .ft_comp > ul > li > dl > dt, #ft_info .ft_comp > ul > li > dl > dd { font-size: 1.125rem; }
#ft_copy { justify-content: flex-start; height: auto; padding: 0; text-align: left; color: #DBDBDB; }

@media ( max-width: 1400px ) {
    #ft_wrap { padding: 3.75rem 2rem 5rem; }
}
@media ( max-width: 768px ) {
    #ft_wrap { padding: 2rem 1rem 3rem; }
}


/*===========================================================*\
  서브 타이틀러
\*===========================================================*/
#vis #titler { height: 540px; }
#vis #titler .leader, #vis #titler .helper { top: auto; bottom: 4.375rem; transform: none; width: 100%; max-width: 1320px; margin: 0 auto; text-align: left; }
#vis #titler .leader { font-size: 3.75rem; font-weight: 800; letter-spacing: 0; }
#vis #titler .helper { bottom: 10.25rem; color: rgba(255,255,255,0.5); font-family: 'Poppins', sans-serif; font-size: 1.625rem; font-weight: 300; }
@media ( max-width: 1400px ) {
    #vis #titler .leader, #vis #titler .helper { padding: 0 2rem; }
}
@media ( max-width: 768px ) {
    #vis #titler { height: 340px; }
    #vis #titler .leader { font-size: 2.75rem; }
    #vis #titler .helper { bottom: 8.25rem; font-size: 1.25rem; }
}


/* 서브 콘텐츠 제목 */
#container .heading h3 { font-size: 2.813rem; letter-spacing: -0.141rem; }
.h3_type_1 { font-size: 2.813rem; font-weight: 400; letter-spacing: -0.141rem; }
.h4_type_1 { position: relative; padding-left: 1.25rem; font-size: 1.875rem; font-weight: 800; letter-spacing: -0.094rem; }
.h4_type_1::before { content: ""; position: absolute; top: 0.375rem; left: 0; width: 0.563rem; height: 66.5%; background-color: #0B3760; }

.horiz { width: 2.5rem; height: 0.188rem; }

@media ( max-width: 768px ) {
    #container .heading h3, .h3_type_1 { font-size: 2rem; }
    .h4_type_1 { font-size: 1.5rem; }
}


/* 메뉴탭 */
.menutab { bottom: calc(-5rem - 1px); border-top: 0; border-bottom: 1px solid #E5E5E5; z-index: 5; }
.menutab .dep-wrap { display: flex; width: 100%; max-width: 1280px; border-left: 1px solid #E5E5E5; }
.menutab .dep-wrap .dep { width: 16.25rem; height: 5rem; border-right: 1px solid #E5E5E5; }
.menutab .dep-wrap .dep > div { display: table; width: 100%; height: 100%; }
.menutab .dep-wrap .home { width: 5rem; }
.menutab .dep-wrap .home a { display: block; width: 100%; height: 100%; background: #0B3760 url("../images/menutab_home.png") center no-repeat; }
.menutab h3 { position: relative; display: flex; justify-content: space-between; align-items: center; height: 100%; padding: 0 1.667rem; font-size: 1.25rem; font-weight: 500; letter-spacing: 0; cursor: pointer; }
.menutab h3 svg { transition: all .2s; }
.menutab .dep-wrap .dep:last-child h3 { color: #0B3760; font-weight: 800; }
.menutab .dep-wrap .dep:last-child h3 .menutab-arrow { fill: #0B3760; }
.menutab ul { flex-direction: column; padding: 0.5rem 0; background: #f5f5f5; display: none; }
.menutab ul li { flex: 1 0 auto; width: 100%; max-width: 100%; }
.menutab ul li a { display: block; font-size: 1rem; width: 100%; height: 100%; padding: 0.5rem 1.667rem; transition: all .2s; }
.menutab .dep1.open i, .menutab .dep2.open i, .menutab .dep1.open svg, .menutab .dep2.open svg { transform: translateY(-50%) rotate(180deg); }
.menutab ul li.on a { color: #0B3760; font-weight: 500; }
@media ( max-width: 1199.98px ) {
    .menutab .dep-wrap { border-left: 0; }
}
@media ( max-width: 768px ) {
    .menutab .dep-wrap .dep:last-child { border-right: 0; }
    .menutab .dep-wrap .home, .menutab .dep-wrap .dep1 { display: none; }
    .menutab .dep-wrap .dep2 { width: 100%; }
    .menutab .dep-wrap .dep3 { display: none; }
    .menutab h3 { padding: 0 1rem; border-bottom: 1px solid rgba(182,182,182,0.3); }
    .menutab h3 i { right: 1rem; }
    .menutab ul li a { padding: 0.5rem 1rem; }
}
@media (hover: hover) {
    .menutab ul li:hover a { color: #0B3760; }
}