@charset "utf-8";
@media (max-width: 1800px) {

}
@media (max-width: 1400px) {
    body, input, textarea, select, button, table {font-size:14px;}	

    /* header */
    .sitelogo img { height: 66px;}
    #gnb { right: 0; }
    #gnb>ul>li { padding: 0 30px;}
    #gnb>ul>li>a { font-size: 16px; }
    #gnb>ul>li>a::after { height: 3px; }
    #gnb .submenu>ul { padding: 20px 5px;}
    #gnb .submenu>ul>li>a {font-size: 14px; padding: 6px 0;}
    .hd-right { margin-left: 0; }
    .hd-lang { gap: 5px; margin-right: 15px; }
    .hd-lang a { font-size: 12px; width: 26px; height: 26px; }
    .hd-shop { width: 25px; height: 28px; }
    /* [lang="en"] #gnb>ul>li { padding: 0 25px;}
    [lang="en"] #gnb>ul>li>a { font-size: 13px;} */

    /* footer */
    #footer { padding: 25px 0;}
    .ft-logo img {height: 60px;}
    .ft-text { padding-left: 30px; padding-top: 0; }
    .policy a { padding-right: 15px; }
    .scroll-top { width: 40px; height: 40px; font-size: 13px; border-radius: 40px; position: fixed; z-index: 111; right: 20px; bottom: 20px; top: auto;}

    /* visual */
    .main-visual .item { height: 750px;}
    .main-visual .caption h2 { font-size: 50px; }
    .main-visual .slick-dots { text-align: center; bottom: 30px; padding-left: 15px; padding-right: 15px; }
    .main-visual .slick-dots li { margin: 0 5px;}
    .main-visual .slick-dots li button { width: 10px; height: 10px; }

    /* main 공통 */
    .main-pd { padding-top: 90px; }
    .main-tit { font-size: 28px; }
    .main-tit span { padding-left: 5px; font-size: 13px; }
    [lang="en"] .main-view { width: 190px; }

    /* main */
    .sec1-tab { gap: 8px 30px; margin: 35px 0 30px;}
    .sec1-tab li { font-size: 17px; }
    .sec1-prev, .sec1-next { width: 17px; height: 34px; margin-top: -17px; }
    .sec1-swiper { padding-top: 15px; }
    .sec1-swiper-slide a:hover { transform: translateY(-15px); }
    .sec1-prev { left: 15px; }
    .sec1-next { right: 15px; }
    .sec1-swiper-slide .tit { font-size: 20px; left: 20px; bottom: 20px; }
    .sec2-view { width: 14px; height: 14px; top: 5px; }
    .sec2-list li a  { padding: 20px 10px;}
    .sec2-list li a::after { right: 10px; width: 16px; height: 12px; }
    .sec2-list li .date { margin-bottom: 12px; }
    .sec2-list li .tit { font-size: 16px; padding-right: 30px; }
    .sec2-list.af li .tit { padding-right: 0; }
    .sec3 { padding-bottom: 60px; }
    .sec3-fx { margin-bottom: 90px; }
    .sec3-fx .right { padding-left: 30px; padding-bottom: 0; }

    /* sub */
    .sub-visual { height: 400px;}
    .sub-visual h2 { font-size: 36px; }
    .sub-visual .cell.right { padding-top: 90px; }
    .sub-visual .cell.left { padding-top: 90px; padding-left: 0; }
    .sub-visual .cell.left h2 span { padding-left: 20px; }
    .lnb-wrap { margin-top: -50px; }
    .lnb ul li a { font-size: 15px; height: 50px; white-space: nowrap; padding: 0 15px;}
    .sub-title { padding: 50px 0 25px;}
    .sub-title h1 { font-size: 28px; }
    .real-cont { padding-bottom: 60px;}
    .real-cont2 { padding-bottom: 0; }

    /* 라운지 소개 */
    .sub1-tit { font-size: 21px; margin-bottom: 50px; padding-top: 20px; }
    .sub1-tit span { font-size: 36px; top: 12px; }

    /* 제품상세 */
    .prd-summary { margin-bottom: 60px; }
    .prd-slider-for { margin-bottom:8px;}
    .prd-slider-nav {margin:0 -4px;}
    .prd-slider-nav .image {padding:0 4px;}
    .prd-image { margin-right: 30px; width: 50%; }
    .prd-image .img { border-radius: 5px; }
    .prd-image .prd-slider-nav .img { border-radius: 5px; }
    .prd-slider-nav .slick-current .img::after { border-radius: 5px; }
    .prd-info h2 { font-size: 22px; margin-bottom: 15px; }
    .prd-info h2::before { width: 60px; margin-bottom: 20px; }
    .prd-info ul { margin-top: 25px; }
    .prd-info ul li { padding-top: 20px; }

    /* 협업문의 */
    .mapbox h3 { margin-bottom: 25px; }
    .mapbox .input { height: 44px; border-radius: 4px; margin-bottom: 10px; font-size: 14px; }
    .form-agree { margin-bottom: 30px; padding: 0; margin-top: 40px; }
    .form-agree .scroll-box { font-size: 14px; }
}
/* Landscape tablet */
@media (max-width: 1024px) {
    /* header */
    #gnb {display: none;}
    #header { height: 80px; }
    #header .contain { height: 100%;}
    #header .contain:after {content: none;}
    .sitelogo img { height: 60px;}
    .btn-m-menu {display: block !important; margin-left: 15px; }
    .mobile-navigation {display:block;}

    /* footer */
    #footer .contain { display: block; text-align: center;}
    .ft-logo img {height: 48px;}
    .ft-left { display: block; width: 100%; padding-right: 0; }
    .ft-text { padding-left: 0; width: 100%; margin: 20px 0; padding-top: 0; }
    .policy { text-align: center; }
    .ft-right { text-align: center;}
    .ft-sns { justify-content: center; margin-bottom: 20px; }

    /* visual  */
    .main-visual .item { height: 520px;}
    .main-visual .caption h2 { font-size: 36px; }

    /* 오시는 길 */
    .root_daum_roughmap .wrap_map {height:300px !important;}
    .mapbox { padding: 25px; margin-top: -30px; }
    .map-fx .right { padding-left: 0; }
    .map-tit { font-size: 19px; margin-bottom: 25px; }
    .map-tit.bd { padding-bottom: 20px; }
    .map-fx .left ul li { margin-bottom: 10px; }
    .map-fx .left ul li .tit { gap: 5px; width: 135px; }
    .map-fx .left ul li .tit img { height: 20px; }
    .map-sec2 { padding: 60px 0;}
    .map-iframe { height: 300px; }

	/* board */
	.input {padding:5px 14px; height:40px;}
	textarea.input {padding:12px 14px;}

    .board-search { margin-bottom: 20px; }
    .board-search .total-page { line-height: 40px; }
    .board-search .search input.input {width:240px; height: 40px; padding-right: 40px; border-radius: 4px; font-size: 14px; }
    .board-search .search .btn-sch { width: 40px; height: 40px; background-size: 15px; }

    .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; }

	.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 { padding-top: 15px; }
    .gallery-list ul { margin: 0 -5px;}
    .gallery-list ul li .thumb { margin-bottom: 15px; border-radius: 5px; }
    .gallery-list ul li .tit { font-size: 16px; margin-bottom: 4px; }

    .faq .tit {font-size:15px;}
	.faq .tit a {padding:15px;}
	.faq .tit a:after {top:14px;}
    .faq .tit .q { font-size: 18px; }
    .faq .tit a:after { right: 15px; width: 10px; height: 10px; top: -5px; }
    .faq .tit .ctr { width: 90px; }
	.faq .cnt {padding: 25px 15px; padding-left: 40px; font-size: 14px; }
    .faq .cnt .a { font-size: 18px; left: 15px; top: 25px; }

    .faq .cnt .title { 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 ;}

    .product-list ul { margin: 0 -5px;}
    .product-list ul li {width: 33.333%; padding: 0 5px; margin-bottom: 30px;}
    .product-list ul li .thumb { margin-bottom: 14px; border-radius: 4px;}
    .product-list ul li .tit { font-size: 15px; margin-bottom: 5px;}
    .product-list ul li .txt { font-size: 13px; }
    .product-list ul li .txtbox { padding-bottom: 10px; }
    .product-list ul li .thumb:after { border-radius: 4px; }
    .product-list ul li .view { background-size: 40px; }

    .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;}

} 

/* portrait tablet */
@media (max-width: 900px) {	
	.only-desktop {display:none;}
	.only-tablet {display:block;}

    /* 제품상세 */
    .prd-summary { display: block; margin-bottom: 40px; }
    .prd-image { width: 100%; margin-right: 0; }
    .prd-info { width: 100%; margin-top: 30px; }
    .prd-info h2 { font-size: 18px; }
    .prd-detail { padding-bottom: 25px; margin-bottom: 30px; }
    .prd-detail .tit { font-size: 18px; margin-bottom: 20px; }
}

/* 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;}

    /* header */
    #header { height: 60px !important;}
    #header .contain { padding-left: 15px; padding-right: 15px;}
    .sitelogo a img{ height: 48px;}
	.mobile-navigation .home {height:60px;}
	.mobile-navigation .close {top:17px;}
    .mobile-navigation { width: 300px;}

	#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;}

	/* footer */
    #footer .contain { display: block; padding-left: 15px; padding-right: 15px;}

    /* visual */
    .main-visual .item { height: 300px;}
    .main-visual .caption h2 { font-size: 26px; }

    /* main 공통 */
    .main-pd { padding-top: 50px; }
    .main-tit { font-size: 22px; }
    .main-tit span { padding-left: 5px; font-size: 12px; }
    .sec1-swiper-slide .tit { left: 15px; bottom: 15px; font-size: 18px; }
    .sec2-view { position: relative; right: auto; top: auto; margin-bottom: 15px; width: 30px; height: 30px; border-radius: 30px; background-size: 12px; border: 1px solid #ddd;}
    .sec3 { padding-bottom: 40px; }
    .sec3-fx { margin-bottom: 50px; display: block; }
    .sec3-fx .left { width: 100%; }
    .sec3-fx .right { padding-left: 0; padding-bottom: 0; padding-top: 25px; width: 100%; }
    .sec3-fx .right p { margin-bottom: 25px; }

    /* sub */
    .sub-visual { height: 220px;}
    .sub-visual h2 { font-size: 24px; }
    .sub-visual .cell.right { padding-top: 40px; }
    .sub-visual .cell.left { padding-top: 40px; padding-left: 0; }
    .lnb-wrap { margin-top: 0; background: #013558;}
    .lnb ul li a { font-size: 15px; height: 50px; white-space: nowrap; padding: 0 15px;}
    .sub-title { padding: 30px 0 20px;}
    .sub-title h1 { font-size: 22px; }
    .real-cont { padding-bottom: 40px;}
    .real-cont2 { padding-bottom: 0; }
    
    /* 라운지 소개 */
    .sub1-tit { font-size: 17px; margin-bottom: 40px; padding-top: 10px; }
    .sub1-tit span { font-size: 28px; top: 10px; }

    /* 오시는 길 */
    .root_daum_roughmap .wrap_map {height:250px !important;}
    .mapbox { padding: 15px; margin-top: -20px; padding-bottom: 30px; }
    .map-fx { flex-direction: column-reverse;}
    .map-fx .left{ width: 100%; padding-right: 0; }
    .map-fx .right { width: 100%; margin-bottom: 30px; }
    .map-sec2 { padding: 40px 0;}
    .map-iframe { height: 250px; }

	/* 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;}

	.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;}
    .search-inner dl dd .input.datepicker3 { padding-top: 0; }

	.board-search {display:flex; flex-direction:column; margin-bottom:10px;}
	.board-search .total-page {order:3; float:none; font-size:13px;}
	.board-search .search {float:none; order:2; display:flex; flex-wrap: wrap;}
	.board-search .search .input {flex:1 1 auto; min-width:0; width:1%;}
    .board-search .cate {float:none; margin-left:0; margin-bottom:5px; width: 100%; }
	.board-search .cate .input {display:block; width:100%; border-right: 1px solid #ddd;}

	.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 tbody {display:block;}
    .board-form table colgroup col {width: 100% !important; margin-bottom: 10px;}
	.board-form table tr {display:block; padding:12px 0;}
	.board-form table th {display:block; border:0; text-align:left; padding:0; margin:7px 0; font-size:14px; background:none;}
	.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;}

	.form-agree { margin-bottom: 30px; }
	.form-agree h3 {font-size:16px;}
	.form-agree .scroll-box {font-size:12px; max-height:110px; overflow:auto; border: 1px solid #ccc;}
	.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 22px; font-size:16px; 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 { font-size: 14px; }
	.faq .tit a {padding: 10px; }
    .faq .tit .ctr { width: 70px; }
	.faq .tit a:after {display:none;}
    .faq .tit .q { font-size: 16px; }
    .faq .cnt { padding-left: 30px; padding-top: 18px; font-size: 13px; }
    .faq .cnt .a { font-size: 16px; left: 10px; top: 20px; }
    
	.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 ul li { width: 50%;}
    .gallery-list ul li .tit { font-size: 15px; }

    .product-list ul li {width: 50%;}

    .store-search {padding: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;}
    .btn-map { margin-left: 10px;}
} 
@media (max-width: 420px) {
    .main-list li { width: 100%; }
}