﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Cinzel');


.magazine_category_box{
	height:50px;
	line-height:50px;
	position:fixed;
	top:56px;
	left:50%;
	margin-left:-240px;
	background:var(--cn_color_1);
	z-index:9998;
	width:480px;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	overflow:hidden;
	padding:0px;
}

.scrollable {
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: hidden; /* Disable vertical scrolling */
  white-space: nowrap; /* Keep items in one line */
  cursor: grab;
  margin-bottom: 20px; /* Add spacing between multiple containers */
  scrollbar-width: none; /* For Firefox: Hides scrollbar */
}

.scrollable ul {
  display: flex; /* Flex layout for horizontal alignment */
  list-style: none;
  padding: 0;
  margin: 0;
}

.scrollable li {
  flex-shrink: 0;
  padding:0px 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  font-size:14px;
}
.scrollable::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge: Hides scrollbar */
}
.social.appearClass {
    animation-delay: .7s;
}

.social .icon {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

i {
    margin: 0px;
    padding: 0px;
    border: 0px;
    letter-spacing: -0.5px;
    font-size: 100%;
    vertical-align: baseline;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.scrollable_fst_li{
	margin-left:10px;
}

.scrollable_selected{
	font-weight:700;
}



.notice_view_box{
	padding :0px 0px 50px 0px; 
}
.notice_view_admin{
	color:var(--cn_color_3);
	font-weight:500;
	font-size:13px;
}

.notice_view_date{
	color:var(--cn_color_7);
	font-weight:300;
	font-size:13px;
}


.notice_view_admin:after {
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0px 8px 0;
	background-color: rgba(0,0,0,.15);
	vertical-align: middle;
	content: "";
}

.notice_view_contents notice_detail_contents {
	font-size:14px;
	line-height:20px;
}

.notice_view_contents p {
	font-size:14px;
	line-height:20px;
	padding:5px 0px;
}

#brand_story_contents{font-size: 12px; padding-top:50px;}
#brand_story_head{background-color:  #f9f9f9; width:480px; padding-bottom:35px;}
#brand_story_head_img{width:480px}
.brand_story_section{width: 480px;}
#brand_story_contents{background-color: #f9f9f9; }
.brand_story_category{display:flex; align-items: center; justify-content: space-around; border-radius: 5px; color: #444;  margin-top: 10px;}
.brand_story_category2{display:flex; align-items: center; justify-content: center; border-radius: 5px; color: #444;  margin-top: 10px;}
.brand_story_category_item{ background-color: #f3f3f3; color:#444; font-family: 'Gothic';  border-radius: 5px;  white-space: nowrap;font-size: 12px; cursor: pointer;}
.selected_category{color : #fff;  background-color:#3c4951;}
.brand_story_section_img{width: 480px;}

.target_dots{
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.custom-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
	    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.custom-dots {
	display: flex;
    width: 100%;
    padding: 0;
    margin: 0 10px;
    list-style: none;
    text-align: center;
}

.custom-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '○';
    text-align: center;
    color:  #b3b3b3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-dots li.slick-active button:before {
    content: '●';
    color: #506e89 !important;
}

.prev{font-size: 12px;color:#b3b3b3;}
.next{font-size: 12px;color:#b3b3b3;}


#slide_description_list li {
    outline: none;
    cursor: pointer;
}

#slide_description_list li.focused {
    font-weight: bold;
}

.left_right_icon {
    width: 80px;
    height: 104px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -60px;
    background-image: url(/resources/pc/images/public/cellonix_icon.svg);
    background-size: 2100px 2100px;
    background-position: -168px -216px;
}