@charset "utf-8";


/* Landscape tablet to portrait tablet */
@media (max-width: 1200px) {
	/* 공통 */
	.only-desktop {display:none;}
	.only-tablet {display:block;}
	.only-mobile {display:none;}
	.desktop-tablet {display:block;}

	/* sub page */
	#sub #container {padding:0 15px;}


	/* footer */
	#footer {padding:25px 15px;}
	#footer .bar {padding:0 5px;}

	
	
	/* doc */
	.customer-info-type1 {padding:30px 20px; margin-bottom:25px;}
	.customer-info-type2 {border-radius:20px; padding:40px 35px; margin-bottom:40px;}
	.customer-info-type2 .title {font-size:20px; margin-bottom:30px;}
	.customer-info-type2 .icon-step {margin-bottom:40px;}
	.customer-info-type2 .icon-step ul {margin:0 -10px;}
	.customer-info-type2 .icon-step ul li {padding:0 10px; margin-bottom:15px;}
	.customer-info-type2 .step-cnt {margin-bottom:40px;}
	.customer-info-type2 .step-cnt ul {margin:0 -15px;}
	.customer-info-type2 .step-cnt ul li {padding:0 15px;}
	.customer-info-type2 .step-cnt ul li dl dt {font-size:18px;}
	.customer-info-type2 .pay .tit {font-size:18px;}

	.customer-info-type3 ul {margin:0 -2px;}
	.customer-info-type3 ul li {padding:0 2px;}
	.customer-info-type3 ul li .box {width:100%; height:140px; display:table;}
	.customer-info-type3 ul li .box .icon {width:50px; margin-right:10px; background-size:50px;}
	.customer-info-type3 ul li .box dl dt {font-size:18px;}
	.customer-info-type3 ul li .box dl dd {font-size:15px;}
	.customer-info-type3 ul li .box .tit {font-size:18px;}
	.customer-info-type3 ul li.type1 .box .icon {width:50px;}
	.customer-info-type3 ul li.type2 .box dl dd {font-size:20px;}


	/* board */
	.board-form {display:none;}
	.m-board-form {display:block;}
	.mailform table {font-size:14px;}
	.mailform table thead th {padding:7px 5px; height:30px;}
	.mailform table tbody th {padding:7px 5px;}
	.mailform table tbody td {padding:7px 10px;}


	.gallery-list ul {margin:0 -15px;}
	.gallery-list ul li {padding:0 15px; margin-bottom:20px;}
	



}


@media (max-width: 1024px) {
	.only-desktop {display:none;}
	.only-tablet {display:block;}
	.only-mobile {display:none;}
	.desktop-tablet {display:block;}
	
	/* header */
	#header .contain {height:100px}
	#header .sitelogo {top:23px; left:15px;}
	#header .sitelogo img {height:50px;}
	#gnb ul li {font-size:18px; padding:0 40px; line-height:100px;}
	#gnb .submenu > ul > li {font-size:15px;}

	/* sub */
	#sub #container {margin:0 auto 0; padding:0;}
	#contArea {margin-left:0;}
	
	.real-cont {min-height:300px; _height:300px; padding:0 15px 50px;}

	.sub-title {display:none;}

	.sub-visual {padding-bottom:25%;}
	.sub-visual .text .title {font-size:30px; padding-bottom:15px;}
	.sub-visual .text .title:after {margin-left:-15px;width:30px;}

	/* 메뉴 */
	#lnb {display:none;}
	.m-lnb {display:block;position:relative; background:#005c91;text-align:center; margin-bottom:20px;}
	.m-lnb .submenu {position:relative; z-index:100}
	.m-lnb .submenu:after {content:"";position:absolute; top:11px; right:20px; transform:rotate(45deg); border:solid #fff;border-width:0 2px 2px 0; padding:5px;}
	.m-lnb .submenu > a {display:block; padding:10px 25px 10px 19px; color:#fff; font-size:1.1em; line-height:20px; transition:none;}
	.m-lnb .submenu.active:after {top:17px; transform:rotate(-135deg);}
	.m-lnb .submenu ul {display:none; position:absolute; top:40px; left:0; width:100%; background:#f3f4f5; z-index:50;}
	.m-lnb .submenu ul li a {display:block; padding:7px 0; color:#5d5d5d; font-size:15px; line-height:20px; text-decoration:none; border-bottom:1px solid #e0e0e0;}
	.m-lnb .submenu ul li a:hover {color:#fff; background:#005c91; border-bottom:1px solid #005c91;}
	
	.menu-online {display:none;}
	.m-menu-online {display:block; background:#fff; margin:0 -15px 20px;}
	.m-menu-online .swiper-wrapper .swiper-slide {float:left; position:relative;}
	.m-menu-online .swiper-wrapper .swiper-slide:first-child a {margin-left:0;}
	.m-menu-online .swiper-wrapper .swiper-slide a {display:block; text-align:center; vertical-align:middle; color:#686868; border:1px solid #ddd; margin-left:-1px;font-size:14px; font-weight:500; line-height:40px;}
	.m-menu-online .swiper-wrapper .swiper-slide.active a {color:#fff; background:#005c91; border-color:#005c91;}
	

	/* doc */
	.kakao-map {height:300px !important;}
	.kakao-map .wrap_map { height:300px !important;}

	.map-info ul li {float:none; width:100%;}
	.map-info ul li:nth-child(even) {width:100%}
	.map-info ul li .cnt {margin-left:110px}

	.map-cnt .title {font-size:15px;}
	.map-cnt .cnt {font-size:15px;}
	.map-cnt.type2 {margin-bottom:30px;}
	
	/* board */
	/* 온라인상담 폼 */
	.online-form .group {padding:7px 7px;}
	.online-form .group.bg {background:#f5f5f5}
	.online-form .group ul {margin:0 -10px}
	.online-form .group ul li {padding:0 10px;}

	.gallery-list ul {margin:0 -7px;}
	.gallery-list ul li {padding:0 7px;}


	
	
}

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

	/* header */
	#wrapper {padding-top:80px;}
	#header {position:fixed; top:0; left:0; width:100%; height:80px; background:#fff; box-shadow:2px 2px 2px 2px rgba(0,0,0,.1); z-index:150}
	#header .contain {height:auto;}
	#header .sitelogo {top:18px}
	#header .sitelogo img {height:45px;}
	#gnb {display:none;}
	.nav {display:block;}

	/* main */
	.section1 .visual {float:none; width:100%}
	.section1 .bnr {float:none; width:100%;}

	.section2 .bnr {float:none; width:100%}
	.section2 .list {float:none; width:100%}

	/* doc */
	.customer-info-type1 {padding:20px;font-size:16px;margin-bottom:20px;}
	.customer-info-type2 {border-radius:15px; padding:30px; margin-bottom:30px;}
	.customer-info-type2 .title {font-size:18px; margin-bottom:20px}
	.customer-info-type2 .icon-step {margin-bottom:30px;}
	.customer-info-type2 .icon-step ul {margin:0 -5px;}
	.customer-info-type2 .icon-step ul li {padding:0 5px; margin-bottom:10px;}
	.customer-info-type2 .icon-step ul li .icon {width:120px; height:120px; margin-bottom:10px; background-size:50px;}
	.customer-info-type2 .step-cnt {margin-bottom:30px;}
	.customer-info-type2 .step-cnt ul {margin:0 -5px;}
	.customer-info-type2 .step-cnt ul li {padding:0 5px;}
	.customer-info-type2 .step-cnt ul li dl dt {font-size:17px;}
	.customer-info-type2 .step-cnt ul li dl dd {height:100px; font-size:14px;}
	.customer-info-type2 .pay .icon {width:70px; height:50px;}
	.customer-info-type2 .pay .icon img {height:50px;}
	.customer-info-type2 .pay .tit {font-size:17px; line-height:50px; margin-left:10px;}
	
	.customer-info-type3 ul li .box {height:120px;}
	.customer-info-type3 ul li .box .icon {width:40px; background-size:40px; margin-right:10px;}
	.customer-info-type3 ul li .box dl dt {font-size:17px;}
	.customer-info-type3 ul li .box dl dd {font-size:14px;}
	.customer-info-type3 ul li .box .tit {font-size:16px;}
	.customer-info-type3 ul li.type1 .box .icon {width:50px;}
	.customer-info-type3 ul li.type2 .box dl dd {font-size:18px;}

	/* footer */
	#footer {padding:20px 15px; text-align:center;}
	#footer .bar {padding:0 5px;}
	#footer .br {display:block;}
	#footer .br .bar {padding:0; display:none;}
	.foot-menu a {padding:0 10px;}

	/* board */
	/* 온라인상담 폼 */
	.online-form .group {padding:5px 5px;}
	.online-form .group ul {margin:0}
	.online-form .group ul li {float:none; width:100%; padding:0; margin-bottom:5px;}
	.online-form .group ul li:last-child {margin-bottom:0;}
	.online-form .group .info {margin-left:110px;}


	.calendar .head {height:50px;}
	.calendar .head span {font-size:25px;}
	.calendar .head .btn {top:5px; height:35px; font-size:14px; line-height:35px;}
	.calendar .head .btn-prev {background-size:15px; padding-left:25px;}
	.calendar .head .btn-next {background-size:15px; padding-right:25px;}
	.calendar .body table thead th {height:40px; font-size:15px; border-width:4px;}
	.calendar .body table tbody td {padding:6px; height:120px; border-width:4px;}
	.calendar .body table tbody td .day {width:30px;height:30px; font-size:15px; line-height:30px;}
	.calendar .body table tbody td ul li {font-size:.9em; line-height:1.4em;}

}
/* Landscape phone */
@media (max-width: 767px) {

	/* 공통 */
	.only-desktop {display:none;}
	.only-tablet {display:none;}
	.only-mobile {display:block;}
	.desktop-tablet {display:none;}

	body,input,textarea,select,button,table {font-size:14px;}
	
	#header .sitelogo {top:20px}
	#header .sitelogo img {height:40px;}
	/* main */
	.main-visual li {height:0; padding-bottom:110.2%;}
	.main-visual .bt-prev a {width:40px; height:40px; margin-top:-20px; background-size:10px;}
	.main-visual .bt-next a {width:40px; height:40px; margin-top:-20px; background-size:10px;}
	.main-visual .bx-wrapper .bx-pager {bottom:10px;}
	.main-visual .bx-wrapper .bx-pager.bx-default-pager a {width:12px; height:12px;}
	.main-visual .visual-txt {bottom:30px}
	.main-visual .visual-txt .bg {padding:10px;}
	.main-visual .visual-txt .tit {font-size:18px;}
	.main-visual .visual-txt p {font-size:14px;}

	.section1 .bnr ul li a {height:140px;}
	.section1 .bnr ul li .icon {margin-bottom:10px;}
	.section1 .bnr ul li .icon img {height:40px;}
	.section1 .bnr ul li .tit {font-size:17px;}

	.section2 .bnr .col .row {float:none; width:100%; height:auto;}
	.section2 .bnr .col .row:nth-child(2n+1) {clear:none;}
	.section2 .bnr .col .row .icon {margin-bottom:10px;}
	.section2 .bnr .col .row .icon img {height:40px;}
	.section2 .bnr .col .row .tit {font-size:17px;}
	.section2 .bnr .col .row.bg1 {padding:20px;}
	.section2 .list .col {float:none; width:100%; height:auto;}

	.main-board {padding:20px;}
	.main-board .more {top:20px; right:20px;}
	.main-board .more img {height:15px;}
	.main-board.type2 ul li a {padding-right:90px;}

	.photo-list {padding-top:0;}
	.photo-list .photo {width:130px;}
	.photo-list .info {margin-left:140px;}
	.photo-list .info .tit {font-size:15px;}
	.photo-list .more {top:20px; right:20px;}
	.photo-list .more img {height:10px;}

	.main-title {font-size:17px; line-height:30px; padding-left:33px; margin-bottom:10px; background-size:25px;}
		
	

	/* sub page */
	.sub-visual {padding-bottom:40%;}
	.sub-visual .text {margin-top:-30px;}
	.sub-visual .text .title {font-size:20px; padding-bottom:10px;}
	.sub-visual .text .title:after {bottom:10px;margin-left:-15px;width:30px;}

	
	.menu-depth {margin:0 auto 20px;}
	.menu-depth ul li {font-size:14px; line-height:35px;}

	/* footer */
	

	/* doc */
	.greeting-top {height:auto; padding:20px; font-size:16px;line-height:1.6em; margin-bottom:20px;}
	.greeting-top .cell {padding-left:0;}
	.greeting-top .br br {display:none;}
	.greeting {padding-left:20px;}
	.greeting .top {font-size:16px; line-height:1.6em; margin-bottom:10px;}
	.greeting .cnt ul {padding-top:10px;}

	.kakao-map {height:250px !important;}
	.kakao-map .wrap_map { height:250px !important;}

	.map-info ul li {padding-bottom:5px; margin-bottom:5px;}
	.map-info ul li .tit {left:5px; width:50px; font-size:14px;}
	.map-info ul li .cnt {margin-left:70px; font-size:14px;}

	.map-cnt {padding:0 5px 10px; margin-bottom:10px;}
	.map-cnt .title {font-size:14px;}
	.map-cnt .cnt {padding-left:15px; font-size:14px;}
	.map-cnt .cnt .col.first {text-indent:0; padding-left:0;}
	.map-cnt .cnt .col.first .tit {display:block;}
	.map-cnt.type2 {padding:0 5px; margin-bottom:20px;}

	.customer-info-type2 {border-radius:10px; padding:20px; margin-bottom:20px;}
	.customer-info-type2 .title {font-size:17px; margin-bottom:15px}
	.customer-info-type2 .icon-step {margin-bottom:20px;}
	.customer-info-type2 .icon-step ul li {margin-bottom:10px;}
	.customer-info-type2 .icon-step ul li .icon {width:80px; height:80px; margin-bottom:10px; background-size:40px;}
	.customer-info-type2 .step-cnt {margin-bottom:20px;}
	.customer-info-type2 .step-cnt ul {margin:0;}
	.customer-info-type2 .step-cnt ul li {float:none; width:100%; padding:0; margin-bottom:10px;}
	.customer-info-type2 .step-cnt ul li dl dt {font-size:16px;}
	.customer-info-type2 .step-cnt ul li dl dd {height:auto; padding:10px 15px; font-size:14px;}
	.customer-info-type2 .step-cnt ul li dl dd .cell {padding:0;}
	.customer-info-type2 .pay .icon {display:block; margin:0 auto; width:50px; height:40px; margin-bottom:10px;}
	.customer-info-type2 .pay .icon img {height:40px;}
	.customer-info-type2 .pay .tit {font-size:15px; line-height:1.4em; margin-left:10px;}
	
	.customer-info-type3 ul {margin:0;}
	.customer-info-type3 ul li {float:none; width:100%; padding:0; margin-bottom:5px;}
	.customer-info-type3 ul li .box {height:auto; padding:15px;}
	.customer-info-type3 ul li .box .icon {width:100%; height:50px; display:block; margin-right:0;}
	.customer-info-type3 ul li .box dl {display:block; text-align:center;}
	.customer-info-type3 ul li .box dl dt {font-size:17px;}
	.customer-info-type3 ul li .box dl dd {font-size:14px}
	.customer-info-type3 ul li .box .tit {font-size:17px; text-align:center;}
	.customer-info-type3 ul li.type1 .box .icon {width:100%;}
	.customer-info-type3 ul li.type2 .box dl dd {font-size:18px;}

	/* board */

	/* 리스트 */
	.board-list {display:none;}
	.m-board-list {display:block !important; border-top:2px solid #686868; border-bottom:1px solid #ddd; margin-bottom:10px;}
	.m-board-list li {border-top:1px solid #ddd; font-size:1em; letter-spacing:-.25px; padding:10px 10px}
	.m-board-list li:first-child {border-top:0;}
	.m-board-list li a {display:block;}
	.m-board-list li strong {font-size:1em; font-weight:normal; line-height:1.4em; color:#333; word-wrap:break-word; word-break:break-all; vertical-align:top;}
	.m-board-list li img {vertical-align:middle;}
	.m-board-list li .info {display:inline-block; position:relative; padding:4px 0 0 0; font-size:1em; line-height:1.4em; color:#888;}
	.m-board-list li .bar {color:#ccc; margin:0 6px;}
	.m-board-list .answer {border-top:1px solid #999; background:#f4f4f4; padding:10px; font-size:12px;}
	.m-board-list .answer .q {color:#666; padding:0 0 8px 18px; text-indent:-18px;}
	.m-board-list .answer .q span {font-weight:bold; font-size:1em; margin-right:6px;}
	.m-board-list .answer .a {color:#d15a13; padding:0 0 0 18px; text-indent:-18px;}
	.m-board-list .answer .a span {font-weight:bold; font-size:1em; margin-right:6px;}
	.m-board-list .none {padding:50px; text-align:center;}
	.m-board-list .reply {display:inline-block; vertical-align:top;width:80px; height:25px; border-radius:4px; text-align:center; font-size:13px; line-height:25px; font-weight:500;}
	.m-board-list .reply.no {background:#ebe9e9; color:#454545;}
	.m-board-list .reply.yes {background:#005c91; color:#fff;}

	/* 온라인상담 폼 */
	.online-form .group {padding:10px 10px;}
	.online-form .group .tit {position:relative; top:0; margin-top:0; width:100%; text-align:left; font-size:14px;}
	.online-form .group .info {margin-left:0; font-size:14px;}

	.form-agree .btn {font-size:13px;}
	.form-agree .btn span {display:none;}

	.board-search .total-page {display:none}
	.board-search .search {float:none; width:100%; text-align:center;}
	.board-search .search .select {min-width:70px;}
	.board-search .search .input {width:calc(100% - 180px);}
	.board-search .search .btn-pack {padding:0 10px;}

	.faq {margin:0 auto 20px;}
	.faq .tit {background-position:5px 50%;background-size:25px;}
	.faq .tit a {padding:10px 40px 10px 40px;}
	.faq .tit .icon {top:10px; right:15px;}
	.faq .cnt {padding:10px 15px 10px 40px}

	.calendar .head {height:40px;}
	.calendar .head span {font-size:20px;}
	.calendar .head .btn {top:0; height:35px; font-size:14px; line-height:35px;}
	.calendar .body table thead th {height:35px; font-size:.9em; border-width:2px;}
	.calendar .body table tbody td {padding:3px; height:50px; border-width:2px;}
	.calendar .body table tbody td .day {width:20px;height:20px; font-size:.8em; line-height:20px;}
	.calendar .body table tbody td ul li {font-size:.8em;}
	
	.gallery-list ul {margin:0 -4px;}
	.gallery-list ul li {padding:0 4px; width:50%}
	.gallery-list ul li:nth-child(3n+1) {clear:none;}
	.gallery-list ul li:nth-child(2n+1) {clear:left;}

	

}	

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

	
}  