.pc-only{display:block; }
.m-only{display:none;}
body , input , textarea , button  {margin:0;padding:0;font-size:14px;font-family:'Pretendard', dotum, sans-serif}
body {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* 표준 속성 */
  -moz-user-select: none; /* Firefox */
}

img {
max-width:100%;
  image-rendering: pixelated;       /* Chrome, Edge */
  image-rendering: crisp-edges;     /* Firefox */
  image-rendering: -moz-crisp-edges;
}
.ran{ width:90px;height:30px; text-align:center;margin-left:10px; margin-top:10px;}


.eng{ font-family: 'Play', sans-serif; }
:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gold: #9b7b52; /*   */
    --footer-bg: #292624;
}
#bo_v_img{ text-align:center;}

::-moz-selection {
   background: #a87b4f;
   color: #fff;
}
::selection {
   background: #a87b4f;
   color: #fff;
}
 
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
} 
.page-title{ display:none;}
.pr-title-wrap{ display:none;}
.pr-title-wrap h2 {font-size:50px;font-weight:700;display:none;} 
 #captcha_audio{ display:none !important;}
 
button.mfp-close, button.mfp-arrow { background:transparent !important;}


.overlaybox {position:relative;min-width:141px;height:100px;background:url('/theme/basic/img/common/map_baloon.png') no-repeat;padding:20px 10px;}
.overlaybox .tx{ font-size:16px;color:#fff;font-weight:bold; text-align:center; line-height:43px; padding:0 10px;  background:#3d3d3d;border-radius:50px; margin-top:-20px;} 
.w1200{ max-width:100% !important;	margin:auto; }

.hide{ display:none !important;}
     img.lazy-img {
        display: block;
        /* optional way, set loading as background */
        background-image: url('/theme/basic/img/loading.gif');
        background-repeat: no-repeat;
		background-color:#000;
        background-position: 50% 50%;
    }

button.berger:active,button.berger:focus{ outline:0;}
.empty_list{ width:100%;}
.header.on button.berger span{background:#fff !important; }
.header.on2 button.berger span{background:#fff !important; }

button.berger{background:none;z-index: 70;width:40px;height:40px;cursor:pointer;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; 
}

#tocplusWindow{display: ;}
button.berger{ border:0;}
button.berger.on{  }
button.berger span{display: block;vertical-align:top;
  -moz-transition: all .3s ease-in-out;margin:0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;opacity:1;position: relative;
  width:25px;height:2px;background:#fff;margin-bottom:6px
}
button.berger span.berger1{
margin-top:6px; 
  -webkit-animation : menu-bar01_1 1s forwards;
  -moz-animation : menu-bar01_1 1s forwards;
  animation : menu-bar01_1 1s forwards;
}
button.berger span.berger2{ opacity:1;
  transform:translateY(0px) rotate(0);width:25px;
}
button.berger span.berger3{
  -webkit-animation : menu-bar02_1 1s forwards;
  -moz-animation : menu-bar02_1 1s forwards;
  animation : menu-bar02_1 1s forwards;margin-left:0;
}

button.berger.on span.berger1{ width:27px;
  -webkit-animation : menu-bar01 1s forwards;
  -moa-animation : menu-bar01 1s forwards;
  animation : menu-bar01 1s forwards;
}
button.berger.on span.berger2{ opacity:0;
width:0;
}
button.berger.on span.berger3{ width:27px;
    -webkit-animation : menu-bar02 1s forwards;
    -moz-animation : menu-bar02 1s forwards;
    animation : menu-bar02 1s forwards;
}
.all_menu button.berger{ right:50%;top:80px;margin-right:-640px;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.all_menu button.berger span{ background:#222; }

body.on button.berger,
#wrap.on + .all_menu button.berger,
.header.on button.berger{ top : 60px }


@font-face{
    font-family:"pathan";
    src:url("/theme/basic/inc/fathan.displayserif.otf") format("woff"),
    url("/theme/basic/inc/fathan.displayserif.otf") format("opentype"),
    url("/theme/basic/inc/fathan.displayserif.otf") format("truetype");
}

 
 
 .en-font{ font-family:"pathan";}



@keyframes menu-bar01 {
  0% {
    -webkit-transform : translateY(0px) rotate(0);
    transform : translateY(0px) rotate(0);

  }
  50% {
    -webkit-transform : translateY(6px) rotate(0);
    transform : translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform : translateY(6px) rotate(45deg);
    transform : translateY(6px) rotate(45deg);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform : translateY(0px) rotate(0);
    transform : translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform : translateY(-12px) rotate(0);
    transform : translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform : translateY(-12px) rotate(-45deg);
    transform : translateY(-12px) rotate(-45deg);
  }
}


@keyframes menu-bar01_1 {
  0% {
    -webkit-transform : translateY(6px) rotate(45deg);
    transform : translateY(6px) rotate(45deg);
  }
  50% {
    -webkit-transform : translateY(6px) rotate(0);
    transform : translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform : translateY(0px) rotate(0);
    transform : translateY(0px) rotate(0);
  }
}
@keyframes menu-bar02_1 {
  0% {
    -webkit-transform : translateY(-6px) rotate(-45deg);
    transform : translateY(-6px) rotate(-45deg);
  }
  50% {
    -webkit-transform : translateY(-6px) rotate(0);
    transform : translateY(-6px) rotate(0);
  }
  100% {
  -webkit-transform : translateY(0px) rotate(0);
    transform : translateY(0px) rotate(0);
  }
}

@keyframes mainItem{
	0%{ bottom:50px;  }
	100%{bottom:65px;  }
}

 span.h{ display:block !important; height:20px !important;}
.btn_top{ position:fixed; z-index:3; right:50px;bottom:30px;text-align:right; }
.btn_top .shop_links{ position:relative; margin-bottom:10px;}
.btn_top .shop_links .img_ln{transition: all .3s ease ;position:relative;   transform:translateY(-50% ); left:-30%;top:50%;  display:inline-block;}
.btn_top .shop_links .view_tx{ font-size:16px; color:#fff; z-index:-1;position:relative;  display:none;}


.btn_top .shop_fl{ transition: all .3s ease ; width:66px;height:66px; border-radius:50%; background:#c58b3f;display:block; }
.btn_top .shop_fl:hover{ width:120px;border-radius:40px;}
.btn_top .shop_fl:hover .img_ln{ left:-62%;}
.btn_top .shop_fl:hover .view_tx{ display:block;z-index:1;text-align:left;margin-left:55px; }
.btn_top .con{ }


 

.close_btn {
  position: absolute;
right:10%;; top:5%;  
margin-left: 550px;
  width: 50px;
  height: 50px;
  border-radius:50%;  
  opacity: 1;
  padding-top:12px;
  z-index:300;cursor:pointer;z-index:22;
}
.close_btn:hover {
  opacity: 1;
}
.close_btn:before, .close_btn:after {
  position: absolute;
  left: 23px;
  content: ' ';
  height: 25px;
  width: 4px;
  background-color: #fff;
  border-radius:5px;
}
.close_btn:before {
  transform: rotate(45deg);
}
.close_btn:after {
  transform: rotate(-45deg);
}



.close_btn2 {
  position: absolute;
  right: 17px;
  top: 16px;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.close_btn2:hover {
  opacity: 1;
}
.close_btn2:before, .close_btn2:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 2px;
  background-color: #fff;
}
.close_btn2:before {
  transform: rotate(90deg);transition:all .5s linear; 
}
.close_btn2:after {
  transform: rotate(-180deg);transition:all .5s linear; 
}

/*
.close_btn2:before {
  transform: rotate(45deg);
}
.close_btn2:after {
  transform: rotate(-45deg);
}
*/


.eng2{  font-family: 'itc-garamond-std-light-condensed-italic', 'NotoSans', sans-serif; } 
.clear:after{clear:both;content:"";display:block; }
.clear_b:after{clear:both;content:"";display:block; }





.pt0 {padding-top: 0 !important;}
.pt20 {padding-top: 20px !important;}
.pt55 {padding-top: 55px !important;}
.pt60 {padding-top: 60px !important;}
.pt90 {padding-top: 90px !important;}
.pt100 {padding-top: 100px !important;}
.pt120 {padding-top: 120px !important;}
.pt140 {padding-top: 140px !important;}
.pt200 {padding-top: 200px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}

.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt100 {margin-top: 100px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt90 {margin-top: 90px !important;}

.mr0 {margin-right: 0 !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr60 {margin-right: 60px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}


.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}


.w1200 {margin: auto; width: 1200px !important;}
.w100p {width: 100% !important;}
.w100x {width: 100%;}
.h100p {height: 100% !important;}


.fz16 {font-size: 16px !important;}
.fz18 {font-size: 18px !important;}
.fz20 {font-size: 20px !important;}
.fz30 {font-size: 30px !important;}
.fz40 {font-size: 40px !important;}
.fz50 {font-size: 50px !important;}
.clearfix{display:block}
.clear_b:after{clear:both;content:"";display:block; }
.attend{  color:#e80407 !important; font-weight:500;  line-height:2;}
.red{ color:#e80407; }


.section  .anime {
  -webkit-animation-duration: 3.2s;
     -moz-animation-duration: 3.2s;
       -o-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.section.active .anime {
  -webkit-animation-duration: 3.2s;
     -moz-animation-duration: 3.2s;
       -o-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.section.active .anime.faleft2 {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.section.active .anime.faleft {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.section.active .anime.fsize {
	animation:fadeSize 2s ease-in-out;
}


@keyframes fadeSize{
	0%{transform:  scale(1.1);  opacity:1; }
	100%{transform:  scale(1); ;opacity:1; }
}

.swiper-slide-active .anime { 
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
		  animation-name: fadeInDown;
}



.anim1{
animation:mainItemx 2.5s ease-in-out infinite alternate;
}

.anim2{  animation:mainItemx 2.5s ease-in-out infinite alternate;}
.anim3{ animation:mainItemx 3.5s ease-in-out infinite alternate;}
.anim4{  animation:mainItemx 3s ease-in-out infinite alternate;}
.anim5{ animation:mainItemx 3s ease-in-out infinite alternate; }
.anim6{  animation:mainItemx 2s ease-in-out infinite alternate;}

.mainani{ animation:mainItemx 2.5s ease-in-out infinite alternate; }

@keyframes mainItemx{
	0%{transform:translateY( 5%);}
	100%{transform:translate( -5%);}
}



.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  vertical-align:middle;
  padding: 5px;
}


.arrow_det {
  border: solid #efefef;
  border-width: 0 2px 2px 0;
  display: inline-block;
  vertical-align:top;
  padding:7px;
  margin-top:16px;

}
 

.arrow_det2 {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  vertical-align:top;
  padding: 13px;
 
}
 
.right_c {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left_c {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up_c {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down_c {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.fade-up {
    opacity: 0;
    transform: translateY(90px);
}

.swiper-slide-active .anime.du1{ animation-delay: 1.2s;}
.swiper-slide-active .anime.du2{ animation-delay: 2.2s;}
.swiper-slide-active .anime.du3{ animation-delay: 3.2s;}
.swiper-slide-active .anime.du4{ animation-delay: 4.2s;}


.du1{ animation-delay: 0.1s;}
.du2{ animation-delay: 0.6s;}
.du3{ animation-delay: 1.0s;}
 .du4{ animation-delay: 1.6s;}


 .section.active .anime.dur0{ animation-delay:0.7s;}
.section.active .anime.dur1{ animation-delay:1.0s;}
.section.active .anime.dur2{ animation-delay:1.9s;}
.section.active .anime.dur3{ animation-delay:2.2s;}
.section.active .anime.dur4{ animation-delay:2.5s;}

.section.active .anime.dur5{ animation-delay:2.8s;}
.section.active .anime.dur6{ animation-delay:2.5s;}
.section.active .anime.dur7{ animation-delay:3.5s;}

.section.active .anime.dur8{ animation-delay:4.5s;}



@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}





 	.tools{ position:fixed ; left:3%; 
		  top:50%;
		  transform: translateY(-50%);	
		  z-index:10;

	}
	.tools .sr * { 
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	
	}
	.tools .sr::selection{ background:transparent; }
	.tools .sr {cursor:pointer;line-height:34px;margin-bottom:25px;  text-align:left; position:relative;margin-left: 0px; padding-top:10px;padding-left:25px; }
	.tools .sr:after{content:""; display:block; width:15px;height:15px; background:#fff;border:2px solid #fff; position:absolute;left:0;top:3px;border-radius:50%;opacity:0.35;  }
	.tools .sr.on{    }
	.tools .sr.on:after{content:""; display:block; width:15px;height:15px; background:transparent;border:2px solid #ffc139; position:absolute;left:0;top:3px;border-radius:50%; opacity:1; }
	.tools .sr .itxt{    display:block; font-size:12px;line-height:1;; color:#fff;opacity:0;overflow:visible; top:34%;transform:translateY(-50%);   white-space:nowrap; }
	.tools .sr.on .itxt{font-size:16px;color:#fff;display:block;line-height:1;width:auto;opacity:1; overflow:visible; top:34%;transform:translateY(-50%);}
	
	



	.tools.black *{ color:#ffc139 !important; }
 	.tools.black .sr .nums:after{ background:#000 !important; }
 	.tools.black .sr:after{content:""; display:block; width:15px;height:15px; background:#000;border:2px solid #000; position:absolute;left:0;top:3px;border-radius:50%;opacity:0.35;  }
	.tools.black .sr.on:after{content:""; display:block; width:15px;height:15px; background:transparent;border:2px solid #ffc139; position:absolute;left:0;top:3px;border-radius:50%; opacity:1; }
 	.tools.black .sr.on .nums:after{ background:#000 !important; }


@keyframes bgx{
/*
	0%{transform:  scale(1.3);}
	100%{transform:  scale(1);}
	*/
}




#progress {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width:0;
    background-color: #fff;
    height:  2px;
    z-index: 100;
}


.moveupdown{ animation: MoveUpDown 1.2s linear infinite; animation-direction: alternate; }
@-webkit-keyframes MoveUpDown {
    from {
        transform: translateY(0);
    }
    to { 
        transform: translateY(-10px);
    }
}
 

.arr_ball  { opacity:1;  transition:all .3s linear; position:relative;   border:1px solid #333; background:#333; display:inline-block ;width:50px; height:50px;line-height:45px;  border-radius:50% ; text-align:center;z-index:20; padding-top:2px; margin-left:10px; }

.arr_ball:hover{ background:#444}
 


.subtit{font-size:40px; line-height:1; padding:150px 0 50px; text-align:center;font-weight:500;} 

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

.cn_wrap { width:1200px; margin:50px auto; }
.cn_wrap:after{clear:both;content:"";display:block;}
@media (max-width: 768px) {

.cn_wrap { width:90%; margin:50px auto; }

}



.bott_request{width:100%; text-align:center; font-size:24px; padding:15px 0 ; font-size:24px;color:#fff;font-weight:500;    display:block; background-color:#ffc850; margin: 0px 0  40px;}

#faq_wrap { width:1400px; margin:40px auto  !important;  }

@keyframes bgx{
 
}

.pr-title-wrap h2{ }
.visual .visual00{position:relative; overflow:hidden;}
.visual .visual00 .container{height:100%; position:absolute; left:50%; top:0; transform:translateX(-50%);}
.visual .visual00 .visual_text{width:1300px;  position:absolute; top:52%; left:50%; transform:translate(-50%,-50%); z-index:999;}
.visual .visual00 .visual_text h2{font-size:65px;  font-weight:500; color:#fff; letter-spacing:-1px; line-height:90px;}
.visual .visual00 .visual_text h2 em{color:#f04e23;}
.visual .visual00 .visual_text h2 span{display:block; letter-spacing:-2px;}
.visual .visual00 .visual_text h2 span:nth-child(1){ font-weight:900}
.visual .visual00 .visual_text > span{display:block; font-size:24px; text-transform:uppercase; font-family: 'PHCL', sans-serif; font-weight:400; color:#fff; padding:50px 0; line-height:36px; letter-spacing:-2px;}
.visual .visual00 .visual_box{width:100%; height:120vh;}
.visual .visual00 .visual_box .visual_bg{width:100%; height:100%;background-size:cover; background-position:center; /*background:url(../images/visual_bg.jpg) no-repeat;  background-size:cover;*/}
.visual .visual00 .visual_box .visual_bg img{width:105%; height:100%;}
.visual .visual00 .visual_box .visual_ob{position:absolute; bottom:0; left:50%; margin-left:-291px; z-index:5;}
.visual .visual00 .visual_box .cont{ position:absolute; z-index:6; left:50%; top:50%;transform:translate(-50%,  -50%);text-align:center; }
.visual .visual00 .visual_box .cont .tx01{font-size:40px; font-weight:700; color:#fff; line-height:1; margin-bottom:30px;  }
.visual .visual00 .visual_box .cont .tx02{font-size:32px; font-weight:700; color:#fff; line-height:1;  margin-bottom:30px;}
.visual .visual00 .visual_box .cont .tx03{font-size:32px; font-weight:500; color:#fff; line-height:1.6;}
.visual .visual00 .visual_box .cont .tx04{font-size:130px; font-weight:900; color:#6a9fff; line-height:1;}
.visual .visual00 .visual_box .cont .wh{ color:#fff;}
.visual .visual00 .visual_box .cont .gr{ color:#c58b3f; font-size:60px;}
.visual .visual00 .visual_box .cont .tx03{}
.visual .visual00 .visual_box .cont .tx04{}


.visual .vis_main{position:relative; overflow:hidden;}
.visual .vis_main .container{height:100%; position:absolute; left:50%; top:0; transform:translateX(-50%);}
.visual .vis_main .visual_text{width:1300px;  position:absolute; top:52%; left:50%; transform:translate(-50%,-50%); z-index:999;}
.visual .vis_main .visual_text h2{font-size:65px;  font-weight:500; color:#fff; letter-spacing:-1px; line-height:90px;}
.visual .vis_main .visual_text h2 em{color:#f04e23;}
.visual .vis_main .visual_text h2 span{display:block; letter-spacing:-2px;}
.visual .vis_main .visual_text h2 span:nth-child(1){ font-weight:900}
.visual .vis_main .visual_text > span{display:block; font-size:24px; text-transform:uppercase; font-family: 'PHCL', sans-serif; font-weight:400; color:#fff; padding:50px 0; line-height:36px; letter-spacing:-2px;}
.visual .vis_main .visual_box{width:100%; height:100vh;}
.visual .vis_main .visual_box .visual_bg{width:100%; height:100%; background-position:center; background-size:cover;/*background:url(../images/visual_bg.jpg) no-repeat;  background-size:cover;*/}
.visual .vis_main .visual_box .visual_bg img{width:105%; height:100%;}
.visual .vis_main .visual_box .visual_ob{position:absolute; bottom:0; left:50%; margin-left:-291px; z-index:5;}
.visual .vis_main .visual_box .cont{ position:absolute; z-index:6; left:50%; top:55%;transform:translate(-50%,  -50%);text-align:center; width:900px; }
.visual .vis_main .visual_box .cont .tx01{font-size:75px; font-weight:700; color:#fff; line-height:1.2; margin-bottom: 10px;  }
.visual .vis_main .visual_box .cont .logos img{width:150px;}
.visual .vis_main .visual_box .cont .tx02{font-size:24px; font-weight:400; color:#fff; line-height:1.6;  margin-bottom: 0px;}
 


.visual .vis_main .visual_box .cont .wh{ color:#fff;}
.visual .vis_main .visual_box .cont .gr{ color:#c58b3f; font-size:60px;}
.visual .vis_main .visual_box .cont .tx03{}
.visual .vis_main .visual_box .cont .tx04{}

.visual .vis_main .visual_box .cont .btn{ width:350px; height:40px;line-height:40px; color:#fff;font-size:24px;border-radius:40px; background:#c58b3f; display:inline-block; text-align:center; font-weight:400;border:0px solid #fff; }
.visual .vis_main .visual_box .logos img{width:100px;}

#bo_list  , #bo_v , #bo_w , #bo_gall { width:1200px  ; margin:auto;}

 




  
/* ?�단 */
.family_site{ display:inline-block; margin-left:40px; vertical-align:top; position: relative; width:230px; margin-top: 0px; }
.family_site button{ color:#fff;font-size: 14px;line-height:18px;display: block; cursor:pointer;width:100%;padding:10px 0;padding-left:10px;text-align:left;  background:transparent;border-radius: 0px; border:1px solid #565656;border-radius:5px; }
 
.family_site ul{ position: absolute;left:0;right:0;bottom:40px;background:transparent;display: none; z-index:100;  overflow:hidden; border-radius:5px 5px 0 0 ; }
.family_site ul li{   }
.family_site ul li a{ display: block;color: #fff; padding:10px; border:0px solid #fff;border-top:0; background:#565656; font-size:12px; 	}
.family_site ul li a:hover{ color: #eee;background:#797979;}


.family_site i{transition: all .3s ease;   float:right; margin-right:20px;}
.family_site button.on i{transform: rotate(-135deg);margin-top: 5px; }
.family_site:after{clear:both; content:"";display:block; }




.ctt_admin{ display:none}
.agree_form{ padding: 20px 30px 50px;background:#fff;}
.agree_area{ border-bottom:1px solid #000;}
.ch_area{ display:flex;   width:100%;  background:#fff ; margin-bottom:10px; }
.ch_area .title_area{ width:100%; font-size:24px; font-weight:900; color:#303030; padding:20px 0  0px;margin-top:40px; margin-bottom:0 !important;border-top:1px solid #000; }

.ch_area .items{width:25%; height:60px; line-height:60px; text-align:left;  margin-bottom:0 !important; }

.ch_area{font-size:18px;font-weight:500; color:#000; 
   -ms-user-select: none; 
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}
.ch_area input[type="checkbox"]{
        display: none;
      }
.ch_area input[type="checkbox"] + label{
        display: inline-block;
        width: 18px;
        height: 18px;
        border:2px solid #c58b3f;
        position: relative; margin-right:5px;
      }
.ch_area input[type="checkbox"]:checked + label::after{
        content:'??;
        font-size: 16px;
        width: 18px;
        height: 18px;
        text-align: center;
        position: absolute;
        left: 0;
        top:-24px;
		color:#c58b3f; 
      }
#sct_location { display:none !important;}

.content_wrap{ width:100%; min-height:400px;  padding-top: 0px; padding-bottom:100px; position:relative; }
.content_wrap .title{ text-align:center;  padding:0px 0 70px;font-size:45px; font-weight:900; line-height:1;  width:1400px; margin:auto; color:#414141;}
.content_wrap .title.test{ padding-top:100px;}
.content_wrap .title span{ font-size:45px; font-weight:700;  padding: 0px 0 ; border-top:0px solid #000; color:#414141;}
.content_wrap .title span.sub{ font-size:20px;line-height:1.8; color:#6d737a; font-weight:600; display:block;margin:20px 0;}
.content_wrap .board_title{width:1450px; margin:auto; font-size:60px; font-weight:900;  padding: 0px 0 10px;  position:relative;  }
.content_wrap .board_title span{ position:absolute;display:none;left:0px; top:0px; width:180px; height:2px; background:#000;}
.content_wrap .board_dec{width:1450px; margin:auto; font-size:20px; color:#6d737a; line-height:1.8; font-weight:500;  padding:10px 0 80px; border-bottom:0px solid #000; margin-bottom: 0px; }
.bg_cm{background-color:#fbfefa; }
.subtitle{ text-align:left;  padding:220px 0 70px;font-size:50px; font-weight:900; line-height:1;  width:1400px; margin:auto; }
.subtitle span{ font-size:50px; font-weight:900;  padding:10px 0 ; border-top:2px solid #000;  }

	 .top_subm, .submenus{  display:flex;width:1450px; margin: 00px auto 100px;  }
	.top_subm.2n .items ,.submenus.2n .items {width:50%;}
	.top_subm.3n .items, .submenus.3n .items {width:33.3%}
	.top_subm.4n .items, .submenus.4n .items {width:25%; }
	.top_subm.5n .items, .submenus.5n .items {width:20%}
	.top_subm.6n .items, .submenus.6n .items {width:16.6%}


	  .submenus .items,.top_subm .items{  flex: 1;  flex-grow: 1; text-align:center; border-bottom:3px solid #c8c8c8 }
	  .top_subm .items a,.submenus .items a{ font-size:26px; color:#c8c8c8;font-weight:700;  line-height:100px;display:block; }
	  .top_subm .items.on,.submenus .items.on{ border-bottom:3px solid #000 }
  	  .top_subm .items.on a,.submenus .items.on a{ color:#000; }



	  .submenus.ctt a{  line-height:100px;}

.swiper-slide.show .visual_bg{ DDanimation:bgx 3s ease-in-out;  transform:  scale(1.0); }
.main .main01 .mnext{ right:80px; top:40%; transform:translateY(50%); position:absolute;z-index:2; width:50px; height:50px; border-radius:50%;background-color:#040707;  text-align:center; cursor:pointer; }
.main .main01 .mprev{ left:80px; top:40%; transform:translateY(50%); position:absolute;z-index:2; width:50px; height:50px; border-radius:50%;background-color:#040707;  text-align:center; cursor:pointer;  }


.cate_list{ width:100%; height:70px; line-height:70px; border-bottom:1px solid #ddd; }
.cate_list .cont{ width:1400px; margin:auto; display:flex;  }
.cate_list .cont .items{ flex: 1 1 0px; }
.cate_list .cont .items a {display:block; text-align:center;  font-size:26px; color:#aaa; margin-top:-1px; }
.cate_list .cont .items a.on {border-bottom:2px solid #000;color:#000;font-weight:700;}
.cate_list .cont .items a:hover{color:#000;}
.catetop{ width:100%; text-align:center;  padding:100px 0 ;}
.catetop .ctx1{font-size:50px; font-weight:500; color:#222; line-height:1; margin-bottom:20px;  }
.catetop .ctx2{font-size:20px; font-weight:500; color:#222; line-height:1.6; margin-bottom:50px;  }


.sct_admin{ display:none;}
.sub_top{width:100%; min-width:1450px; max-width:1920px; margin:auto; height:510px;  position:relative; background-size:cover;background-position:center; background-repeat:no-repeat;  }
.sub_top.bg01{background-image:url(/theme/basic/img/sub/subtop_about.jpg);background-position:center; background-repeat:no-repeat;  }
.sub_top.bg02{background-image:url(/theme/basic/img/sub/subtop_lookbook.jpg);background-position:center; background-repeat:no-repeat;  }
.sub_top.bg03{background-image:url(/theme/basic/img/sub/subtop_about.jpg);background-position:center; background-repeat:no-repeat;  }
.sub_top.bg04{background-image:url(/theme/basic/img/sub/subtop_news.jpg);background-position:center; background-repeat:no-repeat;  }

.sub_top .bg01{background-image:url(/theme/basic/img/sub/subtop_brand.jpg);background-position:center; background-repeat:no-repeat; width:100%; height:100%; position:absolute;left:0;top:0;z-index:1; animation:fadeSize 2s ease-in-out; background-size:cover;}
.sub_top .bg02{background-image:url(/theme/basic/img/sub/subtop_brand.jpg);background-position:center; background-repeat:no-repeat; width:100%; height:100%; position:absolute;left:0;top:0;z-index:1; animation:fadeSize 2s ease-in-out; background-size:cover;}
.sub_top .bg03{background-image:url(/theme/basic/img/sub/subtop_brand.jpg);background-position:center; background-repeat:no-repeat;width:100%; height:100%; position:absolute;left:0;top:0;z-index:1; animation:fadeSize 2s ease-in-out;  background-size:cover;}



.sub_top .cont{ position:relative;top:55%; transform:translateY(-50%); text-align:center;z-index:2; }
.sub_top .cont .tx01{font-size:64px; color:#fff; font-weight:400; line-height:1;  margin-bottom:20px; }
.sub_top .cont .tx02{font-size:50px; color:#fff;font-weight:700;  line-height:1;  margin-bottom: 0px; }
 
.sub_top .midmenu{ position:absolute; width:1450px; left:50%; transform:translateX(-50%); bottom:-33px;   display:flex; justify-content: space-between;flex-wrap: nowrap;  z-index:2;}
.sub_top .midmenu .items{ height:66px; }
.sub_top .midmenu .items{ }
.sub_top .midmenu .items a{display:block; line-height:66px; text-align:center; font-size:20px; color:#848484;  font-weight:500; background:#eef0f2;border:1px solid #ddd;}  
.sub_top .midmenu.s3 .items{  width:33.33%;  }
.sub_top .midmenu .items.on a{ background:#fff;color:#111;font-weight:700;}
.sub_top .navi{ position:absolute;left:0px;top:0px;left:0px;width:100%;height:70px; border-bottom:1px solid #999;}
.sub_top .navi .ct{ display:flex; width:1500px; margin:auto;}
.sub_top .navi .arv1{font-size:15px; color:#fff; line-height:70px; font-weight:400;  margin-right:30px;}
.sub_top .navi .arv2{font-size:15px; color:#fff; line-height:70px; font-weight:400; margin-right:30px;}
.sub_top .navi .arv3{font-size:15px; color:#fff; line-height:70px; font-weight:400;}

 
.ord_wrap{ width:1400px;margin:50px auto;}
.ord_wrap:after{clear:both;content:"";display:block;}


.sub-visual.store-visual {
    position: relative;
    height: 370px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url('/theme/basic/img/sub/subtop_store.jpg') no-repeat center center / cover;
    display: flex;
    align-items: flex-end;  
    padding-bottom: 0px;
    margin-top:  00px; 
}
.sub-visual.mem-visual {
    position: relative;
    height: 370px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url('/theme/basic/img/sub/account_subtop.jpg') no-repeat center center / cover;
    display: flex;
    align-items: flex-end; 
    padding-bottom: 0px;
    margin-top:  00px; 
}


.sub-visual.store-product {
    position: relative;
    height: 370px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.005)), url('/theme/basic/img/sub/subtop_pdt.jpg') no-repeat center center / cover;
    display: flex;
    align-items: flex-end; 
    padding-bottom: 0px;
    margin-top:  00px; 
}
.sub-visual.store-brand {
    position: relative;
    height: 370px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.005)), url('/theme/basic/img/sub/subtop_brand.jpg') no-repeat center center / cover;
    display: flex;
    align-items: flex-end;  
    padding-bottom: 0px;
    margin-top:  00px; 
}
.sub-visual.store-pr {
    position: relative;
    height: 370px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.05)), url('/theme/basic/img/sub/subtop_pr.jpg') no-repeat center center / cover;
    display: flex;
    align-items: flex-end;  
    padding-bottom: 0px;
    margin-top:  00px; 
}

.sub-visual.store-comm{
    position: relative;
    height: 370px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.05)), url('/theme/basic/img/sub/subtop_pr.jpg') no-repeat center center / cover;
    display: flex;
    align-items: flex-end;  
    padding-bottom: 0px;
    margin-top:  00px; 
}
.sub-visual.store-e{
    position: relative;
    height: 370px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.05)), url('/theme/basic/img/sub/subtop_eshop1.jpg') no-repeat center center / cover;
    display: flex;
    align-items: flex-end;  
    padding-bottom: 0px;
    margin-top:  00px; 
}

.sub-visual.recruit-visual{
    position: relative;
    height: 370px;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.05)), url('/theme/basic/img/sub/subtop_recuit.jpg') no-repeat center center / cover;
    display: flex;
    align-items: flex-end;  
    padding-bottom: 0px;
    margin-top:  00px; 
}



.sub-visual .sub-txt {
    display: none;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.sub-visual .main-txt {
    font-size: 130px;
    color: #f2e9d7;
font-weight:400;
    letter-spacing: 2px;
 
}
.sub-visual .inner-wrap{ max-width:1460px;}

/*
.sub-visual{ height:300px !important;}
*/
/* ================= ?�브 LNB (메뉴 ?? ================= */
.sub-lnb-wrap {
    border-bottom: 1px solid #e5e5e5; 
	width:1460px; margin:auto;
	    margin-bottom:  50px;
		
}
.sub-lnb-wrap{ margin-top:50px; margin-bottom:70px;}


.sub-lnb {
    display: flex;
    justify-content: center; /* 중앙 ?�렬 */
    gap: 80px; flex-wrap: wrap;
}

.sub-lnb li a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    position: relative;
}

.sub-lnb li a:hover,
.sub-lnb li a.active {
    color: #a87b4f; /* 브라???�성??컬러 */
    font-weight: 600;
}

/* ?�성?????�단 ?�인???�인 */
.sub-lnb li a.active::after {
    content: '';
    position: absolute;
    bottom: -1px; /* 부�?border-bottom????���?*/
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #a87b4f;
}



.guide_top{ width:100%; min-width:1450px; max-width:1920px; margin:auto; height:820px;  position:relative;overflow:hidden; }
.guide_top .bg1{width:100%; height:100%; position:absolute;left:0;top:0;z-index:1;  background-image:url(/theme/basic/img/guide/guide_01.jpg);background-position:  center; background-repeat:no-repeat;animation:fadeSize 2s ease-in-out;  background-size:cover;}
.guide_top .bg2{ width:100%; height:100%; position:absolute;left:0;top:0;z-index:1; background-image:url(/theme/basic/img/guide/subtit_guide02.jpg);background-position:  center; background-repeat:no-repeat;animation:fadeSize 2s ease-in-out;background-size:cover;}
.guide_top .bg3{width:100%; height:100%; position:absolute;left:0;top:0;z-index:1;  background-image:url(/theme/basic/img/guide/subtit_guide03.jpg);background-position:  center; background-repeat:no-repeat;animation:fadeSize 2s ease-in-out;background-size:cover;}
.guide_top .bg4{ width:100%; height:100%; position:absolute;left:0;top:0;z-index:1; background-image:url(/theme/basic/img/guide/subtit_guide05.jpg);background-position:  center; background-repeat:no-repeat;animation:fadeSize 2s ease-in-out;background-size:cover;}
.guide_top .bg5{width:100%; height:100%; position:absolute;left:0;top:0;z-index:1;  background-image:url(/theme/basic/img/guide/subtit_guide04.jpg);background-position:  center; background-repeat:no-repeat; animation:fadeSize 2s ease-in-out;background-size:cover; }


.guide_top .cont{ position:relative;top:50%; transform:translateY(-50%);text-align:center;z-index:2;  }
.guide_top .cont .tx01{font-size:65px; color:#fff; font-weight:900; line-height:1;  margin-bottom:20px;text-transform:uppercase; }
.guide_top .cont .tx01 span {font-size:36px; color:#fff; font-weight:900; line-height:1.8;   display:block;  }
.guide_top .cont .tx02{font-size:24px; color:#fff;font-weight:700;  line-height:1;  margin-bottom: 0px; }
/*
 * { cursor : url(/theme/basic/img/common/cus.png) 30 30, url(/theme/basic/img/common/cus.png) 30 30, auto;}


a.btn_b01, .btn_b01  {border:1px solid #c58b3f;background:#c58b3f; color:#fff; line-height:30px;height:30px;width:100px;border-radius:30px; }
  a.btn_b02 {border:1px solid #c58b3f;background:#c58b3f; color:#fff; line-height:50px;height:50px;width:100px;border-radius:30px; }

  .btn_bo_user button { border:1px solid #c58b3f;background:#c58b3f; color:#fff; line-height:50px;height:50px; border-radius:30px;  font-size:18px; padding:0 10px;}

 */
.video-container_v {
  position: relative;
 
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.video-container_v iframe {
   width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



  .guide_video{overflow:hidden;position:relative;}
.video-container{
  width: 100%;
  height:600px; 
  position:relative; z-index:1; 
  overflow:hidden;
}
.video-container2{
  width: 100%;
  height: 0; 
 padding-bottom: 56.25%;
  position:relative; z-index:1; 
  overflow:hidden;
}
.video-container2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videobg{ background:rgba(0,0,0,0.05);width:100%;height:100%; position:absolute;left:0; top:0; z-index:2; }
    
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}


.social_register{background:#f8f4e9; position:relative; width:1400px;margin :auto; min-width:1500px;  padding:160px 0 0; }
.social_register .title{ text-align:center; font-size:50px; font-weight:700;color:#000; line-height:1;  padding-bottom:70px; }
.member_connect{width:1400px;margin : 0 auto 100px  }
.join{ background:#f8f4e9; position:relative; width:100%; min-width:1500px;  padding:100px 0;}
.join .title{ text-align:center; font-size:50px; font-weight:700;color:#000; line-height:1;  padding-bottom:70px; }
.memberjoin{ background:#fff; padding:50px 40px;width:1400px; margin:auto; }
.memarea01{position:relative; line-height:47px; border-bottom:1px solid #000; margin-bottom:20px;}
.memarea01 .mtx01{ font-size:18px;color:#002222; font-weight:500; line-height:47px;   }
.memarea01 .mtx01 span { font-size:12px;color:#aaa; font-weight:500; line-height:47px;  padding-left:30px; }
.memarea01 .mtx01 .ex{ position:absolute;right:0px;top:0px; font-size:12px; color:#000; font-weight:500; }
.memarea01 .mtx02{ }

.agree_info {}
.agree_info textarea{ width:100%; height:150px; border:1px solid #ddd !important; padding:15px; font-size:18px; line-height:1.8;}


.imgs{ max-width:100%; height:auto ;vertical-align:top ;}
.valuemenu{ position:absolute;left:10% ; bottom:15%; }
.valuemenu .tit{font-size:80px;color:#e4dfd7; line-height:1; font-weight:400; margin-bottom:20px;cursor:pointer; }
.valuemenu .menus{display:block;}
.valuemenu .menus .itm {display:inline-block;  margin-right:20px;}
.valuemenu .menus .itm a{font-size:18px; color:#fff;line-height:1; opacity:0.8;  padding-bottom:5px;}
.valuemenu .menus .itm a:hover{ font-weight:700;}
.valuemenu .menus .itm.on a{ opacity:1;border-bottom:1px solid #fff;font-weight:700;}
.gall_tab{width:1450px; margin:0 auto 70px; display:flex;}
.gall_tab a{display:block;  line-height:55px; text-align:center;font-size:20px; color:#111; border-bottom:2px solid #ddd;  width:50%;   font-weight:700;}
.gall_tab a.on{ border-bottom:2px solid #111;}

.btn_area{ text-align:center;}
.btn_area .btn_submit{ width:200px;height:50px; background:#000;  opacity:0.9;border:0; }
.btn_area .btn_submit:hover{ opacity:1;}
.btn_area .btn_close{width:200px;height:50px;  line-height:50px;display:inline-block;border-radius:30px;vertical-align:middle;}
.btn_area .btn_submit2{ width:200px;height:50px; background:rgba(0,0,0,0.8);  opacity:0.9;border:0;border-radius:30px;color:#fff;margin-left:20px; }
.btn_area .btn_submit2:hover{ opacity:1;}

.btn_area .btn_cancel{ width:200px;height:50px; background:#fff; border:1px solid rgba(0,0,0,0.8) !important; color:rgba(0,0,0,0.8);   opacity:0.9;border:0;border-radius:30px; }
.reg_data ul {display:flex; flex-wrap: wrap; }
.reg_data ul li{display:block; width:14%; font-size:18px; color:#000; font-weight:500;  padding-top:27px;} 
.reg_data ul li.inn{display:block;   width:86%; padding:10px 0  10px 30px; ; }
.reg_data ul li .input_form{ width:50%;  height:52px; border:1px solid #ddd; border-radius:30px; padding-left:15px;}
.reg_data ul li .guid{ display:inline-block; font-size:14px; color:#333; line-height:28px; margin-left:15px;}
.reg_data ul li.btn{ width:100%; text-align:center; padding:50px 0 ; }
.reg_data .agree_area{ }
.reg_data .btn_area{ padding:40px 0 50px;text-align:center; }

.cate_title{ text-align:center; font-size:34px; color:#222;font-weight:700 ; margin-bottom:50px;}

.sct_10 { width:1250px; margin:auto;}
#sct {}



/* Head */
.head {background-color:transparent; padding:0 20px; height:100px;    width:100%; position:fixed; left:0;top:0; z-index:4; transition: all .3s ease-in-out; }  
.head.off{ opacity:0; z-index:-1;}
.head .cont{width:100%;  height:100px;line-height:100px; display:flex; flex-wrap: nowrap; justify-content: space-between;min-width:1400px; max-width:1400px; margin:auto ;} 
.head .cont .logo{width:500px; text-align:left; }
.head .cont .logo .in{ width:258px;height:81px; display:inline-block; background-image:url(/theme/basic/img/common/logo.png?t=1);background-size:100% auto;  vertical-align:middle; background-repeat:no-repeat; }
.head .cont .menu{transition: all ease .2s  ;display:flex; flex-wrap: nowrap;  padding-right:0px; }
.head .cont .menu .items{ padding:0 30px;  white-space:nowrap; position:relative;}
.head .cont .menu .items2{padding:0 10px;  white-space:nowrap; position:relative; line-height:100px; color:rgba(255,255,255,0.4);}
.head .cont .menu .items a.ln{line-height:100px;  font-size:18px;font-weight:700; color:#fff; text-transform:uppercase;  } 
.head .cont .menu .items a.ln:hover{ color:#ca9f68;}
.head .cont .menu .items .submenu{ position:absolute;left:0px; top: 0px; width:100%; padding:  15px  0; transition: all ease .3s  ; opacity:0; overflow:hidden;height:0;}
.head .cont .menu .items .submenu a{ opacity:0; transition: all ease .5s  ;}

.head .cont .menu .items .submenu a.ln2{ font-size:14px;border-bottom:1px solid #001230;font-weight:500; color:#f1f1f1; line-height:34px; display:inline-block; position:relative; }
.head .cont .menu .items .submenu a.ln2:hover{ color:#fff;border-bottom:1px solid #c80203; }
.head .cont .menu .items .sb_at{ line-height:30px;}


.head .cont .menu .items.on .submenu a.ln2.on:after{  content:"";display:block; width:100%;height:2px;background:#ad8c61; left:0px;bottom:-0px;position:absolute;z-index:1;}

.head .cont .rmenu{width:220px;text-align:right;display:flex; flex-wrap: nowrap;    }
.head .cont .rmenu .rbutton{ padding-right:30px;line-height:100px; flex: 1 1 auto;}
.head .cont .rmenu .rbutton a{ display:inline-block; width:140px; height:60px; line-height:60px; text-align:center; border-radius:30px; background:#ca9f68; color:#fff;font-size:16px;font-weight:700;  }
.head .cont .rmenu .rlink{  position:relative;  white-space:nowrap ;flex: 1 1 auto;}
.head .cont .rmenu .rlink a.nk{display:inline-block;line-height:100px; text-align:center; font-size:15px; font-weight:700; color:#fff;   }
.head .cont .rmenu .rlink a.nk:after{ content:"/";display:inline-block;color:#eee;  font-weight:400;font-size:13px; line-height:100px; padding:0 10px;  }
.head .cont .rmenu .rlink a.nk:last-child:after{content:"";  }
.head .cont .rmenu .rpanel{  }
.head .cont .rmenu .rlink .global{ color:#fff;font-size:16px; margin-right:20px;cursor:pointer;}
.head .cont .rmenu .rlink .view_box{ position:absolute;right:0px;top:50px; background:#fff; font-size:16px; width:80px;text-align:center;  border-radius:20px;z-index:-1111;opacity:0; transition: all ease .2s  ; height:0;overflow:hidden; box-shadow: 1px 1px 1px 3px rgba(0,0,0,0.051);}
.head .cont .rmenu .rlink .global:hover .view_box{ top:70px;z-index: 1;opacity:1;height:auto;width:80px;}
.head .cont .rmenu .rlink .view_box a{color:#191919 !important; font-weight:700;font-size:14px;line-height:30px; display:block;}
.head.on {background-color:#001230; border-bottom:1px solid #000;  }  
.head.on .cont .logo .in{   display:inline-block; background-image:url(/theme/basic/img/common/logo.png);  }
.head.on .cont .menu .items a.ln{ color:#fff; }
.head.on .cont .menu .items a.ln:hover{ color:#eee;}
.head.on .cont .rmenu .rlink a{color:#fff ;  }
.head.on .cont .rmenu .rpanel{ }
.head.on .rpanel span{background-color:#fff;} 


.head.on2 {background-color:#001230; border-bottom:1px solid #333;  }  
.head.on2 .cont .logo .in{  display:inline-block; background-image:url(/theme/basic/img/common/logo.png);  }
.head.on2 .cont .menu .items a.ln{ color:#fff; }
.head.on2 .cont .menu .items a.ln:hover{ color:#ca9f68;}
.head.on2 .cont .rmenu .rlink a{color:#fff;  }
.head.on2 .cont .rmenu .rpanel{ }
.head.on2 .rpanel span{background-color:#fff;} 


.head.on3 {background-color:rgba(255,255,255, 1); border-bottom:1px solid #f1f1f1;  }  
.head.on3 .cont .logo .in{  filter:invert(100); display:inline-block; background-image:url(/theme/basic/img/common/logo.png);  }
.head.on3 .cont .menu {  }
.head.on3 .cont .menu .items a.ln{ color:#000;  position:relative; }
.head.on3 .cont .menu .items a.ln:hover{ color:#000; font-weight:bold; }
.head.on3 .cont .menu .items.on a.ln:after{content:"";display:block; width:100%;height:2px;background:#ad8c61; left:0px;bottom:-15px;position:absolute;}
.head.on3 .cont .rmenu .rlink a{color:#000;  }
.head.on3 .cont .rmenu .rpanel{ }
.head.on3 .rpanel span{background-color:#000;} 
.head.on3 .cont .rmenu .rlink a:after{ content:"/";display:inline-block;color:#aaa;  font-weight:400;font-size:13px; line-height:100px; padding:0 10px;  }
.head.on3 .cont .rmenu .rlink a:last-child:after{content:"";  }
.fullmenu{ position:fixed;z-index:101;   left:10% ;top: 3%;width:60%;  transform:translateY( 0%); ; display:none; }
.fullmenu .cont{ width:100%;  position:relative; min-width:1000px; max-width:90%; width:100%; margin:auto; }
.fullmenu .cont .items{ margin-bottom:20px; white-space:nowrap ;}
.fullmenu .cont .items .mn{ line-height:40px; font-size:30px; color:#fff; font-weight:700; display:inline-block;  text-transform:uppercase;vertical-align:top; position:relative;    width:150px;}

.fullmenu .cont .items.on .mn:after{  content:""; display:block; width:100%;height:0px;background:#ad8c61; left:0px;bottom:-5px;position:absolute;}

.fullmenu .cont .items .sbmenu{ display:inline-block; line-height:40px; padding-bottom:15px;vertical-align:top;  margin-left:100px;}
.fullmenu .cont .items .sbitm{ display:inline-block; }

.fullmenu .cont .items .sb_at{ display:inline-block;  }

.fullmenu .cont .items .mn2{ line-height:40px; font-size:1.0vw; color:#fff; font-weight:700; display:inline-block;    opacity:0.7;  position:relative;}
.fullmenu .cont .items .mn2.on:after{  content:""; display:block; width:100%;height:2px;background:#ad8c61; left:0px;bottom:-5px;position:absolute;opacity:1; } 

.fullmenu .cont .items .mn2:hover{ opacity:1; }
.fullmenu .cont .items .sb_at:after{content:"|"; line-height:40px; font-size:20px; color:#ddd; font-weight:700; display:inline-block; padding:0 15px; }
.fullmenu .cont .items .sb_at:last-child:after { content:""; }

.head:after{ content:"";display:block;  left:0px; top:100px; z-index: -1;opacity:0; position:absolute; width:100%;height: 0; background-color:#3d3d3d; transition: all ease .2s  ; overflow:hidden;}
.head.menuon{ background-color:#001230;border:0; width:100%;height: 170px;}
.head.menuon:after{display:block; z-index: -1;opacity:1;background-color:#001230; height:170px; border-top:0px solid rgba(218,218,218,0.0); border-bottom:1px solid rgba(218,218,218,0.0); top:100px;}
.head.menuon .cont .logo .in{filter:invert(0);  display:inline-block; background-image:url(/theme/basic/img/common/logo.png);  }
.head.menuon .cont .menu .items:hover a.ln{ color:#f1f1f1;}
.head.menuon .cont .menu .items .submenu{ position:absolute;left:0px; top:70px; width:100%;  height:auto;  text-align:center;padding:15px 0 ; display:block;  opacity:1;}
.head.menuon .cont .menu .items .submenu a{ opacity:1; }
.head.menuon .cont .menu .items .submenu a.ln2{ font-size:15px;font-weight:500; color:#f1f1f1;  display:inline-block; }
.head.menuon .cont .menu .items .submenu a.ln2:hover{ color:#fff; }
.head.menuon .cont .menu .items a.ln{ color:#fff; }
.head.menuon .cont .menu .items a.ln:hover{ color:#fff;}

.head.menuon .cont .rmenu .rlink a{color:#fff;  }
.head.menuon .cont .rmenu .rpanel{ }
.head.menuon .rpanel span{background-color:#fff;}  
.dims{ display:none; position:fixed; z-index:1000;background-color:rgba(0,0,0,0.78); width:100%;height:100%; left:0;top:0;}
.dim_inn{ display:none;position:fixed; z-index:1010; left:50%;top:50%;transform:translate(-50% , -50%);}
.fullmenu .cont .f_top{ margin-bottom:50px; white-space:nowrap ;}
.fullmenu .cont .f_top{ display:flex; }
.fullmenu .cont .f_top .logo{width:250px;  }
.fullmenu .cont .f_top .logo a{display:inline-block;; background-size:100% auto;  vertical-align:middle; background-repeat:no-repeat;  margin-top:20px;}
.fullmenu .cont .f_top .link{ }
.fullmenu .cont .f_top .link a{display:inline-block;font-size:1.0vw; color:#fff;  opacity:0.6; line-height:40px;  font-weight:700;}
.fullmenu .cont .f_top .link a:after{ display:inline-block;content:"|"; font-size:24px; color:#fff;  opacity:0.6; line-height:70px; padding: 0 10px;}
.fullmenu .cont .f_top .link a:last-child:after{  content:""; }
.fullmenu .cont .f_top .icn{line-height:70px;   margin-left:80px; }
.fullmenu .cont .f_top .icn a{ margin-right:10px;}





.more{font-size:20px;position:relative; font-weight:500;display:inline-block; line-height:20px;}
.more.white{ color:#fff;}
.more .long-arrow-right{ transition: all .3s ease-in-out; position:absolute;left:100px; top:8px;}
.more:hover .long-arrow-right{left:110px;}  
.long-arrow-right,
.long-arrow-left{
  display: inline-block;
  margin:  0px auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.long-arrow-left{
 transform: rotate(-45deg);
}
.long-arrow-right{
 transform: rotate(135deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background-color: #fff;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}
.long-arrow-right.black,
.long-arrow-left.black{   border-top: 2px solid #333;
  border-left: 2px solid #333;}

  .long-arrow-right.black::after,
.long-arrow-left.black::after{

  background-color: #333;
}

 
.more .mid-arrow-right{ transition: all .3s ease-in-out; position:absolute;right:-50px; top:8px;}
.more:hover .mid-arrow-right{right:-55px;}  


.mid-arrow-right,
.mid-arrow-left{
  display: inline-block;
  margin:  0px auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.mid-arrow-left{
 transform: rotate(-45deg);
}
.mid-arrow-right{
 transform: rotate(135deg);
}
.mid-arrow-right::after,
.mid-arrow-left::after{
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #fff;
  transform: rotate(-45deg) translate(8px, 4px);
  left: 0;
  top: 0;
}
.mid-arrow-right.black,
.mid-arrow-left.black{   border-top: 2px solid #333;
  border-left: 2px solid #333;}

  .mid-arrow-right.black::after,
.mid-arrow-left.black::after{ background-color: #333;}


.subtop{ width:100%;height:550px;background-color:#f7f7f7;   position:relative;border-bottom:1px solid #dddddd; background-repeat:no-repeat ; background-position:center;background-size:cover; }
.subtop.sub01{ background-image:url(/theme/basic/img/sub/subtop_brand.jpg);}
.subtop.sub02{ background-image:url(/theme/basic/img/sub/subtop_ability.jpg);}
.subtop.sub03{ background-image:url(/theme/basic/img/sub/subtop_ability2.jpg);}
.subtop.sub04{ background-image:url(/theme/basic/img/sub/subtop_client.jpg);}
.subtop.sub05{ background-image:url(/theme/basic/img/sub/subtop_product.jpg);}
.subtop.sub06{ background-image:url(/theme/basic/img/sub/subtop_tape.jpg);}
.subtop.sub07{ background-image:url(/theme/basic/img/sub/subtop_cer.jpg);}
.subtop.sub08{ background-image:url(/theme/basic/img/sub/subtop_hrp.jpg);}
.subtop.sub09{ background-image:url(/theme/basic/img/sub/subtop_inq.jpg);}
.subtop.sub10{ background-image:url(/theme/basic/img/sub/subtop_pdt.jpg);}

.subtop .cont{ position:relative;  text-align:center; top:50%; transform:translateY(-50%);}
.subtop .cont2{ width:1400px; margin:auto; position:relative;  text-align:left; top:50%; transform:translateY(-50%);}
.subtop .cont2 .tx01{ margin-bottom:20px;}
.subtop .cont2 .tx01{ font-size:55px; line-height:1.1; color:#fff ;margin-bottom: 10px;font-weight:700;}

.subtop .cont2 .tx02{font-size:24px; line-height:1.6; color:#fff ;margin-bottom:10px;font-weight:400;}

.subtop .cont .sub_tx01{font-size:55px; line-height:1; color:#fff ;margin-bottom:30px;font-weight:700;  }
.subtop .cont .sub_tx02{font-size:20px; line-height:1.6; color:#fff ;margin-bottom:10px;font-weight:400; }
.subtab{  width:100%; background:#f7f7f7; border-bottom:1px solid #ddd;padding-bottom:1px;}
.subtab .cont{ width:1420px; margin:auto; height:80px; display:flex;align-items: center; flex-wrap: nowrap;  justify-content:center;  }
/*.subtab .items{    flex-grow: 1;  flex-shrink: 1;  flex-basis: 0; }*/
.subtab .items{ width:250px;}
.subtab .items a{ transition: all .2s ease;display:block; text-align:center;font-size:19px; font-weight:700; color:#191919; line-height:80px; border-bottom:2px solid #f7f7f7;  }
.subtab .items a:hover{border-bottom:2px solid #e0002a;  }
.subtab .items.on a{border-bottom:2px solid #e0002a;  }
* {word-break:keep-all;}



.tit_area{padding-bottom:100px;}
.tit_area .t1{font-size:70px; color:#191919; font-weight:700; line-height:1.4; }
.tit_area .t2{font-size:24px; color:#191919; font-weight:700; line-height:1.4;  }
.tit_area .t2 span{ color:#e0002a; font-size:24px;font-weight:700;  }


.table {width:100%; border-top:#222 2px solid;}
.table th,
.table td {border-bottom:#ddd 1px solid; height:56px;}
.table th {font-size:18px; color:#222; font-weight:400; background:#fafafa; padding:0 20px;text-align:left;}
.table td {padding:8px 10px;}
.table td label {float:left; margin-right:10px; line-height:32px; font-size:14px;color:#222;}
.table td label input[type="checkbox"]{ margin-right:10px;}
.table td .br {display:block; clear:both; border-top:#ddd 0px dashed;}
.table td img {margin-left:5px;}
.table.list td {text-align:center;}
.table.list td.subject {text-align:left;}
.table.table_gt {border-top:#afafaf 1px solid;}
.table.table_tn {border-top:0;}
.table.table_tn td {border:#ccc 1px solid !important;}
.table.p20 td {padding:20px 20px;}
.table .img {padding:0; font-size:0 !important;}

input.text {border:#e1e1e1 1px solid; height:40px;}
textarea.text {border:#e1e1e1 1px solid; width:100%;}

.btn_request2{ transition: all .3s ease-in-out; width:200px;height:45px; border-radius:30px; color:#222;background:#fff;border:1px solid #aaa;  font-size:16px; font-weight:bold;  cursor:pointer ; margin-right:10px;}
.btn_request2:hover{ background:#f1f1f1;}
.btn_request{ transition: all .3s ease-in-out; width:200px;height:50px;line-height:48px;  border-radius:5px; color:#fff;background:#e80407; font-size:18px; font-weight:bold; border:0 ;cursor:pointer;}
.btn_request:hover{color:#e80407; background:#fff;border:1px solid #e80407;}
.btns {margin-top:20px; font-size:0; overflow:hidden; text-align:center; margin-bottom:100px;}
.btns .btn {display:inline-block; width:140px; height:40px; line-height:38px; text-align:center; font-size:14px; font-weight:400; vertical-align:top; margin:0 2px; cursor:pointer;}
.btns .btn01 {color:#fff; background:#343434; border:#343434 1px solid;}
.btns .btn01:hover {background:#222;}
.btns .btn02 {color:#666; background:#fff; border:#666 1px solid;}
.btns .btn02:hover {background:#f5f5f5;}
.btns .fl .btn,
.btns .fr .btn {width:100px;}

.bo_title{ font-size:60px; font-weight:700; color:#191919;  line-height:1.5; text-align:center;  padding-top:50px;}
.bo_title2{ font-size:24px; font-weight:400; color:#191919; text-align:center;  margin-bottom:50px;}



.agree{ padding:50px 0 ;}
.agree .agree_tit{ font-size:16px; color:#000; line-height:2;font-weight:bold; padding-bottom:20px; }
.agree .agree_wrap { border:1px solid #aaa; padding:30px 0 ; font-size:16px;line-height:1.6;  }
.agree_chk{ padding:25px 0  10px;font-size:17px;}
.tbl_row{width:100%;  border-collapse:collapse;border:1px solid #ddd;}
.tbl_row th{font-size:16px; color:#222;padding: 10px 20px  10px  ;line-height:1.6; vertical-align:top;border-bottom:1px solid #ddd;}
.tbl_row td{font-size:16px; color:#222;padding: 10px 0  10px;line-height:1.6; vertical-align:top; font-weight:300;border-bottom:1px solid #ddd;}

/*
.req{background-color:#fff; width:160px;height:50px; border-radius:30px;border:1px solid #52aa98; position:relative; }
.req i{position:absolute; right:20px;top:20px; }
*/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; } 






/* ================= Magnific Popup 라이브러리 기본 CSS (CDN) ================= */
@import url('https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css');

/* ================= 1:1 문의 상세페이지 팝업 커스텀 스타일 ================= */

/* 본문 내 이미지에 마우스 포인터 변경 (클릭 유도) */
#bo_v_atc img, 
.qna-v-files a.view_image_popup {
    cursor: pointer;
    transition: opacity 0.3s;
}
#bo_v_atc img:hover,
.qna-v-files a.view_image_popup:hover {
  
}

/* 팝업 배경 배경 시 Blur 효과 (모던한 느낌) */
.mfp-bg {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

/* 팝업 이미지 둥글게 & 그림자 */
.mfp-img {
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    padding: 0 !important; /* 기본 패딩 제거 */
}

/* 팝업 하단 캡션(파일명) 스타일 */
.mfp-figure figure figcaption {
    padding: 15px 0;
}
.mfp-title {
    font-size: 14px;
    color: #eee;
    font-weight: 500;
}
.mfp-counter {
    font-size: 12px;
    color: #aaa;
}

/* 좌우 화살표 버튼 커스텀 */
.mfp-arrow {
    opacity: 0.6;
    transition: opacity 0.3s;
}
.mfp-arrow:hover {
    opacity: 1;
}
/* 화살표 모양 변경 (기존 배경 제거) */
.mfp-arrow::before, .mfp-arrow::after {
    border: none !important; 
    font-family: "Font Awesome 5 Free"; /* 폰트어썸이 테마에 깔려있을 경우 작동 */
    font-weight: 900;
    font-size: 40px;
    color: #fff;
}
/* 폰트어썸이 없을 경우를 대비한 유니코드 화살표 대체 */
.mfp-arrow-left::before { content: '‹'; font-size: 60px; font-family: Arial, sans-serif; }
.mfp-arrow-right::before { content: '›'; font-size: 60px; font-family: Arial, sans-serif; }


/* 닫기 버튼 커스텀 */
.mfp-close {
    font-size: 40px;
    color: #fff;
    opacity: 0.8;
    transition: 0.3s;
    outline: none !important;
}
.mfp-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* 팝업 등장 애니메이션 (Zoom-in) */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}



/* ================= 서브 레이아웃 (라인 & 텍스트) ================= */
.master-sub-layout {
 
    margin-top: 70px;
    text-align: left; /* 중앙 정렬 해제 */
}

/* 가로 라인 및 좌우 분할 */
.sub-layout-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #ccc; /* 얇은 가로 라인 */
    padding-top: 30px; /* 라인과 텍스트 사이 간격 */
	margin-bottom:50px;
}

/* 좌측 타이틀과 세로 라인 */
.sub-layout-top .left-col {
    position: relative;
    padding-left: 20px; /* 왼쪽 여백 살짝 부여 */
    padding-right: 60px; /* 세로 라인과의 간격 */
}
.sub-layout-top .left-col::after {
    content: '';
    position: absolute;
    top: -30px; /* padding-top 만큼 위로 올려서 가로 라인에 딱 붙임 */
    right: 0;
    width: 1px;
    height: 50px; /* 아래로 내려오는 세로 라인 길이 */
    background-color: #ccc; 
}
.sub-layout-top .left-col .title {
    font-size: 45px;
    font-weight: 700;
    color: #111;
}
.sub-layout-top .left-col span{ 
font-size:20px; color:#a78864; line-height:1.6; 
}
/* 우측 아웃라인 태그 */
.sub-layout-top .right-col {
    display: flex;
    gap: 10px;
	padding-top:60px;
}
.sub-layout-top .right-col .link{  
font-size:20px; 
font-weight:700;color:#000;
}

.sub-layout-top .right-col .tag {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #c8b19a; /* 연한 브라운 테두리 */
    color: #c8b19a;
    font-size: 18px;
    font-weight: 700;
}

/* 중앙 텍스트 */
.sub-layout-center {
    text-align: center;
    margin-top: 80px;
    padding-bottom: 120px; /* 아래 검은 Reveal 섹션과의 간격 */
}
.sub-layout-center p {
    font-size: 45px;
    color: #333;
    line-height: 1.6;
}
.sub-layout-center p.bold-txt {
    font-weight: 700;
    color: #111;
}







/* ================= Right Fixed Buttons ================= */
.right-fixed-btns {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 900;
}
.btn-ESS, .btn-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
}
 .btn-top i{  margin-bottom:5px;font-size:14px;;}
.btn-ESS {
    height: 290px;
	padding-top:25px;
    background-color: #000;
    color: #fff;
    writing-mode: vertical-rl; /* 텍스트 세로 정렬 */
    text-orientation: mixed;
    gap: 15px;
}
.btn-top {
    height: 70px;
    background-color: #a78864; /* 버튼 색상 */
    color: #fff !important;
}
.btn-ESS i, .btn-top i {
    writing-mode: horizontal-tb; /* 아이콘은 가로 유지 */
}
.pr-title-wrap {
    text-align: center; 
}
.pr-title-wrap p {
line-height:1;
    font-size: 50px;
    font-weight: 700;
    color: #111;
	padding:50px 0 30px ;
}





@media (max-width: 768px) {

#bo_list  , #bo_v , #bo_w , #bo_gall { width:94%  ; margin:auto;}

 
.social_register{background:#fff; position:relative; width:96%;margin :auto; min-width:90%;  padding: 0px 0 0;  font-size:14px;}
.social_register .title{ text-align:center; font-size:50px; font-weight:700;color:#000; line-height:1;  padding-bottom:70px; }
.member_connect{width:96%;margin : 0 auto 100px  }
.join{ background:#fff; position:relative; width:100%; min-width:90%;  padding:50px 0;}
.join .title{ text-align:center; font-size:50px; font-weight:700;color:#000; line-height:1;  padding-bottom:70px; }
.memberjoin{ background:#fff; padding:50px 40px;width:90%; margin:auto; }
.memarea01{position:relative; line-height:47px; border-bottom:1px solid #000; margin-bottom:20px;}
.memarea01 .mtx01{ font-size:18px;color:#002222; font-weight:500; line-height:47px;   }
.memarea01 .mtx01 span { font-size:12px;color:#aaa; font-weight:500; line-height:47px;  padding-left:30px; }
.memarea01 .mtx01 .ex{ position:absolute;right:0px;top:0px; font-size:12px; color:#000; font-weight:500; }
 
 
.ord_wrap{ width:90%;margin:50px auto;}
.pc-only{display:none !important; }
.m-only{display:block;}


.sct_10 { width:94%; margin:auto;}
.pr-title-wrap p {
    font-size: 34px;
    font-weight: 700;
    color: #111;
	padding:50px 0 30px ;
}

.pr-title-wrap h2 {font-size:34px;font-weight:700;} 
 
}