html,
body {
  width: 100%;
  height: 100%;
} 

body {
  overflow-x: hidden;
  overflow-y: scroll;
  letter-spacing: -0.05em;
}

table{
  font-family: "Noto Sans Korean","Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a,
a:hover {
  text-decoration: none;
}

b{
  font-weight: 800;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* 헤더 */

.header {
  z-index: 99;
  position: relative;
  width: 100%;
  background: #fff;
  margin: 30px 0;
}

.header .container {
  position: relative;
  height: 70px;
}

.header .logo {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 2000;
}
.header .mobile-menu-bar{
    display: none;
}
.header .top-menu-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 310px;
  background-color: #ffffff;
  display: none;
  z-index: 1000;
}

.top-menu {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 800px;
  z-index: 2000;
}

.top-menu > li {
  flex: 1;
  width: 130px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.top-menu > li > ul {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.top-menu > li > ul > li {
  font-size: 16px;
  margin-bottom: 15px;
}

.top-menu > li > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: normal;
}

.top-menu > li:last-child a{
  color: #bf1d2d !important;
  font-weight: 800;
}

.top-menu ul {
  display: none;
}

.header .consult {
  position: absolute;
  top: 0px;
  right: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 2000;
}

.header .consult a {
  display: block;
  background: url(../images/common/lips.png) left center no-repeat;
  font-size: 18px;
  padding-left: 80px;
  margin-left: 20px;
}

.fc-tel{
  display: block;
  background: #bf1d2d;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 30px;
}

.fc-tel span{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 800;
}

.fixed-sns-wrap{
  z-index: 999;
  position: fixed;
  bottom:105px;
  right: 25px;
}

.fixed-sns-wrap li:nth-child(2){
  margin: 20px 0;
}

.fixed-sns-wrap li img{
  width: 62px;
}

.sc-ifAKCX.eyavPk{

}


.header::after {
  display: block;
  content: "";
  clear: both;
}





/*푸터*/
.benefit-wrap{
  background: url(../images/main/footer-bg.png) no-repeat;
  background-size: cover;
  height: auto;
  padding: 100px 0;
}

.benefit-list{
  margin: 100px auto;
  display: table;
}

.benefit-list li {
  position: relative;
  float: left;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: #bf1d2d;
  margin-right: 50px;
  z-index: 99;
}

.benefit-list li:hover{
  background-color: #a11725;
  transition: 0.2s;
}

.benefit-txt-box{
  width: 150px;
  line-height: 1.3em;
  color: #fff;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  word-break: keep-all;
  font-weight: 300;

}

.benefit-txt-box span{
  display: block;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}


.benefit-list-01 span{
  background: url(../images/main/benefit-icon-01.png)top center no-repeat;
  padding-top: 80px;
}

.benefit-list-01::before{
  position: absolute;
  top:0;
  left: -10px;
  display: block;
  content: "01";
  font-size: 80px;
  color: #fff;
  font-weight: 100;
  z-index: 9;
}

.benefit-list-02::before{
  position: absolute;
  top:0;
  left: -10px;
  display: block;
  content: "02";
  font-size: 80px;
  color: #fff;
  font-weight: 100;
  z-index: 9;
}

.benefit-list-03::before{
  position: absolute;
  top:0;
  left: -10px;
  display: block;
  content: "03";
  font-size: 80px;
  color: #fff;
  font-weight: 100;
  z-index: 9;
}

.benefit-list-02 span{
  background: url(../images/main/benefit-icon-02.png)top center no-repeat;
  padding-top: 80px;
}

.benefit-list-03 span{
  background: url(../images/main/benefit-icon-03.png)top center no-repeat;
  padding-top: 80px;
}

.benefit-txt{
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 200;

}



.benefit-list::after{
  display: block;
  content: "";
  clear: both;
}

.foo-info-wrap{
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}

.foo-info {
  float: left;
  font-size: 16px;
  line-height: 1.5em;
}

.foo-info .tit{
  color: #bf1d2d;
  font-weight: 700;
  margin-top: 30px;
}


.sns-wrap{
  margin-top: 50px;
}
.sns-wrap img{
  display: inline-block;
}

.sns-wrap .sns-center{
  margin: 0 30px;
}

.foo-menu {
  margin-top:20px;
  margin-left: 160px;
  float: left;
}


.foo-menu .menu{
  float: left;
  font-weight: normal;
  font-size: 16px;
  margin-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
  width: 150px;
  height: 295px;

}

.menu-05{
  border-right: 0 !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.foo-menu .menu .tit{
  font-weight: 800;
  color: #bf1d2d;
  margin-bottom: 20px;
}

.foo-menu .menu li{
  line-height: 2em;
}

.copyright{
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
}


.cr{
  display: block;
  content: "";
  clear: both;
}




@font-face { 
  font-family: 'OTEnjoystoriesBA';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff')
  format('woff');
  font-weight: normal;
  font-style: normal;
}

b{
   font-weight: 700;
}

/*헤더*/
header{
  z-index:99;
  position: relative;
  width:100%;
  background: #fff;
  margin:30px 0;
}

header .inner{
  width: 1400px;
  margin: 0 auto;
}

header .inner .logo{
  float: left;
}



header .inner ul{
  position: absolute;
  top:25px;
  left:50%;
  transform: translateX(-50%);
  display: flex;
  width: 800px;

}

header .inner ul li{
  flex: 1;
  font-size: 18px;
  text-align: center;
}

header .inner .consult{
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-top:10px;
}

header .inner .consult a{
  display: block;
  background: url(../images/common/lips.png) left center no-repeat;
  font-size: 20px;
  padding-left: 80px;
  margin-left: 20px;

}

.fc-r{
  color: #bf1d2d;
  font-weight: 800;
}



header .inner::after{
  display: block;
  content: "";
  clear: both;
}


.main-wrap{
  position: relative;
}

.visual {
  width: 100%;
  height: 940px;
  overflow: hidden;
}

.visual img{
  width: 100%;
}

/* .inner{
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
} */

.sec-01{
  background: url(../images/main/sec-01-bg.png) no-repeat;
  height: 820px;
  background-size: cover;
  background-attachment: fixed;
}

.title{
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.title span{
  display: block;
  color: #bf1d2d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1em;
  margin-bottom: 30px;
}

.title h2{
  display: block;
  font-family: 'OTEnjoystoriesBA';
  font-size: 85px;
  margin-bottom: 30px;
}

.title p{
  display: block;
  font-size: 16px;
  width: 465px;
  margin: 0 auto;
  line-height: 1.8em;
  font-weight: 300;
}

.sec-01-list{
  margin: 60px auto 50px auto;
  
}

.sec-01-list li{
  float: left;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color:#bf1d2d ;
  margin-right: 40px;
}

.sec-01-list li:hover{
  background-color: #a11725;
  transition: 0.2s;
}

.sec-01-list .list-04{
  margin-right: 0;
}



.sec-01-list::after{
  display: block;
  content: "";
  clear: both;
}

.p-tb100{
  padding:100px 0;
}

.list-txt-box{
  width: 120px;
  line-height: 1.3em;
  color: #fff;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  word-break: keep-all;
}

.list-txt-box span{
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.list-txt-box .more{
  margin-top: 15px;
  color: #ffd800;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.3em;
  font-weight: 300;
}

.list-01 span{
  background: url(../images/main/list-01-icon.png)top center no-repeat;
  padding-top: 80px;
}

.list-02 span{
  background: url(../images/main/list-02-icon.png)center 15px no-repeat;
  padding-top: 80px;
}

.list-03 span{
  background: url(../images/main/list-03-icon.png)center 10px no-repeat;
  padding-top: 80px;
}

.sec-01-list .list-04{
  background-color: #fff;
}

.sec-01-list .list-04:hover{
  background-color: #dbdbdb;
  transition: 0.2s;
}

.sec-01-list .list-04:hover span{
  transition: 0.2s;
  color: #a11725;
}

.sec-01-list .list-04 .list-txt-box .call{
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
}

.sec-01-list .list-04 .list-txt-box {
  display: block;
  width: 200px;
}

.list-04 span{
  background: url(../images/main/list-04-icon.png)center 25px no-repeat;
  padding-top: 80px;
}



.list-04 .list-txt-box{
  color: #454545;
}

.sec-02{
  background: url(../images/main/sec-02-bg.png) no-repeat;
  height: auto;
  padding-bottom: 100px;
  background-size: cover;
}

.cf-wrap{
  padding:100px 0 50px 0;
}

.cf-wrap .cf{
  position: relative;
  float: left;
  width: 850px;
  height: 478px;
  background: #fff;
}

.cf-wrap .cf p{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.cf-wrap .cf-txt{
  float: left;
  margin-left: 80px;
  margin-top:100px;
  color: #fff;
}

.cf-wrap .logo-white{
  display: block;
}

.cf-wrap .cf-txt h2{
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
}

.cf-wrap .cf-txt p::before{
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  margin:30px 0;

}

.cf-wrap .cf-txt p{
  display: block;
  width: 250px;
  line-height: 1.3em;
  word-break: keep-all;
  text-align: left;
}

.cr{
  display: block;
  content: "";
  clear: both;
}

.btn-st-01{
  width: 220px;
  display: block;
  background: #000000;
  padding:  20px 0;
  margin-top: 20px;
  border-radius:10px 0;
  margin:30px auto 0 auto;
}

.btn-st-01.mt50-auto{
  margin:50px auto 0 auto;
}





.btn-st-01:hover{
  transition: 0.5s;
  box-shadow: 220px 0 0 0 rgba(255,255,255,0.1) inset, -220px 0 0 0 rgba(255,255,255,0.1) inset;
}

.btn-st-01 span{
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  
}

.news h2{
  text-align: center;
  color: #fff;
  font-family: 'OTEnjoystoriesBA'; 
  font-size: 85px; 
}

.news-list{
  position: relative;
  margin-top: 30px;
  border-top: 3px solid #fff;
}

.news-list li{
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-top: 40px;
  height: 150px;
}

.news-list li .date{
  float: left;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
}

.news-list li .date b{
  color: #fff;
}

.news-list li .date p{
  color: rgba(255,255,255,0.5);
  font-size: 16px;
}


.news-list li .con{
  float: left;
  margin-left: 100px;
  color: #fff;

}

.news-list li .con b{
  display: block;
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: left;
}

.news-list li .con::after{
  display: block;
  content: "";
  clear: both;
}

.news-list li:hover .con b{
  text-decoration: underline;
}

.news-list li:hover .plus-btn{
  background-color: #fff;
  transition:0.2s ;
}

.news-list li:hover .plus-btn span{
  color: #000000;
  transition:0.2s ;
}

.news-list .plus-btn{
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #000000;
}


.plus-btn span{
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: bolder;

}

.sec-03{
  padding:100px 0;
}

.new-store-wrap{
  width: 100%;
  display: flex;

}

.store-box{
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.store-box:hover{
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}


.store-box img{
  width: 100%;
}

.store-box.box-center{
  margin: 0 30px;
}

.store-info{
  padding: 50px 0;
  text-align: center;
  line-height: 1.8em;
}

.store-info li:nth-child(2){
  color: #bf1d2d;
  font-size: 18px;
  font-weight: normal;
}

.store-info li:nth-child(3){
  color: #bf1d2d;
  font-size: 22px;
  font-weight: 800;
}


.sec-03 .title h2{
  color: #000000;
}

.no-page {
  position: relative;
  display: block;
  width: 711px;
  height: 500px;
  margin: 0 auto;
  background: url(/layouts/jokerdark/images/common/nopage.png) center center no-repeat;
  background-size: 80%;
}


/*메인슬라이드*/
.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-cover, .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide {
  height: 100vh;
}

.slide--1 {
  background-image: url(/layouts/jokerdark/images/main/vs-01.png);
  background-size: cover;
}

.slide--2 {
  background-image: url(ht/layouts/jokerdark/images/main/vs-02.png);
  background-size: cover;
}

.slide--3 {
  background-image: url(/layouts/jokerdark/images/main/vs-03.png);
  background-size: cover;
}

.visual-pc{
  display: block;
}

.visual-m{
  display: none;
}

.mobile-menu{
  display: block;
}

.mobile-menu{
  display: block;
  position: absolute;
  right: 10px;
  top:15px;
}

.mobile-menu .bar {
  width: 25px;
  height: 2px;
  background: #333;
  display: block;
  margin-bottom: 5px;
}


.navigation {

  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
  background: #fff;
  overflow: scroll;
  bottom: 0;
  padding-bottom: 50px;
  width: 100%;
  transition: transform .5s;
}

.navigation .separator {
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px solid #f4f4f4;
  left: 130px;
  top: 67px;
}

.navigation .top > h1{
  font-size: 20px;
  font-family: "Noto Sans Korean","Noto Sans";
  padding: 0;
  padding-left: 0;
  margin: 0;
  margin-left: 20px;
}

.navigation .top {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #bf1d2d;
}

.navigation .top .util-box {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.navigation .top .util-box ul {
  overflow: hidden;
}
.navigation .top .util-box ul li {
  float: left;
  border: 1px solid #ccc;
}
.navigation .top .util-box ul li > a {
  padding: 0 12px 0 13px;
  line-height: 30px;
  display: block;
  text-align: center;
}
.navigation .top .util-box ul li + li {
  border-left: 0;
}

.navigation .top .close {
position: absolute;
right: 15px;
top: 17px;
width: 25px;
height: 25px;
opacity: 0.3;
}
.navigation .top .close:hover {
opacity: 1;
}
.navigation .top .close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 25px;
width: 2px;
background-color: #333;
}
.navigation .top .close:before {
transform: rotate(45deg);
}
.navigation .top .close:after {
transform: rotate(-45deg);
}


.navigation.open {
  transform: translate(0, 0);
  opacity: 1;
}

.navigation h1 {
  font-size: 18px;
  padding: 15px 0;
  padding-left: 15px;
}
.navigation > ul {
  position: relative;
}
.navigation > ul > li {
  margin-left: 130px;
}
.navigation > ul > li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 70px;
  box-sizing: border-box;
  font-size: 15px;
  padding: 23px 0;
  display: block;
  text-align: center;
  color: #1a1a1a;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  background: #f4f4f4;
}
.navigation > ul > li.is_mobile {
  display: block;
}
.navigation > ul > li.active > a {
  color: #fff;
  background: #bf1d2d;
  /* border-bottom: 1px solid #0c386e;
  border-top: 1px solid #21599c; */
}
.navigation > ul > li.active ul {
  display: block;
  border-left:1px solid #f4f4f4;
}

.navigation > ul > li.active ul li {
 height: 70px;
}
.navigation > ul > li:nth-child(1) > a {
  line-height: 1.2;
  top: 0px;
}
.navigation > ul > li:nth-child(2) > a {
  line-height: 1.2;
  top: 70px;
}
.navigation > ul > li:nth-child(3) > a {
  line-height: 1.2;
  top: 140px;
}
.navigation > ul > li:nth-child(4) > a {
  line-height: 1.2;
  top: 210px;
}
.navigation > ul > li:nth-child(5) > a {
  line-height: 1.2;
  top: 280px;
}
.navigation > ul > li:nth-child(6) > a {
  line-height: 1.2;
  top: 390px;
}
.navigation > ul > li:nth-child(7) > a {
  line-height: 1.2;
  top: 480px;
}
.navigation > ul ul {
  display: none;
}
.navigation > ul ul li a {
  padding: 22px 10px 22px 32px;
  font-size: 16px;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  height: 70px;
}
.navigation > ul ul ul {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.navigation > ul ul ul li a {
  padding: 8px 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  border-bottom: none;
  font-size: 15px;
  color: #666;
}

.mobile-menu{
  display: none;
}



@media (min-width: 1930px) {
	.visual{
    height: 1200px;
  }
}


@media (max-width: 1024px) { 
  .top-menu{
    display: none;
  }

  .header .consult{
    display: none;
  }

  
  .mobile-menu{
    display: block;
  }

  .header .container {
    height: 50px;
    padding: 0;
    /* margin: 0 10px; */
    /* border: 1px solid red; */
    width: 95%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .visual-pc{
    display: none !important;
  }

  .visual-m{
    display: block;
    height: auto;
    overflow: hidden;
    background-color: #000000;
  }

  .sec-01{
    height: auto;
  }

  .sec-01 > .inner{
    width: 90%;
  }

  .sec-01-list{
    width: 685px;
  }

  .sec-01-list .list-03, .sec-01-list .list-04{
    margin-top:30px;
  }

  .sec-02 > .inner{
    width: 90%;
  }

  .cf-wrap .cf {
    float: none;
    width: 100%;
    height: 450px;
  }

  .cf-wrap .cf-txt{
    display: none;
  }

  .sec-03{
    padding: 50px 0;
  }

  
  .benefit-wrap{
      padding: 50px 0;
  }
  .benefit-wrap .title span{
      font-size: 16px;
      margin-bottom: 20px;
  }
  .benefit-wrap .title h2{
      font-size: 45px;
  }

  .benefit-list{
      margin: 0 auto;
  }

  .benefit-list li {
      position: relative;
      float: none;
      width: 250px;
      height: 250px;
      border-radius: 250px;
      margin-right: 0;
  }

  .benefit-list-02{
      margin:30px auto;
  }

  
  .benefit-txt{
      margin:30px auto;
  }

  
  .foo-info-wrap{
    width: 100%;
    padding:0;
  }

  .foo-info{
    float: none;
    text-align: center;
  }

  .foo-info .tit{
    margin-top:20px;
  }

  .foo-menu{
    display: none;
  }

  .sns-wrap{
    margin-top: 20px !important;
  }

  .copyright{
    margin:20px auto;
  }

  .dp-n-s{
    display: none;
  }

  .sec-03 > .inner{
    width: 100%;
  }

  
  .new-store-wrap {
    width: 90%;
    margin: 0 auto;
  }

  .new-store-wrap a{
    flex: 1;
  }

  .store-info{
    padding:30px 0;
  }




}/*1024*/

@media (max-width: 768px) {

	.visual{
    height: 600px;
  }

  .sec-01 > .inner{
    padding:50px 0;
  }

  .sec-01-list li {
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-color: #bf1d2d;
    margin-right: 10px;
    float: left;
  }

  .sec-01-list {
    width: max-content;
  }

  .sec-01-list .list-04 .list-txt-box {
    width: 100%;
    padding-top:10px;
  }

  .sec-01 .title h2 {
    font-size: 40px;
    word-break: keep-all;
    margin-bottom: 20px;
  }
  .sec-01 .title span {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .sec-01 .title p {  
    font-size: 15px;
    width: 100%;
    word-break: keep-all;
  }

  .sec-01-list .list-03, .sec-01-list .list-04{
    margin-top:0px;
  }

  .list-txt-box{
    padding-top: 30px;
  }

  .list-txt-box p{
    display: none;
  }

  .sec-01-list .list-04 .list-txt-box .call{
    display: none;
  }

  .list-txt-box span{
    padding-top: 70px;
    font-size: 16px;
  }

  .cf-wrap{
    margin:0;
    padding:50px 0;
  }

  .cf-wrap .cf {
    height: 350px;
  }

  .news h2{
    font-size: 40px;
  }

  .news-list li .con {
      margin-left: 20px;
      width: 60%;
  }

  .news-list li .con b{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
  }

  
  .news-list li .con p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sec-03 .title span {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .sec-03 .title h2 {
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
  }





}/*768*/

@media (max-width: 640px) {
  .sec-01-list {    
    width: 100%;
  }

  .sec-01-list::after{
    display: block;
    content: "";
    clear: both;
  }

  .sec-01-list li{
    margin-right: 0;
    float: none;
    margin: 0 auto;
  }

  .sec-01-list .list-04{
    margin: 0 auto;
  }

  .sec-01-list a{
    display: block;
    width: 50%;
    height: 150px;
    float: left;
  }

  .list-txt-box{
    padding-top: 30px;
  }

  .sec-01-list .list-03, .sec-01-list .list-04{
    margin-top:20px;
  }
 
}/*640*/

@media (max-width: 375px) {
 
	/* .visual-m{
    height: 185px;
    border:1px solid red;
  } */

  .visual-m img{
    height: auto;
  }

 
}/*375*/
