/*문자열설정*/
@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: 205px;
    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: #3f3f3f;
}

/* 커스텀 넘버링 페이지 단일버전
.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: #f7a08b;
}
.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: relative;
    width: 100%;
    height: 120px;
    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: 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: #000;
    box-sizing: border-box;
    transition: all 0.4s;
    width: 39px;
    display: block;
}
.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_program_wrap {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}
/* 프로그램 타이틀 */
.sub_program_wrap > h3.program_title {
    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: #009bcb;
    display: block;
    margin: 10px auto 0 auto;
}

/* 서브 투뎁스 메뉴 */
.sub-top-link-wp {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-top: 20px;
}
.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: 0 auto;
    background-color: #222;
    padding: 0px 0 100px 0;
}
.foot_mem {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #4a4a4a;
}
.foot_mem > li {
    display: inline-block;
}
.foot_mem > li:after {
    content: "";
    display: inline-block;
    background-color: #c3c3c3;
    width: 1px;
    height: 14px;
    vertical-align: middle;
    margin: 0 10px;
}
.foot_mem > li:last-child:after {
    width: 0;
}
.foot_mem > li > a {
    display: inline-block;
    font-size: 15px;
    color: #afafaf;
    text-decoration: none;
    vertical-align: middle;
}

.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: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    padding-top: 15px;
}

.foot_bottom_wrap {
    padding-top: 50px;
}
.foot_logo {
    text-align: center;
    display: inline-block;
    padding-left: 25px;
}
.foot_address {
    color: #afafaf;
    font-size: 14px;
    display: inline-block;
    padding-left: 25px;
    vertical-align: middle;
}
.foot_sns_wrap {
    display: inline-block;
    padding-left: 25px;
    vertical-align: middle;
}
.foot_sns_wrap > h4 {
    font-size: 20px;
    color: #afafaf;
    font-weight: 600;
}
.foot_sns_wrap > ul {
    font-size: 0;
    margin-top: 15px;
}
.foot_sns_wrap > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.footer_wrap .language {
    text-align: center;
}
.footer_wrap .language li {
    display: inline-block;
}
.footer_wrap .language li a {
    font-size: 15px;
    color: #afafaf;
}

/*메인*/
.mb01_wrap {
    position: relative;
    margin-top: -140px;
    z-index: 9;
}
.mb01 {
    text-align: center;
    font-size: 0;
}
.mb01 > li {
    display: inline-block;
    position: relative;
}
.mb01 > li > a {
    display: block;
    width: 295px;
    height: 280px;
    text-decoration: none;
}
.mb01 > li:nth-child(1) > a {
    background-color: #a2abbc;
}
.mb01 > li:nth-child(2) > a {
    background-color: #0e75bc;
}
.mb01 > li:nth-child(3) > a {
    background-color: #195191;
}
.mb01 > li:nth-child(4) > a {
    background-color: #0d3c72;
}
.mb01 > li:nth-child(5) > a {
    background-color: #00b3e0;
}
.mb01 > li:nth-child(6) > a {
    background-color: #3f3f3f;
}
.mb01 > li > a > span {
    position: relative;
    display: inline-block;
    padding-top: 60px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.mb01 > li > a > span > img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.mb01 > li > a > strong {
    position: absolute;
    display: block;
    color: #fff;
    font-size: 22px;
    padding-top: 35px;
    transition: all 0.3s;
    left: 0;
    right: 0;
}
.mb01 > li:hover > a > strong {
    font-size: 28px;
}

.mb02_wrap {
    position: relative;
    background: url("/img/m/main/mb02_bg.jpg") no-repeat;
    width: 640px;
    height: 799px;
    margin-top: -400px;
}
.mb02 {
    font-size: 0;
    position: absolute;
    top: 670px;
    left: 50px;
}
.mb02 > li {
    display: inline-block;
    margin: 0 8px;
}
.mb02 > li > a {
    display: block;
}
.mb02_btn {
    display: inline-block;
    width: 590px;
    height: 58px;
    line-height: 58px;
    background-color: #2a78d0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 25px;
}

.mb03_wrap {
    padding-top: 50px;
}
.mb03 {
    font-size: 0;
}
.mb03 > li {
    display: inline-block;
}
.mb03 > li > a {
    display: block;
}

.mb03_left {
    position: relative;
    width: 590px;
    margin: 50px auto 0;
}
.mb03_left > h3 {
    color: #3f3f3f;
    font-size: 38px;
}
.mb03_left_tab {
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-size: 0;
    width: 330px;
    margin-top: 35px;
}
.mb03_left_tab > li {
    display: inline-block;
    width: 110px;
    text-align: center;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    box-sizing: border-box;
    cursor: pointer;
}
.mb03_left_tab > li.mb03on {
    border-bottom: 0;
}
.mb03_left_tab > li > span {
    display: inline-block;
    color: #3f3f3f;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}
.mb03_left_tab > li > a {
    position: absolute;
    right: 0px;
    top: 125px;
    color: #3f3f3f;
    font-size: 12px;
    text-align: center;
    border: 1px solid #cecece;
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: none;
}
.mb03_list {
    width: 590px;
}
.mb03_list > li {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
}
.mb03_list > li:last-child {
    border-bottom: 0;
}
.mb03_list > li > a:after {
    content: "";
    display: block;
    clear: both;
}
.mb03_list > li > a > strong {
    display: inline-block;
    width: 490px;
    color: #3f3f3f;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mb03_list > li > a > span {
    float: right;
    font-size: 15px;
    color: #919191;
}

.mb04_wrap {
    text-align: center;
    padding-top: 40px;
}

.mb05_wrap {
    padding-top: 40px;
}
/*메인*/

/*서브*/
.sb_inner > .slick-arrow {
    position: absolute;
    top: 300px;
    width: 71px;
    height: 14px;
    border: 0;
    outline: 0;
    display: inline-block;
    text-indent: -99999px;
    cursor: pointer;
    z-index: 1;
}
.sb_inner > .slick-prev {
    background: url("/img/m/sub/sb_p.png") no-repeat;
    right: 130px;
}
.sb_inner > .slick-next {
    background: url("/img/m/sub/sb_n.png") no-repeat;
    right: 25px;
}

.sub_roll_wrap {
}
.sub_roll {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 365px;
}
.sub_roll_inner > .slick-arrow {
    position: absolute;
    top: 105px;
    width: 17px;
    height: 29px;
    border: 0;
    outline: 0;
    display: inline-block;
    text-indent: -99999px;
    cursor: pointer;
    z-index: 1;
}
.sub_roll_inner > .slick-prev {
    background: url("/img/m/sub/sub_r_p.png") no-repeat;
    left: -100px;
}
.sub_roll_inner > .slick-next {
    background: url("/img/m/sub/sub_r_n.png") no-repeat;
    right: -100px;
}

/* 검진테이블(베이직) */
.program_table_wrap {
    padding-top: 50px;
    width: 600px;
    margin: 0 auto;
}
.program_table_gradient {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #3567c5, #1b92c5, #01bfc6);
}
.program_table {
    table-layout: fixed;
    width: 100%;
}
.program_table > thead > tr > th {
    background-color: #e0e0e0;
    font-size: 22px;
    color: #363636;
    text-align: center;
    padding: 18px 0;
    font-weight: 600;
    border-left: 1px solid #fff;
}
.program_table > thead > tr > th:first-child {
    border-left: 0;
}
.program_table > tbody > tr > td {
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    color: #777;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.program_table > tbody > tr > td:last-child {
    border-right: 1px solid #e8e8e8;
}
.program_table > tbody > tr > td.bor_none {
    border-right: 0;
}
.program_table > tbody > tr > td.td_title {
    background-color: #f7f7f7;
    font-size: 17px;
    color: #222;
    font-weight: 600;
}
.program_table > tbody > tr > td.td_title > span {
    font-size: 15px;
    display: block;
    font-weight: 500;
}
.program_table > tbody > tr > td.td_price {
    font-size: 26px;
    color: #363636;
    font-weight: 600;
}
.program_table > tbody > tr > td.td_price2 {
    font-size: 26px;
    color: #ff5f18;
    font-weight: 600;
}
.program_table > tbody > tr > td > strong {
    font-weight: 600;
    color: #222;
}
.strong_color {
    color: #009780 !important;
}

.program_info_date {
    position: relative;
    left: 50%;
    margin-left: 110px;
    margin-top: 10px;
    width: 190px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(to right, #3567c5, #1b92c5, #01bfc6);
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.program_cost_wrap {
    width: 600px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 45px;
}
.program_cost_wrap:after {
    content: "";
    display: block;
    clear: both;
}
.program_cost_title {
    width: 220px;
    height: 150px;
    background-color: #072c57;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    float: left;
    display: inline-block;
}
.program_cost_title > span {
    display: block;
    padding-top: 50px;
}
.cost_txt {
    display: inline-block;
    float: left;
    width: 380px;
    height: 150px;
    border: 7px solid #d7d7d7;
    border-left: 0;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.cost_txt > dl {
    height: 68px;
    line-height: 68px;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
}
.cost_txt > dl:after {
    content: "";
    display: block;
    clear: both;
}
.cost_txt > dl > dt {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 28px;
    color: #222;
    font-weight: bold;
}
.cost_txt > dl > dd {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 30px;
    color: #0562ce;
    font-weight: bold;
    border-left: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.program_cost_wrap2 {
    width: 600px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 20px;
}
.program_cost_wrap2:after {
    content: "";
    display: block;
    clear: both;
}
.program_cost_title2 {
    width: 220px;
    height: 90px;
    background-color: #072c57;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    float: left;
    display: inline-block;
}
.program_cost_title2 > span {
    display: block;
    padding-top: 20px;
}
.program_cost_title2 > span > img {
    display: inline-block;
}
.cost_txt2 {
    display: inline-block;
    float: left;
    width: 380px;
    height: 90px;
    border: 7px solid #d7d7d7;
    border-left: 0;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.cost_txt2 > dl {
    height: 76px;
    line-height: 76px;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
}
.cost_txt2 > dl:after {
    content: "";
    display: block;
    clear: both;
}
/*.cost_txt2 > dl > dt{float:left;display: inline-block;width:50%;text-align: center;font-size:28px;color:#222;font-weight: bold;}*/
.cost_txt2 > dl > dd {
    float: left;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #0562ce;
    font-weight: bold;
    border-left: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.specialization_wrap {
    padding-top: 180px;
}
.specialization_section > h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 36px;
    color: #363636;
}
.specialization_section > h3 > strong {
    font-weight: 600;
}
.specialization_inner > .slick-dots {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 0;
    text-align: center;
}
.specialization_inner > .slick-dots > li {
    cursor: pointer;
    display: inline-block;
    width: 300px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    background: #f3f3f3;
    color: #363636;
}
.specialization_inner > .slick-dots > li:first-child {
    margin-left: 0;
}
.specialization_inner > .slick-dots > li.slick-active {
    background: linear-gradient(to right, #3567c5, #1b92c5, #01bfc6);
    color: #fff;
}
.specialization_inner > .slick-dots > li.slick-active > .spti_on {
    display: inline-block;
}
.spti_on {
    margin-right: 8px;
    display: none;
}

.checkup05_event_date {
    position: absolute;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    top: 445px;
    left: 260px;
    letter-spacing: -2px;
}
.checkup05_title_wrap {
    padding-bottom: 30px;
}
.checkup05_title_wrap > h3:after {
    content: "";
    display: block;
    clear: both;
}
.checkup05_add_choice_num_bg {
    float: left;
    position: relative;
    display: inline-block;
    background: url("/img/sub/checkup05_add_choice_num_bg.png") no-repeat;
    width: 71px;
    height: 71px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
    margin-right: 20px;
}
.checkup05_add_choice_num_bg > strong {
    font-size: 36px;
    color: #ff831e;
    font-weight: 600;
    display: inline-block;
    margin-top: -12px;
}
.checkup05_title {
    display: inline-block;
    font-size: 36px;
    color: #363636;
    letter-spacing: -2px;
    font-weight: 600;
    margin-top: -5px;
}
.checkup05_title_date {
    display: inline-block;
    font-size: 19px;
    color: #666;
}
.program_table_wrap2 {
    padding-top: 50px;
    width: 600px;
    margin: 0 auto;
}
.program_table_gradient2 {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #3567c5, #1b92c5, #01bfc6);
}
.program_table2 {
    table-layout: fixed;
    width: 100%;
}
.program_table2 > thead > tr > th {
    background-color: #e0e0e0;
    font-size: 22px;
    color: #363636;
    text-align: center;
    padding: 18px 0;
    font-weight: 600;
    border-left: 1px solid #fff;
}
.program_table2 > thead > tr > th:first-child {
    border-left: 0;
}
.program_table2 > tbody > tr > td {
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    color: #777;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.program_table2 > tbody > tr > td:last-child {
    border-right: 1px solid #e8e8e8;
}
.program_table2 > tbody > tr > td.bor_none {
    border-right: 0;
}
.program_table2 > tbody > tr > td.td_title {
    background-color: #f7f7f7;
    font-size: 17px;
    color: #222;
    font-weight: 600;
}
.program_table2 > tbody > tr > td.td_title > span {
    font-size: 15px;
    display: block;
    font-weight: 500;
}
.program_table2 > tbody > tr > td.td_price {
    font-size: 26px;
    color: #363636;
    font-weight: 600;
}
.program_table2 > tbody > tr > td.td_price2 {
    font-size: 26px;
    color: #ff5f18;
    font-weight: 600;
}
.program_table2 > tbody > tr > td > strong {
    font-weight: 600;
    color: #222;
}
.strong_color2 {
    color: #f26921 !important;
    font-weight: normal !important;
}
.th_basic_price {
    background-color: #edf7fe !important;
    font-weight: 600;
    color: #000 !important;
}
.th_sale_price {
    background-color: #ebfeff !important;
}
td.basic_price {
    background-color: #edf7fe !important;
    color: #215eaa !important;
    font-weight: 600;
}
td.sale_price {
    background-color: #ebfeff !important;
    color: #01a4aa !important;
    font-weight: 600;
}
.program_table2_info_txt {
    font-size: 17px;
    color: #f26921;
    padding-top: 25px;
    line-height: 1.5;
}
.checkup05_reserve_btn_wrap {
    text-align: center;
    margin-top: 60px;
}
.checkup05_reserve_btn {
    text-decoration: none;
    display: inline-block;
    width: 310px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(to right, #3567c5, #1b92c5, #01bfc6);
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.intro01_tab {
    position: relative;
    font-size: 0;
    text-align: center;
    margin: 40px 0;
}
.intro01_tab > li {
    display: inline-block;
    margin-left: 5px;
}
.intro01_tab > li:first-child {
    margin-left: 0;
}
.intro01_tab > li > a {
    display: block;
    cursor: pointer;
    display: inline-block;
    width: 300px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    background: #f3f3f3;
    color: #363636;
}
.intro01_tab > li.ton > a {
    background: linear-gradient(to right, #3567c5, #1b92c5, #01bfc6);
    color: #fff;
    text-decoration: none;
}
.intro01_tab > li.ton > a > .spti_on {
    display: inline-block;
}

.intro05_tab {
    position: relative;
    font-size: 0;
    width: 590px;
    margin: 20px auto 0;
}
.intro05_tab > li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.intro05_tab > li:nth-child(2n) {
    margin-right: 0;
}
.intro05_tab > li > a {
    display: block;
    cursor: pointer;
    display: inline-block;
    width: 292px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    background: #f3f3f3;
    color: #363636;
}
.intro05_tab > li.ton > a {
    background: linear-gradient(to right, #3567c5, #1b92c5, #01bfc6);
    color: #fff;
    text-decoration: none;
}
.intro05_tab > li.ton > a > .spti_on {
    display: inline-block;
}

.table {
    font-size: 16px;
}
.bg-gray {
    background: #646971;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
}
.btn-black {
    background: #000;
    color: #fff;
}
.btn-black:hover {
    color: #fff;
}
.th_back {
    background: url("/img/sub/th_back.jpg");
    background-size: cover;
}
.th_back th,
.th_back td {
    color: #fff;
    padding: 16px 8px !important;
    font-weight: bold;
}
.sub_contents_wrap .table td {
    vertical-align: middle !important;
}
.sub_contents_wrap .table th {
    vertical-align: middle !important;
}
.sub_contents_wrap .table td,
.sub_contents_wrap .table th,
.sub_contents_wrap .container p,
.sub_contents_wrap .radio-inline {
    font-size: 16px;
}
/*서브*/

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

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