@charset "utf-8";

/*============================================================
font
=============================================================*/

@font-face {
    font-family: 'genesis-head-regular';
    src: url('../font/Genesis/GenesisSansHeadKRRegular.eot');
    src: url('../font/Genesis/GenesisSansHeadKRRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/Genesis/GenesisSansHeadKRRegular.woff2') format('woff2'),
        url('../font/Genesis/GenesisSansHeadKRRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'genesis-head-light';
    src: url('../font/Genesis/GenesisSansHeadKRLight.eot');
    src: url('../font/Genesis/GenesisSansHeadKRLight.eot?#iefix') format('embedded-opentype'),
        url('../font/Genesis/GenesisSansHeadKRLight.woff2') format('woff2'),
        url('../font/Genesis/GenesisSansHeadKRLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'genesis-text-regular';
    src: url('../font/Genesis/GenesisSansTextKRRegular.eot');
    src: url('../font/Genesis/GenesisSansTextKRRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/Genesis/GenesisSansTextKRRegular.woff2') format('woff2'),
        url('../font/Genesis/GenesisSansTextKRRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*============================================================
common
=============================================================*/
html,
body {
    height: 100%;
}
body {
    position: relative;
    margin: 0;
}
body,
th,
td,
input,
select,
textarea,
button {
    font-family: 'genesis-text-regular', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}
ul,
ol,
dl,
dd,
p {
    margin: 0;
    padding: 0;
}
.blind {
    position: absolute;
    left: -10000px;
    top: -10000px;
    width: 0;
    height: 0;
    font-size: 0;
}
.none {
    display: none;
}
a {
    color: #000;
}
a,
a:visited,
a:focus {
    text-decoration: none;
}
a.link,
a:hover {
    color: #a36b4f;
    text-decoration: underline;
}
figure {
    margin: 0;
}
img {
    border: 0;
    vertical-align: middle;
}
strong,
.strong {
    font-weight: normal;
}
var,
em {
    font-style: normal;
}
label {
    max-width: inherit;
    margin: 0;
    font-weight: normal;
}
p.top {
    margin: 0 0 40px;
    padding: 0;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.4px;
}
p.t-strong {
    margin: 0 0 20px;
    padding: 0;
    font-family: 'genesis-head-regular', sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    color: #000;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aster {
    display: inline-block;
    margin: 0 1px 0 -7px;
    color: #ff6662;
    vertical-align: middle;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.position-r {
    position: relative;
    min-height: 21px;
    margin-top: 20px;
}
.position-r .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    width: 160px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
}

.w100p {
    width: 100% !important;
}
.w1 {
    width: 70% !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.h100 {
    height: 100px;
}
.fs14 {
    font-size: 14px;
}

#skip-navigation {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    display: none;
}
.wrap {
    position: relative;
    width: 100%;
    min-width: 1470px;
    height: 100%;
    overflow: hidden;
}
.wrap.sub .con-top {
    background-color: #fff;
    box-sizing: content-box;
}

.inner {
    width: 940px;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.wrap.sub .container-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-left: 340px;
    margin-top: 0;
}

input,
button,
select,
textarea {
    vertical-align: middle;
}
input[type='text'],
input[type='password'],
input[type='search'] {
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #c1c1c1;
    -webkit-appearance: none;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='search']:focus {
    border: 1px solid #000;
    outline: none;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0 100px #fff inset;
}
.placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
input::placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}

input[readonly],
textarea[readonly] {
    color: #888;
}
input[readonly]:focus,
textarea[readonly]:focus {
    border-color: #c1c1c1;
}
input[type='text']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
select:disabled,
textarea:disabled {
    background: #f4f4f4;
    color: rgba(153, 153, 153, 0.5);
}
input[disabled]::placeholder {
    color: rgba(153, 153, 153, 0.5);
}
input[type='text'].invalid,
input[type='password'].invalid,
input[type='search'].invalid,
select.invalid {
    border: 1px solid #ff0d0d;
    outline: none;
}
.invalid-message {
    display: none;
    color: #ff0d0d;
}
input[type='text'].invalid + .invalid-message,
input[type='password'].invalid + .invalid-message,
input[type='search'].invalid + .invalid-message,
select.invalid + .invalid-message {
    display: block;
}

select {
    height: 46px;
    padding: 0 52px 0 15px;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
    background: url(../images/genesis/ic_selectbox.png) no-repeat right center;
}
select:focus {
    border: 1px solid #000;
    outline: none;
}
select option:disabled {
    color: #999 !important;
}
select::-ms-expand {
    display: none;
} /* IE 10, 11 */
.multi-select {
    display: flex;
}
.multi-select select {
    width: 120px;
}
.multi-select select:first-child {
    flex: 1;
}
.multi-select select + select {
    margin-left: 8px;
}

textarea {
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    resize: vertical;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
}
textarea:focus {
    border: 1px solid #000;
    outline: none;
}
textarea::-webkit-input-placeholder {
    color: #999;
}
textarea::placeholder {
    color: #999;
}
textarea:-ms-input-placeholder {
    color: #999;
}
textarea.invalid {
    border-color: #ff0d0d;
}
textarea.invalid + .invalid-message {
    display: block;
}

.file-box {
    position: relative;
    padding-right: 170px;
}
.file-box .file-name {
    width: 100%;
}
.file-box .btn-file {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    border: 1px solid #6f6f6f;
    background: #fbfbfb;
    cursor: pointer;
}
.file-box .btn-file:hover {
    opacity: 0.9;
}
.file-box input[type='file'] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.file-box.invalid .file-name {
    border-color: #ff0d0d;
}
.file-box.invalid + .invalid-message {
    display: block;
}
.file-box .close-icon {
    display: none;
}
.file-box.attached .close-icon {
    display: block;
    right: 175px;
    top: calc(50% + 3px);
}

/* check-wrap */
.check-wrap {
    display: inline-block;
}
.check-wrap li {
    display: inline-block;
    min-width: 120px;
    margin-right: 15px;
}
label.checkbox {
    position: relative;
    display: inline-block;
    min-width: 22px;
    min-height: 22px;
    margin: 0;
    padding-left: 32px;
    vertical-align: middle;
    cursor: pointer;
}
label.checkbox input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
label.checkbox input[type='checkbox'] + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../images/genesis/ic_checkinput.png) no-repeat 0 0;
}
label.checkbox input[type='checkbox']:checked + span {
    background-position: 0 -25px;
}
label.checkbox.t1 {
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

/* radio-wrap */
.radio-wrap {
    display: inline-block;
}
.radio-wrap li {
    display: inline-block;
    min-width: 110px;
    margin-right: 20px;
    line-height: 1.4;
}
li label.radio {
    padding-left: 30px;
}
label.radio {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
label.radio input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
label.radio input[type='radio'] + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../images/genesis/ic_checkinput.png) no-repeat 0 -50px;
}
label.radio input[type='radio']:checked + span {
    background-position: 0 -75px;
}
label.radio.disabled {
    opacity: 0.3;
    cursor: default;
}

.department-wrap input:first-child {
    float: left;
    width: 66.1%;
}
.department-wrap select {
    float: right;
    width: 32.6%;
}
.id-wrap {
    overflow: hidden;
}
.id-wrap input {
    float: left;
    width: 50px;
    text-align: center;
}
.id-wrap input + input {
    margin-left: 10px;
}
.id-wrap .group {
    float: left;
}
.id-wrap .dash {
    float: left;
    padding: 14px;
    vertical-align: middle;
    line-height: 18px;
    color: #a7a7a7;
}
.id-wrap.invalid input {
    border-color: #ff0d0d;
}
.id-wrap.invalid + .invalid-message {
    display: block;
}

.form-wrap {
    position: relative;
    padding-right: 170px;
}
.form-wrap input {
    width: 100%;
}
.form-wrap .btn {
    position: absolute;
    top: 0;
    right: 0;
}
.form-wrap .btn.c1 {
    color: #000;
    border: 1px solid #6f6f6f;
    background: #fbfbfb;
}

.ins {
    margin: 5px 0;
    font-size: 12px;
    color: #000;
}
.ins2 {
    margin: 20px 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #000;
    background: url(../images/genesis/ic_info.png) no-repeat left center;
}
.ins3 {
    margin: 20px 0;
    font-size: 14px;
    color: #000;
}
.td-ins {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}
.td-ins2 {
    margin: 7px 0 0 16px;
    text-indent: -16px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.ic-delete {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/genesis/ic_close2.png) no-repeat;
}
.ic-loading {
    display: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../images/genesis/ic_loading.png) no-repeat;
}
.ic-q-primary {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    vertical-align: middle;
    background: url(../images/genesis/ic_q_primary.png) no-repeat center center #a36b4f;
}
.ic-checkcolor::before {
    content: url(../images/genesis/ic_checkcolor.png);
    display: inline-block;
    margin-right: 3px;
    vertical-align: text-top;
}

.exp-wrap {
    position: relative;
    display: inline-block;
}
.exp-wrap a {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}
.exp-wrap a .ic-q {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    text-indent: -9999px;
    background: url(../images/genesis/ic_q.png) no-repeat;
}
.exp-wrap .exp-bubble {
    display: none;
    position: absolute;
    top: -2px;
    left: 30px;
    padding: 4px 12px;
    color: #fff;
    font-size: 13px;
    background: #333;
    border-radius: 18px;
    white-space: nowrap;
}
.exp-wrap .exp-bubble:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -3px;
    width: 9px;
    height: 9px;
    background: #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.exp-wrap .exp-bubble.block {
    display: block;
}

/*============================================================
header
=============================================================*/
/* header */
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #000;
    z-index: 20;
}
#header .left-top {
    float: left;
    height: 100%;
    display: flex;
}
#header .left-top .menu {
    position: relative;
    width: 60px;
    height: 60px;
    border-right: 1px solid #383838;
}
#header .left-top .menu:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 19px;
    width: 21px;
    height: 19px;
    background: url(../images/genesis/ic_home.png) no-repeat 0 0;
}
#header .left-top .prj-selector {
    color: #cd9a81;
    border: 0 none;
    height: 27px;
    padding: 0 20px;
    background: url(../images/genesis/ic_selectbox2.png) no-repeat right center / 9px auto;
    font-size: 18px;
    margin-top: 16px;
}
#header .left-top .title {
    display: inline-block;
    height: 27px;
    font-size: 18px;
    margin-top: 16px;
    color: #fff;
    padding: 0 20px;
}
#header .left-top .prj-list {
    display: none;
    position: absolute;
    top: 48px;
    left: 68px;
    width: 220px;
    max-height: 356px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #dedede;
}
#header .left-top .prj-list.opened {
    display: block;
}
#header .left-top .prj-list li a {
    display: block;
    color: #000;
    font-size: 16px;
    padding: 0 14px;
    line-height: 50px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#header .left-top .prj-list li + li {
    border-top: 1px solid #dedede;
}
#header .left-top .prj-list li.selected {
    background-color: #f3f3f3;
}
#header .right-top {
    float: right;
    display: flex;
    height: 100%;
}
#header .right-top .request-support {
    width: 160px;
    height: 60px;
    border-left: 1px solid #383838;
    border-right: 1px solid #383838;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
#header .right-top .request-support:hover {
    text-decoration: none;
}
#header .right-top .personal-menu {
    width: 80px;
    height: 60px;
    background: url(../images/genesis/ic_user.png) no-repeat 0 0;
}
#header .right-top .personal-menu + div {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background: #fff;
    border: 1px solid #e5e3e3;
    padding: 60px 0 10px;
    background: url(../images/genesis/ic_user.png) no-repeat 0 -60px #fff;
}
#header .right-top .personal-menu + div a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #767676;
    font-size: 13px;
}
#header .right-top .personal-menu:focus + div,
#header .right-top .personal-menu:hover + div,
#header .right-top .personal-menu + div:focus,
#header .right-top .personal-menu + div + a:focus,
#header .right-top .personal-menu + div:hover {
    display: block;
}

.h-members {
    height: 70px;
    text-align: center;
    background: #000;
}
.h-members h1 {
    font-family: 'genesis-head-light', sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
}

.topmenu {
    position: absolute;
    top: 0;
    left: 320px;
}
.topmenu > ul > li {
    float: left;
}

.topmenu > ul > li > a {
    display: block;
    position: relative;
    padding: 2px 60px 0 30px;
    min-width: 120px;
    height: 70px;
    line-height: 68px;
    font-family: 'genesis-head-regular', sans-serif;
    font-size: 14.5px;
    color: #fff;
}
.topmenu > ul > li > a:hover {
    text-decoration: none;
}
.topmenu > ul > li > a:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/genesis/ic_topmenu.png) no-repeat 0 -30px;
}
.topmenu > ul > li > ul {
    display: none;
}
.topmenu > ul > li.opened > ul {
    display: block;
}
.topmenu > ul > li.opened > a:after {
    background-position: 0 0;
}
.topmenu > ul > li > ul > li > a {
    display: block;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    background: #171717;
}
.topmenu > ul > li > ul > li > a:hover {
    text-decoration: none;
    background: #000;
}

.topmenu-layer {
    position: absolute;
    top: 70px;
    left: 0;
    width: 310px;
    min-height: 200px;
    padding: 38px 40px;
    background: #f8f8f8;
    z-index: 130;
    overflow: auto;
}
.topmenu-layer > ul > li > a {
    position: relative;
    display: block;
    line-height: 60px;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 22px;
    color: #000;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #e2e2e2;
    outline: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.topmenu-layer > ul > li > a:hover {
    text-decoration: none;
    color: #a36b4f;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.topmenu-layer > ul > li.active > a {
    color: #a36b4f;
}
.topmenu-layer > ul > li.has-child > a:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 1px;
    width: 16px;
    height: 9px;
    background: url(../images/genesis/ic_sidebar_arrow.png) no-repeat 0 0;
}
.topmenu-layer > ul > li.has-child.opened > a:after {
    background-position: 0 -200px;
}
.topmenu-layer > ul > li.opened > ul {
    display: block;
}
.topmenu-layer > ul > li > ul {
    display: none;
    padding: 15px 0;
    background: none;
    border: none;
}
.topmenu-layer > ul > li > ul > li > a {
    display: block;
    line-height: 35px;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.topmenu-layer > ul > li > ul > li.active > a,
.topmenu-layer > ul > li > ul > li.active > a:hover {
    color: #a36b4f;
}
.topmenu-layer > ul > li > ul > li > a:hover {
    text-decoration: none;
    color: #a36b4f;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    opacity: 1;
}

/*============================================================
sidebar
=============================================================*/
#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 70px 0 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #f8f8f8;
}
#sidebar::-webkit-scrollbar {
    display: none;
}

#sidebar.depth4-open {
    z-index: 10;
    width: 530px;
    border-right: 1px solid #e7e7e7;
    background: linear-gradient(to right, #f8f8f8 58%, #ffffff 42%);
}
/* #sidebar.depth4-open:after { display: block; content: ''; position: fixed; z-index: 0; top: 0; left: 310px; background-color: #fff; width: 240px; height: 100%; border-right: 1px solid #e7e7e7; box-sizing: border-box; } */
#sidebar.depth4-open + #contents.sub .inner {
    margin: 0 0 0 220px;
    width: calc(100% - 220px);
}

#sidebar h2 {
    display: block;
    padding: 38px 40px 17px;
    font-family: 'genesis-head-light', sans-serif; /* background:#f8f8f8; */
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #000;
}
#sidebar > ul {
    min-height: 100%;
    padding: 0 40px 38px;
}
#sidebar > ul > li {
    width: 230px;
    border-bottom: 1px solid #e4e4e3;
}
#sidebar > ul > li.has-child > a::before,
#sidebar > ul > li.has-child > a::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    width: 11px;
    height: 3px;
    border-radius: 3px;
    background-color: #313131;
    transform: rotate(-45deg);
    top: 24px;
}
#sidebar > ul > li.has-child > a::before {
    transform: rotate(45deg);
    right: 26px;
}
#sidebar > ul > li.has-child.opened > a::before {
    transform: rotate(-45deg);
    background-color: #a36b4f;
}
#sidebar > ul > li.has-child.opened > a::after {
    transform: rotate(45deg);
    background-color: #a36b4f;
}
#sidebar > ul > li > a {
    position: relative;
    display: block;
    padding: 1px 0 0;
    line-height: 50px;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 17px;
    color: #000;
    letter-spacing: -0.5px;
    outline: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#sidebar > ul > li > a:hover {
    text-decoration: none;
    color: #a36b4f;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#sidebar > ul > li.active > a {
    color: #a36b4f;
}
/* #sidebar > ul > li.has-child > a:after { content:""; position:absolute; top:25px; right:1px; width:16px; height:9px; background:url(../images/genesis/ic_sidebar_arrow.png) no-repeat 0 0; }
#sidebar > ul > li.has-child.opened > a:after { background-position:0 -200px; } */
#sidebar > ul > li.opened > ul {
    display: block;
}
#sidebar > ul > li > ul {
    display: none;
    padding: 0 0 10px 15px;
    background: none;
    border: none;
}
#sidebar > ul > li > ul > li > a {
    display: block;
    line-height: 30px;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#sidebar > ul > li > ul > li.active > a,
#sidebar > ul > li > ul > li.active > a:hover,
#sidebar > ul > li > ul > li > ul > li.active > a {
    color: #a36b4f;
}
#sidebar > ul > li > ul > li > a:hover {
    text-decoration: none;
    color: #a36b4f;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    opacity: 1;
}
#sidebar > ul > li > ul > li > ul {
    padding: 5px 0 5px 10px;
}
#sidebar > ul > li > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 13px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#sidebar > ul > li > ul > li > ul > li > a:hover {
    text-decoration: underline;
    color: #a36b4f;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    opacity: 1;
}

#sidebar ul li a span {
    position: relative;
    letter-spacing: -1px;
}
#sidebar ul li.has-child a span {
    padding-right: 14px;
}
#sidebar ul li.has-child a span:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
}
#sidebar ul > li > ul > li.has-child {
    height: 30px;
    overflow: hidden;
}
#sidebar ul > li > ul > li.has-child.opened {
    height: 100%;
}
#sidebar ul > li > ul > li.active > a {
    text-decoration: underline;
}
#sidebar ul > li > ul > li.active > a > span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #a36b4f;
    transform: translateY(-50%) rotate(-90deg);
}
/* #sidebar ul > li > ul > li > ul > li > a > span:after, */
#sidebar ul > li > ul > li > ul > li.has-child > a > span:after {
    right: -5px;
    border-left: 6px solid #333;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    transform: translateY(-50%);
}

#sidebar li.has-child.opened .depth3.active .depth4 {
    display: block;
}
#sidebar li.has-child .depth4 {
    display: none;
    position: fixed;
    z-index: 10;
    left: 307px;
    top: 0;
    padding: 174px 20px 20px;
    width: 221px;
    min-height: 100%;
    background-color: #fff;
}
#sidebar li.has-child .depth4 ul {
    padding-top: 14px;
}
#sidebar li.has-child .depth4 > strong {
    display: block;
    font-size: 14px;
}
#sidebar li.has-child .depth4 ul li {
    font-size: 13px;
}
#sidebar li.has-child .depth4 ul li + li {
    padding-top: 5px;
}
#sidebar li.has-child .depth4 ul li.active > a {
    color: #a36b4f;
}
#sidebar li.has-child .depth4 ul li.active > a span {
    text-decoration: underline;
}
#sidebar li.has-child .depth4 ul li a span {
    padding-right: 0;
    word-break: keep-all;
}
#sidebar li.has-child .depth4 ul li a span:after {
    display: none;
}
#sidebar .ico-testable {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #a36b4f;
    font-size: 0;
    vertical-align: text-top;
    line-height: 0;
}
#sidebar .ico-testable::before,
#sidebar .ico-testable::after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    top: 4px;
    left: 3px;
}
#sidebar .ico-testable::after {
    width: 2px;
    height: 7px;
    top: 4px;
    left: 6px;
}

/*============================================================
projectbar
=============================================================*/
#projectbar {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f3f2f3;
    text-align: center;
    z-index: 19;
}
#projectbar ~ .container-wrap #sidebar {
    top: 70px;
}
#projectbar ~ .container-wrap #contents.sub {
    padding-top: 168px;
}
#projectbar a {
    display: inline-block;
    width: 200px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin: 15px 5px 0;
    background-color: #8c8c8c;
}
#projectbar a.active {
    background-color: #a36b4f;
}
#projectbar a:focus,
#projectbar a:hover {
    text-decoration: none;
}
#projectbar a.disabled,
#projectbar a:disabled {
    cursor: default;
    background-color: #c5c5c5;
}

/*============================================================
contents
=============================================================*/

#contents {
    position: relative;
    min-height: 100%;
    padding: 140px 0 100px;
}
#contents.sub {
    height: 100%;
    min-height: auto;
    padding: 109px 0 0;
}
#contents.sub .inner {
    position: relative;
    height: 100%;
    width: auto;
}
#contents.sub .inner .con-box {
    position: relative;
    padding-top: 30px;
    height: calc(100% - 50px);
    overflow-y: auto;
}
#contents.sub .inner .con-box:after {
    display: block;
    content: '';
    position: relative;
    width: 100%;
    height: 100px;
}
#contents.sub .inner .con-box > * {
    width: 940px;
}
.con-top {
    position: relative;
    height: 46px;
    width: 940px;
}
.con-top h2.sub-title {
    font-family: 'genesis-head-light', sans-serif;
    font-size: 26px;
    color: #333;
}
.con-top .sub-title.lastdepth {
    position: relative;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 26px;
    color: #333;
}
.con-top .sub-title.lastdepth:before {
    display: block;
    content: '';
    position: absolute;
    left: 11px;
    top: 10px;
    width: 1px;
    height: 18px;
    background-color: #333;
}
.con-top h2 + h3 {
    padding-left: 24px;
}
.con-top h2 + h3 + h4 {
    padding-left: 28px;
}
.con-top .right {
    position: absolute;
    top: 7px;
    right: 0;
}
.con-top .right a.back {
    display: inline-block;
    padding: 0 0 0 22px;
    background: url(../images/genesis/ic_ar_back.png) no-repeat 0 4px;
}
.con-top .right a.back {
    text-decoration: none;
}
.con-top .tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 145px;
    height: 31px;
    padding: 0 31px;
    line-height: 31px;
    font-size: 13px;
    background: url(../images/genesis/btn_tag.png) no-repeat 0 0;
    color: #fff;
}
.con-box {
    position: relative;
}
.con-box h3.sub-title {
    font-family: 'genesis-head-light', sans-serif;
    font-size: 17px;
    color: #000;
}
.con-box h3.sub-title + p.ins {
    float: right;
    margin-top: 7px;
    font-size: 14px;
    color: #666;
}
.con-box h4.sub-title {
    font-family: 'TextMedium', sans-serif;
    font-size: 15px;
    color: #333;
}
.con-box .txt-inf {
    font-size: 12px;
    color: #333;
}
.con-box .txt-inf .label-caution {
    font-size: 12px;
    padding: 5px 11px;
    margin-right: 10px;
}
.label-caution {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    padding: 2px 5px;
}

/* members */
.wrap.members {
    height: 100%;
}
.members .container-wrap {
    height: calc(100% - 70px);
    margin-top: 0;
}
.members .process-top {
    padding: 43px 0 66px;
}
.members .process-top ul {
    margin-bottom: 13px;
    text-align: center;
}
.members .process-top ul li {
    display: inline-block;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background: #d4d4d4;
    border-radius: 50%;
}
.members .process-top ul li.active {
    background: #000;
}
.members .process-top h2 {
    display: block;
    font-size: 26px;
    color: #000;
    text-align: center;
    letter-spacing: -0.5px;
}
.members .terms-box {
    margin-bottom: 16px;
    height: 305px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    overflow: auto;
}
.members .terms-box.h2 {
    height: 180px;
}
.members .terms-box .terms-cont {
    padding: 18px 24px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    text-align: left;
}
.members .terms-box .terms-cont p {
    margin-bottom: 20px;
}
.members .terms-box .terms-cont ul li {
    margin-bottom: 20px;
}
.members .terms-box .terms-cont ul ul li {
    margin-bottom: 0;
}
.members .terms-box .terms-cont ul ul ul li {
    margin: 0 0 0 15px;
}
.members .terms-box .terms-cont table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.members .terms-box .terms-cont table.table2 {
    margin-bottom: 20px;
}
.members .terms-box .terms-cont table.table2 thead th {
    height: 32px;
    padding: 6px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #dbdbdb;
}
.members .terms-box .terms-cont table.table2 tbody td {
    height: 43px;
    padding: 8px;
    font-size: 14px;
    color: #626262;
    text-align: center;
    border: 1px solid #dbdbdb;
}
.members .terms-box .terms-cont table.table2 tbody tr:first-child td {
    border-top: none;
}
.members section + section {
    margin-top: 60px;
}
.members .agreement-check {
    margin: 30px 0;
    font-size: 14px;
    text-align: center;
    color: #000;
}
.members .agreement-check label.checkbox {
    line-height: 22px;
}
.members h3 {
    margin-bottom: 12px;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 17px;
    color: #000;
}
.members .table.detail > tbody > tr > th {
    padding: 18px 15px 17px;
    vertical-align: top;
    font-size: 14px;
}

.join-complete {
    text-align: center;
    background: #f2f2f2;
}
.join-box {
    display: inline-block;
    width: 800px;
    height: 280px;
    padding: 65px 0 0;
    background: #fff;
}
.join-box p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.join-box .btn {
    width: 160px;
    min-width: 160px !important;
}

.container-wrap {
    height: calc(100% - 60px);
    overflow-y: auto;
    margin-top: 60px;
}
.btn-up {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 90px;
    width: 60px;
    height: 60px;
    background: url(../images/genesis/btn_ar_up.png) no-repeat;
    z-index: 100;
}

/* table */
.table-wrap {
    border-top: 2px solid #a36b4f;
}
.table-wrap + h3.sub-title {
    margin-top: 34px;
}
.table-wrap.disabled {
    position: relative;
    opacity: 0.3;
}
.table-wrap.disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.table-wrap.scroll {
    height: 303px;
    overflow: auto;
}
.table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.table > thead > tr > th {
    padding: 8px 15px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    vertical-align: middle;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
.table > tbody > tr > td {
    padding: 8px 15px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    word-break: break-all;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
.table > tbody > tr > td a {
    color: #a36b4f;
}
.table.border > tbody > tr > td {
    border: 1px solid #e2e2e2;
}
.table.border > tbody > tr > td:first-child {
    border-left: none;
}
.table.border > tbody > tr > td:last-child {
    border-right: none;
}
.table.detail > tbody > tr > th {
    padding: 15px;
    height: 60px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
.table.detail > tbody > tr > th:first-child {
    border-left: none;
}
.table.detail > tbody > tr > th .t1 {
    font-size: 14px;
    color: #999;
}
.table.detail > tbody > tr > th .td-ins {
    margin: 0;
    font-size: 14px;
}
.table.detail > tbody > tr > td {
    padding: 8px 10px;
    text-align: left;
    word-break: break-all !important;
}
.table.detail .radio-wrap li {
    display: flex;
    margin-right: 0;
    align-items: center;
}
.table.detail .radio-wrap li input {
    flex: 1;
    margin-left: 10px;
}
.table.detail .radio-wrap.direct-columns li {
    display: inline-block;
    margin-right: 20px;
}
.table.detail .radio-wrap li + li {
    margin-top: 10px;
}
.table > tbody > tr > td .empty {
    font-size: 22px;
    line-height: 3em;
}
.table > tbody > tr > td .current-status {
    padding: 15px 0;
    font-size: 18px;
}
.table > tbody > tr > td .current-status p:first-child {
    font-size: 24px;
}
.table.detail .btn {
    height: 46px !important;
    line-height: 46px !important;
}
.table-wrap + .table-top {
    margin-top: 80px;
}
.table-top {
    position: relative;
    margin-bottom: 10px;
}
.table-top.first.inner-btn {
    margin-top: 22px;
}
.table-top .btn-wrap {
    position: absolute;
    top: -20px;
    right: 10px;
    margin: 0;
}
.table-top .btn-wrap .btn {
    margin-left: 4px;
    padding: 0 10px;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 14px;
}
.table-top p.ins {
    float: right;
    margin-top: 7px;
    font-size: 14px;
    color: #666;
}
.table-top .btn {
    min-width: 160px !important;
    height: 46px !important;
    line-height: 46px !important;
}
.table > tbody > tr > td.align-left {
    text-align: left;
}
.table > tbody > tr > td .btn + .btn {
    margin-left: 5px;
}
.table > tbody > tr > td.scroll {
    padding: 0 !important;
}
.table > tbody > tr > td.scroll > div {
    padding: 8px 15px;
    overflow-y: auto;
    word-break: break-word;
}
.table > tbody > tr > td .h100 {
    height: 100px;
}
.table > tbody > tr > td .h205 {
    height: 205px;
}
.table .has-hint {
    text-decoration: underline;
    cursor: default;
}
.table-bottom {
    margin-top: 15px;
}

/* point color */
.point-blue {
    color: #0087b5 !important;
}
.point-color {
    color: #a36b4f !important;
}
.point-red {
    color: #ff0d0d !important;
}
.link-default-color {
    color: #000 !important;
}
.link-underline {
    text-decoration: underline;
}

/* tabs */
.tabs-wrap {
    position: relative;
}
.con-top + .tabs-wrap {
    margin-top: 30px;
}
.tabs {
    position: relative;
    margin-bottom: 20px;
}
.tabs:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #111;
}
.tabs:after {
    content: '';
    display: block;
    clear: both;
}
.tabs li {
    position: relative;
}
.tabs li a {
    display: block;
    float: left;
    width: 190px;
    height: 46px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color: #626262;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-right: none;
    border-bottom-color: #111;
    cursor: pointer;
}
.tabs li.active a {
    color: #111;
    background: #fff;
    border-color: #111;
    border-bottom-color: #fff;
}
.tabs li.active + li a {
    border-left-color: #111;
}
.tabs li a:hover {
    text-decoration: none;
}
.tabs li:last-child a {
    border-right: 1px solid #e5e5e5;
}
.tabs li.active:last-child a {
    border-right: 1px solid #111;
}
.tabs-cont .cont {
    display: none;
}

/* btn */
.btn-wrap {
    margin: 50px 0 120px;
    text-align: center;
}
.btn-wrap li {
    display: inline-block;
}
.btn-wrap.center {
    text-align: center;
}
.btn-wrap.center li {
    margin: 0 8px;
}
.btn {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    outline: none;
}
span.btn {
    overflow: visible;
}
.btn.disabled {
    opacity: 0.2;
    cursor: default;
}
.btn:hover {
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.btn.s1 {
    min-width: 160px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
}
.btn.s2 {
    min-width: 240px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
}
.btn.s3 {
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.btn.s4 {
    min-width: 160px !important;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
}
.btn.s5 {
    min-width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 18px;
}
.btn.c1,
.btn.c4 {
    color: #fff;
    background: #000;
}
.btn.c2,
.btn.c3 {
    color: #000;
    background: #fbfbfb;
    border: 1px solid #6f6f6f;
}
.btn.c5 {
    color: #111;
    background: #fff;
    border: 1px solid #000;
}

.btn.c1:not(.disabled):hover,
.btn.c1:not(.disabled):focus,
.btn.c3:not(.disabled):hover,
.btn.c3:not(.disabled):focus,
.btn.c4:not(.disabled):hover,
.btn.c4:not(.disabled):focus {
    opacity: 0.9;
}
.btn.c2:not(.disabled):hover,
.btn.c2:not(.disabled):focus {
    border-color: #999;
}
.btn.opacity {
    opacity: 0.6;
}
.btn.opacity:not(.disabled):hover,
.btn.opacity:not(.disabled):focus {
    opacity: 0.6;
}
input + .btn {
    margin-left: 4px;
}

.btn-bottom-wrap {
    margin: 20px 0;
    height: 50px;
}
.btn-bottom-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.btn-bottom-wrap .left {
    float: left;
}
.btn-bottom-wrap .left li {
    display: inline-block;
    margin-right: 5px;
}
.btn-bottom-wrap .right {
    float: right;
}
.btn-bottom-wrap .right li {
    display: inline-block;
    margin-left: 5px;
}

/* modal */
.blocker {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 120;
}
.modal {
    /*display:none;*/
}
.modal.members .modal-content {
    text-align: left;
}
.modal .modal-inner {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    background: #fff;
    z-index: 130;
    transform: translateY(-50%);
}
.modal .modal-inner.w500 {
    width: 500px;
}
.modal .modal-inner.w650 {
    width: 650px;
}
.modal .modal-inner.w750 {
    width: 750px;
}
.modal .modal-inner.w700 {
    width: 700px;
}
.modal .modal-inner.w800 {
    width: 800px;
}
.modal .modal-inner.w990 {
    width: 990px;
}
.modal .modal-header {
    position: relative;
    height: 73px;
}
.modal .modal-header h1 {
    padding: 35px 40px 0;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 17px;
    letter-spacing: -0.5px;
}
.modal .modal-header .close {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/genesis/ic_close.png) no-repeat center;
}
.modal .modal-content {
    padding: 18px 40px 40px;
    min-height: 227px;
    text-align: center;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
.modal .modal-content .top {
    position: relative;
    min-height: 30px;
    text-align: left;
}
.modal .modal-content .top h2 {
    margin-bottom: 10px;
    font-size: 14px;
}
.modal .modal-content .t1 {
    padding: 0 0 20px;
    font-size: 14px;
    text-align: left;
}
.modal .modal-content .t2 {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
}
.modal .modal-content .t3 {
    padding: 45px 0 25px;
    font-size: 14px;
    color: #000;
}
.modal .modal-content .t2 + h3.sub-title {
    margin-top: 40px;
}
.modal .modal-content .ins {
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
}
.modal .modal-content .desc {
    text-align: left;
    font-size: 14px;
    color: #333;
}
.modal .modal-content .list {
    padding-left: 12px;
}
.modal .modal-content .desc + .desc {
    margin-top: 1em;
}
.modal .modal-content .btn-wrap {
    margin: 30px 0 10px;
}
.modal .modal-content .btn-wrap .btn {
    width: 160px;
    min-width: 160px;
}
.modal .modal-content h3.sub-title {
    display: block;
    margin-bottom: 10px;
    font-family: 'genesis-head-light', sans-serif;
    font-size: 17px;
    text-align: left;
}
.modal .modal-content h3.sub-title > span {
    font-size: 0.75em;
}
.modal .modal-content .top-text-box {
    padding: 20px;
}
.modal .modal-content .top-text-box + h3.sub-title {
    margin-top: 35px;
}
.modal .modal-content .bullets-a {
    text-align: left;
    line-height: 24px;
}
.modal .modal-content .bullets-a::before {
    margin-top: 10px;
}
.modal .modal-content .requestReason textarea {
    width: 100%;
    height: 120px;
    margin-top: 20px;
    padding: 15px;
}
.modal .modal-inner.alert {
    width: 800px;
    height: 240px;
}
.modal .modal-inner.alert .modal-content {
    min-height: inherit;
    padding: 20px 40px 35px;
}
.modal .modal-inner.alert p {
    padding: 50px 0 0;
    font-size: 16px;
    color: #000;
}
.modal .modal-footer {
    text-align: center;
}
.modal .modal-footer a.btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #000;
}
.close-modal {
    display: none;
}

/* card-wrap */
.card-wrap .top {
    position: relative;
    height: 35px;
}
.card-wrap .top p {
    display: inline-block;
    padding: 3px 0 0;
    font-size: 14px;
}
.card-wrap .top p span {
}
.card-wrap .view-type {
    position: absolute;
    top: 0;
    right: 0;
}
.card-wrap .view-type a.type1 {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 10px;
    background: url(../images/genesis/ic_itemtype.png) no-repeat 0 0;
}
.card-wrap .view-type a.type2 {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 10px;
    background: url(../images/genesis/ic_itemtype.png) no-repeat 0 -50px;
}
.card-wrap.design-checkerboard-view .view-type a.type1 {
    background-position: -50px 0;
}
.card-wrap.design-horizontal-view .view-type a.type2 {
    background-position: -50px -50px;
}

.card-list {
    margin: 0 -10px;
}
.card-list:after {
    content: '';
    display: block;
    clear: both;
}
.card-list .card-item {
    float: left;
    position: relative;
    width: 265px;
    height: 265px;
    margin: 10px;
}
.card-list .card-item a {
    display: table;
    width: 100%;
    height: 100%;
    padding: 50px;
    border: 1px solid #6f6f6f;
    background: #fbfbfb;
    outline: none;
}
.card-list .card-item a .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 50px;
    line-height: 12px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-list .card-item a .tag.t1 {
    background: #141414;
}
.card-list .card-item a .tag.t2 {
    background: #db3e50;
}
.card-list .card-item a .tag.t3 {
    background: #141414;
}
.card-list .card-item a .txt {
    display: table-cell;
    vertical-align: middle;
    font-family: 'genesis-text-regular', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #000;
    word-break: break-all !important;
}
.card-list .card-item a .appr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    text-align: center;
    font-size: 14px;
    color: #a36b4f;
}
.card-list .card-item a .appr.red {
    color: #a36b4f;
}
.card-list .card-item a:hover,
.card-list .card-item a:focus {
    text-decoration: none;
    color: #000;
    background: #f1f1f1;
}
.card-list .card-item.new a {
    display: block;
    position: relative;
    height: 128px;
    margin-bottom: 9px;
    border: 1px solid #6f6f6f;
    background: #fbfbfb;
}
.card-list .card-item.new a .plus {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 16px;
    height: 2px;
    background: #111;
}
.card-list .card-item.new a .plus:after {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 7px;
    width: 2px;
    height: 16px;
    background: #111;
}
.card-list .card-item.new a .txt {
    display: block;
    padding: 20px 0 0;
    font-size: 16px;
    color: #000;
}
.card-list .card-item.new a:hover,
.card-list .card-item.new a:active {
    background: #f7f7f7;
}
.card-list .card-item .del {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    padding: 0 !important;
    border: none;
    background: url(../images/genesis/ic_delete.png) no-repeat;
}
.card-list .card-item .del:hover,
.card-list .card-item .del:focus {
    background: #f1f1f1 url(../images/genesis/ic_delete.png) no-repeat;
}
/* 프로젝트목록 */
.card-list .card-item .tags {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.card-list .card-item .tags a {
    font-size: 13px;
    padding: 2px 10px;
    display: inline-block;
    width: auto;
    border: 1px solid #e1e1e1;
    border-radius: 26px;
    color: #000;
    background-color: #fff;
}
.card-list .card-item .tags a:hover,
.card-list .card-item .tags a:focus {
    text-decoration: none;
    background-color: #f1f1f1;
}
.card-list .card-item .tags a + a {
    margin-left: 3px;
}

.design-horizontal-view.card-wrap .top {
    margin-bottom: 10px;
}
.design-horizontal-view .card-list {
    margin: 0;
}
.design-horizontal-view .card-list .card-item {
    float: none;
    width: 100%;
    height: 50px;
    margin: 0 0 10px;
}
.design-horizontal-view .card-list .card-item a {
    display: block;
    padding: 0 18px 0 88px;
}
.design-horizontal-view .card-list .card-item a .txt {
    margin-left: -60px;
    padding: 0;
    text-align: left;
    line-height: 50px;
    font-size: 16px;
}
.design-horizontal-view .card-list .card-item a .appr {
    left: inherit;
    right: 15px;
    bottom: 13px;
    width: 80px;
}
.design-horizontal-view .card-list .card-item.new {
    margin-bottom: 10px;
}
.design-horizontal-view .card-list .card-item.new a {
    float: left;
    width: 49.5%;
    height: auto;
    margin: 0;
}
.design-horizontal-view .card-list .card-item.new a:first-child {
    margin-right: 1%;
}
.design-horizontal-view .card-list .card-item.new a .plus {
    top: 24px;
    right: 25px;
    left: inherit;
}
.design-horizontal-view .card-list .card-item .del {
    top: 14px;
    right: 12px;
}
.design-horizontal-view .card-list .card-item .tags {
    bottom: 13px;
    left: unset;
    right: 18px;
}
.design-horizontal-view .card-list .card-item .tags a {
    padding: 2px 10px;
    display: inline-block;
}
/* // 프로젝트목록 */

/* pagination-wrap */
.pagination-wrap {
    margin: 40px 0 0;
    text-align: center;
}
.pagination-wrap ul {
    display: inline-block;
}
.pagination-wrap ul li {
    display: inline-block;
    float: left;
}
.pagination-wrap ul li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 21px;
    border: none;
    background: none;
    vertical-align: top;
    outline: none;
}
.pagination-wrap ul li.active a {
    color: #cc9a81;
    text-decoration: underline;
    background: none;
}
.pagination-wrap ul li.first a,
.pagination-wrap ul li.previous a,
.pagination-wrap ul li.next a,
.pagination-wrap ul li.last a {
    display: inline-block;
    width: 15px;
    height: 21px;
    padding: 0 6px;
    background: url(../images/genesis/btn_board_navi.png) no-repeat 0 0;
}

.pagination-wrap ul li.first a {
    margin-right: 10px;
}
.pagination-wrap ul li.previous a {
    margin-right: 18px;
    background-position: 0 -21px;
}
.pagination-wrap ul li.next a {
    margin-left: 20px;
    background-position: 0 -41px;
}
.pagination-wrap ul li.last a {
    margin-left: 10px;
    background-position: 0 -63px;
}
.pagination-wrap ul li.disabled a {
    opacity: 0.3;
    cursor: default;
}

.api-box {
    height: 272px;
    overflow: auto;
}
.api-box > ul > li {
    position: relative;
    padding: 5px 0;
}
.api-box > ul > li .title {
    margin-bottom: 5px;
    font-size: 16px;
}
.api-box > ul > li > ul > li {
    padding: 6px;
    font-size: 14px;
}
.api-box > ul > li > ul > li {
    position: relative;
    padding-left: 15px;
}
.api-box > ul > li > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 2px;
    width: 5px;
    height: 1px;
    background: #666;
}
.api-box > ul > li > ul > li > ul {
    margin-bottom: 5px;
}

.api-box > ul > li > ul > li > ul > li {
    padding: 5px 0;
}

.bar-graph {
    position: relative;
    width: 270px;
    padding: 18px 0 0;
}
.bar-graph .bg {
    position: relative;
    width: 200px;
    height: 6px;
    background: #e3e3e3;
}
.bar-graph .num {
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 12px;
}
.bar-graph .percent {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: #000;
}
.bar-graph .data-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 10%;
    height: 6px;
    background: #ba866d;
}

.id-set {
    position: relative;
    margin-top: 15px;
    padding: 33px 380px 33px 30px;
    margin-bottom: 50px;
    background: #f8f8f8;
}
.id-set p {
    font-size: 16px;
    color: #000;
}
.id-set .btn {
    position: absolute;
    top: 22px;
    right: 30px;
    height: 46px;
    padding: 0 32px;
    line-height: 44px;
    font-size: 16px;
    color: #000;
    background: #fbfbfb;
    border: 1px solid #6f6f6f;
}

.member-list {
    height: 210px;
    overflow: auto;
}
.member-list li {
    position: relative;
    margin: 15px 0;
}
.member-list label.radio {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.member-list div {
    position: absolute;
    top: 0;
    right: 20px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.member-list .form-wrap > div {
    position: relative;
    z-index: 1;
    right: 0;
    max-width: inherit;
}

.g-list li {
    display: block;
    margin-bottom: 40px;
}
.g-list li h3 {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 2;
    font-size: 17px;
    color: #000;
}
.g-list .table > thead > tr > th {
    padding: 5px 18px;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
}
.g-list .table > tbody > tr > td {
    padding: 5px 18px;
    height: auto;
    border: 1px solid #e9e9e9;
}
.g-list.type2 {
    margin-bottom: 40px;
}
.g-list.type2 li {
    margin-bottom: 20px;
}
.g-list.type2 li .t1 {
    color: #a36b4f;
    text-decoration: underline;
}

/* error-page */
.wrap.error-page {
    height: 100%;
}
.wrap.error-page .container-wrap {
    height: 100%;
    margin-top: 0;
}
.wrap.error-page .container-wrap #contents {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
}
.wrap.error-page .container-wrap .con-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wrap.error-page .con-box p {
    font-size: 44px;
}
.wrap.error-page .con-box p small {
    display: block;
    margin-top: 15px;
    font-size: 20px;
}
.wrap.error-page .con-box p small.t2 {
    font-size: 26px;
}
.wrap.error-page .con-box p small.t2 span {
    color: #333;
}
.wrap.error-page .con-box .btn-wrap {
    margin: 40px 0;
    text-align: center;
}
.wrap.error-page .con-box .btn-wrap .btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

/* markdown-edit */
.markdown-edit > p {
    font-size: 16px;
}
.markdown-edit > ul > li {
    line-height: 1.8;
}
.markdown-edit > ul > li a {
    color: #a36b4f;
}
.markdown-edit > ul > li > ul > li {
    padding-left: 20px;
}
.markdown-edit > ul > li > ul > li a {
    color: #a36b4f;
}
.markdown-edit h1 {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.8;
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.markdown-edit h2 {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 2;
    font-size: 17px;
    color: #000;
}
.markdown-edit h3 {
    display: block;
    margin: 40px 0 5px;
    font-weight: normal;
    line-height: 2;
    font-size: 17px;
    color: #000;
}
.markdown-edit > p + p {
    margin-top: 20px;
}
.markdown-edit > pre {
    margin: 5px 0;
    word-break: break-word;
    word-wrap: break-word;
}
.markdown-edit > pre code {
    padding: 20px;
    font-family: 'genesis-text-regular', sans-serif;
    background-color: #323232;
}
/* .markdown-edit > pre code { font-family:"genesis-text-regular"; white-space:pre-line; background-color:#ddd; } */
.markdown-edit table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.markdown-edit table > thead > tr > th {
    padding: 5px 18px;
    height: 40px;
    font-weight: normal;
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
}
.markdown-edit table > thead > tr > th:nth-child(2) {
    width: 23%;
}
.markdown-edit table > thead > tr > th:last-child {
    width: 54%;
}
.markdown-edit table > tbody > tr > td {
    padding: 5px 18px;
    height: auto;
    border: 1px solid #e9e9e9;
}
.markdown-edit table > tbody > tr > td:last-child {
    word-break: keep-all;
}
.markdown-edit .btn-toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    border: 1px solid #e4e4e4;
    background-color: #f6f6f6;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.markdown-edit .btn-toggle:after {
    display: block;
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border: solid #343434;
    border-width: 2px 2px 0 0;
}
.markdown-edit .btn-toggle + pre {
    margin-top: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.markdown-edit .btn-toggle.active:after {
    transform: translateY(-50%) rotate(135deg);
}
.markdown-edit .btn-toggle.active + pre {
    visibility: visible;
    height: 100%;
}
.markdown-edit h2.sample-test {
    font-size: 24px;
    font-weight: 800;
}
.markdown-edit .fieldset-select {
    padding: 30px 10px 30px 24px;
    border-bottom: 1px solid #a6a6a6;
    border-top: 2px solid #000;
    background-color: #f1f1f1;
    color: #000;
    display: flex;
}
.markdown-edit .fieldset-select select {
    height: 50px;
    padding: 0 35px 0 18px;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    background: #fff url(../images/genesis/ic_selectbox.png) no-repeat 100% 50%;
    border-color: #c1c1c1;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    margin: 0 5px;
    flex: 1;
    width: 100%;
}
.markdown-edit .fieldset-select > div:first-child {
    flex: 1;
    display: flex;
    align-items: center;
}
.markdown-edit .fieldset-select button {
    height: 50px;
    width: 170px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    font-size: 16px;
    color: #000;
}
.markdown-edit .fieldset-select button.apply {
    border-color: #000;
    background-color: #000;
    color: #fff;
    margin-right: 5px;
}
.markdown-edit .fieldset-select button:disabled {
    opacity: 0.3;
}
.markdown-edit .sample-result {
    display: none;
}
.markdown-edit .sample-result.on {
    display: block;
}

/* accordion-wrap */
.accordion-wrap {
    border-top: 2px solid #a36b4f;
}
.accordion-wrap > li.opened .detail {
    display: block;
}
.accordion-wrap > li > a {
    display: block;
    position: relative;
    min-height: 60px;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
}
.accordion-wrap > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 10px;
    margin-top: -4px;
    background: url(../images/genesis/ic_accordion.png) no-repeat 0 -50px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.accordion-wrap > li.opened > a:after {
    background-position: 0 0;
}
.accordion-wrap > li > a:hover {
    text-decoration: none;
}
.accordion-wrap > li > a > .title {
    display: table-cell;
    padding: 23px 80px 23px 0;
    font-size: 17px;
    color: #000;
    vertical-align: middle;
}
.accordion-wrap > li > .detail {
    display: none;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-bottom: 1px solid #e2e2e2;
}
.accordion-wrap > li > a > .date {
    display: table-cell;
    width: 160px;
    padding: 10px 0 10px 10px;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}
.accordion-wrap h2 {
    margin-bottom: 3px;
    font-size: 14px;
}
.accordion-wrap table.table2 {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.accordion-wrap table.table2 thead th {
    height: 40px;
    padding: 10px 8px 8px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: center;
    background: #f8f8f8;
}
.accordion-wrap table.table2 tbody td {
    height: 40px;
    padding: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.accordion-wrap table.table2 tbody tr td:first-child {
    border-left: none;
}
.accordion-wrap table.table2 tbody tr td:last-child {
    border-right: none;
}
.accordion-wrap table.table2 tbody tr:first-child td {
    border-top: none;
}
.accordion-wrap table.table2 + div {
    margin-top: 30px;
}

.top-text-box {
    padding: 30px;
    font-size: 16px;
    background: #f6f6f6;
}
.top-text-box + .table-top {
    margin-top: 50px;
}

.bullets-a {
    font-size: 14px;
    padding-left: 12px;
    color: #333;
    line-height: 2.15;
}
.bullets-a::before {
    content: '';
    float: left;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #333;
    margin: 13px 0 0 -10px;
}
.bullets-a + ul {
    margin: 15px 0 0 10px;
    font-size: 14px;
    line-height: 2.15;
}

.step-list {
    padding-top: 58px;
    font-size: 14px;
}
.step-list > li .step-number {
    display: block;
    font-size: 17px;
    color: #a36b4f;
}
.step-list > li > h3 {
    display: block;
    font-size: 17px;
    padding-bottom: 12px;
}
.step-list > li > h4 {
    display: block;
    font-size: 14px;
    padding: 34px 0 12px;
}
.step-list > li > h3 .step-number {
    display: inline;
    padding-right: 12px;
}
.step-list > li + li {
    padding-top: 52px;
}

.color-list {
    margin-bottom: 54px;
}
.color-list li {
    position: relative;
    height: 52px;
    line-height: 52px;
    border-radius: 52px;
    text-align: center;
    color: #fff;
}
.color-list li + li {
    margin-top: 30px;
}
.color-list li + li:before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: -30px;
    border: solid #875c46;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transform-origin: center;
    margin-top: 7px;
}
.color-list li:first-child {
    background-color: #bea192;
}
.color-list li:nth-child(2) {
    background-color: #c6947b;
}
.color-list li:nth-child(3) {
    background-color: #a77358;
}
.color-list li:last-child {
    background-color: #875c46;
}

.check-list {
    padding-bottom: 17px;
}
.check-list:only-child {
    padding-bottom: 0;
}
.check-list + .check-inputfile-list {
    margin-top: 10px;
}
.check-list li:first-child {
    padding-top: 6px;
}
.check-list li + li {
    padding-top: 14px;
}

.check-list.readonly li + li {
    padding-top: 8px;
}
.check-list.readonly li {
    padding-left: 10px;
    text-indent: -10px;
}
.check-list.readonly li em {
    text-decoration: line-through;
}

.check-list + .check-inputfile-list {
    border-top: 1px solid #e2e2e2;
}
.check-inputfile-list.readonly {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.check-inputfile-list.readonly dt {
    padding: 8px 0 5px;
    min-width: 460px;
    flex: 1;
}
.check-inputfile-list.readonly dd {
    padding: 8px 0 5px;
}
.check-inputfile-list dt {
    padding: 10px 0 7px;
}
.check-inputfile-list.use-devider dd + dt {
    border-top: 1px solid #e2e2e2;
    margin-top: 11px;
}
.check-inputfile-list .link-underline {
    display: block;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
}
.check-inputfile-list a.delete {
    display: inline-block;
    margin: 0 0 2px 8px;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background: #fff url(../images/genesis/ic_delete.png) no-repeat center;
    border: 1px solid #bbb;
}
.check-inputfile-list .reason {
    position: relative;
    padding: 9px 0 0px 75px;
}
.check-inputfile-list .reason:last-child {
    padding-bottom: 0;
    border: 0 none;
}
.check-inputfile-list .reason input {
    width: 100%;
}
.check-inputfile-list .reason label {
    float: left;
    margin: 14px 0 0 -75px;
}
.check-inputfile-list dd + dd {
    padding-top: 9px;
}
.check-inputfile-list a {
    color: #a36b4f;
    text-decoration: underline;
}

.ico-q-black {
    display: inline-block;
    background: url('../images/genesis/ic_q_black.png') no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.ico-q-black:hover + .tooltip {
    display: block;
}
.ico-exclamation {
    display: inline-block;
    background: url('../images/genesis/ic_exclamation.png') no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.has-tooltip {
    display: inline-block;
    position: relative;
}
.tooltip {
    display: none;
    position: absolute;
    right: 8px;
    top: -9px;
    z-index: 10;
    padding: 14px 10px;
    width: 220px;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #878787;
    transform: translate(100%, -100%);
}
.tooltip:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid #878787;
    left: -1px;
    bottom: -13px;
    border-right: 13px solid transparent;
}
.tooltip:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid #fff;
    left: 0;
    bottom: -11px;
    border-right: 12px solid transparent;
}

/* datepicker */
.wrap-datepicker {
    display: inline-block;
    position: relative;
}
.wrap-datepicker img {
    position: absolute;
    right: 13px;
    top: 13px;
}
.wrap-datepicker input[type='text'] {
    color: #000 !important;
}

.ui-datepicker {
    font-family: 'TextRegular', sans-serif;
    font-size: 13px;
    width: 240px;
    text-align: center;
}
.ui-widget.ui-widget-content {
    border-radius: 0;
    border: 0 none;
    width: 100% !important;
    padding: 0;
}
.ui-datepicker-group-last table {
    float: right;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 320px;
    margin: 0;
}
.ui-datepicker .ui-widget-header {
    border: 0;
    padding: 30px 0 10px;
    background-color: #fff;
    display: inline-block;
    margin: 0;
    line-height: 1.5;
    font-size: 20px;
}
.ui-datepicker-title {
    display: inline-block;
}
.ui-datepicker-year {
    display: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background-color: #fff;
}
.ui-widget-content .ui-state-active {
    background-color: #875c46;
}
.ui-widget-content .ui-state-default.ranged-date {
    background-color: #e6dbd6;
}
.ui-widget-content .ui-state-active.ranged-date {
    background-color: #875c46;
}
.ui-datepicker td {
    font-size: 14px;
    padding: 0;
}
.ui-datepicker td .ui-state-default {
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0;
    text-align: center;
    margin-bottom: 5px;
}
.ui-datepicker .ui-datepicker-week-end,
.ui-datepicker .ui-datepicker-week-end .ui-state-default {
    color: #bc5230;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 18px;
    height: 18px;
    top: 3px;
}
.ui-icon.ui-icon-circle-triangle-e,
.ui-icon.ui-icon-circle-triangle-w {
    background: url('../images/genesis/ico_calendar_arrow.png') no-repeat center;
}
.ui-icon.ui-icon-circle-triangle-w {
    transform: rotate(-180deg);
}
.ui-datepicker .ui-datepicker-today {
    opacity: 1;
}
.ui-datepicker .ui-datepicker-today .ui-state-default {
    font-weight: 800;
    color: #ab0021;
    position: relative;
}
.ui-datepicker .ui-datepicker-today .ui-state-default::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 20px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #ab0021;
}
.ui-datepicker-cate {
    color: #ab0021;
    font-size: 12px;
    float: right;
    margin-top: 10px;
}
.ui-datepicker-cate::before {
    content: '';
    float: left;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #ab0021;
    margin: 4px 4px 0 0;
}

/* 약관 미리보기 */
.wrap-agreement {
    text-align: left;
}
.wrap-agreement > ol {
    padding-top: 15px;
}
.wrap-agreement > ol > li {
    padding-bottom: 20px;
}

/* 신청안내 */
.step-list-visual {
    margin-top: 16px;
    font-size: 16px;
}
.step-list-visual:after {
    display: block;
    content: '';
    clear: both;
}
.step-list-visual li {
    float: left;
    width: 25%;
    height: 108px;
    position: relative;
    color: #fff;
}
.step-list-visual li:after {
    display: block;
    content: '';
    clear: both;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    border-left: 35px solid;
    border-top: 54px solid transparent;
    border-bottom: 54px solid transparent;
}
.step-list-visual li:first-child {
    background-color: #bea192;
    z-index: 10;
    padding: 32px 55px;
}
.step-list-visual li:first-child:after {
    border-left-color: #bea192;
}
.step-list-visual li:nth-child(2) {
    background-color: #c6947b;
    z-index: 9;
    padding: 32px 55px 32px 70px;
}
.step-list-visual li:nth-child(2):after {
    border-left-color: #c6947b;
}
.step-list-visual li:nth-child(3) {
    background-color: #a77358;
    z-index: 8;
    padding: 32px 55px 32px 70px;
}
.step-list-visual li:nth-child(3):after {
    border-left-color: #a77358;
}
.step-list-visual li:last-child {
    background-color: #875c46;
    z-index: 7;
    padding: 32px 55px 32px 70px;
}
.step-list-visual li:last-child:after {
    display: none;
}

.step-list-visual + .step-list-dec {
    margin-top: 40px;
}
.step-list-dec h4 {
    font-size: 17px;
    font-family: 'TextMedium', sans-serif;
    padding-bottom: 18px;
}
.step-list-dec > li {
    padding-bottom: 40px;
}
.step-list-dec + .top-text-box {
    margin-bottom: 18px;
}
.step-list-dec + .top-text-box h4 {
    font-size: 17px;
    font-family: 'TextMedium', sans-serif;
    padding-bottom: 3px;
}
.step-list-dec + .top-text-box ul {
    font-size: 14px;
}

/* 상용화 신청 */
.request-prod-fir {
    position: relative;
}
.request-prod-fir > .btn,
.request-prod > .btn {
    position: absolute;
}
.request-prod-fir .flow {
    height: 320px;
    margin-bottom: 42px;
    background: url('../images/genesis/img_flow.png') no-repeat 0 0 / 100% auto;
}
.request-prod-fir .current-status {
    min-height: 90px;
    border-top: 2px solid #a36b4f;
    border-bottom: 1px solid #dedede;
    padding-top: 33px;
    text-align: center;
}
.request-prod-fir .current-status p {
    font-size: 24px;
    color: #333;
}
.request-prod-fir .current-status p > span {
    color: #a36b4f;
}
.request-prod .steps {
    padding: 38px 96px;
    background-color: #f8f8f8;
}
.request-prod .steps ol {
    display: flex;
    justify-content: space-between;
}
.request-prod .steps li {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.request-prod .steps li.current {
    border-color: #a36b4f;
    background-color: #a36b4f;
    color: #fff;
}
.request-prod .steps li + li::before {
    content: url(../images/genesis/ic_dots.png);
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: -47px;
}
.request-prod .regist-steps ol {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 17px;
}
.request-prod .regist-steps li span {
    display: block;
    padding: 17px 0;
    font-size: 14px;
    color: #898989;
    border-bottom: 3px solid transparent;
}
.request-prod .regist-steps li.completed span {
    color: #000;
}
.request-prod .regist-steps li.active span {
    border-color: #a36b4f;
    color: #a36b4f;
}
.request-prod.fixed .regist-steps {
    position: fixed;
    width: 940px;
    background: #fff;
    top: 213px;
    z-index: 12;
}
.request-prod.fixed::after {
    content: '';
    height: 76px;
    width: 940px;
    display: block;
}
.request-prod + .table-top {
    margin-top: 35px;
}
.request-prod .regist-now {
    min-height: 104px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.request-prod .regist-now p {
    font-size: 18px;
    color: #333;
}
.request-prod .regist-now strong {
    font-weight: inherit;
    color: #a36b4f;
}
.request-prod-btn {
    position: absolute;
    top: -12px;
    right: 0;
}
.history-list {
    position: absolute;
    top: -22px;
    right: 0;
}

/* 서비스 이용 약관 */
.m-agreement p {
    text-align: left;
    color: #333;
    margin-bottom: 10px;
}
.m-agreement p:first-child {
    margin-bottom: 30px;
}
.m-agreement p span {
    color: #a36b4f;
}
.apply-div {
    border: 1px solid #e1e1e1;
    padding: 15px;
    overflow: auto;
}

/* scroll masic */
.scroll-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -35px;
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 248px;
}
.scroll-nav > a {
    margin: 0 15px;
    padding: 15px 10px;
    color: #787878;
    font-size: 15px;
}
.scroll-nav > a:hover,
.scroll-nav > a:focus {
    text-decoration: none;
}
.scroll-nav > a.active {
    position: relative;
    color: #a36b4f;
}
.scroll-nav > a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #a36b4f;
}
.scroll-sections {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}
.scroll-sections h4 {
    font-family: 'genesis-head-regular', sans-serif;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
}
.scroll-sections h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}
.scroll-sections .txt1 {
    color: #626262;
    margin-bottom: 20px;
}
.scroll-sections .txt2 {
    color: #000;
    margin-bottom: 10px;
}
.scroll-sections .txt3 {
    color: #a36b4f;
    margin-bottom: 20px;
}
.scroll-sections .txt4 {
    padding-left: 20px;
    font-size: 14px;
    color: #000;
}
.scroll-sections .txt4 + .img1 {
    margin-top: 30px;
}
.scroll-sections .txt4 + .txt1 {
    margin-top: 20px;
}
.scroll-sections .txt4::before {
    content: url(../images/genesis/ic_ex.png);
    float: left;
    margin: 3px 0 0 -20px;
}
.scroll-sections .txt5 {
    padding-left: 95px;
    color: #626262;
    margin-bottom: 20px;
}
.scroll-sections .txt5 span {
    color: #000;
    display: inline-block;
    margin-left: -95px;
}
.scroll-sections .txt5 + .txt5 {
    margin-top: -10px;
}
.scroll-sections .txt6 {
    color: #626262;
    margin-bottom: 20px;
    line-height: 2;
}
.scroll-sections .steps {
    display: inline-block;
    font-weight: 800;
    width: 65px;
}
.scroll-sections .img1 {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.scroll-sections .img2 {
    margin-bottom: 20px;
}
.scroll-sections .img1 img,
.scroll-sections .img2 img {
    width: 100%;
    vertical-align: top;
}
.scroll-sections .color1 {
    color: #a36b4f;
}
.scroll-sections dt,
.scroll-sections dt.bullet-b,
.scroll-sections .details h6.bullet-b {
    color: #000;
    margin-bottom: 0;
}
.scroll-sections dd {
    margin-bottom: 15px;
}
.scroll-sections .details {
    background-color: #f5f5f5;
    padding: 30px 35px 20px;
    margin-bottom: 30px;
}
.scroll-sections .details h6 {
    font-size: 14px;
    color: #000;
}
.scroll-sections .details p {
    font-size: 14px;
    margin-bottom: 10px;
}
.scroll-sections .list1 {
    margin-bottom: 20px;
    padding-left: 15px;
}
.scroll-sections .list1 li {
    line-height: 1.85;
}
.scroll-sections .txt1 + .list1 {
    margin-top: -10px;
}
.scroll-sections .bullet-a {
    padding-left: 12px;
}
.scroll-sections .bullet-a::before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #626262;
    margin: 9px 0 0 -12px;
}
.scroll-sections .details .bullet-a::before {
    margin-top: 7px;
}
.scroll-sections .details .bullet-b::before {
    margin-top: 7px;
}
.scroll-sections .bullet-b {
    padding-left: 15px;
    margin-bottom: 20px;
}
.scroll-sections .bullet-b::before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #000;
    margin: 8px 0 0 -14px;
}
.scroll-sections .underline {
    text-decoration: underline;
}
.scroll-sections .strong {
    font-weight: 800;
}
.scroll-sections .sub-title {
    margin-top: 35px;
}
.scroll-sections .tabs {
    border-top: 0 none;
    text-align: left;
    display: flex;
}
.scroll-sections .tabs li {
    margin: 0 -1px -1px 0;
}
.scroll-sections .tabs li a {
    width: 230px;
    padding: 0;
    height: 44px;
    line-height: 44px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    color: #000;
}
.scroll-sections .tabs li.active a {
    border-bottom-color: #fff;
    background-color: #fff;
}
.scroll-sections .tabs li.active a::after {
    display: none;
}
.scroll-sections .tabs li.active + li a {
    border-left-color: #e1e1e1;
}
.scroll-sections .tabs li.active:last-child a {
    border-right: 1px solid #e1e1e1;
}
.scroll-sections .tabs:before {
    bottom: -1px;
    border-bottom: 1px solid #e1e1e1;
}
#contents.sub .inner .con-box.guide-type {
    padding-top: 0;
}
.con-box.guide-type .scroll-dummy {
    display: block;
    height: 54px;
    width: 100%;
}

/*============================================================
ico
=============================================================*/
.close-icon {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.ico-delete01 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images/genesis/ic_delete.png') no-repeat center center;
}
