@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

@font-face {
  font-family: 'Eulyoo1945';
  src: url('/new/css/fonts/Eulyoo1945-SemiBold.woff') format('woff'),url('/new/css/fonts/Eulyoo1945-SemiBold.woff2') format('woff2'),url('/new/css/fonts/Eulyoo1945-SemiBold.eot') format('eot'),;
  font-weight: normal;
  font-style: normal;
}

* {
  letter-spacing: -1px;
}

body {
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 400 !important;
  overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 500 !important;
  color: #363636;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
button {
  font-family: "Noto Sans KR", sans-serif !important;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ul:after {
  display: block;
  content: "";
  clear: both;
}

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

hr,
legend,
caption {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

img {
  border: 0;
  vertical-align: middle;
}

a,
p {
  color: #363636;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

b {
  font-weight: 800 !important
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 1280px;
}

body {
  overflow-x: hidden;
}


.container {
  margin: 0 auto;
  min-width: 1280px;
  max-width: 1280px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* popup */
.popup_wrap {
  display: none;
  overflow-x: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  position: absolute;
  background: #fff;
  padding: 80px;
  z-index: 1000;
  width: 600px;
  transform: translate(-55%, -55%);
  left: 55%;
  top: 55%;
}

#popup_login {
  text-align: center;
}

#popup_login h1 {
  margin-bottom: 10px;
  color: #2d7c76 !important;
  font-size: 50px;
  font-weight: 600 !important;
}

#popup_login h2 {
  font-size: 22px;
  color: #333 !important;
  font-weight: 400 !important;
  margin-bottom: 30px;
}

#popup_login .input_wrap::after {
  clear: both;
  content: "";
  display: block;
}

#popup_login .input_l {
  float: left;
  width: calc(100% - 134px);
}

#popup_login .input_r {
  float: right;
  margin-left: 10px;
}

#popup_login .input_wrap input[type="text"],
#popup_login .input_wrap input[type="password"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dbdbdc;
  padding: 0 12px;
  font-size: 15px;
}

#popup_login .input_wrap input+input {
  margin-top: 10px;
}

#popup_login .btn_login {
  background: #2d7c76;
  width: 124px;
  height: 110px;
  line-height: 110px;
  text-align: center;
}

#popup_login .info {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
  letter-spacing: -0.5px;
}

#popup_login .info_red {
  font-size: 14px;
  color: red;
  margin-top: 20px;
  letter-spacing: -0.5px;
}

#popup_login .login_bt {
  background: #ddd;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

#popup_login .login_bt a {
  font-size: 18px;
  color: #333;
}

#popup_login .login_bt a+a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #333;
  width: 1px;
  height: 20px;
  margin: 0 25px;
}

#popup_login .input_row {
  position: relative;
}

#popup_login .btn_close {
  background: url(../images/common/btn_close.png) no-repeat center;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 27px;
  top: 27px;
  text-indent: -9999em;
}

.popup_wrap_img .popup {
  width: 1280px;
  max-width: 100%;
}

.popup .img_w {
  width: 100%;
}

.popup .img_w img {
  width: 100%;
}

#popup_img {
  position: relative;
  padding: 20px 80px;
}

.popup a[class^="btn_"] {
  display: block;
  text-indent: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.popup .btn_close {
  background: url(../images/common/btn_close.png) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: -30px;
  text-indent: -9999em;
}

.input_row label {
  width: 120px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1.2px;
  text-align: left;
}

.input_row input[type="text"],
.input_row input[type="password"] {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  font-size: 15px;
  border: 1px solid #e2e2e2;
  width: 480px;
  box-sizing: border-box;
}

.input_row input[type="text"]::placeholder,
.input_row input[type="password"]::placeholder,
.input_row .textarea::placeholder {
  color: #999;
}


.input_row .textarea {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #e2e2e2;
  width: calc(100% - 140px);
  box-sizing: border-box;
  height: 200px;
}

.input_row .textarea::-webkit-scrollbar {
  width: 8px;
}

.input_row .textarea::-webkit-scrollbar-thumb {
  background-color: #b4b8bc;
  border: 2px solid transparent;
  border-radius: 10px;
}

.input_row .textarea::-webkit-scrollbar-track {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
}


.input_row .requ:after {
  content: '*';
  display: inline-block;
  color: #fd6e42;
  margin-left: 5px;
}

.input_row+.input_row {
  margin-top: 20px;
}

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

.filebox #file_btn {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  background: #2d7c76;
  height: 55px;
  line-height: 55px;
  margin-left: 5px;
}

.filebox .file_name {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  font-size: 14px;
  color: #999;
  border: 1px solid #e2e2e2;
  width: 670px;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"]+.label,
input[type="radio"]+label {
  padding-left: 25px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  color: #333;
  background-image: url("../images/common/chk.jpg");
  width: auto;
  line-height: 16px;
}

input[type="radio"]+label {
  background-image: url("../images/common/radio.jpg");
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
  background-image: url("../images/common/chk_on.jpg");
}


input[type="radio"]:checked+label {
  background-image: url("../images/common/radio_on.jpg");
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

select {
  font-size: 15px;
  -webkit-appearance: none;
  /* for chrome */
  -moz-appearance: none;
  /*for firefox*/
  appearance: none;
  background: url("../images/common/select.jpg") no-repeat 95% 50%;
  padding: 0 20px 0 10px !important;
  color: #999
}

select::-ms-expand {
  display: none;
  /*for IE10,11*/
}


/* sub */
.sub_bg {
  height: 620px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sub_bg .img_wrap {
  background: no-repeat center center / cover;
  height: 540px;
  animation: subbg 2.5s forwards;
  position: absolute;
  top: 80px;
  width: 100%;
}

@keyframes subbg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.sub_bg .txt_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 80px;
  opacity: 0;
  animation: slideup 2s .5s forwards;
}

.sub_bg .txt {
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 800;
}

.sub_bg .txt_wrap h1 {
  color: #fff;
  font-size: 60px;
  font-family: "Nanum Gothic", "Noto Sans KR", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.3;
  letter-spacing: 4px
}

.sub_bg .arrow_wrap {
  position: absolute;
  width: 100%;
  top: calc(60% - 20px);
}

.sub_bg .arrow_wrap .prev {
  background: url('../images/sub_bg/sub_bg_arrow.png') center center / cover;
  width: 54px;
  height: 42px;
  position: absolute;
  left: 30px
}

.sub_bg .arrow_wrap .next {
  background: url('../images/sub_bg/sub_bg_arrow.png') center center / cover;
  width: 54px;
  height: 42px;
  transform: rotate(-180deg) !important;
  float: right;
  position: absolute;
  right: 30px
}

.sub_bg11 .arrow_wrap a,
.sub_bg12 .arrow_wrap a,
.sub_bg13 .arrow_wrap a,
.sub_bg14 .arrow_wrap a,
.sub_bg61 .arrow_wrap a {
  background: url('../images/sub_bg/sub_bg_arrow_g.png') center center / cover !important;
}

.sub_bg61,
.sub_bg62,
.sub_bg63,
.sub_bg64,
.sub_bg65,
.sub_bg66 {
  height: 400px;
}
.sub_bg61 .img_wrap,
.sub_bg62 .img_wrap,
.sub_bg63 .img_wrap,
.sub_bg64 .img_wrap,
.sub_bg65 .img_wrap,
.sub_bg66 .img_wrap {
  background-image: url("../images/sub_bg/sub_bg_member.jpg") !important;
  height: 400px;
}

/* .sub_bg11 .txt,
.sub_bg12 .txt,
.sub_bg14 .txt,
.sub_bg16 .txt,
.sub_bg17 .txt,
.sub_bg18 .txt,
.sub_bg61 .txt {
  color: #ff3300 !important
} */

/* .sub_bg11 h1,
.sub_bg12 h1,
.sub_bg14 h1,
.sub_bg16 h1,
.sub_bg17 h1,
.sub_bg18 h1,
.sub_bg19 h1,
.sub_bg51 h1 {
  color: #363636 !important
} */

.nav_wrap {
  margin: 0 auto;
  background: #fff;
  height: 70px;
  line-height: 70px;
  border-bottom: solid 1px #dddddd;
}
.nav_wrap06 {
  display: none
}

.nav_ul_w {
  position: relative;
  overflow: visible;
}

.nav_wrap .nav_ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.nav_wrap .nav_ul li {

  position: relative;
  text-align: center;
  min-width: 100px;
}

.nav_wrap .nav_ul li a {
  color: #363636;
  display: inline-block;
  font-size: 17px;
  padding: 0 22px
}

.nav_wrap .nav_ul li.active {
  background: #ff3300;
}

.nav_wrap .nav_ul li.active::after {
  content: '';
  position: absolute;
  z-index: 10;
  left: calc(50% - 13px);
  bottom: -12px;
  border-top: 12px solid #ff3300;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.nav_wrap .nav_ul li.active a {
  color: #fff;
}

.sub_wrap {
  padding: 160px 0;
  text-align: center;
}

.page_wrap {
  padding: 160px 0 0
}

.nav_wrap + .page_wrap {
  padding-top: 0;
}

.bbs_sub_wrap {
  padding: 0 0 160px;
}

.sub_wrap .wide_cont {
  background: #f2f2f2;
  text-align: center;
}
/*
.sub_wrap .wide_cont .container{
  overflow-y: initial !important;
}
*/
.sub_wrap .wide_cont .container img {
  width: auto
}

.sub_wrap .wide_cont img {
  width: 100%
}

.sub_wrap .cont_tit::before {
  content: '';
  display: block;
  background: url("../images/common/sub_tit_be.png") no-repeat center;
  width: 12px;
  height: 121px;
  margin: 0 auto 20px;
}

.sub_wrap .cont_tit {
  color: #404142;
  text-align: center
}

.sub_wrap .cont_tit h3 {
  font-size: 50px;
  margin-bottom: 20px
}

.sub_wrap .cont_tit h3 b {
  font-weight: 900 !important;
}

.sub_wrap .cont_tit p {
  font-size: 22px;
  line-height: 1.5;
}


span.green {
  color: #ff3300
}

.tour_slider .tour_ul .tour_cont {
  width: 1280px;
  margin: 0 auto;
  position: relative
}

.tour_slider .bx-viewport {
  overflow: visible !important;
}

.tour_slider .tour_ul .tour_img {
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: gray;
  transition: all 0.5s;
  ;
}

.tour_slider .tour_ul .tour_img img {
  height: 500px;
}

.tour_slider .tour_ul li.on .tour_img {
  -webkit-filter: grayscale(0%);
  filter: none;
  transition: all 0.5s;
}

.tour_slider .tour_ul .tour_txt {
  text-align: left;
  background: #ff3300;
  width: 320px;
  height: 130px;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tour_slider .tour_ul .tour_txt>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.tour_slider .tour_ul .tour_txt h2 {
  font-size: 30px;
  color: #fff
}

.tour_slider .bx-controls {
  position: absolute;
  top: 0;
}

.tour_slider .bx-controls-direction {
  width: 1280px;
  height: 330px;
  position: relative;
}

.tour_slider .bx-controls-direction a {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  outline: 0;
  text-indent: -9999px;
  z-index: 1;
  background-position: center center;
  top: 60%;
}

.tour_slider .bx-prev {
  background: #ff3300 url(../images/tour/tour_arrow.png) no-repeat;
  left: 70px;
}

.tour_slider .bx-next {
  background: #ff3300 url(../images/tour/tour_arrow.png) no-repeat;
  right: 70px;
  transform: rotate(-180deg) !important;
}

.tour_slider .tour_page {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tour_slider .tour_page a {
  display: block;
  width: 150px;
  height: 90px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: gray;
  cursor: pointer;
}

.tour_slider .tour_page a:last-child {
  margin-right: 0;
}

.tour_slider .tour_page a.active {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.tour_slider .tour_page a.active:after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  background: #ff3300;
  position: absolute;
  bottom: 0;
}

/* 회원가입 */
.check,
.join_form {
  padding: 40px 60px;
  border: solid 1px #e2e2e2;
}

.mem_tit {
  font-weight: 600 !important;
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: solid 2px #e2e2e2;
  color: #333333;
  text-align: left;
}

.chk_wrap {
  text-align: right;
  margin-top: 10px;
}

.chk_wrap::after {
  display: block;
  content: "";
  clear: both;
}

.check textarea {
  margin-top: 40px;
  text-align: left;
  display: block;
  padding: 20px 10px;
  width: 100%;
  height: 260px;
  background: #fff;
  line-height: 1.6em;
  border: solid 1px #e2e2e2;
}

#pri {
  margin-top: 50px;
}

.join_form {
  margin-top: 50px;
  overflow: hidden;
}

.join_form .input_wrap {
  padding: 40px 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}

.input_row::after {
  display: block;
  content: '';
  clear: both;
}

.input_half {
  width: 50%;
  float: left
}

.input_row #btn_checkId {
  display: inline-block;
  height: 55px;
  margin-left: 10px;
  line-height: 55px;
  background: #2d7c76;
  text-align: center;
  font-size: 15px;
  color: #fff;
  width: 110px;
}

.input_row .info {
  display: block;
  margin-top: 5px;
  margin-left: 120px;
  color: #999999;
  font-size: 13px;
}

.input_row label {
  width: 120px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1.2px;
  text-align: left;
}

.info_red {
  display: inline-block !important;
  color: red !important;
  margin-left: 10px !important;
  font-size: 15px;
}

.email input[type="text"] {
  width: calc(450px / 2);
}

.email span {
  font-size: 13px;
  margin: 0 5px;
  display: inline-block;
  width: 13px;
}

.email select {
  margin-left: 10px;
}

.join_form .phone_input,
.join_form .phone_sel {
  width: calc(453px / 3) !important;
}

.phone_input {
  margin-left: 10px;
}

.input_row select {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #999;
  border: 1px solid #e2e2e2;
  vertical-align: top;
}

.join_form .checkbox {
  float: left;
}

.join_form .checkbox+.checkbox {
  margin-left: 50px;
}

.pri_wrap,
.mem_wrap {
  text-align: left;
}

.pri_wrap>div {
  white-space: pre;
  line-height: 1.5;
  font-size: 17px;
}

.btn_wrap {
  text-align: center;
  margin: 50px 0 0;
}

.btn {
  clear: both;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #ff3300;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 160px;
  border-radius: 40px;
}

.btn+.btn {
  margin-left: 30px;
}

.btn_reset {
  background: #b4b8bc;
}

/* 아이디비번 찾기 */
.find_wrap {
  overflow: hidden;
}

.find_wrap .find {
  width: calc(50% - 25px);
  float: left;
  text-align: center;
}

.find_wrap .find_id,
.find_pw {
  padding: 30px 40px 0;
  border: solid 1px #e2e2e2;
}

.find_wrap .find+.find {
  margin-left: 50px;
}

.find_wrap .input_wrap {
  padding: 40px 0;
}

.find_wrap input[type="text"],
.find_wrap input[type="password"] {
  width: calc(100% - 124px);
}

.find_wrap .btn {
  margin-top: 50px;
}

/* 게시판목록 */
.board {
  margin: 70px 0 80px;
}

.board_list .board_but {
  text-align: right;
  margin-bottom: 20px;
}

.board_list .board_but .btn {
  width: 120px;
  height: 50px;
  line-height: 50px;
}

.board_list table {
  border-top: 3px solid #2d7c76;
  border-bottom: 1px solid #ddd;
  width: 100%;
  table-layout: fixed;
}

.board_list table thead {
  border-bottom: 3px solid #ddd;
}

.board_list tr:last-child td {
  border-bottom: none;
}

.board_list th {
  font-size: 18px;
  font-weight: 600;
  padding: 25px 0;
}

.board_list td {
  text-align: center;
  padding: 25px 0;
  color: #171717;
  font-size: 17px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board_list td a,
.board_list td {
  color: #999999
}

.board_list td.tit a {
  text-align: left;
  color: #000;
}

.board_list table .tit {
  text-align: left;
  position: relative;
}

.board_list .new {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/board_new.jpg") no-repeat center;
  width: 16px;
  height: 16px;
  margin: 0 1px;
}

.board_list .lock {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/board_lock.jpg") no-repeat center;
  width: 12px;
  height: 17px;
  position: absolute;
  left: 0
}

.board_list .board_bt .btn {
  width: 120px;
  margin-left: 10px
}

/* 병원소식 목록 */
.news_ul {
  display: flex;
  flex-wrap: wrap;
}

.news_ul::after {
  display: none
}

.news_ul li {
  width: calc(33.33% - 15px);
  height: 305px;
  border: solid 1px #dddddd;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

.news_ul li+li {
  margin-left: 20px;
}

.news_ul li:nth-child(3n+1) {
  margin-left: 0;
}

.news_ul li a {
  display: block;
  padding: 55px 30px;
  position: relative;
  height: 100%
}

.news_ul li .info {
  position: absolute;
  bottom: 30px
}

.news_ul li .info p {
  color: #888888;
  display: inline-block;
  font-size: 15px;
}

.news_ul li .info p img {
  margin-right: 2px;
  vertical-align: middle;
}

.news_ul li .info p span {
  margin-left: 2px;
}

.news_ul li .news_txt .tit {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.news_ul li .news_txt .date {
  font-size: 17px;
  color: #2d7c76;
  margin-top: 10px;
  font-weight: 400;
}

/*
.news_ul li:hover .news_txt {
  display: none;
}

.news_ul li:hover .news_hover {
  opacity: 1;
  transition: all 0.7s;
}
*/

.news_ul li .news_hover {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 100%;
}

.news_ul li .news_hover .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news_ul li .news_hover .img::before {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news_ul li .news_hover .tit {
  text-align: center;
  z-index: 9;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400 !important;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.board_bt {
  margin: 50px 0 0;
  position: relative;
}

.board_bt::after {
  display: block;
  content: '';
  clear: both
}

.board_bt .btn_reset {
  position: absolute;
  left: 0;
}

.board_bt .btn {
  position: absolute;
  left: 0;
  top: -5px;
  margin-left: 0
}

.board_search {
  text-align: left;
}

.board_search select {
  border: 1px solid #cbcbcb;
  height: 40px;
  line-height: 40px;
  width: 100px;
  color: #5f5f5f;
  vertical-align: top;
}

.board_search input[type="text"] {
  border: 1px solid #cbcbcb;
  height: 40px;
  line-height: 40px;
  width: 185px;
  vertical-align: top;
}

.board_search a {
  border: 2px solid #ff3300;
  height: 40px;
  line-height: 38px;
  width: 100px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #333333;
  margin-left: -5px;
  font-weight: 400;
}

.board_page {
  position: absolute;
  right: 0;
  top: 0
}

.board_page a,
.btn_wrap .prev,
.btn_wrap .next {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cbcbcb;
  text-align: center;
  vertical-align: middle;
}

.board_page .page_num {
  color: #999;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

.board_page .page_now {
  color: #000;
}

.board_page .page_total::before {
  content: '/';
  display: inline-block;
  padding: 0 3px;
}

.board_page .prev,
.btn_wrap .prev {
  background: url("../images/common/board_arrow.jpg") no-repeat center;
}

.board_page .first {
  background: url("../images/common/board_arrow02.jpg") no-repeat center;
}

.board_page .next,
.btn_wrap .next {
  background: url("../images/common/board_arrow.jpg") no-repeat center;
  transform: rotate(-180deg);
  margin-left: -5px;
}

.board_page .last {
  background: url("../images/common/board_arrow02.jpg") no-repeat center;
  transform: rotate(-180deg);
}

.board_lock {
  text-align: center;
}

.board_cont {
  padding: 40px 0;
  text-align: center;
  border: solid 1px #e2e2e2;
  margin-bottom: 50px
}

.board_lock img {
  display: block;
  margin: 0 auto 20px
}

.board_lock h3 {
  border-bottom: solid 1px #e2e2e2;
  font-size: 25px;
  display: inline-block;
  line-height: 1.5;
  padding: 0 10px 30px;
}

.board_lock #passwd {
  display: block;
  margin: 30px auto 0;
  width: 450px;
  height: 60px;
  line-height: 60px;
  border: solid 1px #e2e2e2;
  text-align: center
}

.board .board_box {
  border-top: 2px solid #2d7c76;
  border-bottom: 1px solid #999;
  padding: 40px 0;
}

/* 게시판 글보기 */
.board_view .board_box {
  padding: 0 !important;
  border-bottom: 1px solid #dddddd;
}

.board_view .board_info {
  padding: 20px 10px;
  line-height: 35px;
  border-bottom: solid 1px #dddddd;
}

.board_view .board_info::after {
  clear: both;
  content: "";
  display: block;
}

.board_view .board_info h2 {
  float: left;
  font-weight: 700 !important;
  color: #363636;
}

.board_view .board_info h2 span {
  margin-right: 5px;
}

.board_view .board_info .info_r {
  float: right;
}

.board_view .info_txt p {
  display: inline-block;
  color: #999999;
  font-size: 16px;
}

.board_view .info_txt p+p {
  margin-left: 20px;
}

.board_view .info_txt p span {
  color: #000;
  margin-right: 5px;
}

.board_view .board_content {
  padding-top: 50px
}

.board_view .board_content .img_w {
  text-align: center;
  max-width: 1280px;
}

.board_view .board_content .img_w img {
  width: 100%
}

.board_view .board_content .img_w img+img {
  margin-top: 20px
}

.board_view .board_content .txt_w {
  text-align: left;
  color: #333;
  font-size: 17px;
  margin: 20px 0 40px;
  min-height: 150px;
  line-height: 1.5;
  word-break: keep-all;
  padding: 0 10px;
}

.board_view .btn_wrap {
  text-align: left
}

.board_view .btn_wrap .btn_del {
  float: right
}

/* 게시판 글작성 */
.board .write_wrap label {
  font-size: 17px;
}

.board .write_wrap input[type="text"],
.board .write_wrap select,
.board .write_wrap input[type="password"] {
  height: 55px;
  line-height: 55px;
}

.board .write_wrap #writecate {
  width: 480px;
  border: 1px solid #e2e2e2;
}

.board .write_wrap .phone_sel,
.board .write_wrap .phone_input {
  width: calc(96% / 3);
  border: 1px solid #e2e2e2;
}

.board .write_wrap .phone_input {
  margin-left: 5px;
}

.board .write_wrap .secret label {
  display: inline-block;
  margin-left: 0 !important;
}

.board .write_wrap .secret #writepw,
.board .write_wrap .phone {
  width: calc(100% - 140px);
  display: inline-block;
}

.board .label_span {
  width: 120px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1.2px;
  text-align: left;
  font-size: 17px;
}

.board .write_wrap .secret .chk_wrap {
  margin-left: 5px;
}

.board .write_wrap .secret .label {
  color: #6e7174
}

.board .write_wrap .secret .checkbox {
  display: inline-block;
  text-align: left !important;
}

.board .write_wrap .content label {
  vertical-align: top;
}

.board .write_wrap .content .chk_wrap {
  text-align: left;
  margin-left: 120px;
  margin-top: 20px;
}

.board .write_wrap .content .chk_wrap label {
  width: auto !important;
  vertical-align: middle;
}

.board .write_wrap .content .chk_wrap a {
  border: solid 1px #afafaf;
  width: 95px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  margin-left: 50px;
}


.complete_box {
  text-align: center;
}

.complete_box input {
  margin: 20px 0 40px;
  background: #eeeeee;
  border: none;
  height: 40px;
  line-height: 40px;
  width: 250px
}

.complete_box .board_box {
  padding: 50px 20px;
  text-align: center;
  border: solid 20px #ededed;
  color: #333;
  position: relative;
  min-height: 320px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.complete_box .board_box h2 {
  color: #333;
  font-size: 33px;
  margin: 20px 0 30px;
  font-weight: 400 !important;
  line-height: 1.4
}

.complete_box .board_box p {
  font-size: 17px;
  line-height: 1.7
}

.complete_box .board_box img {
  position: absolute;
  right: -20px;
  bottom: -20px
}

/* 마이페이지 회원정보수정 */
.mypage .join_form {
  margin: 0;
}

.mypage #lea {
  color: red !important;
  font-size: 15px;
  border-bottom: solid 1px red;
  float: right;
}

/* 회원탈퇴 */
.leave_form {
  margin-top: 20px
}

.leave_form .info {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.8;
}

.leave_form .info b {
  color: #fd6e42 !important;
  font-weight: 400 !important;
}

.leave_form {
  padding: 60px 40px;
  border: solid 1px #e2e2e2;
}



/* 일반페이지 */
.sub_wrap b {
  font-weight: 600 !important;
}

/* .sub_top_tit::before {
  display: inline-block;
  content: '';
  background: url('../images/sub_tit.jpg') center center no-repeat;
  width: 53px;
  height: 320px;
}

.sub_top_tit::after {
  display: inline-block;
  content: '';
  background: url('../images/sub_tit.jpg') center center no-repeat;
  transform: rotate(-180deg);
  width: 53px;
  height: 320px;
} */

.sub_top_tit {
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 100px;
  background-color: #ffe4de;
  padding: 60px 10px !important;
  border-radius: 0 0 40px 40px;
}

.sub_top_tit h1 {
  font-size: 52px;
  display: block;
  width: 100%;
  line-height: 65px;
  color: #363636;
  letter-spacing: -2px;
}

/* .sub_top_tit h1::before {
  display: block;
  content: '';
  background: url('../images/sub_tit02.jpg?ver=250414') center center no-repeat;
  width: 24px;
  height: 20px;
  margin: 0 auto 15px;
} */

.sub_top_tit h1 .green,
.sub_top_tit h1 b {
  font-weight: 600 !important;
}

.sub_banner {
  display: flex;
}

.sub_banner_txt {
  width: 50%;
  text-align: left;
  background: #ff3300 /*url('../images/sub_top_logo.jpg')*/ right bottom;
  background-repeat: no-repeat;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub_banner_txt::before {
  width: 76px;
  height: 76px;
  display: block;
  content: '';
  background: url('../images/sub_top_arr.png') center center / cover;
  position: absolute;
  left: calc(50% - 38px);
}

.sub_banner_txt h4 {
  font-size: 37px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -1px;
}


.sub_banner_txt p {
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  margin-top: 20px;
}

.sub_tit {
  text-align: center;
}

.sub_tit h2 {
  position: relative;
  display: inline;
  text-align: center;
  font-size: 50px;
  color: #363636;
  font-weight: 200 !important;
  letter-spacing: -2px;
  line-height: 60px;
}

.sub_tit b,
.sub_tit .green {
  font-weight: 600 !important;
}

/*
.sub_tit h2::before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: #2d7c76;
  border-radius: 100%;
  position: absolute;
  left: -15px
}
*/

.sub_tit p {
  font-size: 18px;
  margin-top: 20px;
}

.num_ul li {
  display: flex;
}

.num_ul li:nth-child(odd) .num_txt {
  padding-left: 40px;
}

.num_ul .num_txt {
  text-align: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.num_ul .num_txt .no {
  display: inline-block;
  color: #fff;
  background: #ff3300;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

.num_ul .num_txt h4 {
  font-size: 37px;
  color: #363636;
  line-height: 1.3;
  margin-top: 10px;
  letter-spacing: -1px;
}

.num_ul .num_txt p {
  font-size: 17px;
  margin-top: 30px;
}

.sub_btn {
  padding: 50px 0 150px;
}

.sub_btn ul {
  margin-top: 50px;
}

.sub_btn ul li {
  display: inline-block;
  width: calc(50% - 15px);
  height: 280px;
  background-size: cover;
  background-position: center center;
  text-align: left;
}

.sub_btn ul li a {
  display: block;
  padding: 50px 40px;
  height: 100%;
  position: relative;
}

.sub_btn ul li p {
  font-size: 35px;
  color: #fff
}

.sub_btn ul li span {
  position: absolute;
  bottom: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  display: block;
}

.sub_btn ul li:nth-child(even) {
  margin-left: 20px;
}

.sub_btn ul li:nth-child(3),
.sub_btn ul li:nth-child(4) {
  margin-top: 25px;
}

.intro_wrap {
  text-align: center;
}

.intro_wrap .sub11_video h3 {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  font-weight: 200 !important;
  color: #4e4a49;
  letter-spacing: -2px;
  margin-bottom: 50px;
}

.intro_wrap .intro_p {
  font-size: 20px;
}

.intro_wrap .intro_p::after {
  display: block;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 40px;
  margin: 30px auto;
}

.sub12_ul li {
  display: flex;
}

.sub12_ul li img:nth-child(1) {
  height: 255px;
  margin-bottom: 50px;
}

.sub12_ul li img:nth-child(2) {
  margin: 0 20px;
}

.sub12_ul li>div {
  text-align: left;
  width: 55%
}

.sub12_ul li h4 {
  font-size: 37px;
  margin: 10px 0;
}

.sub12_ul li p {
  font-size: 17px;
  line-height: 1.6;
}

.sub12_ul li img {
  width: auto !important
}

.drpage_wrap .sub_tit::after {
  display: block;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 40px;
  margin: 30px auto;
}

.dr_wrap+.dr_wrap {
  padding: 80px 0;
  border-bottom: solid 1px #dddddd;
}

.dr_wrap:last-child {
  border-bottom: none;
}

.dr_flex {
  display: flex;
  text-align: left;
  justify-content: space-between;
}

.dr_flex .dr_img {
  width: auto;
  text-align: center;
}

.dr_flex .dr_txt {
  width: 60%;
  padding-top: 50px;
}

.dr_flex .dr_txt h5 {
  font-size: 35px;
  margin-bottom: 20px;
}

.dr_flex .dr_txt .dr_his>div p::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  background: #ff3300;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -10px;
}

.dr_his {
  display: flex;
  align-items: baseline;
}

.dr_his span {
  color: #ff3300;
  font-weight: 600;
  letter-spacing: 2px;
  margin-right: 20px;
  font-size: 15px;
  width: 50px;
  text-align: right;
}

.dr_his>div p {
  text-align: left;
  font-size: 16px;
  letter-spacing: -0.5px;
  padding-left: 10px;
  line-height: 1.8;
}

#dr01 .dr_img,
#dr01 .dr_txt {
  width: 50%
}

#dr01 .dr_his>div p {
  font-size: 17px;
  line-height: 1.6;
}

#dr01 .dr_his span {
  font-size: 18px;
  width: auto;
  text-align: left;
}

#dr01 #dr_his02 {
  padding: 50px 35px;
}

#dr01 #dr_his02 span {
  color: #f9cf9d !important;
}

#dr01 #dr_his02 p {
  color: #fff;
  font-size: 14px;
  padding-left: 10px
}

#dr01 #dr_his02 p::before {
  display: inline-block;
  content: '-';
  color: #fff;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -10px;
}

#dr02 .dr_his_wrap {
  justify-content: space-between;
}

#dr02 .dr_his_wrap div {
  margin: 0;
}

.dr_his_wrap {
  display: flex;
}

.dr_his_wrap div+div {
  margin-left: 50px;
}

/* 둘러보기 */
.tour_wrap {
  padding: 160px 0 80px
}

.tour_wrap .tour_slider {
  position: relative;
}

.tour_wrap .tour_page a {
  margin-bottom: 20px;
    margin-right: 10px;
}


.ch_sel ul li {
  width: 50%;
  display: inline-block;
  position: relative;
  border: solid 1px #dddddd;
  height: 80px;
  margin: 0 -2px;
  cursor: pointer;
}

.ch_sel ul li a {
  font-size: 26px;
  color: #363636;
  text-align: center;
  display: block;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}

.ch_sel ul li.on {
  background: #ff3300 !important;
}

.ch_sel ul li.on::after {
  content: '';
  position: absolute;
  left: calc(50% - 13px);
  bottom: -15px;
  border-top: 15px solid #ff3300;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.ch_sel ul li.on a {
  color: #fff;
}

.ch_cont .tab_txt {
  display: none
}

.ch_cont .tab_txt.on {
  display: block
}

/* 서류발급 */

.tab_txt {
  text-align: left;
}

.tab_txt .info_submit {
  margin: 10px 0 0 38px;
  border-radius: 0;
  width: 350px;
  font-size: 20px;
  font-weight: 600;
}
.sub17_wrap .cost_info {display:flex}
.sub17_wrap .cost_info ul{width:50%}
.sub17_wrap .txt{padding: 0 35px;}
.sub17_wrap .txt + h5{margin-top: 50px;}
.sub17_wrap h5{
  display: block;
  font-size: 26px;
  font-weight: 600 !important;
  color:#ff3300;
  margin-left: 20px;
  margin-bottom: 10px;
}
.sub17_wrap h5::before {
  content: '';
  display: inline-block;
  width: 10px;
  height:10px;
  border-radius: 100%;
  margin-right: 15px;
  margin-left: -12px;
  background: #ff3300;
  vertical-align: middle;
}
.sub17_wrap p{
  line-height: 1.6;
}
.sub17_wrap p + h6{margin-top: 40px;}
.sub17_wrap h6{
  display: block;
  font-size: 22px;
  font-weight: 600 !important;
  color:#ff3300;
  margin-bottom: 10px;
}
.sub17_wrap .img_section{margin: 50px 0;}
.sub17_wrap #tab_img01 .img_section{border-bottom: solid 1px #dddddd;padding-bottom: 50px;}
.sub17_wrap #tab_img01 .img_section div + div{margin-top: 50px;}
.sub17_wrap .img_section h5{display: inline-block;    vertical-align: top;margin-right: 70px;width:150px;}
.sub17_wrap .img_section img{display: inline-block}
.sub17_wrap table {
  border: 1px solid #dddddd;
    border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}

.sub17_wrap table thead {
  border-bottom: 1px solid #dddddd;
}

.sub17_wrap table tr:last-child td {
  border-bottom: none;
}

.sub17_wrap table th {
  font-size: 17px;
  padding: 25px 0;
  background: #f2f2f2;
  font-weight: 600 !important;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #dddddd;
}
.sub17_wrap table:not(.table_center) td:first-child{
  text-align: center;
}
.sub17_wrap .table_center td{
  text-align: center;
}

.sub17_wrap table td {
  text-align: left;
  padding: 25px;
  color: #363636;
  font-size: 17px;
  line-height: 1.7;
  word-break: keep-all;
  border: 1px solid #dddddd;
}
.sub17_wrap table td span{display: block;}
.sub17_wrap table td span::before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
  margin-left: -12px;
  vertical-align: middle;
}
.sub17_wrap table .down_btn{
display: inline-block;
width:80px;
background: #ff3300;
padding: 0 5px;
color:#fff;font-size: 14px;
text-align: center;
border-radius: 20px;
margin-left: 5px;
}
.sub17_wrap #tab_img02 .cost_info {display: block;padding:50px 77px;margin-top: 30px;}
.sub17_wrap #tab_img02 .cost_info ul{width:100%}
.sub17_wrap #tab_img02 .cost_info .info_submit{margin-left: 0;width:200px;height: 40px;line-height: 40px;font-size: 17px;margin-top: 20px;}
.sub17_wrap #tab_img02 .img_section h5{width:100%;}
.sub17_wrap #tab_img02 .img_section img{padding: 20px 40px;}
.sub17_wrap #tab_img02 .img_section .cost_info ul li{margin-top: 10px;}
.sub17_wrap #tab_img02 .txt .info_submit02{margin-left: 0;width:200px;height: 40px;line-height: 40px;font-size: 17px;margin-right: 10px;margin-bottom: 20px;}
.sub17_wrap #tab_img02 .txt .info_submit{margin-left: 0;margin-top: 30px;}

.popup_wrap_txt .popup{
  width:1010px;
}
.popup_wrap_txt .btn_close{    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;}
.popup_wrap_txt .popup h3{
  font-weight: 600 !important;font-size: 24px;
}
.popup_wrap_txt .popup h4{color:#888888;margin-top: 10px}
.popup_wrap_txt .popup .text_box{border:solid 1px #dcdcdc;height:390px;overflow-y: auto;padding:20px 25px;font-size:14px;margin: 25px 0;word-break: keep-all;}
.popup .remark span{font-weight: 600}
.popup .remark p{color:#888888;word-break: keep-all;}
/* 비급여 */
.cost_info {
  background: #f8f8f8;
  border: solid 1px #dddddd;
  padding: 50px 100px;
  color: #363636;
  position: relative;
  text-align: left;
  margin-top: 70px
}


.cost_info li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 5px;
  margin-left: -12px;
  background: #ff3300;
  vertical-align: middle;
}

.cost_info li {
  line-height: 25px;
  padding-left: 10px;
  font-size: 17px;
}

.cost_sea {
  margin: 80px 0 50px;
}

.cost_sea .board_search {
  text-align: center;
}

.cost_sea .board_search input[type="text"] {
  width: 285px
}

.cost_table span {
  text-align: right;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #555
}

.cost_table span::before {
  content: '*';
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.cost_table table {
  border-top: 1px solid #2d7c76;
  border-bottom: 1px solid #999;
  width: 100%;
  border-collapse: inherit;
}

.cost_table table thead {
  border-bottom: 1px solid #999999;
}

.cost_table table tr:last-child td {
  border-bottom: none;
}

.cost_table table th {
  font-size: 16px;
  padding: 25px 0;
  background: #f2f2f2;
  color: #000;
  font-weight: 400 !important;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  line-height: 1.5
}

.cost_table table tbody tr td:last-child {
  border-right: none
}

.cost_table table tbody tr {
  border-bottom: solid 1px #dedede
}

.cost_table table td {
  text-align: center;
  padding: 25px 10px;
  color: #363636;
  font-size: 17px;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  font-weight: 600 !important;
  line-height: 1.7;
  word-break: keep-all;
}

.cost_wrap .board_page {
  position: relative;
  text-align: center;
  margin-top: 50px
}

.cost_wrap .page_prev,
.page_num,
.page_next {
  display: inline-block;
}

.cost_wrap .board_page .page_num {
  margin: 0 10px
}

.cost_wrap .board_page .page_num .now {
  color: #fff;
  background: #ff3300;
  border: solid 1px #ff3300;
  font-weight: bold;
  margin-right: 1px;
}

.cost_wrap .board_page a {
  color: #999999;
}

.cost_wrap .board_page a+a {
  margin-left: 5px
}

.map_wrap .sub_tit {
  margin-bottom: 70px;
}

.map_wrap .add {
  background: #ff3300;
  font-size: 28px;
  line-height: 38px;
  padding: 30px 0;
  color: #fff;
}

.map_wrap p b {
  font-weight: 600 !important;
}

.map_wrap .map_info {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.map_wrap .map_info li {
  text-align: left;
}

.map_wrap .map_info li+li::before {
  display: inline-block;
  width: 1px;
  height: 90%;
  content: '';
  background: #dddddd;
  margin: 0 20px;
  vertical-align: top;
}

.map_wrap .map_info li img,
.map_wrap .map_info li div {
  display: inline-block;
}

.map_wrap .map_info li img {
  vertical-align: top;
  margin-right: 15px;
}

.map_wrap .map_info li div p:first-child {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.map_wrap .map_info li div span {
  font-weight: 600;
}

.root_daum_roughmap .wrap_controllers {
  display: none
}

.sub2_tab_wrap .sub_tit img {
  margin-bottom: 20px;
}

.sub2_tab_wrap .sub_tit img[src="../../images/check.jpg"] {
  display: none;
}

.ex_ul {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ex_ul ul {
  position: relative;
  margin-left: 80px;
  padding: 20px 0;
}

.ex_ul ul::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.ex_ul ul li {
  font-size: 21px;
  position: relative;
  padding-left: 25px;
}

.ex_ul ul li+li {
  margin-top: 10px;
}

.ex_ul ul li::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: #ff3300;
  border-radius: 100%;
  vertical-align: middle;
  margin-left: -5px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 99;
}
.sub3_ul {
  display: flex;
  justify-content:center;
}
.sub3_ul li + li{margin-left: 70px;}
.sub3_ul img {
  margin-bottom: 20px;
}

.sub3_ul p:first-of-type {
  font-size: 33px;
  font-weight: 600;
  color: #fff
}
.sub3_ul p{color:#fff;margin-top: 15px;}
.sub2_tab_wrap .sub_tit h2::before {
  display: none;
}

.sub2_tab_wrap .ch_sel ul li {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  background: #fff;
}

.sub2_tab_wrap .ch_sel ul li+li {
  margin-left: 50px;
}

.sub2_tab_wrap .ch_sel ul li a {
  font-weight: 300 !important;
  line-height: 31px;
}

.sub2_tab_wrap .ch_sel ul li.on a {
  font-weight: 600 !important;
}

.sub2_tab_wrap .ch_sel ul li.on::after {
  bottom: -21px;
  border-top: 25px solid #ff3300;
}

.sub2_tab_wrap .tab_txt {
  text-align: center;
}

.sub2_tab_wrap .tab_txt.on {
  display: flex !important;
}

.sub2_tab_wrap .tab_txt>p {
  width: 55%;
}

.sub2_tab_wrap .tab_txt .desc {
  text-align: left;
  padding-top: 70px;
}

.sub2_tab_wrap .tab_txt .desc h5 {
  font-size: 30px;
  color: #ff3300;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.sub2_tab_wrap .tab_txt .desc .medi {
  margin-top: 20px;
}

.sub2_tab_wrap .tab_txt .desc .medi span {
  color: #ff3300;
  font-weight: 600;
}

.sub2_tab_wrap .tab_txt .desc .medi p {
  line-height: 1.7;
  margin-left: 14px;
}

.sub2_tab_wrap .tab_txt .desc .medi p::before {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ff3300;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -12px;
}

.sub24_tab_wrap .ch_sel ul li+li {
  margin-left: 35px;
}

.wh_tit h2,
.wh_tit p {
  color: #fff;
}

.wh_tit h2::before {
  background: #fff;
}

.sub31_wrap .ex_ul ul::before {
  background: #e9e9e9;
}

.sub31_wrap .sub3_ul p:first-of-type {
  color: #2d7c76
}
.sub31_wrap .sub3_ul p{
  color:#363636
}
.sub31_wrap .sub31_4 {
  margin-top: 80px;
}

.sub31_wrap .sub31_4 .txt_bg {
  width: 100%;
  height: 449px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub31_wrap .sub31_4 .txt_bg h4 {
  font-size: 37px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.sub31_wrap .sub31_4 .num_ul {
  padding: 120px 0;
}

.sub31_wrap .sub31_4 .num_txt {
  align-items: baseline;
  padding: 0 40px;
}

.sub31_wrap .sub31_4 .num_txt img {
  margin-top: 30px;
}

.sub31_wrap .sub31_4 .txt_bg p {
  font-size: 17px;
}

.sub5_wrap .sub_tit h2::before {
  display: none
}

#daumRoughmapContainer1744272611505 .cont {
  display: none
}

.memo_panel {
  position: relative;
  height: 760px;
  background-image: url("../images/bg_memo.png");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.memo_panel .txt_box { 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-640px, -50%);
  width: 670px;
  padding: 50px;
  text-align: center;
  box-sizing: border-box;
}

.memo_panel .txt_box .ttl {
  font-family: "Nanum Gothic", "Noto Sans KR", sans-serif !important;
  font-weight: 700 !important;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.05em;
}

.memo_panel .txt_box .ttl::before,
.memo_panel .txt_box .ttl::after {
  display: inline;
  font-family: inherit; 
  font-weight: inherit; 
  font-size: inherit; 
  line-height: inherit; 
  letter-spacing: inherit; 
  color: inherit;
}

.memo_panel .txt_box .ttl::before {
  content: '[';
  margin-right: 0.5em;
}
.memo_panel .txt_box .ttl::after {
  content: ']';
  margin-left: 0.5em;
}

.memo_panel .txt_box .txt {
  margin-top: 20px;
  font-family: "Nanum Gothic", "Noto Sans KR", sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.050em;
  color: #fff;
  word-break: keep-all; 
  word-wrap: break-word; 
  overflow-wrap: anywhere;
}

.auto_video_panel {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.auto_video_panel video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
