@charset "UTF-8";
/* 초기화 */
html {
  overflow-y: scroll;
  height: 100%;
  min-width: 320px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 100%;
  font-family: "Pretendard", AppleSDGothicNeo-Regular, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

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

legend {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

input,
button {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "Noto Sans KR", AppleSDGothicNeo-Regular, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}

button,
input[type=submit] {
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=image],
button {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea,
select,
button {
  font-size: 1em;
  font-family: "Noto Sans KR", AppleSDGothicNeo-Regular, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  margin: 0;
  background: none;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

hr {
  display: none;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

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

ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.inner {
  width: 96%;
  display: block;
  position: relative;
  margin: 0 auto;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}

.hd_pops img {
  max-width: 100%;
  height: auto;
}

.hd_pops_footer {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: right;
}

.hd_pops_footer button {
  margin-right: 5px;
  padding: 5px 10px;
  border: 0;
  background: #393939;
  color: #fff;
}

/* 상단 레이아웃 */
#hd {
  background: #fff;
  width: 100%;
  z-index: 999;
  height: 60px;
}

#hd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#hd_h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

#hd_wrapper {
  margin: 0 auto;
  text-align: center;
}

#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-right: 0px;
}

#logo img {
  vertical-align: middle;
  height: 30px;
}

.rmenu {
  display: none;
  margin-top: 35px;
  vertical-align: top;
  margin-left: 20px;
}

.rmenu a + a {
  margin-left: 16px;
}

#gnb_empty {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  line-height: 2em;
}

#gnb_empty a {
  display: inline;
  text-decoration: underline;
}

#gnb {
  display: block;
  float: left;
}

#gnb .gnb_1dul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.gnb_wr {
  max-width: 1200px;
  padding-right: 200px;
  margin: 0 auto;
  position: relative;
}

#gnb a {
  display: block;
}

.gnb_1dli {
  position: relative;
  float: left;
  line-height: 40px;
}

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

.gnb_1dli button {
  display: none;
}

.gnb_1da {
  float: left;
  padding: 0 20px;
  color: #fff;
  line-height: 80px;
  font-size: 1.077em;
  font-weight: 500;
}

.gnb_2dul {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background: #202228;
  min-width: 100%;
  z-index: 99;
}

.gnb_1dli:hover .gnb_2dul {
  display: block;
}

.gnb_1dli:hover:before {
  background: #fa5064;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}

.gnb_1dli:hover .gnb_1da {
  color: #fa5064;
}

.gnb_2da {
  color: #a8a6b0;
  padding: 0 15px;
  font-weight: normal;
  white-space: nowrap;
  border-top: 1px solid #121418;
}

.gnb_2da:hover {
  color: #fff;
}

#tnb {
  background: #090a0c;
  line-height: 40px;
}

#tnb ul {
  max-width: 1200px;
  margin: 0 auto;
}

#tnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#tnb li {
  float: left;
}

#tnb .right {
  float: right;
}

#tnb li a {
  color: #b8b8b8;
  display: block;
  padding: 0 13px;
}

#tnb li a:hover {
  background: #1b1e24;
}

#tnb .tnb_res a {
  background: #fa576b;
  color: #fff;
  padding: 0 20px;
  font-weight: 600;
}

#tnb .tnb_res a:hover {
  background: #ff2f48;
}

#tnb .tnb_res i {
  margin-right: 5px;
}

#tnb .tnb_sns i {
  color: #fa576b;
  margin-right: 5px;
}

.hd_sch_btn {
  float: right;
  width: 50px;
  border: 0;
  background: 0;
  height: 80px;
  color: #fff;
  font-size: 18px;
  vertical-align: top;
}

#hd_sch {
  z-index: 10;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: #121418;
  width: 100%;
}

#hd_sch .sch_wr {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

#hd_sch #sch_stx {
  background: none;
  border: 0;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  color: #fff;
  font-size: 1.385em;
}

#hd_sch #sch_stx:focus {
  outline: 0;
  border-bottom: 2px solid #ea185f;
}

#hd_sch #sch_submit {
  background: none;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  height: 80px;
  width: 50px;
  font-size: 18px;
}

#hd_sch .btn_close {
  background: none;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 80px;
  color: #aaa;
  font-size: 18px;
}

#hd_sch .btn_close:hover {
  color: #fff;
}

#gnb_open {
  display: block;
  width: 30px;
  border: 0;
  background: 0;
  height: 40px;
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 0px;
  float: left;
}

#gnb_open img {
  width: 100%;
}

#gnb2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 99999;
  width: 100%;
  min-width: 300px;
}

#gnb2 .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  color: #fff;
}

#gnb2 .gnb_tnb2 {
  background: #609ec3;
  padding: 20px 0;
  text-align: center;
}

#gnb2 .gnb_tnb2 img {
  height: 30px;
}

#gnb2 .gnb_tnb {
  padding: 0 10px;
  background: #58a9da;
}

#gnb2 .gnb_tnb li {
  display: inline-block;
  line-height: 50px;
}

#gnb2 .gnb_tnb li a {
  color: #fff;
  display: block;
  padding: 0 10px;
}

#gnb2_1dul {
  margin: 20px 0;
}

#gnb2_1dul .gnb2_1dli {
  position: relative;
  border-bottom: #bfbfbf 1px solid;
}

#gnb2_1dul .gnb2_1dli button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  height: 50px;
  width: 50px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;
  background-size: 15px;
}

#gnb2_1dul .gnb2_1da {
  padding: 0 20px;
  display: block;
  color: #666666;
  font-size: 1.15em;
  line-height: 50px;
}

#gnb2_1dul .gnb2_2dul {
  display: none;
}

#gnb2_1dul .gnb2_2da {
  color: #666666;
  padding: 0 30px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 30px;
}

@media (max-width: 969px) {
  .pc_view {
    display: none !important;
  }
  #logo {
    padding: 15px 10px;
  }
  .m_view {
    display: none !important;
  }
  .hd_sch_btn,
  #gnb_open {
    height: 60px;
  }
  #hd_sch {
    top: 0;
  }
  #hd_sch #sch_submit,
  #hd_sch .btn_close,
  #hd_sch #sch_stx {
    height: 60px;
  }
}
/*상단고정*/
.fixed #hd {
  position: fixed;
  top: 0;
  left: 0;
}

.fixed #hd #tnb {
  display: none;
}

.fixed #wrapper {
  padding-top: 60px;
}

.fixed .gnb_2dul {
  top: 60px;
}

@media (min-width: 970px) {
  .fixed #logo {
    padding: 15px 10px;
  }
  .fixed .gnb_1da {
    line-height: 60px;
  }
  .fixed .hd_sch_btn,
  .fixed #gnb_open {
    height: 60px;
  }
  .fixed .gnb_1dli button {
    height: 60px;
  }
  .fixed #hd_sch {
    top: 0;
  }
  .fixed #hd_sch #sch_submit,
  .fixed #hd_sch .btn_close,
  .fixed #hd_sch #sch_stx {
    height: 60px;
  }
}
/* 중간 레이아웃 */
#wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#container {
  position: relative;
  min-height: 300px;
}

#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#container_title {
  position: relative;
  font-weight: bold;
  background: #fff;
  color: #333;
  text-align: center;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  line-height: 300px;
  color: #fff;
  font-size: 2.5em;
}

#container > p {
  display: none;
}

.idx_con {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.idx_con ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.idx_con li {
  float: left;
  width: 33.333%;
  padding: 7% 20px;
}

.idx_con li h2 i {
  font-size: 25px;
  background: #a8a8a8;
  color: #fff;
  width: 70px;
  line-height: 70px;
  border-radius: 50px;
  margin-bottom: 5px;
}

.idx_con li:hover i {
  background: #ea185f;
}

.idx_con li h2 span {
  display: block;
  font-size: 1.385em;
}

.idx_con li:hover span {
  color: #ea185f;
}

.idx_con li p {
  margin: 20px 0;
  color: #494949;
  font-size: 1.154em;
}

.idx_con li a {
  display: inline-block;
  color: #a9a9a9;
  text-decoration: underline;
}

.idx_lt {
  background: #f6f6f6;
  padding: 80px 0;
}

.idx_lt_wr {
  margin: 0 auto;
  max-width: 1200px;
}

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

.idx_lt_wr .lt {
  float: left;
  width: 33.333%;
}

@media (max-width: 969px) {
  .idx_con {
    padding: 50px 0;
  }
  .idx_con li {
    width: 100%;
    padding: 20px;
  }
  .idx_con li h2 i {
    width: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .idx_lt_wr .lt {
    width: 100%;
  }
  .idx_lt {
    padding: 30px 0;
  }
  #container_title {
    line-height: 150px;
    font-size: 1.5em;
  }
}
@media (max-width: 639px) {
  #container_title {
    line-height: 55px;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 1em;
    text-align: left;
    padding: 0 20px;
    background: none;
  }
}
/* 하단 레이아웃 */
#ft {
  background: #20486c;
  color: #fff;
  padding-bottom: 90px;
  font-family: "Noto Sans KR";
  word-break: keep-all;
}

.ft_wr {
  text-align: center;
  padding: 20px 10px;
}

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

#ft h1 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#ft p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.8em;
}

.ft_info {
  margin: 0 auto -20px;
  padding: 15px 0px 0px;
  text-align: center;
}

.ft_info a + a {
  margin-left: 15px;
}

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

.ft_info .lt {
  float: left;
  width: 50%;
  padding: 20px;
}

.ft_copy {
  padding-left: 0px;
  position: relative;
  text-align: left;
  color: #d8d8d8;
  line-height: 1.6;
  padding-top: 30px;
  text-align: center;
  border-top: #4a6a87 1px solid;
}

.ft_copy img {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto 30px;
  height: 30px;
}

#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #121418;
  border: 0;
  z-index: 999;
  color: #fff;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#top_btn.show {
  opacity: 1;
}

@media (max-width: 969px) {
  .ft_info .lt,
  #ft_contact {
    width: 100%;
  }
  .ft_info {
    padding: 20px 0;
  }
}
/* 체크박스 */
.all_chk,
.bo_chk {
  position: relative;
}

.all_chk label .chk_img,
.bo_chk label .chk_img {
  margin-top: 2px;
  display: inline-block;
  height: 15px;
  text-indent: -9999px;
  width: 15px;
  background: #fff;
  border: 1px solid #aab3c1;
  border-radius: 3px;
  vertical-align: top;
  box-shadow: inset 5px 5px 3px #f0f0f3;
}

.bo_chk label.click_on .chk_img,
.all_chk label.click_on .chk_img {
  background: url("../img/input_chk.png") 50% 50% no-repeat #ea185f;
  border-color: #ea185f;
  box-shadow: none;
}

.bo_chk input,
.all_chk input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  outline: 0;
  z-index: 9;
}

/* 게시물 선택복사 선택이동 */
.copymove_current {
  float: right;
  color: #ff3061;
}

.copymove_currentbg {
  background: #f4f4f4;
}

#copymove .tbl_head01 {
  margin-top: 10px;
}

#copymove td {
  background: #fff;
}

#copymove .win_btn {
  margin: 10px;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.msg_sound_only,
.sound_only {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
}

/* 본문 바로가기 */
.to_content a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/* 이미지 등비율 리사이징 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  position: relative;
}

#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}

#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}

#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}

#captcha #captcha_info {
  display: block;
  margin: 3px 0 5px;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {
  width: 213px;
  height: 55px;
  overflow: hidden;
}

#rc-imageselect,
.g-recaptcha {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#bo_v_con li {
  display: list-item;
}

/*단축키일람 */
.cke_sc {
  text-align: right;
}

.btn_cke_sc {
  background: #333;
  color: #fff;
  padding: 5px;
  border: none;
}

.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}

.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}

.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}

.cke_sc_def dt {
  width: 50%;
  font-weight: bold;
}

.cke_sc_def dd {
  width: 50%;
}

.btn_cke_sc_close {
  background: #333;
  padding: 5px;
  border: none;
  color: #fff;
}

/* 버튼 */
.btn {
  display: inline-block;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

a.btn01 {
  display: inline-block;
  background: #eee;
  color: #444;
  text-decoration: none;
  vertical-align: middle;
}

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

button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}

a.btn02 {
  display: inline-block;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

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

button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: center;
}

/* 서식단계 진행 */
.btn_submit {
  border: 0;
  background: #fa576b;
  border: 1px solid #ff2741;
  color: #fff;
  cursor: pointer;
}

.btn_submit:hover {
  background: #ff2741;
}

a.btn_cancel {
  display: inline-block;
  background: #ddd;
  color: #444;
  text-decoration: none;
  vertical-align: middle;
}

button.btn_cancel {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  vertical-align: top;
  text-decoration: none;
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  padding: 0 5px;
  border: 0;
  background: #333;
  color: #fff;
  letter-spacing: -0.1em;
  text-decoration: none;
  vertical-align: top;
}

/* 우편번호검색버튼 등 */
button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  background: #eee;
  border: 0;
  color: #6b6b6b;
  text-decoration: none;
  vertical-align: middle;
}

.btn_b01:hover,
.btn_b01:hover {
  background: #f8f8f8;
  color: #000;
}

a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #fa576b;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
}

a.btn_b02:hover,
.btn_b02:hover {
  background: #ff2741;
}

a.btn_b03,
.btn_b03 {
  display: inline-block;
  line-height: 28px;
  border: 1px solid #ed6478;
  color: #ed6478;
  background: none;
  text-decoration: none;
  vertical-align: middle;
}

a.btn_admin {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

/* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {
  color: #fff;
}

/* 기본테이블 */
.tbl_wrap {
  margin: 0 10px 10px;
}

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

.tbl_wrap caption {
  padding: 10px 0;
  color: #4b8b99;
  font-weight: bold;
  text-align: left;
}

.tbl_head01 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}

.tbl_head01 thead th {
  padding: 12px 0;
  border: 1px solid #cacaca;
  background: #d9d9da;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}

.tbl_head01 thead a {
  color: #383838;
}

.tbl_head01 thead th input {
  vertical-align: top;
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}

.tbl_head01 tfoot td {
  border-color: #e3e3e5;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.tbl_head01 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.tbl_head01 td {
  padding: 5px;
  border: 1px solid #e3e3e5;
  line-height: 1.5em;
  word-break: break-all;
}

.tbl_head02 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}

.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}

.tbl_head02 thead a {
  color: #383838;
}

.tbl_head02 thead th input {
  vertical-align: top;
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}

.tbl_head02 tfoot td {
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.4em;
  word-break: break-all;
}

/* 기본리스트 */
.list_01 {
  padding: 0 10px;
}

.list_01 li {
  background: #fff;
  border-radius: 3px;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

/* 기본폼 */
.form_01 {
  margin: 10px;
}

.form_01 .write_div {
  margin: 5px 0;
  position: relative;
}

.form_01 li {
  margin: 5px 0;
  position: relative;
  list-style: none;
}

textarea,
.frm_input {
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #000;
  vertical-align: middle;
  padding: 0 10px;
  height: 40px;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
}

textarea:focus,
.frm_input:focus {
  outline: none;
  border: 1px solid #ea185f;
}

.frm_input {
  height: 40px;
}

.full_input {
  width: 100%;
}

.form_01 .frm_file {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.form_01 select {
  height: 40px;
  border-radius: 3px;
  background-color: #fff;
}

.form_01 .frm_info {
  font-size: 0.92em;
  color: #4162ff;
  text-align: left;
  margin: 3px 0 10px;
  display: block;
  line-height: 1.3em;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 100px 0 !important;
  color: #777;
  text-align: center;
}

.empty_list {
  padding: 20px 0 !important;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 120px;
  text-align: center;
}

.td_category {
  width: 80px;
  text-align: center;
}

.td_chk {
  width: 30px;
  text-align: center;
}

.td_date {
  width: 60px;
  text-align: center;
}

.td_datetime {
  width: 150px;
  text-align: center;
}

.td_group {
  width: 100px;
  text-align: center;
}

.td_mb_id {
  width: 100px;
  text-align: center;
}

.td_mng {
  width: 80px;
  text-align: center;
}

.td_name {
  width: 100px;
  text-align: left;
}

.td_nick {
  width: 100px;
  text-align: center;
}

.td_num {
  width: 50px;
  text-align: center;
}

.td_numbig {
  width: 80px;
  text-align: center;
}

.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}

.txt_done {
  color: #e8180c;
}

.txt_expired {
  color: #999;
}

.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win #win_title {
  font-size: 1.2em;
  font-weight: bold;
  height: 50px;
  padding: 10px;
  line-height: 30px;
  box-shadow: 2px 2px 5px #eee;
}

.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}

.new_win_con {
  margin: 20px;
}

.new_win .win_ul {
  margin: 20px;
}

.new_win .win_ul li {
  display: inline-block;
}

.new_win .win_ul li a {
  display: block;
  line-height: 24px;
  padding: 0 10px;
}

.new_win .win_ul li .selected {
  background: #4162ff;
  color: #fff;
  border-radius: 13px;
  box-shadow: 0 0 8px rgba(65, 98, 255, 0.8);
}

.new_win .win_desc {
  margin: 5px 0;
  font-size: 0.92em;
  color: #4162ff;
}

.new_win .win_btn {
  clear: both;
  margin: 10px 0;
  text-align: center;
}

.new_win .win_btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

.new_win .win_btn .btn_close {
  display: inline-block;
  padding: 0 10px;
  border: 0;
  background: #c6c6d2;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  height: 40px;
  margin: 10px 0;
}

.new_win .win_btn .btn_submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px;
  display: inline-block;
  font-weight: bold;
}

/* 검색결과 색상 */
.sch_word {
  color: #00c4ac;
}

/* 사이드뷰 */
.sv_wrap {
  display: inline-block;
  position: relative;
  font-weight: normal;
  line-height: 20px;
}

.sv_wrap .sv {
  z-index: 1000;
  width: 100px;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  text-align: left;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}

.sv_wrap .sv a {
  display: inline-block;
  width: 100px;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  font-weight: normal;
  color: #bbb;
}

.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}

.sv_member {
  color: #333;
  font-weight: 300;
  margin-right: 10px;
}

.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}

.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 30px 0;
  text-align: center;
}

.pg {
  display: inline-block;
}

.pg_page,
.pg_current {
  display: inline-block;
  padding: 0 13px;
  height: 35px;
  color: #959595;
  line-height: 35px;
  vertical-align: middle;
}

.pg a:focus,
.pg a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
}

.pg_page {
  background: #eee;
}

.pg_start {
  background: url(../img/btn_first.gif) no-repeat 50% 50% #eee;
  width: 35px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
}

.pg_prev {
  background: url(../img/btn_prev.gif) no-repeat 50% 50% #eee;
  width: 35px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
}

.pg_next {
  background: url(../img/btn_next.gif) no-repeat 50% 50% #eee;
  width: 35px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
}

.pg_end {
  background: url(../img/btn_end.gif) no-repeat 50% 50% #eee;
  width: 35px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
}

.pg_current {
  display: inline-block;
  background: #494949;
  color: #fff;
  font-weight: normal;
  line-height: 35px;
}

/* 공통사항 */
.subTop {
  display: flex;
  height: 70vw;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-shadow: 2px 2px 5px #20486c;
  margin-bottom: 50px;
  line-height: 20px;
  word-break: keep-all;
}

.subTop dt {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 30px;
}

.subTop .inc_subtitle {
  font-size: 16px;
  margin-bottom: 0px;
}

.sub0101 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0102 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0103 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/top03m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0104 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/top04m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0105 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/top05m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0201 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub02/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0202 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub02/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0203 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub02/top03m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0204 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub02/top04m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0301 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub03/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0302 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub03/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0303 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub03/top03m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0304 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub03/top04m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0401 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub04/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0402 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub04/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0403 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub04/top03m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0404 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub04/top04m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0501 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub05/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0502 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub05/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0503 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub05/top03m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0504 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub05/top04m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0505 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub05/top05m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0506 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub05/top06m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0601 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub06/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0602 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub06/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0603 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub06/top03m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0604 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub06/top04m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0605 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub06/top05m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0606 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub06/top06m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0701 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub07/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0702 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub07/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0703 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub07/top03m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0801 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub08/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0802 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub08/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0901 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub09/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0902 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub09/top02m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0903 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub09/top03m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0904 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub09/top04m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0905 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub09/top05m.jpg) top center no-repeat;
  background-size: cover;
}

.sub0906 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub09/top06m.jpg) top center no-repeat;
  background-size: cover;
}

.sub1001 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub10/top01m.jpg) top center no-repeat;
  background-size: cover;
}

.main {
  background: none;
  height: auto;
}

.subImg0101 {
  background: none;
  height: auto;
}

.subImg0102 {
  background: none;
  height: auto;
}

.subImg0103 {
  background: none;
  height: auto;
}

.subImg0104 {
  background: none;
  height: auto;
}

.subImg0105 {
  background: none;
  height: auto;
}

.main img {
  display: block;
  width: 100%;
}

.subImg0101 img {
  display: block;
  width: 100%;
}

.subImg0102 img {
  display: block;
  width: 100%;
}

.subImg0103 img {
  display: block;
  width: 100%;
}

.subImg0104 img {
  display: block;
  width: 100%;
}

.subImg0105 img {
  display: block;
  width: 100%;
}

.subTxt {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.quick {
  display: none;
}

.quickM {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #b2c80d;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  z-index: 111;
}

.quickM a {
  float: left;
  height: 100%;
  width: 16.666%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
}

.quickM a dd {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.quickM a img {
  width: 50%;
  display: block !important;
  margin: 0 auto 2px;
}

/* 공용 시작 */
.common_sec {
  padding: 70px 20px;
}

.subtitle {
  font-size: 20px;
}

.main-title {
  font-size: 24px;
  word-break: keep-all;
}

.br_mo {
  display: block;
}

.br_mo_hide {
  display: none;
}

.main-title_center {
  font-size: 24px;
  line-height: 34px;
  word-break: keep-all;
}

.tac_mo {
  text-align: center;
}

.sub_common_p {
  font-size: 16px;
  word-break: keep-all;
}

.sub_desc_txt {
  font-size: 16px;
  word-break: keep-all;
  margin: 20px auto 0px auto;
}

.quote {
  left: 3px;
  top: 15px;
  width: 70px;
}

.tac.tal_m {
  text-align: left;
}

.sub_intro_title {
  font-size: 22px;
}

.sub_intro_subtext {
  font-size: 16px;
  word-break: keep-all;
}

/* 공용 끝 */
/* 메인페이지 시작 */
.main_slide {
  height: auto;
}

.main_slide_sec {
  height: auto;
}

.main_slide img {
  height: unset;
  -o-object-fit: unset;
  object-fit: unset;
}

.main_slide img.slide_pc {
  display: none;
}

.main_slide img.slide_mo {
  display: block;
}

.main_slide .swiper-pagination {
  left: 40% !important;
}

.card {
  width: calc(50% - 10px);
  min-width: unset;
  aspect-ratio: unset;
}

.card-text {
  bottom: 0;
  font-size: 16px;
}

.card img {
  height: auto;
}

.coverimg1 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/main/coverimg1_mo.jpg");
  background-size: 100%;
  padding: 35px 0;
}

.review-swiper {
  margin-top: 25px;
}

.review_area {
  padding: 0px 15vw;
}

.review-prev,
.review-next {
  color: #333;
  background-color: rgba(0, 0, 0, 0.87);
  width: 30px !important;
  height: 30px !important;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}

.swiper-button-next.review-next {
  right: 24px;
}

.swiper-button-prev.review-prev {
  left: 24px;
}

.review-prev::after,
.review-next::after {
  font-size: 16px !important;
}

.review-label {
  font-size: 18px;
}

.doctors_area {
  flex-wrap: wrap;
  gap: 30px;
}

.doctors {
  width: calc(50% - 16px);
}

.doctors .review-label {
  padding: 15px 0;
}

.doctor_top {
  font-size: 14px;
}

.midcover {
  height: auto;
}

.mid_area {
  gap: 20px;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}

.mid_area.rev {
  flex-direction: column;
}

.mid_img {
  max-width: unset;
  width: 100%;
}

.mid_text {
  padding-top: 0;
}

.mid_text h3 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
}

.mid_text p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
  word-break: keep-all;
}

.mid_text a {
  font-size: 20px;
}

.comm_area {
  gap: 30px;
  flex-direction: column;
}

.comm_item {
  padding-left: 10px;
  padding-right: 10px;
}

.comm_box {
  width: 100%;
  padding: 40px 28px 35px 28px;
}

.comm_icon {
  width: 60px;
}

.mhr_left {
  width: 25%;
  font-size: 18px;
}

.mhr_right {
  width: 75%;
  font-size: 16px;
}

.mhr_notice {
  font-size: 18px;
}

.mhr_box {
  margin-bottom: 15px;
}

.banner_box {
  margin: 0 auto;
  padding: 25px 20px;
  width: 80%;
}

.banner_top {
  font-size: 24px;
  line-height: 28px;
}

.banner_top span {
  font-size: 14px;
}

.banner_bottom {
  font-size: 32px;
}

.bottom_map {
  padding: 30px 0;
}

.bottom_banner {
  padding: 45px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/main/yousei_cover_mo.jpg");
  background-size: 100%;
}

.map_infobox {
  width: calc(100% - 40px);
  height: auto;
  position: unset;
  padding: 35px 10px;
  margin: 0 auto;
}

.map_info_top {
  padding: 0px 17px 20px 17px;
}

.map_info_top img {
  width: 80%;
  margin: 0 auto;
}

.map_info_bottom_box {
  margin-bottom: 20px;
}

.map_info_bottom {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.mibb_right.mr1 {
  font-size: 16px;
}

.mibb_right.mr2 {
  font-size: 16px;
}

.mibb_right.mr2 b {
  font-size: 18px;
}

.mibb_right.mr2 span {
  font-size: 12px;
}

.map_area {
  padding: 0 20px;
}

/* 메인페이지 끝 */
/* 의료진 시작 */
.staff_top {
  padding: 0px 20px 0px 20px;
}

.staff_area {
  margin-top: 0px;
}

.staff_area .doctors_area {
  flex-wrap: wrap;
  gap: 15px;
}

.staff_area .doctors {
  width: calc(50% - 9px);
}

.staff_box {
  padding-top: 100px;
}

.staff_msg_top {
  font-size: 22px;
  line-height: 30px;
  position: unset;
  padding: 0 20px;
  word-break: keep-all;
}

.staff_box_bottom {
  flex-direction: column;
  margin-top: 60px;
}

.sbb_img {
  width: 80%;
  position: relative;
  margin: 0 auto;
  margin-top: -100px;
}

.sbb_img img {
  position: relative;
  left: unset;
  display: block;
  width: 100%;
  bottom: unset;
}

.name_behind {
  position: absolute;
  left: 10px;
  top: calc(50% - 95px);
  bottom: unset;
  font-size: 40px;
  line-height: 45px;
}

.sbb_desc {
  padding: 30px 10px 30px 10px;
}

.sbb_desc .workbox {
  padding: 6px 30px;
  font-size: 16px;
  margin-bottom: 0;
}

.sbb_desc h3 {
  font-size: 48px;
}

.sbb_line {
  width: 100%;
  margin: 15px 0 25px 0;
}

.sbb_desc h4 {
  font-size: 24px;
  word-break: keep-all;
}

.sbb_desc .history .history_title {
  font-size: 18px;
}

.sbb_desc .history .history_line {
  font-size: 14px;
  line-height: 25px;
}

.staff_gap {
  height: 0;
}

.staff_box.rev .staff_box_bottom {
  flex-direction: column;
}

.staff_box.rev .sbb_img img {
  left: unset;
  right: unset;
}

.staff_box.rev .sbb_desc {
  width: 100%;
  padding: 30px 10px 30px 10px;
}

.staff_box.rev .sbb_line {
  width: 100%;
}

.common_sec.yonsei_rule {
  padding: 70px 0px;
}

.cardbox_inner {
  padding: 158px 20px 230px 20px;
  min-height: auto;
}

.cardbox_inner p {
  font-size: 16px;
  line-height: 27px;
  word-break: keep-all;
}

.cardbox_inner h3 {
  font-size: 18px;
}

.cardbox_inner h4 {
  font-size: 21px;
  margin-bottom: 30px;
  line-height: 32px;
  word-break: keep-all;
}

.cardbox_btn_area {
  bottom: 25px;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.cardbox_btn_area a {
  width: 47%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 27px;
}

/* 의료진 끝 */
/* 진료 철학 시작*/
.phil_top_mo {
  display: block;
  width: 100%;
}

.phil_top {
  padding: 80px 25px 65px 25px;
  background-color: #014876;
  background-image: unset;
  border-top-right-radius: 50px;
}

.phil_title {
  font-size: 24px;
  line-height: 35px;
}

.phil_text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  word-break: keep-all;
}

.slogan_area {
  padding: 50px 10px 40px 10px;
}

.slogan_area h4 {
  font-size: 24px;
}

.slogan_area p {
  font-size: 16px;
  word-break: keep-all;
}

.phil_box.rev {
  flex-direction: row;
}

.phil_left {
  width: 100%;
  padding: 70px 30px;
}

.phil_left p.phil_num {
  color: #ccc;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.phil_left h5 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 36px;
}

.phil_left p.phil_box_text {
  font-size: 15px;
  line-height: 22px;
  word-break: keep-all;
}

.phil_right {
  width: 100%;
}

/* 진료 철학 끝*/
/*오시는길 시작*/
.info_box {
  width: 100%;
}

.information_mid {
  margin-top: 40px;
}

.info_box img {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.info_box.right {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}

.info_box h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.info_box p {
  font-size: 16px;
}

.info_box .info_line {
  margin: 27px 0;
}

.info_item {
  font-size: 16px;
}

.info_item.rs {
  font-size: 18px;
}

.info_item.rs span {
  font-size: 16px;
}

.info_title {
  font-size: 28px;
  margin-bottom: 20px;
}

.information.bottom_map {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.information .map_infobox {
  height: auto;
  padding: 40px 0px;
}

.information .map_infobox .map_info_top img {
  width: 70%;
  margin: unset;
}

.information .mibb_left i {
  top: 5px;
}

.information .mibb_right h4 {
  font-size: 24px;
}

.information .mibb_right.mr1 {
  font-size: 16px;
}

.information .mibb_right.mr1 span {
  font-size: 13px;
}

.information .subway {
  padding-left: 8px;
}

.information .subway::after {
  left: -45px;
  font-size: 12px;
}

.map_notice {
  padding: 20px;
  order: -1;
}

.map_notice p {
  word-break: keep-all;
}

/*오시는길 끝*/
/*병원 둘러보기 시작*/
.hospital_slide_area.top {
  margin-top: 50px;
}

.hospital_slide_area {
  padding: 60px 20px;
}

.hospital_title {
  font-size: 22px;
  padding-left: 10px;
}

.hs_prev {
  display: none;
}

.hs_next {
  display: none;
}

.swiper_area .swiper-pagination {
  left: 35% !important;
}

/*병원 둘러보기 끝*/
/* 진료 장비 시작*/
.equip_item {
  width: 100%;
}

.equip_item .equip_textarea {
  padding: 20px 10px;
}

.equip_item .equip_textarea h4 {
  font-size: 24px;
}

.equip_item .equip_textarea .equip_line {
  height: 2px;
  margin: 15px 0;
}

.equip_item .equip_textarea p {
  font-size: 14px;
  line-height: 22px;
}

.equip_flex {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 0 20px;
}

/* 진료 장비 끝*/
.natural_top {
  margin-top: 50px;
}

.natural_1_flex .left {
  width: 100%;
  position: relative;
}

.natural_1_flex .left img {
  top: 0;
}

.natural_1_flex .right {
  width: 100%;
  padding: 20px;
}

.doctor_nameplate {
  margin-top: 20px;
}

.doctor_nameplate .nameplate_top {
  font-size: 15px;
}

.doctor_nameplate p {
  font-size: 24px;
}

.natural_2 {
  padding: 50px 10px;
  margin-top: 20px;
}

.s02_01_flex1 {
  margin-top: 35px;
  padding: 0px;
  flex-wrap: wrap;
}

.s02_01_flex1 .flex1_item {
  width: calc(50% - 7.5px);
  padding: 15px 15px;
}

.s02_01_flex1 .flex1_item p {
  font-size: 18px;
  word-break: keep-all;
}

.flex2_item {
  width: 100%;
}

.flex2_item.l img {
  position: relative;
}

.flex2_item.r {
  position: relative;
  padding: 45px 10px 20px 10px;
}

.flex2_item.r p {
  font-size: 14px;
  word-break: keep-all;
}

.flex2_item.r .micro_flex {
  position: unset;
  bottom: 0;
  left: 0;
  margin-top: 30px;
  width: 100%;
}

.flex2_item.r .micro_flex img {
  width: 30%;
}

.natural_4 {
  margin: 80px 0px 80px 0px;
  padding: 0 10px;
}

.s02_01_flex3 {
  gap: 30px;
}

.flex3_item {
  width: 100%;
}

.subtitle_sky {
  font-size: 24px;
  margin: 15px 0 15px 0;
}

.s02_bottom1 {
  padding: 40px 0;
}

.s02_bottom_flex1 {
  flex-wrap: wrap;
  gap: 50px;
  padding: 0px 10px 0 35px;
}

.bf1_item {
  width: 100%;
  border-radius: 15px;
  padding: 10px 28px 11px 46px;
}

.bf1_item span {
  left: -27px;
  top: -32px;
  font-size: 20px;
  padding: 9px 23px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.bf1_item p {
  font-size: 14px;
  word-break: keep-all;
}

.surg_img_toparea {
  gap: 5px;
  margin: 40px auto 50px auto;
  flex-wrap: wrap;
}

.surg_img_toparea img {
  display: block;
  width: 49%;
}

.neuro1_in {
  padding: 40px 10px;
  margin-top: 40px;
}

.neuro1_flex {
  flex-direction: column-reverse;
}

.n1_item {
  width: 100%;
}

.n1_item_desc {
  width: 100%;
  margin-bottom: 45px;
  padding: 25px 25px;
}

.n1_item_desc span {
  font-size: 16px;
  left: 50%;
  top: -5%;
  padding: 15px 20px;
}

.n1_item_desc p {
  font-size: 16px;
  word-break: keep-all;
}

.neuro2_flex {
  gap: 30px;
  margin-top: 35px;
}

.n2_item {
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}

.n2_item img {
  max-width: unset;
  width: 100%;
}

.n2_item .n2_itembox {
  width: 100%;
  padding: 15px 25px;
}

.n2_item .n2_itembox h4 {
  font-size: 24px;
}

.n2_item .n2_itembox .n2_line {
  margin: 10px 0;
  width: 55px;
}

.n2_item .n2_itembox p {
  font-size: 14px;
}

.surgical_top {
  padding: 0 10px;
}

.neuro_bg2 {
  padding: 50px 0;
  height: auto;
}

.case_section {
  padding: 50px 10px;
  gap: 40px;
  flex-wrap: wrap;
}

.case_image {
  width: 100%;
}

.case_title {
  font-size: 14px;
  width: 60px;
  height: 54px;
}

.case_text {
  width: 100%;
}

.case_heading {
  font-size: 24px;
  line-height: 36px;
  word-break: keep-all;
}

.case_description {
  font-size: 14px;
}

.reneural_bg {
  padding: 50px 0;
  height: auto;
}

.reneural_1 {
  padding: 40px 10px;
  margin-bottom: 80px;
}

.ren_flex1 .ren_flex1_img {
  position: unset;
}

.ren_flex1_item_2 .quote {
  width: 45px !important;
  top: -20px !important;
}

.ren_flex1_item_2 {
  padding-left: 5px;
}

.resection_flex1 {
  margin: 60px auto;
  flex-wrap: wrap;
}

.phil_top_intro {
  padding: 40px 10px 40px 10px;
}

.resection_flex1 .res_f1_item {
  width: 100%;
}

.resection_flex1 .res_f1_item .res_f1_textbox {
  font-size: 18px;
  padding: 15px;
}

.resection_bg {
  padding: 50px 0;
  height: auto;
}

.resection_2 {
  padding: 60px 10px;
}

.resection_img2 {
  margin-top: 30px;
  width: 100%;
}

.together_bg {
  padding: 50px 0;
  height: auto;
}

.tog_item {
  padding: 20px 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.tog_item .tog_left {
  width: 100%;
}

.tog_right {
  padding-right: 0;
  width: 100%;
}

.tog_num {
  display: block;
  padding: 11px 10px;
  font-size: 16px;
  width: 50%;
  border-radius: 50px;
}

.tog_right h4 {
  font-size: 24px;
}

.tog_right > p {
  font-size: 15px;
  word-break: keep-all;
}

.tog_list_title > p {
  font-size: 18px;
}

.tf_item > p {
  font-size: 13px;
  word-break: keep-all;
}

.gum_top .sub_intro_subtext {
  margin-top: 20px;
}

.gum_1 {
  padding: 80px 10px;
  overflow: hidden;
}

.gum_item {
  width: calc(50% - 10px);
}

.gum_item::after {
  top: 25%;
  right: -30px;
  font-size: 14px;
  padding: 7px 15px;
}

.gum_item:nth-child(2)::after {
  right: -5px;
}

.gum_item:nth-child(4)::after {
  right: -5px;
}

.gum_item h4 {
  font-size: 18px;
  word-break: keep-all;
}

.gum_item p {
  font-size: 14px;
  word-break: keep-all;
}

.s03_implant_top {
  padding: 50px 10px;
}

.s03_if1 {
  gap: 10px;
}

.s03_if1_item {
  padding: 20px 10px;
  width: calc(50% - 5px);
}

.s03_if1_item img {
  width: 45%;
  margin-bottom: 10px;
}

.s03_if1_item h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.s03_if1_item .greenbox {
  font-size: 16px;
  margin-bottom: 10px;
}

.s03_if1_item > span {
  font-size: 12px;
  word-break: keep-all;
}

.implant_top {
  margin: 80px 0;
  padding: 0 10px;
}

.s03_if2 {
  gap: 10px;
}

.s03_if2_item {
  padding: 35px 10px 20px 10px;
  width: calc(50% - 5px);
}

.s03_if2_item p {
  font-size: 14px;
  line-height: 19px;
  word-break: keep-all;
}

.s03_if2_item:nth-child(4) {
  margin-bottom: 40px;
}

.s03_if2_notice {
  font-size: 16px;
  word-break: keep-all;
}

.s03_implant_bottom {
  background-image: unset;
  background-color: #609ec3;
  padding: 40px 10px;
}

.s03_if3_item {
  width: 100%;
}

.s03_if3_item > p {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 20px;
}

.s03_if3_item .whitebox {
  font-size: 16px;
  word-break: keep-all;
}

.s03_if3 {
  gap: 25px;
}

.manage_img {
  display: block;
  width: 100%;
}

.ortho_top {
  margin: 80px 0 40px 0;
}

.ortho_cover {
  padding: 50px 10px;
}

.ort_f1_item {
  width: calc(33% - 15px);
  margin-bottom: 20px;
}

.ort_notice {
  font-size: 16px;
}

.phil_top.ort_top {
  margin-top: 70px;
  padding: 40px 10px;
  background-size: cover;
  border-radius: 0;
}

.ort_toptitle {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.whiteline {
  margin: 15px 0;
}

.phil_top.ort_top.ort_top2 {
  background-image: none;
}

.ort_revbox {
  width: 100%;
  padding: 0 0 0 0px;
}

.s04_implant_top {
  padding: 0 10px;
}

.s04_if1_item {
  width: calc(50% - 10px);
}

.s04_if1_item .s04_if1_num {
  font-size: 22px;
  padding: 15px 20px;
}

.s04_if1_item .s04_if1_txtarea {
  padding: 50px 10px 30px 10px;
  font-size: 16px;
}

.s04_implant_bottom {
  padding: 50px 10px;
}

.s04_if {
  flex-wrap: wrap;
  gap: 20px;
}

.s04_if_item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.s04_if_item img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.s04_if_item h3 {
  order: 0;
}

.s04_if_item > p {
  font-size: 18px;
  order: 1;
  margin: 15px 0px;
}

.s04_if_item .testi_box {
  padding: 15px 0 25px 15px;
  order: 3;
}

.s04_if_item .testi_box .left p {
  font-size: 14px;
  word-break: keep-all;
}

.s04_if_item .nametag {
  order: 2;
  margin-top: 0;
  margin-bottom: 20px;
}

.s04_highlevel_top {
  padding: 50px 10px 50px 10px;
}

.hl_checkbox {
  width: 100%;
  margin: 20px 0;
}

.hl_checkbox.t {
  margin-top: 20px;
}

.hl_checkbox img {
  width: 60px;
  padding: 0 10px;
}

.hl_checkbox p {
  padding: 0px 10px;
  font-size: 14px;
  word-break: keep-all;
}

.s04_highlevel_top2 {
  padding: 50px 10px;
  margin-top: 80px;
}

.s04_hf_top1 {
  gap: 20px;
}

.s04_hf_t1_item:first-child {
  width: 100%;
  position: relative;
}

.s04_hf_t1_item img {
  display: block;
  width: 50%;
  margin: 0 auto;
  position: unset;
}

.s04_hf_t1_item:last-child {
  width: 100%;
  padding-left: 0;
  padding-bottom: 0;
}

.teethbox_flex {
  margin: 25px 0 0 0;
}

.hl_teethbox {
  padding: 10px;
  font-size: 14px;
  word-break: keep-all;
}

.s04_highlevel_sec2 {
  padding: 80px 10px;
}

.s04_hl_flex1 {
  flex-wrap: wrap;
  gap: 20px;
}

.s04_hl_f1_item {
  width: 100%;
}

.line_gold {
  margin: 15px 0;
}

.s04_hl_f1_item:last-child {
  padding-left: 0;
}

.gum_top {
  margin: 80px 0;
  padding: 0 10px;
}

span.big {
  font-size: 18px;
}

.s04_custom_flex1 {
  gap: 10px;
}

.s04_cf1_item {
  width: calc(50% - 5px);
  padding: 15px;
}

.s04_cf1_item p {
  font-size: 14px;
}

.s04_c_top2 {
  padding: 50px 10px;
  margin-top: 80px;
}

.s04_c_t1_item:first-child {
  width: 100%;
}

.s04_c_t1_item img {
  width: 50%;
  margin: 0 auto;
}

.s04_c_t1_item:last-child {
  width: 100%;
  padding-left: 0;
  padding-bottom: 0;
}

.custom_1 {
  overflow: hidden;
}

.custom_flex {
  gap: 10px;
  margin-top: 40px;
}

.custom_item {
  width: calc(50% - 5px);
}

.custom_item p {
  font-size: 14px;
  padding: 10px 20px;
  word-break: keep-all;
}

.custom_item::after {
  top: 35%;
  right: -30px;
  font-size: 14px;
  padding: 7px 15px;
}

.custom_item:nth-child(2)::after {
  right: 0px;
}

.s04_custom_sec2 {
  padding: 80px 10px;
}

.s04_c_f1_item {
  width: 100%;
}

.tog_flex {
  gap: 10px;
}

.alignflex_1 .tf_item {
  width: calc(50% - 5px);
  padding-bottom: 15px;
}

.alignflex_1 .tf_item h4 {
  font-size: 16px;
  word-break: keep-all;
}

.s05_ortho_bottom1 {
  padding: 50px 10px;
}

.s05_bottom_flex1 {
  margin-top: 50px;
  gap: 20px;
  padding: 0px;
}

.obf1_item {
  width: calc(50% - 10px);
  padding: 20px 10px 20px 10px;
}

.obf1_item span {
  position: unset;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
}

.obf1_item p {
  font-size: 16px;
  text-align: center;
}

.s05_imgtitle {
  font-size: 28px;
  padding: 40px 0;
  margin-bottom: 30px;
}

.s05_if1 {
  gap: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.s05_if1_item {
  padding: 35px 20px 20px 30px;
  width: calc(50% - 5px);
  margin-top: 35px;
}

.s05_if1_item img {
  width: 50%;
  margin-bottom: 20px;
}

.s05_if1_item p {
  font-size: 14px;
  line-height: 22px;
  word-break: keep-all;
}

.s05_cbox {
  border-top-right-radius: 0;
  flex-direction: column-reverse;
}

.s05_cbox .item:first-child {
  width: 100%;
}

.s05_cbox .item:first-child .txtbox {
  padding: 20px;
}

.s05_cbox .item:first-child .txtbox p {
  margin-bottom: 15px;
  font-size: 16px;
  padding-left: 30px;
}

.s05_cbox .item:last-child {
  width: 100%;
}

.s05_if2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.s05_if2_item {
  padding: 15px 10px 15px 10px;
  width: calc(50% - 10px);
  margin-top: 45px;
}

.s05_if2_item img {
  width: 50%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.s05_if2_item p {
  font-size: 14px;
  line-height: 22px;
  word-break: keep-all;
}

.s05_clear_sec1 {
  padding: 40px 0;
  margin-top: 0px;
}

.s05_clear_box {
  margin-top: 0;
}

.s05_clear_box .item {
  width: 100%;
}

.s05_clear_sec1 {
  padding: 40px 10px;
  margin-top: 0px;
}

.s05_clear_box .item img {
  position: unset;
}

.s05_clear_box .item .txtbox {
  padding: 10px 15px;
}

.s05_clear_box .item .txtbox p {
  font-size: 14px;
}

.s05_trans_compare {
  gap: 80px;
  flex-direction: column;
}

.trans_item {
  width: 100%;
}

.trans_item p {
  font-size: 16px;
  padding: 10px 0;
}

img.vs {
  width: 85px;
}

.clip_flex1 {
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.clip_flex1 .left {
  width: 100%;
  padding: 20px 20px;
}

.clip_flex1 .left img {
  width: 50%;
}

.clip_flex1 .right {
  width: 100%;
  padding: 15px 20px;
}

.clip_flex1 .right .midline_sky {
  margin: 15px 0;
}

.clip_flex1 .right p {
  font-size: 16px;
}

.tooth_1 {
  margin-top: 0;
}

.pl {
  padding-left: 0;
}

.cor_box {
  padding: 50px 20px;
}

.cor_flex1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tog_flex.corflex_1 {
  flex-wrap: wrap;
}

.corflex_1 .tf_item {
  width: 100%;
}

.corflex_1 h4 {
  font-size: 18px;
}

.ta_f {
  width: 100%;
  margin-top: 30px;
}

.ta_f img {
  width: 100%;
}

.s05_clear_box.cor_bot .item img {
  width: 100%;
}

.cor_compare_flex {
  margin: 20px auto;
}

.cor_ci p {
  font-size: 18px;
}

.partial_img1 p {
  width: 100%;
  height: 100%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  font-size: 14px;
}

.partial_txtbox2 {
  font-size: 16px;
  word-break: keep-all;
}

.aes_f1_item p {
  padding: 20px 0;
  font-size: 20px;
}

.s04_if_item.expand {
  width: 100%;
}

.white_flex1 {
  flex-direction: column;
  gap: 30px;
}

.s07_jaw_sec2 {
  margin: 50px 0;
  padding: 0 10px;
}

.whiteflex_b .tf_item {
  width: calc(50% - 5px);
}

.white_flex2 .custom_item {
  width: calc(50% - 10px);
}

.s07_jaw1 {
  width: 100%;
}

.s07_jaw1 .hl_checkbox {
  width: 100%;
}

.s07_jaw_sec1 {
  padding: 50px 0;
  margin: 80px 0;
}

.js1_box_in {
  flex-wrap: wrap;
  gap: 30px;
}

.js1_box_in .left {
  width: 100%;
}

.js1_box_in .right {
  width: 100%;
}

.js1_box_in .right p {
  font-size: 14px;
  line-height: 22px;
}

.pf2_item .pf2_item_in {
  padding: 10px;
}

.pf2_item h4 {
  font-size: 24px;
  font-weight: 600;
}

.pf2_item {
  width: 100%;
}

.pf2_item h4 {
  font-size: 24px;
}

.pf2_item p {
  font-size: 16px;
}

.jawflex_b .tf_item {
  width: calc(50% - 5px);
}

.jawflex_b .tf_item h4 {
  font-size: 16px;
  word-break: keep-all;
}

.tooth_img {
  width: 100%;
  max-width: unset;
}

.tooth_faq_box {
  padding: 10px 10px;
}

.tooth_ff .left span {
  font-size: 22px;
}

.tooth_ff {
  padding: 15px 0;
}

.tooth_ff .right h4 {
  font-size: 22px;
}

.tooth_ff .right p {
  font-size: 14px;
}

.surg_box {
  padding: 30px;
  flex-wrap: wrap;
  gap: 25px;
}

.surg_left {
  max-width: 100%;
}

.surg_right {
  width: 100%;
}

.surg_right h4 {
  font-size: 24px;
}

.surg_right .surg_line {
  margin: 20px 0;
}

.surg_right p {
  font-size: 15px;
}

.perio_bottom {
  max-width: unset;
  width: 100%;
}

.perio_bg1 {
  padding: 50px 10px;
  background-size: cover;
  margin-top: 50px;
}

.perio_flex1 {
  gap: 20px;
  flex-wrap: wrap;
}

.perio_flex1 .left {
  width: 100%;
}

.perio_flex1 .right {
  width: 100%;
  gap: 20px;
}

.perio_bg2 {
  margin: 80px 0;
  padding: 0 10px;
}

#gnb_open2{display: none}    
/*# sourceMappingURL=mobile.css.map */