@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
a{
	text-decoration:none;
}	
body,a, input, select, textarea,button{
	font-family: "Noto Sans KR", sans-serif;
	font-size:14px;
	font-weight:400;
	letter-spacing: -1px;
    font-style: normal;
    line-height: 1.6;
	color:#100f12;
}
#loading {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #000;
    z-index: 99;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 10px;
    overflow: hidden;
}

#loadingmodal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 1;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-left: -32px;
    margin-top: -32px;
}

#loading-image {
    -webkit-animation: spin 1000ms infinite linear;
    -moz-animation: spin 1000ms infinite linear;
    -ms-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}



@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
img{
	border:0;
	vertical-align:top;
}
table{
	border-collapse: collapse;
	width:100%;
}
/*ÀÌ¹ÌÁö¸Ê*/
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 991px) {
	img[usemap] {
	  border: none;
	  height: auto !important;
	  max-width: 100%;
	  width: 100% !important;
   }
}
.ellipsis{
	display:block;
	text-overflow:ellipsis; 
	overflow:hidden;
	white-space: nowrap;
}
.inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
input,input[type="submit"]{
   appearance: none;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button, label {
	cursor:pointer;
    background-color: transparent;
    border: 0;
}
b{font-weight:600;}

/*main_common*/

:root {
    --main-color: #6666ff;
}

.left {float:left;}
.right {float: right;}
.clearfix::after {content:"";display:block;clear:both}
.left_menu_wrap {
	max-width: 250px;
	width: 250px;
    height: 100vh;
    position: fixed;
    left: 0px;
	background: #353535;
}
.contents_wrap {
	padding-left: 250px;
	height: 100vh;
}
.contents_style {
	padding: 20px;
	background: #EEE;
}
.main_banner img {
	width: 100%;
}
.logo {
    padding: 15px 20px;
    border-bottom: 1px solid #454545;
}
.menu div a {
	color: #fff;
	display: block;
	width: 100%;
}
.menu > div {
    padding: 0 25px;
}
.menu > div:hover {
	/* background: #D9272B; */
	background-color: var(--main-color);
}
.menu div a {
    padding: 15px 0;
}
.menu div a img {
	margin-right: 15px;
}
.menu01 > div:last-child a {
    border-bottom: 1px solid #49494A;
    margin-bottom: 15px;
}
.on_icon {
	display: none;
}
.menu02 .menu02_sub {
	padding: 0;
}
.menu02 .menu02_sub > div {
	padding: 0 40px;
}
.menu02 .menu02_sub:hover {
	background: transparent;
}
.menu02 .menu02_sub > div a {
	padding: 11px 0;
}
.menu02 .menu02_sub > div:hover a img.off_icon, .menu02 .menu02_sub > div.on a img.off_icon {
	display: none;
}
.menu02 .menu02_sub > div:hover a img.on_icon, .menu02 .menu02_sub > div.on a img.on_icon {
	display: inline-block;
}
.menu02 .menu02_sub div a {
	color: #808080;
}
.menu02 .menu02_sub > div:hover, .menu02 .menu02_sub > div.on {
	/* background: #D9272B; */
	background-color: var(--main-color);
}
.menu02 .menu02_sub > div:hover a, .menu02 .menu02_sub > div.on a {
	color: #fff;
}
.footer_wrap {
    background: #fff;
    border-top: 1px solid #E1E1E1;
	padding: 30px;
}
.main_footer_top {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.main_footer_top img {
    vertical-align: -8px;
	margin-right:5px;
}
.main_footer_top span {
	margin-right:5px;
}
.main_footer_top01 {
    color: #212121;
    font-weight: 600;
}
.main_footer_top02 {
	font-size: 20px;
    font-weight: 500;
	/* color: #E23644; */
	color: var(--main-color);
}
.main_footer_top03 {
	color:#8E8E8E;
	font-weight: 400;
}
.main_footer_btm_con {
    font-weight: 400;
    opacity: 0.8;
	font-size: 15px;
}
.main_footer_btm_con div:first-child {
    color: #444;
    margin-bottom: 20px;
}
.main_footer_btm_con div:last-child {
    color: #7F7F7F;
}
.grid_wrap {
	margin-top: 20px;
}
.grid_layout {
	display: flex;
	grid-template-columns: auto auto 420px;
	gap: 15px;
	flex-wrap: wrap;
}
.grid_box {
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    background: #fff;
    box-shadow: 0px 2px 2px 0px #DFDFDF;
    width: calc(100% / 2 - 230px);
}
.grid_top_tt {
    border-radius: 3px 0px 0px 3px;
    border-bottom: 3px solid #eee;
    margin: 0 20px 0;
    padding: 20px 0 10px;
    font-size: 18px;
    font-weight: 600;
}
.grid_top_tt span {
	position: relative;
}
.grid_top_tt span::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 3px;
	/* background: #FC5F64; */
	background-color: #686cd1;
	border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: -14.5px;
}
.grid_top_tt a {
    color: #C1C1C1;
    font-size: 18px;
}
.log_box {
	padding: 0;
	background: #363B3E;
    width: 430px;
}
.log_info {
	text-align: center;
	font-size: 16px;
	padding: 30px 20px 10px;
}
.log_id {
	color: #929597;
}
.log_top {
    position: relative;
}
.log_top_name {
	cursor: pointer;
    margin-top: 10px;
    color: #fff;
}
.logout_view {
    background: #fff;
    border: 1px solid #E0E0E0;
    filter: drop-shadow(3px 4px 6px rgba(152, 152, 152, 0.25));
    border-radius: 8px;
    text-align: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
	width: 200px;
	display: none;
}
.logout_view a {
	display: block;
    width: 100%;
    font-size: 15px;
    padding: 10px;
}
.logout_view a img {
	vertical-align: sub;
}
.log_con > div {
	padding: 20px;
}
.log_con_top {
    border-bottom: 1px solid #4B4F52;
}
.log_con_box {
	display: flex;
	font-size: 15px;
    margin-bottom: 5px;
}
.log_con_tt {
	color: #86898B;
	width: 95px;
	position: relative;
}
.log_con_tt::after {
	content: '';
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #4B4F52;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.log_con_txt {
	color: #fff;
	width: calc(100% - 95px);
}
.log_con_txt span.right {
	color: #DE4437;
    font-size: 14px;
}
.log_con_btm > div:nth-child(even) {
	margin-bottom: 20px;
}
.column2_box {
	grid-column: auto / span 2;
    width: calc(100% - 445px);
}
.grid_notice {
	padding: 20px;
    width: 430px;
}
.grid_notice_box01 {
	background: url(../images/notice_bg01.jpg) no-repeat center bottom;
    background-size: cover;
}
.grid_notice_box02 {
	background: url(../images/notice_bg02.jpg) no-repeat center bottom;
    background-size: cover;
}
.grid_notice_con {
    border-radius: 3px;
    border: 1px solid #F0F0F0;
    background: rgba(251, 251, 251, 0.95);
    padding: 15px 10px;
}
.grid_notice_tt {
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.grid_notice_tt img {
    filter: drop-shadow(0px 0px 5px rgba(240, 61, 68, 0.40));
    border-radius: 50%;
    vertical-align: bottom;
}
.grid_notice_tt span {
    background: #FFE352;
    color: #D7282F;
}
.grid_notice_con ul li {
	margin-bottom: 5px;
}
.grid_notice_con ul li:last-child {
	margin-bottom: 0;
}
.grid_notice_con ul li b {
	color: #F1240D;
}
.grid_notice_con ul li span {
    text-decoration: underline;
}
.grid_notice_con > div:first-child {
	margin-bottom: 10px;
}
.grid_notice_con > div span {
	text-decoration: underline;
}
.grid_notice_con > div b {
	color: #F1240D;
}
.grid_box_con {
	padding: 20px;
}
.basic_tt {
    padding: 12px 20px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 17px;
}
.basic_tt a {
    color: #C1C1C1;
    font-size: 18px;
}
.grid_table_con {
	padding: 13px 0;
}
.grid_table_con table tr:nth-child(2n) {
	background: #FAFAFA;
}
.grid_table_con table tr td {
    padding: 7px 6px;
}
.grid_table_con.center_table {
	text-align: center;
}
.ok_sign {
	color: #FC5F64;
}
.yet_sign {
	color: #999;
}
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left !important;
}
.nologin {
    text-align: center;
    min-height: 400px;
	position: relative;
}
.nologin > div {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}
.nologin > div a {
    color: #DE4437;
    text-decoration: underline;
    display: block;
}
.log_box_nologin_top {
	border-bottom: 1px solid #4B4F52;
	padding: 25px 50px;
	color: #fff;
}
.log_box_nologin_top > div:first-child {
	font-size: 15px;
	margin-bottom: 3px;
}
.log_input_con > input {
    border-radius: 5px;
    border: 1px solid var(--stroke, #DDD);
    background: #fff;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 5px;
}
.log_input_con > input::placeholder {
	color: #9F9F9F;
	font-size: 13px;
}
.log_btm_sub {
    display: flex;
    justify-content: space-between;
	/* margin-bottom: 20px; */
    padding: 10px 0 15px;
    align-items: baseline;
}
.log_btm_sub > div:last-child a {
	color: #fff;
	font-size: 13px;
}
.radio_chk_st_wrap {
	font-size: 13px;
}
.login_box_btn_wrap {
    border-radius: 5px;
    /* background: #DE4437; */
	background-color: var(--main-color);
    text-align: center;
}
.login_box_btn_wrap a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
}
.find_join div {
    text-align: right;
    line-height: 1;
}
.find_join > div > a {
	color: #DE4437 !important;
    text-decoration: underline;
    line-height: 1;
}
.board_box .grid_table_con {
	padding: 20px;
}
.board_box .grid_table_con table th {
	/* background: #F7444E; */
	background-color: var(--main-color);
	color: #fff;
    padding: 7px 20px;
	font-weight: 400;
}
.board_box .grid_table_con table td {
	text-align: center;
}
.board_box .grid_table_con table tr:not(:first-child) {
	border: 2px solid #eee;
	border-top: 0;
	border-bottom: 0;
}
.board_box .grid_table_con table tr:nth-child(2) {
	border-top: 2px solid #eee;
}
.board_box .grid_table_con table tr:last-child {
	border-bottom: 2px solid #eee;
}
.board_box .grid_table_con table tr:nth-child(2n) {
    background: transparent;
}
.board_box .grid_table_con table tr:nth-child(2n+1) {
    background: #FAFAFA;
}
.menu_btm {
    background: #292929;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: -0.8px;
}

.select2-container {
	width: 100% !important;
}
.select2-container .select2-selection--single {
	border: 1px solid #E0E0E0 !important;
	border-radius: 5px !important;
	height: 34px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 2px 10px !important;
}
.select2-container--default .select2-results__option--selected {
	background-color: #eee !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #eee !important;
	color: #111 !important;
}

.grid_box_con .link_con_tab_view {
    height: 200px;
    overflow-y: auto;
    border: 1px solid #E5E5E5;
    border-top: 0;
}
.grid_box_con .link_con_tab {
	padding: 20px 0 0;
}
.link_con_tab_view02 {
    height: 175px !important;
    border: 1px solid #E5E5E5;
    border-top: 0;
    overflow-y: hidden !important;
}
.link_con_tab_view02 .nologin {
    min-height: 175px;
}
.column2_box .link_con_tab > div {
    padding: 3px 0;
    font-size: 14px;
}
.join_popup {
    background: #fff;
    padding: 20px;
    margin-bottom: 0;
}
.find_wrap {
    max-width: 1200px;
    margin: 50px auto;
    border: 1px solid #D9D9D9;
    padding: 50px;
}
.find_wrap_tt {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}
.find_con {
	display: flex;
    gap: 40px;
}
.find_con_box {
	width: 100%;
    text-align: center;
}
.find_con_tt {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.find_con_tt::after {
	content: '';
	display:block;
	width: 100%;
	height: 3px;
	background: #D9272B;
}
.find_con_box .l-name {
    text-align: left;
    font-size: 15px;
}
.find_btm > div:first-child {
	text-align: right;
}
.find_btm > div:first-child a {
	color: #787878;
	text-decoration-line: underline;
}
.column2_box .link_find_form > div:first-child {
    font-size: 16px;
    padding: 4px 0;
	width: 75px;
}
.column2_box .link_find_form .form_select_box_wrap {
    width: calc(100% - 171px);
}
.column2_box .grid_box_con .link_con_tab {
	padding: 15px 0 0;
}
.table_wrap {
	width: 100%;
	overflow: auto;
}
.table_wrap table {
	table-layout: fixed;
    min-width: 1200px;
	border: 1px solid #eee;
	border-bottom: 0;
}
.table_wrap table tr:nth-child(2n+1) {
	background: #FAFAFA;
}
.table_wrap table.table_st_02 tr {
	background: #F6F6F6;
}
.table_wrap table th {
	background: #F6F6F6;
	color: #666;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 5px;
}
.table_wrap table td {
	font-size: 15px;
	padding: 7px 5px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.sub_tt {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}
.sub_tt::before {
	content: '';
	display: inline-block;
	width: 4px;
    height: 15px;
    /* background: #FF6A6A; */
	background-color: var(--main-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plate_box_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
	margin-bottom: 20px;
}
.account_btn_wrap {
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    background: #F7F7F7;
    text-align: center;
    padding: 55px 20px;
    margin-top: 10px;
}
.account_btn_wrap > a {
    padding: 10px 45px;
	font-size: 15px;
}
.table_page_wrap .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 15px;
}
.table_page_wrap .btn-group button.active {
	border-radius: 5px;
    /* background: #FC5F64; */
	background-color: var(--main-color);
    color: #fff;
    padding: 2px 10px;
    text-align: center;
    font-size: 13px;
}
.nodata_tr {
	background: #fff !important;
}
.mypg_table_st.table_wrap table th {
	width: 110px;
}
.mypg_table_st.table_wrap table td {
	padding: 10px;
}
.mypg_table_st.table_wrap table td input {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
	background: #fff;
}
.mypg_table_st.table_wrap table td p.help {
    text-align: left;
    font-size: 14px;
    color: #222;
    margin-top: 5px;
}
.sub_tt_top {
	margin-bottom: 15px;
}
.sub_tt_top .table_top_left_desc {
	color: #EB292E;
    margin-left: 5px;
}
.table_bottom_btn_wrap {
	text-align: center;
}
.add_btn {
    display: inline-block;
    border-radius: 4px;
    background: #FF6A6A;
    color: #fff;
    max-width: 200px;
    padding: 8px 0;
    width: 100%;
    margin: 25px 0;
	cursor: pointer;
}
.add_btn2 {
    display: inline-block;
    border-radius: 4px;
    background: #555;
    color: #fff;
    max-width: 200px;
    padding: 8px 0;
    width: 100%;
    margin: 25px 0;
}
.board_view_top {
	padding: 10px;
}
.board_view_top h2 {
	font-size:22px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #222
}
.board_view_con_top_wrap {
	padding: 5px 0;
}
.board_view_con_top {
	color: #666;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.view_con_top_span .sp {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 11px;
    color: #888;
}

.board_view_con_in {
	padding: 15px;

}
.board_view_con {
	line-height: 1.6;
	color: #666
}

.all_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
}
.mb_nav {
	display: none;
}
.hamburger {
    width: 22px;
    height: 15px;
    position: absolute;
    /* display: none; */
    cursor: pointer;
    top: 18px;
    right: 20px;
    z-index: 13;
    transition: 0.3s;
}
.hamburger.on {
	position:fixed;
	right: 10px;
    top: 20px;
}
.hamburger span {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    display: block;
    position: absolute;
    transition: 0.3s;
}
.hamburger.on span {
	background:#fff;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
    top: 13px;
}
.hamburger.on span:nth-child(1) {
    transform: translate(-50%,-50%) rotate(45deg);
    left: 50%;
    top: 50%;
}
.hamburger.on span:nth-child(2) {
    display: none;
}
.hamburger.on span:nth-child(3) {
    transform: translate(-50%,-50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}
.mob_nav {
    width: 300px;
    position: fixed;
    top: 0;
    right: -150%;
    height: 100vh;
    z-index: 11;
    background: #F1F1F1;
	background: #fff;
    /* padding: 20px; */
	overflow-y:auto;
}
.mb_nav.on .mob_nav {
    right: 0;
    transition: 0.4s;
}
.mob_nav_top {
    padding: 15px;
    background: #353535;
}
.mob_nav_top .logo {
	padding: 0;
	border-bottom: 0;
}
.mob_nav_mid {
    display: flex;
}
.mob_nav_mid div {
    width: 100%;
    text-align: center;
}
.mob_nav_mid div a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
}
.mob_nav_btn01 {
    background: #DE4437;
}
.mob_nav_btn02 {
    background: #919191;
}
.mob_con ul li {
    border-bottom: 1px solid #E9E9EA;
}
.mob_con ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    padding: 12px 15px;
    color:#373737;
    font-weight: 500;
}
.mob_con ul li a img {
    margin-right: 10px;
}
.mob_con ul li a i {
    flex-grow: 1;
    text-align: right;
}
.mob_cs_btn {
    display: none;
}
.mob_cs_btn > div {
    width: 100%;
    text-align: center;
}
.mob_cs_btn > div a {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
    color: #333;
}
.mob_cs_btn > div a img {
    vertical-align: middle;
    margin-right: 7px;
}
.mob_cs_btn > div:first-child {
    background: #FEE500;
}
.mob_cs_btn > div:last-child {
    background: #4798A7;
}
.mob_cs_btn > div:last-child a {
    color: #fff;
    font-weight: 500;
}
.mob_header {
	background: #353535;
	padding: 10px 0;
    text-align: center;
	display: none;
}
.link_con_tab_view {
	overflow: auto;
	width: 100%;
}
.main_banner > img:last-child {
	display: none;
}
.nodata_box {
    min-height: 355px;
    position: relative;
}
.nodata_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nodata_con div {
    font-size: 18px;
    margin-top: 7px;
}
.chart_box canvas {
    width: 100%;
	max-width: 100%;
    height: 250px !important;
}
.login_box_joinbtn {
    padding: 15px 0 0;
    text-align: center;
}
.login_box_joinbtn a {
    color: var(--main-color);
    font-size: 15px;
}
.log_con_txt p a {
    color: #DE4437;
    text-decoration: underline;
}
.log_con_txt p {
    max-width: 160px;
    text-align: center;
}
.log_con_btm {
    position: relative;
}
.log_con_txt02 {
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translateY(-50%);
}
.no_log_new {
    padding: 7px 20px 0;
	position: relative;
	overflow: hidden;
	/* height: 460px; */
}
.rank_slide_wrapper {
	position: sticky; /* Àý´ë À§Ä¡ ´ë½Å »ó´ëÀû À§Ä¡·Î º¯°æ */
    width: 100%;
    top: 0;
    left: 0;
    height: 420px;
    overflow: hidden;
	transition: transform 1s ease;
    /* transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateY(0); */
}
.rank_slide_box {
	width: 100%;
	height: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	opacity: 1;
	transition: transform 1s ease;
	border: 1px solid #f5f5f5;
}
/* .rank_slide_box > div:first-child {
	width: 50px;
	text-align: center;
}
.rank_slide_box > div:nth-child(2) {
	width: 50px;
    text-align: center;
} */
.rank_slide_box > div {
	width: 50px;
    text-align: center;
}
.rank_slide_box > div:last-child {
    width: 120px;
    text-align: right;
}
.terms_modal_con {
	width: 100%;
	max-width: 500px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
	display: none;
}
.terms_modal_con .close-button {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.terms_modal_con p {
	font-size: 18px;
    text-align: center;
    padding: 5px 0 15px;
}
.terms_modal_con textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    white-space-collapse: preserve-breaks;
    padding: 15px;
    font-size: 13px;
    color: #777;
}
.terms_modal_view {
    font-size: 13px;
    text-decoration: underline;
    color: #777;
    font-weight: 500;
	cursor: pointer;
}
.nologin_banner {
    display: block;
    width: 100%;
}
.nologin_banner img {
	width: 100%;
    height: 260px;
    object-fit: cover;
}

.menu03 {
    margin: 30px 15px 0;
    position: relative;
}
.call_box {
	background: #3F3F3F;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.call_box_con01 {
	border-bottom: 1px solid #323537;
    padding: 10px 0;
}
.call_box_con02 {
    font-size: 15px;
    padding: 20px 0;
}
.call_box_con02 img {
    vertical-align: -2px;
}
.call_box_con02 span {
    color: #FFEC50;
    font-weight: 600;
}
.call_box03_bg {
	animation: bg-change 1.2s step-end infinite;
    -webkit-animation: bg-change 1.2s step-end infinite;
    display: block;
    width: 100%;
    height: 43px;
    border-radius: 0 0 5px 5px;
}
.call_box_con03 {
	background: #FFEC50;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
    animation: bg-change 1.2s step-end infinite;
    -webkit-animation: bg-change 1.2s step-end infinite;
}
.call_box_con03 img {
    vertical-align: -3px;
    margin-right: 5px;
}
.call_box_con03 a {
	font-weight: 700;
	color: #454545;
    font-size: 15px;
}
.move_call_img {
	position: absolute;
    margin-right: 0;
    vertical-align: inherit;
    right: -3px;
}
.nologin_banner_top {
    border-top: 1px solid #333;
}
.nologin_banner_top .nologin_banner img {
	height: auto;
}

.rank_slide_wrap {
	border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0px #EAEAEA;
}
.rank_slide_tt {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
	background: #F6F6F6;
	border-radius: 5px 5px 0 0;
}
/* .rank_slide_tt > div:first-child {
	width: 50px;
	text-align: center;
}
.rank_slide_tt > div:nth-child(2) {
	width: 50px;
    text-align: center;
} */
.rank_slide_tt > div {
	width: 50px;
    text-align: center;
}
.rank_slide_tt > div:last-child {
    width: 120px;
    text-align: right;
}
.rank_slide_tt > div {
    position: relative;
    font-weight: 500;
}
.rank_slide_tt > div::after {
	content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #b3b3b3;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.rank_slide_tt > div:last-child::after {
	display: none;
}
.mob_con_wrap .call_box {
    margin: 20px 15px;
}
.mob_con_wrap .call_box .call_box_con03 {
    border: 1px solid #ddd;
}
.board_view_con_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 200px;
}



@media (max-width: 1700px) {
	.grid_layout {
		display: grid;
		grid-template-columns: auto 430px 420px;
	}
	.grid_box {
	    width: auto;
	}
}
@media (max-width: 1600px) {
	.grid_layout {
	    grid-template-columns: auto 420px 355px;
	}
}
@media (max-width: 1500px) {
	.grid_layout {
	    grid-template-columns: repeat(2, 1fr);
	}
	.grid_layout > div:first-child {
	    order: 2;
	}
	.grid_layout > div:nth-child(2) {
	    order: 3;
	}
	.grid_layout > div:nth-child(3) {
	    order: 1;
		grid-column: auto / span 2;
	}
	.grid_layout > div:nth-child(4) {
	    order: 4;
	}
	.grid_layout > div:nth-child(5) {
	    order: 7;
	}
	.grid_layout > div:nth-child(6) {
	    order: 5;
	}
	.grid_layout > div:nth-child(7) {
	    order: 6;
	}
	.grid_layout > div:nth-child(8) {
	    order: 8;
	}
	.log_box  > div {
		display: flex;
		justify-content: center;
	}
	.log_info {
		padding: 20px 20px 10px;
	}
	.log_con > div.log_con_top {
	    padding: 20px 20px 10px;
	}
	.log_con > div.log_con_btm {
	    padding: 10px 20px 20px;
	}
	.log_con_btm > div:nth-child(even) {
	    margin-bottom: 15px;
	}
	.log_con_btm > div:last-child {
		margin-bottom: 0;
	}
	.log_con_box {
		font-size: 13px;
	}
	.logout_view {
	    width: 105px;
	    text-align: center;
	}
	.log_box .log_box_nologin .log_con_btm {
        padding: 55px 20px 20px;
	}
	.log_box .log_box_nologin .log_box_nologin_top {
	    padding: 15px 20px 25px;
	}
	.log_box .log_box_nologin .log_box_nologin_top > div {
		max-width: 400px;
        margin: 0 auto 3px;
	}
	.log_box .log_box_nologin .log_box_nologin_top form {
		max-width: 400px;
        margin: 0 auto;
	}
	/* .log_box_nologin_top + .log_con {
		width: 260px;
	} */
	.no_log_new {
	    height: 210px;
        padding: 0 20px;
	}
	.log_box > div {
	    flex-direction: column;
	}
	.nologin_banner img {
		height: 200px !important;
		object-fit: contain;
	}
}
@media (max-width: 1300px) {
	.board_box .grid_table_con table th, .grid_table_con table tr td {
		padding: 7px 5px;
		font-size: 13px;
	}
	.link_con_tab_view > div {
		min-width: 1200px;
	}
	.nodata_box {
		min-height: auto;
		position: relative;
	}
	.nodata_con {
		position: inherit;
		top: 0;
		left: 0;
		transform: none;
	}
	.nodata_con div {
	    font-size: 15px;
		margin-top: 5px;
	}
}
@media (max-width: 991px) {
	.left_menu_wrap {
		display: none;
	}
	.contents_wrap {
		padding-left: 0;
	}
	.mob_header {
		display: block;
	}
	.mb_nav {
		display: block;
	}
	/* .contents_style {
		padding: 15px;
		padding-top: 65px;
	} */
	.contents_style {
		padding: 15px;
	}
	.grid_wrap {
	    margin-top: 15px;
	}
	.grid_box {
		grid-column: auto / span 2;
	}
	.grid_table_con {
		overflow: auto;
		width: 100%;
	    padding: 13px 10px;
	}
	.grid_table_con table {
	    min-width: 600px;
	    table-layout: fixed;
	}
	.grid_top_tt span {
		font-size: 15px;
	}
	.grid_top_tt span img {
		width: 25px;
		vertical-align: bottom;
	}
	.basic_tt {
		font-size: 15px;
	}
	.column2_box .link_find_form > div:first-child {
		font-size: 14px;
		width: 40px;
	}
	.link_btn_wrap {
	    width: 80px;
	}
	.link_btn_wrap button {
		padding: 5px;
		font-size: 13px;
	}
	.select2-container .select2-selection--single {
	    height: 30.8px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 24px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__placeholder {
	    font-size: 13px !important;
	}
	.column2_box .link_find_form .form_select_box_wrap {
	    width: calc(100% - 134px);
	}
	.grid_notice_tt {
	    font-size: 16px;
		margin-bottom: 10px;
	}
	.grid_notice_tt img {
		width: 25px;
		margin-right: 5px;
	}
	.grid_notice_con {
	    font-size: 13px;
        word-break: keep-all;
	}
	.footer_wrap {
		padding: 15px;
	}
	.main_footer_top img {
	    width: 25px;
	}
	.main_footer_top {
	    text-align: center;
	    margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.main_footer_top03 {
		display: block;
	}
	.main_footer_btm_con {
		font-size: 13px;
        word-break: keep-all;
	}
	.main_footer_btm_con div:first-child {
	    margin-bottom: 10px;
	}
	.main_banner > img:first-child {
		display: none;
	}
	.main_banner > img:last-child {
		display: block;
	}
	.basic_box_st {
		padding: 15px;
	}
	.title_top_box {
	    font-size: 16px;
	}
	.title_top_box img {
		margin-right: 2px;
		width: 27px;
	}
	.title_top_box span {
		font-size: 13px;
		margin-left: 5px;
	}
	.sub_tt {
		font-size: 14px;
	    padding-left: 5px;
	}
	.sub_tt::before {
		width: 3px;
		height: 12px;
	}
	.page_arrow_box a {
		padding: 3px 10px;
		font-size: 13px;
	}
	.page_arrow_box span {
		margin: 0 10px;
		vertical-align: baseline;
	}
	.table_wrap table th, .table_wrap table td {
	    font-size: 14px;
	}
	.plate_box_grid {
	    grid-template-columns: repeat(2, 1fr);
	}
	.page_proceeds .plate_box_grid > div:first-child {
		grid-column: auto / span 2;
	}
	.proceeds_apply {
	    display: block;
	}
	.page_proceeds .proceeds_money {
		margin-top: 5px;
		overflow: hidden;
	}
	.page_proceeds .proceeds_money span {
	    float: left;
		padding: 1px 0;
		width: calc(100% - 105px);
		margin-right: 5px;
	}
	.page_proceeds .proceeds_money span input {
	    width: calc(100% - 17px);
	}
	.page_proceeds .proceeds_money a {
		float: left;
	    width: 100px;
	}
	.table_wrap table.table_st_02 {
	    min-width: auto;
	}
	.table_wrap table.table_st_02 th, .table_wrap table.table_st_02 td {
		display: block;
		width: 100%;
	}
	.table_wrap table.table_st_02 th {
		text-align: left;
		padding: 10px 15px 0;
	}
	.add_btn, .add_btn2 {
	    max-width: 140px;
	}
	.day_time_cell {
		float: none;
		display: block;
		text-align: right;
		margin-right: 0;
	}
	.board_view_top h2 {
	    font-size: 16px;
	}
	/* .log_box .log_box_nologin .log_con {
		display: none;
	} */
	/* .log_box .log_box_nologin .log_box_nologin_top {
		max-width: 400px;
		width: 100%;
	} */
	.find_wrap {
		padding: 20px;
		margin: 20px auto;
	}
	.find_wrap_tt {
		font-size: 20px;
	}
	.find_con_tt {
		font-size: 16px;
	}
	.find_con_box .l-name {
		font-size: 14px;
	}
	.find_con {
		gap: 20px;
		flex-direction: column;
	}
	.find_con .find_con_box:first-child {
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
	}
	.find_con_box {
	    text-align: left;
	}
	.nologin {
	    min-height: 170px;
	}
	.link_con_tab_view02 .nologin {
	    min-width: auto;
	}
	.nologin > div {
	    font-size: 14px;
	}
	.page_proceeds_list .plate_box_grid {
        grid-template-columns: repeat(1, 1fr);
	}
	.chart_box canvas {
		height: auto !important;
	}
	.page_proceeds_list .plate_box_grid .basic_box_st {
		padding: 15px 15px 0;
	}
	/* .log_con_top, .log_con_btm {
		display: flex;
	    flex-wrap: wrap;
	}
	.log_con_box {
		width: 33.3333%;
	}
	.log_con_tt {
		width: 80px;
	}
	.log_con_txt {
	    width: calc(100% - 80px);
	}
	    .log_con_btm > div:nth-child(even) {
		margin-bottom: 0;
	} */
	/* .log_con_btm .log_con_box {
	    margin-bottom: 15px;
	} */
	/* .log_con_box {
		margin-bottom: 0;
	} */
	
}
@media (max-width: 500px) {
	.terms_modal_view  span {
		display: none;
	}
}