@charset "utf-8";

.f_left {
  float: left;
}

/*.f_right {float:right;}*/

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  content: '';
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

ul {
  font-size: 0;
  letter-spacing: -4px;
}

ul li {
  font-size: 13px;
  letter-spacing: 0px;
}

* {
  box-sizing: border-box;
}

.consult-top input {
  width: 1050px;
}

.snb-top {
  height: 60px;
  position: relative;
  top: 80px;
  border-top: 1px solid #f0f0f0;
}

.snb-top ul {
  text-align: center;
  font-size: 0;
}

.snb-top ul li {
  display: inline-block;
  width: 120px;
  font-size: 15px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  box-sizing: border-box;
}

.snb-top ul li a {
  display: block;
  color: #7a7a7a;
}

.snb-top ul li.active a {
  color: #12ac00;
}

.snb-top ul li.list01 {
  background: url('../_Img/Sub/user-off.png') no-repeat 23px center;
  padding-left: 51px;
}

.snb-top ul li.list02 {
  background: url('../_Img/Sub/chat-off.png') no-repeat 24px center;
  padding-left: 52px;
}

.snb-top ul li.list03 {
  background: url('../_Img/Sub/center-off.png') no-repeat 16px center;
  padding-left: 44px;
}

.snb-top ul li.list01.active {
  background: url('../_Img/Sub/user-on.png') no-repeat 23px center;
}

.snb-top ul li.list02.active {
  background: url('../_Img/Sub/chat-on.png') no-repeat 23px center;
}

.snb-top ul li.list03.active {
  background: url('../_Img/Sub/center-off.png') no-repeat 23px center;
}

.consult-edit {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04), inset 0 1px 0 0 #dadada;
}

.edit-wrap {
  width: 940px;
  margin: 0 auto;
}

.edit-wrap .btn-group-filter{line-height:19px;color:#7A7A7A}
.edit-wrap .btn-group-filter span{font-size:12px;}

.edit-top {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), inset 0 -1px 0 0 #f0f0f0;
  background-color: rgba(230, 178, 178, 0);
  padding: 10px;
  border-right: solid 1px #dadada;
  border-left: solid 1px #dadada;
}

.edit-top > ul {
  font-size: 0;
  float: left;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #dadada;
  height: 40px;
  margin-right: 20px;
}

.edit-top > ul > li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-right: solid 1px #dadada;
  position: relative;
}

.edit-top ul li a {
  color: #000;
}

.edit-top .sub-edit {
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dadada;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
}

.textdeco .icon01 {
  background: url('../_Img/Sub/ic-24-textsize.png') no-repeat center center;
}

.textdeco .icon01 ul {
  padding: 8px 0;
  width: 140px;
  background-color: #fff;
}

.textdeco .icon01 ul li {
  line-height: 32px;
  padding-left: 16px;
  display: block;
}

.textdeco .icon01 ul li.list01 {
  font-size: 24px;
}

.textdeco .icon01 ul li.list02 {
  font-size: 17px;
}

.textdeco .icon01 ul li.list03 {
  font-size: 14px;
}

.textdeco .icon01 ul li.list04 {
  font-size: 12px;
}

.textdeco .icon01 ul li.list05 {
  font-size: 10px;
}

.textdeco .icon02 {
  background: url('../_Img/Sub/ic-24-bold.png') no-repeat center center;
}

.textdeco .icon03 {
  background: url('../_Img/Sub/ic-24-underline.png') no-repeat center center;
}

.textdeco .icon04 {
  background: url('../_Img/Sub/ic-24-strikethrough.png') no-repeat center center;
}

.textdeco .icon05 {
  background: url('../_Img/Sub/ic-24-addlink.png') no-repeat center center;
}

.textdeco .icon05 .sub-edit {
  width: 320px;
}

.textdeco .icon05 .link {
  padding: 20px 0 4px 0;
  font-size: 13px;
  line-height: 40px;
  box-shadow: inset 0 -1px 0 0 #f0f0f0;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, #fbfbfb, #fbfbfb);
  border-bottom: solid 1px #dadada;
}

.textdeco .icon05 .link a {
  color: #7a7a7a;
  display: inline-block;
  text-align: center;
  width: 60px;
  text-align: center;
}

.textdeco .icon05 .link input {
  width: 240px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dadada;
  color: #7a7a7a;
  margin-bottom: 8px;
  padding-left: 12px;
}

.btn-group {
  text-align: right;
  padding: 12px 32px 12px 0
}

.btn-group li {
  display: inline-block;
  margin-left: 8px;
}

.btn-group button {
  width: 70px;
  height: 32px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background-color: #12ac00;
  border: none;
  border-radius: 4px;
}

.btn-group button.white {
  background-color: #fff;
  color: #4a4a4a;
  border-radius: 4px;
  border: solid 1px #dadada;
}

.textdeco .icon06 {
  background: url('../_Img/Sub/ic-24-textcolor.png') no-repeat center center;
  border-right: none;
}

.textdeco .icon06 ul {
  width: 38px;
  padding: 6px 8px 0 6px;
  box-sizing: border-box;
}

.textdeco .icon06 ul li {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
  border: 2px solid transparent;
  text-align: center;
}

.textdeco .icon06 ul li.active {
  border: 2px solid #000;
}

.textdeco .icon06 ul li.list01 {
  background-color: #000;
}

.textdeco .icon06 ul li.list02 {
  background-color: #4a4a4a;
}

.textdeco .icon06 ul li.list03 {
  background-color: #8f9fbf;
}

.textdeco .icon06 ul li.list04 {
  background-color: #ff7700;
}

.textdeco .icon06 ul li.list05 {
  background-color: #12ac00;
}

.addition {
  position: relative;
}

.addition .icon01 {
  background: url('../_Img/Sub/ic-24-addimg.png') no-repeat center center;
}

.addition .icon02 {
  background: url('../_Img/Sub/ic-24-addvideo.png') no-repeat center center;
}

.addition .sub-edit {
  width: 180px;
  padding: 8px 0;
}

.addition .sub-edit > li {
  line-height: 32px;
  font-size: 13px;
  padding-left: 16px;
  box-sizing: border-box;
}

.addition .icon03 {
  background: url('../_Img/Sub/ic-24-addvoice.png') no-repeat center center;
  border-right: none;
}

.addition .icon03 .sub-edit > li {
  position: relative;
}

.addition .icon03 .sub-edit .list01 .helptxt {
  position: absolute;
  top: 12px;
  left: 120px;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  width: 200px;
  padding: 14px 16px 0 16px;
  border-radius: 4px;
  display: none;
}

.addition .icon03 .sub-edit .list01 .helptxt li {
  font-size: 11px;
  color: #fff;
  line-height: 14px;
  margin-bottom: 16px;
  padding-left: 0;
  font-weight: 400;
}

.addition .icon03 .sub-edit .list01 .helptxt li a {
  color: #fff;
}

.addition .icon03 .sub-edit .list01 .helptxt li.contact {
  letter-spacing: 0.5px;
}

.addition .icon03 .sub-edit > li.list02 {
  position: relative;
}

.addition .icon03 .sub-edit > li.list03 .voice-box {
  top: -458px;
}

.addition .icon03 .sub-edit > li.list04 .voice-box {
  top: -490px;
}


.addition .voice-box::-webkit-scrollbar {
  display: none;
}

.addition .voice-box {
  width: 198px;
  height: 294px;
  overflow-y: scroll;
  position: absolute;
  top: -426px;
  left: 0;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dadada;
  display: none;
}

.addition .voice-box .voice-top {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000000000;
  background-color: #fff;
}

.addition .voice-box .voice-top-wrap {
  line-height: 40px;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

.addition .voice-box .voice-top-wrap .close {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 10000000000;
}

.addition .voice-box .voice-top-wrap .close img {
  width: 20px;
  height: 20px;
}

.addition .voice-box h5 {
  font-size: 11px;
  color: #000;
}

.addition .voice-box ul {
  font-size: 0;
  text-align: center;
  background-color: #fff !important;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}

.addition .voice-box ul li {
  display: inline-block;
  font-size: 10px;
  width: 56px;
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 8px;
}

.addition .voice-box ul li:nth-child(3n) {
  margin-right: 0;
}

.imgArea {
  position: relative;
  width: 56px;
  height: 40px;
}

.actorImg {
  width: 56px;
  height: 40px !important;
  margin-bottom: 2px;
  background-color: #7d7d7d;
  line-height: 20px;
}

.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.name {
  font-size: 10px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  color: #000;
}

.edit-top button {
  width: 80px;
  height: 40px;
  font-size: 13px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  background-color: #12ac00;
  border: none;
  border-radius: 4px;
}

.consult-edit textarea {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, #fbfbfb, #fbfbfb);
  border: solid 1px #dadada;
  resize: none;
  padding: 14px 24px;
  box-sizing: border-box;
}

/* 상담 상세 */
.counsel-wrap.view .view-con.consult-answer {
  padding-right: 0;
}

.counsel-wrap.view .view-con.consult-answer .inst {
  padding: 0;
}

.counsel-wrap.view .view-con.consult-answer .inst .ico {
  top: 20px;
}

.counsel-wrap.view .view-con.consult-answer .reply {
  padding-left: 120px;
  padding-top: 20px;
}

.answer-title {
  height: 104px;
  box-shadow: inset 0 -1px 0 0 #dadada;
  background-color: rgba(209, 182, 182, 0);
  position: relative;
}

.answer-title .an-info p {
  font-size: 11px;
  line-height: 20px;
}

.answer-title .an-info p.tag {
  color: #12ac00;
  font-weight: 800;
}

.option-btn {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  width: 24px;
  height: 24px;
  background: url('../_Img/Sub/option-ico.png') no-repeat;
}

.audio-play {
  opacity: 0.8;
  border-radius: 8px;
  background-color: #000000;
  width: 400px;
  height: 44px;
  padding: 10px;
  margin-bottom: 16px;
}

.audio-play li {
  display: inline-block;
  vertical-align: middle;
}

.audio-play span {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.play .progress {
  display: inline-block;
  width: 128px;
  position: relative;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.play .progress:after {
  content: '';
  display: block;
  width: 48px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.volume .progress {
  display: inline-block;
  width: 88px;
  position: relative;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.volume .progress:after {
  content: '';
  display: block;
  width: 48px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.play-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../_Img/Sub/playback-w.png') no-repeat;
}

.volume-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../_Img/Sub/volume-w.png') no-repeat;
}


/* 모달창 공통 */
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100000000;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.modal {
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 320px;
  border-radius: 2px;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dadada;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
}

.modal h5 {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 4px;
  text-align: left;
}

.modal p {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #7a7a7a;
  padding-top: 28px;
}

.modal > ul {
  text-align: center;
}

.modal > ul li {
  display: inline-block;
}

.modal > ul li a {
  display: block;
}

.modal .close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 37.5px;
  text-align: center;
  border-top: solid 0.5px #979797;
  font-size: 14px;
  font-weight: 700;
}

.modal .close a {
  display: block;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 37.5px;
  height: 37.5px;
}

.modal .btn-group {
  text-align: center;
  padding: 32px 0 24px 0;
}

.btn-group li:first-child {
  margin-left: 0px;
}

/* 컨텐츠 첨부가능상담목록 */
.bold {
  font-weight: 800;
  color: #000;
}

.counsel-top {
  position: relative;
}

.voice-sel > ul > li {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #dadada;
  text-align: left;
}

.voice-sel ul li ul {
  position: absolute;
  top: 43px;
  left: -1px;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dadada;
  display: none;
}

.voice-sel ul li ul span {
  padding-left: 16px;
}

.voice-sel ul li ul li:hover span {
  color: #12ac00;
}

.v-default a {
  display: block;
  background: url('../_Img/Sub/select-arrow.jpg') no-repeat 253px center;
  background-size: 8px 4px;
  padding-left: 16px;
}

.v-default span {
  display: inline-block;
  width: 222px;
  border-right: solid 1px #dadada;
  height: 39px;
  color: #000000;
}

.cont-add {
  margin-right: 40px;
  position: absolute;
  top: 45px;
  right: 0;
}

.cont-add li {
  display: inline-block;
  width: 162px;
  color: #4a4a4a;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #dadada;
  text-align: center;
  font-size: 13px;
}

ul.list > li .txt {
  position: relative;
}

.p_more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: inline-block;
  padding: 0 50px 0 10px;
  color: #12ac00;
  font-weight: 800;
}

/* 건강상담(에디터-슬라이드쇼선택) */
.blocker-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.consult01_02 {
  width: 640px;
  top: 132px;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  margin-bottom: 408px;
  box-shadow: none;
  border: none;
}

.close-btn {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  padding-top: 40px;
  background: url('../_Img/Sub/ic-close-w.png') no-repeat top right;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
}

.add-show {
  width: 120px;
  height: 70px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #12ac00;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, #13bb00, #13bb00);
  position: absolute;
  top: 0;
  right: -140px;
  padding-top: 16px;
}

.add-show a {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  line-height: 18px;
}

.slide-cont > div {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-cont > div a {
  display: block;
  width: 60px;
  height: 60px;
}

.slide-cont .prev-btn {
  left: -120px;
}

.slide-cont .prev-btn a {
  background: url('../_Img/Sub/ic-back-w60.png') no-repeat center center;
  background-size: 60px 60px;
}

.slide-cont .next-btn {
  right: -120px;
}

.slide-cont .next-btn a {
  background: url('../_Img/Sub/ic-forward-w60.png') no-repeat center center;
  background-size: 60px 60px;
}


.consult01_02 .file-top {
  height: 480px;
  overflow: hidden;
}

.consult01_02 .file-top-wrap {
  width: 100%;
}

.consult01_02 .file-top img {
  width: 100%;
  vertical-align: top;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.consult01_02 .file-bottom .txt {
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
  width: 100%;
  height: 260px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.consult01_02 .file-bottom textarea {
  border: none;
  line-height: 24px;
  font-size: 13px;
  color: #7a7a7a;
  width: 100%;
  outline: none;
  background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
  height: 260px;
  resize: none;
  padding: 14px 24px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.consult01_02 .file-bottom textarea::placeholder {
  color: #7a7a7a;
}

.slide-fix {
  width: 100%;
  padding: 20px;
}

.slide-wrap {
  width: 100%;
  height: 160px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dadada;
  background-color: #ffffff;
  position: relative;
}

.blocker .control {
  position: relative;
}

.blocker .control > div {
  width: 48px;
  height: 158px;
  position: absolute;
  top: 0;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
  overflow: hidden;
}

.blocker .control a {
  display: block;
}

.blocker .control .prev-btn {
  left: 0;
}

.blocker .control .prev-btn a {
  width: 40px;
  height: 160px;
  background: url('../_Img/Sub/ic-back.png') no-repeat 4px center;
  background-size: 40px 40px;
}

.blocker .control .next-btn {
  right: 0;
}

.blocker .control .next-btn a {
  width: 40px;
  height: 160px;
  background: url('../_Img/Sub/ic-foward.png') no-repeat 4px center;
  background-size: 40px 40px;
}

.add-slide {
  text-align: left;
  padding: 20px 72px;
}

.add-slide li {
  display: inline-block;
  width: 170px;
  height: 120px;
  background-color: #f0f0f0;
  position: relative;
  vertical-align: top;
  margin-right: 20px;
}

.delete-btn {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../_Img/Sub/ic-tag-remove.png') rgba(0, 0, 0, 0.5) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.add-slide .more .filebox label {
  display: block;
  width: 170px;
  height: 120px;
  background: url('../_Img/Sub/ic-plus.png') no-repeat center center;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.consult02 {
  width: 360px;
  padding: 6px 40px 0 40px;
}

.consult02 h5 {
  padding-top: 20px;
}

.consult02 p {
  line-height: 24px;
}

.temp-sel {
  position: relative;
}

.temp-sel ul li {
  display: inline-block;
  width: 80px;
  height: 56px;
  border-radius: 3px;
  border: solid 4px #dadada;
  margin-right: 19px;
  margin-bottom: 4px;
}

.temp-sel ul li:nth-child(3n) {
  margin-right: 0;
}

.temp-sel ul li.active {
  border: solid 4px #12ac00;
}

.temp-sel .t_more {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 13px;
  line-height: 24px;
  width: 60px;
  text-align: center;
  height: 24px;
}

.temp-sel .t_more a {
  display: block;
  color: #7a7a7a;
}

.consult02_02 {
  width: 940px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  top: 132px;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  padding-bottom: 408px;
}

.consult02_02 > ul > li {
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  background-color: #f0f0f0;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.consult02_02 > ul > li.f_left {
  width: 140px;
  color: #4a4a4a;
}

.consult02_02 > ul > li.f_right {
  width: 80px;
  color: #fff;
  background-color: #12ac00;
}

.t-list ul li {
  display: inline-block;
  width: 300px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  margin: 20px 20px 0 0;
}

.t-list ul li:nth-child(3n) {
  margin-right: 0;
}

.t-list ul li .t-img {
  height: 200px;
  box-shadow: inset 0 -1px 0 0 #f0f0f0;
}

.t-list ul li .t-title {
  height: 52px;
  line-height: 52px;
  color: #7a7a7a;
  text-align: left;
  padding: 0 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.t-list .check-box {
  position: absolute;
  top: 0px;
  left: 10px;
}

.file-add {
  position: absolute;
  top: 15%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  display: none;
}

.file-top {
  height: 440px;
  position: relative;
}

.file-top p {
  line-height: 24px;
  margin-bottom: 12px;
}

.file-top-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #7a7a7a;
  text-align: center;
}

.filebox label {
  display: inline-block;
  width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #4a4a4a;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #dadada;
  font-size: 11px;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-bottom .inputbox {
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
  width: 100%;
  height: 52px;
  padding: 14px 24px;
}

.file-bottom input {
  border: none;
  line-height: 24px;
  font-size: 13px;
  color: #7a7a7a;
  width: 100%;
  outline: none;
  background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
}

.consult02_03 {
  width: 360px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.consult02_03 .box {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dadada;
  background-color: #ffffff;
  padding: 26px 40px 0 40px;
  margin-bottom: 24px;
}

.consult02_03 .voice-sel p {
  line-height: 14px;
  font-size: 12px;
  text-align: left;
  padding-top: 10px;
  letter-spacing: -0.5px;
}


/* 19.12.09 추가 */
/* 건강상담 상세 */
.answer01 {
  line-height: 60px;
}

.answer01 .btn-group {
  padding: 0px;
}

.answer01 .btn-group li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.answer01 .btn-group button {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #12ac00;
  border: none;
  border-radius: 4px;
}

.answer01 .btn-group button.grayBtn {
  background-color: #999999;
}

/* 건강상담 에디터 */

.Editor .counsel-wrap {
  width: 720px;
  margin: 0;
  background-color: rgba(209, 182, 182, 0);
}

.Editor .counsel-wrap.view .view-con {
  border-top: none;
}

.Editor .edit-detail {
  position: inherit;
  width: 720px;
}

.Editor .counsel-wrap.view .view-con {
  padding-right: 0;
}

.Editor .edit-wrap {
  width: 720px;
}

.Editor .edit-top {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), inset 0 -1px 0 0 #dadada;
  background-color: rgba(230, 178, 178, 0);
}

.login button {
  width: 80px;
  height: 40px;
  font-size: 13px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  background-color: #12ac00;
  border: none;
  border-radius: 4px;
}

.login button.white {
  color: #4a4a4a;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #dadada;
}

.edit-detail textarea {
  width: 100%;
  height: 670px;
  margin: 0 auto;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, #fbfbfb, #fbfbfb);
  border: solid 1px #dadada;
  border-top: none;
  resize: none;
  padding: 14px 24px;
  box-sizing: border-box;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3)
}

.Editor .addition .voice-box {
  top: 150px;
}

.Editor .addition .icon03 .sub-edit > li.list03 .voice-box {
  top: 118px;
}

.Editor .addition .icon03 .sub-edit > li.list04 .voice-box {
  top: 86px;
}

.Editor .addition .voice-box .close {
  cursor: pointer;
}

/* 건강상담 딥슬라이드 */
/* 템플릿 왼쪽 공통*/
.tempLeft {
  width: 209px;
  /* height: 730px; */
  height: 100%;
  padding: 12px 0px 12px 0px;
  background-color: #fbfbfb;
  /*overflow: auto;*/
  /* border-top: 1px solid #dadada; */
  border-right: 1px solid #dadada;
}

.tempLeft ul li {
  height: 94px;
}

.tempLeft ul li.active img. {
  display: block;
}

.tempLeft ul li.active > div {
  border: solid 3px #ff0000;
}

.tempLeft ul li span {
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: top;
  margin-left: 20px;
}

.tempLeft ul li > div {
  display: inline-block;
  width: 138px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.tempLeft ul li img.slideImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  border: 1px solid #dadada;
  cursor: pointer;
  object-fit: contain;
}

.tempLeft ul li img.slideClose {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: block;
  cursor: pointer;
}

/* 템플릿 중간 공통*/
.tempCenter {
  width: 959px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tempCenterTop {
  width: 100%;
  height: 539px;
  box-shadow: inset 0 1px 0 0 #aaaaaa;
  /* padding: 10px; */
  background-color: white;
}

.tempCenterTopWrap { /*background-color: #fff;*/
  width: 100%;
  height: 539px;
}

.filebox {
  width: 100%;
  height: 470px;
  position: relative;
}

.fileInner {
  text-shadow: 2px 2px 2px black;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.fileInner > div {
  font-size: 70px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
  cursor: pointer;
}

.filebox label {
  display: inline-block;
  width: 104px;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #dadada;
  font-size: 12px;
  color: #4a4a4a;
  background-color: #fff;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.titleInput {
  padding: 16px;
  background-color: #7f7f7f;
}

.titleInput input {
  width: 100%;
  height: 48px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0);
}

.titleInput input::placeholder {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 16px;
}

.tempCenterBottom {
  background-color: #dadada;
  padding: 10px;
  height: 160px;
  /*height: 100%;*/
  overflow: auto;
  flex: 1;
}

.captionInput {
  margin-bottom: 4px;
  border-radius: 3px;
  position: relative;
}

.captionInput input {
  width: 100%;
  height: 48px;
  line-height: 20px;
  font-size: 17px;
  color: #fff;
  border: none;
  padding-left: 16px;
  /* color: rgba(0, 0, 0, 0.3); */
  color: black;
  background: rgba(0, 0, 0, 0.1);
  border-right: 12px solid transparent;
  overflow-y: auto;
  -ms-overflow-style: none;
  resize: none;
}

.captionInput input::-webkit-scrollbar {
  display: none;
}

.captionInput input::placeholder {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}

.tempCenterBottom .captionInput:last-child {
  margin-bottom: 0;
}

/* 템플릿 오른쪽 공통*/
.tempRight {
  width: 272px;
  height: 100%;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: 1px solid #dadada;
}

/* Tab 공통 */
#tab-button li {
  display: inline-block;
  font-size: 13px;
  position: relative;
  color: #585858;
  width: 88px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
}

#tab-button li.is-active a {
  color: #647188;
  font-weight: 700;
  opacity: 1;
  border: solid 1px #dadada;
  border-bottom: solid 1px white;
  border-radius: 2px;
}

#tab-button li a {
  display: block;
  color: #647188;
  padding-left: 39px;
  letter-spacing: -0.5px;
  font-weight: 500;
  opacity: 0.5;
}

.tab_container {
  width: 100%;
  text-align: left;
  border-top: 1px solid #dadada;
}

#tab-button li.temp a {
  background: url('../_Img/Sub/template.png') no-repeat 11px center;
  cursor: pointer;
}

#tab-button li.bgcolor a {
  background: url('../_Img/Sub/bgcolor.png') no-repeat 11px center;
  cursor: pointer;
}

#tab-button li.voice a {
  background: url('../_Img/Sub/voice.png') no-repeat 11px center;
  cursor: pointer;
}

#tab-button li.temp.is-active a {
  background: url('../_Img/Sub/template_on.png') #fff no-repeat 11px center;
  cursor: pointer;
}

#tab-button li.bgcolor.is-active a {
  background: url('../_Img/Sub/bgcolor_on.png') #fff no-repeat 11px center;
  cursor: pointer;
}

#tab-button li.voice.is-active a {
  background: url('../_Img/Sub/voice_on.png') #fff no-repeat 11px center;
  cursor: pointer;
}

.tab-button-outer {
  padding: 10px 4px 0 4px;
  background-color: #f8f8f8;
  width: 272px !important;
  border-top: 1px solid #dadada;
}

.tab_container .desc {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #7a7a7a;
  padding: 20px 12px;
}

/*.tab_content > ul{ height: 596px; overflow-y: auto; -ms-overflow-style: none; }*/
.tab_content > ul {
  height: auto;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.tab_content > ul::-webkit-scrollbar {
  display: none;
}

.tab_content > ul li {
  padding: 12px;
  position: relative;
  box-shadow: inset 0 -1px 0 0 #f8f8f8;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /*cursor: pointer;*/
}

.tab_content .tabImg {
  border: solid 4px transparent;
  margin-right: 12px;
  width: 88px;
  height: 54px;
  position: relative;
}

.tab_content .tabImg img {
  width: 80px;
  height: 46px;
  object-fit: contain;
}

.tab_content .tabText {
  position: absolute;
  top: 50%;
  left: 112px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.tab_content .tabText .name {
  font-size: 12px;
  line-height: 20px;
  color: #4a4a4a;
  margin-left: 10px;
}

.tab_content .tabText .selected {
  display: none;
  font-size: 11px;
  line-height: 20px;
  color: #12ac00;
}


.tab_content > ul li.active {
  box-shadow: inset 0 -1px 0 0 #f0f0f0;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, #f8faff, #f8faff);
}

.tab_content > ul li.active .tabImg {
  border: solid 4px #13bb00 !important;
}

.tab_content > ul li.active .tabText .name {
  color: #1e1e1e;
  font-weight: 700;
}

.tab_content > ul li.active .tabText .selected {
  display: block;
  margin-left: 10px;
}

/* 배경색 */
#tab2 > ul li.list01 .tabImg {
  background-color: #fff;
  border: 1px solid #dadada;
}

#tab2 > ul li.list02 .tabImg {
  background-color: #d2d2d2;
}

#tab2 > ul li.list03 .tabImg {
  background-color: #616161;
}

#tab2 > ul li.list04 .tabImg {
  background-color: #729cce;
}

#tab2 > ul li.list05 .tabImg {
  background-color: #53678b;
}

#tab2 > ul li.list06 .tabImg {
  background-color: #316f2a;
}

#tab2 > ul li.list07 .tabImg {
  background-color: #beb18a;
}

/* 목소리 */
#tab3 .tabImg {
  margin-right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden; /*-webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
  /*animation: mymove 2s infinite; transform: translateX(45deg); */
  position: relative;
  z-index: 10000000
}

#tab3 > ul li.active .tabImg {
  border: solid 4px transparent !important;
}

#tab3 > ul li.active {
  position: relative;
}

#tab3 > ul li.active:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 19px;
  animation: spin 3s linear;
  -webkit-animation: spin 3s linear;
  z-index: 10000001;
  transform: rotate(-45deg);
  border: solid 4px #13bb00;
}

/*
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}
 @-webkit-keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}
*/
@keyframes spin {
  0% {
    border: solid 4px transparent;
  }
  25% {
    border: solid 4px transparent;
    border-right: solid 4px #13bb00;
  }
  50% {
    border: solid 4px transparent;
    border-right: solid 4px #13bb00;
    border-bottom: solid 4px #13bb00;
  }
  75% {
    border: solid 4px transparent;
    border-right: solid 4px #13bb00;
    border-bottom: solid 4px #13bb00;
    border-left: solid 4px #13bb00;
  }
  100% {
    border: solid 4px #13bb00;
  }
}

#tab3 .tabImg img {
  width: 40px;
  height: 40px;
  position: relative;
}

#tab3 .tabImg img.pause {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  cursor: pointer;
}

#tab3 .tabText {
  left: 72px;
}

/*#tab3 > ul li{ background: url('../_Img/Sub/volume.png')no-repeat center right; }*/
/*#tab3 > ul li.active{ background: url('../_Img/Sub/volume-g.png')no-repeat center right; }*/
#tab3 > ul li.active .tabImg img.pause {
  display: block;
}

/* template default */
.templateLayoutDefault .tempCenterTopWrap {
  padding: 47px 60px;
}

.templateLayoutDefault .tempCenterLeft {
  width: 434px;
  margin-right: 98px;
}

.templateLayoutDefault .tempCenter .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.templateLayoutDefault .filebox {
  border: 1px dotted #aaaaaa;
  background-color: #fff;
}

.templateLayoutDefault .filebox label {
  width: 70px;
}

.templateLayoutDefault .tempCenterLeft .filebox {
  height: 296px;
}

.templateLayoutDefault .tempCenterRight .filebox {
  height: 406px;
}

.templateLayoutDefault .tempCenterRight {
  width: 294px;
}

.templateLayoutDefault .tempCenter .tempCenterLeft > textarea {
  margin-top: 10px;
  height: 100px;
  width: 100%;
  border: 1px dotted #aaaaaa;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.3);
  resize: none;
  padding: 12px 16px;
}

/* template layout first */
.tempCenterTopWrap .templateLayoutContainer {
  padding: 47px 50px;
}

.templateLayoutContainer .tempCenterLeft {
  width: 434px;
  margin-right: 98px;
}

.templateLayoutContainer .tempCenterLeft .title {
  color: black;
  font-size: 18px;
  padding-bottom: 23px;
}

.templateLayoutContainer .tempCenterRight .title img {
  padding-bottom: 20px;
}

.templateLayoutContainer .tempCenter .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.templateLayoutContainer .filebox {
  border: 1px dotted #aaaaaa;
  background-color: #fff;
}

.templateLayoutContainer .filebox label {
  width: 70px;
}

.templateLayoutContainer .tempCenterLeft .filebox {
  height: 296px;
}

.templateLayoutContainer .tempCenterRight .filebox {
  height: 417px;
}

.templateLayoutContainer .tempCenterRight {
  width: 294px;
}

.templateLayoutContainer .tempCenterLeft > textarea {
  margin-top: 10px;
  height: 100px;
  width: 100%;
  border: 1px dotted #aaaaaa;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.3);
  resize: none;
  padding: 12px 16px;
}

/* 건강상담 딥슬라이드 질문보기 */
/* 모달창 */
#question .modal {
  width: 872px;
  padding: 30px 56px 44px 30px;
  top: 90px;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  margin-bottom: 90px;
}

.popClose {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.blocker .inst .ico {
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
  color: #647188;
}

.blocker .inst .tit {
  width: 720px;
  font-size: 22px;
  text-align: left;
  letter-spacing: -0.5px;
  color: #1e1e1e;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 32px;
  height: 64px;
  padding-left: 16px;
}

.detail-tit {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 18px;
  padding-top: 3px;
}

#question p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #4a4a4a;
  text-align: left;
}

#question .stance {
  padding-left: 56px;
}

#main-thumbnail {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.media_filebox {
  width: 100%;
  position: relative;
}

.media_filebox label {
  display: inline-block;
  width: 104px;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #dadada;
  font-size: 12px;
  color: #4a4a4a;
  background-color: #fff;
  padding-top: 5px;
}

.media_filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.opacityZero {
  background-color: rgba(255, 255, 255, 0) !important;
}

#media-file-top-wrap {
  position: absolute;
  top: 199px;
  left: 218px;
}

.uploaded-image-size {
  object-fit: contain;
}

.detail-inst {
  padding: 37px 40px 30px 120px !important;
  position: Relative;
}

.margin-bottom-18px {
  margin-bottom: 18px;
}

#main-title {
  height: 35px;
  width: 10px;
}

#profileTitle {
  width: 10px;
  height: 75px;
}

.ic-file-test {
  position: relative;
  width: 100px;
  height: 23px;
  overflow: hidden;
}

#add-media-file-button {
  font-size: 70px;
  line-height: 24px;
  text-align: center;
  color: #aaaaaa;
  margin-bottom: 4px;
  cursor: pointer;
  text-shadow: 2px 2px 2px black;
}

#question {
  display: none;
}

.templateLayoutDefault {
  height: 540px;
}

#addMainImage {
  height: 540px;
}

#header-answer {
  display: inline-block;
  float: left;
}

#btnStroke {
  border-right: solid 0px !important;
}

#video-icon {
  border-right: solid 0px;
}

.replay {
  background-position: -133px 0;
}

.pause {
  background-position: -19px 0;
}

.stop {
  background-position: -38px 0;
}

.tab_content .tabSoundImg {
  position: absolute;
  top: 50%;
  left: 211px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.btnSoundPlay {
  width: 40px;
  height: 40px;
  position: relative;
  object-fit: none;
}

#video-file-name {
  display: inline-block;
  margin-top: 9px;
}

#video-remove-icon {
  cursor: pointer;
  margin-left: 6px;
}

#video-remove {
  display: none;
}

.audio-width {
  width: 230px;
}

#userVoiceTabImg {
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 50%;
}

#userVoiceTabName {
  font-size: 12px;
  line-height: 20px;
  color: #4a4a4a;
  margin-left: 10px;
}

#userVoiceTabSelected {
  display: none;
  font-size: 11px;
  line-height: 20px;
  color: #12ac00;
}

.tabAudio {
  margin-top: -15px;
}

.tab_content .tabVoiceImg img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 50px;
}

.tab_content .tabVoiceImg {
  border: solid 4px transparent;
  margin-right: 12px;
  width: 54px;
  height: 54px;
  position: relative;
}

.tabVoiceClick {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10000001;
  border: solid 4px #13bb00;
}

.ticket-overlay {
  width: 320px;
  height: 265px;
  display: none;
}


/*for FAQ 치료 비용*/
#FAQ_answer_treatmentCost-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#FAQ_answer_min_cost-div {
  width: 50%;
}

#FAQ_answer_max_cost-div {
  width: 50%;
}

.FAQ_answer-span {
  width: 5%;
  text-align: center;
  line-height: 38px;
  color: #7a7a7a;
  font-size: 13px;
}


/* for Answer detail 치료 비용 */
.consult_detail_treatmentCost-div {
  display: flex;
  justify-content: flex-start;
  padding-right: 30px;
  margin-top: 10px;
}

.consult_detail_treatmentCost-span {
  background-color: #F5F5F5;
  border-radius: 4px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}

.consult_detail_minCost-p,
.consult_detail_maxCost-p,
.consult_detail_tilde-p {
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.consult_detail_tilde-p {
  margin-left: 10px;
  margin-right: 10px;
}

.consult_detail_isDiscountable-p {
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 12px;
  color: #12AD00;
}


/* for 건강상담 답변 */
#answer_cost-div {
  float: right;
}

#answer_cost-btn {
  width: 90px;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #DADADA;
  vertical-align: middle;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 400;
}

.popup_consult_cost #popup_title {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup_consult_cost #popup_min_cost-span,
.popup_consult_cost #popup_max_cost-span {
  font-weight: 500;
  font-size: 14px;
}

.popup_consult_cost #min_cost-input,
.popup_consult_cost #max_cost-input {
  margin-top: 5px;
  margin-bottom: 15px;
}

.popup_consult_cost #popup_isDiscountable-p {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.popup_consult_cost #isDiscountable {
  padding-left: 15px;
}

.height-100 {
  height: 100% !important;
}

.cursor-plus {
  font-size: 70px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  /* margin-bottom: 12px; */
  cursor: pointer;
  text-shadow: 2px 2px 2px black;
  position: absolute;
  left: 95%;
  top: 12%;
  display: inline-block;
}

.bg-desc {
  font-size: 20px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #7a7a7a;
  padding: 20px 12px;
  cursor: pointer;
  margin-left: 9px;
  width: 240px;
}

#bgDesc {
  vertical-align: middle;
  display: inline-block;
  margin-left: 6px;
}

#addBackground {
  cursor: pointer;
  margin-bottom: 1px;
  position: absolute;
  top: 4px;
  right: 2px;
  object-fit: contain;
  width: 80px;
  height: 46px;
}

.template-layout-class {
  cursor: pointer !important;
  width: 265px;
  margin-left: 3px;
  margin-top: 5px;
}

.subtitle-select-area {
  width: 271px;
}

.flex-1 {
  flex: 1;
}

.subtitle-selector {
  display: inline-block;
  margin-right: -6px;
}

.subtitle-selector-last {
  display: inline-block;
}


.padding-left-35 {
  padding-left: 35px !important;
}

.desc-padding {
  width: 195px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 100px;
}

.subtitle-font-size {
  position: relative;
  cursor: pointer;
  width: 65px;
  height: 30px;
  text-align: center;
  /*border: 3px solid #12ac00;*/
  border: 1px solid #dadada;
  margin-left: 2px;
}

.subtitle-font-size > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.shadow-hover {
  background-color: #12ac00;
}

.shadow-click {
  background-color: #12ac00;
}

.sungwoo {
  cursor: pointer;
}

.custom-background {
  margin-right: 12px;
  width: 88px;
  height: 54px;
  position: relative;
  background-color: #fff;
  border: 1px solid #dadada;
  cursor: pointer;
}

.find-size-container {
  text-align: center;
}

#subtitle-small {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#subtitle-large {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

#header-intro {
  display: inline-block;
  float: left;
}

#intro-auto {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-top: 8px;
}

#intro-menual {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 8px;
  margin-left: 2px;
  margin-right: 10px;
}

.intro {
  position: relative;
  cursor: pointer;
  width: 110px;
  height: 40px;
  text-align: center;
  border: 1px solid #dadada;
  font-weight: 800;
}

.intro-container {
  float: left;
  margin-left: 375px;
  margin-top: 20px;
}

.text-color-white {
  color: white;
}

.intro-click {
  background-color: #12ac00;
  color: white;
}

#intro-file {
  display: none;
}

#intro-file-name {
  display: inline-block;
  margin-left: 20px;
  margin-top: 29px;
}

#intro-file-name {
  display: inline-block;
  margin-left: 20px;
  margin-top: 29px;
}

#intro-remove-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: block;
  cursor: pointer;
}

.color-type {
  cursor: pointer;
}

#media-thumbnail {
  cursor: pointer;
  border-radius: 4px;
}

.t-list-left {
  text-align: left;
}

.height100 {
  height: 100%;
}

#media-top {
  border-radius: 4px;
}

.deepslidePayColor {
  color: white;
}

.deepslideNum {
  margin-top: 40px;
  font-size: 36px;
  display: block;
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.deepslidePayColor .deepslideNum {
  color: #ffffff;
}

.clips {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

.discount {
  margin-top: 20px;
  font-size: 16px;
  display: block;
}

#addMediaMainImage {
  margin-top: 30px;
  width: 180px;
  height: 40px;
}

#addDirectMainImage {
  margin-left: 10px;
  margin-top: 30px;
  width: 180px;
  height: 40px;
}

#main_file {
  display: none;
}

#addImage {
  margin-top: 30px;
  width: 180px;
  height: 40px;
}


::selection {
  background: #4ca29e;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #4ca29e;
  color: #FFF;
  text-shadow: none;
}

#addDirectImage {
  margin-top: 3px;
  width: 180px;
  height: 40px;
}

#addProfile {
  margin-top: 30px;
  width: 180px;
  height: 40px;
}

#addDirectProfile {
  margin-top: 3px;
  width: 180px;
  height: 40px;
}

.imageButton {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-top: 8px;
  font-size: 15px !important;
  background-color: white;
  text-shadow: none;
  color: black !important;
  box-shadow: 2px 2px 2px;
  font-weight: 300;
  font-family: NotoSansKR;
}

.deepalideFileInner {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.deepalideFileInnerImage {
  position: absolute;
  top: 81%;
  left: 20.2%;
  width: 200px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.deepalideFileInnerProfile {
  position: absolute;
  top: 6%;
  left: 68%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#subtitleInfo {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  line-height: 25px;
}

.-filecloud {
  display: inline-block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.bounds {
  width: 168px;
  height: 44px;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #dadada;
  background-color: var(--white);
  padding-top: 8px;
}

.ds-file-font {
  display: inline-block;
  width: 113px;
  height: 20px;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.mediaRemove {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: block;
  cursor: pointer;
}

#intro-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: contain;
}

#intro-thumbnail-div {
  display: none;
  width: 138px;
  height: 77px;
  border: 1px solid #dadada;
  overflow: hidden;
  position: relative;
  margin-top: 2px;
}

.intro-ahead-audio-container {
  width: 420px;
  display: inline-block;
  float: right;
  margin-right: 250px;
}

#request-temp-voice {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  margin-top: 20px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ahead-audio-div {
  display: inline-block;
  margin-top: 13px;
}

.ahead-audio-player {
  margin-left: 50px;
  margin-top: 13px;
}

.left-bounds {
  width: 72px;
  height: 48px;
  border: solid 1px #dadada;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  display: inline-block;
  margin-left : -2px;
}

.center-bounds {
  width: 72px;
  height: 48px;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  display: inline-block;
  margin-left: -4px;
  margin-right: -6px;
}

.right-bounds {
  width: 72px;
  height: 48px;
  border: solid 1px #dadada;
  background-blend-mode: darken;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  display: inline-block;
  margin-left: 2px;
  color: black;
}

.-fontsize-60 {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.-fontsize-70 {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.-fontsize-80 {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.center-button-bounds {
  width: 72px;
  height: 48px;
  background-blend-mode: darken;
  border: solid 1px #dadada;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  display: inline-block;
  margin-left: -4px;
  margin-right: -6px;
}

.function-button {
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 12px;
  color: black;
}

.function-button-line-height {
  line-height: 4;
}

.bgadd {
  width: 86px;
  height: 52px;
  object-fit: contain;
}

.bounds-test {
  width: 88px;
  height: 48px;
  border-radius: 2px;
  border: solid 1px rgba(218, 218, 218, 0);
  background-color: rgba(255, 255, 255, 0);
}

.font-color-white {
  color: white;
}

.audio-preview {
  position: relative;
  cursor: pointer;
  width: 110px;
  height: 40px;
  text-align: center;
  border: 1px solid #dadada;
  font-weight: 800;
}

.audio-preview-click {
  background-color: #12ac00;
  color: white;
}

.button-bg-white {
  background-color: white !important;
}

.ppt-overlay {
  width: 320px;
  height: 265px;
  display: none;
}

/* 상담 상세 페이지 */
/* 내 동영상 다운로드 버튼 */
.videoDownload {
  display: flex;
  justify-content: flex-end;
}

.videoDownload__btn {
  background-color: #4DAD00;
  color: #FFFFFF;
  font-size: 15px;
  width: 13%;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.videoDownload__hideText__fileName {
  display: none;
}

.videoDownload__hideText__filePath {
  display: none;
}

/* 상담 상세 페이지 */
/* 내 자막(SRT) 다운로드 버튼 */
.srtDownload {
  padding-bottom: 5px;
  display: flex;
  justify-content: flex-end;
}

.srtDownload__btn {
  background-color: #4DAD00;
  color: #FFFFFF;
  font-size: 15px;
  width: 13%;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.title-container {
  position: absolute;
  float: left;
  left: 200px;
  margin-top: 20px;
  width: 60%;
}

#pptUpload {
  width: 216px;
  float: left;
}

.btn-color-dim {
  background-color: #999999!important;
  background-blend-mode: darken;
}

.answer01 .btn-group-filter button {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-left: 10px;
  color:#5a5855;
  background-color: white;
}

.filter-selected {
  color: white!important;
  background-color: #12ac00!important;
}
