@charset "UTF-8";

/*----------------------------------------------------------------------
@ HEADER  
----------------------------------------------------------------------*/
#header {position:fixed;top:0;left:0;width:100%;height:80px;background-color:#f6f6f6; z-index:102;-webkit-transition-duration:0.5s;-m-transition-duration: 0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;}
#header:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f6f6f6;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:1s;}
#header header {position:relative;max-width:1440px;margin:0 auto;height:100%;z-index:2;display:flex;align-items:center;justify-content:space-between;}
#header h1 {}
#header h1 a {display:flex; line-height:1;}
#header h1 img {vertical-align:revert;}

/* sub full : 
#header:before { content:'';position:absolute;top:-205px;left:0;width:100%;height:300px;background-color:#1b2032;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:0.3s; z-index:-1;}
#header.open_menu:before {opacity:0.8; top:0; }
*/

/*up & Down*/
#header.nav-up {top:-90px;}
#header.type2.nav-up { top:-90px; background-color:#fff;} 
#header.nav-down {top:0;background-color:#fff; }
#header.type2.nav-down { top:0; } 
#header.nav-up:before {opacity:0.99;}
#header.nav-down:before {opacity:0.99;}
#header.nav-down.nav-top { background-color:transparent; } 
#header.nav-down.nav-top:before {opacity:0; }

/*
@media screen and (max-width: 2060px){
	#header header {margin:0 70px;}
}
@media screen and (max-width: 1600px){
	#header header {margin:0 40px;}
}*/
@media screen and (max-width: 1470px){
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1200px){
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1024px){
	#header {top:0 !important;height:60px; background:#f6f6f6;}
	#header:before{background:#f6f6f6; } 
	#header h1 {padding:15px 0;}
	#header h1 img {height:40px;}
	#header.nav-up:before {opacity:0.99;}
}

#header .header-inner { display:flex; align-items:center; } 


/*----------------------------------------------------------------------
@ 메뉴
----------------------------------------------------------------------*/
.lnb-menu > li { } 
.lnb-menu > li > a {display:block; font-family:var(--ff-go); font-size:1.125rem;font-weight:400;color:#000; overflow:hidden;transition:all .5s ease; }
.lnb-menu > li > a:after { display:none; content:'';position:absolute;left:50%;right:50%;bottom:0;height:3px;background-color:var(--menu);z-index:-1;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.lnb-menu > li.on > a {color:var(--menu);}
.lnb-menu > li.on > a:after,
.lnb-menu > li > a:hover:after {left:0;right:0;}
.lnb-menu > li.active > a:after {left:0;right:0;}	/* submenu on 했을때 유지하기 위해 */

#header.type2 .lnb-menu > li > a:after { height:2px; } 

@media screen and (min-width: 1025px){
	.lnb-menu {font-size:0;}
	.lnb-menu > li {position:relative;display:inline-block;}
	.lnb-menu > li > a {position:relative;display:flex;justify-content:center;align-items:center;height:80px;padding:0 1.875rem;}
	/*
	.lnb-menu > li > a:before { content:''; position:absolute; display:inline-block; width:0; height:0; bottom:-3px; left:50%; transform:translateX(-50%); border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:10px solid var(--menu); transition:all .4s ease; opacity:0; }
	.lnb-menu > li.ov > a:before { opacity:1; bottom:0px; } 
	*/
}
@media screen and (max-width: 1440px) and (min-width: 1261px){
}
@media screen and (max-width: 1260px) and (min-width: 1100px){
} 
@media screen and (max-width: 1100px) and (min-width: 1025px){
	.lnb-menu > li > a { padding:0 1.375rem; } 
} 

@media screen and (max-width: 1024px) { 
	#header.type2 .lnb-menu > li > a:after { display:none; }
}

/*----------------------------------------------------------------------
@ 서브메뉴
----------------------------------------------------------------------*/
.lnb_sub_menu {display:none;position:absolute;top:89px;left:0;width:100%;padding:10px;box-sizing:border-box; }

.lnb_sub_menu ol {max-width:1170px;margin:0 auto;text-align:center;box-sizing:border-box;}
.lnb_sub_menu ol {position:relative;}

.lnb_sub_menu li {display:block;margin:8px 0;}
.lnb_sub_menu li a {position:relative;display:inline-block;padding:2px 0; font-weight:300;font-size:15px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase; }

.lnb_sub_menu li a:after { position:absolute; content:''; bottom:-2px; ;left:50%; transform:translateX(-50%); width:0; height:1px; background:#fff; transition:all 0.4s ease; } 
.lnb_sub_menu li:hover a:after { width:100%; } 

.header__menu-list li:hover a {color:#fff;}
.header__menu-list li.on a {color:#fff;}
.lnb_sub_menu li.on a:before {opacity:1;left:-6px;}
.lnb_sub_menu li.on a:after { width:100%;  }

#header.type2 .lnb_sub_menu ol { text-align:center; }
#header.type2 .lnb_sub_menu li a { font-weight:300; font-size:0.875rem; color:#fff; opacity:0.7; transition:all 0.4s ease; }
/*#header.type2 .lnb_sub_menu li a:after { background:var(--menu); } */
#header.type2 .lnb_sub_menu li:hover a:after { width:100%; } 

@media screen and (min-width: 1025px){
	.lnb_sub_menu {left: 50%; transform: translateX(-50%);width:max-content; max-width:20rem; min-width:100%; z-index:999;}
	#header.type1 .lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--menu);-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
	#header.type1 .lnb_sub_menu:after { content:''; position:absolute; display:inline-block; width:0; height:0; top:-10px; left:50%; transform:translateX(-50%); border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:10px solid var(--menu); transition:all .4s ease; opacity:0; }
	#header.type1 .lnb_sub_menu.open:after { opacity:1; top:-10px; } 
	#header.type1 .lnb_sub_menu li a {}
	#header.type1 .lnb_sub_menu li a:hover {font-weight:400;color:#fff;  }

	#header.type2 .lnb_sub_menu.open:after { opacity:1; } 
	#header.type2 .lnb_sub_menu li a {}
	#header.type2 .lnb_sub_menu li a:hover { color:#fff; opacity:1;}

	/* submenu bar type
	.lnb_sub_menu:before {content:'';position:fixed;top:89px;left:0;width:100%;height:60px;background-color:var(--menu);-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
	.lnb_sub_menu.open:before { height:60px; }
	*/
}

/* header fixed */
#header.fixed {position:fixed; box-shadow:2px 2px 2px 2px rgba(0,0,0,0.05); }
#header.fixed:before {opacity:1;}


/*----------------------------------------------------------------------
@ HEADER 반응형 
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px){
	.header-inner #header__lnb{display:none;float:none;overflow-y:auto;position:fixed;top:0;left:-1px;width:101%;height:1024px;height:100%;margin:0 !important;background-color:transparent;text-align:center;}
	/*
	.header-inner #header__lnb:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.9;}
	*/
	#header__lnb:before {content:'';position:fixed;top:-100vh;left:0;width:100%;height:100%; background-color:rgba(0,0,0,0.9); opacity:1; z-index:-1; transition:all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s; }
	#header__lnb.active:before { top:0px; left:0px; } 

	#header__lnb:after {content:'';position:fixed;top:-100vh;left:0;width:100%;height:100%; background-color:#fff;opacity:.7; z-index:-2; transition:all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
	#header__lnb.active:after { top:0px; left:0px; } 

	#header__lnb {display:table;width:100%;height:100%;}
	#header__lnb .nav { left:50%; top:50%; transform:translate(-50%,-50%); position:relative;height:auto;padding:50px 0;background-color:transparent;vertical-align:middle;}
	.lnb-menu > li {margin-bottom:10px;}
	.lnb-menu > li:last-child {margin-bottom:0;}
	#header.fixed #header__lnb .lnb-menu > li > a,
	.lnb-menu > li > a {position:relative; display:inline-block;padding:10px 0;font-size:1.25rem;color:#fff !important;}
	.lnb-menu > li > a > span { position:relative; } 
	.lnb-menu > li > a > span:after {content:'';position:absolute;left:50%;right:50%;bottom:-2px;height:2px;background-color:#fff;z-index:-1;transition:all 0.3s ease; }
	.lnb-menu > li > a:hover span:after {left:0;right:0;}

	.lnb-menu > li.ov > a {color:#fff;}
	.lnb-menu > li.ov.on > a {color:var(--menu);}
	.lnb-menu > li.ov > a:after {content:none;margin-bottom:0;}
	.lnb-menu > li.on > a {font-weight:600;}
	.lnb_sub_menu {position:static;padding:0 0 20px;background-color:transparent;border:none;text-align:center;}
	.lnb_sub_menu li {display:block;margin:8px 0;}
	.lnb_sub_menu li a {padding:2px 0;font-size:16px;color:#fff;}

	#header.type2 .lnb_sub_menu ol { text-align:center; }
}




/*----------------------------------------------------------------------
@ 언어선택
----------------------------------------------------------------------*/
#header__language {display:flex;align-items:center;justify-content:center;}
#header__language select {width:95px;height:27px;padding:5px;background:url(/images/board/select_bg.png) no-repeat 90% center !important;background-color:transparent;border:1px solid #666;font-size:12px;color:#333;box-sizing:border-box;}
#header__language option {color:#333;}
@media screen and (min-width: 1025px){
	#header__language {height:90px;}
	/*#header__language select {border-color:#fff;color:#fff;background:url(/images/board/select_bg2.png) no-repeat 90% center !important;}*/
	#header.nav-down #header__language select {border-color:#666;color:#333;background:url(/images/board/select_bg.png) no-repeat 90% center !important;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	#header__language select {width:65px;}
}
@media screen and (max-width: 1024px){
	#header__language select {border-color:#fff;color:#fff;background:url(/images/board/select_bg2.png) no-repeat 90% center !important;}
}



/*----------------------------------------------------------------------
@ 모바일버튼
----------------------------------------------------------------------*/
#header__mobile {display:none;position:absolute;top:20px;right:0px;background-color:transparent;box-sizing:border-box;z-index:999999}
#header__mobile span {display:block;width:30px;height:2px;margin:0 auto;background-color:#111;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#header__mobile .mid2 {margin:8px 0;}
#header__mobile.active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#header__mobile.active span {background-color:#111 !important;}
#header__mobile.active span.mid2{width: 0px;}
#header__mobile.active span.mid1,
#header__mobile.active span.mid3 {-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#header__mobile.active span.mid1{-webkit-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);}
#header__mobile.active span.mid3 {-webkit-transform: translateY(-10px) rotate(90deg);-ms-transform: translateY(-10px) rotate(90deg);-o-transform: translateY(-10px) rotate(90deg);transform: translateY(-10px) rotate(90deg);}
#header.fixed #header__mobile span {background-color:#111;}
#header.fixed_store #header__mobile span {background-color:#333;}
#header.nav-up #header__mobile span {background-color:#333;}
#header.nav-down #header__mobile span {background-color:#333;}
#header.nav-down.nav-top #header__mobile span {background-color:#333;}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block;}
}





/*----------------------------------------------------------------------
@ QUICK
----------------------------------------------------------------------*/
.quick { position:absolute; top:-1.5rem; right:20px; bottom:55px; width:auto; height:48px; /*width:5rem;height:5rem; border-radius:50%;*/ cursor:pointer;z-index:99; overflow:hidden; transition:all 0.4s; animation:zoominout 2s ease-in-out infinite alternate-reverse both; }
.quick.fixed { position:fixed; top:revert; right:20px; bottom:25px; } 
@media screen and (max-width: 640px){
	.quick { right:15px;  } 
	.quick.fixed { right:15px; } 
} 


/*----------------------------------------------------------------------
@ FOOTER
----------------------------------------------------------------------*/
#footer { position:relative; background:#f3f3f3;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#footer .btnTop { position:fixed;right:20px; bottom:10px;width:3.125rem;height:3.125rem; border:1px solid #111; background:#111; border-radius:50%; cursor:pointer;z-index:101; overflow:hidden;}
#footer .btnTop.active { display:flex } 
#footer .btnTop_wrap { display:flex !important; align-items:center; justify-content:center; height:100%; } 
#footer .btnTop .material-icons { font-size:36px; color:#fff; z-index:2;} 
#footer .btnTop .material-icons.active { color:#fff; } 
#footer .btnTop span.back { position:absolute; left:0px; bottom:-100%; width:100%; height:100%; background:var(--menu);z-index:1;} 



.f_top { position:relative;display:flex; align-items:center; width:100%;  height:100%;  } 
.f_top .f_inner { display:flex; align-items:flex-start; justify-content:space-between; gap:0.938rem; width:100%; max-width:1440px; margin:0 auto; padding:2.5rem 0 6rem;  } 
.f_top .f_top_left { display:flex; flex-direction:column; gap:0.625rem; width:20rem; }


.f_top .f_top_family { display:flex; align-items:center; } 

.f_top .f_top_family a:after {content:'';clear:both; display:inline-block;width:1px;height:14px;margin:7px 12px 2px 12px;background-color:#9f9f9f; vertical-align:middle; } 
.f_top .f_top_family a:last-child:after { display:none; content:''; } 

.f_top .f_top_center { width:calc(100% - 20rem - 18.75rem); } 

.f_top .f_top_center span { font-size:1rem; color:#333; font-weight:500; word-break:keep-all; } 
.f_top .f_top_center span .tt { font-weight:400; } 
.f_top .f_top_center span.line:after {content:'';clear:both; display:inline-block;width:1px;height:14px;margin:0 15px 2px 15px;background-color:rgba(0,0,0, 0.5); vertical-align:middle; }
.f_top .f_top_center span.line:last-child:after {content:none;}
.f_top .f_top_center .copy { font-size:1rem; color:rgba(51,51,51, 0.6); font-weight:400; margin-top:0.938rem; text-transform:uppercase; } 
.f_top .f_address { display:flex; flex-direction:column; gap:0.313rem; } 


.f_top .f_top_right { display:flex; gap:1.25rem; max-width:18.75rem; } 
.f_top .f_top_right .f_top_right_inner { display:flex; flex-direction:column; gap:1.25rem; } 


.f_bottom { padding:0rem 0 1.563rem; } 
.f_bottom .f_inner { display:flex; justify-content:flex-end; gap:1.25rem; max-width:1440px; margin:0 auto; } 

.f_sns { position:relative; display:flex; align-items:center; justify-content:flex-end; column-gap:0.313rem; }
.f_sns a { display:flex; align-items:center; justify-content:center; opacity:1; transition:all 0.4s; }
.f_sns a:hover { opacity:1; }  

.f_inquiry { position:relative; display:flex; align-items:center; justify-content:flex-end; gap:0.313rem;  } 
.f_inquiry .text { font-size:1.563rem; color:#000; font-weight:400; }
.f_inquiry a { font-size:1.875rem; color:var(--menu); font-weight:600;  }

@media screen and (max-width:1470px){
	.f_top .f_inner { margin:0 15px; } 
	.f_bottom .f_inner { margin:0 15px; } 
	.f_top .f_top_left { width:revert; margin-right:0.938rem; } 
}

@media screen and (max-width: 1200px){
	.f_top .f_inner { flex-wrap: wrap; } 
	.f_top .f_top_left { width:100%; } 
	.f_top .f_top_center span { font-size:0.938rem; } 
	.f_top .f_top_center { width:calc(100% - 19rem); } 

	.f_sns { margin-right:0; } 
}

@media screen and (max-width: 1024px){
	.f_top .f_inner { padding-bottom:4.75rem; } 
	.f_top .f_top_left .f_top_logo img { height:53px; } 
	.f_bottom { padding-bottom:4.25rem; } 
}	

@media screen and (max-width: 768px){

} 
@media screen and (max-width: 768px){
	.f_top .f_inner { flex-direction:column;  } 
	.f_top .f_top_left { display:flex; align-items:center; justify-content:center; gap:1.875rem; } 
	.f_top .f_top_center { width:calc(100%); font-size:1rem; } 
	.f_top .f_top_center p { display:flex; flex-direction:column; } 
	.f_top .f_top_center p span { text-align:center; } 
	.f_top .f_top_center p span.line { margin-bottom:4px; } 
	.f_top .f_top_center p span.line:after { display:none;  }	
	.f_top .f_top_center .copy { font-size:0.938rem; margin-top:revert; text-align:center; } 
	
	.f_top .f_top_right { justify-content:center; max-width:revert; width:100%; } 
	.f_top .f_top_right .f_top_right_inner { } 

	.f_sns { justify-content:center; } 
	.f_sns a { width:2.5rem; height:2.5rem; padding:0.25rem; } 
	.f_sns a img {  } 
	.f_inquiry { display:none; } 

}
@media screen and (max-width: 540px){
	/*
	.f_top .f_inner { margin:0 10px; } 
	.f_top_left { display:flex; justify-content:space-between; } 
	.f_top_left a {margin-left:15px;font-size:0.938rem;  }
	.f_top_left a:first-child {margin-left:0;}
	*/
}
@media screen and (max-width: 414px){
	.f_top .f_top_left .f_top_logo img { height:42px; } 
	/*
	.f_top_left { display:none; } 
	.f_top .f_inner { justify-content:center; } 
	*/
} 

body {background-color:#fff;}




/*----------------------------------------------------------------------
하단 따라다니는 메뉴 
----------------------------------------------------------------------*/

.f_bar{ display:flex; align-items:center; justify-content:center; position:fixed;left:0;bottom:0;width:100%;min-width:1170px; height:4.375rem;background:var(--point1); z-index:100; transition:all 0.3s; }
.f_bar.relative {position:relative !important; } 

.f_bar_inner { display:flex; align-items:center; justify-content:space-between; column-gap:2.813rem; } 

.f_bar_center { display:flex; align-items:center;  flex-direction:row; margin-top:5px; } 
.f_bar_text { font-size:1.875rem; color:#000; font-weight:600; margin-right:1.25rem; margin-bottom:7px; } 
.f_bar_tel { display:flex;align-items:center;  font-size:2.5rem; color:#000; font-weight:600; letter-spacing:0em;  }
.f_bar_tel a {color:#000; } 
.f_bar_tel .icon { line-height:1; margin-right:5px; } 
.f_bar_tel .icon img { vertical-align:; } 


.f_bar_right .form { display:flex; flex-direction:row; justify-content:revert; align-items:center; margin-right:-7px; }
.f_bar_right .form .form_row { flex:0 0 auto; width:calc((100% / 1) - 7px); margin-right:7px; } 
.f_bar_right .form.four .form_row { width:calc((100% / 4) - 7px); } 

.f_bar_right .form .form_row { margin-bottom:0px; } 
.f_bar_right .form .form_text { display:none; font-size:0.813rem; margin-top:0.625rem; margin-bottom:1rem !important; letter-spacing:-0.07em; } 
.f_bar_right .form .form_row > label { display:none; } 
.f_bar_right .form .form_tag label { font-size:0.875rem; color:#666; } 

.f_bar_right .form input[type=text], 
.f_bar_right .form input[type=password] { width:100%; max-width:160px; font-size:0.875rem; color:#111; border:1px solid #fff; background:#fff;height:3.125rem; padding:0.5rem 1.25rem; border-radius:7px;box-sizing:border-box;  }

.f_bar_right .form textarea { font-size:0.875rem; color:#fff; height:10rem; border:1px solid #fff; background:transparent; line-height:1.5; } 
.f_bar_right .form ::-webkit-input-placeholder { color: #999; font-size:0.938rem; font-weight:400; letter-spacing:-0.05em; } /* Chrome/Opera/Safari */
.f_bar_right .form input[type=text]:focus,
.f_bar_right .form input[type=password]:focus,
.f_bar_right .form select:focus,
.f_bar_right .form textarea:focus {border-color:#111; box-shadow: 0 0 0.2rem 0.25rem rgba(0, 0, 0, 0.03); }
.f_bar_right .form .form_row input[type="checkbox"] + label span.check { width:13px; height:13px; margin-right:5px; border:1px solid #5e5e5e; } 
.f_bar_right .form .form_row input[type="checkbox"]:checked + label span.check:after { 	content:'done';position:absolute; left:50%; top:calc(50% - 3px); transform:translate(-50%,-50%);  font-family:'Material Icons'; font-size:30px; font-weight:600; color:var(--main); } 

.f_bar_right .form .form_text input[type="checkbox"] + label { height:revert; } 

/*
input[type="checkbox"] + label span.check { position:relative; display:inline-block;width:18px;height:18px;margin-top:-2px;margin-right:10px;vertical-align:middle; border:1px solid #999; cursor:pointer;}
*/

.f_bar_right .contact3_btn { position:relative; text-align:center;  } 
.f_bar_right .contact3_btn a { display:flex; align-items:center; justify-content:center; font-family:var(--ff-go); font-size:1.25rem; color:#fff; font-weight:400; letter-spacing:-0.05em; padding:0.625rem 1.75rem; height:3.125rem; background:var(--menu); border-radius:7px; transition:all 0.3s ease; box-sizing:border-box; } 
.f_bar_right .contact3_btn a:hover { color:#333; } 
.f_bar_right .contact3_btn a:after { background:#fff; } 
.f_bar_right .contact3_btn .material-icons { font-size:20px; margin-right:5px; }


.f_bar_mobile { position:fixed; width:100%; bottom:0; display:none; justify-content:center; border-bottom:0.938rem solid var(--point1); z-index:100; transition:all 0.3s;  } 
.f_bar_mobile a { display:inline-flex; align-items:center; justify-content:center; gap:0.625rem; min-width:15rem; font-family:var(--ff-go); font-size:1.5rem; color:#fff; font-weight:600; background:var(--menu); padding:0.75rem 1.25rem 0.75rem;border-top-right-radius :10px;border-top-left-radius :10px;
출처: https://webstoryboy.co.kr/1813 [WEBSTORYBOY:티스토리] } 
.f_bar_mobile a.active span:after { content:'arrow_circle_down'; } 

@media screen and (max-width: 1024px){
	.f_bar { /* position:relative; */ height:revert; min-width:revert; } 
	.f_bar_inner { align-items:revert; flex-direction:column; padding:1.563rem 0; } 
	.f_bar_inner .f_bar_left { display:none; } 
	.f_bar_center { align-items:flex-start; margin-bottom:0.625rem; } 

	.f_bar_text { font-size:1.875rem; margin-right:1.875rem; margin-bottom:7px; } 
	.f_bar_tel { font-size:2.188rem; }
	.f_bar_tel .icon img { width:; } 

	.f_bar_right .form { flex-wrap:wrap; } 
	.f_bar_right .form.four .form_row { width:calc((100% / 3) - 7px); } 
	.f_bar_right .form.four .form_row:nth-of-type(3) { width:calc((100% / 3)); margin-right:0px !important; }
	.f_bar_right .form.four .form_text { display:block; width:100%; } 

	.f_bar_right .contact3_btn { display:block; width:100%; margin-top:0rem; } 
	.f_bar_right .form input[type=text], .f_bar_right .form input[type=password] { font-size:0.875rem; max-width:revert; } 
	
	.f_bar_right .form ::-webkit-input-placeholder { color: #666; font-size:0.875rem; } 
	.f_bar_right .form .form_tag label { font-size:0.875rem;; color:#000; } 
	.f_bar_right .form .form_row input[type="checkbox"] + label span.check { border:1px solid #000; margin-right:7px; } 
	.f_bar_right .private_p { color:#fff; background:#000; padding:0.6250vw 1.5625vw; border-radius:1.2500vw; } 

	.f_bar_right .contact3_btn a { font-size:1.25rem;  padding: 15px 3.125rem 12px;  }
}    


@media screen and (max-width: 640px){
	.f_bar { /* position:relative; */ height:revert; min-width:revert; bottom:-16.875rem; } 
	.f_bar.active { bottom:0px; } 
	.f_bar_mobile { display:flex; } 

	.f_bar_inner { align-items:revert; flex-direction:column; padding:4.6875vw 0; } 
	.f_bar_inner .f_bar_left { display:none; } 
	.f_bar_center { align-items:center; margin-bottom:0.625rem; } 

	.f_bar_text { font-size:1.563rem; margin-right:0.938rem; margin-bottom:0px; } 
	.f_bar_tel { font-size:1.875rem; }
	.f_bar_tel .icon img { width:1.563rem; } 

	.f_bar_right .form { flex-wrap:wrap; } 
	.f_bar_right .form.four .form_row { width:calc((100% / 3) - 7px); } 
	.f_bar_right .form.four .form_row:nth-of-type(3) { width:calc((100% / 3)); margin-right:0px !important; }
	.f_bar_right .form.four .form_text { display:block; width:100%; } 

	.f_bar_right .contact3_btn { display:block; width:100%;  } 
	.f_bar_right .form input[type=text], .f_bar_right .form input[type=password] { max-width:revert; } 
	
	.f_bar_right .contact3_btn a {  padding: 15px 3.125rem 12px;  }
}    

