/*   Main   */
/* form */
.select-wrap { position: relative; height: 40px; }
.select-wrap select { width: 100%; /*padding: .58em .5em;  */ padding-left: 15px; font-family: inherit; border: 1px solid #dedede; background-size: contain; vertical-align: middle; height: 40px; border-radius: 10px; -moz-appearance: none; -webkit-appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #454545; }
.select-wrap:after { content: ""; width: 16px; height: 16px; position: absolute; top: 50%; transform: translateY(-50%); display: block; right: 15px; background: url("../_images/_form/icon-s-caret-down.png") no-repeat center; background-size: 16px; }

.search-wrap { position: relative; height: 40px; }
.search-wrap input[type="search"] { width: 100%; /*padding: .58em .5em;  */ padding-left: 15px; font-family: inherit; border: 1px solid #dedede; background-size: contain; vertical-align: middle; height: 40px; border-radius: 10px; -moz-appearance: none; -webkit-appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #454545; }
.search-wrap:after { content: ""; width: 16px; height: 16px; position: absolute; top: 50%; transform: translateY(-50%); display: block; right: 15px; background: url("../_images/common/icon-s-search.png") no-repeat center; background-size: 16px; }

select::-ms-expand { display: none; }

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"] { line-height: 38px; height: 40px; text-indent: 10px; font-size: 14px; border: 1px solid #dedede; vertical-align: middle; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-appearance: none; -webkit-appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

textarea { width: 100%; height: 120px; padding: 10px; border: 1px solid #dedede; color: #454545; line-height: 18px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-appearance: none; -webkit-appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
input[type="radio"]:focus, input[type="checkbox"]:focus { width: 20px; height: 20px; outline: solid; }

input[type="radio"] + label, input[type="checkbox"] + label { display: inline-block; position: relative; padding-left: 30px; cursor: pointer; color: #454545; min-width: 0; line-height: 20px; text-align: left; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-right: 20px; position: relative; }
input[type="radio"] + label:before, input[type="checkbox"] + label:before { position: absolute; left: 0; top: 0; display: inline-block; content: ""; width: 20px; height: 20px; vertical-align: middle; margin-right: 10px; border: 1px solid #dedede; background: #fff; }
input[type="radio"] + label:last-of-type, input[type="checkbox"] + label:last-of-type { margin: 0; }

input[type="radio"] + label:before { border-radius: 100%; }

input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before { background: url("../_images/_form/form_check@2x.png") no-repeat center #4866db; background-size: 15px; border: none; }

input[type="file"] { margin: 0px; border: 1px solid #dedede; height: 40px; width: 400px; border-radius: 10px; box-sizing: border-box; }

input[type="file"]::-webkit-file-upload-button { appearance: none; -webkit-appearance: none; -moz-appearance: none; box-sizing: border-box; color: #fff; border: 0; background: #343f4e; line-height: 38px; height: 40px; margin: 0px; width: 100px; cursor: pointer; margin-right: 10px; font-size: 16px; font-weight: 700; }

/*.btn-input-file{
	width: 100px;
	background: $primary;
	color: $white;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;

}*/
input[type="file"]::-ms-value { border: 0; height: 40px; }

input[type="file"]::-ms-browse { color: #fff; border: 0; background: #343f4e; width: 100px; }

/*.filebox {
	.upload-name {
		height: 40px;
		vertical-align: middle;
		border: 1px solid $lineColor;
		width: 320px;
		color: $textColor;
		border-radius: 10px;
		padding-left: 10px;
	}
	label {
		//display: inline-block;
		padding: 10px 20px;
		color: #fff;
		vertical-align: middle;
		background-color: $primary;
		cursor: pointer;
		height: 40px;
		margin-left: 10px;
		border-radius: 10px;
	}
	input[type="file"] {
		position: absolute;
		width: 0;
		height: 0;
		padding: 0;
		overflow: hidden;
		border: 0;
	}
}*/
/* table */
table { border-top: 2px solid #3B405D; text-align: left; width: 100%; }
table th { border-bottom: 1px solid #dedede; padding: 10px; color: #454545; font-weight: 700; background: #E9EDF7; vertical-align: middle; text-align: center; line-height: 18px; font-size: 16px; min-height: 42px; }
table th.cate { background: #3B405D; color: #fff; text-align: center; border-bottom: 1px solid #62677D; }
table th.left { text-align: left; }
table th.nobg { font-size: 14px; background: none; }
table th em { color: #F94450; }
table td { border-bottom: 1px solid #dedede; padding: 5px 10px; vertical-align: middle; line-height: 18px; text-align: center; font-size: 14px; color: #454545; height: 50px; }
table td.left { text-align: left; }
table td .btn { min-width: 80px; height: 40px; border-radius: 10px; font-size: 16px; font-weight: 700; text-align: center; }
table td .btn.solid { background-color: #3B405D; color: #fff; }
table td .btn.stroke { border: 1px solid #3B405D; color: #3B405D; }
table td.state { font-weight: 700; }
table td.state.done { color: #4866db; }
table td.state.fail { color: #F94450; }
table td a { font-weight: 700; text-decoration: underline; }
table td.left { text-align: left; }
table td.flex { align-items: center; }
table td em { width: 30px; text-align: center; display: inline-block; }
table td span { margin-left: 10px; vertical-align: middle; display: inline-block; width: 16px; height: 16px; background: url("../_images/common/icon-s-clip.png") no-repeat center/16px; }
table td .ju { color: #969696; margin-top: 10px; }
table th:first-child, table td:first-child { border-left: none; }
table.search-table th { text-align: left; padding-left: 20px; height: 50px; }
table.resist th, table.resist td { text-align: left; }
table.resist .cate { text-align: center; }

/******************************     TABLE SCROLL     ******************************/
.table_inner.scroll { position: relative; overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.table_inner.scroll table { width: 1840px; }

.msg_touch_help { position: absolute; top: 50%; left: 50%; display: block; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }

.msg_touch_help img { width: 80px; height: 80px; }

/* Layout */
.container-full { width: 100%; }

#container { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; padding-bottom: 100px; }

#contents { width: 890px; }

#contents-home { width: 100%; max-width: 980px; padding: 0 15px; margin: 0 auto; padding-bottom: 100px; }

.mobile-only { display: none !important; }

.flex { display: flex; }
.flex.center { justify-content: center; align-items: center; }

footer { width: 100%; border-top: 1px solid #dedede; padding: 20px 0 30px 0; }
footer .addr { font-size: 16px; color: #454545; padding-right: 10px; border-right: solid 1px #dedede; line-height: 24px; }
footer .call { font-size: 16px; color: #454545; padding-left: 10px; line-height: 24px; }
footer .copyright { font-size: 16px; color: #969696; text-align: center; line-height: 24px; }

@media screen and (max-width: 960px) { #contents-home { padding-bottom: 60px; }
  footer { padding: 20px 0 14px 0; }
  footer .flex { display: block; }
  footer .addr { font-size: 12px; line-height: 18px; padding-right: 0; border-right: none; text-align: center; margin-bottom: 10px; }
  footer .call { font-size: 12px; line-height: 18px; padding-left: 0; text-align: center; }
  .mobile-only { display: block !important; }
  .mobile-hide { display: none !important; } }
#modal-wrap { width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); position: fixed; z-index: 100; left: 0; top: 0; display: none; }
#modal-wrap .alert-wrap { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 0 20px 70px 20px; width: 280px; background: #fff; box-shadow: 0 10px 20px -8px rgba(6, 16, 88, 0.5); border-radius: 20px; }
#modal-wrap .alert-wrap .title { margin-top: 30px; text-align: center; font-size: 16px; font-weight: 700; letter-spacing: -0.68px; }
#modal-wrap .alert-wrap .text { font-size: 14px; color: #454545; margin-top: 20px; text-align: center; line-height: 1.6; }
#modal-wrap .alert-wrap .modal-btn-wrap { width: 100%; border-radius: 0 0 20px 20px; position: absolute; left: 0; bottom: 0; height: 40px; display: flex; }
#modal-wrap .alert-wrap .modal-btn-wrap li { width: 100%; }
#modal-wrap .alert-wrap .modal-btn-wrap li.pri { background: #4866db; border-bottom-right-radius: 19px; }
#modal-wrap .alert-wrap .modal-btn-wrap li.sec { background: #454545; border-bottom-left-radius: 19px; }
#modal-wrap .alert-wrap .modal-btn-wrap li.full { background: #4866db; border-bottom-right-radius: 19px; border-bottom-left-radius: 19px; }
#modal-wrap .alert-wrap .modal-btn-wrap li button { line-height: 40px; text-align: center; width: 100%; color: #fff; }
#modal-wrap .modal-con { 	           /* width: calc(100% - 30px);
		max-width: 387px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		padding: 24px 34px;
		border: solid 4px $primary;
		//display: none;
		@include box-sizing(border-box);
		.btn-close{
			display: block;
			width: 20px;
			height: 20px;
			position: absolute;
			top: 24px;
			right: 25px;
			background: url(/resource/images/common/icon-s-cross@2x.png) no-repeat center;
			background-size: 20px;
			text-indent: -9999px; cursor: pointer;
		} .btn-print{ display: block;
			width: 20px;
			height: 20px;
			position: absolute;
			top: 24px;
			right: 65px;
			background: url("../_images/contens/icon-s-print@2x.png") no-repeat center;
			background-size: 20px;
			text-indent: -9999px; cursor: pointer; }
		.title{
			font-size: 16px;
			font-weight: 700;
			letter-spacing: -0.68px;
			color: $textColor;
		}
		.text{
			font-size: 14px;
			color: $textColor;
			margin-top: 20px;
			text-align: center;
			line-height: 1.6;
		}
		.modal-btn-wrap{
			width: 100%;
			border-radius: 0 0 20px 20px;
			position: absolute;
			left: 0;
			bottom: 0;
			height: 40px;
			display: flex;
			li{
				width: 100%;
				&.pri{
					background: $second;
					border-bottom-right-radius: 19px;
				}
				&.sec{
					background: $textColor;
					border-bottom-left-radius: 19px;
				}
				&.full{
					background: $second;
					border-bottom-right-radius: 19px;
					border-bottom-left-radius: 19px;
				}
				button{
					line-height: 40px;
					text-align: center;
					width: 100%;
					color: $white;
				}
			}
		} &.lisence-paper{ width: 100%; max-width: 600px; //height: 850px; }
	*/ }

.modal-con { width: calc(100% - 30px); max-width: 387px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #fff; padding: 24px 34px; border: solid 4px #3B405D; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.modal-con .btn-close { display: block; width: 20px; height: 20px; position: absolute; top: 24px; right: 25px; background: url("/resource/images/common/icon-s-cross@2x.png") no-repeat center; background-size: 20px; text-indent: -9999px; cursor: pointer; }
.modal-con .btn-print { display: block; width: 20px; height: 20px; position: absolute; top: 24px; right: 65px; background: url("../_images/contens/icon-s-print@2x.png") no-repeat center; background-size: 20px; text-indent: -9999px; cursor: pointer; }
.modal-con .title { font-size: 16px; font-weight: 700; letter-spacing: -0.68px; color: #454545; }
.modal-con .text { font-size: 14px; color: #454545; margin-top: 20px; text-align: center; line-height: 1.6; }
.modal-con .modal-btn-wrap { width: 100%; border-radius: 0 0 20px 20px; position: absolute; left: 0; bottom: 0; height: 40px; display: flex; }
.modal-con .modal-btn-wrap li { width: 100%; }
.modal-con .modal-btn-wrap li.pri { background: #4866db; border-bottom-right-radius: 19px; }
.modal-con .modal-btn-wrap li.sec { background: #454545; border-bottom-left-radius: 19px; }
.modal-con .modal-btn-wrap li.full { background: #4866db; border-bottom-right-radius: 19px; border-bottom-left-radius: 19px; }
.modal-con .modal-btn-wrap li button { line-height: 40px; text-align: center; width: 100%; color: #fff; }
.modal-con.lisence-paper { width: 100%; max-width: 600px; height: 850px; }
.modal-con.lisence-paper .paper-title { font-size: 50px; margin-top: 60px; font-weight: 700; text-align: center; margin-bottom: 50px; }
.modal-con.lisence-paper .date { font-size: 20px; font-weight: 700; position: absolute; left: 50%; bottom: 120px; transform: translateX(-50%); text-align: center; margin-bottom: 10px; }
.modal-con.lisence-paper .symbol { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); text-align: center; margin-bottom: 60px; }
.modal-con.lisence-paper .symbol img { width: 200px; }

@media screen and (max-width: 960px) { .modal-con.lisence-paper { width: 90%; height: 600px; }
  .modal-con.lisence-paper .paper-title { font-size: 30px; margin-top: 40px; margin-bottom: 40px; }
  .modal-con.lisence-paper .date { font-size: 12px; bottom: 60px; }
  .modal-con.lisence-paper .symbol { margin-bottom: 30px; }
  .modal-con.lisence-paper .symbol img { width: 100px; } }
/* login */
#login { min-height: 100vh; background: #f5f5f5; display: flex; justify-content: center; align-items: flex-end; }
#login:after { display: block; width: 100%; height: 35vh; background: #3B405D; content: ""; position: absolute; left: 0; bottom: 0; z-index: 0; }
#login .login-wrap { position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); width: 300px; border-radius: 30px; box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2); background: #3B405D; }
#login .login-wrap .top { width: 100%; height: 112px; background: url("../_images/login/ci@2x.png") no-repeat center/147px; }
#login .login-wrap .wrap { background: #fff; border-radius: 50px 0 30px 30px; padding: 30px; }
#login .login-wrap .wrap .flex { border-bottom: 1px solid #dedede; }
#login .login-wrap .wrap .form-wrap p { font-size: 16px; font-weight: 700; }
#login .login-wrap .wrap .form-wrap input { width: 100%; border: 1px solid #dedede; border-radius: 10px; height: 40px; margin-top: 10px; margin-bottom: 10px; }
#login .login-wrap .wrap .error { color: #F94450; }
#login .login-wrap .wrap .remaining-time { color: #000; font-size: 14px; }
#login .login-wrap .wrap .remaining-time span { color: #F94450; }
#login .login-wrap .wrap .mobile-num { margin-top: 20px; font-size: 16px; font-weight: 700; color: #000; }
#login .login-wrap .wrap .mobile-wrap { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
#login .login-wrap .wrap .mobile-wrap input { width: 150px; border: 1px solid #dedede; border-radius: 10px; height: 40px; }
#login .login-wrap .wrap .mobile-wrap .btn-ok { width: 80px; line-height: 40px; padding: 0 10px; border-radius: 10px; font-size: 16px; font-weight: 700; color: #fff; background-color: #3b405d; }
#login .login-wrap .wrap button { background: #4866db; color: #fff; height: 50px; border-radius: 25px; width: 100%; font-size: 16px; font-weight: 700; margin-top: 20px; }
#login .login-wrap .wrap .image-text { color: #fff; text-align: center; margin-top: 20px; }
#login .login-wrap .wrap .image-text .btns { margin-top: 10px; display: flex; justify-content: space-between; }
#login .login-wrap .wrap .image-text .btns button { border: 1px solid #dedede; font-size: 14px; color: #454545; border-radius: 0; background: #fff; height: 30px; font-weight: 400; width: calc((100% - 10px) / 2); margin-top: 0; }
#login .login-wrap .wrap .cTxt { margin-top: 10px; width: 100%;   }
#login .login-wrap .wrap .cTxt input[type="text"] { width: 100%;  }
#login .login-wrap .wrap .wrapper-top { text-align: center; margin-top: 10px; font-size: 30px; padding-bottom: 20px; border-bottom: 1px solid #dedede; margin-bottom: 30px; font-weight: 700; }
#login .login-wrap .wrap .inpWrap { display: flex; margin-top: 10px; align-items: flex-start; }
#login .login-wrap .wrap .inpWrap button { height: 40px; margin-top: 0; margin-left: 10px; border: 1px solid #dedede; background: #fff; color: #454545; border-radius: 10px; font-size: 14px; }
#login .cs { position: relative; z-index: 1; text-align: center; }
#login .cs .number { font-size: 30px; font-weight: bold; color: #fff; margin-bottom: 10px; }
#login .cs .time { font-size: 14px; color: #fff; margin-bottom: 30px; }

/* Calendar */
.ui-datepicker.ui-widget-content { padding: 0; width: 30rem !important; border: 1px solid #dedede; border-radius: 2rem; text-align: center; }
.ui-datepicker.ui-widget-content.ui-widget-content { border-radius: 2rem; background: #fff; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-header { width: 30rem; height: 6rem; background: #3B405D; border-top-left-radius: 2rem; border-top-right-radius: 2rem; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-header .ui-datepicker-title { color: #fff; font-size: 2rem; line-height: 6rem; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-header .ui-datepicker-prev { background: url("../_images/_calendar/btn-prev@2x.png") no-repeat center/2rem; top: 50%; transform: translateY(-35%); left: 5rem; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-header .ui-datepicker-next { background: url("../_images/_calendar/btn-next@2x.png") no-repeat center/2rem; top: 50%; transform: translateY(-35%); right: 5rem; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-calendar { width: 28rem; border: none; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-calendar th { line-height: 3rem; background: #fff; font-size: 1.2rem; color: #454545; font-weight: 400; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-calendar th:nth-child(1) { color: #F94450; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-calendar td { vertical-align: middle; text-align: center; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-calendar td a { display: inline-block; border: none; background: #fff; text-align: center; line-height: 4rem; width: 4rem; height: 4rem; border-radius: 100%; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-calendar td a.ui-state-highlight { color: #fff; background: #3B405D; line-height: 3rem; width: 3rem; height: 3rem; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-calendar td:nth-child(7n+1) a { color: #F94450; }
.ui-datepicker.ui-widget-content.ui-widget-content .ui-datepicker-calendar .ui-state-active { color: #ffffff; background: #4866db; line-height: 3rem; width: 3rem; height: 3rem; }

.ui-datepicker td.holiday a, .ui-datepicker td.holiday a:hover { color: #F94450; }

header .wrapper-top { display: flex; align-items: center; height: 100px; border-bottom: 1px solid #dedede; }
header .wrapper-top .wrapper { padding: 0 20px; width: 100%; max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
header .wrapper-top .wrapper .logo { display: block; width: 145px; height: 40px; background: url("../_images/common/logo.png") no-repeat center; background-size: 145px; }
header .wrapper-top .wrapper .menu { width: calc(100% - 145px); display: flex; justify-content: flex-end; align-items: center; }
header .wrapper-top .wrapper .menu a { display: block; width: calc(100% / 6); font-size: 20px; font-weight: 700; line-height: 40px; color: #000; text-align: right; }
header .wrapper-inter { display: none; position: absolute; left: 0; top: 100px; width: 100%; background: #fff; z-index: 10; }
header .wrapper-inter .wrapper-menu { display: flex; justify-content: center; align-items: center; }
header .wrapper-inter .wrapper-menu .mobile-top { display: none; }
header .wrapper-inter .wrapper-menu .menu-wrap { padding: 20px 20px 40px; width: 100%; max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; }
header .wrapper-inter .wrapper-menu .menu-wrap .menu-group .title { font-size: 16px; font-weight: 700; line-height: 30px; color: #000; padding-bottom: 10px; }
header .wrapper-inter .wrapper-menu .menu-wrap .menu-group .text { font-size: 16px; line-height: 30px; color: #454545; }

@media screen and (max-width: 960px) { header .wrapper-top { height: 60px; }
  header .wrapper-top .wrapper { padding: 0 0 0 15px; }
  header .wrapper-top .wrapper .logo { display: block; width: 109px; height: 30px; background: url("../_images/common/logo.png") no-repeat center; background-size: 109px; }
  header .wrapper-top .wrapper .menu { display: none; }
  header .wrapper-top .wrapper .mobile-menu { width: 60px; height: 60px; background: url("../_images/common/mobile-menu@2x.png") no-repeat center/24px; }
  header .wrapper-inter { position: fixed; height: 100vh; top: 0; z-index: 20; }
  header .wrapper-inter .wrapper-menu { display: block; }
  header .wrapper-inter .wrapper-menu .mobile-top { border-bottom: 1px solid #dedede; display: flex; justify-content: space-between; }
  header .wrapper-inter .wrapper-menu .mobile-top p { font-size: 20px; font-weight: 700; padding-left: 15px; line-height: 60px; }
  header .wrapper-inter .wrapper-menu .mobile-top .menu-close { width: 60px; height: 60px; background: url("/resource/images/common/icon-s-cross@2x.png") no-repeat center/18px; }
  header .wrapper-inter .wrapper-menu .menu-wrap { overflow: auto; padding: 0 15px 60px; display: block; height: calc(100vh - 60px); }
  header .wrapper-inter .wrapper-menu .menu-wrap .menu-group .title { margin-top: 30px; border-bottom: 1px solid #dedede; }
  header .wrapper-inter .wrapper-menu .menu-wrap .menu-group .text { padding: 10px 0; line-height: 1; border-bottom: 1px solid #dedede; } }
h2 { margin-top: 80px; margin-bottom: 50px; font-size: 30px; font-weight: 700; text-align: center; }

h3 { margin-top: 60px; font-size: 20px; font-weight: 700; color: #454545; }

.tab { width: 100%; margin-bottom: 10px; margin-top: 40px; height: 40px; position: relative; }
.tab:after { display: block; width: 100%; height: 1px; content: ""; position: absolute; left: 0; bottom: 0; background: #4866db; z-index: -1; }
.tab ul { display: flex; position: absolute; left: 0; top: 0; z-index: 1; }
.tab ul li { width: 160px; border: 1px solid #dedede; background: #f5f5f5; color: #454545; text-align: center; line-height: 38px; border-radius: 10px 10px 0 0; height: 40px; border-bottom-color: #4866db; cursor: pointer; }
.tab ul li.on { border-color: #4866db; border-bottom-color: #fff; background: #fff; font-weight: 700; color: #4866db; }

.tab-wrap { width: 100%; margin-top: 50px; display: flex; flex-wrap: wrap; }
.tab-wrap .tab-round { width: calc((100% - 75px) / 6); border-radius: 20px; border: solid 1px #454545; font-size: 16px; font-weight: normal; line-height: 40px; text-align: center; letter-spacing: -0.47px; margin-left: 15px; color: #454545; margin-bottom: 10px; }
.tab-wrap .tab-round a { width: 100%; height: 100%; display: block; }
.tab-wrap .tab-round.on { border: solid 1px #4866db; color: #4866db; }
.tab-wrap .tab-round:nth-child(6n+1) { margin-left: 0; }

#paging { width: 100%; margin-top: 50px; text-align: center; }
#paging .wrap { display: inline-block; }
#paging a { display: inline-block; width: 30px; height: 30px; vertical-align: middle; line-height: 30px; text-align: center; font-size: 14px; color: #454545; }
#paging a.on { color: #4866db; font-weight: 700; }
#paging a.l { width: 50px; height: 50px; border: solid 1px #454545; background: url("../_images/_board/icon-s-caret-left@2x.png") no-repeat center/24px; text-indent: -9999px; border-radius: 100%; margin-right: 20px; }
#paging a.r { width: 50px; height: 50px; border: solid 1px #454545; background: url("../_images/_board/icon-s-caret-right@2x.png") no-repeat center/24px; text-indent: -9999px; border-radius: 100%; margin-left: 20px; }

.board-top { margin: 50px 0 10px 0; display: flex; justify-content: space-between; align-items: flex-end; }
.board-top .right { display: flex; justify-content: flex-end; }
.board-top .right .btn { min-width: 100px; background: #4866db; color: #fff; font-size: 16px; font-weight: 700; margin-left: 10px; border-radius: 20px; }

.board-search { margin-top: 30px; display: flex; justify-content: center; }
.board-search .input-wrap { display: flex; justify-content: center; }
.board-search .input-wrap input[type="text"] { width: 400px; }
.board-search .input-wrap .btn-search { min-width: 80px; height: 40px; border-radius: 10px; font-size: 16px; font-weight: 700; text-align: center; background-color: #3B405D; color: #fff; margin-left: 10px; }

.cal-wrap { display: flex; align-items: center; }
.cal-wrap .dash { width: 30px; text-align: center; }
.cal-wrap .input-wrap { position: relative; }
.cal-wrap .input-wrap input { text-indent: 10px; }
.cal-wrap .input-wrap:before { display: block; width: 16px; height: 16px; content: ""; background: url("../_images/common/btn-calendar@2x.png") no-repeat center/16px; right: 15px; top: 50%; transform: translateY(-50%); position: absolute; }

.btn-wrap { display: flex; justify-content: flex-end; margin-top: 20px; }
.btn-wrap.left { justify-content: flex-start; }
.btn-wrap.center { justify-content: center; }
.btn-wrap.between { justify-content: space-between; }
.btn-wrap.sumit button { width: 300px; line-height: 50px; height: 50px; border-radius: 25px; }
.btn-wrap button { color: #fff; font-weight: 700; font-size: 16px; background: #3B405D; min-width: 100px; padding: 0 20px; height: 40px; border-radius: 20px; margin: 0 5px; }
.btn-wrap button.init { background: #969696; }
.btn-wrap button.sec { background: #4866db; }

.top-search-wrap .btn-wrap { justify-content: center; }

.graph-wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
.graph-wrap .graph { margin-top: 50px; width: calc((100% - 50px) / 2); border: 1px solid #dedede; border-radius: 20px; padding: 30px; }
.graph-wrap .graph .title { font-size: 20px; margin-top: 20px; text-align: center; }
.graph-wrap .graph.full { width: 100%; }

.top-btn-wrap { margin-bottom: 10px; margin-top: 30px; display: flex; justify-content: flex-end; }
.top-btn-wrap button { height: 40px; width: 120px; color: #fff; font-size: 16px; font-weight: 700; background: #4866db; border-radius: 20px; }

.myinfo { position: relative; display: flex; justify-content: center; align-items: center; }
.myinfo .myinfo-wrap { z-index: 1; margin-top: 115px; width: 550px; border-radius: 30px 0 30px 30px; background: #3B405D; display: flex; align-items: center; padding: 10px; }
.myinfo .myinfo-wrap .top { width: 200px; height: 100px; background: url("../_images/common/icon-s-man.png") no-repeat center/100px; }
.myinfo .myinfo-wrap .wrap { width: 350px; justify-content: flex-end; background: #fff; border-radius: 50px 0 30px 30px; padding: 30px; }
.myinfo .myinfo-wrap .wrap .form-wrap p { font-size: 16px; font-weight: 700; }
.myinfo .myinfo-wrap .wrap .form-wrap input { width: 100%; border: 1px solid #dedede; border-radius: 10px; height: 40px; margin-top: 10px; margin-bottom: 20px; }
.myinfo .myinfo-wrap .wrap .error { color: #F94450; }
.myinfo .myinfo-wrap .wrap button { background: #4866db; color: #fff; height: 50px; border-radius: 25px; width: 100%; font-size: 16px; font-weight: 700; }
.myinfo .myinfo-wrap .wrap .image-text { background: #454545; color: #fff; height: 190px; text-align: center; margin-top: 20px; }
.myinfo .myinfo-wrap .wrap .wrapper-top { text-align: center; margin-top: 10px; font-size: 30px; padding-bottom: 20px; border-bottom: 1px solid #dedede; margin-bottom: 30px; font-weight: 700; }
.myinfo .cs { position: relative; z-index: 1; text-align: center; }
.myinfo .cs .number { font-size: 30px; font-weight: bold; color: #fff; margin-bottom: 10px; }
.myinfo .cs .time { font-size: 14px; color: #fff; margin-bottom: 30px; }

.board { width: 100%; border-top: solid 2px #454545; }
.board.line-bottom { border-bottom: solid 2px #454545; }
.board ul { border-bottom: solid 1px #dedede; display: flex; }
.board ul li { display: flex; align-items: center; height: 50px; font-size: 16px; color: #454545; }
.board ul li.number { width: 70px; }
.board ul li.subject { width: 730px; color: #000; }
.board ul li.date { width: 150px; font-size: 14px; }
.board ul li.noti { background: url("../_images/common/icon-noti.png") no-repeat center; background-size: 20px; }
.board ul li.center { justify-content: center; }
.board .view-wrap { padding: 30px 0; border-bottom: solid 2px #454545; }
.board .view-wrap .title { font-size: 24px; font-weight: 700; text-align: center; line-height: 36px; }
.board .view-wrap .date { padding-top: 10px; font-size: 16px; text-align: center; line-height: 24px; }
.board .detail { padding: 50px 30px; border-bottom: solid 1px #dedede; }
.board .detail .text { font-size: 16px; line-height: normal; color: #454545; }
.board .detail .sub-link { padding-top: 30px; font-size: 16px; font-weight: 700; color: textColor; }
.board .col-wrap { border-top: solid 2px #454545; border-bottom: solid 2px #454545; }
.board .col-wrap ul { display: flex; }
.board .col-wrap ul li { display: flex; align-items: center; height: 50px; }
.board .col-wrap ul li.fir-col { width: 50px; }
.board .col-wrap ul li.fir-col.up { background: url("../_images/common/icon-s-caret-up@2x.png") no-repeat center; background-size: 20px; }
.board .col-wrap ul li.fir-col.down { background: url("../_images/common/icon-s-caret-down@2x.png") no-repeat center; background-size: 20px; }
.board .col-wrap ul li.sec-col { width: 80px; font-size: 16px; font-weight: 700; color: #000; }
.board .col-wrap ul li.thi-col { width: 820px; font-size: 16px; color: #000; }
.board .noData { border-bottom: solid 1px #dedede; height: 50px; font-size: 16px; color: #454545; text-align: center; line-height: 50px; }

.faq { width: 100%; border-top: solid 2px #454545; }
.faq ul { display: flex; border-bottom: solid 1px #dedede; }
.faq ul li { line-height: 50px; }
.faq ul li.franchise-col { width: 100px; text-align: center; font-size: 16px; font-weight: 700; color: #4866db; }
.faq ul li.detail { width: calc(100% - 150px); font-size: 16px; color: #000; }
.faq ul li.icon-col { width: 50px; }
.faq ul li.icon-col.up { background: url("../_images/common/icon-s-caret-up@2x.png") no-repeat center; background-size: 24px; }
.faq ul li.icon-col.down { background: url("../_images/common/icon-s-caret-down@2x.png") no-repeat center; background-size: 24px; }
.faq .aco-con { padding: 20px 100px; font-size: 16px; color: #454545; line-height: normal; background-color: #f5f5f5; border-bottom: solid 1px #454545; }

@media screen and (max-width: 960px) { h2 { margin-top: 40px; margin-bottom: 30px; font-size: 20px; font-weight: 700; text-align: center; }
  h3 { font-size: 14px; margin-top: 30px; }
  .board ul li { font-size: 12px; height: 40px; }
  .board ul li.number { width: 50px; }
  .board ul li.subject { width: calc(100% - 50px); }
  .board ul li.subject a { white-space: nowrap; word-break: break-all; overflow: hidden; text-overflow: ellipsis; }
  .board .view-wrap { padding: 20px 0; }
  .board .view-wrap .title { font-size: 16px; line-height: 24px; }
  .board .view-wrap .date { font-size: 12px; line-height: 18px; }
  .board .detail { padding: 30px 20px; }
  .board .detail .text { font-size: 12px; }
  .board .detail .sub-link { padding-top: 25px; font-size: 12px; }
  .board .col-wrap ul li { height: 40px; }
  .board .col-wrap ul li.fir-col { width: 40px; }
  .board .col-wrap ul li.fir-col.up { background: url("../_images/common/icon-s-caret-up@2x.png") no-repeat center; background-size: 20px; }
  .board .col-wrap ul li.fir-col.down { background: url("../_images/common/icon-s-caret-down@2x.png") no-repeat center; background-size: 20px; }
  .board .col-wrap ul li.sec-col { width: 60px; font-size: 12px; font-weight: 700; color: #000; }
  .board .col-wrap ul li.thi-col { width: 230px; font-size: 12px; color: #000; }
  .board .col-wrap ul li.thi-col a { white-space: nowrap; word-break: break-all; overflow: hidden; text-overflow: ellipsis; }
  .board-search { margin-top: 20px; }
  .board-search .input-wrap input[type="text"] { width: 200px; }
  .board-search .input-wrap .btn-search { font-size: 14px; font-weight: normal; letter-spacing: -0.59px; }
  #paging { margin-top: 30px; }
  #paging a { font-size: 12px; }
  #paging a.l { margin-right: 10px; }
  #paging a.r { margin-left: 10px; }
  .btn-wrap { justify-content: center; }
  .btn-wrap button { font-weight: normal; font-size: 14px; }
  .btn-wrap.sumit button { width: 100%; }
  .faq .aco-con { padding: 20px 20px 20px 80px; font-size: 12px; }
  .faq .btn-aco .franchise-col { width: 80px; font-size: 12px; }
  .faq .btn-aco .detail { width: calc(100% - 120px); }
  .faq .btn-aco .detail a { display: block; font-size: 12px; white-space: nowrap; word-break: break-all; overflow: hidden; text-overflow: ellipsis; }
  .faq .btn-aco .icon-col { width: 40px; }
  .faq .btn-aco .icon-col.up { background-image: url("../_images/common/icon-s-caret-up@2x.png"); background-size: 20px; }
  .faq .btn-aco .icon-col.down { background-image: url("../_images/common/icon-s-caret-down@2x.png"); background-size: 20px; }
  .tab { width: 100%; }
  .tab:after { display: none; }
  .tab ul { width: 100%; }
  .tab ul li { width: 50%; } }
.ontong { margin-top: 60px; text-align: center; line-height: 1.6; }
.ontong .title { font-size: 24px; }
.ontong .text { font-size: 20px; margin-top: 20px; color: #454545; }
.ontong .text strong { color: #4866db; }

@media screen and (max-width: 960px) { .ontong { margin-top: 40px; }
  .ontong .title { font-size: 14px; }
  .ontong .text { font-size: 12px; margin-top: 20px; } }
.con-top-wrap { text-align: center; margin-top: 50px; }
.con-top-wrap .key { font-size: 24px; font-weight: 700; color: #454545; }
.con-top-wrap .value { font-size: 20px; margin-top: 10px; color: #767676; line-height: 1.6; }
.con-top-wrap .point { font-size: 16px; margin-top: 20px; font-weight: 700; color: #F94450; }

.swiper-container { margin-top: 50px; }
.swiper-container .swiper-wrapper .swiper-slide { transform: scale(0.7, 0.7); }
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active { transform: scale(1.3, 1.3); }
.swiper-container .swiper-wrapper .swiper-slide p { font-size: 24px; text-align: center; color: #454545; margin-top: 20px; }
.swiper-container .ui { margin-top: 50px; height: 80px; background: #fff; z-index: 10; display: flex; justify-content: center; }
.swiper-container .ui div { width: 80px; height: 80px; text-align: center; line-height: 80px; font-size: 20px; color: #454545; }
.swiper-container .ui div.swiper-button-next { background: url("../_images/common/icon-s-caret-right@2x.png") no-repeat center/36px; cursor: pointer; }
.swiper-container .ui div.swiper-button-prev { background: url("../_images/common/icon-s-caret-left@2x.png") no-repeat center/36px; cursor: pointer; }

@media screen and (max-width: 960px) { .con-top-wrap .key { font-size: 14px; }
  .con-top-wrap .value { font-size: 12px; }
  .con-top-wrap .point { font-size: 12px; }
  .swiper-container { margin-top: 40px; }
  .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active { transform: scale(1); }
  .swiper-container .swiper-wrapper .swiper-slide p { font-size: 16px; margin-top: 10px; }
  .swiper-container .ui { margin-top: 20px; } }
.flex-4-col { display: flex; justify-content: center; align-items: flex-start; }
.flex-4-col div { width: 200px; margin-left: 60px; text-align: center; margin-top: 50px; }
.flex-4-col div .key { font-size: 24px; color: #454545; font-weight: 700; margin-top: 20px; }
.flex-4-col div .text { font-size: 16px; color: #454545; margin-top: 10px; line-height: 1.6; }
.flex-4-col div:nth-child(1) { margin-left: 0; }
.flex-4-col.phone { flex-wrap: wrap; justify-content: flex-start; }
.flex-4-col.phone div { margin-left: 50px; }
.flex-4-col.phone div:nth-child(4n+1) { margin-left: 0; }

.app_download { margin-top: 80px; display: flex; justify-content: center; }
.app_download a { width: 350px; margin-left: 40px; }
.app_download a:nth-child(1) { margin: 0; }

@media screen and (max-width: 960px) { .flex-4-col { display: block; margin-top: 0; }
  .flex-4-col div { width: 200px; margin: 0 auto; text-align: center; margin-top: 30px; }
  .flex-4-col div .key { font-size: 24px; color: #454545; font-weight: 700; margin-top: 20px; }
  .flex-4-col div .text { font-size: 16px; color: #454545; margin-top: 10px; line-height: 1.6; }
  .flex-4-col div:nth-child(1) { margin: 30px auto 0; }
  .flex-4-col.phone { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex-4-col.phone div { width: calc((100% - 10px) / 2); margin: 0; margin-top: 20px; }
  .flex-4-col.phone div:nth-child(1) { margin-top: 20px; }
  .flex-4-col.phone div .key { font-size: 16px; }
  .flex-4-col.phone div .text { font-size: 12px; }
  .app_download { margin-top: 50px; display: block; }
  .app_download a { display: block; width: 100%; margin-left: 0; margin-top: 10px; }
  .app_download a:nth-child(1) { margin: 10px 0 0 0; } }
.flex-2-col { display: flex; justify-content: space-between; margin-top: 200px; }
.flex-2-col div { width: 50%; }
.flex-2-col div.text-wrap { padding-top: 20px; padding-left: 90px; }
.flex-2-col div.text-wrap .key { font-size: 24px; font-weight: 700; }
.flex-2-col div.text-wrap .title { margin-top: 20px; font-size: 40px; color: #454545; line-height: 1.2; }
.flex-2-col div.text-wrap .title strong { font-weight: 700; }
.flex-2-col div.text-wrap .value { font-size: 24px; color: #454545; margin-top: 40px; line-height: 1.6; }
.flex-2-col div.text-wrap .text { font-size: 16px; line-height: 1.6; color: #454545; margin-top: 10px; }
.flex-2-col div.text-wrap a { display: block; width: 230px; background: #4866db; color: #fff; font-size: 16px; font-weight: 700; text-align: center; line-height: 50px; border-radius: 25px; margin-top: 20px; }

@media screen and (max-width: 960px) { .flex-2-col { display: block; margin-top: 80px; }
  .flex-2-col div { width: 100%; }
  .flex-2-col div.text-wrap { padding-top: 50px; padding-left: 0; text-align: center; }
  .flex-2-col div.text-wrap .key { font-size: 16px; }
  .flex-2-col div.text-wrap .title { margin-top: 10px; font-size: 30px; }
  .flex-2-col div.text-wrap .value { font-size: 16px; margin-top: 10px; }
  .flex-2-col div.text-wrap .text { font-size: 12px; margin-top: 20px; }
  .flex-2-col div.text-wrap a { width: 100%; } }
.ju-text-wrap { margin-top: 40px; text-align: center; }

.ju { margin-top: 10px; font-size: 16px; color: #767676; line-height: 1.2; }

@media screen and (max-width: 960px) { .ju { font-size: 12px; } }
.text-content { font-size: 16px; line-height: 1.4; margin-top: 25px; color: #454545; }
.text-content .point { color: #4866db; }

@media screen and (max-width: 960px) { .text-content { font-size: 12px; margin-top: 10px; } }
.customer { padding: 40px 0; background: #3B405D; color: #fff; display: flex; text-align: center; margin-top: 20px; }
.customer div { width: 50%; }
.customer div .title { font-size: 16px; font-weight: 700; }
.customer div .text { font-size: 16px; margin-top: 10px; }
.customer div .number { font-size: 40px; font-weight: 700; margin-top: 20px; }

@media screen and (max-width: 960px) { .customer { padding: 0; display: block; }
  .customer div { padding: 20px 0; width: 100%; } }

  button{
	background : linear-gradient(45deg, #ff6b6b, #f06595);
	border : none;
	color : white;
	padding : 10px 20px;
	border-radius : 5px;
	box-shadow : 0px 4px 6px rgba(0,0,0,0.1);
	transition : transform 0.2s;
 }

.card-input {
	background : #fff;
	board-radius : 8px;
	box-shadow : 0 4px 8px rgba(0,0,0,0.1);
	padding : 20px;
	margin : 20px;
	transition : box-shadow 0.3s ease;
}
.card-input:hover{
	box-shadow : 0 8px 16px rgba(0,0,0,0.1);
}

.card-input { margin: 40px auto 0; width: 100%; max-width: 470px; border: 1px solid #3B405D; border-radius: 20px; padding: 60px 0; }
.card-input p { color: #454545; font-size: 20px; text-align: center; font-weight: 700; }
.card-input .number { display: flex; align-items: center; justify-content: center; margin-top: 60px; }
.card-input .number input[type="number"], .card-input .number input[type="text"]
{ width: 70px;
  text-align: center;
  text-indent: unset;
  margin : 10px 0;
  box-sizing : border-box;
  border : 2px solid #ddd;
  border-radius : 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
 }
.card-input .number em { font-size: 12px; width: 10px; text-align: center; }

.image-word { width: 100%; max-width: 470px; display: flex; align-items: center; justify-content: center; color: #fff; margin: 30px auto; }
.image-word .wrap { max-width: 100%; display: flex;  flex-direction: row; justify-content: flex-end; }
.image-word .wrap img { width: 300px; align-items: flex-end;}
.image-word .wrap .btns { width: 100%; display: flex; justify-content: flex-end; align-items: center; gap:10px; }
.image-word .wrap .btns input[type="text"] {  width: 150px; color: #454545;}
.image-word .wrap .btns button { width: 100px; height: auto; color: #fff; background: #949494; }


.search-btn { display: block; width: 300px; line-height: 50px; color: #fff; font-size: 16px; text-align: center; font-weight: 700; margin: 0 auto; background: #4866db; border-radius: 25px; }

.slogan-wrap { text-align: center; margin-top: 100px; }
.slogan-wrap .key { font-size: 36px; }
.slogan-wrap .value { font-size: 24px; margin-top: 10px; }
.slogan-wrap strong { font-weight: 700; }

@media screen and (max-width: 960px) { .slogan-wrap { margin-top: 50px; }
  .slogan-wrap .key { font-size: 16px; }
  .slogan-wrap .value { font-size: 12px; } }
.flex-5-col { display: flex; justify-content: center; align-items: flex-start; margin-top: 60px; }
.flex-5-col div { width: 150px; margin-left: 10px; text-align: center; }
.flex-5-col div .key { font-size: 14px; color: #4866db; font-weight: 700; margin-top: 20px; }
.flex-5-col div .text { font-size: 14px; color: #454545; margin-top: 10px; line-height: 1.6; }
.flex-5-col div:nth-child(1) { margin: 0; }

@media screen and (max-width: 960px) { .flex-5-col { margin-top: 30px; justify-content: space-between; flex-wrap: wrap; }
  .flex-5-col div { margin: 10px 0; }
  .flex-5-col div:nth-child(1) { margin: 10px 0; } }
.tip { margin-top: 60px; }
.tip .title { color: #fff; background: #4866db; line-height: 50px; border-radius: 25px; font-size: 20px; text-align: center; width: 150px; margin: 0 auto; }
.tip .wrap { border: 1px solid #4866db; text-align: center; border-radius: 20px; margin-top: -25px; padding-top: 65px; padding-bottom: 40px; }
.tip .wrap .key { font-size: 20px; }
.tip .wrap .key strong { font-weight: 700; }
.tip .wrap .value { font-size: 14px; margin-top: 15px; color: #454545; }

@media screen and (max-width: 960px) { .tip { margin-top: 40px; }
  .tip .title { color: #fff; background: #4866db; line-height: 40px; font-size: 14px; width: 150px; }
  .tip .wrap { margin-top: -20px; padding-top: 40px; padding-bottom: 20px; }
  .tip .wrap .key { font-size: 14px; }
  .tip .wrap .value { font-size: 12px; } }
.franchise .fran-wrap { padding: 50px 0; border-top: 2px solid #454545; border-bottom: 1px solid #dedede; text-align: center; }
.franchise .fran-wrap .title { font-size: 24px; font-weight: 700; color: #000; }
.franchise .fran-wrap .text-item { margin-top: 20px; font-size: 16px; color: #454545; line-height: 24px; }
.franchise .fran-wrap .text-item2 { margin-top: 10px; font-size: 14px; color: #767676; }
.franchise .fran-wrap .detail-wrap { max-width: 630px; width: 100%; margin: 0 auto; background-color: #f5f5f5; padding: 35px 0 35px 45px; margin: 40px auto 0; }
.franchise .fran-wrap .detail-wrap ul { margin-bottom: 30px; }
.franchise .fran-wrap .detail-wrap ul li { line-height: 20px; }
.franchise .fran-wrap .detail-wrap ul li.sub-title { font-size: 16px; font-weight: 700; color: #454545; margin-right: 45px; }
.franchise .fran-wrap .detail-wrap ul li.sub-text { text-align: left; font-size: 14px; color: #454545; }
.franchise .fran-wrap .detail-wrap ul li p { font-size: 14px; color: #969696; }
.franchise .fran-wrap strong { display: block; margin-top: 20px; font-weight: 700; font-size: 16px; }

@media screen and (max-width: 960px) { .franchise .fran-wrap { padding: 20px 0; }
  .franchise .fran-wrap .title { font-size: 16px; }
  .franchise .fran-wrap .text-item { margin-top: 10px; font-size: 12px; color: #454545; line-height: 1.4; }
  .franchise .fran-wrap .text-item2 { font-size: 12px; }
  .franchise .fran-wrap .detail-wrap { padding: 20px; }
  .franchise .fran-wrap .detail-wrap ul li.sub-title { font-size: 14px; margin-right: 25px; }
  .franchise .fran-wrap .detail-wrap ul li.sub-text { font-size: 12px; }
  .franchise .fran-wrap .detail-wrap ul li p { font-size: 12px; }
  .franchise .fran-wrap .detail-wrap ul:last-of-type { margin-bottom: 0; } }
.tab-wrapper .tab-title { font-size: 24px; font-weight: 700; margin-top: 40px; margin-bottom: 10px; }
.tab-wrapper .tab-con { border-top: 2px solid #454545; display: none; }
.tab-wrapper .tab-con .form-wrapper .item { display: flex; align-items: center; border-bottom: 1px solid #dedede; padding: 10px 0; }
.tab-wrapper .tab-con .form-wrapper .item .key { width: 220px; text-indent: 10px; font-size: 16px; font-weight: 700; }
.tab-wrapper .tab-con .form-wrapper .item .key em { color: #F94450; }
.tab-wrapper .tab-con .form-wrapper .item .value { width: 100%; }
.tab-wrapper .tab-con .form-wrapper .item .value input { width: 320px; }
.tab-wrapper .tab-con .form-wrapper .item .value input.full-width { width: 100%; }
.tab-wrapper .tab-con .form-wrapper .item .value.flex input { width: 100px; margin-right: 10px; }
.tab-wrapper .tab-con .form-wrapper .item .value.email { display: flex; }
.tab-wrapper .tab-con .form-wrapper .item .value.email input { width: 150px; }
.tab-wrapper .tab-con .form-wrapper .item .value.email em { width: 20px; text-align: center; line-height: 40px; }
.tab-wrapper .tab-con .form-wrapper .item .value.plus { display: flex; align-items: center; }
.tab-wrapper .tab-con .form-wrapper .item .value.plus label { margin-left: 10px; }
.tab-wrapper .tab-con .form-wrapper .item .value .btn-address { width: 100px; border-radius: 10px; line-height: 40px; background: #3B405D; color: #fff; font-weight: 700; margin-left: 10px; }
.tab-wrapper .tab-con .form-wrapper .item .value .select-wrap { width: 320px; }

@media screen and (max-width: 960px) { .tab-wrapper .tab-con .form-wrapper .item { display: block; }
  .tab-wrapper .tab-con .form-wrapper .item .key { width: 100%; font-size: 14px; margin-bottom: 10px; margin-top: 10px; }
  .tab-wrapper .tab-con .form-wrapper .item .key em { color: #F94450; }
  .tab-wrapper .tab-con .form-wrapper .item .value input { width: 100%; }
  .tab-wrapper .tab-con .form-wrapper .item .value.flex input { width: calc((100% - 20px) / 3); margin-right: 10px; }
  .tab-wrapper .tab-con .form-wrapper .item .value.flex input:nth-child(3) { margin-right: 0; }
  .tab-wrapper .tab-con .form-wrapper .item .value.plus { display: block; }
  .tab-wrapper .tab-con .form-wrapper .item .value.plus label { margin-left: 0; margin-top: 10px; } }
.acodion-wrap .acodion { margin-top: 20px; }
.acodion-wrap .acodion .btn-aco { padding-left: 10px; width: 100%; position: relative; font-size: 16px; color: #454545; line-height: 40px; text-align: left; border-bottom: solid 1px #454545; }
.acodion-wrap .acodion .btn-aco:after { content: ""; top: 50%; right: 0; transform: translateY(-50%); width: 40px; height: 40px; position: absolute; background: url("../_images/common/icon-s-caret-down@2x.png") no-repeat center; background-size: 20px; }
.acodion-wrap .acodion .aco-con { display: none; }
.acodion-wrap .acodion .aco-con.gray { padding: 30px; background: #f5f5f5; }
.acodion-wrap .acodion .aco-con.gray .title { font-size: 16px; line-height: 1.6; font-weight: 700; }
.acodion-wrap .acodion .aco-con.gray pre { width: 100%; line-height: 1.6; color: #454545; white-space: pre-wrap; }
.acodion-wrap .acodion .aco-con.gray .sub-title { font-weight: 700; color: #454545; line-height: 1.6; }
.acodion-wrap .acodion.on .btn-aco:after { background-image: url("../_images/common/icon-s-caret-up@2x.png"); }
.acodion-wrap .acodion.on .aco-con { display: block; }

@media screen and (max-width: 960px) { .acodion-wrap .acodion .btn-aco { font-size: 12px; padding-right: 40px; }
  .acodion-wrap .acodion .aco-con { display: none; }
  .acodion-wrap .acodion .aco-con.gray { padding: 20px; background: #f5f5f5; }
  .acodion-wrap .acodion .aco-con.gray .title { font-size: 12px; }
  .acodion-wrap .acodion .aco-con.gray pre { font-size: 12px; }
  .acodion-wrap .acodion .aco-con.gray .sub-title { font-size: 12px; } }
#map { height: 230px; background: #454545; margin-top: 60px; }

.franchise-list { border-top: 2px solid #454545; margin-top: 40px; }
.franchise-list ul { padding: 10px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #dedede; padding-left: 10px; }
.franchise-list ul .plus { padding-right: 10px; }
.franchise-list ul .plus img { width: 70px; }
.franchise-list ul .name { font-size: 16px; font-weight: 700; }
.franchise-list ul .flex { font-size: 16px; color: #454545; margin-top: 10px; }
.franchise-list ul .flex .phone { color: #4866db; padding-left: 10px; margin-left: 10px; border-left: 1px solid #dedede; }
.franchise-list ul .add { font-size: 16px; font-weight: 700; text-decoration: underline; margin-top: 10px; }
.franchise-list ul .text { margin-top: 10px; font-size: 16px; color: #454545; }

@media screen and (max-width: 960px) { .franchise-list ul .plus img { width: 50px; }
  .franchise-list ul .name { font-size: 12px; }
  .franchise-list ul .flex { font-size: 12px; }
  .franchise-list ul .add { font-size: 12px; }
  .franchise-list ul .text { font-size: 12px; } }
.cTxt { text-align: center; margin-bottom: 20px; }
.cTxt input[type="text"] { width: 100%; max-width: 470px; }

.logo {
  width: 40%;
  max-width: 470px;
  height: auto;
  margin: auto;
  margin-top: 2%;

}
@media screen and (max-width: 960px) { .logo { width: 80%; } }
