@charset "UTF-8";
@import url("/_css/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;
}

/*** 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;
}

.w50 {
   width: 50% !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;}
*/
textarea.inp {
   display: block;
   width: 100%;
   overflow-y: auto;
   padding: 8px;
   resize: vertical;
}

::-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 !important;
}

.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 7px 0 7px;
   border: 1px solid #ddd;
   font-size: 17px;
}

.inp {
   width: 100%;
}

textarea.inp {
   min-height: 500px;
}

.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;
}
.chk:checked {
    background: url(../_img/chk01.png) 50% 50% no-repeat #1947BA !important;
    background-size: 17px auto!important;
    border-color: #1947BA!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;
}
.inp_datepicker {
   width: 100%;
   background: url(../_img/ico_calendar.png) no-repeat calc(100% - 10px) 50%/16px !important;
}
.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: 122px;
}

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

.wfix {
  /* max-width: 1520px;*/
   max-width: 1400px;
   margin: 0 auto;
}
.wfix.narrow {
   max-width: 1280px;
   margin: 0 auto;
   padding:40px 0 40px;
}
.wfix.bborder {
   max-width: 1400px;
   margin: 0 auto;
   padding:40px 0 40px;
}
@media screen and (max-width: 1430px) {
   body {
      word-break: normal;
   }
   /*
   .wfix {
      margin: 0 30px;
   }*/
}
@media screen and (max-width: 1300px) {
   #wrap {
      padding-top: 100px;
   }
   .wfix {
      margin: 0 15px;
   }
   .opn .wfix{margin:0;}
	.wfix.narrow {
      margin: 0 15px;padding:30px 0;
	}   
	.wfix.bborder {
      margin: 0 15px;padding:30px 0;
	}   	
}
@media screen and (max-width: 1024px) {
   #wrap {
      padding-top: 90px;
   }
   #container {
      min-height: calc(100vh - 250px);
   }
}
@media screen and (max-width: 640px) {

   #container {
      min-height: calc(100vh - 186px);
   }
   .wfix.narrow {
      margin: 0 15px;padding:20px 0;
	}  
}

#header {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   background: #fff;
   font-size: 0;
   z-index: 1;
}
#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 #h1 {
 display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   height:120px;
   background-color:#fff;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}
#header #h1 .logo {
   display: block;
   width: 120px;
}
#header #h1 .logo img{width:100%;}
#header #h2 {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 #1947BA;
   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 .ico_searchbig {
   position: absolute;
   top: 14px;
   right: 20px;
   width: 35px;
   height: 35px;
   background-image:url('../_img/layout/icon_searchbig.png');
   background-repeat:no-repeat;
   background-position:center;
   cursor:pointer;
   font-size:0;
}
#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: 20px;
   color: #333;
   border-radius: 30px;
   border: 1px solid #878787;
}
#search .lst_sch a:hover{
	background-color:#1947BA; border-color:#1947BA; 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 .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 .close {
   display: block;
   position: relative;
   width: 60px;
   height: 60px;
   text-indent: -99999px;
  /* background: #3a62ff;
   border-radius: 100%;*/
}
#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:134px;
}
/* #header.search #h1 a {
   background-image: url(../_img/logo_black.png) !important;
} */
#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:20px 0 0 0;/*background-image:url(../_img/layout/council.png);background-position:left 30px bottom 20px;background-size:270px;*/background-repeat:no-repeat;}
#header.on #nav .wfix .rightimg,
#header.active #nav .wfix .rightimg
{position:absolute;display:block;bottom:40px;right:0;width:160px;	}
#header.active #nav .wfix .rightimg img,
#header.on #nav .wfix .rightimg img
{width:100%;}
#header #nav .wfix{padding:20px 0 0 0;}

#header.wide #nav .wfix{max-width:1520px;}
#header #nav:after {
   position: absolute;
   top: 120px;
   left: 0;
   right: 0;
   height: 1px;
   background: rgba(0, 0, 0, 1);
   content: "";
}
#header #menu {
 display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
     justify-content:flex-start;
	 margin-left:213px;
}
#header.wide #menu {margin-left:123px;}
#header #menu .d1 {
   width: 140px;
}
#header.wide #menu .d1 {width: 150px;}
#header #menu .d1 .d1_link {
   display: block;
   font-size: 22px;
   font-weight: 600;
   text-align: center;
   line-height: 98px;
   position:relative;
}
#header.dblmenu #menu .d1{}
#header.dblmenu #menu .d1 .d1_link{line-height:1.2;height:98px; display: flex; align-items: center; justify-content: center;
}
#header.dblmenu #menu {margin-left:153px;}
#header.dblmenu #menu .d1:nth-of-type(6){width:200px;}
#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:#1947BA;
}
#header #menu .d1 .d1_link:hover::after,
#header #menu .d1 .d1_link.on::after
{
	content:'';position:absolute;display:block;height:2px;width:100px;left:18%;right:0;
}

#header.dblmenu #menu .d1 .d1_link::after{
    content: '';
    position: absolute;
    left:calc( 50% - 50px );
    bottom: -2px;              /* 98px 박스의 가장 아래 = 메뉴 아래 */
    width: 0;
    height: 2px;            /* 밑줄 두께 */
    background-color: #1947BA;
    transition: width 0.3s;	
}
#header.dblmenu #menu .d1 .d1_link:hover::after {
    width: 100px;            /* hover 시 밑줄 확장 */
	
}


#header #menu .d1 {background:#fff;color:#222;}
#header #menu .d1.on > a{
   background: #081f26;
   color: #fff;
}


/*#header #menu > li:first-child .sub{ border-left: 1px solid rgba(0, 0, 0, 0.1);}*/
#header #menu .sub {
	position:relative;
   font-size: 19px;
   line-height: 38px;
   text-align: left;
   color: #757575;
   height:300px;
  
   
}

#header #menu .d1:last-child .sub{position:relative; }
/*
#header #menu .d1:last-child .sub::after {
	content:'';
	display:block;
	background-image:url(../_img/layout/menu_img.png);
	background-size:80%;
	background-repeat:no-repeat;
	background-position:center;
	width:201px; height:185px;
	position:absolute;
	top:0px;
	right:-190%;
}*/
#header #menu .sub li:hover {
	background-color:#f5f5f5;
	border-radius:30px;
}
/*#header #menu .d1:nth-of-type(5) .sub li:last-child {display:none;}*/

#header #menu .sub > li:first-child{margin-top:15px;}
#header #menu .sub > li{padding-left:10px;padding-right:10px;padding-top:8px;padding-bottom:8px;}
#header #menu .sub::before{
	content:'';position:absolute;display:block;width:0px;height:0px;left:50%;right:0;
	/*-webkit-transition: 0.3s;
    transition: 0.3s;*/
	background-color:#1947BA;
}

#header #menu .sub:hover::before
{
	content:'';position:absolute;display:block;height:2px;width:100px;left:calc( 50% - 50px );right:0;top:-15px;
}
#header #menu > li:nth-of-type(6) .sub:hover::before
{
	content:'';position:absolute;display:block;height:2px;width:100px;left:25%;right:0;top:-15px;
}
#header #menu .sub > li a{ text-align:center;font-weight:400;color:#000;display:block;line-height:1.3;font-size:17px;}
#header #menu .sub > li a:hover{color:#1947BA;font-weight:600}


#header #menu .sub {
   display: none;
}
#header .util {
  width:310px;
  height:100px;
  right:0;top:20px;
  position:absolute;
  display:flex;
  border-top:1px solid #000;
  border-left:1px solid #000;
  border-right:1px solid #000;
}
#header .util .linkwrap {width: 230px; /*border-right:1px solid #000;*/}
#header .util .linkwrap .linkbox {width:50%;height:50px; text-align:center;font-size:17px;font-weight:400;color:#000;line-height:49px;display:block;}
/*#header .util .linkwrap .linkbox + .linkbox{border-top:1px solid #000;}*/
#header .util .linkwrap .linkbox:first-child {border-bottom:1px solid #000; border-right:1px solid #000;}
#header .util .linkwrap .linkbox:nth-child(2) {border-bottom:1px solid #000;}
#header .util .linkwrap .linkbox:nth-child(3) {border-right:1px solid #000;}
#header .util .linkwrap .linkbox.memcode_btn {display:flex; align-items:center; justify-content:center; flex-wrap:nowrap;}
#header .util .linkwrap .linkbox .mem_card {
	display:block;
	width:18px; height:18px;
	background-image:url(../_img/memcard/mem_qr.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	margin-right:5px;
}
#header .util [class^=btn] {
   width: 100px;
   height: 100px;
}

#header .btn_find .i_sch {
	display:inline-block;
	width:20px; height:20px;
	background-image:url('../_img/main/main_icon_s.png');
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat; 
	margin-top:15px;
	margin-right:5px;
}
#header .btn_menu {
   position: relative;
   border-left: 1px solid rgba(0, 0, 0, 1);
}
#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;
   background: #333;
   content: "";
}
#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;
}/*
	#header.active #nav .wfix, #header.on #nav .wfix{background-size:260px;background-position:left 50px bottom 20px ;padding: 15px 0 0 0;}
*/

@media screen and (max-width: 1500px) {
	#wrap{padding-top:100px;}
	#header #nav .wfix {margin: 0;}
	#header #h1{height:100px;}
	#header #h1 .logo{width:100px;}
	#header #menu{	 margin-left:calc( 50% - 504px );}
	#header #menu .d1 {width: 140px;}
	#header.wide #menu{margin-left:calc( 50% - 570px );}
	#header.wide #menu .d1 {width: 130px;}
	#header #menu .d1 .d1_link {font-size: 20px; line-height: 83px;}
	#header #menu .sub { font-size: 18px;height:200px;}
	
	#header #nav:after{top:100px;}
	#header #nav .wfix{background-size:260px;background-position:left 50px bottom 20px ;padding:0;}
	#header.active #nav .wfix, #header.on #nav .wfix{background-size:260px;background-position:left 50px bottom 20px ;padding:0;}
	#header #nav .wfix .rightimg{display:none;}
	#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:100px;left:20px}*/
	#header #menu .sub > li a {font-size:16px;}
	/*#header #menu .sub > li:first-child { padding-top: 15px;}
	#header #menu .sub:hover::before{width:125px;left:0} */
	#header .util {height:80px;}
			   
			   
					
  
	#header .util .linkwrap{width: 250px;/*border-right:1px solid #000;*/}
	#header .util .linkwrap .linkbox{height:40px;text-align:center;font-size:16px;font-weight:400;color:#000;line-height:38px;display:block;}
	/*#header .util .linkwrap .linkbox + .linkbox{border-top:1px solid #000;}*/
	#header .util [class^=btn] {width: 80px; height: 80px;}
	#header .btn_find .i_sch {margin-top:10px;}
				 
  


}
@media screen and (min-width: 1300px) {
   #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);
   }
   #header.active .util .btn_menu:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
   }
   #header.on #nav .wfix .rightimg, #header.active #nav .wfix .rightimg {display:none;} 

   
}
@media screen and (max-width: 1300px) {
#header #top{display:block;}
#top .logo{display:block;width:100%;height:100%;background-image:url('../_img/main/main_visual_2logo.png');background-repeat:no-repeat;background-size:100%;}
#top .navright a{font-size:0;}
   #header #top {
      height: 60px;
      padding: 10px 35px 10px 0px;
      text-align: left;
   }
  
   #header #h1 {
      display: none;
   }
   #header #h1 .logo {
    display: none;
	}
	#header #h2{position:absolute;left:-15px;top:0;display:block;width:91px;height:91px;} 
	#header #h2 .logo{display:block;width:100%;}
	#header #h2 img{width:100%;}

   #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 );
      
   }
  
   	#header #menu {margin-left:91px; position:relative;}
   	#header #menu:after {
		content:'';
		width:100%; height:1px;
		background-color:#000;
		position:absolute;
		top:49px; left:0;
	}
	
	 #header.wide #menu{margin-left:91px;}
   #header #menu .d1 {
      width: 25%; 
   }
   #header.dblmenu #h2{width:100px;height:100px;}
   #header.dblmenu #menu { margin-left:100px;width: calc( 100% - 100px ); }
   #header.dblmenu #menu .d1:nth-of-type(6){width:25%;}
   #header.dblmenu #menu .d1 .d1_link{height:49px;}
   #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 {width:390px; border-top:1px solid #000;top: -50px;height:50px;}
   #header .util .linkwrap{width:338px;display:flex;}
   #header .util .linkwrap .linkbox{width:25%;height:49px;line-height:50px;text-align:center;display:block;}
   #header .util .linkwrap .linkbox + .linkbox{/*border-left:1px solid #000;*/border-top:none;}
   #header .util .linkwrap .linkbox:first-child {border-bottom:none;}
   #header .util .linkwrap .linkbox:nth-child(2) {border-bottom:none; border-right:1px solid #000;}
    #header .util [class^=btn]{height:49px;width:50px;}   
   #top .navright{display:none}
	#header .util .linkwrap .linkbox .mem_card {margin-right:3px;}
	#header .btn_find .i_sch {margin-top:15px; margin-right:3px;}
   .logo_mo{display:block;width:75px;height:75px;background-image:url(../_img/main/main_logo1.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;
   }
  #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:49px;width:100px;}
	/*#header .util .linkwrap{display:none;}*/
	#header .util .linkwrap .mypage_btn{display:none;}
	#header .util .linkwrap .logout_btn{display:none;}
	#header .util .linkwrap .login_btn{display:none;}
	#header .util .linkwrap .join_btn{display:none;}
	#header .util .linkwrap .btn_find{display:none;}
	#header .util .linkwrap .memcode_btn p{display:none;}
	#header .util [class^=btn]{height:50px;width:50px;background-size:60%;}  
	#header .btn_menu {border-left:none;}
	#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:100px;}
	#header .util .linkwrap {width:50px;}
	#header .util .linkwrap .linkbox {width:50px; padding:11px;}
	#header .util .linkwrap .linkbox .mem_card {background-image:url(../_img/memcard/icon_qr_mo.png); width:25px; height:25px; margin:0;}
}
@media screen and (max-width: 540px) {
	.sub .menuwrap{display:none;}
	#wrap.sub{padding-top:51px;}
	#header #h2{position:absolute;left:-15px;top:0;display:block;width:120px;height:50px;} 
	#top .logo {
    display: block;
    width: 100%;
    height: 100%;
	margin-left:15px;
    background-image: url(../_img/main/main_logo2.png);
	}
	
	#header #menu {width:100%;margin-left:0;}
	 #header.wide #menu{width:100%;margin-left:0;}
	 #header.dblmenu #h2 .logo{height:40px;}
	 #header.dblmenu #menu{margin-left:0;width:100%;}
}
@media screen and (max-width: 360px) {
		#wrap.sub{padding-top:46px;}
   #header #top {
      height: 45px;padding:0;
   }	
   #header #h2{width:120px;height:45px;} 
   #top .logo{background-position:center;}
   #header .util {top: -45px;height:45px;/*width:90px;*/}
   #header .util [class^=btn]{height:45px;width:44px;background-size:60%;}  
   #header .util .linkwrap .linkbox {height:44px; padding:9px;}
   #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;}
}
@media screen and (max-width: 330px) {

}
#mnb {
   position: fixed;
   top: 0;
   left: -100vw;
   bottom: 0;
   width: 90%;
   max-width: 380px;
   min-width: 250px;
   height: 100vh;
   background: #f5f5f5;
   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_btn{display:block;height:50px;line-height:50px;background-color:#1947BA;color:#fff;text-align:center;font-size:16px;font-weight:300;}
#mnb .mmenu_btn + .mmenu_btn{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-bottom:1px solid #000;}
#mnb #menu_mo .d1.on .d1_tit {background-color:#f5f5f5;border-bottom:1px solid #000;}
#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 .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: 1px solid #000;
}
#mnb #menu_mo .d1.on:first-child {
   border-top: none;
}
#mnb #menu_mo .d1.on .d1_tit {
   color: #1947BA;
   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 .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;
}

.hd_title{ padding-top:0; border-bottom: 1px solid #000;	}
.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{font-size:19px;letter-spacing: -0.4px;background-image:url("../_img/line_spacer.png");background-repeat:no-repeat;background-position:left center;}

#submenu .menulist li{background:none;padding:0 20px;}
#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:#1947BA;}
.md_title{padding:40px 0 20px;text-align:center;position:relative;}
.md_title h3{font-size:42px;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: 110px;
	}
	.hd_title .inr{padding:28px 0 0;}
	.hd_title .title{padding-left:0; font-size: 34px;margin-bottom:25px;display:block;}
	#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) {
	#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: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: 890px) {
	.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:5px;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: 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;}	
}
#footer {
   background: #000;
   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:45px;
}
#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: #fff;
}
#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:wrap;max-width:1200px;}
#footer .footlogo{width:100px;height:100px;display:block;
background-image:url('../_img/main/main_visual_2logo.png');background-repeat:no-repeat;background-size:100%;
margin-right:40px;
}
#footer .footaddr{width:calc( 100% - 140px );display:flex;flex-wrap:wrap;}
#footer .ft_info dl{}
#footer .ft_info dt {  margin-right: 10px;   font-weight: 300;   color:#fff;font-size:16px;}
#footer .ft_info .bold{font-weight:600;}
#footer .ft_info dd{position:relative;margin-right: 20px; padding-right:20px;  font-weight: 100;   color:#fff;font-size:16px;}
#footer .footaddr .addr1{width:100%;margin-bottom:5px;}
#footer .footaddr .addr1 .bold{margin-right:30px;}
#footer .footaddr .addr2{width:100%;margin-bottom:15px;}
#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;}
#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: 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;
    background-image: url(../_img/layout/footer_logo.png);
    background-repeat: no-repeat;
	background-size:100%;
}
   #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 {
      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;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 {
      position: absolute;
      top: 10px;
      right: 105px;
	  width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
   #footer .ft_right .sns_nbl {
      position: absolute;
      top: 10px;
      right: 53px;
	  width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
   #footer .ft_right .sns_wrap {align-items:center;max-width:100px;}
	#footer .ft_right .ico_sns.insta {
	  position: absolute;
      top: 10px;
      right: -10px;
      width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
	#footer .ft_right .ico_sns.n_blog {
	  position: absolute;
      top: 10px;
      right: -5px;
      width: 36px;
      height: 36px;
      border-width: 1px;
      margin: 0;
   }
   #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;}

}
@media screen and (max-width: 480px) {
	#footer .ft_right .ico_sns {background-size:90%;}
	#footer .ft_right .sns_ins {top:4px;right:90px;}
	#footer .ft_right .sns_nbl {top:4px;}
	#footer .ft_right .ico_sns.n_blog {top:17px;right:-15px;}
	#footer .ft_right .ico_sns.insta {top:17px;right:-15px;}
}
@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;}
	#footer .ft_right .ico_sns.insta {right:-23px;}
	#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%;}
}


[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: 1300px) {
   [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;
   overflow:hidden;
}

.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: 1300px) {
   .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;}
}

/*회원증_241212*/
.overlay {
	position: fixed; 
	top: 0; 
	left: 0; 
	
	height: 1px; 
	/*background: rgba(0, 0, 0, 0.5); */
	display: none; 
	z-index:999;
	width:310px;
}
            
.qr_popup *{word-break:keep-all;}
.qr_popup {
	display:none;
	width:310px;
	position: absolute; 
	top: 121px; 
	left: calc( 50% + 390px )  ; 
	z-index:999;
	opacity: 0;
    transform: translateY(-100%);
    animation: slideDown 0.3s ease-out forwards;
}
@media screen and (max-width: 1500px) {
	.qr_popup {top:100px;}
}
@media screen and (max-width: 1400px) {
	.qr_popup {left:initial;right:0;top:100px;}
}
@media screen and (max-width: 1300px) {
	.qr_popup {left:initial;right:0;}
}
@media screen and (max-width: 1240px) {
	.qr_popup {top:100px}
}
@media screen and (max-width: 1000px) {
	.qr_popup {top:50px}
}
@keyframes slideUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.qr_popup.slide-down {
    animation: slideDown 0.3s ease-out forwards;
}

.qr_popup.slide-up {
    animation: slideUp 0.3s ease-out forwards;
}

.qr_popup .popup_wrap{
	
	padding: 15px 20px 20px 20px; 
	background-color:#697fa4; 
}
.qr_popup.mem_regular .popup_wrap{background-color:#0047ba; }
.qr_popup.mem_junior .popup_wrap{background-color:#697fa4; }
.qr_popup .popup_top {align-items:center; justify-content:space-between;}
.qr_popup .popup_top .logo_wrap {
	display:block;
	width:95px; height:35px;
	background-image:url(../_img/memcard/memcard_logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	margin-bottom:10px;
}
.qr_popup .popup_top .pop_close {
	display:block;
	width:19px; height:19px;
	background-image:url(../_img/memcard/icon_close_wh.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	margin-top:-10px;
	font-size:0;
}

.qr_popup .qr_bg_wrap {
	width:100%; height:auto;
	padding:50px 30px 10px;
	background-image:url(../_img/memcard/qr_bg.png);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:10px;
	margin:0 auto;
	position:relative;
}
.qr_popup .qr_bg_wrap .mem_flag{position:absolute;top:0;left:10px;width:70px;height:50px;text-align:center;border-radius:0 0 20px 20px;}
.qr_popup .qr_bg_wrap .tab_mode{position:absolute;top:10px;right:10px;width:93px;height:30px;}
.qr_popup .qr_bg_wrap.logout{padding:10px 30px 10px;}
.txt_logout{}

.tab_mode {
      position: relative;
      display: flex;
      background: #e0e0e0;
      border-radius: 50px;
      padding: 0 10px;
      width: 76px;
      justify-content: space-between;
      box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    }
    .tab_mode  .tab {
      flex: 1;
      text-align: center;
      padding: 5px 0;
      border-radius: 50px;
      position: relative;
      cursor: pointer;
      z-index: 1;
      font-weight: bold;
      color: #555;
      transition: color 0.3s;
	  font-size:15px;
    }
	.tab_mode  .tab.photo-tab{text-align:left;padding-left:2px;}
	.tab_mode  .tab.qr-tab{text-align:right;padding-right:2px;}
    .tab_mode  .tab.active {
      color: white;
    }

    .tab_mode  .tab-indicator {
      position: absolute;
      height: 30px;
      width: 52%;
      background: #624bf5;
      border-radius: 50px;
      z-index: 0;
      transition: all 0.4s ease;
      box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    }


.qr_popup .qr_bg_wrap .mem_flag .mem_icon{margin:0 auto;width:27px;height:24px;display:block;background-repeat:no-repeat;background-position:center;}
.qr_popup .qr_bg_wrap .mem_flag p{font-size:15px;font-weight:600;color:#fff;}
.qr_popup.mem_regular .qr_bg_wrap .mem_flag{background-color:#428aff;}
.qr_popup.mem_junior .qr_bg_wrap .mem_flag{background-color:#7e99c4;}
.qr_popup.mem_regular .qr_bg_wrap .mem_flag .mem_icon{background-image:url(/_img/memcard/memcard_icon_regular.png);background-size:20px;}
.qr_popup.mem_junior .qr_bg_wrap .mem_flag .mem_icon{background-image:url(/_img/memcard/memcard_icon_junior.png);background-size:27px;}
.qr_popup .qr_bg_wrap .img_frame {
	width:130px; height:130px; 
	text-align:center; 
	padding:5px; 
	background-color:#fff; 
	border:1px solid #ccc;
	margin:0 auto 10px;
}
.qr_popup .qr_bg_wrap .img_frame img{object-fit:contain;width:100%;height:100%;}
.qr_popup .qr_bg_wrap .info_wrap {
	margin:5px auto; 	
	font-size:16px;
	color:#010101;
}
.qr_popup .qr_bg_wrap .info_wrap dl{display:block;}
.qr_popup .qr_bg_wrap .info_wrap dl + dl{margin-top:5px;}
.qr_popup .qr_bg_wrap .info_wrap dt {display:inline-block;width:50px;height:20px; font-weight:600; padding:0;font-size:16px;}
.qr_popup .qr_bg_wrap .info_wrap dd {display:inline-block;font-size:16px;white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; width:100%}
.qr_popup .mem_userinfo{margin-top:10px;display:flex;background-color:#fff;padding:5px 5px;border-radius:30px;}
.qr_popup .mem_userinfo dl{width:50%;}
.qr_popup .mem_userinfo dl + dl:before{content:'';width:1px; height:20px;background-color:#ccc;position:absolute;margin-right:5px;}

.qr_popup .mem_userinfo dt,
.qr_popup .mem_userinfo dd{display:inline-block;vertical-align:text-top;}
.qr_popup .mem_userinfo .use_icon{display:block;width:17px;height:17px;background-repeat:no-repeat;background-position:center;background-size:100%;margin-right:2px;margin-left:5px;}
.qr_popup .mem_userinfo .ico_rent{background-image:url(/_img/memcard/memcard_icon4.png);}
.qr_popup .mem_userinfo .ico_reserv{background-image:url(/_img/memcard/memcard_icon5.png);}
.qr_popup .mem_userinfo .infotit{color:#0743b5;font-size:14px;margin-right:5px;}
.qr_popup .mem_userinfo .infoval{color:#333;font-size:14px;}
.qr_popup .popup_bottom {align-items:flex-start; padding-bottom:10px;}
.qr_popup .popup_bottom .cap {
	width:105px; height:25px;
	border-radius:30px;
	border:1px solid #fff;
	padding:3px 10px;
	color:#fff;
	font-size:14px;
	margin-right:10px;
}
.qr_popup .popup_bottom p {font-size:14px; color:#fff; width:calc( 100% - 115px );}
.qr_popup .btn_wrap {margin:0; flex-wrap:nowrap; flex-direction:initial;}
.btn_upgrade{display:block;background-color:#0047b9;color:#fff;font-size:15px;font-weight:bold;text-align:center;border-radius:30pc;padding:5px 20px;margin:10px auto 0;}
.qr_popup .pop_mypage_btn {
	width:50%; 
	background-color:#ffdd23;
	padding:10px;
	font-size:16px;
	color:#333;
	text-align:center;
}
.qr_popup .pop_close_btn {
	width:50%; 
	background-color:#0b2146;
	padding:10px;
	font-size:16px;
	color:#fff;
	text-align:center;
}
/*
@media screen and (max-width: 1500px) {
	.qr_popup {top:101px;}
}
@media screen and (max-width: 1300px) {
	.qr_popup {top:41px; right:80px;}
}*/
@media screen and (max-width: 480px) {
	.qr_popup {right:auto; left:calc( 50% - 140px ); width:280px;}
	.qr_popup .popup_wrap {padding:15px 15px 10px 15px;}
	.qr_popup .qr_bg_wrap {padding:50px 15px 5px;}
	.qr_popup .qr_bg_wrap .info_wrap dl {font-size:14px;}
	.qr_popup .popup_bottom p {width:100%; margin-top:5px;}
	.qr_popup .qr_bg_wrap .qr_img {width:100px; height:100px; margin:0 auto 10px;}
	.qr_popup .pop_mypage_btn, .qr_popup .pop_close_btn {font-size:14px;}
	.qr_popup .qr_bg_wrap .mem_flag{height:45px;}
	.qr_popup .qr_bg_wrap .mem_flag .mem_icon{width:25px;height:20px;background-size:20px;}
	.qr_popup .qr_bg_wrap .mem_flag p{font-size:14px;}
}
/*회원증_241212 ---*/