@charset "UTF-8";
/*@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');*/
@import url("font.css");
/*** reset ***/
html {
   -webkit-text-size-adjust: none;
}

html, body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, select, hr, h1, h2, h3, h4, h5, h6, img {
   padding: 0;
   margin: 0;
   border: 0;
   color: inherit;
   background: none;
   line-height: inherit;
   font-size: inherit;
   font-family: inherit;
}

html, body {
   min-height: 100%;
   font-size: 16px;
   color: #222;
   font-weight: 400;
   line-height: 1.3;
   font-family: "Pretendard",  "Malgun Gothic", "맑은 고딕", 돋움, "dotum", Verdana, Arial, Helvetica, sans-serif !important;
   letter-spacing: -0.02em;
   word-break: keep-all;
}

h1, h2, h3, h4, h5, h6, strong {
   font-weight: 400;
}

*, :after, :before {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   vertical-align: top;
}

header, footer, nav {
   display: block;
}

table {
   width: 100%;
   border-collapse: collapse;
   border-spacing: 0;
}

th, td {
   vertical-align: middle;
}

input {
   -webkit-appearance: none;
   border-radius: 0;
   color: #373737;
}

select, button {
   cursor: pointer;
}

ul, ol {
   list-style: none;
}

img {
   max-width: 100%;
}

a {
   color: inherit;
   text-decoration: none;
}

em {
   font-style: normal;
}

textarea {
   resize: vertical;
}

textarea ul,
textarea ol {
   list-style: disc;
}

td > * {
   vertical-align: middle;
}
.margin-left-20{margin-left:20px;}
.margin-top-5{margin-top:5px;}
/*** common ***/

.hide {
   display: none;
}

.hidetxt {
   font-size: 0;
   line-height: 0;
   text-indent: -9999px;
}

.blind {
   position: absolute;
   left: -9999px;
   width: 1px;
   height: 1px;
   overflow: hidden;
   opacity: 0.1;
   font-size: 0;
   line-height: 0;
   text-indent: -9999px;
}

.fl {
   float: left;
}

.fr {
   float: right;
}

.ovf {
   overflow: hidden;
}

.w100 {
   width: 100% !important;
}

.w60 {
   width: 60% !important;
}

.w50 {
   width: 50% !important;
}
.h150{height:150px !important;}

.mg0 {
   margin: 0;
}

.pd0 {
   padding: 0;
}

.after:after {
   display: block;
   width: 100%;
   height: 0;
   overflow: hidden;
   clear: both;
   content: "";
}

.tac {
   text-align: center !important;
}

.tal {
   text-align: left !important;
}

.tar {
   text-align: right !important;
}

.fwb {
   font-weight: bold;
   font-weight: bold;
}

.ib {
   display: inline-block;
}

.ellip {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}

.ellip2 {
   overflow: hidden;
   text-overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.ellip3 {
   overflow: hidden;
   text-overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.ellip4 {
   overflow: hidden;
   text-overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
.lts0 {
   letter-spacing: 0;
}

.thumb {
   overflow: hidden;
}

span.thumb {
   display: inline-block;
}

.fitsize {
   max-width: none;
   opacity: 0;
}

@media screen and (min-width: 1430px) {
   div, p, span, ul, ol, strong {
      word-break: keep-all;
   }
}
select {
   -moz-appearance: none; /* Firefox */
   -webkit-appearance: none; /* Safari and Chrome */
   appearance: none;
}

/*
select::-ms-expand {display:none}
select.slt, .slt_area {background:url(../img/slt.png) right 50% no-repeat; background-size:auto 8px; border:1px solid #ccc; padding:0 42px 0 .5em;}
*/
.h300{height:300px;}
textarea.inp {
   display: block;
   width: 100%;
   overflow-y: auto;
   padding: 8px 12px;
   resize: vertical;
   border:1px solid #ddd;
   min-height: 100px;
   font-size:18px;
}

::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
   color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
   color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
   color: rgba(0, 0, 0, 0.4) !important;
}

::-ms-input-placeholder {
   color: rgba(0, 0, 0, 0.4) !important;
}

.mo {
   display: none;
}

.ico_comm,
.ico_bfr:before,
.ico_aft:after {
   display: inline-block;
   background: url(../_img/ico_comm.png) 0 0 no-repeat;
   background-size: 200px auto;
   font-size: 0;
   line-height: 0;
}

input.inp, .slt {
   height: 40px;
   padding: 0 12px;
   border: 1px solid #ddd;
   font-size: 18px;
}

.inp {
   width: 100%;
}
.inp200 {
   width: 100%;
   max-width:200px;
}

.slt {
   padding-right: 40px;
   background: url(../_img/slt01.png) no-repeat right center/24px auto;
}

.chk {
   display: inline-block;
   width: 20px;
   height: 20px;
   margin-right: 5px;
   border-radius: 3px;
   border: 1px solid #aaa;
   background: url(../_img/chk.png) 50% 50% no-repeat #fff;
    -webkit-print-color-adjust:exact;
}
.chk:checked {
    background: url(../_img/chk01.png) 50% 50% no-repeat #4f59d5 !important;
    background-size: 17px auto!important;
    border-color: #4f59d5!important;
}


.chk + .lab {
   display: inline-block;
   overflow: hidden;
   line-height: 20px;
   font-size: 16px;
}

.chk[type=radio] {
   border-radius: 100%;
}

.chk[type=radio]:checked {
   background: url(../_img/radio.png) #fff no-repeat center/10px;
}

input + label {
   cursor: pointer;
}

.wrap_datepicker {
   position: relative;
}
.wrap_datepicker .inp_date {
   width: 100%;
   background: url(../_img/ico_calendar.png) no-repeat calc(100% - 10px) 50%/16px;
}

.poppins {
   font-family: "Poppins", "Pretendard", "Nanum Barun Gothic", "나눔바른고딕", "Malgun Gothic", "맑은 고딕", 돋움, "dotum", Verdana, Arial, Helvetica, sans-serif !important;
   font-weight: 900;
   letter-spacing: 0;
}

/* layout */
body:before {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: none;
   -webkit-transition: 1s;
   transition: 1s;
   content: "";
   display:none;
}

body.dimm:before {
   background: rgba(0, 0, 0, 0.5);
   z-index: 9;
   display:block;
}

body.fix {
   height: 100%;
   overflow: hidden;
}

#wrap {
   position: relative;
   max-width: 100vw;
   overflow: hidden;
   padding-top: 90px;
}

#container {
   min-height: calc(100vh - 134px);
}
/*.contents {
   min-height: 100vh;
}*/

.wfix {
	position:relative;
   width:100%;
   max-width: 1400px;
   margin: 0 auto;
}
.wfix.narrow {
   max-width: 1280px;
   margin: 0 auto;
   padding:60px 0 60px;
}
@media screen and (max-width: 1430px) {
   body {
      word-break: normal;
   }
   .wfix { padding: 0 15px;}
   .wfix.narrow { padding:40px 15px 40px;}
}
@media screen and (max-width: 1200px) {
   #wrap {
      padding-top: 100px;
   }
   
	.wfix.narrow { padding:30px 15px 40px;}
}
@media screen and (max-width: 1024px) {
   #wrap {
      padding-top: 70px;
   }
/*  #container {
      min-height: calc(100vh - 70px);
   }*/
}
@media screen and (max-width: 640px) {

   /*#container {
      min-height: calc(100vh - 186px);
   }*/
   .wfix.narrow { padding:20px 10px 40px;}
}

#header {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   background: transparent;
   font-size: 0;
   z-index: 2;
}
#header.on {background:#fff;}
#header.active {background:#fff;}
#header .wfix {
   position: relative;
}
#header #top {
  /* padding: 25px 0;
   border-bottom: 1px solid #e5e5e5;
   text-align: center;*/
}
#header .gnb{
  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;	
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;	
	justify-content:space-between;
}
#header #plogo {
 display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
    width: 270px;
  
   height:90px;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}
#header #plogo .logo {
   display: block;
   margin-top:10px;
  
}
#header #plogo .logo img{width:100%;}
#header #tlogo {display:none;}
#header #mlogo {display:none;}
#top{border-bottom:1px solid #000;}
#top .navleft li{border-left:1px solid #e5e5e5;}
#top .navleft li:last-child{border-right:1px solid #e5e5e5;}
#top .navleft li a{display:block;height:37px;line-height:37px;padding-left:20px;padding-right:20px;font-size:15px;color:#222;text-align:center;}
#top .navleft i.popdown{display:inline-block;height:37px;width:10px;margin-left:5px;background-image:url(../_img/layout/topbar_arrow_down.png);background-position:center;background-repeat:no-repeat;}
#top .navright{width:100px;text-align:right; font-size:17px;line-height:37px;margin-right:20px;}
#top .navright i.findopen{display:inline-block;height:37px;width:16px;margin-left:5px;background-image:url(../_img/layout/topbar_search.png);background-position:center;background-repeat:no-repeat;margin-right:5px;}
#search {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   height: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   overflow: hidden;
   background: #fff;
}
#search .inr {
   width: 700px;
   max-width: 100%;
   padding: 36px 20px 0;
}
#search .wrap_sch {
   position: relative;
   border: 2px solid #1e257b;
   padding: 5px;
   border-radius: 5px;
}
#search .inp_sch {
   display: block;
   width: 100%;
   height: 54px;
   padding-left: 27px;
   /* border-bottom: 1px solid #111; */
   font-size: 22px;
}
  #search .lsearch {
    position: absolute;
    top: 17px;
    right: 27px;
    width: 30px;
    height: 30px;
    background-image: url(../_img/layout/searcharea_sicon.png);
    background-size: 100%;
    background-position: center;
    font-size: 0;
    cursor: pointer;
}

#search input:focus{ border:none; outline:none; }
#search input::-ms-clear,
#search input::-ms-reveal{
	display:none;width:0;height:0;
}
#search input::-webkit-search-decoration,
#search input::-webkit-search-cancel-button,
#search input::-webkit-search-results-button,
#search input::-webkit-search-results-decoration{
	display:none;
}
#search .lst_sch {
   margin-top: 23px;
   font-size: 0;
}
#search .lst_sch li {
   display: inline-block;
}
#search .lst_sch li + li {
   margin-left: 18px;
}
#search .lst_sch a {
   display: block;
   padding: 5px 18px;
   line-height: 30px;
   font-size: 18px;
   color: #333;
   border-radius: 30px;
   border: 1px solid #1e257b;
}
#search .lst_sch a:hover{
	background-color:#1e257b; border-color:#1e257b; color:#fff;
	
}
#search .wrap_close {
   position: absolute;
   top: 10px;
   left: 0;
   right: 20px;
}
#search .wrap_close .wide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}
#search .close {
   display: block;
   position: relative;
   width: 60px;
   height: 60px;
   text-indent: -99999px;
}
#search .close:before, #search .close:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 2px;
   height: 44px;
   margin: -22px 0 0 -1px;
   background: #333;
   content: "";
}
#search .close:before {
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
}
#search .close:after {
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
}
.ico_mclose{
   display: block;
   position: relative;
   width: 60px;
   height: 60px;
   text-indent: -99999px;	
}	
.ico_mclose:before, .ico_mclose:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1px;
   height: 40px;
   margin: -22px 0 0 -1px;
   background: #333;
   content: "";
}
.ico_mclose:before {
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
}
.ico_mclose:after {
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
}
@media screen and (max-width: 1400px) {
   #search .wrap_close {
      top: 10px;
   }
   #search .close:before, #search .close:after {
      height: 28px;
      margin-top: -14px;
   }
}

#header.search {
   z-index: 99;
}
#header.search #top{display:none;}
#header.search #h1 {
   position: relative;
   z-index: 999;
   max-width:270px;
}

#header.search #search {
   height: 430px;
   z-index: 998;
}
#header #top{display:none;}
@media screen and (max-width: 1024px) {
   #header.search #search {
      height: 100vh;
   }
   #search .ico_searchbig {top:8px;right:15px;}
   #header.search #search .inr {
      /* padding: 0 40px 100px; */
	  padding-left: 36px;
      font-size: 18px;
   }
   #header.search #search .ico_comm {
      top: 14px;
      width: 26px;
      height: 26px;
      background-position: 0px -155px;
   }
   #header.search #search .inp_sch {
      padding-left: 20px;
      font-size: 18px;
   }
   #header.search #search .lst_sch li + li {
      margin-left: 8px;
   }
   #header.search #search .lst_sch a {
      padding: 0 10px;
      font-size: 15px;
   }
   #header.search #search  .lsearch{display:none;}
}
@media (max-width: 768px) {
  #search .wrap_sch{ padding:0; }
  #search .close{ width:40px; height:40px; }
  #header.search #search .ico_comm{ background-position:0 -25px; }
}
#header #nav {
   position: relative;
}
#header #nav .wfix{-webkit-transition: 0.7s;
    transition: 0.7s;background-position:left 30px bottom 20px;background-size:270px;background-repeat:no-repeat;}
#header #nav .wfix .rightimg{display:none;-webkit-transition: 1s;
    transition: 1s;}
#header.active #nav .wfix,
#header.on #nav .wfix
{position:relative;padding:10px 0 0 0;/background-repeat:no-repeat;}
#header.on #nav .wfix .rightimg,
#header.active #nav .wfix .rightimg
{position:absolute;display:block;bottom:20px;right:0;width:160px;	}
#header.active #nav .wfix .rightimg img,
#header.on #nav .wfix .rightimg img
{width:100%;}
#header #nav .wfix{padding:10px 0 0 0;}

#header #menu {
 display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
     justify-content:flex-start;
	 margin-left:320px;
}
#header #menu .d1 {
   width: 175px;
}
#header #menu .d1 .d1_link {
   display: block;
   font-size: 20px;
   font-weight: 600;
   text-align: center;
   line-height: 80px;
   position:relative;
}
#header #menu .d1 .d1_link::after{
	content:'';position:absolute;display:block;width:0px;height:0px;left:50%;right:0;
	-webkit-transition: 0.3s;
    transition: 0.3s;
	background-color:#ff3600;
}
#header #menu .d1 .d1_link:hover::after,
#header #menu .d1 .d1_link.on::after
{
	content:'';position:absolute;display:block;height:2px;width:100%;left:0;right:0;
}
hr.divider {display:none;position:absolute; width:250%; height:1px; top:90px; left:-100%; background-color:#ccc;}
#header.active hr.divider {display:block;}
#header.on hr.divider {display:block;}
.main.on hr.divider {display:block;}
#header #menu .d1 {color:#000;}
#header #menu .d1.on > a{
   background: #081f26;
   color: #fff;
}


#header #menu .sub {
	position:relative;
	font-size: 19px;
	line-height: 38px;
	text-align: left;
	color: #757575;
	height:280px;
	border-left:1px solid #ccc;
}
#header #menu .d1:last-child .sub {border-right:1px solid #ccc;}

#header #menu .sub li:hover {
	
	
}

#header #menu .sub {padding-top:15px;}
#header #menu .sub > li{padding:10px;margin:0 10px;}
#header #menu .sub::before{
	content:'';position:absolute;display:block;width:0px;height:0px;left:50%;right:0;
	background-color:#ff3600;
}

#header #menu .sub:hover::before
{
	content:'';position:absolute;top:0;display:block;height:2px;width:100%;left:0;right:0;
}
#header #menu .sub > li{transition:0.2s;margin:0 10px 3px;	border-radius:5px;padding:5px;}
#header #menu .sub > li:hover{color:#ff3600;background-color:#f5f5f5;}
#header #menu .sub > li:hover a{color:#ff3600;font-weight:600;}
#header #menu .sub > li a{text-align:left;font-weight:400;color:#000;display:block;line-height:1.3;font-size:16px;}

#header #menu .sub {
   display: none;
}
#header .util {
  width:200px;
  height:80px;
  right:0;top:10px;
  position:absolute;
  display:flex;
  justify-content: flex-end;
  align-items:center;
}
#header .util .linkwrap{width: 80px; display:flex; padding: 27px 0;}
#header .util .linkwrap .linkbox{width:100%;height:49px;text-align:center;font-size:18px;font-weight:400;color:#666;line-height:49px;display:block;}
#header .util .linkwrap .linkbox:first-child {position:relative;}

#header .util [class^=btn] {
   width: 50px;
   height: 50px;
}
#header .btn_mypage {
	background-image:url('../_img/main/main_my.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:80%;
}
#header .btn_QR {
	background-image:url('../_img/main/main_qr.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:80%;
}
#header .btn_login {
	background-image:url('../_img/main/main_login.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:80%;
}
#header .btn_logout {
	background-image:url('../_img/main/main_logout.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:80%;
}
#header .btn_find {
	background-image:url('../_img/main/main_search.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:80%;
}
#header .btn_menu {
   position: relative;
}
#header .btn_menu:before, #header .btn_menu:after, #header .btn_menu .inr {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 30px;
   height: 3px;
   margin-left: -14px;
   content: "";
   background: #000;
}
#header .btn_menu:before, #header .btn_menu:after {
   -webkit-transition: 0.2s;
   transition: 0.2s;
}
#header .btn_menu:before {
   margin-top: -10px;
}
#header .btn_menu:after {
   margin-top: 10px;
}
#header .btn_menu .inr {
   margin-top: 0;
}

@media screen and (max-width: 1500px) {

	#header #h1 .logo{width:250px;}
	#header #plogo{left:10px}
	#header #menu{	 margin-left:calc( 50% - 360px );}
	#header #menu .d1 {width: 160px;}
	#header #menu .d1 .d1_link {font-size: 20px; line-height: 80px;}
	#header #menu .sub { font-size: 18px;height:240px;padding-top:13px;}
	
	#header #nav:after{top:100px;}
	#header #nav .wfix{padding: 10px 0 0 0;margin:0 auto;}
	#header.active #nav .wfix, #header.on #nav .wfix{background-size:260px;background-position:left 50px bottom 20px ;padding: 10px 0 0 0;}
	#header.on #nav .wfix .rightimg, #header.active #nav .wfix .rightimg{right:0;position:absolute;}
	#header #menu .d1 .d1_link:hover::after,
	#header #menu .d1 .d1_link.on::after{width:160px;left:0}
	#header #menu .sub > li a {font-size:16px;}
	#header #menu .sub:hover::before{width:160px;left:0}
	#header .util {right:10px;top:10px;}
	#header .util .linkwrap {padding:15px 0;}
	#header .util .linkwrap .linkbox{width:100%;height:38px;text-align:center;font-size:16px;font-weight:400;color:#000;line-height:38px;display:block;}
	#header .util .linkwrap .linkbox:first-child:after {top:8px;}
	#header .util [class^=btn] { width: 60px;height: 53px;	}
}
@media screen and (min-width: 1200px) {
   #header.on {
      -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
   }
   #header.on:after {
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      content: "";
   }
   #header.active {
      z-index: 10;
   }
   #header.active .util .btn_menu .inr {
      opacity: 0;
   }
   #header.active .util .btn_menu:before, #header.active .util .btn_menu:after {
      margin: -1px 0 0 -10px;
   }
   #header.active .util .btn_menu:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
	background-color:#ff3600;
   }
   #header.active .util .btn_menu:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
	background-color:#ff3600;
   }

   
}
@media screen and (max-width: 1200px) {	
#header #top{display:block; border:0;}

#top .logo{display:block;width:100%;height:100%;}
#top .navright a{font-size:0;}
   #header #top {
      height: 60px;
      padding: 10px 35px 10px 0px;
      text-align: left;
   }

	#header #plogo {display:none;}
	#header #plogo .logo{width:220px;}	
	#header #tlogo{position:absolute;left:15px;top:5px;display:block;width:200px;height:35px;} 
	#header #tlogo .logo{display:block;width:100%;}
	#header #tlogo img{width:100%;}
	#header #mlogo{display:none;}

   #header .wrap_search {
      float: right;
      padding-right: 170px;
   }
   #header .wrap_search .tgl_sch {
      display: block;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
   }
   #header .wrap_search .tgl_sch .ico_comm {
      width: 24px;
      height: 28px;
      margin-top: 16px;
      background-position: -65px -55px;
   }
   #header .wrap_search .wrap_inp {
      display: none;
   }
  
   #header #menu {
      width: calc( 100% - 91px );
      /*border-bottom: 1px solid #000;*/
   }
   	#header #menu{margin-left:0px; width:100%;}
   #header #menu .d1 {
      width: 25%;
   }
   #header #nav .wfix{padding:0;}
   #header #menu .d1 .d1_link{line-height:40px;font-size:15px;}
  	#header #menu .d1 .d1_link:hover::after,
	#header #menu .d1 .d1_link.on::after{width:50%;margin-left:25% ;margin-top:-2px;left:0;height:2px;}
	#header #menu .sub:hover::before{width:25%;height:1px;} 
   #header .util {/*border-top:1px solid #000;*/top: -50px;/*width:70px;*/height:50px;}
   #header .util .linkwrap{/*width:160px;*/display:none;}
   #header .util .linkwrap .linkbox{width:50%;height:50px;line-height:50px;text-align:center;display:block;}
   #header .util .linkwrap .linkbox + .linkbox{/*border-left:1px solid #000;*/border-top:none;}
    #header .util [class^=btn]{height:50px;width:50px;}   
   #top .navright{display:none}
 
   .logo_mo{display:block;width:195px;height:50px;background-image:url(../_img/layout/logo.png);background-size:100%;background-repeat:no-repeat;}
   .logo_mo img{width:100%;}
   #header #nav:after {
display:none;
}
}
@media screen and (max-width: 1024px) {
   #header #top {
      height: 50px;padding:0;
   }
   #header #h1 {top: -57px;padding-top:7px;height:57px;}
   #header #h1 .logo{width:180px;}
  #top .logo{background-position:left center;}
   #header #nav:after {
      display: none;
   }
   #header #menu .d1 {
      border-right: none;
   }
   #header #menu .d1, #header #menu .d1.dir {
      width: auto !important;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
   }
   #header #menu .d1 .d1_link {
      font-size: 15px;
      line-height: 40px;
      font-weight: normal;
   }
   #header #menu .d1 .d1_link em {
      display: none;
   }
	#header .util {/*border-top:1px solid #000;*/top: -50px;height:50px;/*width:100px;*/}
	#header .util .linkwrap{display:none;}
	#header .util [class^=btn]{height:50px;width:50px;background-size:70%;}  
	#header .btn_menu:before, #header .btn_menu:after, #header .btn_menu .inr { width: 20px;height: 2px; margin-left: -9px;}	
	#header .btn_menu:before {margin-top: -8px;}
	#header .btn_menu:after {margin-top: 8px;}
	#wrap.sub{padding-top:90px;}
}
@media screen and (max-width: 540px) {
	/*.sub .menuwrap{display:none;}*/
	#wrap.sub{padding-top:90px;}
	#header #tlogo{position:absolute;left:15px;top:10px;display:block;width:160px;height:40px;} 
	#top .logo {
    display: block;
    width: 100%;
    height: 100%;
	margin-left:0x;}
	#header #menu {width:100%;margin-left:0;}
	#header .util [class^=btn] {width: 33px; background-size: 80%;}
}


#mnb {
   position: fixed;
   top: 0;
   left: -380px;
   bottom: 0;
   width: 90%;
   max-width: 380px;
   min-width: 250px;
   height: 100vh;
   background: #e9e9e9;
   z-index: 99;
   overflow-y: auto;
   -webkit-transition: 0.2s;
   transition: 0.2s;
   
}
#mnb.active {
   left: 0;
}
#mnb .hd_gnb {
   position: relative;
   padding: 15px 15px 0px;
   background-color:#fff;
}
#mnb .hd_gnb .close {
   position: absolute;
   top: 5px;
   right: 7px;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
}
#mnb .mmenu_top {border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
#mnb .mmenu_btn{display:block;height:50px;line-height:50px;background-color:#ff3600;color:#fff;text-align:center;font-size:16px;font-weight:300;}
#mnb .mmenu_btn + .mmenu_btn{background-color:#f5f5f5; color:#999; border-left:1px solid rgba(255,255,255,0.5);}
#mnb .hd_gnb .close .ico_comm {
   width: 18px;
   height: 18px;

   background-position: -145px -20px;
}
#mnb .hd_gnb .menu_member {
   padding: 5px 0;
   border-bottom: 1px solid #ddd;
   font-size: 0;
}
#mnb .hd_gnb .menu_member li {
   display: inline-block;
}
#mnb .hd_gnb .menu_member li + li {
   margin-left: 24px;
}
#mnb .hd_gnb .menu_member a {
   display: block;
   line-height: 40px;
   font-size: 16px;
}
#mnb .hd_gnb .menu_member a:before {
   margin: 12px 3px 0 0;
}
#mnb #menu_mo {
   padding-bottom: 40px;
}
#mnb #menu_mo  .d1{border-top:1px solid #e9e9e9;}
#mnb #menu_mo .d1.on .d1_tit {background-color:#fff;border-bottom:1px solid #e9e9e9;}
#mnb #menu_mo .d1_tit {
   display: block;
   position: relative;
   padding-right: 40px;
   line-height: 50px;
   padding: 0 20px;
   font-size: 16px;
   font-weight: 400;
   width:100%;
   background-color:#fff;
}
/*#mnb #menu_mo .d1_tit:before, #mnb #menu_mo .d1_tit:after {
   position: absolute;
   top: 50%;
   background: #111;
   content: "";
}
#mnb #menu_mo .d1_tit:before {
   right: 20px;
   width: 16px;
   height: 2px;
   margin-top: -1px;
}
#mnb #menu_mo .d1_tit:after {
   right: 27px;
   width: 2px;
   height: 16px;
   margin-top: -8px;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}*/
#mnb #menu_mo .d1_tit:after {
   content: "";
   position: absolute;
   top: 50%;
   right: 27px;
   width: 34px; height: 17px;
   margin-top: -8px;
   -webkit-transition: 0.2s;
   transition: 0.2s;
   background-image:url(../_img/main/mo_menu_more.png);
   background-size:50%;
   background-repeat:no-repeat;
   background-position:center;
   transition:0.3s;
}
#mnb #menu_mo .d1_tit .ico_bfr {
   display: block;
}
#mnb #menu_mo .d1_tit .ico_bfr:before {
   width: 13px;
   height: 13px;
   margin: 18px 4px 0 0;
   background-position: -145px 0px;
   content: "";
}
#mnb #menu_mo .d1.on {
   border-bottom: none;
}
#mnb #menu_mo .d1.on:first-child {
   border-top: none;
}
/*#mnb #menu_mo .d1.on .d1_tit {
   color: #000;
   font-weight:600;
}
#mnb #menu_mo .d1.on .d1_tit:after {
   -webkit-transform: rotate(90deg);
           transform: rotate(90deg);
   background: #1947BA;
}*/
#mnb #menu_mo .d1.on .d1_tit:after {
	-webkit-transform: rotate(180deg);
           transform: rotate(180deg);
}
#mnb #menu_mo .d1.on .d1_tit .ico_bfr:before {
   background-position: -160px 0;
}
#mnb #menu_mo .wrap_dir, #mnb #menu_mo .sub {
   display: none;
}
#mnb #menu_mo .wrap_dir {
   padding: 0 20px 15px;
}
#mnb #menu_mo .wrap_dir .item{position:relative;}
#mnb #menu_mo .wrap_dir .item + .item {
   margin-top: 12px;
}
#mnb #menu_mo .wrap_dir .tit {
   margin-left: 10px;
   font-size: 16px;
   font-weight: normal;
}
#mnb #menu_mo .wrap_dir span {
   font-size: 13px;
}
#mnb #menu_mo .sub {
	background-color:#fff;
   padding-bottom: 15px;
}
#mnb #menu_mo .sub a {
   display: block;
   padding: 0 20px;
   line-height: 40px;
   font-size: 15px;
   font-weight:200;
   color:#333;
}
#mnb #menu_mo .sub a:hover {background-color:#f5f5f5; color:#1e257b; font-weight:600;}
.hd_title{background-color:#f5f5f5;padding-top:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.hd_title .wfix {
   position: relative;
}
.hd_title .inr {
   padding: 40px 0 0;
}
.hd_title .ico_tit {
   display: block;
   margin-bottom: 16px;
   text-align: center;

}
.hd_title .title {
   display: block;
   padding-left:20px;
   margin-bottom:35px;
   font-size: 36px;
   font-weight: 600;
   color: #000;
}
.hd_title .desc {
   margin-top: 12px;
   font-size: 20px;
   /*opacity: 0.7;*/
   color: #fff;
}
#submenu{ position: absolute;
   top: 57px;
   right: 0;}
  
#submenu .menulist{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;			
}
/*#submenu .menulist li:before {
	content:'';
	width:1px;
	height:5px;
	margin:0 5px;
	background-color:#999;
	
}*/
#submenu .menulist li{font-size:19px;letter-spacing: -0.4px;background-repeat:no-repeat;background-position:left center;}

#submenu .menulist li{padding:0 20px;position:relative;}
#submenu .menulist li + li:before{position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 17px;
    content: "";
    background: rgba(0,0,0,0.2);}
#submenu .menulist li:first-child{background:none;}
#submenu .menulist li:last-child{padding:0 20px 0 20px;}
#submenu .menulist li a{display:block;color:#666666;padding:0 0 0;font-weight:300;font-size:18px;}
#submenu .menulist li.on a,
#submenu .menulist li:hover a{display:block;font-weight:700;/*border-bottom:1px solid #1947BA;*/color:#ff3600;}
.md_title{padding:40px 0 20px;text-align:center;position:relative;}
.md_title h3{font-size:45px;font-weight:300;letter-spacing:-1px;}
.md_title.tal{text-align:left;}
.md_title.bborder{border-bottom:1px solid #000;padding-bottom:20px;}

@media screen and (max-width: 1530px) {
	.hd_title .title{font-size:40px;}
	#submenu .menulist li a{font-size:18px;}
}
@media screen and (max-width: 1280px) {
	#wrap {
    padding-top: 100px;
	}
	.hd_title .inr{padding:28px 0 0;}
	.hd_title .title{padding-left:0; font-size: 34px;margin-bottom:25px;}
	#submenu{top:40px;}
	#submenu .menulist li{padding:0 20px;}
	#submenu .menulist li a{font-size:16px;padding: 0 0 10px;}
	#location li {font-size:16px;}
	#top .navright{margin-right:0;}
	.md_title{padding:70px 0 50px;}
	.md_title h3{font-size:32px;letter-spacing:-0.8px;}
	.md_title h3:before{width:23px;height:5px;margin:-14px auto 0;}
}
@media screen and (max-width: 1024px) {
	#wrap {
    padding-top: 90px;
	}
	#submenu{overflow:auto;
	transition-property: -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
	    top: 26px;
	}
	#submenu .menulist{flex-wrap:nowrap;width:100%;}
	#submenu .menulist li{padding: 0 0;}
	#submenu .menulist li + li:before{position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
}
	#submenu .menulist li:last-child {  padding: 0 ;}
	#submenu .menulist li a{font-size:15px; white-space: nowrap;padding:5px 10px;}
	#submenu .menulist li:on a{font-size:14px;}
	#submenu .menulist li + li:before{height:14px;margin-top:8px;}			
	#container.cont .hd_title{padding-top:60px;height:180px;}
	.hd_title .inr{padding:20px 0 0;}	
	.hd_title .title{font-size:30px;margin-bottom:20px;}
	.md_title{padding:50px 0 40px;}
	.md_title h3{font-size:28px;letter-spacing:-0.8px;}
	.md_title h3:before{width:20px;height:5px;margin:-14px auto 0;}

}
@media screen and (max-width: 870px) {
	.hd_title .title{margin-bottom:0;}
	#submenu{position:relative;top:0;}
	#submenu .menulist li{padding:0 10px;}
	#submenu .menulist li:first-child{padding: 0 10px 0 0;}
	#submenu .menulist li:last-child{padding:0 10px;}
	#submenu .menulist li a{font-size:14px; white-space: nowrap;padding: 10px 0;}
	#submenu .menulist li:on a{font-size:13px;}	
}
@media screen and (max-width: 640px) {
	/*#submenu{top:10px;}*/
	#container.cont .hd_title{padding-top:50px;	}
	/*.hd_title .title:after{margin-top:20px;margin-left:15px;width:40px;}*/
	.hd_title .title{font-size:20px;margin-bottom:0;padding-left:0;}
	.hd_title .inr{padding:10px 0 0;}
	.md_title{padding:20px 0 20px;}
	.md_title h3{font-size:24px;letter-spacing:-0.5px;}
	.md_title h3:before{width:18px;height:5px;margin:-10px auto 0;}

}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 360px) {
	#container.cont .hd_title {
		padding-top: 50px;
	}	
	.md_title{padding:30px 0 20px;}
	.md_title h3{font-size:22px;letter-spacing:-0.5px;}
	.md_title h3:before{width:16px;height:4px;margin:-8px auto 0;}	
	#wrap { padding-top: 90px;}	
   #wrap.sub{padding-top:90px;}
   #header #top { padding:0; height:37px;}	
   #header .util{height: 37px;top:-37px;right:10px;}
   #header .util [class^=btn]{height:28px;}
   #header .util.btn_menu{width:40px;}
   .btn_menu:after, #header .btn_menu .inr{width:23px;}
   #header .btn_menu:before { margin-top: -8px;width: 23px;}
   #header .btn_menu:after { margin-top: 8px;width: 23px;}
   #header #tlogo{display:none;} 
   #header #mlogo{display:block;width:25px;height:30px;} 
   #header #mlogo .logo{margin-top:10px;}
   #top .logo{background-position:center;}
 
   #header #menu{justify-content:flex-start;width:440px;}
    #header #menu .d1{width:100px;}
   #header #menu .d1 .d1_link{padding-left:15px;padding-right:15px;white-space: nowrap;}
   .menuwrap{overflow-x:scroll;
   transition-property: -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
   }
   #header #menu .d1 .d1_link:hover::after,
   #header #menu .d1 .d1_link.on::after{width:100%;margin-left:0;height:2px;}

}
#footer {
   background: #f5f5f5;
   color: rgba(255, 255, 255, 1);
}

#footer .wfix {
   padding: 40px 20px 50px; 
   display:flex;
   justify-content:space-between;
}
#footer .ft_left {
   display: inline-block;
   color: #333;
   width:calc( 100% - 280px );
}
#footer .lst_link {
   font-size: 0;
   margin-bottom:10px;
}
#footer .lst_link li {
   display: inline-block;
}
#footer .lst_link li + li {
   position: relative;
   margin-left: 30px;
   padding-left: 30px;
}
#footer .lst_link li + li:before {
   position: absolute;
   top: 50%;
   left: 0;
   width: 1px;
   height: 15px;
   margin-top: -8px;
   background-color:rgba( 255,255,255,0.3);
   content: "";
}
#footer .lst_link a {
   display: block;
   line-height: 24px;
   font-size: 16px;
   color: #333;
}
#footer .ft_info {
   margin-top: 10px;
   font-size: 0;
}
#footer .ft_info dl, #footer .ft_info dt, #footer .ft_info dd {
   display: inline-block;
}
#footer .ft_info dl {
   margin: 2px 12px 2px 0;
}
/*
#footer .ft_info dl:first-child {
   display: block;
}*/

#footer .ft_info dt, #footer .ft_info dd {
   font-size: 16px;
}
#footer .ft_info {display:flex;flex-wrap:nowrap;}
#footer .footlogo{width:311px;height:60px;display:block;
background-image:url('../_img/main/logo_footer.png');background-repeat:no-repeat;background-size:100%;
margin-right:40px;
}
#footer .footaddr{width:calc( 100% - 140px );display:flex;flex-wrap:wrap; margin-left: 50px;}
#footer .ft_info dl{}
#footer .ft_info dt {width:30px;margin-right:10px;font-weight:300;color:#666;font-size:16px;}
#footer .ft_info .bold{font-weight:600;}
#footer .ft_info dd{width:calc( 100% - 70px );position:relative;margin-right:20px;padding-right:20px;font-weight:100;color:#666;font-size:16px;}
#footer .footaddr .addr1{width:100%;margin-bottom:15px;}
#footer .footaddr .addr1 .bold{margin-right:30px;}
#footer .footaddr .addr2{width:100%;margin-bottom:5px;}
#footer .footaddr .addr2 dd:after{position: absolute;top: 50%;right: 0; width: 1px;height: 15px;margin-top: -8px;margin-left:10px;background-color: rgba(255,255,255,0.2);content:'';}
#footer .footaddr .addr2 dd:last-child::after{display:none;}
#footer .footaddr .addr3{width:100%;}
#footer .footaddr .addr3 dt,
#footer .footaddr .addr3 dd
{width:100%;color:#999;font-size:16px; font-weight: 200; }

#footer .copyright {
   margin-top: 10px;
   font-size: 16px;
   font-weight:300;
}
#footer .ft_right {
   font-size: 0;
   position:relative;
 /*  width:380px;*/
   text-align:right;
}
#footer .ft_right .flex-wrap{
   max-width:280px;
   width:100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap:wrap;   
   justify-content: space-between;   	
}
/*
#footer .ft_right .flex-wrap a{width:46px;height:46px;background-repeat:no-repeat;background-position:center;}
#footer .ft_right .flex-wrap a.icon_insta{background-image:url('../_img/layout/icon_insta.png');margin-right:10px;}
#footer .ft_right .flex-wrap a.icon_youtube{background-image:url('../_img/layout/icon_youtube.png');margin-right:30px;}
*/
#footer .ft_right .wrap_slt {
   display: block;
   position: relative;
   margin-bottom: 20px;
   text-align: right;   
}
#footer .ft_right .wrap_slt .slt{border-top:none;border-left:none;border-right:none;border-bottom:1px solid #fff;
   background-image:url('../_img/main/arrow_up_white.png');
   background-repeat:no-repeat;
   background-position:center right 10px;
}

#footer .ft_right .wrap_slt select {
   width: 280px;
   height: 45px;
   padding: 0 0 0 10px;
   background: #000;
   font-size: 18px;
   font-weight:300;
   color: #fff;


}
#footer .ft_right .lst_tel {
   display: inline-block;
   color: #fff;
}
#footer .ft_right .lst_tel li {
   display: inline-block;
   text-align: center;
}
#footer .ft_right .lst_tel li + li {
   position: relative;
   margin-left: 12px;
   padding-left: 13px;
}
#footer .ft_right .lst_tel li + li:before {
   position: absolute;
   top: 50%;
   left: 0;
   width: 1px;
   height: 40px;
   margin-top: -20px;
   background: #fff;
   opacity: 0.2;
   content: "";
}
#footer .ft_right .lst_tel .tit {
   display: block;
   font-size: 14px;
}
#footer .ft_right .lst_tel .num {
   display: block;
   font-size: 18px;
}
#footer .ft_right .toTop {
   display: block;
   width: 56px;
   height: 56px;
   border-radius:100%;
   margin-left: 155px;
   text-align: center;background-color:#555;
   background-image:url('../_img/layout/quick_top.png');
  background-repeat:no-repeat;background-position:center;
  -webkit-transition: 0.5s;   transition: 0.5s;
  right: 0;
    position: absolute;
}
#footer .ft_right .toTop:hover{background-color:#777;}
@media screen and (max-width: 1280px) {
	#footer .ft_left{max-width:800px;width:calc( 100% - 250px );}
	#footer .lst_link a, #footer .ft_info dt, #footer .ft_info dd{font-size:16px;}
	#footer .footaddr .addr1 .bold{width:100%;margin-bottom:10px;}
	/*#footer .footaddr .addr2 dt{width:30%;margin-right:0;}
	#footer .footaddr .addr2 dd{width:70%;margin-right:0;}*/
	#footer .footaddr .addr2 dd:after{display:none;}
	#footer .footaddr .addr3 dt,
	#footer .footaddr .addr3 dd	{font-size:15px;}
	#footer .ft_right .wrap_slt select{font-size:16px;width:250px;}
	#footer .ft_right{width:250px;}
	
}
@media screen and (max-width: 1024px) {
	
   /*#footer .wfix {
      position: relative;
      padding: 70px 0 0;
   }*/
   #footer .lst_link{margin-bottom:15px;}
   #footer .footlogo {
    width: 180px;
    height: 48px;
    display: none;
   margin:0 auto;
}
   #footer .ft_left, #footer .ft_right {
      display: block;
      float: none;
	  width:100%;
	  max-width:100%;
      margin: 0;
   }
   #footer .ft_left {
      padding: 20px 0 30px;
    /*  border-top: 1px solid #696969;*/
      text-align: center;
   }
   #footer .lst_link {
      padding: 0 5px;
      text-align: left;
   }
   #footer .lst_link li, #footer .lst_link li + li {
      margin: 0 7px;
   }
   #footer .lst_link li + li {
      padding-left: 15px;
   }
   #footer .lst_link li + li:before {
      left: 0;
   }
   #footer .lst_link a {
      font-size: 15px;
      line-height: 22px;
   }
   #footer .ft_info {
	   display:flex;
	   flex-wrap:wrap;
      margin-top: 15px;
      line-height: 22px;
      padding: 0 10px;
	  text-align:left;
   }
   #footer .ft_info dt, #footer .ft_info dd {
      display: inline;font-size:14px;line-height:1.4;text-align:left;
   }
   #footer .copyright {
      margin-top: 0px;
	  margin-left:10px;
      font-size: 13px;
      letter-spacing: -0.05em;
	  text-align:left;
   }
   #footer .ft_right {
	  width:100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 20px 10px;
   }
   #footer .ft_right .flex-wrap{
   max-width:270px;
   width:100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap:wrap;   
   justify-content: flex-start;  
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;   
}
#footer .ft_right .flex-wrap a {
    width: 36px;
    height: 36px;
	border-radius:100%;
	background-size:100%;
}
#footer .ft_right .flex-wrap a.icon_insta{margin-right:5px;}
#footer .ft_right .flex-wrap a.icon_youtube{margin-right:5px;}
   #footer .ft_right .wrap_slt {
      display: inline-block;
      margin: 0 30px 0 0 ;
   }
   #footer .ft_right .wrap_slt select {
      width: 250px;
      height: 36px;
      padding: 0 30px 0 10px;
      font-size: 14px;
   }
   #footer .ft_right .wrap_slt:after {
      right: 10px;
   }
   #footer .ft_right .lst_tel {
      display: block;
      margin-top: 24px;
      text-align: center;
   }
   #footer .ft_right .lst_tel li + li {
      margin-left: 40px;
      padding-left: 0;
   }
   #footer .ft_right .lst_tel li + li:before {
      display: none;
   }
   #footer .ft_right .lst_tel .tit {
      font-size: 13px;
   }
   #footer .ft_right .lst_tel .num {
      margin-top: 4px;
      font-size: 14px;
   }
   #footer .ft_right .toTop {
      position: absolute;
      top: 20px;
      right: 0px;
      width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
   #footer .ft_right .sns_ins {
      width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
   #footer .ft_right .sns_nbl {
      width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
   #footer .ft_right .ico_sns {background-size: 90%;}
   #footer .footaddr{width:100%;}
   #footer .footaddr .addr1{width:100%;}
   #footer .footaddr .addr2{width:100%;}
   #footer .footaddr .addr3{width:100%;}
   #footer .footaddr .addr4{width:100%;}

}
@media screen and (max-width: 720px) {
	#footer .ft_right{padding:20px 0 10px;}
	#footer .footaddr .addr1 .bold{width:100%;display:block;margin-right:0;}
	#footer .lst_link li{margin-left:0;margin-right:10px;text-align:left;padding:0;}
	#footer .lst_link li + li{margin-left:0;padding-left:10px;}
	#footer .ft_info{padding:0;}
	#footer .ft_info dl{margin:0;}
	#footer .ft_left{max-width:100%;width:100%;}
	#footer .lst_link a, #footer .ft_info dt, #footer .ft_info dd{font-size:14px;}
	#footer .ft_info dt, #footer .ft_info dd{display:inline-block;padding-right:0;}
	#footer .footaddr .addr1 .bold{width:100%;margin-bottom:10px;}
	#footer .footaddr .addr1 dt{width:120px;margin-right:0;line-height:1.3;}
	#footer .footaddr .addr1 dd{width:calc( 100% - 120px );margin-right:0;line-height:1.3;}	
	/*#footer .footaddr .addr2 dt{width:120px;margin-right:0;line-height:1.3;}
	#footer .footaddr .addr2 dd{width:calc( 100% - 120px );margin-right:0;line-height:1.3;}*/
	#footer .footaddr .addr2 dd:after{display:none;}
	#footer .footaddr .addr3 dt,
	#footer .footaddr .addr3 dd	{font-size:13px;margin-right:0;line-height:1.3;}
	#footer .ft_right .wrap_slt select{font-size:14px;width:210px;}
	#footer .footaddr {margin-left:20px;}
	#footer .wfix {padding:20px;}

}
@media screen and (max-width: 480px) {
	#footer .footaddr {margin-left: 10px;}
	#footer .footaddr .addr2 dt{width:100%}
	#footer .footaddr .addr2 dd{width:100%}
	#footer .lst_link a {font-size:13px;}
	#footer .wfix {padding:10px;}
}
@media screen and (max-width: 360px) {
	#footer .ft_right .flex-wrap {max-width: 100%;	}
	#footer .ft_right .wrap_slt{width:calc( 100% - 40px );}
	#footer .ft_right .wrap_slt select{width:100%;}
	#footer .ft_right .sns_ins {right: 100px;}
	#footer .ft_right .sns_nbl {right: 55px;}
}

[class^=box_comm] {
   width:100%;
   position: relative;
   background: #fff;
   border-radius: 20px;
   overflow: hidden;
}
[class^=box_comm] .link {
   display: block;
  /* padding-bottom: 60px;*/
}
[class^=box_comm] .link:after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: 20px;
   content: "";
}
[class^=box_comm] .thumb {
 /*  background: #f8f8f8;*/
   text-align: center;
}
[class^=box_comm] .cont {
   position: relative;
   padding: 28px 20px 0;
}
[class^=box_comm] .lst_lab {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   padding: 0 8px;
   font-size: 0;
   text-align: right;
}
[class^=box_comm] .lst_lab li {
   display: inline-block;
   margin-right: 3px;
   padding: 0 0.5em;
   line-height: 20px;
   border-radius: 0 0 5px 5px;
   background: rgba(0, 0, 0, 0.65);
   font-size: 11px;
   color: #fff;
   text-align: center;
}
[class^=box_comm] .sup {
   display: block;
   font-size: 15px;
   color: #023794;
   font-weight: bold;
}
[class^=box_comm] .tit {
   display: block;
   margin-top: 0;
   font-size: 20px;
   
   font-weight: bold;
}
[class^=box_comm] .desc {
   margin-top: 12px;
   font-size: 16px;
   word-break: normal;
}
/*
[class^=box_comm] .ft_cont {
   position: absolute;
   bottom: 30px;
   left: 0;
   right: 0;
   padding: 0 20px;
}*/
[class^=box_comm] .ft_cont {
   position: relative;
   /*bottom: 30px;
   left: 0;
   right: 0;*/
   padding: 10px 20px 20px;
}
.box_comm_rate .ft_cont {
   position: relative;
  /* bottom: 0;
   left: 0;
   right: 0;*/
   padding: 10px 20px 20px;
}


[class^=box_comm] .company, [class^=box_comm] .area {
   display: block;
   font-size: 14px;
   color: #757575;
   line-height: 18px;
}
[class^=box_comm] .like {
   position: absolute;
   top: 10px;
   right: 24px;
}
[class^=box_comm] .like .ico_comm {
   display: block;
   width: 20px;
   height: 18px;
   background-position: -60px -85px;
}
[class^=box_comm] .like.on .ico_comm {
   background-position: -85px -85px;
}
@media screen and (max-width: 1200px) {
   [class^=box_comm] .sup, [class^=box_comm] .desc {
      font-size: 14px;
   }
   [class^=box_comm] .tit {
      font-size: 18px;
   }
}
@media screen and (max-width: 1024px) {
   [class^=box_comm] {
      border-radius: 12px;
   }
   [class^=box_comm] .link {
    /*  padding-bottom: 50px;*/
   }
   [class^=box_comm] .link:after {
      border-radius: 12px;
   }
   [class^=box_comm] .cont {
    /*  position: static;
      padding: 12px 12px 0;*/
   }
   [class^=box_comm] .sup {
      font-weight: normal;
   }
   [class^=box_comm] .tit {
      margin-top: 4px;
      font-size: 15px;
   }
   [class^=box_comm] .sup,
[class^=box_comm] .desc {
      font-size: 13px;
	  word-break:keep-all;
   }
   [class^=box_comm] .desc {
      margin-top: 8px;
   }
   [class^=box_comm] .ft_cont {
    /*  bottom: 20px;*/

	padding: 10px 12px 20px;
   }
   [class^=box_comm] .company, [class^=box_comm] .area {
      font-size: 12px;
   }
   [class^=box_comm] .like {
      right: 12px;
   }
   [class^=box_comm] .lst_lab {
      padding: 0 5px;
   }
   [class^=box_comm] .lst_lab li {
      font-size: 10px;
      background: rgba(0, 0, 0, 0.65);
   }
}

.box_comm_rate .link {
  /* padding-bottom: 80px;*/
}
.box_comm_rate .rate {
   position: relative;
   margin-top: 10px;
   margin-bottom:15px;
}
.box_comm_rate .rate:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 6px;
   background: #e5e5e5;
   border-radius: 6px;
   content: "";
}
.box_comm_rate .rate .bar {
   display: block;
   position: relative;
   width: 0;
   height: 6px;
   border-radius: 6px;
   background: #00ca5a;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.box_comm_rate .rate .cont_rate {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   margin-top: 6px;
   font-size: 13px;
}
.box_comm_rate .rate .tit_rate {
   color: #757575;
}
.box_comm_rate .rate .val_rate {
   color: #00ca5a;
   font-weight: bold;
   letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  /* .box_comm_rate .link {
      padding-bottom: 92px;
   }*/
   .box_comm_rate .rate {
      margin-top: 12px;
   }
   .box_comm_rate .rate:before, .box_comm_rate .rate .bar {
      height: 4px;
      border-radius: 4px;
   }
}

/* Slider */
.slick-slider {
   display: block;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
}

.slick-list {
   position: relative;
   display: block;
   margin: 0;
   padding: 0;
}

.slick-list:focus {
   outline: none;
}

.slick-list.dragging {
   cursor: pointer;
   cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.slick-track {
   position: relative;
   top: 0;
   left: 0;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.slick-track:before, .slick-track:after {
   display: table;
   content: "";
}

.slick-track:after {
   clear: both;
}

.slick-loading .slick-track {
   visibility: hidden;
}

.slick-slide {
   display: none;
   float: left;
   height: auto;
   min-height: 1px;
}

[dir=rtl] .slick-slide {
   float: right;
}

.slick-slide .item {
   vertical-align: top;
}

.slick-slide.slick-loading img {
   display: none;
}

.slick-slide.dragging img {
   pointer-events: none;
}

.slick-initialized .slick-slide {
   display: block;
}

.slick-loading .slick-slide {
   visibility: hidden;
}

.slick-vertical .slick-slide {
   display: block;
   float: none;
   height: auto;
   border: 1px solid transparent;
}

/* datepicker */
.ui-datepicker {
   display: none;
   width: 250px;
   background: #fff;
   border: 1px solid #aaa;
   padding: 5px 15px;
   font-size: 14px;
   letter-spacing: 0;
   border-radius: 5px;
   padding-bottom: 15px;
}

.ui-datepicker-header {
   border-bottom: 1px solid #ccc;
   border-radius: 3px;
   text-align: center;
}

.ui-datepicker-header > a {
   display: block;
   padding: 16px 12px;
   cursor: pointer;
}

.ui-datepicker-header .ui-icon {
   width: 8px;
   height: 14px;
   font-size: 0;
   line-height: 0;
   text-indent: -9999px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.ui-datepicker-prev {
   float: left;
}

.ui-datepicker-next {
   float: right;
}

.ui-datepicker-prev .ui-icon {
   float: left;
   background-image: url(../_img/prev.png);
}

.ui-datepicker-next .ui-icon {
   float: left;
   background-image: url(../_img/next.png);
}

.ui-datepicker-title {
   padding: 12px 0;
   line-height: 22px;
}

.ui-datepicker-year {
   height: 22px;
   margin-right: 4px;
   background: url(../_img/slt01.png) no-repeat right center/14px auto;
   border: 1px solid #ddd;
   padding: 0 18px 0 5px;
   border-radius: 2px;
}

.ui-datepicker-calendar {
   margin-top: 10px;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
   font-size: 15px;
   text-align: center;
   width: 14.28%;
   height: 25px;
   vertical-align: middle;
}

.ui-datepicker-calendar th a,
.ui-datepicker-calendar td a {
   display: inline-block;
   width: 26px;
   height: 26px;
   color: #777;
   line-height: 26px;
}

.ui-datepicker-calendar td a.ui-state-highlight {
   color: #000;
   font-weight: bold;
   background: #dadfe7;
   border-radius: 100%;
}

@media screen and (min-width: 1200px) {
   .ui-datepicker-calendar td a:hover {
      background: #eee;
      border-radius: 100%;
   }
}
.ui-datepicker-calendar td a.ui-state-active {
   color: #fff !important;
   background: #5076db;
   border-radius: 100%;
   font-weight: bold;
}

.ui-datepicker-calendar th:first-child span,
.ui-datepicker-calendar td:first-child a {
   color: #e8002e;
}

.ui-datepicker-calendar th + th + th + th + th + th + th span,
.ui-datepicker-calendar td + td + td + td + td + td + td a {
   color: #0080e2;
}
.flex_wrap{
  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap:wrap;   
   width: 100%;
	
}
.flex_between{
  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap:wrap;   
   width: 100%;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;	
	
}
.flex_center{
  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap:wrap;   
   width: 100%;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
	
}
.flex_arround{
  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap:wrap;   
   width: 100%;
   -webkit-box-pack: space-around;
       -ms-flex-pack: space-around;
           justify-content:  space-around;	
	
}
.flex_centerbetween{
  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap:wrap;   
   width: 100%;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;			   
	
}
.flex5{width:5%;}
.flex9{width:9%;}
.flex10{width:10%;}
.flex20{width:20%;}
.flex30{width:30%;}
.flex40{width:40%;}
.flex50{width:50%;}
.flex60{width:60%;}
.flex70{width:70%;}
.flex80{width:80%;}
.flex90{width:90%;}
.flex100{width:100%;}
.fpoint{color:#00248a;}
.f300{font-weight:300}
.f400{font-weight:400}
.f500{font-weight:500}
.f600{font-weight:600}
.f700{font-weight:700}
.f800{font-weight:800}
.indent{padding-left:16px;text-indent:-16px;}
.bggray{background:#f1f1f1;}
/*상단 관련사이트 메뉴*/
#popupMenu {
    position: relative;
    background-color: #fff;
    cursor:pointer;
	
}

.menuContent {
    /* 팝업 메뉴 내용 스타일 */
    display: none; /* 초기에는 숨겨진 상태 */
    transition: transform 0.3s;
    transform-origin: top center;
    transform: scaleY(0);
    background-color: #fff;
    top: 38px; /* 버튼 위치에 따라 조정 */
    left: 0; /* 가운데 정렬 */
    transform: translateX(-50%);
}

.menuContent.opened {
    position: absolute;
    transition: transform 0.3s;
    transform-origin: top center;
     top: 38px; /* 버튼 위치에 따라 조정 */
    left: 0; /* 가운데 정렬 */
	  display: block;
    transform: scaleY(1);
	z-index:3;
	width:200px;
}
.menuContent.opened .menuItem{font-size:15px;color:#222;padding-left:20px;padding-right:20px;line-height:37px;border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd;background-color:#f5f5f5;}
.menuContent.opened .menuItem:hover{background-color:#c3dfff;color:#000;}
/* 화살표 아이콘 스타일 */
.menuToggle{font-size:15px;border:0;color:#222;padding-left:20px;padding-right:20px;line-height:37px;}
.menuToggle .popdown{
   
    display: inline-block;
    transition: transform 0s; /* 회전 효과를 위한 트랜지션 추가 */ 
}

.menuToggle.opened .popdown {
    transform: rotate(180deg); /* 팝업 메뉴가 열릴 때 아래로 향하는 화살표가 위로 회전 */
}

/* layer */
.bg {background:#0070c0; color:#fff}

.wrap_layer {position:fixed;  top: 0;
  left: 0;
  width: 100%;
  height: 100%; border:1px solid rgba(0,0,0,0.15); box-shadow:0 0 12px rgba(0,0,0,0.5); z-index:9999}
 .layer{  margin: 15% auto;background:#fff; }
.layerS {width:100%;max-width:460px;}
.layerM {width:100%;max-width:520px; margin-left:-260px}
.layerL {width:100%;max-width:740px; margin-left:-370px;}

.layer .hd_layer {position:relative; border-bottom:1px solid #ccc; line-height:50px; font-weight:bold; font-size:18px; text-align:center;padding:0 60px;}
.layer .hd_layer .close {position:absolute; top:0; right:0; width:70px; height:70px; background-image:url('/_img/survey_pop/closebtn.png');background-repeat:no-repeat;background-position:center;font-size:0;}
.layer .desc {padding:20px 0; background:#f5f5f5; font-size:20px; text-align:center;}
.layer .cont {overflow-y:auto;}
.layerS .cont {padding:16px 20px;}
.layerM .cont,
.layerL .cont {padding:30px;}
.layer .slt {height:40px; border:1px solid #ccc}
.layer .inp {width:100%; height:40px; padding:5px;}
.layer .tbl_form th,
.layer .tbl_form td {padding:10px 10px}
.layer .tbl_form th {text-align:left;}
.layer .tbl_form em {display:inline-block; padding:0 5px;}
.layer .tbl_form em + .inp,
.layer .tbl_form em + .slt {margin-left:15px;}
.layer .foot_layer {padding:20px 10px; border-top:1px solid #ccc; text-align:center; font-size:0}
.layer .foot_layer > * {width:140px; font-size:16px;}
.layer .foot_layer > * + * {margin-left:6px;}
.layer .foot_layer button {display:inline-block;padding:10px 0;line-height:28px;}

.layer .cont dt {font-weight:bold; line-height:40px;}
.layer .cont .dl_row {display:table; width:100%}
.layer .cont .dl_row dt,
.layer .cont .dl_row dd {display:table-cell; vertical-align:middle;}

.layer .cont > .fs14 {margin-bottom:18px;}
.layer .cont > .fs14 dl {margin-top:10px; padding:0; }
.layer .cont > .fs14 dt {display:inline-block; margin-right:3px; line-height:1.4}
.layer .cont > .fs14 dd {display:inline-block; letter-spacing:0}
.layerL .cont dl {padding:10px 0;}
.layerS .cont dl + dl {margin-top:4px;}
.layerM .cont dl + dl {margin-top:6px;}
.layerL .cont dl + dl {border-top:1px solid #e5e5e5}
.layer .cont dl.cate dt {line-height:34px;}
.layer .cont dl.cate .slt {width:calc(33.3333% - 5px)}
.layer .cont dl.cate .slt + .slt {margin-left:4px;}
.layer .cont dl.dl_row dd {font-size:0;}
.layer dl.dl_row dd * {font-size:16px;}
.layer .cont dl.dl_row dt {width:90px; vertical-align:top;}
.layer .btn_add {width:65px; line-height:38px; margin-left:2px; font-size:14px;}
.layer .btn_add::before {width:11px; height:11px; background-position:-40px -100px; margin:14px 4px 0 0}
.layer .list_selected {margin-top:8px; background:#f5f5f5; padding:14px 20px; font-size:14px;}
.layer .list_selected .item {line-height:23px;}
.layer .list_selected .item .btn_del {width:19px; height:19px; vertical-align:top; margin:2px 0 0 8px;}
.layer .list_selected .item .btn_del .ico_comm {width:11px; height:11px; margin-top:3px; background-position:-60px -100px; opacity:0.7}
.layer .list_selected .item + .item {margin-top:10px;}
.layer textarea.inp {height:160px;}
.layer .cont .inp.short {width:80px; margin-right:8px;}
.layer .cont .inp + em,
.layer .cont .slt + em {padding:0 5px;}
.layer .cont em + .inp,
.layer .cont em + .slt {margin-left:10px;}
.layer .cont .hasbtn {position:relative; padding-right:71px}
.layer .cont .hasbtn .btn {position:absolute; top:0; right:0; width:70px; height:40px; font-size:14px;}
.layer #datepicker {width:150px; border-right:none}
.layer #datepicker + label.btn {width:40px; height:40px; vertical-align:top; cursor:pointer;}
.layer #datepicker + label.btn .ico_comm {width:16px; height:16px; background-position:-110px -80px; margin-top:11px; opacity:0.6; cursor:pointer;}
@media screen and (max-width: 1024px) {
	.layer .desc{font-size:18px;padding:20px 0;}
	.layer .slt{font-size:16px;height:35px;}
	.layer .inp{font-size:16px;height:35px;}
	.layer .tbl_form th{font-size:16px;}
}
@media screen and (max-width: 540px) {
	.layer .hd_layer .close { width:60px; height:60px;}
	.layer .desc{font-size:18px;padding:15px 60px;}
	.layer .slt{font-size:16px;height:35px;}
	.layer .inp{font-size:16px;height:35px;}
	.layer .tbl_form th{font-size:15px;font-weight:500;padding:10px 0;}
	.layerS .cont{padding:16px 20px;}
	.layer .foot_layer{padding:15px 5px;}
	.layer .foot_layer > *{width:120px;line-height:25px;}
}
@media screen and (max-width: 450px) {
		.layer .cont{margin-bottom:0;}
}
#footer .ft_right .sns_wrap {align-items:center;}
#footer .ft_right .toTop {margin-left:0;}
#footer .ft_right .ico_sns {
	display:block;
	width:45px; height:45px;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	margin:10px;
}
#footer .ft_right .ico_sns.insta {background-image:url(../_img/main/sns_insta.png);}
#footer .ft_right .ico_sns.n_blog {background-image:url(../_img/main/sns_blog.png);}

@media screen and (max-width: 1024px) {
	#footer .ft_right .sns_wrap {align-items:center;max-width:100px;}
.main #footer .ft_right .ico_sns.insta {
	  position: absolute;
      top: 20px;
      right: 85px;
      width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
    .main #footer .ft_right .ico_sns.n_blog {
	  position: absolute;
      top: 20px;
      right: 43px;
      width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
}
@media screen and (max-width: 480px) {
	#footer .ft_right .ico_sns {background-size: 90%;}
}
@media screen and (max-width: 360px) {
	#footer .ft_right .flex-wrap {max-width: 100%;	}
	#footer .ft_right .wrap_slt{width:calc( 100% - 130px );}
	#footer .ft_right .wrap_slt select{width:100%;}
}

#wing {
	position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -200px;
    padding-top: 0;
    z-index: 9;
}
#wing .quick {
	color: #fff;
    border-radius: 40px;
    box-shadow: 2.7px 7.5px 13.8px 1.2px rgba(0, 0, 0, 0.2);
    background-color: #222222;
    padding: 20px 2px;
}
#wing .quick li {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
}
#wing .quick a {
	display: block;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    font-weight: 200;
}
#wing .quick li i {
	width: 34px;
    height: 27px;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center;
}
#wing .quick li i.quick01 {background-image: url(../_img/main/quick01.png);}
#wing .quick li i.quick02 {background-image: url(../_img/main/quick02.png);}
#wing .quick li i.quick03 {background-image: url(../_img/main/quick03.png);}
#wing .quick li i.quick04 {background-image: url(../_img/main/quick04.png);}
#wing .quick .totop {
	display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin: 10px auto 0;
    background-color: #ff3600;
    background-image: url(../_img/main/quick_arrowup.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}
#wing .quick li + li:before {
	content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
}

@media screen and (max-width: 1500px) {
	#wing {display:none;}
}

/*사이트만족도조사*/
.wrap_rating{margin-top:100px;margin-bottom:100px;padding:30px 0;border: 1px solid #d3d3d3;display:flex;flex-wrap:wrap;}
.join .wrap_rating{max-width:1200px;}
.wrap_rating > div.icon_wrap{width:15%;text-align:center; border-right:1px solid #d3d3d3;}
.wrap_rating > div.icon_wrap i{display:block;width:85px;height:85px;background-size:100%;background-position:center;background-repeat:no-repeat;background-image:url(../_img/sub/icon_rating.png);margin:0 auto;}
.wrap_rating > div.txt_wrap{width:40%;text-align:left;font-size:19px;font-weight:bold;position:relative;padding-left:40px;margin: auto 0}
.wrap_rating > div.txt_wrap p{line-height:1.2;}
.wrap_rating > div.chk_wrap{width:45%;}
.wrap_rating > div.chk_wrap .lst_chk {display:flex;}
.wrap_rating > div.chk_wrap .chk + label{line-height:20px;margin-right:15px;}
.wrap_rating > div.chk_wrap .inp_survey{margin-top:10px;max-width:530px;display:flex;}
.wrap_rating > div.chk_wrap .inp_survey .inp{width:calc( 100% - 130px );font-size:16px;border:1px solid #d3d3d3;height:50px;line-height:48px;}
.wrap_rating > div.chk_wrap .inp_survey .btn_send{width:130px;background-color:#444444;color:#fff;font-weight:bold;font-size:16px;height:50px;line-height:48px;}
@media (max-width: 1280px){
	.wrap_rating{padding:40px 20px;}
	.wrap_rating > div.icon_wrap{width:15%;}
	.wrap_rating > div.txt_wrap{width:40%;}
	.wrap_rating > div.chk_wrap{width:45%;}
}
@media (max-width: 1090px){
	.wrap_rating{padding:40px 20px;}
	.wrap_rating > div.icon_wrap{width:150px;}
	.wrap_rating > div.txt_wrap{width:calc( 100% - 600px );}
	.wrap_rating > div.chk_wrap{width:450px;}
}
@media (max-width: 1024px){
	.wrap_rating{padding:20px 20px;}
	.wrap_rating > div.icon_wrap{width:60px;border-right:none;text-align:left;}
	.wrap_rating > div.icon_wrap i{width:50px;height:50px;background-size:100%;margin:0;}
	.wrap_rating > div.txt_wrap{width:calc( 100% - 60px );padding-left:0;font-size:18px;}
	.wrap_rating > div.chk_wrap{width:100%;margin-top:10px;}
	.wrap_rating > div.chk_wrap .lst_chk{margin-left:0;display:flex;flex-wrap:wrap;}
}
@media (max-width: 550px){
	.wrap_rating > div.txt_wrap{font-size:16px;font-weight:normal;}
	.wrap_rating > div.chk_wrap .chk + label{font-size:13px;}
	.wrap_rating > div.chk_wrap .inp_survey {margin-top:10px;}
	.wrap_rating > div.chk_wrap .inp_survey .inp{height:40px;line-height:38px;font-size:14px;width:calc( 100% - 100px );}
	.wrap_rating > div.chk_wrap .inp_survey .btn_send{height:40px;line-height:38px;font-size:14px;font-weight:normal;width:100px;}
}
@media (max-width: 480px){
	.wrap_rating{padding:10px 10px;margin-bottom:40px;margin-top:40px;}
	.wrap_rating > div.icon_wrap{width:50px;border-right:none;text-align:left;}
	.wrap_rating > div.icon_wrap i{width:40px;height:40px;background-size:100%;margin:0;}
	.wrap_rating > div.txt_wrap{width:calc( 100% - 50px );font-size:14px;font-weight:normal;}
	.wrap_rating > div.chk_wrap{margin-top:5px;}
	.wrap_rating > div.chk_wrap .lst_chk li:nth-of-type(1){width:33%;}
	.wrap_rating > div.chk_wrap .lst_chk li:nth-of-type(2){width:33%;}
	.wrap_rating > div.chk_wrap .lst_chk li:nth-of-type(3){width:33%;}
	.wrap_rating > div.chk_wrap .lst_chk li:nth-of-type(4){width:33%;}
	.wrap_rating > div.chk_wrap .lst_chk li:nth-of-type54){width:33%;}
	.wrap_rating > div.chk_wrap .lst_chk li{margin-left:0;display:inline-block;margin-bottom:5px;}
	.wrap_rating > div.chk_wrap .lst_chk li input,
	.wrap_rating > div.chk_wrap .lst_chk li label{vertical-align:middle;}
	.wrap_rating > div.chk_wrap .lst_chk li + li{margin-left:0;margin-top:0;}
	.wrap_rating > div.chk_wrap .inp_survey{margin-top:5px;}
	.wrap_rating > div.chk_wrap .inp_survey .inp{height:35px;line-height:33px;font-size:14px;width:calc( 100% - 80px );}
	.wrap_rating > div.chk_wrap .inp_survey .btn_send{height:35px;line-height:33px;font-size:14px;font-weight:normal;width:80px;}
}

/*탭*/
.catewrap {
	width:100%;
	display:table;
	margin:40px 0 20px;
	overflow-x:auto;
}
.bbs .wfix.narrow .catewrap{margin:0 0 40px;}
.catewrap li {
	width:13%;
	min-width:80px;
	max-width:180px;
	padding:0 20px;
	font-size:20px;
	line-height:1.3;
	color:#666;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #000;
	cursor:pointer;
	height:55px;
	text-align:center;	
	vertical-align:middle;
	display:table-cell;
}
.catewrap li + li{border-left:1px solid #ccc;}
.catewrap li.on {
	color:#000;
	font-weight:600;
	border-bottom:none;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.catewrap li:first-child {border-left:1px solid #ccc;}
.catewrap li.on:first-child {border-left:1px solid #000;}
.catewrap li:last-child {border-top:none;border-right:none;cursor:initial;}
.catewrap .empline { max-width:initial;width:auto;}
@media screen and (max-width: 1280px) {
	.catewrap{margin:30px 0 20px;}
	.catewrap li {font-size: 18px;height:45px;}
	
}
@media screen and (max-width: 1024px) {
	.catewrap{margin:20px 0 10px;}	
	.catewrap li {width:15%;height:40px;font-size:16px;}
}

@media screen and (max-width: 640px) {
	.catewrap{margin:20px 0 10px;}		
	.bbs .wfix.narrow .catewrap{margin:0 0 20px;}
	.catewrap li{font-size:14px;}
	.catewrap li{width:initial;height:35px;min-width:initial;padding:0 5px;}
	.catewrap .empline {display:none;}
}
@media screen and (max-width: 340px) {
	.catewrap li{font-size:13px;line-height:1.2}
}
/*QR회원증*/
/*mobile membership*/
.memcard-modal{z-index:999;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;z-index: 9999;
background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.memcard-button{white-space:normal}
.memcard-display-topmiddle{position:absolute;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.memcard-animate-top{position:relative;animation:animatetop 0.4s}
@keyframes animatetop
{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.memcard-modal-content{margin:auto;background-color:#none;position:relative;padding:0;outline:0;width:600px}
.memcard-container:after{content:"";display:table;clear:both;}
.memcard-container{padding:20px;}
.memcard-button  {
	display:block;
    font-size: 0px; cursor: pointer;
    width: 35px;
    height: 35px;
	right:0;top:10px;
	
-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; }   
.memcard-button i.line_close{display:block;width:35px;height:35px;vertical-align:middle;margin-left:0;}
.memcard-button i.line_close:before,.memcard-button i.line_close:after {
    position: absolute;
    top: 50%;
    right:0;
    width: 35px;
    height: 1px;
    background: #000;
    content: "";
}
.memcard-button i.line_close:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}	
.memcard-button i.line_close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);	
}
.membercard {max-width: 310px; margin: 0 auto; border-radius:15px; box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);position:relative; }
.cardtop {	
    background:#fff;
	border:1px solid #e5e5e5; border-bottom:none;
	border-radius:15px 15px 0 0; padding: 20px; margin: 0 auto;
	max-width: 310px; padding-bottom: 0;
}
.cardtop h3:before {
	display: block;
    width: 180px;
    height: 35px;
    background: url(../_img/layout/logo.png) 50% 50% no-repeat;
    background-size: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 5px;
    content: "";
}
.cardtop h4 {display: block;color:#222;text-align: center; line-height:1.4; font-size: 18px; margin: 0 auto;}

.cardtop p {margin-top: 3px; text-align: center;}

.cardinfo {
max-width: 310px; 
border:1px solid #e5e5e5; border-top: none;border-bottom: none;
margin: 0 auto; background:#fff;
  padding: 13px;
  text-align:center;
}
.cardinfo img {margin: 10px auto;}
.cardbottom {max-width: 310px; margin: 0 auto; padding: 20px;border:1px solid #444444; border-top: none;border-radius:0 0 15px 15px;  background: #444444; }
.memcard-modal .service h4 {color:#fff;margin: 0; font-size: 14px;}
.memcard-modal .service p{margin-top: 5px; color:#fff; word-break:keep-all;font-size: 13px;text-indent: 0;}
.mapmodal {position: relative;}
.mapmodal img.mapimg {margin: 30px auto;}

@media (max-width:600px){
.memcard-modal-content{margin:0 10px;width:auto!important}.memcard-modal{padding-top:30px}
}
@media (max-width:768px){
.memcard-modal-content{width:500px}
.memcard-modal{padding-top:80px}
}

/*탭 -*/