@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

/******************************
# COMMON 
******************************/
html {font-size: 62.5%;}
body {font-family: "Noto Sans KR", sans-serif; font-size: 1.4rem; color: #333; font-weight: 400; line-height: normal;}
body * {font-family: "Noto Sans KR", sans-serif; padding: 0; margin: 0; box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {font-size: 1.4rem; font-weight: 400; line-height: normal;}
strong {font-weight: 700;}
img {max-width: 100%; height: auto;}
#skipNavi, .blind {position: absolute; left: 0;	top: 0;	width: 0; height: 0; font-size: 0; line-height: 0; text-indent: -9999px; overflow: hidden; visibility: hidden;}
.hide {display: none;}
.mask {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(255, 255, 255, 0.5); z-index: 9999;}
.body {width: 100%; min-height: 100vh; overflow-x: hidden;}
.inner {position: relative; max-width: 1140px; width: 100%; height: 100%; padding: 0 20px; margin: 0 auto;}

/******************** ANCHOR ********************/
*:focus {box-shadow: none !important; outline: none !important; outline-offset: unset !important;}
a, a:hover, a:active, a:focus {color: #333; text-decoration: none; outline: 0; cursor: pointer;}

/******************** BUTTON ********************/
.btn {display: inline-flex; justify-content: center; align-items: center; width: auto; min-width: 85px; height: 34px; padding: 7.5px 10px; margin: 0; background-color:#fff; border: 1px solid #ccc; border-radius: 2px; font-size: 1.3rem; font-weight: 400; line-height: 1; color:#333; opacity: 1; word-break: keep-all;}
.btn:hover {background-color: #eee; border-color:#ccc; color:#333;}
.btn:active,
.btn.active {background-color: #f6f6f6; border-color:#ccc; color:#333;}
.btn:disabled {background-color: #d6d6d6; border-color:#ccc; color: #b0b0b0; opacity: 1; cursor: not-allowed;}

.ico_btn {display: inline-block; border: none; background-color: #fff; background-repeat: no-repeat; background-position: center; font-size: 1.2rem; color: #000;}

/* size */
.btn_y_md {height: 44px !important; padding: 10px 25px; font-size: 1.6rem; font-weight: 700; letter-spacing: -1px;}
.btn_y_lg {height: 60px !important; font-size: 1.6rem; font-weight: 700; letter-spacing: -1px;}

/* pure */
.btn_pure {min-width: unset; padding: 0; border-color: transparent;}
.btn_pure:hover {background-color: transparent; border-color: transparent;}
.btn_pure:active,
.btn_pure.active {background-color: transparent; border-color: transparent;}
.btn_pure:disabled {background-color: #d6d6d6; border-color:#ccc; color: #b0b0b0;}

/* black */
.btn_black {background-color:#232936; border-color:#232936; color:#fff;}
.btn_black:hover {background-color: #0c101b; border-color:#0c101b; color:#fff;}
.btn_black:active,
.btn_black.active {background-color: #343946; border-color:#343946; color:#fff;}
.btn_black:disabled {background-color: #d6d6d6; border-color:#ccc; color: #b0b0b0;}

/* red */
.btn_red {background-color:#ff3b50; border-color:#ff3b50; color:#fff;}
.btn_red:hover {background-color: #ff3b50; border-color:#ff3b50; color:#fff;}
.btn_red:active,
.btn_red.active {background-color: #ff3b50; border-color:#ff3b50; color:#fff;}
.btn_red:disabled {background-color: #d6d6d6; border-color:#ccc; color: #b0b0b0;}

/* cyan */
.btn_cyan {background-color:#00cae8; border-color:#00cae8; color:#fff;}
.btn_cyan:hover {background-color: #00bbd7; border-color:#00bbd7; color:#fff;}
.btn_cyan:active,
.btn_cyan.active,
.btn:first-child:active {background-color: #1dc9e3; border-color:#1dc9e3; color:#fff;}
.btn_cyan:disabled {background-color: #8be2f0; border-color:#8be2f0; color: #fff;}

/* reverse */
.btn_reverse {background-color:#00cae8; border-color:#fff; color:#fff;}
.btn_reverse:hover {background-color: #fff; border-color:#fff; color:#00cae8; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);}
.btn_reverse:active,
.btn_reverse.active {background-color: #fff; border-color:#fff; color:#00cae8;}
.btn_reverse:disabled {background-color: #8be2f0; border-color:#8be2f0; color: #fff;}

/* 버튼 영역 */
.btn_area {display: flex; align-items: center;}
.btn_area .btn + .btn {margin-left: 5px;}

/******************** FORM ********************/
label {font-size: 1.4rem; font-weight: 700; color: #333;}
.asterisk::after {content: "*"; margin-left: 3px; font-weight: 700; color: #ff3b50;}
input::-ms-clear {display: none;}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {box-shadow: 0 0 0 30px #fff inset !important; -webkit-box-shadow: 0 0 0 30px #fff inset !important; -webkit-text-fill-color: #333 !important;}
input[type="number"] {-moz-appearance: textfield;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

input,
.form-control {height: 34px; padding: 0 10px; background-color: #fff; border-color: #ccc; border-radius: 2px; font-size: 1.3rem; line-height: normal; color: #333;}
input::-webkit-input-placeholder {font-size: 1.3rem; color: #999; transition: opacity .25s ease-in-out;}
input:-ms-input-placeholder {font-size: 1.3rem; color: #999; transition: opacity .25s ease-in-out;}
input:focus::-webkit-input-placeholder {opacity: .5;}
input:focus:-ms-input-placeholder {opacity: .5;}
input:hover,
.form-control:hover {background-color: #fff; border-color: #00cae8; color: #333; z-index: 3;}
input:focus,
.form-control:focus {background-color: #fff; border-color: #00cae8; color: #333; z-index: 3;}
input:read-only,
.form-control:read-only {background-color: #f6f6f6; border-color:#cccccc; color: #333;}
input[readonly] {background-color: #f6f6f6; border-color:#cccccc; color: #333;}
.form-control[readonly] {background-color: #f6f6f6; border-color:#cccccc; color: #333;}
input:disabled,
.form-control:disabled {background-color: #f6f6f6; border-color:#cccccc; color: #777; opacity: 1; cursor: auto;}

/* textarea */
textarea,
textarea[class="form-control"] {resize: none; height: 300px; padding: 10px; color: #333;}
textarea::placeholder {font-size: 1.3rem; color: #999; transition: opacity .25s ease-in-out;}
textarea:focus::placeholder {opacity: .5;}
.flex_fix textarea[class="form-control"] {height: 220px;}

/* select */
.form-select {height: 34px; padding: 7.5px 10px; border-color: #ccc; border-radius: 2px; background-image: url(../images/ico-dropdown.svg); background-repeat: no-repeat; background-position: right 10px center; background-size: 20px 20px; font-size: 1.3rem; line-height: normal; color: #333; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none;}
.form-select::-ms-expand {display: none;}

/* input-group */
.input-group {display: flex; align-items: center; height: auto;}
.input-group label {margin: 0;}
.input-group .form-control + .form-control {margin-left: 6px;}
.input-group .input-group-btn {width: auto; top: auto;}
.input-group .input-group-btn .btn {width: auto; min-width: unset; height: 34px; padding: 0 15px; word-break: keep-all;}
.input-group .input-group-addon {padding: 10px; border-top-right-radius: 2px; border-bottom-right-radius: 2px;}
.input-group .input-group-text {font-size: 1.3rem; line-height: normal;}
.input-group {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.input-group > .form-control, .input-group-btn .btn {height: 34px;}
.input-group > .form-control + .input-group-btn .btn {border-top-left-radius: 0; border-bottom-left-radius: 0;}

/* input-group-search */
.input-group-search {position: relative; width: 240px;}
.input-group-search .form-control {padding-right: 44px;}
.input-group-search .ico_btn {display: flex; justify-content: center; align-items: center; z-index: 3; position: absolute; top: 1px; right: 1px; width: 34px; height: 32px; font-size: 16px;}

/* 폼 영역 */
.form-group > label {margin-bottom: 6px;}
.form-group .tit {font-size: 1.4rem; font-weight: 700; color: #333;}
.form-group .tit + .input-group {height: 20px; margin-top: 12px;}
.form-group .btn {min-width: 75px;}
.form-group + .form-group, .form-group + .flex_area, .flex_area + .form-group {margin-top: 15px;}
.form-group + .input-group {margin-top: 10px;}
.flex_area {display: flex;}
.flex_area .form-group {flex: 1;}
.flex_area .form-group + .form-group {margin-top: 0; margin-left: 10px;}
.flex_area .flex_item {flex: 1;}
.flex_area .flex_item + .flex_item {margin-left: 10px;}

/* 커스텀 range_input */
.range_input .irs--flat.irs-with-grid {position: relative; height: 38px;}
.range_input .irs--flat .irs-line {top: 4px; height: 7px; background-color: #dee2e6;}
.range_input .irs-min, 
.range_input .irs-max, 
.range_input .irs-from, 
.range_input .irs-to, 
.range_input .irs-single {display: none;}
.range_input .irs--flat .irs-grid {top: 18px; bottom: auto;}
.range_input .irs-grid-pol {height: 5px; background-color: #afafaf;}
.range_input .irs-grid-pol.small {display: none;}
.range_input .irs-grid-text {font-size: 1.1rem; color: #777;}
.range_input .irs--flat .irs-bar {top: 4px; height: 7px; background-color: #00cae8;}
.range_input .irs--flat .irs-handle {top: 0px; width: 16px; height: 16px; border-radius: 50%; background-color: #fff; box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);}
.range_input .irs--flat .irs-handle > i, 
.range_input .irs--flat .irs-handle > i:first-child {display: none;}

/* 커스텀 파일첨부 */
.custom_file {display: flex; position: relative; height: 34px; border: 1px solid #ccc; border-radius: 2px; box-sizing: border-box;}
.custom_file label {position: absolute; top: 0; right: 0; display: inline-block; height: 34px; margin-bottom: 0;}
.custom_file label .file_input {display: none;}
.custom_file label .file_btn {position: absolute; top: -1px; right: 0; width: 75px; height: 34px; padding: 9px 10px; margin-bottom: 0; border-width: 1px 0 1px 1px; border-top-left-radius: 0; border-bottom-left-radius: 0; box-sizing: border-box;}
.custom_file .file_name {position: absolute; top: 0; left: 0; width: calc(100% - 75px); height: 32px; padding: 7px 10px; background-color: #f6f6f6; border-color: #ccc; color: #333; font-size: 1.3rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

/* 커스텀 체크박스 | 라디오버튼 */
input[type=checkbox], input[type=radio] {margin: 0;}
.custom-control {position: relative; display: flex; align-items: center;}
.custom-control + .custom-control {margin-left: 15px !important;}
.custom-control-input {z-index: -1; opacity: 0; position: absolute; top: 0; left: 0; width: 1px; height: 1px; padding: 0; appearance: none;}
.custom-control-label {position: relative; height: 19px; padding-left: 22px; font-size: 1.3rem; font-weight: 400;}
.custom-control-label::before {content: ''; display: inline-block; position: absolute; top: 2px; left: 0; border: 1px solid #ccc; border-radius: 2px; background-color: #fff;}
.custom-control-label::after {content: ''; display: inline-block; position: absolute; top: 2px; left: 0; width: 16px; height: 16px; background: no-repeat center / 12px; cursor: pointer;}
.custom-control-input:checked ~ .custom-control-label::before {color: #fff; border-color: #00cae8; background-color: #00cae8;}
.custom-checkbox .custom-control-label::before {width: 16px; height: 16px; border-radius: 2px;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {background-image: url(../images/ico-switch_ball__white.svg);}
.custom_control_text {font-size: 1.3rem; color: #444;}
.custom_control_text .clause, .custom_control_text .privacy_policy {color: #2985db;}
.custom-radio .custom-control-label::before {top: 2px; width: 16px; height: 16px; border-radius: 50%;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {color: #00cae8; border-color: #00cae8; background-color: #fff;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {position: absolute; top: 6px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background-color: #00cae8;}
.input-group > [class*='custom-'] + [class*='custom-'] {margin-left: 15px;}

/* 스위치 */
.form-check-input {cursor: pointer;}
.form-check-input:focus {border-color: #cccccc;}
.form-check-input:checked {background-color: #00cae8; border-color: #00cae8;}
.form-switch {display: flex; flex-direction: column; gap: 8px; padding: 0;}
.form-switch .form-check-input {float: unset; width: 48px; height: 24px; margin: 0;}
.form-switch .form-check-input:focus {background-image: url(../images/ico-switch_ball.svg);}
.form-switch .form-check-input:checked:focus {background-image: url(../images/ico-switch_ball__white.svg);}


/******************** TYPO ********************/
.highlight, .text-danger {color: #ff3b50 !important;}
.underline {display: inline-block; position: relative;}
.underline::after {content: ''; display: inline-block; position: absolute; left: 0; bottom: 9px; width: 100%; height: 9px; background-color: rgba(0, 202, 232, .4); z-index: -1;}

/* badge */
.badge {display: inline-block; min-width: 52px; height: 22px; padding: 4.5px 6px; margin-right: 5px; border-radius: 2px; background-color: #424f5c; font-size: 1.2rem; font-weight: 400; letter-spacing: -1px;}
.badge.done {background-color: #8a8a8a;}
.badge.wait {background-color: #ff7963;}

/* 메시지 */
.message {font-size: 1.2rem; color: #555;}
.message.alert {padding: 0; margin-bottom: 0; border: none; border-radius: 0; color: #ff3b50;}
.message_box {padding: 15px; background-color: #ffebe7;}
.message_box .message.alert { letter-spacing: -.93px; font-size: 1.3rem;}
.form-group + .message_box {margin-top: 10px;}
.form-control + .message, 
.input-group + .message, 
.custom_file + .message {margin-top: 5px;}

/******************** LIST ********************/
ol, ul {list-style: none;}
.dash_list > li::before {content: '- ';}
.num_list {list-style: decimal; padding-left: 15px; color: #555;}
.latin_list {margin-left: 15px; list-style: lower-latin; list-style-position: inside;}
.roman_list {margin-left: 15px; list-style: lower-roman; list-style-position: inside;}
.check_list li {position: relative; padding-left: 24px; margin-bottom: 15px; font-size: 1.5rem; letter-spacing: -0.28px; color: #333;}
.check_list li:last-child {margin-bottom: 0;}
.check_list li::before {content: ''; display: inline-block; position: absolute; top: 4px; left: 0; width: 16px; height: 13px; background: url(../images/ico-check.svg) no-repeat;}

/******************** NAV-TAB ********************/
.nav-pills {padding: 0 30px; margin-bottom: 15px;}
.nav-pills .nav-link {min-width: auto; height: 36px; padding: 6px 25px; margin-bottom: 5px; border-radius: 18px; background-color: #dfeaf0; font-size: 1.6rem; font-weight: 700; letter-spacing: -.89px; color: #999;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {background-color: #00cae8; color: #fff;}
.nav-pills .nav-item {margin-right: 5px;}
.nav-pills .nav-item:last-child {margin-right: 0;}

/******************** TABLE ********************/
.table {position: relative; width: 100%; margin-bottom: 0;}
.table th, .table td {height: 40px; padding: 9px 15px; border-color: #e4e7ed !important; font-size: 1.3rem; text-align: center;}
.table th {min-width: 82px; background-color: #f0f2f5; border-top-width: 1px; color: #333;}
.table th + th, .table th + td, .table td + td {border-left-width: 1px;}
.table td {color: #555;}
.table td .td_link {display: inline-block; text-decoration: underline; color: #2985db;}
.table td .td_link.disabled {text-decoration: none; color: #999; pointer-events: none;}
.table td .link_divider {display: inline-block; position: relative; width: 13px; height: 13px;}
.table td .link_divider::after {content: ''; display: inline-block; position: absolute; top: 2px; left: 6px; width: 1px; height: 13px; background: #999;}
.table td.desc_td {text-align: left;}
.table td.desc_td .td_link {position: absolute; max-width: calc(100% - 437px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.table td.tit {text-align: left;}
.table td.tit .td_link {display: inline-block; text-decoration: none; color: #555;}
.table td.tit .td_link:hover {text-decoration: underline; color: #2985db;}
.table.th_row th, .table.th_row td {text-align: left;}
.table.th_row tr:first-child td {border-top-width: 1px;}
.table_row {display: flex; align-items: center; border-top: 1px solid #e4e7ed;}
.table_row:last-of-type {border-bottom: 1px solid #e4e7ed;}
.table_row.heading {background-color: #f0f2f5;}
.table_row.heading .row_item {font-weight: 700; color: #333; justify-content: center;}
.table_row .row_item {width: 100%; padding: 9.5px 10px; border-right: 1px solid #e4e7ed; font-size: 1.3rem; text-align: center;}
.table_row .row_item:last-child {border-right: 0;}
.table_row .row_item.title {display: flex; align-items: center; gap: 4px; text-align: left;}
.table_row .row_item.title .ellipsis {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.table_row > .row_link {display: flex; position: relative; width: 100%;}

/******************** PAGINATION ********************/
.pagination {display: flex; justify-content: center; margin: 20px 0 0;}
.page-item {margin: 0 6px;}
.page-item .page-link, 
.page-item .page-link:focus {display: block; min-width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50% !important; background-color: #fff; color: #333; font-size: 1.4rem; text-align: center; line-height: 34px; letter-spacing: -.78px;}
.page-item:not(:first-child) .page-link {margin: 0;}
.page-item .page-link:hover {background-color: #f6f6f6; border-color:#bababa;}
.page-item .page-link.prev {background-image: url(../images/ico-prev.svg); background-repeat: no-repeat; background-position: center; background-size: 32px 32px;}
.page-item .page-link.next {background-image: url(../images/ico-next.svg); background-repeat: no-repeat; background-position: center; background-size: 32px 32px;}
.page-item.active .page-link {background-color: #00cae8; color: #fff;}
.page-item.disabled .page-link.prev {background-image: url(../images/ico-prev_disabled.svg);}
.page-item.disabled .page-link.next {background-image: url(../images/ico-next_disabled.svg);}

/******************** MODAL ********************/
.modal-dialog {max-width: 600px; margin: .5rem auto;}
.modal-lg {max-width: 1000px; margin: .5rem auto;}
.modal-dialog-scrollable {height: calc(100% - 1rem);}
.modal-content {border-radius: 0; border: none;}
.modal-header {height: 50px; padding: 15px 20px; background-color: #00cae8; border-bottom: none; border-radius: 0;}
.modal-header .modal-title {font-size: 1.8rem; font-weight: 700; letter-spacing: -1px; color: #fff;}
.modal-header .btn-close {width: 14px; min-width: auto; height: 14px; padding: 0; margin: 0; border-radius: 0; background: transparent url(../images/btn-close.svg) no-repeat center / 1em auto; opacity: 1;}
.modal-body {padding: 20px; background-color: #fff;}
.pdf .modal-body {padding: 0;}
.modal-footer {height: 64px; padding: 15px 20px; background-color: #fff; border-top: 1px solid #ccc; border-radius: 0;}
.modal-footer > * {margin: 0;}
.modal-footer .btn_area {display: flex; justify-content: center; width: 100%;}
.modal-footer .btn_area .btn {min-width: 54px;}
.modal-dialog.message_modal {max-width: 400px;}
.modal-dialog.message_modal .message {margin: 15px 0 20px; font-size: 1.6rem; letter-spacing: -1px; text-align: center; color: #333;}

/* 이중 모달 */
.modal-backdrop ~ .modal-backdrop {z-index: 1051;}
.modal-backdrop ~ .modal-backdrop + .modal {z-index: 1051;}
.modal-backdrop ~ .modal-backdrop ~ .modal-backdrop {z-index: 1052;}
.modal-backdrop ~ .modal-backdrop ~ .modal-backdrop + .modal {z-index: 1052;}


/******************************
# HAEDER
******************************/
.header {position: relative; top: 0; width: 100%; min-height: 80px; border-bottom: 1px solid #ccc; background: #fff; z-index: 400;}
.header .inner {display: flex; align-items: center; padding: 0;}
.header .logo a {display: inline-block; width: 122px; margin: 28px 0 28px 20px;}
.navbar_toggle {display: none; position: absolute; top: 26px; right: 26px;}
.header .navbar {width: 100%; padding: 0 20px 0 68px;}
.navbar .nav {padding: 28px 0;}
.navbar .nav > li {margin-right: 30px;}
.navbar .nav > li:last-child {margin-right: 0;}
.navbar .nav > li > a {position: relative; font-size: 1.6rem; letter-spacing: -1px;}
.navbar .nav > li > a:hover {color: #00cae8;}
.navbar .nav > li.active > a {color: #000; font-weight: 700;}
.navbar .nav > li.active > a::after {content: ''; display: block; position: absolute; left: 0; bottom: -6px; width: 100%; height: 4px; background-color: #00cae8; transform-origin: center; transition: all .5s ease-in-out;;}
.navbar .nav > li a.active > span::after {content: ''; display: block; position: absolute; left: 0; bottom: -6px; width: 100%; height: 4px; background-color: #00cae8; transform-origin: center; transition: all .5s ease-in-out;}
.navbar .btn_area {margin-left: auto;}
.navbar .btn_area .btn_pure {font-size: 1.6rem;}
.navbar .btn_area .btn_pure:hover {color: #00cae8;}
.navbar .btn_area .btn + .btn {margin-left: 8px;}
.navbar .btn_area .btn_pure + .btn {margin-left: 15px;}
.header.sticky {position: fixed; top: 0; left: 0; animation: fadeInDown .3s ease-in-out 0s;}


@keyframes fadeInDown {
    0% {opacity: 1; transform: translateY(-100%); -webkit-transform: translateY(-100%);}
    100% {opacity: 1; transform: translateY(0%); -webkit-transform: ntranslateY(0%);}
}


/******************************
# CONTENT
******************************/
.content {position: relative; top: 0; left: 0; min-height: calc(100vh - 200px);}
.content > .inner {display: flex; flex-direction: row; position: relative; min-height: calc(100vh - 92px);}
.content section > .inner {display: flex;}


/******************************
# LNB
******************************/
.lnb {width: 190px; padding: 20px 0; border-right: 1px solid #d8d8d8;}
.lnb > li {padding: 7.5px 0;}
.lnb > li > a {display: inline-block; font-size: 1.6rem; font-weight: 700; letter-spacing: -1px; color: #555;}
.lnb > li.active > a {color: #000;}
.lnb > li > a.disabled {color: #979797; cursor: default;}
.lnb > li > a.disabled span::after {display: none;}
.lnb > li > a span {position: relative;}
.lnb > li > a span::after {content: ""; opacity: 0; display: inline-block; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background-color: rgba(0, 202, 232, .4); transform: scaleX(0); transform-origin: left center; transition: all .5s ease-in-out;}
.lnb > li > a:hover span::after, 
.lnb > li.active > a span::after {opacity: 1; transform: scaleX(1);}
.lnb > li > a:hover span::after, 
.lnb > li > a.active span::after {opacity: 1; transform: scaleX(1);}


/******************************
# 로그인
******************************/
.login_steps {display: flex; flex-direction: column; width: 400px; margin: 70px auto;}
.login_steps .title {font-size: 2.4rem; font-weight: 700; line-height: 1.5; letter-spacing: -1px; text-align: center; color: #000;}
.login_steps .text_area .main_text {text-align: center;}
.login_steps .form {width: 100%; margin-top: 20px;}
.login_steps .btn_area {flex-direction: column; margin-top: 30px;}
.login_steps .btn_area .btn {width: 100%;}
.login_steps .form-group + .form-group {margin-top: 20px;}
.login_steps .form-group label {color: #555; margin-bottom: 8px;}
.login_steps .form-control, 
.login_steps .input-group .form-control, 
.login_steps .input-group-btn .btn, 
.login_steps .btn {height: 50px;}
.login_steps .form-control {padding: 15px; border-color: #a4a4a4; font-size: 1.4rem; letter-spacing: -.58px; color: #777;}
.login_steps .form-control::-webkit-input-placeholder {font-size: 1.4rem;}
.login_steps .form-control:-ms-input-placeholder {font-size: 1.4rem;}
.login_steps .input-group-btn .btn {padding: 15px 20px; font-size: 1.4rem; letter-spacing: -.58px;}
.login_steps .form-control + .message, 
.login_steps .input-group + .message {margin-top: 3px;}


/******************************
# MAIN CONTENT
******************************/
.content > .inner > .main_contents {position: relative; width: 100%; min-height: calc(100vh - 200px);}
.content > .inner > .lnb + .main_contents {width: calc(100% - 190px);}
.mc_header {display: flex; gap: 10px; justify-content: space-between; align-items: flex-end; padding: 30px 30px 20px; min-height: 34px;}
.mc_header .title {font-size: 2.4rem; font-weight: 700; line-height: 1.5; letter-spacing: -1px; color: #000;}
.mc_header .title + .sub {font-size: 12px; font-weight: bold;}
.mc_body {height: calc(100% - 86px); padding-bottom: 30px;}
.mc_body > section {padding: 0 30px;}

/******************** 목록 페이지 ********************/
.mc_body .toolbar {display: flex; margin-bottom: 20px;}
.mc_body .toolbar .input-group-search {margin-left: auto;}
.table_area {position: relative;}
.table_area .table .row_item.num {flex: 0 0 80px;}
.table_area .table .row_item.category {flex: 0 0 100px;}
.table_area .table .row_item.state {flex: 0 0 100px;}
.table_area .table .row_item.title {overflow: hidden;}
.table_area .table .row_item.date {flex: 0 0 120px;}
.table_area .pagination + .btn_area {position: absolute; bottom: 0; right: 0;}

/******************** 상세 페이지 ********************/
.view_header {display: flex; align-items: center; gap: 8px; height: 60px; padding: 16px 20px 17px 20px; margin: 0 30px; background-color: #f6f6f6; border: 1px solid #e4e7ed; border-width: 1px 0;}
.view_header .category {font-size: 1.8rem; font-weight: 700;}
.view_header .title {font-size: 1.8rem; font-weight: 700; line-height: 1.5; letter-spacing: -1.13px; color: #111;}
.view_header + .view_body {padding: 0 20px;}
.view_body {margin: 0 30px 30px;}
.view_body > .summary {padding: 16px 0; font-size: 1.3rem; color: #555;}
.view_body > .summary .main,
.view_body > .summary .option {display: flex; align-items: center; gap: 15px;}
.view_body > .summary .main > *,
.view_body > .summary .option > * {position: relative;}
.view_body > .summary .main > *::after,
.view_body > .summary .option > *::after {content: ''; display: inline-flex; position: absolute; top: calc(50% - 7px); right: -8px; width: 1px; height: 14px; background-color: #555;}
.view_body > .summary .main > *:last-child::after,
.view_body > .summary .option > *:last-child::after {display: none;}
.view_body > .summary .option .hidden,
.view_body > .summary .option .direct_url {display: flex; align-items: center;}
.view_body > .summary .option > * svg {margin-left: 4px; color: #00bbd7; font-size: 16px;}
.view_body > .description {font-size: 1.6rem; word-wrap: break-word;}
.view_body > .description p {white-space: pre-line;}
.view_footer {display: flex; justify-content: flex-end; padding: 15px 30px; border-top: 1px solid #e4e7ed;}
.view_footer .btn_area:last-child {margin-left: auto;}

/******************** 편집 페이지 ********************/
.form:has(> .column) {display: flex; gap: 20px;}
.form .column.option {flex: 2;}
.form .column.main {flex: 8;}

.tox-statusbar__branding, .tox-notifications-container{display: none;}