@charset "utf-8";

@import url("https://mt-run.com/assets/NotoSansKR-Hestia/stylesheets/NotoSansKR-Hestia.css");

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto !important;
    }
}

body {
	background: #181818 !important;
    font-family: "Noto Sans Korean", "Malgun Gothic", "Dotum", sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.5px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
}

.red {
    color: red;
}

.hand {
    cursor: pointer;
}

.bold {
    font-weight: bold !important;
}

.b400 {
    font-weight: 400 !important;
}

.b600 {
    font-weight: 600 !important;
}

.b700 {
    font-weight: 700 !important;
}

.italic {
    font-style: italic !important;
}

.main-header {
    background: linear-gradient(#3e4347, #171c1f) !important;
    border: 1px solid #2f363d;
    box-shadow: 0 5px 10px rgb(59 72 71 / 50%);
    margin-bottom: 10px;
}

.main-header .main-nav-menu .nav-link.active {
    color: #ffc107 !important;
}

.mobile-nav-menu .nav-link:hover,
.mobile-nav-menu .nav-link.active {
    color: #ffc107 !important;
}

.mobile-nav-menu .nav-link {
    color: #fff;
    font-size: 0.9rem !important;
}

.headtool {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.main-header {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

main {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

#main_content {
    background: #161c1f !important;
    border: 1px solid #2c3235;
    padding: 1em;
}

.headtool .col-lg {
    padding: 0.8em 0;
    display: inline-block;
    vertical-align: middle;
}

#datetime_now {
    font-size: 1.2em;
    margin: 0.5em 0 0 0;
    display: inline-block;
}

#search_box {
    margin: 0.3em;
    padding: 0 10px;
}

#search_box input {
    border: 1px solid orange;
    border-right: 0;
    outline-color: orange;
    color: #fff;
}

#search_box #search-submit {
    border: 1px solid orange !important;
    border-width: 1px 1px 1px 0 !important;
    color: #000;
    background: orange;
}

#search_box #search-submit:hover {
    color: #000;
    background: orange;
}

#offcanvas_menu #search_box {
    padding: 0 !important;
}

.main-header {
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    margin-bottom: 20px;
}

.main-header a:hover {
	color: #eebe2d !important;
}

.main-header .main-nav-menu .nav-link.depth1 {
    font-size: 1rem !important;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    padding: 0.5rem 0.9rem;
    color: #e5cd90;
}

@media (min-width: 1200px) {
    .main-header .main-nav-menu .nav-link.depth1 {
        font-size: 1.1rem !important;
    }
}

@media (min-width: 1400px) {
    .main-header .main-nav-menu .nav-link.depth1 {
        font-size: 1.2rem !important;
    }
}



.sidebar_warranty {
    padding: 0 !important;
    margin: 0 !important;
}

.footer {
    border-top: 2px solid orange;
    background: #1e2124 !important;
    color: #fff !important;
    font-size: 0.8em;
}

.footer strong {
    color: #eebe2d !important;
}

.latest-basic .latest-title {
    color: #fff;
    padding: 2px 10px !important;
    border: 1px solid var(--bs-border-color);
}

.latest-basic .latest-title a {
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 25px;
    padding: 0.2em 0.5em;
    margin: 0;
    display: inline-block;
}

.latest-basic .latest-title a.more {
    font-size: 0.6em;
    font-weight: normal;
}

.latest-basic .latest-title a.more img {
    width: 10px;
    height: 10px;
    margin: 0 0 2px 0;
}

.latest-gallery .card-title a {
    color: #fff !important;
}

.latest-basic .lists a {
    color: #fff !important;
}

.latest-basic .lists small {
    font-size: 0.7em !important;
}

.main_warranty h3 img {
    margin: 0 10px !important;
    width: auto;
    height: 30px;
}

.main_mtsites h3 img {
    margin: 0 !important;
    width: auto;
    height: 30px;
}

@media (min-width: 991px) {
    .board-basic-view.p-2 {
        padding: 1rem !important;
    }
}

.view-contents .contents-wrap img {
    max-width: 100%;
}

#sidebar {
    padding: 0 1em 0 0 !important;
}

.latest-gallery .latest-title { text-align: center; }

@media screen and (max-width: 1280px) {
	.main-header {
	    border-radius: 0 !important;
	}
}

@media screen and (max-width: 991px) {
    main > .container {
        max-width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }
    main > .container .container {
        max-width: 100% !important;
    }
	#sidebar {
		display: none;
	}
    #main_content {
        width: 100% !important;
    }
}

@media screen and (max-width: 640px) {
    main > .container {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    main > .container .container {
        max-width: 100% !important;
    }
    #sidebar {
        display: none;
    }
    #main_content {
        width: 100% !important;
        padding: 1em 0 !important;
    }
}

.board-list .list-group-item {
    background: transparent;
}

.board-list .checkbox-wrap {
    left: 10px;
    top: 10px;
}

.board-list .board-subject {
    font-weight: 500;
}

.text-truncate-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-group-item .point_top {
    float: left !important;
}

/* 텍스트 배너 */
.banner-box {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.banner-box .background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    background: #000;
    padding: 0;
}
.banner-box .main-title {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin: 0 3vw;
}
.banner-box .sub-title {
    font-size: 1.3rem;
    margin: 0 3vw;
}
.banner-box br.wrap {
    display: none;
}
.banner-box .main-title-sm {
    font-size: 1.4rem;
}
@media (max-width: 400px) {
    .banner-box .sub-title {
        letter-spacing: -1px;
    }
}
@media (max-width: 640px) {
    .banner-box .main-title {
        font-style: italic;
        margin-bottom: 2vw;
        letter-spacing: -1px;
    }
    .banner-box .sub-title {
        margin-top: 2vh !important;
    }
    .banner-box br.wrap {
        display: inline;
    }
    .banner-box .main-title-sm {
        font-size: 3.3vw;
    }
}
.banner-box .message {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
    width: 100%;
}
.banner-box .message .enlarge {
    display: block;
    font-size: 1.5em;
    margin: 1em 0;
    letter-spacing: -1px;
    font-style: italic;
}
.banner-box .message .enlarge strong {
    color: orange;
}
.banner-box .message strong {
    color: #ff0;
}
.banner-box em {
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    display: inline;
    box-shadow: inset 0 -15px 0 #c0d6ff;
    padding: 0 5px;
}

.banner-box .message span {
    display: block;
    font-weight: 400;
    letter-spacing: -1px;
}
.banner-box .message strong {
    color: orange;
    font-weight: inherit;
}
.banner-box .message .large2 {
    font-size: 1.2em;
    margin-bottom: 0;
}
.banner-slogan {
    position: relative;
    aspect-ratio: 900/200;
    background: url(/img/background/1-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-slogan .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 3.6vw;
    line-height: 1.6em;
}
@media (min-width: 991px) {
    .banner-slogan .message {
        font-size: 1.6rem;
        line-height: 2.7rem;
    }
}
@media (min-width: 1200px) {
    .banner-slogan .message {
        font-size: 2rem !important;
        line-height: 3rem;
    }
}

.banner-box .section {
    margin-top: 8vh;
    padding: 0;
    list-style: none;
}
.banner-box .section .title {
    position: absolute;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px 0 15px;
    font-size: 1.2em;
    background: inherit;
    font-weight: 600;
    white-space: nowrap;
    left: 0;
    top: 0;
    transform: translate(0, -80%);
    margin: 0;
}
.banner-box .section .desc {
    margin: 3rem 1rem;
    position: relative;
    padding: 20px 18px 18px 18px;
    font-size: 1em;
    border-radius: 0 10px 10px 10px;
    font-weight: normal;
    background: inherit;
    text-align: justify;
}
.banner-box .section .desc:last-child {
    margin-bottom: 0 !important;
}
@media (max-width: 400px) {
    .banner-box .section .title {
        letter-spacing: -1px;
    }
}
@media (max-width: 640px) {
    .banner-box .section .title {
        font-size: 1.1em;
    }
    .banner-box .section .desc {
        font-size: 0.9em;
    }
}
.banner-box .section .desc strong {
    color: #ffcd63;
    font-weight: normal;
}
.banner-box .section.outlined .title {
    left: -4px;
    transform: translate(0, -100%);
}
.banner-box .section.outlined .desc {
    margin: 60px 10px;
}
.banner-mtsite {
    padding: 30px 15px;
}

.banner-mtsite .col {
    padding-right: calc(var(--bs-gutter-x) * .3);
    padding-left: calc(var(--bs-gutter-x) * .3);
    margin: 10px 0;
}

.banner-mtsite .large {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
}

.banner-mtsite .card-body {
    font-size: 0.7em;
    font-weight: 500;
}
.banner-mtsite .card-body strong {
    font-weight: 600;
}

.banner-mttext {
    background: url(/img/background/4-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-mttext .large {
    font-size: min(5vw, 1.5em);
    line-height: 1.5em;
    text-align: center;
}
.banner-mttext .large strong {
    font-weight: 600 !important;
}
.banner-mttext .message {
    padding: 1rem;
    text-align: justify;
    color: #fff;
    font-weight: 400;
    font-size: min(4vw, 1.2em);
    line-height: 1.6em;
}
.banner-mtsite .card-body {
    padding: 10px;
} 
.banner-mtsite .card-text {
    font-size: 1rem;
}
.banner-mtsite2 .section .title {
    padding: 10px 15px;
}
.banner-mtsite2 .section .desc {
    margin-top: 50px;
    padding: 15px;
    font-weight: 400;
}
.banner-mtsite2 .section .desc strong {
    color: #282828 !important;
    font-weight: 600;
}

.index-page {

}

.pg_wrap * {
    font-size: 0.9em !important;
}

.banner { width:100%; }
.banner img { width:100%; object-fit:contain;}

.text-sm {
    font-size: 0.8em !important;
}
.text-xs {
    font-size: 0.6em !important;
}

.bt-1 {
    border-top: 1px solid #3a3a3a;
}

.br-1 {
    border-right: 1px solid #3a3a3a;
}

.border-0 {
    border: 0 !important;
}

.gradient1 {
    background: #3a3a3a;
}

.gray_gradient {
    background: #000 linear-gradient(#393d46,#23262c) !important;
}

.page-title {
    margin: 20px 0 0;
    border-bottom: 1px solid #555;
}

.page-title h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    padding: 4px 0;
    display: inline-block;
    border-bottom: 2px solid orange;
}

.bto {
    border-top: 2px solid orange !important;
}

.bbo {
    border-bottom: 2px solid orange !important;
}

.bco {
   border: 1px solid orange !important;
}

.bgo {
    background: orange !important;
}

.orange {
    color: orange !important;
}

.lime {
    color: lime !important;
}

.flip {
    display: inline-block;
    animation: flip 3s infinite;
    animation-delay: calc(.1s * var(--i));
}

.transparent {
    background: transparent !important;
}

.write_div {
    background: #fff;
}

#fviewcomment #wr_content {
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}

#fviewcomment #btn_submit {
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}

#comments-button {
    display: none;
}

#comments-button + label {
    display: block;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    padding: 0.5rem 0.5em;
    border-bottom: 1px solid #ddd;
    margin-top: 1em;
}

#comments-button + label .cmt-title i {
    position: relative;
    top: 2px;
    margin-left: -5px;
    margin-right: 4px;
}

#comments-button + label .cmt-cnt {
    color: #888;
    font-size: 0.9em;
}

#comments-button + label .cmt-cnt:before {
    content: "(";
}

#comments-button + label .cmt-cnt:after {
    content: ")";
}

#comments-button + label .cmt-more {
    float: right;
    display: inline-block;
    transform: rotateX(0deg);
    transition: transform 0.3s;
    color: #555;
    font-size: 0.9em;
    margin-top: 0.3em;
}

#comments-button:checked + label .cmt-more {
    transform: rotateX(180deg);
}

.comments-wrap .writer-wrap {
    border: 1px solid #eee;
    border-width: 0 1px 0 0;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
}

.comments-wrap .comments-info .bi-clock {
    margin-left: 0 !important;
}

.comments-wrap .comments-view {
    margin: 5px 0 !important;
}

.comments-wrap .comments-view a {
    color: #0b0a09;
}

.comments-wrap .comments-view a:hover {
    color: #1a73e8;
}

.comments-basic .empty-item {
    color: #333;
}

#bo_vc {
    padding: 1em !important;
    background: #eee;
}

#bo_vc > .comments-wrap {
    background: #fff;
    border-radius: 0.4em;
    box-shadow: 2px 4px 2px #00000022;
}

.board-write #wr_subject {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.board-write #btn_autosave {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.board-list-footer {
    color: #061c43;
    background-color: #e0ebff !important;
    background-size: 55% !important;
    container-type: inline-size;
    container-name: text-container;
    position: relative;
    isolation: isolate;
    padding: 3vh 0 1vh 0;
}

.board-list-footer::after {
  content: '';
  position: absolute;
  background: white;
  z-index: -1;
  inset: 0;
  opacity: 0.6;
}

.board-list-footer ul {
    list-style: none;
    padding: 0;
    margin: 10% 0 5% 0 !important;
}

.board-list-footer li {
    display: block;
}

.board-list-footer h3 {
    position: relative;
    font-weight: 700;
    line-height: inherit;
    font-size: 1.5rem !important;
    margin: 0.3vh 1.5vw 0.3vh 0 !important;
}

.board-list-footer h3 .no {
    position: relative;
    top: -0.2em;
    display: inline-block;
    background: #061c43;
    color: #fff;
    padding: 0 10px 0 3vw;
    border-radius: 0 0.5em 0.5em 0;
    font-size: 0.8em;
    line-height: 1.7em;
    text-align: right;
}

.board-list-footer h3 .title {
    line-height: 1.7em !important;
}

.board-list-footer p {
    font-size: 1.2rem;
    margin-left: 3vw !important;
    margin-right: 3vw !important;
    margin-bottom: 2.3vh;
    line-height: 1.45em;
    text-align: justify;
}

@media (max-width: 1200px) {
    .board-list-footer h3 {
        margin: 1vh 0 !important;
        font-size: 1rem !important;
    }
    .board-list-footer h3 .title {
        font-size: 2.5vw;
    }
    .board-list-footer h3 .no {
        font-size: 2vw !important;
    }
    .board-list-footer p {
        font-size: 2.2vw !important;
    }
}

@media (max-width: 500px) {
    .board-list-footer h3 {
        margin: 1vh 0 !important;
        font-size: 1.2rem !important;
    }
    .board-list-footer h3 .title {
        font-size: 0.9em !important;
    }
    .board-list-footer h3 .no {
        font-size: 0.7em !important;
        padding: 0 2vw 0 4vw !important;
    }
    .board-list-footer p {
        font-size: 0.8em !important;
        line-height: 1.4em !important;
    }
}
@media (max-width: 390px) {
    .board-list-footer h3 {
        margin: 0.5vh 0 !important;
        font-size: 1rem !important;
    }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.cl-graytext {
    color: #282828 !important;
}

.cl-darktext {
    color: #010a11 !important;
}

.cl-darkblue {
    color: #071c43 !important;
}

.cl-blgreen {
    color: #082e3a !important;
}

.cl-yellow {
    color: #ffc107 !important;
}

.bg-skyblue {
    background: #e0ebff !important;
}

.bg-darkblue {
    background: #071c43 !important;
}

.bg-blgreen {
    background: #082e3a !important;
}

.bg-trans {
    background: transparent !important;
}

.bd-darkblue {
    border: 1px solid #071c43 !important;
}

.bd-blgreen {
    border: 1px solid #082e3a !important;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px !important;
}
.highlight {
    display: inline;
    box-shadow: inset 0 -10px 0 #c0d6ff;
}

a.view_image {
    display: block;
}

a.view_image img {
    max-width: 100% !important;
    object-fit: contain !important;
    height: auto !important;
}

.dark-table {
    color: #fff;
    font-size: 0.8em;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    background: var(--bs-body-bg) !important;
    border: 1px solid var(--bs-body-bg);
}
.dark-table li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #111;
}
.dark-table li:last-child {
    border-bottom: none;
}
.dark-table li span {
    font-weight: bold;
    padding: 0.6em 0.8em;
    text-align: center;
    border-right: 1px solid #111;
}
.dark-table li span.k {
    flex: 1;
    background: #000 linear-gradient(#393d46,#23262c);]
    white-space: nowrap;
}
.dark-table li span.v {
    flex: 2;
}

.writer-wrap .writer {
    font-size: 0.9rem;
}

.writer-wrap .badge {
    padding-top: 0;
}

.writer-wrap input[type="text"] {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    font-size: 0.8rem;
    padding: 0.1rem 0.3rem;
}

.writer-wrap .btn {
    font-size: 0.8rem;
    padding: 0.1rem 0.3rem;
}

.index-page .main-latest {
    display: none;
}
.index-page .main-latest .latest-basic {
    padding: 0;
}
@media (max-width: 990px) {
    .index-page .main-latest {
        display: block !important;
    }
}