@charset "utf-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2019-06-12
/* ================================================================== */
/* ----------------------------- */
/* kakao
/* ----------------------------- */
.m-kakao {
	display: none;
}

/* ----------------------------- */
/* Basic
/* ----------------------------- */
html {
    font-size: 62.5%;
}
html,body {
    height: 100%;
    word-break: keep-all;
    word-wrap: break-word;
}
body {
    font-family: 'RobotoRegular' , 'NotoSansDemiLight', 'malgun gothic', 맑은고딕, 'Dotum', 돋움, 'Arial', 'sans-serif';
    font-size: 1.6rem;
    line-height: normal !important;
    color: #000;
}
body img { max-width: 100%; vertical-align: top;}
a { color: #000;}
a:hover, a.focus { color: #000; }
input {
    padding: 0 10px;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
button,
select {
    font-size: 1.6rem;
    font-family: 'NotoSansDemiLight', 'malgun gothic', 맑은고딕, 'Dotum', 돋움, 'Arial', 'sans-serif';
}
select {
    background: #fff url(/images/sub/arrow_tab.png) no-repeat center right 20px;
    background-size: 8px;
}
::placeholder {
    color: #a2a2a2;
    opacity: 1;
}
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #a2a2a2;
}
.search_block select option:first {
    color: #a2a2a2;
}


/* ----------------------------- */
/* Basic
/* ----------------------------- */
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.wrap_in {
	max-width: 1180px;
	margin: 0 auto;
}

.p_only {
    display: block;
}
.m_only {
    display: none;
}
.tm_only {

}

/* ----------------------------- */
/* color
/* ----------------------------- */
.c_red {
  color: #c4191f;
}
.bg_red {
  background: #c4191f;
}
.bg_grey {
    background: #f9f9f9;
}

/* ----------------------------- */
/* i_font
/* ----------------------------- */
.i {
    font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 120%;
}


/* ----------------------------- */
/* text_align
/* ----------------------------- */
.t_center {
    text-align: center;
}
.t_left {
    text-align: left;
}
.t_right {
    text-align: right;
}


/* ----------------------------- */
/* header
/* ----------------------------- */
header {
  position: relative;
  height: 135px;
  background: #ffd702;
  z-index: 100;
}

header .logo {
  float: left;
  padding-top: 54px;
}
header .logo img {
  width: 338px;
  height: 32px;
}
/* h_right */
header .h_right {
  float: right;
  padding-top: 52px;
}
header .h_right .h_menu,
header .h_right .h_icon,
header .h_icon .search,
header .h_icon .navbar {
  float: left;
}
/* menu */
header .h_menu a {
  display: block;
  float: left;
  margin-right: 20px;
  color: #493c01;
  font-size: 1.5rem;
}
header .h_menu a:hover {
  color: #493c01;
}
header .h_menu span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: #000;
  border-radius: 50%;
  text-align: center;
}
header .h_menu strong {
  display: block;
  float: right;
  padding-top: 5px;
}
header .h_menu span.member img {
  width: 15px;
  height: 18px;
  margin-top: 5px;
}
header .h_menu span.fkc img {
  width: 13px;
  height: 16px;
  margin-top: 7px;
}
header .h_menu span.kakao img {
  width: 15px;
  height: 16px;
  margin-top: 8px;
}

/* navbar */
header .h_icon {
  margin-top: 3px;
  position: relative;
}
header .h_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 26px;
  background: #7f6800;
}
header .h_icon .search {
  padding: 0 25px 0 0;
}
header .h_icon .search img {
  width: 27px;
  height: 27px;
}
header .h_icon .navbar {
  position: relative;
  width: 32px;
  height: 24px;
  margin-top: 1px;
  margin-left: 28px;
  cursor: pointer;
}
header .h_icon .navbar span {
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  left: 0;
  background: #000;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  cursor: pointer;
}
header .h_icon .navbar span:first-child {
  top: 0;
}
header .h_icon .navbar span:nth-child(2) {
  top: 11px;
}
header .h_icon .navbar span:nth-child(3) {
  top: 22px;
}
/*
header .h_icon .navbar:active span:first-child {
  top: 11px;
  transform: rotate(45deg);
}
header .h_icon .navbar:active span:nth-child(2) {
  opacity: 0;
}
header .h_icon .navbar:active span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
} */
/* ----------------------------- */
/* main sitemap
/* ----------------------------- */
.main_sitemap {
    display:none;
    padding: 30px 0 0;
    position:absolute;
    top:135px;
    left:0;
    width:100%;
    height:auto;
    z-index:9999;
    background:#f8f8f8;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.main_sitemap .sm_block {
    /* width: 16%; */
	width: 20%;
    padding: 0 10px;
    float: left;
}
/* .main_sitemap .sm_block:first-child {
    width: 36%;
} */
.sm_block h4 {
    width: 100%;
    line-height: 47px;
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    background: #f9f9f9;
    text-align: center;
    color: #c4191f;
    background: #fff;
}
.sm_block > ul {
    width: 100%;
    padding: 0 10px;
    font-size: 0;
    letter-spacing: -5px;
}
.sm_block > ul > li {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0;
    vertical-align: top;
    font-family: "NotoSansDemiLight";
}
.sm_block > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}
/* .sm_block:first-child > ul > li {
    width: 50%;
} */
.sm_block > ul > li > ul  {
    margin: 7px 0 15px;
}
.sm_block > ul > li > ul li a {
    font-size: 1.4rem;
    color: #9f9f9f;
}
.sm_close {
    clear: both;
    width: 100%;
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
    background: #cecece;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.sm_close > div {
	cursor:pointer;
}


/* ----------------------------- */
/* nav
/* ----------------------------- */
.m_nav_w {
    display: none;
}
nav {
  position: absolute;
  width: 100%;
  background: #000;
  background: rgba( 0, 0, 0, 0.8);
  z-index: 1000;
}
nav > ul > li {
  position: relative;
  width: 20%;
  height: 57px;
  line-height: 57px;
  float: left;
  text-align: center;
  font-size: 1.7rem;
}
nav > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 0;
  width: 1px;
  height: 14px;
  background: #474747;
}
nav > ul > li:first-child:before {
  display: none;
}
nav > ul > li > a,
nav > ul > li > a:hover {
  display: block;
  color: #fff;
}
.navBg {
    display:none;
    position:absolute;
    width:100%;
    height:300px; /* 325px */
    top:192px;
    left:0;
    background:#fff;
    z-index: 10;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
#gnb_nav > ul > li ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    height: 95px;
}
#gnb_nav > ul > li:first-child ul:before {
    background: url("/images/common/nav_icon03.svg") no-repeat center;
    background-size: 34px 34px;
}
#gnb_nav > ul > li:nth-child(2) ul:before {
    background: url("/images/common/nav_icon01.svg") no-repeat center;
    background-size: 34px 34px;
}
#gnb_nav > ul > li:nth-child(3) ul:before {
    background: url("/images/common/nav_icon02.svg") no-repeat center;
    background-size: 34px 34px ;
}
#gnb_nav > ul > li:nth-child(4) ul:before {
    background: url("/images/common/nav_icon04.svg") no-repeat center;
	background-size: 39px 27px;
}
#gnb_nav > ul > li:nth-child(5) ul:before {
    background: url("/images/common/nav_icon05.svg") no-repeat center;
    background-size: 39px 27px;
}
#gnb_nav > ul > li > ul {
    display:none;
    position:absolute;
    top:57px;
    left:0;
    width:100%;
    height: 162px; /* 188px */
    margin-top: 95px;
    padding-top: 2px;
    z-index: 1000;
    border-left: 1px solid #dbdbdb;
}
#gnb_nav > ul > li:first-child ul {
    border-left: 0;
}
#gnb_nav > ul > li > ul li {
    line-height: 120%;
    font-size: 1.5rem;

}
#gnb_nav > ul > li > ul li a {
    position: relative;
    display: inline-block;
    padding: 4px 0 5px;
    color: #555;
    transition: 0.4s;
	-webkit-transition: 0.4s;
}
#gnb_nav > ul > li > ul li a:after {
    opacity: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: -30%;
    background: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
#gnb_nav > ul > li > ul li:hover a {
    color: #000;
    transition: 0.4s;
	-webkit-transition: 0.4s;
}
#gnb_nav > ul > li > ul li:hover a:after {
    opacity: 1;
    width: 100%;
    left: 0;
    background: #000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

/* ----------------------------- */
/* footer
/* ----------------------------- */
/* footer-qna */
.qna-mobile {
  display: none;
}
.qrcode-mobile {
  display: none;
}

footer {
  position: relative;
  padding: 76px 0 81px;
  background: #fafafa;
  border-top: 1px solid #bdbdbd;
}

/* f_header */
footer .f_header {
  position: relative;
}
footer .f_header .f_logo {
  font-size: 3.8rem;
  font-family: "RobotoLight";
  color: #959595;
}
footer .f_header .f_logo strong {
  font-family: "RobotoMedium";
  color: #535353;
}
footer .f_header .f_list {
  margin-top: 7px;
}
footer .f_header .f_list > li {
  position: relative;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 1.5rem;
}
footer .f_header .f_list > li > a {
  padding: 0 20px;
  display: block;
}
footer .f_header .f_list > li:first-child > a {
  padding-left: 0;
}
footer .f_header .f_list > li.f_link > a {
  padding-right: 28px;
  background: url("/images/common/arrow_s3.gif") no-repeat right 2px center;
  background-size: 7px;
}
footer .f_header .f_list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 11px;
  background: #cdcdcd;
}
footer .f_header .f_list > li:first-child:before {
  display: none;
}
footer .f_header .f_list > li > ul {
  display: none;
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
footer .f_header .f_list > li > ul li a {
  display: block;
  padding: 7px 15px;
  color: #ccc;
  font-size: 1.4rem;
}

/* Q&A */
footer .f_header .f-qna {
  position: absolute;
  top: 2px;
  right: 0;
}
footer .f_header .f-qna a {
  font-size: 1.6rem;
  padding: 9px 20px;
  display: inline-block;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.08);
  border-radius: 28px;
}
footer .f_header .f-qna a > div {
  display: flex;
  align-items: center;
}
footer .f_header .f-qna a span {
  display: flex;
  align-items: center;
}
footer .f_header .f-qna a span:first-child {
  position: relative;
  padding: 0 32px 0 0;
}
footer .f_header .f-qna a span:first-child:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-top: 1px;
  margin-right: 10px;
  background-color: #000;
  border-radius: 50%;
}
footer .f_header .f-qna a span:nth-child(2) {
  position: relative;
  font-family: "NotoSansMedium";
}
footer .f_header .f-qna a span:nth-child(2):before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-bottom: -2px;
  margin-right: 7px;
  background: #ffd702 url("/images/common/footer-arrow.png") no-repeat center right 6px;
  background-size: 4px 8px;
  border-radius: 50%;
}

/* qna추가 */
footer .f_header .f-qna-m {
  display: none;
}


/* f-remote */
.f-remote {
  position: absolute;
  top: 56px;
  right: 0;
}
.f-remote a {
  font-size: 1.5rem;
  font-family: "NotoSansMedium";
  padding: 8px 24px 8px 56px;
  margin: 2px;
  display: inline-block;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  background: url("/images/common/remote.svg") no-repeat center left 26px/22px 21px;
}
.f-remote a.qr {
  display: none;
  background: url("/images/common/f_qr.svg") no-repeat center left 26px/18px 18px;
}


/* f_footer */
footer .f_footer  {
  margin-top: 74px;
}
footer .f_footer .f_content {
  float: left;
  padding-top: 9px;
  font-size: 1.8rem;
}
footer .f_footer .f_content strong {
  position: relative;
  display: inline-block;
  padding-right: 58px;
  padding-left: 25px;
}
footer .f_footer .f_content strong.tel:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 17px;
  background: url("/images/common/tel_b.svg") no-repeat center;
  background-size: 16px 17px;
}
footer .f_footer .f_content strong.add:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 17px;
  background: url("/images/common/pin_b.svg") no-repeat center;
  background-size: 14px 17px;
}
footer .f_footer .f_content strong > span {
  color: #c4191f;
  font-family: "RobotoMedium";
}
footer .f_footer .f_content .copyright {
    margin-top: 10px;
  font-size: 1.6rem;
  color: #636363;
}
footer .f_footer .f_logo2 {
  float: right;
}
footer .f_footer .f_logo2 img {
  width: 238px;
  height: 73px;
}

/* ----------------------------- */
/* paging
/* ----------------------------- */
.paging {
    margin-top: 30px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.paging span,
.paging strong {
    font-size: 1.8rem;
    display: inline-block;
}
.paging strong  {
    padding: 0 16px;
    border-left: 1px solid #bababa;
}
.paging a:nth-child(2) strong {
    border-left: 0;
}

.paging span {
    text-indent: -50000000px;
}
.paging a span.prev,
.paging a span.next {
    width: 10px;
    padding: 0 19px;
    background: url("/images/sub/prev.gif") no-repeat center;
    background-size: 10px;
}
.paging a span.next {
    transform: rotate(180deg);
}
.paging a {
    display: inline-block;
}

.paging a.active {
    color: #c4191f;
}



/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1280px
/* Desktop Size	: 1024px < Screen <= 1300px
/* Tablet Size	: 1024px < Screen <= 640px
/* Mobile Size	: 640px < Screen
/* ----------------------------- */

@media screen and ( max-width:1280px) {

    /* ----------------------------- */
    /* Basic
    /* ----------------------------- */
    .wrap {
    	max-width: 94%;
    	margin: 0 3%;
    }
    .wrap_in {
    	max-width: 94%;
    	margin: 0 3%;
    }

    /* ----------------------------- */
    /* footer
    /* ----------------------------- */
    footer {
      padding: 50px 0 60px;
    }
    /* f_header */
    footer .f_header .f_logo {
        width: 100%;
      float: none;
      font-size: 3.6rem;
      text-align: center;
    }
    footer .f_header .f_list {
        width: 100%;
      float: none;
      margin-top: 10px;
      text-align: center;
    }
    /* Q&A */
    footer .f_header .f-qna {
      position: static;
      display: flex;
      justify-content: center;
      margin-top: 15px;
    }
    footer .f_header .f-qna a > div {
      width: auto;
    }
    footer .f_header .f-qna-m {
      display: none;
    }

    /* f-remote */
    .f-remote {
      position: static;
      margin-top: 14px;
      text-align: center;
    }

    /* f_footer */
    footer .f_footer  {
      margin-top: 25px;
    }
    footer .f_footer .address {
        width: 100%;
      float: none;
      padding-top: 0;
      font-size: 1.4rem;
      text-align: center;
    }

    footer .f_footer .address strong.tel {
        padding-right: 29px;
    }

    footer .f_footer .address strong.tel:before {
      top: 6px;
      left: -22px;
      width: 13px;
      height: 14px;
      background-size: 13px;
    }
    footer .f_footer .address .copyright {
      font-size: 1.4rem;
    }
    footer .f_footer .f_logo2 {
      float: none;
      margin-top: 12px;
      text-align: center;
    }
    footer .f_footer .f_logo2 img {
      width: 125px;
      height: 38px;

    }

}


/*  Tablet */
@media screen and ( max-width:1024px) {
    body {
        font-size: 1.5rem;
    }
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="file"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="range"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    textarea,
    button,
    select {
        font-size: 1.5rem;
    }
    .f-remote a.qr {
      display: inline-block;
    }
}

@media screen and ( max-width:960px) {
  /* ----------------------------- */
	/* kakao
	/* ----------------------------- */
	.m-kakao {
		display: block;
		position: fixed;
		top: 220px;
		right: 20px;
		z-index: 1000;
		width: 52px;
		height: auto;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
        border-radius: 26px;
	}
    .m-kakao img {

    }
    header .h_menu a:last-child {
        display: none;
    }

  /* footer-qna */
    .qna-mobile {
      display: block;
      position: fixed;
      right: 20px;
      bottom: 65px;
      z-index: 10;
    }
    .qna-absolute {
      position: absolute;
      bottom: auto;
      top: -65px;
    }
    .qna-mobile a {
      padding: 9px 19px 9px 8px;
      display: inline-block;
      background: #fff;
      border-radius: 40px;
      font-family: "NotoSansMedium";
      font-size: 1.4rem;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08);
    }
    .qna-mobile a div {
      display: flex;
    }
    .qna-mobile a div:before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      margin-right: 13px;
      border-radius: 50%;
      background: #ffd702 url("/images/common/footer-arrow.png") no-repeat center right 6px;
      background-size: 4px 8px;

    }


  /* footer-qna */
    .qrcode-mobile {
      display: block;
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 10;
    }
    .qrcode-absolute {
      position: absolute;
      bottom: auto;
      top: -19px;
    }
    .qrcode-mobile a {
      padding: 9px 19px 9px 8px;
      display: inline-block;
      background: #fff;
      border-radius: 40px;
      font-family: "NotoSansMedium";
      font-size: 1.4rem;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08);
    }
    .qrcode-mobile a div {
      display: flex;
    }
    .qrcode-mobile a div:before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      margin-right: 13px;
      border-radius: 50%;
      background: #ffd702 url("/images/common/footer-arrow.png") no-repeat center right 6px;
      background-size: 4px 8px;

    }

}
/* Mobile */
@media screen and ( max-width:768px) {
    /* ----------------------------- */
	/* kakao
	/* ----------------------------- */
	.m-kakao {
		top: 80px;
	}


    .p_only {
        display: none;
    }
    .m_only {
        display: block;
    }
    /* ----------------------------- */
    /* header
    /* ----------------------------- */
    header {
      height: 62px;
    }
    header .logo {
      padding-top: 21px;
    }
    header .logo img {
      width: 209px;
      height: 20px;
    }
    /* h_right */
    header .h_right {
      padding-top: 16px;
    }

    /* menu */
    header .h_menu {
        display: none;
    }
    /* navbar */
    header .h_icon .navbar span {
      width: 30px;
    }
    header .h_icon:before {
      height: 24px;
    }
    header .h_icon .navbar {
        margin-left: 19px;
    }
    header .h_icon .navbar span:first-child {
      top: 0;
    }
    header .h_icon .navbar span:nth-child(2) {
      top: 10px;
    }
    header .h_icon .navbar span:nth-child(3) {
      top: 20px;
    }
    header .h_icon .navbar:active span:first-child {
      top: 10px;
    }
    header .h_icon .navbar:active span:nth-child(3) {
      top: 10px;
    }

    /* ----------------------------- */
    /* nav
    /* ----------------------------- */
    nav {
        display: none;
    }

    .m_nav_bg {
        display:none;
        position:fixed;
        top: 0;
        right: 0;
        width:100%;
        height:100%;
        background:rgba(0, 0, 0, 0.7);
        z-index:9999;
    }
    .m_nav_w {
        display:none;
        position: absolute;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        z-index: 10000;
        background: #fff;
    }
    .m_nav_w .h_menu a {
        width: 50%;
        height: 52px;
        line-height: 52px;
        float: left;
        background: #c4191f;
        color: #fff;
        text-align: center;
    }
    .m_nav_w .h_menu:first-child a {
        border-right: 1px solid #d0474c;
    }
    .m_nav_w .h_menu a span img {
        vertical-align: middle;
        margin: -2px 12px 0 0;
    }
    .m_nav_w .h_menu a span.member_m img {
        width: 14px;
        height: 17px;
    }
    .m_nav_w .h_menu a span.fkc img {
      width: 13px;
      height: 16px;
    }

    ul.m_nav > li {
        font-size: 1.6rem;
        border-bottom: 1px solid #c4c4c4;
    }
    ul.m_nav > li.active {
        background: #f3f3f3;
    }
    ul.m_nav > li > a {
        position: relative;
        display: block;
        padding: 15px 35px;
    }
    ul.m_nav > li > a:before {
        content: "";
        display: block;
        position: absolute;
        top: 22px;
        left: 25px;
        width: 5px;
        height: 5px;
        background: #c4191f;
        border-radius: 50%;
    }
    ul.m_nav > li > ul {
        display:none;
        padding: 15px 40px;
        border-top: 1px solid #dcdcdc;
        background: #e8e8e8;
    }
    ul.m_nav > li > ul li a {
        display: block;
        font-size: 1.5rem;
        padding: 5px 0;
    }

    footer {
      padding: 35px 0 45px;
    }
    /* f_header */
    footer .f_header .f_logo {
      font-size: 2.0rem;
    }
    footer .f_header .f_list > li > ul li a {
      display: block;
      padding: 7px 7px;
      color: #ccc;
      font-size: 1.4rem;
    }
    /* f_footer */
    footer .f_footer .f_content {
      font-size: 1.4rem
    }
    footer .f_footer .address strong {
        padding: 3px 0;
    }
    footer .f_footer .address strong:first-child{
        display: block;
    }
}

@media screen and ( max-width:640px) {
  /* ----------------------------- */
  /* footer
  /* ----------------------------- */
  /* f_header */
  /* Q&A */
  footer .f_header .f-qna {
    display: none;
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
  }
  footer .f_header .f-qna a {
    box-shadow: none;
    font-size: 1.4rem;
  }
  footer .f_header .f-qna a > div {
    flex-direction: column;
  }
  footer .f_header .f-qna a span:first-child {
    padding: 0;
    margin-bottom: 7px;
  }
  footer .f_header .f-qna a span:nth-child(2) {
    padding: 4px 10px 5px;
    background-color: #ffd702;
    border-radius: 20px;
  }
  footer .f_header .f-qna a span:nth-child(2):before {
    margin-right: 4px;
    background: #fff url("/images/common/footer-arrow.png") no-repeat center right 6px;
    background-size: 4px 8px;
  }
  footer .f_footer .f_content .copyright {
    font-size: 1.2rem;
  }
  /* qna_qr new */
  footer .f_header .f-qna-m {
    display: block;
    margin-top: 25px;
    margin-bottom: 1em;
  }
  footer .f_header .f-qna-m .txt {
    text-align: center;
    margin-bottom: 0.5em;
  }
  footer .f_header .f-qna-m .a-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .f_header .f-qna-m .a-btn a {
    display: flex;
    align-items: center;
    padding: 4px 12px 5px 8px;
    margin: 2px;
    background: #ffd702;
    border-radius: 20px;
    font-family: "NotoSansMedium";
    font-size: 1.4rem;
  }
  footer .f_header .f-qna-m .a-btn a:before {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-bottom: -2px;
    margin-right: 7px;
    background: #fff url("/images/common/footer-arrow.png") no-repeat center right 6px/4px 8px;
    border-radius: 50%;
  }

  /* f_footer */
  footer .f_footer .f_content strong {
    padding-right: 0;
    padding-left: 17px;
  }
  footer .f_footer .f_content strong.tel:before {
    width: 11px;
    height: 12px;
    background: url("/images/common/tel_b.svg") no-repeat center;
    background-size: 100%;
  }
  footer .f_footer .f_content strong.add:before {
    width: 10px;
    height: 12px;
    background: url("/images/common/pin_b.svg") no-repeat center;
    background-size: 100%;
  }
  .f-remote {
    margin-top: 0;
  }
}

@media screen and ( max-width:320px) {
    ul.m_nav > li > a {
        padding: 13px 30px;
    }
    ul.m_nav > li > a:before {
        top: 20px;
        left: 20px;
    }
    ul.m_nav > li > ul li a {
        font-size: 1.4rem;
        padding: 3px 0;
    }

}
