@charset "utf-8";

/* ---------------------------------------
    서브 레이아웃
--------------------------------------- */
#wrap.sub #container {
    padding: 40px 0 80px;
}
#wrap.sub #container .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 92px;
}

/* ---------------------------------------
    서브 레이아웃 - snb
--------------------------------------- */
#wrap.sub #container .inner-wrap .snb-area {
    flex-basis: 260px;
    min-width: 151.72px;
}
#wrap.sub #container .inner-wrap .snb-area .snb-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    margin: 0 0 10px;
    border-radius: 10px;
    background: #C05C43 url("/assets/images/common/bg_kiee_symbol.png") 50% 10px
    no-repeat;
}
#wrap.sub #container .inner-wrap .snb-area .snb-title strong {
    line-height: 1.3;
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 60px;
    color: #ccc;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li > a b {
    display: inline-block;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 700;
    word-break: keep-all;
    color: #000;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li:hover > a {
    color: #C05C43;
    text-decoration: none;
    border: 1px solid #C05C43;
    background-color: #fcf4f3;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li:hover > a b {
    color: #C05C43;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li.active > a {
    color: #fff;
    border: 1px solid #D8998A;
    background-color: #D8998A;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li.active > a b {
    color: #fff;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li.active ul.sub-nav {
    display: flex;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li ul.sub-nav {
    display: none;
    flex-flow: column nowrap;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li ul.sub-nav li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 44px;
    font-weight: 700;
    color: #3b434e;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    background-color: #fff;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li ul.sub-nav li a:hover {
    text-decoration: none;
    color: #C05C43;
    background-color: #fafafa;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li ul.sub-nav li.active a {
    font-weight: 800;
    color: #C05C43;
    background-color: #f6f8fe;
}
#wrap.sub #container .inner-wrap .snb-area ul.snb > li ul.sub-nav li.multi a {
    height: auto;
    padding: 6px 16px;
    line-height: 1.4;
    word-break: keep-all;
}
#wrap.sub
#container
.inner-wrap
.snb-area
ul.snb
> li
ul.sub-nav
li:nth-child(1)
a {
    border-radius: 10px 10px 0 0;
}
#wrap.sub
#container
.inner-wrap
.snb-area
ul.snb
> li
ul.sub-nav
li:last-child
a {
    border-bottom: 1px solid #eee;
    border-radius: 0 0 10px 10px;
}

/* ---------------------------------------
    서브 레이아웃 - #contents
--------------------------------------- */
#wrap.sub #container .inner-wrap #contents {
    flex-basis: 1200px;
    min-width: 700.28px;
}

/* ---------------------------------------
    서브 레이아웃 - breadcrumb
--------------------------------------- */
#wrap.sub #container .inner-wrap #contents .breadcrumb-area {
    padding: 10px 0 32px;
}
#wrap.sub #container .inner-wrap #contents .breadcrumb-area ul.breadcrumb {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}
#wrap.sub #container .inner-wrap #contents .breadcrumb-area ul.breadcrumb li {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 700;
}
#wrap.sub
#container
.inner-wrap
#contents
.breadcrumb-area
ul.breadcrumb
li.home
a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #dfdfdf;
}
#wrap.sub
#container
.inner-wrap
#contents
.breadcrumb-area
ul.breadcrumb
li.home
a
.feather {
    width: 17px;
    height: 17px;
}
#wrap.sub
#container
.inner-wrap
#contents
.breadcrumb-area
ul.breadcrumb
li.arrow {
    color: #333;
}
#wrap.sub
#container
.inner-wrap
#contents
.breadcrumb-area
ul.breadcrumb
li.arrow
.feather {
    width: 21px;
    height: 21px;
}

/* ---------------------------------------
    서브 레이아웃 - title-area
--------------------------------------- */
#wrap.sub #container .inner-wrap #contents .title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 44px;
    padding: 0 0 24px;
    background: url("/assets/images/common/pattern_diagonal_line.png") left bottom
    repeat-x;
}
#wrap.sub #container .inner-wrap #contents .title-area h2 {
    margin: 0;
    font-size: 3.6rem;
    font-weight: 800;
}
#wrap.sub #container .inner-wrap #contents .title-area ul.btn-quick {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 7px;
}
#wrap.sub #container .inner-wrap #contents .title-area ul.btn-quick > li {
    display: inline-block;
}
#wrap.sub #container .inner-wrap #contents .title-area ul.btn-quick > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    color: #767676;
    background-color: #f7f7f7;
}
#wrap.sub
#container
.inner-wrap
#contents
.title-area
ul.btn-quick
> li
> a
.feather {
    width: 21px;
    height: 21px;
}
#wrap.sub
#container
.inner-wrap
#contents
.title-area
ul.btn-quick
> li
> a:hover {
    color: #fff;
    background-color: #C05C43;
}
#wrap.sub
#container
.inner-wrap
#contents
.title-area
ul.btn-quick
> li
> a.active,
#wrap.sub
#container
.inner-wrap
#contents
.title-area
ul.btn-quick
> li
> a.active:hover {
    color: #fff;
    background-color: #C05C43;
}
#wrap.sub #container .inner-wrap #contents .title-area ul.btn-quick > li.share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
#wrap.sub
#container
.inner-wrap
#contents
.title-area
ul.btn-quick
> li.share
> a {
    color: #fff;
    background-color: #2cce5d;
}
#wrap.sub
#container
.inner-wrap
#contents
.title-area
ul.btn-quick
> li.share
> a:hover {
    background-color: #ff6d68;
}
#wrap.sub
#container
.inner-wrap
#contents
.title-area
ul.btn-quick
> li.share
.btn-sns-list {
    display: none;
}
#wrap.sub
#container
.inner-wrap
#contents
.title-area
ul.btn-quick
> li.share
.btn-sns-list
.sns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ---------------------------------------
    서브 레이아웃 - .article
--------------------------------------- */
#wrap.sub #container .inner-wrap #contents .contents .article {
    display: flex;
    flex-flow: column nowrap;
    gap: 60px;

    text-align: left;
    font-size: 17px;
    font-weight: 700;
}
