﻿.sitech {
    min-height: 100vh;
    font-family: "Pretendard", sans-serif;
    background-color: #101010;
    color: #fff;
    word-break: break-all;
    text-align: justify;
}
.sitech .inner {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}
.sitech .sitech-header {
    width: 100%;
    height: 100px;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #0B1331 0%, rgba(11, 19, 49, 0) 100%);
    z-index: 1500;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.sitech .sitech-header.nav-up {
    top: -100px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.sitech .sitech-header.nav-down {
    background: linear-gradient(to bottom, #0B1331 50%, rgba(11, 19, 49, 0) 100%);
    top: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.sitech .sitech-header .inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 !important;
}
.sitech .sitech-header a img {
    filter: brightness(0) invert(1);
    height: 60px;
    width: auto;
    float: left;
    line-height: 0;
    margin: 20px 0;
}
.sitech .sitech-header #sitech-navigation {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sitech .sitech-header #sitech-navigation ul li {
    float: left;
    margin: 0 0 0 60px;
    font-size: 15px;
    line-height: 40px;
}
.sitech .sitech-header #sitech-navigation ul li a {
    color: #fff;
    text-decoration: none;
}
.sitech .sitech-header #sitech-navigation ul li:last-child {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    background-color: #00DBEE;
}
.sitech .sitech-header #sitech-navigation ul li:last-child a {
    color: #111;
}
.sitech .site-main {
    padding: 100px 0 250px 0 !important;
    background-image: url('../images/sitech/sitech-bg.jpg');
    position: relative;
}
.sitech .site-main section {
    width: 100%;
    float: left;
}


ul.user-role-list {
    padding: 10px !important;
    margin-bottom: 50px !important;
}
ul.user-role-list li.user-role {
    color: #101010;
}
ul.user-role-list li.user-role.active {
    background-color: #00DBEE !important;
    color: #101010 !important;
    border: none !important;
}

.role-content {
    display: none;
}
.role-content.active {
    display: block;
}




#page {
    width: 100%;
    float: left;
    position: relative;
}

#sitech-hero {
    padding: 54px 0 60px 0;
}
#sitech-hero h1 {
    font-family: "PyeojinGothic", sans-serif;
    width: 100%;
    float: left;
    font-size: 5.695rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 40px 0;
    word-break: keep-all;
    text-align: left;
}
#sitech-hero h1 .title-break {
    white-space: nowrap;
}
#sitech-hero p {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 700;
}
#sitech-hero ul.sitech-info {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
    padding: 0;
}
#sitech-hero ul.sitech-info li {
    float: left;
    font-size: 15px;
    margin: 0 0 8px 0;
}
#sitech-hero ul.sitech-info li:nth-child(1) {
    margin: 0 40px 8px 0;
}
#sitech-hero ul.sitech-info li strong {
    font-weight: 700;
    margin: 0 8px 0 0;
}
.btn-area {
    width: 100%;
    float: left;
}
.sitech-btn-normal {
    float: left;
    display: block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0 40px !important;
    font-size: 15px;
    background-color: #00DBEE;
    color: #111 !important;
}
.sitech-btn-outline {
    float: left;
    display: block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0 40px !important;
    font-size: 15px;
    background-color: transparent;
    color: #fff !important;
    border: 1px solid #fff;
    text-decoration: none;
}
.sitech-btn-normal a,
.sitech-btn-outline a {
    padding: 0 !important;
    background-color: transparent;
}
h2.sitech-title {
    width: 100%;
    float: left;
    height: 83px;
    line-height: 83px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 60px 0;
}
h2.sitech-title span {
    color: #00DBEE;
    font-weight: 400;
    margin: 0 16px 0 0;
}
.sitech .section-header {
    margin: 0 !important;
}
.sitech .section-content {
    width: 100%;
    float: left;
}
.sitech .section-content p {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
}
.sitech .section-content .section-content-01 {
    width: 100%;
    float: left;
}
.sitech .section-content .section-content-01 .section-content-left {
    width: calc(50% - 27px);
    margin: 0 27px 0 0;
    float: left;
}
.sitech .section-content .section-content-01 .section-content-right {
    width: calc(50% - 27px);
    margin: 0 0 0 27px;
    float: left;
}
.sitech .section-content .section-content-01 .section-content-right ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
.sitech .section-content .section-content-01 .section-content-right ul li {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    border-top: 1px solid #6D7882;
}
.sitech .section-content .section-content-01 .section-content-right ul li:nth-child(1) {
    border-top: none;
    padding: 0 0 20px 0;
}
.sitech .section-content .section-content-01 .section-content-right ul li strong {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 16px !important;
    line-height: 1.36 !important;
    font-weight: 400 !important;
    margin: 0 0 16px 0 !important;
}
.sitech .section-content .section-content-02 {
    width: 100%;
    float: left;
    border-top: 1px solid #B1B8BE;
    padding: 40px 0;
    margin: 20px 0 0 0;
}
.sitech .section-content .section-content-02 > p {
    margin: 0 0 40px 0;
}
.sitech .section-content .section-content-02 ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
    float: left;
}
.sitech .section-content .section-content-02 ul li {
    width: calc(33.33333% - 40px);
    margin: 0 20px;
    float: left;
}
.sitech .section-content .section-content-02 ul li .img-wrap {
    width: 100%;
    float: left;
    aspect-ratio: 16 / 9;
    text-align: center;
    margin: 0 0 20px 0;
}
.sitech .section-content .section-content-02 ul li .img-wrap img {
    float: none;
    margin: 0 auto;
}

#sitech-schedule ul.schedule-loop {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
}
#sitech-schedule ul.schedule-loop li {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 1.5rem;
    line-height: 1.2;
}
#sitech-schedule ul.schedule-loop li.is-current strong::after {
    content: "진행중";
    display: inline-block;
    position: relative;
    top: -2px;
    color: #101010;
    background-color: #00DBEE;
    height: 31px;
    line-height: 31px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0 8px;
    font-weight: 400;
    margin: 0 0 0 15px;
}
#sitech-schedule ul.schedule-loop li:nth-child(1) {
    padding: 0 0 20px 0;
}
#sitech-schedule ul.schedule-loop li:last-child {
    padding: 20px 0 0 0;
}
#sitech-schedule ul.schedule-loop li strong {
    display: inline-block;
    width: 50%;
    font-weight: 700;
}
#sitech-schedule ul.schedule-loop li strong > span {
    font-size: 1.125rem;
    margin: 0 0 0 16px;
    font-weight: 400;
    position: relative;
    top: -2px;
}
#sitech-schedule ul.schedule-loop li > span {
    display: inline-block;
    width: 50%;
    font-weight: 400;
}




#sitech-benefit ul.benefit-loop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin: 0 0 60px 0;
    padding: 0;
}
#sitech-benefit ul.benefit-loop > li {
    width: 50%;
    float: none;
    margin: 0;
    padding: 40px;
    border-bottom: 1px solid #6D7882;
}
#sitech-benefit ul.benefit-loop > li:nth-child(odd) {
    border-right: 1px solid #6D7882;
}
#sitech-benefit ul.benefit-loop > li:last-child {
    width: 100%;
    border-right: none;
    border-bottom: none;
    padding-bottom: 0;
}
#sitech-benefit ul.benefit-loop > li span {
    width: 100%;
    display: inline-block;
    float: left;
    color: #00DBEE;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
#sitech-benefit ul.benefit-loop > li strong {
    font-size: 1.688rem;
    line-height: 1.36;
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 0 0 16px 0;
}



#sitech-schedule .section-content h3 {
    width: 100%;
    text-align: right;
    font-size: 2.953rem;
    font-weight: 700;
    margin: 0;
}
#sitech-schedule .section-content h3 span {
    font-size: 1.125rem;
    display: inline-block;
    float: right;
}
#sitech-schedule .section-content .btn-area {
    width: 100%;
    float: left;
    float: right;
    text-align: right;
    margin: 16px 0 0 0;
}
#sitech-schedule .section-content .btn-area a {
    float: right;
    margin: 0 0 0 15px;
}


#sitech-application .inner .section-inner-wrap {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#sitech-application .section-header {
    width: 50%;
    float: left;
    padding: 60px 0;
}
#sitech-application .section-header h2.sitech-title {
    line-height: 1.2;
    height: auto;
    margin: 10px 0 20px 0;
    border-top: none !important;
    border-bottom: none !important;
}
#sitech-application .section-content {
    width: 50%;
    float: left;
    padding: 60px 0;
    text-align: right;
}
#sitech-application .section-content h3 {
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 5px 0;
}
#sitech-application .section-content h3 span {
    display: block;
    width: 100%;
    float: left;
    text-align: right;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
#sitech-application .section-content .btn-area {
    width: 100%;
    float: left;
    text-align: right;
    margin: 15px 0 0 0;
}
#sitech-application .section-content .btn-area a {
    float: right;
    margin: 0 0 0 15px;
}
.sitech-footer {
    width: 100%;
    float: left;
    margin: 0;
    background: transparent;
}
.sitech-footer .inner {
    position: relative;
    padding: 60px 40px !important;
}
.sitech-footer .inner .footer-navigation {
    width: 100%;
    margin: 0 0 20px 0;
}
.sitech-footer .inner .footer-navigation li {
    float: left;
    margin: 0 20px 0 0;
}
.sitech-footer .inner .footer-navigation li:nth-child(1) {
    font-weight: 700;
}
.sitech-footer .inner .footer-navigation li a {
    color: #fff;
    text-decoration: none;
}
.sitech-footer .inner p.company-info {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.sitech-footer .inner p.company-info span {
    margin: 0 16px 0 0;
    float: left;
}
.sitech-footer .inner p.company-info span strong {
    font-weight: 700;
}





.site-template {
    padding: 0 !important;
}
#sitech-header {
    text-align: left;
    margin: 0;
    padding: 70px 0 35px 0;
}
#sitech-header .inner {
    padding: 0 !important;
}
#sitech-header h1 {
    font-size: 3.375rem;
}
#sitech-content {
    width: 100%;
    float: left;
    padding: 0 0 70px 0;
}
#sitech-content .inner {
    width: 100%;
    display: table;
    text-align: center;
    background-color: rgba(11, 19, 49, .9);
    padding: 40px 20px !important;
}
.page-id-145409 #sitech-content .inner form  {
    width: auto;
    max-width: 680px;
    float: none;
    display: table;
    margin: 0 auto;
    padding: 35px;
    border-radius: 20px;
    box-shadow:0 0 30px rgba(0, 0, 0, .05)
}
#sitech-content .inner form .rwmb-field {
    border-bottom: none !important;
    margin: 0 0 10px 0;
}
.page-id-145407 #sitech-content .inner form .rwmb-field.rwmb-heading-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 90px 0 !important;
    padding: 0;
    position: relative;
    border-bottom: none !important;
}
.page-id-145407 #sitech-content .inner form .rwmb-field.rwmb-heading-wrapper h4 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 82px;
    padding: 0;
}
.page-id-145407 #sitech-content .inner form .rwmb-field.rwmb-heading-wrapper p {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.page-id-145407 #sitech-content .inner ul.user-role-list {
    display: none !important;
}
.page-id-145407 #sitech-content .inner .best-agency-role {
    display: block !important;
}
.page-id-145407 #sitech-content .inner form .rwmb-field.for-best-agency {
    display: none !important;
}
.page-id-145409 #sitech-content .inner form .rwmb-field .rwmb-label label {
    line-height: 1.2 !important;
}

.page-id-145409 .sitech-template #sitech-content .rwmb-field.rwmb-button-wrapper .rwmb-input button[type="submit"] {
    margin: 0 !important;
}

#sitech-content .inner form .rwmb-field .rwmb-label label {
    text-align: left;
    line-height: 48px;
    white-space: nowrap;
}


.page-id-147946 .sitech-template #sitech-content .rwmb-field.rwmb-button-wrapper .rwmb-input button[type="submit"] {
    display: block !important;
}
.page-id-147946 .sitech-template #sitech-content .rwmb-field.rwmb-button-wrapper .rwmb-input button[type="submit"].rwmb-button--delete {
    border: none;
    background-color: transparent !important;
    padding: 0;
    margin: 0 auto 0 auto !important;
    padding: 35px 0 0 0;
    color: #fff !important;
    text-decoration: underline;
    font-size: 0.875rem;
}
#sitech-content .inner form .rwmb-field .rwmb-input .rwmb-file-input {
    color: #fff !important;
}
#sitech-content .inner form .rwmb-field .rwmb-input .rwmb-file-input:focus {
    background-color: transparent;
}
#sitech-content .inner form .rwmb-field .rwmb-input .rwmb-input-list label {
    line-height: 48px;
}
#sitech-content .inner form .rwmb-field .rwmb-input p.description {
    font-size: 0.875rem !important;
    display: inline-block;
    width: 100%;
    margin: 5px 0 0 0;
    float: left;
    color: #808080 !important;
}

#sitech-content .inner form input[type="text"],
#sitech-content .inner form input[type="password"],
#sitech-content .inner form input[type="email"],
#sitech-content .inner form input[type="url"],
#sitech-content .inner form textarea {
    border-radius: 0 !important;
    background-color: #222836;
    border: 1px solid #6D7882;
    color: #fff;
}
#sitech-content .inner form button[name="rwmb_profile_submit_login"] {
    border-radius: 5px !important;
    background-color: #00DBEE !important;
    color: #101010 !important;
}
.page-id-145409 .inner a.register-btn-on-login {
    width: auto;
    max-width: 680px;
    float: none;
    display: table;
    margin: 0 auto;
    border-radius: 5px !important;
}
.page-id-145409 .inner .rwmb-button-wrapper, .page-id-145409 .inner .rwmb-custom_html-wrapper {
    width:100% !important
}


.page-id-145388 .rwmb-field.hide {
    display: none !important;
}
.page-id-145388 .rwmb-field.rwmb-text-wrapper:has(input[name="post_title"]) {
    display: none !important;
}
.page-id-145388 .rwmb-field.rwmb-custom_html-wrapper.client_3rd .rwmb-label {
    display: none !important;
}
.page-id-145388 .rwmb-field.rwmb-custom_html-wrapper.client_3rd .rwmb-input .open-3rd,
.page-id-145388 .rwmb-field.rwmb-custom_html-wrapper.client_3rd .rwmb-input .open-4th,
.page-id-145388 .rwmb-field.rwmb-custom_html-wrapper.client_3rd .rwmb-input .open-5th {
    display: block;
    float: left;
    border: 2px solid #e1e1e1;
    background-color: #f9f9f9;
    border-radius: 3px 3px;
    height: 26px;
    line-height: 24px;
    font-size: 0.875rem;
    padding: 0 6px;
    margin: 15px 0 0 0;
    color: #101010;
}
.page-id-145388 .rwmb-field.rwmb-custom_html-wrapper.client_3rd .rwmb-input .open-2-3rd,
.page-id-145388 .rwmb-field.rwmb-custom_html-wrapper.client_3rd .rwmb-input .open-2-4th,
.page-id-145388 .rwmb-field.rwmb-custom_html-wrapper.client_3rd .rwmb-input .open-2-5th {
    display: block;
    float: left;
    border: 2px solid #e1e1e1;
    background-color: #f9f9f9;
    border-radius: 3px 3px;
    height: 26px;
    line-height: 24px;
    font-size: 0.875rem;
    padding: 0 6px;
    margin: 15px 0 0 0;
    color: #101010;
}

.page-id-145409 .inner a.register-btn-on-login {
    width: 100%;
    float: none;
    margin: 35px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    padding: 0 40px;
    border: 1px solid #00DBEE;
    background-color: #fff;
    color: #101010;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow:0 0 30px rgba(0, 0, 0, .05)
}










table.mbfs-posts {
    border-top: 2px solid #fff !important;
}
table.mbfs-posts tbody tr th {
    border-bottom: 1px solid #fff !important;
}
table.mbfs-posts tbody tr td a {
    color: #fff !important;
}
table.mbfs-posts tbody tr td.mbfs-actions a[title="Edit"],
table.mbfs-posts tbody tr td.mbfs-actions a:not(.rwmb-button--delete):not([title="Delete"]) {
    filter: invert(0) brightness(1) !important;
    background-color: #0B1331 !important;
    color: #fff !important;
}
table.mbfs-posts tbody tr td.mbfs-actions a[title="Delete"],
table.mbfs-posts tbody tr td.mbfs-actions button.rwmb-button--delete {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
}
table.mbfs-posts tbody tr td {
    color: #fff !important;
}








.register-btn-on-login {
    clear: both;
}
.logged-in .register-btn-on-login {
    display: none !important;
}
.register-btn-on-login::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    float: left;
}









#login-form h2 {
    display: none !important;
}

.page-id-145409 #sitech-header .sitech-title {
    text-align: center !important;
}

.page-id-145409 .sitech-template #sitech-content .inner {
    text-align: center;
}
.sitech-template #sitech-content .inner {
    text-align: left;
}
.sitech-template #sitech-content .inner h2:nth-child(1) {
    margin: 0 0 40px 0;
}
.sitech-template #sitech-content h2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 82px;
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0;
}
.sitech-template #sitech-content p {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}
.sitech-template #sitech-content p.description {
    color: #fff !important;
    width: 100%;
    float: left;
    margin: 10px 0 0 0 !important;
}
.sitech-template #sitech-content h3 {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #fff;
}
.sitech-template #sitech-content h3 + p {
    margin: 0 0 20px 0;
}
.sitech-template #sitech-content hr {
    width: 100%;
    float: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 1px;
    background-color: #B1B8BE;
    border: none !important;
    margin: 20px 0 !important;
}
.sitech-template #sitech-content {
    width: 100%;
    float: left;
    margin: 0 0 35px 0;
}
.sitech-template #sitech-content h4 {
    width: 100%;
    float: left;
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 10px 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}
.sitech-template #sitech-content h4:focus {
    outline: none;
}
.sitech-template #sitech-content h4 .ui-icon {
    display: none;
}
.sitech-template #sitech-content h4::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/icons/icon-faq-down.svg');
    background-size: cover;
    position: relative;
    top: 6px;
    margin: 0 0 0 8px;
}
.sitech-template #sitech-content h4.ui-state-active::after {
    background-image: url('../images/icons/icon-faq-up.svg');
}


.sitech-template #sitech-content .best-agency-role h4::after {
    content: none !important;
}

.page-id-145411 .sitech-template #sitech-content h4::after,
.page-id-146077 .sitech-template #sitech-content h4::after {
    content: none !important;
}
.page-id-145411 #sitech-content .inner form .rwmb-field.for-best-agency {
    display: none !important;
}
.sitech-template #sitech-content p {
    width: 100%;
    float: left;
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 1.5;
}

.page-id-146077 .sitech-template #sitech-content .rwmb-field.rwmb-button-wrapper .rwmb-input button[type="submit"] {
    display: block !important;
}
.sitech-template #sitech-content input[value="mbfs_submit"] + .rwmb-field.rwmb-text-wrapper {
    display: none !important;
}
.sitech-template #sitech-content .rwmb-field.rwmb-wysiwyg-wrapper {
    display: none !important;
}

.sitech-template #sitech-content .text-limiter > span {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
}

.sitech-template #sitech-content .ict-consent-info {
    float: left;
    padding: 0;
    margin: 0;
    background-color: transparent !important;
    border: none;
    border-radius: 0;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-heading-wrapper h4 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 82px;
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 60px 0;
    color: #fff;
    font-weight: 700;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-heading-wrapper h4::after {
    content: none !important;
}
.sitech-template #sitech-content .ict-consent-info p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
.sitech-template #sitech-content .ict-consent-info p span {
    color: #00DBEE;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-heading-wrapper + .rwmb-field {
    border-top: 2px solid #fff;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper {
    margiN: 20px 0 0 0 !important;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper .rwmb-label {
    width: calc(100% - 110px) !important;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper .rwmb-input {
    width: 110px !important;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper .rwmb-label label {
    color: #00DBEE;
}
.sitech-template .rwmb-required {
    color: #00DBEE;
}
.sitech-template #sitech-content .ict-consent-info a {
    color: #fff !important;
}


.sitech-template #sitech-content .ict-consent-info a.start-apply {
    height: 56px;
    line-height: 56px;
    display: inline-block;
    position: relative;
    left: calc(50% - 130px);
    bottom: unset;
    transform: unset;
    width: 260px !important;
    z-index: 1000;
    text-align: center;
    background-color: #fff;
    color: #101010 !important;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    margin: 0 auto 90px auto;
    float: none;
}
.sitech-template #sitech-content .ict-consent-info #sci-tech-entry-info {
    display: none;
}

.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern {
    width: 100%;
    text-align: left;
    margin: 35px 0 150px 0 !important;
    padding: 0 !important;
    border-top: none;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-label {
    display: none !important;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input {
    width: 100% !important;
    text-align: center;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #00DBEE;
    padding: 0;
    position: relative;
    text-align: left;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label #final-consent {
    position: relative;
    top: 0;
    margin-left: 10px;
    vertical-align: middle;
    flex-shrink: 0;
}
.sitech-template #sitech-content .rwmb-field.rwmb-text-wrapper.hidden-input {
    display: block !important;;
}

body.page-template-page-sitech-template .rwmb-field .rwmb-input .rwmb-select-tree > .select2-container {
    width: calc(50% - 10px) !important;
    float: left !important;
    margin: 0 20px 0 0 !important;
}
body.page-template-page-sitech-template .rwmb-field .rwmb-input .rwmb-select-tree > .rwmb-select-tree {
    width: calc(50% - 10px) !important;
    float: left !important;
    margin: 0 !important;
}
body.page-template-page-sitech-template .rwmb-field .rwmb-input .rwmb-select-tree > .rwmb-select-tree > .select2-container {
    width: 100% !important;
    margin: 0 !important;
}
body.page-template-page-sitech-template .select2-container .select2-selection--single {
    height: 50px !important;
    border: 1px solid #6D7882 !important;
    border-radius: 0 !important;
    background-color: #222836 !important;
}
body.page-template-page-sitech-template .rwmb-field .rwmb-input .rwmb-select-tree .select2-selection__rendered,
body.page-template-page-sitech-template #select2-award-division-fn-container,
body.page-template-page-sitech-template #select2-award-division-sn-container {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 44px 0 20px !important;
    background-color: #222836 !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
body.page-template-page-sitech-template .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #FFFFFF !important;
}
body.page-template-page-sitech-template .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px !important;
    height: 20px !important;
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}
body.page-template-page-sitech-template .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 8px;
    height: 8px;
    margin: -6px 0 0 -4px;
    border: 0 !important;
    border-right: 1.5px solid #FFFFFF;
    border-bottom: 1.5px solid #FFFFFF;
    transform: rotate(45deg);
}
body.page-template-page-sitech-template .select2-container--open .select2-selection--single {
    border-color: #6D7882 !important;
}
body.page-template-page-sitech-template .select2-container--open .select2-dropdown {
    border: 1px solid #6D7882 !important;
    border-radius: 0 !important;
    background-color: #222836 !important;
}
body.page-template-page-sitech-template .select2-container--open .select2-results__option {
    min-height: 50px;
    padding: 14px 20px !important;
    background-color: #222836;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
body.page-template-page-sitech-template .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body.page-template-page-sitech-template .select2-container--default .select2-results__option--selected {
    background-color: #3B485D !important;
    color: #FFFFFF !important;
}

.page-id-145409 .sitech-template #sitech-content .rwmb-field.rwmb-button-wrapper .rwmb-input button[type="submit"] {
    display: block !important;
}
.sitech-template #sitech-content .rwmb-field.rwmb-button-wrapper .rwmb-input button[type="submit"] {
    display: none;
}
.sitech-template #sitech-content .rwmb-field.rwmb-button-wrapper .rwmb-input button[type="submit"].start {
    display: block !important;
}
.page-id-145388 .rwmb-form .rwmb-meta-box.ict-entry-info {
    display: none;
}


#sitech-content .inner form .rwmb-field.rwmb-form-submit .rwmb-input button {
    margin: 0 auto !important;
    background-color: #00DBEE !important;
    color: #101010 !important;
}



.sitech-template #sitech-content .ict-consent-info {
    width: 100%;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
}
.sitech-template #sitech-content .ict-consent-info h4 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 82px;
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 60px 0;
    color: #fff;
    font-weight: 700;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper .rwmb-label label {
    color: #00DBEE;
}
.sitech-template #sitech-content .ict-consent-info a {
    color: #00DBEE !important;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-heading-wrapper p.description span {
    color: #00DBEE !important;
}
.sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label {
    color: #00DBEE !important;
}














ul.faq-loop {
    border-top: 2px solid #fff !important;
}
.page-template-page-sitech-template ul.faq-loop li.faq-loop-item,
.page-template-page-sitech-faq ul.faq-loop li.faq-loop-item {
    padding: 20px 0;
    border-bottom-color: #6D7882 !important;
}
ul.faq-loop li.faq-loop-item h2 {
    border-top: none !important;
    border-bottom: none !important;
    color: #bbb;
    text-align: left !important;
}
.award-status ul {
    z-index: 100;
    position: relative;
}
.award-status ul::after {
    z-index: -10 !important;
    border: 1px dashed rgba(255, 255, 255, .15) !important;
}
.award-status ul li.closed span.lamp {
    background-color: #333 !important;
}
.award-status ul li.current span.lamp {
    border: 6px solid #00DBEE !important;
}
a.mbfs-add-new-post {
    display: block !important;
    color: #101010 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 40px !important;
    background-color: #00DBEE !important;
    float: right;
    margin: 0  !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}




.page-id-145411 .rwmb-form .rwmb-field.rwmb-heading-wrapper h4 {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    line-height: 82px !important;
    width: 100% !important;
    float: left !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 60px 0 !important;
}

.page-id-145411 .rwmb-form .rwmb-field.rwmb-heading-wrapper p.description {
    width: 100% !important;
    text-align: center !important;
    color: #808080 !important;
    border-bottom: none !important;
    margin-top: -50px !important;
    font-size: 16px;
}
.page-id-145411 .rwmb-form .rwmb-field.rwmb-heading-wrapper+.rwmb-field {
    border-top: none !important;
}

.page-id-145388 .rwmb-confirmation {
    width: 100%;
    float: left;
}
.page-id-146077 .rwmb-field.rwmb-heading-wrapper + .rwmb-field {
    border-top: 2px solid #B1B8BE;
}






#faq-navigation ul li {
    margin: 0 8px 8px 0;
    float: left;
    border: 1px solid #fff;
    font-weight: 700;
}
#faq-navigation ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
#faq-navigation ul li.active {
    border: 1px solid #00DBEE;
}
#faq-navigation ul li.active a {
    height: 40px;
    line-height: 40px;
    background-color: #00DBEE;
    color: #101010;
}

.page-template-page-sitech-faq ul.faq-loop {
    border-top: none !important;
}
.page-template-page-sitech-faq ul.faq-loop li.faq-loop-item h2 {
    color: #fff;
    font-size: 29px !important;
}
.page-template-page-sitech-faq ul.faq-loop li.faq-loop-item h2::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/icons/icon-faq-down.svg');
    background-size: cover;
    position: relative;
    top: 6px;
    margin: 0 0 0 8px;
}
.page-template-page-sitech-faq ul.faq-loop li.faq-loop-item .entry-content {
    color: #fff;
}
.page-template-page-sitech-faq ul.faq-loop li.faq-loop-item h2.ui-state-active::after {
    background-image: url('../images/icons/icon-faq-up.svg');
}



.page-template-page-sitech-template .rwmb-field.rwmb-heading-wrapper+.rwmb-field {
    border-bottom: 1px solid #fff;
}



/* h1 타이틀 줄바꿈 제어 */
#sitech-hero h1 .title-break {
    white-space: nowrap;
}

/* 모바일 햄버거 메뉴 버튼 */
.sitech-menu-toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 2000;
}
.sitech-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.sitech-menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.sitech-menu-toggle.open span:nth-child(2) {
    opacity: 0;
}
.sitech-menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.page-id-145407 .rwmb-field.rwmb-heading-wrapper+.rwmb-field {
    border-top: none !important;
    padding: 0 !important;
}

.page-template-page-sitech-template .faq-area {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.page-id-145407 #sitech-content .rwmb-field.rwmb-button-wrapper .rwmb-input button[type="submit"] {
    display: block !important;
}

.rwmb-group-wrapper .rwmb-clone {
    width: 100% !important;
    float: left !important;
    background: rgba(255, 255, 255, .025) !important;
    border-radius: 10px;
}
.rwmb-group-wrapper .rwmb-clone:after {
    border-bottom: none !important;
}

.sitech-template #sitech-content h3 {
    position: relative;
    word-break: keep-all;
    margin: 0;
    cursor: pointer;
}





.sitech-template #sitech-content h3:focus {
    outline: none;
}
.sitech-template #sitech-content h3::after {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url('../images/icons/icon-down-arrow.svg');
    background-size: contain;
    filter: invert(1);
    position: relative;
    top: 4px;
    margin: 0 0 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.sitech-template #sitech-content h3.ui-state-active::after {
    rotate: 180deg;
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.page-id-145388 .sitech-template #sitech-content h3.wp-block-heading {
    width: 100%;
    float: left;
    font-size: 24px !important;
    margin: 0 0 20px 0 !important;
}
.page-id-145388 .sitech-template #sitech-content h3.wp-block-heading::after {
    content: none;
}

/*************************************
    Media Query
*************************************/
@media all and (max-width: 1280px) {
    #sitech-header .inner {
        padding: 0 20px !important;
    }
}

@media all and (max-width: 980px)  {
     .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-label {
         width: 100% !important;
     }
     .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input {
         width: 100% !important;
     }
     .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label {
         width: 100%;
         float: left;
         line-height: 1.36;
         padding: 0 0 30px 0;
     }
     .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label #final-consent {
         top: 60px !important;
     }
     .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label #final-consent::after {
         margin: 0 0 0 28px !important;
     }
 }

/* Tablet Portratit */
@media all and (max-width: 834px) {
    .sitech .site-main {
        padding-top: 40px !important;
    }
    #sitech-hero h1 {
        line-height: 1.2;
    }
    #sitech-hero h1 .title-break {
        display: block;
        white-space: normal;
    }
    .sitech .inner {
        max-width: 100% !important;
        padding: 0 20px !important;
    }
    .sitech .sitech-header {
        height: 68px;
    }
    .sitech .sitech-header .inner {
        padding: 0 20px !important;
    }
    .sitech .sitech-header a img {
        height: 40px;
    }
    .sitech .sitech-header #sitech-navigation {
        display: none;
    }
    #sitech-hero h1 {
        font-size: 41px;
    }
    #sitech-hero p {
        font-size: 1.125rem;
        margin: 0 0 140px 0;
    }
    #sitech-hero ul.sitech-info {
        margin: 0;
    }
    #sitech-hero ul.sitech-info li {
        margin: 0 0 20px 0;
        padding: 0 0 0 34px;
        position: relative;
    }
    #sitech-hero ul.sitech-info li strong {
        position: absolute;
        top: 0;
        left: 0;
    }
    #sitech-hero .btn-area {
        display: none;
    }
    h2.sitech-title {
        height: 73px;
        line-height: 73px;
        font-size: 28px;
        margin: 0 0 40px 0;
    }
    .sitech .section-content .section-content-01 .section-content-left {
        width: 100%;
        margin: 0;
    }
    .sitech .section-content .section-content-01 .section-content-right {
        width: 100%;
        margin: 0;
    }
    .sitech .section-content .section-content-01 .section-content-right ul {
        margin: 14px 0 0 0;
    }
    .sitech .section-content .section-content-01 .section-content-right ul li {
        font-size: 18px;
    }
    .sitech .section-content .section-content-01 .section-content-right ul li strong {
        font-size: 15px;
    }
    .sitech .section-content .section-content-01 .section-content-right ul li:nth-child(1) {
        border-top: 1px solid #6D7882;
        padding: 40px 0 20px 0;
    }
    .sitech .section-content .section-content-02 > p {
        display: none;
    }
    .sitech .section-content .section-content-02 ul {
        width: 100%;
        margin: 0;
    }
    .sitech .section-content .section-content-02 ul li {
        width: 100%;
        float: left;
        margin: 0 0 40px 0;
    }
    .sitech .section-content .section-content-02 ul li .img-wrap {
        height: 160px;
        aspect-ratio: unset;
    }
    .sitech .section-content .section-content-02 ul li .img-wrap img {
        height: 100%;
    }

    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper .rwmb-label {
        width: calc(100% - 150px) !important;
    }
    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper .rwmb-input {
        width: 150px !important;
        line-height: 41px !important;
    }
    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper .rwmb-label label,
    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper .rwmb-input label {
        width: 100% !important;
    }
    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-label {
        width: 100% !important;
    }
    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input {
        width: 100% !important;
    }
    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label {
        width: 100%;
        float: left;
        line-height: 1.36;
        padding: 0 0 30px 0;
    }
    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label #final-consent {
        top: 60px !important;
    }
    .sitech-template #sitech-content .ict-consent-info .rwmb-field.rwmb-checkbox-wrapper.final-concern .rwmb-input label #final-consent::after {
        margin: 0 0 0 28px !important;
    }

    .sitech-template #sitech-content h2,
    .sitech-template #sitech-content .ict-consent-info .rwmb-heading-wrapper h4 {
        font-size: 27px !important;
        line-height: 64px !important;
        margin: 40px 0 !important;
        padding: 0 !important;
    }

    .sitech-template #sitech-content .ict-consent-info .rwmb-heading-wrapper h4::after {
        content: none !important;
    }
    #sitech-header h1 {
        font-size: 2.531rem !important;
    }
    #faq-navigation ul li a {
        padding: 0 10px !important;
    }

    .page-id-145407 #sitech-content .inner form .rwmb-field {

    }
    .page-id-145407 #sitech-content .inner form .rwmb-field .rwmb-label label {
        line-height: 1.2 !important;
    }
    .page-id-145407 #sitech-content .inner form .rwmb-field.rwmb-heading-wrapper {
        margin: 40px 0 30px 0 !important;
    }
    .page-id-145407 #sitech-content .inner form .rwmb-field.rwmb-heading-wrapper h4 {
        height: 73px;
        line-height: 73px;
        font-size: 28px;
        margin: 0 0 40px 0;
    }
    .page-id-145407 #sitech-content .inner form .rwmb-field.rwmb-heading-wrapper p {
        bottom: 0px;
        font-size: 14px !important;
    }











    html.menu-open,
    body.menu-open {
        overflow: hidden;
    }

    /* 햄버거 메뉴 버튼 표시 */
    .sitech-menu-toggle {
        display: block;
    }

    /* 모바일 내비게이션 */
    .sitech .sitech-header #sitech-navigation {
        display: none;
        position: fixed;
        top: 68px;
        left: 0;
        width: 100%;
        transform: none;
        z-index: 1400;
    }
    .sitech .sitech-header #sitech-navigation.open {
        display: block;
    }
    .sitech .sitech-header #sitech-navigation ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        box-sizing: border-box;
        padding: 40px 10px;
        gap: 20px;
        margin: -68px 0 0 0;
        padding: 68px 10px 20px 10px;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
    .sitech .sitech-header #sitech-navigation ul li {
        float: none;
        margin: 0;
        border-bottom: none;
        line-height: 1.5;
    }
    .sitech .sitech-header #sitech-navigation ul li a {
        display: block;
        padding: 0 !important;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        color: #fff !important;
        background-color: transparent !important;
        height: auto !important;
    }
    .sitech .sitech-header #sitech-navigation ul li:last-child {
        display: block;
        height: auto !important;
        line-height: 1.5;
        padding: 0 !important;
        background-color: transparent !important;
        border-bottom: none;
    }
    .sitech .sitech-header #sitech-navigation ul li:last-child a {
        color: #00DBEE !important;
        font-weight: 700;
        padding: 0 !important;
    }

    /* 모바일 메뉴 오버레이 — 사용 안 함 */
    #sitech-menu-overlay {
        display: none !important;
    }

    /* schedule-loop 상하 배치 */
    #sitech-schedule ul.schedule-loop li {
        display: block;
    }
    #sitech-schedule ul.schedule-loop li strong {
        display: block;
        width: 100%;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
    }
    #sitech-schedule ul.schedule-loop li strong > span {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        margin: 16px 0 0 0;
        position: static;
        top: unset;
    }
    #sitech-schedule ul.schedule-loop li > span {
        display: block;
        width: 100%;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.2;
        color: #fff;
        margin: 20px 0 0 0;
    }

    /* benefit-loop 1열 */
    #sitech-benefit ul.benefit-loop > li {
        width: 100%;
        min-height: unset;
        height: auto;
        padding: 20px 0;
        border-right: none !important;
    }
    #sitech-benefit ul.benefit-loop > li:last-child {
        border-bottom: none;
    }

    /* application 섹션 상하 배치 */
    #sitech-application .section-header {
        width: 100%;
        padding: 40px 0 20px 0;
    }
    #sitech-application .section-content {
        width: 100%;
        padding: 0 0 40px 0;
        text-align: right;
    }
    #sitech-application .section-content h3 {
        font-size: 2.25rem;
        text-align: right;
    }
    #sitech-application .section-content h3 span {
        text-align: right;
        float: none;
        display: block;
    }
    #sitech-application .section-content .btn-area {
        text-align: right;
    }
    #sitech-application .section-content .btn-area a {
        float: right;
        margin: 0 0 0 15px;
    }

    .sitech-template #sitech-content h3 {
        font-size: 18px !important;
        margin: 0 !important;
    }
    .sitech-template #sitech-content p {
        font-size: 16px !important;
    }
    .award-status ul::after {
        width: calc(100vw - 40px) !important;
        margin: 0;
    }
    .award-status ul li {
        width: 20% !important;
        font-size: 0.875rem;
        float: left;
    }
    .sitech-template #sitech-content h3 {
        padding: 0 20px 0 0;
        position: relative;
        word-break: keep-all;
    }
    .sitech-template #sitech-content h3::after {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url('../images/icons/icon-down-arrow.svg');
        background-size: contain;
        filter: invert(1);
        position: relative;
        top: 4px;
        margin: 0 0 0 5px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: .5;
    }





























}

.sitech-manage {
    width: 100%;
    float: left;
    color: #fff;
}
.page-template-page-sitech-manage .inner {
    max-width: 100%;
    min-width: 1680px;
    padding: 0 65px;
}
.sitech-manage-wrap {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
}
.sitech-manage-header {
    width: 100%;
    float: left;
}
.sitech-manage-title {
    margin: 0 0 30px 0;
    width: 100%;
    float: left;
    font-family: "PyeojinGothic", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}
.sitech-manage-content {
    width: 100%;
    float: left;
}
.sitech-manage-tab-nav {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.sitech-manage-tab-btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: left;
    display: block;
    margin: 0 8px 8px 0;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}
.sitech-manage-tab-btn.active,
.sitech-manage-tab-btn:hover {
    background-color: #00DBEE;
    border-color: #00DBEE;
    color: #101010 !important;
    text-decoration: none !important;
}
.sitech-manage-wrap-block {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
}
.sitech-manage-chart-grid {
    width: 100%;
    float: left;
}
.sitech-manage-chart-item {
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: calc(50% - 16px);
}
.sitech-manage-chart-item-primary {
    margin: 0 0 0 16px;
}
.sitech-manage-chart-item-secondary {
    margin: 0 16px 0 0;
}
.sitech-manage-chart-title {
    width: 100%;
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #00DBEE;
}
.sitech-manage-chart-canvas {
    width: 100%;
    float: left;
    padding: 30px 22%;
    margin: 0 0 50px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.sitech-manage-section-title {
    width: 100%;
    float: left;
    line-height: 82px;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.sitech-manage-table {
    width: 100%;
    border-top: 2px solid #fff;
    border-collapse: collapse;
    color: #fff;
}
.sitech-manage-table th,
.sitech-manage-table td {
    word-break: keep-all;
}
.sitech-manage-table th {
    border-bottom: 1px solid #fff;
    padding: 10px 5px;
    line-height: 1.2;
    background-color: transparent;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.sitech-manage-table td {
    padding: 10px;
    line-height: 1.36;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center !important;
    vertical-align: middle;
}
.sitech-manage-table-hidden {
    display: none !important;
}
.sitech-manage-parent-col {
    width: 11.11%;
}
.sitech-manage-terms {
    vertical-align: top !important;
}
.sitech-manage-terms-cell {
    border-bottom: none !important;
}
.sitech-manage-term-item {
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 1.36;
    margin: 15px 0 0 0;
}
.sitech-manage-projects h3 {
    margin: 0 !important;
    font-size: 0.875rem !important;
}
.sitech-manage-projects .summary {
    font-size: 0.875rem;
    line-height: 1.6;
}
.sitech-manage-projects .project-thumbnail img {
    height: auto !important;
    width: 100% !important;
    display: block;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.sitech-manage-projects .project-thumbnail a {
    display: block;
}
.sitech-manage-projects td .project-thumbnail {
    width: 100%;
    display: block;
}
.sitech-manage-table a {
    text-decoration: none;
    color: #fff;
}
.sitech-manage-table a:visited {
    color: #fff;
}
.sitech-manage-table a:hover {
    text-decoration: underline;
}
.sitech-manage-hidden {
    display: none;
}
.sitech-manage-divider {
    color: #00DBEE;
}
.sitech-manage-nowrap {
    white-space: nowrap;
}
.sitech-manage-meta-text {
    font-size: 0.75rem;
}
.sitech-manage-division {
    color: #fff;
}
.sitech-manage-table strong {
    color: #fff;
}
.sitech-manage-text-left {
    text-align: left;
}
.sitech-manage-text-center {
    text-align: center;
}
.sitech-manage-text-right {
    text-align: right;
}
.sitech-manage-col-group {
    width: 4%;
}
.sitech-manage-col-no {
    width: 4%;
}
.sitech-manage-col-thumb {
    width: 10%;
}
.sitech-manage-col-title {
    width: 17%;
}
.sitech-manage-col-division,
.sitech-manage-col-field,
.sitech-manage-col-client,
.sitech-manage-col-agency,
.sitech-manage-col-biz {
    width: 8%;
}
.sitech-manage-col-manager,
.sitech-manage-col-entry-manager {
    width: 12%;
}
.sitech-manage-col-date {
    width: 9%;
}
.sitech-manage .pagination {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}
.sitech-manage .pagination .page-numbers {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 4px 4px 0;
    padding: 0 12px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    background: transparent;
}
.sitech-manage .pagination .page-numbers.current,
.sitech-manage .pagination .page-numbers:hover {
    background: #00DBEE;
    border-color: #00DBEE;
    color: #101010;
}
.sitech-manage-export-wrap {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.sitech-manage-export-btn {
    float: right;
    margin-right: 0;
}
@media (max-width: 1024px) {
    .page-template-page-sitech-manage .inner {
        min-width: 0;
        padding: 0 20px;
    }
    .sitech-manage-chart-item {
        width: 100% !important;
        margin: 0 0 24px !important;
    }
    .sitech-manage-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* 모바일 (480px 이하) */
@media all and (max-width: 480px) {
    #sitech-hero h1 {
        font-size: 2.25rem;
    }
}



.rwmb-error, #rwmb-validation-message {
    color: #721c24;
    border-color: #f5c6cb;
    background-color: #f8d7da;
    width: 100%;
    float: left;
    max-width: 680px;
    float: none;
    display: table;
    margin: 0 auto;
}

.page-id-145411 table.mbfs-posts tbody tr td {
    text-align: left;
}

/* Mobile line break control */
.mobile-br {
    display: none;
}

@media (max-width: 834px) {
    .mobile-br {
        display: block;
    }
}

/* Ministry of Science and ICT logo */
.dit-ministry-logo {
    width: 209px;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 834px) {
    .dit-ministry-logo {
        width: 160px;
    }
}

/* 04 Awards section */
#sitech-awards {
    margin-bottom: 60px;
}
#sitech-awards ul.awards-loop {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
#sitech-awards ul.awards-loop li {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 1.5rem;
    line-height: 1.2;
}
#sitech-awards ul.awards-loop li:nth-child(1) {
    padding: 0 0 20px 0;
}
#sitech-awards ul.awards-loop li:last-child {
    padding: 20px 0 0 0;
    border-bottom: none;
}
#sitech-awards ul.awards-loop li strong {
    display: inline-block;
    width: 50%;
    font-weight: 700;
}
#sitech-awards ul.awards-loop li > span {
    display: inline-block;
    width: 50%;
    font-weight: 700;
}
#sitech-awards p.awards-note {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

@media (max-width: 834px) {
    #sitech-awards ul.awards-loop li {
        display: block;
    }
    #sitech-awards ul.awards-loop li strong {
        display: block;
        width: 100%;
        font-size: 1.25rem;
        margin-bottom: 8px;
    }
    #sitech-awards ul.awards-loop li > span {
        display: block;
        width: 100%;
        font-size: 1rem;
    }
}

/* 02 Categories section */
#sitech-categories .categories-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 40px;
}
#sitech-categories .category-item {
    width: 33.333%;
    padding: 40px;
    box-sizing: border-box;
    border-right: 1px solid #6D7882;
}
#sitech-categories .category-item:last-child {
    border-right: none;
}
#sitech-categories .category-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 20px 0;
}
#sitech-categories .category-item p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}



















.winning-project-loop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 120px 0 !important;
    list-style: none !important;
}

.winning-project-loop.winning-project-loop-grand-prize .winning-project-loop-item,
.winning-project-loop.winning-project-loop-grand-prize .winning-project-loop-kofst-president-award {
    flex: 0 0 calc((100% - 30px) / 2);
}

.winning-project-loop .winning-project-loop-item {
    flex: 0 0 calc((100% - 60px) / 3);
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

/*
.winning-project-loop .winning-project-loop-item .entry-thumbnail::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
}
.winning-project-loop .winning-project-loop-item .entry-thumbnail.ict-award::before {
    background-image: url('../images/ict-award/andaward-logo.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px
}
.winning-project-loop .winning-project-loop-item .entry-thumbnail.and-award::before {}
.winning-project-loop .winning-project-loop-item .entry-thumbnail.web-award::before {}
.winning-project-loop .winning-project-loop-item .entry-thumbnail.etc-award::before {}
 */


.winning-project-loop .winning-project-loop-item .entry-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    float: left;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    margin: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    border-bottom: 1px solid #B1B8BE;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail .ict-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    width: auto;
    height: 36px;
    padding: 0 12px;
    border-radius: 18px 18px;
    background-color: rgba(255, 255, 255, .75);
    border: 1px solid transparent;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail:hover .ict-badge {
    border: 1px solid #efefef;
    background-color: rgba(255, 255, 255, 1);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail .ict-badge img {
    width: auto;
    height: 18px;
    float: left;
    margin: 9px 6px 9px 0;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail .ict-badge span {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 36px;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail .project-link {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, .15);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border-radius: 18px 18px;
    z-index: 1500;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail .project-link:hover {
    background-color: rgba(0, 0, 0, .5);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail .project-link a {
    display: block;
    width: 36px;
    height: 36px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail .project-link a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
}

.winning-project-loop .winning-project-loop-item .entry-meta {
    width: 100%;
    height: 270px;
    float: left;
    padding: 30px 20px;
    position: relative;
    color: #101010;
}

.winning-project-loop .winning-project-loop-item .entry-meta .ict-winning-title {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.2;
    color: #CB2A35;
    margin: 0;
    font-weight: 500;
    font-size: 0.875rem;
}

.winning-project-loop .winning-project-loop-item .entry-meta .ict-entry-section {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.2;
    font-weight: 500;
    font-size: 0;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-title,
.winning-project-loop .winning-project-loop-item .entry-meta .project-title {
    width: 100%;
    float: left;
    font-size: 1.5rem;
    line-height: 1.36;
    margin: 10px 0 0 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 2.72em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700 !important;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-title a,
.winning-project-loop .winning-project-loop-item .entry-meta .project-title a {
    text-decoration: none;
    color: #101010;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-title a span.new-project {
    display: block;
    float: left;
    height: 20px;
    padding: 0 5px;
    line-height: 21px;
    background-color: #ff6600;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin: 0 5px 0 0;
    border-radius: 3px 3px;
    position: relative;
    top: 2px;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-title+p {
    width: 100%;
    font-size: 0.875rem;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.36;
    height: 2.72em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: none;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-title+p+p,
.winning-project-loop .winning-project-loop-item .entry-meta .entry-title+p+p+p,
.winning-project-loop .winning-project-loop-item .entry-meta .entry-title+p+p+p+p {
    display: none !important;
}

.winning-project-loop .winning-project-loop-item .entry-meta p br {
    display: none;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info {
    width: calc(100% - 40px);
    height: auto;
    border-top: 1px dashed #ddd;
    margin: 0;
    padding: 25px 0 0 0;
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info a img {
    border: 1px solid #efefef;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info .entry-client {
    float: right;
    font-weight: 500;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-area {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-area>li {
    font-size: 0.875rem;
    font-weight: 700;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-area>li>a {
    text-decoration: none;
    color: #337CE5;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-type {
    width: 100%;
    float: left;
    margin: 0 0 0 -3px;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-type>li {
    float: left;
    font-size: 0.75rem;
    line-height: 24px;
    height: 24px;
    border-radius: 12px 12px;
    overflow: hidden;
    margin: 0 5px 5px 0;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-type>li>a {
    background-color: #EFF6F1;
    color: #3C9254;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-title {
    margin: 0 !important;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-author {
    display: inline-block;
    float: left;
    font-size: 0.875rem;
    line-height: 20px;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-author::after {
    content: none;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-author img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin: 0 5px 0 0;
    object-fit: contain;
    background-color: #fff;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-author a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    float: left;
    text-decoration: none;
    color: #101010;
    font-weight: 500;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-date {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    float: left;
    margin: 0 3px 0 0;
    color: #808080;
    font-size: 0.875rem;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-view {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    float: left;
    margin: 0 3px 0 0;
    color: #808080;
    font-size: 0.875rem;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-view .post-views {
    width: auto !important;
    height: unset !important;
    position: unset !important;
    float: none !important;
    display: inline-block;
    color: #808080;
    padding: 0 !important;
    font-size: 0.875rem;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-view .post-views .post-views-count {
    float: none !important;
    color: #808080;
}

.winning-project-loop .winning-project-loop-item .entry-meta .entry-info span.entry-client {
    font-size: 0.875rem;
    color: #101010;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 36px;
    width: auto;
    z-index: 1750;
    cursor: grab;
    list-style: none;
    margin: 0;
    padding: 0;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info li {
    margin: 0 5px 0 0;
    float: left;
    position: relative;
    z-index: 0;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info li div {
    width: 36px;
    height: 36px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 18px 18px;
    opacity: 1;
    position: relative;
    background-color: #fff;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info li div>span {
    display: none;
    width: 330px;
    position: absolute;
    z-index: 2500;
    top: -50px;
    left: 10px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    background-color: yellow;
    padding: 7px 10px;
    border-radius: 5px;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info li div>span::after {
    position: absolute;
    bottom: -6px;
    left: 4px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #FFFF00 transparent transparent transparent;
    transform: rotate(0deg);
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info li:hover div>span {
    display: block !important;
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info li div.and-award {
    background-image: url('../images/awards/and-award.png');
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info li div.web-award {
    background-image: url('../images/awards/web-award.png');
}

.winning-project-loop .winning-project-loop-item .entry-thumbnail ul.total-award-info li div.ict-award {
    background-image: url('../images/awards/ict-award.png');
}






































@media (max-width: 834px) {
    #sitech-categories .category-item {
        width: 100%;
        padding: 30px 0;
        border-right: none;
        border-bottom: 1px solid #B1B8BE;
    }
    #sitech-categories .category-item:last-child {
        border-bottom: none;
    }
}

.sitech-template #sitech-content .rwmb-field {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
