@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');


* {box-sizing: border-box;}
* {margin:0; padding:0;}
li {list-style:none;}
a {text-decoration:none; color:#333;}
body {
  font-family: 'Montserrat', 'Noto Sans KR' sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
/* img {display:block;} */

/* popup */
/* popup */
/* popup */

.popup {
  max-width: 1920px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background-color: #253d85;
  color: #fff;
}
.xi-trophy {
  font-size: 21px;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 300;
}
.pop_list p {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Noto Sans KR', sans-serif;
}
.pop_list > p > span {
  margin-left: 20px;
  font-size: 13px;
  margin-right: 30px;
  font-family: 'Noto Sans KR', sans-serif;
}
.xi-close-min {
  font-size: 21px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}

/* header */
/* header */
/* header */
.m_close {display: none;}
header {
  width: 100%;
  height: 100px;
  position: relative;
}
.header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 33px 0;
  width: 100%;
  height: 100%;
  text-align: center;  
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
}
header h2 {
  padding-left: 35px;
  float: left;
}
header nav { width: 100%;}
header nav .menu {
  float: right;
  /* transition: all .5s; */
}
.menu_bg {
  position: absolute;
  /* transition: .5s; */
  top: 78px;
  left: 0;
  width: 100%;
  display: none;
  height: 250px;
  background-color: #fff;
  z-index: 9;
}
.menu > li {
  float: left;
  line-height: 34px;
  /* vertical-align: middle; */
  position: relative;
  /* transition: all .5s; */
}
.menu > li> a > span::after {
  position: absolute;
  content: '';
  display: block;
  top: 30px;
  left: 0;
  width: 0;
  transition: .5s;
  height: 3px;
  background-color: #253D85;
  text-align: center;
}
.menu > li > a:hover > span::after {
  width: 100%;
}
.menu > li > a {
  display: block;
  font-size: 20px;
  line-height: 34px;
  margin: 0 35px;
  position: relative;
  /* transition: all .5s; */
}
.menu li:hover > a {
  color:#333;
  /* transition: all .5s; */
}
.menu > li a:hover {
  /* font-weight: bold; */
  color: #253D85;
}
.sub {
  position: absolute;
  width: 100%;
  top: 42px;
  left: 0;
  line-height: 30px;
  text-align: center;
  z-index: 9999;   
  display: none;
  /* transition: all .5s;     */
  height: 250px;
}
.sub > li > a {
  font-size: 15px;
  line-height: 45px;
  /* transition: all .5s; */
  z-index: 99;
}
.sub li:hover a {
  color: #253D85;
}
.lili {
  position:fixed;
  top:0;
  left:0;
  width:100%; 
  height: 100px;
  margin:0 auto; 
  z-index: 888;
  background-color: #fff;
}

/* trigger */
/* trigger */
/* trigger */

.trigger {
  width: 30px;
  height: 15px;
  position: absolute;
  right: 201px;
  top: 41px;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.trigger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #253D85;
  transition: .3s; 
}
.trigger span:nth-child(1) {
  top: 0;
}
.trigger span:nth-child(2) {
  top: 50%;
  width: 60%;
}
.trigger span:nth-child(3) {
  top: 100%;
  width: 75%;
}
.trigger.active span {
  background-color: #000;
}
.trigger.active span:nth-child(1) {
  top: 50%;
  width: 100%;
  transform: rotate(45deg);
}
.trigger.active span:nth-child(2) {
  opacity: 0;
}
.trigger.active span:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: rotate(-45deg);
}
.ham_sub {display: none;}
.upup {display: none;}
.m_sub {display: none;}
.m_sub > li {
  line-height: 50px;    
}
.m_sub > li > a {
  font-size: 15px;
  color: #444;
  display: none;
  }

/* main  */
/* main  */
/* main  */

.main {
  /* background:url('../img/mainmain_.png') center center no-repeat;
  background-size:cover; */
  /* padding-top:350px; */
  color:black;
  width: 100%;
  height: 100%;
  clear: both;
}
.slick-slide h3 {
  font-size:25px;
  margin-bottom:55px;    
}
.slick-slide img {
  width:100%;
  height:100%;
}
.slick-prev {
  left:30px;
  top: 45%;
  z-index:88;
  background: url(../image/mainsl_arr_prev.png) center center no-repeat;
}
.slick-next {
  right:30px;
  top: 45%;
  z-index:88;
  background: url(../image/mainsl_arr_next.png) center center no-repeat;
}
.slick-slide {
  position:relative;
  width: 100%;
  height: 700px;
}
.slick-slide .text {
  position:absolute;
  /* top:200px;
  left:196px; */
  top:15%;
  leFt:10%;
  color:#fff;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #253D85;
}
.slick-dots li button:before {
  color: #253D85;
}
.slick-slide dl dt {
  font-size:60px;
  margin-bottom:35px;
  font-weight:bold;
}
.slick-slide dl dd {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 75px;
}
.slick-slide p {
  font-size:40px;
}
.slick-initialized .slick-slide {
  height: 650px;
  margin-bottom: 100px;
}
.slick-initialized .slick-slide div {height: 100%;}
.slick-dots li {
  width: 13px;
  height: 13px;
  background: transparent;
  box-shadow: inset 0 0 0 .5px #aaa;
  border-radius: 10px;
  cursor: pointer;
  transition: all .5s;
}
.slick-dots li button {opacity: 0;}
.slick-dots li.slick-active {background: #253D85;}
.slider_wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.slick-dots { bottom: 60px;}
.slick-prev:before , .slick-next:before {display: none;}
.slick-prev:hover, .slick-prev:focus {
  background: url(../image/mainsl_arr_prev.png) center center no-repeat;
}
.slick-next:hover, .slick-next:focus {
  background: url(../image/mainsl_arr_next.png) center center no-repeat;
}
.slick-slide .sq a {color:white;}
.slick-slide .sq:hover a {
  color:yellow;
  font-size:20px;
}
:focus {
  outline:none;
}

/* background_fixed */
/* background_fixed */
/* background_fixed */

.background_fixed {
  max-width: 1920px;
  height: 100%;
}
.bg_fixed {
  width: 100%;
  height: 1000px;
  background-image: url(../image/fixed06.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.bg_fixed p {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 60%;
  left: 15%;
  /* transform: translate(-50%, -50%); */
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  font-weight: 800;  
}
.bg_fixed span {
  position: absolute;
  top: 74%;
  left: 15%;
}
.bg_fixed span a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  transition: all .5s;
  display: block;
}
.bg_fixed span a:hover {
  color: cyan;
}
/* .fixed p:hover {
  transition: width .3s;
  animation: peach 0.9s both;
} */
.click {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* spring_menu */
/* spring_menu */
/* spring_menu */

.spring_menu {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}
.spring_menu h2 {
  margin-top: 100px;
  font-size: 35px;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 80px;
}
hr {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.menu_inner {
  max-width: 1480px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.menu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_wrap > div {
  margin-top: 50px;
  width: 32.33333%;
  transition: all .5s;
  overflow: hidden;
  position: relative;
}
.menu_wrap > div > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.menu_wrap > div:last-of-type {
  margin-right: 0;
}
.menu_wrap img {
  width: 100%;
  transition: all .5s;
}
.menu_wrap > div:hover img {
  transform: scale(1.08);
}

/* beanist_menu */
/* beanist_menu */
/* beanist_menu */

.beanist_menu {
  max-width: 1920px;
  width: 100%;
  height: 5120px;
  background: url(../image/02fixed-03.png) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  /* background-color: #253d87d2; */
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  word-break: keep-all;
}
.beanist_menu h2 {
  padding-top: 200px;
  font-size: 75px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
.bean_img {
  float: left;
}
.bean_img > img {
  height: 100%;
}
.ame {
  padding: 0 120px;
  width: 100%;
  height: 1800px;
  position: relative;
  margin-top: 100px;
}
.bean_wrap h1 {
  margin-top: 200px;
  font-family: 'Quattrocento', serif;
  color: #fff;
  font-size: 50px;
  padding-left: 150px;
}
.bean01 {
  position: absolute;
  top: 5%;
  left: 240px;
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 10px;
  height: 650px;
  width: 32.7380952%;
  margin: 0 auto;
  text-align: center;
  transition: all .5s;
}
.bean01 > a > img, .bean02 > a > img, .bean03 > a > img {
  margin-top: 130px;
  width: 50%;
}
.bean01 p, .bean02 p, .bean03 p {
  margin-top: 25px;
  color: #333;
  line-height: 1.6em;
  font-size: 28px;
  padding: 0 15px;
  font-weight: 800;
}
.bean01 span, .bean02 span, .bean03 span {
  margin-top: 15px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1.2px;
}
.bean02 {
  position: absolute;
  top: 20%;
  right: 240px;
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 10px;
  height: 650px;
  width: 32.7380952%;
  margin: 0 auto;
  text-align: center;
  transition: all .5s;
}
.bean03 {
  position: absolute;
  top: 62%;
  left: 480px;
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 10px;
  height: 650px;
  width: 32.7380952%;
  margin: 0 auto;
  text-align: center;
  transition: all .5s;
}
/* .bean03:hover, .bean02:hover, .bean01:hover, .bean04:hover, .bean05:hover, .bean06:hover, .bean07:hover {
  transform: rotateY(180deg);
} */

/* latte  */
/* latte  */
/* latte  */

.lattee {
  padding: 0 120px;
  width: 100%;
  height: 1700px;
  position: relative;
}
.latte {
  margin-top: 200px;
  font-family: 'Quattrocento', serif;
  color: #fff;
  font-size: 50px;
}
.bean04 {
  position: absolute;
  top: 12%;
  left: 240px;
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 10px;
  height: 650px;
  width: 32.7380952%;
  margin: 0 auto;
  text-align: center;
  transition: all .5s;
}
.bean05 {
  position: absolute;
  top: 30%;
  right: 240px;
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 10px;
  height: 650px;
  width: 32.7380952%;
  margin: 0 auto;
  text-align: center;
  transition: all .5s;
}
.bean06 {
  position: absolute;
  top: 69%;
  left: 280px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.637);
  height: 650px;
  width: 32.7380952%;
  margin: 0 auto;
  text-align: center;
  transition: all .5s;
}
.bean07 {
  position: absolute;
  top: 90%;
  right: 260px;
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 10px;
  height: 650px;
  width: 32.7380952%;
  margin: 0 auto;
  text-align: center;
  transition: all .5s;
}
.bean04 > a > img, .bean05 > a > img, .bean06 > a > img, .bean07 > a > img {
  margin-top: 130px;
  width: 55%;
}
.bean04 p, .bean05 p, .bean06 p, .bean07 p {
  margin-top: 25px;
  color: #333;
  line-height: 1.6em;
  font-size: 28px;
  padding: 0 15px;
  font-weight: 800;
}
.bean04 span, .bean05 span, .bean06 span,.bean07 span {
  margin-top: 15px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1.2px;
}

/* ediya_lab */
/* ediya_lab */
/* ediya_lab */

.ediya_lab {
  max-width: 1680px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.ediya_lab h2 {
  margin-top: 100px;
  font-size: 35px;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 80px;
}
.ediya_lab hr {margin-bottom: 120px;}
.ediya_lab ul li {
  display: inline-block;
  width: 320px !important;
  height: 320px !important;
  overflow: hidden;
  transition: all .5s;
}
.ediya_lab img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all .5s;
}
.carouselTicker__wrap {height: 400px;}
.carouselTicker__item {
  border-color: transparent;
  transition: all .5s;
}
.carouselTicker__item:hover img {
  transform: scale(1.1);
}

/* footer */
/* footer */
/* footer */

footer {
  width: 100%;
  margin: 0 auto;
  background-color: #262626;
}
.footer_info {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.footer_up ul li {display: inline-block;}
.footer_up ul li a {
  display: block;
  color: #fff;
  margin-right: 25px;
  padding: 25px 0;
  font-size: 14px;
}
.bottom_footer {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  word-break: keep-all;
  overflow: hidden;
}
.bottom_footer h1 {
  text-align: left;
  margin-bottom: 10px;
}
.bottom_footer > span {
  color: #fff;
  float: left;
  margin: 0 auto;
  font-size: 14px;
}
.bottom_footer > p {
  font-size: 14px;
  color: #fff;
  float: left;
  margin-left: 8px;  
}
.bottom_li ul li {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  padding: 10x 0;
  margin-right: 2px;
  margin-bottom: 20px;
}
.bottom_li > p {
  color: #fff;
  font-size: 13px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  .bean01, .bean02, .bean03, .bean04, .bean05, .bean06, .bean07 {
    height: auto;
    padding-bottom: 50px;
    width: 30%;
  }
  .bean01 > a > img, .bean02 > a > img, .bean03 > a > img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1496px) {
  .footer_info {width: 96%;}
  .menu_inner {
    height: auto;
    margin-bottom: 100px;
  }
  .slick-initialized .slick-slide div {height: auto;}
  .slick-slide img {height: auto;}
  .slick-initialized .slick-slide {height: auto;}

}
  
@media screen and (max-width: 1292px) {
  .main {height: auto;}
  .slick-initialized .slick-slide {
    height: auto;
  }
  .slick-slide img {
    height: auto;
  }
  .menu_wrap {
    width: 96%;
    margin: 0 auto;
  }
  .beanist_menu {
    height: auto;
    padding-bottom: 150px;
  }
  .beanist_menu h2 {
    font-size: 60px;
  }
  .beanist_menu hr {margin-bottom: 0;}
  .ame {
    padding: 0 30px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ame > div {
  width: 31.3333333%;
  position: static;
  margin-bottom: 20px;
  }
  .beanist_menu .latte {float: none;}
  .lattee {
    padding: 0 30px;
    margin-top: 100px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lattee > div {
    width: 45%;
    position: static;
    margin-bottom: 20px;
  }
  .bean04 > a > img, .bean05 > a > img, .bean06 > a > img, .bean07 > a > img {
    margin-top: 50px;
    width: 52%;
  }
  .bean01 span, .bean02 span, .bean03 span, .bean04 span, .bean05 span, .bean06 span, .bean07 span {
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 600;
  }
  .bean01 p, .bean02 p, .bean03 p, .bean04 p, .bean05 p, .bean06 p, .bean07 p {
    line-height: 1.2em;
    font-size: 20px;
  }
  .fixed {
  background-size: 100%;
  }
  .ediya_lab {
    height: auto;
    margin-bottom: 60px;
  }
  .carouselTicker {height: auto;}
  .carouselTicker__wrap {height: auto;}
  .carouselTicker__list {height: auto;}
}
@media screen and (max-width: 1088px) {
  .bg_fixed span {
    position: absolute;
    top: 82%;
 }
 .footer_up ul li a {margin-right: 15px;}
}
@media screen and (max-width: 1024px) {
  .trigger {
    display: block;
    right: 69px;
    top: 43px;  
  }
  .m_close {
    display: block;
    position: absolute;
    top: 24px;
    width: 15px;
    right: 20px;
    z-index: 3;
    cursor: pointer;
  }
  .left_menubar {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    left: -100%;
    height: 100%;
    display: block;    
    background-color: transparent;
    overflow-y: scroll;
  }
  .m_gnb_wrap {
    position: absolute;
    height: 100%;
    right: 0;
    background-color: #1d326c;
    width: 75%;
  }
  header nav .menu {display: none;}
  .m_sub {display: none;}
  .upup {
    display: block;
    margin-bottom: 20px;
  }
  .upup ul li {
    display: inline-block;
  }
  .upup ul {
    margin: 0 auto;
    margin-top: 20px;
  }
  .upup ul li a {
    margin-left: 50px;
    color: #fff;
    margin-right: 30px;
  }
  .ham_sub {
    width: 100%;
    display: block;
    border-top: solid 1px #192d65;
  }
  .ham_sub > li > a {
    padding-left: 50px;
    font-size: 16px;
    font-weight: 500;
    border-top: solid 1px #2e437c;
    border-bottom: solid 1px #192d65;
    line-height: 50px;
    color: #fff;
    display: block;
  }
  .ham_sub > li:first-of-type > a {}
  .ham_sub > li:last-of-type > a {
    border-bottom: solid 1px #2e437c;
  }
  .m_sub {background: #2a4181;}
  .m_sub > li > a {
    /* display: block; */
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 50px;
    line-height: 50px;
    border-top: solid 1px #2e437c;
    border-bottom: solid 1px #192d65;
    color: #fff;
  }
  .m_sub > li:last-of-type > a:last-of-type {
    border-bottom: solid 1px #2e437c;

  }
  .menu_bg {display: none !important;}
}
@media screen and (max-width: 960px) {
  .bg_fixed p {
    font-size: 35px;
    letter-spacing: 1px;
  }
  .bg_fixed span {top: 73%;}
  .menu_wrap > div {
    width: 100%;
    margin-top: 0;
  }
  .menu_wrap img {display: block;}
  .menu_inner {
    height: auto;
    margin-bottom: 100px;
  }
  .beanist_menu h2  {font-size: 45px;}
  .bean_wrap h1 {
    font-size: 45px;
    padding-left: 0;
    text-align: center;
  }
  .bean_wrap h1 {
    margin-top: 80px;
  }
  .bean_wrap h1:last-of-type {
    margin-top: 150px;
  }
  .ame > div {
    width: 48%;
    margin-bottom: 20px;
  }
  .lattee > div {
    width: 48%;
  }
  .bg_fixed {
    height: 600px;
  }
  .bg_fixed span {top: 80%;}
}
@media screen and (max-width: 827px) {
  .bg_fixed span {top: 60%;}
  .bg_fixed p { 
    top: 43%;
    font-size: 30px;
  }
  .bean_wrap h1 {font-size: 30px;}
}
@media screen and (max-width: 640px) {
  .bg_fixed span {top: 66%;}
  .header h2 img { width: 150px;}
  .trigger {top: 46px;}
  .beanist_menu h2 {font-size: 30px;}
  .bean01 p, .bean02 p, .bean03 p, .bean04 p, .bean05 p, .bean06 p, .bean07 p {font-size: 18px;}
  .bean01 span, .bean02 span, .bean03 span, .bean04 span, .bean05 span, .bean06 span, .bean07 span {
    font-size: 16px;
    font-weight: 600;
  }
  .bean_wrap h1 {font-size: 25px;}
  .spring_menu h2 {font-size: 27px;}
  .ediya_lab h2 {font-size: 27px;}
  .bottom_footer > p {margin-left: 8px;}
  .footer_up ul li a {
    margin-right: 0;
    padding: 2.5px 0;
    font-weight: 14;
    margin-top: 10px;
  }
  .footer_up ul li:nth-of-type(4) a {margin-top: 0;}
  .footer_up ul li:last-of-type a {margin-top: 0;}
  .bottom_li ul li {
    margin-bottom: 0;
    line-height: 1.2em;
  }
  .bottom_footer > span {
    font-size: 14px;
    text-align: left;
  }
  .bottom_footer {line-height: 1.2em;}
  .ame {margin-top: 30px;}
  .lattee {margin-top: 30px;}
  .ame > div {width: 100%;}
  .lattee > div {width: 100%;}
  .bean_wrap h1 {margin-top: 50px;}
  .ediya_lab hr {margin-bottom: 50px;}
  .upup ul li a {
    margin-left: 0;
    margin-right: 2px;
    font-size: 14px;
  }
  .upup ul li:first-of-type a {margin-left: 50px;}
  .left_menubar {background-color: rgba(0, 0, 0, .5);}
  .m_gnb_wrap {width: 86%;}
  .ediya_lab ul li {
    width: 170px !important;
    height: 170px !important;
  }
  .ediya_lab img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 637px) {
  .bottom_footer > p {margin-left: 0;}
}
@media screen and (max-width: 452px) {
  .bg_fixed p {top: 37%;}
}
