@charset "UTF-8"; 
/*font*/
@import url("../font/remixicon.css"); /* 기본 아이콘 : http://remixicon.com/에서 확인가능 */

@font-face{
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:100;
    src:url('../font/NotoSansKR-Thin.woff2') format('woff2'),url('../font/NotoSansKR-Thin.woff') format('woff'), url('../font/NotoSansKR-Thin.otf') format('OpenType');
    font-display: swap;
}
@font-face{
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:200;
    src: url('../font/NotoSansKR-Light.woff2') format('woff2'), url('../font/NotoSansKR-Light.woff') format('woff'), url('../font/NotoSansKR-Light.otf') format('OpenType');
    font-display: swap;
}
@font-face{
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:300;
    src:url('../font/NotoSansKR-DemiLight.woff2') format('woff2'), url('../font/NotoSansKR-DemiLight.woff') format('woff'), url('../font/NotoSansKR-DemiLight.otf') format('OpenType');
    font-display: swap;
}
@font-face{
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:400;
	src:url('../font/NotoSansKR-Regular.woff2') format('woff2'), url('../font/NotoSansKR-Regular.woff') format('woff'), url('../font/NotoSansKR-Regular.otf') format('OpenType');     
    font-display: swap;
}
@font-face{
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:500;
    src: url('../font/NotoSansKR-Medium.woff2') format('woff2'), url('../font/NotoSansKR-Medium.woff') format('woff'), url('../font/NotoSansKR-Medium.otf') format('OpenType');
    font-display: swap;
}
@font-face{
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:600;
    src:url('../font/NotoSansKR-Bold.woff2') format('woff2'), url('../font/NotoSansKR-Bold.woff') format('woff'), url('../font/NotoSansKR-Bold.otf') format('OpenType');
    font-display: swap;
}
@font-face{
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:700;
    src:url('../font/NotoSansKR-Black.woff2') format('woff2'), url('../font/NotoSansKR-Black.woff') format('woff'), url('../font/NotoSansKR-Black.otf') format('OpenType');
    font-display: swap;
}
@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;-webkit-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:105px; height:40px; color: #222; padding:8px 30px 8px 15px; border:1px solid #cccccc; font-size:1.6rem; background:#fff 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:700; } 

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:keep-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','Malgun Gothic', '맑은 고딕', Helvetica,'Apple SD Gothic Neo', Arial, Sans-serif; } 
body { line-height:1.6; color:#1b1b1b;font-size: 1.6rem;font-weight: 400;} 

/* 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 } 
img {image-rendering: -moz-crisp-edges; image-rendering:-o-crisp-edges;       image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;}
/* 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%;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;}
#wrap { position:relative; min-width:320px; overflow:hidden; } 

.container { position:relative; overflow:hidden; width:100%; margin:0 auto; min-height: 60vh;padding-bottom: 50px;} 
.contentWrap { margin:50px auto 50px; width: 1200px;position: relative;} 
.contentWrap::before
.contentWrap::after {display: block;clear: both;content: "";}

#wrap {min-height: 100%;position: relative;}
#container {display: block;width: 100%;height: 100%;}
#content { float: left; width: 100%;position: relative;margin: 0 auto;}
#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 {position: fixed;height: 140px;top: 0;background-color: #fff;width: 100%;z-index: 500;;transition: height .3s}
.header::before {position: absolute;top: 0;left: 0;display: inline-block;content: "";width: 40%;height: 4px;background-color: #02569F;}
.header::after {position: absolute;top: 0;right: 0;z-index: -1;display: inline-block;content: "";width: 60%;height: 4px;background-color: #75B428;}
.header-top {display: flex;align-items: center;justify-content: space-between;margin: 0 auto;width: 1200px;height: 70px;}
.header-top .util_bx {display: flex;height: 100%;align-items: center;}
.header-top .util_bx li {position: relative;}
.header-top .util_bx li ~ li {margin-left: 15px;padding-left: 15px;}
.header-top .util_bx li ~ li::before {position: absolute;top: 5px;left: 0;display: inline-block;content: "";width: 1px;height: 17px;background-color: #d7d7d7;}
.header-top .util_bx li > a {color: #666;font-size: 1.5rem;}
.header.floating {height: 70px;}
.header.floating .header-top {display: none;}
.header h1 {display: inline-block;padding: 15px 0 10px;}
.header h1 a {display: flex;align-items: center;width: 300px;height: 45px;}
.header h1 a img {width: 100%;}
.gnbBg {display: none; position: absolute; top: 110px; left: 0; z-index: 0;opacity: 0.95;width: 100%; height: 0; background-color: #fff;box-shadow: 0px 14px 16px 0px rgb(0 0 0 / 24%); border-top: 1px solid #dfdfe0;transition: height .2s ;}
.gnbBg.on {height: 210px; border-bottom: 1px solid #d9d9d9; }
.gnb { position: relative;z-index: 50;border-top: 1px solid #ddd;border-bottom: 1px solid #0259A9;}
.gnb-inner {display: flex;align-items: center;height: 100%;}
.gnb_list { margin: 0 auto;padding: 0 50px;font-size: 0;height: 100%;text-align: center;}
.gnb_list > li { display: inline-block;position: relative;}
.gnb_list > .no_depth >.depth1-link::after { transform: rotate(-90deg);}
.depth1-link {position: relative;display: flex;padding: 0 50px;justify-content: center; align-items: center;width: 100%;height: 70px;color: #000;font-size: 2.1rem;font-weight: 500;letter-spacing: -0.05em;transition: all .3s;}
.depth1-link::before {position: absolute;left:50%;bottom: 0;display: inline-block;content: "";background-color: #0079bd;width: 0;height: 3px;transition: all .3s;}
.depth2_ul { position: absolute; z-index: 50;top: 110px; left: 0; width: calc(100% + 1px); height: 0;overflow: hidden;transition: height ease .2s;box-sizing: border-box;}
.depth2_ul .depth2-item {padding-top:8px; padding-left: 20px;;text-align: center;}
.depth2_ul .depth2-item:first-child {padding-top: 30px;}
.depth2_ul .depth2-link {position: relative;display: block;color: #333; font-size: 1.6rem;letter-spacing: -0.03em;transition: all .3s; text-align: left;}
.depth2_ul .depth2-link.on,
.depth2_ul .depth2-link:hover {color: #0079bd;}
.depth2_ul .depth2-link.on:after,
.depth2_ul .depth2-link:hover:after {color: #0079bd;}

.gnb.on .depth2_ul {height:210px;}
.depth1-link.on + .depth2_ul { }
.depth1-link:hover,
.depth1-link.on {color: #0079bd;}
.depth1-link:hover::before, 
.depth1-link.on::before {left: 0;width: 100%;}
.depth1-link.on::before {position: absolute;bottom: 0;left: 0;display: inline-block;content: "";width: 100%;height: 7px;background-color: #0079bd;}

/* mobile gnb */
.btn-bar{display: none;position:fixed;top: 25px;right: 20px;width:26px;height:20px;font-size:0;text-align:left;border:0;z-index: 555;}
.btn-bar .line {display: inline-block;position: fixed;right: 0;top: 0;width: 26px;height: 2px;background-color: #02569F;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: 25px;right: 20px; -webkit-transform-origin: right center; -moz-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center;}
.btn-bar .line:nth-child(2) { top: 34px;right: 20px; -webkit-transform-origin: right center; -moz-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center;}
.btn-bar .line:nth-child(3) { top: 43px;right: 20px; -webkit-transform-origin: right center; -moz-transform-origin: right center; -o-transform-origin: right 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: 45px; right: 26px;}
.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: 45px; right: 20px;}

/* 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);}
}
@keyframes buzz {
    10%, 30% {transform: translateX(3px) }
    20%, 40% {transform: translateX(-3px);}
    50%, 70% {transform: translateX(2px) }
    60%, 80% {transform: translateX(-2px);}
    90% {transform: translateX(1px) rotate(0);}
    100% {transform: translateX(-1px) rotate(0);}
}

/* footer */
#footer {z-index: 2;width: 100%;height: 175px;background-color: #434659;}
.footer-inner {position: relative;padding: 50px 0 20px 330px;display: flex;align-items: flex-start;justify-content: space-between;-webkit-box-pack: justify;
    -ms-flex-pack: justify;max-width: 1200px;height: 100%;margin: 0 auto;;color: #555;font-size: 1.6rem;}
.footer-inner::before {position: absolute;top: 45px;left: 0;display: inline-block;content: "";width: 310px;height: 45px;background: url(../img/main/flogo.png)no-repeat left center;background-size: contain;}
.foot-info {}
.foot-info address {color: #fff;font-weight: 400;line-height: 1.4;}

@media screen and (max-width:1440px){
    .gnb {padding: 0 20px;}
    .depth1-link {font-size: 1.6rem;}
    .depth2_ul .depth2-link {font-size: 1.5rem;}
}
@media screen and (max-width:1280px){
    body.mobile-wrap.on {overflow: hidden;}
    main > div,.contentWrap, .header .inner {width: 100%;}
    .header.floating .gnbBg {top: 0;}
    .header.floating .header-top {display: flex;}
    .btn-bar {display: block;}
    .header h1{height: 70px;width: auto;}
    .header h1 a {width: 230px;height: 100%;display: inline-flex;}
    .gnbBg {opacity: 0;display: none;position:fixed; left:0; top:0; width:100%; height:100vh; background:rgba(0,0,0,.7);z-index: -1;-webkit-transform: translateZ(0);box-shadow: none;border-top: none;}
    .gnbBg.on {opacity: 0.8; display: block; visibility: visible; background: rgba(0, 0, 0, 0.6); z-index: 100; height: 100vh;border-bottom: none;}
    .header {height: 70px;border-bottom: 1px solid #1c6cc5;text-align: center;}
    .header-top .util_bx {position: fixed;right: 0;bottom: 0;z-index: 510;justify-content: flex-end;display: none;padding: 0 20px;width: 80%;height: 50px;background-color: #F9F9F9;border-top: 1px solid #E6E9EC;}
    .mobile-wrap.on .util_bx {display: flex;}
    .header-top .util_bx li ~ li::before {top: 3px;}
    .header-top .util_bx li > a {font-weight: 500;}
    .header.floating {height: 70px;}
    .header.floating .depth1-link  {height: 60px;}
    .header.floating .gnb {transform: none;}
    .gnb {display: none;position: fixed;z-index: 500;padding: 0;;width: 80%;height: 100vh;top: 0;right: 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;border-bottom: none;}
    .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;}
    .gnb_list {position: relative;top: 50px;z-index: 501;margin: 30px auto 0;padding: 0;width: 100%;height: 100%;border-top: 3px solid #02569F;overflow-y: auto;}
    .gnb_list > li {width: 100%;border-bottom:1px solid #ebebeb;border-left: none;}
    .depth1-link {color: #000;justify-content: flex-start;padding: 0 20px;height: 60px;line-height: 55px;}
    .depth1-link:hover::after,
    .depth1-link.on::after {color: #0079bd;}
    .depth1-link::after { position: absolute;top: 50%; 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:after {color: #0079bd;}
    .depth1-link:hover::before {height: 2px;}
    .depth1-link.on::before {height: 2px;}
    .depth2_ul {position: static;display: none;border: none;}
    .depth1-link.on + .depth2_ul {background-color: #fff;}
    .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: #0079bd;}
    .depth2_ul .depth2-link.on, .depth2_ul .depth2-link:hover {color: #0079bd;}
    .depth2_ul li .depth2-link:hover:after {color: #0079bd;}
    .depth2_ul li .depth2-link.on:after {color: #0079bd;}
    .depth2_ul .depth2-item:first-child {padding-top: 0;}
    .depth2_ul .depth2-item {padding:0}
    .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;}

    #container {margin: 0 auto 0;width: 100%;}
    #contentWrap{padding: 0 10px 30px;width: 100%;}
    #footer {height: auto;}
    #footer::before {height: 160px;}

}
@media screen and (max-width:768px){
    html {font-size: 50%;}
    .header h1 span:first-child {width: 110px;}
    .header h1 span:last-child {width: 100px;}
    .footer-inner {padding: 100px 15px 20px;}
    .footer-inner::before {width: 250px;background-position: center;top: 30px;left: 50%;transform: translateX(-50%);}
    .foot-info {width: 100%;text-align: center;}
}
@media screen and (max-width:480px){
    
}

/* lnb */
#lnb { position: absolute;top: 0;width: 215px;min-height: 330px; float: left; } 
#lnb .lnb-tit { position: relative;margin-bottom: 30px;padding-top: 36px;;width: 215px;text-align: center;} 
#lnb .lnb-tit h2 { display: flex;flex-direction: column;align-items: flex-start;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 > a {position: relative; display: flex; align-items: center; justify-content: flex-start; padding: 10px 15px;min-height: 60px; border-bottom: 2px solid #f6f6f6; border-top: none; color: #535353; font-size: 1.6rem;line-height: 1.2;transition: all .2s;} 
#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::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; align-items: center;min-width: 290px;height: 20px;padding: 0; font-size: 1.5rem;letter-spacing: -0.5px;} 
.location-list .loc { color: #949494; display: flex;align-items: center;} 
.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 .subdepth ul{ display: flex; flex-direction: column; border: 1px solid  rgba(0,0,0,0); border-radius: 5px; background: #fff; transition: all .3s;z-index: 10;} 
.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 .subdepth .curr{ order:1;}
.location-list .subdepth .curr a{ display: flex; color: #949494;} 
.location-list .subdepth .curr a:after{content: '';} 
.location-list .subdepth .open{ border-color: rgba(0,0,0,0.6);} 
.location-list .subdepth .open .curr a:after{transform: rotate(0deg)} 
.location-list .subdepth li:not(.curr) {display: none; margin-top: 5px}
.location-list .subdepth .open li:not(.curr) {display: block;order: 2;}
.service_wrap .location-list {min-width: 175px;}
.intro_wrap .location-list {min-width: 140px;}

@media screen and (max-width:1299px){
    .contentWrap {width: 95%;}
    #lnb {display: none;}
    #lnb + #content {padding: 0 15px;}
}
@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;}
    .location-list .subdepth ul {position: absolute;top: -5px;margin-left: 16px;padding: 5px;}
    .location-list .subdepth .curr a {font-size: 1.6rem;;}
    .location-list .subdepth .curr a:after{font-style: normal; font-weight: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "remixicon"; content: "\ea78"; color: #606060;margin: 0 3px; transform: rotate(180deg); transition: all .2s} 
    .location-list .loc ~ .loc:not(:last-child)::after { display: inline-block; content: "..."; }
    .location-list .loc ~ .loc:not(:last-child) a { display: none; }
}

/* 페이징 숫자 */
.board-paging {display: flex; justify-content: center; margin:50px auto 0; text-align:center;} 
.paging-list { display:inline-block; margin: 0 10px; font-size: 0; } 
.paging-list .num {float: left;}
.paging-list li { margin-left: -1px; float: left; } 
.arrow a { display:table; width:37px; height:37px; border:1px solid #c6c7cc;font-size:1.6rem; } 
.arrow:not(:first-child) a { margin-left: 10px; } 
.paging-list li:not(.arrow) a {margin-left: 10px;}
.paging-list li a.prev {margin-right: 0;}
.paging-list li a.next {margin-right: 0;}
.paging-list li a {display: table;width: 37px;height: 37px;font-size: 1.6rem;font-weight: 500;border:1px solid #c6c7cc;}
.paging-list li a > span { display:table-cell; vertical-align: middle; } 
.paging-list li.on a { background-color: #373737;color:#fff;} 
.paging-list li a:hover { background-color: #373737;color:#fff;} 
.board-paging .prev { background:url(../../asset/img/comm/list_prev02.png) no-repeat center; margin-right: 10px;} 
.board-paging .prev:hover { background-color:#fff; border:1px solid #c6c7cc; } 
.board-paging .first { background:url(../../asset/img/comm/list_prev01.png) no-repeat center; } 
.board-paging .first:hover { background-color:#fff; border:1px solid #c6c7cc; } 
.board-paging .next { background:url(../../asset/img/comm/list_next02.png) no-repeat center; } 
.board-paging .next:hover { background-color:#fff; border:1px solid #c6c7cc; } 
.board-paging .last { background:url(../../asset/img/comm/list_next01.png) no-repeat center; } 
.board-paging .last:hover { background-color:#fff; border:1px solid #c6c7cc; } 

@media screen and (max-width:767px){
    .arrow:not(:first-child) a { margin-left: 5px; } 
    .arrow:not(:first-child) a {margin-left: 5px;margin-right: 5px;}
    .paging-list {margin: 0 auto;}
    .paging-list li:not(.arrow) a {margin-left: 5px;}
    .paging-list li a {width: 30px;height: 30px;}
}
/* 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%;}
}


/* 탭 기본 */
.tab_wrap {position: relative;}
.tab_list{ position: absolute;top: -65px;right: 0;display: flex;} 
.tab_list li{ position: relative;} 
.tab_list li ~ li {margin-left: 5px;}
.tab_list li .tab_button{position: relative;display: flex;align-items: center;justify-content: center; width: 100px;height: 40px;color: #7c6791;background-color: #e4d6f1;border-radius: 20px;font-size: 1.8rem; font-weight:500;line-height: 1.2;letter-spacing: -0.02em;} 
.tab_list li.active .tab_button {color: #fff;background-color: #8a4dbe;}

@media screen and (max-width:767px){
    .tab_list {top: -10px;width: 100%;}
    .tab_list li {width: 33.333%;}
    .tab_list li .tab_button {width: 100%;}
    .plan_list:first-child {padding-top: 50px;}
}
@media screen and (max-width:370px){

}


@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust: none;
        }
}
/* 스크롤 탑 */
@keyframes scroll_motion3 {
    0% {
      top: 24px;
    }
    100% {
      top: -80px;
    }
  }
  @keyframes scroll_motion4 {
    0% {
      top: 80px;
    }
    100% {
      top: 24px;
    }
}
  
@keyframes scroll_motion1 {
    0% {
      top: 50%;
    }
    100% {
      top: -50%;
    }
  }
  @keyframes scroll_motion2 {
    0% {
      bottom: -50%;
    }
    100% {
      bottom: 50%;
    }
  }
.btn_top_wrap { position: relative; cursor: pointer; height:1px; }
.btn_top_wrap p { position: fixed; right: 32px; bottom: 32px; display: inline-block; overflow: hidden; width: 50px; height: 50px; z-index: 12; opacity: 0; transition: opacity .3s;border-radius: 50%;}
.btn_top_wrap span { display: block; width: 100%; height: 0%; background-color: #144C87; overflow: hidden; position: relative;}
.btn_top_wrap span:before { content: ''; display: inline-block; width: 14px; height: 16px; background: url('../img/sub/arrow_top_btn.svg') no-repeat center / cover; position: absolute; overflow: hidden; left: 50%; top: 24px; z-index: 0; transform: translate(-50%, -50%); }
.btn_top_wrap span:after { content: ''; display: inline-block; width: 14px; height: 16px; background: url('../img/sub/arrow_top_btn.svg') no-repeat center / cover; position: absolute; left: 50%; top: 80px; z-index: 0; transform: translate(-50%, -50%); }
#btn_top {position: relative; z-index: 11; mix-blend-mode: difference; font-size: 0;}
#btn_top a { position: fixed; right: 32px; bottom: 32px; display: inline-block; overflow: hidden; width: 50px; height: 50px; text-align: center; border: solid 1px rgba(255, 255, 255, .15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; transition: opacity .3s;border-radius: 50%;}
#btn_top a:before { content: ''; display: inline-block; width: 14px; height: 16px; background: url('../img/sub/arrow_top_btn.svg') no-repeat center / cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#btn_top a:after { content: ''; display: inline-block; width: 14px; height: 16px; background: url('../img/sub/arrow_top_btn.svg') no-repeat center / cover; position: absolute; left: 50%; bottom: -50%; transform: translate(-50%, 50%);}
.btn_top_wrap:hover #btn_top a:before { animation: scroll_motion1 .4s; }
.btn_top_wrap:hover #btn_top a:after { transition-delay: .4s; animation: scroll_motion2 .4s; }
.btn_top_wrap:hover p span:before { animation: scroll_motion3 .4s; }
.btn_top_wrap:hover p span:after { transition-delay: .4s; animation: scroll_motion4 .4s; }

/* 메인 popup */
.daliyPopupPc { position: fixed; left: 50px; top: 50px; width: auto; height: auto; z-index: 99999; }
.daliyPopupPc .popupAll {display: none !important;}
.daliyPopupPc .closePopAll { display: block !important; }
.daliyPopupPc .popupAll li { float: left; height: 400px; margin-right: 5px; }
.daliyPopupPc .popupAll li ~ li {margin-right: 0;}
.daliyPopupPc .popupAll li > a { display: inline-block; width: 100%; height: 100%; }
.daliyPopupPc .popupAll img { width: 400px;image-rendering: -webkit-optimize-contrast; }
.daliyPopupPc .closeBox { display: flex; align-items: center; background-color: rgba(0, 0, 0, 0.85); height: 34px; border-top: 1px solid rgba(255,255,255,.1); width: 100%; }
.daliyPopupPc .popupAll div { display: flex; align-items: center; flex-wrap: wrap; max-width: 910px; margin-right: -138px; }
.daliyPopupPc .closeBox > a { width: 50%; height: 100%; text-align: center; display: flex; align-items: center; }
.daliyPopupPc .closeBox > a:first-child { border-right: 1px solid rgba(255,255,255,.1); }
.daliyPopupPc .closeBox > a > span { text-align: center; margin: 0 auto; font-size: 14px; line-height: 0; font-weight: 600; color: #d2d2d2; }

.pop-up { position: fixed; z-index: 9999; left: 0; top: 0; right: 0; bottom: 0;width: 100%; height: 100%; display: none;  background-color: rgba(0,0,0,0.65);}
.pop-up .container { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.pop-up .boxWrap { display: block;text-align: center;width: 90%;margin: 0;}
.pop-up .closeBox { display: flex; align-items: center; background-color: rgba(0, 0, 0, 0.85); height: 34px; border-top: 1px solid rgba(255,255,255,.1); width: 100%;}
.pop-up .closeBox > a { width: 50%; height: 100%; text-align: center; display: flex; align-items: center; }
.pop-up .closeBox > a:first-child { border-right: 1px solid rgba(255,255,255,.1); }
.pop-up .closeBox > a > span { text-align: center; margin: 0 auto; font-size: 14px; line-height: 0; font-weight: 600; color: #d2d2d2; }
.pop-up .slide_tool {padding: 10px 0;position: static;transform: translateX(0);width: 100%;margin: 0 auto;}
.pop-up .swiper-slide { position: relative;width: 100%;height: 100%; overflow: hidden; display: flex; justify-content: center;flex-direction: column;align-items: center;}
.pop-up .swiper-slide > a {display: block;width: 100%;height: 100%;}
.pop-up .swiper-slide img {width: 100%;}
.pop-up .slide_tool [class*='swiper-button'] {width: 25px;height: 25px;}
.pop-up .play_pause {display: block;}
.pop-up .slide_tool .button {display: none;}
.pop-up .slide_tool .swiper-pagination {position: static;left: 0;transform: translateX(0);}

@media screen and (max-width:900px){
    .popupAll ul {display: flex;}
    .daliyPopupPc {left: 0;}
    .daliyPopupPc .popupAll img {width: 300px;}
    .daliyPopupPc .popupAll li {height: auto;}
}
@media screen and (max-width:468px){
    .daliyPopupPc {display: none!important}
    .pop-up.openpopup { display: block }
    .pop-up .swiper-slide.swiper-slide-active {z-index:50}
}

/* 서브 popup */
.dim {position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:rgba(0, 0, 0, .75);z-index:600;}
.popupLayer {display:none;align-items: center;justify-content: center;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);padding: 40px;width:650px;max-height:430px;background-color:#fff;;border-radius: 30px;z-index:700;}
.popup_con .pop-close {position: absolute;top: 25px;right:30px;}
.popup_con .pop-close i {display: inline-block;width: 23px;height: 22px;background: url(../img/comm/icon_close.png);}
.popup_con .img_bx img {width: 100%;}

.popupBg {display: none;position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:rgba(0, 0, 0, .75);z-index:600;}
.layerPop {display:none;align-items: center;justify-content: center;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);padding: 30px;width:650px;max-height:430px;background-color:#fff;;border-radius: 30px;z-index:700;}
.layer_bx {width: 100%;}
.layer_tit {font-size: 2.5rem;font-weight: bold;}
.layer_top {display: flex;justify-content: space-between;}
.layer_con {margin-top: 30px;padding: 30px;;background-color: #f9f9f9;border: 1px solid #eaeaea;text-align: center;}
.layer_con .blue {margin-bottom: 10px;color: #00479c;font-size: 1.8rem;text-align: center;}
.layer_bx .layer_close {}
.layer_bx .layer_close i {display: inline-block;width: 23px;height: 22px;background: url(../img/comm/icon_close.png);}

@media screen and (max-width:768px){
    .popupLayer {width: 90%;}
    .layerPop {width: 90%;}
}

/* ie 대응 */
@media all and (-ms-high-contrast:none) {

}