@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'AppleSDGothicNeo-Light', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  min-width: 320px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  background-color: #f8f8f8;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
a {
  margin: 0;
  padding: 0;
}

img,
fieldset,
button,
table {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border: none;
  outline: none;
  resize: none;
}

select {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 11px;
  font-size: 13px;
  font-weight: 600;
  color: #999;
  background-image: url(../images/arrowdw-icon.svg);
  background-size: 13px 6px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
}

select::-ms-expand {
  display: none;
}

section,
main,
footer {
  display: block;
}

button,
a {
  cursor: pointer;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

/*======공통=============*/
.container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.clearfx:after {
  content: '';
  display: block;
  clear: both;
}

.none {
  display: none !important;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
  vertical-align: middle;
}

.skip {
  display: block;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: 0 -1px -1px 0;
  font-size: 0;
  line-height: 0;
}

.gototop-btn {
  z-index: 20;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: transparent;
  width: 45px;
  height: 45px;
  background-image: url(../images/gototop-icon.svg);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  opacity: 0;
}

.gototop-btn.scroll {
  opacity: 1;
}

/*헤더=============*/
.header-wrap {
  background-color: #fff;
  height: 60px;
  text-align: center;
}

.header-wrap.fixed {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
}

.header-wrap .back-btn {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  background-image: url(../images/back-btn.svg);
}

.header-wrap .logo {
  background-image: url(../images/logo.svg);
  width: 125px;
  height: 30px;
  margin: 13px 3px 0 0;
}

/*헤더 상단 광고=============*/
.band-ad {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
}

.band-ad a {
  height: inherit;
  display: block;
}

.band-ad img {
  max-width: 100%;
  height: inherit;
  display: block;
  margin: 0 auto;
}

.band-ad + .header-wrap {
  top: 70px;
}

/*섹션=============*/
.section-wrap {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 30px;
}

.section-wrap h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.section-wrap h3 > .icon {
  width: 22px;
  height: 22px;
  margin: 0 6px 3px 0;
}

.section-wrap h3 > .icon.money {
  background-image: url(../images/money-icon.png);
}

.section-wrap h3 > .icon.celebration {
  background-image: url(../images/celebration-icon.png);
}

.section-wrap h3 > .icon.center {
  background-image: url(../images/center-icon.png);
}

.section-wrap h3 > .icon.checkbox {
  background-image: url(../images/checkbox-icon.png);
}

.section-wrap h3 > .icon.subsidy {
  background-image: url(../images/subsidy-icon.png);
  width: 41px;
}

.item-head-block > h2 {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 20px;
}

.item-head-block > h2 > strong {
  color: #2f80ed;
  font-weight: 900;
}

.item-head-block > .krw {
  font-size: 48px;
  font-weight: 900;
  color: #2f80ed;
  display: block;
  text-align: right;
}

.item-head-block > .krw::after {
  content: '만원';
  font-weight: normal;
  font-size: 47px;
  margin-left: 3px;
}

.item-head-block .icon.subsidy {
  background-image: url(../images/subsidy-icon.png);
  width: 48px;
  height: 26px;
  vertical-align: top;
  margin-left: 6px;
}

.item-head-block .input-wrap {
  direction: rtl;
  margin-bottom: 12px;
}

.item-head-block .input-wrap select {
  padding-right: 32px;
}

.item-subtit-block {
  border-bottom: 2px dotted #e0e0e0;
  padding-bottom: 12px;
}

.item-subtit-block > * {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
}

.item-subtit-block > dt {
  float: left;
  color: #828282;
}

.item-subtit-block > dt > strong {
  color: #333;
}

.item-subtit-block > dt .small-txt {
  font-size: 13px;
  font-weight: normal;
  color: #828282;
}

.item-subtit-block > dd {
  float: right;
  color: #2f80ed;
  text-align: right;
}

.item-block {
  margin: 24px 0 8px;
}

.item-block > * {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.item-block > dt {
  float: left;
  color: #4f4f4f;
  font-size: 18px;
}

.item-block > dt::before {
  content: '';
  margin-right: 6px;
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(../images/blit-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.item-block > dd {
  float: right;
  color: #2f80ed;
  text-align: right;
}

.detail-box {
  background-color: #fafafa;
  border-radius: 4px;
  padding: 20px 16px;
  margin-bottom: 8px;
}

.detail-box > p {
  font-size: 15px;
  font-weight: 600;
  color: #8e8e8e;
}

.detail-box > ul {
  margin-bottom: 12px;
}

.detail-box > ul > li {
  font-size: 15px;
  font-weight: 600;
  color: #8e8e8e;
  margin-bottom: 8px;
}

.detail-box > ul > li:last-child {
  margin-bottom: 0;
}

.detail-box > ul > li::before {
  content: '-';
  margin-right: 4px;
}

.detail-box > ul > li.tit {
  color: #333;
  font-size: 16px;
  font-weight: 900;
}

.detail-box > ul > li.tit::before {
  content: none;
}

.detail-box > ul > li.location::before {
  content: '';
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../images/location-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.detail-box > ul > li.tel > a {
  color: #8e8e8e;
}

.detail-box > ul > li.tel::before {
  content: '';
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../images/phone-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.detail-box > ul > li.noti-txt {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #999;
  margin-top: 20px;
}

.detail-box > ul > li.noti-txt::before {
  content: none;
}

.detail-box > .link-btn {
  background-color: #fff;
}

.detail-box .detail + .link-btn {
  margin-top: 12px;
}

.detail {
  margin-bottom: 24px;
}

.detail:last-of-type {
  margin-bottom: 0;
}

.detail > h4 {
  color: #4f4f4f;
  font-size: 15px;
  margin-bottom: 6px;
}

.detail > p {
  white-space: pre-line;
  color: #4f4f4f;
}

.detail > p.notice {
  color: #828282;
  font-size: 13px;
  margin-top: 6px;
}

.detail > ul {
  margin-bottom: 8px;
}

.detail > ul > li {
  position: relative;
  font-size: 14px;
  color: #4f4f4f;
  padding-left: 10px;
  margin-bottom: 6px;
}

.detail > ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bdbdbd;
}

.detail > ul > li:only-child {
  padding-left: 0;
  margin-bottom: 0;
}

.detail > ul > li:only-child::before {
  content: none;
}

.detail > ul > li:last-child {
  margin-bottom: 0;
}

.detail > ul.krw > li {
  padding-left: 0;
}

.detail > ul.krw > li::after {
  content: '';
  display: block;
  clear: both;
}

.detail > ul.krw > li::before {
  content: none;
}

.detail > ul.krw > li > strong {
  display: inline-block;
  float: right;
  text-align: right;
}

.link-btn {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #4f4f4f;
  height: 48px;
  line-height: 46px;
  text-align: center;
}

.link-btn .icon {
  width: 17px;
  height: 17px;
  background-image: url(../images/arrow-icon.svg);
  margin-left: 4px;
}

.link-btn[class*='fold-'] {
  background-color: #4f4f4f;
  color: #fff;
  margin-top: 12px;
  border-color: transparent;
}

.link-btn[class*='fold-'] .icon {
  background-image: url(../images/arrowdw-icon.svg);
  width: 13px;
  height: 13px;
  margin-left: 7px;
}

.link-btn.fold-off .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.small-link-btn {
  display: inline-block;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 13px;
  color: #4f4f4f;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.small-link-btn .icon {
  width: 12px;
  height: 12px;
  background-image: url(../images/link-icon.svg);
  margin-left: 5px;
}

.section-wrap .root_daum_roughmap {
  border-radius: 4px;
  border: none;
  padding: 0;
  width: 100%;
}

.section-wrap .root_daum_roughmap .map {
  margin: 0;
}

.section-wrap .root_daum_roughmap .wrap_controllers {
  display: none;
}

.section-wrap .child-link {
  display: inline-block;
  margin: 0 4px 8px 0;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #4f4f4f;
  padding: 0 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.section-wrap .child-link.on {
  color: #fff;
  padding: 0 20px;
  background-color: #2f80ed;
}

.section-wrap .child-btn {
  margin-bottom: 24px;
}

.section-wrap .child-btn .child-link {
  font-size: 14px;
  border-radius: 6px;
  height: 42px;
  line-height: 40px;
}

/*메인 헤더=============*/
.header-wrap.main {
  position: relative;
  height: 200px;
  text-align: left;
  background-image: url(../images/header-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #daf4ff;
  padding: 55px 30px 0;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .header-wrap.main {
    height: 250px;
  }
}

.header-wrap.main .logo {
  width: 216px;
  height: 53px;
  background-image: url(../images/logo.svg);
  margin: 0;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .header-wrap.main .logo {
    width: 300px;
    height: 76px;
  }
}

.header-wrap.main p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .header-wrap.main p {
    font-size: 16px;
    margin: 24px 0 0 8px;
  }
}

.header-wrap.main .hide-head {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 60px;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
}

.header-wrap.main .hide-head .logo {
  width: 125px;
  height: 30px;
  margin: 13px 3px 0 0;
}

.header-wrap.main.scroll .hide-head {
  opacity: 1;
}

/*메인 섹션=============*/
.section-wrap.main {
  padding: 40px 30px 0;
  margin: 0;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .section-wrap.main {
    padding: 4em 30px 0;
  }
}

.search-wrap {
  margin-bottom: 24px;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .search-wrap {
    margin-bottom: 32px;
  }
}

.search-wrap > h2 {
  font-size: 21px;
  margin-bottom: 8px;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .search-wrap > h2 {
    font-size: 24px;
  }
}

.search-wrap > .input-wrap > select {
  display: inline-block;
  float: left;
  width: calc(50% - 4px);
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .search-wrap > .input-wrap > select {
    width: 200px;
    font-size: 16px;
    background-size: 16px;
    background-position: calc(100% - 18px) 50%;
  }
}

.search-wrap > .input-wrap > select:first-of-type {
  margin-right: 8px;
}

.search-btn {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #2f80ed;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .search-btn {
    font-size: 18px;
    height: 52px;
    line-height: 52px;
  }
}

.search-btn > .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 6px 3px 6px;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
}

.info-list {
  font-size: 12px;
  color: #999;
  margin-top: 16px;
}

.info-list > li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 3px;
}

.info-list > li:last-child {
  margin-bottom: 0;
}

.info-list > li::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 5px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #999;
  border-radius: 50%;
}

.ask-wrap {
  padding-bottom: 50px;
  text-align: center;
}

.ask-wrap > p {
  font-size: 13px;
  font-weight: bold;
  color: #bdbdbd;
  margin-bottom: 16px;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .ask-wrap > p {
    font-size: 15px;
  }
}

.ask-wrap > a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background-color: #e3f7ff;
  color: #3e89cc;
  font-size: 14px;
  font-weight: bold;
  padding: 0 26px;
}

.section-wrap.banner {
  background-color: transparent;
  margin-bottom: 0;
}

.section-wrap.banner a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.section-wrap.banner a img {
  display: block;
  max-width: 100%;
}

.section-wrap table {
  width: 100%;
}

.section-wrap table thead th {
  border-bottom: 2px dotted #e0e0e0;
  text-align: left;
  color: #828282;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
  /*모바일 최소*/
  /*desktop 공통*/
}

.section-wrap table thead th:nth-child(1) {
  width: 35%;
}

@media (max-width: 320px) {
  .section-wrap table thead th {
    font-size: 13px;
  }
}

@media (min-width: 600px) {
  .section-wrap table thead th {
    font-size: 16px;
  }
}

.section-wrap table tbody td {
  font-weight: bold;
  font-size: 16px;
  color: #4f4f4f;
  padding: 8px 0;
  /*모바일 최소*/
  /*desktop 공통*/
}

@media (max-width: 320px) {
  .section-wrap table tbody td {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .section-wrap table tbody td {
    font-size: 21px;
    padding: 10px 0;
  }
}

.section-wrap table tbody td .link::after {
  content: '';
  padding-right: 17px;
  background-image: url(../images/link-icon.svg);
  background-size: 14px 14px;
  background-position: 100% 40%;
  background-repeat: no-repeat;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .section-wrap table tbody td .link::after {
    content: '자세히 보기';
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 8px;
    color: #bdbdbd;
    background-position: 100% 0%;
  }
}

.section-wrap .subsidy-table-wrap {
  position: relative;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.section-wrap .subsidy-table-wrap::-webkit-scrollbar {
  display: none;
}

.section-wrap .subsidy-table-wrap .subsidy-table {
  width: 100%;
  border-spacing: 0;
}

.section-wrap .subsidy-table-wrap .subsidy-table tr:nth-child(5) > * {
  background-color: #f8f9fa;
  border-color: #efefef;
}

.section-wrap .subsidy-table-wrap .subsidy-table tr > * {
  font-size: 13px;
  padding: 12px 6px;
  vertical-align: text-top;
  border-bottom: 1px solid #f0f0f0;
}

.section-wrap .subsidy-table-wrap .subsidy-table tr > *:first-child {
  width: auto;
  text-align: left;
  white-space: nowrap;
  font-weight: 600;
  color: #4f4f4f;
}

.section-wrap .subsidy-table-wrap .subsidy-table tr > *:last-child {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
}

.section-wrap .subsidy-table-wrap .subsidy-table thead th {
  font-size: 12px;
  color: #4f4f4f;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 6px 8px;
  background-color: #fff;
}

.section-wrap .subsidy-table-wrap .subsidy-table thead th span {
  font-size: inherit;
  font-weight: normal;
  color: #828282;
  white-space: nowrap;
}

.section-wrap .subsidy-table-wrap .subsidy-table tbody td {
  font-weight: normal;
  color: #828282;
  white-space: nowrap;
}

.section-wrap .subsidy-table-wrap .subsidy-table tbody td:last-child {
  width: auto;
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  color: #4f4f4f;
  background-color: #f1f3f5;
  border-color: #e7e7e7;
}

.banner-btn {
  position: relative;
  display: block;
  height: 130px;
  padding: 20px 23px;
  border-radius: 4px;
  margin-bottom: 8px;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .banner-btn {
    height: 170px;
    padding: 2.3em 6em;
  }
}

.banner-btn:last-of-type {
  margin-bottom: 0;
}

.banner-btn.bn1 {
  background-color: #ffefd9;
}

.banner-btn.bn1 > strong {
  color: #51382c;
}

.banner-btn.bn1 > .illust {
  width: 34%;
  height: 90%;
  background-image: url(../images/illust-1.svg);
  background-position: bottom right;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .banner-btn.bn1 > .illust {
    width: 28%;
  }
}

.banner-btn.bn1 > .btn {
  background-color: #28cf7a;
}

.banner-btn.bn2 {
  background-color: #daf4ff;
}

.banner-btn.bn2 > strong {
  color: #00304f;
}

.banner-btn.bn2 > .illust {
  width: 40%;
  height: 90%;
  background-image: url(../images/illust-2.svg);
  background-position: bottom center;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .banner-btn.bn2 > .illust {
    width: 30%;
  }
}

.banner-btn.bn2 > .btn {
  background-color: #e8505b;
}

.banner-btn.bn3 {
  background-color: #d1f1ff;
}

.banner-btn.bn3 > strong {
  color: #263238;
}

.banner-btn.bn3 > .illust {
  width: 40%;
  height: 90%;
  background-image: url(../images/illust-3.svg);
  background-position: bottom center;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .banner-btn.bn3 > .illust {
    width: 28%;
  }
}

.banner-btn.bn3 > .btn {
  background-color: #407bff;
}

.banner-btn.bn4 {
  background-color: #d0f5e3;
}

.banner-btn.bn4 > strong {
  color: #064b28;
}

.banner-btn.bn4 > .illust {
  width: 40%;
  height: 90%;
  background-image: url(../images/illust-4.svg);
  background-position: bottom center;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .banner-btn.bn4 > .illust {
    width: 31%;
    right: 4em;
  }
}

.banner-btn.bn4 > .btn {
  background-color: #713f28;
}

.banner-btn > strong {
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .banner-btn > strong {
    font-size: 28px;
    line-height: 1.25;
  }
}

.banner-btn > .illust {
  position: absolute;
  right: 3%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .banner-btn > .illust {
    right: 6em;
  }
}

.banner-btn > .btn {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 16px 0 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  background-image: url(../images/bn-icon.svg);
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: calc(100% - 8px) 50%;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .banner-btn > .btn {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
  }
}

/*육아용품 리스트=============*/
.section-wrap .item-title {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1.5;
}

.section-wrap .item-list {
  margin: 16px -3px 0;
}

.section-wrap .item-list > li {
  float: left;
  width: 25%;
}

.section-wrap .item-list > li a {
  display: block;
  text-align: center;
  border: 1px solid #e8e8e8;
  padding: 6px 10px;
  border-radius: 4px;
  margin: 3px;
}

.section-wrap .item-list > li a .icon {
  width: 34px;
  height: 34px;
}

.section-wrap .item-list > li a strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #828282;
}

.section-wrap .item-list > li a.on {
  background-color: #d8f4ff;
  border-color: #c6e4f1;
}

.section-wrap .item-list > li a.on strong {
  color: #2f7fed;
  font-weight: 900;
}

.section-wrap .item-list > li .item-1 {
  background-image: url(../images/item-1.png);
}

.section-wrap .item-list > li .item-2 {
  background-image: url(../images/item-2.png);
}

.section-wrap .item-list > li .item-3 {
  background-image: url(../images/item-3.png);
}

.section-wrap .item-list > li .item-4 {
  background-image: url(../images/item-4.png);
}

.section-wrap .item-list > li .item-5 {
  background-image: url(../images/item-5.png);
}

.section-wrap .item-list > li .item-6 {
  background-image: url(../images/item-6.png);
}

.section-wrap .item-list > li .item-7 {
  background-image: url(../images/item-7.png);
}

.section-wrap .item-list > li .item-8 {
  background-image: url(../images/item-8.png);
}

.section-wrap .item-list > li .item-9 {
  background-image: url(../images/item-9.png);
}

.section-wrap .item-list > li .item-10 {
  background-image: url(../images/item-10.png);
}

.category-data > h3 {
  font-size: 24px;
  color: #333;
}

.category-data > p {
  font-size: 14px;
  font-weight: 600;
  color: #828282;
  line-height: 1.5;
}

.category-data > .tag-list {
  margin-top: 10px;
}

.category-data > .tag-list > li {
  float: left;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  margin: 0 6px 6px 0;
  background-color: #f5f5f5;
  color: #999;
}

.category-data > .tag-list > li.must {
  background-color: #d9f4ff;
  color: #2f80ed;
}

.link-block {
  position: relative;
  padding-left: 120px;
  margin-top: 24px;
  min-height: 110px;
}

.link-block .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  border-radius: 4px;
}

.link-block .thumb > img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
}

.link-block > h3 {
  font-size: 20px;
  color: #2f80ed;
  margin-bottom: 4px;
}

.link-block > .category {
  font-size: 15px;
  color: #828282;
  margin-bottom: 20px;
}

.link-block > .link {
  display: inline-block;
  padding: 8px 21px 8px 11px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #4f4f4f;
  background-image: url(../images/arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 3px) 50%;
  background-size: 16px;
  margin-right: 3px;
}

.link-block > .link:last-child {
  margin-right: 0;
}

.print-wrap {
  background-color: #407bff;
  height: 130px;
  text-align: center;
  padding-top: 20px;
}

.print-wrap h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.print-wrap a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #4078ff;
  background-color: #fff;
  padding: 8px 26px;
  border-radius: 4px;
}

.print-wrap .icon {
  margin-left: 4px;
  width: 15px;
  height: 16px;
  background-image: url(../images/print-icon.png);
}

object {
  display: block;
  width: 100%;
  height: 100vh;
}

.print-btn {
  background-color: #407bff;
  text-align: center;
  padding: 12px 0 14px;
  border-radius: 6px;
  display: block;
}

.print-btn > span {
  font-size: 11px;
  padding-right: 18px;
  color: #fff;
  background-size: 15px 15px;
  background-image: url(../images/print-icon.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.print-btn > strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

/*푸터=============*/
.footer-wrap {
  padding: 3em 30px;
  background: #777;
  color: #bbb;
  font-size: 13px;
}

.footer-wrap a {
  color: #fff;
}

.footer-wrap .links {
  line-height: 2;
}

.footer-wrap .links a {
  display: inline-block;
}

.footer-wrap .line {
  border: 0;
  border-top: 1px solid #999;
  margin: 20px 0;
}

.footer-wrap .divider {
  margin: 0 5px;
  display: inline-block;
  border-left: 1px solid #ccc;
  width: 1px;
  height: 12px;
  vertical-align: middle;
}

.footer-wrap .mobile {
  display: none;
  /*모바일 공통*/
}

@media (max-width: 600px) {
  .footer-wrap .mobile {
    display: block;
  }
}

/*======레이어=============*/
.no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.layer-wrap {
  z-index: 999;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.layer-wrap.off {
  display: none;
}

.layer-wrap .container {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 300px / 2);
  width: 300px;
  height: 300px;
  background-color: #fff;
  padding: 35px;
  text-align: center;
}

.layer-wrap .container h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.layer-wrap .container .close-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/close-icon.svg);
  background-color: #000;
}

.backdrop-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .backdrop-box {
    bottom: auto;
    top: calc(50% - 560px / 2);
    left: calc(50% - 450px / 2);
    width: 450px;
    height: 560px;
    border-radius: 10px;
  }
}

.backdrop-box .close-btn {
  width: 20px;
  height: 25px;
  background-size: 16px 16px;
  margin-bottom: 10px;
  float: right;
  background-image: url(../images/close-icon-b.svg);
  /*desktop 공통*/
}

@media (min-width: 600px) {
  .backdrop-box .close-btn {
    width: 24px;
    height: 30px;
    background-size: 20px 20px;
  }
}

.backdrop-box .banner {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.backdrop-box .banner img {
  width: 100%;
  border-radius: 4px;
}

.backdrop-box .link-btn {
  width: 100%;
}

.backdrop-box .txt-btn {
  width: 100%;
  text-align: center;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: bold;
  margin-top: 6px;
  padding: 6px 0;
}

/*======공통 배너스타일=============*/
.sq-banner-wrap {
  padding: 40px 30px;
  background-color: #fff;
}

.sq-banner-wrap a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.sq-banner-wrap a > img {
  display: block;
  max-width: 100%;
}

/*======하단 고정 버튼 추가=============*/
.floating-btn {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  padding: 24px 13px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, #ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
}

.floating-btn > a {
  display: block;
  background: #57f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 56px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-shadow: 0 6px 4px -4px rgba(27, 71, 132, 0.44);
          box-shadow: 0 6px 4px -4px rgba(27, 71, 132, 0.44);
}

.floating-btn > .comment {
  display: inline-block;
  border-radius: 8px;
  padding: 13px 17px;
  line-height: 1;
  font-size: 13px;
  letter-spacing: -1px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 6px 4px -2px rgba(27, 71, 132, 0.44);
          box-shadow: 0 6px 4px -2px rgba(27, 71, 132, 0.44);
  font-weight: 700;
  color: #444;
  position: relative;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.floating-btn > .comment > strong {
  color: #3b5bdb;
}

.floating-btn > .comment::after {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -6px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.floating-btn.scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/*# sourceMappingURL=style.css.map */