@charset "utf-8";
/* ==================================================================================
    [common.css]
    - common style
    - init style
    - layout style : default(sub), main
================================================================================== */

/* ----------------------------------------------------------------------------------
    highlight font : Paperozi
---------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/* ----------------------------------------------------------------------------------
    style : temporary
---------------------------------------------------------------------------------- */
.mobile-nav {
    display: none !important;
}
/*.drawer-nav div {*/
/*    max-height: 100%;*/
/*    overflow-y: scroll;*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/

/* *******************************************************************
	mobile style
******************************************************************* */
.mobile-show {
    display: none !important;
}

/* ----------------------------------------------------------------------------------
    common style
---------------------------------------------------------------------------------- */
/* placeholder */
::-webkit-input-placeholder { color:#999 !important; }
::-moz-placeholder { color:#999 !important; } /* FF 19+ */
:-moz-placeholder { color:#999 !important; } /* FF 18- */
:-ms-input-placeholder { color:#999 !important; }
.placeholder { color:#999 !important; } /* for the polyfill */

/* clearfix class */
.clearfix:after {
    clear: both !important;;
    content: "." !important;;
    display: block !important;;
    height: 0 !important;;
    visibility: hidden !important;;
}
.clearfix {
    display: inline-block !important;;
}
.clearfix {
    display: block !important;;
}

/* word ellipsis */
.ellipsis {
    width: 100%;
    text-overflow: ellipsis !important;;
    white-space: nowrap !important;;
    overflow: hidden !important;;
}

/*highlight-color*/
.highlight {
    color: #7e49ad;
}
.highlight-pink {
    font-weight: 800;
    color: #fd367e;
}
.highlight-blue {
    font-weight: 800;
    color: #1179f0;
}
.highlight-orange {
    font-weight: 800;
    color: #fb8c00;
}
.text-primary,
.text-info {
    color: #33f !important;
}
.text-danger {
    color: #f33 !important;
}
.btn-warning {
    border: 1px solid #e58f38;
    background-color: #ffa141;
}
/* deactive */
.deactive {
    color: #ccc !important;
}

/* white-space */
.ws-normal { white-space: normal !important }

/* display */
.element-inline {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle !important;
}

/* url scheme */
a[href^="tel:"] {
    cursor: default !important;
}

/* display style */
.dp-block { display: block !important; }
.dp-inline { display: inline !important; }
.dp-none { display: none !important; }
.dp-inline-block { display: inline-block !important; }

/* position style */
.pos-static { position: static !important; }
.pos-relative { position: relative !important; }
.pos-absolute { position: absolute !important; }
.pos-fixed { position: fixed !important; }

/* table style */
.tb-layout-fixed { table-layout: fixed !important; }
.tb-layout-auto { table-layout: auto !important; }

/* align style */
.ta-center,
.text-center { text-align: center !important; }
.ta-left,
.text-left { text-align: left !important; }
.ta-right,
.text-right { text-align: right !important; }

.va-top { vertical-align: top !important; }
.va-middle { vertical-align: middle !important; }
.va-bottom { vertical-align: bottom !important; }
.va-baseline { vertical-align: baseline !important; }

/* border style */
.bd-0 { border-width: 0 !important; }
.bd-l0 { border-left: 0 !important; }
.bd-t0 { border-top: 0 !important; }
.bd-b0 { border-bottom: 0 !important; }
.bd-r0 { border-right: 0 !important; }

/* table border */
.bd-l1 { border-left: 1px solid #dfdfdf !important; }
.bd-t1 { border-top: 1px solid #dfdfdf !important; }
.bd-b1 { border-bottom: 1px solid #dfdfdf !important; }
.bd-r1 { border-right: 1px solid #dfdfdf !important; }

/* letter-spacing style */
.ls-25 { letter-spacing: -0.25px !important; }
.ls-75 { letter-spacing: -0.75px !important; }

/*highlight-box*/
.highlight-box {
    padding: 20px 25px;
    border: 1px solid #ddf0fa;
    border-radius: 2px;
    background-color: #f1fbff;
}
.highlight-box strong {
    color: #0172F1;
}
.highlight-box ul.disc {
    margin-left: 20px;
}
.highlight-box .box-list li {
    padding-left: 15px;
}

/* margin */
.mg-0 { margin: 0 !important; }

.mg-l0 { margin-left: 0 !important; }
.mg-t0 { margin-top: 0 !important; }
.mg-r0 { margin-right: 0 !important; }
.mg-b0 { margin-bottom: 0 !important; }

.mg-l5 { margin-left: 5px !important; }
.mg-t5 { margin-top: 5px !important; }
.mg-r5 { margin-right: 5px !important; }
.mg-b5 { margin-bottom: 5px !important; }

.mg-l10 { margin-left: 10px !important; }
.mg-t10 { margin-top: 10px !important; }
.mg-r10 { margin-right: 10px !important; }
.mg-b10 { margin-bottom: 10px !important; }

.mg-l15 { margin-left: 15px !important; }
.mg-t15 { margin-top: 15px !important; }
.mg-r15 { margin-right: 15px !important; }
.mg-b15 { margin-bottom: 15px !important; }

.mg-l20 { margin-left: 20px !important; }
.mg-t20 { margin-top: 20px !important; }
.mg-r20 { margin-right: 20px !important; }
.mg-b20 { margin-bottom: 20px !important; }

.mg-l25 { margin-left: 25px !important; }
.mg-t25 { margin-top: 25px !important; }
.mg-r25 { margin-right: 25px !important; }
.mg-b25 { margin-bottom: 25px !important; }

.mg-l30 { margin-left: 30px !important; }
.mg-t30 { margin-top: 30px !important; }
.mg-r30 { margin-right: 30px !important; }
.mg-b30 { margin-bottom: 30px !important; }

.mg-l35 { margin-left: 35px !important; }
.mg-t35 { margin-top: 35px !important; }
.mg-r35 { margin-right: 35px !important; }
.mg-b35 { margin-bottom: 35px !important; }

.mg-l40 { margin-left: 40px !important; }
.mg-t40 { margin-top: 40px !important; }
.mg-r40 { margin-right: 40px !important; }
.mg-b40 { margin-bottom: 40px !important; }

.mg-l45 { margin-left: 45px !important; }
.mg-t45 { margin-top: 45px !important; }
.mg-r45 { margin-right: 45px !important; }
.mg-b45 { margin-bottom: 45px !important; }

.mg-l50 { margin-left: 50px !important; }
.mg-t50 { margin-top: 50px !important; }
.mg-r50 { margin-right: 50px !important; }
.mg-b50 { margin-bottom: 50px !important; }

/* padding */
.pd-0 { padding: 0 !important; }

.pd-l0 { padding-left: 0 !important; }
.pd-t0 { padding-top: 0 !important; }
.pd-r0 { padding-right: 0 !important; }
.pd-b0 { padding-bottom: 0 !important; }

.pd-l5 { padding-left: 5px !important; }
.pd-t5 { padding-top: 5px !important; }
.pd-r5 { padding-right: 5px !important; }
.pd-b5 { padding-bottom: 5px !important; }

.pd-l10 { padding-left: 10px !important; }
.pd-t10 { padding-top: 10px !important; }
.pd-r10 { padding-right: 10px !important; }
.pd-b10 { padding-bottom: 10px !important; }

.pd-l15 { padding-left: 15px !important; }
.pd-t15 { padding-top: 15px !important; }
.pd-r15 { padding-right: 15px !important; }
.pd-b15 { padding-bottom: 15px !important; }

.pd-l20 { padding-left: 20px !important; }
.pd-t20 { padding-top: 20px !important; }
.pd-r20 { padding-right: 20px !important; }
.pd-b20 { padding-bottom: 20px !important; }

.pd-l25 { padding-left: 25px !important; }
.pd-t25 { padding-top: 25px !important; }
.pd-r25 { padding-right: 25px !important; }
.pd-b25 { padding-bottom: 25px !important; }

.pd-l30 { padding-left: 30px !important; }
.pd-t30 { padding-top: 30px !important; }
.pd-r30 { padding-right: 30px !important; }
.pd-b30 { padding-bottom: 30px !important; }

.pd-l35 { padding-left: 35px !important; }
.pd-t35 { padding-top: 35px !important; }
.pd-r35 { padding-right: 35px !important; }
.pd-b35 { padding-bottom: 35px !important; }

.pd-l40 { padding-left: 40px !important; }
.pd-t40 { padding-top: 40px !important; }
.pd-r40 { padding-right: 40px !important; }
.pd-b40 { padding-bottom: 40px !important; }

.pd-l45 { padding-left: 45px !important; }
.pd-t45 { padding-top: 45px !important; }
.pd-r45 { padding-right: 45px !important; }
.pd-b45 { padding-bottom: 45px !important; }

.pd-l50 { padding-left: 50px !important; }
.pd-t50 { padding-top: 50px !important; }
.pd-r50 { padding-right: 50px !important; }
.pd-b50 { padding-bottom: 50px !important; }

/* width style */
.wauto { width: auto !important; }
.w5 { width: 5% !important; }
.w10 { width: 10% !important; }
.w15 { width: 15% !important; }
.w20 { width: 20% !important; }
.w25 { width: 25% !important; }
.w30 { width: 30% !important; }
.w35 { width: 35% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w70 { width: 70% !important; }
.w75 { width: 75% !important; }
.w80 { width: 80% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }

/* ----------------------------------------------------------------------------------
    help-block style
---------------------------------------------------------------------------------- */
.control-group.error {

}
.help-block {
    clear: both;
    display: none;
    margin-top: 7px;
    color: #ff5555;
}
.control-group.error .help-block {
    display: block;
}
.control-group.error .help-block > ul{
    display: block;
}
.control-group.error .help-block > ul > li {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    background-color: #d9534f;
}
.control-group.error input[type=text],
.control-group.error input[type=password] {
    border-color: #ff5555;
}

/* .alert-area */
.alert-area {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    background: rgba(73,155,234,1);
    background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
    z-index: 110;
}
.alert-area .alert-inner {
    position: relative;
}
.alert-area .title {
    display: block;
    margin: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.alert-area .sub-title {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.alert-area .btn-download {
    position: absolute;
    right: -5px;
    top: 0;
    display: inline-block;
    padding: 3px 10px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}
.btn.btn-primary {
    padding: 10px 25px;
    background-color: #060761;
    border-color: #060761;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s;
    font-weight: 800;
}
.btn.btn-primary:hover {
    background-color: #0369dd;
    border-color: #0369dd;
    transition: all 0.3s;
}
.section a .more-link {
    align-self: flex-end;
    padding: 8px 24px;
    font-size: 18px;
    font-weight: 800;
    color: #3b66bc;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #3b66bc;
    transition: all 0.5s;
}
.section a:hover .more-link {
    background-color: #3b66bc;
    color: #fff;
    border: 1px solid #3b66bc;
}
/* ----------------------------------------------------------------------------------
    init style
---------------------------------------------------------------------------------- */
/* *******************************************************************
	http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
******************************************************************* */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
}

b, strong {
    font-weight: 800;
}

hr {
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 0;
    visibility: hidden;
}

a {
    color: #2338F3;
    text-decoration: none !important;

    -ms-transition: color 0.25s, background-color 0.25s;
    -moz-transition: color 0.25s, background-color 0.25s;
    -webkit-transition: color 0.25s, background-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s;
}

a:hover {
    color: #050E5F;
    text-decoration: none;
}

label {
    font-weight: 800;
}

/* ----------------------------------------------------------------------------------
    layout style : default
---------------------------------------------------------------------------------- */
body {
    font-family: 'NanumSquareNeo', 'Malgun Gothic', Dotum, Gulim, sans-serif;
    line-height: 1.58;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.25px;
}

/* #wrap */
#wrap {

}

/* inner layout box */
#wrap .inner-wrap {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

/* *******************************************************************
	#header
******************************************************************* */
#header {
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    z-index: 1;
}

/* utility-area */
.top-area {
    width: 100%;
    border-bottom: 1px solid #eee;
}
.top-area .inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

/* logo */
.top-area .inner-wrap .logo {
    margin: 20px 0;
}
.top-area .inner-wrap .logo a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    font-family: 'Paperozi';
    color: #000;
}
.top-area .inner-wrap .logo a strong {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #0172F1;
}
.top-area .inner-wrap .logo a small {
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
}

.top-area .inner-wrap .utility-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;

    position: absolute;
    right: 0;
}
.top-area .inner-wrap .utility-area ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
.top-area .inner-wrap .utility-area ul li {
    margin: 0;
    padding: 0;
}
.top-area .inner-wrap .utility-area ul li a {
    font-size: 14px;
    font-weight: 800;
    color: #000;
}
.top-area .inner-wrap .utility-area ul li a:hover {
    color: #0172F1;
}
.top-area .inner-wrap .utility-area .go-sitemap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 36px;
    background-color: #0172F1;
}
.top-area .inner-wrap .utility-area .go-sitemap .feather {
    width: 23px;
    height: 23px;
    color: #fff;
    transition: all 0.25s;
}
.top-area .inner-wrap .utility-area .go-sitemap:hover {
    background-color: #333;
}

/****************************
    gnb
****************************/
#wrap .gnb-area {
    position: relative;
    width: 100%;
    transition: border 0.25s;
    background-color: #fff;
}
#wrap .gnb-area .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    position: relative;
    width: 100%;
    padding: 0;
}

/* .gnb */
.gnb-area .inner-wrap .gnb {
    position: relative;
    width: 100%;
}
.gnb-area .inner-wrap .gnb > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    position: relative;
    width: 100%;
}
.gnb-area .inner-wrap .gnb > ul > li.depth1 {
    position: relative;
}
.gnb-area .inner-wrap .gnb > ul > li.depth1 > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 0 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    background-color: transparent;
}
.gnb-area .inner-wrap .gnb > ul > li.depth1 > a:hover,
.gnb-area .inner-wrap .gnb > ul > li.depth1 > a.active,
.gnb-area .inner-wrap .gnb > ul > li.depth1 > a.active:hover {
    color: #0172F1;
}

/* sub-menu */
.gnb-area .bg {
    position: absolute;
    top: 81px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    z-index: 9;
    transition: all 0.25s;
}
.gnb-area.hover .bg {
    height: 380px;
    border-bottom: 1px solid #102A54;
    background-color: rgba(255,255,255,0.96);
}
.gnb-area .inner-wrap .gnb > ul li.depth1 > ul.depth2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;

    overflow: hidden;
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: transparent;
    z-index: 10;
    transition: 0.25s;
}
.gnb-area.hover .inner-wrap .gnb > ul li.depth1 ul.depth2 {
    height: 379px;
}
.gnb-area.hover .inner-wrap .gnb > ul li.depth1 a.active + ul.depth2 {
    background-color: #fafaff;
}

.gnb-area .inner-wrap .gnb > ul li.depth1 ul.depth2 li {
    display: block;
    width: 100%;
}
.gnb-area .inner-wrap .gnb > ul li.depth1 ul.depth2 li a {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding: 12px 4px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: -0.45px;
    transition: all 0.25s;
}
.gnb-area .inner-wrap .gnb > ul li.depth1 ul.depth2 li a i {
    padding-left: 5px;
}
.gnb-area .inner-wrap .gnb > ul li.depth1 ul.depth2 li a:hover {
    color: #fff;
    background-color: #0172F1;
}
.gnb-area .inner-wrap .gnb > ul li.depth1 ul.depth2 li a.active {
    color: #fff;
    background: #0172F1;
}

/* *******************************************************************
	#container
******************************************************************* */
#container {
    position: relative;
    width: 100%;
}

/* *******************************************************************
	#footer
******************************************************************* */
#footer {
    padding: 44px 0;
    background-color: #242B50;
}
#footer .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* copyright-area */
#footer .inner-wrap .copyright-area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

/* copyright-area : logo */
#footer .inner-wrap .copyright-area .logo a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;

    font-family: 'Paperozi';
}
#footer .inner-wrap .copyright-area .logo a strong {
    line-height: 1;
    font-size: 40px;
    font-weight: 900;
    color: rgba(255,255,255,0.75);
}
#footer .inner-wrap .copyright-area .logo a small {
    line-height: 18px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    color: rgba(255,255,255,0.45);
}

/* copyright-area : info-area */
#footer .inner-wrap .copyright-area .info-area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}
#footer .inner-wrap .copyright-area .info-area address {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
#footer .inner-wrap .copyright-area .info-area address p.title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

    margin: 0 0 7px;
}
#footer .inner-wrap .copyright-area .info-area address p.title strong {
    font-size: 19px;
    font-weight: 900;
    color: #fff;
}
#footer .inner-wrap .copyright-area .info-area address p.title a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 18px;
    height: 18px;
    border-radius: 26px;
    background-color: rgba(255,255,255,0.75);
}
#footer .inner-wrap .copyright-area .info-area address p.title a:hover {
    background-color: rgba(255,255,255,1);
}
#footer .inner-wrap .copyright-area .info-area address p.title a .feather {
    width: 14px;
    height: 14px;
    color: #242B50;
}
#footer .inner-wrap .copyright-area .info-area address p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
#footer .inner-wrap .copyright-area .info-area address ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
#footer .inner-wrap .copyright-area .info-area address ul li {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
#footer .inner-wrap .copyright-area .info-area address ul li.divline {
    width: 1px;
    height: 12px;
    background-color: #fff;
    transform: rotate(30deg);
}
#footer .inner-wrap .copyright-area .info-area address ul li a {
    color: #fff;
}
#footer .inner-wrap .copyright-area .info-area p.copyright {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
#footer .inner-wrap .copyright-area .info-area p.copyright b {
    font-weight: 900;
    color: #B8CEFF;
}

/* utility */
#footer .inner-wrap  {
    padding: 0 16px;
}
#footer .inner-wrap .utility {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 7px;
}
#footer .inner-wrap .utility li {
    width: 100%;
}
#footer .inner-wrap .utility li a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: 800;
    color: #B5D0FF;
    border: 1px solid #B8CEFF;
    border-radius: 4px;
}
#footer .inner-wrap .utility li a:hover {
    color: #242B50;
    background-color: #B8CEFF;
}
