@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

/* input {-webkit-appearance:none; -moz-appearance:none; appearance:none;   -webkit-border-radius: 0;} */
input,
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}
html {
  min-height: 100%;
  position: relative;
}

html,
button,
input,
select {
  font-family: "Roboto", sans-serif;
}

b,
strong {
  font-weight: 600;
}

a {
  color: #444;
}

header#mqHeader {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* header#mqHeader > div > h1 { float:left; margin-top:10px;} */

header#mqHeader > div > nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

header#mqHeader > div > nav > * {
  float: left;
}

/* header#mqHeader > div > nav > p { padding-top:26px; padding-bottom:25px; } */

header#mqHeader > div > nav > p.logout,
topNavi__moreBox > p.all {
  position: relative;
  z-index: 10;
}

header#mqHeader > div > nav > p > a {
  width: 25px;
  height: 25px;
  display: block;
}

header#mqHeader > div > nav > p.login > a {
  background-image: url("../img/common/img_btn_login.png");
}
header#mqHeader > div > nav > p.logout > a {
  background-image: url("../img/common/img_btn_logout.png");
}
header#mqHeader > div > nav > p.my > a {
  background-image: url("../img/common/img_btn_my.png");
}

header#mqHeader > div > nav > p > a:focus,
header#mqHeader > div > nav > p > a:hover {
  background-position: -44px 0;
}
/* header#mqHeader > div > nav > p.all > a.enter { background-position:-88px 0; } */

div#mqNavis {
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  display: none;
}

/* 헤더 탑 사이드 버튼 */

.topNavi__moreBox {
  position: relative;
  display: flex;
  align-items: center;
}

.topNavi__moreBox i:hover {
  color: #5e97b6;
}

.topNavi__moreBox > ul {
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  width: auto;
  max-width: 45px;
}

.topNavi__moreBox > ul > li {
  margin-right: 10px;
}

.topNavi__moreBox > ul li a {
  color: #fff;
}

.topNavi__moreBox .main-home {
  display: block;
  margin-right: 10px;
}

.topNavi__moreBox .main-home a {
  color: #fff;
}

.topNavi__moreBox .language_select {
  margin-right: 10px;
}

.topNavi__moreBox .language_select span i {
  color: #fff;
}

aside#mqQuick {
  background-color: #333333;
  position: relative;
  padding: 20px 0;
}
aside#mqQuick > ul > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}

/* 버거 버튼 스타일 */
.topnavi-burgerbtn {
  width: 23px;
  height: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.topnavi-burgerbtn span {
  display: block;
  height: 3px;
  background-color: #fff;
}

.topnavi-burgerbtn span:nth-child(1) {
  width: 23px;
}

.topnavi-burgerbtn span:nth-child(2) {
  width: 13px;
}

.topnavi-burgerbtn span:nth-child(3) {
  width: 19px;
}

/* 푸터 */
footer#mqFooter {
  width: 100%;
  background-color: #141720;
  position: relative;
}
footer#mqFooter > div > * {
  line-height: 1.6;
}
footer#mqFooter > div address,
footer#mqFooter > div > p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
footer#mqFooter > div > p:nth-of-type(3) {
  color: rgba(255, 255, 255, 0.5);
}

/* **************************************** *
 * BUTTON
 * **************************************** */
/* Default */
.e_btn {
  display: inline-block;
  min-width: 150px;
  padding: 11px 40px;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px;
  background: transparent;
  overflow: hidden;
  -webkit-transition: color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.e_btn[lang="en"] {
  padding: 21.5px 29px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.e_btn span {
  position: relative;
}
.e_btn:before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-101%) skewX(-17.62deg);
  -ms-transform: translateX(-101%) skewX(-17.62deg);
  transform: translateX(-101%) skewX(-17.62deg);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1),
    -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.e_btn:hover:before {
  -webkit-transform: translateX(0) skewX(-17.62deg);
  -ms-transform: translateX(0) skewX(-17.62deg);
  transform: translateX(0) skewX(-17.62deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* basic style */
.basic_btn {
  text-align: center;
}
.basic_btn.primary {
  color: #222;
  border-color: #222;
}
.basic_btn.primary:before {
  background: #222;
}
.basic_btn.primary:hover {
  color: #fff;
}
.basic_btn.secondary {
  color: #fff;
  border-color: #fff;
}
.basic_btn.secondary:before {
  background: #fff;
}
.basic_btn.secondary:hover {
  color: #222;
}

/* icon style */
.icon_btn {
  color: #222;
  border-color: #222;
}
.icon_btn:before {
  background: #222;
}
.icon_btn span {
  display: block;
}
.icon_btn span:after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  -webkit-transition: color 0s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  transition: color 0s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
}
.icon_btn:hover {
  color: #fff;
}
.icon_btn:hover span:after {
  color: #fff;
  -webkit-transition: color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.icon_btn.primary span {
  padding-right: 32px;
}
.icon_btn.primary span:after {
  right: 0;
}
.icon_btn.secondary {
  min-width: inherit;
  padding-left: 20px;
  padding-right: 20px;
}
.icon_btn.secondary span {
  padding-left: 19px;
}
.icon_btn.secondary span:after {
  left: -5px;
}
.icon_enter span:after {
  content: "\e930";
  font-size: 19px;
}
.icon_download span:after {
  content: "\e92f";
  font-size: 19px;
  margin-top: -11px;
}
.icon_check span:after {
  content: "\e935";
  font-size: 12px;
}
.icon_remove span:after {
  content: "\e92e";
  font-size: 10px;
}
.icon_arrow span:after {
  /*content: '\e903';*/
  content: "→";
  font-size: 14px;
  text-decoration: none;
}
.icon_more span:after {
  /*content: '\e903';*/
  content: "+";
  font-size: 16px;
  text-decoration: none;
}
.icon_list span:after {
  content: "\e92d";
  font-size: 10px;
}
.icon_open span:after {
  content: "\e931";
  font-size: 19px;
}
.icon_back span:after {
  content: "\e934";
  font-size: 13px;
}
/* **************************************** *
 * BUTTON end
 * **************************************** */

/* 전체 내비게이션 */
#mqNavis button {
  width: 50px;
  height: 50px;
  background: none;
  color: #fff;
  font-size: 20px;
  border: none;
}
#mqNavis button:focus,
#mqNavis button:hover {
  background-position: -88px 0;
}

/*** Mobile ***/
@media screen and (min-width: 1px) and (max-width: 639px) {
  div#mqLayout {
    min-width: 303px;
  }
  /* header#mqHeader > div > h1 {margin-top:15px !important;}
	header#mqHeader > div > h1 img{width:80%;} */
  /* header#mqHeader > nav > p.all { padding-right:20px; } */

  div#mqNavis {
    min-width: 303px;
  }

  /* 헤더탑 */
  #mqHeader-Top {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #mqHeader-Top ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mqHeader-Top ul a {
    width: 100%;
    display: block;
    font-size: 0.67em;
    text-align: center;
    padding: 6px 5px;
  }
  #mqHeader-Top ul a:focus,
  #mqHeader-Top ul a:hover {
    background-color: #757575;
    color: #fff;
  }

  #mqHeader-Top ul {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #mqHeader-Top ul li {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #mqHeader-Top ul a {
  }
  #mqHeader-Top ul li:not(:first-of-type) a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  /* header#mqHeader > div > h1 { float:left; margin-top:10px; margin-left:10px; } */
  /* header#mqHeader > div > nav > p.all { padding-right:10px; } */

  aside#mqQuick > ul {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
  aside#mqQuick > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2em;
    width: auto;
  }
  aside#mqQuick > ul > li:nth-of-type(2n + 2) {
    /*background-color:#666; */
  }
  aside#mqQuick > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* 푸터 */
  footer#mqFooter {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer#mqFooter > div > * {
    font-size: 0.75em;
  }
}

/*** Mobile & Tablet ***/
@media screen and (max-width: 1220px) {
  .e_btn {
    min-width: 70px !important;
    text-align: left;
  }

  header#mqHeader {
    position: absolute;
  }
  header#mqHeader > div > nav > ul {
    display: none;
  }

  div#mqNavis {
    position: absolute;
    z-index: 109;
  }
  div#mqNavis > nav > ul > li:first-of-type {
    margin-top: 115px;
  }

  div#mqNavis > nav > ul > li > a {
    display: block;
    padding: 18px 25px;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  div#mqNavis > nav > ul > li > a:focus,
  div#mqNavis > nav > ul > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  div#mqNavis > nav > ul > li > a.enter {
    background-color: #3a3;
    border: none;
  }

  div#mqNavis > nav > ul > li > ul {
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
  }

  div#mqNavis > nav > ul > li > ul > li > a {
    display: block;
    padding: 12px 25px;
    color: #fff;
    font-size: 17px;
  }

  div#mqNavis > nav > ul > li > ul > li > a:focus,
  div#mqNavis > nav > ul > li > ul > li > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }

  div#mqNavis p.close {
    padding: 20px;
    text-align: right;
  }

  /* 푸터 */
  footer#mqFooter {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer#mqFooter > div {
    background-position: center top;
    text-align: center;
  }
  footer#mqFooter > div > p.facebook {
    margin-top: 20px;
  }
  footer#mqFooter > div > p:nth-of-type(3) span {
    display: block;
  }
}

/*** Tablet ***/
@media screen and (min-width: 640px) and (max-width: 1216px) {
  div#mqLayout {
    min-width: 623px;
  }
  /* header#mqHeader > div > nav > p.all { padding-right:30px; } */

  #mqHeader-Top ul {
    width: 100%;
  }

  aside#mqQuick > ul > li:not(:first-of-type) > a {
    border-left: 1px solid #aaa;
    color: #fff;
    padding-left: 14px;
    margin-left: 12px;
  }

  /* 푸터 */
  footer#mqFooter > div > * {
    font-size: 0.85em;
  }
}

/*** Tablet & Desktop ***/
@media screen and (min-width: 640px) {
  /* header#mqHeader > div > h1 { margin-left:5px; } */
  aside#mqQuick > ul > li {
    display: inline-block;
  }

  /* 헤더탑 */
  #mqHeader-Top {
    background-color: #5d5d5d;
  }
  #mqHeader-Top ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-pack: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #mqHeader-Top ul a {
    width: 100%;
    display: block;
    font-size: 0.7em;
    text-align: center;
    padding: 5px 8px;
    background: url(/res/img/common/img-line.png) no-repeat left center;
    color: #fff;
  }
  #mqHeader-Top ul li:first-of-type a {
    background-image: none;
  }
  #mqHeader-Top ul a:focus,
  #mqHeader-Top ul a:hover {
    background-color: #000;
    color: #fff;
  }
}

/*** Desktop ***/

/*
#mqHeader-Top ul {
  width: 1200px;   기존 상단TOP 영역 1200 
} */

header#mqHeader {
  position: fixed;
}

header#mqHeader > div.box {
  width: 1200px; /* 기존 상단TOP 영역 1400 */
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#mqHeader > div.box > h1 > a {
  display: flex;
  align-items: center;
}

header#mqHeader > div.box > h1 > a img {
  width: 260px;
}

header#mqHeader > div > nav > ul {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#mqHeader > div > nav > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 20px;
}

header#mqHeader > div > nav > ul > li:last-child {
  margin-right: 0;
}

header#mqHeader > div > nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 5px solid transparent;
  margin-top: 10px;
  padding-bottom: 10px;
}

header#mqHeader > div > nav > ul > li > a:focus,
header#mqHeader > div > nav > ul > li > a:hover,
header#mqHeader > div > nav > ul > li > a.enter {
  color: #629ab8;
  /* background-color:#FFF;  */
  /* text-decoration:underline; */
  border-bottom: 5px solid #629ab8;
}

header#mqHeader > div > nav > ul > li > ul {
  min-width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, 1);
  display: none;
  justify-content: space-between;
}

/* header#mqHeader > div > nav > ul > li > ul > li:not(:first-of-type) { border-top:1px solid #e8e8e8; } */
header#mqHeader > div > nav > ul > li > ul > li > a,
header#mqHeader .sub_menu_floating a {
  display: block;
  padding: 12px 5px 12px 5px;
  white-space: nowrap;
  font-size: 0.9em;
  color: #484848;
}
header#mqHeader > div > nav > ul > li > ul > li > a:focus,
header#mqHeader > div > nav > ul > li > ul > li > a:hover {
  font-weight: 600;
  color: #e9a932;
}
header#mqHeader .sub_menu_floating a:focus,
header#mqHeader .sub_menu_floating a:hover {
  font-weight: 600;
  color: #e9a932;
}

.language_select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
}

.language_select span:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.language_select span:last-child img {
  margin-left: 2px;
}

.sub_menu_floating {
  background-color: #ffffff;
  min-width: 100%;
}

div#mqNavis .sitemap_submenu a {
  display: block;
  padding: 10px 0 10px 20px;
  color: #eee;
  font-size: 15px;
}

div#mqNavis .sitemap_submenu a:focus,
div#mqNavis .sitemap_submenu a:hover {
  background-color: #eee;
  color: #000;
}

header#mqHeader > div > nav > p.all {
  display: none;
}

div#mqNavis {
  position: fixed;
  z-index: 111;
}
div#mqNavis > nav {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
div#mqNavis > nav > ul {
  width: 1200px; /*메인 영역 2차메누부분 기존 1400 */
  display: -ms-flexbox;
  display: flex;
}
div#mqNavis > nav > ul > li {
  flex-grow: 1;
}

div#mqNavis > nav > ul > li > a {
  display: block;
  padding: 6px 6px;
  color: #fff;
  font-size: 1.05em;
  font-weight: 600;
  border-bottom: 2px solid #00a7e8;
  padding-bottom: 15px;
}

div#mqNavis > nav > ul > li > ul {
  display: block;
}

div#mqNavis > nav > ul > li > ul > li > a {
  display: block;
  padding: 10px;
  color: #eee;
}
div#mqNavis > nav > ul > li > ul > li > a:focus,
div#mqNavis > nav > ul > li > ul > li > a:hover {
  background-color: #eee;
  color: #000;
}

div#mqNavis > nav > ul {
  position: relative;
  height: 100vh;
  overflow: auto;
  padding-top: 200px;
}

div#mqNavis p.close {
  position: absolute;
  top: 40px;
  right: 40px;
}

aside#mqQuick > ul {
  width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
}
aside#mqQuick > ul > li:not(:first-of-type) > a {
  display: flex;
  align-items: center;
  border-left: 1px solid #5c5c5c;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 14px;
  margin-left: 12px;
  height: 100%;
}

/* 푸터 */
footer#mqFooter {
  padding-top: 35px;
  padding-bottom: 90px;
  background-color: #5d5d5d;
}
footer#mqFooter > div {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

footer#mqFooter > div img {
  display: block;
  margin: 0 auto 30px;
}

footer#mqFooter > div > p.facebook {
  position: absolute;
  top: 0;
  right: 0;
}
footer#mqFooter > div > p:nth-of-type(1) {
  display: inline-block;
  margin-right: 15px;
}
footer#mqFooter > div > p:nth-of-type(2) {
  display: inline-block;
}
footer#mqFooter > div > p:nth-of-type(3) {
  display: block;
}
footer#mqFooter > div > p:nth-of-type(3) span:nth-of-type(1) {
  margin-right: 20px;
}
footer#mqFooter > div address {
  display: inline-block;
  margin-right: 15px;
}

/* 서브 드랍박스 스타일 */

#mqHeader {
  position: relative;
}

.header_submenu {
  position: fixed;
  display: none;
  justify-content: space-between;
  width: 1200px; /* 2차메뉴 드룹영역 기존 1400 */
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header_submenu_bg {
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.header_submenu_title {
  width: 250px;
  position: relative;
  display: flex;
  font-size: 25px;
  font-weight: bold;
  z-index: 101;
  margin-top: 20px;
  color: #fff;
}

.header_submenu_title span {
  display: block;
  font-size: 25px; /* 2차부분 좌측 타이틀 폰트 사이즈 35 */
}

.header_submenu_ul {
  position: relative;
  z-index: 101;
  width: 1020px; /* 2차부분 우측 메뉴 영역 기존 1150*/
  padding: 10px 0;
}

.header_submenu_ul > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}

.header_submenu_ul > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 18%; /* 2차 드룹영역 개별 영역 기존 19 */
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  margin-left: 1.25%;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 5px;
}

.header_submenu_ul > ul > li:first-child {
  margin-left: 0;
}

/* .header_submenu_ul > ul > li:nth-child(6n) {
  margin-left: 0;
}

.header_submenu_ul > ul > li:nth-child(n + 6) {
  margin-bottom: 0;
} */

.header_submenu_ul > ul > li > a {
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.header_submenu_ul > ul > li > a > i {
	display:none;
  color: #629ab8;
  margin-left: 8px;
}

/* 반응형 */
/* 데스크탑 */
@media screen and (max-width: 1450px) {
  header#mqHeader > div.box,
  aside#mqQuick > ul,
  footer#mqFooter > div {
    width: 90vw;
  }

  header#mqHeader > div > nav > ul {
    display: none;
  }
}

@media screen and (max-width: 1220px) {
  div#mqNavis {
    position: fixed;
  }

  div#mqNavis > nav {
    height: auto;
    display: block;
  }

  div#mqNavis > nav > ul {
    width: auto;
    display: block;
    padding-top: 0;
  }

  div#mqNavis > nav > ul > li > ul {
    display: none;
  }

  div#mqNavis > nav > ul > li > a {
    padding: 20px;
    font-size: 16px;
  }

  div#mqNavis > nav > ul > li > ul > li > a {
    padding: 10px;
    font-size: 15px;
  }

  div#mqNavis .sitemap_submenu a {
    padding: 5px 50px;
    font-size: 15px;
  }

  div#mqNavis p.close {
    top: 0;
    right: 0;
  }
}

/* 테블릿 */
@media screen and (max-width: 1023px) {
  header#mqHeader > div.box > h1 > a img {
    width: 250px;
  }
}

/* 모바일 */
@media screen and (min-width: 1px) and (max-width: 639px) {
  aside#mqQuick > ul > li:not(:first-of-type) > a{
    padding-left: 62px;
    margin-left: 0;
  }
}

/* 모바일 */
@media screen and (max-width: 767px) {
  header#mqHeader > div.box > h1 > a img {
    width: 200px;
  }
}
