html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

::selection {
    background: #ffffff;
    color: #000000;
}

/* Optionally, hide scrollbars for specific elements */
::-webkit-scrollbar {
    display: none; /* Hide scrollbars in WebKit-based browsers (Chrome, Safari, etc.) */
}

* {
    -ms-overflow-style: none; /* Hide scrollbars in Internet Explorer and Edge */
    scrollbar-width: none; /* Hide scrollbars in Firefox */
}

.container{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.container-1280{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.container-900{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.row{
    display: flex;
}

.col-md-6{
    display: block;
    width: 100%;
}

a.disabled{
    pointer-events: none;
    cursor: default;
}
/* 헤더 */
header {
    width: 100%;
    max-height: 120px;
    /* margin:0 auto; */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    /* mix-blend-mode: difference; */
}

header a{
    text-transform: uppercase;
}

.header-wrap{
    display: flex;
    justify-content: space-between;
}

.head_left{
    display: flex;
}

.header-wrap #top_logo,
.header-wrap #gnb,
.header-wrap #lang{
    display: flex;
    align-items: center;
}

#pcheader{
    display: none;
}

#moheader{
    padding: 12px 13px 12px 20px !important; 
    display: block;
}

.mo_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mo_logo img{
    height: 24px;
    width: auto;
}

#mo_menu img{
    width: 40px;
    height: 40px;
}

#top_logo img{
    height: 26px;
}

#gnb{
    margin: 0 0 0 80px;
    padding: 0;
}

#gnb li, #lang li {
    display: inline-block;
    color: white;
}

#gnb li{
    margin-right: 30px;
}

#lang ul{
    margin: 0;
}

#gnb li:last-child {
    margin-right: 0;
}

#gnb a, #lang a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
    display: block;
    padding: 15px 8px;
    margin: 35px 0;
    color: #fff;
}

#lang a {
    padding: 15px 0;
    margin-left: 16px;
}

#header-right{
    flex-basis: 100%;
}

/* 푸터 */

footer{
    padding: 40px 20px;
}

footer, footer a{
    font-size: 14px;
    font-weight: 400;
}

footer a{
    padding: 6px 0;
    display: inline-block;
}

#footerinfo{
    display: flex;
    flex-wrap: wrap;
}

#footer_logo{
    height: 24px;
    width: auto;
    margin-bottom: 40px;
}

#targetblank{
    opacity: 0;
    width: 14px;
    vertical-align: middle;
}

.dot{
    width: 1px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

#copytxt{
    margin-right: 12px;
}

#footercopy{
    order: 2;
    flex: 0 0 auto;
    width: 100%;
}

#sociallinks{
    margin-bottom: 35px;
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    align-items: center;
    justify-content: start;
}

/* 레이아웃 */

.deactivate{
    opacity: 30%;
}

main{
    width: 100%;
    height: auto;
}

.mb160{
    margin-bottom: 160px;
}

.spacingnumber{
    letter-spacing: 0.02em;
}

.text-start {
text-align: left !important;
}

.text-end {
text-align: right !important;
}

.text-center {
text-align: center !important;
}

.p-relative{
    position: relative;
}

.fc-black, .fc-black a{
    color: #000;
}

.fc-black svg, .fc-black path{
    fill: #000;
    stroke: #000;
}

/* #gotop{
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    display: block;
    opacity: 0;
}

#gotop a{
    padding: 6.755px 11px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: all 1s cubic-bezier(.2,1,.2,1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#gotop a:hover{
    background: rgba(255, 255, 255, 1);
}

#gotop a:hover svg path{
    stroke: #000;
    stroke-opacity: 1;
} */

#gotop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    display: block;
    opacity: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#gotop a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: all 1s cubic-bezier(.2,1,.2,1);
}

#gotop a:hover{
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
}

#gotop a:hover svg path{
    stroke: #000;
    stroke-opacity: 1;
}

.m-160{
    margin: 160px 0 0 0;
}

.svg-mt3{
    vertical-align: middle;
    margin-top: -3px;
}