/****************************** 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: #bc0104; border-radius: 50px; } 

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

/*---------- common ----------*/
.logo a img {display: block;width: 100%;max-width: 290px;object-fit: cover;} 

/*---------- head ----------*/
.header {width: 100%;height: 100px;position: relative;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: 1820px; 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%; } 

/**/
body.sub .header {border-bottom: 1px solid #dedede;}
body.sub .header .header_layout { max-width: 1490px;} 
body.sub .header .pro_header, body.sub .footer .pro_footer {display: none;} 

/*---------- pro_header ----------*/
.pro_header {width: calc(100% - 290px);align-items: center;}
.pro_header p {font-size: 17px;margin: 0 auto;text-align: center;}
.pro_header ul li a img {display: block;width: 30px;height: 30px;}
.pro_header ul li {margin: 0 12px;}


/*---------- main_header ----------*/
body.main .main_header, body.main .main_footer {display: none;}
.main_nav .main_menu {display: flex;justify-content: space-between;width: 100%;height: 100%;float: right;} 
.main_nav .main_menu > li {position: relative;width: 310px;} 
.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 {text-align: center;} 
.main_nav .main_menu > li > a {display: block;=: 18px;font-weight: 500;line-height: 100px;} 
/* hover */
.main_menu > li:hover .sub_menu, .main_menu > li .sub_menu li:hover .sub_menu_02 {padding: 20px 0;visibility: visible;opacity: 1;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, .sub_menu li .sub_menu_02  {position: absolute;width: 100%;visibility: hidden;opacity: 0;border-radius: 13px;transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);} 
.sub_menu {top: 100%;left: 50%;margin: 0 auto;/* overflow: hidden; */z-index: 99999;transform: translateX(-50%);background: var(--menu-color);} 
.sub_menu li {position: relative;opacity: 0;transition: all 0.8s ease;} 
.sub_menu li a {display: block;padding: 20px 0;transition: font-weight .1s ease-in-out;color: rgb(255 255 255 / 60%);line-height: 1.4;} 
.sub_menu li .sub_menu_02 {top: 0;left: 100%;background: #eee;}
.sub_menu li .sub_menu_02 li a {color: rgb(36 36 36 / 60%);}
.sub_menu li .sub_menu_03, .sub_menu li .sub_menu_04 {display: none;;}
/* hover */
.sub_menu > li:hover > a { color: #fff; font-weight: 600; transition: font-weight .1s ease-in-out; } 
.sub_menu li .sub_menu_02 li:hover a { color: #242424; font-weight: 600; transition: font-weight .1s ease-in-out; } 
.main_menu > li:hover .sub_menu > li, .main_menu > li .sub_menu > li:hover .sub_menu_02 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 .sub_menu > li:hover .sub_menu_02 li:nth-child(1) { transition-delay: 0.1s; } 
.main_menu > li .sub_menu > li:hover .sub_menu_02 li:nth-child(2) { transition-delay: 0.2s; } 
.main_menu > li .sub_menu > li:hover .sub_menu_02 li:nth-child(3) { transition-delay: 0.3s; } 
.main_menu > li .sub_menu > li:hover .sub_menu_02 li:nth-child(4) { transition-delay: 0.4s; } 
.main_menu > li .sub_menu > li:hover .sub_menu_02 li:nth-child(5) { transition-delay: 0.5s; } 
.main_menu > li .sub_menu > li:hover .sub_menu_02 li:nth-child(6) { transition-delay: 0.6s; } 

/* lang_wrap */
.header .lang_wrap {position: relative; z-index: 99999; }
.header .lang_wrap a {display: block;font-size: 16px;color: #fff;text-align: center;}
.header .lang_wrap > a {/* height: 100px; *//* line-height: 100px; */display: block;padding: 10px;box-sizing: content-box;border: 1px solid #fff;border-radius: 5px;font-weight: 700;}
.header .lang_wrap > a span {margin: 0 10px;}
.header .lang_wrap .lang_list{position: absolute;top: calc(100% + 10px);left: 0;width: 100%;height: 0;overflow: hidden;border-radius: 5px;transition: height .3s;}
.header .lang_wrap .lang_list li{border-bottom: 1px solid #eee;}
.header .lang_wrap .lang_list li:last-child {border-bottom: 1px solid transparent;}
.header .lang_wrap .lang_list li a {font-size: 14px;background: #fff;padding: 10px 0;color: #333;transition: all .2s;}
/* on */
.header .lang_wrap.on .lang_list{height: 104px;box-shadow: 0px 4px 6px rgb(10 11 12 / 10%);transition: height .3s;}
/* hover */
.header .lang_wrap .lang_list li a:hover {color: #fff; background: var(--main-color); transition: all .2s;}
#header.fixed .lang_wrap > a, #header:hover .lang_wrap > a { color: #000;} 

/* all_btn */
.all_btn {display: none; 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: #000;display: block;transition: all .7s;} 
.all_btn i:nth-child(2) {top: 46%;background: var(--main-color);} 
.all_btn i:nth-child(3) {top: 56%;} 
.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: #000;} 
.all_btn.on i:nth-child(3) { top: 48%; transform: rotate(-45deg); } 


/*---------- all_menus ----------*/
.all_menus {display: none !important;opacity: 0;position: fixed;width: 100%;height: 0;top: 0;right: 0;background: #fff;overflow: hidden;backdrop-filter: blur(5px);transition: height .5s;z-index: -1;} 
.all_menus a {display: block;} 
.all_menus div.menu ul > li:not(:last-child) > a {margin-bottom: 10px;} 

.all_menus div.menu {display: flex;flex-direction: column;width: 100%;max-width: 1610px;height: auto;margin: 100px auto 0;justify-content: space-between;} 
.all_menus div.menu > ul {width: 96%;margin: 0 auto;opacity: 0;} 
.all_menus div.menu > ul:last-child { border-right: none; } 
.all_menus div.menu > ul li {height: 100%;} 
.all_menus div.menu > ul > li {padding: 20px 0 0;}
.all_menus div.menu > ul > li.active {padding: 20px 0;}
.all_menus div.menu > ul > li > a {font-size: 24px;position: relative;cursor: default;letter-spacing: -.5px;padding-bottom: 15px;margin-bottom: 15px;} 
.all_menus div.menu > ul > li > a:before, .all_menus div.menu > ul > li > a:after {content: '';position: absolute;width: 0%;height: 2px;bottom: 0;background: #999;z-index: -1;transition: all 0.3s;} 
.all_menus div.menu > ul > li > a:before {left: 0%;width: 100%;} 
.all_menus div.menu > ul > li > a:after { left: 0%; right: auto; }

.all_menus div.menu ul.depth_02 li { line-height: 1.8; } 
.all_menus div.menu ul.depth_02 li a {font-size: 18px;transition: all .1s;} 
.all_menus div.menu ul.depth_02 li a i { margin-left: 5px; } 

.all_menus div.menu ul.depth_02 li.has-2dep > a { cursor: default; transition: font-weight .1s ease-in-out;} 
.all_menus div.menu ul.depth_02 li.has-2dep .depth_03 {background: #eee;padding: 10px;border-radius: 10px;} 
/* ani */
@keyframes f_in {
0% { opacity: 0; } 
100% { opacity: 1; } 
}
/* on + hide */
.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.menu ul.depth_02 li.has-2dep.active {margin: 10px 0 20px;} 
.all_menus div.menu ul.depth_02 li.has-2dep.active > a {font-weight: bold;color: var(--main-color);transition: font-weight .1s ease-in-out;}  
/**/
.all_menus.on div.menu > ul {opacity: 1.0;transition: all 0.8s ease;} 
.all_menus.on div.menu > ul:nth-child(1) {transition-delay: 0.1s;} 
.all_menus.on div.menu > ul:nth-child(2) { transition-delay: 0.3s; } 
.all_menus.on div.menu > ul:nth-child(3) { transition-delay: 0.5s; } 
.all_menus.on div.menu > ul:nth-child(4) { transition-delay: 0.7s; } 
.all_menus.on div.menu > ul:nth-child(5) { transition-delay: 0.9s; } 
/* hover*/
.all_menus div.menu > ul > li.active > a:before {display: none;} 
.all_menus div.menu > ul > li.active > a:after {width: 100%;background: var(--main-color);}  
 



/*---------- footer ----------*/
.footer {position: relative;font-size: 16px;} 
.footer .content_area { position: relative; max-width: 1820px; height: 100%; padding: 80px 0; margin: 0 auto; }
.footer .content_area .flex {/* justify-content: flex-start; */} 
/**/
.footer .area1 {padding: 75px 0 70px;background: #333;} 
.footer .content_area .txt .top { justify-content: flex-start; } 
.footer .content_area .txt .logo_wrap {margin-right: 50px;} 
.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: 100px;} 
.footer .content_area .txt .address_wrap ul li {margin-bottom: 25px;} 
.footer .content_area .txt .address_wrap ul li.flex p:first-child  {margin-right: 50px;} 
.footer .content_area .txt .address_wrap ul li p {font-size: 16px;font-weight: 600;line-height: 1;color: #9c9c9c;} 
.footer .content_area .txt .address_wrap ul li p span:after {content:"";display: block;position: absolute;top: 20%;left: 0;width: 1px;height: 60%;background: #9c9c9c;} 
.footer .content_area .txt .address_wrap ul li p span {position: relative;padding-left: 20px;margin-left: 20px;font-weight: 300;letter-spacing: -0.5px;} 
/* .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-size: 14px; } 
.footer .content_area .txt .address_wrap ul li.copy font { color: #bc0104; } 
/**/
.footer .fsite {position: relative;border: 1px solid #ccc;width: 240px;height: 55px;cursor: pointer;background: transparent;transition: all 0.3s;} 
.footer .fsite span {position: relative;display: flex;justify-content: space-between;height: 100%;padding: 20px 30px;align-items: center;color: #666;} 
.footer .fsite span i {opacity: 0.5;} 
.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: 38px;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: #333;transition: all 0.3s;} 
.footer .fsite:hover span i, .footer .fsite:active span i { color: var(--main-color); opacity: 1; transition: all 0.3s; } 

/**/
body.sub .footer {border-top: 1px solid #dedede; background: #fff;}
body.sub .footer .main_footer .content_area {max-width: 1490px;padding: 15px 0 25px;}
body.sub .footer .main_footer .content_area .top .logo_wrap .logo a {display: inline-block;}
body.sub .footer .main_footer .content_area .top .logo_wrap .logo a img {filter: sepia(50%) hue-rotate(288deg) saturate(0%) brightness(100%) contrast(100%);opacity: .5;}
body.sub .footer .main_footer .content_area .middle {margin: 50px auto 35px;align-items: flex-end;}
body.sub .footer .main_footer .content_area .middle .address_wrap address {font-style: unset;}
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li {margin-bottom: 20px;}
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li:last-child {margin-bottom: 0;}
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li p {font-size: 16px;font-weight: 500;color: #333;}
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li.flex a:last-child {position: relative;padding-left: 25px;margin-left: 25px;} 
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li.flex a:last-child:after {content:"";display: block;position: absolute;top: 20%;left: 0;width: 1px;height: 60%;background: #333;} 
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li p span {font-weight: 400;color: #666;margin-left: 25px;}
body.sub .footer .main_footer .content_area .bottom .copy p {font-size: 16px;color: #666;}






/* index, sub */
#fullpage .bottom_wrap, .fp-viewing-0 .bottom_wrap, .fp-viewing-5 .bottom_wrap { display: none; } 
.sub .bottom_wrap { opacity: 0; } 
.bottom_wrap, .bottom_wrap.on {width: 58px;height: 58px;text-align: center;transition: 0.3s;position: fixed;right: 40px;bottom: 40px;opacity: 1;z-index: 9998;} 
.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: var(--main-color);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;width: 15px;margin: 0 auto 2px;} 
/* hover */
.bottom_wrap a:hover button { background: #fff; color: var(--main-color); box-shadow: 0px 0px 10px #bf1d2da1; 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 {color: #999;margin-top: 45px;} 
.footer .content_area .txt .copy p {font-size: 15px;} 
.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; } 


.pro_footer .flow-container {display: flex;-webkit-box-align: center;align-items: center;max-width: 1600px;margin: 0 auto;overflow: hidden;}
.pro_footer .flow-container.right {justify-content: flex-end;}
.pro_footer .flow-container .flow-text {display: flex;animation: 50s linear 0s infinite normal none running flow_left;}
.pro_footer .flow-container.left .flow-text {animation: flow_left 20s linear infinite;}
.pro_footer .flow-container.right .flow-text {animation: flow_right 20s linear infinite;}
.pro_footer .flow-container .flow-text .flow-wrap {width: 220px;height: 60px;!;margin-left: 40px;background-size: contain !important;}

.pro_footer .flow-nav {position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;height: 100%;}
.pro_footer .flow-nav i {position: absolute;top: 50%;font-size: 30px;color: #000;transform: translateY(-50%);padding: 15px 25px;}
.pro_footer .flow-nav i.right {right: 0;}

/* ani */
@keyframes flow_left {
  0% {transform: translateX(-22.75px)}
  100% {transform: translateX(calc(-100% - 22.75px))}
}
@keyframes flow_right {
  0% {transform: translateX(22.75px)}
  100% {transform: translateX(calc(100% - 22.75px))}
}


/* .pro_footer .flow-container {overflow: hidden;position: relative;height: 60px;width: 90%;margin: 0 auto;}
.pro_footer .flow-container .flow-text {position: absolute;overflow: hidden;animation: textLoop 30s linear infinite;width: 350%;height: auto;}
.pro_footer .flow-container .flow-text.left {animation: textLoop 15s linear infinite;}
.pro_footer .flow-container .flow-text.right {animation: textLoop_right 15s linear infinite;}
.pro_footer .flow-container .flow-text:after {content:"";display: block;clear: both;}
.pro_footer .flow-container .flow-text .flow-wrap {float: left;width: 4%;height: 60px;!;margin: 0 25px;background-size: contain !important;}

.pro_footer .flow-nav {position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;height: 100%;}
.pro_footer .flow-nav i {position: absolute;top: 50%;font-size: 30px;color: #000;transform: translateY(-50%);padding: 15px;}
.pro_footer .flow-nav i.right {right: 0;}

/* ani */
@keyframes textLoop {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes textLoop_right {
  0% { left: 0; }
  100% { left: 100%; }
} */
/* hover */
.pro_footer .flow-container .flow-text:hover {animation-play-state: paused !important;}





/* -------------- respon -------------- */

@media all and (max-width: 1820px) {
.header .header_layout, .footer .content_area {width: 96%;} 
.main_nav {margin: 0 auto;} 
   
/* main */
.pro_footer .flow-container {width: 80vw;}
}

@media (max-width: 1400px) {
.main_nav .main_menu > li {width: 200px;} 
.main_nav .main_menu > li.menu1 .sub_menu, .main_nav .main_menu > li.menu1 .sub_menu li .sub_menu_02  {width: 140%;max-width: 280px;}
}

@media (max-width: 1300px) {
/* main */
.pro_header p {font-size: 15px;}
.pro_header ul {margin-left: 30px;}
}

@media (max-width: 1200px) {
.logo a img {max-width: 250px;} 
  
/* sub */
.pro_header {width: calc(100% - 270px);}
.pro_header p {margin-left: 30px;}
.pro_header p br {display: none;}
}

@media (max-width: 1023px) {
.main_nav { display: none; } 
.all_btn {display: block;}
body.main .all_btn { display: none; } 
.all_menus {display: block !important;}
.all_menus div.menu > ul > li > a {font-size: 20px;}
.all_menus div.menu ul.depth_02 li a {font-size: 16px;} 
  
.bottom_wrap, .bottom_wrap.on {width: 48px;height: 48px;right: 3vw;bottom: 3vw;}
.btn_top img {width: 10px;}

/* sub */
body.sub .header {height: 80px;}
body.sub .footer .main_footer .content_area .middle {flex-direction: column;}
body.sub .footer .main_footer .content_area .middle .address_wrap {align-self: flex-start;margin-bottom: 20px;}
  
/* main */
body.main .header {height: 100%;}
body.main .header .header_layout {flex-direction: column;padding: 1vw 0;}  
.pro_header {width: 100%;margin-top: 10px;}
.pro_header p {text-align: left;}
  
.pro_footer .content_area {padding: 40px 0;}
.pro_footer .flow-container .flow-text .flow-wrap {width: 170px;height: 50px;}
.pro_footer .flow-container {width: 75vw;}
}

@media (max-width: 767px) {
.logo a img {max-width: 200px;} 
.all_btn {width: 35px;}
.all_menus div.menu > ul > li > a {font-size: 18px;}

/* sub */
body.sub .footer .main_footer .content_area .middle .address_wrap {margin-bottom: 30px;}
body.sub .footer .main_footer .content_area .middle {margin: 15px auto 35px;}
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li.flex a:last-child {padding-left: 15px;margin-left: 15px;} 
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li p {font-size: 15px;}
body.sub .footer .fsite {width: 100%;height: 50px;} 
body.sub .footer .fsite span {padding: 5px 15px;} 
body.sub .footer .fsite ul li a {font-size: 13px;padding: 12px 10px 12px 15px;}
body.sub .footer .fsite span, body.sub .footer .main_footer .content_area .bottom .copy p {font-size: 14px;}
  
/* main */
body.main .header .header_layout {padding: 20px 0;}  
.pro_header {flex-direction: column;}
.pro_header p {text-align: center;font-size: 13px;margin: 0 auto;}
.pro_header ul {margin: 25px auto 0;}
  
.pro_footer .content_area {padding: 20px 0;}
.pro_footer .flow-container .flow-text .flow-wrap {width: 120px;height: 40px;}
.pro_footer .flow-container {width: 70vw;}
.pro_footer .flow-nav i {font-size: 20px;padding: 15px;}
}

@media (min-width: 550px) and (max-width: 767px) {
/* main */
.pro_header p br {display: block;}
}

@media (max-width: 479px) {
.all_menus div.menu > ul > li {padding: 10px 0 0;}
.all_menus div.menu > ul > li.active {padding: 10px 0 20px;}
.all_menus div.menu > ul > li > a {font-size: 16px;}
.all_menus div.menu ul.depth_02 li a {font-size: 14px;} 

/* sub */
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li p span {display: block;margin-left: 0;}
body.sub .footer .main_footer .content_area .middle {margin: 15px auto 50px;}
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li.flex a:last-child {padding-left: 25px;} 
body.sub .footer .main_footer .content_area .middle .address_wrap address ul li p {font-size: 15px;}
body.sub .footer .fsite {width: 100%;height: 50px;} 
body.sub .footer .fsite span {padding: 5px 15px;} 
body.sub .footer .fsite ul li a {font-size: 13px;padding: 12px 10px 12px 15px;}
body.sub .footer .fsite span, body.sub .footer .main_footer .content_area .bottom .copy p {font-size: 14px;}
  
/* main */
.pro_header ul {margin: 15px auto 0;}

.pro_footer .flow-container .flow-text .flow-wrap {width: 100px;}
.pro_footer .flow-container {width: 100vw;}
.pro_footer .flow-nav {display: none;}
}