@charset "utf-8";

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--normal-font:'GmarketSansMedium';
}

/* .icons-link-box .icons > span > *,
#topCont .icons > span > *,
.gnbWrap .icons > span > * { font-size: 15px !important; } */
.fix-layout { max-width: 1440px !important; }

.board-notice	{ width: 264px; padding: 10px; margin: 0 auto; text-align: center; box-sizing: border-box; }


.avocado-list	{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.avocado-list li	{
	display: block;
	position: relative;
	margin-bottom:1px;
}
.avocado-list li.bo_notice	{  }
.avocado-list li.no-data	{
	text-align: center;
	line-height: 200px;
}
.avocado-list li .td_chk { position:absolute; padding-right:10px;line-height: 35px;z-index:10; right:0; bottom:0}

.avocado-list li strong	{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.avocado-list li strong .highlight {font-weight:normal;}
.avocado-list li strong .cnt_cmt:before	{ content: "( "; }
.avocado-list li strong .cnt_cmt:after	{ content: " )"; }

.avocado-list li .ico-cate	{
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	width: 100px;
	text-align: center;
}
.avocado-list li .name	{
	display: block;
	position: absolute;
	top: 0;
	right: 100px;
	width: 100px;
	text-align: center;
	opacity: .6;
	font-size: 11px;
}
.avocado-list li .date	{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	text-align: center;
	opacity: .6;
	font-size: 11px;
}
.avocado-list li .hit	{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	text-align: center;
	opacity: .6;
	font-size: 11px;
}



.bo_fx {position:relative;padding:20px 0;}
.bo_fx .chk_all{ position:absolute;left:5px;top:20px;}



#navi_category ul {text-align:center; margin-bottom: 20px;}
#navi_category li {display:inline-block; padding:5px 0;}
#navi_category li:before {display:inline-block; content:"|";padding:0 15px;opacity:.6;}
#navi_category li:first-child:before {display:none;content:"";}
#navi_category #bo_cate_on {font-weight:bold;}

@media all and (max-width: 640px) {
#bo_v_con * {max-width:100%;}

	.board-category	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.board-category select	{
		width: 100%;
	}

	.bo_fx	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 10px !important;
	}
	.bo_fx a	{
		display: block;
		width: 100%;
	}
}


@media all and (max-width: 640px) {
#bo_v_con * {max-width:100%;}

	.board-category	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.board-category select	{
		width: 100%;
	}

	.bo_fx	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 10px !important;
	}
	.bo_fx a	{
		display: block;
		width: 100%;
	}
}



.board-write	{  padding: 0 10px; }

.board-write h3	{
	font-size: 26px;
	text-align: center;
	padding: 30px 0 20px;
}
.board-write .write-notice	{
	padding: 10px;
	font-size: 11px;
}
.board-write > dl {position:relative;}
.board-write > dl > dt { width:100px;position:absolute;line-height:32px;text-align:center; }
.board-write > dl > dd { width:100%;margin-left:0;padding-left:100px;box-sizing:border-box;line-height:32px;}
.board-write input.frm_input.full	{ width: 100%; display:block;margin:1px 0;}
.board-write label.biglabel {font-size: 16px;}

.thumb-preview {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
.thumb-preview .thumb {
	width: 80px;
	height: 60px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.clickable { cursor: pointer; }

.modal {
	display: none;
	z-index: 9000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	overflow: auto;
}
.modalBox {
	position: relative;
	text-align: center;
	margin: 5% auto;
	width: 90%;
	max-width: 1000px;
}
.modalBox img {
	max-width: 100%;
	max-height: 80vh;
	border-radius: 8px;
	box-shadow: 0 6px 30px rgba(0,0,0,0.6);
	display: block;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.thumb-preview .thumb { width: 60px; height: 40px; }
	.modalBox { margin-top: 20%; }
}




.board-viewer	{
	display: block;
	position: relative;
	padding: 20px;
}

.subject_wrap {
	background-position: center;
	background-size: cover;
	text-align: center;
	height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	box-sizing: border-box;
	padding: 30px;

}

.subject	{
	text-align: center;
	display: block;
	position: relative;
	font-size: 40px;
	line-height: 1.2em;
	font-family: var(--normal-font);
	filter: drop-shadow(0 0 5px #00000077);
	background: linear-gradient(270deg, #fff -13.82%, #fff 113.82%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.subject em	{
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 10px;
}
.subject_wrap {position: relative;}
.subject_wrap .p-dday {
	font-family: 'Pretendard-Regular';
	letter-spacing: 3px;
	font-size: 10px;
	margin: 5px 0;
	color: #aaaaaa;

}
.subject_wrap img {
	max-width: 200px;
	margin-bottom: 10px;
}

.subject_wrap .cate {
	font-family: 'Pretendard-Regular';
	display: inline-block;
	background-color: white;
	color:black;
	border-radius: 2em;
	font-size: 16px;
	padding: 3px 15px;
	margin-bottom: 15px;
	filter: drop-shadow(0 0 5px #00000077);
}

.subject_wrap .sub_subject {
	font-family: 'Pretendard-Regular';
	display: inline-block;
	letter-spacing: 10px;
	filter: drop-shadow(0 0 5px #00000077);
	color:#7D7D7D;
}


.board-viewer .contents	{
	display: block;
	position: relative;
	margin: 20px 0;
	padding: 40px 15px;
	border-left-width: 0;
	border-right-width: 0;
}






#bo_v_bot	{ padding: 20px 0; }
.bo_v_nb	{ float: left; }
.bo_v_com	{ float: right; }


.board-comment-list			{ position: relative; }
.board-comment-list .co-line	{
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
.board-comment-list .item	{
	position: relative;
	padding: 10px 10px 10px 100px;
}
.board-comment-list .co-name	{
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	width: 90px;
	padding: 10px 10px;
	box-sizing: border-box;
}
.board-comment-list .co-info {
	display: block;
	text-align: right;
	padding-top: 15px;
	font-size: 11px;
	opacity: .7;
}
.board-comment-list .co-info span	{ display: inline-block; opacity: .8; }
.board-comment-list .co-info span + span:before	{
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	vertical-align: middle;
	margin: 0 10px;
}

.board-comment-list .item.reply	{ border-left: 5px solid rgba(255, 255, 255, .1); }
.board-comment-list .item.reply .co-name	{
	background: none;
}


.board-comment-list + .board-comment-write	{
	margin-top: 20px;
}

.board-comment-form	{
	position: relative;
	padding-right: 80px;
}
.board-comment-form .btn_confirm	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 29px;
	width: 80px;
}
.board-comment-form .btn_confirm .ui-btn	{
	width: 100%;
	height: 100%;
}
.board-comment-form p	{
	margin: 0;
	padding: 5px 10px;
}
.board-comment-form textarea	{ display: block; height: 100px; resize: none; border: none; }


@media all and (max-width: 640px) {

	.avocado-list li a	{
		line-height: 1.2em;
		padding: 15px 15px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.avocado-list li .ico-cate,
	.avocado-list li .name,
	.avocado-list li .date,
	.avocado-list li .hit	{
		position: relative;
		width: auto;
		left: auto;
		right: auto;
		bottom: auto;
		line-height: 1.2em;
	}

	.avocado-list li .info	{
		display: block;
		text-align: right;
		line-height: 1.0em;
		padding-top: 10px;
	}

	.avocado-list li .ico-cate	{ display: inline; }
	.avocado-list li .ico-cate:before	{ content: "[ "; }
	.avocado-list li .ico-cate:after	{ content: " ]"; }

	.avocado-list li strong	{ display: inline; line-height: 1.2em; }

	.avocado-list li .name,
	.avocado-list li .date,
	.avocado-list li .hit	{ display: inline; padding: 0 5px; }

	.board-comment-list .item	{ padding: 0; }
	.board-comment-list .co-name	{ position: relative; width: auto; padding: 5px 10px; }
	.board-comment-list .co-content	{ padding: 10px; word-break:break-all;}

}

.avocado-list {
	font-family: 'Pretendard-Regular';
	column-gap: 12px;
	column-count: 3;
}

.avocado-list .list-g {
	display: block;
	width: 100%;
	margin-bottom: 12px;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	overflow: hidden;
	border-radius: 6px;
}

.avocado-list .list-g .card-link {
	display: block;
	position: relative;
	overflow: hidden;
}
.avocado-list .list-g .card-link:hover .card-thumb {
	transform: scale(1.04);
}

.avocado-list .list-g .card-thumb {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s;
}

.avocado-list .list-g .card-no-img {
	width: 100%;
	height: 220px;
	background: #1a1a1a;
}

.avocado-list .list-g .card-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(360deg, rgba(0,0,0,0.75) 20%, rgba(0,0,0,0) 55%);
	pointer-events: none;
}

.avocado-list .list-g .bottom-g {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
	gap: 8px;
}
.avocado-list .list-g .bottom-g .p-title {
	font-family: var(--normal-font);
	font-size: 32px;
	line-height: 110%;
	color: #FFFFFF;
	text-align: center;
}
.avocado-list .list-g .bottom-g .p-sub {
	color: #000000;           /* wr_5 없을 때 기본값; 인라인 style로 override됨 */
	background-color: #ffffff; /* wr_5 없을 때 기본값 */
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	padding: 4px 16px;
	border-radius: 30px;
	transition: background-color 0.3s, color 0.3s;
}


.avocado-list .list-g .catetory {
	display: block;
	position: absolute;
	left: 9px;
	top: 10px;
	color: black;
	border-radius: 2em;
	padding: 2px 15px;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
}


/* 반응형 — 2열 */
@media all and (max-width: 900px) {
	.avocado-list { column-count: 2 !important; }
}

/* 반응형 — 1열 */
@media all and (max-width: 768px) {
	.avocado-list { column-count: 1 !important; }
	.avocado-list .list-g .bottom-g { padding: 15px; }
	.avocado-list .list-g .bottom-g .p-title { font-size: 24px; }
}


.content_toggle {position: fixed; bottom:50px; left:35%; color:black;}
.grad {width:100%; position: fixed; z-index: 0; left:0; bottom:0; height:600px; background: linear-gradient(to bottom, transparent, #fff); pointer-events: none;}

.in-cate {background-color: white;
	border-radius: 2em; padding:4px 25px;
	font-family: 'Pretendard-Regular';
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	display: inline-block;
}
.in-name {margin:8px 0 10px 0;}
.in-subject {
	font-family: 'GmarketSansBold';
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	background: linear-gradient(270deg, #000000 0%, #000000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline-block;
}
.in-sub {
	display: inline-block;
	font-family: 'Pretendard-Regular';
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-left: 20px;
}
.in-content {
	font-family: 'Pretendard-Regular';
	font-size: 15px;
	line-height: 200%;
	text-transform: uppercase;
	width:70%;
	margin-bottom: 32px;
}


@media all and (max-width: 1100px) {
	.modalBox img {max-width:100%;}
	.content_toggle {left: 5%; position: relative;}
	.sdBox {position: relative; left:auto; text-align: center; }
	.color-wrap {position: relative; bottom: 60px;}

}

::placeholder {
    opacity: 0.4;
}
::-moz-placeholder {
    opacity: 0.4;
}
:-ms-input-placeholder {
    opacity: 0.4;
}
::-ms-input-placeholder {
    opacity: 0.4;
}


.v-fixed-container {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.v-bg {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

.v-bgm-ctrl {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 5px;
    transition: background 0.2s;
}
.v-bgm-ctrl:hover {
    background: rgba(0,0,0,0.8);
}

.v-card-wrapper {
    position: relative;
    height: 90vh;
    max-width: 100vw;
    perspective: 1500px;
    z-index: 20;
    display: inline-block;
}

.v-card-inner {
    position: relative;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
    display: inline-block;
}

.v-card-wrapper.flipped .v-card-inner {
    transform: rotateY(180deg);
}

.v-card-front {
    position: relative;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.v-card-back {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
}

.v-card-front img, .v-card-back img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    display: block;
    object-fit: contain;
}

#bo_v_bot.v-view-bot {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.v-au-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
    pointer-events: none;
	filter: drop-shadow(0 0 4px #000)  drop-shadow(0 0 4px #000);
}
.v-au-badge .material-symbols-outlined {
    font-size: 16px;
}


.v-view-bot .ui-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
	line-height: 40px;
}
.v-view-bot .ui-btn:hover { background: rgba(0,0,0,0.9); transform: scale(1.1); }
.v-view-bot .ui-btn .material-icons { font-size: 20px; }

.v-btn-magnify {
    position: absolute;
    left: -50px;
    bottom: 0px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
    transition: transform 0.2s;
}

.v-au-tabs {
    position: absolute;
    left: calc(100% + 15px);
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 30;
    align-items: flex-start;
    white-space: nowrap;
}

.v-au-tabs a {
    display: block;
    background: var(--au-bg, #000000);
    color: var(--au-color, #ffffff);
    text-decoration: none;
    padding: 4px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.2s;
	font-family: 'Pretendard-Regular';
    white-space: nowrap;
}
.v-au-tabs a.active,.v-au-tabs a:hover { background: #fff; color: #000; }

.v-info-area {
    position: absolute;
    right: 40px;
    bottom: 40px;
    text-align: right;
    z-index: 100;
    color: #fff;
    max-width: 400px;
}
.v-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
	transition: all 0.2s;
}
.v-btn-link:hover { transform: scale(1.1); }

.v-info-area .p-sub {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 4px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.v-info-area .p-title {
    font-family: var(--normal-font), sans-serif;
    font-size: 40px;
    line-height: 1;
    text-shadow: 0 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 12px;
    word-break: keep-all;
	line-height: 110%;
	margin-top: 15px;
}
.v-info-area .v-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    margin: 15px 0;
}
.v-info-area .v-desc {
    color: #9BA5A7;
	text-align: right;
	font-family:'Pretendard-Regular';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 14.4px */
}

/* Modals & Menus */
.v-magnify-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    overflow: auto;
}
.v-magnify-modal-inner {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
}
.v-magnify-modal img {
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.8);
}
.v-magnify-close {
    position: fixed;
    top: 20px; right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}


@media all and (max-width: 1024px) {
    body, html { overflow: auto !important; }
    .v-fixed-container {
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        min-height: 100vh;
        padding: 20px;
        box-sizing: border-box;
        overflow-y: auto;
    }
    .v-card-wrapper {
        height: 50vh;
        margin: 70px 0;
        max-width: 100%;
    }
    .v-au-tabs {
        right: 50%;
        bottom: -50px;
        transform: translateX(50%);
        flex-direction: row;
        flex-wrap: wrap;
        width: max-content;
        max-width: 90vw;
        justify-content: center;
    }
    .v-info-area {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .v-info-area .v-desc {
        text-align: center;
    }
    .v-info-area .p-title {
        font-size: 26px;
        word-break: keep-all;
    }
    .v-btn-magnify {
        left: -15px;
        bottom: -15px;
    }
    #bo_v_bot.v-view-bot {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.v-btn-link {margin-bottom: 0;}
}


.avocado-list .list-g.has-au:hover {
	z-index: 30;
}

.au-strip-container {
	position: absolute;
	inset: 0;
	display: flex;
	z-index: 5;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.15s ease;
}

.list-g:hover .au-strip-container {
	opacity: 1;
}

.au-strip {
	flex: 1;
	background-size: cover;
	background-position: center;
	transform: scaleY(0.96);
	opacity: 0;
	transition:
		opacity   0.32s ease                              calc(var(--strip-idx, 0) * 70ms),
		transform 0.35s cubic-bezier(0.34, 1.2, 0.64, 1) calc(var(--strip-idx, 0) * 70ms);
}

.list-g:hover .au-strip {
	opacity: 1;
	transform: scaleY(1);
}

.v-nav-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.25);
    text-decoration: none;
    z-index: 900;
    transition: all 0.3s;
    border-radius: 8px;
}
.v-nav-btn:hover {
    color: #fff;
}
.v-nav-prev { left: 10px; }
.v-nav-next { right: 10px; }
.v-nav-btn span { font-size: 60px; }

@media (max-width: 768px) {
    .v-nav-btn { width: 40px; height: 60px; }
    .v-nav-btn span { font-size: 36px; }
    .v-nav-prev { left: 0; }
    .v-nav-next { right: 0; }
}
