@charset "utf-8";

#wrap { width: 100%; overflow: hidden }
.layout { height: 100%; max-width: 1500px; margin: 0 auto; }

@media(max-width: 1024px) {
    body.on #wrap {
        position: fixed;
    }
}

/**** TOP GNB ****/
#header { height: 128px; border-bottom: 1px solid #B4B4B4; }
#header .ht_util { height: 100%; position: relative; height: 40px; background: #0A1B47; }
#header .ht_util .hd-layout { position:relative;  }
#header .logo{ display: inline-block; position: absolute; top:20px; width:240px; height:40px; }
#header .logo svg { height:100%; object-fit:contain; }
#header .hr_util {float: right;margin: 14px 25px 0 0; position: relative; z-index: 99;}
#header .hr_util .sitemap_btn { width: 57px; height: 57px; position: relative; left: 0; display: none;}
#header .hr_util .Mypage_btn1 { width: 57px; height: 57px; background: #04a676; position: relative; }
#header .hr_util .sitemap_btn .icon { 
	width: 20px;height: 20px;position: absolute; top: 50%; margin-top: -7px; left: 50%; margin-left: -10px;
    background: url(../images/layout/siteMap.svg) no-repeat;    
}
#header .ht_util p.left-util{ display: inline-block; padding: 8px 0; color: #fff; font-size: 14px; font-weight:700; position:absolute; top:0; }
#header .ht_util p.left-util span{color: #C7C7C7;font-weight: 300;}

.hd-layout{ width: 1500px;margin: 0 auto; position: relative;}
.util_group{position: absolute; right: 0; top: 0; display: flex; flex-wrap: nowrap; align-items: center; height:40px;}
.util_group li{height: 100%;display: block;padding:10px 15px; box-sizing:border-box;}
.util_group li>*{position: relative;line-height: 1.3;}

.util_group .ut_user {background: #F2F5F7; color:#383838 !important; }
.util_group .ut_user a {color:#383838 !important; }
.util_group .ut_btn {background: #53AD8D; color:#fff !important;}
.util_group .ut_link {background: #003764; color:#fff !important;}

.util_group li p { margin:0 !important;color: #fff; font-size: 14px; line-height: 1.5; }
.util_group li p.UserName{font-size: 14px;font-weight: 300;color: #383838!important;}
.util_group li p.UserName > span{ font-weight:bold; margin-right: 3px; color: #383838!important;}
.util_group li a{ color: #fff; font-size: 14px; font-weight: 400;}
.util_group > li p > span{ color: #C7C7C7; font-weight: 500; margin-left: 5px; }


/**** TOP Navigation ****/
#gnb_wrap { display: block; width: 100%; height:85px; position: absolute;  top: 42px; left: 0; z-index: 9;  }
#gnb {height: 85px;text-align: center;position: absolute; right: 0;}
#gnb .tm { display: flex; flex-wrap: nowrap; align-items: center; height: 100%;text-align: center;}
#gnb .tm > li { display: inline-block; position: relative; height: 100%;}
#gnb .tm > li > a { position: relative; display: block; cursor:pointer; }
#gnb .tm > li:first-child > a:before { display: none }
#gnb .tm > li:first-child > a .sprity-gnb {display: none}
#gnb .tm .depth_1 {
    display: inline-block; height: 100%; padding: 25px;line-height: 1.8; position: relative;
    font-weight: 700; font-size: 20px; color: #333; letter-spacing: -1px;    
}
#gnb .tm li:nth-last-child(1) .depth_1{ padding-right: 0; }
#gnb .tm .depth_1:hover{color: #000;font-weight: 700;}
#gnb .tm li:hover .gnbSubM { display: block;}
#gnb .tm .depth_1 .sprity-gnb { vertical-align: -6px; margin: 0 20px 0 25px; }
#gnb .tm .depth_2 {text-align: left;}

.gnbSubM {
    display:none; width: 100%; text-align: left;position: fixed; left: 0; top: 127px; z-index: 9998;    
    background: #fff; border-top: 1px solid #ddd; box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .gnbSubM:after {
        height: 2.5px;
    }
}

.gnbSubM .gnbSub {background: #fff; width: 100%; max-width: 1500px; margin: 0 auto; padding: 0;}
.gnbSubM .gnbSub > ul { 
	background: #fff; display: flex;gap: 0; height: 100%;}
.gnbSubM .gnbSub > ul > li { flex: 1;  min-width: 0; padding: 40px 30px; border-right: 1px solid #E5E5E5; min-height: 150px; }
.gnbSubM .gnbSub > ul > li:hover { background:#f8f8f8; }
.gnbSubM .gnbSub > ul > li:hover a { color: #003668; }
.gnbSubM .gnbSub > ul > li:first-child { border-left:solid 1px #ddd;}
.gnbSubM .gnbSub > ul > li > a {
    display: block; width: 100%; position: relative;
    font-size: 20px; color: #111;letter-spacing: -0.5px;font-weight: 600;
     padding: 5px 0 10px; margin-bottom: 10px;
    }
.gnbSubM .gnbSub > ul > li > ul { margin-top: 0;}
.gnbSubM .gnbSub > ul > li > ul > li { margin-bottom: 8px;}
.gnbSubM .gnbSub > ul > li:hover > ul > li > a { color:#222; }
.gnbSubM .gnbSub > ul > li > ul > li > a { 
	display: block; font-size: 16px; color: #222; letter-spacing: -0.5px; font-weight: 400;
    position: relative; padding: 3px 0;line-height: 1.4;
}
.gnbSubM .gnbSub > ul > li > ul > li > a:hover { color: #003668; font-weight: 500; text-decoration:underline; text-underline-offset:3px; }

/* Mobile Navigation */
.mMenu_btn {width: 56px; height: 56px; background: url(../images/layout/huyang-head.png); background-position: -0px -286px;}
#mMenu { display: none; width: 280px; background: #fff; position: fixed; right: -100%; top: 0; bottom: 0; z-index: 999;}
#mMenu .util_group{ display:block; position: relative;}
#mMenu .mMenu_top { position: relative; width: 100%; height: 70px; }
#mMenu .mMenu_top .mMenu_logo { display: block; width: 170px; height: 40px; position: absolute; left: 10px; top: 50%; margin-top: -16px;}
#mMenu .mMenu_top .mMenu_logo {width: 150px; background: url(../images/common/logo.svg) no-repeat; background-size: 100% 100%;}

#mMenu .mMenu_mem { background: #3a4ca6; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;}

#mMenu .mMenu_mem ul {overflow: hidden;}
#mMenu .mMenu_mem ul li { float: left; width: 50%; text-align: center; border-left: 1px solid #6170b9; }
#mMenu .mMenu_mem ul li:first-child { border-left: 0; }
#mMenu .mMenu_mem ul li a { display: block; padding: 13px 0; color: #fff;}
#mMenu .mMenu_mem .btn_login { width:100%; color:#fff; font-weight:600; font-size:16px; padding:15px 0;  }
#mMenu .mMenu_mem .mMenu_user { width:100%; padding:15px 10px; display:flex; align-items:center; justify-content:center; gap:10px; background:#257fa4; color:#fff;  }
#mMenu .mMenu_mem .mMenu_user span { display:inline-flex; align-items:center; gap:5px; font-size:16px; font-weight:600; line-height:1.0; }
#mMenu .mMenu_mem .mMenu_user i { font-size:18px; }
#mMenu .mMenu_mem .btn_logout { height:22px; background:#333; color:#fff; padding:0 5px; font-size:12px; border-radius:5px; }

#mMenu .mMenu_list { height: calc(100% - 119px); overflow-y: auto; background: #fff; }
#mMenu .mMenu_list > li { border-bottom: 1px solid #e2e2e2; }
#mMenu .mMenu_list > li > a { position: relative; display: block; padding: 15px 30px 15px 15px; font-size: 17px; font-weight:600; }
#mMenu .mMenu_list > li > a.on {color: #293b96;}
#mMenu .mMenu_list > li > a:after {
    content: ""; display: block; width: 18px; height: 9px; margin-top: -4px;
    position: absolute; right: 15px; top: 50%; background: url(../images/layout/bul_menu_arrow.png) no-repeat; background-size: 18px 9px; transition: all .3s
}
#mMenu .mMenu_list > li > a.on:after { transform: rotate(180deg);}
#mMenu .mMenu_list > li > ul { display: none; background: #eef1fb; padding: 0; border-top: 1px solid #e2e2e2; }
#mMenu .mMenu_list > li > ul > li:first-child { margin-top: 0; }
#mMenu .mMenu_list > li > ul > li > a {
    display: block; position: relative; padding: 10px 30px 10px 27px; font-size: 16px; font-weight:600;    
    background: url(../images/layout/bg_allM_plus.png) right 15px center no-repeat;
    background-size: 10px; transition: none; border-top: 1px solid #ddd
}
#mMenu .mMenu_list > li > ul > li:first-child > a { border-top: 0; }
#mMenu .mMenu_list > li > ul > li > a.on { color: #293b96; background: url(../images/layout/bg_allM_min.png) right 15px center no-repeat;  background-size: 10px;}
#mMenu .mMenu_list > li > ul > li > a.empty,
#mMenu .mMenu_list > li > ul > li > a.on.empty { background: none; }
#mMenu .mMenu_list > li > ul > li > a:before {
    content: ""; display: block; width: 6px; height: 6px; position: absolute; left: 15px; top: 18px;
    background: url(../images/layout/bul_allm_sub.png) center center no-repeat
}
#mMenu .mMenu_list > li > ul > li > ul {display: none;background: #fff; padding: 7px 0 7px 20px; border-top: 1px solid #ddd;}
#mMenu .mMenu_list > li > ul > li > ul > li > a {position: relative; display: block; padding: 6px 0 6px 12px; font-size: 15px; }
#mMenu .mMenu_list > li > ul > li > ul > li > a.on {color: #586dc4; text-decoration: underline;}
#mMenu .mMenu_list > li > ul > li > ul > li > a:before {
    content: ""; display: block; width: 4px; height: 4px; position: absolute; left: 0; top: 50%; margin-top: -2px;
    border-left: 1px solid #6170b9; border-bottom: 1px solid #6170b9
}
#mMenu .mMenu_close {
    display: block; width: 30px; height: 30px; background: url(../images/layout/btn_menu_close.png) no-repeat;
    background-size: 30px; position: absolute; top: 20px; right: 15px; text-indent: -9999px
}
#mMenu .util_group:after { content: "";display: block; clear: both;}
#mMenu .util_group > li { border: 1px solid #ddd; width: 50%; float: left; position: relative;  text-align: center; border-right: 0; border-bottom: 0;}
#mMenu .util_group > li > a,
#mMenu .util_group > li > button { display: block; width: 100%; line-height: inherit; padding: 5px 0;}
#mMenu .util_group > li:last-of-type { width: 100%; }
#mMenu .link-item.dropdown:nth-last-child(2) .dropdown-menu { width: 200%; left: -140px;}
#mMenu .ht_util .link-item .icon-arr { display: inline-block; width: 9px; height: 9px; background: url(../images/layout/ht_util_arr.png) no-repeat; margin-left: 5px;}

@media all and (max-width:1500px) {
    .layout,
    .hd-layout {padding: 0 15px 15px 15px; max-width: 100%; }    
    .gnbSubM .gnbSub{ max-width: 100%; padding: 0 15px; }   
        
}

@media all and (max-width:1200px) {
    #header .hr_util > a {width: 76px; }    
    .gnbSubM .gnbSub > ul > li > ul > li > a{ font-size: 14px; }
}

@media all and (max-width:1024px) {
    #nav { display: none;}
    .left-util { display: none !important;}    
    #header .hr_util .sitemap_btn,
    #gnb_wrap logo{ display: block; }    
    #gnb .tm > li > a { padding: 0 15px; }
    #gnb .tm { width: 100%;}
    #gnb .tm > li { width: 33.3%; margin-left: 0; }
    #gnb .tm > li > a { padding: 31px 0 0; }
    #gnb .tm .depth_1 { padding-top: 31px;font-size: 19px; }
    #gnb .tm > li > a:before { left: -8px;  margin-top: -15px; }
    #siteMap { display: none !important; }
}

@media (min-width: 1025px) {
    #mMenu,
    .blind { display: none !important;}
}

@media all and (max-width:780px) {
    #header { height: 100px; }
    #header:after {  content: ""; display: block; clear: both;}
    #header .logo {top: 52px;}    
    .ht_util p.left-util{ font-size: 13px; }    
    #gnb_wrap { top: 0; height: auto; }
    #header .hr_util { margin: 10px 10px 0 0; }
    #gnb {display: none}
    #header .hr_util > a { width: 37px !important; height: 37px !important; }
    .mMenu_btn {display: inline-block; background-position: 0 -441px; }
    #header .hr_util .login_btn,
    #header .hr_util .join_btn {display: none;}
     #gnb_wrap .hd-layout { padding:0 !important; }
}

@media all and (max-width:380px) {
    #header .logo { width: 50%; height: 40px; }
}


/**** Side Navigation ****/
#lnb { width: 300px; position: relative; float: left; padding-top: 55px; overflow: hidden; height:auto !important; }
#lnb #conLeft { position: relative; }
#lnb nav { width: 230px; }
#lnb h2 {  padding: 0 0 15px ; font-size: 25px; font-weight: bold;  border-bottom: 1px solid #222222; color: #003668; }
#lnb a { display: block; font-size: 17px; word-break: keep-all; transition: none;}
#lnb a[target="_blank"]:after {
    content: ""; display: inline-block; width: 15px; height: 18px;
    background: url(../images/layout/icon_blank.png) no-repeat; vertical-align: middle; margin: -3px 0 0 5px
}

/* 1뎁스 */
#lnb .lnb_depth_1 { border-bottom: 1px solid #ddd; }
#lnb .lnb_depth_1 > a { padding: 13px 5px 13px 10px; line-height: 100%; font-weight: 500; font-size: 16px; color: #000; word-break: break-all; position: relative;}
.depth_more > a::after{
    content: ""; width: 14px; height: 8px; position: absolute; right: 0; top: 20px;
    background: url(../images/layout/lnb-arr.svg) no-repeat center right;
}
#lnb .depth_more > a.ov::after{ transform: rotate(180deg);}
#lnb .lnb_depth_1 > a.ov { color: #000; background: #003668; color: #fff;}

/* 2뎁스 */
#lnb .lnb_depth_2 { display: none; padding: 0px 0 10px 10px;}
#lnb .lnb_depth_2 > li > a { position: relative; padding: 7px 5px 7px 15px; font-size: 15px; letter-spacing: -1px; color: #666; }
#lnb .lnb_depth_2 > li > a:hover,
#lnb .lnb_depth_2 > li > a.ov { color: #222; font-weight: bold;}
#lnb .lnb_depth_2 > li > a.ov:before {background: #018679;}

/* 3뎁스 */
#lnb .lnb_depth_3 { display: none; margin: 0 0 3px 10px; }
#lnb .lnb_depth_3 > li > a {position: relative; padding-left: 10px; font-size: 15px;}
#lnb .lnb_depth_3 > li > a:before { content: "";  display: block; width: 3px; height: 3px; position: absolute; left: 0; top: 9px; background: #00c386; }
#lnb .lnb_depth_3 > li > a:hover,
#lnb .lnb_depth_3 > li > a.ov { color: #4652d1; text-decoration: underline; }

/* 4뎁스 */
#lnb .lnb_depth_4 { display: none; margin: 5px 0 3px 10px; }
#lnb .lnb_depth_4 > li { line-height: 23px; }
#lnb .lnb_depth_4 > li > a { position: relative; padding-left: 10px; font-size: 14px; }
#lnb .lnb_depth_4 > li > a:before {
	content: ""; display: block; width: 5px; height: 5px;
	position: absolute; left: 0; top: 5px; border: solid #00c386; border-width: 0 0 1px 1px; 
	}
#lnb .lnb_depth_4 > li > a:hover,
#lnb .lnb_depth_4 > li > a.ov { color: #007271; text-decoration: underline;}

/*** CONTENT LAYOUT ****/
#container_wrap { overflow: hidden; padding: 55px 0 50px 0; }
.cont { position: relative; padding: 20px 20px;}

/*cont-title*/
.cont-title { position: relative;}
.cont-title .tit { display: inline-block; vertical-align: middle; margin-right: 15px;}
.cont-title h2,

.title h2 { display: inline-block; font-size: 25px; color: #000; font-weight: 900; line-height: 1;}
.cont-box-inner {padding: 15px 0;}

.con_title {
    display: block; position: relative; margin:30px 0 20px 0; padding-left: 23px; padding-bottom:10px;   
    color: #266d8c;  font-size: 20px; font-weight:600;border-bottom:solid 2px #ddd;
    background: url(/images/info/bullet_circle_title.png) no-repeat left 3px; background-size: 15px;    
}
.con_stitle {position: relative; margin-top: 30px; margin-bottom: 12px; padding-left: 15px; color: #000; font-size: 19px; font-weight:600; }
.con_stitle:before {content: ''; position: absolute; top: 2px; left: 3px; width: 5px; height: 17px;  background: #545454; border-radius:5px;}


/* Page Header */
#navigation{ display: flex; flex-wrap: nowrap; align-items: flex-start;  justify-content: space-between; margin-bottom:40px; }
#navigation .Location ul{ margin: 0;}
#navigation h3{font-size: 27px; font-weight:700; color: #003668;}
.Location ul{display: flex;flex-wrap: nowrap; justify-content: flex-end; margin:10px 0;}
.Location ul li a{ display: block; padding: 10px 13px; color: #666666; font-size: 16px; color: #666; font-weight: 300;  position: relative;}
.Location ul li:nth-last-child(1) a{ padding-right: 0; color: #333; font-weight: bold;}
.Location ul li:not(:nth-last-child(1)) a::after{ content: ">"; color: #666; font-weight: 300; margin-top: -1px; position: absolute; right: -4px;}


/*** SITEMAP ***/
#siteMap {
    display: none; width: 100%;position: absolute;left: 0;top: 127px; z-index: 999;    
    border-top: 1px solid #000; border-bottom: 1px solid #000;
    background: #fff url(../images/layout/bg_menu.gif) center center repeat-y;   
}
#siteMap .layout { position: relative; }
.sitemap_list > li { position: relative; padding: 0 0 0 17.5%; background: #fff; min-height: 40px;}
.sitemap_list > li > .sitem_tit { position: absolute; left: 0; top: 0; width: 14.5%; height: 100%; background: #f9f9fb; padding-top: 8px; }
.sitemap_list > li > .sitem_tit > strong {display: block;font-size: 18px; color: #444; padding: 7px 5px 7px 39px; margin-left: 12px; font-weight: normal;}
.sitemap_list > li > .sitem_tit.t01 > strong {background: url(../images/layout/icon_allm_01.png) 5px 5px no-repeat;}
.sitemap_list > li > .sitem_tit.t02 > strong {background: url(../images/layout/icon_allm_02.png) left 7px no-repeat;}
.sitemap_list > li > .sitem_tit.t03 > strong {background: url(../images/layout/icon_allm_03.png) 4px 7px no-repeat;}
.sitemap_list > li > .sitem_tit.t04 > strong {background: url(../images/layout/icon_allm_04.png) left 7px no-repeat;}
.sitemap_list > li > .sitem_tit.t05 > strong {background: url(../images/layout/icon_allm_05.png) 2px 7px no-repeat;}
.sitemap_list > li > ul {padding: 12px 0;overflow: hidden; border-bottom: 1px solid #d5d5db;}
.sitemap_list > li > ul > li {float: left; width: 13%; margin-left: 1.28571428571429%; }
.sitemap_list > li > ul > li:first-child { margin-left: 0;}
.sitemap_list > li > ul > li > a {display: block;padding: 6px; font-size: 16px; color: #444; letter-spacing: 0.02em; border: 1px solid transparent; }
.sitemap_list > li > ul > li > a:hover,
.sitemap_list > li > ul > li > a.ov { border: 1px solid #586dc4; color: #2c37a4; }
.sitemap_list > li > ul > li > ul { margin-left: 12px; }
.sitemap_list > li > ul > li > ul > li { margin-top: 4px; padding-left: 10px; position: relative; }
.sitemap_list > li > ul > li > ul > li::after {
    content: ""; width: 3px; height: 3px; border-radius: 100%; background: #333;
    position: absolute; top: 50%; left: 0; transform: translateY(-50%);
    }
.sitemap_list > li > ul > li > ul > li:hover::after { background: #586dc4;}
.sitemap_list > li > ul > li > ul > li:first-child { margin-top: 2px; }
.sitemap_list > li > ul > li > ul > li > a {display: block; font-size: 15px; color: #606060; letter-spacing: -0.01em; }
.sitemap_list > li > ul > li > ul > li > a.on,
.sitemap_list > li > ul > li > ul > li > a:hover { color: #586dc4; }
.sitemap_close {width: 35px; height: 35px; position: absolute; right: 6px; top: 20px; text-indent: -9999px; background: none;}
.sitemap_close:before {
    content: "";  display: block; width: 24px; height: 24px; position: absolute; left: 50%; top: 50%;
	margin-left: -12px; margin-top: -12px; background: url(../images/layout/icon_allm_close.png) center center no-repeat; background-size: 24px;
    transition: all .3s
}
.sitemap_close:hover:before { transform: rotate(180deg); }

@media all and (max-width:1100px) {
    .sitemap_list > li { padding: 0 0 0 177px; }
    .sitemap_list > li > .sitem_tit { width: 157px; }
}

@media all and (max-width:1000px) {
    .sitemap_list { padding-right: 42px; }
    .sitemap_list > li > ul > li { width: 23%; margin-left: 2%; margin-bottom: 10px; }
    .sitemap_list > li > ul > li:first-child { margin-left: 0; }
    .sitemap_list > li > ul > li:first-child + li + li + li + li {clear: both;  margin-left: 0 }
    .sitemap_list > li > ul > li > a { letter-spacing: -0.05em; }
}

@media all and (max-width:880px) {
    #siteMap {  top: 120px }
}

@media all and (max-width:740px) {
    .sitemap_list > li > ul > li { width: 100%; margin: 5px 0 0; }
    .sitemap_list > li > ul > li:first-child { margin-top: 0; }
    .sitemap_list > li > ul > li > ul { display: none; padding: 5px 0; overflow: hidden; }
    .sitemap_list > li > ul > li > a {
        padding: 7px 27px 7px 7px;border: 1px solid #fff;transition: none;
        background: url(../images/layout/bg_allM_plus.png) right 7px center no-repeat;
    }
    .sitemap_list > li > ul > li > a.on { background: url(../images/layout/bg_allM_min.png) right 7px center no-repeat; }
    .sitemap_list > li > ul > li > a.empty { background: none; }
    .sitemap_list > li > ul > li > ul > li { float: left; width: 50%;  }
    .sitemap_list > li > ul > li > ul > li > a { font-size: 14px; }
    .sitemap_close { top: 6px; }
}

@media all and (min-width:741px) {
    .sitemap_list > li > ul > li > ul {display: block !important;}
}

@media all and (max-width:580px) {
    .sitemap_list > li > ul > li > ul > li { width: 100%; }
}

@media all and (max-width:450px) {        
    .sitemap_list > li { padding: 0 0 0 120px; }
    .sitemap_list > li > .sitem_tit {width: 110px;}
    .sitemap_list > li > .sitem_tit > strong {padding: 7px 5px; margin-left: 10px;}
    .sitemap_list > li > .sitem_tit.t01 > strong,
    .sitemap_list > li > .sitem_tit.t02 > strong,
    .sitemap_list > li > .sitem_tit.t03 > strong,
    .sitemap_list > li > .sitem_tit.t04 > strong,
    .sitemap_list > li > .sitem_tit.t05 > strong { background: none; }
}


/***footer***/
#footer { position: relative; background: #fff; display:inline-block; width:100%; }
#footer .hd-layout { padding:0 15px !important; }
.ft_top { display:flex; align-items:center; height: 50px; background: #f8f8f8; border-top:solid 1px #ddd;}
.ft_top .ft_link { display:flex; align-items:center; gap:30px; }
.ft_top .ft_link a { font-size:15px; }
.ft_bottom { padding:20px 0;  }
.ft_bottom .ft_logo { width:200px; }
.ft_bottom .dropdown{ width: 200px; position: relative; border: 1px solid #555555;}
.ft_bottom .dropdown button{
	display: block; width: 100%; padding: 10px 15px; font-size: 14px;text-align: start;    
    background-image: url(../images/common/ft-arr.svg); background-repeat:no-repeat; background-position: center right 10px;    
}
.custom-dropup .dropdown-menu {top: auto; bottom: 100%; margin-bottom: 5px;}
.ft_bottom .dropdown-menu > li >a{font-size: 14px; padding:8px 15px; position: relative;}
.ft_bottom .dropdown-menu > li >a::after{
    content: ""; width: 10px; height: 10px; transform: translateY(-50%) rotate(-90deg); background: url(../images/common/ft-arr.svg) no-repeat center;
}

.ft_bottom .ft_info { display:flex; align-items:center; justify-content:space-between; margin-bottom:15px; }
.ft_address { width:100%; line-height:1.1; }
.ft_address address { display:flex; align-items:flex-start; gap:20px; }
.ft_address address p,
.ft_address address a,
.ft_address .ft_copy { display:inline-block; font-size:14px !important; font-weight:300 }
.ft_address .ft_tel { display:inline-flex; align-items:center; gap:20px; }
.ft_address .ft_tel p { display:inline-block; font-weight:600; color:#333; }


#footer .ft_top .foot_list { overflow: hidden; padding: 15px 0; }
#footer .ft_top .foot_list li { float: left; padding: 0 13px; position: relative; }
#footer .ft_top .foot_list li:not(:first-of-type):after { 
	content: ""; display: block; width: 1px; height: 12px; background: #9a9a9a; 
	position: absolute; top: 5px; left: 0px;
}
#footer .ft_top .foot_list li:first-child { padding-left: 0; background: none; }
#footer .ft_top .foot_list li a:hover {text-decoration: underline;}
#footer .ft_top .dropdown { width: 216px; height: 100%; border: 1px solid #797e8a; text-align: left;  margin-bottom: 25px;}
#footer .ft_top .dropdown > .btn {
    display: block; width: 100%; height: 100%; text-align: left; padding: 17px 16px;
    background: url(../images/layout/footer_dropdown.png) no-repeat 92% center;
}
#footer .ft_top .dropdown .dropdown-menu { position: absolute; bottom: 40px; top: auto; }
#footer .ft_top .dropdown .dropdown-menu a { color: #000;}
.ft-logo{ display: inline-block; align-items: center;}
.foot_list{ display: inline-flex; flex-wrap: nowrap; position: relative; align-items: center; top: 2px;}
.foot_list li{margin-left: 30px; font-size: 16px; font-weight: 400; color: #555;}
.foot_list li:nth-child(1) a{font-weight: 600;}

.footerContent .dropdown{ width: 200px; position: absolute; top: 0; right: 0; border: 1px solid #555555;}
.footerContent .dropdown button{
	display: block; width: 100%; padding: 10px 15px; font-size: 14px;text-align: start;    
    background-image: url(../images/common/ft-arr.svg); background-repeat:no-repeat; background-position: center right 10px;    
}
.custom-dropup .dropdown-menu {top: auto; bottom: 100%; margin-bottom: 5px;}
.footerContent .dropdown-menu > li >a{font-size: 14px; padding:8px 15px; position: relative;}
.footerContent .dropdown-menu > li >a::after{
    content: ""; width: 10px; height: 10px; position: absolute; right:10px; top: 50%;
    transform: translateY(-50%) rotate(-90deg); background: url(../images/common/ft-arr.svg) no-repeat center;
}

.footerContent .dropdown-menu{ min-width: 200px; height: 187px; overflow-y: auto; box-shadow: none; border: none; background: #FAFAFA;}
.footerContent address{ display: flex;}
.footerContent .dropdown-menu > li > a{ border: none; border-bottom: 1px solid #EBEBEB;}
.address-wrap { display: flex; flex-wrap: nowrap; align-items: center;  margin-top: 10px; position: relative; }
.footerContent address *{font-size: 13px;font-weight: 400;color: #383838;}
.footerContent address strong{ margin-right: 10px; }
.rightAddress{ margin-left: auto;}
.rightAddress ul,
.rightAddress ul li{ display: flex;flex-wrap: nowrap; align-items: center; position: relative;}
.rightAddress ul li p{font-weight: bold; font-size: 13px; margin-right: 5px;}
.rightAddress ul li{margin-left: 15px;}
.rightAddress ul li a{ font-size: 14px; color: #555;}
.rightAddress ul li:nth-child(1)::after{ content: ""; position: absolute; width: 1.5px; height: 60%; background: #383838; right: -7px; top: 50%; transform: translateY(-50%);}

@media (max-width: 1200px) {
	#footer .ft_top .ft_link { justify-content:center; flex-wrap:wrap; }	
	.ft_info { justify-content:center !important; }
	.ft_info .custom-dropup { display:none; }
	.ft_address address { flex-direction:column; align-items:center; gap:0; }
	.ft_address  address > p { display:block; width:100%; text-align:center; font-size:0.9em !important; }
	.ft_address .ft_copy { display:block; width:100%; text-align:center; }
}

.util_group_right { height: 44px; display: block; padding-top: 3px; position: absolute; right: 0; top: 0; }
.util_group_right > li {height: 100%; margin-right: 20px; float: left;line-height: 2.5;  position: relative;}
.util_group_right > li a { font-family: 'Noto Sans Kr'; font-size: 15px;color: #444444; font-weight: 600; padding-top: 10px; width: 100%;}
.util_group_right > li a:hover::after {content: ""; display: block; width: 70%; height: 2px; position: absolute; bottom: 9px; left: 23px; background: red;}

/*multiple fileUpload*/
.upload-btn-wrapper { position: relative;overflow: hidden;display: inline;}
.upload-btn-wrapper input[type=file] { position: absolute; right: 0;  top: 0; opacity: 0; cursor: pointer;}
.fileList { width: 100%; border: 1px solid #ddd; min-height: 45px;}
.fileList .txt { padding: 5px 12px; color: #b7b7b7;}
.tblscroll .rc-wrap{ display: inline-block;}

@media all and (min-width:1100px) {
    #container_wrap {min-height: 675px;}
}

@media all and (max-width:1300px) {
    #container_wrap{ padding: 30px 0; }
    #lnb{display: none;}   
    #gnb_wrap { padding: 0 15px;}    
    .address-wrap{ display: block; margin-top: 5px;}    
    .rightAddress ul li:nth-child(1){margin-left: 0;}        
    .ft-logo{ display: block; }    
    .foot_list li:nth-child(1){ margin-left: 0; }    
    .foot_list{ margin-top: 10px; }
}

@media all and (max-width:1100px){
    .ht_util p.left-util.mbUtil{ display: none; }    
    .util_group{ height: 41px; }
}

@media all and (max-width:850px){
    .util_group{flex-wrap: nowrap;}    
    .util_group li p{font-size: 13px;}    
    .util_group li{padding: 10px 5px;}
}

@media all and (max-width:640px) {
    #siteMap {top: 69px;}
    #header .logo { width: 200px; top: 52px; }    
    .ht_util p.left-util{ display: none; }    
    
    .util_group{height: 41px;}    
    .util_group li p.UserName,
    .util_group li a,
    .util_group li p{font-size: 13px;}    
    .util_group li{padding: 10px; }
        
    .footerContent .dropdown{ position: relative; margin-top: 10px; }    
    .foot_list li{ margin-left: 15px; font-size: 14px; }    
    .footerContent .dropdown button{ padding: 8px 15px; }
        
    #container_wrap{ padding: 10px 0; }        
    #navigation{display: block; margin: 0; }
    .Location ul li a{font-size: 14px; }
    .Location ul{justify-content: flex-start; }    
    .Location ul li a{padding: 5px 13px;}    
    .Location ul li:nth-child(1) a{ padding-left: 0;  }
    
}

@media all and (max-width:420px){
    .rightAddress ul{ display: block; }    
    .rightAddress ul li:nth-child(2){ margin-left: 0; }    
    .rightAddress ul li:nth-child(1)::after{ content: none;}    
    .foot_list{flex-wrap: wrap; }    
    .foot_list li{ font-size: 13px;}
}


/*** Tab Menu 서브페이지 화면상단 탭버튼 ***/
.linkTab { position: relative;  margin: 0 0 25px;}
.linkTab > ul { overflow: hidden; display:flex; width:100%; flex: 1 1 auto; }
.linkTab > ul > li { display: table; float: left; height: 100%; vertical-align: middle; margin-right: 2px; height: auto;}
.linkTab > ul > li:last-of-type { margin-right: 0;}
.linkTab.tab-col-6 > ul > li { width: calc((100% - 10px) / 6);}
.linkTab.tab-col-5 > ul > li { width: calc((100% - 9px) / 5);}
.linkTab.tab-col-4 > ul > li { width: calc((100% - 7px) / 4);}
.linkTab.tab-col-3 > ul > li { width: calc((100% - 7px) / 3);}
.linkTab.tab-col-2 > ul > li { width: calc((100% - 7px) / 2);}
.linkTab ul li a {
	display: table-cell; line-height: 1;margin-left: -1px; padding: 16px 0 19px 0; background: #e8ebee; transition: all .3s;
	color: #444; font-size: 17px;  text-align: center; 
}
.linkTab ul li a:hover { background: #dcdcdc; }
.linkTab ul li:first-child a { border-left: 1px solid #d6d6e0;}
.linkTab ul li a span { display: inline-block; position: relative; text-align: center; vertical-align: middle; font-size: 16px; font-weight: 500;}
.linkTab a.on,
.linkTab a.on:hover { background: #14A049; color: #fff; border-color: #14A049;}

.mlinkTab_btn {display: none; width: 100%;height: 47px; font-size: 17px; background: #14A049; color: #fff; transition: all .3s;}
.mlinkTab_btn.on { background: #14A049;}
.mlinkTab_btn:after {
    content: "";  display: inline-block; 
    position: relative; left: 10px; top: -1px; width: 13px; height: 7px;
    background: url(../images/common/icon_defTab_arrow.png) no-repeat;transition: all .3s
}
.mlinkTab_btn.on:after { transform: rotate(180deg);}
.linkTab.nation > ul > li { position: relative; width: 15.83336667%; margin-left: 1%; border: 0;}
.linkTab.nation > ul > li:first-child { margin-left: 0; }
.linkTab.nation > ul > li > a { padding: 75px 0 12px; border: 1px solid #8087a6; background: #fff; color: #192e7e; font-size: 15px; }
.linkTab.nation > ul > li > a:hover { background: #c8c5e0; }
.linkTab.nation > ul > li > a.on {border: 1px solid #535a75; background: #50488c; color: #fff;}
.linkTab.nation > ul > li > a > .nationalFlag {position: absolute; top: 9px; left: 50%; margin-left: -31px;}

#tabmenu_law {
    display: flex;
    height: 50px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    list-style: none;
}

#tabmenu_law li {
    display: inline-flex;
    align-items:center; justify-content:center;
    flex: 1; height: 50px; margin: 0; padding: 0 10px; text-align:center;
    border: 1px solid #ccc; border-left:0;  background: #e6e6e6; font-weight:600;
    color: #666; font-size: 16px; line-height: 1.1; letter-spacing: -0.5px; cursor: pointer;
}
#tabmenu_law li:first-child { border-left:solid 1px #ccc; }
#tabmenu_law li.over { background: #fff; border: 2px solid #315792; border-bottom: none; color: #13366b; }

#tabmenu_law_content_wrap {position: relative; height: auto; min-height: 150px; margin-top: 30px; overflow: visible;}

/* 기본 콘텐츠 숨김 & 활성화된 콘텐츠 노출 */
.tabmenu_law_content { display: none; }
#tabmenu_law_content_wrap > .over { display: block; }


@media all and (min-width:769px) {
    .linkTab > ul {  display: block !important;  
    }
}

@media all and (max-width:768px) {
    .mlinkTab_btn { display: block; }
    .linkTab > ul { display: none; }
    .linkTab.pop > ul {display: block;}
    .linkTab > ul > li {  box-sizing: border-box; float: none; width: 100% !important; height: auto;margin-left: 0; }
    .linkTab.pop > ul > li { box-sizing: border-box; float: left; width: 50% !important; height: auto; margin-left: 0; }
    .linkTab > ul > li:first-child { border-top: 1px solid #d6d6e0; }
    .linkTab.pop > ul > li:first-child {border-top: 0;}
    .linkTab > ul > li > a { padding: 10px 0 13px; border-width: 0 1px 1px 1px; border-style: solid; border-color: #d6d6e0; }
    .linkTab > ul > li > a.on,
    .linkTab > ul > li > a.on:hover {border: 2px solid #858585;background: #858585;}
    .linkTab.nation > ul > li {margin: 0; border-width: 0 1px 1px; border-style: solid; border-color: #8087a6; }
    .linkTab.nation > ul > li:first-child { border-top: 0; }
    .linkTab.nation > ul > li > a {border: 0; padding: 10px 0; background: none; }
    .linkTab.nation > ul > li > a > .nationalFlag {  position: static;  width: 20px;  margin: 0 5px 0 0; }
    #tabmenu_law li { font-size:14px; word-break:keep-all; }
}

/* 서브탭메뉴(탭안의 탭) */
.subTab { margin: 40px 0 30px; text-align: center; }
.subTab ul { display: inline-block; padding: 5px 6px; background: #e0e2e8; border-radius: 600px;}
.subTab ul li {float: left; }
.subTab ul li a {position: relative; display: block; padding: 11px 25px; color: #555;}
.subTab ul li a.on {background: #fff; border-radius: 600px;}
.subTab ul li a span {padding-left: 30px; background: url(../images/common/bul_subTab.png) left 2px no-repeat; font-weight: 500;}
.subTab ul li a.on span {background: url(../images/common/bul_subTab_ov.png) left 2px no-repeat; font-weight: 600;}

@media all and (max-width:780px) {
    .subTab ul { border-radius: 0; border: 1px solid #bdbdbd; padding: 0; width: 100%; }
    .subTab ul li { width: 100%; }
    .subTab ul li { border-top: 1px solid #bdbdbd;}
    .subTab ul li:first-of-type { border-top: 0; }
    .subTab ul li a { font-size: 14px; }
    .subTab ul li a span,
    .subTab ul li a.on span { background-position: left top; }
    .subTab ul li a.on { border-radius: 0; }
}


/** 버튼정의 ***/
.action_inner .btn { min-height:40px !important; font-weight:600; padding:0 20px;  }
