@charset "utf-8"; /********************************************************
■ Basic : 기본
********************************************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic'); body {
    font-family: dotum;
    line-height: 22px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.is-pc .ko {
    font-size: 12px;
}

a {
    color: rgb(51, 51, 51);
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: crimson;
    text-decoration: none;
}

fieldset legend {
    display: none;
}

label {
    font-weight: normal;
}

label.checkbox, label.radio {
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: block;
}

blockquote {
    font-size: 12px;
    margin: 0px 0px 20px;
}

.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
    font-family: "Roboto", sans-serif;
}

.ko, .ko small {
    font-family: dotum, sans-serif;
}

.sns-share-icon img {
    width: 20%;
    max-width: 34px;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .col-sm-5 {
        width:41.6% !important;
    }
}

/********************************************************
■ Layout : 레이아웃
********************************************************/
.div-title-underbar span {
    border-color: #eb3102;
}

.wrapper {
    margin: 0 auto;
    background: #fff;
}

.at-container {
    margin: 0px auto;
    padding: 0px;
}

.is-pc .at-body {
    min-height: 600px;
}

.at-body .at-container {
    overflow: hidden;
}

.boxed.wrapper .at-body .at-container {
    padding: 0px 20px;
}

.at-content {
    position: relative;
    padding: 20px 0px;
}

.at-row {
    margin-left: -15px;
    margin-right: -15px;
}

.at-col {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 20px;
}

.nav-fixed .at-menu {
    width: 100%;
    z-index: 10;
    left: 0px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

.at-lnb .at-container {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.ton-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.ton-right-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.ton-left {
    float: left;
}

.ton-right {
    float: right;
}

.banner-main-top {
    padding: 0px 15px;
    padding-top: 10px;
}

.banner-main-top img {
    width: 100%;
    /* margin: 0 15px; */
}

.pc.banner-main-top {
    /* margin-bottom: -6px; */
}

.pc.banner-main-top.middle {
    margin-top: 0;
    padding: 0;
}

.large.banner-main-top {
    padding: 0;
    padding-top: 5px;
    /* margin-bottom: -8px; */
}

.large.banner-main-top img {
}

.zone-center {
    width: calc(100% - 260px - 260px);
    display: inline-block;
}

.at-main .tabpanel {
    border: 1px solid #dadada;
    margin-bottom: 25px;
    /* height: 463px; */
}

@media all and (max-width: 991px) {
    .responsive .at-body .at-container {
        padding:0px 10px !important;
    }

    .responsive .at-body .at-row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .responsive .at-body .at-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .responsive .pull-right.at-main, .responsive .pull-left.at-side {
        float: none !important;
    }

    .at-main .tabpanel {
        border: 1px solid #dadada;
        margin-bottom: 25px;
        height: auto;
    }
}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb {
    font-size: 12px;
    line-height: 20px;
    background: #f7f7f7;
}

.en .at-lnb {
    font-size: 12px;
}

.at-lnb ul {
    list-style: none;
    margin: 0px;
    margin: 0 -15px;
}

.at-lnb ul > li {
    float: left;
    padding: 0px 15px;
}

.at-lnb ul > li::after {
    float: right;
    color: #ccc;
    content: "|";
    margin-right: -17px;
}

.at-lnb ul > li:last-child::after {
    content: "";
    margin-right: 0px;
}

.at-lnb ul > li > a {
    color: #333;
    float: left;
}

@media all and (max-width: 991px) {
    .responsive .at-lnb .at-container {
        display:none;
        visibility: visible;
    }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header {
    text-align: center;
}

.pc-header .at-container {
}

.pc-header .header-logo {
    display: inline-block;
    vertical-align: middle;
}

.pc-header .header-logo a {
    font-size: 44px;
    line-height: 44px;
    font-family: 'Georgia', sans-serif;
    font-weight: bold;
    color: #000;
}

.pc-header .header-logo a:hover {
    color: #000;
}

.pc-header .header-logo img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 4px;
    margin-top: 4px;
}

.pc-header .header-desc {
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    color: #888;
    margin-top: 2px;
}

.pc-header .header-search {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
}

.pc-header .header-search form {
    padding: 0px;
    margin-top: 4px;
    border: 4px solid #111;
    background: #111;
}

.pc-header .header-search input {
    background: #fff;
    border: 1px solid #111;
}

.pc-header .header-search .btn {
    color: #fff !important;
    background: #111 !important;
}

.pc-header .header-keyword {
    padding-top: 4px;
}

.en .pc-header .header-keyword {
    font-size: 12px;
}

.collapse {
    display: block;
}

.pc-menu-layer {
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
    border-bottom: 4px solid #FF3300;
}

@media all and (max-width: 991px) {
    .responsive .pc-header {
        display:none;
    }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header {
    display: none;
}

.m-header a {
    color: #fff
}

.m-header .at-container {
    padding: 0px;
}

.m-header .header-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
    min-width: 300px;
    border-collapse: collapse;
}
.m-header .header-wrap .header-darkmode-btn{
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: max-content;
    float: right;
    margin-top: 8px;
    font-size: 18px;
}

.m-header .header-wrap .header-darkmode-btn a{
    color:black;
}
.m-header .header-icon, .m-header .header-logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%;
}

.m-header .header-icon {
    width: 44px;
    float: left;
    margin-top: 8px;
}

.m-header .header-icon a {
    display: block;
}

@media all and (max-width: 991px) {
    .responsive .m-header {
        display:block;
    }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu {
    display: none;
    position: relative;
    background: #111;
    border: 0px;
    z-index: 3;
    box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
}

.pc-menu .at-container {
    position: relative;
}

.pc-menu .sub-slide, .pc-menu .sub-shows {
    display: none;
    visibility: visible;
}

.pc-menu .sub-icon::after {
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "\f105";
}

.pc-menu .menu-a {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.pc-menu .nav-home .menu-a {
    font-size: 20px;
}

.pc-menu .nav-right {
    font-size: 16px;
}

@media all and (max-width: 991px) {
    .responsive .pc-menu, .responsive .pc-menu-all {
        display:none;
    }

    .ton-left {
        display: none;
    }

    .zone-center {
        width: calc(100% - 260px);
    }
}

@media all and (max-width: 660px) {
    .responsive .pc-menu, .responsive .pc-menu-all {
        display:none;
    }

    .ton-left {
        display: none;
    }

    .zone-center {
        width: 100%;
    }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/
/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
}

.pc-menu .nav-top.nav-both .menu-li {
    display: table-cell;
    vertical-align: top;
}

.pc-menu .nav-top.nav-both .menu-a {
    padding: 0px;
    text-align: center;
}

.pc-menu .nav-top.nav-both .sub-1div::before {
    left: 50%;
    margin-left: -8px;
}

.pc-menu .nav-top.nav-both .sub-1div {
    position: relative;
}

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul {
}

.pc-menu .nav-top.nav-float .menu-li {
    float: left;
}

.pc-menu .nav-top.nav-float .sub-1div {
    position: absolute;
}

/* 공통 스타일 */
.pc-menu .nav-top {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
}

.pc-menu .nav-top .menu-a {
    display: block;
    color: #fff;
    background: #111;
    font-weight: bold;
}

.pc-menu .nav-top .menu-li:hover .menu-a, .pc-menu .nav-top .menu-li.on .menu-a {
    background: #333;
}

.pc-menu .nav-top .menu-li.nav-home {
    width: 60px !important;
    text-align: center;
}

.pc-menu .nav-top .menu-li.nav-home .menu-a {
    padding: 0px;
}

.pc-menu .nav-top .new {
    color: rgb(140, 195, 70);
}

.pc-menu .nav-top .sub-1div::before {
    top: -8px;
    border-width: 0 8px 8px;
    border-color: orangered transparent;
    display: block;
    width: 0px;
    content: "";
    position: absolute;
    border-style: solid;
}

.pc-menu .nav-top .sub-1div {
    background: #fff;
    border-top: 3px solid orangered;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.pc-menu .nav-top .sub-1dul, .pc-menu .nav-top .sub-1dli {
    position: relative;
}

.pc-menu .nav-top .sub-1da {
    display: block;
    color: #000;
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-1dli.on .sub-1da, .pc-menu .nav-top .sub-1dli:hover .sub-1da {
    color: #fff;
    font-weight: bold;
    background: orangered;
    border-color: orangered;
}

.pc-menu .nav-top .sub-1new {
    color: rgb(140, 195, 70);
}

.pc-menu .nav-top .sub-1line {
    position: relative;
    display: block;
    color: #000;
    padding: 5px 12px;
    font-weight: bold;
    background: #fafafa;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-2div {
    left: 100%;
    top: 0;
    background: #fff;
    position: absolute;
    z-index: 20;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.pc-menu .nav-top .sub-2dul {
}

.pc-menu .nav-top .sub-2dli {
}

.pc-menu .nav-top .sub-2da {
    display: block;
    color: #000;
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-2dli.on .sub-2da, .pc-menu .nav-top .sub-2dli:hover .sub-2da {
    color: #fff;
    font-weight: bold;
    background: orangered;
    border-color: orangered;
}

.pc-menu .nav-top .sub-2new {
    color: rgb(140, 195, 70);
}

.pc-menu .nav-top .sub-2line {
    display: block;
    color: #000;
    padding: 5px 12px;
    font-weight: bold;
    background: #fafafa;
    line-height: 22px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right {
    background: #111;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 11;
}

.pc-menu .nav-right > ul {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pc-menu .nav-right > ul > li {
    float: left;
    position: relative;
    width: 42px;
}

.pc-menu .nav-right > ul > li > a {
    color: #fff;
    display: block;
    text-align: center;
}

.pc-menu .nav-right > ul > li > a:hover {
    background: #333;
}

.pc-menu .nav-right .label {
    position: absolute;
    top: 15%;
    right: 7px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: 0.9;
    border-radius: .25em !important;
}

.pc-menu .nav-rw {
    width: 170px;
}

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all {
    position: relative;
    background: #fff;
    z-index: 2;
}

.pc-menu-all .at-container {
}

.pc-menu-all .table {
    margin-bottom: 20px !important;
}

.pc-menu-all .table td {
    width: 1%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px;
    line-height: 20px;
}

.pc-menu-all .menu-a {
    display: block;
    color: #ff3300;
    padding: 12px 0px;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    font-weight: bold;
    text-align: left;
    font-size: 1.17em;
    margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;
}

.pc-menu-all ul li {
    list-style: none;
}

.pc-menu-all .table td.on .menu-a {
    color: crimson;
}

.pc-menu-all .sub-1div {
}

.pc-menu-all .sub-1dul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pc-menu-all .sub-1dli .sub-1da {
    display: block;
    padding: 2px 12px;
    color: #333;
}

.pc-menu-all .sub-1dli.on .sub-1da, .pc-menu-all .sub-1dli:hover .sub-1da {
    color: crimson;
}

.pc-menu-all .new {
    color: rgb(140, 195, 70);
}

.pc-menu-all .new-sub1 {
    color: rgb(140, 195, 70);
}

.pc-menu-all .sub-1line {
    display: block;
    color: #000;
    padding: 5px 12px;
    margin: 4px 0px;
    font-weight: bold;
    background: #fafafa;
}

.pc-menu-all .menu-all-btn {
    text-align: center;
}

.pc-menu-all .sub-1dli .ico-bookmark, .cafe-menu .cafe-menu-list .ico-book, .ico-indent , .cafe-menu .cafe-menu-list .ico-market, .cafe-menu .cafe-menu-list .ico-calendar, .cafe-menu .cafe-menu-list .ico-link, .cafe-menu .cafe-menu-list .ico-list, .cafe-menu .cafe-menu-list .ico-map, .cafe-menu .cafe-menu-list .ico-memo, .cafe-menu .cafe-menu-list .ico-photo, .cafe-menu .cafe-menu-list .ico-cafe-kin, .cafe-menu .cafe-menu-list .ico-simple, .cafe-menu .cafe-menu-list .ico-attendance, .cafe-menu .cafe-menu-list .ico-tag {
    display: inline-block;
    background-image: url(/img/sp_icon.svg);
    background-repeat: no-repeat;
    vertical-align: top;
}

span.new_circle {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #ff2f00;
    border-radius: 50%;
    text-align: center;
    line-height: 13px;
    color: #fff !important;
    font-size: 10px;
    font-weight: bold;
}

.pc-menu-all .sub-1dul {
    padding: 0 10px;
}

.pc-menu-all .sub-1dli .ico-indent {
    margin: 6px 5px 0 0;
    background-position: -306px -42px;
    width: 10px;
    height: 11px;
}

.pc-menu-all .sub-1dli [class*="ico-"] {
    float: left;
}

.pc-menu-all .sub-1dli .ico-list {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 6px 4px 0 0;
    border-left: 1px solid;
    border-bottom: 1px solid;
    vertical-align: top;
}

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu {
    display: none;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 20;
    box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
}

.m-menu .m-wrap {
}

.m-menu .m-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    width: 100%;
    margin: 0px;
    min-width: 300px;
    border-collapse: collapse;
}

.m-menu .m-icon, .m-menu .m-list {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #eee;
    border-top: 0px;
    border-bottom: 0px;
}

.m-menu .m-icon {
    width: 44px;
    text-align: center;
    font-size: 18px;
}

.m-menu .m-icon a {
    display: block;
    position: relative;
}

.m-menu .m-icon .label {
    position: absolute;
    top: 15%;
    right: 5px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: 0.9;
    border-radius: .25em !important;
}

.msgCount {
    font-size: 13px;
}

.m-menu .m-nav {
    overflow: hidden;
    margin: 0px 10px;
}

.m-menu .m-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.m-menu .m-nav ul li {
    display: table-cell;
    padding: 0px 10px;
    white-space: nowrap;
}

.m-menu .m-nav ul li.active a {
    color: orangered;
    font-weight: bold;
}

.m-menu .m-sub {
    background: #fafafa;
    border-top: 1px solid #ddd;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0px 10px;
}

.m-menu .m-nav-sub {
    width: 100%;
    overflow: hidden;
    margin: 0px;
}

.m-menu .m-nav-sub ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.m-menu .m-nav-sub ul li {
    display: table-cell;
    padding: 0px 10px;
    white-space: nowrap;
}

.m-menu .m-nav-sub ul li.active a {
    color: orangered;
    font-weight: bold;
}

@media all and (max-width: 991px) {
    .responsive .m-menu {
        display:block;
        border-top: 1px solid #e9e9e9;
    }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title {
    height: 80px;
    position: relative;
    color: #000;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
}

.at-title .at-container {
    height: 100%;
    position: relative;
}

.at-title .page-title {
    font-size: 24px;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 1;
}

.at-title .page-desc {
    color: #888;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}

@media all and (max-width: 767px) {
    .responsive .at-title {
        height:50px;
    }

    .responsive .at-title .page-title {
        font-size: 20px;
        left: 15px;
        bottom: 10px;
    }
}

/*-------------------------------------------------------*/
/* Footer : 사이트 하단 영역
/*-------------------------------------------------------*/
.en .at-footer {
    font-size: 12px;
}

.at-footer {
    color: #333;
    background: #fff;
    padding-bottom: 30px;
}

.at-footer.at-footer-mask {
    background: #f5f5f5;
}

.at-footer .at-footer-line {
    height: 5px;
    border-top: 1px solid #eee;
    line-height: 1px;
    font-size: 1px;
}

.at-footer.at-footer-mask .at-footer-line {
    border: 0;
}

.at-footer .logo-bottom {
    display: block;
    max-height: 120px;
    padding-right: 15px;
    filter: grayscale(1);
}

.at-footer .at-links {
    margin-bottom: 20px;
}

.at-footer .at-links ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
}

.at-footer .at-links ul > li {
    float: left;
    padding: 0 15px;
}

.at-footer .at-links ul > li::after {
    float: right;
    color: #ccc;
    content: "|";
    margin-right: -16px;
    font-size: 11px;
}

.at-footer .at-links ul > li:last-child::after {
    content: "";
}

.at-footer .at-links ul > li > a {
    color: #333;
}

.at-footer .at-links ul > li > a:hover {
    color: #000;
}

.at-footer .at-copyright {
    margin-top: 10px;
}

.at-footer .at-copyright span {
}

.at-footer .at-about {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
}

.at-footer .at-about > li {
    float: left;
    padding: 0 15px;
}

.at-footer .at-about > li > a {
    color: #333;
}

.at-footer .at-about > li > a:hover {
    color: #000;
}

@media all and (max-width: 991px) {
    .responsive .at-footer .at-links ul.pull-left {
        display:none;
    }

    .responsive .at-footer .at-links ul.pull-right {
        float: none !important;
    }

    .responsive .at-footer .at-links ul.pull-right > li {
        float: none;
        display: inline-block;
    }
}

@media all and (max-width: 767px) {
    .responsive .at-footer {
        padding:20px 0;
    }
}

/* YC5 */
.en .at-footer .at-infos {
    font-size: 12px;
}

.at-footer .at-infos .media {
    padding: 15px 20px 20px;
}

.at-footer .at-infos .pull-left {
    font-size: 70px;
    color: #ddd;
}

.at-footer .at-infos .copyright {
    float: left;
    margin-left: 10px;
}

.at-footer .at-infos .copyright span {
    color: #888;
}

.at-footer .at-about {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.at-footer .at-about > li {
    float: left;
    padding: 0px 15px;
    color: #888;
}

.at-footer .at-about > li > a {
    color: #888;
}

.at-footer .at-help {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

.at-footer .at-help:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.at-footer .at-help > li {
    float: left;
    padding: 0px 15px;
}

.at-footer .at-help > li::after {
    float: right;
    font-size: 12px;
    color: #ddd;
    content: "|";
    margin-right: -17px;
}

.at-footer .at-help > li:last-child::after {
    content: "";
}

.at-footer .at-help > li > a {
    float: left;
}

@media all and (max-width: 767px) {
    .responsive .at-footer .at-infos .media {
        padding:15px 0px 20px;
        text-align: center;
    }

    .responsive .at-footer .at-infos .copyright {
        float: none;
        margin: 0px;
    }
}

/* G5 */
.at-footer .at-copyright {
    text-align: left;
    padding: 15px 0px;
    color: #888;
}

.at-footer .at-copyright strong {
    color: #333;
}

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn {
    display: none;
    position: fixed;
    width: 40px;
    bottom: 20px;
    right: 25px;
    z-index: 2;
}

.at-go .go-btn span {
    display: block;
    color: #fff;
    background: rgba(0,0,0,0.5);
    margin: 5px 0px;
    text-align: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    font-size: 19px;
}

.at-go .go-btn .go-bottom {
    display: none;
}

@media (max-width: 768px) {
    .at-go .go-btn {
        bottom:0px;
        right: 5px;
    }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn {
    font-family: "Roboto", sans-serif;
}

.btn-lg {
    padding: 10px 16px;
    border-radius: 3px;
    line-height: 1.33;
    font-size: 18px;
}

.btn-lg i {
    top: 3px;
    font-size: 24px;
    position: relative;
}

.btn-xs {
    padding: 4px 10px;
}

.is-pc .ko .btn-xs, .is-pc .ko .btn-sm {
    font-family: dotum, sans-serif;
}

/* Panel : Accordions */
.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel .panel-heading {
    border-radius: 0px;
}

.is-pc .ko .panel .panel-body {
    font-size: 12px;
}

/* List Group */
.list-group-item {
    word-break: break-all;
    border-radius: 0 !important;
}

/* Pagination */
.pagination {
    font-family: "Roboto", sans-serif;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination li a {
    border-radius: 0 !important;
    color: #333 !important;
}

.pagination li.active a {
    color: #fff !important;
    background: #444 !important;
    border-color: #444 !important;
}

/* Progress */
.progress {
    position: relative;
    border-radius: 0px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .progress-bar {
    background-color: #FF3300;
}

.rank-icon.bg-red {
    background: #FF3300;
}

span.wr-icon.wr-new {
    background-color: #FF3300;
}

.progress .sr-only {
    font-family: "Roboto", sans-serif;
    margin: 0px 15px;
    left: 0px;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    clip: auto;
}

.sr-score {
    font-family: "Roboto", sans-serif;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding-right: 8px;
}

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label {
    border-radius: 0 !important;
}

.btn.btn-lotto:hover {
    background: #ff3300;
    color: white !important;
}

.btn.btn-lotto {
    background: #ff5126;
    color: white !important;
    /* font-weight: bold; */
    border: 1px solid rgb(0 0 0 / 18%);
}

.next-lotto-remain-time {
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    /* vertical-align: bottom; */
    /* background: black; */
    /* padding: 4px 5px; */
    /* color: white; */
}

.next-lotto-remain-time .explain {
}

.next-lotto-remain-time .date {
    color: red;
}

@charset "utf-8"; /* sidebar Box */
#sidebar-box {
    top: 0px;
    width: 280px;
    height: 100%;
    position: fixed;
    z-index: 99998;
    background: #fff;
}

#sidebar-box .sidebar-content {
    position: relative;
    padding: 0px 15px;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

#sidebar-box .sidebar-head {
    position: absolute;
    top: 0;
    left: -1px;
    width: 281px;
    height: 10px;
    z-index: 10;
}

#sidebar-box .div-title-underline-thin {
    margin-bottom: 8px;
}

#sidebar-box .sidebar-sns-login img {
    margin: 5px 0px 0px;
    width: 20%;
    float: left;
}

#sidebar-box .sidebar-icon-tbl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#sidebar-box .sidebar-icon-cell {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 0px 0px 10px;
}

#sidebar-box .sidebar-icon-cell span {
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    margin-top: 6px;
}

#sidebar-box-mask {
    display: none;
    position: fixed;
    z-index: 99997;
    background: rgba(0,0,0,0.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#sidebar-box .sidebar-menu {
    margin: 0px;
    border-top: 1px solid #eee;
}

#sidebar-box .sidebar-menu a {
    display: block;
}

#sidebar-box .sidebar-menu .panel {
    background: none;
    margin-top: 0px;
    line-height: 24px;
}

#sidebar-box .sidebar-menu .ca-head {
    padding: 0px;
    border-bottom: 1px solid #eee;
}

#sidebar-box .sidebar-menu .ca-head > a {
    padding: 4px 15px;
}

#sidebar-box .sidebar-menu .ca-head.active > a {
    font-weight: bold !important;
    color: crimson !important;
}

#sidebar-box .sidebar-menu .ca-head > a.no-sub::after {
    top: 0px;
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "\f105";
}

#sidebar-box .sidebar-menu .ca-head > a > .ca-href {
    display: inline-block;
    width: 30px;
    cursor: pointer;
}

#sidebar-box .sidebar-menu .ca-head > a > .ca-href::after {
    top: 0px;
    float: right;
    position: relative;
    content: "+";
}

#sidebar-box .sidebar-menu .ca-head.active > a > .ca-href::after {
    top: 0px;
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "\f107";
}

#sidebar-box .sidebar-menu .ca-sub {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fafafa;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #eee
}

#sidebar-box .sidebar-menu .ca-sub li {
    padding: 5px 25px;
    padding-right: 12px;
    border-bottom: 1px solid #eee;
}

#sidebar-box .sidebar-menu .ca-sub li:last-child {
    border-bottom: 0px;
}

#sidebar-box .sidebar-menu .ca-sub li.on a {
    font-weight: bold !important;
    color: crimson !important;
}

#sidebar-box .sidebar-menu .ca-line {
    border: 0px;
    background: #fff;
    font-weight: bold;
}

#sidebar-box .sidebar-search {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 8px;
    margin-bottom: 10px;
}

#sidebar-box .sidebar-search .row {
    margin-left: -3px;
    margin-right: -3px;
}

#sidebar-box .sidebar-search .row > div {
    padding-left: 3px;
    padding-right: 3px;
}

#sidebar-box .sidebar-media {
    border-bottom: 1px solid #eee;
    margin: 0px 0px 8px;
    padding: 0px 0px 8px;
    line-height: 20px;
}

#sidebar-box .sidebar-media .media-photo i {
    background: #eee;
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
}

#sidebar-box .sidebar-media .media-photo img {
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
}

#sidebar-box .sidebar-media .media-info {
    font-size: 12px;
    color: #888;
}

#sidebar-box .sidebar-media .media-info i {
    margin-left: 10px;
}

#sidebar-box .sidebar-login label {
    line-height: 12px !important;
    font-weight: normal;
    cursor: pointer;
}

#sidebar-box .sidebar-login .profile .photo {
    margin-right: 12px;
}

#sidebar-box .sidebar-login .profile .photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
}

#sidebar-box .sidebar-login .profile .photo i {
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding: 15px 0px 0px;
    text-align: center;
    background: #ddd;
    color: #fff;
    border-radius: 50%;
}

#sidebar-box .sidebar-login .profile h3 {
    font-size: 18px;
    line-height: 32px;
    padding: 0px;
    margin: 0px;
    letter-spacing: -1px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

#sidebar-box .sidebar-login .form-group {
    margin-bottom: 10px;
}

#sidebar-box .sidebar-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#sidebar-box .sidebar-list a {
    display: block;
    padding: 4px 15px;
    border-bottom: 1px solid #eee;
}

#sidebar-box .sidebar-list.list-links a::after {
    top: 0px;
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "\f105";
}

#sidebar-box .sidebar-list.list-links a.no-fa::after {
    content: "";
}

#sidebar-box .progress {
    position: relative;
    border-radius: 0px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#sidebar-box .progress .sr-only {
    margin: 0px 15px;
    left: 0px;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    clip: auto;
}

#sidebar-box .sr-score {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding-right: 8px;
}

#sidebar-box .sr-secret {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    line-height: 12px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 12px;
    height: 12px;
    background-image: url('./img/icon_secret.gif');
}

#sidebar-box .sidebar-wing {
    position: absolute;
    width: 36px;
    z-index: 1;
    text-align: center;
}

#sidebar-box .sidebar-wing-close {
    background: #fff;
    font-size: 18px;
    font-weight: 300 !important;
    width: 36px;
    height: 50px;
    line-height: 50px !important;
    border: 1px solid #ddd;
    cursor: pointer;
}

#sidebar-box .sidebar-wing-icon {
    width: 34px;
}

#sidebar-box .sidebar-wing-icon a {
    display: block;
}

#sidebar-box .sidebar-wing-btn {
    position: relative;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px !important;
}

#sidebar-box .sidebar-wing-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 18px;
    line-height: 18px !important;
    font-size: 11px;
    text-align: center;
    letter-spacing: -1px;
}

#sidebar-box .sidebar-wing-icon .sidebar-scrollup {
    display: none;
}

div.name-wrap > a {
    display: inline!important;
}

.wr-name .name-wrap {
    display: block;
}

.name-wrap {
    display: inline;
    width: 100%;
    align-items: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.media-heading .mark-ico, .author-name .mark-ico {
    display: inline-block;
}

.verified-mark-history .mark-ico {
    display: inline-block;
}

.mark-ico {
    margin-right: 3px;
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: middle;
    display: none;
}

.tab-content .mark-ico.v-mark
{
    display:none !important;
}

.mark-ico.v-mark.gold {
    background: url("../../assets/img/vmark.png?1");
    background-size: cover;
}

.mark-ico.v-mark.silver {
    background: url("../../assets/img/vmark-silver3.png?2");
    background-size: cover;
}

.mark-ico.v-mark.verified {
    background: url("../../assets/img/vmark-verified3.png?5");
    background-size: cover;
    display: inline-block;
}

.name-wrap .lv-ico {
    padding-right: 4px;
    display: inline;
}

@media (min-width: 481px) {
    #sidebar-box {
        right: -320px;
        border-left: 1px solid #ddd;
        margin-left: 40px;
    }

    #sidebar-box .sidebar-wing {
        left: 0;
        margin-left: -35px;
    }

    #sidebar-box .sidebar-wing-close {
        border-right: 0px;
    }
}

@media (max-width: 480px) {
    #sidebar-box {
        left: -320px;
        border-right: 1px solid #ddd;
        margin-right: 40px;
    }

    #sidebar-box .sidebar-wing {
        right: 0;
        margin-right: -35px;
    }

    #sidebar-box .sidebar-wing-close {
        border-left: 0px;
    }
}

/* sidebar Button */
#sidebar-btn {
    position: fixed;
    z-index: 99997;
}

#sidebar-btn ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#sidebar-btn ul > li > a, #sidebar-btn .sidebar-btn-box {
    position: relative;
    display: block;
    text-align: center;
}

#sidebar-btn .sidebar-btn-box.for-bingo {
    background-color: #e7e7e7;
}

#sidebar-btn .sidebar-btn-box.for-bingo .sidebar-btn img {
    width: 28px;
    /* height: 38px; */
    padding-bottom: 6px;
    padding-right: 1px;
    margin-left: 3px;
}

#sidebar-btn .sidebar-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    font-size: 19px;
    overflow: clip;
}

#sidebar-btn .sidebar-btn-label {
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px !important;
    font-size: 11px;
    text-align: center;
    padding-right: 1px;
    letter-spacing: -1px;
}

@media (min-width: 1201px) {
    #sidebar-box {
        padding-bottom:0px;
    }

    #sidebar-box .sidebar-wing {
        top: 20%;
    }

    #sidebar-box .sidebar-wing-icon {
        border-right: 0px;
        display: block;
    }

    #sidebar-btn {
        top: 25%;
        right: 25px;
    }

    #sidebar-btn .sidebar-btn-box {
        width: 42px;
        height: 42px;
        line-height: 48px !important;
        border-radius: 50%;
        margin-bottom: 7px;
    }

    #sidebar-btn .sidebar-btn-label {
        top: -4px;
        right: -4px;
    }

    #sidebar-btn .sidebar-scrollup {
        display: none;
    }
}

@media (max-width: 1200px) {
    #sidebar-box {
        padding-bottom:40px;
    }

    #sidebar-box .sidebar-wing {
        top: 35%;
    }

    #sidebar-box .sidebar-wing-icon {
        display: none;
    }

    #sidebar-btn {
        left: 0px;
        bottom: 0px;
        z-index: 99999;
    }

    #sidebar-btn ul > li {
        display: table-cell;
        width: 1%;
    }

    #sidebar-btn .sidebar-btn {
        margin-top: 4px;
    }

    #sidebar-btn .sidebar-btn-label {
        top: 0px;
        right: 0px;
    }

    body {
        padding-bottom: 40px;
    }

    .at-go {
        display: none;
    }
}

@media (max-width: 767px) {
    .collapse {
        display:none;
    }
}

@media (max-width: 700px) {
    .cheditor-popup-window {
        left: 0 !important;
    }
}

.notify-wrap .notify-inner {
    display: flex;
    padding-left: 10px;
}

.m-header .header-wrap .notify-wrap .notify-inner {
    display: flex;
    padding-left: 10px;
    justify-content: flex-end;
}

.m-header .header-wrap .notify-wrap {
    position: absolute;
    width: 100%;
}

.notify-wrap {
    /* margin-left:10px; */
}

.dev-top {
    float: left;
    /* display: none; */
    color: white;
}

.dev-top a {
    border: 1px solid red;
    padding: 5px;
    color: red;
}

.notify-wrap .notify-inner .noti-item {
    margin: 0 2px;
}

.notify-wrap .notify-inner .noti-item a {
    padding: 3px 3px;
    background: #d54646;
    border: 1px solid rgb(0 0 0 / 25%);
    color: white;
    border-radius: 9px;
}

.notify-wrap .notify-inner .noti-item a .cnt {
    padding: 2px 5px;
    background: #242323;
    border-radius: 100%;
    margin-left: 2px;
}

@keyframes fade {
    from {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.blink {
    animation: fade 1500ms infinite;
    -webkit-animation: fade 1500ms infinite
}

.myalarm .label {
    position: absolute;
    top: 15%;
    right: 28px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: 0.9;
    border-radius: 0.25em !important;
}

.view-footer {
    text-align: center;
    margin-top: 30px;
    font-size: 21px;
    color: #a32d2d;
    /* font-weight: bold; */
}

.sidebarCount {
    font-size: 15px;
}

.win_memo span {
    font-size: 15px;
}

.keywords-wrap {
    margin-top: 70px;
}

.keywords-wrap .keyword {
    margin-right: 10px ;
    font-size: 13px;
}

.blind-cont {
    font-size: 2rem;
    color: black;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.nick-warn {
    display: inline-flex;
    margin-left: 10px;
    margin-right: 5px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    vertical-align: bottom;
}

.nick-warn i.warn-icon {
    /* display:none; */
    margin-left: 10px;
    margin-right: 1px;
    display: inline-block;
    background: url('warn2.png');
    background-size: cover;
    width: 20px;
    height: 20px;
}

.warning_modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 32%);
}

.warning_modal .warning_modal_inner {
    margin: 0 auto;
    max-width: 320px;
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}

.warning_modal .warning_modal_inner .warning_modal_content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    padding: 15px;
}

.warning_modal .warning_modal_inner .warning_modal_content .icon {
    font-size: 70px;
    color: #83d583;
    text-align: center;
    margin-top: 20px;
}

.warning_modal .warning_modal_inner .warning_modal_content .msg {
    font-size: 22px;
    color: #1c1c1c;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    font-family: 'Roboto';
}

.warning_modal .warning_modal_inner .warning_modal_content .msg-explain {
    font-size: 12px;
    color: #7d7d7d;
    /* font-weight:bold; */
    text-align: center;
    /* margin: 10px 0; */
}

.warning_modal .warning_modal_inner .warning_modal_content .workbtn {
    font-size: 12px;
    color: #7d7d7d;
    text-align: center;
    margin: 10px 0;
}

.warning_modal .warning_modal_inner .warning_modal_content .workbtn a {
    display: inline-block;
    background: #5ab15a;
    padding: 6px 27px;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    font-family: 'Roboto';
}

.list-vote-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    width: 400px;
    margin: 0 auto;
}

.list-vote-wrap .member img {
    display: none;
}

.list-vote-wrap .list-good-member {
    display: flex;
    flex-direction: column;
    background: #ffc7c7;
    padding: 10px;
    width: 50%;
}

.list-vote-wrap .list-good-member .item {
}

.list-vote-wrap .list-bad-member {
    display: flex;
    flex-direction: column;
    background: #c7eeff;
    padding: 10px;
    width: 50%;
}

.list-vote-wrap .list-bad-member .item {
}

.at-body .comment-btn .checkbox-inline {
    display: none;
}

.at-body.adm .comment-btn .checkbox-inline {
    display: inline-block;
}

.user_sites_wrap {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.user_sites_wrap .item {
    background: #e3e3e3;
    padding: 1px;
    display: flex;
    border-radius: 2px;
}

.user_sites_wrap .item > div {
    padding: 2px 8px;
}

.user_sites_wrap .item .site_name {
    background: #e1e1e1;
    border-radius: 2px 0 0 2px;
}

.user_sites_wrap .item .site_id {
    background: #ffffff;
    border-radius: 0 2px 2px 0;
}

.profile .lv-ico img{
    padding-right:5px;
}


/* Dark Mode Toggle Switch Styles */
.dark-mode-toggle-container {
    display: flex;
    align-items: center;
    gap: 8px; /* 텍스트와 스위치 사이 간격 */
}

.dark-mode-toggle-container .switch {
    position: relative;
    display: inline-block;
    width: 44px; /* 너비 */
    height: 20px; /* 높이 */
    margin: 0;
}

.dark-mode-toggle-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.dark-mode-toggle-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.dark-mode-toggle-container .slider:before {
    position: absolute;
    content: "";
    height: 17px; /* 동그라미 높이 */
    width: 17px; /* 동그라미 너비 */
    left: 3px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
}
.dark-mode-toggle-container .slider.no-transition:before {
    /* 페이지 로드 시 애니메이션 방지 */
    transition: none;
}

.dark-mode-toggle-container input:checked + .slider {
    background-color: #2196F3; /* ON 상태 배경색 */
}

.dark-mode-toggle-container input:checked + .slider:before {
    transform: translateX(20px); /* 동그라미 이동 거리 */
}

.dark-mode-toggle-container .slider.round {
    border-radius: 24px;
}

.dark-mode-toggle-container .slider.round:before {
    border-radius: 50%;
}
