/****************************** layout.css ******************************/
@charset "UTF-8";


/*---------- scrollbar ----------*/
::-webkit-scrollbar { width: 10px; height: 10px; border-radius: 50px; } 
::-webkit-scrollbar-button { display: none; } 
::-webkit-scrollbar-thumb { background-color: #e41e26; border-radius: 50px; } 

::-webkit-scrollbar-position { position: fixed; top: 0; } 
::-webkit-scrollbar-track { background-color: #d8d8d8; border-radius: 50px; } 

/*---------- common ----------*/
.logo a img, .page_wrap.company1 .page_con .con.con1 .left figure img {display: block;width: 100%;max-width: 309px;object-fit: cover;} 

/*---------- head ----------*/
/* width: 17130px; */
.header { width: 100%; height: 130px; position: absolute; top: 0; left: 0; right: 0; z-index: 9999; background: transparent; } 
.header .header_container { position: relative; width: 100%; height: 100%; } 
.header .header_layout { width: 100%; max-width: 1760px; height: 100%; display: flex; justify-content: space-between; margin: 0 auto; align-items: center; } 
.header .logo { z-index: 99999999; } 
.header .logo a { display: block; width: 100%; height: 100%; } 
.header .logo a.logo_w img { display: block; opacity: 1; filter: Alpha(opacity=100); } 
.header .logo a.logo_b img { display: none; opacity: 0; filter: Alpha(opacity=0); position: absolute; top: 0; left: 0; } 
/* sub */
.sub:not(.allMenu_on) .header a.logo_b img { display: block; opacity: 1; filter: Alpha(opacity=100); position: unset; } 
.sub:not(.allMenu_on) .header a.logo_w img { display: none; opacity: 0; filter: Alpha(opacity=0); } 


/*---------- fullpage ----------*/
.main_nav .main_menu > li > a { color: #fff; } 

.lang_wrap ul li a { } 
.lang_wrap ul li:nth-child(3):before, .lang_wrap ul li:nth-child(3):after { background: #fff; } 
/* on */
.lang_wrap ul li.on a { text-decoration: 2px underline red; text-underline-offset: 4px; } 

.all_btn i { /* background: #fff; */}
body.fp-viewing-4 #mainFooterCon { display: none; } 

.main_nav { margin: 0 8%; } 
.main_nav .main_menu { display: flex; justify-content: space-between; width: 100%; max-width: 1200px; height: 100%; float: right; } 
.main_nav .main_menu > li { position: relative; width: 175px; } 
.main_nav .main_menu > li > a:after { content: ""; position: absolute; bottom: 8px; right: calc(50% - 6px); width: 0; height: 0; border-bottom: 10px solid #bb141a; border-top: 10px solid transparent; border-left: 8px solid transparent; border-right: 8px solid transparent; z-index: 550; opacity: 0; } 
.main_nav .main_menu > li a { letter-spacing: -0.5px; text-align: center; } 
.main_nav .main_menu > li > a { display: block; font-size: 20px; line-height: 130px; font-weight: 700; } 
/* hover */
.main_menu > li:hover .sub_menu { padding: 20px 0; visibility: visible; opacity: 1; background-color: #e41e26; transition: all 0.2s cubic-bezier(0.4, 0, 1, 1); } 
/* sub */
.sub:not(.allMenu_on) .header .main_nav .main_menu > li > a, .sub:not(.allMenu_on) .header .lang_wrap ul li:not(:nth-child(1)) a { color: #000; } 
.sub:not(.allMenu_on) .header .all_btn i:not(:nth-child(2)) { background: #000; } 

.sub_menu { position: absolute; top: calc(100% - 30px); left: 50%; width: 100%; margin: 0 auto; visibility: hidden; opacity: 0; overflow: hidden; z-index: 99999; transform: translateX(-50%); background: rgb(11 5 1 / 80%); transition: all 0.2s cubic-bezier(0.4, 0, 1, 1); } 
.sub_menu li { opacity: 0; transition: all 0.8s ease;; } 
.sub_menu li a { display: block; font-size: 16px; font-weight: 300; padding: 13px 0; transition: font-weight .1s ease-in-out; color: rgb(255 255 255 / 80%); } 
/* hover */
.sub_menu li:hover a { color: #fff; font-weight: 600; transition: font-weight .1s ease-in-out; } 
.main_menu > li:hover .sub_menu li { opacity: 1.0; transition: all 0.8s ease;; } 
.main_menu > li:hover .sub_menu li:nth-child(1) { transition-delay: 0.1s; } 
.main_menu > li:hover .sub_menu li:nth-child(2) { transition-delay: 0.2s; } 
.main_menu > li:hover .sub_menu li:nth-child(3) { transition-delay: 0.3s; } 
.main_menu > li:hover .sub_menu li:nth-child(4) { transition-delay: 0.4s; } 
.main_menu > li:hover .sub_menu li:nth-child(5) { transition-delay: 0.5s; } 
.main_menu > li:hover .sub_menu li:nth-child(6) { transition-delay: 0.6s; } 
.main_menu > li:hover .sub_menu li:nth-child(7) { transition-delay: 0.7s; } 
.main_menu > li:hover .sub_menu li:nth-child(8) { transition-delay: 0.8s; } 

/* lang_wrap */
.lang_wrap { z-index: 99999; } 
.lang_wrap ul { } 
.lang_wrap ul li { display: inline-block; vertical-align: -webkit-baseline-middle; } 
.lang_wrap ul li:nth-child(1) { position: relative; padding: 0 4px; } 
.lang_wrap ul li:nth-child(2) { margin: 0 15px; } 
.lang_wrap ul li a { font-family: 'Play', sans-serif; font-size: 15px; font-weight: 600; text-align: center; display: block; color: #fff; } 
/* on */
.lang_wrap ul li.on a { color: #e41e26; } 

/* all_btn */
.all_btn { width: 52px; height: 100%; border: none; background: transparent; position: relative; float: right; z-index: 99999; } 
.all_btn i { position: absolute; left: 0; width: 100%; height: 3px; background: #fff; display: block; transition: all .7s; } 
.all_btn i:nth-child(2) { top: 48%; background: #e41e26; } 
.all_btn i:nth-child(3) { top: 54%; } 
.all_btn i:nth-child(4) { top: 60%; width: 15px; } 
/* hover */
.all_btn:hover i { width: 100%; } 
/* on */
.all_btn.on i { transition: all 0.7s; } 
.all_btn.on i:nth-child(2) { transform: rotate(45deg); background: #fff; } 
.all_btn.on i:nth-child(3) { top: 48%; transform: rotate(-45deg); } 


/*---------- all_menus ----------*/
/* .all_menus_bg { position: fixed; top: 0; right: 0; width: 100%; height: 100vh; background: #fff; transform: translateX(100%); transition: all .6s ease-in-out; } 
.all_menus_bg.on { transform: translateX(0%); } */
.header #all_menu_mb .all_btn_close {display: none;position: absolute;top: 0;right: 7.25%;width: 43px;height: 100px;z-index: 1000;} 
.header #all_menu_mb .all_btn_close button { position: absolute; width: 100%; height: 100%; top: 0; right: 0; background: transparent; border: none; } 
.header #all_menu_mb .all_btn_close button > span { display: block; width: 100%; height: 2px; margin: 10px 0; background: #fff; position: absolute; top: 40%; right: 0px; } 
.header #all_menu_mb .all_btn_close button > span:first-child { transform: rotate(45deg); } 
.header #all_menu_mb .all_btn_close button > span:last-child { transform: rotate(-45deg); } 

#all_menu_mb { } 
#all_menu.all_menus div.clone .util_m { display: none; } 
.all_menus { display: unset !important; opacity: 0; position: fixed; width: 100%; height: 0; top: 0; right: 0; background: rgb(0 0 0 / 80%); overflow: hidden; backdrop-filter: blur(5px); transition: height .5s; z-index: -1; } 
@keyframes f_in {
0% { opacity: 0; } 
100% { opacity: 1; } 
}
.all_menus a {display: block;} 
.all_menus div.clone { display: flex; width: 100%; max-width: 1610px; height: 100%; margin: 20vh auto 0; justify-content: space-between; } 
.all_menus div.clone > ul { text-align: center; width: calc(100% / 5); padding-top: 3%; opacity: 0; } 
.all_menus div.clone > ul li { height: 100%; } 
.all_menus div.clone > ul:nth-child(2n) {border: 1px solid rgb(255 255 255 / 20%); border-style: none solid; } 
.all_menus div.clone > ul:last-child { border-right: none; } 
.all_menus div.clone > ul > li > a {display: inline-block;font-size: 28px;position: relative;cursor: default;letter-spacing: -.5px;color: #fff;margin-bottom: 40px;} 
.all_menus div.clone > ul > li > a:before, .all_menus div.clone > ul > li > a:after { content: ''; position: absolute; width: 0%; height: 10px; bottom: -5px; background: #c01920d9; z-index: -1; transition: all 0.3s; } 
.all_menus div.clone > ul > li > a:before { left: 50%; } 
.all_menus div.clone > ul > li > a:after { right: 50%; } 
/* hover*/
.all_menus div.clone > ul > li:hover > a:before, .all_menus div.clone > ul > li:hover > a:after { width: 50%; transition: all 0.3s; } 
.all_menus div.clone ul.depth_02.font-suit li a { font-family: 'SUIT', sans-serif; font-weight: 300; } 
.all_menus div.clone ul.depth_02 {} 
.all_menus div.clone ul.depth_02 li { line-height: 1.8; } 
.all_menus div.clone ul.depth_02 li a {font-size: 18px;transition: all .1s;color: rgb(255 255 255 / 70%);} 
.all_menus div.clone ul.depth_02 li:not(:last-child) a {margin-bottom: 15px;} 
.all_menus div.clone ul.depth_02 li a:hover { color: #fff; } 
.all_menus div.clone ul.depth_02 li a i { margin-left: 5px; } 
.all_menus div.clone ul.depth_02 li.has-2dep .depth_03 { padding-left: 10px; } 
.all_menus div.clone ul.depth_02 li.has-2dep > a { cursor: default; } 
.all_menus div.clone ul.depth_02 li .depth_03 a { font-size: 18px; } 
/* on + hide */
#all_menu_mb.on {opacity: 0;z-index: -1;} 
.all_menus.on { height: 100%; opacity: 1; transition: height .5s; z-index: 9999; } 
.all_menus.on:before { animation: f_in 5000ms forwards; transition: transform 5000ms ease-in-out, opacity 5000ms ease-in-out; } 
/* active */
.all_menus div.clone ul.depth_02 li.has-2dep.active { margin: 10px 0; } 
.all_menus div.clone ul.depth_02 li.has-2dep.active > a { color: #e12c24; } 
/**/
.all_menus.on div.clone > ul { opacity: 1.0; transition: all 0.8s ease; } 
.all_menus.on div.clone > ul:nth-child(1) { transition-delay: 0.1s; } 
.all_menus.on div.clone > ul:nth-child(2) { transition-delay: 0.3s; } 
.all_menus.on div.clone > ul:nth-child(3) { transition-delay: 0.5s; } 
.all_menus.on div.clone > ul:nth-child(4) { transition-delay: 0.7s; } 
.all_menus.on div.clone > ul:nth-child(5) { transition-delay: 0.9s; } 

/*---------- footer ----------*/
.footer { position: relative; font-size: 16px; color: #fff; } 
.section .footer .content_area, .footer .content_area { max-width: 1760px; } 
/**/
.footer .area1 { padding: 61px 0; background: #58585a; } 
.footer .content_area .txt {flex-direction: column;} 
.footer .content_area .txt .top { justify-content: flex-start; } 
.footer .content_area .txt .logo_wrap {margin-right: 120px;} 
.footer .content_area .txt .logo a { align-items: center; height: 100%; } 
.footer .content_area .txt .logo a, .footer .content_area .txt .logo img { display: block; } 
/**/
.footer .content_area .txt .address_wrap {} 
.footer .content_area .txt .address_wrap address {font-style: unset;} 
.footer .content_area .txt .address_wrap ul:not(:last-child) {margin-right: 200px;} 
.footer .content_area .txt .address_wrap ul li { margin-bottom: 15px; } 
.footer .content_area .txt .address_wrap ul li:first-child { margin-bottom: 25px; } 
.footer .content_area .txt .address_wrap ul li h3 { font-family: 'Play', sans-serif; font-size: 20px; } 
.footer .content_area .txt .address_wrap ul li p { font-size: 16px; font-weight: 600; line-height: 1; } 
.footer .content_area .txt .address_wrap ul li p span { margin-left: 20px; font-weight: 300; letter-spacing: -0.5px; color: #999; } 
/* .footer .content_area .txt .address_wrap ul li:nth-child(2) p {position: relative;display: inline-block;padding-right: 15px;margin-right: 10px;} 
.footer .content_area .txt .address_wrap ul li:nth-child(2) p:after { content: ""; display: block; position: absolute; top: 10%; right: 0; width: 2px; height: 80%; background: #fff; } 
.footer .content_area .txt .address_wrap ul li:nth-child(2) p:last-child:after { display: none; }  */
.footer .content_area .txt .address_wrap ul li.copy { margin-bottom: 0; } 
.footer .content_area .txt .address_wrap ul li.copy p { font-family: 'Roboto', sans-serif; font-size: 14px; } 
.footer .content_area .txt .address_wrap ul li.copy font { color: #e41e26; } 
/**/
.footer .fsite { position: absolute; top: 0; right: 0; border: 1px solid #fff; width: 250px; height: 60px; cursor: pointer; background: transparent; border-radius: 5px; transition: all 0.3s; } 
.footer .fsite span { position: relative; display: flex; justify-content: space-between; font-family: 'Play', sans-serif; height: 100%; padding: 20px 35px; align-items: center; } 
.footer .fsite span, .footer .fsite span i { font-weight: 600; } 
.footer .fsite ul { transform: translateY(-100%); transition: all 0.7s; position: absolute; top: -10px; left: -1px; right: auto; width: 100%; height: 0; background: #c9191f; opacity: 0; z-index: -1; overflow: hidden; } 
.footer .fsite span.open+ul {display: block;opacity: 1;transition: all 0.7s;height: 233px;border-radius: 5px;z-index: 0;} 
.footer .fsite ul li { border-bottom: 1px solid #c59393; } 
.footer .fsite ul li a { display: block; width: 100%; font-size: 14px; color: #fff; padding: 12px 10px 12px 35px; } 
.footer .fsite ul li:last-child { border-bottom: none; } 
/* hover */
.footer .fsite:hover, .footer .fsite:active { background: #eee; transition: all 0.7s; } 
.footer .fsite:hover span, .footer .fsite:active span { color: #58585a; transition: all 0.3s; } 
.footer .fsite:hover span i, .footer .fsite:active span i { color: #e41e26; transition: all 0.3s; } 

/* index, sub */
#fullpage .bottom_wrap, .fp-viewing-0 .bottom_wrap, .fp-viewing-4 .bottom_wrap { display: none; } 
.sub .bottom_wrap { opacity: 0; } 
.bottom_wrap, .bottom_wrap.on { width: 78px; height: 78px; text-align: center; transition: 0.3s; position: fixed; right: 2vw; bottom: 2vw; opacity: 1; z-index: 9999; } 
.bottom_wrap a { display: block; width: 100%; height: 100%; } 
.bottom_wrap a button { transition: 0.3s; } 
.btn_top { position: absolute; top: 0; right: 0; width: 100%; height: 100%; border: none; outline: none; cursor: pointer; background-color: #e41e26; border-color: transparent; border-radius: 50%; text-align: center; font-size: 16px; z-index: 90; color: #fff; font-weight: 500; } 
.btn_top img { display: block; font-size: 18px; margin: 0 auto 2px; } 
/* hover */
.bottom_wrap a:hover button { background: #fff; color: #e41e26; box-shadow: 0px 0px 10px #e41e2691; transition: 0.3s; } 
.bottom_wrap a:hover img { filter: invert(80%) sepia(100%) saturate(3146%) hue-rotate(346deg) brightness(90%) contrast(100%); } 
/**/
.footer .area2 { padding: 32px 0; background: #333; } 
.footer .content_area .txt .copy { font-family: 'Play', sans-serif; color: #999; } 
.footer .content_area .txt .noti p { display: inline-block; color: #949494; } 
.footer .content_area .txt .noti p:nth-child(2) { color: #fff; margin: 0 45px; } 

/* POP UP */
.about_popup { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #222222cc; z-index: 1000; width: 100%; height: 100%; } 
.about_popup .popup_info { width: 63%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.about_popup .popup_info .art1 { display: flex; background: #fff; justify-content: space-between; align-items: flex-start; padding: 40px; position: relative; border-radius: 13px; } 
.about_popup .popup_info .art1 .box1 { width: 100%; } 
.about_popup .popup_info .art1 .box1 textarea { width: 100%; height: 301px; font-size: 15px; padding: 20px; } 
.about_popup .popup_info .art1 .box1 h2 { font-size: 20px; padding-bottom: 30px; color: #000; } 
.about_popup .popup_info .close_btn { color: #fff; border: 1px solid #fff; padding: 14px; position: absolute; top: -63px; right: 0; cursor: pointer; } 
.about_popup .popup_info .close_btn i { font-size: 18px; } 
.about_popup { display: none; } 
.about_popup.show { display: block; } 




/* respon */
@media (min-width: 1300px) and (max-width: 2500px) {
.fp-viewing-4 .header { backdrop-filter: blur(7px); transition: all .3s; } 
}
@media all and (max-width: 1760px) {/* width */
.header .header_layout, .section .footer .content_area, .footer .content_area { width: 96%; } 
 /**/
 .main_nav { margin: 0 auto; } 
 .lang_wrap { margin-right: 50px; } 
}

@media all and (max-width: 1600px) { /* width */
.main_nav .main_menu > li { width: 130px; }
.main_nav .main_menu > li > a {font-size: 18px;} 
}
@media (max-width: 1500px) {
/* footer */
.footer .content_area .txt .logo_wrap {margin-right: 5%;} 
.footer .content_area .txt .address_wrap ul:not(:last-child) {margin-right: 70px;} 
}
@media (max-width: 1300px) {
/*---------- common ----------*/
.logo a img, .page_wrap.company1 .page_con .con.con1 .left figure img {width: 250px;} 
.header.on {/* box-shadow: 3px 3px 6px #bfbfbf; */} 
.header, .all_btn_close {position: fixed;height: 100px;right: 2%;} 
.main_nav { display: none; } 
.lang_wrap {margin: 0 3% 0 auto;} 
/* mb nav */
#all_menu {display: none !important;} 
#all_menu_mb.on {opacity: 1;} 
.all_menus {} 
.all_menus div.clone {flex-direction: column;height: auto;} 
.all_menus div.clone > ul {text-align: left;padding-top: 20px;width: 96%;margin: 0 auto;} 
.all_menus div.clone > ul:nth-child(2n) {border: none;} 
.all_menus div.clone > ul.util_m {display: none;} 
.all_menus div.clone > ul > li > a {display: block;font-size: 24px;padding-bottom: 15px;margin-bottom: 15px;} 
.all_menus div.clone ul.depth_02 li {display: inline-block;width: 25%;}
.all_menus div.clone > ul > li > a:before, .all_menus div.clone > ul > li > a:after {height: 2px;bottom: 0;} 
.all_menus div.clone > ul.util_m > li > a:before, .all_menus div.clone > ul.util_m > li > a:after {display: none;bottom: 0;} 
.all_menus div.clone > ul > li > a:before {left: 0%;width: 100%;background: rgb(255 255 255 / 70%);} 
.all_menus div.clone > ul > li > a:after { left: 0%; right: auto; } 
.all_menus div.clone ul.depth_02 li:not(:last-child) a {margin-bottom: 10px;}
/* hover*/
.all_menus div.clone > ul > li:hover > a:before {display: none;} 
.all_menus div.clone > ul > li:hover > a:after {width: 100%;}  

/* footer */
.footer .content_area .txt .top {flex-wrap: wrap;flex-direction: column;}
.footer .content_area .txt .logo_wrap {margin: 0 0 5% 0;} 
.footer .content_area .txt .address_wrap ul {width: 50%;}
.footer .content_area .txt .address_wrap address {justify-content: flex-start;} 
.footer .content_area .txt .noti p:nth-child(2) {margin: 0 25px;} 
.footer .content_area .txt p {font-size: 16px;} 
}

@media all and (max-width: 1023px) {
.header .header_container {backdrop-filter: blur(7px);transition: all .3s;} 
.header, .all_btn_close {height: 80px;} 
.all_menus div.clone > ul > li > a {font-size: 20px;} 

/* footer */
.footer .fsite {width: 220px;height: 50px;}
.footer .fsite span {padding: 20px 10%;} 
.footer .fsite ul li a {padding: 12px 10%;} 
.footer .content_area .txt .address_wrap ul li h3 {font-size: 18px;} 
.footer .content_area .txt .address_wrap ul li p span {font-size: 14px;} 
.footer .content_area .txt .address_wrap ul {width: auto;}
.footer .content_area .txt p {font-size: 13px;} 
.footer .content_area .txt .noti p {font-size: 14px;} 
.bottom_wrap, .bottom_wrap.on {width: 70px;height: 70px;}
}
@media (min-width: 768px) and (max-width: 1023px) {
/* footer */
.footer .content_area .txt .noti p:nth-child(2) {margin: 0 15px;}
}
@media all and (max-width: 767px) {
/*---------- common ----------*/
.logo a img, .page_wrap.company1 .page_con .con.con1 .left figure img {width: 200px;} 
.lang_wrap {display: none;margin: 0 4% 0 auto;} 
.lang_wrap ul li a { font-size: 14px; } 
.all_btn {width: 42px;} 
/* mb nav */
#all_menu_mb {/* padding: 70px 0; */} 
.all_menus div.clone {margin: 15vh auto 0;} 
.all_menus div.clone > ul > li > a {font-size: 18px;margin-bottom: 5px;} 
.all_menus div.clone ul.depth_02 li {display: block;width: 100%;}
.all_menus div.clone ul.depth_02 li a {font-size: 16px;} 
.all_menus div.clone > ul.util_m {display: block;width: 100%;position: fixed;bottom: 0;left: 0;background: #bb141a;padding: 20px 0;} 
.all_menus div.clone > ul.util_m li { float: left; width: 33.3%; } 
.all_menus div.clone > ul.util_m li:nth-child(2) {border: 1px solid #fff;border-style: none solid;} 
.all_menus div.clone > ul.util_m li a {text-align: center;padding-bottom: 0;margin-bottom: 0;} 

/* footer */
.footer .area1 { padding: 40px 0; } 
.footer .content_area .txt .logo_wrap {margin-bottom: 5%;} 
.footer .fsite {width: 190px;height: 40px;}
.footer .fsite span {font-size: 14px;padding: 5% 10%;} 
.footer .fsite span.open+ul {height: 196px;}
.footer .fsite ul li a {font-size: 13px;padding: 5% 10%;} 
.footer .content_area .txt .address_wrap address {flex-direction: column;}
.footer .content_area .txt .address_wrap ul:not(:last-child) {padding-bottom: 1.5%;margin: 0 0 3% 0;border-bottom: 1px solid #999;}
.footer .content_area .txt .address_wrap ul li { margin-bottom: 10px; } 
.footer .content_area .txt .address_wrap ul li:first-child { margin-bottom: 15px; } 
.footer .content_area .txt .address_wrap ul li h3 {font-size: 16px;} 
.footer .content_area .txt .address_wrap ul li p, .footer .content_area .txt .address_wrap ul li p span {font-size: 14px;}
.footer .content_area .txt .address_wrap ul li p span {letter-spacing: 0;} 
.footer .area2 {padding: 20px 0;}
.footer .content_area .txt .bottom {flex-direction: column-reverse;text-align: center;}
.footer .content_area .txt .noti {margin-bottom: 3%;} 
.footer .content_area .txt .noti p {font-size: 13px;} 
.bottom_wrap, .bottom_wrap.on {width: 60px;height: 60px;}
}

@media all and (max-width: 479px) {
/*---------- common ----------*/
.logo a img, .page_wrap.company1 .page_con .con.con1 .left figure img {width: 180px;} 
.lang_wrap { display: none; } 

/* footer */
.footer .fsite {width: 160px;}
.footer .fsite span {padding: 5%;} 
.footer .fsite span.open+ul {top: -5px;height: 172px;}
.footer .fsite ul li a {font-size: 12px;padding: 5%;} 
.footer .content_area .txt .address_wrap ul:not(:last-child) {padding-bottom: 3%;}
.footer .content_area .txt .address_wrap ul li h3 {font-size: 14px;} 
.footer .content_area .txt .address_wrap ul li p, .footer .content_area .txt .address_wrap ul li p span {font-size: 13px;}
.footer .content_area .txt .noti {margin-bottom: 5%;} 
.footer .content_area .txt .noti p, .footer .content_area .txt p {font-size: 12px;} 
 .footer .content_area .txt p {line-height: 1.2;} 
}
@media all and (max-width: 400px) {
/* footer */
.footer .fsite {top: 35px;}
.footer .content_area .txt .address_wrap ul li p, .footer .content_area .txt .address_wrap ul li p span {font-size: 12px;}
.footer .content_area .txt .noti p:nth-child(2) {margin: 0 15px;} 
}