/*문자열설정*/
@charset "utf-8";
/*폰트설정*/
/*@import url("/fonts/NanumBarunGothic/NanumBarunGothic.css");*/
/*@import url("/fonts/NanumGothic/NanumGothic.css");*/
/*@import url("/fonts/NanumMyeongjo/NanumMyeongjo.css");*/
/*@import url("/fonts/nanumsquare/nanumsquare.css");*/
/*@import url("/fonts/Oswald/Oswald.css");*/
/*@import url("/fonts/NotoSansCJK/NotoSansCJK.css");*/
@import url('/fonts/notokr/notokr.css');
/* @import url("/fonts/Nunito/Nunito.css"); */

/* *{margin:0;padding:0;font-weight:normal;font-family:"NanumBarunGothic","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"NanumGothic","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"NanumMyeongjo","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"NanumSquare","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"Oswald","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"NotoSansCJK_R","돋음, Dotum","Arial","sans-serif";} */
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Noto Sans KR', '돋음, Dotum', 'Arial', 'sans-serif';
}
/* *{margin:0;padding:0;font-weight:300;font-family:"Nunito","돋음, Dotum","Arial","sans-serif";} */
/*html5-doctor-reset-stylesheet.min CSS 초기화*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
abbr,
acronym,
address,
big,
cite,
code,
ins,
small,
sub,
sup {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
div img,
dl img,
dt img,
dd img,
ul img,
ol img,
li img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
pre img,
form img,
fieldset img,
input img,
textarea img,
p img,
blockquote img,
th img,
td img {
  font-size: 0;
  line-height: 0;
}
table {
  border-spacing: 0;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
  font-weight: normal;
  font-size: 100%;
}
form,
fieldset,
a img {
  border: 0;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
address,
abbr,
address,
big,
cite,
code,
ins,
small,
sub,
sup,
em {
  font-weight: normal;
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
caption {
  display: none;
}
a img,
input,
textarea,
select,
img {
  vertical-align: middle;
}
time,
progress,
mark,
output {
  display: inline;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
img,
input,
select {
  vertical-align: middle;
}
input {
  font-size: 13px;
  color: #000;
  vertical-align: middle;
}
select {
  font-size: 13px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
main,
nav,
section,
label,
video,
object {
  display: block;
}
/* 편의를 위한 CSS 정의 */
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.clr {
  clear: both !important;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
a {
  text-decoration: none;
  color: #ccc;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
img,
input,
select {
  vertical-align: middle;
}
input {
  font-size: 13px;
  color: #000;
  vertical-align: middle;
}
select {
  font-size: 13px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
.ilh {
  width: 159px;
  height: 29px;
  position: relative;
  float: left;
  background: #8b8b8b;
}
.ilh label {
  display: block;
  font-size: 12px;
  padding-left: 10px;
  color: #fff;
}
.ilh span {
  display: block;
  height: 32px;
}
.ilh input {
  position: absolute;
  width: 100%;
  height: 29px;
  padding-left: 10px;
  border: 0;
  background: transparent;
  font-size: 12px;
  vertical-align: top;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
}
.my-placeholder {
  color: #aaa;
}
input[type='checkbox'].s_checkbox {
  position: relative;
  top: -1px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 0;
  background: url('../img/input/chk_img.gif') no-repeat 0 0;
  background-size: 15px 30px;
}
input[type='checkbox']:checked.s_checkbox {
  background-position: 0 -15px;
}
input[type='radio'].s_radiobox {
  position: relative;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 0;
  background: url('../img/input/radio_img.png') no-repeat 0 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 15px 30px;
}
input[type='radio']:checked.s_radiobox {
  background-position: 0 -15px;
}
input[type='file'].s_upload {
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: none;
  cursor: pointer;
}
select.s_select {
  width: 100%;
  border: 1px solid #c3c3c3;
  position: relative;
  top: 0px;
  display: inline-block;
  padding: 0 0 0 5px;
  line-height: 30px;
  height: 30px;
  background: url('/img/input/bg_select.gif') right top no-repeat padding-box
    border-box #fff;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: '';
}
select.s_select::-ms-expand {
  display: none;
}
textarea.s_area {
  margin: 5px 0;
  width: 100%;
  padding: 10px;
  height: 150px !important;
  line-height: 15px;
  border: 1px solid #c3c3c3;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.s_text {
  background: #fff;
  border: 1px solid #c3c3c3;
  padding: 7px 10px;
  height: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.s_text:input-placeholder {
  color: #ccc;
}
input.s_text:-webkit-input-placeholder {
  color: #ccc;
}
input.s_text:-ms-input-placeholder {
  color: #ccc;
}
input[type='submit'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.page-on {
  background-color: #646464;
  border: 1px solid #646464;
  color: #fff;
}
.blind {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999999999px;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.tac {
  text-align: center;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.fwb {
  font-weight: bold;
}
.term_text textarea {
  width: 100%;
  height: 500px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.mgt0 {
  margin-top: 0px !important;
}
.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt25 {
  margin-top: 25px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt35 {
  margin-top: 35px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgt45 {
  margin-top: 45px !important;
}
.mgt50 {
  margin-top: 50px !important;
}
.mgr0 {
  margin-right: 0px !important;
}
.mgr5 {
  margin-right: 5px !important;
}
.mgr10 {
  margin-right: 10px !important;
}
.mgr15 {
  margin-right: 15px !important;
}
.mgr20 {
  margin-right: 20px !important;
}
.mgr25 {
  margin-right: 25px !important;
}
.mgr30 {
  margin-right: 30px !important;
}
.mgr35 {
  margin-right: 35px !important;
}
.mgr40 {
  margin-right: 40px !important;
}
.mgr45 {
  margin-right: 45px !important;
}
.mgr50 {
  margin-right: 50px !important;
}
.mgb0 {
  margin-bottom: 0px !important;
}
.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb15 {
  margin-bottom: 15px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb25 {
  margin-bottom: 25px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb35 {
  margin-bottom: 35px !important;
}
.mgb40 {
  margin-bottom: 40px !important;
}
.mgb45 {
  margin-bottom: 45px !important;
}
.mgb50 {
  margin-bottom: 50px !important;
}
.mgl0 {
  margin-left: 0px !important;
}
.mgl5 {
  margin-left: 5px !important;
}
.mgl10 {
  margin-left: 10px !important;
}
.mgl15 {
  margin-left: 15px !important;
}
.mgl20 {
  margin-left: 20px !important;
}
.mgl25 {
  margin-left: 25px !important;
}
.mgl30 {
  margin-left: 30px !important;
}
.mgl35 {
  margin-left: 35px !important;
}
.mgl40 {
  margin-left: 40px !important;
}
.mgl45 {
  margin-left: 45px !important;
}
.mgl50 {
  margin-left: 50px !important;
}
.pdt0 {
  padding-top: 0px !important;
}
.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt20 {
  padding-top: 20px !important;
}
.pdt25 {
  padding-top: 25px !important;
}
.pdt30 {
  padding-top: 30px !important;
}
.pdt35 {
  padding-top: 35px !important;
}
.pdt40 {
  padding-top: 40px !important;
}
.pdt45 {
  padding-top: 45px !important;
}
.pdt50 {
  padding-top: 50px !important;
}
.pdr0 {
  padding-right: 0px !important;
}
.pdr5 {
  padding-right: 5px !important;
}
.pdr10 {
  padding-right: 10px !important;
}
.pdr15 {
  padding-right: 15px !important;
}
.pdr20 {
  padding-right: 20px !important;
}
.pdr25 {
  padding-right: 25px !important;
}
.pdr30 {
  padding-right: 30px !important;
}
.pdr35 {
  padding-right: 35px !important;
}
.pdr40 {
  padding-right: 40px !important;
}
.pdr45 {
  padding-right: 45px !important;
}
.pdr50 {
  padding-right: 50px !important;
}
.pdb0 {
  padding-bottom: 0px !important;
}
.pdb5 {
  padding-bottom: 5px !important;
}
.pdb10 {
  padding-bottom: 10px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdb25 {
  padding-bottom: 25px !important;
}
.pdb30 {
  padding-bottom: 30px !important;
}
.pdb35 {
  padding-bottom: 35px !important;
}
.pdb40 {
  padding-bottom: 40px !important;
}
.pdb45 {
  padding-bottom: 45px !important;
}
.pdb50 {
  padding-bottom: 50px !important;
}
.pdl0 {
  padding-left: 0px !important;
}
.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}
.pdl15 {
  padding-left: 15px !important;
}
.pdl20 {
  padding-left: 20px !important;
}
.pdl25 {
  padding-left: 25px !important;
}
.pdl30 {
  padding-left: 30px !important;
}
.pdl35 {
  padding-left: 35px !important;
}
.pdl40 {
  padding-left: 40px !important;
}
.pdl45 {
  padding-left: 45px !important;
}
.pdl50 {
  padding-left: 50px !important;
}
/* 카카오맵 여백,테두리 초기화 */
.root_daum_roughmap {
  padding: 0 !important;
  border: 0 !important;
}
/* 카카오맵 스크롤시 줌/인 방지 스크립트 */
.root_daum_roughmap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  cursor: pointer;
}
.root_daum_roughmap.changed:before {
  display: none;
}

/* 사이트 메인 비주얼 BX슬라이더 사용 시*/
.bx_mb98_wrap {
  padding: 50px 0;
}
.bx_vertical_wrap {
  width: 600px;
  margin: 0 auto 50px;
}
.bx_vertical_wrap:after {
  clear: both;
  display: block;
  content: '';
}
.bx_vertical_wrap > h3 {
  float: left;
  font-size: 22px;
  padding-top: 2px;
}
.bx_vertical_wrap > h3:after {
  content: '';
  width: 2px;
  height: 25px;
  background: #ccc;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.bx_vertical_wrap .bx-wrapper {
  float: left;
  padding-top: 5px;
}
.bx_vertical_wrap .bx_vertical_inner > li > a {
  font-size: 18px;
  color: #000;
  display: inline-block;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bx_vertical_wrap > a {
  display: inline-block;
  float: right;
}
.bx_vertical_wrap > a:after {
  content: '';
  display: block;
  clear: both;
}
.bx_vertical_wrap > a > span {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 22px;
  color: #333;
  border: 1px solid #777;
  border-radius: 25px;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
}
.bx_vertical_wrap > a:hover > span {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.bx_vertical_wrap .bx-wrapper .bx-prev {
  top: 5%;
  display: inline-block;
  text-indent: 0px;
  right: -300px;
}
.bx_vertical_wrap .bx-wrapper .bx-next {
  top: 40%;
  display: inline-block;
  text-indent: 0px;
  right: -300px;
}

/* 메인비주얼 Slick 사용시 */
.slick_visual_wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.mv_wrap {
  width: 640px;
  position: relative;
}
.mv_wrap > .mv_inner > li {
  border: 0;
  outline: 0;
}

.mv_wrap > .mv_inner > .slick-dots {
  position: absolute;
  text-align: center;
  bottom: 50px;
  z-index: 1;
  width: 100%;
}
.mv_wrap > .mv_inner > .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}
.mv_wrap > .mv_inner > .slick-dots > li > button {
  background: #fff;
  text-indent: -9999px;
  display: inline-block;
  width: 44px;
  height: 4px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active:hover > button,
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > button {
  background: #f68427;
}

/* 커스텀 넘버링 페이지 단일버전
.mv_wrap > .mv_inner > .slick-dots{position:absolute;text-align:center;left:0;right:0;bottom:30px;z-index:1;}
.mv_wrap > .mv_inner > .slick-dots > li{position:relative;display:inline-block;margin:0 10px;cursor:pointer;}
.mv_wrap > .mv_inner > .slick-dots > li > span{display:inline-block;width:50px;height:30px;border:0;border-radius:0px;cursor:pointer;outline:none;box-sizing:border-box;}
.mv_wrap > .mv_inner > .slick-dots > li > strong{position:absolute;top:0px;left:0;color:#000 ;font-size:15px;width:50px;text-align:left;}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > span{border-bottom:2px solid #d3b891 !important;}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > strong{color:#d3b891;}
*/
/* 커스텀 넘버링 페이지 토탈버전
.mv_wrap > .mv_inner > .slick-dots{position:absolute;text-align:center;left:0;right:0;bottom:50px;z-index:1;}
.mv_wrap > .mv_inner > .slick-dots > li{position:relative;cursor:pointer;}
.mv_wrap > .mv_inner > .slick-dots > li > strong{font-size:20px;display:none;}
.mv_wrap > .mv_inner > .slick-dots > li > span{font-size:20px;display:none;}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > strong{color:#d3b891;display:inline-block;}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > span{color:#000;display:inline-block;}
*/

.mv_wrap > .mv_inner > .slick-arrow {
  position: absolute;
  top: 45%;
  width: 47px;
  height: 115px;
  border: 0;
  outline: 0;
  display: inline-block;
  text-indent: -99999px;
  cursor: pointer;
  z-index: 1;
}
/* 루프 끝에서 좌우 버튼 감추기
.mv_wrap > .mv_inner > .slick-disabled{display:none !important;}
*/
/* 흰색 버튼
.mv_wrap > .mv_inner > .slick-prev{background: url("/img/main/mv_w_prev.png") no-repeat;left:50%;margin-left:-600px;}
.mv_wrap > .mv_inner > .slick-next{background: url("/img/main/mv_w_next.png") no-repeat;right:50%;margin-right:-600px;}
*/
/* 검정색 버튼 */
.mv_wrap > .mv_inner > .slick-prev {
  background: url('/img/main/mv_b_prev.png') no-repeat;
  left: 50%;
  margin-left: -600px;
}
.mv_wrap > .mv_inner > .slick-next {
  background: url('/img/main/mv_b_next.png') no-repeat;
  right: 50%;
  margin-right: -600px;
}
/* 비주얼 오브젝트 효과 */

/* 개인정보취급방침 및 약관 etc.. */
.ntw_privacy > h1 {
  font-size: 30px !important;
}
#terms_privacy_wrap .txt_dep_01 {
  font-size: 18px !important;
}
#terms_privacy_wrap .txt_dep_02 {
  font-size: 18px !important;
}
#terms_privacy_wrap .txt_dep_03 {
  font-size: 18px !important;
}
#terms_privacy_wrap div strong {
  font-size: 18px !important;
}
#terms_privacy_wrap div p {
  font-size: 18px !important;
}
#terms_privacy_wrap h2 {
  font-size: 20px !important;
}
#terms_privacy_wrap h3 {
  font-size: 18px !important;
}
.ntw_service > h1 {
  font-size: 30px !important;
}
#terms_service_wrap .txt_dep_01 {
  font-size: 18px !important;
}
#terms_service_wrap .txt_dep_02 {
  font-size: 18px !important;
}
#terms_service_wrap .txt_dep_03 {
  font-size: 18px !important;
}
#terms_service_wrap div strong {
  font-size: 18px !important;
}
#terms_service_wrap div p {
  font-size: 18px !important;
}
#terms_service_wrap h2 {
  font-size: 20px !important;
}
#terms_service_wrap h3 {
  font-size: 18px !important;
}
.ntw_service1 > h1 {
  font-size: 30px !important;
}
#terms_service1_wrap .txt_dep_01 {
  font-size: 18px !important;
}
#terms_service1_wrap .txt_dep_02 {
  font-size: 18px !important;
}
#terms_service1_wrap .txt_dep_03 {
  font-size: 18px !important;
}
#terms_service1_wrap div strong {
  font-size: 18px !important;
}
#terms_service1_wrap div p {
  font-size: 18px !important;
}
#terms_service1_wrap h2 {
  font-size: 20px !important;
}
#terms_service1_wrap h3 {
  font-size: 18px !important;
}
.new_privacy_table th {
  font-size: 18px !important;
}
.new_privacy_table td {
  font-size: 18px !important;
}
#terms_essential_wrap .txt_dep_02 {
  font-size: 18px !important;
}
#terms_essential_wrap div span {
  font-size: 18px !important;
}
#terms_essential_wrap h3 {
  font-size: 18px !important;
}
#terms_choice_wrap .txt_dep_02 {
  font-size: 18px !important;
}
#terms_choice_wrap div span {
  font-size: 18px !important;
}
#terms_choice_wrap h3 {
  font-size: 18px !important;
}

/* 공통 */
.visual_txt_wrap {
  position: absolute;
}
.vis_on > * {
  opacity: 1 !important;
}
.visual_txt_wrap > * {
  opacity: 0;
}
.mv_inner .visual01 .visual_txt_wrap {
  bottom: 120px;
  padding-left: 200px;
}
.mv_inner .visual02 .visual_txt_wrap {
  bottom: 120px;
  padding-left: 200px;
}
.mv_inner .visual03 .visual_txt_wrap {
  top: 80px;
  padding-left: 1000px;
}
.mv_inner .visual04 .visual_txt_wrap {
  top: 120px;
  padding-left: 500px;
}
.mv_inner .visual05 .visual_txt_wrap {
  top: 80px;
  padding-left: 1000px;
}

/* 텍스트 스타일1 */
.mv_inner .type01 .visual_txt_wrap .s_name {
  color: #b8b7b7;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
}
.mv_inner .type01 .visual_txt_wrap .desc_big {
  color: #000;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -2.7px;
  padding: 20px 0;
}
.mv_inner .type01 .visual_txt_wrap .desc_big > strong {
  color: #0e77bb;
}
.mv_inner .type01 .visual_txt_wrap .desc {
  color: #333;
  font-size: 18px;
}
/* 텍스트 스타일2 */
.mv_inner .type02 .visual_txt_wrap .s_name {
  color: #000;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 2px;
}
.mv_inner .type02 .visual_txt_wrap .s_name:after {
  content: '';
  height: 2px;
  width: 95%;
  display: block;
  background: #000;
  margin: 10px auto;
}
.mv_inner .type02 .visual_txt_wrap .desc_big {
  font-size: 50px;
  letter-spacing: -2.7px;
  line-height: 1.1;
  color: #000;
  margin-top: 5px;
}
.mv_inner .type02 .visual_txt_wrap .desc {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}
/* 텍스트 스타일3 */
.mv_inner .type03 .visual_txt_wrap .s_name {
  color: #000;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 2px;
}
.mv_inner .type03 .visual_txt_wrap .s_name:after {
  content: '';
  height: 2px;
  width: 95%;
  display: block;
  background: #000;
  margin: 10px auto;
}
.mv_inner .type03 .visual_txt_wrap .desc_big {
  font-size: 50px;
  letter-spacing: -2.7px;
  line-height: 1.1;
  color: #000;
  margin-top: 5px;
}
.mv_inner .type03 .visual_txt_wrap .desc {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}

/* 텍스트 위치1 */
.visual01 .s_name {
  transition: 1s all ease;
  transform: translateY(40px);
}
.visual01 .desc_big {
  transition: 1s all ease;
  transition-delay: 0.5s;
  transform: translateY(40px);
}
.visual01 .desc {
  transition: 1s all ease;
  transition-delay: 1s;
  transform: translateY(40px);
}
.visual01 .vis_on .s_name {
  transform: translateY(0);
}
.visual01 .vis_on .desc_big {
  transform: translateY(0);
}
.visual01 .vis_on .desc {
  transform: translateY(0);
}
/* 텍스트 위치2 */
.visual02 .s_name {
  transition: 1s all ease;
  transform: translateY(40px);
}
.visual02 .desc_big {
  transition: 1s all ease;
  transition-delay: 0.5s;
  transform: translateY(40px);
}
.visual02 .desc {
  transition: 1s all ease;
  transition-delay: 1s;
  transform: translateY(40px);
}
.visual02 .vis_on .s_name {
  transform: translateY(0);
}
.visual02 .vis_on .desc_big {
  transform: translateY(0);
}
.visual02 .vis_on .desc {
  transform: translateY(0);
}
/* 텍스트 위치3 */
.visual03 .s_name {
  transition: 1s all ease;
  transform: translateX(-40px);
}
.visual03 .desc_big {
  transition: 1s all ease;
  transition-delay: 0.5s;
  transform: translateX(-40px);
}
.visual03 .desc {
  transition: 1s all ease;
  transition-delay: 1s;
  transform: translateX(-40px);
}
.visual03 .vis_on .s_name {
  transform: translateX(0);
}
.visual03 .vis_on .desc_big {
  transform: translateX(0);
}
.visual03 .vis_on .desc {
  transform: translateX(0);
}
/* 텍스트 위치4 */
.visual04 .s_name {
  transition: 1s all ease;
  transform: translateY(40px);
}
.visual04 .desc_big {
  transition: 1s all ease;
  transition-delay: 0.5s;
  transform: translateY(40px);
}
.visual04 .desc {
  transition: 1s all ease;
  transition-delay: 1s;
  transform: translateY(40px);
}
.visual04 .vis_on .s_name {
  transform: translateY(0);
}
.visual04 .vis_on .desc_big {
  transform: translateY(0);
}
.visual04 .vis_on .desc {
  transform: translateY(0);
}
/* 텍스트 위치5 */
.visual05 .s_name {
  transition: 1s all ease;
  transform: translateY(-40px);
}
.visual05 .desc_big {
  transition: 1s all ease;
  transition-delay: 0.5s;
  transform: translateY(-40px);
}
.visual05 .desc {
  transition: 1s all ease;
  transition-delay: 1s;
  transform: translateY(-40px);
}
.visual05 .vis_on .s_name {
  transform: translateY(0);
}
.visual05 .vis_on .desc_big {
  transform: translateY(0);
}
.visual05 .vis_on .desc {
  transform: translateY(0);
}

/* 비급여수가표 */
.price_table_wrap {
  margin-bottom: 50px;
}
.price_table_wrap > h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.price_table {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #000;
}
.price_table tr th {
  font-size: 30px;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}
.price_table tr td {
  font-size: 26px;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.price_table tr td:first-child {
  text-align: left;
}

/* 확대 배너 */
.bn_box_list {
  width: 620px;
  margin: 0 auto;
  padding: 20px 0;
}
.bn_box_list:after {
  clear: both;
  display: block;
  content: '';
}
.bn_box_list > li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 300px;
}
.bn_box_list > li:nth-child(2n) {
  margin-right: 0px;
}
.bn_box_list > li > a {
  height: 300px;
  display: block;
  text-align: center;
  position: relative;
}
.zoom_bx {
  overflow: hidden;
}
.zoom_bx > img {
  transition: all 0.4s ease-in-out;
}
.zoom_bx:hover > img {
  transform: scale(1.1);
}

/* Fixed 배너 */
.main_global_wrap {
  background: url('/img/m/main/global_bg.jpg') no-repeat center bottom fixed;
  height: 700px;
  width: 100%;
  position: relative;
}
.main_global_wrap > .tit_wrap {
  text-align: center;
  padding-top: 50px;
}
.main_global_wrap > .tit_wrap > .s_name {
  color: #b8b7b7;
  font-size: 14px;
  letter-spacing: 3px;
}
.main_global_wrap > .tit_wrap > h3 {
  font-size: 56px;
  color: #fff;
  letter-spacing: -3px;
  margin-top: 7px;
}
.main_global_wrap > .tit_wrap > h3 > strong {
  color: #f68427;
}
.main_global_wrap > .tit_wrap > h4 {
  color: #fff;
  font-size: 26px;
  letter-spacing: -1px;
}
.main_global_wrap > .group_list_bg {
  background: rgba(0, 0, 0, 0.7);
  height: 275px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.main_global_wrap > .group_list_bg > .inner_wrap {
  width: 640px;
  margin: 0 auto;
  padding-top: 50px;
  height: 100%;
  box-sizing: border-box;
}
.main_global_wrap > .group_list_bg > .inner_wrap:after {
  clear: both;
  display: block;
  content: '';
}
.main_global_wrap > .group_list_bg > .inner_wrap > .group_list {
  float: left;
  margin-left: 55px;
  width: 600px;
  height: 100%;
}
.main_global_wrap > .group_list_bg > .inner_wrap > .group_list:after {
  clear: both;
  display: block;
  content: '';
}
.main_global_wrap > .group_list_bg > .inner_wrap > .group_list > li {
  float: left;
  color: #fff;
  margin-bottom: 15px;
}
.main_global_wrap
  > .group_list_bg
  > .inner_wrap
  > .group_list
  > li
  > .list_name {
  font-size: 24px;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 32px;
}
.main_global_wrap
  > .group_list_bg
  > .inner_wrap
  > .group_list
  > li
  > .list_name:before {
  content: '';
  background: url('/img/main/icon_group_list.png');
  width: 19px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.main_global_wrap > .group_list_bg > .inner_wrap > .group_list > li > span {
  font-size: 18px;
  vertical-align: middle;
}
.main_global_wrap
  > .group_list_bg
  > .inner_wrap
  > .group_list
  > li.child_first {
  width: 150px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 60px;
}
.main_global_wrap
  > .group_list_bg
  > .inner_wrap
  > .group_list
  > li.child_first
  > .list_name {
  width: auto;
}
.main_global_wrap
  > .group_list_bg
  > .inner_wrap
  > .group_list
  > li.child_first
  > .list_ko {
  margin-left: 35px;
  margin-top: 15px;
}
.main_global_wrap
  > .group_list_bg
  > .inner_wrap
  > .group_list
  > li.child_first
  > .list_ko
  > li {
  font-size: 17px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}
.main_global_wrap
  > .group_list_bg
  > .inner_wrap
  > .group_list
  > li.child_first
  > .list_ko
  > li:before {
  content: '';
  background: #fff;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
}

/* 배너 슬라이딩 */
.sbn_wrap {
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding: 50px 0;
}
.sbn_section > a {
  display: inline-block;
  margin-right: 20px;
}
.sbn_section > a > img {
  margin: 0 auto;
}
.sbn_txt_wrap {
  text-align: center;
  margin-top: -8px;
}
.sbn_txt_wrap > .sbn_category {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  border-radius: 15px;
  border: 0;
}
.sbn_txt_wrap > .cc1 {
  background-color: #0c6aa7;
}
.sbn_txt_wrap > .cc2 {
  background-color: #589d16;
}
.sbn_txt_wrap > .cc3 {
  background-color: #c04ace;
}
.sbn_txt_wrap > .cc4 {
  background-color: #efbe3a;
}
.sbn_txt_wrap > .sbn_n {
  font-size: 20px;
  margin-top: 20px;
  color: #000;
}

/* 프로그램 최신글 ver.1 */
.m_program_wrap {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}
.m_program {
}
.m_program:after {
  content: '';
  display: block;
  clear: both;
}
.m_program > .mp_section {
  float: left;
  width: 300px;
  padding: 0 20px;
  box-sizing: border-box;
}
.m_program > .mp_section:nth-child(1) {
  padding-left: 0;
}
.m_program > .mp_section:nth-child(2) {
  border-left: 1px solid #ddd;
  padding-right: 0;
}
.m_program > .mp_section > a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.m_program > .mp_section > a:after {
  content: '';
  display: block;
  clear: both;
}
.m_program > .mp_section > a > h3 {
  float: left;
  text-decoration: none;
  font-size: 26px;
  color: #333;
}
.m_program > .mp_section > a > span {
  display: inline-block;
  text-align: center;
  float: right;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 22px;
  color: #333;
  border: 1px solid #777;
  border-radius: 25px;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
}
.m_program > .mp_section > a:hover > span {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.mp_list_box > li {
  padding-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
}
.mp_list_box > li > a {
  width: 100%;
  font-size: 20px;
  color: #626262;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

/* 프로그램 최신글 ver.2 */
.m_program2_wrap {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}
.m_program2:after {
  content: '';
  display: block;
  clear: both;
}
.m_program2 > .mp_section2 {
  float: left;
  width: 600px;
  margin-left: 100px;
}
.m_program2 > .mp_section2:first-child {
  margin-left: 0;
}
.m_program2 > .mp_section2:after {
  content: '';
  display: block;
  clear: both;
}
.m_program2 > .mp_section2 > h3 {
  float: left;
  text-decoration: none;
  font-size: 26px;
  color: #333;
  display: inline-block;
}
.m_program2 > .mp_section2 > h3:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 26px;
  margin: 0 10px;
  background-color: #ddd;
  vertical-align: middle;
}
.m_program2 > .mp_section2 > p {
  float: left;
  margin-top: 5px;
}
.m_program2 > .mp_section2 > p > a {
  text-decoration: none;
  width: 400px;
  font-size: 20px;
  color: #626262;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.m_program2 > .mp_section2 > a {
  display: inline-block;
  float: right;
}
.m_program2 > .mp_section2 > a:after {
  content: '';
  display: block;
  clear: both;
}
.m_program2 > .mp_section2 > a > span {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 22px;
  color: #333;
  border: 1px solid #777;
  border-radius: 25px;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
}
.m_program2 > .mp_section2 > a:hover > span {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

/* 전체메뉴 */
/* 헤더 얇은 ver
.header_wrap{position:relative;width:100%;height:70px;box-sizing:border-box;background-color:#fff;z-index:999;border-bottom:1px solid #bab49f;}
.header{height:100%;text-align:center;}
.header .logo{position:absolute;left:50%;transform: translateX(-50%);padding-top:20px;}
.header .logo > a{color:#fff;}
.btn_call{float:right;height:100%;padding:20px 30px 0;color:#fff;box-sizing:border-box;}
.btn_menu{height:100%;position:relative;box-sizing:border-box;padding:20px 30px 0;float:left;}
.btn_menu > span{height:3px;background:#000;box-sizing:border-box;transition: all .4s;width:35px;display:block;}
.btn_menu > span:nth-child(1){margin-bottom:9px;}
.btn_menu > span:nth-child(2){margin-bottom:9px;opacity:1;}
.btn_menu > span:nth-child(3){}
.btn_menu.on > span:nth-child(1){transform: translateY(13px) rotate(45deg)}
.btn_menu.on > span:nth-child(2){opacity:0;}
.btn_menu.on > span:nth-child(3){transform: translateY(-11px) rotate(-45deg)}
.nav-active .document{position:absolute;width:100%;height:100%;overflow:hidden;}
*/
/* 헤더 두꺼운 ver */
.header_wrap {
  position: absolute;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 120px;
  box-sizing: border-box;
  background: none;
  z-index: 999;
}
.header {
  height: 100%;
  text-align: center;
}
.header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30px;
}
.header .logo > a {
  color: #fff;
}
.btn_call {
  float: right;
  height: 100%;
  padding: 45px 30px 0;
  color: #fff;
  box-sizing: border-box;
}
.btn_menu {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 45px 30px 0;
  float: left;
}
.btn_menu > span {
  height: 3px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.4s;
  width: 39px;
  display: block;
}
.btn_menu2 > span {
  background: #000 !important;
}
.btn_menu > span:nth-child(1) {
  margin-bottom: 11px;
}
.btn_menu > span:nth-child(2) {
  margin-bottom: 11px;
  opacity: 1;
}
.btn_menu > span:nth-child(3) {
}
.btn_menu.on > span:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
.btn_menu.on > span:nth-child(2) {
  opacity: 0;
}
.btn_menu.on > span:nth-child(3) {
  transform: translateY(-14px) rotate(-45deg);
}
.nav-active .document {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 메인 div 부모 */
.main_container_wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}

/* 서브 div 부모 */
.sub_container_wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}

.sub_contents_wrap {
  position: relative;
  width: 640px;
  margin: 0 auto;
}
.sub_contents_wrap > h3 {
  padding: 75px 0 0px 0;
  color: #1c1c1c;
  font-size: 45px;
  text-align: center;
  line-height: 1.2;
}
.sub_contents_wrap > h3 > strong {
  font-weight: 600;
}
.sub_contents_wrap > h4 {
  text-align: center;
  color: #25318c;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: -3px;
}

.sub_program_wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
}
/* 프로그램 타이틀 */
.sub_program_wrap > h3.program_title {
  font-weight: 500;
  text-align: center;
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.sub_program_wrap > h3.program_title:after {
  content: '';
  width: 80px;
  height: 3px;
  background-color: #f68427;
  display: block;
  margin: 10px auto 0 auto;
}

/* 서브 투뎁스 메뉴 */
.sub-top-link-wp {
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80px;
}
.sub-top-link-wp:after {
  content: '';
  display: block;
  clear: both;
}
.sub-top-tit {
  float: left;
  padding-left: 20px;
  width: 50%;
  background-color: #fff;
  border: solid 1px #000;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.sub-top-tit > p {
  color: #000;
  font-size: 26px;
}
.sub-top-link {
  float: left;
  padding-left: 20px;
  width: 50%;
  background-color: #f8f8f8;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #000;
  box-sizing: border-box;
  border-left: none;
}
.sub-top-link:after {
  content: '';
  display: block;
  clear: both;
}
.sub-top-link p {
  font-size: 26px;
  color: #000;
}
.sub-top-plus {
  float: right;
  font-size: 50px;
  margin-right: 20px;
}
.sub-top-arrow {
  position: absolute;
  right: 25px;
  top: 37px;
}
.sub_link_sty {
  position: absolute;
  width: 100%;
  max-width: 640px;
  left: -1px;
  display: none;
  z-index: 10;
  border: solid 1px #000;
}
.sub_link_sty > li {
  text-align: center;
  background-color: #fff;
  line-height: 70px;
  height: 70px;
  border-bottom: 1px solid #000; /* filter: alpha(opacity=90); opacity:0.9;*/
  width: 100%;
  cursor: pointer;
}
.sub_link_sty > li > a {
  width: 100%;
  font-size: 24px;
  color: #000;
  display: block;
  text-decoration: none;
}
.sub_link_sty1 {
  position: absolute;
  width: 100%;
  max-width: 640px;
  left: -1px;
  display: none;
  z-index: 10;
  border: solid 1px #000;
}
.sub_link_sty1 > li {
  text-align: center;
  background-color: #fff;
  line-height: 70px;
  height: 70px;
  border-bottom: 1px solid #000; /* filter: alpha(opacity=90); opacity:0.9;*/
  width: 100%;
  cursor: pointer;
}
.sub_link_sty1 > li > a {
  width: 100%;
  font-size: 24px;
  color: #000;
  display: block;
  text-decoration: none;
}

.m_main_probox_wrap {
  padding: 60px 0;
  background-color: #454341;
}
.m_main_probox_wrap > h3 {
  text-align: center;
  margin-bottom: 45px;
}
.m_pro_wrap {
  width: 580px;
  margin: 0 auto;
}
.m_pro_wrap:after {
  content: '';
  display: block;
  clear: both;
}
.m_pro_wrap > .m_pro_section {
  float: left;
  margin-left: 36px;
  width: 272px;
}
.m_pro_wrap > .m_pro_section:first-child {
  margin-left: 0;
}
.m_pro_section > h5 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}
.m_pro_list {
  margin-top: 30px;
  padding-bohttom: 20px;
  border-bottom: 1px solid #5f5e5c;
}
.m_pro_list > li {
  margin-bottom: 15px;
}
.m_pro_list > li:after {
  content: '';
  display: block;
  clear: both;
}
.m_pro_list > li:before {
  vertical-align: middle;
  content: '';
  display: inline-block;
  background-color: #e4cbba;
  width: 3px;
  height: 26px;
  margin-right: 15px;
}
.m_pro_list > li > a {
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  width: 250px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 26px;
}
.m_pro_date {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  float: right;
}

.foot_inner {
  position: relative;
}
.hide_label {
  position: absolute;
  z-index: -1;
  text-indent: -9999px;
}
.bot_counsel {
  width: 640px;
  margin: 0 auto;
  background-color: #1b1b1b;
  padding: 50px 30px;
  box-sizing: border-box;
}
.bot_counsel .txt_wrap > h3 {
  font-size: 33px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
.bot_counsel .b_privacy label {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  vertical-align: middle;
  margin-top: 30px;
  padding-bottom: 30px;
}
.bot_counsel .b_privacy #bchk {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.bot_counsel .b_privacy a {
  font-size: 20px;
  display: inline-block;
  padding: 2px 10px;
  background: #5c5c5c;
  color: #fff;
  border-radius: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.bot_counsel .form_wrap {
  margin-top: 20px;
  padding-top: 5px;
}
.f_cate,
.f_name,
.f_tel {
  box-sizing: border-box;
  width: 280px;
  height: 60px;
  font-size: 20px;
  padding-left: 15px;
  border: 0;
  background-color: #404040;
  color: #fff;
}
.f_tel {
  margin-left: 17px;
}
.f_contents {
  box-sizing: border-box;
  width: 580px;
  height: 60px;
  font-size: 20px;
  padding-top: 15px;
  padding-left: 15px;
  border: 0;
  background-color: #404040;
  color: #fff;
  margin-top: 15px;
}
.f_submit {
  position: absolute;
  right: 0px;
  bottom: 15px;
  box-sizing: border-box;
  border: none;
  width: 206px;
  height: 52px;
  font-size: 23px;
  color: #fff;
  text-align: center;
  background: #789b9c;
  margin-left: 13px;
  cursor: pointer;
  border: 0;
}

/* 푸터 상담창 위치 고정
.bc_program_wrap{position:relative;width:600px;margin:0 auto;background-color:#191919;border-radius:8px;padding:30px;box-sizing:border-box;}
.bc_program_wrap > h3{text-align:center;padding:10px 0 30px 0;font-size:40px;color:#fff;}
.cb_cate{margin-bottom:15px;}
.cb_cate > select{width:100%;padding:20px 0 20px 20px;font-size:25px;color:#000;border-radius:5px;}
.cb_name{margin-bottom:15px;}
.cb_name > input{width:100%;padding:20px 0 20px 20px;font-size:25px;color:#000;border-radius:5px;border:0;box-sizing:border-box;}
.cb_phone{margin-bottom:15px;}
.cb_phone > div{display:inline-block;width:33%;}
.cb_phone > div > input{width:100%;padding:20px 0 20px 20px;color:#000;font-size:25px;border-radius:5px;border:0;box-sizing:border-box;}
.cb_phone_ty2{margin-bottom:15px;}
.cb_phone_ty2 > input{width:100%;padding:20px 0 20px 20px;font-size:25px;color:#000;border-radius:5px;border:0;box-sizing:border-box;}
.cb_contents{margin-bottom:15px;}
.cb_contents > textarea{width:100%;padding:20px 0 50px 20px;color:#000;font-size:25px;border-radius:5px;border:0;box-sizing:border-box;}
.cb_privacy{margin-bottom:15px;}
.cb_privacy > label{display:inline-block;font-size:26px;color:#fff;vertical-align:middle;cursor:pointer;}
.cb_privacy > label > input{width:30px;height:30px;margin-right:5px;}
.cb_privacy_btn{text-decoration:none;display:inline-block;background-color:#727272;color:#fff;margin-left:15px;padding:2px 30px;font-size:24px;border-radius:3px;vertical-align:middle;}
.cb_btn > input{width:100%;padding:20px 0;color:#fff;background-color:#95a900;border:0;font-size:26px;cursor:pointer;border-radius:5px;}
*/

/* 푸터 상담창 하단 FIXED */
.bc_program_wrap {
  position: fixed;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  bottom: -617px;
  background-color: #191919;
  border-radius: 8px;
  padding: 0 30px;
  height: 617px;
  box-sizing: border-box;
}
.bc_program_wrap > .bc_program_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -90px;
}
.bc_program_wrap > .bc_program_btn > p {
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  width: 600px;
  height: 90px;
  line-height: 90px;
  background-color: #2b2b2b;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
}
.bc_program_wrap > .bc_program_btn > p > img {
  margin-right: 20px;
  display: inline-block;
}
.bc_program_wrap > .bc_program_btn > p > span {
  display: inline-block;
  margin-left: 20px;
  width: 170px;
  height: 60px;
  line-height: 60px;
  background-color: #828486;
  box-sizing: border-box;
  border-radius: 5px;
  vertical-align: middle;
}
.bc_program_wrap > h3 {
  display: none;
}
.cb_cate {
  margin-top: 30px;
  margin-bottom: 15px;
}
.cb_cate > select {
  width: 100%;
  padding: 20px 0 20px 20px;
  font-size: 25px;
  color: #000;
  border-radius: 5px;
}
.cb_name {
  margin-bottom: 15px;
}
.cb_name > input {
  width: 100%;
  padding: 20px 0 20px 20px;
  font-size: 25px;
  color: #000;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
}
.cb_phone {
  margin-bottom: 15px;
}
.cb_phone > div {
  display: inline-block;
  width: 33%;
}
.cb_phone > div > input {
  width: 100%;
  padding: 20px 0 20px 20px;
  color: #000;
  font-size: 25px;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
}
.cb_phone_ty2 {
  margin-bottom: 15px;
}
.cb_phone_ty2 > input {
  width: 100%;
  padding: 20px 0 20px 20px;
  font-size: 25px;
  color: #000;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
}
.cb_contents {
  margin-bottom: 15px;
}
.cb_contents > textarea {
  width: 100%;
  padding: 20px 0 50px 20px;
  color: #000;
  font-size: 25px;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
}
.cb_privacy {
  margin-bottom: 15px;
}
.cb_privacy > label {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.cb_privacy > label > input {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.cb_privacy_btn {
  text-decoration: none;
  display: inline-block;
  background-color: #727272;
  color: #fff;
  margin-left: 15px;
  padding: 2px 30px;
  font-size: 24px;
  border-radius: 3px;
  vertical-align: middle;
}
.cb_btn > input {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background-color: #555;
  border: 0;
  font-size: 26px;
  cursor: pointer;
  border-radius: 5px;
}

/* 푸터 */
.footer_wrap {
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0;
  background-color: #000;
  padding: 25px 0 125px 0;
}
.foot_logo {
  text-align: center;
  padding-top: 15px;
}
.foot_mem {
  padding-top: 20px;
  text-align: center;
}
.foot_mem > li {
  display: inline-block;
}
.foot_mem:nth-of-type(1) > li:nth-child(1) > a {
  background: #fff;
  color: #000;
  padding: 0 5px;
}
.foot_mem > li > a {
  display: block;
  font-size: 18px;
  margin: 0 8px;
  text-decoration: none;
  color: #efefef;
}

.foot_address_table {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 20px;
}
.foot_address_table tr th {
  font-size: 24px;
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
}
.foot_address_table tr td {
  font-size: 22px;
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
}
.foot_copy {
  font-size: 13px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.7;
  padding-top: 15px;
}
.foot_address {
  font-size: 17px;
  color: #a7a7a7;
  line-height: 1.7;
  padding-top: 15px;
  text-align: center;
}
/*메인*/
.mb01_wrap {
}
.mb01_wrap > ul {
  font-size: 0;
}
.mb01_wrap > ul > li {
  display: inline-block;
}
.im_mb02_wrap {
  padding: 70px 0 50px 0;
}
.im_mb02_wrap > h3 {
  text-align: center;
}
.im_mb02 {
  width: 534px;
  margin: 0 auto;
  padding-top: 40px;
}
.im_mb02_inner .slick-list {
  text-align: center;
}
.im_mb02_inner .slick-list li {
  border: 1px solid #cecece;
  width: 265px;
  height: 250px;
}
.im_mb02_inner .slick-list img {
  display: inline-block;
  padding-top: 65px;
}
.im_mb02_inner > .slick-arrow {
  position: absolute;
  top: 45%;
  width: 23px;
  height: 43px;
  border: 0;
  outline: 0;
  display: inline-block;
  text-indent: -99999px;
  cursor: pointer;
  z-index: 1;
}
.im_mb02_inner > .slick-prev {
  background: url('/img/intro/im_mb02_p.png') no-repeat;
  left: -45px;
}
.im_mb02_inner > .slick-next {
  background: url('/img/intro/im_mb02_n.png') no-repeat;
  right: -45px;
}
.mb03_wrap {
  background-color: #f1f2f4;
  padding: 70px 0 50px 0;
}
.mb03_wrap > h3 {
  text-align: center;
}
.mb03 {
  font-size: 0;
  width: 580px;
  margin: 0 auto;
  padding-top: 40px;
}
.mb03 > li {
  display: inline-block;
}

.im_mb04_wrap {
  position: relative;
  width: 640px;
  height: 884px;
  background: url('/img/m/main/mb04_bg.jpg') no-repeat;
  margin: 0 auto;
}
.im_mb04_title {
  text-align: center;
}
.mb04_yt_wrap {
  position: relative;
  width: 580px;
  margin: 0 auto;
  padding-top: 70px;
}
#video-placeholder {
  width: 580px;
  height: 320px;
  padding-top: 30px;
}

.lan_gall_wrap {
  padding-top: 10px;
}
.lan_gall_nav {
  font-size: 0;
  width: 580px;
  height: 111px;
  box-sizing: border-box;
  margin: 0 auto;
}
.lan_gall_nav:after {
  content: '';
  display: block;
  clear: both;
}
.gall_nav_thum {
  width: 190px !important;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 15px;
  float: left;
}
.gall_nav_thum > .nav_thum_img > img {
  width: 190px;
  height: 111px;
}

.mb05_wrap {
  padding-top: 70px;
}
.mb05_wrap > h3 {
  text-align: center;
}
.mb05 {
  position: relative;
  width: 580px;
  margin: 0 auto;
}
.im_road_tab {
  width: 580px;
  margin: 0 auto;
  font-size: 0;
  padding-top: 45px;
}
.im_road_tab > li {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
.im_road_tab > li:nth-child(1) {
  background-color: #353e4e;
}
.im_road_tab > li:nth-child(2) {
  background-color: #2467dd;
}
.im_yak {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
}

.mb05_n_wrap {
}
.mb05_n_tab {
  width: 580px;
  margin: 0 auto;
  font-size: 0;
  padding-top: 45px;
}
.mb05_n_tab > li {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
.mb05_n_tab > li:nth-child(1) {
  background-color: #353e4e;
}
.mb05_n_tab > li:nth-child(2) {
  background-color: #2467dd;
}
.mb05_t {
  position: relative;
}
.mb05_bus {
  display: none;
}

.foot_tel {
  text-align: center;
  font-size: 50px;
}
.foot_tel > a {
  color: #fff;
  text-decoration: none;
}
.im_f_sns {
  font-size: 0;
  padding-top: 25px;
  text-align: center;
}
.im_f_sns > li {
  display: inline-block;
  margin: 0 5px;
}

.mbp_board_wrap {
  padding-bottom: 50px;
}
.mbp_board {
  width: 580px;
  margin: 0 auto;
}
.mbp_board:after {
  content: '';
  display: block;
  clear: both;
}
.mbp_board > .mbp_board_section {
  position: relative;
  width: 580px;
  margin-top: 50px;
}
.mbp_board > .mbp_board_section > h3 {
  text-align: center;
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 600;
}
.mbp_board > .mbp_board_section > a {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
  color: #1c1c1c;
  font-size: 18px;
}
.mbp_img {
  margin-top: 10px;
}
.mbp_list > li {
  margin-top: 5px;
}
.mbp_list > li > a {
  width: 580px;
  text-decoration: none;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  color: #1c1c1c;
}
.mb04_roll_wrap {
  margin-top: 40px;
}
.mb04_roll_inner > .slick-dots {
  text-align: center;
  z-index: 1;
  width: 580px;
  margin-top: 15px;
}
.mb04_roll_inner > .slick-dots > li {
  cursor: pointer;
  display: inline-block;
  width: 184px;
  margin-right: 14px;
}
.mb04_roll_inner > .slick-dots > li:last-child {
  margin-right: 0;
}
.mb04_roll_inner > .slick-dots > li > span > img {
  width: 100%;
}

/*메인*/

/*서브*/
.im_sub_roll_wrap {
  padding-top: 60px;
}
.im_sub_roll_inner {
  position: relative;
}
.im_sub_roll_inner > li {
  border: 0;
  outline: 0;
}
.im_sub_roll_inner > .slick-dots {
  position: absolute;
  text-align: center;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 1;
}
.im_sub_roll_inner > .slick-dots > li {
  display: inline-block;
}
.im_sub_roll_inner > .slick-dots > li > span {
  background: #f2f2f2;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  border: 0;
  cursor: pointer;
  outline: none;
}
.im_sub_roll_inner > .slick-dots > li.slick-active > span {
  background: #25318c;
  color: #fff;
}

.im_sub_roll_inner2 {
  position: relative;
}
.im_sub_roll_inner2 > li {
  border: 0;
  outline: 0;
}
.im_sub_roll_inner2 > .slick-dots {
  position: absolute;
  text-align: center;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 1;
}
.im_sub_roll_inner2 > .slick-dots > li {
  display: inline-block;
}
.im_sub_roll_inner2 > .slick-dots > li > span {
  background: #f2f2f2;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  border: 0;
  cursor: pointer;
  outline: none;
}
.im_sub_roll_inner2 > .slick-dots > li.slick-active > span {
  background: #25318c;
  color: #fff;
}

.reserv_txt_wrap {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.reserv_txt_wrap > p {
  line-height: 1.7;
  font-size: 24px;
}
.reserv_txt_wrap > p > strong {
  font-weight: bold;
  color: #2a84d7;
}
.reserv_txt_wrap > p > span {
  font-weight: bold;
}

.tal {
  text-align: left !important;
}
.wd50 {
  width: 50%;
}
.wd48 {
  width: 48%;
}
.sub_contents_section_wrap {
}
.sub_contents_section_wrap > .sub_contents_section:first-child {
  padding-top: 0;
}
.sub_contents_section_wrap > .sub_contents_section:last-child {
  border-bottom: 0;
}
.sub_contents_section {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
  width: 580px;
  margin: 0 auto;
}
.sub_contents_section > .c_img {
  margin-top: 20px;
  text-align: center;
}
.little_subject {
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -2px;
  text-align: center;
}
.little_subject:after {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  background: url('/img/sub/cont_title_comma.png') no-repeat;
  width: 86px;
  height: 54px;
  display: inline-block;
}
.little_subject > strong {
  color: #25318c;
  font-weight: 500;
}

.little_subject2 {
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-top: 50px;
}
.little_subject2:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  background: url('/img/sub/cont_title_comma.png') no-repeat;
  width: 86px;
  height: 54px;
  display: inline-block;
}
.little_subject2 > strong {
  color: #25318c;
  font-weight: 500;
}

.h4_new {
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-top: 50px;
  text-align: left;
}

.content_p {
  color: #1c1c1c;
  font-size: 24px;
  margin-top: 40px;
}
.content_p > strong {
  font-weight: 600;
}
.content_p > a {
  background-color: #f68427;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding: 7px 25px;
  border-radius: 35px;
}
.contents_half_wrap {
  font-size: 0;
}
.contents_half_wrap2 {
  font-size: 0;
  margin-top: 40px;
  padding: 1px 40px 40px 40px;
  box-sizing: border-box;
}
.contents_half {
  margin-top: 40px;
}

.sub_contents_section h5 {
  color: #1c1c1c;
  font-size: 35px;
  letter-spacing: -2px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.sub_contents_section h5:before {
  content: '';
  display: inline-block;
  background-color: #fe923a;
  width: 5px;
  height: 35px;
  vertical-align: middle;
  margin-right: 15px;
}

.sbc_list {
  margin-top: 30px;
}
.sbc_list > li {
  margin-bottom: 15px;
  font-size: 24px;
  color: #1c1c1c;
  list-style: disc;
  margin-left: 20px;
}
/* .sbc_list > li:before{content:"";display: inline-block;vertical-align: middle;width:3px;height:3px;border-radius:100%;background-color: #1c1c1c;margin:0 5px;} */

.c_table {
  table-layout: fixed;
  margin-top: 60px;
  width: 100%;
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
}
.c_table thead th {
  color: #1c1c1c;
  font-size: 23px;
  text-align: center;
  padding: 20px 0;
  background-color: #f1f3ff;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.c_table thead th:last-child {
  border-right: 0;
}
.c_table tbody td {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.c_table tbody td:nth-child(2) {
  text-align: center;
  font-size: 20px;
  color: #1c1c1c;
}
.c_table tbody td:nth-child(3) {
  padding-left: 30px;
}
.c_table tbody td:last-child {
  border-right: 0;
}

.c_table2 {
  table-layout: fixed;
  margin-top: 60px;
  width: 100%;
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
}
.c_table2 thead th {
  color: #1c1c1c;
  font-size: 23px;
  text-align: center;
  padding: 20px 0;
  background-color: #f1f3ff;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.c_table2 thead th:last-child {
  border-right: 0;
}
.c_table2 tbody td {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  font-size: 20px;
  color: #666;
  padding: 30px 0;
}

.spanbtn {
  display: inline-block;
  padding: 7px 18px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 15px;
}
.span_btn1 {
  background-color: #0070c0;
}
.span_btn2 {
  background-color: #ed7d31;
}

.c_table3 {
  table-layout: fixed;
  margin-top: 60px;
  width: 100%;
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
}
.c_table3 tbody td {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  font-size: 24px;
  color: #666;
  padding: 30px 0;
}
.c_table3 tbody td:nth-child(2) {
  border-right: 0;
  text-align: left;
  padding-left: 20px;
}
.c_table3 tbody td strong {
  color: #000;
  font-weight: 600;
}

.c_img_wrap {
  margin: 50px auto 0 auto;
  font-size: 0;
}
.c_img_wrap > .c_img_left {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.c_img_wrap > .c_txt_right {
  position: relative;
  background-color: #f7f7f7;
  display: inline-block;
  width: 640px;
  height: 400px;
  vertical-align: top;
  margin-top: -192px;
  margin-left: -40px;
  box-sizing: border-box;
  padding-top: 220px;
  text-align: center;
}
.c_img_wrap > .c_txt_right > strong {
  display: block;
  font-size: 30px;
  color: #1c1c1c;
}
.c_img_wrap > .c_txt_right > p {
  display: block;
  font-size: 18px;
  color: #1c1c1c;
  margin-top: 25px;
  letter-spacing: -1px;
}
.c_img_wrap a {
  display: inline-block;
  text-decoration: none;
  background-color: #25318c;
  padding: 13px 25px;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  border-radius: 35px;
}
.c_box {
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 45px 25px;
  margin-top: 45px;
}
.c_box:after {
  content: '';
  display: block;
  clear: both;
}
.c_box h4 {
  margin-top: 35px;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -2px;
}
.c_box .c_box_small_txt {
  text-align: center;
  font-size: 20px;
  color: #1c1c1c;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 20px;
  padding-bottom: 25px;
}
.c_box_list > li {
  margin-top: 35px;
}
.c_box_list > li > strong {
  display: block;
  font-size: 26px;
  color: #1c1c1c;
}
.c_box_list > li > strong:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('/img/sub/c_box_list_before.png') no-repeat;
  width: 8px;
  height: 10px;
  margin-right: 10px;
}
.c_box_list > li > p {
  font-size: 22px;
  color: #7b7b7b;
  margin-top: 15px;
}

.c_txt_wrap {
  margin-top: 50px;
}
.c_txt_title > span {
  background-color: #25318c;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
}
.c_txt_title > strong {
  font-size: 25px;
  color: #1c1c1c;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.c_txt_cont {
  margin-top: 35px;
}
.c_txt_cont > strong {
  font-size: 19px;
  color: #1c1c1c;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.c_txt_cont > strong:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #1c1c1c;
  margin: 0 5px;
}
.c_txt_cont > span {
  font-size: 19px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}

.sub_center06_list_wrap {
  margin-top: 100px;
}
.sub_center06_tab {
  font-size: 0;
  text-align: center;
}
.sub_center06_tab > li {
  display: inline-block;
  width: 290px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  background-color: #f2f2f2;
  color: #1c1c1c;
  font-size: 24px;
  cursor: pointer;
}
.sub_center06_tab > li.active {
  background-color: #25318c;
  color: #fff;
}

.b_center06_roll {
  width: 640px;
  margin: 80px auto 0;
  padding-bottom: 50px;
}
.b_center06_roll_inner {
}
.b_center06_roll_inner > .slick-dots {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 40px;
}
.b_center06_roll_inner > .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}
.b_center06_roll_inner > .slick-dots > li > button {
  background: #bcbcbc;
  text-indent: -9999px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  outline: none;
}
.b_center06_roll_inner > .slick-dots > li.slick-active > button {
  background: #25318c;
}

.b_center06_roll_inner > .slick-arrow {
  position: absolute;
  bottom: 70px;
  width: 51px;
  height: 51px;
  border: 0;
  outline: 0;
  display: inline-block;
  text-indent: -99999px;
  cursor: pointer;
  z-index: 1;
}
.b_center06_roll_inner > .slick-prev {
  background: url('/img/sub/b_center06_p.png') no-repeat;
  right: 0%;
  margin-right: 50px;
}
.b_center06_roll_inner > .slick-next {
  background: url('/img/sub/b_center06_n.png') no-repeat;
  right: 0%;
  margin-right: 10px;
}

.information05_tab {
  font-size: 0;
  border-bottom: 3px solid #1a3065;
  margin-top: 50px;
}
.information05_tab > li {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #1c1c1c;
  background-color: #f8f8f8;
  cursor: pointer;
  width: 180px;
  height: 60px;
  line-height: 60px;
}
.information05_tab > li.on {
  background-color: #1a3065;
  color: #fff;
}
.information05_map {
  position: relative;
  width: 580px;
  margin: 0 auto;
}
.information05_yak {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -9;
}
.speed_link {
  display: inline-block;
  position: absolute;
  width: 198px;
  height: 42px;
  text-indent: -99999999999px;
}

.sub_zone_wrap {
  margin-top: 50px;
}
.sub_zone_wrap:after {
  content: '';
  display: block;
  clear: both;
}
.sub_zone_wrap > h5 {
  float: left;
  color: #1c1c1c;
  font-size: 28px;
  letter-spacing: -2px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  margin-bottom: 30px;
}
.sub_zone_wrap > h5:before {
  content: '';
  display: inline-block;
  background-color: #25318c;
  width: 5px;
  height: 28px;
  vertical-align: middle;
  margin-right: 15px;
}
.sub_zone_wrap > ul {
  float: left;
  width: 580px;
}
.sub_zone_wrap > ul:after {
  content: '';
  display: block;
  clear: both;
}
.sub_zone_wrap > ul > li {
  width: 287px;
  float: left;
  border-right: 1px solid #ededed;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.sub_zone_wrap > ul > li:nth-child(2n) {
  border-right: 0;
}
.sub_zone_wrap > ul > li > a {
  display: block;
  text-decoration: none;
}
.sub_zone_wrap > ul > li > a > span.zone_title {
  display: block;
  font-size: 28px;
  margin-top: 5px;
  color: #1c1c1c;
}
.sub_zone_wrap > ul > li > a > span.zone_link {
  border: 1px solid #dbdbdb;
  display: inline-block;
  color: #828282;
  margin-top: 15px;
  padding: 7px 30px;
  font-size: 22px;
}
.sub_zone_wrap > ul > li:hover > a > span.zone_link {
  background-color: #fe923a;
  color: #fff;
}
.sub_zone_wrap > ul > li > a > strong {
  display: block;
  color: #1c1c1c;
  font-size: 26px;
  font-weight: 600;
}

.intro05_btn_wrap {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
.intro05_btn_wrap > li {
  display: inline-block;
  margin-top: 5px;
}

.intro05_box {
  width: 580px;
  margin: 0 auto;
}
.intro05_box > h4 {
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-top: 50px;
  text-align: left;
}
.intro05_box > h4:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  background: url('/img/sub/cont_title_comma.png') no-repeat;
  width: 86px;
  height: 54px;
  display: inline-block;
}
.intro05_box > p {
  color: #1c1c1c;
  margin-top: 35px;
  line-height: 2;
  text-align: left;
  font-size: 20px;
}

.guide01_list_wrap {
  width: 580px;
  margin: 0 auto;
  padding: 70px 0;
}
.guide01_list {
  font-size: 0;
}
.guide01_list > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.guide01_list > li > a {
  display: block;
  width: 286px;
  height: 286px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  text-align: center;
}
.guide01_list > li > a > img {
  margin-top: 68px;
}

.triangle {
  position: absolute;
  top: -9px;
  right: -39px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  transform: rotate(225deg);
}
.triangle > span {
  position: absolute;
  top: -40px;
  left: -28px;
  transform: rotate(135deg);
  width: 50px;
  color: #fff;
  font-size: 18px;
}
.tri_type1 {
  border-top: 60px solid #25318c;
}
.tri_type2 {
  border-top: 60px solid #fe923a;
}

.location_modal {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.location_wrap {
  position: relative;
}
.location_click {
  margin-top: 40px;
  cursor: pointer;
}
.location_on {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 481px;
  overflow-y: scroll;
}

.sub_tab_wrap {
  position: relative;
  padding-top: 50px;
}
.sub_tab {
  font-size: 0;
  text-align: center;
}
.sub_tab > li {
  display: inline-block;
}
.sub_tab > li > a {
  display: inline-block;
  width: 193px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  background-color: #f2f2f2;
  color: #1c1c1c;
  font-size: 24px;
}
.sub_tab > li.ton > a {
  background-color: #25318c;
  color: #fff;
}

.sub_tab_wrap2 {
  position: relative;
  padding-top: 50px;
}
.sub_tab2 {
  font-size: 0;
  text-align: center;
}
.sub_tab2 > li {
  display: inline-block;
}
.sub_tab2 > li > a {
  display: inline-block;
  width: 290px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  background-color: #f2f2f2;
  color: #1c1c1c;
  font-size: 24px;
}
.sub_tab2 > li.ton > a {
  background-color: #25318c;
  color: #fff;
}

.sub_tab_small_wrap {
  position: relative;
}
.sub_tab_small {
  font-size: 0;
  text-align: center;
}
.sub_tab_small > li {
  display: inline-block;
}
.sub_tab_small > li > a {
  display: inline-block;
  margin: 10px 20px 0px 20px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  color: #898989;
  font-size: 24px;
  font-weight: 600;
}
.sub_tab_small > li > a:hover {
  color: #25318c;
  border-bottom: 2px solid #25318c;
}
.sub_tab_small > li.ton > a {
  color: #25318c;
  border-bottom: 2px solid #25318c;
}

.mpinfo_wrap .mpinfo_inner {
  width: 100%;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #dadada;
}
.mpinfo_wrap .mpinfo_inner .left_con {
  width: 17%;
}
.mpinfo_wrap .mpinfo_inner .left_con h3 {
  font-size: 33px;
  color: #fe923a;
  font-weight: bold;
}
.mpinfo_wrap .mpinfo_inner .right_con {
  width: 83%;
}
.mpinfo_wrap .mpinfo_inner .right_con .right_inner {
  display: flex;
  padding-top: 14px;
}
.mpinfo_wrap .mpinfo_inner .right_con .right_inner .mpinfo_month {
  width: 10%;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.mpinfo_wrap .mpinfo_inner .right_con .right_inner .mpinfo_des {
  width: 90%;
  font-size: 18px;
  padding-bottom: 20px;
}

.doc_layout .container {
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  padding: 40px 5%;
  box-sizing: border-box;
  background: #fff;
  height: 80%;
  overflow-y: auto;
  z-index: 10;
  max-width: 1300px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.doc_layout .row {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.doc_layout .container .row h2 {
  font-weight: normal;
  text-align: center;
  font-size: 32px;
}
.doc_layout .container .row h2 b {
  font-weight: bold;
}
.doc_layout .doc_closer_wrap {
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
  max-width: 1300px;
  left: 50%;
  transform: translateX(-50%);
}
.doc_layout .doc_closer {
  position: absolute;
  right: 0%;
  top: 50%;
  z-index: 9999;
  cursor: pointer;
}

.doc_category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}
.doc_category li {
  background: #0e2958;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  width: 20%;
  font-size: 20px;
  text-align: center;
  border: 1px solid #fff;
}
.doc_category li.active {
  background: #182ab3;
}

.doc_search {
  width: 100%;
  padding: 10px;
  background: #f1f2f4;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  flex-wrap: wrap;
}
.doc_search li:first-child {
  margin: 0 20px;
}

.doc_search li {
  margin: 0 20px;
  font-size: 18px;
  position: relative;
  color: #2d2d2d;
  cursor: pointer;
}
.doc_search li::after {
  content: '|';
  position: absolute;
  right: -20px;
  color: #d5d6d8;
  font-weight: normal !important;
}
.doc_search li.active {
  font-weight: bold;
}
.doc_search li:nth-child(9) {
  margin-left: 127px;
}

.doc_card {
  width: 20%;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
}
.doc_card .doc_thum {
  width: 100%;
}
.doc_card .doc_thum img {
  width: 100%;
}
.doc_card .doc_cate {
  padding: 10px 0 5px 0;
  color: #2d2d2d;
  font-size: 14px;
}
.doc_card .doc_name {
  font-weight: bold;
  color: #2d2d2d;
  font-size: 20px;
}
.null_cate {
  pointer-events: none;
}

.card_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.doc_list_wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.doc_list_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.doc_list_inner p {
  font-size: 16px;
}
.doc_item {
  clear: both;
  width: 100%;
  min-height: 337px;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  margin: 10px 0;
  display: flex;
}
/* .doc_item:nth-child(odd){margin-left: 0}
.doc_item:nth-child(even){margin-right: 0} */
.doctor_thum {
  width: 253px;
  min-height: 335px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.doctor_thum img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.doctor_info {
  width: 347px;
  min-height: 335px;
  box-sizing: border-box;
  padding: 65px 20px;
  position: relative;
}
.doctor_info hr {
  margin: 27px 0;
  border: 1px solid #eeeeee;
}
.doctor_info h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.doctor_info h2 {
  font-size: 40px;
  font-weight: 600;
}
.doctor_info h2 span {
  font-size: 20px;
  font-weight: normal;
  padding-left: 12px;
}
.doctor_info .p_title {
  font-weight: 600;
  color: #545454;
  margin-bottom: 15px;
  font-size: 20px;
}
.doctor_info pre {
}
.doc_profile1 {
  display: flex;
  flex-wrap: wrap;
  color: #545454;
  font-size: 17px;
}
.doc_detail {
  position: absolute;
  bottom: 65px;
  left: 5%;
  width: 90%;
  box-sizing: border-box;
}
.doc_detail li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.doc_detail li a {
  padding: 6px 0;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 18px;
}
.doc_detail li:nth-child(1) a {
  background: #25318c;
}
.doc_detail li:nth-child(2) a {
  background: #606cc4;
}

.doc_category li {
  width: 33.333%;
}

.sub_btn_wrap {
  position: fixed;
  bottom: 0;
  font-size: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 999;
}
.sub_btn_wrap > li {
  display: inline-block;
}

.sub_container_wrap .sub_program_wrap {
  position: relative;
}
/* .sub_container_wrap .program_btn{width:200px; height:60px; position:absolute; left:310px; top:257px;  z-index:9999999999999999;} */
.sub_container_wrap .program_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
  border: 1px solid #e9e9e9;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  font-size: 20px;
  background-color: #fe923a;
}
.sub_container_wrap .program_btn a:hover {
  background-color: #26318d;
  color: #fff;
}

.intro06_01 {
  text-align: center;
}
.intro06_01 > span {
  display: inline-block;
  background-color: #f1f1f1;
  width: 580px;
  padding: 30px 0;
  color: #105d99;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  border-radius: 20px;
}

.intro06_02 {
  width: 580px;
  background-color: #105d99;
  margin: 25px auto 0;
  border-radius: 20px;
  padding: 60px 0;
  text-align: center;
}
.it6_1:after {
  content: '';
  display: inline-block;
  width: 395px;
  height: 5px;
  background-color: #fff;
  vertical-align: middle;
  margin: 30px 0;
}
.intro06_02 > div {
  font-size: 23px;
  color: #fff;
}

.intro06_03 > ul {
  width: 580px;
  margin: 30px auto 0;
}
.intro06_03 > ul > li {
  background-color: #f1f1f1;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  margin-bottom: 40px;
}
.intro06_03 > ul > li > div {
  font-size: 23px;
  color: #171717;
  margin-top: 5px;
  letter-spacing: -2px;
}
.intro06_03 > ul > li > .it6_3img {
  width: 10%;
}
.intro06_03 > ul > li > .it6_3txt {
  width: 90%;
  font-weight: 500;
}
.intro06_03 > ul > li > .it6_3txt > span {
  color: #105d99;
  font-weight: 700;
}

.intro06_04 {
  width: 580px;
  margin: 25px auto 0;
}
.it6_4_logo {
  text-align: center;
  margin-top: 55px;
}
.it6_4_txt {
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.it6_4_txt > p {
  color: #2a2c2e;
  font-size: 21px;
  line-height: 30px;
}
.it6_4_img {
  margin: 25px 0;
}

.int_ul_wrap {
  width: 580px;
  margin: 30px auto 0;
  display: flex;
}
.int_ul_wrap > li {
  color: #616161;
  font-size: 18px;
  width: 25%;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
}
/*서브*/

.center08_wrap {
  margin-top: 40px;
  padding: 35px 0 65px 0;
  background: #f7f7f7;
  box-sizing: border-box;
  width: 640px;
}
.center08_wrap ul {
  width: 580px;
  margin: 0 auto;
}
.sub_contents_section2 h5 {
  color: #1c1c1c;
  width: 580px;
  margin: 40px auto 0;
  font-size: 35px;
  letter-spacing: -2px;
  font-weight: 600;

  vertical-align: middle;
}
.sub_contents_section2 h5:before {
  content: '';
  display: inline-block;
  background-color: #fe923a;
  width: 5px;
  height: 35px;
  vertical-align: middle;
  margin-right: 15px;
}
.center08_wrap > div {
}
.center08_wrap a {
  width: 431px;
  height: 66px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 36px;
  display: block;
  margin: 40px auto 0;
}

.center08 ul {
  padding-top: 30px;
}
.center08 li {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.center08 li span,
.center08 li i {
  font-size: 20px;
}
.center08 li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  background: #25318c;
  color: #fff;
  font-weight: 200;
  margin-right: 15px;
}
.center08 li i {
  color: #1c1c1c;
  font-style: normal;
}
.center08_p {
  display: flex;
  width: 100%;
  align-items: center;
}
.center08_p span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  margin-top: -27px;
  margin-right: 10px;
}
.center08_p i {
  font-style: normal;
  font-size: 24px;
}

.oran {
  font-size: 33px;
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: -2px;
  display: flex;
}
.oran > p {
  font-size: 33px;
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: -2px;
}
.oran > span {
  color: #fe923a;
  font-weight: 500;
  margin-right: 10px;
}
.oran > p strong {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: -2px;
}
.lt {
  letter-spacing: -1px;
}

.co_btn {
  width: 580px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.co_btn > div:nth-child(1) {
  margin-bottom: 5px;
}

.right_text {
  text-align: right;
  color: #1c1c1c;
  font-size: 24px;
  margin-top: 50px;
}
/*작업완료후 추가CSS*/
h4.blue {
  font-size: 28px;
}
h4.blue span {
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  background: #25318c;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
}
.table_ul {
  margin: 10px 0;
  width: 100%;
  display: flex;
}
.table_ul li {
  background: #f2f2f2;
  padding: 20px 25px;
  box-sizing: border-box;
  height: 190px;
  display: flex;
  align-items: center;
  font-size: 20px;
  width: 100%;
}
.table_ul li.th_li {
  background: #3a3c4a;
  color: #fff;
  width: 270px;
  font-size: 24px;
  justify-content: center;
}

/*작업완료후 추가CSS*/

.sub_zone_wrap > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sub_zone_wrap > ul li {
  width: 100%;
}

/* 20241107 바른 성장클리닉 유튜브 추가 */
.youtube_group {
  padding-top: 60px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 20px;
  flex-direction: column;
  margin: 0 auto;
}

.youtube_group iframe {
  align-self: center;
}
