@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../font/NotoSansKR-Thin.woff2) format('woff2'),
    url(../font/NotoSansKR-Thin.woff) format('woff'),
    url(../font/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansKR-Light.woff2) format('woff2'),
    url(../font/NotoSansKR-Light.woff) format('woff'),
    url(../font/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.woff2) format('woff2'),
    url(../font/NotoSansKR-Regular.woff) format('woff'),
    url(../font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSansKR-Medium.woff2) format('woff2'),
    url(../font/NotoSansKR-Medium.woff) format('woff'),
    url(../font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansKR-Bold.woff2) format('woff2'),
    url(../font/NotoSansKR-Bold.woff) format('woff'),
    url(../font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSansKR-Black.woff2) format('woff2'),
    url(../font/NotoSansKR-Black.woff) format('woff'),
    url(../font/NotoSansKR-Black.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 100;
  src: url(../font/NotoSerifCJKkr-ExtraLight.woff2) format('woff2'),
    url(../font/NotoSerifCJKkr-ExtraLight.woff) format('woff'),
    url(../font/NotoSerifCJKkr-ExtraLight.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 200;
  src: url(../font/NotoSerifCJKkr-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSerifCJKkr-Regular.woff2) format('woff2'),
    url(../font/NotoSerifCJKkr-Regular.woff) format('woff'),
    url(../font/NotoSerifCJKkr-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSerifCJKkr-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 600;
  src: url(../font/NotoSerifCJKkr-Bold.woff2) format('woff2'),
    url(../font/NotoSerifCJKkr-Bold.woff) format('woff'),
    url(../font/NotoSerifCJKkr-Bold.otf) format('opentype');
}

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%
}

body {
  position: relative;
  font-family: 'NotoSans-Light', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #444;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1;
}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, table, tr, th, td {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

ul, ol, li {
  list-style: none
}

img, fieldset {
  border: none;
  vertical-align: top
}

legend, caption {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1
}

textarea, button {
  vertical-align: middle
}

input, select {
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-family: 'NotoSans-Light', '맑은 고딕', 'Malgun Gothic', sans-serif;
  color: #555;
  letter-spacing: -0.6px;
  border-radius: 0;
  font-size: 16px
}

input {
  padding: 3px 10px;
  height: 32px
}

option {
  padding: 3px 10px;
}

input[type="radio"], input[type="checkbox"] {
  border: 0;
  padding: 0;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="password"] {
  height: 40px;
  border: 1px solid #e1e1e1;
  color: #999;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="text"] {
  width: 278px;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="tel"] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="file"] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

select {
  padding: 5px;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: #fff;
}

textarea {
  padding: 10px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-family: 'NotoSans-Light', '맑은 고딕', 'Malgun Gothic', sans-serif;
  color: #555;
  font-size: 16px;
  letter-spacing: -0.6px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0
}

a {
  text-decoration: none;
  color: #555;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  font-size: 16px;
  font-family: 'NotoSans-Light', '맑은 고딕', 'Malgun Gothic', sans-serif;
}

button:active {
  outline: none
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button:focus {
  outline: 0;
}

a:active, a:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}


::-webkit-input-placeholder {
  color: #cfcfcf;
}

:-moz-placeholder {
  color: #cfcfcf;
  opacity: 1;
}

::-moz-placeholder {
  color: #cfcfcf;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cfcfcf;
}

:placeholder-shown {
  color: #cfcfcf;
}

/* 정렬 */
.txt_al_le {
  display: block;
  width: 100%;
  text-align: left !important;
}

.txt_al_ct {
  display: block;
  width: 100%;
  text-align: center !important;
}

.txt_al_ri {
  display: block;
  width: 100%;
  text-align: right !important;
}

/* 간격 */
.mt0 {
  margin-top: 0px !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
}

.mt45 {
  margin-top: 45px !important
}

.mt50 {
  margin-top: 50px !important
}

.mt55 {
  margin-top: 55px !important
}

.mt60 {
  margin-top: 60px !important
}

.pt90 {
  padding-top: 90px !important
}

.grd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,131313+100 */
  background: rgb(0, 110, 183);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(115, 207, 70, 1) 0%, rgba(28, 66, 189, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(115, 207, 70, 1) 0%, rgba(28, 66, 189, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(115, 207, 70, 1) 0%, rgba(28, 66, 189, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73cf46', endColorstr='#1c42bd', GradientType=0);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

/* font */
.fThin {
  font-family: 'NotoSans-Thin', '맑은 고딕', 'Malgun Gothic', sans-serif !important;
}

.fLight {
  font-family: 'NotoSans-Light', '맑은 고딕', 'Malgun Gothic', sans-serif !important;
}

.fRegular {
  font-family: 'NotoSans-Regular', '맑은 고딕', 'Malgun Gothic', sans-serif !important;
}

.fMed {
  font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif !important;
}

.fBold {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif !important;
}

.fBlack {
  font-family: 'NotoSans-Black', '맑은 고딕', 'Malgun Gothic', sans-serif !important;
}

.cPurple {
  color: #262161 !important;
}

.cWhite {
  color: #fff !important;
}

body.lypopOpen {
  overflow: hidden;
}

#wrapper {
  position: relative;
  width: 100%;
  min-width: 360px;
  overflow: hidden;
}

#cBody {
  position: relative;
  width: 100%;
}

.rolling_view {
  position: relative;
  background: #000;
}

.swiper-slide .imgGr {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  top: 12%;
}

.swiper-slide .imgGr .tTit {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  line-height: 84px;
  color: #fff;
  text-shadow: 3px 3px 6px #333;
}

.swiper-slide .imgGr .tTxt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-shadow: 2px 2px 4px #333;
}

.swiper-slide .img {
  background-size: 100% auto !important;
  height: auto;
  width: 100%;
}

.img .img_w {
  display: block;
  width: 100%;
}

.img .img_m {
  display: none;
}

.swiper-button-prev.hv {
  background: url(../img/common/arrow_le.svg) no-repeat 50% 50%;
  left: 8%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
}

.swiper-button-next.hv {
  background: url(../img/common/arrow_ri.svg) no-repeat 50% 50%;
  right: 8%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
}

.subWrap {
  position: relative;
  padding: 0 0 130px;
  width: 100%;
}

.subWrap.pbNo {
  padding: 0;
}

.container {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}

.blackBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.blind {
  width: 0;
  height: 0;
  text-indent: -9999px;
  font-size: 0;
}

/* 검색결과없을때 */
.noData {
  margin-top: 50px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e1e1e1;
  padding: 100px 0;
  text-align: center;
}

.noData .txt {
  background: url("../img/common/no_data_icon.png") no-repeat center 0;
  color: #777;
  font-size: 18px;
  padding-top: 128px;
}

/* 서브 */
/* 상단 서브비주얼 */
.subVisArea {
  height: 345px;
}
.subluge_bg {
  background: url("../img/luge_bg.jpg") no-repeat 50% 0;
}
.sublift_bg {
  background: url("../img/lift_bg.jpg") no-repeat 50% 0;
}
.sublogo_bg {
  background: url("../img/logo_bg.jpg") no-repeat 50% 0;
}

.subBg0 {
  background: url("../img/sub_bg0.jpg") no-repeat 50% 0;
}

.subBg1 {
  background: url("../img/sub_bg1.jpg") no-repeat 50% 0;
}

.subBg2 {
  background: url("../img/sub_bg2.jpg") no-repeat 50% 0;
}

.subBg3 {
  background: url("../img/sub_bg3.jpg") no-repeat 50% 0;
}

.subBg4 {
  background: url("../img/sub_bg4.jpg") no-repeat 50% 0;
}

.subBg5 {
  background: url("../img/sub_bg5.jpg") no-repeat 50% 0;
}

.subBg0 h2 {
  padding-top: 120px;
}

.container img.w100 {
  margin: 4% 0;
  max-width: 1170px;
  min-width: 320px;
}

h2 {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 50px;
  color: #000;
  text-align: center;
  padding-top: 40px;
}

.h2Txt {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  text-align: center;
  margin-top: 28px;
}

.h2Txt br {
  display: none;
}

.h2Txt.twoLine {
  display: block;
}

h2.joinTit {
  text-align: left;
  font-size: 24px;
  line-height: 60px;
  color: #333
}

h2.joinTit b {
  float: right;
  font-size: 15px;
  font-weight: 400;
  margin-top: 13px;
}

h3 {
  font-size: 20px;
  color: #000;
  font-family: 'Noto Sans Medium';
  margin: 30px 0 10px; letter-spacing:-1.5px;
}

.subTit {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 60px;
}

.subTit.type2 {
  margin-top: 40px;
}

.subTit.type3 {
  margin-top: 80px;
}

.subTxt {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-top: 72px;
}

.subTxt strong {
  font-weight: bold;
}

a.link_b {
  color: #1E769E;
  text-decoration: underline;
  font-size: 18px; letter-spacing:-1.5px;
}

.subImgList {
  position: relative;
  width: 100%;
  padding-top: 4%;
}

.subImgList .inner .img {
  float: left;
  width: 48%;
  margin: 1%;
}


.subImgList .inner .img_special {
  float: left;
  width: 30%;
  margin: 1%;
}


.subImgList .inner img {
  width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

/* 검색 창 */
.srchArea {
  position: absolute;
  top: 99px;
  left: 0;
  padding: 48px 0;
  width: 100%;
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
  text-align: center;
  display: none;
  z-index: 1;
}

.srchArea:after {
  content: "";
  display: block;
  clear: both;
}

.srchArea.allSch {
  position: static;
  width: 100%;
  background: #F8F8F8;
  text-align: center;
  /*overflow:hidden;*/
  display: block;
}

.srchArea.allSch .inputArea input {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  color: #262161;
}

.srchArea .inputArea {
  position: relative;
  display: inline-block;
  padding: 3px;
  border-radius: 32px;
  background: #262161;
  /* Old browsers */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.srchArea .inputArea input {
  border: 0;
  padding: 0 77px 0 32px;
  width: 439px;
  height: 58px;
  font-size: 18px;
  border-radius: 29px;
}

.srchArea .inputArea input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262161;
  opacity: 1;
  /* Firefox */
}

.srchArea .inputArea input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a08cc6;
}

.srchArea .inputArea input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a08cc6;
}

.srchArea .inputArea a {
  position: absolute;
  top: 17px;
  right: 26px;
}

.srchArea .exArea {
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
}

.srchArea .exArea .ex {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 28px;
  line-height: 1.2;
  font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 18px;
  color: #fff;
  background: #262161;
  text-align: center;
  border-radius: 15px;
}

.srchArea .exArea div {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  margin-left: 15px
}

.srchArea .exArea div p {
  float: left;
  position: relative;
  font-size: 18px;
  color: #555;
  line-height: 24px;
  padding-left: 10px;
  margin-left: 10px;
}

.srchArea .exArea div p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 1px;
  height: 16px;
  background: #e0e0e0;
}

.srchArea .exArea div p:first-child {
  padding-left: 0;
  margin-left: 0;
}

.srchArea .exArea div p:first-child:before {
  display: none;
}

.srchArea .resultTxt {
  margin-top: 40px;
  color: #555;
  font-size: 18px;
  font-weight: 600;
}

.srchArea .resultTxt span {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  color: #1E769E;
}

.srchArea .container>.closeBtn {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  width: 26px;
  height: 26px;
  background: url("../img/common/btn_close.svg") no-repeat center;
}

.mSrchArea {
  display: none;
  padding: 40px 0 40px;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
  z-index: 1000
}

.mSrchArea.allSch {
  position: static;
  padding: 80px 0 0 0;
  width: 100%;
  background: #fff;
  text-align: center;
  overflow: hidden;
  display: block;
}

.mSrchArea.allSch .inputArea input {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  color: #262161;
}

.mSrchArea .inputArea {
  position: relative;
  display: inline-block;
  border-radius: 32px;
  width: 94%;
  box-sizing: border-box;
  background: rgb(111, 35, 249);
  /* Old browsers */
  background: -ms-linear-gradient(to bottom right, rgba(81, 172, 207, 1) 0%, rgba(12, 169, 229, 1) 100%);
  /* ie */
  background: -o-linear-gradient(to bottom right, rgba(81, 172, 207, 1) 0%, rgba(12, 169, 229, 1) 100%);
  /* opera */
  background: -moz-linear-gradient(to bottom right, rgba(81, 172, 207, 1) 0%, rgba(12, 169, 229, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to bottom right, rgba(81, 172, 207, 1) 0%, rgba(12, 169, 229, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom right, rgba(81, 172, 207, 1) 0%, rgba(12, 169, 229, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mSrchArea .inputArea input {
  border: 0;
  padding: 0 77px 0 32px;
  width: 100%;
  height: 70px;
  font-size: 18px;
  border-radius: 35px;
  background: #262161;
  box-sizing: border-box;
  color: #fff
}

.mSrchArea .inputArea input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a08cc6;
  opacity: 1;
  /* Firefox */
}

.mSrchArea .inputArea input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a08cc6;
}

.mSrchArea .inputArea input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a08cc6;
}

.mSrchArea .inputArea a {
  position: absolute;
  top: 19px;
  right: 3%;
}

.mSrchArea .inputArea a img {
  width: 31px;
}

.mSrchArea .exArea {
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
}

.mSrchArea .exArea .ex {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 26px;
  line-height: 1.2;
  font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 18px;
  color: #333;
  text-align: center;
  background: #e1e1e1;
  border-radius: 13px;
}

.mSrchArea .exArea div {
  display: inline-block;
  overflow: hidden;
  margin-left: 15px
}

.mSrchArea .exArea div p {
  float: left;
  position: relative;
  font-size: 18px;
  color: #555;
  line-height: 24px;
  padding-left: 10px;
  margin-left: 10px;
}

.mSrchArea .exArea div p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 1px;
  height: 16px;
  background: #e0e0e0;
}

.mSrchArea .exArea div p:first-child {
  padding-left: 0;
  margin-left: 0;
}

.mSrchArea .exArea div p:first-child:before {
  display: none;
}

.mSrchArea .resultTxt {
  margin-top: 40px;
  color: #555;
  font-size: 18px;
}

.mSrchArea .resultTxt span {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  color: #262161;
}

.noResultCon {
  margin-top: 80px;
  padding: 229px 0 99px;
  color: #777;
  font-size: 18px;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e1e1e1;
  background: url(../img/common/no_data_icon.png) center 100px no-repeat;
}

/* header */
#util {
  position: relative;
  background: #21211F;
}

#util .container {}

#util .container:after {
  content: '';
  display: block;
  clear: both;
}

#util .container .right {
  float: right;
}

#util .container .right:after {
  content: '';
  display: block;
  clear: both;
}

#util .container .right>div {
  float: left;
}

#util .container .right>div>a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  margin-left: 8px;
}

#util .container .right>div>a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6.5px;
  width: 1px;
  height: 13px;
  background: #e1e1e1;
}

#util .container .right>div>a:first-child {
  padding-left: 0;
  margin-left: 0;
}

#util .container .right>div>a:first-child:before {
  display: none;
}

#util .container .right>div>a:last-child:before {
  display: none;
}

#util .container .right>div>a.reserv {
  background: #1E769E;
  padding-right: 16px;
}

#util .container .right .login a {
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif;
}

#util .container .right .login a:hover, #util .container .right .login a:focus {
  color: #fff;
}

#util .container .right .login {
  margin-left: 30px;
}

#util .container .right .links a {
  font-size: 15px;
  color: #fff;
}

#util .container .right .links a:hover, #util .container .right .links a:focus {
  color: #262161;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #fff 50%, #262161 50%);
  z-index: 70;
}

#header .container:after {
  content: '';
  display: block;
  clear: both;
}

#header h1 {
  position: absolute;
  top: -20%;
  z-index: 2;
}

#header #gnb {
  float: left;
  margin-left: 280px;
  background: #262161;
}

#header #gnb:before {
  content: '';
  display: block;
  clear: both;
}

#header #gnb>li {
  float: left;
  padding-left: 48px;
}

#header #gnb>li:first-child {
  padding-left: 0;
}

#header #gnb>li>a {
  position: relative;
  display: block;
  height: 99px;
  font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 95px;
}

#header #gnb>li.on>a:after {
  content: '';
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

#header #gnb>li .openDiv {
  display: none;
  position: absolute;
  top: 97px;
  left: 50%;
  width: 5000px;
  border-top: 2px solid #262161;
  margin-left: -2500px;
  background: #fff;
}

#header #gnb>li .openDiv .inner {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  height: 100%;
}

#header #gnb>li .openDiv .inner:after {
  content: '';
  display: block;
  clear: both;
}

#header #gnb>li .openDiv .inner .leftArea {
  float: left;
}

#header #gnb>li .openDiv .inner .leftArea .twoD {
  float: left;
  padding: 50px 0 0 60px;
  width: 151px;
  height: 336px;
  box-sizing: border-box;
  border-left: 1px solid #e1e1e1;
}

/* #header .inner {position:relative; width:1170px; margin:0 auto; } */
#header #gnb .inner {
  z-index: 1;
}

#header #gnb .gnb_wrap {
  display: flex;
}

#header #gnb .gnb_wrap>li {
  position: relative;
  margin-left: 80px;
}

#header #gnb .gnb_wrap>li .oneD {
  position: relative;
  display: block;
  height: 99px;
  font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 95px;
}

#header #gnb .gnb_wrap>li:hover {
  background: url(../img/common/gnb_arr.png) no-repeat center bottom -11px;
}

#header #gnb .gnb_wrap>li .twoD {
  display: none;
  position: absolute;
  top: 99px;
  left: 50%;
  width: 150px;
  text-align: center;
  padding-top: 20px;
  margin-left: -75px
}

#header #gnb .gnb_wrap>li .twoD li a {
  display: block;
  position: relative;
  line-height: 48px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif;
  /*border-bottom: 1px solid #e1e1e1;*/
}

#header #gnb .gnb_wrap>li .twoD li:hover>a,
#header #gnb .gnb_wrap>li .twoD li:focus>a {
  font-family: 'NotoSans-bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-weight: 600;
  color: #262161;
  /*border-bottom: 1px solid #262161;*/
}

#header .gnb_bg {
  display: none;
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  height: 340px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #262161;
  z-index: -1;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li {
  margin-top: 17px;
  position: relative;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li:first-child {
  margin-top: 0;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li>a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #000;
  font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 16px;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li:hover>a, #header #gnb>li .openDiv .inner .leftArea .twoD li:focus>a {
  font-family: 'NotoSans-bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  color: #262161;
  border-bottom: 1px solid #262161;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li:hover>a:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 4px;
  right: 10px;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li .thrD {
  position: absolute;
  top: 0;
  left: 180px;
  padding-left: 50px;
  width: 200px;
  height: 336px;
  box-sizing: border-box;
  display: none;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li .thrD>a {
  display: block;
  font-size: 16px;
  color: #555;
  margin-top: 24px;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li .thrD>a:first-child {
  margin-top: 0;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li .thrD>a:hover, #header #gnb>li .openDiv .inner .leftArea .twoD li .thrD>a:focus {
  color: #262161;
}

#header #gnb>li .openDiv .inner .leftArea .twoD li:hover>.thrD, #header #gnb>li .openDiv .inner .leftArea .twoD li:focus>.thrD {
  display: block;
}

#header #gnb>li .openDiv .inner .leftArea .timeInfo {
  float: left;
  width: 222px;
  margin-top: 50px;
}

#header #gnb>li .openDiv .inner .leftArea .timeInfo .time .tit {
  padding-top: 80px;
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 30px;
}

#header #gnb>li .openDiv .inner .leftArea .timeInfo .time .tit span {
  font-family: 'NotoSans-Light', '맑은 고딕', 'Malgun Gothic', sans-serif;
}

#header #gnb>li .openDiv .inner .leftArea .timeInfo .time .tit strong {
  font-family: 'NotoSans-Light', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 16px;
  color: #888;
  display: block;
}

#header #gnb>li .openDiv .inner .leftArea .timeInfo .time .txt {
  font-size: 16px;
  color: #777;
  margin-top: 30px;
}

#header #gnb>li .openDiv .inner .leftArea .timeInfo .time .txt span {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 20px;
  color: #000;
}

#header .right {
  float: right;
  margin-top: 21px;
}

#header .right:after {
  content: '';
  display: block;
  clear: both;
}

#header .right p {
  float: left;
  padding-left: 32px;
}

#header .right p:first-child {
  padding-left: 0;
}

#header .right p a {
  display: inline-block;
  position: relative;
}

#header .right p a span {
  display: block;
  color: #262161;
  padding-top: 12px;
}

#header .right p a span.txt {
  position: absolute;
  top: 24px;
  left: 50%;
  padding-top: 13px;
  white-space: nowrap;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* 모바일 헤더 */
.mHeader, .mMenuArea {
  display: none;
}

/* lnbArea */
.lnbArea {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 48px;
}

.lnbArea:after {
  content: '';
  display: block;
  clear: both;
}

.lnbArea .lnb {
  float: right;
}

.lnbArea .lnb:after {
  content: '';
  display: block;
  clear: both;
}

.lnbArea .lnb .home {
  float: left;
  display: block;
  width: 36px;
  height: 30px;
  border-right: 1px solid #e1e1e1;
  background: url("../img/common/home_btn.svg") no-repeat 0 50%;
}

.lnbArea .lnb>div {
  float: left;
  position: relative;
  margin-left: 20px;
}

.lnbArea .lnb>div.oneD {
  margin-left: 26px;
}

.lnbArea .lnb>div>a {
  display: block;
  padding-right: 42px;
  height: 30px;
  font-size: 16px;
  color: #555;
  line-height: 28px;
  background: url("../img/common/lnb_icon.svg") no-repeat right 0 top 50%;
}

.lnbArea .lnb>div>div {
  position: absolute;
  top: 50px;
  left: -26px;
  padding: 25px;
  border: 1px solid #e1e1e1;
  background: #fff;
  display: none;
}

.lnbArea .lnb>div>div a {
  display: block;
  font-size: 16px;
  color: #555;
  white-space: nowrap;
  margin-top: 17px;
}

.lnbArea .lnb>div>div a:first-child {
  margin-top: 0;
}

.lnbArea .lnb>div .current {
  font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 16px;
  color: #000;
}

.lnbArea .mBackBt {
  display: none;
  position: absolute;
  top: 30px;
  left: 3%;
}

.lnbArea .shareArea {
  float: right;
}

.lnbArea .shareArea:after {
  content: '';
  display: block;
  clear: both;
}

.lnbArea .shareArea a {
  display: block;
  width: 50px;
  height: 50px;
}

.lnbArea .shareArea .share {
  float: left;
  position: relative;
}

.lnbArea .shareArea .share>a {
  background: url("../img/common/share_btn.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>a:hover, .lnbArea .shareArea .share>a.on {
  background: url("../img/common/share_btn_on.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>div {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
}

.lnbArea .shareArea .share>div a {
  margin-top: 10px;
}

.lnbArea .shareArea .share>div a.facebook {
  background: url("../img/common/facebook_btn.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>div a.facebook:hover, .lnbArea .shareArea .share>div a.facebook:focus {
  background: url("../img/common/facebook_btn_on.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>div a.twitter {
  background: url("../img/common/twitter_btn.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>div a.twitter:hover, .lnbArea .shareArea .share>div a.twitter:focus {
  background: url("../img/common/twitter_btn_on.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>div a.link {
  background: url("../img/common/link_btn.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>div a.link:hover, .lnbArea .shareArea .share>div a.link:focus {
  background: url("../img/common/link_btn_on.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>div a.kakao {
  display: block;
  background: url("../img/common/kakao_btn.svg") no-repeat 50% 50%;
}

.lnbArea .shareArea .share>div a.kakao:hover, .lnbArea .shareArea .share>div a.kakao:focus {
  background: url("../img/common/kakao_btn_on.svg") no-repeat 50% 50%;
}

.subVisArea .lnbArea .lnb>div>a {
  color: #fff;
  background: url("../img/common/w_lnb_icon.svg") no-repeat right 0 top 50%;
}

.subVisArea .lnbArea .lnb .home {
  background: url("../img/common/w_home_btn.svg") no-repeat 0 50%;
  border-color: rgba(255, 255, 255, 0.3);
}

.subVisArea .lnbArea .shareArea .share>a {
  background: url("../img/common/w_share_btn.svg") no-repeat 50% 50%;
}

.subVisArea .lnbArea .shareArea .share>a:hover, .lnbArea .shareArea .share>a.on {
  background: url("../img/common/share_btn_on.svg") no-repeat 50% 50%;
}

/* footer */
#footer {
  border-top: 1px solid #e0e0e0;
  padding-bottom: 40px;
}

#footer .foot_link {
  /*   height: 48px; */
  border-bottom: 1px solid #e0e0e0;
}

#footer .container {
  padding:0 24px;
}

#footer .container .top {
  position: relative;
  overflow: hidden;
}

#footer .container .top .links {
  float: left;
  height: 48px;
  overflow: hidden;
}

#footer .container .top .links a {
  position: relative;
  float: left;
  display: inline-block;
  font-size: 15px;
  color: #333;
  line-height: 48px;
  padding-left: 20px;
  margin-left: 20px;
}

#footer .container .top .links a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  margin-top: -6.5px;
  background: #e0e0e0;
}

#footer .container .top .links a:first-child {
  padding-left: 0;
  margin-left: 0;
}

#footer .container .top .links a:first-child:before {
  background: none;
}

#footer .container .bottom {
  margin-top: 30px;
  position: relative;
}

#footer .container .bottom:after {
  content: '';
  display: block;
  clear: both
}

#footer .container .bottom .left {
  display: flex;
}

#footer .container .bottom .left .logo {
  float: left;
  margin-top: 10px;
}

#footer .container .bottom .left div {
  margin-top: 16px;
  text-align: right;
  width: 100%;
}

#footer .container .bottom .left div p {
  font-size: 14px;
  color: #555;
}

#footer .container .bottom .left div p span {
  margin-top: 10px;
}

#footer .container .bottom .left div p span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

/*#footer .container .bottom .left div p span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  margin-top: -6.5px;
  background: #e0e0e0;
}*/
#footer .container .bottom .left div p span:last-child {
  margin-right: 0;
}

#footer .container .bottom .left div p span:first-child:before {
  display: none;
}

#footer .container .bottom .left div .copyright {
  font-size: 13px;
  color: #777;
  margin-top: 16px;
}

#footer .container .bottom .isms {
  position: absolute;
  bottom: -70px;
  left: 140px;
}

#footer .container .bottom .isms a {
  display: block;
  padding-top: 3px;
  padding-left: 55px;
  height: 37px;
  background: url("../img/common/isms_icon.png") no-repeat 0 50%;
}

#footer .container .bottom .isms a>p {
  position: relative;
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 16px;
}

#footer .container .bottom .isms a>p span:first-child {
  position: relative;
  padding-right: 9px;
  margin-right: 6px
}

#footer .container .bottom .isms a>p span:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5.5px;
  width: 1px;
  height: 11px;
  background: #e1e1e1;
}

#footer .container .bottom .isms.newST {
  left: 430px;
}

#footer .container .bottom .isms.newST p {
  padding-top: 0;
  padding-left: 68px;
  height: 40px;
  background: url("../img/common/isms_icon2.jpg") no-repeat 0 50%;
}

#footer .container .bottom .isms.newST p span {
  position: relative;
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 40px;
}


/* srchType */
.srchSel {
  position: relative;
  width: 170px;
  height: 54px;
  margin-right: 10px;
  z-index: 10;
}

.srchSel>a {
  display: block;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  line-height: 52px;
  font-size: 16px;
  color: #000;
  text-align: left;
  background: url("../img/common/srch_sel_icon.gif") no-repeat right 20px top 50%;
}

.srchSel>div {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  padding: 15px 0 20px;
  width: calc(100% - 2px);
  border: 1px solid #e1e1e1;
  background: #fff;
}

.srchSel>div a {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #555;
  text-align: left;
  line-height: 30px;
}

.srchSel>div a:first-child {
  margin-top: 0;
}

.srchSel>div a.active {
  color: #000;
}

.srchType1 {
  text-align: center;
  margin-top: 80px;
}

/* 탑버튼 */
.topBtn {
  position: fixed;
  bottom: 0;
  right: 40px;
  display: none;
  z-index: 70;
}

.opt_br_b th, .opt_br_b td, .opt_br_b {
  border-bottom: 1px solid #ececec !important;
}

.opt_br_br {
  border-right: 1px solid #B1B0AF !important;
  border-bottom: 1px solid #B1B0AF !important;
}

.opt_br_br:last-child {
  border-right: 0 !important;
}

.opt_br_b .chu {
  color: #B1B0AF;
}

.opt_br_b a.tt {
  color: #000;
}

.blk-tit {
  text-align: center;
  background: #F9F9F9;
  color: #000;
}

.blk-tit-lf {
  text-align: left !important;
  background: #F9F9F9;
  color: #000;
}

.blk-tit-lf-bold {
  text-align: left !important;
  font-weight: 500;
  font-size: 16px !important;
  background: #f9f9f9;
  border: 2px solid #4BC4D2 !important;
}

.blk-txt-lf {
  text-align: left !important;
}

.blk-tit2 {
  text-align: center;
  background: #F9F9F9;
  color: #000;
  font-size: 18px;
  border-top: 1px solid #B1B0AF !important;
}

.blk-tit span {
  font-size: 12px;
  color: #999;
}

.btn_bottom {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background: #262161;
  text-align: center;
  border-radius: 4px;
}

.btn_bottom a {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 0;
}

.pd_h_12 {
  width: 100%;
  height: 12px;
}

/* 제목 스타일 */
.tit_st1 {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-bottom: 2px solid #3c3c3c;
  font-size: 20px;
  font-weight: 600;
}

.tit_st2 {
  width: 100%;
  height: 62px;
  line-height: 62px;
  border-bottom: 2px solid #3c3c3c;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.tit_st3 {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
  border-bottom: 2px solid #3c3c3c;
  font-size: 19px;
  font-weight: 500;
}

.tit_st4 {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
}

/* 내용 스타일 */
.sub_comen_st1 {
  width: 100%;
  padding: 16px 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 200;
  position: relative;
}

.sub_comen_st2 {
  width: 100%;
  padding: 16px 0;
  line-height: 19px;
  font-size: 13px;
  font-weight: 200;
  position: relative;
  border-bottom: 1px solid #CCC;
}

.sub_comen_st3 {
  width: 100%;
  padding: 16px 0;
  line-height: 19px;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  border-top: 1px solid #CCC;
}

.sub_comen_st4 {
  position: relative;
  width: 100%;
  padding: 24px 20px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 200;
  background: #FFFFD6;
}

.box_st2 {
  text-align: center;
  width: 100%;
  background: #f9f9f9;
  margin-top: 20px;
  padding: 4%;
  font-size: 14px;
  line-height: 22px;
}

.box_st1 {
  text-align: center;
  width: 100%;
  background: #f9f9f9;
  margin-top: 20px;
  padding: 32px 24px;
}

.box_st1 p {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 12px;
}

.box_st1 span {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 12px;
}

.box_st1 a {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #F89D33;
  border-radius: 4px;
  color: #fff;
}

.box_st1 a.call {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #f9f9f9;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #005596;
}

.info_login {
  width: 100%;
  padding: 20px 0;
}

.info_login li {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.info_login li.con {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
}

.info_login_btn_st1 {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background: #2AB24E;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 4%;
}

.info_login_btn_st1 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 12px 0;
}

.info_login_btn_st2 {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background: #262161;
  border-radius: 4px;
  text-align: center;
}

.info_login_btn_st2 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 12px 0;
}

.info_member {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.info_member li {
  font-size: 24px;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
}

.info_member li span {
  font-size: 14px;
  font-weight: 300;
}

.info_member .m_point {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 20px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  font-weight: bold;
  padding: 0 8px;
  background: #f9f9f9;
  cursor: pointer;
}

.bar_code_img {
  width: 100%;
  position: relative;
  text-align: center;
  color: #777;
  font-size: 13px;
  margin-bottom: 20px;
}

.bar_code_img img {
  padding-bottom: 12px;
}

/* 인풋 스타일 */
.input_s1 {
  width: 100%;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-align: left;
  color: #000;
  padding-left: 10px;
}

.input_s2 {
  width: 34px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
}

.input_s2_60 {
  width: 50%;
  height: 32px;
  line-height: 20px;
  text-align: right;
  color: #333;
  background: #f9f9f9;
  border-bottom: 1px solid #999;
  padding-right: 10px;
  margin-top: 5px;
}

.input_s3 {
  width: 100%;
  line-height: 32px;
  text-align: left;
  color: #777;
  padding-left: 10px;
}

.input_s3_68 {
  width: 67% !important;
  font-size: 13px;
  line-height: 32px;
  text-align: left;
  color: #777;
  background-color: #f4f4f4;
  padding-left: 10px;
}

.input_s3_52 {
  width: 52%;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-align: left;
  color: #777;
  background-color: #f4f4f4;
  padding-left: 10px;
}

.input_s3_40 {
  width: 43%;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-align: left;
  color: #777;
  background-color: #f4f4f4;
  padding-left: 10px;
}

.input_s3_30 {
  width: 30%;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-align: left;
  color: #777;
  background-color: #f4f4f4;
  padding-left: 10px;
}

.input_s4 {
  width: 100%;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-align: left;
  color: #666;
  padding-left: 10px;
  border-bottom: 1px solid #415968;
}

.btn_s4_30 {
  display: inline-block;
  width: 30%;
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #6a7f8c;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
}

/* 테이블 */
.golf_list_st1 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #B1B0AF;
}

.golf_list_st1 td, .golf_list_st1 th {
  padding: 12px 0;
  font-size: 13px;
  line-height: 19px;
  border-top: 1px solid #B1B0AF;
  text-align: center;
  vertical-align: middle;
}

.user_info_st1 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.user_info_st1 td, .user_info_st1 th {
  padding: 4px;
  height: 38px;
  vertical-align: middle;
}

.user_info_st1 td.noti_h {
  height: 20px !important;
}

.user_info_st1 .al_le_tit {
  text-align: left;
  font-size: 12px;
  color: #999;
}

.user_info_st1 .al_ct_txt {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.user_info_st1 .al_le_txt {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.user_info_st1 .al_rh_txt {
  text-align: right;
  font-size: 14px;
  line-height: 26px;
}

.user_info_st1 a {
  color: #415968;
  font-size: 16px;
}

.user_info_st2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

.user_info_st2 td, .user_info_st2 th {
  padding: 8px;
  height: 42px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #F4F2F0;
}

.user_info_st2 .al_le_tit {
  text-align: left;
  font-size: 12px;
  color: #999;
}

.user_info_st2 .al_le_txt {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.user_info_st2 .al_ct_tit {
  text-align: center;
  font-weight: 500;
  background: #fffce9;
  height: 35px;
}

.txt_13px {
  font-size: 13px;
}

.txt_cash_rh {
  text-align: right !important;
  color: #FF5151;
  font-weight: bold;
}

.rule_tit {
  position: relative;
  width: 100%;
  line-height: 42px;
  padding-left: 25px;
  font-weight: 500;
}

.rule_txt {
  position: relative;
  text-align: left;
  width: 100%;
  margin-top: 8px;
  padding-left: 32px;
  font-size: 13px;
  line-height: 36px;
}

.rule_txt_s {
  position: relative;
  width: 100%;
  padding-left: 50px;
  font-size: 11px;
  line-height: 22px;
  margin-bottom: 20px;
}

.txt_deco {
  display: inline-block;
  font-size: 11px !important;
  line-height: 11px;
  margin-left: 10px;
  padding: 4px 6px;
  color: #666 !important;
  border: 1px solid #ddd;
}

.txt_deco2 {
  font-size: 12px;
  padding: 4px 6px;
  color: #666;
  border: 1px solid #ddd;
}

.txt_deco2_on {
  font-size: 12px;
  padding: 4px 6px;
  color: #fff;
  background: #415968;
}

.chk_box {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  cursor: pointer;
}

.chk_box_s {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -10px;
  height: 18px;
  cursor: pointer;
}

.noti {
  color: #FF5151;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.025rem;
  padding-top: 10px;
  line-height: 18px;
}

.fs14 {
  font-size: 14px;
  color: #666;
}

.fs12 {
  font-size: 12px;
  line-height: 24px;
}

.fs16_bold {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}

.fs16_bold2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #666;
}

.tr_choice {
  background: #E1F6FF;
  color: #000;
}

.blk-tit {
  text-align: center;
  background: #F9F9F9;
  color: #000;
}

.blk-tit-lf {
  text-align: left !important;
  background: #F9F9F9;
  color: #000;
}

.blk-tit-lf-bold {
  text-align: left !important;
  font-weight: 500;
  font-size: 16px !important;
  background: #f9f9f9;
  border: 2px solid #4BC4D2 !important;
}

.blk-txt-lf {
  text-align: left !important;
}

.blk-tit2 {
  text-align: center;
  background: #F9F9F9;
  color: #000;
  font-size: 18px;
  border-top: 1px solid #B1B0AF !important;
}

.blk-tit span {
  font-size: 12px;
  color: #999;
}

.opt_br_b th, .opt_br_b td, .opt_br_b {
  border-bottom: 1px solid #ececec !important;
}

.opt_br_br {
  border-right: 1px solid #B1B0AF !important;
  border-bottom: 1px solid #B1B0AF !important;
}

.opt_br_br:last-child {
  border-right: 0 !important;
}

.opt_br_b .chu {
  color: #B1B0AF;
}

.opt_br_b a.tt {
  color: #000;
}

.m_icon_info {
  width: 100%;
  margin-bottom: 20px;
}

.m_icon_info li {
  display: inline-block;
  width: 32.2%;
  padding: 3%;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  background: #f4f4f4;
  cursor: pointer;
}

.m_icon_info img {
  width: 50%;
}

/* 상단메뉴바 */
.sub_top_tit {
  width: 100%;
  height: 52px;
  line-height: 52px;
}

.sub_top {
  width: 100%;
  background: #262161;
  text-align: center;
}

.sub_top li {
  display: inline-block;
  margin: 0 6%;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #ADE9F7;
}

.sub_top li.on {
  color: #fff;
  font-weight: 500;
  border-bottom: 3px solid #415968;
}

.sub_top li.tit {
  color: #fff;
  font-weight: 500;
}

/* 미디어쿼리 시작 */
@media all and (max-width:1200px) {
  .container {
    width: 950px;
    padding: 0;
  }

  .closeInfo {
    width: 100%;
  }

  .youtubeArea {
    width: 100%;
  }

  .tabBtn {
    width: 100%;
  }

  #util .container .family a {
    padding-left: 16px;
    margin-left: 15px;
    font-size: 14px;
  }

  #util .container .right>div>a {
    padding-left: 9px;
    margin-left: 8px;
    line-height: 26px;
  }

  #util .container .right .login a {
    font-size: 13px;
  }

  #util .container .right .login {
    margin-right: 0px;
    margin-left: 15px
  }

  #util .container .right .links a {
    font-size: 13px;
  }

  #util .container .right .lang {
    margin-left: 20px;
  }

  #header h1 img {
    padding-top: 20px;
    height: 120px;
  }

  #header #gnb {
    float: left;
    margin-left: 220px;
  }

  #header #gnb>li {
    padding-left: 30px;
  }

  #header #gnb>li>a {
    height: 99px;
    font-size: 16px;
    line-height: 95px;
  }

  #header #gnb .gnb_wrap>li {
    margin-left: 50px;
  }

  #header #gnb .gnb_wrap>li .oneD {
    font-size: 17px;
  }

  #header #gnb>li .openDiv .inner {
    width: 950px;
  }

  #header #gnb>li .openDiv .inner .leftArea .timeInfo {
    width: 190px
  }

  #header #gnb>li .openDiv .inner .leftArea .twoD {
    width: 151px;
    padding: 50px 0 0 30px
  }

  #header #gnb>li .openDiv .inner .leftArea .twoD li>a {
    font-size: 16px;
    width: 160px
  }

  #header #gnb>li .openDiv .inner .leftArea .twoD li .thrD {
    width: 200px;
    left: 160px;
    padding-left: 20px;
  }

  #header #gnb>li .openDiv .inner .leftArea .twoD li .thrD>a {
    padding-left: 25px;
    font-size: 15px;
  }

  #header #gnb>li .openDiv .inner .rightArea .timeInfo {
    width: 300px;
  }

  #footer .container .top .links a {
    font-size: 15px;
    margin-left: 15px;
  }

  /* 탑버튼 */
  .topBtn {
    right: 40px;
  }

  /* srchType */
  .srchType1 .calendarDiv {
    margin-right: 50px;
  }

  .srchType1 .calendarDiv .calenInput input {
    width: 100px;
  }

  .srchType1 .input {
    width: 288px;
  }

  .srchType1 .input input {
    width: 212px;
  }

  @media all and (max-width:1000px) {
    .container img.w100 {
      width: 100%;
    }

    .subWrap {
      padding: 0 0 100px;
    }

    .container {
      width: auto;
      padding: 0 5%;
    }

    #util, #header {
      display: none;
    }

    /* 모바일 헤더 */
    .mHeader {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100px;
      background: #262161;
      z-index: 100;
    }

    .mHeader>div {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100px;
      background: #262161;
    }

    .mHeader .menuBtn {
      position: absolute;
      right: 30px;
      top: 50%;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    .mHeader .logo {
      position: absolute;
      left: 50%;
      top: 100%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .mHeader .srchBtn {
      position: absolute;
      right: 30px;
      top: 50%;
      width: 40px;
      height: 38px;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background: url("../img/common/m_srch_btn.png") no-repeat 50% 50%;
      background-size: 100% 100%;
    }

    .mHeader .srchBtn.on {
      background: url("../img/common/m_srch_btn_on.png") no-repeat 50% 50%;
      background-size: 100% 100%;
    }

    /* 모바일 메뉴영역 */
    .mMenuArea {
      display: block;
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: auto;
      background: #fff;
      z-index: 9999;
    }

    .mMenuArea .top {
      position: relative;
      height: 100px;
      background: #262161;
    }

    .mMenuArea .top .loginBt {
      position: absolute;
      top: 50%;
      left: 30px;
      padding-left: 40px;
      height: 32px;
      line-height: 30px;
      font-family: 'NotoSans-Regular', '맑은 고딕', 'Malgun Gothic', sans-serif;
      font-size: 24px;
      color: #fff;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    .mMenuArea .top .closeBt {
      position: absolute;
      top: 50%;
      right: 30px;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    .mMenuArea .util {
      padding: 26px 0;
      text-align: center;
      background: #1E769E;
    }

    .mMenuArea .util a {
      position: relative;
      display: inline-block;
      padding-left: 25px;
      margin-left: 24px;
      font-size: 18px;
      color: #fff;
    }

    .mMenuArea .util a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 17px;
      margin-top: -8.5px;
      background: rgba(255, 255, 255, 0.2);
    }

    .mMenuArea .util a:first-child {
      padding-left: 0;
      margin-left: 0;
    }

    .mMenuArea .util a:first-child:before {
      display: none;
    }

    .mMenuArea .gnbArea .oneD {
      display: block;
      font-size: 26px;
      color: #000;
      padding: 30px 38px;
      border-bottom: 1px solid #e1e1e1;
      background: url("../img/common/icon_more.svg") no-repeat 95% 35px
    }

    .mMenuArea .gnbArea .oneD.on {
      font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
      color: #262161;
      background: url("../img/common/icon_more_on.svg") no-repeat 95% 35px #f2f2f2
    }

    .mMenuArea .gnbArea .twoD {
      display: none;
      padding: 0 30px;
      border-bottom: 1px solid #e1e1e1;
      background: #f2f2f2
    }

    .mMenuArea .gnbArea .twoD>a {
      display: block;
      font-size: 22px;
      color: #000;
      padding: 20px;
      border-bottom: 1px solid #dadada
    }

    .mMenuArea .gnbArea .twoD:last-child>a:last-child {
      border-bottom: 0px solid #e1e1e1;
    }

    .mMenuArea .gnbArea .twoD>a.on {
      font-family: 'NotoSans-Medium', '맑은 고딕', 'Malgun Gothic', sans-serif;
    }

    .mMenuArea .gnbArea .twoD .thrD {
      display: none;
      padding: 15px 40px;
      border-bottom: 1px solid #e1e1e1;
      background: #f2f2f2
    }

    .mMenuArea .gnbArea .twoD .thrD:last-child {
      border-bottom: 0px solid #e1e1e1;
    }

    .mMenuArea .gnbArea .twoD .thrD>a {
      display: block;
      font-size: 18px;
      color: #555;
      padding: 15px 0;
    }

    .mMenuArea .rollArea {
      width: 94%;
      margin: 50px auto
    }

    .mMenuArea .rollArea .swiper-slide {
      width: 100%;
    }

    .mMenuArea .rollArea .swiper-slide img {
      width: 100%;
    }

    .mMenuArea .rollArea .swiper-pagination-bullets {
      bottom: 30px
    }

    .mMenuArea .rollArea .swiper-pagination-bullet {
      width: 11px;
      height: 11px;
      background: url("../img/common/gnb_banner_bt.png") no-repeat 0 0
    }

    .mMenuArea .rollArea .swiper-pagination-bullet-active {
      background: url("../img/common/gnb_banner_bt_on.png") no-repeat 0 0
    }

    /* 모바일 검색영역 */
    .mSrchArea {
      position: fixed;
      top: 101px;
      left: 0;
      width: 100%;
    }

    #footer .container {
      padding: 0 24px;
    }

    .lnbArea {
      padding: 0 3%;
      padding-top: 72px;
      width: 94%
    }

    .lnbArea .lnb {
      display: none
    }

    .lnbArea .mBackBt {
      display: block;
    }

    #footer .container {
    }

    #footer .container .top {
      padding-bottom: 0;
      border-bottom: 0;
    }

    #footer .container .top .links {
      float: none;
    }

    #footer .container .top .links a {
      float: left;
      display: inline-block;
      font-size: 16px;
      color: #333;
      line-height: 48px;
      margin-left: 20px;
    }

    #footer .container .top .links a:first-child {
      margin-left: 0;
    }

    #footer .container .top .sns {
      float: none;
      margin-top: 25px
    }

    #footer .container .bottom {
      margin-top: 0;
      /*   margin-top: 25px;
     padding-top: 65px; */
      position: relative;
    }

    #footer .container .bottom:after {
      content: '';
      display: block;
      clear: both
    }

    #footer .container .bottom .left {
      float: none;
    }

    #footer .container .bottom .left div {
      width: 100%;
    }

    #footer .container .bottom .left div p {
      font-size: 15px;
      color: #555;
    }

    #footer .container .bottom .left div p span {
      display: inline-block;
      position: relative;
    }

    #footer .container .bottom .left div p span:first-child:before {
      display: none;
    }

    #footer .container .bottom .left div p.copyright {
      font-size: 13px;
      color: #777;
      margin-top: 30px;
      position: absolute;
      bottom: -45px;
      left: 0;
    }

    .img .img_w {
      display: none;
    }

    .img .img_m {
      display: block;
      width: 100%;
    }

    /* 이미지롤링 */
    .imgRollArea.crop .swiper-wrapper .swiper-slide {
      height: 600px;
      overflow: hidden;
    }

    .imgRollArea.crop .swiper-wrapper .swiper-slide img {
      width: auto;
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }


    .subImgList .inner .img_special {
      float: left;
      width: 48%;
      margin: 1%;
    }

    /* 탑버튼 */
    .topBtn {
      right: 3%;
    }

    /* srchType */
    .srchType1>div {
      display: block;
    }

    .srchType1 .srchSel {
      float: none;
      width: 100%;
    }

    .srchSel {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      z-index: 10;
      ;
    }

    .srchSel>a {
      padding-left: 3%;
      background: url("../img/common/srch_sel_icon.gif") no-repeat right 20px top 50%;
    }

    .srchSel>div a {
      padding-left: 3%;
    }

    .srchSel.type2 {
      z-index: 9;
    }

    .srchType1 .input {
      width: calc(100% - 54px);
      height: 54px;
      box-sizing: border-box;
    }

    .srchType1 .input input {
      padding: 3px 3%;
      width: 94%;
      border-right: 0;
    }

    .srchType1 .srchBtn {
      width: 54px;
      background: #000;
      text-align: center;
    }

    .srchType1 .calendarDiv {
      float: none;
      margin-right: 0;
      margin-bottom: 20px;
    }

    .srchType1 .calendarDiv .calenInput {
      width: 47%;
    }

    .srchType1 .calendarDiv .calenInput input {
      width: 70%;
      height: 54px;
      box-sizing: border-box;
    }

    .srchType1 .calendarDiv .calenInput .calenBt {
      width: 30%;
      height: 54px;
      box-sizing: border-box;
    }

    .srchType1 .calendarDiv .calenInput .calenBt.on {
      width: 30%;
      height: 54px;
    }

    .srchType1 .calendarDiv .calenInput .calenBt:focus {
      width: 30%;
      height: 54px;
    }

    .srchType1 .calendarDiv span {
      margin: 0;
      width: 4%;
    }

    .srchType1.type2 .srchSel {
      float: left;
      width: 390px;
      margin-right: 10px;
    }

    .srchType2 {
      height: 60px;
    }

    .srchType2 .firstBt {
      display: block;
      width: 100%;
      height: 80px;
      text-align: center;
      box-shadow: 5px 10px 70px rgba(0, 0, 0, 0.4);
    }

    .srchType2 .firstBt span {
      padding-left: 29px;
      font-size: 16px;
      line-height: 80px;
      background-size: 23px auto;
    }

    .srchType2 .after {
      height: auto;
      padding: 25px 0;
      text-align: center;
    }

    .srchType2 .after.taC {
      text-align: center;
    }

    .srchType2 .after.taC.restaurant {
      text-align: center;
    }

    .srchType2 .after>div {
      display: block;
      width: 330px;
      padding-left: 0;
      margin: 0 auto 25px;
    }

    .srchType2 .after>div .valueDiv {
      float: none;
      padding: 0;
      margin: 0 0 10px 0;
    }

    .srchType2 .after>div .valueDiv:first-child {
      margin-left: 0;
    }

    .srchType2 .after>div .valueDiv .tit {
      width: 80px;
      font-size: 16px;
      line-height: 50px;
      text-align: left;
    }

    .srchType2 .after>div .valueDiv .value {
      box-sizing: border-box;
      float: right;
      width: 250px;
      height: 50px;
      padding-left: 15px;
      line-height: 49px;
      font-size: 16px;
      text-align: left;
      border-radius: 25px;
      margin-left: 0;
    }

    .srchType2 .after>div .valueDiv .value.cm:after {
      right: 15px;
      top: 0;
      font-size: 13px;
      line-height: 48px;
    }

    .srchType2 .after>div .valueDiv.chk .value {
      width: 250px;
      background-size: 22px 22px;
    }

    .srchType2 .after>div .valueDiv.chk .value.on {
      background: url("../img/common/srch_open_chk_icon_on.png") no-repeat right 9px top 50%;
      background-size: 22px 22px;
    }

    .srchType2 .after>.srchBt {
      position: static;
      display: inline-block;
      width: 23px;
      margin-right: 17px;
    }

    .srchType2 .after>.resetBt {
      position: static;
      display: inline-block;
      width: 20px;
    }

    .srchType2 .after>a img {
      width: 100%;
    }

    .srchType2 .after.attr {
      height: auto;
    }

    .srchType2 .after.attr>div {
      padding: 0;
    }

    .srchType2 .openDiv {
      padding: 27px 0 40px;
      box-shadow: 5px 10px 70px rgba(0, 0, 0, 0.4);
      background: url("../img/common/srch_open_bg.jpg") no-repeat 100% 100%;
      background-size: cover;
    }

    .srchType2 .openDiv .tit {
      font-size: 16px;
      line-height: 22px;
    }

    .srchType2 .openDiv .tit br {
      display: block;
    }

    .srchType2 .openDiv .selArea {
      width: auto;
      margin-top: 17px;
    }

    .srchType2 .openDiv .selArea .inputDiv {
      float: right;
      width: 250px;
      height: 50px;
    }

    .srchType2 .openDiv .selArea .inputDiv input {
      padding: 0 30px 0 15px;
      font-size: 13px;
      border-radius: 25px;
    }

    .srchType2 .openDiv .selArea .inputDiv .cmFix {
      top: 17px;
      right: 20px;
      font-size: 13px;
    }

    .srchType2 .openDiv .selArea>div {
      float: none;
      margin: 0 0 10px 0;
    }

    .srchType2 .openDiv .selArea>div:after {
      content: '';
      display: block;
      clear: both;
    }

    .srchType2 .openDiv .selArea>div:first-child {
      margin-left: 0;
      margin-bottom: 10px;
    }

    .srchType2 .openDiv .selArea>div:last-child {
      margin-bottom: 0;
    }

    .srchType2 .openDiv .selArea>div:nth-child(2) {
      margin-bottom: 10px;
    }

    .srchType2 .openDiv .selArea>div:nth-child(2n) {
      margin-left: 0;
    }

    .srchType2 .openDiv .selArea>div .selTit {
      float: left;
      width: 80px;
      font-size: 16px;
      text-align: left;
      line-height: 50px;
      margin-bottom: 0;
    }

    .srchType2 .openDiv .btnArea {
      margin-top: 30px;
    }

    .srchType2 .openDiv .btnArea a:first-child {
      width: 111px;
      height: 38px;
      line-height: 38px;
      font-size: 15px;
      border-radius: 20px;
      margin-right: 5px;
    }

    .srchType2 .openDiv .btnArea a:last-child {
      width: 40px;
      height: 40px;
    }

    .srchType2 .openDiv .btnArea a:last-child img {
      width: 100%;
    }

    .srchType2 .openDiv .closeBt {
      top: 15px;
      right: 15px;
      width: 15px;
    }

    .srchType2 .openDiv .closeBt img {
      width: 100%;
    }

    .srchType3>div {
      display: block;
    }

    .srchType3 .select, .srchType3 .srchSel, .srchType3 .srchSel.type2 {
      width: 100%;
      float: none;
    }

    .srchType3 .inputW {
      width: 100%;
      position: relative;
    }

    .srchType3 .inputW .input {
      width: calc(100% - 54px);
      height: 54px;
      box-sizing: border-box;
    }

    .srchType3 .inputW .input input {
      padding: 3px 3%;
      width: 94%;
      border-right: 0;
    }

    .srchType3 .input .srchXbt {
      top: 15px;
    }

    .srchType3 .srchBtn {
      width: 54px;
      background: #000;
      text-align: center;
      float: none;
      position: absolute;
      bottom: 0;
      right: 0;
    }

    .allSchArea .input .srchXbt {
      top: 13px;
      right: 43px;
      width: 14px;
      display: none;
    }

    .allSchArea .input .srchXbt img {
      width: 100%;
    }

    .srchArea .inputArea input {
      width: 100%;
    }

    .noResultCon {
      margin-top: 40px;
      padding: 144px 0 65px;
      font-size: 13px;
      background: url(../img/common/no_data_icon.png) center 65px no-repeat;
      background-size: 65px 65px;
    }

    .subImgList02 .inner .img {
      width: 100%;
      margin: 10px 0 0;
    }

    .check {
      text-align: left;
    }

    .openSel {
      float: right;
    }

    .chkBtn {
      float: right;
    }
  }

  @media all and (max-width:758px) {
    #header h1 {
      position: relative;
      float: left;
      margin-top: 130px;
    }

    /* 모바일 헤더 */
    .mHeader {
      height: 64px;
    }

    .mHeader>div {
      background: #262161;
      height: 64px;
    }

    /* 모바일 메뉴영역 */
    .mMenuArea .top {
      height: 64px;
    }

    .mMenuArea .top .loginBt {
      left: 3%;
      padding-left: 20px;
      height: 32px;
      line-height: 30px;
      font-size: 14px;
      background-size: 14px auto
    }

    .mMenuArea .top .langSel {
      right: 50px;
      margin-top: -15px;
    }

    .mMenuArea .top .langSel:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 12px;
      height: 6px;
      margin-top: -3px;
      background: url("../img/common/m_langSel_icon.gif") no-repeat 50% 50%;
      background-size: 6px auto
    }

    .mMenuArea .top .langSel select {
      width: 50px;
      font-size: 13px;
    }

    .mMenuArea .top .closeBt {
      right: 8%;
    }

    .mMenuArea .top .closeBt img {
      width: 22px;
    }

    .mMenuArea .util {
      padding: 16px 0;
    }

    .mMenuArea .util a {
      padding-left: 21px;
      margin-left: 20px;
      font-size: 13px;
    }

    .mMenuArea .links>a {
      padding: 10px 0 8px;
      font-size: 12px;
      line-height: 38px;
    }

    .mMenuArea .links>a.borL {
      border-left: 1px solid #e1e1e1;
    }

    .mMenuArea .links>a.borR {
      border-right: 1px solid #e1e1e1 !important;
      box-sizing: content-box;
    }

    .mMenuArea .links>a img {
      margin-right: 10px;
      height: 22px;
      vertical-align: middle
    }

    .mMenuArea .gnbArea .oneD {
      font-size: 17px;
      padding: 20px 30px;
      background: url("../img/common/icon_more.svg") no-repeat 92% 28px;
      background-size: 15px
    }

    .mMenuArea .gnbArea .oneD.on {
      background: url("../img/common/icon_more_on.svg") no-repeat 92% 28px #f2f2f2;
      background-size: 15px
    }

    .mMenuArea .gnbArea .twoD {
      padding: 0 15px;
    }

    .mMenuArea .gnbArea .twoD>a {
      font-size: 16px;
      padding: 13px 15px;
    }

    .mMenuArea .gnbArea .twoD>a.thrBt {
      background-position: right 15px center;
      background-size: 20px;
    }

    .mMenuArea .gnbArea .twoD>a.thrBt.on {
      background-position: right 15px center;
      background-size: 20px;
      border-bottom: 1px solid #dadada;
    }

    .mMenuArea .gnbArea .twoD .thrD {
      padding: 10px 20px;
    }

    .mMenuArea .gnbArea .twoD .thrD>a {
      font-size: 15px;
      color: #555;
      padding: 10px 0;
    }

    .mMenuArea .gnbArea .twoD>a:nth-last-of-type(1) {
      border-bottom: none;
    }

    .mMenuArea .timeInfo {
      margin: 25px auto;
      padding: 25px 3%;
    }

    .mMenuArea .timeInfo .tit {
      font-size: 15px;
      padding-bottom: 15px;
    }

    .mMenuArea .timeInfo .tit span {
      padding-left: 40px;
    }

    .mMenuArea .timeInfo .tit span:before {
      width: 31px;
      height: 31px;
      background-size: 20px;
    }

    .mMenuArea .timeInfo .txt {
      font-size: 20px;
      padding-top: 15px;
    }

    .mMenuArea .timeInfo .txt span {
      font-size: 15px;
    }

    /* 모바일 검색영역 */
    .mSrchArea {
      top: 51px;
    }

    .mSrchArea .inputArea {
      position: relative;
      display: inline-block;
      border-radius: 32px;
      width: 94%;
      box-sizing: border-box;
    }

    .mSrchArea .inputArea input {
      height: 37px;
      font-size: 13px;
      border-radius: 19px;
    }

    .mSrchArea .inputArea a {
      top: 12px;
      right: 5%;
    }

    .mSrchArea .inputArea a img {
      width: 15px;
    }

    .mSrchArea .exArea {
      margin-top: 20px
    }

    .mSrchArea .exArea .ex {
      width: 21px;
      height: 13px;
      line-height: 1;
      font-size: 11px;
      border-radius: 10px;
      margin-top: 2px
    }

    .mSrchArea .exArea div {
      margin-left: 7px
    }

    .mSrchArea .exArea div p {
      float: left;
      font-size: 13px;
      line-height: 13px;
      padding-left: 7px;
      margin-left: 7px;
    }

    .mSrchArea .exArea div p:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -7px;
      width: 1px;
      height: 14px;
      background: #e0e0e0;
    }

    .container {
      width: auto;
      padding: 0 3%;
    }

    h2 {
      padding-top: 0;
    }

    .subVisArea {
      height: 205px;
    }



    /* btnType */
    .btnArea {
      margin-top: 50px;
    }

    .btnArea a:nth-child(2) {
      margin-left: 5px
    }

    .purpleBtn {
      padding: 0 20px;
      height: 35px;
      font-size: 14px;
      line-height: 33px;
      border-radius: 17px;
    }

    .bPurpleBtn {
      padding: 0 20px;
      height: 31px;
      font-size: 14px;
      line-height: 31px;
      border-radius: 17px;
    }

    .moreBtn {
      height: 30px;
      line-height: 28px;
      padding: 0 35px;
      font-size: 14px;
      border-radius: 17px;
    }

    .moreBtn span {
      background: url("../img/common/moreBt_icon.png") no-repeat center right;
      background-size: 8px;
      padding-right: 11px;
    }

    .whiteBtn {
      padding: 0 35px;
      height: 28px;
      line-height: 27px;
      font-size: 14px;
      border-radius: 14px;
    }

    .bWhiteBtn {
      padding: 0 34px;
      height: 26px;
      line-height: 25px;
      font-size: 14px;
      border-radius: 15px;
    }

    .mHeader {
      height: 64px;
    }

    .mHeader>div {
      height: 64px;
    }

    .mHeader .menuBtn {
      right: 25px;
    }

    .mHeader .menuBtn img {
      width: 28px;
    }

    .mHeader .logo img {
      height: 108px;
    }

    .mHeader .srchBtn {
      right: 15px;
      width: 20px;
      height: 19px;
    }

    #footer .container {
      padding: 0 24px;
    }

    /* titleType */
    h2 {
      font-size: 28px;
      padding-top: 0;
    }

    .subBg0 h2 {
      padding-top: 80px;
    }

    .subTit {
      font-size: 20px;
      margin-top: 40px;
    }

    .subTxt {
      font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #000;
      margin-top: 35px;
    }

    .h2Txt {
      font-size: 14px;
      line-height: 20px;
      margin-top: 15px;
    }

    .h2Txt br {
      display: block;
    }

    /* srchType */
    .srchType1 {
      margin-top: 40px;
    }

    .srchSel {
      height: 40px;
      margin-bottom: 5px;
    }

    .srchSel>a {
      line-height: 38px;
      font-size: 13px;
      background: url("../img/common/srch_sel_icon.gif") no-repeat right 15px top 50%;
      background-size: 10px 5px
    }

    .srchSel>div {
      top: 39px;
    }

    .srchSel>div a {
      font-size: 13px;
    }

    .srchType1 .input {
      width: calc(100% - 40px);
      height: 40px;
    }

    .srchType1 .input input {
      height: 32px;
      font-size: 13px;
    }

    .srchType1 .srchBtn {
      width: 40px;
    }

    .srchType1 .input .srchXbt {
      top: 11px;
      right: 3%;
    }

    .srchType1 .input .srchXbt img {
      width: 16px;
    }

    .srchType1 .srchBtn img {
      width: 40px;
    }

    .srchType1 .calendarDiv .calenInput input {
      height: 40px;
      box-sizing: border-box;
    }

    .srchType1 .calendarDiv .calenInput .calenBt {
      height: 40px;
      background: url("../img/common/m_calen_btn.png") no-repeat center center;
      background-size: 17px;
    }

    .srchType1 .calendarDiv .calenInput .calenBt.on {
      background: #590ee3 url("/img/common/m_calen_btn_on.png") no-repeat center center;
      width: 30%;
      height: 40px;
      background-size: 17px;
    }

    .srchType1 .calendarDiv .calenInput .calenBt:focus {
      background: #590ee3 url("/img/common/m_calen_btn_on.png") no-repeat center center;
      width: 30%;
      height: 40px;
      background-size: 17px;
    }

    .srchType1.type2>div {
      width: 100%;
    }

    .srchType1.type2 .srchSel {
      float: none;
      width: calc(100% - 60px);
      margin-right: 0;
    }

    .srchType2 {
      height: 60px;
    }

    .srchType2 .firstBt {
      height: 60px;
    }

    .srchType2 .firstBt span {
      line-height: 60px;
    }

    .srchType2 .after {
      height: auto;
      padding: 25px 0;
      text-align: center;
    }

    .srchType2 .after.taC {
      text-align: center;
    }

    .srchType2 .after.taC.restaurant {
      text-align: center;
    }

    .srchType2 .after>div {
      width: 260px;
    }

    .srchType2 .after>div .valueDiv {
      float: none;
      padding: 0;
      margin: 0 0 10px 0;
    }

    .srchType2 .after>div .valueDiv .tit {
      width: 60px;
      font-size: 14px;
      line-height: 33px;
    }

    .srchType2 .after>div .valueDiv .value {
      width: 200px;
      height: 33px;
      line-height: 32px;
      font-size: 13px;
      border-radius: 17px;
    }

    .srchType2 .after>div .valueDiv .value.cm:after {
      line-height: 30px;
    }

    .srchType2 .after>div .valueDiv.chk .value {
      width: 200px;
    }

    .srchType2 .openDiv .selArea .inputDiv {
      width: 200px;
      height: 35px;
    }

    .srchType2 .openDiv .selArea .inputDiv input {
      font-size: 13px;
      border-radius: 18px;
    }

    .srchType2 .openDiv .selArea .inputDiv .cmFix {
      top: 9px;
      right: 15px;
    }

    .srchType2 .openDiv .selArea>div .selTit {
      width: 60px;
      font-size: 14px;
      line-height: 35px;
    }

    .srchType3 {
      margin-top: 30px;
    }

    .srchType3 .radio {
      margin-bottom: 15px;
    }

    .srchType3 .radio p input {
      width: 23px;
      height: 23px;
      background-size: 23px;
    }

    .srchType3 .radio p.on input {
      background-size: 23px;
    }

    .srchType3 .radio p label {
      font-size: 14px;
      line-height: 23px;
    }

    .srchType3 .inputW .input {
      width: calc(100% - 40px);
      height: 40px;
    }

    .srchType3 .inputW .input input {
      height: 32px;
      font-size: 13px;
    }

    .srchType3 .input .srchXbt {
      top: 13px;
      right: 3%;
    }

    .srchType3 .input .srchXbt img {
      width: 16px;
    }

    .srchType3 .srchBtn {
      width: 40px;
    }

    .srchType3 .srchBtn img {
      width: 40px;
    }

    .srchType3 .resetBtn {
      width: 72px;
      margin-left: 5px;
      padding: 13px 0;
      font-size: 13px;
      color: #000
    }

    .srchType3 .srchBtn.on {
      width: calc(100% - 79px);
    }

    .check {
      width: 100%;
      overflow: hidden;
    }

    .check input[type="checkbox"] {
      width: 20px;
      height: 20px;
      margin: 1px 7px 0 0;
      background: url("../img/common/check_icon.gif") no-repeat 0 0;
      background-size: 18px;
    }

    .check input[type="checkbox"]:checked {
      background: url("../img/common/check_icon_on.gif") no-repeat 0 0;
      /*background-size:18px;*/
    }

    .check label {
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      line-height: 19px;
      width: 80%;
      word-break: keep-all;
    }

    /* 검색결과없을때 */
    .noData {
      margin-top: 40px;
      padding: 65px 0;
      text-align: center;
      width: 100%;
    }

    .qnaDiv .noData {
      width: 94%;
      margin: 40px auto 0;
    }

    .noData .txt {
      background: url("../img/common/m_no_data_icon.png") no-repeat center 0;
      background-size: 65px;
      font-size: 13px;
      padding-top: 80px;
    }

    /* tabType */
    .tabArea {
      margin-top: 50px;
    }

    .tabArea .tabCon {
      margin-top: 40px;
    }

    .tabBtn {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      margin: 50px auto 0;
    }

    .tabBtn a {
      height: 40px;
      font-size: 14px;
    }

    .tabBtn a span {
      line-height: 17px;
    }

    .swiper-slide .imgGr .buy img {
      width: 48%;
    }

    .swiper-button-prev.hv {
      background: url(../img/common/arrow_le_s.svg) no-repeat 50% 50%;
      left: 2%;
      width: 52px;
      height: 52px;
      margin-top: -55px;
    }

    .swiper-button-next.hv {
      background: url(../img/common/arrow_ri_s.svg) no-repeat 50% 50%;
      right: 2%;
      width: 52px;
      height: 52px;
      margin-top: -55px;
    }

    /* #footer .container {padding:25px 3% 105px;} */
    #footer .container {
    }

    #footer .foot_link {
      height: auto;
      border-bottom: 1px solid #e0e0e0;
    }

    #footer .container .top .links a {
      font-size: 14px;
      letter-spacing: -0.075rem;
      line-height: 48px;
      margin:0 6px;
    }

    #footer .container .bottom {
      /*margin-top: 8px;
    padding-top: 8px;*/
    }

    #footer .container .bottom .left {
      margin-right: 0;
    }

    #footer .container .bottom .left .logo {
      padding-top: 13px;
    }

    #footer .container .bottom .left .logo img {
      width: 93px;
    }

    #footer .container .bottom .left div {
      padding-left: 0;
      letter-spacing: -0.075rem;
      box-sizing: border-box;
    }

    #footer .container .bottom .left div p {
      display: inline;
      font-size: 12px;
      color: #555;
      margin-top: 0;
      line-height: 17px
    }

    #footer .container .bottom .left div p:first-child {
      margin-top: 0;
    }

    #footer .container .bottom .left div p span {
      display: inline-block;
      position: relative;
      margin: 6px 6px 0 0;
    }

    #footer .container .bottom .left div p span:first-child {
      margin-right: 0;
    }

    #footer .container .bottom .left div p span:first-child:before {
      display: none;
    }

    #footer .container .bottom .left div .copyright {
      font-size: 12px;
      color: #777;
      margin-top: 15px;
    }

    #footer .container .bottom .isms {
      bottom: -80px;
    }

    #footer .container .bottom .isms a {
      display: block;
      padding-top: 3px;
      padding-left: 45px;
      height: 37px;
      background: url("../img/common/isms_icon.png") no-repeat 0 50%;
      background-size: 32px;
    }

    #footer .container .bottom .isms a>p {
      position: relative;
      display: block;
      font-size: 12px;
      color: #333;
      line-height: 16px;
    }

    #footer .container .bottom .isms a>p span:first-child {
      position: relative;
      padding-right: 9px;
      margin-right: 6px
    }

    #footer .container .bottom .isms a>p span:first-child:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -5.5px;
      width: 1px;
      height: 11px;
      background: #e1e1e1;
    }

    #footer .container .bottom .isms.newST {
      left: 0;
      bottom: -130px;
    }

    /* 탑버튼 */
    .topBtn img {
      width: 50px
    }
  }

  @media all and (max-width:450px) {

    .swiper-slide .imgGr .tTit {
      font-size: 32px;
      line-height: 56px;
    }

    .swiper-slide .imgGr .tTxt {
      font-size: 16px;
      letter-spacing: -0.05rem;
    }


    .lnbArea {
      padding-top: 72px;
    }

    .subImgList .inner .img_special {
      float: left;
      width: 98%;
      margin: 1%;
    }


    #footer .container .top .links a {
      letter-spacing: -0.125rem;
    }

    #footer .container .bottom .left div {
      padding-left: 8px;
    }
    #footer .container .bottom .left .logo img {
		width: 48px;
	}

  }
