/* noto-sans-kr-100 - korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-100.eot?#iefix") format("embedded-opentype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-100.woff2") format("woff2"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-100.woff") format("woff"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-100.ttf") format("truetype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-100.svg#/srp/static/fonts/notosanskr") format("svg");
  /* Legacy iOS */
}

/* noto-sans-kr-300 - korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-300.eot?#iefix") format("embedded-opentype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-300.woff2") format("woff2"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-300.woff") format("woff"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-300.ttf") format("truetype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-300.svg#/srp/static/fonts/notosanskr") format("svg");
  /* Legacy iOS */
}

/* noto-sans-kr-regular - korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-regular.eot?#iefix") format("embedded-opentype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-regular.woff2") format("woff2"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-regular.woff") format("woff"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-regular.ttf") format("truetype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-regular.svg#/srp/static/fonts/notosanskr") format("svg");
  /* Legacy iOS */
}

/* noto-sans-kr-500 - korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-500.eot?#iefix") format("embedded-opentype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-500.woff2") format("woff2"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-500.woff") format("woff"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-500.ttf") format("truetype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-500.svg#/srp/static/fonts/notosanskr") format("svg");
  /* Legacy iOS */
}

/* noto-sans-kr-700 - korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-700.eot?#iefix") format("embedded-opentype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-700.woff2") format("woff2"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-700.woff") format("woff"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-700.ttf") format("truetype"), url("/srp/static/fonts/notosanskr/noto-sans-kr-v13-korean-700.svg#/srp/static/fonts/notosanskr") format("svg");
  /* Legacy iOS */
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #666666;
}

::-webkit-scrollbar-track {
  background-color: #c9c9c9;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  line-height: 1;
  font-size: 20px;
  color: #000;
  min-width: 1240px;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
  opacity: 0.7;
}

input, select, textarea {
  vertical-align: middle;
  outline: 0;
}

button {
  outline: 0;
  cursor: pointer;
}

em {
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

.btn {
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: block;
}

.icon {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.point {
  color: #004a80;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.effect-border li:hover a {
  display: block;
}

@-webkit-keyframes line1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes line1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes line2 {
  0% {
    height: 0px;
  }
  100% {
    display: block;
    height: 100%;
  }
}

@keyframes line2 {
  0% {
    height: 0px;
  }
  100% {
    display: block;
    height: 100%;
  }
}

.effect-border li:hover a .line-one {
  display: block;
  -webkit-animation: line1 forwards .15s;
          animation: line1 forwards .15s;
}

.effect-border li:hover a .line-two {
  display: block;
  -webkit-animation: line2 forwards .15s;
          animation: line2 forwards .15s;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}

.effect-border li:hover a .line-thr {
  display: block;
  -webkit-animation: line1 forwards .15s;
          animation: line1 forwards .15s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.effect-border li:hover a .line-fou {
  display: block;
  -webkit-animation: line2 forwards .15s;
          animation: line2 forwards .15s;
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.effect-border li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.effect-border li a .line {
  display: none;
  position: absolute;
  background-color: #004a80;
  z-index: 2;
}

.effect-border li a .line-one {
  left: 0;
  top: 0;
}

.effect-border li a .line-two {
  right: 0;
  top: 0;
}

.effect-border li a .line-thr {
  right: 0;
  bottom: 0;
}

.effect-border li a .line-fou {
  left: 0;
  bottom: 0;
}

.effect-border-self {
  width: 100%;
  height: 270px;
  position: relative;
}

@keyframes line1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes line2 {
  0% {
    height: 0px;
  }
  100% {
    display: block;
    height: 100%;
  }
}

.effect-border-self:hover .line-one {
  display: block;
  -webkit-animation: line1 forwards .15s;
          animation: line1 forwards .15s;
}

.effect-border-self:hover .line-two {
  display: block;
  -webkit-animation: line2 forwards .15s;
          animation: line2 forwards .15s;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}

.effect-border-self:hover .line-thr {
  display: block;
  -webkit-animation: line1 forwards .15s;
          animation: line1 forwards .15s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.effect-border-self:hover .line-fou {
  display: block;
  -webkit-animation: line2 forwards .15s;
          animation: line2 forwards .15s;
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.effect-border-self .line {
  position: absolute;
  background-color: #004a80;
  z-index: 2;
}

.effect-border-self .line-one {
  left: 0;
  top: 0;
  height: 4px;
}

.effect-border-self .line-two {
  right: 0;
  top: 0;
  width: 4px;
}

.effect-border-self .line-thr {
  right: 0;
  bottom: 0;
  height: 4px;
}

.effect-border-self .line-fou {
  left: 0;
  bottom: 0;
  width: 4px;
}

#ui-datepicker-div {
  background: #fff;
  width: auto;
}

#ui-datepicker-div .ui-widget-content {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 20px 15px;
  border-width: 0;
  text-align: center;
  background-color: #fff;
  cursor: default;
  z-index: 100;
  width: 273px;
}

#ui-datepicker-div .ui-widget-header {
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  line-height: 20px;
  border: none;
  background: none;
  border-bottom: 1px solid #222;
  position: relative;
}

#ui-datepicker-div .ui-datepicker-prev {
  position: absolute;
  left: 12px;
  top: 12px;
  opacity: 1 !important;
  background-image: url(/srp/static/images/main/icon-arrow-on.png) !important;
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: center center;
  width: 10px;
  height: 17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#ui-datepicker-div .ui-datepicker-prev span {
  display: none !important;
}

#ui-datepicker-div .ui-datepicker-next {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 1 !important;
  background-image: url(/srp/static/images/main/icon-arrow-on.png) !important;
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: center center;
  width: 10px;
  height: 17px;
}

#ui-datepicker-div .ui-datepicker-next span {
  display: none !important;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  background: none;
  border: none;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #555555;
  font-size: 14px;
}

#ui-datepicker-div .ui-state-default:hover,
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  border: none;
  background: none;
  position: relative;
}

#ui-datepicker-div .ui-state-default:hover::before,
#ui-datepicker-div .ui-state-active::before,
#ui-datepicker-div .ui-widget-content .ui-state-active::before,
#ui-datepicker-div .ui-widget-header .ui-state-active::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #004a80;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#ui-datepicker-div .ui-datepicker-calendar {
  margin-top: 10px;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  font-size: 15px !important;
}

.radio-box input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.radio-box input + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: -0.07em;
  color: #333333;
}

.radio-box input + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 1.5px;
  background: url(/srp/static/images/common/radio-box.png) no-repeat 0 0;
  background-size: contain;
}

.radio-box input:checked + label::before {
  background-image: url(/srp/static/images/common/radio-box-checked.png);
  background-size: contain;
}

.check-box input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.check-box input + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07em;
  color: #666;
}

.check-box input + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/srp/static/images/common/check-box.png) no-repeat 0 0;
  background-size: contain;
}

.check-box input:checked + label::before {
  background-image: url(/srp/static/images/common/check-box-checked.png);
  background-size: contain;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/srp/static/images/sub/operation/icon-drop.png) no-repeat 95% 50%;
  color: #666666;
}

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

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  min-width: 1240px;
  z-index: 998;
}

.header .inner {
  width: auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .inner .gnb {
  margin: 0 auto;
}

.header .inner .gnb .depth1-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .inner .gnb .depth1-list .depth1 {
  padding: 0 40px;
  position: relative;
  color: #333333;
  font-weight: 500;
}

.header .inner .gnb .depth1-list .depth1:hover {
  color: #004a80;
  font-weight: bold;
  position: relative;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 70px);
  }
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 70px);
  }
}

.header .inner .gnb .depth1-list .depth1:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  width: calc(100% - 70px);
  height: 2px;
  background-color: #004a80;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-animation: line forwards .2s;
          animation: line forwards .2s;
}

.header .inner .gnb .depth1-list .depth1 > a {
  line-height: 100px;
}

.header .inner .gnb .depth1-list .depth1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .inner .gnb .depth1-list .depth1 .depth2-list {
  display: none;
  position: absolute;
  width: 100%;
  height: 217px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  text-align: center;
  padding: 35px 0 20px 0;
}

.header .inner .gnb .depth1-list .depth1 .depth2-list .depth2 {
  margin: 0 20px;
  font-size: 18px;
  color: #666666;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 28px;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.header .inner .gnb .depth1-list .depth1 .depth2-list .depth2:last-of-type {
  margin-bottom: auto;
}

.header .inner .gnb .depth1-list .depth1 .depth2-list .depth2:hover::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #666666;
  left: 0;
  bottom: 0;
}

.header .inner .etc-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 26px;
}

.header .inner .etc-info .info dt {
  padding: 0 20px;
  background: #0d6fb8;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 32px;
  line-height: 31px;
  margin-right: 14px;
}

.header .inner .etc-info .info dd {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.header .gnb-bg {
  display: none;
  width: 100%;
  height: 217px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: url(/srp/static/images/common/gnb-bg.jpg) no-repeat center bottom #f7f7f7;
  background-size: 1920px auto;
  z-index: -1;
}

.footer {
  background-color: #333;
  padding: 55px  0 50px;
}

.footer .inner .footer-logo {
  margin-bottom: 25px;
}

.footer .inner .footer-logo a {
  display: block;
}

.footer .inner .center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #d9d9d9;
  padding-bottom: 40px;
}

.footer .inner .center-wrap address {
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
}

.footer .inner .center-wrap .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer .inner .center-wrap .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .inner .center-wrap .info-wrap dl {
  line-height: 22px;
  font-size: 16px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.footer .inner .center-wrap .info-wrap dl:last-of-type {
  margin-right: auto;
}

.footer .inner .center-wrap .info-wrap dl:last-of-type::after {
  display: none;
}

.footer .inner .center-wrap .info-wrap dl:last-of-type dd {
  margin-left: auto;
}

.footer .inner .center-wrap .info-wrap dl::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #d9d9d9;
}

.footer .inner .center-wrap .info-wrap dl dt {
  font-weight: bold;
}

.footer .inner .center-wrap .info-wrap dl dd {
  margin-left: 5px;
}

.footer .inner .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  font-size: 16px;
  color: #666666;
}
