@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'paybooc';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* 
   v1.0 | 20220516
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
	font-size: 100%; font: inherit; font-family: "paybooc", "Noto Sans KR", "Malgun Gothic", "맑은고딕", Dotum, sans-serif; line-height: 110%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
div { display: block }
article, aside, footer, header, hgroup, main, nav, section { display: block }
table {
	border-collapse: collapse;
	border-spacing: 0;
  width: 100%;
}
address { display: block; }
figcaption { display: block }
hr {
  display: block; overflow: hidden;
  unicode-bidi: isolate;
  margin-block-start: 0.5em; margin-block-end: 0.5em; margin-inline-start: auto; margin-inline-end: auto;
  border-style: inset; border-width: 1px
}
map {
  display: inline
}
video {
  object-fit: contain;
}
video:-webkit-full-page-media {
  margin: auto; position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  max-height: 100%; max-width: 100%;
}
button {
  background: none;
  border: 0;
}
strong {
  font-weight: 700; line-height: 140%;
}
img {
  width: 100%;
}
p {
  font-size: var(--bis-font-size-15); font-weight: 400;
}

/* form elements */
form {
  display: block;
  margin-top: 0__qem;
}
:-webkit-any(table, thead, tbody, tfoot, tr) > form:-internal-is-html {
  display: none !important;
}
label {
  cursor: default;
}
legend {
  display: block;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border: none
}
select { 
  border-radius:0;          /* 아이폰 사파리 보더 없애기 */ 
  -webkit-appearance:none;  /* 화살표 없애기 for chrome*/ 
     -moz-appearance:none;  /* 화살표 없애기 for firefox*/ 
          appearance:none   /* 화살표 없애기 공통*/ 
}


.clearfix:after {
  content: " "; 
  display: block; 
  clear: both;
}
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.mgT10 { margin-top:10px !important; }
.mgT15 { margin-top:15px !important; }
.mgT20 { margin-top:20px !important; }

.pdT10 { padding-top:10px !important; }
.pdT15 { padding-top:15px !important; }
.pdT20 { padding-top:20px !important; }

.fc-red { color:var(--bis-color-red) !important; }
.fc-blue { color: var(--bis-color-blue) !important; }

#wrap {
  width: 100%;
  overflow: hidden;
}
h3 {
  font-size: var(--bis-font-size-28); font-weight: 700; line-height: 140%;
}
h4 {
  font-size: var(--bis-font-size-22); font-weight: 700; line-height: 140%;
}

/******************************************************************
                              /*  gnb menu Style Css *
***********************/
header {
  position: fixed; top: 0px; left: 0px; z-index: 11;
  width: 100%;
}
header .navi {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  width: 100%; height: 100px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .35);
}
header .navi h1.logo {
  position: absolute; top: 25px; left: 50px;
  background:url('../images/common/ulife_logo.svg') no-repeat;
  background-size: auto 100%;
  width: 110px; height: 50px;
  font-size: 0;
  cursor: pointer;
}
header .navi h1 a {
  display: inline-grid;
  width: 110px; height: 50px;
  cursor: pointer;
}
header .navi h1.logo-fix {
  display: none;
}
header .navi #gnb {
  position: absolute; top: 0px; left: calc(50% - 276px);
  display: flex; margin: 0 auto;
}
header .navi #gnb ul {
  width: 100%;
}
header .navi #gnb li {
  float: left; flex-flow: row-reverse wrap; justify-content: center;
  font-size: var(--bis-font-size-18); font-weight: 500; text-align: center; line-height: 100px;
  padding:0 30px;
}
header .navi #gnb li:first-child {
  padding-left: 0%;
}
header .navi #gnb li:last-child {
  padding-right: 0%;
}
header .navi #gnb li a {
  color: var(--bis-color-black);
}
header .navi #gnb li a:hover {
  color: #016FFF;
}
header .navi .right-icon {
  position: absolute; top: 36px; right: 30px;
}
header .navi .right-icon a.search {
  float: left; display: inline-flex;
  width: 26px; height: 26px;
  margin-right: 30px;
}
header .navi .right-icon .all-menu {
  float: left;
  width: 30px; height: 26px;
  cursor: pointer;
}
header .navi .all-menu span {
  display: block;
  width: 30px; height: 2px;
  background-color: var(--bis-color-black);
  margin: 6px auto 0; border-radius: 0px;
}
header .navi .all-menu span:first-child {
  margin-top: 0px;
}
header .navi .all-menu span:nth-child(2) {
  width: 22px; margin-left: 2px;
}
header .navi .all-menu span:nth-child(3) {
  width: 22px; margin-right: 2px;
}
header .navi .all-menu:hover span {
  background-color: #1c7ced;
}

/* Main Gnb 전용 */
header .navi.main {
  background-color: rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .42);
  box-shadow: 0 0 0 0 rgba(255,255, 255, .0);
}
header .navi.main h1.logo {
  position: absolute; top: 25px; left: 50px;
  background:url('../images/common/ulife_logo_white.svg') no-repeat;
  background-size: auto 100%;
  width: 110px; height: 50px;
  font-size: 0;
  cursor: pointer;
}
header .navi.main #gnb li a {
  color: var(--bis-color-black);
}
header .navi.main #gnb li a:hover {
  color: var(--bis-color-black);
}
.fix {
  background-color: var(--bis-color-white);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .35);
}
header.fix .navi.main #gnb li a {
  color: var(--bis-color-black);
}
header.fix .navi.main #gnb li a:hover {
  color: var(--bis-color-blue);
}
header.fix .navi.main h1.logo {
  display: none;
}
header.fix .navi.main h1.logo-fix {
  display: block;
  position: absolute; top: 25px; left: 50px;
  background:url('../images/common/ulife_logo.svg') no-repeat;
  background-size: auto 100%;
  width: 110px; height: 50px;
  font-size: 0;
}
header.fix .navi.main h1.logo-fix {
  display: block;
  position: absolute; top: 20px; left: 50px;
  width: 115px; height: 45px;
}

header .sidenav {
  height: 100%; width: 0;
  position: fixed; top: 0; right: 0; z-index: 112;
  background-color: #111;
  padding-top: 60px;
  overflow: hidden;
  transition: 0.5s;
}
header .sidenav .closebtn {
  position: absolute; top: 30px; right: 30px;
  font-size: var(--bis-font-size-58); color: var(--bis-color-light-silver);
  margin-left: 50px;
}
header .sidenav h2 {
  font-size: var(--bis-font-size-48); font-weight: 700;
  color: var(--bis-color-white);
  margin: 100px 0 50px 5%;
}
header .sidenav .accordeon .inb {
  display: flex;
}

.input-radio-open:not(:checked) ~ .element_header .header_title-open {
  display: block;
}
.input-radio-open:not(:checked) ~ .element_header .header_title-close {
  display: none;
}
header .sidenav input[type=radio] {
  display: none;
}
header .sidenav .accordeon {
  max-width: 90%;
  margin: 0 auto;
}
header .sidenav .accordeon ul > li {
  float: left;
  width: var(--bis-boxList-width-sixth);
  margin-left:5%;
}
header .sidenav .accordeon > ul > li:first-child {
  margin-left: 0%;
}

.accordeon_element {
  margin-top: 10px;
}

.header_title {
  padding: 15px 0;
  cursor: pointer;
  font-size: var(--bis-font-size-18); color: var(--bis-color-white); text-align: center;
  border-bottom:2px solid var(--bis-color-blue);
  transition: border-color 0.25s ease;
}

.element_content {
  padding: 0px;
  transition: height 0.25s ease, opacity 0.25s ease, padding 0s ease;
}

.content_wrapper {
  color: var(--bis-color-white);
  padding: 0px;
}
.content_wrapper ul {
  display: block;
  width:100%;
}
header .sidenav .accordeon  .content_wrapper ul > li {
  display: block;
  font-size: var(--bis-font-size-15);  color: var(--bis-color-silver-gray); font-weight: 400;
  width: 100%;
  margin-left: 0px;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
header .sidenav .accordeon  .content_wrapper ul > li a {
  display: block;
}
header .sidenav .accordeon  .content_wrapper ul > li a:hover {
  color: var(--bis-color-deep-yellow);
}


/****************** Footer Style css */
footer {
  width: 100%;
  background-color: var(--bis-color-deep-gray);
  display: block; overflow: hidden;
}
footer .foot-area {
  width: 1400px;
  margin: 0 auto;
}
footer .foot-area .foot-add-area {
  width: 70%;
  float: left;
}
footer .foot-area .foot-add-area h1.logo {
  padding-top: 20px;
  width: 115px;
}
footer .foot-area .foot-add-area ul {
  padding-top: 32px;
}
footer .foot-area .foot-add-area ul li {
  line-height: 140%; vertical-align: top;
  font-size: var(--bis-font-size-12); font-weight: 400;
  color: var(--bis-color-gray);
  padding-top: 7px;
}
footer .foot-area .foot-add-area ul li:first-child {
  padding-top: 0px;
}
footer .foot-area .foot-add-area ul li span {
  position: relative;
  margin: 0 15px;
  width: 1px;
}
footer .foot-area .foot-add-area ul li span:after {
  content: "";
  position: absolute; top: 2px; left: 0px;
  width: 1px; height: 11px;
  background-color: var(--bis-color-gray);
}
footer .foot-area .foot-add-area ul li.copyright {
  padding-top: 15px;
}
footer .foot-area .foot-customer-area {
  width: 30%; padding-top: 92px;
  float: right;
  text-align: right;
}
footer .foot-area .foot-customer-area ul li {
  line-height: 140%; vertical-align: top;
  font-size: var(--bis-font-size-12); font-weight: 400;
  color: var(--bis-color-gray);
  padding-top: 7px;
}
footer .foot-area .foot-customer-area ul li:nth-child(2) {
  margin-top: 10px;
}
footer .foot-menu {
  display: block;
  margin: 20px auto 0;
  border-top: 1px solid var(--bis-color-gray);
  width: 1400px;
}
footer .foot-menu ul li {
  float: left;
  color: var(--bis-color-gray);
  font-size: var(--bis-font-size-12); font-weight: 500; margin: 28px 0;
  margin-left: 35px;
}
footer .foot-menu ul li:first-child {
  margin-left: 0px;
}
footer .foot-menu ul li:last-child {
  float: right;
  margin: 5px 0;
}
footer .foot-menu ul li span {
  display: inline-block;
  width: 34px; height: 34px;
  background-color: #ccc; border-radius: 100%;
  font-size: 0;
  margin-left: 10px;
}
footer .foot-menu ul li span.kakao:after {
  content: "";
  display: block;
  background: url('../images/common/icon-kakao-white.svg') no-repeat;
  background-size: 100%;
  width: 14px; height: 14px;
  margin: 10px auto;
}
footer .foot-menu ul li span.naver-band:after {
  content: "";
  display: block;
  background: url('../images/common/icon-naver-band-white.svg') no-repeat;
  background-size: 100%;
  width: 12px; height: 16px;
  margin: 9px auto;
}

/******************************************************************
           input Style Css 
***********************/
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=url], input[type=number], input[type=search],
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
  outline: none; 
  font-family: sans-serif;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { color: #aaa; }
     :-ms-input-placeholder { color: #aaa; }
         ::-moz-placeholder { color: #aaa; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: transparent; }
          input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: transparent; }
                  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: transparent; }

input {
  vertical-align: middle;
  outline: none; border:none;
  border-radius: 0;
}
.input {
  border-bottom: 1px solid #ccc;
  width: 100%;
  line-height: 40px;
}
.input01 {
  border: 1px solid var(--bis-color-light-gray);
  width: 100%;
  line-height: 40px;
}
.input-no {
  width: 100%;
  line-height: 40px;
}

/******************************************************************
           checkbox Style Css 
***********************/

label.checkbox {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
label.checkbox input[type="checkbox"] {
  display: none;
}
label.checkbox input[type="checkbox"]:checked + span {
  opacity: 1;
}
label.checkbox::before input[type="checkbox"]:checked {
  border-color: var(--bis-color-blue);
}
label.checkbox::before {
  content: '';
  position: absolute; top: -1px; left: 0;
  height: 12px; width: 12px;
  border-radius: 2px; border: 2px solid var(--bis-color-black);
}
label.checkbox span {
  position: absolute; top: -1px; left: 2px;
  width: 8px; height: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  transition: opacity 500ms ease;
}
label.checkbox span::before {
  content: '';
  position: absolute; left: 11px; width: 3px;
  height: 11px;
  background-color: var(--bis-color-blue);
}
label.checkbox span::after {
  content: '';
  position: absolute; top: 8px; left: 7px;
  width: 4px; height: 3px;
  background-color: var(--bis-color-blue);
}
.checkbox input {
  position: absolute; top: 5px; left: 5px; z-index: 1;
  opacity: 0;
}
.checkbox input:checked+label {
  color: var(--bis-color-blue);
}
.checkbox label {
  color: var(--bis-color-gray);
  font-size: var(--bis-font-size-12);
  font-weight: 700;
  cursor: pointer;
}


/******************************************************************
           selectBox Style Css 
***********************/
select {
  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
     -moz-appearance: none;
          appearance: none;
  background: url('../images/down-arrow.png') no-repeat 95% 50%;  /* 화살표 모양의 이미지 */ 
  background-size: 16px;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand { 
  display: none;
}

select {
  padding: 0 0 1px;
  border: 0; border-radius: 0;
  width: 100%;
  font-weight: bold;
}
select:focus, select:active {
  outline: 0;
  border-color: var(--bis-color-blue);
}



/******************************************************************
           root Style Css 
***********************/
:root {
  --bis-color-white: #fff;
  --bis-color-black: #000;
  --bis-color-purple: #5C0F8B;
  --bis-color-navy: #323FB2;
  --bis-color-blue: #016FFF;
  --bis-color-light-blue: #AFC4EF;
  --bis-color-deep-blue: #0151F1;
  --bis-color-sky: #00A0DF;
  --bis-color-light-sky: #61D2FF;
  --bis-color-gray: #808080;
  --bis-color-slate-gray: #666;
  --bis-color-light-gray: #d8d8d8;
  --bis-color-deep-gray: #292929;
  --bis-color-light-silver: #f5f5f5;
  --bis-color-silver-gray: #cecece;
  --bis-color-silver: #b8b8b8;
  --bis-color-geen: #76BC21;
  --bis-color-yellow: #FCE200;
  --bis-color-deep-yellow: #FCCA00;
  --bis-color-orange: #FF9015;
  --bis-color-light-orange: #FFBC72;
  --bis-color-red: #FE3B1F;
  --bis-color-light-red: #FF8371;
  
/* widht */
  --bis-boxList-width-second: 49%;
  --bis-boxList-width-third: 32%;
  --bis-boxList-width-fourth: 23.5%;
  --bis-boxList-width-fifth: 18.4%;
  --bis-boxList-width-sixth: 12%;
  --bis-boxList-width-eighth: 10.75%;
  --button-cover-wrap: 100%;
/* font size */
  --bis-font-size-58: 58px;
  --bis-font-size-52: 52px;
  --bis-font-size-48: 48px;
  --bis-font-size-32: 32px;
  --bis-font-size-28: 28px;
  --bis-font-size-25: 25px;
  --bis-font-size-22: 22px;
  --bis-font-size-18: 18px;
  --bis-font-size-15: 15px;
  --bis-font-size-12: 12px;
}

.inb {
  font-size: 0;
}
.inb > * {
  display: inline-block;
  vertical-align: top;
}



/*********************************************************************************************
                        Common Box List Style css
*****************************/
.box-fourth-item {
  width: var(--bis-boxList-width-fourth);
  margin-left: 2%;
}
.box-fourth-item:first-child {
  margin-left: 0%;
}
.box-fourth-item:hover {
  cursor: pointer;
}

.box-fifth-item {
  width: var(--bis-boxList-width-fifth);
  margin-left: 2%;
}
.box-fifth-item:first-child {
  margin-left: 0%;
}
.box-fifth-item:hover {
  cursor: pointer;
}

.box-eighth-item {
  width: var(--bis-boxList-width-eighth);
  margin-left: 2%;
}
.box-eighth-item:first-child {
  margin-left: 0%;
}
.box-eighth-item:hover {
  cursor: pointer;
}




/*********************************************************************************************
									Mobile Style css
*****************************/
@media only screen and (max-width:899px) and (min-width:280px) {	
  /***********************  header Area */
  header .navi {
    height: 50px;
  }
  header .navi h1.logo,  
  header .navi.main h1.logo {
	position: absolute; top: 9px; left: 3%;
	width: 110px; height: 35px;
  }
  header.fix .navi.main h1.logo-fix {
	position: absolute; top: 9px; left: 3%;
	width: 110px; height: 35px;
  }
  header .navi h1 a {
    height: 35px;
  }
  header .navi #gnb {
    display: none;
  }
  header .navi .right-icon {
    top: 15px; right: 3%;
  }
  header .navi .right-icon a.search {
	display: none;
  }
  header .navi #gnb {
	display: flex;
	flex-direction: column;
	position: fixed; top: 55px;
	justify-content: start;
	width: 100%;
	height: calc(100vh - 55px);
	transform: translate(-101%);
	text-align: center;
	overflow: hidden;
  }
  header .navi.main .all-menu span {
    width: 30px; height: 2px;
    background-color: var(--bis-color-white);
    margin: 7px auto 0;
    border-radius: 0px;
  }
  header .navi .all-menu span:nth-child(1) {
    margin: 0px auto 0;
  }
  header .navi .all-menu span:nth-child(2) {
    width: 30px;
    margin: 7px auto 0;
  }
  header .navi .all-menu span:nth-child(3) {
	display: none;
  }
  header.fix .navi.main .all-menu span {
    background-color: var(--bis-color-black);
  }
  header .sidenav .closebtn {
	top: 0px; right: 0px;
    font-size: var(--bis-font-size-32);
	padding:10px;
    margin-left: 0px;
  }
  header .sidenav h2 {
    font-size: 0;
    margin: 0px 0 0px 0;
  }

  header .sidenav .accordeon .inb {
    flex-wrap: wrap;
  }

  .input-radio-open:not(:checked) ~ .element_content {
	height: 0;
	opacity: 0;
	overflow: hidden;
  }
  .input-radio-open:checked ~ .element_header .header_title-open {
	display: none;
  }
  .input-radio-open:checked ~ .element_header .header_title-close {
	display: block;
  }
  .input-radio-open:checked ~ .element_content {
    opacity: 1;
    overflow: hidden;
    width: 100%; height: auto;
	background-color: rgba(255, 255, 255, 0.12);
  }
  header .sidenav .accordeon {
	max-width: 90%;
	max-height: 85%;
    overflow-y: auto;
	margin: 0 auto;
  }
  header .sidenav .accordeon > ul {
    overflow-y: auto;
  }
  header .sidenav .accordeon ul > li {
    float: left;
    width: 100%;
    margin-left: 0%; margin-top: 20px;
  }
  header .sidenav .accordeon > ul > li:first-child {
    margin-top: 0px;
  }
  .accordeon_element {
	margin-top: 0px;
  }
  .header_title {
    position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	text-align: left;
	color: rgba(255, 255, 255, 0.85); font-weight: 500;
  }
  .header_title:hover, .header_title.header_title-open {
  }
  .header_title:after {
    content: "";
    position: absolute; top: 12px; right: 0px;
    background: url('../images/common/icon-arrow-white.svg') no-repeat;
    background-size: 100%;
    width: 20px; height: 20px;
    opacity: .5;
  }
  .header_title:hover, .header_title.header_title-close {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	color: var(--bis-color-deep-yellow);
  }
  .header_title-close:after {
    content: "";
	transform: rotate( 180deg );
    opacity: 1;
  }

  .element_content {
    padding: 0;
  }
  .content_wrapper {
	padding: 0px;
  }
  header .sidenav .accordeon .content_wrapper ul > li {
    font-size: var(--bis-font-size-15);
    width: 90%;
    padding: 15px 5% 15px;
	margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .85);
}
  
  /***********************  footer Area */
  footer {
    position: relative;
  }
  footer .foot-area {
    width: 90%;
    margin: 0 auto;
  }
  footer .foot-area .foot-add-area {
    width: 100%;
    clear: left;
  }
  footer .foot-area .foot-add-area ul li {
    font-size: var(--bis-font-size-15);
  }
  footer .foot-area .foot-add-area ul li span {
    display: block;
  }
  footer .foot-area .foot-add-area ul li span:after {
    display: none;
  }
  footer .foot-area .foot-add-area ul li.copyright {
    padding-top: 7px;
  }
  footer .foot-area .foot-customer-area {
    position: relative;
    width: 100%;
    padding-top: 10px;
    clear: right;
    text-align: left;
  }
  footer .foot-area .foot-customer-area ul li {
    padding-top: 0px;
    font-size: var(--bis-font-size-15);
  }
  footer .foot-area .foot-customer-area ul li:nth-child(2) {
    margin-top: 3px;
  }
  footer .foot-menu {
    display: block;
    margin: 20px auto 0;
    border-top: 1px solid var(--bis-color-gray);
    width: 90%;
  }
  footer .foot-menu ul li {
    float: left;
    font-size: var(--bis-font-size-12);
    margin: 15px 0;
    margin-left: 5%;
  }
  footer .foot-menu ul li:last-child {
    position: absolute; bottom: 60px; right: 5%;
	width: 103px;
  }
  footer .foot-menu ul li span {
    position: relative;
    width: 46px; height: 46px;
    margin-left: 8px;
  }
  footer .foot-menu ul li:last-child a:first-child span {
    margin-left: 0px;
  }
  footer .foot-menu ul li span.kakao:after{
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 22px; height: 22px;
    margin: 0px;
  }
  footer .foot-menu ul li span.naver-band:after {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 23px;
    margin: 0px;
  }

  /********************************************************************* All menu */
}





/*********************************************************************************************
									Mobile & Tablet Root Font Size Style css
*****************************/
@media only screen and (max-width:699px) and (min-width:280px) {	  
  :root {
  /* widht */
    --bis-boxList-width-second: 47.5%;
    --bis-boxList-width-third: 47.5%;
    --bis-boxList-width-fourth: 47.5%;
    --bis-boxList-width-fifth: 47.5%;
    --bis-boxList-width-eighth: 23.5%;
    --button-cover-wrap: 100%;
  }
}

@media only screen and (max-width:1199px) and (min-width:280px) {	
  :root {
  /* font size */
    --bis-font-size-58: 3.25rem;
    --bis-font-size-52: 2.85rem;
    --bis-font-size-48: 2.25rem;
    --bis-font-size-32: 2rem;
    --bis-font-size-28: 1.8rem;
    --bis-font-size-25: 1.5rem;
    --bis-font-size-22: 1.4rem;
    --bis-font-size-20: 1.125rem;
    --bis-font-size-18: 1rem;
    --bis-font-size-15: .75rem;
    --bis-font-size-12: .65rem;
  }
}


/********************************************************************** 1500 미만 해상도 */
@media only screen and (max-width:1500px) and (min-width:1300px){
  footer .foot-area, footer .foot-menu {
    width: 1280px;
  }
}
/********************************************************************** 1300 미만 해상도 */
@media only screen and (max-width:1299px) and (min-width:1200px){
  footer .foot-area, footer .foot-menu {
    width: 1150px;
  }
}
/********************************************************************** 1024 미만 해상도 */
@media only screen and (max-width:1199px) and (min-width:1000px){
  footer .foot-area, footer .foot-menu {
	width: 980px;
  }
}

/********************************************************************** 900 미만 해상도 */
@media only screen and (max-width:999px) and (min-width:900px){
  footer .foot-area, footer .foot-menu {
    width: 850px;
  }
}


@media only screen and (max-width:899px) and (min-width:700px) {
  header .navi #gnb {
    display: none;
  }
}