@charset "UTF-8";
body { position: relative; z-index: 0; opacity: 1; -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; }

body._load { position: relative; z-index: -1; opacity: 0; }

#skipNav a { position: absolute; display: block; font-size: 0px; top: -9999px; left: -9999px; }

#skipNav a:focus { top: 0; left: 0; width: 100%; height: 40px; line-height: 40px; background: #333; color: #fff; font-size: 20px; z-index: 9999; text-align: center; }

.nav_bg_m { display: none; }

.menu_box { position: relative; top: 36px; }

.menu_btn { position: absolute; z-index: 9; left: 0; cursor: pointer; }

.menu_btn > span { display: block; -webkit-transition-duration: 0.65s; transition-duration: 0.65s; margin-bottom: 8px; }

.menu_btn > span:last-child { margin-bottom: 0; }

.menu_btn > span > span { display: block; background-color: #000; -webkit-transition-duration: 0.65s; transition-duration: 0.65s; width: 30px; height: 2px; }

.menu_btn:hover > span:nth-child(2) > span { -webkit-animation-delay: 100ms; animation-delay: 100ms; }

.menu_btn:hover > span:nth-child(3) > span { -webkit-animation-delay: 200ms; animation-delay: 200ms; }

.menu_btn:hover > span > span { -webkit-animation-name: icon-menu-hover; animation-name: icon-menu-hover; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; }

.menu_btn .line_01 span { width: 100%; }

.menu_btn .line_02 span { width: 80%; }

.menu_tbg { background-color: #0c3866; width: 100%; position: relative; height: 80px; overflow: hidden; }

.menu_tbg::after { content: ''; display: block; width: 100%; height: 1px; position: absolute; right: 0; bottom: 0; box-shadow: 5px 2px 10px 5px rgba(0, 0, 0, 0.2); }

.menu_tbg .wrap_1600 { position: relative; height: 100%; }

i.icon_plus_wh, i.icon_plus_bl { margin-top: -5px; }

.menu_bbg { background-color: #fff; }

.menu_bottom .menu_box.on { -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation-delay: 100ms; animation-delay: 100ms; -webkit-transition: all 0.3s; transition: all 0.3s; position: absolute; top: 25px; left: 0.625rem; }

.menu_bottom .menu_box.on > span > span { -webkit-animation-name: none; animation-name: none; }

.menu_bottom .menu_box.on .line_01 { -webkit-transform: rotate(0deg); transform: rotate(0deg); position: relative; bottom: -10px; }

.menu_bottom .menu_box.on .line_01 span { width: 100%; }

.menu_bottom .menu_box.on .line_02 span { width: 0%; display: none; }

.menu_bottom .menu_box.on .line_03 { -webkit-transform: rotate(88deg); transform: rotate(88deg); }

@-webkit-keyframes icon-menu-hover { 0% { -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1); }
  49% { -webkit-transform: translateX(17.5px) scaleX(0);
    transform: translateX(17.5px) scaleX(0); }
  50% { -webkit-transform: translateX(-17.5px) scaleX(0);
    transform: translateX(-17.5px) scaleX(0); }
  100% { -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1); } }

@keyframes icon-menu-hover { 0% { -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1); }
  49% { -webkit-transform: translateX(17.5px) scaleX(0);
    transform: translateX(17.5px) scaleX(0); }
  50% { -webkit-transform: translateX(-17.5px) scaleX(0);
    transform: translateX(-17.5px) scaleX(0); }
  100% { -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1); } }

.nav_bg01 { position: absolute; left: 0; bottom: -6px; z-index: 50; box-shadow: -77px 7px 5px 5px rgba(0, 0, 0, 0.3); width: 49.5%; height: 100%; }

.nav_bg01 img { width: 100%; height: 100%; }

.logo { position: absolute; left: 0; bottom: -4px; z-index: 100; }

.logo img { display: block; width: 180px; height: auto; }

.logo span { float: left; }

.logo span.tit_menu { margin-left: 10px; margin-top: 30px; float: left; font-weight: 500; }

.logo span.on_01 { color: #f08537; }

.logo span.on_02 { color: #4187cf; }

.menu_top { float: right; width: 56%; height: 100%; }

.menu_top .menu_tlt { width: 68.4%; height: 100%; float: left; }

.menu_top .menu_tlt li { position: relative; height: 100%; }

.menu_top .nemu_tri { float: right; margin-top: 30px; }

.nemu_tri li { float: left; padding-left: 14px; font-weight: 300; }

.nemu_tri li:nth-child(2) { position: relative; }

.nemu_tri li:nth-child(2)::before { content: ''; display: block; width: 1px; height: 12px; background-color: rgba(170, 170, 170, 0.5); position: absolute; left: 0; top: 6px; }

.nemu_tri li:nth-child(2)::after { content: ''; display: block; width: 1px; height: 12px; background-color: rgba(170, 170, 170, 0.5); position: absolute; right: 0; top: 6px; }

.nemu_tri li:not(:last-child) { padding-right: 14px; }

.nemu_tri li a { color: #fff; }

.menu_tlt li { position: relative; float: left; bottom: -7px; width: 50%; height: 100%; text-align: center; }

.menu_tlt li.on { z-index: 10; }

.menu_tlt li a { color: #fff; z-index: 200; left: -3.75rem; width: 100%; position: absolute; top: 50%; -moz-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); text-align: center; }

.menu_tlt li .nav_bg { font-weight: bold; width: 100%; height: 100%; position: relative; }

.menu_tlt li .nav_bg img { width: 100%; }

.menu_tlt li .nav_bg02 { position: absolute; left: 20px; bottom: 0; }

.menu_tlt li .nav_bg02 img { width: 100%; height: 100%; }

.menu_tlt li .nav_bg03 { position: absolute; left: -4rem; bottom: 0; }

.menu_tlt li .nav_bg03 img { width: 100%; height: 100%; }

.menu_tlt li:first-child a { left: 0; }

.menu_bottom { height: 80px; position: relative; }

.gnb { height: 100%; }

.gnb > ul { max-width: 916px; width: 100%; margin: 0 auto; height: 100%; display: table; }

.gnb > ul > li { display: table-cell; vertical-align: middle; text-align: center; font-weight: 500; width: 200px; position: relative; }

.gnb_menu.on .sub_menu { border-top: 1px solid #4b8ed2; }

.web_bg { width: 100%; height: 351px; background-color: #fff; border-top: 1px solid #ddd; position: absolute; z-index: 50; display: none; }

.gnb .gnb_menu._not + li .sub_menu { border-left: 1px solid #dddddd; }

.gnb .gnb_menu._not + li .sub_menu { border-left: 1px solid #dddddd; }

.gnb .gnb_menu:first-child .sub_menu { border-left: 1px solid #dddddd; }

.gnb .sub_menu { opacity: 0; display: none; position: absolute; width: 100%; top: 81px; left: 0; height: 350px; overflow: hidden; z-index: 999; border-right: 1px solid rgba(221, 221, 221, 0); border-top: 1px solid rgba(221, 221, 221, 0); padding-top: 50px; font-family: 'Noto Sans Korean'; }

.gnb .sub_menu.on { border-left-color: #dddddd; border-right-color: #dddddd; opacity: 1; }

.gnb .sub_menu li { display: block; width: 100%; text-align: center; margin-bottom: 20px; }

.gnb .sub_menu li a { font-weight: normal; color: #555; position: relative; }

.gnb .sub_menu li a:hover { color: #222; }

.gnb .sub_menu li a::after { content: ''; display: block; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1px; background-color: #222; -moz-transition:  all 0.3s; -webkit-transition:  all 0.3s; -ms-transition:  all 0.3s; -o-transition:  all 0.3s; transition:  all 0.3s; -moz-transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }

.gnb .sub_menu li a:hover::after { -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.gnb .third_menu { display: none; margin-top: 0.3125rem; }

.gnb .third_menu li { font-size: 1rem; margin-bottom: 0.3125rem; }

.gnb .third_menu li a { display: block; color: #888888; padding: 0 0.75em; text-indent: -0.75em; font-weight: 200; }

.gnb .third_menu li a:before { content: '·'; }

.gnb .third_menu li a:hover::after { display: none; }

.m_gnb { display: none; }

.share .web_bg { border-bottom: 1px solid #dddddd; }

.search_box { position: absolute; top: 14px; right: 0; }

.search_box input { display: none; }

.search_box.on { width: 210px; height: 52px; border-radius: 50px; background-color: #eee; }

.search_box.on input { display: block; border: 0; background-color: #eee; float: left; height: 100%; border-radius: 50px; padding: 0 10px; }

.search_box.on span { cursor: pointer; float: right; }

.search_box span { cursor: pointer; line-height: 48px; margin-right: 20px; }

.m_br { display: none; }

/*footer*/
.footer { background: #2c2c2c; padding: 90px 0; }

.footer * { letter-spacing: 0; }

.footer p { color: #ccc; margin-top: 26px; line-height: 1.8; font-weight: 200; word-break: break-all; }

.footer p span { padding: 0 5px; color: #ccc; }

.footer .footer_nav ul li { display: inline-block; }

.footer .footer_nav ul li:not(:first-child) { padding-left: 26px; }

.footer .footer_nav ul li:not(:last-child) { padding-right: 26px; }

.footer .footer_nav ul li:first-child a { color: #4d96e0; }

.footer .footer_nav ul li a { color: #fff; font-weight: 200; }

.footer .fs_site { font-weight: 200; position: relative; }

.footer .fs_site span { color: #fff; display: block; width: 210px; height: 54px; line-height: 54px; padding: 0 30px; border: 1px solid #555; overflow: hidden; cursor: pointer; }

.footer .fs_site span i.icon_selet_arrow { float: right; margin-top: 16px; }

.footer .fs_site a { color: #fff; }

.footer .fs_site::after { content: ''; display: block; clear: both; }

.footer .fs_site .fs_site_list { position: absolute; width: 210px; height: auto; overflow: hidden; bottom: 54px; left: 0; background-color: #777; display: none; }

.footer .fs_site .fs_site_list li { padding: 10px 16px; }

.footer .fs_site .fs_site_list li:hover a { color: #2c2c2c; }

.footer .fs_site .fs_site_list li:not(:first-child) { border-top: 1px solid #ccc; }

.footer .f_logo { float: left; margin-top: 24px; width: 240px; }

.footer .f_logo img { display: block; width: 100%; height: auto; }

.footer .ft_link > div { float: right; }

.footer .footer_nav { overflow: hidden; }

.footer .footer_nav .ftr_cen { float: left; display: inline-block; margin-left: 130px; }

.footer .footer_nav .ftr_cen .ftr_nav_line { display: inline-block; width: 1px; height: 13px; background-color: #777; margin-left: 3.125rem; }

.fs_sns { float: right; margin-top: 30px; }

.fs_sns li { float: left; }

.fs_sns li:nth-child(2) { margin: 0 20px; }

/* slide when not active/center*/
.revie_slider .slick-slide .img_reiv, .revie_slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .img_reiv { transform: scale(0.7, 0.7); transition: transform 0.3s; }

/* slide when active/center */
.revie_slider .slick-center .img_reiv, .revie_slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .img_reiv { transform: scale(1, 1); }

.revie_slider .slick-center .img_reiv::before, .revie_slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .img_reiv::before { opacity: 0; }

.revie_slider .re_slider { padding: 0 24px; }

.main_contents { overflow: hidden; }

@media all and (max-width: 1680px) { .menu_tbg .wrap_1600, .menu_bbg .wrap_1600 { max-width: 1600px; }
  .logo { left: 2.5em; }
  .logo img { width: 180px; max-width: 180px; } }

@media all and (max-width: 1440px) { .menu_bbg .wrap_1600 { padding: 0 2.5em; }
  .fs_site_list { bottom: 39px; }
  .menu_tlt li:first-child a { left: 10px; }
  .menu_top .menu_tlt { width: 65%; }
  .nav_bg img { display: none; }
  .nav_bg .nav_bg_m { display: block; }
  .nav_bg01 { width: 49.8%; margin-left: 0; }
  .nav_bg01:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 70%; background: #ffffff; }
  .nav_bg01 .nav_bg_m { float: right; width: auto; }
  .fs_sns i.icon_sns_k { width: 25px; height: 22px; }
  .fs_sns i.icon_sns_f { width: 12px; height: 22px; }
  .fs_sns i.icon_sns_n { width: 18px; height: 20px; }
  .footer .footer_nav .ftr_cen { margin-left: 60px; }
  .gnb > ul { max-width: 760px; } }

@media all and (max-width: 1280px) { .nav_bg01 { width: 39%; }
  .menu_top { width: 70%; }
  .menu_top .menu_tlt { width: 60%; }
  .gnb ul { max-width: 786px; }
  .menu_top .menu_tlt { display: block; }
  .footer .fs_site .fs_site_list { bottom: 40px; }
  .footer .fs_site span { width: 150px; height: 40px; line-height: 38px; }
  .footer .fs_site span i.icon_selet_arrow { margin-top: 10px; }
  .footer .f_logo { width: 150px; }
  .footer .f_logo img { width: 100%; }
  .footer p .m_br { display: none; }
  .footer .fs_site .fs_site_list { width: 150px; }
  .footer .footer_nav .ftr_cen { margin-left: 26px; }
  .search_box { display: none; } }

@media all and (max-width: 1024px) { .nav_bg01 { margin-left: 0%; }
  .footer .fs_site .fs_site_list { bottom: 0; }
  .footer .fs_site::after { display: none; }
  .m_br { display: block; }
  .nav_bg img { display: none; }
  .menu_tlt li img.nav_bg_m { display: block; }
  .nav_bg01 img.nav_bg_m { display: block; }
  nav_bg_m { display: block; }
  .nav_bg01 { left: 0; width: 408px; }
  .logo span.tit_menu { margin-top: 40px; }
  .logo img { width: 170px; margin-top: 11%; }
  .logo { left: 20px; bottom: 50%; transform: translateY(50%); }
  .menu_top { float: none; width: 408px; margin-left: 308px; }
  .logo span.on_01 { font-size: 20px; }
  .logo span.on_02 { font-size: 20px; }
  .menu_tbg { margin-top: -1px; }
  .menu_tbg .wrap_1600 { max-width: 1000px; padding: 0 20px; }
  .menu_bbg .wrap_1600 { max-width: 100%; overflow: visible; z-index: 1001; position: relative; }
  .menu_bbg .wrap_1600 { padding: 0; }
  .edction_top span { display: none; }
  .gnb { display: none; }
  .menu_top .nemu_tri { margin: 0; }
  .menu_tbg { height: 6.875rem; }
  .menu_tlt li .nav_bg02 { left: 13px; }
  .menu_tlt li .nav_bg { height: 85%; }
  .menu_top .menu_tlt { width: 100%; left: auto; right: 0; margin-left: 0; line-height: 1.3; }
  .menu_tlt li { bottom: 0; }
  .menu_tlt li img { display: none; }
  .menu_tlt li a { font-size: 20px; /* top: 30px; */ padding-top: 5%; }
  .menu_bottom .menu_box.on { left: 2.55692rem; }
  .menu_bottom { height: 90px; }
  .search_box { display: block; position: relative; top: 16px; float: right; width: 510px; height: 60px; border-radius: 50px; right: 20px; }
  .search_box input { display: block; float: left; border: 0; overflow: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #eee; padding: 0 20px; border-radius: 50px; }
  .search_box span { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); /* pointer-events: none; */ }
  .footer { padding: 60px 0; }
  .footer .wrap_1600 { margin: 0 5.11385rem; max-width: none; padding: 0; }
  .footer .ft_link > div { width: 100%; }
  .footer .fs_site span { float: left; width: 400px; height: 80px; line-height: 80px; }
  .fs_sns { margin-top: 20px; float: right; }
  .footer p { margin-top: 40px; }
  .footer p .m_br { display: block; }
  .footer .f_logo { width: 100%; clear: both; margin: 50px 0; }
  .footer .f_logo a { display: inherit; text-align: center; }
  .footer .f_logo img { width: auto; }
  .footer .footer_nav { text-align: center; width: 100%; }
  .footer .footer_nav .ftr_cen { float: none; margin: 0 auto; }
  .footer .fs_site span i.icon_selet_arrow { background-image: url("../images/common/icon_selet_arrow_m.png"); width: 14px; height: 7px; margin-top: 35px; }
  .fs_sns i.icon_sns_k { width: 50px; height: 44px; background-image: url("../images/common/icon_sns_k_m.png"); }
  .fs_sns i.icon_sns_f { width: 24px; height: 44px; background-image: url("../images/common/icon_sns_f_m.png"); }
  .fs_sns i.icon_sns_n { width: 36px; height: 40px; background-image: url("../images/common/icon_sns_n_m.png"); }
  .fs_sns li:nth-child(2) { margin: 0 40px; }
  .footer .fs_site .fs_site_list { width: 400px; }
  .mobile_bg { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; z-index: 1000; display: none; }
  body.hidden { overflow: hidden; height: 100%; }
  .gnb { display: none; }
  .gnb_menu.on .sub_menu { border-top: 0; }
  .m_gnb { position: absolute; top: 90px; left: 0; width: 100%; z-index: 1001; display: none; overflow-y: auto; }
  .m_nemu_tri { background-color: #eee; width: 100%; text-align: center; }
  .m_nemu_tri ul { padding: 2.30769rem 0; border-top: 1px solid #e5e5e5; }
  .m_nemu_tri ul li { display: inline-block; padding-right: 22px; padding-left: 22px; line-height: 1; }
  .m_nemu_tri ul li:nth-child(2) { border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
  .m_nemu_tri ul li:first-child { padding-left: 0; }
  .m_nemu_tri ul li:last-child { padding-right: 0; }
  .m_gnb_ul { text-align: left; border-top: 1px solid #e5e5e5; }
  .m_gnb_ul > li { background-color: #fff; }
  .m_gnb_ul .gnb_menu > a { display: inline-block; width: 100%; padding: 2.30769rem 3.07692rem; border-bottom: 1px solid #e5e5e5; position: relative; }
  .m_gnb_ul .no_link { position: relative; }
  .m_gnb_ul .no_link::after { content: ''; display: block; width: 1.30769rem; height: 0.92308rem; background: url(../images/common/icon_more_arrow_bk.png) 0 0 no-repeat; background-size: contain; position: absolute; top: 50%; right: 3.07692rem; margin-top: -0.46154rem; -moz-transition:  all 0.3s; -webkit-transition:  all 0.3s; -ms-transition:  all 0.3s; -o-transition:  all 0.3s; transition:  all 0.3s; }
  .m_gnb_ul .no_link.on::after { -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
  .m_gnb_ul .sub_menu .no_link::after { right: 0; }
  .m_gnb_ul .gnb_menu .sub_menu { background: #f2f2f2; display: none; }
  .m_gnb_ul .gnb_menu .sub_menu li { padding: 2.30769rem 3.07692rem; border-bottom: 1px solid #e5e5e5; }
  .m_gnb_ul .gnb_menu .sub_menu a { display: block; }
  .m_gnb_ul .third_menu { display: none; border-top: 1px solid #e5e5e5; margin-top: 2.30769rem; margin-bottom: -2.30769rem; margin-left: -3.07692rem; margin-right: -3.07692rem; }
  .m_gnb_ul .third_menu li { font-size: 1.40631rem; margin-bottom: 0; }
  .m_gnb_ul .third_menu li a { display: block; }
  .m_gnb_ul .third_menu li a:before { content: '·'; }
  .nemu_tri li a { color: #222; }
  .menu_box { left: 20px; }
  .calender_ym, .calender_day { display: none; }
  /* .m_gnb{height:(550em/11)} */ }

@media all and (max-width: 767px) { .search_box span { right: 0; }
  .m_gnb_ul .gnb_menu > a { padding: 1.15385em 1.53846em; display: block; }
  .m_nemu_tri ul { padding: 1.15385em; }
  .nav_bg01, .menu_top { width: 280px; }
  .logo img { width: 133px; margin-top: 5%; }
  .logo { bottom: 30%; }
  .logo img { margin-top: 0; }
  .logo span.tit_menu { margin-left: 5px; margin-top: 17px; font-size: 14px; }
  .menu_top { margin-left: 196px; }
  .menu_tlt li a { font-size: 14px; }
  .search_box { top: 26px; width: 334px; height: 40px; }
  .menu_btn > span > span { width: 24px; }
  .footer .fs_site span { width: 267px; height: 53px; line-height: 53px; }
  .footer .fs_site .fs_site_list { width: 267px; }
  .footer .fs_site span i.icon_selet_arrow { margin-top: 24px; }
  .fs_sns i.icon_sns_k { width: 33px; height: 29px; background-size: contain; background-image: url("../images/common/icon_sns_k_m.png"); }
  .fs_sns i.icon_sns_f { width: 16px; height: 29px; background-size: contain; background-image: url("../images/common/icon_sns_f_m.png"); }
  .fs_sns i.icon_sns_n { width: 24px; height: 27px; background-size: contain; background-image: url("../images/common/icon_sns_n_m.png"); }
  .fs_sns li:nth-child(2) { margin: 0 27px; }
  .fs_sns { margin-top: 12px; }
  .footer .footer_nav .ftr_cen .ftr_nav_line { margin-left: 0.625rem; }
  .footer .footer_nav ul li:not(:last-child) { padding-right: 0rem; }
  .footer .footer_nav ul li:not(:first-child) { padding-left: 0rem; } }

@media all and (max-width: 501px) { .logo { bottom: 0; -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .logo img { width: 130px; }
  .logo span.tit_menu { display: none; }
  .menu_top { margin-left: 136px; width: 240px; }
  .nav_bg01 { width: 204px; }
  .menu_box { top: 12px; }
  .menu_tlt li a { /* top:9px; */ font-size: 12px; padding-top: 10%; }
  .search_box { top: 9px; right: 20px; width: 230px; height: 26px; }
  .search_box span { margin-right: 10px; }
  .menu_bottom { height: 45px; }
  .menu_btn > span { margin-bottom: 6px; }
  .footer .fs_site span { width: 200px; height: 40px; line-height: 40px; padding: 0 15px; }
  .footer .fs_site span i.icon_selet_arrow { margin-top: 16px; }
  .fs_sns i.icon_sns_k { width: 25px; height: 22px; }
  .fs_sns i.icon_sns_f { width: 12px; height: 22px; }
  .fs_sns i.icon_sns_n { width: 18px; height: 20px; }
  .fs_sns li:nth-child(2) { margin: 0 20px; }
  .fs_sns { margin-top: 8px; }
  .footer .f_logo { margin: 25px auto; }
  .footer .f_logo a { width: 50%; margin: 0 auto; }
  .footer .f_logo a img { width: 100%; }
  .footer .footer_nav ul li:not(:last-child) { padding-right: 0; }
  .footer .footer_nav ul li:not(:first-child) { padding-left: 0; }
  .footer p { margin-top: 20px; }
  .footer .fs_site .fs_site_list { width: 200px; }
  .footer .fs_site span i.icon_selet_arrow { width: 10px; background-size: contain; }
  .footer { padding: 30px 0; }
  .m_gnb { top: 45px; z-index: 500; }
  .menu_bottom .menu_box.on { top: 9px; }
  .menu_bottom .menu_box.on .line_01 { bottom: -8px; } }

@media all and (max-width: 374px) { .menu_btn > span > span { width: 22px; }
  .search_box { right: 10px; }
  .search_box span { top: 44%; }
  .menu_tlt li a { line-height: 1; /* top:5px; */ }
  .logo img { width: 110px; }
  /*  .menu_tbg { height: 40px; } */
  .menu_top { margin-left: 104px; width: 220px; }
  .nav_bg01 { width: 170px; }
  .footer .fs_site span { width: 150px; }
  .fs_sns i.icon_sns_k { width: 21px; height: 19px; }
  .fs_sns i.icon_sns_f { width: 10px; height: 19px; }
  .fs_sns i.icon_sns_n { width: 15px; height: 17px; }
  .fs_sns li:nth-child(2) { margin: 0 17px; }
  .footer .fs_site .fs_site_list { width: 150px; }
  .footer .f_logo a { width: 45%; }
  .footer .f_logo { margin: 19px auto; }
  .footer p { margin-top: 15px; } }
