@charset "utf-8";
@media (max-width: 1800px) {
    .dif-sec { height: auto; padding: 100px 0;}
}
@media (max-width: 1400px) {
    body, input, textarea, select, button, table {font-size:14px;}	

    /* footer */
    #footer { padding: 0 30px;}
    #footer .contain { padding: 25px 0;}
    .ft-left h3 { font-size: 16px; }
    .ft-text { font-size: 14px; margin: 12px 0;}
    .cpr { font-size: 13px; gap: 10px 20px; flex-wrap: wrap;}
    .policy a { padding-right: 15px; }
    .policy a:first-child::after { right: 6px; height: 12px; }
    .ft-list { gap: 20px; }
    .ft-list a { font-size: 15px; }
    .sns { gap: 14px; margin-left: 20px; }

    /* visual */
    .main-visual .item { height: 750px; }

    /* main 공통 */
    .main-pd { padding: 100px 0;}
    .main-titbox { margin-bottom: 40px; }
    .main-titbox.fx { gap: 10px 50px;}
    .main-tit { font-size: 44px; }
    .main-tit::after { width: 20px; height: 20px; top: 18px; right: -30px; }
    .main-txt { font-size: 20px; }
    .main-btn { padding: 0 15px; font-size: 20px; width: 180px; height: 44px; }
    .main-btn::after { right: 15px; }

    /* main */
    .sec1-tit { font-size: 30px; }
    .sec1-list { gap: 40px 9px;}
    .sec1-list li { width: calc(100%/3 - 6px);}
    .sec1-list li .thumb .abbox { background-size: 14px; background-position: calc(100% - 15px) 20px;}
    .sec1-list li .tit { font-size: 22px; }
    .sec1-list li .txt { font-size: 16px; }
    .sec2-prev, .sec2-next { width: 20px; height: 40px; }
    .sec2-prev { margin-right: 20px; }
    .sec2-next { margin-left: 20px; }
    .sec2-swiper-slide { border-radius: 5px; }
    .sec2-swiper-slide a { padding: 25px 15px; min-height: 400px;}
    .sec2-swiper .tit { font-size: 22px; margin: 25px 0 15px;}
    .sec2-swiper .tit2 { font-size: 19px; margin-bottom: 15px; }
    .sec2-swiper .txt { font-size: 16px; }
    .sec2-swiper img { height: 55px;}
    .sec3-fx .left .group { margin-bottom: 25px;}
    .sec3-fx .left .group h3 { font-size: 22px; }
    .sec3-fx .left .group p { font-size: 15px; }
    .sec3-form { gap: 40px 30px;}
    .sec3-form dl { width: calc(100%/2 - 15px);}
    .sec3-form dl dt { font-size: 16px; width: 75px; }
    .sec3-form dl.db dt .txt { font-size: 14px; padding-left: 10px;}
    .sec3-form dl dd .input { border-radius: 4px; }
    .sec3-form dl dd .items { gap: 10px 20px; }
    .sec3-form dl dd .items .item { font-size: 14px; }
    .sec3-form dl dd .file-button { border-radius: 4px; padding: 0 14px;}
    .sec3-form dl dd .file-name { margin-right: 5px; border-radius: 4px; padding: 0 10px; }
    .sec3-form dl dd .file-upload p { padding-left: 10px; }
    #kcaptcha_image { border-radius: 5px; }
    .submit-btn { font-size: 15px; }
    .sec3-submit .checkbox { font-size: 14px; font-weight: 500; }
    .sec3-submit .check a { font-size: 14px; font-weight: 500; }
    .sec4 { padding: 30px 0;}
    .sec4 .main-titbox { padding-left: 0; }
    .news-swiper-slide .tit { font-size: 20px; margin-bottom: 15px; padding: 15px 15px 0;}

    /* WORK */
    .work-list { gap: 40px 9px;}
    .work-list li { width: calc(100%/3 - 6px);}
    .work-list li .thumb .abbox { background-size: 14px; background-position: calc(100% - 15px) 20px;}
    .work-list li .tit { font-size: 22px; }
    .work-list li .txt { font-size: 16px; }
    .hst-prev, .hst-next {  display: none; }
    .hst-swiper .item { padding-left: 0; }
    .hst-swiper::before { top: 47px; }
    .hst-swiper .item .year { font-size: 23px;}

    /* sub */
    .lnb { max-width: 100%;}
    .lnb ul li a { font-size: 18px; padding: 12px 0 5px; padding-right: 20px;}
    .lnb-sub ul li a { padding-right: 20px; font-size: 16px;}
    #lnb3 ul li a { font-size: 14px; padding-right: 10px; }
    .lnb2 { max-width: 100%; padding-left: 0; padding-right: 0; margin: 0 30px;}
    /* .lnb-sub2 ul { gap: 20px; }
    .lnb-sub2 ul li a { padding: 12px 0 5px;} */
    .lnb-swiper { max-width: calc(100% - 60px); padding-left: 0; padding-right: 0; }
    .lnb-swiper ul li a { font-size: 18px; padding: 12px 0; padding-right: 20px; }
    .sub-title { padding: 60px 0;}
    .sub-title h1 { font-size: 28px; }
    .real-cont { padding-bottom: 60px;}
    .real-cont2 { padding-bottom: 0; }

    .work-list.pd { padding-bottom: 60px;}
}
@media (max-width: 1300px) {
    /* 공통 */
    .sub-pd { padding: 50px 0;}
    .sub-pd.first { padding-bottom: 50px; padding-top: 0; }
    .sub-pd.last { padding-top: 50px; padding-bottom: 0; }
    .subtit { font-size: 36px; margin-bottom: 35px; }
    .subtit.mg { margin-bottom: 22px; }
    .subtit2 { font-size: 20px; margin-bottom: 20px; }
    .subtit.fx { gap: 20px; flex-wrap: wrap;}
    .subtxt { font-size: 14px; font-weight: 400; }

    /* sub1 공통 */
    .sub1-bg { height: 650px;}
    .sub1-bg h2 { font-size: 46px; }
    .sub1-bg p { font-size: 16px; margin-top: 25px; }
    .sub1-bg p strong { font-size: 20px; }

    /* Introduce */
    .piramid { text-align: center; margin-bottom: 40px; }
    .vs-list { margin-bottom: 40px; }
    .vs-list li { font-size: 20px; height: 90px; border-right: none; border: 1px solid #fff;}
    .triangle img { height: 30px; }
    .vs-list2 { gap: 10px; }
    .vs-list2 li { width: calc(100%/2 - 5px); border-radius: 5px; padding: 25px 15px; }
    .vs-list2 li .tit { font-size: 22px; }
    .vs-list2 li .tit span { font-size: 14px; }
    .vs-list2 li img { right: 10px; bottom: 20px; height: 50px; }
    .sl-box { padding: 0 20px; border-radius: 5px; }
    .sl-box .group { padding: 25px 0;}
    .sl-box .group:last-child { border-bottom: none;}
    .sl-box .group .titbox { width: 180px; }
    .sl-box .group .titbox h4 { font-size: 20px; margin-bottom: 5px; }
    .sl-box .group .titbox p { font-size: 14px; }
    .sl-box .group .info ul { gap: 5px 10px;}
    .sl-box .group .info ul li { font-size: 16px; }
    .sl-box .group .info h5 { font-size: 16px; margin-bottom: 10px; }
    .pt-list { gap: 16px; padding-left: 0; }
    .pt-list li { width: calc(100%/4 - 12px);}
    
    /* Differentiation */
    .dif-sec {height: auto; padding: 60px 0;} 
    .dif-fx .info h5 { font-size: 20px; margin-bottom: 30px; }
    .dif-fx .info p { font-size: 16px; margin-bottom: 18px; }
    .dif-fx .info p span { font-size: 18px; }

    /* price - 리스트 */
    .pr h4 { padding: 40px 0 30px; font-size: 20px; }
    .pr-list li a{ padding: 15px 0; }
    .pr-list li a .subtit::before { width: 40px; height: 25px; }
    .pr-list li a .subtit{ padding-left: 50px; }
    .pr-list li a .txt { font-size: 16px; }

    /* price - 상세 */
    .pr-tbl tr th { font-size: 26px; padding: 25px 10px;}
    .pr-tbl tr td { padding: 15px 10px; font-size: 16px; }
    .pr-tbl tr td.bg { font-size: 20px; }
    .pr-tbl tr td.bg span { font-size: 17px; }
    .pr-tbl tr td .group { margin-bottom: 25px; }
    .pr-tbl.white tr th { font-size: 24px; }
    .pr-tbl.white tr td.bg { font-size: 18px; }
    .pr-btn { font-size: 14px; height: 40px;width: 120px; padding-left: 15px; }
    .pr-btn::after { right: 15px; }
    .ct-txt { font-size: 16px; margin-bottom: 25px; }
    .pr-ct { display: block; } 
    .pr-ct .left { width: 100%; padding-right: 0; }
    .pr-ct .right { width: 100%; }
    .add-box .group  { margin-bottom: 25px;}
    .add-box .group h4 { font-size: 22px; }
    .ct { margin-top:30px; }
    .ct .fx { gap: 15px; margin-bottom: 25px; }
    .ct .fx .group h5 { font-size: 16px; width: 65px; }
    .ct .input { border-radius: 4px; }
    .ct .item-fx { gap: 10px 20px;}
    .ct .item-fx .item { font-size: 14px; font-weight: 400; }
    .ct .memo-txt { font-size: 13px; padding-left: 0; font-weight: 400; margin-top: 5px; }
    .ct .submit-btn { font-size: 15px; }
    .ct-cnt { margin-top: 40px; flex-wrap: wrap;}
    .ct-cnt>div .tit { font-size: 20px; padding: 15px 10px;}
    .ct-cnt>div .cnt { padding: 30px 10px;}
    .ct-cnt>div .cnt img { height: 40px; }
    .ct-cnt>div .cnt p { font-size: 16px; }
    .ct-cnt>div .cnt p.mt { margin-top: 15px; }
    .ct-cnt>div .cnt .line { margin: 15px auto; width: 30px; }

}
/* Landscape tablet */
@media (max-width: 1024px) {
    /* header */
    #gnb {display: none;}
    #header .contain { height: 100%; padding-left: 0;}
    #header .contain:after {content: none;}
    .btn-m-menu {display: block !important; }
    .mobile-navigation {display:block;}
    .list-icon { display: inline-block !important; }
    .sitelogo { left: 0; }
    .sitelogo img { height: 90px; }
    :root{
        --header-height: 100px;
    }

    /* footer */
    #footer { padding: 0; }
    #footer .contain { display: block; text-align: center; }
    .ft-right { text-align: center; width: 100%; margin-top: 20px; }
    .cpr { justify-content: center;}
    .ft-list { justify-content: center;}
    .ft-fx { display: block; text-align: center; }
    .sns { justify-content: center; margin-top: 15px; margin-left: 0; }
    
    /* visual */
    .main-visual .item { height: 520px; }
    .main-visual .caption h2 { font-size: 28px; }

    /* 찾아오시는 길 */
    .root_daum_roughmap .wrap_map {height:300px !important;}

    /* WORK 상세페이지 */
    .work-visual { background-size: contain; background-position: top; }
    .work-detail { padding-top: 60px; }

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

    .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; }
    .board-form .input { height: 40px; }
    .board-form .sel-fx { gap: 9px; }
    .board-form .sel-fx select { width: calc(100%/3 - 6px); }

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

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

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

    .product-list ul { margin: 0 -5px;}
    .product-list ul li { padding: 0 5px; margin-bottom: 35px; width: 33.3333%;}
    .product-list ul li .thumb { margin-bottom: 15px; }
    .product-list ul li .ctr { font-size: 14px; }
    .product-list ul li .tit { font-size: 16px; }

} 

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

    /* main */
    .sec1-list { gap: 40px 8px;}
    .sec1-list li { width: calc(100%/2 - 4px);}
    .sec3-fx { display: block; }
    .sec3-fx .left { width: 100%;}
    .sec3-fx .right { width: 100%; margin-top: 40px;}
    .sec3-form { gap: 30px 20px;}
    .sec3-form dl { width: 100%; display: block; }
    .sec3-form dl dt { width: 100%; margin-bottom: 10px; }
    .sec3-form dl dd { width: 100%;}
    .sec3-form dl dd .input { width: 100%;}

    /* WORK */
    .work-list { gap: 40px 8px;}
    .work-list li { width: calc(100%/2 - 4px);}

    /* Introduce */
    .sl-box .group .info ul li { width: calc(100%/2 - 5px) !important;}

    /* Differentiation */
    .dif-fx { display: flex; flex-direction: column-reverse !important;}
    .dif-fx>div { width: calc(100%); }
    .dif-fx .info {padding-right: 0; margin-top: 30px; }
    .dif-fx.rv { text-align: left; }
    .dif-fx.rv .info { padding-left: 0; padding-right: 0; text-align: left;}

    /* price - 리스트 */
    .pr-list li a { display: block; width: 100%; }
    .pr-list li a .subtit { padding-left: 0; width: 100%; }
    .pr-list li a .subtit::before { left: auto; right: 0; }
    .pr-list li a .txt { font-size: 14px; margin-top: 10px; }
    .ct .fx { display: block; margin-bottom: 35px; }
    .ct .fx .group{ width: 100% !important; margin-bottom: 35px; }
}
/* 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 { border-bottom: none;}
    #header .contain { padding-left: 0; padding-right: 15px;}
    .sitelogo img { height: 60px;  }
	.mobile-navigation .home {height:60px;}
	.mobile-navigation .close {top:17px;}
    .mobile-navigation { width: 300px;}
    :root{
        --header-height: 60px;
    }

	#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; text-align: center;}

    /* visual */
    .main-visual .item { height: 320px; }
    
    /* main 공통 */
    .main-pd { padding: 50px 0;}
    .main-titbox { margin-bottom: 40px; flex-wrap: wrap;}
    .main-tit { font-size: 26px; }
    .main-tit::after { width: 14px; height: 14px; top: 10px; right: -24px; }
    .main-txt { font-size: 20px; }
    .main-btn { padding: 0 15px; font-size: 16px; width: 180px; height: 44px; }
    .main-btn::after { right: 15px; }

    /* main */
    .sec1-tit { font-size: 20px; }
    .sec1-list { gap: 35px 8px;}
    .sec1-list li { width: calc(100%/2 - 4px);}
    .sec1-list li .thumb .abbox { background-size: 14px; background-position: calc(100% - 15px) 20px;}
    .sec1-list li .tit { font-size: 18px; }
    .sec1-list li .txt { font-size: 14px; }
    .sec2-prev, .sec2-next { width: 20px; height: 40px; display: none; }
    .sec2-prev { margin-right: 20px; }
    .sec2-next { margin-left: 20px; }
    .sec2-swiper-slide a { border-radius: 5px; padding: 25px 15px; min-height: 330px;}
    .sec2-swiper .tit { font-size: 18px; margin: 20px 0 15px;}
    .sec2-swiper .tit2 { font-size: 16px; margin-bottom: 15px; }
    .sec2-swiper .txt { font-size: 14px; }
    .sec2-swiper img { height: 45px;}
    .sec3-fx .left .group h3 { font-size: 19px; }
    .sec3-fx .left .group p { font-size: 14px; }
    .sec3-form dl dt { font-size: 15px;}
    .sec3-form dl.db dt .txt { display: block; padding-left: 0; padding-top: 5px; }
    .news-swiper-slide .tit { font-size: 16px; }

    /* work */
    .work-list { gap: 35px 8px; margin-top: 35px; }
    .work-list li { width: calc(100%/2 - 4px);}
    .work-list li .thumb .abbox { background-size: 14px; background-position: calc(100% - 15px) 20px;}
    .work-list li .tit { font-size: 18px; }
    .work-list li .txt { font-size: 14px; }
    .work-detail .view-prev-next { margin: 40px 0; gap: 30px; }

    /* sub */
    .sub-visual { height: 260px;}    
    .sub-visual h2 { font-size: 24px;}
    .lnb { padding-left: 15px; padding-right: 15px; }
    .lnb ul li a { font-size: 16px; padding: 12px 0 5px; padding-right: 20px;}
    .lnb-sub ul li a { padding-right: 20px; font-size: 14px;}
    #lnb3 .swiper-wrapper { flex-wrap: wrap; }
    #lnb3 ul li a { font-size: 12px; padding: 10px; padding-bottom: 0; padding-left: 0; }
    .lnb-swiper { max-width: calc(100% - 30px); }
    .lnb-swiper ul { flex-wrap: wrap; padding-bottom: 10px; }
    .lnb-swiper ul li a { font-size: 14px; padding: 10px; padding-left: 0; font-weight: 400; padding-bottom: 0; }
    .sub-title { padding: 40px 0; }
    .sub-title h1 { font-size: 24px; }
    .real-cont { padding-bottom: 40px; }
    .real-cont2 { padding-bottom: 0; }
    .work-list.pd { padding-bottom:40px; }

    /* 공통 */
    .sub-pd { padding: 40px 0;}
    .sub-pd.first { padding-bottom: 40px; padding-top: 0; }
    .sub-pd.last { padding-top:40px; padding-bottom: 0; }
    .subtit { font-size: 24px; margin-bottom: 30px; }
    .subtit.mg { margin-bottom: 22px; }
    .subtit2 { font-size: 18px; margin-bottom: 20px; }
    .subtit.fx { gap: 15px; flex-wrap: wrap;}
    .subtxt { font-size: 14px; font-weight: 400; }

    /* sub1 공통 */
    .sub1-bg { height: auto; padding: 60px 15px; }
    .sub1-bg h2 { font-size: 26px; }
    .sub1-bg p { font-size: 14px; margin-top: 25px; }
    .sub1-bg p strong { font-size: 18px; }

    /* Introduce */
    .vs-list {flex-wrap: wrap; margin-bottom: 25px; }
    .vs-list li { width: 100%; font-size: 18px; height: 50px; }
    .vs-list li br { display: none; }
    .vs-list2 li { width: 100%; height: 190px; }
    .sl-box .group { display: block; }
    .sl-box .group .titbox { width: 100%; margin-bottom: 15px; }
    .sl-box .group .info { width: 100%; }
    .sl-box .group .info ul li { font-size: 14px; width: 100% !important; }
    .pt-list li { width: calc(100%/2 - 8px);}

    /* Differentiation */
    .dif-sec {height: auto; padding: 40px 0;} 
    .dif-fx .info h5 { font-size: 18px; margin-bottom: 30px; }
    .dif-fx .info p { font-size: 14px; margin-bottom: 18px; }
    .dif-fx .info p span { font-size: 15px; }

    /* price - 상세 */
    .pr-tbl tr th { font-size: 18px; padding: 25px 10px;}
    .pr-tbl tr td { padding: 12px 10px; font-size: 13px; font-weight: 400; white-space: nowrap;}
    .pr-tbl tr td.bg { font-size: 16px; }
    .pr-tbl tr td.bg span { font-size: 14px; }
    .pr-span { font-size: 14px; margin-top: 15px; }
    .pr-tbl.white tr th { font-size: 16px; }
    .pr-tbl.white tr td.bg { font-size: 15px; }
    .pr-btn { margin: 40px auto 0;}
    .ct-txt { font-size: 14px; }
    .ct .fx .group { display: block !important;}
    .ct .fx .group h5 { display: block; width: 100%; margin-bottom: 12px; }
    .ct .fx .group .inp{ width: 100%; }
    .ct-cnt>div { width: 100%; }
    .ct-cnt>div:last-child .cnt { border-left: 1px solid #ddd;}
    .ct-cnt>div .tit { font-size: 18px; }
    .ct-cnt>div .cnt p { font-size: 14px; }
    .sec2-swiper.w100 { width: 100%; margin-right: 0; }
    .sec3-submit { display: block; }
    .sec3-submit .check { margin-bottom: 15px; }
    .sec3-submit .checkbox.pl { padding-left: 20px; }
    
    /* 찾아오시는 길 */
    .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;}

	.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-search {display:flex; flex-direction:column; margin-bottom:10px;}
	.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;}
	.board-search .search .input {flex:1 1 auto; min-width:0; width:1%;}

	.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:15px; 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;}
    .board-form .sel-fx select { width: 100%; }
    .board-form .input { font-size: 14px; }

	.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 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 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 ul li { width: 50%;}
    .gallery-list ul li .tit { font-size: 15px; }

    .product-list ul li {width: 50%;}
    .product-list ul li .ctr { font-size: 13px; }
    .product-list ul li .tit { font-size: 15px; }

    .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) {
}