@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: 1260px){
	
	/* main */
	.main-visual {min-width:100%; height:auto;}
	.main-visual .inner {position:relative; left:0; margin-left:0; width:100%; height:auto;}
	.main-visual .slick-prev {left:15px;}
	.main-visual .slick-next {right:15px;}

	.main-con .row {align-items:center;}

	/* sub */

	/* footer */

}

/* 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;}

	/* main */

	/* sub */
	.real-cont {padding-bottom:60px;}

	.char .head {padding-bottom:0; margin-bottom:30px;}
	.char .head .cnt {position:relative; right:0; width:100%;}
	.char .body .row {display:block;}
	.char .body .row .img {width:100%; text-align:center;}
	.char .body .row .cnt {width:100%; padding:30px 25px;}
	
	.finance .body ul {flex-wrap:wrap; justify-content: center;}
	.finance .body ul li {padding:10px 15px; width:33.33333%; margin-bottom:35px;}
	
	/* 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;}
	
	/* main */
	
	/* content */
	.biz .body table tr td {padding-left:15px;}

} 

/* 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 */
	#header .gnb-wrap {display:none;}
	#header .util .row .util-call {display:none;}
	.btn-m-menu {display:block; right:-5px;}
	#header .util {border-bottom:2px solid #ab2025;}
	#header .util .sitelogo {padding:18px 0;}
	#header .util .sitelogo a img {height:35px;}

	/* main */
	.main-con {padding:20px 0;}
	.main-con .row {display:block; margin:0;}
	.main-con .row .col {padding:0;}
	.main-con .row .col-1 {width:100%; margin-bottom:10px;}
	.main-con .row .col-2 {width:100%;}
	.main-con .col .box {padding:15px;}
	.main-con .col .box h2 {font-size:20px; margin-bottom:10px;}

	/* footer */
	#footer .row {display:block;}
	#footer .row .foot-logo {width:100%; margin-bottom:15px;}
	#footer .row .foot-info {width:100%; padding-left:0;}
	#footer .row .foot-info address {line-height:1.5em;}
	#footer .row .foot-info address span {margin-right:10px;}

	/* sub */
	#sub #container {padding-left:15px; padding-right:15px;}
	
	.real-cont {padding-bottom:40px; min-height:200px;}

	.sub-visual {height:150px; background-image:url("../images/common/sub_visual1_m.jpg");}

	.lnb {line-height:49px;}

	.sub-title {margin-top:20px; padding-bottom:15px; margin-bottom:25px;}
	.sub-title h2 {font-size:22px;}
	
	.biz .head {margin-bottom:20px;}
	.biz .head p {font-size:18px;}
	.biz .body .row {display:block; margin:0;}
	.biz .body .row .col {width:100%; padding:0; margin-bottom:15px;}
	.biz .body .row .col:last-child {margin-bottom:0;}
	.biz .body table tr th {font-size:15px; padding:10px 0;}
	.biz .body table tr td {font-size:15px; padding-left:10px;}

	.floor .body .row h3 {font-size:20px; margin-bottom:15px;}
	.floor .body .row .table-wrap {overflow-y:hidden; overflow-x:scroll;}
	.floor .body .row .floor-table {width:750px;}
	.floor .body .row .floor-table tr th {font-size:16px; padding:6px 0;}
	.floor .body .row .floor-table tr td {font-size:15px; padding:6px 0;}

	.char .head .cnt {padding:25px 15px;}
	.char .head .cnt h3 {font-size:20px; padding-bottom:10px; margin-bottom:10px;}
	.char .head .cnt h3:before {width:30px;}
	.char .head .cnt dl dd {margin-bottom:3px;}
	.char .body .row .cnt dl dd {font-size:16px; margin-bottom:12px;}
	.char .body .row .cnt dl dd:before {top:4px;}
	
	.s-tit {padding-left:30px;}
	.s-tit:before {width:20px; height:20px; top:3px;}
	.s-tit h3 {font-size:20px;}

	.finance .head .cnt h3 {font-size:20px; margin-bottom:15px;}
	.finance .head .cnt p {font-size:16px;}
	.finance .body ul li {width:50%;}
	.finance .body ul li:first-child {border-left:0;}
	.finance .body ul li:last-child {border-right:0;}
	.finance .body ul li:nth-child(2n) {border-right:0;}
	.finance .body ul li img {height:100px; margin-bottom:10px;}
	.finance .body ul li p {font-size:18px; line-height:1.5em;}
	.finance .body ul li p .point1 {font-size:25px;}
	.finance .body ul li p .point2 {font-size:22px;}

	.location .head {display:block;}
	.location .head .img .con {padding:0;}
	.location .head .img {width:100%; margin-bottom:25px; padding-right:0;}
	.location .head .cnt {width:100%;}
	.location .head .cnt ul li {margin-bottom:15px;}
	.location .head .cnt ul li .icon {width:75px;}
	.location .head .cnt ul li .icon img {height:75px;}
	.location .head .cnt ul li .txt {width:calc(100% - 75px); padding-left:10px;}
	.location .head .cnt ul li .txt dl dt {font-size:18px;}
	.location .head .cnt ul li .txt dl dd {font-size:15px;}
	.location .head .cnt ul li .txt dl dd br {display:none;}
	.location .body iframe {height:300px;}
	

	/* content */
	.gallery-list ul li {width:50%; margin-bottom:20px; font-size:15px;}
	.gallery-list ul li .thumb {margin-bottom:9px;}
	.gallery-list ul li:nth-child(3n+1) {clear:unset;}
	.gallery-list ul li:nth-child(2n+1) {clear:left;}
	
	/* 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;}
	
} 

/* Landscape phones and down */
@media (max-width: 480px) {
	
	
} 