/* 폰트 적용 */
/* @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');} */


/* 전체 옵션 */
* {
    margin: 0 auto;
    padding: 0;
    line-height: 1.6;
    /* letter-spacing: 1px; */
    letter-spacing: 0px;
    word-spacing: 0px;
    /* font-family: 'Malgun gothic','Sans-Serif','Arial'; */
    font-family: 'Noto Sans KR', 'Noto Sans', 'Malgun gothic', 'Sans-Serif', 'Arial';
    font-size: 14px;
    /* font-size: 0.95rem; */
    word-break: break-all;
    box-sizing: border-box;
}

html {
    scrollbar-gutter: stable;
}

/* html, body{ */
/* 모바일에서 아래로 당겨서 새로고침 막기 */
/* overscroll-behavior: contain; */
/* } */

/* 반응형 차트 */
.exchange_chart,
.deposit_chart,
.creditloan_chart {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    /* 3:2 비율 */
}

#exchange-chart,
#deposit-chart,
#creditloan-chart {
    width: 100% !important;
    height: 100% !important;
}

.title_logo {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 사이드바 고정 */
.navbar_div {
    background-color: #EDEDED;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0.1rem;
    align-self: flex-end;
}

/* #navbar {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0.1rem;
  align-self: flex-end;
} */

/* .navbar {
  position: absolute; 
  z-index: 300;
  height: 50px;
} */

.entry_content {
    text-align: left;
    border-left: #727272 7px solid;
    border-bottom: 1px solid #727272;
    padding: 5px 10px;
    margin: 30px 0 5px 0;
}

.navbar-menu-btn {
    position: absolute;
    background-color: #202020;
    cursor: pointer;
    font-weight: bold;
    height: 50px;
    /* width: auto; */
    /* box-sizing: border-box; */
}

.navbar-menu-btn_back {
    position: absolute;
    background-color: #202020;
    cursor: pointer;
    font-weight: bold;
    /* z-index: 300; */
    /* position: fixed; */
    height: 50px;
    width: 50px;
}

.navbar-back-btn {
    position: absolute;
    background-color: #202020;
    cursor: pointer;
    font-weight: bold;
    z-index: 300;
    position: fixed;
    height: 50px;
    width: 50px;
}

/* nav bar menu */
/* #sidebar {
  background-color: #EDEDED;
} */

#main_body {
    display: flex;
    justify-content: center;
}

/* nav bar menu */
#sidebar_back {
    overflow: hidden;
    /* display: none; */
    position: absolute;
    width: auto;
    height: 100%;
    position: fixed;
    background: #DFDFDF;
    z-index: 200;
    /* display: none; */
    margin: 0;
    padding: 0;
    top: 50px;
}

/* body */
body {
    background-color: #EDEDED;
    /* overflow: hidden; */
    /* position: static; */
}

.main_contents {
    background-color: #FFFFFF !important;
    /* border: 0.3px solid rgb(199, 199, 199) !important; */
    /* border-radius: 1px !important; */
    /* margin: 3px 5px 0px 5px !important; */
    /* box-shadow: 2px 2px 2px 2px rgb(184, 184, 184) !important; */
}

/* .sidebar_icon_groupbox {
  background-color: #DFDFDF;
  width: 100%;
  height: 100px;
} */
.sidebar_li {
    display: inline-block;
    /* float: left; */
    margin-top: 7px;
    margin-bottom: 7px;
}

.sidebar_item {
    /* display: inline-block; */
    cursor: pointer;
    text-align: center;
    /* text-align: left; */
    width: 95px;
}

.sidebar_item_profile {
    cursor: pointer;
    text-align: center;
    /* text-align: left; */
    min-width: 90px;
}

.sidebar_groupbox {
    background-color: rgb(255, 255, 255);
    border: 0.3px solid rgb(199, 199, 199);
    border-radius: 10px;
    /* text-align: center; */
    /* text-align: left; */
    /* margin-left: 10px; */
    /* margin-top: 5px; */
    margin: 0px 5px;
    /* padding: 2px 0px; */
    padding: 15px;
    box-shadow: 2px 2px 2px 2px rgb(184, 184, 184);
    /* text-align: center; */
}

/* .category_list{
  text-align: center;
} */
.sidebar_groupbox_profile {
    background-color: rgb(255, 255, 255);
    border: 0.3px solid rgb(199, 199, 199);
    border-radius: 10px;
    /* text-align: center;
  text-align: left; */
    /* margin-left: 10px; */
    /* margin-top: 5px; */
    /* margin-right: 10px; */
    margin: 0px 5px;
    padding: 15px;
    box-shadow: 2px 2px 2px 2px rgb(184, 184, 184);
}

.profile_lease_groupbox {
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 0.3px solid rgb(199, 199, 199);
    border-radius: 10px;
    margin: 15px 0px;
    padding: 20px;
    box-shadow: 2px 2px 2px 2px rgb(184, 184, 184);
    box-sizing: border-box;
    /* white-space: pre-wrap; */
    /* white-space: break-all; */
    word-break: break-all;
}

.box_index {
    width: 50%;
    text-align: center;
    /* vertical-align:middle; */
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    margin: 0;
    /* padding-top: 30px;
  padding-bottom: 30px; */
    font-size: 1rem;
}

.box_kospi {
    /* background-color: #eff3ff; */
    /* min-width: 150px; */
    /* width: auto; */
    width: 50%;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    /* padding-left: 10px;
  padding-right: 10px; */
    font-size: 1rem;
}

.box_kosdaq {
    /* background-color: #ffefee; */
    /* background-color: #eff3ff; */
    width: 50%;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    /* padding-left: 10px;
  padding-right: 10px; */
    font-size: 1rem;
}

li.up {
    background-color: #ffefee;
}

li.down {
    background-color: #eff3ff;
}

a.up {
    color: #e62300;
}

a.down,
li.down {
    color: #0077f0;
}

li.li_stock {
    background-color: #FCFCFC;
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    font-size: 1rem;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.li_theme {
    text-align: center;
    background-color: #f1f1f1;
    /* text-align: center; */
    display: inline-block;
    margin: 2px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
}

li.li_news {
    border-bottom: 1px solid #DFDFDF;
    margin: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1rem;
}

li.li_announce {
    border-bottom: 1px solid #DFDFDF;
    /* margin: 2px; */
    padding: 7px 0px;
    font-size: 1rem;
}

div.div-divide {
    height: 1px;
    background-color: #ADADAD;
    margin: 10px;
}

/* 가로정렬 */
.row-left {
    width: 100%;
    text-align: left;
}

.in-block {
    /* width: 100px; */
    /* height: auto; */
    display: inline-block;
    vertical-align: top;
    /* float: left; */
}

.in-block-middle {
    display: inline-block;
    vertical-align: middle;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/* 이미지 위에 텍스트를 두기 위해 */
.image {
    position: relative;
}

.image .text {
    position: absolute;
    top: 8px;
    left: 22px;
}

/* 드리고 로고 */
.dreago_logo_box {
    width: 240px;
    position: relative;
    height: 50px;
    border-top: 3px solid #202020;
    border-left: 3px solid #202020;
    border-right: 3px solid #202020;
    /* border-bottom: 5px solid red; */
}

.dreago_logo_text {
    font-weight: bolder;
    position: absolute;
    /* bottom: -12px; */
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -3px;
    /* text-shadow: 2px 2px 2px #000000; */
    /* font : italic 1.3em TmonMonsori; */
    /* font-family : 'TmonMonsori'; */
}

.parent::after {
    content: "";
    display: block;
    clear: both;
}

.child {
    position: absolute;
    top: 0;
    /* 경우에 따라 필요해질 수 있음 */
    width: 100%;
    height: 100%;
}

/* Profile page */
.profile_modify_box_w100 {
    width: 100%;
    height: 55px;
    background-color: #FEFEFE;
    position: relative;
    /* box-shadow: 1px 1px 1px 1px #AEAEAE; */
    border: 1px solid #DFDFDF;
    cursor: pointer;
    border-radius: 3px;
}

.profile_modify_box_col {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 50%;
    white-space: normal;
    font-size: 1rem;
}

.reocrd_dropdown_col {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 27%;
    white-space: normal;
    font-size: 1rem;
}

.reocrd_dropdown_col_month {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 18%;
    white-space: normal;
    font-size: 1rem;
}

.profile_modify_box {
    height: 55px;
    background-color: #FEFEFE;
    position: relative;
    border: 1px solid #DFDFDF;
    cursor: pointer;
    border-radius: 3px;
}

.profile_modify_text {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.profile_modify_text_center {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    text-align: center;
}

.profile_modify_icon {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

/* checkbox */
/* .radio-container { position: relative; }
.radio-container input[type="radio"]{
    width:1px; 
    height:1px; 
    padding:0; 
    border:0 none; 
    margin:0; 
    position:absolute; 
    left:0; 
    top:0; 
    overflow:hidden;
    clip:rect(0 0 0 0);
}
.radio-container label{
    height:22px; 
    line-height:22px; 
    padding-left:20px;
    display:inline-block; 
    background:url(../img/checkbox.png) no-repeat 0 0; 
    vertical-align:middle; 
    cursor:pointer;
}
.radio-container input[type="radio"]:checked + label{ background-position: 0 -22px; } */

input[type=checkbox]+label {
    display: block;
    margin: 5px;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label::before {
    content: "\2714";
    /* content:""; */
    /* background-color: #4CAF50; */
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0;
    /* padding: 0px 5px; */
    /* padding-left: 5px; */
    /* padding-bottom: 5px; */
    /* text-align: center; */
    margin-right: 5px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-weight: bold;
}

input[type=checkbox]+label:active::before {
    transform: scale(0);
}

input[type=checkbox]:checked+label::before {
    background-color: white;
    /* border-color: #4CAF50; */
    border-color: #363332;
    /* color: #000; */
    /* color: #4CAF50; */
    color: #363332;
}

input[type=checkbox]:disabled+label::before {
    transform: scale(1);
    border-color: #aaa;
    background-color: #EFEFEF;
}

input[type=checkbox]:checked:disabled+label::before {
    transform: scale(1);
    background-color: #EFEFEF;
    border-color: #EFEFEF;
}

/* focus */
input:focus {
    outline: none;
    border: 2px solid #0982f0;
}

select:focus {
    outline: none;
    border: 2px solid #0982f0;
}

/* 상승하락률 */
.rate-up {
    background-color: #ED3738;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    width: 70px;
    color: white;
    font-weight: bold;
    float: right;
    text-align: center;
}

.rate-down {
    background-color: #097DF3;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    width: 70px;
    color: white;
    font-weight: bold;
    float: right;
    text-align: center;
}

.rate-zero {
    background-color: #EFEFEF;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    width: 70px;
    color: gray;
    font-weight: bold;
    float: right;
    text-align: center;
}

.btn_delete {
    background-color: #EFEFEF;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    width: 70px;
    color: gray;
    font-weight: bold;
    float: right;
    text-align: center;
    cursor: pointer;
    border: 1px solid #CFCFCF;
}

.li_myrecord {
    border-bottom: 1px solid #DFDFDF;
    /* margin: 2px; */
    padding-top: 7px;
    padding-bottom: 7px;
    /* font-size: 1rem; */
    background-color: #FAFAFA;
    list-style: none;
}

/* disable */
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    /* pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black; */
}

.ads_banner {
    text-align: center;
    margin: 10px;
}

.ads_title {
    text-align: center;
    margin: 5px;
}

.ads_footer {
    text-align: center;
    margin: 5px;
}

/* 가변 width */
/* PC 버전 */
* {
    margin: 0 auto;
    padding: 0;
}

/* @media (min-width: 1400px){
  html {width: 960px;}
  #schedule_img{
    display: block;
  }
  #schedule_img_mobile{
    display: none;
  }
} */

#float_img {
    display: none;
    position: fixed;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 100;
    top: 95%;
    left: -1000px;
    transform: translate(-50%, -50%);
}

#float_add_app {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 900;
    bottom: 90px;
}

#float_share {
    position: fixed;
    cursor: pointer;
    z-index: 1000;
    bottom: 20px;
    background-color: white;
    margin: 0;
    padding: 5px;
    font-size: 0;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px gray;
}

/* scamout.html */
input.txt {
    position: absolute;
    height: 100%;
    width: 100%;
    vertical-align: top;
    padding: 0px 60px 0px 10px;
    box-sizing: border-box;
    float: right;
    font-weight: bold;
    font-size: 16px;
}

input.btn_search {
    position: absolute;
    width: 42px;
    height: 42px;
    padding: 4px;
    top: 0;
    right: 0;
}

div.div_search {
    padding: 10px;
}

form.form_search {
    position: relative;
    height: 50px;
}

div.form_search {
    position: relative;
    height: 50px;
}

/* openboard */
.ul_board_g {
    width: auto;
    margin: 0 10px 30px 10px;
    list-style: none;
}

.li_board_g {
    display: flex;
    position: relative;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #E0E0E0;
    flex-direction: row;
}

.a_board_g_card {
    width: 100%;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.h_board_g_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 1; */
    overflow: hidden;
}

.div_board_g_info {
    color: #999999;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.span_board_g_desc {
    margin: 0 10px 0 0;
}

.a_board_g_info {
    position: absolute;
    right: 0;
    bottom: 3px;
    margin: 0px;
    padding: 0px;
    color: #999999;
    cursor: pointer;
}

.div_board_a_status {
    margin: 0 10px 0 2px;
}

.span_board_g_like {
    margin: 0 10px 0 2px;
    color: #999999;
    font-size: 13px;
}

.span_board_g_dislike {
    margin: 0 20px 0 2px;
    color: #999999;
    font-size: 13px;
}

.span_board_g_comment {
    margin: 0 0 0 5px;
    font-size: 13px;
    color: #999999;
}

/* blink */
@keyframes blink-effect {

    0%,
    100% {
        opacity: 1;
    }

    95% {
        opacity: 0;
    }
}

.blink {
    animation: blink-effect 7s step-end infinite;
    /* animation-duration: 10s; */
    /*
  animation-name: blink-effect;
  
  animation-iteration-count:infinite;
  animation-timing-function:step-end;
  */
}

.blink_add_app {
    animation: blink-effect 1s step-end infinite;
}

.blink_click {
    animation: blink-effect 3s step-end infinite;
}

.sns_share_icon {
    /* width: 50px;
  height: 50px; */
    width: 40px;
    height: 40px;
    background-color: white;
}

.share_textarea {
    width: 0;
    height: 0;
    border-color: #FFFFFFFF;
}

.other_contents_div {
    position: relative;
    box-sizing: border-box;
    display: block;
    height: 76.42px;
    /* max-height: 150px; */
    /* border: 1px solid #d9d9d9; */
    text-decoration: none;
    color: #000;
    z-index: 1;
    margin: 10px 0;
}

.other_contents_div_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #d9d9d9;
    background-size: cover;
    background-position: center;
    /* width: 120px;
  height: 120px; */
    width: 145.97px;
    height: 76.42px;
    object-fit: cover;
}

.other_contents_div_text {
    position: absolute;
    left: 150px;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 5px 5px;
    word-break: break-all;
    overflow: hidden;
}

.link_finance_site {
    display: inline-block;
    color: white;
    width: 120px;
    text-align: center;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 100px;
    font-size: 1rem;
}

.link_crypto_site {
    display: inline-block;
    color: white;
    width: 100px;
    text-align: center;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 100px;
    font-size: 1rem;
}

.link_global_site {
    display: inline-block;
    color: white;
    width: 100px;
    text-align: center;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 100px;
    font-size: 1rem;
}

.link_worldstock_site {
    display: inline-block;
    color: white;
    width: 110px;
    text-align: center;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 100px;
    font-size: 1rem;
}

.search_option {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 7px 10px;
    border: 1px solid #AEAEAE;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: white;
}

.btn_search {
    height: 40px;
    font-size: 16px;
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 92px;
}

.input_col {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: calc(100% - 100px);
    white-space: normal;
    font-size: 1rem;
}

/* button */
.btn {
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 13px;
}

.btn_write {
    color: #FFFFFF;
    background-color: #5CB85C;
    border: 1px solid #4CAE4C;
}

.btn_remove {
    color: #000000;
    background-color: #F6F6F6;
    border: 1px solid #CECECE;
}

.btn_modify {
    color: #000000;
    background-color: #F6F6F6;
    border: 1px solid #CECECE;
}

.btn_save {
    color: #000000;
    background-color: #F6F6F6;
    border: 1px solid #CECECE;
}

.btn_comment {
    color: #000000;
    background-color: #F6F6F6;
    border: 1px solid #CECECE;
}

.float_right {
    float: right;
}


/* briefM style */
.briefm_container {
    width: 98%;
    max-width: 1200px;
    margin: 20px auto;
}

.briefm_card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 10px 20px;
    transition: transform 0.3s ease;
}

.briefm_card:hover {
    transform: translateY(-5px);
}

.briefm_card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.briefm_card-header a {
    font-weight: bold;
    font-size: 1.6em;
    color: #2c3e50;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.briefm_card-header a:hover {
    color: #1f9d8a;
}

.briefm_card-header .icon {
    font-size: 1.2em;
    color: #16a085;
}

.briefm_themes {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-bottom: 15px;
}

.briefm_themes span {
    margin-right: 8px;
    margin-bottom: 2px;
    background-color: #ecf0f1;
    padding: 5px;
    border-radius: 5px;
    /* line-height: 1.6; */
    /* box-sizing: border-box; */
    /* display: block; */
    display: inline-block;
    /* white-space: nowrap; */
    cursor: pointer;
}

.briefm_themes span:hover {
    color: #1f9d8a;
}

.briefm_news {
    margin-top: 15px;
}

.briefm_news p {
    font-size: 1em;
    color: #34495e;
    margin: 8px 0;
    cursor: pointer;
}

.briefm_news p:hover {
    color: #1f9d8a;
}

.briefm_news p span {
    font-weight: bold;
    color: #e74c3c;
}

















/* 
  briefM financial deposit
*/
.index-section,
.exchange-section,
.bond-section,
.calendar-section,
.news-section,
.interesting-section,
.deposit-section,
.creditloan-section {
    display: inline-block;
    max-width: 1200px;
    margin: 20px 20px 40px 20px !important;
    /* margin: auto; */
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); */
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.12),
        0 6px 20px rgba(0, 0, 0, 0.08);
    /* border: 1px solid #EAEAEA; */
    /* margin: 10px; */
}

.briefm-card-header {
    background-color: #1f9d8a;
    color: white;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
}

/* 테이블 */
.index-section table,
.exchange-section table,
.bond-section table,
.deposit-section table,
.creditloan-section table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    /* 테이블 자체를 화면에 중앙 정렬 */
    table-layout: fixed;
    /* 열 너비 고정 */
}

/* 테이블 헤더 */
/* .deposit-section th, .deposit-section td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  word-wrap: break-word;
} */

/* 테이블 헤더 */
.index-section th,
.index-section td,
.exchange-section th,
.exchange-section td,
.bond-section th,
.bond-section td,
.deposit-section th,
.deposit-section td,
.creditloan-section th,
.creditloan-section td {
    padding: 12px 7px;
    text-align: center;
    /* 기본적으로 모든 셀은 가운데 정렬 */
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
    /* 긴 내용이 줄바꿈되도록 */
}

/* 테이블 헤더 */
.index-section .briefm-th,
.exchange-section .briefm-th,
.bond-section .briefm-th,
.deposit-section .briefm-th,
.creditloan-section .briefm-th {
    font-size: 1.1em;
    background-color: #e0f7f4;
    font-weight: bold;
}

/* 테이블 셀 */
.index-section td,
.exchange-section td,
.deposit-section td .creditloan-section td {
    font-size: 1em;
    white-space: nowrap;
}

/* 테이블 셀 왼쪽 border */
.index-section .border-left {
    border-left: 1px solid #ddd;
}

/* 테이블 col */
/* .deposit-section td:nth-child(2), .deposit-section td:nth-child(3), .deposit-section td:nth-child(4) {
  font-weight: bold;
} */

/* 테이블 col */
/* .index-section td:nth-child(2), .index-section td:nth-child(3), .index-section td:nth-child(4) {
  font-weight: normal;
} */

/* 오른쪽 정렬 */
.index-section .briefm-right,
.exchange-section .briefm-right,
.deposit-section .briefm-right,
.creditloan-section .briefm-right {
    text-align: right;
}

/* 왼쪽 정렬 */
.index-section .briefm-left,
.exchange-section .briefm-left,
.deposit-section .briefm-left,
.creditloan-section .briefm-left {
    text-align: left;
}

/* 마우스오버 */
.bond-section tr:hover,
.exchange-section tr:hover,
.deposit-section tr:hover,
.creditloan-section tr:hover {
    background-color: #f1f1f1 !important;
}

/* 상승 색상 지정 */
.briefm-positive {
    color: #e74c3c;
    /* 빨강 계통: 상승 */
}

/* 하락 색상 지정 */
.briefm-negative {
    color: #3498db;
    /* 파랑 계통: 하락 */
}

/* 보합 색상 지정 */
.briefm-neutral {
    color: #000000;
}

/* 테이블 날짜 */
/* .index-section .briefm-date,
.exchange-section .briefm-date,
.deposit-section .briefm-date,
.creditloan-section .briefm-date {
  font-weight: normal;
  color: #7f8c8d;
} */

/* 테이블 변동가격 */
.index-section .briefm-change,
.exchange-section .briefm-change,
.deposit-section .briefm-change,
.creditloan-section .briefm-change {
    font-weight: normal;
}

/* 테이블 보이게 하기 */
.briefm-more-rows.revealed {
    display: table-row;
    opacity: 1;
    background-color: #fffbe6;
}

/* 새로 생성된 테이블이 있다고 표시 */
.briefm-new-rows-hint {
    display: none;
    margin: 12px 0;
    padding: 10px;
    background: #e0f3ff;
    color: #007acc;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    animation: fadeIn 1s ease-in-out;
}

/* 더보기 - 숨기기 */
.briefm-more-rows {
    display: none;
    opacity: 0;
    transition: background-color 0.5s ease, opacity 0.6s ease;
}

/* 더보기 버튼 */
.exchange-section .briefm-show-more,
.bond-section .briefm-show-more,
.deposit-section .briefm-show-more,
.creditloan-section .briefm-show-more {
    display: block;
    text-align: center;
    background: #1f9d8a;
    /* background: #2e7c72; */
    color: white;
    /* color: #1f5f59; */
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    /* border-top: 1px solid #ccc; */
    border-top: 1px solid #d0e8e3;
}

/* 더보기 버튼 마우스 오버 */
.briefm-show-more:hover {
    background-color: #1abc9c;
    /* background-color: #d0ebe6; */
}

/* 증시 일정 들여쓰기 */
.calendar-list {
    /* padding-left: 1.5em; */
    list-style-type: "▪ ";
    line-height: 1.6;
    padding-left: 32px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.news-list {
    /* padding-left: 2.5em; */
    list-style-type: "📰 ";
    line-height: 1.6;
    padding-left: 32px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.calendar-item,
.news-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.calendar-item:last-child,
.news-item:last-child {
    border-bottom: none;
}

.calendar-item a,
.news-item a {
    color: #222;
    text-decoration: none;
    display: block;
    transition: color 0.2s ease;
}

.calendar-item:hover,
.news-item a:hover {
    color: #1f9d8a;
}


/* 요약 내용 */
.index-comment-box,
.exchange-comment-box,
.bond-comment-box,
.calendar-comment-box,
.news-comment-box,
.interesting-comment-box,
.deposit-comment-box,
.creditloan-comment-box {
    padding: 16px;
    background-color: #fdfdfd;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #ddd;
    word-break: keep-all !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.6 !important;
}

/* .index-comment-box p,
.exchange-comment-box p,
.bond-comment-box p,
.calendar-comment-box p,
.news-comment-box p,
.interesting-comment-box p,
.deposit-comment-box p,
.creditloan-comment-box p {
  word-break: keep-all !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  line-height: 1.6 !important;
} */

/* 반응형 디자인: 화면이 좁아지면 폰트 크기 줄이기 */
@media (max-width: 992px) {
    /* .index-section table, 
  .deposit-section table,
  .creditloan-section table{
      width: 100%;
      font-size: 0.9em;
  } */

    .index-section,
    .exchange-section,
    .bond-section,
    .calendar-section,
    .news-section,
    .interesting-section,
    .deposit-section,
    .creditloan-section {
        margin: 20px 10px 40px 10px !important;
    }

    /* .h_board_g_view_contents>* {
        margin: 20px 10px 40px 10px !important;
    } */

    .index-section th,
    .index-section td,
    .exchange-section th,
    .exchange-section td,
    .bond-section th,
    .bond-section td,
    .deposit-section th,
    .deposit-section td,
    .creditloan-section th,
    .creditloan-section td {
        padding: 5px 3px;
        /* 패딩 줄이기 */
        font-size: 0.9em;
        /* 폰트 크기 줄이기 */
    }

    .exchange-section .briefm-show-more,
    .bond-section .briefm-show-more,
    .deposit-section .briefm-show-more,
    .creditloan-section .briefm-show-more {
        font-size: 0.9em;
        /* 버튼 폰트 크기 줄이기 */
    }

    /* 종가 열 숨기기 */
    .index-section th:nth-child(2),
    .index-section td:nth-child(2) {
        display: none;
    }

    /* 선물 종가 열 숨기기 */
    .index-section th:nth-child(5),
    .index-section td:nth-child(5) {
        display: none;
    }

    /* .exchange-section .usd-change,
  .exchange-section .eur-change,
  .exchange-section .jpy-change,
  .exchange-section .usd-change-header,
  .exchange-section .eur-change-header,
  .exchange-section .jpy-change-header{
    display: none;
  } */
}

@media (max-width: 768px) {

    /* Chrome, Safari, Edge 등 WebKit 계열 */
    ::-webkit-scrollbar {
        display: none;
    }

    /* Firefox */
    html {
        scrollbar-width: none;
    }

    /* IE, Edge */
    * {
        -ms-overflow-style: none;
    }
}

/* 반응형 디자인: 화면이 아주 세로 스크롤 추가 */
/* @media (max-width: 480px) {
  .index-section table {
      width: 100%;
      overflow-x: auto;
  }
} */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}













/* contents p 태그 적용 */
.h_board_g_view_contents>*:not([class*="section"]) {
    margin: 0 10px !important;
}

/* need login in board */
.need_login {
    max-width: 800px;
    margin: 40px auto;
    background: #f4f4f4;
    padding: 120px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.btn-login {
    display: inline-block;
    padding: 12px 25px;
    margin-top: 20px;
    background-color: #FEE500;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-login:hover {
    background-color: #ffa51e;
}

/* ads part */
.ads_section {
    /* margin: 20px 0; */
    width: 100%;
    /* word-break: break-all; */
    display: block;
}

.ads_fieldset {
    margin: 20px 0;
    box-sizing: border-box;
    font-family: sans-serif;
    /* border: 1px solid #EAEAEA; */
    border: none;
    min-width: 0;
    display: block;
    /* word-break: break-all; */
    white-space: nowrap;
}

.ads_fieldset .ads_legend {
    box-sizing: border-box;
    color: #9A9A9A;
    font-size: 0.6rem;
    /* border-radius: 2px; */
    padding: 0 5px;
    margin: 0;
    text-align: right;
    display: block;
    width: auto;
    /* word-break: break-all; */
}

/* 게시글 레벨 표시 */
.level_root {
    font-size: 0;
    position: relative;
    width: 0.9em;
    height: 0.9em;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: red;
    width: 16px;
    height: 16px;
}

.level_wrapper {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.level_circle {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

.circle_gradient0 {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    border: 0.1em solid #ececec;
}

.circle_gradient1 {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border: 0.1em solid #DADADA;
}

.circle_gradient2 {
    background-image: linear-gradient(135deg, #cecece 0%, rgb(162, 183, 219) 100%);
    border: 0.1em solid #DADADA;
}

.circle_gradient3 {
    background-image: linear-gradient(130deg, #66cd6b 0%, #cff0e5 100%);
    border: 0.1em solid #DADADA;
}

.circle_gradient4 {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c5edff 100%);
    border: 0.1em solid #DADADA;
}

.circle_gradient5 {
    background-image: linear-gradient(120deg, #ffd381 0%, #FF8C00 100%);
    border: 0.1em solid #DADADA;
}

.circle_gradient6 {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    border: 0.1em solid #DADADA;
}

.circle_gradient7 {
    background-image: linear-gradient(-225deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
    border: 0.1em solid #DADADA;
}

.circle_gradient8 {
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
    border: 0.1em solid #DADADA;
}

.circle_gradient9 {
    background-image: linear-gradient(-225deg, #FF057C 0%, #7C64D5 48%, #4CC3FF 100%);
    border: 0.1em solid #bcffef;
}

.circle_gradient10 {
    background-image: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
    border: 0.1em solid red;
}

.level_num {
    font-size: 10px;
    /* font-weight: bold; */
    word-break: keep-all;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.num_color0 {
    color: #999999;
}

.num_color1 {
    color: #999999;
}

.num_color2 {
    color: #636363;
}

.num_color3 {
    color: #636363;
}

.num_color4 {
    color: #4e4e4e;
}

.num_color5 {
    color: #4e4e4e;
}

.num_color6 {
    color: #4e4e4e;
}

.num_color7 {
    color: #4e4e4e;
}

.num_color8 {
    color: white;
    font-weight: bold;
}

.num_color9 {
    color: white;
    font-weight: bold;
}

.num_color10 {
    color: white;
    font-weight: bold;
}

/* 버튼 스타일 */
.btn_href {
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    background-color: #7892c2;
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 1.5em !important;
    padding: 6px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

.btn_href a {
    color: #ffffff !important;
    font-size: 1em !important;
    text-decoration-line: none;
}

.btn_href:hover {
    background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    background-color: #476e9e;
}

.btn_href:active {
    position: relative;
    top: 1px;
}

/* 스크롤 막기 */
body.no_scroll {
    overflow: hidden !important
}

/* 사용자 버튼 생성 */
.link_button_red {
    display: block;
    margin: 0 30px;
    align-items: center;
    padding: 7px 20px;
    font-size: 1.7em;
    font-weight: bold;
    color: white !important;
    background-color: rgb(247, 37, 0);
    border: none;
    border-radius: 40px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    /* 크기 및 색상 변화를 위한 트랜지션 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.link_button_black {
    display: block;
    margin: 0 30px;
    align-items: center;
    padding: 7px 20px;
    font-size: 1.7em;
    font-weight: bold;
    color: white !important;
    background-color: rgb(29, 27, 27);
    border: none;
    border-radius: 40px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    /* 크기 및 색상 변화를 위한 트랜지션 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.link_button_red:hover,
.link_button_black:hover {
    background-color: #ffee00;
    /* hover 시 색상 변경 */
    transform: scale(1.07);
    /* hover 시 크기 확대 */
    color: black !important;
}

.link_button_red:hover>a,
.link_button_black:hover>a {
    color: black;
}

.link_button_red:active,
.link_button_black:active {
    background-color: #FFA000;
    /* 클릭 시 색상 */
    transform: scale(1.05);
    /* 클릭 시 약간 축소 */
}

.link_button_red::after,
.link_button_black::after {
    content: " 👆";
    /* 항상 표시될 이모지 */
    font-size: 1em;
}

.link_button_red a,
.link_button_black a {
    text-decoration: none !important;
    color: white !important;
}

.link_button_red span,
.link_button_black span {
    margin-left: 10px;
    /* 아이콘과 텍스트 간격 */
}

.link_button_red img,
.link_button_black img {
    width: 20px;
    /* 아이콘 크기 */
    height: 20px;
}

/* 반응형 버튼 크기 조정 */
@media (max-width: 768px) {

    .link_button_red,
    .link_button_black {
        font-size: 1.5em;
        /* 태블릿 화면 크기에서는 글자 크기를 조금 줄임 */
        padding: 6px 15px;
        /* 버튼 패딩 조정 */
    }
}

@media (max-width: 480px) {

    .link_button_red,
    .link_button_black {
        font-size: 1.3em;
        /* 작은 화면에서는 글자 크기를 더 줄임 */
        padding: 5px 10px;
        /* 버튼 패딩을 더 줄여 공간 절약 */
        border-radius: 30px;
        /* 둥근 모서리 크기 조정 */
    }
}

/* button style */
/* .link_button_red {
  background-color: rgb(247, 37, 0);
  color: white;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  width: 90%;
  font-weight: bold;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.link_button_black {
  background-color: rgb(29, 27, 27);
  color: white;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  width: 90%;
  font-weight: bold;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.link_button_red:hover, .link_button_black:hover {
  background-color: #00cf11;
  transform: scale(1.1);
} */



/* 쿠팡 애니메이션, 네임스페이스: dgx- */
/* 겹치기 레이아웃 */
/* ===== dgx overlay slider (namespace: dgx-) ===== */

/* 컨테이너: iframe과 오버레이를 같은 셀에 포개기 */
.dgx-stack {
    position: relative;
    display: grid;
    width: var(--dgx-width);
    height: var(--dgx-height);
}

/* 두 자식을 같은 그리드 셀(1/1)에 겹치기 */
.dgx-stack>* {
    grid-area: 1 / 1;
}

/* iframe */
.dgx-stack__frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    z-index: 1;
}

/* 중앙 고정 래퍼 (여기엔 transform 안 걸림) */
.dgx-overlay {
    width: 300px;
    height: 231px;
    z-index: 2;
    place-self: center;
    /* 가로/세로 정중앙 */
    pointer-events: none;
    /* 아래 클릭 통과 (필요 시 제거) */
    user-select: none;
}

/* 실제 이미지: X축 슬라이드만 애니메이션 */
.dgx-overlay__img {
    display: block;
    width: 300px !important;
    height: 231px !important;
    /* max-width: min(60%, 320px); */
    /* height: auto; */
    will-change: transform;
    animation: dgxTeaseX 1.7s ease-in-out infinite;
}

/* ‘열릴 듯’ 좌측 슬라이드 티즈 */
@keyframes dgxTeaseX {

    0%,
    24% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-15px);
    }

    36% {
        transform: translateX(0);
    }

    55% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 호버 시 조금 더 빠르게 + 살짝 강조 */
.dgx-stack:hover .dgx-overlay__img {
    animation-duration: 3.1s;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .15));
}

/* 접근성: 모션 최소화 존중 */
@media (prefers-reduced-motion: reduce) {
    .dgx-overlay__img {
        animation: none;
    }
}

/* === (옵션) Grid 충돌 시 절대좌표 방식 fallback ===
   컨테이너에 .dgx-stack--absolute 추가해서 사용 */
.dgx-stack--absolute .dgx-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 중앙 고정 */
}

.dgx-stack--absolute .dgx-overlay__img {
    /* 중앙 보정 포함한 키프레임 사용 */
    animation: dgxTeaseXAbs 2.0s ease-in-out infinite;
}

@keyframes dgxTeaseXAbs {

    0%,
    24% {
        transform: translate(-50%, -50%) translateX(0);
    }

    30% {
        transform: translate(-50%, -50%) translateX(-15px);
    }

    36% {
        transform: translate(-50%, -50%) translateX(0);
    }

    55% {
        transform: translate(-50%, -50%) translateX(-10px);
    }

    100% {
        transform: translate(-50%, -50%) translateX(0);
    }
}

/* 게시판 폰트 사이즈 변경 */
.font-size-buttons-wrap {
    width: 100%;
    text-align: center;
}

.font-size-buttons {
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;

    grid-template-columns: none !important;
}

.font-size-buttons button {
    flex: none !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid #ccc;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.font-size-buttons button:hover {
    background: #f5f5f5;
}

.font-size-buttons button img {
    width: 20px;
    height: 20px;
    display: block;
}

/* 게시판 이미지 확대 모달 */
#contents img {
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    display: block;
    margin: 16px auto;
}

/* 확대 모달 */
#contents img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 16px auto;
    cursor: zoom-in;
}

/* 모달 */
.image-zoom-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 9999;
}

.image-zoom-modal.active {
    display: block;
}

.image-zoom-toolbar {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
    z-index: 10001;
}

.image-zoom-toolbar button {
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
}

.image-zoom-viewport {
    position: absolute;
    inset: 0;
    overflow: hidden;
    touch-action: none;
    cursor: grab;
}

.image-zoom-viewport.dragging {
    cursor: grabbing;
}

.image-zoomed {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 92vw;
    max-height: 88vh;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    will-change: transform;
}

/* 처음 열렸을 때 화면 안에 맞게 */
.image-zoomed.fit {
    max-width: 92vw;
    max-height: 88vh;
}

/* .dgx-slideTeaseWidget {
    position: relative;
    width: 680px;
    height: 140px;
    display: inline-block;
}
.dgx-slideTeaseWidget .dgx-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.dgx-slideTeaseWidget .dgx-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 160px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    user-select: none;
    will-change: transform;
}
@keyframes dgx_teaseSlideLeft {
    0%,
    24% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-10px);
    }
    36% {
        transform: translateX(0);
    }
    55% {
        transform: translateX(-6px);
    }
    100% {
        transform: translateX(0);
    }
}
.dgx-slideTeaseWidget .dgx-tease {
    animation: dgx_teaseSlideLeft 2.2s ease-in-out infinite;
}
.dgx-slideTeaseWidget:hover .dgx-tease {
    animation-duration: 1.6s;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .15));
}
@media (prefers-reduced-motion: reduce) {
    .dgx-slideTeaseWidget .dgx-tease {
        animation: none;
    }
} */



/* 변수 선언 */
:root {
    --screen-width-large: 1200px;
    --screen-width-medium: 992px;
    --screen-width-small: 768px;
    --screen-width-mobile: 576px;

    --page-width-l: 1080px;
    --page-width-ml: 960px;
    --page-width-m: 720px;
    --page-width-sm: 560px;
    /* --page-width-s: 576px; */

    --div-width-l: 77%;
    --div-width-ml: 74%;
    --div-width-m: 81%;
    --div-width-sm: 75%;
    --div-width-s: 100%;
}


/* flex width */
@media (min-width: 1200px) {

    /* @media (min-width: 1200px) and (max-width: 1399px){ */
    /* html {width: 1080px;} */
    body {
        width: var(--page-width-l);
    }

    #schedule_img {
        display: block;
    }

    #schedule_img_mobile {
        display: none;
    }

    #main_div {
        /* 메인 화면 */
        width: var(--div-width-l);
        display: block;
    }

    #navbar {
        /* 사이드 메뉴 화면 */
        width: calc(100% - var(--div-width-l));
        display: block;
    }

    #title_menu {
        /* 상단 메뉴 버튼 */
        display: none;
    }

    #title_close {
        /* 사이브다 close 버튼 */
        display: none;
    }

    #contents_body {
        min-height: 1108.18px;
    }

    .main_contents {
        border: 0.3px solid rgb(199, 199, 199) !important;
        border-radius: 1px !important;
        margin: 3px 5px 0px 5px !important;
        box-shadow: 2px 2px 2px 2px rgb(184, 184, 184) !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    /* html {width: 960px;} */
    body {
        width: var(--page-width-ml);
    }

    #schedule_img {
        display: none;
    }

    #schedule_img_mobile {
        display: block;
    }

    #main_div {
        /* 메인 화면 */
        width: var(--div-width-ml);
        display: block;
    }

    #navbar {
        /* 사이드 메뉴 화면 */
        width: calc(100% - var(--div-width-ml));
        display: block;
    }

    #title_menu {
        /* 상단 메뉴 버튼 */
        display: none;
    }

    #title_close {
        /* 사이브다 close 버튼 */
        display: none;
    }

    #contents_body {
        min-height: 1108.18px;
    }

    /* #sidebar {
    background-color: #EDEDED;
    width: calc(var(--page-width-ml) * var(--div-width-ml));
    position: fixed;
  } */
    .main_contents {
        border: 0.3px solid rgb(199, 199, 199) !important;
        border-radius: 1px !important;
        margin: 3px 5px 0px 5px !important;
        box-shadow: 2px 2px 2px 2px rgb(184, 184, 184) !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    /* html {width: 720px;} */
    body {
        width: var(--page-width-m);
    }

    #schedule_img {
        display: none;
    }

    #schedule_img_mobile {
        display: block;
    }

    #main_div {
        /* 메인 화면 */
        width: var(--div-width-m);
        display: block;
    }

    #navbar {
        /* 사이드 메뉴 화면 */
        width: calc(100% - var(--div-width-m));
        display: block;
    }

    #title_menu {
        /* 상단 메뉴 버튼 */
        display: none;
    }

    #title_close {
        /* 사이브다 close 버튼 */
        display: none;
    }

    #contents_body {
        min-height: 1668.41px;
    }

    .main_contents {
        border: 0.3px solid rgb(199, 199, 199) !important;
        border-radius: 1px !important;
        margin: 3px 5px 0px 5px !important;
        box-shadow: 2px 2px 2px 2px rgb(184, 184, 184) !important;
    }
}

/* 모바일 버전 */
@media (min-width: 576px) and (max-width: 768px) {

    /* html {width: 560px;} */
    body {
        width: var(--page-width-sm);
    }

    #schedule_img {
        display: none;
    }

    #schedule_img_mobile {
        display: block;
    }

    #main_div {
        /* 메인 화면 */
        width: var(--div-width-sm);
        display: block;
    }

    #navbar {
        /* 사이드 메뉴 화면 */
        width: calc(100% - var(--div-width-sm));
        display: block;
    }

    #title_menu {
        /* 상단 메뉴 버튼 */
        display: none;
    }

    #title_close {
        /* 사이브다 close 버튼 */
        display: none;
    }

    #contents_body {
        min-height: 1668.41px;
    }

    .main_contents {
        border: 0.3px solid rgb(199, 199, 199) !important;
        border-radius: 1px !important;
        margin: 3px 5px 0px 5px !important;
        box-shadow: 2px 2px 2px 2px rgb(184, 184, 184) !important;
    }
}

@media (max-width: 575px) {

    /* html {width: auto;} */
    #schedule_img {
        display: none;
    }

    #schedule_img_mobile {
        display: block;
    }

    #main_div {
        /* 메인 화면 */
        width: var(--div-width-s);
        display: block;
    }

    #navbar {
        /* 사이드 메뉴 화면 */
        width: calc(100% - var(--div-width-s));
        display: none;
    }

    #title_menu {
        /* 상단 메뉴 버튼 */
        display: block;
    }

    #title_close {
        /* 사이드바 close 버튼 */
        display: none;
    }

    #contents_body {
        min-height: 600px;
    }
}