@charset "utf-8";

/* 상단 배너 */
.banner__notice-wrap {
  overflow: hidden;
  position: relative;
  z-index: 110;
  background: #29272b;
  font-size: 0;
  text-align: center;
}
.banner__notice-wrap .inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1240px;
  height: 100%;
  transform: translate(-50%, 0);
}
.banner__notice-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__controller {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: auto;
}
.banner__controller .banner__close {
  font-size: 18px;
  color: #fff;
}
/*.banner__controller .banner__close:before{width:33px;height:33px;background-position:-251px -90px;content:''}*/
.banner__controller .banner__close:before {
  width: 33px;
  height: 33px;
  background: none;
  content: '×';
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  border: solid 1px #fff;
  line-height: 28px;
  margin-top: 10px;
}
.banner {
  display: block;
  margin: 0 auto;
}
.banner_mobile {
  display: none;
}
.banner__content .input_check_wrap {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.banner__content .input_check_wrap .input_check {
  left: auto;
  left: 0;
}
.banner__content .input_check_wrap .input_check + label {
  padding-left: 25px;
  font-size: 15px;
  color: #fff;
  line-height: 18px;
}
.banner__content .input_check_wrap .input_check + label:before {
  position: absolute;
  left: 0;
  margin: 0;
}
/* .main.main_fixed .banner__notice-wrap {height:0;}*/
.main_fixed .banner__content {
  display: none !important;
}
@media screen and (max-width: 1239px) {
  .banner__notice-wrap .inner {
    width: 100%;
  }
  .banner__controller .banner__close {
    font-size: 1px;
    color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }
  .banner_mobile {
    display: block;
    width: 100%;
  }
  .banner__controller .banner__close:before {
    margin: 5px 5px 0 0;
  }
  .banner__content .input_check_wrap .input_check + label {
    padding-left: 20px;
  }
  .banner__content .input_check_wrap {
    right: 5px;
  }
  .banner__content .input_check_wrap .input_check,
  .banner__content .input_check_wrap .input_check + label:before {
    top: 3px;
  }
}

/* top 배너 */
.top_banner_wrap {
  display: none;
}

.top_banner_wrap.on {
  display: block;
}

.top_banner {
  position: relative;
  min-width: 1280px;
  min-height: 90px;
  margin: auto;
  text-align: center;
}

.top_banner .btn_banner_close {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 35px;
  height: 35px;
  margin-left: 570px;
}

@media (max-width: 768px) {
  .top_banner {
    min-width: 100%;
  }
  .top_banner .btn_banner_close {
    margin-left: calc(50% - 60px);
  }
}

@media (max-width: 300px) {
  .top_banner .btn_banner_close {
    margin-left: calc(50% - 50px);
  }
}

.header_wrap:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
}

.header {
  width: 100%;
  max-width: 1240px;
  margin: auto;
}

.header .header_top {
  height: 40px;
}

.header .header_top ul.left {
  background-color: #f8f8f8;
}

.header .header_top ul.left li + li {
  position: relative;
  padding-left: 2px;
}

.header .header_top ul.left li + li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background-color: #333;
  border-radius: 50%;
}

.header .header_top ul.left li > a {
  display: block;
  padding: 0 20px;
  line-height: 40px; /* font-size:15px; */
  font-size: 0.9375rem;
  color: #333;
}

.header .header_top ul.right li + li {
  position: relative;
  padding-left: 2px;
}

.header .header_top ul.right li + li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 10px;
  background-color: #999;
}

.header .header_top ul.right li:last-child:before {
  display: none;
}
.header .header_top ul.right li:last-child
.header .header_top ul.right li.language{ position: relative}
.header .header_top ul.right li.language:after{
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #333;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.header .header_top ul.right li.language > a{
	padding-right: 18px
}
.header .header_top ul.right li > a {
  display: block;
  padding: 0 15px;
  line-height: 40px; /* font-size:15px; */
  font-size: 0.9375rem;
  color: #333;
}

.header .header_top ul.right li select {
  padding-right: 20px;
  width: 100px;
  border: none;
  letter-spacing: 0;
}

.header .header_top ul.right li .sns_list {
  display: inline-block;
  margin-left: 15px;
  margin-top: 7px;
  height: 25px;
}

.header .header_top ul.right li .sns_list a {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.header .header_top ul.right li .sns_list a:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .header {
    padding: 0 30px;
  }
  .header .header_top ul.left li > a,
  .header .header_top ul.right li > a {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .header_wrap:before {
    display: none;
  }
  .new_lineHeight60 {
    line-height: 60px;
  }
}

.header .header_bottom {
  padding: 20px 0;
}

.header_bottom h1 a {
  display: block;
  padding-top: 8px;
}
/* 20210216 휴관안내 변경 */
.header_bottom .holiday {
  padding-left: 85px;
  height: 60px;
  line-height: 60px;
  background: url(/resource/templete/nlcy/common/img/common/img_holiday_calendar.png)
    0 0 no-repeat;
}

.header_bottom .holiday .title {
  float: left;
  font-size: 1.25rem;
  font-weight: 500;
}

.header_bottom .holiday .holiday_date {
  position: relative;
}

.header_bottom .holiday .holiday_date,
.header_bottom .holiday .month,
.header_bottom .holiday .date {
  float: left;
}

.header_bottom .holiday .month {
  padding: 0 12px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #ff6600;
}

.header_bottom .holiday .date {
  padding-top: 9px;
}

.header_bottom .holiday .date:after {
  display: block;
  clear: both;
}

.header_bottom .holiday .date li {
  float: left;
  margin-left: 5px;
  width: 46px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  border: solid 3px #dfdfdf;
  border-radius: 8px;
}

.header_bottom .holiday .more {
  margin-left: 15px;
  padding-bottom: 3px;
  font-size: 0.6875rem;
  border-bottom: solid 1px #c2c2c2;
}

.header_bottom .holiday #holidayPopup {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  width: 395px;
  height: 175px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 15px;
  z-index: 999;
}

.header_bottom .holiday #holidayPopup h3 {
  position: relative;
  height: 30px;
  line-height: 30px;
}

.header_bottom .holiday #holidayPopup h3 button {
  position: absolute;
  top: 0;
  right: 0;
}

.header_bottom .holiday #holidayPopup ul {
  margin: 20px -5px 0;
  overflow: hidden;
}

.header_bottom .holiday #holidayPopup ul li {
  float: left;
  width: 12.5%;
  margin: 3px;
}

.header_bottom .holiday #holidayPopup ul li p {
  border: 3px solid #dfdfdf;
  border-radius: 8px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
}

.gnb_wrap {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #fc0;
}

.gnb_wrap:after {
  display: block;
  content: '';
  clear: both;
}

.gnb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #595959;
  cursor: pointer;
}

.gnb:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fc0;
}

.gnb > ul {
  overflow: hidden;
  position: relative;
  max-width: 1240px;
  margin: auto;
}

.gnb > ul > li {
  float: left;
  width: 20%;
}

.gnb > ul > li > a {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  line-height: 70px;
  font-weight: 500; /* font-size:22px; */
  font-size: 1.375rem;
  color: #222;
}
.gnb > ul > li > a > span {
  display: block;
  font-weight: 500;
}
.gnb > ul > li:nth-child(3) a { line-height : inherit; padding-top : 5px }

.gnb > ul ul {
  display: none;
  padding-left: 55px;
}

.gnb.active > ul ul {
  display: block;
}

.gnb > ul:focus ul,
.gnb > ul:hover ul {
  display: block;
}

.gnb > ul > li li {
  float: none;
  width: auto;
}

.gnb > ul > li li:first-child:before {
  display: block;
  content: '';
  height: 15px;
}

.gnb > ul > li li:last-child:after {
  display: block;
  content: '';
  height: 40px;
}

.gnb > ul li:nth-child(3) ul {
  padding-left: 35px;
}

.gnb > ul > li li a {
  display: block;
  padding-left: 20px;
  text-align: left;
  line-height: +1.5;
  font-weight: 400;
  color: #fff;
  margin : 20px 0;
  letter-spacing: 0
}

.gnb > ul > li li a:hover {
  background-color: #404040;
  border-radius: 20px;
}

.header_inquiry_wrap {
  padding-top: 30px;
  background: url(/resource/templete/nlcy/img/main/bg_main_inquiry.png) center 0
    no-repeat;
}

.header_inquiry,
.header_inquiry_top,
.total_summary {
  max-width: 1240px;
  margin: auto;
}

.header_inquiry {
  margin-bottom: 40px;
}

.header_inquiry_top {
  padding: 0 170px 12px 30px;
}

.header_inquiry_top .keyword_list {
  font-weight: 300;
  color: #626262;
}

.header_inquiry_top .keyword_list em {
  color: #9f5414;
}

.header_inquiry_top .keyword_list span a {
  display: inline-block;
  margin-right: 15px;
}

.header_inquiry .input_group {
  position: relative;
  padding: 0 160px 0 30px;
  width: calc(100% - 150px);
  height: 70px;
  border: 4px solid #333333;
  border-radius: 35px;
  background-color: #fff;
}

.header_inquiry .input_group:after {
  display: none;
  content: '';
  position: absolute;
  left: 190px;
  top: 22px;
  z-index: 1000;
  width: 1px;
  height: 22px;
  background-color: #ababab;
}

.header_inquiry .input_group input {
  display: inline-block;
  position: relative;
  margin-top: 2px;
  width: 100%;
  height: 60px;
  border: none;
  line-height: 1;
  font-weight: 500; /* font-size:22px; */
  font-size: 1.375rem;
}

.header_inquiry .input_group input::placeholder {
  font-weight: 400;
  color: #999;
}

.header_inquiry .input_group select {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 48px;
  float: left;
  padding-right: 1px;
  height: 100%;
  border: none;
  line-height: 62px;
}

.header_inquiry .input_group select + input {
  float: left;
  width: calc(100% - 160px);
}

.header_inquiry .input_group .btn_inquiry1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 62px;
}

.header_inquiry .input_group .btn_inquiry2 {
  position: absolute;
  right: 80px;
  top: 0;
  width: 64px;
  height: 62px;
}

.sub_inquiry .input_group .btn_inquiry3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 42px;
}

.header_inquiry .btn_inquiry_detail {
  margin-left: 17px;
  width: 133px;
  max-width: 133px;
  height: 70px;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  background-color: #f93;
  border-radius: 35px;
  letter-spacing: -0.5px;
  font-size: 1.25rem;
}

.header_inquiry .btn_inquiry_detail br {
  display: none;
}

.sub_inquiry {
  padding: 40px 0;
  height: 132px;
  background: url(/resource/templete/nlcy/common/img/common/bg_inquiry.png)
    center top no-repeat;
}

.sub_inquiry .header_inquiry .input_group {
  position: relative;
  margin: auto;
  padding: 0 60px 0 20px;
  width: 710px;
  height: 48px;
  border: 3px solid #333333;
}

.sub_inquiry .header_inquiry .input_group:after {
  display: none;
}

.sub_inquiry .input_group input {
  height: 40px; /* font-size: 18px; */
  font-size: 1.125rem;
}

.sub_inquiry .input_group .btn_inquiry3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 42px;
}

.sub_inquiry .btn_group {
  display: none;
}

.header_m.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  box-shadow: 5px 3px 4px #adadad;
}
.header_m > .space_between {
  align-items: center;
  padding: 30px 30px 25px;
}
.header_m {
  margin-bottom: 5px;
}
.header_m h1 {
  padding: 0 2%;
  width: 200px;
  margin: 0 auto;
}

.header_m h1 img {
  max-width: 200px;
}

.header_m .header_inquiry_m .input_group {
  padding: 0 90px 0 20px;
  width: calc(100% - 80px);
  height: 50px;
  border: 3px solid #333333;
  border-radius: 30px;
  background-color: #fff;
}

.header_m .header_inquiry_m .input_group input {
  height: 44px;
}

.header_m .header_inquiry_m .btn_inquiry {
  position: absolute;
  right: 0;
  top: -6px;
  width: 50px;
  height: 62px;
}

.header_m .header_inquiry_m .btn_inquiry2 {
  position: absolute;
  right: 50px;
  top: -9px;
  width: 50px;
  height: 62px;
}

.header_m .header_inquiry_m .btn_inquiry_detail {
  margin-left: 3px;
  width: 80px;
  height: 48px;
  line-height: 1.2;
  font-family: 'BinggraeB'; /* font-size: 15px; */
  font-size: 0.9375rem;
  color: #333;
  background-color: #f93;
  border-radius: 16px;
  letter-spacing: -0.5px;
}

.header_m .header_inquiry_m .btn_inquiry_detail img {
  width: auto;
  height: auto;
}

.header_m .btn_menu_m,
.header_m .btn_inquiry_m {
  width: 60px;
  max-height: 60px;
}

.header_m .btn_menu_m img,
.header_m .btn_inquiry_m img {
  width: 40px !important;
  height: auto !important;
}

.header_inner {
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 1200;
  width: 100%;
  height: 100vh;
  transition: left 0.5s;
}

.header_inner .top_area {
  position: relative;
  padding: 15px;
  background-color: #f7f4f2;
  height: 75px;
  overflow: hidden;
  z-index: 3;
}

.header_inner .top_area h1 {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.header_inner .top_area h1 img {
  max-width: 200px;
}

.header_inner .top_area .top_menu {
  display: block;
  width: max-content;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

.header_inner .top_area .top_menu span {
  display: block;
  float: left;
  padding: 0 10px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  overflow: hidden;
  margin-left: -1px;
}

.header_inner .top_area .top_menu span:first-child {
  margin-left: 0;
}

.header_inner .top_area .top_menu span:last-child {
  padding: 0;
}

.header_inner .top_area .top_menu select {
  position: relative;
  top: -2px;
  width: 100%;
  height: 35px;
  border: none;
  width: 100%;
}

.header_inner .btn_close {
  position: absolute;
  right: 15px;
  top: 22px;
  width: 30px;
  height: 30px;
  z-index: 4;
}

.header_inner .gnb_wrap_m {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  background-color: #fc0;
  overflow: hidden;
  overflow-y: auto;
}

.gnb_wrap_m p.depth1-title {
  display: none;
}

.gnb_wrap_m .menu-all-depth1__item > a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 10px;
  font-size: 16px;
  color: #fff;
  background-color: #fc0;
}

.gnb_wrap_m .menu-all-depth1-category {
  display: none;
  position: fixed;
  top: 75px;
  left: 170px;
  width: calc(100% - 170px);
  height: calc(100% - 75px);
  background-color: #5b5653;
  overflow: hidden;
  overflow-y: auto;
}

.gnb_m .menu-all-depth1__item.active .menu-all-depth1-category {
  display: block;
}

.gnb_wrap_m .menu-all-depth2__item a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  line-height: +1.5;
  letter-spacing: 0
}

.gnb_m .menu-all-depth1__item.active > a {
  background-color: #ffa500;
}

.gnb_m .menu-all-depth3 {
  display: none;
  background-color: #f1f1f1;
}

.gnb_m .menu-all-depth3 li a {
  position: relative;
  display: block;
  padding-left: 36px;
  color: #000;
}
.gnb_m .menu-all-depth2__item.active > a {
  background-color: #ff5900;
}
.gnb_m .menu-all-depth3 li.active a {
  background-color: #8e8e8e;
  color: #fff;
}
.gnb_m .menu-all-depth3 li a:before {
  content: '-';
  position: absolute;
  top: 7px;
  left: 22px;
}

.gnb_m .menu-all-depth2__item.active .menu-all-depth3 {
  display: block;
}

@media ( max-width : 1240px ){
	.banner__notice-wrap .inner { left : 0; transform : none; width : 1240px !important }
}

@media (max-width: 1024px) {
  .sub_inquiry {
    padding: 40px 30px;
  }
  .gnb > ul ul,
  .gnb > ul li:nth-child(3) ul {
    padding-left: 0;
  }
  .header_wrap:before {
    display: none;
  }
  .header_inquiry,
  .header_inquiry_top {
    max-width: 100%;
    margin: auto;
  }
  .header_inquiry .input_group {
    width: 100%;
  }
  .header_inquiry .input_group input {
    /* font-size: 18px; */
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .header_m > .space_between {
    padding: 20px 10px 15px;
  }
  .header_m .header_inquiry_m {
    display: none;
    position: relative;
    width: 100%;
    height: 80px;
    margin-top: -1px;
  }
  .header_m .header_inquiry_m.on {
    display: block;
  }
  .header_m .header_inquiry_m .header_inquiry {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: #675147;
  }
  .banner__notice-wrap .inner { width : 100% !important } 
}

@media (max-width: 420px) {
  .header_m > .space_between {
    overflow: hidden;
    padding: 20px 15px;
  }
  .header_m h1 {
    width: calc(100% - 36%);
  }
  .header_m .btn_menu_m,
  .header_m .btn_inquiry_m {
    width: 18%;
  }
  .header_m .header_inquiry_m .header_inquiry {
    padding: 10px 15px;
  }
  .header_inner .top_area .top_menu span {
    padding: 0 10px;
    width: auto;
  }
  .header_inner .top_area .top_menu select {
    width: auto;
  }
  .header_inquiry .input_group input {
    /* font-size: 16px; */
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .header_m .header_inquiry_m .header_inquiry {
    padding: 10px;
  }
}

@media (max-width: 280px) {
  .header_inner .gnb_wrap_m .gnb_m {
    width: 125px;
  }
  .header_inner .gnb_wrap_m .gnb_m ul > li > a {
    padding: 10px 8px; /* font-size: 17px; */
    font-size: 1.063rem;
  }
  .header_inner .gnb_wrap_m .gnb_m ul > li > a + ul {
    left: 125px;
    width: calc(100% - 125px);
    min-width: 170px;
  }
  .header_inner .gnb_wrap_m .gnb_m ul ul a {
    padding: 5px 3px 5px 5px;
  }
}

/* 푸터 */
.footer_wrap {
  position: relative;
  border-top: 1px solid #ececec;
}

.footer_top {
  max-width: 1240px;
  margin: auto;
}

.footer_top ul .left {
  overflow: hidden;
  margin: 15px 0;
}

.footer_top ul .left li {
  float: left;
  position: relative;
  margin-right: 40px;
}

.footer_top ul .left li :after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  top: 3px;
  width: 1px;
  height: 15px;
  background-color: #636a6e;
}

.footer_top ul .left li :last-child {
  margin-right: 0;
}

.footer_top ul .left li a {
  display: block;
  font-weight: 400; /* font-size: 17px; */
  font-size: 1.063rem;
  color: #fff;
}

.footer_top .right .sns_list {
  display: block;
  margin-top: 14px;
  height: 25px;
}

.footer_top .right .sns_list a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.footer_top .right .sns_list a :last-child {
  margin-right: 0;
}

.footer_bottom {
  max-width: 1240px;
  margin: auto;
  padding: 30px 0;
}

.footer_bottom .left {
  width: calc(100% - 250px);
}

.footer_bottom .footer_bottom_menu {
  overflow: hidden;
  margin-bottom: 20px;
}

.footer_bottom .footer_bottom_menu li {
  float: left;
  position: relative;
  margin-right: 25px;
}

.footer_bottom .footer_bottom_menu li a {
  display: block; /* font-size:15px; */
  font-size: 0.9375rem;
}

.footer_bottom .footer_bottom_menu li :first-child a {
  font-weight: 500;
  color: #d6562e !important;
}

.footer_bottom .left .footer_logo {
  float: left;
  margin-right: 30px;
  margin-bottom: 28px;
}

.footer_bottom .left address {
  letter-spacing: -0.25px;
  line-height: 1.4; /* font-size:15px; */
  font-size: 0.9375rem;
  color: #515151;
}

.footer_bottom .left address p {
  font-weight: 500;
  letter-spacing: 0;
}

.footer_bottom .right {
  text-align: right;
}

.footer_bottom .right .certification {
  margin-top: 25px;
  min-width: 263px;
}

.footer_bottom .right .certification ul {
  overflow: hidden;
}

.footer_bottom .right .certification li {
  float: left;
  margin-right: 10px;
}

.footer_bottom .right .certification li :last-child {
  margin-right: 0;
}

.footer_bottom .right .certification li a {
  display: block;
}

.footer_bottom .right .footer_bottom_select {
  margin-top: 10px;
}

.footer_wrap .onW {
  display: block !important;
}

.footer_wrap .onM {
  display: none !important;
}

.footer_m {
  background-color: #f0f0f0;
  padding-bottom: 75px;
}

.footer_m .footer_top_menu {
  width: 100%;
  background-color: #555;
}

.footer_m .footer_top_menu select {
  display: none;
}

.footer_m .footer_top_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer_m .footer_top_menu li {
  float: left;
  position: relative;
}

.footer_m .footer_top_menu li a {
  display: block;
  padding: 20px 25px;
  line-height: 1; /* font-size: 16px; */
  font-size: 1rem;
  color: #fff;
}

.footer_m .footer_top_menu li a :after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 29px;
  width: 1px;
  height: 23px;
  background-color: #636a6e;
}

.footer_m .footer_top_menu li :last-child a :after {
  display: none;
}

.footer_m .sns_list {
  text-align: center;
  padding: 30px 0 20px;
}

.footer_m .sns_list a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.footer_m .sns_list a :last-child {
  margin-right: 0;
}

.footer_m .footer_bottom_menu,
.footer_m .ref_site {
  text-align: center;
}

.footer_m .footer_bottom_menu select,
.footer_m .ref_site select {
  padding: 0 30px;
  margin-bottom: 10px;
  width: 90%;
  max-width: 654px;
  height: 46px;
  background-color: #fff;
}

.footer_m .footer_bottom_menu select {
  color: #d6562e;
}

.footer_m .ref_site select {
  color: #000;
}

.footer_m .copy {
  padding: 20px 30px 15px;
  text-align: center; /* font-size: 16px; */
  font-size: 1rem;
  color: #707070;
  word-break: keep-all;
}

.footer_m .copy p {
  padding: 20px 0 30px;
  border-bottom: 1px solid #d2d2d2;
  color: #515151;
}

.footer_m .certification {
  text-align: center;
}

.footer_m .certification a {
  display: inline-block;
  width: auto;
  height: 48px;
  margin-right: 15px;
}

.footer_m .certification a :last-child {
  margin-right: 0;
}

.footer_m .certification a > img {
  width: auto;
  height: 100%;
}

.btn_top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 85px;
}

.btn_top a {
  display: block;
  padding: 10px;
  text-align: center;
  width: 78px;
  height: 78px; /* font-size: 18px; */
  font-size: 18px;
  color: #fff;
  background-color: #a2a2a2;
  border-radius: 6px;
}

.total_detail_search_wrap br {
  display: none;
}

@media (max-width: 1024px) {
  .footer_wrap {
    border-top: none;
  }
  .footer_logo {
    display: none;
  }
  .footer_top {
    padding: 0 30px;
  }
  .footer_bottom {
    padding: 25px 30px;
  }
  .footer_bottom.space_between {
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .footer_m address,
  .footer_m .copy p {
    /* font-size:15px; */
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  .footer_m address {
    margin-bottom: 10px;
  }
  .footer_bottom {
    clear: both;
  }
  .footer_bottom.space_between > div:first-child,
  .footer_bottom.space_between > ul:first-child,
  .footer_bottom.space_between > .left {
    display: block;
    float: none !important;
    width: 100%;
  }
  .footer_bottom.space_between > div:last-child,
  .footer_bottom.space_between > ul:last-child,
  .footer_bottom.space_between > .right {
    display: block;
    float: none !important;
  }
  .footer_top.space_between {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .footer_top.space_between:after {
    display: block;
    content: '';
    clear: both;
  }
  .btn_top {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 20px;
  }
  .btn_top a {
    padding: 4px 0;
    width: 45px;
    height: 45px;
    font-weight: 400; /* font-size: 16px; */
    font-size: 1rem;
    border-radius: 4px;
  }
  .btn_top i {
    margin: 4px auto 3px;
    width: 14px;
    height: 8.5px;
  }
  .footer_wrap .onW {
    display: none !important;
  }
  .footer_wrap .onM {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .footer_m .footer_top_menu {
    padding: 15px 0;
  }
  .footer_m .footer_top_menu select {
    display: block;
    margin: auto;
    width: 88%;
    height: 45px;
  }
  .footer_m .footer_top_menu ul {
    display: none;
  }
}

@media (max-width: 420px) {
  .footer_wrap.onM {
    padding-bottom: 40px;
  }
  .footer_top .left {
    display: none !important;
  }
  .footer_m .footer_top_menu select,
  .footer_m .copy p br {
    display: none;
  }
  .footer_m .certification a {
    display: inline-block;
    width: auto;
    height: 40px;
  }
}

@media (max-width: 300px) {
  .footer_top {
    padding: 0 15px;
  }
  .footer_bottom {
    padding: 25px 15px;
  }
  .footer_m .sns_list a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}

.footer_wrap {
  position: relative;
  border-top: 1px solid #ececec;
}

.footer_top {
  max-width: 1240px;
  margin: auto;
}

.footer_top ul.left {
  overflow: hidden;
  margin: 15px 0;
}

.footer_top ul.left li {
  float: left;
  position: relative;
  margin-right: 40px;
}

.footer_top ul.left li:after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  top: 3px;
  width: 1px;
  height: 15px;
  background-color: #636a6e;
}

.footer_top ul.left li:last-child {
  margin-right: 0;
}

.footer_top ul.left li a {
  display: block;
  font-weight: 400; /* font-size: 17px; */
  font-size: 1.063rem;
  color: #fff;
}

.footer_top .right .sns_list {
  display: block;
  margin-top: 14px;
  height: 25px;
}

.footer_top .right .sns_list a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.footer_top .right .sns_list a:last-child {
  margin-right: 0;
}

.footer_bottom {
  max-width: 1240px;
  margin: auto;
  padding: 30px 0;
}

.footer_bottom .left {
  width: calc(100% - 272px);
}

.footer_bottom .footer_bottom_menu {
  overflow: hidden;
  margin-bottom: 20px;
}

.footer_bottom .footer_bottom_menu li {
  float: left;
  position: relative;
  margin-right: 25px;
}

.footer_bottom .footer_bottom_menu li a {
  display: block; /* font-size:15px; */
  font-size: 0.9375rem;
}

.footer_bottom .footer_bottom_menu li:first-child a {
  font-weight: 500;
  color: #d6562e !important;
}

.footer_bottom .left .footer_logo {
  float: left;
  margin-right: 30px;
  margin-bottom: 28px;
}

.footer_bottom .left address {
  letter-spacing: -0.25px;
  line-height: 1.4; /* font-size:15px; */
  font-size: 0.9375rem;
  color: #515151;
}

.footer_bottom .left address p {
  font-weight: 500;
  letter-spacing: 0;
}

.footer_bottom .right {
  text-align: right;
}

.footer_bottom .right .selectMove { position : relative; top : 2px; display : inline-block; height : 35px; padding : 0 10px; background-color : #000; color : #fff }

.footer_bottom .right .certification {
  margin-top: 10px;
  min-width: 263px;
}

.footer_bottom .right .certification ul {
  overflow: hidden;
}

.footer_bottom .right .certification li {
  float: left;
  margin-right: 10px;
}

.footer_bottom .right .certification li:last-child {
  margin-right: 0;
}

.footer_bottom .right .certification li a {
  display: block;
}

.footer_bottom .right .footer_bottom_select {
  margin-top: 10px;
}

.footer_wrap .onW {
  display: block !important;
}

.footer_wrap .onM {
  display: none !important;
}

.footer_m {
  background-color: #f0f0f0;
  padding-bottom: 75px;
}

.footer_m .footer_top_menu {
  width: 100%;
  background-color: #555;
}

.footer_m .footer_top_menu select {
  display: none;
}

.footer_m .footer_top_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer_m .footer_top_menu li {
  float: left;
  position: relative;
}

.footer_m .footer_top_menu li a {
  display: block;
  padding: 20px 25px;
  line-height: 1; /* font-size: 16px; */
  font-size: 1rem;
  color: #fff;
}

.footer_m .footer_top_menu li a:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 29px;
  width: 1px;
  height: 23px;
  background-color: #636a6e;
}

.footer_m .footer_top_menu li:last-child a:after {
  display: none;
}

.footer_m .sns_list {
  text-align: center;
  padding: 30px 0 20px;
}

.footer_m .sns_list a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.footer_m .sns_list a:last-child {
  margin-right: 0;
}

.footer_m .footer_bottom_menu,
.footer_m .ref_site {
  text-align: center;
}

.footer_m .footer_bottom_menu select,
.footer_m .ref_site select {
  padding: 0 30px;
  margin-bottom: 10px;
  width: 90%;
  max-width: 654px;
  height: 46px;
  background-color: #fff;
}

.footer_m .footer_bottom_menu select {
  color: #d6562e;
}

.footer_m .ref_site select {
  color: #000;
}

.footer_m .copy {
  padding: 20px 30px 15px;
  text-align: center; /* font-size: 16px; */
  font-size: 1rem;
  color: #707070;
  word-break: keep-all;
}

.footer_m .copy p {
  padding: 20px 0 30px;
  border-bottom: 1px solid #d2d2d2;
  color: #515151;
}

.footer_m .certification {
  text-align: center;
}

.footer_m .certification a {
  display: inline-block;
  width: auto;
  height: 48px;
  margin-right: 15px;
}

.footer_m .certification a:last-child {
  margin-right: 0;
}

.footer_m .certification a > img {
  width: auto;
  height: 100%;
}

.btn_top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 85px;
}

.btn_top a {
  display: block;
  padding: 10px;
  text-align: center;
  width: 78px;
  height: 78px; /* font-size: 18px; */
  font-size: 18px;
  color: #fff;
   background-color: #a2a2a2;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .footer_wrap {
    border-top: none;
  }
  .footer_logo {
    display: none;
  }
  .footer_top {
    padding: 0 30px;
  }
  .footer_bottom {
    padding: 25px 30px;
  }
  .footer_bottom .space_between {
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
	.header_inner .top_area h1 { margin: 5px 0;}
  .footer_wrap :before {
    display: none;
  }
  .footer_m address,
  .footer_m .copy p {
    /* font-size:15px; */
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  .footer_m address {
    margin-bottom: 10px;
  }
  .footer_bottom {
    clear: both;
  }
  .footer_bottom .space_between > div :first-child,
  .footer_bottom .space_between > ul :first-child,
  .footer_bottom .space_between > .left {
    display: block;
    float: none !important;
    width: 100%;
  }
  .footer_bottom .space_between > div :last-child,
  .footer_bottom .space_between > ul :last-child,
  .footer_bottom .space_between > .right {
    display: block;
    float: none !important;
  }
  .footer_top .space_between {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .footer_top .space_between :after {
    display: block;
    content: '';
    clear: both;
  }
  .btn_top {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 20px;
  }
  .btn_top a {
    padding: 4px 0;
    width: 45px;
    height: 45px;
    font-weight: 400; /* font-size: 16px; */
    font-size: 1rem;
    border-radius: 4px;
  }
  .btn_top i {
    margin: 4px auto 3px;
    width: 14px;
    height: 8.5px;
  }
  .footer_wrap .onW {
    display: none !important;
  }
  .footer_wrap .onM {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .footer_m .footer_top_menu {
    padding: 15px 0;
  }
  .footer_m .footer_top_menu select {
    display: block;
    margin: auto;
    width: 88%;
    height: 45px;
  }
  .footer_m .footer_top_menu ul {
    display: none;
  }
}

@media (max-width: 420px) {
  .footer_wrap .onM {
    padding-bottom: 40px;
  }
  .footer_top .left {
    display: none !important;
  }
  .footer_m .footer_top_menu select,
  .footer_m .copy p br {
    display: none;
  }
  .footer_m .certification a {
    display: inline-block;
    width: auto;
    height: 40px;
  }
}

@media (max-width: 300px) {
  .footer_top {
    padding: 0 15px;
  }
  .footer_bottom {
    padding: 25px 15px;
  }
  .footer_m .sns_list a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}

.new_cndt_list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.new_cndt_list + .new_cndt_list {
  margin-top: 20px;
}
.new_cndt_list dt,
.new_cndt_list dd {
  position: relative;
  display: table-cell;
  padding-left: 8px;
}
.new_cndt_list dt {
  width: 205px;
  font-weight: 500;
}
.new_cndt_list dt span {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #ddd;
  position: absolute;
  top: 4px;
  right: 0;
}
.new_cndt_list dt:before {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #666;
}
.new_cndt_list dd li {
  margin-bottom: 10px;
}

.new_cndt_list:nth-child(3) dt:before {
  top: 14px;
}
