@charset "utf-8";
@media (max-width: 1400px) {
    body, input, textarea, select, button, table {font-size:14px; font-weight: 400; }	

	/* header */
	.hd-tel { width: 140px; }

	/* main */
	.main-visual .caption .txt {gap:32px;}
	.main-visual .caption h4 {font-size:44px;}
	.main-visual .caption h2 {font-size:56px;}
	.mv-badge {gap:10px; padding:0 30px;}
	.mv-badge li {padding:14px 8px 12px; font-size:var(--font-size20);}
	.sec2,
	.sec3,
	.sec4,
	.sec6,
	.sec7 {padding:80px 0;}
	.sec2 .main-tt,
	.sec4 .main-tt,
	.sec6 .main-tt {margin-bottom:40px;}
	.sec2-swiper .swiper-slide {width:720px;}
	.sec3-tt {padding:48px 20px;}
	.sec3-fields,
	.sec3-extra {max-width:100%; padding-left:40px; padding-right:40px;}
	.sec3-foot {padding:32px 40px;}
	.sec4-grid {gap:40px;}
	.sec4-list {padding:40px 0;}
	.sec5-txt,
	.sec5-visual {min-height:520px;}
	.sec5-inner {padding:0 40px 0 30px;}
	.sec7-intro {width:560px; height:280px; padding:32px;}
	.sec7 .contact-card {padding:20px 16px;}

	/* footer */
	.foot-bottom {gap:24px;}
	.foot-info address p {row-gap:8px;}
	.foot-info .sep {margin:0 10px;}

	/* 제품 · 상담 */
	.product-list ul {gap:16px;}
	.product-list ul li {width:calc((100% - 32px) / 3);}
	.product-path {padding:50px 0 20px;}
	.product-top {padding:80px 0;}
	.product-image {padding-right:32px;}
	.product-detail {padding-top:80px;}
	.sub-background {padding:80px 0;}
	.sub-background .sub-bg {padding:48px 20px;}
	.inquiry-form .form-body {padding:40px 0; gap:32px;}

    :root{
		--font-size56 : 36px;
		--font-size48 : 32px;
		--font-size40 : 28px;
		--font-size36 : 24px;
		--font-size34 : 23px;
		--font-size32 : 22px;
		--font-size30 : 21px;
		--font-size28 : 20px;
		--font-size26 : 19px;
		--font-size24 : 18px;
		--font-size22 : 17px;
		--font-size20 : 16px;
		--font-size18 : 15px;
	}

	/* sub */
	.sub-visual { height: 340px; }
	.sub-visual.height { height: 280px; }
	.sub-visual h4 { font-size: 12px; }
	.sub-visual h2 { margin-top: 10px; }
	.sub-visual p { margin-top: 10px; }
	.sub-title { margin-top:50px; } 
	.sub-title.list { margin-top: 70px; }	
	.real-cont { padding-bottom: 70px;}
	.real-cont2 { padding-bottom: 0; }
}
/* Landscape tablet */
@media (max-width: 1024px) {
	/* header */
	#gnb { display: none; }
	.list-icon { display: inline-block; }
	.hd-tel { position: relative; width: 40px; height: 40px; border-radius: 40px; padding-top: 0; right: auto; top: auto; background: var(--color-primary) url(../images/common/hd-tel.png) center no-repeat; background-size: 16px;}
	.hd-tel span { display: none; }
	.hd-tel strong { display: none; }

	/* main */
	.main-visual,
	.main-visual .slick-slide {height:calc(100vh - 80px);}
	.main-visual .caption .txt {gap:24px;}
	.main-visual .caption h4 {font-size:32px;}
	.main-visual .caption h2 {font-size:40px;}
	.mv-badge {flex-wrap:wrap; gap:8px; max-width:100%; padding:0 20px;}
	.mv-badge li {flex:1 1 calc(50% - 8px); padding:12px 8px;}
	.sec2,
	.sec3,
	.sec4,
	.sec6,
	.sec7 {padding:64px 0;}
	.sec2-swiper .swiper-slide {width:640px;}
	.sec3-head {padding:16px 20px;}
	.sec3-tt {padding:40px 20px;}
	.sec3-fields,
	.sec3-extra {padding:32px 20px 0;}
	.sec3 .field-row {flex-direction:column;}
	.sec3 .zip-row {width:100%;}
	.sec3-foot {flex-direction:column; align-items:flex-start; gap:20px; padding:24px 20px;}
	.sec3 .btn-submit {margin-left:0; height:50px;}
	.sec3-extra .opt-list {gap:20px 24px;}
	.sec4-grid {flex-direction:column; gap:32px;}
	.sec4-list {padding:0;}
	.sec5 {flex-direction:column;}
	.sec5-txt,
	.sec5-visual {width:100%; min-height:0;}
	.sec5-txt {justify-content:flex-start;}
	.sec5-inner {max-width:none; padding:48px 30px;}
	.sec5-visual {min-height:420px;}
	.sec6-list li {padding:20px 24px;}
	.sec7-box {flex-direction:column;}
	.sec7-intro {width:100%; height:auto; min-height:240px;}
	.sec7-cards {width:100%;}

	/* footer */
	.foot-links {gap:20px;}
	.foot-bottom {flex-direction:column; align-items:flex-start; gap:24px;}
	.foot-info .sep {margin:0 10px;}

	/* 제품 · 상담 */
	.product-list ul li {width:calc((100% - 16px) / 2);}
	.product-list ul li a:hover {transform:translateY(-8px);}
	.product-path {padding:40px 0 16px;}
	.product-top {padding:64px 0;}
	.product-summary {flex-direction:column;}
	.product-image {width:100%; padding:0 0 24px;}
	.product-info {width:100%; padding:0;}
	.product-detail {padding-top:64px;}
	.product-btns {flex-wrap:wrap;}
	.sub-background {padding:64px 0;}
	.sub-background .sub-bg {padding:40px 20px;}
	.sub-background .sub-bg .btns {flex-wrap:wrap; justify-content:center;}
	.inquiry-form .field-row {flex-direction:column;}
	.inquiry-form .opt-list {flex-wrap:wrap; height:auto; min-height:48px; gap:16px 24px;}
	.inquiry-form .zip-row {flex-wrap:wrap;}
	.inquiry-form .zip-row .input {width:100%;}
	.inquiry-form .captcha-wrap {flex-wrap:wrap; height:auto;}
	.inquiry-form .captcha-wrap .input {width:100%;}

    /* 찾아오시는 길 */
    .root_daum_roughmap .wrap_map {height:300px !important;}

	/* board */
	.input {padding:5px 14px; height:40px;}
	textarea.input {padding:12px 14px;}
    .status-search .info dl dd.fx .item .ui-datepicker-trigger { height: 40px; width: 40px; }

	/* 검색 */
	.board-search .search input.input {width:240px;}

    .board-list colgroup col {width:auto !important;}
    .board-list table thead th {font-size:15px;}
	.board-list table tbody td {font-size:15px;}
    .board-list table tbody td.subject { padding-left: 10px;}
    .board-list .label { font-size: 12px; line-height: 1em; padding: 5px 8px;}
    .board-list .down { width: 14px; height: 18px; background-size: contain;}

    .form-agree { margin: 30px 0 0 0;}
	.form-agree h3 {font-size:16px; margin-bottom: 12px;}
	.form-agree .scroll-box {font-size:12px; max-height:110px; overflow:auto;}
	.form-agree .check {margin-top:12px; font-size:14px;}

    .board-form table th { font-size: 14px; }
    .board-form table td { font-size: 14px; padding: 15px }
	.board-form .item-fx .item.fx { gap: 10px 15px;}
	.board-form .item-fx .item.fx .input { max-width:70px;}
    .board-form .input { height: 40px; }
    .captcha-wrap { height: 40px; }

	.board-white table {font-size:15px;}

	.board-form table {font-size:15px !important;}

	.files-upload-text .upfiles-alt {font-size:14px;}

	.board-view-tit {padding:14px 6px;}
	.board-view-tit h3 {font-size:18px;}
	.board-view-info {padding:13px 6px; font-size:13px;}
	.board-view-cnt {padding:15px 6px 40px;}

	.gallery-list ul li .tit { font-size: 16px; margin-top: 10px;}
	.gallery-list ul li .txt { font-size: 14px; }

    .faq .tit {font-size:15px;}
	.faq .tit a {padding:9px 60px 9px 12px;}
	.faq .tit a:after {top:14px;}
	.faq .q {flex:0 0 32px; width:32px; height:32px; font-size:16px; line-height:32px;}
	.faq .cnt {padding:18px 25px 18px 60px; font-size: 14px; }

    .calendar-head { border-radius: 0; padding: 15px 0;}
    .calendar-head h3 {font-size:20px; margin:0 30px;}
	.calendar table th {font-size:15px;}
	.calendar table td {height:110px; font-size:14px;}
	.calendar ul li:before {top:7px;}

	.board-prev-next {font-size:14px;}

	.btn-pack.medium {height:40px; padding:0 16px; font-size:15px; line-height:38px;}
	.btn-pack.large {min-width:140px; height:50px; font-size:18px; line-height:48px;}
    .btn-pack.zip-bt { height: 44px; font-size: 14px; line-height: 42px; min-width: 100px ;}

	.store-search {padding:22px 5%;}
	.store-search .map-area {width:280px;}
	.store-search .map-img .local {padding:0 10px; font-size:13px; line-height:22px;}
    
    .news-list .thumb {width:200px;}
	.news-list .tit {font-size:17px;}
	.news-list .txt {font-size:14px;}
	.news-list .date {font-size:13px;}
} 

/* portrait tablet */
@media (max-width: 900px) {	
	.only-desktop {display:none;}
	.only-tablet {display:block;}
}

/* Landscape phone */
@media (max-width: 640px) {
	body, input, textarea, select, button, table {font-size:14px;}
	.only-desktop-tablet {display:none;}
	.only-tablet {display:none;}
	.only-mobile {display:block;}

	:root{
		--font-size56 : 26px;
		--font-size48 : 24px;
		--font-size40 : 23px;
		--font-size36 : 22px;
		--font-size34 : 20px;
		--font-size32 : 20px;
		--font-size30 : 20px;
		--font-size28 : 19px;
		--font-size26 : 18px;
		--font-size24 : 17px;
		--font-size22 : 16px;
		--font-size20 : 15px;
		--font-size18 : 14px;
	}

	#contArea {padding-left: 15px; padding-right: 15px;}
	.contain {padding-left: 15px; padding-right: 15px;}
    .contain2 { padding-left: 15px; padding-right: 15px;}
	.real-cont {min-height: 200px; padding-bottom: 40px;}

	/* header */
	#header { height: 50px; }
	.sitelogo img { height: 32px; }

	/* sub */
	.sub-visual { height: 240px; }
	.sub-visual.height { height: 240px; }
	.sub-visual h4 { font-size: 12px; }
	.sub-title { margin-top:30px; } 
	.sub-title.list { margin-top: 50px; }	
	.real-cont { padding-bottom: 50px;}
	.real-cont2 { padding-bottom: 0; }

	/* main */
	.main-visual,
	.main-visual .slick-slide {height: 150vw;}
	.main-visual .caption {padding:0 15px;}
	.main-visual .caption .txt {gap:20px;}
	.main-visual .caption h4 {font-size:22px;}
	.main-visual .caption h2 {font-size:28px;}
	.mv-badge {flex-direction:column; gap:8px; padding:0 15px;}
	.mv-badge li {flex:none; width:100%; padding:12px 10px;}
	.sec2,
	.sec3,
	.sec4,
	.sec6,
	.sec7 {padding:48px 0;}
	.sec2 .main-tt,
	.sec4 .main-tt,
	.sec6 .main-tt {margin-bottom:28px;}
	.sec2-swiper .swiper-slide {width:82%;}
	.sec2-card p {margin-top:12px;}
	.sec3-box {border-radius:16px;}
	.sec3-head {padding:14px 15px;}
	.sec3-tt {padding:32px 15px; gap:10px;}
	.sec3-fields,
	.sec3-extra {gap:28px; padding:24px 15px;}
	.sec3 .opt-list {gap:12px 16px; min-height:0;}
	.sec3-extra .opt-list {gap:12px 16px;}
	.sec3-foot {padding:20px 15px;}
	.sec3 .field .hint { font-size: 13px; margin-bottom: 10px; line-height: 1.33em; }
	.sec3-submit {flex-wrap:wrap;}
	.sec3 .btn-submit {width:100%; height:48px; margin-left:0;}
	.sec3 .captcha-wrap {height:48px;}
	.sec4-grid {gap:24px;}
	.sec4-list li {padding-bottom:20px;}
	.sec4-list strong {width:88px;}
	.sec5-inner {padding:32px 15px;}
	.sec5-inner .main-tt {margin-bottom:24px;}
	.sec5-visual {min-height:280px;}
	.sec5-cap {left:0; right:0; padding:20px;}
	.sec5-visual .arrows {right:16px; bottom:16px;}
	.sec6-list li {flex-wrap:wrap; padding:16px 15px;}
	.sec6-list strong {width:60px;}
	.sec6-list p {width:100%; -webkit-line-clamp:1;}
	.sec7-intro {min-height:200px; padding:24px; border-radius:16px;}
	.sec7-cards {flex-direction:column;}
	.sec7 .contact-card {min-height:160px;}

	/* footer */
	.foot-links {flex-wrap:wrap; gap:12px 20px; padding:16px 0;}
	.foot-links a + a::before {left:-10px;}
	.foot-bottom {padding:28px 0; gap:20px;}
	.foot-info {gap:12px;}
	.foot-info address {gap:12px;}
	.foot-info address p {flex-direction:column; align-items:flex-start; gap:8px;}
	.foot-info .sep {display:none;}
	.foot-info .copy {flex-direction:column; align-items:flex-start; gap:8px;}
	.foot-sns a {width:40px; height:40px;}

	/* 제품 · 상담 */
	.product-tab { justify-content: center; gap: 6px; }
	.product-list ul {gap:20px;}
	.product-list ul li {width:100%;}
	.product-list ul li .info {padding:18px;}
	.product-path {padding:28px 0 12px; flex-wrap:wrap;}
	.product-top {padding:40px 0;}
	.product-image .img {padding-bottom:70%;}
	.product-info {gap:20px;}
	.product-spec li {width:100%;}
	.product-spec li:nth-child(odd) {border-right:0;}
	.product-spec li:nth-child(-n+2) {border-bottom:1px solid #e8e6e3;}
	.product-spec li:last-child {border-bottom:0;}
	.product-detail .tit { margin-bottom: 20px; }
	.product-detail {padding-top:40px;}
	.product-btns {flex-direction:column;}
	.btn-red,
	.btn-primary,
	.btn-line,
	.btn-white {padding:12px 22px;}
	.sub-background {padding:40px 0;}
	.sub-background .sub-bg {padding:32px 16px; border-radius:16px;}
	.sub-background .sub-bg p {margin:8px 0 24px;}
	.sub-background .sub-bg .btns {flex-direction:column; width:100%;}
	.sub-background .sub-bg .btns a {width:100%;}
	.inquiry-form .tit {margin-bottom:16px;}
	.inquiry-form .form-body {gap:24px; padding:28px 0;}
	.inquiry-form .field {gap:12px;}
	.inquiry-form .input {height:48px; padding:0 14px;}
	.inquiry-form textarea.input {height:180px; padding:14px;}
	.inquiry-form .btn-zip {height:48px; width:100%;}
	/* 캡차는 원본 220x74 비율을 유지한다(자르면 글자가 안 보인다). 이 폭에서는 wrap 이
	   flex-wrap 이라 입력칸이 아랫줄로 내려가므로 이미지는 폭을 다 써도 된다. */
	.inquiry-form .captcha-wrap img {width:auto; height:60px;}
	.inquiry-form .captcha-wrap .input {height:48px;}
	.inquiry-form .form-foot {padding-top:32px; gap:16px;}
	.inquiry-form .agree {flex-wrap:wrap;}

    /* 찾아오시는 길 */
	.root_daum_roughmap .wrap_map {height:250px !important;}

	/* board */
	.input {font-size:14px; padding:0 10px; height:38px;}
	select.input {padding-right:26px; background-image:url("/images/bbs/select_x2.png"); background-position:right 8px center; background-size:12px auto;}
	textarea.input {padding:7px 10px;}

	.board-search {display:flex; flex-direction:column; margin-bottom:0px;}
	.board-search.fx { width: 100%; }
	.board-search .total-page {order:3; float:none; font-size:13px;}
	.board-search .cate {float:none; order:1; margin-left:0; margin-bottom:5px;}
	.board-search .cate .input {display:block; width:100%;}
	.board-search .search {float:none; order:2; display:flex; width: 100%; }
	.board-search .search .input {flex:1 1 auto; min-width:0; width:1%;}

	.radiobox input:checked + label:before {background-image:url("/images/bbs/radiobox_x2.png"); background-size:8px auto;}
	.checkbox input:checked + label:before {background-image:url("/images/bbs/checkbox_x2.png"); background-size:11px auto;}

	.board-list {display:none;}
	.board-list-m {display:block;}

	.board-white table {display:block; border-top:0; border-bottom:0; font-size:14px;}
	
	.board-white table tbody {display:block;}
	.board-white table tr {display:block; padding:12px 0;}
	.board-white table th {display:block; border:0; text-align:left; padding:0; margin-bottom:7px; font-size:16px; background:none;}
	.board-white table td {display:block; border:0; padding:0;}
	.board-white .editor {padding:0; margin-top:-12px;}
	.board-white .item {margin:3px 12px 3px 0;}
	.board-white #user_name {max-width:100% !important;}
	.board-white + .buttons {margin-top:30px;}

	.board-form table { border-bottom: none; }
	.board-form table tbody {display:block;}
    .board-form table colgroup col {width: 100% !important; margin-bottom: 10px;}
	.board-form table tr {display:block; }
	.board-form table th {display:block; border:0; text-align:left; padding:0; font-size:15px; background:none; height: auto; margin-top: 24px; margin-bottom: 5px; }
    .board-form table th.pd { padding-top: 24px;}

	.file-fx { display: block; }
	.files-upload { width: 100%; }
	.file-fx .resume-btn { margin-top: 10px; }

	.board-form table td {display:block; border:0; padding:0;}
	.board-form + .buttons {margin-top:30px;}
    .board-form input#past_8, input#technic_9, input#sample_type_5, input#cell_type_5, input#blood_1 { width: 200px !important;}
    .clr-txt { font-size: 13px;}
    .clr-span { padding-left: 0;}
    .board-form tr th.bg { background: transparent;}
    .board-form tr td.fw { text-align: left; margin-bottom: 10px; font-size: 14px; color: #00316d;}
    .board-form .sel-fx select { width: 100%; }
    .board-form .input { font-size: 14px; }
    .board-form .item-pd { padding: 0; }

	.form-agree { margin-bottom: 30px; }
	.form-agree h3 {font-size:16px;}
	.form-agree .scroll-box {font-size:12px; max-height:110px; overflow:auto;}
	.form-agree .check {margin-top:12px; font-size:14px;}

	.board-view-tit h3 {font-size:17px;}
	.board-view-info {font-size:12px;}

	.board-prev-next dl {padding:10px 6px;}
	.board-prev-next dt {width:70px}

	.calendar-head h3 {font-size:18px; margin:0 17px;}
	.calendar-head .cal-btn {width:34px; height:34px; background-size:9px auto;}
	.calendar-head .cal-prev {background-image:url("/images/bbs/cal_prev_x2.png");}
	.calendar-head .cal-next {background-image:url("/images/bbs/cal_next_x2.png");}
	.calendar table th {padding:6px 4px; font-size:14px;}
	.calendar table td {height:60px; padding:5px 4px; font-size:12px;}
	.calendar ul li {padding-left:0; margin-bottom:6px;}
	.calendar ul li:before {display:none;}
	.calendar .cal-date {font-size:10px; margin-bottom:8px;}

	.buttons {margin:15px 0;}

	.btn-pack.small {height:26px; padding:0 8px; font-size:11px; line-height:24px;}
	.btn-pack.medium {height:38px; padding:0 14px; font-size:14px; line-height:36px;}
	.btn-pack.large {min-width:120px; height:42px; padding:0 18px; font-size:15px; line-height:40px;}
	.btn-pack.xlarge {min-width:120px; height:50px; padding:0 12px; font-size:14px; line-height:48px;}
	.btn-pack.comment {width:80px; height:32px; font-size:14px;}

    .btn-pack.ctbt { min-width: 120px; height: 42px; font-size: 15px; line-height: 40px;}

	.paginate {margin-top:20px;}
	.paginate a,  
	.paginate strong{margin:0 1px;width:30px;height:30px;font-size:14px;line-height:30px;}  
	.paginate a.direction {margin:0; background-size:11px;}
	.paginate a.direction.first {background-image:url("/images/bbs/btn_first_x2.png");}
	.paginate a.direction.prev {background-image:url("/images/bbs/btn_prev_x2.png"); margin-right:14px;}
	.paginate a.direction.next {background-image:url("/images/bbs/btn_next_x2.png"); margin-left:14px;}
	.paginate a.direction.last {background-image:url("/images/bbs/btn_last_x2.png");}

	.comment-area {margin-top:37px;}
	.comment-total {font-size:14px; margin-bottom:12px;}
	.comment-write {position:relative; padding:10px;}
	.comment-write .byte {position:absolute; bottom:15px; left:12px; font-size:12px;}
	.comment-write .write {display:block;}
	.comment-write .write textarea {display:block; width:100%; height:65px; margin-right:0;}
	.comment-write .write .btn {text-align:right; margin-top:6px;}
	.comment-item {padding:17px 4px;}
	.comment-item.comment-reply {padding-left:25px; background-image:url("/images/bbs/icon_reply_x2.png"); background-position:3px 18px; background-size:auto 13px;}
	.comment-info {font-size:14px;}
	.comment-info .name {margin-right:5px;}

	.faq .tit a {padding:7px 0 7px 5px;}
	.faq .tit a:after {display:none;}
	.faq .q {flex:0 0 26px; width:26px; height:26px; font-size:15px; line-height:26px; margin-right:10px;}
	.faq .cnt {padding:12px 12px 12px 15px;}
    
	.comment-info .date {font-size:11px;}
	.comment-ctr {font-size:12px;}
	.comment-ctr .bar {vertical-align:middle; margin:-.2em 4px 0;}
	.comment-txt {font-size:14px;}
	.comment-link {font-size:13px;}
	.comment-input {padding:10px;}
	.comment-input textarea {height:48px;}

	.board-password {padding:30px 20px;} 

    .form-agree .scroll-box { padding: 15px;}

	.gallery-list { padding: 20px 0 40px;}
    .gallery-list ul { gap: 35px 10px;}
    .gallery-list ul li { width: calc(100%/2 - 5px);}
    .gallery-list ul li .tit { font-size: 15px; }

	.store-search {padding:0; border-radius: 0; }
	.store-search .search-area h3 {font-size:16px; padding:15px 25px; margin-bottom:20px; background:#f4f4f4;}
	.store-search .search-area dl {display:block; padding:0 15px; margin:20px 0;}
	.store-search .search-area dl dt {width:auto; margin-bottom:6px; font-size:15px;}
	.store-search .search-area dl dd {width:auto;}
	.store-search .search-area input.input {width:calc(100% - 74px); margin-right:4px;}
	.store-search .search-area select.input {width:calc(50% - 39px); margin-right:4px;}
	.store-search .search-area .btn-pack.medium {width:70px;}

    .news-list ul li {padding:17px 0;}
	.news-list .thumb {width:38%; margin-right:14px;}
	.news-list .tit {font-size:15px; max-height:2.8em; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	.news-list .txt {font-size:13px; margin-top:3px; max-height:3em; -webkit-line-clamp:2;}
	.news-list .date {display:none;}
} 