@charset "utf-8";
/* CSS Document */
@import url("font/font.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&display=swap');
/*********** Base Style ***********/
body {} /*** min-width:1900px ***/
body { font-size: 14px; color: #666666; font-family: "Nanum Barun Gothic", 맑은고딕, "Malgun Gothic", "Apple SD Gothic Neo", sans-serif, 나눔고딕, "Nanum Gothic", Dotum; font-weight:300;}
a { color: inherit; text-decoration: inherit;}
a:hover {color: inherit; text-decoration: inherit; } /* underline */
/*none : 기본값, 텍스트기본
/*underline: 앵커 태그와 같은 밑줄 효과
/*overline: 윗줄 효과
/* line-through : 중앙에 줄 효과

/* 링크 걸었을때 주위에 테두리 점선 없애기 
a,img {outline: none; selector-dummy: expression(this.hideFocus=true);}*/



body, div, ul, form, fieldset, td, th, li,dl,dt,dd, h1, h2, h3, h4, p { margin:0; padding:0; border: 0;}
header, main, footer {display:block;}
img { border: 0; }
img .middle { vertical-align:middle; margin-bottom:3px;}
img .top {vertical-align:top; margin-top: 3px;}
img .block { display:block;}
h1 img,h2 img,h3 img { vertical-align: top; }
h1,h2,h3,h4,h5 { line-height: 1;;}
ol,ul,li { list-style: none;}
fieldset, img { border: none;}
hr { display:none;}
form {display:inline;}
div .hide { display:none;}
table {border-collapse: collapse;}
legend, caption {overflow:hidden; text-indent:-999px; width:100%; height:1px; font-size:0; line-height:0;}
table th { text-align:center;}
em { font-style: normal;}
address {font-style: normal; }
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

a{}



/***************************** 설명박스 숨기기 class *******************************/

.hidden_t {font-size:0;line-height:0;margin-left:-1600px;}
.blind {overflow:hidden; position:absolute; top:-999px; left:0; width:0; height:0; text-indent:-999px;}

/***************************** 기본 class *******************************/

#skip_nav {position:fixed; left:0; top:-40px; width:100%; text-align:center; line-height:40px; background:rgba(0, 0, 0, 0.5); color:#ffffff; font-size:16px; z-index:10000; transition:top 0.3s;}
#skip_nav:focus {top:0;}

ul li img { vertical-align:top;}
.tRight {text-align:right;}
.tLeft {text-align:left;}
.tCenter {text-align:center;}
.tCenter2 {margin:0 auto;}
.fRight {float:right;}
.fRightw {float:right;padding-right:10px;}
.fLeft {float:left;}

.btnR {margin-bottom:15px; text-align:right;}
.btnC {margin-bottom:15px; text-align:center;}

.underLine {text-decoration:underline !important;}

/* img */
.middle { vertical-align:middle;}
.middle1 { vertical-align:middle; margin-top:1px;}
.middle2 { vertical-align:middle; margin-top:2px;}
.middle3 { vertical-align:middle; margin-bottom:2px;}

.line{height:1px; background:#e7e7e7; font-size:0; line-height:0;}/** 기본 라인 **/
.b {font-weight:bold;}/** 굵은 텍스트 **/
.hand {cursor: pointer; }/** 이미지에 onClick 처리했을 때 손바닥 모양 만들기 **/
.clr {clear:both; font-size:0; line-height:0;}/** 플로팅 된 요소를 clear하기 **/
.clearfix:after { content: "."; display: block; height: 0; overflow: hidden; clear: both;}
.sound_only{overflow:hidden; position:absolute; top:-500px; left:0px; font-size:0px;}
.blind {font-size:0; position:absolute; top:-999999px;}


.imgwrap {margin:0; padding:0; border:0;}
.imgwrap img { display:block;}
.svi_info img { display:block;}
.imgwrap2 { text-align:center;}
.imgwrap2 img { margin:0 auto; display:block;}


input[type="submit"] {border:0;}


.half {width:50% !important;}
.full {width:100% !important;}



.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#skip_nav {position:fixed; left:0; top:-40px; width:100%; text-align:center; line-height:40px; background:rgba(0, 0, 0, 0.5); color:#ffffff; font-size:16px; z-index:10000; transition:top 0.3s;}
#skip_nav:focus {top:0;}



/* finecar kin style : 2021-08-25 @everin */
.search-nv {
    padding: 0 10px 40px;
}
.search-nv .src-naver {
    position: relative;
    width: 100%;
    max-width: 598px;
    height: 50px;
    margin: 0 auto;
}
.search-nv .src-naver .search-naver {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 100%;
    background: url("../images/kin/search.png") 50% 50% no-repeat;
    border: none;
}
.search-nv .src-naver input[type="number"].accent,
.search-nv .src-naver input[type="text"].accent {
    padding: 0 45px 0 10px;
    border: solid 3px #00c73c;
    background-color: #fff;
    color: #00c73c;
    font-weight: 500;
    width: 100%;
    height: 100%;
}
.search-nv .result-ea {
    padding: 10px 0 0;
    line-height: 1.4em;
    font-size: 15px;
    color: #6e6e6e;
    text-align: center;
    margin-bottom: 30px;
}
.search-nv .result-ea strong {
    color: #00c73c;
    vertical-align: top;
}
.search-nv .src-naver input[type="number"].accent:focus,
.search-nv .src-naver input[type="text"].accent:focus {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    outline: none;
}
.search-nv .src-naver input[type="number"].accent:focus + .search-naver,
.search-nv .src-naver input[type="text"].accent:focus + .search-naver {
    transform: translate(55px, 0);
    -webkit-transform: translate(55px, 0);
    -moz-transform: translate(55px, 0);
    -ms-transform: translate(55px, 0);
    -o-transform: translate(55px, 0);
}
.motion {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.kin h1 {
    color: #23262f;
    letter-spacing: -2px;
    text-align:center;
    font: 400 48px "Nanum Barun Gothic", 맑은고딕, "Malgun Gothic", "Apple SD Gothic Neo", sans-serif, 나눔고딕, "Nanum Gothic", Dotum;
}
.kin h1 + p {
    color: #b1b1b1;
    line-height: 1.6;
    padding: 30px 0 0;
    font-size: 17px;
    text-align: center;
    margin-bottom: 70px;
}
.kin h3 {
    color: #adadad;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Nanum Barun Gothic';
    letter-spacing: -1.7px;
}
.kin-result {
}
.kin-result ul {
  overflow: hidden;
  min-height: 300px;
}
.kin-result ul li {
  float: left;
  width: 50%;
  padding: 10px;
}
.kin-result ul li a {
  display: block;
  position: relative;
  height: 180px;
  padding: 37px 10px 10px 126px;
  border: solid 1px #d1d1d1;
  background: url("../images/kin/bg_naver.png") 10px 10px no-repeat;
  text-align: left;
}
.kin-result ul li a strong,
.kin-result ul li a span {
  vertical-align: top;
}
.kin-result .profile-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px RGBA(0, 0, 0, 0.2);
    user-select: none;
    object-fit: cover;
    position: absolute;
    left: 17px;
    bottom: 47px;
}
.kin-result ul li a span.doctor {
  display: block;
  position: absolute;
  left: 0;
  top: 37px;
  width: 126px;
  padding: 110px 0 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 0.9em;
  text-align: center;
}
.kin-result ul li a .q {
  min-height: 16px;
  margin-bottom: 20px;
  padding-left: 22px;
  background: url("../images/kin/ic_quest.png") 0 0 no-repeat;
  font-size: 16px;
}
.kin-result ul li a .a {
  overflow: hidden;
  height: 85px;
  padding-left: 22px;
  background: url("../images/kin/ic_answer.png") 0 4px no-repeat;
  color: #7d7d7d;
  line-height: 1.4;
  font-size: 15px;
  letter-spacing: -0.8px;
}

.kin-result ul li a:hover {
  border: solid 1px #00c73c;
  box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.28);
}
.dfs-consult-page {
    margin: 40px;
}
.dfs-consult-loading {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
}
.dfs-consult-page-pagination {
    margin: 0px auto;
    display: none;
    text-align: center;
}
.dfs-consult-page-pagination button {
    border: 1px solid transparent;
    font-size: 14px;
    font-family: "Noto Sans KR", "Nanum Gothic", "맑은 고딕", "돋움", "Dotum", sans-serif;
    letter-spacing: normal;
    line-height: 24px;
    width: 30px;
    height: 30px;
    color: #333;
    cursor: pointer;
    border-radius: 0px;
    outline: 0;
    display: inline-block;
    margin: 0px 2px;
    background-color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    user-select: none;
    position: relative;
    transition: opacity .1s;
}
.dfs-consult-page-pagination button:hover {
    border: 1px solid #42465a;
}
.dfs-consult-page-pagination button img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.dfs-consult-page-pagination button.disabled {
    pointer-events: none;
}
.dfs-consult-page-pagination button.disabled img {
    opacity: 0.4;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.dfs-consult-page-pagination .dfs-consult-page-pagination-prev img, .dfs-consult-page-pagination .dfs-consult-page-pagination-next img {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
}
.dfs-consult-pagination-number-page {
    border: 1px solid transparent;
    font-size: 14px;
    font-family: "Noto Sans KR", "Nanum Gothic", "맑은 고딕", "돋움", "Dotum", sans-serif;
    line-height: 24px;
    letter-spacing: normal;
    width: 30px;
    height: 30px;
    color: #333;
    cursor: pointer;
    border-radius: 0px;
    outline: 0;
    display: inline-block;
    margin: 0px 2px;
    background-color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    user-select: none;
}
.dfs-consult-pagination-number-page:hover {
    border: 1px solid #42465a;
}
.dfs-consult-pagination-number-page.current-pages {
    background-color: #42465a;
    color: #fff;
}
.dfs-consult-empty {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    margin-bottom:100px;
    font-size: 18px;
}
.dfs-consult-empty span {
    font-size: 17px;
    font-family: "Noto Sans KR", "Nanum Gothic", "맑은 고딕", "돋움", "Dotum", sans-serif;
    font-weight: 500;
    color: #333;
    letter-spacing: -1px;
}
.dfs-consult-search-container {
    text-align: center;
    margin-bottom: 30px;
}
.dfs-consult-search-input-container {
    width: 100%;
    height: 50px;
    position: relative;
    max-width: 600px;
    margin: 4px auto 0px auto;
    transition: transform 0.25s ease;
}
.dfs-consult-search-input-container .dfs-consult-search-input {
    padding: 0 45px 0 10px;
    margin: 0px;
    border: 3px solid #00c73c;
    background-color: #ffffff;
    color: #00c73c;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-family: "Noto Sans KR","Nanum Gothic","맑은 고딕","돋움","Dotum",sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    cursor: text;
    outline: none;
}
.dfs-consult-search-input-container .dfs-consult-search-button {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 45px;
    height: 100%;
    background-color: transparent;
    background: 50% 50% no-repeat;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: "Noto Sans KR","Nanum Gothic","맑은 고딕","돋움","Dotum",sans-serif;
    cursor: pointer;
    border: 0;
    font: inherit;
}
.dfs-consult-search-message {
    padding: 20px 0 0;
    line-height: 20px;
    margin: 0px;
    vertical-align: middle;
    box-sizing: border-box;
    font-family: 'Open Sans',"Noto Sans KR","Nanum Gothic","맑은 고딕","돋움","Dotum",sans-serif;
    color: #6f6f6f;
    text-align: center;
    letter-spacing: 0px;
    word-spacing: 2px;
    font-weight: 400;
    display: block;
    font-size: 15px;
}
.dfs-consult-search-message span {
    color: #00c73c;
    vertical-align: top;
    font-weight: 550;
}

.kin-view {
    text-align: left;
}
.kin-view .subject {
    height: 46px;
    padding: 15px 0 9px 54px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #303030;
    font-size: 1.4em;
}
.kin-view .subject strong {
    vertical-align: top;
}
.kin-view .txt {
    padding: 25px 0 80px;
    color: #7e7e7e;
    font-size: 16px;
    line-height: 1.75;
}
.kin-view .a .paper .doctor img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 4px RGBA(0, 0, 0, 0.2);
    user-select: none;
    object-fit: cover;
    margin-bottom: 25px;
}

.kin-view .q .s-m {
    padding: 0 10px 35px 223px;
    font-weight: 300;
}
.kin-view .q .cate {
    position: absolute;
    left: 10px;
    top: 0;
    width: 150px;
    height: 150px;
    background-color: #00c73c;
    line-height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kin-view .q .cate span {
    display: inline-block;
    width: 90px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
}
.kin-view .q .naver-go dt {
    padding-bottom: 10px;
}
.kin-view .q .naver-go dd a {
    display: inline-block;
    padding-right: 90px;
    color: #7e7e7e;
    letter-spacing: normal;
    background-repeat: no-repeat;
    background-position: 100% bottom;
    font-weight: 400;
}
.kin-view .q .naver-go dd a:hover {
    color: #00c73c;
    text-decoration: underline;
}
.kin-view .a {
    padding: 80px 0;
}
.kin-reset {
    color: #666;
    background: no-repeat;
    border: none;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    text-decoration: underline;
    cursor: pointer;
}
.kin-reset:hover {
    color: #00c73d;
}
.kin-view .a .s-m {
    font-weight: 300;
}
.s-m {
    position: relative;
}
.kin-view .a .paper {
    min-height: 280px;
    padding: 50px 50px 50px 230px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    background: #f4f5f6;
}
.kin-view .a .paper::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 67px;
    height: 67px;
    background: url("../images/kin/ic_select.png") 0 0 no-repeat;
}
.kin-view .a .paper .doctor {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 150px;
    padding: 0px 0 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
}
.kin-view .a .paper .doctor p {
    color: #757575;
    font-size: 0.9em;
}
.kin-view .a .paper .doctor strong {
    vertical-align: top;
}
.ic.quest_l {
    background-image: url("../images/kin/ic_large_quest.png");
}
.ic.answer_l {
    background-image: url("../images/kin/ic_large_answer.png");
}

.kin-loader,
.kin-loader:before,
.kin-loader:after {
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  background: #00c73d;
}
.kin-loader {
  color: #00c73d;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.kin-loader:before,
.kin-loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.kin-loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.kin-loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
