@charset "utf-8";

/***************************************************************************/
/*                                         레이아웃 설정					 				          /
/***************************************************************************/

/* 전체공통 */
#wrap {position: relative;width: 100%;height: 100%;}

/* header */
#header-area {position: fixed;top: 0;left: 0;z-index: 99;width: 100%;height:90px;background-color:rgba(255, 255, 255, 1);box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);}
.header-inner {width:100%;margin:0 auto;}
.header-inner:after {display: block;content: "";clear: both;}

/* menu */
#menu-m {display:none;}
#menu-w {position: relative;width:100%;display: flex;justify-content: space-between;}
#menu-w .top-logo {width:204px;margin:26px 0 0 30px;}
#menu-w .top-logo img {width:204px;height:38px;}
#menu-w .top-right {width:200px;}
#gnb {height:90px;} 
#gnb:after {display: block;content: "";clear: both;}
#gnb > li {position: relative;float: left;font-size:17.5px;text-align: center;font-weight:600;letter-spacing:-0.5px;}
#gnb > li a {padding:0 40px;color: #333;line-height:89px;display:block;}
#gnb > li a:hover {color:#333;}
#gnb > li.on {border-bottom: solid 2px #14a790;height:89px;}
#gnb > li.on a {color:#007f6b;}
#gnb > li.on a:hover {color:#007f6b;}

/* footer */
#footer-area {width:100%;background:#404556;}
.footer-inner {padding:70px 30px;display: flex;flex-direction: row;} /* 모바일설정 필요 */
.footer-inner .logobox {width:27%;}
.footer-inner .logobox img {width:186px;height:34px;opacity:0.3;} /* 모바일설정 필요 */
.footer-inner .cominfo {width:50%;}
.footer-inner .cominfo:after {display: block;content: "";clear: both;}
.footer-inner .cominfo ul {float:left;}
.footer-inner .cominfo ul li {float:left;padding-right:30px;color:#a0a2ab;font-size:13px;line-height:2;}
.footer-inner .cominfo .copy {padding-top:56px !important;color:#a0a2ab;font-size:11px;}
.f_menu_wrap {margin-bottom:25px;}
.f_menu_wrap:after {display: block;content: "";clear: both;}
.f_menu_wrap .mbox {float:left;color:#a0a2ab;font-size:15px;padding:0 16px;}
.f_menu_wrap .mbox:first-child {border-left:none !important;padding:0 16px 0 0 !important;}
.f_menu_wrap .mbox a {color:#a0a2ab;}
.f_menu_wrap .mbox a:hover {color:#a0a2ab;}

/* visual */
.slideshow-container {position:relative;width:100%;height:600px;}
.slideshow-inner {width:100%;height:100%;}
.slideshow-inner .mimgbox1 {position:relative;width:100%;height:600px;display: inline-block;background:url('../img/vimg_1.jpg') no-repeat center center;}
.slideshow-inner .mimgbox2 {position:relative;width:100%;height:600px;display: inline-block;background:url('../img/vimg_2.jpg') no-repeat center center;}
.vtxt-inner {position:absolute;top:300px;left:0;padding-left:225px;}
.vtxt1 {font-size:1.9rem;color:rgba(255, 255, 255, 1);}
.vtxt2{color: #fff;font-size:18px;padding:20px 0 0 2px;font-weight:300;}
.dot-wrap {position: absolute;bottom: 15px;width: 100%;text-align: center;}
.dot {height: 15px;width: 15px;margin: 0 2px;background-color: #fff;opacity:0.8;border-radius: 50%;display: inline-block;transition: background-color 0.6s ease;}
.active {background-color: #666;opacity:1;}
.zoomin {animation-name: zoomin;animation-duration: 1.3s;} /* 이미지전환효과 */
@keyframes zoomin {from {opacity: .35; transform: scale(1);}to {opacity: 1; transform: scale(1);}} /* 이미지전환효과 */

/* section */
.diviek {font-weight:300;padding:0 11px;}
.section1 {width:1200px;margin:0 auto;padding:200px 0 100px;}
.section1 > h2 {font-size:36px;letter-spacing:-0.5px;line-height:1.3;font-weight:600;padding-bottom:50px;border-bottom: 1px solid rgba(0,0,0,.1);}
.section1 > .dbox {width:100%;padding:50px 0 0 0;display: flex;justify-content: space-between;}
.section1 > .dbox > .lefttxt {width:40%;padding:0 120px 0 0;font-size:20px;}
.section1 > .dbox > .lefttxt button {margin:30px 0 0 0;display:block;background:#fff;border:1px solid #a4a4a4;padding:0 42px;text-align:center;font-size:16px;line-height:50px;}
.section1 > .dbox > .rightimg {width:60%;height:500px;color:#fff;font-size:40px;background:url('../img/s_img1.jpg') no-repeat center center;background-size:100% 100%;object-fit:cover;display: flex;justify-content: center;align-items: center;}
.section1 > .merit {width:100%;padding:50px 0 0 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section1 > .merit > .item {width:43%;height:220px;margin:20px 0 0 0;}
.section1 > .merit > .item .mtitbox {width:100%;display: flex;flex-direction: row;}
.section1 > .merit > .item .mtitbox .micon {width:15%;}
.section1 > .merit > .item .mtitbox .micon img {width:60px;height:60px;}
.section1 > .merit > .item .mtitbox .mtit {width:85%;height:60px;font-size:24px;line-height:60px;font-weight:600;color:#0088a5;}
.section1 > .merit > .item p {padding:20px 0 0 0;width:100%;font-size:18px;}
.section2 {width:1200px;margin:0 auto;padding:150px 0 150px 0;}
.section2 > h2 {font-size:36px;letter-spacing:-0.5px;line-height:1.3;font-weight:600;padding-bottom:50px;border-bottom: 1px solid rgba(0,0,0,.1);}
.section2 > .stxt {padding:20px 0 0 0;font-size:20px;}
.section2 > .iconbox {width:100%;padding:30px 0 0 0;display: flex;justify-content: space-between;}
.section2 > .iconbox > .icon {width:20%;padding:50px 0 0 0;}
.section2 > .iconbox > .icon img {width:100px;height:100px;margin:0 auto;display:block;}
.section2 > .iconbox > .icon p {padding:30px 20px 0 20px;font-size:20px;text-align:center;}
.section3 {width:100%;padding:150px 0 150px 0;background:#f9f9f9;}
.section3-inner {width:1200px;margin:0 auto;}
.section3-inner > h2 {font-size:36px;letter-spacing:-0.5px;line-height:1.3;font-weight:600;padding-bottom:50px;border-bottom: 1px solid rgba(0,0,0,.1);}
.section3-inner > .faqbox {width:100%;padding:80px 0 0 0;display: flex;justify-content: space-between;}
.section3-inner > .faqbox > .lefttxt {width:40%;padding:0 120px 0 0;font-size:20px;display: flex;flex-direction: column;justify-content: center;}
.section3-inner > .faqbox > .lefttxt h2 {font-size:40px;letter-spacing:-0.5px;line-height:1.3;font-weight:500;padding-bottom:20px;}
.section3-inner > .faqbox > .lefttxt button {width:50%;margin:30px 0 0 0;display:block;background:#fff;border:1px solid #a4a4a4;padding:0 42px;text-align:center;font-size:16px;line-height:50px;}
.section3-inner > .faqbox > .rightfaq {width:60%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.section3-inner > .faqbox > .rightfaq > .faqitem {position:relative;width:48%;height:280px;margin-bottom:30px;background:#fff;display: flex;flex-direction: column;justify-content: center;box-shadow: 7px 7px 7px rgba(0,0,0,.02);}
.section3-inner > .faqbox > .rightfaq > .faqitem a {color:#333;}
.section3-inner > .faqbox > .rightfaq > .faqitem a:hover {color:#333;}
.section3-inner > .faqbox > .rightfaq > .faqitem h3 {padding:0 50px;font-size:22px;line-height:1.2;font-weight:600;}
.section3-inner > .faqbox > .rightfaq > .faqitem p {width:100%;padding:20px 90px 0 50px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.section3-inner > .faqbox > .rightfaq > .faqitem > .plus {position:absolute;right:20px;top:20px;}
.section3-inner > .faqbox > .rightfaq > .faqitem > .plus img {width:21px;height:21px;opacity:0.5;}
.section4 {width:1200px;margin:0 auto;padding:70px 0 100px;}
.section4 > h2 {font-size:36px;letter-spacing:-0.5px;line-height:1.3;font-weight:600;padding-bottom:50px;border-bottom: 1px solid rgba(0,0,0,.1);}
.section4 > h3 {padding:80px 0 0 0;font-size:30px;font-weight:600;}
.section4 > img {width:100%;padding:40px 0 0 0;}
.section4 > .tablertxt {text-align:right;padding-top:10px;}
.section4 > .extxt {padding:20px 0 0 10px;}
.section4 > .extxt h4 {font-size:20px;font-weight:600;padding-bottom:10px;}

/* 서브페이지이미지 */
.subtopimg1 {position:relative;width:100%;height:400px;display: inline-block;background:url('../img/svimg1.jpg') no-repeat center center;}
.subtopimg2 {position:relative;width:100%;height:400px;display: inline-block;background:url('../img/svimg2.jpg') no-repeat center center;}
.subtopimg3 {position:relative;width:100%;height:400px;display: inline-block;background:url('../img/svimg3.jpg') no-repeat center center;}
.subtopimg4 {position:relative;width:100%;height:400px;display: inline-block;background:url('../img/svimg4.jpg') no-repeat center center;}
.subtopimg-inner {position:absolute;top:190px;left:225px;}
.subtopimg-inner > h2 {font-size:2.7rem;font-weight:500;color:rgba(255, 255, 255, 1);}
.subtopimg-inner > ul {opacity:0.8}
.subtopimg-inner > ul li {display:inline-block;font-size:13px;color:#fff;background:url('../img/dot.png') no-repeat 3px 8px;background-size:5px 5px;}
.subtopimg-inner > ul li + li {padding:0 2px 0 16px;}
.subtopimg-inner > ul li:first-child {background:none;padding:0 0 0 5px;}

/* 서브페이지 */
.subtop {position:relative;width:100%;height:380px;}
.subtop img {width:100%;height:100%;object-fit:cover;}
.subtop-inner {position:absolute;top:180px;left:225px;}
.subtop-inner > h2 {font-size:2.7rem;font-weight:500;color:rgba(255, 255, 255, 1);}
.subtop-inner > ul {opacity:0.8}
.subtop-inner > ul li {display:inline-block;font-size:13px;color:#fff;background:url('../img/dot.png') no-repeat 3px 8px;background-size:5px 5px;}
.subtop-inner > ul li + li {padding:0 2px 0 16px;}
.subtop-inner > ul li:first-child {background:none;padding:0 0 0 5px;}
#sub-wrap {width:1200px;margin:0 auto;padding:150px 0 160px 0;}
#sub-wrap h3 {font-size:36px;letter-spacing:-0.5px;line-height:1.3;font-weight:600;padding-bottom:50px;border-bottom: 1px solid rgba(0,0,0,.1);}
#sub-wrap h3.branch {font-size:36px;letter-spacing:-0.5px;line-height:1.3;font-weight:600;padding:0;border-bottom:none;}
#sub-wrap h3.faq {font-size:46px;padding:80px 0 0 0;}
#sub-wrap > .txtbox100 {padding:30px 0 50px 0;}
#sub-wrap > .txtbox100_2 {padding:80px 0 50px 0;}
#sub-wrap > .aboutimg-wrap {width:100%;padding:30px 0 200px 0;display: flex;justify-content: space-between;}
#sub-wrap > .aboutimg-wrap > .item {position:relative;width:32%;}
#sub-wrap > .aboutimg-wrap > .item img {width:100%;border-radius:20px;}
#sub-wrap > .aboutimg-wrap > .item .itemtxt {position:absolute;color:#fff;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:18px;font-weight:500;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2)}
#sub-wrap > .aboutimg-wrap > .item .itemtxt h4 {font-size:34px;font-weight:400;padding-bottom:10px;}
#sub-wrap .fmerit {width:100%;padding:30px 0 0 0;}
#sub-wrap .fmerit li {padding:8px 0;list-style:decimal inside none;}
#sub-wrap > .imgbox1 {padding:50px 0 200px;}
#sub-wrap > .imgbox2 {padding:80px 0 0 0;text-align:center;}
#sub-wrap > .imgbox3 {padding:50px 0 0 0;}
#sub-wrap > .conbox {width:100%;padding:30px 0 0 0;display: flex;justify-content: space-between;}
#sub-wrap > .conbox > .item {width:32%;height:300px;padding:0 60px;border:1px solid #ddd;display: flex;flex-direction: column;justify-content: center;}
#sub-wrap > .stitbox {padding:10px 0 20px 0;font-size:18px;}
#sub-wrap > .stitbox span {color:#ba2f69;font-weight:500;}
#sub-terms-wrap {width:1200px;margin:0 auto;padding:110px 20px 40px 20px;}
#sub-terms-wrap h3 {padding:40px 0 0 0;font-size:36px;font-weight:600;}
.terms-tbox {padding:30px 0 0 0;font-size:15px;}
.terms-tbox > h4 {font-size:17px;font-weight:600;padding:20px 0;}

/* 가맹신청 */
#sub-apply-wrap {width:100%;padding:80px 0 100px 0;background:#f8f8f8;}
.sub-apply-inner {width:1000px;margin:0 auto;padding:120px 150px;background:#fff;box-shadow:4px 4px 15px rgba(0, 0, 0, 0.03);}
.sub-apply-inner > h3 {font-size:36px;font-weight:600;padding:0 0 20px 0;border-bottom:2px solid #000;}
.row_form {float:left;width: 100%;padding:15px 0;border-bottom:1px solid #efefef;}
.row_form:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
.row_form label {float:left;width:30%;font-size:17px;line-height: 40px;padding:0 0 0 4px;}
.row_form label span {color:red;font-weight:600;padding-left:4px;}
.row_form input {float:left;width:34%;padding: 0 10px 0 10px;height: 40px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
.row_form input::placeholder {color: #888;font-size: 15px;font-weight:300;letter-spacing:-0.5px;}
.row_form2 {float:left;width: 100%;padding:15px 0;border-bottom:1px solid #efefef;}
.row_form2:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
.row_form2 label {float:left;width:100%;font-size:17px;line-height:32px;padding:0 0 0 4px;}
.row_form2 input {float:left;width:100%;margin:5px 0 0 0;padding: 0 10px 0 10px;height: 40px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
.row_form2 input::placeholder {color: #888;font-size: 15px;font-weight:300;letter-spacing:-0.5px;}
.row_form2 button {width:15%;height:40px;margin:5px 0 0 0;border:1px solid #999;background:#999;color:#fff;font-size:14px;letter-spacing:-0.2px;}
.row_ta_form {clear:both;width: 100%;padding:15px 0;border-bottom:1px solid #efefef;height: 190px;}
.row_ta_form textarea {padding: 10px 10px 0 10px;width: 100%;height: 180px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
.row_ta_form textarea::placeholder {color: #888;font-size: 15px;font-weight:300;letter-spacing:-0.5px;}
.row_radio_form {float:left;width: 100%;padding:15px 0;border-bottom:1px solid #efefef;}
.row_radio_form:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
.row_radio_form label {float:left;width:30%;font-size:17px;line-height: 40px;padding:0 0 0 4px;}
.row_radio_form label span {color:red;font-weight:600;padding-left:4px;}
.radio_area {float:left;width:70%;}
.radio_area:after {display: block;content: "";clear: both;}
.radio_area .cell1 {float:left;width:30%;line-height: 40px;font-size:16px;}
.radio_area .cell1 input {width:18px;height:18px;margin:0 6px 2px 0;}
.radio_area .cell2 {float:left;width:70%;line-height: 40px;font-size:16px;}
.radio_area .cell2 input {width:18px;height:18px;margin:0 6px 2px 0;}
.submit {margin:40px auto 0;display:block;width:34%;line-height:66px;background:#0088a5;color:#fff;font-size:22px;font-weight:500;text-align:center;}
.w20 {width:20% !important;}
.terms {padding:40px 0 6px 0;}
.terms h4 {font-weight:600;padding-bottom:10px;font-size:18px;}
.terms .ttxtbox {width:100%;height:100px;font-size:14px;color:#666;line-height:1.4;border:1px solid #ddd;background:#f2f2f2;padding:20px 20px;overflow:scroll;overflow-x:hidden;}
.checkbox {display: none;}
.checkbox-wrap {position: relative;clear:both;}
.checkbox+.checkbox-label {display: inline-block;cursor: pointer;margin-top:4px;width: 24px;height:24px;border: 1px solid #959eaa;background:#fff;}
.checkbox:checked+.checkbox-label {background:#fff url('../img/check.png') no-repeat 2px 2px;background-size:18px 18px;}
.checkbox-text {position: absolute;top: 4px;left:30px;display: inline-block;font-size:16px;}

/* 문의하기 */
#tab {width:460px;margin:0 auto;}
#tab:after {display: block;content: "";clear: both;}
#tab li a {float:left;display:block;margin:0 5px;width:220px;line-height:60px;text-align:center;background:#f8f8f8;color:#333;font-weight:600;font-size:22px;letter-spacing:-0.5px;border-radius:30px;}
#tab li a:hover {background:#000;color:#fff;border-radius:30px;}
#tab li.on {float:left;display:block;margin:0 5px;width:220px;line-height:60px;text-align:center;background:#000;color:#fff;font-weight:600;font-size:22px;letter-spacing:-0.5px;border-radius:30px;}
#faq-wrap {width:100%;}
#faq-wrap h4 {font-size:20px;font-weight:500;padding:50px 0 15px 0;font-weight:600;}
#faq-wrap h4 span {background:#0088a5;color:#fff;display:inline-block;width:34px;height:34px;font-weight:600;border-radius:50%;font-size:16px;line-height:34px;text-align:center;margin-right:10px;}
#faq-wrap .atbox {border-top:1px solid #efefef;background-color:#f8f8f8;padding:30px;}
.t_base {clear:both;width:100%;margin: 25px 0 5px 0;border-top:2px solid #222;background:#fff;}
.t_base:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
.t_base tbody th {padding: 15px 0;font-size:15px;border: 1px solid #ddd;font-weight:600;}
.t_base tbody th.leftitem {background:#efefef;}
.t_base tbody td {padding: 15px 0;text-align: center;border: 1px solid #ddd;}
.t_base tbody td.leftitem {background:#efefef;}
.tbstxt {font-size:14px;text-align:right;}
.sub-contact-inner {width:1000px;margin:60px auto 0;}
.sub-contact-inner > h3 {font-size:36px;font-weight:600;}
.sub-contact-inner > .constxt {padding:5px 0 20px 3px !important;border-bottom:2px solid #000;}

.contact-top-wrap {width:100%;display: block;text-align: center;border-radius:15px;border:10px solid #f2f2f2;padding:60px 0;margin:0 0 20px 0;}
.contact-top-wrap > .item1 {width:100%;margin-bottom:15px;}
.contact-top-wrap > .item1 img {width:70px;height:auto;}
.contact-top-wrap > .item2 {width:100%;}
.contact-top-wrap > .item2 .infotit {font-size:22px;color:#000;font-weight:500;margin-bottom:10px;}
.contact-top-wrap > .item2 .infoitem {font-size:16px;margin:3px 0;}
.contact-top-wrap > .item2 .infodesc {font-size:13px;color:#777;margin-top:5px;white-space: nowrap;}


/***************************************************************************/
/*                              모바일  Layout 설정                                            /
/***************************************************************************/

@media (max-width:767px) {

	img {width:100%;}
	input,button,textarea {border-radius:0;} 
	#wrap {font-size:14px;}

	/* header */
	#header-area {position: absolute;top:0;left: 0;width:100%;height:90px;z-index:100;}

	/* menu */
	#menu-w {display:none}
	#menu-m {width:100%;display:block;}
	#menu-m:after {display: block;content: "";clear: both;}
	#menu-m .top-logo a {float:left;margin:12px 0 11px 13px;width:186px;height:34px;background:url('../img/logo.png') no-repeat 0 0;background-size:186px 34px;display:block;cursor: pointer;color: transparent;text-indent: -9999px;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
	.topnav {clear:both;background-color: #f9f9f9;height:46px;border-bottom:1px solid #dddddd;box-sizing: border-box;}
	.topnav a {position: relative;float: left;color: #333;text-align: center;width:25%;line-height:45px;text-decoration: none;font-size: 13px;border:1px solid #dddddd;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a:hover {background-color: #e3e4e8;color:#333;border:1px solid #e3e4e8;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a.active {background-color: #01aa3b;color:#fff;font-weight:600;border:1px solid #01aa3b;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a.bgreen {background-color: #04ba65;color:#fff;}

	/* footer */
	#footer-area {width:100%;background:#404556;}
	.footer-inner {padding:40px 20px;display: flex;flex-direction: column;} 
	.footer-inner .logobox {width:100%;}
	.footer-inner .logobox img {width:186px;height:34px;opacity:0.3;} 
	.footer-inner .cominfo {width:100%;}
	.footer-inner .cominfo:after {display: block;content: "";clear: both;}
	.footer-inner .cominfo ul {float:left;}
	.footer-inner .cominfo ul li {float:left;padding-right:30px;color:#a0a2ab;font-size:11px;line-height:1.7;}
	.footer-inner .cominfo .copy {padding-top:56px !important;color:#a0a2ab;font-size:11px;}
	.f_menu_wrap {margin-bottom:20px;margin-top:20px;}
	.f_menu_wrap:after {display: block;content: "";clear: both;}
	.f_menu_wrap .mbox {float:left;color:#a0a2ab;font-size:13px;padding:0 13px;}
	.f_menu_wrap .mbox:first-child {border-left:none !important;padding:0 13px 0 0 !important;}
	.f_menu_wrap .mbox a {color:#a0a2ab;}
	.f_menu_wrap .mbox a:hover {color:#a0a2ab;}

	/* visual */
	.slideshow-container {position:relative;width:100%;height:460px;}
	.slideshow-inner {width:100%;height:460px;}
	.slideshow-inner .mimgbox1 {position:relative;width:100%;height:460px;display: inline-block;background:url('../img/vimg1_m.jpg') no-repeat right bottom;background-size:100% 460px;}
	.slideshow-inner .mimgbox2 {position:relative;width:100%;height:460px;display: inline-block;background:url('../img/vimg2_m.jpg') no-repeat right bottom;background-size:100% 460px;}
	.vtxt-inner {position:absolute;top:170px;left:0;padding-left:20px;padding-right:20px;}
	.vtxt1 {font-size:1.10rem;color:rgba(255, 255, 255, 1);}
	.vtxt2{color: #fff;font-size:16px;padding:20px 0 0 2px;font-weight:300;}

	/* section */
	.section1 {width:100%;margin:0 auto;padding:60px 20px 30px 20px;}
	.section1 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section1 > .dbox {width:100%;padding:20px 0 0 0;display: flex;flex-direction: column;}
	.section1 > .dbox > .lefttxt {width:100%;padding:0;font-size:15px;}
	.section1 > .dbox > .lefttxt button {margin:15px 0 20px 0;display:block;background:#fff;border:1px solid #a4a4a4;padding:0 30px;text-align:center;font-size:14px;line-height:40px;}
	.section1 > .dbox > .rightimg {width:100%;height:240px;color:#fff;font-size:26px;background:url('../img/s_img1.jpg') no-repeat center center;background-size:100% 100%;object-fit:cover;display: flex;justify-content: center;align-items: center;}
	.section1 > .merit {width:100%;padding:20px 0 0 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.section1 > .merit > .item {width:100%;height:100%;margin:20px 0 20px 0;}
	.section1 > .merit > .item .mtitbox {width:100%;display: flex;flex-direction: row;}
	.section1 > .merit > .item .mtitbox .micon {width:15%;}
	.section1 > .merit > .item .mtitbox .micon img {width:40px;height:40px;}
	.section1 > .merit > .item .mtitbox .mtit {width:85%;height:40px;font-size:19px;line-height:40px;font-weight:600;color:#0088a5;}
	.section1 > .merit > .item p {padding:10px 0 0 0;width:100%;font-size:14px;}
	.section2 {width:100%;margin:0 auto;padding:30px 20px 60px 20px;}
	.section2 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section2 > .stxt {padding:20px 0 0 0;font-size:15px;}
	.section2 > .iconbox {width:100%;padding:0;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.section2 > .iconbox > .icon {width:48%;padding:40px 0 0 0;}
	.section2 > .iconbox > .icon img {width:80px;height:80px;margin:0 auto;display:block;}
	.section2 > .iconbox > .icon p {padding:20px 10px 0 10px;font-size:15px;text-align:center;line-height:1.4;}
	.section3 {width:100%;padding:30px 20px 40px 20px;background:#f9f9f9;}
	.section3-inner {width:100%;margin:0 auto;}
	.section3-inner > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section3-inner > .faqbox {width:100%;padding:30px 0 0 0;display: flex;flex-direction: column;}
	.section3-inner > .faqbox > .lefttxt {width:100%;padding:0;font-size:15px;}
	.section3-inner > .faqbox > .lefttxt h2 {font-size:26px;letter-spacing:0;line-height:1.3;font-weight:500;padding-bottom:20px;}
	.section3-inner > .faqbox > .lefttxt button {margin:15px 0 20px 0;display:block;background:#fff;border:1px solid #a4a4a4;padding:0 30px;text-align:center;font-size:14px;line-height:40px;}
	.section3-inner > .faqbox > .rightfaq {width:100%;padding:20px 0 0 0;display: flex;flex-direction: column;}
	.section3-inner > .faqbox > .rightfaq > .faqitem {position:relative;width:100%;height:190px;margin-bottom:30px;background:#fff;display: flex;flex-direction: column;justify-content: center;box-shadow: 7px 7px 7px rgba(0,0,0,.02);}
	.section3-inner > .faqbox > .rightfaq > .faqitem a {color:#333;}
	.section3-inner > .faqbox > .rightfaq > .faqitem a:hover {color:#333;}
	.section3-inner > .faqbox > .rightfaq > .faqitem h3 {padding:0 30px;font-size:19px;line-height:1.3;font-weight:600;}
	.section3-inner > .faqbox > .rightfaq > .faqitem p {width:100%;padding:20px 30px 0 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.section3-inner > .faqbox > .rightfaq > .faqitem > .plus {position:absolute;right:15px;top:15px;}
	.section3-inner > .faqbox > .rightfaq > .faqitem > .plus img {width:18px;height:18px;opacity:0.5;}
	.section4 {width:100%;margin:0 auto;padding:30px 20px 40px 20px;}
	.section4 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section4 > h3 {padding:30px 0 0 0;font-size:19px;font-weight:600;}
	.section4 > img {width:100%;padding:20px 0 0 0;}
	.section4 > .tablertxt {text-align:right;padding-top:10px;font-size:12px;}
	.section4 > .extxt {padding:20px 0 0 0;}
	.section4 > .extxt h4 {font-size:16px;font-weight:600;padding-bottom:10px;}

	/* 서브페이지이미지 */
	.subtopimg1 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg1_m.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg2 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg2_m.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg3 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg3_m.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg4 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg4_m.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg-inner {position:absolute;top:150px;left:20px;}
	.subtopimg-inner > h2 {font-size:1.7rem;font-weight:500;color:rgba(255, 255, 255, 1);}
	.subtopimg-inner > ul {opacity:0.8}
	.subtopimg-inner > ul li {display:inline-block;font-size:13px;color:#fff;background:url('../img/dot.png') no-repeat 3px 8px;background-size:5px 5px;}
	.subtopimg-inner > ul li + li {padding:0 2px 0 16px;}
	.subtopimg-inner > ul li:first-child {background:none;padding:0 0 0 5px;}

	/* 서브페이지 */
	.subtop {position:relative;width:100%;height:300px;}
	.subtop img {width:100%;height:100%;object-fit:cover;objec-position:center center;}
	.subtop-inner {position:absolute;top:165px;left:20px;}
	.subtop-inner > h2 {font-size:1.8rem;font-weight:500;color:rgba(255, 255, 255, 1);}
	#sub-wrap {width:100%;margin:0 auto;padding:20px 20px;}
	#sub-wrap h3 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	#sub-wrap h3.branch {padding:20px 0 0 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom:none;}
	#sub-wrap h3.faq {font-size:26px;padding:30px 0 0 0;border:none;}
	#sub-wrap > .txtbox100 {padding:30px 0 20px 0;}
	#sub-wrap > .txtbox100_2 {padding:30px 0 20px 0;}
	#sub-wrap > .aboutimg-wrap {width:100%;padding:20px 0 50px 0;display: flex;flex-direction: column;}
	#sub-wrap > .aboutimg-wrap > .item {position:relative;width:100%;margin-bottom:20px;}
	#sub-wrap > .aboutimg-wrap > .item img {width:100%;height:220px;object-fit:cover;border-radius:10px;}
	#sub-wrap > .aboutimg-wrap > .item .itemtxt {position:absolute;color:#fff;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-weight:400;font-size:15px;}
	#sub-wrap > .aboutimg-wrap > .item .itemtxt h4 {font-size:26px;font-weight:400;padding-bottom:10px;}
	#sub-wrap .fmerit {width:100%;padding:20px 0 20px 0;}
	#sub-wrap .fmerit li {padding:8px 0;list-style:decimal inside none;line-height:1.5;}
	#sub-wrap > .imgbox1 {padding:20px 0 50px;}
	#sub-wrap > .imgbox2 {padding:20px 0 40px 0;}
	#sub-wrap > .imgbox3 {padding:20px 0 40px 0;}
	#sub-wrap > .conbox {width:100%;padding:30px 0 0 0;display: flex;justify-content: space-between;}
	#sub-wrap > .conbox > .item {width:32%;height:300px;padding:0 60px;border:1px solid #ddd;display: flex;flex-direction: column;justify-content: center;}
	#sub-wrap > .stitbox {padding:10px 0 20px 0;font-size:14px;}
	#sub-wrap > .stitbox span {color:#ba2f69;font-weight:500;}
	#sub-terms-wrap {width:100%;margin:0 auto;padding:110px 20px 40px 20px;}
	#sub-terms-wrap h3 {padding:20px 0 0 0;font-size:18px;font-weight:600;}
	.terms-tbox {padding:20px 0 0 0;font-size:14px;line-height:1.4;}
	.terms-tbox > h4 {font-size:16px;font-weight:600;padding:20px 0;}

	/* 가맹신청 */
	#sub-apply-wrap {width:100%;padding:20px 20px;background:#fff;}
	.sub-apply-inner {width:100%;margin:0 auto;padding:0;background:#fff;box-shadow:none;}
	.sub-apply-inner > h3 {font-size:22px;font-weight:600;padding:20px 0 20px 0;border-bottom:2px solid #000;}
	.row_form {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_form:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_form label {float:left;width:40%;font-size:15px;line-height: 40px;padding:0 0 0 4px;}
	.row_form label span {color:red;font-weight:600;padding-left:4px;}
	.row_form input {float:left;width:60%;padding: 0 10px 0 10px;height: 40px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_form input::placeholder {color: #888;font-size: 15px;font-weight:300;letter-spacing:-0.5px;}
	.row_form2 {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_form2:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_form2 label {float:left;width:100%;font-size:15px;line-height:32px;padding:0 0 0 4px;}
	.row_form2 input {float:left;width:100%;margin:5px 0 0 0;padding: 0 10px 0 10px;height: 40px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_form2 input::placeholder {color: #888;font-size: 14px;font-weight:300;letter-spacing:-0.5px;}
	.row_form2 button {width:25%;height:40px;margin:5px 0 0 0;border:1px solid #999;background:#999;color:#fff;font-size:14px;letter-spacing:-0.2px;}
	.row_ta_form {clear:both;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;height: 170px;}
	.row_ta_form textarea {padding: 10px 10px 0 10px;width: 100%;height: 150px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_ta_form textarea::placeholder {color: #888;font-size: 14px;font-weight:300;letter-spacing:-0.5px;}
	.row_radio_form {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_radio_form:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_radio_form label {float:left;width:40%;font-size:15px;line-height: 40px;padding:0 0 0 4px;}
	.row_radio_form label span {color:red;font-weight:600;padding-left:4px;}
	.radio_area {float:left;width:60%;}
	.radio_area:after {display: block;content: "";clear: both;}
	.radio_area .cell1 {float:left;width:30%;line-height: 40px;font-size:15px;}
	.radio_area .cell1 input {width:18px;height:18px;margin:0 6px 2px 0;}
	.radio_area .cell2 {float:left;width:70%;line-height: 40px;font-size:15px;}
	.radio_area .cell2 input {width:18px;height:18px;margin:0 6px 2px 0;}
	.submit {margin:40px auto 30px;display:block;width:46%;line-height:58px;background:#0088a5;color:#fff;font-size:18px;font-weight:500;text-align:center;}
	.w20 {width:60% !important;}
	.terms {padding:20px 0 6px 0;}
	.terms h4 {font-weight:600;padding-bottom:10px;font-size:16px;}
	.terms .ttxtbox {width:100%;height:100px;font-size:13px;font-weight:300;color:#666;line-height:1.4;border:1px solid #ddd;background:#f2f2f2;padding:15px 15px;overflow:scroll;overflow-x:hidden;}
	.checkbox {display: none;}
	.checkbox-wrap {position: relative;clear:both;}
	.checkbox+.checkbox-label {display: inline-block;cursor: pointer;margin-top:4px;width: 24px;height:24px;border: 1px solid #959eaa;background:#fff;}
	.checkbox:checked+.checkbox-label {background:#fff url('../img/check.png') no-repeat 2px 2px;background-size:18px 18px;}
	.checkbox-text {position: absolute;top: 4px;left:30px;display: inline-block;font-size:14px;}

	/* 문의하기 */
	#tab {width:260px;margin:10px auto;}
	#tab:after {display: block;content: "";clear: both;}
	#tab li a {float:left;display:block;margin:0 5px;width:120px;line-height:50px;text-align:center;background:#f8f8f8;color:#333;font-weight:600;font-size:16px;letter-spacing:-0.5px;border-radius:30px;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
	#tab li a:hover {background:#000;color:#fff;border-radius:30px;}
	#tab li.on {float:left;display:block;margin:0 5px;width:120px;line-height:50px;text-align:center;background:#000;color:#fff;font-weight:600;font-size:16px;letter-spacing:-0.5px;border-radius:30px;}
	#faq-wrap {width:100%;padding:0 0 30px 0;}
	#faq-wrap h4 {font-size:15px;font-weight:600;padding:20px 0 8px 0;letter-spacing:-0.5px;}
	#faq-wrap h4 span {background:#0088a5;color:#fff;display:inline-block;width:24px;height:24px;border-radius:50%;font-size:10px;line-height:24px;text-align:center;margin-right:5px;margin-bottom:2px;}
	#faq-wrap .atbox {border-top:1px solid #efefef;background-color:#f8f8f8;padding:20px 25px;margin-bottom:5px;}
	.t_base {clear:both;width:100%;margin: 25px 0 5px 0;border-top:2px solid #222;background:#fff;}
	.t_base:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.t_base tbody th {padding: 15px 0;font-size:15px;border: 1px solid #ddd;font-weight:600;}
	.t_base tbody th.leftitem {background:#efefef;}
	.t_base tbody td {padding: 15px 0;text-align: center;border: 1px solid #ddd;}
	.t_base tbody td.leftitem {background:#efefef;}
	.tbstxt {font-size:12px;text-align:right;}
	.sub-contact-inner {width:100%;margin:15px auto 0;}
	.sub-contact-inner > h3 {font-size:36px;font-weight:600;}
	.sub-contact-inner > .constxt {padding:5px 0 20px 3px !important;border-bottom:2px solid #000;}

	.contact-top-wrap {width:100%;display: flex;justify-content:center;border-radius:15px;border:5px solid #f2f2f2;padding:30px 0;margin:40px 0 10px 0;}
	.contact-top-wrap > .item1 {width:40px;text-align:right;padding-right:5px;}
	.contact-top-wrap > .item1 img {width:28px; height:28px;}
	.contact-top-wrap > .item2 {width:80%;}
	.contact-top-wrap > .item2 .infotit {font-size:16px;font-weight:600;letter-spacing:-0.5px;color:#000;padding:0;}
	.contact-top-wrap > .item2 .infophone {font-size:16px;}

}

/***************************************************************************/
/*                                               태플릿								                  /
/***************************************************************************/
@media (min-width:768px) and (max-width:1023px) {

	img {width:100%;}
	input,button,textarea {border-radius:0;} 
	#wrap {font-size:14px;}

	/* header */
	#header-area {position: absolute;top:0;left: 0;width:100%;height:90px;z-index:100;}

	/* menu */
	#menu-w {display:none}
	#menu-m {width:100%;display:block;}
	#menu-m:after {display: block;content: "";clear: both;}
	#menu-m .top-logo a {float:left;margin:12px 0 11px 13px;width:186px;height:34px;background:url('../img/logo.png') no-repeat 0 0;background-size:186px 34px;display:block;cursor: pointer;color: transparent;text-indent: -9999px;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
	.topnav {clear:both;background-color: #f9f9f9;height:46px;border-bottom:1px solid #dddddd;box-sizing: border-box;}
	.topnav a {position: relative;float: left;color: #333;text-align: center;width:25%;line-height:45px;text-decoration: none;font-size: 13px;border:1px solid #dddddd;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a:hover {background-color: #e3e4e8;color:#333;border:1px solid #e3e4e8;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a.active {background-color: #01aa3b;color:#fff;font-weight:600;border:1px solid #01aa3b;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a.bgreen {background-color: #04ba65;color:#fff;}

	/* footer */
	#footer-area {width:100%;background:#404556;}
	.footer-inner {padding:40px 20px;display: flex;flex-direction: column;} 
	.footer-inner .logobox {width:100%;}
	.footer-inner .logobox img {width:186px;height:34px;opacity:0.3;} 
	.footer-inner .cominfo {width:100%;}
	.footer-inner .cominfo:after {display: block;content: "";clear: both;}
	.footer-inner .cominfo ul {float:left;}
	.footer-inner .cominfo ul li {float:left;padding-right:30px;color:#a0a2ab;font-size:11px;line-height:1.7;}
	.footer-inner .cominfo .copy {padding-top:56px !important;color:#a0a2ab;font-size:11px;}
	.f_menu_wrap {margin-bottom:20px;margin-top:20px;}
	.f_menu_wrap:after {display: block;content: "";clear: both;}
	.f_menu_wrap .mbox {float:left;color:#a0a2ab;font-size:13px;padding:0 13px;}
	.f_menu_wrap .mbox:first-child {border-left:none !important;padding:0 13px 0 0 !important;}
	.f_menu_wrap .mbox a {color:#a0a2ab;}
	.f_menu_wrap .mbox a:hover {color:#a0a2ab;}

	/* visual */
	.slideshow-container {position:relative;width:100%;height:560px;}
	.slideshow-inner {width:100%;height:560px;}
	.slideshow-inner .mimgbox1 {position:relative;width:100%;height:560px;display: inline-block;background:url('../img/vimg1_m.jpg') no-repeat right bottom;background-size:100% 900px;}
	.slideshow-inner .mimgbox2 {position:relative;width:100%;height:560px;display: inline-block;background:url('../img/vimg2_m.jpg') no-repeat right bottom;background-size:100% 900px;}
	.vtxt-inner {position:absolute;top:170px;left:0;padding-left:20px;padding-right:20px;}
	.vtxt1 {font-size:1.10rem;color:rgba(255, 255, 255, 1);}
	.vtxt2{color: #fff;font-size:16px;padding:20px 0 0 2px;font-weight:300;}

	/* section */
	.section1 {width:100%;margin:0 auto;padding:60px 20px 30px 20px;}
	.section1 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section1 > .dbox {width:100%;padding:20px 0 0 0;display: flex;flex-direction: column;}
	.section1 > .dbox > .lefttxt {width:100%;padding:0;font-size:15px;}
	.section1 > .dbox > .lefttxt button {margin:15px 0 20px 0;display:block;background:#fff;border:1px solid #a4a4a4;padding:0 30px;text-align:center;font-size:14px;line-height:40px;}
	.section1 > .dbox > .rightimg {width:100%;height:240px;color:#fff;font-size:26px;background:url('../img/s_img1.jpg') no-repeat center center;background-size:100% 100%;object-fit:cover;display: flex;justify-content: center;align-items: center;}
	.section1 > .merit {width:100%;padding:20px 0 0 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.section1 > .merit > .item {width:100%;height:100%;margin:20px 0 20px 0;}
	.section1 > .merit > .item .mtitbox {width:100%;display: flex;flex-direction: row;}
	.section1 > .merit > .item .mtitbox .micon {width:8%;}
	.section1 > .merit > .item .mtitbox .micon img {width:40px;height:40px;}
	.section1 > .merit > .item .mtitbox .mtit {width:92%;height:40px;font-size:19px;line-height:40px;font-weight:600;color:#0088a5;}
	.section1 > .merit > .item p {padding:10px 0 0 0;width:100%;font-size:14px;}
	.section2 {width:100%;margin:0 auto;padding:30px 20px 60px 20px;}
	.section2 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section2 > .stxt {padding:20px 0 0 0;font-size:15px;}
	.section2 > .iconbox {width:100%;padding:0;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.section2 > .iconbox > .icon {width:48%;padding:40px 0 0 0;}
	.section2 > .iconbox > .icon img {width:80px;height:80px;margin:0 auto;display:block;}
	.section2 > .iconbox > .icon p {padding:20px 10px 0 10px;font-size:15px;text-align:center;line-height:1.4;}
	.section3 {width:100%;padding:30px 20px 40px 20px;background:#f9f9f9;}
	.section3-inner {width:100%;margin:0 auto;}
	.section3-inner > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section3-inner > .faqbox {width:100%;padding:30px 0 0 0;display: flex;flex-direction: column;}
	.section3-inner > .faqbox > .lefttxt {width:100%;padding:0;font-size:15px;}
	.section3-inner > .faqbox > .lefttxt h2 {font-size:26px;letter-spacing:0;line-height:1.3;font-weight:500;padding-bottom:20px;}
	.section3-inner > .faqbox > .lefttxt button {width:24%;margin:15px 0 20px 0;display:block;background:#fff;border:1px solid #a4a4a4;padding:0 30px;text-align:center;font-size:14px;line-height:40px;}
	.section3-inner > .faqbox > .rightfaq {width:100%;padding:20px 0 0 0;display: flex;flex-direction: column;}
	.section3-inner > .faqbox > .rightfaq > .faqitem {position:relative;width:100%;height:190px;margin-bottom:30px;background:#fff;display: flex;flex-direction: column;justify-content: center;box-shadow: 7px 7px 7px rgba(0,0,0,.02);}
	.section3-inner > .faqbox > .rightfaq > .faqitem a {color:#333;}
	.section3-inner > .faqbox > .rightfaq > .faqitem a:hover {color:#333;}
	.section3-inner > .faqbox > .rightfaq > .faqitem h3 {padding:0 30px;font-size:19px;line-height:1.3;font-weight:600;}
	.section3-inner > .faqbox > .rightfaq > .faqitem p {width:100%;padding:20px 30px 0 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.section3-inner > .faqbox > .rightfaq > .faqitem > .plus {position:absolute;right:15px;top:15px;}
	.section3-inner > .faqbox > .rightfaq > .faqitem > .plus img {width:18px;height:18px;opacity:0.5;}
	.section4 {width:100%;margin:0 auto;padding:30px 20px 40px 20px;}
	.section4 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section4 > h3 {padding:30px 0 0 0;font-size:19px;font-weight:600;}
	.section4 > img {width:100%;padding:20px 0 0 0;}
	.section4 > .tablertxt {text-align:right;padding-top:10px;font-size:12px;}
	.section4 > .extxt {padding:20px 0 0 0;}
	.section4 > .extxt h4 {font-size:16px;font-weight:600;padding-bottom:10px;}

	/* 서브페이지이미지 */
	.subtopimg1 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg1_m.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg2 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg2_m.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg3 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg3_m.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg4 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg4_m.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg-inner {position:absolute;top:150px;left:20px;}
	.subtopimg-inner > h2 {font-size:1.7rem;font-weight:500;color:rgba(255, 255, 255, 1);}
	.subtopimg-inner > ul {opacity:0.8}
	.subtopimg-inner > ul li {display:inline-block;font-size:13px;color:#fff;background:url('../img/dot.png') no-repeat 3px 8px;background-size:5px 5px;}
	.subtopimg-inner > ul li + li {padding:0 2px 0 16px;}
	.subtopimg-inner > ul li:first-child {background:none;padding:0 0 0 5px;}

	/* 서브페이지 */
	.subtop {position:relative;width:100%;height:300px;}
	.subtop img {width:100%;height:100%;object-fit:cover;objec-position:center center;}
	.subtop-inner {position:absolute;top:165px;left:20px;}
	.subtop-inner > h2 {font-size:1.8rem;font-weight:500;color:rgba(255, 255, 255, 1);}
	#sub-wrap {width:100%;margin:0 auto;padding:20px 20px;}
	#sub-wrap h3 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	#sub-wrap h3.branch {padding:20px 0 0 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom:none;}
	#sub-wrap h3.faq {font-size:26px;padding:30px 0 0 0;border:none;}
	#sub-wrap > .txtbox100 {padding:30px 0 20px 0;}
	#sub-wrap > .txtbox100_2 {padding:30px 0 20px 0;}
	#sub-wrap > .aboutimg-wrap {width:100%;padding:20px 0 50px 0;display: flex;flex-direction: column;}
	#sub-wrap > .aboutimg-wrap > .item {position:relative;width:100%;margin-bottom:20px;}
	#sub-wrap > .aboutimg-wrap > .item img {width:100%;height:220px;object-fit:cover;border-radius:10px;}
	#sub-wrap > .aboutimg-wrap > .item .itemtxt {position:absolute;color:#fff;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-weight:400;font-size:15px;}
	#sub-wrap > .aboutimg-wrap > .item .itemtxt h4 {font-size:26px;font-weight:400;padding-bottom:10px;}
	#sub-wrap .fmerit {width:100%;padding:20px 0 20px 0;}
	#sub-wrap .fmerit li {padding:8px 0;list-style:decimal inside none;line-height:1.5;}
	#sub-wrap > .imgbox1 {padding:20px 0 50px;}
	#sub-wrap > .imgbox2 {padding:20px 0 40px 0;}
	#sub-wrap > .imgbox3 {padding:20px 0 40px 0;}
	#sub-wrap > .conbox {width:100%;padding:30px 0 0 0;display: flex;justify-content: space-between;}
	#sub-wrap > .conbox > .item {width:32%;height:300px;padding:0 60px;border:1px solid #ddd;display: flex;flex-direction: column;justify-content: center;}
	#sub-wrap > .stitbox {padding:10px 0 20px 0;font-size:14px;}
	#sub-wrap > .stitbox span {color:#ba2f69;font-weight:500;}
	#sub-terms-wrap {width:100%;margin:0 auto;padding:110px 20px 40px 20px;}
	#sub-terms-wrap h3 {padding:20px 0 0 0;font-size:18px;font-weight:600;}
	.terms-tbox {padding:20px 0 0 0;font-size:14px;line-height:1.4;}
	.terms-tbox > h4 {font-size:16px;font-weight:600;padding:20px 0;}

	/* 가맹신청 */
	#sub-apply-wrap {width:100%;padding:20px 20px;background:#fff;}
	.sub-apply-inner {width:100%;margin:0 auto;padding:0;background:#fff;box-shadow:none;}
	.sub-apply-inner > h3 {font-size:22px;font-weight:600;padding:20px 0 20px 0;border-bottom:2px solid #000;}
	.row_form {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_form:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_form label {float:left;width:40%;font-size:15px;line-height: 40px;padding:0 0 0 4px;}
	.row_form label span {color:red;font-weight:600;padding-left:4px;}
	.row_form input {float:left;width:60%;padding: 0 10px 0 10px;height: 40px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_form input::placeholder {color: #888;font-size: 15px;font-weight:300;letter-spacing:-0.5px;}
	.row_form2 {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_form2:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_form2 label {float:left;width:100%;font-size:15px;line-height:32px;padding:0 0 0 4px;}
	.row_form2 input {float:left;width:100%;margin:5px 0 0 0;padding: 0 10px 0 10px;height: 40px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_form2 input::placeholder {color: #888;font-size: 14px;font-weight:300;letter-spacing:-0.5px;}
	.row_form2 button {width:25%;height:40px;margin:5px 0 0 0;border:1px solid #999;background:#999;color:#fff;font-size:14px;letter-spacing:-0.2px;}
	.row_ta_form {clear:both;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;height: 170px;}
	.row_ta_form textarea {padding: 10px 10px 0 10px;width: 100%;height: 150px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_ta_form textarea::placeholder {color: #888;font-size: 14px;font-weight:300;letter-spacing:-0.5px;}
	.row_radio_form {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_radio_form:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_radio_form label {float:left;width:40%;font-size:15px;line-height: 40px;padding:0 0 0 4px;}
	.row_radio_form label span {color:red;font-weight:600;padding-left:4px;}
	.radio_area {float:left;width:60%;}
	.radio_area:after {display: block;content: "";clear: both;}
	.radio_area .cell1 {float:left;width:30%;line-height: 40px;font-size:15px;}
	.radio_area .cell1 input {width:18px;height:18px;margin:0 6px 2px 0;}
	.radio_area .cell2 {float:left;width:70%;line-height: 40px;font-size:15px;}
	.radio_area .cell2 input {width:18px;height:18px;margin:0 6px 2px 0;}
	.submit {margin:40px auto 30px;display:block;width:46%;line-height:58px;background:#0088a5;color:#fff;font-size:18px;font-weight:500;text-align:center;}
	.w20 {width:60% !important;}
	.terms {padding:20px 0 6px 0;}
	.terms h4 {font-weight:600;padding-bottom:10px;font-size:16px;}
	.terms .ttxtbox {width:100%;height:100px;font-size:13px;font-weight:300;color:#666;line-height:1.4;border:1px solid #ddd;background:#f2f2f2;padding:15px 15px;overflow:scroll;overflow-x:hidden;}
	.checkbox {display: none;}
	.checkbox-wrap {position: relative;clear:both;}
	.checkbox+.checkbox-label {display: inline-block;cursor: pointer;margin-top:4px;width: 24px;height:24px;border: 1px solid #959eaa;background:#fff;}
	.checkbox:checked+.checkbox-label {background:#fff url('../img/check.png') no-repeat 2px 2px;background-size:18px 18px;}
	.checkbox-text {position: absolute;top: 4px;left:30px;display: inline-block;font-size:14px;}

	/* 문의하기 */
	#tab {width:260px;margin:10px auto;}
	#tab:after {display: block;content: "";clear: both;}
	#tab li a {float:left;display:block;margin:0 5px;width:120px;line-height:50px;text-align:center;background:#f8f8f8;color:#333;font-weight:600;font-size:16px;letter-spacing:-0.5px;border-radius:30px;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
	#tab li a:hover {background:#000;color:#fff;border-radius:30px;}
	#tab li.on {float:left;display:block;margin:0 5px;width:120px;line-height:50px;text-align:center;background:#000;color:#fff;font-weight:600;font-size:16px;letter-spacing:-0.5px;border-radius:30px;}
	#faq-wrap {width:100%;padding:0 0 30px 0;}
	#faq-wrap h4 {font-size:15px;font-weight:600;padding:20px 0 8px 0;letter-spacing:-0.5px;}
	#faq-wrap h4 span {background:#0088a5;color:#fff;display:inline-block;width:24px;height:24px;border-radius:50%;font-size:10px;line-height:24px;text-align:center;margin-right:5px;margin-bottom:2px;}
	#faq-wrap .atbox {border-top:1px solid #efefef;background-color:#f8f8f8;padding:20px 25px;margin-bottom:5px;}
	.t_base {clear:both;width:100%;margin: 25px 0 5px 0;border-top:2px solid #222;background:#fff;}
	.t_base:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.t_base tbody th {padding: 15px 0;font-size:15px;border: 1px solid #ddd;font-weight:600;}
	.t_base tbody th.leftitem {background:#efefef;}
	.t_base tbody td {padding: 15px 0;text-align: center;border: 1px solid #ddd;}
	.t_base tbody td.leftitem {background:#efefef;}
	.tbstxt {font-size:12px;text-align:right;}
	.sub-contact-inner {width:100%;margin:15px auto 0;}
	.sub-contact-inner > h3 {font-size:36px;font-weight:600;}
	.sub-contact-inner > .constxt {padding:5px 0 20px 3px !important;border-bottom:2px solid #000;}

	.contact-top-wrap {width:100%;display: flex;justify-content:center;border-radius:15px;border:5px solid #f2f2f2;padding:30px 0;margin:40px 0 10px 0;}
	.contact-top-wrap > .item1 {width:40px;text-align:right;padding-right:5px;}
	.contact-top-wrap > .item1 img {width:28px; height:28px;}
	.contact-top-wrap > .item2 {width:80%;}
	.contact-top-wrap > .item2 .infotit {font-size:16px;font-weight:600;letter-spacing:-0.5px;color:#000;padding:0;}
	.contact-top-wrap > .item2 .infophone {font-size:16px;}

/***************************************************************************/
/*                                         아이패드 프로									          /
/***************************************************************************/
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {

	img {width:100%;}
	input,button,textarea {border-radius:0;} 
	#wrap {font-size:14px;}

	/* header */
	#header-area {position: absolute;top:0;left: 0;width:100%;height:90px;z-index:100;}

	/* menu */
	#menu-w {display:none}
	#menu-m {width:100%;display:block;}
	#menu-m:after {display: block;content: "";clear: both;}
	#menu-m .top-logo a {float:left;margin:12px 0 11px 13px;width:186px;height:34px;background:url('../img/logo.png') no-repeat 0 0;background-size:186px 34px;display:block;cursor: pointer;color: transparent;text-indent: -9999px;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
	.topnav {clear:both;background-color: #f9f9f9;height:46px;border-bottom:1px solid #dddddd;box-sizing: border-box;}
	.topnav a {position: relative;float: left;color: #333;text-align: center;width:25%;line-height:45px;text-decoration: none;font-size: 13px;border:1px solid #dddddd;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a:hover {background-color: #e3e4e8;color:#333;border:1px solid #e3e4e8;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a.active {background-color: #01aa3b;color:#fff;font-weight:600;border:1px solid #01aa3b;border-bottom:0;border-left:0;box-sizing: border-box;}
	.topnav a.bgreen {background-color: #04ba65;color:#fff;}

	/* footer */
	#footer-area {width:100%;background:#404556;}
	.footer-inner {padding:40px 20px;display: flex;flex-direction: column;} 
	.footer-inner .logobox {width:100%;}
	.footer-inner .logobox img {width:186px;height:34px;opacity:0.3;} 
	.footer-inner .cominfo {width:100%;}
	.footer-inner .cominfo:after {display: block;content: "";clear: both;}
	.footer-inner .cominfo ul {float:left;}
	.footer-inner .cominfo ul li {float:left;padding-right:30px;color:#a0a2ab;font-size:11px;line-height:1.7;}
	.footer-inner .cominfo .copy {padding-top:56px !important;color:#a0a2ab;font-size:11px;}
	.f_menu_wrap {margin-bottom:20px;margin-top:20px;}
	.f_menu_wrap:after {display: block;content: "";clear: both;}
	.f_menu_wrap .mbox {float:left;color:#a0a2ab;font-size:13px;padding:0 13px;}
	.f_menu_wrap .mbox:first-child {border-left:none !important;padding:0 13px 0 0 !important;}
	.f_menu_wrap .mbox a {color:#a0a2ab;}
	.f_menu_wrap .mbox a:hover {color:#a0a2ab;}

	/* visual */
	.slideshow-container {position:relative;width:100%;height:560px;}
	.slideshow-inner {width:100%;height:560px;}
	.slideshow-inner .mimgbox1 {position:relative;width:100%;height:600px;display: inline-block;background:url('../img/vimg_1.jpg') no-repeat 60% center;}
	.slideshow-inner .mimgbox2 {position:relative;width:100%;height:600px;display: inline-block;background:url('../img/vimg_2.jpg') no-repeat 60% center;}
	.vtxt-inner {position:absolute;top:300px;left:0;padding-left:50px;}
	.vtxt1 {font-size:1.3rem;color:rgba(255, 255, 255, 1);}
	.vtxt2{color: #fff;font-size:16px;padding:20px 0 0 2px;font-weight:300;}

	/* section */
	.section1 {width:100%;margin:0 auto;padding:60px 20px 30px 20px;}
	.section1 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section1 > .dbox {width:100%;padding:20px 0 0 0;display: flex;flex-direction: column;}
	.section1 > .dbox > .lefttxt {width:100%;padding:0;font-size:15px;}
	.section1 > .dbox > .lefttxt button {margin:15px 0 20px 0;display:block;background:#fff;border:1px solid #a4a4a4;padding:0 30px;text-align:center;font-size:14px;line-height:40px;}
	.section1 > .dbox > .rightimg {width:100%;height:240px;color:#fff;font-size:26px;background:url('../img/s_img1.jpg') no-repeat center center;background-size:100% 100%;object-fit:cover;display: flex;justify-content: center;align-items: center;}
	.section1 > .merit {width:100%;padding:20px 0 0 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.section1 > .merit > .item {width:100%;height:100%;margin:20px 0 20px 0;}
	.section1 > .merit > .item .mtitbox {width:100%;display: flex;flex-direction: row;}
	.section1 > .merit > .item .mtitbox .micon {width:8%;}
	.section1 > .merit > .item .mtitbox .micon img {width:40px;height:40px;}
	.section1 > .merit > .item .mtitbox .mtit {width:92%;height:40px;font-size:19px;line-height:40px;font-weight:600;color:#0088a5;}
	.section1 > .merit > .item p {padding:10px 0 0 0;width:100%;font-size:14px;}
	.section2 {width:100%;margin:0 auto;padding:30px 20px 60px 20px;}
	.section2 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section2 > .stxt {padding:20px 0 0 0;font-size:15px;}
	.section2 > .iconbox {width:100%;padding:0;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.section2 > .iconbox > .icon {width:48%;padding:40px 0 0 0;}
	.section2 > .iconbox > .icon img {width:80px;height:80px;margin:0 auto;display:block;}
	.section2 > .iconbox > .icon p {padding:20px 10px 0 10px;font-size:15px;text-align:center;line-height:1.4;}
	.section3 {width:100%;padding:30px 20px 40px 20px;background:#f9f9f9;}
	.section3-inner {width:100%;margin:0 auto;}
	.section3-inner > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section3-inner > .faqbox {width:100%;padding:30px 0 0 0;display: flex;flex-direction: column;}
	.section3-inner > .faqbox > .lefttxt {width:100%;padding:0;font-size:15px;}
	.section3-inner > .faqbox > .lefttxt h2 {font-size:26px;letter-spacing:0;line-height:1.3;font-weight:500;padding-bottom:20px;}
	.section3-inner > .faqbox > .lefttxt button {width:24%;margin:15px 0 20px 0;display:block;background:#fff;border:1px solid #a4a4a4;padding:0 30px;text-align:center;font-size:14px;line-height:40px;}
	.section3-inner > .faqbox > .rightfaq {width:100%;padding:20px 0 0 0;display: flex;flex-direction: column;}
	.section3-inner > .faqbox > .rightfaq > .faqitem {position:relative;width:100%;height:190px;margin-bottom:30px;background:#fff;display: flex;flex-direction: column;justify-content: center;box-shadow: 7px 7px 7px rgba(0,0,0,.02);}
	.section3-inner > .faqbox > .rightfaq > .faqitem a {color:#333;}
	.section3-inner > .faqbox > .rightfaq > .faqitem a:hover {color:#333;}
	.section3-inner > .faqbox > .rightfaq > .faqitem h3 {padding:0 30px;font-size:19px;line-height:1.3;font-weight:600;}
	.section3-inner > .faqbox > .rightfaq > .faqitem p {width:100%;padding:20px 30px 0 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.section3-inner > .faqbox > .rightfaq > .faqitem > .plus {position:absolute;right:15px;top:15px;}
	.section3-inner > .faqbox > .rightfaq > .faqitem > .plus img {width:18px;height:18px;opacity:0.5;}
	.section4 {width:100%;margin:0 auto;padding:30px 20px 40px 20px;}
	.section4 > h2 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	.section4 > h3 {padding:30px 0 0 0;font-size:19px;font-weight:600;}
	.section4 > img {width:100%;padding:20px 0 0 0;}
	.section4 > .tablertxt {text-align:right;padding-top:10px;font-size:12px;}
	.section4 > .extxt {padding:20px 0 0 0;}
	.section4 > .extxt h4 {font-size:16px;font-weight:600;padding-bottom:10px;}

	/* 서브페이지이미지 */
	.subtopimg1 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg1.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg2 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg2.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg3 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg3.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg4 {position:relative;width:100%;height:260px;display: inline-block;background:url('../img/svimg4.jpg') no-repeat center bottom;background-size:100% 100%;}
	.subtopimg-inner {position:absolute;top:150px;left:20px;}
	.subtopimg-inner > h2 {font-size:1.7rem;font-weight:500;color:rgba(255, 255, 255, 1);}
	.subtopimg-inner > ul {opacity:0.8}
	.subtopimg-inner > ul li {display:inline-block;font-size:13px;color:#fff;background:url('../img/dot.png') no-repeat 3px 8px;background-size:5px 5px;}
	.subtopimg-inner > ul li + li {padding:0 2px 0 16px;}
	.subtopimg-inner > ul li:first-child {background:none;padding:0 0 0 5px;}

	/* 서브페이지 */
	.subtop {position:relative;width:100%;height:300px;}
	.subtop img {width:100%;height:100%;object-fit:cover;objec-position:center center;}
	.subtop-inner {position:absolute;top:165px;left:20px;}
	.subtop-inner > h2 {font-size:1.8rem;font-weight:500;color:rgba(255, 255, 255, 1);}
	#sub-wrap {width:100%;margin:0 auto;padding:20px 20px;}
	#sub-wrap h3 {padding:20px 0 20px 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom: 1px solid rgba(0,0,0,.1);}
	#sub-wrap h3.branch {padding:20px 0 0 0;font-size:22px;letter-spacing:-0.5px;line-height:1.6;font-weight:600;border-bottom:none;}
	#sub-wrap h3.faq {font-size:26px;padding:30px 0 0 0;border:none;}
	#sub-wrap > .txtbox100 {padding:30px 0 20px 0;}
	#sub-wrap > .txtbox100_2 {padding:30px 0 20px 0;}
	#sub-wrap > .aboutimg-wrap {width:100%;padding:20px 0 50px 0;display: flex;flex-direction: column;}
	#sub-wrap > .aboutimg-wrap > .item {position:relative;width:100%;margin-bottom:20px;}
	#sub-wrap > .aboutimg-wrap > .item img {width:100%;height:220px;object-fit:cover;border-radius:10px;}
	#sub-wrap > .aboutimg-wrap > .item .itemtxt {position:absolute;color:#fff;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-weight:400;font-size:15px;}
	#sub-wrap > .aboutimg-wrap > .item .itemtxt h4 {font-size:26px;font-weight:400;padding-bottom:10px;}
	#sub-wrap .fmerit {width:100%;padding:20px 0 20px 0;}
	#sub-wrap .fmerit li {padding:8px 0;list-style:decimal inside none;line-height:1.5;}
	#sub-wrap > .imgbox1 {padding:20px 0 50px;}
	#sub-wrap > .imgbox2 {padding:20px 0 40px 0;}
	#sub-wrap > .imgbox3 {padding:20px 0 40px 0;}
	#sub-wrap > .conbox {width:100%;padding:30px 0 0 0;display: flex;justify-content: space-between;}
	#sub-wrap > .conbox > .item {width:32%;height:300px;padding:0 60px;border:1px solid #ddd;display: flex;flex-direction: column;justify-content: center;}
	#sub-wrap > .stitbox {padding:10px 0 20px 0;font-size:14px;}
	#sub-wrap > .stitbox span {color:#ba2f69;font-weight:500;}
	#sub-terms-wrap {width:100%;margin:0 auto;padding:110px 20px 40px 20px;}
	#sub-terms-wrap h3 {padding:20px 0 0 0;font-size:18px;font-weight:600;}
	.terms-tbox {padding:20px 0 0 0;font-size:14px;line-height:1.4;}
	.terms-tbox > h4 {font-size:16px;font-weight:600;padding:20px 0;}

	/* 가맹신청 */
	#sub-apply-wrap {width:100%;padding:20px 20px;background:#fff;}
	.sub-apply-inner {width:100%;margin:0 auto;padding:0;background:#fff;box-shadow:none;}
	.sub-apply-inner > h3 {font-size:22px;font-weight:600;padding:20px 0 20px 0;border-bottom:2px solid #000;}
	.row_form {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_form:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_form label {float:left;width:40%;font-size:15px;line-height: 40px;padding:0 0 0 4px;}
	.row_form label span {color:red;font-weight:600;padding-left:4px;}
	.row_form input {float:left;width:60%;padding: 0 10px 0 10px;height: 40px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_form input::placeholder {color: #888;font-size: 15px;font-weight:300;letter-spacing:-0.5px;}
	.row_form2 {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_form2:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_form2 label {float:left;width:100%;font-size:15px;line-height:32px;padding:0 0 0 4px;}
	.row_form2 input {float:left;width:100%;margin:5px 0 0 0;padding: 0 10px 0 10px;height: 40px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_form2 input::placeholder {color: #888;font-size: 14px;font-weight:300;letter-spacing:-0.5px;}
	.row_form2 button {width:25%;height:40px;margin:5px 0 0 0;border:1px solid #999;background:#999;color:#fff;font-size:14px;letter-spacing:-0.2px;}
	.row_ta_form {clear:both;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;height: 170px;}
	.row_ta_form textarea {padding: 10px 10px 0 10px;width: 100%;height: 150px;font-size: 16px;background:#f2f2f2;border: 1px solid #e2e1e1;}
	.row_ta_form textarea::placeholder {color: #888;font-size: 14px;font-weight:300;letter-spacing:-0.5px;}
	.row_radio_form {float:left;width: 100%;padding:10px 0;border-bottom:1px solid #efefef;}
	.row_radio_form:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.row_radio_form label {float:left;width:40%;font-size:15px;line-height: 40px;padding:0 0 0 4px;}
	.row_radio_form label span {color:red;font-weight:600;padding-left:4px;}
	.radio_area {float:left;width:60%;}
	.radio_area:after {display: block;content: "";clear: both;}
	.radio_area .cell1 {float:left;width:30%;line-height: 40px;font-size:15px;}
	.radio_area .cell1 input {width:18px;height:18px;margin:0 6px 2px 0;}
	.radio_area .cell2 {float:left;width:70%;line-height: 40px;font-size:15px;}
	.radio_area .cell2 input {width:18px;height:18px;margin:0 6px 2px 0;}
	.submit {margin:40px auto 30px;display:block;width:46%;line-height:58px;background:#0088a5;color:#fff;font-size:18px;font-weight:500;text-align:center;}
	.w20 {width:60% !important;}
	.terms {padding:20px 0 6px 0;}
	.terms h4 {font-weight:600;padding-bottom:10px;font-size:16px;}
	.terms .ttxtbox {width:100%;height:100px;font-size:13px;font-weight:300;color:#666;line-height:1.4;border:1px solid #ddd;background:#f2f2f2;padding:15px 15px;overflow:scroll;overflow-x:hidden;}
	.checkbox {display: none;}
	.checkbox-wrap {position: relative;clear:both;}
	.checkbox+.checkbox-label {display: inline-block;cursor: pointer;margin-top:4px;width: 24px;height:24px;border: 1px solid #959eaa;background:#fff;}
	.checkbox:checked+.checkbox-label {background:#fff url('../img/check.png') no-repeat 2px 2px;background-size:18px 18px;}
	.checkbox-text {position: absolute;top: 4px;left:30px;display: inline-block;font-size:14px;}

	/* 문의하기 */
	#tab {width:260px;margin:10px auto;}
	#tab:after {display: block;content: "";clear: both;}
	#tab li a {float:left;display:block;margin:0 5px;width:120px;line-height:50px;text-align:center;background:#f8f8f8;color:#333;font-weight:600;font-size:16px;letter-spacing:-0.5px;border-radius:30px;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
	#tab li a:hover {background:#000;color:#fff;border-radius:30px;}
	#tab li.on {float:left;display:block;margin:0 5px;width:120px;line-height:50px;text-align:center;background:#000;color:#fff;font-weight:600;font-size:16px;letter-spacing:-0.5px;border-radius:30px;}
	#faq-wrap {width:100%;padding:0 0 30px 0;}
	#faq-wrap h4 {font-size:15px;font-weight:600;padding:20px 0 8px 0;letter-spacing:-0.5px;}
	#faq-wrap h4 span {background:#0088a5;color:#fff;display:inline-block;width:24px;height:24px;border-radius:50%;font-size:10px;line-height:24px;text-align:center;margin-right:5px;margin-bottom:2px;}
	#faq-wrap .atbox {border-top:1px solid #efefef;background-color:#f8f8f8;padding:20px 25px;margin-bottom:5px;}
	.t_base {clear:both;width:100%;margin: 25px 0 5px 0;border-top:2px solid #222;background:#fff;}
	.t_base:after {content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both;}
	.t_base tbody th {padding: 15px 0;font-size:15px;border: 1px solid #ddd;font-weight:600;}
	.t_base tbody th.leftitem {background:#efefef;}
	.t_base tbody td {padding: 15px 0;text-align: center;border: 1px solid #ddd;}
	.t_base tbody td.leftitem {background:#efefef;}
	.tbstxt {font-size:12px;text-align:right;}
	.sub-contact-inner {width:100%;margin:15px auto 0;}
	.sub-contact-inner > h3 {font-size:36px;font-weight:600;}
	.sub-contact-inner > .constxt {padding:5px 0 20px 3px !important;border-bottom:2px solid #000;}

.contact-top-wrap {width:100%;display: flex;justify-content:center;border-radius:15px;border:10px solid #f2f2f2;padding:80px 0;margin:0 0 20px 0;}
.contact-top-wrap > .item1 {width:130px;text-align:right;padding-right:15px;}
.contact-top-wrap > .item1 img {width:60px;height:60px;}
.contact-top-wrap > .item1 img {margin-bottom: 20px;}
.contact-top-wrap > .item2 {width:40%;}
.contact-top-wrap > .item2 .infotit {font-size:20px;color:#000;font-weight:500;padding:2px 0 0 0;}
.contact-top-wrap > .item2 .infophone {font-size:18px;}
.contact-top-wrap > .item2 .infoitem {margin: 5px 0;}
.contact-top-wrap > .item2 .infodesc {font-size: 13px;color: #999;}