@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("font/Pretendard-Black.woff2") format("woff2"), url("font/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("font/Pretendard-ExtraBold.woff2") format("woff2"), url("font/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("font/Pretendard-Bold.woff2") format("woff2"), url("font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("font/Pretendard-SemiBold.woff2") format("woff2"), url("font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("font/Pretendard-Medium.woff2") format("woff2"), url("font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("font/Pretendard-Regular.woff2") format("woff2"), url("font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("font/Pretendard-Light.woff2") format("woff2"), url("font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("font/Pretendard-ExtraLight.woff2") format("woff2"), url("font/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("font/Pretendard-Thin.woff2") format("woff2"), url("font/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo-Variable";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* 1: 초기화
=========================================================================================== */
* {
  -webkit-text-size-adjust: none; /*가로전환시 폰트 사이즈 변환 방지*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*outline:none;*/
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, input,
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 {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

img, fieldset, iframe {
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: inherit;
}

caption {
  display: none;
}

th, td {
  vertical-align: middle;
}

legend {
  color: #000;
}

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

li img, dd img {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

i, em, address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}
/*PC에선 전화안되게
@media (min-width: 768px) { 
  a[href^=tel]:link,
  a[href^=tel]:visited,
  a[href^=tel]:hover {
    pointer-events: none;
    cursor: default;
  }
}
*/
input[type=text],
input[type=password],
input[type=number],
input[type=search],
input[type=submit],
textarea,
select,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  vertical-align: middle;
  line-height: normal;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=text],
input[type=password],
input[type=number],
input[type=search],
input[type=submit],
select,
textarea {
  border: 1px solid #dddddd;
}

textarea {
  overflow-y: auto;
  resize: none;
}

button {
  font-size: 100%;
  cursor: pointer;
  background: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

button span {
  position: relative;
  display: block;
}

/*input 자동 채워지는 배경 색상 변경
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: none;
  transition: background-color 9999s ease-in-out 0s;
}

/*input placeholder 색상*
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
:-moz-placeholder,
::placeholder {color:#9c9f9d;}


input::-webkit-input-placeholder {font-weight: 300; color:#9c9f9d;}
input:-moz-placeholder {font-weight: 300; color:#9c9f9d;}
input::-moz-placeholder {font-weight: 300; color:#9c9f9d;}
input:-ms-input-placeholder {font-weight: 300; color:#9c9f9d;}

input::-moz-selection {color:#fff; background-color: #dc3c64;}
input::selection {color:#fff; background-color: #dc3c64;}

::-moz-selection {color:#fff; background-color: #dc3c64;}
::selection {color:#fff; background-color: #dc3c64;}
*/
input[type=number]::-ms-clear {
  display: none;
}

input[type=number], input[type=number]:hover, input[type=number]:focus {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]:hover::-webkit-inner-spin-button,
input[type=number]:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=tel]::-ms-clear {
  display: none;
}

input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=tel]:hover::-webkit-inner-spin-button,
input[type=tel]:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inp_txt.w10p {
  width: 10%;
}

.inp_txt.w15p {
  width: 15%;
}

.inp_txt.w30p {
  width: 30%;
}

.inp_txt.w40p {
  width: 40%;
}

.inp_txt.w50p {
  width: 50%;
}

.inp_txt.w51p {
  width: 51.5%;
}

.inp_txt.w60p {
  width: 60%;
}

.inp_txt.w70p {
  width: 70%;
}

.inp_txt.w80p {
  width: 80%;
}

.inp_txt.w90p {
  width: 90%;
}

.inp_txt.w100p {
  width: 100%;
}

select.w10p {
  width: 10%;
}

select.w15p {
  width: 15%;
}

select.w30p {
  width: 30%;
}

select.w40p {
  width: 40%;
}

select.w50p {
  width: 50%;
}

select.w51p {
  width: 51.5%;
}

select.w60p {
  width: 60%;
}

select.w70p {
  width: 70%;
}

select.w80p {
  width: 80%;
}

select.w90p {
  width: 90%;
}

select.w100p {
  width: 100%;
}

.w100p {
  width: 100%;
}

.ui-datepicker {
  display: none;
  z-index: 100;
  padding: 15px;
  margin-top: -1px;
  border: 1px solid #cfcfcf;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90ffffff,endColorstr=#90ffffff);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #5d5d5d;
}

.ui-datepicker th {
  width: 35px;
  height: 35px;
  color: #000;
  text-align: center;
}

.ui-datepicker td {
  width: 35px;
  height: 35px;
}

.ui-datepicker td.ui-datepicker-unselectable {
  color: #ccc;
}

.ui-datepicker td a.ui-state-highlight {
  font-weight: 700;
  color: #000;
}

.ui-datepicker td a.ui-state-active {
  color: #fff;
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #000;
  border-radius: 30px;
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 0.5em;
}

.ui-datepicker-title {
  overflow: hidden;
  font-size: 0;
}

.ui-datepicker-title span {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
  background-image: url("../images/common/ico_calendar_prev.svg");
}

.ui-datepicker-next {
  right: 0;
  background-image: url("../images/common/ico_calendar_next.svg");
}

.loadingbar {
  z-index: 9999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.loadingbar span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 280px;
  margin-left: -140px;
  margin-top: -140px;
}

#skipNaviWrap {
  position: relative;
  z-index: 9999;
}

#skipNaviWrap a {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  padding: 5px 0;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: #000;
}

#skipNaviWrap a:focus, #skipNaviWrap a:active {
  top: 0;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.va-t {
  vertical-align: top !important;
}

.va-n {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.d-ib {
  display: inline-block;
}

.blind {
  display: none;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
  height: 0;
}

.f-en {
  font-family: serif;
}

iframe[name=google_conversion_frame] {
  border: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

/*슬라이더*/
.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  cursor: pointer;
}

.swiper-button-prev {
  left: 2%;
}

.swiper-button-next {
  right: 2%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 50px;
  color: #fff;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0px 4px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.btn-bot {
  font-size: 0;
  text-align: center;
  margin-top: 60px;
}
.btn-bot .btn-pk {
  margin: 0px 5px;
  vertical-align: top;
}

.btn-pk {
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  transition: all 200ms ease-in-out;
  font-size: 16px;
  line-height: 1;
}
.btn-pk.b {
  font-weight: 600;
  font-size: 17px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  min-width: 180px;
  padding: 16px 20px;
}
.btn-pk.nb {
  font-weight: 700;
  font-size: 17px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  min-width: 200px;
  padding: 16px 20px;
}
.btn-pk.n {
  font-weight: 600;
  font-size: 15px;
  line-height: 0.95;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  min-width: 100px;
  padding: 12px 15px;
}
.btn-pk.s {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  min-width: 80px;
  padding: 10px 10px;
}
.btn-pk.color {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-pk.color:hover {
  background-color: #08825e;
  border-color: #08825e;
}
.btn-pk.color2 {
  border-color: #0a8d5e;
  background-color: #e5f4ef;
  color: #0a8d5e;
}
.btn-pk.gray {
  border-color: #ececec;
  background-color: #ececec;
  color: #000;
}
.btn-pk.gray:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.textarea1 {
  width: 100%;
  line-height: 1.5;
  padding: 15px 19px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-radius: 0px;
  box-sizing: border-box;
}
.textarea1.h250 {
  height: 250px;
}
.textarea1.h150 {
  height: 150px;
}

div.textarea1 {
  overflow-y: auto;
  min-height: 50px;
}

.filebox {
  position: relative;
  display: flex;
}

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

.filebox .upload-name:disabled {
  background-color: #fff;
}

.filebox label {
  cursor: pointer;
  margin-left: 10px;
}

.inp_radio {
  z-index: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  min-height: 20px;
}

.inp_radio input {
  position: absolute;
  visibility: hidden;
  display: block \0 /IE8;
}

.inp_radio input + label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
  min-height: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #5d5d5d;
  letter-spacing: -0.03em;
  cursor: pointer;
}

.inp_radio input + label::after,
.inp_radio input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  background-color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.inp_radio input + label::before,
.inp_radio input + label:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 18px;
  background-color: #eee;
  border-radius: 16px;
}

.inp_radio input:checked + label::before,
.inp_radio input:checked + label:before {
  background-color: #fff;
}

.inp_radio input:checked + label::after,
.inp_radio input:checked + label:after {
  border-color: #0a8d5e;
  background-color: #0a8d5e;
}

.inp_checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  min-height: 20px;
}

.inp_checkbox input {
  position: absolute;
  visibility: hidden;
  display: block \0 /IE8;
}

.inp_checkbox input + label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #5d5d5d;
  letter-spacing: -0.03em;
  cursor: pointer;
}

.inp_checkbox input + label::after,
.inp_checkbox input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  background-color: #fff;
  background-image: url("../images/common/ico_checkbox.svg");
  background-position: center 51%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  box-sizing: border-box;
}

.inp_checkbox input:checked + label::after,
.inp_checkbox input:checked + label:after {
  background-color: #0a8d5e;
  border-color: #0a8d5e;
  background-image: url("../images/common/ico_checkbox_on.svg");
}

.inp_checkbox:hover input + label::after,
.inp_checkbox:hover input + label:after {
  border-color: #A9B4BE;
}

.inp_checkbox:hover input:checked + label::after,
.inp_checkbox:hover input:checked + label:after {
  background-color: #0a8d5e;
  border-color: #0a8d5e;
}

.inp_checkbox input:disabled + label::after,
.inp_checkbox input:disabled + label:after {
  background-color: #DDE1E5;
}

select.select1 {
  height: 50px;
  line-height: 48px;
  padding-right: 50px;
  padding-left: 19px;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  color: #13161A;
  background-color: #fff;
  background-image: url("../images/common/ico_select.png");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px auto;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-radius: 0px;
}

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

select.select1 option {
  line-height: 200%;
  border: 0;
}

select.select1 option:checked,
select.select1 option:hover {
  background: #7692af;
  box-shadow: 0 0 10px 100px #7692af inset;
}

select.select1:required:invalid {
  color: #8e8e8e;
}

select.select1 option[value=""][disabled] {
  display: none;
}

select.select1 option:first-child {
  color: #8e8e8e;
}

input.inp_txt {
  padding: 0px 19px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 0px;
  font-weight: 400;
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}
input.inp_txt.w100 {
  width: 100px;
}

input.inp_txt:disabled {
  background-color: #f5f5f5;
  color: #888;
}

textarea:disabled {
  background-color: #F7F8F9;
}

select:disabled {
  background-color: #F7F8F9;
}

input.inp_txt:focus {
  border-color: #394BC2;
}

select:focus {
  border-color: #394BC2;
}

textarea:focus {
  border-color: #394BC2;
}

.textarea1:focus {
  border-color: #394BC2;
}

.inp_txt.sch {
  overflow: hidden;
  display: flex;
  font-size: 14px;
  border-radius: 4px;
  color: #13161A;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}
.inp_txt.sch .btns {
  width: 35px;
  height: 43px;
  padding-left: 16px;
  text-align: left;
  font-size: 16px;
  color: #3A434D;
}
.inp_txt.sch input {
  width: 100%;
  padding: 0px 16px;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  border: 0;
  background: none;
}

.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt-1 {
  margin-top: -1px !important;
}

.m0 {
  margin: 0 !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.c-blue {
  color: #394BC2 !important;
}

.c-red {
  color: #e85e88 !important;
}

.c-gray {
  color: #909DAB !important;
}

.c-black {
  color: #000 !important;
}

.c-green {
  color: #3AC837 !important;
}

.c-pink {
  color: #e85e88 !important;
}

.c-purple {
  color: #8b6eaa !important;
}

.c-color {
  color: #0a8d5e !important;
}

.i-aft {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.i-aft:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  content: "";
  text-align: left;
  text-indent: -9999px;
  background-image: url("../images/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
}

.i-set {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  line-height: 0;
  background-image: url("../images/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
}

.i-set.i_instar {
  background-position: -31px -10px;
  width: 24px;
  height: 24px;
}

.i-set.i_facebook {
  background-position: -10px -10px;
  width: 14px;
  height: 28px;
}

.i-set.i_youtube {
  background-position: -100px -10px;
  width: 28px;
  height: 28px;
}

.i-set.i_facebook {
  background-position: -10px -10px;
  width: 17px;
  height: 24px;
}

.i-set.i_page_prev {
  background-position: -203px -112px;
  width: 11px;
  height: 19px;
}

.i-set.i_page_next {
  background-position: -233px -112px;
  width: 11px;
  height: 19px;
}

.i-set.i_sch {
  background-position: -266px -112px;
  width: 21px;
  height: 21px;
}

.tab ul {
  font-size: 0;
}
.tab li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.tab.ty1 {
  text-align: center;
  margin-bottom: 20px;
}
.tab.ty1 li {
  vertical-align: top;
  margin: 0px 10px;
}
.tab.ty1 li a {
  display: block;
  padding: 18px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #a4a4a4;
  background-color: #fff;
  border-radius: 40px;
}
.tab.ty1 li.on a {
  background-color: #0a8d5e;
  color: #fff;
  font-weight: 600;
}
.tab.ty2 ul {
  display: flex;
  margin-bottom: 45px;
}
.tab.ty2 li {
  position: relative;
  flex: 1;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #000;
}
.tab.ty2 li:first-child {
  border-left: 1px solid #e3e3e3;
}
.tab.ty2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0px 10px;
  font-size: 18px;
  color: #090909;
  background-color: #f8f8f8;
}
.tab.ty2 li.on {
  border-bottom-color: #fff;
  border-top-color: #0a8d5e;
}
.tab.ty2 li.on:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #0a8d5e;
}
.tab.ty2 li.on a {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

_::-moz-svg-foreign-content, :root .tab li {
  float: left;
}

.inp_select1 {
  position: relative;
}
.inp_select1 .sel_tit {
  position: relative;
  width: 100%;
  padding: 10px 35px 10px 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  border: 1px solid #d5d5d5;
}
.inp_select1 .sel_tit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 30px;
  height: 10px;
  background-image: url("../images/ico_select.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
  transition: all 200ms ease-in-out;
}
.inp_select1 .sel_list {
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  max-height: 200px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 200ms ease-in-out;
}
.inp_select1 .sel_list li {
  margin: 0;
  display: block;
  border-top: 1px dotted #c3c3c3;
}
.inp_select1 .sel_list li:first-child {
  border-top: 0;
}
.inp_select1 .sel_list li a {
  display: block;
  line-height: 1;
  padding: 10px;
}
.inp_select1 .sel_list li:hover a,
.inp_select1 .sel_list li.on a {
  background-color: #f9f9f9;
  color: #000;
}
.inp_select1.active .sel_tit:after {
  transform: rotate(180deg);
}
.inp_select1.active .sel_list {
  display: block;
}

.lst_radio .inp_radio {
  margin-right: 20px;
}

@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
.pagenation {
  text-align: center;
  margin-top: 40px;
}
.pagenation ul {
  font-size: 0;
}
.pagenation li {
  display: inline-block;
  vertical-align: top;
}
.pagenation li p,
.pagenation li a {
  display: block;
  min-width: 30px;
  padding: 14px 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #7f7f7f;
}
.pagenation li p {
  color: #fff;
  background-color: #0a8d5e;
  border-radius: 40px;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: "Pretendard", "Apple-Gothic", "Malgun Gothic", sans-serif;
  color: #13161A;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.inr-c {
  max-width: 1264px;
  margin: 0 auto;
}

.footer {
  clear: both;
  background-color: #000;
  padding: 50px 0px;
}
.footer .foo_link {
  float: right;
  max-width: 35%;
}
.footer .foo_link a {
	font-size: 12px; color: #fff; font-weight: 300;
	opacity:.7; margin-left: 10px;
}
.footer .foo_link a i {
	font-size: 1.8em;
	margin-right: 5px;
	font-weight: 300;
	vertical-align: middle;
}
.footer .foo_cont {
  max-width: 70%;
  font-size: 0;
}
.footer .foo_cont:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.footer .foo_cont p {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #666;
  line-height: 0.8;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .foo_cont p:last-child {
  border-right: 0;
}
.footer .fix_btns {
  z-index: 100;
  position: fixed;
  right: 50px;
  bottom: 100px;
  width: 50px;
}
.footer .fix_btns a, .footer .fix_btns button {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  background-color: #1c1c1c;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: relative;
}
.footer .fix_btns .btn-scrollTop {
  background-color: #fff;
  font-weight: 700;
}
.footer .fix_btns .btn-scrollTop i {
	display: block;
	line-height: .6;
}
.footer .fix_btns .tt {
	position: absolute; right: 0;
	top: 50%;
	transform:translateY(-50%);
	white-space:nowrap;
	font-size: 15px; font-weight: 700;
	color: #1c1c1c;
	opacity:0;
	transition: all 200ms ease-in-out;
}
.footer .fix_btns .a i,
.footer .fix_btns a i {
	position: absolute; left: 50%; top: 50%;
	transform:translate(-50%,-50%);
	font-size: 26px; color: #fff;
}
.footer .fix_btns .a:hover .tt,
.footer .fix_btns a:hover .tt {
	right: 120%;
	opacity:1;
}
.footer .fix_btns .mo_more {display: none;}

.header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  background-color: #fff;
  box-sizing: border-box;
}
.header .inr-c {
  position: relative;
}
.header .logo {
  float: left;
  font-size: 0;
  width: 184px;
  height: 80px;
}
.header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.0325em;
  color: #000;
}
.header .gnb {
  font-size: 0;
  padding-left: 200px;
}
.header .gnb > ul {
  display: inline-flex;
}
.header .gnb > ul > li {
  min-width: 100px;
}
.header .gnb > ul > li:nth-child(3) {
  min-width: 170px;
}
.header .gnb > ul > li > a {
  position: relative;
  display: block;
  padding: 0px 15px;
  font-weight: 700;
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 80px;
}
.header .gnb > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  left: 50%;
  height: 2px;
  background-color: #000;
  transition: all 200ms ease-in-out;
}
.header .gnb .depth2 {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  width: 100%;
  height: calc(100% - 80px);
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: left;
  border-right: 1px solid #e7e7e7;
  display: none;
}
.header .gnb .depth2 ul {
  height: 100%;
  text-align: center;
}
.header .gnb .depth2 a {
  display: block;
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.06em;
}
.header .gnb .depth2 li:hover a {
  color: #000;
}
.header .gnb > ul > li.on > a,
.header .gnb > ul > li:hover > a {
  color: #000;
}
.header .gnb > ul > li.on > a:after,
.header .gnb > ul > li:hover > a:after {
  width: 100%;
  left: 0;
}
.header .btn_gnb_close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  width: 100px;
  height: 100px;
  text-align: center;
}
.header .btn_gnb_close span {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 3px;
  background-color: #000;
  transform: rotate(45deg);
}
.header .btn_gnb_close span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 3px;
  background-color: #000;
  transform: rotate(-90deg);
}
.header .btn_gnb {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  font-size: 0;
}
.header .btn_gnb span {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  height: 2px;
  background-color: #000;
}
.header .btn_gnb span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -9px;
  width: 90%;
  height: 2px;
  background-color: #000;
}
.header .btn_gnb span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 70%;
  height: 2px;
  background-color: #000;
}
.header.ovr {
  z-index: 101;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  background-color: #fff;
}
.header.ovr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.header.ovr .btn_gnb span,
.header.ovr .btn_gnb span:after,
.header.ovr .btn_gnb span:before {
  background-color: #282828;
}
.header.main {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.modal-cover {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#spot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  padding-top: 110px;
  box-sizing: border-box;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#spot:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#spot .inr-c {
  position: relative;
  z-index: 1;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#spot .inr-c .title {
  font-weight: 700;
  font-size: 48px;
}
#spot .inr-c .path .i-set {
  margin: 0px 10px 3px 10px;
}
#spot.s1 {
  background-image: url("../images/spot/spot1.jpg");
}
#spot.s2 {
  background-image: url("../images/spot/spot2.jpg");
}
#spot.s3 {
  background-image: url("../images/spot/spot3.jpg");
}
#spot.s4 {
  background-image: url("../images/spot/spot4.jpg");
}
#spot.s5 {
  background-image: url("../images/spot/spot5.jpg");
}

.menu_sub .smenu2 {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 840px) {
  .menu_sub {
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
  }
  .menu_sub .sel_tit {
    display: none;
  }
  .menu_sub .sel_list {
    display: flex;
    position: static;
    border: 0;
    height: auto !important;
    background-color: transparent;
    border-left: 1px solid #ddd;
    max-width: 1264px !important;
  }
  .menu_sub .sel_list li a {
    padding: 15px 20px;
    border-right: 1px solid #ddd;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
  }
  .menu_sub .sel_list li.on a,
  .menu_sub .sel_list li:hover a {
    background-color: #fff;
  }
}
@media screen and (max-width: 1500px) {
  .inr-c {
    margin-left: 40px;
    margin-right: 40px;
  }
  .header .gnb {
    padding-left: 200px;
  }
  .header .sitemap_wrap .sitemap_list .logo {
    margin-left: 30px;
    width: 140px;
    background-size: 100% auto;
  }
  .header .sitemap_wrap .sitemap_list .inner {
    padding-left: 200px;
  }
  .header .sitemap_wrap .sitemap_list .inner:after {
    width: 200px;
  }
  .header .sitemap_wrap .sitemap_list .inner > ul {
    padding: 100px 40px 50px 40px;
    flex-wrap: wrap;
  }
  .header .sitemap_wrap .sitemap_list .inner > ul > li {
    width: 33.3%;
  }
  .header .sitemap_wrap .sitemap_list .inner > ul > li.g3 {
    margin-left: -33.3%;
    margin-top: 250px;
  }
  .header .sitemap_wrap .lst_sns {
    width: 200px;
  }
  .footer .foo_cont address {
    width: calc(100% - 260px);
  }
  .footer .foo_cont .f_link {
    clear: both;
    float: none;
    width: auto;
    padding-top: 20px;
    padding-left: 260px;
  }
  .footer .foo_cont .f_link a {
    min-width: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .header .gnb_btn .gbtn {
    width: 70px;
  }
}
@media screen and (max-width: 1080px) {
  .header .gnbbox {
    display: none;
  }
  .header .gnb .gtxt {
    max-width: 300px;
  }
  .header .sitemap_wrap .sitemap_list .logo {
    position: absolute;
    background-image: url("../images/common/logo_bk.png");
  }
  .header .sitemap_wrap .sitemap_list .inner {
    padding-left: 0px;
  }
  .header .sitemap_wrap .sitemap_list .inner:after {
    content: none;
  }
  .header .sitemap_wrap .sitemap_list .inner > ul {
    padding-top: 140px;
    padding-bottom: 0;
  }
  .header .sitemap_wrap .sitemap_list .inner > ul > li {
    width: 25%;
  }
  .header .sitemap_wrap .sitemap_list .inner > ul > li.g3 {
    margin-left: 0;
    margin-top: 0px;
  }
  .header .sitemap_wrap .lst_sns {
    width: 200px;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1141px) {
  .header .gnbbox {
    display: block !important;
  }
}
@media screen and (min-width: 841px) {
  .header.site {
    z-index: 101;
  }
  .header.site > .inr-c {
    z-index: 0;
  }
  .header.site .sitemap_wrap {
    display: block;
  }
  .header .gnb .depth3 {
    display: none;
  }
  .header .gnbbox {
    opacity: 1 !important;
  }
  .header .gnbbox > div {
    display: none;
  }
}
.visual_main {
  overflow: hidden;
  position: relative;
}
.visual_main .main_intruduce {display: none;}
.visual_main .visual_main_slider {
  position: relative;
  height: 100%;
}
.visual_main .visual_main_slider .slider {
  height: 100%;
}
.visual_main .visual_main_slider .slider .item {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.visual_main .visual_main_slider img {
  width: 100%;
}
.visual_main .visual_main_slider .visual_main_txt {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  padding-bottom: 160px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  transition: all 1000ms ease-in-out;
}
.visual_main .visual_main_slider .visual_main_txt .vatxt_t1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 58px;
}
.visual_main .visual_main_slider .visual_main_txt .vatxt_t2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
}
.visual_main .visual_main_slider .swiper-slide-active .visual_main_txt {
  animation: fadein 0.5s forwards;
  -moz-animation: fadein 0.5s forwards;
  -webkit-animation: fadein 0.5s forwards;
  -o-animation: fadein 0.5s forwards;
}

.main_cont {
  padding: 80px 0px;
}
.main_cont .swiper-button-prev,
.main_cont .swiper-button-next {
  display: none;
}
.main_cont .b_mov {
  display: block;
  padding: 30px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  line-height: 1.2;
  color: #090909;
  border-radius: 20px;
  transition: all 200ms ease-in-out;
  box-sizing: border-box;
}
.main_cont .b_mov .h1 {
  height: 64px;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_cont .b_mov .t1 {
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.5;
}
.main_cont .b_mov .mov {
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
  margin-top: 40px;
}
.main_cont .b_mov .mov > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main_cont .b_mov:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main_cont .b_pho {
  display: block;
  font-size: 14px;
  color: #090909;
  transition: all 200ms ease-in-out;
  box-sizing: border-box;
}
.main_cont .b_pho .im {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
.main_cont .b_pho .im > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main_cont .b_pho .h1 {
  height: 42px;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_cont .b_pho .t1 {
  margin-top: 12px;
  opacity: 0.5;
}
.main_cont.mcont1 ul {
  display: flex;
}
.main_cont.mcont1 li {
  flex: 1;
  margin-left: 35px;
}
.main_cont.mcont1 li:first-child {
  margin-left: 0;
}
.main_cont.mcont1 li a {
  display: block;
  padding: 30px 10px;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  background-color: #0a8d5e;
}
.main_cont.mcont2 {
  background-color: #f7f7f7;
}
.main_cont.mcont4 {
  background-color: #e6f3ef;
}
.main_cont.mcont4 .tab.ty1 li {
  min-width: 200px;
}
.main_cont.mcont4 .b_mov .t1 {
  margin-bottom: 40px;
}
.main_cont .lst_youtube .slider1 {
  margin-left: 33.5%;
}
.main_cont .lst_youtube .col.first {
  float: left;
  width: 32%;
}
.main_cont .lst_youtube .col.first .h1 {
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  text-align: center;
}
.main_cont .lst_youtube .col.first .mov {
  margin-top: 35px;
}
.main_cont .lst_youtube .col.first .mov:after {
  transform: translate(-50%, -50%) scale(0.65);
}
.main_cont .lst_youtube .mov:after {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  background-position: -556px -10px;
  width: 77px;
  height: 53px;
  content: "";
  opacity: 0.8;
}
.main_cont .lst_youtube .mov::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main_cont .lst_text01 .col:first-child {
  margin-left: 0;
}

.hd_tit {
  position: relative;
  margin-bottom: 20px;
}
.hd_tit .btn_more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #090909;
  text-align: right;
}

.h_tit0 {
  font-weight: 900;
  font-size: 48px;
  color: #000;
  letter-spacing: -0.05em;
}

.h_tit1 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.3;
  color: #000;
  letter-spacing: -0.05em;
}

.h_tit2 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  letter-spacing: -0.05em;
}

.h_stit1 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 21px;
  color: #000;
  letter-spacing: -0.05em;
}

.line_bar {
  margin: 60px 0px;
  border-bottom: 1px solid #ddd;
}

#container.sub {
  min-height: 1000px;
  padding-bottom: 100px;
  margin-top: 80px;
}
#container.sub .inr-c {
  max-width: 1100px;
}
#container.sub .flex-box {
  display: block;
}
#container.sub .flex-box .imgs {
  margin-right: 0;
  width: 100%;
  margin-bottom: 50px;
}
#container.sub .main_sec {
  padding-top: 40px;
}

.tbl_top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 25px;
}
.tbl_top .total {
  font-weight: 600;
  color: #090909;
  font-size: 15px;
}
.tbl_top .total strong {
  color: #0a8d5e;
}
.tbl_top .rgh {
  display: inline-flex;
}
.tbl_top .rgh .sch_btn {
  font-size: 0;
  margin-left: 10px;
}
.tbl_top .rgh .sch_btn .btn-pk.n {
  min-width: auto;
  margin-left: 10px;
}
.tbl_top.line {
  padding: 30px 0px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.tbl_sch {
  margin-bottom: 45px;
  padding: 45px 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.tbl_sch .sch_btn {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
}
.tbl_sch .sch_btn input.inp_txt {
  border: 0;
  padding-right: 70px;
  padding-left: 25px;
  border-radius: 100px;
}
.tbl_sch .sch_btn .btns {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
}

.tbl_basic {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #000;
}
.tbl_basic table {
  table-layout: fixed;
}
.tbl_basic tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
}
.tbl_basic td,
.tbl_basic th {
  font-weight: 400;
  color: #565656;
  height: 50px;
  padding: 5px;
  font-size: 16px;
}
.tbl_basic th {
  background-color: #f8f8f8;
  color: #000;
  font-weight: 400;
}
.tbl_basic colgroup col.th1 {
  width: 200px;
}
.tbl_basic colgroup col.num {
  width: 100px;
}
.tbl_basic colgroup col.count {
  width: 100px;
}
.tbl_basic colgroup col.day {
  width: 180px;
}
.tbl_basic colgroup col.name {
  width: 150px;
}
.tbl_basic colgroup col.state {
  width: 180px;
}
.tbl_basic .i_emp {
  font-weight: 700;
  font-size: 16px;
}
.tbl_basic .i_emp:after {
  content: "*";
  margin-left: 5px;
  color: #ed1c24;
}
.tbl_basic .i_notice {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  color: #fff;
  font-size: 0.9em;
  border-radius: 20px;
  background-color: #0a8d5e;
}
.tbl_basic table.list {
  text-align: center;
}
.tbl_basic table.list td {
  text-align: left;
  padding: 15px 30px;
}
.tbl_basic table.write th {
  padding: 10px 20px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.tbl_basic table.write td {
  padding: 10px 30px;
  border-left: 1px solid #ddd;
}
.tbl_basic table.write .textarea1 {
  height: 200px;
}
.tbl_basic table.view th {
  text-align: left;
  font-weight: 600;
  height: 20px;
  padding: 20px 20px;
  text-align: center;
}
.tbl_basic table.view th .fz {
  font-size: 0.9em;
  display: block;
}
.tbl_basic table.view td {
  height: 20px;
  padding: 20px 30px;
}

.t_info {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.box_terms {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}
.box_terms .tit {
  padding: 20px 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  font-weight: 700;
  color: #090909;
  background-color: #e6f3ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_terms .tit .inp_checkbox input + label {
  color: #0a8d5e;
}
.box_terms .cont {
  overflow-y: auto;
  padding: 20px 30px;
  height: 150px;
  box-sizing: border-box;
}

.pr-mb1 {
  margin-bottom: 50px;
}

.pr-mb2 {
  margin-bottom: 100px;
}

.inp_btn {
  display: flex;
}
.inp_btn .btn-pk {
  margin-left: 10px;
}

.inp_tel {
  display: flex;
  width: 100%;
  max-width: 500px;
}
.inp_tel .inp_txt {
  margin-left: 10px;
  width: 100%;
}
.inp_tel .select1 {
  min-width: 130px;
}

.inp_addr {
  display: flex;
}
.inp_addr .inp_txt {
  width: 100%;
  margin-left: 10px;
}

.inp_email {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
}
.inp_email span {
  margin: 0px 10px;
}
.inp_email .inp_txt {
  width: 100%;
}
.inp_email select.select1 {
  width: 180px;
  margin-left: 10px;
}

.lst_inp_file:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.lst_inp_file .filebox {
  margin-bottom: 5px;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.lst_inp_file .filebox:nth-child(2n) {
  margin-right: 0;
}

.lst_dot p {
  position: relative;
  padding-left: 12px;
  margin: 4px 0px;
}
.lst_dot p:after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.lst_dot.ff {
  font-weight: 600;
}
.lst_dot.ff p {
  margin: 8px 0px;
}

.hd-titbox {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hd-titbox .title {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -1px;
  font-weight: 700;
  font-size: 20px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.hd-titbox .more {
  display: inline-block;
  padding: 10px 0px;
  color: #000;
}
.hd-titbox .more > span {
  display: inline-block;
  padding-right: 15px;
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 50%;
}

.main_intruduce {
  padding: 80px 0px;
}
.main_intruduce .box {
  display: flex;
  align-items: center;
}
.main_intruduce .imgs {
  width: 15%;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #ddd;
}
.main_intruduce .imgs .im {
  margin-bottom: 10px;
}
.main_intruduce .imgs .im > span {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.main_intruduce .t1 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.main_intruduce .t2 {
  color: #666;
}
.main_intruduce .t3 {
  font-size: 20px;
  color: #666;
}

.main_sec {
  padding-bottom: 100px;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
}

.flex-box {
  display: flex;
}
.flex-box .imgs {
  overflow: hidden;
  width: 40%;
  min-width: 40%;
  margin-right: 5%;
}
.flex-box .imgs img {
  width: 100%;
  transition: all 200ms ease-in-out;
}
.flex-box .imgs:hover img {
  transform: scale(1.2);
}

.map {
  overflow: hidden;
  position: relative;
  height: 300px;
  background-color: #f9f9f9;
}
.map .mapin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
}

.map_list .tit {
  position: relative;
  margin: 30px 20px;
}
.map_list .tit .t1 {
  font-size: 20px;
  margin-bottom: 0.3em;
}
.map_list .tit .t2 {
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.map_list .tit .btns {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.map_list .tit .btns .btn-pk {
  margin-left: 5px;
}
.map_list .tit .btns i {
  margin-right: 10px;
}
.map_list .list .li {
  padding: 30px 20px;
  border-top: 1px solid #ddd;
  display: flex;
  font-size: 18px;
}
.map_list .list .h1 {
  min-width: 150px;
  font-weight: 600;
  color: #333;
}
.map_list .list .h1 i {
  margin-right: 10px;
}
.map_list .list .t1 p span {
  color: #666;
  margin-right: 15px;
}
.map_list .list .t1 li {
  display: inline-block;
  vertical-align: top;
  min-width: 70px;
  font-size: 16px;
  margin-right: 20px;
  text-align: center;
}
.map_list .list .t1 li span {
  display: block;
  margin-top: 5px;
}
.map_list .list .t1 li i {
  font-size: 30px;
  color: #444;
}

.sub-cont .box {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.sub-cont .box .imgs {
  width: 200px;
  margin-right: 30px;
}
.sub-cont .box p {
  font-size: 20px;
}
.sub-cont .box p span {
  display: block;
  color: #666;
  font-weight: 700;
}
.sub-cont .text {
  white-space: pre-line;
}

.sns_link {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
  width: 103%;
}
.blog_list .li {
  width: 30.333%;
  margin-bottom: 4%;
  margin-right: 3%;
  padding: 30px;
  background-color: #fafafa;
  box-sizing: border-box;
}
.blog_list .li .h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-weight: 600;
  font-size: 1.1em;
  color: #000;
  margin-bottom: 0.5em;
}
.blog_list .li .t1 {
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list .li .t2 {
  color: #666;
  margin-top: 1em;
  font-size: 0.8em;
}

.movie_list {
  display: flex;
  flex-wrap: wrap;
  width: 103%;
}
.movie_list .li {
  position: relative;
  width: 47%;
  margin-bottom: 4%;
  margin-right: 3%;
}
.movie_list .li .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  opacity: 0.8;
}

.faq_list .li {
  border-bottom: 1px solid #ddd;
  padding: 30px 0px;
}
.faq_list .h {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 20px;
}
.faq_list .h span:first-child {
  position: relative;
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.5em;
  font-weight: 700;
  color: #666;
}
.faq_list .h span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.botm_more {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
  text-align: center;
}
.botm_more p {
  margin-bottom: 10px;
  color: #666;
}

/*팝업*/
.layerPopup {
	z-index: 10;
	position: fixed; left: 50%; top: 50%;
	min-width: 180px;;
	background-color: #fff;
	padding: 50px; text-align: center; font-size: 20px;
	border-radius: 20px;
	box-shadow:0 0 10px rgba(0,0,0,.3);
	transform:translate(-50%,-50%);
	display: none;
}
.layerPopup button {margin-bottom: 20px;}
.layerPopup button i {font-size: 40px; }
.layerPopup strong {display: block; margin: .5em;}
.layerPopup em {font-size: .8em; opacity:.8;}

@media screen and (min-width: 841px) {
  .view-m {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */