/* header start */
/* top */
.top{position:fixed; top:0px; left:0; z-index:997; width:100%; height:80px; background-color: #fff;}
.top.on{background:#fff; border-bottom:1px solid #ccc;}
.top .menubtn{position:relative; float:right; width:63px; margin-top:16px;}
.top .menubtn ul{position:absolute; top:0; left:0; width:63px; height:50px; padding:4px 16px;}
.top .menubtn ul li{height:1px; margin:10px 0; background:#333; transition:all 0.5s; transform-origin: left center;}
.top .menubtn ul li:nth-child(2){width:50%;}
.top .menubtn.on ul .bar_t{transform:rotate(45deg);}
.top .menubtn.on ul .bar_m{width:0;}
.top .menubtn.on ul .bar_b{transform:rotate(-45deg);}
.top .logo{padding-left:15px; padding-top:25px;}
.top .logo img{height:40px;}

/* sidemenu */
.menubox{position:fixed; top:0; left:-100%; z-index:998; width:100%; height:100%; transition:all 0.3s; background:#fff; overflow:auto;}
.menubox .logo{position: absolute; padding-left:15px; padding-top:25px; z-index: 999;}
.menubox .logo a{display: block; width:100%;}
.menubox .logo img{height:40px;}
.menubox.on{left:0;}
.sidemenu_head{position:relative; padding:40px 16px 40px; margin-bottom:10px; background-color: #355831;}
.sidemenu_head ul{position:absolute; top:15px; right:0; width:63px; height:50px; padding:4px 16px;}
.sidemenu_head ul li{height:1px; margin:10px 0; background:#fff; transition:all 0.5s; transform-origin: left center;}
.sidemenu_head ul .bar_t{transform:rotate(45deg);}
.sidemenu_head ul .bar_m{width:0;}
.sidemenu_head ul .bar_b{transform:rotate(-45deg);}
.sidemenu_head p:nth-of-type(1){font-size:30px; color:#000;}
.sidemenu_head p:nth-of-type(2){margin-top:10px; font-size:16px; color:#000;}
.sidemenu_body{padding:0 10px;}
.sidemenu_body .sidemenu{margin-bottom:5px;}
.sidemenu_body .sidemenu p{position:relative; padding:20px; font-size:16px; font-weight:700; color:#fff; background:#fff; border-bottom:1px solid #ccc;transition:all 0.5s;}
.sidemenu_body .sidemenu p:hover{opacity:1;}
.sidemenu_body .sidemenu p .arrow{position:absolute; top:19px; right:15px; width:15px; height:15px; background:url('../img/mplus.png') no-repeat center; transition:all 0.3s;}
.sidemenu_body .sidemenu p.open .arrow{transform:rotate(135deg);}
.sidemenu_body .sidemenu p a{color:#355831; display: block;}
.sidemenu_body .sidemenu ul{display:none; padding:5px 0 20px; background:#fff;}
.sidemenu_body .sidemenu ul li{margin-bottom:5px;}
.sidemenu_body .sidemenu ul li a{display:block; padding:15px 35px; font-size:14px; font-weight:400; color:#333; border-bottom:1px solid #ddd;}
/* header end */

/* visual swiper start */
.visual{
  width:100%;
  height:100%;
  padding-top:80px;
}
.typo{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  width:100%;
  z-index: 99;
  text-align: center;
}

.typo span{
  display:block;
  color:#fff;
  transition:all 1s ease-in-out;
}
.typo span:first-child{
  font-size:24px;
  font-weight: 600;
  transition-delay:0s;
}
.typo span:nth-child(2){
  font-size:24px;
  font-weight: 600;
  transition-delay:0.5s;
}

.typo span:last-child{
  transition-delay:1s;
}
.typo span:last-child{margin-top:30px;}
.typo span:last-child a{
background-color: #355831;
color:#fff;
font-size:13px;
padding:10px 60px 10px 20px;
position: relative;
}
.typo span:last-child a::before{
position: absolute;
content: '¡æ';
top:50%;
transform: translateY(-50%);
right:25px;
font-size:13px;
color:#fff;
transition: all .3s ease-in-out;
}
.typo span:last-child a:hover::before{right:10px;}

.visual .swiper-slide > img{width:100%; transform:scale(1.2); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);}

/* .visual .swiper-slide.swiper-slide-active .typo > span.up{opacity:1; transform:translate(0,0);} */

.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:first-child{animation:top 1s .2s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-child(2){animation:middle 1s .4s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:last-child{animation:bottom 1s .6s both;}

@keyframes top{
  0%{opacity: 0; transform:translateX(-300px);}
  100%{opacity: 1; transform: translateX(0);}
}
@keyframes middle{
0%{opacity: 0; transform:translateX(-300px);}
  100%{opacity: 1; transform: translateX(0);}
}
@keyframes bottom{
0%{opacity: 0; transform:translateX(-300px);}
100%{opacity: 1; transform: translateX(0);}
}

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

.visual .swiper-slide {
width:100%;
text-align: center;
font-size: 18px;
background: #fff;
overflow: hidden;
position: relative;
z-index: 0;

/* 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-slide img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.visual .swiper-slide::before{
position: absolute;
content: '';
top:0;
left:0;
width:100%;
height:100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
}

.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: #355831;
}
.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: 0px;
  right: auto;
  width:20px;
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/swiper_next.png");
  right:0px;
  left: auto;
  width:20px;
}
.visual .swiper-button-next:after,
.visual .swiper-button-prev:after{display: none;}

.visual .swiper-button-next,
.visual .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 40px;
  background-position: center;
  background-repeat: no-repeat
}
/* visual swiper end */

/*****************  ¹öÆ° °øÅë *****************/
.buttonfx{
color: black; /* button text color */
outline: none;
background: transparent;
border: none;
padding: 10px 20px; 
text-transform: uppercase;
position: relative;
display: inline-block;
cursor: pointer;
text-decoration: none; /* remove underline if using A instead of BUTTON tag */
overflow: hidden;
transition: all .5s;
font-size:16px;
}
.buttonfx a{color: #fff !important; transition: all .3s ease-in-out;}

/* //// Default effect: Slide from Top  //// */
.buttonfx:before,
.buttonfx:after{
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: 100%;
background: #fff; /* onhover background color */
z-index: -1;
transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
transition: all .5s;
}
.buttonfx:before{
background: #355831; /* button default background color */
z-index: -2;
transform: translate3D(0,0,0);
}
/* //// Slide Left  //// */
.slideleft:after{
top: 0;
z-index: -1;
transform: translate3D(-101%,0,0);
}
.slideleft:hover:after{
transform: translate3D(0,0,0);
transition: all .5s;
}

.bouncein:hover a{color:#333;}
.bouncein:hover:before,
.bouncein:hover:after{
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}
/*****************  ¹öÆ° °øÅë *****************/

/* 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 °øÅë */

/* ------------------------------------- section ------------------------------------- */
/* section1 */
.q_menu{position: relative;}
.q_menu ul{
  width:100%;
  overflow: hidden;
  left:0;
  z-index: 9;
}
.q_menu li{
  padding:10px 20px;
  background-color: #333;
  border-right:1px solid #8d8b8b;
  transition: all .3s ease-in-out;
  border:1px solid #ccc;
}
.q_menu ul:nth-of-type(1) li{background-color: #317943;}
.q_menu ul:nth-of-type(2) li{background-color: #b7d54b;}
.q_menu ul:nth-of-type(3) li{background-color: #333;}
.q_menu ul:nth-of-type(4) li{background-color: #355831;}
.q_menu ul:nth-of-type(5) li{background-color: #541917;}

.q_menu li a{display: block; position: relative; transition: all .2s ease-in-out;}
.q_menu li a::before{
  position: absolute;
  content: '>';
  top:50%;
  transform: translateY(-50%);
  right:5px;
  font-size:18px;
  color:#fff;
  transition: all .3s ease-in-out;
}
.q_icon{overflow: hidden;}
.q_icon div{
  float:left;
}
.q_icon .q_icon_icon span{
  font-size:36px;
  font-weight: 200;
  color:#fff;
  vertical-align: middle;
}
.q_icon .q_icon_text p{
  font-size:16px;
  color:#fff;
  padding-left:15px;
  height:45px;
  line-height: 45px;
  position: relative;
}
.caption{
  position: absolute;
  top:70px;
  width:100%;
  height:100%;
  transition: all 0.2s ease-out;
  z-index: 99;
  opacity: 0;
}
.caption p{
  font-size:16px;
  font-weight: 200;
  color:#fff;
}
.q_menu .q_icon_icon,
.q_menu .q_icon_text{transition: all 0.2s ease-out;}

.q_menu li a:hover::before{right:0;}
.q_menu li a:hover .caption{top:0; opacity: 1;}
.q_menu li a:hover .q_icon_icon,
.q_menu li a:hover .q_icon_text{opacity: 0; transition: all 0.2s ease-out;}
.q_menu li:hover{background-color: #355831; transition: all 0.2s ease-out;}
/* section1 */

/* section2 */
.service{padding: 30px 0; overflow: hidden;;}
.service ul{margin-bottom:5px;}
.service li{
  border:1px solid #cccc;
  padding:20px;
  height:220px;
  text-align: center;
  transition: all 0.2s ease-out;
}
.service li h3{
  font-size:20px;
  color:#333;
  padding:20px 0;
  transition: all 0.2s ease-out;
  letter-spacing: -2px;
}
.service li p{
  font-size:14px;
  color:#333;
  transition: all 0.2s ease-out;
}
.service i{
  font-size:36px;
  transition: all 0.2s ease-out;
}
.service li:hover{background-color: #355831;}
.service li:hover i,
.service li:hover h3,
.service li:hover p{color:#fff;}
/* section2 */

/* section3 */
.facility{
  width:100%;
}
.facility ul{overflow: hidden;}
.facility li:nth-of-type(1){
  background: url(../../img/section3/img1.jpg) 50% 50% no-repeat;
  background-size: cover;
  height:450px;
}
.facility li:nth-of-type(2){
  background-color: #f7f7f7;
  padding:20px;
}
.facility li h3{
  font-size:24px;
  color:#333;
  text-align: center;
}
.facility li p{
  font-size:18px;
  color:#333;
  text-align: center;
}
.facility li button {
  left:50%;
  transform: translateX(-50%);  
}
.facility li span{
  display: block;
  font-size:16px;
  color:#333;
  text-align: center;
  line-height: 32px;
  padding:30px 0 40px 0;
}
/* section3 */

/* section4 */
/* facility_slide swiper start */
.facility_slide .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom:30px;
}

.facility_slide .swiper-slide {
  width:100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;

  /* 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;
}
.facility_slide .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility_slide .swiper-button-prev,
.facility_slide .swiper-container-rtl .swiper-button-next {
    background-image: url("../img/sub_swiper_prev.png");
    left: 0px;
    right: auto;
    width:20px;
}
.facility_slide .swiper-button-next,
.facility_slide .swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/sub_swiper_next.png");
    right: 00px;
    left: auto;
    width:20px;
}

.facility_slide .swiper-button-next:after,
.facility_slide .swiper-button-prev:after{display: none;}

.facility_slide .swiper-button-next,
.facility_slide .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 40px;
    background-position: center;
    background-repeat: no-repeat
}
.facility_slide .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.facility_slide .swiper-scrollbar-drag{background-color: #355831;}

.facility_slide p{
  padding:10px 0;
  background-color: #fff;
  font-size:18px;
  color:#333;
  text-align: center;
}
/* facility_slide swiper end */
/* section4 */

/* section5 */
.philosophy{
  margin:30px 0;
  padding:80px 0;
  position: relative;
  overflow: hidden;
  background: url(../../img/section5/section5_bg.jpg) no-repeat 50% fixed;
  background-size: cover;
}
.philosophy::before{
  position: absolute;
  content: '';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.philosophy > .inner > h2{
  font-size:36px;
  color:#fff;
  text-align: center;
}
.philosophy > .inner > p{
  font-size:18px;
  color:#fff;
  font-weight: 200;
  padding:20px 0;
  text-align: center;
}
.philosophy > .inner > span{
  display: block;
  font-size:14px;
  color:#fff;
  font-weight: 200;
  text-align: center;
}

.philosophy_list{margin-top:60px;}
.philosophy_list ul{margin-bottom:5px;}
.philosophy_list li a{
  display: block;
  background-color: #fff;
  padding:10px 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.philosophy_list li 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: #bf0b2c; */
  background-color: #355831;
  opacity: 0;
  z-index: -1;
  transition: all .2s ease-in-out;
}
.philosophy_list li a:hover::before{
  opacity: 1;
  transition-duration: .85s;
  transition: all .2s ease-in-out;
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}
.philosophy_list li a{border:1px solid #ccc;}
.philosophy_list li a:hover h3,
.philosophy_list li a:hover p,
.philosophy_list li a:hover span{color:#fff; font-weight: 200;}
.philosophy_list li a:hover .plus img{transform: rotate(90deg);}

.philosophy_list li h3{
  font-size:24px;
  color:#355831;
  text-align: center;
}
.philosophy_list li p{
  font-size:18px;
  color:#000;
  text-align: center;
  padding-top:10px;
}
.philosophy_list li span{
  display: block;
  font-size:12px;
  text-align: center;
  padding:15px 0;
  letter-spacing: -1px;
  height:115px;
}
.philosophy_list .plus{
  width:40px;
  height:40px;
  border-radius: 50%;
  background-color: #355831;
  text-align: center;
  margin:0 auto;
  padding-top:7px;
}
.philosophy_list .plus img{width:20px; vertical-align: middle; transform: rotate(-90deg); transition: all .4s ease-in-out;}
/* section5 */

/* section6 */
.main_notice_all{position: relative;}
.main_notice_all ul{margin-bottom:20px;}
/* ---------------------------- main_notice ---------------------------- */
.main_notice{position: relative; border:1px solid #ccc; box-shadow: 1px 2px 10px -3px;}
.main_notice > a{display: block; position: relative; background-color: #355831; transition: all .2s ease-in-out;}
.main_notice h3{font-size:24px; font-weight: 200; padding:10px 0 10px 10px; color:#fff; transition: all .2s ease-in-out;}
.main_notice a span{position: absolute; top:15px; right:5px;}
.main_notice a span img{width:30px; transition: all .3s ease-in-out; transform: rotate(-90deg);}
.main_notice > a:hover img{transform: rotate(90deg);}
.main_notice > a:hover {background-color: #541917;}
/* board */
.main_notice .board table tr td:first-child{display: none;}
.main_notice .board table tr{border-bottom:1px solid #ccc;}
.main_notice .board table tr td{font-size:16px; color:#333; height:50px; line-height: 50px;}
.main_notice .board table tr td img{padding:15px 0 0 5px;}
.main_notice .board table tr td:nth-of-type(3){padding-left:5px;}
.main_notice .board table tr td:nth-of-type(4){padding-right:15px;}
.main_notice .board tr td a:hover{color:#541917;}

.main_notice .board .line{position: relative;}
.main_notice .board .line::before{position: absolute; content: ''; width:0; height:2px; background-color: #541917; left:0; bottom:-5px; transition: all .3s ease-in-out;}
.main_notice .board .line:hover::before{width:100%;}
/* board */
/* ---------------------------- main_notice ---------------------------- */

/* ---------------------------- main_faq ---------------------------- */
.main_faq{position: relative; border:1px solid #ccc; box-shadow: 1px 2px 10px -3px;}
.main_faq > a{display: block; position: relative; background-color: #355831; transition: all .2s ease-in-out;}
.main_faq h3{font-size:24px; font-weight: 200; padding:10px 0 10px 10px; color:#fff; transition: all .2s ease-in-out;}
.main_faq a span{position: absolute; top:15px; right:5px;}
.main_faq a span img{width:30px; transition: all .3s ease-in-out; transform: rotate(-90deg);}
.main_faq > a:hover img{transform: rotate(90deg);}
.main_faq > a:hover {background-color: #541917;}
/* board */
.main_faq .board table tr td:first-child{display: none;}
.main_faq .board table tr{border-bottom:1px solid #ccc;}
.main_faq .board table tr td{font-size:16px; color:#333; height:50px; line-height: 50px;}
.main_faq .board table tr td img{padding:15px 0 0 5px;}
.main_faq .board table tr td:nth-of-type(3){padding-left:5px;}
.main_faq .board table tr td:nth-of-type(4){padding-right:15px;}
.main_faq .board tr td a:hover{color:#541917;}

.main_faq .board .line{position: relative;}
.main_faq .board .line::before{position: absolute; content: ''; width:0; height:2px; background-color: #541917; left:0; bottom:-5px; transition: all .3s ease-in-out;}
.main_faq .board .line:hover::before{width:100%;}
/* board */
/* ---------------------------- main_faq ---------------------------- */

/* ---------------------------- main_foodmenu ---------------------------- */
.main_foodmenu{position: relative; border:1px solid #ccc; box-shadow: 1px 2px 10px -3px;}
.main_foodmenu > a{display: block; position: relative; background-color: #355831; transition: all .2s ease-in-out;}
.main_foodmenu h3{font-size:24px; font-weight: 200; padding:10px 0 10px 10px; color:#fff; transition: all .2s ease-in-out;}
.main_foodmenu a span{position: absolute; top:15px; right:5px;}
.main_foodmenu a span img{width:30px; transition: all .3s ease-in-out; transform: rotate(-90deg);}
.main_foodmenu > a:hover img{transform: rotate(90deg);}
.main_foodmenu > a:hover {background-color: #541917;}
/* board */
.main_foodmenu .board table tr td:first-child{display: none;}
.main_foodmenu .board table tr{border-bottom:1px solid #ccc;}
.main_foodmenu .board table tr td{font-size:16px; color:#333; height:50px; line-height: 50px;}
.main_foodmenu .board table tr td img{padding:15px 0 0 5px;}
.main_foodmenu .board table tr td:nth-of-type(3){padding-left:5px;}
.main_foodmenu .board table tr td:nth-of-type(4){padding-right:15px;}
.main_foodmenu .board tr td a:hover{color:#541917;}

.main_foodmenu .board .line{position: relative;}
.main_foodmenu .board .line::before{position: absolute; content: ''; width:0; height:2px; background-color: #541917; left:0; bottom:-5px; transition: all .3s ease-in-out;}
.main_foodmenu .board .line:hover::before{width:100%;}
/* board */
/* ---------------------------- main_foodmenu ---------------------------- */
/* section6 */

/* section7 */
.copy_bnr{
  padding:30px 0;
  width:100%;
  margin:0 auto;
}
.copy_bnr ul{overflow: hidden;}
.copy_bnr li{
  width:100%;
  height:300px;
  position: relative;
  background-color: #000;
}
.copy_bnr li:nth-of-type(1){
  background: url(../img/hand.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.copy_bnr li:nth-of-type(1)::before{
  position: absolute;
  content: '';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.main_map{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: .8;
}
.copy_bnr li:nth-of-type(1) .copy_bnr_text{position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index: 11; width:100%;}
.copy_bnr_text h3{
  font-size:24px;
  color:#fff;
  text-align: center;
}
.copy_bnr_text p{
  font-size:18px;
  color:#fff;
  font-weight: 200;
  padding:10px 0;
  text-align: center;
}
.copy_bnr_text span{
  display: block;
  font-size:14px;
  line-height: 28px;
  color:#fff;
  font-weight: 200;
  text-align: center;
}
.copy_bnr li:nth-of-type(2) .copy_bnr_text{position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index: 11; }
/* section7 */

/* footer */
.footer{
  background-color: #333;
  padding-top:30px;
  padding-bottom:70px;
}
.footer .f_logo {text-align: center; padding-bottom:30px;}
.footer .f_logo img{width:200px;}

.footer p{
  font-size:12px;
  font-weight: 200;
  color:#fff;
  text-align: center;
}
/* footer */

/* ------------------------------------- section ------------------------------------- */
/* naver_blog */
.naver_blog{
  position: fixed;
  top:220px;
  right:10px;
  z-index:9999999999999;
  width:50px;
  height:50px;
  transition: all 0.5s ease;
}

.naver_blog img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:50px;
}
/* naver */

/* naver */
.naver{
  position: fixed;
  top:220px;
  right:10px;
  z-index:9999999999999;
  width:50px;
  height:50px;
  transition: all 0.5s ease;
}

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

/* kakao */
.kakao{
  position: fixed;
  top:275px;
  right:10px;
  z-index:9999999999999;
  width:50px;
  height:50px;
  transition: all 0.5s ease;
}
.kakao img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:50px;
}
/* kakao */
/* top_btn */
.topbtn{
  position: fixed;
  bottom:70px;
  right:20px;
  z-index:9999999;
  width:30px;
  height:30px;
  border-radius: 40px;
  background-color:  #355831;
  transition: all 0.5s ease;
  opacity: 0;
}
.topbtn.on{opacity: 1;}

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

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

/* m_phone */
.m_phone{
  width:100%;
  max-width:800px;
  min-width:300px;
  position: fixed;
  bottom:0;
  z-index: 99999999999999999;
  text-align: center;
}