@charset "euc-kr";
@import url("css_short.css");
/* ############################# ����Ʈ ����  ########################### */
.color-01 {
  color: rgba(76, 190, 166, 1);
}
.bg-color-01 {
  background-color: #2e6871;
}
.bg01 {
}
.bg02 {
}
.ls {
  letter-spacing: -1px;
}
.fw {
  font-weight: 600;
}
.vam {
  vertical-align: middle !important;
}
.flex-sel {
  flex: 1;
}
.lh-01 {
  line-height: 25px;
}
.lh-02 {
  line-height: 35px;
}
.lh-03 {
  line-height: 45%;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding25 {
  padding: 25px;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flexfull {
  -webkit-display: flex;
  display: flex;
}

.cursor-pointer {
  cursor: pointer;
}
/* ############################# �극��ũ ����  ########################### */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 0px !important;
}
@media (max-width: 991px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    margin-bottom: 25px;
  }
}
/* ############################# TYPOGRAPHY �� ������  ########################### */
.word-break {
  word-break: keep-all;
  word-wrap: break-word;
}
.nowrap {
  white-space: nowrap;
}

.fw100 {
  font-weight: 100;
}
.fw300 {
  font-weight: 300;
}
.fw {
  font-weight: 600;
}

/* ��Ʈ : ������ / ��з� / �ߺз� / ��ǥ�� / �����ۿ��� <h1>�±׸� ����Ͻð� �Ϲ� ���� ũ�� �����ÿ���  ����մϴ�. *����  */
/* 1. ������ .lead ��� 2. �Ϲݱ��� 14px <p>�±� 3. s6 : 12px  */

/* -------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
.s1,
.s2,
.s3,
.s4,
.s5,
.s6 {
}
/* -------------*/
.s6 {
  font-size: 14px;
  line-height: 25px;
}
.s5 {
  font-size: 16px;
  line-height: 25px;
}
.s4 {
  font-size: 18px;
  line-height: 30px;
}
.s3 {
  font-size: 20px;
  line-height: 35px;
}
.s2 {
  font-size: 24px;
  line-height: 40px;
}
.s1 {
  font-size: 28px;
  line-height: 45px;
}
.vmin9 {
  font-size: 9vmin;
}
.vmin8 {
  font-size: 8vmin;
}
.vmin7 {
  font-size: 7vmin;
}
.vmin6 {
  font-size: 6vmin;
}
.vmin5 {
  font-size: 5vmin;
}
.vmin4 {
  font-size: 4vmin;
}
.vmin35 {
  font-size: 3.5vmin;
}
.vmin3 {
  font-size: 3vmin;
}
.vmin29 {
  font-size: 2.9vmin;
}
.vmin28 {
  font-size: 2.8vmin;
}
.vmin27 {
  font-size: 2.7vmin;
}
.vmin26 {
  font-size: 2.6vmin;
}
.vmin25 {
  font-size: 2.5vmin;
}
.vmin24 {
  font-size: 2.4vmin;
}
.vmin23 {
  font-size: 2.3vmin;
}
.vmin22 {
  font-size: 2.2vmin;
}
.vmin21 {
  font-size: 2.1vmin;
}
.vmin2 {
  font-size: 2vmin;
}
.vmin19 {
  font-size: 1.9vmin;
}
.vmin18 {
  font-size: 1.8vmin;
}
.vmin17 {
  font-size: 1.7vmin;
}
.vmin16 {
  font-size: 1.6vmin;
}
.vmin15 {
  font-size: 1.5vmin;
}
.vmin14 {
  font-size: 1.4vmin;
}
.vmin13 {
  font-size: 1.3vmin;
}
.vmin12 {
  font-size: 1.2vmin;
}
.vmin1 {
  font-size: 1vmin;
}

@media (max-width: 767px) {
  .s6 {
    font-size: 12px;
    line-height: 18px;
  }
  .s5 {
    font-size: 14px;
    line-height: 20px;
  }
  .s4 {
    font-size: 16px;
    line-height: 28px;
  }
  .s3 {
    font-size: 18px;
    line-height: 30px;
  }
  .s2 {
    font-size: 20px;
    line-height: 32px;
  }
  .s1 {
    font-size: 22px;
    line-height: 34px;
  }
}
/* ��ư ���� */
/* BUTTONS - BASE */
.btn {
  box-shadow: none;
  border-radius: 0;
  background-image: none;
  transition: 0.3s;
}
button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  background-color: #dce0e3;
  border-color: #dce0e3;
}
/* BUTTONS - COLOR */
.btn-izi-icon {
  color: #ffffff;
  transition: 0.3s;
  opacity: 0.3;
  font-size: 23px;
  width: 26px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
}
.btn-izi-icon:hover,
.btn-izi-icon:focus,
.btn-izi-icon:active,
.btn-izi-icon.active {
  opacity: 0.8;
}
.btn-green {
  background-color: #56aa1c;
  border-color: #56aa1c;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
  background-color: #458816;
  border-color: #458816;
}
.btn-blue {
  background-color: #008be1;
  border-color: #008be1;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  background-color: #0073ba;
  border-color: #0073ba;
}
.btn-darkblue {
  background-color: #00426b;
  border-color: #00426b;
}
.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active,
.btn-darkblue.active {
  background-color: #002a44;
  border-color: #002a44;
}
.btn-grey {
  background-color: #707070;
  border-color: #9ba5ae;
  color: #ffffff;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
  background-color: #ffffff;
  border-color: #ececec;
}
.btn-black {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  color: #ececec;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  background-color: #ffffff;
  border-color: #ececec;
  color: #707070;
}
.btn-white {
  background-color: #ffffff;
  border-color: #ececec;
  color: #707070;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  color: #ececec;
}
.btn-user {
  background-color: #e1002f;
  border-color: #e1002f;
  color: #ffffff;
}
.btn-user:hover,
.btn-user:focus,
.btn-user:active,
.btn-user.active {
  background-color: #c60029;
  border-color: #c60029;
  color: #ffffff;
}
.custom_home_text
  .custom_home_text_wrap_inner
  .custom_text_button:hover:before {
  transform: scale(2);
}
.image_block {
  overflow: hidden;
  position: relative;
}
/* ��ư 
--------*/
.hbtn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font: 600 14px "��������", "Nanum Gothic", sans-serif;
  padding: 10px 10px;
  white-space: nowrap;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
}
.hbtn i {
  margin-right: 10px;
}
.hbtn-black {
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #ffffff;
}
.hbtn-black:hover {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  color: #434343;
}
.hbtn-grey {
  background-color: #707070;
  border: 1px solid #707070;
  color: #ffffff;
}
.hbtn-grey:hover {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  color: #434343;
}
.hbtn-white {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  color: #434343;
}
.hbtn-white:hover {
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #ffffff;
}
.btn-size100 {
  width: 100px;
}
.btn-size90 {
  width: 90px;
}

@media (max-width: 767px) {
  .hbtn {
    font: 600 12px "��������", "Nanum Gothic", sans-serif;
  }
  .hbtn i {
    margin-right: 5px;
  }
}
/* ------ ���� ��ư -------*/

.tran_btn {
  width: auto;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  font-size: 1.9vmin;
  margin: 25px auto;
  background-color: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 0 15px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 100;
}
.tran_btn:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.45);
}
/* -------------*/
/* Į�� 
--------*/
.text-white {
  color: #ffffff;
}
.text-black {
  color: #3a3a3a;
}
.text-muted2 {
  color: #696969;
}
.text-primary2 {
  color: #2c6ba1;
}
.text-info2 {
  color: #295f7a;
}
.text-success2 {
  color: #346735;
}
.text_danger2 {
  color: #943b39;
}
.text-warning2 {
  color: #765d32;
}
/*���� */
.height-100 {
  min-height: 100px;
}
.height-150 {
  min-height: 150px;
}
.height-200 {
  min-height: 200px;
}
.height-250 {
  min-height: 250px;
}
.height-300 {
  min-height: 300px;
}
.height-350 {
  min-height: 350px;
}
.height-400 {
  min-height: 400px;
}
.height-450 {
  min-height: 450px;
}
.height-500 {
  min-height: 500px !important;
}
/* ���� */
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0;
}
.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px;
}
.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px;
}
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
  clear: both;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
/* ��Ÿ ����--*/
.margin-top-20 {
  margin-top: 20px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-top-35 {
  padding-top: 35px;
}
.padding-left-35 {
  padding-left: 35px;
}
/* ��Ʈ Į�� */
.color-white {
  color: #ffffff;
}
.color-sea {
  color: #1abc9c;
}
.color-red {
  color: #e74c3c;
}
.color-aqua {
  color: #27d7e7;
}
.color-blue {
  color: #3498db;
}
.color-grey {
  color: #95a5a6;
}
.color-dark {
  color: #555555;
}
.color-darker {
  color: #333333;
}
.color-green {
  color: #7fad23;
}
.color-brown {
  color: #9c8061;
}
.color-light {
  color: #ffffff;
}
.color-orange {
  color: #f44336;
}
.color-yellow {
  color: #f1c40f;
}
.color-green1 {
  color: rgba(89, 122, 24, 1);
}
.color-purple {
  color: #9b6bcc;
}
.color-inherit {
  color: inherit;
}
.color-dark-blue {
  color: #4765a0;
}
.color-light-grey {
  color: #585f69;
}
.color-light-green {
  color: #79d5b3;
}
.color-white {
  color: #ffffff;
}
/* ������ */
.oc8 {
  opacity: 0.8;
}
.oc7 {
  opacity: 0.7;
}
/* ����̹��� �ɼ� */
.bg_img01 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100px;
}
/*��� Į�� */
.bg-color-dark,
.bg-color-darker,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green {
  color: #fff;
}
.bg-color-white {
  color: #555;
}
.bg-color-dark {
  background-color: #555 !important;
}
.bg-color-darker {
  background-color: #d5b0a6 !important;
}
.bg-color-white {
  background-color: #fff !important;
}
.bg-color-sea {
  background-color: #1abc9c !important;
}
.bg-color-red {
  background-color: #e74c3c !important;
}
.bg-color-aqua {
  background-color: #27d7e7 !important;
}
.bg-color-blue {
  background-color: #3498db !important;
}
.bg-color-grey {
  background-color: #fcfcfc !important;
}
.bg-color-light {
  background-color: #f7f7f7 !important;
}
.bg-color-green {
  background-color: #72c02c !important;
}
.bg-color-brown {
  background-color: #9c8061 !important;
}
.bg-color-orange {
  background-color: #e67e22 !important;
}
.bg-color-green1 {
  background-color: #2ecc71 !important;
}
.bg-color-purple {
  background-color: #9b6bcc !important;
}
.bg-color-dark-blue {
  background-color: #4765a0 !important;
}
.bg-color-light-grey {
  background-color: #585f69 !important;
}
.bg-color-light-green {
  background-color: #79d5b3 !important;
}
.rgba-red {
  background-color: rgba(231, 76, 60, 0.8);
}
.rgba-blue {
  background-color: rgba(52, 152, 219, 0.8);
}
.rgba-aqua {
  background-color: rgba(39, 215, 231, 0.8);
}
.rgba-yellow {
  background-color: rgba(241, 196, 15, 0.8);
}
.rgba-default {
  background-color: rgba(114, 192, 44, 0.8);
}
.rgba-purple {
  background-color: rgba(155, 107, 204, 0.8);
}
.after_black {
  z-index: 1;
  height: auto;
  overflow: hidden;
  position: relative;
}
.after_black:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
/* underbar */
.underbar01 {
  width: 50px;
  height: 3px;
  margin: 15px auto 5px;
  background-color: rgba(31, 31, 31, 1);
}
.underbar02 {
  width: 50px;
  height: 3px;
  margin: 15px auto 5px;
  background-color: rgba(255, 255, 255, 1);
}
/* �ڽ� ���� */
.no-rounded {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-x {
  border-radius: 50% !important;
}
.rounded-2x {
  border-radius: 10px !important;
}
.rounded-3x {
  border-radius: 15px !important;
}
.rounded-4x {
  border-radius: 20px !important;
}
.rounded-sm {
  border-radius: 2px !important;
}
.rounded-md {
  border-radius: 3px !important;
}
.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}
.rounded-left {
  border-radius: 4px 0 0 4px !important;
}
.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}
.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}
/* �����÷ο� */
.overflow-h {
  overflow: hidden;
}
.overflow-a {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.clear-both {
  clear: both;
}
/* ############################# ������ ������ ########################### */

/* ���̾ƿ� ���� */
.wd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
.wd_full {
  width: 100%;
  display: block;
}
/* �ձ۾� */
#sign {
  font: 28px "�����ձ۾� ��", "Nanum Pen Script", cursive !important;
  padding-top: 45px;
}
@media (max-width: 767px) {
  #sign {
    font: 14px "�����ձ۾� ��", "Nanum Pen Script", cursive !important;
    padding-top: 35px;
  }
}

/* �ܶ��׵θ� ���� */
/*  �ݾƿ� */
.callout {
  border-color: rgba(231, 231, 231, 1);
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 55px;
  border-radius: 3px;
}
.callout-red {
  border-left-color: rgba(199, 22, 45, 1);
}
.callout-orage {
  border-left-color: rgba(231, 89, 76, 1);
}
.callout-green {
  border-left-color: rgba(127, 173, 35, 1);
}
.callout-blue {
  border-left-color: rgba(33, 86, 165, 1);
}
.callout-purple {
  border-left-color: rgba(162, 67, 211, 1);
}
/* ���̺� */
.htable_left,
.htable_cell,
.htable_right {
  padding: 15px;
  vertical-align: middle;
}
.htable {
  border-top: 1px solid #ececec;
  color: #707070;
  font-family: "��������", "Nanum Gothic", sans-serif;
  line-height: 160%;
}
.htable_row {
  border-bottom: 1px solid #ececec;
  overflow-y: hidden;
  display: -webkit-flex;
  display: flex;
}
.htable_left {
  border-right: 1px solid #ececec;
  float: left;
  width: 20%;
}
.htable_cell {
  border-right: 1px solid #ececec;
  float: left;
}
.htable_right {
  border-right-style: none;
  float: left;
  width: 80%;
}

@media (max-width: 767px) {
  .htable_left,
  .htable_cell,
  .htable_right {
    padding: 15px;
  }
  .htable {
    border-top: 1px solid #ececec;
    color: #707070;
    font-family: "��������", "Nanum Gothic", sans-serif;
  }
  .htable_row {
    border-bottom: 1px solid #ececec;
    overflow-y: hidden;
    display: block;
  }
  .htable_left,
  .htable_cell {
    border-right: 1px none #ececec;
    float: none;
    width: 100%;
  }
  .htable_right {
    border-right-style: none;
    float: none;
    width: 100%;
  }
}
/* - ���� ����Ʈ Ÿ�� 01  <ul class="list-01"> <li></li> ---- */
.list-01 {
}
.list-01 li {
  position: relative;
  margin: 0px 0px 7px;
  padding-left: 25px;
}
.list-01 li:hover:before {
}
.list-01 li:before {
  content: "\2713 ";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #434343;
  color: #fff;
  text-align: center;
  text-shadow: 0px -1px 0px #efefef;
  font-size: 12px;
  font-family: "��������", "Nanum Gothic", sans-serif;
  top: 3px;
  left: -5px;
  line-height: 20px;
}
.list-01 li a {
  color: #859a31;
  text-decoration: none;
  -moz-transition: all, 500ms;
  -o-transition: all, 500ms;
  -webkit-transition: all, 500ms;
  transition: all, 500ms;
}
.list-01 li a:hover {
  border-bottom: 0.1px solid;
}
/* - ����� ����Ʈ Ÿ�� 01 small  <ul class="list-small"> <li></li> ---- */

.list-small {
}
.list-small li {
  position: relative;
  margin: 0px 0px 7px;
  padding-left: 18px;
  color: #2c2c2c;
  font-size: 14px;
}
.list-small li:hover:before {
}
.list-small li:before {
  content: "\2713 ";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #434343;
  color: #fff;
  text-align: center;
  text-shadow: 0px -1px 0px #efefef;
  font-size: 5px;
  font-family: "��������", "Nanum Gothic", sans-serif;
  top: 3px;
  left: -5px;
  line-height: 17px;
}
.list-small li a {
  color: #859a31;
  text-decoration: none;
  -moz-transition: all, 500ms;
  -o-transition: all, 500ms;
  -webkit-transition: all, 500ms;
  transition: all, 500ms;
}
.list-small li a:hover {
  border-bottom: 0.1px solid;
}

/* - ���� ����Ʈ Ÿ�� 01  <ol class="annotation-list"> <li></li> ---- */
.annotation-list {
  counter-reset: annotation-list;
}
.annotation-list li {
  position: relative;
  margin: 0px 0px 7px;
  padding-left: 25px;
}
.annotation-list li:before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4f4f4f;
  content: counter(annotation-list);
  counter-increment: annotation-list;
  color: #fff;
  text-align: center;
  text-shadow: 0px -1px 0px #efefef;
  /* [disabled]font-weight: 600;
*/
  font-size: 12px;
  font-family: "��������", "Nanum Gothic", sans-serif;
  top: 3px;
  left: -5px;
  line-height: 20px;
}
.annotation-list strong {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .annotation-list {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
/* #############################  ���� Ÿ��Ʋ  ########################### */
/* �ؽ�Ʈ��� ��������� */
.text_banner01_black {
  background-color: rgba(31, 31, 31, 1);
  padding: 55px 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.91);
}
.text_banner01_white {
  background-color: rgba(255, 255, 255, 1);
}
/* ���� Ÿ��Ʋ 01  */
.photo_title01 {
  display: table;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow-y: hidden;
  position: relative;
  z-index: 0;
  background-color: #1f1f1f;
}
.photo_title01:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 10%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.27);
  z-index: -1;
}
.photo_title01 .subject {
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  text-align: center;
}
.photo_title01 .subject .inner_txt01 {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 5px;
}
.photo_title01 .subject .inner_txt02 {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 10px;
}
/* �̹��� ��� 01  */
.image_bg01 {
  display: table;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow-y: hidden;
  position: relative;
  z-index: 0;
}
.image_bg01:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.27);
  z-index: -1;
}
/* ############################# ���� Ÿ��Ʋ d_title ########################### */
.d_title_01 {
  color: #707070;
  line-height: 35px;
  font-weight: 600;
  font-size: 22px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  letter-spacing: -1px;
}
.d_title_02 {
  color: #707070;
  line-height: 35px;
  font-weight: 600;
  font-size: 22px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  letter-spacing: -1px;
}
.d_title_03 {
  color: #707070;
  line-height: 35px;
  font-weight: 600;
  font-size: 22px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  letter-spacing: -1px;
}

/* - �� Ÿ��Ʋ --- */
.stitle_v1_green {
  padding: 5px 5px 5px 10px;
  background-color: #f0ffe1;
  border-right: 3px solid #5ba622;
  -webkit-box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  font-size: 16px;
  color: #5ba622;
}
.stitle_v1_red {
  padding: 5px 5px 5px 10px;
  background-color: #ffd6db;
  border-right: 3px solid #c7162d;
  -webkit-box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  font-size: 16px;
  color: #c7162d;
}
.stitle_v1_white {
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
  border-right: 3px solid #d5b0a6;
  -webkit-box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  font-size: 16px;
  color: #434343;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.stitle_v1_black {
  padding: 5px 5px 5px 10px;
  background-color: #434343;
  border-right: 3px solid #1f1f1f;
  -webkit-box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  font-size: 16px;
  color: #ffffff;
}
.stitle_v1_orange {
  padding: 5px 5px 5px 10px;
  background-color: #ffedcf;
  border-right: 3px solid #f90;
  -webkit-box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  box-shadow: 1px 1px 1px rgba(228, 228, 228, 1);
  font-size: 16px;
  color: #434343;
}
i.margin_right5 {
  margin-right: 5px;
}
.border_top_hr {
  border-top: 1px solid #e1e1e1;
}
.border_bottom_hr {
  border-bottom: 1px solid #e1e1e1;
}
.border_top_dot {
  border-top: 1px dotted #e1e1e1;
}
.border_bottom_dot {
  border-bottom: 1px dotted #e1e1e1;
}
/* �ؽ�Ʈ */
p {
  font-size: 14px;
  line-height: 150%;
}
#sub_contents .lead {
}
#sub_contents p {
  margin-bottom: 15px;
}
#widget .lead {
}
#widget p {
}
#widget .main_bbs_text > p {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  line-height: 160%;
  display: block;
}

/* ���� �׵θ� */

.short_01 {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.short_02 {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: rgba(244, 244, 244, 1);
  border-width: 1px;
  border-style: solid;
}
.short_03 {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(249, 249, 249, 1);
}
.short_03_a {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(249, 249, 249, 1);
  font-weight: 600;
}
.short_03_a.pl30 {
  padding-left: 30px;
}
.short_04 {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top-color: rgba(244, 244, 244, 1);
  border-bottom-color: rgba(244, 244, 244, 1);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.short_05 {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom-color: rgba(244, 244, 244, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top: 1px solid rgba(225, 225, 225, 1);
}

/* �̹��� ��������ġ <ul class="img_ul_50"><li> img... </li></ul> */
.img_ul_50 li {
  width: 50%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img_ul_30 li {
  width: 33.33%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img_ul_25 li {
  width: 25%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.icon_text_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon_text_01::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/bizdemo114511/img/homepee/images/icon.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.bg_soft_brown {
  background-color: #dbd3d0;
  padding-top: 55px;
}

.img_text_container_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img_text_container_4 .tic4_item {
  width: 290px;
}
.img_text_container_4 .tic4_item .tic4_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.img_text_container_4 .tic4_item .tic4_img img {
  width: 100%;
  height: 100%;
}
.img_text_container_4 .tic4_item .tic4_img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bolder;
  color: #ffffff;
}
.img_text_container_4 .tic4_item .item_text {
  font-size: 16px;
  word-break: keep-all;
}

.img_text_container_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: top;
}
.img_text_container_3 .tic3_item {
  width: 100%;
}
.img_text_container_3 .tic3_item .tic3_img {
  width: 100%;
  height: 100%;

  position: relative;
}
.img_text_container_3 .tic3_item .tic3_img img {
  width: 100%;
  height: 100%;
}
.img_text_container_3 .tic3_item .tic3_img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bolder;
  color: #000000;
}
.img_text_container_3 .tic3_item .item_text {
  font-size: 13px;
  word-break: keep-all;
  margin-top: 12px;
  padding: 0px 15px;
}
.img_text_container_3 .tic3_item .item_text strong {
  font-size: 15px;
  font-weight: bolder;
}

.img_container_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.img_container_3 img {

  height: 100%;
}

.img_big_small_container_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.img_big_small_container_3 .ibs_3_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.img_big_small_container_3 .ibs_3_left .bis_3_text {
  height: 200px;
}
.img_big_small_container_3 .ibs_3_left .ibs_3_left_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img_big_small_container_3 .ibs_3_left .ibs_3_left_img img {
  width: 50%;
  height: 350px;
}
.img_big_small_container_3 .ibs_3_right {
  width: 50%;
  height: 550px;
}

.img_container_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img_container_4 img {
  width: 310px;
  height: 300px;
}

.img_big_small_container_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img_big_small_container_4 .ibs_4_left {
  width: 565px;
  height: 615px;
}
.img_big_small_container_4 .ibs_4_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.img_big_small_container_4 .ibs_4_right .ibs_4_top {
  width: 700px;
  height: 320px;
}
.img_big_small_container_4 .ibs_4_right .ibs_4_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.img_big_small_container_4 .ibs_4_right .ibs_4_bottom img {
  width: 340px;
  height: 290px;
}
.img_big_small_container_4 .ibs_4_right .ibs_4_bottom img + img {
  margin-left: 5px;
}

.img_text_container_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;

}
.img_text_container_1 .left_top {
  font-size: 25px;
}
.img_text_container_1 .left_middle {
  font-size: 25px;
  
}
.img_text_container_1 .left_bottom {
  font-size: 18px;
  color: #616161;
}
.img_text_container_1 .itc_right {
  width: 480px;
  height: 100%;
  margin-left: 40px;
}

.img_text_container_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.img_text_container_2 .itc_2_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  padding: 60px 0px;
}
.img_text_container_2 .itc_2_item .item_left {
  width: 350px;
  height: 350px;
}
.img_text_container_2 .itc_2_item .item_right {
  flex: 1;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img_text_container_2 .itc_2_item .item_right .item_top {
  font-size: 13px;
  color: #898989;
}
.img_text_container_2 .itc_2_item .item_right .item_middle {
  font-size: 20px;
  padding-bottom: 15px;
}
.img_text_container_2 .itc_2_item .item_right .item_bottom {
  font-size: 18px;
  color: #919191;
}

/* custom */
.d_title_01_a {
  position: relative;
  font-size: 30px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.d_title_01_a::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 7px;
  position: absolute;
  background-image: url(/bizdemo114511/img/homepee/images/short_bar.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -10px;
  left: 0;
  z-index: 1;
}
.d_title_01_a.d_title_01_a_1.mobile{
  display: none;
}
.d_title_01_b {
  position: relative;
  font-size: 30px;
  margin-top: 95px;
  padding-top: 0;
  padding-bottom: 65px;
}
.d_title_01_b span{
  color: #000000;
  font-size: 30px;
  position: relative;
  z-index: 2;
  top: 0;
}
.d_title_01_b::before {
  content: "";
  display: inline-block;
  width: 85px;
  height: 85px;
  position: absolute;
  background-image: url(/bizdemo114511/img/homepee/images/f_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -55px;
  left: 0;
  z-index: 1;
}
.d_title_01_b.d_title_01_b_pl{
  padding-left: 25px;
}
.d_title_01_b.pb0{
  padding-bottom: 0;
}

.d_title_01_c {
  position: relative;
  font-size: 20px;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
}
.d_title_01_c::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 7px;
  position: absolute;
  background-image: url(/bizdemo114511/img/homepee/images/short_bar.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -10px;
  left: 0;
  z-index: 1;
}
.d_title_01_c.mt50{
  margin-top: 50px;
}
.d_title_01_c.mt100{
  margin-top: 100px;
}
.d_title_01_c.ml30{
  margin-left: 30px;
}
.d_title_01_c.ft25{
  font-size: 25px;
}

.d_title_04 {
  margin-top: 30px;
  margin-bottom: 0 !important;
  font-size: 18px;
}
.d_sub_title_04 {
  font-size: 18px;
  color: #3f3f3f;
}
.d_title_01_a.d_title_01_a_1{
  color: #000000;
  width: 100%;
  margin-top: 100px;
  font-size: 30px;
}

.parking__container{
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.parking__container .parking__logo{
  width: 165px;
  height: 165px;
  margin-bottom: 60px;
}
.parking__container .parking__text{
  font-size: 30px;
  margin-bottom: 0 !important;
  word-break: keep-all;
  text-align: center;
}
.parking__container .parking__banner{
  width: 100%;
  height: 330px;
  margin-top: 100px;
}
.parking__container .parking__banner.pc{display: block;}
.parking__container .parking__banner.mobile{display: none;}
.transport__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transport__container .transport__left{
  width: auto;
  width: 450px;
  height: 110px;
  margin-left: 90px;
  margin-right: 60px;
}
.transport__container .transport__left.pc{display: block;}
.transport__container .transport__left.mobile{display: none;}
.transport__container .transport__right{
  flex: 1;
}
.transport__container .transport__right li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.transport__container .transport__right li::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d5b0a6;
  border-radius: 50px;
  margin-right: 25px;
}
.transport__container .transport__right li b{
  display: inline-block;
  width: 130px;
  font-weight: 600;
  font-size: 20px
}
.transport__container .transport__right li p{
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: #636363;
  margin: 0 !important;
}

.visit__info{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 100px 0px;
}
.visit__info .info__logo{
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
.visit__info li{
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}
.visit__info li::before{
  content: '';
  background: url(/bizdemo114511/img/homepee/images/check.jpg) center no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.visit__info li b{
  font-weight: 800;
}

.visit__use li{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.visit__use li .use__title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 345px;
  height: 165px;
  font-weight: 800;
  margin-right: 40px;
  text-align: center;
  font-size: 20px;
}
.visit__use li:nth-child(1) .use__title{
  background: url(/bizdemo114511/img/homepee/images/v_use_il_1.jpg) center no-repeat;
}
.visit__use li:nth-child(2) .use__title{
  background: url(/bizdemo114511/img/homepee/images/v_use_il_2.jpg) center no-repeat;
}
.visit__use li:nth-child(3) .use__title{
  background: url(/bizdemo114511/img/homepee/images/v_use_il_3.jpg) center no-repeat;
}
.visit__use li:nth-child(4) .use__title{
  background: url(/bizdemo114511/img/homepee/images/v_use_il_4.jpg) center no-repeat;
}
.visit__use li:nth-child(1) .use__title,
.visit__use li:nth-child(2) .use__title,
.visit__use li:nth-child(3) .use__title,
.visit__use li:nth-child(4) .use__title{
  background-size: 250px;
  background-position-x: 65%;
  background-position-y: 20%;
}
.visit__use li .use__content{
  font-weight: 700;
}
.visit__use li .use__content p{
  margin-bottom: 5px !important;
  font-size: 18px;
}

.half__image__container{
  display: flex;
  justify-content: center;
  width: 100%;
}
.half__image__container .half__item{flex: 1; max-width: 320px;}
.half__image__container .half__item .item__top{width: 100%;}
.half__image__container .half__item .item__bottom{
  height: 350px;
  border: 1px solid #e1e1e1;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 10px;
}
.half__image__container .half__item .item__bottom .bottom__title{
  font-size: 18px;
  margin-bottom: 0 !important;
  font-weight: 700;
}
.half__image__container .half__item .item__bottom .bottom__title.none{
  visibility: hidden;
}
.half__image__container .half__item .item__bottom .bottom__title.pt50{
  padding-top: 50px;
}
.half__image__container .half__item .item__bottom .bottom__title::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d5b0a6;
  border-radius: 50px;
  margin-right: 10px;
}
.half__image__container .half__item .item__bottom .bottom__content{
  font-size: 16px;
}

.hos__comment{
  background-color: rgba(249, 249, 249, 1);
  padding: 20px;
  margin-top: 80px;
}
.hos__comment .comment__item{
  display: flex;
  align-items: flex-start;
}
.hos__comment .comment__item + .comment__item{
  margin-top: 20px;
}
.hos__comment .comment__item i{
  background: url(/bizdemo114511/img/homepee/images/check.jpg) center no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.hos__comment .comment__item .item__content{
  margin-bottom: 0 !important;
}
.hos__comment .comment__item .item__content b{font-size: 20px; font-weight: 700;}
.hos__comment .comment__item .item__content strong{font-size: 16px; font-weight: 600;}

.c__img{width: 100%;}
.c__img.pc{display: block;}
.c__img.mobile{display: none;}

.pl30__container{
  padding-left: 30px;
}

.double__line__container{
  padding-left: 50px;
}
.double__line__container.mt100{
  margin-top: 100px;
}
.double__line__container .double__item{
  display: flex;
  margin-top: 30px;
}
.double__line__container .double__item.mt0{
  margin-top: 5px;
}
.double__line__container .double__item i{
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #d5b0a6;
  margin-top: 8px;
  margin-right: 5px;
  border-radius: 100px;
}
.double__line__container .double__item p{
  margin-bottom: 0 !important;
}
.double__line__container .double__item b{
  font-size: 18px;
  font-weight: 800;
}
.double__line__container .double__item strong{
  font-size: 16px;
}
.double__line__container .double__item.pink p b{
  color: #d5b0a6;
}

.cerf__table{
  margin-top: 50px;
  margin-left: 60px;
}
.cerf__table th,
.cerf__table td{
  padding: 20px;
}
.cerf__table td{
  padding-right: 50px;
  border: 1px solid #e1e1e1;
}
.cerf__table th{
  color: #ffffff;
  text-align: center;
}
.cerf__table th.first{
  background-color: rgb(202, 159, 160);
}
.cerf__table th.second{
  background-color: rgb(228, 206, 199);
}

.hos__kind{
  padding-left: 45px;
}

.sequence__container{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  align-items: flex-end;
}
.sequence__container .sequence__item{
  position: relative;
}
.sequence__container .sequence__item .sequnce__text{
  position: absolute;
  top: 195px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.sequence__container .triangle__icon{
  display: block;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #e1e1eb;
  margin-left: 20px;
  margin-right: 5px;
  margin-bottom: 6%;
}

.document__info{
  margin: 50px 0px 50px 65px !important;
  font-size: 16px;
  font-weight: 600;
}

.download__container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
}
.download__container a{
  width: 300px;
  text-align: center;
  color: #000000;
  padding: 10px 0px;
}
.download__container a b{
  font-size: 20px;
}
.download__container a:nth-child(1){
  background-color: rgb(212, 178, 169);
}
.download__container a:nth-child(2) {
  background-color: rgb(228, 206, 199);
}
.download__container a:nth-child(3) {
  background-color: rgb(240, 224, 222);
}
.download__container a + a {
  margin-left: 15px;
}

.ro__list {
  margin-top: 50px;
}
.ro__list.mb100{
  margin-bottom: 100px;
}
.ro__list li + li {
  margin-top: 44px;
}
.ro__list p {
  margin-bottom: 0px !important;
}
.ro__list .ro__title {
  font-size: 23px;
  font-weight: 600;
  color: #000000;
}
.ro__list .ro__content {
  font-size: 20px;
  color: #000000;
}

#view__menu{width: 100%; margin-top: 100px;}
#view__menu td{text-align: center;
  width: calc(100% / 6);
  border: 1px solid #dcdcdc;
  cursor: pointer;
  color: #707070;
  font-size: 22px;
  height: 65px;
}
#view__menu td.on{
  background-color: #D5B0A6;
  color: #ffffff;
}

.view__image{
  width: 100%;
  padding-bottom: 85%;
  margin-top: 100px;
  position: relative;
}
.view__image img{
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}


.custom-swiper{
  display: none;
  height: 200px;
}
.custom-swiper .swiper-wrapper{
  align-items: center;
}
.custom-swiper .swiper-slide{
  width: 239px;
  height: 178px;
  transition: .3s;
}
.custom-swiper .swiper-slide:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.custom-swiper .swiper-slide + .swiper-slide{
  margin-left: 15px;
}
.custom-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
}
.custom-swiper .swiper-prev,
.custom-swiper .swiper-next{
  width: 76px;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D5B0A6;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.custom-swiper .swiper-prev{left: 0;}
.custom-swiper .swiper-next{right: 0;}

.ro__container{
  background: url(/bizdemo114511/img/homepee/images/ro_bg.png) no-repeat;
  background-position: center;
}
.ro__logo{
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .short_03_a{
    margin: 0;
    font-size: 11px;
    padding: 4px 10px;
  }
  .img_ul_50 li,
  .img_ul_30 li,
  .img_ul_25 li {
    width: 100%;
  }
  .img_ul_25.w50 li{
    width: 50%;
  }
  .img_text_container_4 {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img_text_container_4 .tic4_item {
    width: calc(50% - 6px);
  }
  .img_text_container_4 .tic4_item + .tic4_item {
    margin-left: 12px;
  }
  .img_text_container_4 .tic4_item + .tic4_item:nth-of-type(odd) {
    margin-left: 0px;
  }

  .img_text_container_3 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_text_container_3 .tic3_item {
    width: 100%;
  }

  .img_container_3 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_container_3 img {
    width: 100%;
    height: 300px;
  }

  .img_big_small_container_3 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_big_small_container_3 .ibs_3_left .ibs_3_left_img img {
    height: auto;
  }
  .img_big_small_container_3 .ibs_3_right {
    width: 100%;
    height: auto;
  }

  .img_container_4 {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img_container_4 img {
    width: 50%;
    height: auto;
  }

  .img_big_small_container_4 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_big_small_container_4 .ibs_4_left {
    width: 100%;
    height: auto;
  }
  .img_big_small_container_4 .ibs_4_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_big_small_container_4 .ibs_4_right .ibs_4_top {
    width: 100%;
    height: auto;
  }
  .img_big_small_container_4 .ibs_4_right .ibs_4_bottom img {
    width: 50%;
    height: auto;
  }

  .img_text_container_1 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_text_container_1 .itc_right {
    width: 100%;
    height: auto;
  }

  .img_text_container_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_text_container_2 .itc_2_item {
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img_text_container_2 .itc_2_item .item_left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .img_text_container_2 .itc_2_item .item_right {
    padding-left: 20px;
  }
  .d_title_01_a.d_title_01_a_1{
    color: #000000;
    width: 100%;
    margin-top: 125px;
    font-size: 18px;
  }
  .d_title_01_b{
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .d_title_01_b.d_title_01_b_mt{
    margin-top: 0;
  }
  .d_title_01_b span{
    font-size: 19px;
  }
  .d_title_01_b::before{
    width: 45px;
    height: 45px;
    top: -10px;
  }
  .d_title_01_c{
    font-size: 19px;
  }
  .d_title_01_c.mt50{
    margin-top: 30px;
  }

  .parking__container .parking__logo{
    width: 165px;
    height: 165px;
    margin-bottom: 30px;
  }
  .parking__container .parking__text{
    font-size: 11px;
    font-weight: 700;
  }
  .parking__container .parking__banner{
    width: 300px;
    height: 300px;
    margin-top: 25px;
  }
  .parking__container .parking__banner.pc{display: none;}
  .parking__container .parking__banner.mobile{display: block;}
  .transport__container{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
  .transport__container .transport__left{
    width: 300px;
    height: 75px;
    margin: 0;
    margin-bottom: 25px;
  }
  .transport__container .transport__left.pc{display: none;}
  .transport__container .transport__left.mobile{display: block;}
  .transport__container .transport__right{
    flex: unset;
    width: 100%;
  }
  .transport__container .transport__right li::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #d5b0a6;
    border-radius: 50px;
    margin-right: 10px;
  }
  .transport__container .transport__right li b{
    display: inline-block;
    width: 80px;
    font-weight: 600;
    font-size: 15px;
  }
  .transport__container .transport__right li p{
    flex: 1;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #636363;
    margin: 0 !important;
    word-break: keep-all;
  }

  .visit__info{
    padding: 30px 0px;
  }
  .visit__info .info__logo{
    width: 65px;
    height: auto;
    margin-right: 0;
  }
  .visit__info li{
    font-size: 12px;
  }
  .visit__info li::before{
    content: '';
    background: url(/bizdemo114511/img/homepee/images/check.jpg) center no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
  }
  .visit__use li{
    flex-direction: column;
  }
  .visit__use li:nth-child(1) .use__title,
  .visit__use li:nth-child(2) .use__title,
  .visit__use li:nth-child(3) .use__title,
  .visit__use li:nth-child(4) .use__title{
    background-size: 235px;
    background-position-x: 60%;
    background-position-y: 30%;
  }
  .visit__use li .use__title{
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 0px !important;
    font-size: 20px;
    line-height: 1.2;
  }
  .visit__use li .use__content{
    width: 100%;
  }
  .visit__use li .use__content p{
    font-size: 13px;
    margin-bottom: 5px !important;
    padding-left: 30px;
  }
  #sub_contents{
    padding-left: 0;
    padding-right: 0;
  }

  .half__image__container{
    flex-direction: column;
    margin-top: 30px;
  }
  .half__image__container .half__item{
    display: flex;
    max-width: unset;
    align-items: center;
  }
  .half__image__container .half__item + .half__item{
    margin-top: 10px;
  }
  .half__image__container .half__item .item__top{
    width: 40%;
    height: auto;
  }
  .half__image__container .half__item .item__bottom{
    width: 50%;
    height: 300px;
  }
  .half__image__container .half__item .item__bottom .bottom__title{
    font-size: 16px;
  }
  .half__image__container .half__item .item__bottom .bottom__title.none{
    visibility: hidden;
  }
  .half__image__container .half__item .item__bottom .bottom__title.pt50{
    padding-top: 50px;
  }
  .half__image__container .half__item .item__bottom .bottom__title::before{
    width: 7px;
    height: 7px;
    margin-right: 5px;
    margin-top: 3px;
  }
  .half__image__container .half__item .item__bottom .bottom__content{
    font-size: 14px;
  }
  
  .hos__comment{
    margin-top: 80px;
  }
  .hos__comment .comment__item + .comment__item{
    margin-top: 10px;
  }
  .hos__comment .comment__item i{
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
  .hos__comment .comment__item .item__content{flex: 1;}
  .hos__comment .comment__item .item__content b{font-size: 16px; font-weight: 700;}
  .hos__comment .comment__item .item__content strong{font-size: 14px; font-weight: 600;}

  .c__img.pc{display: none;}
  .c__img.mobile{
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
  }
  .c__img li{
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    margin-top: 30px;
  }
  .c__img li img {
    width: 60%;
  }
  .c__img li span{
    margin-top: 15px;
    text-align: center;
  }
  .double__line__container.mt100{
    margin-top: 100px;
  }
  .double__line__container .double__item b{
    font-size: 16px;
  }
  .double__line__container .double__item strong{
    font-size: 14px;
  }
  
  .cerf__table{
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 50px;
  }
  .cerf__table th,
  .cerf__table td{
    padding: 10px;
  }
  .cerf__table td{
    padding-right: 10px;
    font-size: 13px;
  }
  .cerf__table td span{
    font-size: 12px;
  }
  .cerf__table th{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
  }
  .cerf__table th.first{
    background-color: rgb(202, 159, 160);
  }
  .cerf__table th.second{
    background-color: rgb(228, 206, 199);
  }
  .hos__kind{
    font-size: 13px;
  }

  .sequence__container{
    flex-direction: column;
    align-items: center;
  }
  .sequence__container .sequence__item{
    position: relative;
    max-width: 300px;
  }
  .sequence__container .triangle__icon + .sequence__item{
    margin-top: 20px;
  }
  .sequence__container .sequence__item .sequnce__no{
    width: 100%;
  }
  .sequence__container .sequence__item .sequnce__text{
    top: 160px;
    font-size: 14px;
  }
  .sequence__container .triangle__icon{
    display: none;
  }
  
  .document__info{
    margin: 50px 0px 50px 55px !important;
    font-size: 13px;
  }

  .download__container{
    padding: 20px 0px;
    flex-direction: column;
  }
  .download__container a{
    width: 200px;
    padding: 10px 0px;
    font-size: 12px;
  }
  .download__container a b{
    font-size: 16px;
  }
  .download__container a + a {
    margin-left: 0;
    margin-top: 20px;
  }

  .ro__list {
    margin-top: 50px;
  }
  .ro__list li + li {
    margin-top: 44px;
  }
  .ro__list .ro__title {
    font-size: 20px;
  }
  .ro__list .ro__content {
    font-size: 18px;
  }
  #view__menu{margin-top: 50px;}
  #view__menu tr{
    display: flex;
    flex-wrap: wrap;
  }
  #view__menu td{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 50px;
  }
  #view__menu td.on{
    background-color: #D5B0A6;
    color: #ffffff;
  }

  .custom-swiper{
    height: 89px;
  }
  .custom-swiper .swiper-slide{
    width: 128px;
    height: 89px;
  }
  .custom-swiper .swiper-slide:hover{
    transform: scale(1);
  }
  .custom-swiper .swiper-prev,
  .custom-swiper .swiper-next{
    width: 38px;
    height: 89px;
    font-size: 20px;
  }
}
/* ���� ���� */
.row_space15 {
  height: 15px;
}
.row_space25 {
  height: 25px;
}
.row_space55 {
  height: 55px;
}
.bottom_space15 {
  margin-bottom: 15px;
}
.bottom_space25 {
  margin-bottom: 25px;
}
.bottom_space55 {
  margin-bottom: 55px;
}
/* ���� */

hr.hr_blur {
  opacity: 0.1;
}
/* ############################# ���� ########################### */

/*���÷���*/
.dp-none {
  display: none;
}
.dp-block {
  display: block;
}
.dp-table {
  display: table;
}
.dp-inline-block {
  display: inline-block !important;
}
.dp-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* ############################# ����Ʈ ########################### */
/* �ѿ���  */
.hover-effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.para_bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 120%;
  background-size: 120%;
}
/* ############################# ��ƿ��Ƽ ########################### */
/* ���� */
.map_grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  overflow-y: hidden;
  margin-bottom: -5px;
}

@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .map_grey {
    display: none;
  }
  .view_auto {
    overflow-y: auto;
    padding-bottom: 15px;
  }

  .view_auto_sell {
    min-width: 767px;
  }

  .view_auto_sell2 {
    min-width: 991px;
  }
  .view_pc {
    display: none !important;
  }

  .view_mobile {
  }
}
@media (max-width: 480px) {
}
@media (min-width: 768px) {
  .view_pc {
  }

  .view_mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) {
}
