@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@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: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* 표준 변수 지정 */
/* 초기화 */
html {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  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: "Pretendard", 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: "Pretendard", 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,
ol {
  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: 1300px;
  display: block;
  position: relative;
  margin: 0 auto;
}

#ctt {
  display: none;
}

/* 팝업레이어 */
#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;
}

#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;
  position: relative;
}

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

#logo {
  display: block;
  vertical-align: top;
  margin: 26px 0; text-align: center;
  margin-right: 20px;
}

#logo img {
  vertical-align: middle;
}

.rmenu {

  position: absolute;
  top:35px;
  left:50%; margin-left: 395px; color: #fff; 
}
.rmenu a{padding: 0 15px}
.rmenu a + a {
  margin-left: 0px; border-left: #fff 1px solid;
}

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

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

#gnb {
  display: inline-block;
  margin-top: 0px;
}

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

.gnb_wr {
  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: #000;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
}

.gnb_2dul {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  background: #5e8fad;
  min-width: 100%;
  z-index: 99;
  transform: translateX(-50%);
}

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

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

.gnb_1dli:hover .gnb_1da {
  color: #20486c;
}

.gnb_2da {
  color: #d8d8d8;
  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 {
  width: 40px;
  border: 0;
  background: 0;
  height: 40px;
  color: #fff;
  font-size: 18px;
  vertical-align: top;
  margin-left: 16px;
  margin-top: 0px;
  position: absolute; top:0px; display: none
}

#gnb_open2 {
  width: 40px;
  border: 0;
  background: 0;
  height: 40px;
  color: #fff;
  font-size: 18px;
  vertical-align: top;
  margin-left: 585px;
  margin-top: 0px;
  position: absolute; top:0px; left: 50%;
}

#gnb3 {
  display: none;
  position: fixed;
    top:0;
    z-index: 99999;
    width: 100%;
    background: #fff
}

#gnb3 .gnb_tnb2{padding: 26px 0; background: #78b9e0; }

#gnb3 .btn_close {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  color: #fff;
  margin-left: 580px; z-index: 99999;    
}

#gnb3 #gnb_1dul{margin: 0 auto; text-align: center; display:inline-block; }
#gnb3 .gnb_bg{position: absolute; left: 0; height: 300px;width: 100%; background: rgba(255, 255, 255, 0.8); }

#gnb3 .gnb_2dul {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  background:none; text-align: left;
  min-width: 100%;
  z-index: 99;
  transform: translateX(-50%);
}

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

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

#gnb3 .gnb_1dli:hover .gnb_1da {
  color: #20486c;
}

#gnb3 .gnb_2da {
  color: #282828; font-size: 20px;
  padding: 0 30px;
  font-weight: normal;
  white-space: nowrap;
  border-top: 0px solid #121418;
}

#gnb3 .gnb_1dli:nth-child(1) ul{margin-left: 0px}
#gnb3 .gnb_1dli:nth-child(2) ul{padding-left: 30px}
#gnb3 .gnb_1dli:nth-child(3) ul{padding-left:80px}
#gnb3 .gnb_1dli:nth-child(4) ul{padding-left:135px}
#gnb3 .gnb_1dli:nth-child(5) ul{padding-left:110px}
#gnb3 .gnb_1dli:nth-child(6) ul{padding-left: 35px}
#gnb3 .gnb_1dli:nth-child(7) ul{margin-left: -10px}
#gnb3 .gnb_1dli:nth-child(9) ul{padding-left:140px}

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

#gnb2 .btn_close {
  position: absolute;
  top: 0;
  left: 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;
  text-align: left;
}

#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;
  text-align: left;
}

#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; display: block}
  }
  #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";
  overflow: hidden;
}

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

.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;
  padding: 30px 0px 50px;
}

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

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

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

.ft_copy {
  padding-left: 240px;
  position: relative;
  text-align: left;
  color: #d8d8d8;
  line-height: 1.6;
  padding-top: 5px;
}

.ft_copy img {
  position: absolute;
  left: 0;
  top: 0;
}

#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;
  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: 600px;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-shadow: 2px 2px 5px #20486c;
  margin-bottom: 110px;
  line-height: 32px;
}

.subTop dt {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 68px;
}

.subTop .inc_subtitle {
  color: #fcf100;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/main/main.jpg) top center no-repeat;
  height: 7953px;
}

.subImg0101 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/01.jpg) top center no-repeat;
  height: 6656px;
}

.subImg0102 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/02.jpg) top center no-repeat;
  height: 13203px;
}

.subImg0103 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/03.jpg) top center no-repeat;
  height: 1797px;
}

.subImg0104 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/04.jpg) top center no-repeat;
  height: 3485px;
}

.subImg0105 {
  background: url(https://nowwd2.speedgabia.com/dentipro/img/sub01/05.jpg) top center no-repeat;
  height: 2087px;
}

.main img {
  display: none;
}

.subImg0101 img {
  display: none;
}

.subImg0102 img {
  display: none;
}

.subImg0103 img {
  display: none;
}

.subImg0104 img {
  display: none;
}

.subImg0105 img {
  display: none;
}

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

/* 게시판 임시 숨김 */
.quick {
  position: fixed;
  background: rgba(89, 88, 87, 0.7);
  color: #fff;
  right: 0;
  top: 75px;
  width: 128px;
  border-radius: 30px;
  font-size: 20px;
  overflow: hidden;
  text-align: center;
  line-height: 1.2;
  z-index: 3;
}

.quick ol {
  background: #b2c80d;
  color: #20486c;
  padding: 30px 10px 20px;
  font-size: 18px;
}

.quick ol dt {
  font-size: 22px;
  line-height: 1.4;
}

.quick ol dt span {
  background: #20486c;
  color: #fff;
  padding: 2px 3px;
}

.quick ol dl {
  padding: 13px 0;
  letter-spacing: -0.04em;
}

.quick ol dl + dl {
  border-top: #89a428 1px solid;
}

.quick ol dl b {
  letter-spacing: -0.09em;
  display: block;
  margin-top: 5px;
}

.quick a {
  padding: 35px 0px 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 108px;
}

.quick a img {
  display: block;
  margin: 0 auto 5px;
}

.quick a + a {
  border-top: #abacad 1px solid;
}

.quick a:last-child {
  padding: 0;
  margin: 15px auto 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #20486c;
  border-radius: 50%;
  border-top: #abacad 1px solid;
}

.quick a:nth-child(4) {
  border-bottom: #abacad 1px solid;
}

.quickM {
  display: none;
}

/* 공용 시작 */
/* 확대 애니메이션 정의 */
@keyframes zoomInOnce {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* 슬라이드 이미지에 적용할 클래스 */
.slide-zoom-effect img {
  animation: zoomInOnce 3s ease-out forwards;
}

.tac {
  text-align: center;
}

.mhr_box {
  display: flex;
  margin-bottom: 40px;
}

.mhr_left {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
}

.mhr_right {
  width: 70%;
  font-size: 18px;
  font-weight: 400;
}

.mhr_right span {
  font-size: 80%;
  color: #8a8a8a;
}

.mhr_notice {
  font-size: 20px;
  color: #737373;
  font-weight: bold;
}

.bottom_banner {
  padding: 90px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/main/yousei_cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_box {
  background: rgba(8, 43, 84, 0.7);
  max-width: 490px;
  margin: 0 auto;
  padding: 75px 70px;
  text-align: center;
  color: #fff;
}

.banner_top {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 2px solid #85a2b4;
  line-height: 32px;
}

.banner_top span {
  font-size: 21px;
  font-weight: 400;
}

.banner_bottom {
  padding-top: 25px;
  font-size: 50px;
  font-weight: 500;
}

.bottom_map {
  padding: 180px 0;
  background: #f5f8ff;
  position: relative;
}

.root_daum_roughmap .cont {
  display: none;
}

.map_infobox {
  width: 530px;
  height: 705px;
  position: absolute;
  top: 130px;
  left: calc((100vw - 1300px) / 2);
  background: #fff;
  border-radius: 25px;
  z-index: 3;
  padding: 60px 50px;
}

.map_info_top {
  width: 100%;
  padding: 0px 17px 45px 17px;
  border-bottom: 1px solid #ccc;
}

.map_info_bottom {
  padding-top: 45px;
}

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

.map_info_bottom_box {
  display: flex;
  gap: 15px;
  margin-bottom: 55px;
}

.mibb_left {
  width: 27px;
}

.mibb_left i {
  font-size: 26px;
  color: #20486c;
  position: relative;
  top: 5px;
}

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

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

.mibb_right.mr2 b {
  font-size: 24px;
  font-weight: bold;
}

.mibb_right.mr2 span {
  font-size: 15px;
  font-weight: 500;
}

.br_mo {
  display: none;
}

.nametag {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #ff9600;
}

.nametag > span {
  display: block;
  font-size: 60%;
}

.nametag p span {
  font-size: 80%;
}

.line_gold {
  margin: 60px 0;
  width: 60px;
  height: 5px;
  background: #b2c80d;
}

/* 공용 끝 */
/* 메인페이지 시작 */
.main_slide_sec {
  width: 100%;
  height: 700px;
}

.main_slide {
  width: 100%;
  height: 100%;
}

.main_slide .swiper-slide {
  overflow: hidden;
}

.main_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_slide img.slide_pc {
  display: block;
}

.main_slide img.slide_mo {
  display: none;
}

.main_slide .swiper-pagination {
  left: 50% !important;
  bottom: 4% !important;
  display: flex;
  align-items: center;
}

.main_slide .swiper-pagination-bullet-active {
  background: #f8cb0c;
  width: 16px;
  height: 16px;
}

.common_sec {
  padding: 120px 0;
  overflow: hidden;
}

.common_sec.lightgrey {
  background-color: #f5f8ff;
}

.inner_area {
  max-width: 1300px;
  margin: 0 auto;
}

.subtitle {
  /* font-size: 32px; */
  font-size: 28px;
  /* 24pt */
  font-weight: bold;
  background: linear-gradient(to bottom, #fcf100 0%, #bfd413 51%, #f6cc08 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-title {
  /* font-size: 53px; */
  font-size: 38px;
  /* 40pt */
  font-weight: 500;
  /* margin-top: 25px; */
  margin-top: 0px;
}

.main-title_center {
  font-weight: bold;
  font-size: 48px;
  color: #20486c;
  line-height: 60px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
  overflow: hidden;
}

.card {
  width: calc(33.333% - 13.34px);
  /* 3개씩 나열 + gap 고려 */
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-color: #ccc;
  flex-grow: 1;
  min-width: 250px;
}

.card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  filter: brightness(0.6);
  transition: 0.3 ease;
}

.card:hover img {
  filter: brightness(0.8);
}

.card-text {
  position: absolute;
  bottom: 16px;
  left: 50%;
  color: white;
  font-size: 28px;
  font-weight: bold;
  /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); */
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

.coverimg1 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/main/coverimg1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.review-swiper {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 50px;
  /* padding: 0 60px; */
  position: relative;
}

.review-swiper .swiper-wrapper {
  height: auto;
}

.review-card {
  position: relative;
  overflow: hidden;
  display: block;
  /* border-radius: 12px; */
}

.review-card img {
  width: 100%;
  height: auto;
  display: block;
}

.review-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: rgba(8, 43, 84, 0.7);
  color: white;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

/* Swiper Navigation Buttons */
.review-prev,
.review-next {
  color: #333;
  background-color: rgba(0, 0, 0, 0.2);
  width: 62px !important;
  height: 62px !important;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.review-prev::after,
.review-next::after {
  font-size: 25px !important;
  font-weight: bold;
  /* color: #ccc; */
  color: #fff;
}

.review_area {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.plbox {
  width: 100%;
  padding-left: calc((100vw - 1310px) / 2);
  overflow: hidden;
}

.doctor_swiper .swiper-wrapper {
  height: auto;
}



.doctors_area {
  display: flex;
  gap: 16px;
  margin-top: 50px;
}

.doctors {
  position: relative;
  display: block;
}

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

.doctors img {
  display: block;
  width: 100%;
  height: auto;
}
.plusBox01{position: absolute; background: #9aad0b; color: #fff; font-weight: 200; font-size: 60px; top: 45%; left: 50%; width: 60px; height: 60px; border-radius: 50%; line-height: 53px; text-align: center; margin-left: -30px; opacity: 0.7; display: none}

.doctors:hover .plusBox01{display: block}

.doctor_top {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}

.doctor_bottom span {
  font-size: 75%;
  font-weight: 600;
}

.section_gap {
  display: block;
  width: 100%;
  height: 128px;
  background: #f5f8ff;
}

.midcover {
  width: 100%;
  overflow: hidden;
  height: 795px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.midcover1 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/main/midcover1.jpg");
}

.midcover2 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/main/midcover2.jpg");
}

.mid_area {
  display: flex;
  gap: 35px;
}

.mid_area.rev {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.mid_img {
  max-width: 613px;
}

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

.mid_text {
  padding-top: 300px;
}

.mid_text h3 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 56px;
  color: #fff;
}

.mid_text p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 60px;
}

.mid_text a {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 0px;
  border-bottom: 3px solid #fff;
  position: relative;
  color: #fff;
}

.mid_text a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: -25px;
  top: 5px;
  font-size: 85%;
}

.comm_area {
  display: flex;
  gap: 25px;
}

.comm_box {
  width: 33%;
  background: #fff;
  padding: 55px 35px 25px 35px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.comm_icon {
  position: absolute;
  left: 5px;
  top: 5px;
}

.comm_title {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #eaeaea;
}

.comm_title .main-title {
  font-weight: bold;
}

.comm_item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  position: relative;
}

/* 메인페이지 끝 */
/* 의료진 소개 시작 */
@font-face {
  font-family: "InkLipquid";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.staff_top {
  padding: 40px 0 150px 0;
}

.staff_area {
  width: 100%;
  margin-top: 90px;
  overflow: hidden;
}

.staff_area .doctors_area {
  flex-wrap: wrap;
}

.staff_area .doctors {
  width: calc(25% - 16px);
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.staff_area .doctors .review-label {
  background: rgba(187, 201, 60, 0.83);
  color: #111;
}

.staff_box {
  padding-top: 230px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.staff_msg_top {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  font-family: "InkLipquid";
  line-height: 38px;
  position: absolute;
  right: calc((100vw - 1300px) / 2 + 15px);
  top: 50px;
}

.staff_msg_top.top2 {
  top: 60px;
}

.staff_msg_top span {
  color: #b2c80d;
}

.staff_box_bottom {
  width: 100%;
  display: flex;
  background: #f7f7f7;
  padding: 60px 0 0 0;
}

.staff_box_bottom.rr {
  border-top-right-radius: 100px;
}

.staff_box_bottom.rl {
  border-top-left-radius: 100px;
}

.sbb_img {
  width: 50%;
  position: relative;
}

.sbb_img img {
  position: absolute;
  left: calc((100vw - 1300px) / 2);
  display: block;
  bottom: 0;
}

.sbb_desc {
  padding-left: 25px;
}

.sbb_desc .workbox {
  display: inline-block;
  padding: 12px 25px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 18px;
  border-radius: 50px;
}

.sbb_desc h3 {
  font-size: 60px;
  font-weight: bold;
}

.sbb_desc h3 span {
  font-size: 30px;
  font-weight: 500;
}

.sbb_desc h4 {
  font-size: 36px;
  font-weight: bold;
}

.sbb_desc h4 span {
  color: #b2c80d;
}

.sbb_line {
  width: 215%;
  height: 4px;
  background: #b2c80d;
  margin: 25px 0 50px 0;
}

.sbb_desc .history {
  margin-top: 50px;
  margin-bottom: 60px;
}

.sbb_desc .history .history_title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.sbb_desc .history .history_line {
  font-size: 18px;
  line-height: 28px;
  color: #3c3c3c;
}

.name_behind {
  position: absolute;
  left: 20px;
  bottom: -10px;
  font-size: 120px;
  color: #cccccc;
  opacity: 0.3;
  font-weight: 900;
  line-height: 115px;
}

.staff_gap {
  height: 180px;
}

/* 좌우반전 박스 */
.staff_box.rev .staff_box_bottom {
  flex-direction: row-reverse;
}

.staff_box.rev .staff_msg_top {
  left: calc((100vw - 1300px) / 2 + 15px);
  right: unset;
}

.staff_box.rev .sbb_img img {
  left: unset;
  right: calc((100vw - 1300px) / 2);
}

.staff_box.rev .sbb_desc {
  width: 50%;
  padding-left: calc((100vw - 1300px) / 2);
}

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

.staff_box.rev .name_behind {
  left: unset;
  right: 20px;
  text-align: right;
}

.cardbox {
  position: relative;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}

.cardbox_btn_area {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 0);
  width: 1300px;
  display: flex;
  gap: 25px;
}

.cardbox_btn_area a {
  width: 25%;
  border: 1px solid #eee;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  padding: 30px 0;
  font-size: 26px;
  line-height: 34px;
  transition: 0.3s ease;
}

.cardbox_btn_area a:hover {
  background: #b2c80d;
  font-weight: bold;
  color: #000;
}

.cardbox_btn_area a.cardbox_btn_on {
  background: #b2c80d;
  font-weight: bold;
  color: #000;
}

.cardbox_inner {
  width: 100%;
  min-height: 780px;
  padding: 158px 0 180px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cardbox_inner.inner1 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub01/cardbox1.jpg");
}

.cardbox_inner h3 {
  font-size: 36px;
  font-weight: 500;
  color: #609ec3;
  text-align: center;
  margin-bottom: 5px;
}

.cardbox_inner h4 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
}

.cardbox_inner p {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

/* 의료진 소개 끝 */
/* 진료 철학 시작*/
.phil_top_intro {
  padding: 40px 0 40px 0;
}

.phil_top {
  padding: 80px 0 65px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub01/phil_top.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.phil_title {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.phil_text {
  font-size: 22px;
  color: #fff;
  line-height: 29px;
  margin-top: 60px;
  font-weight: 300;
}

.slogan_area {
  padding: 50px 0 40px 0;
  text-align: center;
}

.slogan_area h4 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 51px;
  color: #014876;
}

.slogan_area p {
  margin-top: 14px;
  font-size: 23px;
  font-weight: 500;
  color: #151515;
}

.phil_top_mo {
  display: none;
}

@media screen and (min-width: 1930px) {
  .phil_top {
    background-size: cover;
  }
}
.phil_box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border-top-right-radius: 50px;
  margin-bottom: 50px;
}

.phil_box.rev {
  flex-direction: row-reverse;
  border-top-right-radius: 0px;
  border-top-left-radius: 50px;
}

.phil_left {
  width: 50%;
  padding: 70px 50px;
  text-align: center;
}

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

.phil_left h5 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 60px;
}

.phil_left h5 span {
  color: #b2c80d;
}

.phil_left p.phil_box_text {
  font-size: 20px;
  color: #111;
  line-height: 28px;
}

.phil_right {
  width: 50%;
}

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

/* 진료 철학 끝*/
/*오시는길 시작*/
.information_intro {
  padding-top: 40px;
}

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

.information .mibb_right h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

.information .mibb_right.mr1 span .color {
  color: #ff8523;
  font-weight: 600;
}

.information .subway {
  padding-left: 50px;
  position: relative;
}

.information .subway::after {
  content: "3호선";
  position: absolute;
  display: inline-block;
  top: 2px;
  left: -8px;
  font-size: 14px;
  color: #fff;
  background: #ff8523;
  padding: 3px 10px;
  border-radius: 50px;
}

.information.bottom_map {
  background: #fff;
}

.information .map_infobox {
  height: 620px;
  top: 185px;
  padding: 50px 50px;
}

.information_mid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 110px;
  align-items: center;
}

.info_title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
}

.info_box {
  width: 50%;
}

.info_box img {
  display: block;
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.info_box.right {
  padding-left: 60px;
}

.info_box h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.info_box p {
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 500;
}

.info_box p.noticetext {
  color: #111;
}

.info_box .info_line {
  margin: 40px 0;
  background: #eeeeee;
  height: 2px;
  max-width: 530px;
}

.info_flex {
  display: flex;
  margin-bottom: 10px;
}

.info_item {
  font-size: 20px;
}

.info_item.ls {
  width: 85px;
}

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

.info_item.rs b {
  font-weight: bold;
}

.info_item.rs span {
  font-size: 20px;
  color: #898989;
}

/*오시는길 끝*/
/*병원 둘러보기 시작*/
.hospital_intro {
  padding-top: 40px;
}

.lightgrey {
  background: #f5f8ff;
}

.hospital_slide_area {
  padding: 60px 0;
  overflow: hidden;
}

.hospital_slide_area.top {
  margin-top: 120px;
}

.hospital_title {
  font-size: 28px;
  font-weight: bold;
  padding-left: 150px;
  margin-bottom: 15px;
}

.swiper_area {
  position: relative;
}

.hospital_swiper .swiper-wrapper {
  height: auto;
}

.hospital_swiper .swiper-slide {
  max-width: 1100px;
  background: #ccc;
  border-radius: 25px;
  overflow: hidden;
}

.hospital_swiper .swiper-slide img {
  display: block;
  width: 100%;
  opacity: 0.5;
}

.swiper_area .swiper-pagination {
  left: 50% !important;
  bottom: -25px !important;
  display: flex;
  align-items: center;
}

.swiper_area .swiper-pagination-bullet-active {
  background: #f8cb0c;
  width: 16px;
  height: 16px;
}

/* Swiper Navigation Buttons */
.hs_prev,
.hs_next {
  color: #333;
  background-color: #3f3e3f;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50%;
}

.hs_prev {
  left: 15vw;
}

.hs_next {
  right: 15vw;
}

.hs_prev::after,
.hs_next::after {
  font-size: 25px !important;
  font-weight: bold;
  /* color: #ccc; */
  color: #c6c5c6;
}

.hospital_swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

/*병원 둘러보기 끝*/
/*진료장비 시작*/
.equip_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 110px;
  margin-bottom: 110px;
}

.equip_item {
  width: calc(50% - 12.5px);
}

.equip_item img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

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

.equip_item .equip_textarea h4 {
  font-size: 30px;
  font-weight: 600;
}

.equip_item .equip_textarea .equip_line {
  display: block;
  width: 80px;
  height: 3px;
  background: #b2c80d;
  margin: 25px 0;
}

.equip_item .equip_textarea p {
  font-size: 22px;
  font-weight: 500;
  color: #151515;
  line-height: 28px;
  word-break: keep-all;
}

/*진료장비 끝*/
/* 서브 타이틀 공용 시작*/
.sub_intro_title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

.sub_intro_subtext {
  font-size: 24px;
  font-weight: 400;
}

.sub_desc_txt {
  font-size: 20px;
  font-weight: 400;
  margin: 30px auto 0px auto;
}

.sub_common_p {
  font-size: 20px;
  font-weight: 500;
}

.bottomline {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #000;
}

.bottomline.bot2 {
  max-width: 900px;
}

span.gold {
  color: #b2c80d;
}

.subtitle_sky {
  font-size: 30px;
  margin: 60px 0 30px 0;
  color: #00bdbe;
}

/* 서브 타이틀 공용 끝 */
/*외과수술 시작 */
.surg_img_toparea {
  display: flex;
  gap: 25px;
  margin: 90px auto 120px auto;
}

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

.surg_area {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 110px;
}

.surg_box {
  width: 100%;
  display: flex;
  padding: 60px;
  gap: 60px;
  border-radius: 25px;
}

.surg_box:nth-child(1n) {
  background: #eef5fe;
}

.surg_box:nth-child(2n) {
  background: #f5f5f5;
}

.surg_left {
  max-width: 430px;
}

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

.surg_right {
  width: calc(100% - 430px - 60px);
}

.surg_right h4 {
  font-size: 40px;
  font-weight: 600;
}

.surg_right .surg_line {
  margin: 30px 0;
  background: #b2c80d;
  width: 55px;
  height: 4px;
}

.surg_right p {
  font-size: 20px;
  word-break: keep-all;
}

/*외과수술 끝 */
/* 치주수술 시작 */
.perio_bg1 {
  padding: 120px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub08/perio_bg1.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 120px;
}

.perio_flex1 {
  margin-top: 50px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.perio_flex1 .left {
  width: calc(50% - 30px);
}

.perio_flex1 .left img {
  display: block;
  width: 100%;
}

.perio_flex1 .right {
  width: calc(50% - 30px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.perio_flex1 .right img {
  width: calc(50% - 10px);
  display: block;
}

.perio_bg2 {
  margin: 120px 0;
}

.perio_flex2 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 60px 0 100px 0;
}

.pf2_item {
  width: calc(50% - 12.5px);
}

.pf2_item .pf2_item_in {
  padding: 30px;
}

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

.pf2_item .surg_line {
  margin: 20px 0;
  background: #b2c80d;
  width: 90px;
  height: 4px;
}

.pf2_item p {
  font-size: 20px;
  word-break: keep-all;
}

.perio_bottom {
  display: block;
  max-width: 660px;
  margin: 0 auto;
  margin-top: 60px;
}

/* 치주수술 끝 */
/* 자연치아 살리기 시작 */
.natural_top {
  margin-top: 210px;
}

.natural_1 {
  background: #f5f8ff;
}

.natural_1_flex {
  display: flex;
  flex-wrap: wrap;
}

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

.natural_1_flex .left img {
  display: block;
  width: 100%;
  position: relative;
  top: -60px;
}

.natural_1_flex .right {
  width: 50%;
  padding: 60px;
}

.doctor_nameplate {
  margin-top: 50px;
  width: 100%;
  padding-left: 12px;
  border-left: 5px solid #4cbefc;
}

.doctor_nameplate .nameplate_top {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.doctor_nameplate p {
  font-size: 30px;
  font-weight: bold;
}

.doctor_nameplate p span {
  font-size: 90%;
}

.natural_2 {
  padding: 120px 0;
  margin-top: 120px;
}

.s02_01_flex1 {
  margin-top: 85px;
  display: flex;
  gap: 15px;
  padding: 0 15px;
}

.s02_01_flex1 .flex1_item {
  width: 25%;
  border-radius: 25px;
  padding: 37px 30px;
}

.s02_01_flex1 .flex1_item:nth-child(1) {
  background: #f5f8ff;
}

.s02_01_flex1 .flex1_item:nth-child(2) {
  background: #e3f5f9;
}

.s02_01_flex1 .flex1_item:nth-child(3) {
  background: #fee6d9;
}

.s02_01_flex1 .flex1_item:nth-child(4) {
  background: #e6ecc5;
}

.s02_01_flex1 .flex1_item img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.s02_01_flex1 .flex1_item p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.natural_3 {
  background: #f5f8ff;
  border-top-right-radius: 100px;
}

.s02_01_flex2 {
  display: flex;
  flex-wrap: wrap;
}

.flex2_item {
  width: 50%;
}

.flex2_item.l {
  position: relative;
}

.flex2_item.l img {
  display: block;
  position: absolute;
  width: 75%;
  left: 0;
  top: 0;
}

.flex2_item.r {
  position: relative;
  padding: 120px 45px 0px 45px;
}

.flex2_item.r p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.flex2_item.r .micro_flex {
  position: relative;
  bottom: -90px;
  left: -40px;
  display: flex;
  gap: 15px;
  width: 110%;
}

.flex2_item.r .micro_flex img {
  display: block;
  width: 33%;
  border-radius: 25px;
}

.flex2_r {
  position: relative;
}

.quote {
  position: absolute;
  left: 3px;
  top: 48px;
  width: 120px;
  z-index: 0;
}

.natural_4 {
  margin: 285px 0 180px 0;
}

.s02_01_flex3 {
  display: flex;
  flex-wrap: wrap;
}

.flex3_item {
  width: 50%;
}

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

.s02_bottom1 {
  padding: 90px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub02/s02_img_bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.s02_bottom_flex1 {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 0 40px;
}

.bf1_item {
  width: calc(50% - 30px);
  background: #fff;
  border-radius: 25px;
  padding: 27px 50px 27px 70px;
  position: relative;
}

.bf1_item span {
  position: absolute;
  left: -27px;
  top: -32px;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 16px 28px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #ff9000;
  color: #fff;
}

.bf1_item p {
  font-size: 20px;
}

/* 자연치아 살리기 끝 */
/* 미세현미경 치료 시작*/
.neuro1_in {
  width: 100%;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub02/neuro_bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  margin-top: 60px;
}

.neuro1_flex {
  display: flex;
  flex-wrap: wrap;
}

.n1_item {
  width: 50%;
}

.n1_item_desc {
  width: 100%;
  background: #fff;
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 30px 60px;
  position: relative;
}

.n1_item_desc:last-child {
  margin-bottom: 0;
}

.n1_item_desc p {
  font-size: 20px;
  font-weight: 500;
}

.n1_item_desc span {
  position: absolute;
  display: block;
  font-size: 24px;
  font-weight: bold;
  background: #b2c80d;
  border-radius: 100px;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 25px;
}

.neuro2_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 60px;
}

.n2_item {
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  display: flex;
  background: #609ec3;
}

.n2_item img {
  display: block;
  max-width: 730px;
}

.n2_item .n2_itembox {
  width: calc(100% - 730px);
  padding: 65px 60px;
}

.n2_item .n2_itembox h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.n2_item .n2_itembox .n2_line {
  margin: 30px 0;
  background: #fff;
  width: 55px;
  height: 4px;
}

.n2_item .n2_itembox p {
  font-size: 20px;
  word-break: keep-all;
  color: #fff;
}

.neuro_bg2 {
  padding: 125px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub02/neuro_bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
}

.case_section {
  display: flex;
  padding: 90px 0;
  gap: 60px;
  border-bottom: 1px solid #ccc;
}

.case_section:last-child {
  border-bottom: 0;
}

.case_section.reverse {
  flex-direction: row-reverse;
}

.case_image {
  width: 50%;
}

.case_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.case_text {
  width: 50%;
}

.case_title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  background: #b2c80d;
  width: 75px;
  height: 80px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
}

.case_title span {
  color: #fff;
  display: block;
  padding-top: 5px;
  border-top: 2px solid #fff;
}

.case_heading {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 48px;
}

.case_description {
  font-size: 20px;
  word-break: keep-all;
  color: #333;
}

/* 미세현미경 치료 끝*/
/*재신경치료 시작*/
.reneural_1 {
  background: #f5f8ff;
  padding: 120px 0;
  margin-bottom: 120px;
}

.ren_flex1 .flex3_item {
  position: relative;
}

.ren_flex1 .ren_flex1_img {
  position: absolute;
  left: 0;
  top: -234px;
  width: 90%;
}

.ren_flex1_item_2 {
  padding-left: 50px;
}

.ren_flex1_item_2 .quote {
  width: 120px !important;
  top: -80px !important;
}

.reneural_bg {
  padding: 125px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub02/reneural_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
}

/*재신경치료 끝*/
/* 치근단 시작 */
.resection_2 {
  padding: 120px 0;
}

.resection_img2 {
  display: block;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 50px;
}

.resection_flex1 {
  display: flex;
  gap: 20px;
  margin: 80px auto;
}

.resection_flex1 .res_f1_item {
  display: block;
  width: 33%;
  overflow: hidden;
  border-radius: 25px;
}

.resection_flex1 .res_f1_item img {
  display: block;
  width: 100%;
}

.resection_flex1 .res_f1_item .res_f1_textbox {
  background: #b2c80d;
  font-size: 24px;
  text-align: center;
  padding: 30px;
}

.resection_bg {
  padding: 125px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub02/resection_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 360px;
}

/* 치근단 끝 */
/* 5세 100세 치아관리 시작 */
.together_bg {
  padding: 125px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub03/together_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}

.together_1 {
  background: #eef5fe;
  padding: 120px 0;
}

.tog_item {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  padding: 60px 0;
  display: flex;
  margin-bottom: 60px;
}

.tog_item:last-child {
  margin-bottom: 0;
}

.tog_item .tog_left {
  width: 340px;
}

.tog_num {
  display: inline-block;
  text-align: center;
  background: #b2c80d;
  color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 20px 18px;
  font-size: 24px;
}

.tog_num span {
  font-size: 110%;
  font-weight: bold;
}

.tog_right {
  padding-right: 50px;
  width: calc(100% - 340px);
}

.tog_right h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tog_right > p {
  font-size: 20px;
}

.tog_list {
  margin-top: 20px;
}

.tog_list_title {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.tog_list_title > img {
  display: block;
}

.tog_list_title > p {
  font-size: 22px;
  font-weight: 600;
}

.tog_flex {
  display: flex;
  gap: 20px;
}

.tf_item {
  width: 33%;
  overflow: hidden;
}

.tf_item > img {
  display: block;
  width: 100%;
}

.tf_item > p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

/* 5세 100세 치아관리 끝 */
/* 평생 잇몸 관리 시작*/
.gum_top {
  margin: 120px 0;
}

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

.gum_1 {
  background: #eef5fe;
  padding: 120px 0;
}

.main_span {
  font-size: 90%;
  font-weight: 500;
}

.gum_1 .sub_intro_subtext {
  margin-top: 60px;
  margin-bottom: 60px;
}

.gum_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gum_item {
  width: calc(33% - 10px);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.gum_item::after {
  content: ">";
  position: absolute;
  top: 35%;
  right: -40px;
  transform: translate(0%, -50%);
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 15px 25px;
  background: #b2c80d;
  border-radius: 100%;
  z-index: 1;
}

.gum_item:last-child::after {
  display: none;
}

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

.gum_item h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0;
}

.gum_item p {
  font-size: 18px;
  font-weight: 400;
}

/* 평생 잇몸 관리 끝*/
/*임플란트 사후관리 시작*/
.implant_top {
  margin: 120px 0;
}

.implant_top .sub_intro_subtext {
  margin-top: 60px;
}

.gum_1 {
  background: #eef5fe;
  padding: 120px 0;
}

.s03_implant_top {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub03/s03_implant_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0;
}

.s03_if1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.s03_if1_item {
  background: #eef5fe;
  border-radius: 25px;
  padding: 60px 30px;
  overflow: hidden;
  text-align: center;
  width: calc(33% - 15px);
}

.s03_if1_item img {
  display: block;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.s03_if1_item h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.s03_if1_item .greenbox {
  background: #00c18d;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.s03_if1_item .greenbox span {
  font-weight: bold;
}

.s03_if1_item > span {
  font-size: 16px;
  font-weight: 400;
}

.s03_if2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.s03_if2_item {
  background: #eef5fe;
  position: relative;
  border-radius: 25px;
  padding: 60px 20px 20px 30px;
  width: calc(33% - 10px);
  text-align: center;
}

.s03_if2_item span {
  position: absolute;
  left: 50%;
  top: -25px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #b2c80d;
  border-radius: 100%;
  padding: 5px 20px;
  transform: translate(-50%, 0);
}

.s03_if2_item p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

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

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

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

.s03_if2_notice {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  background: #eeeeee;
}

.s03_implant_bottom {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub03/s03_implant_bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 65px 0;
}

.s03_if3 {
  display: flex;
  flex-wrap: wrap;
}

.s03_if3_item {
  width: 50%;
}

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

.s03_if3_item .whitebox {
  font-size: 22px;
  color: #20486c;
  background: #eef5fe;
  border-radius: 15px;
  padding: 15px 15px;
  font-weight: 600;
}

/*임플란트 사후관리 끝*/
/*교정 검진 시작*/
.ortho_top {
  margin: 120px 0 60px 0;
}

.ortho_1 {
  background: #eef5fe;
  padding: 120px 0;
}

.ortho_cover {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub03/ortho_bg1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.ort_f1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

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

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

.ort_notice {
  color: #609ec3;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}

.ort_toptitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.phil_top.ort_top {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub03/ortho_bg2.jpg");
  margin-top: 120px;
  padding: 100px 0;
}

.phil_top.ort_top.ort_top2 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub03/ortho_bg3.jpg");
}

.whiteline {
  width: 50px;
  height: 3px;
  background: #fff;
  margin: 60px 0;
}

.ort_rev {
  display: flex;
  flex-wrap: wrap;
}

.ort_revbox {
  width: 50%;
  padding: 0 0 0 60px;
}

.phil_title span.light {
  font-weight: 400;
}

.manage_img {
  display: none;
}

/*교정 검진 긑*/
.s04_implant_bottom {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub04/s04_dentipro_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 85px 0 0 0;
}

.s04_if {
  display: flex;
}

.s04_if_item {
  width: 50%;
}

.s04_if_item.expand {
  width: 60%;
}

.s04_if_item > p {
  font-size: 26px;
  font-weight: 600;
  color: #ff9600;
  margin: 30px 0;
}

.testi_box {
  padding: 35px 0 35px 35px;
  display: flex;
  background: #e6e8e7;
  border-radius: 15px;
  overflow: hidden;
}

.testi_box .left {
  width: 70%;
  padding-right: 15px;
}

.testi_box .left p {
  font-size: 17px;
}

.testi_box .left span {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
  border-right: 2px solid #ff9600;
}

.testi_box .right {
  width: 30%;
  position: relative;
}

.testi_box .right img {
  position: absolute;
  right: 0;
  bottom: -35px;
  display: block;
  width: 100%;
}

.s04_implant_top {
  margin: 60px 0 120px 0;
}

.s04_if1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.s04_if1_item {
  overflow: hidden;
  width: calc(33% - 10px);
  border-radius: 25px;
  background: #eef5fe;
  position: relative;
}

.s04_if1_item .imgbox {
  position: relative;
}

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

.s04_if1_item .s04_if1_num {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  font-size: 36px;
  font-weight: bold;
  background: #609ec3;
  color: #fff;
  padding: 20px 25px;
  border-radius: 100%;
}

.s04_if1_item .s04_if1_num.n2 {
  background: #a5ce00;
}

.s04_if1_item .s04_if1_num.n4 {
  background: #a5ce00;
}

.s04_if1_item .s04_if1_num.n6 {
  background: #a5ce00;
}

.s04_if1_item .s04_if1_num.n8 {
  background: #a5ce00;
}

.s04_if1_item .s04_if1_txtarea {
  padding: 70px 30px 40px 30px;
  text-align: center;
  font-size: 21px;
}

.s04_if1_item .s04_if1_txtarea p {
  word-break: keep-all;
}

.s04_highlevel_top {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub04/s04_highlevel_bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 85px 0 110px 0;
}

.hl_checkbox {
  background: #eef5fe;
  border-radius: 25px;
  display: flex;
  padding: 18px 0;
  align-items: center;
  width: 60%;
  margin: 20px 0;
}

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

.hl_checkbox img {
  width: 85px;
  padding: 0 20px;
}

.hl_checkbox p {
  padding: 0 20px;
  border-left: 1px solid #ccc;
  font-size: 18px;
}

.s04_highlevel_top2 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub04/s04_highlevel_bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 85px 0 0px 0;
  margin-top: 160px;
}

.s04_hf_top1 {
  display: flex;
  flex-wrap: wrap;
}

.s04_hf_t1_item:first-child {
  width: 310px;
  position: relative;
}

.s04_hf_t1_item:last-child {
  width: calc(100% - 310px);
  padding-left: 105px;
  padding-bottom: 100px;
}

.s04_hf_t1_item img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.teethbox_flex {
  margin: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hl_teethbox {
  width: calc(50% - 10px);
  background: #eef5fe;
  border-radius: 25px;
  border: 1px solid #b2c80d;
  text-align: center;
  padding: 25px;
  font-size: 18px;
}

.s04_highlevel_sec2 {
  padding: 120px 0 220px 0;
}

.s04_hl_flex1 {
  display: flex;
  flex-wrap: wrap;
}

.s04_hl_f1_item {
  width: 50%;
}

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

.s04_hl_f1_item:last-child {
  padding-left: 60px;
}

.s04_c_top2 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub04/s04_custom_bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 85px 0 0px 0;
  margin-top: 160px;
}

.s04_c_top1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s04_c_t1_item:first-child {
  width: 310px;
  position: relative;
}

.s04_c_t1_item:last-child {
  width: calc(100% - 310px);
  padding-left: 105px;
  padding-bottom: 100px;
}

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

.teethbox_flex {
  margin: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hl_teethbox {
  width: calc(50% - 10px);
  background: #eef5fe;
  border-radius: 25px;
  border: 1px solid #b2c80d;
  text-align: center;
  padding: 25px;
  font-size: 18px;
}

span.big {
  display: block;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.s04_custom_flex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.s04_cf1_item {
  width: calc(25% - 20px);
  overflow: hidden;
  border-radius: 25px;
  padding: 30px;
  background: #eef5fe;
}

.s04_cf1_item img {
  display: block;
  width: 80%;
  margin: 0 auto 30px auto;
}

.s04_cf1_item p {
  font-size: 18px;
  text-align: center;
  word-break: keep-all;
}

.custom_1 {
  padding-top: 120px;
}

.custom_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.custom_item {
  width: calc(25% - 21px);
  border-radius: 25px;
  position: relative;
  background: #f5f5f5;
}

.custom_item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0%, -50%);
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 15px 25px;
  background: #b2c80d;
  border-radius: 100%;
  z-index: 1;
}

.custom_item:last-child::after {
  display: none;
}

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

.custom_item p {
  font-size: 18px;
  text-align: center;
  padding: 20px 25px;
}

.s04_custom_sec2 {
  padding: 120px 0 120px 0;
}

.s04_c_flex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

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

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

.s04_c_top2.transcover {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub04/s04_trans_bg.jpg");
}

/*sub05 시작*/
.alignflex_1 {
  flex-wrap: wrap;
}

.alignflex_1 .tf_item {
  width: calc(33% - 10px);
  padding-bottom: 25px;
  border-radius: 25px;
}

.alignflex_1 .tf_item:nth-child(odd) {
  background: #f6fafd;
}

.alignflex_1 .tf_item:nth-child(even) {
  background: #fdfef9;
}

.alignflex_1 .tf_item h4 {
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.sub_titlearea {
  margin-bottom: 80px;
}

.s05_ortho_bottom1 {
  padding: 90px 0;
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.s05_bottom_flex1 {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  /* padding: 0 40px; */
}

.obf1_item {
  width: calc(20% - 49px);
  background: #fff;
  border-radius: 25px;
  padding: 27px 50px 27px 70px;
  position: relative;
}

.obf1_item span {
  position: absolute;
  left: -27px;
  top: -32px;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 16px 28px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #ff9000;
  color: #fff;
}

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

.s05_if1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.s05_if1_item {
  background: #fff;
  position: relative;
  border-radius: 25px;
  border: 1px solid #8a9fb4;
  padding: 60px 20px 20px 30px;
  width: calc(33% - 10px);
  text-align: center;
  margin-top: 60px;
}

.s05_if1_item span {
  position: absolute;
  left: 50%;
  top: -25px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #b2c80d;
  border-radius: 100%;
  padding: 5px 10px;
  transform: translate(-50%, 0);
}

.s05_if1_item img {
  width: auto;
  margin-bottom: 30px;
}

.s05_if1_item p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.s05_imgtitle {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 48px;
  font-weight: 600;
  color: #b2c80d;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 60px;
}

.s05_imgtitle.img1 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_title_bg1.jpg");
}

.s05_imgtitle.img2 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_title_bg2.jpg");
}

.s05_imgtitle.img3 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_title_bg3.jpg");
}

.s05_imgtitle.img4 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_title_bg4.jpg");
}

.s05_cbox {
  overflow: hidden;
  background: #ffffff;
  margin-top: 60px;
  border-top-right-radius: 50px;
  display: flex;
  flex-wrap: wrap;
}

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

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

.s05_cbox .item:first-child .txtbox p {
  margin-bottom: 40px;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}

.s05_cbox .item:first-child .txtbox p::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #ff9c1c;
}

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

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

.s05_if2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.s05_if2_item {
  background: #fff;
  position: relative;
  border-radius: 25px;
  border: 1px solid #8a9fb4;
  padding: 60px 20px 20px 30px;
  width: calc(25% - 15px);
  text-align: center;
  margin-top: 60px;
}

.s05_if2_item span {
  position: absolute;
  left: 50%;
  top: -25px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #b2c80d;
  border-radius: 100%;
  padding: 5px 10px;
  transform: translate(-50%, 0);
}

.s05_if2_item img {
  width: auto;
  margin-bottom: 30px;
}

.s05_if2_item p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.s05_imgtitle {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 48px;
  font-weight: 600;
  color: #b2c80d;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 60px;
}

.s05_imgtitle.img1 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_title_bg1.jpg");
}

.s05_imgtitle.img2 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_title_bg2.jpg");
}

.s05_imgtitle.img3 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_title_bg3.jpg");
}

.s05_imgtitle.img4 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub05/s05_align_title_bg4.jpg");
}

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

.s05_clear_box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.s05_clear_box .item {
  width: calc(50% - 16px);
  position: relative;
}

.s05_clear_box .item img {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  top: -230px;
}

.s05_clear_box .item .txtbox {
  padding: 15px 15px;
  border-radius: 15px;
  background: #ffffff;
  margin-bottom: 10px;
}

.s05_clear_box .item .txtbox p {
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}

.s05_clear_box .item .txtbox p::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #09bfc0;
}

.s05_trans_compare {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  position: relative;
}

.trans_item {
  width: 50%;
}

.trans_item img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.trans_item h5 {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.trans_item:nth-child(1) h5 {
  background: #ededed;
  color: #000;
}

.trans_item:nth-child(2) h5 {
  background: #20486c;
  color: #c3f31f;
}

.trans_item p {
  font-size: 22px;
  text-align: center;
  padding: 15px 0;
}

.trans_item:nth-child(1) p {
  border-bottom: 1px solid #ededed;
}

.trans_item:nth-child(2) p {
  border-bottom: 1px solid #20486c;
  color: #20486c;
}

img.vs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.clip_flex1_area {
  margin: 80px 0;
}

.clip_flex1 {
  display: flex;
  border-radius: 25px;
  border: 2px solid #609ec3;
  overflow: hidden;
  align-items: center;
  margin-bottom: 55px;
}

.clip_flex1 .left {
  width: 400px;
  padding: 60px 20px;
  background: #afcee1;
}

.clip_flex1 .left img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.clip_flex1 .right {
  width: calc(100% - 400px);
  background: #fff;
  padding: 45px 70px;
}

.clip_flex1 .right .subtitle_sky {
  color: #609ec3;
  margin: 0;
}

.clip_flex1 .right .midline_sky {
  margin: 30px 0;
  width: 80px;
  height: 4px;
  background: #609ec3;
}

.clip_flex1 .right p {
  font-size: 18px;
  word-break: keep-all;
}

.partial_img1 {
  display: block;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

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

.partial_img1 p {
  position: absolute;
  width: 65%;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, 50%);
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 25px;
  border-radius: 15px;
  background: rgba(22, 63, 101, 0.75);
}

.goldbox {
  display: inline-block;
  background: #defa7d;
}

.partial_2 {
  margin-top: 80px;
}

.partial_txtbox2 {
  border-radius: 15px;
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 40px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
}

.correction_img_top {
  display: block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}

.correction_img_top.img1 {
  margin-top: 60px;
}

.cor_flex1 {
  margin-top: 60px;
  margin-bottom: 80px;
}

.cor_box {
  padding: 90px 20px;
  background: #fff;
}

.pl {
  padding-left: 35px;
}

.corflex_1 {
  background: #fff;
}

.corflex_1 .tf_item {
  border: 1px solid #899eb1;
  border-radius: 25px;
  overflow: hidden;
  padding-bottom: 20px;
}

.corflex_1 h4 {
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.tooth_array {
  margin: 80px 0;
}

.ta_f {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}

.ta_f img {
  display: block;
  width: 50%;
}

.cor_compare_flex {
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto;
}

.cor_ci {
  width: calc(50% - 10px);
  overflow: hidden;
  border-radius: 25px;
}

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

.cor_ci p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0 25px 0;
}

.cor_ci:nth-child(odd) {
  background: #ededed;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cor_ci:nth-child(even) {
  background: #20486c;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cor_ci:nth-child(even) p {
  color: #c3f31f;
}

.s05_clear_box.cor_bot .item img {
  left: unset;
  right: 0;
}

/*sub05 끝*/
/*sub06 시작*/
.tooth_1 {
  margin-top: 180px;
}

.s04_c_top2.toothcover {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub07/s07_tooth_bg.jpg");
  padding-bottom: 85px;
}

.s04_c_top2.toothcover .s04_c_t1_item:last-child {
  padding-bottom: 0;
}

.s04_c_top2.toothcover .sub_desc_txt {
  margin-top: 30px;
}

.bottomline.toothline {
  max-width: 1024px;
}

.tooth_img {
  display: block;
  max-width: 1150px;
  margin: 60px auto;
}

.s07_aes_sec2 {
  margin-top: 90px;
}

.s07_aes_flex1 {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.aes_f1_item {
  width: 33%;
  border-radius: 25px;
  overflow: hidden;
  background: #f5f5f5;
}

.aes_f1_item img {
  border-radius: 0 !important;
  display: block;
  width: 100%;
}

.aes_f1_item p {
  text-align: center;
  padding: 40px 0;
  font-size: 26px;
  font-weight: bold;
}

.s04_c_top2.laminatecover {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub06/s06_laminate_bg1.jpg");
}

.s02_bottom1.mt {
  margin-top: 120px;
}

.s04_c_top2.onedaycover {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub06/s06_oneday_bg1.jpg");
}

.s06_oneday_flex1 .s04_cf1_item {
  width: calc(33% - 10px);
}

.white_flex1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whiteflex_b {
  flex-wrap: wrap;
}

.whiteflex_b .tf_item {
  width: calc(25% - 15px);
}

.whiteflex_b .tf_item h4 {
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

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

.s04_c_top2.zirconiacover {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub06/s06_zirconia_bg1.jpg");
}

/*sub06 끝*/
/* sub07 시작*/
.s04_if_text {
  display: block;
  color: #fff;
  font-size: 18px;
  margin: 40px 0;
}

.jaw_bg1 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub07/s07_bg1.jpg");
}

.jaw_bg1 .inner_area {
  display: flex;
  justify-content: flex-end;
}

.s07_jaw1 {
  width: 80%;
}

.s07_jaw1 .hl_checkbox {
  width: 80%;
}

.jaw_bg2 {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub07/s07_bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

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

.s07_js1_box {
  width: 90%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px 40px;
  border-radius: 15px;
  margin-top: 40px;
}

.js1_box_in {
  display: flex;
  padding: 30px 0;
}

.js1_box_in:nth-child(2) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.js1_box_in .left {
  width: 20%;
}

.js1_box_in .left span {
  font-size: 22px;
  display: inline-block;
  background: #ff7200;
  color: #fff;
  padding: 5px 15px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.js1_box_in .right {
  width: 80%;
}

.js1_box_in .right p {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
  color: #fff;
}

.js1_box_in .right p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.s07_jaw_sec2 {
  margin: 120px 0;
}

.s07_jaw_sec2 .tog_list {
  margin-top: 60px;
}

.jawflex_b {
  flex-wrap: wrap;
}

.jawflex_b .tf_item {
  width: calc(33% - 10px);
}

.jawflex_b .tf_item h4 {
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.tooth_1 {
  margin-top: 180px;
}

.s04_c_top2.toothcover {
  background-image: url("https://nowwd2.speedgabia.com/dentipro/img/sub07/s07_tooth_bg.jpg");
  padding-bottom: 85px;
}

.s04_c_top2.toothcover .s04_c_t1_item:last-child {
  padding-bottom: 0;
}

.s04_c_top2.toothcover .sub_desc_txt {
  margin-top: 30px;
}

.bottomline.toothline {
  max-width: 1024px;
}

.tooth_img {
  display: block;
  max-width: 1150px;
  margin: 60px auto;
}

.tooth_faq_box {
  padding: 30px 30px;
  background: #eef5fe;
  margin-top: 30px;
  border-radius: 0;
}

.tooth_faq_box.odd {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.tooth_faq_box.even {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #eeeeee;
}

.tooth_ff {
  display: flex;
  gap: 15px;
  padding: 30px 0;
}

.tooth_ff:first-child {
  border-bottom: 1px solid #ccc;
}

.tooth_ff .left {
  font-size: 18px;
}

.tooth_ff .left span {
  font-size: 32px;
  font-weight: bold;
}

.tooth_ff .right h4 {
  font-size: 26px;
  font-weight: bold;
}

.tooth_ff .right p {
  font-size: 18px;
  word-break: keep-all;
}

/* sub07 끝*/
/*4k 모니터 사용시 퀵메뉴 위치 조정*/
@media screen and (min-width: 1930px) {
  .quick {
    top: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .gnb_1da {
    padding: 0px 7px;
    font-size: 17px;
  }
}/*# sourceMappingURL=default.css.map */