@charset "utf-8";
/**
 * @File Name : sub.css
 * @Description : Layout[sub]
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2024.09.03 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2024.09.03
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* ◇◆ @media print{} ◇◆◇◆◇◆◇◆◇◆◇◆ */
/* 인쇄 20200407. 20200820.
 * )) /share/ui/printpage.html @media all{} 동기화 확인
 */
@media print{
	/* hide */
	#head, #visual, #foot, #wing, #sidebar, #side, #aside,
	#body_foot,
	#tnb1,
	#quickmenu1,
	#fast1,
	#location1, /* ☆ */
	#bn1,
	#fontsize1,
	#go1sib1, /* 20200820 */
	.bg, .noprint{display:none !important;}
	/* show */
	html{background:#fff !important;}
	body,
	#container, #wrap, #body,
	.container, /* 20200820 */
	#body_head,
	#body_head_s1, #body_head_s2, /* 20200820 */
	#body_content{float:none !important;left:0 !important;top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;height:auto !important;margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;overflow:visible !important;box-shadow:none !important;}
	#body_title{display:block !important;position:static !important;left:0 !important;top:0 !important;height:auto !important;margin:0 !important;padding:0 0 1em !important;border:0 !important;}
	table{border-color:#999 !important;}
	table th,
	table td{border-color:#999 !important;}
	/* transparent */
	#head_below{background:transparent !important;}
}

/* #body_content */
/* 본문메뉴1.드롭다운.갭0.활성배경 20200626 */
.cnb1{display:block;
	z-index:0;
	position:relative;
	margin:0 auto 2.5em;
	font-size:16px;
	line-height:1.375;
	overflow:hidden;
}
.cnb1>.note{display:block;
	z-index:1;
	position:relative;
	height:auto;
	margin:0;
	padding:10px 30px 10px 10px;
	border:3px solid #555;
	background:#fff;
	color:#222;
	font-weight:600;
	text-align:left;
	text-decoration:none;
	/* text-overflow:ellipsis;white-space:nowrap;word-wrap:normal; */overflow:hidden;
}
.cnb1>.toggle{display:block;
	z-index:2;
	position:absolute;left:0;top:0;
	width:100%;
	height:44px;
	margin:0;padding:0;border:0;
	background:url(../../img/inc/b.png);
	color:#000;
	text-align:left;
	text-decoration:none;
	overflow:hidden;text-indent:-9999px;
}
.cnb1>.toggle>.ic1{float:left;
	position:absolute;right:0;top:50%;
	width:0;height:0;
	margin:-2px 15px;
	border:6px solid transparent;border-top-color:#000;border-bottom:0;
	overflow:hidden;text-indent:100%;
	transition:.2s;
}
.cnb1>.toggle.on>.ic1{
	transform:rotate(180deg);
}
.cnb1 ul{
	list-style:none;margin:0;padding:0;
}
.cnb1 li{
	margin:0;padding:0;
}
.cnb1 [class*='col-'] li{width:100%;} /* ☆ 자동균등폭 .mj-menu-even-width 에 영향 받지 않도록 */
.cnb1 li>a{display:block;
	position:relative;
	min-height:1.375em;
	margin:-1px 0 0 0;
	padding:.625em .75em;
	border:1px solid #e0e0e0;
	background:#f8f9fb;
	color:#555;
}
.cnb1 li>a:hover,
.cnb1 li>a:focus{
	z-index:10;
	border-color:#000;
	color:#000;
}
.cnb1 li.on>a{
	z-index:5;
	border-color:transparent;
	background-color:#ef6d09;
	color:#fff;font-weight:600;
	cursor:default;
}

/* 20200626 새 창 */
.cnb1 li>a[target='_blank']:after,
.cnb2 li>a[target='_blank']:after,
.cnb3 li>a[target='_blank']:after{
	content:'';
	display:inline-block;
	width:16px;height:16px;
	margin:0 0 4px 5px;
	background:url(../../img/inc/ic16newwindow.png) no-repeat;
	vertical-align:middle;
}

/* 본문메뉴2.드롭다운.갭0.활성배경 20200626 */
.cnb2{display:block;
	z-index:0;
	position:relative;
	margin:0 auto 1.375em;
	border:1px solid #999;
	background:#fff;
	font-size:16px;
	line-height:1.375;
	overflow:hidden;
}
.cnb2>.note{display:block;
	z-index:1;
	position:relative;
	height:19px;
	margin:0;
	padding:10px 30px 10px 10px;
	background:#f4f4f4;
	color:#000;
	font-weight:600;
	text-align:left;
	text-decoration:none;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb2>.toggle{display:block;
	z-index:2;
	position:absolute;left:0;top:0;
	width:100%;
	height:39px;
	margin:0;padding:0;border:0;
	background:url(../../img/inc/b.png);
	color:#000;
	text-align:left;
	text-decoration:none;
	overflow:hidden;text-indent:-9999px;
}
.cnb2>.toggle>.ic1{float:left;
	position:absolute;right:0;top:50%;
	width:0;height:0;
	margin:-2px 15px;
	border:6px solid transparent;border-top-color:#666;border-bottom:0;
	overflow:hidden;text-indent:100%;
	transition:.2s;
}
.cnb2>.toggle.on>.ic1{
	transform:rotate(180deg);
}
.cnb2 ul{
	list-style:none;margin:0;padding:0;
	border-top:1px solid #999;
	overflow:hidden;
	display:none;
}
.cnb2 li{
	margin:0 0 -1px;
	padding:0;
}
.cnb2 [class*='col-'] li{width:100%;} /* ☆ 자동균등폭 .mj-menu-even-width 에 영향 받지 않도록 */
.cnb2 li>a{display:block;
	position:relative;
	min-height:1.375em;
	margin:-1px -1px 0;
	padding:.625em .75em;
	border:1px solid #e7e7e7;
	background:#fff;
	color:#666;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb2 li>a:hover,
.cnb2 li>a:focus{
	z-index:10;
	border-color:#eee;
	background-color:#f7f7f7;
	color:#444;
	text-decoration:none;
}
.cnb2 li.on>a{
	z-index:5;
	border-color:transparent;
	background-color:#444;
	color:#fff;
	cursor:default;
}


/* 본문메뉴3.드롭다운.갭0.활성배경 20200626 */
.cnb3{display:block;
	z-index:0;
	position:relative;
	margin:0 auto 1.375em;
	border:1px solid #ccc;
	background:#fff;
	font-size:15px;
	line-height:1.375;
	overflow:hidden;
}
.cnb3>.note{display:block;
	height:17px;
	margin:0;
	padding:10px 30px 10px 10px;
	border:0;
	background:#f7f7f7;
	color:#000;
	font-weight:600;
	text-align:left;
	text-decoration:none;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb3>.toggle{display:block;
	z-index:2;
	position:absolute;left:0;top:0;
	box-sizing:content-box;
	width:100%;
	height:37px;
	margin:0;padding:0;border:0;
	background:url(../../img/inc/b.png);
	color:#000;
	text-align:left;
	text-decoration:none;
	overflow:hidden;text-indent:-9999px;
}
.cnb3>.toggle>.ic1{float:left;
	position:absolute;right:0;top:50%;
	width:0;height:0;
	margin:-2px 15px;
	border:6px solid transparent;border-top-color:#666;border-bottom:0;
	overflow:hidden;text-indent:100%;
	transition:.2s;
}
.cnb3>.toggle.on>.ic1{
	transform:rotate(180deg);
}
.cnb3 ul{
	list-style:none;margin:0;
	padding:0 0 .5em;
	border-top:1px solid #ddd;
	overflow:hidden;display:none;
}
.cnb3 li{
	margin:0;padding:0;
}
.cnb3 [class*='col-'] li{width:100%;} /* ☆ 자동균등폭 .mj-menu-even-width 에 영향 받지 않도록 */
.cnb3 li>a{display:block;
	position:relative;
	min-height:1.375em;
	margin:0;
	padding:.5em .75em;
	color:#767676;
	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
}
.cnb3 li>a:hover,
.cnb3 li>a:focus{
	z-index:10;
	background-color:#f5f7f9;
	color:#000;
	text-decoration:none;
}
.cnb3 li.on>a{
	z-index:5;
	border-color:transparent;
	background-color:#deb;
	color:#000;
	cursor:default;
}

/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */
@media all and (min-width:768px){/* medium ◇◆◇◆◇◆◇◆◇◆ */
	/* ☆ 자동균등폭 .mj-menu-even-width 20160531 */
	.mj-menu-even-width ul{opacity:0;} /* 변이 모습 감춤. makeEvenWidthMenus(); 실행 후 opacity:1; */

	/* ☆(100/(column1~12))% */
	[class*='cnb'] .col-1 > li{width:100%;text-align:left;}
	[class*='cnb'] .col-2 > li{width:50%;}
	[class*='cnb'] .col-3 > li{width:33.33333%;}
	[class*='cnb'] .col-4 > li{width:25%;}
	[class*='cnb'] .col-5 > li{width:20%;}
	[class*='cnb'] .col-6 > li{width:16.66666%;}
	[class*='cnb'] .col-7 > li{width:14.28571%;}
	[class*='cnb'] .col-8 > li{width:12.5%;}
	[class*='cnb'] .col-9 > li{width:11.11111%;}
	[class*='cnb'] .col-10 > li{width:10%;}
	[class*='cnb'] .col-11 > li{width:9.09091%;}
	[class*='cnb'] .col-12 > li{width:8.33333%;}


	/* 본문메뉴1.갭0.불릿. 20200626 */
	.cnb1 {position:relative;font-size:17px;margin-bottom:30px}
	.cnb1>.note{display:none;}
	.cnb1>.toggle{display:none;}
	.cnb1 ul{display:block !important; /* ☆ */
		position:relative;
		margin:0 0 -1px; /* 우측오차1px보정 */
		overflow:hidden;
		text-align:center;
	}
	.cnb1 ul:before,
	.cnb1 ul:after{content:'';display:table;} /* [IE8+] */
	.cnb1 ul:after{clear:both;}
	.cnb1 li {position:relative;display:inline-block;vertical-align:top;width:auto;min-width:140px;text-align:center;margin:2px 0}
	.cnb1 li>a {position:relative;padding:15px 20px 15px;border:0;margin:0;background:#f0f0f0;color:#666;font-weight:400;border-radius:10px}
	.cnb1 li.on a {background-color:#22284c;text-decoration:underline;text-underline-offset:4px}

	/* 본문메뉴2.갭 20200626 */
	#cnb2 {border-radius:0;padding-bottom:25px;background:url(../../img/lib2/patt_cnb2.gif) repeat-x 0 bottom;}
	.cnb2 {position:relative;border:0;}
	.cnb2>.note{display:none;}
	.cnb2>.toggle{display:none;}
	.cnb2 ul{display:block !important; /* ☆ */
		position:relative; /* 우측오차1px보정 */
		padding:0;
		border:0;
		background:#fff;
		overflow:visible;
		text-align:center;
	}
	.cnb2 ul:before,
	.cnb2 ul:after{content:'';display:table;} /* [IE8+] */
	.cnb2 ul:after{clear:both;}
	.cnb2 li{position:relative;display:inline-block;vertical-align:top;
		width:auto;
		margin:2px 0;
		text-align:center;
	}
	.cnb2 li:after {position:absolute;top:16px;right:-3px;content:"";display:block;width:1px;height:10px;background:#c2c2c2}
	.cnb2 li:last-child:after {display:none}
	.cnb2 li>a{position:relative;padding:11px 20px;font-size:17px;color:#333;border:0;font-weight:400;background:transparent}
	.cnb2 li>a:hover,
	.cnb2 li>a:focus {text-decoration:underline;text-underline-offset:4px;background-color:transparent;}
	.cnb2 li.on>a{cursor:default;font-weight:500;color:#000;font-size:20px;padding:8px 20px;background:transparent;}
	.cnb2 li.on>a:after {position:absolute;top:0;right:8px;content:"";display:block;width:8px;height:8px;background:#eb4050;border-radius:100%;}


	/* 본문메뉴3.갭.불릿 20200626 */
	.cnb3{padding:1em 1.375em;
		border:1px solid #ddd;
		border-radius:10px;
	}
	.cnb3>.note{display:none;}
	.cnb3>.toggle{display:none;}
	.cnb3 ul{display:block !important;
		position:relative;
		padding:0 .375em;
		border:0;
	}
	.cnb3 li{float:left;
		box-sizing:border-box; /* ☆ */
		width:auto;height:auto;
		margin:0;padding:0 .25em;
		text-align:left;
	}
	.cnb3 li>a{display:block;
		margin:0 1em 0 0;
		padding:.375em .75em;
		border-bottom:1px dashed transparent;
		background:url(../../img/lib/cnb3bg1.png) no-repeat 0 .75em;
		text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;
	}
	.cnb3 li:not(.on)>a:hover,
	.cnb3 li:not(.on)>a:focus{
		margin-left:-.75em;
		padding-left:1.5em;
		background-position:.75em .75em;
		text-decoration:none;
	}
	.cnb3 li.on>a{background-color:transparent;
		background-image:url(../../img/lib/cnb3bg1on.png);
		background-position:0 .65em;
		color:#21806E;
		font-weight:600;
		border-color:#ccc;
	}

} /* /(min-width:768px) */
@media all and (min-width:1000px){/* large ◇◆◇◆◇◆◇◆◇◆ */

} /* /(min-width:1000px) */
@media all and (min-width:1460px){/* ◇◆◇◆◇◆◇◆◇◆ */

} /* /(min-width:1460px) */
@media screen and (max-width:599px){
	.cnb1, .cnb2 {font-size:15px}
}
@media screen and (max-width:499px){
	.cnb1, .cnb2 {font-size:14px}
}
/* /RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */


/* 서브레이아웃 스타일 여기서부터 작성 */
#body {margin-top:55px}
#body>.container {position:static;padding-bottom:80px;}
#body_head_s1 {margin-bottom:40px;text-align:center;}
#body_head_s1 .b1.back {position:absolute;top:5px;left:11px;color:#000;font-weight:500;border:0;background:transparent;z-index:1;margin:0;padding:0 0 0 36px;}
#body_head_s1 .b1.back:before {position:absolute;top:50%;left:0;content:"";display:block;width:26px;height:13px;background:url(/_res/tour/img/sub/sub_sprite.png) no-repeat 0 0 / auto 100px;margin-top:-8px;}
#body_title {text-align:center;padding-bottom:30px;}
#body_title .hb1.h1 {margin:0;font-size:42px;color:#000;font-weight:600;line-height:1.1;font-family:"Outfit", sans-serif;letter-spacing:-.025em;}
@media screen and (max-width:1548px){
	#wrap>.container {padding-left:24px;padding-right:24px;box-sizing:border-box;}
}
@media screen and (max-width:1259px){
	#wrap>.container {padding-left:16px;padding-right:16px;}
	#body {margin-top:50px;}
	#body>.container {padding-bottom:50px}
}
@media screen and (max-width:999px){
	#body {margin-top:45px}
	#body_head_s1 {margin-bottom:30px}
	#body_title {padding-bottom:20px}
	#body_title .hb1.h1 {font-size:36px}
}
@media screen and (max-width:768px){
	#body {margin-top:40px}
	#body>.container {padding-bottom:0px}
	#body_title .hb1.h1 {font-size:34px}
}
@media screen and (max-width:499px){
	#body_title .hb1.h1 {font-size:32px}
}
@media screen and (max-width:399px){
	#body {margin-top:35px}
	#body_title {padding-bottom:15px;}
	#body_title .hb1.h1 {font-size:29px}
}

#location1 {display:inline-block;vertical-align:top;}
#location1 * {display:inline-block;vertical-align:top;}
#location1 .cont li {position:relative;margin-right:32px;}
#location1 .cont li a {color:#666;font-weight:400}
#location1 .cont li a.home {padding-left:30px;}
#location1 .cont li a.home:before {position:absolute;top:0;left:0;content:"";display:block;width:21px;height:21px;background:url(/_res/tour/img/sub/sub_sprite.png) no-repeat -34px -17px / auto 100px;border-radius:100%;}
#location1 .cont li:last-child {margin-right:20px}
#location1 .cont li:last-child a {color:#000;font-weight:500;}
#location1 .cont li a:after {position:absolute;top:6px;right:-22px;content:"";display:block;width:6px;height:10px;background:url(/_res/tour/img/sub/sub_sprite.png) no-repeat -62px 0 / auto 100px;}
#location1 .cont li:last-child a:after {display:none;}
@media screen and (max-width:999px){
	#location1 {display:block;font-size:16px;}
	#location1 .cont li:last-child {margin-right:0}
}
@media screen and (max-width:599px){
	#location1 {font-size:15px;}
	#location1 .cont li {margin:2px 16px 2px 0;}
	#location1 .cont li a:after, #location1 .cont li .t1:after {top:5px;right:-14px;}
}

#bn1 {position:relative;display:inline-block;vertical-align:top;z-index:2}
#bn1:before {position:absolute;top:4px;left:-1px;content:"";display:block;width:2px;height:12px;background:#b2b2b2;}
#bn1>ul>li {position:relative;display:inline-block;vertical-align:top;margin-left:34px;}
#bn1>ul>li:first-child {margin-left:20px}
#bn1>ul>li>a, #bn1>ul>li>button {position:relative;display:block;border:0;font-size:15px;height:20px;padding-left:25px;background:transparent;color:#000;font-weight:600;}
#bn1>ul>li>a:before, #bn1>ul>li>button:before {position:absolute;top:0;left:0;content:"";display:block;width:20px;height:20px;background:url(/_res/tour/img/sub/sub_sprite.png) no-repeat;background-size:auto 100px;}
#bn1>ul>li.share1>a:before {background-position:-57px -28px}
#bn1>ul>li.like>button:before {background-position:-79px -28px}
#bn1>ul>li.like>button.on:before {background-position:-79px -50px}
#bn1>ul>li.stamp>.b1:before {background-position:-101px -28px}
#bn1>ul>li.print>button:before {background-position:-27px -50px}
#bn1>ul>li:after {position:absolute;top:3px;right:-19px;;content:"";display:block;width:1px;height:12px;background:#d9d9d9;}
#bn1>ul>li:last-child:after {display:none}
#bn1share1 {position:absolute;top:30px;left:50%;display:none;background:#fff;box-shadow:5px 5px 10px rgba(0,0,0,.2);padding:5px 0;border-radius:9999px;text-align:center;}
#bn1share1.on {display:block;width:160px;margin-left:-80px}
#bn1share1 ul {display:inline-block;vertical-align:top;}
#bn1share1 ul li {display:inline-block;vertical-align:top;}
#bn1share1 ul li button {display:block;width:25px;height:25px;background:url(/_res/tour/img/sub/sub_sprite.png) no-repeat;background-size:auto 100px;border:0;}
#bn1share1 ul li.facebook button {background-position:-188px -38px}
#bn1share1 ul li.twitter button {background-position:-215px -38px}
#bn1share1 ul li.kakaostory button {background-position:-242px -38px}
#bn1share1 ul li.link button {background-position:-269px -38px}
#bn1share1 .m.close {position:relative;display:inline-block;vertical-align:top;width:25px;height:25px;background:#e0e0e0;border-radius:100%;}
#bn1share1 .m.close:before, #bn1share1 .m.close:after {position:absolute;top:50%;left:50%;content:"";display:block;width:2px;height:13px;background:#222;margin:-6.5px -1px;}
#bn1share1 .m.close:before {transform:rotate(45deg)}
#bn1share1 .m.close:after {transform:rotate(-45deg)}
@media screen and (max-width:999px){
	#bn1 {display:block;margin-top:15px}
	#bn1:before {display:none;}
	#bn1>ul>li {margin-left:18px}
	#bn1>ul>li:first-child {margin-left:0}
	#bn1>ul>li:after {top:5px;right:-12px}
	#bn1>ul>li>a, #bn1>ul>li>button {font-size:14px;}
}
@media screen and (max-width:599px){
	#bn1 {margin-top:12px}
	#bn1>ul>li {margin-left:15px;margin:4px 0 4px 15px}
	#bn1>ul>li:after {top:6px;right:-10px;}
}

#body_content {min-height:500px;}
/* 페이지담당자/만족도 */
#body_foot {margin:60px 0 0;}
@media screen and (max-width:1259px){
	#body_foot {margin:60px 0 40px}
}
@media screen and (max-width:999px){
	#body_foot {margin-top:35px}
}
@media screen and (max-width:768px){
	#body_content {padding-bottom:30px}
}

#charge1 {padding:18px 20px 15px;overflow:hidden;border:1px solid #ccc;border-radius:20px 20px 0 0;border-bottom:0}
#charge1 dl {float:left;overflow:hidden;line-height:25px;}
#charge1 dl.update {float:right;}
#charge1 dl dt {position:relative;float:left;font-weight:600;color:#020202;padding-left:28px}
#charge1 dl dd {position:relative;float:left;color:#555;margin-left:14px;padding-left:15px;}
#charge1 dl dd a {display:inline-block;vertical-align:top;color:inherit}
#charge1 dl dt:before, #charge1 dl dd:before {position:absolute;content:"";display:block;left:0;}
#charge1 dl dt:before {top:0;width:25px;height:25px;background:url(/_res/tour/img/sub/sub_sprite.png) no-repeat 0 -50px / auto 100px;}
#charge1 dl dd:before {top:5px;width:1px;height:15px;background:#dcdcdc;}
#satisfy1 {position:relative;border:1px solid #ccc;background:#f4f6f9;padding:22px 24px 24px;border-radius:0 0 20px 20px}
#satisfy1 .question {font-size:18px;color:#000;margin:0 560px 16px 0;font-weight:500}
#satisfy1 .answer {position:absolute;top:22px;right:25px;}
#satisfy1 .grade li {float:left;color:#000;margin-left:32px}
#satisfy1 .grade li input[type=radio] {position:relative;margin:0;width:22px;height:22px;margin-right:10px;}
#satisfy1 .grade li input[type=radio]:before {position:absolute;content:"";display:block;width:100%;height:100%;background:url(/_res/tour/img/lib/ic44form1radio1off.png) no-repeat 0 0 / cover;border-radius:100%;}
#satisfy1 .grade li input[type=radio]:checked:before {background-image:url(/_res/tour/img/lib/ic44form1radio1on.png);}
#satisfy1 .grade li input[type=radio]:focus-visible {outline:2px dotted coral;outline-offset:1px}
#satisfy1 .grade li label {padding:0;font-weight:500;color:#000}
#satisfy1 .opinion {position:relative;}
#satisfy1 .opinion input[type=text] {width:calc(100% - 150px);height:54px;border:1px solid #ddd;border-right:0;padding:0 20px;margin:0;box-sizing:border-box;font-size:15px;color:#999;border-radius:0}
#satisfy1 .opinion .bt1.submit {position:absolute;top:0;right:0;width:150px;height:54px;background:#23274e;text-align:center;font-weight:500;color:#fff;border:0;padding:0;margin:0;border-radius:0}
@media screen and (max-width:1259px){
	#charge1 {padding:22px 30px;}
	#satisfy1 {padding:25px 30px}
	#satisfy1 .answer {top:30px}
}
@media screen and (max-width:999px){
	#charge1 {padding:20px 30px 17px}
	#charge1 dl, #charge1 dl.update {float:none;}
	#charge1 dl.update {margin-top:10px}
	#satisfy1 .question {font-size:17px;margin:5px 5px 10px 0}
	#satisfy1 .answer {position:relative;top:auto;right:auto;overflow:hidden;font-size:15px}
	#satisfy1 .grade li {margin:2px 23px 2px 0;}
	#satisfy1 .grade li:last-child {margin-right:0}
	#satisfy1 .opinion {margin-top:15px}
}
@media screen and (max-width:599px){
	#charge1 {padding:15px 20px;}
	#charge1 dl {font-size:15px}
	#satisfy1 {padding:20px;}
	#satisfy1 .question {font-size:16px;}
	#satisfy1 .answer {font-size:14px}
	#satisfy1 .opinion input[type=text] {width:calc(100% - 120px);height:50px;font-size:14px;padding:0 15px;}
	#satisfy1 .opinion .bt1.submit {width:120px;height:50px;}
}
@media screen and (max-width:499px){
	#charge1 dl.tel1 {margin-top:5px}
	#charge1 dl dt, #charge1 dl dd {float:none;min-height:25px}
	#charge1 dl dd:before {display:none}
	#satisfy1 .question {font-size:15px;}
	#satisfy1 .grade li {margin-right:15px;}
	#satisfy1 .grade li input[type=radio] {margin-right:5px}
	#satisfy1 .opinion input[type=text] {width:100%;height:45px;border-right:1px solid #ddd;border-bottom:0}
	#satisfy1 .opinion .bt1.submit {position:relative;top:auto;right:auto;width:100%;height:45px;}
}
@media screen and (max-width:399px){
	#charge1 dl dd a {display:block;}
}