@charset "utf-8";


@media (max-width: 1200px) {
	#gnb > ul > li {margin: 0 20px;}
	#gnb .submenu ul li {margin-left:20px;}
}
/* Landscape tablet */
@media (max-width: 1024px) {
	body, input, textarea, select, button, table {font-size:15px;}	

	/* layout */
	#wrapper {padding-top: 70px;}
	.real-cont {padding-bottom: 80px;}

	/* main */
	#gnb {display: none;}
	#header {position: fixed; top: 0; left: 0; width: 100%; box-shadow: 0 0 3px rgb(0 0 0 / 15%); background-color: #fff;}
	#header .contain {height: 70px;}

	.sitelogo {margin-top: -25px;}
	.sitelogo img {height: 50px;}

	.btn-m-menu {display: block;}

	.main-visual .slick-dots {bottom: 20px;}
	.main-visual .slick-dots button {width: 10px; height: 10px;}

	.m-sec {padding: 80px 0;}
	.m-head h2 {font-size: 28px;}
	.m-head p {font-size: 1em;}

	.main-store ul {margin: -5px -2px;}
	.main-store ul li {width: 25%; padding:5px 2px;}

	.main-brand ul {margin: -5px -2px;}
	.main-brand ul li {width: 25%; padding:5px 2px;}
	
	/* footer */
	#footer {padding: 42px 0 30px;text-align: center;}
	#footer .contain {display: block; flex-wrap: wrap;justify-content: flex-end;}
	.foot-logo {width: 100%;}
	.foot-logo img {height: 80px;}

	.foot-info {order: 3; width: 100%;}
	.foot-links {order: 2; margin: 25px 0 20px;}
	.foot-links ul {justify-content: center;}
	.foot-links ul li {margin: 0 15px;}


	/* sub */
	.sub-visual {height: 220px;}

	.lnb {margin-top: 0;}
	.lnb ul li {min-height: 50px;}
	.lnb ul li a {font-size: 1em;}

	.sub-title {padding-bottom: 40px;}
	.sub-title h2 {font-size: 28px;}
	.sub-title span {font-size: 0.867em;}

	.greetings .img {height: 280px;}
	.greetings .txt {font-size: 1em; padding: 30px 0 30px 40px;}
	.greetings .txt p br {display: none;}

	.root_daum_roughmap .wrap_map {height:350px !important;}
	.loc-info .col {font-size: 1em; padding-left: 41px;}
	.loc-info .col img {height: 30px; top: -2px;}
	.loc-info .col.addr {padding-left: 53px;}
	.loc-info .col.addr img {height: 40px; top: -7px;}
	.loc-info .contact {float: none;}
	.loc-info .contact .col {margin-right: 32px;}


	/* 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-white table {font-size:15px;}

	.board-form-txt {font-size: 1.25em;}
	.board-form table {font-size:15px;}

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

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

	.left-menu {width: 220px; margin-right: 30px;}
	.left-menu .tit {font-size: 1.125em; padding: 14px 40px 14px 12px;}
	.left-menu > ul > li > a {font-size: 1em; padding: 14px 12px;}

	.product-list ul {margin: 0 -10px;}
	.product-list ul li {width: 33.3333333%; padding: 0 10px;}
	.product-list ul li .thumb {margin-bottom: 12px;}
	.product-list ul li .tit {font-size: 15px;}


} 

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

	/* layout */
	#wrapper {padding-top: 60px;}

	.real-cont.flex {flex-direction: column;}

	/* main */
	#header .contain {height: 60px;}

	.sitelogo {margin-top: -21px;}
	.sitelogo img {height: 42px;}

	
	/* footer */

	/* sub */

	/* board */	
	.left-menu {width: 100%; margin-right: 0; margin-bottom: 30px;}
	.left-menu .tit {border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
	.left-menu > ul {display: none; max-height: 400px; position: absolute; left: 0; width: 100%; border-left: 1px solid #ddd; border-right: 1px solid #ddd;} 

	.divWrap {width: 100%;}
	
} 

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

	/* layout */	
	.contain {padding-left: 15px; padding-right: 15px;}
	.real-cont {padding-bottom: 40px;}
	#contArea {padding-left: 15px; padding-right: 15px;}

	/* main */
	.sitelogo {left: 15px; margin-top: -18px;}
	.sitelogo img {height: 36px;}

	.btn-m-menu {right: 15px; width: 24px; height: 26px; margin-top: -13px;}

	.mobile-navigation .nav-menu>ul>li>a {padding: 10px 20px; font-size: 16px;}
	.mobile-navigation .nav-menu .submenu {padding: 8px 10px; font-size: 14px;}
	.mobile-navigation .nav-menu .submenu ul li a {padding: 8px 10px;}
	.mobile-navigation .nav-menu>ul .ico {width: 14px; height: 14px;}

	.m-sec {padding: 40px 0;}
	.m-head {margin-bottom: 25px;}
	.m-head h2 {font-size: 20px; margin-bottom: 6px;}
	.m-head p {font-size: 12px;}

	.main-store ul li {width: 33.3333333%;}
	
	
	/* footer */
	#footer {padding: 30px 0 20px; font-size: 13px;}
	
	.foot-logo img {height: 62px;}

	.foot-links {margin: 25px 0 15px;}
	.foot-links ul li {margin: 0 10px;}
	.foot-links ul li a {padding-left: 20px; background-size: 13px;}

	.foot-info address span {margin-right: 12px;}
	.foot-info address span .bar {height: 9px; margin: 0 5px;}

	.foot-info .copyright {font-size: 12px;}
	.foot-info .copyright a {display: block;}


	/* sub */
	.sub-visual {height:130px;}
	
	.sub-title {padding: 40px 0 35px;}
	.sub-title h2 {font-size:22px;}

	.greetings .img {height: 120px;}
	.greetings .txt {padding: 20px 0 10px 20px;}

	.root_daum_roughmap .wrap_map {height:250px !important;}
	.loc-info .col {margin-top: 20px;}
	.loc-info .col .big {font-size: 1.125em;}
	.loc-info .col.addr {padding-left: 41px;}
	.loc-info .col.addr img {height: 30px; top: -4px;}

	


	/* 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;}
	.board-search .search form {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 tr {display:block; padding:12px 0;}
	.board-form table th {display:block; border:0; text-align:left; padding:0; margin-bottom:7px; font-size:16px; background:none;}
	.board-form table td {display:block; border:0; padding:0;}
	.board-form + .buttons {margin-top:30px;}

	.form-agree {margin:30px 0 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}

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

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

	.left-menu > ul {max-height: 300px;}
	.product-list ul {margin:0 -7px;}
	.product-list ul li {width:50%; padding:0 7px; margin-bottom:27px;}
	.product-list ul li .thumb {margin-bottom:10px;}
	.product-list ul li .tit {font-size:14px;}

	

} 

/* Landscape phones and down */
@media (max-width: 320px) {
} 