.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.per-5 {
	width: 5%;
}
.per-10 {
	width: 10%;
}
.per-15 {
	width: 15%;
}
.per-20 {
	width: 20%;
}
.per-30 {
	width: 30%;
}
.per-40 {
	width: 40%;
}
.per-50 {
	width: 50%;
}
.per-70 {
	width: 70%;
}
.t-left {
	text-align: left;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.clear {
	content: "";
	display: block;
	clear: both;	
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
input.input, select.select, textarea.textarea {
	font-size: 100%;
    vertical-align: middle;
    min-height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 10px;
    background: transparent;
    border: 0;
	border-radius: 4px;
    border-bottom: 1px solid #ddd;
    max-width: 100%;
    color: #0d0e10;
    outline: none;
    word-break: keep-all;
    -webkit-appearance: none;
    border-radius: 0;
}
select.select {
	background-image: url("../img/sub/select-down2.svg");
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
input.input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 4px 12px;
	font-size: 14px;
}
input.input::placeholder, textarea.textarea::placeholder {
	opacity: 0.7;
}
textarea.textarea {
	width: 100%;
	min-height: 150px;
	border: 1px solid #ddd;
	padding: 4px 12px;
	font-size: 14px;
	resize: vertical;
}
.section {
	width: calc(100% - 100px);
	margin: auto;
}
.section-in {
	width: 1200px;
	margin: auto;
	padding: 132px 0 200px;
}

.btn-fill {
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #2c2c2c;
}

.sub-top h1 {
	font-size: 54px;
	font-weight: 600;
	color: #2c2c2c;
	letter-spacing: -2px;
}
.sub-top > p {
	margin: 28px 0 56px;
	font-size: 28px;
	font-weight: 600;
	color: #2c2c2c;
	letter-spacing: -0.5px;
}

.contents-wrap .sub-tit {
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 700;
	word-break: keep-all;
}
.contents-wrap .sub-txt {
	margin-bottom: 28px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
	word-break: keep-all;
}
.contents-wrap .sub-txt .pink {
	font-weight: 800;
	color: #fb72b0;
}

.app-banner {
	margin-bottom: 80px;
	padding: 80px 90px;
	width: 100%;
	background: url("../img/sub/banner-bg.png") no-repeat center / cover;
	border-radius: 30px;
}
.app-banner a {
	display: block;
	position: relative;
}
.app-banner strong {
	display: block;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
}
.app-banner strong img {
	display: inline-block;
    margin-top: -3px;
	transform: translateX(0px);
	transition: all .3s ease-in;
}
.app-banner:hover strong img {
	transform: translateX(10px);
}
.app-banner p {
	font-size: 26px;
	color: #fff;
}
.app-banner a > img {
	position: absolute;
	top: -130px;
	right: 0px;
}

.s-write-wrap {
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s-write-wrap .s-write-btn {
	margin: 0 5px;
}
.s-write-btn {
	display: block;
	float: right;
	width: 150px;
	height: 54px;
	line-height: 54px;
	border-radius: 8px;
	background: #2c2c2c;
	font-size: 18px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.s-write-btn.cancel {
	background: #999;
}

.s-write-btn.delete {
	background: red;
}

.s-contact-btn {
	display: block;
	margin: 80px auto 0;
	width: 200px;
	height: 66px;
	line-height: 66px;
	border-radius: 8px;
	background: #2c2c2c;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;	
}
.clear {
	content: "";
	display: block;
	clear: both;
}

@media all and (max-width:1281px){
	.section-in {width: 90%;}
}

@media all and (max-width:1201px){
	.section {width: calc(100% - 80px);}
	
	.sub-top h1 {font-size: 48px;}
	.sub-top > p {margin: 16px 0 28px; font-size: 24px;}
	.app-banner strong {font-size: 30px;}
	.app-banner p {font-size: 22px;}
	.app-banner a > img {width: 260px;}
}

@media all and (max-width:1025px){
	.section {width: calc(100% - 40px);}
	.section-in {padding: 122px 0 150px;}
	
	.sub-top h1 {font-size: 42px;}
	.sub-top > p {margin: 24px 0 44px; font-size: 20px;}
	.app-banner {padding: 80px 60px;}
	.app-banner strong {font-size: 26px;}
	.app-banner p {font-size: 19px;}
	.app-banner a > img {width: 250px;}

	.s-write-btn {width: 130px; height: 48px; line-height: 48px; font-size: 16px;}
	.s-contact-btn {margin: 80px auto 0; width: 180px; height: 58px; line-height: 58px; font-size: 22px;}
}

@media all and (max-width:768px){
	.section-in {padding: 112px 0 140px;}

	.app-banner {padding: 80px 45px;}
	.app-banner a > div {width: calc(100% - 160px);}
	.app-banner a > img {width: 180px; top: 50%; transform: translateY(-50%);}
}

@media all and (max-width:641px){
	.section {width: calc(100% - 40px);}
	.section-in {padding: 80px 0 120px;}
	
	.sub-top h1 {font-size: 34px;}
	.sub-top > p {margin: 20px 0 32px; font-size: 18px;}
	.app-banner {padding: 60px 30px; margin-bottom: 60px;}
	.app-banner strong {font-size: 26px; word-break: keep-all;}
	.app-banner strong img {margin-top: 0;}
	.app-banner p {margin-bottom: 10px; font-size: 17px; word-break: keep-all;}
	.app-banner a > img {width: 140px;}

	.s-contact-btn {margin: 80px auto 0; width: 175px; height: 54px; line-height: 54px; font-size: 20px;}
}

@media all and (max-width:481px){
	.section {width: calc(100% - 40px);}
	.section-in {padding: 40px 0 120px;}

	.sub-top h1 {font-size: 28px;}
	.sub-top > p {margin: 16px 0 28px; font-size: 17px;}
	.app-banner a > div {width: 100%;}
	.app-banner strong {font-size: 22px; word-break: keep-all;}
	.app-banner strong img {width: 26px;}
	.app-banner {padding: 40px 15px 36px; margin-bottom: 60px; border-radius: 24px;}
	.app-banner p {font-size: 16px;}
	.app-banner a > img {float: right; width: 100px; position: initial; transform: initial;}
	.app-banner:after {content: ""; display: block; clear: both;}

	.s-write-btn {width: 124px; height: 44px; line-height: 44px; font-size: 15px;}
	.s-contact-btn {margin: 10px auto 0; width: 150px; font-size: 18px;}
}