@charset "UTF-8";
/* Generating Color Pack*/

a:link, a:visited {color:inherit; text-decoration:none; cursor:pointer;}
a:hover, a:active {text-decoration:none;}
u {text-decoration:none;}
* {font-size:inherit; -webkit-tap-highlight-color:transparent}
.swiper-notification {display:none;}
li {list-style:none;}

/* Essential ---------------------------------------------------------------- */
.wrap {width:100%; position:relative;}
.layout_fix {max-width:1280px; padding:0 100px; margin:0 auto; position:relative; box-sizing:content-box;} /* 이부분 실작업시 수정할것! 컨텐츠 레이아웃 최대값   */
.upper_link {position:absolute; left:0; top:0; width:100%; height:100%; z-index:9;}


.color-highlight {
  color: #4A89DC !important;
}

.bg-highlight {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-highlight {
  border-color: #4A89DC !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
}

.gradient-menu {
  background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

.color-default-light {
  color: #f0f0f0 !important;
}

.color-default-dark {
  color: #f0f0f0 !important;
}

[data-gradient=body-default] #page, .background-changer .body-default {
  background-image: linear-gradient(0deg, #f0f0f0, #f0f0f0) !important;
}

.color-plum-light {
  color: #3D3949 !important;
}

.color-plum-dark {
  color: #6772A4 !important;
}

[data-gradient=body-plum] #page, .background-changer .body-plum {
  background-image: linear-gradient(0deg, #3D3949, #6772A4) !important;
}

.color-magenta-light {
  color: #2b2741 !important;
}

.color-magenta-dark {
  color: #413a65 !important;
}

[data-gradient=body-magenta] #page, .background-changer .body-magenta {
  background-image: linear-gradient(0deg, #2b2741, #413a65) !important;
}

.color-violet-light {
  color: #492D3D !important;
}

.color-violet-dark {
  color: #673c58 !important;
}

[data-gradient=body-violet] #page, .background-changer .body-violet {
  background-image: linear-gradient(0deg, #492D3D, #673c58) !important;
}

.color-red-light {
  color: #6F1025 !important;
}

.color-red-dark {
  color: #c62f50 !important;
}

[data-gradient=body-red] #page, .background-changer .body-red {
  background-image: linear-gradient(0deg, #6F1025, #c62f50) !important;
}

.color-green-light {
  color: #2d7335 !important;
}

.color-green-dark {
  color: #6eb148 !important;
}

[data-gradient=body-green] #page, .background-changer .body-green {
  background-image: linear-gradient(0deg, #2d7335, #6eb148) !important;
}

.color-sky-light {
  color: #0F5F79 !important;
}

.color-sky-dark {
  color: #188FB6 !important;
}

[data-gradient=body-sky] #page, .background-changer .body-sky {
  background-image: linear-gradient(0deg, #0F5F79, #188FB6) !important;
}

.color-orange-light {
  color: #C15140 !important;
}

.color-orange-dark {
  color: #E96A57 !important;
}

[data-gradient=body-orange] #page, .background-changer .body-orange {
  background-image: linear-gradient(0deg, #C15140, #E96A57) !important;
}

.color-yellow-light {
  color: #996A22 !important;
}

.color-yellow-dark {
  color: #CCA64F !important;
}

[data-gradient=body-yellow] #page, .background-changer .body-yellow {
  background-image: linear-gradient(0deg, #996A22, #CCA64F) !important;
}

.color-dark-light {
  color: #343341 !important;
}

.color-dark-dark {
  color: #535468 !important;
}

[data-gradient=body-dark] #page, .background-changer .body-dark {
  background-image: linear-gradient(0deg, #343341, #535468) !important;
}

.color-highlight-light {
  color: #5D9CEC !important;
}

.bg-highlight-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.bg-fade-highlight-dark {
  background-color: !important;
  color: #FFF !important;
}

.bg-fade-highlight-light {
  background-color: !important;
  color: #FFF !important;
}

.color-highlight-dark {
  color: #4A89DC !important;
}

.color-icon-highlight {
  stroke: #4A89DC !important;
  fill: !important;
}

.bg-highlight-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-highlight-light {
  border-color: #5D9CEC !important;
}

.border-highlight-dark {
  border-color: #4A89DC !important;
}

.focus-highlight:focus {
  border-color: #4A89DC !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.color-green-light {
  color: #A0D468 !important;
}

.bg-green-light {
  background-color: #A0D468 !important;
  color: #FFF !important;
}

.bg-fade-green-dark {
  background-color: rgba(140, 193, 82, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-green-light {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #FFF !important;
}

.color-green-dark {
  color: #8CC152 !important;
}

.color-icon-green {
  stroke: #8CC152 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-green-dark {
  background-color: #8CC152 !important;
  color: #FFF !important;
}

.border-green-light {
  border-color: #A0D468 !important;
}

.border-green-dark {
  border-color: #8CC152 !important;
}

.focus-green:focus {
  border-color: #8CC152 !important;
}

.gradient-green {
  background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}

.color-grass-light {
  color: #34cc73 !important;
}

.bg-grass-light {
  background-color: #34cc73 !important;
  color: #FFF !important;
}

.bg-fade-grass-dark {
  background-color: rgba(140, 193, 82, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-grass-light {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #FFF !important;
}

.color-grass-dark {
  color: #2ABA66 !important;
}

.color-icon-grass {
  stroke: #2ABA66 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-grass-dark {
  background-color: #2ABA66 !important;
  color: #FFF !important;
}

.border-grass-light {
  border-color: #34cc73 !important;
}

.border-grass-dark {
  border-color: #2ABA66 !important;
}

.focus-grass:focus {
  border-color: #2ABA66 !important;
}

.gradient-grass {
  background-image: linear-gradient(to bottom, #34cc73, #2ABA66);
}

.color-red-light {
  color: #ED5565 !important;
}

.bg-red-light {
  background-color: #ED5565 !important;
  color: #FFF !important;
}

.bg-fade-red-dark {
  background-color: rgba(218, 68, 83, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-red-light {
  background-color: rgba(218, 68, 83, 0.3) !important;
  color: #FFF !important;
}

.color-red-dark {
  color: #DA4453 !important;
}

.color-icon-red {
  stroke: #DA4453 !important;
  fill: rgba(218, 68, 83, 0.3) !important;
}

.bg-red-dark {
  background-color: #DA4453 !important;
  color: #FFF !important;
}

.border-red-light {
  border-color: #ED5565 !important;
}

.border-red-dark {
  border-color: #DA4453 !important;
}

.focus-red:focus {
  border-color: #DA4453 !important;
}

.gradient-red {
  background-image: linear-gradient(to bottom, #ED5565, #DA4453);
}

.color-orange-light {
  color: #FC6E51 !important;
}

.bg-orange-light {
  background-color: #FC6E51 !important;
  color: #FFF !important;
}

.bg-fade-orange-dark {
  background-color: rgba(233, 87, 63, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-orange-light {
  background-color: rgba(233, 87, 63, 0.3) !important;
  color: #FFF !important;
}

.color-orange-dark {
  color: #E9573F !important;
}

.color-icon-orange {
  stroke: #E9573F !important;
  fill: rgba(233, 87, 63, 0.3) !important;
}

.bg-orange-dark {
  background-color: #E9573F !important;
  color: #FFF !important;
}

.border-orange-light {
  border-color: #FC6E51 !important;
}

.border-orange-dark {
  border-color: #E9573F !important;
}

.focus-orange:focus {
  border-color: #E9573F !important;
}

.gradient-orange {
  background-image: linear-gradient(to bottom, #FC6E51, #E9573F);
}

.color-yellow-light {
  color: #FFCE54 !important;
}

.bg-yellow-light {
  background-color: #FFCE54 !important;
  color: #FFF !important;
}

.bg-fade-yellow-dark {
  background-color: rgba(246, 187, 66, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-yellow-light {
  background-color: rgba(246, 187, 66, 0.3) !important;
  color: #FFF !important;
}

.color-yellow-dark {
  color: #F6BB42 !important;
}

.color-icon-yellow {
  stroke: #F6BB42 !important;
  fill: rgba(246, 187, 66, 0.3) !important;
}

.bg-yellow-dark {
  background-color: #F6BB42 !important;
  color: #FFF !important;
}

.border-yellow-light {
  border-color: #FFCE54 !important;
}

.border-yellow-dark {
  border-color: #F6BB42 !important;
}

.focus-yellow:focus {
  border-color: #F6BB42 !important;
}

.gradient-yellow {
  background-image: linear-gradient(to bottom, #FFCE54, #F6BB42);
}

.color-sunny-light {
  color: #f0b31b !important;
}

.bg-sunny-light {
  background-color: #f0b31b !important;
  color: #FFF !important;
}

.bg-fade-sunny-dark {
  background-color: rgba(246, 187, 66, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-sunny-light {
  background-color: rgba(246, 187, 66, 0.3) !important;
  color: #FFF !important;
}

.color-sunny-dark {
  color: #d99914 !important;
}

.color-icon-sunny {
  stroke: #d99914 !important;
  fill: rgba(246, 187, 66, 0.3) !important;
}

.bg-sunny-dark {
  background-color: #d99914 !important;
  color: #FFF !important;
}

.border-sunny-light {
  border-color: #f0b31b !important;
}

.border-sunny-dark {
  border-color: #d99914 !important;
}

.focus-sunny:focus {
  border-color: #d99914 !important;
}

.gradient-sunny {
  background-image: linear-gradient(to bottom, #f0b31b, #d99914);
}

.color-blue-light {
  color: #5D9CEC !important;
}

.bg-blue-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.bg-fade-blue-dark {
  background-color: rgba(74, 137, 220, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-blue-light {
  background-color: rgba(74, 137, 220, 0.3) !important;
  color: #FFF !important;
}

.color-blue-dark {
  color: #4A89DC !important;
}

.color-icon-blue {
  stroke: #4A89DC !important;
  fill: rgba(74, 137, 220, 0.3) !important;
}

.bg-blue-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-blue-light {
  border-color: #5D9CEC !important;
}

.border-blue-dark {
  border-color: #4A89DC !important;
}

.focus-blue:focus {
  border-color: #4A89DC !important;
}

.gradient-blue {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.color-teal-light {
  color: #A0CECB !important;
}

.bg-teal-light {
  background-color: #A0CECB !important;
  color: #FFF !important;
}

.bg-fade-teal-dark {
  background-color: rgba(125, 177, 177, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-teal-light {
  background-color: rgba(125, 177, 177, 0.3) !important;
  color: #FFF !important;
}

.color-teal-dark {
  color: #7DB1B1 !important;
}

.color-icon-teal {
  stroke: #7DB1B1 !important;
  fill: rgba(125, 177, 177, 0.3) !important;
}

.bg-teal-dark {
  background-color: #7DB1B1 !important;
  color: #FFF !important;
}

.border-teal-light {
  border-color: #A0CECB !important;
}

.border-teal-dark {
  border-color: #7DB1B1 !important;
}

.focus-teal:focus {
  border-color: #7DB1B1 !important;
}

.gradient-teal {
  background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1);
}

.color-mint-light {
  color: #48CFAD !important;
}

.bg-mint-light {
  background-color: #48CFAD !important;
  color: #FFF !important;
}

.bg-fade-mint-dark {
  background-color: rgba(55, 188, 155, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-mint-light {
  background-color: rgba(55, 188, 155, 0.3) !important;
  color: #FFF !important;
}

.color-mint-dark {
  color: #37BC9B !important;
}

.color-icon-mint {
  stroke: #37BC9B !important;
  fill: rgba(55, 188, 155, 0.3) !important;
}

.bg-mint-dark {
  background-color: #37BC9B !important;
  color: #FFF !important;
}

.border-mint-light {
  border-color: #48CFAD !important;
}

.border-mint-dark {
  border-color: #37BC9B !important;
}

.focus-mint:focus {
  border-color: #37BC9B !important;
}

.gradient-mint {
  background-image: linear-gradient(to bottom, #48CFAD, #37BC9B);
}

.color-pink-light {
  color: #EC87C0 !important;
}

.bg-pink-light {
  background-color: #EC87C0 !important;
  color: #FFF !important;
}

.bg-fade-pink-dark {
  background-color: rgba(215, 112, 173, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-pink-light {
  background-color: rgba(215, 112, 173, 0.3) !important;
  color: #FFF !important;
}

.color-pink-dark {
  color: #D770AD !important;
}

.color-icon-pink {
  stroke: #D770AD !important;
  fill: rgba(215, 112, 173, 0.3) !important;
}

.bg-pink-dark {
  background-color: #D770AD !important;
  color: #FFF !important;
}

.border-pink-light {
  border-color: #EC87C0 !important;
}

.border-pink-dark {
  border-color: #D770AD !important;
}

.focus-pink:focus {
  border-color: #D770AD !important;
}

.gradient-pink {
  background-image: linear-gradient(to bottom, #EC87C0, #D770AD);
}

.color-pink2-light {
  color: #ff5982 !important;
}

.bg-pink2-light {
  background-color: #ff5982 !important;
  color: #FFF !important;
}

.bg-fade-pink2-dark {
  background-color: rgba(215, 112, 173, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-pink2-light {
  background-color: rgba(215, 112, 173, 0.3) !important;
  color: #FFF !important;
}

.color-pink2-dark {
  color: #fb3365 !important;
}

.color-icon-pink2 {
  stroke: #fb3365 !important;
  fill: rgba(215, 112, 173, 0.3) !important;
}

.bg-pink2-dark {
  background-color: #fb3365 !important;
  color: #FFF !important;
}

.border-pink2-light {
  border-color: #ff5982 !important;
}

.border-pink2-dark {
  border-color: #fb3365 !important;
}

.focus-pink2:focus {
  border-color: #fb3365 !important;
}

.gradient-pink2 {
  background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}

.color-magenta-light {
  color: #AC92EC !important;
}

.bg-magenta-light {
  background-color: #AC92EC !important;
  color: #FFF !important;
}

.bg-fade-magenta-dark {
  background-color: rgba(150, 122, 220, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-magenta-light {
  background-color: rgba(150, 122, 220, 0.3) !important;
  color: #FFF !important;
}

.color-magenta-dark {
  color: #967ADC !important;
}

.color-icon-magenta {
  stroke: #967ADC !important;
  fill: rgba(150, 122, 220, 0.3) !important;
}

.bg-magenta-dark {
  background-color: #967ADC !important;
  color: #FFF !important;
}

.border-magenta-light {
  border-color: #AC92EC !important;
}

.border-magenta-dark {
  border-color: #967ADC !important;
}

.focus-magenta:focus {
  border-color: #967ADC !important;
}

.gradient-magenta {
  background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
}

.color-brown-light {
  color: #BAA286 !important;
}

.bg-brown-light {
  background-color: #BAA286 !important;
  color: #FFF !important;
}

.bg-fade-brown-dark {
  background-color: rgba(170, 142, 105, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-brown-light {
  background-color: rgba(170, 142, 105, 0.3) !important;
  color: #FFF !important;
}

.color-brown-dark {
  color: #AA8E69 !important;
}

.color-icon-brown {
  stroke: #AA8E69 !important;
  fill: rgba(170, 142, 105, 0.3) !important;
}

.bg-brown-dark {
  background-color: #AA8E69 !important;
  color: #FFF !important;
}

.border-brown-light {
  border-color: #BAA286 !important;
}

.border-brown-dark {
  border-color: #AA8E69 !important;
}

.focus-brown:focus {
  border-color: #AA8E69 !important;
}

.gradient-brown {
  background-image: linear-gradient(to bottom, #BAA286, #AA8E69);
}

.color-gray-light {
  color: #e2e5ea !important;
}

.bg-gray-light {
  background-color: #e2e5ea !important;
  color: #FFF !important;
}

.bg-fade-gray-dark {
  background-color: rgba(170, 178, 189, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-gray-light {
  background-color: rgba(170, 178, 189, 0.3) !important;
  color: #FFF !important;
}

.color-gray-dark {
  color: #AAB2BD !important;
}

.color-icon-gray {
  stroke: #AAB2BD !important;
  fill: rgba(170, 178, 189, 0.3) !important;
}

.bg-gray-dark {
  background-color: #AAB2BD !important;
  color: #FFF !important;
}

.border-gray-light {
  border-color: #e2e5ea !important;
}

.border-gray-dark {
  border-color: #AAB2BD !important;
}

.focus-gray:focus {
  border-color: #AAB2BD !important;
}

.gradient-gray {
  background-image: linear-gradient(to bottom, #e2e5ea, #AAB2BD);
}

.color-aqua-light {
  color: #4FC1E9 !important;
}

.bg-aqua-light {
  background-color: #4FC1E9 !important;
  color: #FFF !important;
}

.bg-fade-aqua-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-aqua-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}

.color-aqua-dark {
  color: #3BAFDA !important;
}

.color-icon-aqua {
  stroke: #3BAFDA !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-aqua-dark {
  background-color: #3BAFDA !important;
  color: #FFF !important;
}

.border-aqua-light {
  border-color: #4FC1E9 !important;
}

.border-aqua-dark {
  border-color: #3BAFDA !important;
}

.focus-aqua:focus {
  border-color: #3BAFDA !important;
}

.gradient-aqua {
  background-image: linear-gradient(to bottom, #4FC1E9, #3BAFDA);
}

.color-night-light {
  color: #222529 !important;
}

.bg-night-light {
  background-color: #222529 !important;
  color: #FFF !important;
}

.bg-fade-night-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-night-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}

.color-night-dark {
  color: #16181c !important;
}

.color-icon-night {
  stroke: #16181c !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-night-dark {
  background-color: #16181c !important;
  color: #FFF !important;
}

.border-night-light {
  border-color: #222529 !important;
}

.border-night-dark {
  border-color: #16181c !important;
}

.focus-night:focus {
  border-color: #16181c !important;
}

.gradient-night {
  background-image: linear-gradient(to bottom, #222529, #16181c);
}

.color-dark-light {
  color: #656D78 !important;
}

.bg-dark-light {
  background-color: #656D78 !important;
  color: #FFF !important;
}

.bg-fade-dark-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-dark-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}

.color-dark-dark {
  color: #434A54 !important;
}

.color-icon-dark {
  stroke: #434A54 !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-dark-dark {
  background-color: #434A54 !important;
  color: #FFF !important;
}

.border-dark-light {
  border-color: #656D78 !important;
}

.border-dark-dark {
  border-color: #434A54 !important;
}

.focus-dark:focus {
  border-color: #434A54 !important;
}

.gradient-dark {
  background-image: linear-gradient(to bottom, #656D78, #434A54);
}

.theme-light input:not([type=submit]):not(.focus-color):focus, .theme-light select:focus, .theme-light textarea:active {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.theme-light [data-card-height=cover] input:not([type=submit]):not(.focus-color):focus, .theme-light [data-card-height=cover] select:focus, .theme-light [data-card-height=cover] textarea:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.theme-dark input:not([type=submit]):not(.focus-color):focus, .theme-dark select:focus, .theme-dark textarea:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/*Social Colors*/
.color-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #FFF;
}

.color-linkedin {
  color: #0077B5 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
  color: #FFF;
}

.color-twitter {
  color: #4099ff !important;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #FFF;
}

.color-google {
  color: #d34836 !important;
}

.bg-google {
  background-color: #d34836 !important;
  color: #FFF;
}

.color-whatsapp {
  color: #34AF23 !important;
}

.bg-whatsapp {
  background-color: #34AF23 !important;
  color: #FFF;
}

.color-pinterest {
  color: #C92228 !important;
}

.bg-pinterest {
  background-color: #C92228 !important;
  color: #FFF;
}

.color-mail {
  color: #3498db !important;
}

.bg-mail {
  background-color: #3498db !important;
  color: #FFF;
}

.color-phone {
  color: #27ae60 !important;
}

.bg-phone {
  background-color: #27ae60 !important;
  color: #FFF;
}

.color-instagram {
  color: #e1306c !important;
}

.bg-instagram {
  background-color: #e1306c !important;
  color: #FFF;
}

/*Default Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-transparent {
  border-color: transparent !important;
}

/*Default Highlight Colors*/
.splide__pagination__page.is-active {
  background-color: #4A89DC !important;
}

.form-floating-over > .form-control:focus ~ label {
  color: #4A89DC;
}

.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
  color: #4A89DC;
}

.form-floating-over > .form-select ~ label {
  color: #4A89DC;
}

.color-highlight {
  color: #4A89DC;
}

.bg-highlight {
  background-color: #4A89DC;
  color: #FFF !important;
}

/*Typography Settings*/
body {
  font-size: 15px;
  font-family: "Roboto", sans-serif !important;
  line-height: 24px !important;
  color: #727272 !important;
  /*background-color: #f8fbfb;*/
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: #1f1f1f;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 5px;
  letter-spacing: -0.8px;
}

h1 {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 5px;
}

h2 {
  font-size: 22px;
  line-height: 25px;
}

h3 {
  font-size: 21px;
  line-height: 24px;
}

h4 {
  font-size: 19px;
  line-height: 23px;
}

h5 {
  font-size: 17px;
  line-height: 22px;
}

a {
  text-decoration: none !important;
}

p {
  color: #727272;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.price-sup {
  display: inline-block;
  transform: translateY(-10px);
}

h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge {
  transform: translateY(-3px);
}

/*Page Stucture Settings*/
#page {
  overflow-x: hidden;
  position: relative;
}

.page-content {
  min-height: 60vh;
  overflow-x: hidden;
  position: relative;
  transition: all 300ms ease;
  z-index: 90;
  background-color: #FFF;
}

.page-content-bg {
  z-index: 52;
  position: fixed;
  top: -1250px;
  bottom: -1250px;
  transform: translate3d(0, 0, 0);
  left: -50px;
  right: -50px;
}

.content-box {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/*Content Boxes*/
.content {
  position: relative;
  display: block;
  margin: 20px 15px 30px 15px;
}
.content p:last-child {
  margin-bottom: 0px;
}

.content-full {
  margin: 0px;
}

.content-boxed {
  padding: 20px 15px 0px 15px;
}

#menu-install-pwa-ios,
#menu-install-pwa-android {
  display: block !important;
}

/*Logos*/
.header-logo {
  background-size: 28px 28px;
  width: 50px;
}

.footer .footer-logo {
  background-size: 80px 80px;
  height: 80px !important;
  margin-bottom: 20px !important;
}

.theme-light .header .header-logo {
  background-image: url(../images/preload-logo.png);
}

.theme-dark .header .header-logo {
  background-image: url(../images/preload-logo.png);
}

.theme-light .footer .footer-logo {
  background-image: url(../images/preload-logo.png);
}

.theme-dark .footer .footer-logo {
  background-image: url(../images/preload-logo.png);
}

/*--Header---*/
.header-title span {
  font-family: "Noto Sans JP", sans-serif;
}

.footer-title span {
  font-family: "Noto Sans JP", sans-serif;
}

.header-logo {
  color: rgba(0, 0, 0, 0) !important;
}
.header-logo span {
  display: none;
  display: none;
}

.header {
  background-color: #242631;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 55px;
  z-index: 99;
  transition: all 300ms ease;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.header .header-title {
  position: absolute;
  height: 55px;
  line-height: 53px;
  font-size: 15px;
  color: #FFF;
  font-weight: 600;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.header .header-logo {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
}
.header .header-icon {
  position: absolute;
  height: 55px;
  width: 45px;
  text-align: center;
  line-height: 54px;
  font-size: 13px;
  color: #FFF;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
}
.header .dropdown-menu {
  z-index: 99;
}

.header-auto-show {
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}

.header-active {
  opacity: 1;
  pointer-events: all;
  transition: all 300ms ease;
}

.header-always-show .header {
  margin-top: 0px !important;
}

.header-static {
  position: relative !important;
}

.header-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
}

.header-icon .badge {
  position: absolute;
  margin-left: -5px;
  color: #FFF !important;
  width: 16px;
  text-align: center;
  line-height: 16px;
  padding: 0px;
  padding-left: 1px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 12px;
}

.header-transparent-light {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}
.header-transparent-light a {
  color: #FFF;
}

.header-transparent-dark {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}
.header-transparent-dark a {
  color: #000;
}

.header-logo-center .header-icon-1 {
  left: 0px;
}
.header-logo-center .header-icon-2 {
  left: 45px;
}
.header-logo-center .header-icon-3 {
  right: 45px;
}
.header-logo-center .header-icon-4 {
  right: 0px;
}
.header-logo-center .header-title {
  width: 150px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}
.header-logo-center .header-logo {
  background-position: center center;
  width: 150px !important;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}

.header-logo-left .header-icon-1 {
  right: 0px;
}
.header-logo-left .header-icon-2 {
  right: 45px;
}
.header-logo-left .header-icon-3 {
  right: 90px;
}
.header-logo-left .header-icon-4 {
  right: 135px;
}
.header-logo-left .header-logo {
  left: 0px !important;
  margin-left: 0px !important;
}
.header-logo-left .header-title {
  left: 15px !important;
  margin-left: 0px !important;
}

.header-logo-right .header-icon-1 {
  left: 0px;
}
.header-logo-right .header-icon-2 {
  left: 45px;
}
.header-logo-right .header-icon-3 {
  left: 90px;
}
.header-logo-right .header-icon-4 {
  left: 135px;
}
.header-logo-right .header-logo {
  left: auto !important;
  right: 20px !important;
  margin-left: 0px !important;
}
.header-logo-right .header-title {
  left: auto !important;
  right: 20px !important;
  margin-left: 0px !important;
}

.header-logo-app .header-icon-1 {
  left: 0px;
}
.header-logo-app .header-icon-2 {
  right: 2px;
}
.header-logo-app .header-icon-3 {
  right: 45px;
}
.header-logo-app .header-icon-4 {
  right: 90px;
}
.header-logo-app .header-logo {
  left: 0px !important;
  margin-left: 40px !important;
}
.header-logo-app .header-title {
  left: 0px !important;
  margin-left: 50px !important;
}

.header-demo {
  z-index: 98 !important;
  position: relative;
}

.notch-clear {
  padding-top: calc(0px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(0px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-notch {
  padding-top: calc(0px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(0px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear {
  padding-top: 55px;
  padding-top: calc(55px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(55px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-small {
  padding-top: 25px;
  padding-top: calc(25px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(25px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-medium {
  padding-top: 75px;
  padding-top: calc(75px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(75px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-large {
  padding-top: 90px;
  padding-top: calc(90px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(90px + (env(safe-area-inset-top))*0.8) !important;
}

.header {
  height: calc(55px + (constant(safe-area-inset-top))*0.8) !important;
  height: calc(55px + (env(safe-area-inset-top))*0.8) !important;
}

.header-icon {
  margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
  margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

.header-title {
  margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
  margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

/*-Footer Menu-*/
#footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  background-color: #0c1117;
  display: flex;
  min-height: 61px;
  min-height: calc(61px + (constant(safe-area-inset-bottom))*0.8) !important;
  min-height: calc(61px + (env(safe-area-inset-bottom))*0.8) !important;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: transform 300ms ease !important;
}
#footer-bar a {
  color: #FFF;
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
}
#footer-bar a span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-top: -6px;
  opacity: 0.7;
  font-family: "Roboto", sans-serif !important;
}
#footer-bar a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
#footer-bar a svg {
  transform: translateY(-6px);
}
#footer-bar .badge {
  font-style: normal;
  z-index: 5;
  top: 0px;
  position: absolute;
  margin-left: 3px;
  color: #FFF !important;
  width: 18px;
  text-align: center;
  line-height: 18px;
  padding: 0px;
  padding-left: 0px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 12px;
}

.footer-bar-2 .active-nav {
  color: #FFF !important;
}
.footer-bar-2 .active-nav::after {
  content: "";
  background-color: #5D9CEC;
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
}

.footer-bar-4 .active-nav {
  color: #FFF !important;
}
.footer-bar-4 .active-nav::after {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 60px;
  left: 50%;
  top: 50%;
  background-color: #5D9CEC;
  transform: translate(-50%, -50%);
  bottom: 0px;
}
.footer-bar-4 .active-nav i {
  padding-top: 8px;
}
.footer-bar-4 span {
  display: none !important;
}
.footer-bar-4 i {
  padding-top: 10px;
}

.footer-bar-1 .active-nav::after {
  content: "";
  background-color: #5D9CEC;
  position: absolute;
  width: 70px;
  height: 4px;
  border-radius: 60px;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
}

.footer-bar-3 span {
  display: none !important;
}
.footer-bar-3 .active-nav {
  padding-top: 11px !important;
}
.footer-bar-3 .active-nav span {
  display: block !important;
  color: #5D9CEC;
}
.footer-bar-3 .active-nav i {
  color: #5D9CEC;
}
.footer-bar-3 a {
  padding-top: 18px !important;
}

.has-footer {
  padding-bottom: 70px;
}

/*Menus & Action Sheets & Modals*/
/*--Menu System---*/
/*--Menu System---*/
.menu-title {
  position: relative;
}
.menu-title h1 {
  font-size: 23px;
  font-weight: 800;
  padding: 20px 0px 14px 15px !important;
}
.menu-title p {
  font-weight: 600;
  font-size: 14px;
  margin: 15px 0px -25px 15px !important;
  padding: 0px 0px 0px 0px;
}
.menu-title a {
  font-size: 21px;
  color: #dc3545;
  position: absolute;
  text-align: center;
  width: 55px;
  right: 0px;
  top: 50%;
  margin-top: -5px;
}

.menu-bg {
  background-color: #f8fbfb;
}

.menu-hider {
  position: fixed;
  top: -100px;
  bottom: -100px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease;
}

.menu {
  position: fixed;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #FFF;
  z-index: 101;
  overflow: scroll;
  overflow-x: hidden;
  transition: all 300ms ease;
  -webkit-overflow-scrolling: touch;
}
.menu .content {
  margin-bottom: 0px !important;
}

.menu-box-left {
  left: 0px;
  top: 0px !important;
  width: 250px;
  height: 100%;
  bottom: 0px;
  transform: translate3d(-100%, 0, 0);
}

.menu-box-right {
  right: 0px;
  transform: translateX(100%);
  top: 0px !important;
  height: 100%;
  bottom: 0px;
  width: 250px;
}

.menu-box-top {
  transform: translate3d(0, -115%, 0);
  top: 0px;
  left: 0px;
  right: 0px;
  height: 300px;
}

.menu-box-bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 300px;
  transform: translate3d(0, 110%, 0);
}

.menu-box-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease;
}

.menu-box-top.menu-box-detached {
  top: 10px;
  left: 10px;
  right: 10px;
}

.menu-box-bottom.menu-box-detached {
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.menu-box-left.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-right.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-top.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.is-on-homescreen .menu-box-top.menu-active {
  transform: translate3d(0%, 40px, 0) !important;
}

.menu-box-bottom.menu-active {
  transform: translate3d(0%, 20px, 0) !important;
}

.menu-box-bottom-full.menu-active {
  transform: translate3d(0%, 0px, 0) !important;
}

.menu-box-modal.menu-active {
  transition: all 200ms ease;
  pointer-events: all !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.menu-hider.menu-active {
  transition: all 300ms ease;
  opacity: 1;
  pointer-events: all;
}

.menu-hider.menu-active.menu-active-clear {
  background-color: rgba(0, 0, 0, 0) !important;
}

.menu-box-left[data-menu-effect=menu-reveal] {
  display: none;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 86;
}

.menu-box-right[data-menu-effect=menu-reveal] {
  display: none;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 86;
}

.menu-active.menu {
  opacity: 1 !important;
  transition: all 300ms ease;
  pointer-events: all !important;
}

.menu-active {
  opacity: 1 !important;
}

.menu-active-no-click {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all !important;
}

#menu-install-pwa-ios {
  overflow: visible !important;
}

.fa-ios-arrow {
  transform: translateY(4px);
}

.theme-light .fa-ios-arrow {
  color: #FFF !important;
}

.menu-open {
  overflow: hidden !important;
}

/*Menu Design*/
.menu-divider {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1f1f1f;
  background-color: rgba(0, 0, 0, 0.02);
  border-top: solid 1px rgba(0, 0, 0, 0.03);
  border-bottom: solid 1px rgba(0, 0, 0, 0.03);
  box-shadow: none;
  font-style: normal;
  padding-left: 20px;
  margin-bottom: -1px;
  margin-top: -1px;
  z-index: 999;
  position: relative;
}

.menu-divider i {
  position: absolute;
  right: 19px;
  height: 40px;
  line-height: 40px !important;
}

.menu-list i:first-child {
  padding-left: 10px;
  transform: translateY(1px);
}

.menu-list span {
  font-family: "Noto Sans JP", sans-serif !important;
  padding-left: 5px;
  font-weight: 500;
  font-size: 15px;
}

.menu-list .fa-circle {
  font-size: 5px !important;
  transform: translateY(2px) !important;
  margin-right: 20px;
}

.theme-light .menu-list .nav-item-active span {
  font-weight: 700;
}

.theme-dark .menu-list .nav-item-active span {
  font-weight: 800;
}

.menu-list .nav-item-active .fa-circle {
  color: red !important;
}

#menu-contact #contactNameField,
#menu-contact #contactEmailField,
#menu-contact #contactMessageTextarea {
  padding-left: 38px !important;
}

#menu-contact input[type=text] {
  min-height: 46px;
  line-height: 46px;
}

#menu-contact input[type=submit] {
  min-height: 48px;
}

#menu-contact textarea {
  min-height: 49px;
  max-height: 49px;
  padding-top: 11px;
  font-size: 14px;
  text-indent: 1px !important;
  padding-left: 0px !important;
  transition: all 250ms ease;
}

#menu-contact .form-field i {
  position: absolute;
  margin-top: 18px;
  margin-left: 15px;
}

#menu-contact textarea:focus {
  min-height: 92px !important;
  transition: all 250ms ease;
}

/*Sticky Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
  border-radius: 0px !important;
}

.rounded-xs {
  border-radius: 5px !important;
}

.rounded-s {
  border-radius: 8px !important;
}

.rounded-sm {
  border-radius: 12px !important;
}

.rounded-m {
  border-radius: 20px !important;
}

.rounded-l {
  border-radius: 30px !important;
}

.rounded-xl {
  border-radius: 50px !important;
}

/*Shadows*/
.shadow-none {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xs {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-m {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.shadow-xl {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02) !important;
}

.shadow-xxl {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2), 0 5px 25px 0 rgba(0, 0, 0, 0.2) !important;
}

/*Line Height Control*/
.line-height-xs {
  line-height: 14px !important;
}

.line-height-s {
  line-height: 17px !important;
}

.line-height-m {
  line-height: 24px !important;
}

.line-height-l {
  line-height: 26px !important;
}

.line-height-xl {
  line-height: 37px !important;
}

.line-height-xxl {
  line-height: 45px !important;
}

/*Text Shadow*/
.text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

/*Boxed Text*/
.boxed-text-xl, .boxed-text-l, .boxed-text-m, .boxed-text-s {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boxed-text-xl {
  width: 90%;
  max-width: 340px;
}

.boxed-text-l {
  width: 85%;
  max-width: 300px;
}

.boxed-text-m {
  width: 80%;
  max-width: 300px;
}

.boxed-text-s {
  width: 70%;
  max-width: 260px;
}

.border-xs {
  border: solid 1px !important;
}

.border-s {
  border: solid 2px !important;
}

.border-m {
  border: solid 3px !important;
}

.border-l {
  border: solid 4px !important;
}

.border-xl {
  border: solid 5px !important;
}

/*Font Weights*/
.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
  font-size: 9px !important;
}

.font-9 {
  font-size: 10px !important;
}

.font-10 {
  font-size: 11px !important;
}

.font-11 {
  font-size: 12px !important;
}

.font-12 {
  font-size: 13px !important;
}

.font-13 {
  font-size: 14px !important;
}

.font-14 {
  font-size: 15px !important;
}

.font-15 {
  font-size: 16px !important;
}

.font-16 {
  font-size: 17px !important;
}

.font-17 {
  font-size: 18px !important;
}

.font-18 {
  font-size: 19px !important;
}

.font-19 {
  font-size: 20px !important;
}

.font-20 {
  font-size: 21px !important;
}

.font-21 {
  font-size: 22px !important;
}

.font-22 {
  font-size: 23px !important;
}

.font-23 {
  font-size: 24px !important;
}

.font-24 {
  font-size: 25px !important;
}

.font-25 {
  font-size: 26px !important;
}

.font-26 {
  font-size: 27px !important;
}

.font-27 {
  font-size: 28px !important;
}

.font-28 {
  font-size: 29px !important;
}

.font-29 {
  font-size: 30px !important;
}

.font-30 {
  font-size: 31px !important;
}

.font-31 {
  font-size: 32px !important;
}

.font-32 {
  font-size: 33px !important;
}

.font-33 {
  font-size: 34px !important;
}

.font-34 {
  font-size: 35px !important;
}

.font-35 {
  font-size: 36px !important;
}

.font-36 {
  font-size: 37px !important;
}

.font-37 {
  font-size: 38px !important;
}

.font-38 {
  font-size: 39px !important;
}

.font-39 {
  font-size: 40px !important;
}

.font-40 {
  font-size: 41px !important;
}

.font-41 {
  font-size: 42px !important;
}

.font-42 {
  font-size: 43px !important;
}

.font-43 {
  font-size: 44px !important;
}

.font-44 {
  font-size: 45px !important;
}

.font-45 {
  font-size: 46px !important;
}

.font-46 {
  font-size: 47px !important;
}

.font-47 {
  font-size: 48px !important;
}

.font-48 {
  font-size: 49px !important;
}

.font-49 {
  font-size: 50px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-51 {
  font-size: 51px !important;
}

.font-52 {
  font-size: 52px !important;
}

.font-53 {
  font-size: 53px !important;
}

.font-54 {
  font-size: 54px !important;
}

.font-55 {
  font-size: 55px !important;
}

.font-56 {
  font-size: 56px !important;
}

.font-57 {
  font-size: 57px !important;
}

.font-58 {
  font-size: 58px !important;
}

.font-59 {
  font-size: 59px !important;
}

.font-60 {
  font-size: 60px !important;
}

/*Rotate*/
.rotate-45 {
  transform-origin: center;
  transform: rotate(45deg) !important;
}

.rotate-90 {
  transform-origin: center;
  transform: rotate(90deg) !important;
}

.rotate-135 {
  transform-origin: center;
  transform: rotate(135deg) !important;
}

.rotate-180 {
  transform-origin: center;
  transform: rotate(180deg) !important;
}

.rotate-225 {
  transform-origin: center;
  transform: rotate(225deg) !important;
}

.rotate-270 {
  transform-origin: center;
  transform: rotate(270deg) !important;
}

.rotate-315 {
  transform-origin: center;
  transform: rotate(315deg) !important;
}

/*Scaling Animation*/
@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  0% {
    transform: scale(1, 1);
  }
}
.scale-box {
  animation: scale-animation 1.5s;
  animation-iteration-count: infinite;
}

@keyframes scale-icon {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  0% {
    transform: scale(1, 1);
  }
}
.scale-icon {
  animation: scale-icon 1.5s;
  animation-iteration-count: infinite;
}

/*Control Classes*/
::-webkit-scrollbar {
  display: none;
}

img.mx-auto {
  display: block;
}

.disabled {
  display: none !important;
}

.no-click {
  pointer-events: none !important;
}

.no-outline {
  outline: none !important;
}

.fixed-height-page {
  overflow-y: hidden !important;
  min-height: 100% !important;
}

/*Prealoder*/
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  transition: all 200ms ease;
}
#preloader .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}

.preloader-hide {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease !important;
}

.theme-light #preloader {
  background-color: #FFF;
}

.theme-dark #preloader {
  background-color: #0c0d10;
}

/*Buttons*/
.btn {
  transition: all 300ms ease;
  border-radius: 0px;
  font-family: "Noto Sans JP", sans-serif;
}

.btn:hover {
  opacity: 0.9;
}

.btn-full {
  display: block;
}

.btn-xxs, .btn-xs, .btn-s, .btn-sm, .btn-m, .btn-l {
  font-size: 12px !important;
}

.btn-xxs {
  padding: 6px 10px !important;
}

.btn-xs {
  padding: 7px 14px !important;
}

.btn-s {
  padding: 8px 18px !important;
}

.btn-sm {
  padding: 10px 18px !important;
}

.btn-m {
  padding: 13px 20px !important;
}

.btn-l {
  padding: 14px 26px !important;
}

.btn-xl {
  padding: 15px 30px !important;
  font-size: 15px !important;
}

.btn-xxl {
  padding: 17px 34px !important;
  font-size: 17px !important;
}

.btn-uppercase {
  text-transform: uppercase;
}

.btn-center-xs {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.btn-center-s {
  width: 120px;
  margin: 0 auto;
  display: block;
}

.btn-center-m {
  width: 160px;
  margin: 0 auto;
  display: block;
}

.btn-center-l {
  width: 220px;
  margin: 0 auto;
  display: block;
}

.btn-center-xl {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.btn.bg-highlight {
  color: #FFF;
}

.btn-3d {
  transition: all 150ms ease;
  border: none;
  border-bottom: solid 4px;
}

.btn-3d:hover {
  border-width: 2px !important;
}

.btn:focus {
  outline: none !important;
}

.btn-margins {
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 30px;
}

.under-slider-btn {
  z-index: 50;
  position: relative;
  margin-top: -20px;
}

.under-btn {
  z-index: 50;
  position: relative;
  margin-top: -20px !important;
}

.btn-icon:hover {
  color: #FFF;
}

.btn-icon {
  padding-left: 50px !important;
  overflow: hidden;
  position: relative;
}

.btn-icon i {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 43px;
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/*Icons*/
.icon:hover {
  color: #FFF;
}

.icon {
  display: inline-block;
  position: relative;
  text-align: center;
}

.icon-xxs i {
  width: 32px;
  line-height: 32px;
  font-size: 13px;
}

.icon-xs i {
  width: 38px;
  line-height: 38px;
  font-size: 14px;
}

.icon-s i {
  width: 40px;
  line-height: 40px;
  font-size: 15px;
}

.icon-m i {
  width: 45px;
  line-height: 45px;
  font-size: 16px;
}

.icon-l i {
  width: 51px;
  line-height: 51px;
  font-size: 17px;
}

.icon-xl i {
  width: 55px;
  line-height: 55px;
  font-size: 18px;
}

.icon-xxl i {
  width: 60px;
  line-height: 60px;
  font-size: 19px;
}

.icon-xxxl i {
  width: 80px;
  line-height: 80px;
  font-size: 35px;
}

.icon-center {
  display: block;
  margin: 0 auto;
}

.icon-20 {
  width: 20px;
}

.icon-30 {
  width: 30px;
}

.icon-40 {
  width: 40px;
}

.icon-50 {
  width: 50px;
}

.icon-60 {
  width: 60px;
}

.icon-70 {
  width: 70px;
}

.icon-80 {
  width: 80px;
}

.icon-90 {
  width: 90px;
}

/*Accordion Settings*/
.accordion * {
  outline: 0 !important;
  box-shadow: 0px !important;
  box-shadow: none !important;
}
.accordion .btn:first-child {
  width: 100%;
}
.accordion .card {
  transition: all 0ms ease !important;
}
.accordion button {
  transition: all 0ms ease !important;
}
.accordion [data-card-height] button {
  width: 100%;
}

.btn.accordion-btn {
  text-align: left !important;
  padding: 15px 17px;
  font-size: 13px;
  font-weight: 700;
}

.accordion-icon {
  float: right;
  transition: all 250ms ease;
  margin-top: 5px;
}

/*Offline Detector*/
.offline-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  line-height: 55px;
}

.online-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  line-height: 55px;
}

.is-on-homescreen .offline-message {
  padding-top: 30px !important;
}
.is-on-homescreen .online-message {
  padding-top: 30px !important;
}

.offline-message-active {
  transform: translateY(0%);
}

.online-message-active {
  transform: translateY(0%);
}

/*---Added to Home---*/
.add-to-home-visible {
  opacity: 1 !important;
  pointer-events: all !important;
}

.add-to-home {
  position: fixed;
  background-color: #000;
  z-index: 99;
  left: 15px;
  right: 15px;
  border-radius: 10px;
  height: 80px;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease;
}
.add-to-home .close-add-to-home {
  pointer-events: none;
}
.add-to-home h1 {
  position: absolute;
  padding-left: 75px;
  padding-top: 8px;
  color: #FFF;
  font-size: 13px;
}
.add-to-home p {
  color: #ced4da;
  position: absolute;
  font-size: 11px;
  padding-right: 20px;
  padding-left: 75px;
  padding-top: 35px;
  line-height: 14px;
}
.add-to-home img {
  width: 45px;
  margin-top: 17px;
  margin-left: 15px;
}

.add-to-home-ios {
  bottom: 25px;
}
.add-to-home-ios i {
  width: 40px;
  text-align: center;
  position: absolute;
  font-size: 30px;
  left: 50%;
  bottom: -18px !important;
  margin-left: -21px;
  transform: rotate(180deg);
  color: #000;
  display: block;
}
.add-to-home-ios .close-add-to-home {
  position: absolute;
  right: 13px;
  top: 13px;
  transform: scale(0.5, 0.5);
}

.add-to-home-android {
  top: 20px;
}
.add-to-home-android i {
  width: 40px;
  text-align: center;
  position: absolute;
  top: -18px;
  right: 15px;
  font-size: 30px;
  margin-left: -20px;
  color: #000;
  display: block;
}
.add-to-home-android .close-add-to-home {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: scale(0.5, 0.5);
}

/*Ads*/
.ad-300x50 {
  margin: 0 auto;
  width: 300px;
  height: 50px;
}

.ad-300x250 {
  margin: 0 auto;
  width: 300px;
  height: 250px;
}

.ad-300x50-fixed {
  left: 50%;
  margin-left: -150px;
  bottom: 70px;
  bottom: calc(75px + (constant(safe-area-inset-bottom))*1.1) !important;
  bottom: calc(75px + (env(safe-area-inset-bottom))*1.1) !important;
  position: fixed;
  z-index: 90;
}

.ad-time-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border: solid 2px;
  border-radius: 30px;
}

/*Scroll Fixed Ads*/
.scroll-ad-visible {
  transform: translateY(0%) !important;
}

.scroll-ad {
  position: fixed;
  bottom: 75px;
  left: 10px;
  right: 10px;
  background-color: #FFF;
  z-index: 93;
  height: 80px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  transform: translateY(150%);
  transition: all 300ms ease;
}
.scroll-ad img {
  width: 60px;
  position: absolute;
  margin: 10px;
  border-radius: 10px;
}
.scroll-ad h1 {
  display: block;
  font-size: 18px;
  padding: 7px 0px 0px 80px;
  margin-bottom: -3px;
}
.scroll-ad em {
  padding: 0px 85px 0px 80px;
  font-style: normal;
  font-size: 11px;
  opacity: 0.7;
  display: block;
  line-height: 15px;
}
.scroll-ad a {
  width: 60px;
  font-size: 9px;
  right: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}

.alert h4 {
  padding-left: 47px;
  margin-bottom: -5px;
}
.alert button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
}
.alert button span {
  background-color: transparent;
}
.alert button:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.alert button:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.alert span {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 47px;
}
.alert span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert strong {
  padding-left: 47px;
  font-weight: 400;
}

/*Notifications*/
.notification {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 101;
  border-radius: 10px;
  opacity: 0.98;
  transform: translateY(-120%);
  transition: all 250ms ease;
}
.notification .notification-icon {
  padding: 5px 5px;
  display: block;
  background-color: #343a40;
}
.notification .notification-icon i:first-child {
  margin: 0px 5px 0px 10px;
  font-size: 10px;
}
.notification .notification-icon i:last-child {
  position: absolute;
  right: 0px;
  line-height: 30px;
  width: 40px;
  text-align: center;
}
.notification .notification-icon em {
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
}
.notification h1 {
  margin: 10px 15px -7px 15px;
}
.notification p {
  line-height: 15px;
  margin: 5px 15px 18px 15px;
  color: #FFF;
}

.notification.show {
  transform: translateY(0%) !important;
}

.is-ios.is-on-homescreen .notification.show {
  transform: translateY(30px) !important;
}

.notification-android {
  left: 5px;
  right: 5px;
  top: 5px;
  border-radius: 3px;
}
.notification-android i {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 35px;
  margin-left: 15px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  font-size: 13px;
}
.notification-android h1 {
  padding-left: 55px;
}
.notification-android p {
  padding-right: 60px;
  padding-left: 55px;
  font-size: 12px;
}
.notification-android strong {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}
.notification-android .notification-buttons {
  width: 100%;
  margin-left: 70px;
  padding-top: 5px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.notification-android .notification-buttons i {
  opacity: 0.6;
  font-size: 11px;
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
  width: auto;
  transform: translateY(-22px);
}
.notification-android a {
  font-size: 11px;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
}

.notification-material {
  left: 0px;
  right: 0px;
  top: 0px;
  border-radius: 0px;
}
.notification-material strong {
  font-size: 10px;
  font-weight: 400;
}
.notification-material em {
  text-transform: none !important;
}
.notification-material .notification-icon {
  background-color: rgba(0, 0, 0, 0) !important;
  margin-bottom: -15px;
}
.notification-material img {
  position: absolute;
  width: 50px;
  border-radius: 50px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.notification-material p {
  padding-right: 50px;
}

/*Back to Top*/
.content .back-to-top-badge {
  transform: translate(0, 0) !important;
  width: 130px;
  margin: 10px auto 20px auto !important;
  left: auto;
  bottom: auto;
  display: block;
  position: relative !important;
}
.content .back-to-top-icon {
  transform: scale(1, 1) translate(0, 0px) !important;
  margin: 0px auto 30px auto;
  right: auto;
  bottom: auto;
  display: block;
  position: relative !important;
}

.back-to-top-badge {
  position: fixed;
  z-index: 90;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 70px);
  display: inline-block;
  padding: 5px 20px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  transition: all 300ms ease;
}
.back-to-top-badge i {
  padding: 0px 10px 0px 0px;
}

.back-to-top-icon {
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 15px;
  display: inline-block;
  width: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  transform: scale(0, 0);
  transition: all 300ms ease;
}
.back-to-top-icon span {
  display: none;
}

.back-to-top-badge.back-to-top-visible {
  transform: translate(-50%, 0px);
}

.back-to-top-icon.back-to-top-visible {
  transform: scale(1, 1);
}

.back-to-top-icon-square {
  border-radius: 0px;
}

.back-to-top-icon-round {
  border-radius: 5px;
}

.back-to-top-icon-circle {
  border-radius: 40px;
}

/*Extending Cards Features*/
.row {
  margin-bottom: 30px;
}

.card {
  border-radius: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  background-color: transparent;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
}

.cover-slider .card {
  margin-bottom: 0px !important;
}

[data-card-height=cover].card {
  margin-bottom: 0px !important;
}

.card-style {
  overflow: hidden;
  margin: 0px 16px 30px 16px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}
.card-style .card-body {
  padding: 15px;
}

.card-style .card-overlay {
  border-radius: 20px;
}

.card-body {
  z-index: 2;
}

.card-header {
  z-index: 2;
}

.card-footer {
  z-index: 2;
}

.card-top {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.card-bottom {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.card-center {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.card-overlay {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

.card .img-fluid {
  width: 100% !important;
}

.card-image {
  display: block;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.card-image img {
  transition: all 450ms ease;
}

.card-overflow {
  overflow: visible !important;
  z-index: 20;
}

[data-card-height] p {
  padding-bottom: 0px;
}

/*Card Effects*/
.card-scale-image {
  transform: scale(1.05, 1.05) !important;
}

.card-rotate-image {
  transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.card-grayscale-image {
  filter: grayscale(100%);
}

.card-blur-image {
  filter: blur(5px);
}

.card-hide-image {
  opacity: 0 !important;
}

.card-hide div {
  transition: all 300ms ease;
}
.card-hide * {
  transition: all 300ms ease;
}

.polaroid-effect {
  background-color: #FFF;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.card-scale * {
  transition: all 300ms ease;
}

.card-rotate * {
  transition: all 300ms ease;
}

.card-grayscale * {
  transition: all 300ms ease;
}

.card-blur * {
  transition: all 300ms ease;
}

.card-overlay {
  background-position: center center;
  background-size: cover !important;
}

.card-overlay-infinite {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 2000px;
  height: 100%;
  z-index: 0;
  animation: infiniteBG 600s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(images/mountain.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: left center;
  transform: translateX(0px);
}

@keyframes infiniteBG {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0px);
  }
}
.card-overlay-zoom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  z-index: 0;
  animation: zoomBG 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  transform: translateX(0px);
}

@keyframes zoomBG {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.card-overlay-rotate {
  position: absolute;
  margin-top: -25%;
  margin-left: -25%;
  width: 150%;
  height: 160%;
  z-index: 0;
  animation: rotateBG 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-repeat: repeat;
  background-position: center center;
}

@keyframes rotateBG {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.over-card {
  z-index: 10;
  position: relative;
  overflow: visible !important;
}

.under-slider {
  z-index: 2;
  position: relative;
  padding-top: 100px;
  transform: translateY(-120px);
  margin-bottom: -100px;
}

.over-slider, .slider-over {
  z-index: 5;
  position: relative !important;
}

.min-ios15 [data-card-height=cover] {
  height: 100vh !important;
}

/*Chips*/
.chip {
  display: inline-block;
  margin: 0px 10px 15px 0px;
  border-radius: 30px;
  padding-right: 15px;
}
.chip * {
  font-size: 12px;
}
.chip span {
  line-height: 29px;
}
.chip i {
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.chip img {
  display: inline;
  margin-right: 9px;
  border-radius: 30px;
  width: 31px;
  line-height: 31px;
}

.chip-small {
  transform: scale(1, 1);
}

.chip-medium {
  transform: scale(1.05, 1.05);
}

.chip-large {
  transform: scale(1.15, 1.15);
}

/*Dividers*/
.divider {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.divider-margins {
  margin: 0px 17px 30px 17px;
}

.divider-icon {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}
.divider-icon i {
  position: absolute;
  width: 50px;
  background-color: #FFF;
  text-align: center;
  margin-top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.content-boxed .divider-icon i {
  background-color: #FFF;
}

.divider-small {
  height: 2px;
  width: 80px;
  margin: auto;
}

/*Custom Switches*/
.custom-control * {
  cursor: pointer;
  user-select: none !important;
}

.switch-is-unchecked {
  display: none;
}

.switch-is-checked {
  display: block;
}

.scale-switch {
  transform: scale(0.9, 0.9);
}

.small-switch {
  transform: scale(0.7, 0.7);
}

.menu .custom-control {
  margin-top: -42px !important;
}

/*iOS Switcher*/
.ios-switch {
  margin-right: -32px;
  margin-top: 12px !important;
  position: relative;
  padding-left: 10px;
}
.ios-switch label::before {
  content: "";
  display: block !important;
  background-color: #e8e9ea;
  pointer-events: all;
  margin-top: -5px;
  margin-left: -1px;
  width: 58px !important;
  height: 32px !important;
  border-radius: 50px !important;
  transition: all 250ms ease;
}
.ios-switch label::after {
  content: "";
  display: block !important;
  margin-top: -31px;
  z-index: 6;
  width: 30px !important;
  height: 30px !important;
  transition: all 250ms ease;
  border-radius: 50px !important;
  background-color: #FFF;
  border: solid 1px rgba(152, 152, 152, 0.4);
  transition: all 250ms ease;
}
.ios-switch input {
  display: none;
}

.ios-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(26px) !important;
}
.ios-input:checked ~ .custom-control-label::before {
  background-color: #8CC152 !important;
}

.ios-switch-icon label::before {
  background-color: #DA4453 !important;
}
.ios-switch-icon i {
  line-height: 32px;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  left: 20px;
  margin-top: -5px !important;
}
.ios-switch-icon i:last-child {
  z-index: 5;
  position: absolute;
  margin-left: 26px;
}
.ios-switch-icon span {
  font-size: 9px;
  font-weight: 700;
  color: #FFF;
  line-height: 32px;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  margin-top: -5px !important;
  left: 19px;
}
.ios-switch-icon span:last-child {
  z-index: 5;
  position: absolute;
  margin-left: 24px;
}

/*Android Switcher*/
.android-switch {
  padding-left: 10px;
  margin-right: -32px;
}
.android-switch label::before {
  display: block !important;
  content: "";
  pointer-events: all;
  margin-top: 5px;
  margin-left: -2px;
  width: 53px !important;
  height: 17px !important;
  border-radius: 50px !important;
  background-color: #AAB2BD;
  transition: all 250ms ease;
}
.android-switch label::after {
  display: block !important;
  content: "";
  border: solid 1px rgba(0, 0, 0, 0.1) !important;
  margin-top: -22px;
  margin-left: -3px;
  width: 28px !important;
  height: 28px !important;
  background-color: #FFF !important;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 50px !important;
  transition: all 250ms ease;
}
.android-switch input {
  display: none !important;
}

.android-input {
  transform: translateY(1px) !important;
}
.android-input:checked ~ .custom-control-label::after {
  background-color: #458be3 !important;
  border: none !important;
  -webkit-transform: translateX(30px) !important;
}
.android-input:checked ~ .custom-control-label::before {
  background-color: #458be3 !important;
}

[data-activate] {
  cursor: pointer;
  display: block;
  width: 100%;
}

/*Classic Switcher*/
.classic-switch input {
  display: none;
}
.classic-switch label::before {
  pointer-events: all;
  width: 40px !important;
  height: 40px !important;
  transform: translateX(11px);
  margin-top: -10px;
  border: none;
  background-color: rgba(0, 0, 0, 0) !important;
}
.classic-switch i {
  pointer-events: none;
  transition: all 250ms ease;
}

.classic-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(26px) !important;
}
.classic-input:checked ~ .fa-plus {
  color: #DA4453 !important;
  transform: rotate(45deg);
  transition: all 250ms ease;
}
.classic-input:checked ~ .fa-angle-down {
  color: #DA4453 !important;
  transform: rotate(180deg);
  transition: all 250ms ease;
}
.classic-input:checked ~ .fa-circle {
  color: #DA4453 !important;
  transform: scale(1.3, 1.3);
  transition: all 250ms ease;
}

/*---Checkboxes & Radios---*/
.icon-check {
  margin-left: -30px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}
.icon-check input {
  position: absolute !important;
  transform: translateX(-10000px);
}
.icon-check input:checked ~ .icon-check-1 {
  opacity: 0 !important;
  display: none !important;
}
.icon-check input:checked ~ .icon-check-2 {
  display: block;
}
.icon-check .fa-check-circle {
  display: none;
}
.icon-check i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 1px;
  height: 24px;
  line-height: 24px;
}
.icon-check label {
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 0px 40px;
}
.icon-check .icon-check-2 {
  display: none;
}

/*Font Awesome Default*/
.fac {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  vertical-align: middle;
  font-size: 14px;
}
.fac label {
  margin: 0em 1em 0em 0em;
  padding-left: 1.5em;
  cursor: pointer;
  font-weight: inherit;
}
.fac > input + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  margin-top: 0.5px;
  transition: opacity 150ms ease-in-out;
}
.fac > input:checked + label:before {
  opacity: 1;
}
.fac > span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  margin-top: 0.5px;
}
.fac input {
  display: none;
}

.checkboxes-demo .fac {
  display: block;
}

.fac-checkbox > input + label:before {
  opacity: 0;
}
.fac-checkbox > input:checked + label:before {
  opacity: 1;
}
.fac-checkbox > span::after {
  content: "";
  opacity: 1;
}
.fac-checkbox > input[type=checkbox] + label:before {
  content: "";
  color: #FFF !important;
  font-size: 10px !important;
  padding-left: 2px;
}

.fac-checkbox-round > input + label:before {
  opacity: 0;
}
.fac-checkbox-round > span::after {
  content: "";
}
.fac-checkbox-round > input[type=checkbox] + label:before {
  content: "";
  color: #FFF !important;
  font-size: 8px !important;
  padding-left: 3px;
}

.fac-radio > input + label:before {
  opacity: 0;
}
.fac-radio > input:checked + label:before {
  opacity: 1;
}
.fac-radio > span::after {
  content: "";
}
.fac-radio > input[type=radio] + label:before {
  content: "";
  color: #FFF !important;
  font-size: 10px !important;
  padding-left: 2px;
}

.fac-checkbox-o > input + label:before {
  opacity: 0;
}
.fac-checkbox-o > input:checked + label:before {
  opacity: 1;
}

.fac-checkbox-round-o > input + label:before {
  opacity: 0;
}
.fac-checkbox-round-o > input:checked + label:before {
  opacity: 1;
}

.fac-default > input + label:before {
  color: #adb5bd;
}
.fac-default > span::after {
  color: #adb5bd;
}

.fac-blue > input + label:before {
  color: #0d6efd;
}
.fac-blue > span::after {
  color: #0d6efd;
}

.fac-green > input + label:before {
  color: #198754;
}
.fac-green > span::after {
  color: #198754;
}

.fac-orange > input + label:before {
  color: #ffc107;
}
.fac-orange > span::after {
  color: #ffc107;
}

.fac-red > input + label:before {
  color: #dc3545;
}
.fac-red > span::after {
  color: #dc3545;
}

.fac-radio-full > span::after {
  content: "";
  font-size: 12px !important;
}
.fac-radio-full > input[type=radio] + label:before {
  content: "\c";
}

.ios-switch input, .android-input input {
  position: absolute !important;
  transform: translateX(-15000px) !important;
}

input[type=range] {
  -webkit-appearance: none;
  height: 20px;
  width: 100%;
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F26B5E;
  position: relative;
  z-index: 3;
}
input[type=range]::-webkit-slider-thumb:after {
  content: " ";
  height: 10px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 5px;
  background: #ff5b32;
  background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}

/*File Upload*/
.upload-file {
  text-indent: -999px;
  outline: none;
  width: 100%;
  height: 45px;
  color: rgba(0, 0, 0, 0) !important;
}

.upload-file-text {
  pointer-events: none;
  margin-top: -36px !important;
  text-align: center;
  color: #FFF;
  height: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.file-data input[type=file] {
  font-size: 0px !important;
}

input {
  font-size: 13px !important;
}
input::placeholder {
  font-size: 13px !important;
}
input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.tooltip {
  font-size: 14px;
}

code {
  font-size: 11px;
  line-height: 22px;
}

.stepper {
  width: 102px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.stepper:after {
  content: "";
  display: table;
  clear: both;
}
.stepper input {
  height: 33px;
  width: 33px;
  float: left;
  border: none !important;
  text-align: center;
  display: block;
  line-height: 33px;
  font-size: 11px !important;
  background-color: transparent;
}
.stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper a {
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 9px;
}
.stepper a:first-child {
  float: left;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.stepper a:last-child {
  float: right;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.btn, input, select {
  box-shadow: none !important;
  outline: 0px !important;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
select option,
textarea:hover,
textarea:focus,
textarea:active,
.btn:hover,
.btn:focus,
.btn:active,
button:hover,
button:focus,
button:active {
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

.theme-light input, select, textarea {
  border-color: rgba(0, 0, 0, 0.08) !important;
}

.input-style {
  position: relative;
  margin-bottom: 15px !important;
}

.input-style input,
.input-style select,
.input-style textarea {
  font-size: 13px;
  width: 100%;
  line-height: 45px;
  height: 45px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding: 0px;
  border-radius: 0px;
}

.input-style select,
.input-style select option,
.input-style select option:disabled {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.input-style label {
  opacity: 0;
  left: 0px !important;
  transform: translateX(30px);
  position: absolute;
  top: -12px;
  height: 10px;
  font-size: 11px;
  transition: all 150ms ease;
  background-color: #FFF;
}

.input-style-active label {
  opacity: 1;
  transform: none !important;
}

.input-style.has-icon i:first-child {
  position: absolute;
  top: 50%;
  width: 10px;
  text-align: center;
  margin-top: -8px;
}

.input-style.has-icon.has-borders i:first-child {
  position: absolute;
  top: 50%;
  width: 10px;
  padding-left: 15px !important;
  text-align: center;
  margin-top: -7px;
}

.input-style.has-icon.has-borders input,
.input-style.has-icon.has-borders select,
.input-style.has-icon.has-borders textarea {
  padding-left: 35px !important;
}

.input-style.has-icon input,
.input-style.has-icon select,
.input-style.has-icon textarea {
  padding-left: 25px;
}

.input-style input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.3;
}

.input-style textarea {
  line-height: 20px !important;
  padding-top: 15px !important;
  transition: all 250ms ease !important;
}

.input-style select {
  color: inherit;
}

.input-style input[type=date] {
  color: inherit;
}

.input-style em,
.input-style span,
.input-style .valid,
.input-style .invalid {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 5px;
  pointer-events: none;
}

.input-style em,
.input-style span {
  margin-top: -12px;
  font-size: 11px;
  font-style: normal;
  opacity: 0.3;
}

.input-style.has-borders input,
.input-style.has-borders select,
.input-style.has-borders textarea {
  height: 53px;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  padding-left: 13px !important;
  padding-right: 10px !important;
  border-radius: 0px !important;
}

.input-style.has-borders .valid,
.input-style.has-borders .invalid,
.input-style.has-borders span,
.input-style.has-borders em {
  margin-right: 10px;
}

.input-style.input-style-active label {
  left: 4px !important;
  transform: translateX(-14px) !important;
  position: absolute;
  padding: 0px 8px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

.input-style.has-borders.input-style-active label {
  margin-left: 14px !important;
}

.input-style textarea:focus {
  height: 150px;
  transition: all 250ms ease !important;
}

.input-style.no-borders.input-style-always-active label {
  opacity: 1;
  left: 6px !important;
  transform: translateX(-14px) !important;
  margin-left: 0px !important;
  position: absolute;
  padding: 0px 8px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

.input-style.has-borders.input-style-always-active label {
  opacity: 1;
  left: 23px !important;
  transform: translateX(-14px) !important;
  margin-left: 0px !important;
  position: absolute;
  padding: 0px 5px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

/*Remove Number Arrows*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-transparent * {
  color: #FFF !important;
  background-color: transparent !important;
}

.input-transparent.no-borders input {
  border-bottom-width: 1px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.device-is-android .input-style input[type=date] {
  color: inherit !important;
  line-height: 25px !important;
  padding-top: 12px !important;
  height: 55px !important;
  transform: translateY(7px) translateX(0px) !important;
  margin-bottom: 30px !important;
}

.device-is-android .input-style input[type=date] ~ label.color-highlight {
  margin-top: 7px !important;
}

.min-ios15 select {
  background-color: inherit !important;
}

.min-ios15 input[type=date] {
  -webkit-appearance: none;
  text-align: left !important;
  text-indent: calc(-100% + 70px) !important;
}

/*Range Sliders*/
.ios-slider {
  height: 40px !important;
  background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
  background-size: 100% 3px;
  background-position: center;
  background-repeat: no-repeat;
}
.ios-slider::-webkit-slider-thumb {
  background-color: #FFF !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: 25px !important;
  width: 25px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.material-slider {
  height: 40px !important;
  background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
  background-size: 100% 18px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 3px 0px 3px;
}
.material-slider::-webkit-slider-thumb {
  background-color: #1f1f1f !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 10px !important;
  width: 30px !important;
}

.classic-slider {
  height: 20px !important;
  background-color: #FFF;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px !important;
  background-size: 100% 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 3px 0px 3px;
  -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.classic-slider::-webkit-slider-thumb {
  background-color: #0d6efd !important;
  border: solid 1px rgba(0, 0, 0, 0);
  height: 16px !important;
  border-radius: 20px;
  width: 16px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.range-slider-icons {
  padding: 0px 30px 0px 30px;
}

.range-slider.range-slider-icons i {
  position: absolute;
  top: 0px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.range-slider {
  position: relative;
}
.range-slider .fa-range-icon-1 {
  left: 0px;
}
.range-slider .fa-range-icon-2 {
  right: 0px;
}

/*List Groups*/
.list-custom-small {
  line-height: 50px;
}
.list-custom-small .badge {
  position: absolute;
  right: 0px;
  margin-top: 16px !important;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}
.list-custom-small a {
  color: #1f1f1f;
  font-weight: 500;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-custom-small a i:first-child {
  margin-left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.list-custom-small a i:last-child {
  float: right;
  font-size: 10px;
  opacity: 0.5;
}
.list-custom-small a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.list-custom-small i {
  line-height: 50px;
}
.list-custom-small .custom-control {
  z-index: 10;
  position: absolute;
  right: 27px;
  margin-top: -38px !important;
}
.list-custom-small .custom-control input {
  transform: translateY(-5px) !important;
}

.menu .list-custom-small a i:first-child {
  margin-left: 6px;
}

.list-custom-large a {
  line-height: 70px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-custom-large a span:not(.badge) {
  font-size: 14px;
  position: absolute;
  margin-top: -6px;
}
.list-custom-large a strong {
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #adb5bd;
  font-weight: 500;
}
.list-custom-large a img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.list-custom-large a i:first-child {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 21px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.list-custom-large a i:last-child {
  float: right;
  font-size: 10px;
}
.list-custom-large .badge {
  position: absolute;
  right: 0px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}
.list-custom-large i {
  line-height: 74px;
}
.list-custom-large .custom-control {
  z-index: 10;
  position: absolute;
  right: 27px;
  margin-top: 22px;
}
.list-custom-large .custom-control input {
  transform: translateY(-12px) !important;
}

.list-boxes a {
  line-height: 60px;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-boxes a span:not(.badge) {
  padding-left: 10px;
  font-size: 14px;
  position: absolute;
  margin-top: -4px;
}
.list-boxes a strong {
  padding-left: 10px;
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #6c757d;
  font-weight: 500;
}
.list-boxes a i:first-child {
  width: 40px;
  float: left;
  padding-left: 15px;
}
.list-boxes a i:last-child {
  float: right;
  font-size: 16px;
  margin-top: -5px;
  margin-right: 30px;
}
.list-boxes a u {
  position: absolute;
  right: 0px;
  margin-right: 9px;
  width: 60px;
  font-size: 7px;
  text-align: center;
  margin-top: 13px;
  text-decoration: none;
}
.list-boxes .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}
.list-boxes i {
  line-height: 64px;
}

.short-border {
  margin-left: 45px;
}
.short-border i:first-child {
  margin-left: -45px;
  margin-top: 23px;
}

.list-group .badge {
  z-index: 2;
}

.list-icon-0 a i:first-child {
  margin-left: -3px !important;
}

.icon-list {
  margin-left: 0px;
  padding-left: 0px;
}
.icon-list li {
  list-style: none;
}
.icon-list li i {
  padding-right: 10px;
}

/*Badge Text in Lists*/
.badge-text {
  margin-top: 13px !important;
  transform: translateY(-3px);
  padding-right: 20px !important;
}

/*List Groups*/
.check-visited .visited-link i:last-child::before {
  opacity: 0;
}

.check-visited .visited-link i:last-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0px;
  font-size: 16px;
  margin-top: 0.5px;
  content: "";
  opacity: 1;
  color: #A0D468;
}

.list-custom-small {
  line-height: 50px;
}

/*Todo List*/
.list-border-0 * {
  border: 0px !important;
}

/*Pricing*/
.pricing-1 {
  max-width: 280px;
  margin: 0 auto 30px auto;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 20px 0px 30px 0px;
}
.pricing-1 * {
  list-style: none;
}
.pricing-1 .pricing-icon {
  font-size: 50px;
}
.pricing-1 .pricing-title {
  font-size: 32px;
  padding: 20px 0px 0px 0px;
}
.pricing-1 .pricing-value {
  font-size: 40px;
  font-weight: 300;
  padding: 20px 0px 0px 0px;
}
.pricing-1 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}
.pricing-1 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}
.pricing-1 .pricing-subtitle {
  opacity: 0.6;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  padding: 0px 0px 10px 0px;
}
.pricing-1 .pricing-list {
  padding: 0px;
}
.pricing-1 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 500;
}
.pricing-1 .pricing-list li:last-child {
  border-bottom: none;
  margin-bottom: -20px;
}

.pricing-2 {
  max-width: 280px;
  margin: 0 auto 30px auto;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}
.pricing-2 * {
  list-style: none;
}
.pricing-2 .pricing-icon {
  font-size: 50px;
  padding: 10px 0px 10px 0px;
}
.pricing-2 .pricing-title {
  font-size: 25px;
  padding: 15px 0px 15px 0px;
  margin: -10px 0px 20px 0px;
}
.pricing-2 .pricing-overtitle {
  font-size: 25px;
  padding: 15px 0px 15px 0px;
  margin: -10px 0px 0px 0px;
}
.pricing-2 .pricing-value {
  font-size: 43px;
  padding: 15px 0px 0px 0px;
}
.pricing-2 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}
.pricing-2 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}
.pricing-2 .pricing-subtitle {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
}
.pricing-2 .pricing-list {
  padding: 0px;
}
.pricing-2 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 500;
}
.pricing-2 .pricing-list li:last-child {
  border-bottom: none;
}

.pricing-3 {
  max-width: 280px;
  margin: 0 auto 30px auto;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}
.pricing-3 * {
  list-style: none;
}
.pricing-3 .btn {
  max-width: 90%;
  margin: -10px auto 10px auto;
}
.pricing-3 .pricing-icon {
  font-size: 50px;
}
.pricing-3 .pricing-title {
  font-size: 28px;
  padding: 30px 0px 0px 20px;
}
.pricing-3 .pricing-value {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  padding: 20px 0px 20px 0px;
}
.pricing-3 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}
.pricing-3 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}
.pricing-3 .pricing-subtitle {
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 30px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.pricing-3 .pricing-list {
  padding: 0px;
}
.pricing-3 .pricing-list i {
  padding-right: 20px;
  width: 30px;
}
.pricing-3 .pricing-list li {
  line-height: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
}

.pricing-4 {
  max-width: 280px;
  margin: 0 auto 30px auto;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}
.pricing-4 * {
  list-style: none;
}
.pricing-4 .pricing-title {
  font-size: 18px;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
}
.pricing-4 .pricing-value {
  font-size: 43px;
  padding: 30px 0px 20px 0px;
}
.pricing-4 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}
.pricing-4 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}
.pricing-4 .pricing-subtitle {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 20px 0px;
  margin-top: -10px;
}
.pricing-4 .pricing-list {
  padding: 0px;
  margin-bottom: 20px;
}
.pricing-4 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 500;
}
.pricing-4 .pricing-list li:last-child {
  border-bottom: none;
}

.pricing-single {
  max-width: 280px;
  margin: 0 auto;
}

.pricing-double-1 {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.pricing-double-2 {
  width: 48%;
  float: left;
}

.pricing-list {
  list-style: none !important;
}
.pricing-list ul {
  list-style: none !important;
}
.pricing-list li {
  list-style: none !important;
}

/*Toasts*/
.toast-tiny {
  width: 150px;
  z-index: 90;
  position: fixed;
  left: 50%;
  line-height: 35px;
  padding: 0px 20px;
  color: #FFF;
  transition: all 200ms ease;
  max-width: auto !important;
  font-size: 12px;
  border-radius: 0px;
  border: 0px !important;
}

.toast-bottom {
  bottom: 70px;
  bottom: calc(75px + (constant(safe-area-inset-bottom))*1.1) !important;
  bottom: calc(75px + (env(safe-area-inset-bottom))*1.1) !important;
  transform: translate(-50%, 60px);
}

.toast-bottom.toast-tiny.show {
  transform: translate(-50%, 0px);
}

.toast-top {
  top: 60px;
  top: calc(65px + (constant(safe-area-inset-bottom))*1.1) !important;
  top: calc(65px + (env(safe-area-inset-bottom))*1.1) !important;
  transform: translate(-50%, -60px);
}

.toast-top.toast-tiny.show {
  transform: translate(-50%, 0px);
}

/*Snackbars*/
.snackbar-toast {
  bottom: 80px !important;
  bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1) !important;
  bottom: calc(80px + (env(safe-area-inset-bottom))*1.1) !important;
  position: fixed;
  left: 10px !important;
  right: 10px !important;
  padding: 0px 18px;
  line-height: 50px;
  overflow: hidden;
  z-index: 95;
  transform: translateY(300px);
  transition: all 300ms ease;
}

.snackbar-toast.show {
  transform: translateY(0px);
}

/*Pagination*/
.pagination {
  margin-bottom: 30px;
}
.pagination .page-link {
  padding: 6px 14px;
}
.pagination .page-item {
  margin-right: 5px;
  margin-left: 5px;
}

.page-item.active a {
  color: #FFF !important;
}

/*Search*/
.search-results {
  overflow: scroll;
}

.disabled-search-list {
  position: relative;
  max-height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
}

.disabled-search {
  display: none;
}

.search-box {
  line-height: 50px;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.search-box input {
  outline: none !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  line-height: 45px;
}
.search-box .fa-search {
  position: absolute;
  left: 0px;
  line-height: 52px;
  padding: 0px 15px 0px 30px;
}
.search-box a {
  position: absolute;
  right: 15px;
  font-size: 14px;
  line-height: 52px;
  width: 45px;
  text-align: center;
}
.search-box input.bg-white {
  color: #000 !important;
}

.search-color input {
  color: #FFF;
}
.search-color input::placeholder {
  color: #FFF;
}
.search-color i {
  color: #FFF !important;
  z-index: 10;
}

.search-icon-list {
  padding-left: 10px;
  padding-top: 10px;
}
.search-icon-list a {
  color: #1f1f1f;
  line-height: 35px;
}
.search-icon-list a i {
  padding-right: 10px;
}

.search-page .search-result-list {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
}
.search-page .search-results img {
  width: 80px;
  position: absolute;
  border-radius: 10px;
}
.search-page .search-results h1 {
  font-size: 15px;
  font-weight: 600;
  padding-left: 100px;
  margin-bottom: 0px;
}
.search-page .search-results p {
  font-size: 12px;
  line-height: 20px;
  padding-left: 100px;
  padding-right: 80px;
}
.search-page .search-results a {
  position: absolute;
  right: 0px;
  height: 30px;
  line-height: 31px;
  padding: 0px 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
}

/*Tabs*/
.tab-controls {
  display: flex;
}

.tab-controls a {
  font-family: "Noto Sans JP", sans-serif;
  color: #1f1f1f;
  background-color: #FFF;
  width: 100%;
  text-align: center;
  border-right: solid 0px !important;
  border: solid 1px rgba(0, 0, 0, 0.07);
  align-self: center;
  margin: 0 auto;
}
.tab-controls a:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.07) !important;
}

.tabs-small {
  line-height: 35px;
}

.tabs-medium {
  line-height: 40px;
}

.tabs-large {
  line-height: 45px;
}

.tabs-rounded a:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tabs-rounded a:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tab-borders a {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom-width: 3px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  padding: 0px 5px;
  margin: 0px 2px;
}

/*Working Hours*/
.working-hours {
  border-radius: 5px;
}
.working-hours p {
  padding-top: 34px;
  padding-bottom: 15px !important;
  line-height: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -8px !important;
  width: 33.3%;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
}
.working-hours p:nth-child(2) {
  text-align: center;
}
.working-hours p:last-child {
  text-align: right;
}
.working-hours::after {
  content: "";
  clear: both;
  display: table;
}

/*Responsive Videos and iframes*/
.max-iframe {
  max-height: 200px !important;
  height: 300px !important;
  padding-bottom: 0px !important;
  margin: 0 auto;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.responsive-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.under-slider-btn {
  margin-top: -20px;
  position: relative;
  z-index: 50;
}

.splide .under-slider-btn {
  margin-top: -45px;
}

.splide .card {
  overflow: hidden;
}

.double-slider .splide__pagination {
  margin-bottom: -15px !important;
}

.splide.slider-no-arrows .splide__arrows {
  display: none !important;
}

.splide.slider-no-dots .splide__pagination {
  display: none !important;
}

.splide.slider-arrows .splide__arrow--prev {
  margin-left: 30px !important;
}

.splide.slider-arrows .splide__arrow--next {
  margin-right: 30px !important;
}

.cover-button-top {
  position: absolute;
  width: 170px;
  left: 50%;
  margin-left: -85px;
  top: 20px;
  top: calc(20px + (constant(safe-area-inset-top))*1.1) !important;
  top: calc(20px + (env(safe-area-inset-top))*1.1) !important;
  z-index: 99;
  font-size: 12px;
}

.cover-button-bottom {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 70px;
  z-index: 99;
  font-size: 12px;
}

.cover-next {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 0;
}

.cover-prev {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 0;
}

.walk-slider .splide__pagination {
  padding-bottom: 20px;
}

/*Owl Carousel Buttons*/
.slider-bottom-button {
  position: fixed;
  bottom: 20px;
  left: 0px;
  right: 0px;
  z-index: 3;
}

.slider-bottom-controls {
  position: fixed;
  bottom: 74px;
  left: 11px;
  right: 11px;
  z-index: 3;
}

/*PageApp Calendar*/
.calendar {
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  overflow: hidden;
  max-width: 90%;
  margin: 0px auto 30px auto;
}

.cal-title {
  color: #FFF;
  line-height: 60px;
  margin-bottom: 0px;
  padding: 0px 15px;
}

.cal-sub-title {
  color: #FFF;
  line-height: 60px;
  margin-bottom: 0px;
  padding: 0px 15px;
}

.cal-title-right {
  float: right;
  margin-top: -60px;
  line-height: 62px;
  height: 50px;
  padding-right: 20px;
}

.cal-title-left {
  float: left;
  margin-top: -60px;
  line-height: 62px;
  height: 50px;
  padding-left: 20px;
}

.cal-days a {
  position: relative;
  width: 14.28%;
  float: left;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  position: realtive;
  z-index: 3;
  font-weight: 800;
}

.cal-disabled {
  color: #ced4da !important;
}

.cal-selected span {
  z-index: 2;
  position: relative;
  color: #FFF;
}
.cal-selected i {
  color: #000;
  z-index: 0;
  opacity: 1;
  font-size: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0px 0px -16px;
  text-align: center;
  line-height: 32px;
}

.cal-dates a {
  position: relative;
  width: 14.2857142857%;
  float: left;
  text-align: center;
  line-height: 45px;
  color: #1f1f1f;
  font-weight: 500;
}

.theme-dark .cal-dates a {
  color: #FFF;
}

.theme-dark .cal-disabled {
  opacity: 0.3;
}

.cal-dates-border a {
  overflow: hidden;
  border-right: solid 1px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.cal-schedule {
  min-height: 80px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.055);
}
.cal-schedule em {
  line-height: 20px;
  padding: 20px 0px 0px 20px;
  position: absolute;
  font-size: 11px;
  font-style: normal;
}
.cal-schedule strong {
  color: #000;
  display: block;
  padding: 17px 0px 0px 100px;
  font-size: 14px;
}
.cal-schedule span {
  display: block;
  font-size: 10px;
  color: #adb5bd;
  margin-top: 0px;
}
.cal-schedule span i {
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 0px 20px 0px 102px;
}

.theme-dark .cal-schedule strong {
  color: #FFF !important;
}

.theme-dark .cal-schedule span {
  color: #FFF !important;
  opacity: 0.5;
}

.cal-message {
  display: block;
}
.cal-message i {
  position: absolute;
  height: 40px;
  line-height: 43px;
  font-size: 27px;
  right: 20px;
}
.cal-message strong {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 11px;
  padding-left: 20px;
}

/*Contact Form*/
.form-field span {
  position: absolute;
  right: 20px;
  font-size: 9px;
  opacity: 0.5;
}
.form-field input {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}
.form-field textarea {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}

.form-name input {
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0px 10px 0px 10px;
}

.form-email input {
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0px 10px 0px 10px;
}

.form-text textarea {
  height: 145px;
  line-height: 24px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0px 10px;
  margin-bottom: 30px;
}

.contactSubmitButton {
  width: 100%;
  display: block;
  border-radius: 10px;
  color: #FFF !important;
  padding: 12px 0px !important;
}

.fieldHasError {
  border: solid 1px #BF263C !important;
}

/*Map Full*/
.map-full .card-overlay {
  transition: all 350ms ease;
  z-index: 2;
}

.map-full .card-center {
  z-index: 3;
}

.hide-map {
  position: absolute;
  margin-top: -120px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  z-index: 2;
}

.map-full .card {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.map-full iframe {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.activate-map {
  opacity: 1 !important;
  transition: all 250ms ease;
  transition: all 350ms ease;
}

.deactivate-map {
  opacity: 0 !important;
  pointer-events: none;
  transition: all 350ms ease;
}

/*Collection*/
.gallery-collection-round a img {
  border-radius: 10px;
}

.gallery-collection a {
  width: 48%;
  float: left;
  position: relative;
}

.gallery-collection a:nth-child(2n+2) {
  margin-left: 4%;
  margin-bottom: 4%;
}

.gallery-collection a img {
  width: 50%;
  float: left;
  padding: 1px;
}

.gallery-collection i {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50px;
  font-size: 17px;
  color: #1f1f1f;
}

/*Gallery Views*/
.gallery-view-controls a {
  float: left;
  width: 33.3%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #1f1f1f;
}

.theme-dark .gallery-view-controls a {
  color: #FFF;
}

.theme-dark .gallery-view-controls {
  border-bottom: solid 1px rgba(255, 255, 255, 0.07);
}

.gallery-view-controls {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.gallery-view-1 a {
  width: 30%;
  float: left;
}

.gallery-view-1 .caption {
  display: none;
}

.gallery-view-2 .caption {
  display: none;
}

.gallery-view-3 .caption {
  padding-top: 20px;
}

.gallery-view-1 a {
  margin-bottom: 5%;
}

.gallery-view-1 a:nth-child(3n-1) {
  margin: auto 5% auto 5%;
}

.gallery-view-2 a {
  width: 47.5%;
  margin-bottom: 5%;
  float: left;
}

.gallery-view-2 a:nth-child(2n-1) {
  margin-right: 5%;
}

/*Page Timeline*/
.timeline-cover {
  height: 330px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0px;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}

.timeline-cover .overlay {
  opacity: 0.8;
}

.timeline-cover .content {
  z-index: 10;
}

.timeline-body {
  position: relative;
  margin-top: 250px;
  padding-top: 5px;
  z-index: 2;
  padding-bottom: 5px;
  box-shadow: none !important;
}

.timeline-header {
  height: 55px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.timeline-header .back-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}

.timeline-header .menu-icon {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}

.timeline-header .menu-icon em {
  background-color: #FFF;
}

.timeline-logo {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.timeline-deco {
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0px;
  z-index: 0;
  bottom: 0px;
  left: 43px;
  width: 1px;
}

.timeline-item-content, .timeline-item-content-full {
  margin: 0px 15px 30px 90px;
  padding: 20px 15px;
}

.timeline-item {
  position: relative;
  z-index: 2;
}

.timeline-item-content-full {
  padding: 0px;
}

.timeline-item-content-full h5 {
  padding: 5px 15px 15px 15px;
}

.timeline-item .timeline-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 21px;
  line-height: 45px;
  border-radius: 45px;
  top: 25px;
  font-size: 18px;
  text-align: center;
}

/*Timeline Center*/
.timeline-cover-center .timeline-sub-heading,
.timeline-cover-center .timeline-heading {
  padding-left: 0px;
  text-align: center;
}

.timeline-cover-center .timeline-image {
  top: 50%;
  bottom: auto;
  margin-top: -150px;
  left: 50%;
  margin-left: -60px;
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

.timeline-body-center {
  padding-bottom: 40px;
}

.timeline-body-center .timeline-icon {
  width: 60px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -31px;
  margin-top: -115px;
}

.timeline-body-center .timeline-deco {
  left: 50%;
  margin-left: -1px;
}

.timeline-body-center .timeline-item-content,
.timeline-body-center .timeline-item-content-full {
  margin: 120px 20px 20px 20px !important;
  padding: 20px;
}

/*Page VCard*/
.vcard-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.vcard-field {
  line-height: 50px;
  border-left: 0px !important;
  border-top: 0px !important;
  border-right: 0px !important;
  padding-top: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  position: relative;
}

.vcard-field strong {
  position: absolute;
  margin-top: -18px;
  color: #ababab;
  font-weight: 400;
  font-size: 10px;
}

.vcard-field i {
  position: absolute;
  top: 25px;
  width: 15px;
  text-align: center;
  right: 0px;
  opacity: 0.3;
}

.vcard-field a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  opacity: 0.7;
}

/*Gradient Adjustments*/
.bg-gradient-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, black 100%);
}

.bg-gradient-fade {
  bottom: 0px !important;
}

.theme-light .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.9) 90%, white 100%);
}

.theme-dark .menu .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(15, 17, 23, 0) 0%, rgba(15, 17, 23, 0) 30%, rgba(15, 17, 23, 0.05) 40%, rgba(15, 17, 23, 0.3) 50%, rgba(15, 17, 23, 0.5) 60%, #0f1117 100%);
}

.theme-dark .page-content .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0) 30%, rgba(27, 29, 33, 0.05) 40%, rgba(27, 29, 33, 0.3) 50%, rgba(27, 29, 33, 0.5) 60%, #1b1d21 100%);
}

.theme-light .bg-gradient-fade-small {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.2) 50%, rgba(240, 240, 240, 0.9) 75%, #f0f0f0 100%);
}

.theme-dark .bg-gradient-fade-small {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.2) 50%, rgba(27, 29, 33, 0.9) 75%, #1b1d21 100%);
}

/*Page Tint*/
.theme-dark .page-content-bg div {
  position: fixed;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  background-color: rgba(0, 0, 0, 0.6);
}

/*Basic Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

/*Main Color Settings*/
.theme-dark .bg-theme {
  background-color: #0c0d10 !important;
}

.theme-light .bg-theme {
  background-color: #FFF !important;
}

.theme-light .color-theme {
  color: #0c0d10 !important;
}

.theme-dark .color-theme {
  color: #FFF !important;
}

/*Hide Show Based on Color Scheme*/
.theme-dark .show-on-theme-dark {
  display: block;
}

.theme-dark .show-on-theme-light {
  display: none;
}

.theme-light .show-on-theme-light {
  display: block;
}

.theme-light .show-on-theme-dark {
  display: none;
}

/*Dark Theme Settings*/
.theme-dark p {
  color: #898989;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark #footer-bar a i,
.theme-dark #footer-bar a span .theme-dark p strong {
  color: #FFF;
}

.theme-dark .accordion-btn,
.theme-dark .header .header-icon,
.theme-dark .header .header-title,
.theme-dark .search-header .fa-search,
.theme-dark .color-theme,
.theme-dark .countdown div,
.theme-dark .search-icon-list a,
.theme-dark .fac label,
.theme-dark .pagination a,
.theme-dark input,
.theme-dark .contact-form i,
.theme-dark .demo-icon-font article,
.theme-dark .tab-controls a,
.theme-dark span:not(.badge),
.theme-dark .profile-2 .profile-stats a,
.theme-dark .vcard-field *,
.theme-dark .search-header input,
.theme-dark .search-header input::placeholder,
.theme-dark .footer .footer-title {
  color: #FFF !important;
}

.theme-dark .list-group i:last-child {
  color: #FFF;
}

.theme-dark,
.theme-dark .page-bg,
.theme-dark .page-content,
.theme-dark #page,
.theme-dark .loader-main,
.theme-dark .instant-article,
.theme-dark .divider-icon i,
.theme-dark .table tr.even td,
.theme-dark .timeline-body,
.theme-dark table,
.theme-dark td {
  background-color: #1b1d21 !important;
}

.theme-dark .ios-switch label::before,
.theme-dark .android-switch label::before {
  background-color: #1b1d21;
  border: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.footer,
.theme-dark #preloader {
  background-color: #0c0d10;
}

.theme-dark .bg-theme {
  background-color: #0c0d10 !important;
}

.theme-dark .link-list-3 a,
.theme-dark .pricing-1,
.theme-dark .pricing-2,
.theme-dark .pricing-3,
.theme-dark .pricing-4,
.theme-dark .search-box,
.theme-dark .link-list-2 a,
.theme-dark .vcard-field,
.theme-dark table {
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark input::placeholder,
.theme-dark textarea::placeholder,
.theme-dark select::placeholder,
.theme-dark select,
.theme-dark .stepper,
.theme-dark .form-field input,
.theme-dark .form-field textarea {
  color: #FFF !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark label {
  background-color: transparent !important;
}

.theme-dark input:not([type=file]),
.theme-dark textarea,
.theme-dark select {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark input:focus,
.theme-dark textarea:focus,
.theme-dark select:focus {
  border-color: #495057 !important;
}

.theme-dark .list-custom-large a,
.theme-dark .list-custom-small a {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .timeline-deco {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .footer-links,
.theme-dark #footer-bar,
.theme-dark .footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme-dark th,
.theme-dark .polaroid-effect,
.theme-dark .timeline-item-content,
.theme-dark .tab-controls,
.theme-dark .timeline-item-content-full {
  background-color: #0c1117 !important;
  color: #FFF;
}

.theme-dark .divider,
.theme-dark .menu .nav a:hover,
.theme-dark .menu .nav .active-subnav,
.theme-dark .menu .nav .divider {
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .menu-hider {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-dark .gallery-filter-controls li {
  color: #FFF;
}

.theme-dark .gallery-view-controls a {
  color: #FFF;
}

.theme-dark .gallery-view-controls {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .tab-controls a {
  background-color: #0c1117;
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .form-control:focus,
.theme-dark .form-control {
  background-color: transparent !important;
}

.theme-dark .tabs-no-border a {
  background-color: transparent !important;
}

.theme-dark .menu,
.theme-dark .header {
  background-color: #0c1117;
  color: #FFF;
}

.theme-dark .border {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/*Styles used to showcase the demo product on ThemeForest and create backgrounds. These can be deleted to increase speed of loading*/
.bg-0 {
  background-image: url(../images/pictures/0l.jpg);
}

.bg-1 {
  background-image: url(../images/pictures/1.jpg);
}

.bg-2 {
  background-image: url(../images/pictures/2.jpg);
}

.bg-3 {
  background-image: url(../images/login_bg.png);
}

.bg-4 {
  background-image: url(../images/pictures/4.jpg);
}

.bg-5 {
  background-image: url(../images/pictures/5.jpg);
}

.bg-6 {
  background-image: url(../images/pictures/6.jpg);
}

.bg-7 {
  background-image: url(../images/pictures/7.jpg);
}

.bg-8 {
  background-image: url(../images/pictures/8.jpg);
}

.bg-9 {
  background-image: url(../images/pictures/9.jpg);
}

.bg-10 {
  background-image: url(../images/pictures/10.jpg);
}

.bg-11 {
  background-image: url(../images/pictures/11.jpg);
}

.bg-12 {
  background-image: url(../images/pictures/12.jpg);
}

.bg-13 {
  background-image: url(../images/pictures/13.jpg);
}

.bg-14 {
  background-image: url(../images/pictures/14.jpg);
}

.bg-15 {
  background-image: url(../images/pictures/15.jpg);
}

.bg-16 {
  background-image: url(../images/pictures/16.jpg);
}

.bg-17 {
  background-image: url(../images/pictures/17.jpg);
}

.bg-18 {
  background-image: url(../images/pictures/18.jpg);
}

.bg-19 {
  background-image: url(../images/pictures/19.jpg);
}

.bg-20 {
  background-image: url(../images/pictures/20.jpg);
}

.bg-21 {
  background-image: url(../images/pictures/21.jpg);
}

.bg-22 {
  background-image: url(../images/pictures/22.jpg);
}

.bg-23 {
  background-image: url(../images/pictures/23.jpg);
}

.bg-24 {
  background-image: url(../images/pictures/24.jpg);
}

.bg-25 {
  background-image: url(../images/pictures/25.jpg);
}

.bg-26 {
  background-image: url(../images/pictures/26.jpg);
}

.bg-27 {
  background-image: url(../images/pictures/27.jpg);
}

.bg-28 {
  background-image: url(../images/pictures/28.jpg);
}

.bg-29 {
  background-image: url(../images/pictures/29.jpg);
}

.bg-30 {
  background-image: url(../images/pictures/30.jpg);
}

/*Demo Colors*/
.demo-color {
  width: 100%;
  line-height: 45px;
  padding-left: 20px;
  text-transform: capitalize;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.demo-color span {
  font-size: 10px;
  position: absolute;
  right: 20px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.5);
}

/*Highlight Changer*/
.theme-change-transition {
  transition: all 150ms ease !important;
}

.highlight-changer {
  max-width: 320px;
  margin: 0 auto;
}

.highlight-changer a {
  font-size: 11px;
  width: 30px;
  float: left;
  display: block;
  margin: 10px 17px 0px 17px;
  text-align: center;
}

.highlight-changer span {
  display: block;
  width: 40px;
}

.highlight-changer i {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 10px;
  margin: 0px auto 0px auto;
}

.background-changer a {
  width: 20%;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: -5px;
}

.background-changer a i {
  margin-top: 10px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0);
  margin: 10px auto 0px auto;
}

.background-changer .bg-theme {
  border: solid 1px rgba(0, 0, 0, 0.2);
}

.background-changer a span {
  font-size: 11px;
  display: block;
  margin-top: -10px;
  margin-bottom: -5px;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0px 7px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

.slider-cover-dots .splide__pagination {
  transform: translate(-50%, -40px) !important;
}





/* Max ~ 900px (Mouse Over) -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:900px) {

	/* 서브공통 ==================== */
	.p_Recent .recent_item .item_name:hover {text-decoration:underline;}
	.p_Popcart .btn:hover {text-decoration:underline;}
	.p_Slide .my_info .btn_gomy:hover {text-decoration:underline;}
	.p_Slide .my_info .go_mypage .btn:hover .tx {text-decoration:underline;}
	.p_Slide .my_info .member_link .btn:hover {background:#fff; color:#000;}
	.p_Slide .my_info .member_tx .btn:hover .tx {color:#e10000; border-color:#e10000;}
	.p_Slide .category .first_ctg .ctg_name:hover {color:#e10000;}
	.p_Slide .category .second_ctg .ctg_name:hover {text-decoration:underline;}
	.p_Slide .type_menu .type_name:hover {color:#e10000;}
	.p_Slide .board_menu .tab_cont .btn:hover {text-decoration:underline; color:#000;}
	.p_Slide .cs_info .bt_btn .btn:hover {background:#ddd;}


	/* 상품목록 ==================== */
	.item_box .item_name:hover {text-decoration:underline;}
	.item_box .thumb:hover .ov_img {opacity: 1; -ms-filter:alpha(opacity=100); filter:alpha(opacity=100);}

	.p_Best .rolling_ctrl .prevnext:hover {background-color: #eee; background-position:center center !important;}
	.p_List_ctrl .range_open .opt:hover {text-decoration: underline;}
	.p_Category .ctg2_box .ctg2:hover {background: #fff; border-color: #000;}
	.p_Category .ctg3_box .ctg3:hover {border-color:#999;}


	/* 상품상세 ==================== */
	.p_Vshare .white_box .sns:hover {border-color:#333; box-shadow:5px 5px 5px rgba(0,0,0,0.2);}
	.p_Vshare .white_box .btn_confirm:hover {background:#fff; border-color:#333;}
	.p_Vfix .fix_btm .buy_box .btn:hover {background:#ccc; border-color:#ccc;}
	.p_Vfix .fix_btm .buy_box .btn.btn_order:hover {background:#e10000; border-color:#e10000;}
	.p_Vhashtag .tag:hover {background:#fff; border-color:#999;}
	.p_Vname .brand:hover {text-decoration:underline;}
	.p_Vreview .total:hover {text-decoration:underline;}
	.p_Vcalendar .month_box .btn:hover {background-color:#f5f5f5;}
	.p_Vcalendar .day:hover strong {background: #e5e5e5;}
	.p_Vopt .counter_box a:hover {background:#e5e5e5;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx:hover {background:#f5f5f5;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx:hover strong {color:#0065e3;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx:hover em.opt_price {color:#e10000;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx:hover em.opt_remain {color:#000;}
	.p_Vopt .opt_other label:hover .tx strong {color:#0065e3;}
	.p_Vopt .opt_other label:hover .tx em.opt_price {color:#e10000;}
	.p_Vopt .opt_other label:hover .tx em.opt_remain {color:#000;}
	.p_Vopt .opt_other label:hover .tx {border-color:#aaa;}
	.p_Vconts .tab_menu .tab:hover {color:#e10000;}
	.p_Vboard .post_info .btn_ctrl:hover {color:#000;}
	.p_Vboard .post_photo:hover .photo_in:before {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
	.p_Vboard .post_photo:hover .icon_h {transform: scaleX(1) translateX(-50%);}
	.p_Vboard .post_photo:hover .icon_v {transform: scaleY(1) translateY(-50%);}
	.p_Vboard .board_list li:hover {background:#fafafa;}
	.p_Vboard .board_list li:hover .post_reply .edge:before {background:#fafafa;}
	.p_Vconts .place_info .info_box .tel {pointer-events:none}
	.p_Vboard .posting .btn_ctrl:hover {color:#333;}

}




/* 1600px ~ 양쪽 간격조절 -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1600px) {
	.layout_fix {padding: 0 80px;}
}


/* 1500px ~ 양쪽 간격조절 -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1500px) {
	.layout_fix {padding: 0 60px;}
}


/* 1300px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1300px) {
	.layout_fix {padding: 0 50px;}


	/* 진열설정 ====================  */
	.item_list.pc_type_box6 ul {grid-template-columns: repeat(5, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box6 li {width:20%;}

}




/* 1100px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1100px) {
	.layout_fix {padding: 0 30px;}

	/* 상품상세 ==================== */
	.p_Vtop:before {display:none;}
	.p_Vtop .this_info {margin-left:25px;}
	.p_Vtop .this_photo {margin-right:25px;}

	.p_Vbanner {margin-top:40px;}

	.p_Vboard .board_top .left_box {flex-direction:column; align-items:flex-start}
	.p_Vboard .board_top .total_write {border-left:0; padding-left:0px;}


	/* 진열설정 ====================  */
	.item_list ul {gap:40px 25px;}
	.rolling_wrap .rolling_box .item_list {margin-left:-25px;}
	.rolling_wrap .rolling_box .item_list li {padding-left:25px;}

	.item_list.pc_type_box6 ul {grid-template-columns: repeat(4, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box6 li {width:25%;}

	.item_list.pc_type_box5 ul {grid-template-columns: repeat(4, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box5 li {width:25%;}

	.item_list.if_list_type .item_box .thumb {width:160px;}
}









/* 900px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:901px) {
	/* 상품상세 ==================== */
	.p_Vtop .this_photo .layout_fix {padding:0 !important;}
	.p_Vtop .this_info .layout_fix {padding:0 !important;}
}

/* 900px ~ (Mobile Start) -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px) {


	/* 서브공통 ==================== */
	.p_Slide .cs_info .cs_in .tel {pointer-events: auto !important;}

	.p_Fix {display:block;}

	.p_Fly {bottom:80px; right:10px}
	.p_Fly .btn_comm {width:50px; height:50px; margin-bottom:8px;}
	.p_Fly .go_top {font-size:11px;}
	.p_Fly .btn_recent .tx {font-size:17px;}
	.p_Fly.if_scroll {padding-bottom:58px;}

	.p_Popcart.if_cart_save {bottom:80px;}
	.p_Topbn .banner .img_pc {display:none;}
	.p_Topbn .banner .img_mo {display:block;}


	/* 상품박스  ==================== */
	.item_box .info {padding-top:0px;}



	/* 상품목록 ==================== */
	.p_Subtop {border-bottom:1px solid #f2f2f2;}
	.p_Subtop .tit_box {height:60px; }
	.p_Subtop .tit {font-size:20px; text-align:left}
	.p_Subtop+ * {margin-top:15px;}
	.p_Subtop .btn_open {display:block;}
	.p_Subtop.if_open_ctg .open_ctg_box {display:block;}

	.p_Subimg {margin-bottom:30px;}
	.p_Best {margin-bottom:20px;}

	.p_Best .best_tit .tit {font-size:20px;}
	.p_Best .rolling_wrap {margin-top:10px;}

	.p_Category {position:sticky; top:0; padding:15px 0; margin-top:0px !important;}
	.p_Category .swipe_box {display:block;}
	.p_Category .swip_box ul {flex-wrap: nowrap; justify-content: flex-start;}
	.p_Category .ctg2_box .ctg2 {font-size:13px; height:32px; padding:0 10px;}
	.p_Category .ctg3_box {padding:10px 0;}
	.p_Category .ctg3_box .ctg3 {font-size:12px;}

	.p_List_ctrl {margin-bottom:15px;}
	.p_List_ctrl .inner {flex-direction: column; justify-content: flex-start; align-items: stretch;}
	.p_List_ctrl .left_box {justify-content: space-between;}
	.p_List_ctrl .right_box {border-top: 1px solid #f2f2f2; box-sizing: border-box; justify-content: space-between; padding-top:10px; margin-top:5px;}
	.p_List_ctrl .type_box {margin-left:auto;}


	/* 상품상세 ==================== */
	.p_Vtit .left {display: flex;}
	.p_Vtit .tit {display: block;}
	.p_Vtop .this_photo .layout_fix {padding:0 !important;}
	.p_Vtop:before {display:none;}
	.p_Vtop .area {flex-direction:column; align-items: stretch; padding:0 !important;}
	.p_Vtop .this_photo {margin-right:0; position: static; top: auto;}
	.p_Vtop .this_info {margin-left:0; margin-top:15px;}

	.p_Vhashtag {border-bottom:1px solid #f2f2f2; margin-top:0px;}
	.p_Vhashtag .swip_box ul {flex-wrap: nowrap; justify-content: flex-start; width:max-content;}

	.p_Vphoto .rolling_thumb {display:none;}

	.p_Vconts {margin-top:80px;}
	.p_Vconts:before {display:block;}
	.p_Vconts .tab_menu .tab {height:50px; font-size:15px;}
	.p_Vconts .tab_menu .layout_fix {padding:0px !important;}
	.p_Vconts .notify {margin-top:30px;}
	.p_Vconts .notify_wrap {flex-direction: column; gap:0}
	.p_Vconts .notify .table dt,
	.p_Vconts .notify .table dd {font-size:12px;}
	.p_Vconts .notify .table dt {width:100px;}
	.p_Vconts .notify .txt_box {font-size:12px;}
	.p_Vconts .detail {margin-top:20px;}
	.p_Vconts .detail.this_fold {height:500px;}
	.p_Vconts .detail .fold_ctrl .btn_ctrl {max-width:100%; height:40px; border-radius:5px;}
	.p_Vconts .place_info {margin-top:30px;}
	.p_Vconts .place_info .wrapping {padding:15px;}
	.p_Vconts .place_info .map_box {height:400px; border:0;}
	.p_Vconts .place_info .info_box {margin-top:10px;}
	.p_Vboard .board_top .layout_fix {padding:0px !important;}
	.p_Vboard .board_list li {border-left:0; border-right:0; padding:20px 0; gap:0 15px}
	.p_Vboard .post_conts .upload {padding:0px; background:#fff;}
	.p_Vboard .post_conts .upload img {max-width:100%;}
	.p_Vboard .post_reply .edge {width:30px;}
	.p_Vboard .posting .writer {flex-direction:column; align-items: flex-start;}
	.p_Vboard .post_info {width:100px;}

	.p_Vbanner {margin-top:20px;}
	.p_Vbanner .img_mo {display:block;}
	.p_Vbanner .img_mo+ .img_pc {display:none;}

	.p_Vrelative .tit_box .tit {font-size:27px;}


	/* 진열설정 ==================== */
	.item_list ul {gap:30px 20px; grid-template-columns: repeat(3, 1fr);}
	.item_list.if_list_type ul {grid-template-columns: repeat(1, 1fr);}
	.rolling_wrap .rolling_box .item_list {margin-left:-20px;}
	.rolling_wrap .rolling_box .item_list li {padding-left:20px;}

	.item_list.pc_type_box6 ul {grid-template-columns: repeat(3, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box6 li {width:33.3333%;}

	.item_list.pc_type_box5 ul {grid-template-columns: repeat(3, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box5 li {width:33.3333%;}

	.item_list.pc_type_box4 ul {grid-template-columns: repeat(3, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box4 li {width:33.3333%;}

	.item_list.if_list_type .item_box .thumb {width: 140px;}
	.item_list.pc_type_list2 ul {grid-template-columns: repeat(1, 1fr);}

	.item_list.mobile_type_list1 ul {grid-template-columns: repeat(1, 1fr);}
	.rolling_wrap .rolling_box .item_list.mobile_type_list1 li {width:100%;}

}






/* 700px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:700px) {
	.layout_fix {padding: 0 15px;}

	/* 서브공통 ==================== */
	.p_Slide .slide_layout {padding:0 15px;}
	body.if_shop_order .p_Fly {display:none;}


	/* 상품박스 ==================== */
	.item_icon span {height:15px; font-size:0.65em;}
	.item_box .ranking {font-size:14px;}


	/* 상품목록 ==================== */
	.p_Subimg {margin-bottom:10px;}
	.p_Category {margin-bottom:15px;}


	/* 상품상세 ==================== */
	.p_Vtit .btn_wish {display:none;}
	.p_Vtit .btn_home {display:inline-block;}

	.p_Vname .item_name dt {font-size:21px;}
	.p_Vname .item_name dd {font-size:13px;}
	.p_Vname .item_price {font-size:30px;}

	.p_Vinfo dt,
	.p_Vinfo dd {font-size:12px;}

	.p_Vopt .this_option dl {flex-direction:column;}
	.p_Vopt .this_option dl:first-of-type dt {display:none;}
	.p_Vopt .this_option dt {width:auto; margin-bottom:10px;}
	.p_Vopt .this_volume dt {display:none;}
	.p_Vopt .opt_dropbox .opt_list {position:fixed; top:auto; bottom:0; width:100%; border:0; z-index:400; height:1000px; max-height:100%; min-height:400px; padding:0 20px; padding-top:10px;}
	.p_Vopt .opt_dropbox .opt_list {transform:translateY(100%); border-radius:20px 20px 0 0; overflow:hidden; display:flex !important; justify-content: stretch; align-items: stretch; flex-direction:column;}
	.p_Vopt .opt_dropbox .opt_list .c_scroll_v {flex:1}
	.p_Vopt .opt_dropbox .opt_tx.this_selected {border-color:#e5e5e5 !important; border-radius:5px !important;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx {padding:0px;}
	.p_Vopt .opt_dropbox .opt_list div.opt_tx {background:transparent url('../images/c_img/ic_close.svg') center right no-repeat !important; background-size:12px !important; height:50px; font-weight:600; font-size:15px;}
	.p_Vopt .opt_dropbox.if_open_opt .opt_list {transform:translateY(0); box-shadow:0 0 10px rgba(0,0,0,0.3);}

	.p_Vfixbtn {display:block;}
	.p_Vfix {position: fixed; left: 0; bottom: 0; width: 100%; height: 100%; z-index: -1; display: flex; flex-direction: column; justify-content: flex-end; align-items: stretch; padding-top:80px; border:0;}
	.p_Vfix .white_box {border-radius: 20px 20px 0 0; z-index: 2; transform: translateY(100%); position:relative; max-height:550px}
	.p_Vfix .white_box {display:flex; justify-content: flex-end; align-items: stretch; flex-direction:column;}
	.p_Vfix .scroll_box {overflow-x:hidden; overflow-y:auto; padding:30px 15px 120px 15px; flex:1}
	.p_Vfix .btn_close {display: flex;}
	.p_Vfix .bg_close {display: block;}
	.p_Vfix .fix_btm .buy_box {gap:0}
	.p_Vfix .fix_btm .buy_box .btn {height:50px; font-size:16px;}
	.p_Vfix .fix_btm .price_total {font-size:18px; margin-bottom:5px;}
	.p_Vfix.if_open_fix {z-index: 1000;}
	.p_Vfix.if_open_fix .white_box {transform: translateY(0); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
	.p_Vfix.if_open_fix .bg_close {opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100); transition: opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out;}
	.p_Vfix.if_open_fix .fix_btm {position:fixed; left:0; bottom:0; width:100%; z-index:100; padding:15px; margin-top:0px;}

	.p_Vconts .detail {margin-top:15px;}

	.p_Vboard .none_box {margin:50px 0;}
	.p_Vboard .none_box .icon {background-size:40px !important; height:40px; margin-bottom:15px;}
	.p_Vboard .board_top .inner {flex-direction:column; padding:40px 20px; align-items:stretch}
	.p_Vboard .board_top .left_box {align-items:center}
	.p_Vboard .board_top .right_box {align-items:stretch}
	.p_Vboard .board_top .guide_tx {text-align:center;}
	.p_Vboard .board_top .c_btnbox {margin-top:20px;}
	.p_Vboard .post_info {font-size:12px; width:auto;}
	.p_Vboard .post_reply .reply_info {font-size:12px;}
	.p_Vboard .posting {align-items:stretch; flex-direction:column; gap:10px}
	.p_Vboard .posting .writer {justify-content: flex-start; flex-direction:row;}
	.p_Vboard.type_qna .posting {gap:5px}
	.p_Vboard.type_qna .post_info {justify-content: flex-start; align-items: center; flex-direction:row}


	/* 진열설정 ==================== */
	.item_list ul {gap:30px 15px; grid-template-columns: repeat(2, 1fr);}
	.rolling_wrap .rolling_box .item_list {margin-left:-15px;}
	.rolling_wrap .rolling_box .item_list li {padding-left:15px;}

	.item_list.mobile_type_box3 ul {gap:30px 10px; grid-template-columns: repeat(3, 1fr);}

	.rolling_wrap .rolling_box .item_list.mobile_type_box3 li {width:33.3333%;}
	.rolling_wrap .rolling_box .item_list.mobile_type_box3 {margin-left:-10px;}
	.rolling_wrap .rolling_box .item_list.mobile_type_box3 li {padding-left:10px;}

	.item_list.mobile_type_box2 ul {grid-template-columns: repeat(2, 1fr);}
	.rolling_wrap .rolling_box .item_list.mobile_type_box2 li {width:50%;}

	.item_list.mobile_type_box1 ul {grid-template-columns: repeat(1, 1fr);}
	.rolling_wrap .rolling_box .item_list.mobile_type_box1 li {width:100%;}

	.item_list.if_list_type ul {gap:15px}
	.item_list.if_list_type .item_box .thumb {width: 120px;}
	.item_list.if_list_type .item_box .info {padding-left:10px;}
	.item_list.if_list_type li+ li {border-top:1px solid #f2f2f2; padding-top:15px;}

}


/* 그룹 타이틀 ======================================== */
.c_group_tit {
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-top: 20px;
}

.c_group_tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px
}

.c_group_tit .tit {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}

.c_group_tit .sub_txt {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}

.c_group_tit .sub_txt strong {
  color: #e10000;
  font-weight: 600;
}

.c_group_tit .sub_txt em {
  color: #000;
  font-weight: 600;
}

.c_group_tit .shop_name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  background: transparent url('../images/c_img/ic_store.svg') left 0 no-repeat;
  background-size: 17px;
  padding-left: 20px;
  line-height: 1;
}

.c_group_tit .btn_more {
  font-weight: 500;
  font-size: 13px;
  color: #000;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c_group_tit .btn_more {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
}

.c_group_tit .btn_more strong {
  background: transparent url('../images/c_img/arrow_right.svg') right center no-repeat;
  background-size: 5px 10px !important;
  padding-right: 10px;
  line-height: 1;
}

.c_group_tit:first-of-type {
  margin-top: 0px;
}

.cart_ctrl+ .c_group_tit {
  margin-top: 0px;
}

.c_group_tit+ .form_ul {
  margin-top: 15px;
}


/* 내용없음 ======================================== */
.c_none {
  text-align: center;
  overflow: hidden;
  padding: 100px 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  color: #aaa;
}

.c_none .gtxt {
  font-size: 13px;
  box-sizing: border-box;
  line-height: 1.4;
}

.c_none .gtxt:before {
  content: "";
  background: transparent url('../images/c_img/ic_list_none.svg') center center no-repeat;
  background-size: 50px 50px !important;
  height: 50px;
  display: block;
  margin-bottom: 10px;
}

.c_none .gtxt:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: alpha(opacity=20);
}

/* 마이페이지 메인 ======================================== */
.c_my_main {
  margin-bottom: 0px;
}

.c_my_main li {
  list-style: none;
}

.c_my_main .flex_bx {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap
}

.c_my_main .flex_bx .li {
  flex: 1;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  box-sizing: border-box;
}

.c_my_main .flex_bx .li.box_info {
  background: #222;
}

.c_my_main .stats_bx {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
}

.c_my_main .stats_bx dl {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  gap: 15px
}

.c_my_main .stats_bx dt {
  flex: none
}

.c_my_main .stats_bx dd {
  flex: 1
}

.c_my_main .stats_bx .level_img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
}

.c_my_main .stats_bx .level_img img {
  width: 100%;
}

.c_my_main .stats_bx .level_name {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  margin-bottom: 3px;
}

.c_my_main .stats_bx .name {
  font-size: 15px;
  color: #fff;
  position: relative;
  font-weight: 500;
  word-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
}

.c_my_main .stats_bx .more {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 0;
  text-decoration: underline;
  position: relative;
  margin-top: 5px;
}

.c_my_main .stats_bx .more {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}

.c_my_main .stats_bx .more strong {
  background: transparent url('../images/c_img/arrow_right_white.svg') right center no-repeat;
  background-size: 8px;
  padding-right: 12px;
}

.c_my_main .stats_bx .tit {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  line-height: 1;
}

.c_my_main .stats_bx .mine {
  font-size: 23px;
  color: #000;
  margin-top: 10px;
  font-weight: 700;
}

.c_my_main .history {
  margin-top: auto;
  padding-top: 30px;
}

.c_my_main .history dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 13px;
  gap: 10px
}

.c_my_main .history dl+ dl {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.c_my_main .history dt {
  color: #999;
}

.c_my_main .history dd {
  color: #000;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  text-align: right
}

.c_my_main .history dd {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 600;
}

.c_my_main .flex_bx .li.box_info .history dd {
  color: #fff;
}

.c_my_main .flex_bx .li.box_info .history dl {
  border-color: #333;
}

.c_my_main .flex_bx .li.box_info .history dd {
  font-weight: 500;
}

/* 마이페이지 바로가기 ======================================== */
.c_my_go {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row
}

.c_my_go .due_date {
  font-size: 12px;
  color: #999;
}

.c_my_go ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
}

.c_my_go li {
  position: relative;
}

.c_my_go li+ li {
  margin-left: 8px;
  padding-left: 8px;
}

.c_my_go li+ li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 100px;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.c_my_go .menu_my {
  color: #222;
  font-size: 13px;
  line-height: 1;
  padding: 5px;
  font-weight: 500;
}

/* 리스트통계 ======================================== */
.c_my_stats {
  margin-bottom: 30px;
}

.c_my_stats li {
  list-style: none;
}

.c_my_stats .ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border: 3px solid #eee;
  box-sizing: border-box;
}

.c_my_stats .li {
  flex: 1;
  position: relative;
  padding: 30px 0;
  box-sizing: border-box;
}

.c_my_stats .li+ .li .state_box {
  border-left: 1px solid #f2f2f2;
}

.c_my_stats .state_box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  gap: 10px
}

.c_my_stats .state_box .tit {
  font-size: 14px;
  color: #888;
  font-weight: 400;
}

.c_my_stats .state_box .total {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  line-height: 1;
  white-space: nowrap;
  font-size: 23px;
  font-weight: 600;
}

.c_my_stats .state_box .total em {
  font-size: 0.9em
}

.c_my_stats .hit .state_box .tit {
  color: #e10000;
}

.c_my_stats .hit .state_box .total {
  color: #e10000;
}


/* 게시판 -------------------------------------------------------------------------------------------------------------------------------- */
/* 고객센터 메인 ======================================== */
.c_cs_main {
}

.c_cs_main li {
    list-style: none;
}

.c_cs_main .top_faq {
    padding: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #333;
}

.c_cs_main .top_faq .wrapping {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.c_cs_main .top_faq .search_form {
    display: block;
    position: relative;
    margin-top: 20px;
}

.c_cs_main .top_faq .search_form .input_search {
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
    padding-right: 50px;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
}

.c_cs_main .top_faq .search_form .input_search:focus {
    background: #fff;
    border-color: #ccc;
}

.c_cs_main .top_faq .search_form .btn_search {
    background: transparent url('../images/c_img/ic_search.svg') center center no-repeat;
    background-size: 18px auto !important;
    width: 60px;
    height: 100%;
}

.c_cs_main .top_faq .search_form .btn_search {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.c_cs_main .top_faq .keyword {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 5px
}

.c_cs_main .top_faq .keyword .word {
    line-height: 1;
    color: #888;
    font-size: 13px;
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 100px;
    font-weight: 500;
}

.c_cs_main .top_faq .cs_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.c_cs_main .top_faq .cs_info .tel {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.c_cs_main .top_faq .cs_info .open_time {
    color: #888;
    font-size: 13px;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
    line-height: 1.4;
    margin-top: 5px;
    text-align: center;
}

.c_cs_main .recent_wrap {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
    flex-direction: row;
    gap: 120px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.c_cs_main .recent_wrap .board_box {
    flex: 1;
}

.c_cs_main .recent_wrap .board_box.this_recent:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    left: 50%;
    top: 0;
}

.c_cs_main .board_tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    height: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.c_cs_main .board_tit .tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    gap: 10px;
    flex: 1
}

.c_cs_main .board_tit .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_cs_main .board_tit .btn_more {
    color: #888;
    font-size: 13px;
    padding: 5px 0;
}

.c_cs_main .board_list {
}

.c_cs_main .board_list li {
    border-bottom: 1px solid #f2f2f2;
}

.c_cs_main .board_list .c_none {
    padding: 50px 0;
}

.c_cs_main .board_list .posting {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 50px;
    gap: 5px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.c_cs_main .board_list .posting .post_tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex: 1;
    gap: 5px;
    padding: 10px 0;
}

.c_cs_main .board_list .posting .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #333;
}

.c_cs_main .board_list .posting .date {
    color: #999;
    margin-left: 15px;
}

.c_cs_main .board_list .posting .ic_q {
    color: #000;
    font-weight: 700;
    font-size: 1.25em;
}

.c_cs_main .board_list .posting .field {
    color: #999;
    flex: none
}

.c_cs_main .board_list .state_icon {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.c_cs_main .board_list .state_icon img {
    height: 16px;
}

.c_cs_main .board_list .state_icon .ic_reply {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3px
}

.c_cs_main .board_list .state_icon .ic_reply em {
    color: #222;
    font-weight: 700;
}

.c_cs_main .board_list .open_conts {
    background: #f5f5f5;
    padding: 20px;
    display: none;
}

.c_cs_main .board_list .open_conts .tit {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.c_cs_main .board_list.type_faq .post_tit {
    position: relative;
    padding-right: 50px;
}

.c_cs_main .board_list.type_faq .post_tit:before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url('../images/c_img/arrow_down.svg') center center no-repeat;
    background-size: 10px;
}

.c_cs_main .board_list.type_faq .post_tit:before {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30);
}

.c_cs_main .board_list.type_faq .if_open .post_tit:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

.c_cs_main .board_list.type_faq .if_open .open_conts {
    display: block;
}


/* 상단 컨트롤 ======================================== */
.c_board_ctrl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    box-sizing: border-box;
    gap: 15px;
    overflow: hidden;
}

.c_board_ctrl li {
    list-style: none;
}

.c_board_ctrl .area_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px
}

.c_board_ctrl .area_left {
    flex: 1;
}

.c_board_ctrl .area_right {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px
}

.c_board_ctrl .c_btn {
    border-radius: 5px;
}

.c_board_ctrl .input_design {
    border-radius: 5px;
    height: 40px;
}

.c_board_ctrl .input_design.type_date {
    width: 125px;
}

.c_board_ctrl .board_tit {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    gap: 5px;
}

.c_board_ctrl .board_tit .name {
    white-space: nowrap
}

.c_board_ctrl .board_tit .total {
    font-size: 0.9em;
    white-space: nowrap;
    color: #999;
}

.c_board_ctrl .board_ctg {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.c_board_ctrl .board_ctg .swipe_box {
}

.c_board_ctrl .board_ctg .swipe_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    /* width:max-content; */
    gap: 5px
}

.c_board_ctrl .board_ctg .swipe_box li {
}

.c_board_ctrl .board_ctg .ctg {
    color: #888;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
}

.c_board_ctrl .board_ctg .hit .ctg {
    color: #000;
    font-weight: 600;
    color: #333;
    border-color: #333;
    background: #fff !important;
}

.c_board_ctrl .board_search {
    position: relative;
    overflow: hidden;
    width: 250px;
    flex: 1;
}

.c_board_ctrl .board_search .input_design {
    padding-right: 50px;
}

.c_board_ctrl .board_search .btn_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.c_board_ctrl .board_search .btn_search {
    background: transparent url('../images/c_img/ic_search.svg') center center no-repeat;
    background-size: 16px auto !important;
}

.c_board_ctrl .board_search .btn_reset {
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    width: 30px;
    height: 100%;
    z-index: 10;
}

.c_board_ctrl .board_search .btn_reset {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c_board_ctrl .board_search .btn_reset:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: block;
}

.c_board_ctrl .board_search .btn_reset:before {
    background: #aaa url("../images/c_img/ic_close_sm_white.svg") center center no-repeat;
    background-size: 8px auto !important;
}

.c_board_ctrl .period_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.c_board_ctrl .period_box .btn {
    font-size: 12px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-right: 0;
}

.c_board_ctrl .period_box .btn {
    color: #333;
    font-weight: 500;
}

.c_board_ctrl .period_box .btn:first-of-type {
    border-radius: 5px 0 0 5px;
}

.c_board_ctrl .period_box .btn:last-of-type {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #e5e5e5;
}

.c_board_ctrl .period_box .btn.hit {
    border-color: #222;
    background: #222 !important;
    color: #fff;
}

.c_board_ctrl .period_box .btn.hit+ .btn {
    border-left: 0
}

.c_board_ctrl .due_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px
}

.c_board_ctrl .due_box .dash {
    color: #333;
    font-weight: 600;
}

/* 목록 기본형 ======================================== */
.c_board_list {
    overflow: hidden;
}

.c_board_list ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    position: relative;
    gap: 5px;
    padding: 10px 15px;
}

.c_board_list ul.if_notice {
    background: #f9f9f9;
}

.c_board_list li {
    list-style: none;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 15px
}

.c_board_list li.this_tit {
    flex: 1;
    padding-right: 20px;
    font-weight: 500;
}

.c_board_list li.this_info {
    flex: none;
    color: #aaa;
}

.c_board_list .number {
    text-align: center;
    color: #999;
    width: 60px;
}

.c_board_list .writer {
    width: 80px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_board_list .date {
    white-space: nowrap;
}

.c_board_list .ic_q {
    font-weight: 700;
    color: #000;
    font-size: 1.2em;
}

.c_board_list .about_item {
    color: #888;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding-left: 12px;
    font-weight: 400;
}

.c_board_list .about_item {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_board_list .about_item:before {
    content: "";
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-top: 0;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.c_board_list .posting {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    flex: 1;
}

.c_board_list .posting .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_board_list .posting .field {
    color: #999;
}

.c_board_list .posting .tx {
    display: inline;
}

.c_board_list .posting .who {
}

.c_board_list .posting .who em {
    color: #999;
}

.c_board_list .state_icon {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.c_board_list .state_icon img {
    height: 16px;
}

.c_board_list .state_icon .ic_reply {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3px
}

.c_board_list .state_icon .ic_reply em {
    color: #222;
    font-weight: 700;
}

.c_board_list .file_down {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.c_board_list .file_down .link {
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.c_board_list .file_down .link {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-radius: 100px;
}

.c_board_list .file_down .link {
    background: #fff url('../images/c_img/ic_attach.svg') 15px center no-repeat;
    background-size: 14px;
    padding-left: 35px;
}

.c_board_list .file_down .link {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.c_board_list .answer {
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    margin-top: 15px;
}

.c_board_list .answer .edge {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 1;
    background: #eee;
}

.c_board_list .answer .edge:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 30px 0 0;
    box-sizing: border-box;
    background: #fff;
}

.c_board_list .answer .answer_in {
    background: #eee;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 0 20px 20px 20px;
    box-sizing: border-box;
}

.c_board_list .answer .admin {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    gap: 10px
}

.c_board_list .answer .admin .name {
    color: #333;
    font-weight: 600;
}

.c_board_list .answer .admin .date {
    color: #999;
}

.c_board_list .answer .editor {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-top: 10px;
}

.c_board_list .answer .editor img {
    max-width: 100%;
}

.c_board_list .my_post {
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 20px;
}

.c_board_list .my_post .tit {
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}

.c_board_list .my_post .conts {
    line-height: 1.4;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.c_board_list .my_post .c_btn {
    margin-top: 10px;
}

/* 문의형 */
.c_board_list.type_qna {
}

.c_board_list.type_qna ul {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    position: relative;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
    gap: 15px
}

.c_board_list.type_qna .this_tit {
    padding-right: 0px;
}

.c_board_list.type_qna .this_info {
    position: relative;
    padding-right: 40px;
}

.c_board_list.type_qna .this_info:before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url('../images/c_img/arrow_down.svg') center center no-repeat;
    background-size: 10px;
}

.c_board_list.type_qna .this_info:before {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30);
}

.c_board_list.type_qna .posting {
    align-items: flex-start;
    flex-direction: column;
}

.c_board_list.type_qna .posting .tit {
    flex: 1;
}
.c_board_list.type_qna .posting .order_num {
    font-size: 14px;
    color: #e10000;
    font-weight: 700;
    position: relative;
}
.c_board_list.type_qna .open_conts {
    display: none;
    width: 100%;
    position: relative;
    z-index: 10
}

.c_board_list.type_qna .if_open {
    background: #fff !important;
}

.c_board_list.type_qna .if_open .open_conts {
    display: block;
}

.c_board_list.type_qna .if_open .this_info:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

/* FAQ형 */
.c_board_list.type_faq {
}

.c_board_list.type_faq ul {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch
}

.c_board_list.type_faq li.this_tit {
    padding-right: 0;
}

.c_board_list.type_faq .posting .tit {
    flex: 1;
    position: relative;
    padding-right: 50px;
}

.c_board_list.type_faq .posting .tit:before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url('../images/c_img/arrow_down.svg') center center no-repeat;
    background-size: 10px;
}

.c_board_list.type_faq .posting .tit:before {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30);
}

.c_board_list.type_faq .open_conts {
    background: #f5f5f5;
    padding: 20px;
    display: none;
    border-radius: 5px;
}

.c_board_list.type_faq .open_conts .tit {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.c_board_list.type_faq .if_open {
    background: #fff !important;
}

.c_board_list.type_faq .if_open .open_conts {
    display: block;
}

.c_board_list.type_faq .if_open .posting .tit:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

.c_board_list.type_bank .posting {
    flex-wrap: wrap;
    gap: 5px 10px
}

/* 목록 뉴스형 ======================================== */
.c_board_news {
}

.c_board_news li {
    list-style: none;
}

.c_board_news ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    gap: 15px;
}

.c_board_news li.this_post {
    flex: 1;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.c_board_news .photo {
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c_board_news .photo img {
    width: 100%;
}

.c_board_news .posting {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.c_board_news .posting .tit {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_board_news .posting .field {
    color: #999;
    margin-right: 5px;
    float: left;
}

.c_board_news .posting .tx {
    display: inline;
}

.c_board_news .state_icon {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.c_board_news .state_icon img {
    height: 16px;
}

.c_board_news .state_icon .ic_reply {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3px
}

.c_board_news .state_icon .ic_reply em {
    color: #222;
    font-weight: 700;
}

.c_board_news .conts {
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.c_board_news .date {
    color: #aaa;
    margin-top: 5px;
}

/* 목록 이미지형 ======================================== */
.c_board_gallery {
    overflow: hidden;
    margin-top: 30px;
}

.c_board_gallery ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}

.c_board_gallery li {
    list-style: none;
    width: 25%;
}

.c_board_gallery .post_box {
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
}

.c_board_gallery .photo {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.c_board_gallery .photo img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.c_board_gallery .photo .close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.c_board_gallery .photo .close {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c_board_gallery .posting {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
    margin-top: 10px;
}

.c_board_gallery .posting .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_board_gallery .posting .tit {
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    position: relative;
}

.c_board_gallery .posting .field {
    color: #999;
    margin-right: 2px;
}

.c_board_gallery .posting .tx {
    display: inline;
}

.c_board_gallery .conts {
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.c_board_gallery .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.c_board_gallery .info {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
    box-sizing: border-box;
    margin-top: 5px;
    color: #999;
}

.c_board_gallery .writer {
}

.c_board_gallery .date {
}

.c_board_gallery .tag_state {
    color: #0065e3;
}

.c_board_gallery .tag_state.type_end {
    color: #999;
}

.c_board_gallery.type_event {
}

.c_board_gallery.type_event li {
    width: 50%;
}

.c_board_gallery.type_event .info {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.c_board_gallery.type_event .posting .tit {
    font-size: 14px;
    overflow: hidden;
}

.c_board_gallery.type_event .if_close .photo img {
    filter: grayscale(1);
}

/* 게시물 보기 ======================================== */
.c_board_view {
    border-top: 2px solid #222;
}

.c_board_view .view_top {
    padding: 15px;
    text-align: center;
}

.c_board_view .view_top .tit {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
}

.c_board_view .view_top .info {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 10px ;
    font-size: 12px;
    color: #aaa;
}

.c_board_view .view_conts {
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    padding-bottom: 30px;
}

.c_board_view .view_conts img {
    max-width: 100%
}

.c_board_view .file_down {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.c_board_view .file_down .link {
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.c_board_view .file_down .link {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-radius: 100px;
}

.c_board_view .file_down .link {
    background: #f5f5f5 url('../images/c_img/ic_attach.svg') 15px center no-repeat;
    background-size: 14px;
    padding-left: 35px;
}

.c_board_view .file_down .link {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.c_board_view .reply {
    margin-top: 15px;
    border: 2px solid #f2f2f2;
    padding: 30px;
}

.c_board_view .reply li {
    list-style: none;
}

.c_board_view .reply .form {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
    gap: 10px
}

.c_board_view .reply .form .text_design {
    height: 100px;
    flex: 1;
    background: #fafafa;
}

.c_board_view .reply .form .btn_ok {
    background: #333;
    width: 120px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    box-sizing: border-box;
}

.c_board_view .reply .form .btn_ok {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.c_board_view .reply .list {
    margin-top: 15px;
}

.c_board_view .reply .list li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1;
    gap: 5px
}

.c_board_view .reply .list li+ li {
    border-top: 1px dashed #f2f2f2;
    margin-top: 10px;
    padding-top: 10px;
}

.c_board_view .reply .list .name {
    font-weight: 600;
    color: #333;
}

.c_board_view .reply .list .date {
    color: #aaa;
    font-size: 14px;
}

.c_board_view .reply .list .btn_delete {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 16px;
    height: 16px;
}

.c_board_view .reply .list .btn_delete {
    background: transparent url('../images/c_img/ic_delete.svg') center center no-repeat;
    background-size: 13px;
}

.c_board_view .reply .list .conts {
    width: 100%;
    line-height: 1.4;
    color: #888;
}

.c_board_view .nextprev {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 30px;
}

.c_board_view .nextprev li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px solid #f2f2f2;
    gap: 15px;
    color: #aaa
}

.c_board_view .nextprev .tx {
}

.c_board_view .nextprev .tit {
    flex: 1;
}

.c_board_view .nextprev .link {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_board_view .nextprev .date {
    margin-left: auto;
    white-space: nowrap;
    font-size: 13px;
}

.c_board_view .answer {
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

.c_board_view .answer .edge {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 1;
    background: #eee;
}

.c_board_view .answer .edge:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 30px 0 0;
    box-sizing: border-box;
    background: #fff;
}

.c_board_view .answer .answer_in {
    background: #eee;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 0 20px 20px 20px;
    box-sizing: border-box;
}

.c_board_view .answer .writer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    gap: 10px
}

.c_board_view .answer .writer .name {
    color: #333;
    font-weight: 600;
}

.c_board_view .answer .writer .date {
    color: #999;
}

.c_board_view .answer .editor {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-top: 10px;
}

.c_board_view .answer .editor img {
    max-width: 100%;
}

/* 목록 리뷰형 ======================================== */
.c_board_rv {
    overflow: hidden;
    margin-top: 15px;
}

.c_board_rv ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.c_board_rv li {
    list-style: none;
}

.c_board_rv .posting {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    height: 100%;
}

.c_board_rv .posting {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap
}

.c_board_rv .thumb {
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.c_board_rv .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c_board_rv .mypost {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.c_board_rv .mypost .mark {
    position: relative;
    width: 70px;
    height: 15px;
}

.c_board_rv .mypost .mark .star {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 14px !important;
}

.c_board_rv .mypost .mark .star {
    background: transparent url('../images/skin/item_star.svg') left center repeat-x;
}

.c_board_rv .mypost .mark .star.this_base {
    z-index: 1;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20);
}

.c_board_rv .mypost .mark .star.this_value {
    z-index: 2;
    background-image: url('../images/c_img/item_star_red.svg');
}

.c_board_rv .mypost .writer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    font-weight: 500;
    font-size: 13px;
    margin-top: 15px;
    color: #999;
    flex-wrap: wrap
}

.c_board_rv .mypost .writer .name {
}

.c_board_rv .mypost .writer .date {
}

.c_board_rv .mypost .conts {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

.c_board_rv .about_item {
    color: #888;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding-left: 12px;
    font-weight: 400;
    width: 100%;
    border-top: 1px dashed #f2f2f2;
    padding-top: 10px;
}

.c_board_rv .about_item {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.4;
}

.c_board_rv .about_item:before {
    content: "";
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-top: 0;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.c_board_rv .answer {
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    margin-top: 15px;
}

.c_board_rv .answer .edge {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 1;
    background: #eee;
}

.c_board_rv .answer .edge:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 30px 0 0;
    box-sizing: border-box;
    background: #fff;
}

.c_board_rv .answer .answer_in {
    background: #eee;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 0 20px 20px 20px;
    box-sizing: border-box;
}

.c_board_rv .answer .admin {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    gap: 5px
}

.c_board_rv .answer .admin .name {
    color: #333;
    font-weight: 600;
}

.c_board_rv .answer .admin .date {
    color: #aaa;
}

.c_board_rv .answer .editor {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-top: 10px;
}

.c_board_rv .answer .editor img {
    max-width: 100%;
}

.c_board_rv .btn_del {
    width: 25px;
    height: 20px;
    background: transparent url('../images/c_img/ic_delete.svg') center center no-repeat;
    background-size: 12px;
    position: relative;
    z-index: 10;
}

.c_board_rv .btn_report {
    position: relative;
    z-index: 10;
    text-decoration: underline;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c_board_rv li.if_open .c_layer {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    top: 0;
}

.c_board_rv li.if_open .c_layer .bg_close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    top: 0
}

/* 공통상품 -------------------------------------------------------------------------------------------------------------------------------- */
/* 브랜드 ======================================== */
.c_brand {
}

.c_brand li {
    list-style: none;
}

.c_brand .word_list {
}

.c_brand .word_list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    box-sizing: border-box;
}

.c_brand .word_list ul+ ul {
    margin-top: 5px;
}

.c_brand .word_list .btn {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    height: 35px;
    width: 35px;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-sizing: border-box;
    white-space: nowrap
}

.c_brand .word_list .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c_brand .word_list .btn.hit {
    background: #000 !important;
    color: #fff !important;
    border-color: #000;
}

.c_brand .word_list .btn.none {
    color: #ccc;
    pointer-events: none
}

.c_brand .brand_list {
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.c_brand .brand_list .swipe_box {
    display: inline-block;
    max-width: 100%
}

.c_brand .brand_list .swipe_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    width: max-content;
}

.c_brand .brand_list .swipe_box li {
}

.c_brand .brand_list .btn {
    color: #888;
    font-weight: 500;
    font-size: 13px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c_brand .brand_list .btn {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    line-height: 1.3;
    border-radius: 100px;
}

.c_brand .brand_list .btn strong {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_brand .brand_list .hit .btn {
    border-color: #222;
    color: #000;
    font-weight: 700;
}

/* 통합검색 ======================================== */
.c_comb {
}

.c_comb li {
    list-style: none;
}

.c_comb .search_form {
}

.c_comb .search_form .inner {
    background: #f5f5f5;
    padding: 50px;
}

.c_comb .search_form .form_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.c_comb .search_form .search_input {
    background: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    height: 60px;
    padding: 0 15px;
    font-size: 15px;
    width: 100%;
    max-width: 500px;
    color: #000;
    border-right: 0;
}

.c_comb .search_form .btn_search {
    text-align: center;
    height: 60px;
    background: #000;
    box-sizing: border-box;
    cursor: pointer;
    width: 90px;
    white-space: nowrap
}

.c_comb .search_form .btn_search {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.c_comb .result_word {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin-top: 20px;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.c_comb .result_word strong {
    color: #e10000;
}

.c_comb .filter_box {
    width: 200px;
    margin-right: 30px;
    position: sticky;
    top: 10px;
    background: #fff;
}

.c_comb .filter_box .filter_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.c_comb .filter_box .filter_tit .tit {
    display: none;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.c_comb .filter_box .btn_close {
    width: 30px;
    height: 30px;
    background: transparent url('../images/c_img/ic_close_white.svg') right center no-repeat;
    background-size: 12px auto !important;
    display: none;
}

.c_comb .filter_box .scroll {
    flex: 1
}

.c_comb .filter_box dl {
    margin-top: 15px;
}

.c_comb .filter_box dl+ dl {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.c_comb .filter_box dt {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.c_comb .filter_box dd {
}

.c_comb .filter_box label.c_label {
    width: 100%;
}

.c_comb .filter_box .list {
}

.c_comb .filter_box .list li+ li .c_select {
    margin-top: 10px;
}

.c_comb .filter_box .list ul {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    gap: 5px
}

.c_comb .filter_box .list.type_hash ul {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 15px
}

.c_comb .filter_box .list.type_hash label.c_label .icon {
    display: none;
}

.c_comb .filter_box .list.type_hash label.c_label input:checked+ .tx {
    text-decoration: underline;
}

.c_comb .filter_box .reset {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex: 1
}

.c_comb .filter_box .reset .btn_reset {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e10000;
    border-radius: 5px;
    padding: 0 10px;
}

.c_comb .filter_box .reset .btn_reset {
    background: #fff;
    flex: 1
}

.c_comb .filter_box .reset .btn_reset .tx {
    color: #e10000;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    padding-right: 18px;
}

.c_comb .filter_box .reset .btn_reset .tx {
    background: transparent url('../images/c_img/ic_search_reset.svg') right center no-repeat;
    background-size: 12px;
}

.c_comb .bg_filter_close {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 399
}

.c_comb .bg_filter_close {
    transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}

.c_comb .other_recommend {
}

.c_comb .other_recommend .tit {
    font-weight: 700;
    font-size: 21px;
    color: #000;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}

.c_comb .result_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 30px;
}

.c_comb .result_item .area_item {
    flex: 1;
    position: sticky;
    top: 10px;
}

.c_comb .result_item .area_item .layout_fix {
    padding: 0 !important;
}

.c_comb .p_List_ctrl {
    margin-top: 0px !important;
}

.c_comb .p_List_ctrl .right_box {
    padding-left: 0;
}

.c_comb .p_List_ctrl .filter_benefit {
    display: none;
}

.c_comb .p_List_ctrl .type_box {
    display: none;
}

.c_comb .area_item {
    margin-top: 15px;
}

/* 기획전 ======================================== */
.c_promo_list {
    overflow: hidden;
}

.c_promo_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -50px;
    margin-left: -30px;
}

.c_promo_list li {
    list-style: none;
    box-sizing: border-box;
    width: 50%;
}

.c_promo_list .promo_box {
    position: relative;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 50px;
}

.c_promo_list .promo_box .thumb {
    background: #fafafa url('../images/c_img/none_ic.svg') center center no-repeat;
    background-size: 40px;
    position: relative;
    overflow: hidden;
}

.c_promo_list .promo_box .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c_promo_list .promo_box .thumb img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.c_promo_list .promo_box .promo_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    opacity: .05;
    -ms-filter: alpha(opacity=5);
    filter: alpha(opacity=5);
    z-index: 2;
}

.c_promo_list .promo_box .end_tx {
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    z-index: 2
}

.c_promo_list .promo_box .end_tx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.c_promo_list .promo_box .tit_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
    gap: 15px
}

.c_promo_list .promo_box .tit_info .tit {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    flex: 1;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_promo_list .promo_box .tit_info .date {
    color: #999;
    font-size: 13px;
}

.c_promo_list .promo_box .total {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #222;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.c_promo_list .promo_box .total {
    padding: 0 15px;
    margin: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    z-index: 3;
    font-size: 13px;
}

.c_promo_list .if_end_promo {
    pointer-events: none;
}

.c_promo_list .if_end_promo .promo_box .end_tx {
    display: flex;
}

.c_promo_list .if_end_promo .promo_box .total {
    background: #999;
}

.c_promo_list .if_end_promo .promo_box .total {
    display: none;
}

.c_promo_list .if_ready_promo .promo_box .end_tx {
    display: flex;
}

.c_promo_list .if_ready_promo {
    pointer-events: none;
}

.c_promo_list .if_ready_promo .promo_box .total {
    display: none;
}

.c_promo_view {
    overflow: hidden;
    margin-bottom: 30px;
}

.c_promo_view .tit_box {
    color: #000;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4;
    border: 2px solid #333;
    padding: 30px 100px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.c_promo_view .tit_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
    position: relative;
}

.c_promo_view .tit_box .btn_back {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    background: transparent url('../images/c_img/c_arrow_back.svg') center center no-repeat;
}

.c_promo_view .tit_box .btn_back {
    background-size: 20px !important;
    margin-top: -25px;
}

/* 레이어 -------------------------------------------------------------------------------------------------------------------------------- */
/* 기본 레이어 ======================================== */
.c_layer {
    position: fixed;
    right: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
}

.c_layer.height_normal .wrapping {
    height: auto !important;
}

.c_layer li {
    list-style: none;
}

.c_layer .bg_close {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.c_layer .bg_close {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
}

.c_layer .wrapping {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 750px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
}

.c_layer .wrapping {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
}

.c_layer .tit_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    flex: none;
    padding-bottom: 15px;
}

.c_layer .tit_box .tit {
    color: #000;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_layer .tit_box .btn_close {
    width: 30px;
    height: 30px;
    font-size: 0;
}

.c_layer .tit_box .btn_close {
    background: transparent url('../images/c_img/ic_close.svg') right center no-repeat;
    background-size: 13px auto !important;
}

.c_layer .conts_box {
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    min-height: 250px;
    flex: 1;
}

.c_layer .c_form.type_single {
    flex: 1
}

.c_layer .c_form.type_single {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column
}

.c_layer .c_form.type_single .form_ul {
    flex: 1;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.c_layer .c_form.type_single .this_full {
    flex: 1;
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.c_layer .c_form.type_single .this_full .text_design {
    flex: 1
}

.c_layer .c_btnbox {
    margin-top: auto;
    padding-top: 30px;
}

.c_layer .c_btnbox ul {
    width: 250px
}

.c_layer.type_password .wrapping {
    max-width: 400px
}

.c_layer.if_open_layer {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    top: 0;
}

.c_layer.if_open_layer .bg_close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    top: 0;
}

/* 티켓지도 */
.c_layer.type_ticket_map .wrapping {
    max-width: 750px
}

.c_layer .place_info {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    flex: 1
}

.c_layer .place_info .map_box {
    min-height: 350px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background: #fff;
    flex: 1
}

.c_layer .place_info .info_box {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px
}

.c_layer .place_info .info_box dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    font-size: 13px;
}

.c_layer .place_info .info_box dt {
    color: #999;
    width: 50px;
}

.c_layer .place_info .info_box dd {
    color: #333;
    font-weight: 500;
    flex: 1
}

/* 티켓QR코드 */
.c_layer.type_ticket_qr .wrapping {
    max-width: 400px;
    background: #e5e5e5;
    padding: 40px;
    padding-bottom: 30px;
}

.c_layer.type_ticket_qr .conts_box {
    padding-top: 0px;
}

.c_layer.type_ticket_qr .tit_box {
    border-bottom: 0;
}

.c_layer .qr_box {
}

.c_layer .qr_box .qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
}

.c_layer .qr_box .code_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    margin: 60px 0;
    width: 200px;
    height: 200px;
}

.c_layer .qr_box .code_img {
    background: transparent url('../images/c_img/qr_load.gif') center center no-repeat;
    background-size: 80px !important;
}

.c_layer .qr_box .code_img img {
    height: 100%;
}

.c_layer .qr_box .code_num {
    padding: 20px 0;
    border-top: 2px dashed #e5e5e5;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.c_layer .qr_box .code_num .number {
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.c_layer .qr_box .code_num .state {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c_layer .qr_box .code_num .state .possible {
    color: #0065e3;
}

.c_layer .qr_box .code_num .state .complete {
    color: #e10000;
}

.c_layer .qr_box .code_num .state em {
    margin: 0 5px;
    color: #ccc;
}

.c_layer .qr_box .code_num:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #e5e5e5;
    border-radius: 100px;
    position: absolute;
    left: -10px;
    top: -10px;
}

.c_layer .qr_box .code_num:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #e5e5e5;
    border-radius: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.c_layer .qr_box .all_complete {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 10;
    width: 70px;
    height: 70px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.c_layer .qr_box .all_complete {
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c_layer .qr_box .all_complete {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.c_layer .qr_box .all_complete {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    transform: rotate(-25deg);
}

.c_layer .qr_box .tip {
    box-sizing: border-box;
    color: #888;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

.c_layer .qr_box.if_all_use .all_complete {
    display: flex
}

.c_layer .qr_box.if_all_use .code_img img {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: alpha(opacity=10);
}

/* 테이블정보(레벨) */
.c_layer .table_list {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.c_layer .table_list ul {
    display: table-row;
}

.c_layer .table_list li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #e5e5e5;
    line-height: 1.4;
    color: #333;
    text-align: center;
    font-size: 12px;
}

.c_layer .table_list .thead {
    background: #f5f5f5 !important;
}

.c_layer .table_list .thead li {
    font-weight: 500;
    color: #666 !important;
}

.c_layer .table_list .hit li {
    color: #e10000 !important
}

.c_layer .table_list .tit {
    background: #f5f5f5;
    font-weight: 600;
}

/* 리뷰 */
.c_layer .review_conts {
}

.c_layer .review_conts .photo {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.c_layer .review_conts .photo img {
    max-width: 100%;
    max-height: 600px
}

.c_layer .review_conts .rv_cont {
    line-height: 1.4;
}

/* 리뷰전체(게시판) */
.c_layer.type_allreview .wrapping {
    max-width: 700px;
}

/* 리뷰 신고하기 */
.c_layer .report {
}

.c_layer .report .top_tit {
    font-size: 17px;
    color: #000;
    line-height: 1.4;
}

.c_layer .report .top_tit strong {
    font-weight: 500;
}

.c_layer .report ul {
    margin-top: 20px;
}

.c_layer .report li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.c_layer .report li+ li {
    margin-top: 5px;
}

.c_layer .report .label_d {
}

.c_layer .report .label_d input {
    display: none;
}

.c_layer .report .label_d .tx {
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #888;
}

.c_layer .report .label_d .tx {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #f0f0f0;
}

.c_layer .report .label_d input:checked+ .tx {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    padding-left: 14px;
}

.c_layer .report textarea.text_design {
    border-radius: 5px;
}

/* 팝업창(관리자설정) ======================================== */
.c_popup {
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100%;
    z-index: 9999999;
    max-width: 100%;
    height: 100%;
    background: transparent;
    padding: 30px;
    box-sizing: border-box;
}

.c_popup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.c_popup+ .c_popup {
    visibility: hidden
}

.c_popup .pop_wrap {
    z-index: 100;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    max-height: 100%;
}

.c_popup .img_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.c_popup .img_box img {
    width: 100%;
    max-width: 900px;
    max-height: 700px;
    min-width: 300px;
}

.c_popup .img_box a {
    font-size: 0;
    width: 100%;
}

.c_popup .editor_box {
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    max-width: 900px;
    min-width: 500px;
    flex: auto;
}

.c_popup .close_box {
    background: #fff;
}

.c_popup .close_box ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.c_popup .close_box li {
    list-style: none;
    flex: 1;
}

.c_popup .close_box li+ li {
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.c_popup .close_box .btn {
    height: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c_popup .close_box .btn .tt {
    font-size: 13px;
    line-height: 1;
    color: #333;
    font-weight: 500;
}

.c_popup .close_box .btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}

.c_popup_bg {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* 스크립트 제어 -------------------------------------------------------------------------------------------------------------------------------- */
/* 다음주소찾기 ======================================== */
.post_popup_section {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100% !important;
    height: 100% !important;
}

.post_popup_section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000
}

.post_popup_section> div {
    max-width: 400px !important;
    height: 500px !important;
    order: 1
}

.post_popup_section .post_close_btn {
    position: static !important;
    order: 2;
    width: 400px !important;
}

/* Max ~ 900px (Mouse Over) ---------------------------------------------------------------- */
@media screen and (min-width:900px) {

	/* 세부 요소 ==================== */
	a.c_btn.black:hover {background:#e10000; border-color:#e10000;}
	a.c_btn.black.line:hover {background:#e5e5e5 !important; border-color:#000;}
	a.c_btn.light:hover {background:#333; border-color:#333;}
	a.c_btn.light.line:hover {background:#e5e5e5 !important; color:#333;}
	a.c_btn.color:hover {}
	a.c_btn.color.line:hover {background:#e5e5e5 !important;}
	input.input_design:hover {border-color:#aaa;}
	textarea.text_design:hover {border-color:#aaa;}
	.c_select:hover {border-color:#aaa;}
	.c_label:hover .tx {text-decoration:underline;}


	/* 세부 레이아웃 ==================== */
	.c_pagi .nextprev .btn .ok:hover {background:#f5f5f5;}
	.c_pagi .number a:hover {border-color:#222; color:#222;}
	.c_nav .menu_my:hover strong {color:#000;}
	.c_nav .menu_my:hover strong:before {-webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: top left; transform-origin: top left;}
	.c_scroll_v:hover::-webkit-scrollbar-thumb {background-color:#222;}
	.c_page_tab .tab:hover {background:#f5f5f5;}


	/* 공통상품 ==================== */
	.c_brand .word_list .btn:hover {background:#fff; color:#000; border-color:#000;}
	.c_brand .brand_list .btn:hover {border-color:#999;}
	.c_comb_search .search_form .btn_search:hover {background:#e10000;}


	/* 멤버십 ==================== */
	.c_login .btn_guest:hover {background:#f5f5f5;}
	.c_login .other_link dd .btn:hover {text-decoration:underline;}
	.c_login .find_tab .tab:hover {color:#000; text-decoration:underline;}
	.c_my_go .menu_my:hover {text-decoration:underline;}
	.c_my_wish .item_name:hover {text-decoration:underline;}
	.c_my_list li:hover {background:#f9f9f9;}
	.c_my_list.type_link .tit:hover {text-decoration:underline;}
	.c_my_list .delivery:hover {text-decoration:underline;}
	.c_attend .ctrl_box .btn_attend:hover {background:#e10000; border-color:#e10000;}


	/* 주문 ==================== */
	.c_order .cart_ctrl .btn:hover {text-decoration:underline;}
	.c_order .cart_item .item_name:hover {text-decoration:underline;}


	/* 게시판 ==================== */
	.c_cs_main .top_faq .cs_info .tel {pointer-events:none}
	.c_cs_main .board_list .posting:hover .tit {text-decoration:underline;}
	.c_cs_main .board_tit .btn_more:hover {text-decoration:underline;}
	.c_cs_main .top_faq .keyword .word:hover {border-color:#333; color:#333;}
	.c_board_ctrl .board_ctg .ctg:hover {background:#f5f5f5;}
	.c_board_ctrl .board_search .btn_reset:hover:before {background-color:#333;}
	.c_board_ctrl .period_box .btn:hover {background:#f5f5f5;}
	.c_board_list .file_down .link:hover {border-color:#333; background-color:#fff;}
	.c_board_list.type_qna .about_item:hover {color:#0065e3;}
	.c_board_list.type_qna .about_item:hover:before {border-color:#0065e3;}
	.c_board_list ul:hover {background:#f9f9f9;}
	.c_board_list ul:hover .posting .tit {text-decoration:underline;}
	.c_board_news ul:hover {background:#f9f9f9;}
	.c_board_news ul:hover .posting .tit {text-decoration:underline;}
	.c_board_gallery .photo:hover img {transform: scale(1.07); -webkit-transform:scale(1.07);}
	.c_board_gallery .posting .tit:hover {text-decoration:underline;}
	.c_board_view .file_down .link:hover {border-color:#333; background-color:#fff;}
	.c_board_view .nextprev .tit:hover {text-decoration:underline;}
	.c_board_view .reply .form .btn_ok:hover {background:#0065e3;}
	.c_board_rv .about_item:hover {color:#0065e3;}
	.c_board_rv .about_item:hover:before {border-color:#0065e3;}
	.c_board_rv .posting:hover {background:#fafafa;}
	.c_board_rv .posting:hover .conts {text-decoration:underline;}
	.c_board_rv .btn_report:hover {color:#333;}
	.c_promo_list .promo_box .thumb:hover img {transform: scale(1.07); -webkit-transform:scale(1.07);}


	/* 레이어 ==================== */
	.c_layer .browser_box .link:hover {background-color: #fff; border-color: #000;}


}






/* 마이리스트 공통 ======================================== */
.c_my_list {
}

.c_my_list ul {
}

.c_my_list li {
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
    position: relative;
    gap: 15px
}

.c_my_list .area_conts {
    flex: 1;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
    gap: 10px
}

.c_my_list .area_state {
    flex: none;
    border-left: 1px solid #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 150px;
}

.c_my_list .area_state .c_tag {
    border-radius: 100px;
    width: 60px;
}

.c_my_list .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    overflow: hidden;
    position: relative;
    position: relative;
}

.c_my_list .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.05);
}

.c_my_list .thumb img {
    width: 100%;
}

.c_my_list .conts_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    font-size: 13px;
}

.c_my_list .price {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.c_my_list .price.if_minus {
    color: #e10000;
}

.c_my_list .price.if_wait {
    color: #0065e3;
}

.c_my_list .order_num {
    font-size: 14px;
    color: #e10000;
    font-weight: 700;
    position: relative;
}

.c_my_list .order_num:before {
    content: "";
    width: 100%;
    height: 7px;
    background: #e10000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20);
    position: absolute;
    left: 0;
    bottom: 0;
}

.c_my_list .tit {
    color: #000;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.c_my_list .date {
    color: #000;
    font-size: 12px;
}

.c_my_list .order-price {
  color: #000;
  font-size: 12px;
}


.c_my_list .delivery {
    color: #00b108;
}

.c_my_list .naver_pay {
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 24px;
    color: #fff;
    font-size: 12px;
    background: #19ce60;
    padding: 0 10px;
    cursor: default
}

.c_my_list .naver_pay strong {
    padding-left: 15px;
    background: transparent url('../images/c_img/logo_naver.svg') left center no-repeat;
    background-size: 10px;
}

.c_my_list .c_btn {
    z-index: 11
}

/* 마이리스트 주문내역 css 변경 KJS ======================== */
.order-header {
    min-width : 200px;
}

.order-header .order-info .date {
    margin: 10px 0 5px 0;
}

.order-header .order-actions .order-price {
    margin-bottom: 10px;
}

.order-items .order-items-wrap {
    width: 100%;
}

.order-items .order-items-wrap .order-item {
    flex: 1;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
    gap: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom : 10px;
    margin-bottom: 10px;
}

.order-items .order-items-wrap .order-item:last-of-type {
    margin-bottom: 0px;
    padding-bottom : 0px;
    border-bottom: none;
}







/* 상단 컨트롤 ======================================== */
.c_board_ctrl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  box-sizing: border-box;
  gap: 15px;
  overflow: hidden;
}

.c_board_ctrl li {
  list-style: none;
}

.c_board_ctrl .area_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px
}

.c_board_ctrl .area_left {
  flex: 1;
}

.c_board_ctrl .area_right {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px
}

.c_board_ctrl .c_btn {
  border-radius: 5px;
}

.c_board_ctrl .input_design {
  border-radius: 5px;
  height: 40px;
}

.c_board_ctrl .input_design.type_date {
  width: 125px;
}

.c_board_ctrl .board_tit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  gap: 5px;
}

.c_board_ctrl .board_tit .name {
  white-space: nowrap
}

.c_board_ctrl .board_tit .total {
  font-size: 0.9em;
  white-space: nowrap;
  color: #999;
}

.c_board_ctrl .board_ctg {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.c_board_ctrl .board_ctg .swipe_box {
}

.c_board_ctrl .board_ctg .swipe_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  /* width:max-content; */
  gap: 5px
}

.c_board_ctrl .board_ctg .swipe_box li {
}

.c_board_ctrl .board_ctg .ctg {
  color: #888;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
}

.c_board_ctrl .board_ctg .hit .ctg {
  color: #000;
  font-weight: 600;
  color: #333;
  border-color: #333;
  background: #fff !important;
}

.c_board_ctrl .board_search {
  position: relative;
  overflow: hidden;
  width: 250px;
  flex: 1;
}

.c_board_ctrl .board_search .input_design {
  padding-right: 50px;
}

.c_board_ctrl .board_search .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.c_board_ctrl .board_search .btn_search {
  background: transparent url('../images/c_img/ic_search.svg') center center no-repeat;
  background-size: 16px auto !important;
}

.c_board_ctrl .board_search .btn_reset {
  position: absolute;
  right: 45px;
  top: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 30px;
  height: 100%;
  z-index: 10;
}

.c_board_ctrl .board_search .btn_reset {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c_board_ctrl .board_search .btn_reset:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: block;
}

.c_board_ctrl .board_search .btn_reset:before {
  background: #aaa url("../images/c_img/ic_close_sm_white.svg") center center no-repeat;
  background-size: 8px auto !important;
}

.c_board_ctrl .period_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.c_board_ctrl .period_box .btn {
  font-size: 12px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-right: 0;
}

.c_board_ctrl .period_box .btn {
  color: #333;
  font-weight: 500;
}

.c_board_ctrl .period_box .btn:first-of-type {
  border-radius: 5px 0 0 5px;
}

.c_board_ctrl .period_box .btn:last-of-type {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #e5e5e5;
}

.c_board_ctrl .period_box .btn.hit {
  border-color: #222;
  background: #222 !important;
  color: #fff;
}

.c_board_ctrl .period_box .btn.hit+ .btn {
  border-left: 0
}

.c_board_ctrl .due_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px
}

.c_board_ctrl .due_box .dash {
  color: #333;
  font-weight: 600;
}

/* 문의형 */
.c_board_list.type_qna {
}

.c_board_list.type_qna ul {
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
  gap: 15px
}

.c_board_list.type_qna .this_tit {
  padding-right: 0px;
}

.c_board_list.type_qna .this_info {
  position: relative;
  padding-right: 40px;
}

.c_board_list.type_qna .this_info:before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url('../images/c_img/arrow_down.svg') center center no-repeat;
  background-size: 10px;
}

.c_board_list.type_qna .this_info:before {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: alpha(opacity=30);
}

.c_board_list.type_qna .posting {
  align-items: flex-start;
  flex-direction: column;
}

.c_board_list.type_qna .posting .tit {
  flex: 1;
}

.c_board_list.type_qna .open_conts {
  display: none;
  width: 100%;
  position: relative;
  z-index: 10
}

.c_board_list.type_qna .if_open {
  background: #fff !important;
}

.c_board_list.type_qna .if_open .open_conts {
  display: block;
}

.c_board_list.type_qna .if_open .this_info:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}

/* FAQ형 */
.c_board_list.type_faq {
}

.c_board_list.type_faq ul {
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch
}

.c_board_list.type_faq li.this_tit {
  padding-right: 0;
}

.c_board_list.type_faq .posting .tit {
  flex: 1;
  position: relative;
  padding-right: 50px;
}

.c_board_list.type_faq .posting .tit:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url('../images/c_img/arrow_down.svg') center center no-repeat;
  background-size: 10px;
}

.c_board_list.type_faq .posting .tit:before {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: alpha(opacity=30);
}

.c_board_list.type_faq .open_conts {
  background: #f5f5f5;
  padding: 20px;
  display: none;
  border-radius: 5px;
}

.c_board_list.type_faq .open_conts .tit {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
}

.c_board_list.type_faq .if_open {
  background: #fff !important;
}

.c_board_list.type_faq .if_open .open_conts {
  display: block;
}

.c_board_list.type_faq .if_open .posting .tit:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}

.c_board_list.type_bank .posting {
  flex-wrap: wrap;
  gap: 5px 10px
}

/* 목록 뉴스형 ======================================== */
.c_board_news {
}

.c_board_news li {
  list-style: none;
}

.c_board_news ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  gap: 15px;
}

.c_board_news li.this_post {
  flex: 1;
  font-size: 13px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.c_board_news .photo {
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c_board_news .photo img {
  width: 100%;
}

.c_board_news .posting {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.c_board_news .posting .tit {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.c_board_news .posting .field {
  color: #999;
  margin-right: 5px;
  float: left;
}

.c_board_news .posting .tx {
  display: inline;
}

.c_board_news .state_icon {
  flex: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px
}

.c_board_news .state_icon img {
  height: 16px;
}

.c_board_news .state_icon .ic_reply {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3px
}

.c_board_news .state_icon .ic_reply em {
  color: #222;
  font-weight: 700;
}

.c_board_news .conts {
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.c_board_news .date {
  color: #aaa;
  margin-top: 5px;
}

/* 목록 이미지형 ======================================== */
.c_board_gallery {
  overflow: hidden;
  margin-top: 30px;
}

.c_board_gallery ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
}

.c_board_gallery li {
  list-style: none;
  width: 25%;
}

.c_board_gallery .post_box {
  position: relative;
  margin-left: 30px;
  margin-top: 30px;
}

.c_board_gallery .photo {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.c_board_gallery .photo img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.c_board_gallery .photo .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.c_board_gallery .photo .close {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c_board_gallery .posting {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px;
  margin-top: 10px;
}

.c_board_gallery .posting .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.c_board_gallery .posting .tit {
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  position: relative;
}

.c_board_gallery .posting .field {
  color: #999;
  margin-right: 2px;
}

.c_board_gallery .posting .tx {
  display: inline;
}

.c_board_gallery .conts {
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.c_board_gallery .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.c_board_gallery .info {
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  box-sizing: border-box;
  margin-top: 5px;
  color: #999;
}

.c_board_gallery .writer {
}

.c_board_gallery .date {
}

.c_board_gallery .tag_state {
  color: #0065e3;
}

.c_board_gallery .tag_state.type_end {
  color: #999;
}

.c_board_gallery.type_event {
}

.c_board_gallery.type_event li {
  width: 50%;
}

.c_board_gallery.type_event .info {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.c_board_gallery.type_event .posting .tit {
  font-size: 14px;
  overflow: hidden;
}

.c_board_gallery.type_event .if_close .photo img {
  filter: grayscale(1);
}

/* 게시물 보기 ======================================== */
.c_board_view {
  border-top: 2px solid #222;
}

.c_board_view .view_top {
  padding: 15px;
  text-align: center;
}

.c_board_view .view_top .tit {
  color: #000;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
}

.c_board_view .view_top .info {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 10px ;
  font-size: 12px;
  color: #aaa;
}

.c_board_view .view_conts {
  border-top: 1px solid #f2f2f2;
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  padding-bottom: 30px;
}

.c_board_view .view_conts img {
  max-width: 100%
}

.c_board_view .file_down {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.c_board_view .file_down .link {
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  color: #333;
  font-size: 13px;
  height: 35px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.c_board_view .file_down .link {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-radius: 100px;
}

.c_board_view .file_down .link {
  background: #f5f5f5 url('../images/c_img/ic_attach.svg') 15px center no-repeat;
  background-size: 14px;
  padding-left: 35px;
}

.c_board_view .file_down .link {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

.c_board_view .reply {
  margin-top: 15px;
  border: 2px solid #f2f2f2;
  padding: 30px;
}

.c_board_view .reply li {
  list-style: none;
}

.c_board_view .reply .form {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  gap: 10px
}

.c_board_view .reply .form .text_design {
  height: 100px;
  flex: 1;
  background: #fafafa;
}

.c_board_view .reply .form .btn_ok {
  background: #333;
  width: 120px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  box-sizing: border-box;
}

.c_board_view .reply .form .btn_ok {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

.c_board_view .reply .list {
  margin-top: 15px;
}

.c_board_view .reply .list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1;
  gap: 5px
}

.c_board_view .reply .list li+ li {
  border-top: 1px dashed #f2f2f2;
  margin-top: 10px;
  padding-top: 10px;
}

.c_board_view .reply .list .name {
  font-weight: 600;
  color: #333;
}

.c_board_view .reply .list .date {
  color: #aaa;
  font-size: 12px;
}

.c_board_view .reply .list .btn_delete {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 16px;
  height: 16px;
}

.c_board_view .reply .list .btn_delete {
  background: transparent url('../images/c_img/ic_delete.svg') center center no-repeat;
  background-size: 13px;
}

.c_board_view .reply .list .conts {
  width: 100%;
  line-height: 1.4;
  color: #888;
}

.c_board_view .nextprev {
  border-bottom: 1px solid #f2f2f2;
  margin-top: 30px;
}

.c_board_view .nextprev li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 15px 0;
  font-size: 13px;
  border-top: 1px solid #f2f2f2;
  gap: 15px;
  color: #aaa
}

.c_board_view .nextprev .tx {
}

.c_board_view .nextprev .tit {
  flex: 1;
}

.c_board_view .nextprev .link {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.c_board_view .nextprev .date {
  margin-left: auto;
  white-space: nowrap;
  font-size: 12px;
}

.c_board_view .answer {
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}

.c_board_view .answer .edge {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
  background: #eee;
}

.c_board_view .answer .edge:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 0 0;
  box-sizing: border-box;
  background: #fff;
}

.c_board_view .answer .answer_in {
  background: #eee;
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 0 20px 20px 20px;
  box-sizing: border-box;
}

.c_board_view .answer .writer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  font-size: 13px;
  gap: 10px
}

.c_board_view .answer .writer .name {
  color: #333;
  font-weight: 600;
}

.c_board_view .answer .writer .date {
  color: #999;
}

.c_board_view .answer .editor {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin-top: 10px;
}

.c_board_view .answer .editor img {
  max-width: 100%;
}

/* 목록 리뷰형 ======================================== */
.c_board_rv {
  overflow: hidden;
  margin-top: 15px;
}

.c_board_rv ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px
}

.c_board_rv li {
  list-style: none;
}

.c_board_rv .posting {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  height: 100%;
}

.c_board_rv .posting {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap
}

.c_board_rv .thumb {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.c_board_rv .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.c_board_rv .mypost {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.c_board_rv .mypost .mark {
  position: relative;
  width: 70px;
  height: 15px;
}

.c_board_rv .mypost .mark .star {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 14px !important;
}

.c_board_rv .mypost .mark .star {
  background: transparent url('../images/skin/item_star.svg') left center repeat-x;
}

.c_board_rv .mypost .mark .star.this_base {
  z-index: 1;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: alpha(opacity=20);
}

.c_board_rv .mypost .mark .star.this_value {
  z-index: 2;
  background-image: url('../images/c_img/item_star_red.svg');
}

.c_board_rv .mypost .writer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  font-weight: 500;
  font-size: 12px;
  margin-top: 15px;
  color: #999;
  flex-wrap: wrap
}

.c_board_rv .mypost .writer .name {
}

.c_board_rv .mypost .writer .date {
}

.c_board_rv .mypost .conts {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 10px;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
}

.c_board_rv .about_item {
  color: #888;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-left: 12px;
  font-weight: 400;
  width: 100%;
  border-top: 1px dashed #f2f2f2;
  padding-top: 10px;
}

.c_board_rv .about_item {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.4;
}

.c_board_rv .about_item:before {
  content: "";
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-top: 0;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.c_board_rv .answer {
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  margin-top: 15px;
}

.c_board_rv .answer .edge {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
  background: #eee;
}

.c_board_rv .answer .edge:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 0 0;
  box-sizing: border-box;
  background: #fff;
}

.c_board_rv .answer .answer_in {
  background: #eee;
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 0 20px 20px 20px;
  box-sizing: border-box;
}

.c_board_rv .answer .admin {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  gap: 5px
}

.c_board_rv .answer .admin .name {
  color: #333;
  font-weight: 600;
}

.c_board_rv .answer .admin .date {
  color: #aaa;
}

.c_board_rv .answer .editor {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin-top: 10px;
}

.c_board_rv .answer .editor img {
  max-width: 100%;
}

.c_board_rv .btn_del {
  width: 25px;
  height: 20px;
  background: transparent url('../images/c_img/ic_delete.svg') center center no-repeat;
  background-size: 12px;
  position: relative;
  z-index: 10;
}

.c_board_rv .btn_report {
  position: relative;
  z-index: 10;
  text-decoration: underline;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c_board_rv li.if_open .c_layer {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  top: 0;
}

.c_board_rv li.if_open .c_layer .bg_close {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  top: 0
}

/* 공통상품 -------------------------------------------------------------------------------------------------------------------------------- */
/* 브랜드 ======================================== */
.c_brand {
}

.c_brand li {
  list-style: none;
}

.c_brand .word_list {
}

.c_brand .word_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  box-sizing: border-box;
}

.c_brand .word_list ul+ ul {
  margin-top: 5px;
}

.c_brand .word_list .btn {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 35px;
  width: 35px;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
  white-space: nowrap
}

.c_brand .word_list .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c_brand .word_list .btn.hit {
  background: #000 !important;
  color: #fff !important;
  border-color: #000;
}

.c_brand .word_list .btn.none {
  color: #ccc;
  pointer-events: none
}

.c_brand .brand_list {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.c_brand .brand_list .swipe_box {
  display: inline-block;
  max-width: 100%
}

.c_brand .brand_list .swipe_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  flex-wrap: nowrap;
  width: max-content;
}

.c_brand .brand_list .swipe_box li {
}

.c_brand .brand_list .btn {
  color: #888;
  font-weight: 500;
  font-size: 13px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c_brand .brand_list .btn {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  line-height: 1.3;
  border-radius: 100px;
}

.c_brand .brand_list .btn strong {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.c_brand .brand_list .hit .btn {
  border-color: #222;
  color: #000;
  font-weight: 700;
}

/* 통합검색 ======================================== */
.c_comb {
}

.c_comb li {
  list-style: none;
}

.c_comb .search_form {
}

.c_comb .search_form .inner {
  background: #f5f5f5;
  padding: 50px;
}

.c_comb .search_form .form_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.c_comb .search_form .search_input {
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  height: 60px;
  padding: 0 15px;
  font-size: 15px;
  width: 100%;
  max-width: 500px;
  color: #000;
  border-right: 0;
}

.c_comb .search_form .btn_search {
  text-align: center;
  height: 60px;
  background: #000;
  box-sizing: border-box;
  cursor: pointer;
  width: 90px;
  white-space: nowrap
}

.c_comb .search_form .btn_search {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.c_comb .result_word {
  color: #000;
  font-weight: 600;
  font-size: 19px;
  margin-top: 20px;
  text-align: center;
  word-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
}

.c_comb .result_word strong {
  color: #e10000;
}

.c_comb .filter_box {
  width: 200px;
  margin-right: 30px;
  position: sticky;
  top: 10px;
  background: #fff;
}

.c_comb .filter_box .filter_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.c_comb .filter_box .filter_tit .tit {
  display: none;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

.c_comb .filter_box .btn_close {
  width: 30px;
  height: 30px;
  background: transparent url('../images/c_img/ic_close_white.svg') right center no-repeat;
  background-size: 12px auto !important;
  display: none;
}

.c_comb .filter_box .scroll {
  flex: 1
}

.c_comb .filter_box dl {
  margin-top: 15px;
}

.c_comb .filter_box dl+ dl {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.c_comb .filter_box dt {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.c_comb .filter_box dd {
}

.c_comb .filter_box label.c_label {
  width: 100%;
}

.c_comb .filter_box .list {
}

.c_comb .filter_box .list li+ li .c_select {
  margin-top: 10px;
}

.c_comb .filter_box .list ul {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  gap: 5px
}

.c_comb .filter_box .list.type_hash ul {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 15px
}

.c_comb .filter_box .list.type_hash label.c_label .icon {
  display: none;
}

.c_comb .filter_box .list.type_hash label.c_label input:checked+ .tx {
  text-decoration: underline;
}

.c_comb .filter_box .reset {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex: 1
}

.c_comb .filter_box .reset .btn_reset {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e10000;
  border-radius: 5px;
  padding: 0 10px;
}

.c_comb .filter_box .reset .btn_reset {
  background: #fff;
  flex: 1
}

.c_comb .filter_box .reset .btn_reset .tx {
  color: #e10000;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  padding-right: 18px;
}

.c_comb .filter_box .reset .btn_reset .tx {
  background: transparent url('../images/c_img/ic_search_reset.svg') right center no-repeat;
  background-size: 12px;
}

.c_comb .bg_filter_close {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 399
}

.c_comb .bg_filter_close {
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
}

.c_comb .other_recommend {
}

.c_comb .other_recommend .tit {
  font-weight: 700;
  font-size: 21px;
  color: #000;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.c_comb .result_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 30px;
}

.c_comb .result_item .area_item {
  flex: 1;
  position: sticky;
  top: 10px;
}

.c_comb .result_item .area_item .layout_fix {
  padding: 0 !important;
}

.c_comb .p_List_ctrl {
  margin-top: 0px !important;
}

.c_comb .p_List_ctrl .right_box {
  padding-left: 0;
}

.c_comb .p_List_ctrl .filter_benefit {
  display: none;
}

.c_comb .p_List_ctrl .type_box {
  display: none;
}

.c_comb .area_item {
  margin-top: 15px;
}

/* 기획전 ======================================== */
.c_promo_list {
  overflow: hidden;
}

.c_promo_list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -50px;
  margin-left: -30px;
}

.c_promo_list li {
  list-style: none;
  box-sizing: border-box;
  width: 50%;
}

.c_promo_list .promo_box {
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-top: 50px;
}

.c_promo_list .promo_box .thumb {
  background: #fafafa url('../images/c_img/none_ic.svg') center center no-repeat;
  background-size: 40px;
  position: relative;
  overflow: hidden;
}

.c_promo_list .promo_box .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c_promo_list .promo_box .thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.c_promo_list .promo_box .promo_bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  opacity: .05;
  -ms-filter: alpha(opacity=5);
  filter: alpha(opacity=5);
  z-index: 2;
}

.c_promo_list .promo_box .end_tx {
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  z-index: 2
}

.c_promo_list .promo_box .end_tx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.c_promo_list .promo_box .tit_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 10px;
  gap: 15px
}

.c_promo_list .promo_box .tit_info .tit {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.c_promo_list .promo_box .tit_info .date {
  color: #999;
  font-size: 13px;
}

.c_promo_list .promo_box .total {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #222;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.c_promo_list .promo_box .total {
  padding: 0 15px;
  margin: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  z-index: 3;
  font-size: 13px;
}

.c_promo_list .if_end_promo {
  pointer-events: none;
}

.c_promo_list .if_end_promo .promo_box .end_tx {
  display: flex;
}

.c_promo_list .if_end_promo .promo_box .total {
  background: #999;
}

.c_promo_list .if_end_promo .promo_box .total {
  display: none;
}

.c_promo_list .if_ready_promo .promo_box .end_tx {
  display: flex;
}

.c_promo_list .if_ready_promo {
  pointer-events: none;
}

.c_promo_list .if_ready_promo .promo_box .total {
  display: none;
}

.c_promo_view {
  overflow: hidden;
  margin-bottom: 30px;
}

.c_promo_view .tit_box {
  color: #000;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  border: 2px solid #333;
  padding: 30px 100px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.c_promo_view .tit_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  position: relative;
}

.c_promo_view .tit_box .btn_back {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
  background: transparent url('../images/c_img/c_arrow_back.svg') center center no-repeat;
}

.c_promo_view .tit_box .btn_back {
  background-size: 20px !important;
  margin-top: -25px;
}

/* 레이어 -------------------------------------------------------------------------------------------------------------------------------- */
/* 기본 레이어 ======================================== */
.c_layer {
  position: fixed;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
}

.c_layer.height_normal .wrapping {
  height: auto !important;
}

.c_layer li {
  list-style: none;
}

.c_layer .bg_close {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.c_layer .bg_close {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
}

.c_layer .wrapping {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 750px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
}

.c_layer .wrapping {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.c_layer .tit_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  flex: none;
  padding-bottom: 15px;
}

.c_layer .tit_box .tit {
  color: #000;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.c_layer .tit_box .btn_close {
  width: 30px;
  height: 30px;
  font-size: 0;
}

.c_layer .tit_box .btn_close {
  background: transparent url('../images/c_img/ic_close.svg') right center no-repeat;
  background-size: 13px auto !important;
}

.c_layer .conts_box {
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  min-height: 250px;
  flex: 1;
}

.c_layer .c_form.type_single {
  flex: 1
}

.c_layer .c_form.type_single {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column
}

.c_layer .c_form.type_single .form_ul {
  flex: 1;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
}

.c_layer .c_form.type_single .this_full {
  flex: 1;
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.c_layer .c_form.type_single .this_full .text_design {
  flex: 1
}

.c_layer .c_btnbox {
  margin-top: auto;
  padding-top: 30px;
}

.c_layer .c_btnbox ul {
  width: 250px
}

.c_layer.type_password .wrapping {
  max-width: 400px
}

.c_layer.if_open_layer {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  top: 0;
}

.c_layer.if_open_layer .bg_close {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  top: 0;
}

/* 티켓지도 */
.c_layer.type_ticket_map .wrapping {
  max-width: 750px
}

.c_layer .place_info {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  flex: 1
}

.c_layer .place_info .map_box {
  min-height: 350px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
  flex: 1
}

.c_layer .place_info .info_box {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px
}

.c_layer .place_info .info_box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 13px;
}

.c_layer .place_info .info_box dt {
  color: #999;
  width: 50px;
}

.c_layer .place_info .info_box dd {
  color: #333;
  font-weight: 500;
  flex: 1
}

/* 티켓QR코드 */
.c_layer.type_ticket_qr .wrapping {
  max-width: 400px;
  background: #e5e5e5;
  padding: 40px;
  padding-bottom: 30px;
}

.c_layer.type_ticket_qr .conts_box {
  padding-top: 0px;
}

.c_layer.type_ticket_qr .tit_box {
  border-bottom: 0;
}

.c_layer .qr_box {
}

.c_layer .qr_box .qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}

.c_layer .qr_box .code_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  margin: 60px 0;
  width: 200px;
  height: 200px;
}

.c_layer .qr_box .code_img {
  background: transparent url('../images/c_img/qr_load.gif') center center no-repeat;
  background-size: 80px !important;
}

.c_layer .qr_box .code_img img {
  height: 100%;
}

.c_layer .qr_box .code_num {
  padding: 20px 0;
  border-top: 2px dashed #e5e5e5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.c_layer .qr_box .code_num .number {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.c_layer .qr_box .code_num .state {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c_layer .qr_box .code_num .state .possible {
  color: #0065e3;
}

.c_layer .qr_box .code_num .state .complete {
  color: #e10000;
}

.c_layer .qr_box .code_num .state em {
  margin: 0 5px;
  color: #ccc;
}

.c_layer .qr_box .code_num:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #e5e5e5;
  border-radius: 100px;
  position: absolute;
  left: -10px;
  top: -10px;
}

.c_layer .qr_box .code_num:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #e5e5e5;
  border-radius: 100px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.c_layer .qr_box .all_complete {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 10;
  width: 70px;
  height: 70px;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.c_layer .qr_box .all_complete {
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c_layer .qr_box .all_complete {
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.c_layer .qr_box .all_complete {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  transform: rotate(-25deg);
}

.c_layer .qr_box .tip {
  box-sizing: border-box;
  color: #888;
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

.c_layer .qr_box.if_all_use .all_complete {
  display: flex
}

.c_layer .qr_box.if_all_use .code_img img {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: alpha(opacity=10);
}

/* 테이블정보(레벨) */
.c_layer .table_list {
  display: table;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.c_layer .table_list ul {
  display: table-row;
}

.c_layer .table_list li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #e5e5e5;
  line-height: 1.4;
  color: #333;
  text-align: center;
  font-size: 12px;
}

.c_layer .table_list .thead {
  background: #f5f5f5 !important;
}

.c_layer .table_list .thead li {
  font-weight: 500;
  color: #666 !important;
}

.c_layer .table_list .hit li {
  color: #e10000 !important
}

.c_layer .table_list .tit {
  background: #f5f5f5;
  font-weight: 600;
}

/* 리뷰 */
.c_layer .review_conts {
}

.c_layer .review_conts .photo {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.c_layer .review_conts .photo img {
  max-width: 100%;
  max-height: 600px
}

.c_layer .review_conts .rv_cont {
  line-height: 1.4;
}

/* 리뷰전체(게시판) */
.c_layer.type_allreview .wrapping {
  max-width: 700px;
}

/* 리뷰 신고하기 */
.c_layer .report {
}

.c_layer .report .top_tit {
  font-size: 17px;
  color: #000;
  line-height: 1.4;
}

.c_layer .report .top_tit strong {
  font-weight: 500;
}

.c_layer .report ul {
  margin-top: 20px;
}

.c_layer .report li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.c_layer .report li+ li {
  margin-top: 5px;
}

.c_layer .report .label_d {
}

.c_layer .report .label_d input {
  display: none;
}

.c_layer .report .label_d .tx {
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #888;
}

.c_layer .report .label_d .tx {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 15px;
  box-sizing: border-box;
  background: #f0f0f0;
}

.c_layer .report .label_d input:checked+ .tx {
  border: 2px solid #000;
  background: #fff;
  color: #000;
  padding-left: 14px;
}

.c_layer .report textarea.text_design {
  border-radius: 5px;
}

/* input ======================================== */
input.input_design {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 13px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #333;
}

input.input_design {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

input.input_design:focus {
  color: #333;
  border-color: #008aff !important;
  background-color: #fff !important;
}

input.input_design.type_date {
  background: transparent url('../images/c_img/ic_date.svg') right 15px center no-repeat;
  background-size: 14px;
  font-weight: 500;
}

input.input_design:disabled {
  background: #f9f9f9;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  border-color: #f2f2f2;
  pointer-events: none
}

/* textarea ======================================== */
textarea.text_design {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 13px;
  padding: 12px 15px;
  line-height: 1.4;
  box-sizing: border-box;
  color: #333;
}

textarea.text_design {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

textarea.text_design:focus {
  color: #333;
  border-color: #008aff !important;
  background: #fff !important;
}

/* label ======================================== */
label.c_label {
  cursor: pointer;
  display: inline-flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
}

label.c_label input {
  display: none;
}

label.c_label .tx {
  font-size: 14px;
  color: #888;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  line-height: 1;
  height: 30px;
}

label.c_label .tx em {
  color: #333;
}

label.c_label .tx strong {
  color: #e10000;
}

label.c_label .tx em, label.c_label .tx strong {
  white-space: nowrap;
  font-weight: 500;
}

label.c_label .icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background-color: #ddd !important;
  flex: none
}

label.c_label input:checked+ .tx {
  color: #333;
}

label.c_label input:checked+ .tx .icon {
  background-color: #000 !important;
  border-color: #000 !important;
}

label.c_label input[type=checkbox]+ .tx .icon {
  border-radius: 3px;
  background-size: 8px !important;
  background: url('../images/c_img/c_check.svg') center center no-repeat;
}

label.c_label input[type=radio]+ .tx .icon {
  border-radius: 100px;
  position: relative;
}

label.c_label input[type=radio]+ .tx .icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
}

label.c_label input[type=radio]+ .tx .icon:before {
  background: #fff;
  border-radius: 100px;
  z-index: 1;
  transform: translate(-50%,-50%);
}

label.c_label input[type=radio]:checked+ .tx .icon:before {
  background: #fff;
}

.c_labelbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

/* 셀렉트박스 ======================================== */
.c_select {
  position: relative;
}

.c_select select {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.c_select select {
  padding: 0 40px 0 15px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  -webkit-border-radius: 0 !important;
  background: #fafafa !important;
}

.c_select .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  z-index: 2;
  pointer-events: none
}

.c_select .icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.c_select .icon {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transform: rotate(0);
  transform-origin: center;
}

.c_select select:focus {
  border-color: #008aff;
  color: #333;
  background: #fff !important;
}

.c_select select:focus+ .icon {
  transform: rotate(180deg);
  border-top-color: #008aff;
}

/* 스크롤바 ======================================== */
.c_scroll_v::-webkit-scrollbar {
  width: 6px;
}

.c_scroll_v::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 100px;
}

.c_scroll_v::-webkit-scrollbar-track {
  background-color: transparent;
}








.c_btn {
  height: 30px;
  background: #fff;
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 0 10px;
  white-space: nowrap;
  text-align: center !important;
  color: #999;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
}

.c_btn {
  font-size: 12px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}

.c_btn.line {
  background: #fff !important;
}

.c_btn strong {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

/* 글씨앞에 아이콘사용시 */
.c_btn.h25 {
  height: 25px;
  font-size: 11px !important;
}

.c_btn.h30 {
  height: 30px;
}

.c_btn.h35 {
  height: 35px;
  font-size: 13px !important;
  padding: 0 15px;
}

.c_btn.h40 {
  height: 40px;
  font-size: 13px !important;
  padding: 0 15px;
}

.c_btn.h45 {
  height: 45px;
  font-size: 13px !important;
  padding: 0 15px;
  font-weight: 600;
}

.c_btn.h50 {
  height: 50px;
  font-size: 15px !important;
  padding: 0 20px;
  font-weight: 700;
}

.c_btn.h55 {
  height: 55px;
  font-size: 15px !important;
  padding: 0 20px;
  font-weight: 700;
}

.c_btn.h60 {
  height: 60px;
  font-size: 16px !important;
  padding: 0 25px;
  font-weight: 700;
}

.c_btn.black {
  background: #000;
  border-color: #000;
  color: #fff;
}

.c_btn.light {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}

.c_btn.color {
  background: #e10000;
  border-color: #e10000;
  color: #fff;
}

.c_btn.black.line {
  color: #000;
  background: #fff !important;
}

.c_btn.light.line {
  color: #aaa;
  background: #fff !important;
}

.c_btn.color.line {
  color: #e10000;
  background: #fff !important;
}

.c_btn.type_only_tx {
  border: 0;
  height: auto !important;
  padding: 5px 0;
  text-decoration: underline;
}

.c_btn.type_write strong {
  background: transparent url('../images/c_img/ic_write.svg') left center no-repeat;
  background-size: 15px;
  padding-left: 18px;
}

.c_btn.type_regist strong {
  background: transparent url('../images/c_img/ic_attach.svg') left center no-repeat;
  background-size: 15px;
  padding-left: 18px;
}


/* 페이지네이트 ======================================== */
.c_pagi {
  position: relative;
  margin-top: 30px;
}

.c_pagi .inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c_pagi .nextprev {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.c_pagi .nextprev .btn {
  font-size: 0px;
  box-sizing: border-box;
}

.c_pagi .nextprev .btn span {
  font-size: 0;
}

.c_pagi .nextprev .btn .icon {
  width: 30px;
  height: 30px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.c_pagi .nextprev .btn .icon {
  background-size: auto 20px !important;
}

.c_pagi .nextprev .btn .ok {
  display: none;
}

.c_pagi .nextprev .btn .no {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: alpha(opacity=20);
  pointer-events: none !important;
}

.c_pagi .nextprev .click .ok {
  display: block;
  border-radius: 100px;
}

.c_pagi .nextprev .click .no {
  display: none;
}

.c_pagi .nextprev .ic_prev {
  margin-right: 5px;
}

.c_pagi .nextprev .ic_prev .icon {
  background-image: url('../images/c_img/c_arrow_prev.svg');
}

.c_pagi .nextprev .ic_next {
  margin-left: 5px;
}

.c_pagi .nextprev .ic_next .icon {
  background-image: url('../images/c_img/c_arrow_next.svg');
}

.c_pagi .nextprev .btn_num {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.c_pagi .nextprev .btn_num .more {
  width: 30px;
  height: 30px;
  background: transparent url('../images/c_img/c_pagi_more.svg') center center no-repeat;
  background-size: 9px auto !important;
}

.c_pagi .number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px
}

.c_pagi .number .hit {
  color: #fff !important;
  background: #222 !important;
  border-color: #222 !important;
}

.c_pagi .num {
  font-size: 13px;
  color: #222;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  font-weight: 600;
}

.c_pagi .num {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 5px;
}

.c_pagi .btn_area {
  position: absolute;
  right: 0;
}

/* 페이지 타이틀 ======================================== */
.c_page_tit {
}

.c_page_tit .layout_fix {
  padding: 0px !important;
}

.c_page_tit .tit_box {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
  gap: 30px
}

.c_page_tit .tit {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}

.c_page_tit a.tit {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: alpha(opacity=20);
}

.c_page_tit a.tit.hit {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}

.c_page_tit .btn_back {
  background: transparent url('../images/c_img/c_arrow_back.svg') center center no-repeat;
  background-size: 20px;
  display: none;
}

.c_page_tit .btn_back {
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


/* 페이지 단계 ======================================== */
.c_process {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c_process ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 400px;
}

.c_process li {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.c_process li:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 1
}

.c_process li:after {
  content: "";
  width: 50%;
  height: 2px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 1
}

.c_process li:first-of-type:before {
  display: none;
}

.c_process li:last-of-type:after {
  display: none;
}

.c_process .tit {
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
  margin-top: 5px;
  white-space: nowrap
}

.c_process .num {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 2px solid #eee;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 11px;
  color: #aaa;
  position: relative;
  background: #fff;
}

.c_process .num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0px;
  z-index: 2
}

.c_process .hit .tit {
  color: #222;
}

.c_process .hit .num {
  background: #222;
  border-color: #222;
  color: #fff;
}

.c_process .hit:after {
  background: #222;
}

.c_process .hit+ li:before {
  background: #222;
}


/* 에디터 Override */
.editor { background: transparent; margin: 0; }
.editor {font-family:inherit; color: #000; font-size: inherit; line-height: inherit; }
.editor span, .editor b, .editor p, .editor em, .editor strong, .editor div { color: inherit; font-size: inherit; line-height: inherit; }
.editor p { margin: 0; padding: 0; min-height:10px; }
/*.editor ul, .editor ul li { list-style-type: disc; list-style-position: inside;  padding-left:1em; margin-left:0;}*/
/*.editor ol, .editor ol li { list-style-type: decimal; list-style-position: inside;  padding-left:1em; margin-left:0;}*/
.editor ul{ list-style-type: disc; list-style-position: inside; margin-left:0;}
.editor ol { list-style-type: decimal; list-style-position: outside;  padding-left:1em; margin:0 1em;}
.editor ol li {display:list-item}
.editor span { display: inline; font-size: inherit; font-style: inherit; font-weight: inherit; }
.editor em {font-style:italic;}
.editor b {font-weight:600;font-size:inherit;font-style:inherit;}
.editor strong {font-weight:600;font-size:inherit;font-style:inherit;}
.editor img { max-width: 100% !important;}
.editor table { margin: inherit; padding: inherit; border:inherit; border-collapse:collapse; border-spacing:inherit; background-image:inherit; border-color: inherit; width: 100%; }
.editor div, .editor img { max-width: 100%!important; overflow:hidden; }
.editor li {list-style:unset}

.editor_content { background: transparent; min-height: 350px; padding: 10px; margin: 0; }
.editor_content { color:#666; word-wrap:break-word; word-break:break-all; }
.editor_content {font-family:inherit; color: inherit; font-size: inherit; line-height: inherit; }
.editor_content span, .editor_content b, .editor_content p, .editor_content em, .editor_content strong, .editor_content div { color: inherit; font-size: inherit; line-height: inherit; }
.editor_content p { margin: 0; padding: 0; font-family:inherit,sans-serif; font-weight:400; }
/*.editor_content ul, .editor_content ul li { list-style-type: disc; list-style-position: inside;  padding-left:1em; margin-left:0;}*/
/*.editor_content ol, .editor_content ol li { list-style-type: decimal; list-style-position: inside;  padding-left:1em; margin-left:0;}*/
.editor_content ul { list-style-type: disc; list-style-position: inside;  padding-left:1em; margin-left:0;}
.editor_content ol { list-style-type: decimal; list-style-position: outside;  padding-left:1em; margin-left:0;}
.editor_content span { display: inline; font-size: inherit; font-style: inherit; font-weight: inherit; }
.editor_content em {font-style:italic;}
.editor_content b {font-weight:600;font-size:inherit;font-style:inherit;}
.editor_content strong {font-weight:600;font-size:inherit;font-style:inherit;}
.editor_content img { max-width: 100% !important;}
.editor_content table { margin: inherit; padding: inherit; border:inherit; border-collapse:collapse; border-spacing:inherit; background-image:inherit; border-color: inherit; width: 100%; }
.editor_content div, .editor_content img { width: 100%!important; float:left; overflow:hidden; }


/* 에디터 동영상 자동사이징 */
.iframe_wrap {position:relative; width:100%; padding-bottom:1%;}
.iframe_wrap iframe {position:absolute; left:0; top:0; width:100% !important; height:100% !important;}
.iframe_wrap .iframe_wrap {position:absolute; left:0; top:0; width:100% !important; height:100% !important; box-sizing:border-box; padding-bottom:0px;}

/* 버튼박스 ======================================== */
.c_btnbox {overflow:hidden; margin-top:30px; display:flex; justify-content: center; align-items: center; flex-direction:column; gap:10px}
.c_btnbox ul {display:flex; flex-direction: row; justify-content: center; align-items: center; gap:10px}
.c_btnbox li {list-style: none; flex:1; box-sizing: border-box;}
.c_btnbox .c_btn {display:flex;}
.c_btnbox .type_full {align-items:stretch}
.c_btnbox .type_full .c_btn {padding:0px !important;}
.c_btnbox .arrange_right {display:flex; justify-content: flex-end; align-items: center; flex-direction:row;}
.c_btnbox .type_max ul {width:100%; max-width:500px; margin:0 auto;}

/* 텍스트 아이콘 ======================================== */
.c_tag {
    height: 25px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    border-radius: 100px;
}

.c_tag {
    font-size: 12px !important;
    line-height: 1;
    cursor: default;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.c_tag.black {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.c_tag.light {
    background: #ccc !important;
    border-color: #ccc !important;
    color: #fff !important;
}

.c_tag.gray {
    background: #f5f5f5 !important;
    border-color: #ccc !important;
    color: #888 !important;
}

.c_tag.red {
    background: #e10000 !important;
    border-color: #e10000 !important;
    color: #fff !important;
}

.c_tag.blue {
    background: #0065e3 !important;
    border-color: #0065e3 !important;
    color: #fff !important;
}

.c_tag.green {
    background: #00b108 !important;
    border-color: #00b108 !important;
    color: #fff !important;
}

.c_tag.black.line {
    color: #000 !important;
    background: #fff !important;
}

.c_tag.light.line {
    color: #aaa !important;
    background: #fff !important;
}

.c_tag.red.line {
    color: #e10000 !important;
    background: #fff !important;
}

.c_tag.blue.line {
    color: #0065e3 !important;
    background: #fff !important;
}

.c_tag.green.line {
    color: #00b108 !important;
    background: #fff !important;
}


/* 폼 -------------------------------------------------------------------------------------------------------------------------------- */
/* 폼크기 ======================================== */
.c_formpage .layout_fix {
    max-width: 700px;
}

/* 폼요소 ======================================== */
.c_form {
    box-sizing: border-box;
}

.c_form li {
    list-style: none;
}

.c_form .form_dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}

.c_form .form_dt {
    width: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    box-sizing: border-box;
}

.c_form .form_dd {
    flex: 1;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    gap: 5px
}

.c_form .form_dt .tit {
    font-size: 13px;
    color: #222;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.c_form .form_dt.ess .tit:after {
    content: "*";
    content: "";
    position: absolute;
    right: -7px;
    top: 1px;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #e10000;
}

.c_form .form_ul {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.c_form .form_li {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    gap: 5px
}

.c_form .form_li+ .form_li {
    margin-top: 10px;
}

.c_form .form_ul+ .form_ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.c_form .form_tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex: 1;
}

.c_form .form_tit .btn_open {
    width: 30px;
    height: 30px;
    margin-left: auto;
    background: transparent url('../images/c_img/arrow_down.svg') center center no-repeat;
    background-size: 12px 7px !important;
}

.c_form .form_tit .btn_open {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.c_form .form_tit .c_label {
    flex: 1;
    margin-right: 10px;
}

.c_form .tx_price {
    color: #000;
    font-weight: 700;
}

.c_form .tx_ordernum {
    color: #e10000;
    font-weight: 700;
}

.c_form .tx_item {
    color: #0065e3;
    font-weight: 600;
}

.c_form .tx_option {
    color: #888;
}

.c_form .tx_bank {
    color: #333;
    font-weight: 500;
}

.c_form .tip_txt {
    font-size: 12px;
    color: #999;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.c_form .tip_txt strong {
    color: #0065e3;
    font-weight: 600;
}

.c_form .tip_txt em {
    color: #000;
    font-weight: 600;
}

.c_form .tip_txt a {
    text-decoration: underline;
    color: #FF5D4A;
    font-weight: 500;
}

.c_form .score_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.c_form .score_box.if_score1 .star.this_value {
    width: 20%;
}

.c_form .score_box.if_score2 .star.this_value {
    width: 40%;
}

.c_form .score_box.if_score3 .star.this_value {
    width: 60%;
}

.c_form .score_box.if_score4 .star.this_value {
    width: 80%;
}

.c_form .score_box.if_score5 .star.this_value {
    width: 100%;
}

.c_form .score_box .star_box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c_form .score_box .star_box ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.c_form .score_box .star_box li {
    flex: 1;
}

.c_form .score_box .star_box .click {
    display: block;
    height: 35px;
}

.c_form .score_box .mark {
    width: 175px;
    height: 35px;
    position: relative;
}

.c_form .score_box .mark .star {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 35px !important;
}

.c_form .score_box .mark .star {
    background: transparent url('../images/c_img/item_star.svg') left center repeat-x;
}

.c_form .score_box .mark .star.this_base {
    z-index: 1;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20);
}

.c_form .score_box .mark .star.this_value {
    z-index: 2;
    background-image: url('../images/c_img/item_star_red.svg');
}

.c_form .upload_box {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.c_form .upload_box .label_photo {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
    padding: 0 15px;
    height: 45px;
    box-sizing: border-box;
    border-radius: 5px;
}

.c_form .upload_box .upper_txt {
    font-size: 13px;
    color: #333;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.c_form .upload_box .upper_txt {
    background: transparent url('../images/c_img/ic_photo.svg') right center no-repeat;
    background-size: 22px auto !important;
}

.c_form .upload_box .input_photo {
    display: none;
}

.c_form .upload_box .preview {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c_form .upload_box .preview img {
    max-width: 100%;
    max-height: 500px
}

.c_form .open_box {
    background: #f5f5f5;
    padding: 15px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    display: none;
    margin-top: 10px;
}

.c_form .open_box .text_design {
    font-size: 12px;
    color: #888;
}

.c_form .open_box .tip_txt {
    margin-top: 5px;
}

.c_form .if_open_box .open_box {
    display: flex;
}

.c_form .if_open_box .form_tit .btn_open {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    transform: rotate(180deg);
}

.c_form .user_info_box {
    padding: 15px;
    box-sizing: border-box;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.c_form .user_info_box dl {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.c_form .user_info_box dl+ dl {
    margin-top: 10px;
    border-top: 1px dashed #f2f2f2;
    padding-top: 10px;
}

.c_form .user_info_box dt, .c_form .user_info_box dd {
    font-size: 12px;
    line-height: 1.3;
}

.c_form .user_info_box dt {
    color: #333;
    font-weight: 500;
    width: 50px;
    font-weight: 600;
}

.c_form .user_info_box dd {
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
    color: #888;
    flex: 1
}

.c_form .with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

.c_form .with_btn .input_design {
    flex: 1
}

.c_form .with_btn *+ .c_select {
    width: 120px;
}

.c_form .with_btn .c_select:first-child {
    flex: 1
}

.c_form .with_btn .c_btn {
    padding: 0 15px !important;
}

.c_form .with_btn .unit {
    font-size: 1.1em;
    font-weight: 600;
}

.c_form .with_btn.type_fixed .input_design {
    flex: none;
    width: 100px;
}

.c_form .with_btn .c_label:last-of-type {
    margin-left: 10px;
}

.c_form .other {
}

.c_form .input_file_box {
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    height: 45px;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 5px;
    box-sizing: border-box;
}

.c_form .input_file_box .fakeFileTxt {
    float: left;
    width: 100%;
    color: #333;
    font-size: 13px;
    text-indent: 15px;
    border: 0;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

.c_form .input_file_box .fakeFileTxt {
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_form .input_file_box .fileDiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.c_form .input_file_box .buttonImg {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 0px;
    border: 0;
}

.c_form .input_file_box .buttonImg {
    background: transparent url('../images/c_img/ic_attach.svg') right center no-repeat;
    background-size: 18px !important;
}

.c_form .input_file_box .realFile {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    font-size: 13px;
    height: 100%;
    cursor: pointer !important;
    box-sizing: border-box;
}

.c_form .input_file_box .realFile {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.c_form .input_file_box.type_photo .buttonImg {
    background: transparent url('../images/c_img/ic_photo.svg') right center no-repeat;
}

.c_form .upload_list {
}

.c_form .upload_list .upload-file {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.c_form .photo_preview {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.c_form .photo_preview img {
    max-width: 100%;
    max-height: 500px;
    margin-top: 5px;
}

.c_form .attach_box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 5px
}

.c_form .attach_box .duplicate {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    gap: 5px
}

.c_form .attach_box .add_btn_box {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.c_form .attach_box .file_btn {
    width: 60px;
    box-sizing: border-box;
    font-size: 12px;
    color: #999;
    line-height: 1;
    font-weight: 600;
    flex: 1;
    border-radius: 5px;
}

.c_form .attach_box .file_btn {
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    ;}

.c_form .attach_box .file_btn.exec-addfile {
    border-color: #333;
    color: #333;
}

.c_form .bank_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px
}

.c_form .bank_box .c_select {
    flex: 1
}

.c_form .bank_box .input_design {
    width: 120px;
    margin: 0px !important;
}

.c_form .bank_box .input_design:last-of-type {
    width: 100%;
}

.c_form .mine {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 5px;
}

.c_form .mine .txt {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    border-radius: 100px;
    padding: 0 10px;
    height: 30px;
    background: #f5f5f5;
}

.c_form .mine .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px
}

.c_form .mine .txt em {
    color: #e10000;
}

.c_form .mine .txt .num {
    color: #0065e3;
}

.c_form .sum_price {
    background: #f9f9f9;
    padding: 15px;
}

.c_form .sum_price dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.c_form .sum_price dl+ dl {
    margin-top: 5px;
}

.c_form .sum_price dt, .c_form .sum_price dd {
    color: #333;
    font-weight: 600;
}

.c_form .sum_price .this_last {
    border-top: 2px dashed #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
}

.c_form .sum_price .this_last * {
    color: #e10000;
}

.c_form .sum_price .this_discount * {
    color: #0065e3;
}

.c_form .payway_box {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr)
}

.c_form .payway_box .c_label .tx {
    height: 50px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.c_form .payway_box .c_label .icon {
    display: none;
}

.c_form .payway_box .c_label input:checked+ .tx {
    border-color: #e10000;
    color: #e10000;
}

.c_form .payway_box.type_easypay .c_label .tx {
    font-size: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto 24px !important;
}

.c_form .payway_box.type_easypay .c_label.type_easypay_kakaopay .tx {
    background-image: url('../images/c_img/pay_kakao.svg');
}

.c_form .payway_box.type_easypay .c_label.type_easypay_kakaopay input:checked+ .tx {
    background-color: #FFEB00;
    border-color: #FFEB00;
}

.c_form .payway_box.type_easypay .c_label.type_easypay_naverpay .tx {
    background-image: url('../images/c_img/pay_naver.svg');
    background-size: auto 20px !important;
}

.c_form .payway_box.type_easypay .c_label.type_easypay_naverpay input:checked+ .tx {
    background-color: #00C73C;
    border-color: #00C73C;
    background-image: url('../images/c_img/pay_naver_white.svg');
}

.c_form .c_btnbox.type_full ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.c_form .receipt_print {
}

.c_form .multi_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.c_form .multi_box input.input_design {
    flex: 1;
}


/* 주문 -------------------------------------------------------------------------------------------------------------------------------- */
/* 주문 ======================================== */
.c_order li {
    list-style: none;
}

.c_order .cart_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.c_order .cart_wrap .area_item {
    flex: 1;
    position: sticky;
    top: 15px;
}

.c_order .cart_wrap .area_ctrl {
    width: 400px;
    margin-left: 60px;
    position: sticky;
    top: 15px;
    box-sizing: border-box;
    border: 2px solid #f0f0f0;
    flex: none
}

.c_order .cart_ctrl {
}

.c_order .cart_ctrl dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex: wrap
}

.c_order .cart_ctrl dt {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px
}

.c_order .cart_ctrl dd {
    margin-left: auto;
}

.c_order .cart_ctrl .btn {
    color: #000;
    font-size: 13px;
    padding: 5px 0;
    font-weight: 500;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

.c_order .cart_ctrl .btn strong {
    padding-left: 18px;
    background-size: 15px !important;
    background-position: left center;
    background-repeat: no-repeat;
    white-space: nowrap
}

.c_order .cart_ctrl .btn.btn_sel strong {
    background-image: url('../images/c_img/btn_check.svg');
}

.c_order .cart_ctrl .btn.btn_del strong {
    background-image: url('../images/c_img/btn_minus.svg');
}

.c_order .cart_ctrl .btn.btn_clear strong {
    background-image: url('../images/c_img/btn_cross.svg');
}

.c_order .cart_ctrl .order_num {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.c_order .cart_ctrl .order_date {
    font-size: 13px;
    text-align: center;
    color: #888;
    margin: 5px 0 10px;
}

.c_order .order_tip {
}

.c_order .order_tip .tip_ctrl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.c_order .order_tip .btn_tip {
    width: 30px;
    height: 20px;
    background: transparent url('../images/c_img/ic_tip.svg') center center no-repeat;
    background-size: 15px;
}

.c_order .order_tip label.c_label .tx {
    color: #000;
    height: 20px;
}

.c_order .order_tip .open_tip {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    display: none;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    margin-bottom: 5px;
}

.c_order .order_tip .open_tip {
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
    margin-top: 5px;
}

.c_order .order_tip .open_tip strong {
    font-weight: 500;
    color: #333;
    display: block;
}

.c_order .order_tip.if_open_tip .open_tip {
    display: block;
}

.c_order .area_item .cart_ctrl {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    display: none;
    margin-bottom: 20px;
}

.c_order .area_ctrl .cart_ctrl {
    background: #f5f5f5;
    padding: 15px 30px;
}

.c_order .cart_sum {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
}

.c_order .cart_sum .total_number {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 3px;
    margin-bottom: 10px;
    height: 20px;
}

.c_order .cart_sum .total_number {
    background: transparent url('../images/c_img/ic_cart.svg') left center no-repeat;
    padding-left: 20px;
    background-size: 15px 15px;
}

.c_order .cart_sum dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 10px
}

.c_order .cart_sum dl * {
    font-size: 14px;
    color: #000;
    line-height: 1;
    font-weight: 600;
}

.c_order .cart_sum dt {
    font-weight: 500;
}

.c_order .cart_sum dd strong {
    font-weight: 700;
}

.c_order .cart_sum .this_point {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.c_order .cart_sum .this_point * {
    color: #31d200;
}

.c_order .cart_sum .this_last {
    border-top: 2px dashed #eee;
    padding-top: 15px;
    margin-top: 10px;
}

.c_order .cart_sum .this_last * {
    color: #e10000;
}

.c_order .cart_sum .this_last dd * {
    font-size: 1.6em;
}

.c_order .cart_sum .this_discount * {
    color: #0065e3;
}

.c_order .cart_list {
    overflow: hidden;
}

.c_order .cart_list .ul {
}

.c_order .cart_list .li {
    margin-top: 15px;
}

.c_order .cart_list .li+ .li {
    padding-top: 15px;
    border-top: 2px solid #f2f2f2;
}

.c_order .cart_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 30px
}

.c_order .cart_item dt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row
}

.c_order .cart_item dd {
    flex: 1;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.c_order .cart_item .thumb {
    width: 100px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.c_order .cart_item .thumb img {
    width: 100%;
}

.c_order .cart_item .c_label {
    height: auto;
    margin-right: 10px;
}

.c_order .cart_item .c_label .tx {
    height: auto;
}

.c_order .cart_item .top_name {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.c_order .cart_item .top_ctrl {
}

.c_order .cart_item .top_ctrl .c_btn {
    width: 70px;
    padding: 0;
}

.c_order .cart_item .item_name {
    flex: 1;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 100%;
    display: inline-block;
}

.c_order .cart_item .option_list {
    margin-top: 10px;
}

.c_order .cart_item .option_list li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px dashed #e5e5e5;
    gap: 10px 30px;
    flex-wrap: wrap
}

.c_order .cart_item .opt_ctrl {
    width: 100%;
    padding-top: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.c_order .cart_item .opt_ctrl div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap
}

.c_order .cart_item .opt_ctrl .limit_day {
    color: #e10000;
}

.c_order .cart_item .opt_ctrl .c_tag {
    width: 63px;
    padding: 0px !important;
}

.c_order .cart_item .opt_name {
    color: #999;
    line-height: 1.35;
    box-sizing: border-box;
    font-weight: 500;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px
}

.c_order .cart_item .opt_name strong {
    display: inline;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.c_order .cart_item .opt_name .date {
    color: #0065e3;
    box-sizing: border-box;
    position: relative;
    padding-right: 10px;
    background: transparent url('../images/c_img/ic_date.svg') left center no-repeat;
}

.c_order .cart_item .opt_name .date {
    background-size: 12px;
    padding-left: 17px;
    white-space: nowrap
}

.c_order .cart_item .opt_name .ess_tx {
    font-weight: 500;
    display: none;
    margin-right: 5px;
}

.c_order .cart_item .opt_name .ess_tx.add {
    color: #48A1E5;
    display: inline;
}

.c_order .cart_item .opt_price {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px
}

.c_order .cart_item .opt_price .price {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-align: right;
    white-space: nowrap
}

.c_order .cart_item .opt_price .btn_delete {
    width: 30px;
    height: 30px;
    background: transparent url('../images/c_img/ic_delete.svg') center center no-repeat;
    background-size: 13px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.c_order .cart_item .counter {
    text-align: center;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.c_order .cart_item .counter .counter_input {
    height: 30px;
    text-align: center;
    width: 30px;
    box-sizing: border-box;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    cursor: default
}

.c_order .cart_item .counter a {
    display: inline-block;
    width: 34px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c_order .cart_item .counter .shape {
    background: #000;
    height: 2px;
    width: 10px;
    position: relative;
}

.c_order .cart_item .counter .shape:before {
    content: "";
    background: #000;
    position: absolute;
    left: 4px;
    top: -4px;
    width: 2px;
    height: 10px;
}

.c_order .cart_item .counter .btn_plus {
    border-left: 0;
}

.c_order .cart_item .counter .btn_minus {
    border-right: 0;
}

.c_order .cart_item .counter .btn_minus .shape:before {
    display: none;
}

.c_order .cart_item .counter .none {
    pointer-events: none;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30);
}

.c_order .cart_item .option_total {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    border-top: 1px dashed #e5e5e5;
    padding-top: 10px;
    gap: 8px
}

.c_order .cart_item .option_total ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.c_order .cart_item .option_total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    font-size: 13px;
    line-height: 1;
    color: #333;
    white-space: nowrap
}

.c_order .cart_item .option_total .opt {
    color: #888;
}

.c_order .cart_item .option_total .value {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    gap: 5px
}

.c_order .cart_item .option_total .value strong {
    color: #e10000;
    font-weight: 500;
}

.c_order .cart_item .coupon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 50px;
    margin-top: 5px;
    pointer-events: none
}

.c_order .cart_item .coupon span {
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    color: #333;
    font-size: 12px;
    font-weight: 500;
}

.c_order .cart_item .coupon span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.c_order .cart_item .coupon .name {
    width: 150px;
}

.c_order .cart_item .coupon .name strong {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_order .cart_item .coupon .discount {
    margin-left: -1px;
    width: 100px;
}

.c_order .cart_item .coupon .discount strong {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.c_order .cart_item .coupon .discount em {
    color: #999;
    font-size: 11px;
    line-height: 1;
    margin-top: 3px;
}

.c_order .cart_item .coupon .discount:before {
    content: "";
    width: 1px;
    height: 30px;
    border-left: 1px dashed #333;
    position: absolute;
    left: -1px;
    top: 5px;
    background: #fff;
}

.c_order .coupon_result {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    margin-top: 5px;
    height: 40px;
}

.c_order .coupon_result span {
    border: 1px solid #0065e3;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 10px;
    gap: 5px
}

.c_order .coupon_result .name {
    flex: 1;
    color: #333;
    justify-content: flex-start
}

.c_order .coupon_result .name .c_tag {
    border: 0 !important;
    padding: 0px !important;
    color: #aaa !important;
}

.c_order .coupon_result .name strong {
    color: #999;
    white-space: nowrap;
    margin-right: 5px;
}

.c_order .coupon_result .name em {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.c_order .coupon_result .discount {
    margin-left: -1px;
    width: 120px;
    font-size: 13px;
    color: #0065e3;
    font-weight: 600;
    position: relative;
}

.c_order .coupon_result .discount:before {
    content: "";
    width: 1px;
    height: 30px;
    border-left: 1px dashed #0065e3;
    position: absolute;
    left: -1px;
    top: 5px;
    background: #fff;
}

.c_order .coupon_result .btn_cancle {
    width: 40px;
    height: 40px;
    background: #f5f5f5 url('../images/c_img/ic_delete.svg') center center no-repeat;
    background-size: 13px !important;
    border-radius: 5px;
}

.c_order .coupon_result .btn_cancle {
    box-sizing: border-box;
    margin-left: 5px;
}

.c_order .cart_npay {
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c_order .cart_npay iframe {
    height: 110px;
    width: 250px;
}
/* 최상단 배너 ======================================== */
.p_Topbn {margin-top:30px; display:none; position:relative;}
.p_Topbn .layout_fix {max-width:100%;}
.p_Topbn .banner {display:flex; justify-content:center; align-items:center; flex-direction:column;}
.p_Topbn .banner img {max-width:100%;}
.p_Topbn .banner .img_mo {display:block;}
.p_Topbn .btn_close {position:absolute; right:0; top:0; z-index:50}
.p_Topbn .btn_close {width:50px; height:100%; background:transparent url('../images/c_img/ic_close_white.svg') center center no-repeat; background-size:12px;}
.p_Topbn.if_main {display:block;}





/* 1100px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1100px) {


	/* 멤버십 ==================== */
	.c_my_wish li {width:25%;}
	.c_my_wish.type_main li {width:20%;}
	.c_my_wish.type_main li:nth-child(6) {display:none;}


	/* 주문 ==================== */
	.c_order .cart_wrap .area_ctrl {width:300px; margin-left:30px;}
	.c_order .area_ctrl .cart_ctrl {padding:10px 15px;}
	.c_order .cart_item {gap:15px}
	.c_order .cart_item .thumb {width:60px;}
	.c_order .cart_item .coupon .name {flex:1; width:auto;}
	.c_order .cart_sum {padding:20px;}
	.c_order .cart_item .option_list li {flex-direction:column; align-items:stretch; gap:10px}
	.c_order .cart_item .opt_price {margin-left:0px; justify-content:flex-start; gap:5px}
	.c_order .cart_item .counter {margin-left:auto;}


	/* 게시판 ==================== */
	.c_board_gallery {margin-top: 15px;}
	.c_board_gallery ul {margin-left: -15px;}
	.c_board_gallery li {width: 33.333%;}
	.c_board_gallery .post_box {margin-left: 15px;}

}




/* 완료(가입/주문) ======================================== */
.c_complete {
}

.c_complete .layout_fix {
    max-width: 500px;
}

.c_complete .greeting_box {
    text-align: center;
    border: 2px solid #f2f2f2;
    padding: 40px;
}

.c_complete .greeting_box dt {
    font-size: 21px;
    color: #000;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
    line-height: 1.4;
    font-weight: 700;
}

.c_complete .greeting_box dd {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
    margin-top: 10px;
}

.c_complete .greeting_box dd {
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.c_complete .greeting_box .order_num {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    color: #e10000;
}


/* 900px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:901px) {
	/* 세부 레이아웃 ==================== */
	.c_gridpage .grid_aside .layout_fix {padding:0px !important;}
	.c_gridpage .grid_section .layout_fix {padding:0px !important;}
}

/* 900px ~ (Mobile Start) ---------------------------------------------------------------- */
@media screen and (max-width:900px) {

	/* 세부 요소 ==================== */
	.c_scroll_v::-webkit-scrollbar {width: 4px;}

	/* 세부 레이아웃 ==================== */
	.c_page_tit {border-bottom:1px solid #f2f2f2;}
	.c_page_tit .tit_box {height:55px;}
	.c_page_tit .tit {font-size:18px; font-weight:600;}
	.c_page_tit .tit_box .btn_back {display:block;}
	.c_section {padding-top:15px;}
	.c_process {margin-top:30px; margin-bottom:0px;}
	.c_complete .greeting_box {border:0; padding:0px;}
	.c_none {padding:50px 0;}
	.c_nav {background:#f5f5f5; padding:14px 0; margin-top:-15px; margin-bottom:0; text-align:center;}
	.c_nav .swipe_box ul {width:max-content; flex-wrap:nowrap; gap:0}
	.c_nav .menu_my {font-size:13px; color:#333;}
	.c_nav.type_only {position:sticky; top:0; z-index:300;}
	.c_nav .menu_my strong {border-bottom:0;}
	.c_nav .hit .menu_my {background:#222; border-color:#222; padding:0 15px; border-radius:100px;}
	.c_nav .hit .menu_my strong {color:#fff !important;}
	.c_nav .swipe_box {display:inline-block; max-width:100%}
	.c_nav .swipe_box ul {flex-direction:row;}
	.c_gridpage .grid_section {margin-top:15px;}
	.c_gridpage .layout_grid {flex-direction:column; align-items:stretch; padding:0px !important;}
	.c_gridpage .layout_grid .grid_aside {width:100%; margin-right:0px; z-index:300; top:0; margin-top:-15px; }
	.c_gridpage .grid_section.type_formpage {border:0; padding:0px;}
	.c_gridpage .grid_section.type_formpage .layout_fix {max-width:100%}
	.c_gridpage .grid_section.type_miniform {border:0; padding:0px;}
	.c_editor_box {padding:15px;}
	.c_editor_box.editor {font-size: 12px;}
	.c_editor_box.editor * {font-size: 12px;}


	/* 레이어 ==================== */
	.c_layer {padding:0px; padding-top:80px; justify-content: flex-end; }
	.c_layer.type_ticket_map .wrapping {height:100%;}
	.c_layer .wrapping {width:100%; max-width:100% !important; border-radius:20px 20px 0 0; padding:20px;}
	.c_layer .c_btnbox ul {width:100%;}
	.c_layer.if_open_layer {right:0}
	.c_layer .place_info .map_box {min-height:auto}
	.c_layer.type_ticket_qr .wrapping {padding:30px;}
	.c_layer .qr_box .code_img {margin:50px 0;}
	.c_layer.if_open_layer {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; z-index:1000}


	/* 공통상품 ==================== */
	.c_brand .word_list ul {display:grid; grid-template-columns: repeat(9, 1fr); gap:5px}
	.c_brand .word_list .btn {width:100%; height:25px; font-size:12px;}
	.c_comb .other_recommend .tit {font-size:18px; margin-bottom:15px;}
	.c_comb .search_form .inner {padding:25px; }
	.c_comb .search_form .search_input {height:50px; max-width:100%}
	.c_comb .search_form .btn_search {height:50px}
	.c_comb .result_word {font-size:17px; margin-top:15px;}
	.c_comb .result_item {margin-top:15px;}


	/* 멤버십 ==================== */
	.c_my_main .flex_bx {gap:10px}
	.c_my_main .flex_bx .li.box_info {width:100%; flex:none}
	.c_my_main .flex_bx .li.box_benefit,
	.c_my_main .flex_bx .li.box_benefit {padding:15px;}
	.c_my_main .history dl+ dl {margin-top:5px; padding-top:5px;}
	.c_my_stats .li {padding:20px 0;}
	.c_my_stats .state_box .tit {font-size:12px;}
	.c_my_stats .state_box .total {font-size:17px;}
	.c_my_go .menu_my {font-size:12px;}
	.c_attend_guide {flex-direction:column}
	.c_attend_guide .box+ .box {padding-top:0px;}
	.c_my_wish.type_main li {width:25%;}
	.c_my_wish.type_main li:nth-child(5) {display:none;}
	.c_my_list li {padding-left:0px; padding-right:0px;}


	/* 주문 ==================== */
	.c_order .cart_wrap {flex-direction:column; align-items: stretch;}
	.c_order .cart_wrap .area_item {position:static;}
	.c_order .cart_wrap .area_ctrl {width:100%; position:static; margin:0px; margin-top:30px;}
	.c_order .area_ctrl .cart_ctrl.type_hidden {display:none;}
	.c_order .area_item .cart_ctrl {display:block;}
	.c_order .cart_item {gap:10px}
	.c_order .cart_item .opt_name {font-size:12px;}
	.c_order .cart_item .option_total li {font-size:12px;}
	.c_order .cart_item .thumb {width:50px;}
	.c_order .area_ctrl .c_btnbox.type_mypage {flex-direction:row-reverse;}
	.c_order .area_ctrl .c_btnbox.type_mypage .c_btn {flex:1}
	.c_order .area_ctrl .c_btnbox .c_btn.type_print {display: none;}


	/* 게시판 ==================== */
	.c_cs_main .recent_wrap {flex-direction:column; align-items:stretch; gap:30px; margin-top:30px;}
	.c_cs_main .recent_wrap .board_box.this_recent:before {display:none;}
	.c_cs_main .board_tit {height:auto;}
	.c_cs_main .board_tit .tit {font-size:17px;}
	.c_board_ctrl .board_ctg .swipe_box {padding-top:0px;}
	.c_board_ctrl .board_ctg .swipe_box ul {width:max-content}
	.c_board_news ul {padding: 15px 0;}
	.c_promo_list {margin-top:15px;}
	.c_promo_list ul {margin-left:-15px; margin-top:-30px;}
	.c_promo_list .promo_box {margin-left:15px; margin-top:30px;}
	.c_promo_list .promo_box .tit_info {flex-direction:column; align-items:stretch; gap:5px}
	.c_promo_view .tit_box {padding:20px; font-size:17px;}
	.c_promo_view .tit_box .btn_back {display:none;}
}









/* 700px ~ ---------------------------------------------------------------- */
@media screen and (max-width:700px) {

	/* 레이어 ==================== */
	.c_popup {padding: 100px 0 0 0 !important; justify-content: flex-end;}
	.c_popup .pop_wrap {width: 100%; border-radius: 30px 30px 0 0; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; align-items: center;}
	.c_popup .img_box {width: 100%; overflow-y: auto; background: #fff; -ms-overflow-style: none; scrollbar-width: none;}
	.c_popup .img_box::-webkit-scrollbar {display: none;}
	.c_popup .img_box img {max-height: none; min-width: 100%;}
	.c_popup .editor_box {min-width: 100%;}
	.c_popup .close_box {width: 100%; flex: none;}


	/* 폼 ==================== */
	.c_form .form_dl {flex-direction:column; align-items:stretch}
	.c_form .form_dt {width:auto; padding:0px; margin-right:0px; margin-bottom:5px;}
	.c_form .form_dt .tit {font-weight:700;}
	.c_form .form_dl {border-bottom-style:dashed;}


	/* 멤버십 ==================== */
	.c_attend .attend_top {flex-direction:column}
	.c_attend_guide .box {padding:15px;}
	.c_attend_guide .benefit {flex-direction:column}
	.c_attend_guide .benefit .inbox {border-radius:10px;}
	.c_attend_guide .benefit .inbox.this_condi {width:100%;}
	.c_attend_guide .benefit .inbox.this_condi br {display:none;}
	.c_attend_guide .benefit .inbox.this_benefit {border-left-style:solid; border-top-style:dashed; margin-left:0px; margin-top:-1px;}
	.c_attend_guide .info dl {padding:5px 0;}
	.c_attend .calendar_box {padding:20px 0}
	.c_attend .calendar_box .week li {font-size:11px;}
	.c_attend .calendar_box .days strong {width:40px; height:40px; font-size:14px;}
	.c_attend .calendar_box .days .hit strong:before {width:15px; height:15px; right:-7px; top:2px}
	.c_my_wish li {width:33.3333%;}
	.c_my_wish.type_main li {width:33.3333%;}
	.c_my_wish.type_main li:nth-child(4) {display:none;}
	.c_my_list li {flex-direction:column; gap:10px}
	.c_my_list .area_state {width:auto; border:0; flex-direction:row; justify-content:flex-start; border-top:1px dashed #f2f2f2; padding-top:10px;}
	.c_my_list .price {margin-left:auto;}
	.c_my_coupon ul {grid-template-columns: repeat(1, 1fr);}
	.c_my_coupon .area_state {padding:15px;}


	/* 주문 ==================== */
	.c_order .area_ctrl .c_btnbox {left:0; bottom:0; width:100%; z-index:100; background:#fff; box-sizing:border-box; box-shadow:0 0 3px rgba(0,0,0,0.2); padding:15px;}
	.c_order .area_ctrl .c_btnbox .c_btn {border-radius:0;}
	.c_order .order_tip {margin-top:-5px;}
	.c_order .order_tip .open_tip {margin-bottom:0;}
	.c_my_list .thumb {width:70px;}
	.c_order .cart_npay {margin-top:0;}


	/* 게시판 ==================== */
	.c_cs_main .top_faq {padding:30px 20px;}
	.c_cs_main .top_faq .search_form .input_search {padding-left:15px;}
	.c_board_ctrl {gap:10px; flex-direction:column; align-items:stretch; }
	.c_board_ctrl .board_ctg {margin-top:5px;}
	.c_board_ctrl .period_box {width:100%;}
	.c_board_ctrl .period_box .btn {width:auto; flex:1}
	.c_board_list ul {flex-direction:column; align-items:stretch; gap:10px; padding:10px 0;}
	.c_board_list li {gap:10px}
	.c_board_list li.this_tit {padding-right:5px;}
	.c_board_list .number {display:none;}
	.c_board_list .writer {width:auto;}
	.c_board_list .posting {padding:0px; position:static}
	.c_board_list .date {order:-1}
	.c_board_list ul.if_notice {padding-left:10px; padding-right:10px;}

	.c_board_gallery li {width: 50%;}
	.c_board_gallery.type_event li {width: 100%;}
	.c_board_news .photo {width: 100px;}
	.c_board_list.type_qna ul {flex-direction:column; gap:10px}
	.c_board_list.type_qna li {align-items:flex-start; }
	.c_board_list.type_qna .this_info {justify-content:flex-end}
	.c_board_list.type_qna .posting {gap:5px}
	.c_board_list.type_qna .my_post {padding:15px;}
	.c_board_list.type_qna .answer .answer_in {padding:15px;}
	.c_board_list.type_qna .answer .editor {font-size:12px;}
	.c_board_view .reply {padding:15px;}
	.c_board_view .reply .form {flex-direction:column;}
	.c_board_view .reply .form .text_design {flex:none}
	.c_board_view .reply .form .btn_ok {width:100%; height:40px;}
	.c_board_view .answer .answer_in {padding:15px;}
	.c_board_view .answer .editor {font-size:12px;}
	.c_board_rv .answer .answer_in {padding:15px;}
	.c_board_rv .answer .editor {font-size:12px;}
	.c_board_rv ul {grid-template-columns: repeat(1, 1fr);}


	/* 공통상품 ==================== */
	.c_promo_list {margin-top:0;}
	.c_promo_list li {width:100%;}


	/* 스크립트 제어 ==================== */
	.post_popup_section> div {max-width:100% !important; height:100% !important;}
	.post_popup_section .post_close_btn {position:fixed !important; width:100% !important;}
}






/* 1300px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1300px) {


	/* 세부 레이아웃 ==================== */
	.c_gridpage .layout_grid .grid_aside {width:160px; margin-right:30px;}


	/* 공통상품 ==================== */
	.c_comb .filter_box {position:fixed; right:-100%; top:0; height:100%; z-index:400; margin:0px; width:100%; box-shadow:0px -30px 30px rgba(0,0,0,0.2); box-sizing:border-box;}
	.c_comb .filter_box {max-width:310px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
	.c_comb .filter_box .scroll {overflow-y:auto; padding-bottom:20px;}
	.c_comb .filter_box dl {margin-left:25px; margin-right:25px;}
	.c_comb .filter_box .filter_tit {padding:0 25px; height:60px; background:#222; position:sticky; top:0; z-index:5}
	.c_comb .filter_box .filter_tit .tit {display:block;}
	.c_comb .filter_box .btn_close {display:block;}
	.c_comb .filter_box .reset {flex:none; margin-left:auto;}
	.c_comb .filter_box .reset .btn_reset {border-radius:100px; height:35px;}
	.c_comb .result_item .p_List_ctrl .btn_filter {display:flex;}
	.c_comb.if_open_filter .filter_box {right:0;}
	.c_comb.if_open_filter .filter_box .filter_close {display:block;}
	.c_comb.if_open_filter .bg_filter_close {right:0; opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);}


	/* 멤버십 ==================== */
	.c_my_wish li {width:20%;}
	.c_my_wish.type_main li {width:16.6666%;}
	.c_my_wish.type_main li:nth-child(7) {display:none;}


	/* 주문 ==================== */
	.c_order .cart_wrap .area_ctrl {width:350px;}
	.c_order .cart_item .thumb {width:80px;}

	.c_form .payway_box {grid-template-columns:repeat(2, 1fr);}

}


/* 900px ~ (Mobile Start) ---------------------------------------------------------------- */
@media screen and (max-width:900px) {

	/* 세부 요소 ==================== */
	.c_scroll_v::-webkit-scrollbar {width: 4px;}

	/* 세부 레이아웃 ==================== */
	.c_page_tit {border-bottom:1px solid #f2f2f2;}
	.c_page_tit .tit_box {height:55px;}
	.c_page_tit .tit {font-size:18px; font-weight:600;}
	.c_page_tit .tit_box .btn_back {display:block;}
	.c_section {padding-top:15px;}
	.c_process {margin-top:30px; margin-bottom:30px;}
	.c_complete .greeting_box {border:0; padding:0px;}
	.c_none {padding:50px 0;}
	.c_nav {background:#f5f5f5; padding:14px 0; margin-top:-15px; margin-bottom:0; text-align:center;}
	.c_nav .swipe_box ul {width:max-content; flex-wrap:nowrap; gap:0}
	.c_nav .menu {font-size:13px; color:#333;}
	.c_nav.type_only {position:sticky; top:0; z-index:300;}
	.c_nav .menu strong {border-bottom:0;}
	.c_nav .hit .menu {background:#222; border-color:#222; padding:0 15px; border-radius:100px;}
	.c_nav .hit .menu strong {color:#fff !important;}
	.c_nav .swipe_box {display:inline-block; max-width:100%}
	.c_nav .swipe_box ul {flex-direction:row;}
	.c_gridpage .grid_section {margin-top:15px;}
	.c_gridpage .layout_grid {flex-direction:column; align-items:stretch; padding:0px !important;}
	.c_gridpage .layout_grid .grid_aside {width:100%; margin-right:0px; z-index:300; top:0; margin-top:-15px; }
	.c_gridpage .grid_section.type_formpage {border:0; padding:0px;}
	.c_gridpage .grid_section.type_formpage .layout_fix {max-width:100%}
	.c_gridpage .grid_section.type_miniform {border:0; padding:0px;}
	.c_editor_box {padding:15px;}
	.c_editor_box.editor {font-size: 12px;}
	.c_editor_box.editor * {font-size: 12px;}


	/* 레이어 ==================== */
	.c_layer {padding:0px; padding-top:80px; justify-content: flex-end; }
	.c_layer.type_ticket_map .wrapping {height:100%;}
	.c_layer .wrapping {width:100%; max-width:100% !important; border-radius:20px 20px 0 0; padding:20px;}
	.c_layer .c_btnbox ul {width:100%;}
	.c_layer.if_open_layer {right:0}
	.c_layer .place_info .map_box {min-height:auto}
	.c_layer.type_ticket_qr .wrapping {padding:30px;}
	.c_layer .qr_box .code_img {margin:50px 0;}
	.c_layer.if_open_layer {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; z-index:1000}


	/* 공통상품 ==================== */
	.c_brand .word_list ul {display:grid; grid-template-columns: repeat(9, 1fr); gap:5px}
	.c_brand .word_list .btn {width:100%; height:25px; font-size:12px;}
	.c_comb .other_recommend .tit {font-size:18px; margin-bottom:15px;}
	.c_comb .search_form .inner {padding:25px; }
	.c_comb .search_form .search_input {height:50px; max-width:100%}
	.c_comb .search_form .btn_search {height:50px}
	.c_comb .result_word {font-size:17px; margin-top:15px;}
	.c_comb .result_item {margin-top:15px;}


	/* 멤버십 ==================== */
	.c_my_main .flex_bx {gap:10px}
	.c_my_main .flex_bx .li.box_info {width:100%; flex:none}
	.c_my_main .flex_bx .li.box_benefit,
	.c_my_main .flex_bx .li.box_benefit {padding:15px;}
	.c_my_main .history dl+ dl {margin-top:5px; padding-top:5px;}
	.c_my_stats .li {padding:20px 0;}
	.c_my_stats .state_box .tit {font-size:12px;}
	.c_my_stats .state_box .total {font-size:17px;}
	.c_my_go .menu {font-size:12px;}
	.c_attend_guide {flex-direction:column}
	.c_attend_guide .box+ .box {padding-top:0px;}
	.c_my_wish.type_main li {width:25%;}
	.c_my_wish.type_main li:nth-child(5) {display:none;}
	.c_my_list li {padding-left:0px; padding-right:0px;}


	/* 주문 ==================== */
	.c_order .cart_wrap {flex-direction:column; align-items: stretch;}
	.c_order .cart_wrap .area_item {position:static;}
	.c_order .cart_wrap .area_ctrl {width:100%; position:static; margin:0px; margin-top:30px;}
	.c_order .area_ctrl .cart_ctrl.type_hidden {display:none;}
	.c_order .area_item .cart_ctrl {display:block;}
	.c_order .cart_item {gap:10px}
	.c_order .cart_item .opt_name {font-size:12px;}
	.c_order .cart_item .option_total li {font-size:12px;}
	.c_order .cart_item .thumb {width:50px;}
	.c_order .area_ctrl .c_btnbox.type_mypage {flex-direction:row-reverse;}
	.c_order .area_ctrl .c_btnbox.type_mypage .c_btn {flex:1}
	.c_order .area_ctrl .c_btnbox .c_btn.type_print {display: none;}


	/* 게시판 ==================== */
	.c_cs_main .recent_wrap {flex-direction:column; align-items:stretch; gap:30px; margin-top:30px;}
	.c_cs_main .recent_wrap .board_box.this_recent:before {display:none;}
	.c_cs_main .board_tit {height:auto;}
	.c_cs_main .board_tit .tit {font-size:17px;}
	.c_board_ctrl .board_ctg .swipe_box {padding-top:0px;}
	.c_board_ctrl .board_ctg .swipe_box ul {width:max-content}
	.c_board_news ul {padding: 15px 0;}
	.c_promo_list {margin-top:15px;}
	.c_promo_list ul {margin-left:-15px; margin-top:-30px;}
	.c_promo_list .promo_box {margin-left:15px; margin-top:30px;}
	.c_promo_list .promo_box .tit_info {flex-direction:column; align-items:stretch; gap:5px}
	.c_promo_view .tit_box {padding:20px; font-size:17px;}
	.c_promo_view .tit_box .btn_back {display:none;}
}









/* 1300px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1300px) {


	/* 세부 레이아웃 ==================== */
	.c_gridpage .layout_grid .grid_aside {width:160px; margin-right:30px;}


	/* 공통상품 ==================== */
	.c_comb .filter_box {position:fixed; right:-100%; top:0; height:100%; z-index:400; margin:0px; width:100%; box-shadow:0px -30px 30px rgba(0,0,0,0.2); box-sizing:border-box;}
	.c_comb .filter_box {max-width:310px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
	.c_comb .filter_box .scroll {overflow-y:auto; padding-bottom:20px;}
	.c_comb .filter_box dl {margin-left:25px; margin-right:25px;}
	.c_comb .filter_box .filter_tit {padding:0 25px; height:60px; background:#222; position:sticky; top:0; z-index:5}
	.c_comb .filter_box .filter_tit .tit {display:block;}
	.c_comb .filter_box .btn_close {display:block;}
	.c_comb .filter_box .reset {flex:none; margin-left:auto;}
	.c_comb .filter_box .reset .btn_reset {border-radius:100px; height:35px;}
	.c_comb .result_item .p_List_ctrl .btn_filter {display:flex;}
	.c_comb.if_open_filter .filter_box {right:0;}
	.c_comb.if_open_filter .filter_box .filter_close {display:block;}
	.c_comb.if_open_filter .bg_filter_close {right:0; opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);}


	/* 멤버십 ==================== */
	.c_my_wish li {width:20%;}
	.c_my_wish.type_main li {width:16.6666%;}
	.c_my_wish.type_main li:nth-child(7) {display:none;}


	/* 주문 ==================== */
	.c_order .cart_wrap .area_ctrl {width:350px;}
	.c_order .cart_item .thumb {width:80px;}

	.c_form .payway_box {grid-template-columns:repeat(2, 1fr);}

}





/* 1100px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1100px) {


	/* 멤버십 ==================== */
	.c_my_wish li {width:25%;}
	.c_my_wish.type_main li {width:20%;}
	.c_my_wish.type_main li:nth-child(6) {display:none;}


	/* 주문 ==================== */
	.c_order .cart_wrap .area_ctrl {width:300px; margin-left:30px;}
	.c_order .area_ctrl .cart_ctrl {padding:10px 15px;}
	.c_order .cart_item {gap:15px}
	.c_order .cart_item .thumb {width:60px;}
	.c_order .cart_item .coupon .name {flex:1; width:auto;}
	.c_order .cart_sum {padding:20px;}
	.c_order .cart_item .option_list li {flex-direction:column; align-items:stretch; gap:10px}
	.c_order .cart_item .opt_price {margin-left:0px; justify-content:flex-start; gap:5px}
	.c_order .cart_item .counter {margin-left:auto;}


	/* 게시판 ==================== */
	.c_board_gallery {margin-top: 15px;}
	.c_board_gallery ul {margin-left: -15px;}
	.c_board_gallery li {width: 33.333%;}
	.c_board_gallery .post_box {margin-left: 15px;}

}






/* 900px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:901px) {
	/* 세부 레이아웃 ==================== */
	.c_gridpage .grid_aside .layout_fix {padding:0px !important;}
	.c_gridpage .grid_section .layout_fix {padding:0px !important;}
}

/* 900px ~ (Mobile Start) ---------------------------------------------------------------- */
@media screen and (max-width:900px) {

	/* 세부 요소 ==================== */
	.c_scroll_v::-webkit-scrollbar {width: 4px;}

	/* 세부 레이아웃 ==================== */
	.c_page_tit {border-bottom:1px solid #f2f2f2;}
	.c_page_tit .tit_box {height:55px;}
	.c_page_tit .tit {font-size:18px; font-weight:600;}
	.c_page_tit .tit_box .btn_back {display:block;}
	.c_section {padding-top:15px;}
	.c_process {margin-top:30px; margin-bottom:30px;}
	.c_complete .greeting_box {border:0; padding:0px;}
	.c_none {padding:50px 0;}
	.c_nav {background:#f5f5f5; padding:14px 0; margin-top:-15px; margin-bottom:0; text-align:center;}
	.c_nav .swipe_box ul {width:max-content; flex-wrap:nowrap; gap:0}
	.c_nav .menu {font-size:13px; color:#333;}
	.c_nav.type_only {position:sticky; top:0; z-index:300;}
	.c_nav .menu strong {border-bottom:0;}
	.c_nav .hit .menu {background:#222; border-color:#222; padding:0 15px; border-radius:100px;}
	.c_nav .hit .menu strong {color:#fff !important;}
	.c_nav .swipe_box {display:inline-block; max-width:100%}
	.c_nav .swipe_box ul {flex-direction:row;}
	.c_gridpage .grid_section {margin-top:15px;}
	.c_gridpage .layout_grid {flex-direction:column; align-items:stretch; padding:0px !important;}
	.c_gridpage .layout_grid .grid_aside {width:100%; margin-right:0px; z-index:300; top:0; margin-top:-15px; }
	.c_gridpage .grid_section.type_formpage {border:0; padding:0px;}
	.c_gridpage .grid_section.type_formpage .layout_fix {max-width:100%}
	.c_gridpage .grid_section.type_miniform {border:0; padding:0px;}
	.c_editor_box {padding:15px;}
	.c_editor_box.editor {font-size: 12px;}
	.c_editor_box.editor * {font-size: 12px;}


	/* 레이어 ==================== */
	.c_layer {padding:0px; padding-top:80px; justify-content: flex-end; }
	.c_layer.type_ticket_map .wrapping {height:100%;}
	.c_layer .wrapping {width:100%; max-width:100% !important; border-radius:20px 20px 0 0; padding:20px;}
	.c_layer .c_btnbox ul {width:100%;}
	.c_layer.if_open_layer {right:0}
	.c_layer .place_info .map_box {min-height:auto}
	.c_layer.type_ticket_qr .wrapping {padding:30px;}
	.c_layer .qr_box .code_img {margin:50px 0;}
	.c_layer.if_open_layer {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; z-index:1000}


	/* 공통상품 ==================== */
	.c_brand .word_list ul {display:grid; grid-template-columns: repeat(9, 1fr); gap:5px}
	.c_brand .word_list .btn {width:100%; height:25px; font-size:12px;}
	.c_comb .other_recommend .tit {font-size:18px; margin-bottom:15px;}
	.c_comb .search_form .inner {padding:25px; }
	.c_comb .search_form .search_input {height:50px; max-width:100%}
	.c_comb .search_form .btn_search {height:50px}
	.c_comb .result_word {font-size:17px; margin-top:15px;}
	.c_comb .result_item {margin-top:15px;}


	/* 멤버십 ==================== */
	.c_my_main .flex_bx {gap:10px}
	.c_my_main .flex_bx .li.box_info {width:100%; flex:none}
	.c_my_main .flex_bx .li.box_benefit,
	.c_my_main .flex_bx .li.box_benefit {padding:15px;}
	.c_my_main .history dl+ dl {margin-top:5px; padding-top:5px;}
	.c_my_stats .li {padding:20px 0;}
	.c_my_stats .state_box .tit {font-size:12px;}
	.c_my_stats .state_box .total {font-size:17px;}
	.c_my_go .menu {font-size:12px;}
	.c_attend_guide {flex-direction:column}
	.c_attend_guide .box+ .box {padding-top:0px;}
	.c_my_wish.type_main li {width:25%;}
	.c_my_wish.type_main li:nth-child(5) {display:none;}
	.c_my_list li {padding-left:0px; padding-right:0px;}


	/* 주문 ==================== */
	.c_order .cart_wrap {flex-direction:column; align-items: stretch;}
	.c_order .cart_wrap .area_item {position:static;}
	.c_order .cart_wrap .area_ctrl {width:100%; position:static; margin:0px; margin-top:30px;}
	.c_order .area_ctrl .cart_ctrl.type_hidden {display:none;}
	.c_order .area_item .cart_ctrl {display:block;}
	.c_order .cart_item {gap:10px}
	.c_order .cart_item .opt_name {font-size:12px;}
	.c_order .cart_item .option_total li {font-size:12px;}
	.c_order .cart_item .thumb {width:50px;}
	.c_order .area_ctrl .c_btnbox.type_mypage {flex-direction:row-reverse;}
	.c_order .area_ctrl .c_btnbox.type_mypage .c_btn {flex:1}
	.c_order .area_ctrl .c_btnbox .c_btn.type_print {display: none;}


	/* 게시판 ==================== */
	.c_cs_main .recent_wrap {flex-direction:column; align-items:stretch; gap:30px; margin-top:30px;}
	.c_cs_main .recent_wrap .board_box.this_recent:before {display:none;}
	.c_cs_main .board_tit {height:auto;}
	.c_cs_main .board_tit .tit {font-size:17px;}
	.c_board_ctrl .board_ctg .swipe_box {padding-top:0px;}
	.c_board_ctrl .board_ctg .swipe_box ul {width:max-content}
	.c_board_news ul {padding: 15px 0;}
	.c_promo_list {margin-top:15px;}
	.c_promo_list ul {margin-left:-15px; margin-top:-30px;}
	.c_promo_list .promo_box {margin-left:15px; margin-top:30px;}
	.c_promo_list .promo_box .tit_info {flex-direction:column; align-items:stretch; gap:5px}
	.c_promo_view .tit_box {padding:20px; font-size:17px;}
	.c_promo_view .tit_box .btn_back {display:none;}
}









/* 700px ~ ---------------------------------------------------------------- */
@media screen and (max-width:700px) {

	/* 레이어 ==================== */
	.c_popup {padding: 100px 0 0 0 !important; justify-content: flex-end;}
	.c_popup .pop_wrap {width: 100%; border-radius: 30px 30px 0 0; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; align-items: center;}
	.c_popup .img_box {width: 100%; overflow-y: auto; background: #fff; -ms-overflow-style: none; scrollbar-width: none;}
	.c_popup .img_box::-webkit-scrollbar {display: none;}
	.c_popup .img_box img {max-height: none; min-width: 100%;}
	.c_popup .editor_box {min-width: 100%;}
	.c_popup .close_box {width: 100%; flex: none;}


	/* 폼 ==================== */
	.c_form .form_dl {flex-direction:column; align-items:stretch}
	.c_form .form_dt {width:auto; padding:0px; margin-right:0px; margin-bottom:5px;}
	.c_form .form_dt .tit {font-weight:700;}
	.c_form .form_dl {border-bottom-style:dashed;}


	/* 멤버십 ==================== */
	.c_attend .attend_top {flex-direction:column}
	.c_attend_guide .box {padding:15px;}
	.c_attend_guide .benefit {flex-direction:column}
	.c_attend_guide .benefit .inbox {border-radius:10px;}
	.c_attend_guide .benefit .inbox.this_condi {width:100%;}
	.c_attend_guide .benefit .inbox.this_condi br {display:none;}
	.c_attend_guide .benefit .inbox.this_benefit {border-left-style:solid; border-top-style:dashed; margin-left:0px; margin-top:-1px;}
	.c_attend_guide .info dl {padding:5px 0;}
	.c_attend .calendar_box {padding:20px 0}
	.c_attend .calendar_box .week li {font-size:11px;}
	.c_attend .calendar_box .days strong {width:40px; height:40px; font-size:14px;}
	.c_attend .calendar_box .days .hit strong:before {width:15px; height:15px; right:-7px; top:2px}
	.c_my_wish li {width:33.3333%;}
	.c_my_wish.type_main li {width:33.3333%;}
	.c_my_wish.type_main li:nth-child(4) {display:none;}
	.c_my_list li {flex-direction:column; gap:10px}
	.c_my_list .area_state {width:auto; border:0; flex-direction:row; justify-content:flex-start; border-top:1px dashed #f2f2f2; padding-top:10px;}
	.c_my_list .price {margin-left:auto;}
	.c_my_coupon ul {grid-template-columns: repeat(1, 1fr);}
	.c_my_coupon .area_state {padding:15px;}


	/* 주문 ==================== */
	/*.c_order .area_ctrl .c_btnbox {left:0; bottom:0; width:100%; z-index:100; background:#fff; box-sizing:border-box; box-shadow:0 0 3px rgba(0,0,0,0.2); padding:15px;}*/
	.c_order .area_ctrl .c_btnbox .c_btn {border-radius:0;}
	.c_order .order_tip {margin-top:-5px;}
	.c_order .order_tip .open_tip {margin-bottom:0;}
	.c_my_list .thumb {width:70px;}
	.c_order .cart_npay {margin-top:0;}


	/* 게시판 ==================== */
	.c_cs_main .top_faq {padding:30px 20px;}
	.c_cs_main .top_faq .search_form .input_search {padding-left:15px;}
	.c_board_ctrl {gap:10px; flex-direction:column; align-items:stretch; }
	.c_board_ctrl .board_ctg {margin-top:5px;}
	.c_board_ctrl .period_box {width:100%;}
	.c_board_ctrl .period_box .btn {width:auto; flex:1}
	.c_board_list ul {flex-direction:column; align-items:stretch; gap:10px; padding:10px 0;}
	.c_board_list li {gap:10px}
	.c_board_list li.this_tit {padding-right:5px;}
	.c_board_list .number {display:none;}
	.c_board_list .writer {width:auto;}
	.c_board_list .posting {padding:0px; position:static}
	.c_board_list .date {order:-1}
	.c_board_list ul.if_notice {padding-left:10px; padding-right:10px;}

	.c_board_gallery li {width: 50%;}
	.c_board_gallery.type_event li {width: 100%;}
	.c_board_news .photo {width: 100px;}
	.c_board_list.type_qna ul {flex-direction:column; gap:10px}
	.c_board_list.type_qna li {align-items:flex-start; }
	.c_board_list.type_qna .this_info {justify-content:flex-end}
	.c_board_list.type_qna .posting {gap:5px}
	.c_board_list.type_qna .my_post {padding:15px;}
	.c_board_list.type_qna .answer .answer_in {padding:15px;}
	.c_board_list.type_qna .answer .editor {font-size:12px;}
	.c_board_view .reply {padding:15px;}
	.c_board_view .reply .form {flex-direction:column;}
	.c_board_view .reply .form .text_design {flex:none}
	.c_board_view .reply .form .btn_ok {width:100%; height:40px;}
	.c_board_view .answer .answer_in {padding:15px;}
	.c_board_view .answer .editor {font-size:12px;}
	.c_board_rv .answer .answer_in {padding:15px;}
	.c_board_rv .answer .editor {font-size:12px;}
	.c_board_rv ul {grid-template-columns: repeat(1, 1fr);}


	/* 공통상품 ==================== */
	.c_promo_list {margin-top:0;}
	.c_promo_list li {width:100%;}


	/* 스크립트 제어 ==================== */
	.post_popup_section> div {max-width:100% !important; height:100% !important;}
	.post_popup_section .post_close_btn {position:fixed !important; width:100% !important;}
}


/* 버튼박스 ======================================== */
.c_btnbox {
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

.c_btnbox ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.c_btnbox li {
    list-style: none;
    flex: 1;
    box-sizing: border-box;
}

.c_btnbox .c_btn {
    display: flex;
}

.c_btnbox.type_full {
    align-items: stretch;
}

.c_btnbox.type_full .c_btn {
    padding: 0px !important;
}

.c_btnbox .arrange_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.c_btnbox.type_max ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

