@charset "utf-8";

/* ---------------------------------------
    웹폰트
--------------------------------------- */
@font-face {
    font-family: "NanumSquareNeo";
    font-weight: 300;
    font-style: normal;
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-aLt.eot");
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-aLt.eot?#iefix")
    format("embedded-opentype"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-aLt.woff2") format("woff2"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff")
    format("woff"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-aLt.ttf")
    format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "NanumSquareNeo";
    font-weight: 400;
    font-style: normal;
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-bRg.eot");
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-bRg.eot?#iefix")
    format("embedded-opentype"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-bRg.woff2") format("woff2"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff")
    format("woff"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-bRg.ttf")
    format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "NanumSquareNeo";
    font-weight: 700;
    font-style: normal;
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-cBd.eot");
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-cBd.eot?#iefix")
    format("embedded-opentype"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-cBd.woff2") format("woff2"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff")
    format("woff"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-cBd.ttf")
    format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "NanumSquareNeo";
    font-weight: 800;
    font-style: normal;
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-dEb.eot");
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-dEb.eot?#iefix")
    format("embedded-opentype"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-dEb.woff2") format("woff2"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff")
    format("woff"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-dEb.ttf")
    format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "NanumSquareNeo";
    font-weight: 900;
    font-style: normal;
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-eHv.eot");
    src: url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-eHv.eot?#iefix")
    format("embedded-opentype"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-eHv.woff2") format("woff2"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff")
    format("woff"),
    url("/assets/fonts/NanumSquareNeo/NanumSquareNeo-eHv.ttf")
    format("truetype");
    font-display: swap;
}

/* ---------------------------------------
    nomalize
--------------------------------------- */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    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;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
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;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/* ---------------------------------------
    공통 - bootstrap
--------------------------------------- */
.article .section .table {
    --bs-table-striped-bg: #fdfdfd;
}
.article .section .pagination {
    --bs-pagination-color: #b65740;
    --bs-pagination-active-bg: #b65740;
    --bs-pagination-active-border-color: #b65740;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #689dff;
    --bs-pagination-hover-border-color: #689dff;
}
.article .section .btn-xs,
.article .section .btn-group-xs > .btn {
    --bs-btn-padding-y: 0.3rem;
    --bs-btn-padding-x: 0.6rem;
    --bs-btn-font-size: 1.1rem;
    --bs-btn-border-radius: 2px;
    font-weight: 700;
}
.article .section .btn-xs:hover,
.article .section .btn-group-xs > .btn:hover {
    text-decoration: none;
}
.article .section .btn-sm,
.article .section .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-font-size: 1.4rem;
    --bs-btn-border-radius: 2px;
    font-weight: 700;
}
.article .section .btn-sm:hover,
.article .section .btn-group-sm > .btn:hover {
    text-decoration: none;
}
.article .section .btn-lg,
.article .section .btn-group-lg > .btn {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: 1.9rem;
    --bs-btn-border-radius: 2px;
    font-weight: 700;
}
.article .section .btn-lg:hover,
.article .section .btn-group-lg > .btn:hover {
    text-decoration: none;
}
.article .section .alert {
    padding: 12px 16px;
}
.article .section .alert p {
    margin: 0 0 20px;
    font-size: 1.5rem;
    color: inherit;
}
.article .section .alert p:last-child {
    margin: 0 !important;
}
.article .section .form-control {
    height: 36px;
    line-height: 36px;
    font-size: 1.6rem;
    border-radius: 2px;
}
.article .section .form-check .form-check-label,
.article .section .form-check form-check-input {
    cursor: pointer;
}
.article .section .event-info .nav-pills li a.nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    border-radius: 4px;
}
.article .section .nav-pills {
    justify-content: space-between;
    margin: 0 0 44px;
    gap: 5px;
}
.article .section .nav-pills li {
    margin: 0;
}
.article .section .nav-pills li a {
    display: block;
    width: 100%;
    height: 64px;
    text-align: center;
    padding: 16px 12px;
    font-size: 1.8rem;
    font-weight: 800;
    color: #999;
    word-break: keep-all;
    background-color: #eee;
}
.article .section .nav-pills li a.nav-link.multi {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 1.7rem;
}
.article .section .nav-pills li a:hover {
    text-decoration: none;
    color: #b65740;
    background-color: #f5dfda;
}
.article .section .nav-pills li a.nav-link.active {
    color: #fff;
    background-color: #b65740;
}
.article .section .tab-sub .nav.nav-tabs {
    margin: 0 0 24px;
    border-bottom: 1px solid #dfdfdf;
}
.article .section .tab-sub .nav.nav-tabs li {
    margin: 0;
}
.article .section .tab-sub .nav.nav-tabs li a {
    padding: 10px 12px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: #999;
    border-top: 2px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #f7f7f7;
}
.article .section .tab-sub .nav.nav-tabs li a:hover {
    color: #b65740;
}
.article .section .tab-sub .nav.nav-tabs li a.active {
    color: #000;
    border-top: 2px solid #b65740;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
.article .section .tab-sub .tab-content .tab-pane {
    font-size: 1.5rem;
}
.article .section .modal .modal-content .modal-header {
    background-color: #b65740;
}
.article .section .modal .modal-content .modal-header .modal-title {
    margin: 0;
    padding: 10px 16px;
    font-size: 2.1rem;
    font-weight: 800;
    color: #fff;
}
.article .section .modal .modal-content .modal-header .btn-close {
    width: auto;
    height: auto;
    color: #fff;
    background: none;
}
.article .section .modal .modal-content .modal-header .btn-close .feather {
    width: 32px;
    height: 32px;
}
.article .section .modal .modal-content .modal-body {
    padding: 24px;
    font-size: 1.5rem;
}
.article .section .card .card-header {
    padding: 16px 24px;
}
.article .section .card .card-header .card-title {
    margin: 0 !important;
}
.article .section .card .card-body {
    padding: 24px;
}
.article .section .card .card-body p:last-child {
    margin: 0;
}
.article .section .dt-container .dt-length select {
    font-size: 1.5rem;
}
.article .section .dt-container .dt-length label {
    font-size: 1.5rem;
}
.article .section .dt-container .dt-search input {
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
}
.article .section .dt-container .dt-search input::placeholder {
    font-size: 1.3rem;
    color: #ccc;
}
.article .section .dt-container .dt-search label {
    font-size: 1.5rem;
    font-weight: 800;
}
.article .section .dt-container .dt-buttons .btn {
    font-size: 1.3rem;
}
.article .section .dt-container .dt-info {
    font-size: 1.5rem;
}
.article .section .dt-container .dt-paging nav {
    margin: 0 !important;
}
.article .section .dt-container .dt-paging .pagination .page-link {
    min-width: 34px;
    padding: 5px 8px;
    font-size: 1.4rem;
}

/* ---------------------------------------
    공통
--------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    line-height: 1.58;
    font-family: "NanumSquareNeo", "Nanum Gothic", "Malgun Gothic", Dotum, Gulim,
    sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    color: #000;
}
a {
    color: #b65740;
    text-decoration: none;
    transition: all 0.25s;
}
a:hover {
    color: #D8998A;
}
hr {
    display: none;
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
.container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}
.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.flex-inline {
    display: flex;
    flex-fow: row nowrap;
    align-items: center;
    gap: 5px;
}
.element-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 320px;
}
.dp-block {
    display: block !important;
}
.dp-inline {
    display: inline !important;
}
.dp-none {
    display: none !important;
}
.dp-inline-block {
    display: inline-block !important;
}
.pc-only-block {
    display: block;
}
.pos-static {
    position: static !important;
}
.pos-relative {
    position: relative !important;
}
.pos-absolute {
    position: absolute !important;
}
.pos-fixed {
    position: fixed !important;
}
.ta-center {
    text-align: center !important;
}
.ta-left {
    text-align: left !important;
}
.ta-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;
}
.bd-0 {
    border-width: 0 !important;
}
.bd-l0 {
    border-right: 0 !important;
}
.bd-t0 {
    border-top: 0 !important;
}
.bd-b0 {
    border-bottom: 0 !important;
}
.bd-r0 {
    border-right: 0 !important;
}
.ls-10px {
    letter-spacing: -1px !important;
}
.ls-11px {
    letter-spacing: -1.1px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}

.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;
}
.pd-0 {
    padding: 0;
}
.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;
}
.pd-t20 {
    padding-top: 20px;
}
.pd-r20 {
    padding-right: 20px;
}
.pd-b20 {
    padding-bottom: 20px;
}
.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;
}
.wauto {
    width: auto !important;
}
.w5 {
    width: 5% !important;
}
.w7 {
    width: 7% !important;
}
.w8 {
    width: 8% !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;
}

/* ---------------------------------------
    공통 - 레이아웃
--------------------------------------- */
#wrap {
    font-size: 1.5rem;
}
#wrap .inner-wrap {
    flex-basis: 1600px;
    max-width: 1600px;
    /*width: 1600px;*/
    margin: 0 auto;
    padding: 0 24px;
}
#wrap #container {
    min-height: 600px;
}
#wrap hr {
    display: none;
}

/* ---------------------------------------
    공통 - .utility
--------------------------------------- */
#header .utility-area {
    border-bottom: 0px solid #eee;
    background-color: #fff;
}
#header .utility-area .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 44px;
}
#header .utility-area .inner-wrap ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .utility-area .inner-wrap ul li {
    flex-basis: auto;
    flex-grow: 1;
    align-self: center;
}
#header .utility-area .inner-wrap ul li a {
    font-size: 14px;
    color: #000;
}
#header .utility-area .inner-wrap ul li a:hover {
    color: #C05C43;
    text-decoration: none;
}
#header .utility-area .inner-wrap ul li b {
    color: #b65740;
    font-weight: 800;
}
#header .utility-area .inner-wrap .external-links {
    display: flex;
    align-items: center;
}
#header .utility-area .inner-wrap .external-links ul {
    gap: 30px;
}
#header .utility-area .inner-wrap .external-links ul a {
    font-weight: 700;
}
#header .utility-area .inner-wrap .external-links ul a:hover {
    color: #C05C43;
}
#header .utility-area .inner-wrap .login-area {
    display: flex;
    gap: 40px;
    align-items: center;
}
#header .utility-area .inner-wrap .login-area .utility ul {
    gap: 20px;
}
#header .utility-area .inner-wrap .login-area .sns-link ul {
    gap: 10px;
}
#header .utility-area .inner-wrap .login-area .sns-link ul li a {
    display: block;
}
#header .utility-area .inner-wrap .login-area .sns-link ul li a img {
    max-width: 100%;
}

/* ---------------------------------------
    공통 - #gnb
--------------------------------------- */
#header #gnb .gnb-area {
    position: relative;
    border-bottom: 1px solid #F2E5E3;
    z-index: 11;
}
#header #gnb .gnb-area .bg {
    position: absolute;
    top: 101px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: hsla(0, 0%, 100%, 0.98);
    z-index: 10;
    transition: 0.25s;
}
#header #gnb .gnb-area .bg.active {
    height: 240px;
    border-bottom: 1px solid #C05C43;
}
#header #gnb .gnb-area .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100px;
}
#header #gnb .gnb-area .inner-wrap .mobile-sns-link {
    display: none;
}
#header #gnb .gnb-area .inner-wrap h1 {
    display: flex;
    align-items: center;
}
#header #gnb .gnb-area .inner-wrap h1 img {
    width: 267px;
}
#header #gnb .gnb-area .inner-wrap .gnb {
    position: relative;
    display: flex;
    align-items: center;
}
#header #gnb .gnb-area .inner-wrap .gnb dl {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}
#header #gnb .gnb-area .inner-wrap .gnb dl:first-child dd {
    border-left: 1px dashed #eee;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dt {
    flex-basis: auto;
    flex-grow: 1;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dt a {
    display: block;
    min-width: 200px;
    height: 100px;
    line-height: 100px;
    padding: 0 27px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dt a:hover {
    color: #C05C43;
    text-decoration: none;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dt.active a {
    font-weight: 800;
    color: #C05C43;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dd {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 101px;
    left: 0;
    border-right: 1px dashed #eee;
    background-color: #fff;
    transition: 0.25s;
    z-index: 12;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dd:hover {
    background-color: #F9F1F0;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dd.active {
    background-color: #F9F1F0;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dd ul {
    margin: 0;
    padding: 10px 0;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dd ul li a {
    display: block;
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    word-break: keep-all;
    font-weight: 700;
    color: #000;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dd ul li a i {
    padding-left: 5px;
}
#header #gnb .gnb-area .inner-wrap .gnb dl dd ul li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #C05C43;
}
#header #gnb .gnb-area .inner-wrap .gnb.hover dl dd {
    height: 240px;
    border-bottom: 1px solid #C05C43;
}
#header #gnb .gnb-area .inner-wrap .btn-utility {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}
#header #gnb .gnb-area .inner-wrap .btn-utility li {
    flex-basis: auto;
    flex-grow: 1;
    align-self: center;
}
#header #gnb .gnb-area .inner-wrap .btn-utility li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 48px;
    background-color: #C05C43;
}
#header #gnb .gnb-area .inner-wrap .btn-utility li a:hover {
    color: #fff;
    text-decoration: none;
}
#header #gnb .gnb-area .inner-wrap .btn-utility li a .feather {
    width: 26px;
    height: 26px;
}

/* ---------------------------------------
    공통 - #container
--------------------------------------- */
#container .inner-wrap {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 44px;
}

/* ---------------------------------------
    공통 - #footer
--------------------------------------- */
#footer .address-area {
    background-color: #192537;
}
#footer .address-area .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 44px;
    padding-bottom: 44px;
    color: #fff;
}
#footer .address-area .inner-wrap .address-area {
    display: flex;
    gap: 160px;
}
#footer .address-area .inner-wrap .address-area h1 {
    margin: 0;
    padding: 0;
}
#footer .address-area .inner-wrap .address-area h1 a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;

    background: linear-gradient(135deg, #E7BFA8 0%, #D79E80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
#footer .address-area .inner-wrap .address-area h1 a b {
    font-size: 21px;
    font-weight: 700;
}
#footer .address-area .inner-wrap .address-area h1 a strong {
    font-size: 32px;
    font-weight: 900;
}

#footer .address-area .inner-wrap .address-area .address {
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
}
#footer .address-area .inner-wrap .address-area .address address {
    margin: 0;
}
#footer .address-area .inner-wrap .address-area .address address p {
    margin: 0;
    line-height: 32px;
    font-size: 17px;
    font-weight: 400;
}
#footer .address-area .inner-wrap .address-area .address address p .divline {
    margin: 0 10px;
}
#footer .address-area .inner-wrap .address-area .address .copyright {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
#footer .address-area .inner-wrap .address-area .address .copyright b {
    font-weight: 900;
    color: #D8998A;
}
