@charset "utf-8";

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Jal_Onuel';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Jal_Onuel.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {font-size: 16px;}
body {font-family:'Pretendard', sans-serif;color:#000;-webkit-text-size-adjust: none;overflow-x:hidden;-webkit-overflow-scrolling:touch;}
body, h1, h2, h3, h4, h5, h6, ul, p, button, input, td{margin:0;padding:0}
h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:normal;font-family:inherit}
ul{list-style:none}
a{text-decoration:none}
a:link, a:visited, a:hover, a:active{color:inherit;text-decoration:none}
button{border:0px;background:none;cursor:pointer;font-family:inherit;font-size: inherit;}
img{border:0px;vertical-align:top}
address{font-style:normal}
header, nav, section, article, footer{display:block}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select{vertical-align:middle}
input, textarea{-webkit-appearance: none;-webkit-border-radius: 0}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
table{border-spacing:0px;border-collapse:collapse}
em{font-style:normal}
fieldset{border:0}
select::-ms-expand {display:none}
input:focus {outline:none}

input[type="date"]{position:relative;padding-right:20px;background:url("../images/cal_arrow.png") no-repeat right 10px center;padding-left:0}
input[type="date"]::-webkit-clear-button, input[type="date"]::-webkit-inner-spin-button{display:none}
input[type="date"]::-webkit-calendar-picker-indicator{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;color:transparent;cursor:pointer}
input[type="date"]::before{content:attr(data-placeholder);width:100%}
input[type="date"]:valid::before{display:none}
input[data-placeholder]::before{color:#999;font-size:13px}


#header {
  width: 100%;
  height: 80px;
}

#header .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: 100%;
  margin: 0 auto;
}

#header .area .logo a {
  display: block;
  width: 63px;
}

#header .area .logo a img {
  width: 100%;
  height: auto;
}

#header .area .right a p {
  font-size: 18px;
  font-weight: 600;
}

#page5 {
  background-color: #FAFAFA;
  padding: 60px 0 308px;
}

#page5 .area {
  width: 960px;
  margin: 0 auto;
}

#page5 .area .tit > * {
  text-shadow: 0px 4px 14px 0 rgba(0,0,0,0.12);
}

#page5 .area .tit h2 {
  font-family: 'Jal_Onuel';
  font-size: 32px;
}

#page5 .area .tit p {
  font-size: 18px;
  color: #828282;
  padding-top: 12px;
}

#page5 .area .txt {
  margin-top: 42px;
}


#page5 .area .txt ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 128px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  margin-top: 20px;
  box-shadow: 0px 4px 12px 0 rgba(0,0,0,0.04);
}

#page5 .area .txt ul li:first-child {
  margin-top: 0;
}

#page5 .area .txt ul li .left {
  display: flex;
  align-items: center;
}

#page5 .area .txt ul li .left .service_logo {
  margin-left: 28px;
  margin-right: 18px;
}

#page5 .area .txt ul li .left .service_logo img {
  width: 66px;
  height: 66px;
}

#page5 .area .txt ul li .left .content_tit h3 {
  font-size: 24px;
  font-weight: 900;
}

#page5 .area .txt ul li .left .content_tit p {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.4;
  padding-top: 4px;
}

#page5 .area .txt ul li .btn_wrap {
  display: flex;
  margin-right: 30px;
}

#page5 .area .txt ul li .btn_wrap a {
  display: block;
  width: auto;
  height: 40px;
  margin-left: 6px;
}

#page5 .area .txt ul li .btn_wrap a:first-child {
  margin-left: 0;
}

#page5 .area .txt ul li .btn_wrap a img {
  height: 100%;
  width: auto;
}

#footer {
  background-color: #f2f2f2;
  padding: 40px 0;
}

#footer .area {
  width: 960px;
  margin: 0 auto;
}

#footer .area p {
  font-size: 14px;
  line-height: 26px;
}

#footer .area .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
  margin: 18px 0;
}

#footer .area address {
  font-size: 14px;
  color: #A0A0A0;
}

@media all and (max-width:960px) {
  #header .area,
  #page5 .area,
  #footer .area {
    width: 96%;
  }
}

@media all and (max-width:800px) {
  #page5 {
    padding: 10% 0 20%;
  }

  #page5 .area .txt ul li {
    flex-wrap: wrap;
    height: auto;
    padding: 25px 0;
  }

  #page5 .area .txt ul li .left {
    width: 100%;
  }

  #page5 .area .txt ul li .btn_wrap {
    margin-left: 28px;
    margin-top: 20px;
  }
}

@media all and (max-width:500px) {
  #page5 .area .txt ul li .btn_wrap a {
    height: 30px;
  }
}