@charset "utf-8";

.p-0 {
	padding: 0px! important;
}

.pt-0 {
	padding-top: 0px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pl-25 {
	padding-left: 25px !important;
}

/* .mt-10, .mt-20 존재 */
.mt-5 {
	margin-top: 5px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-80 {
	margin-top: 80px !important;
}

/* .mb-0 존재 */
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.ml-15 {
    margin-left: 7px !important;
}
.ml-20 {
	margin-left: 20px !important;
}

/* modal: material-icons 위치 조정 */
.valign-txt-btm {
	vertical-align: text-bottom;
}

.bd-none {
    border: none!important;
}
.bd-top-none {
	border-top: none!important;
}
.bd-btm-none {
	border-bottom: none!important;
}
.bd-clr-none {
	border-color: transparent!important;
}
.bd-radi-none {
	border-radius: 0!important;
}

/* background color */
.bg-primary {
    background-color: #007bff!important;
}
.bg-secondary {
    background-color: #6c757d!important;
}
.bg-success {
    background-color: #28a745!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
.bg-warning {
    background-color: #ffc107!important;
}
.bg-info {
    background-color: #17a2b8!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.bg-dark {
    background-color: #343a40!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-transparent {
    background-color: transparent!important;
}

/* font style */
.font-bold {
	font-weight: bold!important;
}

/* text color */
.text-primary {
    color: #007bff!important;
}
.text-blue {
    color: #2980b9!important;
}
.text-red {
    color: #ff0000!important;
}
.text-secondary {
    color: #6c757d!important;
}
.text-success {
    color: #28a745!important;
}
.text-danger {
    color: #dc3545!important;
}
.text-orange {
    color: #f48126!important;
}
.text-warning {
    color: #ffc107!important;
}
.text-info {
    color: #17a2b8!important;
}
.text-light {
    color: #f8f9fa!important;
}
.text-dark {
    color: #343a40!important;
}
.text-body {
    color: #212529!important;
}
.text-white {
    color: #fff!important;
}
.text-black-50 {
    color: rgba(0,0,0,.5)!important;
}
.text-white-50 {
    color: rgba(255,255,255,.5)!important;
}

/* box style */
.bd-example {
    position: relative;
    padding: 16px;
    margin: 16px -15px 0;
    border: solid #f8f9fa;
    border-width: 4px 0 0;
}
.bd-example>.alert+.alert {
    margin-top: 16px;
}

.bd-callout {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-left-width: 4px;
    border-radius: 4px;
}
.bd-callout+.bd-callout {
    margin-top: -4px;
}
.bd-callout-danger {
    border-left-color: #d9534f;
}
.bd-callout-warning {
    border-left-color: #f0ad4e;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}

.alert {
    position: relative;
    padding: 12px 20px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-danger {
    color: #0080ff;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #063c33;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
.alert-heading {
    color: inherit;
    margin: 10px 0 12px 0;
}
.alert-header {
	border-radius: 4px 4px 0 0;
}
.alert-footer {
	border-radius: 0 0 4px 4px;
}
.alert > h4 {
	margin: 12px 0 10px 0;
}
.alert > p {
	margin: 5px 0;
}
.alert-link {
    font-weight: 700;
}

@media only screen and (min-width : 1024px) {
  .alert hr {
    margin: 30px 0;
  }
}

/* 이야기방: 상담 예약하기 */
input.css-tag-button {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: 0 0 0 0;
	padding: 0;
	word-break: keep-all;
	white-space: nowrap;
	border: 0;
	color: transparent;
	font: 0/0 a;
	*height: 0;
}
label.css-tag-button {
	display: inline-block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 8px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	vertical-align: middle;
	color: #666;
	font-weight: 400;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#cbcbcb));
	background-image: -webkit-linear-gradient(#dedede 0%, #cbcbcb 100%);
	background-image: -o-linear-gradient(#dedede 0%, #cbcbcb 100%);
	background-image: linear-gradient(#dedede 0%, #cbcbcb 100%);
	border-radius: 5px;
}
input.css-tag-button:checked + label.css-tag-button {
	color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f057), to(#f5e740));
	background-image: -webkit-linear-gradient(#f9f057 0%, #f5e740 100%);
	background-image: -o-linear-gradient(#f9f057 0%, #f5e740 100%);
	background-image: linear-gradient(#f9f057 0%, #f5e740 100%);
}
.section-user-confirm .grid.forms label.css-tag-button {
    margin-top: -4px;
}
.section-user-confirm .grid.forms .col {
	height: 44px;
	line-height: 44px;
}
.section-user-confirm .grid.forms select.select {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background-color: #fff;
}
.section-user-confirm .grid.forms textarea {
	padding: 10px;
    height: 80px;
    line-height: 20px;
    font-size: 14px;
}

/* 이야기방: 상단 탭 메뉴 (탭 간격 동일하게 분할) */
.scroller-x .scroller-inner.full {
    width: 100%;
    max-width: 100%;
}

/* 이야기방: tab1 → 홈 */
/* A타입. 개인회원: 전용 상담사를 통해 가입한 경우 */
.counseller-card {
    position: relative;   
    margin-bottom: 15px;    
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 25px 0 rgba(23,19,14,.1);
    text-align: center;
}
.counseller-card .info {
    max-width: 100%;
    padding: 20px;
}
.counseller-card .info .profile-image img {
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.counseller-card .info .nickname {
    margin-top: 15px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.5;
    color: #6d6d6d;
}
.counseller-card .info .age-and-gender {
    margin-top: 3px;
    font-size: 14px;
    color: #9b9b9b;
}
/* 상담사 상세보기: 이야기방> B타입에서 [상세정보 보기] 링크타고 넘어오는 페이지 */
.counseller-card .info .stars > i {
	font-size: 18px;
	color: #f48126;
}
.counseller-card .info .career {
    max-width: 500px;
    margin: 15px auto 0 auto;
    padding: 5px 0;
}
.counseller-card .info .career .year {
    float: left;
    border-right: 1px solid #e8e8e8;
}
.counseller-card .info .career .year, 
.counseller-card .info .career .assist {
    display: inline-block;
    width: 49.5%;
}
.counseller-card .info .career .year .data, 
.counseller-card .info .career .assist .data {
    font-weight: bold; 
    font-size: 20px;  
    color: #6d6d6d;
}
.counseller-card  .info .career .year .tit, 
.counseller-card  .info .career .assist .tit {
    margin-top: 5px;
    font-size: 14px;
    color: #9b9b9b;
}
.counseller-card .info .book-btn {
    max-width: 500px;
    margin: 10px auto;
}
.counseller-card .info .counseller-introduction {   
    display: block;
    max-width: 500px;
    margin: 30px auto 0px auto;
    padding: 0 20px;
    vertical-align: top;
    text-align: left;
}
.counseller-card .info .counseller-introduction .intro {
    margin-bottom: 30px;
    font-size: 15px;
    color: #4e4e4e;
    white-space: pre-line;
    word-break: break-all;
}
.counseller-card .info .counseller-introduction .title {
    margin-top: 20px;
    font-size: 14px;
    color: #9b9b9b;
}
.counseller-card .info .counseller-introduction .list span {
    display: inline-block;
    margin-top: 6px;
    margin-right: 8px;
    padding: 3px 9px;
    background-color: #f48126;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
}
.counseller-card .info .counseller-introduction .text-career {
    margin-top: 10px;
    font-size: 14px;
    color: #4e4e4e;
    white-space: pre-line;
    word-break: break-all;
}

/* 이야기방: tab1 → 홈 */
/* B타입. 기업회원: 매월 무료상담 서비스 제공 → 상담사 선택이 가능한 경우 */
.carousel-wrapper {
    position: relative;
    height: 450px;
    min-width: 320px;
    max-width: 640px;
    width: 70%;
    margin: 10px auto 0 auto;
    text-align: center;
}
.carousel-wrapper .carousel-item { 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 50px 50px;
    transition: all 0.5s ease-in-out; 
}
.carousel-wrapper .carousel-item .card {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
	box-shadow: 0 2px 25px 0 rgba(23,19,14,.1);
    text-align: center;
}
.carousel-wrapper .carousel-item .card .info {
    max-width: 100%;
    padding: 20px 20px 10px 20px;
}
.carousel-wrapper .carousel-item .card .info .top .profile-image img {
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.carousel-wrapper .carousel-item .card .info .nickname {
    margin-top: 15px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.5;
    color: #6d6d6d;
}
.carousel-wrapper .carousel-item .card .info .age-and-gender {
    margin-top: 3px;
    font-size: 16px;
    color: #9b9b9b;
}
.carousel-wrapper .carousel-item .card .info .bookable, 
.carousel-wrapper .carousel-item .card .info .no-bookable {
    margin-top: 6px;
}
.carousel-wrapper .carousel-item .card .info .bookable span {
    color: #f48126;
    -webkit-text-stroke: 1px #f48126;
    border: 1px solid #f48126;
}
.carousel-wrapper .carousel-item .card .info .no-bookable span {
    color: #999;
    -webkit-text-stroke: 1px #999;
    border: 1px solid #b7b7b7;
}
.carousel-wrapper .carousel-item .card .info .bookable > span, 
.carousel-wrapper .carousel-item .card .info .no-bookable > span {
    display: inline-block;
    margin-left: -3px;
    padding: 3px 9px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 2px;
}
.carousel-wrapper .carousel-item .card .info .stars {
	margin-left: -3px;
	padding-top: 3px;
}
.carousel-wrapper .carousel-item .card .info .stars > i {
	font-size: 18px;
	color: #666;
}
.carousel-wrapper .carousel-item .card .info .career {
    margin-top: 10px;
    padding: 5px 0;
}
.carousel-wrapper .carousel-item .card .info .career .year {
    float: left;
}
.carousel-wrapper .carousel-item .card .info .career .assist {
    border-left: 1px solid #e8e8e8;
}
.carousel-wrapper .carousel-item .card .info .career .year, 
.carousel-wrapper .carousel-item .card .info .career .assist {
    display: inline-block;
    width: 49.5%;
}
.carousel-wrapper .carousel-item .card .info .career .year .data, 
.carousel-wrapper .carousel-item .card .info .career .assist .data {
    font-weight: bold; 
    font-size: 20px;  
    color: #6d6d6d;
}
.carousel-wrapper .carousel-item .card .info .career .year .tit, 
.carousel-wrapper .carousel-item .card .info .career .assist .tit {
    margin-top: 5px;
    font-size: 14px;
    color: #9b9b9b;
}
.carousel-wrapper .carousel-item .card .info .hash-tag {
    margin-top: 10px;
    font-size: 16px;
    color: #4e4e4e;
    white-space: pre-line;
	word-break: keep-all;
}
.carousel-wrapper .carousel-item .card .info .detail-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
    border-radius: 2px;
  	z-index: 8;
}
.carousel-wrapper .carousel-item .card .info .detail-btn button {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    font-size: 16px;
    color: #9b9b9b;
}

/* 상담사 수: 기존 스타일 overriding */
.carousel-item .section-counts .wrap {
    margin: 20px 0;    
    padding: 0;
    min-width: 220px;
    font-size: 16px;
    text-align: center;
}

.arrow {
    display: inline-block;
    padding: 12px;
    border: solid black;
    border-width: 0 3px 3px 0;
}
.arrow-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) rotate(135deg);
}
.arrow-next {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);
}

/* Select every element */
[id^="item"] {
    display: none;
}
.item-1, .item-1 .ing {
    z-index: 2;
    opacity: 1;
}
.item-2, .item-2 .ing, 
.item-3, .item-3 .ing {
    opacity: 0;
}
*:target ~ .item-1, *:target ~ .item-1 .ing  {
    opacity: 0;
}
#item-1:target ~ .item-1, #item-1:target ~ .item-1 .ing {
    opacity: 1;
}
#item-2:target ~ .item-2, #item-2:target ~ .item-2 .ing, 
#item-3:target ~ .item-3, #item-3:target ~ .item-3 .ing {
    z-index: 3;
    opacity: 1;
}

@media (max-width: 480px) {
    .arrow {
        background-size: 10px;
        background-position: 10px 50%;
    }
}

@media (max-width: 768px) {
    .carousel-wrapper .carousel-item .card .info .top {
        position: relative;
        padding-bottom: 20px;
        border-bottom: solid 1px #e8e8e8;
        text-align: left;
    }
    .carousel-wrapper .carousel-item .card .info .top .profile-image {
        display: inline-block;
        padding-top: 3px;
        position: absolute;
        right: 10px;
    }
    .carousel-wrapper .carousel-item .card .info .top .profile-static {
        display: inline-block;
        padding-left: 10px;
    }
    .carousel-wrapper .carousel-item .card .info .top .profile-static .nickname {
        margin-top: 0;
        font-size: 19px;
        text-align: left;
    }
    .carousel-wrapper .carousel-item .card .info .top .profile-static .age-and-gender {
        margin-top: 0;
        font-size: 14px;
        text-align: left;
    }
    .carousel-wrapper .carousel-item .card .info .detail-btn {
        height: 50px;
    }
}

/* 이야기방: tab3 → 상담플랜 */
.plan-title {
	margin: 15px 0 10px 0;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	text-align: center;
}
.plan-cont ul {
	margin-bottom: 7px;
	margin-right: 4%;
	max-width: 100%;
	list-style-type: square;
	padding-inline-start: 8%;
}
.plan-cont ul li {
	margin-bottom: 9px;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #e0e0e0;
}
.plan-cont ul li span {
	color: #767676;
    word-break: keep-all;
}

/* 이야기방: tab4 → 이용안내 */
.consult-guide {
    line-height: 1;
}
.consult-guide .module {
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #fcfcfc;
    border: solid 1px #c6c6c6;
    border-radius: 10px;
    overflow: hidden;
}
.consult-guide .module .section-title {
	float: left;
	width: 100%;
	height: 100%;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
.consult-guide .module .section-title:first-child {
	padding-top: 5px;
	border-top: none;
}
.consult-guide .module .desc {
	height: 100%;
	padding: 10px 0 0 55px;
}
.consult-guide .module .desc h4 {
	margin: 0 0 10px 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}
.consult-guide .module .desc p {
	margin: 5px 0 5px 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
.consult-guide .module .desc ul {
	margin: 5px 0;
	padding: 0 0 0 20px;
}
.consult-guide .module .desc ul li {
	margin: 5px;
	padding: 0;
	font-size: 13px;
	color: #666;
	line-height: 1.3;
}
.consult-guide .icon {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	color: #7e7e7e;
	text-align: center;
}
.consult-guide .icon.icon-guide2 {
	background-image: url(../img/common/icon_guide2.png);
	background-size: 45px 45px;
}
.consult-guide .icon.icon-guide3 {
	background-image: url(../img/common/icon_guide3.png);
	background-size: 45px 45px;
}
.consult-guide .icon.icon-guide4 {
	background-image: url(../img/common/icon_guide4.png);
	background-size: 45px 45px;
}
.consult-guide .icon.icon-guide5 {
	background-image: url(../img/common/icon_guide5.png);
	background-size: 45px 45px;
}

@media (min-width: 768px) {
	.consult-guide .module p {
		min-height: 22px;
  	}
}

/* 하단 메뉴바 아이콘 임시 적용 */
#footer .toolbars-upper .icon.counsel,
#footer .toolbars-downer .icon.counsel {
	background-image: url('../img/common/icon_counsel.png');
}

/* 건강다락방: 검사항목 */
.checkup-cont {
	position: relative;
	margin-top: 20px;
/* 	padding: 3%;
	background: #f3f6f7; */
}
.checkup-cont ul {
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.checkup-cont li {
	float: left;
	width: 48.5%;
	margin: 0 0 20px 3%;
	padding: 0;
	border: 1px solid #dee1da;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	text-align: center;
}
.checkup-cont li:nth-child(odd) {
	margin-left: 0;
}
.checkup-cont li:nth-child(4n+1) {
	border-top: 5px solid #27ae60;
}
.checkup-cont li:nth-child(4n+2) {
	border-top: 5px solid #f48126;
}
.checkup-cont li:nth-child(4n+3) {
	border-top: 5px solid #9b59b6;
}
.checkup-cont li:nth-child(4n) {
	border-top: 5px solid #2c3e50;
}
.checkup-cont li a {
	display: block;
	height: 180px;
	padding-top: 105px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.checkup-cont li a:before {
	display: block;
	width: 90px;
	height: 90px;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	background-repeat: no-repeat;
	background-position: center;
}
.checkup-cont li.check-01 a:before {
	background-image: url('../img/common/bg_checkup_01.png');
}
.checkup-cont li.check-02 a:before {
	background-image: url('../img/common/bg_checkup_02.png');
}
.checkup-cont li.check-03 a:before {
	background-image: url('../img/common/bg_checkup_03.png');
}
.checkup-cont li.check-04 a:before {
	background-image: url('../img/common/bg_checkup_04.png');
}
.checkup-cont li.check-05 a:before {
	background-image: url('../img/common/bg_checkup_05.png');
}
.checkup-cont li.check-09 a:before {
	background-image: url('../img/common/bg_checkup_09.png');
}
.checkup-cont li a:after {
	display: block;
	width: 90%;
	height: 1px;
	content: "";
	background-color: #e6e6e6;
	position: absolute;
	left: 5%;
	right: 5%;
	top: 90px;
}
.checkup-cont li p {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}
.checkup-cont li:nth-child(4n+1) a:hover p {
	color: #27ae60;
}
.checkup-cont li:nth-child(4n+2) a:hover p {
	color: #f48126;
}
.checkup-cont li:nth-child(4n+3) a:hover p {
	color: #9b59b6;
}
.checkup-cont li:nth-child(4n) a:hover p {
	color: #2c3e50;
}
.checkup-cont li .txt-btn {
	display: block;
	width: 60px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
	background-color: #bbb;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
.checkup-cont li .txt-btn2 {
	display: block;
	width: 90px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
	background-color: #bbb;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
.txt-btn3 {
    width: 120px;
    height: 20px;
    margin: 0 auto;
    padding: 2px 10px 3px 10px;
    line-height: 20px;
    background-color: #f9f057;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 38px;
}
.checkup-cont li:nth-child(4n+1) .txt-btn.on, 
.checkup-cont li:nth-child(4n+1) a:hover .txt-btn {
	background-color: #27ae60;
}
.checkup-cont li:nth-child(4n+2) .txt-btn.on, 
.checkup-cont li:nth-child(4n+2) a:hover .txt-btn {
	background-color: #f48126;
}
.checkup-cont li:nth-child(4n+3) .txt-btn.on, 
.checkup-cont li:nth-child(4n+3) a:hover .txt-btn {
	background-color: #9b59b6;
}
.checkup-cont li:nth-child(4n) .txt-btn.on, 
.checkup-cont li:nth-child(4n) a:hover .txt-btn {
	background-color: #2c3e50;
}

@media screen and (min-width: 769px) {
	.section-user-confirm .forms label.name {
	  height: 44px;
	  line-height: 44px;
	  font-size: 22px;
	}
	.section-user-confirm .forms select.select {
	  height: 44px;
	  line-height: 44px;
	  font-size: 22px;
	}
	input::placeholder {
	  font-size: 20px;
	  padding: 5px 10px 5px 5px;
	}
	label.css-radio-button {
	  font-size: 22px;
	}
	.button.xlarge span {
	  font-size: 22px;
	  padding: 0px 0px 0px 0px;
	}
	.header .upper .col-b {
    	font-size: 22px;
	}
	.section-profile .profiles .button-round.is-add {
		font-size: 22px;
		font-weight: bold;
	}
	.section-profile .profiles .button-round.is-change {
	    font-size: 22px;
	    font-weight: bold;
	    padding: 5px 10px 5px 5px;
	}
	i.back {
	    background-image: url(../img/common/icon_back.png);
	    background-size: 86px 86px;
	    font-weight: bold;
	}
	.section-user-select .item .name {
	    color: #222;
	    font-size: 20px;
	    font-weight: bold;
	}
	.section-user-select .item .birth {
	    padding-left: 10px;
	    color: #999;
	    font-size: 16px;
	}
	.section-user-select .forms .icon.search {
	    background-image: url(../img/common/icon_search.png);
	    width: 40px;
	    height: 45px;
	    background-size: 40px 45px;
	    position: absolute;
	    top: -5px;
	    left: 0;
	}
	.section-user-select .forms input.text {
	    width: 100%;
	    height: 35px;
	    line-height: 35px;
	}
	#search {
		font-size:22px;
	}
	#userNm {
		font-size:22px;
	}
	#brthdy {
		font-size:22px;
	}
}

.header .icon.share2 {
  /* background-image: url('../img/common/icon_mail.png'); */
  background-image: url(../img/common/icon_katalk2.png);
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.header .icon.share3 {
   background-image: url(../img/common/icon_katalk2.png);
   width: 33px;
   height: 33px;
   background-size: 33px 33px;
}

@media print {
  #screen-only2 {
    display: none;
  }
  #screen-only3 {
    display: none;
  }
}

#inquiryTest {
  position: absolute;
  top: 45%;
  right: 20%;
  margin-top: -85px;
}

#inquiryTest2 {
  position: absolute;
  top: 55%;
  right: 20%;
  margin-top: -85px;
}

#inquiryTest span {
  position: relative;
  display: inline-block;
  padding-top: 40px;
  width: 75px;
  height: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: 'montserrat', 'Noto Sans';
  color: #000;
  font-size: 10px;
  font-weight: 500;
  border: 1px #ddd solid;
  background-image: url('../img/common/icon_inquiry.png');
  background-size: 65px 65px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

#inquiryTest2 span {
  position: relative;
  display: inline-block;
  padding-top: 40px;
  width: 75px;
  height: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: 'montserrat', 'Noto Sans';
  color: #000;
  font-size: 10px;
  font-weight: 500;
  border: 1px #ddd solid;
  background-image: url('../img/common/icon_inquiry.png');
  background-size: 65px 65px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.cell0 {display: table-cell; padding: 8px 8px 8px 8px; border-bottom: 1px solid #DDD; width:60%;font-size:20px;}
.cell1 {display: table-cell; padding: 8px 8px 8px 8px; border-bottom: 1px solid #DDD; width:60%;font-size:20px;color: #f48126}
.cell2 {display: table-cell; padding: 8px 8px 8px 8px; border-bottom: 1px solid #DDD; width:10%;text-align:center;font-size:20px}
.cell2Radio {font-size:17px; width:20px;height:20px}

#tip {
    position:absolute;
    color:#FFFFFF;
    padding:5px;
    display:none;
    background:#7a7875;
    border-radius: 5px;
}

#thanks_bg {
	background-image: url(../img/common/thanks_bg.png);
	background-size: 360px 360px;
}

#metagene_bg {
	background-image: url(../img/common/metagene.png);
	background-size: 560px 360px;
}

#metagene_bg2 {
	background-image: url(../img/common/metagene.png);
	background-size: 860px 360px;
}

#thanksBgId_1_m {
	background-image: url(../img/common/01_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_1_p {
	background-image: url(../img/common/01_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_2_m {
	background-image: url(../img/common/02_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_2_p {
	background-image: url(../img/common/02_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_3_m {
	background-image: url(../img/common/03_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_3_p {
	background-image: url(../img/common/03_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_4_m {
	background-image: url(../img/common/04_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_4_p {
	background-image: url(../img/common/04_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_5_m {
	background-image: url(../img/common/05_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_5_p {
	background-image: url(../img/common/05_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_6_m {
	background-image: url(../img/common/06_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_6_p {
	background-image: url(../img/common/06_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_7_m {
	background-image: url(../img/common/07_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_7_p {
	background-image: url(../img/common/07_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_8_m {
	background-image: url(../img/common/08_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_8_p {
	background-image: url(../img/common/08_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_9_m {
	background-image: url(../img/common/09_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_9_p {
	background-image: url(../img/common/09_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_10_m {
	background-image: url(../img/common/10_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_10_p {
	background-image: url(../img/common/10_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_11_m {
	background-image: url(../img/common/11_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_11_p {
	background-image: url(../img/common/11_thank_bg.png);
	background-size: 800px 150px;
}

#thanksBgId_12_m {
	background-image: url(../img/common/12_thank_bg.png);
	background-size: 380px;
}
#thanksBgId_12_p {
	background-image: url(../img/common/12_thank_bg.png);
	background-size: 800px 150px;
}

#desc2 {
    position: absolute;
    z-index: 2;
    top: 70px;
    left: 50%;
    margin-left: -60px;
    height: 120px;
    width: 120px;
    color: #fff;
}

input::placeholder {
  color: #ddd;
  font-size: 10px;
}
textarea::placeholder {
  color: #ddd;
  font-size: 10px;
}