@charset "UTF-8";
/* //RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    /*vertical-align: baseline;*/
}

html,
html * {
	padding: 0;
	margin: 0;
    /*box-sizing: border-box;*/
}

/* HTML5 DISPLAY-ROLE RESET FOR OLDER BROWSERS */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table caption {
    height: 0;
    font-size: 0.1em;
    color: #fff;
    opacity: 0;
}

input,
textarea {
    border:none;
    background-image:none;
    background-color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    resize: none;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font: inherit;
    text-align: center;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #333;
}
/* //RESET */

/* PLACEHOLDER */
input::placeholder,
textarea::placeholder {
    font-family:'NanumSquareRound', '돋움';
    font-size: 15px;
    line-height:1.4;
    -webkit-text-size-adjust: none;
    font-weight: 400;
    letter-spacing:-0.05em;
    color: #ccc !important;
    opacity: .7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
    color: #ccc !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ccc !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/* //PLACEHOLDER */

/* ACCESSIBILITY */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: fixed !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #038ad9;
    clip: auto !important;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    left:0;
    right:0;
    line-height: normal;
    padding: 15px;
    text-decoration: none;
    top:0;
    text-align: center;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

.accessibility {
    position: relative;
}

.accessibility a {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#skipToContents {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    outline: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.hidden {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.ellip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-A {
    text-decoration: underline;
    color: #0044ce;
}

.link-A::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    background: url(../img/common/ico-deep-link.png) 50% 50% / 18px auto no-repeat;
    vertical-align: middle;
}

.link-B {
    font-size: 18px;
    font-weight: 700;
    font-family:'NanumSquareRound', '돋움';
    vertical-align: middle;
}

.link-B::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    margin-bottom: 2px;
    background: url(../img/common/ico-add.png) 50% 50% / 18px auto no-repeat;
    vertical-align: middle;
}

/* BOX-MODEL */
.bx-max {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
@media (max-width: 1280px) {
    .bx-max {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .bx-max {
        padding: 0 12px;
    }
}

.bx-min {
    width: 1024px;
    margin: 0 auto;
}

.bx-m-max { /* MODAL */
    position: relative;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}

.bx-fl {
    float: left !important;
}

.bx-fr {
    float: right !important;
}

.w100 {
    min-width: auto;
    width: 100%;
}

.pd-row {
    display: block;
    position: relative;
    padding: 12px 0;
}

.pdv-row {
    padding: 0 10px;
}

.mb-row {
    position: relative;
    margin-bottom: 10px;
}

/* SPACING */
.pt30 {
    margin-top: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

/* FORM */
.form input {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    color: #333;
}

.form input,
.form textarea {
    display: inline-block;
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 16px;
    color: #333;
}

.form-full {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-half {
    position: relative;
    display: inline-block;
    width: 50%;
}

.table td input[type="text"].form-date.half {
    display: inline-block;
    width: calc(50% - 10px);
}

.form-w140 {
    display: inline-block;
    width: 140px;
}

.form-w300 {
    display: inline-block;
    width: 300px;
}

.form-w140 + span,
.form-w300 + span {
    display: inline-block;
    margin-left: 10px;
}

.form-m100 input {
    display: inline-block;
    width: calc(100% - 100px) !important;
    padding-right: 10px !important;
}

.form-date {
    cursor: pointer;
    background: url(../img/common/ico-calendar.png) 98% 50% / 30px auto no-repeat ;
}

.chk-group .checkbox {
    margin: 10px 10px 9px;
}

.checkbox {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    font-size: 15px;
    color: #333;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox input[type="checkbox"] + span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    border: none;
    background: #ccc url(../img/common/ico-checkbox.png) 0 -20px / 20px auto no-repeat;
}


.checkbox input[type="checkbox"]:checked + span {
    background-color: #d10062;
}

.radiobox {
    display: block;
}

.radiobox input[type="radio"] + span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #fff url(../img/common/ico-radio.png) 0 0 / 20px auto no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

.radiobox input[type="radio"] {
    display: none;
}

.radiobox input[type="radio"]:checked + span {
    background-position: 0 -20px;
}

/* TABLE */
.table {
    width: 100%;
    background-color: #fff;
    font-weight: 400;
    color: #333;
}

.table tr {
    border-bottom: 1px solid #ccc;
}

.table th {
    padding: 12px 20px;
    border-right: 1px solid #ccc;
    background-color: #f3f2f2;
    vertical-align: middle;
}

.table .required:after {
    content: '\002A';
    position: relative;
    top: -3px;
    left: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #d10062;
}

.table td {
    position: relative;
    padding: 10px;
    vertical-align: middle;
    word-break: break-all;
}

.table td img {
    width: auto;
    /*max-width: 100%;*/
    /*max-width: calc(1024px - 40px - 20px);*/
    max-width: 80%;
    height: auto;
}
@media (max-width: 767px) {
    .table td img {
        max-width: 100%;
    }
}


.table td input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
}

.table td textarea {
    width: 100%;
    height: 270px;
    padding: 8px 12px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    font-size: 15px;
    color: #333;
}

.table td select {
    position: relative;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    border-radius: 2px;
    border: 1px solid #bdbdbd;
    font-size: 15px;
    font-family: 'NanumSquareRound';
    letter-spacing:-0.05em;
    color: #333;
}

.table td.download a {
    display: block;
    padding: 6px;
    padding-left: 36px;
    background-size: 24px auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
    line-height: 24px;
}

.table td.download a.dl-xls {
    background-image: url(../img/sub/ico-xls.png);
}
.table td.download a.dl-ppt {
    background-image: url(../img/sub/ico-ppt.png);
}

.table td p.warning {
    margin-top: 10px;
    font-size: 15px;
    color: #666;
}

.table.project_list{

}
.table.project_list thead{

}
.table.project_list tr.response-row{

}

.table-A {
    border-top: 2px solid #333;
    text-align: left;
    font-size: 15px;
}

.table-B {
    border-top: 2px solid #333;
    text-align: center;
    font-size: 15px;
}

.table-B th,
.table-B td {
    padding: 12px 22px;
    border-right: 1px solid #ccc;
}

.table-B th:last-child,
.table-B td:last-child {
    border-right: none;
}

/* BTN (-TYPE) */
.btn-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 30px 0;
}

.btn-A {
    --btn-color: #fff !important;
    --btn-bg: #191877;
    --btn-hover-bg: #15146c;
    display: inline-block;
    min-width: 180px;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 2px;
    background: var(--btn-bg);
    font-family:'NanumSquareRound', '돋움';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--btn-color);
}
.btn-A:hover {
    background: var(--btn-hover-bg);
}

.btn-A.disabled {
    cursor: auto;
    pointer-events: none;
    background-color: #ccc;
}
.btn-A:hover.disabled {
    background-color: #ccc;
}

.btn-B {
    --btn-color: #fff;
    display: inline-block;
    min-width: 180px;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 2px;
    background: #d10062;
    font-family:'NanumSquareRound', '돋움';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: var(--btn-color);
}
.btn-B:hover {
    background-color: #ba0057;
}

.btn-C {
    --btn-color: #333;
    display: inline-block;
    min-width: 180px;
    margin: 0 auto;
    padding: 14px 20px;
    border: 2px solid #333;
    border-radius: 3px;
    background: #fff;
    font-family:'NanumSquareRound', '돋움';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: var(--btn-color);
}
.btn-C:hover {
    background-color: #f9f9f9;
}

.btn-C.thin {
    border: 1px solid #c7c7c7;
}

.btn-D { /* negative */
    --btn-color: #fff;
    display: inline-block;
    min-width: 180px;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 2px;
    background: #b4b4b4;
    font-family:'NanumSquareRound', '돋움';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: var(--btn-color);
}
.btn-Blank{
    --btn-color: #333;
    display: inline-block;
    min-width: 180px;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 2px;
    background: transparent;
    font-family:'NanumSquareRound', '돋움';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: var(--btn-color);
}
.btn-D:hover {
    background: #a4a4a4;
}
.btn-A,
.btn-B,
.btn-C,
.btn-D{
    cursor:pointer;
}

a:is(
    .btn-A,
    .btn-B,
    .btn-C,
    .btn-D,
) {
    color: var(--btn-color) !important;
}

.btn-group :is(
    .btn-A,
    .btn-B,
    .btn-C,
    .btn-D
) {
    margin: 0;
}

.btn-A.nav-btn,
.btn-B.nav-btn,
.btn-C.nav-btn,
.btn-D.nav-btn,
.btn-Blank.nav-btn{
    min-width: 86px;
    margin: 9px 0;
    padding: 10px 16px;
}

.btn-A.md:not(.btn-group .md),
.btn-B.md:not(.btn-group .md),
.btn-C.md:not(.btn-group .md),
.btn-D.md:not(.btn-group .md),
.btn-Blank.md:not(.btn-group .md) {
    min-width: 86px;
    padding: 10px 16px;
    line-height: 1;
}

.btn-A.sm,
.btn-B.sm,
.btn-C.sm,
.btn-D.sm,
.btn-Blank.sm{
    min-width: 70px;
    margin: 5px 0;
    padding: 7px 14px;
    font-size: small;
}

.btn-more-arrow {
    font-family:'NanumSquareRound', '돋움';
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.btn-more-arrow i {
    position: relative;
    display: inline-block;
    top: 1px;
    right: 0;
    width: 20px;
    height: 14px;
    margin-left: 10px;
    background: url(../img/common/ico-more-mv.png) 0 0 / 20px auto no-repeat;
}

.btn-input { /* FORM */
    position: absolute;
    display: block;
    top: 4px;
    right: 4px;
    width: auto;
    height: 30px;
    border-radius: 2px;
    padding: 0 8px;
    background-color: #191877;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.btn-form { /* FORM */
    display: inline-block;
    width: 90px;
    height: 38px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    background: #f3f2f2;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
}
.btn-form:hover {
    background-color: #e5e5e5;
}

.btn-form + span {
    display: inline-block;
    margin-left: 10px;
}

.form-opt-group {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
}

.form-opt-group a { /* TABLE */
    display: inline-block;
    width: 50px;
    height: 38px;
    margin-left: 8px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
}
.form-opt-group a:hover {
    background-color: #e5e5e5;
}

.form-opt-group a.add {
    background: #f3f2f2 url(../img/common/ico-add.png) 50% 50% / 16px auto no-repeat;
}

.form-opt-group a.del {
    background: #f3f2f2 url(../img/common/ico-minus.png) 50% 50% / 16px auto no-repeat;
}

.btn-close {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    padding: 20px;
    background: url(../img/common/ico-close-gray.png) 50% 50% / 20px auto no-repeat;
}

.btn-load-more {
    min-width: 160px;
    padding: 15px 30px;
    border: 1px solid #b9b9b9;
    background-color: #fff;
    font-family:'NanumSquareRound', '돋움';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
}

.btn-load-more i {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: -10px;
    vertical-align: middle;
    background: url(../img/common/ico-add.png) 50% 50% / 20px auto no-repeat;
}

.btn-expected {
    color: #eab308;
}

.btn-deadline {
    color: #999;
}

/* SLICK */
button.slick-arrow {
    position: absolute;
    display: block;
    width: 30px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0 / 30px auto no-repeat;
    z-index: 1;
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
}

button.slick-prev {
    left: 30px;
    background-image: url(../img/common/ico-prev-arrow.png);
}
button.slick-next {
    right: 30px;
    background-image: url(../img/common/ico-next-arrow.png);
}

button.slick-arrow:hover {
    background-position: 0 -50px;
}

/* TEXT */
.required-info {
    text-align: right;
    margin-bottom: 5px;
}

.required-info:before {
    content: '\002A';
    position: relative;
    top: 6px;
    left: -3px;
    font-size: 16px;
    font-weight: 700;
    color: #d10062;
}

.required-info span:before {
    display: none;
}

/* FONT PROPERTY */
.ff-A {
    font-family:'NanumSquareRound', '돋움' !important;
}

.fw-bd {
    font-weight: 700;
}

.ta-lt {
    text-align: left !important;
}

.ta-rt {
    text-align: right !important;
}

.ta-ct {
    text-align: center !important;
}

.va-md {
    vertical-align: middle;
}

/* FONT-SIZE (-SIZE) */
.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;
}

/* BACKGROUND-COLOR (BG-#COLOR) */
.bg-ff {
    background-color: #fff !important;
}

.bg-f9 {
    background-color: #f9f9f9 !important;
}

.bg-f3 {
    background-color: #f3f4f7 !important;
}

/* COLOR */
.cl-A {
    color: #008aff !important;
}

.cl-B {
    color: #d10062 !important;
}


/* SHOW, HIDDEN ----------- */
.hp_show {
    display: block !important;
}
.hp_md_show {
    display: none !important;
}

/* Tablet, Mobile -- */
@media screen and (max-width:767px) {
    [class*='hp_lg_w'] {
        width: auto !important;
    }

    .hp_md_w100p {
        width: 100% !important;
    }

    .hp_md_flex1 {
        flex: 1 !important
    }

    .hp_lg_show {
        display: none !important;
    }

    .hp_md_show {
        display: block !important;
    }
}

body .container{
    max-width:100%;
    padding:0px;
    min-height: calc(100vh - 301px);
}
.logo-area h1{
    margin-left:20px;
}

/* //모바일*/
@media (max-width: 767px){
    .bx-max {
        width: 100%;
        max-width: 100%;
        min-width: 360px;
        margin: 0 auto;
    }

    .bx-min {
        width: 360px;
        margin: 0 auto;
    }

    /* 상단 네비 */
    .nav-area{
        position: sticky;
        top:0px;
    }
    .nav-area .nav-menu{
        white-space: nowrap;
    }
    .gnb-area > li:first-child {
        display: none;
    }
    .gnb-area > li:nth-child(2):before {
        display: none;
    }
    body section.sub-visual{
        min-height: 150px;
        padding:30px 0 20px;
    }
    body section.sub-visual:has(.title:empty) {
        display: none;
    }

    /* 로그인 */
    .login_view_wrap .login-input{
        width:100%;
    }
    #loginForm .login-input + button{
        height:auto;
        display: block;
        width: 100%;
        height: 40px;
        padding: 10px 16px;
        margin: 5px;
        font-size: 15px;
        float: left;
    }
    #loginForm .login-input input{
        width:100%;
    }


    body .sub-visual .title{
        margin-bottom:0px;
    }

    /*상세내용*/
    .res-detail.bx-min{
        width:100%;
        min-width: 360px;
        margin:inherit auto;
        padding-left:20px;
        padding-right:20px;
    }
    .res-detail .detail-header .title{
        font-size: 1.4rem;
        padding: 0;
    }
    .res-detail .table colgroup {
        display:none;
    }
    .table tr.response-row{
        /*display:block;*/
        border-bottom: 0px solid transparent;
        display:grid;
        grid-template-columns: 0.4fr 1fr;
        /*grid-template-rows: 1fr 1fr;*/
        grid-column-gap: 0rem;
        text-align: left;
    }

    .res-detail .table th, .res-detail .table td{
        border-bottom: 1px solid #ccc;
    }
    .res-detail .table th{
    }
    .res-detail .table td{
        border-right: 0px solid transparent;
        overflow: hidden;
    }
    .res-detail .table td.download{
        /*padding:inherit;*/
    }
    .res-detail .table td.download > a{
        padding:0px;
    }
    .res-detail .table td .bx-detail{
        padding:0px;
    }

    /* 리스트 테이블 */
    .table.project_list{

    }
    .table.project_list colgroup{
        display:none;
    }
    .table.project_list thead{
        display:none;
    }
    .table.project_list tr.response-row{
        position:relative;
        display:block;
        padding: 10px 20px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    .table.project_list tr.response-row td{
        display:block;
        border-right: none;
        border-top: none;
        text-align: left;
        line-height: 1.2;
        padding: 2px 0;
        font-size: 0.9rem;
        color:#999;
        font-family: 'NanumSquareRound';
    }
    .table.project_list tr.response-row .ta-projectname ~ td:not(.list-btn) {
        display: inline-block;
        margin-right: 10px;
        border-right: 2px solid #ddd;
        padding-right: 10px;
    }
    .table.project_list tr.response-row .ta-projectname ~ td:last-child,
    .table.project_list tr.response-row .ta-projectname ~ td.bar-none {
        border-right: none;
    }
    .table.project_list tr.response-row td.list-division{
        padding-top:10px;
        padding-bottom:3px;
    }
    .table.project_list tr.response-row td.ta-projectname{
        font-size:1.2rem;
        padding: 5px 0 10px;
    }
    /*.table.project_list tr.response-row td.list-btn{*/
    /*    position: static;*/
    /*}*/
    /*.table.project_list tr.response-row td.list-btn > *{*/
    /*    position:absolute;*/
    /*    right:10px;*/
    /*    top:50%;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .table.project_list tr.response-row td.list-btn > * {
        width: 100%;
        padding: 10px;
        font-size: 1rem;
    }
    .table.project_list .list_label {
        display: inline-block !important;
        text-align: left;
        color: #999;
        font-weight: 700;
        margin-right: 10px;
    }
    .table.project_list td:has(.list_label) {
        color: #999;
        font-weight: 400;
    }

    .nav-area .nav-menu::-webkit-scrollbar{
        display:none;
    }
    .nav-area .nav-menu{
        overflow-x:auto;
    }
}

/* // 테블릿 세로 */
@media (min-width: 768px) and (max-width: 991px) {

}

/* // 테블릿 가로 */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* // 데스크탑 일반 */
@media (min-width: 1200px) {
}

/* 공통 */

.major_proj .intro {
    --border-color: #3a2eee;
    border-top: 2px solid var(--border-color);
    border-bottom: 1px solid #e1e1e1;
    margin-top: 10px;
}

.major_proj .intro>p {
    --color-pj-intro: #3a2eee;
    padding: 17px 0;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-pj-intro);
    text-align: center
}

.major_proj .intro>ul {}

.major_proj .intro>ul>li {
    padding: 23px 0 21px;
    border-top: 1px solid #e1e1e1
}

.major_proj .intro>ul>li dl {
    position: relative;
    margin-bottom: 10px;
}

.major_proj .intro>ul>li dl dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    padding-right: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: right
}

.major_proj .intro>ul>li dl dt:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #cecece;
    content: ''
}

/*.major_proj .intro>ul>li dl dd{padding-left: 174px;font-weight: 300;font-size: 16px;line-height: 32px}*/
.major_proj .intro>ul>li dl dd {
    min-height: 32px;
    padding-left: calc(178px + 18px);
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
}

/*.major_proj .intro>ul>li dl:nth-of-type(1) dd {*/
/*	font-weight: 500*/
/*}*/

/*.major_proj .intro>ul>li dl:nth-of-type(2) dd {*/
/*	min-height: 64px*/
/*}*/

/*.major_proj .intro>ul>li dl dd span {*/
/*    display: inline-block;*/
/*    width: 46px;*/
/*    margin-right: 4px;*/
/*    border-radius: 20px;*/
/*    background: #3babce;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 22px;*/
/*    color: #fff;*/
/*    text-align: center*/
/*}*/

/*.major_proj .intro>ul>li dl dd span.blue {*/
/*    background: #3a2eee*/
/*}*/

.major_proj .intro>ul>li dl dd .ico_facebook {
    margin-left: 15px;
    padding-right: 30px;
    background: url(../../images/renew/facebook_ico.png) no-repeat right center;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #0d47a1
}

.major_proj .intro>ul>li dl dd .fund_box {
    margin-top: 20px
}

.major_proj .intro>ul>li dl dd .fund_box .tit {
    position: relative;
    padding-left: 13px;
    font-weight: 500;
    font-size: 17px;
    color: #333
}

.major_proj .intro>ul>li dl dd .fund_box .tit:after {
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 15px;
    background: #3a2eee;
    content: ''
}

.major_proj .intro>ul>li dl dd .fund_box ul {
    padding: 10px 0
}

.major_proj .intro>ul>li dl dd .fund_box ul li {
    display: inline-block;
    margin-left: 1.5%;
    overflow: hidden
}

.major_proj .intro>ul>li dl dd .fund_box ul li:first-of-type {
    margin-left: 0
}

.major_proj .intro>ul>li dl dd .fund_box ul li a {
    display: block;
    position: relative;
    overflow: hidden
}

.major_proj .intro>ul>li dl dd .fund_box ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(44, 54, 242, 0.15);
    transform: scale(0);
    content: '';
    transition: all 0.4s
}

.major_proj .intro>ul>li dl dd .fund_box ul li a:before {
    position: absolute;
    z-index: 2;
    bottom: -21px;
    left: 50%;
    width: 56px;
    margin-left: -28px;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background: #2c36f2;
    content: 'VIEW';
    transition: all 0.4s
}

.major_proj .intro>ul>li dl dd .fund_box ul li a:hover:after {
    transform: scale(1);
    transition: all 0.4s
}

.major_proj .intro>ul>li dl dd .fund_box ul li a:hover:before {
    bottom: 0;
    transition: all 0.4s
}

.major_proj .intro>ul>li dl dd .fund_box ul li a .img img {
    width: 100%
}

.common__inputBox {
    display: flex;
    align-items: center;
}

.common__inputBox .common__input + [class*='btn-'] {
    margin-left: 5px;
}

.common__input[type='text'],
.common__input[type='password'],
.common__input[type='email'],
.common__input[type='date'],
textarea.common__input {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d0d0d0;
    color: #303030;
    padding: 0 10px;
    width: 407px;
    line-height: 35px;
    letter-spacing: -0.01em;
    border-radius: 3px;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}

textarea.common__input {
    width: 100%;
}

.common__input[disabled] {
    opacity: 0.7;
    background: #f7f7f7;
}

.common__input::placeholder {
    font-size: 18px;
    letter-spacing: -1.35px;
    color: #cfcfcf;
}

.common__select {
    border: 1px solid #d0d0d0;
    color: #303030;
    padding: 0 11.5px;
    width: 407px;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: -0.01em;
    border-radius: 3px;
    position: relative;
    width: 205px;
    height: 52px;
    color: #282828;
    font-size: 18px;
    letter-spacing: -1.35px;
    outline: none;
    cursor: pointer;
    font-family: 'Noto Sans KR';
    background: #fff url('/web/assets/images/common/ui/arrow-down.png') calc(100% - 10px) center no-repeat;
    background-size: 8px;
}

.blank {
    display: inline-block;
    padding: 0 10px;
    width: inherit;
    vertical-align: middle;
}

.common__label > span {
    color: var(--color-primary);
    margin-right: 3px;
}

.yn-group {
    display: flex;
    align-items: center;
}
.common__input[type='radio'] + label {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 23px;
    cursor: pointer;
}
.common__input[type='radio'] + label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: transparent;
    border: 1px solid #b3b3b3;
    margin-right: 10px;
    border-radius: 50%;
}
.common__input[type='radio'] + label:hover::before {
    border: 1px solid #474747;
}
.common__input[type='radio']:checked + label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #474747;
    border-radius: 50%;
}
.common__input:disabled {
    background: #f3f4f5 !important;
}

.apply-notice {
    font-size: 14px;
    color: #999;
    line-height: 1.3;
    margin-top: 3px;
    font-weight: 400;
}

.common__checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
}
.common__checkbox {
    display: flex;
    align-items: center;
    position: relative;
    color: #505050;
    cursor: pointer;
    /*margin-bottom: 0.5rem;*/
    /*margin-top: 0.5rem;*/
    margin-right: 1rem;
    font-size: 14px;
    font-weight: 400;
}
.common__checkbox>input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.common__checkbox>.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #E0E0E0;
    margin-right: 5px;
}
.common__checkbox>input:checked~.checkmark {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}
.common__checkbox>input:checked~.checkmark:after {
    display: block;
}
.common__checkbox>.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1000;
}
.common__checkbox:has(input:disabled) {
    color: #999;
    cursor: default;
}
.common__checkbox>input:disabled~.checkmark {
    background-color: #eee;
    border: 1px solid #ddd;
}
/* 공통 end */


.common__input.file-input {
    border: 1px solid #d0d0d0;
    padding-left: 6px !important;
    padding-right: 5.5px;
    color: #999999;
    background: #fff;
    user-select: none;
    width: 321px;
    display: flex;
    align-items: center;
}


.common__input.file-input .file-preview-wrap{
    position: relative;
    border:1px solid rgba(0,0,0,.5);
    padding:0px;
}
.common__input.file-input .file-preview-wrap .close-btn{
    position: absolute;
    top: -15px;
    right: -10px;
    cursor: pointer;
    color: white;
    background: black;
    border-radius: 50px;
    width: 30px;
    line-height: 0;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;;
}
.common__input.file-input .file-preview-wrap .file-preview-img{
    margin:0px;
}

.common__input.file-input input[type='file'] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.common__input.file-input .file-btn {
    background-color: #EFEFEF;
    color: #505050;
    font-size: 14px;
    border-radius: 5px;
    width: 77px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 77px;
    margin: 5px 0;
}

.common__input.file-input span {
    font-size: 14px;
    color: #999999;
    margin:0 5px;
}

.common__input.file-input2 {
    border: 1px solid var(--color-primary);
    border-radius: 3px;
    padding: 0 20px;
    color: #999999;
    user-select: none;
    width: 205px !important;
    height: 60px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.common__input.file-input2 input[type='file'] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.common__input.file-input2 span {
    font-size: 20px;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.common__input.file-input2 span img {
    margin-left: 19px;
    max-width: 26px;
    max-height: 25px;
}

.file-guide-info{
    color: #d10062;
}