@charset "utf-8";

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
tr.only-desktop-tablet {display:table-row;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* landscape tablet and desktop */
@media (max-width: 1200px){
	
	/* main */
	.main-sign {float:none; width:100%; padding:0;}
	.main-sign .head h2 {padding-right:75px;}
	.main-inquiry {float:none; width:100%; padding:0;}
	.content .main-row {margin:0;}
	
	.content {margin-left:220px;}

	.left-banr {width:185px;}
	.left-banr .head h2 {font-size:22px;}
	.left-banr .head p {font-size:15px;}
	.left-banr .box {padding:10px;}
	.left-banr .box p.txt {font-size:15px; margin-bottom:5px;}
	.left-banr .box a.txt-link {font-size:15px;}
	.left-banr .box a.txt-link span {font-size:16px;}
	.left-banr .box a.img-link {width:35px; height:35px; font-size:16px; line-height:35px;}
	.left-banr .box .cnt {padding-left:40px; margin-bottom:8px;}
	.left-banr .box .cnt h3 {font-size:20px;}
	.left-banr .box .cnt p {font-size:16px;}
	.left-banr .box .cnt.icon1 {background:url("../images/common/banr_icon1.png") 0 50% no-repeat; background-size:35px 35px}
	.left-banr .box .cnt.icon2 {background:url("../images/common/banr_icon2.png") 0 50% no-repeat; background-size:35px 35px}
	.left-banr .box p.tel {font-size:20px;}
	.left-banr .box p.mail {font-size:15px;}
	.left-banr .box p.money {font-size:16px; margin-bottom:6px;}
	.left-banr .box p.money-num {font-size:18px;}
	.left-banr .box p.money-name {font-size:15px;}

	/* sub */
	.real-cont {margin-left:205px;}

	.order .body ul li {padding:20px 0 20px 24px;}
	.order .body ul li .cnt {margin-left:67px;}
	.order .body ul li .cnt p {font-size:16px;}


	/* footer */
	#footer .foot-link ul li.location a {background: url('../images/common/foot_icon1.png') 20% 50% no-repeat;}
	#footer .foot-link ul li.biz a {background: url('../images/common/foot_icon2.png') 20% 50% no-repeat;}
	#footer .foot-link ul li.bank a {background: url('../images/common/foot_icon3.png') 20% 50% no-repeat;}

}

/* Landscape tablet */
@media (max-width: 1024px) {
	body, input, textarea, select, button, table {font-size:15px;}

	/* header */
	#skipToContent a.desktop {display:none;}
	#skipToContent a.mobile {display:block;}

	#gnb > ul > li > a {font-size:16px;}

	/* main */


	/* sub */
	.order .body ul li {float:none; width:100%; border-bottom:1px solid #fff;}
	

	/* footer */
	

	/* content */
	
	/* board */
	.board-search .total-page {font-size:14px;}
	.board-search .select {width:90px;}
	.board-search .input {width:140px;}

	.board-list table thead th {height:40px; font-size:14px;}
	.board-list table tbody td {padding:9px 0; font-size:14px;}
	.board-list table tbody td.no {width:10%;}
	.board-list table tbody td.name {width:12%;}
	.board-list table tbody td.date {width:12%;}
	.board-list table tbody td.hit {width:9%;}

	.board-view .head .tit {font-size:15px;}
	.board-view .head .info {font-size:13px; padding-top:10px; padding-bottom:10px;}

	.board-write .group {font-size:15px;line-height:32px;}
	.board-write .title {font-size:15px;}

	.paginate {margin:15px 0;}

} 

/* portrait tablet */
@media (max-width: 850px) {	
	.only-desktop {display:none;}
	.only-tablet {display:block;}
	
	/* sub */

	/* content */
} 

/* Landscape phone */
@media (max-width: 700px) {
	.only-desktop-tablet {display:none;}
	tr.only-desktop-tablet {display:none;}
	.only-tablet {display:none;}
	.only-mobile {display:block;}
	tr.only-mobile {display:table-row;}

	.contain {padding-left:15px; padding-right:15px;}

	/* header */
	.gnb-wrap {display:none;}
	#header .inner .sitelogo {text-align:left; display:inline-block; padding:17px 0;}
	#header .inner .sitelogo a img {height:35px;}
	.btn-m-menu {display:block;}
	

	/* main */
	.content {margin-left:0; padding:15px 0;}
	.left-banr {position:static;}
	.content .main-row {margin:0;}

	.main-visual {margin-top:0;}
	.main-visual .contain {padding:0;}
	
	.main-sign .head {margin-bottom:15px;}
	.main-sign .head h2 {font-size:18px;}
	.main-sign .head h2 span {font-size:13px; display:block; line-height:1.4em;}
	.main-sign .body {margin-bottom:15px;}
	.main-sign .body ul {margin:0 -2px;}
	.main-sign .body ul li {width:50%; padding:0 2px; margin-bottom:4px;}
	.main-sign .body ul li:nth-child(2n+1) {clear:left;}
	.main-sign .body .more {font-size:14px; top:15px;}
	
	.main-inquiry .head h2 {font-size:16px;}
	.main-inquiry .body {padding:7px 10px 0 10px; height:auto;}
	.main-inquiry .body li {font-size:16px; margin-bottom:6px;}

	.left-banr {width:100%; margin-bottom:15px;}
	.left-banr:after {content:''; display:block; clear:both;}
	.left-banr .box {float:left; width:50%; display:table; padding:0;}
	.left-banr .box .cell {display:table-cell; vertical-align:middle; height:130px; text-align:center;}
	.left-banr .box .wrap {text-align:left; display:inline-block;}
	.left-banr .box p {word-break:break-all;}
	.left-banr .head {padding:10px 0;}
	.left-banr .head h2 {font-size:16px;}
	.left-banr .box p.txt {font-size:14px;}
	.left-banr .box a.txt-link {font-size:14px;}
	.left-banr .box .cnt {padding-left:28px; margin-bottom:4px;}
	.left-banr .box .cnt.icon1 {background:url("../images/common/banr_icon1.png") 0 50% no-repeat; background-size:25px 25px}
	.left-banr .box .cnt.icon2 {background:url("../images/common/banr_icon2.png") 0 50% no-repeat; background-size:25px 25px}
	.left-banr .box .cnt h3 {font-size:16px;}
	.left-banr .box .cnt p {font-size:15px;}
	.left-banr .box p.money {font-size:15px; margin-bottom:3px;}
	.left-banr .box img {height:18px; margin-bottom:4px;}
	.left-banr .box p.money-num {font-size:14px;}
	.left-banr .box p.money-name {font-size:13px;}
	.left-banr .box p.tel {font-size:17px;}
	.left-banr .box a.img-link {width:30px; height:30px; font-size:14px; line-height:29px; bottom:34px;}
	.left-banr .box p.mail {font-size:14px;}
	


	/* footer */
	#footer .foot-link {border:0;}
	#footer .foot-link .contain {padding:0;}
	#footer .foot-link ul li:first-child {border-left:0;}
	#footer .foot-link ul li {float:none; width:100%; border-right:0; border-bottom:1px solid #929292;}
	#footer .foot-link ul li a {font-size:14px; padding:8px 0 8px 6px;}
	#footer .foot-logo {float:none; padding:20px 0; text-align:center;}
	#footer .foot-logo img {height:38px}
	#footer .foot-info {margin-left:0; padding:0; text-align:center;}
	#footer .foot-info .link {display:inline-block; margin-bottom:3px;}
	#footer .foot-info .link li {margin-right:15px;}
	#footer .foot-info .link li:last-child {margin-right:0;}
	#footer .foot-info address {font-size:14px; padding-bottom:20px;}
	#footer .foot-info address span {margin-right:10px;}
	

	/* sub */
	.sub-visual-wrap .contain {padding:0;}
	.sub-visual {display:table; width:100%; height:150px; margin:0; background-size:100% 100%;}
	.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center;}
	.sub-visual .cell h2 {color:#fff; font-size:15px; line-height:1.7em; letter-spacing:0; font-weight:300; text-shadow:3px 3px 4px rgba(0,0,0,.9);}
	.sub-visual .cell h2 span {font-size:20px; Font-weight:700;}
	.sub-visual.bg1 {background-image:url("../images/common/sub_visual1_m.jpg");}
	.sub-visual.bg2 {background-image:url("../images/common/sub_visual2_m.jpg");}
	.sub-visual.bg3 {background-image:url("../images/common/sub_visual3_m.jpg");}
	.sub-visual.bg4 {background-image:url("../images/common/sub_visual3_m.jpg");}
	.sub-visual.bg5 {background-image:url("../images/common/sub_visual3_m.jpg");}
	.sub-visual.bg6 {background-image:url("../images/common/sub_visual6_m.jpg");}


	#contArea {padding-left:15px; padding-right:15px;}
	
	.real-cont {padding-top:30px; padding-bottom:20px; min-height:200px; margin-left:0;}

	/* content */
	.sub-title {margin-bottom:20px;}
	.sub-title h2 {font-size:18px;}
	
	.order .head {padding:18px 10px; margin-bottom:20px;}
	.order .head p {font-size:15px;}
	.order .head p br {display:none;}
	.order .body ul {margin-bottom:25px;}
	.order .body ul li {padding:10px 0 10px 12px; height:80px;}
	.order .body ul li .icon-width {width:28px}
	.order .body ul li .icon {width:28px; height:24px;}
	.order .body ul li .cnt {padding-left:15px;font-size:15px;}
	.order .body ul li .cnt p {font-size:15px; text-indent:0; padding-left:0;}
	.order .body ul li .cnt p span {display:inline-block;}
	.order .body ul li .cnt p.middle {padding:0;}
	.order .body .ps-box p {font-size:15px;}
	.order .body .ps-box {margin-bottom:20px;}
	
	.price .head {padding:15px 10px; margin-bottom:20px;}
	.price .head p {font-size:15px;}
	.price .table01 tr th {font-size:17px; padding:6px 0;}
	.price .table01 tr td {font-size:15px; padding:6px 0;}
	.price .row .col {float:none; width:100%;}
	.price dl {margin-bottom:15px;}
	.price dl dt {margin-bottom:8px;}
	.price dl dd {font-size:15px;}

	.design .head {padding:15px 10px; margin-bottom:20px;}
	.design .head p {font-size:15px;}

	#sub-tab {margin-bottom:20px;}
	#sub-tab ul li a {font-size:15px; height:44px; padding:12px 0;}
	
	.gallery-list.col-1 ul {margin:0 -4px;}
	.gallery-list.col-1 ul li:nth-child(4n+1) {clear:unset;}
	.gallery-list.col-1 ul li:nth-child(2n+1) {clear:left;}
	.gallery-list.col-1 ul li {width:50%; padding:0 4px;}
	.gallery-list.col-2 ul {margin:0 -4px;}
	.gallery-list.col-2 ul li:nth-child(3n+1) {clear:unset;}
	.gallery-list.col-2 ul li:nth-child(2n+1) {clear:left;}
	.gallery-list.col-2 ul li {width:50%; padding:0 4px;}
	.gallery-list.col-3 ul {margin:0 -4px;}
	.gallery-list.col-3 ul li:nth-child(3n+1) {clear:unset;}
	.gallery-list.col-3 ul li:nth-child(2n+1) {clear:left;}
	.gallery-list.col-3 ul li {width:50%; padding:0 4px;}

	.location-info ul li span {width:65px;}
	.location-info ul li p {margin-left:80px;}

	.con-wrap {min-height:auto; margin-top:0;}


	/* board  */
	.input {height:32px; padding:5px; font-size:14px; line-height:20px;}
	.select {height:32px; padding:5px; font-size:14px; line-height:20px;}
	.textarea {padding:5px; font-size:14px; line-height:20px;}

	.board-search .total-page {display:none;}
	.board-search .search {float:none; text-align:left;}
	.board-search .search .select {width:80px;}
	.board-search .search .input {width:calc(100% - 170px);}
	.board-search .search .btn {height:32px !important; line-height:30px;}

	.board-list {display:none;}
	.board-list-m {display:block;}
	
	.board-view {margin:0 -15px;}
	.board-view .head .tit {font-size:15px; padding:10px 15px;}
	.board-view .head .info {font-size:12px; padding:8px 15px;}
	.board-view .head .files {padding:10px 18px 0;}
	.board-view .head .files .fileLayer {max-width:60%; right:15px;}
	.board-view .head .files .fileLayer a {word-break:break-all; line-height:1.2em;}
	.board-view .head .files .fileLayer img {vertical-align:middle;}
	.board-view .body {padding:15px 15px 25px;}

	.board-write {margin:0 -15px;}
	.board-write .group {padding:5px 0 5px 90px;}
	.board-write .title {top:10px; left:15px; width:75px;}
	.board-write .files_table .input {width:50% !important;}
	.board-write .textarea {width:100% !important;}
	.board-write input#title {width:75% !important;}

	.buttons {margin:10px 0;}

	.btn-pack.medium {height:32px; font-size:13px; line-height:30px;}
	.btn-pack.large {height:37px; line-height:35px; font-size:14px; padding:0 22px;}
	.btn-pack.xlarge {height:45px; font-size:16px; line-height:43px; padding:0 30px;}
	.btn-pack.submit,
	.btn-pack.cancel {width:120px; height:40px; font-size:14px; line-height:36px;}

	.prev_next {margin:0 -15px;}
	.prev_next dt {width:73px; padding:0 0 0 15px; text-align:left; margin-right:0;}
	.prev_next dd {margin-left:80px; padding-right:15px; color:#777;}
	.prev_next dd a {display:inline-block; vertical-align:top; max-width:95%; color:inherit; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

	.board-password {width:100%; padding:75px 10px 35px; background-size:45px;}
	.board-password dl dt {font-size:15px;}
	.board-password .input {width:50% !important;}

	.paginate a, .paginate strong {margin:0 1px; width:32px; height:32px; line-height:30px;}

	.mailform {margin:0 -15px;}
	.mailform .top-txt {padding:0 15px;}
	.mailform .top-txt .fl {float:none !important;}
	.mailform .top-txt .fl .btn-pack.large {float:left; width:50%;}
	.mailform table tbody th {padding:7px 0 7px 15px; width:28% !important;}
	.mailform table tbody td {padding:7px 15px 7px 10px;}
	.mailform .help-txt {padding:0 15px;}

	.form-agree {margin-top:25px; margin-bottom:25px;}
	.form-agree .btn {display:none;}

	.fancybox-opened .fancybox-skin {-webkit-box-shadow:none !important; -moz-box-shadow:none !important; box-shadow:none !important;}
	.fancybox-skin {background:transparent !important;}
	
} 

/* Landscape phones and down */
@media (max-width: 480px) {
	
	
} 