* {font-family: "Pretendard", sans-serif; box-sizing: border-box; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}
*:focus {outline:none; /*border:none;*/}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "Montserrat", "Pretendard", sans-serif;
	vertical-align: baseline;
	word-break: keep-all;
}

/*p, a, h1, h2, h3, h4, h5, h6, strong {transform: skew(-0.1deg);} */c

 /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
 display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1,h2,h3,h4,h5,h6{
	font-size:inherit;
	font-weight:inherit;
}

a {
	color:inherit;
	text-decoration:inherit;
}

b,strong {font-weight:bolder;}

table {
	text-indent:0;
	border-color:inherit;
	border-collapse:collapse;
}


button,input,optgroup,select,textarea {
	font-family:inherit;
	font-size:100%;
	line-height:inherit;
	color:inherit;
	margin:0;
	padding:0;
}
/* input 기본 스타일 초기화 */
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="checkbox"] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
input[type=search],
textarea {-webkit-appearance: none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;}
input[type=submit], input[type=button], button {-webkit-appearance:none;border-radius:0rem; }
input[type=radio] {border-radius: 100%;}

select {border-radius: 0; outline: none;}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* input type number 에서 화살표 제거 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* Select box 스타일 초기화 */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand { display: none; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

textarea {resize:vertical}

button{
	background: inherit;
	border:none;
	box-shadow:none;
	border-radius:0;
	padding:0;
	overflow:visible;
	cursor:pointer;
}

input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #aaa;
}

img,video,canvas,audio,iframe,embed,object {
	vertical-align:middle;
}
img,video{
	max-width:100%;
	height:auto;
}






html, body {max-width: 100%; overflow-x: hidden; font-family: 'Roboto', sans-serif; }

:root {
	--white-color: #fff;
	--white-g-color: #eef6f9;
	--black-color:#1d282e;
	--gray-color: #737e80;
	--main-color: #a0835c;
	--light-gray-color: #b1b7ba;
	--border-color: #dddddd;

    --font-poptit: 60px;
    --font-subtit: 70px;
	--font-mvtit: 40px;
	--font-mvtxt: 20px;

	--font-large: 55px;
	--font-medium: 36px;
	--font-basic: 24px;
	--font-regular: 20px;
	--font-small: 18px;
	--font-smaller: 16px;
	--font-smaller2: 14px;

	--font-sv-title:48px;

	--font-weight-s:200;
	--font-weight-m:400;
	--font-weight-b:bold;

	--font-footer: 15px;

    --en-font: "GmarketSans";
}
a {
  text-decoration: none !important;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--main-color), transparent 25%);
  text-decoration: none;
  transition: all 0.2s linear;
}

ul{ list-style: none;}
img{max-width:100%}
.section.sec_01{padding:0}
.section {
	position: relative;
	padding: 140px 0;
}
.section-in, .sec-in {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}
.sub-top {
	margin-top:94px;
	padding: 30px 0;

	position:relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color:#fff;
}
.sub-top:after { content: ""; display: block; clear: both; }
.sub-top::before{ content:""; position:absolute; inset:0; background:rgba(0,0,0,.45); }

.sub-top .sec-in{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.sub-top h1{
	margin:0 0 8px;
	font-size:var(--font-sv-title);
	font-weight:800;
	line-height:1.2;
}

.sub-top p{
	margin:0;
	font-size:var(--font-regular);
	line-height:1.4;
}

.sub-page .sec-in { padding:80px 0; }

.inner {
	width: 90%;
    margin: 0 auto;
}
.wrap-in {
	max-width: 1240px;
    margin: 0 auto;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.contact-btn {
	display: block;
	padding: 20px 0;
	width: 230px;
	font-size: var(--font-basic);
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
}

.main-title {
	margin-bottom: 12px;
	font-size: var(--font-large);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.05em;
	word-break: keep-all;
}
.main-title-content {
	display: block;
	margin-bottom: 30px;
	font-size: var(--font-basic);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.05em;
	word-break: keep-all;
}

.flex {
	display: flex;
}
.half {
	width: 50%;
}
.left {
	float: left;
}
.right {
	float: right;
}

input.input {
	width: 100%;
    height: var(--height-input);
    font-weight: 500;
    font-size: var(--font-small);
    padding: 0 0 0 15px;
    border-radius: 8px;
    border: 1px solid var(--gray-color);
    background: #fff;
}
button.button, a.button {
	display: block;
    margin: 50px auto;
    background: #4b5afa;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 20px 55px;
    font-size: 20px;
    border-radius: 70px;
}



.sub-title {
	display: block;
	width: 100%;
	font-size: var(--font-subtit);
	font-weight: 700;
	color: var(--main-color);
	word-break: keep-all;
}
.sub-title-content {
	display: block;
	width: 50%;
	font-size: var(--font-regular);
	font-weight: 500;
	line-height: 1.4;
	color: var(--gray-color);
	word-break: keep-all;
}
.sub-title-content span {
	display: block;
}

.sub-title-content.mobile {
	display: none;
}

@media all and (max-width:1501px){
	.section-in, .sec-in, .wrap-in {width: 90%; margin: auto;}
}

@media all and (max-width:1281px){	

	:root {
		--font-subtit: 60px;
		--font-mvtit: 54px;
		--font-mvtxt: 18px;
		--font-large: 44px;
		--font-medium: 34px;
		--font-basic: 22px;
		--font-regular: 18px;
		--font-small: 16px;
		--font-smaller: 15px;
		--font-footer: 14px;
	}

	.section {padding: 120px 0;}

	.contact-btn {padding: 18px 0; width: 220px;}
}

@media all and (max-width:1025px){
	:root {
		--font-subtit: 50px;
		--font-mvtit: 44px;
		--font-mvtxt: 17px;
		--font-large: 38px;
		--font-medium: 32px;
		--font-basic: 20px;
	}
}

@media all and (max-width:877px){
	.section {padding: 100px 0;}
	.sub-title-content {width: 60%;}
	
	:root {
		--font-large: 34px;
		--font-basic: 19px;
	}

}

@media all and (max-width:768px){
	:root {
		--font-subtit: 40px;
		--font-mvtit: 34px;
		--font-mvtxt: 17px;
		--font-large: 32px;
		--font-medium: 28px;
		--font-basic: 18px;
		--font-regular: 16px;
		--font-small: 15px;
		--font-smaller: 14px;
		--font-footer: 13px;

		--font-sv-title:36px;
	}
}

@media all and (max-width:641px){
	:root {

	}

	.section {padding: 90px 0;}

	.sub-title {margin-bottom: 12px;}
	.sub-title-content {width: 65%;}
	.sub-title-content span {display: inline;}
}

@media all and (max-width:481px){
	:root {
		--font-subtit: 36px;
		--font-mvtit: 30px;
		--font-mvtxt: 16px;
		--font-large: 28px;
		--font-medium: 24px;
	}

	.sub-title-content {width: 100%;}
}
.row>*{padding-right:0 !important; padding-left:0 !important;}
