/*  sub_image  */
.tongImg {max-width: 100%;margin: 0 auto;overflow: visible;position: relative;text-align: center;padding}
.mobile_img {display: none;}
.tongImg_inn.bg {width: 100%;overflow: visible;background-position: center top;background-repeat: no-repeat;overflow: hidden;}
@media screen and (max-width: 720px) {
    .mobile_img {
        display: block;
    }
	.pc_img {
        display: none;
    }
}


.sub_visual {position:relative; height: 700px;overflow: hidden; text-align:center;}
.sub_visual .sub_visual_wrap{position:relative; top: 50%; transform:translateY(-50%);}
.sub_visual .sub_visual_wrap > div {overflow: hidden;margin-bottom: 14px;}
.sub_visual > i {display: block;position: absolute;z-index: -1;width: 100vw;height: 100%;background-position: 50% 50%;background: #000;margin-bottom: 100px;background-size: cover;}
/*
.sub_visual > i {animation: img-size 4s forwards; display: block;position: absolute;z-index: -1;width: 100vw;height: 100%;background-position: 50% 50%;background: #000;margin-bottom: 100px;background-size: cover;}
*/
@keyframes img-size {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.sub.contents article {padding:120px 0;}
.sub.contents.sub1_3 article {padding:120px 0 0;}
.sub_tit {padding-bottom:50px;}
.sub_tit span {font-family: "Belleza", system-ui;font-size: 18px;text-transform: uppercase;letter-spacing: 8px}
.sub_tit h4 {font-size: 50px;line-height: 60px;margin-top: 20px;}
.sub_tit h4 > i {font-weight: 400;}
.sub-visual__title h2 {font-weight: 700;font-size: 55px;line-height: 1;color: #fff;width: 100%;margin: 15px 0 25px;}
.sub-visual__title i, .sub-visual__title span {font-size: 18px;color: #fff;display: block;font-weight: 500;}
.sub-visual__title span {font-family: "Belleza", system-ui;text-transform: uppercase;letter-spacing: 10px;}

/* sub-visual */
.sub_visual.type2 {position: relative;height: 450px;}
.sub_visual.type2 .sub-visual__wrapper {width: 100%;margin: 0 auto;height: 450px;padding-top: 9.625rem;text-align: center;}
.sub_visual.type2 .sub-visual__title h2 {font-size: 35px;}

.section {padding:120px 0}
.sub1_3 .tab_content .bx-wrapper{margin-bottom: 0px;}
/*  온라인예약  */
.area_reserv {display: flex;flex-wrap: wrap;justify-content: space-between;}
.area_reserv > * {width:calc(50% - 10px);background: #fff;padding: 20px 30px;border-radius: 12px;}
.input-bx .ui-datepicker-trigger {display: none;}
#container_title {display: none;}
.section-inquiry {position: relative;margin-top: -18.125rem}
.section-inquiry .form-wrap, .section-inquiry .sub.contents {max-width: 1400px;margin: 0 auto;border-radius: 1.4375rem;overflow: hidden;padding: 3.125rem 2.875rem 0}
.section-inquiry .sub.contents {background-color: #fff;min-height: 400px;}
.section-inquiry .form-wrap {background-color: #f1f1f1;}
.section-inquiry .form-wrap {padding:1rem;}
.section-inquiry .form-wrap .form-list>li.chk-list .input-bx .chk-btn span {color: #222;font-size: 16px;}
.chk-btn input[type="checkbox"] + span {color: #a9a9a9;}
.section-inquiry .form-wrap .form-list>li.chk-list .input-bx .chk-btn {width:33.333%}
.section-inquiry .form-wrap .form-list>li.captcha .input-bx {display: flex;align-items: flex-end;gap: 1rem;}
.section-inquiry .form-wrap .form-list>li.captcha .input-bx .code {font-weight: 500;font-size: 28px;line-height: 2.3125rem;color: #fff;text-align: center;width: 9.25rem;height: 2.3125rem;background-color: #222;border-radius: 1.15625rem;}

.term-chk, .term-chk + .btn-wrap {text-align:center;margin-top:30px;}
.btn-wrap .btn-type-01 {width: 270px;height: 66px;}


/* #bo_gall::before {content: '';display: inline-block;width: 100%;background: #fff;
    height: 50px;
    position: absolute;
    left: 0;
    top: -60px;
    border-radius: 1.4375rem 1.4375rem 0 0;} */

/* modal-pop */
.modal-pop {
  display: none; }
  .modal-pop .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6); }
  .modal-pop .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 80%;
    max-width: 1000px;
    min-width: 320px;
    background-color: #f5f6f7;
    padding: 10px;
    border: 2px solid #818181;
    border-radius: 5px;
    transform: translate(-50%, -50%); }
    .modal-pop .modal-content .btn-modal-close {
      position: absolute;
      top: -20px;
      right: -20px;
      display: block;
      background: none;
      border: 0;
      cursor: pointer; }
    .modal-pop .modal-content .content {
      display: none; }
      .modal-pop .modal-content .content.active {
        display: block; }
        .modal-pop .modal-content .content.active dl dt {
          font-size: 20pt;
          color: #000;
          font-weight: 400;
          padding: 10px 0px; }
        .modal-pop .modal-content .content.active dl dd {
          width: calc(100% - 20px);
          min-height: 250px;
          max-height: 300px;
          padding: 10px;
          line-height: 150%;
          font-weight: 400;
          font-size: 12pt;
          border-radius: 5px;
          overflow-y: auto;
          background-color: #fff; }

body.show-modal {
  overflow: hidden; }
  body.show-modal .modal-pop {
    display: block; }
    
    
@media (max-width: 1024px) {
.section-inquiry .form-wrap, .section-inquiry .sub.contents {padding: 1.125rem 1.125rem 0;}
	/* sub-visual */
	.sub_visual {height: 420px;}
	.sub-visual__title h2 {font-size: 36px;}
	.sub-visual__title i, .sub-visual__title span {font-size: 13px;}

	.sub_visual.type2 {height:350px}
	.sub_visual.type2 .sub-visual__wrapper {height:350px !important;padding-top: 5.625rem;}
	.section {padding: 80px 0;}


	/*  온라인예약  */
	.area_reserv {flex-direction: column;}
	.area_reserv > * {width:100%;padding: 15px;}
	.area_reserv .calendar {margin-bottom:10px;}
	.section-inquiry {margin-top: -14.125rem !important;}
	.section-inquiry .form-wrap {border-radius: 1rem !important;}
	.calendar_wrap .cal_el .cal_head .move_btn.prev, .calendar_wrap .cal_el .cal_head .move_btn.next {width: 25px !important;height: 25px !important;}


	.section-inquiry .form-wrap .form-list>li.chk-list .input-bx {gap :0.8125rem 0 !important;}
	.section-inquiry .form-wrap .form-list>li.chk-list .input-bx .chk-btn {width: 50%;}
	.section-inquiry .form-wrap .form-list>li .input-bx {margin-top: 10px !important;}
	.section-inquiry .form-wrap .form-list>li.captcha .input-bx .code {font-size: 18px !important;}

	.btn-wrap .btn-type-01 {width: 240px;height: 55px;font-size: 18px;}


	/* 리얼모델 */
	.area_realmodel .form-wrap .area_reserv .reserv_inn + .reserv_inn {margin-top:15px;}
}

/************* sub01_01 병원소개 *************/
.sub_visual.sub1_1 > i {  background-image: url(../img/sub/sub01_01_visual_bg.jpg); }
.sub1_1 .sec02 .symbolBox { position: relative; }
.sub1_1 .sec02 .symbolBox::before { position: absolute; content: ''; width: 100%; height: 1px; background-color: #a8a8a8; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.sub1_1 .sec02 .symbolBox .wrap { position: relative; background-color: #fff; border: 1px solid #a8a8a8; padding: 2.5rem 0; border-radius: 12rem; }
.sub1_1 .sec02 .symbolBox .wrap::after { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); background-color: #fff; padding: 0 1rem; }
.sub1_1 .sec02 .symbolBox .box { position: relative; }
.sub1_1 .sec02 .symbolBox .box::after { position: absolute; content: '+'; font-weight: 700; color: #606060; top: 50%; transform: translateY(-50%); right: -1.5rem; font-size: 2rem; }
.sub1_1 .sec02 .symbolBox .box:last-child::after { display: none; }
.sub1_1 .sec02 .symbolBox .box .inner { min-width: 300px; max-width: 300px; height: auto; aspect-ratio: 1/1; }
.sub1_1 .sec02 .symbolBox .box:nth-child(1) .inner { background: url(../img/sub/sub1_1_sec02_01_bg.png) no-repeat center/cover; }
.sub1_1 .sec02 .symbolBox .box:nth-child(2) .inner { background: url(../img/sub/sub1_1_sec02_02_bg.png) no-repeat center/cover; }
.sub1_1 .sec02 .symbolBox .box:nth-child(2) .inner h6{text-align:center}
.sub1_1 .sec02 .symbolBox .box:nth-child(3) .inner { background: url(../img/sub/sub1_1_sec02_03_bg.png) no-repeat center/cover; }
@media (max-width:990px){
	.sub_visual.sub1_1 > i {  background-image: url(../img/sub/sub01_01_visual_bg_m.jpg); }
	.sub1_1 .sec02 h4 { margin-bottom: 8rem; }
	.sub1_1 .sec02 .symbolBox .wrap { width: 50%; }
	.sub1_1 .sec02 .symbolBox .wrap .flexList { display: block; }
	.sub1_1 .sec02 .symbolBox .box { width: 75%; margin: 3rem auto; }
	.sub1_1 .sec02 .symbolBox .box:nth-child(1) { margin-top: 1rem; }
	.sub1_1 .sec02 .symbolBox .box:nth-child(3) { margin-bottom: 1rem; }
	.sub1_1 .sec02 .symbolBox .box::after { left: 50%; right: auto; bottom: -3rem; top: auto; transform: translateX(-50%); }
	.sub1_1 .sec02 .symbolBox .box .inner { min-width: 100%; max-width: 100%; }
	.sub1_1 .sec02 .symbolBox .box .inner > img { transform: scale(.65); }
	.sub1_1 .sec02 .symbolBox .box .inner > h6 { font-size: 1rem; margin-top: .5rem; }
	.sub1_1 .sec03 .box ul { padding-left: 0 !important; padding-top: 1rem; }
	.sub1_1 .sec03 .box ul li:not(:last-of-type) { width: 80%; margin: auto; }
	.sub1_1 .sec03 .box ul li:last-of-type { text-align: center; }
}

/************* sub01_02 의료진소개 *************/
.sub_visual.sub1_2 > i {  background-image: url(../img/sub/sub01_02_visual_bg.jpg); }
.sub1_2 .sec01 { position: relative; }
.sub1_2 .sec01::before { position: absolute; content: ''; width: 100%; height: 32%; left: 0; bottom: 0; background-color: #fdf6ee; }
.sub1_2 .sec01 .historyBox { margin: 4rem 0; }
.sub1_2 .sec01 .historyList li { list-style-type: disc; list-style-position: inside; margin-bottom: 1rem; }
.sub1_2 .sec01 .historyList li:last-of-type { margin-bottom: 0; }
@media (max-width:990px){
	.sub_visual.sub1_2 > i { background-image: url(../img/sub/sub01_02_visual_bg_m.jpg); }
	.sub1_2 .sec01::before { height: 63%; }
	.sub1_2 .sec01 img.visible-xs { width: 80%; margin: 7rem auto 3rem auto; }
	.sub1_2 .sec01 .historyBox h4 { text-align: center; margin-bottom: 2rem; }
	.sub1_2 .sec01 .historyBox > .flex { flex-wrap: wrap; }
	.sub1_2 .sec01 .historyBox .historyList { width: 100%; }
	.sub1_2 .sec01 .historyBox .historyList:nth-child(2) { margin-top: 1.5rem; margin-left: 0; }
	.sub1_2 .sec01 .historyList li { width: 60%; margin: 0 auto 1rem; }
	.sub1_2 .sec02 .flex-wrap .width50 { width: 100%; }
	.sub1_2 .sec02 .flex-wrap .txt { padding: 1.5rem .5rem; }
}
@media (max-width:500px){

}
/************* sub01_04 진료시간 / 오시는길 *************/
.sub1_4 .infoBox .box { position: relative; }
.sub1_4 .infoBox .box .inner { margin: 0 2rem; }
.sub1_4 .infoBox .box::after { position: absolute; content: ''; width: 1px; height: 50%; top: 50%; right: -.75rem; transform: translateY(-50%); background-color: #dddddd; }
.sub1_4 .infoBox .box:last-child:after { display: none; }
.sub1_4 .infoBox .subLine li { border-radius: 1.5rem; margin: .25rem 0; padding: .15rem .8rem; text-align: center; }
.sub1_4 .infoBox .schedule .font-24 { margin-left: .2rem; }
@media (max-width:990px){
	.sub1_4 .infoBox .box { margin-bottom: 2rem; }
	.sub1_4 .infoBox .box:last-of-type { margin-bottom: 0; }
	.sub1_4 .infoBox .box::after { display: none; }
	.sub1_4 .infoBox .box .inner { margin: 0 4rem; }
	.sub1_4 .infoBox a > img { width: 75%; }
}


/************* sub02_01 줄기세포 항노화&면역 *************/
.sub2_1 .area_01 .wrap {position: relative;}
.sub2_1 .area_01 .wrap::before {content: '';display: inline-block;position: absolute;width: 440px;height: 348px;left: -70px;background: url(../img/sub/sub02_sec01_bg.png) no-repeat center/cover;animation: icon-anti02 2s linear infinite;}
.sub2_1 .area_01 .sub_tit {padding-bottom: 0;}
.sub2_1 .area_01 .sub_tit + p {padding-bottom: 80px;}
.sub2_1 .area_01 h3, .area_realmodel h3 {font-family: "Belleza", system-ui;font-size: 66px;font-weight: 400;padding: 20px 0;display: block;}
.sub2_1 .area_01 strong, .area_realmodel strong {font-size: 40px;font-weight: 400;padding-bottom: 20px;display: block;}
.sub2_1 .area_01 strong > i, .area_realmodel strong > i {font-weight: 600;}
@keyframes icon-anti02 {0% {top: 20px;}50%{top: -20px;}100% {top: 20px;}}

.sub2_1 .area_02 {background: url(../img/sub/sub02_sec02_bg.jpg) no-repeat center/cover;}
.sub2_1 .area_04 {background: url(../img/sub/sub02_sec04_bg.jpg) no-repeat center/cover;}
/* .area_06 {background: url(../img/sub/sub02_sec06_bg.jpg) no-repeat center/cover;} */
.sub .area_full{position:relative;overflow:hidden;text-align:center;height: initial;display: flex;align-items: center;justify-content: center;}
.sub .area_full > i{display:block; position:absolute; top:0; left:0; z-index:-1; width:100%; height:100%; background-position: 25% 50%;background-attachment: fixed;background-size: cover;}
.sub .area_full *{color:#fff;text-transform: uppercase;}
.sub .area_full .txt {font-size: 30px;}
.sub .area_full .txt .ov_hi {padding: 50px 0 80px;}
.sub .area_full  .txt span {font-family: "Belleza", system-ui;text-transform: uppercase;}

.sub2_1 .area_01 .wrap_inn {width:700px;margin-left: auto;}

.sub2_1 .area_02 .sub_tit {color:#fff;}
.sub2_1 .area_02 .list_wrap li {width: calc(33.333% - 84px);text-align: center;}
.sub2_1 .area_02 .list_wrap .txt, .area_02 .list_wrap .tag_tx {color: #fff;margin-top: 30px;}
.sub2_1 .area_02 .list_wrap .txt b {font-size: 24px;border-bottom: 1px solid #fff;display: block;padding-bottom: 10px;margin-bottom: 10px;}
.sub2_1 .area_02 .list_wrap .tag_tx i {border: 1px solid #fff;padding: 1px 15px;margin: 2px;display: inline-block;border-radius: 30px;min-width: 80px;text-align: center;}

.sub2_1 .area_03 {position: relative;overflow: hidden;background: #f5f5f5;}
.sub2_1 .area_03::after {content: '';display: inline-block;position: absolute;width: 30%;height: 102vh;right: 0;top: 0;background: #272727;}
.sub2_1 .area_03 .col_wrap {justify-content: space-between;align-items: center;}
.sub2_1 .area_03 .list_special li {display: flex;align-items: center;position: relative;padding:20px 0;}
.sub2_1 .area_03 .list_special li::before {content: '';display: inline-block;position: absolute;width: 56%;height: 1px;left: 0;top: 67px;background: #272727;}
/* .area_03 .list_special li:not(:last-child) {margin-bottom:40px} */
.sub2_1 .area_03 .list_special em {background: #272727;color: #fff;font-family: "Belleza", system-ui;font-size: 30px;display: inline-block;padding: 17px 26px;border-radius: 
50%;margin-right: 25px;z-index: 1;}
.sub2_1 .area_03 .list_special b {font-size: 24px;padding-bottom: 30px;display:block;}

/* .area_04 .list_wrap {justify-content: space-between;} */
.sub2_1 .area_04 li {width: calc(33.333% - 50px);margin: 10px 0;}
.sub2_1 .area_04 li > div.box {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 50px 25px;background: #fff;border-radius: 30px;box-shadow: 9px 8px 25px 0px rgb(0 0 0 / 10%);align-items: center;}
.sub2_1 .area_04 li em {font-family: "Belleza", system-ui;font-size: 30px;display: block;line-height: 20px;padding-bottom: 30px;}
.sub2_1 .area_04 li b {font-size: 24px;letter-spacing: -2px;}

/* article.area_05 .wrap {padding:0;} */
.area_05 .list_wrap li {width: calc(25% - 13px);}
.area_05 .box {background: #272727;color: #fff;text-align:center;padding:40px 10px;border-radius: 30px;}
.area_05 .box .img {background: #fff;display: inline-block;padding: 25px 24px;border-radius: 50%;}
.area_05 .box .txt em {font-family: "Belleza", system-ui;font-size: 30px;display: block;padding:25px 0 5px}
.area_05 .box .txt b {font-size: 24px;display: block;}


.sub2_1 .area_07 .col_wrap > div {width:50%;}
.sub2_1 .area_07 .col_wrap div:last-child {padding-left:80px;display: flex;flex-direction: column;justify-content: center;}
.sub2_1 .area_07 .txt strong {font-size: 27px;margin-bottom: 30px;}
.sub2_1 .area_07 .txt strong > i {color: #c99f6f;}

.sub2_1 .area_08 {background:#fbf5ec;}
.sub2_1 .area_08 ul li p {padding-top:25px; }
.sub2_1 .area_08 ul li {position:relative;text-align:center;padding:0 30px;}
.sub2_1 .area_08 ul li:not(:last-child)::after {content:'';width: 1px;height: 100px;background: #8c8c8c;position: absolute;right: -30%;top: 50%;transform: translateY(-50%);}

.sub2_1 .area_09 {background: url(../img/sub/sub02_sec09_bg.jpg) no-repeat center/cover;}
.sub2_1 .area_09 .list_wrap li {width: calc(20% - 20px);background: #fff;border: 1px solid #b8aa9b;padding: 20px;display: flex;align-items: center;justify-content: center;gap: 20px 20px;text-align: center;border-radius: 20px;box-shadow: 6px 8px 25px 0px rgb(0 0 0 / 10%)}
.sub2_1 .area_09 .list_wrap li:nth-child(n+6) {margin-top: 30px;}

/************* sub02_02 메디컬 에스테틱 케어 *************/
.sub_visual.sub2_2 > i {  background-image: url(../img/sub/sub02_02_visual_bg.jpg); }

.sub2_2 .area_01 .wrap {position: relative;}
.sub2_2 .area_01 .wrap::before {content: '';display: inline-block;position: absolute;width: 450px;height: 324px;left: 0;background: url(../img/sub/sub02_02_sec01_bg.png) no-repeat center/cover;animation: icon-anti02 2s linear infinite;}
.sub2_2 .area_02 {background: url(../img/sub/sub02_02_sec02_bg.jpg) no-repeat center/cover;}

.sub2_2 .visual-table { display: flex; align-items: end; justify-content: center; }
.sub2_2 .visual-table .box { text-align: center; }
.sub2_2 .visual-table .box:first-child, .sub2_2 .visual-table .box:last-child {
	width: 42.5%;
}
.sub2_2 .visual-table .box:nth-child(2) { width: 15%; }
.visual-table .box:last-child { position: relative; box-shadow: -7.5px 7.5px 15px rgba(0,0,0,.35); }
.visual-table .box:last-child::before { position: absolute; content: ''; width: 0; height: 0; border-style: solid; border-width: 0px 0px 25px 50px; border-color: transparent transparent #443B31 transparent; left: -49px; z-index: -1;
}
.sub2_2 .visual-table .box .box-tit, .sub2_2 .visual-table .box .box-li {
	border-bottom: 1px solid #c2b5ab;
}
.sub2_2 .visual-table .box .box-tit { padding: 1rem 0; color: #fff; }
.sub2_2 .visual-table .box .box-li { padding: .75rem 0; background-color: #fff; }
.sub2_2 .visual-table .box:first-child .box-tit,
.sub2_2 .visual-table .box:first-child .box-li { border-left: 1px solid #c2b5ab; }
.sub2_2 .visual-table .box:first-child .box-tit { background-color: #bfac9d; }
.sub2_2 .visual-table .box:nth-child(2) .box-tit { background-color: #5b5b5b; }
.sub2_2 .visual-table .box:nth-child(2) .box-li { background-color: #c9c9c9; }
.sub2_2 .visual-table .box:last-child .box-tit,
.sub2_2 .visual-table .box:last-child .box-li { border-right: 1px solid #c2b5ab; }
.sub2_2 .visual-table .box:last-child .box-tit { background-color: #8a7864; padding: 1.25rem 0; }

.sub2_2 .sec04 { background-image: url(../img/sub/sub02_02_sec04_bg.jpg); }
.sub2_2 .sec05 { background-image: url(../img/sub/sub02_02_sec05_bg.jpg); }
.sub2_2 .sec05 .box { border: 1px solid #c2b5ab; padding: 1rem; }
.sub2_2 .sec06, .sub2_2 .sec08 { background-color: #fdf4eb; }
.sub2_2 .sec07 .box { position: relative; }
.sub2_2 .sec07 .box::after { position: absolute; content: ''; width: 1px; height: 40%; background-color: #8c8c8c; right: 0; top: 50%; transform: translateY(-50%); }
.sub2_2 .sec07 .box:nth-child(4n):after { display: none; }
.sub2_2 .sec08 .box { padding: 1rem; }
.sub2_2 .sec08 .box img.m-auto { margin: 1.25rem auto !important; }
.sub2_2 .sec08 .box:nth-child(odd) { background-color: #8a7864; }
.sub2_2 .sec08 .box:nth-child(even) { background-color: #54514c; }
@media (max-width:990px){
	.sub_visual.sub2_2 > i { background-image: url(../img/sub/sub02_02_visual_bg_m.jpg); }
	.sub2_2 .area_02 {background: url(../img/sub/sub02_02_sec02_bg_m.jpg) no-repeat center/cover;}
	.sub2_2 .sec04 { background: url(../img/sub/sub02_02_sec04_bg_m.jpg) no-repeat center/cover; }
	.sub2_2 .sec05 { background: url(../img/sub/sub02_02_sec05_bg_m.jpg) no-repeat center/cover; }

	.sub2_2 .area_01 .wrap::before { width: 100%; background-size: contain; }
	.sub2_2 .sec06 .flex-wrap .width50 { width: 100%; }
	.sub2_2 .sec06 .flex-wrap .txt { padding: 1.5rem .5rem; }
	.sub2_2 .sec07 .box::after { right: -1rem; height: 50%; }
	.sub2_2 .sec07 .box:nth-child(4n):after { display: block; }
	.sub2_2 .sec07 .box:nth-child(2n):after { display: none; }
	.sub2_2 .sec08 .box { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 1rem; padding: 1.5rem 1rem; }
	.sub2_2 .sec08 .box:last-child { margin-bottom: 0; }
	.sub2_2 .sec08 .box ul { align-self: self-start; }
	.sub2_2 .sec08 .box .txtBox { width: 30%; }
	.sub2_2 .sec08 .box img { width: 25px; height: 25px; margin: 0 .1rem; transform: rotate(-90deg); }

	.sub2_2 .visual-table-mo { display: flex; align-items: flex-end; }

	.sub2_2 .visual-table-mo .box .box-tit, .sub2_2 .visual-table-mo .box .box-li { padding: .75rem .5rem; border-bottom: 1px solid #c2b5ab; }
	.sub2_2 .visual-table-mo .box .box-tit { color: #fff; }
	.sub2_2 .visual-table-mo .box:first-child {width: 30%; border-left: 1px solid #c2b5ab; }
	.sub2_2 .visual-table-mo .box:first-child .box-tit { background-color: #5b5b5b;  }
	.sub2_2 .visual-table-mo .box:first-child .box-li { background-color: #c9c9c9; }
	.sub2_2 .visual-table-mo .box:last-child { width: 70%; border-right: 1px solid #c2b5ab; }
	.sub2_2 .visual-table-mo .box:last-child .box-li { background-color: #fff; }
	.sub2_2 .visual-table-mo:first-child .box:last-child .box-tit { background-color: #bfac9d; }
	.sub2_2 .visual-table-mo:last-child .box:last-child { position: relative; box-shadow: -5px .5px 12px rgba(0,0,0,.25);  }
	.sub2_2 .visual-table-mo:last-child .box:last-child::before { position: absolute; content: ''; width: 0; height: 0; border-style: solid; border-width: 0px 0px 25px 30px; border-color: transparent transparent #443B31 transparent; left: -29px; z-index: -1;
	}
	.sub2_2 .visual-table-mo:last-child .box:last-child .box-tit { background-color: #8a7864; padding: 1.25rem .5rem; }

}
	
/************* sub02_03 셀러브 올일원 비스포크 *************/
.sub_visual.sub2_3 > i {  background-image: url(../img/sub/sub02_03_visual_bg.jpg); }
.sub2_3 .sec01 { background: url(../img/sub/sub02_03_sec01_bg.jpg) no-repeat center/cover; }
.sub2_3 .sec02 { background: url(../img/sub/sub02_03_sec02_bg.jpg) no-repeat center/cover; padding: 6rem 0 36rem !important; }
.sub2_3 .sec03 .numList h6 { position: relative; width: 80px; height: 80px; border-radius: 50%; top: 5rem; }
.sub2_3 .sec03 .numList h6::after { position: absolute; content: ''; width: 8rem; height: 1px; background-color: var(--pointcolor); top: 50%; transform: translateY(-50%); right: -8rem; }
.sub2_3 .sec03 .numList .numListBox { position: relative; background-color: #fdf4eb; padding: 3rem 1.5rem; min-width: 85%; max-width: 85%; margin-bottom: 100px; }
.sub2_3 .sec03 .numList .numListBox::after { position: absolute; content: url(../img/sub/img_arrow_icon.png); display: block; left: 50%; bottom: -80px; transform: translateX(-50%); }
.sub2_3 .sec03 .numList li:last-child .numListBox { margin-bottom: 0; }
.sub2_3 .sec03 .numList li:last-child .numListBox::after { display: none; }
.sub2_3 .sec03 .numList .checklist li { padding: 0 .5rem; }
.sub2_3 .sec03 .numList .checklist input[type=checkbox] { visibility: hidden; }
.sub2_3 .sec03 .numList .checklist input[type=checkbox] ~ label { position: relative; padding-left: 30px; }
.sub2_3 .sec03 .numList .checklist input[type=checkbox] ~ label::before { position: absolute; content: ''; width: 20px; height: 20px; background-color: transparent; border: 1px solid #c3afa1; left: 0; top: 50%; transform: translateY(-50%); }
.sub2_3 .sec04 { background: url(../img/sub/sub02_03_sec04_bg.jpg) no-repeat center/cover; padding: 6rem 0 36rem !important; }
.sub2_3 .sec05 { background-color: #fdf4eb; }
.sub2_3 .sec05 .box { position: relative; }
.sub2_3 .sec05 .box::after { position: absolute; content: ''; width: 1px; height: 40%; background-color: #8c8c8c; right: 0; top: 50%; transform: translateY(-50%); }
.sub2_3 .sec05 .box:nth-child(2n):after { display: none; }
.sub2_3 .sec06 { background: url(../img/sub/sub02_03_sec06_bg.jpg) no-repeat center/cover; }
@media (max-width:990px){
	.sub_visual.sub2_3 > i { background-image: url(../img/sub/sub02_03_visual_bg_m.jpg); }
	.sub2_3 .sec01 { background: url(../img/sub/sub02_03_sec01_bg_m.jpg) no-repeat center/cover; padding: 3rem 0 30rem !important; }
	.sub2_3 .sec02 { background: url(../img/sub/sub02_03_sec02_bg_m.jpg) no-repeat center/cover; padding: 5rem 0 25rem !important; }
	.sub2_3 .sec02 img { width: 30%; }
	.sub2_3 .sec03 .numList h6 { margin: 0 auto; width: 60px; height: 60px; top: 0; }
	.sub2_3 .sec03 .numList h6::after { width: 1px; height: 5rem; right: auto; top: auto; bottom: -5rem; left: 50%; transform: translateX(-50%); }
	.sub2_3 .sec03 .numList  > li { flex-wrap: wrap; }
	.sub2_3 .sec03 .numList .numListBox { min-width: 100%; max-width: 100%; padding: 2.5rem 1rem; margin-top: 5rem; }
	.sub2_3 .sec03 .numList .checklist li { min-width: 20%; }
	.sub2_3 .sec03 .numList .checklist input[type=checkbox] { display: none; }
	.sub2_3 .sec03 .numList .checklist input[type=checkbox] ~ label { padding-left: 16px; font-size: .85rem; }
	.sub2_3 .sec03 .numList .checklist input[type=checkbox] ~ label::before { width: 12px; height: 12px; }
	.sub2_3 .sec03 .numList .numListBox::after { transform: translateX(-50%) scale(.75); }
	.sub2_3 .sec04 { background: url(../img/sub/sub02_03_sec04_bg_m.jpg) no-repeat center/cover; padding: 5rem 0 40rem !important; }
	.sub2_3 .sec04 .wrap { text-align: center; }  
	.sub2_3 .sec06 { background: url(../img/sub/sub02_03_sec06_bg_m.jpg) no-repeat center/cover; }
}

/************* sub05_01 CELL 바디주사 *************/
.sub_visual.sub5_1 > i {  background-image: url(../img/sub/sub05_01_visual_bg.jpg); }
.sub5_1 .sec01 { background: url(../img/sub/sub05_01_sec01.jpg) no-repeat center/cover; padding: 15rem 0 !important; }
.sub5_1 .sec02 { background: url(../img/sub/sub05_01_sec02.jpg) no-repeat center/cover; padding: 10rem 0 20rem !important; }
@media (max-width:990px){
	.sub_visual.sub5_1 > i { background-image: url(../img/sub/sub05_01_visual_bg_m.jpg); }
	.sub5_1 .sec01 { background: url(../img/sub/sub05_01_sec01_m.jpg) no-repeat center/cover; padding: 3rem 0 30rem !important; }
	.sub5_1 .sec02 { text-align: center; background: url(../img/sub/sub05_01_sec02_m.jpg) no-repeat center/cover; padding: 5rem 0 30rem !important; }
}

/************* sub05_02 바디레이저 *************/
.sub_visual.sub5_2 > i {  background-image: url(../img/sub/sub05_02_visual_bg.jpg); }
.sub5_2 .sec01 { background: url(../img/sub/sub05_02_sec01.jpg) no-repeat center/cover; padding: 15rem 0 !important; }
.sub5_2 .sec02 { background: url(../img/sub/sub05_02_sec02.jpg) no-repeat center/cover; padding: 6rem 0 0 !important; }
.sub5_2 .sec02 .equipList .box { position: relative; }
.sub5_2 .sec02 .equipList .box::after { position: absolute; content: '＋'; display: flex; align-items: center; justify-content: center; top: 50%; right: -3rem; transform: translateY(-50%); font-size: 4rem; color: #fff; width: 5rem; height: 5rem; background-color: #332c26; border-radius: 50%; }
.sub5_2 .sec02 .equipList .box:last-child::after { display: none; }
.sub5_2 .sec02 .equipList .box h5 { position: absolute; display: inline-block; left: 50%; bottom: 1.5rem; transform: translateX(-50%); padding: .2rem 1.5rem; border-radius: 1.5rem; }
@media (max-width:990px){
	.sub_visual.sub5_2 > i { background-image: url(../img/sub/sub05_02_visual_bg_m.jpg); }
	.sub5_2 .sec01 { background: url(../img/sub/sub05_02_sec01_m.jpg) no-repeat center/cover; padding: 3rem 0 40rem !important; }
	.sub5_2 .sec02 .equipList .box::after { width: 3rem; height: 3rem; font-size: 2.5rem; right: -2rem; }
	.sub5_2 .sec02 .equipList .box h5 { white-space: nowrap; }
}

/* Equipments */
.sub_visual.sub7_1 > i {  background-image: url(../img/sub/sub07_01_visual_bg.jpg); }
#equipments article { border-bottom: 1px solid #c3b9ba; }
#equipments article:last-of-type { border-bottom: 0; }
#equipments article .txt { position: relative; padding: 2rem 0 0 2rem;  }
#equipments article h4 { position: absolute; top: -1rem; left: 0; color: #e3e3e3; z-index: -1; }
#equipments article .box p { color: #8a7259; }
@media (max-width:990px){
	.sub_visual.sub7_1 > i {  background-image: url(../img/sub/sub07_01_visual_bg_m.jpg); }
	#equipments article { flex-wrap: wrap; border-bottom: 0; }
	#equipments article .img, #equipments article .txt { width: 100%; }
	#equipments article .img { margin-bottom: 3rem; margin-right: 0; }
}

/* HalfPart */
.halfPart { position: relative; }
.halfPart::before { position: absolute; content: ''; width: 30%; height: 100%; background-color: #000; right: 0; }
.halfPart .SpList li { margin-bottom: 2rem; }
.halfPart .SpList li:last-of-type { margin-bottom: 0; }
.halfPart .SpList li h6 { position: relative; background-color: #000; color: #fff; width: 80px; height: auto; aspect-ratio: 1/1; border-radius: 50%; font-weight: 500; margin-right: 2rem; }
.halfPart .SpList li h6::after { position: absolute; content: ''; width: 300px; height: .5px; background-color: #000; right: -300px; }
.halfPart .SpList .spText h4 { margin-bottom: 1rem; }
@media (max-width:990px){
	.halfPart::before { width: 100%; height: 20%; background-color: #000; bottom: 0; }
	.halfPart .flex-between { flex-wrap: wrap; }
	.halfPart .flex-between > div { width: 100%; }
	.halfPart .SpList li h6 { width: 50px; }
	.halfPart .SpList li h6::after { width: 70vw; right: -70vw; }
	.halfPart .flex-between .img { text-align: center; margin-top: 2rem; }
	.halfPart .flex-between .img > img { width: 60%; }
}

/* list */
.list_wrap {display: flex;flex-wrap: wrap;justify-content: space-between;}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
	.sub.contents article {padding: 70px 0;}
	.sub_tit h4 {font-size: 32px;line-height: 40px;margin-top: 20px;}
	.area_08 .sub_tit h4{        font-size: 30px;line-height: 40px;margin-top: 6px;}
	.sub_tit span {font-size: 14px;}
	.sub_tit {padding-bottom: 30px;}		

	.sub2_1 .area_01 .wrap::before {left:50%;transform: translateX(-50%);position: inherit;width: 370px;height: 288px;}
	.sub2_1 .area_01 .wrap_inn {width:100%;}
	.sub2_1 .area_01 h3{font-size: 38px;padding: 40px 0 10px;}
	.area_realmodel h3 {font-size: 38px;padding: 10px 0 0;}
	.sub2_1 .area_01 strong {font-size: 22px;}
	.sub2_1 .area_01 .sub_tit + p {padding-bottom:0;}
	
	.sub2_1 .area_02 .list_wrap {flex-direction: column;gap: 30px;}
	.sub2_1 .area_02 .list_wrap li {width:100%;text-align: left;display: flex;flex-wrap: wrap;align-items: center;}
	.sub2_1 .area_02 .list_wrap li .img {width:30%;}
	.sub2_1 .area_02 .list_wrap li .txt {width:70%;margin-top: 0;}
	.sub2_1 .area_02 .list_wrap .txt > * {padding-left: 20px;margin-top:5px;}
	.sub2_1 .area_02 .list_wrap .txt b {font-size: 20px;padding-bottom: 7px;}
	.sub2_1 .area_02 .list_wrap .tag_tx i {font-size: 12px;min-width: auto;padding: 1px 8px;line-height: 19px;}

	.sub2_1 .area_03 .col_wrap .txt {width: 100%;}
	.sub2_1 .area_03::after {width: 100%;height: 25vh;bottom:0;top: initial;}
	.sub2_1 .area_03 .col_wrap .img {width: 80%;text-align: center;margin: 50px auto 0;}
	.sub2_1 .area_03 .list_special li {align-items: flex-start;padding: 10px 0;}
	.sub2_1 .area_03 .list_special li::before {width:100%;top: 46px;}
	.sub2_1 .area_03 .list_special em {padding: 13px 20px;font-size: 20px;margin-right: 10px;}
	.sub2_1 .area_03 .list_special b {font-size: 20px;padding-bottom: 16px;}

	.sub2_1 .area_04 li > div.box {border-radius: 15px;padding: 25px 15px;}
	.sub2_1 .area_04 .list_wrap li, .area_05 .list_wrap li {width: calc(50% - 5px);margin: 5px 0;}
	.sub2_1 .area_04 li em {font-size: 18px;padding-bottom: 10px;}
	.sub2_1 .area_04 li b {font-size: 18px;}
	/* .area_04 li em, .area_04 li img {width:50%;} */
	.sub2_1 .area_04 li img {width:40px;}

	.area_05 .box .img {padding: 15px 14px;}
	.area_05 .box .img img {width:40px;}
	.area_05 .box {border-radius:15px;}
	.area_05 .box .txt em {font-size: 18px;padding: 15px 0 5px;}
	.area_05 .box .txt b {font-size: 16px;}
	.area_05 .box {padding: 20px 10px;}

	.sub .area_full img {width: 120px;}
	.sub .area_full .txt .ov_hi {padding: 25px 0;}
	.sub .area_full .txt > * {font-size: 18px;}
	.sub .area_full {height: 500px;}

	.pcbr {display:none;}

	.sub2_1 .area_07 .col_wrap {flex-direction: column;}
	.sub2_1 .area_07 .col_wrap > div, .area_07 .col_wrap > div img {width:100%;}
	.sub2_1 .area_07 .col_wrap div:last-child {padding-left: 0;padding-top: 30px;}
	.sub2_1 .area_07 .txt strong {font-size: 22px;margin-bottom: 20px;}
	
	.sub2_1 .area_08 ul li {width:50%;}
	.sub2_1 .area_08 ul li:nth-child(n+3) { margin-top: 50px;}
	.sub2_1 .area_08 ul li:nth-child(2)::after {display:none;}
	.sub2_1 .area_08 ul li:not(:last-child)::after {right: 0;}
	.sub2_1 .area_08 ul li:nth-child(odd) {padding-left:0;}
	.sub2_1 .area_08 ul li:nth-child(even) {padding-right:0;}

	.sub2_1 .area_09 .list_wrap li {width: calc(50% - 5px);padding: 10px;border-radius: 10px}
	.sub2_1 .area_09 .list_wrap li:nth-child(n+3) { margin-top: 10px;}

	
}

@media (max-width: 640px) {
	.sub2_1 .area_01 .wrap::before {width: 250px;height: 188px;}
	.sub2_1 .area_04 li b {font-size: 14px;}
	.sub2_1 .area_08 ul li{padding: 0 15px;}
	.sub2_1 .area_08 ul li img{width: 55%;}
	.sub2_1 .area_08 ul li p {padding-top:25px;    font-size: 12px;}
	.sub2_1 .area_08 ul li:not(:last-child)::after{height: 60px;    background: #c7c4c4;}
}



/* ///// */
.main {min-height: 65vh}
.main-body,.sub-body {overflow-y: auto}
.main-body::-webkit-scrollbar,.sub-body::-webkit-scrollbar {width: 7px}
.main-body::-webkit-scrollbar-thumb,.sub-body::-webkit-scrollbar-thumb {background: #82614a;border-radius: 7px}
.main-body::-webkit-scrollbar-track,.sub-body::-webkit-scrollbar-track {background-color: #eeeeee;border-radius: 10px}
.radio-btn {width: fit-content}
.radio-btn input {appearance: none;width: 1.375rem;height: 1.375rem;background-image: url(../img/sub/icon_radio.png);background-size: 1.375rem;background-repeat: no-repeat;background-position: center center;cursor: pointer;transition: all 0.3s}
.radio-btn input:checked {background-image: url(../img/sub/icon_radio_checked.png)}
.radio-btn span {font-size: 1.125rem;color: #333;margin-left: 0.625rem;cursor: pointer}
.chk-btn {width: fit-content}
.chk-btn input {appearance: none;width: 19px;height: 19px;background-image: url(../img/sub/icon_check.png);background-size: 1.1875rem;background-repeat: no-repeat;background-position: center center;cursor: pointer;transition: all 0.3s}
.chk-btn input:checked {background-image: url(../img/sub/icon_checked.png)}




.section-inquiry .form-wrap .form-list>li {
    display: flex;
    align-items: center
}

.section-inquiry .form-wrap .form-list>li+li {
    margin-top: 2rem
}

.section-inquiry .form-wrap .form-list>li .tit {
    width: 13.125rem
}
.section-inquiry .form-wrap .form-list>li.captcha .tit.required {width:30%}
.section-inquiry .form-wrap .form-list>li.captcha .input-bx  {width:70%}
.section-inquiry .form-wrap .form-list>li .tit.required strong:after,
.file-db dt:after {
    content: "*";
    color: #b70407;
}

.section-inquiry .form-wrap .form-list>li .input-bx {
    width: calc(100% - 13.125rem)
}

.section-inquiry .form-wrap .form-list>li .input-bx .datepicker {
    cursor: pointer
}

.section-inquiry .form-wrap .form-list>li.radio-list .tit {
    width: 9.0625rem
}

.section-inquiry .form-wrap .form-list>li.radio-list .input-bx {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1.875rem;
    width: calc(100% - 9.0625rem)
}

.section-inquiry .form-wrap .form-list>li.calendar {
    display: block;
    margin-top: 20px
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom {
    width: 100%
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-header {
    margin-bottom: 1.875rem
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-header .ui-corner-all {
    width: 2.1875rem;
    height: 2.1875rem;
    border: 1px solid #909295;
    border-radius: 50%;
    position: relative;
    text-align: center;
    transition: all 0.3s
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-header .ui-corner-all span:before {
    font-size: 1.5rem;
    line-height: 2.1875rem;
    color: #909295
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-header .ui-datepicker-title span {
    display: block;
    text-align: center;
    line-height: 0.2
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-year {
    font-weight: 300;
    font-size: 1.25rem
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-month {
    font-weight: 600;
    font-size: 3.75rem
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar thead th {
    font-weight: 300;
    font-size: 1.125rem;
    height: 3.125rem;
    border-color: #efefef;
    border-right: 1px solid #efefef
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar thead th:first-child {
    color: #ff0000;
    border-left: 1px solid #efefef
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar thead th:last-child {
    color: #0066ff
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td {
    vertical-align: top;
    text-align: right;
    padding: 0.875rem 0.75rem;
    height: 5.625rem;
    border-color: #efefef;
    border-right: 1px solid #efefef;
    cursor: pointer
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td:first-child {
    border-left: 1px solid #efefef
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
    color: #fff!important
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day:before {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-week-end {
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-week-end:first-child {
    color: #ff0000
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-week-end:last-child {
    color: #0066ff
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-other-month span {
    display: none
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td.holiday {
    color: #ff0000
}

.section-inquiry .form-wrap .form-list>li.calendar .datepicker--custom .ui-datepicker-calendar tbody td.ui-state-disabled {
    background-color: #f3f3f3;
    cursor: not-allowed
}

.section-inquiry .form-wrap .form-list>li.calendar .time-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9375rem;
    margin-top: 3.125rem
}

.section-inquiry .form-wrap .form-list>li.calendar .time-list li {
    width: calc(16.6666666667% - 0.78125rem)
}

.section-inquiry .form-wrap .form-list>li.calendar .time-list li label {
    position: relative;
    cursor: pointer;width: 100%;
}

.section-inquiry .form-wrap .form-list>li.calendar .time-list li label input {
    width: 0;
    height: 0;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0
}

.section-inquiry .form-wrap .form-list>li.calendar .time-list li label input:checked+span {
    color: #fff;
    background-color: #82614a;
    border-color: #82614a
}

.section-inquiry .form-wrap .form-list>li.calendar .time-list li label input:disabled+span {
    background-color: #e1e1e1;
    color: #999
}

.section-inquiry .form-wrap .form-list>li.calendar .time-list li label span {
    display: block;
    font-weight: 600;
    text-align: center;
    color: #666;
    transition: all 0.3s;
    border: 1px solid #e1e1e1;
    border-radius: 1.15625rem;
    padding: 0.34375rem 0.3125rem;
    cursor: pointer
}

.section-inquiry .form-wrap .form-list>li.verification .input-bx {
    display: flex;
    align-items: flex-end;
    gap: 1.125rem
}

.section-inquiry .form-wrap .form-list>li.chk-list {
    display: block
}

.section-inquiry .form-wrap .form-list>li.chk-list .input-bx {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8125rem 0;
    width: 100%;
    margin-top: 1.25rem
}

.section-inquiry .form-wrap .form-list>li.captcha .input-bx input {
    width: calc(100% - 9.25rem)
}

.section-complete {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.875rem
}

.section-complete .complete-wrap .logo-bx {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11.875rem
}

.section-complete .complete-wrap .icon-bx {
    text-align: center;
    margin-bottom: 1.25rem
}

.section-complete .complete-wrap .txt-bx {
    text-align: center
}

.section-complete .complete-wrap .txt-bx p {
    font-size: 2.25rem;
    color: #333;
    word-break: break-word
}

.section-complete .complete-wrap .txt-bx p.sub-txt {
    font-size: 1.125rem;
    margin-top: 1.5625rem
}

.section-complete .complete-wrap .qr-code {
    text-align: center;
    margin-top: 3.75rem
}

.section-complete .complete-wrap .qr-code .line-id {
    font-weight: 600;
    font-size: 2.25rem;
    margin-top: 1.5625rem
}

.section-complete .complete-wrap [class*=" btn-border-"],.section-complete .complete-wrap [class*=" btn-type-"],.section-complete .complete-wrap [class^=btn-border-],.section-complete .complete-wrap [class^=btn-type-] {
    display: block;
    text-align: center;
    max-width: 623px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.0625rem
}
.datepicker--custom .ui-datepicker-calendar {
    font-size: 0.9375rem;
    width: 100%
}

.datepicker--custom .ui-datepicker-calendar thead th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0.625rem
}

.datepicker--custom .ui-datepicker-calendar tbody td {
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0.625rem;
    text-align: center;
    font-weight: 400;
    color: #333;
    position: relative
}

.datepicker--custom .ui-datepicker-calendar tbody td.ui-state-disabled {
    color: #999
}

.datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
    color: #fff
}

.datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day:before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background: #82614a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
    position: relative;
    z-index: 1
}



    

    .section-inquiry .form-wrap .form-list>li {
            display: flex;
    flex-wrap: wrap;
    }

    .section-inquiry .form-wrap .form-list>li .tit {
        width: 20%
    }
	

    .section-inquiry .form-wrap .form-list>li .input-bx {
        width: 80%;
    }

    .section-inquiry .form-wrap .form-list>li.captcha .input-bx {
        margin-top: 0
    }

    .section-complete .complete-wrap .logo-bx {
        max-width: 320px;
        margin-bottom: 5.625rem
    }

    .section-complete .complete-wrap .icon-bx {
        margin-bottom: 1.25rem
    }

    .section-complete .complete-wrap .icon-bx img {
        width: 3.75rem
    }

    .section-complete .complete-wrap .txt-bx {
        text-align: center;
        margin-bottom: 5rem
    }

    .section-complete .complete-wrap .txt-bx p {
        font-size: 1.5rem
    }
}

@media (max-width: 576px) {
    .section-inquiry .form-wrap .form-list>li.calendar .time-list {
        gap:0.625rem
    }

    .section-inquiry .form-wrap .form-list>li.calendar .time-list li {
        width: calc(25% - 0.46875rem)
    }
}



/* youtube */
.channel-slide ul.ul_mo {display:block;}
		.channel-slide ul.ul_pc {display:none;}
		.youtube .container .channel-slide .slick-slider .slick-arrow {left: 0;top: 45%;transform: translateY(-50%);}
		.youtube .container .channel-slide .slick-slider .slick-arrow.slick-prev {left: inherit;right: 0;z-index: 1;transform: scaleX(-1);}
		.youtube .container .channel-slide .slick-slider .slick-arrow.slick-next {transform: scaleX(-1);}
		.slick-list.draggable > .slick-track > li {width:15%;padding: 0 3px;}

		  .youtube .container {
			display: block;
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;padding:0}
			.youtube .container .embed-responsive {
			  position: relative;
			  overflow: hidden;
			  padding: 0;
			  width: 100%;
			  display: block; }
			  .youtube .container .embed-responsive:after {
				display: block;
				content: "";
				padding-top: 56.25%; }
			  .youtube .container .embed-responsive > iframe {
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border: 0; }
			.youtube .container .channel-slide {
			  margin-top: 20px; }
			  .youtube .container .channel-slide .slick-slider {
				position: relative;
				padding: 35px 0; }
				.youtube .container .channel-slide .slick-slider:before {
				  position: absolute;
				  left: 0;
				  top: 30px;
				  width: 100%;
				  height: 2px;
				  display: block;
				  content: '';
				  background-color: #000; }
				.youtube .container .channel-slide .slick-slider:after {
				  position: absolute;
				  left: 0;
				  bottom: 30px;
				  width: 100%;
				  height: 2px;
				  display: block;
				  content: '';
				  background-color: #000; }
				/* .youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide {
				  padding: 5px 0; } */
				  .youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a {
					display: table;
					width: 100%; }
					.youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div {
					  display: table-cell;
					  vertical-align: middle; }
					  .youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.item {
						width: 110px; }
						.youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.item img {
						  display: block;
						  width: 100%; }
					  .youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.details {
						text-align: left;
						padding: 0 0 0 20px; }
						.youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.details p {
						  font-size: 18px;
						  color: #606060;
						  font-weight: 400;
						  line-height: 26px; }
						  .youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.details p+p {
							  font-size: 16px; font-weight: 300; color: #999;
						  }
				


	
		  @media (min-width: 1024px) {
				
		  .channel-slide ul.ul_mo {display:none;}
		  .channel-slide ul.ul_pc {display:block;}
		  .youtube .container .channel-slide .slick-slider .slick-arrow {
				  position: absolute;
				  left: 50%;
				  width: 22px;
				  height: 12px;
				  font-size: 0;
				  text-indent: -99999999px;
				  border: 0;
				  background: none;
				  transform: translateX(-50%);
				  background-repeat: no-repeat;
				  background-position: 0 0;
				  background-size: 22px auto; }
				  /* .youtube .container .channel-slide .slick-slider .slick-arrow.slick-prev {
					  left: 0;
					right: inherit;
					z-index: 1;
					transform: scaleX(0);} */
				  .youtube .container .channel-slide .slick-slider .slick-arrow.slick-prev {
				  					top: 0;
				  					background-image: url(/img/btn_prev.png); }
				  .youtube .container .channel-slide .slick-slider .slick-arrow.slick-next {
				  					bottom: 0;
				  					background-image: url(/img/btn_next.png); }

			  .youtube .container {
				max-width: 1024px; }
				.youtube .container:after {
				  display: block;
				  content: ' ';
				  clear: both; }
				.youtube .container > div {
				  float: left; }
				  .youtube .container > div.embed-responsive {
					width: 75%; }
				  .youtube .container > div.channel-slide {
					border-top: 2px solid #252525; border-bottom: 2px solid #252525; box-sizing: border-box;
					width: 25%;
					margin: 0;
					height:432px;
					padding-left: 20px; }
					.youtube .container > div.channel-slide .slick-slider {
					  padding: 6px 0;
					  margin-bottom: 1px;
					}
					.youtube .container > div.channel-slide li {
					margin: 3px 0;
				}
					.youtube .container > div.channel-slide .slick-slider {
				 padding: 7px 0 2px 0;left: 45%;transform: translateX(-50%);
			  }
					  .youtube .container > div.channel-slide .slick-slider:before {
						display: none; }
					  .youtube .container > div.channel-slide .slick-slider:after {
						display: none; }
					  .youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.details {
						text-align: left;
						padding: 0 0 0 10px; }
						.youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.details p {
						  font-size: 17px;}
					  .youtube .container > div.channel-slide .slick-slider .slick-arrow.slick-prev {
						top: -20px; }
					  .youtube .container > div.channel-slide .slick-slider .slick-arrow.slick-next {
						        bottom: -30px;top: inherit;} }
		  @media (min-width: 1450px) {
			.youtube .container {
			  max-width: 1200px; }
			  .youtube .container > div.embed-responsive {
				width: 77%; }
			  .youtube .container > div.channel-slide {
				width: 23%; 
				height:519px;
			  }
			  .youtube .container > div.channel-slide li {
					margin: 6px 0;
				}
			  .youtube .container > div.channel-slide .slick-slider {
				 padding: 25px 0 18px 0;
			  }
			  .youtube .container > div.channel-slide .slick-slider .slick-list .slick-track .slick-slide > a .item {
				width: 140px; } 
			  .youtube .container > div.channel-slide .slick-slider .slick-arrow.slick-prev {
				top: -20px; }
			  .youtube .container > div.channel-slide .slick-slider .slick-arrow.slick-next {
				bottom: -12px; }
		  }
		  @media (min-width: 1650px) {
			.youtube .container {
			  max-width: 1400px; }
			  .youtube .container > div.embed-responsive {
				width: 76%; }
			  .youtube .container > div.channel-slide {
				width: 24%;
				padding-left: 20px; 
				height:513px;
			  }
			  .youtube .container > div.channel-slide .slick-slider {
				 padding: 12px 0 2px 0;
			  }
			  .youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.details {
						text-align: left;
						padding: 0 0 0 20px; }
				.youtube .container .channel-slide .slick-slider .slick-list .slick-track .slick-slide > a > div.details p {
						 font-size: 18px;}
			  .youtube .container > div.channel-slide li{
				 margin: 6px 0; 
			  }
				.youtube .container > div.channel-slide ul li {
				  border-bottom: 0px solid #ddd; box-sizing: border-box; }
				.youtube .container > div.channel-slide .slick-slider .slick-list .slick-track .slick-slide > a .item {
				  width: 160px;} 
			  .youtube .container > div.channel-slide .slick-slider .slick-arrow.slick-prev {
				top: -20px; }
			  .youtube .container > div.channel-slide .slick-slider .slick-arrow.slick-next {
				bottom: -35px; }
		  }