@charset "UTF-8";
html {
   -webkit-text-size-adjust: none;
}

html, body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, select, hr, h1, h2, h3, h4, h5, h6, img {
   padding: 0;
   margin: 0;
   border: 0;
   color: inherit;
   background: none;
   line-height: inherit;
   font-size: inherit;
   font-family: inherit;
}

html, body {
   height: 100%;
   min-height: 100%;
   font-size: 16px;
   color: #222;
   font-weight: 400;
   line-height: 1.4;
   font-family: "GmarketSans", "Nanum Barun Gothic", "나눔바른고딕", "나눔 바른 고딕", "Malgun Gothic", "맑은 고딕", sans-serif !important;
   letter-spacing: -0.04em;
   background: #fff;
   word-break: keep-all;
}

h1, h2, h3, h4, h5, h6, strong {
   font-weight: 400;
}

*, :after, :before {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   vertical-align: top;
}

header, footer, nav {
   display: block;
}

table {
   width: 100%;
   border-spacing: 0;
}

th, td {
   vertical-align: middle;
}

input {
   -webkit-appearance: none;
   border-radius: 0;
   color: #222;
}

select, button {
   cursor: pointer;
}

ul, ol {
   list-style: none;
}

img {
   max-width: 100%;
}

a {
   color: inherit;
   text-decoration: none;
}

i, em {
   font-style: normal;
}

b {
   font-weight: 500;
}

textarea {
   resize: vertical;
}

textarea ul,
textarea ol {
   list-style: disc;
}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearance: none;
   background: url(../img/slt1.png) right 50% no-repeat #fff;
   background-image: url(../img/slt1.png);
   outline: none;
}

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

/*** common ***/
.hide {
   display: none;
}

.hidetxt {
   font-size: 0;
   line-height: 0;
   text-indent: -9999px;
}

.blind,
.sound_only {
   position: absolute;
   left: -9999px;
   width: 1px;
   height: 1px;
   overflow: hidden;
   opacity: 0.1;
   font-size: 0;
   line-height: 0;
   text-indent: -9999px;
}

.fl {
   float: left;
}

.fr {
   float: right;
}

.ovf {
   overflow: hidden;
}

.w100 {
   width: 100% !important;
}

.w50 {
   width: 50% !important;
}

.mg0 {
   margin: 0;
}

.pd0 {
   padding: 0;
}

.pdl0 {
   padding-left: 0;
}

.pdr0 {
   padding-right: 0;
}

.bdl0 {
   border-left: none !important;
}

.bdr0 {
   border-right: none !important;
}

.after:after {
   display: block;
   width: 100%;
   height: 0;
   overflow: hidden;
   clear: both;
   content: "";
}

.tac {
   text-align: center !important;
}

.tal {
   text-align: left !important;
}

.tar {
   text-align: right !important;
}

.fwb {
   font-weight: bold;
}

.block {
   display: block !important;
}

.ib {
   display: inline-block;
}

.ellip {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}

.ellip2 {
   overflow: hidden;
   text-overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.lts0 {
   letter-spacing: 0;
}

.emph {
   color: #0d6693;
}

.mont {
   font-family: "Montserrat", "arial", "Nanum Barun Gothic", "나눔바른고딕", "나눔 바른 고딕", "Malgun Gothic", "맑은 고딕", sans-serif !important;
   letter-spacing: 0;
}

.roboto {
   font-family: "Roboto", "arial", "Nanum Barun Gothic", "나눔바른고딕", "Malgun Gothic";
}

.barun {
   font-family: "Nanum Barun Gothic", "나눔바른고딕", "나눔 바른 고딕", "Malgun Gothic", "맑은 고딕", sans-serif !important;
}

.inp, .slt {
   display: inline-block;
   padding: 0 0.5em;
   background: #fff;
   font-size: 15px;
   color: #222;
}

.inp {
   border: 1px solid #ccc;
}

.slt {
   border: 1px solid #aaa;
   padding: 0 2em 0 0.5em;
   background: url(../img/slt.png) right 50% no-repeat #fff;
   background-size: 23px auto;
   font-size: 15px;
}

textarea.inp {
   display: block;
   width: 100%;
   height: 100px;
   overflow-y: auto;
   padding: 8px;
   resize: none;
}

textarea.inp.txt70 {
   height: 70px;
}

.inp:-moz-read-only {
   background: #f7f7f7;
}

.inp:read-only {
   background: #f7f7f7;
}

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

::-moz-placeholder {
   color: #aaa;
}

:-ms-input-placeholder {
   color: #aaa !important;
}

::-ms-input-placeholder {
   color: #aaa !important;
}

::placeholder {
   color: #aaa;
}

.chk {
   display: inline-block;
   width: 18px;
   height: 18px;
   background: #fff;
   border: 1px solid #aaa;
   cursor: pointer;
}
.chk:checked {
   background: url(../img/chk.png) 50% 50% no-repeat #426aac;
   background-size: 12px auto;
   border-color: #426aac;
}
.chk + label {
   display: inline-block;
   margin-left: 2px;
   line-height: 18px;
   cursor: pointer;
}

.refer_img {
   font-size: 15px;
   color: #2c2c2c;
   line-height: 1.2;
   padding-left: 0.5em;
   text-indent: -0.5em;
}
.refer_img p {
   padding-left: 0.5em;
   text-indent: -0.5em;
}
.refer_img p + p {
   margin-top: 7px;
}

.lab_img {
   position: absolute;
   bottom: 8px;
   right: 14px;
   font-size: 12px;
   font-weight: 300;
   opacity: 0.6;
}

@media screen and (max-width: 1024px) {
   .refer_img {
      font-size: 11px;
      line-height: 15px;
   }

   .refer_img p + p {
      margin-top: 0;
   }

   .lab_img {
      font-size: 8px;
      bottom: 4px;
      right: 5px;
   }
}
.mo {
   display: none;
}

/* layout */
.wide {
   max-width: 2400px;
   margin: 0 auto;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}

.wfix {
   max-width: 1310px;
   margin: 0 auto;
   padding: 0 15px;
}

#header {
   padding: 17px 80px;
   background: #fff;
   font-size: 0;
   text-align: center;
   line-height: 46px;
}
#header .inr {
   position: relative;
}
#header #logo {
   position: absolute;
   top: 0;
   left: 0;
}
#header #logo a {
   display: block;
   width: 158px;
   height: 46px;
}
#header #nav, #header #nav li {
   display: inline-block;
}
#header #nav li + li {
   margin-left: 40px;
}
#header #nav .d1_link {
   display: block;
   padding: 0 5px;
   font-size: 18px;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}
#header #nav li.on .d1_link {
   color: #006dcb;
}
@media screen and (min-width: 1280px) {
   #header #nav .d1_link:hover {
      color: #006dcb;
   }
}
#header .inr .register {
   position: absolute;
   top: 0;
   right: 0;
   width: 156px;
   border-radius: 46px;
   background: #0d6693;
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   line-height: 44px;
   padding-top: 2px;
}
@media screen and (max-width: 1280px) {
   #header {
      padding: 17px 15px;
   }
   #header #nav li + li {
      margin-left: 24px;
   }
}
@media screen and (max-width: 1024px) {
   #header {
      padding: 0 4px 0 15px;
      text-align: left;
   }
   #header #logo, #header .logo {
      display: inline-block;
      position: relative;
      padding: 16px 0;
   }
   #header #logo a, #header .logo a {
      display: block;
      width: 79px;
      height: 23px;
   }
   #header #nav,
#header .inr .register {
      display: none;
   }
   #header .btns {
      display: block;
      position: absolute;
      top: 8px;
      right: 0;
      font-size: 0;
   }
   #header .btns a {
      display: inline-block;
      height: 40px;
   }
   #header .btns .call {
      width: 40px;
      background: url(../img/head_call.png) 50% 50% no-repeat;
      background-size: 26px;
   }
   #header .btns .tgl_menu {
      margin-left: 2px;
      padding: 11px;
      text-align: center;
   }
   #header .btns .tgl_menu i {
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      border-top: 2px solid #373737;
      border-bottom: 2px solid #373737;
   }
   #header .btns .tgl_menu i:after {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background: #373737;
      content: "";
   }
   #header .btns .close {
      display: none;
   }
   #header.on .inr {
      display: none;
   }
   #header.on #allMenu {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 999;
   }
   #header.on #allMenu .hd_allmenu {
      padding: 0 15px;
      border-bottom: 1px solid #4eaddd;
   }
   #header.on #allMenu .close {
      display: block;
      position: absolute;
      top: 8px;
      right: 0;
      width: 40px;
      height: 40px;
   }
   #header.on #allMenu .close:before, #header.on #allMenu .close:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 16px;
      margin-top: -8px;
      border-radius: 2px;
      background: #0d6693;
      content: "";
   }
   #header.on #allMenu .close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
   }
   #header.on #allMenu .close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
   }
   #header.on #allMenu .lst {
      border-top: 1px solid #e5e5e5;
      font-size: 15px;
      color: #555;
   }
   #header.on #allMenu .lst a, #header.on #allMenu .lst .lab {
      display: block;
   }
   #header.on #allMenu .lst .d1 {
      border-bottom: 1px solid #e5e5e5;
   }
   #header.on #allMenu .lst .d1 .d1_link {
      padding: 0 15px;
      line-height: 42px;
   }
   #header.on #allMenu .lst .sub {
      display: none;
   }
   #header.on #allMenu .lst .d1.on a.d1_link {
      color: #004784;
   }
   #header.on #allMenu .lst .d1.on .sub {
      display: block;
      position: absolute;
      top: 56px;
      left: 50%;
      right: 0;
      bottom: 0;
      padding-top: 10px;
      background: #fff;
      border-left: 1px solid #e5e5e5;
   }
   #header.on #allMenu .lst .d1.on .sub a {
      line-height: 30px;
      padding: 0 25px;
   }
   #header.on #allMenu .register {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      line-height: 60px;
      text-align: center;
      font-size: 17px;
      color: #fff;
      font-weight: 500;
      background: #004784;
   }
}

#footer {
   position: relative;
   padding: 55px 80px;
   background: #272a2f;
   color: #8a8a8a;
   font-size: 14px;
   line-height: 1.28;
}
#footer .info span {
   display: block;
}
#footer .copyright {
   margin-top: 14px;
   font-family: "Verdana", "gullim", "Nanum Barun Gothic", "나눔바른고딕", "나눔 바른 고딕", "Malgun Gothic", "맑은 고딕", sans-serif !important;
   font-size: 11px;
   letter-spacing: 0;
}
#footer .refer {
   margin-top: 26px;
   text-indent: -1em;
   padding-left: 1em;
}
#footer #top_btn {
   position: absolute;
   top: 0;
   right: 80px;
   width: 62px;
   height: 62px;
   background: url(../img/totop.png) 50% 50% no-repeat #006dcb;
   font-size: 0;
}
@media screen and (max-width: 1280px) {
   #footer {
      padding: 55px 15px;
   }
}
@media screen and (max-width: 1024px) {
   #footer {
      padding: 40px 15px 50px;
      font-size: 12px;
      font-weight: 500;
   }
   #footer .copyright {
      margin-top: 8px;
      font-size: 10px;
      font-weight: 400;
   }
   #footer .refer {
      margin-top: 20px;
   }
   #footer #top_btn {
      display: none;
   }
}
@media screen and (max-width: 640px) {
   #footer {
      text-align: center;
   }
}

/* Slider */
.slick-slider {
   display: block;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
}

.slick-list {
   position: relative;
   display: block;
   overflow: hidden;
   margin: 0;
   padding: 0;
}

.slick-list:focus {
   outline: none;
}

.slick-list.dragging {
   cursor: pointer;
   cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.slick-track {
   position: relative;
   top: 0;
   left: 0;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.slick-track:before,
.slick-track:after {
   display: table;
   content: "";
}

.slick-track:after {
   clear: both;
}

.slick-loading .slick-track {
   visibility: hidden;
}

.slick-slide {
   display: none;
   float: left;
   height: 100%;
   min-height: 1px;
}

[dir=rtl] .slick-slide {
   float: right;
}

.slick-slide img {
   display: block;
}

.slick-slide.slick-loading img {
   display: none;
}

.slick-slide.dragging img {
   pointer-events: none;
}

.slick-initialized .slick-slide {
   display: block;
}

.slick-loading .slick-slide {
   visibility: hidden;
}

.slick-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
}

.ui-datepicker {
   display: none;
   text-align: center;
}

.wrap_datepicker {
   padding: 100px 15px 0;
}

.ui-datepicker-header {
   position: relative;
   width: 320px;
   margin: 0 auto;
   padding: 8px 0 35px;
   background: #426aac;
   color: #fff;
   line-height: 28px;
}

.ui-datepicker-header .ui-corner-all {
   position: absolute;
   top: 5px;
   width: 28px;
   height: 28px;
   font-size: 0 !important;
   cursor: pointer;
}

.ui-datepicker-header .ui-corner-all .ui-icon {
   display: inline-block;
   width: 10px;
   height: 16px;
   margin-top: 6px;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: 10px 16px;
}

.ui-datepicker-header .ui-datepicker-prev {
   left: 5px;
}

.ui-datepicker-header .ui-datepicker-prev .ui-icon {
   background-image: url(../images/cal_prev.png);
}

.ui-datepicker-header .ui-datepicker-next {
   right: 5px;
}

.ui-datepicker-header .ui-datepicker-next .ui-icon {
   background-image: url(../images/cal_next.png);
}

.ui-datepicker-header .ui-datepicker-title {
   display: inline-block;
}

.ui-datepicker-header select {
   height: 28px;
   padding: 0 28px 0 5px;
   border-radius: 2px;
   background: url(../images/slt1.png) right 50% no-repeat rgba(0, 0, 0, 0.2);
   background-size: auto 5px;
   color: #fff;
   font-size: 14px;
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
}

.ui-datepicker-header select option {
   background: #fff;
   color: #333;
}

.ui-datepicker-header select:last-child {
   margin-left: 5px;
}

.ui-datepicker-calendar {
   position: relative;
   width: 320px;
   margin: -30px auto 0;
   background: #fff;
}

.ui-datepicker-calendar thead th {
   width: 14.2857142857%;
   height: 30px;
   font-size: 13px;
   color: rgba(255, 255, 255, 0.6);
   background: #426aac;
}

.ui-datepicker-calendar tbody td {
   height: 40px;
   color: #333;
   padding: 5px 0;
}

.ui-datepicker-calendar tbody td a {
   display: inline-block;
   width: 40px;
   line-height: 40px;
   border-radius: 100%;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}

.ui-datepicker-calendar tbody td a:hover {
   background: rgba(0, 0, 0, 0.05);
}

.ui-datepicker-calendar tbody td.ui-datepicker-today a {
   font-weight: bold;
}

.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
   background: #426aac;
   color: #fff;
}
