@charset 'utf-8';
/* CSS Document */

/* reset */
html {-webkit-text-size-adjust: none; text-size-adjust: none;}
body {margin: 0;}
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, table, blockquote {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: 700;}
header, main, footer, section, article, aside, nav {display: block;}
a {color: inherit; text-decoration: inherit;}
a img {border: none;}
img {vertical-align: middle; max-width: 100%;}
li {list-style: none;}
address, em, i, cite {font-style: normal;}
table {border-collapse: collapse;}
table caption {overflow: hidden; width: 0; height: 0;}
i.fa {vertical-align: middle; display: inline-block; overflow: hidden; position: relative;}
i.fa span {position: absolute; left: -999px;}
.pc {display: none !important;}
br.only_w {content: '';}
br.only_w:after {content: '\00a0';}
div.hidden {position: absolute; left: -9999px;}
div.image img{margin-right: 50px;margin-top: 20px;}


/* common */
body {font-family:  'Roboto', 'Noto Sans KR', '나눔바른고딕', 'NanumBarunGothic', '나눔고딕', nanumgothic, '맑은 고딕', 'malgun gothic', '돋움', Dotum, 'Apple SD Gothic Neo', Helvetica, sans-serif; font-weight: 400; font-size: 13px; color: #333333 ; background: #ffffff;}
#wrapper {min-width: 320px; max-width: 850px; margin: 0 auto; overflow: hidden; padding-top: 51px;}
#main-popup {position: fixed; left: 0; top: 0; width: 100%; height: 50px; background: #ffffff; border-bottom: 1px solid #ededed; overflow: hidden; display: none; z-index: 1001; transition: height 0.3s;}
#main-popup.open {display: block;}
#main-popup p.banner {position: relative; height: 50px;}
#main-popup p.banner img {position: absolute; left: 50%; transform: translate(-50%, 0); height: 100%; max-width: none;}
#main-popup a.apply {display: none;}
#main-popup a.close {position: absolute; right: 10px; top: 50%; transform: translate(0, -50%); width: 15px; z-index: 10;}
#skip-nav {position: fixed; left: 0; top: -42px; width: 100%; line-height: 40px; font-size: 16px; text-align: center; background: rgba(0, 0, 0, 0.6); color: #ffffff; z-index: 100000; transition: top 0.4s;}
#skip-nav:focus {top: 0;}
#header {position: fixed; left: 0; top: 0; width: 100%; height: 50px; background: #ffffff; border-bottom: 1px solid #dedede; z-index: 1000; transition: top 0.3s; min-width: 320px;}
#main-popup.open + a + #header {top: 51px;}
#header h1 {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 120px; line-height: 0;}
#header a.menu {position: absolute; left: 15px; top: 50%; width: 28px; height: 18px; transform: translate(0, -50%);}
#header a.menu:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 2px; background: #000000; transition: all 0.3s;}
#header a.menu span {position: absolute; left: 0; top: 50%; width: 100%; height: 2px; background: #000000; transform: translate(0, -50%); overflow: hidden; text-indent: -999px; transition: all 0.3s;}
#header a.menu:after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #000000; transition: all 0.3s;}
#header a.menu.open:before {transform-origin: 0 0; transform: rotate(45deg); width: 84%;}
#header a.menu.open span {opacity: 0;}
#header a.menu.open:after {transform-origin: 0 100%; transform: rotate(-45deg); width: 84%;}
#header a.lang {position: absolute; right: 15px; top: 50%; transform: translate(0, -50%); font-weight: 700; padding: 6px 8px; line-height: 1em; border: 1px solid #000000; border-radius: 100px; font-size: 11px;}
#gnb {position: absolute; left: -100%; top: 51px; width: 100%; height: calc(100vh - 51px); box-sizing: border-box; background: #ffffff; overflow: auto; padding: 30px; transition: left 0.3s;}
#gnb.open {left: 0;}
#gnb > ul.top-menu {margin-bottom: 10px; text-align: right;}
#gnb > ul.top-menu > li {display: inline-block;}
#gnb > ul.top-menu > li > a {display: block; padding: 0 10px; border: 1px solid #dedede; border-radius: 50px; line-height: 26px;}
#gnb > ul.gnb {border-top: 1px solid #dedede;}
#gnb > ul.gnb > li {border-bottom: 1px solid #dedede;}
#gnb > ul.gnb > li > a {display: block; position: relative; line-height: 50px; padding: 0 15px; font-size: 16px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#gnb > ul.gnb > li.on > a {color: #1db6b7;}
#gnb > ul.gnb > li > a i {position: absolute; right: 15px; top: 50%; transform: translate(0, -50%); font-size: 20px; line-height: 1em; transition: transform 0.3s;}
#gnb > ul.gnb > li.on > a i {transform: translate(0, -50%) rotate(180deg);}
#gnb > ul.gnb > li > ul {background: #f6f6f6; padding: 0 10px; overflow: hidden; height: 0; transition: height 0.3s;}
#gnb > ul.gnb > li > ul > li + li {border-top: 1px solid #dedede;}
#gnb > ul.gnb > li > ul > li > a {display: block; line-height: 44px; padding: 0 10px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#gnb > ul.gnb > li > ul > li.on > a {color: #1db6b7;}
#gnb a.site {display: block; margin-top: 50px; font-size: 16px; color: #1db6b7;}
#gnb a.site i {position: relative; top: -1px; vertical-align: middle; margin-left: 10px;}

#footer {position: relative; background: #222222; color: #ffffff; padding: 30px 15px; font-size: 11px;}
#footer h2 {width: 80px; margin-bottom: 40px;}
#footer address span {display: block; font-weight: 100;}
#footer address span em {font-weight: 700;}
#footer p.copyright {margin-top: 10px; margin-bottom: 15px; font-weight: 700;}
#footer p.cert {width: 200px;}
#footer a.top {position: absolute; top: 30px; right: 15px; width: 50px; height: 50px;}


/* main */
#main-visual-mobile {position: relative;}
#main-visual-mobile p.dummy {opacity: 0;}
#main-visual-mobile ul.slide {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
#main-visual-mobile ul.slide li {position: absolute; left: 0; top: 0; width: 100%; display: none;}
#main-visual-mobile ul.slide li:first-child {display: block;}
#main-visual-mobile ul.slide li div.content {position: absolute; left: 0; width: 100%; top: 50%; color: #ffffff; text-align: center; transform: translate(0, -50%);}
#main-visual-mobile ul.slide li div.content p {font-size: 30px; font-weight: 300; margin-bottom: 100px;}
#main-visual-mobile ul.slide li div.content p em {font-weight: 700;}
#main-visual-mobile ul.slide li div.content a {display: inline-block; font-size: 16px; line-height: 36px; width: 120px; border: 2px solid #ffffff;margin-top: 50%}
#main-visual-mobile ul.indicator {position: absolute; left: 0; bottom: 20px; width: 100%; text-align: center;}
#main-visual-mobile ul.indicator li {display: inline-block;}
#main-visual-mobile ul.indicator li + li {margin-left: 10px;}
#main-visual-mobile ul.indicator li a {display: block; overflow: hidden; text-indent: -999px; width: 10px; height: 10px; border: 1px solid #ffffff; border-radius: 100px;}
#main-visual-mobile ul.indicator li.on a {background: #ffffff;}

body.main #product {padding: 50px 0 0 0; background: #ffffff; text-align: center;}
body.main #product h2 {font-size: 24px; font-weight: 400; margin-bottom: 30px;}
body.main #product h2 em {font-weight: 700;}
body.main #product div.product div.left ul {overflow: hidden;}
body.main #product div.product div.left ul li {float: left; width: 50%; border-bottom: 1px solid #dedede; box-sizing: border-box;}
/*  main 제픔이 짝수 일때 사용 full 사용 안함 처리  2020.09.02 */
body.main #product div.product div.left ul li:nth-child(1){border-top: 1px solid #dedede;}
body.main #product div.product div.left ul li:nth-child(2){border-top: 1px solid #dedede;}
body.main #product div.product div.left ul li:nth-child(2n) {border-left: 1px solid #dedede;}
body.main #product div.product div.left ul li:last-child {border-right: 1px solid #dedede;}

/*  main 제픔이 홀수 일때 사용 위의 짝수일때 사용 안함 처리 
body.main #product div.product div.left ul li:nth-child(2n) {border-right: 1px solid #dedede;}
body.main #product div.product div.left ul li.full {width: 100%; border-top: 1px solid #dedede;}
*/
body.main #product div.product div.left ul li a {display: block; line-height: 50px; padding: 0 10px; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
body.main #product div.product div.left ul li.on a {background: #2cb5b5; color: #ffffff;}
body.main #product div.product div.center {padding: 0 15px; margin: 50px 0;}
body.main #product div.product div.center ul li {display: none;}
body.main #product div.product div.center ul li.on {display: block;}
body.main #product div.product div.center ul li p.image img {width: 100%; margin-bottom: 20px;}
body.main #product div.product div.center ul li p.title {font-size: 16px; color: #2bb6b7; font-weight: 700;}
body.main #product div.product div.right {font-size: 12px; overflow: hidden;}
body.main #product div.product div.right dl dt {position: fixed; left: -9999px;}
body.main #product div.product div.right dl dd {display: none;}
body.main #product div.product div.right dl dt.on + dd {display: block;}
body.main #product div.product div.right dl dd ul {padding: 0 15px; font-size: 14px; text-align: left;}
body.main #product div.product div.right dl dd ul li + li {border-top: 1px solid #dadada;}
body.main #product div.product div.right dl dd ul li a {display: block; line-height: 50px; position: relative; color: #333333;}
body.main #product div.product div.right dl dd ul li a i {position: absolute; right: 0; top: 50%; transform: translate(0, -50%); font-size: 24px;}

body.main #link {background: #ffffff;}
body.main #link p.link img {width: 100%;}
body.main #link div.board {padding: 30px 15px 50px 15px;}
body.main #link div.board h3 {font-size: 20px; font-weight: 700; margin-bottom: 15px;}
body.main #link div.board a.more {display: none;}
body.main #link div.board ul {border-top: 1px solid #ecedf2;}
body.main #link div.board ul li {border-bottom: 1px solid #ecedf2;}
body.main #link div.board ul li a {display: block; line-height: 44px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.3s;}
body.main #link div.board ul li a:hover {color: #2bb6b7;}


/* 2020.04.09 메일링 추가*/
body.main section#mailing .box {padding-bottom: 20px;}
body.main section#mailing ul.mail li {display: inline-block; vertical-align: top; width: 100%; margin-left:10px;margin-bottom:10px;font-size: 16px;}
body.main section#mailing ul.mail li a {display: block;  height: 400px; outline: 2px solid transparent; background: #ffffff; transition: all 0.3s; font-size: 14px; color: #888888; text-align: center; overflow: hidden;}
body.main section#mailing ul.mail li a:hover,
body.main section#mailing ul.mail li a:focus {outline-color: #1db6b7;}
body.main section#mailing ul.mail a em {display: block; font-size: 24px; color: #1db6b7; font-weight: 400; margin: 15px 0; /* 2020. 01 */ line-height:130%;}
body.main section#mailing ul.mail input[type=text] {display: inline-block; width: 70%; height: 50px; box-sizing: border-box; background: #f9f9f9; border: 1px solid #dedede; padding: 0 10px; font: inherit; border-radius: 5px;}
body.main section#mailing ul.mail input[type=button] {display: inline-block; width: 20%; height: 50px; box-sizing: border-box; background: #1db6b7;color:#fff; margin-left:10px; padding: 0 10px; font: inherit; border:none; border-radius: 5px;}
body.main section#mailing ul.mail p em{line-height:30px; color: #1db6b7;}


/* sub(common) */
#sub-visual {position: relative;}
#sub-visual h2 {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-bottom: 1px solid #1db6b7; padding-bottom: 2px; color: #ffffff; font-size: 26px; text-align: center;}
body.implant #sub-visual h2 img {width: 180px;}
body.event #sub-visual h2 {width: 200px;}
#sub-visual h2.long {border-bottom: none; left: 0; transform: translate(0, -50%); width: 100%; font-size: 22px; letter-spacing: -1px;}
#sub-visual h2.long.narrow {letter-spacing: -2.5px;}
#sub-visual h2.long span {display: inline-block; border-bottom: 1px solid #1db6b7; padding-bottom: 2px;}

#lnb {position: relative;  height: 50px; border-top: 1px solid #e1e1e8; border-bottom: 1px solid #e1e1e8; box-sizing: border-box;}
#lnb.scroll ul li {float: left;}
#lnb.scroll ul li + li {margin-left: 10px;}
#lnb.scroll ul li a {display: block; line-height: 48px; font-size: 15px; padding: 0 20px;}
#lnb.scroll ul li.on a {font-weight: 700; color: #1db6b7;}
#lnb.table ul {display: table; width: 100%; border-collapse: collapse; table-layout: fixed;}
#lnb.table ul li {display: table-cell; text-align: center;}
#lnb.table ul li a {display: block; line-height: 48px; font-size: 15px;}
#lnb.table ul li.on a {font-weight: 700; color: #1db6b7;}
#lnb.line2 sup {position: absolute; top: -5px;}

body.sub #main > section {background: #ffffff;}
body.sub #main > section.gray {background: #f9f9f9;}
body.sub #main > section > div.box {padding: 40px 15px; overflow: hidden; position: relative;}


/* 로그인/회원가입 */
body.common #main > section {background: #ffffff;}
body.common #main > section > div.box {box-sizing: border-box; padding: 30px 15px 50px 15px; background: #ffffff;}

body.login section h3 {font-size: 22px; color: #1db6b7; margin-bottom: 30px;}
ul.login-form {font-size: 16px;}
ul.login-form li {position: relative;}
ul.login-form li + li {margin-top: 10px;}
ul.login-form li:first-child {margin-bottom: 30px;}
ul.login-form li label:first-child {display: block; color: #888888; margin-bottom: 0; font-size: 13px;}
ul.login-form li input[type=text],
ul.login-form li input[type=password] {width: 100%; height: 32px; box-sizing: border-box; border: none; border-bottom: 1px solid #dedede; font-size: 20px; color: #1db6b7; outline: none;}
ul.login-form li input + span {position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #1db6b7; transition: width 0.3s;}
ul.login-form li input:focus + span {width: 100%;}
ul.login-form li input[type=checkbox] {margin: 0; width: 16px; height: 16px; margin-right: 10px; vertical-align: middle; position: relative; top: -2px;}
ul.login-form li input[type=checkbox] + label {margin-left: 5px; font-size: 14px;}
ul.login-form + div.button-box {margin: 70px 0 40px 0;}
ul.login-form + div.button-box a.btn {border: 2px solid #1db6b7; border-radius: 5px; color: #1db6b7; width: 180px;}
body.login ul.link {text-align: center; font-size: 14px;}
body.login ul.link li +  li {margin-top: 5px;}
body.login ul.link a {color: #1db6b7;}
body.login ul.link a:hover {text-decoration: underline;}
body.login button.btn.medium {box-sizing: border-box; border: 2px solid #1db6b7;  text-align: center; font-size: 14px; vertical-align: middle; transition: background 0.3s; min-width: 160px; height: 46px; line-height: 22px; font-size: 16px; color: #1db6b7; background-color:#fff; border-radius: 5px;font-weight:600;}

body.find section h3 {font-size: 20px; margin-bottom: 30px;}
body.find section div.button-box + h3 {margin-top: 60px;}
body.find ul.login-form + div.button-box {margin: 40px 0 0 0;}

body.signup section h3 {font-size: 22px; margin-bottom: 20px;}
body.signup ul.step {text-align: center; border-bottom: 1px solid #444444; font-size: 12px; padding-bottom: 20px; margin-bottom: 20px; position: relative;}
body.signup ul.step li {display: inline-block; width: 110px; height: 110px; box-sizing: border-box; border-radius: 100px; background: #ededed; vertical-align: top; padding-top: 26px; position: relative;}
body.signup ul.step li.on {background: #1db6b7; color: #ffffff;}
body.signup ul.step li + li {margin-left: 30px;}
body.signup ul.step li em {display: block;}
body.signup ul.step:before {content: ''; position: absolute; left: 20%; top: 44px; width: 60%; height: 2px; background: #ededed;}
body.signup div.regulation {border: 1px solid #d2d2d2; height: 280px; box-sizing: border-box; padding: 10px; overflow: auto; white-space: pre-line; font-size: 12px; color: #888888;}
body.signup p.agree {text-align: right; font-size: 16px; margin: 10px 0 50px 0;}
body.signup p.agree input {margin: 0; width: 16px; height: 16px; margin-right: 10px; vertical-align: middle;}
body.signup p.agree em {color: #ff1616;}
body.signup.step1 div.button-box a.btn {float: left; width: 49%; margin: 0;}
body.signup.step1 div.button-box a.btn + a.btn {margin-left: 2%;}
body.signup.step1 div.button-box a.btn.gray {background: #dedede; color: #ffffff; border-color: #dedede;}
body.signup.step3 div.content {margin: 70px 0 60px 0; text-align: center; font-size: 16px;}
body.signup.step3 div.content em {display: block; font-size: 30px; color: #dedede; margin-bottom: 40px;}

body.info section h3 {font-size: 22px; margin-bottom: 20px;}
body.info #main div.button-box a.btn {float: left; width: 30%; margin: 0;}
body.info #main div.button-box a.btn + a.btn {margin-left: 2%;}

/* 제품(신제품) */
body.product.new section.content-box {padding: 40px 15px 80px 15px;}
body.product.new section.content-box h3.title {font-size: 20px; font-weight: 400; margin-bottom: 15px;}
body.product.new section.content-box h3.title em {font-weight: 700;}
body.product.new table.list {border-top: 1px solid #d9dbe3;}


/* 코웰메디 제품(제품소개) */
body.product #main section.gray {background: #f6f6f6;}
body.product h3.main {font-size: 24px; color: #2bb6b7; margin-bottom: 10px;}
body.product h3.main span {display: block; font-size: 14px; font-weight: 400;}
body.product h3.main + p.desc {font-size: 16px; margin-top: 5px;}
body.product h4.num {font-size: 18px; margin: 40px 0 10px 0; font-weight: 400;}
body.product h4.num:first-child {margin-top: 0;}
body.product h4.num em {font-weight: 700;}
body.product h5.dot {position: relative; font-size: 16px; /*padding-left: 25px;*/ margin: 20px 0 5px 0;}
/*body.product h5.dot:before {content: ''; position: absolute; left: 4px; top: 8px; width: 10px; height: 10px; background: #2bb6b7; border-radius: 10px;}*/
body.product h6 {font-size: 13px; margin: 0;}
body.product div.white-box {background: #ffffff; border: 1px solid #dddddd; padding: 15px; margin: 10px 0; font-size: 14px;}
body.product div.white-box ul.list {margin: 0;}
body.product div.white-box ul.list > li + li {margin-top: 10px;}
body.product ul.list {margin: 10px 0; font-size: 14px;}
body.product ul.list li {position: relative; padding-left: 14px;}
body.product ul.list li:before {content: ''; position: absolute; left: 0; top: 11px; width: 6px; height: 2px; background: #888888;}
body.product p.ref {margin-top: 15px; color: #888888; font-size: 13px;}
body.product ul.image {overflow: hidden; margin: 10px 0;}
body.product ul.image > li + li {margin-top: 30px;}
body.product ul.image span.image {display: block;}
body.product ul.image span.image img {width: 100%;}
body.product ul.image em {display: block; font-size: 16px; margin-bottom: 5px; font-weight: 700;}
body.product ul.image p.desc {font-size: 12px;}
body.product ul.image span.desc {display: block; color: #888888; margin-top: 5px;}
body.product ul.image.type1 span.image {margin-bottom: 10px;}
body.product ul.image.type1 em {display: inline-block; vertical-align: top; margin-right: 10px;}
body.product ul.image.type1 p.desc {display: inline-block; vertical-align: top;}
body.product ul.image.col2 {overflow: hidden;}
body.product ul.image.col2 > li {float: left; width: 48%; margin: 0;}
body.product ul.image.col2 > li + li {margin-left: 4%;}
body.product ul.image.center {text-align: center;}
body.product table.content {table-layout: fixed; text-align: center; background: #ffffff; width: 100%;}
body.product table.content thead {background: #f7f7f7;}
body.product table.content th,
body.product table.content td {border: 2px solid #eeeeee; padding: 10px 5px;}
body.product table.content + p.table-desc {text-align: center; margin-top: 10px; color: #888888;}
body.product div.content-box > div.right {margin-top: 20px;}
body.product div.image {text-align: left; margin: 15px 0;}
body.product div.image.center {text-align: center;}
body.product div.image.full img {width: 100%;}
body.product p.image {text-align: left; margin: 15px 0;}
body.product p.image.center {text-align: center;}
body.product p.image.full img {width: 100%;}

body.product h4.sub-title {color: #2bb6b7; font-size: 20px; margin: 40px 0 15px 0;}
body.product h4.sub-title:first-child {margin-top: 0;}
body.product div.title {font-size: 16px; position: relative; margin-bottom: 30px;}
body.product div.title h4.sub-title {margin: 0;}
body.product div.title h4.sub-title + p.desc {color: #888888; margin-bottom: 20px;}
body.product div.title img {display: block; margin-bottom: 5px;}
body.product div.title ul.list {font-size: 16px;}
body.product div.title ul.list li:before {top: 14px;}
body.product h5.black {font-size: 16px; margin: 80px 0 10px 0; color: #333333;}
body.product h4.sub-title + h5 {margin-top: 10px;}
body.product h5.black:first-child {margin-top: 0;}
body.product h5.black span {font-weight: 400;}
body.product h5.black span.sub {display: block; font-size: 12px;}
body.product h5.black.bar {padding-bottom: 5px; border-bottom: 2px solid #333333;}
body.product div.image.center {text-align: center;}
body.product ol.list li {padding-left: 20px; text-indent: -20px;}
body.product ol.list.big {font-size: 16px;}
body.product h5.red {font-size: 13px; color: #e80909; font-weight: 700;margin-top: -10px;}
body.product h5.red + p.paragraph {margin-bottom: 30px;}

body.product.sla ul.type1 span.image img {width:90%}
body.product.sla div.result div.left ul.center span.image img {width:60%; }
body.product.submerge h3.main {color: #3b85e4;}
body.product.submerge h4.sub-title {color: #3b85e4;}
body.product.short h3.main {color: #619bda;}
body.product.short h4.sub-title {color: #619bda;}
body.product.narrow h3.main {color: #469497;}
body.product.narrow h4.sub-title {color: #469497;}
body.product.internal h3.main {color: #f58c0d;}
body.product.internal h4.sub-title {color: #f58c0d;}
body.product.external h3.main {color: #8cbf00;}
body.product.external h4.sub-title {color: #8cbf00;}
body.product.surgical h3.main {color: #3579cc;}
body.product.surgical h4.sub-title {color: #3579cc;}
body.product.surgical div.right h5.black {margin:20px 0 0 0;}
body.product.surgical div.right div.image img {margin: 0 0 10px 0;}
body.product.mini h3.main {color: #f379ae;}
body.product.mini h4.sub-title {color: #f379ae;}
body.product.mini span.socket{width: 60%}

body.product.mfs h3.main {color: #92af2b;}
body.product.mfs h4.sub-title {color: #92af2b;}
body.product.mfs span.socket{width: 60%}
body.product.mfs p.paragraph + div.image img{margin:0;}
body.product.mfr h3.main {color: #37b2cd;}
body.product.mfr h4.sub-title {color: #37b2cd;}
body.product.multi h3.main {color: #007e66;}
body.product.multi h4.sub-title {color: #007e66;}
body.product.multi div.content-box p.desc {color: #999999; padding-left: 10px; text-indent: -10px;}
body.product.trephine h3.main {color: #f8aa04;}
body.product.trephine h3.main + p.desc {padding-left: 10px; text-indent: -10px;}
body.product.trephine h4.sub-title {color: #f8aa04;}
body.product.trephine h4.sub-title span {font-size: 12px; font-weight: 400; margin-left: 5px;}

body.product.guide h3.main {color: #7085a2;}
body.product.guide h4.sub-title {color: #7085a2;}
body.product.guide section:first-child h5 {margin-top: 10px;}
body.product.guide ul.usage p em{font-weight: 700;}
body.product.guide ul.usage span.image img{margin-bottom: 20px;}
body.product.extraction h3.main {color: #bf82a8;}
body.product.extraction h4.sub-title {color: #bf82a8;}
body.product.extraction section:first-child h5 {margin-top: 10px;}
body.product.bone h3.main {color: #d49c3f;}
body.product.bone h4.sub-title {color: #d49c3f;}
body.product.bone ul.image.use {overflow: hidden;}
body.product.bone ul.image.use li {float: left; width: 45%; margin: 0 5% 20px 0;}
body.product.bone ul.image.use li:nth-child(2n) {margin-right: 0;}
body.product.bone ul.image.use li p.desc {height: 130px; line-height: 16px; overflow: hidden; margin-top: 8px;}
body.product.bone ul.image.grab li + li {margin-top: 20px;}
body.product.bone ul.image.grab li em {display: block; margin-bottom: 10px;}
body.product.bone ul.image.grab li em img {margin-right: 10px; vertical-align: middle;}
body.product.bone ul.image.grab li p {margin-top: 10px;}
body.product.bone h6.red {font-size: 13px; color: #ffffff; background: #e80909; line-height: 24px; font-weight: 700; border-radius: 20px; width: 100px; text-align: center; margin-bottom: 15px;}
body.product.bone ul.image.caution > li {border: 1px solid #dddddd; padding: 20px; margin: 0;}
body.product.bone ul.image.caution > li span.image {display: block; text-align: center;}
body.product.bone ul.image.caution > li + li {margin-top: 20px;}
body.product.bone div.content-box.wash h6 {margin-top: 20px;}

body.product.bmp h3.main {color: #18a0e1;}
body.product.bmp h4.sub-title {color: #18a0e1;}
body.product.bmp h3 + h4.sub-title {margin-top: 20px;}
body.product.bmp div.image {margin: 20px 0;}
body.product.bmp ul.list.big {font-size: 16px;}
body.product.bmp ul.list.big > li:before {top: 12px;}
body.product.bmp h6.box-title {width: 200px; height: 42px; box-sizing: border-box; border: 2px solid #d2d2d2; border-radius: 10px; text-align: center; line-height: 38px; font-size: 18px; font-weight: 700; color: #999999; text-align: center;}
body.product.bmp ul.image.dose {overflow: hidden;}
body.product.bmp ul.image.dose > li {float: left; width: 48%; margin: 0 4% 20px 0;}
body.product.bmp ul.image.dose > li:nth-child(2n) {margin-right: 0;}
body.product.bmp ul.col2 {overflow: hidden;}
body.product.bmp ul.col2 > li {float: left; width: 48%; margin: 0 4% 20px 0;}
body.product.bmp ul.col2 > li:nth-child(2n) {margin-right: 0;}
body.product.bmp ul.col2 > li:nth-child(2n-1) {clear: left;}
body.product.bmp div.ref {color: #888888; margin-top: 10px;}
body.product.bmp div.ref p.ref {margin-top: 5px;}

body.product.cap h3.main {color: #f26860;}
body.product.cap h4.sub-title {color: #f26860;}
body.product.cap table.full {margin: 20px 0; width: 100%;}
body.product.cap table.full th {background: #f2f2f2;}
body.product.cap h6.table {font-size: 16px; margin: 30px 0 10px 0; color: #f26860;}
body.product.cap h6.table + table {width: 600px;}
body.product.oss h3.main {color: #ed377d;}
body.product.oss h4.sub-title {color: #ed377d;}
body.product.oss ul.list li + li {margin-top: 10px;}
body.product.oss ul.image {text-align: center;}
body.product.oss ul.image li + li {margin-top: 20px;}
body.product.oss ul.image li span.image {display: inline-block; width: 50%;}
body.product.oss ul.image li em {display: block; font-size: 16px; font-weight: 500; margin-top: 10px;}
body.product.derm h3.main {color: #288c2b;}
body.product.derm h4.sub-title {color: #288c2b;}
body.product.derm ul.list li + li {margin-top: 10px;}
body.product.derm ul.image.four {overflow: hidden;}
body.product.derm ul.image.four > li {float: left; width: 48%; margin: 0 4% 20px 0;}
body.product.derm ul.image.four > li:nth-child(2n) {margin-right: 0;}
body.product.derm ul.image.three {overflow: hidden;}
body.product.derm ul.image.three > li {float: left; width: 32%; margin: 0;}
body.product.derm ul.image.three > li + li {margin-left: 2%;}

body.product.diabone h3.main {color: #7a9e1a;}
body.product.diabone h4.sub-title {color: #7a9e1a;}
body.product.diabone h3 + h4.sub-title {margin-top: 10px;}
body.product.diabone ul.list.big {font-size: 16px;}
body.product.diabone ul.list.big > li:before {top: 12px;}
body.product.diabone ul.image {overflow: hidden;}
body.product.diabone ul.image > li {float: left; width: 48%; margin: 0 4% 20px 0;}
body.product.diabone ul.image > li:nth-child(2n) {margin-right: 0;}
body.product.diabone ul.image > li p {margin-top: 5px;}

body.product.diaderm h3.main {color: #748738;}
body.product.diaderm h4.sub-title {color: #748738;}
body.product.diaderm h3 + h4.sub-title {margin-top: 10px;}
body.product.diaderm div.image {margin: 20px 0;}
body.product.diaderm ul.list.big {font-size: 16px;}
body.product.diaderm ul.list.big > li:before {top: 12px;}

body.product.boss h3.main {color: #8a6730;}
body.product.boss h4.sub-title {color: #8a6730;}
body.product.boss ul.image li {width: 80%; margin: 0 auto;}
body.product.boss ul.image li + li {margin-top: 20px;}
body.product.boss ul.image li span.image img {width: 100%;}
body.product.boss ul.image li p {margin-bottom: 10px;}
body.product.boss ul.image.use {overflow: hidden;}
body.product.boss ul.image.use li {float: left; width: 48%; margin: 0 4% 20px 0;}
body.product.boss ul.image.use li:nth-child(2n) {margin-right: 0;}
body.product.boss ul.image.use p {margin-top: 5px; font-size: 12px;}
body.product.boss ul.image.use p span.sub {display: block; color: #999999;}
body.product.boss ul.list.big {font-size: 16px;}
body.product.boss ul.list.big > li:before {top: 12px;}

/* 시술 & 임상 */
body.beauty div.title {font-size: 16px; margin-bottom: 10px;}
body.beauty div.title h3 {font-size: 24px; color: #35c0cc; font-weight: 700; margin-bottom: 10px;}
body.beauty section.beautyup ul.image {overflow: hidden;}
body.beauty section.beautyup ul.image li {float: left; width: 50%;}
body.beauty section.beautyup ul.image li img {width: 100%;}
body.beauty #main section.process > div.box {padding-bottom: 0;}
body.beauty section.process ul.process {overflow: hidden; font-size: 13px;}
body.beauty section.process ul.process li {float: left; width: 45%; box-sizing: border-box; overflow: hidden; text-align: center; margin-bottom: 20px;}
body.beauty section.process ul.process li:nth-child(2n) {margin-left: 10%;}
body.beauty section.process ul.process li span.image {display: block; margin-bottom: 15px;}
body.beauty section.process ul.process li em {display: block; height: 60px; line-height: 20px; overflow: hidden;}
body.beauty h3.title {font-size: 22px; font-weight: 400; margin-bottom: 20px;}
body.beauty h3.title em {font-weight: 700;}
body.beauty #main section.surgery > div.box {padding-bottom: 10px;}
body.beauty section.surgery ul.surgery {overflow: hidden;}
body.beauty section.surgery ul.surgery li {float: left; text-align: center; width: calc(50% - 8px); overflow: hidden; position: relative; margin-bottom: 30px;}
body.beauty section.surgery ul.surgery li img {width: 100%;}
body.beauty section.surgery ul.surgery li:nth-child(2n) {margin-left: 16px;}
body.beauty section.surgery ul.surgery li span.image {display: block; margin-bottom: 5px;}
body.beauty section.caution h3.title {text-align: center;}
body.beauty section.caution p.title {text-align: center; font-size: 15px; margin-bottom: 30px;}
body.beauty section.caution p.title em {display: block; font-size: 24px; font-weight: 700; color: #35c0cc; margin-bottom: 10px;}
body.beauty section.caution ul.image {overflow: hidden;}
body.beauty section.caution ul.image li {float: left; width: 32%;}
body.beauty section.caution ul.image li + li {margin-left: 2%;}
body.beauty section.caution ul.image li img {width: 100%;}
body.beauty h3.box {position: relative; width: 130px; line-height: 40px; border-radius: 5px; font-size: 18px; font-weight: 400; text-align: center; background: #999999; color: #ffffff; margin-bottom: 20px; margin-top: 50px;}
body.beauty h3.box:first-child {margin-top: 0;}
body.beauty h3.box:before {content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 10px; background: #ffffff; vertical-align: middle; margin-right: 10px; position: relative; top: -2px;}
body.beauty section.case ul.case1 {overflow: hidden;}
body.beauty section.case ul.case1 li {border: 1px solid #dddddd; position: relative; overflow: hidden; padding-left: 120px; height: 120px;}
body.beauty section.case ul.case1 li + li {margin-top: 20px;}
body.beauty section.case ul.case1 li span.image {position: absolute; left: 0; top: 0; height: 100%;}
body.beauty section.case ul.case1 li span.image img {height: 100%;}
body.beauty section.case ul.case1 li em {display: block; text-align: center; position: relative; top: 50%; transform: translate(0, -50%); font-size: 15px;}
body.beauty section.case p.case2 img {width: 100%;}
body.beauty section.case ul.case3 {overflow: hidden;}
body.beauty section.case ul.case3 li {width: 47%; text-align: center; float: left; overflow: hidden; margin-bottom: 20px;}
body.beauty section.case ul.case3 li:nth-child(2n) {margin-left: 6%;}
body.beauty section.case ul.case3 li span.image {display: block; margin-bottom: 10px;}
body.beauty section.case ul.case3 li em {display: block; height: 40px; line-height: 20px; overflow: hidden;}
body.beauty div.title2 {font-size: 15px;}
body.beauty div.title2 h3 {font-size: 22px; margin-bottom: 20px;}
body.beauty div.title2 p em {font-weight: 700;}
body.beauty section.abutment ul.image1 {overflow: hidden; margin: 30px 0;}
body.beauty section.abutment ul.image1 li {float: left; width: 32%; text-align: center;}
body.beauty section.abutment ul.image1 li + li {margin-left: 2%;}
body.beauty section.abutment ul.image1 li img {width: 40%;}
body.beauty section.abutment ul.image1 li em {display: block; margin-top: 5px;}
body.beauty section.abutment ul.image2 {overflow: hidden; margin-bottom: 30px;}
body.beauty section.abutment ul.image2 li {float: left; width: 48%;}
body.beauty section.abutment ul.image2 li + li {margin-left: 4%;}
body.beauty section.abutment ul.image2 li img {width: 100%;}

body.volume div.title {font-size: 16px; margin-bottom: 10px;}
body.volume div.title h3 {font-size: 24px; color: #f494a9; font-weight: 700; margin-bottom: 20px;}
body.volume section.volumeup p.image img {width: 100%;}
body.volume h3.title {font-size: 22px; margin-bottom: 20px; font-weight: 400;}
body.volume h3.title em {font-weight: 700;}
body.volume h3.title.center {text-align: center;}
body.volume section.status ul.status {overflow: hidden; text-align: center;}
body.volume section.status ul.status li {float: left; width: 48%;}
body.volume section.status ul.status li + li {margin-left: 4%;}
body.volume section.status ul.status li img {width: 100%;}
body.volume section.status ul.status li em {display: block; margin-top: 5px; font-size: 14px;}
body.volume #main section.process > div.box {padding-bottom: 0;}
body.volume section.process ul.process {overflow: hidden;}
body.volume section.process ul.process li {float: left; width: 48%; margin-bottom: 20px;}
body.volume section.process ul.process li:nth-child(2n) {margin-left: 4%;}
body.volume section.process ul.process li span.image {display: block;}
body.volume section.process ul.process li span.image img {width: 100%;}
body.volume section.process ul.process li span.num {display: block; font-weight: 700; font-size: 18px; margin-top: 5px;}
body.volume section.process ul.process li em {display: block; height: 60px; line-height: 20px; overflow: hidden;}
body.volume section.surgery ul.surgery {overflow: hidden;}
body.volume section.surgery ul.surgery li {float: left; text-align: center; width: 32%; overflow: hidden; position: relative; margin: 0 2% 20px 0;}
body.volume section.surgery ul.surgery li:nth-child(3n) {margin-right: 0;}
body.volume section.surgery ul.surgery li span.image {display: block; margin-bottom: 5px;}
body.volume section.surgery ul.surgery li img {width: 100%;}
body.volume section.surgery ul.surgery li em {font-size: 13px; display: block; height: 48px; line-height: 16px; overflow: hidden;}
body.volume section.caution h3.title {text-align: center;}
body.volume section.caution p.title {text-align: center; font-size: 15px; margin-bottom: 30px;}
body.volume section.caution p.title em {display: block; font-size: 24px; font-weight: 700; color: #35c0cc; margin-bottom: 10px;}
body.volume section.caution ul.image {overflow: hidden;}
body.volume section.caution ul.image li {float: left; width: 32%;}
body.volume section.caution ul.image li + li {margin-left: 2%;}
body.volume section.caution ul.image li img {width: 100%;}
body.volume section.case ul.case {overflow: hidden;}
body.volume section.case ul.case li {width: 48%; text-align: center; float: left; margin-bottom: 20px;}
body.volume section.case ul.case li:nth-last-child(2n) {margin-left: 4%;}
body.volume section.case ul.case li span.image {display: block;}
body.volume section.case ul.case li img {width: 100%;}
body.volume section.product h3 {color: #35c0cc;}
body.volume section.product h4 {font-size: 18px; margin-bottom: 5px;}
body.volume section.product ul.product {overflow: hidden; text-align: center; margin: 20px 0 50px 0;}
body.volume section.product ul.product li {float: left; width: 30%;}
body.volume section.product ul.product li + li {margin-left: 5%;}
body.volume section.product ul.product li span.image {display: block; margin-bottom: 10px;}
body.volume section.product ul.product li span.image img {width: 70%;}

/* reid 20191226*/
body.reid  #main > section > div.box {padding-top: 20px;padding-bottom:0;}
body.reid strong em {color:#19bcb9;}
body.reid section.channel ul.guide li {vertical-align: middle;text-align: center;  }
body.reid section.channel {padding: 0 0 14px 0;}
body.reid section.channel p {text-align: left; margin-top:14px;}
body.reid section.channel1 {padding: 10px 0 50px 0;}

/* e-cowellmedi */
body.ecowell section.channel h3.title {text-align: center; font-size: 22px; font-weight: 400; margin-bottom: 20px;} 
body.ecowell section.channel h3.title em {font-weight: 700;}
body.ecowell section.channel p.link img {width: 100%;}
body.ecowell section.guide h3.ribbon {text-align: center; font-size: 22px; font-weight: 400; margin-bottom: 20px;} 
body.ecowell section.guide h3.ribbon em {font-weight: 700; display: ininle-block; padding-bottom: 2px; border-bottom: 2px solid #1db6b7;}
body.ecowell section.guide h3.ribbon em:before {content: ''; display: block;}
body.ecowell section.guide h4 {font-size: 20px; margin-bottom: 20px; margin-top: 40px;}
body.ecowell section.guide h4 img {vertical-align: middle; margin-right: 10px; position: relative; top: -2px; width: 20px;}
body.ecowell section.guide ul.screen {overflow: hidden; font-size: 16px;}
body.ecowell section.guide ul.screen li {margin-bottom: 40px;}
body.ecowell section.guide ul.screen li span.image {display: block; margin-bottom: 10px; text-align: center;}
body.ecowell section.guide ul.screen li em {display: block; text-indent: -16px; padding-left: 16px;}

/* 이벤트 */
body.event.seminar section.seminar {padding: 30px 15px 50px 15px;}
body.event.seminar h3.title {font-size: 22px; margin-bottom: 10px; font-weight: 400;}
body.event.seminar h3.title em {font-weight: 700;}
body.event.seminar ul.seminar {overflow: hidden;}
body.event.seminar ul.seminar li {font-size: 13px; color: #666666;}
body.event.seminar ul.seminar li + li {margin-top: 20px;}
body.event.seminar ul.seminar li a {display: block; border: 1px solid #f3f3f3; padding: 10px; transition: border-color 0.3s;}
body.event.seminar ul.seminar li a:hover {border-color: #cccccc;}
body.event.seminar ul.seminar li a > * {display: block;}
body.event.seminar ul.seminar li a span.image {margin-bottom: 15px;}
body.event.seminar ul.seminar li a span.image img {width: 100%;}
body.event.seminar ul.seminar em.title {font-size: 16px; font-weight: 700; margin-bottom: 20px; color: #333333;}
body.event.seminar ul.seminar span.datetime,
body.event.seminar ul.seminar span.place {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
body.event.seminar.apply #main section > div.box {background: #ffffff;}
body.event.seminar.apply #main section h3 {text-align: center; font-size: 22px;}
body.event.seminar.apply #main section h3 + p {text-align: center; font-size: 14px; margin: 10px 0 20px 0;}
body.event.seminar.apply div.button-box a.btn {width: 100%; border-radius: 5px;}

body.event.conference section.conference {padding: 30px 15px 50px 15px;}

body.pr section.content-box {padding: 30px 15px 50px 15px;}
body.pr section.content-box h3.title {font-size: 20px; font-weight: 400; margin-bottom: 20px;}
body.pr section.content-box h3.title em {font-weight: 700;}
body.pr section.content-box div.board-view h3 {text-align: left; margin-bottom: 5px;}

body.pr.cowellnews table.list {border-top: 1px solid #d9dbe3;}

body.pr ul.video {overflow: hidden;}
body.pr ul.video li {font-size: 13px;}
body.pr ul.video li + li {margin-top: 30px;}
body.pr ul.video li a {display: block; height: 100px; box-sizing: border-box; border: 1px solid #f3f3f3; transition: border-color 0.3s; overflow: hidden; position: relative; padding: 10px 10px 10px 150px; background: #f9f9f9;}
body.pr ul.video li a:hover {border-color: #cccccc;}
body.pr ul.video li span.image {position: absolute; left: 0; top: 0; width: 140px; height: 100%; overflow: hidden;}
body.pr ul.video li span.image img {position: absolute; height: 100%; left: 50%; transform: translate(-50%, 0); max-width: none;}
body.pr ul.video li span.content > * {display: block;}
body.pr ul.video li span.content em.title {font-size: 14px; font-weight: 700; line-height: 22px; height: 44px; overflow: hidden;}
body.pr ul.video li span.content span.date {color: #888888; font-size: 12px; margin-top: 10px;}
body.pr ul.video li span.content span.tag {display: none;}
body.pr.video section.content-box h3.title {font-size: 18px;}

body.pr.conference ul.year-tab {overflow: hidden;}
body.pr.conference ul.year-tab li {float: left; width: 100px; text-align: center; border: 1px solid #1db6b7; color: #1db6b7; margin: 0 5px 5px 0;}
body.pr.conference ul.year-tab li a {display: block; line-height: 34px; font-size: 16px;}
body.pr.conference ul.year-tab li.on a {background: #1db6b7; color: #ffffff; font-weight: 700;}
body.pr.conference div.photo {margin: 20px 0; display: none;}
body.pr.conference div.photo h3 {font-size: 18px; margin-bottom: 20px;}
body.pr.conference div.photo ul.photo-list {overflow: hidden;}
body.pr.conference div.photo ul.photo-list li {float: left; width: 33%; margin: 0 0.5% 3px 0;}
body.pr.conference div.photo ul.photo-list li:nth-child(3n) {margin-right: 0;}
body.pr.conference div.photo ul.photo-list li a {position: relative; display: block; overflow: hidden; overflow: hidden;}
body.pr.conference div.photo ul.photo-list li a img {width: 100%;}

body.language section.content-box {padding: 30px 15px 50px 15px;}
body.language section.content-box h3 {font-size: 22px; font-weight: 400; margin-bottom: 30px;}
body.language section.content-box h3 em {font-weight: 700;}
body.language section.content-box ul.language {overflow: hidden; border-top: 1px solid #dedede;}
body.language section.content-box ul.language li {border-bottom: 1px solid #dedede;}
body.language section.content-box ul.language li a {display: block; font-size: 20px; font-weight: 400; line-height: 60px; position: relative; }



/* module */
div.compare-slide {text-align: center;}
div.compare-slide img {max-width: none; width: 100%;}
div.compare-slide div.content {position: relative; width: 100%; height: 100%; overflow: hidden; border: 2px solid #cccccc; overflow: hidden; text-align: left;}
div.compare-slide p.before {position: absolute; left: 0; top: 0; width: 50%; height: 100%; overflow: hidden; border-left: 1px solid #eeeeee;}
div.compare-slide a.bar {position: absolute; left: 50%; top: 0; width: 30px; height: 100%; margin-left: -15px;}
div.compare-slide a.bar:after {content: ''; position: absolute; left: 50%; top: 0; width: 6px; height: 100%; background: #1db6b7; margin-left: -3px;}

ul.table-tab {overflow: hidden; border: 1px solid #e1e1e8; border-bottom: none;}
ul.table-tab li {float: left; width: 50%; box-sizing: border-box;  text-align: center; border-bottom: 1px solid #e1e1e8;}
ul.table-tab li:nth-child(2n) {border-left: 1px solid #e1e1e8;}
ul.table-tab li a {display: block; line-height: 36px; background: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
ul.table-tab li.on a {color: #ffffff; background: #2bb6b7;}

table.list {display: block; font-size: 15px;}
table.list thead {display: none;}
table.list tbody {display: block;}
table.list tbody tr {display: block; position: relative; border-bottom: 1px solid #d9dbe3;}
table.list tbody td {display: block;}
table.list tbody td.title a {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 15px 15px 40px 50px; font-weight: 400;}
table.list tbody td:first-child {position: absolute; left: 15px; top: 15px;}
table.list tbody td:nth-child(3) {position: absolute; left: 135px; bottom: 15px; font-size: 12px; color: #888888;}
table.list tbody td:nth-child(4) {position: absolute; left: 50px; bottom: 15px; font-size: 12px; color: #888888;}
table.list + div.paging {margin-top: 25px;}

div.paging {text-align: center; font-size: 14px; color: #888888;}
div.paging a {display: inline-block; box-sizing: border-box; width: 30px; height: 30px; line-height: 28px; vertical-align: top;}
div.paging > a {border: 1px solid #d3d3d3; background: #f9f9f9;}
div.paging ol {display: inline-block;}
div.paging ol li {display: inline-block; margin: 0 3px;}
div.paging ol li.on a {background: #1db6b7; color: #ffffff; font-weight: 700;}

div.board-view p.tag {color: #888888; margin-bottom: 15px; font-size: 15px;}
div.board-view h3 {font-size: 20px; font-weight: 700; margin-bottom: 5px;}
div.board-view p.info {font-size: 14px; color: #888888; margin-bottom: 10px;}
div.board-view div.content-editor {border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 10px 0; min-height: 300px;}
div.board-view div.content-editor p {margin: 10px 0;}
div.board-view div.content-editor img {max-width: 100%;}
div.board-view div.youtube {text-align: center;}
div.board-view div.youtube iframe {width: 100%;}
div.board-view + div.button-box {margin-top: 20px;}

div.button-box {text-align: right;}
div.button-box.center {text-align: center;}
.btn {display: inline-block; min-width: 80px; height: 30px; line-height: 28px; box-sizing: border-box; border: 1px solid #444444; color: #444444; text-align: center; font-size: 14px; vertical-align: middle; transition: background 0.3s;}
.btn + .btn {margin-left: 10px;}
.btn.normal {min-width: 80px; padding: 0 5px; height: 30px; line-height: 28px;}
.btn.medium {min-width: 130px; height: 46px; line-height: 44px; font-size: 16px;}
.btn.large {width: 200px; height: 54px; line-height: 52px; font-size: 20px; border-radius: 5px;}
.btn.bigNormal {min-width: 30px; height: 46px; line-height: 44px; font-size: 16px; }
.btn.white {background: #ffffff; border-color: #444444; color: #444444;}
.btn.white:hover {background: #f9f9f9;}
.btn.lime {background: #1db6b7; color: #ffffff; border-color: #1db6b7;}
.btn.lime:hover {background: #35c0cc;}

table.faq {width: 100%; font-size: 14px; border-top: 1px solid #d9dbe3;}
table.faq thead {display: none;}
table.faq tbody tr {display: block; position: relative; padding: 10px 0; border-bottom: 1px solid #d9dbe3;}
table.faq tbody tr > td {display: block;}
table.faq tbody tr.question {padding-left: 30px;}
table.faq tbody tr.question.open {font-weight: 700;}
table.faq tbody tr.question td:first-child {position: absolute; left: 0;}
table.faq tbody tr.question a {display: block;}
table.faq tbody tr.answer {background: #f6f6f6; display: none;}
table.faq tbody tr.answer.open {display: block;}
table.faq tbody tr.answer td {padding: 0 10px;}
table.faq tbody tr.answer span.answer {display: block; width: 32px; line-height: 32px; text-align: center; color: #ffffff; background: #1db6b7; border-radius: 100px; font-size: 16px; margin-bottom: 15px;}
table.faq tbody tr.answer p.title {font-weight: 700; color: #1db6b7; margin-bottom: 15px;}
table.faq tbody tr.answer div.content p {margin: 5px 0;}
table.faq tbody tr.answer div.content p em {font-weight: 700;}
table.faq + div.paging {margin-top: 25px;}

div.event-view {font-size: 14px;}
div.event-view p.tag {color: #888888;}
div.event-view h3 {font-size: 20px; font-weight: 700; text-align: left; margin: 10px 0 0 0;}
div.event-view p.info {margin-bottom: 15px; font-size: 13px; color: #888888; margin-top: 5px;}
div.event-view div.content-editor {border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; min-height: 300px; padding: 10px 0;}
div.event-view div.content-editor p {margin: 10px 0;}
div.event-view div.content-editor img {max-width: 100%;}
div.event-view + div.button-box {margin-top: 20px;}

table.form {width: 100%; border-top: 1px solid #444444; font-size: 16px; font-weight: 700;}
table.form *::placeholder {color: #aaaaaa;}
table.form td {padding: 10px; border-bottom: 1px solid #dcdcdc;}
table.form tr:first-child td {padding-top: 20px;}
table.form td.th {width: 60px;}
table.form td.phone > * {float: left;}
table.form td.phone span.bar {width: 5%; text-align: center; line-height: 40px;}
table.form input[type=text] {display: inline-block; width: 100%; height: 40px; box-sizing: border-box; background: #ffffff; border: 1px solid #eeeeee; padding: 0 10px; font: inherit; border-radius: 5px; -webkit-appearance: none; appearance: none;}
table.form input[type=text].phone {width: 30%;}
table.form select {display: inline-block; width: 100%; height: 40px; box-sizing: border-box; background: #ffffff; border: 1px solid #eeeeee; padding-left: 10px; font: inherit; border-radius: 5px; -webkit-appearance: none; appearance: none;}
table.form select + select {margin-top: 10px;}
table.form textarea {display: block; width: 100%; height: 200px; box-sizing: border-box; background: #ffffff; border: 1px solid #eeeeee; padding: 10px; font: inherit; border-radius: 5px; -webkit-appearance: none; appearance: none;}
table.form + div.button-box {margin-top: 30px;}

table.signup {width: 100%; font-size: 16px; font-weight: 700;}
table.signup *::placeholder {color: #aaaaaa;}
table.signup td {padding: 8px 0; line-height: 20px;}
table.signup td.th {width: 100px; font-size: 14px;}
table.signup td.phone > * {float: left;}
table.signup td.phone span.bar {width: 5%; text-align: center; line-height: 40px;}
table.signup td.license > * {float: left;}
table.signup td.license input.text {width: 70%;}
table.signup td.license a.btn {width: 28%; margin-left: 2%; height: 40px; line-height: 38px; background: #eeeeee; border: 1px solid #dedede; font-size: 12px; min-width: 10px;}
table.signup input.text {display: inline-block; width: 100%; height: 40px; box-sizing: border-box; background: #f9f9f9; border: 1px solid #dedede; padding: 0 10px; font: inherit; border-radius: 0; -webkit-appearance: none; appearance: none;}
table.signup input.phone {width: 30%;}
table.signup select {display: inline-block; width: 100%; height: 50px; box-sizing: border-box; background: #ffffff; border: 1px solid #eeeeee; padding-left: 20px; font: inherit; border-radius: 5px;}
table.signup textarea {display: block; width: 100%; height: 200px; box-sizing: border-box; background: #ffffff; border: 1px solid #eeeeee; padding: 10px; font: inherit; border-radius: 5px;}
table.signup ul.input-list {overflow: hidden;}
table.signup ul.input-list li {float: left; margin-right: 30px; line-height: 40px;}
table.signup ul.input-list li input {width: 16px; height: 16px; margin: 0; margin-right: 10px; vertical-align: middle;}
table.signup + div.button-box {margin-top: 60px;}
table.signup + div.button-box a.btn {width: 100%;}

/* 2022.09.13 추가*/
table.signup p.all_agree {text-align: left; font-size: 14px; margin: 30px 0 0 0;line-height: 30px;}

#layer-mask {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 1000; display: none;}
#layer-mask.on {display: block;}
div.layer-popup {position: fixed; left: 0; top: 50%; transform: translate(0, -50%); width: 100%; max-height: 80vh; z-index: 1001; display: none; text-align: center;}
#layer-mask.on + div.layer-popup {display: block;}
div.layer-popup div.slide p.image {max-height: 80vh; overflow: hidden; text-align: center;}
div.layer-popup div.slide p.image img {max-height: 80vh; width: 100%; max-width: 80vh; position: relative;}
div.layer-popup p.control a.prev {position: absolute; left: 0; top: 0; width: 60px; text-align: center; height: 100%; opacity: 0.8; transition: opacity 0.3s;}
div.layer-popup p.control a.prev img {position: relative; top: 50%; transform: translate(0, -50%); width: 30px;}
div.layer-popup p.control a.next {position: absolute; right: 0; top: 0; width: 60px; text-align: center; height: 100%; opacity: 0.8; transition: opacity 0.3s;}
div.layer-popup p.control a.next img {position: relative; top: 50%; transform: translate(0, -50%); width: 30px;}
div.layer-popup p.control a.close {position: absolute; right: 10px; top: -40px; opacity: 0.8; transition: opacity 0.3s; width: 30px;}
div.layer-popup p.control a.prev:hover,
div.layer-popup p.control a.next:hover,
div.layer-popup p.control a.close:hover {opacity: 1;}


/* 제품(카탈로그) */
body.product.catalog section.content-box {padding: 40px 15px 80px 15px;}
body.product.catalog section.content-box h3.title {font-size: 20px; font-weight: 400; margin-bottom: 15px;}
body.product.catalog section.content-box h3.title em {font-weight: 700;}
body.product.catalog table.list tr {padding: 0 55px 0 35px;}
body.product.catalog table.list td {line-height: 60px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
body.product.catalog td:first-child {position: absolute; left: 0; top: 0;}
body.product.catalog table.list td:nth-child(2) {display: none;}
/*body.product.catalog table.list td:nth-child(2) {width: 30%;}
table.list tbody td:nth-child(3) {position: absolute; left: 135px; bottom: 15px; font-size: 12px; color: #888888;}*/
body.product.catalog table.list td:nth-child(3) {position: relative;left: auto;  top: 0; bottom: auto;font-size: 16px; font-weight: 400; color:#333;}

body.product.catalog table.list td:nth-child(4) {position: absolute; right: 0; left: auto; top: 0; bottom: auto;}
body.product.catalog table.list td:nth-child(4) a {display: block; padding: 0 15px;}
body.product.catalog table.list td:nth-child(4) img {width: 15px;}

body.product.catalog section.catalog {padding: 40px 15px 80px 15px;}
body.product.catalog section.catalog h3.title {font-size: 20px; font-weight: 400; margin-bottom: 15px;}
body.product.catalog section.catalog h3.title em {font-weight: 700;}
body.product.catalog section.catalog {overflow: hidden;}
body.product.catalog ul.catalog {overflow: hidden;margin-bottom:30px;}
body.product.catalog ul.catalog li {font-size: 13px; color: #666666;margin-top: 30px;}
body.product.catalog ul.catalog li a {display: block; width: 320px; height: 170px; box-sizing: border-box;  padding: 0; transition: border-color 0.3s;}
body.product.catalog ul.catalog li a:hover {border-color: #cccccc;}
body.product.catalog ul.catalog li a > * {display: block;}
body.product.catalog ul.catalog li a span.image {margin-bottom: 15px; overflow: hidden; height: 170px;width:120px; position: relative;}
body.product.catalog ul.catalog li a span.image img {min-height: 100%; /* min-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); */}
body.product.catalog ul.catalog em.class {display: block;font-size: 15px; font-weight: 400; line-height: 24px; overflow: hidden;padding:0;margin:0; margin-bottom: 20px; color: #2bb6b7;}
body.product.catalog ul.catalog span.title {display: block;overflow: hidden; text-overflow: ellipsis;margin-bottom: 10px;color: #666666; font-weight:bold;}
body.product.catalog ul.catalog li ul li{position: absolute;float: left; font-size: 15px; color: #666666; padding:0;margin:0; width:120px;}
body.product.catalog ul.catalog li ul li:nth-child(2n){float: left; font-size: 15px; color: #666666; padding:0;margin:0; padding-left:130px;width:200px;}

/*
color guide

#1db6b7  lime(point color)
#35c0cc  lime(밝은색)
#fff15f  yellow
#f494a9  pink
#f5f4f9  (회색배경)
#ededed  border color (header)
#333333, #888888 (font color)
*/

/* 2020 01 수정*/
/* 코웰메디 제품에 따라다니는 버튼 202001 */
body.product .apply_btn {width:100%; height:52px; line-height:52px; background:rgba(44, 181, 181, 1); position:fixed; bottom:0;}
body.product .apply_btn ul {padding-left:2.9%;}
body.product .apply_btn ul li {right:0; height:30px; margin-top:10px; line-height:30px; margin-right:9px;color:#fff;font-weight:bold; font-size:15px;text-align:center;}

/* reid */
body.reid  #main > section > div.box {padding-top: 20px;padding-bottom:0;}
body.reid strong em {color:#19bcb9;}
body.reid section.channel ul.guide li {vertical-align: middle;text-align: center;  }
body.reid section.channel {padding: 0 0 14px 0;}
body.reid section.channel p {text-align: left; margin-top:14px;}
body.reid section.channel1 {padding: 10px 0 50px 0;}


/* 홍보센터 */

body.cowellnews section.content-box {padding: 30px 15px 50px 15px;}
body.cowellnews table.list {border-top: 1px solid #d9dbe3;}
body.cowellnews section.content-box h3.title {font-size: 24px; font-weight: 400; margin-bottom: 20px; text-align: left;}
body.cowellnews section.content-box h3.title em {font-weight: 700;}
body.cowellnews section.content-box div.board-view h3 {text-align: left; margin-bottom: 5px;}

/* 이벤트 */
body.seminar section.seminar {padding: 30px 15px 50px 15px;}
body.seminar h3.title {font-size: 22px; margin-bottom: 10px; font-weight: 400;}
body.seminar h3.title em {font-weight: 700;}
body.seminar ul.seminar {overflow: hidden;}
body.seminar ul.seminar li {font-size: 13px; color: #666666;}
body.seminar ul.seminar li + li {margin-top: 20px;}
body.seminar ul.seminar li a {display: block; border: 1px solid #f3f3f3; padding: 10px; transition: border-color 0.3s;}
body.seminar ul.seminar li a:hover {border-color: #cccccc;}
body.seminar ul.seminar li a > * {display: block;}
body.seminar ul.seminar li a span.image {margin-bottom: 15px;}
body.seminar ul.seminar li a span.image img {width: 100%;}
body.seminar ul.seminar em.title {font-size: 16px; font-weight: 700; margin-bottom: 20px; color: #333333;}
body.seminar ul.seminar span.datetime,
body.seminar ul.seminar span.place {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
body.seminar.apply #main section > div.box {background: #ffffff;}
body.seminar.apply #main section h3 {text-align: center; font-size: 22px;}
body.seminar.apply #main section h3 + p {text-align: center; font-size: 14px; margin: 10px 0 20px 0;}
body.seminar.apply div.button-box a.btn {width: 100%; border-radius: 5px;}

/* 수상 및 인증 */
body.news section.content {position: relative;}
body.news section.content > p.bg > img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); min-width: 100%;}
body.news section.content > div.box {position: relative; padding: 30px 15px 50px 15px;}
body.news h3.icon {width: 180px; line-height: 40px; text-align: center; font-size: 15px; font-weight: 700; background: #2cb5b5; color: #ffffff; margin-bottom: 20px;}
body.news h3.icon img {vertical-align: middle; margin-right: 10px;}
body.news.award section.award {background: #f9f9f9;}
body.news.award section.award > div.box {padding: 30px 15px 50px 15px;}
body.news.award section.award div.title {text-align: center;}
body.news.award section.award div.title h3 {font-size: 30px; font-weight: 700; display: inline-block; text-align: left; border-bottom: 2px solid #1db6b7; margin-bottom: 40px;}
body.news.award section.award div.title h3 span {font-size: 16px; font-weight: 400; display: block;}
body.news.award section.award div.title h3 em {color: #1db6b7;}
body.news.award section.award div.title p {text-align: left; font-size: 16px; margin-bottom: 20px;}
body.news.award section.award div.title p em {font-weight: 700;}
body.news.award section.award p.image {text-align: center;}
body.news.award section.award p.image img {width: 280px;}
body.news.award ul.award {margin-top: 50px; overflow: hidden;}
body.news.award ul.award li {float: left; width: 24%;}
/* body.news.award ul.award li + li {margin-left: 1.33%;}*/
body.news.award ul.award li + li {margin-left: 10%;margin-bottom:2%;}
body.news.award ul.award li:nth-child(4) {margin-left: 0;}
body.news.award ul.award li:nth-child(7) {margin-left: 0;}
body.news.award section.thanks {background: #ffffff;}
body.news.award section.thanks > div.box {padding: 30px 15px 50px 15px;}
body.news.award section.thanks h3 {font-size: 20px; color: #1db6b7; margin-bottom: 5px;}
body.news.award ul.thanks > li {overflow: hidden; padding: 20px 0; border-bottom: 1px solid #d9dbe3;}
body.news.award ul.thanks > li span.org {display: block; width: 160px; margin-bottom: 10px;}
body.news.award ul.thanks > li > ul {font-size: 14px;}
body.news.award ul.thanks > li > ul > li {position: relative; padding-left: 80px;}
body.news.award ul.thanks > li > ul > li + li {margin-top: 3px;}
body.news.award ul.thanks > li > ul > li em {position: absolute; left: 0; top: 0; width: 80px; font-weight: 700;}
body.news.award ul.thanks > li > ul > li.date em {letter-spacing: 26px;}

body.video section.content-box {padding: 30px 15px 50px 15px;}
body.video ul.video {overflow: hidden;}
body.video ul.video li {font-size: 13px;}
body.video ul.video li + li {margin-top: 30px;}
body.video ul.video li a {display: block; height: 100px; box-sizing: border-box; border: 1px solid #f3f3f3; transition: border-color 0.3s; overflow: hidden; position: relative; padding: 10px 10px 10px 150px; background: #f9f9f9;}
body.video ul.video li a:hover {border-color: #cccccc;}
body.video ul.video li span.image {position: absolute; left: 0; top: 0; width: 140px; height: 100%; overflow: hidden;}
body.video ul.video li span.image img {position: absolute; height: 100%; left: 50%; transform: translate(-50%, 0); max-width: none;}
body.video ul.video li span.content > * {display: block;}
body.video ul.video li span.content em.title {font-size: 14px; font-weight: 700; line-height: 22px; height: 44px; overflow: hidden;}
body.video ul.video li span.content span.date {color: #888888; font-size: 12px; margin-top: 10px;}
body.video ul.video li span.content span.tag {display: none;}
body.video section.content-box h3.title {font-size: 18px;font-weight:400;margin-bottom:20px;}
body.video section.content-box h3.title em{font-weight:bold;}


body.faq section.faq {padding: 30px 15px 50px 15px;}
body.faq section.faq h3 {font-size: 24px; margin-bottom: 30px;}

body.inquiry section.inquiry {padding: 30px 15px 50px 15px;}
body.inquiry section.inquiry h3 {font-size: 24px; margin-bottom: 10px;}
body.inquiry section.inquiry p.title {font-weight: 400; font-size: 16px;}
body.inquiry div.agree {height: 200px; overflow: auto; border: 1px solid #eeeeee; padding: 20px; white-space: pre-line; margin: 20px 0 10px 0; color: #888888;}
body.inquiry p.agree {text-align: right; margin-bottom: 30px;}
body.inquiry p.agree input {vertical-align: middle; margin-right: 10px;}

body.sub.center #main > section > div.box {padding: 0;}
body.center section.center {padding: 30px 15px 50px 15px;}
body.center section.center h3 {font-size: 24px; margin-bottom: 20px;}
body.center section ul.customercenter li{margin-bottom: 30px;}
body.center section hr.line1{margin: 50px 0 30px 0;display: block;    height: 1px;    border: 0;    border-top: 1px solid #e5e5e5;   }
body.center section hr.line2{margin: 50px 0 30px 0;display: block;    height: 1px;    border: 0;    border-top: 1px solid #e5e5e5;   }

body.center section p.sns.title em{font-size: 20px;font-weight: bold;}
body.center section p.sns.title{font-size: 14px; margin-bottom: 20px;}
body.center section ul.sns {overflow: hidden; }
body.center section ul.sns li {display: inline-block;}
body.center section ul.sns li + li {margin-left: 30px;}
body.center section div.way h3.waytitle{font-weight: 400; margin-bottom: 10px;}
body.center section div.way p{font-size: 16px; color: #333;padding: 10px 0;}
body.center section div.way em{font-weight: bold; margin-right: 10px;}
body.center section div.way i{display: none;}

table.form1 {width: 100%; border-top: 1px solid #444444; font-size: 16px; font-weight: 700;}
table.form1 td {padding: 8px;}
table.form1 tr:first-child td {padding-top: 16px;}
table.form1 td.th {padding: 8px 0; width: 80px;}
table.form1 td.phone > * {float: left;}
table.form1 td.phone span.bar {width: 5%; text-align: center; line-height: 40px;}
table.form1 select {display: inline-block; width: 100%; height: 40px; box-sizing: border-box; background: #ffffff; border: 1px solid #eeeeee; padding-left: 10px; font: inherit; border-radius: 5px; -webkit-appearance: none; appearance: none;}
table.form1 select + select {margin-top: 10px;}
table.form1 input[type=text] {display: inline-block; width: 100%; height: 40px; box-sizing: border-box; background: #f9f9f9; border: 1px solid #dedede; padding: 0 10px; font: inherit; border-radius: 5px; -webkit-appearance: none; appearance: none;}
table.form1 input[type=text].phone {width: 30%;}
table.form1 textarea {display: block; width: 100%; height: 160px; box-sizing: border-box; background: #f9f9f9; border: 1px solid #dedede; padding: 10px; font: inherit; border-radius: 5px; -webkit-appearance: none; appearance: none;}
table.form1 + div.button-box {margin-top: 30px;}
table.form1 + div.button-box a.btn {width: 100%;}

/* digital */
body.product.plus h3.main {color: #f39200;}
body.product.plus h4.sub-title {color: #f39200;}
body.product.plus div.cont-box {padding:5px 20px 20px 20px ; border:2px solid #ded4c3; max-width: 950px;margin-bottom:5px }
body.product.plus div.cont-box div.right p{font-size: 15px;}
body.product.plus div.image img {margin:0;padding:0;}
body.product.plus h5.black {font-size: 16px; margin: 40px 0 10px 0; color: #333333;}
body.product.plus h5.black:first-child {margin-top: 0;}

body.product.lodestar h3.main {color: #f39200;}
body.product.lodestar h4.sub-title {color: #f39200;}
body.product.lodestar h5.italic {font-style:italic;font-size: 16px; margin: 30px 0 10px 0; color: #333333;font-family: 'Noto Serif KR';}
body.product.lodestar h5 span {background:#959595;padding:3px 10px 3px 5px; color:#fff;}
body.product.lodestar p.red {color:#b61313;font-size:bold; }
body.product.lodestar p.b_purple {background:#bb85ba; display:inline-block; color:#fff; padding:5px;}
body.product.lodestar p.b_green {background:#22b3a4; display:inline-block; color:#fff; padding:5px;}
body.product.lodestar p span{color:#666;}
body.product.lodestar div.image img {margin:0;padding:0;margin-bottom:10px;}
body.product.lodestar h5.black {font-size: 16px; margin: 30px 0 10px 0; color: #333333;}
body.product.lodestar h5.black:first-child {margin-top: 0;}

body.product.digital.digital div.title {padding-left: 0px;}
body.product.digital.digital h3.main {margin-bottom: 15px;color: #f39200;}
body.product.digital.digital h5.black {margin-top:20px; margin-bottom: 8px;}
body.product.digital.digital img {margin:0;padding:0;margin-bottom: 8px;}
body.product.digital.digital .bg img {margin:0;padding:0;}
body.product.digital.digital div.content-box div.left {margin:0;padding:0;}
body.product.digital.digital div.content-box div.right {margin:0;padding:0;}

/* 2020.03.31 */
body.product.lift h3.main {color: #a19589;}
body.product.lift div.title {padding-left: 0px;}
body.product.lift h4.sub-title {color: #a19589;}
body.product.lift h4.sub-title span{color: #999;font-weight:400;font-size:18px;}
body.product.lift h4.sub-title1 {color: #666;font-size: 20px; margin: 25px 0 5px 0;}
body.product.lift h4.sub-title2 {color: #81a7a7;font-size: 20px; margin: 25px 0 5px 0;}
body.product.lift h4.sub-title2 span{color: #999;font-weight:400;font-size:18px;}
body.product.lift h5.gold{font-size: 16px; margin: 10px 0 10px 0; color: #a19589; font-size:400;}
body.product h4.sub-title1 + h5 {margin-top: 10px;}
body.product.lift h6.red {display:inline-block; font-size: 13px; color: #ffffff; background: #f13333; line-height: 24px; font-weight: 700; text-align: center;  margin-top: 25px; padding:2px 10px;}
body.product.lift p.caution {color: #999; margin-top: 30px;}
body.product.lift p.desc {color: #888888; }


body.product.autobone h3.main {color: #d758a5;}
body.product.autobone div.title {padding-left: 0px;}
body.product.autobone h4.sub-title {color: #d758a5;}
body.product.autobone h4.sub-title span{color: #999;font-weight:400;font-size:20px;}
body.product.autobone h4.sub-title1 {color: #666;font-size: 24px; margin: 25px 0 5px 0;}
body.product.autobone h4.sub-title1 span{color: #999;font-weight:400;font-size:20px;}
body.product.autobone h4.sub-title2 {color: #22bcb8;font-size: 24px; margin: 25px 0 5px 0;}
body.product.autobone h4.sub-title2 span{color: #999;font-weight:400;font-size:20px;}
body.product.autobone h5{font-size: 16px; font-size:400;}
body.product.autobone p.caution {color: #999; margin-top: 30px;}
body.product.autobone .bar {padding-top:10px;padding-bottom: 10px; border-bottom: 1px solid #f6f6f6;}
body.product.autobone ul.image.product li { margin: 0;   width:100%; }
body.product.autobone ul.image.product li:nth-child(3)  {margin-left: 0px;}
body.product.autobone ul.image.product p.text {height: 40px; line-height: 20px; padding:5px 10px;}
body.product.autobone ul.image.product p.desc {text-align: right; color: #888888;}
body.product.autobone ul.image.product1 li {float: left; margin: 0;  background: #ebebeb; width:48%; margin-bottom:10px;}
body.product.autobone ul.image.product1 li + li {margin-left: 15px;}
body.product.autobone ul.image.product1 li:nth-child(3)  {margin-left: 0px;}
body.product.autobone ul.image.product1 li:nth-child(5)  {margin-left: 0px;}
body.product.autobone ul.image.product1 li:nth-child(7)  {margin-left: 0px;}
body.product.autobone ul.image.product1 p.text {height: 80px; line-height: 20px; padding:5px 10px;}
body.product.autobone ul.image.product1 p.desc {text-align: right; color: #888888;}
body.product.autobone div.cont-box {max-width: 950px;margin-bottom:20px; }
body.product.autobone div.cont-box > div {display: inline-block; vertical-align: top;}
body.product.autobone div.cont-box div.left {padding:0; width: 100%;height: 100%; }
body.product.autobone div.cont-box div.right {right: 0; padding:0;  width: 100%; height: 100%; font-size: 14px; }
body.product.autobone div.cont-box div.right p{font-size: 18px;}
body.product.autobone div.cont-box div.right h5.black {margin-top:0;}
body.product.autobone div.cont-box div.left1 { padding:0;  width:100%;  height: 100%; }
body.product.autobone div.cont-box div.right1 {right: 0; padding:0;  width:100%;  height: 100%; font-size: 14px; }
body.product.autobone div.cont-box > div .image {margin:0;padding:0; width:100%;}

body.product.ao4 h3.main {color: #177fbc;}
body.product.ao4 div.title {padding-left: 0px;}
body.product.ao4 h4.sub-title {color: #177fbc;}
body.product.ao4 h4.sub-title span{color: #999;font-weight:400;font-size:18px;}
body.product.ao4 h4.sub-title1 {color: #666;font-size: 20px; margin: 25px 0 5px 0;}
body.product.ao4 p.caution {color: #999; margin-top: 0px;}
body.product.ao4 p.desc {color: #888888; }
body.product.ao4 img{margin:0;}
body.product.ao4 h6 {margin-top:30px;}
body.product.ao4 ul.image.product li {margin:10px; padding:0;}
body.product.ao4 ul.image.product li img {margin:0px;width:50%;}
body.product.ao4 ul.image.product li h6 {margin:0px;}
body.product.ao4 ul.image.product li p {margin:0px;}
body.product.ao4 p.caution {color: #999; margin-top:0px;font-size:12px;}
body.product.ao4 p.text { margin-bottom:0px;}

body.product.volume h3.black {color: #000;font-size: 24px;margin-bottom:0;}
body.product.volume div.title {padding-left: 0px;padding-top:0;}
body.product.volume h4.sub-title {color: #177fbc;}
body.product.volume h4.sub-title span{color: #999;font-weight:400;font-size:18px;}
body.product.volume h4.sub-title1 {color: #666;font-size: 20px; margin: 25px 0 5px 0;}
body.product.volume h4.sub-title1 span{color: #999;font-weight:400;}
body.product.volume .list{margin:0;padding:0;}
body.product.volume p.text { margin-bottom:0px;font-size: 18px;}
body.product.volume p.desc { font-size: 17px;}
body.product.volume div.cont-box {margin-top:10px;}
body.product.volume div.cont-box > div {position: relative; box-sizing: border-box;}
body.product.volume div.cont-box div.left {margin-right:8px; margin-bottom:10px; padding:10px; width: 100%; background: #ebebeb;}
body.product.volume div.cont-box div.right {right: 0; margin-bottom:10px; padding:10px; width: 100%;  font-size: 14px; background: #ebebeb;}
body.product.volume ul.image.product1 li { margin: 0;  width:100%; margin-bottom:30px;}
body.product.volume ul.image.product1 li img {margin:0px;width:70%;}
body.product.volume ul.image.product1 p.text { line-height: 20px; font-size: 17px; padding-top:5px;}

body.product.carrier h3.black {color: #000;font-size: 24px;}
body.product.carrier div.title {padding-left: 0px; margin:0; padding:0;}
body.product.carrier h4.sub-title {color: #1eb5b6;text-align:center;margin: 0px }
body.product.carrier h4.sub-title1 {color: #1eb5b6;font-size: 19px; margin: 0px ;}
body.product.carrier h4.sub-title1 span{color: #999;font-weight:400;}
body.product.carrier h4.sub-title2 {color: #666;font-size: 19px; margin: 0px; }
body.product.carrier .list{margin:0;padding:0;}
body.product.carrier div.image img{width:100%;margin:0;}
body.product.carrier p.text { margin-bottom:0px;font-size: 17px;}
body.product.carrier p.text span{color: #1eb5b6;}
body.product.carrier p.desc { font-size: 17px;color: #999;}
body.product.carrier div.cont-box {margin:0px;}
body.product.carrier div.cont-box > div {position: relative; box-sizing: border-box;}
body.product.carrier div.cont-box div.left { width: 100%; }
body.product.carrier div.cont-box div.right { width: 100%; }
body.product.carrier ul.image.product li { margin: 0;  width:100%; margin-bottom:10px; padding:5px 20px 10px 10px; background: #ebebeb;}
body.product.carrier ul.image.product p.text {line-height: 17px; font-size: 17px; padding-top:5px; }
body.product.carrier ul.image.product1 li { margin: 0;  width:100%; margin-bottom:15px;}
body.product.carrier ul.image.product1 p.text {line-height: 17px; font-size: 17px; padding-top:5px;}
body.product.carrier ul.image.product1 li img {margin:0px;width:70%;}


body.product.octabone h3.main {color: #739a4c;}
body.product.octabone h4.sub-title {color: #666;font-size: 20px;}
body.product.octabone h4.sub-title1 {color: #739a4c;font-size: 20px; margin: 0px;}
body.product.octabone h3 + h4.sub-title {margin-top: 10px;}
body.product.octabone img {margin:0;padding:0; width:70%;}
body.product.octabone ul.list.big {font-size: 16px;}
body.product.octabone ul.list.big > li:before {top: 14px;}
body.product.octabone p.text.big { margin-bottom:0px;font-size: 16px;}
body.product.octabone p.desc.big { margin-bottom:0px;font-size: 16px;}
body.product.octabone div.cont-box { margin:0px;}
body.product.octabone div.cont-box > div {position: relative; box-sizing: border-box;}
/*body.product.octabone div.cont-box div.left .image img{ width: 70%; }*/
body.product.octabone div.cont-box div.right {right: 0;  width: 100%;  font-size: 14px; }
body.product.octabone ul.image {margin:0 0 20px 0;padding:0;}
body.product.octabone ul.image li { width:70%;  margin-top:10px; margin-bottom:10px; margin-right:30px;}
body.product.octabone ul.image li p.text.big{text-align:center; background: #ebebeb;padding:10px 0; }
body.product.octabone ul.image li p.desc.big{ padding:0; font-size: 16px; }
/*body.product.octabone ul.image li img{width:70%;}*/
body.product.octabone ul.half li { margin: 0;  width:100%;  margin-top:20px; margin-right:20px; }
body.product.octabone ul.half li p.text.big{text-align:center; background: #ebebeb;padding:10px 0; }
body.product.octabone ul.image.product ul{margin: 0; padding:0; }
body.product.octabone ul.image.product li { margin: 0; margin-right:20px; width:70%; }
body.product.octabone h4.sub-title + ul.image.product li{margin-top: 10px;padding:0;}
/*body.product.octabone h4.sub-title ul.image.product li span img{margin-top: 0px; width:70%;}*/
body.product.octabone ul.image.product li p.text.big{padding:10px 0; background: #f9f9f9;font-size: 16px;}

body.product.plast h3.main {color: #6c5634;}
body.product.plast h4.sub-title1 {color: #6c5634;font-size: 20px;}
body.product.plast h4.sub-title2 {color: #666;font-size: 20px;}
body.product.plast h4.sub-title3 {color: #faa519;font-size: 20px;}
body.product.plast h3 + h4.sub-title {margin-top: 20px;}
body.product.plast div.image {margin: 20px 0;}
body.product.plast ul.list.big {font-size: 16px;}
body.product.plast ul.list.big > li:before {top: 12px;}
body.product.plast ul.list.big > li + li {margin-top: 15px;}
body.product.plast div.box.bg {background: url(/doctor/eng/img/product_solution_plast_bg.jpg) 400px 100px no-repeat;}

body.product.plast ul.image.product ul{margin: 0; padding:0; }
body.product.plast ul.image.product li { margin: 0;padding:0;  }
body.product.plast ul.image li p.text.big{padding:10px 0; font-size: 16px;}
body.product.plast ul.image li p.text.big .center{display:inline-block;margin-top:0; padding:10px 60px;background:#1db9aa;color:#fff;}
body.product.plast p.text.big{padding:10px 0; font-size: 16px;}
body.product.plast table.content thead {background: #e7e7e9;}
body.product.plast table.content td {line-height:100%;}
body.product.plast table.content td .image{margin:0; padding:0;}
body.product.plast table.content td img{margin:0; padding:0;}
body.product.plast ul.image li img{width:70%;}

/* 코웰메디 Implant Library  2020.08.28 */

table.list_lib {display: block; font-size: 15px;}
table.list_lib thead {display: none;}
table.list_lib tbody {display: block;}
table.list_lib tbody tr {display: block; position: relative; border-bottom: 1px solid #d9dbe3;padding: 0 55px 0 35px;}
table.list_lib tbody td {display: block;line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
table.list_lib td:first-child {position: absolute; left: 0; top: 0;padding:0 7px; width:50px; font-size: 12px;}
table.list_lib tbody td:nth-child(2) {margin-left:10px;}
table.list_lib tbody td:nth-child(3) {margin-left:10px;}
table.list_lib tbody td:nth-child(4) {margin-left:10px;}
table.list_lib tbody td:nth-child(5) {position: absolute;right: 8px;  top: 0; bottom: auto;font-size: 16px; font-size: 12px;}
table.list_lib + div.paging {margin-top: 25px;}

body.product.library h3 {font-size: 20px; font-weight: 400; margin-bottom: 15px;margin-top:20px;}
body.product.library table.list_lib {border-top: 1px solid #d9dbe3;margin-top:10px;}
body.product.library section.catalog {padding: 40px 15px 80px 15px;}
body.product.library section.catalog .search input{border: 1px solid #e1e1e8; height:26px; color:#999;}
body.product.library section.catalog .search select{border: 1px solid #e1e1e8; height:30px; color:#999;}
body.product.library section.catalog .search button{width:30px; padding:0; background:#e1e1e8; border: 1px solid #e1e1e8; height:30px; color:#999;}
body.product.library section.catalog .search button img{width:30px;}

body.product.library section.catalog h3 {font-size: 16px;  margin-bottom: 5px;}
body.product.library section.catalog {overflow: hidden;}
body.product.library ul.catalog {overflow: hidden;margin-bottom:30px;}
body.product.library ul.catalog li {font-size: 13px; color: #666666;margin-top: 30px;}
body.product.library ul.catalog li a {display: block; width: 320px; height: 170px; box-sizing: border-box;  padding: 0; transition: border-color 0.3s;}
body.product.library ul.catalog li a:hover {border-color: #cccccc;}
body.product.library ul.catalog li a > * {display: block;}
body.product.library ul.catalog li a span.image {margin-bottom: 15px; overflow: hidden; height: 170px;width:120px; position: relative;}
body.product.library ul.catalog li a span.image img {min-height: 100%; /* min-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); */}
body.product.library ul.catalog em.class {display: block;font-size: 15px; font-weight: 400; line-height: 24px; overflow: hidden;padding:0;margin:0; margin-bottom: 20px; color: #2bb6b7;}
body.product.library ul.catalog span.title {display: block;overflow: hidden; text-overflow: ellipsis;margin-bottom: 10px;color: #666666; font-weight:bold;}
body.product.library ul.catalog li ul li{position: absolute;float: left; font-size: 15px; color: #666666; padding:0;margin:0; width:120px;}
body.product.library ul.catalog li ul li:nth-child(2n){float: left; font-size: 15px; color: #666666; padding:0;margin:0; padding-left:130px;width:200px;}

body.product.library div.descript { border: 1px solid #d2d2d2; background-color:#f4f4fa; height: 200px; box-sizing: border-box; padding: 10px; overflow: auto; }
body.product.library div.regulation {border: 1px solid #d2d2d2; background-color:#f4f4fa; height: 260px; box-sizing: border-box; padding: 10px; overflow: auto; white-space: pre-line;}

body.product.library div.attachment {margin-bottom:30px;padding:0; border: 1px solid #d2d2d2; height: 150px; background-color:#f4f4fa; box-sizing: border-box; overflow: auto;}
body.product.library div.attachment .att_down  {position: absolute;box-sizing: border-box; width:100%;margin:0;  padding: 10px; white-space: pre-line;}
body.product.library div.attachment .att_none  {position: absolute;box-sizing: border-box; width:100%; height: 150px; background-color:rgba(255,255,255,0.8);}
body.product.library div.attachment .att_none  p{width:95%;color:#000;height: 150px;text-align:center;opacity:1;font-size:14px;line-height:150px;text-overflow: ellipsis;}

/* 2020.11.04 */
body.product.short h6.blue {display:inline-block; font-size: 13px; color: #ffffff; background: #619bda; line-height: 24px; font-weight: 700; text-align: center;  margin-top: 25px; margin:bottom:0; padding:2px 10px;}
body.product.narrow h6.blue {display:inline-block; font-size: 13px; color: #ffffff; background: #619bda; line-height: 24px; font-weight: 700; text-align: center;  margin-top: 25px; padding:2px 10px;}
body.product.submerge h3.main em{font-size: 18px; color:#666;font-weight:400;}
body.product.submerge p.big{font-size: 18px; color:#666;font-weight:400;}
body.product.submerge .image1 img{margin-top: 40px;}
body.product.submerge h3.black {font-size: 24px; margin-top:50px;}
body.product.submerge h6.blue {display:inline-block; font-size: 13px; color: #ffffff; background: #619bda; line-height: 24px; font-weight: 700; text-align: center;  margin-top: 25px; padding:2px 10px;}
body.product.submerge h5.orange {font-size: 18px; margin: 60px 0 10px 0; color: #faa61a;}
body.product.submerge h5.green {font-size: 18px; margin: 60px 0 10px 0; color: #7fc241;}

body.product.internal .image1 img {margin-top: 40px; }
body.product.internal .orange{color: #f58c0d;}
body.product.internal h3.main em{font-size: 18px; color:#666;font-weight:400;}
body.product.internal p.big{font-size: 18px; color:#666;font-weight:400;}
body.product.internal h3.black {font-size: 24px; margin-top:50px;}

body.product.external .image1 img {margin-top: 40px; }
body.product.external .green{color: #8cbf00;}
body.product.external h3.main em{font-size: 18px; color:#666;font-weight:400;}
body.product.external p.big{font-size: 18px; color:#666;font-weight:400;}
body.product.external h3.black {font-size: 24px; margin-top:50px;}

body.product.tiBase h3.black {font-size: 28px; margin-top:50px;}

/* 2020.11.11 */
body.product.sfit h3.main {color: #1eb5b6;}
body.product.sfit h4.sub-title{color:black;}
body.product.sfit h4.sub-title1 {font-weight:400;font-size: 20px;}
body.product.sfit h4.sub-title2 {font-weight:400;font-size: 20px;color: #29a7e1;margin-top:50px;}
body.product.sfit h4.sub-title3 {font-weight:400;font-size: 20px;color: #90c31f;margin-top:50px;}
body.product.sfit h3 + h4.sub-title {margin-top: 20px;}
body.product.sfit div.image {margin: 20px 0;}
body.product.sfit ul.list.big {font-size: 16px;}
body.product.sfit ul.list.big > li:before {top: 14px;}
body.product.sfit p {font-size: 16px;}
body.product.sfit p.big {font-weight:bold;margin-top:20px;}
body.product.sfit p span {display:inline-block; margin:25px 5px 10px 0; padding:3px 8px;background:#1eb5b6; color: #fff;border-radius:50px;}
body.product.sfit em{font-weight:bold;}
body.product.sfit em.blue{background:#29a7e1; color: #fff;padding:2px 10px;}
body.product.sfit em.green{background:#90c31f; color: #fff;padding:2px 10px;}
body.product.sfit div.cont-box {margin-top:50px;}
body.product.sfit div.cont-box div.right{margin-top:50px;}

/* body.product h3.main span {display: block; font-size: 14px; font-weight: 400;} */
body.product.gbr h3.main {color: #1eb5b6;}
body.product.gbr h3.main1 {font-size: 24px; margin-bottom: 10px; color: #2ea7e0;}
body.product.gbr h3.main2 {font-size: 24px; margin-top:0; margin-bottom: 5px; color: #c30e23;}
body.product.gbr h3.main3 {font-size: 24px; margin-top:0; margin-bottom: 35px; color: #0d6fb8;}
body.product.gbr h3.main4 {font-size: 24px; margin-top:0; margin-bottom: 5px; color: #23ac39;}
body.product.gbr h3.main5 {font-size: 24px; margin-top:0; margin-bottom: 5px; color: #000;}
body.product.gbr h4.sub-title {color: #1eb5b6;}
body.product.gbr p.desc {font-size: 18px; margin: 20px 0 0px 0;}
body.product.gbr em.blue {display:inline-block; margin:-5px 5px 0px 5px; padding:4px 9px;background:#2ea7e0; color: #fff; font-size: 13px;font-weight:400;}
body.product.gbr em.black {display:inline-block; padding:5px 8px; background:#595757; color: #fff; font-size: 13px;font-weight:400;}
body.product.gbr em.pink {display:inline-block; padding:2px 15px; background:#e4007e; color: #fff; font-size: 13px;border-radius:50px;font-weight:400;}
body.product.gbr em.green {display:inline-block; padding:2px 15px; background:#8ec31f; color: #fff; font-size: 13px;border-radius:50px;font-weight:400;}
body.product.gbr table.content {margin: 13px 0 40px 0;}
body.product.gbr table.content .full {margin: 10px 0 40px 0;}
body.product.gbr div.content-box div.right {text-align:center;}
body.product.gbr div.content-box1 div.right {text-align:center;}
body.product.gbr p.right {margin:0;text-align: right;}


body.info.m_out #container {width:100%;position:relative;background-color:#f6f6f6;}
body.info.m_out #container h3 {margin-bottom:10px; letter-spacing:0.5px;width:100%; height:60px; line-height:85px; font-size:1.4em; margin:0 auto; text-align:center; font-weight:400;border-bottom:1px solid #d2d2d2; }
body.info.m_out #container .find {background-color:#fff;margin-bottom:50px;}
body.info.m_out #container .find .m_out {position:relative; width:96%;background-color:#f6f6f6;margin:15px auto;padding:25px 15px; box-sizing:border-box;  }
body.info.m_out #container .find .m_out h2 { line-height:20px; text-indent:5px; font-size:1.3em;font-weight:bold;}
body.info.m_out #container .find .m_out p{color:#444; line-height:20px;padding:15px 0 0 0; text-indent:5px; font-size:1.3em;display:inline-block;}
body.info.m_out #container .find .full {width:96%; font-size:1.3em;background-color:#cdf1f1;position:relative;box-sizing:border-box; padding:15px 20px;margin:0 auto; border:1px solid #1fb5b6;}
body.info.m_out #container .find .full p{font-weight:bold;}
body.info.m_out #container .find .tb {display:table; width:100%; position:relative;box-sizing:border-box;padding:20px 0;}
body.info.m_out #container .find .tb .row {display:table-row;width:100%;color:#999;}
body.info.m_out #container .find .tb .row .cell1, .info.m_out #container .find .tb .row .cell2 {display:table-cell; margin:0; min-height:39px; vertical-align:middle; position:relative;}
body.info.m_out #container .find .tb .row .cell1 {width:110px; }
body.info.m_out #container .find .tb .row .cell2 {padding:0; vertical-align:middle;}
body.info.m_out #container .find .tb .row .cell2 ul li {display:inline-block; margin-right:15px; line-height:28px;}
body.info.m_out #container .find .tb .row .cell2 input[type=text], input[type=password] {width:100%;border:1px solid #eee; height:35px; box-sizing:border-box; text-indent:5px; }

body.info.m_out #container.join3 {background-color:#fff;margin-bottom:50px;}
body.info.m_out #container.join3 p {text-align:center;font-size:1.6em; color:#000; padding:70px 0 5px 0; font-weight:bold;}
body.info.m_out #container.join3 button {display:block; width:28%; margin:60px auto 120px auto;}

