 @charset "utf-8";


.inner {
	position: relative;
	width: 100%;
	max-width: 1360px;	
	padding: 0 20px;
	box-sizing: border-box;
	margin:0 auto;
}


#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 36;
	background: var(--white);
	box-sizing: border-box;
}
#header .inner {
	height: 100px;
}
#header .top_area {
	gap: 50px;
}
#header .logo img {
	vertical-align: 0px;
}
#header .logo img.dark {
	display: none;
}
#header .gnb {
	padding: 0 30px;
	gap: 20px;
}
#header .gnb ul {
	min-width: max-content;
	gap: 20px;
}
#header .gnb li a {
	color: #000;
	padding: 0 10px 10px;
	font-size: 20px;
}
#header .gnb li.active a,
#header .gnb li a:hover {
	color: #FF0000!important;
}
#header .h_util {
	gap: 25px;
}
#header .h_util div a {
	display: block;
	color: var(--black);
	font-size: 12px;
	font-weight: 500;
	padding: 33px 8px 0;
}
#header .h_util div.lang a {
	background: url("../images/ic_lang.svg")no-repeat 50% 0;
}
#header .h_util div.mode a {
	background: url("../images/mode_light.svg")no-repeat 50% 0;
}
#header .h_util div.mode a:after {
	content: '일반모드';
}
.theme-light #header .h_util div.mode a {
	background: url("../images/mobile_dark.svg")no-repeat 50% 0;
}
.theme-light #header .h_util div.mode a:after {
	content: '다크모드';
}
#header .h_util div.login_btn > a {
	background: url("../images/ic_user.svg")no-repeat 50% 0;
}
#header .h_util div.login_btn a.my_btn {
	background: url("../images/ic_user2_black.svg")no-repeat 50% 0;
}
#header .h_util div.login_btn > div {
	position: relative;
}
#header .h_util div.login_btn > div > div {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	padding-top: 20px;
}
#header .h_util div.login_btn > div:hover > div {
	display: block;

}
#header .h_util div.login_btn > div > div ul {
	position: relative;
	background: var(--white);
	padding: 5px 15px;
	width: 80px;
	box-sizing: border-box;
}
#header .h_util div.login_btn > div > div ul:before {
	content: '';
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid var(--white);
	border-right: 7px solid transparent;
}
#header .h_util div.login_btn > div > div ul li {
	margin: 10px 0;
}
#header .h_util div.login_btn > div > div ul li a {
	color: var(--black);
	padding: 0;
	text-align: center;
	font-weight: 500;
}
#header .h_util div.login_btn > div > div ul li a img {
	width: 20px;
	vertical-align: -6px;
}


/* 20240830 */
#header .f1 {
	flex: 1;
	width: 100%;
	justify-content: end;
	gap: 20px;
}
#header .top_news {
	position: relative;
    width: 225px;
}
#header .top_news .swiper {
	height: 18px;
}
#header .top_news .slide > span {
	width: 34px;
    height: 20px;
    line-height: 20px;
	text-align: center;
	background: rgba(255,218,218,0.5);
    color: var(--red);
    font-size: 12px;
	border-radius: 5px;
	margin-right: 5px;
}
#header .top_news .slide .swiper {
	flex: 1;
	width: 100%;
}
#header .top_news .slide .swiper-slide button {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#header .top_news .panel {
	display: none;
	position: absolute;
	top: -25px;
	left: 0;
	width: 300px;
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
	padding: 20px 0 10px;
	z-index: 3;
	box-sizing: border-box;
}
#header .top_news .panel .top {
	padding: 0 20px;
	box-sizing: border-box;
}
#header .top_news .panel .top h4 {
	font-size: 18px;
	font-weight: 600;
}
#header .top_news .panel .top span {
	color: #999;
	font-size: 12px;
}
#header .top_news .panel ul {
	margin-top: 20px;
}
#header .top_news .panel ul li a {
	width: 100%;
	padding: 15px 20px;
	font-size: 14px;
	gap: 12px;
	box-sizing: border-box;
}
#header .top_news .panel ul li a:hover {
	background: #f9f9f9;
}
#header .top_news .panel ul li strong {
	color: var(--red);
}
#header .top_news .panel ul li p {
	flex: 1;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/* // 20240830 */


#top_line {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	background: #F0F0F0;
	z-index: 35;
}
#top_line .inner {
	height: 50px;
	gap: 50px;
}
#top_line .inner p {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}
#top_line .inner p + strong {
	color: #000;
}
#top_line .inner strong {
	font-weight: 400;
}
#top_line .swiper {
	flex: 1;
}
#top_line .swiper-wrapper {
	transition-timing-function: linear;
}
#top_line .swiper-slide {
	width: auto;
}
#top_line .swiper-slide .flex {
	gap: 10px;
}
#top_line .inner > .flex {
	gap: 30px;
}
#top_line .inner > .flex > div {
	gap: 10px;
}


.black_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 34;
}


.banner {
	margin-bottom: 60px;
}
.banner img {
	width: 100%;
}


.title {
	margin-bottom: 40px;
}
.title h3 {
	color: var(--black);
	font-size: 30px;
	text-transform: uppercase;
}
.title p {
	margin-top: 10px;
	font-size: 20px;
	color: #6f6f6f;
}


.tit {
	padding: 10px 10px 0;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 40px;
}
.tit h4 {
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: 500;
}
.tit p {
	font-size: 20px;
	line-height: 1.2;
}


/* 20240731 */
.fix_tit {
    position: sticky;
    top: 150px;
    background: var(--white);
    z-index: 11;
    width: 100%;
    box-sizing: border-box;
}
.fix_tit .tit {
	margin-bottom: 0;
}
/* // 20240731 */


#container {
	padding-top: 200px;
	min-height: 550px;
}



.modal {
	display: none;
}
.modal .black_bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 37;
}
.modal .modal_cont {
    width: 90%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95vh;
    overflow: hidden;
	z-index: 38;
	border-radius: 5px;
	background: var(--white);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
.modal .modal_cont .scroll {
	position: relative;
	max-height: 95vh;
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 30px;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .bar {
	background: #F0F0F0;
	justify-content: end;
	padding: 10px 15px;
}
.modal .bar .close {
	width: 13px;
	height: 13px;
	background: url("../images/del_btn.svg")no-repeat 50% 50% / 100%;
}
.modal .txt {
	font-size: 16px;
	color: #000;
	line-height: 1.6;
}


.not_scroll {
	overflow: hidden;
}





#footer {
	padding: 80px 0;
	background: #F0F0F0;
	color: #6F6F6F;
	margin-top: 100px;
}
#footer .logo img {
	vertical-align: 0px;
}
#footer .logo img.dark {
	display: none;
}
#footer .info {
	border-left: 1px solid var(--stock);
	margin-left: 30px;
	padding-left: 40px;
	color: #6F6F6F;
	letter-spacing: -0.7px;
	gap: 20px;
	flex: 1;
    box-sizing: border-box;
}
#footer .info .util a {
	position: relative;
	color: #6f6f6f;
	margin-right: 30px;
}
#footer .info .util a:last-child {
	margin-right: 0;
}
#footer .info .util a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	display: block;
	width: 1px;
	height: 100%;
	background: var(--stock);
}
#footer .info .util a:last-child:after {
	display: none;
}
#footer .info a {
	color: #6f6f6f;
}
#footer .addr {
	gap: 5px;
}
#footer .addr span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#footer .addr span:after {
	content: '';
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--stock);
}
#footer .addr span.last:after {
	display: none;
}


#fix_footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	background: #FFF;
	z-index: 33;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
#fix_footer ul {
	padding: 10px 16px;
	box-sizing: border-box;
}
#fix_footer ul li {
	flex: 1;
}
#fix_footer ul li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 50px 0 10px;
	background-repeat: no-repeat;
	background-position: 50% 10px;
}
#fix_footer ul li.ft01 a {
	background-image: url("../images/fix_ft01.svg");
}
#fix_footer ul li.ft01.active a {
	background-image: url("../images/fix_ft01_on.svg");
}
#fix_footer ul li.ft02 a {
	background-image: url("../images/fix_ft02.svg");
}
#fix_footer ul li.ft02.active a {
	background-image: url("../images/fix_ft02_on.svg");
}
#fix_footer ul li.ft03 a {
	background-image: url("../images/fix_ft03.svg");
}
#fix_footer ul li.ft03.active a {
	background-image: url("../images/fix_ft03_on.svg");
}
#fix_footer ul li.ft04 a {
	background-image: url("../images/fix_ft04.svg");
}
#fix_footer ul li.ft04.active a {
	background-image: url("../images/fix_ft04_on.svg");
}
#fix_footer ul li.ft05 a {
	background-image: url("../images/fix_ft05.svg");
}
#fix_footer ul li.ft05.active a {
	background-image: url("../images/fix_ft05_on.svg");
}



#fix {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 35;
}
#fix button {
	width: 150px;
	height: 150px;
	border-radius: 10px;
	background: #F0F0F0;
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.25);
	padding: 20px;
	box-sizing: border-box;
}
#fix button p {
	margin-top: 10px;
	color: var(--sub-text);
	font-size: 24px;
	font-weight: 500;
}

#sns {
	position: fixed;
	top: 50%;
    left: 20px;
    transform: translateY(-50%);
	z-index: 35;
}
#sns .box {
	width: 220px;
	border-radius: 5px;
	background: #F0F0F0;
	overflow: hidden;
}
#sns h4 {
	background: #6F6F6F;
	color: var(--white);
	font-weight: 400;
	padding: 10px 15px;
}
#sns ul {
	padding: 5px 0;
}
#sns ul li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	gap: 10px;
	box-sizing: border-box;
}
#sns ul li a:before {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 7px;
	display: block;
	z-index: 1;
}
#sns ul li.youtube a:before {
	content: '';
	width: 24px;
	height: 17px;
	background: url("../images/sns_youtube.svg")no-repeat 50% 50% / 100%;
}
#sns ul li.telegram a:before {
	content: '';
	width: 22px;
	height: 22px;
	background: url("../images/sns_telegram.svg")no-repeat 50% 50% / 100%;
}
#sns ul li.kakao a:before {
	content: '';
	width: 22px;
	height: 22px;
	background: url("../images/login_kakao.svg")no-repeat 50% 50% / 100%;
}
#sns ul li a .thumb {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--white);
}
#sns ul li a .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
#sns ul li a p {
	flex: 1;
}
#sns ul li a .live {
	width: 60px;
	height: 25px;
	line-height: 25px;
	border-radius: 50px;
	background: #0F6;
	color: var(--white);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}
#sns ul li a .live:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #F00;
	border: 1px solid #F00;
	border-radius: 50%;
	margin-right: 5px;
	box-sizing: border-box;
}
#sns .sns_small_btn {
	display: none;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #F0F0F0;
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
#sns .sns_small_btn svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


#chat {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 36;
	width: 100%;
	max-width: 350px;
	border-radius: 5px;
	background: #F0F0F0;
	overflow: hidden;
}
#chat.full {
	height: 100vh;
}
#chat .top {
	position: relative;
	padding: 10px 15px;
	border-radius: 5px 5px 0px 0px;
	background: #6F6F6F;
}
#chat .top .logo {
	text-transform: uppercase;
	font-size: 16px;
}
#chat .top .flex {
	gap: 12px;
}
#chat .top .flex button.close {
	margin-left: 8px;
}
#chat .top .setting_menu {
	display: none;
	position: absolute;
	top: 40px;
    right: 30px;
	background: var(--white);
	border-radius: 5px;
	padding: 20px 10px;
	width: 100%;
	max-width: 250px;
	box-sizing: border-box;
}
#chat .top .setting_menu > div {
	position: relative;
	margin-bottom: 15px;
}
#chat .top .setting_menu > div p {
	font-weight: 500;
}
#chat .top .setting_menu > div .check input {
	display: none;
}
#chat .top .setting_menu > div .check input + label {
	position: relative;
	display: block;
	width: 30px;
	height: 15px;
	border-radius: 100px;
	border: 1px solid #A5AEBC;
	background: #A5AEBC;
}
#chat .top .setting_menu > div .check input + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--white);
	transition: all .3s;
}
#chat .top .setting_menu > div .check input:checked + label:before {
	left: 17px;
	background: var(--black)
}
#chat .top .setting_menu > div input[type=text] {
	display: block;
	width: 100%;
	height: 36px;
	border-radius: 5px;
	background: #6C6C6C;
	padding: 0 10px;
	font-size: 16px;
	color: var(--black);
	margin-top: 10px;
	box-sizing: border-box;
}
#chat .top .setting_menu > button {
	display: block;
	width: 100%;
	height: 36px;
	border-radius: 5px;
	border: 1px solid var(--sub-text);
	background: #323232;
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
}
#chat .chat_list {
	padding: 12px 12px 0;
}
#chat .chat_list ul {
    overflow-y: auto;
    max-height: calc(100vh - 300px);
}
#chat .chat_list ul::-webkit-scrollbar {
	display: none;
}
#chat .chat_list ul li {
	padding: 8px 0;
	margin-bottom: 5px;
}
#chat .chat_list ul li .id {
	color: #000;
	margin-bottom: 5px;
}
#chat .chat_list ul li .flex {
	align-items: end;
	gap: 5px;
	font-size: 14px;
}
#chat .chat_list ul li .flex p {
	padding: 10px;
	border-radius: 5px;
	background: #6F6F6F;
	color: var(--white);
	max-width: calc(100% - 75px);
}
#chat .chat_list ul li .flex span {
	color: #000;
}
#chat .chat_list ul li.me .id {
	text-align: right;
}
#chat .chat_list ul li.me .flex {
	justify-content: end;
}
#chat .chat_list ul li.me .flex p {
	order: 1;
}
#chat .chat_list ul li.me .flex span {
	order: 0;
}
#chat .write_form {
	background: #6F6F6F;
	padding: 10px;
	gap: 15px;
	box-sizing: border-box;
}
#chat .write_form input {
	flex: 1;
	height: 36px;
	border-radius: 5px;
	background: #afafaf;
	padding: 0 10px;
	font-size: 16px;
	color: var(--white);
	box-sizing: border-box;
}



.tbody {
	margin-bottom: 40px;
	border-top: 1px solid #DEDEDE;
}
.tbody .head {
	position: relative;
	background: #FAF7FE;
	color: var(--key-color);
	border-bottom: 1px solid #DEDEDE;
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
}
.tbody .cont .th {
	position: relative;
	width: 150px;
	font-size: 16px;
	padding: 16px 0 16px 20px;
	box-sizing: border-box;
}
.tbody .cont .th:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #DEDEDE;
	background: #F6F6F6;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.tbody .cont .th span {
    position: absolute;
    z-index: 1;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	color: #7C7C7C;
}
.tbody .cont .td {
	flex: 1;
	position: relative;
	border-bottom: 1px solid #DEDEDE;
	padding: 15px 20px;
}
.tbody .cont .td input[type=text] {
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	color:#000;
}
.tbody .cont .td .grid2 {
	margin: -5px 0;
}
.tbody .cont .td .radio > div input[type=radio] {
	display: none;
}
.tbody .cont .td .radio > div input[type=radio] + label {
	position: relative;
	font-size: 16px;
	color: #000;
	padding-left: 25px;
}
.tbody .cont .td .radio > div input[type=radio] + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #A5AEBC;
	background: var(--white);
	box-sizing: border-box;
}
.tbody .cont .td .radio > div input[type=radio]:checked + label:before {
	border: 1px solid var(--red);
	background: transparent;
}
.tbody .cont .td .radio > div input[type=radio]:checked + label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--red);
}
.tbody .cont .td  .preview input {
	display: none;
}
.tbody .cont .td  .preview label {
	position: relative;
	display: block;
	width: 150px;
	height: 100px;
	background: url("../images/label_img.svg")no-repeat 50% 50%;
	border: 1px solid #7C7C7C;
	box-sizing: border-box;
}
.tbody .cont .td  .preview label img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.pagenavi {
	margin-top: 30px;
}
.pagenavi ol {
	justify-content: center;
	text-align: center;
	gap: 20px;
}
.pagenavi ol li.first img,
.pagenavi ol li.last img {
	width: 19px;
	vertical-align: -4px;
}
.pagenavi ol li.prev img,
.pagenavi ol li.next img {
	width: 22px;
	vertical-align: -6px;
}
.pagenavi ol li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 34px;
	font-size: 16px;
	color: #7c7c7c;
	border-radius: 50%;
}
.pagenavi ol li.this a {
	background: #1F1F1F;
	color: #fff;
}



.t_scroll {
	overflow-x: auto;
}
.t_scroll .list_table {
	min-width: 1030px;
}
.list_table thead th {
	background: #F6F6F6;
	font-size: 16px;
	font-weight: 500;
	color: #6F6F6F;
	padding: 21px 15px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	word-break: keep-all;
}
.list_table tbody td {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #6F6F6F;
	border-bottom: 1px solid #DEDEDE;
	padding: 15px;
}
.list_table tbody td .thumb {
	position: relative;
	width: 130px;
	height: 130px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}
.list_table tbody td .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_table tbody td .badge {
	display: inline-block;
	width: 73px;
    height: 30px;
    line-height: 25px;
	border-radius: 5px;
	border: 1px solid #7C7C7C;
	padding: 2px 15px;
	font-size: 16px;
	color: #7c7c7c;
	box-sizing: border-box;
}
.list_table .fix tr {
	background: #F0F0F0;
}
.list_table .fix td .badge {
	border: 1px solid #7C7C7C;
	text-align: left;
	background: #6F6F6F url("../images/ic_notice.svg")no-repeat 10px 50%;
	color: #ff0000;
	padding: 1px 0px 0 32px;
}
.list_table tbody td a {
	color: var(--key-color);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list_table tbody td a.tel {
	color: #363D47;
}
.list_table input[type=checkbox] {
	display: none;
}
.list_table input[type=checkbox] + label {
	position: relative;
	display: block;
}
.list_table input[type=checkbox] + label:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #AAA;
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto;
}
.list_table input[type=checkbox]:checked + label:before {
	background: #000 url("../images/check-white.svg")no-repeat 50% 50% / 11px;
	border: 1px solid #000;
}
.list_table thead th .sort {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.list_table thead th .sort button {
	display: block;
	width: 8px;
	height: 4px;
	padding: 0;
	background: url("../images/ic_sort.svg")no-repeat;
}
.list_table thead th .sort button.active {
	background: url("../images/ic_sort_on.svg")no-repeat;
}
.list_table thead th .sort button.up {
	background-position: 50% 0;
	margin-bottom: 5px;
}
.list_table thead th .sort button.down {
	background-position: 50% 100%;
}
.list_table .btn_area {
    justify-content: center;
    gap: 10px;
}
.list_table .btn_area a,
.list_table .btn_area button {
    width: 40px;
    height: 25px;
    line-height: 25px;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
}


.more_btn {
	display: block;
	width: 148px;
	height: 44px;
	border-radius: 5px;
	border: 1px solid #7C7C7C;
	background: #323232;
	font-size: 16px;
	color: #fcfcfc;
	box-sizing: border-box;
	margin: 40px auto 0;
}
.more_btn img {
	vertical-align: middle;
	margin-left: 10px;
}
.btn_more {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #F0F0F0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
}
.btn_more:after {
	content: '';
	width: 20px;
	height: 20px;
	background: url("../images/arrow-down.svg")no-repeat 50% 50% / 100%;
}




.agreement .tit {
	padding-bottom: 20px;
}
.agreement .box {
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
}
.agreement .box h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}
.agreement .box .conts {
	white-space: pre-line;
	line-height: 1.4;
}



#go_top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 35;
}
#go_top a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--white) url("../images/top_sc.svg")no-repeat 50% 50% / 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}






@media screen and (max-width: 1360px) {
	#header .inner {
		height: 75px;
	}
	#header .gnb {
		padding: 0;
	}
	/* 20240830 */
	#header .gnb ul {
		gap: 5px;
	}
	/* // 20240830 */
	#header .gnb li a {
		font-size: 18px;
	}
	#header .h_util {
		gap: 5px;
	}
	/* 20240830 */
	#header .top_area {
		gap: 20px;
	}
	#header .top_news .panel {
		top: -10px;
	}
	/* // 20240830 */
	#top_line {
		top: 75px;
	}
	#top_line .swiper {
		margin-left: -20px;
	}
	
	
	#container {
		padding-top: 140px;
	}
	
	.pagenavi {
		margin-top: 20px;
	}
	
	#fix button {
		width: 125px;
		height: 125px;
	}
	#fix button img {
		width: 50px;
	}
	#fix button p {
		font-size: 20px;
	}

	.fix_tit {
		top: 125px;
	}
}
@media screen and (max-width: 1024px) {
	#header .inner {
		height: 81px;
	}
	#header .top_area {
		gap: 10px 50px;
		/* 20240830
		width: calc(100% - 165px);*/
	}
	#header .logo img {
		height: 17px;
	}
	#header .gnb {
		display: none;
		width: 100%;
		margin-left: -10px;
		gap: 5px;
	}
	#header .gnb ul {
        gap: 5px;
    }
	#header .gnb li a {
		font-size: 14px;
		padding: 0 10px 5px;
	}
	
	#container {
		min-height: auto;
	}
	
	#top_line {
		top: 81px;
	}
	#top_line .inner {
		height: 35px;
		gap: 20px;
	}
	#top_line .inner strong,
	#top_line .inner p {
		font-size: 14px;
	}
	
	#sns {
		left: auto;
		right: 10px;
		top: auto;
		bottom: 180px;
		transform: none;
	}
	#sns .box {
		display: none;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
	}
	#sns .sns_small_btn {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 10px;
	}
	#sns .sns_small_btn svg {
		width: 10px;
	}
	
	#fix {
		top: auto;
		right: 10px;
		bottom: 90px;
	}
	#fix button {
		width: 50px;
		height: 50px;
		padding: 10px;
		border-radius: 10px;
	}
	#fix button img {
		width: 20px;
	}
	#fix button p {
		font-size: 12px;
		margin-top: 3px;
	}

	#fix_footer {
		display: block;
	}

	.fix_tit {
		top: 116px;
	}

	#footer {
		padding: 60px 0 140px;
	}
	#footer .info {
		font-size: 14px;
	}
	
	
	#chat {
		max-width: 100%;
	}
	
	.banner {
		margin-bottom: 30px;
	}
	
	.tit {
		margin-bottom: 20px;
	}
	.tit h4 {
		font-size: 24px;
	}
	.tit p {
		font-size: 16px;
	}
	
	.list_table thead th {
		padding: 15px;
		font-size: 14px;
	}
	.list_table tbody td {
		padding: 15px;
		font-size: 14px;
	}
	
	
	.tbody .cont .th {
		font-size: 14px;
		padding: 12px 0 12px 20px;
	}
	.tbody .cont .td .radio > div label {
		font-size: 14px;
	}
	.tbody .cont .td input[type=text], 
	.tbody .cont .td input[type=password] {
		font-size: 14px;
	}
	.tbody .cont table th {
		font-size: 14px;
	}
	.tbody .cont table td {
		font-size: 14px;
	}

	.btn_more {
		font-size: 14px;
		height: 42px;
	}
	.btn_more:after {
		width: 12px;
		height: 12px;
	}


	#go_top {
		bottom: 120px;
    	right: 15px;
	}
	#go_top a {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 768px) {
	#header .inner {
        height: 60px;
    }
	/* 20240830 */
	#header .f1 {
		gap: 5px;
	}
	#header .top_news {
		background: var(--white);
		position: absolute;
		top: 95px;
		left: 0;
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #DEDEDE;
		box-sizing: border-box;
	}
	.theme-dark #header .top_news {
		background: var(--black);
		border-bottom: 1px solid #7C7C7C;
	}
	#header .top_news .slide .swiper-slide button {
		font-size: 14px;
	}
	#header .top_news .panel {
		top: 0;
		width: 100%;
	}
	#header .top_news .panel ul li a {
		padding: 7px 20px;
	}
	/*
	#header .top_area {
		width: calc(100% - -10px);
	}
	#header .h_util {
		position: absolute;
		top: 15px;
		right: 10px;
	}
	*/
	/* // 20240830 */
	#header .h_util div a {
		padding: 20px 8px 0;
		background-size: 15px!important;
	}

	#top_line {
        top: 60px;
    }
	
	
	/* 20240830 */
	#container {
		padding-top: 160px;
	}
	/* // 20240830 */
	
	
	#footer {
		padding: 40px 0 135px;
	}
	#footer .logo {
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .info {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}

	/* 20240830 */
	.fix_tit {
		top: 136px;
	}
	/* // 20240830 */
	
	.title {
		margin-bottom: 25px;
	}
	.title h3 {
		font-size: 24px;
	}
	.title p {
		margin-top: 5px;
		font-size: 16px;
	}
	
	.tbody .cont .th {
		width: 100%;
		text-align: left;
		padding: 20px 0 20px 20px;
	}
	.tbody .cont .th span br {
		display: none;
	}
	.tbody .cont .th:before {
		width: 100%;
	}
	.tbody .cont .th span {
		left: auto;
		transform: translateY(-50%);
	}
	.tbody .cont .td {
		flex: none;
		width: 100%;
		box-sizing: border-box;
	}
	.tbody .w100 input {
		flex: 1;
	}
	.tbody .id_check {
		width: 110px;
	}
	
	.pagenavi ol {
		gap: 7px;
	}
	.pagenavi ol li a {
		width: 25px;
		height: 25px;
		line-height: 27px;
	}
}
@media screen and (max-width: 480px) {
	#header .gnb {
		overflow-x: auto;
		padding-bottom: 6px;
	}
	
	.pagenavi ol {
		gap: 5px;
	}
	.pagenavi ol li a {
		width: 18px;
		height: 18px;
		line-height: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 380px) {
	#header .logo img {
		height: 12px;
	}
	
	.pagenavi ol {
		gap: 0;
	}
	.pagenavi ol li.first img,
	.pagenavi ol li.last img {
		width: 17px;
		vertical-align: -4px;
		margin: 0 2px;
	}
	.pagenavi ol li.prev img,
	.pagenavi ol li.next img {
		width: 20px;
		vertical-align: -6px;
		margin: 0 2px;
	}
}