@charset "UTF-8"; 
/*font*/
@import url("../font/remixicon.css"); /* 기본 아이콘 : http://remixicon.com/에서 확인가능 */

@font-face{
    font-family:'NotoSansJP';
    font-style:normal;
    font-weight:100;
    src:url('../font/NotoSansJP-Thin.woff2') format('woff2'),url('../font/NotoSansJP-Thin.woff') format('woff'), url('../font/NotoSansJP-Thin.ttf') format('truetype');
}
@font-face{
    font-family:'NotoSansJP';
    font-style:normal;
    font-weight:200;
    src: url('../font/NotoSansJP-ExtraLight.woff2') format('woff2'), url('../font/NotoSansJP-ExtraLight.woff') format('woff'), url('../font/NotoSansJP-ExtraLight.ttf') format('truetype');
}
@font-face{
    font-family:'NotoSansJP';
    font-style:normal;
    font-weight:300;
    src:url('../font/NotoSansJP-Light.woff2') format('woff2'), url('../font/NotoSansJP-Light.woff') format('woff'), url('../font/NotoSansJP-Light.ttf') format('truetype');
}
@font-face{
    font-family:'NotoSansJP';
    font-style:normal;
    font-weight:400;
    src:url('../font/NotoSansJP-Regular.woff2') format('woff2'), url('../font/NotoSansJP-Regular.woff') format('woff'), url('../font/NotoSansJP-Regular.ttf') format('truetype');     
}
@font-face{
    font-family:'NotoSansJP';
    font-style:normal;
    font-weight:500;
    src: url('../font/NotoSansJP-Medium.woff2') format('woff2'), url('../font/NotoSansJP-Medium.woff') format('woff'), url('../font/NotoSansJP-Medium.ttf') format('truetype');
}
@font-face{
    font-family:'NotoSansJP';
    font-style:normal;
    font-weight:600;
    src:url('../font/NotoSansJP-SemiBold.woff2') format('woff2'), url('../font/NotoSansJP-SemiBold.woff') format('woff'), url('../font/NotoSansJP-SemiBold.ttf') format('truetype');
}
@font-face{
    font-family:'NotoSansJP';
    font-style:normal;
    font-weight:700;
    src:url('../font/NotoSansJP-Bold.woff2') format('woff2'), url('../font/NotoSansJP-Bold.woff') format('woff'), url('../font/NotoSansJP-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; vertical-align:baseline; font-size:inherit; color:inherit; box-sizing:border-box; letter-spacing: -0.03em; } 
dl, ul, ol, menu, li { list-style:none } 
fieldset, img { border:0 none; box-sizing:border-box } 
input, select, textarea, button { vertical-align:middle; margin:0; padding:0; font-family:inherit; box-sizing:border-box } 
button { border:0 none; background-color:transparent; cursor:pointer; box-sizing:border-box } 
address, caption, cite, code, dfn, em, var { font-style:normal; font-weight:normal; box-sizing:border-box } 
input, textarea, img { max-width:100% } 
a, a:hover, a:visited, a:active { text-decoration:none } 
sup { font-size:small; vertical-align:text-top } 
sub { font-size:small; vertical-align:text-bottom } 
button, select { -webkit-appearance:none; appearance:none } 

select { min-width:130px; height:40px; color: #222; padding:8px 0 8px 15px; border:1px solid #cccccc; font-size:1.5rem; background: url(../img/comm/icon_select.gif) no-repeat right 0;background-size: contain; box-sizing:border-box;letter-spacing: -0.03em;} 
select::-ms-expand { display: none; /* 화살표 없애기 for IE10, 11*/ } 
select.disabled,select:disabled { color:#999 !important; background:#fff url(/img/comm/icon_select.gif) no-repeat right 15px center; } 
select+select { margin-left: 5px; } 
/* Hide Native Arrow IE 10, 11 */
table { width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0 } 
table caption { overflow: hidden; font-size: 0; line-height: 0; font-size: 0;height: 0;width: 1px;} 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block } 

/* 사파리 기본 css제거 */
input[type=submit], input[type=button]{-webkit-appearance:none; -webkit-border-radius:0;}

/* HTML5 for older browsers */
section, main { display:block } 
img { vertical-align:top } 
h1, h2, h3, h4, h5, h6, em, strong { font-weight:600; } 

html, body{
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
  }

  ::selection {background: #1C6CC5;color: #fff;text-shadow: none;}
  ::-moz-selection {background: #1C6CC5;color: #fff;text-shadow: none;}
  
/* old 
-------------------------------------------------------------- */
.blind, .hidden { visibility:hidden; overflow:hidden; position:absolute; top:0; left:0; width:0; height:0; font-size:0; line-height:0 } 
.soundOnly { display:block !important; position:absolute !important; top:-9999px !important; left:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; border:0 !important; overflow:hidden !important; } 
.sr,.sr-only { clip: rect(1px, 1px, 1px, 1px); position: absolute; margin: -1px; height: 1px; width: 1px; border: 0; padding: 0; overflow: hidden; word-wrap: normal; } 
.al { text-align:left !important; } 
.ar { text-align:right !important; } 
.ac { text-align:center !important; } 
.vat { vertical-align:top !important; } 
.vam { vertical-align:middle !important; } 
.db { display:block !important; } 
.dib { display:inline-block !important; } 
.ws_nowrap { white-space: nowrap !important } 
.ws_wrap { white-space: normal!important } 
.fsn { font-style: normal } 
.clearfix:before, .clearfix:after { display: block; content: ''; line-height: 0; }
.clearfix:after { clear:both; }
.overlay {display: none; opacity: 0; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:100; -webkit-transform: translateZ(0) } 
br {visibility:hidden;}

/* flex 
-------------------------------------------------------------- */
.flex { display: flex } 
.f_ais { align-items: flex-start !important } 
.f_aie { align-items: flex-end!important } 
.f_aic { align-items: center !important } 
.f_dc { flex-direction: column !important } 
.f_dr { flex-direction: row !important } 

/* float 
-------------------------------------------------------------- */
.fl { float: left !important } 
.fr { float: right !important } 

/* height 
-------------------------------------------------------------- */
.h50 { height: 50px !important } .h70 { height: 70px !important } .h100 { height: 100px !important } .h150 { height: 150px !important } .h200 { height: 200px } .h300 { height: 300px } 

/* width 
-------------------------------------------------------------- */
.max { width:100%; } .half { width:50%; } 
.half + .half { width: calc(50% - 20px); margin-left: 10px } 
.w50 { width:50px; } .w70 { width:70px; } .w100 { width:100px; } .w120 { width:120px; } .w138 { width:138px; } .w140 { width:140px !important; } .w150 { width:150px; } .w200 { width:200px !important; } .w240 { width:240px; } .w270 { width:270px; } .w300 { width:300px; } .w350 { width:350px; } .w400 { width:400px; } .w520 { width:520px; } 

/* 말줄임 */
.dotdot { display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } 

/* padding 
-------------------------------------------------------------- */
.pdt0 { padding-top:0px !important; } .pdt5 { padding-top:5px !important; } .pdt10 { padding-top:10px !important; } .pdt15 { padding-top:15px !important; } .pdt20 { padding-top:20px !important; } .pdb0 { padding-bottom:0px !important; } .pdb5 { padding-bottom:5px !important; } .pdb10 { padding-bottom:10px !important; } .pdb15 { padding-bottom:15px !important; } .pdb20 { padding-bottom:20px !important; } .pdr40 { padding-right:40px !important; } .pdl20 { padding-left:20px !important; } 

/* margin
-------------------------------------------------------------- */
.mgt0 { margin-top:0px !important; } .mgt5 { margin-top:5px !important; } .mgt10 { margin-top:10px !important; } .mgt15 { margin-top:15px !important; } .mgt20 { margin-top:20px !important; } .mgt30 { margin-top:30px !important; } .mgt40 { margin-top:40px !important; } .mgt45 { margin-top:45px !important; } .mgt50 { margin-top:50px !important; } .mgb0 { margin-bottom:0px !important; } .mgb5 { margin-bottom:5px !important; } .mgb10 { margin-bottom:10px !important; } .mgb15 { margin-bottom:15px !important; } .mgb20 { margin-bottom:20px !important; } .mgl0 { margin-left:0px !important; } .mgl5 { margin-left:5px !important; } .mgl10 { margin-left:10px !important; } .mgl15 { margin-left:15px !important; } .mgl20 { margin-left:20px !important; } .mgl40 { margin-left:40px !important; } .mgl70 { margin-left:70px !important; } .mgr0 { margin-right:0px !important; } .mgr5 { margin-right:5px !important; } .mgr10 { margin-right:10px !important; } .mgr15 { margin-right:15px !important; } .mgr20 { margin-right:20px !important; } .mgb10 { margin-bottom:10px; } 

/* color 
-------------------------------------------------------------- */
.b-point {color: #1a4aa6 !important;}

/********** 
Common element 
**********/
:lang(ko) { word-break:break-all } 
:lang(en) { word-break:break-all } 
html { height:100%; font-weight:400; scroll-padding-top:80px; scroll-behavior: smooth; -ms-scroll-padding-top: 80px;font-size: 62.5%; } 
html *{font-family:'NotoSansKR','NotoSansJP','Malgun Gothic','맑은 고딕',Helvetica,'Apple SD Gothic Neo',Arial,sans-serif;}
body { line-height:1.6; color:#000;font-size: 1.6rem;font-weight: 300;} 

/* IPHONE */
input:disabled, textarea:disabled { opacity:1; -webkit-text-fill-color:inherit } 
textarea, input { border-radius:0 } 
/* 
textarea, input { -webkit-appearance:none; border-radius:0 } 
input[type="checkbox"], input[type="radio"] { opacity:0 } */

input[type="number"] { -webkit-appearance:none; appearance:none; box-shadow:none } 
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance:none; margin:0 } 
/*Normalize v8.0.0 | MIT License | github.com/necolas/*/
html { -webkit-text-size-adjust:100% } 
small { font-size:80% } 
sub, sup { position:relative; line-height:0; font-size:60%; vertical-align:baseline } 
sub { bottom:-0.25em } 
sup { top:-0.5em } 
button, input, optgroup, select, textarea { font-family:inherit; line-height:1.15; margin:0 } 
button, input { overflow:visible } 
button, select { text-transform:none } 
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance:button } 
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style:none; padding:0 } 
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline:1px dotted ButtonText } 
textarea { overflow:auto } 
[type="checkbox"], [type="radio"] { box-sizing:border-box; padding:0 } 
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height:auto } 
[type="search"] { -webkit-appearance:textfield; outline-offset:-2px } 
[type="search"]::-webkit-search-decoration { -webkit-appearance:none } 
input::-ms-clear, input::-ms-reveal { display:none; width:0; height:0 } 
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration { display:none } 
::-webkit-file-upload-button { -webkit-appearance:button; font:inherit } 
abbr[title] { border-bottom:none; -webkit-text-decoration:underline dotted; text-decoration:underline dotted } 
progress { vertical-align:baseline } 
details { display:block } 
summary { display:list-item } 
[hidden], template, hr { display:none } 

/* Input */
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"] { height: 40px; padding: 10px 15px; border:1px solid #b2b2b2; background-color: #fff; box-sizing: border-box; font-size: 1.6rem; color: #757575 } 

textarea:-ms-input-placeholder {
    color: #757575;
    font-size: 1.6rem;
    font-weight: 300;
}

textarea::placeholder {
    color: #757575;
    font-size: 1.6rem;
    font-weight: 300;
}
input[type="text"].full, input[type="password"].full, input[type="number"].full, input[type="email"].full, input[type="tel"].full { width: 100% } 
input[type="text"].t01:-ms-input-placeholder, input[type="password"].t01:-ms-input-placeholder, input[type="number"].t01:-ms-input-placeholder, input[type="email"].t01:-ms-input-placeholder, input[type="tel"].t01:-ms-input-placeholder { color: #757575 } 
input[type="text"].t01::placeholder, input[type="password"].t01::placeholder, input[type="number"].t01::placeholder, input[type="email"].t01::placeholder, input[type="tel"].t01::placeholder { color: #757575 } 
label { font-size: 1.5rem; color: #757575 } 
label+input[type="text"], label+input[type="password"] { margin-left: 5px } 
label:first-child+input[type="text"], label:first-child+input[type="password"] { margin-left: 0 } 
label.essential::before { content: '*'; display: inline-block; margin-right: 4px; vertical-align: middle } 
input[type="text"]:not(.dates):read-only, input[type="password"]:read-only, input[type="number"]:read-only, input[type="email"]:read-only, input[type="text"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="email"]:disabled, input[type="tel"]:disabled { background-color: #eee; color: #757575 } 
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
    color: #b8b8b8;
    font-size: 1.6rem;
    font-weight: 300;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
    color: #b8b8b8;
    font-size: 1.6rem;
    font-weight: 300;
}
textarea { resize: none; width: 100%; min-height: 140px; padding: 10px 20px; border: 1px solid #e1e1e1; background-color: #fff; box-sizing: border-box; font-size: 1.6rem; line-height: 24px; color: #b8b8b8 } 
::-webkit-input-placeholder { color: #b8b8b8 !important; font-weight: normal; font-style: normal } 
::-moz-placeholder { color: #b8b8b8 !important; font-weight: normal; font-style: normal } :-ms-input-placeholder { color: #b8b8b8 !important; font-weight: normal !important; font-style: normal } :-moz-placeholder { color: #b8b8b8 !important; font-weight: normal; font-style: normal } 

@media screen and (max-width:767px){

}

/* radio */
input[type="radio"] {width: 22px;height: 22px;}
input[type="radio"]:checked {border: 1px solid #5b5b5b;}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #000;
    letter-spacing: -0.05em;
    font-size: 1.6rem;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #c6c6c6;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:before {
    border: 1px solid #4d4d4d;
}
[type="radio"]:focus-within + label:before{
    outline: 2px solid #1A7E9E;
    border-color: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #4d4d4d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* radio button */

/*checkbox*/

/* 달력 */
.ui-datepicker,
#ui-datepicker-div { padding: 0; width: 272px !important; border: 1px solid #c5c5c5 !important; display: none;} 
.ui-widget-header {}
.ui-datepicker .ui-widget-header { background: #fff; border: none; border-bottom: 1px solid #ddd; border-radius: 0; }
.ui-datepicker .ui-datepicker-title { margin: 0; text-align: center; padding: 7px 0; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { margin: 0 3px; width: 45%; border-color: #999999; }
.ui-datepicker select.ui-datepicker-year + select.ui-datepicker-month { margin-left: 5px; }
.ui-datepicker table { background: #ebf7ff; margin-bottom: 0; border-top: 0; }
.ui-datepicker th { padding: 0; font-size: 12px !important; background: none !important; border: none !important; }
.ui-datepicker th,
.ui-datepicker td { height: 30px; border: none; text-align: center; padding: 0; vertical-align: middle;}
.ui-datepicker .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
html .ui-datepicker .ui-button.ui-state-disabled:hover,
html .ui-datepicker .ui-button.ui-state-disabled:active { border: none; text-align: center; font-size: 1.4rem; background: #ebf7ff; color: #454545 !important;font-weight: 500; }
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight { border: 1px solid rgba(51,140,213,0.2); background: rgba(51,140,213,0.15); color: rgba(51,140,213,1) !important; }
.ui-datepicker-trigger{width: 20px;vertical-align: middle;margin-left: 5px;}
.date_box input[type="text"] {padding: 0 10px;}

/* --------------------------------------------------------------
Layout 
-------------------------------------------------------------- */
body {position: relative;}
body.on { overflow:hidden} 

#wrap { position:relative; min-width:320px; overflow:hidden; } 
main > div, header > div, header nav > div {width: 1300px;margin: 0 auto;}

.container { position:relative; overflow:hidden; width:100%; margin:0 auto; min-height: 60vh;padding-bottom: 50px;} 
.contentWrap { margin:50px auto 0; width: 1300px;position: relative;} 
.contentWrap::before
.contentWrap::after {display: block;clear: both;content: "";}

#lnb + #content { float: left;padding: 0 0 0 260px;width: 100%;min-height: 577px;} 
#content::before,
#content::after {display: block;content: "";clear: both;}

.content p[class*=list-depth1-dot]::before{top: 24px;}
.content *[class^=list-depth1-dot] li::before { top: 17px;} 

#skip_nav a { z-index:100000; position:fixed; top:0; left:0; width:1px; height:1px; margin-left:-1px; font-size:0; line-height:0; overflow:hidden; } 
#skip_nav a:focus,
#skip_nav a:active { width:100%; height:75px; margin:0; padding:0; background:#21272e; color:#fff; font-size:0.937rem; font-weight:bold; text-align:center; text-decoration:none; line-height:75px; } 

/* 헤더 */
.header {margin-top: 30px;}
.header-top {display: flex;align-items: center;justify-content: space-between;width: 100%;max-width: 1300px;height: 84px;}
.header-top .logo a {display: inline-block;width: 202px;height: 45px;background: url(../img/main/logo.png) no-repeat center;background-size: contain; text-indent: -999em;}
.util_bx{display: flex; align-items: center; gap:10px;}
.util_bx > ul:nth-of-type(1) li {position: relative;float: left;padding: 0 17px;color: #515151;font-size: 1.4rem;}
.util_bx > ul:nth-of-type(1) li ~li::before {position: absolute;top: 50%;left: 0;transform: translateY(-50%);display: inline-block;content: "";width: 1px;height: 15px;background-color: #e5e5e5;}
.util_bx > ul:nth-of-type(1) li:first-of-type {padding-left: 0;}
.util_bx > ul:nth-of-type(1) li:last-of-type {padding-right: 0;}
.util_bx > ul:nth-of-type(1) li .lang{position: relative;}
.util_bx > ul:nth-of-type(1) li .lang::before{content: ''; display: inline-block; width: 18px; height: 17px; background:url(../img/comm/icon_lngg.png)no-repeat; vertical-align: middle; margin-right: 5px;}
.util_bx > ul:nth-of-type(1) li .lang::after{content:'';display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #515151;vertical-align:middle;margin-left:5px;transition:transform .2s ease;}
.util_bx > ul:nth-of-type(1) li .lang.on::after{transform:rotate(180deg);}
.lang-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:110px;background:#fff;border:1px solid #ddd;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:200;padding:5px 0;}
.lang-dropdown.on{display:block;}
.lang-dropdown li{float:none !important;padding:0 !important;}
.lang-dropdown li::before{display:none !important;}
.lang-dropdown a{display:block;padding:9px 18px;color:#333;font-size:1.4rem;white-space:nowrap;transition:background .15s,color .15s;}
.lang-dropdown a:hover,.lang-dropdown a:focus{background:#f0f6ff;color:#1c6cc5;}
.lang-center {display: inline-block; position: relative;}
@media screen and (max-width:767px){
    .lang-dropdown {top: auto;bottom: calc(100% + 8px);}
}
.util_bx > ul:nth-of-type(1){margin-right:7px;}
.util_bx .sns{display: flex; gap:17px; position: relative; padding-left: 17px;}
.util_bx .sns:before{position: absolute;top: 50%;left: 0;transform: translateY(-50%);display: inline-block;content: "";width: 1px;height: 15px;background-color: #e5e5e5;}
.util_bx .sns .social a img{width:28px;}

.gnbBg { width: 100%; height: 0; background-color: #fff; position: absolute; top: 60px; left: 0; z-index: 10;box-shadow: 1px 1px 10px #0000001a;transition: height ease .2s; }
.gnb { position: relative;z-index: 50;background-color: #1c6cc5;}
.gnb h1 {display: flex;align-items: center;}
.gnb h1 > a {display: block;width: 320px;height: 24px;background: url(../img/main/logo.png) no-repeat 0 0;}

.gnb_list { margin: 0 auto;width: 1300px;font-size: 0;}
.gnb_list > li { display: inline-block;position: relative;width: 50%;border-left: 1px solid rgba(255, 255, 255, 0.2);}
.gnb_list > li:last-child {border-right: 1px solid rgba(255, 255, 255, 0.3);}
.depth1-link{display: flex;padding: 0 34px;justify-content: center; align-items: center;width: 100%;line-height: 60px;color: #fff;font-size: 2rem;font-weight: 500;letter-spacing: -0.05em;}
.depth2_ul { position: absolute; z-index: 50;top: 60px; left: 0; width: calc(100% + 1px); height: 0;overflow: hidden;transition: height ease .2s;border-left: 1px solid #d9d9d9;box-sizing: border-box;}
.gnb_list > li:last-child .depth2_ul {border-right: 1px solid #d9d9d9;}
.depth2_ul .depth2-item { text-align: center;}
.depth2_ul .depth2-item:first-child {padding-top: 20px;}
.depth2_ul .depth2-link {position: relative;display: block;padding: 5px 30px;color: #444; font-size: 1.6rem;letter-spacing: -0.05em;transition: color .3s; text-align: left;}
.depth2_ul .depth2-link::after { position: absolute;top: 50%;right: 15px; display: inline-block; color: #c1c1c1; font-style: normal; font-weight: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "remixicon"; content: "\ea6e"; font-size: 25px; line-height: 0; }
.depth2_ul .depth2-link.on,
.depth2_ul .depth2-link:hover {background-color: #a6d9f4;font-weight: 500;color: #222;}
.depth2_ul .depth2-link.on:after,
.depth2_ul .depth2-link:hover:after {color: #222;}

.gnb.on  .gnbBg {height: 250px; border-bottom: 1px solid #d9d9d9; }
.gnb.on .depth2_ul {height:250px;}
.depth1-link.on + .depth2_ul { background-color: #e1f5ff;}
.depth1-link:hover,
.depth1-link.on {background-color: #003b7d}

/* mobile gnb */
.btn-bar{display: none;position:absolute;top: 50%;left: 20px;transform: translateY(-50%);width:26px;height:20px;font-size:0;text-align:left;border:0;z-index: 555;}
.btn-bar .line {display: inline-block;position: absolute;left: 0;width: 100%;height: 2px;background-color: #1c6cc5;border-radius: 6px;  -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.btn-bar .line:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
.btn-bar .line:nth-child(2) { top: 9px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
.btn-bar .line:nth-child(3) { top: 18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
.btn-bar.on .line:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; left: 0px;}
.btn-bar.on .line:nth-child(2) { width: 0%; opacity: 0;}
.btn-bar.on .line:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 18px; left: 0px;}

.overlay.on { opacity: 0.8; display: block; visibility: visible; background: rgba(0, 0, 0, 0.6); z-index: 100; }
.mtLogo {display: none;position: absolute;top: 0;left: 0;width: 100%;height: 70px;padding: 18px 0;}
.mLogo {display: block;margin: 0 auto;width: 219px;height: 100%;background: url(../img/main/logo.png) no-repeat;background-size: contain;}

/* animation */
@keyframes menu-bar07-01 {
    0% {
        transform : translateY(9px) rotate(45deg);
    }
    50% {
        transform : translateY(9px) rotate(0);
    }
    100% {
        transform : translateY(0) rotate(0);
    }
}
@keyframes menu-bar07-02 {
    0% {
        transform : translateY(-9px) rotate(-45deg);
    }
    50% {
        transform : translateY(-9px) rotate(0);
    }
    100% {
        transform : translateY(0) rotate(0);
    }
}
@keyframes active-menu-bar07-01 {
    0% {
        transform : translateY(0) rotate(0);
    }
    50% {
        transform : translateY(9px) rotate(0);
    }
    100% {
        transform : translateY(9px) rotate(45deg);
    }
}
@keyframes active-menu-bar07-02 {
    0% {
        transform : translateY(0) rotate(0);
    }
    50% {
        transform : translateY(-9px) rotate(0);
    }
    100% {
        transform : translateY(-9px) rotate(-45deg);
    }
}
/* footer */
#footer {position: static;bottom: 0;z-index: 2;width: 100%;height: 140px;background-color: #f9f9f9;}
#footer::before {position: absolute;z-index: -1;display: inline-block;content: "";width: 100%;height: 140px;background-color: #fff;}
.footer-inner {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 45px 0;max-width: 1200px;height: 100%;margin: 0 auto;color: #555;flex-direction: column;font-size: 1.5rem;}
.footer-inner address span {position: relative;display: inline;}
.footer-inner address span ~ span {padding-left: 30px;}
.footer-inner address span ~ span::before {position: absolute;left: 15px;top: 3px;display: inline-block;content: "";width: 2px;height: 14px;background-color: #bdc0c2;}

@media screen and (max-width:1499px){
    .gnb {padding: 0 20px;}
    .depth1-link {font-size: 1.6rem;}
    .depth2 .depth2-link {font-size: 1.5rem;}
}
@media screen and (max-width:1299px){
    .btn-bar {display: block;}
    .mtLogo {display: block;height: 80px;}
    .header.floating:after {top: 90px;}
    .header.floating .btn-bar::before,
    .header.floating .btn-bar::after,
    .header.floating .btn-bar .bar {background-color: #1c6cc5;}

    .header {position: relative;border-bottom: 1px solid #1c6cc5;text-align: center;}
    .header-top {display: inline-flex;justify-content: center;width: 95%;height: 70px;padding: 20px 0;}
    .header-top .logo > a {display: block;width: 225px;}
    .util_bx {position: absolute;right: 20px;}
    .gnb {display: none;position: fixed;z-index: 500;padding: 0;width: 80%;height: 100vh;top: 0;left: 0;transform: translateX(-100%);-moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%);-moz-transition: transform 0.5s ease-out; -o-transition: transform 0.5s ease-out; transition: transform 0.5s ease-out;background-color: #fff;}
    .gnb.on {-moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px);display: block;}
    .gnb.on .depth2_ul {height: auto;}
    .gnbBg {display: none;}

    .gnb_list {position: relative;top: 50px;z-index: 501;margin: 30px auto 0;width: 100%;height: 100%;border-top: 2px solid #1c6cc5;overflow-y: auto;}
    .gnb_list > li {width: 100%;border-bottom:1px solid #ebebeb;border-left: none;}
    .depth1-link {color: #000;justify-content: flex-start;line-height: 55px;}
    .depth1-link::after { position: absolute; right: 30px; display: inline-block; color: #606060; font-style: normal; font-weight: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "remixicon"; content: "\EA4E"; font-size: 25px; line-height: 0;transition: all .2s;}
    .gnb_list > li .depth1-link.on  {background-color:#1c6cc5;color: #fff;}
    .gnb_list > li .depth1-link.on:after {color: #fff;transform: rotate(-180deg);}
    .depth1-link:hover,
    .depth1-link:hover::after {color: #fff;background-color: #1c6cc5;} 

    .depth2_ul {position: static;display: none;border: none;}
    .depth1-link.on + .depth2_ul {background-color: #fff;}
    .depth2_ul .depth2-item:first-child {padding-top: 0;}
    .depth2_ul li:first-child .depth2-link {border-top: none;}
    .depth2_ul .depth2-link {border-top: 1px solid #e1e1e1;padding: 13px 30px;}
    .depth2_ul .depth2-link:hover {background-color: #e1f5ff;}
    .depth2_ul li:not(.no_depth) .depth2-link::after { position: absolute;top: 50%;right: 15px; display: inline-block; color: #c1c1c1; font-style: normal; font-weight: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "remixicon"; content: "\EA4E"; font-size: 25px; line-height: 0;right: 30px;transition: all .3s;}
    .depth2_ul li.no_depth .depth2-link::after { position: absolute;top: 50%;right: 15px; display: inline-block; color: #c1c1c1; font-style: normal; font-weight: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "remixicon"; content: "\ea6e"; font-size: 25px; line-height: 0;right: 30px;}
    .depth2_ul .depth2-link.on { background-color: #e1f5ff; font-weight: 500; color: #222;}
    .depth2_ul li .depth2-link:hover:after,
    .depth2_ul li .depth2-link.on:after {color: #222;}
    .depth2_ul.on {display: block;}

    .depth3_ul {display: none;}
    .depth3_ul.on {display: block;}
    .depth3_ul > li  {background-color: #f7f7f7;}
    .depth3_ul > li > a {display: flex;align-items: center;/* justify-content: space-between; */padding: 10px 30px;width: 100%;border-top: 1px solid #e1e1e1;font-size:13px;}
    .depth3_ul > li.on > a ,
    .depth3_ul > li > a:hover { color:#2f68c2; text-decoration: underline;} 
    .depth3_ul > li > a:hover {font-weight: 500;}
    .depth3_ul > li > a > span {margin-left: 10px;}
    .depth3_ul > li > a::before {position: absolute;;display: inline-block;content: "";width: 4px;height: 4px;background-color: #606060;transition: all .2s;opacity: 0;}
    .depth3_ul.on > li > a::before {opacity: 1;}

    #footer {height: 160px;}
    #footer::before {height: 160px;}
    .footer-inner {text-align: center;}

    .mLogo {margin-top: 10px;}
    .btn-bar.on {top: 15%;}
}
@media screen and (max-width:767px){
    html {font-size: 50%;}
    /* .util_bx {display: none;} */
    .header-top .logo > a {width: 200px;}
    .mLogo {margin: 0;margin-left: 10px;width: 180px;background-position: 50%;}
    .util_bx {display: none;position: fixed;z-index: 1000;;bottom: 0;left: 0;right: auto;width: 80%;height: 45px;background-color: #F9F9F9;border-top: 1px solid #E6E9EC;padding: 0 10px;}
    .util_bx ul {}
    .util_bx ul:nth-of-type(1){margin-right:0;}
	.util_bx > ul:nth-of-type(1) li{font-size:1.2rem}
    .util_bx > ul:nth-of-type(1) li:last-of-type{padding-right:7px;}
    .util_bx ul li {height: 100%;}
    .util_bx a {display: flex;height: 100%;align-items: center;justify-content: center;}
    .util_bx.on {display: flex;}
    #footer {height: auto;}
    #footer::before {height: 100%;}
    .footer-inner {padding: 30px 20px;line-height: 1.3;}
    .footer-inner .copy {margin-top: 15px;line-height: 1.2;}
    .footer-inner address span {display: inline-block;}
    .footer-inner address span ~ span {padding-left: 0;padding-top: 5px;}
    .footer-inner address .add {width: 100%;}
    .footer-inner address .dg::before {display: none;}
    .footer-inner address .tel {padding-left: 10px;}
    .footer-inner address .tel::before {left: 4px;top: 6px;}
    .header-top {justify-content: flex-start;}
    .util_bx {left: auto;right: 0;}
    .gnb {left: auto;right: 0;}
    .btn-bar {left: auto;right: 20px;}
    
}
@media screen and (max-width:468px){
    
}

/* lnb */
#lnb { position: absolute;top: 0;width: 215px;min-height: 330px; float: left; } 
#lnb .lnb-tit { position: relative;margin-bottom: 30px;padding-top: 30px;;width: 215px;text-align: center;} 
#lnb .lnb-tit h2 { display: flex;flex-direction: column;align-items: center;justify-content: center; width: 100%; height: 100%;color: #092e5a; font-size: 2.6rem;line-height: 1.2;font-weight: 600;letter-spacing: -0.03em;} 
#lnb .lnb_01 > li:last-child > a{border-bottom: 2px solid #efefef;}
#lnb .lnb_01 > li > a {position: relative; display: flex; align-items: center; justify-content: flex-start; padding: 10px 15px;min-height: 60px; border-top: 2px solid #efefef; color: #000; font-size: 1.6rem;line-height: 1.25;} 
#lnb .lnb_01 > li > a > span {letter-spacing: -0.02em;}

#lnb .lnb_01 > li:not(.no_depth) > a::before {} 
#lnb .lnb_01 > li > a:hover {}


#lnb .lnb_01 > li.active > a {color: #fff;border-color: #005899;background-color: #005899; font-weight: 600;} 
#lnb .lnb_01 > li.active > a > span {letter-spacing: -0.05em;} 
#lnb .lnb_01 > li.active > a::after {  background-color:#1a4aa6;color: #fff; } 
#lnb .lnb_01 > li.active > a + .lnb_02 {display: block;border-top:none;;margin-top: -2px;transition: transform 0.2s linear;}

#lnb .lnb_01 > li.current > a { background-color:#1a4aa6;color: #fff;} 
#lnb .lnb_01 > li.current > a::after { transform: rotate(-90deg); } 
#lnb .lnb_01 > li.current > a + .lnb_02 {display: block;border-top:none;;margin-top: -2px;transition: transform 0.2s linear;}
#lnb .lnb_01 > li.current + li.active > a {border-top: none;}
#lnb .lnb_01 > li:not(.no_depth).current > a::after { transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg) } 

#lnb .lnb_01 > li.active + li.current a{border-top:none}
#lnb .lnb_02 { display: none; padding: 20px 20px 19px 30px; background-color: #f7f7f7;; } 
#lnb .lnb_02 > li ~ li { margin-top:5px; } 
#lnb .lnb_02 > li > a { display: block; position: relative; padding-left: 10px; font-size: 1.5rem; } 
#lnb .lnb_02 > li > a::before { position: absolute; top:50%; left:0; display: inline-block; content: ""; width: 3px; height: 3px; background-color: #606060; } 
#lnb .lnb_02 > li.active > a::after {position: absolute; top:-7px;right: 0;font-style: normal; font-weight: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "remixicon"; content: "\ea6e"; display: inline-block; font-size: 2.4rem; color: #1a4aa6; transition: transform 0.2s linear;}
#lnb .lnb_02 > li > a:hover,
#lnb .lnb_02 > li.active > a{ color: #1a4aa6;font-weight: 600;} 
#lnb .lnb_02 > li > a:hover:before { background-color: #1a4aa6; } 

/* tab */
.tab {margin-bottom:20px;}
.tab-list {display:flex;flex-wrap:wrap; gap:0}
.tab-list li {text-align:center; flex-basis: calc(20% + 1px); justify-content: space-between; background: #fff; margin-right: -1px; flex-grow: 0}
.tab-list li:last-of-type{ flex-grow: 1} 

.tab-item {display:table;margin-top: -1px;padding:0 0.8em;width:100%;height:55px;color:#606060;border:1px solid #d9d9d9;background-color:#fff;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;font-size:15px;}
.tab-item:hover, .tab-item:focus {background-color:#007bcb;border-color:#007bcb;color:#fff;word-break:break-all;}

.tab-list li.active .tab-item {color:#fff;background-color:#007bcb;border-color:#007bcb;}
.tab-title {display:table-cell;vertical-align:middle;word-break:keep-all;line-height:1.2;font-size: 1.071rem;}

.tab-category-list {position: relative;margin-bottom: 20px;;text-align: center;}
.tab-category-list::after {display: block;content: "";clear: both;}
.tab-category-list > li {display: inline-block;margin-left: -4px;width: 33.333333%;height: 50px;}
.tab-category-list > li.active {}
.tab-category-list > li.active .category-item {color: #222222;font-weight: 600;}
.tab-category-list > li.active .category-item::before {position: absolute;top:-4px;display: inline-block;content: "";width: 100%;height: 4px;;background-color: #00a6e7;}
.tab-category-list > li.active .category-item {border-bottom: none;}
.tab-category-list > li .category-item {margin-left: -1px;border: 1px solid #d9d9d9;position: relative;display: inline-flex;align-items: center;flex-direction: column;justify-content: center;width: 100%;height: 100%;font-size: 16px;}
.tab-category-list > li .category-panel {display: none;position: absolute; top: 50px; left: 0;margin-top: 40px;width: 100%; }
.tab-category-list > li .category-panel .board-top {text-align: left;}
.tab-category-list > li:first-of-type .category-panel {display: block;}
@media screen and (max-width:767px){
    .tab-list li{flex-basis: calc(33.333% + 1px);} 
    .tab-category-list{ overflow: hidden; overflow-x: auto; display: flex} 
    .tab-category-list > li{ width: auto; flex-basis: 50%; margin-left: 0; margin-right: -1px; padding-top: 4px} 
    .tab-category-list > li .category-item{ display: flex; font-size: 1.071rem; white-space: nowrap; padding: 0px 10px 0 10px; margin-left: 0} 
    .tab-category-list > li.active .category-item::before{ top: -4px} 
}

/* location */
.content_info {display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;width: 100%;margin-bottom: 50px;padding-bottom: 40px;border-bottom: 1px solid #dcdcdc ;}
.content_info > h2{margin-top: 10px;color: #111;font-size: 3rem;line-height: 1.2;font-weight: 600;letter-spacing: -0.05em;}
.location-list { position: relative;display: flex;justify-content: flex-end; align-items: center;width: 100%;min-width: 310px;height: 20px;padding: 0; font-size: 1.5rem;letter-spacing: -0.5px;} 
.location-list .loc { color: #777; display: flex;align-items: center;font-size: 1.5rem;} 
.location-list .loc .home{display: inline-block;width: 14px; height: 14px; background: url(../img/comm/home.png)no-repeat center;  }
.location-list .loc.home a { display: flex; align-items: center; font-size: 0; }
.location-list .loc + .loc:before{ display: block;content: "";width: 5px;height: 9px;background: url(../img/comm/icon_arrow.png)no-repeat center;margin: 2px 10px 0;} 
.location-list .loc:last-child{ color: #000;} 


@media screen and (max-width:1299px){
    .contentWrap {width: 95%;}
    #lnb {display: none;}
    #lnb + #content {padding: 0 15px;}
    .location-list {justify-content: flex-start;}
}
@media screen and (max-width:970px){
}
@media screen and (max-width:767px){
    .contentWrap {margin: 30px auto;}
    .content_info {margin-bottom: 20px;padding-bottom: 20px;flex-direction: column;align-items: flex-start;}
    .content_info > h2 {font-size: 2.4rem}
    .location-list {font-size: 1.6rem;}
    .location-list .loc + .loc:before {font-size: 1.6rem;vertical-align: 0;margin: 0 5px 0;}
}
/* 20231116 수정 */
/* 페이징 숫자 */
.board-paging {display: flex; justify-content: center; margin:50px auto 0; text-align:center;} 
.board-paging .arrow a { display:table; width:32px; height:32px; border:1px solid #c6c7cc;font-size:1.4rem; } 
.paging-list {  font-size: 0; }
.board-paging .paging-list li {display:inline-block; }
.board-paging .paging-list li a.prev {margin-right: 0;}
.board-paging .paging-list li a.next {margin-right: 0;}
.board-paging .paging-list li a {display: table;width: 32px;height: 32px;font-size: 1.4rem;font-weight: 400;border:1px solid #c6c7cc;color: #666;transition: all 0.3s;line-height: 1.9;}
.board-paging li a:hover {border-color: #0c3975;border-radius: 6px;} 
.board-paging .paging-list li a > span { display:table-cell; vertical-align: middle; } 
.board-paging li.on a { background-color: #0c3975;color:#fff;border-color: #0c3975;} 
.board-paging .prev { background:url(../img/comm/list_prev02.png) no-repeat center;} 
.board-paging .first { background:url(../img/comm/list_prev01.png) no-repeat center; } 
.board-paging .next { background:url(../img/comm/list_next02.png) no-repeat center; } 
.board-paging .last { background:url(../img/comm/list_next01.png) no-repeat center; } 
.board-paging .arrow .prev_m,
.board-paging .arrow .next_m { display: none;} 
.pageState {display: none;padding: 0 10px;}
.pageState span {line-height: 30px;font-size: 13px;}
.pageState span.curPage {color: #1c6cc5}
.pageState span.curPage:after {content: "/";margin: 0 10px;color: #000}
@media screen and (max-width:767px){
    .board-paging .paging-list li,
    .board-paging .arrow a {width:30px; height:30px; line-height:30px;border: 0 none;}
    .board-paging {margin-top: 30px;}
    .board-paging .arrow .prev,
    .board-paging .arrow .next,
    .board-paging .paging-list{display: none;}
    .board-paging .arrow .prev.prev_m,
    .board-paging .arrow .next.next_m,
    .pageState {display: block;}
}
@media only screen and (max-width: 600px) {
    .resize_no{display: none ;}
}
/* //20231116 수정 */
/* modal */
@media screen and (max-width:767px){
}
@media screen and (max-width:468px){
    
}

/* 버튼 */
.btn {display: inline-block;padding: 5px 20px;width: 120px;line-height: 4rem;border-radius: 10px;color: #fff;font-size: 1.7rem;letter-spacing: -0.05em;}
.btn-blue {background-color: #002d8c}
.btn-green {background-color: #11a864}
.btn-gray {background-color: #3d424d}
.submit-btn {display: block;margin: 0 auto;padding: 19px;width: 340px;color: #fff;background-color: #11a864;border-radius: 5px;font-size: 2.2rem;text-align: center;line-height: 1;}
@media screen and (max-width:468px){
    .submit-btn {width: 100%;}
}

/* 리스트 기본 */
.dot-list li {position: relative;padding-left: 15px;line-height: 100%;}
.dot-list li ~ li {margin-top: 10px;}
.dot-list li::before {position: absolute;left:0;top: 50%;display: block;content: "";width: 2px;height: 2px;background-color: #4f4f4f;}

.num-list li {}

/* 탭 기본 */
.tab_list{ display: flex; font-size: 1.428rem;  color: #838281; width: 100%; margin-bottom: 50px  } 
.tab_list li{ position: relative;width: 50%;} 
.tab_list li button{position: relative;width: 100%;display: flex;align-items: center;justify-content: center; color: #909294;background-color: #eef2f5;border: 1px solid #d8dee3;font-size: 1.8rem; font-weight:500;height: 70px;line-height: 1.2;letter-spacing: -0.02em;} 
.tab_list li.active button {color: #005899;background-color: #fff;border-color: #005899;border-bottom-width: 7px;font-weight: bold;}
 
@media screen and (max-width:767px){
    .tab_list li button {height: 65px;}
}


@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust: none;
        }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #lnb .lnb_01 > li > a {display: table;width: 100%;}
    #lnb .lnb_01 > li > a > span {display: table-cell;vertical-align: middle;}
    /* .util_bx {top: 25px;} */
}