@font-face {
  font-family: 'CustomFont';
  src: url('customfont.woff2') format('woff2');
  font-display: swap;
}

/* top_menu */
.top_menu{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:60px;
  background-color: #fff;
  z-index: 9999;
}
.top_menu ul{
  text-align: right;
  font-size:0;
  padding-right:240px;
}
.top_menu ul li{
  display: inline-block;
  font-size:12px;
}
.top_menu ul li a{
  display: block;
  height:60px;
  line-height: 60px;
  color:#333;
  font-size:16px;
  transition: all .3s ease-in-out;
  text-align: center;
  padding:0 20px;
  position: relative;
}
.top_menu ul li a::before{
  position: absolute;
  content: '';
  width:0;
  height:2px;
  left:0;
  bottom:0px;
  background-color: #d71518;
  transition: all .3s ease-in-out;
}
.top_menu ul li a:hover{color:#d71518; transform: translateY(-5px);}

.main_tel{
  position: absolute;
  top:10px;
  right:0;
}
.main_tel a{
  display: block;
  width:230px;
  height:40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #d71518;
  color:#fff;
  font-size:16px;
  text-align: left;
  padding-left:60px;
  transition: all .3s ease-in-out;
  position: relative;
}
.main_tel a::before{
  position: absolute;
  content: '';
  top:50%;
  transform: translateY(-50%);
  left:15px;
  background: url(../img/phone.png) no-repeat;
  transition: all .3s ease-in-out;
  background-size: 30px;
  width:30px;
  height:30px;
}
.main_tel a:hover{background-color: #fff; color:#d71518;}
.main_tel a:hover::before{
  background: url(../img/phone_h.png) no-repeat;
  background-size: 30px;
}
/* top_menu */

/* sch_bar */
.sch_bar{
  position: absolute;
  top: 10px;
  left: 0;
  width: 450px;
  height: 50px;
  border-bottom: 2px solid #a5a5a5;
}
.sch_bar input[type="text"]{
  width:400px;
  height:48px;
  font-size:16px;
  padding-left:20px;
  border:none;
  &:focus {outline: none;}
}
.sch_bar input::placeholder{
  color:#d71518;
}

.sch_bar button {
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/sns/search_w.png) 50% 50% no-repeat;
  background-size: 30px;
  text-indent: -9999px;
  cursor: pointer;
  border:none;
  opacity: .5;
}
/* sch_bar */


/* quick_menu */
.quick_menu{
  position: absolute;
  top:570px;
  left:-200px;
  padding:10px;
  background-color: #fff;
  border:1px solid #ccc;
  border-radius: 10px;
  z-index: 9999999;
}
.quick_menu h2{
  font-size:20px;
  color:#000;
  text-align: center;
  padding:5px 20px;
  font-family: 'Fredoka One';
  font-weight: 400;
}
.quick_menu li a{
  display: block;
  font-size:16px;
  font-weight: 600;
  font-family: 'WandohopeR';
  color:#000;
  padding:5px 15px;
  transition: all .3s ease-in-out;
}
.quick_menu li:last-child a{border-radius: 0 0 10px 10px;}
.quick_menu li a span{
  font-size:20px;
  vertical-align: middle;
  color:#005e5b;
  margin-right:10px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}
.quick_menu li a:hover{color:#d71518;}
.quick_menu li a:hover span{color:#d71518;}


/* header start */
header{
  position: fixed;
  width:100%;
  height:80px;
  display: flex;
  flex-direction: column;
  min-width:1300px;
  z-index: 9999;
  top:60px;
  left:0;
  transition: all .3s ease-in-out;
  background-color:#fff;
  border-bottom:1px solid #ccc;
}
/* header.on{
  position: fixed;
  width:100%;
  min-width:1300px;
  top:0;
  left:0;z`
  background-color: #fff;
  border-bottom:1px solid #ccc;
} */
header .logo h1{
  position: absolute;
  width:209px;
  height:60px;
  top:10px;
  left:0;
  transition:all .3s ease-in-out;
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: 209px;
}
header .logo h1.on{background: url(../img/logo.png) 50% 50% no-repeat; background-size: 209px;}
header .logo h1 a{
  display: block;
  width:209px;
  height:60px;
}

header:hover{background-color: #fff; transition: all .3s ease-in-out;}
header:hover .logo h1{background: url(../img/logo.png) 50% 50% no-repeat; background-size:209px; transition:all .3s ease-in-out;}
header:hover .gnb li a{color:#333;  transition:all .3s ease-in-out;}
header:hover .gnb li a span{color:#cf0f57;}

nav{
  flex: 1; /* header 내부에서 자동으로 높이 채움 */
  display: flex;
  align-items: center; /* 수직 가운데 정렬 */
}
.gnb{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    gap:20px;
    width:100%;
    height:100%;
}
.gnb > li{
    transition: all .2s ease-in-out;
    text-align: center;
}

/* .gnb > li:hover{background-color: #19539a;  transition: all .2s ease-in-out;} */
/* .gnb > li:hover > a{color: #fff !important;} */
.gnb > li:hover .sub_menu li{transition: all .2s ease-in-out;}

.gnb > li:hover > a::before,
.gnb > li:hover > a::after,
.gnb > li:active > a::before,
.gnb > li:active > a::after{width:100%;}
.gnb > li > a.on{color:#333;}

.gnb > li > a{
    color:#333;
    font-size:18px;
    font-weight: 600;
    line-height: 80px;
    position: relative;
    font-family: 'WandohopeR';
}
.gnb > li > a:before{content:'';
    display:block;
    width:0;
    height:2px;
    position: absolute;
    bottom:-10px;
    left:50%;
    transform: translateX(-50%);
    background-color: #cf0f57;
    /* background-color: #cf0f57; */
    transition: all .3s ease-in-out;
}
.gnb > li > a:after{content:'';
    display:block;
    width:0;
    height:2px;
    position: absolute;
    bottom:-10px;
    right:50%;
    transform: translateX(50%);
    background-color: #cf0f57;
    transition: all .3s ease-in-out;
}
.gnb > li > a > span{
  font-size:24px;
  vertical-align: middle;
  color:#005e5b;
  margin-right:5px;
  margin-bottom:3px;
  font-weight: 200;
}
.gnb > li > a > span.on{
  font-size:24px;
  vertical-align: middle;
  color:#cf0f57;
  margin-right:5px;
  margin-bottom:3px;
  font-weight: 200;
}
.sub_menu{
    font-size:0;
    display:none;
    position: absolute;
    z-index:99;
    width:1300px;
    left:0;
}
.bg{
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  height: 55px;
  display: none;
  z-index: 9;
  background-color: #fff;
  box-shadow:0 3px 5px #eee;
  border-top:1px solid #ccc;
}
.sub_menu li{
  transition: all .2s ease-in-out;
  text-align: left;
  display: inline-block;
}
.sub_menu a{
  font-size:15px;
  font-weight: 400;
  color: #333!important;
  line-height: 35px;
  display: block;
  position: relative;
  transition: all .2s ease-in-out;
  overflow: hidden;
  z-index: 9;
  padding:10px 20px;
}
.sub_menu a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 200%;
  border-radius: 50%;
  transform: translate3d(-50%,-50%,0) scale3d(0,0,0);
  transition: opacity .4s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1);
  background-color: #cf0f57;
  opacity: 0;
  z-index: -1;
  transition: all .2s ease-in-out;
}
.sub_menu a:hover::before{
  opacity: 1;
  transition-duration: .85s;
  transition: all .2s ease-in-out;
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}
.sub_menu a:hover{color: #fff!important; transition: all .2s ease-in-out; z-index: 9;}

/* header menu active */
header.active1 .gnb > li:nth-child(1) > a,
header.active2 .gnb > li:nth-child(2) > a,
header.active3 .gnb > li:nth-child(3) > a,
header.active4 .gnb > li:nth-child(4) > a,
header.active5 .gnb > li:nth-child(5) > a,
header.active6 .gnb > li:nth-child(6) > a{color: #bf0b2c;}

header.active1 .gnb > li:nth-child(1) > a::after,
header.active2 .gnb > li:nth-child(2) > a::after,
header.active3 .gnb > li:nth-child(3) > a::after,
header.active4 .gnb > li:nth-child(4) > a::after,
header.active5 .gnb > li:nth-child(5) > a::after,
header.active6 .gnb > li:nth-child(6) > a::after{width:100%;}
/* header end */

/* visual swiper start */
.visual{
    width:100%;
    min-width:1300px;
    margin-top:140px;
}

.visual .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.visual .swiper-slide {
  width:100%;
  height:100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;

  /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.visual .swiper-slide1{background: url(../img/visual/slide1_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.visual .swiper-slide2{background: url(../img/visual/slide2_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.visual .swiper-slide3{background: url(../img/visual/slide3_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.visual .swiper-slide4{background: url(../img/visual/slide4_bg.jpg) no-repeat 50% 50%; background-size: cover;}

.visual .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual .swiper .swiper-pagination span{margin:0 3px;}

.visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border:1px solid #fff;
    background: none;
    border-radius: 100%;
}

.visual .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf0f57;
}
.visual .swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left:50%;
    bottom:30px;
    transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
    /* background-image: url("../img/swiper_prev.png"); */
    left: 10px;
    right: auto;
    width:20px;
    color:#fff;
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
    /* background-image: url("../img/swiper_next.png"); */
    right: 10px;
    left: auto;
    width:20px;
    color:#fff;
}
.visual .swiper-button-next,
.visual .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 60px;
    background-position: center;
    background-repeat: no-repeat
}
/* visual swiper end */

/* image_show_wrap 공통 */
.image_show_wrap,
.image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.image_show_wrap2{animation-duration: 1.4s;}

.show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */


/* section1 */
.main_best_store{margin-top:30px;}
.main_best_store h2{font-size:18px; color:#515253; position: relative; padding-left:30px;}
.main_best_store h2 strong{font-size:36px; color:#000; margin-right:20px;}
.main_best_store h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #000; top:14px; left:10px;}
.main_best_store ul{margin-top:20px;}
.main_best_store ul li{padding-bottom:60px;}
/* .main_best_store .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.main_best_store .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.main_best_store .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.main_best_store .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.main_best_store .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.main_best_store .li_wrap a:hover p{color:#bf0b2c;}


/* imgbox_bottom 부분 */
.main_best_store .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.main_best_store .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.main_best_store .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.main_best_store .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.main_best_store .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */
/* section1 */

/* section1 */
.main_small_store{margin-top:30px;}
.main_small_store h2{font-size:18px; color:#515253; position: relative; padding-left:30px;}
.main_small_store h2 strong{font-size:36px; color:#000; margin-right:20px;}
.main_small_store h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #000; top:14px; left:10px;}
.main_small_store ul{margin-top:20px;}
.main_small_store ul li{padding-bottom:60px;}
/* .main_small_store .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.main_small_store .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.main_small_store .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.main_small_store .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.main_small_store .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.main_small_store .li_wrap a:hover p{color:#bf0b2c;}


/* imgbox_bottom 부분 */
.main_small_store .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.main_small_store .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.main_small_store .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.main_small_store .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.main_small_store .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */
/* section1 */

/* banner01 */
.banner01{
  width:100%;
  height:187px;
  background: url(../img/section/banner01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* banner01 */

/* section2 */
.recessfood h2{font-size:18px; color:#134a8d; position: relative; padding-left:30px;}
.recessfood h2 strong{font-size:36px; color:#0d3566; margin-right:20px;}
.recessfood h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #0d3566; top:14px; left:10px;}
.recessfood ul{margin-top:20px;}
.recessfood ul li{padding-bottom:60px;}
/* .recessfood .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.recessfood .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.recessfood .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.recessfood .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.recessfood .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.recessfood .li_wrap a:hover p{color:#bf0b2c;}

/* imgbox_bottom 부분 */
.recessfood .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.recessfood .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.recessfood .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.recessfood .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.recessfood .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */
/* section2 */

/* section3 */
.commonfood h2{font-size:18px; color:#134a8d; position: relative; padding-left:30px;}
.commonfood h2 strong{font-size:36px; color:#0d3566; margin-right:20px;}
.commonfood h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #0d3566; top:14px; left:10px;}
.commonfood{margin-top:30px;}
.commonfood ul{margin-top:20px;}
.commonfood ul li{padding-bottom:60px;}
/* .commonfood .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.commonfood .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.commonfood .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.commonfood .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.commonfood .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.commonfood .li_wrap a:hover p{color:#bf0b2c;}

/* imgbox_bottom 부분 */
.commonfood .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.commonfood .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.commonfood .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.commonfood .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.commonfood .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */
/* section3 */

/* section4 */
.alcohol h2{font-size:18px; color:#134a8d; position: relative; padding-left:30px;}
.alcohol h2 strong{font-size:36px; color:#0d3566; margin-right:20px;}
.alcohol h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #0d3566; top:14px; left:10px;}
.alcohol ul{margin-top:20px;}
.alcohol ul li{padding-bottom:60px;}
/* .alcohol .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.alcohol .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.alcohol .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.alcohol .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.alcohol .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.alcohol .li_wrap a:hover p{color:#bf0b2c;}

/* imgbox_bottom 부분 */
.alcohol .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.alcohol .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.alcohol .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.alcohol .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.alcohol .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */
/* section4 */

/* section5 */
.game_sports h2{font-size:18px; color:#134a8d; position: relative; padding-left:30px;}
.game_sports h2 strong{font-size:36px; color:#0d3566; margin-right:20px;}
.game_sports h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #0d3566; top:14px; left:10px;}
.game_sports ul{margin-top:20px;}
.game_sports ul li{padding-bottom:60px;}
/* .game_sports .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.game_sports .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.game_sports .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.game_sports .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.game_sports .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.game_sports .li_wrap a:hover p{color:#bf0b2c;}

/* imgbox_bottom 부분 */
.game_sports .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.game_sports .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.game_sports .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.game_sports .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.game_sports .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */
/* section5 */

/* section5 */
.service h2{font-size:18px; color:#134a8d; position: relative; padding-left:30px;}
.service h2 strong{font-size:36px; color:#0d3566; margin-right:20px;}
.service h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #0d3566; top:14px; left:10px;}
.service ul{margin-top:20px;}
.service ul li{padding-bottom:60px;}
/* .service .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.service .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.service .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.service .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.service .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.service .li_wrap a:hover p{color:#bf0b2c;}

/* imgbox_bottom 부분 */
.service .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.service .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.service .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.service .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.service .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */
/* section5 */

/* section6 */
.dorm h2{font-size:18px; color:#134a8d; position: relative; padding-left:30px;}
.dorm h2 strong{font-size:36px; color:#0d3566; margin-right:20px;}
.dorm h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #0d3566; top:14px; left:10px;}
.dorm ul{margin-top:20px;}
.dorm ul li{padding-bottom:60px;}
/* .dorm .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.dorm .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.dorm .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.dorm .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.dorm .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.dorm .li_wrap a:hover p{color:#bf0b2c;}

/* imgbox_bottom 부분 */
.dorm .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.dorm .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.dorm .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.dorm .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.dorm .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */
/* section6 */

/* section7 */
.main_price_store h2{font-size:18px; color:#134a8d; position: relative; padding-left:30px;}
.main_price_store h2 strong{font-size:36px; color:#0d3566; margin-right:20px;}
.main_price_store h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #0d3566; top:14px; left:10px;}
.main_price_store ul{margin-top:20px;}
.main_price_store ul li{padding-bottom:60px;}
/* .main_price_store .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.main_price_store .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.main_price_store .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.main_price_store .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.main_price_store .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.main_price_store .li_wrap a:hover p{color:#bf0b2c;}

/* imgbox_bottom 부분 */
.main_price_store .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.main_price_store .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.main_price_store .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.main_price_store .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.main_price_store .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */

/* tab */
.main_price_store .price_tabmenu{
  text-align:left;
  position: absolute;
  top:0;
  right:10px;
}
.main_price_store .price_tabmenu>li{display:inline-block; padding-bottom:0px;}
.main_price_store .price_tabmenu>li>a{display:block;
    font-size:16px;
    color:#333;
    width:100px;
    height:35px;
    line-height: 35px;
    border-radius: 17.5px;
    text-align: center;
    border:1px solid #ccc;
}

.main_price_store .price_tabmenu li:first-child a.on{
  color: #fff;
  transition: all .3s ease-in-out;
  background-color: #000;
}
.main_price_store .price_tabmenu li a:focus,
.main_price_store .price_tabmenu li a:hover{
  color: #fff;
  background-color: #000;
  transition: all .3s ease-in-out;
}

.main_price_store .price_tabmenu>li>a.active0{color: #fff; background-color: #000;}
.main_price_store .price_tabmenu>li>a.active1{color: #fff; background-color: #000;}
.main_price_store .price_tabmenu>li>a.active2{color: #fff; background-color: #000;}
.main_price_store .price_tabmenu>li>a.active3{color: #fff; background-color: #000;}
.main_price_store .price_tabmenu>li>a.active4{color: #fff; background-color: #000;}
.main_price_store .price_tabmenu>li>a.active5{color: #fff; background-color: #000;}
.main_price_store .price_tabmenu>li>a.active6{color: #fff; background-color: #000;}
/* tab */

/* section8 */
.main_local_store h2{font-size:18px; color:#134a8d; position: relative; padding-left:30px;}
.main_local_store h2 strong{font-size:36px; color:#0d3566; margin-right:20px;}
.main_local_store h2::before{position: absolute; content: ''; width:3px; height:30px; background-color: #0d3566; top:14px; left:10px;}
.main_local_store ul{margin-top:20px;}
.main_local_store ul li{padding-bottom:60px;}
/* .main_local_store .li_wrap{
  border:1px solid #ccc;
  padding:5px;
} */
.main_local_store .li_wrap p{
  font-size:15px;
  font-weight: 600;
  padding-top:5px;
  transition: all .3s ease-in-out;
  text-align: left;
  height:60px;
}
.main_local_store .best_img{overflow: hidden; background-color: #000; width:305px; height:203px;}
.main_local_store .best_img img{transition: all .3s ease-in-out; width:100%; height:100%;}
.main_local_store .li_wrap a:hover img{transform: scale(1.1); opacity: .8;}
.main_local_store .li_wrap a:hover p{color:#bf0b2c;}

/* imgbox_bottom 부분 */
.main_local_store .bbs_container {
  display: flex;
  align-items: center;
  justify-content : space-between;
  margin-top:10px;
}
/* left */
.main_local_store .bbs_container .bbs_left{
  font-size:16px;
  color:#000;
  font-weight: 600;
}
.main_local_store .bbs_container .bbs_left .bbs_tit{
  font-size:16px;
  color:#fff;
  background-color: #cf0f57;
  padding:5px 10px;
  border-radius: 5px;
}
/* left */

/* right */
.main_local_store .bbs_container .bbs_right{
  font-size:16px;
  color:#000;
  font-weight: 600;
  padding-right:5px;
}
.main_local_store .bbs_container .bbs_right .bbs_txt{
  font-size:16px;
  color:#fff;
  background-color: #005e5b;
  padding:5px 10px;
  border-radius: 5px;
}
/* right */

/* tab */
.main_local_store .local_tabmenu{
  text-align:left;
  position: absolute;
  top:0;
  right:10px;
}
.main_local_store .local_tabmenu>li{display:inline-block; padding-bottom:0px;}
.main_local_store .local_tabmenu>li>a{display:block;
    font-size:16px;
    color:#333;
    width:100px;
    height:35px;
    line-height: 35px;
    border-radius: 17.5px;
    text-align: center;
    border:1px solid #ccc;
}

.main_local_store .local_tabmenu li:first-child a.on{
  color: #fff;
  transition: all .3s ease-in-out;
  background-color: #000;
}
.main_local_store .local_tabmenu li a:focus,
.main_local_store .local_tabmenu li a:hover{
  color: #fff;
  background-color: #000;
}

.main_local_store .local_tabmenu>li>a.active0{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active1{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active2{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active3{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active4{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active5{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active6{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active7{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active8{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active9{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active10{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active11{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active12{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active13{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active14{color: #fff; background-color: #000}
.main_local_store .local_tabmenu>li>a.active15{color: #fff; background-color: #000}
/* tab */

.footer_top{
  background-color: #404040;
  padding:15px 0;
}
.footer_top h2{
  font-size:18px;
  color:#fff000;
}

.footer_top span{
  display: block;
  font-size:12px;
  font-weight: 200;
  color:#fff;
}

.footer_middle{
  padding:15px 0;
  background-color: #fff;
  overflow: hidden;
}
.footer_middle ul{
  display: flex;
  align-items:bottom;
  justify-content: space-between;
}
.footer_middle ul li{
  width:50%;
  margin-right:40px;
  display: flex;
  align-items: end;
  justify-content: start;
}
.footer_middle ul li:last-child{margin-right:0;}
.footer_middle ul li .footer_middle_logo{width:160px;}
.footer_middle ul li .footer_middle_tit{margin-left:40px;}
.footer_middle ul li .footer_middle_tit p{
  font-size:12px;
  line-height: 24px;
}

.footer_bottom{
  background-color: #fff;
  padding:15px 0;
}
.footer_bottom span{
  display: block;
  font-size:12px;
  font-weight: 200;
  color:#333;
}

 /* top_btn */
.topbtn{
  position: fixed;
  bottom:60px;
  right:60px;
  z-index:9999999999999;
  width:50px;
  height:50px;
  border-radius: 40px;
  background-color:  #cf0f57;
  transition: all 0.5s ease;
  opacity: 0;
}
.topbtn.on{opacity: 1;}

.topbtn img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:30px;
}

.topbtn:hover{
  transition: all 0.5s ease;
  background-color: #151515;
  
}
/* top_btn */

