<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* base color */
body,
footer,
.bg::before,
body:not(.page--home) .wrap {
	background: #a09d9f;
}
.page--home .block--content-wrap {
	background: rgb(117 117 117 / 0.8);
}

/* background color */
.page--home .section--video .slick-dots li button:before,
.page--home .section--hero-img .block--login .g-nav--item__login::before {
	background: #a09d9f;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
.block--category li a::after,
.btn .btn--main,
.block__answer,
.limited .section-tit::after,
.tit .limited::after,
.list--schedule .block--date &gt; [class^="block--date"] .block--date__month::after,
.page--home footer .list-tit::before,
.page--home footer .list-tit::after,
.block--pager li::before {
	background: #fff;
}
input[readonly="readonly"] {
	background: #797979;
}
.page--schedule .section--list .block--refine input[type="checkbox"]:checked + p,
.tit .limited::after,
.btn .btn--main,
.block--login .nav__list--login li a,
.limited .section-tit::after,
.page--faq .block--faq-detail span.icon--a,
.page--blog .wrap--action .reply-form .btn .btn--main,
.page--movie .wrap--action .reply-form .btn .btn--main {
	background: #ec86a6;
}
.page--blog .block--comment,
.page--movie .block--comment {
	background: #989598;
}
.page--blog .block--comment .list--comment li form input,
.page--blog .block--comment .list--comment li.comment--member .comment--bg,
.page--blog .block--comment .list--comment li .replies li.comment--member,
.page--movie .block--comment .list--comment li form input,
.page--movie .block--comment .list--comment li.comment--member .comment--bg,
.page--movie .block--comment .list--comment li .replies li.comment--member {
	background: #888488;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.page--blog .block--comment .list--comment li.comment--member .comment--bg .btn-delete input,
.page--blog .block--comment .list--comment li .comment-replies .replies li.comment--member .btn-delete input,
.page--movie .block--comment .list--comment li.comment--member .comment--bg .btn-delete input,
.page--movie .block--comment .list--comment li .comment-replies .replies li.comment--member .btn-delete input {
	background: #FFFFFF;
	color:#888488;
}

/* text color */
body,a,
.page--home .block--content-wrap,
.page--home .block--contents a,
.copyright,
.page--movie .section--detail .btn .btn--sub,
.page--faq .section--detail .block--contact a,
.page--home .section--hero-img .block--login nav a,
.page--home footer .list-tit,
.list--support .list__item a,
footer,
.btn .btn--main,
.btn .btn--sub,
.limited .section-tit::after,
.page--faq .block--faq-detail span.icon--a,
.page--home .section--hero-img .block--login nav li a,
.tit .limited::after,
.btn .btn--main,
.block--login .nav__list--login li a,
.limited .section-tit::after,
.page--blog .wrap--action .reply-form .btn .btn--main,
.page--movie .wrap--action .reply-form .btn .btn--main,
.btn-delete input {
	color: #fff;
}
.list__item.new .tit::after,
.page--schedule .list--schedule li .block--txt.new .tit::after,
.page--qa .tit--q span:first-letter,
.page--qa .tit--a:first-letter {
	color: #ff99b9;
}
.block__answer,
#form__search .searchBox input[type=submit] {
	color: #a09d9f;
}
.block__question {
	background: rgb(117 117 117 / .3);
}
.page--blog .block--comment .list--comment li.comment--member .user:after,
.page--movie .block--comment .list--comment li.comment--member .user:after {
	color: #ec86a6;
}
::-webkit-input-placeholder {
	color: #7d7d7d;
}
::-moz-placeholder {
	opacity: 1;
	color: #7d7d7d;
}
:-ms-input-placeholder {
	color: #7d7d7d;
}
:-moz-placeholder {
	color: #7d7d7d;
}

/* svg color */
.lineIco a svg {
	fill:#fff;
}
.ico--play {
	stroke: #fff;
}
.page--feature .block--service__contents li .inner span svg {
	fill: #a09d9f;
}

/* border color */
.slick-prev::after, .slick-next::after,
.btn .btn--sub,
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after,
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after,
.page--faq .block--faq-detail,
.page--faq .block--faq-detail span.icon--q,
.header .drawer .nav__list--login{
  border-color: #fff;
}
.page--blog .block--comment .list--comment li,
.page--movie .block--comment .list--comment li {
  border-color:rgb(0 0 0 / .1);
}
.page--blog .block--comment .list--comment li .comment-replies .replies li:first-child:before,
.page--blog .block--comment .list--comment li .comment-replies .replies li:after,
.page--movie .block--comment .list--comment li .comment-replies .replies li:first-child:before,
.page--movie .block--comment .list--comment li .comment-replies .replies li:after {
	background: rgba(0,0,0,0.1);
}
.reply-form textarea {
	border: none;
}

/* form parts style */
.form__select select {
	border-color: transparent;
	background-color: #ffffff;
}
.form__radio label p::before {
	border-color: #111111;
}

.bg::before {
	opacity: .7;
}
footer small a {
	text-decoration: underline;
}
body:not(.page--home) footer .copyright {
	opacity: .9;
}
footer .copyright small em {
	opacity: .7;
}


/* schedule scroll_icon */
#next .arrow-1 { background-color:#fff;}
#next .arrow-2 { background-color: #a09d9f;}
#next .arrow-2 span { 
	border-top-color:#fff;
  border-right-color: #fff;
}

/* ==============================
page--ticket pat��12
============================== */
.page--ticket .list--select li a {
	background-color: #939393;
}
.page--ticket .section--list .list--ticket li a {
	background-color: #939393;
}
.page--ticket .section--list .list--ticket li a .tit {
	border-color: #a09d9f;
}
.page--ticket .section--list .list--ticket .sales_status span {
	background-color: #bd3636;
	color: #ffffff;
}
.page--ticket .section--list .list--ticket .sales_status span.sales_end {
	border: solid 1px #ffffff;
	background: none;
	color: #ffffff;
}
.page--ticket .section--list .list--ticket .sales_status span.sales_soldout {
	background-color: #ffffff;
	color: #939393;
}
.page--ticket .section--detail .block--info {
	background-color: #939393;
}
.page--ticket .section--detail .block--info dl {
	border-color: #a09d9f;
}
.page--ticket .section--detail .notice {
	background-color: #ffffff;
	color: #939393;
}
.page--ticket .section--detail .notice.nonactive {
	background-color: #818181;
	color: #ffffff;
}
.page--ticket .section--detail .txt-main.strong {
	color: #bd3636;
}
.page--ticket .section--detail .block--error {
	color: #bd3636;
}
.page--ticket .section--detail .block--form .tit {
	color: #2db2e2;
}
.page--ticket .section--detail .block--form dd input[type="checkbox"]:checked + label {
	border-color: #2db2e2;
}
.page--ticket .section--detail .ticket_used_list .tit {
	border-color: #bd3636;
	color: #bd3636;
}
.page--ticket .section--detail .ticket_used_list .used_ticket {
	border-color: #bd3636;
	color: #2c2e2f;
}
.page--ticket .section--detail .form--select {
	background: rgba(255,255,255,.9);
	color: #2c2e2f;
}
.page--ticket .section--detail .form--select select {
	background-color: #ffffff;
	color: #2c2e2f;
}
.page--ticket .section--detail input[type="checkbox"] + label {
	color: #2db2e2;
}
.page--ticket .section--detail input[type="checkbox"] + label:before {
	border-color: #2db2e2;
}
.page--ticket .section--detail input[type="checkbox"]:checked + label:before {
	border-color: #bd3636;
	border-top-color: transparent;
	border-left-color: transparent;
}
.page--ticket .section--detail .form-error {
	color: #bd3636;
}
.page--ticket .section--detail .block--alert .inner dt {
	color: #2c2e2f;
}
.page--ticket .spinner {
	border: solid 4px #ec86a6;
	border-top: solid 4px #ffffff;
}



/* ==============================
page--chat-community pat��12
============================== */
.page--chat-community .block--title,
.page--chat-community .section-detail__inner {
	background: #888488;
}
.page--chat-community .wrap--action.list--head .form--post .input_close::before,
.page--chat-community .wrap--action.list--head .form--post .input_close::after,
.page--chat-community .form--inptarea .input_close::before,
.page--chat-community .form--inptarea .input_close::after {
	background: #fff;
}
.page--chat-community .block--comment .list--comment li .icon,
.page--chat-community .block--cmnty_serch .cmnty_serch .datepicker,
.page--chat-community .block--comment .list--comment li .delete input,
.page--chat-community .form--inptarea textarea,
.page--chat-community #ui-datepicker-div,
.page--chat-community #comment_confirm_modal,
.page--chat-community .comment_reply_confirm_modal {
	background: #F7F7F7;
}
.page--chat-community .block--comment .list--comment li .txt {
	background: #a09d9f;
}
.page--chat-community .block--comment .list--comment li .parent.txt {
	background: #B7B5B6;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .txt {
	background: #fff;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .parent.txt {
	background: #F2F2F1;
}
.page--chat-community .form--inptarea,
.page--chat-community .form--inptarea .input_close {
	background: #B7B5B6;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-active::before,
.page--chat-community #ui-datepicker-div .ui-datepicker-buttonpane button,
.page--chat-community .wrap--action.list--head #comment_popup,
.page--chat-community .wrap--action.list--head .form--post .form--inptarea,
.page--chat-community .wrap--action.list--head .form--post .input_close {
	background: #ec86a6;
}
.page--chat-community #comment_modal_close::after,
.page--chat-community #comment_modal_close::before,
.page--chat-community .comment_reply_modal_close::after,
.page--chat-community .comment_reply_modal_close::before {
	background: #61605b;
}
.page--chat-community #ui-datepicker-div,
.page--chat-community #ui-datepicker-div a,
.page--chat-community .block--cmnty_serch .cmnty_serch .datepicker {
	color: #61605b;
}
.page--chat-community #comment_confirm_modal,
.page--chat-community .comment_reply_confirm_modal,
.page--chat-community .block--comment .list--comment li .delete input,
.page--chat-community .block--cmnty_serch .cmnty_serch i,
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .txt {
	color: #797871;
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-active,
.page--chat-community #ui-datepicker-div .ui-datepicker-buttonpane button,
.page--chat-community .comment_reply_confirm_popup i,
.page--chat-community .wrap--action.list--head #comment_popup,
.page--chat-community .wrap--action.list--head .form--post .form--inptarea i {
	color: #fff;
}
.page--chat-community .block--comment .list--comment li .wrap--action .icon--like i.clicked {
	color: #ec86a6;
}
.page--chat-community .block--title {
	border-color: rgba(0, 0, 0, 0.1);
}
.page--chat-community #ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-highlight::before {
	border-color: #ec86a6;
}
.page--chat-community .block--comment .list--comment li .parent.txt {
	border-color: #C5C3C4;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .parent.txt {
	border-color: #F8F8F6;
}
.page--chat-community .block--comment .list--comment li .txt::before {
	border-color: transparent;
	border-left: 18px solid #A09D9F;
}
.page--chat-community .block--comment .list--comment li .parent.txt::before {
	border-left: 18px solid #B7B5B6;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .txt::before {
	border-left: 18px solid #FFF;
}
.page--chat-community .block--comment .list--comment li.comment--member .comment_txt .parent.txt::before {
	border-left: 18px solid #F2F2F1;
}
.page--chat-community .block--comment .list--comment li .icon svg {
	fill: #ec86a6;
}
.page--chat-community #ui-datepicker-div,
.page--chat-community .form--inptarea,
.page--chat-community #comment_confirm_modal,
.page--chat-community .comment_reply_confirm_modal  {
	-webkit-box-shadow: 0 15px 60px -20px rgb(53 31 2 / 40%);
			box-shadow: 0 15px 60px -20px rgb(53 31 2 / 40%);
}
.page--chat-community .form--inptarea .input_close,
.page--chat-community .wrap--action.list--head #comment_popup {
	-webkit-box-shadow: 0 5px 20px -4px rgb(53 31 2 / 40%);
			box-shadow: 0 5px 20px -4px rgb(53 31 2 / 40%);
}

/* page--movie */
.page--movie .list--tag .tag__item a {
	color: #123655;
}


/* fc menu */
.body--app section.section--detail.page--fcmenu .list--fcmenu li{
	background: #a7a2a5;
	box-shadow: 2px 3px 11px -7px #6a6166;
}
.body--app section.section--detail.page--fcmenu .list--fcmenu span svg{ fill: #f3a5bd;}
.body--app section.section--detail.page--fcmenu .list--fcmenu p{color:#ffeff4;}



/* pc */
@media screen and (min-width: 961px){
  footer .nav__list--sns li a,
  .page--home footer .nav__list--sns li a,
  .page--home .list--support .list__item a{ color: #fff;}
  .header .drawer .nav li a{ color: #fff; }
  .bg::before{opacity: 0.6;}
  .list--schedule .block--date{ top: 8px; }
  .header{mix-blend-mode: unset;}

	.page--home .header{
    background: linear-gradient(0deg, rgba(255,255,255,0) 20%, #2e2e2e7a 100%);
	}

	/* border background color */
	.window-scroll .header {
		background: #999798;
    box-shadow: 0 0 10px 4px #00000021;
	}
}

/* sp */
@media screen and (max-width: 960px) and (min-width: 1px){
  .header .drawer{ background: #f9a9c2; }
  .header .drawer__btn span{ background: #fff; }
  .drawer-visible .header .drawer__btn span{ background: #fff; }
  .list--support .list__item a,
  .header .drawer .nav li a{ color: #f1f1f1;}
}
</pre></body></html>