* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none;
    quotes: none;
    font-style: normal;
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    overflow: auto;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
    padding-bottom: 10rem;
}

body,
input,
textarea,
select,
button {
    color: #363636;
    font-size: 1.8rem;
    font-weight: 400;
}

body ::-webkit-scrollbar,
body ::-webkit-scrollbar-thumb {
    width: 7px;
    height: 7px;
    border-radius: 4px
}

body ::-webkit-scrollbar,
body ::-webkit-scrollbar-track-piece {
    background: transparent
}

body ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3)
}

body ::-webkit-scrollbar-button {
    display: none
}

button,
select {
    appearance: none;
    cursor: pointer;
    vertical-align: middle;
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

a:hover {
    text-decoration: none
}

hr {
    display: none
}

del {
    text-decoration: line-through
}

th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle
}

td {
    vertical-align: middle
}

abbr,
acronym {
    cursor: help
}

html,
body {
    min-height: 100%;
}

input,
textarea,
select,
button {
    vertical-align: middle;
    appearance: none;
    box-sizing: border-box;
}

input.text,
textarea.text,
.tr-frm-file,
.tr-frm-select {
    border: 1px solid #959595;
    appearance: none;
    padding: 0.6rem 2rem;
    line-height: 2;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    outline: none;
}

.tr-frm-select {
    padding-right: 4rem;
    background: url('../images/ic-dropdown.svg') no-repeat calc(100% - 1.7rem) 50%;
    background-size: 1.6rem;
}

input.text:focus,
textarea.text:focus,
.tr-frm-file.focus,
.national-dropdown.focus,
.tr-frm-select:focus {
    border-color: #fe6813;
    box-shadow: 0 0 0 0.4rem rgb(254 104 19 / 20%);
}

.tr-frm-file {
    vertical-align: top;
    position: relative;
    white-space: nowrap;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.tr-frm-file:after {
    content: '';
    clear: both;
    display: block;
}

.tr-frm-file label {
    float: right;
    min-width: 10.5rem;
    padding: 0.6rem 2rem;
    border-radius: 0 0.5rem 0.5rem 0;
    color: #fff;
    background: #959595;
    text-align: center;
    margin: -1px;
}

.tr-frm-tip {
    color: #898989;
    font-size: 1.6rem;
    padding-top: 1.5rem;
}

.tr-frm-tip li {
    padding-left: 1.6rem;
    position: relative;
}

.tr-frm-tip li:before {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
}

.tr-frm-file .attached {
    padding: 0.6rem 2rem;
    float: left;
    margin-top: -1px;
}

.tr-frm-file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

input.text::-webkit-input-placeholder,
textarea.text::-webkit-input-placeholder {
    color: #b7b7b7;
}

input.text::-moz-input-placeholder,
textarea.text::-moz-input-placeholder {
    color: #b7b7b7;
}

input.text::-ms-input-placeholder,
textarea.text::-ms-input-placeholder {
    color: #b7b7b7;
}

textarea.text {
    height: 29rem;
    resize: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin-top: -3px;
    cursor: pointer;
}

.tr-frm-check input[type="checkbox"]+span:before {
    width: 1.6rem;
    height: 1.6rem;
    border: #464646 1px solid;
    background: url('../images/ic-check.png') no-repeat;
    background-size: cover;
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0;
}

.tr-frm-check input[type="checkbox"]:checked+span:before {
    background-color: #fe6813;
    background-position: 50% 100%;
    border-color: #fe6813;
}

input.text.full,
textarea.text.full,
.tr-frm-file.full {
    width: 100%;
}

html {
    font-size: 10px;
    font-family: 'Noto Sans', sans-serif;
}

.inner,
#content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 3rem;
}

#content {
    padding: 7rem 3rem 6.5rem;
    overflow: hidden;
}

#content.terms {
    padding-bottom: 10rem
}

#container-wrapper {
    min-height: calc(100vh - 10.3rem);
    position: relative;
}

#footer {
    background: #f3f3f3;
    position: absolute;
    top: 100%;
    left: 0;
    color: #898989;
    width: 100%;
    font-size: 1.6rem;
    z-index: 2;
}

#footer .footer-menu {
    display: flex;
    color: #555;
}

#footer .footer-menu a {
    padding: 0 1.5rem;
    position: relative;
}

#footer .footer-menu a+a:before {
    content: '|';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #b7b7b7;
}

#footer .inner {
    display: flex;
    justify-content: space-between;
    height: 10rem;
    align-items: center;
    flex-direction: row-reverse;
}

#toTop:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.2rem;
    height: 2rem;
    background: url('../images/ic-arrow-top.svg') no-repeat;
    background-size: contain;
    margin: -1rem 0 0 -1.1rem;
    transform: rotate(90deg);
}

#toTop {
    position: fixed;
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    background: #0e6ef2;
    bottom: 2rem;
    right: 2rem;
    text-indent: -1000em;
    display: none;
}

.open_navigation #navigation {
    display: flex;
    font-family: 'Poppins', sans-serif;
}

#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    z-index: 11;
    font-family: 'Poppins', sans-serif;
}

#navigation .navigatiton-header {
    display: flex;
    width: 100%;
    background: url('../images/img-navigation.png') no-repeat;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    color: #fff;
    font-size: 5rem;
    position: relative;
}

#navigation .navigatiton-header * {
    position: relative;
}

#navigation .navigatiton-header p {
    line-height: 1.15;
    text-align: center;
    padding-top: 2rem;
}

#navigation .navigatiton-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#navigation .navigation-menu {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

#navigation .navigation-menu dt {
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.2;
}

#navigation .navigation-menu dl {
    padding: 0 11.6rem;
}

#navigation .navigation-menu dd {
    display: flex;
    padding-bottom: 3rem;
}

#navigation .navigation-menu a {
    padding: 2rem 2.4rem;
    position: relative;
}

#navigation .navigation-menu a+a:before {
    content: '';
    width: 1px;
    height: 1.3rem;
    top: 50%;
    left: 0;
    background: #b7b7b7;
    margin-top: -0.65rem;
    position: absolute;
}

#navigation .btn-navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 8.5rem;
    height: 8.5rem;
    background: none;
}

#navigation .btn-navigation:before,
#navigation .btn-navigation:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.2rem;
    height: .2rem;
    background: #000;
    transform: rotate(45deg);
    margin: -0.1rem 0 0 -2.1rem;
}

#navigation .btn-navigation:after {
    transform: rotate(-45deg);
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    z-index: 9;
    font-size: 1.6rem;
    transition: background 0.22s;
}

#header.transparent {
    background: none;
}

#header.transparent .header-menu:before {
    background: rgba(0, 0, 0, 0.4)
}

#header.transparent .header-menu:after {
    opacity: 0;
}

#header.transparent .header-menu dt a,
#header.transparent .header-menu a {
    color: #fff;
}

#header.transparent .header-menu:hover:after,
#header.transparent .btn-navigation:before,
#header.transparent .btn-navigation:after,
#header.transparent .btn-navigation span {
    opacity: 0.4;
    background: #fff;
}

#header .logo,
#header .btn-navigation,
.header-menu {
    display: inline-flex;
    min-height: 7rem;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

#header .logo {
    float: left;
    align-items: center;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
}

#header .logo img {
    width: 6rem;
}

#header .btn-navigation {
    float: right;
    align-items: center;
    background: none;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
}

#header .btn-navigation:before,
#header .btn-navigation:after,
#header .btn-navigation span {
    display: block;
    width: 2.5rem;
    height: 0.2rem;
    background: #000000;
    margin: .7rem 0;
    text-indent: -1000em;
}

#header .btn-navigation:before,
#header .btn-navigation:after {
    content: '';
    margin: 0;
}

#header .header-menu:after {
    content: '';
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

.header-menu a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #404040;
    height: 4rem;
}

.header-menu dt {
    padding: 0 4rem;
    font-weight: 700;
    position: relative;
}

.header-menu dt a {
    height: 7rem;
    display: inline-flex;
    color: #262626;
}

.header-menu .current dt a,
.header-menu dl:hover dt a {
    box-shadow: inset 0 -0.4rem 0 #fe6813;
}

.header-menu dd {
    text-align: left;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform 0.22s;
    position: relative;
    height: 0;
    padding-left: 4rem;
}

.header-menu:hover dd {
    transform: scaleY(1);
    padding: 2.5rem 0 2.5rem 4rem;
    height: auto;
}

.header-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50vw;
    width: 100vw;
    z-index: 0;
    transform: translateX(-50%);
    transition: height 0.3s;
}

.header-menu:hover:before {
    height: 100%;
    box-shadow: 0 1rem 1rem rgba(7, 6, 6, 0.05);
}

.header-menu dd a:hover,
.header-menu dd a.current,
.fcr {
    color: #fe6813;
}

.fcb {
    color: #0e6ef2;
}

.page-header {
    padding-top: 7rem;
    min-height: 12.5rem;
}

.page-header .page-header-title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.page-header .page-header-desc {
    font-size: 1.8rem;
}

.partner .page-description {
    color: #898989;
    font-size: 1.6rem;
    line-height: 1.3;
    min-height: 12rem;
}

.partner .page-description b {
    font-size: 1.8rem;
    display: block;
    padding-bottom: 0.7rem;
}

.partner .tr-frm-cont .tr-frm-select {
    width: 50%;
}

.tr-frm {
    border-top: 2px solid #fe6813
}

.tr-frm-row {
    display: grid;
    grid-template-columns: auto 75.7%;
    padding: 2.4rem 2.8rem 0 0;
    font-size: 1.8rem;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    background: #959595;
    border-radius: 2.5rem;
    color: #fff;
    padding: 0 2.5rem;
    box-sizing: border-box;
}

.tr-bbs-btns {
    padding-top: 5rem;
    text-align: center;
}

.tr-bbs-btns .btn {
    width: 100%;
    max-width: 15rem;
}

.btn-rect {
    border-radius: 0;
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 4rem;
    font-size: 2rem;
    color: #000;
}

.btn-primary {
    background: #fe6813;
}

.btn-primary[disabled] {
    background: #ebebeb;
    color: #959595
}

.tr-frm-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 6.5rem 0 0;
}

.tr-frm-btn .btn {
    max-width: 26rem;
    width: calc(50% - 1.1rem);
}

.tr-frm-btn .btn+.btn {
    margin-left: 2rem;
}

.national-dropdown {
    position: relative;
    display: inline-block;
    line-height: 2;
    font-size: 1.8rem;
}

.national-dropdown>span {
    border: 1px solid #959595;
    padding: 0.8rem 2rem 0.4rem;
    display: block;
    border-radius: 0.5rem;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.national-dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #fff;
    z-index: 1;
    max-height: 19rem;
    border: 1px solid #959595;
    overflow: auto;
    box-shadow: 0 1rem 1rem rgba(7, 6, 6, 0.2);
}

.national-dropdown a {
    padding: 0.2rem 2rem;
    display: block;
}

.national-dropdown a.selected,
.national-dropdown a:hover {
    color: #fff;
    background: #fe6813;
}

.national-dropdown select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.national-dropdown span:before {
    content: '';
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -1rem;
    border: solid #666;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.national-dropdown.focus span:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.national-dropdown img {
    vertical-align: middle;
    width: 2.5rem;
    margin: -0.3rem 0.4rem 0 0
}

.tr-frm-row.full {
    display: block;
    border-top: 1px solid #ddd;
    padding: 1.1rem 0 0;
    margin-top: 2.4rem;
}

.tr-frm-cont.cols-2 {
    display: flex;
}

.tr-frm-cont.cols-2>* {
    width: 100%;
}

.tr-frm-cont.cols-2>*+* {
    margin-left: 2rem;
}

.tr-frm-row .agreement+.tr-frm-check {
    text-align: center;
    margin-top: 2.7rem;
    font-weight: 500;
}

.tr-frm-row .agreement {
    color: #898989;
    font-size: 1.6rem;
    background: #fbfbfb;
    padding: 2.5rem 3rem;
}

.tr-frm-row .agreement+.tr-frm-check input:checked+span {
    color: #fe6813;
}

.tr-frm-row .agreement ol {
    background: #fff;
    padding: 1.5rem 2rem;
}

.tr-frm-row .agreement li {
    padding-left: 2rem;
    text-indent: -2rem;
}

.tr-frm-row .agreement p+ol,
.tr-frm-row .agreement p+p,
.tr-frm-row .agreement ol+p {
    margin-top: 2rem;
}

.tr-frm-title {
    padding: 1.3rem 0;
    font-weight: 600;
    grid-column: 1/2;
}

.tr-frm-cont {
    grid-column: 2/3;
    position: relative;
}

.tr-frm-cont .byte {
    position: absolute;
    color: #898989;
    font-size: 1.4rem;
    line-height: 1.3;
    bottom: 0.7rem;
    right: 1rem;
}

.tr-frm-error {
    grid-column: 2/3;
    color: #ed1c24;
    padding-top: 0.7;
}

div.tr-frm-check {
    margin-bottom: 1.3rem;
}

div.tr-frm-check:last-child {
    margin-bottom: 0;
}

label.tr-frm-check {
    margin-right: 4.8rem;
}

label.tr-frm-check:last-child {
    margin-right: 0;
}

.tr-frm-check {
    position: relative;
}

.tr-frm-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tr-frm-check span {
    display: inline-block;
    position: relative;
    padding-left: 3rem;
}

.tr-frm-check input[type="radio"]:checked+span:before {
    border-color: #fe6813;
    background: #fe6813;
    box-shadow: inset 0 0 0 0.4rem #fff;
}

.tr-frm-check input[type="radio"]+span:before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    border: 1px solid #ddd;
}

.tr-frm-header {
    font-size: 2.2rem;
    padding-top: 4.5rem;
    border-top: 1px solid #ddd;
    margin-top: 2.4rem;
}

#popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 10;
    display: none;
}

#popup-container .popup {
    background: #fff;
    box-shadow: 0 1rem 1rem rgba(7, 6, 6, 0.2);
    max-width: 44rem;
    margin: 0 auto;
    border-radius: 1rem;
    display: none;
}

.popup.success {
    padding: 7rem;
    text-align: center;
    color: #000;
}

.popup.success .btn {
    max-width: 26rem;
    width: 100%;
    margin-top: 5.5rem;
}

.popup.success p+p {
    margin-top: 2.2rem;
}

.popup.success:before {
    content: '';
    display: block;
    background: url('../images/img-partner.png') no-repeat;
    margin: 0 auto 4rem;
    width: 19.3rem;
    height: 12.5rem;
}

.page-sort {
    display: flex;
    padding-bottom: 3rem;
}

.page-sort select {
    width: 30rem;
}

.page-sort select+select {
    margin-left: 2rem;
}

.terms .tr-wrapper {
    padding: 2.5rem 0;
    line-height: 2.1;
}

.tr-wrapper {
    border-top: 2px solid #fe6813;
    border-bottom: 1px solid #ddd
}

.tr-bbs-list a,
.tr-bbs-list .tr-bbs-list-header {
    display: grid;
    grid-template-columns: auto 10% 12%;
    text-align: center;
    height: 8rem;
}

.tr-bbs-list .new {
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
    background: #fe6813;
    color: #fff;
    width: 1.6rem;
    text-align: center;
    line-height: 1.4rem;
    border-radius: 0.3rem;
    margin-left: 0.8rem;
    padding-top: 0.2rem;
}

.tr-bbs-list a>*,
.tr-bbs-list .tr-bbs-list-header>* {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tr-bbs-list a {
    color: #888888;
}

.tr-bbs-list li+li {
    border-top: 1px solid #ddd;
}

.tr-bbs-list b.title {
    text-align: left;
    color: #000000;
    font-weight: 400;
    justify-content: flex-start;
    overflow: hidden;
}

.tr-collapse+.tr-collapse {
    border-top: 1px solid #ddd;
}

.tr-collapse-header {
    padding: 2rem 5rem;
    position: relative;
    cursor: pointer;
    line-height: 2.2225;
}

.tr-collapse-header:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.7rem;
    width: 2.2rem;
    height: 2.2rem;
    margin-top: -1.1rem;
    background: url('../images/ic-dropdown.svg') no-repeat 50% 50%;
    background-size: contain;
}

.tr-bbs-view img {
    height : auto;
    width : 100%;
}

.tr-bbs-view-tit {
    font-size: 2.6rem;
    font-weight: 500;
    padding: 2.5rem 5rem 0;
}

.tr-bbs-view-info {
    padding: 0 5rem;
}

.tr-bbs-view-info>*+*:before {
    content: '|';
    margin: 0 1.2rem;
}

.tr-bbs-view-cont,
.tr-collapse-content {
    border-top: 1px solid #ddd;
    padding: 3.5rem 5rem;
    margin-top: 2.5rem;
    line-height: 2.2225;
}

.tr-collapse-content {
    background: #fff7f3;
    display: none;
    margin-top: 0;
}

.tr-collapse.collapsed .tr-collapse-content {
    display: block;
}

.tr-collapse.collapsed .tr-collapse-header:after {
    transform: rotate(180deg);
}

.faq .search {
    text-align: center;
    padding-bottom: 4rem;
}

.faq .search fieldset {
    display: inline-block;
    width: 100%;
    max-width: 60rem;
    position: relative;
}

.faq .search .text {
    padding: 1.2rem 6.2rem 1.2rem 4rem;
    width: 100%;
    border-radius: 3.1rem;
}

.faq .search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6.2rem;
    background: url('../images/ic-search.svg') no-repeat 50% 50%;
    text-indent: -1000em;
    background-size: 1.9rem;
}

.tr-bbs-pagination {
    text-align: center;
    padding-top: 5rem;
}

.tr-bbs-pagination a {
    color: #888888;
    padding: 0 1rem;
    display: inline-block;
    vertical-align: middle;
}

.tr-bbs-pagination a.current {
    text-decoration: underline;
    color: #fe6813;
}

.tr-bbs-pagination a.first,
.tr-bbs-pagination a.end,
.tr-bbs-pagination a.prev,
.tr-bbs-pagination a.next {
    text-indent: -1000em;
    width: 3rem;
    line-height: 3rem;
    border: 1px solid #e0e0e0;
    padding: 0;
    border-radius: 100%;
    position: relative;
}

.tr-bbs-pagination a.first:before,
.tr-bbs-pagination a.end:before,
.tr-bbs-pagination a.prev:before,
.tr-bbs-pagination a.first:after,
.tr-bbs-pagination a.end:after,
.tr-bbs-pagination a.next:before {
    content: '';
    position: absolute;
    border: 0.5rem solid transparent;
    border-left-color: #acacac;
    top: 50%;
    left: 50%;
    margin: -0.5rem 0 0 -0.1rem;
}

.tr-bbs-pagination a.prev {
    margin-right: 1rem;
}

.tr-bbs-pagination a.next {
    margin-left: 1rem;
}

.tr-bbs-pagination a.prev:before,
.tr-bbs-pagination a.first:before,
.tr-bbs-pagination a.first:after {
    transform: rotate(180deg);
    margin-left: -0.8rem;
}

.tr-bbs-pagination a.first:before {
    margin-left: -1rem;
}

.tr-bbs-pagination a.first:after {
    margin-left: -0.5rem;
}

.tr-bbs-pagination a.end:before {
    margin-left: -0.4rem;
}

.tr-bbs-pagination a.end:after {
    margin-left: 0.1rem;
}

@media screen and (max-width: 1390px) {
    html {
        font-size: 9px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 8px;
    }
}

@media screen and (max-width: 1025px) {
    html {
        font-size: 7px;
    }
}

@media screen and (min-width: 720px) {
    .only-m {
        display: none !important
    }
}

@media screen and (max-width: 720px) {

    #header:not(.transparent) {
        border-bottom: 1px solid #eee;
    }

    #navigation .navigatiton-header,
    .header-menu dl,
    .header-menu:before,
    .header-menu:after {
        display: none;
    }

    .header-menu dl.current {
        /* display:block; */
        font-size: 2.6rem;
    }

    #navigation .navigation-menu dl {
        padding: 0 3rem;
    }

    #header .logo img {
        width: 7rem;
    }

    #header .btn-navigation:before,
    #header .btn-navigation:after,
    #header .btn-navigation span {
        height: 0.2rem;
        width: 3rem;
        margin: 0.9rem 0;
    }

    #header .btn-navigation:before,
    #header .btn-navigation:after {
        margin: 0;
    }

    .header-menu dd {
        transform: none;
        height: auto;
        display: flex;
        padding: 0;
    }


    .header-menu dt a {
        height: 10rem
    }

    .tr-bbs-view-tit,
    .tr-bbs-view-info,
    .tr-bbs-view-cont {
        padding-left: 0;
        padding-right: 0;
    }

    .tr-collapse-content {
        padding: 2rem;
    }

    #footer .footer-menu {
        justify-content: center;
        padding-bottom: 0.5rem;
    }

    #footer .inner {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .tr-bbs-list .tr-bbs-list-header {
        display: none;
    }

    .tr-bbs-list a {
        display: block;
        text-align: left;
        padding: 1.5rem 0;
    }

    .tr-bbs-list b.title {
        display: block;
    }

    #navigation .navigation-menu dd {
        display: block;
    }

    #navigation .navigation-menu a {
        display: block;
        padding: 0.6rem 0;
    }

    #navigation .navigation-menu a+a:before {
        display: none;
    }

    .tr-collapse-header {
        padding: 2rem 4rem 2rem 0;
        line-height: 1.4;
    }

    .tr-collapse-header:after {
        right: 1rem;
    }

    .tr-frm-row,
    .tr-frm-cont.cols-2 {
        display: block;
    }

    .tr-frm-cont.cols-2>*+* {
        margin: 1rem 0 0;
    }

    .only-pc {
        display: none !important;
    }
}

/* 로딩 인디케이터 */
.loading-spinner {
    /* display: none;  */
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }