@CHARSET "UTF-8";

html, body { 
	margin: 0; 
	padding: 0; 
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    display: inline;    
}
.tt{
    padding: 20px 0;
}
#PC,#Mobile{
    background-color: #fff;
}

/*------------작성자 김민성------------- */

.padding20{
    padding-top: 20px;
}
.padding10{
    padding-top: 10px;
}
.padding5{
    padding-top: 5px;
}

#container .top-menu-area a.area,#container .top-menu a.area{
    display: block;
    width: 40px;
}

#container .top-menu-area a img, #container .top-menu a.area img{
    width: 100%;
    display: block;
}
#PC{
    background-color: #fff;
}

/* ------------작성자 김민성------------- */

.main-area{
	width:80%;
	margin: 0 auto;
}

#container a {
    text-decoration: none;
}

#container img {
	width: 100%;
}

div#container {    
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.top-menu { 
	position: fixed;
	width: 100%;
	height: 60px;
	background-image: url("/resources/newimg/PC/header_menu_background.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999;
    top: 0;
}

.top-menu-area {
	width: 80%;
	margin: 0 auto;
}

.top-menu_m {
	position: fixed;
	width: 100%;
	height: 70px;
	background-image: url("/resources/newimg/Mobile/header_background.jpg");
	background-size: cover;	
    background-repeat: no-repeat;
    z-index: 9999;
}

.headerImg_m {
	height: 260px;	
	background-image: url("/resources/newimg/Mobile/header_background.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}

.top-menu_m ul {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    line-height: 70px;
}

.top-menu_m ul li a {
	color: white;
	font-size: 0.8rem;
    font-weight: bold;
}

.top-menu_m ul li a {
	color: white;
	font-size: 0.8rem;
    font-weight: bold;
}

.top-menu ul {		
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 70px;
    gap: 30px;
    font-size: 1.2rem;
}

.top-menu ul li a {
	color: white;
    font-weight: bold;
    text-align: -webkit-right;
}

.headerImg {
	height: 100%;	
	background-image: url("/resources/newimg/PC/header_background.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}

.swiper {
  width: 98%;
  height: 98%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper_bt {
  position: absolute;
  bottom: 29%;
  right: 38%;
  width: 12%;
}

.main-sec2 {
    margin: 100px 0;    
}

.main-sec2 .sec2_img {
	margin: 20px 0 100px;
	position: relative;	
}

.main-sec2 .sec2_bt {
	position: absolute;
    bottom: 10%;
    right: 10%;
    width: 15%;
}

.swiper_bt {
	position: absolute;
    bottom: 10%;
    right: 10%;
    width: 15%;
}

.sub_menu_bt {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	padding: 0 2px;
	margin: -1px 0;
	border-radius: 10px;
	color: black;
	min-width : 0px;
	min-height : 0px;
}

.sub_menu_mbt {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	padding: 0 10px;
	margin: 0;
	border-radius: 10px;
	color: black;
	min-width : 0px;
	min-height : 0px;
}

.select {
 	background: white;
 	color: black !important; 		  
 }
 
 .m_select {
 	background: #241e5a;
	color: white !important; 		  
 } 	

 /* 2023.10.23 비활성화 */
/* .cknb_count {
	width: 100% !important;
	height: 100px;
    color: white !important;
    padding-top: 90px;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    text-align: center;
    line-height: 8px;
    gap: 80px;
} */

.cknb_count_m_title h2{
	width: 100%;
    text-align: center;
    padding-top: 90px;
    margin: 0;
    color: white;
}


.cknb_count_inner_set_m{
	width: 100%;
    color: white;
    font-size: 1.0rem;
    text-align: center;
    font-weight: bold;
}

/* footer pc*/
#footer_container {
    width: 1000px;
    text-align: center;
}
#fh5co-footer img{
	vertical-align: middle;
}
.cknb_count_m {
	display: flex;
    align-items: center;
    margin-top: 20px;
}
#fh5co-footer {
    padding: 1.1em 0;
    background: #eee;
    color: #878c93;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
}
#fh5co-main, #fh5co-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer_logo {
    width: 200px;
    padding: 10px;
    float: left;
}
#footer_copyright {
    width: 400px;
    float: left;
    text-align: left;
}
#footer_copyright > span {
    display: block;
    color: #555;
    font-size: 0.9em;
    line-height: 30px;
}
#footer_copyright a, #footer_copyright p {
    color: #555 !important;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 10px;
}
.footer_etc_logos {
    float: left;
    width: 190px;
}
#fh5co-footer ul {
    padding: 0;
    margin: 0;
}
#fh5co-footer ul li {
    list-style: none;
    padding: 0;
    line-height: 16px;
}
#footer_select {
    float: right;
    margin: 10px -30px;
    line-height: 55px;
}	
.familysite {
	font-size: 1.2rem;
    border-radius: 5px;
    border: solid 1px #e4e4e4;
    padding: 4px 10px;
}
#top-menu ul li{
	width: 11%;
}

/* footer mobile*/
#footerbar_mobile{
	background: #cfcfcf;
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-indeX: 99;
}
#footer_mobile_info > p{
	color: #696969;
	font-size: 0.70em;
	text-align: center;
	line-height: 0px;
	margin: 0;
	padding: 9px;
}
#footer_mobile_info > span{
	color: #a1a1a1;
	font-size: 0.75em;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 14px;
}
#footer_mobile_copyright > p{
	color: #696969;
	font-size: 0.75em;
	text-align: center;
	margin: 7px 0 0 0;
}
#footer_mobile_logo > h1{
	text-align: center;
	margin: 0;	
}
#footer_mobile_logo img{
	margin: 0;
	padding: 10px;
	width: 40%;
}
#footer_mobile_pc{
	width: 100%;
	color: #808080;
	font-size: 0.75em;
	margin: 0 auto;
}
#footer_mobile_pc > ul{
	overflow: hidden;
	padding-left: 0;
}
#footer_mobile_pc > ul > li{
	line-height: 25px;
	width: 100%;
}
#footer_mobile_pc > ul > li > a{
	display: inline-block;
	padding: 0 2%;
	color: #808080;
	width: 100%;
	text-align: center;
}
/* 2023.10.30 내용 추가 font-size: 0.7em;*/
#footer_mobile_pc > ul > li > a > p{
	margin-top: -10px;
	margin: 0;
    font-size: 0.7em;
}

#footer_mobile_info > p > a{
	color: #696969; 
	text-decoration: none;
}
#footer_mobile_info{
	margin: 10px
}

/*  물류유통 pc */
.log_content_menu {
      width: 100%;
    position: fixed;
    top: 100px;		
}

.log_content_menu ul {
      	display: flex;
    justify-content: space-around;		
    align-items: flex-end;
}
	   			  
.log_content_menu ul li a {
    color: white;
    font-weight: bold;
}
.content { margin-top: 180px; }
#A, #B, #C, #D { height: 777px; margin-top: 25px; }
